Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed Jan 12, 2025
1 parent 39b6a0f commit 583f6e5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"rollup-plugin-serve": "^2.0.2"
},
"dependencies": {
"@embeddedchat/auth": "0.0.1",
"@embeddedchat/auth": "workspace:^",
"@rocket.chat/sdk": "^1.0.0-alpha.42"
}
}
2 changes: 1 addition & 1 deletion packages/htmlembed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format:check": "prettier --check 'src/' "
},
"dependencies": {
"@embeddedchat/react": "0.1.12",
"@embeddedchat/react": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@embeddedchat/api": "0.0.2",
"@embeddedchat/api": "workspace:^",
"@emotion/native": "^11.11.0",
"@emotion/react": "11.7.1",
"@expo/vector-icons": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"react-dom": ">=17.0.2 <19.0.0"
},
"dependencies": {
"@embeddedchat/api": "0.0.2",
"@embeddedchat/api": "workspace:^",
"@embeddedchat/ui-elements": "workspace:^",
"@embeddedchat/ui-kit": "workspace:^",
"@emotion/babel-preset-css-prop": "^11.11.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/theme/DefaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const DefaultTheme = {
infoForeground: 'hsl(214.4, 75.8%, 19.4%)',
},
},


typography: {
default: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { css } from '@emotion/react';
export const getSidebarStyles = (theme) => {
const styles = {
sidebarContainer: css`
min-width: 350px;
width: 350px;
height: 100%;
box-shadow: ${theme.shadows[2]};
z-index: ${theme.zIndex?.sidebar || 1200};
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2287,11 +2287,11 @@ __metadata:
languageName: node
linkType: hard

"@embeddedchat/api@0.0.2, @embeddedchat/api@workspace:packages/api":
"@embeddedchat/api@workspace:^, @embeddedchat/api@workspace:packages/api":
version: 0.0.0-use.local
resolution: "@embeddedchat/api@workspace:packages/api"
dependencies:
"@embeddedchat/auth": 0.0.1
"@embeddedchat/auth": "workspace:^"
"@rocket.chat/sdk": ^1.0.0-alpha.42
parcel: ^2.10.3
rollup: ^3.23.0
Expand All @@ -2301,7 +2301,7 @@ __metadata:
languageName: unknown
linkType: soft

"@embeddedchat/auth@0.0.1, @embeddedchat/auth@workspace:packages/auth":
"@embeddedchat/auth@workspace:^, @embeddedchat/auth@workspace:packages/auth":
version: 0.0.0-use.local
resolution: "@embeddedchat/auth@workspace:packages/auth"
dependencies:
Expand All @@ -2316,7 +2316,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@embeddedchat/htmlembed@workspace:packages/htmlembed"
dependencies:
"@embeddedchat/react": 0.1.12
"@embeddedchat/react": "workspace:^"
"@vitejs/plugin-react": ^3.1.0
live-server: ^1.2.2
react: ^18.2.0
Expand Down Expand Up @@ -2399,7 +2399,7 @@ __metadata:
dependencies:
"@babel/core": ^7.19.3
"@babel/eslint-parser": ^7.22.15
"@embeddedchat/api": 0.0.2
"@embeddedchat/api": "workspace:^"
"@emotion/native": ^11.11.0
"@emotion/react": 11.7.1
"@expo/vector-icons": ^13.0.0
Expand Down Expand Up @@ -2440,15 +2440,15 @@ __metadata:
languageName: unknown
linkType: soft

"@embeddedchat/react@0.1.12, @embeddedchat/react@workspace:*, @embeddedchat/react@workspace:packages/react":
"@embeddedchat/react@workspace:*, @embeddedchat/react@workspace:^, @embeddedchat/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@embeddedchat/react@workspace:packages/react"
dependencies:
"@babel/core": ^7.17.7
"@babel/plugin-proposal-private-property-in-object": ^7.21.11
"@babel/preset-env": ^7.16.11
"@babel/preset-react": ^7.16.7
"@embeddedchat/api": 0.0.2
"@embeddedchat/api": "workspace:^"
"@embeddedchat/ui-elements": "workspace:^"
"@embeddedchat/ui-kit": "workspace:^"
"@emotion/babel-plugin": ^11.11.0
Expand Down

0 comments on commit 583f6e5

Please sign in to comment.