@xylabs/sdk-react 3.4.0 → 3.4.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/package.json +51 -46
package/package.json
CHANGED
|
@@ -13,64 +13,64 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "^3.4.
|
|
17
|
-
"@xylabs/react-animation": "^3.4.
|
|
18
|
-
"@xylabs/react-appbar": "^3.4.
|
|
19
|
-
"@xylabs/react-async-effect": "^3.4.
|
|
20
|
-
"@xylabs/react-button": "^3.4.
|
|
21
|
-
"@xylabs/react-common": "^3.4.
|
|
22
|
-
"@xylabs/react-cookie-consent": "^3.4.
|
|
23
|
-
"@xylabs/react-crypto": "^3.4.
|
|
24
|
-
"@xylabs/react-dialogs": "^3.4.
|
|
25
|
-
"@xylabs/react-experiments": "^3.4.
|
|
26
|
-
"@xylabs/react-flexbox": "^3.4.
|
|
27
|
-
"@xylabs/react-identicon": "^3.4.
|
|
28
|
-
"@xylabs/react-invertible-theme": "^3.4.
|
|
29
|
-
"@xylabs/react-link": "^3.4.
|
|
30
|
-
"@xylabs/react-number-status": "^3.4.
|
|
31
|
-
"@xylabs/react-pixel": "^3.4.
|
|
32
|
-
"@xylabs/react-pixel-debugger": "^3.4.
|
|
33
|
-
"@xylabs/react-promise": "^3.4.
|
|
34
|
-
"@xylabs/react-quick-tip-button": "^3.4.
|
|
35
|
-
"@xylabs/react-render-spin-check": "^3.4.
|
|
36
|
-
"@xylabs/react-rich-result": "^3.4.
|
|
37
|
-
"@xylabs/react-scroll-to-top": "^3.4.
|
|
38
|
-
"@xylabs/react-shared": "^3.4.
|
|
16
|
+
"@xylabs/react-accordion": "^3.4.1",
|
|
17
|
+
"@xylabs/react-animation": "^3.4.1",
|
|
18
|
+
"@xylabs/react-appbar": "^3.4.1",
|
|
19
|
+
"@xylabs/react-async-effect": "^3.4.1",
|
|
20
|
+
"@xylabs/react-button": "^3.4.1",
|
|
21
|
+
"@xylabs/react-common": "^3.4.1",
|
|
22
|
+
"@xylabs/react-cookie-consent": "^3.4.1",
|
|
23
|
+
"@xylabs/react-crypto": "^3.4.1",
|
|
24
|
+
"@xylabs/react-dialogs": "^3.4.1",
|
|
25
|
+
"@xylabs/react-experiments": "^3.4.1",
|
|
26
|
+
"@xylabs/react-flexbox": "^3.4.1",
|
|
27
|
+
"@xylabs/react-identicon": "^3.4.1",
|
|
28
|
+
"@xylabs/react-invertible-theme": "^3.4.1",
|
|
29
|
+
"@xylabs/react-link": "^3.4.1",
|
|
30
|
+
"@xylabs/react-number-status": "^3.4.1",
|
|
31
|
+
"@xylabs/react-pixel": "^3.4.1",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "^3.4.1",
|
|
33
|
+
"@xylabs/react-promise": "^3.4.1",
|
|
34
|
+
"@xylabs/react-quick-tip-button": "^3.4.1",
|
|
35
|
+
"@xylabs/react-render-spin-check": "^3.4.1",
|
|
36
|
+
"@xylabs/react-rich-result": "^3.4.1",
|
|
37
|
+
"@xylabs/react-scroll-to-top": "^3.4.1",
|
|
38
|
+
"@xylabs/react-shared": "^3.4.1"
|
|
39
39
|
},
|
|
40
40
|
"description": "Common React library for all XY Labs projects that use React",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "^7.24.
|
|
42
|
+
"@babel/core": "^7.24.9",
|
|
43
43
|
"@babel/preset-env": "^7.24.8",
|
|
44
44
|
"@babel/preset-react": "^7.24.7",
|
|
45
45
|
"@babel/preset-typescript": "^7.24.7",
|
|
46
46
|
"@chromatic-com/storybook": "^1.6.1",
|
|
47
47
|
"@emotion/react": "^11.11.4",
|
|
48
48
|
"@emotion/styled": "^11.11.5",
|
|
49
|
-
"@mui/material": "^5.16.
|
|
50
|
-
"@storybook/addon-actions": "^8.2.
|
|
51
|
-
"@storybook/addon-docs": "^8.2.
|
|
52
|
-
"@storybook/addon-essentials": "^8.2.
|
|
53
|
-
"@storybook/addon-interactions": "^8.2.
|
|
54
|
-
"@storybook/addon-links": "^8.2.
|
|
55
|
-
"@storybook/addon-mdx-gfm": "^8.2.
|
|
56
|
-
"@storybook/addon-onboarding": "^8.2.
|
|
49
|
+
"@mui/material": "^5.16.4",
|
|
50
|
+
"@storybook/addon-actions": "^8.2.4",
|
|
51
|
+
"@storybook/addon-docs": "^8.2.4",
|
|
52
|
+
"@storybook/addon-essentials": "^8.2.4",
|
|
53
|
+
"@storybook/addon-interactions": "^8.2.4",
|
|
54
|
+
"@storybook/addon-links": "^8.2.4",
|
|
55
|
+
"@storybook/addon-mdx-gfm": "^8.2.4",
|
|
56
|
+
"@storybook/addon-onboarding": "^8.2.4",
|
|
57
57
|
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
|
|
58
|
-
"@storybook/blocks": "^8.2.
|
|
59
|
-
"@storybook/components": "^8.2.
|
|
60
|
-
"@storybook/core-events": "^8.2.
|
|
61
|
-
"@storybook/react": "^8.2.
|
|
62
|
-
"@storybook/react-webpack5": "^8.2.
|
|
63
|
-
"@storybook/test": "^8.2.
|
|
64
|
-
"@storybook/theming": "^8.2.
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^7.16.
|
|
66
|
-
"@xylabs/eslint-config-react": "^3.
|
|
58
|
+
"@storybook/blocks": "^8.2.4",
|
|
59
|
+
"@storybook/components": "^8.2.4",
|
|
60
|
+
"@storybook/core-events": "^8.2.4",
|
|
61
|
+
"@storybook/react": "^8.2.4",
|
|
62
|
+
"@storybook/react-webpack5": "^8.2.4",
|
|
63
|
+
"@storybook/test": "^8.2.4",
|
|
64
|
+
"@storybook/theming": "^8.2.4",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
66
|
+
"@xylabs/eslint-config-react": "^3.12.1",
|
|
67
67
|
"@xylabs/pixel": "^1.6.0",
|
|
68
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
69
|
-
"@xylabs/tsconfig-react": "^3.
|
|
68
|
+
"@xylabs/ts-scripts-yarn3": "^3.12.1",
|
|
69
|
+
"@xylabs/tsconfig-react": "^3.12.1",
|
|
70
70
|
"axios": "^1.7.2",
|
|
71
71
|
"babel-loader": "^9.1.3",
|
|
72
72
|
"buffer": "^6.0.3",
|
|
73
|
-
"eslint": "^9.
|
|
73
|
+
"eslint": "^9.7.0",
|
|
74
74
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
75
75
|
"eslint-plugin-deprecation": "^3.0.0",
|
|
76
76
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"react-dom": "^18.3.1",
|
|
81
81
|
"remark-gfm": "^4.0.0",
|
|
82
82
|
"rimraf": "^5.0.9",
|
|
83
|
-
"storybook": "^8.2.
|
|
83
|
+
"storybook": "^8.2.4",
|
|
84
84
|
"storybook-dark-mode": "^4.0.2",
|
|
85
85
|
"ts-loader": "^9.5.1",
|
|
86
86
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
@@ -96,6 +96,11 @@
|
|
|
96
96
|
"react-dom": "^18",
|
|
97
97
|
"react-helmet": "^6"
|
|
98
98
|
},
|
|
99
|
+
"peerDependenciesMeta": {
|
|
100
|
+
"@xylabs/pixel": {
|
|
101
|
+
"optional": true
|
|
102
|
+
}
|
|
103
|
+
},
|
|
99
104
|
"resolutions": {
|
|
100
105
|
"eslint": "^8"
|
|
101
106
|
},
|
|
@@ -149,7 +154,7 @@
|
|
|
149
154
|
"storybook": "storybook dev -p 6006"
|
|
150
155
|
},
|
|
151
156
|
"sideEffects": false,
|
|
152
|
-
"version": "3.4.
|
|
157
|
+
"version": "3.4.1",
|
|
153
158
|
"packageManager": "yarn@4.3.1",
|
|
154
159
|
"volta": {
|
|
155
160
|
"node": "22.3.0",
|