@base-framework/ui 1.2.19 → 1.2.20

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/atoms.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as e, f as t, h as o, i as n, k as r, l as i, m as u, n as l, t as p, w as I, J as c, L as m, M as d, U as g, $ as B, a0 as T, a1 as C, a4 as f, a5 as S, a6 as x, aa as h, af as k, am as M, ap as U, at as w, au as F, aw as H, ax as L, ay as P, aC as R, aH as V, aI as Z, aK as b, aO as D, aP as G, aQ as J, aR as W, aU as v, aV as y, aW as E, aZ as K, a_ as N } from "./full-page-DLnHihAW.js";
1
+ import { c as e, f as t, h as o, i as n, k as r, l as i, m as u, n as l, t as p, w as I, J as c, L as m, M as d, U as g, $ as B, a0 as T, a1 as C, a4 as f, a5 as S, a6 as x, aa as h, af as k, am as M, ap as U, at as w, au as F, aw as H, ax as L, ay as P, aC as R, aH as V, aI as Z, aK as b, aO as D, aP as G, aQ as J, aR as W, aU as v, aV as y, aW as E, aZ as K, a_ as N } from "./full-page-CVk1ktxH.js";
2
2
  import { S as Q } from "./skeleton-BlY3opxG.js";
3
3
  export {
4
4
  e as Badge,
@@ -1,6 +1,6 @@
1
1
  import { Component as c, Html as m, Dom as y, base as w, Data as T, Builder as b, DateTime as g } from "@base-framework/base";
2
2
  import { Li as v, Span as u, Div as r, Ul as D, Button as S, I as x, OnState as B, Time as Y } from "@base-framework/atoms";
3
- import { ar as k, b0 as C, f as h, al as N, F as O } from "./full-page-DLnHihAW.js";
3
+ import { ar as k, b0 as C, f as h, al as N, F as O } from "./full-page-CVk1ktxH.js";
4
4
  import { List as F, DynamicTime as E } from "@base-framework/organisms";
5
5
  class X extends c {
6
6
  /**
@@ -317,11 +317,11 @@ const ha = r((e, t) => {
317
317
  // @ts-ignore
318
318
  class: `bttn ${e.class} ${t.class || ""}`
319
319
  }, s)), St = (e) => {
320
- const t = globalThis.history.length;
320
+ const t = globalThis.history.length, s = globalThis.document?.referrer !== "";
321
321
  return () => {
322
- const a = globalThis.history.length - t + 1;
323
- if (e.allowHistory === !0 && t > 1) {
324
- globalThis.history.go(-a);
322
+ const a = globalThis.history.length - t, l = a + 1;
323
+ if (e.allowHistory === !0 && (t > 1 && s || a > 0)) {
324
+ globalThis.history.go(-l);
325
325
  return;
326
326
  }
327
327
  e.backUrl && app.navigate(e.backUrl);
@@ -330,11 +330,11 @@ const ha = r((e, t) => {
330
330
  ...e,
331
331
  ...t
332
332
  }, s))), Dt = (e) => {
333
- const t = globalThis.history.length;
333
+ const t = globalThis.history.length, s = globalThis.document?.referrer !== "";
334
334
  return () => {
335
- const a = globalThis.history.length - t + 1;
336
- if (t > 1) {
337
- globalThis.history.go(-a);
335
+ const a = globalThis.history.length - t, l = a + 1;
336
+ if (t > 1 && s || a > 0) {
337
+ globalThis.history.go(-l);
338
338
  return;
339
339
  }
340
340
  e.backUrl && app.navigate(e.backUrl);
@@ -416,7 +416,7 @@ const ha = r((e, t) => {
416
416
  // Controls container: grows to fill remaining space, spacing between items
417
417
  o({ class: "flex flex-col gap-y-4" }, t)
418
418
  ]);
419
- }), zt = "flex h-10 w-full px-3 py-2 text-sm", B = "rounded-md border border-border bg-input", I = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background", D = "disabled:cursor-not-allowed disabled:opacity-50 [&:user-invalid]:border-destructive", A = "placeholder:text-muted-foreground", pe = `${zt} ${B} ${I} ${A} ${D}`, Ot = ({ id: e, checked: t, bind: s, required: n }) => ce({
419
+ }), zt = "flex h-10 w-full px-3 py-2 text-sm", B = "rounded-md border border-border bg-input", I = "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 ring-offset-background", D = "disabled:cursor-not-allowed disabled:opacity-50 [&:user-invalid]:border-destructive", H = "placeholder:text-muted-foreground", pe = `${zt} ${B} ${I} ${H} ${D}`, Ot = ({ id: e, checked: t, bind: s, required: n }) => ce({
420
420
  id: e,
421
421
  cache: "checkbox",
422
422
  class: "absolute opacity-0 w-full h-full cursor-pointer pointer-events-none",
@@ -519,7 +519,7 @@ const ha = r((e, t) => {
519
519
  if (!e || e.length === 0) return "";
520
520
  const s = e.replace(/\D/g, "").match(/^(\d{0,3})(\d{0,3})(\d{0,4})$/);
521
521
  return s ? s[2] ? `(${s[1]}) ${s[2]}${s[3] ? "-" + s[3] : ""}` : s[1] || "" : e;
522
- }, At = (e) => {
522
+ }, Ht = (e) => {
523
523
  const t = e.target, s = jt(t.value);
524
524
  s && (t.value = s);
525
525
  }, N = r((e) => p({
@@ -536,7 +536,7 @@ const ha = r((e, t) => {
536
536
  placeholder: "(555) 555-5555",
537
537
  // @ts-ignore
538
538
  pattern: e.pattern || "\\(\\d{3}\\) \\d{3}-\\d{4}",
539
- keyup: At
539
+ keyup: Ht
540
540
  })), ba = r((e) => N({
541
541
  ...e,
542
542
  type: "email",
@@ -549,7 +549,7 @@ const ha = r((e, t) => {
549
549
  ...e,
550
550
  as: "textarea",
551
551
  // @ts-ignore
552
- class: `flex w-full h-24 px-3 py-2 text-sm ${B} ${I} ${A} ${D} ${e.class || ""}`.trim()
552
+ class: `flex w-full h-24 px-3 py-2 text-sm ${B} ${I} ${H} ${D} ${e.class || ""}`.trim()
553
553
  })), pa = (e = {}) => o({ class: "flex items-center gap-x-2" }, [
554
554
  p({
555
555
  ...e,
@@ -561,27 +561,27 @@ const ha = r((e, t) => {
561
561
  ...e,
562
562
  type: "date",
563
563
  // @ts-ignore
564
- class: `${B} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
564
+ class: `${B} ${I} ${H} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
565
565
  })), wa = r((e) => p({
566
566
  ...e,
567
567
  type: "time",
568
568
  // @ts-ignore
569
- class: `${B} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
569
+ class: `${B} ${I} ${H} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
570
570
  })), va = r((e) => p({
571
571
  ...e,
572
572
  type: "datetime-local",
573
573
  // @ts-ignore
574
- class: `${B} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
574
+ class: `${B} ${I} ${H} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
575
575
  })), ka = r((e) => p({
576
576
  ...e,
577
577
  type: "month",
578
578
  // @ts-ignore
579
- class: `${B} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
579
+ class: `${B} ${I} ${H} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
580
580
  })), Ca = r((e) => p({
581
581
  ...e,
582
582
  type: "week",
583
583
  // @ts-ignore
584
- class: `${B} ${I} ${A} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
584
+ class: `${B} ${I} ${H} ${D} px-3 py-2 text-sm ring-offset-background ${e.class || ""}`.trim()
585
585
  })), Sa = r((e) => N({
586
586
  ...e,
587
587
  type: "number"
@@ -610,11 +610,11 @@ r((e) => ce({
610
610
  // @ts-ignore
611
611
  class: `flex h-4 w-4 text-foreground ${B} ${I} ${D} ${e.class || ""}`.trim()
612
612
  }));
613
- const Ht = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", Ma = r((e) => p({
613
+ const At = "file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground", Ma = r((e) => p({
614
614
  ...e,
615
615
  type: "file",
616
616
  // @ts-ignore
617
- class: `${pe} ${Ht} ${e.class || ""}`.trim()
617
+ class: `${pe} ${At} ${e.class || ""}`.trim()
618
618
  })), Ba = O(
619
619
  {
620
620
  /**
@@ -1054,12 +1054,12 @@ const Kt = r((e, t) => o({ ...e, class: "flex flex-auto flex-col gap-y-2" }, t))
1054
1054
  // @ts-ignore
1055
1055
  e.description && k({ class: "text-sm text-muted-foreground pb-4 px-6 max-w-[700px]" }, e.description),
1056
1056
  ...t
1057
- ])), Aa = r((e, t = []) => (
1057
+ ])), Ha = r((e, t = []) => (
1058
1058
  // @ts-ignore
1059
1059
  Pt({ label: e.label, description: e.description, class: "py-4 px-6", border: e.border }, [
1060
1060
  o({ class: "flex flex-col gap-y-6" }, t)
1061
1061
  ])
1062
- )), Ha = r((e, t = []) => {
1062
+ )), Aa = r((e, t = []) => {
1063
1063
  const s = e.border ? "border-t" : "";
1064
1064
  return o({ ...e, class: `flex flex-col pb-4 px-6 gap-y-4 ${s} ${e.class || ""}` }, t);
1065
1065
  }), Xt = (e) => e.tag === "input" || e.tag === "select" || e.tag === "textarea", qe = (e, t, s) => e.map((n) => !n || (n.children && n.children.length > 0 && (n.children = qe(n.children, t, s)), !n.required) ? n : Xt(n) ? {
@@ -1972,14 +1972,14 @@ const Oe = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
1972
1972
  t.toString()
1973
1973
  );
1974
1974
  }, le = (e, t, s, n) => e === n.date && t === n.month && s === n.year, Rs = (e, t, s, n = !1) => {
1975
- const { year: a, month: l } = e, i = L(a, l, e.date), c = new Date(a, l, 1).getDay(), h = new Date(a, l + 1, 0).getDate(), m = new Date(a, l, 0).getDate(), v = [], q = l === 0 ? 11 : l - 1, H = l === 0 ? a - 1 : a;
1975
+ const { year: a, month: l } = e, i = L(a, l, e.date), c = new Date(a, l, 1).getDay(), h = new Date(a, l + 1, 0).getDate(), m = new Date(a, l, 0).getDate(), v = [], q = l === 0 ? 11 : l - 1, A = l === 0 ? a - 1 : a;
1976
1976
  for (let d = c - 1; d >= 0; d--) {
1977
- const y = m - d, S = le(y, q, H, t), $ = new Date(H, q, y) < new Date(t.year, t.month, t.date), R = n && $;
1977
+ const y = m - d, S = le(y, q, A, t), $ = new Date(A, q, y) < new Date(t.year, t.month, t.date), R = n && $;
1978
1978
  v.push(
1979
1979
  oe({
1980
1980
  day: y,
1981
1981
  currentDate: i,
1982
- date: L(H, q, y),
1982
+ date: L(A, q, y),
1983
1983
  isToday: S,
1984
1984
  isOutsideMonth: !0,
1985
1985
  select: s,
@@ -2038,7 +2038,7 @@ const Oe = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
2038
2038
  ]), Ls = (e) => o(
2039
2039
  { class: "flex items-center justify-center h-9 w-auto text-[0.8rem] font-normal text-muted-foreground" },
2040
2040
  e
2041
- ), js = () => ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(Ls), As = (e) => o({ class: "rdp flex flex-auto flex-col w-full gap-y-1" }, [
2041
+ ), js = () => ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"].map(Ls), Hs = (e) => o({ class: "rdp flex flex-auto flex-col w-full gap-y-1" }, [
2042
2042
  Fs({
2043
2043
  onMonthClick: e.onMonthClick,
2044
2044
  onYearClick: e.onYearClick,
@@ -2063,7 +2063,7 @@ const Oe = globalThis.matchMedia, ae = r(({ value: e, label: t, icon: s }) => w(
2063
2063
  ]
2064
2064
  ]
2065
2065
  })
2066
- ]), Hs = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
2066
+ ]), As = ({ currentMonth: e, currentYear: t, onSelect: s }) => {
2067
2067
  const n = t - 50, a = Array.from({ length: 101 }, (l, i) => n + i);
2068
2068
  return o(
2069
2069
  { class: "grid grid-cols-4 gap-2 overflow-y-auto max-h-72" },
@@ -2206,7 +2206,7 @@ class Es extends C {
2206
2206
  }
2207
2207
  );
2208
2208
  case "years":
2209
- return Hs(
2209
+ return As(
2210
2210
  {
2211
2211
  // @ts-ignore
2212
2212
  currentMonth: this.data.current.month,
@@ -2218,7 +2218,7 @@ class Es extends C {
2218
2218
  }
2219
2219
  );
2220
2220
  default:
2221
- return As({
2221
+ return Hs({
2222
2222
  // @ts-ignore
2223
2223
  current: this.data.current,
2224
2224
  // @ts-ignore
@@ -2407,7 +2407,7 @@ const Us = (e) => {
2407
2407
  e.toString()
2408
2408
  );
2409
2409
  }, Zs = ({ today: e, current: t, blockPriorDates: s, onDateClick: n }) => {
2410
- const { start: a, end: l } = t, i = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), h = [], m = t.month === 0 ? 11 : t.month - 1, v = t.month === 0 ? t.year - 1 : t.year, q = new Date(v, m + 1, 0).getDate(), H = t.month === 11 ? 0 : t.month + 1, E = t.month === 11 ? t.year + 1 : t.year;
2410
+ const { start: a, end: l } = t, i = new Date(t.year, t.month, 1).getDay(), c = new Date(t.year, t.month + 1, 0).getDate(), h = [], m = t.month === 0 ? 11 : t.month - 1, v = t.month === 0 ? t.year - 1 : t.year, q = new Date(v, m + 1, 0).getDate(), A = t.month === 11 ? 0 : t.month + 1, E = t.month === 11 ? t.year + 1 : t.year;
2411
2411
  for (let f = i - 1; f >= 0; f--) {
2412
2412
  const d = q - f, y = L(v, m, d), S = new Date(v, m, d), $ = new Date(e.year, e.month, e.date), R = S < $, G = s && R, _ = a === y, K = l === y, st = a && l && y > a && y < l;
2413
2413
  h.push({
@@ -2438,7 +2438,7 @@ const Us = (e) => {
2438
2438
  }
2439
2439
  const we = (7 - h.length % 7) % 7;
2440
2440
  for (let f = 1; f <= we; f++) {
2441
- const d = L(E, H, f), y = new Date(E, H, f), S = new Date(e.year, e.month, e.date), $ = y < S, R = s && $, G = a === d, _ = l === d, K = a && l && d > a && d < l;
2441
+ const d = L(E, A, f), y = new Date(E, A, f), S = new Date(e.year, e.month, e.date), $ = y < S, R = s && $, G = a === d, _ = l === d, K = a && l && d > a && d < l;
2442
2442
  h.push({
2443
2443
  day: f,
2444
2444
  iso: d,
@@ -2515,16 +2515,16 @@ const Us = (e) => {
2515
2515
  variant: l === "start" ? "primary" : "outline",
2516
2516
  class: "flex-1"
2517
2517
  }, [
2518
- o({ class: "font-medium" }, Ae("current.start", "Start Date"))
2518
+ o({ class: "font-medium" }, He("current.start", "Start Date"))
2519
2519
  ])),
2520
2520
  Q("selecting", (l) => b({
2521
2521
  click: a,
2522
2522
  variant: l === "end" ? "primary" : "outline",
2523
2523
  class: "flex-1"
2524
2524
  }, [
2525
- o({ class: "font-medium" }, Ae("current.end", "End Date"))
2525
+ o({ class: "font-medium" }, He("current.end", "End Date"))
2526
2526
  ]))
2527
- ]), Ae = (e, t) => [`[[${e}]]`, (s) => s == null ? t : sn(s)], sn = (e) => {
2527
+ ]), He = (e, t) => [`[[${e}]]`, (s) => s == null ? t : sn(s)], sn = (e) => {
2528
2528
  const t = /* @__PURE__ */ new Date(e + "T00:00:00"), s = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], n = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
2529
2529
  return `${s[t.getDay()]}, ${t.getDate()} ${n[t.getMonth()]}`;
2530
2530
  }, nn = ({ currentYear: e, onSelect: t }) => {
@@ -2897,7 +2897,7 @@ function gn({ handleTimeSelect: e }) {
2897
2897
  )
2898
2898
  );
2899
2899
  }
2900
- function He(e) {
2900
+ function Ae(e) {
2901
2901
  if (!e)
2902
2902
  return { hour: null, minute: null, meridian: null };
2903
2903
  const t = /^(\d{1,2}):(\d{2})(?::(\d{2}))?\s?(AM|PM)?$/i, s = e.match(t);
@@ -2918,7 +2918,7 @@ const ao = O(
2918
2918
  * @member {object} state
2919
2919
  */
2920
2920
  state() {
2921
- const e = this.selectedTime ?? null, { hour: t, minute: s, meridian: n } = He(e);
2921
+ const e = this.selectedTime ?? null, { hour: t, minute: s, meridian: n } = Ae(e);
2922
2922
  return {
2923
2923
  selectedTime: e,
2924
2924
  open: !1,
@@ -2934,7 +2934,7 @@ const ao = O(
2934
2934
  */
2935
2935
  after() {
2936
2936
  if (this.input.value) {
2937
- const { hour: e, minute: t, meridian: s } = He(this.input.value);
2937
+ const { hour: e, minute: t, meridian: s } = Ae(this.input.value);
2938
2938
  this.state.set({
2939
2939
  hour: e,
2940
2940
  minute: t,
@@ -3740,7 +3740,7 @@ class Ze extends Fn {
3740
3740
  * @returns {object}
3741
3741
  */
3742
3742
  setupSubNav(t) {
3743
- return new An(
3743
+ return new Hn(
3744
3744
  {
3745
3745
  parentLink: t,
3746
3746
  options: t.options
@@ -3779,7 +3779,7 @@ const Ln = (e, t) => new RegExp(`${e}($|/|\\.).*`).test(t), jn = (e, t) => {
3779
3779
  const s = e.link.panel.pathname;
3780
3780
  return !s && e.isSelected() ? !0 : e.exact ? t === s : Ln(s, t);
3781
3781
  };
3782
- class An extends Ze {
3782
+ class Hn extends Ze {
3783
3783
  /**
3784
3784
  * This will declare the props for the compiler.
3785
3785
  *
@@ -3866,14 +3866,14 @@ class An extends Ze {
3866
3866
  this.parentLink.update(s);
3867
3867
  }
3868
3868
  }
3869
- const Hn = (e) => he({ class: "text-lg ml-2" }, e), En = (e) => o({ class: "sticky flex flex-row items-center bg-popover lg:hidden top-0 z-10 border-0 border-b" }, [
3869
+ const An = (e) => he({ class: "text-lg ml-2" }, e), En = (e) => o({ class: "sticky flex flex-row items-center bg-popover lg:hidden top-0 z-10 border-0 border-b" }, [
3870
3870
  b({
3871
3871
  variant: "icon",
3872
3872
  class: "m-2",
3873
3873
  click: (t, { state: s }) => s.toggle("open"),
3874
3874
  icon: u.arrows.left
3875
3875
  }),
3876
- e.title && Hn(e.title)
3876
+ e.title && An(e.title)
3877
3877
  ]), Un = () => o({
3878
3878
  class: `
3879
3879
  absolute inset-0 bg-black/40 z-[-1] fadeIn
@@ -4485,8 +4485,8 @@ export {
4485
4485
  Ma as M,
4486
4486
  Ge as N,
4487
4487
  ja as O,
4488
- Ha as P,
4489
- Aa as Q,
4488
+ Aa as P,
4489
+ Ha as Q,
4490
4490
  es as R,
4491
4491
  Jt as S,
4492
4492
  Ea as T,
@@ -4514,7 +4514,7 @@ export {
4514
4514
  Pa as aC,
4515
4515
  bo as aD,
4516
4516
  Va as aE,
4517
- An as aF,
4517
+ Hn as aF,
4518
4518
  ye as aG,
4519
4519
  ma as aH,
4520
4520
  xa as aI,
@@ -4540,7 +4540,7 @@ export {
4540
4540
  $s as ab,
4541
4541
  uo as ac,
4542
4542
  ho as ad,
4543
- As as ae,
4543
+ Hs as ae,
4544
4544
  ka as af,
4545
4545
  Xe as ag,
4546
4546
  zn as ah,
package/dist/index.es.js CHANGED
@@ -1,10 +1,10 @@
1
- import { A as s, a as o, B as t, b as r, c as n, d as i, e as l, f as p, C as u, g as d, h as m, i as g, j as c, k as T, l as C, m as S, n as I, o as b, p as D, q as B, r as F, D as k, s as M, t as P, u as v, v as N, w as f, x as h, y as x, z as y, E as U, F as W, G as L, H as w, I as H, J as A, K as G, L as R, M as O, N as E, O as V, P as Z, Q as j, R as J, S as _, T as q, U as z, V as K, W as Q, X, Y, Z as $, _ as aa, $ as ea, a0 as sa, a1 as oa, a2 as ta, a3 as ra, a4 as na, a5 as ia, a6 as la, a7 as pa, a8 as ua, a9 as da, aa as ma, ab as ga, ac as ca, ad as Ta, ae as Ca, af as Sa, ag as Ia, ah as ba, ai as Da, aj as Ba, ak as Fa, al as ka, am as Ma, an as Pa, ao as va, ap as Na, aq as fa, ar as ha, as as xa, at as ya, au as Ua, av as Wa, aw as La, ax as wa, ay as Ha, az as Aa, aA as Ga, aB as Ra, aC as Oa, aD as Ea, aE as Va, aF as Za, aG as ja, aH as Ja, aI as _a, aJ as qa, aK as za, aL as Ka, aM as Qa, aN as Xa, aO as Ya, aP as $a, aQ as ae, aR as ee, aS as se, aT as oe, aU as te, aV as re, aW as ne, aX as ie, aY as le, aZ as pe, a_ as ue, a$ as de } from "./full-page-DLnHihAW.js";
1
+ import { A as s, a as o, B as t, b as r, c as n, d as i, e as l, f as p, C as u, g as d, h as m, i as g, j as c, k as T, l as C, m as S, n as I, o as b, p as D, q as B, r as F, D as k, s as M, t as P, u as v, v as N, w as f, x as h, y as x, z as y, E as U, F as W, G as L, H as w, I as H, J as A, K as G, L as R, M as O, N as E, O as V, P as Z, Q as j, R as J, S as _, T as q, U as z, V as K, W as Q, X, Y, Z as $, _ as aa, $ as ea, a0 as sa, a1 as oa, a2 as ta, a3 as ra, a4 as na, a5 as ia, a6 as la, a7 as pa, a8 as ua, a9 as da, aa as ma, ab as ga, ac as ca, ad as Ta, ae as Ca, af as Sa, ag as Ia, ah as ba, ai as Da, aj as Ba, ak as Fa, al as ka, am as Ma, an as Pa, ao as va, ap as Na, aq as fa, ar as ha, as as xa, at as ya, au as Ua, av as Wa, aw as La, ax as wa, ay as Ha, az as Aa, aA as Ga, aB as Ra, aC as Oa, aD as Ea, aE as Va, aF as Za, aG as ja, aH as Ja, aI as _a, aJ as qa, aK as za, aL as Ka, aM as Qa, aN as Xa, aO as Ya, aP as $a, aQ as ae, aR as ee, aS as se, aT as oe, aU as te, aV as re, aW as ne, aX as ie, aY as le, aZ as pe, a_ as ue, a$ as de } from "./full-page-CVk1ktxH.js";
2
2
  import { S as ge } from "./skeleton-BlY3opxG.js";
3
3
  import { Icons as Te, MaterialSymbols as Ce } from "./icons.es.js";
4
- import { C as Ie, D as be, a as De, b as Be, c as Fe, d as ke, e as Me, M as Pe, N as ve, S as Ne, f as fe, g as he, h as xe, T as ye, i as Ue } from "./confirmation-BXRI0wnL.js";
5
- import { B as Le, I as we, N as He, P as Ae, S as Ge, T as Re, a as Oe, b as Ee, U as Ve, c as Ze, d as je, e as Je, W as _e, f as qe, g as ze, h as Ke, i as Qe, j as Xe, k as Ye, l as $e, m as as, n as es } from "./signature-panel-BhNd436C.js";
6
- import { S as os } from "./sidebar-menu-Dg6ZTk31.js";
7
- import { B as rs, C as ns, F as is, a as ls, S as ps } from "./sidebar-menu-page-CuWELCU9.js";
4
+ import { C as Ie, D as be, a as De, b as Be, c as Fe, d as ke, e as Me, M as Pe, N as ve, S as Ne, f as fe, g as he, h as xe, T as ye, i as Ue } from "./confirmation-QkXVHhvn.js";
5
+ import { B as Le, I as we, N as He, P as Ae, S as Ge, T as Re, a as Oe, b as Ee, U as Ve, c as Ze, d as je, e as Je, W as _e, f as qe, g as ze, h as Ke, i as Qe, j as Xe, k as Ye, l as $e, m as as, n as es } from "./signature-panel-CnW3kO7u.js";
6
+ import { S as os } from "./sidebar-menu-BB-kiQYJ.js";
7
+ import { B as rs, C as ns, F as is, a as ls, S as ps } from "./sidebar-menu-page-CKeqF3ax.js";
8
8
  import { A as ds, B as ms, F as gs, M as cs, T as Ts, a as Cs } from "./bside-template-C7AQgQ6H.js";
9
9
  import { F as Is, c as bs } from "./format-DE4rFWuD.js";
10
10
  import { I as Bs } from "./image-scaler-1G-JzJVG.js";
@@ -1,5 +1,5 @@
1
- import { A as s, a as t, e as r, o as e, p as i, q as n, r as m, u as l, v as d, z as C, E as S, F as p, H as D, K as u, N as c, O as g, P as F, Q as T, R as P, S as b, T as f, V as w, W as A, X as I, a2 as M, a7 as N, ab as y, al as B, aq as E, ar as L, aE as R, aJ as U, aL as k, aN as v, aY as x } from "./full-page-DLnHihAW.js";
2
- import { C as q, D as O, a as z, b as G, c as H, d as J, e as K, M as Q, N as V, S as W, f as X, g as Y, h as _, T as j, i as Z } from "./confirmation-BXRI0wnL.js";
1
+ import { A as s, a as t, e as r, o as e, p as i, q as n, r as m, u as l, v as d, z as C, E as S, F as p, H as D, K as u, N as c, O as g, P as F, Q as T, R as P, S as b, T as f, V as w, W as A, X as I, a2 as M, a7 as N, ab as y, al as B, aq as E, ar as L, aE as R, aJ as U, aL as k, aN as v, aY as x } from "./full-page-CVk1ktxH.js";
2
+ import { C as q, D as O, a as z, b as G, c as H, d as J, e as K, M as Q, N as V, S as W, f as X, g as Y, h as _, T as j, i as Z } from "./confirmation-QkXVHhvn.js";
3
3
  export {
4
4
  s as Alert,
5
5
  t as Avatar,
@@ -1,6 +1,6 @@
1
- import { B as s, b as n, C as t, g as r, j as o, D as l, s as i, x as d, y as b, G as u, I as g, Y as v, _ as p, a3 as T, a8 as D, ac as k, ad as N, ae as c, ag as C, ah as B, ai as m, aj as y, ak as S, an as h, as as M, av as W, az as I, aA as U, aB as x, aD as H, aF as P, aG as G, aM as f, aS as L, aT as j, aX as F, a$ as O } from "./full-page-DLnHihAW.js";
2
- import { B as z, I as A, N as R, P as X, S as Y, T as _, a as $, b as q, U as E, c as J, d as K, e as Q, W as V, f as Z, g as aa, h as ea, i as sa, j as na, k as ta, l as ra, m as oa, n as la } from "./signature-panel-BhNd436C.js";
3
- import { S as da } from "./sidebar-menu-Dg6ZTk31.js";
1
+ import { B as s, b as n, C as t, g as r, j as o, D as l, s as i, x as d, y as b, G as u, I as g, Y as v, _ as p, a3 as T, a8 as D, ac as k, ad as N, ae as c, ag as C, ah as B, ai as m, aj as y, ak as S, an as h, as as M, av as W, az as I, aA as U, aB as x, aD as H, aF as P, aG as G, aM as f, aS as L, aT as j, aX as F, a$ as O } from "./full-page-CVk1ktxH.js";
2
+ import { B as z, I as A, N as R, P as X, S as Y, T as _, a as $, b as q, U as E, c as J, d as K, e as Q, W as V, f as Z, g as aa, h as ea, i as sa, j as na, k as ta, l as ra, m as oa, n as la } from "./signature-panel-CnW3kO7u.js";
3
+ import { S as da } from "./sidebar-menu-BB-kiQYJ.js";
4
4
  export {
5
5
  s as BackButton,
6
6
  n as Backdrop,
package/dist/pages.es.js CHANGED
@@ -1,5 +1,5 @@
1
- import { d as s, Z as g, a9 as n, ao as P } from "./full-page-DLnHihAW.js";
2
- import { B as o, C as r, F as i, a as t, S as u } from "./sidebar-menu-page-CuWELCU9.js";
1
+ import { d as s, Z as g, a9 as n, ao as P } from "./full-page-CVk1ktxH.js";
2
+ import { B as o, C as r, F as i, a as t, S as u } from "./sidebar-menu-page-CKeqF3ax.js";
3
3
  export {
4
4
  s as BasicPage,
5
5
  o as BlankPage,
@@ -1,5 +1,5 @@
1
1
  import { Div as r, Header as x, H1 as c } from "@base-framework/atoms";
2
- import { a3 as n } from "./full-page-DLnHihAW.js";
2
+ import { a3 as n } from "./full-page-CVk1ktxH.js";
3
3
  const g = ({ title: l, options: a, class: s = "", mobileBorder: t = !1, sticky: e = !1, topNav: o = null, bottomNav: p = null }) => r({ class: `pb-12 p-4 pt-0 lg:p-6 lg:border-r w-full lg:max-w-[300px] flex-auto flex-col ${s}` }, [
4
4
  o,
5
5
  l && x({ class: "pb-4 md:pb-2 px-6 flex" }, [
@@ -1,7 +1,7 @@
1
1
  import { Div as s } from "@base-framework/atoms";
2
- import { d as a, a9 as i, ao as r, ad as n } from "./full-page-DLnHihAW.js";
2
+ import { d as a, a9 as i, ao as r, ad as n } from "./full-page-CVk1ktxH.js";
3
3
  import { F as l, A as d } from "./bside-template-C7AQgQ6H.js";
4
- import { S as c } from "./sidebar-menu-Dg6ZTk31.js";
4
+ import { S as c } from "./sidebar-menu-BB-kiQYJ.js";
5
5
  class f extends a {
6
6
  /**
7
7
  * This will render the page.
@@ -1,6 +1,6 @@
1
1
  import { Div as r, Button as v, On as j, Span as T, Nav as f, Ul as p, Section as y, Li as w, Canvas as z } from "@base-framework/atoms";
2
2
  import { Component as k, Data as I, DateTime as U, router as b, NavLink as S, base as L, Dom as B } from "@base-framework/base";
3
- import { f as C, an as A, aU as u, $ as F } from "./full-page-DLnHihAW.js";
3
+ import { f as C, an as A, aU as u, $ as F } from "./full-page-CVk1ktxH.js";
4
4
  import { Icons as D } from "./icons.es.js";
5
5
  import { IntervalTimer as O } from "@base-framework/organisms";
6
6
  class Lt extends k {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
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": {