@stenajs-webui/core 21.26.0 → 21.28.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.
@@ -5,4 +5,4 @@ export interface SpaceProps {
5
5
  num?: number;
6
6
  vertical?: boolean;
7
7
  }
8
- export declare const Space: React.VFC<SpaceProps>;
8
+ export declare const Space: React.FC<SpaceProps>;
@@ -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
- import * as ae from "react-dom";
10
- const ce = "_separatorLine_nzfcz_1", le = {
11
- separatorLine: ce
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: le.separatorLine,
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
- ), de = _.button`
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
- `, nt = h(
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
- de,
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, pe = (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) => pe(x(e)), me = {
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
- }, he = `^((${Object.keys(me).join(
580
+ }, me = `^((${Object.keys(pe).join(
582
581
  "|"
583
- )})|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$`, fe = new RegExp(he), ge = oe(
584
- (e) => fe.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91
585
- ), ye = {
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
- }, ve = [
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
- ], be = (e) => ve.includes(e), we = z({
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) => ye[e] ?? e
627
+ transform: (e) => ge[e] ?? e
629
628
  }
630
629
  }), b = _("div", {
631
- shouldForwardProp: (e) => typeof e == "string" ? be(e) ? !1 : ge(e) : !1
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
- ${we};
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
- `, ot = h(
679
+ `, nt = h(
681
680
  function(t, r) {
682
681
  return /* @__PURE__ */ a(b, { ref: r, ...t });
683
682
  }
684
- ), xe = (e) => {
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
- }, ke = (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, _e = (e, t) => {
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 = xe(e.current);
701
- (!r || !ke(r, o)) && t && t(o), u(o);
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
- }, st = h(
709
+ }, ot = h(
711
710
  function({ onResize: t, ...r }, u) {
712
711
  const n = y(null);
713
- return _e(u ?? n, t), /* @__PURE__ */ a(b, { ...r, ref: u });
712
+ return ke(u ?? n, t), /* @__PURE__ */ a(b, { ...r, ref: u });
714
713
  }
715
- ), it = h(
714
+ ), st = h(
716
715
  function(t, r) {
717
716
  return /* @__PURE__ */ a(b, { row: !0, ref: r, ...t });
718
717
  }
719
- ), at = h(function({ num: t = 1, ...r }, u) {
718
+ ), it = h(function({ num: t = 1, ...r }, u) {
720
719
  return /* @__PURE__ */ a(b, { indent: t, ref: u, ...r });
721
- }), ct = h(
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
- ), $e = _.div`
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
- `, lt = ({
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
- $e,
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
- }, dt = ({ children: e, nest: t, render: r }) => t ? /* @__PURE__ */ a(S, { children: r(e) }) : /* @__PURE__ */ a(S, { children: e }), Se = "_visuallyHidden_1gevf_1", Ee = {
748
- visuallyHidden: Se
749
- }, Te = (e) => se(e, Ce), Ce = (e, t) => Ie(t), Ie = (e) => e.startsWith("data-") || e.startsWith("aria-"), pt = ({
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: Ee.visuallyHidden, ...Te(t), children: e }), Re = "_text_1iisw_1", Le = "_standard_1iisw_24", Me = "_bold_1iisw_27", Oe = "_caption_1iisw_31", Ae = "_overline_1iisw_39", Pe = "_large_1iisw_48", De = "_medium_1iisw_53", He = "_small_1iisw_58", ze = "_smaller_1iisw_63", k = {
753
- text: Re,
754
- standard: Le,
755
- bold: Me,
756
- caption: Oe,
757
- overline: Ae,
758
- large: Pe,
759
- medium: De,
760
- small: He,
761
- smaller: ze
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
- ), mt = w, ht = (e) => /* @__PURE__ */ a(w, { size: "small", ...e }), ft = (e) => /* @__PURE__ */ a(w, { size: "smaller", ...e }), gt = (e) => /* @__PURE__ */ a(w, { size: "medium", ...e }), yt = (e) => /* @__PURE__ */ a(w, { size: "large", ...e }), Fe = "_heading_1cnsg_1", Ne = "_h1_1cnsg_10", Ue = "_h2_1cnsg_14", Ve = "_h3_1cnsg_18", qe = "_h4_1cnsg_22", je = "_h5_1cnsg_26", Be = "_h6_1cnsg_30", T = {
793
- heading: Fe,
794
- h1: Ne,
795
- h2: Ue,
796
- h3: Ve,
797
- h4: qe,
798
- h5: je,
799
- h6: Be
800
- }, We = h(
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
- ), vt = (e) => /* @__PURE__ */ a(We, { variant: "h2", ...e }), Xe = (e, t) => e === t, bt = (e, t, r = Xe) => {
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
- }, wt = (e, t) => {
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
- }, xt = (e, t) => {
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 Ge = 0;
890
- const C = (e) => `webui-${e ? e + "-" : ""}${++Ge}`, kt = (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
- }, _t = (e) => {
909
+ }, kt = (e) => {
911
910
  const [t, r, u] = $(!1);
912
911
  d(() => {
913
- document.activeElement === ae.findDOMNode(e.current) ? r() : u();
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
- }, $t = (e) => {
920
+ }, _t = (e) => {
922
921
  const t = D.useRef(e);
923
922
  return t.current = e, t;
924
- }, St = (e) => {
923
+ }, $t = (e) => {
925
924
  const [t, r, u] = $(!1);
926
925
  return v(e, "mouseover", r), v(e, "mouseout", u), t;
927
- }, Et = (e) => {
926
+ }, St = (e) => {
928
927
  const [t, r, u] = $(!1);
929
928
  return v(e, "mouseenter", r), v(e, "mouseleave", u), t;
930
- }, Tt = (e, t) => {
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
- }, Ct = (e, t, r) => {
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"], It = (e, t) => {
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
- }, Rt = (e, t) => {
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
- }, Lt = (e) => {
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
- }, Mt = (e, t, r = !0) => {
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
- }, Ot = () => R(() => /* @__PURE__ */ new Date(), []), At = (e) => {
995
+ }, Mt = () => R(() => /* @__PURE__ */ new Date(), []), Ot = (e) => {
997
996
  throw new Error(`Switch unhandled case: ${e}`);
998
- }, Pt = (e, t) => t, Dt = (e) => Object.keys(e).filter((t) => e[t]), Ht = (e) => {
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
- }, zt = (e) => {
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 Ft(e, t) {
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
- nt as Clickable,
1018
- ot as Column,
1019
- vt as HeaderText,
1020
- We as Heading,
1021
- at as Indent,
1022
- yt as LargeText,
1023
- dt as Nest,
1024
- st as ResizeAwareBox,
1025
- it as Row,
1026
- pt as ScreenReaderOnlyText,
1027
- ut as SeparatorLine,
1028
- ht as SmallText,
1029
- ft as SmallerText,
1030
- lt as Space,
1031
- ct as Spacing,
1032
- gt as StandardText,
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
- mt as Txt,
1033
+ pt as Txt,
1035
1034
  x as booleanOrNumberToNumber,
1036
- Pt as exhaustSwitchCase,
1037
- At as exhaustSwitchCaseElseThrow,
1038
- Te as getDataProps,
1039
- xe as getDimensionObject,
1040
- Ft as invariant,
1041
- Ht as parseFloatElseUndefined,
1042
- zt as parseIntElseUndefined,
1043
- Dt as truthyKeysAsList,
1044
- bt as useArraySet,
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
- wt as useDebounce,
1047
- xt as useDelayedFalse,
1048
- kt as useDomId,
1049
- _e as useElementDimensions,
1050
- _t as useElementFocus,
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
- Lt as useForwardedRef,
1053
- $t as useLatest,
1054
- Et as useMouseIsEntered,
1055
- St as useMouseIsOver,
1056
- Tt as useMultiOnClickOutside,
1057
- Ct as useOnClickOutside,
1058
- It as useOnNoMouseMovement,
1059
- Rt as useOnScreen,
1060
- Mt as useTimeoutState,
1061
- Ot as useToday
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