@rocket.chat/fuselage 0.64.0 → 0.66.0
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/AutoComplete/AutoComplete.d.ts.map +1 -1
- package/dist/components/CheckBox/CheckBox.d.ts +2 -1
- package/dist/components/CheckBox/CheckBox.d.ts.map +1 -1
- package/dist/components/Field/FieldLabel.d.ts +7 -5
- package/dist/components/Field/FieldLabel.d.ts.map +1 -1
- package/dist/components/Field/index.d.ts +2 -2
- package/dist/components/Label/Label.d.ts +2 -2
- package/dist/components/Label/Label.d.ts.map +1 -1
- package/dist/components/Message/helpers.d.ts +1 -1
- package/dist/components/Message/helpers.d.ts.map +1 -1
- package/dist/components/Modal/index.d.ts +2 -22
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/PaginatedSelect/PaginatedSelect.d.ts.map +1 -1
- package/dist/components/RadioButton/RadioButton.d.ts +4 -2
- package/dist/components/RadioButton/RadioButton.d.ts.map +1 -1
- package/dist/components/SidebarV2/helpers.d.ts +1 -1
- package/dist/components/SidebarV2/helpers.d.ts.map +1 -1
- package/dist/components/States/StatesAction.d.ts +1 -1
- package/dist/components/States/StatesAction.d.ts.map +1 -1
- package/dist/components/Tag/Tag.d.ts +4 -3
- package/dist/components/Tag/Tag.d.ts.map +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +7 -4
- package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.css +1 -1
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +43 -45
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +28 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/fuselage",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"description": "Rocket.Chat's React Components Library",
|
|
5
5
|
"homepage": "https://github.com/RocketChat/fuselage#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -52,52 +52,45 @@
|
|
|
52
52
|
"react-stately": "~3.35.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@babel/core": "~7.27.
|
|
56
|
-
"@babel/plugin-transform-runtime": "~7.27.
|
|
55
|
+
"@babel/core": "~7.27.4",
|
|
56
|
+
"@babel/plugin-transform-runtime": "~7.27.4",
|
|
57
57
|
"@babel/preset-env": "~7.27.2",
|
|
58
58
|
"@babel/preset-react": "~7.27.1",
|
|
59
|
-
"@rocket.chat/fuselage-hooks": "^0.
|
|
59
|
+
"@rocket.chat/fuselage-hooks": "^0.37.0",
|
|
60
60
|
"@rocket.chat/fuselage-polyfills": "^0.31.25",
|
|
61
61
|
"@rocket.chat/icons": "^0.43.0",
|
|
62
|
-
"@storybook/addon-a11y": "~
|
|
63
|
-
"@storybook/addon-
|
|
64
|
-
"@storybook/addon-
|
|
65
|
-
"@storybook/addon-
|
|
66
|
-
"@storybook/addon-mdx-gfm": "~8.6.14",
|
|
67
|
-
"@storybook/addon-styling-webpack": "~1.0.1",
|
|
62
|
+
"@storybook/addon-a11y": "~9.0.9",
|
|
63
|
+
"@storybook/addon-docs": "~9.0.9",
|
|
64
|
+
"@storybook/addon-links": "~9.0.9",
|
|
65
|
+
"@storybook/addon-styling-webpack": "~2.0.0",
|
|
68
66
|
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
|
|
69
|
-
"@storybook/
|
|
70
|
-
"@
|
|
71
|
-
"@storybook/react": "~8.6.12",
|
|
72
|
-
"@storybook/react-webpack5": "~8.6.12",
|
|
73
|
-
"@storybook/test": "~8.6.14",
|
|
74
|
-
"@storybook/theming": "~8.6.14",
|
|
67
|
+
"@storybook/react-webpack5": "~9.0.9",
|
|
68
|
+
"@testing-library/dom": "~10.4.0",
|
|
75
69
|
"@testing-library/jest-dom": "~6.6.3",
|
|
76
70
|
"@testing-library/react": "~16.3.0",
|
|
77
71
|
"@testing-library/user-event": "~14.6.1",
|
|
78
72
|
"@types/invariant": "^2.2.37",
|
|
79
|
-
"@types/jest": "~29.5.14",
|
|
80
73
|
"@types/jest-axe": "~3.5.9",
|
|
81
|
-
"@types/react": "~18.3.
|
|
82
|
-
"@types/react-dom": "~18.3.
|
|
74
|
+
"@types/react": "~18.3.23",
|
|
75
|
+
"@types/react-dom": "~18.3.7",
|
|
83
76
|
"autoprefixer": "~10.4.21",
|
|
84
77
|
"babel-loader": "~10.0.0",
|
|
85
|
-
"caniuse-lite": "~1.0.
|
|
78
|
+
"caniuse-lite": "~1.0.30001723",
|
|
86
79
|
"cross-env": "^7.0.3",
|
|
87
80
|
"css-loader": "~7.1.2",
|
|
88
81
|
"cssnano": "~7.0.7",
|
|
89
|
-
"es-check": "~
|
|
90
|
-
"eslint": "~9.
|
|
91
|
-
"jest": "~
|
|
82
|
+
"es-check": "~9.1.4",
|
|
83
|
+
"eslint": "~9.29.0",
|
|
84
|
+
"jest": "~30.0.0",
|
|
92
85
|
"jest-axe": "~10.0.0",
|
|
93
|
-
"jest-environment-jsdom": "~
|
|
86
|
+
"jest-environment-jsdom": "~30.0.0",
|
|
94
87
|
"lint-all": "^0.31.25",
|
|
95
88
|
"mini-css-extract-plugin": "~2.9.2",
|
|
96
89
|
"normalize.css": "^8.0.1",
|
|
97
90
|
"npm-run-all": "^4.1.5",
|
|
98
91
|
"path-browserify": "^1.0.1",
|
|
99
|
-
"postcss": "~8.5.
|
|
100
|
-
"postcss-custom-properties": "~14.0.
|
|
92
|
+
"postcss": "~8.5.5",
|
|
93
|
+
"postcss-custom-properties": "~14.0.6",
|
|
101
94
|
"postcss-dir-pseudo-class": "~9.0.1",
|
|
102
95
|
"postcss-loader": "~8.1.1",
|
|
103
96
|
"postcss-logical": "~8.1.0",
|
|
@@ -106,20 +99,20 @@
|
|
|
106
99
|
"prettier": "~3.5.3",
|
|
107
100
|
"react": "~18.3.1",
|
|
108
101
|
"react-dom": "~18.3.1",
|
|
109
|
-
"react-virtuoso": "~
|
|
102
|
+
"react-virtuoso": "~4.13.0",
|
|
110
103
|
"resolve-url-loader": "~5.0.0",
|
|
111
104
|
"rimraf": "~6.0.1",
|
|
112
|
-
"sass": "~1.89.
|
|
105
|
+
"sass": "~1.89.2",
|
|
113
106
|
"sass-loader": "~16.0.5",
|
|
114
|
-
"storybook": "~
|
|
115
|
-
"storybook-dark-mode": "
|
|
107
|
+
"storybook": "~9.0.9",
|
|
108
|
+
"storybook-dark-mode": "patch:storybook-dark-mode@npm%3A4.0.2#~/.yarn/patches/storybook-dark-mode-npm-4.0.2-1acb0927fb.patch",
|
|
116
109
|
"style-loader": "~4.0.0",
|
|
117
|
-
"stylelint": "~16.
|
|
118
|
-
"stylelint-order": "~
|
|
110
|
+
"stylelint": "~16.20.0",
|
|
111
|
+
"stylelint-order": "~7.0.0",
|
|
119
112
|
"stylelint-prettier": "~5.0.3",
|
|
120
|
-
"stylelint-scss": "~6.12.
|
|
113
|
+
"stylelint-scss": "~6.12.1",
|
|
121
114
|
"testing-utils": "^0.31.25",
|
|
122
|
-
"ts-jest": "~29.
|
|
115
|
+
"ts-jest": "~29.4.0",
|
|
123
116
|
"ts-loader": "~9.5.2",
|
|
124
117
|
"typescript": "~5.8.3",
|
|
125
118
|
"webpack": "~5.99.9",
|
|
@@ -133,7 +126,7 @@
|
|
|
133
126
|
"@rocket.chat/icons": "*",
|
|
134
127
|
"react": "*",
|
|
135
128
|
"react-dom": "*",
|
|
136
|
-
"react-virtuoso": "
|
|
129
|
+
"react-virtuoso": "*"
|
|
137
130
|
},
|
|
138
131
|
"volta": {
|
|
139
132
|
"extends": "../../package.json"
|