@cronocode/react-box 1.6.2 → 1.6.3
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/baseSvg.module.css.cjs +1 -1
- package/baseSvg.module.css.mjs +2 -2
- package/box.module.css.cjs +1 -1
- package/box.module.css.mjs +1 -1
- package/components/dox/doxStyles.d.ts +79 -10
- package/components/dox/doxStylesFormatters.d.ts +4 -0
- package/components/dox/useStyles.d.ts +1 -1
- package/components/dox.cjs +3 -3
- package/components/dox.d.ts +4 -4
- package/components/dox.mjs +205 -145
- package/package.json +1 -1
- package/style.css +1 -1
package/components/dox.mjs
CHANGED
|
@@ -1,57 +1,73 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { I as
|
|
3
|
-
import { useTheme as
|
|
1
|
+
import F, { useLayoutEffect as I, useMemo as E, forwardRef as _, useState as D } from "react";
|
|
2
|
+
import { I as P, C as M } from "../utils/utils.mjs";
|
|
3
|
+
import { useTheme as W } from "../theme.mjs";
|
|
4
4
|
var e;
|
|
5
5
|
((a) => {
|
|
6
|
-
((
|
|
7
|
-
function
|
|
8
|
-
return `${
|
|
6
|
+
((r) => {
|
|
7
|
+
function n(o, d) {
|
|
8
|
+
return `${o}${d.replace("/", "-")}`;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
return `${i / 4}rem`;
|
|
10
|
+
r.fraction = n;
|
|
11
|
+
function v(o) {
|
|
12
|
+
return [`${o} path`, `${o} circle`, `${o} rect`, `${o} line`];
|
|
14
13
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
r.svg = v;
|
|
15
|
+
})(a.ClassName || (a.ClassName = {})), ((r) => {
|
|
16
|
+
function n(u, l) {
|
|
17
|
+
return `${l / 4}rem`;
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
function
|
|
21
|
-
|
|
22
|
-
return `${+V / +t * 100}%`;
|
|
19
|
+
r.rem = n;
|
|
20
|
+
function v(u, l) {
|
|
21
|
+
return `${l}px`;
|
|
23
22
|
}
|
|
24
|
-
|
|
25
|
-
function
|
|
26
|
-
|
|
23
|
+
r.px = v;
|
|
24
|
+
function o(u, l) {
|
|
25
|
+
const [i, c] = l.split("/");
|
|
26
|
+
return `${+i / +c * 100}%`;
|
|
27
|
+
}
|
|
28
|
+
r.fraction = o;
|
|
29
|
+
function d(u, l) {
|
|
30
|
+
switch (l) {
|
|
27
31
|
case "fit":
|
|
28
32
|
return "100%";
|
|
29
33
|
case "fit-screen":
|
|
30
|
-
return
|
|
34
|
+
return u.toLocaleLowerCase().includes("height") ? "100vh" : "100vw";
|
|
31
35
|
default:
|
|
32
|
-
return
|
|
36
|
+
return l;
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
|
-
|
|
36
|
-
function
|
|
37
|
-
return (
|
|
39
|
+
r.widthHeight = d;
|
|
40
|
+
function g(u) {
|
|
41
|
+
return (l, i) => `var(--${u}${i});`;
|
|
42
|
+
}
|
|
43
|
+
r.variables = g;
|
|
44
|
+
function y(u) {
|
|
45
|
+
return (l, i) => `var(--${u}${i});`;
|
|
46
|
+
}
|
|
47
|
+
r.svgVariables = y;
|
|
48
|
+
function x(u, l) {
|
|
49
|
+
return `repeat(${l},minmax(0,1fr))`;
|
|
50
|
+
}
|
|
51
|
+
r.gridColumns = x;
|
|
52
|
+
function f(u, l) {
|
|
53
|
+
return l === "full-row" ? "1/-1" : `span ${l}/span ${l}`;
|
|
38
54
|
}
|
|
39
|
-
|
|
40
|
-
function
|
|
41
|
-
return
|
|
55
|
+
r.gridColumn = f;
|
|
56
|
+
function h(u, l) {
|
|
57
|
+
return `${l}ms`;
|
|
42
58
|
}
|
|
43
|
-
|
|
44
|
-
function
|
|
45
|
-
return
|
|
59
|
+
r.ms = h;
|
|
60
|
+
function V(u, l) {
|
|
61
|
+
return `${l}deg`;
|
|
46
62
|
}
|
|
47
|
-
|
|
48
|
-
function
|
|
49
|
-
return
|
|
63
|
+
r.rotate = V;
|
|
64
|
+
function b(u, l) {
|
|
65
|
+
return l === "xAxis" ? "-1 1" : "1 -1";
|
|
50
66
|
}
|
|
51
|
-
|
|
67
|
+
r.flip = b;
|
|
52
68
|
})(a.Value || (a.Value = {}));
|
|
53
69
|
})(e || (e = {}));
|
|
54
|
-
const
|
|
70
|
+
const G = ["H", "F", "A"];
|
|
55
71
|
var s;
|
|
56
72
|
((a) => {
|
|
57
73
|
a.positiveSizes = [
|
|
@@ -192,17 +208,28 @@ var s;
|
|
|
192
208
|
"11/12"
|
|
193
209
|
], a.widthHeightValues = ["fit", "fit-screen", "auto", "fit-content", "max-content", "min-content"], a.alignSelf = ["auto", "flex-start", "flex-end", "center", "baseline", "stretch"];
|
|
194
210
|
})(s || (s = {}));
|
|
195
|
-
const
|
|
211
|
+
const R = {
|
|
196
212
|
shadow: { cssNames: ["box-shadow"], formatValue: e.Value.variables("shadow") },
|
|
197
213
|
background: { cssNames: ["background"], formatValue: e.Value.variables("background") },
|
|
198
214
|
color: { cssNames: ["color"], formatValue: e.Value.variables("color") },
|
|
199
215
|
bgColor: { cssNames: ["background-color"], formatValue: e.Value.variables("color") },
|
|
200
216
|
borderColor: { cssNames: ["border-color"], formatValue: e.Value.variables("color") },
|
|
201
217
|
outlineColor: { cssNames: ["outline-color"], formatValue: e.Value.variables("color") }
|
|
202
|
-
},
|
|
218
|
+
}, j = {
|
|
219
|
+
fill: {
|
|
220
|
+
cssNames: ["fill"],
|
|
221
|
+
formatValue: e.Value.svgVariables("color"),
|
|
222
|
+
formatSelector: e.ClassName.svg
|
|
223
|
+
},
|
|
224
|
+
stroke: {
|
|
225
|
+
cssNames: ["stroke"],
|
|
226
|
+
formatValue: e.Value.svgVariables("color"),
|
|
227
|
+
formatSelector: e.ClassName.svg
|
|
228
|
+
}
|
|
229
|
+
}, $ = {
|
|
203
230
|
hover: { className: "_h" },
|
|
204
231
|
focus: { className: "_f" }
|
|
205
|
-
},
|
|
232
|
+
}, t = {
|
|
206
233
|
display: {
|
|
207
234
|
cssNames: ["display"],
|
|
208
235
|
values1: { values: ["none", "block", "inline-block", "flex", "inline-flex", "grid", "inline-grid", "contents"] },
|
|
@@ -221,8 +248,8 @@ const H = {
|
|
|
221
248
|
values2: { values: s.positiveSizes, formatValue: e.Value.rem },
|
|
222
249
|
values3: {
|
|
223
250
|
values: s.widthHeightFractions,
|
|
224
|
-
formatValue: e.Value.fraction
|
|
225
|
-
formatClassName:
|
|
251
|
+
formatValue: e.Value.fraction
|
|
252
|
+
// formatClassName: DoxStylesFormatters.ClassName.fraction,
|
|
226
253
|
}
|
|
227
254
|
},
|
|
228
255
|
minWidth: {
|
|
@@ -231,8 +258,8 @@ const H = {
|
|
|
231
258
|
values2: { values: s.positiveSizes, formatValue: e.Value.rem },
|
|
232
259
|
values3: {
|
|
233
260
|
values: s.widthHeightFractions,
|
|
234
|
-
formatValue: e.Value.fraction
|
|
235
|
-
formatClassName:
|
|
261
|
+
formatValue: e.Value.fraction
|
|
262
|
+
// formatClassName: DoxStylesFormatters.ClassName.fraction,
|
|
236
263
|
}
|
|
237
264
|
},
|
|
238
265
|
maxWidth: {
|
|
@@ -241,8 +268,8 @@ const H = {
|
|
|
241
268
|
values2: { values: s.positiveSizes, formatValue: e.Value.rem },
|
|
242
269
|
values3: {
|
|
243
270
|
values: s.widthHeightFractions,
|
|
244
|
-
formatValue: e.Value.fraction
|
|
245
|
-
formatClassName:
|
|
271
|
+
formatValue: e.Value.fraction
|
|
272
|
+
// formatClassName: DoxStylesFormatters.ClassName.fraction,
|
|
246
273
|
}
|
|
247
274
|
},
|
|
248
275
|
height: {
|
|
@@ -251,8 +278,8 @@ const H = {
|
|
|
251
278
|
values2: { values: s.positiveSizes, formatValue: e.Value.rem },
|
|
252
279
|
values3: {
|
|
253
280
|
values: s.widthHeightFractions,
|
|
254
|
-
formatValue: e.Value.fraction
|
|
255
|
-
formatClassName:
|
|
281
|
+
formatValue: e.Value.fraction
|
|
282
|
+
// formatClassName: DoxStylesFormatters.ClassName.fraction,
|
|
256
283
|
}
|
|
257
284
|
},
|
|
258
285
|
minHeight: {
|
|
@@ -261,8 +288,8 @@ const H = {
|
|
|
261
288
|
values2: { values: s.positiveSizes, formatValue: e.Value.rem },
|
|
262
289
|
values3: {
|
|
263
290
|
values: s.widthHeightFractions,
|
|
264
|
-
formatValue: e.Value.fraction
|
|
265
|
-
formatClassName:
|
|
291
|
+
formatValue: e.Value.fraction
|
|
292
|
+
// formatClassName: DoxStylesFormatters.ClassName.fraction,
|
|
266
293
|
}
|
|
267
294
|
},
|
|
268
295
|
maxHeight: {
|
|
@@ -271,8 +298,8 @@ const H = {
|
|
|
271
298
|
values2: { values: s.positiveSizes, formatValue: e.Value.rem },
|
|
272
299
|
values3: {
|
|
273
300
|
values: s.widthHeightFractions,
|
|
274
|
-
formatValue: e.Value.fraction
|
|
275
|
-
formatClassName:
|
|
301
|
+
formatValue: e.Value.fraction
|
|
302
|
+
// formatClassName: DoxStylesFormatters.ClassName.fraction,
|
|
276
303
|
}
|
|
277
304
|
},
|
|
278
305
|
position: {
|
|
@@ -822,122 +849,155 @@ const H = {
|
|
|
822
849
|
values2: { values: [] },
|
|
823
850
|
values3: { values: [] }
|
|
824
851
|
}
|
|
852
|
+
}, C = {
|
|
853
|
+
rotate: {
|
|
854
|
+
cssNames: ["rotate"],
|
|
855
|
+
values1: { values: [0, 90, 180, 270, -90, -180, -270], formatValue: e.Value.rotate },
|
|
856
|
+
values2: { values: [] },
|
|
857
|
+
values3: { values: [] }
|
|
858
|
+
},
|
|
859
|
+
flip: {
|
|
860
|
+
cssNames: ["scale"],
|
|
861
|
+
values1: { values: ["xAxis", "yAxis"], formatValue: e.Value.flip },
|
|
862
|
+
values2: { values: [] },
|
|
863
|
+
values3: { values: [] }
|
|
864
|
+
}
|
|
825
865
|
};
|
|
826
|
-
Object.keys(
|
|
827
|
-
|
|
866
|
+
Object.keys(C).forEach((a) => {
|
|
867
|
+
t[a] = C[a];
|
|
828
868
|
});
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
869
|
+
Object.keys(R).forEach((a) => {
|
|
870
|
+
t[a] = R[a], t[a].isThemeStyle = !0;
|
|
871
|
+
});
|
|
872
|
+
Object.keys(j).forEach((a) => {
|
|
873
|
+
t[a] = j[a], t[a].isThemeStyle = !0;
|
|
874
|
+
});
|
|
875
|
+
const z = {
|
|
876
|
+
w: { ...t.width, key: "width" },
|
|
877
|
+
h: { ...t.height, key: "height" },
|
|
878
|
+
m: { ...t.margin, key: "margin" },
|
|
879
|
+
mx: { ...t.marginHorizontal, key: "marginHorizontal" },
|
|
880
|
+
my: { ...t.marginVertical, key: "marginVertical" },
|
|
881
|
+
mt: { ...t.marginTop, key: "marginTop" },
|
|
882
|
+
mr: { ...t.marginRight, key: "marginRight" },
|
|
883
|
+
mb: { ...t.marginBottom, key: "marginBottom" },
|
|
884
|
+
ml: { ...t.marginLeft, key: "marginLeft" },
|
|
885
|
+
p: { ...t.padding, key: "padding" },
|
|
886
|
+
px: { ...t.paddingHorizontal, key: "paddingHorizontal" },
|
|
887
|
+
py: { ...t.paddingVertical, key: "paddingVertical" },
|
|
888
|
+
pt: { ...t.paddingTop, key: "paddingTop" },
|
|
889
|
+
pr: { ...t.paddingRight, key: "paddingRight" },
|
|
890
|
+
pb: { ...t.paddingBottom, key: "paddingBottom" },
|
|
891
|
+
pl: { ...t.paddingLeft, key: "paddingLeft" },
|
|
892
|
+
b: { ...t.border, key: "border" },
|
|
893
|
+
bx: { ...t.borderHorizontal, key: "borderHorizontal" },
|
|
894
|
+
by: { ...t.borderVertical, key: "borderVertical" },
|
|
895
|
+
bt: { ...t.borderTop, key: "borderTop" },
|
|
896
|
+
br: { ...t.borderRight, key: "borderRight" },
|
|
897
|
+
bb: { ...t.borderBottom, key: "borderBottom" },
|
|
898
|
+
bl: { ...t.borderLeft, key: "borderLeft" },
|
|
899
|
+
jc: { ...t.justifyContent, key: "justifyContent" },
|
|
900
|
+
ai: { ...t.alignItems, key: "alignItems" },
|
|
901
|
+
ac: { ...t.alignContent, key: "alignContent" },
|
|
902
|
+
d: { ...t.flexDirection, key: "flexDirection" }
|
|
903
|
+
}, q = Object.keys(t), U = Object.keys(z);
|
|
904
|
+
G.forEach((a) => {
|
|
905
|
+
q.forEach((r) => {
|
|
906
|
+
t[`${r}${a}`] = { ...t[r] }, t[`${r}${a}`].pseudoSuffix = a;
|
|
907
|
+
}), U.forEach((r) => {
|
|
908
|
+
z[`${r}${a}`] = { ...z[r], key: `${z[r].key}${a}` }, z[`${r}${a}`].pseudoSuffix = a;
|
|
861
909
|
});
|
|
862
910
|
});
|
|
863
911
|
var w;
|
|
864
912
|
((a) => {
|
|
865
913
|
a.doxClassName = "_dox", a.svgClassName = "_svg";
|
|
866
|
-
const
|
|
914
|
+
const r = `:root{--borderColor: black;--outlineColor: black;--lineHeight: 1.2;--fontSize: 14px;--transitionTime: 0.25s;--svgTransitionTime: 0.3s;#crono-box {position: absolute;top: 0;left: 0;height: 0;}}
|
|
867
915
|
html{font-size: 16px;font-family: Arial, sans-serif;}
|
|
868
916
|
body{margin: 0;line-height: var(--lineHeight);font-size: var(--fontSize);}
|
|
869
917
|
a,ul{all: unset;}
|
|
870
918
|
.${a.doxClassName}{display: block;border: 0 solid var(--borderColor);outline: 0px solid var(--outlineColor);margin: 0;padding: 0;background-color: initial;transition: all var(--transitionTime);box-sizing: border-box;font-family: inherit;font-size: inherit;}
|
|
871
|
-
.${a.svgClassName}{width: 1.5rem;transition: all var(--svgTransitionTime);path
|
|
872
|
-
`,
|
|
873
|
-
let
|
|
874
|
-
const
|
|
875
|
-
function
|
|
876
|
-
if (
|
|
877
|
-
return
|
|
878
|
-
if (
|
|
879
|
-
return
|
|
919
|
+
.${a.svgClassName}{width: 1.5rem;transition: all var(--svgTransitionTime);}.${a.svgClassName} path,.${a.svgClassName} circle,.${a.svgClassName} rect,.${a.svgClassName} line {transition: all var(--svgTransitionTime);}
|
|
920
|
+
`, n = new P(), v = Object.keys(t), o = b();
|
|
921
|
+
let d = !1;
|
|
922
|
+
const g = v.reduce((u, l) => (u[l] = /* @__PURE__ */ new Set(), u), {});
|
|
923
|
+
function y(u, l) {
|
|
924
|
+
if (u in t)
|
|
925
|
+
return f(u, l);
|
|
926
|
+
if (u in $)
|
|
927
|
+
return $[u].className;
|
|
928
|
+
if (u in C)
|
|
929
|
+
return f(u, l);
|
|
880
930
|
}
|
|
881
|
-
a.get =
|
|
882
|
-
function
|
|
883
|
-
if (
|
|
931
|
+
a.get = y;
|
|
932
|
+
function x() {
|
|
933
|
+
if (d) {
|
|
884
934
|
console.info("%c💬Flush Dox Styles", "color: #00ffff");
|
|
885
|
-
let
|
|
886
|
-
|
|
935
|
+
let u = h([r]);
|
|
936
|
+
u = h(u, "H"), u = h(u, "F"), u = h(u, "A"), o.innerHTML = u.join(""), d = !1;
|
|
887
937
|
}
|
|
888
938
|
}
|
|
889
|
-
a.flush =
|
|
890
|
-
function
|
|
891
|
-
var
|
|
892
|
-
|
|
893
|
-
const
|
|
894
|
-
return `-${
|
|
939
|
+
a.flush = x;
|
|
940
|
+
function f(u, l) {
|
|
941
|
+
var m;
|
|
942
|
+
g[u].has(l) || (d = !0, g[u].add(l));
|
|
943
|
+
const i = V(u, l), c = ((m = i.formatClassName) == null ? void 0 : m.call(i, u, l)) ?? `${u}${l}`;
|
|
944
|
+
return `-${n.getIdentity(c)}`;
|
|
895
945
|
}
|
|
896
|
-
function
|
|
897
|
-
return Object.entries(
|
|
898
|
-
var
|
|
899
|
-
return ((
|
|
900
|
-
}).reduce((
|
|
901
|
-
var
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
946
|
+
function h(u, l) {
|
|
947
|
+
return Object.entries(g).filter(([c]) => {
|
|
948
|
+
var m;
|
|
949
|
+
return ((m = t[c]) == null ? void 0 : m.pseudoSuffix) === l;
|
|
950
|
+
}).reduce((c, [m, L]) => (L.forEach((k) => {
|
|
951
|
+
var T;
|
|
952
|
+
const p = V(m, k), N = `.${f(m, k)}`;
|
|
953
|
+
let S = [];
|
|
954
|
+
l ? l === "H" ? S = [
|
|
955
|
+
...i(`${N}:hover`, p),
|
|
956
|
+
...i(`.${$.hover.className}:hover>${N}`, p)
|
|
957
|
+
] : l === "F" ? S = [
|
|
958
|
+
...i(`${N}:focus-within`, p),
|
|
959
|
+
...i(`.${$.focus.className}:focus-within>${N}`, p)
|
|
960
|
+
] : l === "A" && (S = i(`${N}:active`, p)) : S = i(N, p);
|
|
961
|
+
const A = ((T = p.formatValue) == null ? void 0 : T.call(p, m, k)) ?? k, B = t[m].cssNames.map((O) => `${O}:${A};`).join("");
|
|
962
|
+
c.push(`${S.join(",")}{${B}}`);
|
|
963
|
+
}), c), u);
|
|
964
|
+
function i(c, m) {
|
|
965
|
+
return m.formatSelector ? m.formatSelector(c) : [c];
|
|
966
|
+
}
|
|
907
967
|
}
|
|
908
|
-
function
|
|
909
|
-
const
|
|
910
|
-
return
|
|
968
|
+
function V(u, l) {
|
|
969
|
+
const i = t[u];
|
|
970
|
+
return i.isThemeStyle ? i : i.values1.values.includes(l) ? i.values1 : i.values2.values.includes(l) ? i.values2 : i.values3;
|
|
911
971
|
}
|
|
912
|
-
function
|
|
913
|
-
const
|
|
914
|
-
let
|
|
915
|
-
return
|
|
972
|
+
function b() {
|
|
973
|
+
const u = "crono-styles";
|
|
974
|
+
let l = document.getElementById(u);
|
|
975
|
+
return l || (l = document.createElement("style"), l.setAttribute("id", u), l.setAttribute("type", "text/css"), document.head.insertBefore(l, document.head.firstChild)), l;
|
|
916
976
|
}
|
|
917
977
|
})(w || (w = {}));
|
|
918
|
-
function
|
|
919
|
-
const
|
|
920
|
-
return
|
|
921
|
-
const
|
|
922
|
-
return Object.entries(
|
|
923
|
-
|
|
924
|
-
}),
|
|
925
|
-
}, [a,
|
|
978
|
+
function X(a, r) {
|
|
979
|
+
const n = W(a);
|
|
980
|
+
return I(w.flush, [a]), E(() => {
|
|
981
|
+
const v = [r ? w.svgClassName : w.doxClassName], o = n ? { ...H(n), ...H(a) } : H(a);
|
|
982
|
+
return Object.entries(o).forEach(([d, g]) => {
|
|
983
|
+
v.push(w.get(d, g));
|
|
984
|
+
}), v;
|
|
985
|
+
}, [a, n]);
|
|
926
986
|
}
|
|
927
|
-
function
|
|
928
|
-
const
|
|
929
|
-
return Object.keys(
|
|
930
|
-
const
|
|
931
|
-
|
|
932
|
-
}),
|
|
987
|
+
function H(a) {
|
|
988
|
+
const r = { ...a };
|
|
989
|
+
return Object.keys(r).forEach((v) => {
|
|
990
|
+
const o = z[v];
|
|
991
|
+
o && (o.key in r || (r[o.key] = r[v]), delete r[v]);
|
|
992
|
+
}), r;
|
|
933
993
|
}
|
|
934
|
-
function
|
|
935
|
-
const { tag:
|
|
936
|
-
|
|
937
|
-
const [
|
|
938
|
-
return
|
|
994
|
+
function Y(a, r) {
|
|
995
|
+
const { tag: n, children: v, props: o, className: d, style: g } = a, y = X(a, n === "svg"), x = E(() => M.classNames(d, y).join(" "), [a]), f = { ...o, className: x };
|
|
996
|
+
g && (f.style = g), r && (f.ref = r);
|
|
997
|
+
const [h, V] = D(!1), b = typeof v == "function";
|
|
998
|
+
return b && (f.onMouseEnter = () => V(!0), f.onMouseLeave = () => V(!1)), F.createElement(n || "div", f, b ? v({ isHover: h }) : v);
|
|
939
999
|
}
|
|
940
|
-
const
|
|
1000
|
+
const ee = _(Y);
|
|
941
1001
|
export {
|
|
942
|
-
|
|
1002
|
+
ee as default
|
|
943
1003
|
};
|