@xylabs/sdk-react 4.0.1 → 4.0.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/package.json +24 -27
package/package.json
CHANGED
|
@@ -14,29 +14,29 @@
|
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@xylabs/pixel": "^2.0.1",
|
|
17
|
-
"@xylabs/react-accordion": "^4.0.
|
|
18
|
-
"@xylabs/react-animation": "^4.0.
|
|
19
|
-
"@xylabs/react-appbar": "^4.0.
|
|
20
|
-
"@xylabs/react-async-effect": "^4.0.
|
|
21
|
-
"@xylabs/react-button": "^4.0.
|
|
22
|
-
"@xylabs/react-common": "^4.0.
|
|
23
|
-
"@xylabs/react-cookie-consent": "^4.0.
|
|
24
|
-
"@xylabs/react-crypto": "^4.0.
|
|
25
|
-
"@xylabs/react-dialogs": "^4.0.
|
|
26
|
-
"@xylabs/react-experiments": "^4.0.
|
|
27
|
-
"@xylabs/react-flexbox": "^4.0.
|
|
28
|
-
"@xylabs/react-identicon": "^4.0.
|
|
29
|
-
"@xylabs/react-invertible-theme": "^4.0.
|
|
30
|
-
"@xylabs/react-link": "^4.0.
|
|
31
|
-
"@xylabs/react-number-status": "^4.0.
|
|
32
|
-
"@xylabs/react-pixel": "^4.0.
|
|
33
|
-
"@xylabs/react-pixel-debugger": "^4.0.
|
|
34
|
-
"@xylabs/react-promise": "^4.0.
|
|
35
|
-
"@xylabs/react-quick-tip-button": "^4.0.
|
|
36
|
-
"@xylabs/react-render-spin-check": "^4.0.
|
|
37
|
-
"@xylabs/react-rich-result": "^4.0.
|
|
38
|
-
"@xylabs/react-scroll-to-top": "^4.0.
|
|
39
|
-
"@xylabs/react-shared": "^4.0.
|
|
17
|
+
"@xylabs/react-accordion": "^4.0.2",
|
|
18
|
+
"@xylabs/react-animation": "^4.0.2",
|
|
19
|
+
"@xylabs/react-appbar": "^4.0.2",
|
|
20
|
+
"@xylabs/react-async-effect": "^4.0.2",
|
|
21
|
+
"@xylabs/react-button": "^4.0.2",
|
|
22
|
+
"@xylabs/react-common": "^4.0.2",
|
|
23
|
+
"@xylabs/react-cookie-consent": "^4.0.2",
|
|
24
|
+
"@xylabs/react-crypto": "^4.0.2",
|
|
25
|
+
"@xylabs/react-dialogs": "^4.0.2",
|
|
26
|
+
"@xylabs/react-experiments": "^4.0.2",
|
|
27
|
+
"@xylabs/react-flexbox": "^4.0.2",
|
|
28
|
+
"@xylabs/react-identicon": "^4.0.2",
|
|
29
|
+
"@xylabs/react-invertible-theme": "^4.0.2",
|
|
30
|
+
"@xylabs/react-link": "^4.0.2",
|
|
31
|
+
"@xylabs/react-number-status": "^4.0.2",
|
|
32
|
+
"@xylabs/react-pixel": "^4.0.2",
|
|
33
|
+
"@xylabs/react-pixel-debugger": "^4.0.2",
|
|
34
|
+
"@xylabs/react-promise": "^4.0.2",
|
|
35
|
+
"@xylabs/react-quick-tip-button": "^4.0.2",
|
|
36
|
+
"@xylabs/react-render-spin-check": "^4.0.2",
|
|
37
|
+
"@xylabs/react-rich-result": "^4.0.2",
|
|
38
|
+
"@xylabs/react-scroll-to-top": "^4.0.2",
|
|
39
|
+
"@xylabs/react-shared": "^4.0.2"
|
|
40
40
|
},
|
|
41
41
|
"description": "Common React library for all XY Labs projects that use React",
|
|
42
42
|
"devDependencies": {
|
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"react-dom": "^18",
|
|
103
103
|
"react-helmet": "^6"
|
|
104
104
|
},
|
|
105
|
-
"resolutions": {
|
|
106
|
-
"bowser": "^2"
|
|
107
|
-
},
|
|
108
105
|
"exports": {
|
|
109
106
|
".": {
|
|
110
107
|
"types": "./dist/browser/index.d.ts",
|
|
@@ -135,7 +132,7 @@
|
|
|
135
132
|
"storybook": "storybook dev -p 6006"
|
|
136
133
|
},
|
|
137
134
|
"sideEffects": false,
|
|
138
|
-
"version": "4.0.
|
|
135
|
+
"version": "4.0.2",
|
|
139
136
|
"packageManager": "yarn@4.4.0",
|
|
140
137
|
"volta": {
|
|
141
138
|
"node": "22.3.0",
|