@xylabs/sdk-react 2.16.4 → 2.16.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 +1 -1
- package/package.json +22 -31
package/dist/docs.json
CHANGED
|
@@ -181526,7 +181526,7 @@
|
|
|
181526
181526
|
"fileName": "src/index.ts",
|
|
181527
181527
|
"line": 1,
|
|
181528
181528
|
"character": 0,
|
|
181529
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
181529
|
+
"url": "https://github.com/xylabs/sdk-react/blob/db5ccb1/src/index.ts#L1"
|
|
181530
181530
|
}
|
|
181531
181531
|
]
|
|
181532
181532
|
}
|
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.6",
|
|
17
|
+
"@xylabs/react-appbar": "^2.16.6",
|
|
18
|
+
"@xylabs/react-button": "^2.16.6",
|
|
19
|
+
"@xylabs/react-common": "^2.16.6",
|
|
20
|
+
"@xylabs/react-cookie-consent": "^2.16.6",
|
|
21
|
+
"@xylabs/react-crypto": "^2.16.6",
|
|
22
|
+
"@xylabs/react-dialogs": "^2.16.6",
|
|
23
|
+
"@xylabs/react-experiments": "^2.16.6",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.16.6",
|
|
25
|
+
"@xylabs/react-identicon": "^2.16.6",
|
|
26
|
+
"@xylabs/react-invertable-theme": "^2.16.6",
|
|
27
|
+
"@xylabs/react-invertible-theme": "^2.16.6",
|
|
28
|
+
"@xylabs/react-link": "^2.16.6",
|
|
29
|
+
"@xylabs/react-number-status": "^2.16.6",
|
|
30
|
+
"@xylabs/react-pixel": "^2.16.6",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "^2.16.6",
|
|
32
|
+
"@xylabs/react-quick-tip-button": "^2.16.6",
|
|
33
|
+
"@xylabs/react-rich-result": "^2.16.6",
|
|
34
|
+
"@xylabs/react-scroll-to-top": "^2.16.6",
|
|
35
|
+
"@xylabs/react-shared": "^2.16.6"
|
|
36
36
|
},
|
|
37
37
|
"description": "Common React library for all XY Labs projects that use React",
|
|
38
38
|
"devDependencies": {
|
|
@@ -59,12 +59,7 @@
|
|
|
59
59
|
"@xylabs/pixel": "^1.4.13",
|
|
60
60
|
"@xylabs/ts-scripts-yarn3": "^2.14.2",
|
|
61
61
|
"@xylabs/tsconfig-react": "^2.14.2",
|
|
62
|
-
"bowser": "^2.11.0",
|
|
63
62
|
"eslint": "^8.33.0",
|
|
64
|
-
"js-cookie": "^3.0.1",
|
|
65
|
-
"lodash": "^4.17.21",
|
|
66
|
-
"md5": "^2.3.0",
|
|
67
|
-
"randombytes": "^2.1.0",
|
|
68
63
|
"react": "^18.2.0",
|
|
69
64
|
"react-dom": "^18.2.0",
|
|
70
65
|
"require-from-string": "^2.0.2",
|
|
@@ -77,11 +72,7 @@
|
|
|
77
72
|
"@mui/material": "^5",
|
|
78
73
|
"@mui/styles": "^5",
|
|
79
74
|
"@xylabs/pixel": "^1.4.9",
|
|
80
|
-
"
|
|
81
|
-
"js-cookie": "^3.0.1",
|
|
82
|
-
"lodash": "^4.17.21",
|
|
83
|
-
"md5": "^2.3.0",
|
|
84
|
-
"randombytes": "^2.1.0",
|
|
75
|
+
"axios": "^1",
|
|
85
76
|
"react": "^18.2.0",
|
|
86
77
|
"react-dom": "^18.2.0",
|
|
87
78
|
"react-helmet": "^6.1.0",
|
|
@@ -128,7 +119,7 @@
|
|
|
128
119
|
},
|
|
129
120
|
"sideEffects": false,
|
|
130
121
|
"types": "dist/types/index.d.ts",
|
|
131
|
-
"version": "2.16.
|
|
122
|
+
"version": "2.16.6",
|
|
132
123
|
"packageManager": "yarn@3.4.1",
|
|
133
124
|
"volta": {
|
|
134
125
|
"node": "18.13.0",
|