@xylabs/sdk-react 2.15.9 → 2.15.11
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/README.md +2 -10
- package/dist/docs.json +2836 -2836
- package/dist/{cjs → types}/index.d.ts +0 -0
- package/dist/{cjs → types}/index.d.ts.map +0 -0
- package/package.json +28 -28
- package/dist/esm/index.d.ts +0 -20
- package/dist/esm/index.d.ts.map +0 -1
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "^2.15.
|
|
17
|
-
"@xylabs/react-appbar": "^2.15.
|
|
18
|
-
"@xylabs/react-button": "^2.15.
|
|
19
|
-
"@xylabs/react-common": "^2.15.
|
|
20
|
-
"@xylabs/react-cookie-consent": "^2.15.
|
|
21
|
-
"@xylabs/react-crypto": "^2.15.
|
|
22
|
-
"@xylabs/react-dialogs": "^2.15.
|
|
23
|
-
"@xylabs/react-experiments": "^2.15.
|
|
24
|
-
"@xylabs/react-flexbox": "^2.15.
|
|
25
|
-
"@xylabs/react-identicon": "^2.15.
|
|
26
|
-
"@xylabs/react-invertable-theme": "^2.15.
|
|
27
|
-
"@xylabs/react-link": "^2.15.
|
|
28
|
-
"@xylabs/react-number-status": "^2.15.
|
|
29
|
-
"@xylabs/react-pixel": "^2.15.
|
|
30
|
-
"@xylabs/react-pixel-debugger": "^2.15.
|
|
31
|
-
"@xylabs/react-quick-tip-button": "^2.15.
|
|
32
|
-
"@xylabs/react-rich-result": "^2.15.
|
|
33
|
-
"@xylabs/react-scroll-to-top": "^2.15.
|
|
34
|
-
"@xylabs/react-shared": "^2.15.
|
|
16
|
+
"@xylabs/react-accordion": "^2.15.11",
|
|
17
|
+
"@xylabs/react-appbar": "^2.15.11",
|
|
18
|
+
"@xylabs/react-button": "^2.15.11",
|
|
19
|
+
"@xylabs/react-common": "^2.15.11",
|
|
20
|
+
"@xylabs/react-cookie-consent": "^2.15.11",
|
|
21
|
+
"@xylabs/react-crypto": "^2.15.11",
|
|
22
|
+
"@xylabs/react-dialogs": "^2.15.11",
|
|
23
|
+
"@xylabs/react-experiments": "^2.15.11",
|
|
24
|
+
"@xylabs/react-flexbox": "^2.15.11",
|
|
25
|
+
"@xylabs/react-identicon": "^2.15.11",
|
|
26
|
+
"@xylabs/react-invertable-theme": "^2.15.11",
|
|
27
|
+
"@xylabs/react-link": "^2.15.11",
|
|
28
|
+
"@xylabs/react-number-status": "^2.15.11",
|
|
29
|
+
"@xylabs/react-pixel": "^2.15.11",
|
|
30
|
+
"@xylabs/react-pixel-debugger": "^2.15.11",
|
|
31
|
+
"@xylabs/react-quick-tip-button": "^2.15.11",
|
|
32
|
+
"@xylabs/react-rich-result": "^2.15.11",
|
|
33
|
+
"@xylabs/react-scroll-to-top": "^2.15.11",
|
|
34
|
+
"@xylabs/react-shared": "^2.15.11"
|
|
35
35
|
},
|
|
36
36
|
"description": "Common React library for all XY Labs projects that use React",
|
|
37
37
|
"devDependencies": {
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"@storybook/theming": "^6.5.15",
|
|
57
57
|
"@types/node": "^18.11.18",
|
|
58
58
|
"@types/react-dom": "^18.0.10",
|
|
59
|
-
"@xylabs/assert": "2.6.
|
|
60
|
-
"@xylabs/eslint-config-react": "^2.12.
|
|
61
|
-
"@xylabs/pixel": "^1.4.
|
|
62
|
-
"@xylabs/ts-scripts-yarn3": "^2.12.
|
|
63
|
-
"@xylabs/tsconfig-dom": "^2.12.
|
|
59
|
+
"@xylabs/assert": "2.6.16",
|
|
60
|
+
"@xylabs/eslint-config-react": "^2.12.23",
|
|
61
|
+
"@xylabs/pixel": "^1.4.10",
|
|
62
|
+
"@xylabs/ts-scripts-yarn3": "^2.12.23",
|
|
63
|
+
"@xylabs/tsconfig-dom": "^2.12.23",
|
|
64
64
|
"async-mutex": "^0.4.0",
|
|
65
|
-
"axios": "^1.2",
|
|
66
|
-
"bowser": "^2.11",
|
|
65
|
+
"axios": "^1.2.3",
|
|
66
|
+
"bowser": "^2.11.0",
|
|
67
67
|
"chromatic": "^6.14.0",
|
|
68
68
|
"eslint": "^8.32.0",
|
|
69
69
|
"js-cookie": "^3.0.1",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"start": "start-storybook -p 6006"
|
|
135
135
|
},
|
|
136
136
|
"sideEffects": false,
|
|
137
|
-
"types": "dist/
|
|
138
|
-
"version": "2.15.
|
|
137
|
+
"types": "dist/types/index.d.ts",
|
|
138
|
+
"version": "2.15.11",
|
|
139
139
|
"packageManager": "yarn@3.3.1"
|
|
140
140
|
}
|
package/dist/esm/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export * from '@xylabs/react-accordion';
|
|
2
|
-
export * from '@xylabs/react-appbar';
|
|
3
|
-
export * from '@xylabs/react-button';
|
|
4
|
-
export * from '@xylabs/react-common';
|
|
5
|
-
export * from '@xylabs/react-cookie-consent';
|
|
6
|
-
export * from '@xylabs/react-crypto';
|
|
7
|
-
export * from '@xylabs/react-dialogs';
|
|
8
|
-
export * from '@xylabs/react-experiments';
|
|
9
|
-
export * from '@xylabs/react-flexbox';
|
|
10
|
-
export * from '@xylabs/react-identicon';
|
|
11
|
-
export * from '@xylabs/react-invertable-theme';
|
|
12
|
-
export * from '@xylabs/react-link';
|
|
13
|
-
export * from '@xylabs/react-number-status';
|
|
14
|
-
export * from '@xylabs/react-pixel';
|
|
15
|
-
export * from '@xylabs/react-pixel-debugger';
|
|
16
|
-
export * from '@xylabs/react-quick-tip-button';
|
|
17
|
-
export * from '@xylabs/react-rich-result';
|
|
18
|
-
export * from '@xylabs/react-scroll-to-top';
|
|
19
|
-
export * from '@xylabs/react-shared';
|
|
20
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qBAAqB,CAAA;AACnC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,sBAAsB,CAAA"}
|