@stencitecnologia/front-kit 0.1.34 → 0.1.35

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,4 +1,4 @@
1
- import { computed as M, openBlock as B, createElementBlock as P, normalizeClass as So, toDisplayString as oo, createCommentVNode as E, createBlock as H, unref as T, mergeProps as Q, normalizeStyle as Mo, renderSlot as G, createElementVNode as io, createVNode as mo, ref as po, onMounted as er, onBeforeUnmount as tr, watch as sr, withCtx as Z, createTextVNode as Po, createSlots as Ho, Fragment as ur, Teleport as fr, withModifiers as gr } from "vue";
1
+ import { computed as M, openBlock as B, createElementBlock as P, normalizeClass as vo, toDisplayString as oo, createCommentVNode as E, createBlock as H, unref as T, mergeProps as Q, renderSlot as G, createElementVNode as io, createVNode as mo, ref as po, onMounted as er, onBeforeUnmount as tr, normalizeStyle as Io, watch as sr, withCtx as Z, createTextVNode as Po, createSlots as Ho, Fragment as ur, Teleport as fr, withModifiers as gr } from "vue";
2
2
  import mr from "primevue/autocomplete";
3
3
  import pr from "primevue/avatar";
4
4
  import { FontAwesomeIcon as br } from "@fortawesome/vue-fontawesome";
@@ -41,7 +41,7 @@ const Vr = {
41
41
  }));
42
42
  return (t, a) => o.message ? (B(), P("div", {
43
43
  key: 0,
44
- class: So(["ui-alert", e.value]),
44
+ class: vo(["ui-alert", e.value]),
45
45
  role: "alert"
46
46
  }, oo(o.message), 3)) : E("", !0);
47
47
  }
@@ -78,9 +78,9 @@ const Vr = {
78
78
  setup(o, { emit: r }) {
79
79
  const e = o, t = r, a = M({
80
80
  get: () => e.modelValue,
81
- set: (d) => t("update:modelValue", d)
82
- }), c = (d) => t("complete", d), n = (d) => t("item-select", d), m = () => t("clear");
83
- return (d, b) => (B(), H(T(mr), Q({
81
+ set: (l) => t("update:modelValue", l)
82
+ }), c = (l) => t("complete", l), i = (l) => t("item-select", l), m = () => t("clear");
83
+ return (l, b) => (B(), H(T(mr), Q({
84
84
  modelValue: a.value,
85
85
  "onUpdate:modelValue": b[0] || (b[0] = ($) => a.value = $),
86
86
  suggestions: o.suggestions,
@@ -90,9 +90,9 @@ const Vr = {
90
90
  "w-full",
91
91
  { "p-invalid": o.invalid }
92
92
  ]
93
- }, d.$attrs, {
93
+ }, l.$attrs, {
94
94
  onComplete: c,
95
- onItemSelect: n,
95
+ onItemSelect: i,
96
96
  onClear: m
97
97
  }), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
98
98
  }
@@ -120,9 +120,10 @@ const t0 = (o) => {
120
120
  type: String,
121
121
  required: !0
122
122
  },
123
- colorId: {
124
- type: Number,
125
- default: 0
123
+ variant: {
124
+ type: String,
125
+ default: "primary",
126
+ validator: (o) => ["primary", "secondary", "tertiary", "success", "warning", "danger", "info"].includes(o)
126
127
  },
127
128
  size: {
128
129
  type: String,
@@ -131,30 +132,18 @@ const t0 = (o) => {
131
132
  }
132
133
  },
133
134
  setup(o) {
134
- const r = [
135
- "#364bf5",
136
- "#22c55e",
137
- "#f59e0b",
138
- "#38bdf8",
139
- "#ef4444",
140
- "#a855f7",
141
- "#f97316"
142
- ], e = o, t = M(() => Or(e.name)), a = M(() => r[e.colorId % r.length]), c = {
143
- sm: { width: "1.75rem", height: "1.75rem", fontSize: "0.625rem" },
144
- md: { width: "2rem", height: "2rem", fontSize: "0.7rem" },
145
- lg: { width: "2.5rem", height: "2.5rem", fontSize: "0.875rem" }
146
- }, n = M(() => ({
147
- backgroundColor: a.value,
148
- color: "#ffffff",
149
- ...c[e.size]
150
- }));
151
- return (m, d) => (B(), H(T(pr), {
152
- label: t.value,
135
+ const r = o, e = M(() => Or(r.name)), t = M(() => [
136
+ "base-avatar",
137
+ `base-avatar--${r.variant}`,
138
+ `base-avatar--${r.size}`
139
+ ]);
140
+ return (a, c) => (B(), H(T(pr), {
141
+ label: e.value,
153
142
  shape: "circle",
154
- style: Mo(n.value)
155
- }, null, 8, ["label", "style"]));
143
+ class: vo(t.value)
144
+ }, null, 8, ["label", "class"]));
156
145
  }
157
- }, zo = {
146
+ }, Mo = {
158
147
  __name: "FaIcon",
159
148
  props: {
160
149
  icon: {
@@ -169,7 +158,7 @@ const t0 = (o) => {
169
158
  key: 0,
170
159
  class: "loading",
171
160
  style: { color: "currentColor" }
172
- }, Wr = { key: 2 }, Io = {
161
+ }, Wr = { key: 2 }, Fo = {
173
162
  __name: "BaseButton",
174
163
  props: {
175
164
  label: {
@@ -226,7 +215,7 @@ const t0 = (o) => {
226
215
  class: e.value,
227
216
  type: o.type
228
217
  }), [
229
- o.loading ? (B(), P("span", Tr)) : o.icon && !o.loading ? (B(), H(zo, {
218
+ o.loading ? (B(), P("span", Tr)) : o.icon && !o.loading ? (B(), H(Mo, {
230
219
  key: 1,
231
220
  icon: o.icon
232
221
  }, null, 8, ["icon"])) : E("", !0),
@@ -237,10 +226,10 @@ const t0 = (o) => {
237
226
  }, Fr = {
238
227
  key: 0,
239
228
  class: "ui-card-header"
240
- }, Ir = {
229
+ }, jr = {
241
230
  key: 0,
242
231
  class: "ui-card-title"
243
- }, jr = {
232
+ }, Ir = {
244
233
  key: 1,
245
234
  class: "ui-card-subtitle"
246
235
  }, Hr = { class: "ui-card-content" }, Ar = {
@@ -281,11 +270,11 @@ const t0 = (o) => {
281
270
  { "ui-card-has-footer": r.hasFooter }
282
271
  ]);
283
272
  return (a, c) => (B(), P("section", {
284
- class: So(t.value)
273
+ class: vo(t.value)
285
274
  }, [
286
275
  e.value ? (B(), P("header", Fr, [
287
- o.title ? (B(), P("div", Ir, oo(o.title), 1)) : E("", !0),
288
- o.subtitle ? (B(), P("div", jr, oo(o.subtitle), 1)) : E("", !0)
276
+ o.title ? (B(), P("div", jr, oo(o.title), 1)) : E("", !0),
277
+ o.subtitle ? (B(), P("div", Ir, oo(o.subtitle), 1)) : E("", !0)
289
278
  ])) : E("", !0),
290
279
  io("div", Hr, [
291
280
  mo(Vr, {
@@ -337,7 +326,7 @@ const t0 = (o) => {
337
326
  k[y] !== null && typeof k[y] == "object" && !Array.isArray(k[y]) && typeof R[y] == "object" ? z[y] = c(R[y] ?? {}, k[y]) : z[y] = k[y];
338
327
  return z;
339
328
  }
340
- const n = M(() => !["pie", "doughnut"].includes(e.type)), m = M(() => e.height ? e.height : n.value ? "300px" : "400px"), d = M(() => {
329
+ const i = M(() => !["pie", "doughnut"].includes(e.type)), m = M(() => e.height ? e.height : i.value ? "300px" : "400px"), l = M(() => {
341
330
  if (!e.data?.datasets) return e.data;
342
331
  const R = e.data.datasets.map((k, z) => {
343
332
  const y = r[z % r.length];
@@ -369,7 +358,7 @@ const t0 = (o) => {
369
358
  }
370
359
  }
371
360
  },
372
- scales: n.value ? {
361
+ scales: i.value ? {
373
362
  x: {
374
363
  ticks: {
375
364
  color: "var(--p-text-muted-color)",
@@ -397,9 +386,9 @@ const t0 = (o) => {
397
386
  ref_key: "chartRef",
398
387
  ref: t,
399
388
  type: o.type,
400
- data: d.value,
389
+ data: l.value,
401
390
  options: $.value,
402
- style: Mo({ height: m.value, width: "100%" })
391
+ style: Io({ height: m.value, width: "100%" })
403
392
  }, null, 8, ["type", "data", "options", "style"])) : E("", !0);
404
393
  }
405
394
  }, Pr = { class: "ui-currency" }, l0 = {
@@ -428,20 +417,20 @@ const t0 = (o) => {
428
417
  },
429
418
  emits: ["update:modelValue"],
430
419
  setup(o, { emit: r }) {
431
- const e = o, t = r, a = (d) => d == null || d === "" ? "" : Number(d).toLocaleString("pt-BR", {
420
+ const e = o, t = r, a = (l) => l == null || l === "" ? "" : Number(l).toLocaleString("pt-BR", {
432
421
  minimumFractionDigits: 2,
433
422
  maximumFractionDigits: 2
434
- }), c = (d) => {
435
- if (!d) return null;
436
- const b = d.replace(/\D/g, "");
423
+ }), c = (l) => {
424
+ if (!l) return null;
425
+ const b = l.replace(/\D/g, "");
437
426
  return b ? Number(b) / 100 : null;
438
- }, n = M(() => a(e.modelValue)), m = (d) => {
439
- const b = c(d.target.value);
440
- t("update:modelValue", b), d.target.value = a(b);
427
+ }, i = M(() => a(e.modelValue)), m = (l) => {
428
+ const b = c(l.target.value);
429
+ t("update:modelValue", b), l.target.value = a(b);
441
430
  };
442
- return (d, b) => (B(), P("div", Pr, [
431
+ return (l, b) => (B(), P("div", Pr, [
443
432
  mo(T(ar), Q({
444
- value: n.value,
433
+ value: i.value,
445
434
  placeholder: o.placeholder,
446
435
  disabled: o.disabled,
447
436
  readonly: o.readonly,
@@ -449,7 +438,7 @@ const t0 = (o) => {
449
438
  "w-full",
450
439
  { "p-invalid": o.invalid }
451
440
  ]
452
- }, d.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
441
+ }, l.$attrs, { onInput: m }), null, 16, ["value", "placeholder", "disabled", "readonly", "class"])
453
442
  ]));
454
443
  }
455
444
  }, qr = {
@@ -490,9 +479,9 @@ const t0 = (o) => {
490
479
  get: () => e.modelValue,
491
480
  set: (c) => t("update:modelValue", c)
492
481
  });
493
- return (c, n) => (B(), H(T($r), Q({
482
+ return (c, i) => (B(), H(T($r), Q({
494
483
  modelValue: a.value,
495
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
484
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
496
485
  mask: o.mask,
497
486
  "slot-char": o.slotChar,
498
487
  "auto-clear": o.autoClear,
@@ -554,39 +543,39 @@ const t0 = (o) => {
554
543
  },
555
544
  emits: ["update:modelValue", "update:textValue", "blur"],
556
545
  setup(o, { expose: r, emit: e }) {
557
- const t = o, a = e, c = po(null), n = po(""), m = po(null), d = po(0), b = M(() => t.selectionMode === "range"), $ = (u) => String(u).padStart(2, "0"), R = (u) => {
546
+ const t = o, a = e, c = po(null), i = po(""), m = po(null), l = po(0), b = M(() => t.selectionMode === "range"), $ = (u) => String(u).padStart(2, "0"), R = (u) => {
558
547
  if (!(u instanceof Date) || Number.isNaN(u.getTime())) return "";
559
- const s = $(u.getDate()), i = $(u.getMonth() + 1), l = String(u.getFullYear());
560
- return `${s}/${i}/${l}`;
548
+ const s = $(u.getDate()), n = $(u.getMonth() + 1), d = String(u.getFullYear());
549
+ return `${s}/${n}/${d}`;
561
550
  }, k = (u) => {
562
551
  if (!u || typeof u != "string") return null;
563
552
  const s = u.match(/^(\d{2})\/(\d{2})\/(\d{4})$/);
564
553
  if (!s) return null;
565
- const i = Number(s[1]), l = Number(s[2]), h = Number(s[3]);
566
- if (l < 1 || l > 12 || i < 1 || i > 31 || h < 1e3 || h > 9999) return null;
567
- const g = new Date(h, l - 1, i);
568
- return g.getFullYear() !== h || g.getMonth() !== l - 1 || g.getDate() !== i ? null : g;
554
+ const n = Number(s[1]), d = Number(s[2]), h = Number(s[3]);
555
+ if (d < 1 || d > 12 || n < 1 || n > 31 || h < 1e3 || h > 9999) return null;
556
+ const g = new Date(h, d - 1, n);
557
+ return g.getFullYear() !== h || g.getMonth() !== d - 1 || g.getDate() !== n ? null : g;
569
558
  }, z = (u) => !(!(u instanceof Date) || Number.isNaN(u.getTime()) || t.minDate && u < t.minDate || t.maxDate && u > t.maxDate), y = (u) => {
570
- const [s, i] = u || [], l = s ? R(s) : "", h = i ? R(i) : "";
571
- return !l && !h ? "" : l && !h ? `${l} - ` : `${l} - ${h}`;
559
+ const [s, n] = u || [], d = s ? R(s) : "", h = n ? R(n) : "";
560
+ return !d && !h ? "" : d && !h ? `${d} - ` : `${d} - ${h}`;
572
561
  }, p = (u) => {
573
562
  if (!u || typeof u != "string") return null;
574
563
  const s = u.match(/^(.+?)\s*-\s*(.+?)$/);
575
564
  if (!s) return null;
576
- const i = k(s[1].trim()), l = k(s[2].trim());
577
- return !i || !l ? null : [i, l];
565
+ const n = k(s[1].trim()), d = k(s[2].trim());
566
+ return !n || !d ? null : [n, d];
578
567
  }, f = (u) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((u || "").replace(/_/g, "").trim()), v = (u) => {
579
- n.value = u, a("update:textValue", u);
568
+ i.value = u, a("update:textValue", u);
580
569
  }, C = (u) => {
581
570
  v(R(u)), m.value = u;
582
571
  }, x = (u) => {
583
572
  v(y(u)), m.value = u;
584
573
  }, L = (u) => {
585
574
  if (!Array.isArray(u)) return;
586
- const [s, i] = u;
587
- !(s instanceof Date) || !(i instanceof Date) || a("update:modelValue", [s, i]);
575
+ const [s, n] = u;
576
+ !(s instanceof Date) || !(n instanceof Date) || a("update:modelValue", [s, n]);
588
577
  }, V = () => {
589
- v(""), m.value = null, d.value += 1, a("update:modelValue", null);
578
+ v(""), m.value = null, l.value += 1, a("update:modelValue", null);
590
579
  }, W = (u) => {
591
580
  if (v(u), !u) {
592
581
  m.value = null, a("update:modelValue", null);
@@ -594,12 +583,12 @@ const t0 = (o) => {
594
583
  }
595
584
  if (b.value) {
596
585
  if (!f(u)) return;
597
- const i = p(u);
598
- if (!i) {
586
+ const n = p(u);
587
+ if (!n) {
599
588
  a("update:modelValue", [null, null]);
600
589
  return;
601
590
  }
602
- m.value = i, L(i);
591
+ m.value = n, L(n);
603
592
  return;
604
593
  }
605
594
  const s = k(u);
@@ -608,37 +597,37 @@ const t0 = (o) => {
608
597
  if (u) {
609
598
  if (b.value) {
610
599
  m.value = u;
611
- const [s, i] = u || [];
612
- s instanceof Date && i instanceof Date && (x(u), L(u), c.value && c.value.hide());
600
+ const [s, n] = u || [];
601
+ s instanceof Date && n instanceof Date && (x(u), L(u), c.value && c.value.hide());
613
602
  return;
614
603
  }
615
604
  C(u), a("update:modelValue", u), c.value && c.value.hide();
616
605
  }
617
606
  }, A = () => {
618
607
  b.value && _.value && V(), a("blur");
619
- }, I = (u) => {
608
+ }, j = (u) => {
620
609
  c.value && c.value.toggle(u);
621
610
  }, O = () => {
622
611
  const u = /* @__PURE__ */ new Date(), s = new Date(u.getFullYear(), u.getMonth(), u.getDate());
623
612
  if (z(s)) {
624
613
  if (b.value) {
625
- const i = [s, s];
626
- x(i), a("update:modelValue", i);
614
+ const n = [s, s];
615
+ x(n), a("update:modelValue", n);
627
616
  return;
628
617
  }
629
618
  C(s), a("update:modelValue", s);
630
619
  }
631
620
  }, S = M({
632
- get: () => n.value,
621
+ get: () => i.value,
633
622
  set: (u) => W(u)
634
623
  }), _ = M(
635
- () => b.value && !!n.value && !f(n.value)
624
+ () => b.value && !!i.value && !f(i.value)
636
625
  );
637
626
  return r({ hasPartialInput: _ }), sr(
638
627
  () => t.modelValue,
639
628
  (u) => {
640
629
  if (u === null) {
641
- (n.value !== "" || m.value !== null) && (v(""), m.value = null);
630
+ (i.value !== "" || m.value !== null) && (v(""), m.value = null);
642
631
  return;
643
632
  }
644
633
  if (b.value) {
@@ -651,9 +640,9 @@ const t0 = (o) => {
651
640
  ), (u, s) => (B(), H(T(vr), { class: "ui-inputgroup" }, {
652
641
  default: Z(() => [
653
642
  (B(), H(qr, Q({
654
- key: d.value,
643
+ key: l.value,
655
644
  modelValue: S.value,
656
- "onUpdate:modelValue": s[0] || (s[0] = (i) => S.value = i),
645
+ "onUpdate:modelValue": s[0] || (s[0] = (n) => S.value = n),
657
646
  mask: b.value ? "99/99/9999 - 99/99/9999" : o.mask,
658
647
  placeholder: o.placeholder,
659
648
  disabled: o.disabled,
@@ -661,7 +650,7 @@ const t0 = (o) => {
661
650
  }, u.$attrs, { onBlur: A }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid"])),
662
651
  mo(T(kr), { class: "ui-inputgroup-addon" }, {
663
652
  default: Z(() => [
664
- o.showClear ? (B(), H(Io, {
653
+ o.showClear ? (B(), H(Fo, {
665
654
  key: 0,
666
655
  type: "button",
667
656
  variant: "outline",
@@ -674,7 +663,7 @@ const t0 = (o) => {
674
663
  ])]),
675
664
  _: 1
676
665
  }, 8, ["disabled"])) : E("", !0),
677
- o.showToday ? (B(), H(Io, {
666
+ o.showToday ? (B(), H(Fo, {
678
667
  key: 1,
679
668
  type: "button",
680
669
  variant: "outline",
@@ -687,15 +676,15 @@ const t0 = (o) => {
687
676
  ])]),
688
677
  _: 1
689
678
  }, 8, ["disabled"])) : E("", !0),
690
- mo(Io, {
679
+ mo(Fo, {
691
680
  type: "button",
692
681
  variant: "ghost",
693
682
  disabled: o.disabled,
694
683
  "aria-label": "Abrir calendário",
695
- onClick: I
684
+ onClick: j
696
685
  }, {
697
686
  default: Z(() => [
698
- o.calendarIcon ? (B(), H(zo, {
687
+ o.calendarIcon ? (B(), H(Mo, {
699
688
  key: 0,
700
689
  class: "text-lg",
701
690
  icon: o.calendarIcon
@@ -714,7 +703,7 @@ const t0 = (o) => {
714
703
  mo(T(nr), {
715
704
  modelValue: m.value,
716
705
  "onUpdate:modelValue": [
717
- s[1] || (s[1] = (i) => m.value = i),
706
+ s[1] || (s[1] = (n) => m.value = n),
718
707
  F
719
708
  ],
720
709
  inline: "",
@@ -751,9 +740,9 @@ const t0 = (o) => {
751
740
  get: () => e.modelValue,
752
741
  set: (c) => t("update:modelValue", c)
753
742
  });
754
- return (c, n) => (B(), H(T(nr), Q({
743
+ return (c, i) => (B(), H(T(nr), Q({
755
744
  modelValue: a.value,
756
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
745
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
757
746
  disabled: o.disabled,
758
747
  class: [
759
748
  "w-full",
@@ -819,9 +808,9 @@ const t0 = (o) => {
819
808
  md: "32rem",
820
809
  lg: "48rem",
821
810
  full: "64rem"
822
- }, n = M(() => ({
811
+ }, i = M(() => ({
823
812
  width: `min(92vw, ${c[e.size]})`
824
- })), m = M(() => !!(e.icon || e.content)), d = () => t("hide"), b = () => t("show");
813
+ })), m = M(() => !!(e.icon || e.content)), l = () => t("hide"), b = () => t("show");
825
814
  return ($, R) => (B(), H(T(ir), {
826
815
  visible: a.value,
827
816
  "onUpdate:visible": R[0] || (R[0] = (k) => a.value = k),
@@ -831,13 +820,13 @@ const t0 = (o) => {
831
820
  closable: o.closable,
832
821
  "dismissable-mask": o.dismissableMask,
833
822
  "close-on-escape": o.closeOnEscape,
834
- style: Mo(n.value),
835
- onHide: d,
823
+ style: Io(i.value),
824
+ onHide: l,
836
825
  onShow: b
837
826
  }, Ho({
838
827
  default: Z(() => [
839
828
  m.value && !$.$slots.default ? (B(), P("div", Er, [
840
- o.icon ? (B(), H(zo, {
829
+ o.icon ? (B(), H(Mo, {
841
830
  key: 0,
842
831
  icon: o.icon,
843
832
  class: "ui-dialog-icon"
@@ -892,21 +881,21 @@ const t0 = (o) => {
892
881
  },
893
882
  emits: ["update:visible"],
894
883
  setup(o, { emit: r }) {
895
- const e = o, t = r, a = M(() => e.visible), c = () => t("update:visible", !1), n = (d) => {
896
- d.target === d.currentTarget && c();
897
- }, m = (d) => {
898
- t("update:visible", d);
884
+ const e = o, t = r, a = M(() => e.visible), c = () => t("update:visible", !1), i = (l) => {
885
+ l.target === l.currentTarget && c();
886
+ }, m = (l) => {
887
+ t("update:visible", l);
899
888
  };
900
- return (d, b) => (B(), P(ur, null, [
889
+ return (l, b) => (B(), P(ur, null, [
901
890
  (B(), H(fr, { to: "body" }, [
902
891
  a.value ? (B(), P("div", {
903
892
  key: 0,
904
893
  class: "ui-drawer-backdrop",
905
894
  role: "presentation",
906
- onClick: n
895
+ onClick: i
907
896
  })) : E("", !0)
908
897
  ])),
909
- mo(T(Cr), Q(d.$attrs, {
898
+ mo(T(Cr), Q(l.$attrs, {
910
899
  modal: o.modal,
911
900
  dismissable: o.dismissable,
912
901
  header: o.title,
@@ -918,7 +907,7 @@ const t0 = (o) => {
918
907
  }), {
919
908
  default: Z(() => [
920
909
  io("div", Xr, [
921
- G(d.$slots, "default")
910
+ G(l.$slots, "default")
922
911
  ])
923
912
  ]),
924
913
  _: 3
@@ -957,7 +946,7 @@ const t0 = (o) => {
957
946
  src: o.image,
958
947
  alt: "",
959
948
  class: "ui-empty__image"
960
- }, null, 8, Jr)) : (B(), H(zo, {
949
+ }, null, 8, Jr)) : (B(), H(Mo, {
961
950
  key: 1,
962
951
  icon: o.icon,
963
952
  class: "ui-empty__icon"
@@ -1001,7 +990,7 @@ const t0 = (o) => {
1001
990
  },
1002
991
  setup(o) {
1003
992
  const r = o, e = M(() => !!r.label), t = M(() => !!r.error), a = M(() => !!r.help);
1004
- return (c, n) => (B(), P("div", te, [
993
+ return (c, i) => (B(), P("div", te, [
1005
994
  e.value ? (B(), P("label", {
1006
995
  key: 0,
1007
996
  class: "ui-label",
@@ -1039,9 +1028,9 @@ const t0 = (o) => {
1039
1028
  get: () => e.modelValue,
1040
1029
  set: (c) => t("update:modelValue", c)
1041
1030
  });
1042
- return (c, n) => (B(), H(T(ar), Q({
1031
+ return (c, i) => (B(), H(T(ar), Q({
1043
1032
  modelValue: a.value,
1044
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1033
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1045
1034
  disabled: o.disabled,
1046
1035
  readonly: o.readonly,
1047
1036
  class: [
@@ -1089,9 +1078,9 @@ const t0 = (o) => {
1089
1078
  md: "38rem",
1090
1079
  lg: "56rem",
1091
1080
  full: "72rem"
1092
- }, n = M(() => ({
1081
+ }, i = M(() => ({
1093
1082
  width: `min(92vw, ${c[e.size]})`
1094
- })), m = () => t("hide"), d = () => t("show");
1083
+ })), m = () => t("hide"), l = () => t("show");
1095
1084
  return (b, $) => (B(), H(T(ir), {
1096
1085
  visible: a.value,
1097
1086
  "onUpdate:visible": $[0] || ($[0] = (R) => a.value = R),
@@ -1101,9 +1090,9 @@ const t0 = (o) => {
1101
1090
  closable: o.closable,
1102
1091
  "dismissable-mask": o.dismissableMask,
1103
1092
  "close-on-escape": o.closeOnEscape,
1104
- style: Mo(n.value),
1093
+ style: Io(i.value),
1105
1094
  onHide: m,
1106
- onShow: d
1095
+ onShow: l
1107
1096
  }, Ho({
1108
1097
  default: Z(() => [
1109
1098
  G(b.$slots, "default")
@@ -1172,9 +1161,9 @@ const t0 = (o) => {
1172
1161
  get: () => e.modelValue,
1173
1162
  set: (c) => t("update:modelValue", c)
1174
1163
  });
1175
- return (c, n) => (B(), H(T(xr), Q({
1164
+ return (c, i) => (B(), H(T(xr), Q({
1176
1165
  modelValue: a.value,
1177
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1166
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1178
1167
  fluid: "",
1179
1168
  options: o.options,
1180
1169
  "option-label": o.optionLabel,
@@ -1216,7 +1205,7 @@ const t0 = (o) => {
1216
1205
  header: o.header,
1217
1206
  toggleable: o.toggleable,
1218
1207
  collapsed: o.collapsed,
1219
- class: So(e.value)
1208
+ class: vo(e.value)
1220
1209
  }, Ho({
1221
1210
  default: Z(() => [
1222
1211
  G(t.$slots, "default", {}, void 0, !0)
@@ -1273,9 +1262,9 @@ const t0 = (o) => {
1273
1262
  get: () => e.modelValue,
1274
1263
  set: (c) => t("update:modelValue", c)
1275
1264
  });
1276
- return (c, n) => (B(), H(T(Br), Q({
1265
+ return (c, i) => (B(), H(T(Br), Q({
1277
1266
  modelValue: a.value,
1278
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1267
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1279
1268
  value: o.value,
1280
1269
  name: o.name,
1281
1270
  "input-id": o.inputId,
@@ -1316,9 +1305,9 @@ const t0 = (o) => {
1316
1305
  ]);
1317
1306
  return (a, c) => (B(), H(T(Rr), {
1318
1307
  to: e.value ? void 0 : o.to,
1319
- class: So(t.value),
1308
+ class: vo(t.value),
1320
1309
  "aria-disabled": e.value,
1321
- onClick: c[0] || (c[0] = gr((n) => e.value && n.preventDefault(), ["prevent"]))
1310
+ onClick: c[0] || (c[0] = gr((i) => e.value && i.preventDefault(), ["prevent"]))
1322
1311
  }, {
1323
1312
  default: Z(() => [
1324
1313
  G(a.$slots, "default")
@@ -1388,14 +1377,14 @@ const t0 = (o) => {
1388
1377
  setup(o, { emit: r }) {
1389
1378
  const e = o, t = r, a = M({
1390
1379
  get: () => e.modelValue,
1391
- set: (n) => t("update:modelValue", n)
1380
+ set: (i) => t("update:modelValue", i)
1392
1381
  }), c = M(() => e.optionEmpty ? [
1393
1382
  e.optionEmpty,
1394
1383
  ...e.options
1395
1384
  ] : e.options);
1396
- return (n, m) => (B(), H(T(Dr), Q({
1385
+ return (i, m) => (B(), H(T(Dr), Q({
1397
1386
  modelValue: a.value,
1398
- "onUpdate:modelValue": m[0] || (m[0] = (d) => a.value = d),
1387
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => a.value = l),
1399
1388
  options: c.value,
1400
1389
  "option-label": o.optionLabel,
1401
1390
  "option-value": o.optionValue,
@@ -1406,7 +1395,7 @@ const t0 = (o) => {
1406
1395
  "ui-select w-full",
1407
1396
  { "p-invalid": o.invalid }
1408
1397
  ]
1409
- }, n.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1398
+ }, i.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
1410
1399
  }
1411
1400
  }, x0 = {
1412
1401
  __name: "BaseSwitch",
@@ -1432,13 +1421,13 @@ const t0 = (o) => {
1432
1421
  setup(o, { emit: r }) {
1433
1422
  const e = o, t = r, a = M({
1434
1423
  get: () => e.modelValue,
1435
- set: (n) => {
1436
- e.disabled || e.loading || t("update:modelValue", n);
1424
+ set: (i) => {
1425
+ e.disabled || e.loading || t("update:modelValue", i);
1437
1426
  }
1438
1427
  }), c = M(() => e.disabled || e.loading);
1439
- return (n, m) => (B(), H(T(Sr), {
1428
+ return (i, m) => (B(), H(T(Sr), {
1440
1429
  modelValue: a.value,
1441
- "onUpdate:modelValue": m[0] || (m[0] = (d) => a.value = d),
1430
+ "onUpdate:modelValue": m[0] || (m[0] = (l) => a.value = l),
1442
1431
  "input-id": o.inputId,
1443
1432
  disabled: c.value,
1444
1433
  class: "base-switch"
@@ -1478,9 +1467,9 @@ const t0 = (o) => {
1478
1467
  get: () => e.modelValue,
1479
1468
  set: (c) => t("update:modelValue", c)
1480
1469
  });
1481
- return (c, n) => (B(), H(T(Mr), Q({
1470
+ return (c, i) => (B(), H(T(Mr), Q({
1482
1471
  modelValue: a.value,
1483
- "onUpdate:modelValue": n[0] || (n[0] = (m) => a.value = m),
1472
+ "onUpdate:modelValue": i[0] || (i[0] = (m) => a.value = m),
1484
1473
  rows: o.rows,
1485
1474
  "auto-resize": o.autoResize,
1486
1475
  disabled: o.disabled,
@@ -1503,7 +1492,7 @@ const t0 = (o) => {
1503
1492
  });
1504
1493
  }
1505
1494
  };
1506
- var ue = { transitionDuration: "{transition.duration}" }, fe = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ge = { 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" } }, me = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, pe = { root: ue, panel: fe, header: ge, content: me }, be = { 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}" }, he = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ve = { padding: "{list.padding}", gap: "{list.gap}" }, ke = { 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}" }, ye = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, $e = { 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}" } }, Ce = { borderRadius: "{border.radius.sm}" }, xe = { padding: "{list.option.padding}" }, we = { 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}" } } }, Be = { root: be, overlay: he, list: ve, option: ke, optionGroup: ye, dropdown: $e, chip: Ce, emptyMessage: xe, colorScheme: we }, Re = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, De = { size: "1rem" }, Se = { borderColor: "{content.background}", offset: "-0.75rem" }, Me = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, ze = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ye = { root: Re, icon: De, group: Se, lg: Me, xl: ze }, Ve = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Oe = { size: "0.5rem" }, Le = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Te = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, We = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Fe = { 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}" } } }, Ie = { root: Ve, dot: Oe, sm: Le, lg: Te, xl: We, colorScheme: Fe }, je = { 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" } }, He = { 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}" } } } } }, Ae = { primitive: je, semantic: He }, Ne = { borderRadius: "{content.border.radius}" }, Pe = { root: Ne }, qe = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ee = { 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}" } }, _e = { color: "{navigation.item.icon.color}" }, Ue = { root: qe, item: Ee, separator: _e }, Xe = { 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}" }, Ze = { 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}" } } }, Ge = { root: Xe, colorScheme: Ze }, Je = { 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)" }, Qe = { padding: "1.25rem", gap: "0.5rem" }, Ke = { gap: "0.5rem" }, ot = { fontSize: "1.25rem", fontWeight: "500" }, rt = { color: "{text.muted.color}" }, et = { root: Je, body: Qe, caption: Ke, title: ot, subtitle: rt }, tt = { transitionDuration: "{transition.duration}" }, at = { gap: "0.25rem" }, nt = { padding: "1rem", gap: "0.5rem" }, it = { 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}" } }, dt = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, lt = { root: tt, content: at, indicatorList: nt, indicator: it, colorScheme: dt }, ct = { 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}" } }, st = { width: "2.5rem", color: "{form.field.icon.color}" }, ut = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ft = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, gt = { 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" } }, mt = { color: "{form.field.icon.color}" }, pt = { root: ct, dropdown: st, overlay: ut, list: ft, option: gt, clearIcon: mt }, bt = { 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" } }, ht = { 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" } }, vt = { root: bt, icon: ht }, kt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, yt = { width: "2rem", height: "2rem" }, $t = { size: "1rem" }, Ct = { 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}" } }, xt = { 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}" } } }, wt = { root: kt, image: yt, icon: $t, removeIcon: Ct, colorScheme: xt }, Bt = { transitionDuration: "{transition.duration}" }, Rt = { 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}" } }, Dt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, St = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Mt = { root: Bt, preview: Rt, panel: Dt, colorScheme: St }, zt = { size: "2rem", color: "{overlay.modal.color}" }, Yt = { gap: "1rem" }, Vt = { icon: zt, content: Yt }, Ot = { 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" }, Lt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Tt = { size: "1.5rem", color: "{overlay.popover.color}" }, Wt = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Ft = { root: Ot, content: Lt, icon: Tt, footer: Wt }, It = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, jt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ht = { 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}" } }, At = { mobileIndent: "1rem" }, Nt = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Pt = { borderColor: "{content.border.color}" }, qt = { root: It, list: jt, item: Ht, submenu: At, submenuIcon: Nt, separator: Pt }, Et = `
1495
+ var ue = { transitionDuration: "{transition.duration}" }, fe = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ge = { 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" } }, me = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, pe = { root: ue, panel: fe, header: ge, content: me }, be = { 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}" }, he = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ve = { padding: "{list.padding}", gap: "{list.gap}" }, ke = { 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}" }, ye = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, $e = { 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}" } }, Ce = { borderRadius: "{border.radius.sm}" }, xe = { padding: "{list.option.padding}" }, we = { 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}" } } }, Be = { root: be, overlay: he, list: ve, option: ke, optionGroup: ye, dropdown: $e, chip: Ce, emptyMessage: xe, colorScheme: we }, Re = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, De = { size: "1rem" }, Se = { borderColor: "{content.background}", offset: "-0.75rem" }, Me = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, ze = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ye = { root: Re, icon: De, group: Se, lg: Me, xl: ze }, Ve = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Oe = { size: "0.5rem" }, Le = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Te = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, We = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Fe = { 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}" } } }, je = { root: Ve, dot: Oe, sm: Le, lg: Te, xl: We, colorScheme: Fe }, Ie = { 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" } }, He = { 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}" } } } } }, Ae = { primitive: Ie, semantic: He }, Ne = { borderRadius: "{content.border.radius}" }, Pe = { root: Ne }, qe = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ee = { 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}" } }, _e = { color: "{navigation.item.icon.color}" }, Ue = { root: qe, item: Ee, separator: _e }, Xe = { 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}" }, Ze = { 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}" } } }, Ge = { root: Xe, colorScheme: Ze }, Je = { 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)" }, Qe = { padding: "1.25rem", gap: "0.5rem" }, Ke = { gap: "0.5rem" }, ot = { fontSize: "1.25rem", fontWeight: "500" }, rt = { color: "{text.muted.color}" }, et = { root: Je, body: Qe, caption: Ke, title: ot, subtitle: rt }, tt = { transitionDuration: "{transition.duration}" }, at = { gap: "0.25rem" }, nt = { padding: "1rem", gap: "0.5rem" }, it = { 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}" } }, dt = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, lt = { root: tt, content: at, indicatorList: nt, indicator: it, colorScheme: dt }, ct = { 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}" } }, st = { width: "2.5rem", color: "{form.field.icon.color}" }, ut = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ft = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, gt = { 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" } }, mt = { color: "{form.field.icon.color}" }, pt = { root: ct, dropdown: st, overlay: ut, list: ft, option: gt, clearIcon: mt }, bt = { 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" } }, ht = { 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" } }, vt = { root: bt, icon: ht }, kt = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, yt = { width: "2rem", height: "2rem" }, $t = { size: "1rem" }, Ct = { 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}" } }, xt = { 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}" } } }, wt = { root: kt, image: yt, icon: $t, removeIcon: Ct, colorScheme: xt }, Bt = { transitionDuration: "{transition.duration}" }, Rt = { 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}" } }, Dt = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, St = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Mt = { root: Bt, preview: Rt, panel: Dt, colorScheme: St }, zt = { size: "2rem", color: "{overlay.modal.color}" }, Yt = { gap: "1rem" }, Vt = { icon: zt, content: Yt }, Ot = { 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" }, Lt = { padding: "{overlay.popover.padding}", gap: "1rem" }, Tt = { size: "1.5rem", color: "{overlay.popover.color}" }, Wt = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Ft = { root: Ot, content: Lt, icon: Tt, footer: Wt }, jt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, It = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ht = { 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}" } }, At = { mobileIndent: "1rem" }, Nt = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Pt = { borderColor: "{content.border.color}" }, qt = { root: jt, list: It, item: Ht, submenu: At, submenuIcon: Nt, separator: Pt }, Et = `
1507
1496
  li.p-autocomplete-option,
1508
1497
  div.p-cascadeselect-option-content,
1509
1498
  li.p-listbox-option,
@@ -1531,7 +1520,7 @@ var ue = { transitionDuration: "{transition.duration}" }, fe = { borderWidth: "0
1531
1520
  .p-datatable-mask.p-overlay-mask {
1532
1521
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1533
1522
  }
1534
- `, fa = { root: _t, header: Ut, headerCell: Xt, columnTitle: Zt, row: Gt, bodyCell: Jt, footerCell: Qt, columnFooter: Kt, footer: oa, dropPoint: ra, columnResizer: ea, resizeIndicator: ta, sortIcon: aa, loadingIcon: na, rowToggleButton: ia, filter: da, paginatorTop: la, paginatorBottom: ca, colorScheme: sa, css: ua }, ga = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ma = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, pa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ha = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, va = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ka = { root: ga, header: ma, content: pa, footer: ba, paginatorTop: ha, paginatorBottom: va }, ya = { transitionDuration: "{transition.duration}" }, $a = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, Ca = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, xa = { gap: "0.5rem", fontWeight: "500" }, wa = { 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}" } }, Ba = { color: "{form.field.icon.color}" }, Ra = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Da = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sa = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ya = { 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}" } }, Va = { margin: "0.5rem 0 0 0" }, Oa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, La = { margin: "0.5rem 0 0 0" }, Ta = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Wa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Fa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Ia = { 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}" } } }, ja = { root: ya, panel: $a, header: Ca, title: xa, dropdown: wa, inputIcon: Ba, selectMonth: Ra, selectYear: Da, group: Sa, dayView: Ma, weekDay: za, date: Ya, monthView: Va, month: Oa, yearView: La, year: Ta, buttonbar: Wa, timePicker: Fa, colorScheme: Ia }, Ha = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Aa = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Na = { fontSize: "1.25rem", fontWeight: "600" }, Pa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, qa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ea = { root: Ha, header: Aa, title: Na, content: Pa, footer: qa }, _a = { borderColor: "{content.border.color}" }, Ua = { background: "{content.background}", color: "{text.color}" }, Xa = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Za = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ga = { root: _a, content: Ua, horizontal: Xa, vertical: Za }, Ja = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Qa = { 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}" } }, Ka = { root: Ja, item: Qa }, on = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, rn = { padding: "{overlay.modal.padding}" }, en = { fontSize: "1.5rem", fontWeight: "600" }, tn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, an = { padding: "{overlay.modal.padding}" }, nn = { root: on, header: rn, title: en, content: tn, footer: an }, dn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, ln = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, cn = { 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}" }, sn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, un = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, fn = { toolbar: dn, toolbarItem: ln, overlay: cn, overlayOption: sn, content: un }, gn = { 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}" }, mn = { 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}" } }, pn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, bn = { padding: "0" }, hn = { root: gn, legend: mn, toggleIcon: pn, content: bn }, vn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, kn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, yn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, $n = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, Cn = { gap: "0.5rem" }, xn = { height: "0.25rem" }, wn = { gap: "0.5rem" }, Bn = { root: vn, header: kn, content: yn, file: $n, fileList: Cn, progressbar: xn, basic: wn }, Rn = { 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" } }, Dn = { active: { top: "-1.25rem" } }, Sn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Mn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, zn = { root: Rn, over: Dn, in: Sn, on: Mn }, Yn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Vn = { 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}" } }, On = { size: "1.5rem" }, Ln = { background: "{content.background}", padding: "1rem 0.25rem" }, Tn = { 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}" } }, Wn = { size: "1rem" }, Fn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, In = { gap: "0.5rem", padding: "1rem" }, jn = { 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}" } }, Hn = { background: "rgba(0, 0, 0, 0.5)" }, An = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Nn = { 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}" } }, Pn = { size: "1.5rem" }, qn = { 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}" } } }, En = { root: Yn, navButton: Vn, navIcon: On, thumbnailsContent: Ln, thumbnailNavButton: Tn, thumbnailNavButtonIcon: Wn, caption: Fn, indicatorList: In, indicatorButton: jn, insetIndicatorList: Hn, insetIndicatorButton: An, closeButton: Nn, closeButtonIcon: Pn, colorScheme: qn }, _n = { color: "{form.field.icon.color}" }, Un = { icon: _n }, Xn = { 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" }, Zn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Gn = { root: Xn, input: Zn }, Jn = { transitionDuration: "{transition.duration}" }, Qn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Kn = { 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" }, oi = { 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}" } }, ri = { root: Jn, preview: Qn, toolbar: Kn, action: oi }, ei = { 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}" } }, ti = { handle: ei }, ai = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ni = { fontWeight: "500" }, ii = { size: "1rem" }, di = { 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%)" } } }, li = { root: ai, text: ni, icon: ii, colorScheme: di }, ci = { 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}" }, si = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, ui = { root: ci, display: si }, fi = { 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}" }, gi = { borderRadius: "{border.radius.sm}" }, mi = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, pi = { root: fi, chip: gi, colorScheme: mi }, bi = { 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" }, hi = { addon: bi }, vi = { transitionDuration: "{transition.duration}" }, ki = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, yi = { 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}" } } }, $i = { root: vi, button: ki, colorScheme: yi }, Ci = { gap: "0.5rem" }, xi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, wi = { root: Ci, input: xi }, Bi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Ri = { root: Bi }, Di = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Si = { background: "{primary.color}" }, Mi = { background: "{content.border.color}" }, zi = { color: "{text.muted.color}" }, Yi = { root: Di, value: Si, range: Mi, text: zi }, Vi = { 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}" }, Oi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Li = { 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}" }, Ti = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Wi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Fi = { padding: "{list.option.padding}" }, Ii = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, ji = { root: Vi, list: Oi, option: Li, optionGroup: Ti, checkmark: Wi, emptyMessage: Fi, colorScheme: Ii }, Hi = { 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}" }, Ai = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ni = { 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}" } }, Pi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, qi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ei = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, _i = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ui = { borderColor: "{content.border.color}" }, Xi = { 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}" } }, Zi = { root: Hi, baseItem: Ai, item: Ni, overlay: Pi, submenu: qi, submenuLabel: Ei, submenuIcon: _i, separator: Ui, mobileButton: Xi }, Gi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ji = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Qi = { 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}" } }, Ki = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, od = { borderColor: "{content.border.color}" }, rd = { root: Gi, list: Ji, item: Qi, submenuLabel: Ki, separator: od }, ed = { 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}" }, td = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, ad = { 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}" } }, nd = { 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}" } }, id = { borderColor: "{content.border.color}" }, dd = { 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}" } }, ld = { root: ed, baseItem: td, item: ad, submenu: nd, separator: id, mobileButton: dd }, cd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, sd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ud = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, fd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, gd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, md = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, pd = { root: { borderWidth: "1px" } }, bd = { content: { padding: "0" } }, hd = { 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}" } } } }, vd = { root: cd, content: sd, text: ud, icon: fd, closeButton: gd, closeIcon: md, outlined: pd, simple: bd, colorScheme: hd }, kd = { borderRadius: "{content.border.radius}", gap: "1rem" }, yd = { background: "{content.border.color}", size: "0.5rem" }, $d = { gap: "0.5rem" }, Cd = { size: "0.5rem" }, xd = { size: "1rem" }, wd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Bd = { root: kd, meters: yd, label: $d, labelMarker: Cd, labelIcon: xd, labelList: wd }, Rd = { 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}" } }, Dd = { width: "2.5rem", color: "{form.field.icon.color}" }, Sd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Md = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, zd = { 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" }, Yd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Vd = { color: "{form.field.icon.color}" }, Od = { borderRadius: "{border.radius.sm}" }, Ld = { padding: "{list.option.padding}" }, Td = { root: Rd, dropdown: Dd, overlay: Sd, list: Md, option: zd, optionGroup: Yd, chip: Od, clearIcon: Vd, emptyMessage: Ld }, Wd = { gap: "1.125rem" }, Fd = { gap: "0.5rem" }, Id = { root: Wd, controls: Fd }, jd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Hd = { 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}" }, Ad = { 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}" } }, Nd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Pd = { root: jd, node: Hd, nodeToggleButton: Ad, connector: Nd }, qd = { outline: { width: "2px", color: "{content.background}" } }, Ed = { root: qd }, _d = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Ud = { 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}" } }, Xd = { color: "{text.muted.color}" }, Zd = { maxWidth: "2.5rem" }, Gd = { root: _d, navButton: Ud, currentPageReport: Xd, jumpToPageInput: Zd }, Jd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Qd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Kd = { padding: "0.375rem 1.125rem" }, ol = { fontWeight: "600" }, rl = { padding: "0 1.125rem 1.125rem 1.125rem" }, el = { padding: "0 1.125rem 1.125rem 1.125rem" }, tl = { root: Jd, header: Qd, toggleableHeader: Kd, title: ol, content: rl, footer: el }, al = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, nl = { 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}" } }, il = { 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}" } }, dl = { indent: "1rem" }, ll = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, cl = { root: al, panel: nl, item: il, submenu: dl, submenuIcon: ll }, sl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ul = { color: "{form.field.icon.color}" }, fl = { 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}" }, gl = { gap: "0.5rem" }, ml = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, pl = { meter: sl, icon: ul, overlay: fl, content: gl, colorScheme: ml }, bl = { gap: "1.125rem" }, hl = { gap: "0.5rem" }, vl = { root: bl, controls: hl }, kl = { 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" }, yl = { padding: "{overlay.popover.padding}" }, $l = { root: kl, content: yl }, Cl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, xl = { background: "{primary.color}" }, wl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Bl = { root: Cl, value: xl, label: wl }, Rl = { 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}" } } }, Dl = { colorScheme: Rl }, Sl = { 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" } }, Ml = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, zl = { root: Sl, icon: Ml }, Yl = { 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}" } }, Vl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ol = { root: Yl, icon: Vl }, Ll = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Tl = { colorScheme: Ll }, Wl = { transitionDuration: "{transition.duration}" }, Fl = { 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}" } }, Il = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, jl = { root: Wl, bar: Fl, colorScheme: Il }, Hl = { 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}" } }, Al = { width: "2.5rem", color: "{form.field.icon.color}" }, Nl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Pl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, ql = { 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}" }, El = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, _l = { color: "{form.field.icon.color}" }, Ul = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Xl = { padding: "{list.option.padding}" }, Zl = { root: Hl, dropdown: Al, overlay: Nl, list: Pl, option: ql, optionGroup: El, clearIcon: _l, checkmark: Ul, emptyMessage: Xl }, Gl = { borderRadius: "{form.field.border.radius}" }, Jl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { borderRadius: "{content.border.radius}" }, oc = { 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)" } } }, rc = { root: Kl, colorScheme: oc }, ec = { transitionDuration: "{transition.duration}" }, tc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ac = { background: "{primary.color}" }, nc = { 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}" } }, ic = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, dc = { root: ec, track: tc, range: ac, handle: nc, colorScheme: ic }, lc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, cc = { root: lc }, sc = { 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)" }, uc = { root: sc }, fc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, gc = { background: "{content.border.color}" }, mc = { 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}" } }, pc = { root: fc, gutter: gc, handle: mc }, bc = { transitionDuration: "{transition.duration}" }, hc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, vc = { padding: "0.5rem", gap: "1rem" }, kc = { 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" }, yc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, $c = { 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)" }, Cc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, xc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, wc = { root: bc, separator: hc, step: vc, stepHeader: kc, stepTitle: yc, stepNumber: $c, steppanels: Cc, steppanel: xc }, Bc = { transitionDuration: "{transition.duration}" }, Rc = { background: "{content.border.color}" }, Dc = { 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" }, Sc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Mc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, zc = { root: Bc, separator: Rc, itemLink: Dc, itemLabel: Sc, itemNumber: Mc }, Yc = { transitionDuration: "{transition.duration}" }, Vc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Oc = { 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}" } }, Lc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Tc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Wc = { root: Yc, tablist: Vc, item: Oc, itemIcon: Lc, activeBar: Tc }, Fc = { transitionDuration: "{transition.duration}" }, Ic = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, jc = { 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}" } }, Hc = { 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}" } }, Ac = { 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}" } }, Nc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Pc = { 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%)" } } }, qc = { root: Fc, tablist: Ic, tab: jc, tabpanel: Hc, navButton: Ac, activeBar: Nc, colorScheme: Pc }, Ec = { transitionDuration: "{transition.duration}" }, _c = { background: "{content.background}", borderColor: "{content.border.color}" }, Uc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Xc = { background: "{content.background}", color: "{content.color}" }, Zc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Gc = { 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: Ec, tabList: _c, tab: Uc, tabPanel: Xc, navButton: Zc, colorScheme: Gc }, Qc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Kc = { size: "0.75rem" }, os = { 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}" } } }, rs = { root: Qc, icon: Kc, colorScheme: os }, es = { 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}" }, ts = { gap: "0.25rem" }, as = { margin: "2px 0" }, ns = { root: es, prompt: ts, commandResponse: as }, is = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, ds = { root: is }, ls = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, cs = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ss = { 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}" } }, us = { mobileIndent: "1rem" }, fs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, gs = { borderColor: "{content.border.color}" }, ms = { root: ls, list: cs, item: ss, submenu: us, submenuIcon: fs, separator: gs }, ps = { minHeight: "5rem" }, bs = { eventContent: { padding: "1rem 0" } }, hs = { eventContent: { padding: "0 1rem" } }, vs = { 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)" } }, ks = { color: "{content.border.color}", size: "2px" }, ys = { event: ps, horizontal: bs, vertical: hs, eventMarker: vs, eventConnector: ks }, $s = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Cs = { size: "1.125rem" }, xs = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, ws = { gap: "0.5rem" }, Bs = { fontWeight: "500", fontSize: "1rem" }, Rs = { fontWeight: "500", fontSize: "0.875rem" }, Ds = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Ss = { size: "1rem" }, Ms = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, zs = { root: $s, icon: Cs, content: xs, text: ws, summary: Bs, detail: Rs, closeButton: Ds, closeIcon: Ss, colorScheme: Ms }, Ys = { 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" } }, Vs = { disabledColor: "{form.field.disabled.color}" }, Os = { 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" } }, Ls = { 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}" } } }, Ts = { root: Ys, icon: Vs, content: Os, colorScheme: Ls }, Ws = { 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" }, Fs = { borderRadius: "50%", size: "1rem" }, Is = { 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}" } } }, js = { root: Ws, handle: Fs, colorScheme: Is }, Hs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, As = { root: Hs }, Ns = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Ps = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, qs = { root: Ns, colorScheme: Ps }, Es = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, _s = { 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" }, Us = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Xs = { 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}" } }, Zs = { size: "2rem" }, Gs = { margin: "0 0 0.5rem 0" }, Js = `
1523
+ `, fa = { root: _t, header: Ut, headerCell: Xt, columnTitle: Zt, row: Gt, bodyCell: Jt, footerCell: Qt, columnFooter: Kt, footer: oa, dropPoint: ra, columnResizer: ea, resizeIndicator: ta, sortIcon: aa, loadingIcon: na, rowToggleButton: ia, filter: da, paginatorTop: la, paginatorBottom: ca, colorScheme: sa, css: ua }, ga = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ma = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, pa = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ha = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, va = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ka = { root: ga, header: ma, content: pa, footer: ba, paginatorTop: ha, paginatorBottom: va }, ya = { transitionDuration: "{transition.duration}" }, $a = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, Ca = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, xa = { gap: "0.5rem", fontWeight: "500" }, wa = { 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}" } }, Ba = { color: "{form.field.icon.color}" }, Ra = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Da = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sa = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Ma = { margin: "0.5rem 0 0 0" }, za = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ya = { 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}" } }, Va = { margin: "0.5rem 0 0 0" }, Oa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, La = { margin: "0.5rem 0 0 0" }, Ta = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Wa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Fa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, ja = { 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}" } } }, Ia = { root: ya, panel: $a, header: Ca, title: xa, dropdown: wa, inputIcon: Ba, selectMonth: Ra, selectYear: Da, group: Sa, dayView: Ma, weekDay: za, date: Ya, monthView: Va, month: Oa, yearView: La, year: Ta, buttonbar: Wa, timePicker: Fa, colorScheme: ja }, Ha = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Aa = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Na = { fontSize: "1.25rem", fontWeight: "600" }, Pa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, qa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ea = { root: Ha, header: Aa, title: Na, content: Pa, footer: qa }, _a = { borderColor: "{content.border.color}" }, Ua = { background: "{content.background}", color: "{text.color}" }, Xa = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Za = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ga = { root: _a, content: Ua, horizontal: Xa, vertical: Za }, Ja = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Qa = { 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}" } }, Ka = { root: Ja, item: Qa }, on = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, rn = { padding: "{overlay.modal.padding}" }, en = { fontSize: "1.5rem", fontWeight: "600" }, tn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, an = { padding: "{overlay.modal.padding}" }, nn = { root: on, header: rn, title: en, content: tn, footer: an }, dn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, ln = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, cn = { 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}" }, sn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, un = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, fn = { toolbar: dn, toolbarItem: ln, overlay: cn, overlayOption: sn, content: un }, gn = { 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}" }, mn = { 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}" } }, pn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, bn = { padding: "0" }, hn = { root: gn, legend: mn, toggleIcon: pn, content: bn }, vn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, kn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, yn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, $n = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, Cn = { gap: "0.5rem" }, xn = { height: "0.25rem" }, wn = { gap: "0.5rem" }, Bn = { root: vn, header: kn, content: yn, file: $n, fileList: Cn, progressbar: xn, basic: wn }, Rn = { 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" } }, Dn = { active: { top: "-1.25rem" } }, Sn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Mn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, zn = { root: Rn, over: Dn, in: Sn, on: Mn }, Yn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Vn = { 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}" } }, On = { size: "1.5rem" }, Ln = { background: "{content.background}", padding: "1rem 0.25rem" }, Tn = { 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}" } }, Wn = { size: "1rem" }, Fn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, jn = { gap: "0.5rem", padding: "1rem" }, In = { 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}" } }, Hn = { background: "rgba(0, 0, 0, 0.5)" }, An = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Nn = { 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}" } }, Pn = { size: "1.5rem" }, qn = { 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}" } } }, En = { root: Yn, navButton: Vn, navIcon: On, thumbnailsContent: Ln, thumbnailNavButton: Tn, thumbnailNavButtonIcon: Wn, caption: Fn, indicatorList: jn, indicatorButton: In, insetIndicatorList: Hn, insetIndicatorButton: An, closeButton: Nn, closeButtonIcon: Pn, colorScheme: qn }, _n = { color: "{form.field.icon.color}" }, Un = { icon: _n }, Xn = { 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" }, Zn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Gn = { root: Xn, input: Zn }, Jn = { transitionDuration: "{transition.duration}" }, Qn = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Kn = { 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" }, oi = { 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}" } }, ri = { root: Jn, preview: Qn, toolbar: Kn, action: oi }, ei = { 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}" } }, ti = { handle: ei }, ai = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ni = { fontWeight: "500" }, ii = { size: "1rem" }, di = { 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%)" } } }, li = { root: ai, text: ni, icon: ii, colorScheme: di }, ci = { 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}" }, si = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, ui = { root: ci, display: si }, fi = { 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}" }, gi = { borderRadius: "{border.radius.sm}" }, mi = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, pi = { root: fi, chip: gi, colorScheme: mi }, bi = { 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" }, hi = { addon: bi }, vi = { transitionDuration: "{transition.duration}" }, ki = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, yi = { 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}" } } }, $i = { root: vi, button: ki, colorScheme: yi }, Ci = { gap: "0.5rem" }, xi = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, wi = { root: Ci, input: xi }, Bi = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Ri = { root: Bi }, Di = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Si = { background: "{primary.color}" }, Mi = { background: "{content.border.color}" }, zi = { color: "{text.muted.color}" }, Yi = { root: Di, value: Si, range: Mi, text: zi }, Vi = { 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}" }, Oi = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Li = { 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}" }, Ti = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Wi = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Fi = { padding: "{list.option.padding}" }, ji = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Ii = { root: Vi, list: Oi, option: Li, optionGroup: Ti, checkmark: Wi, emptyMessage: Fi, colorScheme: ji }, Hi = { 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}" }, Ai = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Ni = { 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}" } }, Pi = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, qi = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ei = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, _i = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ui = { borderColor: "{content.border.color}" }, Xi = { 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}" } }, Zi = { root: Hi, baseItem: Ai, item: Ni, overlay: Pi, submenu: qi, submenuLabel: Ei, submenuIcon: _i, separator: Ui, mobileButton: Xi }, Gi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ji = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Qi = { 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}" } }, Ki = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, od = { borderColor: "{content.border.color}" }, rd = { root: Gi, list: Ji, item: Qi, submenuLabel: Ki, separator: od }, ed = { 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}" }, td = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, ad = { 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}" } }, nd = { 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}" } }, id = { borderColor: "{content.border.color}" }, dd = { 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}" } }, ld = { root: ed, baseItem: td, item: ad, submenu: nd, separator: id, mobileButton: dd }, cd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, sd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ud = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, fd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, gd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, md = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, pd = { root: { borderWidth: "1px" } }, bd = { content: { padding: "0" } }, hd = { 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}" } } } }, vd = { root: cd, content: sd, text: ud, icon: fd, closeButton: gd, closeIcon: md, outlined: pd, simple: bd, colorScheme: hd }, kd = { borderRadius: "{content.border.radius}", gap: "1rem" }, yd = { background: "{content.border.color}", size: "0.5rem" }, $d = { gap: "0.5rem" }, Cd = { size: "0.5rem" }, xd = { size: "1rem" }, wd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Bd = { root: kd, meters: yd, label: $d, labelMarker: Cd, labelIcon: xd, labelList: wd }, Rd = { 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}" } }, Dd = { width: "2.5rem", color: "{form.field.icon.color}" }, Sd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Md = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, zd = { 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" }, Yd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Vd = { color: "{form.field.icon.color}" }, Od = { borderRadius: "{border.radius.sm}" }, Ld = { padding: "{list.option.padding}" }, Td = { root: Rd, dropdown: Dd, overlay: Sd, list: Md, option: zd, optionGroup: Yd, chip: Od, clearIcon: Vd, emptyMessage: Ld }, Wd = { gap: "1.125rem" }, Fd = { gap: "0.5rem" }, jd = { root: Wd, controls: Fd }, Id = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Hd = { 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}" }, Ad = { 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}" } }, Nd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Pd = { root: Id, node: Hd, nodeToggleButton: Ad, connector: Nd }, qd = { outline: { width: "2px", color: "{content.background}" } }, Ed = { root: qd }, _d = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Ud = { 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}" } }, Xd = { color: "{text.muted.color}" }, Zd = { maxWidth: "2.5rem" }, Gd = { root: _d, navButton: Ud, currentPageReport: Xd, jumpToPageInput: Zd }, Jd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Qd = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Kd = { padding: "0.375rem 1.125rem" }, ol = { fontWeight: "600" }, rl = { padding: "0 1.125rem 1.125rem 1.125rem" }, el = { padding: "0 1.125rem 1.125rem 1.125rem" }, tl = { root: Jd, header: Qd, toggleableHeader: Kd, title: ol, content: rl, footer: el }, al = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, nl = { 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}" } }, il = { 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}" } }, dl = { indent: "1rem" }, ll = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, cl = { root: al, panel: nl, item: il, submenu: dl, submenuIcon: ll }, sl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ul = { color: "{form.field.icon.color}" }, fl = { 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}" }, gl = { gap: "0.5rem" }, ml = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, pl = { meter: sl, icon: ul, overlay: fl, content: gl, colorScheme: ml }, bl = { gap: "1.125rem" }, hl = { gap: "0.5rem" }, vl = { root: bl, controls: hl }, kl = { 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" }, yl = { padding: "{overlay.popover.padding}" }, $l = { root: kl, content: yl }, Cl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, xl = { background: "{primary.color}" }, wl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Bl = { root: Cl, value: xl, label: wl }, Rl = { 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}" } } }, Dl = { colorScheme: Rl }, Sl = { 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" } }, Ml = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, zl = { root: Sl, icon: Ml }, Yl = { 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}" } }, Vl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ol = { root: Yl, icon: Vl }, Ll = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Tl = { colorScheme: Ll }, Wl = { transitionDuration: "{transition.duration}" }, Fl = { 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}" } }, jl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Il = { root: Wl, bar: Fl, colorScheme: jl }, Hl = { 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}" } }, Al = { width: "2.5rem", color: "{form.field.icon.color}" }, Nl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Pl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, ql = { 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}" }, El = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, _l = { color: "{form.field.icon.color}" }, Ul = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Xl = { padding: "{list.option.padding}" }, Zl = { root: Hl, dropdown: Al, overlay: Nl, list: Pl, option: ql, optionGroup: El, clearIcon: _l, checkmark: Ul, emptyMessage: Xl }, Gl = { borderRadius: "{form.field.border.radius}" }, Jl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Ql = { root: Gl, colorScheme: Jl }, Kl = { borderRadius: "{content.border.radius}" }, oc = { 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)" } } }, rc = { root: Kl, colorScheme: oc }, ec = { transitionDuration: "{transition.duration}" }, tc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ac = { background: "{primary.color}" }, nc = { 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}" } }, ic = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, dc = { root: ec, track: tc, range: ac, handle: nc, colorScheme: ic }, lc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, cc = { root: lc }, sc = { 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)" }, uc = { root: sc }, fc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, gc = { background: "{content.border.color}" }, mc = { 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}" } }, pc = { root: fc, gutter: gc, handle: mc }, bc = { transitionDuration: "{transition.duration}" }, hc = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, vc = { padding: "0.5rem", gap: "1rem" }, kc = { 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" }, yc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, $c = { 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)" }, Cc = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, xc = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, wc = { root: bc, separator: hc, step: vc, stepHeader: kc, stepTitle: yc, stepNumber: $c, steppanels: Cc, steppanel: xc }, Bc = { transitionDuration: "{transition.duration}" }, Rc = { background: "{content.border.color}" }, Dc = { 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" }, Sc = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Mc = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, zc = { root: Bc, separator: Rc, itemLink: Dc, itemLabel: Sc, itemNumber: Mc }, Yc = { transitionDuration: "{transition.duration}" }, Vc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Oc = { 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}" } }, Lc = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Tc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Wc = { root: Yc, tablist: Vc, item: Oc, itemIcon: Lc, activeBar: Tc }, Fc = { transitionDuration: "{transition.duration}" }, jc = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Ic = { 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}" } }, Hc = { 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}" } }, Ac = { 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}" } }, Nc = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Pc = { 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%)" } } }, qc = { root: Fc, tablist: jc, tab: Ic, tabpanel: Hc, navButton: Ac, activeBar: Nc, colorScheme: Pc }, Ec = { transitionDuration: "{transition.duration}" }, _c = { background: "{content.background}", borderColor: "{content.border.color}" }, Uc = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Xc = { background: "{content.background}", color: "{content.color}" }, Zc = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Gc = { 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: Ec, tabList: _c, tab: Uc, tabPanel: Xc, navButton: Zc, colorScheme: Gc }, Qc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Kc = { size: "0.75rem" }, os = { 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}" } } }, rs = { root: Qc, icon: Kc, colorScheme: os }, es = { 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}" }, ts = { gap: "0.25rem" }, as = { margin: "2px 0" }, ns = { root: es, prompt: ts, commandResponse: as }, is = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, ds = { root: is }, ls = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, cs = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ss = { 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}" } }, us = { mobileIndent: "1rem" }, fs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, gs = { borderColor: "{content.border.color}" }, ms = { root: ls, list: cs, item: ss, submenu: us, submenuIcon: fs, separator: gs }, ps = { minHeight: "5rem" }, bs = { eventContent: { padding: "1rem 0" } }, hs = { eventContent: { padding: "0 1rem" } }, vs = { 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)" } }, ks = { color: "{content.border.color}", size: "2px" }, ys = { event: ps, horizontal: bs, vertical: hs, eventMarker: vs, eventConnector: ks }, $s = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Cs = { size: "1.125rem" }, xs = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, ws = { gap: "0.5rem" }, Bs = { fontWeight: "500", fontSize: "1rem" }, Rs = { fontWeight: "500", fontSize: "0.875rem" }, Ds = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Ss = { size: "1rem" }, Ms = { light: { root: { blur: "1.5px" }, info: { background: "color-mix(in srgb, {blue.50}, transparent 5%)", borderColor: "{blue.200}", color: "{blue.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "{blue.100}", focusRing: { color: "{blue.600}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.50}, transparent 5%)", borderColor: "{green.200}", color: "{green.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "{green.100}", focusRing: { color: "{green.600}", shadow: "none" } } }, warn: { background: "color-mix(in srgb,{yellow.50}, transparent 5%)", borderColor: "{yellow.200}", color: "{yellow.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "{yellow.100}", focusRing: { color: "{yellow.600}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.50}, transparent 5%)", borderColor: "{red.200}", color: "{red.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "{red.100}", focusRing: { color: "{red.600}", shadow: "none" } } }, secondary: { background: "{surface.100}", borderColor: "{surface.200}", color: "{surface.600}", detailColor: "{surface.700}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.200}", focusRing: { color: "{surface.600}", shadow: "none" } } }, contrast: { background: "{surface.900}", borderColor: "{surface.950}", color: "{surface.50}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.800}", focusRing: { color: "{surface.50}", shadow: "none" } } } }, dark: { root: { blur: "10px" }, info: { background: "color-mix(in srgb, {blue.500}, transparent 84%)", borderColor: "color-mix(in srgb, {blue.700}, transparent 64%)", color: "{blue.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {blue.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{blue.500}", shadow: "none" } } }, success: { background: "color-mix(in srgb, {green.500}, transparent 84%)", borderColor: "color-mix(in srgb, {green.700}, transparent 64%)", color: "{green.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {green.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{green.500}", shadow: "none" } } }, warn: { background: "color-mix(in srgb, {yellow.500}, transparent 84%)", borderColor: "color-mix(in srgb, {yellow.700}, transparent 64%)", color: "{yellow.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {yellow.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{yellow.500}", shadow: "none" } } }, error: { background: "color-mix(in srgb, {red.500}, transparent 84%)", borderColor: "color-mix(in srgb, {red.700}, transparent 64%)", color: "{red.500}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {red.500}, transparent 96%)", closeButton: { hoverBackground: "rgba(255, 255, 255, 0.05)", focusRing: { color: "{red.500}", shadow: "none" } } }, secondary: { background: "{surface.800}", borderColor: "{surface.700}", color: "{surface.300}", detailColor: "{surface.0}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.500}, transparent 96%)", closeButton: { hoverBackground: "{surface.700}", focusRing: { color: "{surface.300}", shadow: "none" } } }, contrast: { background: "{surface.0}", borderColor: "{surface.100}", color: "{surface.950}", detailColor: "{surface.950}", shadow: "0px 4px 8px 0px color-mix(in srgb, {surface.950}, transparent 96%)", closeButton: { hoverBackground: "{surface.100}", focusRing: { color: "{surface.950}", shadow: "none" } } } } }, zs = { root: $s, icon: Cs, content: xs, text: ws, summary: Bs, detail: Rs, closeButton: Ds, closeIcon: Ss, colorScheme: Ms }, Ys = { 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" } }, Vs = { disabledColor: "{form.field.disabled.color}" }, Os = { 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" } }, Ls = { 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}" } } }, Ts = { root: Ys, icon: Vs, content: Os, colorScheme: Ls }, Ws = { 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" }, Fs = { borderRadius: "50%", size: "1rem" }, js = { 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}" } } }, Is = { root: Ws, handle: Fs, colorScheme: js }, Hs = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, As = { root: Hs }, Ns = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Ps = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, qs = { root: Ns, colorScheme: Ps }, Es = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, _s = { 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" }, Us = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Xs = { 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}" } }, Zs = { size: "2rem" }, Gs = { margin: "0 0 0.5rem 0" }, Js = `
1535
1524
  .p-tree-mask.p-overlay-mask {
1536
1525
  --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
1537
1526
  }
@@ -1543,7 +1532,7 @@ var ue = { transitionDuration: "{transition.duration}" }, fe = { borderWidth: "0
1543
1532
  for (var e in r || (r = {})) Yu.call(r, e) && Eo(o, e, r[e]);
1544
1533
  if (qo) for (var e of qo(r)) Vu.call(r, e) && Eo(o, e, r[e]);
1545
1534
  return o;
1546
- })({}, Ae), Mu(_o, zu({ components: { accordion: pe, autocomplete: Be, avatar: Ye, badge: Ie, blockui: Pe, breadcrumb: Ue, button: Ge, card: et, carousel: lt, cascadeselect: pt, checkbox: vt, chip: wt, colorpicker: Mt, confirmdialog: Vt, confirmpopup: Ft, contextmenu: qt, datatable: fa, dataview: ka, datepicker: ja, dialog: Ea, divider: Ga, dock: Ka, drawer: nn, editor: fn, fieldset: hn, fileupload: Bn, floatlabel: zn, galleria: En, iconfield: Un, iftalabel: Gn, image: ri, imagecompare: ti, inlinemessage: li, inplace: ui, inputchips: pi, inputgroup: hi, inputnumber: $i, inputotp: wi, inputtext: Ri, knob: Yi, listbox: ji, megamenu: Zi, menu: rd, menubar: ld, message: vd, metergroup: Bd, multiselect: Td, orderlist: Id, organizationchart: Pd, overlaybadge: Ed, paginator: Gd, panel: tl, panelmenu: cl, password: pl, picklist: vl, popover: $l, progressbar: Bl, progressspinner: Dl, radiobutton: zl, rating: Ol, ripple: Tl, scrollpanel: jl, select: Zl, selectbutton: Ql, skeleton: rc, slider: dc, speeddial: cc, splitbutton: uc, splitter: pc, stepper: wc, steps: zc, tabmenu: Wc, tabs: qc, tabview: Jc, tag: rs, terminal: ns, textarea: ds, tieredmenu: ms, timeline: ys, toast: zs, togglebutton: Ts, toggleswitch: js, toolbar: As, tooltip: qs, tree: Qs, treeselect: iu, treetable: Bu, virtualscroller: Du }, css: Et })));
1535
+ })({}, Ae), Mu(_o, zu({ components: { accordion: pe, autocomplete: Be, avatar: Ye, badge: je, blockui: Pe, breadcrumb: Ue, button: Ge, card: et, carousel: lt, cascadeselect: pt, checkbox: vt, chip: wt, colorpicker: Mt, confirmdialog: Vt, confirmpopup: Ft, contextmenu: qt, datatable: fa, dataview: ka, datepicker: Ia, dialog: Ea, divider: Ga, dock: Ka, drawer: nn, editor: fn, fieldset: hn, fileupload: Bn, floatlabel: zn, galleria: En, iconfield: Un, iftalabel: Gn, image: ri, imagecompare: ti, inlinemessage: li, inplace: ui, inputchips: pi, inputgroup: hi, inputnumber: $i, inputotp: wi, inputtext: Ri, knob: Yi, listbox: Ii, megamenu: Zi, menu: rd, menubar: ld, message: vd, metergroup: Bd, multiselect: Td, orderlist: jd, organizationchart: Pd, overlaybadge: Ed, paginator: Gd, panel: tl, panelmenu: cl, password: pl, picklist: vl, popover: $l, progressbar: Bl, progressspinner: Dl, radiobutton: zl, rating: Ol, ripple: Tl, scrollpanel: Il, select: Zl, selectbutton: Ql, skeleton: rc, slider: dc, speeddial: cc, splitbutton: uc, splitter: pc, stepper: wc, steps: zc, tabmenu: Wc, tabs: qc, tabview: Jc, tag: rs, terminal: ns, textarea: ds, tieredmenu: ms, timeline: ys, toast: zs, togglebutton: Ts, toggleswitch: Is, toolbar: As, tooltip: qs, tree: Qs, treeselect: iu, treetable: Bu, virtualscroller: Du }, css: Et })));
1547
1536
  const Lu = {
1548
1537
  startsWith: "Começa com",
1549
1538
  contains: "Contém",
@@ -1653,65 +1642,65 @@ function S0(o, r) {
1653
1642
  document.removeEventListener("pointerdown", e);
1654
1643
  });
1655
1644
  }
1656
- function vo(o) {
1645
+ function ko(o) {
1657
1646
  return o && o.__esModule && Object.prototype.hasOwnProperty.call(o, "default") ? o.default : o;
1658
1647
  }
1659
- var $o = { exports: {} }, Tu = $o.exports, Uo;
1648
+ var Co = { exports: {} }, Tu = Co.exports, Uo;
1660
1649
  function dr() {
1661
1650
  return Uo || (Uo = 1, (function(o, r) {
1662
1651
  (function(e, t) {
1663
1652
  o.exports = t();
1664
1653
  })(Tu, (function() {
1665
- var e = 1e3, t = 6e4, a = 36e5, c = "millisecond", n = "second", m = "minute", d = "hour", b = "day", $ = "week", R = "month", k = "quarter", z = "year", y = "date", p = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|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(s) {
1666
- var i = ["th", "st", "nd", "rd"], l = s % 100;
1667
- return "[" + s + (i[(l - 20) % 10] || i[l] || i[0]) + "]";
1668
- } }, x = function(s, i, l) {
1654
+ var e = 1e3, t = 6e4, a = 36e5, c = "millisecond", i = "second", m = "minute", l = "hour", b = "day", $ = "week", R = "month", k = "quarter", z = "year", y = "date", p = "Invalid Date", f = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, v = /\[([^\]]+)]|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(s) {
1655
+ var n = ["th", "st", "nd", "rd"], d = s % 100;
1656
+ return "[" + s + (n[(d - 20) % 10] || n[d] || n[0]) + "]";
1657
+ } }, x = function(s, n, d) {
1669
1658
  var h = String(s);
1670
- return !h || h.length >= i ? s : "" + Array(i + 1 - h.length).join(l) + s;
1659
+ return !h || h.length >= n ? s : "" + Array(n + 1 - h.length).join(d) + s;
1671
1660
  }, L = { s: x, z: function(s) {
1672
- var i = -s.utcOffset(), l = Math.abs(i), h = Math.floor(l / 60), g = l % 60;
1673
- return (i <= 0 ? "+" : "-") + x(h, 2, "0") + ":" + x(g, 2, "0");
1674
- }, m: function s(i, l) {
1675
- if (i.date() < l.date()) return -s(l, i);
1676
- var h = 12 * (l.year() - i.year()) + (l.month() - i.month()), g = i.clone().add(h, R), w = l - g < 0, D = i.clone().add(h + (w ? -1 : 1), R);
1677
- return +(-(h + (l - g) / (w ? g - D : D - g)) || 0);
1661
+ var n = -s.utcOffset(), d = Math.abs(n), h = Math.floor(d / 60), g = d % 60;
1662
+ return (n <= 0 ? "+" : "-") + x(h, 2, "0") + ":" + x(g, 2, "0");
1663
+ }, m: function s(n, d) {
1664
+ if (n.date() < d.date()) return -s(d, n);
1665
+ var h = 12 * (d.year() - n.year()) + (d.month() - n.month()), g = n.clone().add(h, R), w = d - g < 0, D = n.clone().add(h + (w ? -1 : 1), R);
1666
+ return +(-(h + (d - g) / (w ? g - D : D - g)) || 0);
1678
1667
  }, a: function(s) {
1679
1668
  return s < 0 ? Math.ceil(s) || 0 : Math.floor(s);
1680
1669
  }, p: function(s) {
1681
- return { M: R, y: z, w: $, d: b, D: y, h: d, m, s: n, ms: c, Q: k }[s] || String(s || "").toLowerCase().replace(/s$/, "");
1670
+ return { M: R, y: z, w: $, d: b, D: y, h: l, m, s: i, ms: c, Q: k }[s] || String(s || "").toLowerCase().replace(/s$/, "");
1682
1671
  }, u: function(s) {
1683
1672
  return s === void 0;
1684
1673
  } }, V = "en", W = {};
1685
1674
  W[V] = C;
1686
1675
  var F = "$isDayjsObject", A = function(s) {
1687
1676
  return s instanceof _ || !(!s || !s[F]);
1688
- }, I = function s(i, l, h) {
1677
+ }, j = function s(n, d, h) {
1689
1678
  var g;
1690
- if (!i) return V;
1691
- if (typeof i == "string") {
1692
- var w = i.toLowerCase();
1693
- W[w] && (g = w), l && (W[w] = l, g = w);
1694
- var D = i.split("-");
1679
+ if (!n) return V;
1680
+ if (typeof n == "string") {
1681
+ var w = n.toLowerCase();
1682
+ W[w] && (g = w), d && (W[w] = d, g = w);
1683
+ var D = n.split("-");
1695
1684
  if (!g && D.length > 1) return s(D[0]);
1696
1685
  } else {
1697
- var Y = i.name;
1698
- W[Y] = i, g = Y;
1686
+ var Y = n.name;
1687
+ W[Y] = n, g = Y;
1699
1688
  }
1700
1689
  return !h && g && (V = g), g || !h && V;
1701
- }, O = function(s, i) {
1690
+ }, O = function(s, n) {
1702
1691
  if (A(s)) return s.clone();
1703
- var l = typeof i == "object" ? i : {};
1704
- return l.date = s, l.args = arguments, new _(l);
1692
+ var d = typeof n == "object" ? n : {};
1693
+ return d.date = s, d.args = arguments, new _(d);
1705
1694
  }, S = L;
1706
- S.l = I, S.i = A, S.w = function(s, i) {
1707
- return O(s, { locale: i.$L, utc: i.$u, x: i.$x, $offset: i.$offset });
1695
+ S.l = j, S.i = A, S.w = function(s, n) {
1696
+ return O(s, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
1708
1697
  };
1709
1698
  var _ = (function() {
1710
- function s(l) {
1711
- this.$L = I(l.locale, null, !0), this.parse(l), this.$x = this.$x || l.x || {}, this[F] = !0;
1699
+ function s(d) {
1700
+ this.$L = j(d.locale, null, !0), this.parse(d), this.$x = this.$x || d.x || {}, this[F] = !0;
1712
1701
  }
1713
- var i = s.prototype;
1714
- return i.parse = function(l) {
1702
+ var n = s.prototype;
1703
+ return n.parse = function(d) {
1715
1704
  this.$d = (function(h) {
1716
1705
  var g = h.date, w = h.utc;
1717
1706
  if (g === null) return /* @__PURE__ */ new Date(NaN);
@@ -1720,37 +1709,37 @@ function dr() {
1720
1709
  if (typeof g == "string" && !/Z$/i.test(g)) {
1721
1710
  var D = g.match(f);
1722
1711
  if (D) {
1723
- var Y = D[2] - 1 || 0, j = (D[7] || "0").substring(0, 3);
1724
- return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, j)) : new Date(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, j);
1712
+ var Y = D[2] - 1 || 0, I = (D[7] || "0").substring(0, 3);
1713
+ return w ? new Date(Date.UTC(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, I)) : new Date(D[1], Y, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, I);
1725
1714
  }
1726
1715
  }
1727
1716
  return new Date(g);
1728
- })(l), this.init();
1729
- }, i.init = function() {
1730
- var l = this.$d;
1731
- this.$y = l.getFullYear(), this.$M = l.getMonth(), this.$D = l.getDate(), this.$W = l.getDay(), this.$H = l.getHours(), this.$m = l.getMinutes(), this.$s = l.getSeconds(), this.$ms = l.getMilliseconds();
1732
- }, i.$utils = function() {
1717
+ })(d), this.init();
1718
+ }, n.init = function() {
1719
+ var d = this.$d;
1720
+ this.$y = d.getFullYear(), this.$M = d.getMonth(), this.$D = d.getDate(), this.$W = d.getDay(), this.$H = d.getHours(), this.$m = d.getMinutes(), this.$s = d.getSeconds(), this.$ms = d.getMilliseconds();
1721
+ }, n.$utils = function() {
1733
1722
  return S;
1734
- }, i.isValid = function() {
1723
+ }, n.isValid = function() {
1735
1724
  return this.$d.toString() !== p;
1736
- }, i.isSame = function(l, h) {
1737
- var g = O(l);
1725
+ }, n.isSame = function(d, h) {
1726
+ var g = O(d);
1738
1727
  return this.startOf(h) <= g && g <= this.endOf(h);
1739
- }, i.isAfter = function(l, h) {
1740
- return O(l) < this.startOf(h);
1741
- }, i.isBefore = function(l, h) {
1742
- return this.endOf(h) < O(l);
1743
- }, i.$g = function(l, h, g) {
1744
- return S.u(l) ? this[h] : this.set(g, l);
1745
- }, i.unix = function() {
1728
+ }, n.isAfter = function(d, h) {
1729
+ return O(d) < this.startOf(h);
1730
+ }, n.isBefore = function(d, h) {
1731
+ return this.endOf(h) < O(d);
1732
+ }, n.$g = function(d, h, g) {
1733
+ return S.u(d) ? this[h] : this.set(g, d);
1734
+ }, n.unix = function() {
1746
1735
  return Math.floor(this.valueOf() / 1e3);
1747
- }, i.valueOf = function() {
1736
+ }, n.valueOf = function() {
1748
1737
  return this.$d.getTime();
1749
- }, i.startOf = function(l, h) {
1750
- var g = this, w = !!S.u(h) || h, D = S.p(l), Y = function(ro, X) {
1738
+ }, n.startOf = function(d, h) {
1739
+ var g = this, w = !!S.u(h) || h, D = S.p(d), Y = function(ro, X) {
1751
1740
  var K = S.w(g.$u ? Date.UTC(g.$y, X, ro) : new Date(g.$y, X, ro), g);
1752
1741
  return w ? K : K.endOf(b);
1753
- }, j = function(ro, X) {
1742
+ }, I = function(ro, X) {
1754
1743
  return S.w(g.toDate()[ro].apply(g.toDate("s"), (w ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(X)), g);
1755
1744
  }, N = this.$W, U = this.$M, J = this.$D, lo = "set" + (this.$u ? "UTC" : "");
1756
1745
  switch (D) {
@@ -1763,48 +1752,48 @@ function dr() {
1763
1752
  return Y(w ? J - go : J + (6 - go), U);
1764
1753
  case b:
1765
1754
  case y:
1766
- return j(lo + "Hours", 0);
1767
- case d:
1768
- return j(lo + "Minutes", 1);
1755
+ return I(lo + "Hours", 0);
1756
+ case l:
1757
+ return I(lo + "Minutes", 1);
1769
1758
  case m:
1770
- return j(lo + "Seconds", 2);
1771
- case n:
1772
- return j(lo + "Milliseconds", 3);
1759
+ return I(lo + "Seconds", 2);
1760
+ case i:
1761
+ return I(lo + "Milliseconds", 3);
1773
1762
  default:
1774
1763
  return this.clone();
1775
1764
  }
1776
- }, i.endOf = function(l) {
1777
- return this.startOf(l, !1);
1778
- }, i.$set = function(l, h) {
1779
- var g, w = S.p(l), D = "set" + (this.$u ? "UTC" : ""), Y = (g = {}, g[b] = D + "Date", g[y] = D + "Date", g[R] = D + "Month", g[z] = D + "FullYear", g[d] = D + "Hours", g[m] = D + "Minutes", g[n] = D + "Seconds", g[c] = D + "Milliseconds", g)[w], j = w === b ? this.$D + (h - this.$W) : h;
1765
+ }, n.endOf = function(d) {
1766
+ return this.startOf(d, !1);
1767
+ }, n.$set = function(d, h) {
1768
+ var g, w = S.p(d), D = "set" + (this.$u ? "UTC" : ""), Y = (g = {}, g[b] = D + "Date", g[y] = D + "Date", g[R] = D + "Month", g[z] = D + "FullYear", g[l] = D + "Hours", g[m] = D + "Minutes", g[i] = D + "Seconds", g[c] = D + "Milliseconds", g)[w], I = w === b ? this.$D + (h - this.$W) : h;
1780
1769
  if (w === R || w === z) {
1781
1770
  var N = this.clone().set(y, 1);
1782
- N.$d[Y](j), N.init(), this.$d = N.set(y, Math.min(this.$D, N.daysInMonth())).$d;
1783
- } else Y && this.$d[Y](j);
1771
+ N.$d[Y](I), N.init(), this.$d = N.set(y, Math.min(this.$D, N.daysInMonth())).$d;
1772
+ } else Y && this.$d[Y](I);
1784
1773
  return this.init(), this;
1785
- }, i.set = function(l, h) {
1786
- return this.clone().$set(l, h);
1787
- }, i.get = function(l) {
1788
- return this[S.p(l)]();
1789
- }, i.add = function(l, h) {
1774
+ }, n.set = function(d, h) {
1775
+ return this.clone().$set(d, h);
1776
+ }, n.get = function(d) {
1777
+ return this[S.p(d)]();
1778
+ }, n.add = function(d, h) {
1790
1779
  var g, w = this;
1791
- l = Number(l);
1780
+ d = Number(d);
1792
1781
  var D = S.p(h), Y = function(U) {
1793
1782
  var J = O(w);
1794
- return S.w(J.date(J.date() + Math.round(U * l)), w);
1783
+ return S.w(J.date(J.date() + Math.round(U * d)), w);
1795
1784
  };
1796
- if (D === R) return this.set(R, this.$M + l);
1797
- if (D === z) return this.set(z, this.$y + l);
1785
+ if (D === R) return this.set(R, this.$M + d);
1786
+ if (D === z) return this.set(z, this.$y + d);
1798
1787
  if (D === b) return Y(1);
1799
1788
  if (D === $) return Y(7);
1800
- var j = (g = {}, g[m] = t, g[d] = a, g[n] = e, g)[D] || 1, N = this.$d.getTime() + l * j;
1789
+ var I = (g = {}, g[m] = t, g[l] = a, g[i] = e, g)[D] || 1, N = this.$d.getTime() + d * I;
1801
1790
  return S.w(N, this);
1802
- }, i.subtract = function(l, h) {
1803
- return this.add(-1 * l, h);
1804
- }, i.format = function(l) {
1791
+ }, n.subtract = function(d, h) {
1792
+ return this.add(-1 * d, h);
1793
+ }, n.format = function(d) {
1805
1794
  var h = this, g = this.$locale();
1806
1795
  if (!this.isValid()) return g.invalidDate || p;
1807
- var w = l || "YYYY-MM-DDTHH:mm:ssZ", D = S.z(this), Y = this.$H, j = this.$m, N = this.$M, U = g.weekdays, J = g.months, lo = g.meridiem, ao = function(X, K, no, co) {
1796
+ var w = d || "YYYY-MM-DDTHH:mm:ssZ", D = S.z(this), Y = this.$H, I = this.$m, N = this.$M, U = g.weekdays, J = g.months, lo = g.meridiem, ao = function(X, K, no, co) {
1808
1797
  return X && (X[K] || X(h, w)) || no[K].slice(0, co);
1809
1798
  }, go = function(X) {
1810
1799
  return S.s(Y % 12 || 12, X, "0");
@@ -1848,13 +1837,13 @@ function dr() {
1848
1837
  case "hh":
1849
1838
  return go(2);
1850
1839
  case "a":
1851
- return ro(Y, j, !0);
1840
+ return ro(Y, I, !0);
1852
1841
  case "A":
1853
- return ro(Y, j, !1);
1842
+ return ro(Y, I, !1);
1854
1843
  case "m":
1855
- return String(j);
1844
+ return String(I);
1856
1845
  case "mm":
1857
- return S.s(j, 2, "0");
1846
+ return S.s(I, 2, "0");
1858
1847
  case "s":
1859
1848
  return String(h.$s);
1860
1849
  case "ss":
@@ -1867,11 +1856,11 @@ function dr() {
1867
1856
  return null;
1868
1857
  })(X) || D.replace(":", "");
1869
1858
  }));
1870
- }, i.utcOffset = function() {
1859
+ }, n.utcOffset = function() {
1871
1860
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
1872
- }, i.diff = function(l, h, g) {
1873
- var w, D = this, Y = S.p(h), j = O(l), N = (j.utcOffset() - this.utcOffset()) * t, U = this - j, J = function() {
1874
- return S.m(D, j);
1861
+ }, n.diff = function(d, h, g) {
1862
+ var w, D = this, Y = S.p(h), I = O(d), N = (I.utcOffset() - this.utcOffset()) * t, U = this - I, J = function() {
1863
+ return S.m(D, I);
1875
1864
  };
1876
1865
  switch (Y) {
1877
1866
  case z:
@@ -1889,77 +1878,77 @@ function dr() {
1889
1878
  case b:
1890
1879
  w = (U - N) / 864e5;
1891
1880
  break;
1892
- case d:
1881
+ case l:
1893
1882
  w = U / a;
1894
1883
  break;
1895
1884
  case m:
1896
1885
  w = U / t;
1897
1886
  break;
1898
- case n:
1887
+ case i:
1899
1888
  w = U / e;
1900
1889
  break;
1901
1890
  default:
1902
1891
  w = U;
1903
1892
  }
1904
1893
  return g ? w : S.a(w);
1905
- }, i.daysInMonth = function() {
1894
+ }, n.daysInMonth = function() {
1906
1895
  return this.endOf(R).$D;
1907
- }, i.$locale = function() {
1896
+ }, n.$locale = function() {
1908
1897
  return W[this.$L];
1909
- }, i.locale = function(l, h) {
1910
- if (!l) return this.$L;
1911
- var g = this.clone(), w = I(l, h, !0);
1898
+ }, n.locale = function(d, h) {
1899
+ if (!d) return this.$L;
1900
+ var g = this.clone(), w = j(d, h, !0);
1912
1901
  return w && (g.$L = w), g;
1913
- }, i.clone = function() {
1902
+ }, n.clone = function() {
1914
1903
  return S.w(this.$d, this);
1915
- }, i.toDate = function() {
1904
+ }, n.toDate = function() {
1916
1905
  return new Date(this.valueOf());
1917
- }, i.toJSON = function() {
1906
+ }, n.toJSON = function() {
1918
1907
  return this.isValid() ? this.toISOString() : null;
1919
- }, i.toISOString = function() {
1908
+ }, n.toISOString = function() {
1920
1909
  return this.$d.toISOString();
1921
- }, i.toString = function() {
1910
+ }, n.toString = function() {
1922
1911
  return this.$d.toUTCString();
1923
1912
  }, s;
1924
1913
  })(), u = _.prototype;
1925
- return O.prototype = u, [["$ms", c], ["$s", n], ["$m", m], ["$H", d], ["$W", b], ["$M", R], ["$y", z], ["$D", y]].forEach((function(s) {
1926
- u[s[1]] = function(i) {
1927
- return this.$g(i, s[0], s[1]);
1914
+ return O.prototype = u, [["$ms", c], ["$s", i], ["$m", m], ["$H", l], ["$W", b], ["$M", R], ["$y", z], ["$D", y]].forEach((function(s) {
1915
+ u[s[1]] = function(n) {
1916
+ return this.$g(n, s[0], s[1]);
1928
1917
  };
1929
- })), O.extend = function(s, i) {
1930
- return s.$i || (s(i, _, O), s.$i = !0), O;
1931
- }, O.locale = I, O.isDayjs = A, O.unix = function(s) {
1918
+ })), O.extend = function(s, n) {
1919
+ return s.$i || (s(n, _, O), s.$i = !0), O;
1920
+ }, O.locale = j, O.isDayjs = A, O.unix = function(s) {
1932
1921
  return O(1e3 * s);
1933
1922
  }, O.en = W[V], O.Ls = W, O.p = {}, O;
1934
1923
  }));
1935
- })($o)), $o.exports;
1924
+ })(Co)), Co.exports;
1936
1925
  }
1937
1926
  var Wu = dr();
1938
- const eo = /* @__PURE__ */ vo(Wu);
1939
- var Co = { exports: {} }, Fu = Co.exports, Xo;
1940
- function Iu() {
1927
+ const eo = /* @__PURE__ */ ko(Wu);
1928
+ var xo = { exports: {} }, Fu = xo.exports, Xo;
1929
+ function ju() {
1941
1930
  return Xo || (Xo = 1, (function(o, r) {
1942
1931
  (function(e, t) {
1943
1932
  o.exports = t(dr());
1944
1933
  })(Fu, (function(e) {
1945
- function t(n) {
1946
- return n && typeof n == "object" && "default" in n ? n : { default: n };
1934
+ function t(i) {
1935
+ return i && typeof i == "object" && "default" in i ? i : { default: i };
1947
1936
  }
1948
- var a = t(e), c = { 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) {
1949
- return n + "º";
1937
+ var a = t(e), c = { 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(i) {
1938
+ return i + "º";
1950
1939
  }, 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" } };
1951
1940
  return a.default.locale(c, null, !0), c;
1952
1941
  }));
1953
- })(Co)), Co.exports;
1942
+ })(xo)), xo.exports;
1954
1943
  }
1955
- Iu();
1956
- var xo = { exports: {} }, ju = xo.exports, Zo;
1944
+ ju();
1945
+ var wo = { exports: {} }, Iu = wo.exports, Zo;
1957
1946
  function Hu() {
1958
1947
  return Zo || (Zo = 1, (function(o, r) {
1959
1948
  (function(e, t) {
1960
1949
  o.exports = t();
1961
- })(ju, (function() {
1962
- 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" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, c = /\d\d/, n = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, d = {}, b = function(f) {
1950
+ })(Iu, (function() {
1951
+ 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" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, a = /\d/, c = /\d\d/, i = /\d\d?/, m = /\d*[^-_:/,()\s\d]+/, l = {}, b = function(f) {
1963
1952
  return (f = +f) + (f > 68 ? 1900 : 2e3);
1964
1953
  }, $ = function(f) {
1965
1954
  return function(v) {
@@ -1972,10 +1961,10 @@ function Hu() {
1972
1961
  return x === 0 ? 0 : C[0] === "+" ? -x : x;
1973
1962
  })(f);
1974
1963
  }], k = function(f) {
1975
- var v = d[f];
1964
+ var v = l[f];
1976
1965
  return v && (v.indexOf ? v : v.s.concat(v.f));
1977
1966
  }, z = function(f, v) {
1978
- var C, x = d.meridiem;
1967
+ var C, x = l.meridiem;
1979
1968
  if (x) {
1980
1969
  for (var L = 1; L <= 24; L += 1) if (f.indexOf(x(L, 0, v)) > -1) {
1981
1970
  C = L > 12;
@@ -1995,10 +1984,10 @@ function Hu() {
1995
1984
  this.milliseconds = 10 * +f;
1996
1985
  }], SSS: [/\d{3}/, function(f) {
1997
1986
  this.milliseconds = +f;
1998
- }], 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: [c, $("day")], Do: [m, function(f) {
1999
- var v = d.ordinal, C = f.match(/\d+/);
1987
+ }], s: [i, $("seconds")], ss: [i, $("seconds")], m: [i, $("minutes")], mm: [i, $("minutes")], H: [i, $("hours")], h: [i, $("hours")], HH: [i, $("hours")], hh: [i, $("hours")], D: [i, $("day")], DD: [c, $("day")], Do: [m, function(f) {
1988
+ var v = l.ordinal, C = f.match(/\d+/);
2000
1989
  if (this.day = C[0], v) for (var x = 1; x <= 31; x += 1) v(x).replace(/\[|\]/g, "") === f && (this.day = x);
2001
- }], w: [n, $("week")], ww: [c, $("week")], M: [n, $("month")], MM: [c, $("month")], MMM: [m, function(f) {
1990
+ }], w: [i, $("week")], ww: [c, $("week")], M: [i, $("month")], MM: [c, $("month")], MMM: [m, function(f) {
2002
1991
  var v = k("months"), C = (k("monthsShort") || v.map((function(x) {
2003
1992
  return x.slice(0, 3);
2004
1993
  }))).indexOf(f) + 1;
@@ -2013,23 +2002,23 @@ function Hu() {
2013
2002
  }], YYYY: [/\d{4}/, $("year")], Z: R, ZZ: R };
2014
2003
  function p(f) {
2015
2004
  var v, C;
2016
- v = f, C = d && d.formats;
2005
+ v = f, C = l && l.formats;
2017
2006
  for (var x = (f = v.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(O, S, _) {
2018
2007
  var u = _ && _.toUpperCase();
2019
- return S || C[_] || e[_] || C[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, i, l) {
2020
- return i || l.slice(1);
2008
+ return S || C[_] || e[_] || C[u].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(s, n, d) {
2009
+ return n || d.slice(1);
2021
2010
  }));
2022
2011
  }))).match(t), L = x.length, V = 0; V < L; V += 1) {
2023
- var W = x[V], F = y[W], A = F && F[0], I = F && F[1];
2024
- x[V] = I ? { regex: A, parser: I } : W.replace(/^\[|\]$/g, "");
2012
+ var W = x[V], F = y[W], A = F && F[0], j = F && F[1];
2013
+ x[V] = j ? { regex: A, parser: j } : W.replace(/^\[|\]$/g, "");
2025
2014
  }
2026
2015
  return function(O) {
2027
2016
  for (var S = {}, _ = 0, u = 0; _ < L; _ += 1) {
2028
2017
  var s = x[_];
2029
2018
  if (typeof s == "string") u += s.length;
2030
2019
  else {
2031
- var i = s.regex, l = s.parser, h = O.slice(u), g = i.exec(h)[0];
2032
- l.call(S, g), O = O.replace(g, "");
2020
+ var n = s.regex, d = s.parser, h = O.slice(u), g = n.exec(h)[0];
2021
+ d.call(S, g), O = O.replace(g, "");
2033
2022
  }
2034
2023
  }
2035
2024
  return (function(w) {
@@ -2047,38 +2036,38 @@ function Hu() {
2047
2036
  x.parse = function(V) {
2048
2037
  var W = V.date, F = V.utc, A = V.args;
2049
2038
  this.$u = F;
2050
- var I = A[1];
2051
- if (typeof I == "string") {
2039
+ var j = A[1];
2040
+ if (typeof j == "string") {
2052
2041
  var O = A[2] === !0, S = A[3] === !0, _ = O || S, u = A[2];
2053
- S && (u = A[2]), d = this.$locale(), !O && u && (d = C.Ls[u]), this.$d = (function(h, g, w, D) {
2042
+ S && (u = A[2]), l = this.$locale(), !O && u && (l = C.Ls[u]), this.$d = (function(h, g, w, D) {
2054
2043
  try {
2055
2044
  if (["x", "X"].indexOf(g) > -1) return new Date((g === "X" ? 1e3 : 1) * h);
2056
- var Y = p(g)(h), j = Y.year, N = Y.month, U = Y.day, J = Y.hours, lo = Y.minutes, ao = Y.seconds, go = Y.milliseconds, ro = Y.zone, X = Y.week, K = /* @__PURE__ */ new Date(), no = U || (j || N ? 1 : K.getDate()), co = j || K.getFullYear(), ko = 0;
2057
- j && !N || (ko = N > 0 ? N - 1 : K.getMonth());
2058
- var yo, Lo = J || 0, To = lo || 0, Wo = ao || 0, Fo = go || 0;
2059
- return ro ? new Date(Date.UTC(co, ko, no, Lo, To, Wo, Fo + 60 * ro.offset * 1e3)) : w ? new Date(Date.UTC(co, ko, no, Lo, To, Wo, Fo)) : (yo = new Date(co, ko, no, Lo, To, Wo, Fo), X && (yo = D(yo).week(X).toDate()), yo);
2045
+ var Y = p(g)(h), I = Y.year, N = Y.month, U = Y.day, J = Y.hours, lo = Y.minutes, ao = Y.seconds, go = Y.milliseconds, ro = Y.zone, X = Y.week, K = /* @__PURE__ */ new Date(), no = U || (I || N ? 1 : K.getDate()), co = I || K.getFullYear(), yo = 0;
2046
+ I && !N || (yo = N > 0 ? N - 1 : K.getMonth());
2047
+ var $o, Oo = J || 0, Lo = lo || 0, To = ao || 0, Wo = go || 0;
2048
+ return ro ? new Date(Date.UTC(co, yo, no, Oo, Lo, To, Wo + 60 * ro.offset * 1e3)) : w ? new Date(Date.UTC(co, yo, no, Oo, Lo, To, Wo)) : ($o = new Date(co, yo, no, Oo, Lo, To, Wo), X && ($o = D($o).week(X).toDate()), $o);
2060
2049
  } catch {
2061
2050
  return /* @__PURE__ */ new Date("");
2062
2051
  }
2063
- })(W, I, F, C), this.init(), u && u !== !0 && (this.$L = this.locale(u).$L), _ && W != this.format(I) && (this.$d = /* @__PURE__ */ new Date("")), d = {};
2064
- } else if (I instanceof Array) for (var s = I.length, i = 1; i <= s; i += 1) {
2065
- A[1] = I[i - 1];
2066
- var l = C.apply(this, A);
2067
- if (l.isValid()) {
2068
- this.$d = l.$d, this.$L = l.$L, this.init();
2052
+ })(W, j, F, C), this.init(), u && u !== !0 && (this.$L = this.locale(u).$L), _ && W != this.format(j) && (this.$d = /* @__PURE__ */ new Date("")), l = {};
2053
+ } else if (j instanceof Array) for (var s = j.length, n = 1; n <= s; n += 1) {
2054
+ A[1] = j[n - 1];
2055
+ var d = C.apply(this, A);
2056
+ if (d.isValid()) {
2057
+ this.$d = d.$d, this.$L = d.$L, this.init();
2069
2058
  break;
2070
2059
  }
2071
- i === s && (this.$d = /* @__PURE__ */ new Date(""));
2060
+ n === s && (this.$d = /* @__PURE__ */ new Date(""));
2072
2061
  }
2073
2062
  else L.call(this, V);
2074
2063
  };
2075
2064
  };
2076
2065
  }));
2077
- })(xo)), xo.exports;
2066
+ })(wo)), wo.exports;
2078
2067
  }
2079
2068
  var Au = Hu();
2080
- const Nu = /* @__PURE__ */ vo(Au);
2081
- var wo = { exports: {} }, Pu = wo.exports, Go;
2069
+ const Nu = /* @__PURE__ */ ko(Au);
2070
+ var Bo = { exports: {} }, Pu = Bo.exports, Go;
2082
2071
  function qu() {
2083
2072
  return Go || (Go = 1, (function(o, r) {
2084
2073
  (function(e, t) {
@@ -2086,9 +2075,9 @@ function qu() {
2086
2075
  })(Pu, (function() {
2087
2076
  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" };
2088
2077
  return function(t, a, c) {
2089
- var n = a.prototype, m = n.format;
2090
- c.en.formats = e, n.format = function(d) {
2091
- d === void 0 && (d = "YYYY-MM-DDTHH:mm:ssZ");
2078
+ var i = a.prototype, m = i.format;
2079
+ c.en.formats = e, i.format = function(l) {
2080
+ l === void 0 && (l = "YYYY-MM-DDTHH:mm:ssZ");
2092
2081
  var b = this.$locale().formats, $ = (function(R, k) {
2093
2082
  return R.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(z, y, p) {
2094
2083
  var f = p && p.toUpperCase();
@@ -2096,54 +2085,54 @@ function qu() {
2096
2085
  return C || x.slice(1);
2097
2086
  }));
2098
2087
  }));
2099
- })(d, b === void 0 ? {} : b);
2088
+ })(l, b === void 0 ? {} : b);
2100
2089
  return m.call(this, $);
2101
2090
  };
2102
2091
  };
2103
2092
  }));
2104
- })(wo)), wo.exports;
2093
+ })(Bo)), Bo.exports;
2105
2094
  }
2106
2095
  var Eu = qu();
2107
- const _u = /* @__PURE__ */ vo(Eu);
2108
- var Bo = { exports: {} }, Uu = Bo.exports, Jo;
2096
+ const _u = /* @__PURE__ */ ko(Eu);
2097
+ var Ro = { exports: {} }, Uu = Ro.exports, Jo;
2109
2098
  function Xu() {
2110
2099
  return Jo || (Jo = 1, (function(o, r) {
2111
2100
  (function(e, t) {
2112
2101
  o.exports = t();
2113
2102
  })(Uu, (function() {
2114
2103
  var e = "minute", t = /[+-]\d\d(?::?\d\d)?/g, a = /([+-]|\d\d)/g;
2115
- return function(c, n, m) {
2116
- var d = n.prototype;
2104
+ return function(c, i, m) {
2105
+ var l = i.prototype;
2117
2106
  m.utc = function(p) {
2118
2107
  var f = { date: p, utc: !0, args: arguments };
2119
- return new n(f);
2120
- }, d.utc = function(p) {
2108
+ return new i(f);
2109
+ }, l.utc = function(p) {
2121
2110
  var f = m(this.toDate(), { locale: this.$L, utc: !0 });
2122
2111
  return p ? f.add(this.utcOffset(), e) : f;
2123
- }, d.local = function() {
2112
+ }, l.local = function() {
2124
2113
  return m(this.toDate(), { locale: this.$L, utc: !1 });
2125
2114
  };
2126
- var b = d.parse;
2127
- d.parse = function(p) {
2115
+ var b = l.parse;
2116
+ l.parse = function(p) {
2128
2117
  p.utc && (this.$u = !0), this.$utils().u(p.$offset) || (this.$offset = p.$offset), b.call(this, p);
2129
2118
  };
2130
- var $ = d.init;
2131
- d.init = function() {
2119
+ var $ = l.init;
2120
+ l.init = function() {
2132
2121
  if (this.$u) {
2133
2122
  var p = this.$d;
2134
2123
  this.$y = p.getUTCFullYear(), this.$M = p.getUTCMonth(), this.$D = p.getUTCDate(), this.$W = p.getUTCDay(), this.$H = p.getUTCHours(), this.$m = p.getUTCMinutes(), this.$s = p.getUTCSeconds(), this.$ms = p.getUTCMilliseconds();
2135
2124
  } else $.call(this);
2136
2125
  };
2137
- var R = d.utcOffset;
2138
- d.utcOffset = function(p, f) {
2126
+ var R = l.utcOffset;
2127
+ l.utcOffset = function(p, f) {
2139
2128
  var v = this.$utils().u;
2140
2129
  if (v(p)) return this.$u ? 0 : v(this.$offset) ? R.call(this) : this.$offset;
2141
2130
  if (typeof p == "string" && (p = (function(V) {
2142
2131
  V === void 0 && (V = "");
2143
2132
  var W = V.match(t);
2144
2133
  if (!W) return null;
2145
- var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0], I = 60 * +F[1] + +F[2];
2146
- return I === 0 ? 0 : A === "+" ? I : -I;
2134
+ var F = ("" + W[0]).match(a) || ["-", 0, 0], A = F[0], j = 60 * +F[1] + +F[2];
2135
+ return j === 0 ? 0 : A === "+" ? j : -j;
2147
2136
  })(p), p === null)) return this;
2148
2137
  var C = Math.abs(p) <= 16 ? 60 * p : p;
2149
2138
  if (C === 0) return this.utc(f);
@@ -2152,45 +2141,45 @@ function Xu() {
2152
2141
  var L = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
2153
2142
  return (x = this.local().add(C + L, e)).$offset = C, x.$x.$localOffset = L, x;
2154
2143
  };
2155
- var k = d.format;
2156
- d.format = function(p) {
2144
+ var k = l.format;
2145
+ l.format = function(p) {
2157
2146
  var f = p || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
2158
2147
  return k.call(this, f);
2159
- }, d.valueOf = function() {
2148
+ }, l.valueOf = function() {
2160
2149
  var p = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
2161
2150
  return this.$d.valueOf() - 6e4 * p;
2162
- }, d.isUTC = function() {
2151
+ }, l.isUTC = function() {
2163
2152
  return !!this.$u;
2164
- }, d.toISOString = function() {
2153
+ }, l.toISOString = function() {
2165
2154
  return this.toDate().toISOString();
2166
- }, d.toString = function() {
2155
+ }, l.toString = function() {
2167
2156
  return this.toDate().toUTCString();
2168
2157
  };
2169
- var z = d.toDate;
2170
- d.toDate = function(p) {
2158
+ var z = l.toDate;
2159
+ l.toDate = function(p) {
2171
2160
  return p === "s" && this.$offset ? m(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : z.call(this);
2172
2161
  };
2173
- var y = d.diff;
2174
- d.diff = function(p, f, v) {
2162
+ var y = l.diff;
2163
+ l.diff = function(p, f, v) {
2175
2164
  if (p && this.$u === p.$u) return y.call(this, p, f, v);
2176
2165
  var C = this.local(), x = m(p).local();
2177
2166
  return y.call(C, x, f, v);
2178
2167
  };
2179
2168
  };
2180
2169
  }));
2181
- })(Bo)), Bo.exports;
2170
+ })(Ro)), Ro.exports;
2182
2171
  }
2183
2172
  var Zu = Xu();
2184
- const Gu = /* @__PURE__ */ vo(Zu);
2185
- var Ro = { exports: {} }, Ju = Ro.exports, Qo;
2173
+ const Gu = /* @__PURE__ */ ko(Zu);
2174
+ var Do = { exports: {} }, Ju = Do.exports, Qo;
2186
2175
  function Qu() {
2187
2176
  return Qo || (Qo = 1, (function(o, r) {
2188
2177
  (function(e, t) {
2189
2178
  o.exports = t();
2190
2179
  })(Ju, (function() {
2191
2180
  var e = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, t = {};
2192
- return function(a, c, n) {
2193
- var m, d = function(k, z, y) {
2181
+ return function(a, c, i) {
2182
+ var m, l = function(k, z, y) {
2194
2183
  y === void 0 && (y = {});
2195
2184
  var p = new Date(k), f = (function(v, C) {
2196
2185
  C === void 0 && (C = {});
@@ -2199,24 +2188,24 @@ function Qu() {
2199
2188
  })(z, y);
2200
2189
  return f.formatToParts(p);
2201
2190
  }, b = function(k, z) {
2202
- for (var y = d(k, z), p = [], f = 0; f < y.length; f += 1) {
2191
+ for (var y = l(k, z), p = [], f = 0; f < y.length; f += 1) {
2203
2192
  var v = y[f], C = v.type, x = v.value, L = e[C];
2204
2193
  L >= 0 && (p[L] = parseInt(x, 10));
2205
2194
  }
2206
2195
  var V = p[3], W = V === 24 ? 0 : V, F = p[0] + "-" + p[1] + "-" + p[2] + " " + W + ":" + p[4] + ":" + p[5] + ":000", A = +k;
2207
- return (n.utc(F).valueOf() - (A -= A % 1e3)) / 6e4;
2196
+ return (i.utc(F).valueOf() - (A -= A % 1e3)) / 6e4;
2208
2197
  }, $ = c.prototype;
2209
2198
  $.tz = function(k, z) {
2210
2199
  k === void 0 && (k = m);
2211
2200
  var y, p = this.utcOffset(), f = this.toDate(), v = f.toLocaleString("en-US", { timeZone: k }), C = Math.round((f - new Date(v)) / 1e3 / 60), x = 15 * -Math.round(f.getTimezoneOffset() / 15) - C;
2212
2201
  if (!Number(x)) y = this.utcOffset(0, z);
2213
- else if (y = n(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(x, !0), z) {
2202
+ else if (y = i(v, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(x, !0), z) {
2214
2203
  var L = y.utcOffset();
2215
2204
  y = y.add(p - L, "minute");
2216
2205
  }
2217
2206
  return y.$x.$timezone = k, y;
2218
2207
  }, $.offsetName = function(k) {
2219
- var z = this.$x.$timezone || n.tz.guess(), y = d(this.valueOf(), z, { timeZoneName: k }).find((function(p) {
2208
+ var z = this.$x.$timezone || i.tz.guess(), y = l(this.valueOf(), z, { timeZoneName: k }).find((function(p) {
2220
2209
  return p.type.toLowerCase() === "timezonename";
2221
2210
  }));
2222
2211
  return y && y.value;
@@ -2224,29 +2213,29 @@ function Qu() {
2224
2213
  var R = $.startOf;
2225
2214
  $.startOf = function(k, z) {
2226
2215
  if (!this.$x || !this.$x.$timezone) return R.call(this, k, z);
2227
- var y = n(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2216
+ var y = i(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
2228
2217
  return R.call(y, k, z).tz(this.$x.$timezone, !0);
2229
- }, n.tz = function(k, z, y) {
2230
- var p = y && z, f = y || z || m, v = b(+n(), f);
2231
- if (typeof k != "string") return n(k).tz(f);
2218
+ }, i.tz = function(k, z, y) {
2219
+ var p = y && z, f = y || z || m, v = b(+i(), f);
2220
+ if (typeof k != "string") return i(k).tz(f);
2232
2221
  var C = (function(W, F, A) {
2233
- var I = W - 60 * F * 1e3, O = b(I, A);
2234
- if (F === O) return [I, F];
2235
- var S = b(I -= 60 * (O - F) * 1e3, A);
2236
- return O === S ? [I, O] : [W - 60 * Math.min(O, S) * 1e3, Math.max(O, S)];
2237
- })(n.utc(k, p).valueOf(), v, f), x = C[0], L = C[1], V = n(x).utcOffset(L);
2222
+ var j = W - 60 * F * 1e3, O = b(j, A);
2223
+ if (F === O) return [j, F];
2224
+ var S = b(j -= 60 * (O - F) * 1e3, A);
2225
+ return O === S ? [j, O] : [W - 60 * Math.min(O, S) * 1e3, Math.max(O, S)];
2226
+ })(i.utc(k, p).valueOf(), v, f), x = C[0], L = C[1], V = i(x).utcOffset(L);
2238
2227
  return V.$x.$timezone = f, V;
2239
- }, n.tz.guess = function() {
2228
+ }, i.tz.guess = function() {
2240
2229
  return Intl.DateTimeFormat().resolvedOptions().timeZone;
2241
- }, n.tz.setDefault = function(k) {
2230
+ }, i.tz.setDefault = function(k) {
2242
2231
  m = k;
2243
2232
  };
2244
2233
  };
2245
2234
  }));
2246
- })(Ro)), Ro.exports;
2235
+ })(Do)), Do.exports;
2247
2236
  }
2248
2237
  var Ku = Qu();
2249
- const of = /* @__PURE__ */ vo(Ku);
2238
+ const of = /* @__PURE__ */ ko(Ku);
2250
2239
  eo.extend(Nu);
2251
2240
  eo.extend(_u);
2252
2241
  eo.extend(Gu);
@@ -2307,25 +2296,25 @@ function W0(o, r = "dddd, DD[ de ]MMMM[ de ]YYYY") {
2307
2296
  const e = to(o);
2308
2297
  return e ? e.format(r) : "";
2309
2298
  }
2310
- function Yo(o) {
2299
+ function zo(o) {
2311
2300
  const r = to(o);
2312
2301
  return r ? r.toDate() : null;
2313
2302
  }
2314
- function Vo(o, r, e = "day") {
2303
+ function Yo(o, r, e = "day") {
2315
2304
  const t = to(o);
2316
2305
  return !t || typeof r != "number" || Number.isNaN(r) ? null : t.add(r, e).toDate();
2317
2306
  }
2318
2307
  function F0(o, r) {
2319
- return Vo(o, r, "day");
2320
- }
2321
- function I0(o, r) {
2322
- return Vo(o, r, "month");
2308
+ return Yo(o, r, "day");
2323
2309
  }
2324
2310
  function j0(o, r) {
2325
- return Vo(o, r, "year");
2311
+ return Yo(o, r, "month");
2312
+ }
2313
+ function I0(o, r) {
2314
+ return Yo(o, r, "year");
2326
2315
  }
2327
2316
  function H0(o, r) {
2328
- return Vo(o, r, "minute");
2317
+ return Yo(o, r, "minute");
2329
2318
  }
2330
2319
  function ef(o) {
2331
2320
  const r = so(o);
@@ -2339,9 +2328,9 @@ function A0(o) {
2339
2328
  city: t,
2340
2329
  neighborhood: a,
2341
2330
  addressLine1: c,
2342
- addressLine2: n
2343
- } = o, m = [c, n].filter(Boolean).join(" "), d = [a, " - ", t, e].filter(Boolean).join(" "), b = r ? ef(r) : null;
2344
- return [m, " - ", d, " - ", b].filter(Boolean).join(" ").replace(/\s-\s$/, "");
2331
+ addressLine2: i
2332
+ } = o, m = [c, i].filter(Boolean).join(" "), l = [a, " - ", t, e].filter(Boolean).join(" "), b = r ? ef(r) : null;
2333
+ return [m, " - ", l, " - ", b].filter(Boolean).join(" ").replace(/\s-\s$/, "");
2345
2334
  }
2346
2335
  function N0(o) {
2347
2336
  if (o == null) return "";
@@ -2389,14 +2378,14 @@ function tf(o, r, e) {
2389
2378
  writable: !0
2390
2379
  }) : o[r] = e, o;
2391
2380
  }
2392
- function Do(o) {
2381
+ function So(o) {
2393
2382
  return typeof o == "function";
2394
2383
  }
2395
2384
  function jo(o) {
2396
2385
  return o !== null && typeof o == "object" && !Array.isArray(o);
2397
2386
  }
2398
- function Oo(o) {
2399
- return Do(o.$validator) ? ho({}, o) : {
2387
+ function Vo(o) {
2388
+ return So(o.$validator) ? ho({}, o) : {
2400
2389
  $validator: o
2401
2390
  };
2402
2391
  }
@@ -2408,19 +2397,19 @@ function cr(o) {
2408
2397
  }
2409
2398
  function af(o, r) {
2410
2399
  if (!jo(o)) throw new Error(`[@vuelidate/validators]: First parameter to "withParams" should be an object, provided ${typeof o}`);
2411
- if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2412
- const e = Oo(r);
2400
+ if (!jo(r) && !So(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2401
+ const e = Vo(r);
2413
2402
  return e.$params = ho(ho({}, e.$params || {}), o), e;
2414
2403
  }
2415
2404
  function nf(o, r) {
2416
- if (!Do(o) && typeof T(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
2417
- if (!jo(r) && !Do(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2418
- const e = Oo(r);
2405
+ if (!So(o) && typeof T(o) != "string") throw new Error(`[@vuelidate/validators]: First parameter to "withMessage" should be string or a function returning a string, provided ${typeof o}`);
2406
+ if (!jo(r) && !So(r)) throw new Error("[@vuelidate/validators]: Validator must be a function or object with $validator parameter");
2407
+ const e = Vo(r);
2419
2408
  return e.$message = o, e;
2420
2409
  }
2421
2410
  function df(o) {
2422
2411
  let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : [];
2423
- const e = Oo(o);
2412
+ const e = Vo(o);
2424
2413
  return ho(ho({}, e), {}, {
2425
2414
  $async: !0,
2426
2415
  $watchTargets: r
@@ -2431,12 +2420,12 @@ function lf(o) {
2431
2420
  $validator(r) {
2432
2421
  for (var e = arguments.length, t = new Array(e > 1 ? e - 1 : 0), a = 1; a < e; a++)
2433
2422
  t[a - 1] = arguments[a];
2434
- return T(r).reduce((c, n, m) => {
2435
- const d = Object.entries(n).reduce((b, $) => {
2423
+ return T(r).reduce((c, i, m) => {
2424
+ const l = Object.entries(i).reduce((b, $) => {
2436
2425
  let [R, k] = $;
2437
2426
  const z = o[R] || {}, y = Object.entries(z).reduce((p, f) => {
2438
2427
  let [v, C] = f;
2439
- const L = cr(C).call(this, k, n, m, ...t), V = lr(L);
2428
+ const L = cr(C).call(this, k, i, m, ...t), V = lr(L);
2440
2429
  if (p.$data[v] = L, p.$data.$invalid = !V || !!p.$data.$invalid, p.$data.$error = p.$data.$invalid, !V) {
2441
2430
  let W = C.$message || "";
2442
2431
  const F = C.$params || {};
@@ -2477,9 +2466,9 @@ function lf(o) {
2477
2466
  $errors: {}
2478
2467
  });
2479
2468
  return {
2480
- $valid: c.$valid && d.$valid,
2481
- $data: c.$data.concat(d.$data),
2482
- $errors: c.$errors.concat(d.$errors)
2469
+ $valid: c.$valid && l.$valid,
2470
+ $data: c.$data.concat(l.$data),
2471
+ $errors: c.$errors.concat(l.$errors)
2483
2472
  };
2484
2473
  }, {
2485
2474
  $valid: !0,
@@ -2518,7 +2507,7 @@ var q = /* @__PURE__ */ Object.freeze({
2518
2507
  __proto__: null,
2519
2508
  forEach: lf,
2520
2509
  len: No,
2521
- normalizeValidatorObject: Oo,
2510
+ normalizeValidatorObject: Vo,
2522
2511
  regex: uo,
2523
2512
  req: bo,
2524
2513
  unwrap: T,
@@ -2610,35 +2599,35 @@ uo(/^[-]?\d*(\.\d+)?$/);
2610
2599
  function $f(o) {
2611
2600
  const r = so(o);
2612
2601
  if (!r || r.length !== 14 || /^(\d)\1+$/.test(r)) return !1;
2613
- const e = (m, d) => {
2602
+ const e = (m, l) => {
2614
2603
  let b = 0;
2615
2604
  for (let R = 0; R < m.length; R += 1)
2616
- b += Number(m[R]) * d[R];
2605
+ b += Number(m[R]) * l[R];
2617
2606
  const $ = b % 11;
2618
2607
  return $ < 2 ? 0 : 11 - $;
2619
- }, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], c = e(r.slice(0, 12), t), n = e(r.slice(0, 13), a);
2620
- return c === Number(r[12]) && n === Number(r[13]);
2608
+ }, t = [5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], a = [6, 5, 4, 3, 2, 9, 8, 7, 6, 5, 4, 3, 2], c = e(r.slice(0, 12), t), i = e(r.slice(0, 13), a);
2609
+ return c === Number(r[12]) && i === Number(r[13]);
2621
2610
  }
2622
2611
  function Cf(o) {
2623
2612
  const r = so(o);
2624
2613
  if (!r || r.length !== 11 || /^(\d)\1+$/.test(r)) return !1;
2625
- const e = (c, n) => {
2614
+ const e = (c, i) => {
2626
2615
  let m = 0;
2627
2616
  for (let b = 0; b < c.length; b += 1)
2628
- m += Number(c[b]) * (n - b);
2629
- const d = m % 11;
2630
- return d < 2 ? 0 : 11 - d;
2617
+ m += Number(c[b]) * (i - b);
2618
+ const l = m % 11;
2619
+ return l < 2 ? 0 : 11 - l;
2631
2620
  }, t = e(r.slice(0, 9), 10), a = e(r.slice(0, 10), 11);
2632
2621
  return t === Number(r[9]) && a === Number(r[10]);
2633
2622
  }
2634
2623
  function xf(o, r = /* @__PURE__ */ new Date()) {
2635
- const e = Yo(o);
2624
+ const e = zo(o);
2636
2625
  if (!e) return !1;
2637
2626
  const t = Ko(r);
2638
2627
  return Ko(e) > t;
2639
2628
  }
2640
2629
  function rr(o) {
2641
- const r = Yo(o);
2630
+ const r = zo(o);
2642
2631
  return !!r && eo(r).isValid();
2643
2632
  }
2644
2633
  function wf(o) {
@@ -2696,10 +2685,10 @@ const fo = (o) => (r) => !q.req(r) || o(r), q0 = q.withMessage("Campo obrigatór
2696
2685
  fo((o) => Rf(so(o)))
2697
2686
  ), K0 = q.withMessage(
2698
2687
  "Data inválida.",
2699
- (o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(Yo(o))
2688
+ (o) => o == null || o === "" ? !0 : o instanceof Date ? rr(o) : rr(zo(o))
2700
2689
  ), og = q.withMessage(
2701
2690
  "Data não pode ser maior que hoje.",
2702
- fo((o) => !xf(Yo(o)))
2691
+ fo((o) => !xf(zo(o)))
2703
2692
  ), rg = q.withMessage(
2704
2693
  "Intervalo de datas inválido.",
2705
2694
  (o) => o == null ? !0 : wf(o)
@@ -2726,7 +2715,7 @@ export {
2726
2715
  Vr as BaseAlert,
2727
2716
  r0 as BaseAutoComplete,
2728
2717
  n0 as BaseAvatar,
2729
- Io as BaseButton,
2718
+ Fo as BaseButton,
2730
2719
  i0 as BaseCard,
2731
2720
  d0 as BaseChart,
2732
2721
  l0 as BaseCurrency,
@@ -2747,12 +2736,12 @@ export {
2747
2736
  C0 as BaseSelect,
2748
2737
  x0 as BaseSwitch,
2749
2738
  w0 as BaseTextarea,
2750
- zo as FaIcon,
2751
- Vo as add,
2739
+ Mo as FaIcon,
2740
+ Yo as add,
2752
2741
  F0 as addDays,
2753
2742
  H0 as addMinutes,
2754
- I0 as addMonths,
2755
- j0 as addYears,
2743
+ j0 as addMonths,
2744
+ I0 as addYears,
2756
2745
  A0 as formatAddress,
2757
2746
  N0 as formatCouncil,
2758
2747
  V0 as formatDate,
@@ -2770,7 +2759,7 @@ export {
2770
2759
  R0 as setupPrimeVue,
2771
2760
  Ko as startOfDay,
2772
2761
  e0 as toCamelCaseWords,
2773
- Yo as toDate,
2762
+ zo as toDate,
2774
2763
  M0 as today,
2775
2764
  D0 as useAppToast,
2776
2765
  S0 as useClickOutside,