@xylabs/sdk-react 2.16.13 → 2.16.14
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 +1 -1
- package/package.json +22 -22
package/dist/docs.json
CHANGED
|
@@ -181880,7 +181880,7 @@
|
|
|
181880
181880
|
"fileName": "src/index.ts",
|
|
181881
181881
|
"line": 1,
|
|
181882
181882
|
"character": 0,
|
|
181883
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
181883
|
+
"url": "https://github.com/xylabs/sdk-react/blob/f3c5d9e/src/index.ts#L1"
|
|
181884
181884
|
}
|
|
181885
181885
|
]
|
|
181886
181886
|
}
|
package/package.json
CHANGED
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "^2.16.
|
|
17
|
-
"@xylabs/react-appbar": "^2.16.
|
|
18
|
-
"@xylabs/react-button": "^2.16.
|
|
19
|
-
"@xylabs/react-common": "^2.16.
|
|
20
|
-
"@xylabs/react-cookie-consent": "^2.16.
|
|
21
|
-
"@xylabs/react-crypto": "^2.16.
|
|
22
|
-
"@xylabs/react-dialogs": "^2.16.
|
|
23
|
-
"@xylabs/react-experiments": "^2.16.
|
|
24
|
-
"@xylabs/react-flexbox": "^2.16.
|
|
25
|
-
"@xylabs/react-identicon": "^2.16.
|
|
26
|
-
"@xylabs/react-invertable-theme": "^2.16.
|
|
27
|
-
"@xylabs/react-invertible-theme": "^2.16.
|
|
28
|
-
"@xylabs/react-link": "^2.16.
|
|
29
|
-
"@xylabs/react-number-status": "^2.16.
|
|
30
|
-
"@xylabs/react-pixel": "^2.16.
|
|
31
|
-
"@xylabs/react-pixel-debugger": "^2.16.
|
|
32
|
-
"@xylabs/react-quick-tip-button": "^2.16.
|
|
33
|
-
"@xylabs/react-render-spin-check": "^2.16.
|
|
34
|
-
"@xylabs/react-rich-result": "^2.16.
|
|
35
|
-
"@xylabs/react-scroll-to-top": "^2.16.
|
|
36
|
-
"@xylabs/react-shared": "^2.16.
|
|
16
|
+
"@xylabs/react-accordion": "^2.16.14",
|
|
17
|
+
"@xylabs/react-appbar": "^2.16.14",
|
|
18
|
+
"@xylabs/react-button": "^2.16.14",
|
|
19
|
+
"@xylabs/react-common": "^2.16.14",
|
|
20
|
+
"@xylabs/react-cookie-consent": "^2.16.14",
|
|
21
|
+
"@xylabs/react-crypto": "^2.16.14",
|
|
22
|
+
"@xylabs/react-dialogs": "^2.16.14",
|
|
23
|
+
"@xylabs/react-experiments": "^2.16.14",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.16.14",
|
|
25
|
+
"@xylabs/react-identicon": "^2.16.14",
|
|
26
|
+
"@xylabs/react-invertable-theme": "^2.16.14",
|
|
27
|
+
"@xylabs/react-invertible-theme": "^2.16.14",
|
|
28
|
+
"@xylabs/react-link": "^2.16.14",
|
|
29
|
+
"@xylabs/react-number-status": "^2.16.14",
|
|
30
|
+
"@xylabs/react-pixel": "^2.16.14",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "^2.16.14",
|
|
32
|
+
"@xylabs/react-quick-tip-button": "^2.16.14",
|
|
33
|
+
"@xylabs/react-render-spin-check": "^2.16.14",
|
|
34
|
+
"@xylabs/react-rich-result": "^2.16.14",
|
|
35
|
+
"@xylabs/react-scroll-to-top": "^2.16.14",
|
|
36
|
+
"@xylabs/react-shared": "^2.16.14"
|
|
37
37
|
},
|
|
38
38
|
"description": "Common React library for all XY Labs projects that use React",
|
|
39
39
|
"devDependencies": {
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
},
|
|
122
122
|
"sideEffects": false,
|
|
123
123
|
"types": "dist/types/index.d.ts",
|
|
124
|
-
"version": "2.16.
|
|
124
|
+
"version": "2.16.14",
|
|
125
125
|
"packageManager": "yarn@3.4.1",
|
|
126
126
|
"volta": {
|
|
127
127
|
"node": "18.13.0",
|