@g4rcez/components 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -9009,16 +9009,18 @@ const ow = 200, cP = 500, Ua = () => {
9009
9009
  warn: "bg-button-warn-bg text-button-warn-text",
9010
9010
  muted: "bg-button-muted-bg text-button-muted-text",
9011
9011
  danger: "bg-button-danger-bg text-button-danger-text",
9012
- neutral: "bg-transparent border-2 border-card-border",
9012
+ neutral: "bg-transparent border-1 border-card-border",
9013
9013
  primary: "bg-button-primary-bg text-button-primary-text",
9014
9014
  success: "bg-button-success-bg text-button-success-text",
9015
9015
  secondary: "bg-button-secondary-bg text-button-secondary-text",
9016
- "ghost-info": "bg-transparent hover:bg-info/20 border border-info text-info",
9017
- "ghost-warn": "bg-transparent hover:bg-warn/20 border border-warn text-warn",
9018
- "ghost-danger": "bg-transparent hover:bg-danger/20 border border-danger text-danger",
9019
- "ghost-primary": "bg-transparent hover:bg-primary/20 border border-primary text-primary",
9020
- "ghost-success": "bg-transparent hover:bg-success/20 border border-success text-success",
9021
- "ghost-secondary": "bg-transparent hover:bg-secondary/20 border border-secondary text-secondary"
9016
+ "ghost-info": "bg-transparent hover:bg-info/20 border-0 border-transparent text-info",
9017
+ "ghost-warn": "bg-transparent hover:bg-warn/20 border-0 border-transparent text-warn",
9018
+ "ghost-danger": "bg-transparent hover:bg-danger/20 border-0 border-transparent text-danger",
9019
+ "ghost-primary": "bg-transparent hover:bg-primary/20 border-0 border-transparent text-primary",
9020
+ "ghost-success": "bg-transparent hover:bg-success/20 border-0 border-transparent text-success",
9021
+ "ghost-secondary": "bg-transparent hover:bg-secondary/20 border-0 border-transparent text-secondary",
9022
+ "ghost-muted": "bg-transparent hover:bg-muted/20 border-0 border-transparent text-muted-foreground",
9023
+ "ghost-neutral": "bg-transparent border-0 border-card-border"
9022
9024
  }
9023
9025
  }, hP = Ii(
9024
9026
  "relative overflow-hidden inline-flex duration-500 enabled:hover:bg-opacity-70 enabled:focus:bg-opacity-70 data-[loading=true]:opacity-30 data-[loading=true]:animate-pulse gap-1.5 items-center justify-center align-middle cursor-pointer whitespace-nowrap font-medium transition-colors ease-in disabled:cursor-not-allowed disabled:bg-opacity-40 disabled:text-opacity-80 focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-ring",
@@ -22254,7 +22256,7 @@ const UH = (e) => {
22254
22256
  ) })
22255
22257
  }
22256
22258
  ) : null });
22257
- }), eW = (e) => /* @__PURE__ */ X("div", { className: "divide-y divide-card-border rounded-card border border-card-border bg-card-background shadow-shadow-card", children: [
22259
+ }), e5 = (e) => /* @__PURE__ */ X("div", { className: "divide-y divide-card-border rounded-card border border-card-border bg-card-background shadow-shadow-card", children: [
22258
22260
  /* @__PURE__ */ X("header", { className: "flex items-start gap-4 p-6", children: [
22259
22261
  /* @__PURE__ */ x("div", { className: Me("flex aspect-square size-10 items-center justify-center rounded-card bg-primary p-8", e.iconContainer), children: /* @__PURE__ */ x("div", { children: /* @__PURE__ */ x(e.Icon, { className: "aspect-square size-10 text-primary-foreground" }) }) }),
22260
22262
  /* @__PURE__ */ X("div", { className: "flex flex-col gap-1", children: [
@@ -22469,7 +22471,7 @@ const _T = (e = "") => Me(
22469
22471
  ) }) }) })
22470
22472
  ] });
22471
22473
  }
22472
- ), tW = de.forwardRef(
22474
+ ), t5 = de.forwardRef(
22473
22475
  ({ title: e, Right: t, disabled: n, children: r, ...o }, i) => {
22474
22476
  const a = tt(Lf), s = U0({ label: n ? null : e }), l = Yr(), c = s.index === a.activeIndex;
22475
22477
  return /* @__PURE__ */ X(
@@ -22500,7 +22502,7 @@ const _T = (e = "") => Me(
22500
22502
  }
22501
22503
  );
22502
22504
  }
22503
- ), nW = de.forwardRef((e, t) => Gr() === null ? /* @__PURE__ */ x(VA, { children: /* @__PURE__ */ x(xb, { ...e, isParent: !0, ref: t }) }) : /* @__PURE__ */ x(xb, { ...e, isParent: !1, ref: t })), NT = dt(
22505
+ ), n5 = de.forwardRef((e, t) => Gr() === null ? /* @__PURE__ */ x(VA, { children: /* @__PURE__ */ x(xb, { ...e, isParent: !0, ref: t }) }) : /* @__PURE__ */ x(xb, { ...e, isParent: !1, ref: t })), NT = dt(
22504
22506
  ({ children: e, asTask: t = !1, labelClassName: n, loading: r, error: o, className: i = "", size: a, container: s, ...l }, c) => {
22505
22507
  const u = l.disabled || r;
22506
22508
  return /* @__PURE__ */ X(
@@ -22536,7 +22538,7 @@ const _T = (e = "") => Me(
22536
22538
  }
22537
22539
  );
22538
22540
  }
22539
- ), rW = ({ children: e, className: t = "", size: n, ...r }) => /* @__PURE__ */ X(
22541
+ ), r5 = ({ children: e, className: t = "", size: n, ...r }) => /* @__PURE__ */ X(
22540
22542
  "label",
22541
22543
  {
22542
22544
  "data-component": "radiobox",
@@ -22559,7 +22561,7 @@ const _T = (e = "") => Me(
22559
22561
  e
22560
22562
  ]
22561
22563
  }
22562
- ), oW = sw(
22564
+ ), o5 = sw(
22563
22565
  "textarea",
22564
22566
  "textarea",
22565
22567
  { container: "w-full" },
@@ -22804,7 +22806,7 @@ const _T = (e = "") => Me(
22804
22806
  ) : null }) }) })
22805
22807
  ] });
22806
22808
  }
22807
- ), iW = (e) => {
22809
+ ), i5 = (e) => {
22808
22810
  const [t, n] = nF();
22809
22811
  return Ee(() => {
22810
22812
  const r = t.current;
@@ -22822,13 +22824,13 @@ const _T = (e = "") => Me(
22822
22824
  };
22823
22825
  return r.addEventListener("change", o), () => r.removeEventListener("change", o);
22824
22826
  }, []), /* @__PURE__ */ x("fieldset", { ...e, "data-component": "task-list", ref: t });
22825
- }, aW = (e) => /* @__PURE__ */ x("p", { ...e, className: Me("text-base leading-snug", e.className) }), sW = (e) => /* @__PURE__ */ x("p", { ...e, className: Me("mb-kilo text-sm text-secondary", e.className) }), lW = (e) => /* @__PURE__ */ x("div", { className: Me(`flex ${e.row ? "flex-row items-center" : "flex-col"} gap-1`, e.className), children: /* @__PURE__ */ X(Xe, { children: [
22827
+ }, a5 = (e) => /* @__PURE__ */ x("p", { ...e, className: Me("text-base leading-snug", e.className) }), s5 = (e) => /* @__PURE__ */ x("p", { ...e, className: Me("mb-kilo text-sm text-secondary", e.className) }), l5 = (e) => /* @__PURE__ */ x("div", { className: Me(`flex ${e.row ? "flex-row items-center" : "flex-col"} gap-1`, e.className), children: /* @__PURE__ */ X(Xe, { children: [
22826
22828
  /* @__PURE__ */ x("span", { className: "text-sm font-medium tracking-wide", children: e.row ? `${e.label}:` : e.label }),
22827
22829
  /* @__PURE__ */ x("span", { className: Me(e.disabled ? "text-disabled" : "", e.row ? "text-base w-fit" : "w-full text-lg"), children: e.children })
22828
22830
  ] }) }), B$ = (e) => /* @__PURE__ */ X("div", { children: [
22829
22831
  /* @__PURE__ */ x("h2", { className: "text-3xl font-bold typography tracking-wide", children: e.title }),
22830
22832
  /* @__PURE__ */ x("p", { className: "text-secondary typography", children: e.children })
22831
- ] }), cW = (e) => /* @__PURE__ */ X("header", { className: "flex flex-row flex-wrap justify-between items-center gap-mega", children: [
22833
+ ] }), c5 = (e) => /* @__PURE__ */ X("header", { className: "flex flex-row flex-wrap justify-between items-center gap-mega", children: [
22832
22834
  /* @__PURE__ */ x("div", { children: /* @__PURE__ */ x(B$, { title: e.title, children: e.description }) }),
22833
22835
  /* @__PURE__ */ x("div", { className: "flex gap-kilo items-center flex-wrap", children: e.children })
22834
22836
  ] }), H$ = (e) => /* @__PURE__ */ x(
@@ -22841,7 +22843,7 @@ const _T = (e = "") => Me(
22841
22843
  e.className
22842
22844
  )
22843
22845
  }
22844
- ), uW = () => /* @__PURE__ */ x("div", { className: "flex h-full w-full items-center justify-center p-12", children: /* @__PURE__ */ x(H$, {}) }), dW = (e) => {
22846
+ ), u5 = () => /* @__PURE__ */ x("div", { className: "flex h-full w-full items-center justify-center p-12", children: /* @__PURE__ */ x(H$, {}) }), d5 = (e) => {
22845
22847
  const t = ye(null), n = Tn(), r = `${n}:wrapper`, o = `${n}:title`, [i, a] = Oe(e.open ?? !1);
22846
22848
  Ee(() => {
22847
22849
  a(e.open ?? !1);
@@ -22888,7 +22890,7 @@ const _T = (e = "") => Me(
22888
22890
  const n = () => t({ width: window.innerWidth, height: window.innerHeight });
22889
22891
  return n(), window.addEventListener("resize", n, { passive: !0 }), () => window.removeEventListener("resize", n);
22890
22892
  }, []), e;
22891
- }, U$ = (e) => ({ top: 0, left: 0, width: 0, height: 0, bottom: 0, right: 0 }), G$ = (e) => typeof e == "string" ? document.querySelector(e) : "current" in e ? e.current : e, fW = ({
22893
+ }, U$ = (e) => ({ top: 0, left: 0, width: 0, height: 0, bottom: 0, right: 0 }), G$ = (e) => typeof e == "string" ? document.querySelector(e) : "current" in e ? e.current : e, f5 = ({
22892
22894
  steps: e,
22893
22895
  active: t = !1,
22894
22896
  onClose: n = aa,
@@ -22999,9 +23001,9 @@ const _T = (e = "") => Me(
22999
23001
  exit: { opacity: 0, scale: 0.9 },
23000
23002
  animate: { opacity: 1, scale: 1 },
23001
23003
  initial: { opacity: 0, scale: 0.9 },
23002
- className: "flex flex-col gap-3 p-4 w-80 max-w-sm rounded-lg border shadow-lg bg-card-background border-card-border",
23004
+ className: "flex flex-col gap-3 p-4 w-80 max-w-sm rounded-lg border shadow-lg bg-floating-background border-floating-border",
23003
23005
  children: [
23004
- u && /* @__PURE__ */ x(xp, { ref: h, context: C, className: "fill-card-background stroke-card-border" }),
23006
+ u && /* @__PURE__ */ x(xp, { ref: h, context: C, className: "fill-floating-background stroke-floating-border" }),
23005
23007
  c.title && /* @__PURE__ */ x("h3", { children: c.title }),
23006
23008
  c.description && /* @__PURE__ */ x(Xe, { children: c.description }),
23007
23009
  /* @__PURE__ */ X("div", { className: "flex justify-between items-center pt-2 mt-2 border-t border-floating-border", children: [
@@ -23016,7 +23018,7 @@ const _T = (e = "") => Me(
23016
23018
  }
23017
23019
  ),
23018
23020
  /* @__PURE__ */ X("div", { className: "flex gap-2", children: [
23019
- _ && /* @__PURE__ */ x(oi, { size: "small", theme: "neutral", onClick: I, children: b.previous }),
23021
+ _ && /* @__PURE__ */ x(oi, { size: "small", theme: "ghost-muted", onClick: I, children: b.previous }),
23020
23022
  /* @__PURE__ */ x(oi, { size: "small", onClick: k, children: P ? b.next : b.finish })
23021
23023
  ] })
23022
23024
  ] }),
@@ -26271,7 +26273,7 @@ const ok = /* @__PURE__ */ R.forwardRef(function(t, n) {
26271
26273
  });
26272
26274
  });
26273
26275
  process.env.NODE_ENV !== "production" && (ok.displayName = "ProgressIndicator");
26274
- const pW = (e) => /* @__PURE__ */ X(
26276
+ const p5 = (e) => /* @__PURE__ */ X(
26275
26277
  rk,
26276
26278
  {
26277
26279
  max: e.max,
@@ -26315,7 +26317,7 @@ zh.Body = function(t) {
26315
26317
  zh.Right = function(t) {
26316
26318
  return /* @__PURE__ */ x("footer", { className: "flex gap-6 self-stretch px-4 align-baseline", children: /* @__PURE__ */ x(_n, { ...t, type: "button" }) });
26317
26319
  };
26318
- const hW = (e) => /* @__PURE__ */ x("ul", { "data-component": "timeline", role: "list", className: "flow-root [&>li:last-child>span[aria-hidden=true]]:hidden", children: e.children }), mW = (e) => /* @__PURE__ */ x(Ue.div, { className: "sticky bottom-4 flex items-center justify-center rounded-lg border border-card-border bg-background p-4", children: e.children }), Ab = new Date(1970, 11, 31), md = {
26320
+ const h5 = (e) => /* @__PURE__ */ x("ul", { "data-component": "timeline", role: "list", className: "flow-root [&>li:last-child>span[aria-hidden=true]]:hidden", children: e.children }), m5 = (e) => /* @__PURE__ */ x(Ue.div, { className: "sticky bottom-4 flex items-center justify-center rounded-lg border border-card-border bg-background p-4", children: e.children }), Ab = new Date(1970, 11, 31), md = {
26319
26321
  year: () => [/\d/, /\d/, /\d/, /\d/],
26320
26322
  month: () => [/\d/, /\d/],
26321
26323
  day: () => [/\d/, /\d/],
@@ -26342,7 +26344,7 @@ const hW = (e) => /* @__PURE__ */ x("ul", { "data-component": "timeline", role:
26342
26344
  } catch {
26343
26345
  return [];
26344
26346
  }
26345
- }, wB = { day: "numeric", month: "numeric", year: "numeric", hour: "numeric", minute: "numeric" }, SB = { day: "numeric", month: "numeric", year: "numeric" }, gW = dt(
26347
+ }, wB = { day: "numeric", month: "numeric", year: "numeric", hour: "numeric", minute: "numeric" }, SB = { day: "numeric", month: "numeric", year: "numeric" }, g5 = dt(
26346
26348
  ({ date: e, locale: t, disabledDate: n, onChange: r, markToday: o, clickToClose: i, floating: a = !0, type: s, ...l }, c) => {
26347
26349
  const u = Op(t), d = Tn(), f = Bt(), p = ct(() => new Intl.DateTimeFormat(u, s === "datetime" ? wB : SB), [u, s]), [g, m] = Oe(e || void 0), [h, v] = Oe(!1), y = gd(p, Ab).flatMap((F) => We.keyof(md, F.type) ? md[F.type](F.value) : []), b = ct(() => gd(p, Ab).reduce(
26348
26350
  (F, M) => F + (We.keyof(Pb, M.type) ? Pb[M.type](M.value) : ""),
@@ -29367,7 +29369,7 @@ const bk = dn([null, () => {
29367
29369
  /* @__PURE__ */ x("p", { className: "text-base", children: e.item.size }),
29368
29370
  n === "img" ? /* @__PURE__ */ x("img", { className: "container inline-block w-full max-w-96", src: e.item.url, alt: t.name }) : n === "video" ? /* @__PURE__ */ x("video", { className: "container block w-full max-w-96", src: e.item.url, controls: !0, muted: !0 }) : n === "audio" ? /* @__PURE__ */ x("figure", { children: /* @__PURE__ */ x("audio", { controls: !0, src: e.item.url }) }) : null
29369
29371
  ] });
29370
- }, vW = ({ idle: e = z4, onDeleteFile: t, File: n, onDrop: r, ...o }) => {
29372
+ }, v5 = ({ idle: e = z4, onDeleteFile: t, File: n, onDrop: r, ...o }) => {
29371
29373
  const i = Bt(), a = Oe(null), [s, l] = Oe([]), c = o.files ?? s, u = () => a[1](null), d = (m) => {
29372
29374
  r?.(m), l((h) => h.concat(m));
29373
29375
  }, { getRootProps: f, getInputProps: p, isDragActive: g } = yk({ onDrop: d });
@@ -29483,7 +29485,7 @@ const bk = dn([null, () => {
29483
29485
  );
29484
29486
  }), K4 = dt(function({ item: t, context: n, ...r }, o) {
29485
29487
  return /* @__PURE__ */ x(Ue.li, { ...r, ref: o, className: "first:rounded-t-lg last:rounded-t-lg" });
29486
- }), Z4 = { List: Y4, Item: K4 }, qo = 40, yW = dt(
29488
+ }), Z4 = { List: Y4, Item: K4 }, qo = 40, y5 = dt(
29487
29489
  ({
29488
29490
  left: e,
29489
29491
  error: t,
@@ -29795,7 +29797,7 @@ const sx = 40, X4 = (e) => /* @__PURE__ */ x(Xe, { children: e.children }), Q4 =
29795
29797
  " ",
29796
29798
  t.multiSelectSelectedLabel
29797
29799
  ] }) : e.children });
29798
- }, bW = dt(
29800
+ }, b5 = dt(
29799
29801
  ({
29800
29802
  left: e,
29801
29803
  error: t,
@@ -30139,7 +30141,7 @@ const sx = 40, X4 = (e) => /* @__PURE__ */ x(Xe, { children: e.children }), Q4 =
30139
30141
  List: dt(function(t, n) {
30140
30142
  return /* @__PURE__ */ x("ul", { ...t, ref: n, className: "space-y-3" });
30141
30143
  })
30142
- }, xW = (e) => {
30144
+ }, x5 = (e) => {
30143
30145
  const t = ye(null), n = r3(t);
30144
30146
  return /* @__PURE__ */ X("div", { className: "flex flex-row gap-4", ref: t, children: [
30145
30147
  /* @__PURE__ */ X("div", { className: "py-8 space-y-4 min-w-64 w-fit flex flex-col whitespace-nowrap rounded-lg border border-card-border", children: [
@@ -30166,7 +30168,7 @@ function i3(e) {
30166
30168
  const t = e.getBoundingClientRect();
30167
30169
  return t.top >= 0 && t.left >= 0 && t.bottom <= (window.innerHeight || document.documentElement.clientHeight) && t.right <= (window.innerWidth || document.documentElement.clientWidth);
30168
30170
  }
30169
- const wW = ({ children: e, ...t }) => {
30171
+ const w5 = ({ children: e, ...t }) => {
30170
30172
  const n = ko(t.onIntersection), r = ye(null), [o, i] = Oe(() => r.current === null ? !1 : i3(r.current));
30171
30173
  return Ri(() => {
30172
30174
  const a = r.current;
@@ -31410,7 +31412,7 @@ const I3 = (e) => {
31410
31412
  }
31411
31413
  ), _k = dn(() => {
31412
31414
  throw new Error("Not implemented");
31413
- }), SW = () => tt(_k), fx = {
31415
+ }), S5 = () => tt(_k), fx = {
31414
31416
  0: { opacity: 1, y: [10, 15], scale: [1, 0.98] },
31415
31417
  1: { opacity: 1, y: [15, 20], scale: [1, 0.97] },
31416
31418
  2: { opacity: 1, y: [20, 25], scale: [1, 0.96] },
@@ -31493,7 +31495,7 @@ function D3({ children: e, max: t = 5 }) {
31493
31495
  /* @__PURE__ */ x(R3, { children: /* @__PURE__ */ x(O3, { max: t }) })
31494
31496
  ] });
31495
31497
  }
31496
- function TW({ children: e, max: t = 5, timeout: n = 5e3 }) {
31498
+ function T5({ children: e, max: t = 5, timeout: n = 5e3 }) {
31497
31499
  return /* @__PURE__ */ x(Sk, { limit: t, timeout: n, children: /* @__PURE__ */ x(D3, { max: t, children: e }) });
31498
31500
  }
31499
31501
  const M3 = /Mac|iPod|iPhone|iPad/, Pl = () => M3.test(navigator.userAgent), _3 = (e) => e.split("+").map((t) => {
@@ -31581,7 +31583,7 @@ const F3 = (e) => (e = e.trim(), e === "Alt" ? Pl() ? /* @__PURE__ */ x(DR, { "a
31581
31583
  if (r) return r;
31582
31584
  }
31583
31585
  return null;
31584
- }, kW = (e) => {
31586
+ }, k5 = (e) => {
31585
31587
  const t = Tn(), n = ye(null), [r, o] = Oe(""), i = ye([]), a = Bt(), s = ko(r), [l, c] = Oe(null), u = e.bind ?? "Mod + k", d = hr({
31586
31588
  open: e.open,
31587
31589
  strategy: "absolute",
@@ -34952,7 +34954,7 @@ const xH = (e) => {
34952
34954
  state: {},
34953
34955
  loading: !1,
34954
34956
  useOnChange: !1
34955
- }, Nx = (e) => e.dataset.target || e.name, EW = (e) => {
34957
+ }, Nx = (e) => e.dataset.target || e.name, E5 = (e) => {
34956
34958
  const t = `@use-form/${e}`;
34957
34959
  return {
34958
34960
  get: () => {
@@ -34964,7 +34966,7 @@ const xH = (e) => {
34964
34966
  },
34965
34967
  set: (n) => va.LocalStorage.set(t, n)
34966
34968
  };
34967
- }, CW = (e, t, n = EH) => {
34969
+ }, C5 = (e, t, n = EH) => {
34968
34970
  const [r, o] = Oe(null), i = ye({}), [a, s] = Oe(() => We.function(n?.state) ? n.state() : n?.state ?? Bk(e) ?? {}), l = At((b) => {
34969
34971
  const S = b.target, T = b.currentTarget;
34970
34972
  if (S.dataset.optional === "true")
@@ -35216,7 +35218,7 @@ const xH = (e) => {
35216
35218
  multiselect: g,
35217
35219
  disabled: r !== null
35218
35220
  };
35219
- }, RW = (e) => e ? JSON.parse(e.getAttribute("data-json")) : {}, IW = (e) => {
35221
+ }, R5 = (e) => e ? JSON.parse(e.getAttribute("data-json")) : {}, I5 = (e) => {
35220
35222
  const t = ye(void 0);
35221
35223
  return Ee(() => {
35222
35224
  t.current = e;
@@ -35261,8 +35263,13 @@ const xH = (e) => {
35261
35263
  foreground: "hsla(210, 50%, 98%)",
35262
35264
  background: "hsla(0, 0%, 9%)",
35263
35265
  border: "hsla(240, 7%, 27%)",
35264
- muted: "hsla(210, 10%, 40%)",
35265
35266
  disabled: "hsla(240, 4%, 33%)",
35267
+ muted: {
35268
+ DEFAULT: "hsla(210, 10%, 28%)",
35269
+ foreground: "hsla(210, 12%, 46%)",
35270
+ subtle: "hsla(210, 10%, 40%)",
35271
+ hover: "hsla(210, 10%, 40%)"
35272
+ },
35266
35273
  emphasis: {
35267
35274
  foreground: "hsla(251, 91%, 95%)",
35268
35275
  DEFAULT: "hsla(255, 92%, 76%)",
@@ -35468,7 +35475,12 @@ const xH = (e) => {
35468
35475
  foreground: "hsla(217, 15%, 30%)",
35469
35476
  background: "hsla(210, 40%, 98%)",
35470
35477
  border: "hsla(210, 25%, 88%)",
35471
- muted: "hsla(210, 30%, 86%)",
35478
+ muted: {
35479
+ DEFAULT: "hsla(210, 30%, 86%)",
35480
+ foreground: "hsla(210, 15%, 20%)",
35481
+ subtle: "hsla(210, 10%, 40%)",
35482
+ hover: "hsla(210, 10%, 40%)"
35483
+ },
35472
35484
  disabled: "hsla(240, 10%, 78%)",
35473
35485
  emphasis: {
35474
35486
  foreground: "hsla(251,91%,95%)",
@@ -35660,7 +35672,7 @@ const xH = (e) => {
35660
35672
  }
35661
35673
  }
35662
35674
  }
35663
- }, AW = CH, PW = RH, OW = (e) => {
35675
+ }, A5 = CH, P5 = RH, O5 = (e) => {
35664
35676
  const t = ct(
35665
35677
  () => ({
35666
35678
  locale: e.locale,
@@ -35677,45 +35689,45 @@ export {
35677
35689
  JH as Alert,
35678
35690
  GH as AnimatedList,
35679
35691
  YH as AnimatedListItem,
35680
- yW as Autocomplete,
35692
+ y5 as Autocomplete,
35681
35693
  oi as Button,
35682
35694
  gB as Calendar,
35683
35695
  Nh as Card,
35684
35696
  NT as Checkbox,
35685
35697
  ya as ColType,
35686
35698
  w$ as Collapse,
35687
- kW as CommandPalette,
35688
- OW as ComponentsProvider,
35699
+ k5 as CommandPalette,
35700
+ O5 as ComponentsProvider,
35689
35701
  Mi as Context,
35690
- gW as DatePicker,
35691
- sW as Description,
35702
+ g5 as DatePicker,
35703
+ s5 as Description,
35692
35704
  or as Dict,
35693
35705
  os as Dropdown,
35694
35706
  IV as Empty,
35695
- dW as Expand,
35696
- vW as FileUpload,
35707
+ d5 as Expand,
35708
+ v5 as FileUpload,
35697
35709
  MH as Form,
35698
- lW as Info,
35710
+ l5 as Info,
35699
35711
  Ga as Input,
35700
35712
  fP as InputFeedback,
35701
35713
  ec as InputField,
35702
- uW as Loading,
35703
- nW as Menu,
35704
- tW as MenuItem,
35714
+ u5 as Loading,
35715
+ n5 as Menu,
35716
+ t5 as MenuItem,
35705
35717
  VT as Modal,
35706
- bW as MultiSelect,
35707
- TW as Notifications,
35708
- cW as PageHeader,
35718
+ b5 as MultiSelect,
35719
+ T5 as Notifications,
35720
+ c5 as PageHeader,
35709
35721
  B$ as PageTitle,
35710
- aW as Paragraph,
35722
+ a5 as Paragraph,
35711
35723
  _n as Polymorph,
35712
- pW as Progress,
35713
- rW as Radiobox,
35714
- wW as RenderOnView,
35724
+ p5 as Progress,
35725
+ r5 as Radiobox,
35726
+ w5 as RenderOnView,
35715
35727
  hi as Select,
35716
35728
  $H as Slider,
35717
35729
  H$ as Spinner,
35718
- eW as Stats,
35730
+ e5 as Stats,
35719
35731
  UH as StatsCard,
35720
35732
  KH as Step,
35721
35733
  ZH as Steps,
@@ -35724,32 +35736,32 @@ export {
35724
35736
  qH as Table,
35725
35737
  XH as Tabs,
35726
35738
  Nd as Tag,
35727
- iW as TaskList,
35728
- oW as Textarea,
35729
- hW as Timeline,
35739
+ i5 as TaskList,
35740
+ o5 as Textarea,
35741
+ h5 as Timeline,
35730
35742
  zh as TimelineItem,
35731
- mW as Toolbar,
35743
+ m5 as Toolbar,
35732
35744
  aw as Tooltip,
35733
- xW as TransferList,
35734
- fW as Wizard,
35745
+ x5 as TransferList,
35746
+ f5 as Wizard,
35735
35747
  BH as createColumns,
35736
35748
  FH as createCssProperties,
35737
35749
  qR as createDesignTokens,
35738
- EW as createFormStorage,
35750
+ E5 as createFormStorage,
35739
35751
  RT as createOptionCols,
35740
35752
  _H as createStyles,
35741
35753
  NH as createTheme,
35742
35754
  LH as createTokenStyles,
35743
35755
  Me as css,
35744
- AW as defaultDarkTheme,
35745
- PW as defaultLightTheme,
35756
+ A5 as defaultDarkTheme,
35757
+ P5 as defaultLightTheme,
35746
35758
  up as defaultTranslations,
35747
35759
  dp as defaultTweaks,
35748
35760
  kC as dispatchInput,
35749
35761
  H3 as formReset,
35750
35762
  kH as formToJson,
35751
35763
  DH as getCoords,
35752
- RW as getJsonForm,
35764
+ R5 as getJsonForm,
35753
35765
  WH as getModalScrollerRef,
35754
35766
  Ys as getRemainingSize,
35755
35767
  io as getSchemaShape,
@@ -35769,10 +35781,10 @@ export {
35769
35781
  Gg as safeRegex,
35770
35782
  uP as splitInto,
35771
35783
  c$ as useColorParser,
35772
- CW as useForm,
35784
+ C5 as useForm,
35773
35785
  Op as useLocale,
35774
- SW as useNotification,
35775
- IW as usePrevious,
35786
+ S5 as useNotification,
35787
+ I5 as usePrevious,
35776
35788
  v$ as useReactive,
35777
35789
  ko as useStableRef,
35778
35790
  g$ as useStepContext,