@xylabs/sdk-react 3.2.1 → 3.4.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/babel.config.js +4 -0
- package/package.json +59 -53
- package/babel.config.json +0 -5
package/babel.config.js
ADDED
package/package.json
CHANGED
|
@@ -13,74 +13,79 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "^3.
|
|
17
|
-
"@xylabs/react-animation": "^3.
|
|
18
|
-
"@xylabs/react-appbar": "^3.
|
|
19
|
-
"@xylabs/react-async-effect": "^3.
|
|
20
|
-
"@xylabs/react-button": "^3.
|
|
21
|
-
"@xylabs/react-common": "^3.
|
|
22
|
-
"@xylabs/react-cookie-consent": "^3.
|
|
23
|
-
"@xylabs/react-crypto": "^3.
|
|
24
|
-
"@xylabs/react-dialogs": "^3.
|
|
25
|
-
"@xylabs/react-experiments": "^3.
|
|
26
|
-
"@xylabs/react-flexbox": "^3.
|
|
27
|
-
"@xylabs/react-identicon": "^3.
|
|
28
|
-
"@xylabs/react-invertible-theme": "^3.
|
|
29
|
-
"@xylabs/react-link": "^3.
|
|
30
|
-
"@xylabs/react-number-status": "^3.
|
|
31
|
-
"@xylabs/react-pixel": "^3.
|
|
32
|
-
"@xylabs/react-pixel-debugger": "^3.
|
|
33
|
-
"@xylabs/react-promise": "^3.
|
|
34
|
-
"@xylabs/react-quick-tip-button": "^3.
|
|
35
|
-
"@xylabs/react-render-spin-check": "^3.
|
|
36
|
-
"@xylabs/react-rich-result": "^3.
|
|
37
|
-
"@xylabs/react-scroll-to-top": "^3.
|
|
38
|
-
"@xylabs/react-shared": "^3.
|
|
16
|
+
"@xylabs/react-accordion": "^3.4.0",
|
|
17
|
+
"@xylabs/react-animation": "^3.4.0",
|
|
18
|
+
"@xylabs/react-appbar": "^3.4.0",
|
|
19
|
+
"@xylabs/react-async-effect": "^3.4.0",
|
|
20
|
+
"@xylabs/react-button": "^3.4.0",
|
|
21
|
+
"@xylabs/react-common": "^3.4.0",
|
|
22
|
+
"@xylabs/react-cookie-consent": "^3.4.0",
|
|
23
|
+
"@xylabs/react-crypto": "^3.4.0",
|
|
24
|
+
"@xylabs/react-dialogs": "^3.4.0",
|
|
25
|
+
"@xylabs/react-experiments": "^3.4.0",
|
|
26
|
+
"@xylabs/react-flexbox": "^3.4.0",
|
|
27
|
+
"@xylabs/react-identicon": "^3.4.0",
|
|
28
|
+
"@xylabs/react-invertible-theme": "^3.4.0",
|
|
29
|
+
"@xylabs/react-link": "^3.4.0",
|
|
30
|
+
"@xylabs/react-number-status": "^3.4.0",
|
|
31
|
+
"@xylabs/react-pixel": "^3.4.0",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "^3.4.0",
|
|
33
|
+
"@xylabs/react-promise": "^3.4.0",
|
|
34
|
+
"@xylabs/react-quick-tip-button": "^3.4.0",
|
|
35
|
+
"@xylabs/react-render-spin-check": "^3.4.0",
|
|
36
|
+
"@xylabs/react-rich-result": "^3.4.0",
|
|
37
|
+
"@xylabs/react-scroll-to-top": "^3.4.0",
|
|
38
|
+
"@xylabs/react-shared": "^3.4.0"
|
|
39
39
|
},
|
|
40
40
|
"description": "Common React library for all XY Labs projects that use React",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "^7.24.
|
|
43
|
-
"@babel/preset-env": "^7.24.
|
|
42
|
+
"@babel/core": "^7.24.8",
|
|
43
|
+
"@babel/preset-env": "^7.24.8",
|
|
44
44
|
"@babel/preset-react": "^7.24.7",
|
|
45
45
|
"@babel/preset-typescript": "^7.24.7",
|
|
46
|
+
"@chromatic-com/storybook": "^1.6.1",
|
|
46
47
|
"@emotion/react": "^11.11.4",
|
|
47
48
|
"@emotion/styled": "^11.11.5",
|
|
48
|
-
"@mui/material": "^5.
|
|
49
|
-
"@storybook/addon-actions": "^
|
|
50
|
-
"@storybook/addon-docs": "^
|
|
51
|
-
"@storybook/addon-essentials": "^
|
|
52
|
-
"@storybook/addon-interactions": "^
|
|
53
|
-
"@storybook/addon-links": "^
|
|
54
|
-
"@storybook/addon-mdx-gfm": "^
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/
|
|
57
|
-
"@storybook/
|
|
58
|
-
"@storybook/
|
|
59
|
-
"@storybook/
|
|
60
|
-
"@storybook/react": "^
|
|
61
|
-
"@storybook/react-webpack5": "^
|
|
62
|
-
"@storybook/
|
|
63
|
-
"@storybook/theming": "^
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
49
|
+
"@mui/material": "^5.16.1",
|
|
50
|
+
"@storybook/addon-actions": "^8.2.1",
|
|
51
|
+
"@storybook/addon-docs": "^8.2.1",
|
|
52
|
+
"@storybook/addon-essentials": "^8.2.1",
|
|
53
|
+
"@storybook/addon-interactions": "^8.2.1",
|
|
54
|
+
"@storybook/addon-links": "^8.2.1",
|
|
55
|
+
"@storybook/addon-mdx-gfm": "^8.2.1",
|
|
56
|
+
"@storybook/addon-onboarding": "^8.2.1",
|
|
57
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
|
|
58
|
+
"@storybook/blocks": "^8.2.1",
|
|
59
|
+
"@storybook/components": "^8.2.1",
|
|
60
|
+
"@storybook/core-events": "^8.2.1",
|
|
61
|
+
"@storybook/react": "^8.2.1",
|
|
62
|
+
"@storybook/react-webpack5": "^8.2.1",
|
|
63
|
+
"@storybook/test": "^8.2.1",
|
|
64
|
+
"@storybook/theming": "^8.2.1",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
65
66
|
"@xylabs/eslint-config-react": "^3.11.12",
|
|
66
|
-
"@xylabs/pixel": "^1.
|
|
67
|
+
"@xylabs/pixel": "^1.6.0",
|
|
67
68
|
"@xylabs/ts-scripts-yarn3": "^3.11.12",
|
|
68
69
|
"@xylabs/tsconfig-react": "^3.11.12",
|
|
69
70
|
"axios": "^1.7.2",
|
|
71
|
+
"babel-loader": "^9.1.3",
|
|
70
72
|
"buffer": "^6.0.3",
|
|
71
73
|
"eslint": "^9.6.0",
|
|
72
74
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
73
75
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
74
76
|
"eslint-plugin-import": "^2.29.1",
|
|
77
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
75
78
|
"jest": "^29.7.0",
|
|
76
79
|
"react": "^18.3.1",
|
|
77
80
|
"react-dom": "^18.3.1",
|
|
78
81
|
"remark-gfm": "^4.0.0",
|
|
79
|
-
"rimraf": "^5.0.
|
|
80
|
-
"storybook": "^
|
|
81
|
-
"storybook-dark-mode": "^
|
|
82
|
+
"rimraf": "^5.0.9",
|
|
83
|
+
"storybook": "^8.2.1",
|
|
84
|
+
"storybook-dark-mode": "^4.0.2",
|
|
85
|
+
"ts-loader": "^9.5.1",
|
|
86
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
82
87
|
"typescript": "^5.5.3",
|
|
83
|
-
"webpack": "^5.
|
|
88
|
+
"webpack": "^5.93.0"
|
|
84
89
|
},
|
|
85
90
|
"peerDependencies": {
|
|
86
91
|
"@mui/icons-material": "^5",
|
|
@@ -139,15 +144,16 @@
|
|
|
139
144
|
},
|
|
140
145
|
"scripts": {
|
|
141
146
|
"build-storybook": "storybook build",
|
|
142
|
-
"start": "storybook dev -p 6006",
|
|
143
|
-
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
147
|
+
"start": "NODE_OPTIONS=--max_old_space_size=8192 storybook dev -p 6006",
|
|
148
|
+
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook",
|
|
149
|
+
"storybook": "storybook dev -p 6006"
|
|
144
150
|
},
|
|
145
151
|
"sideEffects": false,
|
|
146
|
-
"version": "3.
|
|
147
|
-
"packageManager": "yarn@4.
|
|
152
|
+
"version": "3.4.0",
|
|
153
|
+
"packageManager": "yarn@4.3.1",
|
|
148
154
|
"volta": {
|
|
149
|
-
"node": "
|
|
150
|
-
"yarn": "3.
|
|
155
|
+
"node": "22.3.0",
|
|
156
|
+
"yarn": "4.3.1"
|
|
151
157
|
},
|
|
152
158
|
"type": "module"
|
|
153
159
|
}
|