@xylabs/sdk-react 3.0.9 → 3.0.11
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 +6 -6
- package/package.json +25 -24
package/dist/docs.json
CHANGED
|
@@ -70624,7 +70624,7 @@
|
|
|
70624
70624
|
"type": {
|
|
70625
70625
|
"type": "reference",
|
|
70626
70626
|
"target": {
|
|
70627
|
-
"sourceFileName": "node_modules/react-router/dist/lib/context.d.ts",
|
|
70627
|
+
"sourceFileName": "packages/button/node_modules/react-router/dist/lib/context.d.ts",
|
|
70628
70628
|
"qualifiedName": "NavigateOptions"
|
|
70629
70629
|
},
|
|
70630
70630
|
"name": "NavigateOptions",
|
|
@@ -153314,7 +153314,7 @@
|
|
|
153314
153314
|
"type": {
|
|
153315
153315
|
"type": "reference",
|
|
153316
153316
|
"target": {
|
|
153317
|
-
"sourceFileName": "node_modules/react-router/dist/lib/context.d.ts",
|
|
153317
|
+
"sourceFileName": "packages/button/node_modules/react-router/dist/lib/context.d.ts",
|
|
153318
153318
|
"qualifiedName": "NavigateOptions"
|
|
153319
153319
|
},
|
|
153320
153320
|
"name": "NavigateOptions",
|
|
@@ -167979,7 +167979,7 @@
|
|
|
167979
167979
|
"type": {
|
|
167980
167980
|
"type": "reference",
|
|
167981
167981
|
"target": {
|
|
167982
|
-
"sourceFileName": "node_modules/react-router/dist/lib/context.d.ts",
|
|
167982
|
+
"sourceFileName": "packages/button/node_modules/react-router/dist/lib/context.d.ts",
|
|
167983
167983
|
"qualifiedName": "NavigateOptions"
|
|
167984
167984
|
},
|
|
167985
167985
|
"name": "NavigateOptions",
|
|
@@ -181137,7 +181137,7 @@
|
|
|
181137
181137
|
"type": {
|
|
181138
181138
|
"type": "reference",
|
|
181139
181139
|
"target": {
|
|
181140
|
-
"sourceFileName": "node_modules/react-router/dist/lib/context.d.ts",
|
|
181140
|
+
"sourceFileName": "packages/button/node_modules/react-router/dist/lib/context.d.ts",
|
|
181141
181141
|
"qualifiedName": "NavigateOptions"
|
|
181142
181142
|
},
|
|
181143
181143
|
"name": "NavigateOptions",
|
|
@@ -192760,7 +192760,7 @@
|
|
|
192760
192760
|
"type": {
|
|
192761
192761
|
"type": "reference",
|
|
192762
192762
|
"target": {
|
|
192763
|
-
"sourceFileName": "node_modules/react-router/dist/lib/context.d.ts",
|
|
192763
|
+
"sourceFileName": "packages/button/node_modules/react-router/dist/lib/context.d.ts",
|
|
192764
192764
|
"qualifiedName": "NavigateOptions"
|
|
192765
192765
|
},
|
|
192766
192766
|
"name": "NavigateOptions",
|
|
@@ -202778,7 +202778,7 @@
|
|
|
202778
202778
|
"type": {
|
|
202779
202779
|
"type": "reference",
|
|
202780
202780
|
"target": {
|
|
202781
|
-
"sourceFileName": "node_modules/react-router/dist/lib/context.d.ts",
|
|
202781
|
+
"sourceFileName": "packages/button/node_modules/react-router/dist/lib/context.d.ts",
|
|
202782
202782
|
"qualifiedName": "NavigateOptions"
|
|
202783
202783
|
},
|
|
202784
202784
|
"name": "NavigateOptions",
|
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.11",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.11",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.11",
|
|
19
|
+
"@xylabs/react-button": "~3.0.11",
|
|
20
|
+
"@xylabs/react-common": "~3.0.11",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.11",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.11",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.11",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.11",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.11",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.11",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.11",
|
|
28
|
+
"@xylabs/react-link": "~3.0.11",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.11",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.11",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.11",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.11",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.11",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.11",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.11",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.11",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.11"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
@@ -89,7 +89,8 @@
|
|
|
89
89
|
"axios": "^1",
|
|
90
90
|
"react": "^18",
|
|
91
91
|
"react-dom": "^18",
|
|
92
|
-
"react-helmet": "^6"
|
|
92
|
+
"react-helmet": "^6",
|
|
93
|
+
"react-router-dom": ">=5.1"
|
|
93
94
|
},
|
|
94
95
|
"exports": {
|
|
95
96
|
".": {
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
"build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook"
|
|
148
149
|
},
|
|
149
150
|
"sideEffects": false,
|
|
150
|
-
"version": "3.0.
|
|
151
|
+
"version": "3.0.11",
|
|
151
152
|
"packageManager": "yarn@3.6.1",
|
|
152
153
|
"volta": {
|
|
153
154
|
"node": "18.17.1",
|