reykit 1.0.56 → 1.0.58
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/index.d.ts +0 -2
- package/dist/index.js +6 -15
- package/package.json +1 -1
- package/dist/sys.d.ts +0 -8
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,6 @@ import * as base from './base';
|
|
|
3
3
|
import * as net from './net';
|
|
4
4
|
import * as re from './re';
|
|
5
5
|
import * as react from './react';
|
|
6
|
-
import * as sys from './sys';
|
|
7
6
|
import * as tailwindcss from './tailwindcss';
|
|
8
7
|
import * as window from './window';
|
|
9
8
|
declare const _default: {
|
|
@@ -12,7 +11,6 @@ declare const _default: {
|
|
|
12
11
|
net: typeof net;
|
|
13
12
|
re: typeof re;
|
|
14
13
|
react: typeof react;
|
|
15
|
-
sys: typeof sys;
|
|
16
14
|
tailwindcss: typeof tailwindcss;
|
|
17
15
|
window: typeof window;
|
|
18
16
|
};
|
package/dist/index.js
CHANGED
|
@@ -27643,16 +27643,8 @@ const HE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
27643
27643
|
PATTERN_IP: BE,
|
|
27644
27644
|
PATTERN_PHONE: qE,
|
|
27645
27645
|
PATTERN_URL: NE
|
|
27646
|
-
}, Symbol.toStringTag, { value: "Module" })), GE = 1;
|
|
27647
|
-
function XE() {
|
|
27648
|
-
return 2;
|
|
27649
|
-
}
|
|
27650
|
-
const QE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27651
|
-
__proto__: null,
|
|
27652
|
-
test: GE,
|
|
27653
|
-
testFunc: XE
|
|
27654
27646
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
27655
|
-
class
|
|
27647
|
+
class GE {
|
|
27656
27648
|
/**
|
|
27657
27649
|
* Build instance.
|
|
27658
27650
|
*
|
|
@@ -27744,19 +27736,18 @@ class VE {
|
|
|
27744
27736
|
this.set(I, !R);
|
|
27745
27737
|
}
|
|
27746
27738
|
}
|
|
27747
|
-
const
|
|
27739
|
+
const XE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27748
27740
|
__proto__: null,
|
|
27749
|
-
Storager:
|
|
27750
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
27741
|
+
Storager: GE
|
|
27742
|
+
}, Symbol.toStringTag, { value: "Module" })), JE = {
|
|
27751
27743
|
component: UE,
|
|
27752
27744
|
base: _E,
|
|
27753
27745
|
net: HE,
|
|
27754
27746
|
re: jE,
|
|
27755
27747
|
react: zE,
|
|
27756
|
-
sys: QE,
|
|
27757
27748
|
tailwindcss: ME,
|
|
27758
|
-
window:
|
|
27749
|
+
window: XE
|
|
27759
27750
|
};
|
|
27760
27751
|
export {
|
|
27761
|
-
|
|
27752
|
+
JE as default
|
|
27762
27753
|
};
|
package/package.json
CHANGED