@xylabs/sdk-react 2.14.14 → 2.14.15
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 +19 -19
package/dist/docs.json
CHANGED
|
@@ -169136,7 +169136,7 @@
|
|
|
169136
169136
|
"fileName": "src/index.ts",
|
|
169137
169137
|
"line": 1,
|
|
169138
169138
|
"character": 0,
|
|
169139
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
169139
|
+
"url": "https://github.com/xylabs/sdk-react/blob/370d0fa/src/index.ts#L1"
|
|
169140
169140
|
}
|
|
169141
169141
|
]
|
|
169142
169142
|
}
|
package/package.json
CHANGED
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
"@emotion/react": "^11.10.0",
|
|
17
17
|
"@emotion/styled": "^11.10.0",
|
|
18
18
|
"@mui/material": "^5.10.2",
|
|
19
|
-
"@xylabs/react-appbar": "^2.14.
|
|
20
|
-
"@xylabs/react-button": "^2.14.
|
|
21
|
-
"@xylabs/react-common": "^2.14.
|
|
22
|
-
"@xylabs/react-cookie-consent": "^2.14.
|
|
23
|
-
"@xylabs/react-crypto": "^2.14.
|
|
24
|
-
"@xylabs/react-dialogs": "^2.14.
|
|
25
|
-
"@xylabs/react-experiments": "^2.14.
|
|
26
|
-
"@xylabs/react-flexbox": "^2.14.
|
|
27
|
-
"@xylabs/react-identicon": "^2.14.
|
|
28
|
-
"@xylabs/react-invertable-theme": "^2.14.
|
|
29
|
-
"@xylabs/react-link": "^2.14.
|
|
30
|
-
"@xylabs/react-number-status": "^2.14.
|
|
31
|
-
"@xylabs/react-pixel": "^2.14.
|
|
32
|
-
"@xylabs/react-pixel-debugger": "^2.14.
|
|
33
|
-
"@xylabs/react-quick-tip-button": "^2.14.
|
|
34
|
-
"@xylabs/react-rich-result": "^2.14.
|
|
35
|
-
"@xylabs/react-scroll-to-top": "^2.14.
|
|
36
|
-
"@xylabs/react-shared": "^2.14.
|
|
19
|
+
"@xylabs/react-appbar": "^2.14.15",
|
|
20
|
+
"@xylabs/react-button": "^2.14.15",
|
|
21
|
+
"@xylabs/react-common": "^2.14.15",
|
|
22
|
+
"@xylabs/react-cookie-consent": "^2.14.15",
|
|
23
|
+
"@xylabs/react-crypto": "^2.14.15",
|
|
24
|
+
"@xylabs/react-dialogs": "^2.14.15",
|
|
25
|
+
"@xylabs/react-experiments": "^2.14.15",
|
|
26
|
+
"@xylabs/react-flexbox": "^2.14.15",
|
|
27
|
+
"@xylabs/react-identicon": "^2.14.15",
|
|
28
|
+
"@xylabs/react-invertable-theme": "^2.14.15",
|
|
29
|
+
"@xylabs/react-link": "^2.14.15",
|
|
30
|
+
"@xylabs/react-number-status": "^2.14.15",
|
|
31
|
+
"@xylabs/react-pixel": "^2.14.15",
|
|
32
|
+
"@xylabs/react-pixel-debugger": "^2.14.15",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "^2.14.15",
|
|
34
|
+
"@xylabs/react-rich-result": "^2.14.15",
|
|
35
|
+
"@xylabs/react-scroll-to-top": "^2.14.15",
|
|
36
|
+
"@xylabs/react-shared": "^2.14.15",
|
|
37
37
|
"react": "^18.2.0",
|
|
38
38
|
"react-dom": "^18.2.0"
|
|
39
39
|
},
|
|
@@ -109,6 +109,6 @@
|
|
|
109
109
|
},
|
|
110
110
|
"sideEffects": false,
|
|
111
111
|
"types": "dist/esm/index.d.ts",
|
|
112
|
-
"version": "2.14.
|
|
112
|
+
"version": "2.14.15",
|
|
113
113
|
"packageManager": "yarn@3.2.1"
|
|
114
114
|
}
|