@xylabs/sdk-react 3.0.4 → 3.0.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/browser/index.cjs +2 -0
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +23 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.js +1 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.cjs +67 -0
- package/dist/node/{index.mjs.map → index.cjs.map} +1 -1
- package/dist/node/index.d.cts +23 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.js +22 -65
- package/dist/node/index.js.map +1 -1
- package/package.json +34 -33
- package/dist/node/index.mjs +0 -24
package/dist/browser/index.cjs
CHANGED
|
@@ -13,6 +13,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
13
13
|
};
|
|
14
14
|
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
15
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// src/index.ts
|
|
16
18
|
var src_exports = {};
|
|
17
19
|
module.exports = __toCommonJS(src_exports);
|
|
18
20
|
__reExport(src_exports, require("@xylabs/react-accordion"), module.exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,oCAAd;AACA,wBAAc,iCADd;AAEA,wBAAc,uCAFd;AAGA,wBAAc,iCAHd;AAIA,wBAAc,iCAJd;AAKA,wBAAc,yCALd;AAMA,wBAAc,iCANd;AAOA,wBAAc,kCAPd;AAQA,wBAAc,sCARd;AASA,wBAAc,kCATd;AAUA,wBAAc,oCAVd;AAWA,wBAAc,2CAXd;AAYA,wBAAc,+BAZd;AAaA,wBAAc,wCAbd;AAcA,wBAAc,gCAdd;AAeA,wBAAc,yCAfd;AAgBA,wBAAc,kCAhBd;AAiBA,wBAAc,2CAjBd;AAkBA,wBAAc,4CAlBd;AAmBA,wBAAc,sCAnBd;AAoBA,wBAAc,wCApBd;AAqBA,wBAAc,iCArBd;","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * from '@xylabs/react-accordion';
|
|
2
|
+
export * from '@xylabs/react-appbar';
|
|
3
|
+
export * from '@xylabs/react-async-effect';
|
|
4
|
+
export * from '@xylabs/react-button';
|
|
5
|
+
export * from '@xylabs/react-common';
|
|
6
|
+
export * from '@xylabs/react-cookie-consent';
|
|
7
|
+
export * from '@xylabs/react-crypto';
|
|
8
|
+
export * from '@xylabs/react-dialogs';
|
|
9
|
+
export * from '@xylabs/react-experiments';
|
|
10
|
+
export * from '@xylabs/react-flexbox';
|
|
11
|
+
export * from '@xylabs/react-identicon';
|
|
12
|
+
export * from '@xylabs/react-invertible-theme';
|
|
13
|
+
export * from '@xylabs/react-link';
|
|
14
|
+
export * from '@xylabs/react-number-status';
|
|
15
|
+
export * from '@xylabs/react-pixel';
|
|
16
|
+
export * from '@xylabs/react-pixel-debugger';
|
|
17
|
+
export * from '@xylabs/react-promise';
|
|
18
|
+
export * from '@xylabs/react-quick-tip-button';
|
|
19
|
+
export * from '@xylabs/react-render-spin-check';
|
|
20
|
+
export * from '@xylabs/react-rich-result';
|
|
21
|
+
export * from '@xylabs/react-scroll-to-top';
|
|
22
|
+
export * from '@xylabs/react-shared';
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,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,uBAAuB,CAAA;AACrC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,sBAAsB,CAAA"}
|
package/dist/browser/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
|
|
17
|
+
// src/index.ts
|
|
18
|
+
var src_exports = {};
|
|
19
|
+
module.exports = __toCommonJS(src_exports);
|
|
20
|
+
__reExport(src_exports, require("@xylabs/react-accordion"), module.exports);
|
|
21
|
+
__reExport(src_exports, require("@xylabs/react-appbar"), module.exports);
|
|
22
|
+
__reExport(src_exports, require("@xylabs/react-async-effect"), module.exports);
|
|
23
|
+
__reExport(src_exports, require("@xylabs/react-button"), module.exports);
|
|
24
|
+
__reExport(src_exports, require("@xylabs/react-common"), module.exports);
|
|
25
|
+
__reExport(src_exports, require("@xylabs/react-cookie-consent"), module.exports);
|
|
26
|
+
__reExport(src_exports, require("@xylabs/react-crypto"), module.exports);
|
|
27
|
+
__reExport(src_exports, require("@xylabs/react-dialogs"), module.exports);
|
|
28
|
+
__reExport(src_exports, require("@xylabs/react-experiments"), module.exports);
|
|
29
|
+
__reExport(src_exports, require("@xylabs/react-flexbox"), module.exports);
|
|
30
|
+
__reExport(src_exports, require("@xylabs/react-identicon"), module.exports);
|
|
31
|
+
__reExport(src_exports, require("@xylabs/react-invertible-theme"), module.exports);
|
|
32
|
+
__reExport(src_exports, require("@xylabs/react-link"), module.exports);
|
|
33
|
+
__reExport(src_exports, require("@xylabs/react-number-status"), module.exports);
|
|
34
|
+
__reExport(src_exports, require("@xylabs/react-pixel"), module.exports);
|
|
35
|
+
__reExport(src_exports, require("@xylabs/react-pixel-debugger"), module.exports);
|
|
36
|
+
__reExport(src_exports, require("@xylabs/react-promise"), module.exports);
|
|
37
|
+
__reExport(src_exports, require("@xylabs/react-quick-tip-button"), module.exports);
|
|
38
|
+
__reExport(src_exports, require("@xylabs/react-render-spin-check"), module.exports);
|
|
39
|
+
__reExport(src_exports, require("@xylabs/react-rich-result"), module.exports);
|
|
40
|
+
__reExport(src_exports, require("@xylabs/react-scroll-to-top"), module.exports);
|
|
41
|
+
__reExport(src_exports, require("@xylabs/react-shared"), module.exports);
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
...require("@xylabs/react-accordion"),
|
|
45
|
+
...require("@xylabs/react-appbar"),
|
|
46
|
+
...require("@xylabs/react-async-effect"),
|
|
47
|
+
...require("@xylabs/react-button"),
|
|
48
|
+
...require("@xylabs/react-common"),
|
|
49
|
+
...require("@xylabs/react-cookie-consent"),
|
|
50
|
+
...require("@xylabs/react-crypto"),
|
|
51
|
+
...require("@xylabs/react-dialogs"),
|
|
52
|
+
...require("@xylabs/react-experiments"),
|
|
53
|
+
...require("@xylabs/react-flexbox"),
|
|
54
|
+
...require("@xylabs/react-identicon"),
|
|
55
|
+
...require("@xylabs/react-invertible-theme"),
|
|
56
|
+
...require("@xylabs/react-link"),
|
|
57
|
+
...require("@xylabs/react-number-status"),
|
|
58
|
+
...require("@xylabs/react-pixel"),
|
|
59
|
+
...require("@xylabs/react-pixel-debugger"),
|
|
60
|
+
...require("@xylabs/react-promise"),
|
|
61
|
+
...require("@xylabs/react-quick-tip-button"),
|
|
62
|
+
...require("@xylabs/react-render-spin-check"),
|
|
63
|
+
...require("@xylabs/react-rich-result"),
|
|
64
|
+
...require("@xylabs/react-scroll-to-top"),
|
|
65
|
+
...require("@xylabs/react-shared")
|
|
66
|
+
});
|
|
67
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,oCAAd;AACA,wBAAc,iCADd;AAEA,wBAAc,uCAFd;AAGA,wBAAc,iCAHd;AAIA,wBAAc,iCAJd;AAKA,wBAAc,yCALd;AAMA,wBAAc,iCANd;AAOA,wBAAc,kCAPd;AAQA,wBAAc,sCARd;AASA,wBAAc,kCATd;AAUA,wBAAc,oCAVd;AAWA,wBAAc,2CAXd;AAYA,wBAAc,+BAZd;AAaA,wBAAc,wCAbd;AAcA,wBAAc,gCAdd;AAeA,wBAAc,yCAfd;AAgBA,wBAAc,kCAhBd;AAiBA,wBAAc,2CAjBd;AAkBA,wBAAc,4CAlBd;AAmBA,wBAAc,sCAnBd;AAoBA,wBAAc,wCApBd;AAqBA,wBAAc,iCArBd;","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export * from '@xylabs/react-accordion';
|
|
2
|
+
export * from '@xylabs/react-appbar';
|
|
3
|
+
export * from '@xylabs/react-async-effect';
|
|
4
|
+
export * from '@xylabs/react-button';
|
|
5
|
+
export * from '@xylabs/react-common';
|
|
6
|
+
export * from '@xylabs/react-cookie-consent';
|
|
7
|
+
export * from '@xylabs/react-crypto';
|
|
8
|
+
export * from '@xylabs/react-dialogs';
|
|
9
|
+
export * from '@xylabs/react-experiments';
|
|
10
|
+
export * from '@xylabs/react-flexbox';
|
|
11
|
+
export * from '@xylabs/react-identicon';
|
|
12
|
+
export * from '@xylabs/react-invertible-theme';
|
|
13
|
+
export * from '@xylabs/react-link';
|
|
14
|
+
export * from '@xylabs/react-number-status';
|
|
15
|
+
export * from '@xylabs/react-pixel';
|
|
16
|
+
export * from '@xylabs/react-pixel-debugger';
|
|
17
|
+
export * from '@xylabs/react-promise';
|
|
18
|
+
export * from '@xylabs/react-quick-tip-button';
|
|
19
|
+
export * from '@xylabs/react-render-spin-check';
|
|
20
|
+
export * from '@xylabs/react-rich-result';
|
|
21
|
+
export * from '@xylabs/react-scroll-to-top';
|
|
22
|
+
export * from '@xylabs/react-shared';
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,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,uBAAuB,CAAA;AACrC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,sBAAsB,CAAA"}
|
package/dist/node/index.js
CHANGED
|
@@ -1,67 +1,24 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
|
|
17
1
|
// src/index.ts
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
__reExport(src_exports, require("@xylabs/react-scroll-to-top"), module.exports);
|
|
41
|
-
__reExport(src_exports, require("@xylabs/react-shared"), module.exports);
|
|
42
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
-
0 && (module.exports = {
|
|
44
|
-
...require("@xylabs/react-accordion"),
|
|
45
|
-
...require("@xylabs/react-appbar"),
|
|
46
|
-
...require("@xylabs/react-async-effect"),
|
|
47
|
-
...require("@xylabs/react-button"),
|
|
48
|
-
...require("@xylabs/react-common"),
|
|
49
|
-
...require("@xylabs/react-cookie-consent"),
|
|
50
|
-
...require("@xylabs/react-crypto"),
|
|
51
|
-
...require("@xylabs/react-dialogs"),
|
|
52
|
-
...require("@xylabs/react-experiments"),
|
|
53
|
-
...require("@xylabs/react-flexbox"),
|
|
54
|
-
...require("@xylabs/react-identicon"),
|
|
55
|
-
...require("@xylabs/react-invertible-theme"),
|
|
56
|
-
...require("@xylabs/react-link"),
|
|
57
|
-
...require("@xylabs/react-number-status"),
|
|
58
|
-
...require("@xylabs/react-pixel"),
|
|
59
|
-
...require("@xylabs/react-pixel-debugger"),
|
|
60
|
-
...require("@xylabs/react-promise"),
|
|
61
|
-
...require("@xylabs/react-quick-tip-button"),
|
|
62
|
-
...require("@xylabs/react-render-spin-check"),
|
|
63
|
-
...require("@xylabs/react-rich-result"),
|
|
64
|
-
...require("@xylabs/react-scroll-to-top"),
|
|
65
|
-
...require("@xylabs/react-shared")
|
|
66
|
-
});
|
|
2
|
+
export * from "@xylabs/react-accordion";
|
|
3
|
+
export * from "@xylabs/react-appbar";
|
|
4
|
+
export * from "@xylabs/react-async-effect";
|
|
5
|
+
export * from "@xylabs/react-button";
|
|
6
|
+
export * from "@xylabs/react-common";
|
|
7
|
+
export * from "@xylabs/react-cookie-consent";
|
|
8
|
+
export * from "@xylabs/react-crypto";
|
|
9
|
+
export * from "@xylabs/react-dialogs";
|
|
10
|
+
export * from "@xylabs/react-experiments";
|
|
11
|
+
export * from "@xylabs/react-flexbox";
|
|
12
|
+
export * from "@xylabs/react-identicon";
|
|
13
|
+
export * from "@xylabs/react-invertible-theme";
|
|
14
|
+
export * from "@xylabs/react-link";
|
|
15
|
+
export * from "@xylabs/react-number-status";
|
|
16
|
+
export * from "@xylabs/react-pixel";
|
|
17
|
+
export * from "@xylabs/react-pixel-debugger";
|
|
18
|
+
export * from "@xylabs/react-promise";
|
|
19
|
+
export * from "@xylabs/react-quick-tip-button";
|
|
20
|
+
export * from "@xylabs/react-render-spin-check";
|
|
21
|
+
export * from "@xylabs/react-rich-result";
|
|
22
|
+
export * from "@xylabs/react-scroll-to-top";
|
|
23
|
+
export * from "@xylabs/react-shared";
|
|
67
24
|
//# sourceMappingURL=index.js.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xylabs/react-accordion'\nexport * from '@xylabs/react-appbar'\nexport * from '@xylabs/react-async-effect'\nexport * from '@xylabs/react-button'\nexport * from '@xylabs/react-common'\nexport * from '@xylabs/react-cookie-consent'\nexport * from '@xylabs/react-crypto'\nexport * from '@xylabs/react-dialogs'\nexport * from '@xylabs/react-experiments'\nexport * from '@xylabs/react-flexbox'\nexport * from '@xylabs/react-identicon'\nexport * from '@xylabs/react-invertible-theme'\nexport * from '@xylabs/react-link'\nexport * from '@xylabs/react-number-status'\nexport * from '@xylabs/react-pixel'\nexport * from '@xylabs/react-pixel-debugger'\nexport * from '@xylabs/react-promise'\nexport * from '@xylabs/react-quick-tip-button'\nexport * from '@xylabs/react-render-spin-check'\nexport * from '@xylabs/react-rich-result'\nexport * from '@xylabs/react-scroll-to-top'\nexport * from '@xylabs/react-shared'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
package/package.json
CHANGED
|
@@ -13,28 +13,28 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xylabs/react-accordion": "~3.0.
|
|
17
|
-
"@xylabs/react-appbar": "~3.0.
|
|
18
|
-
"@xylabs/react-async-effect": "~3.0.
|
|
19
|
-
"@xylabs/react-button": "~3.0.
|
|
20
|
-
"@xylabs/react-common": "~3.0.
|
|
21
|
-
"@xylabs/react-cookie-consent": "~3.0.
|
|
22
|
-
"@xylabs/react-crypto": "~3.0.
|
|
23
|
-
"@xylabs/react-dialogs": "~3.0.
|
|
24
|
-
"@xylabs/react-experiments": "~3.0.
|
|
25
|
-
"@xylabs/react-flexbox": "~3.0.
|
|
26
|
-
"@xylabs/react-identicon": "~3.0.
|
|
27
|
-
"@xylabs/react-invertible-theme": "~3.0.
|
|
28
|
-
"@xylabs/react-link": "~3.0.
|
|
29
|
-
"@xylabs/react-number-status": "~3.0.
|
|
30
|
-
"@xylabs/react-pixel": "~3.0.
|
|
31
|
-
"@xylabs/react-pixel-debugger": "~3.0.
|
|
32
|
-
"@xylabs/react-promise": "~3.0.
|
|
33
|
-
"@xylabs/react-quick-tip-button": "~3.0.
|
|
34
|
-
"@xylabs/react-render-spin-check": "~3.0.
|
|
35
|
-
"@xylabs/react-rich-result": "~3.0.
|
|
36
|
-
"@xylabs/react-scroll-to-top": "~3.0.
|
|
37
|
-
"@xylabs/react-shared": "~3.0.
|
|
16
|
+
"@xylabs/react-accordion": "~3.0.6",
|
|
17
|
+
"@xylabs/react-appbar": "~3.0.6",
|
|
18
|
+
"@xylabs/react-async-effect": "~3.0.6",
|
|
19
|
+
"@xylabs/react-button": "~3.0.6",
|
|
20
|
+
"@xylabs/react-common": "~3.0.6",
|
|
21
|
+
"@xylabs/react-cookie-consent": "~3.0.6",
|
|
22
|
+
"@xylabs/react-crypto": "~3.0.6",
|
|
23
|
+
"@xylabs/react-dialogs": "~3.0.6",
|
|
24
|
+
"@xylabs/react-experiments": "~3.0.6",
|
|
25
|
+
"@xylabs/react-flexbox": "~3.0.6",
|
|
26
|
+
"@xylabs/react-identicon": "~3.0.6",
|
|
27
|
+
"@xylabs/react-invertible-theme": "~3.0.6",
|
|
28
|
+
"@xylabs/react-link": "~3.0.6",
|
|
29
|
+
"@xylabs/react-number-status": "~3.0.6",
|
|
30
|
+
"@xylabs/react-pixel": "~3.0.6",
|
|
31
|
+
"@xylabs/react-pixel-debugger": "~3.0.6",
|
|
32
|
+
"@xylabs/react-promise": "~3.0.6",
|
|
33
|
+
"@xylabs/react-quick-tip-button": "~3.0.6",
|
|
34
|
+
"@xylabs/react-render-spin-check": "~3.0.6",
|
|
35
|
+
"@xylabs/react-rich-result": "~3.0.6",
|
|
36
|
+
"@xylabs/react-scroll-to-top": "~3.0.6",
|
|
37
|
+
"@xylabs/react-shared": "~3.0.6"
|
|
38
38
|
},
|
|
39
39
|
"description": "Common React library for all XY Labs projects that use React",
|
|
40
40
|
"devDependencies": {
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@storybook/theming": "^7.4.5",
|
|
63
63
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
64
64
|
"@typescript-eslint/parser": "^6.7.3",
|
|
65
|
-
"@xylabs/eslint-config-react": "^3.0.
|
|
65
|
+
"@xylabs/eslint-config-react": "^3.0.79",
|
|
66
66
|
"@xylabs/pixel": "^1.4.14",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
68
|
-
"@xylabs/tsconfig-react": "^3.0.
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.79",
|
|
68
|
+
"@xylabs/tsconfig-react": "^3.0.79",
|
|
69
69
|
"axios": "^1.5.1",
|
|
70
70
|
"eslint": "^8.50.0",
|
|
71
71
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
@@ -97,20 +97,20 @@
|
|
|
97
97
|
"node": {
|
|
98
98
|
"import": {
|
|
99
99
|
"types": "./dist/node/index.d.mts",
|
|
100
|
-
"default": "./dist/node/index.
|
|
100
|
+
"default": "./dist/node/index.js"
|
|
101
101
|
},
|
|
102
102
|
"require": {
|
|
103
|
-
"types": "./dist/node/index.d.
|
|
104
|
-
"default": "./dist/node/index.
|
|
103
|
+
"types": "./dist/node/index.d.cts",
|
|
104
|
+
"default": "./dist/node/index.cjs"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"browser": {
|
|
108
108
|
"import": {
|
|
109
|
-
"types": "./dist/browser/index.d.
|
|
109
|
+
"types": "./dist/browser/index.d.mts",
|
|
110
110
|
"default": "./dist/browser/index.js"
|
|
111
111
|
},
|
|
112
112
|
"require": {
|
|
113
|
-
"types": "./dist/browser/index.d.
|
|
113
|
+
"types": "./dist/browser/index.d.cts",
|
|
114
114
|
"default": "./dist/browser/index.cjs"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"./package.json": "./package.json"
|
|
123
123
|
},
|
|
124
124
|
"types": "dist/browser/index.d.ts",
|
|
125
|
-
"main": "./dist/browser/index.
|
|
125
|
+
"main": "./dist/browser/index.cjs",
|
|
126
126
|
"module": "./dist/browser/index.js",
|
|
127
127
|
"homepage": "https://xylabs.com",
|
|
128
128
|
"keywords": [
|
|
@@ -146,10 +146,11 @@
|
|
|
146
146
|
"start": "storybook dev -p 6006"
|
|
147
147
|
},
|
|
148
148
|
"sideEffects": false,
|
|
149
|
-
"version": "3.0.
|
|
149
|
+
"version": "3.0.6",
|
|
150
150
|
"packageManager": "yarn@3.6.1",
|
|
151
151
|
"volta": {
|
|
152
152
|
"node": "18.17.1",
|
|
153
153
|
"yarn": "3.4.1"
|
|
154
|
-
}
|
|
154
|
+
},
|
|
155
|
+
"type": "module"
|
|
155
156
|
}
|
package/dist/node/index.mjs
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xylabs/react-accordion";
|
|
3
|
-
export * from "@xylabs/react-appbar";
|
|
4
|
-
export * from "@xylabs/react-async-effect";
|
|
5
|
-
export * from "@xylabs/react-button";
|
|
6
|
-
export * from "@xylabs/react-common";
|
|
7
|
-
export * from "@xylabs/react-cookie-consent";
|
|
8
|
-
export * from "@xylabs/react-crypto";
|
|
9
|
-
export * from "@xylabs/react-dialogs";
|
|
10
|
-
export * from "@xylabs/react-experiments";
|
|
11
|
-
export * from "@xylabs/react-flexbox";
|
|
12
|
-
export * from "@xylabs/react-identicon";
|
|
13
|
-
export * from "@xylabs/react-invertible-theme";
|
|
14
|
-
export * from "@xylabs/react-link";
|
|
15
|
-
export * from "@xylabs/react-number-status";
|
|
16
|
-
export * from "@xylabs/react-pixel";
|
|
17
|
-
export * from "@xylabs/react-pixel-debugger";
|
|
18
|
-
export * from "@xylabs/react-promise";
|
|
19
|
-
export * from "@xylabs/react-quick-tip-button";
|
|
20
|
-
export * from "@xylabs/react-render-spin-check";
|
|
21
|
-
export * from "@xylabs/react-rich-result";
|
|
22
|
-
export * from "@xylabs/react-scroll-to-top";
|
|
23
|
-
export * from "@xylabs/react-shared";
|
|
24
|
-
//# sourceMappingURL=index.mjs.map
|