@stenajs-webui/core 21.26.0 → 21.27.0
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/components/layout/space/Space.d.ts +1 -1
- package/dist/hooks/UseOnScreen.d.ts +1 -1
- package/dist/index.es.js +116 -117
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/types/ElementProps.d.ts +1 -1
- package/package.json +15 -15
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { RefObject } from "react";
|
|
2
|
-
export declare const useOnScreen: (ref: RefObject<Element>, options?: IntersectionObserverInit) => boolean;
|
|
2
|
+
export declare const useOnScreen: (ref: RefObject<Element | null>, options?: IntersectionObserverInit) => boolean;
|
package/dist/index.es.js
CHANGED
|
@@ -6,10 +6,9 @@ import _ from "@emotion/styled";
|
|
|
6
6
|
import { system as z, background as F, border as N, borderRight as U, borderLeft as V, borderTop as q, borderBottom as j, borderColor as B, borderRadius as W, borderStyle as X, borderWidth as G, boxShadow as Y, flexbox as K, overflow as Z, position as J, layout as Q, zIndex as ee, left as te, right as re, top as ue, bottom as ne } from "styled-system";
|
|
7
7
|
import { memoize as oe, pickBy as se, debounce as ie } from "lodash-es";
|
|
8
8
|
import L from "classnames";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}, ut = h(
|
|
9
|
+
const ae = "_separatorLine_nzfcz_1", ce = {
|
|
10
|
+
separatorLine: ae
|
|
11
|
+
}, rt = h(
|
|
13
12
|
({
|
|
14
13
|
color: e = P("--lhds-color-ui-300"),
|
|
15
14
|
size: t = "100%",
|
|
@@ -18,7 +17,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
18
17
|
}, n) => /* @__PURE__ */ a(
|
|
19
18
|
"hr",
|
|
20
19
|
{
|
|
21
|
-
className:
|
|
20
|
+
className: ce.separatorLine,
|
|
22
21
|
"aria-hidden": !0,
|
|
23
22
|
color: e,
|
|
24
23
|
style: {
|
|
@@ -29,7 +28,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
29
28
|
ref: n
|
|
30
29
|
}
|
|
31
30
|
)
|
|
32
|
-
),
|
|
31
|
+
), le = _.button`
|
|
33
32
|
display: inline-block;
|
|
34
33
|
user-select: none;
|
|
35
34
|
border: 0;
|
|
@@ -52,7 +51,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
52
51
|
${({ width: e }) => e ? `width: ${e};` : ""}
|
|
53
52
|
${({ height: e }) => e ? `height: ${e};` : ""}
|
|
54
53
|
${({ borderRadius: e }) => e ? `border-radius: ${e};` : ""}
|
|
55
|
-
`,
|
|
54
|
+
`, ut = h(
|
|
56
55
|
({
|
|
57
56
|
disableFocusHighlight: e,
|
|
58
57
|
onClick: t,
|
|
@@ -69,7 +68,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
69
68
|
type: M = "button",
|
|
70
69
|
...O
|
|
71
70
|
}, A) => /* @__PURE__ */ a(
|
|
72
|
-
|
|
71
|
+
le,
|
|
73
72
|
{
|
|
74
73
|
opacityOnHover: s,
|
|
75
74
|
title: u,
|
|
@@ -88,10 +87,10 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
88
87
|
children: i
|
|
89
88
|
}
|
|
90
89
|
)
|
|
91
|
-
), x = (e) => e == null ? 0 : typeof e == "boolean" ? e ? 1 : 0 : e,
|
|
90
|
+
), x = (e) => e == null ? 0 : typeof e == "boolean" ? e ? 1 : 0 : e, de = (e) => {
|
|
92
91
|
if (e !== 0)
|
|
93
92
|
return `calc(${e} * var(--swui-metrics-space))`;
|
|
94
|
-
}, E = (e) =>
|
|
93
|
+
}, E = (e) => de(x(e)), pe = {
|
|
95
94
|
// react props
|
|
96
95
|
// https://github.com/facebook/react/blob/5495a7f24aef85ba6937truetrue1ce962673ca9f5fde6/src/renderers/dom/shared/hooks/ReactDOMUnknownPropertyHook.js
|
|
97
96
|
children: !0,
|
|
@@ -578,16 +577,16 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
578
577
|
for: !0,
|
|
579
578
|
class: !0,
|
|
580
579
|
autofocus: !0
|
|
581
|
-
},
|
|
580
|
+
}, me = `^((${Object.keys(pe).join(
|
|
582
581
|
"|"
|
|
583
|
-
)})|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$`,
|
|
584
|
-
(e) =>
|
|
585
|
-
),
|
|
582
|
+
)})|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$`, he = new RegExp(me), fe = oe(
|
|
583
|
+
(e) => he.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91
|
|
584
|
+
), ge = {
|
|
586
585
|
box: "var(--swui-shadow-box)",
|
|
587
586
|
popover: "var(--swui-shadow-popover)",
|
|
588
587
|
modal: "var(--swui-shadow-modal)",
|
|
589
588
|
bottom: "var(--swui-shadow-bottom)"
|
|
590
|
-
},
|
|
589
|
+
}, ye = [
|
|
591
590
|
"spacing",
|
|
592
591
|
"indent",
|
|
593
592
|
"gap",
|
|
@@ -595,7 +594,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
595
594
|
"height",
|
|
596
595
|
"overflow",
|
|
597
596
|
"display"
|
|
598
|
-
],
|
|
597
|
+
], ve = (e) => ye.includes(e), be = z({
|
|
599
598
|
row: {
|
|
600
599
|
property: "flexDirection",
|
|
601
600
|
transform: (e) => e ? "row" : "column"
|
|
@@ -625,10 +624,10 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
625
624
|
},
|
|
626
625
|
shadow: {
|
|
627
626
|
property: "boxShadow",
|
|
628
|
-
transform: (e) =>
|
|
627
|
+
transform: (e) => ge[e] ?? e
|
|
629
628
|
}
|
|
630
629
|
}), b = _("div", {
|
|
631
|
-
shouldForwardProp: (e) => typeof e == "string" ?
|
|
630
|
+
shouldForwardProp: (e) => typeof e == "string" ? ve(e) ? !1 : fe(e) : !1
|
|
632
631
|
})`
|
|
633
632
|
--current-spacing: 0;
|
|
634
633
|
--current-indent: 0;
|
|
@@ -636,7 +635,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
636
635
|
box-sizing: border-box;
|
|
637
636
|
display: flex;
|
|
638
637
|
flex-direction: column;
|
|
639
|
-
${
|
|
638
|
+
${be};
|
|
640
639
|
${F};
|
|
641
640
|
${N};
|
|
642
641
|
${U};
|
|
@@ -677,11 +676,11 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
677
676
|
${({ focusWithinBackground: e }) => e ? `background: ${e};` : ""}
|
|
678
677
|
${({ focusWithinBorder: e }) => e ? `border: ${e};` : ""}
|
|
679
678
|
}
|
|
680
|
-
`,
|
|
679
|
+
`, nt = h(
|
|
681
680
|
function(t, r) {
|
|
682
681
|
return /* @__PURE__ */ a(b, { ref: r, ...t });
|
|
683
682
|
}
|
|
684
|
-
),
|
|
683
|
+
), we = (e) => {
|
|
685
684
|
const { x: t, y: r, width: u, height: n, bottom: o, top: s, left: c, right: i } = e.getBoundingClientRect();
|
|
686
685
|
return {
|
|
687
686
|
width: u,
|
|
@@ -693,12 +692,12 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
693
692
|
right: i,
|
|
694
693
|
bottom: o
|
|
695
694
|
};
|
|
696
|
-
},
|
|
695
|
+
}, xe = (e, t) => e.x === t.x && e.y === t.y && e.width === t.width && e.height === t.height && e.bottom === t.bottom && e.top === t.top && e.left === t.left && e.right === t.right, ke = (e, t) => {
|
|
697
696
|
const [r, u] = g(), n = m(() => {
|
|
698
697
|
window.requestAnimationFrame(() => {
|
|
699
698
|
if (e.current) {
|
|
700
|
-
const o =
|
|
701
|
-
(!r || !
|
|
699
|
+
const o = we(e.current);
|
|
700
|
+
(!r || !xe(r, o)) && t && t(o), u(o);
|
|
702
701
|
}
|
|
703
702
|
});
|
|
704
703
|
}, [e, r, u, t]);
|
|
@@ -707,27 +706,27 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
707
706
|
}, [n]), {
|
|
708
707
|
dimensions: r
|
|
709
708
|
};
|
|
710
|
-
},
|
|
709
|
+
}, ot = h(
|
|
711
710
|
function({ onResize: t, ...r }, u) {
|
|
712
711
|
const n = y(null);
|
|
713
|
-
return
|
|
712
|
+
return ke(u ?? n, t), /* @__PURE__ */ a(b, { ...r, ref: u });
|
|
714
713
|
}
|
|
715
|
-
),
|
|
714
|
+
), st = h(
|
|
716
715
|
function(t, r) {
|
|
717
716
|
return /* @__PURE__ */ a(b, { row: !0, ref: r, ...t });
|
|
718
717
|
}
|
|
719
|
-
),
|
|
718
|
+
), it = h(function({ num: t = 1, ...r }, u) {
|
|
720
719
|
return /* @__PURE__ */ a(b, { indent: t, ref: u, ...r });
|
|
721
|
-
}),
|
|
720
|
+
}), at = h(
|
|
722
721
|
function({ num: t = 1, ...r }, u) {
|
|
723
722
|
return /* @__PURE__ */ a(b, { spacing: t, ref: u, ...r });
|
|
724
723
|
}
|
|
725
|
-
),
|
|
724
|
+
), _e = _.div`
|
|
726
725
|
--current-size: 1;
|
|
727
726
|
flex: none;
|
|
728
727
|
width: calc(var(--current-size) * var(--swui-metrics-space));
|
|
729
728
|
height: calc(var(--current-size) * var(--swui-metrics-space));
|
|
730
|
-
`,
|
|
729
|
+
`, ct = ({
|
|
731
730
|
half: e = !1,
|
|
732
731
|
horizontal: t = !1,
|
|
733
732
|
num: r = 1,
|
|
@@ -735,7 +734,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
735
734
|
}) => {
|
|
736
735
|
const n = r * (e ? 0.5 : 1);
|
|
737
736
|
return /* @__PURE__ */ a(
|
|
738
|
-
|
|
737
|
+
_e,
|
|
739
738
|
{
|
|
740
739
|
style: {
|
|
741
740
|
"--current-size": n,
|
|
@@ -744,21 +743,21 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
744
743
|
}
|
|
745
744
|
}
|
|
746
745
|
);
|
|
747
|
-
},
|
|
748
|
-
visuallyHidden:
|
|
749
|
-
},
|
|
746
|
+
}, lt = ({ children: e, nest: t, render: r }) => t ? /* @__PURE__ */ a(S, { children: r(e) }) : /* @__PURE__ */ a(S, { children: e }), $e = "_visuallyHidden_1gevf_1", Se = {
|
|
747
|
+
visuallyHidden: $e
|
|
748
|
+
}, Ee = (e) => se(e, Te), Te = (e, t) => Ce(t), Ce = (e) => e.startsWith("data-") || e.startsWith("aria-"), dt = ({
|
|
750
749
|
children: e,
|
|
751
750
|
...t
|
|
752
|
-
}) => /* @__PURE__ */ a("span", { className:
|
|
753
|
-
text:
|
|
754
|
-
standard:
|
|
755
|
-
bold:
|
|
756
|
-
caption:
|
|
757
|
-
overline:
|
|
758
|
-
large:
|
|
759
|
-
medium:
|
|
760
|
-
small:
|
|
761
|
-
smaller:
|
|
751
|
+
}) => /* @__PURE__ */ a("span", { className: Se.visuallyHidden, ...Ee(t), children: e }), Ie = "_text_1iisw_1", Re = "_standard_1iisw_24", Le = "_bold_1iisw_27", Me = "_caption_1iisw_31", Oe = "_overline_1iisw_39", Ae = "_large_1iisw_48", Pe = "_medium_1iisw_53", De = "_small_1iisw_58", He = "_smaller_1iisw_63", k = {
|
|
752
|
+
text: Ie,
|
|
753
|
+
standard: Re,
|
|
754
|
+
bold: Le,
|
|
755
|
+
caption: Me,
|
|
756
|
+
overline: Oe,
|
|
757
|
+
large: Ae,
|
|
758
|
+
medium: Pe,
|
|
759
|
+
small: De,
|
|
760
|
+
smaller: He
|
|
762
761
|
}, w = h(
|
|
763
762
|
({
|
|
764
763
|
children: e,
|
|
@@ -789,15 +788,15 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
789
788
|
children: e
|
|
790
789
|
}
|
|
791
790
|
)
|
|
792
|
-
),
|
|
793
|
-
heading:
|
|
794
|
-
h1:
|
|
795
|
-
h2:
|
|
796
|
-
h3:
|
|
797
|
-
h4:
|
|
798
|
-
h5:
|
|
799
|
-
h6:
|
|
800
|
-
},
|
|
791
|
+
), pt = w, mt = (e) => /* @__PURE__ */ a(w, { size: "small", ...e }), ht = (e) => /* @__PURE__ */ a(w, { size: "smaller", ...e }), ft = (e) => /* @__PURE__ */ a(w, { size: "medium", ...e }), gt = (e) => /* @__PURE__ */ a(w, { size: "large", ...e }), ze = "_heading_1cnsg_1", Fe = "_h1_1cnsg_10", Ne = "_h2_1cnsg_14", Ue = "_h3_1cnsg_18", Ve = "_h4_1cnsg_22", qe = "_h5_1cnsg_26", je = "_h6_1cnsg_30", T = {
|
|
792
|
+
heading: ze,
|
|
793
|
+
h1: Fe,
|
|
794
|
+
h2: Ne,
|
|
795
|
+
h3: Ue,
|
|
796
|
+
h4: Ve,
|
|
797
|
+
h5: qe,
|
|
798
|
+
h6: je
|
|
799
|
+
}, Be = h(
|
|
801
800
|
({
|
|
802
801
|
variant: e = "h3",
|
|
803
802
|
className: t,
|
|
@@ -818,7 +817,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
818
817
|
children: s
|
|
819
818
|
}
|
|
820
819
|
)
|
|
821
|
-
),
|
|
820
|
+
), yt = (e) => /* @__PURE__ */ a(Be, { variant: "h2", ...e }), We = (e, t) => e === t, vt = (e, t, r = We) => {
|
|
822
821
|
const u = m(
|
|
823
822
|
(i) => {
|
|
824
823
|
e.some((l) => r(l, i)) || t([...e, i]);
|
|
@@ -864,7 +863,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
864
863
|
r((s) => !s);
|
|
865
864
|
}, [r]);
|
|
866
865
|
return [t, u, n, o];
|
|
867
|
-
},
|
|
866
|
+
}, bt = (e, t) => {
|
|
868
867
|
const [r, u] = g(e);
|
|
869
868
|
return d(() => {
|
|
870
869
|
const n = setTimeout(() => {
|
|
@@ -874,7 +873,7 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
874
873
|
clearTimeout(n);
|
|
875
874
|
};
|
|
876
875
|
}, [e, t]), r;
|
|
877
|
-
},
|
|
876
|
+
}, wt = (e, t) => {
|
|
878
877
|
const [r, u] = g(e);
|
|
879
878
|
return d(() => {
|
|
880
879
|
e && u(!0);
|
|
@@ -886,12 +885,12 @@ const ce = "_separatorLine_nzfcz_1", le = {
|
|
|
886
885
|
};
|
|
887
886
|
}, [e, t]), r;
|
|
888
887
|
};
|
|
889
|
-
let
|
|
890
|
-
const C = (e) => `webui-${e ? e + "-" : ""}${++
|
|
888
|
+
let Xe = 0;
|
|
889
|
+
const C = (e) => `webui-${e ? e + "-" : ""}${++Xe}`, xt = (e) => {
|
|
891
890
|
const [t, r] = g(() => C(e));
|
|
892
891
|
return d(() => r(C(e)), [e]), t;
|
|
893
892
|
}, v = (e, t, r) => {
|
|
894
|
-
const u = y();
|
|
893
|
+
const u = y(null);
|
|
895
894
|
d(() => {
|
|
896
895
|
u.current = r;
|
|
897
896
|
}, [r]), d(() => {
|
|
@@ -907,10 +906,10 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
907
906
|
s && s.removeEventListener(t, o);
|
|
908
907
|
};
|
|
909
908
|
}, [t, e]);
|
|
910
|
-
},
|
|
909
|
+
}, kt = (e) => {
|
|
911
910
|
const [t, r, u] = $(!1);
|
|
912
911
|
d(() => {
|
|
913
|
-
document.activeElement ===
|
|
912
|
+
document.activeElement === e.current ? r() : u();
|
|
914
913
|
}, [e, u, r]), v(e, "focus", r), v(e, "blur", u);
|
|
915
914
|
const n = m(() => {
|
|
916
915
|
e.current && e.current.focus();
|
|
@@ -918,16 +917,16 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
918
917
|
e.current && e.current.blur();
|
|
919
918
|
}, [e]);
|
|
920
919
|
return { isInFocus: t, focus: n, blur: o };
|
|
921
|
-
},
|
|
920
|
+
}, _t = (e) => {
|
|
922
921
|
const t = D.useRef(e);
|
|
923
922
|
return t.current = e, t;
|
|
924
|
-
},
|
|
923
|
+
}, $t = (e) => {
|
|
925
924
|
const [t, r, u] = $(!1);
|
|
926
925
|
return v(e, "mouseover", r), v(e, "mouseout", u), t;
|
|
927
|
-
},
|
|
926
|
+
}, St = (e) => {
|
|
928
927
|
const [t, r, u] = $(!1);
|
|
929
928
|
return v(e, "mouseenter", r), v(e, "mouseleave", u), t;
|
|
930
|
-
},
|
|
929
|
+
}, Et = (e, t) => {
|
|
931
930
|
const r = y(() => {
|
|
932
931
|
});
|
|
933
932
|
d(() => {
|
|
@@ -940,7 +939,7 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
940
939
|
document.removeEventListener("mousedown", u), document.removeEventListener("touchstart", u);
|
|
941
940
|
};
|
|
942
941
|
}, [...e]);
|
|
943
|
-
},
|
|
942
|
+
}, Tt = (e, t, r) => {
|
|
944
943
|
const u = y(() => {
|
|
945
944
|
});
|
|
946
945
|
d(() => {
|
|
@@ -953,7 +952,7 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
953
952
|
document.removeEventListener("mousedown", n, r), document.removeEventListener("touchstart", n, r);
|
|
954
953
|
};
|
|
955
954
|
}, [e, r]);
|
|
956
|
-
}, I = ["mousemove", "mousedown", "keydown", "touchstart", "scroll"],
|
|
955
|
+
}, I = ["mousemove", "mousedown", "keydown", "touchstart", "scroll"], Ct = (e, t) => {
|
|
957
956
|
const r = y(() => {
|
|
958
957
|
});
|
|
959
958
|
d(() => {
|
|
@@ -966,7 +965,7 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
966
965
|
);
|
|
967
966
|
};
|
|
968
967
|
}, [t]);
|
|
969
|
-
},
|
|
968
|
+
}, It = (e, t) => {
|
|
970
969
|
const [r, u] = g(!1), { rootMargin: n, root: o, threshold: s } = t || {}, c = R(() => new IntersectionObserver(
|
|
971
970
|
([i]) => u(i.isIntersecting),
|
|
972
971
|
{
|
|
@@ -978,13 +977,13 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
978
977
|
return d(() => (e.current && c.observe(e.current), () => {
|
|
979
978
|
c.disconnect();
|
|
980
979
|
}), [c, e]), r;
|
|
981
|
-
},
|
|
980
|
+
}, Rt = (e) => {
|
|
982
981
|
const t = y(null);
|
|
983
982
|
return d(() => {
|
|
984
983
|
e && (typeof e == "function" ? e(t.current) : e.current = t.current);
|
|
985
984
|
}), t;
|
|
986
|
-
},
|
|
987
|
-
const [u, n] = g(e), o = y(), s = m(
|
|
985
|
+
}, Lt = (e, t, r = !0) => {
|
|
986
|
+
const [u, n] = g(e), o = y(null), s = m(
|
|
988
987
|
(c, i = t) => {
|
|
989
988
|
n(c), r && clearTimeout(o.current), o.current = setTimeout(() => n(e), i);
|
|
990
989
|
},
|
|
@@ -993,71 +992,71 @@ const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (e) => {
|
|
|
993
992
|
return d(() => () => {
|
|
994
993
|
clearTimeout(o.current);
|
|
995
994
|
}, []), [u, s];
|
|
996
|
-
},
|
|
995
|
+
}, Mt = () => R(() => /* @__PURE__ */ new Date(), []), Ot = (e) => {
|
|
997
996
|
throw new Error(`Switch unhandled case: ${e}`);
|
|
998
|
-
},
|
|
997
|
+
}, At = (e, t) => t, Pt = (e) => Object.keys(e).filter((t) => e[t]), Dt = (e) => {
|
|
999
998
|
try {
|
|
1000
999
|
const t = parseFloat(e);
|
|
1001
1000
|
return isNaN(t) || t == null ? void 0 : t;
|
|
1002
1001
|
} catch {
|
|
1003
1002
|
}
|
|
1004
|
-
},
|
|
1003
|
+
}, Ht = (e) => {
|
|
1005
1004
|
try {
|
|
1006
1005
|
const t = parseInt(e, 10);
|
|
1007
1006
|
return isNaN(t) || t == null ? void 0 : t;
|
|
1008
1007
|
} catch {
|
|
1009
1008
|
}
|
|
1010
1009
|
};
|
|
1011
|
-
function
|
|
1010
|
+
function zt(e, t) {
|
|
1012
1011
|
if (e == null)
|
|
1013
1012
|
throw new Error("Invariant error: " + t);
|
|
1014
1013
|
}
|
|
1015
1014
|
export {
|
|
1016
1015
|
b as Box,
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1016
|
+
ut as Clickable,
|
|
1017
|
+
nt as Column,
|
|
1018
|
+
yt as HeaderText,
|
|
1019
|
+
Be as Heading,
|
|
1020
|
+
it as Indent,
|
|
1021
|
+
gt as LargeText,
|
|
1022
|
+
lt as Nest,
|
|
1023
|
+
ot as ResizeAwareBox,
|
|
1024
|
+
st as Row,
|
|
1025
|
+
dt as ScreenReaderOnlyText,
|
|
1026
|
+
rt as SeparatorLine,
|
|
1027
|
+
mt as SmallText,
|
|
1028
|
+
ht as SmallerText,
|
|
1029
|
+
ct as Space,
|
|
1030
|
+
at as Spacing,
|
|
1031
|
+
ft as StandardText,
|
|
1033
1032
|
w as Text,
|
|
1034
|
-
|
|
1033
|
+
pt as Txt,
|
|
1035
1034
|
x as booleanOrNumberToNumber,
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1035
|
+
At as exhaustSwitchCase,
|
|
1036
|
+
Ot as exhaustSwitchCaseElseThrow,
|
|
1037
|
+
Ee as getDataProps,
|
|
1038
|
+
we as getDimensionObject,
|
|
1039
|
+
zt as invariant,
|
|
1040
|
+
Dt as parseFloatElseUndefined,
|
|
1041
|
+
Ht as parseIntElseUndefined,
|
|
1042
|
+
Pt as truthyKeysAsList,
|
|
1043
|
+
vt as useArraySet,
|
|
1045
1044
|
$ as useBoolean,
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1045
|
+
bt as useDebounce,
|
|
1046
|
+
wt as useDelayedFalse,
|
|
1047
|
+
xt as useDomId,
|
|
1048
|
+
ke as useElementDimensions,
|
|
1049
|
+
kt as useElementFocus,
|
|
1051
1050
|
v as useEventListener,
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1051
|
+
Rt as useForwardedRef,
|
|
1052
|
+
_t as useLatest,
|
|
1053
|
+
St as useMouseIsEntered,
|
|
1054
|
+
$t as useMouseIsOver,
|
|
1055
|
+
Et as useMultiOnClickOutside,
|
|
1056
|
+
Tt as useOnClickOutside,
|
|
1057
|
+
Ct as useOnNoMouseMovement,
|
|
1058
|
+
It as useOnScreen,
|
|
1059
|
+
Lt as useTimeoutState,
|
|
1060
|
+
Mt as useToday
|
|
1062
1061
|
};
|
|
1063
1062
|
//# sourceMappingURL=index.es.js.map
|