@rocket.chat/fuselage 0.62.0 → 0.62.2
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/Menu/V2/Menu.d.ts.map +1 -1
- package/dist/components/Menu/V2/MenuPopover.d.ts +2 -2
- package/dist/components/Menu/V2/MenuPopover.d.ts.map +1 -1
- package/dist/fuselage.css +4 -4
- package/dist/fuselage.css.map +1 -1
- package/dist/fuselage.development.js +7 -12
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/package.json +62 -62
- package/dist/components/Banner/Banner.stories.d.ts +0 -14
- package/dist/components/Banner/Banner.stories.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocket.chat/fuselage",
|
|
3
|
-
"version": "0.62.
|
|
3
|
+
"version": "0.62.2",
|
|
4
4
|
"description": "Rocket.Chat's React Components Library",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Rocket.Chat",
|
|
7
|
-
"url": "https://rocket.chat/"
|
|
8
|
-
},
|
|
9
|
-
"license": "MIT",
|
|
10
5
|
"homepage": "https://github.com/RocketChat/fuselage#readme",
|
|
6
|
+
"bugs": {
|
|
7
|
+
"url": "https://github.com/RocketChat/fuselage/issues"
|
|
8
|
+
},
|
|
11
9
|
"repository": {
|
|
12
10
|
"type": "git",
|
|
13
11
|
"url": "git+https://github.com/RocketChat/fuselage.git",
|
|
14
12
|
"directory": "packages/fuselage"
|
|
15
13
|
},
|
|
16
|
-
"
|
|
17
|
-
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "Rocket.Chat",
|
|
17
|
+
"url": "https://rocket.chat/"
|
|
18
18
|
},
|
|
19
19
|
"main": "index.js",
|
|
20
20
|
"types": "dist/index.d.ts",
|
|
@@ -22,9 +22,6 @@
|
|
|
22
22
|
"/dist",
|
|
23
23
|
"/index.js"
|
|
24
24
|
],
|
|
25
|
-
"publishConfig": {
|
|
26
|
-
"access": "public"
|
|
27
|
-
},
|
|
28
25
|
"scripts": {
|
|
29
26
|
"start": "webpack --watch --mode development",
|
|
30
27
|
"storybook": "storybook dev -p 6006 --no-version-updates",
|
|
@@ -43,14 +40,6 @@
|
|
|
43
40
|
"docs": "cross-env NODE_ENV=production storybook build -o ../../static/fuselage",
|
|
44
41
|
"build-storybook": "cross-env NODE_ENV=production storybook build"
|
|
45
42
|
},
|
|
46
|
-
"peerDependencies": {
|
|
47
|
-
"@rocket.chat/fuselage-hooks": "*",
|
|
48
|
-
"@rocket.chat/fuselage-polyfills": "*",
|
|
49
|
-
"@rocket.chat/icons": "*",
|
|
50
|
-
"react": "*",
|
|
51
|
-
"react-dom": "*",
|
|
52
|
-
"react-virtuoso": "1.2.4"
|
|
53
|
-
},
|
|
54
43
|
"dependencies": {
|
|
55
44
|
"@rocket.chat/css-in-js": "^0.31.25",
|
|
56
45
|
"@rocket.chat/css-supports": "^0.31.25",
|
|
@@ -63,44 +52,44 @@
|
|
|
63
52
|
"react-stately": "~3.35.0"
|
|
64
53
|
},
|
|
65
54
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "~7.
|
|
67
|
-
"@babel/plugin-transform-runtime": "~7.
|
|
68
|
-
"@babel/preset-env": "~7.
|
|
69
|
-
"@babel/preset-react": "~7.
|
|
55
|
+
"@babel/core": "~7.27.1",
|
|
56
|
+
"@babel/plugin-transform-runtime": "~7.27.1",
|
|
57
|
+
"@babel/preset-env": "~7.27.2",
|
|
58
|
+
"@babel/preset-react": "~7.27.1",
|
|
70
59
|
"@rocket.chat/fuselage-hooks": "^0.35.0",
|
|
71
60
|
"@rocket.chat/fuselage-polyfills": "^0.31.25",
|
|
72
|
-
"@rocket.chat/icons": "^0.
|
|
73
|
-
"@storybook/addon-a11y": "~8.6.
|
|
74
|
-
"@storybook/addon-essentials": "~8.6.
|
|
75
|
-
"@storybook/addon-interactions": "~8.6.
|
|
76
|
-
"@storybook/addon-links": "~8.6.
|
|
77
|
-
"@storybook/addon-mdx-gfm": "~8.6.
|
|
61
|
+
"@rocket.chat/icons": "^0.43.0",
|
|
62
|
+
"@storybook/addon-a11y": "~8.6.12",
|
|
63
|
+
"@storybook/addon-essentials": "~8.6.12",
|
|
64
|
+
"@storybook/addon-interactions": "~8.6.12",
|
|
65
|
+
"@storybook/addon-links": "~8.6.12",
|
|
66
|
+
"@storybook/addon-mdx-gfm": "~8.6.12",
|
|
78
67
|
"@storybook/addon-styling-webpack": "~1.0.1",
|
|
79
|
-
"@storybook/addon-webpack5-compiler-swc": "~
|
|
80
|
-
"@storybook/blocks": "~8.6.
|
|
81
|
-
"@storybook/preview-api": "~8.6.
|
|
82
|
-
"@storybook/react": "~8.6.
|
|
83
|
-
"@storybook/react-webpack5": "~8.6.
|
|
84
|
-
"@storybook/test": "~8.6.
|
|
85
|
-
"@storybook/theming": "~8.6.
|
|
68
|
+
"@storybook/addon-webpack5-compiler-swc": "~3.0.0",
|
|
69
|
+
"@storybook/blocks": "~8.6.12",
|
|
70
|
+
"@storybook/preview-api": "~8.6.12",
|
|
71
|
+
"@storybook/react": "~8.6.12",
|
|
72
|
+
"@storybook/react-webpack5": "~8.6.12",
|
|
73
|
+
"@storybook/test": "~8.6.12",
|
|
74
|
+
"@storybook/theming": "~8.6.12",
|
|
86
75
|
"@testing-library/jest-dom": "~6.6.3",
|
|
87
|
-
"@testing-library/react": "~16.
|
|
76
|
+
"@testing-library/react": "~16.3.0",
|
|
88
77
|
"@testing-library/user-event": "~14.6.1",
|
|
89
78
|
"@types/invariant": "^2.2.37",
|
|
90
79
|
"@types/jest": "~29.5.14",
|
|
91
80
|
"@types/jest-axe": "~3.5.9",
|
|
92
|
-
"@types/react": "~18.3.
|
|
81
|
+
"@types/react": "~18.3.20",
|
|
93
82
|
"@types/react-dom": "~18.3.5",
|
|
94
|
-
"autoprefixer": "~10.4.
|
|
95
|
-
"babel-loader": "~
|
|
96
|
-
"caniuse-lite": "~1.0.
|
|
83
|
+
"autoprefixer": "~10.4.21",
|
|
84
|
+
"babel-loader": "~10.0.0",
|
|
85
|
+
"caniuse-lite": "~1.0.30001717",
|
|
97
86
|
"cross-env": "^7.0.3",
|
|
98
|
-
"css-loader": "~
|
|
99
|
-
"cssnano": "~
|
|
100
|
-
"es-check": "~
|
|
101
|
-
"eslint": "~9.
|
|
87
|
+
"css-loader": "~7.1.2",
|
|
88
|
+
"cssnano": "~7.0.7",
|
|
89
|
+
"es-check": "~8.0.2",
|
|
90
|
+
"eslint": "~9.23.0",
|
|
102
91
|
"jest": "~29.7.0",
|
|
103
|
-
"jest-axe": "~
|
|
92
|
+
"jest-axe": "~10.0.0",
|
|
104
93
|
"jest-environment-jsdom": "~29.7.0",
|
|
105
94
|
"lint-all": "^0.31.25",
|
|
106
95
|
"mini-css-extract-plugin": "~2.9.2",
|
|
@@ -108,37 +97,48 @@
|
|
|
108
97
|
"npm-run-all": "^4.1.5",
|
|
109
98
|
"path-browserify": "^1.0.1",
|
|
110
99
|
"postcss": "~8.5.3",
|
|
111
|
-
"postcss-custom-properties": "~
|
|
112
|
-
"postcss-dir-pseudo-class": "~
|
|
113
|
-
"postcss-loader": "~
|
|
114
|
-
"postcss-logical": "~
|
|
100
|
+
"postcss-custom-properties": "~14.0.4",
|
|
101
|
+
"postcss-dir-pseudo-class": "~9.0.1",
|
|
102
|
+
"postcss-loader": "~8.1.1",
|
|
103
|
+
"postcss-logical": "~8.1.0",
|
|
115
104
|
"postcss-scss": "~4.0.9",
|
|
116
105
|
"postcss-svg": "~3.0.0",
|
|
117
|
-
"prettier": "~3.5.
|
|
106
|
+
"prettier": "~3.5.3",
|
|
118
107
|
"react": "~18.3.1",
|
|
119
108
|
"react-dom": "~18.3.1",
|
|
120
109
|
"react-virtuoso": "~3.1.5",
|
|
121
110
|
"resolve-url-loader": "~5.0.0",
|
|
122
|
-
"rimraf": "
|
|
123
|
-
"sass": "~1.
|
|
124
|
-
"sass-loader": "~
|
|
125
|
-
"storybook": "~8.6.
|
|
111
|
+
"rimraf": "~6.0.1",
|
|
112
|
+
"sass": "~1.87.0",
|
|
113
|
+
"sass-loader": "~16.0.5",
|
|
114
|
+
"storybook": "~8.6.12",
|
|
126
115
|
"storybook-dark-mode": "~4.0.2",
|
|
127
|
-
"style-loader": "~
|
|
128
|
-
"stylelint": "~16.
|
|
116
|
+
"style-loader": "~4.0.0",
|
|
117
|
+
"stylelint": "~16.17.0",
|
|
129
118
|
"stylelint-order": "~6.0.4",
|
|
130
119
|
"stylelint-prettier": "~5.0.3",
|
|
131
|
-
"stylelint-scss": "~6.
|
|
120
|
+
"stylelint-scss": "~6.12.0",
|
|
132
121
|
"testing-utils": "^0.31.25",
|
|
133
|
-
"ts-jest": "~29.2
|
|
122
|
+
"ts-jest": "~29.3.2",
|
|
134
123
|
"ts-loader": "~9.5.2",
|
|
135
|
-
"typescript": "~5.8.
|
|
136
|
-
"webpack": "~5.
|
|
124
|
+
"typescript": "~5.8.3",
|
|
125
|
+
"webpack": "~5.99.8",
|
|
137
126
|
"webpack-bundle-analyzer": "~4.10.2",
|
|
138
|
-
"webpack-cli": "~
|
|
127
|
+
"webpack-cli": "~6.0.1",
|
|
139
128
|
"wrapper-webpack-plugin": "~2.2.2"
|
|
140
129
|
},
|
|
130
|
+
"peerDependencies": {
|
|
131
|
+
"@rocket.chat/fuselage-hooks": "*",
|
|
132
|
+
"@rocket.chat/fuselage-polyfills": "*",
|
|
133
|
+
"@rocket.chat/icons": "*",
|
|
134
|
+
"react": "*",
|
|
135
|
+
"react-dom": "*",
|
|
136
|
+
"react-virtuoso": "1.2.4"
|
|
137
|
+
},
|
|
141
138
|
"volta": {
|
|
142
139
|
"extends": "../../package.json"
|
|
140
|
+
},
|
|
141
|
+
"publishConfig": {
|
|
142
|
+
"access": "public"
|
|
143
143
|
}
|
|
144
144
|
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { Banner as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export function _Banner(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export namespace _Banner {
|
|
8
|
-
let storyName: string;
|
|
9
|
-
}
|
|
10
|
-
export function Variations(): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export function Inline(): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export function Actionable(): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
import Banner from './Banner';
|
|
14
|
-
//# sourceMappingURL=Banner.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Banner.stories.d.ts","sourceRoot":"","sources":["../../../src/components/Banner/Banner.stories.js"],"names":[],"mappings":";;;;;AAWO,mEAWN;;;;AAGM,sEAyDN;AAEM,kEA+DN;AAEM,sEAYN;mBA7JkB,UAAU"}
|