@base-framework/ui 1.0.247 → 1.0.249

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,12 +1,12 @@
1
1
  import { Div as n, H5 as G, P as b, I as m, Li as V, Span as i, Ul as U, Button as f, OnState as x, Label as q, Form as K, H2 as D, Header as I, Footer as L, A as H, H3 as Q, Checkbox as X, Input as w, Img as Z, Nav as ee, UseParent as R, Time as te, Dialog as se } from "@base-framework/atoms";
2
- import { Atom as c, Component as v, Html as P, Dom as oe, base as ne, Data as $, Builder as Y, Jot as C, DateTime as A } from "@base-framework/base";
3
- import { P as k, b as le, R as re } from "./range-calendar-k0B4ZWJq.js";
2
+ import { Atom as c, Component as y, Html as P, Dom as oe, base as ne, Data as $, Builder as Y, Jot as C, Events as le, DateTime as A } from "@base-framework/base";
3
+ import { P as k, b as re, R as ae } from "./range-calendar-k0B4ZWJq.js";
4
4
  import { B as h, I as p } from "./buttons-Cm9etaEG.js";
5
5
  import { Icons as u } from "./icons.es.js";
6
- import { Timer as ae, List as ie, DynamicTime as ce } from "@base-framework/organisms";
7
- import { a as y } from "./veil-D4dRxILB.js";
8
- import { F as M } from "./format-DnofNaaz.js";
9
- const F = {
6
+ import { Timer as ie, List as ce, DynamicTime as de } from "@base-framework/organisms";
7
+ import { a as v } from "./veil-D4dRxILB.js";
8
+ import { F } from "./format-DnofNaaz.js";
9
+ const M = {
10
10
  info: {
11
11
  borderColor: "border-blue-500",
12
12
  bgColor: "bg-muted/10",
@@ -32,20 +32,20 @@ const F = {
32
32
  bgColor: "bg-muted/10",
33
33
  iconColor: "text-muted-foreground"
34
34
  }
35
- }, de = (e, t) => n({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
35
+ }, ue = (e, t) => n({ class: `flex items-center justify-center h-6 w-6 mr-3 ${t}` }, [
36
36
  m({ html: e })
37
- ]), ue = (e) => G({ class: "font-semibold" }, e), he = (e) => b({ class: "text-sm text-muted-foreground" }, e), yt = c(({ title: e, description: t, icon: s, type: o = "default" }) => {
38
- const { borderColor: l, bgColor: r, iconColor: a } = F[o] || F.default;
37
+ ]), he = (e) => G({ class: "font-semibold" }, e), fe = (e) => b({ class: "text-sm text-muted-foreground" }, e), yt = c(({ title: e, description: t, icon: s, type: o = "default" }) => {
38
+ const { borderColor: l, bgColor: r, iconColor: a } = M[o] || M.default;
39
39
  return n({ class: `flex items-start p-4 border rounded-lg ${r} ${l}` }, [
40
40
  // Icon and content
41
- s && de(s, a),
41
+ s && ue(s, a),
42
42
  n({ class: "flex flex-col" }, [
43
- ue(e),
44
- he(t)
43
+ he(e),
44
+ fe(t)
45
45
  ])
46
46
  ]);
47
47
  });
48
- class fe extends v {
48
+ class me extends y {
49
49
  /**
50
50
  * This will declare the props for the compiler.
51
51
  *
@@ -69,19 +69,19 @@ class fe extends v {
69
69
  oe.addClass(t, s), ne.on("animationend", t, (o) => P.removeElement(t));
70
70
  }
71
71
  }
72
- const me = (e) => i({ class: "ml-auto text-xs tracking-widest opacity-60" }, e), pe = (e) => i({ class: "flex w-4 h-4", html: e }), ge = (e) => i({ class: "flex-auto" }, e), be = (e, t) => V({
72
+ const pe = (e) => i({ class: "ml-auto text-xs tracking-widest opacity-60" }, e), ge = (e) => i({ class: "flex w-4 h-4", html: e }), be = (e) => i({ class: "flex-auto" }, e), xe = (e, t) => V({
73
73
  class: "relative flex cursor-pointer hover:bg-muted/50 select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
74
74
  click: () => t(e)
75
75
  }, [
76
- e.icon && pe(e.icon),
77
- ge(e.label),
78
- e.shortcut && me(e.shortcut)
79
- ]), xe = (e, t) => U({ class: "grid gap-2" }, [
80
- e.map((s) => be(s, t))
81
- ]), we = (e) => n({ class: "w-full z-10" }, [
76
+ e.icon && ge(e.icon),
77
+ be(e.label),
78
+ e.shortcut && pe(e.shortcut)
79
+ ]), we = (e, t) => U({ class: "grid gap-2" }, [
80
+ e.map((s) => xe(s, t))
81
+ ]), ve = (e) => n({ class: "w-full z-10" }, [
82
82
  n({
83
83
  class: "max-h-60 border rounded-md overflow-y-auto p-1 grid gap-2 divide-y divide-border",
84
- for: ["groups", (t) => xe(t, e)]
84
+ for: ["groups", (t) => we(t, e)]
85
85
  })
86
86
  ]), ye = ({ label: e, icon: t, toggleDropdown: s }) => f({
87
87
  cache: "button",
@@ -92,7 +92,7 @@ const me = (e) => i({ class: "ml-auto text-xs tracking-widest opacity-60" }, e),
92
92
  }, [
93
93
  e && i(e),
94
94
  t && m({ html: t })
95
- ]), ve = ({ onSelect: e }) => n([
95
+ ]), Ce = ({ onSelect: e }) => n([
96
96
  x(
97
97
  "open",
98
98
  (t, s, o) => t ? new k({
@@ -100,11 +100,11 @@ const me = (e) => i({ class: "ml-auto text-xs tracking-widest opacity-60" }, e),
100
100
  parent: o,
101
101
  button: o.button
102
102
  }, [
103
- we(e)
103
+ ve(e)
104
104
  ]) : null
105
105
  )
106
106
  ]);
107
- class vt extends v {
107
+ class Ct extends y {
108
108
  /**
109
109
  * This will declare the props for the compiler.
110
110
  *
@@ -163,18 +163,18 @@ class vt extends v {
163
163
  icon: this.icon,
164
164
  toggleDropdown: this.toggleDropdown.bind(this)
165
165
  }),
166
- ve({ onSelect: this.handleSelect.bind(this) })
166
+ Ce({ onSelect: this.handleSelect.bind(this) })
167
167
  ]);
168
168
  }
169
169
  }
170
- const Ce = c((e, t) => n({ ...e, class: "flex flex-auto flex-col space-y-2" }, t)), ke = c((e, t) => q({ ...e, class: "flex auto text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" }, t)), Se = c((e, t) => b({ ...e, class: "text-sm text-muted-foreground italic" }, t)), De = c((e, t) => b({ ...e, class: "text-sm text-destructive" }, t)), Ie = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", _ = (e, t, s) => e.map((o) => (o.children && o.children.length > 0 && (o.children = _(o.children, t, s)), o.required && Ie(o) ? {
170
+ const ke = c((e, t) => n({ ...e, class: "flex flex-auto flex-col space-y-2" }, t)), Se = c((e, t) => q({ ...e, class: "flex auto text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70" }, t)), De = c((e, t) => b({ ...e, class: "text-sm text-muted-foreground italic" }, t)), Ie = c((e, t) => b({ ...e, class: "text-sm text-destructive" }, t)), $e = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", _ = (e, t, s) => e.map((o) => (o.children && o.children.length > 0 && (o.children = _(o.children, t, s)), o.required && $e(o) ? {
171
171
  ...o,
172
172
  aria: {
173
173
  invalid: ["hasError"]
174
174
  },
175
175
  invalid: s,
176
176
  input: t
177
- } : o)), $e = c((e, t) => {
177
+ } : o)), Te = c((e, t) => {
178
178
  const l = _(t, (r) => {
179
179
  r.target.checkValidity() && e.setError(null);
180
180
  }, (r) => {
@@ -184,7 +184,7 @@ const Ce = c((e, t) => n({ ...e, class: "flex flex-auto flex-col space-y-2" }, t
184
184
  ...e,
185
185
  class: "w-full"
186
186
  }, l);
187
- }), Ct = y(
187
+ }), kt = v(
188
188
  {
189
189
  /**
190
190
  * The initial state of the FormField.
@@ -209,34 +209,34 @@ const Ce = c((e, t) => n({ ...e, class: "flex flex-auto flex-col space-y-2" }, t
209
209
  this.state.error = r, this.state.hasError = !!r;
210
210
  };
211
211
  return n({ class: "flex flex-auto space-y-4" }, [
212
- Ce([
213
- ke({ htmlFor: t }, s),
214
- $e({
212
+ ke([
213
+ Se({ htmlFor: t }, s),
214
+ Te({
215
215
  id: t,
216
216
  name: e,
217
217
  value: this.state.value,
218
218
  setError: l
219
219
  }, this.children),
220
- o && Se({ id: this.getId("description") }, o),
221
- n({ onState: ["error", (r) => r && De(r)] })
220
+ o && De({ id: this.getId("description") }, o),
221
+ n({ onState: ["error", (r) => r && Ie(r)] })
222
222
  ])
223
223
  ]);
224
224
  }
225
225
  }
226
- ), Te = (e, t, s = null) => {
226
+ ), Be = (e, t, s = null) => {
227
227
  e.target.checkValidity() && (e.preventDefault(), s && s(e, t));
228
228
  }, W = c(
229
- (e, t) => K({ ...e, submit: (s, o) => Te(s, o, e.submit), class: `w-full ${e.class ?? ""}` }, t)
230
- ), kt = c((e, t) => n({ ...e, class: `space-y-6 p-4 md:p-6 divide-y ${e.class || ""}` }, t)), St = c((e, t = []) => n({ class: "space-y-3 py-4" }, [
229
+ (e, t) => K({ ...e, submit: (s, o) => Be(s, o, e.submit), class: `w-full ${e.class ?? ""}` }, t)
230
+ ), St = c((e, t) => n({ ...e, class: `space-y-6 p-4 md:p-6 divide-y ${e.class || ""}` }, t)), Dt = c((e, t = []) => n({ class: "space-y-3 py-4" }, [
231
231
  e.title && D({ class: "font-semibold" }, e.title),
232
232
  ...t
233
- ])), Dt = (e, t) => n({ class: "flex justify-between" }, [
233
+ ])), It = (e, t) => n({ class: "flex justify-between" }, [
234
234
  i({ class: "text-muted-foreground" }, e),
235
235
  i(t)
236
- ]), It = (e, t) => n({ class: "flex" }, [
236
+ ]), $t = (e, t) => n({ class: "flex" }, [
237
237
  i({ class: "text-muted-foreground mr-8 w-24 truncate text-nowrap" }, e),
238
238
  i(t)
239
- ]), Be = ({ title: e, description: t, back: s, icon: o, options: l = [] }) => I({ class: "modal-header bg-background/80 backdrop-blur-md sticky flex flex-none items-center py-4 px-6 z-10" }, [
239
+ ]), Ae = ({ title: e, description: t, back: s, icon: o, options: l = [] }) => I({ class: "modal-header bg-background/80 backdrop-blur-md sticky flex flex-none items-center py-4 px-6 z-10" }, [
240
240
  /**
241
241
  * Back Button
242
242
  */
@@ -255,7 +255,7 @@ const Ce = c((e, t) => n({ ...e, class: "flex flex-auto flex-col space-y-2" }, t
255
255
  ]),
256
256
  ...l
257
257
  ])
258
- ]), Ae = c((e, t) => n({
258
+ ]), Le = c((e, t) => n({
259
259
  popover: "manual",
260
260
  class: `modal m-auto top-0 right-0 bottom-0 left-0 fixed z-20 grid w-full h-full max-h-screen gap-2 lg:border bg-background text-foreground shadow-xl break-words p-0 ${e.class}`,
261
261
  click: (s, o) => {
@@ -263,12 +263,12 @@ const Ce = c((e, t) => n({ ...e, class: "flex flex-auto flex-col space-y-2" }, t
263
263
  }
264
264
  }, [
265
265
  W({ class: "modal-content relative bg-background z-[1] flex flex-auto flex-col space-y-4", submit: (s, o) => e.onSubmit && e.onSubmit(o) }, [
266
- Be(e),
266
+ Ae(e),
267
267
  n({ class: "modal-body flex flex-grow flex-col overflow-y-auto py-0 px-6 z-0" }, t),
268
268
  L({ class: "modal-footer sticky bg-background/80 backdrop-blur-md flex flex-none justify-between py-4 px-6 z-10" }, e.buttons)
269
269
  ])
270
- ])), Le = (e) => Y.render(e, app.root);
271
- class $t extends v {
270
+ ])), Pe = (e) => Y.render(e, app.root);
271
+ class Tt extends y {
272
272
  /**
273
273
  * This will declare the props for the compiler.
274
274
  *
@@ -284,7 +284,7 @@ class $t extends v {
284
284
  */
285
285
  render() {
286
286
  const t = this.getMainClass(), s = this.title || "", o = this.description || null;
287
- return Ae(
287
+ return Le(
288
288
  {
289
289
  class: t,
290
290
  title: s,
@@ -399,7 +399,7 @@ class $t extends v {
399
399
  * @returns {void}
400
400
  */
401
401
  open() {
402
- Le(this), this.showModal();
402
+ Pe(this), this.showModal();
403
403
  }
404
404
  /**
405
405
  * This will destroy the modal.
@@ -454,18 +454,18 @@ const z = {
454
454
  borderColor: "border",
455
455
  iconColor: "text-muted-foreground"
456
456
  }
457
- }, Pe = (e) => I({ class: "flex justify-center" }, [
457
+ }, Fe = (e) => I({ class: "flex justify-center" }, [
458
458
  Q({ class: "text-lg font-bold mb-0" }, e)
459
459
  ]), Me = c(({ href: e, class: t }, s) => H({
460
460
  class: `pullRightIn bg-popover text-popover-foreground relative flex flex-auto flex-col justify-start shadow-lg pointer-events-auto p-4 border rounded-md min-w-[340px] max-w-[450px] mt-4 ${t}`,
461
461
  href: e,
462
462
  role: "alert"
463
- }, s)), Fe = c(({ close: e, class: t }, s) => n({
463
+ }, s)), ze = c(({ close: e, class: t }, s) => n({
464
464
  class: `pullRightIn bg-popover text-popover-foreground relative flex flex-auto flex-col justify-start shadow-lg pointer-events-auto p-4 border rounded-md min-w-[340px] max-w-[450px] mt-4 ${t}`,
465
465
  click: () => e(),
466
466
  role: "alert"
467
467
  }, s));
468
- class ze extends fe {
468
+ class Ne extends me {
469
469
  /**
470
470
  * This will declare the props for the compiler.
471
471
  *
@@ -492,7 +492,7 @@ class ze extends fe {
492
492
  return l ? Me({
493
493
  href: l,
494
494
  class: `${t} ${s}`
495
- }, r) : Fe({
495
+ }, r) : ze({
496
496
  close: this.close.bind(this),
497
497
  class: `${t} ${s}`
498
498
  }, r);
@@ -504,7 +504,7 @@ class ze extends fe {
504
504
  */
505
505
  afterSetup() {
506
506
  const t = this.duration;
507
- t !== "infinite" && (this.timer = new ae(t, this.close.bind(this)), this.timer.start());
507
+ t !== "infinite" && (this.timer = new ie(t, this.close.bind(this)), this.timer.start());
508
508
  }
509
509
  /**
510
510
  * This will get the style properties based on the notification type.
@@ -540,7 +540,7 @@ class ze extends fe {
540
540
  this.icon && m({ class: `mr-4 ${t}`, html: this.icon }),
541
541
  n({ class: "flex flex-auto flex-col" }, [
542
542
  n({ class: "flex flex-auto flex-row items-center w-full pr-12" }, [
543
- this.title && Pe(this.title)
543
+ this.title && Fe(this.title)
544
544
  ]),
545
545
  b({ class: "text-base text-muted-foreground m-0 pr-12" }, this.description),
546
546
  (this.primary || this.secondary) && L({ class: "margin-top-24 flex align-center" }, this.getButtons())
@@ -564,8 +564,8 @@ class ze extends fe {
564
564
  t && t.stopPropagation(), this.duration !== "infinite" && this.timer.stop(), this.onClick && this.onClick(), this.destroy();
565
565
  }
566
566
  }
567
- let Ne = 0;
568
- class Tt extends v {
567
+ let Ee = 0;
568
+ class Bt extends y {
569
569
  /**
570
570
  * This will render the component.
571
571
  *
@@ -573,11 +573,11 @@ class Tt extends v {
573
573
  */
574
574
  render() {
575
575
  return n({ class: "notification-container pointer-events-none inset-auto bg-transparent backdrop:bg-transparent overflow-visible fixed bottom-[80px] right-0 z-50 p-5", popover: "manual" }, [
576
- new ie({
576
+ new ce({
577
577
  cache: "list",
578
578
  key: "id",
579
579
  role: "list",
580
- rowItem: (t) => new ze(t)
580
+ rowItem: (t) => new Ne(t)
581
581
  })
582
582
  ]);
583
583
  }
@@ -588,7 +588,7 @@ class Tt extends v {
588
588
  * @returns {void}
589
589
  */
590
590
  addNotice(t = {}) {
591
- t.id = Ne++, t.callBack = () => this.removeNotice(t), this.list.append([t]), this.panel.hidePopover(), this.panel.showPopover();
591
+ t.id = Ee++, t.callBack = () => this.removeNotice(t), this.list.append([t]), this.panel.hidePopover(), this.panel.showPopover();
592
592
  }
593
593
  /**
594
594
  * This will remove a notification.
@@ -605,12 +605,12 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
605
605
  onState: ["method", { active: e }],
606
606
  dataSet: ["method", ["state", e, "active"]],
607
607
  click: (o, { state: l }) => {
608
- l.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"), Ee(e);
608
+ l.method = e, localStorage.setItem("theme", e), e === "system" && localStorage.removeItem("theme"), je(e);
609
609
  }
610
610
  }, [
611
611
  p(s),
612
612
  i(t)
613
- ])), Ee = (e) => {
613
+ ])), je = (e) => {
614
614
  var o;
615
615
  const t = document.documentElement;
616
616
  if (e === "system" && (e = (o = globalThis.matchMedia) != null && o.call(globalThis, "(prefers-color-scheme: dark)").matches ? "dark" : "light"), N && !N("(prefers-color-scheme: " + e + ")").matches) {
@@ -619,7 +619,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
619
619
  }
620
620
  const s = e === "light" ? "dark" : "light";
621
621
  t.classList.remove(s);
622
- }, Bt = C(
622
+ }, At = C(
623
623
  {
624
624
  /**
625
625
  * This will render the component.
@@ -646,7 +646,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
646
646
  };
647
647
  }
648
648
  }
649
- ), At = y(
649
+ ), Lt = v(
650
650
  {
651
651
  /**
652
652
  * The initial state of the Toggle.
@@ -708,9 +708,9 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
708
708
  OFFLINE: "bg-gray-500",
709
709
  BUSY: "bg-red-500",
710
710
  AWAY: "bg-yellow-500"
711
- }, je = (e = "") => (e = e.toUpperCase(), g[e] || g.OFFLINE), Lt = (e) => n({
712
- class: `absolute bottom-0 right-0 w-3 h-3 border-2 rounded-full ${je(e)}`
713
- }), Pt = ({ propName: e = "status" } = {}) => n({
711
+ }, Oe = (e = "") => (e = e.toUpperCase(), g[e] || g.OFFLINE), Pt = (e) => n({
712
+ class: `absolute bottom-0 right-0 w-3 h-3 border-2 rounded-full ${Oe(e)}`
713
+ }), Ft = ({ propName: e = "status" } = {}) => n({
714
714
  class: "absolute bottom-0 right-0 w-3 h-3 border-2 rounded-full",
715
715
  onSet: [e, {
716
716
  [g.ONLINE]: S.ONLINE,
@@ -731,6 +731,17 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
731
731
  loaded: !!this.src
732
732
  };
733
733
  },
734
+ /**
735
+ * This will open the file browse dialog.
736
+ *
737
+ * @returns {void}
738
+ */
739
+ openFileBrowse() {
740
+ const e = this.input;
741
+ e && (e.value = "", le.trigger("click", e, {
742
+ bubbles: !1
743
+ }));
744
+ },
734
745
  /**
735
746
  * Render the component.
736
747
  *
@@ -738,9 +749,15 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
738
749
  */
739
750
  render() {
740
751
  const e = "logo-upload", t = this.onChange || null;
741
- return n({ class: "relative w-32 h-32 rounded-full border border-dashed border-muted-foreground flex items-center justify-center cursor-pointer hover:bg-muted transition-colors duration-150 overflow-hidden group" }, [
752
+ return n({
753
+ class: "relative w-32 h-32 rounded-full border flex items-center justify-center cursor-pointer hover:bg-muted transition-colors duration-150 overflow-hidden group",
754
+ click: (s) => {
755
+ s.preventDefault(), s.stopPropagation(), this.openFileBrowse();
756
+ }
757
+ }, [
742
758
  w({
743
759
  id: e,
760
+ cache: "input",
744
761
  type: "file",
745
762
  accept: "image/*",
746
763
  class: "hidden",
@@ -767,7 +784,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
767
784
  ]);
768
785
  }
769
786
  }
770
- ), Oe = (e, t) => H(
787
+ ), Ve = (e, t) => H(
771
788
  {
772
789
  href: e,
773
790
  "aria-current": t === "Breadcrumb" && "page",
@@ -775,14 +792,14 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
775
792
  class: "text-muted-foreground font-medium hover:text-foreground"
776
793
  },
777
794
  [i(t)]
778
- ), Ve = () => p({
795
+ ), Ue = () => p({
779
796
  class: "mx-3 text-muted-foreground",
780
797
  "aria-hidden": !0,
781
798
  size: "xs"
782
- }, u.chevron.single.right), Ue = (e) => n({ class: "flex items-center" }, [
783
- e.href ? Oe(e.href, e.label) : i(e.label),
784
- e.separator && Ve()
785
- ]), Ft = C(
799
+ }, u.chevron.single.right), qe = (e) => n({ class: "flex items-center" }, [
800
+ e.href ? Ve(e.href, e.label) : i(e.label),
801
+ e.separator && Ue()
802
+ ]), zt = C(
786
803
  {
787
804
  /**
788
805
  * Set initial data
@@ -811,7 +828,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
811
828
  n({
812
829
  role: "list",
813
830
  class: "flex items-center",
814
- for: ["items", (t, s) => Ue({
831
+ for: ["items", (t, s) => qe({
815
832
  href: t.href,
816
833
  label: t.label,
817
834
  separator: s < e
@@ -830,7 +847,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
830
847
  "2xl": "h-16 w-16",
831
848
  "3xl": "h-24 w-24",
832
849
  default: "h-4 w-4"
833
- }, qe = (e) => E[e] || E.default, He = ({ index: e, size: t }) => n({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
850
+ }, He = (e) => E[e] || E.default, Re = ({ index: e, size: t }) => n({ class: `${t} rounded-full bg-muted cursor-pointer` }, [
834
851
  i({
835
852
  class: "block w-full h-full rounded-full transition-colors",
836
853
  onSet: ["activeIndex", {
@@ -841,10 +858,10 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
841
858
  o.activeIndex = e, l && l(e);
842
859
  }
843
860
  })
844
- ]), Re = (e, t) => Array.from({ length: e }, (s, o) => He({
861
+ ]), Ye = (e, t) => Array.from({ length: e }, (s, o) => Re({
845
862
  index: o,
846
863
  size: t
847
- })), zt = C(
864
+ })), Nt = C(
848
865
  {
849
866
  /**
850
867
  * Defines component data (props).
@@ -866,7 +883,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
866
883
  * @returns {object}
867
884
  */
868
885
  render() {
869
- const e = this.gap || "gap-2", t = qe(this.size || "sm"), s = Re(this.data.count, t);
886
+ const e = this.gap || "gap-2", t = He(this.size || "sm"), s = Ye(this.data.count, t);
870
887
  return n(
871
888
  { class: "flex justify-center items-center py-2" },
872
889
  [
@@ -875,7 +892,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
875
892
  );
876
893
  }
877
894
  }
878
- ), Ye = ({ toggleDropdown: e }) => f(
895
+ ), _e = ({ toggleDropdown: e }) => f(
879
896
  {
880
897
  cache: "button",
881
898
  class: "relative z-[2] inline-flex items-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border border-input bg-background hover:bg-muted h-10 px-4 py-2 justify-between",
@@ -885,16 +902,16 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
885
902
  i({ onState: ["selectedLabel", (t) => t || "Select item..."] }),
886
903
  m({ html: u.chevron.upDown })
887
904
  ]
888
- ), _e = (e, t, s) => V({
905
+ ), We = (e, t, s) => V({
889
906
  class: "flex flex-auto items-center cursor-pointer p-2 hover:bg-muted/50 rounded-sm",
890
907
  click: () => t(e),
891
908
  onState: [s, "selectedValue", { "bg-secondary": e.value }]
892
909
  }, [
893
910
  e.icon && i({ class: "mr-2 flex items-baseline" }, [p({ size: "xs" }, e.icon)]),
894
911
  i({ class: "text-base font-normal" }, e.label)
895
- ]), We = (e, t) => n({ class: "w-full border rounded-md" }, [
896
- U({ class: "max-h-60 overflow-y-auto p-2 grid gap-1", for: ["items", (s) => _e(s, e, t)] })
897
- ]), Je = ({ onSelect: e, state: t }) => n({ class: "flex flex-auto flex-col" }, [
912
+ ]), Je = (e, t) => n({ class: "w-full border rounded-md" }, [
913
+ U({ class: "max-h-60 overflow-y-auto p-2 grid gap-1", for: ["items", (s) => We(s, e, t)] })
914
+ ]), Ge = ({ onSelect: e, state: t }) => n({ class: "flex flex-auto flex-col" }, [
898
915
  x(
899
916
  "open",
900
917
  (s, o, l) => s ? new k({
@@ -902,10 +919,10 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
902
919
  parent: l,
903
920
  button: l.button
904
921
  }, [
905
- We(e, t)
922
+ Je(e, t)
906
923
  ]) : null
907
924
  )
908
- ]), Nt = C(
925
+ ]), Et = C(
909
926
  {
910
927
  /**
911
928
  * This will set up the data.
@@ -986,8 +1003,8 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
986
1003
  const e = this.class || "", t = this.maxWidth || "max-w-[250px]", s = this.width || "w-full";
987
1004
  return n({ class: `relative ${s} flex flex-auto flex-col ${t} ${e}` }, [
988
1005
  // @ts-ignore
989
- Ye({ toggleDropdown: this.toggleDropdown.bind(this) }),
990
- Je({
1006
+ _e({ toggleDropdown: this.toggleDropdown.bind(this) }),
1007
+ Ge({
991
1008
  // @ts-ignore
992
1009
  state: this.state,
993
1010
  // @ts-ignore
@@ -1013,15 +1030,15 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1013
1030
  click: t,
1014
1031
  icon: e,
1015
1032
  "aria-label": s
1016
- }), Ge = ({ click: e }) => J({
1033
+ }), Ke = ({ click: e }) => J({
1017
1034
  icon: u.circleMinus,
1018
1035
  click: e,
1019
1036
  ariaLabel: "Decrement"
1020
- }), Ke = ({ click: e }) => J({
1037
+ }), Qe = ({ click: e }) => J({
1021
1038
  icon: u.circlePlus,
1022
1039
  click: e,
1023
1040
  ariaLabel: "Increment"
1024
- }), Qe = ({ bind: e, min: t, max: s, readonly: o = !1 }) => R(({ state: l }) => w({
1041
+ }), Xe = ({ bind: e, min: t, max: s, readonly: o = !1 }) => R(({ state: l }) => w({
1025
1042
  value: ["[[count]]", l],
1026
1043
  bind: e,
1027
1044
  blur: (r, { state: a }) => {
@@ -1034,7 +1051,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1034
1051
  max: s,
1035
1052
  type: "number",
1036
1053
  "aria-label": "Counter"
1037
- })), Et = y(
1054
+ })), jt = v(
1038
1055
  {
1039
1056
  /**
1040
1057
  * Initial state for the counter component.
@@ -1057,32 +1074,32 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1057
1074
  render() {
1058
1075
  const e = this.class ?? "";
1059
1076
  return n({ class: `flex flex-auto items-center justify-between space-x-4 p-4 ${e}` }, [
1060
- Ge({ click: () => this.state.decrement("count") }),
1061
- Qe({
1077
+ Ke({ click: () => this.state.decrement("count") }),
1078
+ Xe({
1062
1079
  bind: this.bind,
1063
1080
  readonly: this.readonly,
1064
1081
  min: this.min,
1065
1082
  max: this.max
1066
1083
  }),
1067
- Ke({ click: () => this.state.increment("count") })
1084
+ Qe({ click: () => this.state.increment("count") })
1068
1085
  ]);
1069
1086
  }
1070
1087
  }
1071
- ), Xe = ({ bind: e, required: t }) => w({
1088
+ ), Ze = ({ bind: e, required: t }) => w({
1072
1089
  cache: "input",
1073
1090
  class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
1074
1091
  bind: e,
1075
1092
  required: t
1076
- }), Ze = ({ bind: e, required: t, toggleOpen: s }) => f({
1093
+ }), et = ({ bind: e, required: t, toggleOpen: s }) => f({
1077
1094
  class: "relative flex items-center gap-2 w-full justify-between border border-input bg-background hover:bg-muted rounded-md h-10 px-4 py-2",
1078
1095
  click: s
1079
1096
  }, [
1080
- Xe({ bind: e, required: t }),
1097
+ Ze({ bind: e, required: t }),
1081
1098
  i({
1082
1099
  onState: ["selectedDate", (o) => o ? A.format("standard", o) : "Pick a date"]
1083
1100
  }),
1084
1101
  m({ html: u.calendar.days })
1085
- ]), et = ({ handleDateSelect: e, blockPriorDates: t }) => x(
1102
+ ]), tt = ({ handleDateSelect: e, blockPriorDates: t }) => x(
1086
1103
  "open",
1087
1104
  (s, o, l) => s ? new k({
1088
1105
  cache: "dropdown",
@@ -1090,13 +1107,13 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1090
1107
  button: l.panel,
1091
1108
  size: "fit"
1092
1109
  }, [
1093
- new le({
1110
+ new re({
1094
1111
  selectedDate: l.state.selectedDate,
1095
1112
  selectedCallBack: e,
1096
1113
  blockPriorDates: t
1097
1114
  })
1098
1115
  ]) : null
1099
- ), jt = y(
1116
+ ), Ot = v(
1100
1117
  {
1101
1118
  /**
1102
1119
  * The initial state of the DatePicker.
@@ -1128,35 +1145,35 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1128
1145
  this.state.selectedDate = s, this.state.open = !1, this.input.value = s, typeof this.onChange == "function" && this.onChange(s);
1129
1146
  };
1130
1147
  return n({ class: "relative w-full max-w-[320px]" }, [
1131
- Ze({
1148
+ et({
1132
1149
  toggleOpen: e,
1133
1150
  bind: this.bind,
1134
1151
  required: this.required
1135
1152
  }),
1136
- et({
1153
+ tt({
1137
1154
  handleDateSelect: t,
1138
1155
  blockPriorDates: this.blockPriorDates || !1
1139
1156
  })
1140
1157
  ]);
1141
1158
  }
1142
1159
  }
1143
- ), tt = ({ bind: e, required: t }) => w({
1160
+ ), st = ({ bind: e, required: t }) => w({
1144
1161
  cache: "input",
1145
1162
  class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
1146
1163
  bind: e,
1147
1164
  required: t
1148
- }), st = ({ bind: e, required: t, toggleOpen: s }) => f({
1165
+ }), ot = ({ bind: e, required: t, toggleOpen: s }) => f({
1149
1166
  class: "relative flex items-center gap-2 w-full justify-between border border-input bg-background hover:bg-muted rounded-md h-10 px-4 py-2",
1150
1167
  click: s
1151
1168
  }, [
1152
- tt({ bind: e, required: t }),
1169
+ st({ bind: e, required: t }),
1153
1170
  R(({ state: o }) => [
1154
- i(M.date(["[[start]]", o], "Start Date")),
1171
+ i(F.date(["[[start]]", o], "Start Date")),
1155
1172
  i(" - "),
1156
- i(M.date(["[[end]]", o], "End Date"))
1173
+ i(F.date(["[[end]]", o], "End Date"))
1157
1174
  ]),
1158
1175
  m({ html: u.calendar.days })
1159
- ]), ot = ({ handleDateSelect: e, blockPriorDates: t }) => x(
1176
+ ]), nt = ({ handleDateSelect: e, blockPriorDates: t }) => x(
1160
1177
  "open",
1161
1178
  (s, o, l) => s ? new k({
1162
1179
  cache: "dropdown",
@@ -1164,14 +1181,14 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1164
1181
  button: l.panel,
1165
1182
  size: "xl"
1166
1183
  }, [
1167
- new re({
1184
+ new ae({
1168
1185
  startDate: l.state.start,
1169
1186
  endDate: l.state.end,
1170
1187
  onRangeSelect: e,
1171
1188
  blockPriorDates: t
1172
1189
  })
1173
1190
  ]) : null
1174
- ), Ot = y(
1191
+ ), Vt = v(
1175
1192
  {
1176
1193
  /**
1177
1194
  * The initial state of the DateRangePicker.
@@ -1207,20 +1224,20 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1207
1224
  this.state.start = s, this.state.end = o, this.state.open = !1, this.input.value = `${s}-${o}`, typeof this.onChange == "function" && this.onChange({ start: s, end: o }, this.parent);
1208
1225
  };
1209
1226
  return n({ class: "relative w-full max-w-[320px]" }, [
1210
- st({
1227
+ ot({
1211
1228
  toggleOpen: e,
1212
1229
  bind: this.bind,
1213
1230
  required: this.required
1214
1231
  }),
1215
- ot({
1232
+ nt({
1216
1233
  handleDateSelect: t,
1217
1234
  blockPriorDates: this.blockPriorDates || !1
1218
1235
  })
1219
1236
  ]);
1220
1237
  }
1221
1238
  }
1222
- ), Vt = ({ dateTime: e = "", remoteTimeZone: t = "America/Denver", filter: s = null }) => te([
1223
- new ce({
1239
+ ), Ut = ({ dateTime: e = "", remoteTimeZone: t = "America/Denver", filter: s = null }) => te([
1240
+ new de({
1224
1241
  dateTime: e,
1225
1242
  filter: s || ((o) => {
1226
1243
  const l = A.getLocalTime(o, !0, !1, t);
@@ -1228,7 +1245,7 @@ const N = globalThis.matchMedia, T = c(({ value: e, label: t, icon: s }) => f({
1228
1245
  })
1229
1246
  })
1230
1247
  ]);
1231
- function nt({ bind: e, required: t }) {
1248
+ function lt({ bind: e, required: t }) {
1232
1249
  return w({
1233
1250
  cache: "input",
1234
1251
  class: "opacity-0 absolute top-0 left-0 w-full h-full pointer-events-none",
@@ -1236,14 +1253,14 @@ function nt({ bind: e, required: t }) {
1236
1253
  required: t
1237
1254
  });
1238
1255
  }
1239
- function lt({ bind: e, required: t, toggleOpen: s }) {
1256
+ function rt({ bind: e, required: t, toggleOpen: s }) {
1240
1257
  return f(
1241
1258
  {
1242
1259
  class: "relative flex items-center gap-2 w-full justify-between border border-input bg-background hover:bg-muted rounded-md h-10 px-4 py-2",
1243
1260
  click: s
1244
1261
  },
1245
1262
  [
1246
- nt({ bind: e, required: t }),
1263
+ lt({ bind: e, required: t }),
1247
1264
  i({
1248
1265
  onState: ["selectedTime", (o) => o || "Pick a time"]
1249
1266
  }),
@@ -1265,7 +1282,7 @@ function B({ items: e, handleTimeSelect: t, state: s, stateValue: o, pad: l = !1
1265
1282
  })
1266
1283
  );
1267
1284
  }
1268
- function rt({ handleTimeSelect: e }) {
1285
+ function at({ handleTimeSelect: e }) {
1269
1286
  return n(
1270
1287
  { class: "absolute mt-1 z-10 bg-background rounded-md shadow-lg" },
1271
1288
  [
@@ -1331,7 +1348,7 @@ function j(e) {
1331
1348
  meridian: r
1332
1349
  });
1333
1350
  }
1334
- const Ut = y(
1351
+ const qt = v(
1335
1352
  {
1336
1353
  /**
1337
1354
  * The initial shallow state of the TimePicker.
@@ -1379,23 +1396,23 @@ const Ut = y(
1379
1396
  return n(
1380
1397
  { class: "relative w-full max-w-[320px]" },
1381
1398
  [
1382
- lt({
1399
+ rt({
1383
1400
  toggleOpen: e,
1384
1401
  bind: this.bind,
1385
1402
  required: this.required
1386
1403
  }),
1387
- rt({
1404
+ at({
1388
1405
  handleTimeSelect: t
1389
1406
  })
1390
1407
  ]
1391
1408
  );
1392
1409
  }
1393
1410
  }
1394
- ), at = (e, t) => n({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
1411
+ ), it = (e, t) => n({ class: `hidden md:flex items-start justify-center w-6 h-6 mr-3 ${t}` }, [
1395
1412
  p({ size: "lg" }, e)
1396
- ]), it = ({ title: e }) => I({ class: "flex flex-auto items-center" }, [
1413
+ ]), ct = ({ title: e }) => I({ class: "flex flex-auto items-center" }, [
1397
1414
  D({ class: "text-lg font-semibold" }, e)
1398
- ]), ct = c((e, t) => se(
1415
+ ]), dt = c((e, t) => se(
1399
1416
  {
1400
1417
  class: `fixed pullUpIn z-30 w-[98%] border md:w-full max-w-lg bg-popover text-foreground shadow-lg duration-200
1401
1418
  rounded-lg flex flex-auto flex-col
@@ -1406,10 +1423,10 @@ const Ut = y(
1406
1423
  [
1407
1424
  n({ class: "flex flex-auto p-6 pb-12 md:pb-6" }, [
1408
1425
  // Icon and content
1409
- e.icon && at(e.icon, e.iconColor),
1426
+ e.icon && it(e.icon, e.iconColor),
1410
1427
  n({ class: "flex flex-auto flex-col gap-4" }, [
1411
1428
  n({ class: "flex flex-auto flex-col space-y-2" }, [
1412
- it(e),
1429
+ ct(e),
1413
1430
  e.description && b({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, e.description),
1414
1431
  n({ class: "flex flex-auto flex-col text-sm text-muted-foreground" }, t)
1415
1432
  ]),
@@ -1417,7 +1434,7 @@ const Ut = y(
1417
1434
  ])
1418
1435
  ])
1419
1436
  ]
1420
- )), dt = (e) => Y.render(e, app.root), O = {
1437
+ )), ut = (e) => Y.render(e, app.root), O = {
1421
1438
  info: {
1422
1439
  borderColor: "border-blue-500",
1423
1440
  bgColor: "bg-muted/10",
@@ -1444,7 +1461,7 @@ const Ut = y(
1444
1461
  iconColor: "text-muted-foreground"
1445
1462
  }
1446
1463
  };
1447
- class ut extends v {
1464
+ class ht extends y {
1448
1465
  /**
1449
1466
  * This will declare the props for the compiler.
1450
1467
  *
@@ -1462,7 +1479,7 @@ class ut extends v {
1462
1479
  const t = (d) => {
1463
1480
  d.target === this.panel && this.close();
1464
1481
  }, { borderColor: s, bgColor: o, iconColor: l } = O[this.type] || O.default, r = `${this.getMainClass()} ${o} ${s}`, a = this.title || "Dialog Title";
1465
- return ct({
1482
+ return dt({
1466
1483
  class: r,
1467
1484
  title: a,
1468
1485
  click: t,
@@ -1506,7 +1523,7 @@ class ut extends v {
1506
1523
  * @returns {void}
1507
1524
  */
1508
1525
  open() {
1509
- dt(this), this.panel.showModal(), this.state.open = !0;
1526
+ ut(this), this.panel.showModal(), this.state.open = !0;
1510
1527
  }
1511
1528
  /**
1512
1529
  * This will close the modal.
@@ -1517,7 +1534,7 @@ class ut extends v {
1517
1534
  this.state.open = !1, this.panel.close(), typeof this.onClose == "function" && this.onClose(), this.destroy();
1518
1535
  }
1519
1536
  }
1520
- class qt extends ut {
1537
+ class Ht extends ht {
1521
1538
  /**
1522
1539
  * This will declare the props for the compiler.
1523
1540
  *
@@ -1547,7 +1564,7 @@ class qt extends ut {
1547
1564
  this.confirmed && this.confirmed(), this.close();
1548
1565
  }
1549
1566
  }
1550
- const Ht = c((e, t = []) => n({ class: "w-full max-w-md p-6 m-auto" }, [
1567
+ const Rt = c((e, t = []) => n({ class: "w-full max-w-md p-6 m-auto" }, [
1551
1568
  W({ class: "flex flex-auto flex-col" }, [
1552
1569
  n({ class: "flex flex-auto flex-col space-y-4" }, [
1553
1570
  n({ class: "flex flex-auto items-center justify-center" }, [
@@ -1565,45 +1582,45 @@ const Ht = c((e, t = []) => n({ class: "w-full max-w-md p-6 m-auto" }, [
1565
1582
  ]));
1566
1583
  export {
1567
1584
  yt as A,
1568
- Ft as B,
1569
- It as C,
1570
- fe as D,
1571
- Ut as E,
1572
- Ce as F,
1573
- qt as G,
1574
- ct as H,
1575
- ut as I,
1576
- Ht as J,
1585
+ zt as B,
1586
+ $t as C,
1587
+ me as D,
1588
+ qt as E,
1589
+ ke as F,
1590
+ Ht as G,
1591
+ dt as H,
1592
+ ht as I,
1593
+ Rt as J,
1577
1594
  Mt as L,
1578
- $t as M,
1579
- Tt as N,
1580
- Ke as P,
1581
- Dt as S,
1582
- Bt as T,
1583
- be as a,
1584
- vt as b,
1585
- we as c,
1586
- ke as d,
1587
- Se as e,
1588
- De as f,
1589
- $e as g,
1590
- Ct as h,
1595
+ Tt as M,
1596
+ Bt as N,
1597
+ Qe as P,
1598
+ It as S,
1599
+ At as T,
1600
+ xe as a,
1601
+ Ct as b,
1602
+ ve as c,
1603
+ Se as d,
1604
+ De as e,
1605
+ Ie as f,
1606
+ Te as g,
1607
+ kt as h,
1591
1608
  W as i,
1592
- kt as j,
1593
- St as k,
1594
- ze as l,
1595
- At as m,
1596
- Lt as n,
1597
- Pt as o,
1609
+ St as j,
1610
+ Dt as k,
1611
+ Ne as l,
1612
+ Lt as m,
1613
+ Pt as n,
1614
+ Ft as o,
1598
1615
  S as p,
1599
1616
  g as q,
1600
- je as r,
1601
- zt as s,
1602
- Nt as t,
1603
- Ge as u,
1604
- Qe as v,
1605
- Et as w,
1606
- jt as x,
1607
- Ot as y,
1608
- Vt as z
1617
+ Oe as r,
1618
+ Nt as s,
1619
+ Et as t,
1620
+ Ke as u,
1621
+ Xe as v,
1622
+ jt as w,
1623
+ Ot as x,
1624
+ Vt as y,
1625
+ Ut as z
1609
1626
  };
package/dist/index.es.js CHANGED
@@ -3,7 +3,7 @@ import { B as c, I as C, L as T } from "./buttons-Cm9etaEG.js";
3
3
  import { C as b, d as I, D as S, c as P, E as B, F, H as k, I as M, M as f, N as x, P as N, R as v, T as y, a as h, b as L, U as W, W as H } from "./inputs-CMjx5-IX.js";
4
4
  import { V as R, a as w } from "./veil-D4dRxILB.js";
5
5
  import { Icons as E } from "./icons.es.js";
6
- import { A as O, B as V, C as j, t as q, G as J, v as z, w as _, x as K, y as Q, D as X, j as Y, k as Z, I as $, H as aa, s as ea, c as sa, a as oa, b as ta, J as ra, i as na, g as la, e as ia, h as pa, F as ma, d as ua, f as da, L as ga, u as ca, M as Ca, l as Ta, N as Da, P as ba, p as Ia, q as Sa, S as Pa, n as Ba, o as Fa, T as ka, z as Ma, E as fa, m as xa, r as Na } from "./empty-state-CtYoGkqL.js";
6
+ import { A as O, B as V, C as j, t as q, G as J, v as z, w as _, x as K, y as Q, D as X, j as Y, k as Z, I as $, H as aa, s as ea, c as sa, a as oa, b as ta, J as ra, i as na, g as la, e as ia, h as pa, F as ma, d as ua, f as da, L as ga, u as ca, M as Ca, l as Ta, N as Da, P as ba, p as Ia, q as Sa, S as Pa, n as Ba, o as Fa, T as ka, z as Ma, E as fa, m as xa, r as Na } from "./empty-state-Dct3Y9SD.js";
7
7
  import { A as ya, b as ha, C as La, D as Wa, a as Ha, F as Aa, M as Ra, P as wa, R as Ua, c as Ea, g as Ga, p as Oa } from "./range-calendar-k0B4ZWJq.js";
8
8
  import { B as ja, p as qa, C as Ja, j as za, D as _a, m as Ka, k as Qa, H as Xa, I as Ya, N as Za, O as $a, P as ae, S as ee, n as se, o as oe, t as te, s as re, q as ne, r as le, T as ie, l as pe, U as me, W as ue, f as de, h as ge, i as ce, c as Ce, d as Te, b as De, e as be, a as Ie, g as Se } from "./signature-panel-Cj_uAlDW.js";
9
9
  import { B as Be, I as Fe, M as ke, d as Me, e as fe, g as xe, N as Ne, b as ve, a as ye, f as he, P as Le, c as We, S as He, T as Ae } from "./mobile-nav-wrapper-Dj67Pb8l.js";
@@ -1,4 +1,4 @@
1
- import { A as o, B as t, C as e, t as r, G as i, v as n, w as m, x as l, y as S, D, j as c, k as g, I as p, H as u, s as d, c as C, a as F, b as T, J as P, i as A, g as f, e as w, h as I, F as b, d as y, f as B, L as M, u as k, M as x, l as L, N as v, P as E, p as N, q as R, S as U, n as h, o as j, T as q, z, E as G, m as H, r as J } from "./empty-state-CtYoGkqL.js";
1
+ import { A as o, B as t, C as e, t as r, G as i, v as n, w as m, x as l, y as S, D, j as c, k as g, I as p, H as u, s as d, c as C, a as F, b as T, J as P, i as A, g as f, e as w, h as I, F as b, d as y, f as B, L as M, u as k, M as x, l as L, N as v, P as E, p as N, q as R, S as U, n as h, o as j, T as q, z, E as G, m as H, r as J } from "./empty-state-Dct3Y9SD.js";
2
2
  import { A as _, P as K, g as Q } from "./range-calendar-k0B4ZWJq.js";
3
3
  export {
4
4
  o as Alert,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.0.247",
3
+ "version": "1.0.249",
4
4
  "description": "This is a UI package that adds components and atoms that use Tailwind CSS and a theme based on Shadcn.",
5
5
  "main": "./dist/index.es.js",
6
6
  "scripts": {