ui-mathilde-web 0.2.0 → 0.2.2

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.
@@ -1,7 +1,7 @@
1
1
  var Dy = Object.defineProperty;
2
2
  var My = (t, e, r) => e in t ? Dy(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
3
3
  var Q = (t, e, r) => My(t, typeof e != "symbol" ? e + "" : e, r);
4
- import Cy, { jsx as b, jsxs as K, Fragment as Vt } from "react/jsx-runtime";
4
+ import Cy, { jsx as b, jsxs as G, Fragment as Vt } from "react/jsx-runtime";
5
5
  import * as W from "react";
6
6
  import ee, { createContext as ut, useContext as rt, useState as me, useMemo as io, Children as Jn, cloneElement as bs, forwardRef as Oe, createElement as hr, isValidElement as Ey, PureComponent as Py, useRef as Kt, useImperativeHandle as Gh, useEffect as gt, useLayoutEffect as lc, useCallback as kn, useId as $n, Fragment as Kh } from "react";
7
7
  import * as Ty from "react-dom";
@@ -24,20 +24,21 @@ const Ny = "button-module__mth-btn-gray__l3gnX", Iy = "button-module__mth-btn-bl
24
24
  type: i,
25
25
  leftIcon: s,
26
26
  rightIcon: o,
27
- iconSize: l = 20
27
+ iconSize: l = 20,
28
+ className: c
28
29
  }) => {
29
- const c = (d) => d ? typeof d == "string" ? /* @__PURE__ */ b("img", { src: d, alt: "icon", width: l, height: l }) : /* @__PURE__ */ b(d, { size: l }) : null;
30
- return /* @__PURE__ */ b("div", { className: `${r ? Ii["mth-btn-full"] : ""}`, children: /* @__PURE__ */ K(
30
+ const d = (u) => u ? typeof u == "string" ? /* @__PURE__ */ b("img", { src: u, alt: "icon", width: l, height: l }) : /* @__PURE__ */ b(u, { size: l }) : null;
31
+ return /* @__PURE__ */ b("div", { className: `${r ? Ii["mth-btn-full"] : ""}`, children: /* @__PURE__ */ G(
31
32
  "button",
32
33
  {
33
34
  type: i,
34
- className: `${Ii["mth-btn"]} ${Ii[`mth-btn-${e}`]} ${r ? Ii["mth-btn-full"] : ""} flex items-center justify-center gap-2`,
35
+ className: `${Ii["mth-btn"]} ${Ii[`mth-btn-${e}`]} ${r ? Ii["mth-btn-full"] : ""} flex items-center justify-center gap-2 ${c}`,
35
36
  onClick: n,
36
37
  disabled: a,
37
38
  children: [
38
- c(s),
39
+ d(s),
39
40
  t,
40
- c(o)
41
+ d(o)
41
42
  ]
42
43
  }
43
44
  ) });
@@ -49,7 +50,7 @@ const Ny = "button-module__mth-btn-gray__l3gnX", Iy = "button-module__mth-btn-bl
49
50
  value: e,
50
51
  checked: r,
51
52
  onChange: n
52
- }) => /* @__PURE__ */ K("label", { className: ys["checkbox-container"], children: [
53
+ }) => /* @__PURE__ */ G("label", { className: ys["checkbox-container"], children: [
53
54
  /* @__PURE__ */ b(
54
55
  "input",
55
56
  {
@@ -3968,7 +3969,7 @@ const cg = ({
3968
3969
  ...a
3969
3970
  }) => {
3970
3971
  const { arrowIcon: i, flush: s, isOpen: o, setOpen: l } = lg(), c = () => typeof l < "u" && l(), d = te(ue().accordion.title, n);
3971
- return /* @__PURE__ */ K(
3972
+ return /* @__PURE__ */ G(
3972
3973
  "button",
3973
3974
  {
3974
3975
  className: Y(d.base, d.flush[s ? "on" : "off"], d.open[o ? "on" : "off"], r),
@@ -4043,7 +4044,7 @@ const gg = ({
4043
4044
  ...a
4044
4045
  }) => {
4045
4046
  const i = te(ue().avatar.groupCounter, r);
4046
- return /* @__PURE__ */ K("a", { href: e, className: Y(i.base, t), ...a, children: [
4047
+ return /* @__PURE__ */ G("a", { href: e, className: Y(i.base, t), ...a, children: [
4047
4048
  "+",
4048
4049
  n
4049
4050
  ] });
@@ -4077,8 +4078,8 @@ const mg = ({
4077
4078
  className: Y(m, g.root.img.on),
4078
4079
  "data-testid": "flowbite-avatar-img"
4079
4080
  };
4080
- return /* @__PURE__ */ K("div", { className: Y(g.root.base, n), "data-testid": "flowbite-avatar", ...h, children: [
4081
- /* @__PURE__ */ K("div", { className: "relative", children: [
4081
+ return /* @__PURE__ */ G("div", { className: Y(g.root.base, n), "data-testid": "flowbite-avatar", ...h, children: [
4082
+ /* @__PURE__ */ G("div", { className: "relative", children: [
4082
4083
  i ? typeof i == "string" ? /* @__PURE__ */ b("img", { alt: t, src: i, ...p }) : i({ alt: t, ...p }) : s ? /* @__PURE__ */ b(
4083
4084
  "div",
4084
4085
  {
@@ -4134,7 +4135,7 @@ const pg = ({
4134
4135
  theme: s = {},
4135
4136
  ...o
4136
4137
  }) => {
4137
- const l = te(ue().badge, s), c = () => /* @__PURE__ */ K(
4138
+ const l = te(ue().badge, s), c = () => /* @__PURE__ */ G(
4138
4139
  "span",
4139
4140
  {
4140
4141
  className: Y(
@@ -4164,7 +4165,7 @@ const bg = ({
4164
4165
  ...i
4165
4166
  }) => {
4166
4167
  const s = te(ue().spinner, a);
4167
- return /* @__PURE__ */ b("span", { role: "status", ...i, children: /* @__PURE__ */ K(
4168
+ return /* @__PURE__ */ b("span", { role: "status", ...i, children: /* @__PURE__ */ G(
4168
4169
  "svg",
4169
4170
  {
4170
4171
  fill: "none",
@@ -4273,7 +4274,7 @@ const xg = Oe(
4273
4274
  i && v.inner.isProcessingPadding[g],
4274
4275
  v.inner.position[h]
4275
4276
  ),
4276
- children: /* @__PURE__ */ K(Vt, { children: [
4277
+ children: /* @__PURE__ */ G(Vt, { children: [
4277
4278
  i && /* @__PURE__ */ b("span", { className: Y(v.spinnerSlot, v.spinnerLeftPosition[g]), children: o || /* @__PURE__ */ b(bg, { size: g }) }),
4278
4279
  typeof t < "u" ? t : /* @__PURE__ */ b("span", { "data-testid": "flowbite-button-label", className: Y(v.label), children: i ? s : d })
4279
4280
  ] })
@@ -4299,9 +4300,9 @@ Object.assign(_g, {
4299
4300
  const Og = Oe(
4300
4301
  ({ children: t, className: e, href: r, icon: n, theme: a = {}, ...i }, s) => {
4301
4302
  const o = typeof r < "u", l = o ? "a" : "span", c = te(ue().breadcrumb.item, a);
4302
- return /* @__PURE__ */ K("li", { className: Y(c.base, e), ...i, children: [
4303
+ return /* @__PURE__ */ G("li", { className: Y(c.base, e), ...i, children: [
4303
4304
  /* @__PURE__ */ b(tg, { "aria-hidden": !0, className: c.chevron, "data-testid": "flowbite-breadcrumb-separator" }),
4304
- /* @__PURE__ */ K(
4305
+ /* @__PURE__ */ G(
4305
4306
  l,
4306
4307
  {
4307
4308
  ref: s,
@@ -4605,10 +4606,10 @@ const ri = Oe(
4605
4606
  ...d
4606
4607
  }, u) => {
4607
4608
  const f = te(ue().textInput, l);
4608
- return /* @__PURE__ */ K(Vt, { children: [
4609
- /* @__PURE__ */ K("div", { className: Y(f.base, e), children: [
4609
+ return /* @__PURE__ */ G(Vt, { children: [
4610
+ /* @__PURE__ */ G("div", { className: Y(f.base, e), children: [
4610
4611
  t && /* @__PURE__ */ b("span", { className: f.addon, children: t }),
4611
- /* @__PURE__ */ K("div", { className: f.field.base, children: [
4612
+ /* @__PURE__ */ G("div", { className: f.field.base, children: [
4612
4613
  a && /* @__PURE__ */ b("div", { className: f.field.icon.base, children: /* @__PURE__ */ b(a, { className: f.field.icon.svg }) }),
4613
4614
  i && /* @__PURE__ */ b("div", { "data-testid": "right-icon", className: f.field.rightIcon.base, children: /* @__PURE__ */ b(i, { className: f.field.rightIcon.svg }) }),
4614
4615
  /* @__PURE__ */ b(
@@ -4702,7 +4703,7 @@ const bi = (t, e, r) => {
4702
4703
  changeSelectedDate: o,
4703
4704
  language: l
4704
4705
  } = so(), c = te(e.views.days, t), d = $x(l, r), u = Lx(i, r);
4705
- return /* @__PURE__ */ K(Vt, { children: [
4706
+ return /* @__PURE__ */ G(Vt, { children: [
4706
4707
  /* @__PURE__ */ b("div", { className: c.header.base, children: d.map((f, h) => /* @__PURE__ */ b("span", { className: c.header.title, children: f }, h)) }),
4707
4708
  /* @__PURE__ */ b("div", { className: c.items.base, children: [...Array(42)].map((f, h) => {
4708
4709
  const g = hc(u, h), m = Ya(l, g, { day: "numeric" }), p = oo(s, g), w = !bi(g, n, a);
@@ -4916,7 +4917,7 @@ const bi = (t, e, r) => {
4916
4917
  setSelectedDate: M,
4917
4918
  changeSelectedDate: _
4918
4919
  },
4919
- children: /* @__PURE__ */ K("div", { className: Y(x.root.base, h), children: [
4920
+ children: /* @__PURE__ */ G("div", { className: Y(x.root.base, h), children: [
4920
4921
  !r && /* @__PURE__ */ b(
4921
4922
  ri,
4922
4923
  {
@@ -4931,10 +4932,10 @@ const bi = (t, e, r) => {
4931
4932
  ...p
4932
4933
  }
4933
4934
  ),
4934
- (k || r) && /* @__PURE__ */ b("div", { ref: F, className: Y(x.popup.root.base, r && x.popup.root.inline), children: /* @__PURE__ */ K("div", { className: x.popup.root.inner, children: [
4935
- /* @__PURE__ */ K("div", { className: x.popup.header.base, children: [
4935
+ (k || r) && /* @__PURE__ */ b("div", { ref: F, className: Y(x.popup.root.base, r && x.popup.root.inline), children: /* @__PURE__ */ G("div", { className: x.popup.root.inner, children: [
4936
+ /* @__PURE__ */ G("div", { className: x.popup.header.base, children: [
4936
4937
  t && /* @__PURE__ */ b("div", { className: x.popup.header.title, children: t }),
4937
- /* @__PURE__ */ K("div", { className: x.popup.header.selectors.base, children: [
4938
+ /* @__PURE__ */ G("div", { className: x.popup.header.selectors.base, children: [
4938
4939
  /* @__PURE__ */ b(
4939
4940
  "button",
4940
4941
  {
@@ -4974,7 +4975,7 @@ const bi = (t, e, r) => {
4974
4975
  ] })
4975
4976
  ] }),
4976
4977
  /* @__PURE__ */ b("div", { className: x.popup.view.base, children: E(y) }),
4977
- (a || s) && /* @__PURE__ */ K("div", { className: x.popup.footer.base, children: [
4978
+ (a || s) && /* @__PURE__ */ G("div", { className: x.popup.footer.base, children: [
4978
4979
  s && /* @__PURE__ */ b(
4979
4980
  "button",
4980
4981
  {
@@ -7321,9 +7322,9 @@ function lm(t) {
7321
7322
  }
7322
7323
  return m.on("openchange", N), () => {
7323
7324
  m.off("openchange", N);
7324
- const D = or(j), $ = Ge(x, D) || T && Cn(T.nodesRef.current, h).some((G) => {
7325
+ const D = or(j), $ = Ge(x, D) || T && Cn(T.nodesRef.current, h).some((K) => {
7325
7326
  var J;
7326
- return Ge((J = G.context) == null ? void 0 : J.elements.floating, D);
7327
+ return Ge((J = K.context) == null ? void 0 : J.elements.floating, D);
7327
7328
  });
7328
7329
  ($ || I.openEvent && ["click", "mousedown"].includes(I.openEvent.type)) && f.domReference.current && Jo(f.domReference.current);
7329
7330
  const q = cu();
@@ -7911,7 +7912,7 @@ function W1(t, e) {
7911
7912
  dense: C = !1
7912
7913
  } = e;
7913
7914
  process.env.NODE_ENV !== "production" && (f && (h || console.warn(["Floating UI: `useListNavigation` looping must be enabled to allow", "escaping."].join(" ")), p || console.warn(["Floating UI: `useListNavigation` must be virtual to allow", "escaping."].join(" "))), y === "vertical" && O > 1 && console.warn(["Floating UI: In grid list navigation mode (`cols` > 1), the", '`orientation` should be either "horizontal" or "both".'].join(" ")));
7914
- const z = mo(), F = xi(), _ = lr(c), S = W.useRef(w), E = W.useRef(u ?? -1), L = W.useRef(null), H = W.useRef(!0), U = W.useRef(_), Z = W.useRef(!!s), R = W.useRef(!1), j = W.useRef(!1), A = pr(v), I = pr(r), N = pr(P), [D, $] = W.useState(), [X, q] = W.useState(), G = lr(function(B, ae, re) {
7915
+ const z = mo(), F = xi(), _ = lr(c), S = W.useRef(w), E = W.useRef(u ?? -1), L = W.useRef(null), H = W.useRef(!0), U = W.useRef(_), Z = W.useRef(!!s), R = W.useRef(!1), j = W.useRef(!1), A = pr(v), I = pr(r), N = pr(P), [D, $] = W.useState(), [X, q] = W.useState(), K = lr(function(B, ae, re) {
7915
7916
  re === void 0 && (re = !1);
7916
7917
  const le = B.current[ae.current];
7917
7918
  le && (p ? ($(le.id), F == null || F.events.emit("virtualfocus", le), M && (M.current = le)) : Cr(le, {
@@ -7946,15 +7947,15 @@ function W1(t, e) {
7946
7947
  if (l == null) {
7947
7948
  if (R.current = !1, u != null)
7948
7949
  return;
7949
- if (Z.current && (E.current = -1, G(o, E)), !Z.current && S.current && (L.current != null || S.current === !0 && L.current == null)) {
7950
+ if (Z.current && (E.current = -1, K(o, E)), !Z.current && S.current && (L.current != null || S.current === !0 && L.current == null)) {
7950
7951
  let B = 0;
7951
7952
  const ae = () => {
7952
7953
  o.current[0] == null ? (B < 2 && (B ? requestAnimationFrame : queueMicrotask)(ae), B++) : (E.current = L.current == null || rl(L.current, y, m) || g ? Go(o, A.current) : ru(o, A.current), L.current = null, _(E.current));
7953
7954
  };
7954
7955
  ae();
7955
7956
  }
7956
- } else Va(o, l) || (E.current = l, G(o, E, j.current), j.current = !1);
7957
- }, [d, r, s, l, u, g, o, y, m, _, G, A]), Re(() => {
7957
+ } else Va(o, l) || (E.current = l, K(o, E, j.current), j.current = !1);
7958
+ }, [d, r, s, l, u, g, o, y, m, _, K, A]), Re(() => {
7958
7959
  var B;
7959
7960
  if (!d || s || !F || p || !Z.current)
7960
7961
  return;
@@ -8008,13 +8009,13 @@ function W1(t, e) {
8008
8009
  let {
8009
8010
  pointerType: le
8010
8011
  } = re;
8011
- !H.current || le === "touch" || (E.current = -1, G(o, E), _(null), p || Cr(a.floating.current, {
8012
+ !H.current || le === "touch" || (E.current = -1, K(o, E), _(null), p || Cr(a.floating.current, {
8012
8013
  preventScroll: !0
8013
8014
  }));
8014
8015
  }
8015
8016
  }
8016
8017
  };
8017
- }, [r, a, G, x, o, _, p]);
8018
+ }, [r, a, K, x, o, _, p]);
8018
8019
  return W.useMemo(() => {
8019
8020
  if (!d)
8020
8021
  return {};
@@ -8365,22 +8366,22 @@ function H1(t) {
8365
8366
  break;
8366
8367
  }
8367
8368
  function $(X) {
8368
- let [q, G] = X;
8369
+ let [q, K] = X;
8369
8370
  switch (E) {
8370
8371
  case "top": {
8371
- const J = [Z ? q + e / 2 : L ? q + e * 4 : q - e * 4, G + e + 1], ne = [Z ? q - e / 2 : L ? q + e * 4 : q - e * 4, G + e + 1], B = [[S.left, L || Z ? S.bottom - e : S.top], [S.right, L ? Z ? S.bottom - e : S.top : S.bottom - e]];
8372
+ const J = [Z ? q + e / 2 : L ? q + e * 4 : q - e * 4, K + e + 1], ne = [Z ? q - e / 2 : L ? q + e * 4 : q - e * 4, K + e + 1], B = [[S.left, L || Z ? S.bottom - e : S.top], [S.right, L ? Z ? S.bottom - e : S.top : S.bottom - e]];
8372
8373
  return [J, ne, ...B];
8373
8374
  }
8374
8375
  case "bottom": {
8375
- const J = [Z ? q + e / 2 : L ? q + e * 4 : q - e * 4, G - e], ne = [Z ? q - e / 2 : L ? q + e * 4 : q - e * 4, G - e], B = [[S.left, L || Z ? S.top + e : S.bottom], [S.right, L ? Z ? S.top + e : S.bottom : S.top + e]];
8376
+ const J = [Z ? q + e / 2 : L ? q + e * 4 : q - e * 4, K - e], ne = [Z ? q - e / 2 : L ? q + e * 4 : q - e * 4, K - e], B = [[S.left, L || Z ? S.top + e : S.bottom], [S.right, L ? Z ? S.top + e : S.bottom : S.top + e]];
8376
8377
  return [J, ne, ...B];
8377
8378
  }
8378
8379
  case "left": {
8379
- const J = [q + e + 1, R ? G + e / 2 : H ? G + e * 4 : G - e * 4], ne = [q + e + 1, R ? G - e / 2 : H ? G + e * 4 : G - e * 4];
8380
+ const J = [q + e + 1, R ? K + e / 2 : H ? K + e * 4 : K - e * 4], ne = [q + e + 1, R ? K - e / 2 : H ? K + e * 4 : K - e * 4];
8380
8381
  return [...[[H || R ? S.right - e : S.left, S.top], [H ? R ? S.right - e : S.left : S.right - e, S.bottom]], J, ne];
8381
8382
  }
8382
8383
  case "right": {
8383
- const J = [q - e, R ? G + e / 2 : H ? G + e * 4 : G - e * 4], ne = [q - e, R ? G - e / 2 : H ? G + e * 4 : G - e * 4], B = [[H || R ? S.left + e : S.right, S.top], [H ? R ? S.left + e : S.right : S.left + e, S.bottom]];
8384
+ const J = [q - e, R ? K + e / 2 : H ? K + e * 4 : K - e * 4], ne = [q - e, R ? K - e / 2 : H ? K + e * 4 : K - e * 4], B = [[H || R ? S.left + e : S.right, S.top], [H ? R ? S.left + e : S.right : S.left + e, S.bottom]];
8384
8385
  return [J, ne, ...B];
8385
8386
  }
8386
8387
  }
@@ -8449,14 +8450,14 @@ const Cc = ({ className: t, theme: e = {}, ...r }) => {
8449
8450
  return /* @__PURE__ */ b("div", { className: Y(a, t), ...r });
8450
8451
  }, bm = ({ children: t, className: e, theme: r = {}, ...n }) => {
8451
8452
  const { theme: a } = Mc(), i = r.header ?? a.floating.header;
8452
- return /* @__PURE__ */ K(Vt, { children: [
8453
+ return /* @__PURE__ */ G(Vt, { children: [
8453
8454
  /* @__PURE__ */ b("div", { className: Y(i, e), ...n, children: t }),
8454
8455
  /* @__PURE__ */ b(Cc, {})
8455
8456
  ] });
8456
8457
  }, Ec = Oe(
8457
8458
  ({ children: t, className: e, icon: r, onClick: n, theme: a = {}, ...i }, s) => {
8458
8459
  const { ref: o, index: l } = g1({ label: typeof t == "string" ? t : void 0 }), c = em([s, o]), { theme: d, activeIndex: u, dismissOnClick: f, getItemProps: h, handleSelect: g } = Mc(), m = u === l, p = te(d.floating.item, a), w = i;
8459
- return /* @__PURE__ */ b("li", { role: "menuitem", className: p.container, children: /* @__PURE__ */ K(
8460
+ return /* @__PURE__ */ b("li", { role: "menuitem", className: p.container, children: /* @__PURE__ */ G(
8460
8461
  uc,
8461
8462
  {
8462
8463
  ref: c,
@@ -8546,8 +8547,8 @@ const U1 = {
8546
8547
  const [R] = k.split("-");
8547
8548
  return U1[R] ?? eg;
8548
8549
  }, [k]);
8549
- return /* @__PURE__ */ K(pm.Provider, { value: { theme: p, activeIndex: l, dismissOnClick: r, getItemProps: U, handleSelect: T }, children: [
8550
- /* @__PURE__ */ K(
8550
+ return /* @__PURE__ */ G(pm.Provider, { value: { theme: p, activeIndex: l, dismissOnClick: r, getItemProps: U, handleSelect: T }, children: [
8551
+ /* @__PURE__ */ G(
8551
8552
  X1,
8552
8553
  {
8553
8554
  ...M,
@@ -8597,7 +8598,7 @@ const G1 = Object.assign(ym, {
8597
8598
  }), vm = Oe(
8598
8599
  ({ className: t, color: e = "gray", helperText: r, sizing: n = "md", theme: a = {}, ...i }, s) => {
8599
8600
  const o = te(ue().fileInput, a);
8600
- return /* @__PURE__ */ K(Vt, { children: [
8601
+ return /* @__PURE__ */ G(Vt, { children: [
8601
8602
  /* @__PURE__ */ b("div", { className: Y(o.root.base, t), children: /* @__PURE__ */ b("div", { className: o.field.base, children: /* @__PURE__ */ b(
8602
8603
  "input",
8603
8604
  {
@@ -8629,8 +8630,8 @@ const K1 = Oe(
8629
8630
  ...l
8630
8631
  }, c) => {
8631
8632
  const d = $n(), u = te(ue().floatingLabel, s);
8632
- return /* @__PURE__ */ K("div", { children: [
8633
- /* @__PURE__ */ K("div", { className: Y("relative", a === "standard" ? "z-0" : ""), children: [
8633
+ return /* @__PURE__ */ G("div", { children: [
8634
+ /* @__PURE__ */ G("div", { className: Y("relative", a === "standard" ? "z-0" : ""), children: [
8634
8635
  /* @__PURE__ */ b(
8635
8636
  "input",
8636
8637
  {
@@ -8670,7 +8671,7 @@ const xm = ({
8670
8671
  ...o
8671
8672
  }) => {
8672
8673
  const l = te(ue().footer.brand, s);
8673
- return /* @__PURE__ */ b("div", { children: n ? /* @__PURE__ */ K("a", { "data-testid": "flowbite-footer-brand", href: n, className: Y(l.base, e), ...o, children: [
8674
+ return /* @__PURE__ */ b("div", { children: n ? /* @__PURE__ */ G("a", { "data-testid": "flowbite-footer-brand", href: n, className: Y(l.base, e), ...o, children: [
8674
8675
  /* @__PURE__ */ b("img", { alt: t, src: i, className: l.img }),
8675
8676
  /* @__PURE__ */ b("span", { "data-testid": "flowbite-footer-brand-span", className: l.span, children: a }),
8676
8677
  r
@@ -8693,7 +8694,7 @@ const xm = ({
8693
8694
  ...i
8694
8695
  }) => {
8695
8696
  const s = te(ue().footer.copyright, n);
8696
- return /* @__PURE__ */ K("div", { "data-testid": "flowbite-footer-copyright", className: Y(s.base, e), ...i, children: [
8697
+ return /* @__PURE__ */ G("div", { "data-testid": "flowbite-footer-copyright", className: Y(s.base, e), ...i, children: [
8697
8698
  "© ",
8698
8699
  a,
8699
8700
  r ? /* @__PURE__ */ b("a", { href: r, className: s.href, children: t }) : /* @__PURE__ */ b("span", { "data-testid": "flowbite-footer-copyright-span", className: s.span, children: t })
@@ -8808,7 +8809,7 @@ const Cm = ({
8808
8809
  Cm.displayName = "Label";
8809
8810
  const Em = ({ children: t, className: e, icon: r, theme: n = {}, ...a }) => {
8810
8811
  const i = te(ue().list.item, n);
8811
- return /* @__PURE__ */ K("li", { className: Y(i.withIcon[r ? "on" : "off"], e), ...a, children: [
8812
+ return /* @__PURE__ */ G("li", { className: Y(i.withIcon[r ? "on" : "off"], e), ...a, children: [
8812
8813
  r && /* @__PURE__ */ b(r, { className: Y(i.icon) }),
8813
8814
  t
8814
8815
  ] });
@@ -8854,7 +8855,7 @@ const Tm = ({
8854
8855
  ...l
8855
8856
  }) => {
8856
8857
  const c = te(ue().listGroup.item, s), d = typeof n < "u", u = d ? "a" : "button";
8857
- return /* @__PURE__ */ b("li", { className: Y(c.base, r), children: /* @__PURE__ */ K(
8858
+ return /* @__PURE__ */ b("li", { className: Y(c.base, r), children: /* @__PURE__ */ G(
8858
8859
  u,
8859
8860
  {
8860
8861
  href: n,
@@ -8905,7 +8906,7 @@ const Im = ({ children: t, className: e, theme: r = {}, ...n }) => {
8905
8906
  ...i
8906
8907
  }) => {
8907
8908
  const s = $n(), o = a || s, { theme: l, popup: c, onClose: d, setHeaderId: u } = Pc(), f = te(l.header, n);
8908
- return lc(() => (u(o), () => u(void 0)), [o, u]), /* @__PURE__ */ K("div", { className: Y(f.base, c && f.popup, r), ...i, children: [
8909
+ return lc(() => (u(o), () => u(void 0)), [o, u]), /* @__PURE__ */ G("div", { className: Y(f.base, c && f.popup, r), ...i, children: [
8909
8910
  /* @__PURE__ */ b(t, { id: o, className: f.title, children: e }),
8910
8911
  /* @__PURE__ */ b("button", { "aria-label": "Close", className: f.close.base, type: "button", onClick: d, children: /* @__PURE__ */ b(iv, { "aria-hidden": !0, className: f.close.icon }) })
8911
8912
  ] });
@@ -9025,7 +9026,7 @@ const Wm = ({
9025
9026
  ...n
9026
9027
  }) => {
9027
9028
  const { theme: a, isOpen: i, setIsOpen: s } = bo(), o = te(a.toggle, r);
9028
- return /* @__PURE__ */ K(
9029
+ return /* @__PURE__ */ G(
9029
9030
  "button",
9030
9031
  {
9031
9032
  "data-testid": "flowbite-navbar-toggle",
@@ -9137,8 +9138,8 @@ const Ym = ({
9137
9138
  }, m = () => {
9138
9139
  a(Math.max(e - 1, 1));
9139
9140
  };
9140
- return /* @__PURE__ */ K("nav", { className: Y(u.base, t), ...d, children: [
9141
- r === "table" && /* @__PURE__ */ K("div", { className: u.layout.table.base, children: [
9141
+ return /* @__PURE__ */ G("nav", { className: Y(u.base, t), ...d, children: [
9142
+ r === "table" && /* @__PURE__ */ G("div", { className: u.layout.table.base, children: [
9142
9143
  "Showing ",
9143
9144
  /* @__PURE__ */ b("span", { className: u.layout.table.span, children: h }),
9144
9145
  " to ",
@@ -9147,8 +9148,8 @@ const Ym = ({
9147
9148
  /* @__PURE__ */ b("span", { className: u.layout.table.span, children: c }),
9148
9149
  " Entries"
9149
9150
  ] }),
9150
- /* @__PURE__ */ K("ul", { className: u.pages.base, children: [
9151
- /* @__PURE__ */ b("li", { children: /* @__PURE__ */ K(
9151
+ /* @__PURE__ */ G("ul", { className: u.pages.base, children: [
9152
+ /* @__PURE__ */ b("li", { children: /* @__PURE__ */ G(
9152
9153
  Fl,
9153
9154
  {
9154
9155
  className: Y(u.pages.previous.base, o && u.pages.showIcon),
@@ -9166,7 +9167,7 @@ const Ym = ({
9166
9167
  onClick: () => a(p),
9167
9168
  children: p
9168
9169
  }) }, p)),
9169
- /* @__PURE__ */ b("li", { children: /* @__PURE__ */ K(
9170
+ /* @__PURE__ */ b("li", { children: /* @__PURE__ */ G(
9170
9171
  Fl,
9171
9172
  {
9172
9173
  className: Y(u.pages.next.base, o && u.pages.showIcon),
@@ -9215,7 +9216,7 @@ const Vm = ({
9215
9216
  ...a
9216
9217
  }) => {
9217
9218
  const i = te(ue().ratingAdvanced, n);
9218
- return /* @__PURE__ */ K("div", { className: Y(i.base, e), ...a, children: [
9219
+ return /* @__PURE__ */ G("div", { className: Y(i.base, e), ...a, children: [
9219
9220
  /* @__PURE__ */ b("span", { className: i.label, children: t }),
9220
9221
  /* @__PURE__ */ b("div", { className: i.progress.base, children: /* @__PURE__ */ b(
9221
9222
  "div",
@@ -9275,9 +9276,9 @@ const tk = Oe(
9275
9276
  ...c
9276
9277
  }, d) => {
9277
9278
  const u = te(ue().select, l);
9278
- return /* @__PURE__ */ K("div", { className: Y(u.base, r), children: [
9279
+ return /* @__PURE__ */ G("div", { className: Y(u.base, r), children: [
9279
9280
  t && /* @__PURE__ */ b("span", { className: u.addon, children: t }),
9280
- /* @__PURE__ */ K("div", { className: u.field.base, children: [
9281
+ /* @__PURE__ */ G("div", { className: u.field.base, children: [
9281
9282
  i && /* @__PURE__ */ b("div", { className: u.field.icon.base, children: /* @__PURE__ */ b(i, { className: u.field.icon.svg }) }),
9282
9283
  /* @__PURE__ */ b(
9283
9284
  "select",
@@ -9336,7 +9337,7 @@ const rk = ({
9336
9337
  return gt(() => {
9337
9338
  if (x.reference.current && x.floating.current && f)
9338
9339
  return Xg(x.reference.current, x.floating.current, v);
9339
- }, [f, x.floating, x.reference, v]), /* @__PURE__ */ K(Vt, { children: [
9340
+ }, [f, x.floating, x.reference, v]), /* @__PURE__ */ G(Vt, { children: [
9340
9341
  /* @__PURE__ */ b(
9341
9342
  "div",
9342
9343
  {
@@ -9347,7 +9348,7 @@ const rk = ({
9347
9348
  children: r
9348
9349
  }
9349
9350
  ),
9350
- /* @__PURE__ */ K(
9351
+ /* @__PURE__ */ G(
9351
9352
  "div",
9352
9353
  {
9353
9354
  ref: x.setFloating,
@@ -9451,8 +9452,8 @@ const Km = ({
9451
9452
  ...l
9452
9453
  }) => {
9453
9454
  const c = $n(), [d, u] = me(s), { theme: f, isCollapsed: h } = va(), g = te(f.collapse, o);
9454
- return gt(() => u(s), [s]), /* @__PURE__ */ K(({ children: p }) => /* @__PURE__ */ b("li", { children: h && !d ? /* @__PURE__ */ b(Rc, { content: n, placement: "right", children: p }) : p }), { children: [
9455
- /* @__PURE__ */ K(
9455
+ return gt(() => u(s), [s]), /* @__PURE__ */ G(({ children: p }) => /* @__PURE__ */ b("li", { children: h && !d ? /* @__PURE__ */ b(Rc, { content: n, placement: "right", children: p }) : p }), { children: [
9456
+ /* @__PURE__ */ G(
9456
9457
  "button",
9457
9458
  {
9458
9459
  id: `flowbite-sidebar-collapse-${c}`,
@@ -9470,7 +9471,7 @@ const Km = ({
9470
9471
  className: Y(g.icon.base, g.icon.open[d ? "on" : "off"])
9471
9472
  }
9472
9473
  ),
9473
- h ? /* @__PURE__ */ b("span", { className: "sr-only", children: n }) : /* @__PURE__ */ K(Vt, { children: [
9474
+ h ? /* @__PURE__ */ b("span", { className: "sr-only", children: n }) : /* @__PURE__ */ G(Vt, { children: [
9474
9475
  /* @__PURE__ */ b("span", { "data-testid": "flowbite-sidebar-collapse-label", className: g.label.base, children: n }),
9475
9476
  i ? i(g, d) : /* @__PURE__ */ b(
9476
9477
  a,
@@ -9536,7 +9537,7 @@ const ak = ({ id: t, theme: e, isCollapsed: r, tooltipChildren: n, children: a,
9536
9537
  }, c) => {
9537
9538
  var m, p, w, x;
9538
9539
  const d = $n(), { theme: u, isCollapsed: f } = va(), { isInsideCollapse: h } = nk(), g = te(u.item, o);
9539
- return /* @__PURE__ */ b(ak, { theme: g, className: g.listItem, id: d, isCollapsed: f, tooltipChildren: r, children: /* @__PURE__ */ K(
9540
+ return /* @__PURE__ */ b(ak, { theme: g, className: g.listItem, id: d, isCollapsed: f, tooltipChildren: r, children: /* @__PURE__ */ G(
9540
9541
  e,
9541
9542
  {
9542
9543
  "aria-labelledby": `flowbite-sidebar-item-${d}`,
@@ -9591,7 +9592,7 @@ const r0 = ({
9591
9592
  ...s
9592
9593
  }) => {
9593
9594
  const o = $n(), { theme: l, isCollapsed: c } = va(), d = te(l.logo, i);
9594
- return /* @__PURE__ */ K(
9595
+ return /* @__PURE__ */ G(
9595
9596
  "a",
9596
9597
  {
9597
9598
  "aria-labelledby": `flowbite-sidebar-logo-${o}`,
@@ -9704,7 +9705,7 @@ u0.displayName = "Table.Row";
9704
9705
  const f0 = Oe(
9705
9706
  ({ children: t, className: e, striped: r, hoverable: n, theme: a = {}, ...i }, s) => {
9706
9707
  const o = te(ue().table, a);
9707
- return /* @__PURE__ */ b("div", { "data-testid": "table-element", className: Y(o.root.wrapper), children: /* @__PURE__ */ K(i0.Provider, { value: { theme: o, striped: r, hoverable: n }, children: [
9708
+ return /* @__PURE__ */ b("div", { "data-testid": "table-element", className: Y(o.root.wrapper), children: /* @__PURE__ */ G(i0.Provider, { value: { theme: o, striped: r, hoverable: n }, children: [
9708
9709
  /* @__PURE__ */ b("div", { className: Y(o.root.shadow, e) }),
9709
9710
  /* @__PURE__ */ b("table", { className: Y(o.root.base, e), ...i, ref: s, children: t })
9710
9711
  ] }) });
@@ -9744,7 +9745,7 @@ const g0 = Oe(
9744
9745
  (v = d.current[h]) == null || v.focus();
9745
9746
  }, [h]), Gh(s, () => ({
9746
9747
  setActiveTab: m
9747
- })), /* @__PURE__ */ K("div", { className: Y(o.base, e), children: [
9748
+ })), /* @__PURE__ */ G("div", { className: Y(o.base, e), children: [
9748
9749
  /* @__PURE__ */ b(
9749
9750
  "div",
9750
9751
  {
@@ -9752,7 +9753,7 @@ const g0 = Oe(
9752
9753
  role: "tablist",
9753
9754
  className: Y(o.tablist.base, o.tablist.styles[n], e),
9754
9755
  ...i,
9755
- children: c.map((v, y) => /* @__PURE__ */ K(
9756
+ children: c.map((v, y) => /* @__PURE__ */ G(
9756
9757
  "button",
9757
9758
  {
9758
9759
  type: "button",
@@ -9804,7 +9805,7 @@ Object.assign(g0, {
9804
9805
  const ok = Oe(
9805
9806
  ({ className: t, color: e = "gray", helperText: r, shadow: n, theme: a = {}, ...i }, s) => {
9806
9807
  const o = te(ue().textarea, a);
9807
- return /* @__PURE__ */ K(Vt, { children: [
9808
+ return /* @__PURE__ */ G(Vt, { children: [
9808
9809
  /* @__PURE__ */ b(
9809
9810
  "textarea",
9810
9811
  {
@@ -9869,7 +9870,7 @@ const x0 = ({
9869
9870
  ...a
9870
9871
  }) => {
9871
9872
  const { horizontal: i } = Fc(), { theme: s } = v0(), o = te(s.point, n);
9872
- return /* @__PURE__ */ K(
9873
+ return /* @__PURE__ */ G(
9873
9874
  "div",
9874
9875
  {
9875
9876
  "data-testid": "timeline-point",
@@ -10014,9 +10015,9 @@ const dk = Oe(
10014
10015
  }, m = (p) => {
10015
10016
  p.code == "Enter" && p.preventDefault();
10016
10017
  };
10017
- return /* @__PURE__ */ K(Vt, { children: [
10018
+ return /* @__PURE__ */ G(Vt, { children: [
10018
10019
  s && t ? /* @__PURE__ */ b("input", { ref: d, checked: t, hidden: !0, name: s, readOnly: !0, type: "checkbox", className: "sr-only" }) : null,
10019
- /* @__PURE__ */ K(
10020
+ /* @__PURE__ */ G(
10020
10021
  "button",
10021
10022
  {
10022
10023
  "aria-checked": t,
@@ -10070,8 +10071,8 @@ const uk = Oe(
10070
10071
  maxLength: s,
10071
10072
  onChange: o,
10072
10073
  ...l
10073
- }, c) => /* @__PURE__ */ K("div", { className: "mb-5", children: [
10074
- r && /* @__PURE__ */ b("label", { className: " mb-1 block font-semibold", children: r }),
10074
+ }, c) => /* @__PURE__ */ G("div", { className: "mb-5", children: [
10075
+ r && /* @__PURE__ */ b("label", { className: "mb-1 block font-semibold", children: r }),
10075
10076
  t === !0 ? /* @__PURE__ */ b(
10076
10077
  ri,
10077
10078
  {
@@ -10111,7 +10112,7 @@ const fk = {
10111
10112
  const [a, i] = me(!1), s = () => {
10112
10113
  i(!a);
10113
10114
  };
10114
- return /* @__PURE__ */ b("div", { className: "mb-5", children: /* @__PURE__ */ K("div", { className: "relative inline-block w-full", children: [
10115
+ return /* @__PURE__ */ b("div", { className: "mb-5", children: /* @__PURE__ */ G("div", { className: "relative inline-block w-full", children: [
10115
10116
  /* @__PURE__ */ b(
10116
10117
  "input",
10117
10118
  {
@@ -10143,12 +10144,12 @@ const fk = {
10143
10144
  type: n
10144
10145
  }) => {
10145
10146
  const a = (r - t) / (e - t) * 100, i = Math.min(Math.max(a, 0), 100), s = () => i < 10 ? "left-0" : i > 90 ? "right-0" : "left-1/2 transform -translate-x-1/2";
10146
- return /* @__PURE__ */ K("div", { className: "w-full p-1", children: [
10147
- /* @__PURE__ */ K("div", { className: "flex justify-between text-xs text-gray-400 mb-2", children: [
10147
+ return /* @__PURE__ */ G("div", { className: "w-full p-1", children: [
10148
+ /* @__PURE__ */ G("div", { className: "mb-2 flex justify-between text-xs text-gray-400", children: [
10148
10149
  /* @__PURE__ */ b("span", { children: t.toLocaleString() }),
10149
10150
  /* @__PURE__ */ b("span", { children: e.toLocaleString() })
10150
10151
  ] }),
10151
- /* @__PURE__ */ K("div", { className: "relative h-1.5 w-full bg-gray-200 rounded-full mb-5", children: [
10152
+ /* @__PURE__ */ G("div", { className: "relative mb-5 h-1 w-full rounded-full bg-gray-200", children: [
10152
10153
  /* @__PURE__ */ b(
10153
10154
  "div",
10154
10155
  {
@@ -10156,7 +10157,7 @@ const fk = {
10156
10157
  style: { width: `${i}%` }
10157
10158
  }
10158
10159
  ),
10159
- /* @__PURE__ */ K(
10160
+ /* @__PURE__ */ G(
10160
10161
  "div",
10161
10162
  {
10162
10163
  className: "absolute top-1/2 transform -translate-y-1/2 -translate-x-1/2",
@@ -10165,10 +10166,10 @@ const fk = {
10165
10166
  /* @__PURE__ */ b(
10166
10167
  "div",
10167
10168
  {
10168
- className: `${xu.mth_progress_bar_thumb} w-3 h-3 rounded-full shadow-lg`
10169
+ className: `${xu.mth_progress_bar_thumb} w-2 h-2 rounded-full shadow-lg`
10169
10170
  }
10170
10171
  ),
10171
- /* @__PURE__ */ K(
10172
+ /* @__PURE__ */ G(
10172
10173
  "div",
10173
10174
  {
10174
10175
  className: `absolute top-full mt-2 text-xs font-medium text-black whitespace-nowrap ${s()}`,
@@ -10185,9 +10186,9 @@ const fk = {
10185
10186
  ] })
10186
10187
  ] });
10187
10188
  }, pk = Oe(
10188
- ({ options: t, label: e, error: r, value: n, onChange: a, ...i }, s) => /* @__PURE__ */ K("div", { className: "mb-5", children: [
10189
+ ({ options: t, label: e, error: r, value: n, onChange: a, ...i }, s) => /* @__PURE__ */ G("div", { className: "mb-5", children: [
10189
10190
  e && /* @__PURE__ */ b("label", { className: "mb-1 block font-semibold", children: e }),
10190
- /* @__PURE__ */ K(
10191
+ /* @__PURE__ */ G(
10191
10192
  "select",
10192
10193
  {
10193
10194
  ref: s,
@@ -10221,7 +10222,7 @@ const bk = "card-module__mth_card_indicator__lfgp3", E0 = {
10221
10222
  maximumFractionDigits: 2,
10222
10223
  minimumFractionDigits: 0
10223
10224
  }).format(c);
10224
- return /* @__PURE__ */ K("div", { className: `${E0.mth_card_indicator} flex flex-col border bg-white px-3.5 py-4`, children: [
10225
+ return /* @__PURE__ */ G("div", { className: `${E0.mth_card_indicator} flex flex-col border bg-white px-3.5 py-4`, children: [
10225
10226
  /* @__PURE__ */ b("div", { className: "flex justify-end", children: /* @__PURE__ */ b(
10226
10227
  Rn,
10227
10228
  {
@@ -10233,7 +10234,7 @@ const bk = "card-module__mth_card_indicator__lfgp3", E0 = {
10233
10234
  }
10234
10235
  ) }),
10235
10236
  /* @__PURE__ */ b("h2", { className: "mt-2 font-bold mth_card_indicator_title", id: `mth_card_indicator_${r}_title`, children: r.toUpperCase() }),
10236
- /* @__PURE__ */ K("small", { className: "text-2xl font-extrabold mth_card_indicator_number", children: [
10237
+ /* @__PURE__ */ G("small", { className: "text-2xl font-extrabold mth_card_indicator_number", children: [
10237
10238
  l(e),
10238
10239
  " ",
10239
10240
  s === "percentage" ? "%" : ""
@@ -16703,7 +16704,7 @@ function qS(t) {
16703
16704
  return Fe({ attr: { viewBox: "0 0 512 512" }, child: [{ tag: "path", attr: { d: "M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm52.7 283.3L256 278.6l-52.7 52.7c-6.2 6.2-16.4 6.2-22.6 0-3.1-3.1-4.7-7.2-4.7-11.3 0-4.1 1.6-8.2 4.7-11.3l52.7-52.7-52.7-52.7c-3.1-3.1-4.7-7.2-4.7-11.3 0-4.1 1.6-8.2 4.7-11.3 6.2-6.2 16.4-6.2 22.6 0l52.7 52.7 52.7-52.7c6.2-6.2 16.4-6.2 22.6 0 6.2 6.2 6.2 16.4 0 22.6L278.6 256l52.7 52.7c6.2 6.2 6.2 16.4 0 22.6-6.2 6.3-16.4 6.3-22.6 0z" }, child: [] }] })(t);
16704
16705
  }
16705
16706
  const US = Oe(
16706
- ({ isOpen: t, onClose: e, children: r, width: n = "auto" }, a) => t ? /* @__PURE__ */ b("div", { className: fl.overlay, children: /* @__PURE__ */ K("div", { ref: a, className: fl.modal, style: { width: n }, children: [
16707
+ ({ isOpen: t, onClose: e, children: r, width: n = "auto" }, a) => t ? /* @__PURE__ */ b("div", { className: fl.overlay, children: /* @__PURE__ */ G("div", { ref: a, className: fl.modal, style: { width: n }, children: [
16707
16708
  /* @__PURE__ */ b("button", { onClick: e, className: fl.closeButton, children: /* @__PURE__ */ b(qS, {}) }),
16708
16709
  r
16709
16710
  ] }) }) : null
@@ -19366,8 +19367,8 @@ function c2(t) {
19366
19367
  var $ = v.find(function(X) {
19367
19368
  var q = P.get(X);
19368
19369
  if (q)
19369
- return q.slice(0, D).every(function(G) {
19370
- return G;
19370
+ return q.slice(0, D).every(function(K) {
19371
+ return K;
19371
19372
  });
19372
19373
  });
19373
19374
  if ($)
@@ -19494,7 +19495,7 @@ function v2(t) {
19494
19495
  var _, S = v === "y" ? St : Dt, E = v === "y" ? Bt : Ht, L = v === "y" ? "height" : "width", H = O[v], U = H + p[S], Z = H - p[E], R = h ? -M[L] / 2 : 0, j = x === da ? P[L] : M[L], A = x === da ? -M[L] : -P[L], I = e.elements.arrow, N = h && I ? od(I) : {
19495
19496
  width: 0,
19496
19497
  height: 0
19497
- }, D = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : zp(), $ = D[S], X = D[E], q = Za(0, P[L], N[L]), G = k ? P[L] / 2 - R - q - $ - C.mainAxis : j - q - $ - C.mainAxis, J = k ? -P[L] / 2 + R + q + X + C.mainAxis : A + q + X + C.mainAxis, ne = e.elements.arrow && Si(e.elements.arrow), B = ne ? v === "y" ? ne.clientTop || 0 : ne.clientLeft || 0 : 0, ae = (_ = z == null ? void 0 : z[v]) != null ? _ : 0, re = H + G - ae - B, le = H + J - ae, fe = Za(h ? qs(U, re) : U, H, h ? Tn(Z, le) : Z);
19498
+ }, D = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : zp(), $ = D[S], X = D[E], q = Za(0, P[L], N[L]), K = k ? P[L] / 2 - R - q - $ - C.mainAxis : j - q - $ - C.mainAxis, J = k ? -P[L] / 2 + R + q + X + C.mainAxis : A + q + X + C.mainAxis, ne = e.elements.arrow && Si(e.elements.arrow), B = ne ? v === "y" ? ne.clientTop || 0 : ne.clientLeft || 0 : 0, ae = (_ = z == null ? void 0 : z[v]) != null ? _ : 0, re = H + K - ae - B, le = H + J - ae, fe = Za(h ? qs(U, re) : U, H, h ? Tn(Z, le) : Z);
19498
19499
  O[v] = fe, F[v] = fe - H;
19499
19500
  }
19500
19501
  if (o) {
@@ -19904,7 +19905,7 @@ var I2 = [JM, b2, QM, zM, m2, d2, x2, UM, f2], A2 = /* @__PURE__ */ N2({
19904
19905
  level: O,
19905
19906
  buttonRef: D,
19906
19907
  contentRef: $
19907
- }).popperInstance, G = ee.useCallback(function() {
19908
+ }).popperInstance, K = ee.useCallback(function() {
19908
19909
  var fe, de = $.current;
19909
19910
  if (de) {
19910
19911
  var ie = (fe = de == null ? void 0 : de.querySelector(".".concat(ve.subMenuContent, " > ul"))) === null || fe === void 0 ? void 0 : fe.clientHeight;
@@ -19919,11 +19920,11 @@ var I2 = [JM, b2, QM, zM, m2, d2, x2, UM, f2], A2 = /* @__PURE__ */ N2({
19919
19920
  de.style.overflow = "hidden", de.style.height = "".concat(ie, "px"), de.offsetHeight, de.style.height = "0px";
19920
19921
  }
19921
19922
  }, ne = function() {
19922
- O === 0 && M || (typeof d > "u" ? (clearTimeout(Number(X.current)), H ? J() : G(), x == null || x(!H), U(!H)) : x == null || x(!d));
19923
+ O === 0 && M || (typeof d > "u" ? (clearTimeout(Number(X.current)), H ? J() : K(), x == null || x(!H), U(!H)) : x == null || x(!d));
19923
19924
  };
19924
19925
  ee.useEffect(function() {
19925
- !(O === 0 && M) && typeof d < "u" && I && (clearTimeout(Number(X.current)), d ? G() : J());
19926
- }, [M, G, i, O, x, d]);
19926
+ !(O === 0 && M) && typeof d < "u" && I && (clearTimeout(Number(X.current)), d ? K() : J());
19927
+ }, [M, K, i, O, x, d]);
19927
19928
  var B = function(fe) {
19928
19929
  k == null || k(fe), ne();
19929
19930
  }, ae = function(fe) {
@@ -20082,7 +20083,7 @@ var wh, z2 = it.li(kh || (kh = pt([`
20082
20083
  const Up = Oe(
20083
20084
  (t, e) => {
20084
20085
  const { imageUrl: r, icon: n, title: a, description: i } = t;
20085
- return /* @__PURE__ */ K("div", { className: `${E0.Card} border px-3.5 py-7`, ref: e, children: [
20086
+ return /* @__PURE__ */ G("div", { className: `${E0.Card} border px-3.5 py-7`, ref: e, children: [
20086
20087
  r ? /* @__PURE__ */ b(
20087
20088
  Rn,
20088
20089
  {
@@ -20129,7 +20130,7 @@ const RI = ({
20129
20130
  onClick: () => z(_, E),
20130
20131
  className: "mx-auto mb-1 rounded-md",
20131
20132
  rootStyles: O(S, L),
20132
- children: S ? _.label : /* @__PURE__ */ K("div", { className: "flex w-full items-center justify-between", children: [
20133
+ children: S ? _.label : /* @__PURE__ */ G("div", { className: "flex w-full items-center justify-between", children: [
20133
20134
  /* @__PURE__ */ b("span", { children: _.label }),
20134
20135
  _.subMenuSection && /* @__PURE__ */ b(
20135
20136
  VS,
@@ -20141,7 +20142,7 @@ const RI = ({
20141
20142
  },
20142
20143
  _.id
20143
20144
  );
20144
- }, M = (_) => _.map((S) => /* @__PURE__ */ K("div", { children: [
20145
+ }, M = (_) => _.map((S) => /* @__PURE__ */ G("div", { children: [
20145
20146
  P(S),
20146
20147
  S.subMenuSection && h.has(S.id) && /* @__PURE__ */ b("div", { className: "ml-4 space-y-1 mb-2", children: S.subMenuSection.items.map(
20147
20148
  (E) => P(E, !0, S.id)
@@ -20158,14 +20159,14 @@ const RI = ({
20158
20159
  }, F = (_) => {
20159
20160
  _.action ? _.action() : _.href && (_.target === "_blank" ? window.open(_.href, "_blank") : window.location.href = _.href);
20160
20161
  };
20161
- return /* @__PURE__ */ b("div", { className: `fixed left-0 top-0 z-40 my-1 mx-2 ${l}`, children: /* @__PURE__ */ K(
20162
+ return /* @__PURE__ */ b("div", { className: `fixed left-0 top-0 z-40 my-1 mx-2 ${l}`, children: /* @__PURE__ */ G(
20162
20163
  "div",
20163
20164
  {
20164
20165
  className: "flex flex-col",
20165
20166
  onMouseEnter: T,
20166
20167
  onMouseLeave: C,
20167
20168
  children: [
20168
- /* @__PURE__ */ K(
20169
+ /* @__PURE__ */ G(
20169
20170
  bM,
20170
20171
  {
20171
20172
  collapsed: c,
@@ -20194,8 +20195,8 @@ const RI = ({
20194
20195
  height: c ? e.height.collapsed : e.height.expanded
20195
20196
  }
20196
20197
  ) }) }),
20197
- /* @__PURE__ */ K("div", { className: "flex flex-col h-full", children: [
20198
- /* @__PURE__ */ K(xM, { className: "flex-1 mx-2 relative", children: [
20198
+ /* @__PURE__ */ G("div", { className: "flex h-full flex-col", children: [
20199
+ /* @__PURE__ */ G(xM, { className: "mx-2 flex-1 relative", children: [
20199
20200
  /* @__PURE__ */ b("div", { className: "flex flex-col", children: M(k) }),
20200
20201
  /* @__PURE__ */ b("div", { className: ` ${h.size === 0 ? "absolute bottom-0" : ""} w-full`, children: M(v) })
20201
20202
  ] }),
@@ -20242,7 +20243,7 @@ const RI = ({
20242
20243
  width: "40%",
20243
20244
  isOpen: u === "campaigns",
20244
20245
  onClose: () => f(null),
20245
- children: /* @__PURE__ */ K("div", { className: "flex flex-col px-10 pb-5", children: [
20246
+ children: /* @__PURE__ */ G("div", { className: "flex flex-col px-10 pb-5", children: [
20246
20247
  /* @__PURE__ */ b("h2", { className: "mb-3 text-center font-bold", children: "Selecciona el tipo de campaña que quieres crear" }),
20247
20248
  /* @__PURE__ */ b("div", { className: "flex", children: n.map((_) => /* @__PURE__ */ b(
20248
20249
  "div",
@@ -20281,14 +20282,14 @@ const V2 = ({
20281
20282
  totalPages: e,
20282
20283
  onPageChange: r,
20283
20284
  value: n
20284
- }) => /* @__PURE__ */ K("div", { className: "flex items-center justify-center gap-4", children: [
20285
- /* @__PURE__ */ K("span", { className: "text-base text-gray-700", children: [
20285
+ }) => /* @__PURE__ */ G("div", { className: "flex items-center justify-center gap-4", children: [
20286
+ /* @__PURE__ */ G("span", { className: "text-xs text-gray-700", children: [
20286
20287
  "Ver  ",
20287
20288
  /* @__PURE__ */ b(
20288
20289
  "input",
20289
20290
  {
20290
20291
  type: "number",
20291
- className: `w-10 ${ml["mth-input-number"]}`,
20292
+ className: `w-8 h-8 text-xs ${ml["mth-input-number"]}`,
20292
20293
  id: "itemsPerPage",
20293
20294
  defaultValue: n || 15,
20294
20295
  maxLength: 3
@@ -20304,12 +20305,12 @@ const V2 = ({
20304
20305
  children: /* @__PURE__ */ b(
20305
20306
  H2,
20306
20307
  {
20307
- className: `h-9 w-9 ${ml["mth-color-primary"]}`
20308
+ className: `w-6 h-6 ${ml["mth-color-primary"]}`
20308
20309
  }
20309
20310
  )
20310
20311
  }
20311
20312
  ),
20312
- /* @__PURE__ */ K("span", { className: "text-sm text-gray-700", children: [
20313
+ /* @__PURE__ */ G("span", { className: "text-xs text-gray-700", children: [
20313
20314
  t,
20314
20315
  " DE ",
20315
20316
  e
@@ -20323,7 +20324,7 @@ const V2 = ({
20323
20324
  children: /* @__PURE__ */ b(
20324
20325
  Y2,
20325
20326
  {
20326
- className: `h-9 w-9 ${ml["mth-color-primary"]}`
20327
+ className: `w-6 h-6 ${ml["mth-color-primary"]}`
20327
20328
  }
20328
20329
  )
20329
20330
  }
@@ -20338,8 +20339,8 @@ function X2({
20338
20339
  onChange: n
20339
20340
  }) {
20340
20341
  const [a, i] = me(e);
20341
- return /* @__PURE__ */ K("div", { className: "flex items-center gap-2", children: [
20342
- /* @__PURE__ */ K(
20342
+ return /* @__PURE__ */ G("div", { className: "flex items-center gap-2", children: [
20343
+ /* @__PURE__ */ G(
20343
20344
  "label",
20344
20345
  {
20345
20346
  className: `inline-flex items-center ${r ? "cursor-not-allowed opacity-60" : "cursor-pointer"}`,
@@ -20430,7 +20431,7 @@ const NI = ({
20430
20431
  const E = S[_.relation];
20431
20432
  if (_.isToggle) {
20432
20433
  const L = !!E;
20433
- return /* @__PURE__ */ K("div", { className: "flex items-center gap-2", children: [
20434
+ return /* @__PURE__ */ G("div", { className: "flex items-center gap-2", children: [
20434
20435
  /* @__PURE__ */ b(
20435
20436
  X2,
20436
20437
  {
@@ -20455,8 +20456,8 @@ const NI = ({
20455
20456
  }
20456
20457
  return E ?? "";
20457
20458
  };
20458
- return /* @__PURE__ */ K("div", { className: "w-full", children: [
20459
- /* @__PURE__ */ b("div", { className: "mb-4 flex items-center justify-between", children: a && /* @__PURE__ */ b("h2", { className: "text-base font-bold", children: a }) }),
20459
+ return /* @__PURE__ */ G("div", { className: "w-full", children: [
20460
+ /* @__PURE__ */ b("div", { className: "mb-2 flex items-center justify-between", children: a && /* @__PURE__ */ b("h2", { className: "text-base font-bold", children: a }) }),
20460
20461
  /* @__PURE__ */ b("div", { className: "flex", children: r && /* @__PURE__ */ b("div", { className: "w-1/2", children: /* @__PURE__ */ b(
20461
20462
  ri,
20462
20463
  {
@@ -20466,9 +20467,9 @@ const NI = ({
20466
20467
  onChange: (_) => g(_.target.value)
20467
20468
  }
20468
20469
  ) }) }),
20469
- /* @__PURE__ */ K("div", { className: "mt-0", children: [
20470
- /* @__PURE__ */ b("div", { className: "overflow-x-auto", children: /* @__PURE__ */ K(Hr, { children: [
20471
- /* @__PURE__ */ K(
20470
+ /* @__PURE__ */ G("div", { className: "mt-0", children: [
20471
+ /* @__PURE__ */ b("div", { className: "overflow-x-auto", children: /* @__PURE__ */ G(Hr, { children: [
20472
+ /* @__PURE__ */ G(
20472
20473
  Hr.Head,
20473
20474
  {
20474
20475
  className: `mth_head_table ${i}`,
@@ -20494,7 +20495,7 @@ const NI = ({
20494
20495
  {
20495
20496
  className: "cursor-pointer text-xs",
20496
20497
  onClick: () => _.sortable !== !1 && z(_.relation),
20497
- children: /* @__PURE__ */ K("div", { className: "flex items-center", children: [
20498
+ children: /* @__PURE__ */ G("div", { className: "flex items-center", children: [
20498
20499
  _.header,
20499
20500
  _.sortable !== !1 && /* @__PURE__ */ b("span", { children: (w == null ? void 0 : w.key) === _.relation ? w.direction === "desc" ? /* @__PURE__ */ b(Ml, { className: "size-4" }) : /* @__PURE__ */ b(Jh, { className: "size-4" }) : /* @__PURE__ */ b(Ml, { className: "size-4 opacity-50" }) })
20500
20501
  ] })
@@ -20504,7 +20505,7 @@ const NI = ({
20504
20505
  ]
20505
20506
  }
20506
20507
  ),
20507
- /* @__PURE__ */ b(Hr.Body, { className: `divide-y text-xs md:text-base lg:text-base mth_body_table ${s}`, children: y.map((_) => /* @__PURE__ */ K(
20508
+ /* @__PURE__ */ b(Hr.Body, { className: `divide-y text-xs md:text-base lg:text-base mth_body_table ${s}`, children: y.map((_) => /* @__PURE__ */ G(
20508
20509
  Hr.Row,
20509
20510
  {
20510
20511
  className: "bg-white dark:border-gray-700 dark:bg-gray-800",
@@ -20548,7 +20549,7 @@ const NI = ({
20548
20549
  }, _h = {
20549
20550
  "m-image-container": "layoutOutside-module__m-image-container__sCvFu",
20550
20551
  "m-image": "layoutOutside-module__m-image__kZHyH"
20551
- }, II = () => /* @__PURE__ */ K("div", { className: "mt-32", children: [
20552
+ }, II = () => /* @__PURE__ */ G("div", { className: "mt-32", children: [
20552
20553
  /* @__PURE__ */ b(
20553
20554
  Rn,
20554
20555
  {
@@ -20579,7 +20580,7 @@ const NI = ({
20579
20580
  const i = () => {
20580
20581
  e || t(), r(!1);
20581
20582
  };
20582
- return /* @__PURE__ */ b("div", { className: "mb-5", children: /* @__PURE__ */ K("label", { className: ys["checkbox-container"], children: [
20583
+ return /* @__PURE__ */ b("div", { className: "mb-5", children: /* @__PURE__ */ G("label", { className: ys["checkbox-container"], children: [
20583
20584
  /* @__PURE__ */ b(
20584
20585
  "input",
20585
20586
  {
@@ -20613,7 +20614,7 @@ const NI = ({
20613
20614
  { key: "hasUpperCase", text: "Debe tener minimo una letra mayuscula" },
20614
20615
  { key: "hasLowerCase", text: "Debe tener minimo una letra minuscula" },
20615
20616
  { key: "hasSpecialChar", text: "Debe tener minimo un caracter especial" }
20616
- ].map(({ key: n, text: a }) => /* @__PURE__ */ K("li", { className: "flex items-center", children: [
20617
+ ].map(({ key: n, text: a }) => /* @__PURE__ */ G("li", { className: "flex items-center", children: [
20617
20618
  /* @__PURE__ */ b(e, { isValid: t[n] }),
20618
20619
  a
20619
20620
  ] }, n)) });
@@ -20651,8 +20652,8 @@ const NI = ({
20651
20652
  setConfirmPassword: a,
20652
20653
  validations: i
20653
20654
  } = K2();
20654
- return /* @__PURE__ */ K(Vt, { children: [
20655
- /* @__PURE__ */ K("div", { className: "block", children: [
20655
+ return /* @__PURE__ */ G(Vt, { children: [
20656
+ /* @__PURE__ */ G("div", { className: "block", children: [
20656
20657
  /* @__PURE__ */ b(
20657
20658
  vu,
20658
20659
  {
@@ -20666,7 +20667,7 @@ const NI = ({
20666
20667
  ),
20667
20668
  t.errors.password && t.touched.password && /* @__PURE__ */ b("div", { className: "my-2 text-sm text-red-500", children: String(t.errors.password) })
20668
20669
  ] }),
20669
- /* @__PURE__ */ K("div", { className: "block", children: [
20670
+ /* @__PURE__ */ G("div", { className: "block", children: [
20670
20671
  /* @__PURE__ */ b(
20671
20672
  vu,
20672
20673
  {
@@ -20689,15 +20690,15 @@ const NI = ({
20689
20690
  );
20690
20691
  }, a = (i, s = 0) => /* @__PURE__ */ b("ul", { className: "list-none space-y-2", children: i.map((o) => {
20691
20692
  const l = o.subItems && o.subItems.length > 0, c = e.includes(o.id);
20692
- return /* @__PURE__ */ K(
20693
+ return /* @__PURE__ */ G(
20693
20694
  "li",
20694
20695
  {
20695
20696
  className: `
20696
20697
  ${s > 0 ? "ml-7" : ""}
20697
20698
  `,
20698
20699
  children: [
20699
- /* @__PURE__ */ K("div", { className: "flex items-center gap-2 py-1", children: [
20700
- /* @__PURE__ */ K("div", { className: "flex min-w-[48px] items-center gap-1", children: [
20700
+ /* @__PURE__ */ G("div", { className: "flex items-center gap-2 py-1", children: [
20701
+ /* @__PURE__ */ G("div", { className: "flex min-w-[48px] items-center gap-1", children: [
20701
20702
  l && /* @__PURE__ */ b(
20702
20703
  "button",
20703
20704
  {
@@ -20791,7 +20792,7 @@ const NI = ({
20791
20792
  },
20792
20793
  [e, r, n, t]
20793
20794
  );
20794
- return /* @__PURE__ */ b("div", { className: "flex w-full items-center justify-center", children: /* @__PURE__ */ K(
20795
+ return /* @__PURE__ */ b("div", { className: "flex w-full items-center justify-center", children: /* @__PURE__ */ G(
20795
20796
  Cm,
20796
20797
  {
20797
20798
  htmlFor: "dropzone-file",
@@ -20800,7 +20801,7 @@ const NI = ({
20800
20801
  onDragLeave: d,
20801
20802
  onDrop: u,
20802
20803
  children: [
20803
- /* @__PURE__ */ K("div", { className: "flex w-2/4 items-center justify-center pb-6 pt-5", children: [
20804
+ /* @__PURE__ */ G("div", { className: "flex w-2/4 items-center justify-center pb-6 pt-5", children: [
20804
20805
  /* @__PURE__ */ b(
20805
20806
  Rn,
20806
20807
  {
@@ -20811,8 +20812,8 @@ const NI = ({
20811
20812
  height: 74
20812
20813
  }
20813
20814
  ),
20814
- /* @__PURE__ */ K("div", { className: "flex flex-col", children: [
20815
- /* @__PURE__ */ K("p", { className: "mb-2 text-sm font-light text-gray-400 dark:text-gray-400", children: [
20815
+ /* @__PURE__ */ G("div", { className: "flex flex-col", children: [
20816
+ /* @__PURE__ */ G("p", { className: "mb-2 text-sm font-light text-gray-400 dark:text-gray-400", children: [
20816
20817
  /* @__PURE__ */ b("span", { className: "font-bold text-gray-500", children: "Arrastra" }),
20817
20818
  " el feed de datos de tu campaña o",
20818
20819
  " ",
@@ -20820,7 +20821,7 @@ const NI = ({
20820
20821
  " ",
20821
20822
  a
20822
20823
  ] }),
20823
- /* @__PURE__ */ K("p", { className: "text-xs text-gray-500 dark:text-gray-400", children: [
20824
+ /* @__PURE__ */ G("p", { className: "text-xs text-gray-500 dark:text-gray-400", children: [
20824
20825
  /* @__PURE__ */ b("span", { className: "font-semibold", children: "Tipos permitidos:" }),
20825
20826
  " ",
20826
20827
  l(),
@@ -20853,12 +20854,12 @@ function Q2(t) {
20853
20854
  const Z2 = (t) => {
20854
20855
  const e = Math.floor(Math.log(t) / Math.log(1024)), r = ["Bytes", "KB", "MB", "GB", "TB"];
20855
20856
  return `${(t / Math.pow(1024, e)).toFixed(2)} ${r[e]}`;
20856
- }, WI = ({ files: t, onDelete: e }) => /* @__PURE__ */ b("div", { className: "mt-4", children: /* @__PURE__ */ b("ul", { className: "list-disc", children: t.map((r, n) => /* @__PURE__ */ K(
20857
+ }, WI = ({ files: t, onDelete: e }) => /* @__PURE__ */ b("div", { className: "mt-4", children: /* @__PURE__ */ b("ul", { className: "list-disc", children: t.map((r, n) => /* @__PURE__ */ G(
20857
20858
  "div",
20858
20859
  {
20859
20860
  className: "mb-5 flex w-full items-center justify-between rounded-lg border-2 border-dashed border-gray-300 bg-gray-50 p-4 hover:bg-gray-100 dark:border-gray-600 dark:bg-gray-700 dark:hover:border-gray-500 dark:hover:bg-gray-600",
20860
20861
  children: [
20861
- /* @__PURE__ */ K("div", { className: "flex items-center", children: [
20862
+ /* @__PURE__ */ G("div", { className: "flex items-center", children: [
20862
20863
  /* @__PURE__ */ b(
20863
20864
  Rn,
20864
20865
  {
@@ -20870,7 +20871,7 @@ const Z2 = (t) => {
20870
20871
  ),
20871
20872
  /* @__PURE__ */ b("li", { className: "text-base font-semibold text-gray-700", children: r.name })
20872
20873
  ] }),
20873
- /* @__PURE__ */ K("div", { className: "mx-4 flex items-center", children: [
20874
+ /* @__PURE__ */ G("div", { className: "mx-4 flex items-center", children: [
20874
20875
  /* @__PURE__ */ b("span", { className: "flex text-sm", children: Z2(r.size) }),
20875
20876
  /* @__PURE__ */ b(
20876
20877
  Q2,
@@ -20883,7 +20884,7 @@ const Z2 = (t) => {
20883
20884
  ]
20884
20885
  },
20885
20886
  n
20886
- )) }) }), zI = ({ description: t = "" }) => /* @__PURE__ */ K("div", { className: "flex flex-col items-center justify-center", children: [
20887
+ )) }) }), zI = ({ description: t = "" }) => /* @__PURE__ */ G("div", { className: "flex flex-col items-center justify-center", children: [
20887
20888
  /* @__PURE__ */ b(
20888
20889
  "img",
20889
20890
  {
@@ -20920,8 +20921,8 @@ function jI({
20920
20921
  const w = p.target.value;
20921
20922
  d(w), l == null || l(w);
20922
20923
  }, h = (m = t.find((p) => p.id === c)) == null ? void 0 : m.content;
20923
- return /* @__PURE__ */ K("div", { className: `${e} tabs-container`, children: [
20924
- /* @__PURE__ */ K("div", { className: "mb-4 sm:hidden", children: [
20924
+ return /* @__PURE__ */ G("div", { className: `${e} tabs-container`, children: [
20925
+ /* @__PURE__ */ G("div", { className: "mb-4 sm:hidden", children: [
20925
20926
  /* @__PURE__ */ b("label", { htmlFor: "tabs-select", className: "sr-only", children: "Selecciona una pestaña" }),
20926
20927
  /* @__PURE__ */ b(
20927
20928
  "select",
@@ -20936,7 +20937,7 @@ function jI({
20936
20937
  ] }),
20937
20938
  /* @__PURE__ */ b("ul", { className: `${r} hidden text-sm font-medium text-center text-gray-500 rounded-lg shadow-sm sm:flex dark:divide-gray-700 dark:text-gray-400`, children: t.map((p) => {
20938
20939
  const w = c === p.id, x = () => w && a ? a : !w && i ? i : {};
20939
- return /* @__PURE__ */ b("li", { className: "w-full focus-within:z-10", children: /* @__PURE__ */ K(
20940
+ return /* @__PURE__ */ b("li", { className: "w-full focus-within:z-10", children: /* @__PURE__ */ G(
20940
20941
  "button",
20941
20942
  {
20942
20943
  onClick: () => u(p.id),
@@ -21108,7 +21109,7 @@ function rC() {
21108
21109
  function q(B) {
21109
21110
  return v(B) === r;
21110
21111
  }
21111
- function G(B) {
21112
+ function K(B) {
21112
21113
  return v(B) === i;
21113
21114
  }
21114
21115
  function J(B) {
@@ -21117,7 +21118,7 @@ function rC() {
21117
21118
  function ne(B) {
21118
21119
  return v(B) === u;
21119
21120
  }
21120
- ke.AsyncMode = y, ke.ConcurrentMode = O, ke.ContextConsumer = P, ke.ContextProvider = M, ke.Element = T, ke.ForwardRef = C, ke.Fragment = z, ke.Lazy = F, ke.Memo = _, ke.Portal = S, ke.Profiler = E, ke.StrictMode = L, ke.Suspense = H, ke.isAsyncMode = Z, ke.isConcurrentMode = R, ke.isContextConsumer = j, ke.isContextProvider = A, ke.isElement = I, ke.isForwardRef = N, ke.isFragment = D, ke.isLazy = $, ke.isMemo = X, ke.isPortal = q, ke.isProfiler = G, ke.isStrictMode = J, ke.isSuspense = ne, ke.isValidElementType = k, ke.typeOf = v;
21121
+ ke.AsyncMode = y, ke.ConcurrentMode = O, ke.ContextConsumer = P, ke.ContextProvider = M, ke.Element = T, ke.ForwardRef = C, ke.Fragment = z, ke.Lazy = F, ke.Memo = _, ke.Portal = S, ke.Profiler = E, ke.StrictMode = L, ke.Suspense = H, ke.isAsyncMode = Z, ke.isConcurrentMode = R, ke.isContextConsumer = j, ke.isContextProvider = A, ke.isElement = I, ke.isForwardRef = N, ke.isFragment = D, ke.isLazy = $, ke.isMemo = X, ke.isPortal = q, ke.isProfiler = K, ke.isStrictMode = J, ke.isSuspense = ne, ke.isValidElementType = k, ke.typeOf = v;
21121
21122
  }()), ke;
21122
21123
  }
21123
21124
  var Ch;
@@ -21290,7 +21291,7 @@ function iC() {
21290
21291
  function p(R) {
21291
21292
  if (process.env.NODE_ENV !== "production")
21292
21293
  var j = {}, A = 0;
21293
- function I(D, $, X, q, G, J, ne) {
21294
+ function I(D, $, X, q, K, J, ne) {
21294
21295
  if (q = q || f, J = J || X, ne !== r) {
21295
21296
  if (l) {
21296
21297
  var B = new Error(
@@ -21305,15 +21306,15 @@ function iC() {
21305
21306
  ), j[ae] = !0, A++);
21306
21307
  }
21307
21308
  }
21308
- return $[X] == null ? D ? $[X] === null ? new m("The " + G + " `" + J + "` is marked as required " + ("in `" + q + "`, but its value is `null`.")) : new m("The " + G + " `" + J + "` is marked as required in " + ("`" + q + "`, but its value is `undefined`.")) : null : R($, X, q, G, J);
21309
+ return $[X] == null ? D ? $[X] === null ? new m("The " + K + " `" + J + "` is marked as required " + ("in `" + q + "`, but its value is `null`.")) : new m("The " + K + " `" + J + "` is marked as required in " + ("`" + q + "`, but its value is `undefined`.")) : null : R($, X, q, K, J);
21309
21310
  }
21310
21311
  var N = I.bind(null, !1);
21311
21312
  return N.isRequired = I.bind(null, !0), N;
21312
21313
  }
21313
21314
  function w(R) {
21314
21315
  function j(A, I, N, D, $, X) {
21315
- var q = A[I], G = L(q);
21316
- if (G !== R) {
21316
+ var q = A[I], K = L(q);
21317
+ if (K !== R) {
21317
21318
  var J = H(q);
21318
21319
  return new m(
21319
21320
  "Invalid " + D + " `" + $ + "` of type " + ("`" + J + "` supplied to `" + N + "`, expected ") + ("`" + R + "`."),
@@ -21336,8 +21337,8 @@ function iC() {
21336
21337
  var q = L(X);
21337
21338
  return new m("Invalid " + D + " `" + $ + "` of type " + ("`" + q + "` supplied to `" + N + "`, expected an array."));
21338
21339
  }
21339
- for (var G = 0; G < X.length; G++) {
21340
- var J = R(X, G, N, D, $ + "[" + G + "]", r);
21340
+ for (var K = 0; K < X.length; K++) {
21341
+ var J = R(X, K, N, D, $ + "[" + K + "]", r);
21341
21342
  if (J instanceof Error)
21342
21343
  return J;
21343
21344
  }
@@ -21386,11 +21387,11 @@ function iC() {
21386
21387
  for (var X = A[I], q = 0; q < R.length; q++)
21387
21388
  if (g(X, R[q]))
21388
21389
  return null;
21389
- var G = JSON.stringify(R, function(ne, B) {
21390
+ var K = JSON.stringify(R, function(ne, B) {
21390
21391
  var ae = H(B);
21391
21392
  return ae === "symbol" ? String(B) : B;
21392
21393
  });
21393
- return new m("Invalid " + D + " `" + $ + "` of value `" + String(X) + "` " + ("supplied to `" + N + "`, expected one of " + G + "."));
21394
+ return new m("Invalid " + D + " `" + $ + "` of value `" + String(X) + "` " + ("supplied to `" + N + "`, expected one of " + K + "."));
21394
21395
  }
21395
21396
  return p(j);
21396
21397
  }
@@ -21401,9 +21402,9 @@ function iC() {
21401
21402
  var X = A[I], q = L(X);
21402
21403
  if (q !== "object")
21403
21404
  return new m("Invalid " + D + " `" + $ + "` of type " + ("`" + q + "` supplied to `" + N + "`, expected an object."));
21404
- for (var G in X)
21405
- if (n(X, G)) {
21406
- var J = R(X, G, N, D, $ + "." + G, r);
21405
+ for (var K in X)
21406
+ if (n(X, K)) {
21407
+ var J = R(X, K, N, D, $ + "." + K, r);
21407
21408
  if (J instanceof Error)
21408
21409
  return J;
21409
21410
  }
@@ -21422,13 +21423,13 @@ function iC() {
21422
21423
  ), s;
21423
21424
  }
21424
21425
  function I(N, D, $, X, q) {
21425
- for (var G = [], J = 0; J < R.length; J++) {
21426
+ for (var K = [], J = 0; J < R.length; J++) {
21426
21427
  var ne = R[J], B = ne(N, D, $, X, q, r);
21427
21428
  if (B == null)
21428
21429
  return null;
21429
- B.data && n(B.data, "expectedType") && G.push(B.data.expectedType);
21430
+ B.data && n(B.data, "expectedType") && K.push(B.data.expectedType);
21430
21431
  }
21431
- var ae = G.length > 0 ? ", expected one of type [" + G.join(", ") + "]" : "";
21432
+ var ae = K.length > 0 ? ", expected one of type [" + K.join(", ") + "]" : "";
21432
21433
  return new m("Invalid " + X + " `" + q + "` supplied to " + ("`" + $ + "`" + ae + "."));
21433
21434
  }
21434
21435
  return p(I);
@@ -21449,11 +21450,11 @@ function iC() {
21449
21450
  var X = A[I], q = L(X);
21450
21451
  if (q !== "object")
21451
21452
  return new m("Invalid " + D + " `" + $ + "` of type `" + q + "` " + ("supplied to `" + N + "`, expected `object`."));
21452
- for (var G in R) {
21453
- var J = R[G];
21453
+ for (var K in R) {
21454
+ var J = R[K];
21454
21455
  if (typeof J != "function")
21455
- return z(N, D, $, G, H(J));
21456
- var ne = J(X, G, N, D, $ + "." + G, r);
21456
+ return z(N, D, $, K, H(J));
21457
+ var ne = J(X, K, N, D, $ + "." + K, r);
21457
21458
  if (ne)
21458
21459
  return ne;
21459
21460
  }
@@ -21466,8 +21467,8 @@ function iC() {
21466
21467
  var X = A[I], q = L(X);
21467
21468
  if (q !== "object")
21468
21469
  return new m("Invalid " + D + " `" + $ + "` of type `" + q + "` " + ("supplied to `" + N + "`, expected `object`."));
21469
- var G = e({}, A[I], R);
21470
- for (var J in G) {
21470
+ var K = e({}, A[I], R);
21471
+ for (var J in K) {
21471
21472
  var ne = R[J];
21472
21473
  if (n(R, J) && typeof ne != "function")
21473
21474
  return z(N, D, $, J, H(ne));
@@ -26824,12 +26825,12 @@ var uy = {};
26824
26825
  var N = I.props.axis, D = I.scrollParent;
26825
26826
  return D === window ? window[O[N]] : D[v[N]];
26826
26827
  }, R = function(I, N) {
26827
- var D = I.length, $ = I.minSize, X = I.type, q = N.from, G = N.size, J = N.itemsPerRow;
26828
- G = Math.max(G, $);
26829
- var ne = G % J;
26830
- return ne && (G += J - ne), G > D && (G = D), q = X === "simple" || !q ? 0 : Math.max(Math.min(q, D - G), 0), (ne = q % J) && (q -= ne, G += ne), q === N.from && G === N.size ? N : p(p({}, N), {}, {
26828
+ var D = I.length, $ = I.minSize, X = I.type, q = N.from, K = N.size, J = N.itemsPerRow;
26829
+ K = Math.max(K, $);
26830
+ var ne = K % J;
26831
+ return ne && (K += J - ne), K > D && (K = D), q = X === "simple" || !q ? 0 : Math.max(Math.min(q, D - K), 0), (ne = q % J) && (q -= ne, K += ne), q === N.from && K === N.size ? N : p(p({}, N), {}, {
26831
26832
  from: q,
26832
- size: G
26833
+ size: K
26833
26834
  });
26834
26835
  }, j = e.default = /* @__PURE__ */ function(A) {
26835
26836
  function I(N) {
@@ -26892,7 +26893,7 @@ var uy = {};
26892
26893
  // always return document.documentElement[scrollKey] as 0, so take
26893
26894
  // whichever has a value.
26894
26895
  document.body[X] || document.documentElement[X]
26895
- ) : D[X], G = this.getScrollSize() - this.props.scrollParentViewportSizeGetter(this), J = Math.max(0, Math.min(q, G)), ne = this.getEl();
26896
+ ) : D[X], K = this.getScrollSize() - this.props.scrollParentViewportSizeGetter(this), J = Math.max(0, Math.min(q, K)), ne = this.getEl();
26896
26897
  return this.cachedScrollPosition = this.getOffset(D) + J - this.getOffset(ne), this.cachedScrollPosition;
26897
26898
  }
26898
26899
  }, {
@@ -26905,8 +26906,8 @@ var uy = {};
26905
26906
  }, {
26906
26907
  key: "getScrollSize",
26907
26908
  value: function() {
26908
- var D = this.scrollParent, $ = document, X = $.body, q = $.documentElement, G = C[this.props.axis];
26909
- return D === window ? Math.max(X[G], q[G]) : D[G];
26909
+ var D = this.scrollParent, $ = document, X = $.body, q = $.documentElement, K = C[this.props.axis];
26910
+ return D === window ? Math.max(X[K], q[K]) : D[K];
26910
26911
  }
26911
26912
  }, {
26912
26913
  key: "hasDeterminateSize",
@@ -26926,22 +26927,22 @@ var uy = {};
26926
26927
  }, {
26927
26928
  key: "getItemSizeAndItemsPerRow",
26928
26929
  value: function() {
26929
- var D = this.props, $ = D.axis, X = D.useStaticSize, q = this.state, G = q.itemSize, J = q.itemsPerRow;
26930
- if (X && G && J)
26930
+ var D = this.props, $ = D.axis, X = D.useStaticSize, q = this.state, K = q.itemSize, J = q.itemsPerRow;
26931
+ if (X && K && J)
26931
26932
  return {
26932
- itemSize: G,
26933
+ itemSize: K,
26933
26934
  itemsPerRow: J
26934
26935
  };
26935
26936
  var ne = this.items.children;
26936
26937
  if (!ne.length) return {};
26937
- var B = ne[0], ae = B[P[$]], re = Math.abs(ae - G);
26938
- if ((isNaN(re) || re >= 1) && (G = ae), !G) return {};
26938
+ var B = ne[0], ae = B[P[$]], re = Math.abs(ae - K);
26939
+ if ((isNaN(re) || re >= 1) && (K = ae), !K) return {};
26939
26940
  var le = M[$], fe = B[le];
26940
26941
  J = 1;
26941
26942
  for (var de = ne[J]; de && de[le] === fe; de = ne[J])
26942
26943
  ++J;
26943
26944
  return {
26944
- itemSize: G,
26945
+ itemSize: K,
26945
26946
  itemsPerRow: J
26946
26947
  };
26947
26948
  }
@@ -26977,12 +26978,12 @@ var uy = {};
26977
26978
  }, {
26978
26979
  key: "updateSimpleFrame",
26979
26980
  value: function(D) {
26980
- var $ = this.getStartAndEnd(), X = $.end, q = this.items.children, G = 0;
26981
+ var $ = this.getStartAndEnd(), X = $.end, q = this.items.children, K = 0;
26981
26982
  if (q.length) {
26982
26983
  var J = this.props.axis, ne = q[0], B = q[q.length - 1];
26983
- G = this.getOffset(B) + B[P[J]] - this.getOffset(ne);
26984
+ K = this.getOffset(B) + B[P[J]] - this.getOffset(ne);
26984
26985
  }
26985
- if (G > X) return D();
26986
+ if (K > X) return D();
26986
26987
  var ae = this.props, re = ae.pageSize, le = ae.length, fe = Math.min(this.state.size + re, le);
26987
26988
  this.maybeSetState({
26988
26989
  size: fe
@@ -26992,7 +26993,7 @@ var uy = {};
26992
26993
  key: "updateVariableFrame",
26993
26994
  value: function(D) {
26994
26995
  this.props.itemSizeGetter || this.cacheSizes();
26995
- for (var $ = this.getStartAndEnd(), X = $.start, q = $.end, G = this.props, J = G.length, ne = G.pageSize, B = 0, ae = 0, re = 0, le = J - 1; ae < le; ) {
26996
+ for (var $ = this.getStartAndEnd(), X = $.start, q = $.end, K = this.props, J = K.length, ne = K.pageSize, B = 0, ae = 0, re = 0, le = J - 1; ae < le; ) {
26996
26997
  var fe = this.getSizeOfItem(ae);
26997
26998
  if (fe == null || B + fe > X) break;
26998
26999
  B += fe, ++ae;
@@ -27016,7 +27017,7 @@ var uy = {};
27016
27017
  value: function(D) {
27017
27018
  var $ = this.getItemSizeAndItemsPerRow(), X = $.itemSize, q = $.itemsPerRow;
27018
27019
  if (!X || !q) return D();
27019
- var G = this.getStartAndEnd(), J = G.start, ne = G.end, B = R(this.props, {
27020
+ var K = this.getStartAndEnd(), J = K.start, ne = K.end, B = R(this.props, {
27020
27021
  from: Math.floor(J / X) * q,
27021
27022
  size: (Math.ceil((ne - J) / X) + 1) * q,
27022
27023
  itemsPerRow: q
@@ -27033,9 +27034,9 @@ var uy = {};
27033
27034
  value: function(D) {
27034
27035
  var $ = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
27035
27036
  if ($[D] != null) return $[D];
27036
- var X = this.state, q = X.itemSize, G = X.itemsPerRow;
27037
+ var X = this.state, q = X.itemSize, K = X.itemsPerRow;
27037
27038
  if (q)
27038
- return $[D] = Math.floor(D / G) * q;
27039
+ return $[D] = Math.floor(D / K) * q;
27039
27040
  for (var J = D; J > 0 && $[--J] == null; ) ;
27040
27041
  for (var ne = $[J] || 0, B = J; B < D; ++B) {
27041
27042
  $[B] = ne;
@@ -27048,19 +27049,19 @@ var uy = {};
27048
27049
  }, {
27049
27050
  key: "cacheSizes",
27050
27051
  value: function() {
27051
- for (var D = this.cache, $ = this.state.from, X = this.items.children, q = P[this.props.axis], G = 0, J = X.length; G < J; ++G)
27052
- D[$ + G] = X[G][q];
27052
+ for (var D = this.cache, $ = this.state.from, X = this.items.children, q = P[this.props.axis], K = 0, J = X.length; K < J; ++K)
27053
+ D[$ + K] = X[K][q];
27053
27054
  }
27054
27055
  }, {
27055
27056
  key: "getSizeOfItem",
27056
27057
  value: function(D) {
27057
- var $ = this.cache, X = this.items, q = this.props, G = q.axis, J = q.itemSizeGetter, ne = q.itemSizeEstimator, B = q.type, ae = this.state, re = ae.from, le = ae.itemSize, fe = ae.size;
27058
+ var $ = this.cache, X = this.items, q = this.props, K = q.axis, J = q.itemSizeGetter, ne = q.itemSizeEstimator, B = q.type, ae = this.state, re = ae.from, le = ae.itemSize, fe = ae.size;
27058
27059
  if (le) return le;
27059
27060
  if (J) return J(D);
27060
27061
  if (D in $) return $[D];
27061
27062
  if (B === "simple" && D >= re && D < re + fe && X) {
27062
27063
  var de = X.children[D - re];
27063
- if (de) return de[P[G]];
27064
+ if (de) return de[P[K]];
27064
27065
  }
27065
27066
  if (ne) return ne(D, $);
27066
27067
  }
@@ -27072,23 +27073,23 @@ var uy = {};
27072
27073
  }, {
27073
27074
  key: "scrollAround",
27074
27075
  value: function(D) {
27075
- var $ = this.getScrollPosition(), X = this.getSpaceBefore(D), q = X - this.props.scrollParentViewportSizeGetter(this) + this.getSizeOfItem(D), G = Math.min(q, X), J = Math.max(q, X);
27076
- if ($ <= G) return this.setScroll(G);
27076
+ var $ = this.getScrollPosition(), X = this.getSpaceBefore(D), q = X - this.props.scrollParentViewportSizeGetter(this) + this.getSizeOfItem(D), K = Math.min(q, X), J = Math.max(q, X);
27077
+ if ($ <= K) return this.setScroll(K);
27077
27078
  if ($ > J) return this.setScroll(J);
27078
27079
  }
27079
27080
  }, {
27080
27081
  key: "getVisibleRange",
27081
27082
  value: function() {
27082
- for (var D = this.state, $ = D.from, X = D.size, q = this.getStartAndEnd(0), G = q.start, J = q.end, ne = {}, B, ae, re = $; re < $ + X; ++re) {
27083
+ for (var D = this.state, $ = D.from, X = D.size, q = this.getStartAndEnd(0), K = q.start, J = q.end, ne = {}, B, ae, re = $; re < $ + X; ++re) {
27083
27084
  var le = this.getSpaceBefore(re, ne), fe = le + this.getSizeOfItem(re);
27084
- B == null && fe > G && (B = re), B != null && le < J && (ae = re);
27085
+ B == null && fe > K && (B = re), B != null && le < J && (ae = re);
27085
27086
  }
27086
27087
  return [B, ae];
27087
27088
  }
27088
27089
  }, {
27089
27090
  key: "renderItems",
27090
27091
  value: function() {
27091
- for (var D = this, $ = this.props, X = $.itemRenderer, q = $.itemsRenderer, G = this.state, J = G.from, ne = G.size, B = [], ae = 0; ae < ne; ++ae) B.push(X(J + ae, ae));
27092
+ for (var D = this, $ = this.props, X = $.itemRenderer, q = $.itemsRenderer, K = this.state, J = K.from, ne = K.size, B = [], ae = 0; ae < ne; ++ae) B.push(X(J + ae, ae));
27092
27093
  return q(B, function(re) {
27093
27094
  return D.items = re;
27094
27095
  });
@@ -27096,8 +27097,8 @@ var uy = {};
27096
27097
  }, {
27097
27098
  key: "render",
27098
27099
  value: function() {
27099
- var D = this, $ = this.props, X = $.axis, q = $.length, G = $.type, J = $.useTranslate3d, ne = this.state, B = ne.from, ae = ne.itemsPerRow, re = this.renderItems();
27100
- if (G === "simple") return re;
27100
+ var D = this, $ = this.props, X = $.axis, q = $.length, K = $.type, J = $.useTranslate3d, ne = this.state, B = ne.from, ae = ne.itemsPerRow, re = this.renderItems();
27101
+ if (K === "simple") return re;
27101
27102
  var le = {
27102
27103
  position: "relative"
27103
27104
  }, fe = {}, de = Math.ceil(q / ae) * ae, ie = this.getSpaceBefore(de, fe);
@@ -29330,8 +29331,8 @@ const jN = {
29330
29331
  }) => {
29331
29332
  const [i, s] = me([
29332
29333
  {
29333
- startDate: /* @__PURE__ */ new Date(),
29334
- endDate: Yt(/* @__PURE__ */ new Date(), 6),
29334
+ startDate: Yt(/* @__PURE__ */ new Date(), -6),
29335
+ endDate: /* @__PURE__ */ new Date(),
29335
29336
  key: "selection"
29336
29337
  }
29337
29338
  ]), [o, l] = me(!1), [c, d] = me({}), u = Kt(null), f = Kt(null), h = a ?? yI, g = t ? [{ ...t, key: "selection" }] : i;
@@ -29359,7 +29360,7 @@ const jN = {
29359
29360
  u.current && !u.current.contains(v.target) && f.current && !f.current.contains(v.target) && l(!1);
29360
29361
  };
29361
29362
  return document.addEventListener("mousedown", k), () => document.removeEventListener("mousedown", k);
29362
- }, [o]), /* @__PURE__ */ K("div", { className: Sr["date-container"], children: [
29363
+ }, [o]), /* @__PURE__ */ G("div", { className: Sr["date-container"], children: [
29363
29364
  /* @__PURE__ */ b(
29364
29365
  "input",
29365
29366
  {
@@ -29371,14 +29372,14 @@ const jN = {
29371
29372
  className: Sr["date-input"]
29372
29373
  }
29373
29374
  ),
29374
- o && /* @__PURE__ */ K(
29375
+ o && /* @__PURE__ */ G(
29375
29376
  "div",
29376
29377
  {
29377
29378
  ref: u,
29378
29379
  className: Sr["date-popup"],
29379
29380
  style: c,
29380
29381
  children: [
29381
- /* @__PURE__ */ K("div", { className: Sr["date-menu"], children: [
29382
+ /* @__PURE__ */ G("div", { className: Sr["date-menu"], children: [
29382
29383
  h.map((k, v) => /* @__PURE__ */ b(
29383
29384
  "div",
29384
29385
  {
@@ -29434,7 +29435,7 @@ const jN = {
29434
29435
  "ball-container": "loader-module__ball-container__qDvi5",
29435
29436
  ball: wI
29436
29437
  }, VI = function() {
29437
- return /* @__PURE__ */ b("div", { className: bn["loader-wrapper"], children: /* @__PURE__ */ b("div", { className: bn.container, children: /* @__PURE__ */ K("div", { className: bn["mathilde-loading"], children: [
29438
+ return /* @__PURE__ */ b("div", { className: bn["loader-wrapper"], children: /* @__PURE__ */ b("div", { className: bn.container, children: /* @__PURE__ */ G("div", { className: bn["mathilde-loading"], children: [
29438
29439
  /* @__PURE__ */ b(
29439
29440
  "img",
29440
29441
  {
@@ -29474,7 +29475,7 @@ const jN = {
29474
29475
  k.value || k.label
29475
29476
  )), w = () => /* @__PURE__ */ b("div", { className: `grid min-w-[200px] gap-2 p-2 ${o === 1 ? "grid-cols-1" : o === 2 ? "grid-cols-2" : o === 3 ? "grid-cols-3" : o === 4 ? "grid-cols-4" : "grid-cols-2"}`, children: r.map((v) => {
29476
29477
  const y = v.value || v.label, O = h.includes(y);
29477
- return /* @__PURE__ */ K(
29478
+ return /* @__PURE__ */ G(
29478
29479
  "label",
29479
29480
  {
29480
29481
  className: "flex cursor-pointer items-center gap-2 rounded p-2 hover:bg-gray-100",
@@ -29486,10 +29487,10 @@ const jN = {
29486
29487
  checked: O,
29487
29488
  onChange: (P) => m(y, P.target.checked),
29488
29489
  disabled: v.disabled,
29489
- className: "size-4 rounded border-gray-300 bg-gray-100 text-blue-600 focus:ring-blue-500"
29490
+ className: "size-3 rounded border-gray-300 bg-gray-100 text-blue-600 focus:ring-blue-500"
29490
29491
  }
29491
29492
  ),
29492
- /* @__PURE__ */ b("span", { className: `text-sm ${v.disabled ? "text-gray-400" : "text-gray-700"}`, children: v.label })
29493
+ /* @__PURE__ */ b("span", { className: `text-xs ${v.disabled ? "text-gray-400" : "text-black"}`, children: v.label })
29493
29494
  ]
29494
29495
  },
29495
29496
  y
@@ -29507,7 +29508,7 @@ const jN = {
29507
29508
  className: a,
29508
29509
  style: i,
29509
29510
  type: "button",
29510
- children: /* @__PURE__ */ K("span", { className: "flex items-center gap-2", children: [
29511
+ children: /* @__PURE__ */ G("span", { className: "flex items-center gap-2", children: [
29511
29512
  x(u),
29512
29513
  t,
29513
29514
  d && x(cc)
@@ -29518,6 +29519,15 @@ const jN = {
29518
29519
  children: s === "simple" ? p() : w()
29519
29520
  }
29520
29521
  ) });
29522
+ }, UI = function({ steps: t }) {
29523
+ return /* @__PURE__ */ b("ol", { className: "relative border-s-2 border-[#191960] text-gray-500 dark:border-gray-700 dark:text-gray-400", children: t.map((e, r) => {
29524
+ const n = r === t.length - 1, a = e.status === "completed";
29525
+ return /* @__PURE__ */ G("li", { className: `ms-4 ${n ? "" : "mb-8"}`, children: [
29526
+ /* @__PURE__ */ b("span", { className: `absolute -start-1.5 mt-1 flex size-2.5 items-center justify-center rounded-full ring-1 ${a ? "bg-[#191960] ring-[#191960]" : "bg-[#C0D4FF] ring-[#C0D4FF]"}` }),
29527
+ /* @__PURE__ */ b("h3", { className: `mt-0 p-0 text-sm font-medium leading-tight
29528
+ ${a ? "text-black" : "text-gray-600"}`, children: e.title })
29529
+ ] }, e.title);
29530
+ }) });
29521
29531
  };
29522
29532
  export {
29523
29533
  DI as ButtonFormat,
@@ -29542,6 +29552,7 @@ export {
29542
29552
  pk as SelectForm,
29543
29553
  RI as SidebarPro,
29544
29554
  zI as Spinner,
29555
+ UI as Stepper,
29545
29556
  NI as TableComponent,
29546
29557
  LI as TableOfContents,
29547
29558
  jI as TabsComponent,