@rocket.chat/fuselage 0.32.0-dev.189 → 0.32.0-dev.190

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +12 -11
package/README.md CHANGED
@@ -8,11 +8,13 @@
8
8
 
9
9
  # `@rocket.chat/fuselage`
10
10
 
11
+ > Rocket.Chat's React Components Library
12
+
11
13
  ---
12
14
 
13
- [![npm@latest](https://img.shields.io/npm/v/@rocket.chat/fuselage/latest?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons/v/latest) [![npm@next](https://img.shields.io/npm/v/@rocket.chat/fuselage/next?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons/v/next) ![react version](https://img.shields.io/npm/dependency-version/@rocket.chat/fuselage/peer/react?style=flat-square) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://rocketchat.github.io/Rocket.Chat.Fuselage/fuselage) ![npm downloads](https://img.shields.io/npm/dw/@rocket.chat/fuselage?style=flat-square) ![License: MIT](https://img.shields.io/npm/l/@rocket.chat/fuselage?style=flat-square)
15
+ [![npm@latest](https://img.shields.io/npm/v/@rocket.chat/fuselage/latest?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage/v/latest) [![npm@next](https://img.shields.io/npm/v/@rocket.chat/fuselage/next?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage/v/next) ![react version](https://img.shields.io/npm/dependency-version/@rocket.chat/fuselage/peer/react?style=flat-square) [![Storybook](https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg)](https://rocketchat.github.io/fuselage/fuselage) ![npm downloads](https://img.shields.io/npm/dw/@rocket.chat/fuselage?style=flat-square) ![License: MIT](https://img.shields.io/npm/l/@rocket.chat/fuselage?style=flat-square)
14
16
 
15
- ![deps](https://img.shields.io/david/RocketChat/fuselage?path=packages%2Ffuselage&style=flat-square) ![peer deps](https://img.shields.io/david/peer/RocketChat/fuselage?path=packages%2Ffuselage&style=flat-square) ![dev deps](https://img.shields.io/david/dev/RocketChat/fuselage?path=packages%2Ffuselage&style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/min/@rocket.chat/fuselage?style=flat-square)
17
+ ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/min/@rocket.chat/fuselage?style=flat-square)
16
18
 
17
19
  <!--/header-->
18
20
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@rocket.chat/fuselage",
3
- "version": "0.32.0-dev.189",
3
+ "version": "0.32.0-dev.190",
4
+ "description": "Rocket.Chat's React Components Library",
4
5
  "author": {
5
6
  "name": "Rocket.Chat",
6
7
  "url": "https://rocket.chat/"
@@ -53,11 +54,11 @@
53
54
  "react-virtuoso": "1.2.4"
54
55
  },
55
56
  "dependencies": {
56
- "@rocket.chat/css-in-js": "~0.31.22-dev.0",
57
- "@rocket.chat/css-supports": "~0.31.22-dev.0",
58
- "@rocket.chat/fuselage-tokens": "~0.32.0-dev.139",
59
- "@rocket.chat/memo": "~0.31.22-dev.0",
60
- "@rocket.chat/styled": "~0.31.22-dev.0",
57
+ "@rocket.chat/css-in-js": "~0.31.22-dev.1",
58
+ "@rocket.chat/css-supports": "~0.31.22-dev.1",
59
+ "@rocket.chat/fuselage-tokens": "~0.32.0-dev.140",
60
+ "@rocket.chat/memo": "~0.31.22-dev.1",
61
+ "@rocket.chat/styled": "~0.31.22-dev.1",
61
62
  "invariant": "^2.2.4",
62
63
  "react-aria": "~3.19.0",
63
64
  "react-keyed-flatten-children": "^1.3.0",
@@ -69,11 +70,11 @@
69
70
  "@babel/plugin-transform-runtime": "~7.19.6",
70
71
  "@babel/preset-env": "~7.19.4",
71
72
  "@babel/preset-react": "~7.18.6",
72
- "@rocket.chat/eslint-config-alt": "~0.31.22-dev.0",
73
- "@rocket.chat/fuselage-hooks": "~0.32.0-dev.102",
74
- "@rocket.chat/fuselage-polyfills": "~0.31.22-dev.0",
75
- "@rocket.chat/icons": "~0.32.0-dev.171",
76
- "@rocket.chat/prettier-config": "~0.31.22-dev.0",
73
+ "@rocket.chat/eslint-config-alt": "~0.31.22-dev.1",
74
+ "@rocket.chat/fuselage-hooks": "~0.32.0-dev.103",
75
+ "@rocket.chat/fuselage-polyfills": "~0.31.22-dev.1",
76
+ "@rocket.chat/icons": "~0.32.0-dev.172",
77
+ "@rocket.chat/prettier-config": "~0.31.22-dev.1",
77
78
  "@storybook/addon-essentials": "~6.5.13",
78
79
  "@storybook/addon-interactions": "~6.5.13",
79
80
  "@storybook/addon-links": "~6.5.13",