@xylabs/sdk-react 2.16.2 → 2.16.3
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 +21 -21
package/dist/docs.json
CHANGED
|
@@ -181376,7 +181376,7 @@
|
|
|
181376
181376
|
"fileName": "src/index.ts",
|
|
181377
181377
|
"line": 1,
|
|
181378
181378
|
"character": 0,
|
|
181379
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
181379
|
+
"url": "https://github.com/xylabs/sdk-react/blob/b3c11fa/src/index.ts#L1"
|
|
181380
181380
|
}
|
|
181381
181381
|
]
|
|
181382
181382
|
}
|
package/package.json
CHANGED
|
@@ -13,26 +13,26 @@
|
|
|
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-rich-result": "^2.16.
|
|
34
|
-
"@xylabs/react-scroll-to-top": "^2.16.
|
|
35
|
-
"@xylabs/react-shared": "^2.16.
|
|
16
|
+
"@xylabs/react-accordion": "^2.16.3",
|
|
17
|
+
"@xylabs/react-appbar": "^2.16.3",
|
|
18
|
+
"@xylabs/react-button": "^2.16.3",
|
|
19
|
+
"@xylabs/react-common": "^2.16.3",
|
|
20
|
+
"@xylabs/react-cookie-consent": "^2.16.3",
|
|
21
|
+
"@xylabs/react-crypto": "^2.16.3",
|
|
22
|
+
"@xylabs/react-dialogs": "^2.16.3",
|
|
23
|
+
"@xylabs/react-experiments": "^2.16.3",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.16.3",
|
|
25
|
+
"@xylabs/react-identicon": "^2.16.3",
|
|
26
|
+
"@xylabs/react-invertable-theme": "^2.16.3",
|
|
27
|
+
"@xylabs/react-invertible-theme": "^2.16.3",
|
|
28
|
+
"@xylabs/react-link": "^2.16.3",
|
|
29
|
+
"@xylabs/react-number-status": "^2.16.3",
|
|
30
|
+
"@xylabs/react-pixel": "^2.16.3",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "^2.16.3",
|
|
32
|
+
"@xylabs/react-quick-tip-button": "^2.16.3",
|
|
33
|
+
"@xylabs/react-rich-result": "^2.16.3",
|
|
34
|
+
"@xylabs/react-scroll-to-top": "^2.16.3",
|
|
35
|
+
"@xylabs/react-shared": "^2.16.3"
|
|
36
36
|
},
|
|
37
37
|
"description": "Common React library for all XY Labs projects that use React",
|
|
38
38
|
"devDependencies": {
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
},
|
|
138
138
|
"sideEffects": false,
|
|
139
139
|
"types": "dist/types/index.d.ts",
|
|
140
|
-
"version": "2.16.
|
|
140
|
+
"version": "2.16.3",
|
|
141
141
|
"packageManager": "yarn@3.4.1",
|
|
142
142
|
"volta": {
|
|
143
143
|
"node": "18.13.0",
|