@xylabs/sdk-react 2.13.5 → 2.13.8
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/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +15954 -15926
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +27 -26
- package/src/index.ts +1 -0
package/dist/esm/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from '@xylabs/react-crypto';
|
|
|
5
5
|
export * from '@xylabs/react-experiments';
|
|
6
6
|
export * from '@xylabs/react-flexbox';
|
|
7
7
|
export * from '@xylabs/react-identicon';
|
|
8
|
+
export * from '@xylabs/react-invertable-theme';
|
|
8
9
|
export * from '@xylabs/react-pixel';
|
|
9
10
|
export * from '@xylabs/react-pixel-debugger';
|
|
10
11
|
export * from '@xylabs/react-shared';
|
package/dist/esm/index.js
CHANGED
|
@@ -5,6 +5,7 @@ export * from '@xylabs/react-crypto';
|
|
|
5
5
|
export * from '@xylabs/react-experiments';
|
|
6
6
|
export * from '@xylabs/react-flexbox';
|
|
7
7
|
export * from '@xylabs/react-identicon';
|
|
8
|
+
export * from '@xylabs/react-invertable-theme';
|
|
8
9
|
export * from '@xylabs/react-pixel';
|
|
9
10
|
export * from '@xylabs/react-pixel-debugger';
|
|
10
11
|
export * from '@xylabs/react-shared';
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,qBAAqB,CAAA;AACnC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,qBAAqB,CAAA;AACnC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA"}
|
package/package.json
CHANGED
|
@@ -15,37 +15,38 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@emotion/react": "^11.9.0",
|
|
17
17
|
"@emotion/styled": "^11.8.1",
|
|
18
|
-
"@mui/material": "^5.8.
|
|
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-
|
|
27
|
-
"@xylabs/react-pixel
|
|
28
|
-
"@xylabs/react-
|
|
18
|
+
"@mui/material": "^5.8.3",
|
|
19
|
+
"@xylabs/react-button": "^2.12.20",
|
|
20
|
+
"@xylabs/react-common": "^2.12.20",
|
|
21
|
+
"@xylabs/react-cookie-consent": "^2.12.20",
|
|
22
|
+
"@xylabs/react-crypto": "^2.12.20",
|
|
23
|
+
"@xylabs/react-experiments": "^2.12.20",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.12.20",
|
|
25
|
+
"@xylabs/react-identicon": "^2.12.20",
|
|
26
|
+
"@xylabs/react-invertable-theme": "^2.12.20",
|
|
27
|
+
"@xylabs/react-pixel": "^2.12.20",
|
|
28
|
+
"@xylabs/react-pixel-debugger": "^2.12.20",
|
|
29
|
+
"@xylabs/react-shared": "^2.12.20"
|
|
29
30
|
},
|
|
30
31
|
"description": "Common React library for all XY Labs projects that use React",
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@babel/core": "^7.18.2",
|
|
33
34
|
"@babel/preset-env": "^7.18.2",
|
|
34
|
-
"@storybook/addon-actions": "^6.5.
|
|
35
|
-
"@storybook/addon-docs": "^6.5.
|
|
36
|
-
"@storybook/addon-essentials": "^6.5.
|
|
37
|
-
"@storybook/addon-interactions": "^6.5.
|
|
38
|
-
"@storybook/addon-links": "^6.5.
|
|
39
|
-
"@storybook/addons": "^6.5.
|
|
40
|
-
"@storybook/api": "^6.5.
|
|
41
|
-
"@storybook/builder-webpack5": "^6.5.
|
|
42
|
-
"@storybook/components": "^6.5.
|
|
43
|
-
"@storybook/core-events": "^6.5.
|
|
44
|
-
"@storybook/manager-webpack5": "^6.5.
|
|
45
|
-
"@storybook/react": "^6.5.
|
|
35
|
+
"@storybook/addon-actions": "^6.5.8",
|
|
36
|
+
"@storybook/addon-docs": "^6.5.8",
|
|
37
|
+
"@storybook/addon-essentials": "^6.5.8",
|
|
38
|
+
"@storybook/addon-interactions": "^6.5.8",
|
|
39
|
+
"@storybook/addon-links": "^6.5.8",
|
|
40
|
+
"@storybook/addons": "^6.5.8",
|
|
41
|
+
"@storybook/api": "^6.5.8",
|
|
42
|
+
"@storybook/builder-webpack5": "^6.5.8",
|
|
43
|
+
"@storybook/components": "^6.5.8",
|
|
44
|
+
"@storybook/core-events": "^6.5.8",
|
|
45
|
+
"@storybook/manager-webpack5": "^6.5.8",
|
|
46
|
+
"@storybook/react": "^6.5.8",
|
|
46
47
|
"@storybook/testing-library": "^0.0.11",
|
|
47
|
-
"@storybook/theming": "^6.5.
|
|
48
|
-
"@types/react": "^18.0.
|
|
48
|
+
"@storybook/theming": "^6.5.8",
|
|
49
|
+
"@types/react": "^18.0.12",
|
|
49
50
|
"@xylabs/eslint-config-react": "^2.1.5",
|
|
50
51
|
"@xylabs/ts-scripts": "^1.0.66",
|
|
51
52
|
"@xylabs/tsconfig": "^1.0.13",
|
|
@@ -140,6 +141,6 @@
|
|
|
140
141
|
},
|
|
141
142
|
"sideEffects": false,
|
|
142
143
|
"types": "dist/esm/index.d.ts",
|
|
143
|
-
"version": "2.13.
|
|
144
|
+
"version": "2.13.8",
|
|
144
145
|
"packageManager": "yarn@3.1.1"
|
|
145
146
|
}
|
package/src/index.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from '@xylabs/react-crypto'
|
|
|
5
5
|
export * from '@xylabs/react-experiments'
|
|
6
6
|
export * from '@xylabs/react-flexbox'
|
|
7
7
|
export * from '@xylabs/react-identicon'
|
|
8
|
+
export * from '@xylabs/react-invertable-theme'
|
|
8
9
|
export * from '@xylabs/react-pixel'
|
|
9
10
|
export * from '@xylabs/react-pixel-debugger'
|
|
10
11
|
export * from '@xylabs/react-shared'
|