@stencitecnologia/front-kit 0.1.13 → 0.1.14

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,25 +1,25 @@
1
- import { computed as O, openBlock as S, createElementBlock as P, normalizeClass as Do, toDisplayString as oo, createCommentVNode as E, createBlock as N, unref as W, mergeProps as Q, withCtx as X, Fragment as rr, renderSlot as G, useSlots as cr, createElementVNode as io, createVNode as so, ref as Wo, watch as sr, createTextVNode as No, normalizeStyle as er, createSlots as Ho, Teleport as ur, withModifiers as fr, onMounted as gr, onBeforeUnmount as mr } from "vue";
2
- import pr from "primevue/autocomplete";
3
- import br from "primevue/button";
4
- import { FontAwesomeIcon as hr } from "@fortawesome/vue-fontawesome";
1
+ import { computed as O, openBlock as S, createElementBlock as P, normalizeClass as Do, toDisplayString as oo, createCommentVNode as E, createBlock as N, unref as W, mergeProps as Q, withCtx as _, Fragment as rr, renderSlot as G, createElementVNode as io, createVNode as so, ref as Wo, watch as cr, createTextVNode as No, normalizeStyle as er, createSlots as Ho, Teleport as sr, withModifiers as ur, onMounted as fr, onBeforeUnmount as gr } from "vue";
2
+ import mr from "primevue/autocomplete";
3
+ import pr from "primevue/button";
4
+ import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
5
5
  import ar from "primevue/inputtext";
6
6
  import tr from "primevue/datepicker";
7
- import vr from "primevue/inputgroup";
8
- import kr from "primevue/inputgroupaddon";
9
- import yr from "primevue/popover";
10
- import $r from "primevue/inputmask";
7
+ import hr from "primevue/inputgroup";
8
+ import vr from "primevue/inputgroupaddon";
9
+ import kr from "primevue/popover";
10
+ import yr from "primevue/inputmask";
11
11
  import nr from "primevue/dialog";
12
- import xr from "primevue/drawer";
13
- import Cr from "primevue/multiselect";
14
- import wr from "primevue/panel";
15
- import Br from "primevue/radiobutton";
16
- import { RouterLink as Rr } from "vue-router";
17
- import Dr from "primevue/select";
18
- import Sr from "primevue/toggleswitch";
19
- import Mr from "primevue/textarea";
20
- import zr from "primevue/config";
21
- import { useToast as Yr } from "primevue/usetoast";
22
- const Vr = {
12
+ import $r from "primevue/drawer";
13
+ import xr from "primevue/multiselect";
14
+ import Cr from "primevue/panel";
15
+ import wr from "primevue/radiobutton";
16
+ import { RouterLink as Br } from "vue-router";
17
+ import Rr from "primevue/select";
18
+ import Dr from "primevue/toggleswitch";
19
+ import Sr from "primevue/textarea";
20
+ import Mr from "primevue/config";
21
+ import { useToast as zr } from "primevue/usetoast";
22
+ const Yr = {
23
23
  __name: "BaseAlert",
24
24
  props: {
25
25
  message: {
@@ -38,13 +38,13 @@ const Vr = {
38
38
  "ui-alert-error": r.variant === "error",
39
39
  "ui-alert-info": r.variant === "info"
40
40
  }));
41
- return (a, n) => o.message ? (S(), P("div", {
41
+ return (a, t) => o.message ? (S(), P("div", {
42
42
  key: 0,
43
43
  class: Do(["ui-alert", e.value]),
44
44
  role: "alert"
45
45
  }, oo(o.message), 3)) : E("", !0);
46
46
  }
47
- }, Gf = {
47
+ }, Zf = {
48
48
  __name: "BaseAutoComplete",
49
49
  props: {
50
50
  modelValue: {
@@ -75,13 +75,13 @@ const Vr = {
75
75
  "clear"
76
76
  ],
77
77
  setup(o, { emit: r }) {
78
- const e = o, a = r, n = O({
78
+ const e = o, a = r, t = O({
79
79
  get: () => e.modelValue,
80
80
  set: (i) => a("update:modelValue", i)
81
- }), d = (i) => a("complete", i), t = (i) => a("item-select", i), m = () => a("clear");
82
- return (i, p) => (S(), N(W(pr), Q({
83
- modelValue: n.value,
84
- "onUpdate:modelValue": p[0] || (p[0] = ($) => n.value = $),
81
+ }), d = (i) => a("complete", i), n = (i) => a("item-select", i), m = () => a("clear");
82
+ return (i, p) => (S(), N(W(mr), Q({
83
+ modelValue: t.value,
84
+ "onUpdate:modelValue": p[0] || (p[0] = ($) => t.value = $),
85
85
  suggestions: o.suggestions,
86
86
  disabled: o.disabled,
87
87
  readonly: o.readonly,
@@ -91,7 +91,7 @@ const Vr = {
91
91
  ]
92
92
  }, i.$attrs, {
93
93
  onComplete: d,
94
- onItemSelect: t,
94
+ onItemSelect: n,
95
95
  onClear: m
96
96
  }), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
97
97
  }
@@ -104,9 +104,9 @@ const Vr = {
104
104
  }
105
105
  },
106
106
  setup(o) {
107
- return (r, e) => (S(), N(W(hr), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
107
+ return (r, e) => (S(), N(W(br), Q({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
108
108
  }
109
- }, Or = { key: 1 }, Fo = {
109
+ }, Vr = { key: 1 }, Fo = {
110
110
  __name: "BaseButton",
111
111
  props: {
112
112
  label: {
@@ -156,38 +156,38 @@ const Vr = {
156
156
  "ui-btn-sm": r.size === "sm"
157
157
  }
158
158
  ]), a = O(() => r.disabled || r.loading);
159
- return (n, d) => (S(), N(W(br), Q(n.$attrs, {
159
+ return (t, d) => (S(), N(W(pr), Q(t.$attrs, {
160
160
  loading: o.loading,
161
161
  disabled: a.value,
162
162
  class: e.value,
163
163
  type: o.type
164
164
  }), {
165
- default: X(() => [
165
+ default: _(() => [
166
166
  o.loading ? E("", !0) : (S(), P(rr, { key: 0 }, [
167
167
  o.icon ? (S(), N(So, {
168
168
  key: 0,
169
169
  icon: o.icon
170
170
  }, null, 8, ["icon"])) : E("", !0),
171
- o.label ? (S(), P("span", Or, oo(o.label), 1)) : E("", !0),
172
- G(n.$slots, "default")
171
+ o.label ? (S(), P("span", Vr, oo(o.label), 1)) : E("", !0),
172
+ G(t.$slots, "default")
173
173
  ], 64))
174
174
  ]),
175
175
  _: 3
176
176
  }, 16, ["loading", "disabled", "class", "type"]));
177
177
  }
178
- }, Lr = {
178
+ }, Or = {
179
179
  key: 0,
180
180
  class: "ui-card-header"
181
- }, Tr = {
181
+ }, Lr = {
182
182
  key: 0,
183
183
  class: "ui-card-title"
184
- }, Wr = {
184
+ }, Tr = {
185
185
  key: 1,
186
186
  class: "ui-card-subtitle"
187
- }, Fr = { class: "ui-card-content" }, Ir = {
187
+ }, Wr = { class: "ui-card-content" }, Fr = {
188
188
  key: 1,
189
189
  class: "ui-card-footer"
190
- }, Hr = { class: "ui-card-footer-content" }, Jf = {
190
+ }, Ir = { class: "ui-card-footer-content" }, Gf = {
191
191
  __name: "BaseCard",
192
192
  props: {
193
193
  title: {
@@ -202,7 +202,7 @@ const Vr = {
202
202
  type: String,
203
203
  default: ""
204
204
  },
205
- hasFooterActions: {
205
+ hasFooter: {
206
206
  type: Boolean,
207
207
  default: !1
208
208
  },
@@ -216,33 +216,33 @@ const Vr = {
216
216
  }
217
217
  },
218
218
  setup(o) {
219
- const r = o, e = cr(), a = O(() => !!(r.title || r.subtitle)), n = O(() => !!e.footer), d = O(() => [
219
+ const r = o, e = O(() => !!(r.title || r.subtitle)), a = O(() => [
220
220
  "ui-card",
221
221
  r.className,
222
- { "ui-card-has-footer": n.value }
222
+ { "ui-card-has-footer": r.hasFooter }
223
223
  ]);
224
- return (t, m) => (S(), P("section", {
225
- class: Do(d.value)
224
+ return (t, d) => (S(), P("section", {
225
+ class: Do(a.value)
226
226
  }, [
227
- a.value ? (S(), P("header", Lr, [
228
- o.title ? (S(), P("div", Tr, oo(o.title), 1)) : E("", !0),
229
- o.subtitle ? (S(), P("div", Wr, oo(o.subtitle), 1)) : E("", !0)
227
+ e.value ? (S(), P("header", Or, [
228
+ o.title ? (S(), P("div", Lr, oo(o.title), 1)) : E("", !0),
229
+ o.subtitle ? (S(), P("div", Tr, oo(o.subtitle), 1)) : E("", !0)
230
230
  ])) : E("", !0),
231
- io("div", Fr, [
232
- so(Vr, {
231
+ io("div", Wr, [
232
+ so(Yr, {
233
233
  message: o.alertMessage,
234
234
  variant: o.alertVariant
235
235
  }, null, 8, ["message", "variant"]),
236
236
  G(t.$slots, "default")
237
237
  ]),
238
- n.value ? (S(), P("footer", Ir, [
239
- io("div", Hr, [
238
+ o.hasFooter ? (S(), P("footer", Fr, [
239
+ io("div", Ir, [
240
240
  G(t.$slots, "footer")
241
241
  ])
242
242
  ])) : E("", !0)
243
243
  ], 2));
244
244
  }
245
- }, jr = { class: "ui-currency" }, Qf = {
245
+ }, Hr = { class: "ui-currency" }, Jf = {
246
246
  __name: "BaseCurrency",
247
247
  props: {
248
248
  modelValue: {
@@ -268,20 +268,20 @@ const Vr = {
268
268
  },
269
269
  emits: ["update:modelValue"],
270
270
  setup(o, { emit: r }) {
271
- const e = o, a = r, n = (i) => i == null || i === "" ? "" : Number(i).toLocaleString("pt-BR", {
271
+ const e = o, a = r, t = (i) => i == null || i === "" ? "" : Number(i).toLocaleString("pt-BR", {
272
272
  minimumFractionDigits: 2,
273
273
  maximumFractionDigits: 2
274
274
  }), d = (i) => {
275
275
  if (!i) return null;
276
276
  const p = i.replace(/\D/g, "");
277
277
  return p ? Number(p) / 100 : null;
278
- }, t = O(() => n(e.modelValue)), m = (i) => {
278
+ }, n = O(() => t(e.modelValue)), m = (i) => {
279
279
  const p = d(i.target.value);
280
- a("update:modelValue", p), i.target.value = n(p);
280
+ a("update:modelValue", p), i.target.value = t(p);
281
281
  };
282
- return (i, p) => (S(), P("div", jr, [
282
+ return (i, p) => (S(), P("div", Hr, [
283
283
  so(W(ar), Q({
284
- value: t.value,
284
+ value: n.value,
285
285
  placeholder: o.placeholder,
286
286
  disabled: o.disabled,
287
287
  readonly: o.readonly,
@@ -292,7 +292,7 @@ const Vr = {
292
292
  }, i.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
293
293
  ]));
294
294
  }
295
- }, Ar = {
295
+ }, jr = {
296
296
  __name: "BaseInputMask",
297
297
  props: {
298
298
  modelValue: {
@@ -326,13 +326,13 @@ const Vr = {
326
326
  },
327
327
  emits: ["update:modelValue"],
328
328
  setup(o, { emit: r }) {
329
- const e = o, a = r, n = O({
329
+ const e = o, a = r, t = O({
330
330
  get: () => e.modelValue,
331
331
  set: (d) => a("update:modelValue", d)
332
332
  });
333
- return (d, t) => (S(), N(W($r), Q({
334
- modelValue: n.value,
335
- "onUpdate:modelValue": t[0] || (t[0] = (m) => n.value = m),
333
+ return (d, n) => (S(), N(W(yr), Q({
334
+ modelValue: t.value,
335
+ "onUpdate:modelValue": n[0] || (n[0] = (m) => t.value = m),
336
336
  mask: o.mask,
337
337
  "slot-char": o.slotChar,
338
338
  "auto-clear": o.autoClear,
@@ -344,7 +344,7 @@ const Vr = {
344
344
  ]
345
345
  }, d.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
346
346
  }
347
- }, Kf = {
347
+ }, Qf = {
348
348
  __name: "BaseDate",
349
349
  props: {
350
350
  modelValue: {
@@ -394,7 +394,7 @@ const Vr = {
394
394
  },
395
395
  emits: ["update:modelValue", "update:textValue"],
396
396
  setup(o, { emit: r }) {
397
- const e = o, a = r, n = Wo(null), d = Wo(""), t = Wo(null), m = O(() => e.selectionMode === "range"), i = (l) => String(l).padStart(2, "0"), p = (l) => {
397
+ const e = o, a = r, t = Wo(null), d = Wo(""), n = Wo(null), m = O(() => e.selectionMode === "range"), i = (l) => String(l).padStart(2, "0"), p = (l) => {
398
398
  if (!(l instanceof Date) || Number.isNaN(l.getTime())) return "";
399
399
  const h = i(l.getDate()), b = i(l.getMonth() + 1), k = String(l.getFullYear());
400
400
  return `${h}/${b}/${k}`;
@@ -418,38 +418,38 @@ const Vr = {
418
418
  }, R = (l) => {
419
419
  d.value = l, a("update:textValue", l);
420
420
  }, u = (l) => {
421
- R(p(l)), t.value = l;
421
+ R(p(l)), n.value = l;
422
422
  }, s = (l) => {
423
- R(M(l)), t.value = l;
423
+ R(M(l)), n.value = l;
424
424
  }, y = (l) => {
425
425
  if (!Array.isArray(l)) return;
426
426
  const [h, b] = l;
427
427
  !(h instanceof Date) || !(b instanceof Date) || a("update:modelValue", [h, b]);
428
428
  }, C = () => {
429
- R(""), t.value = null, a("update:modelValue", null);
429
+ R(""), n.value = null, a("update:modelValue", null);
430
430
  }, w = (l) => {
431
431
  if (R(l), !l) {
432
- t.value = null, a("update:modelValue", null);
432
+ n.value = null, a("update:modelValue", null);
433
433
  return;
434
434
  }
435
435
  if (m.value) {
436
436
  const b = L(l);
437
437
  if (!b) return;
438
- t.value = b, y(b);
438
+ n.value = b, y(b);
439
439
  return;
440
440
  }
441
441
  const h = $(l);
442
- h && (t.value = h, a("update:modelValue", h));
442
+ h && (n.value = h, a("update:modelValue", h));
443
443
  }, T = (l) => {
444
444
  if (l) {
445
445
  if (m.value) {
446
- t.value = l, s(l), y(l);
446
+ n.value = l, s(l), y(l);
447
447
  return;
448
448
  }
449
- u(l), a("update:modelValue", l), n.value && n.value.hide();
449
+ u(l), a("update:modelValue", l), t.value && t.value.hide();
450
450
  }
451
451
  }, V = (l) => {
452
- n.value && n.value.toggle(l);
452
+ t.value && t.value.toggle(l);
453
453
  }, F = () => {
454
454
  const l = /* @__PURE__ */ new Date(), h = new Date(l.getFullYear(), l.getMonth(), l.getDate());
455
455
  if (Y(h)) {
@@ -464,11 +464,11 @@ const Vr = {
464
464
  get: () => d.value,
465
465
  set: (l) => w(l)
466
466
  });
467
- return sr(
467
+ return cr(
468
468
  () => e.modelValue,
469
469
  (l) => {
470
470
  if (l === null) {
471
- (d.value !== "" || t.value !== null) && (R(""), t.value = null);
471
+ (d.value !== "" || n.value !== null) && (R(""), n.value = null);
472
472
  return;
473
473
  }
474
474
  if (m.value) {
@@ -478,9 +478,9 @@ const Vr = {
478
478
  l instanceof Date && u(l);
479
479
  },
480
480
  { immediate: !0 }
481
- ), (l, h) => (S(), N(W(vr), { class: "ui-inputgroup" }, {
482
- default: X(() => [
483
- so(Ar, Q({
481
+ ), (l, h) => (S(), N(W(hr), { class: "ui-inputgroup" }, {
482
+ default: _(() => [
483
+ so(jr, Q({
484
484
  modelValue: I.value,
485
485
  "onUpdate:modelValue": h[0] || (h[0] = (b) => I.value = b),
486
486
  mask: m.value ? "" : o.mask,
@@ -488,8 +488,8 @@ const Vr = {
488
488
  disabled: o.disabled,
489
489
  invalid: o.invalid
490
490
  }, l.$attrs), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"]),
491
- so(W(kr), { class: "ui-inputgroup-addon" }, {
492
- default: X(() => [
491
+ so(W(vr), { class: "ui-inputgroup-addon" }, {
492
+ default: _(() => [
493
493
  o.showClear ? (S(), N(Fo, {
494
494
  key: 0,
495
495
  type: "button",
@@ -498,7 +498,7 @@ const Vr = {
498
498
  "aria-label": "Limpar data",
499
499
  onClick: C
500
500
  }, {
501
- default: X(() => [...h[2] || (h[2] = [
501
+ default: _(() => [...h[2] || (h[2] = [
502
502
  No(" Limpar ", -1)
503
503
  ])]),
504
504
  _: 1
@@ -511,7 +511,7 @@ const Vr = {
511
511
  "aria-label": "Selecionar hoje",
512
512
  onClick: F
513
513
  }, {
514
- default: X(() => [...h[3] || (h[3] = [
514
+ default: _(() => [...h[3] || (h[3] = [
515
515
  No(" Hoje ", -1)
516
516
  ])]),
517
517
  _: 1
@@ -523,7 +523,7 @@ const Vr = {
523
523
  "aria-label": "Abrir calendário",
524
524
  onClick: V
525
525
  }, {
526
- default: X(() => [
526
+ default: _(() => [
527
527
  o.calendarIcon ? (S(), N(So, {
528
528
  key: 0,
529
529
  class: "text-lg",
@@ -535,15 +535,15 @@ const Vr = {
535
535
  ]),
536
536
  _: 1
537
537
  }),
538
- so(W(yr), {
538
+ so(W(kr), {
539
539
  ref_key: "popoverRef",
540
- ref: n
540
+ ref: t
541
541
  }, {
542
- default: X(() => [
542
+ default: _(() => [
543
543
  so(W(tr), {
544
- modelValue: t.value,
544
+ modelValue: n.value,
545
545
  "onUpdate:modelValue": [
546
- h[1] || (h[1] = (b) => t.value = b),
546
+ h[1] || (h[1] = (b) => n.value = b),
547
547
  T
548
548
  ],
549
549
  inline: "",
@@ -558,7 +558,7 @@ const Vr = {
558
558
  _: 1
559
559
  }));
560
560
  }
561
- }, o0 = {
561
+ }, Kf = {
562
562
  __name: "BaseDatePicker",
563
563
  props: {
564
564
  modelValue: {
@@ -576,13 +576,13 @@ const Vr = {
576
576
  },
577
577
  emits: ["update:modelValue"],
578
578
  setup(o, { emit: r }) {
579
- const e = o, a = r, n = O({
579
+ const e = o, a = r, t = O({
580
580
  get: () => e.modelValue,
581
581
  set: (d) => a("update:modelValue", d)
582
582
  });
583
- return (d, t) => (S(), N(W(tr), Q({
584
- modelValue: n.value,
585
- "onUpdate:modelValue": t[0] || (t[0] = (m) => n.value = m),
583
+ return (d, n) => (S(), N(W(tr), Q({
584
+ modelValue: t.value,
585
+ "onUpdate:modelValue": n[0] || (n[0] = (m) => t.value = m),
586
586
  disabled: o.disabled,
587
587
  class: [
588
588
  "w-full",
@@ -592,16 +592,16 @@ const Vr = {
592
592
  }
593
593
  }, jo = (o, r) => {
594
594
  const e = o.__vccOpts || o;
595
- for (const [a, n] of r)
596
- e[a] = n;
595
+ for (const [a, t] of r)
596
+ e[a] = t;
597
597
  return e;
598
- }, Nr = {
598
+ }, Ar = {
599
599
  key: 0,
600
600
  class: "ui-dialog-body"
601
- }, Pr = {
601
+ }, Nr = {
602
602
  key: 1,
603
603
  class: "ui-dialog-content"
604
- }, qr = {
604
+ }, Pr = {
605
605
  __name: "BaseDialog",
606
606
  props: {
607
607
  modelValue: {
@@ -640,7 +640,7 @@ const Vr = {
640
640
  },
641
641
  emits: ["update:modelValue", "hide", "show"],
642
642
  setup(o, { emit: r }) {
643
- const e = o, a = r, n = O({
643
+ const e = o, a = r, t = O({
644
644
  get: () => e.modelValue,
645
645
  set: ($) => a("update:modelValue", $)
646
646
  }), d = {
@@ -648,30 +648,30 @@ const Vr = {
648
648
  md: "32rem",
649
649
  lg: "48rem",
650
650
  full: "64rem"
651
- }, t = O(() => ({
651
+ }, n = O(() => ({
652
652
  width: `min(92vw, ${d[e.size]})`
653
653
  })), m = O(() => !!(e.icon || e.content)), i = () => a("hide"), p = () => a("show");
654
654
  return ($, Y) => (S(), N(W(nr), {
655
- visible: n.value,
656
- "onUpdate:visible": Y[0] || (Y[0] = (M) => n.value = M),
655
+ visible: t.value,
656
+ "onUpdate:visible": Y[0] || (Y[0] = (M) => t.value = M),
657
657
  modal: "",
658
658
  draggable: !1,
659
659
  header: o.header,
660
660
  closable: o.closable,
661
661
  "dismissable-mask": o.dismissableMask,
662
662
  "close-on-escape": o.closeOnEscape,
663
- style: er(t.value),
663
+ style: er(n.value),
664
664
  onHide: i,
665
665
  onShow: p
666
666
  }, Ho({
667
- default: X(() => [
668
- m.value && !$.$slots.default ? (S(), P("div", Nr, [
667
+ default: _(() => [
668
+ m.value && !$.$slots.default ? (S(), P("div", Ar, [
669
669
  o.icon ? (S(), N(So, {
670
670
  key: 0,
671
671
  icon: o.icon,
672
672
  class: "ui-dialog-icon"
673
673
  }, null, 8, ["icon"])) : E("", !0),
674
- o.content ? (S(), P("p", Pr, oo(o.content), 1)) : E("", !0)
674
+ o.content ? (S(), P("p", Nr, oo(o.content), 1)) : E("", !0)
675
675
  ])) : E("", !0),
676
676
  G($.$slots, "default", {}, void 0, !0)
677
677
  ]),
@@ -679,21 +679,21 @@ const Vr = {
679
679
  }, [
680
680
  $.$slots.header ? {
681
681
  name: "header",
682
- fn: X(() => [
682
+ fn: _(() => [
683
683
  G($.$slots, "header", {}, void 0, !0)
684
684
  ]),
685
685
  key: "0"
686
686
  } : void 0,
687
687
  $.$slots.footer ? {
688
688
  name: "footer",
689
- fn: X(() => [
689
+ fn: _(() => [
690
690
  G($.$slots, "footer", {}, void 0, !0)
691
691
  ]),
692
692
  key: "1"
693
693
  } : void 0
694
694
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
695
695
  }
696
- }, r0 = /* @__PURE__ */ jo(qr, [["__scopeId", "data-v-d952cadc"]]), Er = { class: "ui-drawer-content" }, e0 = /* @__PURE__ */ Object.assign({
696
+ }, o0 = /* @__PURE__ */ jo(Pr, [["__scopeId", "data-v-d952cadc"]]), qr = { class: "ui-drawer-content" }, r0 = /* @__PURE__ */ Object.assign({
697
697
  inheritAttrs: !1
698
698
  }, {
699
699
  __name: "BaseDrawer",
@@ -721,32 +721,32 @@ const Vr = {
721
721
  },
722
722
  emits: ["update:visible"],
723
723
  setup(o, { emit: r }) {
724
- const e = o, a = r, n = O(() => e.visible), d = () => a("update:visible", !1), t = (i) => {
724
+ const e = o, a = r, t = O(() => e.visible), d = () => a("update:visible", !1), n = (i) => {
725
725
  i.target === i.currentTarget && d();
726
726
  }, m = (i) => {
727
727
  a("update:visible", i);
728
728
  };
729
729
  return (i, p) => (S(), P(rr, null, [
730
- (S(), N(ur, { to: "body" }, [
731
- n.value ? (S(), P("div", {
730
+ (S(), N(sr, { to: "body" }, [
731
+ t.value ? (S(), P("div", {
732
732
  key: 0,
733
733
  class: "ui-drawer-backdrop",
734
734
  role: "presentation",
735
- onClick: t
735
+ onClick: n
736
736
  })) : E("", !0)
737
737
  ])),
738
- so(W(xr), Q(i.$attrs, {
738
+ so(W($r), Q(i.$attrs, {
739
739
  modal: o.modal,
740
740
  dismissable: o.dismissable,
741
741
  header: o.title,
742
742
  "show-close-icon": !1,
743
- visible: n.value,
743
+ visible: t.value,
744
744
  position: o.position,
745
745
  class: "ui-drawer",
746
746
  "onUpdate:visible": m
747
747
  }), {
748
- default: X(() => [
749
- io("div", Er, [
748
+ default: _(() => [
749
+ io("div", qr, [
750
750
  G(i.$slots, "default")
751
751
  ])
752
752
  ]),
@@ -754,10 +754,10 @@ const Vr = {
754
754
  }, 16, ["modal", "dismissable", "header", "visible", "position"])
755
755
  ], 64));
756
756
  }
757
- }), Ur = { class: "ui-empty" }, _r = { class: "ui-empty__media" }, Xr = ["src"], Zr = { class: "ui-empty__content" }, Gr = { class: "ui-empty__title" }, Jr = {
757
+ }), Er = { class: "ui-empty" }, Ur = { class: "ui-empty__media" }, Xr = ["src"], _r = { class: "ui-empty__content" }, Zr = { class: "ui-empty__title" }, Gr = {
758
758
  key: 0,
759
759
  class: "ui-empty__description"
760
- }, Qr = { class: "ui-empty__actions" }, Kr = {
760
+ }, Jr = { class: "ui-empty__actions" }, Qr = {
761
761
  __name: "BaseEmpty",
762
762
  props: {
763
763
  icon: {
@@ -779,8 +779,8 @@ const Vr = {
779
779
  },
780
780
  setup(o) {
781
781
  const r = o, e = O(() => !!r.image), a = O(() => !!r.description);
782
- return (n, d) => (S(), P("div", Ur, [
783
- io("div", _r, [
782
+ return (t, d) => (S(), P("div", Er, [
783
+ io("div", Ur, [
784
784
  e.value ? (S(), P("img", {
785
785
  key: 0,
786
786
  src: o.image,
@@ -792,23 +792,23 @@ const Vr = {
792
792
  class: "ui-empty__icon"
793
793
  }, null, 8, ["icon"]))
794
794
  ]),
795
- io("div", Zr, [
796
- io("h3", Gr, oo(o.title), 1),
797
- a.value ? (S(), P("p", Jr, oo(o.description), 1)) : E("", !0),
798
- io("div", Qr, [
799
- G(n.$slots, "default", {}, void 0, !0)
795
+ io("div", _r, [
796
+ io("h3", Zr, oo(o.title), 1),
797
+ a.value ? (S(), P("p", Gr, oo(o.description), 1)) : E("", !0),
798
+ io("div", Jr, [
799
+ G(t.$slots, "default", {}, void 0, !0)
800
800
  ])
801
801
  ])
802
802
  ]));
803
803
  }
804
- }, a0 = /* @__PURE__ */ jo(Kr, [["__scopeId", "data-v-91327e2b"]]), oe = { class: "ui-field" }, re = ["for"], ee = { class: "ui-control" }, ae = {
804
+ }, e0 = /* @__PURE__ */ jo(Qr, [["__scopeId", "data-v-91327e2b"]]), Kr = { class: "ui-field" }, oe = ["for"], re = { class: "ui-control" }, ee = {
805
805
  key: 1,
806
806
  class: "ui-error",
807
807
  role: "alert"
808
- }, te = {
808
+ }, ae = {
809
809
  key: 2,
810
810
  class: "ui-help"
811
- }, t0 = {
811
+ }, a0 = {
812
812
  __name: "BaseField",
813
813
  props: {
814
814
  label: {
@@ -829,20 +829,20 @@ const Vr = {
829
829
  }
830
830
  },
831
831
  setup(o) {
832
- const r = o, e = O(() => !!r.label), a = O(() => !!r.error), n = O(() => !!r.help);
833
- return (d, t) => (S(), P("div", oe, [
832
+ const r = o, e = O(() => !!r.label), a = O(() => !!r.error), t = O(() => !!r.help);
833
+ return (d, n) => (S(), P("div", Kr, [
834
834
  e.value ? (S(), P("label", {
835
835
  key: 0,
836
836
  class: "ui-label",
837
837
  for: o.forId
838
- }, oo(o.label), 9, re)) : E("", !0),
839
- io("div", ee, [
838
+ }, oo(o.label), 9, oe)) : E("", !0),
839
+ io("div", re, [
840
840
  G(d.$slots, "default")
841
841
  ]),
842
- a.value ? (S(), P("small", ae, oo(o.error), 1)) : n.value ? (S(), P("small", te, oo(o.help), 1)) : E("", !0)
842
+ a.value ? (S(), P("small", ee, oo(o.error), 1)) : t.value ? (S(), P("small", ae, oo(o.help), 1)) : E("", !0)
843
843
  ]));
844
844
  }
845
- }, n0 = {
845
+ }, t0 = {
846
846
  __name: "BaseInputText",
847
847
  props: {
848
848
  modelValue: {
@@ -864,13 +864,13 @@ const Vr = {
864
864
  },
865
865
  emits: ["update:modelValue"],
866
866
  setup(o, { emit: r }) {
867
- const e = o, a = r, n = O({
867
+ const e = o, a = r, t = O({
868
868
  get: () => e.modelValue,
869
869
  set: (d) => a("update:modelValue", d)
870
870
  });
871
- return (d, t) => (S(), N(W(ar), Q({
872
- modelValue: n.value,
873
- "onUpdate:modelValue": t[0] || (t[0] = (m) => n.value = m),
871
+ return (d, n) => (S(), N(W(ar), Q({
872
+ modelValue: t.value,
873
+ "onUpdate:modelValue": n[0] || (n[0] = (m) => t.value = m),
874
874
  disabled: o.disabled,
875
875
  readonly: o.readonly,
876
876
  class: [
@@ -879,7 +879,7 @@ const Vr = {
879
879
  ]
880
880
  }, d.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
881
881
  }
882
- }, i0 = {
882
+ }, n0 = {
883
883
  __name: "BaseModal",
884
884
  props: {
885
885
  modelValue: {
@@ -910,7 +910,7 @@ const Vr = {
910
910
  },
911
911
  emits: ["update:modelValue", "hide", "show"],
912
912
  setup(o, { emit: r }) {
913
- const e = o, a = r, n = O({
913
+ const e = o, a = r, t = O({
914
914
  get: () => e.modelValue,
915
915
  set: (p) => a("update:modelValue", p)
916
916
  }), d = {
@@ -918,44 +918,44 @@ const Vr = {
918
918
  md: "38rem",
919
919
  lg: "56rem",
920
920
  full: "72rem"
921
- }, t = O(() => ({
921
+ }, n = O(() => ({
922
922
  width: `min(92vw, ${d[e.size]})`
923
923
  })), m = () => a("hide"), i = () => a("show");
924
924
  return (p, $) => (S(), N(W(nr), {
925
- visible: n.value,
926
- "onUpdate:visible": $[0] || ($[0] = (Y) => n.value = Y),
925
+ visible: t.value,
926
+ "onUpdate:visible": $[0] || ($[0] = (Y) => t.value = Y),
927
927
  modal: "",
928
928
  draggable: !1,
929
929
  header: o.header,
930
930
  closable: o.closable,
931
931
  "dismissable-mask": o.dismissableMask,
932
932
  "close-on-escape": o.closeOnEscape,
933
- style: er(t.value),
933
+ style: er(n.value),
934
934
  onHide: m,
935
935
  onShow: i
936
936
  }, Ho({
937
- default: X(() => [
937
+ default: _(() => [
938
938
  G(p.$slots, "default")
939
939
  ]),
940
940
  _: 2
941
941
  }, [
942
942
  p.$slots.header ? {
943
943
  name: "header",
944
- fn: X(() => [
944
+ fn: _(() => [
945
945
  G(p.$slots, "header")
946
946
  ]),
947
947
  key: "0"
948
948
  } : void 0,
949
949
  p.$slots.footer ? {
950
950
  name: "footer",
951
- fn: X(() => [
951
+ fn: _(() => [
952
952
  G(p.$slots, "footer")
953
953
  ]),
954
954
  key: "1"
955
955
  } : void 0
956
956
  ]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
957
957
  }
958
- }, d0 = {
958
+ }, i0 = {
959
959
  __name: "BaseMultiSelect",
960
960
  props: {
961
961
  modelValue: {
@@ -997,13 +997,13 @@ const Vr = {
997
997
  },
998
998
  emits: ["update:modelValue"],
999
999
  setup(o, { emit: r }) {
1000
- const e = o, a = r, n = O({
1000
+ const e = o, a = r, t = O({
1001
1001
  get: () => e.modelValue,
1002
1002
  set: (d) => a("update:modelValue", d)
1003
1003
  });
1004
- return (d, t) => (S(), N(W(Cr), Q({
1005
- modelValue: n.value,
1006
- "onUpdate:modelValue": t[0] || (t[0] = (m) => n.value = m),
1004
+ return (d, n) => (S(), N(W(xr), Q({
1005
+ modelValue: t.value,
1006
+ "onUpdate:modelValue": n[0] || (n[0] = (m) => t.value = m),
1007
1007
  fluid: "",
1008
1008
  options: o.options,
1009
1009
  "option-label": o.optionLabel,
@@ -1015,7 +1015,7 @@ const Vr = {
1015
1015
  class: { "p-invalid": o.invalid }
1016
1016
  }, d.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "filter", "class"]));
1017
1017
  }
1018
- }, ne = {
1018
+ }, te = {
1019
1019
  __name: "BasePanel",
1020
1020
  props: {
1021
1021
  header: {
@@ -1041,34 +1041,34 @@ const Vr = {
1041
1041
  "ui-panel": !0,
1042
1042
  [`ui-panel--${r.variant}`]: !!r.variant
1043
1043
  }));
1044
- return (a, n) => (S(), N(W(wr), {
1044
+ return (a, t) => (S(), N(W(Cr), {
1045
1045
  header: o.header,
1046
1046
  toggleable: o.toggleable,
1047
1047
  collapsed: o.collapsed,
1048
1048
  class: Do(e.value)
1049
1049
  }, Ho({
1050
- default: X(() => [
1050
+ default: _(() => [
1051
1051
  G(a.$slots, "default", {}, void 0, !0)
1052
1052
  ]),
1053
1053
  _: 2
1054
1054
  }, [
1055
1055
  a.$slots.header ? {
1056
1056
  name: "header",
1057
- fn: X(() => [
1057
+ fn: _(() => [
1058
1058
  G(a.$slots, "header", {}, void 0, !0)
1059
1059
  ]),
1060
1060
  key: "0"
1061
1061
  } : void 0,
1062
1062
  a.$slots.icons ? {
1063
1063
  name: "icons",
1064
- fn: X(() => [
1064
+ fn: _(() => [
1065
1065
  G(a.$slots, "icons", {}, void 0, !0)
1066
1066
  ]),
1067
1067
  key: "1"
1068
1068
  } : void 0
1069
1069
  ]), 1032, ["header", "toggleable", "collapsed", "class"]));
1070
1070
  }
1071
- }, l0 = /* @__PURE__ */ jo(ne, [["__scopeId", "data-v-b5a3fbfc"]]), c0 = {
1071
+ }, d0 = /* @__PURE__ */ jo(te, [["__scopeId", "data-v-b5a3fbfc"]]), l0 = {
1072
1072
  __name: "BaseRadioButton",
1073
1073
  props: {
1074
1074
  modelValue: {
@@ -1098,13 +1098,13 @@ const Vr = {
1098
1098
  },
1099
1099
  emits: ["update:modelValue"],
1100
1100
  setup(o, { emit: r }) {
1101
- const e = o, a = r, n = O({
1101
+ const e = o, a = r, t = O({
1102
1102
  get: () => e.modelValue,
1103
1103
  set: (d) => a("update:modelValue", d)
1104
1104
  });
1105
- return (d, t) => (S(), N(W(Br), Q({
1106
- modelValue: n.value,
1107
- "onUpdate:modelValue": t[0] || (t[0] = (m) => n.value = m),
1105
+ return (d, n) => (S(), N(W(wr), Q({
1106
+ modelValue: t.value,
1107
+ "onUpdate:modelValue": n[0] || (n[0] = (m) => t.value = m),
1108
1108
  value: o.value,
1109
1109
  name: o.name,
1110
1110
  "input-id": o.inputId,
@@ -1112,7 +1112,7 @@ const Vr = {
1112
1112
  class: [{ "p-invalid": o.invalid }]
1113
1113
  }, d.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
1114
1114
  }
1115
- }, s0 = {
1115
+ }, c0 = {
1116
1116
  __name: "BaseRouterLink",
1117
1117
  props: {
1118
1118
  to: {
@@ -1143,22 +1143,22 @@ const Vr = {
1143
1143
  "ui-btn-disabled": e.value
1144
1144
  }
1145
1145
  ]);
1146
- return (n, d) => (S(), N(W(Rr), {
1146
+ return (t, d) => (S(), N(W(Br), {
1147
1147
  to: e.value ? void 0 : o.to,
1148
1148
  class: Do(a.value),
1149
1149
  "aria-disabled": e.value,
1150
- onClick: d[0] || (d[0] = fr((t) => e.value && t.preventDefault(), ["prevent"]))
1150
+ onClick: d[0] || (d[0] = ur((n) => e.value && n.preventDefault(), ["prevent"]))
1151
1151
  }, {
1152
- default: X(() => [
1153
- G(n.$slots, "default")
1152
+ default: _(() => [
1153
+ G(t.$slots, "default")
1154
1154
  ]),
1155
1155
  _: 3
1156
1156
  }, 8, ["to", "class", "aria-disabled"]));
1157
1157
  }
1158
- }, ie = { class: "ui-section-divider" }, de = {
1158
+ }, ne = { class: "ui-section-divider" }, ie = {
1159
1159
  key: 0,
1160
1160
  class: "ui-section-divider__label"
1161
- }, u0 = {
1161
+ }, s0 = {
1162
1162
  __name: "BaseSectionDivider",
1163
1163
  props: {
1164
1164
  label: {
@@ -1168,12 +1168,12 @@ const Vr = {
1168
1168
  },
1169
1169
  setup(o) {
1170
1170
  const r = o, e = O(() => !!r.label);
1171
- return (a, n) => (S(), P("div", ie, [
1172
- e.value ? (S(), P("span", de, oo(o.label), 1)) : E("", !0),
1173
- n[0] || (n[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
1171
+ return (a, t) => (S(), P("div", ne, [
1172
+ e.value ? (S(), P("span", ie, oo(o.label), 1)) : E("", !0),
1173
+ t[0] || (t[0] = io("div", { class: "ui-section-divider__line" }, null, -1))
1174
1174
  ]));
1175
1175
  }
1176
- }, f0 = {
1176
+ }, u0 = {
1177
1177
  __name: "BaseSelect",
1178
1178
  props: {
1179
1179
  modelValue: {
@@ -1215,16 +1215,16 @@ const Vr = {
1215
1215
  },
1216
1216
  emits: ["update:modelValue"],
1217
1217
  setup(o, { emit: r }) {
1218
- const e = o, a = r, n = O({
1218
+ const e = o, a = r, t = O({
1219
1219
  get: () => e.modelValue,
1220
- set: (t) => a("update:modelValue", t)
1220
+ set: (n) => a("update:modelValue", n)
1221
1221
  }), d = O(() => e.optionEmpty ? [
1222
1222
  e.optionEmpty,
1223
1223
  ...e.options
1224
1224
  ] : e.options);
1225
- return (t, m) => (S(), N(W(Dr), Q({
1226
- modelValue: n.value,
1227
- "onUpdate:modelValue": m[0] || (m[0] = (i) => n.value = i),
1225
+ return (n, m) => (S(), N(W(Rr), Q({
1226
+ modelValue: t.value,
1227
+ "onUpdate:modelValue": m[0] || (m[0] = (i) => t.value = i),
1228
1228
  options: d.value,
1229
1229
  "option-label": o.optionLabel,
1230
1230
  "option-value": o.optionValue,
@@ -1235,9 +1235,9 @@ const Vr = {
1235
1235
  "ui-select w-full",
1236
1236
  { "p-invalid": o.invalid }
1237
1237
  ]
1238
- }, t.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1238
+ }, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1239
1239
  }
1240
- }, g0 = {
1240
+ }, f0 = {
1241
1241
  __name: "BaseSwitch",
1242
1242
  props: {
1243
1243
  modelValue: {
@@ -1259,21 +1259,21 @@ const Vr = {
1259
1259
  },
1260
1260
  emits: ["update:modelValue"],
1261
1261
  setup(o, { emit: r }) {
1262
- const e = o, a = r, n = O({
1262
+ const e = o, a = r, t = O({
1263
1263
  get: () => e.modelValue,
1264
- set: (t) => {
1265
- e.disabled || e.loading || a("update:modelValue", t);
1264
+ set: (n) => {
1265
+ e.disabled || e.loading || a("update:modelValue", n);
1266
1266
  }
1267
1267
  }), d = O(() => e.disabled || e.loading);
1268
- return (t, m) => (S(), N(W(Sr), {
1269
- modelValue: n.value,
1270
- "onUpdate:modelValue": m[0] || (m[0] = (i) => n.value = i),
1268
+ return (n, m) => (S(), N(W(Dr), {
1269
+ modelValue: t.value,
1270
+ "onUpdate:modelValue": m[0] || (m[0] = (i) => t.value = i),
1271
1271
  "input-id": o.inputId,
1272
1272
  disabled: d.value,
1273
1273
  class: "base-switch"
1274
1274
  }, null, 8, ["modelValue", "input-id", "disabled"]));
1275
1275
  }
1276
- }, m0 = {
1276
+ }, g0 = {
1277
1277
  __name: "BaseTextarea",
1278
1278
  props: {
1279
1279
  modelValue: {
@@ -1303,13 +1303,13 @@ const Vr = {
1303
1303
  },
1304
1304
  emits: ["update:modelValue"],
1305
1305
  setup(o, { emit: r }) {
1306
- const e = o, a = r, n = O({
1306
+ const e = o, a = r, t = O({
1307
1307
  get: () => e.modelValue,
1308
1308
  set: (d) => a("update:modelValue", d)
1309
1309
  });
1310
- return (d, t) => (S(), N(W(Mr), Q({
1311
- modelValue: n.value,
1312
- "onUpdate:modelValue": t[0] || (t[0] = (m) => n.value = m),
1310
+ return (d, n) => (S(), N(W(Sr), Q({
1311
+ modelValue: t.value,
1312
+ "onUpdate:modelValue": n[0] || (n[0] = (m) => t.value = m),
1313
1313
  rows: o.rows,
1314
1314
  "auto-resize": o.autoResize,
1315
1315
  disabled: o.disabled,
@@ -1320,7 +1320,7 @@ const Vr = {
1320
1320
  ]
1321
1321
  }, d.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
1322
1322
  }
1323
- }, p0 = {
1323
+ }, m0 = {
1324
1324
  mounted(o) {
1325
1325
  const r = () => {
1326
1326
  typeof o?.focus == "function" && o.focus();
@@ -1332,7 +1332,7 @@ const Vr = {
1332
1332
  });
1333
1333
  }
1334
1334
  };
1335
- var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, se = { 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" } }, ue = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, fe = { root: le, panel: ce, header: se, content: ue }, ge = { 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}" }, me = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pe = { padding: "{list.padding}", gap: "{list.gap}" }, 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}" }, he = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ve = { 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}" } }, ke = { borderRadius: "{border.radius.sm}" }, ye = { padding: "{list.option.padding}" }, $e = { 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}" } } }, xe = { root: ge, overlay: me, list: pe, option: be, optionGroup: he, dropdown: ve, chip: ke, emptyMessage: ye, colorScheme: $e }, Ce = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, we = { size: "1rem" }, Be = { borderColor: "{content.background}", offset: "-0.75rem" }, Re = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, De = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Se = { root: Ce, icon: we, group: Be, lg: Re, xl: De }, Me = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, ze = { size: "0.5rem" }, Ye = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ve = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Oe = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Le = { 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}" } } }, Te = { root: Me, dot: ze, sm: Ye, lg: Ve, xl: Oe, colorScheme: Le }, We = { 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" } }, Fe = { 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}" } } } } }, Ie = { primitive: We, semantic: Fe }, He = { borderRadius: "{content.border.radius}" }, je = { root: He }, Ae = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ne = { 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}" } }, Pe = { color: "{navigation.item.icon.color}" }, qe = { root: Ae, item: Ne, separator: Pe }, Ee = { 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}" }, Ue = { 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}" } } }, _e = { root: Ee, colorScheme: Ue }, Xe = { 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)" }, Ze = { padding: "1.25rem", gap: "0.5rem" }, Ge = { gap: "0.5rem" }, Je = { fontSize: "1.25rem", fontWeight: "500" }, Qe = { color: "{text.muted.color}" }, Ke = { root: Xe, body: Ze, caption: Ge, title: Je, subtitle: Qe }, oa = { transitionDuration: "{transition.duration}" }, ra = { gap: "0.25rem" }, ea = { padding: "1rem", gap: "0.5rem" }, aa = { 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}" } }, ta = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, na = { root: oa, content: ra, indicatorList: ea, indicator: aa, colorScheme: ta }, ia = { 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}" } }, da = { width: "2.5rem", color: "{form.field.icon.color}" }, la = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ca = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, sa = { 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" } }, ua = { color: "{form.field.icon.color}" }, fa = { root: ia, dropdown: da, overlay: la, list: ca, option: sa, clearIcon: ua }, ga = { 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" } }, ma = { 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" } }, pa = { root: ga, icon: ma }, ba = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ha = { width: "2rem", height: "2rem" }, va = { size: "1rem" }, ka = { 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}" } }, ya = { 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}" } } }, $a = { root: ba, image: ha, icon: va, removeIcon: ka, colorScheme: ya }, xa = { transitionDuration: "{transition.duration}" }, Ca = { 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}" } }, wa = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Ba = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ra = { root: xa, preview: Ca, panel: wa, colorScheme: Ba }, Da = { size: "2rem", color: "{overlay.modal.color}" }, Sa = { gap: "1rem" }, Ma = { icon: Da, content: Sa }, za = { 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" }, Ya = { padding: "{overlay.popover.padding}", gap: "1rem" }, Va = { size: "1.5rem", color: "{overlay.popover.color}" }, Oa = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, La = { root: za, content: Ya, icon: Va, footer: Oa }, Ta = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wa = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Fa = { 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}" } }, Ia = { mobileIndent: "1rem" }, Ha = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ja = { borderColor: "{content.border.color}" }, Aa = { root: Ta, list: Wa, item: Fa, submenu: Ia, submenuIcon: Ha, separator: ja }, Na = `
1335
+ var de = { transitionDuration: "{transition.duration}" }, le = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ce = { 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" } }, se = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, ue = { root: de, panel: le, header: ce, content: se }, fe = { 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}" }, ge = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, me = { padding: "{list.padding}", gap: "{list.gap}" }, pe = { 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}" }, be = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, he = { 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}" } }, ve = { borderRadius: "{border.radius.sm}" }, ke = { padding: "{list.option.padding}" }, ye = { 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}" } } }, $e = { root: fe, overlay: ge, list: me, option: pe, optionGroup: be, dropdown: he, chip: ve, emptyMessage: ke, colorScheme: ye }, xe = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ce = { size: "1rem" }, we = { borderColor: "{content.background}", offset: "-0.75rem" }, Be = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Re = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, De = { root: xe, icon: Ce, group: we, lg: Be, xl: Re }, Se = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Me = { size: "0.5rem" }, ze = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ye = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Ve = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Oe = { 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}" } } }, Le = { root: Se, dot: Me, sm: ze, lg: Ye, xl: Ve, colorScheme: Oe }, Te = { 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}" } } } } }, Fe = { primitive: Te, semantic: We }, Ie = { borderRadius: "{content.border.radius}" }, He = { root: Ie }, je = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ae = { 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}" } }, Ne = { color: "{navigation.item.icon.color}" }, Pe = { root: je, item: Ae, separator: Ne }, qe = { 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}" }, Ee = { 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}" } } }, Ue = { root: qe, colorScheme: Ee }, Xe = { 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)" }, _e = { padding: "1.25rem", gap: "0.5rem" }, Ze = { gap: "0.5rem" }, Ge = { fontSize: "1.25rem", fontWeight: "500" }, Je = { color: "{text.muted.color}" }, Qe = { root: Xe, body: _e, caption: Ze, title: Ge, subtitle: Je }, Ke = { transitionDuration: "{transition.duration}" }, oa = { gap: "0.25rem" }, ra = { padding: "1rem", gap: "0.5rem" }, ea = { 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}" } }, aa = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ta = { root: Ke, content: oa, indicatorList: ra, indicator: ea, colorScheme: aa }, na = { 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}" } }, ia = { width: "2.5rem", color: "{form.field.icon.color}" }, da = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, la = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, ca = { 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" } }, sa = { color: "{form.field.icon.color}" }, ua = { root: na, dropdown: ia, overlay: da, list: la, option: ca, clearIcon: sa }, fa = { 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" } }, ga = { 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" } }, ma = { root: fa, icon: ga }, pa = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, ba = { width: "2rem", height: "2rem" }, ha = { size: "1rem" }, va = { 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}" } }, ka = { 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}" } } }, ya = { root: pa, image: ba, icon: ha, removeIcon: va, colorScheme: ka }, $a = { transitionDuration: "{transition.duration}" }, xa = { 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}" } }, Ca = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, wa = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ba = { root: $a, preview: xa, panel: Ca, colorScheme: wa }, Ra = { size: "2rem", color: "{overlay.modal.color}" }, Da = { gap: "1rem" }, Sa = { icon: Ra, content: Da }, Ma = { 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" }, za = { padding: "{overlay.popover.padding}", gap: "1rem" }, Ya = { size: "1.5rem", color: "{overlay.popover.color}" }, Va = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Oa = { root: Ma, content: za, icon: Ya, footer: Va }, La = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ta = { 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}" } }, Fa = { mobileIndent: "1rem" }, Ia = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ha = { borderColor: "{content.border.color}" }, ja = { root: La, list: Ta, item: Wa, submenu: Fa, submenuIcon: Ia, separator: Ha }, Aa = `
1336
1336
  li.p-autocomplete-option,
1337
1337
  div.p-cascadeselect-option-content,
1338
1338
  li.p-listbox-option,
@@ -1356,24 +1356,24 @@ var le = { transitionDuration: "{transition.duration}" }, ce = { borderWidth: "0
1356
1356
  .p-treetable thead.p-treetable-thead>tr>th {
1357
1357
  transition: none;
1358
1358
  }
1359
- `, Pa = { transitionDuration: "{transition.duration}" }, qa = { 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" } }, Ea = { 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" } }, Ua = { fontWeight: "600" }, _a = { 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}" } }, Xa = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Za = { 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" } }, Ga = { fontWeight: "600" }, Ja = { 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" } }, Qa = { color: "{primary.color}" }, Ka = { width: "0.5rem" }, ot = { width: "1px", color: "{primary.color}" }, rt = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, et = { size: "2rem" }, at = { 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}" } }, tt = { 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}" } }, nt = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, it = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, dt = { 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}" } } }, lt = `
1359
+ `, Na = { transitionDuration: "{transition.duration}" }, Pa = { 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" } }, qa = { 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" } }, Ea = { fontWeight: "600" }, Ua = { 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}" } }, Xa = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, _a = { 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" } }, Za = { fontWeight: "600" }, Ga = { 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" } }, Ja = { color: "{primary.color}" }, Qa = { width: "0.5rem" }, Ka = { width: "1px", color: "{primary.color}" }, ot = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, rt = { size: "2rem" }, et = { 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}" } }, at = { 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}" } }, tt = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, nt = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, it = { 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}" } } }, dt = `
1360
1360
  .p-datatable-mask.p-overlay-mask {
1361
1361
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1362
1362
  }
1363
- `, ct = { root: Pa, header: qa, headerCell: Ea, columnTitle: Ua, row: _a, bodyCell: Xa, footerCell: Za, columnFooter: Ga, footer: Ja, dropPoint: Qa, columnResizer: Ka, resizeIndicator: ot, sortIcon: rt, loadingIcon: et, rowToggleButton: at, filter: tt, paginatorTop: nt, paginatorBottom: it, colorScheme: dt, css: lt }, st = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ut = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ft = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, gt = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, mt = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, pt = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, bt = { root: st, header: ut, content: ft, footer: gt, paginatorTop: mt, paginatorBottom: pt }, ht = { transitionDuration: "{transition.duration}" }, vt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, kt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, yt = { gap: "0.5rem", fontWeight: "500" }, $t = { 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}" } }, xt = { color: "{form.field.icon.color}" }, Ct = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wt = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Bt = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Rt = { margin: "0.5rem 0 0 0" }, Dt = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, St = { 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}" } }, Mt = { margin: "0.5rem 0 0 0" }, zt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Yt = { margin: "0.5rem 0 0 0" }, Vt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ot = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Lt = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Tt = { 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}" } } }, Wt = { root: ht, panel: vt, header: kt, title: yt, dropdown: $t, inputIcon: xt, selectMonth: Ct, selectYear: wt, group: Bt, dayView: Rt, weekDay: Dt, date: St, monthView: Mt, month: zt, yearView: Yt, year: Vt, buttonbar: Ot, timePicker: Lt, colorScheme: Tt }, Ft = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, It = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ht = { fontSize: "1.25rem", fontWeight: "600" }, jt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, At = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Nt = { root: Ft, header: It, title: Ht, content: jt, footer: At }, Pt = { borderColor: "{content.border.color}" }, qt = { background: "{content.background}", color: "{text.color}" }, Et = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ut = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, _t = { root: Pt, content: qt, horizontal: Et, vertical: Ut }, Xt = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Zt = { 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}" } }, Gt = { root: Xt, item: Zt }, Jt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Qt = { padding: "{overlay.modal.padding}" }, Kt = { fontSize: "1.5rem", fontWeight: "600" }, on = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, rn = { padding: "{overlay.modal.padding}" }, en = { root: Jt, header: Qt, title: Kt, content: on, footer: rn }, an = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, tn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, nn = { 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}" }, dn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ln = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, cn = { toolbar: an, toolbarItem: tn, overlay: nn, overlayOption: dn, content: ln }, sn = { 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}" }, un = { 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}" } }, fn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, gn = { padding: "0" }, mn = { root: sn, legend: un, toggleIcon: fn, content: gn }, pn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, bn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, hn = { 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" } }, kn = { gap: "0.5rem" }, yn = { height: "0.25rem" }, $n = { gap: "0.5rem" }, xn = { root: pn, header: bn, content: hn, file: vn, fileList: kn, progressbar: yn, basic: $n }, Cn = { 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" } }, wn = { active: { top: "-1.25rem" } }, Bn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Rn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Dn = { root: Cn, over: wn, in: Bn, on: Rn }, Sn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { 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}" } }, zn = { size: "1.5rem" }, Yn = { background: "{content.background}", padding: "1rem 0.25rem" }, Vn = { 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}" } }, On = { size: "1rem" }, Ln = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Tn = { gap: "0.5rem", padding: "1rem" }, Wn = { 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}" } }, Fn = { background: "rgba(0, 0, 0, 0.5)" }, In = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Hn = { 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}" } }, jn = { size: "1.5rem" }, An = { 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}" } } }, Nn = { root: Sn, navButton: Mn, navIcon: zn, thumbnailsContent: Yn, thumbnailNavButton: Vn, thumbnailNavButtonIcon: On, caption: Ln, indicatorList: Tn, indicatorButton: Wn, insetIndicatorList: Fn, insetIndicatorButton: In, closeButton: Hn, closeButtonIcon: jn, colorScheme: An }, Pn = { color: "{form.field.icon.color}" }, qn = { icon: Pn }, En = { 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" }, Un = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, _n = { root: En, input: Un }, Xn = { transitionDuration: "{transition.duration}" }, Zn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Gn = { 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" }, Jn = { 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}" } }, Qn = { root: Xn, preview: Zn, toolbar: Gn, action: Jn }, Kn = { 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}" } }, oi = { handle: Kn }, ri = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ei = { fontWeight: "500" }, ai = { size: "1rem" }, ti = { 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%)" } } }, ni = { root: ri, text: ei, icon: ai, colorScheme: ti }, ii = { 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}" }, di = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, li = { root: ii, display: di }, ci = { 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}" }, si = { borderRadius: "{border.radius.sm}" }, ui = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, fi = { root: ci, chip: si, colorScheme: ui }, gi = { 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" }, mi = { addon: gi }, pi = { transitionDuration: "{transition.duration}" }, bi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, hi = { 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}" } } }, vi = { root: pi, button: bi, colorScheme: hi }, ki = { gap: "0.5rem" }, yi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $i = { root: ki, input: yi }, xi = { 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}" } }, Ci = { root: xi }, wi = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Bi = { background: "{primary.color}" }, Ri = { background: "{content.border.color}" }, Di = { color: "{text.muted.color}" }, Si = { root: wi, value: Bi, range: Ri, text: Di }, Mi = { 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}" }, zi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yi = { 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}" }, Vi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Oi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Li = { padding: "{list.option.padding}" }, Ti = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Wi = { root: Mi, list: zi, option: Yi, optionGroup: Vi, checkmark: Oi, emptyMessage: Li, colorScheme: Ti }, Fi = { 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}" }, Ii = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Hi = { 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}" } }, ji = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Ai = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ni = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pi = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qi = { borderColor: "{content.border.color}" }, Ei = { 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}" } }, Ui = { root: Fi, baseItem: Ii, item: Hi, overlay: ji, submenu: Ai, submenuLabel: Ni, submenuIcon: Pi, separator: qi, mobileButton: Ei }, _i = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zi = { 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}" } }, Gi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ji = { borderColor: "{content.border.color}" }, Qi = { root: _i, list: Xi, item: Zi, submenuLabel: Gi, separator: Ji }, Ki = { 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}" }, od = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, rd = { 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}" } }, ed = { 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}" } }, ad = { borderColor: "{content.border.color}" }, td = { 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: Ki, baseItem: od, item: rd, submenu: ed, separator: ad, mobileButton: td }, id = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, dd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ld = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, cd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ud = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, fd = { root: { borderWidth: "1px" } }, gd = { content: { padding: "0" } }, md = { 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}" } } } }, pd = { root: id, content: dd, text: ld, icon: cd, closeButton: sd, closeIcon: ud, outlined: fd, simple: gd, colorScheme: md }, bd = { borderRadius: "{content.border.radius}", gap: "1rem" }, hd = { background: "{content.border.color}", size: "0.5rem" }, vd = { gap: "0.5rem" }, kd = { size: "0.5rem" }, yd = { size: "1rem" }, $d = { verticalGap: "0.5rem", horizontalGap: "1rem" }, xd = { root: bd, meters: hd, label: vd, labelMarker: kd, labelIcon: yd, labelList: $d }, Cd = { 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}" } }, wd = { width: "2.5rem", color: "{form.field.icon.color}" }, Bd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Rd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Dd = { 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" }, Sd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, zd = { borderRadius: "{border.radius.sm}" }, Yd = { padding: "{list.option.padding}" }, Vd = { root: Cd, dropdown: wd, overlay: Bd, list: Rd, option: Dd, optionGroup: Sd, chip: zd, clearIcon: Md, emptyMessage: Yd }, Od = { gap: "1.125rem" }, Ld = { gap: "0.5rem" }, Td = { root: Od, controls: Ld }, Wd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Fd = { 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}" }, Id = { 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}" } }, Hd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, jd = { root: Wd, node: Fd, nodeToggleButton: Id, connector: Hd }, Ad = { outline: { width: "2px", color: "{content.background}" } }, Nd = { root: Ad }, Pd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, qd = { 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}" } }, Ed = { color: "{text.muted.color}" }, Ud = { maxWidth: "2.5rem" }, _d = { root: Pd, navButton: qd, currentPageReport: Ed, jumpToPageInput: Ud }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Zd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Gd = { padding: "0.375rem 1.125rem" }, Jd = { fontWeight: "600" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { padding: "0 1.125rem 1.125rem 1.125rem" }, ol = { root: Xd, header: Zd, toggleableHeader: Gd, title: Jd, content: Qd, footer: Kd }, rl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, el = { 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}" } }, al = { 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}" } }, tl = { indent: "1rem" }, nl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, il = { root: rl, panel: el, item: al, submenu: tl, submenuIcon: nl }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ll = { 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}" }, sl = { gap: "0.5rem" }, ul = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, fl = { meter: dl, icon: ll, overlay: cl, content: sl, colorScheme: ul }, gl = { gap: "1.125rem" }, ml = { gap: "0.5rem" }, pl = { root: gl, controls: ml }, bl = { 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" }, hl = { padding: "{overlay.popover.padding}" }, vl = { root: bl, content: hl }, kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, yl = { background: "{primary.color}" }, $l = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, xl = { root: kl, value: yl, label: $l }, Cl = { 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}" } } }, wl = { colorScheme: Cl }, Bl = { 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" } }, Rl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dl = { root: Bl, icon: Rl }, Sl = { 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}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, zl = { root: Sl, icon: Ml }, Yl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Vl = { colorScheme: Yl }, Ol = { transitionDuration: "{transition.duration}" }, Ll = { 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}" } }, Tl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Wl = { root: Ol, bar: Ll, colorScheme: Tl }, Fl = { 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}" } }, Il = { width: "2.5rem", color: "{form.field.icon.color}" }, Hl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, jl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Al = { 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}" }, Nl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, El = { padding: "{list.option.padding}" }, Ul = { root: Fl, dropdown: Il, overlay: Hl, list: jl, option: Al, optionGroup: Nl, clearIcon: Pl, checkmark: ql, emptyMessage: El }, _l = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zl = { root: _l, colorScheme: Xl }, Gl = { borderRadius: "{content.border.radius}" }, Jl = { 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)" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { transitionDuration: "{transition.duration}" }, oc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rc = { background: "{primary.color}" }, ec = { 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}" } }, ac = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, tc = { root: Kl, track: oc, range: rc, handle: ec, colorScheme: ac }, nc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ic = { root: nc }, dc = { 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)" }, lc = { root: dc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sc = { background: "{content.border.color}" }, uc = { 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}" } }, fc = { root: cc, gutter: sc, handle: uc }, gc = { transitionDuration: "{transition.duration}" }, mc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, pc = { padding: "0.5rem", gap: "1rem" }, bc = { 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" }, hc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, vc = { 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)" }, kc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, yc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $c = { root: gc, separator: mc, step: pc, stepHeader: bc, stepTitle: hc, stepNumber: vc, steppanels: kc, steppanel: yc }, xc = { transitionDuration: "{transition.duration}" }, Cc = { background: "{content.border.color}" }, wc = { 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" }, Bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Rc = { 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 = { root: xc, separator: Cc, itemLink: wc, itemLabel: Bc, itemNumber: Rc }, Sc = { transitionDuration: "{transition.duration}" }, Mc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zc = { 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}" } }, Yc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Vc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oc = { root: Sc, tablist: Mc, item: zc, itemIcon: Yc, activeBar: Vc }, Lc = { transitionDuration: "{transition.duration}" }, Tc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Wc = { 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}" } }, Fc = { 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}" } }, Ic = { 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}" } }, Hc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, jc = { 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%)" } } }, Ac = { root: Lc, tablist: Tc, tab: Wc, tabpanel: Fc, navButton: Ic, activeBar: Hc, colorScheme: jc }, Nc = { transitionDuration: "{transition.duration}" }, Pc = { background: "{content.background}", borderColor: "{content.border.color}" }, qc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ec = { background: "{content.background}", color: "{content.color}" }, Uc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, _c = { 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%)" } } }, Xc = { root: Nc, tabList: Pc, tab: qc, tabPanel: Ec, navButton: Uc, colorScheme: _c }, Zc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Gc = { size: "0.75rem" }, Jc = { 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}" } } }, Qc = { root: Zc, icon: Gc, colorScheme: Jc }, Kc = { 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}" }, os = { gap: "0.25rem" }, rs = { margin: "2px 0" }, es = { root: Kc, prompt: os, commandResponse: rs }, as = { 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}" } }, ts = { root: as }, ns = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, is = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ds = { 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}" } }, ls = { mobileIndent: "1rem" }, cs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ss = { borderColor: "{content.border.color}" }, us = { root: ns, list: is, item: ds, submenu: ls, submenuIcon: cs, separator: ss }, fs = { minHeight: "5rem" }, gs = { eventContent: { padding: "1rem 0" } }, ms = { eventContent: { padding: "0 1rem" } }, ps = { 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)" } }, bs = { color: "{content.border.color}", size: "2px" }, hs = { event: fs, horizontal: gs, vertical: ms, eventMarker: ps, eventConnector: bs }, vs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ks = { size: "1.125rem" }, ys = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $s = { gap: "0.5rem" }, xs = { fontWeight: "500", fontSize: "1rem" }, Cs = { fontWeight: "500", fontSize: "0.875rem" }, ws = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Bs = { size: "1rem" }, Rs = { 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" } } } } }, Ds = { root: vs, icon: ks, content: ys, text: $s, summary: xs, detail: Cs, closeButton: ws, closeIcon: Bs, colorScheme: Rs }, Ss = { 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" } }, Ms = { disabledColor: "{form.field.disabled.color}" }, zs = { 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" } }, Ys = { 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}" } } }, Vs = { root: Ss, icon: Ms, content: zs, colorScheme: Ys }, Os = { 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" }, Ls = { borderRadius: "50%", size: "1rem" }, Ts = { 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}" } } }, Ws = { root: Os, handle: Ls, colorScheme: Ts }, Fs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Is = { root: Fs }, Hs = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, js = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, As = { root: Hs, colorScheme: js }, Ns = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ps = { 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" }, qs = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Es = { 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}" } }, Us = { size: "2rem" }, _s = { margin: "0 0 0.5rem 0" }, Xs = `
1363
+ `, lt = { root: Na, header: Pa, headerCell: qa, columnTitle: Ea, row: Ua, bodyCell: Xa, footerCell: _a, columnFooter: Za, footer: Ga, dropPoint: Ja, columnResizer: Qa, resizeIndicator: Ka, sortIcon: ot, loadingIcon: rt, rowToggleButton: et, filter: at, paginatorTop: tt, paginatorBottom: nt, colorScheme: it, css: dt }, ct = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, st = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ut = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ft = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, gt = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, mt = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, pt = { root: ct, header: st, content: ut, footer: ft, paginatorTop: gt, paginatorBottom: mt }, bt = { transitionDuration: "{transition.duration}" }, ht = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, vt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, kt = { gap: "0.5rem", fontWeight: "500" }, yt = { 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}" } }, $t = { color: "{form.field.icon.color}" }, xt = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Ct = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, wt = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Bt = { margin: "0.5rem 0 0 0" }, Rt = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Dt = { 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}" } }, St = { margin: "0.5rem 0 0 0" }, Mt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, zt = { margin: "0.5rem 0 0 0" }, Yt = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Vt = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ot = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Lt = { 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}" } } }, Tt = { root: bt, panel: ht, header: vt, title: kt, dropdown: yt, inputIcon: $t, selectMonth: xt, selectYear: Ct, group: wt, dayView: Bt, weekDay: Rt, date: Dt, monthView: St, month: Mt, yearView: zt, year: Yt, buttonbar: Vt, timePicker: Ot, colorScheme: Lt }, Wt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Ft = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, It = { fontSize: "1.25rem", fontWeight: "600" }, Ht = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, jt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, At = { root: Wt, header: Ft, title: It, content: Ht, footer: jt }, Nt = { borderColor: "{content.border.color}" }, Pt = { background: "{content.background}", color: "{text.color}" }, qt = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Et = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ut = { root: Nt, content: Pt, horizontal: qt, vertical: Et }, Xt = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, _t = { 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}" } }, Zt = { root: Xt, item: _t }, Gt = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Jt = { padding: "{overlay.modal.padding}" }, Qt = { fontSize: "1.5rem", fontWeight: "600" }, Kt = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, on = { padding: "{overlay.modal.padding}" }, rn = { root: Gt, header: Jt, title: Qt, content: Kt, footer: on }, en = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, an = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, tn = { 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}" }, nn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, dn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, ln = { toolbar: en, toolbarItem: an, overlay: tn, overlayOption: nn, content: dn }, cn = { 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}" }, sn = { 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}" } }, un = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, fn = { padding: "0" }, gn = { root: cn, legend: sn, toggleIcon: un, content: fn }, mn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, pn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, bn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, hn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, vn = { gap: "0.5rem" }, kn = { height: "0.25rem" }, yn = { gap: "0.5rem" }, $n = { root: mn, header: pn, content: bn, file: hn, fileList: vn, progressbar: kn, basic: yn }, xn = { 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" } }, Cn = { active: { top: "-1.25rem" } }, wn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Bn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Rn = { root: xn, over: Cn, in: wn, on: Bn }, Dn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Sn = { 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}" } }, Mn = { size: "1.5rem" }, zn = { 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}" } }, Vn = { size: "1rem" }, On = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Ln = { gap: "0.5rem", padding: "1rem" }, Tn = { 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)" }, Fn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, In = { 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}" } }, Hn = { size: "1.5rem" }, jn = { 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}" } } }, An = { root: Dn, navButton: Sn, navIcon: Mn, thumbnailsContent: zn, thumbnailNavButton: Yn, thumbnailNavButtonIcon: Vn, caption: On, indicatorList: Ln, indicatorButton: Tn, insetIndicatorList: Wn, insetIndicatorButton: Fn, closeButton: In, closeButtonIcon: Hn, colorScheme: jn }, Nn = { color: "{form.field.icon.color}" }, Pn = { icon: Nn }, qn = { 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" }, En = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Un = { root: qn, input: En }, Xn = { transitionDuration: "{transition.duration}" }, _n = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Zn = { 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" }, Gn = { 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}" } }, Jn = { root: Xn, preview: _n, toolbar: Zn, action: Gn }, Qn = { 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}" } }, Kn = { handle: Qn }, oi = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ri = { fontWeight: "500" }, ei = { size: "1rem" }, ai = { 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%)" } } }, ti = { root: oi, text: ri, icon: ei, colorScheme: ai }, ni = { 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}" }, ii = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, di = { root: ni, display: ii }, li = { 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}" }, ci = { borderRadius: "{border.radius.sm}" }, si = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, ui = { root: li, chip: ci, colorScheme: si }, fi = { 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" }, gi = { addon: fi }, mi = { transitionDuration: "{transition.duration}" }, pi = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, bi = { 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}" } } }, hi = { root: mi, button: pi, colorScheme: bi }, vi = { gap: "0.5rem" }, ki = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, yi = { root: vi, input: ki }, $i = { 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}" } }, xi = { root: $i }, Ci = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, wi = { background: "{primary.color}" }, Bi = { background: "{content.border.color}" }, Ri = { color: "{text.muted.color}" }, Di = { root: Ci, value: wi, range: Bi, text: Ri }, Si = { 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}" }, Mi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, zi = { 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}" }, Yi = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Vi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Oi = { padding: "{list.option.padding}" }, Li = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Ti = { root: Si, list: Mi, option: zi, optionGroup: Yi, checkmark: Vi, emptyMessage: Oi, colorScheme: Li }, Wi = { 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}" }, Fi = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ii = { 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}" } }, Hi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, ji = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ai = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ni = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Pi = { borderColor: "{content.border.color}" }, qi = { 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}" } }, Ei = { root: Wi, baseItem: Fi, item: Ii, overlay: Hi, submenu: ji, submenuLabel: Ai, submenuIcon: Ni, separator: Pi, mobileButton: qi }, Ui = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Xi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _i = { 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}" } }, Zi = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Gi = { borderColor: "{content.border.color}" }, Ji = { root: Ui, list: Xi, item: _i, submenuLabel: Zi, separator: Gi }, Qi = { 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}" }, Ki = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, od = { 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}" } }, rd = { 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}" } }, 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}" } }, td = { root: Qi, baseItem: Ki, item: od, submenu: rd, separator: ed, mobileButton: ad }, nd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, id = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, dd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, ld = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, cd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, sd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, ud = { root: { borderWidth: "1px" } }, fd = { content: { padding: "0" } }, gd = { 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}" } } } }, md = { root: nd, content: id, text: dd, icon: ld, closeButton: cd, closeIcon: sd, outlined: ud, simple: fd, colorScheme: gd }, pd = { borderRadius: "{content.border.radius}", gap: "1rem" }, bd = { background: "{content.border.color}", size: "0.5rem" }, hd = { gap: "0.5rem" }, vd = { size: "0.5rem" }, kd = { size: "1rem" }, yd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, $d = { root: pd, meters: bd, label: hd, labelMarker: vd, labelIcon: kd, labelList: yd }, xd = { 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}" } }, Cd = { width: "2.5rem", color: "{form.field.icon.color}" }, wd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Bd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Rd = { 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" }, Dd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Sd = { color: "{form.field.icon.color}" }, Md = { borderRadius: "{border.radius.sm}" }, zd = { padding: "{list.option.padding}" }, Yd = { root: xd, dropdown: Cd, overlay: wd, list: Bd, option: Rd, optionGroup: Dd, chip: Md, clearIcon: Sd, emptyMessage: zd }, Vd = { gap: "1.125rem" }, Od = { gap: "0.5rem" }, Ld = { root: Vd, controls: Od }, Td = { 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}" }, Fd = { 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}" } }, Id = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Hd = { root: Td, node: Wd, nodeToggleButton: Fd, connector: Id }, jd = { outline: { width: "2px", color: "{content.background}" } }, Ad = { root: jd }, Nd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Pd = { 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}" } }, qd = { color: "{text.muted.color}" }, Ed = { maxWidth: "2.5rem" }, Ud = { root: Nd, navButton: Pd, currentPageReport: qd, jumpToPageInput: Ed }, Xd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, _d = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Zd = { padding: "0.375rem 1.125rem" }, Gd = { fontWeight: "600" }, Jd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Qd = { padding: "0 1.125rem 1.125rem 1.125rem" }, Kd = { root: Xd, header: _d, toggleableHeader: Zd, title: Gd, content: Jd, footer: Qd }, ol = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, rl = { 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}" } }, el = { 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}" } }, al = { indent: "1rem" }, tl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, nl = { root: ol, panel: rl, item: el, submenu: al, submenuIcon: tl }, il = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, dl = { color: "{form.field.icon.color}" }, ll = { 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}" }, cl = { gap: "0.5rem" }, sl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, ul = { meter: il, icon: dl, overlay: ll, content: cl, colorScheme: sl }, fl = { gap: "1.125rem" }, gl = { gap: "0.5rem" }, ml = { root: fl, controls: gl }, pl = { 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" }, bl = { padding: "{overlay.popover.padding}" }, hl = { root: pl, content: bl }, vl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, kl = { background: "{primary.color}" }, yl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, $l = { root: vl, value: kl, label: yl }, xl = { 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}" } } }, Cl = { colorScheme: xl }, wl = { 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" } }, Bl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Rl = { root: wl, icon: Bl }, Dl = { 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}" } }, Sl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ml = { root: Dl, icon: Sl }, zl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Yl = { colorScheme: zl }, Vl = { transitionDuration: "{transition.duration}" }, Ol = { 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}" } }, Ll = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Tl = { root: Vl, bar: Ol, colorScheme: Ll }, Wl = { 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}" } }, Fl = { width: "2.5rem", color: "{form.field.icon.color}" }, Il = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Hl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, jl = { 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}" }, Al = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Nl = { color: "{form.field.icon.color}" }, Pl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, ql = { padding: "{list.option.padding}" }, El = { root: Wl, dropdown: Fl, overlay: Il, list: Hl, option: jl, optionGroup: Al, clearIcon: Nl, checkmark: Pl, emptyMessage: ql }, Ul = { borderRadius: "{form.field.border.radius}" }, Xl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, _l = { root: Ul, colorScheme: Xl }, Zl = { borderRadius: "{content.border.radius}" }, Gl = { 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)" } } }, Jl = { root: Zl, colorScheme: Gl }, Ql = { transitionDuration: "{transition.duration}" }, Kl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, oc = { background: "{primary.color}" }, rc = { 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}" } }, ec = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ac = { root: Ql, track: Kl, range: oc, handle: rc, colorScheme: ec }, tc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, nc = { root: tc }, ic = { 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)" }, dc = { root: ic }, lc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, cc = { background: "{content.border.color}" }, sc = { 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}" } }, uc = { root: lc, gutter: cc, handle: sc }, fc = { transitionDuration: "{transition.duration}" }, gc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, mc = { padding: "0.5rem", gap: "1rem" }, pc = { 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" }, bc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, hc = { 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)" }, vc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, kc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, yc = { root: fc, separator: gc, step: mc, stepHeader: pc, stepTitle: bc, stepNumber: hc, steppanels: vc, steppanel: kc }, $c = { transitionDuration: "{transition.duration}" }, xc = { background: "{content.border.color}" }, Cc = { 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" }, wc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Bc = { 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)" }, Rc = { root: $c, separator: xc, itemLink: Cc, itemLabel: wc, itemNumber: Bc }, Dc = { transitionDuration: "{transition.duration}" }, Sc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Mc = { 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}" } }, zc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Yc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Vc = { root: Dc, tablist: Sc, item: Mc, itemIcon: zc, activeBar: Yc }, Oc = { transitionDuration: "{transition.duration}" }, Lc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Tc = { 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}" } }, Fc = { 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}" } }, Ic = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hc = { 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%)" } } }, jc = { root: Oc, tablist: Lc, tab: Tc, tabpanel: Wc, navButton: Fc, activeBar: Ic, colorScheme: Hc }, Ac = { transitionDuration: "{transition.duration}" }, Nc = { background: "{content.background}", borderColor: "{content.border.color}" }, Pc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, qc = { background: "{content.background}", color: "{content.color}" }, Ec = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Uc = { 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%)" } } }, Xc = { root: Ac, tabList: Nc, tab: Pc, tabPanel: qc, navButton: Ec, colorScheme: Uc }, _c = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Zc = { size: "0.75rem" }, Gc = { 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}" } } }, Jc = { root: _c, icon: Zc, colorScheme: Gc }, Qc = { 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}" }, Kc = { gap: "0.25rem" }, os = { margin: "2px 0" }, rs = { root: Qc, prompt: Kc, commandResponse: os }, es = { 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 = { root: es }, ts = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, ns = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, is = { 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}" } }, ds = { mobileIndent: "1rem" }, ls = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, cs = { borderColor: "{content.border.color}" }, ss = { root: ts, list: ns, item: is, submenu: ds, submenuIcon: ls, separator: cs }, us = { minHeight: "5rem" }, fs = { eventContent: { padding: "1rem 0" } }, gs = { eventContent: { padding: "0 1rem" } }, ms = { 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)" } }, ps = { color: "{content.border.color}", size: "2px" }, bs = { event: us, horizontal: fs, vertical: gs, eventMarker: ms, eventConnector: ps }, hs = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, vs = { size: "1.125rem" }, ks = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, ys = { gap: "0.5rem" }, $s = { fontWeight: "500", fontSize: "1rem" }, xs = { fontWeight: "500", fontSize: "0.875rem" }, Cs = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, ws = { size: "1rem" }, Bs = { 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" } } } } }, Rs = { root: hs, icon: vs, content: ks, text: ys, summary: $s, detail: xs, closeButton: Cs, closeIcon: ws, colorScheme: Bs }, Ds = { 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" } }, Ss = { disabledColor: "{form.field.disabled.color}" }, Ms = { 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" } }, zs = { 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: Ds, icon: Ss, content: Ms, colorScheme: zs }, Vs = { 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" }, Os = { borderRadius: "50%", size: "1rem" }, Ls = { 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}" } } }, Ts = { root: Vs, handle: Os, colorScheme: Ls }, Ws = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Fs = { root: Ws }, Is = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Hs = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, js = { root: Is, colorScheme: Hs }, As = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Ns = { 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" }, Ps = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, qs = { 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}" } }, Es = { size: "2rem" }, Us = { margin: "0 0 0.5rem 0" }, Xs = `
1364
1364
  .p-tree-mask.p-overlay-mask {
1365
1365
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1366
1366
  }
1367
- `, Zs = { root: Ns, node: Ps, nodeIcon: qs, nodeToggleButton: Es, loadingIcon: Us, filter: _s, css: Xs }, Gs = { 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}" } }, Js = { width: "2.5rem", color: "{form.field.icon.color}" }, Qs = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Ks = { padding: "{list.padding}" }, ou = { padding: "{list.option.padding}" }, ru = { borderRadius: "{border.radius.sm}" }, eu = { color: "{form.field.icon.color}" }, au = { root: Gs, dropdown: Js, overlay: Qs, tree: Ks, emptyMessage: ou, chip: ru, clearIcon: eu }, tu = { transitionDuration: "{transition.duration}" }, nu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, iu = { 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}" } }, du = { fontWeight: "600" }, lu = { 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}" } }, cu = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, su = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, uu = { fontWeight: "600" }, fu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, gu = { width: "0.5rem" }, mu = { width: "1px", color: "{primary.color}" }, pu = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, bu = { size: "2rem" }, hu = { 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}" } }, vu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ku = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, yu = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, $u = `
1367
+ `, _s = { root: As, node: Ns, nodeIcon: Ps, nodeToggleButton: qs, loadingIcon: Es, filter: Us, css: Xs }, Zs = { 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}" } }, Gs = { width: "2.5rem", color: "{form.field.icon.color}" }, Js = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Qs = { padding: "{list.padding}" }, Ks = { padding: "{list.option.padding}" }, ou = { borderRadius: "{border.radius.sm}" }, ru = { color: "{form.field.icon.color}" }, eu = { root: Zs, dropdown: Gs, overlay: Js, tree: Qs, emptyMessage: Ks, chip: ou, clearIcon: ru }, au = { transitionDuration: "{transition.duration}" }, tu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, nu = { 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}" } }, iu = { fontWeight: "600" }, du = { 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}" } }, lu = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, cu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, su = { fontWeight: "600" }, uu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, fu = { width: "0.5rem" }, gu = { width: "1px", color: "{primary.color}" }, mu = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, pu = { size: "2rem" }, bu = { 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}" } }, hu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, vu = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ku = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, yu = `
1368
1368
  .p-treetable-mask.p-overlay-mask {
1369
1369
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1370
1370
  }
1371
- `, xu = { root: tu, header: nu, headerCell: iu, columnTitle: du, row: lu, bodyCell: cu, footerCell: su, columnFooter: uu, footer: fu, columnResizer: gu, resizeIndicator: mu, sortIcon: pu, loadingIcon: bu, nodeToggleButton: hu, paginatorTop: vu, paginatorBottom: ku, colorScheme: yu, css: $u }, Cu = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, wu = { loader: Cu }, Bu = Object.defineProperty, Ru = Object.defineProperties, Du = Object.getOwnPropertyDescriptors, Po = Object.getOwnPropertySymbols, Su = Object.prototype.hasOwnProperty, Mu = Object.prototype.propertyIsEnumerable, qo = (o, r, e) => r in o ? Bu(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Eo, zu = (Eo = ((o, r) => {
1372
- for (var e in r || (r = {})) Su.call(r, e) && qo(o, e, r[e]);
1373
- if (Po) for (var e of Po(r)) Mu.call(r, e) && qo(o, e, r[e]);
1371
+ `, $u = { root: au, header: tu, headerCell: nu, columnTitle: iu, row: du, bodyCell: lu, footerCell: cu, columnFooter: su, footer: uu, columnResizer: fu, resizeIndicator: gu, sortIcon: mu, loadingIcon: pu, nodeToggleButton: bu, paginatorTop: hu, paginatorBottom: vu, colorScheme: ku, css: yu }, xu = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, Cu = { loader: xu }, wu = Object.defineProperty, Bu = Object.defineProperties, Ru = Object.getOwnPropertyDescriptors, Po = Object.getOwnPropertySymbols, Du = Object.prototype.hasOwnProperty, Su = Object.prototype.propertyIsEnumerable, qo = (o, r, e) => r in o ? wu(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Eo, Mu = (Eo = ((o, r) => {
1372
+ for (var e in r || (r = {})) Du.call(r, e) && qo(o, e, r[e]);
1373
+ if (Po) for (var e of Po(r)) Su.call(r, e) && qo(o, e, r[e]);
1374
1374
  return o;
1375
- })({}, Ie), Ru(Eo, Du({ components: { accordion: fe, autocomplete: xe, avatar: Se, badge: Te, blockui: je, breadcrumb: qe, button: _e, card: Ke, carousel: na, cascadeselect: fa, checkbox: pa, chip: $a, colorpicker: Ra, confirmdialog: Ma, confirmpopup: La, contextmenu: Aa, datatable: ct, dataview: bt, datepicker: Wt, dialog: Nt, divider: _t, dock: Gt, drawer: en, editor: cn, fieldset: mn, fileupload: xn, floatlabel: Dn, galleria: Nn, iconfield: qn, iftalabel: _n, image: Qn, imagecompare: oi, inlinemessage: ni, inplace: li, inputchips: fi, inputgroup: mi, inputnumber: vi, inputotp: $i, inputtext: Ci, knob: Si, listbox: Wi, megamenu: Ui, menu: Qi, menubar: nd, message: pd, metergroup: xd, multiselect: Vd, orderlist: Td, organizationchart: jd, overlaybadge: Nd, paginator: _d, panel: ol, panelmenu: il, password: fl, picklist: pl, popover: vl, progressbar: xl, progressspinner: wl, radiobutton: Dl, rating: zl, ripple: Vl, scrollpanel: Wl, select: Ul, selectbutton: Zl, skeleton: Ql, slider: tc, speeddial: ic, splitbutton: lc, splitter: fc, stepper: $c, steps: Dc, tabmenu: Oc, tabs: Ac, tabview: Xc, tag: Qc, terminal: es, textarea: ts, tieredmenu: us, timeline: hs, toast: Ds, togglebutton: Vs, toggleswitch: Ws, toolbar: Is, tooltip: As, tree: Zs, treeselect: au, treetable: xu, virtualscroller: wu }, css: Na })));
1376
- const Yu = {
1375
+ })({}, Fe), Bu(Eo, Ru({ components: { accordion: ue, autocomplete: $e, avatar: De, badge: Le, blockui: He, breadcrumb: Pe, button: Ue, card: Qe, carousel: ta, cascadeselect: ua, checkbox: ma, chip: ya, colorpicker: Ba, confirmdialog: Sa, confirmpopup: Oa, contextmenu: ja, datatable: lt, dataview: pt, datepicker: Tt, dialog: At, divider: Ut, dock: Zt, drawer: rn, editor: ln, fieldset: gn, fileupload: $n, floatlabel: Rn, galleria: An, iconfield: Pn, iftalabel: Un, image: Jn, imagecompare: Kn, inlinemessage: ti, inplace: di, inputchips: ui, inputgroup: gi, inputnumber: hi, inputotp: yi, inputtext: xi, knob: Di, listbox: Ti, megamenu: Ei, menu: Ji, menubar: td, message: md, metergroup: $d, multiselect: Yd, orderlist: Ld, organizationchart: Hd, overlaybadge: Ad, paginator: Ud, panel: Kd, panelmenu: nl, password: ul, picklist: ml, popover: hl, progressbar: $l, progressspinner: Cl, radiobutton: Rl, rating: Ml, ripple: Yl, scrollpanel: Tl, select: El, selectbutton: _l, skeleton: Jl, slider: ac, speeddial: nc, splitbutton: dc, splitter: uc, stepper: yc, steps: Rc, tabmenu: Vc, tabs: jc, tabview: Xc, tag: Jc, terminal: rs, textarea: as, tieredmenu: ss, timeline: bs, toast: Rs, togglebutton: Ys, toggleswitch: Ts, toolbar: Fs, tooltip: js, tree: _s, treeselect: eu, treetable: $u, virtualscroller: Cu }, css: Aa })));
1376
+ const zu = {
1377
1377
  startsWith: "Começa com",
1378
1378
  contains: "Contém",
1379
1379
  notContains: "Não contém",
@@ -1438,12 +1438,12 @@ const Yu = {
1438
1438
  firstDayOfWeek: 1,
1439
1439
  dateFormat: "dd/mm/yy"
1440
1440
  };
1441
- function b0(o) {
1442
- o.use(zr, {
1443
- locale: Yu,
1441
+ function p0(o) {
1442
+ o.use(Mr, {
1443
+ locale: zu,
1444
1444
  ripple: !0,
1445
1445
  theme: {
1446
- preset: zu,
1446
+ preset: Mu,
1447
1447
  options: {
1448
1448
  darkModeSelector: "none",
1449
1449
  cssLayer: {
@@ -1454,44 +1454,44 @@ function b0(o) {
1454
1454
  }
1455
1455
  });
1456
1456
  }
1457
- function h0() {
1458
- const o = Yr();
1459
- return { success: (a, n = "Sucesso") => {
1457
+ function b0() {
1458
+ const o = zr();
1459
+ return { success: (a, t = "Sucesso") => {
1460
1460
  o.add({
1461
1461
  severity: "success",
1462
- summary: n,
1462
+ summary: t,
1463
1463
  detail: a || "Registro salvo",
1464
1464
  life: 4e3
1465
1465
  });
1466
- }, error: (a, n = "Erro") => {
1466
+ }, error: (a, t = "Erro") => {
1467
1467
  o.add({
1468
1468
  severity: "error",
1469
- summary: n,
1469
+ summary: t,
1470
1470
  detail: a || "Ocorreu um erro",
1471
1471
  life: 5e3
1472
1472
  });
1473
1473
  } };
1474
1474
  }
1475
- function v0(o, r) {
1475
+ function h0(o, r) {
1476
1476
  function e(a) {
1477
1477
  o.value && (o.value.contains(a.target) || r(a));
1478
1478
  }
1479
- gr(() => {
1479
+ fr(() => {
1480
1480
  document.addEventListener("pointerdown", e);
1481
- }), mr(() => {
1481
+ }), gr(() => {
1482
1482
  document.removeEventListener("pointerdown", e);
1483
1483
  });
1484
1484
  }
1485
1485
  function ho(o) {
1486
1486
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
1487
1487
  }
1488
- var yo = { exports: {} }, Vu = yo.exports, Uo;
1488
+ var yo = { exports: {} }, Yu = yo.exports, Uo;
1489
1489
  function ir() {
1490
1490
  return Uo || (Uo = 1, (function(o, r) {
1491
1491
  (function(e, a) {
1492
1492
  o.exports = a();
1493
- })(Vu, (function() {
1494
- var e = 1e3, a = 6e4, n = 36e5, d = "millisecond", t = "second", m = "minute", i = "hour", p = "day", $ = "week", Y = "month", M = "quarter", L = "year", R = "date", u = "Invalid Date", s = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, C = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(x) {
1493
+ })(Yu, (function() {
1494
+ var e = 1e3, a = 6e4, t = 36e5, d = "millisecond", n = "second", m = "minute", i = "hour", p = "day", $ = "week", Y = "month", M = "quarter", L = "year", R = "date", u = "Invalid Date", s = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, C = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(x) {
1495
1495
  var f = ["th", "st", "nd", "rd"], c = x % 100;
1496
1496
  return "[" + x + (f[(c - 20) % 10] || f[c] || f[0]) + "]";
1497
1497
  } }, w = function(x, f, c) {
@@ -1507,7 +1507,7 @@ function ir() {
1507
1507
  }, a: function(x) {
1508
1508
  return x < 0 ? Math.ceil(x) || 0 : Math.floor(x);
1509
1509
  }, p: function(x) {
1510
- return { M: Y, y: L, w: $, d: p, D: R, h: i, m, s: t, ms: d, Q: M }[x] || String(x || "").toLowerCase().replace(/s$/, "");
1510
+ return { M: Y, y: L, w: $, d: p, D: R, h: i, m, s: n, ms: d, Q: M }[x] || String(x || "").toLowerCase().replace(/s$/, "");
1511
1511
  }, u: function(x) {
1512
1512
  return x === void 0;
1513
1513
  } }, V = "en", F = {};
@@ -1581,15 +1581,15 @@ function ir() {
1581
1581
  return B ? K : K.endOf(p);
1582
1582
  }, H = function(ro, Z) {
1583
1583
  return k.w(g.toDate()[ro].apply(g.toDate("s"), (B ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Z)), g);
1584
- }, A = this.$W, _ = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
1584
+ }, A = this.$W, X = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
1585
1585
  switch (D) {
1586
1586
  case L:
1587
1587
  return B ? z(1, 0) : z(31, 11);
1588
1588
  case Y:
1589
- return B ? z(1, _) : z(0, _ + 1);
1589
+ return B ? z(1, X) : z(0, X + 1);
1590
1590
  case $:
1591
1591
  var to = this.$locale().weekStart || 0, mo = (A < to ? A + 7 : A) - to;
1592
- return z(B ? J - mo : J + (6 - mo), _);
1592
+ return z(B ? J - mo : J + (6 - mo), X);
1593
1593
  case p:
1594
1594
  case R:
1595
1595
  return H(lo + "Hours", 0);
@@ -1597,7 +1597,7 @@ function ir() {
1597
1597
  return H(lo + "Minutes", 1);
1598
1598
  case m:
1599
1599
  return H(lo + "Seconds", 2);
1600
- case t:
1600
+ case n:
1601
1601
  return H(lo + "Milliseconds", 3);
1602
1602
  default:
1603
1603
  return this.clone();
@@ -1605,7 +1605,7 @@ function ir() {
1605
1605
  }, f.endOf = function(c) {
1606
1606
  return this.startOf(c, !1);
1607
1607
  }, f.$set = function(c, v) {
1608
- var g, B = k.p(c), D = "set" + (this.$u ? "UTC" : ""), z = (g = {}, g[p] = D + "Date", g[R] = D + "Date", g[Y] = D + "Month", g[L] = D + "FullYear", g[i] = D + "Hours", g[m] = D + "Minutes", g[t] = D + "Seconds", g[d] = D + "Milliseconds", g)[B], H = B === p ? this.$D + (v - this.$W) : v;
1608
+ var g, B = k.p(c), D = "set" + (this.$u ? "UTC" : ""), z = (g = {}, g[p] = D + "Date", g[R] = D + "Date", g[Y] = D + "Month", g[L] = D + "FullYear", g[i] = D + "Hours", g[m] = D + "Minutes", g[n] = D + "Seconds", g[d] = D + "Milliseconds", g)[B], H = B === p ? this.$D + (v - this.$W) : v;
1609
1609
  if (B === Y || B === L) {
1610
1610
  var A = this.clone().set(R, 1);
1611
1611
  A.$d[z](H), A.init(), this.$d = A.set(R, Math.min(this.$D, A.daysInMonth())).$d;
@@ -1618,22 +1618,22 @@ function ir() {
1618
1618
  }, f.add = function(c, v) {
1619
1619
  var g, B = this;
1620
1620
  c = Number(c);
1621
- var D = k.p(v), z = function(_) {
1621
+ var D = k.p(v), z = function(X) {
1622
1622
  var J = b(B);
1623
- return k.w(J.date(J.date() + Math.round(_ * c)), B);
1623
+ return k.w(J.date(J.date() + Math.round(X * c)), B);
1624
1624
  };
1625
1625
  if (D === Y) return this.set(Y, this.$M + c);
1626
1626
  if (D === L) return this.set(L, this.$y + c);
1627
1627
  if (D === p) return z(1);
1628
1628
  if (D === $) return z(7);
1629
- var H = (g = {}, g[m] = a, g[i] = n, g[t] = e, g)[D] || 1, A = this.$d.getTime() + c * H;
1629
+ var H = (g = {}, g[m] = a, g[i] = t, g[n] = e, g)[D] || 1, A = this.$d.getTime() + c * H;
1630
1630
  return k.w(A, this);
1631
1631
  }, f.subtract = function(c, v) {
1632
1632
  return this.add(-1 * c, v);
1633
1633
  }, f.format = function(c) {
1634
1634
  var v = this, g = this.$locale();
1635
1635
  if (!this.isValid()) return g.invalidDate || u;
1636
- var B = c || "YYYY-MM-DDTHH:mm:ssZ", D = k.z(this), z = this.$H, H = this.$m, A = this.$M, _ = g.weekdays, J = g.months, lo = g.meridiem, to = function(Z, K, no, co) {
1636
+ var B = c || "YYYY-MM-DDTHH:mm:ssZ", D = k.z(this), z = this.$H, H = this.$m, A = this.$M, X = g.weekdays, J = g.months, lo = g.meridiem, to = function(Z, K, no, co) {
1637
1637
  return Z && (Z[K] || Z(v, B)) || no[K].slice(0, co);
1638
1638
  }, mo = function(Z) {
1639
1639
  return k.s(z % 12 || 12, Z, "0");
@@ -1663,11 +1663,11 @@ function ir() {
1663
1663
  case "d":
1664
1664
  return String(v.$W);
1665
1665
  case "dd":
1666
- return to(g.weekdaysMin, v.$W, _, 2);
1666
+ return to(g.weekdaysMin, v.$W, X, 2);
1667
1667
  case "ddd":
1668
- return to(g.weekdaysShort, v.$W, _, 3);
1668
+ return to(g.weekdaysShort, v.$W, X, 3);
1669
1669
  case "dddd":
1670
- return _[v.$W];
1670
+ return X[v.$W];
1671
1671
  case "H":
1672
1672
  return String(z);
1673
1673
  case "HH":
@@ -1699,7 +1699,7 @@ function ir() {
1699
1699
  }, f.utcOffset = function() {
1700
1700
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
1701
1701
  }, f.diff = function(c, v, g) {
1702
- var B, D = this, z = k.p(v), H = b(c), A = (H.utcOffset() - this.utcOffset()) * a, _ = this - H, J = function() {
1702
+ var B, D = this, z = k.p(v), H = b(c), A = (H.utcOffset() - this.utcOffset()) * a, X = this - H, J = function() {
1703
1703
  return k.m(D, H);
1704
1704
  };
1705
1705
  switch (z) {
@@ -1713,22 +1713,22 @@ function ir() {
1713
1713
  B = J() / 3;
1714
1714
  break;
1715
1715
  case $:
1716
- B = (_ - A) / 6048e5;
1716
+ B = (X - A) / 6048e5;
1717
1717
  break;
1718
1718
  case p:
1719
- B = (_ - A) / 864e5;
1719
+ B = (X - A) / 864e5;
1720
1720
  break;
1721
1721
  case i:
1722
- B = _ / n;
1722
+ B = X / t;
1723
1723
  break;
1724
1724
  case m:
1725
- B = _ / a;
1725
+ B = X / a;
1726
1726
  break;
1727
- case t:
1728
- B = _ / e;
1727
+ case n:
1728
+ B = X / e;
1729
1729
  break;
1730
1730
  default:
1731
- B = _;
1731
+ B = X;
1732
1732
  }
1733
1733
  return g ? B : k.a(B);
1734
1734
  }, f.daysInMonth = function() {
@@ -1751,7 +1751,7 @@ function ir() {
1751
1751
  return this.$d.toUTCString();
1752
1752
  }, x;
1753
1753
  })(), q = j.prototype;
1754
- return b.prototype = q, [["$ms", d], ["$s", t], ["$m", m], ["$H", i], ["$W", p], ["$M", Y], ["$y", L], ["$D", R]].forEach((function(x) {
1754
+ return b.prototype = q, [["$ms", d], ["$s", n], ["$m", m], ["$H", i], ["$W", p], ["$M", Y], ["$y", L], ["$D", R]].forEach((function(x) {
1755
1755
  q[x[1]] = function(f) {
1756
1756
  return this.$g(f, x[0], x[1]);
1757
1757
  };
@@ -1763,32 +1763,32 @@ function ir() {
1763
1763
  }));
1764
1764
  })(yo)), yo.exports;
1765
1765
  }
1766
- var Ou = ir();
1767
- const eo = /* @__PURE__ */ ho(Ou);
1768
- var $o = { exports: {} }, Lu = $o.exports, _o;
1769
- function Tu() {
1770
- return _o || (_o = 1, (function(o, r) {
1766
+ var Vu = ir();
1767
+ const eo = /* @__PURE__ */ ho(Vu);
1768
+ var $o = { exports: {} }, Ou = $o.exports, Xo;
1769
+ function Lu() {
1770
+ return Xo || (Xo = 1, (function(o, r) {
1771
1771
  (function(e, a) {
1772
1772
  o.exports = a(ir());
1773
- })(Lu, (function(e) {
1774
- function a(t) {
1775
- return t && typeof t == "object" && "default" in t ? t : { default: t };
1773
+ })(Ou, (function(e) {
1774
+ function a(n) {
1775
+ return n && typeof n == "object" && "default" in n ? n : { default: n };
1776
1776
  }
1777
- var n = a(e), d = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(t) {
1778
- return t + "º";
1777
+ var t = a(e), d = { name: "pt-br", weekdays: "domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"), weekdaysShort: "dom_seg_ter_qua_qui_sex_sáb".split("_"), weekdaysMin: "Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"), months: "janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"), monthsShort: "jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"), ordinal: function(n) {
1778
+ return n + "º";
1779
1779
  }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D [de] MMMM [de] YYYY", LLL: "D [de] MMMM [de] YYYY [às] HH:mm", LLLL: "dddd, D [de] MMMM [de] YYYY [às] HH:mm" }, relativeTime: { future: "em %s", past: "há %s", s: "poucos segundos", m: "um minuto", mm: "%d minutos", h: "uma hora", hh: "%d horas", d: "um dia", dd: "%d dias", M: "um mês", MM: "%d meses", y: "um ano", yy: "%d anos" } };
1780
- return n.default.locale(d, null, !0), d;
1780
+ return t.default.locale(d, null, !0), d;
1781
1781
  }));
1782
1782
  })($o)), $o.exports;
1783
1783
  }
1784
- Tu();
1785
- var xo = { exports: {} }, Wu = xo.exports, Xo;
1786
- function Fu() {
1787
- return Xo || (Xo = 1, (function(o, r) {
1784
+ Lu();
1785
+ var xo = { exports: {} }, Tu = xo.exports, _o;
1786
+ function Wu() {
1787
+ return _o || (_o = 1, (function(o, r) {
1788
1788
  (function(e, a) {
1789
1789
  o.exports = a();
1790
- })(Wu, (function() {
1791
- var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, a = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, n = /\d/, d = /\d\d/, t = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, i = {}, p = function(s) {
1790
+ })(Tu, (function() {
1791
+ var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, a = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, t = /\d/, d = /\d\d/, n = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, i = {}, p = function(s) {
1792
1792
  return (s = +s) + (s > 68 ? 1900 : 2e3);
1793
1793
  }, $ = function(s) {
1794
1794
  return function(y) {
@@ -1816,18 +1816,18 @@ function Fu() {
1816
1816
  this.afternoon = L(s, !1);
1817
1817
  }], a: [m, function(s) {
1818
1818
  this.afternoon = L(s, !0);
1819
- }], Q: [n, function(s) {
1819
+ }], Q: [t, function(s) {
1820
1820
  this.month = 3 * (s - 1) + 1;
1821
- }], S: [n, function(s) {
1821
+ }], S: [t, function(s) {
1822
1822
  this.milliseconds = 100 * +s;
1823
1823
  }], SS: [d, function(s) {
1824
1824
  this.milliseconds = 10 * +s;
1825
1825
  }], SSS: [/\d{3}/, function(s) {
1826
1826
  this.milliseconds = +s;
1827
- }], s: [t, $("seconds")], ss: [t, $("seconds")], m: [t, $("minutes")], mm: [t, $("minutes")], H: [t, $("hours")], h: [t, $("hours")], HH: [t, $("hours")], hh: [t, $("hours")], D: [t, $("day")], DD: [d, $("day")], Do: [m, function(s) {
1827
+ }], s: [n, $("seconds")], ss: [n, $("seconds")], m: [n, $("minutes")], mm: [n, $("minutes")], H: [n, $("hours")], h: [n, $("hours")], HH: [n, $("hours")], hh: [n, $("hours")], D: [n, $("day")], DD: [d, $("day")], Do: [m, function(s) {
1828
1828
  var y = i.ordinal, C = s.match(/\d+/);
1829
1829
  if (this.day = C[0], y) for (var w = 1; w <= 31; w += 1) y(w).replace(/\[|\]/g, "") === s && (this.day = w);
1830
- }], w: [t, $("week")], ww: [d, $("week")], M: [t, $("month")], MM: [d, $("month")], MMM: [m, function(s) {
1830
+ }], w: [n, $("week")], ww: [d, $("week")], M: [n, $("month")], MM: [d, $("month")], MMM: [m, function(s) {
1831
1831
  var y = M("months"), C = (M("monthsShort") || y.map((function(w) {
1832
1832
  return w.slice(0, 3);
1833
1833
  }))).indexOf(s) + 1;
@@ -1882,7 +1882,7 @@ function Fu() {
1882
1882
  k && (q = l[2]), i = this.$locale(), !b && q && (i = C.Ls[q]), this.$d = (function(v, g, B, D) {
1883
1883
  try {
1884
1884
  if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * v);
1885
- var z = u(g)(v), H = z.year, A = z.month, _ = z.day, J = z.hours, lo = z.minutes, to = z.seconds, mo = z.milliseconds, ro = z.zone, Z = z.week, K = /* @__PURE__ */ new Date(), no = _ || (H || A ? 1 : K.getDate()), co = H || K.getFullYear(), vo = 0;
1885
+ var z = u(g)(v), H = z.year, A = z.month, X = z.day, J = z.hours, lo = z.minutes, to = z.seconds, mo = z.milliseconds, ro = z.zone, Z = z.week, K = /* @__PURE__ */ new Date(), no = X || (H || A ? 1 : K.getDate()), co = H || K.getFullYear(), vo = 0;
1886
1886
  H && !A || (vo = A > 0 ? A - 1 : K.getMonth());
1887
1887
  var ko, Vo = J || 0, Oo = lo || 0, Lo = to || 0, To = mo || 0;
1888
1888
  return ro ? new Date(Date.UTC(co, vo, no, Vo, Oo, Lo, To + 60 * ro.offset * 1e3)) : B ? new Date(Date.UTC(co, vo, no, Vo, Oo, Lo, To)) : (ko = new Date(co, vo, no, Vo, Oo, Lo, To), Z && (ko = D(ko).week(Z).toDate()), ko);
@@ -1905,18 +1905,18 @@ function Fu() {
1905
1905
  }));
1906
1906
  })(xo)), xo.exports;
1907
1907
  }
1908
- var Iu = Fu();
1909
- const Hu = /* @__PURE__ */ ho(Iu);
1910
- var Co = { exports: {} }, ju = Co.exports, Zo;
1911
- function Au() {
1908
+ var Fu = Wu();
1909
+ const Iu = /* @__PURE__ */ ho(Fu);
1910
+ var Co = { exports: {} }, Hu = Co.exports, Zo;
1911
+ function ju() {
1912
1912
  return Zo || (Zo = 1, (function(o, r) {
1913
1913
  (function(e, a) {
1914
1914
  o.exports = a();
1915
- })(ju, (function() {
1915
+ })(Hu, (function() {
1916
1916
  var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
1917
- return function(a, n, d) {
1918
- var t = n.prototype, m = t.format;
1919
- d.en.formats = e, t.format = function(i) {
1917
+ return function(a, t, d) {
1918
+ var n = t.prototype, m = n.format;
1919
+ d.en.formats = e, n.format = function(i) {
1920
1920
  i === void 0 && (i = "YYYY-MM-DDTHH:mm:ssZ");
1921
1921
  var p = this.$locale().formats, $ = (function(Y, M) {
1922
1922
  return Y.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(L, R, u) {
@@ -1932,20 +1932,20 @@ function Au() {
1932
1932
  }));
1933
1933
  })(Co)), Co.exports;
1934
1934
  }
1935
- var Nu = Au();
1936
- const Pu = /* @__PURE__ */ ho(Nu);
1937
- var wo = { exports: {} }, qu = wo.exports, Go;
1938
- function Eu() {
1935
+ var Au = ju();
1936
+ const Nu = /* @__PURE__ */ ho(Au);
1937
+ var wo = { exports: {} }, Pu = wo.exports, Go;
1938
+ function qu() {
1939
1939
  return Go || (Go = 1, (function(o, r) {
1940
1940
  (function(e, a) {
1941
1941
  o.exports = a();
1942
- })(qu, (function() {
1943
- var e = "minute", a = /[+-]\d\d(?::?\d\d)?/g, n = /([+-]|\d\d)/g;
1944
- return function(d, t, m) {
1945
- var i = t.prototype;
1942
+ })(Pu, (function() {
1943
+ var e = "minute", a = /[+-]\d\d(?::?\d\d)?/g, t = /([+-]|\d\d)/g;
1944
+ return function(d, n, m) {
1945
+ var i = n.prototype;
1946
1946
  m.utc = function(u) {
1947
1947
  var s = { date: u, utc: !0, args: arguments };
1948
- return new t(s);
1948
+ return new n(s);
1949
1949
  }, i.utc = function(u) {
1950
1950
  var s = m(this.toDate(), { locale: this.$L, utc: !0 });
1951
1951
  return u ? s.add(this.utcOffset(), e) : s;
@@ -1971,7 +1971,7 @@ function Eu() {
1971
1971
  V === void 0 && (V = "");
1972
1972
  var F = V.match(a);
1973
1973
  if (!F) return null;
1974
- var I = ("" + F[0]).match(n) || ["-", 0, 0], l = I[0], h = 60 * +I[1] + +I[2];
1974
+ var I = ("" + F[0]).match(t) || ["-", 0, 0], l = I[0], h = 60 * +I[1] + +I[2];
1975
1975
  return h === 0 ? 0 : l === "+" ? h : -h;
1976
1976
  })(u), u === null)) return this;
1977
1977
  var C = Math.abs(u) <= 16 ? 60 * u : u;
@@ -2009,16 +2009,16 @@ function Eu() {
2009
2009
  }));
2010
2010
  })(wo)), wo.exports;
2011
2011
  }
2012
- var Uu = Eu();
2013
- const _u = /* @__PURE__ */ ho(Uu);
2012
+ var Eu = qu();
2013
+ const Uu = /* @__PURE__ */ ho(Eu);
2014
2014
  var Bo = { exports: {} }, Xu = Bo.exports, Jo;
2015
- function Zu() {
2015
+ function _u() {
2016
2016
  return Jo || (Jo = 1, (function(o, r) {
2017
2017
  (function(e, a) {
2018
2018
  o.exports = a();
2019
2019
  })(Xu, (function() {
2020
2020
  var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, a = {};
2021
- return function(n, d, t) {
2021
+ return function(t, d, n) {
2022
2022
  var m, i = function(M, L, R) {
2023
2023
  R === void 0 && (R = {});
2024
2024
  var u = new Date(M), s = (function(y, C) {
@@ -2033,19 +2033,19 @@ function Zu() {
2033
2033
  T >= 0 && (u[T] = parseInt(w, 10));
2034
2034
  }
2035
2035
  var V = u[3], F = V === 24 ? 0 : V, I = u[0] + "-" + u[1] + "-" + u[2] + " " + F + ":" + u[4] + ":" + u[5] + ":000", l = +M;
2036
- return (t.utc(I).valueOf() - (l -= l % 1e3)) / 6e4;
2036
+ return (n.utc(I).valueOf() - (l -= l % 1e3)) / 6e4;
2037
2037
  }, $ = d.prototype;
2038
2038
  $.tz = function(M, L) {
2039
2039
  M === void 0 && (M = m);
2040
2040
  var R, u = this.utcOffset(), s = this.toDate(), y = s.toLocaleString("en-US", { timeZone: M }), C = Math.round((s - new Date(y)) / 1e3 / 60), w = 15 * -Math.round(s.getTimezoneOffset() / 15) - C;
2041
2041
  if (!Number(w)) R = this.utcOffset(0, L);
2042
- else if (R = t(y, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(w, !0), L) {
2042
+ else if (R = n(y, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(w, !0), L) {
2043
2043
  var T = R.utcOffset();
2044
2044
  R = R.add(u - T, "minute");
2045
2045
  }
2046
2046
  return R.$x.$timezone = M, R;
2047
2047
  }, $.offsetName = function(M) {
2048
- var L = this.$x.$timezone || t.tz.guess(), R = i(this.valueOf(), L, { timeZoneName: M }).find((function(u) {
2048
+ var L = this.$x.$timezone || n.tz.guess(), R = i(this.valueOf(), L, { timeZoneName: M }).find((function(u) {
2049
2049
  return u.type.toLowerCase() === "timezonename";
2050
2050
  }));
2051
2051
  return R && R.value;
@@ -2053,35 +2053,35 @@ function Zu() {
2053
2053
  var Y = $.startOf;
2054
2054
  $.startOf = function(M, L) {
2055
2055
  if (!this.$x || !this.$x.$timezone) return Y.call(this, M, L);
2056
- var R = t(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2056
+ var R = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2057
2057
  return Y.call(R, M, L).tz(this.$x.$timezone, !0);
2058
- }, t.tz = function(M, L, R) {
2059
- var u = R && L, s = R || L || m, y = p(+t(), s);
2060
- if (typeof M != "string") return t(M).tz(s);
2058
+ }, n.tz = function(M, L, R) {
2059
+ var u = R && L, s = R || L || m, y = p(+n(), s);
2060
+ if (typeof M != "string") return n(M).tz(s);
2061
2061
  var C = (function(F, I, l) {
2062
2062
  var h = F - 60 * I * 1e3, b = p(h, l);
2063
2063
  if (I === b) return [h, I];
2064
2064
  var k = p(h -= 60 * (b - I) * 1e3, l);
2065
2065
  return b === k ? [h, b] : [F - 60 * Math.min(b, k) * 1e3, Math.max(b, k)];
2066
- })(t.utc(M, u).valueOf(), y, s), w = C[0], T = C[1], V = t(w).utcOffset(T);
2066
+ })(n.utc(M, u).valueOf(), y, s), w = C[0], T = C[1], V = n(w).utcOffset(T);
2067
2067
  return V.$x.$timezone = s, V;
2068
- }, t.tz.guess = function() {
2068
+ }, n.tz.guess = function() {
2069
2069
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
2070
- }, t.tz.setDefault = function(M) {
2070
+ }, n.tz.setDefault = function(M) {
2071
2071
  m = M;
2072
2072
  };
2073
2073
  };
2074
2074
  }));
2075
2075
  })(Bo)), Bo.exports;
2076
2076
  }
2077
- var Gu = Zu();
2078
- const Ju = /* @__PURE__ */ ho(Gu);
2079
- eo.extend(Hu);
2080
- eo.extend(Pu);
2081
- eo.extend(_u);
2082
- eo.extend(Ju);
2077
+ var Zu = _u();
2078
+ const Gu = /* @__PURE__ */ ho(Zu);
2079
+ eo.extend(Iu);
2080
+ eo.extend(Nu);
2081
+ eo.extend(Uu);
2082
+ eo.extend(Gu);
2083
2083
  eo.locale("pt-br");
2084
- const Qu = [
2084
+ const Ju = [
2085
2085
  "YYYY-MM-DD",
2086
2086
  "YYYY-MM-DDTHH:mm:ss",
2087
2087
  "YYYY-MM-DDTHH:mm:ssZ",
@@ -2095,7 +2095,7 @@ const Qu = [
2095
2095
  return e.isValid() ? e : null;
2096
2096
  }
2097
2097
  if (typeof o == "string") {
2098
- const e = eo(o.trim(), Qu, "pt-br", !0);
2098
+ const e = eo(o.trim(), Ju, "pt-br", !0);
2099
2099
  return e.isValid() ? e : null;
2100
2100
  }
2101
2101
  const r = eo(o);
@@ -2105,34 +2105,34 @@ function Qo(o) {
2105
2105
  const r = ao(o);
2106
2106
  return r ? r.startOf("day").toDate() : null;
2107
2107
  }
2108
- function k0() {
2108
+ function v0() {
2109
2109
  return eo().startOf("day").toDate();
2110
2110
  }
2111
- function y0(o, r = "YYYY-MM-DD") {
2111
+ function k0(o, r = "YYYY-MM-DD") {
2112
2112
  const e = ao(o);
2113
2113
  return e ? e.format(r) : "";
2114
2114
  }
2115
- function $0(o, r = "YYYY-MM-DD HH:mm:ss") {
2115
+ function y0(o, r = "YYYY-MM-DD HH:mm:ss") {
2116
2116
  const e = ao(o);
2117
2117
  return e ? e.format(r) : "";
2118
2118
  }
2119
- function x0(o, r = "DD/MM/YYYY") {
2119
+ function $0(o, r = "DD/MM/YYYY") {
2120
2120
  const e = ao(o);
2121
2121
  return e ? e.format(r) : "";
2122
2122
  }
2123
- function C0(o, r = "DD/MM/YYYY HH:mm") {
2123
+ function x0(o, r = "DD/MM/YYYY HH:mm") {
2124
2124
  const e = ao(o);
2125
2125
  return e ? e.format(r) : "";
2126
2126
  }
2127
- function w0(o, r = "HH:mm") {
2127
+ function C0(o, r = "HH:mm") {
2128
2128
  const e = ao(o);
2129
2129
  return e ? e.format(r) : "";
2130
2130
  }
2131
- function B0(o, r = "ddd") {
2131
+ function w0(o, r = "ddd") {
2132
2132
  const e = ao(o);
2133
2133
  return e ? e.format(r).toUpperCase() : "";
2134
2134
  }
2135
- function R0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
2135
+ function B0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
2136
2136
  const e = ao(o);
2137
2137
  return e ? e.format(r) : "";
2138
2138
  }
@@ -2144,54 +2144,54 @@ function zo(o, r, e = "day") {
2144
2144
  const a = ao(o);
2145
2145
  return !a || typeof r != "number" || Number.isNaN(r) ? null : a.add(r, e).toDate();
2146
2146
  }
2147
- function D0(o, r) {
2147
+ function R0(o, r) {
2148
2148
  return zo(o, r, "day");
2149
2149
  }
2150
- function S0(o, r) {
2150
+ function D0(o, r) {
2151
2151
  return zo(o, r, "month");
2152
2152
  }
2153
- function M0(o, r) {
2153
+ function S0(o, r) {
2154
2154
  return zo(o, r, "year");
2155
2155
  }
2156
- function z0(o, r) {
2156
+ function M0(o, r) {
2157
2157
  return zo(o, r, "minute");
2158
2158
  }
2159
- function Y0(o) {
2159
+ function z0(o) {
2160
2160
  return o == null ? "" : String(o).toLowerCase().trim().split(/\s+/).map((r) => r.charAt(0).toUpperCase() + r.slice(1)).join(" ");
2161
2161
  }
2162
2162
  function uo(o) {
2163
2163
  return o == null ? "" : String(o).replace(/\D/g, "");
2164
2164
  }
2165
- const V0 = (o) => {
2165
+ const Y0 = (o) => {
2166
2166
  if (!o) return "-";
2167
2167
  const r = o.replace(/\D/g, "");
2168
2168
  return r.length === 11 ? r.replace(/(\d{3})(\d{3})(\d{3})(\d{2})/, "$1.$2.$3-$4") : r.length === 14 ? r.replace(/(\d{2})(\d{3})(\d{3})(\d{4})(\d{2})/, "$1.$2.$3/$4-$5") : o;
2169
- }, O0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
2169
+ }, V0 = (o, r = 2) => o == null ? "-" : Number(o).toLocaleString("pt-BR", {
2170
2170
  minimumFractionDigits: r,
2171
2171
  maximumFractionDigits: r
2172
2172
  });
2173
- function Ku(o) {
2173
+ function Qu(o) {
2174
2174
  const r = uo(o);
2175
2175
  return r.length !== 8 ? o : r.replace(/(\d{5})(\d{3})/, "$1-$2");
2176
2176
  }
2177
- function L0(o) {
2177
+ function O0(o) {
2178
2178
  if (o == null) return "";
2179
2179
  const {
2180
2180
  postalCode: r,
2181
2181
  state: e,
2182
2182
  city: a,
2183
- neighborhood: n,
2183
+ neighborhood: t,
2184
2184
  addressLine1: d,
2185
- addressLine2: t
2186
- } = o, m = [d, t].filter(Boolean).join(" "), i = [n, " - ", a, e].filter(Boolean).join(" "), p = r ? Ku(r) : null;
2185
+ addressLine2: n
2186
+ } = o, m = [d, n].filter(Boolean).join(" "), i = [t, " - ", a, e].filter(Boolean).join(" "), p = r ? Qu(r) : null;
2187
2187
  return [m, " - ", i, " - ", p].filter(Boolean).join(" ").replace(/\s-\s$/, "");
2188
2188
  }
2189
- function T0(o) {
2189
+ function L0(o) {
2190
2190
  if (o == null) return "";
2191
2191
  const { name: r, state: e, record: a } = o;
2192
2192
  return [r, e, a].filter(Boolean).join(" ");
2193
2193
  }
2194
- function W0(o) {
2194
+ function T0(o) {
2195
2195
  const r = uo(o);
2196
2196
  if (!r) return "";
2197
2197
  const e = r.startsWith("55") && r.length > 11 ? r.slice(2) : r;
@@ -2207,8 +2207,8 @@ function Ko(o, r) {
2207
2207
  var e = Object.keys(o);
2208
2208
  if (Object.getOwnPropertySymbols) {
2209
2209
  var a = Object.getOwnPropertySymbols(o);
2210
- r && (a = a.filter(function(n) {
2211
- return Object.getOwnPropertyDescriptor(o, n).enumerable;
2210
+ r && (a = a.filter(function(t) {
2211
+ return Object.getOwnPropertyDescriptor(o, t).enumerable;
2212
2212
  })), e.push.apply(e, a);
2213
2213
  }
2214
2214
  return e;
@@ -2217,14 +2217,14 @@ function bo(o) {
2217
2217
  for (var r = 1; r < arguments.length; r++) {
2218
2218
  var e = arguments[r] != null ? arguments[r] : {};
2219
2219
  r % 2 ? Ko(Object(e), !0).forEach(function(a) {
2220
- of(o, a, e[a]);
2220
+ Ku(o, a, e[a]);
2221
2221
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : Ko(Object(e)).forEach(function(a) {
2222
2222
  Object.defineProperty(o, a, Object.getOwnPropertyDescriptor(e, a));
2223
2223
  });
2224
2224
  }
2225
2225
  return o;
2226
2226
  }
2227
- function of(o, r, e) {
2227
+ function Ku(o, r, e) {
2228
2228
  return r in o ? Object.defineProperty(o, r, {
2229
2229
  value: e,
2230
2230
  enumerable: !0,
@@ -2249,19 +2249,19 @@ function dr(o) {
2249
2249
  function lr(o) {
2250
2250
  return o.$validator || o;
2251
2251
  }
2252
- function rf(o, r) {
2252
+ function of(o, r) {
2253
2253
  if (!Io(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
2254
2254
  if (!Io(r) && !Ro(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2255
2255
  const e = Yo(r);
2256
2256
  return e.$params = bo(bo({}, e.$params || {}), o), e;
2257
2257
  }
2258
- function ef(o, r) {
2258
+ function rf(o, r) {
2259
2259
  if (!Ro(o) && typeof W(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
2260
2260
  if (!Io(r) && !Ro(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2261
2261
  const e = Yo(r);
2262
2262
  return e.$message = o, e;
2263
2263
  }
2264
- function af(o) {
2264
+ function ef(o) {
2265
2265
  let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
2266
2266
  const e = Yo(o);
2267
2267
  return bo(bo({}, e), {}, {
@@ -2269,17 +2269,17 @@ function af(o) {
2269
2269
  $watchTargets: r
2270
2270
  });
2271
2271
  }
2272
- function tf(o) {
2272
+ function af(o) {
2273
2273
  return {
2274
2274
  $validator(r) {
2275
- for (var e = arguments.length, a = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
2276
- a[n - 1] = arguments[n];
2277
- return W(r).reduce((d, t, m) => {
2278
- const i = Object.entries(t).reduce((p, $) => {
2275
+ for (var e = arguments.length, a = new Array(e > 1 ? e - 1 : 0), t = 1; t < e; t++)
2276
+ a[t - 1] = arguments[t];
2277
+ return W(r).reduce((d, n, m) => {
2278
+ const i = Object.entries(n).reduce((p, $) => {
2279
2279
  let [Y, M] = $;
2280
2280
  const L = o[Y] || {}, R = Object.entries(L).reduce((u, s) => {
2281
2281
  let [y, C] = s;
2282
- const T = lr(C).call(this, M, t, m, ...a), V = dr(T);
2282
+ const T = lr(C).call(this, M, n, m, ...a), V = dr(T);
2283
2283
  if (u.$data[y] = T, u.$data.$invalid = !V || !!u.$data.$invalid, u.$data.$error = u.$data.$invalid, !V) {
2284
2284
  let F = C.$message || "";
2285
2285
  const I = C.$params || {};
@@ -2334,7 +2334,7 @@ function tf(o) {
2334
2334
  let {
2335
2335
  $response: e
2336
2336
  } = r;
2337
- return e ? e.$errors.map((a) => Object.values(a).map((n) => n.map((d) => d.$message)).reduce((n, d) => n.concat(d), [])) : [];
2337
+ return e ? e.$errors.map((a) => Object.values(a).map((t) => t.map((d) => d.$message)).reduce((t, d) => t.concat(d), [])) : [];
2338
2338
  }
2339
2339
  };
2340
2340
  }
@@ -2355,11 +2355,11 @@ const po = (o) => {
2355
2355
  function fo() {
2356
2356
  for (var o = arguments.length, r = new Array(o), e = 0; e < o; e++)
2357
2357
  r[e] = arguments[e];
2358
- return (a) => (a = W(a), !po(a) || r.every((n) => (n.lastIndex = 0, n.test(a))));
2358
+ return (a) => (a = W(a), !po(a) || r.every((t) => (t.lastIndex = 0, t.test(a))));
2359
2359
  }
2360
2360
  var U = /* @__PURE__ */ Object.freeze({
2361
2361
  __proto__: null,
2362
- forEach: tf,
2362
+ forEach: af,
2363
2363
  len: Ao,
2364
2364
  normalizeValidatorObject: Yo,
2365
2365
  regex: fo,
@@ -2367,27 +2367,27 @@ var U = /* @__PURE__ */ Object.freeze({
2367
2367
  unwrap: W,
2368
2368
  unwrapNormalizedValidator: lr,
2369
2369
  unwrapValidatorResponse: dr,
2370
- withAsync: af,
2371
- withMessage: ef,
2372
- withParams: rf
2370
+ withAsync: ef,
2371
+ withMessage: rf,
2372
+ withParams: of
2373
2373
  });
2374
2374
  fo(/^[a-zA-Z]*$/);
2375
2375
  fo(/^[a-zA-Z0-9]*$/);
2376
2376
  fo(/^\d*(\.\d+)?$/);
2377
- const nf = /^(?:[A-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9]{2,}(?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/i;
2378
- var df = fo(nf), lf = {
2379
- $validator: df,
2377
+ const tf = /^(?:[A-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9]{2,}(?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])$/i;
2378
+ var nf = fo(tf), df = {
2379
+ $validator: nf,
2380
2380
  $message: "Value is not a valid email address",
2381
2381
  $params: {
2382
2382
  type: "email"
2383
2383
  }
2384
2384
  };
2385
- function cf(o) {
2385
+ function lf(o) {
2386
2386
  return (r) => !po(r) || Ao(r) <= W(o);
2387
2387
  }
2388
- function sf(o) {
2388
+ function cf(o) {
2389
2389
  return {
2390
- $validator: cf(o),
2390
+ $validator: lf(o),
2391
2391
  $message: (r) => {
2392
2392
  let {
2393
2393
  $params: e
@@ -2400,12 +2400,12 @@ function sf(o) {
2400
2400
  }
2401
2401
  };
2402
2402
  }
2403
- function uf(o) {
2403
+ function sf(o) {
2404
2404
  return (r) => !po(r) || Ao(r) >= W(o);
2405
2405
  }
2406
- function ff(o) {
2406
+ function uf(o) {
2407
2407
  return {
2408
- $validator: uf(o),
2408
+ $validator: sf(o),
2409
2409
  $message: (r) => {
2410
2410
  let {
2411
2411
  $params: e
@@ -2418,24 +2418,24 @@ function ff(o) {
2418
2418
  }
2419
2419
  };
2420
2420
  }
2421
- function gf(o) {
2421
+ function ff(o) {
2422
2422
  return typeof o == "string" && (o = o.trim()), po(o);
2423
2423
  }
2424
- var mf = {
2425
- $validator: gf,
2424
+ var gf = {
2425
+ $validator: ff,
2426
2426
  $message: "Value is required",
2427
2427
  $params: {
2428
2428
  type: "required"
2429
2429
  }
2430
2430
  };
2431
- const pf = /^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i;
2432
- fo(pf);
2433
- function bf(o) {
2431
+ const mf = /^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?))(?::\d{2,5})?(?:[/?#]\S*)?$/i;
2432
+ fo(mf);
2433
+ function pf(o) {
2434
2434
  return (r) => !po(r) || (!/\s/.test(r) || r instanceof Date) && +r >= +W(o);
2435
2435
  }
2436
- function hf(o) {
2436
+ function bf(o) {
2437
2437
  return {
2438
- $validator: bf(o),
2438
+ $validator: pf(o),
2439
2439
  $message: (r) => {
2440
2440
  let {
2441
2441
  $params: e
@@ -2450,7 +2450,7 @@ function hf(o) {
2450
2450
  }
2451
2451
  fo(/(^[0-9]*$)|(^-[0-9]+$)/);
2452
2452
  fo(/^[-]?\d*(\.\d+)?$/);
2453
- function vf(o) {
2453
+ function hf(o) {
2454
2454
  const r = uo(o);
2455
2455
  if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
2456
2456
  const e = (m, i) => {
@@ -2459,22 +2459,22 @@ function vf(o) {
2459
2459
  p += Number(m[Y]) * i[Y];
2460
2460
  const $ = p % 11;
2461
2461
  return $ < 2 ? 0 : 11 - $;
2462
- }, a = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], n = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], d = e(r.slice(0, 12), a), t = e(r.slice(0, 13), n);
2463
- return d === Number(r[12]) && t === Number(r[13]);
2462
+ }, a = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], t = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], d = e(r.slice(0, 12), a), n = e(r.slice(0, 13), t);
2463
+ return d === Number(r[12]) && n === Number(r[13]);
2464
2464
  }
2465
- function kf(o) {
2465
+ function vf(o) {
2466
2466
  const r = uo(o);
2467
2467
  if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
2468
- const e = (d, t) => {
2468
+ const e = (d, n) => {
2469
2469
  let m = 0;
2470
2470
  for (let p = 0; p < d.length; p += 1)
2471
- m += Number(d[p]) * (t - p);
2471
+ m += Number(d[p]) * (n - p);
2472
2472
  const i = m % 11;
2473
2473
  return i < 2 ? 0 : 11 - i;
2474
- }, a = e(r.slice(0, 9), 10), n = e(r.slice(0, 10), 11);
2475
- return a === Number(r[9]) && n === Number(r[10]);
2474
+ }, a = e(r.slice(0, 9), 10), t = e(r.slice(0, 10), 11);
2475
+ return a === Number(r[9]) && t === Number(r[10]);
2476
2476
  }
2477
- function yf(o, r = /* @__PURE__ */ new Date()) {
2477
+ function kf(o, r = /* @__PURE__ */ new Date()) {
2478
2478
  const e = Mo(o);
2479
2479
  if (!e) return !1;
2480
2480
  const a = Qo(r);
@@ -2484,141 +2484,141 @@ function or(o) {
2484
2484
  const r = Mo(o);
2485
2485
  return !!r && eo(r).isValid();
2486
2486
  }
2487
- function $f(o) {
2487
+ function yf(o) {
2488
2488
  const r = uo(o || "");
2489
2489
  return r ? r.length === 11 : !0;
2490
2490
  }
2491
- function xf(o) {
2491
+ function $f(o) {
2492
2492
  const r = uo(o || "");
2493
2493
  return r ? r.length === 10 : !0;
2494
2494
  }
2495
- function Cf(o) {
2495
+ function xf(o) {
2496
2496
  return o.replace(/\D/g, "").length === 8;
2497
2497
  }
2498
- function wf(o) {
2498
+ function Cf(o) {
2499
2499
  if (o == null) return !1;
2500
2500
  const r = String(o).trim();
2501
2501
  return r ? /^\d+$/.test(r) : !1;
2502
2502
  }
2503
- function Bf(o) {
2503
+ function wf(o) {
2504
2504
  return /^[A-Za-zÀ-ÖØ-öø-ÿ\s'-]+$/u.test(o);
2505
2505
  }
2506
- function Rf(o) {
2506
+ function Bf(o) {
2507
2507
  return o.endsWith(".") || o.length < 2;
2508
2508
  }
2509
- function Df(o) {
2509
+ function Rf(o) {
2510
2510
  const r = (o || "").trim();
2511
- if (!r || !Bf(r)) return !1;
2511
+ if (!r || !wf(r)) return !1;
2512
2512
  const e = r.split(" ").filter(Boolean);
2513
2513
  if (e.length < 2) return !1;
2514
2514
  const a = /^[A-Za-zÀ-ÖØ-öø-ÿ]+(?:[-'][A-Za-zÀ-ÖØ-öø-ÿ]+)*$/u;
2515
- return e.every((n) => {
2516
- const d = n.replace(/^[-']+|[-']+$/g, "");
2517
- return !d || Rf(d) ? !1 : a.test(n);
2515
+ return e.every((t) => {
2516
+ const d = t.replace(/^[-']+|[-']+$/g, "");
2517
+ return !d || Bf(d) ? !1 : a.test(t);
2518
2518
  });
2519
2519
  }
2520
- const go = (o) => (r) => !U.req(r) || o(r), F0 = U.withMessage("Campo obrigatório.", mf), I0 = U.withMessage("E-mail inválido.", (o) => U.req(o) ? lf.$validator(String(o).trim()) : !0), H0 = U.withMessage(
2520
+ const go = (o) => (r) => !U.req(r) || o(r), W0 = U.withMessage("Campo obrigatório.", gf), F0 = U.withMessage("E-mail inválido.", (o) => U.req(o) ? df.$validator(String(o).trim()) : !0), I0 = U.withMessage(
2521
2521
  "Informe nome e sobrenome.",
2522
- go(Df)
2523
- ), j0 = U.withMessage(
2522
+ go(Rf)
2523
+ ), H0 = U.withMessage(
2524
2524
  "Informe apenas números.",
2525
- go(wf)
2526
- ), A0 = U.withMessage(
2527
- "CEP inválido.",
2528
2525
  go(Cf)
2529
- ), N0 = U.withMessage("CNPJ inválido.", go(vf)), P0 = U.withMessage("CPF inválido.", go(kf)), q0 = U.withMessage(
2526
+ ), j0 = U.withMessage(
2527
+ "CEP inválido.",
2528
+ go(xf)
2529
+ ), A0 = U.withMessage("CNPJ inválido.", go(hf)), N0 = U.withMessage("CPF inválido.", go(vf)), P0 = U.withMessage(
2530
2530
  "Nº celular inválido.",
2531
+ go((o) => yf(uo(o)))
2532
+ ), q0 = U.withMessage(
2533
+ "Nº telefone inválido.",
2531
2534
  go((o) => $f(uo(o)))
2532
2535
  ), E0 = U.withMessage(
2533
- "Nº telefone inválido.",
2534
- go((o) => xf(uo(o)))
2535
- ), U0 = U.withMessage(
2536
2536
  "Data inválida.",
2537
2537
  (o) => o == null || o === "" ? !0 : o instanceof Date ? or(o) : or(Mo(o))
2538
- ), _0 = U.withMessage(
2538
+ ), U0 = U.withMessage(
2539
2539
  "Data não pode ser maior que hoje.",
2540
- go((o) => !yf(Mo(o)))
2540
+ go((o) => !kf(Mo(o)))
2541
2541
  );
2542
2542
  function X0(o, r) {
2543
2543
  return U.withMessage(
2544
2544
  r || `Informe no máximo ${o} caracteres.`,
2545
- (e) => U.req(e) ? sf(o).$validator(String(e)) : !0
2545
+ (e) => U.req(e) ? cf(o).$validator(String(e)) : !0
2546
2546
  );
2547
2547
  }
2548
- function Z0(o, r) {
2548
+ function _0(o, r) {
2549
2549
  return U.withMessage(
2550
2550
  r || `Informe no mínimo ${o} caracteres.`,
2551
- (e) => U.req(e) ? ff(o).$validator(String(e)) : !0
2551
+ (e) => U.req(e) ? uf(o).$validator(String(e)) : !0
2552
2552
  );
2553
2553
  }
2554
- function G0(o, r) {
2554
+ function Z0(o, r) {
2555
2555
  return U.withMessage(
2556
2556
  r || `Valor mínimo é ${o}.`,
2557
- (e) => U.req(e) ? hf(o).$validator(Number(e)) : !0
2557
+ (e) => U.req(e) ? bf(o).$validator(Number(e)) : !0
2558
2558
  );
2559
2559
  }
2560
2560
  export {
2561
- Vr as BaseAlert,
2562
- Gf as BaseAutoComplete,
2561
+ Yr as BaseAlert,
2562
+ Zf as BaseAutoComplete,
2563
2563
  Fo as BaseButton,
2564
- Jf as BaseCard,
2565
- Qf as BaseCurrency,
2566
- Kf as BaseDate,
2567
- o0 as BaseDatePicker,
2568
- r0 as BaseDialog,
2569
- e0 as BaseDrawer,
2570
- a0 as BaseEmpty,
2571
- t0 as BaseField,
2572
- Ar as BaseInputMask,
2573
- n0 as BaseInputText,
2574
- i0 as BaseModal,
2575
- d0 as BaseMultiSelect,
2576
- l0 as BasePanel,
2577
- c0 as BaseRadioButton,
2578
- s0 as BaseRouterLink,
2579
- u0 as BaseSectionDivider,
2580
- f0 as BaseSelect,
2581
- g0 as BaseSwitch,
2582
- m0 as BaseTextarea,
2564
+ Gf as BaseCard,
2565
+ Jf as BaseCurrency,
2566
+ Qf as BaseDate,
2567
+ Kf as BaseDatePicker,
2568
+ o0 as BaseDialog,
2569
+ r0 as BaseDrawer,
2570
+ e0 as BaseEmpty,
2571
+ a0 as BaseField,
2572
+ jr as BaseInputMask,
2573
+ t0 as BaseInputText,
2574
+ n0 as BaseModal,
2575
+ i0 as BaseMultiSelect,
2576
+ d0 as BasePanel,
2577
+ l0 as BaseRadioButton,
2578
+ c0 as BaseRouterLink,
2579
+ s0 as BaseSectionDivider,
2580
+ u0 as BaseSelect,
2581
+ f0 as BaseSwitch,
2582
+ g0 as BaseTextarea,
2583
2583
  So as FaIcon,
2584
2584
  zo as add,
2585
- D0 as addDays,
2586
- z0 as addMinutes,
2587
- S0 as addMonths,
2588
- M0 as addYears,
2589
- L0 as formatAddress,
2590
- T0 as formatCouncil,
2591
- x0 as formatDate,
2592
- C0 as formatDateTime,
2593
- $0 as formatDateTimeToApi,
2594
- y0 as formatDateToApi,
2595
- V0 as formatDocument,
2596
- R0 as formatFullDate,
2597
- O0 as formatNumber,
2598
- W0 as formatPhone,
2599
- w0 as formatTime,
2600
- B0 as formatWeekday,
2585
+ R0 as addDays,
2586
+ M0 as addMinutes,
2587
+ D0 as addMonths,
2588
+ S0 as addYears,
2589
+ O0 as formatAddress,
2590
+ L0 as formatCouncil,
2591
+ $0 as formatDate,
2592
+ x0 as formatDateTime,
2593
+ y0 as formatDateTimeToApi,
2594
+ k0 as formatDateToApi,
2595
+ Y0 as formatDocument,
2596
+ B0 as formatFullDate,
2597
+ V0 as formatNumber,
2598
+ T0 as formatPhone,
2599
+ C0 as formatTime,
2600
+ w0 as formatWeekday,
2601
2601
  uo as onlyNumber,
2602
- b0 as setupPrimeVue,
2602
+ p0 as setupPrimeVue,
2603
2603
  Qo as startOfDay,
2604
- Y0 as toCamelCaseWords,
2604
+ z0 as toCamelCaseWords,
2605
2605
  Mo as toDate,
2606
- k0 as today,
2607
- h0 as useAppToast,
2608
- v0 as useClickOutside,
2609
- p0 as vFocus,
2610
- q0 as validCellphone,
2611
- N0 as validCnpj,
2612
- P0 as validCpf,
2613
- U0 as validDate,
2614
- I0 as validEmail,
2615
- H0 as validFullName,
2606
+ v0 as today,
2607
+ b0 as useAppToast,
2608
+ h0 as useClickOutside,
2609
+ m0 as vFocus,
2610
+ P0 as validCellphone,
2611
+ A0 as validCnpj,
2612
+ N0 as validCpf,
2613
+ E0 as validDate,
2614
+ F0 as validEmail,
2615
+ I0 as validFullName,
2616
2616
  X0 as validMaxLength,
2617
- Z0 as validMinLength,
2618
- G0 as validMinValue,
2619
- _0 as validNotFutureDate,
2620
- j0 as validOnlyNumbers,
2621
- E0 as validPhone,
2622
- A0 as validPostalCode,
2623
- F0 as validRequired
2617
+ _0 as validMinLength,
2618
+ Z0 as validMinValue,
2619
+ U0 as validNotFutureDate,
2620
+ H0 as validOnlyNumbers,
2621
+ q0 as validPhone,
2622
+ j0 as validPostalCode,
2623
+ W0 as validRequired
2624
2624
  };