@base-framework/ui 1.2.72 → 1.2.73

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 t, f as e, h as n, i as o, k as l, l as i, m as u, n as r, t as p, w as I, J as g, L as c, M as d, N as m, O as F, P as T, Q as B, R as S, S as b, T as C, U as x, a0 as f, a7 as P, a8 as h, a9 as k, ac as M, ad as U, ae as w, ai as E, an as G, au as L, ax as N, aB as R, aC as Z, aE as D, aF as H, aG as J, aK as Q, aP as V, aQ as W, aS as v, aW as K, aX as O, aY as X, aZ as Y, b0 as j, b1 as q, b2 as y, b5 as z, b6 as A } from "./full-page-CDqQw8Gr.js";
1
+ import { c as t, f as e, h as n, i as o, k as l, l as i, m as u, n as r, t as p, w as I, J as g, L as c, M as d, N as m, O as F, P as T, Q as B, R as S, S as b, T as C, U as x, a0 as f, a7 as P, a8 as h, a9 as k, ac as M, ad as U, ae as w, ai as E, an as G, au as L, ax as N, aB as R, aC as Z, aE as D, aF as H, aG as J, aK as Q, aP as V, aQ as W, aS as v, aW as K, aX as O, aY as X, aZ as Y, b0 as j, b1 as q, b2 as y, b5 as z, b6 as A } from "./full-page-DEY8A6LH.js";
2
2
  import { S as $ } from "./skeleton-5x_geYYP.js";
3
3
  export {
4
4
  t as Badge,
@@ -1,6 +1,6 @@
1
1
  import { Component as d, Html as g, Dom as v, base as T, Data as S, Builder as C, DateTime as f } from "@base-framework/base";
2
2
  import { Li as w, Span as p, Div as a, Ul as D, Button as x, OnState as Y, Time as B } from "@base-framework/atoms";
3
- import { aY as m, f as h, az as k, b8 as y, at as E, F as L } from "./full-page-CDqQw8Gr.js";
3
+ import { aY as m, f as h, az as k, b8 as y, at as E, F as L } from "./full-page-DEY8A6LH.js";
4
4
  import { List as N, DynamicTime as M } from "@base-framework/organisms";
5
5
  class V extends d {
6
6
  /**
@@ -1,22 +1,24 @@
1
1
  import { DateTime as f } from "@base-framework/base";
2
- const o = (n, t) => {
3
- if (typeof n == "string") {
4
- const l = /^(.*?)\[\[([^\]]+)\]\](.*?)$/, e = n.match(l);
2
+ const c = (t, n) => {
3
+ if (typeof t == "number" || typeof t == "boolean" || t === null || t === void 0)
4
+ return n(t);
5
+ if (typeof t == "string") {
6
+ const l = /^(.*?)\[\[([^\]]+)\]\](.*?)$/, e = t.match(l);
5
7
  if (e) {
6
- const [, r, a, c] = e;
7
- if (r || c) {
8
- const i = t;
9
- t = (u) => `${r}${i(u)}${c}`;
8
+ const [, r, a, o] = e;
9
+ if (r || o) {
10
+ const i = n;
11
+ n = (u) => `${r}${i(u)}${o}`;
10
12
  }
11
- n = [a];
13
+ t = [a];
12
14
  } else
13
- n = [n];
15
+ t = [t];
14
16
  }
15
- return Array.isArray(n) ? (n.push(t), n) : {
16
- ...n,
17
- callBack: t
17
+ return Array.isArray(t) ? (t.push(n), t) : {
18
+ ...t,
19
+ callBack: n
18
20
  };
19
- }, m = (n, t = "") => n != null && n !== "" ? n : t, p = {
21
+ }, m = (t, n = "") => t != null && t !== "" ? t : n, p = {
20
22
  /**
21
23
  * Formats a number with commas.
22
24
  *
@@ -24,16 +26,16 @@ const o = (n, t) => {
24
26
  * @param {string|null} defaultValue - Value if original is null or undefined.
25
27
  * @returns {object|array}
26
28
  */
27
- number(n, t = null) {
29
+ number(t, n = null) {
28
30
  const l = typeof Intl < "u" ? new Intl.NumberFormat() : null;
29
- return o(n, (r) => {
31
+ return c(t, (r) => {
30
32
  const a = Number(r);
31
33
  if (isNaN(a))
32
- return t || "";
34
+ return n || "";
33
35
  if (l)
34
36
  return l.format(a);
35
- const c = /\B(?=(\d{3})+(?!\d))/g;
36
- return a.toString().replace(c, ",");
37
+ const o = /\B(?=(\d{3})+(?!\d))/g;
38
+ return a.toString().replace(o, ",");
37
39
  });
38
40
  },
39
41
  /**
@@ -44,8 +46,8 @@ const o = (n, t) => {
44
46
  * @param {string} no - Text for false values.
45
47
  * @returns {object|array}
46
48
  */
47
- yesno(n, t = "Yes", l = "No") {
48
- return o(n, (r) => r ? t : l);
49
+ yesno(t, n = "Yes", l = "No") {
50
+ return c(t, (r) => r ? n : l);
49
51
  },
50
52
  /**
51
53
  * Formats a value as money with two decimals.
@@ -56,19 +58,19 @@ const o = (n, t) => {
56
58
  * @param {boolean} round - Whether to round to nearest whole number (no decimals).
57
59
  * @returns {object|array}
58
60
  */
59
- money(n, t = "$", l = null, e = !1) {
61
+ money(t, n = "$", l = null, e = !1) {
60
62
  const r = typeof Intl < "u" ? new Intl.NumberFormat(void 0, {
61
63
  minimumFractionDigits: e ? 0 : 2,
62
64
  maximumFractionDigits: e ? 0 : 2
63
65
  }) : null;
64
- return o(n, (c) => {
65
- const i = parseFloat(c);
66
+ return c(t, (o) => {
67
+ const i = parseFloat(o);
66
68
  if (isNaN(i))
67
- return t + l || "";
69
+ return n + l || "";
68
70
  if (r)
69
- return t + r.format(i);
71
+ return n + r.format(i);
70
72
  const u = /\B(?=(\d{3})+(?!\d))/g;
71
- return t + (e ? Math.round(i) : i.toFixed(2)).toString().replace(u, ",");
73
+ return n + (e ? Math.round(i) : i.toFixed(2)).toString().replace(u, ",");
72
74
  });
73
75
  },
74
76
  /**
@@ -79,19 +81,19 @@ const o = (n, t) => {
79
81
  * @param {*} defaultValue - Value if original is invalid.
80
82
  * @returns {object|array}
81
83
  */
82
- roundMoney(n, t = "$", l = null) {
84
+ roundMoney(t, n = "$", l = null) {
83
85
  const e = typeof Intl < "u" ? new Intl.NumberFormat(void 0, {
84
86
  minimumFractionDigits: 0,
85
87
  maximumFractionDigits: 0
86
88
  }) : null;
87
- return o(n, (a) => {
88
- const c = parseFloat(a);
89
- if (isNaN(c))
90
- return t + l || "";
89
+ return c(t, (a) => {
90
+ const o = parseFloat(a);
91
+ if (isNaN(o))
92
+ return n + l || "";
91
93
  if (e)
92
- return t + e.format(Math.round(c));
94
+ return n + e.format(Math.round(o));
93
95
  const i = /\B(?=(\d{3})+(?!\d))/g;
94
- return t + Math.round(c).toString().replace(i, ",");
96
+ return n + Math.round(o).toString().replace(i, ",");
95
97
  });
96
98
  },
97
99
  /**
@@ -101,11 +103,11 @@ const o = (n, t) => {
101
103
  * @param {*} defaultValue - Value if original is invalid.
102
104
  * @returns {object|array}
103
105
  */
104
- phone(n, t = null) {
105
- return o(n, (e) => {
106
+ phone(t, n = null) {
107
+ return c(t, (e) => {
106
108
  e = e || "";
107
109
  const r = String(e.toString()).replace(/\D/g, "");
108
- return r.length === 10 ? "(" + r.slice(0, 3) + ") " + r.slice(3, 6) + "-" + r.slice(6) : e || t;
110
+ return r.length === 10 ? "(" + r.slice(0, 3) + ") " + r.slice(3, 6) + "-" + r.slice(6) : e || n;
109
111
  });
110
112
  },
111
113
  /**
@@ -115,11 +117,11 @@ const o = (n, t) => {
115
117
  * @param {*} defaultValue - Value if original is invalid.
116
118
  * @returns {object|array}
117
119
  */
118
- integer(n, t = null) {
119
- return o(n, (e) => {
120
- e = m(e, t);
120
+ integer(t, n = null) {
121
+ return c(t, (e) => {
122
+ e = m(e, n);
121
123
  const r = parseInt(e, 10);
122
- return isNaN(r) ? t : r.toString();
124
+ return isNaN(r) ? n : r.toString();
123
125
  });
124
126
  },
125
127
  /**
@@ -129,13 +131,13 @@ const o = (n, t) => {
129
131
  * @param {*} defaultValue - Value if original is invalid.
130
132
  * @returns {object|array}
131
133
  */
132
- date(n, t = null) {
134
+ date(t, n = null) {
133
135
  const l = typeof Intl < "u" ? new Intl.DateTimeFormat(void 0, {
134
136
  year: "numeric",
135
137
  month: "2-digit",
136
138
  day: "2-digit"
137
139
  }) : null;
138
- return o(n, (r) => r ? l ? l.format(new Date(r)) : f.format("standard", r) : t || "");
140
+ return c(t, (r) => r ? l ? l.format(new Date(r)) : f.format("standard", r) : n || "");
139
141
  },
140
142
  /**
141
143
  * Formats a date and time value to a standard date and time format.
@@ -144,7 +146,7 @@ const o = (n, t) => {
144
146
  * @param {*} defaultValue - Value if original is invalid.
145
147
  * @returns {object|array}
146
148
  */
147
- dateTime(n, t = null) {
149
+ dateTime(t, n = null) {
148
150
  const l = typeof Intl < "u" ? new Intl.DateTimeFormat(void 0, {
149
151
  year: "numeric",
150
152
  month: "2-digit",
@@ -153,7 +155,7 @@ const o = (n, t) => {
153
155
  minute: "2-digit",
154
156
  hour12: !0
155
157
  }) : null;
156
- return o(n, (r) => r ? l ? l.format(new Date(r)) : f.format("standard", r) + " " + f.formatTime(r, 12) : t || "");
158
+ return c(t, (r) => r ? l ? l.format(new Date(r)) : f.format("standard", r) + " " + f.formatTime(r, 12) : n || "");
157
159
  },
158
160
  /**
159
161
  * Formats a time value to a standard time format.
@@ -162,13 +164,13 @@ const o = (n, t) => {
162
164
  * @param {*} defaultValue - Value if original is invalid.
163
165
  * @returns {object|array}
164
166
  */
165
- time(n, t = null) {
167
+ time(t, n = null) {
166
168
  const l = typeof Intl < "u" ? new Intl.DateTimeFormat(void 0, {
167
169
  hour: "numeric",
168
170
  minute: "2-digit",
169
171
  hour12: !0
170
172
  }) : null;
171
- return o(n, (r) => r ? l ? l.format(new Date(r)) : f.formatTime(r, 12) : t || "");
173
+ return c(t, (r) => r ? l ? l.format(new Date(r)) : f.formatTime(r, 12) : n || "");
172
174
  },
173
175
  /**
174
176
  * Formats a value with a default value if null or undefined.
@@ -177,8 +179,8 @@ const o = (n, t) => {
177
179
  * @param {string|null} defaultValue - Value if original is null or undefined.
178
180
  * @returns {object|array}
179
181
  */
180
- default(n, t = null) {
181
- return o(n, (e) => m(e, t));
182
+ default(t, n = null) {
183
+ return c(t, (e) => m(e, n));
182
184
  },
183
185
  /**
184
186
  * Formats a number as a percentage.
@@ -189,21 +191,21 @@ const o = (n, t) => {
189
191
  * @param {*} defaultValue - Value if original is invalid.
190
192
  * @returns {object|array}
191
193
  */
192
- percentage(n, t = 0, l = !1, e = null) {
194
+ percentage(t, n = 0, l = !1, e = null) {
193
195
  const r = typeof Intl < "u" ? new Intl.NumberFormat(void 0, {
194
196
  style: "percent",
195
- minimumFractionDigits: t,
196
- maximumFractionDigits: t
197
+ minimumFractionDigits: n,
198
+ maximumFractionDigits: n
197
199
  }) : null;
198
- return o(n, (c) => {
199
- const i = parseFloat(c);
200
+ return c(t, (o) => {
201
+ const i = parseFloat(o);
200
202
  if (isNaN(i))
201
203
  return e || "";
202
204
  if (r) {
203
205
  const s = l ? i : i / 100;
204
206
  return r.format(s);
205
207
  }
206
- return (l ? i * 100 : i).toFixed(t) + "%";
208
+ return (l ? i * 100 : i).toFixed(n) + "%";
207
209
  });
208
210
  },
209
211
  /**
@@ -214,12 +216,12 @@ const o = (n, t) => {
214
216
  * @param {*} defaultValue - Value if original is invalid.
215
217
  * @returns {object|array}
216
218
  */
217
- capitalize(n, t = !0, l = null) {
218
- return o(n, (r) => {
219
+ capitalize(t, n = !0, l = null) {
220
+ return c(t, (r) => {
219
221
  if (!r)
220
222
  return l || "";
221
223
  const a = String(r);
222
- return t ? a.replace(/\b\w/g, (c) => c.toUpperCase()) : a.charAt(0).toUpperCase() + a.slice(1);
224
+ return n ? a.replace(/\b\w/g, (o) => o.toUpperCase()) : a.charAt(0).toUpperCase() + a.slice(1);
223
225
  });
224
226
  },
225
227
  /**
@@ -229,8 +231,8 @@ const o = (n, t) => {
229
231
  * @param {*} defaultValue - Value if original is invalid.
230
232
  * @returns {object|array}
231
233
  */
232
- uppercase(n, t = null) {
233
- return o(n, (e) => e ? String(e).toUpperCase() : t || "");
234
+ uppercase(t, n = null) {
235
+ return c(t, (e) => e ? String(e).toUpperCase() : n || "");
234
236
  },
235
237
  /**
236
238
  * Converts a string to lowercase.
@@ -239,8 +241,8 @@ const o = (n, t) => {
239
241
  * @param {*} defaultValue - Value if original is invalid.
240
242
  * @returns {object|array}
241
243
  */
242
- lowercase(n, t = null) {
243
- return o(n, (e) => e ? String(e).toLowerCase() : t || "");
244
+ lowercase(t, n = null) {
245
+ return c(t, (e) => e ? String(e).toLowerCase() : n || "");
244
246
  },
245
247
  /**
246
248
  * Truncates a string to a maximum length with ellipsis.
@@ -251,12 +253,12 @@ const o = (n, t) => {
251
253
  * @param {*} defaultValue - Value if original is invalid.
252
254
  * @returns {object|array}
253
255
  */
254
- truncate(n, t = 50, l = "...", e = null) {
255
- return o(n, (a) => {
256
+ truncate(t, n = 50, l = "...", e = null) {
257
+ return c(t, (a) => {
256
258
  if (!a)
257
259
  return e || "";
258
- const c = String(a);
259
- return c.length <= t ? c : c.slice(0, t - l.length) + l;
260
+ const o = String(a);
261
+ return o.length <= n ? o : o.slice(0, n - l.length) + l;
260
262
  });
261
263
  },
262
264
  /**
@@ -267,15 +269,15 @@ const o = (n, t) => {
267
269
  * @param {*} defaultValue - Value if original is invalid.
268
270
  * @returns {object|array}
269
271
  */
270
- fileSize(n, t = 2, l = null) {
271
- return o(n, (r) => {
272
+ fileSize(t, n = 2, l = null) {
273
+ return c(t, (r) => {
272
274
  const a = parseFloat(r);
273
275
  if (isNaN(a) || a < 0)
274
276
  return l || "";
275
277
  if (a === 0)
276
278
  return "0 Bytes";
277
- const c = 1024, i = ["Bytes", "KB", "MB", "GB", "TB", "PB"], u = Math.floor(Math.log(a) / Math.log(c));
278
- return parseFloat((a / Math.pow(c, u)).toFixed(t)) + " " + i[u];
279
+ const o = 1024, i = ["Bytes", "KB", "MB", "GB", "TB", "PB"], u = Math.floor(Math.log(a) / Math.log(o));
280
+ return parseFloat((a / Math.pow(o, u)).toFixed(n)) + " " + i[u];
279
281
  });
280
282
  },
281
283
  /**
@@ -287,18 +289,18 @@ const o = (n, t) => {
287
289
  * @param {boolean} includeCount - Whether to include the count in output.
288
290
  * @returns {object|array}
289
291
  */
290
- plural(n, t, l = null, e = !0) {
292
+ plural(t, n, l = null, e = !0) {
291
293
  const r = typeof Intl < "u" && Intl.PluralRules ? new Intl.PluralRules() : null;
292
- return o(n, (c) => {
293
- const i = parseInt(c, 10);
294
+ return c(t, (o) => {
295
+ const i = parseInt(o, 10);
294
296
  if (isNaN(i))
295
297
  return "";
296
- const s = (r ? r.select(i) === "one" : i === 1) ? t : l || t + "s";
298
+ const s = (r ? r.select(i) === "one" : i === 1) ? n : l || n + "s";
297
299
  return e ? `${i} ${s}` : s;
298
300
  });
299
301
  }
300
302
  };
301
303
  export {
302
304
  p as F,
303
- o as c
305
+ c
304
306
  };
@@ -2,7 +2,7 @@ import { I as _, Span as f, Button as v, OnState as M, Div as l, Legend as bt, F
2
2
  import { Atom as i, router as P, Jot as B, Component as S, Html as et, Data as O, Events as E, DateTime as ne, NavLink as $t, DataTracker as tt } from "@base-framework/base";
3
3
  import { Icons as g } from "./icons.es.js";
4
4
  import { Timer as Dt, TableBody as It, DataTableBody as Tt, ScrollableTableBody as Pt, List as Mt } from "@base-framework/organisms";
5
- import { F as W } from "./format-C4gsKP6K.js";
5
+ import { F as W } from "./format-Ct0idMsq.js";
6
6
  import { F as Bt } from "./bside-template-C7AQgQ6H.js";
7
7
  const zt = {
8
8
  xs: "w-4 h-4",
package/dist/index.es.js CHANGED
@@ -1,12 +1,12 @@
1
- import { A as s, a as o, B as t, b as n, c as r, d as l, e as i, f as u, C as p, g as m, h as d, i as g, j as c, k as T, l as b, m as I, n as C, o as S, p as F, q as D, r as B, D as P, s as k, t as M, u as v, v as N, w as f, x, y as h, z as y, E as U, F as W, G as w, H as L, I as H, J as A, K as G, L as R, M as E, N as O, 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 na, a4 as ra, a5 as la, a6 as ia, a7 as ua, a8 as pa, a9 as ma, aa as da, ab as ga, ac as ca, ad as Ta, ae as ba, af as Ia, ag as Ca, ah as Sa, ai as Fa, aj as Da, ak as Ba, al as Pa, am as ka, an as Ma, ao as va, ap as Na, aq as fa, ar as xa, as as ha, at as ya, au as Ua, av as Wa, aw as wa, ax as La, ay as Ha, az as Aa, aA as Ga, aB as Ra, aC as Ea, aD as Oa, 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 ne, aW as re, aX as le, aY as ie, aZ as ue, a_ as pe, a$ as me, b0 as de, b1 as ge, b2 as ce, b3 as Te, b4 as be, b5 as Ie, b6 as Ce, b7 as Se } from "./full-page-CDqQw8Gr.js";
1
+ import { A as s, a as o, B as t, b as n, c as r, d as l, e as i, f as u, C as p, g as m, h as d, i as g, j as c, k as T, l as b, m as I, n as C, o as S, p as F, q as D, r as B, D as P, s as k, t as M, u as v, v as N, w as f, x, y as h, z as y, E as U, F as W, G as w, H as L, I as H, J as A, K as G, L as R, M as E, N as O, 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 na, a4 as ra, a5 as la, a6 as ia, a7 as ua, a8 as pa, a9 as ma, aa as da, ab as ga, ac as ca, ad as Ta, ae as ba, af as Ia, ag as Ca, ah as Sa, ai as Fa, aj as Da, ak as Ba, al as Pa, am as ka, an as Ma, ao as va, ap as Na, aq as fa, ar as xa, as as ha, at as ya, au as Ua, av as Wa, aw as wa, ax as La, ay as Ha, az as Aa, aA as Ga, aB as Ra, aC as Ea, aD as Oa, 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 ne, aW as re, aX as le, aY as ie, aZ as ue, a_ as pe, a$ as me, b0 as de, b1 as ge, b2 as ce, b3 as Te, b4 as be, b5 as Ie, b6 as Ce, b7 as Se } from "./full-page-DEY8A6LH.js";
2
2
  import { S as De } from "./skeleton-5x_geYYP.js";
3
3
  import { Icons as Pe, MaterialSymbols as ke } from "./icons.es.js";
4
- import { C as ve, D as Ne, a as fe, b as xe, c as he, d as ye, e as Ue, M as We, N as we, S as Le, f as He, g as Ae, h as Ge, T as Re, i as Ee } from "./confirmation-DTzNbFV1.js";
5
- import { B as Ve, I as Ze, N as je, P as Je, S as _e, T as qe, a as ze, b as Ke, U as Qe, c as Xe, d as Ye, e as $e, W as as, f as es, g as ss, h as os, i as ts, j as ns, k as rs, l as ls, m as is, n as us } from "./signature-panel-XoBr_zOW.js";
6
- import { S as ms } from "./sidebar-menu-DdI_jGrT.js";
7
- import { B as gs, C as cs, F as Ts, a as bs, S as Is } from "./sidebar-menu-page-BU-UqkRQ.js";
4
+ import { C as ve, D as Ne, a as fe, b as xe, c as he, d as ye, e as Ue, M as We, N as we, S as Le, f as He, g as Ae, h as Ge, T as Re, i as Ee } from "./confirmation-DMrc-cbF.js";
5
+ import { B as Ve, I as Ze, N as je, P as Je, S as _e, T as qe, a as ze, b as Ke, U as Qe, c as Xe, d as Ye, e as $e, W as as, f as es, g as ss, h as os, i as ts, j as ns, k as rs, l as ls, m as is, n as us } from "./signature-panel-BgTzrlv5.js";
6
+ import { S as ms } from "./sidebar-menu-evmeUjjp.js";
7
+ import { B as gs, C as cs, F as Ts, a as bs, S as Is } from "./sidebar-menu-page-UQjweror.js";
8
8
  import { A as Ss, B as Fs, F as Ds, M as Bs, T as Ps, a as ks } from "./bside-template-C7AQgQ6H.js";
9
- import { F as vs, c as Ns } from "./format-C4gsKP6K.js";
9
+ import { F as vs, c as Ns } from "./format-Ct0idMsq.js";
10
10
  import { I as xs } from "./image-scaler-1G-JzJVG.js";
11
11
  export {
12
12
  s as Alert,
@@ -1,5 +1,5 @@
1
- import { A as s, a as t, e, o as r, p as i, q as n, r as m, u as l, v as d, z as C, E as p, F as D, H as S, K as u, V as c, W as g, X as F, Y as T, Z as f, _ as b, $ as w, a1 as A, a2 as I, a3 as M, aa as P, af as y, aj as B, at as R, ay as U, az as k, aM as v, aR as x, aT as E, aV as L, b4 as N } from "./full-page-CDqQw8Gr.js";
2
- import { C as z, D as V, a as _, b as j, c as q, d as G, e as H, M as K, N as O, S as W, f as X, g as Y, h as Z, T as $, i as J } from "./confirmation-DTzNbFV1.js";
1
+ import { A as s, a as t, e, o as r, p as i, q as n, r as m, u as l, v as d, z as C, E as p, F as D, H as S, K as u, V as c, W as g, X as F, Y as T, Z as f, _ as b, $ as w, a1 as A, a2 as I, a3 as M, aa as P, af as y, aj as B, at as R, ay as U, az as k, aM as v, aR as x, aT as E, aV as L, b4 as N } from "./full-page-DEY8A6LH.js";
2
+ import { C as z, D as V, a as _, b as j, c as q, d as G, e as H, M as K, N as O, S as W, f as X, g as Y, h as Z, T as $, i as J } from "./confirmation-DMrc-cbF.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, a4 as p, a6 as v, ab as D, ag as N, ak as T, al as k, am as C, ao as c, ap as m, aq as y, ar as B, as as S, av as h, aA as M, aD as W, aH as I, aI as U, aJ as H, aL as x, aN as P, aO as L, aU as f, a_ as G, a$ as O, b3 as j, b7 as F } from "./full-page-CDqQw8Gr.js";
2
- import { B as w, I as A, N as J, P as R, S as _, T as $, a as z, b as E, U as K, c as Q, d as V, e as X, W as Y, 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-XoBr_zOW.js";
3
- import { S as da } from "./sidebar-menu-DdI_jGrT.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, a4 as p, a6 as v, ab as D, ag as N, ak as T, al as k, am as C, ao as c, ap as m, aq as y, ar as B, as as S, av as h, aA as M, aD as W, aH as I, aI as U, aJ as H, aL as x, aN as P, aO as L, aU as f, a_ as G, a$ as O, b3 as j, b7 as F } from "./full-page-DEY8A6LH.js";
2
+ import { B as w, I as A, N as J, P as R, S as _, T as $, a as z, b as E, U as K, c as Q, d as V, e as X, W as Y, 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-BgTzrlv5.js";
3
+ import { S as da } from "./sidebar-menu-evmeUjjp.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, a5 as g, ah as n, aw as P } from "./full-page-CDqQw8Gr.js";
2
- import { B as r, C as o, F as i, a as t, S as u } from "./sidebar-menu-page-BU-UqkRQ.js";
1
+ import { d as s, a5 as g, ah as n, aw as P } from "./full-page-DEY8A6LH.js";
2
+ import { B as r, C as o, F as i, a as t, S as u } from "./sidebar-menu-page-UQjweror.js";
3
3
  export {
4
4
  s as BasicPage,
5
5
  r as BlankPage,
@@ -1,5 +1,5 @@
1
1
  import { Div as r, Header as x, H1 as c } from "@base-framework/atoms";
2
- import { ab as n } from "./full-page-CDqQw8Gr.js";
2
+ import { ab as n } from "./full-page-DEY8A6LH.js";
3
3
  const b = ({ 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, ah as i, aw as r, al as n } from "./full-page-CDqQw8Gr.js";
2
+ import { d as a, ah as i, aw as r, al as n } from "./full-page-DEY8A6LH.js";
3
3
  import { F as l, A as d } from "./bside-template-C7AQgQ6H.js";
4
- import { S as c } from "./sidebar-menu-DdI_jGrT.js";
4
+ import { S as c } from "./sidebar-menu-evmeUjjp.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 b, On as U, Span as $, Nav as f, Ul as p, Section as y, Li as w, Canvas as R } from "@base-framework/atoms";
2
2
  import { Component as k, Data as F, DateTime as O, router as v, NavLink as C, base as P, Dom as W } from "@base-framework/base";
3
- import { f as N, av as Y, b0 as d, a7 as A } from "./full-page-CDqQw8Gr.js";
3
+ import { f as N, av as Y, b0 as d, a7 as A } from "./full-page-DEY8A6LH.js";
4
4
  import { Icons as B } from "./icons.es.js";
5
5
  import { IntervalTimer as V } from "@base-framework/organisms";
6
6
  class Pt extends k {
package/dist/utils.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as e, c } from "./format-C4gsKP6K.js";
1
+ import { F as e, c } from "./format-Ct0idMsq.js";
2
2
  import { I as t } from "./image-scaler-1G-JzJVG.js";
3
3
  export {
4
4
  e as Format,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/ui",
3
- "version": "1.2.72",
3
+ "version": "1.2.73",
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": {