@xylabs/sdk-react 3.0.6 → 3.0.7
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/dist/docs.json +225722 -0
- package/package.json +34 -33
- package/typedoc.json +5 -0
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.7",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.7",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.7",
|
|
19
|
+
"@xylabs/react-button": "~3.0.7",
|
|
20
|
+
"@xylabs/react-common": "~3.0.7",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.7",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.7",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.7",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.7",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.7",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.7",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.7",
|
|
28
|
+
"@xylabs/react-link": "~3.0.7",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.7",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.7",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.7",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.7",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.7",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.7",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.7",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.7",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.7"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
@@ -58,14 +58,14 @@
|
|
|
58
58
|
"@storybook/mdx1-csf": "^1.0.0",
|
|
59
59
|
"@storybook/react": "^7.4.5",
|
|
60
60
|
"@storybook/react-webpack5": "^7.4.5",
|
|
61
|
-
"@storybook/testing-library": "^0.2.
|
|
61
|
+
"@storybook/testing-library": "^0.2.2",
|
|
62
62
|
"@storybook/theming": "^7.4.5",
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
64
|
-
"@typescript-eslint/parser": "^6.7.
|
|
65
|
-
"@xylabs/eslint-config-react": "^3.0.
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
64
|
+
"@typescript-eslint/parser": "^6.7.4",
|
|
65
|
+
"@xylabs/eslint-config-react": "^3.0.82",
|
|
66
66
|
"@xylabs/pixel": "^1.4.14",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
68
|
-
"@xylabs/tsconfig-react": "^3.0.
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.82",
|
|
68
|
+
"@xylabs/tsconfig-react": "^3.0.82",
|
|
69
69
|
"axios": "^1.5.1",
|
|
70
70
|
"eslint": "^8.50.0",
|
|
71
71
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -89,8 +89,7 @@
|
|
|
89
89
|
"axios": "^1",
|
|
90
90
|
"react": "^18",
|
|
91
91
|
"react-dom": "^18",
|
|
92
|
-
"react-helmet": "^6"
|
|
93
|
-
"react-router-dom": "^6"
|
|
92
|
+
"react-helmet": "^6"
|
|
94
93
|
},
|
|
95
94
|
"exports": {
|
|
96
95
|
".": {
|
|
@@ -139,14 +138,16 @@
|
|
|
139
138
|
"url": "https://github.com/xylabs/sdk-react.git"
|
|
140
139
|
},
|
|
141
140
|
"resolutions": {
|
|
142
|
-
"@xylabs/buffer": "2.11.13"
|
|
141
|
+
"@xylabs/buffer": "2.11.13",
|
|
142
|
+
"postcss": "^8.4.31"
|
|
143
143
|
},
|
|
144
144
|
"scripts": {
|
|
145
145
|
"build-storybook": "storybook build",
|
|
146
|
-
"start": "storybook dev -p 6006"
|
|
146
|
+
"start": "storybook dev -p 6006",
|
|
147
|
+
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
147
148
|
},
|
|
148
149
|
"sideEffects": false,
|
|
149
|
-
"version": "3.0.
|
|
150
|
+
"version": "3.0.7",
|
|
150
151
|
"packageManager": "yarn@3.6.1",
|
|
151
152
|
"volta": {
|
|
152
153
|
"node": "18.17.1",
|