@xylabs/sdk-react 3.2.0 → 3.3.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/package.json +33 -33
package/package.json
CHANGED
|
@@ -13,29 +13,29 @@
|
|
|
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.3.0",
|
|
17
|
+
"@xylabs/react-animation": "^3.3.0",
|
|
18
|
+
"@xylabs/react-appbar": "^3.3.0",
|
|
19
|
+
"@xylabs/react-async-effect": "^3.3.0",
|
|
20
|
+
"@xylabs/react-button": "^3.3.0",
|
|
21
|
+
"@xylabs/react-common": "^3.3.0",
|
|
22
|
+
"@xylabs/react-cookie-consent": "^3.3.0",
|
|
23
|
+
"@xylabs/react-crypto": "^3.3.0",
|
|
24
|
+
"@xylabs/react-dialogs": "^3.3.0",
|
|
25
|
+
"@xylabs/react-experiments": "^3.3.0",
|
|
26
|
+
"@xylabs/react-flexbox": "^3.3.0",
|
|
27
|
+
"@xylabs/react-identicon": "^3.3.0",
|
|
28
|
+
"@xylabs/react-invertible-theme": "^3.3.0",
|
|
29
|
+
"@xylabs/react-link": "^3.3.0",
|
|
30
|
+
"@xylabs/react-number-status": "^3.3.0",
|
|
31
|
+
"@xylabs/react-pixel": "^3.3.0",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "^3.3.0",
|
|
33
|
+
"@xylabs/react-promise": "^3.3.0",
|
|
34
|
+
"@xylabs/react-quick-tip-button": "^3.3.0",
|
|
35
|
+
"@xylabs/react-render-spin-check": "^3.3.0",
|
|
36
|
+
"@xylabs/react-rich-result": "^3.3.0",
|
|
37
|
+
"@xylabs/react-scroll-to-top": "^3.3.0",
|
|
38
|
+
"@xylabs/react-shared": "^3.3.0"
|
|
39
39
|
},
|
|
40
40
|
"description": "Common React library for all XY Labs projects that use React",
|
|
41
41
|
"devDependencies": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@babel/preset-typescript": "^7.24.7",
|
|
46
46
|
"@emotion/react": "^11.11.4",
|
|
47
47
|
"@emotion/styled": "^11.11.5",
|
|
48
|
-
"@mui/material": "^5.
|
|
48
|
+
"@mui/material": "^5.16.0",
|
|
49
49
|
"@storybook/addon-actions": "^7.6.20",
|
|
50
50
|
"@storybook/addon-docs": "^7.6.20",
|
|
51
51
|
"@storybook/addon-essentials": "^7.6.20",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"@storybook/addon-links": "^7.6.20",
|
|
54
54
|
"@storybook/addon-mdx-gfm": "^7.6.20",
|
|
55
55
|
"@storybook/addons": "^7.6.20",
|
|
56
|
-
"@storybook/api": "^7.6.
|
|
57
|
-
"@storybook/components": "^7.6.
|
|
58
|
-
"@storybook/core-events": "^7.6.
|
|
56
|
+
"@storybook/api": "^7.6.20",
|
|
57
|
+
"@storybook/components": "^7.6.20",
|
|
58
|
+
"@storybook/core-events": "^7.6.20",
|
|
59
59
|
"@storybook/mdx1-csf": "^1.0.0",
|
|
60
|
-
"@storybook/react": "^7.6.
|
|
61
|
-
"@storybook/react-webpack5": "^7.6.
|
|
60
|
+
"@storybook/react": "^7.6.20",
|
|
61
|
+
"@storybook/react-webpack5": "^7.6.20",
|
|
62
62
|
"@storybook/testing-library": "^0.2.2",
|
|
63
|
-
"@storybook/theming": "^7.6.
|
|
63
|
+
"@storybook/theming": "^7.6.20",
|
|
64
64
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
65
65
|
"@xylabs/eslint-config-react": "^3.11.12",
|
|
66
66
|
"@xylabs/pixel": "^1.5.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"react": "^18.3.1",
|
|
77
77
|
"react-dom": "^18.3.1",
|
|
78
78
|
"remark-gfm": "^4.0.0",
|
|
79
|
-
"rimraf": "^5.0.
|
|
80
|
-
"storybook": "^7.6.
|
|
79
|
+
"rimraf": "^5.0.8",
|
|
80
|
+
"storybook": "^7.6.20",
|
|
81
81
|
"storybook-dark-mode": "^3.0.3",
|
|
82
82
|
"typescript": "^5.5.3",
|
|
83
83
|
"webpack": "^5.92.1"
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
144
144
|
},
|
|
145
145
|
"sideEffects": false,
|
|
146
|
-
"version": "3.
|
|
146
|
+
"version": "3.3.0",
|
|
147
147
|
"packageManager": "yarn@4.1.1",
|
|
148
148
|
"volta": {
|
|
149
149
|
"node": "18.17.1",
|