@xylabs/sdk-react 2.13.5 → 2.13.6
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 +2 -2
- package/package.json +11 -11
package/dist/docs.json
CHANGED
|
@@ -362875,7 +362875,7 @@
|
|
|
362875
362875
|
{
|
|
362876
362876
|
"fileName": "packages/crypto/dist/esm/components/TokenAmount/TokenAmountProps.d.ts",
|
|
362877
362877
|
"line": 4,
|
|
362878
|
-
"character":
|
|
362878
|
+
"character": 17
|
|
362879
362879
|
}
|
|
362880
362880
|
],
|
|
362881
362881
|
"extendedTypes": [
|
|
@@ -366804,7 +366804,7 @@
|
|
|
366804
366804
|
{
|
|
366805
366805
|
"fileName": "packages/crypto/dist/esm/components/TokenAmount/TokenAmount.d.ts",
|
|
366806
366806
|
"line": 3,
|
|
366807
|
-
"character":
|
|
366807
|
+
"character": 21
|
|
366808
366808
|
}
|
|
366809
366809
|
],
|
|
366810
366810
|
"type": {
|
package/package.json
CHANGED
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"@emotion/react": "^11.9.0",
|
|
17
17
|
"@emotion/styled": "^11.8.1",
|
|
18
18
|
"@mui/material": "^5.8.2",
|
|
19
|
-
"@xylabs/react-button": "^2.12.
|
|
20
|
-
"@xylabs/react-common": "^2.12.
|
|
21
|
-
"@xylabs/react-cookie-consent": "^2.12.
|
|
22
|
-
"@xylabs/react-crypto": "^2.12.
|
|
23
|
-
"@xylabs/react-experiments": "^2.12.
|
|
24
|
-
"@xylabs/react-flexbox": "^2.12.
|
|
25
|
-
"@xylabs/react-identicon": "^2.12.
|
|
26
|
-
"@xylabs/react-pixel": "^2.12.
|
|
27
|
-
"@xylabs/react-pixel-debugger": "^2.12.
|
|
28
|
-
"@xylabs/react-shared": "^2.12.
|
|
19
|
+
"@xylabs/react-button": "^2.12.18",
|
|
20
|
+
"@xylabs/react-common": "^2.12.18",
|
|
21
|
+
"@xylabs/react-cookie-consent": "^2.12.18",
|
|
22
|
+
"@xylabs/react-crypto": "^2.12.18",
|
|
23
|
+
"@xylabs/react-experiments": "^2.12.18",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.12.18",
|
|
25
|
+
"@xylabs/react-identicon": "^2.12.18",
|
|
26
|
+
"@xylabs/react-pixel": "^2.12.18",
|
|
27
|
+
"@xylabs/react-pixel-debugger": "^2.12.18",
|
|
28
|
+
"@xylabs/react-shared": "^2.12.18"
|
|
29
29
|
},
|
|
30
30
|
"description": "Common React library for all XY Labs projects that use React",
|
|
31
31
|
"devDependencies": {
|
|
@@ -140,6 +140,6 @@
|
|
|
140
140
|
},
|
|
141
141
|
"sideEffects": false,
|
|
142
142
|
"types": "dist/esm/index.d.ts",
|
|
143
|
-
"version": "2.13.
|
|
143
|
+
"version": "2.13.6",
|
|
144
144
|
"packageManager": "yarn@3.1.1"
|
|
145
145
|
}
|