@xylabs/sdk-react 3.0.16 → 3.0.17
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 -27
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.17",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.17",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.17",
|
|
19
|
+
"@xylabs/react-button": "~3.0.17",
|
|
20
|
+
"@xylabs/react-common": "~3.0.17",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.17",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.17",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.17",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.17",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.17",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.17",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.17",
|
|
28
|
+
"@xylabs/react-link": "~3.0.17",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.17",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.17",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.17",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.17",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.17",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.17",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.17",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.17",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.17"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
@@ -137,17 +137,13 @@
|
|
|
137
137
|
"type": "git",
|
|
138
138
|
"url": "https://github.com/xylabs/sdk-react.git"
|
|
139
139
|
},
|
|
140
|
-
"resolutions": {
|
|
141
|
-
"@xylabs/buffer": "2.11.13",
|
|
142
|
-
"postcss": "^8.4.31"
|
|
143
|
-
},
|
|
144
140
|
"scripts": {
|
|
145
141
|
"build-storybook": "storybook build",
|
|
146
142
|
"start": "storybook dev -p 6006",
|
|
147
143
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
148
144
|
},
|
|
149
145
|
"sideEffects": false,
|
|
150
|
-
"version": "3.0.
|
|
146
|
+
"version": "3.0.17",
|
|
151
147
|
"packageManager": "yarn@3.6.1",
|
|
152
148
|
"volta": {
|
|
153
149
|
"node": "18.17.1",
|