@xylabs/sdk-react 3.0.28 → 3.0.30
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 +23 -23
package/package.json
CHANGED
|
@@ -13,28 +13,28 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "~3.0.
|
|
17
|
-
"@xylabs/react-appbar": "~3.0.
|
|
18
|
-
"@xylabs/react-async-effect": "~3.0.
|
|
19
|
-
"@xylabs/react-button": "~3.0.
|
|
20
|
-
"@xylabs/react-common": "~3.0.
|
|
21
|
-
"@xylabs/react-cookie-consent": "~3.0.
|
|
22
|
-
"@xylabs/react-crypto": "~3.0.
|
|
23
|
-
"@xylabs/react-dialogs": "~3.0.
|
|
24
|
-
"@xylabs/react-experiments": "~3.0.
|
|
25
|
-
"@xylabs/react-flexbox": "~3.0.
|
|
26
|
-
"@xylabs/react-identicon": "~3.0.
|
|
27
|
-
"@xylabs/react-invertible-theme": "~3.0.
|
|
28
|
-
"@xylabs/react-link": "~3.0.
|
|
29
|
-
"@xylabs/react-number-status": "~3.0.
|
|
30
|
-
"@xylabs/react-pixel": "~3.0.
|
|
31
|
-
"@xylabs/react-pixel-debugger": "~3.0.
|
|
32
|
-
"@xylabs/react-promise": "~3.0.
|
|
33
|
-
"@xylabs/react-quick-tip-button": "~3.0.
|
|
34
|
-
"@xylabs/react-render-spin-check": "~3.0.
|
|
35
|
-
"@xylabs/react-rich-result": "~3.0.
|
|
36
|
-
"@xylabs/react-scroll-to-top": "~3.0.
|
|
37
|
-
"@xylabs/react-shared": "~3.0.
|
|
16
|
+
"@xylabs/react-accordion": "~3.0.30",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.30",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.30",
|
|
19
|
+
"@xylabs/react-button": "~3.0.30",
|
|
20
|
+
"@xylabs/react-common": "~3.0.30",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.30",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.30",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.30",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.30",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.30",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.30",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.30",
|
|
28
|
+
"@xylabs/react-link": "~3.0.30",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.30",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.30",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.30",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.30",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.30",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.30",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.30",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.30",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.30"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
141
141
|
},
|
|
142
142
|
"sideEffects": false,
|
|
143
|
-
"version": "3.0.
|
|
143
|
+
"version": "3.0.30",
|
|
144
144
|
"packageManager": "yarn@4.0.2",
|
|
145
145
|
"volta": {
|
|
146
146
|
"node": "18.17.1",
|