@rocket.chat/fuselage 0.60.0 → 0.60.1
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.
- package/dist/components/AudioPlayer/AudioPlayer.d.ts +6 -2
- package/dist/components/AudioPlayer/AudioPlayer.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts +1 -1
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Banner/Banner.d.ts.map +1 -1
- package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts +2 -3
- package/dist/components/Message/MessageGenericPreview/MessageGenericPreviewTitle.d.ts.map +1 -1
- package/dist/components/Option/OptionIcon.d.ts +2 -4
- package/dist/components/Option/OptionIcon.d.ts.map +1 -1
- package/dist/components/Option/index.d.ts +10 -3
- package/dist/components/Option/index.d.ts.map +1 -1
- package/dist/components/PaginatedSelect/PaginatedSelect.d.ts +1 -1
- package/dist/components/PaginatedSelect/PaginatedSelect.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarBanner.d.ts.map +1 -1
- package/dist/components/SidebarV2/SidebarBanner.d.ts.map +1 -1
- package/dist/components/SidebarV2/SidebarLink.d.ts.map +1 -1
- package/dist/fuselage.css +1 -1
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +112 -51
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +39 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/fuselage",
|
|
3
|
-
"version": "0.60.
|
|
3
|
+
"version": "0.60.1",
|
|
4
4
|
"description": "Rocket.Chat's React Components Library",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Rocket.Chat",
|
|
@@ -63,77 +63,77 @@
|
|
|
63
63
|
"react-stately": "~3.17.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "~7.
|
|
67
|
-
"@babel/plugin-transform-runtime": "~7.
|
|
68
|
-
"@babel/preset-env": "~7.
|
|
69
|
-
"@babel/preset-react": "~7.
|
|
70
|
-
"@rocket.chat/fuselage-hooks": "^0.34.
|
|
66
|
+
"@babel/core": "~7.26.0",
|
|
67
|
+
"@babel/plugin-transform-runtime": "~7.25.9",
|
|
68
|
+
"@babel/preset-env": "~7.26.0",
|
|
69
|
+
"@babel/preset-react": "~7.26.3",
|
|
70
|
+
"@rocket.chat/fuselage-hooks": "^0.34.1",
|
|
71
71
|
"@rocket.chat/fuselage-polyfills": "^0.31.25",
|
|
72
|
-
"@rocket.chat/icons": "^0.
|
|
73
|
-
"@storybook/addon-a11y": "~8.4.
|
|
74
|
-
"@storybook/addon-essentials": "~8.4.
|
|
75
|
-
"@storybook/addon-interactions": "~8.4.
|
|
76
|
-
"@storybook/addon-links": "~8.4.
|
|
77
|
-
"@storybook/addon-mdx-gfm": "~8.4.
|
|
72
|
+
"@rocket.chat/icons": "^0.40.0",
|
|
73
|
+
"@storybook/addon-a11y": "~8.4.7",
|
|
74
|
+
"@storybook/addon-essentials": "~8.4.7",
|
|
75
|
+
"@storybook/addon-interactions": "~8.4.7",
|
|
76
|
+
"@storybook/addon-links": "~8.4.7",
|
|
77
|
+
"@storybook/addon-mdx-gfm": "~8.4.7",
|
|
78
78
|
"@storybook/addon-styling-webpack": "~1.0.1",
|
|
79
79
|
"@storybook/addon-webpack5-compiler-swc": "~1.0.5",
|
|
80
|
-
"@storybook/blocks": "~8.4.
|
|
81
|
-
"@storybook/preview-api": "~8.4.
|
|
82
|
-
"@storybook/react": "~8.4.
|
|
83
|
-
"@storybook/react-webpack5": "~8.4.
|
|
84
|
-
"@storybook/test": "~8.4.
|
|
85
|
-
"@storybook/theming": "~8.4.
|
|
86
|
-
"@testing-library/jest-dom": "~6.
|
|
87
|
-
"@testing-library/react": "~16.
|
|
80
|
+
"@storybook/blocks": "~8.4.7",
|
|
81
|
+
"@storybook/preview-api": "~8.4.7",
|
|
82
|
+
"@storybook/react": "~8.4.7",
|
|
83
|
+
"@storybook/react-webpack5": "~8.4.7",
|
|
84
|
+
"@storybook/test": "~8.4.7",
|
|
85
|
+
"@storybook/theming": "~8.4.7",
|
|
86
|
+
"@testing-library/jest-dom": "~6.6.3",
|
|
87
|
+
"@testing-library/react": "~16.1.0",
|
|
88
88
|
"@testing-library/user-event": "~14.5.2",
|
|
89
89
|
"@types/invariant": "^2.2.37",
|
|
90
|
-
"@types/jest": "~29.5.
|
|
90
|
+
"@types/jest": "~29.5.14",
|
|
91
91
|
"@types/jest-axe": "~3.5.9",
|
|
92
|
-
"@types/react": "~17.0.
|
|
92
|
+
"@types/react": "~17.0.83",
|
|
93
93
|
"@types/react-dom": "~17.0.25",
|
|
94
|
-
"autoprefixer": "~10.4.
|
|
95
|
-
"babel-loader": "~9.1
|
|
96
|
-
"caniuse-lite": "~1.0.
|
|
94
|
+
"autoprefixer": "~10.4.20",
|
|
95
|
+
"babel-loader": "~9.2.1",
|
|
96
|
+
"caniuse-lite": "~1.0.30001689",
|
|
97
97
|
"cross-env": "^7.0.3",
|
|
98
98
|
"css-loader": "~6.7.3",
|
|
99
99
|
"cssnano": "~5.0.17",
|
|
100
|
-
"es-check": "~7.
|
|
101
|
-
"eslint": "~9.
|
|
100
|
+
"es-check": "~7.2.1",
|
|
101
|
+
"eslint": "~9.17.0",
|
|
102
102
|
"jest": "~29.7.0",
|
|
103
103
|
"jest-axe": "~8.0.0",
|
|
104
104
|
"jest-environment-jsdom": "~29.7.0",
|
|
105
105
|
"lint-all": "^0.31.25",
|
|
106
|
-
"mini-css-extract-plugin": "~2.
|
|
106
|
+
"mini-css-extract-plugin": "~2.9.2",
|
|
107
107
|
"normalize.css": "^8.0.1",
|
|
108
108
|
"npm-run-all": "^4.1.5",
|
|
109
109
|
"path-browserify": "^1.0.1",
|
|
110
|
-
"postcss": "~8.4.
|
|
110
|
+
"postcss": "~8.4.49",
|
|
111
111
|
"postcss-custom-properties": "~12.1.11",
|
|
112
112
|
"postcss-dir-pseudo-class": "~6.0.5",
|
|
113
113
|
"postcss-loader": "~7.2.4",
|
|
114
114
|
"postcss-logical": "~5.0.4",
|
|
115
|
-
"postcss-scss": "~4.0.
|
|
115
|
+
"postcss-scss": "~4.0.9",
|
|
116
116
|
"postcss-svg": "~3.0.0",
|
|
117
|
-
"prettier": "~3.
|
|
117
|
+
"prettier": "~3.4.2",
|
|
118
118
|
"react": "^17.0.2",
|
|
119
119
|
"react-dom": "^17.0.2",
|
|
120
120
|
"react-virtuoso": "~3.1.5",
|
|
121
121
|
"resolve-url-loader": "~5.0.0",
|
|
122
122
|
"rimraf": "^3.0.2",
|
|
123
|
-
"sass": "~1.
|
|
123
|
+
"sass": "~1.83.0",
|
|
124
124
|
"sass-loader": "~13.2.2",
|
|
125
|
-
"storybook": "~8.4.
|
|
125
|
+
"storybook": "~8.4.7",
|
|
126
126
|
"storybook-dark-mode": "~4.0.2",
|
|
127
127
|
"style-loader": "~3.3.2",
|
|
128
|
-
"stylelint": "~16.
|
|
128
|
+
"stylelint": "~16.12.0",
|
|
129
129
|
"stylelint-order": "~6.0.4",
|
|
130
130
|
"stylelint-prettier": "~5.0.2",
|
|
131
|
-
"stylelint-scss": "~6.
|
|
131
|
+
"stylelint-scss": "~6.10.0",
|
|
132
132
|
"testing-utils": "^0.31.25",
|
|
133
|
-
"ts-jest": "~29.2.
|
|
134
|
-
"ts-loader": "~9.
|
|
135
|
-
"typescript": "~5.
|
|
136
|
-
"webpack": "~5.
|
|
133
|
+
"ts-jest": "~29.2.5",
|
|
134
|
+
"ts-loader": "~9.5.1",
|
|
135
|
+
"typescript": "~5.7.2",
|
|
136
|
+
"webpack": "~5.97.1",
|
|
137
137
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
138
138
|
"webpack-cli": "~5.1.4",
|
|
139
139
|
"wrapper-webpack-plugin": "~2.2.2"
|