@stencitecnologia/front-kit 0.1.50 → 0.1.51

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.es.js CHANGED
@@ -1,27 +1,27 @@
1
- import { computed as u, openBlock as l, createElementBlock as p, normalizeClass as W, toDisplayString as S, createCommentVNode as v, createBlock as b, unref as h, mergeProps as R, renderSlot as C, createElementVNode as z, createVNode as V, ref as F, onMounted as _, onBeforeUnmount as oo, normalizeStyle as P, watch as so, withCtx as B, createTextVNode as Q, createSlots as Y, Fragment as uo, Teleport as fo, withModifiers as go } from "vue";
2
- import mo from "primevue/autocomplete";
3
- import po from "primevue/avatar";
4
- import { FontAwesomeIcon as bo } from "@fortawesome/vue-fontawesome";
5
- import ho from "primevue/chart";
6
- import vo from "primevue/checkbox";
7
- import ro from "primevue/inputtext";
8
- import eo from "primevue/datepicker";
9
- import ko from "primevue/inputgroup";
10
- import yo from "primevue/inputgroupaddon";
11
- import Co from "primevue/popover";
12
- import Bo from "primevue/inputmask";
13
- import ao from "primevue/dialog";
14
- import xo from "primevue/drawer";
15
- import $o from "primevue/multiselect";
16
- import wo from "primevue/panel";
17
- import Ro from "primevue/radiobutton";
18
- import { RouterLink as zo } from "vue-router";
19
- import So from "primevue/select";
20
- import Do from "primevue/toggleswitch";
21
- import Vo from "primevue/textarea";
22
- import Wo from "primevue/config";
23
- import { useToast as Io } from "primevue/usetoast";
24
- const Fo = {
1
+ import { computed as f, openBlock as m, createElementBlock as x, normalizeClass as L, toDisplayString as j, createCommentVNode as S, createBlock as w, unref as p, mergeProps as O, renderSlot as V, createElementVNode as W, createVNode as A, ref as z, onMounted as So, onBeforeUnmount as so, normalizeStyle as uo, watch as G, withCtx as I, createTextVNode as go, createSlots as fo, Fragment as Eo, Teleport as To, withModifiers as Ao, getCurrentInstance as Lo, onBeforeMount as Mo, isRef as io, reactive as oo, inject as mo, provide as po, isReactive as No, isReadonly as Ho, nextTick as bo, toRaw as ho } from "vue";
2
+ import Yo from "primevue/autocomplete";
3
+ import Xo from "primevue/avatar";
4
+ import { FontAwesomeIcon as qo } from "@fortawesome/vue-fontawesome";
5
+ import Go from "primevue/chart";
6
+ import Uo from "primevue/checkbox";
7
+ import zo from "primevue/inputtext";
8
+ import Vo from "primevue/datepicker";
9
+ import Qo from "primevue/inputgroup";
10
+ import Ko from "primevue/inputgroupaddon";
11
+ import Jo from "primevue/popover";
12
+ import Zo from "primevue/inputmask";
13
+ import Do from "primevue/dialog";
14
+ import _o from "primevue/drawer";
15
+ import or from "primevue/multiselect";
16
+ import rr from "primevue/panel";
17
+ import er from "primevue/radiobutton";
18
+ import { RouterLink as ar } from "vue-router";
19
+ import tr from "primevue/select";
20
+ import nr from "primevue/toggleswitch";
21
+ import lr from "primevue/textarea";
22
+ import dr from "primevue/config";
23
+ import { useToast as ir } from "primevue/usetoast";
24
+ const cr = {
25
25
  __name: "BaseAlert",
26
26
  props: {
27
27
  message: {
@@ -34,19 +34,19 @@ const Fo = {
34
34
  }
35
35
  },
36
36
  setup(o) {
37
- const r = o, e = u(() => ({
38
- "ui-alert-success": r.variant === "success",
39
- "ui-alert-warning": r.variant === "warning",
40
- "ui-alert-error": r.variant === "error",
41
- "ui-alert-info": r.variant === "info"
37
+ const a = o, e = f(() => ({
38
+ "ui-alert-success": a.variant === "success",
39
+ "ui-alert-warning": a.variant === "warning",
40
+ "ui-alert-error": a.variant === "error",
41
+ "ui-alert-info": a.variant === "info"
42
42
  }));
43
- return (n, a) => o.message ? (l(), p("div", {
43
+ return (r, t) => o.message ? (m(), x("div", {
44
44
  key: 0,
45
- class: W(["ui-alert", e.value]),
45
+ class: L(["ui-alert", e.value]),
46
46
  role: "alert"
47
- }, S(o.message), 3)) : v("", !0);
47
+ }, j(o.message), 3)) : S("", !0);
48
48
  }
49
- }, gu = {
49
+ }, ef = {
50
50
  __name: "BaseAutoComplete",
51
51
  props: {
52
52
  modelValue: {
@@ -83,14 +83,14 @@ const Fo = {
83
83
  "item-select",
84
84
  "clear"
85
85
  ],
86
- setup(o, { emit: r }) {
87
- const e = o, n = r, a = u({
86
+ setup(o, { emit: a }) {
87
+ const e = o, r = a, t = f({
88
88
  get: () => e.modelValue,
89
- set: (s) => n("update:modelValue", s)
90
- }), d = (s) => n("complete", s), i = (s) => n("item-select", s), c = () => n("clear");
91
- return (s, g) => (l(), b(h(mo), R({
92
- modelValue: a.value,
93
- "onUpdate:modelValue": g[0] || (g[0] = (y) => a.value = y),
89
+ set: (c) => r("update:modelValue", c)
90
+ }), n = (c) => r("complete", c), s = (c) => r("item-select", c), d = () => r("clear");
91
+ return (c, i) => (m(), w(p(Yo), O({
92
+ modelValue: t.value,
93
+ "onUpdate:modelValue": i[0] || (i[0] = (g) => t.value = g),
94
94
  suggestions: o.suggestions,
95
95
  disabled: o.disabled,
96
96
  readonly: o.readonly,
@@ -99,17 +99,17 @@ const Fo = {
99
99
  { "p-invalid": o.invalid },
100
100
  { "p-sm": o.size === "sm" }
101
101
  ]
102
- }, s.$attrs, {
103
- onComplete: d,
104
- onItemSelect: i,
105
- onClear: c
102
+ }, c.$attrs, {
103
+ onComplete: n,
104
+ onItemSelect: s,
105
+ onClear: d
106
106
  }), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
107
107
  }
108
108
  };
109
- function Mo(o) {
110
- return o ? o.trim().split(/\s+/).slice(0, 2).map((r) => r[0].toUpperCase()).join("") : "";
109
+ function sr(o) {
110
+ return o ? o.trim().split(/\s+/).slice(0, 2).map((a) => a[0].toUpperCase()).join("") : "";
111
111
  }
112
- const mu = {
112
+ const af = {
113
113
  __name: "BaseAvatar",
114
114
  props: {
115
115
  name: {
@@ -128,18 +128,18 @@ const mu = {
128
128
  }
129
129
  },
130
130
  setup(o) {
131
- const r = o, e = u(() => Mo(r.name)), n = u(() => [
131
+ const a = o, e = f(() => sr(a.name)), r = f(() => [
132
132
  "base-avatar",
133
- `base-avatar--${r.variant}`,
134
- `base-avatar--${r.size}`
133
+ `base-avatar--${a.variant}`,
134
+ `base-avatar--${a.size}`
135
135
  ]);
136
- return (a, d) => (l(), b(h(po), {
136
+ return (t, n) => (m(), w(p(Xo), {
137
137
  label: e.value,
138
138
  shape: "circle",
139
- class: W(n.value)
139
+ class: L(r.value)
140
140
  }, null, 8, ["label", "class"]));
141
141
  }
142
- }, A = {
142
+ }, J = {
143
143
  __name: "FaIcon",
144
144
  props: {
145
145
  icon: {
@@ -148,13 +148,13 @@ const mu = {
148
148
  }
149
149
  },
150
150
  setup(o) {
151
- return (r, e) => (l(), b(h(bo), R({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
151
+ return (a, e) => (m(), w(p(qo), O({ icon: o.icon }, a.$attrs), null, 16, ["icon"]));
152
152
  }
153
- }, Oo = ["disabled", "type"], Ao = {
153
+ }, ur = ["disabled", "type"], fr = {
154
154
  key: 0,
155
155
  class: "loading",
156
156
  style: { color: "currentColor" }
157
- }, Ho = { key: 2 }, L = {
157
+ }, gr = { key: 2 }, no = {
158
158
  __name: "BaseButton",
159
159
  props: {
160
160
  label: {
@@ -193,45 +193,45 @@ const mu = {
193
193
  }
194
194
  },
195
195
  setup(o) {
196
- const r = o, e = u(() => [
196
+ const a = o, e = f(() => [
197
197
  "ui-btn",
198
198
  {
199
- "ui-btn-primary": r.variant === "primary",
200
- "ui-btn-secondary": r.variant === "secondary",
201
- "ui-btn-tertiary": r.variant === "tertiary",
202
- "ui-btn-ghost": r.variant === "ghost",
203
- "ui-btn-outline": r.variant === "outline",
204
- "ui-btn-error": r.variant === "error",
205
- "ui-btn-danger": r.variant === "danger",
206
- "ui-btn-sm": r.size === "sm"
199
+ "ui-btn-primary": a.variant === "primary",
200
+ "ui-btn-secondary": a.variant === "secondary",
201
+ "ui-btn-tertiary": a.variant === "tertiary",
202
+ "ui-btn-ghost": a.variant === "ghost",
203
+ "ui-btn-outline": a.variant === "outline",
204
+ "ui-btn-error": a.variant === "error",
205
+ "ui-btn-danger": a.variant === "danger",
206
+ "ui-btn-sm": a.size === "sm"
207
207
  }
208
- ]), n = u(() => r.disabled || r.loading);
209
- return (a, d) => (l(), p("button", R(a.$attrs, {
210
- disabled: n.value,
208
+ ]), r = f(() => a.disabled || a.loading);
209
+ return (t, n) => (m(), x("button", O(t.$attrs, {
210
+ disabled: r.value,
211
211
  class: e.value,
212
212
  type: o.type
213
213
  }), [
214
- o.loading ? (l(), p("span", Ao)) : o.icon && !o.loading ? (l(), b(A, {
214
+ o.loading ? (m(), x("span", fr)) : o.icon && !o.loading ? (m(), w(J, {
215
215
  key: 1,
216
216
  icon: o.icon
217
- }, null, 8, ["icon"])) : v("", !0),
218
- o.label ? (l(), p("span", Ho, S(o.label), 1)) : v("", !0),
219
- C(a.$slots, "default")
220
- ], 16, Oo));
217
+ }, null, 8, ["icon"])) : S("", !0),
218
+ o.label ? (m(), x("span", gr, j(o.label), 1)) : S("", !0),
219
+ V(t.$slots, "default")
220
+ ], 16, ur));
221
221
  }
222
- }, To = {
222
+ }, mr = {
223
223
  key: 0,
224
224
  class: "ui-card-header"
225
- }, No = {
225
+ }, pr = {
226
226
  key: 0,
227
227
  class: "ui-card-title"
228
- }, jo = {
228
+ }, br = {
229
229
  key: 1,
230
230
  class: "ui-card-subtitle"
231
- }, Lo = { class: "ui-card-content" }, Po = {
231
+ }, hr = { class: "ui-card-content" }, vr = {
232
232
  key: 1,
233
233
  class: "ui-card-footer"
234
- }, Yo = { class: "ui-card-footer-content" }, pu = {
234
+ }, kr = { class: "ui-card-footer-content" }, tf = {
235
235
  __name: "BaseCard",
236
236
  props: {
237
237
  title: {
@@ -260,33 +260,33 @@ const mu = {
260
260
  }
261
261
  },
262
262
  setup(o) {
263
- const r = o, e = u(() => !!(r.title || r.subtitle)), n = u(() => [
263
+ const a = o, e = f(() => !!(a.title || a.subtitle)), r = f(() => [
264
264
  "ui-card",
265
- r.className,
266
- { "ui-card-has-footer": r.hasFooter }
265
+ a.className,
266
+ { "ui-card-has-footer": a.hasFooter }
267
267
  ]);
268
- return (a, d) => (l(), p("section", {
269
- class: W(n.value)
268
+ return (t, n) => (m(), x("section", {
269
+ class: L(r.value)
270
270
  }, [
271
- e.value ? (l(), p("header", To, [
272
- o.title ? (l(), p("div", No, S(o.title), 1)) : v("", !0),
273
- o.subtitle ? (l(), p("div", jo, S(o.subtitle), 1)) : v("", !0)
274
- ])) : v("", !0),
275
- z("div", Lo, [
276
- V(Fo, {
271
+ e.value ? (m(), x("header", mr, [
272
+ o.title ? (m(), x("div", pr, j(o.title), 1)) : S("", !0),
273
+ o.subtitle ? (m(), x("div", br, j(o.subtitle), 1)) : S("", !0)
274
+ ])) : S("", !0),
275
+ W("div", hr, [
276
+ A(cr, {
277
277
  message: o.alertMessage,
278
278
  variant: o.alertVariant
279
279
  }, null, 8, ["message", "variant"]),
280
- C(a.$slots, "default")
280
+ V(t.$slots, "default")
281
281
  ]),
282
- o.hasFooter ? (l(), p("footer", Po, [
283
- z("div", Yo, [
284
- C(a.$slots, "footer")
282
+ o.hasFooter ? (m(), x("footer", vr, [
283
+ W("div", kr, [
284
+ V(t.$slots, "footer")
285
285
  ])
286
- ])) : v("", !0)
286
+ ])) : S("", !0)
287
287
  ], 2));
288
288
  }
289
- }, bu = {
289
+ }, nf = {
290
290
  __name: "BaseChart",
291
291
  props: {
292
292
  type: {
@@ -308,39 +308,39 @@ const mu = {
308
308
  }
309
309
  },
310
310
  setup(o) {
311
- const r = Object.freeze([
311
+ const a = Object.freeze([
312
312
  { borderColor: "#364bf5", backgroundColor: "rgba(54, 75, 245, 0.60)" },
313
313
  { borderColor: "#22c55e", backgroundColor: "rgba(34, 197, 94, 0.60)" },
314
314
  { borderColor: "#f59e0b", backgroundColor: "rgba(245, 158, 11, 0.60)" },
315
315
  { borderColor: "#ef4444", backgroundColor: "rgba(239, 68, 68, 0.60)" },
316
316
  { borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
317
317
  { borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
318
- ]), e = o, n = F(null), a = F(!1);
319
- function d(x, k) {
320
- const I = { ...x };
321
- for (const w of Object.keys(k))
322
- k[w] !== null && typeof k[w] == "object" && !Array.isArray(k[w]) && typeof x[w] == "object" ? I[w] = d(x[w] ?? {}, k[w]) : I[w] = k[w];
323
- return I;
318
+ ]), e = o, r = z(null), t = z(!1);
319
+ function n(b, v) {
320
+ const $ = { ...b };
321
+ for (const l of Object.keys(v))
322
+ v[l] !== null && typeof v[l] == "object" && !Array.isArray(v[l]) && typeof b[l] == "object" ? $[l] = n(b[l] ?? {}, v[l]) : $[l] = v[l];
323
+ return $;
324
324
  }
325
- const i = u(() => !["pie", "doughnut"].includes(e.type)), c = u(() => e.height ? e.height : i.value ? "300px" : "400px"), s = u(() => {
325
+ const s = f(() => !["pie", "doughnut"].includes(e.type)), d = f(() => e.height ? e.height : s.value ? "300px" : "400px"), c = f(() => {
326
326
  if (!e.data?.datasets) return e.data;
327
- const x = e.data.datasets.map((k, I) => {
328
- const w = r[I % r.length];
327
+ const b = e.data.datasets.map((v, $) => {
328
+ const l = a[$ % a.length];
329
329
  return ["pie", "doughnut"].includes(e.type) ? {
330
- ...k,
331
- backgroundColor: r.map((M) => M.backgroundColor),
332
- borderColor: r.map((M) => M.borderColor),
330
+ ...v,
331
+ backgroundColor: a.map((h) => h.backgroundColor),
332
+ borderColor: a.map((h) => h.borderColor),
333
333
  borderWidth: 1.5
334
334
  } : {
335
- ...k,
336
- backgroundColor: k.backgroundColor ?? w.backgroundColor,
337
- borderColor: k.borderColor ?? w.borderColor,
338
- borderWidth: k.borderWidth ?? 1.5,
335
+ ...v,
336
+ backgroundColor: v.backgroundColor ?? l.backgroundColor,
337
+ borderColor: v.borderColor ?? l.borderColor,
338
+ borderWidth: v.borderWidth ?? 1.5,
339
339
  borderRadius: e.type === "bar" ? 4 : 0
340
340
  };
341
341
  });
342
- return { ...e.data, datasets: x };
343
- }), g = u(() => ({
342
+ return { ...e.data, datasets: b };
343
+ }), i = f(() => ({
344
344
  responsive: !0,
345
345
  maintainAspectRatio: !1,
346
346
  plugins: {
@@ -354,7 +354,7 @@ const mu = {
354
354
  }
355
355
  }
356
356
  },
357
- scales: i.value ? {
357
+ scales: s.value ? {
358
358
  x: {
359
359
  ticks: {
360
360
  color: "var(--p-text-muted-color)",
@@ -372,22 +372,22 @@ const mu = {
372
372
  border: { display: !1 }
373
373
  }
374
374
  } : void 0
375
- })), y = u(() => d(g.value, e.options));
376
- return _(() => {
377
- a.value = !0;
378
- }), oo(() => {
379
- a.value = !1, n.value?.chart && n.value.chart.destroy();
380
- }), (x, k) => a.value ? (l(), b(h(ho), {
375
+ })), g = f(() => n(i.value, e.options));
376
+ return So(() => {
377
+ t.value = !0;
378
+ }), so(() => {
379
+ t.value = !1, r.value?.chart && r.value.chart.destroy();
380
+ }), (b, v) => t.value ? (m(), w(p(Go), {
381
381
  key: 0,
382
382
  ref_key: "chartRef",
383
- ref: n,
383
+ ref: r,
384
384
  type: o.type,
385
- data: s.value,
386
- options: y.value,
387
- style: P({ height: c.value, width: "100%" })
388
- }, null, 8, ["type", "data", "options", "style"])) : v("", !0);
385
+ data: c.value,
386
+ options: g.value,
387
+ style: uo({ height: d.value, width: "100%" })
388
+ }, null, 8, ["type", "data", "options", "style"])) : S("", !0);
389
389
  }
390
- }, hu = {
390
+ }, lf = {
391
391
  __name: "BaseCheckbox",
392
392
  props: {
393
393
  modelValue: {
@@ -416,22 +416,22 @@ const mu = {
416
416
  }
417
417
  },
418
418
  emits: ["update:modelValue"],
419
- setup(o, { emit: r }) {
420
- const e = o, n = r, a = u({
419
+ setup(o, { emit: a }) {
420
+ const e = o, r = a, t = f({
421
421
  get: () => e.modelValue,
422
- set: (d) => n("update:modelValue", d)
422
+ set: (n) => r("update:modelValue", n)
423
423
  });
424
- return (d, i) => (l(), b(h(vo), R({
425
- modelValue: a.value,
426
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
424
+ return (n, s) => (m(), w(p(Uo), O({
425
+ modelValue: t.value,
426
+ "onUpdate:modelValue": s[0] || (s[0] = (d) => t.value = d),
427
427
  value: o.value,
428
428
  "input-id": o.inputId,
429
429
  name: o.name,
430
430
  disabled: o.disabled,
431
431
  class: [{ "p-invalid": o.invalid }]
432
- }, d.$attrs), null, 16, ["modelValue", "value", "input-id", "name", "disabled", "class"]));
432
+ }, n.$attrs), null, 16, ["modelValue", "value", "input-id", "name", "disabled", "class"]));
433
433
  }
434
- }, Xo = { class: "ui-currency" }, vu = {
434
+ }, yr = { class: "ui-currency" }, df = {
435
435
  __name: "BaseCurrency",
436
436
  props: {
437
437
  modelValue: {
@@ -463,21 +463,21 @@ const mu = {
463
463
  }
464
464
  },
465
465
  emits: ["update:modelValue"],
466
- setup(o, { emit: r }) {
467
- const e = o, n = r, a = (s) => s == null || s === "" ? "" : Number(s).toLocaleString("pt-BR", {
466
+ setup(o, { emit: a }) {
467
+ const e = o, r = a, t = (c) => c == null || c === "" ? "" : Number(c).toLocaleString("pt-BR", {
468
468
  minimumFractionDigits: 2,
469
469
  maximumFractionDigits: 2
470
- }), d = (s) => {
471
- if (!s) return null;
472
- const g = s.replace(/\D/g, "");
473
- return g ? Number(g) / 100 : null;
474
- }, i = u(() => a(e.modelValue)), c = (s) => {
475
- const g = d(s.target.value);
476
- n("update:modelValue", g), s.target.value = a(g);
470
+ }), n = (c) => {
471
+ if (!c) return null;
472
+ const i = c.replace(/\D/g, "");
473
+ return i ? Number(i) / 100 : null;
474
+ }, s = f(() => t(e.modelValue)), d = (c) => {
475
+ const i = n(c.target.value);
476
+ r("update:modelValue", i), c.target.value = t(i);
477
477
  };
478
- return (s, g) => (l(), p("div", Xo, [
479
- V(h(ro), R({
480
- value: i.value,
478
+ return (c, i) => (m(), x("div", yr, [
479
+ A(p(zo), O({
480
+ value: s.value,
481
481
  placeholder: o.placeholder,
482
482
  disabled: o.disabled,
483
483
  readonly: o.readonly,
@@ -486,10 +486,10 @@ const mu = {
486
486
  { "p-invalid": o.invalid },
487
487
  { "p-sm": o.size === "sm" }
488
488
  ]
489
- }, s.$attrs, { onInput: c }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
489
+ }, c.$attrs, { onInput: d }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
490
490
  ]));
491
491
  }
492
- }, qo = {
492
+ }, $r = {
493
493
  __name: "BaseInputMask",
494
494
  props: {
495
495
  modelValue: {
@@ -529,14 +529,14 @@ const mu = {
529
529
  }
530
530
  },
531
531
  emits: ["update:modelValue"],
532
- setup(o, { emit: r }) {
533
- const e = o, n = r, a = u({
532
+ setup(o, { emit: a }) {
533
+ const e = o, r = a, t = f({
534
534
  get: () => e.modelValue,
535
- set: (d) => n("update:modelValue", d)
535
+ set: (n) => r("update:modelValue", n)
536
536
  });
537
- return (d, i) => (l(), b(h(Bo), R({
538
- modelValue: a.value,
539
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
537
+ return (n, s) => (m(), w(p(Zo), O({
538
+ modelValue: t.value,
539
+ "onUpdate:modelValue": s[0] || (s[0] = (d) => t.value = d),
540
540
  mask: o.mask,
541
541
  "slot-char": o.slotChar,
542
542
  "auto-clear": o.autoClear,
@@ -547,9 +547,9 @@ const mu = {
547
547
  { "p-invalid": o.invalid },
548
548
  { "p-sm": o.size === "sm" }
549
549
  ]
550
- }, d.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
550
+ }, n.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
551
551
  }
552
- }, ku = {
552
+ }, cf = {
553
553
  __name: "BaseDate",
554
554
  props: {
555
555
  modelValue: {
@@ -605,175 +605,175 @@ const mu = {
605
605
  }
606
606
  },
607
607
  emits: ["update:modelValue", "update:textValue", "blur"],
608
- setup(o, { expose: r, emit: e }) {
609
- const n = o, a = e, d = F(null), i = F(""), c = F(null), s = F(0), g = u(() => n.selectionMode === "range"), y = (t) => String(t).padStart(2, "0"), x = (t) => {
610
- if (!(t instanceof Date) || Number.isNaN(t.getTime())) return "";
611
- const f = y(t.getDate()), m = y(t.getMonth() + 1), $ = String(t.getFullYear());
612
- return `${f}/${m}/${$}`;
613
- }, k = (t) => {
614
- if (!t || typeof t != "string") return null;
615
- const f = t.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
616
- if (!f) return null;
617
- const m = Number(f[1]), $ = Number(f[2]), D = Number(f[3]);
618
- if ($ < 1 || $ > 12 || m < 1 || m > 31 || D < 1e3 || D > 9999) return null;
619
- const H = new Date(D, $ - 1, m);
620
- return H.getFullYear() !== D || H.getMonth() !== $ - 1 || H.getDate() !== m ? null : H;
621
- }, I = (t) => !(!(t instanceof Date) || Number.isNaN(t.getTime()) || n.minDate && t < n.minDate || n.maxDate && t > n.maxDate), w = (t) => {
622
- const [f, m] = t || [], $ = f ? x(f) : "", D = m ? x(m) : "";
623
- return !$ && !D ? "" : $ && !D ? `${$} - ` : `${$} - ${D}`;
624
- }, X = (t) => {
625
- if (!t || typeof t != "string") return null;
626
- const f = t.match(/^(.+?)\s*-\s*(.+?)$/);
627
- if (!f) return null;
628
- const m = k(f[1].trim()), $ = k(f[2].trim());
629
- return !m || !$ ? null : [m, $];
630
- }, M = (t) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((t || "").replace(/_/g, "").trim()), O = (t) => {
631
- i.value = t, a("update:textValue", t);
632
- }, N = (t) => {
633
- O(x(t)), c.value = t;
634
- }, j = (t) => {
635
- O(w(t)), c.value = t;
636
- }, q = (t) => {
637
- if (!Array.isArray(t)) return;
638
- const [f, m] = t;
639
- !(f instanceof Date) || !(m instanceof Date) || a("update:modelValue", [f, m]);
640
- }, E = () => {
641
- O(""), c.value = null, s.value += 1, a("update:modelValue", null);
642
- }, no = (t) => {
643
- if (O(t), !t) {
644
- c.value = null, a("update:modelValue", null);
608
+ setup(o, { expose: a, emit: e }) {
609
+ const r = o, t = e, n = z(null), s = z(""), d = z(null), c = z(0), i = f(() => r.selectionMode === "range"), g = (u) => String(u).padStart(2, "0"), b = (u) => {
610
+ if (!(u instanceof Date) || Number.isNaN(u.getTime())) return "";
611
+ const y = g(u.getDate()), C = g(u.getMonth() + 1), D = String(u.getFullYear());
612
+ return `${y}/${C}/${D}`;
613
+ }, v = (u) => {
614
+ if (!u || typeof u != "string") return null;
615
+ const y = u.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
616
+ if (!y) return null;
617
+ const C = Number(y[1]), D = Number(y[2]), P = Number(y[3]);
618
+ if (D < 1 || D > 12 || C < 1 || C > 31 || P < 1e3 || P > 9999) return null;
619
+ const q = new Date(P, D - 1, C);
620
+ return q.getFullYear() !== P || q.getMonth() !== D - 1 || q.getDate() !== C ? null : q;
621
+ }, $ = (u) => !(!(u instanceof Date) || Number.isNaN(u.getTime()) || r.minDate && u < r.minDate || r.maxDate && u > r.maxDate), l = (u) => {
622
+ const [y, C] = u || [], D = y ? b(y) : "", P = C ? b(C) : "";
623
+ return !D && !P ? "" : D && !P ? `${D} - ` : `${D} - ${P}`;
624
+ }, k = (u) => {
625
+ if (!u || typeof u != "string") return null;
626
+ const y = u.match(/^(.+?)\s*-\s*(.+?)$/);
627
+ if (!y) return null;
628
+ const C = v(y[1].trim()), D = v(y[2].trim());
629
+ return !C || !D ? null : [C, D];
630
+ }, h = (u) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((u || "").replace(/_/g, "").trim()), B = (u) => {
631
+ s.value = u, t("update:textValue", u);
632
+ }, N = (u) => {
633
+ B(b(u)), d.value = u;
634
+ }, H = (u) => {
635
+ B(l(u)), d.value = u;
636
+ }, F = (u) => {
637
+ if (!Array.isArray(u)) return;
638
+ const [y, C] = u;
639
+ !(y instanceof Date) || !(C instanceof Date) || t("update:modelValue", [y, C]);
640
+ }, U = () => {
641
+ B(""), d.value = null, c.value += 1, t("update:modelValue", null);
642
+ }, Q = (u) => {
643
+ if (B(u), !u) {
644
+ d.value = null, t("update:modelValue", null);
645
645
  return;
646
646
  }
647
- if (g.value) {
648
- if (!M(t)) return;
649
- const m = X(t);
650
- if (!m) {
651
- a("update:modelValue", [null, null]);
647
+ if (i.value) {
648
+ if (!h(u)) return;
649
+ const C = k(u);
650
+ if (!C) {
651
+ t("update:modelValue", [null, null]);
652
652
  return;
653
653
  }
654
- c.value = m, q(m);
654
+ d.value = C, F(C);
655
655
  return;
656
656
  }
657
- const f = k(t);
658
- f && (c.value = f, a("update:modelValue", f));
659
- }, to = (t) => {
660
- if (t) {
661
- if (g.value) {
662
- c.value = t;
663
- const [f, m] = t || [];
664
- f instanceof Date && m instanceof Date && (j(t), q(t), d.value && d.value.hide());
657
+ const y = v(u);
658
+ y && (d.value = y, t("update:modelValue", y));
659
+ }, eo = (u) => {
660
+ if (u) {
661
+ if (i.value) {
662
+ d.value = u;
663
+ const [y, C] = u || [];
664
+ y instanceof Date && C instanceof Date && (H(u), F(u), n.value && n.value.hide());
665
665
  return;
666
666
  }
667
- N(t), a("update:modelValue", t), d.value && d.value.hide();
667
+ N(u), t("update:modelValue", u), n.value && n.value.hide();
668
668
  }
669
- }, lo = () => {
670
- g.value && G.value && E(), a("blur");
671
- }, io = (t) => {
672
- d.value && d.value.toggle(t);
673
- }, co = () => {
674
- const t = /* @__PURE__ */ new Date(), f = new Date(t.getFullYear(), t.getMonth(), t.getDate());
675
- if (I(f)) {
676
- if (g.value) {
677
- const m = [f, f];
678
- j(m), a("update:modelValue", m);
669
+ }, K = () => {
670
+ i.value && X.value && U(), t("blur");
671
+ }, ao = (u) => {
672
+ n.value && n.value.toggle(u);
673
+ }, to = () => {
674
+ const u = /* @__PURE__ */ new Date(), y = new Date(u.getFullYear(), u.getMonth(), u.getDate());
675
+ if ($(y)) {
676
+ if (i.value) {
677
+ const C = [y, y];
678
+ H(C), t("update:modelValue", C);
679
679
  return;
680
680
  }
681
- N(f), a("update:modelValue", f);
681
+ N(y), t("update:modelValue", y);
682
682
  }
683
- }, U = u({
684
- get: () => i.value,
685
- set: (t) => no(t)
686
- }), G = u(
687
- () => g.value && !!i.value && !M(i.value)
683
+ }, Y = f({
684
+ get: () => s.value,
685
+ set: (u) => Q(u)
686
+ }), X = f(
687
+ () => i.value && !!s.value && !h(s.value)
688
688
  );
689
- return r({ hasPartialInput: G }), so(
690
- () => n.modelValue,
691
- (t) => {
692
- if (t === null) {
693
- (i.value !== "" || c.value !== null) && (O(""), c.value = null);
689
+ return a({ hasPartialInput: X }), G(
690
+ () => r.modelValue,
691
+ (u) => {
692
+ if (u === null) {
693
+ (s.value !== "" || d.value !== null) && (B(""), d.value = null);
694
694
  return;
695
695
  }
696
- if (g.value) {
697
- Array.isArray(t) && t[0] instanceof Date && t[1] instanceof Date && j(t);
696
+ if (i.value) {
697
+ Array.isArray(u) && u[0] instanceof Date && u[1] instanceof Date && H(u);
698
698
  return;
699
699
  }
700
- t instanceof Date && N(t);
700
+ u instanceof Date && N(u);
701
701
  },
702
702
  { immediate: !0 }
703
- ), (t, f) => (l(), b(h(ko), { class: "ui-inputgroup" }, {
704
- default: B(() => [
705
- (l(), b(qo, R({
706
- key: s.value,
707
- modelValue: U.value,
708
- "onUpdate:modelValue": f[0] || (f[0] = (m) => U.value = m),
709
- mask: g.value ? "99/99/9999 - 99/99/9999" : o.mask,
703
+ ), (u, y) => (m(), w(p(Qo), { class: "ui-inputgroup" }, {
704
+ default: I(() => [
705
+ (m(), w($r, O({
706
+ key: c.value,
707
+ modelValue: Y.value,
708
+ "onUpdate:modelValue": y[0] || (y[0] = (C) => Y.value = C),
709
+ mask: i.value ? "99/99/9999 - 99/99/9999" : o.mask,
710
710
  placeholder: o.placeholder,
711
711
  disabled: o.disabled,
712
712
  invalid: o.invalid,
713
713
  size: o.size
714
- }, t.$attrs, { onBlur: lo }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid", "size"])),
715
- V(h(yo), {
716
- class: W(["ui-inputgroup-addon", { "ui-inputgroup-addon--sm": o.size === "sm" }])
714
+ }, u.$attrs, { onBlur: K }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid", "size"])),
715
+ A(p(Ko), {
716
+ class: L(["ui-inputgroup-addon", { "ui-inputgroup-addon--sm": o.size === "sm" }])
717
717
  }, {
718
- default: B(() => [
719
- o.showClear ? (l(), b(L, {
718
+ default: I(() => [
719
+ o.showClear ? (m(), w(no, {
720
720
  key: 0,
721
721
  type: "button",
722
722
  variant: "outline",
723
723
  size: o.size,
724
724
  disabled: o.disabled,
725
725
  "aria-label": "Limpar data",
726
- onClick: E
726
+ onClick: U
727
727
  }, {
728
- default: B(() => [...f[2] || (f[2] = [
729
- Q(" Limpar ", -1)
728
+ default: I(() => [...y[2] || (y[2] = [
729
+ go(" Limpar ", -1)
730
730
  ])]),
731
731
  _: 1
732
- }, 8, ["size", "disabled"])) : v("", !0),
733
- o.showToday ? (l(), b(L, {
732
+ }, 8, ["size", "disabled"])) : S("", !0),
733
+ o.showToday ? (m(), w(no, {
734
734
  key: 1,
735
735
  type: "button",
736
736
  variant: "outline",
737
737
  size: o.size,
738
738
  disabled: o.disabled,
739
739
  "aria-label": "Selecionar hoje",
740
- onClick: co
740
+ onClick: to
741
741
  }, {
742
- default: B(() => [...f[3] || (f[3] = [
743
- Q(" Hoje ", -1)
742
+ default: I(() => [...y[3] || (y[3] = [
743
+ go(" Hoje ", -1)
744
744
  ])]),
745
745
  _: 1
746
- }, 8, ["size", "disabled"])) : v("", !0),
747
- V(L, {
746
+ }, 8, ["size", "disabled"])) : S("", !0),
747
+ A(no, {
748
748
  type: "button",
749
749
  variant: "ghost",
750
750
  size: o.size,
751
751
  disabled: o.disabled,
752
752
  "aria-label": "Abrir calendário",
753
- onClick: io
753
+ onClick: ao
754
754
  }, {
755
- default: B(() => [
756
- o.calendarIcon ? (l(), b(A, {
755
+ default: I(() => [
756
+ o.calendarIcon ? (m(), w(J, {
757
757
  key: 0,
758
758
  class: "text-lg",
759
759
  icon: o.calendarIcon
760
- }, null, 8, ["icon"])) : v("", !0)
760
+ }, null, 8, ["icon"])) : S("", !0)
761
761
  ]),
762
762
  _: 1
763
763
  }, 8, ["size", "disabled"])
764
764
  ]),
765
765
  _: 1
766
766
  }, 8, ["class"]),
767
- V(h(Co), {
767
+ A(p(Jo), {
768
768
  ref_key: "popoverRef",
769
- ref: d
769
+ ref: n
770
770
  }, {
771
- default: B(() => [
772
- V(h(eo), {
773
- modelValue: c.value,
771
+ default: I(() => [
772
+ A(p(Vo), {
773
+ modelValue: d.value,
774
774
  "onUpdate:modelValue": [
775
- f[1] || (f[1] = (m) => c.value = m),
776
- to
775
+ y[1] || (y[1] = (C) => d.value = C),
776
+ eo
777
777
  ],
778
778
  inline: "",
779
779
  "selection-mode": o.selectionMode,
@@ -787,7 +787,7 @@ const mu = {
787
787
  _: 1
788
788
  }));
789
789
  }
790
- }, yu = {
790
+ }, sf = {
791
791
  __name: "BaseDatePicker",
792
792
  props: {
793
793
  modelValue: {
@@ -811,34 +811,34 @@ const mu = {
811
811
  }
812
812
  },
813
813
  emits: ["update:modelValue"],
814
- setup(o, { emit: r }) {
815
- const e = o, n = r, a = u({
814
+ setup(o, { emit: a }) {
815
+ const e = o, r = a, t = f({
816
816
  get: () => e.modelValue,
817
- set: (d) => n("update:modelValue", d)
817
+ set: (n) => r("update:modelValue", n)
818
818
  });
819
- return (d, i) => (l(), b(h(eo), R({
820
- modelValue: a.value,
821
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
819
+ return (n, s) => (m(), w(p(Vo), O({
820
+ modelValue: t.value,
821
+ "onUpdate:modelValue": s[0] || (s[0] = (d) => t.value = d),
822
822
  disabled: o.disabled,
823
823
  class: [
824
824
  "w-full",
825
825
  { "p-invalid": o.invalid },
826
826
  { "p-sm": o.size === "sm" }
827
827
  ]
828
- }, d.$attrs), null, 16, ["modelValue", "disabled", "class"]));
828
+ }, n.$attrs), null, 16, ["modelValue", "disabled", "class"]));
829
829
  }
830
- }, T = (o, r) => {
830
+ }, ro = (o, a) => {
831
831
  const e = o.__vccOpts || o;
832
- for (const [n, a] of r)
833
- e[n] = a;
832
+ for (const [r, t] of a)
833
+ e[r] = t;
834
834
  return e;
835
- }, Eo = {
835
+ }, Cr = {
836
836
  key: 0,
837
837
  class: "ui-dialog-body"
838
- }, Uo = {
838
+ }, Br = {
839
839
  key: 1,
840
840
  class: "ui-dialog-content"
841
- }, Go = {
841
+ }, xr = {
842
842
  __name: "BaseDialog",
843
843
  props: {
844
844
  modelValue: {
@@ -876,61 +876,61 @@ const mu = {
876
876
  }
877
877
  },
878
878
  emits: ["update:modelValue", "hide", "show"],
879
- setup(o, { emit: r }) {
880
- const e = o, n = r, a = u({
879
+ setup(o, { emit: a }) {
880
+ const e = o, r = a, t = f({
881
881
  get: () => e.modelValue,
882
- set: (y) => n("update:modelValue", y)
883
- }), d = {
882
+ set: (g) => r("update:modelValue", g)
883
+ }), n = {
884
884
  sm: "24rem",
885
885
  md: "32rem",
886
886
  lg: "48rem",
887
887
  full: "64rem"
888
- }, i = u(() => ({
889
- width: `min(92vw, ${d[e.size]})`
890
- })), c = u(() => !!(e.icon || e.content)), s = () => n("hide"), g = () => n("show");
891
- return (y, x) => (l(), b(h(ao), {
892
- visible: a.value,
893
- "onUpdate:visible": x[0] || (x[0] = (k) => a.value = k),
888
+ }, s = f(() => ({
889
+ width: `min(92vw, ${n[e.size]})`
890
+ })), d = f(() => !!(e.icon || e.content)), c = () => r("hide"), i = () => r("show");
891
+ return (g, b) => (m(), w(p(Do), {
892
+ visible: t.value,
893
+ "onUpdate:visible": b[0] || (b[0] = (v) => t.value = v),
894
894
  modal: "",
895
895
  draggable: !1,
896
896
  header: o.header,
897
897
  closable: o.closable,
898
898
  "dismissable-mask": o.dismissableMask,
899
899
  "close-on-escape": o.closeOnEscape,
900
- style: P(i.value),
901
- onHide: s,
902
- onShow: g
903
- }, Y({
904
- default: B(() => [
905
- c.value && !y.$slots.default ? (l(), p("div", Eo, [
906
- o.icon ? (l(), b(A, {
900
+ style: uo(s.value),
901
+ onHide: c,
902
+ onShow: i
903
+ }, fo({
904
+ default: I(() => [
905
+ d.value && !g.$slots.default ? (m(), x("div", Cr, [
906
+ o.icon ? (m(), w(J, {
907
907
  key: 0,
908
908
  icon: o.icon,
909
909
  class: "ui-dialog-icon"
910
- }, null, 8, ["icon"])) : v("", !0),
911
- o.content ? (l(), p("p", Uo, S(o.content), 1)) : v("", !0)
912
- ])) : v("", !0),
913
- C(y.$slots, "default", {}, void 0, !0)
910
+ }, null, 8, ["icon"])) : S("", !0),
911
+ o.content ? (m(), x("p", Br, j(o.content), 1)) : S("", !0)
912
+ ])) : S("", !0),
913
+ V(g.$slots, "default", {}, void 0, !0)
914
914
  ]),
915
915
  _: 2
916
916
  }, [
917
- y.$slots.header ? {
917
+ g.$slots.header ? {
918
918
  name: "header",
919
- fn: B(() => [
920
- C(y.$slots, "header", {}, void 0, !0)
919
+ fn: I(() => [
920
+ V(g.$slots, "header", {}, void 0, !0)
921
921
  ]),
922
922
  key: "0"
923
923
  } : void 0,
924
- y.$slots.footer ? {
924
+ g.$slots.footer ? {
925
925
  name: "footer",
926
- fn: B(() => [
927
- C(y.$slots, "footer", {}, void 0, !0)
926
+ fn: I(() => [
927
+ V(g.$slots, "footer", {}, void 0, !0)
928
928
  ]),
929
929
  key: "1"
930
930
  } : void 0
931
931
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
932
932
  }
933
- }, Cu = /* @__PURE__ */ T(Go, [["__scopeId", "data-v-d952cadc"]]), Qo = { class: "ui-drawer-content" }, Bu = /* @__PURE__ */ Object.assign({
933
+ }, uf = /* @__PURE__ */ ro(xr, [["__scopeId", "data-v-d952cadc"]]), wr = { class: "ui-drawer-content" }, ff = /* @__PURE__ */ Object.assign({
934
934
  inheritAttrs: !1
935
935
  }, {
936
936
  __name: "BaseDrawer",
@@ -957,44 +957,44 @@ const mu = {
957
957
  }
958
958
  },
959
959
  emits: ["update:visible"],
960
- setup(o, { emit: r }) {
961
- const e = o, n = r, a = u(() => e.visible), d = () => n("update:visible", !1), i = (s) => {
962
- s.target === s.currentTarget && d();
963
- }, c = (s) => {
964
- n("update:visible", s);
960
+ setup(o, { emit: a }) {
961
+ const e = o, r = a, t = f(() => e.visible), n = () => r("update:visible", !1), s = (c) => {
962
+ c.target === c.currentTarget && n();
963
+ }, d = (c) => {
964
+ r("update:visible", c);
965
965
  };
966
- return (s, g) => (l(), p(uo, null, [
967
- (l(), b(fo, { to: "body" }, [
968
- a.value ? (l(), p("div", {
966
+ return (c, i) => (m(), x(Eo, null, [
967
+ (m(), w(To, { to: "body" }, [
968
+ t.value ? (m(), x("div", {
969
969
  key: 0,
970
970
  class: "ui-drawer-backdrop",
971
971
  role: "presentation",
972
- onClick: i
973
- })) : v("", !0)
972
+ onClick: s
973
+ })) : S("", !0)
974
974
  ])),
975
- V(h(xo), R(s.$attrs, {
975
+ A(p(_o), O(c.$attrs, {
976
976
  modal: o.modal,
977
977
  dismissable: o.dismissable,
978
978
  header: o.title,
979
979
  "show-close-icon": !1,
980
- visible: a.value,
980
+ visible: t.value,
981
981
  position: o.position,
982
982
  class: "ui-drawer",
983
- "onUpdate:visible": c
983
+ "onUpdate:visible": d
984
984
  }), {
985
- default: B(() => [
986
- z("div", Qo, [
987
- C(s.$slots, "default")
985
+ default: I(() => [
986
+ W("div", wr, [
987
+ V(c.$slots, "default")
988
988
  ])
989
989
  ]),
990
990
  _: 3
991
991
  }, 16, ["modal", "dismissable", "header", "visible", "position"])
992
992
  ], 64));
993
993
  }
994
- }), Ko = { class: "ui-empty" }, Jo = { class: "ui-empty__media" }, Zo = ["src"], _o = { class: "ui-empty__content" }, or = { class: "ui-empty__title" }, rr = {
994
+ }), Rr = { class: "ui-empty" }, Sr = { class: "ui-empty__media" }, zr = ["src"], Vr = { class: "ui-empty__content" }, Dr = { class: "ui-empty__title" }, Ir = {
995
995
  key: 0,
996
996
  class: "ui-empty__description"
997
- }, er = { class: "ui-empty__actions" }, ar = {
997
+ }, Or = { class: "ui-empty__actions" }, Wr = {
998
998
  __name: "BaseEmpty",
999
999
  props: {
1000
1000
  icon: {
@@ -1015,37 +1015,37 @@ const mu = {
1015
1015
  }
1016
1016
  },
1017
1017
  setup(o) {
1018
- const r = o, e = u(() => !!r.image), n = u(() => !!r.description);
1019
- return (a, d) => (l(), p("div", Ko, [
1020
- z("div", Jo, [
1021
- e.value ? (l(), p("img", {
1018
+ const a = o, e = f(() => !!a.image), r = f(() => !!a.description);
1019
+ return (t, n) => (m(), x("div", Rr, [
1020
+ W("div", Sr, [
1021
+ e.value ? (m(), x("img", {
1022
1022
  key: 0,
1023
1023
  src: o.image,
1024
1024
  alt: "",
1025
1025
  class: "ui-empty__image"
1026
- }, null, 8, Zo)) : (l(), b(A, {
1026
+ }, null, 8, zr)) : (m(), w(J, {
1027
1027
  key: 1,
1028
1028
  icon: o.icon,
1029
1029
  class: "ui-empty__icon"
1030
1030
  }, null, 8, ["icon"]))
1031
1031
  ]),
1032
- z("div", _o, [
1033
- z("h3", or, S(o.title), 1),
1034
- n.value ? (l(), p("p", rr, S(o.description), 1)) : v("", !0),
1035
- z("div", er, [
1036
- C(a.$slots, "default", {}, void 0, !0)
1032
+ W("div", Vr, [
1033
+ W("h3", Dr, j(o.title), 1),
1034
+ r.value ? (m(), x("p", Ir, j(o.description), 1)) : S("", !0),
1035
+ W("div", Or, [
1036
+ V(t.$slots, "default", {}, void 0, !0)
1037
1037
  ])
1038
1038
  ])
1039
1039
  ]));
1040
1040
  }
1041
- }, xu = /* @__PURE__ */ T(ar, [["__scopeId", "data-v-91327e2b"]]), nr = { class: "ui-field" }, tr = ["for"], dr = { class: "ui-control" }, lr = {
1041
+ }, gf = /* @__PURE__ */ ro(Wr, [["__scopeId", "data-v-91327e2b"]]), jr = { class: "ui-field" }, Fr = ["for"], Pr = { class: "ui-control" }, Er = {
1042
1042
  key: 1,
1043
1043
  class: "ui-error",
1044
1044
  role: "alert"
1045
- }, ir = {
1045
+ }, Tr = {
1046
1046
  key: 2,
1047
1047
  class: "ui-help"
1048
- }, $u = {
1048
+ }, mf = {
1049
1049
  __name: "BaseField",
1050
1050
  props: {
1051
1051
  label: {
@@ -1066,23 +1066,23 @@ const mu = {
1066
1066
  }
1067
1067
  },
1068
1068
  setup(o) {
1069
- const r = o, e = u(() => !!r.label), n = u(() => !!r.error), a = u(() => !!r.help);
1070
- return (d, i) => (l(), p("div", nr, [
1071
- e.value ? (l(), p("label", {
1069
+ const a = o, e = f(() => !!a.label), r = f(() => !!a.error), t = f(() => !!a.help);
1070
+ return (n, s) => (m(), x("div", jr, [
1071
+ e.value ? (m(), x("label", {
1072
1072
  key: 0,
1073
1073
  class: "ui-label",
1074
1074
  for: o.forId
1075
- }, S(o.label), 9, tr)) : v("", !0),
1076
- z("div", dr, [
1077
- C(d.$slots, "default")
1075
+ }, j(o.label), 9, Fr)) : S("", !0),
1076
+ W("div", Pr, [
1077
+ V(n.$slots, "default")
1078
1078
  ]),
1079
- n.value ? (l(), p("small", lr, S(o.error), 1)) : a.value ? (l(), p("small", ir, S(o.help), 1)) : v("", !0)
1079
+ r.value ? (m(), x("small", Er, j(o.error), 1)) : t.value ? (m(), x("small", Tr, j(o.help), 1)) : S("", !0)
1080
1080
  ]));
1081
1081
  }
1082
- }, cr = { class: "ui-forbidden" }, sr = { class: "ui-forbidden__icon" }, ur = { class: "ui-forbidden__content" }, fr = { class: "ui-forbidden__title" }, gr = { class: "ui-forbidden__description" }, mr = {
1082
+ }, Ar = { class: "ui-forbidden" }, Lr = { class: "ui-forbidden__icon" }, Mr = { class: "ui-forbidden__content" }, Nr = { class: "ui-forbidden__title" }, Hr = { class: "ui-forbidden__description" }, Yr = {
1083
1083
  key: 0,
1084
1084
  class: "ui-forbidden__actions"
1085
- }, pr = {
1085
+ }, Xr = {
1086
1086
  __name: "BaseForbidden",
1087
1087
  props: {
1088
1088
  title: {
@@ -1095,20 +1095,20 @@ const mu = {
1095
1095
  }
1096
1096
  },
1097
1097
  setup(o) {
1098
- return (r, e) => (l(), p("div", cr, [
1099
- z("div", sr, [
1100
- V(A, { icon: ["fal", "user-shield"] })
1098
+ return (a, e) => (m(), x("div", Ar, [
1099
+ W("div", Lr, [
1100
+ A(J, { icon: ["fal", "user-shield"] })
1101
1101
  ]),
1102
- z("div", ur, [
1103
- z("h3", fr, S(o.title), 1),
1104
- z("p", gr, S(o.description), 1),
1105
- r.$slots.default ? (l(), p("div", mr, [
1106
- C(r.$slots, "default", {}, void 0, !0)
1107
- ])) : v("", !0)
1102
+ W("div", Mr, [
1103
+ W("h3", Nr, j(o.title), 1),
1104
+ W("p", Hr, j(o.description), 1),
1105
+ a.$slots.default ? (m(), x("div", Yr, [
1106
+ V(a.$slots, "default", {}, void 0, !0)
1107
+ ])) : S("", !0)
1108
1108
  ])
1109
1109
  ]));
1110
1110
  }
1111
- }, wu = /* @__PURE__ */ T(pr, [["__scopeId", "data-v-1025847b"]]), Ru = {
1111
+ }, pf = /* @__PURE__ */ ro(Xr, [["__scopeId", "data-v-1025847b"]]), bf = {
1112
1112
  __name: "BaseInputText",
1113
1113
  props: {
1114
1114
  modelValue: {
@@ -1136,18 +1136,18 @@ const mu = {
1136
1136
  }
1137
1137
  },
1138
1138
  emits: ["update:modelValue"],
1139
- setup(o, { expose: r, emit: e }) {
1140
- const n = o, a = e, d = u({
1141
- get: () => n.modelValue,
1142
- set: (c) => a("update:modelValue", c)
1143
- }), i = F(null);
1144
- return r({
1145
- focus: () => i.value?.$el?.focus()
1146
- }), (c, s) => (l(), b(h(ro), R({
1139
+ setup(o, { expose: a, emit: e }) {
1140
+ const r = o, t = e, n = f({
1141
+ get: () => r.modelValue,
1142
+ set: (d) => t("update:modelValue", d)
1143
+ }), s = z(null);
1144
+ return a({
1145
+ focus: () => s.value?.$el?.focus()
1146
+ }), (d, c) => (m(), w(p(zo), O({
1147
1147
  ref_key: "inputRef",
1148
- ref: i,
1149
- modelValue: d.value,
1150
- "onUpdate:modelValue": s[0] || (s[0] = (g) => d.value = g),
1148
+ ref: s,
1149
+ modelValue: n.value,
1150
+ "onUpdate:modelValue": c[0] || (c[0] = (i) => n.value = i),
1151
1151
  disabled: o.disabled,
1152
1152
  readonly: o.readonly,
1153
1153
  class: [
@@ -1155,9 +1155,9 @@ const mu = {
1155
1155
  { "p-invalid": o.invalid },
1156
1156
  { "p-sm": o.size === "sm" }
1157
1157
  ]
1158
- }, c.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
1158
+ }, d.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
1159
1159
  }
1160
- }, zu = {
1160
+ }, hf = {
1161
1161
  __name: "BaseModal",
1162
1162
  props: {
1163
1163
  modelValue: {
@@ -1187,53 +1187,53 @@ const mu = {
1187
1187
  }
1188
1188
  },
1189
1189
  emits: ["update:modelValue", "hide", "show"],
1190
- setup(o, { emit: r }) {
1191
- const e = o, n = r, a = u({
1190
+ setup(o, { emit: a }) {
1191
+ const e = o, r = a, t = f({
1192
1192
  get: () => e.modelValue,
1193
- set: (g) => n("update:modelValue", g)
1194
- }), d = {
1193
+ set: (i) => r("update:modelValue", i)
1194
+ }), n = {
1195
1195
  sm: "24rem",
1196
1196
  md: "38rem",
1197
1197
  lg: "56rem",
1198
1198
  full: "72rem"
1199
- }, i = u(() => ({
1200
- width: `min(92vw, ${d[e.size]})`
1201
- })), c = () => n("hide"), s = () => n("show");
1202
- return (g, y) => (l(), b(h(ao), {
1203
- visible: a.value,
1204
- "onUpdate:visible": y[0] || (y[0] = (x) => a.value = x),
1199
+ }, s = f(() => ({
1200
+ width: `min(92vw, ${n[e.size]})`
1201
+ })), d = () => r("hide"), c = () => r("show");
1202
+ return (i, g) => (m(), w(p(Do), {
1203
+ visible: t.value,
1204
+ "onUpdate:visible": g[0] || (g[0] = (b) => t.value = b),
1205
1205
  modal: "",
1206
1206
  draggable: !1,
1207
1207
  header: o.header,
1208
1208
  closable: o.closable,
1209
1209
  "dismissable-mask": o.dismissableMask,
1210
1210
  "close-on-escape": o.closeOnEscape,
1211
- style: P(i.value),
1212
- onHide: c,
1213
- onShow: s
1214
- }, Y({
1215
- default: B(() => [
1216
- C(g.$slots, "default")
1211
+ style: uo(s.value),
1212
+ onHide: d,
1213
+ onShow: c
1214
+ }, fo({
1215
+ default: I(() => [
1216
+ V(i.$slots, "default")
1217
1217
  ]),
1218
1218
  _: 2
1219
1219
  }, [
1220
- g.$slots.header ? {
1220
+ i.$slots.header ? {
1221
1221
  name: "header",
1222
- fn: B(() => [
1223
- C(g.$slots, "header")
1222
+ fn: I(() => [
1223
+ V(i.$slots, "header")
1224
1224
  ]),
1225
1225
  key: "0"
1226
1226
  } : void 0,
1227
- g.$slots.footer ? {
1227
+ i.$slots.footer ? {
1228
1228
  name: "footer",
1229
- fn: B(() => [
1230
- C(g.$slots, "footer")
1229
+ fn: I(() => [
1230
+ V(i.$slots, "footer")
1231
1231
  ]),
1232
1232
  key: "1"
1233
1233
  } : void 0
1234
1234
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
1235
1235
  }
1236
- }, Su = {
1236
+ }, vf = {
1237
1237
  __name: "BaseMultiSelect",
1238
1238
  props: {
1239
1239
  modelValue: {
@@ -1281,14 +1281,14 @@ const mu = {
1281
1281
  }
1282
1282
  },
1283
1283
  emits: ["update:modelValue"],
1284
- setup(o, { emit: r }) {
1285
- const e = o, n = r, a = u({
1284
+ setup(o, { emit: a }) {
1285
+ const e = o, r = a, t = f({
1286
1286
  get: () => e.modelValue,
1287
- set: (d) => n("update:modelValue", d)
1287
+ set: (n) => r("update:modelValue", n)
1288
1288
  });
1289
- return (d, i) => (l(), b(h($o), R({
1290
- modelValue: a.value,
1291
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
1289
+ return (n, s) => (m(), w(p(or), O({
1290
+ modelValue: t.value,
1291
+ "onUpdate:modelValue": s[0] || (s[0] = (d) => t.value = d),
1292
1292
  fluid: "",
1293
1293
  options: o.options,
1294
1294
  "option-label": o.optionLabel,
@@ -1301,9 +1301,9 @@ const mu = {
1301
1301
  { "p-invalid": o.invalid },
1302
1302
  { "p-sm": o.size === "sm" }
1303
1303
  ]
1304
- }, d.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1304
+ }, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1305
1305
  }
1306
- }, br = {
1306
+ }, qr = {
1307
1307
  __name: "BasePanel",
1308
1308
  props: {
1309
1309
  header: {
@@ -1325,38 +1325,38 @@ const mu = {
1325
1325
  }
1326
1326
  },
1327
1327
  setup(o) {
1328
- const r = o, e = u(() => ({
1328
+ const a = o, e = f(() => ({
1329
1329
  "ui-panel": !0,
1330
- [`ui-panel--${r.variant}`]: !!r.variant
1330
+ [`ui-panel--${a.variant}`]: !!a.variant
1331
1331
  }));
1332
- return (n, a) => (l(), b(h(wo), {
1332
+ return (r, t) => (m(), w(p(rr), {
1333
1333
  header: o.header,
1334
1334
  toggleable: o.toggleable,
1335
1335
  collapsed: o.collapsed,
1336
- class: W(e.value)
1337
- }, Y({
1338
- default: B(() => [
1339
- C(n.$slots, "default", {}, void 0, !0)
1336
+ class: L(e.value)
1337
+ }, fo({
1338
+ default: I(() => [
1339
+ V(r.$slots, "default", {}, void 0, !0)
1340
1340
  ]),
1341
1341
  _: 2
1342
1342
  }, [
1343
- n.$slots.header ? {
1343
+ r.$slots.header ? {
1344
1344
  name: "header",
1345
- fn: B(() => [
1346
- C(n.$slots, "header", {}, void 0, !0)
1345
+ fn: I(() => [
1346
+ V(r.$slots, "header", {}, void 0, !0)
1347
1347
  ]),
1348
1348
  key: "0"
1349
1349
  } : void 0,
1350
- n.$slots.icons ? {
1350
+ r.$slots.icons ? {
1351
1351
  name: "icons",
1352
- fn: B(() => [
1353
- C(n.$slots, "icons", {}, void 0, !0)
1352
+ fn: I(() => [
1353
+ V(r.$slots, "icons", {}, void 0, !0)
1354
1354
  ]),
1355
1355
  key: "1"
1356
1356
  } : void 0
1357
1357
  ]), 1032, ["header", "toggleable", "collapsed", "class"]));
1358
1358
  }
1359
- }, Du = /* @__PURE__ */ T(br, [["__scopeId", "data-v-cc034b6b"]]), Vu = {
1359
+ }, kf = /* @__PURE__ */ ro(qr, [["__scopeId", "data-v-cc034b6b"]]), yf = {
1360
1360
  __name: "BaseRadioButton",
1361
1361
  props: {
1362
1362
  modelValue: {
@@ -1385,22 +1385,22 @@ const mu = {
1385
1385
  }
1386
1386
  },
1387
1387
  emits: ["update:modelValue"],
1388
- setup(o, { emit: r }) {
1389
- const e = o, n = r, a = u({
1388
+ setup(o, { emit: a }) {
1389
+ const e = o, r = a, t = f({
1390
1390
  get: () => e.modelValue,
1391
- set: (d) => n("update:modelValue", d)
1391
+ set: (n) => r("update:modelValue", n)
1392
1392
  });
1393
- return (d, i) => (l(), b(h(Ro), R({
1394
- modelValue: a.value,
1395
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
1393
+ return (n, s) => (m(), w(p(er), O({
1394
+ modelValue: t.value,
1395
+ "onUpdate:modelValue": s[0] || (s[0] = (d) => t.value = d),
1396
1396
  value: o.value,
1397
1397
  name: o.name,
1398
1398
  "input-id": o.inputId,
1399
1399
  disabled: o.disabled,
1400
1400
  class: [{ "p-invalid": o.invalid }]
1401
- }, d.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1401
+ }, n.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1402
1402
  }
1403
- }, hr = ["href", "target"], Wu = {
1403
+ }, Gr = ["href", "target"], $f = {
1404
1404
  __name: "BaseRouterLink",
1405
1405
  props: {
1406
1406
  to: {
@@ -1425,42 +1425,42 @@ const mu = {
1425
1425
  }
1426
1426
  },
1427
1427
  setup(o) {
1428
- const r = o, e = u(() => r.disabled || r.loading), n = u(() => [
1428
+ const a = o, e = f(() => a.disabled || a.loading), r = f(() => [
1429
1429
  "ui-btn",
1430
1430
  {
1431
- "ui-btn-primary": r.variant === "primary",
1432
- "ui-btn-secondary": r.variant === "secondary",
1433
- "ui-btn-ghost": r.variant === "ghost",
1434
- "ui-btn-outline": r.variant === "outline",
1431
+ "ui-btn-primary": a.variant === "primary",
1432
+ "ui-btn-secondary": a.variant === "secondary",
1433
+ "ui-btn-ghost": a.variant === "ghost",
1434
+ "ui-btn-outline": a.variant === "outline",
1435
1435
  "ui-btn-disabled": e.value
1436
1436
  }
1437
1437
  ]);
1438
- return (a, d) => o.target === "_blank" ? (l(), p("a", {
1438
+ return (t, n) => o.target === "_blank" ? (m(), x("a", {
1439
1439
  key: 0,
1440
1440
  href: typeof o.to == "string" ? o.to : o.to.path,
1441
- class: W(n.value),
1441
+ class: L(r.value),
1442
1442
  target: o.target,
1443
1443
  rel: "noopener noreferrer"
1444
1444
  }, [
1445
- C(a.$slots, "default")
1446
- ], 10, hr)) : (l(), b(h(zo), {
1445
+ V(t.$slots, "default")
1446
+ ], 10, Gr)) : (m(), w(p(ar), {
1447
1447
  key: 1,
1448
1448
  to: e.value ? void 0 : o.to,
1449
- class: W(n.value),
1449
+ class: L(r.value),
1450
1450
  "aria-disabled": e.value,
1451
1451
  target: o.target,
1452
- onClick: d[0] || (d[0] = go((i) => e.value && i.preventDefault(), ["prevent"]))
1452
+ onClick: n[0] || (n[0] = Ao((s) => e.value && s.preventDefault(), ["prevent"]))
1453
1453
  }, {
1454
- default: B(() => [
1455
- C(a.$slots, "default")
1454
+ default: I(() => [
1455
+ V(t.$slots, "default")
1456
1456
  ]),
1457
1457
  _: 3
1458
1458
  }, 8, ["to", "class", "aria-disabled", "target"]));
1459
1459
  }
1460
- }, vr = { class: "ui-section-divider" }, kr = {
1460
+ }, Ur = { class: "ui-section-divider" }, Qr = {
1461
1461
  key: 0,
1462
1462
  class: "ui-section-divider__label"
1463
- }, Iu = {
1463
+ }, Cf = {
1464
1464
  __name: "BaseSectionDivider",
1465
1465
  props: {
1466
1466
  label: {
@@ -1469,13 +1469,13 @@ const mu = {
1469
1469
  }
1470
1470
  },
1471
1471
  setup(o) {
1472
- const r = o, e = u(() => !!r.label);
1473
- return (n, a) => (l(), p("div", vr, [
1474
- e.value ? (l(), p("span", kr, S(o.label), 1)) : v("", !0),
1475
- a[0] || (a[0] = z("div", { class: "ui-section-divider__line" }, null, -1))
1472
+ const a = o, e = f(() => !!a.label);
1473
+ return (r, t) => (m(), x("div", Ur, [
1474
+ e.value ? (m(), x("span", Qr, j(o.label), 1)) : S("", !0),
1475
+ t[0] || (t[0] = W("div", { class: "ui-section-divider__line" }, null, -1))
1476
1476
  ]));
1477
1477
  }
1478
- }, Fu = {
1478
+ }, Bf = {
1479
1479
  __name: "BaseSelect",
1480
1480
  props: {
1481
1481
  modelValue: {
@@ -1523,18 +1523,18 @@ const mu = {
1523
1523
  }
1524
1524
  },
1525
1525
  emits: ["update:modelValue"],
1526
- setup(o, { emit: r }) {
1527
- const e = o, n = r, a = u({
1526
+ setup(o, { emit: a }) {
1527
+ const e = o, r = a, t = f({
1528
1528
  get: () => e.modelValue,
1529
- set: (i) => n("update:modelValue", i)
1530
- }), d = u(() => e.optionEmpty ? [
1529
+ set: (s) => r("update:modelValue", s)
1530
+ }), n = f(() => e.optionEmpty ? [
1531
1531
  e.optionEmpty,
1532
1532
  ...e.options
1533
1533
  ] : e.options);
1534
- return (i, c) => (l(), b(h(So), R({
1535
- modelValue: a.value,
1536
- "onUpdate:modelValue": c[0] || (c[0] = (s) => a.value = s),
1537
- options: d.value,
1534
+ return (s, d) => (m(), w(p(tr), O({
1535
+ modelValue: t.value,
1536
+ "onUpdate:modelValue": d[0] || (d[0] = (c) => t.value = c),
1537
+ options: n.value,
1538
1538
  "option-label": o.optionLabel,
1539
1539
  "option-value": o.optionValue,
1540
1540
  placeholder: o.placeholder,
@@ -1545,9 +1545,9 @@ const mu = {
1545
1545
  { "p-invalid": o.invalid },
1546
1546
  { "p-sm": o.size === "sm" }
1547
1547
  ]
1548
- }, i.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1548
+ }, s.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1549
1549
  }
1550
- }, Mu = {
1550
+ }, xf = {
1551
1551
  __name: "BaseSwitch",
1552
1552
  props: {
1553
1553
  modelValue: {
@@ -1575,22 +1575,22 @@ const mu = {
1575
1575
  }
1576
1576
  },
1577
1577
  emits: ["update:modelValue"],
1578
- setup(o, { emit: r }) {
1579
- const e = o, n = r, a = u({
1578
+ setup(o, { emit: a }) {
1579
+ const e = o, r = a, t = f({
1580
1580
  get: () => e.modelValue,
1581
- set: (i) => {
1582
- e.disabled || e.loading || n("update:modelValue", i);
1581
+ set: (s) => {
1582
+ e.disabled || e.loading || r("update:modelValue", s);
1583
1583
  }
1584
- }), d = u(() => e.disabled || e.loading);
1585
- return (i, c) => (l(), b(h(Do), {
1586
- modelValue: a.value,
1587
- "onUpdate:modelValue": c[0] || (c[0] = (s) => a.value = s),
1584
+ }), n = f(() => e.disabled || e.loading);
1585
+ return (s, d) => (m(), w(p(nr), {
1586
+ modelValue: t.value,
1587
+ "onUpdate:modelValue": d[0] || (d[0] = (c) => t.value = c),
1588
1588
  "input-id": o.inputId,
1589
- disabled: d.value,
1590
- class: W(["base-switch", { "base-switch--sm": o.size === "sm" }])
1589
+ disabled: n.value,
1590
+ class: L(["base-switch", { "base-switch--sm": o.size === "sm" }])
1591
1591
  }, null, 8, ["modelValue", "input-id", "disabled", "class"]));
1592
1592
  }
1593
- }, Ou = {
1593
+ }, wf = {
1594
1594
  __name: "BaseTextarea",
1595
1595
  props: {
1596
1596
  modelValue: {
@@ -1619,14 +1619,14 @@ const mu = {
1619
1619
  }
1620
1620
  },
1621
1621
  emits: ["update:modelValue"],
1622
- setup(o, { emit: r }) {
1623
- const e = o, n = r, a = u({
1622
+ setup(o, { emit: a }) {
1623
+ const e = o, r = a, t = f({
1624
1624
  get: () => e.modelValue,
1625
- set: (d) => n("update:modelValue", d)
1625
+ set: (n) => r("update:modelValue", n)
1626
1626
  });
1627
- return (d, i) => (l(), b(h(Vo), R({
1628
- modelValue: a.value,
1629
- "onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
1627
+ return (n, s) => (m(), w(p(lr), O({
1628
+ modelValue: t.value,
1629
+ "onUpdate:modelValue": s[0] || (s[0] = (d) => t.value = d),
1630
1630
  rows: o.rows,
1631
1631
  "auto-resize": o.autoResize,
1632
1632
  disabled: o.disabled,
@@ -1635,21 +1635,21 @@ const mu = {
1635
1635
  "w-full",
1636
1636
  { "p-invalid": o.invalid }
1637
1637
  ]
1638
- }, d.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1638
+ }, n.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1639
1639
  }
1640
- }, Au = {
1640
+ }, Rf = {
1641
1641
  mounted(o) {
1642
- const r = () => {
1642
+ const a = () => {
1643
1643
  typeof o?.focus == "function" && o.focus();
1644
1644
  };
1645
1645
  requestAnimationFrame(() => {
1646
- r(), setTimeout(() => {
1647
- document.activeElement !== o && r();
1646
+ a(), setTimeout(() => {
1647
+ document.activeElement !== o && a();
1648
1648
  }, 350);
1649
1649
  });
1650
1650
  }
1651
1651
  };
1652
- var yr = { transitionDuration: "{transition.duration}" }, Cr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, Br = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, xr = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, $r = { root: yr, panel: Cr, header: Br, content: xr }, wr = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, Rr = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, zr = { padding: "{list.padding}", gap: "{list.gap}" }, Sr = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Dr = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Vr = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Wr = { borderRadius: "{border.radius.sm}" }, Ir = { padding: "{list.option.padding}" }, Fr = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, Mr = { root: wr, overlay: Rr, list: zr, option: Sr, optionGroup: Dr, dropdown: Vr, chip: Wr, emptyMessage: Ir, colorScheme: Fr }, Or = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ar = { size: "1rem" }, Hr = { borderColor: "{content.background}", offset: "-0.75rem" }, Tr = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Nr = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, jr = { root: Or, icon: Ar, group: Hr, lg: Tr, xl: Nr }, Lr = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Pr = { size: "0.5rem" }, Yr = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Xr = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, qr = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Er = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Ur = { root: Lr, dot: Pr, sm: Yr, lg: Xr, xl: qr, colorScheme: Er }, Gr = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, Qr = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, Kr = { primitive: Gr, semantic: Qr }, Jr = { borderRadius: "{content.border.radius}" }, Zr = { root: Jr }, _r = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, oe = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, re = { color: "{navigation.item.icon.color}" }, ee = { root: _r, item: oe, separator: re }, ae = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, ne = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, te = { root: ae, colorScheme: ne }, de = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, le = { padding: "1.25rem", gap: "0.5rem" }, ie = { gap: "0.5rem" }, ce = { fontSize: "1.25rem", fontWeight: "500" }, se = { color: "{text.muted.color}" }, ue = { root: de, body: le, caption: ie, title: ce, subtitle: se }, fe = { transitionDuration: "{transition.duration}" }, ge = { gap: "0.25rem" }, me = { padding: "1rem", gap: "0.5rem" }, pe = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, be = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, he = { root: fe, content: ge, indicatorList: me, indicator: pe, colorScheme: be }, ve = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, ke = { width: "2.5rem", color: "{form.field.icon.color}" }, ye = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Ce = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, Be = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, xe = { color: "{form.field.icon.color}" }, $e = { root: ve, dropdown: ke, overlay: ye, list: Ce, option: Be, clearIcon: xe }, we = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Re = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, ze = { root: we, icon: Re }, Se = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, De = { width: "2rem", height: "2rem" }, Ve = { size: "1rem" }, We = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, Ie = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, Fe = { root: Se, image: De, icon: Ve, removeIcon: We, colorScheme: Ie }, Me = { transitionDuration: "{transition.duration}" }, Oe = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ae = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, He = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Te = { root: Me, preview: Oe, panel: Ae, colorScheme: He }, Ne = { size: "2rem", color: "{overlay.modal.color}" }, je = { gap: "1rem" }, Le = { icon: Ne, content: je }, Pe = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Ye = { padding: "{overlay.popover.padding}", gap: "1rem" }, Xe = { size: "1.5rem", color: "{overlay.popover.color}" }, qe = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Ee = { root: Pe, content: Ye, icon: Xe, footer: qe }, Ue = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ge = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Qe = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Ke = { mobileIndent: "1rem" }, Je = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ze = { borderColor: "{content.border.color}" }, _e = { root: Ue, list: Ge, item: Qe, submenu: Ke, submenuIcon: Je, separator: Ze }, oa = `
1652
+ var Kr = { transitionDuration: "{transition.duration}" }, Jr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, Zr = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, _r = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, oe = { root: Kr, panel: Jr, header: Zr, content: _r }, re = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, ee = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ae = { padding: "{list.padding}", gap: "{list.gap}" }, te = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ne = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, le = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, de = { borderRadius: "{border.radius.sm}" }, ie = { padding: "{list.option.padding}" }, ce = { light: { chip: { focusBackground: "{surface.200}", focusColor: "{surface.800}" }, dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", focusColor: "{surface.0}" }, dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" } } }, se = { root: re, overlay: ee, list: ae, option: te, optionGroup: ne, dropdown: le, chip: de, emptyMessage: ie, colorScheme: ce }, ue = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, fe = { size: "1rem" }, ge = { borderColor: "{content.background}", offset: "-0.75rem" }, me = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, pe = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, be = { root: ue, icon: fe, group: ge, lg: me, xl: pe }, he = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ve = { size: "0.5rem" }, ke = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, ye = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, $e = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Ce = { light: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.500}", color: "{surface.0}" }, info: { background: "{sky.500}", color: "{surface.0}" }, warn: { background: "{orange.500}", color: "{surface.0}" }, danger: { background: "{red.500}", color: "{surface.0}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "{primary.color}", color: "{primary.contrast.color}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "{green.400}", color: "{green.950}" }, info: { background: "{sky.400}", color: "{sky.950}" }, warn: { background: "{orange.400}", color: "{orange.950}" }, danger: { background: "{red.400}", color: "{red.950}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Be = { root: he, dot: ve, sm: ke, lg: ye, xl: $e, colorScheme: Ce }, xe = { borderRadius: { none: "0", xs: "2px", sm: "4px", md: "6px", lg: "8px", xl: "12px" }, emerald: { 50: "#ecfdf5", 100: "#d1fae5", 200: "#a7f3d0", 300: "#6ee7b7", 400: "#34d399", 500: "#10b981", 600: "#059669", 700: "#047857", 800: "#065f46", 900: "#064e3b", 950: "#022c22" }, green: { 50: "#f0fdf4", 100: "#dcfce7", 200: "#bbf7d0", 300: "#86efac", 400: "#4ade80", 500: "#22c55e", 600: "#16a34a", 700: "#15803d", 800: "#166534", 900: "#14532d", 950: "#052e16" }, lime: { 50: "#f7fee7", 100: "#ecfccb", 200: "#d9f99d", 300: "#bef264", 400: "#a3e635", 500: "#84cc16", 600: "#65a30d", 700: "#4d7c0f", 800: "#3f6212", 900: "#365314", 950: "#1a2e05" }, red: { 50: "#fef2f2", 100: "#fee2e2", 200: "#fecaca", 300: "#fca5a5", 400: "#f87171", 500: "#ef4444", 600: "#dc2626", 700: "#b91c1c", 800: "#991b1b", 900: "#7f1d1d", 950: "#450a0a" }, orange: { 50: "#fff7ed", 100: "#ffedd5", 200: "#fed7aa", 300: "#fdba74", 400: "#fb923c", 500: "#f97316", 600: "#ea580c", 700: "#c2410c", 800: "#9a3412", 900: "#7c2d12", 950: "#431407" }, amber: { 50: "#fffbeb", 100: "#fef3c7", 200: "#fde68a", 300: "#fcd34d", 400: "#fbbf24", 500: "#f59e0b", 600: "#d97706", 700: "#b45309", 800: "#92400e", 900: "#78350f", 950: "#451a03" }, yellow: { 50: "#fefce8", 100: "#fef9c3", 200: "#fef08a", 300: "#fde047", 400: "#facc15", 500: "#eab308", 600: "#ca8a04", 700: "#a16207", 800: "#854d0e", 900: "#713f12", 950: "#422006" }, teal: { 50: "#f0fdfa", 100: "#ccfbf1", 200: "#99f6e4", 300: "#5eead4", 400: "#2dd4bf", 500: "#14b8a6", 600: "#0d9488", 700: "#0f766e", 800: "#115e59", 900: "#134e4a", 950: "#042f2e" }, cyan: { 50: "#ecfeff", 100: "#cffafe", 200: "#a5f3fc", 300: "#67e8f9", 400: "#22d3ee", 500: "#06b6d4", 600: "#0891b2", 700: "#0e7490", 800: "#155e75", 900: "#164e63", 950: "#083344" }, sky: { 50: "#f0f9ff", 100: "#e0f2fe", 200: "#bae6fd", 300: "#7dd3fc", 400: "#38bdf8", 500: "#0ea5e9", 600: "#0284c7", 700: "#0369a1", 800: "#075985", 900: "#0c4a6e", 950: "#082f49" }, blue: { 50: "#eff6ff", 100: "#dbeafe", 200: "#bfdbfe", 300: "#93c5fd", 400: "#60a5fa", 500: "#3b82f6", 600: "#2563eb", 700: "#1d4ed8", 800: "#1e40af", 900: "#1e3a8a", 950: "#172554" }, indigo: { 50: "#eef2ff", 100: "#e0e7ff", 200: "#c7d2fe", 300: "#a5b4fc", 400: "#818cf8", 500: "#6366f1", 600: "#4f46e5", 700: "#4338ca", 800: "#3730a3", 900: "#312e81", 950: "#1e1b4b" }, violet: { 50: "#f5f3ff", 100: "#ede9fe", 200: "#ddd6fe", 300: "#c4b5fd", 400: "#a78bfa", 500: "#8b5cf6", 600: "#7c3aed", 700: "#6d28d9", 800: "#5b21b6", 900: "#4c1d95", 950: "#2e1065" }, purple: { 50: "#faf5ff", 100: "#f3e8ff", 200: "#e9d5ff", 300: "#d8b4fe", 400: "#c084fc", 500: "#a855f7", 600: "#9333ea", 700: "#7e22ce", 800: "#6b21a8", 900: "#581c87", 950: "#3b0764" }, fuchsia: { 50: "#fdf4ff", 100: "#fae8ff", 200: "#f5d0fe", 300: "#f0abfc", 400: "#e879f9", 500: "#d946ef", 600: "#c026d3", 700: "#a21caf", 800: "#86198f", 900: "#701a75", 950: "#4a044e" }, pink: { 50: "#fdf2f8", 100: "#fce7f3", 200: "#fbcfe8", 300: "#f9a8d4", 400: "#f472b6", 500: "#ec4899", 600: "#db2777", 700: "#be185d", 800: "#9d174d", 900: "#831843", 950: "#500724" }, rose: { 50: "#fff1f2", 100: "#ffe4e6", 200: "#fecdd3", 300: "#fda4af", 400: "#fb7185", 500: "#f43f5e", 600: "#e11d48", 700: "#be123c", 800: "#9f1239", 900: "#881337", 950: "#4c0519" }, slate: { 50: "#f8fafc", 100: "#f1f5f9", 200: "#e2e8f0", 300: "#cbd5e1", 400: "#94a3b8", 500: "#64748b", 600: "#475569", 700: "#334155", 800: "#1e293b", 900: "#0f172a", 950: "#020617" }, gray: { 50: "#f9fafb", 100: "#f3f4f6", 200: "#e5e7eb", 300: "#d1d5db", 400: "#9ca3af", 500: "#6b7280", 600: "#4b5563", 700: "#374151", 800: "#1f2937", 900: "#111827", 950: "#030712" }, zinc: { 50: "#fafafa", 100: "#f4f4f5", 200: "#e4e4e7", 300: "#d4d4d8", 400: "#a1a1aa", 500: "#71717a", 600: "#52525b", 700: "#3f3f46", 800: "#27272a", 900: "#18181b", 950: "#09090b" }, neutral: { 50: "#fafafa", 100: "#f5f5f5", 200: "#e5e5e5", 300: "#d4d4d4", 400: "#a3a3a3", 500: "#737373", 600: "#525252", 700: "#404040", 800: "#262626", 900: "#171717", 950: "#0a0a0a" }, stone: { 50: "#fafaf9", 100: "#f5f5f4", 200: "#e7e5e4", 300: "#d6d3d1", 400: "#a8a29e", 500: "#78716c", 600: "#57534e", 700: "#44403c", 800: "#292524", 900: "#1c1917", 950: "#0c0a09" } }, we = { transitionDuration: "0.2s", focusRing: { width: "1px", style: "solid", color: "{primary.color}", offset: "2px", shadow: "none" }, disabledOpacity: "0.6", iconSize: "1rem", anchorGutter: "2px", primary: { 50: "{emerald.50}", 100: "{emerald.100}", 200: "{emerald.200}", 300: "{emerald.300}", 400: "{emerald.400}", 500: "{emerald.500}", 600: "{emerald.600}", 700: "{emerald.700}", 800: "{emerald.800}", 900: "{emerald.900}", 950: "{emerald.950}" }, formField: { paddingX: "0.75rem", paddingY: "0.5rem", sm: { fontSize: "0.875rem", paddingX: "0.625rem", paddingY: "0.375rem" }, lg: { fontSize: "1.125rem", paddingX: "0.875rem", paddingY: "0.625rem" }, borderRadius: "{border.radius.md}", focusRing: { width: "0", style: "none", color: "transparent", offset: "0", shadow: "none" }, transitionDuration: "{transition.duration}" }, list: { padding: "0.25rem 0.25rem", gap: "2px", header: { padding: "0.5rem 1rem 0.25rem 1rem" }, option: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}" }, optionGroup: { padding: "0.5rem 0.75rem", fontWeight: "600" } }, content: { borderRadius: "{border.radius.md}" }, mask: { transitionDuration: "0.3s" }, navigation: { list: { padding: "0.25rem 0.25rem", gap: "2px" }, item: { padding: "0.5rem 0.75rem", borderRadius: "{border.radius.sm}", gap: "0.5rem" }, submenuLabel: { padding: "0.5rem 0.75rem", fontWeight: "600" }, submenuIcon: { size: "0.875rem" } }, overlay: { select: { borderRadius: "{border.radius.md}", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, popover: { borderRadius: "{border.radius.md}", padding: "0.75rem", shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" }, modal: { borderRadius: "{border.radius.xl}", padding: "1.25rem", shadow: "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)" }, navigation: { shadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1)" } }, colorScheme: { light: { surface: { 0: "#ffffff", 50: "{slate.50}", 100: "{slate.100}", 200: "{slate.200}", 300: "{slate.300}", 400: "{slate.400}", 500: "{slate.500}", 600: "{slate.600}", 700: "{slate.700}", 800: "{slate.800}", 900: "{slate.900}", 950: "{slate.950}" }, primary: { color: "{primary.500}", contrastColor: "#ffffff", hoverColor: "{primary.600}", activeColor: "{primary.700}" }, highlight: { background: "{primary.50}", focusBackground: "{primary.100}", color: "{primary.700}", focusColor: "{primary.800}" }, mask: { background: "rgba(0,0,0,0.4)", color: "{surface.200}" }, formField: { background: "{surface.0}", disabledBackground: "{surface.200}", filledBackground: "{surface.50}", filledHoverBackground: "{surface.50}", filledFocusBackground: "{surface.50}", borderColor: "{surface.300}", hoverBorderColor: "{surface.400}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.400}", color: "{surface.700}", disabledColor: "{surface.500}", placeholderColor: "{surface.500}", invalidPlaceholderColor: "{red.600}", floatLabelColor: "{surface.500}", floatLabelFocusColor: "{primary.600}", floatLabelActiveColor: "{surface.500}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.700}", hoverColor: "{surface.800}", mutedColor: "{surface.500}", hoverMutedColor: "{surface.600}" }, content: { background: "{surface.0}", hoverBackground: "{surface.100}", borderColor: "{surface.200}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, popover: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" }, modal: { background: "{surface.0}", borderColor: "{surface.200}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.100}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.100}", activeBackground: "{surface.100}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.400}", focusColor: "{surface.500}", activeColor: "{surface.500}" } } }, dark: { surface: { 0: "#ffffff", 50: "{zinc.50}", 100: "{zinc.100}", 200: "{zinc.200}", 300: "{zinc.300}", 400: "{zinc.400}", 500: "{zinc.500}", 600: "{zinc.600}", 700: "{zinc.700}", 800: "{zinc.800}", 900: "{zinc.900}", 950: "{zinc.950}" }, primary: { color: "{primary.400}", contrastColor: "{surface.900}", hoverColor: "{primary.300}", activeColor: "{primary.200}" }, highlight: { background: "color-mix(in srgb, {primary.400}, transparent 84%)", focusBackground: "color-mix(in srgb, {primary.400}, transparent 76%)", color: "rgba(255,255,255,.87)", focusColor: "rgba(255,255,255,.87)" }, mask: { background: "rgba(0,0,0,0.6)", color: "{surface.200}" }, formField: { background: "{surface.950}", disabledBackground: "{surface.700}", filledBackground: "{surface.800}", filledHoverBackground: "{surface.800}", filledFocusBackground: "{surface.800}", borderColor: "{surface.600}", hoverBorderColor: "{surface.500}", focusBorderColor: "{primary.color}", invalidBorderColor: "{red.300}", color: "{surface.0}", disabledColor: "{surface.400}", placeholderColor: "{surface.400}", invalidPlaceholderColor: "{red.400}", floatLabelColor: "{surface.400}", floatLabelFocusColor: "{primary.color}", floatLabelActiveColor: "{surface.400}", floatLabelInvalidColor: "{form.field.invalid.placeholder.color}", iconColor: "{surface.400}", shadow: "0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(18, 18, 23, 0.05)" }, text: { color: "{surface.0}", hoverColor: "{surface.0}", mutedColor: "{surface.400}", hoverMutedColor: "{surface.300}" }, content: { background: "{surface.900}", hoverBackground: "{surface.800}", borderColor: "{surface.700}", color: "{text.color}", hoverColor: "{text.hover.color}" }, overlay: { select: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, popover: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" }, modal: { background: "{surface.900}", borderColor: "{surface.700}", color: "{text.color}" } }, list: { option: { focusBackground: "{surface.800}", selectedBackground: "{highlight.background}", selectedFocusBackground: "{highlight.focus.background}", color: "{text.color}", focusColor: "{text.hover.color}", selectedColor: "{highlight.color}", selectedFocusColor: "{highlight.focus.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}" } }, optionGroup: { background: "transparent", color: "{text.muted.color}" } }, navigation: { item: { focusBackground: "{surface.800}", activeBackground: "{surface.800}", color: "{text.color}", focusColor: "{text.hover.color}", activeColor: "{text.hover.color}", icon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } }, submenuLabel: { background: "transparent", color: "{text.muted.color}" }, submenuIcon: { color: "{surface.500}", focusColor: "{surface.400}", activeColor: "{surface.400}" } } } } }, Re = { primitive: xe, semantic: we }, Se = { borderRadius: "{content.border.radius}" }, ze = { root: Se }, Ve = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, De = { color: "{text.muted.color}", hoverColor: "{text.color}", borderRadius: "{content.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", hoverColor: "{navigation.item.icon.focus.color}" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ie = { color: "{navigation.item.icon.color}" }, Oe = { root: Ve, item: De, separator: Ie }, We = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", gap: "0.5rem", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", iconOnlyWidth: "2.5rem", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}", iconOnlyWidth: "2rem" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}", iconOnlyWidth: "3rem" }, label: { fontWeight: "500" }, raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" }, badgeSize: "1rem", transitionDuration: "{form.field.transition.duration}" }, je = { light: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", borderColor: "{surface.100}", hoverBorderColor: "{surface.200}", activeBorderColor: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}", focusRing: { color: "{surface.600}", shadow: "none" } }, info: { background: "{sky.500}", hoverBackground: "{sky.600}", activeBackground: "{sky.700}", borderColor: "{sky.500}", hoverBorderColor: "{sky.600}", activeBorderColor: "{sky.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{sky.500}", shadow: "none" } }, success: { background: "{green.500}", hoverBackground: "{green.600}", activeBackground: "{green.700}", borderColor: "{green.500}", hoverBorderColor: "{green.600}", activeBorderColor: "{green.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{green.500}", shadow: "none" } }, warn: { background: "{orange.500}", hoverBackground: "{orange.600}", activeBackground: "{orange.700}", borderColor: "{orange.500}", hoverBorderColor: "{orange.600}", activeBorderColor: "{orange.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{orange.500}", shadow: "none" } }, help: { background: "{purple.500}", hoverBackground: "{purple.600}", activeBackground: "{purple.700}", borderColor: "{purple.500}", hoverBorderColor: "{purple.600}", activeBorderColor: "{purple.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{purple.500}", shadow: "none" } }, danger: { background: "{red.500}", hoverBackground: "{red.600}", activeBackground: "{red.700}", borderColor: "{red.500}", hoverBorderColor: "{red.600}", activeBorderColor: "{red.700}", color: "#ffffff", hoverColor: "#ffffff", activeColor: "#ffffff", focusRing: { color: "{red.500}", shadow: "none" } }, contrast: { background: "{surface.950}", hoverBackground: "{surface.900}", activeBackground: "{surface.800}", borderColor: "{surface.950}", hoverBorderColor: "{surface.900}", activeBorderColor: "{surface.800}", color: "{surface.0}", hoverColor: "{surface.0}", activeColor: "{surface.0}", focusRing: { color: "{surface.950}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", borderColor: "{primary.200}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", borderColor: "{green.200}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", borderColor: "{sky.200}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", borderColor: "{orange.200}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", borderColor: "{purple.200}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", borderColor: "{red.200}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.700}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", borderColor: "{surface.200}", color: "{surface.700}" } }, text: { primary: { hoverBackground: "{primary.50}", activeBackground: "{primary.100}", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.500}" }, success: { hoverBackground: "{green.50}", activeBackground: "{green.100}", color: "{green.500}" }, info: { hoverBackground: "{sky.50}", activeBackground: "{sky.100}", color: "{sky.500}" }, warn: { hoverBackground: "{orange.50}", activeBackground: "{orange.100}", color: "{orange.500}" }, help: { hoverBackground: "{purple.50}", activeBackground: "{purple.100}", color: "{purple.500}" }, danger: { hoverBackground: "{red.50}", activeBackground: "{red.100}", color: "{red.500}" }, contrast: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.950}" }, plain: { hoverBackground: "{surface.50}", activeBackground: "{surface.100}", color: "{surface.700}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } }, dark: { root: { primary: { background: "{primary.color}", hoverBackground: "{primary.hover.color}", activeBackground: "{primary.active.color}", borderColor: "{primary.color}", hoverBorderColor: "{primary.hover.color}", activeBorderColor: "{primary.active.color}", color: "{primary.contrast.color}", hoverColor: "{primary.contrast.color}", activeColor: "{primary.contrast.color}", focusRing: { color: "{primary.color}", shadow: "none" } }, secondary: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", borderColor: "{surface.800}", hoverBorderColor: "{surface.700}", activeBorderColor: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}", focusRing: { color: "{surface.300}", shadow: "none" } }, info: { background: "{sky.400}", hoverBackground: "{sky.300}", activeBackground: "{sky.200}", borderColor: "{sky.400}", hoverBorderColor: "{sky.300}", activeBorderColor: "{sky.200}", color: "{sky.950}", hoverColor: "{sky.950}", activeColor: "{sky.950}", focusRing: { color: "{sky.400}", shadow: "none" } }, success: { background: "{green.400}", hoverBackground: "{green.300}", activeBackground: "{green.200}", borderColor: "{green.400}", hoverBorderColor: "{green.300}", activeBorderColor: "{green.200}", color: "{green.950}", hoverColor: "{green.950}", activeColor: "{green.950}", focusRing: { color: "{green.400}", shadow: "none" } }, warn: { background: "{orange.400}", hoverBackground: "{orange.300}", activeBackground: "{orange.200}", borderColor: "{orange.400}", hoverBorderColor: "{orange.300}", activeBorderColor: "{orange.200}", color: "{orange.950}", hoverColor: "{orange.950}", activeColor: "{orange.950}", focusRing: { color: "{orange.400}", shadow: "none" } }, help: { background: "{purple.400}", hoverBackground: "{purple.300}", activeBackground: "{purple.200}", borderColor: "{purple.400}", hoverBorderColor: "{purple.300}", activeBorderColor: "{purple.200}", color: "{purple.950}", hoverColor: "{purple.950}", activeColor: "{purple.950}", focusRing: { color: "{purple.400}", shadow: "none" } }, danger: { background: "{red.400}", hoverBackground: "{red.300}", activeBackground: "{red.200}", borderColor: "{red.400}", hoverBorderColor: "{red.300}", activeBorderColor: "{red.200}", color: "{red.950}", hoverColor: "{red.950}", activeColor: "{red.950}", focusRing: { color: "{red.400}", shadow: "none" } }, contrast: { background: "{surface.0}", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{surface.0}", hoverBorderColor: "{surface.100}", activeBorderColor: "{surface.200}", color: "{surface.950}", hoverColor: "{surface.950}", activeColor: "{surface.950}", focusRing: { color: "{surface.0}", shadow: "none" } } }, outlined: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", borderColor: "{primary.700}", color: "{primary.color}" }, secondary: { hoverBackground: "rgba(255,255,255,0.04)", activeBackground: "rgba(255,255,255,0.16)", borderColor: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", borderColor: "{green.700}", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", borderColor: "{sky.700}", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", borderColor: "{orange.700}", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", borderColor: "{purple.700}", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", borderColor: "{red.700}", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.500}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{surface.600}", color: "{surface.0}" } }, text: { primary: { hoverBackground: "color-mix(in srgb, {primary.color}, transparent 96%)", activeBackground: "color-mix(in srgb, {primary.color}, transparent 84%)", color: "{primary.color}" }, secondary: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.400}" }, success: { hoverBackground: "color-mix(in srgb, {green.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {green.400}, transparent 84%)", color: "{green.400}" }, info: { hoverBackground: "color-mix(in srgb, {sky.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {sky.400}, transparent 84%)", color: "{sky.400}" }, warn: { hoverBackground: "color-mix(in srgb, {orange.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {orange.400}, transparent 84%)", color: "{orange.400}" }, help: { hoverBackground: "color-mix(in srgb, {purple.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {purple.400}, transparent 84%)", color: "{purple.400}" }, danger: { hoverBackground: "color-mix(in srgb, {red.400}, transparent 96%)", activeBackground: "color-mix(in srgb, {red.400}, transparent 84%)", color: "{red.400}" }, contrast: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" }, plain: { hoverBackground: "{surface.800}", activeBackground: "{surface.700}", color: "{surface.0}" } }, link: { color: "{primary.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" } } }, Fe = { root: We, colorScheme: je }, Pe = { background: "{content.background}", borderRadius: "{border.radius.xl}", color: "{content.color}", shadow: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)" }, Ee = { padding: "1.25rem", gap: "0.5rem" }, Te = { gap: "0.5rem" }, Ae = { fontSize: "1.25rem", fontWeight: "500" }, Le = { color: "{text.muted.color}" }, Me = { root: Pe, body: Ee, caption: Te, title: Ae, subtitle: Le }, Ne = { transitionDuration: "{transition.duration}" }, He = { gap: "0.25rem" }, Ye = { padding: "1rem", gap: "0.5rem" }, Xe = { width: "2rem", height: "0.5rem", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, qe = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, Ge = { root: Ne, content: He, indicatorList: Ye, indicator: Xe, colorScheme: qe }, Ue = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Qe = { width: "2.5rem", color: "{form.field.icon.color}" }, Ke = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Je = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, Ze = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, _e = { color: "{form.field.icon.color}" }, oa = { root: Ue, dropdown: Qe, overlay: Ke, list: Je, option: Ze, clearIcon: _e }, ra = { borderRadius: "{border.radius.sm}", width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, ea = { size: "0.875rem", color: "{form.field.color}", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.75rem" }, lg: { size: "1rem" } }, aa = { root: ra, icon: ea }, ta = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, na = { width: "2rem", height: "2rem" }, la = { size: "1rem" }, da = { size: "1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" } }, ia = { light: { root: { background: "{surface.100}", color: "{surface.800}" }, icon: { color: "{surface.800}" }, removeIcon: { color: "{surface.800}" } }, dark: { root: { background: "{surface.800}", color: "{surface.0}" }, icon: { color: "{surface.0}" }, removeIcon: { color: "{surface.0}" } } }, ca = { root: ta, image: na, icon: la, removeIcon: da, colorScheme: ia }, sa = { transitionDuration: "{transition.duration}" }, ua = { width: "1.5rem", height: "1.5rem", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, fa = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, ga = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, ma = { root: sa, preview: ua, panel: fa, colorScheme: ga }, pa = { size: "2rem", color: "{overlay.modal.color}" }, ba = { gap: "1rem" }, ha = { icon: pa, content: ba }, va = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, ka = { padding: "{overlay.popover.padding}", gap: "1rem" }, ya = { size: "1.5rem", color: "{overlay.popover.color}" }, $a = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Ca = { root: va, content: ka, icon: ya, footer: $a }, Ba = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, xa = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, wa = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Ra = { mobileIndent: "1rem" }, Sa = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, za = { borderColor: "{content.border.color}" }, Va = { root: Ba, list: xa, item: wa, submenu: Ra, submenuIcon: Sa, separator: za }, Da = `
1653
1653
  li.p-autocomplete-option,
1654
1654
  div.p-cascadeselect-option-content,
1655
1655
  li.p-listbox-option,
@@ -1673,24 +1673,24 @@ var yr = { transitionDuration: "{transition.duration}" }, Cr = { borderWidth: "0
1673
1673
  .p-treetable thead.p-treetable-thead>tr>th {
1674
1674
  transition: none;
1675
1675
  }
1676
- `, ra = { transitionDuration: "{transition.duration}" }, ea = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, aa = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{datatable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, na = { fontWeight: "600" }, ta = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, da = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, la = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, ia = { fontWeight: "600" }, ca = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, sa = { color: "{primary.color}" }, ua = { width: "0.5rem" }, fa = { width: "1px", color: "{primary.color}" }, ga = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ma = { size: "2rem" }, pa = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ba = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, ha = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, va = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ka = { light: { root: { borderColor: "{content.border.color}" }, row: { stripedBackground: "{surface.50}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, row: { stripedBackground: "{surface.950}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, ya = `
1676
+ `, Ia = { transitionDuration: "{transition.duration}" }, Oa = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Wa = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{datatable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, ja = { fontWeight: "600" }, Fa = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Pa = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Ea = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Ta = { fontWeight: "600" }, Aa = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, La = { color: "{primary.color}" }, Ma = { width: "0.5rem" }, Na = { width: "1px", color: "{primary.color}" }, Ha = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Ya = { size: "2rem" }, Xa = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, qa = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, Ga = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Ua = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Qa = { light: { root: { borderColor: "{content.border.color}" }, row: { stripedBackground: "{surface.50}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, row: { stripedBackground: "{surface.950}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, Ka = `
1677
1677
  .p-datatable-mask.p-overlay-mask {
1678
1678
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1679
1679
  }
1680
- `, Ca = { root: ra, header: ea, headerCell: aa, columnTitle: na, row: ta, bodyCell: da, footerCell: la, columnFooter: ia, footer: ca, dropPoint: sa, columnResizer: ua, resizeIndicator: fa, sortIcon: ga, loadingIcon: ma, rowToggleButton: pa, filter: ba, paginatorTop: ha, paginatorBottom: va, colorScheme: ka, css: ya }, Ba = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, xa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, $a = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, wa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, Ra = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, za = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, Sa = { root: Ba, header: xa, content: $a, footer: wa, paginatorTop: Ra, paginatorBottom: za }, Da = { transitionDuration: "{transition.duration}" }, Va = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, Wa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, Ia = { gap: "0.5rem", fontWeight: "500" }, Fa = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ma = { color: "{form.field.icon.color}" }, Oa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Aa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ha = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ta = { margin: "0.5rem 0 0 0" }, Na = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, ja = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, La = { margin: "0.5rem 0 0 0" }, Pa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ya = { margin: "0.5rem 0 0 0" }, Xa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, qa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ea = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ua = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, Ga = { root: Da, panel: Va, header: Wa, title: Ia, dropdown: Fa, inputIcon: Ma, selectMonth: Oa, selectYear: Aa, group: Ha, dayView: Ta, weekDay: Na, date: ja, monthView: La, month: Pa, yearView: Ya, year: Xa, buttonbar: qa, timePicker: Ea, colorScheme: Ua }, Qa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Ka = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ja = { fontSize: "1.25rem", fontWeight: "600" }, Za = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, _a = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, on = { root: Qa, header: Ka, title: Ja, content: Za, footer: _a }, rn = { borderColor: "{content.border.color}" }, en = { background: "{content.background}", color: "{text.color}" }, an = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, nn = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, tn = { root: rn, content: en, horizontal: an, vertical: nn }, dn = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, ln = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, cn = { root: dn, item: ln }, sn = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, un = { padding: "{overlay.modal.padding}" }, fn = { fontSize: "1.5rem", fontWeight: "600" }, gn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, mn = { padding: "{overlay.modal.padding}" }, pn = { root: sn, header: un, title: fn, content: gn, footer: mn }, bn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, hn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, vn = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, kn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, yn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Cn = { toolbar: bn, toolbarItem: hn, overlay: vn, overlayOption: kn, content: yn }, Bn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, xn = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, $n = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, wn = { padding: "0" }, Rn = { root: Bn, legend: xn, toggleIcon: $n, content: wn }, zn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Sn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, Dn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, Vn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, Wn = { gap: "0.5rem" }, In = { height: "0.25rem" }, Fn = { gap: "0.5rem" }, Mn = { root: zn, header: Sn, content: Dn, file: Vn, fileList: Wn, progressbar: In, basic: Fn }, On = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, An = { active: { top: "-1.25rem" } }, Hn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Tn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Nn = { root: On, over: An, in: Hn, on: Tn }, jn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Ln = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Pn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Xn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, qn = { size: "1rem" }, En = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Un = { gap: "0.5rem", padding: "1rem" }, Gn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qn = { background: "rgba(0, 0, 0, 0.5)" }, Kn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Jn = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Zn = { size: "1.5rem" }, _n = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, ot = { root: jn, navButton: Ln, navIcon: Pn, thumbnailsContent: Yn, thumbnailNavButton: Xn, thumbnailNavButtonIcon: qn, caption: En, indicatorList: Un, indicatorButton: Gn, insetIndicatorList: Qn, insetIndicatorButton: Kn, closeButton: Jn, closeButtonIcon: Zn, colorScheme: _n }, rt = { color: "{form.field.icon.color}" }, et = { icon: rt }, at = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, nt = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, tt = { root: at, input: nt }, dt = { transitionDuration: "{transition.duration}" }, lt = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, it = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, ct = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, st = { root: dt, preview: lt, toolbar: it, action: ct }, ut = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ft = { handle: ut }, gt = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, mt = { fontWeight: "500" }, pt = { size: "1rem" }, bt = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, ht = { root: gt, text: mt, icon: pt, colorScheme: bt }, vt = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, kt = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, yt = { root: vt, display: kt }, Ct = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, Bt = { borderRadius: "{border.radius.sm}" }, xt = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, $t = { root: Ct, chip: Bt, colorScheme: xt }, wt = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, Rt = { addon: wt }, zt = { transitionDuration: "{transition.duration}" }, St = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, Dt = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, Vt = { root: zt, button: St, colorScheme: Dt }, Wt = { gap: "0.5rem" }, It = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Ft = { root: Wt, input: It }, Mt = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Ot = { root: Mt }, At = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ht = { background: "{primary.color}" }, Tt = { background: "{content.border.color}" }, Nt = { color: "{text.muted.color}" }, jt = { root: At, value: Ht, range: Tt, text: Nt }, Lt = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, Pt = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yt = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Xt = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, qt = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Et = { padding: "{list.option.padding}" }, Ut = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Gt = { root: Lt, list: Pt, option: Yt, optionGroup: Xt, checkmark: qt, emptyMessage: Et, colorScheme: Ut }, Qt = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, Kt = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Jt = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Zt = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, _t = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, od = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, rd = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ed = { borderColor: "{content.border.color}" }, ad = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, nd = { root: Qt, baseItem: Kt, item: Jt, overlay: Zt, submenu: _t, submenuLabel: od, submenuIcon: rd, separator: ed, mobileButton: ad }, td = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, dd = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ld = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, id = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, cd = { borderColor: "{content.border.color}" }, sd = { root: td, list: dd, item: ld, submenuLabel: id, separator: cd }, ud = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, fd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, gd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, md = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, pd = { borderColor: "{content.border.color}" }, bd = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, hd = { root: ud, baseItem: fd, item: gd, submenu: md, separator: pd, mobileButton: bd }, vd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, kd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, yd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, Cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, Bd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, xd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, $d = { root: { borderWidth: "1px" } }, wd = { content: { padding: "0" } }, Rd = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, zd = { root: vd, content: kd, text: yd, icon: Cd, closeButton: Bd, closeIcon: xd, outlined: $d, simple: wd, colorScheme: Rd }, Sd = { borderRadius: "{content.border.radius}", gap: "1rem" }, Dd = { background: "{content.border.color}", size: "0.5rem" }, Vd = { gap: "0.5rem" }, Wd = { size: "0.5rem" }, Id = { size: "1rem" }, Fd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Md = { root: Sd, meters: Dd, label: Vd, labelMarker: Wd, labelIcon: Id, labelList: Fd }, Od = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Ad = { width: "2.5rem", color: "{form.field.icon.color}" }, Hd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Td = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Nd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, jd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ld = { color: "{form.field.icon.color}" }, Pd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Xd = { root: Od, dropdown: Ad, overlay: Hd, list: Td, option: Nd, optionGroup: jd, chip: Pd, clearIcon: Ld, emptyMessage: Yd }, qd = { gap: "1.125rem" }, Ed = { gap: "0.5rem" }, Ud = { root: qd, controls: Ed }, Gd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Qd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, Kd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Jd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Zd = { root: Gd, node: Qd, nodeToggleButton: Kd, connector: Jd }, _d = { outline: { width: "2px", color: "{content.background}" } }, ol = { root: _d }, rl = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, el = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, al = { color: "{text.muted.color}" }, nl = { maxWidth: "2.5rem" }, tl = { root: rl, navButton: el, currentPageReport: al, jumpToPageInput: nl }, dl = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, ll = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, il = { padding: "0.375rem 1.125rem" }, cl = { fontWeight: "600" }, sl = { padding: "0 1.125rem 1.125rem 1.125rem" }, ul = { padding: "0 1.125rem 1.125rem 1.125rem" }, fl = { root: dl, header: ll, toggleableHeader: il, title: cl, content: sl, footer: ul }, gl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ml = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, pl = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, bl = { indent: "1rem" }, hl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, vl = { root: gl, panel: ml, item: pl, submenu: bl, submenuIcon: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, yl = { color: "{form.field.icon.color}" }, Cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, Bl = { gap: "0.5rem" }, xl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, $l = { meter: kl, icon: yl, overlay: Cl, content: Bl, colorScheme: xl }, wl = { gap: "1.125rem" }, Rl = { gap: "0.5rem" }, zl = { root: wl, controls: Rl }, Sl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Dl = { padding: "{overlay.popover.padding}" }, Vl = { root: Sl, content: Dl }, Wl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, Il = { background: "{primary.color}" }, Fl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Ml = { root: Wl, value: Il, label: Fl }, Ol = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, Al = { colorScheme: Ol }, Hl = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, Tl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Nl = { root: Hl, icon: Tl }, jl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ll = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Pl = { root: jl, icon: Ll }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Xl = { colorScheme: Yl }, ql = { transitionDuration: "{transition.duration}" }, El = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ul = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Gl = { root: ql, bar: El, colorScheme: Ul }, Ql = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Kl = { width: "2.5rem", color: "{form.field.icon.color}" }, Jl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Zl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, _l = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, oi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ri = { color: "{form.field.icon.color}" }, ei = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, ai = { padding: "{list.option.padding}" }, ni = { root: Ql, dropdown: Kl, overlay: Jl, list: Zl, option: _l, optionGroup: oi, clearIcon: ri, checkmark: ei, emptyMessage: ai }, ti = { borderRadius: "{form.field.border.radius}" }, di = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, li = { root: ti, colorScheme: di }, ii = { borderRadius: "{content.border.radius}" }, ci = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, si = { root: ii, colorScheme: ci }, ui = { transitionDuration: "{transition.duration}" }, fi = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, gi = { background: "{primary.color}" }, mi = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, pi = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, bi = { root: ui, track: fi, range: gi, handle: mi, colorScheme: pi }, hi = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, vi = { root: hi }, ki = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, yi = { root: ki }, Ci = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Bi = { background: "{content.border.color}" }, xi = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, $i = { root: Ci, gutter: Bi, handle: xi }, wi = { transitionDuration: "{transition.duration}" }, Ri = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, zi = { padding: "0.5rem", gap: "1rem" }, Si = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Di = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Vi = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Wi = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, Ii = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Fi = { root: wi, separator: Ri, step: zi, stepHeader: Si, stepTitle: Di, stepNumber: Vi, steppanels: Wi, steppanel: Ii }, Mi = { transitionDuration: "{transition.duration}" }, Oi = { background: "{content.border.color}" }, Ai = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Hi = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Ti = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Ni = { root: Mi, separator: Oi, itemLink: Ai, itemLabel: Hi, itemNumber: Ti }, ji = { transitionDuration: "{transition.duration}" }, Li = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Pi = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Yi = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Xi = { height: "1px", bottom: "-1px", background: "{primary.color}" }, qi = { root: ji, tablist: Li, item: Pi, itemIcon: Yi, activeBar: Xi }, Ei = { transitionDuration: "{transition.duration}" }, Ui = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Gi = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Qi = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, Ki = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Ji = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Zi = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, _i = { root: Ei, tablist: Ui, tab: Gi, tabpanel: Qi, navButton: Ki, activeBar: Ji, colorScheme: Zi }, oc = { transitionDuration: "{transition.duration}" }, rc = { background: "{content.background}", borderColor: "{content.border.color}" }, ec = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, ac = { background: "{content.background}", color: "{content.color}" }, nc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, tc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, dc = { root: oc, tabList: rc, tab: ec, tabPanel: ac, navButton: nc, colorScheme: tc }, lc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, ic = { size: "0.75rem" }, cc = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, sc = { root: lc, icon: ic, colorScheme: cc }, uc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, fc = { gap: "0.25rem" }, gc = { margin: "2px 0" }, mc = { root: uc, prompt: fc, commandResponse: gc }, pc = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, bc = { root: pc }, hc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, vc = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, kc = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, yc = { mobileIndent: "1rem" }, Cc = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Bc = { borderColor: "{content.border.color}" }, xc = { root: hc, list: vc, item: kc, submenu: yc, submenuIcon: Cc, separator: Bc }, $c = { minHeight: "5rem" }, wc = { eventContent: { padding: "1rem 0" } }, Rc = { eventContent: { padding: "0 1rem" } }, zc = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, Sc = { color: "{content.border.color}", size: "2px" }, Dc = { event: $c, horizontal: wc, vertical: Rc, eventMarker: zc, eventConnector: Sc }, Vc = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Wc = { size: "1.125rem" }, Ic = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, Fc = { gap: "0.5rem" }, Mc = { fontWeight: "500", fontSize: "1rem" }, Oc = { fontWeight: "500", fontSize: "0.875rem" }, Ac = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Hc = { size: "1rem" }, Tc = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, Nc = { root: Vc, icon: Wc, content: Ic, text: Fc, summary: Mc, detail: Oc, closeButton: Ac, closeIcon: Hc, colorScheme: Tc }, jc = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, Lc = { disabledColor: "{form.field.disabled.color}" }, Pc = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, Yc = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, Xc = { root: jc, icon: Lc, content: Pc, colorScheme: Yc }, qc = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Ec = { borderRadius: "50%", size: "1rem" }, Uc = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, Gc = { root: qc, handle: Ec, colorScheme: Uc }, Qc = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Kc = { root: Qc }, Jc = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Zc = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, _c = { root: Jc, colorScheme: Zc }, os = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, rs = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, es = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, as = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ns = { size: "2rem" }, ts = { margin: "0 0 0.5rem 0" }, ds = `
1680
+ `, Ja = { root: Ia, header: Oa, headerCell: Wa, columnTitle: ja, row: Fa, bodyCell: Pa, footerCell: Ea, columnFooter: Ta, footer: Aa, dropPoint: La, columnResizer: Ma, resizeIndicator: Na, sortIcon: Ha, loadingIcon: Ya, rowToggleButton: Xa, filter: qa, paginatorTop: Ga, paginatorBottom: Ua, colorScheme: Qa, css: Ka }, Za = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, _a = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ot = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, rt = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, et = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, at = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, tt = { root: Za, header: _a, content: ot, footer: rt, paginatorTop: et, paginatorBottom: at }, nt = { transitionDuration: "{transition.duration}" }, lt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, dt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, it = { gap: "0.5rem", fontWeight: "500" }, ct = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" }, borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, st = { color: "{form.field.icon.color}" }, ut = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, ft = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, gt = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, mt = { margin: "0.5rem 0 0 0" }, pt = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, bt = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ht = { margin: "0.5rem 0 0 0" }, vt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, kt = { margin: "0.5rem 0 0 0" }, yt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, $t = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ct = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Bt = { light: { dropdown: { background: "{surface.100}", hoverBackground: "{surface.200}", activeBackground: "{surface.300}", color: "{surface.600}", hoverColor: "{surface.700}", activeColor: "{surface.800}" }, today: { background: "{surface.200}", color: "{surface.900}" } }, dark: { dropdown: { background: "{surface.800}", hoverBackground: "{surface.700}", activeBackground: "{surface.600}", color: "{surface.300}", hoverColor: "{surface.200}", activeColor: "{surface.100}" }, today: { background: "{surface.700}", color: "{surface.0}" } } }, xt = { root: nt, panel: lt, header: dt, title: it, dropdown: ct, inputIcon: st, selectMonth: ut, selectYear: ft, group: gt, dayView: mt, weekDay: pt, date: bt, monthView: ht, month: vt, yearView: kt, year: yt, buttonbar: $t, timePicker: Ct, colorScheme: Bt }, wt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Rt = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, St = { fontSize: "1.25rem", fontWeight: "600" }, zt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Vt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Dt = { root: wt, header: Rt, title: St, content: zt, footer: Vt }, It = { borderColor: "{content.border.color}" }, Ot = { background: "{content.background}", color: "{text.color}" }, Wt = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, jt = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ft = { root: It, content: Ot, horizontal: Wt, vertical: jt }, Pt = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Et = { borderRadius: "{content.border.radius}", padding: "0.5rem", size: "3rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Tt = { root: Pt, item: Et }, At = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Lt = { padding: "{overlay.modal.padding}" }, Mt = { fontSize: "1.5rem", fontWeight: "600" }, Nt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Ht = { padding: "{overlay.modal.padding}" }, Yt = { root: At, header: Lt, title: Mt, content: Nt, footer: Ht }, Xt = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, qt = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Gt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}", padding: "{list.padding}" }, Ut = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Qt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Kt = { toolbar: Xt, toolbarItem: qt, overlay: Gt, overlayOption: Ut, content: Qt }, Jt = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", padding: "0 1.125rem 1.125rem 1.125rem", transitionDuration: "{transition.duration}" }, Zt = { background: "{content.background}", hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", borderRadius: "{content.border.radius}", borderWidth: "1px", borderColor: "transparent", padding: "0.5rem 0.75rem", gap: "0.5rem", fontWeight: "600", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, _t = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, on = { padding: "0" }, rn = { root: Jt, legend: Zt, toggleIcon: _t, content: on }, en = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, an = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, tn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, nn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, ln = { gap: "0.5rem" }, dn = { height: "0.25rem" }, cn = { gap: "0.5rem" }, sn = { root: en, header: an, content: tn, file: nn, fileList: ln, progressbar: dn, basic: cn }, un = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", activeColor: "{form.field.float.label.active.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", positionY: "{form.field.padding.y}", fontWeight: "500", active: { fontSize: "0.75rem", fontWeight: "400" } }, fn = { active: { top: "-1.25rem" } }, gn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, mn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, pn = { root: un, over: fn, in: gn, on: mn }, bn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, hn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, vn = { size: "1.5rem" }, kn = { background: "{content.background}", padding: "1rem 0.25rem" }, yn = { size: "2rem", borderRadius: "{content.border.radius}", gutter: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, $n = { size: "1rem" }, Cn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Bn = { gap: "0.5rem", padding: "1rem" }, xn = { width: "1rem", height: "1rem", activeBackground: "{primary.color}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wn = { background: "rgba(0, 0, 0, 0.5)" }, Rn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Sn = { size: "3rem", gutter: "0.5rem", background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.50}", hoverColor: "{surface.0}", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, zn = { size: "1.5rem" }, Vn = { light: { thumbnailNavButton: { hoverBackground: "{surface.100}", color: "{surface.600}", hoverColor: "{surface.700}" }, indicatorButton: { background: "{surface.200}", hoverBackground: "{surface.300}" } }, dark: { thumbnailNavButton: { hoverBackground: "{surface.700}", color: "{surface.400}", hoverColor: "{surface.0}" }, indicatorButton: { background: "{surface.700}", hoverBackground: "{surface.600}" } } }, Dn = { root: bn, navButton: hn, navIcon: vn, thumbnailsContent: kn, thumbnailNavButton: yn, thumbnailNavButtonIcon: $n, caption: Cn, indicatorList: Bn, indicatorButton: xn, insetIndicatorList: wn, insetIndicatorButton: Rn, closeButton: Sn, closeButtonIcon: zn, colorScheme: Vn }, In = { color: "{form.field.icon.color}" }, On = { icon: In }, Wn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, jn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Fn = { root: Wn, input: jn }, Pn = { transitionDuration: "{transition.duration}" }, En = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Tn = { position: { left: "auto", right: "1rem", top: "1rem", bottom: "auto" }, blur: "8px", background: "rgba(255,255,255,0.1)", borderColor: "rgba(255,255,255,0.2)", borderWidth: "1px", borderRadius: "30px", padding: ".5rem", gap: "0.5rem" }, An = { hoverBackground: "rgba(255,255,255,0.1)", color: "{surface.50}", hoverColor: "{surface.0}", size: "3rem", iconSize: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ln = { root: Pn, preview: En, toolbar: Tn, action: An }, Mn = { size: "15px", hoverSize: "30px", background: "rgba(255,255,255,0.3)", hoverBackground: "rgba(255,255,255,0.3)", borderColor: "unset", hoverBorderColor: "unset", borderWidth: "0", borderRadius: "50%", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "rgba(255,255,255,0.3)", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Nn = { handle: Mn }, Hn = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, Yn = { fontWeight: "500" }, Xn = { size: "1rem" }, qn = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)" }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)" }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)" }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)" }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)" } } }, Gn = { root: Hn, text: Yn, icon: Xn, colorScheme: qn }, Un = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{transition.duration}" }, Qn = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, Kn = { root: Un, display: Qn }, Jn = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}" }, Zn = { borderRadius: "{border.radius.sm}" }, _n = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, ol = { root: Jn, chip: Zn, colorScheme: _n }, rl = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.icon.color}", borderRadius: "{form.field.border.radius}", padding: "0.5rem", minWidth: "2.5rem" }, el = { addon: rl }, al = { transitionDuration: "{transition.duration}" }, tl = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, nl = { light: { button: { background: "transparent", hoverBackground: "{surface.100}", activeBackground: "{surface.200}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.500}", activeColor: "{surface.600}" } }, dark: { button: { background: "transparent", hoverBackground: "{surface.800}", activeBackground: "{surface.700}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.border.color}", activeBorderColor: "{form.field.border.color}", color: "{surface.400}", hoverColor: "{surface.300}", activeColor: "{surface.200}" } } }, ll = { root: al, button: tl, colorScheme: nl }, dl = { gap: "0.5rem" }, il = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, cl = { root: dl, input: il }, sl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, ul = { root: sl }, fl = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, gl = { background: "{primary.color}" }, ml = { background: "{content.border.color}" }, pl = { color: "{text.muted.color}" }, bl = { root: fl, value: gl, range: ml, text: pl }, hl = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", borderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", shadow: "{form.field.shadow}", borderRadius: "{form.field.border.radius}", transitionDuration: "{form.field.transition.duration}" }, vl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, kl = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, yl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, $l = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Cl = { padding: "{list.option.padding}" }, Bl = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, xl = { root: hl, list: vl, option: kl, optionGroup: yl, checkmark: $l, emptyMessage: Cl, colorScheme: Bl }, wl = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", verticalOrientation: { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, horizontalOrientation: { padding: "0.5rem 0.75rem", gap: "0.5rem" }, transitionDuration: "{transition.duration}" }, Rl = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Sl = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, zl = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Vl = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Dl = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Il = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ol = { borderColor: "{content.border.color}" }, Wl = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, jl = { root: wl, baseItem: Rl, item: Sl, overlay: zl, submenu: Vl, submenuLabel: Dl, submenuIcon: Il, separator: Ol, mobileButton: Wl }, Fl = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Pl = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, El = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, Tl = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Al = { borderColor: "{content.border.color}" }, Ll = { root: Fl, list: Pl, item: El, submenuLabel: Tl, separator: Al }, Ml = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.5rem 0.75rem", transitionDuration: "{transition.duration}" }, Nl = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Hl = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Yl = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", mobileIndent: "1rem", icon: { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" } }, Xl = { borderColor: "{content.border.color}" }, ql = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Gl = { root: Ml, baseItem: Nl, item: Hl, submenu: Yl, separator: Xl, mobileButton: ql }, Ul = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Ql = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, Kl = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, Jl = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, Zl = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, _l = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, od = { root: { borderWidth: "1px" } }, rd = { content: { padding: "0" } }, ed = { light: { info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } }, outlined: { color: "{blue.600}", borderColor: "{blue.600}" }, simple: { color: "{blue.600}" } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } }, outlined: { color: "{green.600}", borderColor: "{green.600}" }, simple: { color: "{green.600}" } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } }, outlined: { color: "{yellow.600}", borderColor: "{yellow.600}" }, simple: { color: "{yellow.600}" } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } }, outlined: { color: "{red.600}", borderColor: "{red.600}" }, simple: { color: "{red.600}" } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } }, outlined: { color: "{surface.500}", borderColor: "{surface.500}" }, simple: { color: "{surface.500}" } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } }, outlined: { color: "{surface.950}", borderColor: "{surface.950}" }, simple: { color: "{surface.950}" } } }, dark: { info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } }, outlined: { color: "{blue.500}", borderColor: "{blue.500}" }, simple: { color: "{blue.500}" } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } }, outlined: { color: "{green.500}", borderColor: "{green.500}" }, simple: { color: "{green.500}" } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } }, outlined: { color: "{yellow.500}", borderColor: "{yellow.500}" }, simple: { color: "{yellow.500}" } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } }, outlined: { color: "{red.500}", borderColor: "{red.500}" }, simple: { color: "{red.500}" } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } }, outlined: { color: "{surface.400}", borderColor: "{surface.400}" }, simple: { color: "{surface.400}" } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } }, outlined: { color: "{surface.0}", borderColor: "{surface.0}" }, simple: { color: "{surface.0}" } } } }, ad = { root: Ul, content: Ql, text: Kl, icon: Jl, closeButton: Zl, closeIcon: _l, outlined: od, simple: rd, colorScheme: ed }, td = { borderRadius: "{content.border.radius}", gap: "1rem" }, nd = { background: "{content.border.color}", size: "0.5rem" }, ld = { gap: "0.5rem" }, dd = { size: "0.5rem" }, id = { size: "1rem" }, cd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, sd = { root: td, meters: nd, label: ld, labelMarker: dd, labelIcon: id, labelList: cd }, ud = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, fd = { width: "2.5rem", color: "{form.field.icon.color}" }, gd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, md = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, pd = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", gap: "0.5rem" }, bd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, hd = { color: "{form.field.icon.color}" }, vd = { borderRadius: "{border.radius.sm}" }, kd = { padding: "{list.option.padding}" }, yd = { root: ud, dropdown: fd, overlay: gd, list: md, option: pd, optionGroup: bd, chip: vd, clearIcon: hd, emptyMessage: kd }, $d = { gap: "1.125rem" }, Cd = { gap: "0.5rem" }, Bd = { root: $d, controls: Cd }, xd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, wd = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{content.border.color}", color: "{content.color}", selectedColor: "{highlight.color}", hoverColor: "{content.hover.color}", padding: "0.75rem 1rem", toggleablePadding: "0.75rem 1rem 1.25rem 1rem", borderRadius: "{content.border.radius}" }, Rd = { background: "{content.background}", hoverBackground: "{content.hover.background}", borderColor: "{content.border.color}", color: "{text.muted.color}", hoverColor: "{text.color}", size: "1.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Sd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, zd = { root: xd, node: wd, nodeToggleButton: Rd, connector: Sd }, Vd = { outline: { width: "2px", color: "{content.background}" } }, Dd = { root: Vd }, Id = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Od = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Wd = { color: "{text.muted.color}" }, jd = { maxWidth: "2.5rem" }, Fd = { root: Id, navButton: Od, currentPageReport: Wd, jumpToPageInput: jd }, Pd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ed = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Td = { padding: "0.375rem 1.125rem" }, Ad = { fontWeight: "600" }, Ld = { padding: "0 1.125rem 1.125rem 1.125rem" }, Md = { padding: "0 1.125rem 1.125rem 1.125rem" }, Nd = { root: Pd, header: Ed, toggleableHeader: Td, title: Ad, content: Ld, footer: Md }, Hd = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Yd = { background: "{content.background}", borderColor: "{content.border.color}", borderWidth: "1px", color: "{content.color}", padding: "0.25rem 0.25rem", borderRadius: "{content.border.radius}", first: { borderWidth: "1px", topBorderRadius: "{content.border.radius}" }, last: { borderWidth: "1px", bottomBorderRadius: "{content.border.radius}" } }, Xd = { focusBackground: "{navigation.item.focus.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", gap: "0.5rem", padding: "{navigation.item.padding}", borderRadius: "{content.border.radius}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}" } }, qd = { indent: "1rem" }, Gd = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, Ud = { root: Hd, panel: Yd, item: Xd, submenu: qd, submenuIcon: Gd }, Qd = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, Kd = { color: "{form.field.icon.color}" }, Jd = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", padding: "{overlay.popover.padding}", shadow: "{overlay.popover.shadow}" }, Zd = { gap: "0.5rem" }, _d = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, oi = { meter: Qd, icon: Kd, overlay: Jd, content: Zd, colorScheme: _d }, ri = { gap: "1.125rem" }, ei = { gap: "0.5rem" }, ai = { root: ri, controls: ei }, ti = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, ni = { padding: "{overlay.popover.padding}" }, li = { root: ti, content: ni }, di = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, ii = { background: "{primary.color}" }, ci = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, si = { root: di, value: ii, label: ci }, ui = { light: { root: { colorOne: "{red.500}", colorTwo: "{blue.500}", colorThree: "{green.500}", colorFour: "{yellow.500}" } }, dark: { root: { colorOne: "{red.400}", colorTwo: "{blue.400}", colorThree: "{green.400}", colorFour: "{yellow.400}" } } }, fi = { colorScheme: ui }, gi = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, mi = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, pi = { root: gi, icon: mi }, bi = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, hi = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, vi = { root: bi, icon: hi }, ki = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, yi = { colorScheme: ki }, $i = { transitionDuration: "{transition.duration}" }, Ci = { size: "9px", borderRadius: "{border.radius.sm}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, xi = { root: $i, bar: Ci, colorScheme: Bi }, wi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Ri = { width: "2.5rem", color: "{form.field.icon.color}" }, Si = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Vi = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Di = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ii = { color: "{form.field.icon.color}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Wi = { padding: "{list.option.padding}" }, ji = { root: wi, dropdown: Ri, overlay: Si, list: zi, option: Vi, optionGroup: Di, clearIcon: Ii, checkmark: Oi, emptyMessage: Wi }, Fi = { borderRadius: "{form.field.border.radius}" }, Pi = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Ei = { root: Fi, colorScheme: Pi }, Ti = { borderRadius: "{content.border.radius}" }, Ai = { light: { root: { background: "{surface.200}", animationBackground: "rgba(255,255,255,0.4)" } }, dark: { root: { background: "rgba(255, 255, 255, 0.06)", animationBackground: "rgba(255, 255, 255, 0.04)" } } }, Li = { root: Ti, colorScheme: Ai }, Mi = { transitionDuration: "{transition.duration}" }, Ni = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, Hi = { background: "{primary.color}" }, Yi = { width: "20px", height: "20px", borderRadius: "50%", background: "{content.border.color}", hoverBackground: "{content.border.color}", content: { borderRadius: "50%", hoverBackground: "{content.background}", width: "16px", height: "16px", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Xi = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, qi = { root: Mi, track: Ni, range: Hi, handle: Yi, colorScheme: Xi }, Gi = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ui = { root: Gi }, Qi = { borderRadius: "{form.field.border.radius}", roundedBorderRadius: "2rem", raisedShadow: "0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12)" }, Ki = { root: Qi }, Ji = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Zi = { background: "{content.border.color}" }, _i = { size: "24px", background: "transparent", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, oc = { root: Ji, gutter: Zi, handle: _i }, rc = { transitionDuration: "{transition.duration}" }, ec = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, ac = { padding: "0.5rem", gap: "1rem" }, tc = { padding: "0", borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, nc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, lc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, dc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, ic = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, cc = { root: rc, separator: ec, step: ac, stepHeader: tc, stepTitle: nc, stepNumber: lc, steppanels: dc, steppanel: ic }, sc = { transitionDuration: "{transition.duration}" }, uc = { background: "{content.border.color}" }, fc = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, gc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, mc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, pc = { root: sc, separator: uc, itemLink: fc, itemLabel: gc, itemNumber: mc }, bc = { transitionDuration: "{transition.duration}" }, hc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, vc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, kc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, yc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, $c = { root: bc, tablist: hc, item: vc, itemIcon: kc, activeBar: yc }, Cc = { transitionDuration: "{transition.duration}" }, Bc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, xc = { background: "transparent", hoverBackground: "transparent", activeBackground: "transparent", borderWidth: "0 0 1px 0", borderColor: "{content.border.color}", hoverBorderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}", padding: "1rem 1.125rem", fontWeight: "600", margin: "0 0 -1px 0", gap: "0.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, wc = { background: "{content.background}", color: "{content.color}", padding: "0.875rem 1.125rem 1.125rem 1.125rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "inset {focus.ring.shadow}" } }, Rc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", width: "2.5rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Sc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, zc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Vc = { root: Cc, tablist: Bc, tab: xc, tabpanel: wc, navButton: Rc, activeBar: Sc, colorScheme: zc }, Dc = { transitionDuration: "{transition.duration}" }, Ic = { background: "{content.background}", borderColor: "{content.border.color}" }, Oc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Wc = { background: "{content.background}", color: "{content.color}" }, jc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Fc = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, Pc = { root: Dc, tabList: Ic, tab: Oc, tabPanel: Wc, navButton: jc, colorScheme: Fc }, Ec = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Tc = { size: "0.75rem" }, Ac = { light: { primary: { background: "{primary.100}", color: "{primary.700}" }, secondary: { background: "{surface.100}", color: "{surface.600}" }, success: { background: "{green.100}", color: "{green.700}" }, info: { background: "{sky.100}", color: "{sky.700}" }, warn: { background: "{orange.100}", color: "{orange.700}" }, danger: { background: "{red.100}", color: "{red.700}" }, contrast: { background: "{surface.950}", color: "{surface.0}" } }, dark: { primary: { background: "color-mix(in srgb, {primary.500}, transparent 84%)", color: "{primary.300}" }, secondary: { background: "{surface.800}", color: "{surface.300}" }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", color: "{green.300}" }, info: { background: "color-mix(in srgb, {sky.500}, transparent 84%)", color: "{sky.300}" }, warn: { background: "color-mix(in srgb, {orange.500}, transparent 84%)", color: "{orange.300}" }, danger: { background: "color-mix(in srgb, {red.500}, transparent 84%)", color: "{red.300}" }, contrast: { background: "{surface.0}", color: "{surface.950}" } } }, Lc = { root: Ec, icon: Tc, colorScheme: Ac }, Mc = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, Nc = { gap: "0.25rem" }, Hc = { margin: "2px 0" }, Yc = { root: Mc, prompt: Nc, commandResponse: Hc }, Xc = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, qc = { root: Xc }, Gc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Uc = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Qc = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, Kc = { mobileIndent: "1rem" }, Jc = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Zc = { borderColor: "{content.border.color}" }, _c = { root: Gc, list: Uc, item: Qc, submenu: Kc, submenuIcon: Jc, separator: Zc }, os = { minHeight: "5rem" }, rs = { eventContent: { padding: "1rem 0" } }, es = { eventContent: { padding: "0 1rem" } }, as = { size: "1.125rem", borderRadius: "50%", borderWidth: "2px", background: "{content.background}", borderColor: "{content.border.color}", content: { borderRadius: "50%", size: "0.375rem", background: "{primary.color}", insetShadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" } }, ts = { color: "{content.border.color}", size: "2px" }, ns = { event: os, horizontal: rs, vertical: es, eventMarker: as, eventConnector: ts }, ls = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ds = { size: "1.125rem" }, is = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, cs = { gap: "0.5rem" }, ss = { fontWeight: "500", fontSize: "1rem" }, us = { fontWeight: "500", fontSize: "0.875rem" }, fs = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, gs = { size: "1rem" }, ms = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, ps = { root: ls, icon: ds, content: is, text: cs, summary: ss, detail: us, closeButton: fs, closeIcon: gs, colorScheme: ms }, bs = { padding: "0.25rem", borderRadius: "{content.border.radius}", gap: "0.5rem", fontWeight: "500", disabledBackground: "{form.field.disabled.background}", disabledBorderColor: "{form.field.disabled.background}", disabledColor: "{form.field.disabled.color}", invalidBorderColor: "{form.field.invalid.border.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", padding: "0.25rem" }, lg: { fontSize: "{form.field.lg.font.size}", padding: "0.25rem" } }, hs = { disabledColor: "{form.field.disabled.color}" }, vs = { padding: "0.25rem 0.75rem", borderRadius: "{content.border.radius}", checkedShadow: "0px 1px 2px 0px rgba(0, 0, 0, 0.02), 0px 1px 2px 0px rgba(0, 0, 0, 0.04)", sm: { padding: "0.25rem 0.75rem" }, lg: { padding: "0.25rem 0.75rem" } }, ks = { light: { root: { background: "{surface.100}", checkedBackground: "{surface.100}", hoverBackground: "{surface.100}", borderColor: "{surface.100}", color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}", checkedBorderColor: "{surface.100}" }, content: { checkedBackground: "{surface.0}" }, icon: { color: "{surface.500}", hoverColor: "{surface.700}", checkedColor: "{surface.900}" } }, dark: { root: { background: "{surface.950}", checkedBackground: "{surface.950}", hoverBackground: "{surface.950}", borderColor: "{surface.950}", color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}", checkedBorderColor: "{surface.950}" }, content: { checkedBackground: "{surface.800}" }, icon: { color: "{surface.400}", hoverColor: "{surface.300}", checkedColor: "{surface.0}" } } }, ys = { root: bs, icon: hs, content: vs, colorScheme: ks }, $s = { width: "2.5rem", height: "1.5rem", borderRadius: "30px", gap: "0.25rem", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, borderWidth: "1px", borderColor: "transparent", hoverBorderColor: "transparent", checkedBorderColor: "transparent", checkedHoverBorderColor: "transparent", invalidBorderColor: "{form.field.invalid.border.color}", transitionDuration: "{form.field.transition.duration}", slideDuration: "0.2s" }, Cs = { borderRadius: "50%", size: "1rem" }, Bs = { light: { root: { background: "{surface.300}", disabledBackground: "{form.field.disabled.background}", hoverBackground: "{surface.400}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.0}", disabledBackground: "{form.field.disabled.color}", hoverBackground: "{surface.0}", checkedBackground: "{surface.0}", checkedHoverBackground: "{surface.0}", color: "{text.muted.color}", hoverColor: "{text.color}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } }, dark: { root: { background: "{surface.700}", disabledBackground: "{surface.600}", hoverBackground: "{surface.600}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}" }, handle: { background: "{surface.400}", disabledBackground: "{surface.900}", hoverBackground: "{surface.300}", checkedBackground: "{surface.900}", checkedHoverBackground: "{surface.900}", color: "{surface.900}", hoverColor: "{surface.800}", checkedColor: "{primary.color}", checkedHoverColor: "{primary.hover.color}" } } }, xs = { root: $s, handle: Cs, colorScheme: Bs }, ws = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Rs = { root: ws }, Ss = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, zs = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Vs = { root: Ss, colorScheme: zs }, Ds = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Is = { padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.color}", hoverColor: "{text.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, gap: "0.25rem" }, Os = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Ws = { borderRadius: "50%", size: "1.75rem", hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedHoverColor: "{primary.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, js = { size: "2rem" }, Fs = { margin: "0 0 0.5rem 0" }, Ps = `
1681
1681
  .p-tree-mask.p-overlay-mask {
1682
1682
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1683
1683
  }
1684
- `, ls = { root: os, node: rs, nodeIcon: es, nodeToggleButton: as, loadingIcon: ns, filter: ts, css: ds }, is = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, cs = { width: "2.5rem", color: "{form.field.icon.color}" }, ss = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, us = { padding: "{list.padding}" }, fs = { padding: "{list.option.padding}" }, gs = { borderRadius: "{border.radius.sm}" }, ms = { color: "{form.field.icon.color}" }, ps = { root: is, dropdown: cs, overlay: ss, tree: us, emptyMessage: fs, chip: gs, clearIcon: ms }, bs = { transitionDuration: "{transition.duration}" }, hs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, vs = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{treetable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, ks = { fontWeight: "600" }, ys = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Cs = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, Bs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, xs = { fontWeight: "600" }, $s = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, ws = { width: "0.5rem" }, Rs = { width: "1px", color: "{primary.color}" }, zs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Ss = { size: "2rem" }, Ds = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Vs = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Ws = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, Is = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, Fs = `
1684
+ `, Es = { root: Ds, node: Is, nodeIcon: Os, nodeToggleButton: Ws, loadingIcon: js, filter: Fs, css: Ps }, Ts = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, As = { width: "2.5rem", color: "{form.field.icon.color}" }, Ls = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Ms = { padding: "{list.padding}" }, Ns = { padding: "{list.option.padding}" }, Hs = { borderRadius: "{border.radius.sm}" }, Ys = { color: "{form.field.icon.color}" }, Xs = { root: Ts, dropdown: As, overlay: Ls, tree: Ms, emptyMessage: Ns, chip: Hs, clearIcon: Ys }, qs = { transitionDuration: "{transition.duration}" }, Gs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, Us = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{treetable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Qs = { fontWeight: "600" }, Ks = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, Js = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, Zs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, _s = { fontWeight: "600" }, ou = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, ru = { width: "0.5rem" }, eu = { width: "1px", color: "{primary.color}" }, au = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, tu = { size: "2rem" }, nu = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, lu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, du = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, iu = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, cu = `
1685
1685
  .p-treetable-mask.p-overlay-mask {
1686
1686
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1687
1687
  }
1688
- `, Ms = { root: bs, header: hs, headerCell: vs, columnTitle: ks, row: ys, bodyCell: Cs, footerCell: Bs, columnFooter: xs, footer: $s, columnResizer: ws, resizeIndicator: Rs, sortIcon: zs, loadingIcon: Ss, nodeToggleButton: Ds, paginatorTop: Vs, paginatorBottom: Ws, colorScheme: Is, css: Fs }, Os = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, As = { loader: Os }, Hs = Object.defineProperty, Ts = Object.defineProperties, Ns = Object.getOwnPropertyDescriptors, K = Object.getOwnPropertySymbols, js = Object.prototype.hasOwnProperty, Ls = Object.prototype.propertyIsEnumerable, J = (o, r, e) => r in o ? Hs(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Z, Ps = (Z = ((o, r) => {
1689
- for (var e in r || (r = {})) js.call(r, e) && J(o, e, r[e]);
1690
- if (K) for (var e of K(r)) Ls.call(r, e) && J(o, e, r[e]);
1688
+ `, su = { root: qs, header: Gs, headerCell: Us, columnTitle: Qs, row: Ks, bodyCell: Js, footerCell: Zs, columnFooter: _s, footer: ou, columnResizer: ru, resizeIndicator: eu, sortIcon: au, loadingIcon: tu, nodeToggleButton: nu, paginatorTop: lu, paginatorBottom: du, colorScheme: iu, css: cu }, uu = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, fu = { loader: uu }, gu = Object.defineProperty, mu = Object.defineProperties, pu = Object.getOwnPropertyDescriptors, vo = Object.getOwnPropertySymbols, bu = Object.prototype.hasOwnProperty, hu = Object.prototype.propertyIsEnumerable, ko = (o, a, e) => a in o ? gu(o, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[a] = e, yo, vu = (yo = ((o, a) => {
1689
+ for (var e in a || (a = {})) bu.call(a, e) && ko(o, e, a[e]);
1690
+ if (vo) for (var e of vo(a)) hu.call(a, e) && ko(o, e, a[e]);
1691
1691
  return o;
1692
- })({}, Kr), Ts(Z, Ns({ components: { accordion: $r, autocomplete: Mr, avatar: jr, badge: Ur, blockui: Zr, breadcrumb: ee, button: te, card: ue, carousel: he, cascadeselect: $e, checkbox: ze, chip: Fe, colorpicker: Te, confirmdialog: Le, confirmpopup: Ee, contextmenu: _e, datatable: Ca, dataview: Sa, datepicker: Ga, dialog: on, divider: tn, dock: cn, drawer: pn, editor: Cn, fieldset: Rn, fileupload: Mn, floatlabel: Nn, galleria: ot, iconfield: et, iftalabel: tt, image: st, imagecompare: ft, inlinemessage: ht, inplace: yt, inputchips: $t, inputgroup: Rt, inputnumber: Vt, inputotp: Ft, inputtext: Ot, knob: jt, listbox: Gt, megamenu: nd, menu: sd, menubar: hd, message: zd, metergroup: Md, multiselect: Xd, orderlist: Ud, organizationchart: Zd, overlaybadge: ol, paginator: tl, panel: fl, panelmenu: vl, password: $l, picklist: zl, popover: Vl, progressbar: Ml, progressspinner: Al, radiobutton: Nl, rating: Pl, ripple: Xl, scrollpanel: Gl, select: ni, selectbutton: li, skeleton: si, slider: bi, speeddial: vi, splitbutton: yi, splitter: $i, stepper: Fi, steps: Ni, tabmenu: qi, tabs: _i, tabview: dc, tag: sc, terminal: mc, textarea: bc, tieredmenu: xc, timeline: Dc, toast: Nc, togglebutton: Xc, toggleswitch: Gc, toolbar: Kc, tooltip: _c, tree: ls, treeselect: ps, treetable: Ms, virtualscroller: As }, css: oa })));
1693
- const Ys = {
1692
+ })({}, Re), mu(yo, pu({ components: { accordion: oe, autocomplete: se, avatar: be, badge: Be, blockui: ze, breadcrumb: Oe, button: Fe, card: Me, carousel: Ge, cascadeselect: oa, checkbox: aa, chip: ca, colorpicker: ma, confirmdialog: ha, confirmpopup: Ca, contextmenu: Va, datatable: Ja, dataview: tt, datepicker: xt, dialog: Dt, divider: Ft, dock: Tt, drawer: Yt, editor: Kt, fieldset: rn, fileupload: sn, floatlabel: pn, galleria: Dn, iconfield: On, iftalabel: Fn, image: Ln, imagecompare: Nn, inlinemessage: Gn, inplace: Kn, inputchips: ol, inputgroup: el, inputnumber: ll, inputotp: cl, inputtext: ul, knob: bl, listbox: xl, megamenu: jl, menu: Ll, menubar: Gl, message: ad, metergroup: sd, multiselect: yd, orderlist: Bd, organizationchart: zd, overlaybadge: Dd, paginator: Fd, panel: Nd, panelmenu: Ud, password: oi, picklist: ai, popover: li, progressbar: si, progressspinner: fi, radiobutton: pi, rating: vi, ripple: yi, scrollpanel: xi, select: ji, selectbutton: Ei, skeleton: Li, slider: qi, speeddial: Ui, splitbutton: Ki, splitter: oc, stepper: cc, steps: pc, tabmenu: $c, tabs: Vc, tabview: Pc, tag: Lc, terminal: Yc, textarea: qc, tieredmenu: _c, timeline: ns, toast: ps, togglebutton: ys, toggleswitch: xs, toolbar: Rs, tooltip: Vs, tree: Es, treeselect: Xs, treetable: su, virtualscroller: fu }, css: Da })));
1693
+ const ku = {
1694
1694
  startsWith: "Começa com",
1695
1695
  contains: "Contém",
1696
1696
  notContains: "Não contém",
@@ -1755,12 +1755,12 @@ const Ys = {
1755
1755
  firstDayOfWeek: 1,
1756
1756
  dateFormat: "dd/mm/yy"
1757
1757
  };
1758
- function Hu(o) {
1759
- o.use(Wo, {
1760
- locale: Ys,
1758
+ function Sf(o) {
1759
+ o.use(dr, {
1760
+ locale: ku,
1761
1761
  ripple: !0,
1762
1762
  theme: {
1763
- preset: Ps,
1763
+ preset: vu,
1764
1764
  options: {
1765
1765
  darkModeSelector: "none",
1766
1766
  cssLayer: {
@@ -1771,64 +1771,609 @@ function Hu(o) {
1771
1771
  }
1772
1772
  });
1773
1773
  }
1774
- function Tu() {
1775
- const o = Io();
1776
- return { success: (n, a = "Sucesso") => {
1774
+ function zf() {
1775
+ const o = ir();
1776
+ return { success: (r, t = "Sucesso") => {
1777
1777
  o.add({
1778
1778
  severity: "success",
1779
- summary: a,
1780
- detail: n || "Registro salvo",
1779
+ summary: t,
1780
+ detail: r || "Registro salvo",
1781
1781
  life: 4e3
1782
1782
  });
1783
- }, error: (n, a = "Erro") => {
1783
+ }, error: (r, t = "Erro") => {
1784
1784
  o.add({
1785
1785
  severity: "error",
1786
- summary: a,
1787
- detail: n || "Ocorreu um erro",
1786
+ summary: t,
1787
+ detail: r || "Ocorreu um erro",
1788
1788
  life: 5e3
1789
1789
  });
1790
1790
  } };
1791
1791
  }
1792
- function Nu(o, r) {
1793
- function e(n) {
1794
- o.value && (o.value.contains(n.target) || r(n));
1792
+ function Vf(o, a) {
1793
+ function e(r) {
1794
+ o.value && (o.value.contains(r.target) || a(r));
1795
1795
  }
1796
- _(() => {
1796
+ So(() => {
1797
1797
  document.addEventListener("pointerdown", e);
1798
- }), oo(() => {
1798
+ }), so(() => {
1799
1799
  document.removeEventListener("pointerdown", e);
1800
1800
  });
1801
1801
  }
1802
+ function $o(o, a) {
1803
+ var e = Object.keys(o);
1804
+ if (Object.getOwnPropertySymbols) {
1805
+ var r = Object.getOwnPropertySymbols(o);
1806
+ a && (r = r.filter(function(t) {
1807
+ return Object.getOwnPropertyDescriptor(o, t).enumerable;
1808
+ })), e.push.apply(e, r);
1809
+ }
1810
+ return e;
1811
+ }
1812
+ function T(o) {
1813
+ for (var a = 1; a < arguments.length; a++) {
1814
+ var e = arguments[a] != null ? arguments[a] : {};
1815
+ a % 2 ? $o(Object(e), !0).forEach(function(r) {
1816
+ yu(o, r, e[r]);
1817
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : $o(Object(e)).forEach(function(r) {
1818
+ Object.defineProperty(o, r, Object.getOwnPropertyDescriptor(e, r));
1819
+ });
1820
+ }
1821
+ return o;
1822
+ }
1823
+ function yu(o, a, e) {
1824
+ return a in o ? Object.defineProperty(o, a, {
1825
+ value: e,
1826
+ enumerable: !0,
1827
+ configurable: !0,
1828
+ writable: !0
1829
+ }) : o[a] = e, o;
1830
+ }
1831
+ function Co(o) {
1832
+ let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
1833
+ return Object.keys(o).reduce((e, r) => (a.includes(r) || (e[r] = p(o[r])), e), {});
1834
+ }
1835
+ function _(o) {
1836
+ return typeof o == "function";
1837
+ }
1838
+ function $u(o) {
1839
+ return No(o) || Ho(o);
1840
+ }
1841
+ function Io(o, a, e) {
1842
+ let r = o;
1843
+ const t = a.split(".");
1844
+ for (let n = 0; n < t.length; n++) {
1845
+ if (!r[t[n]]) return e;
1846
+ r = r[t[n]];
1847
+ }
1848
+ return r;
1849
+ }
1850
+ function lo(o, a, e) {
1851
+ return f(() => o.some((r) => Io(a, r, {
1852
+ [e]: !1
1853
+ })[e]));
1854
+ }
1855
+ function Bo(o, a, e) {
1856
+ return f(() => o.reduce((r, t) => {
1857
+ const n = Io(a, t, {
1858
+ [e]: !1
1859
+ })[e] || [];
1860
+ return r.concat(n);
1861
+ }, []));
1862
+ }
1863
+ function Oo(o, a, e, r) {
1864
+ return o.call(r, p(a), p(e), r);
1865
+ }
1866
+ function Wo(o) {
1867
+ return o.$valid !== void 0 ? !o.$valid : !o;
1868
+ }
1869
+ function Cu(o, a, e, r, t, n, s) {
1870
+ let {
1871
+ $lazy: d,
1872
+ $rewardEarly: c
1873
+ } = t, i = arguments.length > 7 && arguments[7] !== void 0 ? arguments[7] : [], g = arguments.length > 8 ? arguments[8] : void 0, b = arguments.length > 9 ? arguments[9] : void 0, v = arguments.length > 10 ? arguments[10] : void 0;
1874
+ const $ = z(!!r.value), l = z(0);
1875
+ e.value = !1;
1876
+ const k = G([a, r].concat(i, v), () => {
1877
+ if (d && !r.value || c && !b.value && !e.value)
1878
+ return;
1879
+ let h;
1880
+ try {
1881
+ h = Oo(o, a, g, s);
1882
+ } catch (B) {
1883
+ h = Promise.reject(B);
1884
+ }
1885
+ l.value++, e.value = !!l.value, $.value = !1, Promise.resolve(h).then((B) => {
1886
+ l.value--, e.value = !!l.value, n.value = B, $.value = Wo(B);
1887
+ }).catch((B) => {
1888
+ l.value--, e.value = !!l.value, n.value = B, $.value = !0;
1889
+ });
1890
+ }, {
1891
+ immediate: !0,
1892
+ deep: typeof a == "object"
1893
+ });
1894
+ return {
1895
+ $invalid: $,
1896
+ $unwatch: k
1897
+ };
1898
+ }
1899
+ function Bu(o, a, e, r, t, n, s, d) {
1900
+ let {
1901
+ $lazy: c,
1902
+ $rewardEarly: i
1903
+ } = r;
1904
+ const g = () => ({}), b = f(() => {
1905
+ if (c && !e.value || i && !d.value)
1906
+ return !1;
1907
+ let v = !0;
1908
+ try {
1909
+ const $ = Oo(o, a, s, n);
1910
+ t.value = $, v = Wo($);
1911
+ } catch ($) {
1912
+ t.value = $;
1913
+ }
1914
+ return v;
1915
+ });
1916
+ return {
1917
+ $unwatch: g,
1918
+ $invalid: b
1919
+ };
1920
+ }
1921
+ function xu(o, a, e, r, t, n, s, d, c, i, g) {
1922
+ const b = z(!1), v = o.$params || {}, $ = z(null);
1923
+ let l, k;
1924
+ o.$async ? {
1925
+ $invalid: l,
1926
+ $unwatch: k
1927
+ } = Cu(o.$validator, a, b, e, r, $, t, o.$watchTargets, c, i, g) : {
1928
+ $invalid: l,
1929
+ $unwatch: k
1930
+ } = Bu(o.$validator, a, e, r, $, t, c, i);
1931
+ const h = o.$message;
1932
+ return {
1933
+ $message: _(h) ? f(() => h(Co({
1934
+ $pending: b,
1935
+ $invalid: l,
1936
+ $params: Co(v),
1937
+ $model: a,
1938
+ $response: $,
1939
+ $validator: n,
1940
+ $propertyPath: d,
1941
+ $property: s
1942
+ }))) : h || "",
1943
+ $params: v,
1944
+ $pending: b,
1945
+ $invalid: l,
1946
+ $response: $,
1947
+ $unwatch: k
1948
+ };
1949
+ }
1950
+ function wu() {
1951
+ let o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
1952
+ const a = p(o), e = Object.keys(a), r = {}, t = {}, n = {};
1953
+ let s = null;
1954
+ return e.forEach((d) => {
1955
+ const c = a[d];
1956
+ switch (!0) {
1957
+ case _(c.$validator):
1958
+ r[d] = c;
1959
+ break;
1960
+ case _(c):
1961
+ r[d] = {
1962
+ $validator: c
1963
+ };
1964
+ break;
1965
+ case d === "$validationGroups":
1966
+ s = c;
1967
+ break;
1968
+ case d.startsWith("$"):
1969
+ n[d] = c;
1970
+ break;
1971
+ default:
1972
+ t[d] = c;
1973
+ }
1974
+ }), {
1975
+ rules: r,
1976
+ nestedValidators: t,
1977
+ config: n,
1978
+ validationGroups: s
1979
+ };
1980
+ }
1981
+ const Ru = "__root";
1982
+ function Su(o, a, e, r, t, n, s, d, c) {
1983
+ const i = Object.keys(o), g = r.get(t, o), b = z(!1), v = z(!1), $ = z(0);
1984
+ if (g) {
1985
+ if (!g.$partial) return g;
1986
+ g.$unwatch(), b.value = g.$dirty.value;
1987
+ }
1988
+ const l = {
1989
+ $dirty: b,
1990
+ $path: t,
1991
+ $touch: () => {
1992
+ b.value || (b.value = !0);
1993
+ },
1994
+ $reset: () => {
1995
+ b.value && (b.value = !1);
1996
+ },
1997
+ $commit: () => {
1998
+ }
1999
+ };
2000
+ return i.length ? (i.forEach((k) => {
2001
+ l[k] = xu(o[k], a, l.$dirty, n, s, k, e, t, c, v, $);
2002
+ }), l.$externalResults = f(() => d.value ? [].concat(d.value).map((k, h) => ({
2003
+ $propertyPath: t,
2004
+ $property: e,
2005
+ $validator: "$externalResults",
2006
+ $uid: `${t}-externalResult-${h}`,
2007
+ $message: k,
2008
+ $params: {},
2009
+ $response: null,
2010
+ $pending: !1
2011
+ })) : []), l.$invalid = f(() => {
2012
+ const k = i.some((h) => p(l[h].$invalid));
2013
+ return v.value = k, !!l.$externalResults.value.length || k;
2014
+ }), l.$pending = f(() => i.some((k) => p(l[k].$pending))), l.$error = f(() => l.$dirty.value ? l.$pending.value || l.$invalid.value : !1), l.$silentErrors = f(() => i.filter((k) => p(l[k].$invalid)).map((k) => {
2015
+ const h = l[k];
2016
+ return oo({
2017
+ $propertyPath: t,
2018
+ $property: e,
2019
+ $validator: k,
2020
+ $uid: `${t}-${k}`,
2021
+ $message: h.$message,
2022
+ $params: h.$params,
2023
+ $response: h.$response,
2024
+ $pending: h.$pending
2025
+ });
2026
+ }).concat(l.$externalResults.value)), l.$errors = f(() => l.$dirty.value ? l.$silentErrors.value : []), l.$unwatch = () => i.forEach((k) => {
2027
+ l[k].$unwatch();
2028
+ }), l.$commit = () => {
2029
+ v.value = !0, $.value = Date.now();
2030
+ }, r.set(t, o, l), l) : (g && r.set(t, o, l), l);
2031
+ }
2032
+ function zu(o, a, e, r, t, n, s) {
2033
+ const d = Object.keys(o);
2034
+ return d.length ? d.reduce((c, i) => (c[i] = co({
2035
+ validations: o[i],
2036
+ state: a,
2037
+ key: i,
2038
+ parentKey: e,
2039
+ resultsCache: r,
2040
+ globalConfig: t,
2041
+ instance: n,
2042
+ externalResults: s
2043
+ }), c), {}) : {};
2044
+ }
2045
+ function Vu(o, a, e) {
2046
+ const r = f(() => [a, e].filter((l) => l).reduce((l, k) => l.concat(Object.values(p(k))), [])), t = f({
2047
+ get() {
2048
+ return o.$dirty.value || (r.value.length ? r.value.every((l) => l.$dirty) : !1);
2049
+ },
2050
+ set(l) {
2051
+ o.$dirty.value = l;
2052
+ }
2053
+ }), n = f(() => {
2054
+ const l = p(o.$silentErrors) || [], k = r.value.filter((h) => (p(h).$silentErrors || []).length).reduce((h, B) => h.concat(...B.$silentErrors), []);
2055
+ return l.concat(k);
2056
+ }), s = f(() => {
2057
+ const l = p(o.$errors) || [], k = r.value.filter((h) => (p(h).$errors || []).length).reduce((h, B) => h.concat(...B.$errors), []);
2058
+ return l.concat(k);
2059
+ }), d = f(() => r.value.some((l) => l.$invalid) || p(o.$invalid) || !1), c = f(() => r.value.some((l) => p(l.$pending)) || p(o.$pending) || !1), i = f(() => r.value.some((l) => l.$dirty) || r.value.some((l) => l.$anyDirty) || t.value), g = f(() => t.value ? c.value || d.value : !1), b = () => {
2060
+ o.$touch(), r.value.forEach((l) => {
2061
+ l.$touch();
2062
+ });
2063
+ }, v = () => {
2064
+ o.$commit(), r.value.forEach((l) => {
2065
+ l.$commit();
2066
+ });
2067
+ }, $ = () => {
2068
+ o.$reset(), r.value.forEach((l) => {
2069
+ l.$reset();
2070
+ });
2071
+ };
2072
+ return r.value.length && r.value.every((l) => l.$dirty) && b(), {
2073
+ $dirty: t,
2074
+ $errors: s,
2075
+ $invalid: d,
2076
+ $anyDirty: i,
2077
+ $error: g,
2078
+ $pending: c,
2079
+ $touch: b,
2080
+ $reset: $,
2081
+ $silentErrors: n,
2082
+ $commit: v
2083
+ };
2084
+ }
2085
+ function co(o) {
2086
+ let {
2087
+ validations: a,
2088
+ state: e,
2089
+ key: r,
2090
+ parentKey: t,
2091
+ childResults: n,
2092
+ resultsCache: s,
2093
+ globalConfig: d = {},
2094
+ instance: c,
2095
+ externalResults: i
2096
+ } = o;
2097
+ const g = t ? `${t}.${r}` : r, {
2098
+ rules: b,
2099
+ nestedValidators: v,
2100
+ config: $,
2101
+ validationGroups: l
2102
+ } = wu(a), k = T(T({}, d), $), h = r ? f(() => {
2103
+ const R = p(e);
2104
+ return R ? p(R[r]) : void 0;
2105
+ }) : e, B = T({}, p(i) || {}), N = f(() => {
2106
+ const R = p(i);
2107
+ return r ? R ? p(R[r]) : void 0 : R;
2108
+ }), H = Su(b, h, r, s, g, k, c, N, e), F = zu(v, h, g, s, k, c, N), U = {};
2109
+ l && Object.entries(l).forEach((R) => {
2110
+ let [M, E] = R;
2111
+ U[M] = {
2112
+ $invalid: lo(E, F, "$invalid"),
2113
+ $error: lo(E, F, "$error"),
2114
+ $pending: lo(E, F, "$pending"),
2115
+ $errors: Bo(E, F, "$errors"),
2116
+ $silentErrors: Bo(E, F, "$silentErrors")
2117
+ };
2118
+ });
2119
+ const {
2120
+ $dirty: Q,
2121
+ $errors: eo,
2122
+ $invalid: K,
2123
+ $anyDirty: ao,
2124
+ $error: to,
2125
+ $pending: Y,
2126
+ $touch: X,
2127
+ $reset: u,
2128
+ $silentErrors: y,
2129
+ $commit: C
2130
+ } = Vu(H, F, n), D = r ? f({
2131
+ get: () => p(h),
2132
+ set: (R) => {
2133
+ Q.value = !0;
2134
+ const M = p(e), E = p(i);
2135
+ E && (E[r] = B[r]), io(M[r]) ? M[r].value = R : M[r] = R;
2136
+ }
2137
+ }) : null;
2138
+ r && k.$autoDirty && G(h, () => {
2139
+ Q.value || X();
2140
+ const R = p(i);
2141
+ R && (R[r] = B[r]);
2142
+ }, {
2143
+ flush: "sync"
2144
+ });
2145
+ async function P() {
2146
+ return X(), k.$rewardEarly && (C(), await bo()), await bo(), new Promise((R) => {
2147
+ if (!Y.value) return R(!K.value);
2148
+ const M = G(Y, () => {
2149
+ R(!K.value), M();
2150
+ });
2151
+ });
2152
+ }
2153
+ function q(R) {
2154
+ return (n.value || {})[R];
2155
+ }
2156
+ function Po() {
2157
+ io(i) ? i.value = B : Object.keys(B).length === 0 ? Object.keys(i).forEach((R) => {
2158
+ delete i[R];
2159
+ }) : Object.assign(i, B);
2160
+ }
2161
+ return oo(T(T(T({}, H), {}, {
2162
+ $model: D,
2163
+ $dirty: Q,
2164
+ $error: to,
2165
+ $errors: eo,
2166
+ $invalid: K,
2167
+ $anyDirty: ao,
2168
+ $pending: Y,
2169
+ $touch: X,
2170
+ $reset: u,
2171
+ $path: g || Ru,
2172
+ $silentErrors: y,
2173
+ $validate: P,
2174
+ $commit: C
2175
+ }, n && {
2176
+ $getResultsForChild: q,
2177
+ $clearExternalResults: Po,
2178
+ $validationGroups: U
2179
+ }), F));
2180
+ }
2181
+ class Du {
2182
+ constructor() {
2183
+ this.storage = /* @__PURE__ */ new Map();
2184
+ }
2185
+ set(a, e, r) {
2186
+ this.storage.set(a, {
2187
+ rules: e,
2188
+ result: r
2189
+ });
2190
+ }
2191
+ checkRulesValidity(a, e, r) {
2192
+ const t = Object.keys(r), n = Object.keys(e);
2193
+ return n.length !== t.length || !n.every((d) => t.includes(d)) ? !1 : n.every((d) => e[d].$params ? Object.keys(e[d].$params).every((c) => p(r[d].$params[c]) === p(e[d].$params[c])) : !0);
2194
+ }
2195
+ get(a, e) {
2196
+ const r = this.storage.get(a);
2197
+ if (!r) return;
2198
+ const {
2199
+ rules: t,
2200
+ result: n
2201
+ } = r, s = this.checkRulesValidity(a, e, t), d = n.$unwatch ? n.$unwatch : () => ({});
2202
+ return s ? n : {
2203
+ $dirty: n.$dirty,
2204
+ $partial: !0,
2205
+ $unwatch: d
2206
+ };
2207
+ }
2208
+ }
2209
+ const Z = {
2210
+ COLLECT_ALL: !0,
2211
+ COLLECT_NONE: !1
2212
+ }, xo = /* @__PURE__ */ Symbol("vuelidate#injectChildResults"), wo = /* @__PURE__ */ Symbol("vuelidate#removeChildResults");
2213
+ function Iu(o) {
2214
+ let {
2215
+ $scope: a,
2216
+ instance: e
2217
+ } = o;
2218
+ const r = {}, t = z([]), n = f(() => t.value.reduce((g, b) => (g[b] = p(r[b]), g), {}));
2219
+ function s(g, b) {
2220
+ let {
2221
+ $registerAs: v,
2222
+ $scope: $,
2223
+ $stopPropagation: l
2224
+ } = b;
2225
+ l || a === Z.COLLECT_NONE || $ === Z.COLLECT_NONE || a !== Z.COLLECT_ALL && a !== $ || (r[v] = g, t.value.push(v));
2226
+ }
2227
+ e.__vuelidateInjectInstances = [].concat(e.__vuelidateInjectInstances || [], s);
2228
+ function d(g) {
2229
+ t.value = t.value.filter((b) => b !== g), delete r[g];
2230
+ }
2231
+ e.__vuelidateRemoveInstances = [].concat(e.__vuelidateRemoveInstances || [], d);
2232
+ const c = mo(xo, []);
2233
+ po(xo, e.__vuelidateInjectInstances);
2234
+ const i = mo(wo, []);
2235
+ return po(wo, e.__vuelidateRemoveInstances), {
2236
+ childResults: n,
2237
+ sendValidationResultsToParent: c,
2238
+ removeValidationResultsFromParent: i
2239
+ };
2240
+ }
2241
+ function jo(o) {
2242
+ return new Proxy(o, {
2243
+ get(a, e) {
2244
+ return typeof a[e] == "object" ? jo(a[e]) : f(() => a[e]);
2245
+ }
2246
+ });
2247
+ }
2248
+ let Ro = 0;
2249
+ function Ou(o, a) {
2250
+ var e;
2251
+ let r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
2252
+ arguments.length === 1 && (r = o, o = void 0, a = void 0);
2253
+ let {
2254
+ $registerAs: t,
2255
+ $scope: n = Z.COLLECT_ALL,
2256
+ $stopPropagation: s,
2257
+ $externalResults: d,
2258
+ currentVueInstance: c
2259
+ } = r;
2260
+ const i = c || ((e = Lo()) === null || e === void 0 ? void 0 : e.proxy), g = i ? i.$options : {};
2261
+ t || (Ro += 1, t = `_vuelidate_${Ro}`);
2262
+ const b = z({}), v = new Du(), {
2263
+ childResults: $,
2264
+ sendValidationResultsToParent: l,
2265
+ removeValidationResultsFromParent: k
2266
+ } = i ? Iu({
2267
+ $scope: n,
2268
+ instance: i
2269
+ }) : {
2270
+ childResults: z({})
2271
+ };
2272
+ if (!o && g.validations) {
2273
+ const h = g.validations;
2274
+ a = z({}), Mo(() => {
2275
+ a.value = i, G(() => _(h) ? h.call(a.value, new jo(a.value)) : h, (B) => {
2276
+ b.value = co({
2277
+ validations: B,
2278
+ state: a,
2279
+ childResults: $,
2280
+ resultsCache: v,
2281
+ globalConfig: r,
2282
+ instance: i,
2283
+ externalResults: d || i.vuelidateExternalResults
2284
+ });
2285
+ }, {
2286
+ immediate: !0
2287
+ });
2288
+ }), r = g.validationsConfig || r;
2289
+ } else {
2290
+ const h = io(o) || $u(o) ? o : oo(o || {});
2291
+ G(h, (B) => {
2292
+ b.value = co({
2293
+ validations: B,
2294
+ state: a,
2295
+ childResults: $,
2296
+ resultsCache: v,
2297
+ globalConfig: r,
2298
+ instance: i ?? {},
2299
+ externalResults: d
2300
+ });
2301
+ }, {
2302
+ immediate: !0
2303
+ });
2304
+ }
2305
+ return i && (l.forEach((h) => h(b, {
2306
+ $registerAs: t,
2307
+ $scope: n,
2308
+ $stopPropagation: s
2309
+ })), so(() => k.forEach((h) => h(t)))), f(() => T(T({}, p(b.value)), $.value));
2310
+ }
2311
+ function Fo(o) {
2312
+ return new Proxy({}, {
2313
+ get(a, e) {
2314
+ if (typeof e == "symbol") return Reflect.get(a, e);
2315
+ const r = o()?.[e];
2316
+ return !r || !Array.isArray(r.$errors) ? Reflect.get(a, e) : Object.keys(r).some(
2317
+ (n) => !n.startsWith("$") && r[n] !== null && typeof r[n] == "object" && "$errors" in r[n]
2318
+ ) ? Fo(() => r) : r.$errors?.[0]?.$message ?? null;
2319
+ }
2320
+ });
2321
+ }
2322
+ function Df(o = {}, a = {}) {
2323
+ const e = oo(structuredClone(o)), r = z(!1), t = Ou(a, e, { $autoDirty: !0 }), n = Fo(() => t.value);
2324
+ async function s() {
2325
+ return t.value.$validate();
2326
+ }
2327
+ function d(i) {
2328
+ return async (g) => {
2329
+ if (g?.preventDefault(), !!await s()) {
2330
+ r.value = !0;
2331
+ try {
2332
+ await i(structuredClone(ho(e)));
2333
+ } finally {
2334
+ r.value = !1;
2335
+ }
2336
+ }
2337
+ };
2338
+ }
2339
+ function c() {
2340
+ const i = structuredClone(ho(o));
2341
+ for (const g in e) delete e[g];
2342
+ Object.assign(e, i), t.value.$reset();
2343
+ }
2344
+ return { values: e, errors: n, isSubmitting: r, v$: t, validate: s, handleSubmit: d, reset: c };
2345
+ }
1802
2346
  export {
1803
- Fo as BaseAlert,
1804
- gu as BaseAutoComplete,
1805
- mu as BaseAvatar,
1806
- L as BaseButton,
1807
- pu as BaseCard,
1808
- bu as BaseChart,
1809
- hu as BaseCheckbox,
1810
- vu as BaseCurrency,
1811
- ku as BaseDate,
1812
- yu as BaseDatePicker,
1813
- Cu as BaseDialog,
1814
- Bu as BaseDrawer,
1815
- xu as BaseEmpty,
1816
- $u as BaseField,
1817
- wu as BaseForbidden,
1818
- qo as BaseInputMask,
1819
- Ru as BaseInputText,
1820
- zu as BaseModal,
1821
- Su as BaseMultiSelect,
1822
- Du as BasePanel,
1823
- Vu as BaseRadioButton,
1824
- Wu as BaseRouterLink,
1825
- Iu as BaseSectionDivider,
1826
- Fu as BaseSelect,
1827
- Mu as BaseSwitch,
1828
- Ou as BaseTextarea,
1829
- A as FaIcon,
1830
- Hu as setupPrimeVue,
1831
- Tu as useAppToast,
1832
- Nu as useClickOutside,
1833
- Au as vFocus
2347
+ cr as BaseAlert,
2348
+ ef as BaseAutoComplete,
2349
+ af as BaseAvatar,
2350
+ no as BaseButton,
2351
+ tf as BaseCard,
2352
+ nf as BaseChart,
2353
+ lf as BaseCheckbox,
2354
+ df as BaseCurrency,
2355
+ cf as BaseDate,
2356
+ sf as BaseDatePicker,
2357
+ uf as BaseDialog,
2358
+ ff as BaseDrawer,
2359
+ gf as BaseEmpty,
2360
+ mf as BaseField,
2361
+ pf as BaseForbidden,
2362
+ $r as BaseInputMask,
2363
+ bf as BaseInputText,
2364
+ hf as BaseModal,
2365
+ vf as BaseMultiSelect,
2366
+ kf as BasePanel,
2367
+ yf as BaseRadioButton,
2368
+ $f as BaseRouterLink,
2369
+ Cf as BaseSectionDivider,
2370
+ Bf as BaseSelect,
2371
+ xf as BaseSwitch,
2372
+ wf as BaseTextarea,
2373
+ J as FaIcon,
2374
+ Sf as setupPrimeVue,
2375
+ zf as useAppToast,
2376
+ Vf as useClickOutside,
2377
+ Df as useForm,
2378
+ Rf as vFocus
1834
2379
  };