Skip to content

Commit

Permalink
chore: packages update
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Jun 29, 2022
1 parent 2770df7 commit e5faff8
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 228 deletions.
4 changes: 2 additions & 2 deletions apps/meteor/client/components/UserCard/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ const UserCard = forwardRef(function UserCard(
)}
</Box>
<Box display='flex' flexDirection='column' flexGrow={1} flexShrink={1} mis='x24' width='1px'>
<Box mbe='x4' withTruncatedText display='flex'>
<Box mbe='x4' withTruncatedText display='flex' alignItems='center'>
{!name ? <Skeleton width='100%' /> : <UserCardUsername status={status} name={name} />}
{nickname && (
<Box flexGrow={1} flexShrink={1} flexBasis={0} title={t('Nickname')} color='hint' mis='x4' fontScale='p2' withTruncatedText>
<Box flexGrow={1} flexShrink={1} flexBasis={0} title={nickname} color='hint' mis='x4' fontScale='p2' withTruncatedText>
({nickname})
</Box>
)}
Expand Down
26 changes: 13 additions & 13 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,31 +193,31 @@
"@rocket.chat/api-client": "workspace:^",
"@rocket.chat/apps-engine": "1.33.0-alpha.6451",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/css-in-js": "~0.31.12",
"@rocket.chat/emitter": "~0.31.12",
"@rocket.chat/css-in-js": "~0.31.14",
"@rocket.chat/emitter": "~0.31.14",
"@rocket.chat/favicon": "workspace:^",
"@rocket.chat/forked-matrix-appservice-bridge": "^4.0.1",
"@rocket.chat/forked-matrix-bot-sdk": "^0.6.0-beta.2",
"@rocket.chat/fuselage": "^0.31.14",
"@rocket.chat/fuselage-hooks": "~0.31.14-dev.9",
"@rocket.chat/fuselage-polyfills": "~0.31.12",
"@rocket.chat/fuselage-toastbar": "^0.32.0-dev.22",
"@rocket.chat/fuselage-tokens": "^0.32.0-dev.9",
"@rocket.chat/fuselage": "~0.31.14",
"@rocket.chat/fuselage-hooks": "~0.31.14",
"@rocket.chat/fuselage-polyfills": "~0.31.14",
"@rocket.chat/fuselage-toastbar": "~0.31.14",
"@rocket.chat/fuselage-tokens": "~0.31.14",
"@rocket.chat/fuselage-ui-kit": "~0.31.14-dev.1",
"@rocket.chat/gazzodown": "workspace:^",
"@rocket.chat/icons": "~0.31.14",
"@rocket.chat/logo": "~0.31.12",
"@rocket.chat/memo": "~0.31.12",
"@rocket.chat/message-parser": "next",
"@rocket.chat/logo": "~0.31.14",
"@rocket.chat/memo": "~0.31.14",
"@rocket.chat/message-parser": "~0.31.14",
"@rocket.chat/model-typings": "workspace:^",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/mp3-encoder": "^0.24.0",
"@rocket.chat/onboarding-ui": "~0.31.12",
"@rocket.chat/onboarding-ui": "~0.31.14",
"@rocket.chat/poplib": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/string-helpers": "~0.31.12",
"@rocket.chat/string-helpers": "~0.31.14",
"@rocket.chat/ui-contexts": "workspace:^",
"@rocket.chat/ui-kit": "~0.31.12",
"@rocket.chat/ui-kit": "~0.31.14",
"@slack/client": "^4.12.0",
"@slack/rtm-api": "^6.0.0",
"@types/cookie": "^0.5.1",
Expand Down
8 changes: 6 additions & 2 deletions packages/livechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@rocket.chat/eslint-config": "^0.4.0",
"@rocket.chat/fuselage-tokens": "~0.31.14",
"@rocket.chat/logo": "~0.31.14",
"@storybook/addon-actions": "^6.5.8",
"@storybook/addon-backgrounds": "^6.5.8",
"@storybook/addon-essentials": "^6.5.8",
Expand Down Expand Up @@ -78,9 +80,11 @@
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.9.2"
},
"peerDependencies": {
"@rocket.chat/fuselage-tokens": "*",
"@rocket.chat/logo": "*"
},
"dependencies": {
"@rocket.chat/fuselage-tokens": "~0.31.11",
"@rocket.chat/logo": "^0.31.11",
"@rocket.chat/sdk": "^1.0.0-alpha.42",
"@rocket.chat/ui-kit": "^0.14.1",
"crypto-js": "^4.1.1",
Expand Down
Loading

0 comments on commit e5faff8

Please sign in to comment.