@stencitecnologia/front-kit 0.1.46 → 0.1.47
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.cjs +5 -5
- package/dist/index.es.js +172 -163
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as u, openBlock as
|
|
1
|
+
import { computed as u, openBlock as l, createElementBlock as b, normalizeClass as V, toDisplayString as z, createCommentVNode as k, createBlock as p, unref as h, mergeProps as R, renderSlot as B, createElementVNode as S, createVNode as I, ref as F, onMounted as _, onBeforeUnmount as oo, normalizeStyle as L, watch as so, withCtx as C, createTextVNode as Q, createSlots as P, Fragment as uo, Teleport as fo, withModifiers as go } from "vue";
|
|
2
2
|
import mo from "primevue/autocomplete";
|
|
3
3
|
import po from "primevue/avatar";
|
|
4
4
|
import { FontAwesomeIcon as bo } from "@fortawesome/vue-fontawesome";
|
|
@@ -40,13 +40,13 @@ const Fo = {
|
|
|
40
40
|
"ui-alert-error": r.variant === "error",
|
|
41
41
|
"ui-alert-info": r.variant === "info"
|
|
42
42
|
}));
|
|
43
|
-
return (n, a) => o.message ? (
|
|
43
|
+
return (n, a) => o.message ? (l(), b("div", {
|
|
44
44
|
key: 0,
|
|
45
|
-
class:
|
|
45
|
+
class: V(["ui-alert", e.value]),
|
|
46
46
|
role: "alert"
|
|
47
47
|
}, z(o.message), 3)) : k("", !0);
|
|
48
48
|
}
|
|
49
|
-
},
|
|
49
|
+
}, du = {
|
|
50
50
|
__name: "BaseAutoComplete",
|
|
51
51
|
props: {
|
|
52
52
|
modelValue: {
|
|
@@ -87,8 +87,8 @@ const Fo = {
|
|
|
87
87
|
const e = o, n = r, a = u({
|
|
88
88
|
get: () => e.modelValue,
|
|
89
89
|
set: (s) => n("update:modelValue", s)
|
|
90
|
-
}), d = (s) => n("complete", s),
|
|
91
|
-
return (s, g) => (
|
|
90
|
+
}), d = (s) => n("complete", s), i = (s) => n("item-select", s), c = () => n("clear");
|
|
91
|
+
return (s, g) => (l(), p(h(mo), R({
|
|
92
92
|
modelValue: a.value,
|
|
93
93
|
"onUpdate:modelValue": g[0] || (g[0] = (y) => a.value = y),
|
|
94
94
|
suggestions: o.suggestions,
|
|
@@ -101,7 +101,7 @@ const Fo = {
|
|
|
101
101
|
]
|
|
102
102
|
}, s.$attrs, {
|
|
103
103
|
onComplete: d,
|
|
104
|
-
onItemSelect:
|
|
104
|
+
onItemSelect: i,
|
|
105
105
|
onClear: c
|
|
106
106
|
}), null, 16, ["modelValue", "suggestions", "disabled", "readonly", "class"]));
|
|
107
107
|
}
|
|
@@ -109,7 +109,7 @@ const Fo = {
|
|
|
109
109
|
function Mo(o) {
|
|
110
110
|
return o ? o.trim().split(/\s+/).slice(0, 2).map((r) => r[0].toUpperCase()).join("") : "";
|
|
111
111
|
}
|
|
112
|
-
const
|
|
112
|
+
const lu = {
|
|
113
113
|
__name: "BaseAvatar",
|
|
114
114
|
props: {
|
|
115
115
|
name: {
|
|
@@ -133,10 +133,10 @@ const du = {
|
|
|
133
133
|
`base-avatar--${r.variant}`,
|
|
134
134
|
`base-avatar--${r.size}`
|
|
135
135
|
]);
|
|
136
|
-
return (a, d) => (
|
|
136
|
+
return (a, d) => (l(), p(h(po), {
|
|
137
137
|
label: e.value,
|
|
138
138
|
shape: "circle",
|
|
139
|
-
class:
|
|
139
|
+
class: V(n.value)
|
|
140
140
|
}, null, 8, ["label", "class"]));
|
|
141
141
|
}
|
|
142
142
|
}, H = {
|
|
@@ -148,7 +148,7 @@ const du = {
|
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
setup(o) {
|
|
151
|
-
return (r, e) => (
|
|
151
|
+
return (r, e) => (l(), p(h(bo), R({ icon: o.icon }, r.$attrs), null, 16, ["icon"]));
|
|
152
152
|
}
|
|
153
153
|
}, Oo = ["disabled", "type"], Ao = {
|
|
154
154
|
key: 0,
|
|
@@ -206,16 +206,16 @@ const du = {
|
|
|
206
206
|
"ui-btn-sm": r.size === "sm"
|
|
207
207
|
}
|
|
208
208
|
]), n = u(() => r.disabled || r.loading);
|
|
209
|
-
return (a, d) => (
|
|
209
|
+
return (a, d) => (l(), b("button", R(a.$attrs, {
|
|
210
210
|
disabled: n.value,
|
|
211
211
|
class: e.value,
|
|
212
212
|
type: o.type
|
|
213
213
|
}), [
|
|
214
|
-
o.loading ? (
|
|
214
|
+
o.loading ? (l(), b("span", Ao)) : o.icon && !o.loading ? (l(), p(H, {
|
|
215
215
|
key: 1,
|
|
216
216
|
icon: o.icon
|
|
217
217
|
}, null, 8, ["icon"])) : k("", !0),
|
|
218
|
-
o.label ? (
|
|
218
|
+
o.label ? (l(), b("span", Ho, z(o.label), 1)) : k("", !0),
|
|
219
219
|
B(a.$slots, "default")
|
|
220
220
|
], 16, Oo));
|
|
221
221
|
}
|
|
@@ -231,7 +231,7 @@ const du = {
|
|
|
231
231
|
}, Lo = { class: "ui-card-content" }, Po = {
|
|
232
232
|
key: 1,
|
|
233
233
|
class: "ui-card-footer"
|
|
234
|
-
}, Yo = { class: "ui-card-footer-content" },
|
|
234
|
+
}, Yo = { class: "ui-card-footer-content" }, iu = {
|
|
235
235
|
__name: "BaseCard",
|
|
236
236
|
props: {
|
|
237
237
|
title: {
|
|
@@ -265,28 +265,28 @@ const du = {
|
|
|
265
265
|
r.className,
|
|
266
266
|
{ "ui-card-has-footer": r.hasFooter }
|
|
267
267
|
]);
|
|
268
|
-
return (a, d) => (
|
|
269
|
-
class:
|
|
268
|
+
return (a, d) => (l(), b("section", {
|
|
269
|
+
class: V(n.value)
|
|
270
270
|
}, [
|
|
271
|
-
e.value ? (
|
|
272
|
-
o.title ? (
|
|
273
|
-
o.subtitle ? (
|
|
271
|
+
e.value ? (l(), b("header", To, [
|
|
272
|
+
o.title ? (l(), b("div", No, z(o.title), 1)) : k("", !0),
|
|
273
|
+
o.subtitle ? (l(), b("div", jo, z(o.subtitle), 1)) : k("", !0)
|
|
274
274
|
])) : k("", !0),
|
|
275
275
|
S("div", Lo, [
|
|
276
|
-
|
|
276
|
+
I(Fo, {
|
|
277
277
|
message: o.alertMessage,
|
|
278
278
|
variant: o.alertVariant
|
|
279
279
|
}, null, 8, ["message", "variant"]),
|
|
280
280
|
B(a.$slots, "default")
|
|
281
281
|
]),
|
|
282
|
-
o.hasFooter ? (
|
|
282
|
+
o.hasFooter ? (l(), b("footer", Po, [
|
|
283
283
|
S("div", Yo, [
|
|
284
284
|
B(a.$slots, "footer")
|
|
285
285
|
])
|
|
286
286
|
])) : k("", !0)
|
|
287
287
|
], 2));
|
|
288
288
|
}
|
|
289
|
-
},
|
|
289
|
+
}, cu = {
|
|
290
290
|
__name: "BaseChart",
|
|
291
291
|
props: {
|
|
292
292
|
type: {
|
|
@@ -315,17 +315,17 @@ const du = {
|
|
|
315
315
|
{ borderColor: "#ef4444", backgroundColor: "rgba(239, 68, 68, 0.60)" },
|
|
316
316
|
{ borderColor: "#38bdf8", backgroundColor: "rgba(56, 189, 248, 0.60)" },
|
|
317
317
|
{ borderColor: "#a855f7", backgroundColor: "rgba(168, 85, 247, 0.60)" }
|
|
318
|
-
]), e = o, n =
|
|
318
|
+
]), e = o, n = F(null), a = F(!1);
|
|
319
319
|
function d(x, v) {
|
|
320
|
-
const
|
|
320
|
+
const W = { ...x };
|
|
321
321
|
for (const w of Object.keys(v))
|
|
322
|
-
v[w] !== null && typeof v[w] == "object" && !Array.isArray(v[w]) && typeof x[w] == "object" ?
|
|
323
|
-
return
|
|
322
|
+
v[w] !== null && typeof v[w] == "object" && !Array.isArray(v[w]) && typeof x[w] == "object" ? W[w] = d(x[w] ?? {}, v[w]) : W[w] = v[w];
|
|
323
|
+
return W;
|
|
324
324
|
}
|
|
325
|
-
const
|
|
325
|
+
const i = u(() => !["pie", "doughnut"].includes(e.type)), c = u(() => e.height ? e.height : i.value ? "300px" : "400px"), s = u(() => {
|
|
326
326
|
if (!e.data?.datasets) return e.data;
|
|
327
|
-
const x = e.data.datasets.map((v,
|
|
328
|
-
const w = r[
|
|
327
|
+
const x = e.data.datasets.map((v, W) => {
|
|
328
|
+
const w = r[W % r.length];
|
|
329
329
|
return ["pie", "doughnut"].includes(e.type) ? {
|
|
330
330
|
...v,
|
|
331
331
|
backgroundColor: r.map((M) => M.backgroundColor),
|
|
@@ -354,7 +354,7 @@ const du = {
|
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
|
-
scales:
|
|
357
|
+
scales: i.value ? {
|
|
358
358
|
x: {
|
|
359
359
|
ticks: {
|
|
360
360
|
color: "var(--p-text-muted-color)",
|
|
@@ -377,7 +377,7 @@ const du = {
|
|
|
377
377
|
a.value = !0;
|
|
378
378
|
}), oo(() => {
|
|
379
379
|
a.value = !1, n.value?.chart && n.value.chart.destroy();
|
|
380
|
-
}), (x, v) => a.value ? (
|
|
380
|
+
}), (x, v) => a.value ? (l(), p(h(ho), {
|
|
381
381
|
key: 0,
|
|
382
382
|
ref_key: "chartRef",
|
|
383
383
|
ref: n,
|
|
@@ -387,7 +387,7 @@ const du = {
|
|
|
387
387
|
style: L({ height: c.value, width: "100%" })
|
|
388
388
|
}, null, 8, ["type", "data", "options", "style"])) : k("", !0);
|
|
389
389
|
}
|
|
390
|
-
},
|
|
390
|
+
}, su = {
|
|
391
391
|
__name: "BaseCheckbox",
|
|
392
392
|
props: {
|
|
393
393
|
modelValue: {
|
|
@@ -421,9 +421,9 @@ const du = {
|
|
|
421
421
|
get: () => e.modelValue,
|
|
422
422
|
set: (d) => n("update:modelValue", d)
|
|
423
423
|
});
|
|
424
|
-
return (d,
|
|
424
|
+
return (d, i) => (l(), p(h(vo), R({
|
|
425
425
|
modelValue: a.value,
|
|
426
|
-
"onUpdate:modelValue":
|
|
426
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
|
|
427
427
|
value: o.value,
|
|
428
428
|
"input-id": o.inputId,
|
|
429
429
|
name: o.name,
|
|
@@ -431,7 +431,7 @@ const du = {
|
|
|
431
431
|
class: [{ "p-invalid": o.invalid }]
|
|
432
432
|
}, d.$attrs), null, 16, ["modelValue", "value", "input-id", "name", "disabled", "class"]));
|
|
433
433
|
}
|
|
434
|
-
}, Xo = { class: "ui-currency" },
|
|
434
|
+
}, Xo = { class: "ui-currency" }, uu = {
|
|
435
435
|
__name: "BaseCurrency",
|
|
436
436
|
props: {
|
|
437
437
|
modelValue: {
|
|
@@ -471,13 +471,13 @@ const du = {
|
|
|
471
471
|
if (!s) return null;
|
|
472
472
|
const g = s.replace(/\D/g, "");
|
|
473
473
|
return g ? Number(g) / 100 : null;
|
|
474
|
-
},
|
|
474
|
+
}, i = u(() => a(e.modelValue)), c = (s) => {
|
|
475
475
|
const g = d(s.target.value);
|
|
476
476
|
n("update:modelValue", g), s.target.value = a(g);
|
|
477
477
|
};
|
|
478
|
-
return (s, g) => (
|
|
479
|
-
|
|
480
|
-
value:
|
|
478
|
+
return (s, g) => (l(), b("div", Xo, [
|
|
479
|
+
I(h(ro), R({
|
|
480
|
+
value: i.value,
|
|
481
481
|
placeholder: o.placeholder,
|
|
482
482
|
disabled: o.disabled,
|
|
483
483
|
readonly: o.readonly,
|
|
@@ -534,9 +534,9 @@ const du = {
|
|
|
534
534
|
get: () => e.modelValue,
|
|
535
535
|
set: (d) => n("update:modelValue", d)
|
|
536
536
|
});
|
|
537
|
-
return (d,
|
|
537
|
+
return (d, i) => (l(), p(h(Bo), R({
|
|
538
538
|
modelValue: a.value,
|
|
539
|
-
"onUpdate:modelValue":
|
|
539
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
|
|
540
540
|
mask: o.mask,
|
|
541
541
|
"slot-char": o.slotChar,
|
|
542
542
|
"auto-clear": o.autoClear,
|
|
@@ -549,7 +549,7 @@ const du = {
|
|
|
549
549
|
]
|
|
550
550
|
}, d.$attrs), null, 16, ["modelValue", "mask", "slot-char", "auto-clear", "disabled", "readonly", "class"]));
|
|
551
551
|
}
|
|
552
|
-
},
|
|
552
|
+
}, fu = {
|
|
553
553
|
__name: "BaseDate",
|
|
554
554
|
props: {
|
|
555
555
|
modelValue: {
|
|
@@ -606,7 +606,7 @@ const du = {
|
|
|
606
606
|
},
|
|
607
607
|
emits: ["update:modelValue", "update:textValue", "blur"],
|
|
608
608
|
setup(o, { expose: r, emit: e }) {
|
|
609
|
-
const n = o, a = e, d =
|
|
609
|
+
const n = o, a = e, d = F(null), i = F(""), c = F(null), s = F(0), g = u(() => n.selectionMode === "range"), y = (t) => String(t).padStart(2, "0"), x = (t) => {
|
|
610
610
|
if (!(t instanceof Date) || Number.isNaN(t.getTime())) return "";
|
|
611
611
|
const f = y(t.getDate()), m = y(t.getMonth() + 1), $ = String(t.getFullYear());
|
|
612
612
|
return `${f}/${m}/${$}`;
|
|
@@ -618,7 +618,7 @@ const du = {
|
|
|
618
618
|
if ($ < 1 || $ > 12 || m < 1 || m > 31 || D < 1e3 || D > 9999) return null;
|
|
619
619
|
const A = new Date(D, $ - 1, m);
|
|
620
620
|
return A.getFullYear() !== D || A.getMonth() !== $ - 1 || A.getDate() !== m ? null : A;
|
|
621
|
-
},
|
|
621
|
+
}, W = (t) => !(!(t instanceof Date) || Number.isNaN(t.getTime()) || n.minDate && t < n.minDate || n.maxDate && t > n.maxDate), w = (t) => {
|
|
622
622
|
const [f, m] = t || [], $ = f ? x(f) : "", D = m ? x(m) : "";
|
|
623
623
|
return !$ && !D ? "" : $ && !D ? `${$} - ` : `${$} - ${D}`;
|
|
624
624
|
}, X = (t) => {
|
|
@@ -628,7 +628,7 @@ const du = {
|
|
|
628
628
|
const m = v(f[1].trim()), $ = v(f[2].trim());
|
|
629
629
|
return !m || !$ ? null : [m, $];
|
|
630
630
|
}, M = (t) => /^\d{2}\/\d{2}\/\d{4} - \d{2}\/\d{2}\/\d{4}$/.test((t || "").replace(/_/g, "").trim()), O = (t) => {
|
|
631
|
-
|
|
631
|
+
i.value = t, a("update:textValue", t);
|
|
632
632
|
}, T = (t) => {
|
|
633
633
|
O(x(t)), c.value = t;
|
|
634
634
|
}, N = (t) => {
|
|
@@ -672,7 +672,7 @@ const du = {
|
|
|
672
672
|
d.value && d.value.toggle(t);
|
|
673
673
|
}, co = () => {
|
|
674
674
|
const t = /* @__PURE__ */ new Date(), f = new Date(t.getFullYear(), t.getMonth(), t.getDate());
|
|
675
|
-
if (
|
|
675
|
+
if (W(f)) {
|
|
676
676
|
if (g.value) {
|
|
677
677
|
const m = [f, f];
|
|
678
678
|
N(m), a("update:modelValue", m);
|
|
@@ -681,16 +681,16 @@ const du = {
|
|
|
681
681
|
T(f), a("update:modelValue", f);
|
|
682
682
|
}
|
|
683
683
|
}, U = u({
|
|
684
|
-
get: () =>
|
|
684
|
+
get: () => i.value,
|
|
685
685
|
set: (t) => no(t)
|
|
686
686
|
}), G = u(
|
|
687
|
-
() => g.value && !!
|
|
687
|
+
() => g.value && !!i.value && !M(i.value)
|
|
688
688
|
);
|
|
689
689
|
return r({ hasPartialInput: G }), so(
|
|
690
690
|
() => n.modelValue,
|
|
691
691
|
(t) => {
|
|
692
692
|
if (t === null) {
|
|
693
|
-
(
|
|
693
|
+
(i.value !== "" || c.value !== null) && (O(""), c.value = null);
|
|
694
694
|
return;
|
|
695
695
|
}
|
|
696
696
|
if (g.value) {
|
|
@@ -700,9 +700,9 @@ const du = {
|
|
|
700
700
|
t instanceof Date && T(t);
|
|
701
701
|
},
|
|
702
702
|
{ immediate: !0 }
|
|
703
|
-
), (t, f) => (
|
|
703
|
+
), (t, f) => (l(), p(h(ko), { class: "ui-inputgroup" }, {
|
|
704
704
|
default: C(() => [
|
|
705
|
-
(
|
|
705
|
+
(l(), p(qo, R({
|
|
706
706
|
key: s.value,
|
|
707
707
|
modelValue: U.value,
|
|
708
708
|
"onUpdate:modelValue": f[0] || (f[0] = (m) => U.value = m),
|
|
@@ -712,11 +712,11 @@ const du = {
|
|
|
712
712
|
invalid: o.invalid,
|
|
713
713
|
size: o.size
|
|
714
714
|
}, t.$attrs, { onBlur: lo }), null, 16, ["modelValue", "mask", "placeholder", "disabled", "invalid", "size"])),
|
|
715
|
-
|
|
716
|
-
class:
|
|
715
|
+
I(h(yo), {
|
|
716
|
+
class: V(["ui-inputgroup-addon", { "ui-inputgroup-addon--sm": o.size === "sm" }])
|
|
717
717
|
}, {
|
|
718
718
|
default: C(() => [
|
|
719
|
-
o.showClear ? (
|
|
719
|
+
o.showClear ? (l(), p(j, {
|
|
720
720
|
key: 0,
|
|
721
721
|
type: "button",
|
|
722
722
|
variant: "outline",
|
|
@@ -730,7 +730,7 @@ const du = {
|
|
|
730
730
|
])]),
|
|
731
731
|
_: 1
|
|
732
732
|
}, 8, ["size", "disabled"])) : k("", !0),
|
|
733
|
-
o.showToday ? (
|
|
733
|
+
o.showToday ? (l(), p(j, {
|
|
734
734
|
key: 1,
|
|
735
735
|
type: "button",
|
|
736
736
|
variant: "outline",
|
|
@@ -744,7 +744,7 @@ const du = {
|
|
|
744
744
|
])]),
|
|
745
745
|
_: 1
|
|
746
746
|
}, 8, ["size", "disabled"])) : k("", !0),
|
|
747
|
-
|
|
747
|
+
I(j, {
|
|
748
748
|
type: "button",
|
|
749
749
|
variant: "ghost",
|
|
750
750
|
size: o.size,
|
|
@@ -753,7 +753,7 @@ const du = {
|
|
|
753
753
|
onClick: io
|
|
754
754
|
}, {
|
|
755
755
|
default: C(() => [
|
|
756
|
-
o.calendarIcon ? (
|
|
756
|
+
o.calendarIcon ? (l(), p(H, {
|
|
757
757
|
key: 0,
|
|
758
758
|
class: "text-lg",
|
|
759
759
|
icon: o.calendarIcon
|
|
@@ -764,12 +764,12 @@ const du = {
|
|
|
764
764
|
]),
|
|
765
765
|
_: 1
|
|
766
766
|
}, 8, ["class"]),
|
|
767
|
-
|
|
767
|
+
I(h(Co), {
|
|
768
768
|
ref_key: "popoverRef",
|
|
769
769
|
ref: d
|
|
770
770
|
}, {
|
|
771
771
|
default: C(() => [
|
|
772
|
-
|
|
772
|
+
I(h(eo), {
|
|
773
773
|
modelValue: c.value,
|
|
774
774
|
"onUpdate:modelValue": [
|
|
775
775
|
f[1] || (f[1] = (m) => c.value = m),
|
|
@@ -787,7 +787,7 @@ const du = {
|
|
|
787
787
|
_: 1
|
|
788
788
|
}));
|
|
789
789
|
}
|
|
790
|
-
},
|
|
790
|
+
}, gu = {
|
|
791
791
|
__name: "BaseDatePicker",
|
|
792
792
|
props: {
|
|
793
793
|
modelValue: {
|
|
@@ -816,9 +816,9 @@ const du = {
|
|
|
816
816
|
get: () => e.modelValue,
|
|
817
817
|
set: (d) => n("update:modelValue", d)
|
|
818
818
|
});
|
|
819
|
-
return (d,
|
|
819
|
+
return (d, i) => (l(), p(h(eo), R({
|
|
820
820
|
modelValue: a.value,
|
|
821
|
-
"onUpdate:modelValue":
|
|
821
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
|
|
822
822
|
disabled: o.disabled,
|
|
823
823
|
class: [
|
|
824
824
|
"w-full",
|
|
@@ -885,10 +885,10 @@ const du = {
|
|
|
885
885
|
md: "32rem",
|
|
886
886
|
lg: "48rem",
|
|
887
887
|
full: "64rem"
|
|
888
|
-
},
|
|
888
|
+
}, i = u(() => ({
|
|
889
889
|
width: `min(92vw, ${d[e.size]})`
|
|
890
890
|
})), c = u(() => !!(e.icon || e.content)), s = () => n("hide"), g = () => n("show");
|
|
891
|
-
return (y, x) => (
|
|
891
|
+
return (y, x) => (l(), p(h(ao), {
|
|
892
892
|
visible: a.value,
|
|
893
893
|
"onUpdate:visible": x[0] || (x[0] = (v) => a.value = v),
|
|
894
894
|
modal: "",
|
|
@@ -897,18 +897,18 @@ const du = {
|
|
|
897
897
|
closable: o.closable,
|
|
898
898
|
"dismissable-mask": o.dismissableMask,
|
|
899
899
|
"close-on-escape": o.closeOnEscape,
|
|
900
|
-
style: L(
|
|
900
|
+
style: L(i.value),
|
|
901
901
|
onHide: s,
|
|
902
902
|
onShow: g
|
|
903
903
|
}, P({
|
|
904
904
|
default: C(() => [
|
|
905
|
-
c.value && !y.$slots.default ? (
|
|
906
|
-
o.icon ? (
|
|
905
|
+
c.value && !y.$slots.default ? (l(), b("div", Eo, [
|
|
906
|
+
o.icon ? (l(), p(H, {
|
|
907
907
|
key: 0,
|
|
908
908
|
icon: o.icon,
|
|
909
909
|
class: "ui-dialog-icon"
|
|
910
910
|
}, null, 8, ["icon"])) : k("", !0),
|
|
911
|
-
o.content ? (
|
|
911
|
+
o.content ? (l(), b("p", Uo, z(o.content), 1)) : k("", !0)
|
|
912
912
|
])) : k("", !0),
|
|
913
913
|
B(y.$slots, "default", {}, void 0, !0)
|
|
914
914
|
]),
|
|
@@ -930,7 +930,7 @@ const du = {
|
|
|
930
930
|
} : void 0
|
|
931
931
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
932
932
|
}
|
|
933
|
-
},
|
|
933
|
+
}, mu = /* @__PURE__ */ Y(Go, [["__scopeId", "data-v-d952cadc"]]), Qo = { class: "ui-drawer-content" }, pu = /* @__PURE__ */ Object.assign({
|
|
934
934
|
inheritAttrs: !1
|
|
935
935
|
}, {
|
|
936
936
|
__name: "BaseDrawer",
|
|
@@ -958,21 +958,21 @@ const du = {
|
|
|
958
958
|
},
|
|
959
959
|
emits: ["update:visible"],
|
|
960
960
|
setup(o, { emit: r }) {
|
|
961
|
-
const e = o, n = r, a = u(() => e.visible), d = () => n("update:visible", !1),
|
|
961
|
+
const e = o, n = r, a = u(() => e.visible), d = () => n("update:visible", !1), i = (s) => {
|
|
962
962
|
s.target === s.currentTarget && d();
|
|
963
963
|
}, c = (s) => {
|
|
964
964
|
n("update:visible", s);
|
|
965
965
|
};
|
|
966
|
-
return (s, g) => (
|
|
967
|
-
(
|
|
968
|
-
a.value ? (
|
|
966
|
+
return (s, g) => (l(), b(uo, null, [
|
|
967
|
+
(l(), p(fo, { to: "body" }, [
|
|
968
|
+
a.value ? (l(), b("div", {
|
|
969
969
|
key: 0,
|
|
970
970
|
class: "ui-drawer-backdrop",
|
|
971
971
|
role: "presentation",
|
|
972
|
-
onClick:
|
|
972
|
+
onClick: i
|
|
973
973
|
})) : k("", !0)
|
|
974
974
|
])),
|
|
975
|
-
|
|
975
|
+
I(h(xo), R(s.$attrs, {
|
|
976
976
|
modal: o.modal,
|
|
977
977
|
dismissable: o.dismissable,
|
|
978
978
|
header: o.title,
|
|
@@ -1016,14 +1016,14 @@ const du = {
|
|
|
1016
1016
|
},
|
|
1017
1017
|
setup(o) {
|
|
1018
1018
|
const r = o, e = u(() => !!r.image), n = u(() => !!r.description);
|
|
1019
|
-
return (a, d) => (
|
|
1019
|
+
return (a, d) => (l(), b("div", Ko, [
|
|
1020
1020
|
S("div", Jo, [
|
|
1021
|
-
e.value ? (
|
|
1021
|
+
e.value ? (l(), b("img", {
|
|
1022
1022
|
key: 0,
|
|
1023
1023
|
src: o.image,
|
|
1024
1024
|
alt: "",
|
|
1025
1025
|
class: "ui-empty__image"
|
|
1026
|
-
}, null, 8, Zo)) : (
|
|
1026
|
+
}, null, 8, Zo)) : (l(), p(H, {
|
|
1027
1027
|
key: 1,
|
|
1028
1028
|
icon: o.icon,
|
|
1029
1029
|
class: "ui-empty__icon"
|
|
@@ -1031,21 +1031,21 @@ const du = {
|
|
|
1031
1031
|
]),
|
|
1032
1032
|
S("div", _o, [
|
|
1033
1033
|
S("h3", or, z(o.title), 1),
|
|
1034
|
-
n.value ? (
|
|
1034
|
+
n.value ? (l(), b("p", rr, z(o.description), 1)) : k("", !0),
|
|
1035
1035
|
S("div", er, [
|
|
1036
1036
|
B(a.$slots, "default", {}, void 0, !0)
|
|
1037
1037
|
])
|
|
1038
1038
|
])
|
|
1039
1039
|
]));
|
|
1040
1040
|
}
|
|
1041
|
-
},
|
|
1041
|
+
}, bu = /* @__PURE__ */ Y(ar, [["__scopeId", "data-v-91327e2b"]]), nr = { class: "ui-field" }, tr = ["for"], dr = { class: "ui-control" }, lr = {
|
|
1042
1042
|
key: 1,
|
|
1043
1043
|
class: "ui-error",
|
|
1044
1044
|
role: "alert"
|
|
1045
1045
|
}, ir = {
|
|
1046
1046
|
key: 2,
|
|
1047
1047
|
class: "ui-help"
|
|
1048
|
-
},
|
|
1048
|
+
}, hu = {
|
|
1049
1049
|
__name: "BaseField",
|
|
1050
1050
|
props: {
|
|
1051
1051
|
label: {
|
|
@@ -1067,8 +1067,8 @@ const du = {
|
|
|
1067
1067
|
},
|
|
1068
1068
|
setup(o) {
|
|
1069
1069
|
const r = o, e = u(() => !!r.label), n = u(() => !!r.error), a = u(() => !!r.help);
|
|
1070
|
-
return (d,
|
|
1071
|
-
e.value ? (
|
|
1070
|
+
return (d, i) => (l(), b("div", nr, [
|
|
1071
|
+
e.value ? (l(), b("label", {
|
|
1072
1072
|
key: 0,
|
|
1073
1073
|
class: "ui-label",
|
|
1074
1074
|
for: o.forId
|
|
@@ -1076,10 +1076,10 @@ const du = {
|
|
|
1076
1076
|
S("div", dr, [
|
|
1077
1077
|
B(d.$slots, "default")
|
|
1078
1078
|
]),
|
|
1079
|
-
n.value ? (
|
|
1079
|
+
n.value ? (l(), b("small", lr, z(o.error), 1)) : a.value ? (l(), b("small", ir, z(o.help), 1)) : k("", !0)
|
|
1080
1080
|
]));
|
|
1081
1081
|
}
|
|
1082
|
-
},
|
|
1082
|
+
}, vu = {
|
|
1083
1083
|
__name: "BaseInputText",
|
|
1084
1084
|
props: {
|
|
1085
1085
|
modelValue: {
|
|
@@ -1111,12 +1111,12 @@ const du = {
|
|
|
1111
1111
|
const n = o, a = e, d = u({
|
|
1112
1112
|
get: () => n.modelValue,
|
|
1113
1113
|
set: (c) => a("update:modelValue", c)
|
|
1114
|
-
}),
|
|
1114
|
+
}), i = F(null);
|
|
1115
1115
|
return r({
|
|
1116
|
-
focus: () =>
|
|
1117
|
-
}), (c, s) => (
|
|
1116
|
+
focus: () => i.value?.$el?.focus()
|
|
1117
|
+
}), (c, s) => (l(), p(h(ro), R({
|
|
1118
1118
|
ref_key: "inputRef",
|
|
1119
|
-
ref:
|
|
1119
|
+
ref: i,
|
|
1120
1120
|
modelValue: d.value,
|
|
1121
1121
|
"onUpdate:modelValue": s[0] || (s[0] = (g) => d.value = g),
|
|
1122
1122
|
disabled: o.disabled,
|
|
@@ -1128,7 +1128,7 @@ const du = {
|
|
|
1128
1128
|
]
|
|
1129
1129
|
}, c.$attrs), null, 16, ["modelValue", "disabled", "readonly", "class"]));
|
|
1130
1130
|
}
|
|
1131
|
-
},
|
|
1131
|
+
}, ku = {
|
|
1132
1132
|
__name: "BaseModal",
|
|
1133
1133
|
props: {
|
|
1134
1134
|
modelValue: {
|
|
@@ -1167,10 +1167,10 @@ const du = {
|
|
|
1167
1167
|
md: "38rem",
|
|
1168
1168
|
lg: "56rem",
|
|
1169
1169
|
full: "72rem"
|
|
1170
|
-
},
|
|
1170
|
+
}, i = u(() => ({
|
|
1171
1171
|
width: `min(92vw, ${d[e.size]})`
|
|
1172
1172
|
})), c = () => n("hide"), s = () => n("show");
|
|
1173
|
-
return (g, y) => (
|
|
1173
|
+
return (g, y) => (l(), p(h(ao), {
|
|
1174
1174
|
visible: a.value,
|
|
1175
1175
|
"onUpdate:visible": y[0] || (y[0] = (x) => a.value = x),
|
|
1176
1176
|
modal: "",
|
|
@@ -1179,7 +1179,7 @@ const du = {
|
|
|
1179
1179
|
closable: o.closable,
|
|
1180
1180
|
"dismissable-mask": o.dismissableMask,
|
|
1181
1181
|
"close-on-escape": o.closeOnEscape,
|
|
1182
|
-
style: L(
|
|
1182
|
+
style: L(i.value),
|
|
1183
1183
|
onHide: c,
|
|
1184
1184
|
onShow: s
|
|
1185
1185
|
}, P({
|
|
@@ -1204,7 +1204,7 @@ const du = {
|
|
|
1204
1204
|
} : void 0
|
|
1205
1205
|
]), 1032, ["visible", "header", "closable", "dismissable-mask", "close-on-escape", "style"]));
|
|
1206
1206
|
}
|
|
1207
|
-
},
|
|
1207
|
+
}, yu = {
|
|
1208
1208
|
__name: "BaseMultiSelect",
|
|
1209
1209
|
props: {
|
|
1210
1210
|
modelValue: {
|
|
@@ -1257,9 +1257,9 @@ const du = {
|
|
|
1257
1257
|
get: () => e.modelValue,
|
|
1258
1258
|
set: (d) => n("update:modelValue", d)
|
|
1259
1259
|
});
|
|
1260
|
-
return (d,
|
|
1260
|
+
return (d, i) => (l(), p(h($o), R({
|
|
1261
1261
|
modelValue: a.value,
|
|
1262
|
-
"onUpdate:modelValue":
|
|
1262
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
|
|
1263
1263
|
fluid: "",
|
|
1264
1264
|
options: o.options,
|
|
1265
1265
|
"option-label": o.optionLabel,
|
|
@@ -1300,11 +1300,11 @@ const du = {
|
|
|
1300
1300
|
"ui-panel": !0,
|
|
1301
1301
|
[`ui-panel--${r.variant}`]: !!r.variant
|
|
1302
1302
|
}));
|
|
1303
|
-
return (n, a) => (
|
|
1303
|
+
return (n, a) => (l(), p(h(wo), {
|
|
1304
1304
|
header: o.header,
|
|
1305
1305
|
toggleable: o.toggleable,
|
|
1306
1306
|
collapsed: o.collapsed,
|
|
1307
|
-
class:
|
|
1307
|
+
class: V(e.value)
|
|
1308
1308
|
}, P({
|
|
1309
1309
|
default: C(() => [
|
|
1310
1310
|
B(n.$slots, "default", {}, void 0, !0)
|
|
@@ -1327,7 +1327,7 @@ const du = {
|
|
|
1327
1327
|
} : void 0
|
|
1328
1328
|
]), 1032, ["header", "toggleable", "collapsed", "class"]));
|
|
1329
1329
|
}
|
|
1330
|
-
},
|
|
1330
|
+
}, Cu = /* @__PURE__ */ Y(cr, [["__scopeId", "data-v-cc034b6b"]]), Bu = {
|
|
1331
1331
|
__name: "BaseRadioButton",
|
|
1332
1332
|
props: {
|
|
1333
1333
|
modelValue: {
|
|
@@ -1361,9 +1361,9 @@ const du = {
|
|
|
1361
1361
|
get: () => e.modelValue,
|
|
1362
1362
|
set: (d) => n("update:modelValue", d)
|
|
1363
1363
|
});
|
|
1364
|
-
return (d,
|
|
1364
|
+
return (d, i) => (l(), p(h(Ro), R({
|
|
1365
1365
|
modelValue: a.value,
|
|
1366
|
-
"onUpdate:modelValue":
|
|
1366
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
|
|
1367
1367
|
value: o.value,
|
|
1368
1368
|
name: o.name,
|
|
1369
1369
|
"input-id": o.inputId,
|
|
@@ -1371,7 +1371,7 @@ const du = {
|
|
|
1371
1371
|
class: [{ "p-invalid": o.invalid }]
|
|
1372
1372
|
}, d.$attrs), null, 16, ["modelValue", "value", "name", "input-id", "disabled", "class"]));
|
|
1373
1373
|
}
|
|
1374
|
-
},
|
|
1374
|
+
}, sr = ["href", "target"], xu = {
|
|
1375
1375
|
__name: "BaseRouterLink",
|
|
1376
1376
|
props: {
|
|
1377
1377
|
to: {
|
|
@@ -1406,12 +1406,21 @@ const du = {
|
|
|
1406
1406
|
"ui-btn-disabled": e.value
|
|
1407
1407
|
}
|
|
1408
1408
|
]);
|
|
1409
|
-
return (a, d) => (
|
|
1409
|
+
return (a, d) => o.target === "_blank" ? (l(), b("a", {
|
|
1410
|
+
key: 0,
|
|
1411
|
+
href: typeof o.to == "string" ? o.to : o.to.path,
|
|
1412
|
+
class: V(n.value),
|
|
1413
|
+
target: o.target,
|
|
1414
|
+
rel: "noopener noreferrer"
|
|
1415
|
+
}, [
|
|
1416
|
+
B(a.$slots, "default")
|
|
1417
|
+
], 10, sr)) : (l(), p(h(zo), {
|
|
1418
|
+
key: 1,
|
|
1410
1419
|
to: e.value ? void 0 : o.to,
|
|
1411
|
-
class:
|
|
1420
|
+
class: V(n.value),
|
|
1412
1421
|
"aria-disabled": e.value,
|
|
1413
1422
|
target: o.target,
|
|
1414
|
-
onClick: d[0] || (d[0] = go((
|
|
1423
|
+
onClick: d[0] || (d[0] = go((i) => e.value && i.preventDefault(), ["prevent"]))
|
|
1415
1424
|
}, {
|
|
1416
1425
|
default: C(() => [
|
|
1417
1426
|
B(a.$slots, "default")
|
|
@@ -1419,10 +1428,10 @@ const du = {
|
|
|
1419
1428
|
_: 3
|
|
1420
1429
|
}, 8, ["to", "class", "aria-disabled", "target"]));
|
|
1421
1430
|
}
|
|
1422
|
-
},
|
|
1431
|
+
}, ur = { class: "ui-section-divider" }, fr = {
|
|
1423
1432
|
key: 0,
|
|
1424
1433
|
class: "ui-section-divider__label"
|
|
1425
|
-
},
|
|
1434
|
+
}, $u = {
|
|
1426
1435
|
__name: "BaseSectionDivider",
|
|
1427
1436
|
props: {
|
|
1428
1437
|
label: {
|
|
@@ -1432,12 +1441,12 @@ const du = {
|
|
|
1432
1441
|
},
|
|
1433
1442
|
setup(o) {
|
|
1434
1443
|
const r = o, e = u(() => !!r.label);
|
|
1435
|
-
return (n, a) => (
|
|
1436
|
-
e.value ? (
|
|
1444
|
+
return (n, a) => (l(), b("div", ur, [
|
|
1445
|
+
e.value ? (l(), b("span", fr, z(o.label), 1)) : k("", !0),
|
|
1437
1446
|
a[0] || (a[0] = S("div", { class: "ui-section-divider__line" }, null, -1))
|
|
1438
1447
|
]));
|
|
1439
1448
|
}
|
|
1440
|
-
},
|
|
1449
|
+
}, wu = {
|
|
1441
1450
|
__name: "BaseSelect",
|
|
1442
1451
|
props: {
|
|
1443
1452
|
modelValue: {
|
|
@@ -1488,12 +1497,12 @@ const du = {
|
|
|
1488
1497
|
setup(o, { emit: r }) {
|
|
1489
1498
|
const e = o, n = r, a = u({
|
|
1490
1499
|
get: () => e.modelValue,
|
|
1491
|
-
set: (
|
|
1500
|
+
set: (i) => n("update:modelValue", i)
|
|
1492
1501
|
}), d = u(() => e.optionEmpty ? [
|
|
1493
1502
|
e.optionEmpty,
|
|
1494
1503
|
...e.options
|
|
1495
1504
|
] : e.options);
|
|
1496
|
-
return (
|
|
1505
|
+
return (i, c) => (l(), p(h(So), R({
|
|
1497
1506
|
modelValue: a.value,
|
|
1498
1507
|
"onUpdate:modelValue": c[0] || (c[0] = (s) => a.value = s),
|
|
1499
1508
|
options: d.value,
|
|
@@ -1507,9 +1516,9 @@ const du = {
|
|
|
1507
1516
|
{ "p-invalid": o.invalid },
|
|
1508
1517
|
{ "p-sm": o.size === "sm" }
|
|
1509
1518
|
]
|
|
1510
|
-
},
|
|
1519
|
+
}, i.$attrs), null, 16, ["modelValue", "options", "option-label", "option-value", "placeholder", "disabled", "loading", "class"]));
|
|
1511
1520
|
}
|
|
1512
|
-
},
|
|
1521
|
+
}, Ru = {
|
|
1513
1522
|
__name: "BaseSwitch",
|
|
1514
1523
|
props: {
|
|
1515
1524
|
modelValue: {
|
|
@@ -1540,19 +1549,19 @@ const du = {
|
|
|
1540
1549
|
setup(o, { emit: r }) {
|
|
1541
1550
|
const e = o, n = r, a = u({
|
|
1542
1551
|
get: () => e.modelValue,
|
|
1543
|
-
set: (
|
|
1544
|
-
e.disabled || e.loading || n("update:modelValue",
|
|
1552
|
+
set: (i) => {
|
|
1553
|
+
e.disabled || e.loading || n("update:modelValue", i);
|
|
1545
1554
|
}
|
|
1546
1555
|
}), d = u(() => e.disabled || e.loading);
|
|
1547
|
-
return (
|
|
1556
|
+
return (i, c) => (l(), p(h(Do), {
|
|
1548
1557
|
modelValue: a.value,
|
|
1549
1558
|
"onUpdate:modelValue": c[0] || (c[0] = (s) => a.value = s),
|
|
1550
1559
|
"input-id": o.inputId,
|
|
1551
1560
|
disabled: d.value,
|
|
1552
|
-
class:
|
|
1561
|
+
class: V(["base-switch", { "base-switch--sm": o.size === "sm" }])
|
|
1553
1562
|
}, null, 8, ["modelValue", "input-id", "disabled", "class"]));
|
|
1554
1563
|
}
|
|
1555
|
-
},
|
|
1564
|
+
}, zu = {
|
|
1556
1565
|
__name: "BaseTextarea",
|
|
1557
1566
|
props: {
|
|
1558
1567
|
modelValue: {
|
|
@@ -1586,9 +1595,9 @@ const du = {
|
|
|
1586
1595
|
get: () => e.modelValue,
|
|
1587
1596
|
set: (d) => n("update:modelValue", d)
|
|
1588
1597
|
});
|
|
1589
|
-
return (d,
|
|
1598
|
+
return (d, i) => (l(), p(h(Vo), R({
|
|
1590
1599
|
modelValue: a.value,
|
|
1591
|
-
"onUpdate:modelValue":
|
|
1600
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => a.value = c),
|
|
1592
1601
|
rows: o.rows,
|
|
1593
1602
|
"auto-resize": o.autoResize,
|
|
1594
1603
|
disabled: o.disabled,
|
|
@@ -1599,7 +1608,7 @@ const du = {
|
|
|
1599
1608
|
]
|
|
1600
1609
|
}, d.$attrs), null, 16, ["modelValue", "rows", "auto-resize", "disabled", "readonly", "class"]));
|
|
1601
1610
|
}
|
|
1602
|
-
},
|
|
1611
|
+
}, Su = {
|
|
1603
1612
|
mounted(o) {
|
|
1604
1613
|
const r = () => {
|
|
1605
1614
|
typeof o?.focus == "function" && o.focus();
|
|
@@ -1611,7 +1620,7 @@ const du = {
|
|
|
1611
1620
|
});
|
|
1612
1621
|
}
|
|
1613
1622
|
};
|
|
1614
|
-
var fr = { transitionDuration: "{transition.duration}" }, gr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, mr = { 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" } }, pr = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, br = { root: fr, panel: gr, header: mr, content: pr }, hr = { 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}" }, vr = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, kr = { padding: "{list.padding}", gap: "{list.gap}" }, yr = { 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}" }, Cr = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Br = { 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}" } }, xr = { borderRadius: "{border.radius.sm}" }, $r = { padding: "{list.option.padding}" }, wr = { 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}" } } }, Rr = { root: hr, overlay: vr, list: kr, option: yr, optionGroup: Cr, dropdown: Br, chip: xr, emptyMessage: $r, colorScheme: wr }, zr = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Sr = { size: "1rem" }, Dr = { borderColor: "{content.background}", offset: "-0.75rem" }, Vr = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Wr = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ir = { root: zr, icon: Sr, group: Dr, lg: Vr, xl: Wr }, Fr = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Mr = { size: "0.5rem" }, Or = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ar = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Hr = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Tr = { 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}" } } }, Nr = { root: Fr, dot: Mr, sm: Or, lg: Ar, xl: Hr, colorScheme: Tr }, jr = { 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" } }, Lr = { 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}" } } } } }, Pr = { primitive: jr, semantic: Lr }, Yr = { borderRadius: "{content.border.radius}" }, Xr = { root: Yr }, qr = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Er = { 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}" } }, Ur = { color: "{navigation.item.icon.color}" }, Gr = { root: qr, item: Er, separator: Ur }, Qr = { 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}" }, Kr = { 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}" } } }, Jr = { root: Qr, colorScheme: Kr }, Zr = { 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)" }, _r = { padding: "1.25rem", gap: "0.5rem" }, oe = { gap: "0.5rem" }, re = { fontSize: "1.25rem", fontWeight: "500" }, ee = { color: "{text.muted.color}" }, ae = { root: Zr, body: _r, caption: oe, title: re, subtitle: ee }, ne = { transitionDuration: "{transition.duration}" }, te = { gap: "0.25rem" }, de = { padding: "1rem", gap: "0.5rem" }, le = { 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}" } }, ie = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ce = { root: ne, content: te, indicatorList: de, indicator: le, colorScheme: ie }, se = { 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}" } }, ue = { width: "2.5rem", color: "{form.field.icon.color}" }, fe = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ge = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, me = { 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" } }, pe = { color: "{form.field.icon.color}" }, be = { root: se, dropdown: ue, overlay: fe, list: ge, option: me, clearIcon: pe }, he = { 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" } }, ve = { 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" } }, ke = { root: he, icon: ve }, ye = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ce = { width: "2rem", height: "2rem" }, Be = { size: "1rem" }, xe = { 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}" } }, $e = { 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}" } } }, we = { root: ye, image: Ce, icon: Be, removeIcon: xe, colorScheme: $e }, Re = { transitionDuration: "{transition.duration}" }, ze = { 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}" } }, Se = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, De = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ve = { root: Re, preview: ze, panel: Se, colorScheme: De }, We = { size: "2rem", color: "{overlay.modal.color}" }, Ie = { gap: "1rem" }, Fe = { icon: We, content: Ie }, Me = { 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" }, Oe = { padding: "{overlay.popover.padding}", gap: "1rem" }, Ae = { size: "1.5rem", color: "{overlay.popover.color}" }, He = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Te = { root: Me, content: Oe, icon: Ae, footer: He }, Ne = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, je = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Le = { 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}" } }, Pe = { mobileIndent: "1rem" }, Ye = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Xe = { borderColor: "{content.border.color}" }, qe = { root: Ne, list: je, item: Le, submenu: Pe, submenuIcon: Ye, separator: Xe }, Ee = `
|
|
1623
|
+
var gr = { transitionDuration: "{transition.duration}" }, mr = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, pr = { 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" } }, br = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, hr = { root: gr, panel: mr, header: pr, content: br }, vr = { 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}" }, kr = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, yr = { padding: "{list.padding}", gap: "{list.gap}" }, Cr = { 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}" }, Br = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, xr = { 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}" } }, $r = { borderRadius: "{border.radius.sm}" }, wr = { padding: "{list.option.padding}" }, Rr = { 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}" } } }, zr = { root: vr, overlay: kr, list: yr, option: Cr, optionGroup: Br, dropdown: xr, chip: $r, emptyMessage: wr, colorScheme: Rr }, Sr = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Dr = { size: "1rem" }, Vr = { borderColor: "{content.background}", offset: "-0.75rem" }, Wr = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Ir = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Fr = { root: Sr, icon: Dr, group: Vr, lg: Wr, xl: Ir }, Mr = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Or = { size: "0.5rem" }, Ar = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Hr = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Tr = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Nr = { 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}" } } }, jr = { root: Mr, dot: Or, sm: Ar, lg: Hr, xl: Tr, colorScheme: Nr }, Lr = { 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" } }, Pr = { 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}" } } } } }, Yr = { primitive: Lr, semantic: Pr }, Xr = { borderRadius: "{content.border.radius}" }, qr = { root: Xr }, Er = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ur = { 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}" } }, Gr = { color: "{navigation.item.icon.color}" }, Qr = { root: Er, item: Ur, separator: Gr }, Kr = { 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}" }, Jr = { 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}" } } }, Zr = { root: Kr, colorScheme: Jr }, _r = { 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)" }, oe = { padding: "1.25rem", gap: "0.5rem" }, re = { gap: "0.5rem" }, ee = { fontSize: "1.25rem", fontWeight: "500" }, ae = { color: "{text.muted.color}" }, ne = { root: _r, body: oe, caption: re, title: ee, subtitle: ae }, te = { transitionDuration: "{transition.duration}" }, de = { gap: "0.25rem" }, le = { padding: "1rem", gap: "0.5rem" }, ie = { 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}" } }, ce = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, se = { root: te, content: de, indicatorList: le, indicator: ie, colorScheme: ce }, ue = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, fe = { width: "2.5rem", color: "{form.field.icon.color}" }, ge = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, me = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, pe = { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}", icon: { color: "{list.option.icon.color}", focusColor: "{list.option.icon.focus.color}", size: "0.875rem" } }, be = { color: "{form.field.icon.color}" }, he = { root: ue, dropdown: fe, overlay: ge, list: me, option: pe, clearIcon: be }, ve = { 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" } }, ke = { 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" } }, ye = { root: ve, icon: ke }, Ce = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Be = { width: "2rem", height: "2rem" }, xe = { size: "1rem" }, $e = { 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}" } }, we = { 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}" } } }, Re = { root: Ce, image: Be, icon: xe, removeIcon: $e, colorScheme: we }, ze = { transitionDuration: "{transition.duration}" }, Se = { 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}" } }, De = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Ve = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, We = { root: ze, preview: Se, panel: De, colorScheme: Ve }, Ie = { size: "2rem", color: "{overlay.modal.color}" }, Fe = { gap: "1rem" }, Me = { icon: Ie, content: Fe }, Oe = { 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" }, Ae = { padding: "{overlay.popover.padding}", gap: "1rem" }, He = { size: "1.5rem", color: "{overlay.popover.color}" }, Te = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Ne = { root: Oe, content: Ae, icon: He, footer: Te }, je = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Le = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Pe = { 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}" } }, Ye = { mobileIndent: "1rem" }, Xe = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, qe = { borderColor: "{content.border.color}" }, Ee = { root: je, list: Le, item: Pe, submenu: Ye, submenuIcon: Xe, separator: qe }, Ue = `
|
|
1615
1624
|
li.p-autocomplete-option,
|
|
1616
1625
|
div.p-cascadeselect-option-content,
|
|
1617
1626
|
li.p-listbox-option,
|
|
@@ -1635,24 +1644,24 @@ var fr = { transitionDuration: "{transition.duration}" }, gr = { borderWidth: "0
|
|
|
1635
1644
|
.p-treetable thead.p-treetable-thead>tr>th {
|
|
1636
1645
|
transition: none;
|
|
1637
1646
|
}
|
|
1638
|
-
`,
|
|
1647
|
+
`, Ge = { transitionDuration: "{transition.duration}" }, Qe = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Ke = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{datatable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Je = { fontWeight: "600" }, Ze = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, _e = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, oa = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, ra = { fontWeight: "600" }, ea = { background: "{content.background}", borderColor: "{datatable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, aa = { color: "{primary.color}" }, na = { width: "0.5rem" }, ta = { width: "1px", color: "{primary.color}" }, da = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, la = { size: "2rem" }, ia = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, ca = { inlineGap: "0.5rem", overlaySelect: { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, overlayPopover: { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", borderRadius: "{overlay.popover.border.radius}", color: "{overlay.popover.color}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}", gap: "0.5rem" }, rule: { borderColor: "{content.border.color}" }, constraintList: { padding: "{list.padding}", gap: "{list.gap}" }, constraint: { focusBackground: "{list.option.focus.background}", selectedBackground: "{list.option.selected.background}", selectedFocusBackground: "{list.option.selected.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", selectedColor: "{list.option.selected.color}", selectedFocusColor: "{list.option.selected.focus.color}", separator: { borderColor: "{content.border.color}" }, padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" } }, sa = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ua = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, fa = { light: { root: { borderColor: "{content.border.color}" }, row: { stripedBackground: "{surface.50}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, row: { stripedBackground: "{surface.950}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, ga = `
|
|
1639
1648
|
.p-datatable-mask.p-overlay-mask {
|
|
1640
1649
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1641
1650
|
}
|
|
1642
|
-
`, ga = { root: Ue, header: Ge, headerCell: Qe, columnTitle: Ke, row: Je, bodyCell: Ze, footerCell: _e, columnFooter: oa, footer: ra, dropPoint: ea, columnResizer: aa, resizeIndicator: na, sortIcon: ta, loadingIcon: da, rowToggleButton: la, filter: ia, paginatorTop: ca, paginatorBottom: sa, colorScheme: ua, css: fa }, ma = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, pa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ha = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, va = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ka = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, ya = { root: ma, header: pa, content: ba, footer: ha, paginatorTop: va, paginatorBottom: ka }, Ca = { transitionDuration: "{transition.duration}" }, Ba = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, xa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, $a = { 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}" } }, Ra = { color: "{form.field.icon.color}" }, za = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Da = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Va = { margin: "0.5rem 0 0 0" }, Wa = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ia = { 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}" } }, Fa = { margin: "0.5rem 0 0 0" }, Ma = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Oa = { margin: "0.5rem 0 0 0" }, Aa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ha = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ta = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Na = { 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: Ca, panel: Ba, header: xa, title: $a, dropdown: wa, inputIcon: Ra, selectMonth: za, selectYear: Sa, group: Da, dayView: Va, weekDay: Wa, date: Ia, monthView: Fa, month: Ma, yearView: Oa, year: Aa, buttonbar: Ha, timePicker: Ta, colorScheme: Na }, La = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Pa = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Ya = { fontSize: "1.25rem", fontWeight: "600" }, Xa = { 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: La, header: Pa, title: Ya, content: Xa, footer: qa }, Ua = { borderColor: "{content.border.color}" }, Ga = { background: "{content.background}", color: "{text.color}" }, Qa = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ka = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ja = { root: Ua, content: Ga, horizontal: Qa, vertical: Ka }, Za = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, _a = { 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}" } }, on = { root: Za, item: _a }, rn = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, en = { padding: "{overlay.modal.padding}" }, an = { fontSize: "1.5rem", fontWeight: "600" }, nn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, tn = { padding: "{overlay.modal.padding}" }, dn = { root: rn, header: en, title: an, content: nn, footer: tn }, ln = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, cn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, sn = { 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}" }, un = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, fn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, gn = { toolbar: ln, toolbarItem: cn, overlay: sn, overlayOption: un, content: fn }, mn = { 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}" }, pn = { 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}" } }, bn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, hn = { padding: "0" }, vn = { root: mn, legend: pn, toggleIcon: bn, content: hn }, kn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, yn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, Cn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, Bn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, xn = { gap: "0.5rem" }, $n = { height: "0.25rem" }, wn = { gap: "0.5rem" }, Rn = { root: kn, header: yn, content: Cn, file: Bn, fileList: xn, progressbar: $n, basic: wn }, zn = { 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" } }, Sn = { active: { top: "-1.25rem" } }, Dn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Vn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, Wn = { root: zn, over: Sn, in: Dn, on: Vn }, In = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Fn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Mn = { size: "1.5rem" }, On = { background: "{content.background}", padding: "1rem 0.25rem" }, An = { 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}" } }, Hn = { size: "1rem" }, Tn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Nn = { 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}" } }, Ln = { background: "rgba(0, 0, 0, 0.5)" }, Pn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Yn = { 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}" } }, Xn = { 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: In, navButton: Fn, navIcon: Mn, thumbnailsContent: On, thumbnailNavButton: An, thumbnailNavButtonIcon: Hn, caption: Tn, indicatorList: Nn, indicatorButton: jn, insetIndicatorList: Ln, insetIndicatorButton: Pn, closeButton: Yn, closeButtonIcon: Xn, colorScheme: qn }, Un = { color: "{form.field.icon.color}" }, Gn = { icon: Un }, Qn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Kn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Jn = { root: Qn, input: Kn }, Zn = { transitionDuration: "{transition.duration}" }, _n = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, ot = { 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" }, rt = { 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}" } }, et = { root: Zn, preview: _n, toolbar: ot, action: rt }, at = { 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}" } }, nt = { handle: at }, tt = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, dt = { fontWeight: "500" }, lt = { size: "1rem" }, it = { 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%)" } } }, ct = { root: tt, text: dt, icon: lt, colorScheme: it }, st = { 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}" }, ut = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, ft = { root: st, display: ut }, gt = { 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}" }, mt = { borderRadius: "{border.radius.sm}" }, pt = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, bt = { root: gt, chip: mt, colorScheme: pt }, ht = { 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" }, vt = { addon: ht }, kt = { transitionDuration: "{transition.duration}" }, yt = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, Ct = { 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}" } } }, Bt = { root: kt, button: yt, colorScheme: Ct }, xt = { gap: "0.5rem" }, $t = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, wt = { root: xt, input: $t }, Rt = { 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}" } }, zt = { root: Rt }, St = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Dt = { background: "{primary.color}" }, Vt = { background: "{content.border.color}" }, Wt = { color: "{text.muted.color}" }, It = { root: St, value: Dt, range: Vt, text: Wt }, Ft = { 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}" }, Mt = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Ot = { 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}" }, At = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ht = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Tt = { padding: "{list.option.padding}" }, Nt = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, jt = { root: Ft, list: Mt, option: Ot, optionGroup: At, checkmark: Ht, emptyMessage: Tt, colorScheme: Nt }, Lt = { 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}" }, Pt = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Yt = { 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}" } }, Xt = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, qt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Et = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Ut = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Gt = { borderColor: "{content.border.color}" }, Qt = { 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}" } }, Kt = { root: Lt, baseItem: Pt, item: Yt, overlay: Xt, submenu: qt, submenuLabel: Et, submenuIcon: Ut, separator: Gt, mobileButton: Qt }, Jt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Zt = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _t = { 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}" } }, od = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, rd = { borderColor: "{content.border.color}" }, ed = { root: Jt, list: Zt, item: _t, submenuLabel: od, separator: rd }, ad = { 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}" }, nd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, td = { 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}" } }, dd = { 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}" } }, ld = { borderColor: "{content.border.color}" }, id = { 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}" } }, cd = { root: ad, baseItem: nd, item: td, submenu: dd, separator: ld, mobileButton: id }, sd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ud = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, fd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, gd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, md = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, pd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, bd = { root: { borderWidth: "1px" } }, hd = { content: { padding: "0" } }, vd = { 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}" } } } }, kd = { root: sd, content: ud, text: fd, icon: gd, closeButton: md, closeIcon: pd, outlined: bd, simple: hd, colorScheme: vd }, yd = { borderRadius: "{content.border.radius}", gap: "1rem" }, Cd = { background: "{content.border.color}", size: "0.5rem" }, Bd = { gap: "0.5rem" }, xd = { size: "0.5rem" }, $d = { size: "1rem" }, wd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, Rd = { root: yd, meters: Cd, label: Bd, labelMarker: xd, labelIcon: $d, labelList: wd }, zd = { 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}" } }, Sd = { width: "2.5rem", color: "{form.field.icon.color}" }, Dd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Vd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Wd = { 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" }, Id = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Fd = { color: "{form.field.icon.color}" }, Md = { borderRadius: "{border.radius.sm}" }, Od = { padding: "{list.option.padding}" }, Ad = { root: zd, dropdown: Sd, overlay: Dd, list: Vd, option: Wd, optionGroup: Id, chip: Md, clearIcon: Fd, emptyMessage: Od }, Hd = { gap: "1.125rem" }, Td = { gap: "0.5rem" }, Nd = { root: Hd, controls: Td }, jd = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Ld = { 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}" }, Pd = { 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}" } }, Yd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Xd = { root: jd, node: Ld, nodeToggleButton: Pd, connector: Yd }, qd = { outline: { width: "2px", color: "{content.background}" } }, Ed = { root: qd }, Ud = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Gd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Qd = { color: "{text.muted.color}" }, Kd = { maxWidth: "2.5rem" }, Jd = { root: Ud, navButton: Gd, currentPageReport: Qd, jumpToPageInput: Kd }, Zd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, _d = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, ol = { padding: "0.375rem 1.125rem" }, rl = { fontWeight: "600" }, el = { padding: "0 1.125rem 1.125rem 1.125rem" }, al = { padding: "0 1.125rem 1.125rem 1.125rem" }, nl = { root: Zd, header: _d, toggleableHeader: ol, title: rl, content: el, footer: al }, tl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, dl = { 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}" } }, ll = { 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}" } }, il = { indent: "1rem" }, cl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, sl = { root: tl, panel: dl, item: ll, submenu: il, submenuIcon: cl }, ul = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, fl = { color: "{form.field.icon.color}" }, gl = { 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}" }, ml = { gap: "0.5rem" }, pl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, bl = { meter: ul, icon: fl, overlay: gl, content: ml, colorScheme: pl }, hl = { gap: "1.125rem" }, vl = { gap: "0.5rem" }, kl = { root: hl, controls: vl }, yl = { 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" }, Cl = { padding: "{overlay.popover.padding}" }, Bl = { root: yl, content: Cl }, xl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, $l = { background: "{primary.color}" }, wl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Rl = { root: xl, value: $l, label: wl }, zl = { 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}" } } }, Sl = { colorScheme: zl }, Dl = { 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" } }, Vl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Wl = { root: Dl, icon: Vl }, Il = { 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}" } }, Fl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ml = { root: Il, icon: Fl }, Ol = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Al = { colorScheme: Ol }, Hl = { transitionDuration: "{transition.duration}" }, Tl = { 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}" } }, Nl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, jl = { root: Hl, bar: Tl, colorScheme: Nl }, Ll = { 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}" } }, Pl = { width: "2.5rem", color: "{form.field.icon.color}" }, Yl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Xl = { 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}" }, Ul = { color: "{form.field.icon.color}" }, Gl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Ql = { padding: "{list.option.padding}" }, Kl = { root: Ll, dropdown: Pl, overlay: Yl, list: Xl, option: ql, optionGroup: El, clearIcon: Ul, checkmark: Gl, emptyMessage: Ql }, Jl = { borderRadius: "{form.field.border.radius}" }, Zl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, _l = { root: Jl, colorScheme: Zl }, oi = { borderRadius: "{content.border.radius}" }, ri = { 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)" } } }, ei = { root: oi, colorScheme: ri }, ai = { transitionDuration: "{transition.duration}" }, ni = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ti = { background: "{primary.color}" }, di = { 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}" } }, li = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ii = { root: ai, track: ni, range: ti, handle: di, colorScheme: li }, ci = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, si = { root: ci }, ui = { 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)" }, fi = { root: ui }, gi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, mi = { background: "{content.border.color}" }, pi = { 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}" } }, bi = { root: gi, gutter: mi, handle: pi }, hi = { transitionDuration: "{transition.duration}" }, vi = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, ki = { padding: "0.5rem", gap: "1rem" }, yi = { 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" }, Ci = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Bi = { 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)" }, xi = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, $i = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, wi = { root: hi, separator: vi, step: ki, stepHeader: yi, stepTitle: Ci, stepNumber: Bi, steppanels: xi, steppanel: $i }, Ri = { transitionDuration: "{transition.duration}" }, zi = { background: "{content.border.color}" }, Si = { borderRadius: "{content.border.radius}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, gap: "0.5rem" }, Di = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Vi = { background: "{content.background}", activeBackground: "{content.background}", borderColor: "{content.border.color}", activeBorderColor: "{content.border.color}", color: "{text.muted.color}", activeColor: "{primary.color}", size: "2rem", fontSize: "1.143rem", fontWeight: "500", borderRadius: "50%", shadow: "0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12)" }, Wi = { root: Ri, separator: zi, itemLink: Si, itemLabel: Di, itemNumber: Vi }, Ii = { transitionDuration: "{transition.duration}" }, Fi = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Mi = { 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}" } }, Oi = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ai = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hi = { root: Ii, tablist: Fi, item: Mi, itemIcon: Oi, activeBar: Ai }, Ti = { transitionDuration: "{transition.duration}" }, Ni = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, ji = { 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}" } }, Li = { 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}" } }, Pi = { 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}" } }, Yi = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Xi = { 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%)" } } }, qi = { root: Ti, tablist: Ni, tab: ji, tabpanel: Li, navButton: Pi, activeBar: Yi, colorScheme: Xi }, Ei = { transitionDuration: "{transition.duration}" }, Ui = { background: "{content.background}", borderColor: "{content.border.color}" }, Gi = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Qi = { background: "{content.background}", color: "{content.color}" }, Ki = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Ji = { 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%)" } } }, Zi = { root: Ei, tabList: Ui, tab: Gi, tabPanel: Qi, navButton: Ki, colorScheme: Ji }, _i = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, oc = { size: "0.75rem" }, rc = { 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}" } } }, ec = { root: _i, icon: oc, colorScheme: rc }, ac = { background: "{form.field.background}", borderColor: "{form.field.border.color}", color: "{form.field.color}", height: "18rem", padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{form.field.border.radius}" }, nc = { gap: "0.25rem" }, tc = { margin: "2px 0" }, dc = { root: ac, prompt: nc, commandResponse: tc }, lc = { 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}" } }, ic = { root: lc }, cc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, sc = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, uc = { 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}" } }, fc = { mobileIndent: "1rem" }, gc = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, mc = { borderColor: "{content.border.color}" }, pc = { root: cc, list: sc, item: uc, submenu: fc, submenuIcon: gc, separator: mc }, bc = { minHeight: "5rem" }, hc = { eventContent: { padding: "1rem 0" } }, vc = { eventContent: { padding: "0 1rem" } }, kc = { 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)" } }, yc = { color: "{content.border.color}", size: "2px" }, Cc = { event: bc, horizontal: hc, vertical: vc, eventMarker: kc, eventConnector: yc }, Bc = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, xc = { size: "1.125rem" }, $c = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, wc = { gap: "0.5rem" }, Rc = { fontWeight: "500", fontSize: "1rem" }, zc = { fontWeight: "500", fontSize: "0.875rem" }, Sc = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Dc = { size: "1rem" }, Vc = { 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" } } } } }, Wc = { root: Bc, icon: xc, content: $c, text: wc, summary: Rc, detail: zc, closeButton: Sc, closeIcon: Dc, colorScheme: Vc }, Ic = { 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" } }, Fc = { disabledColor: "{form.field.disabled.color}" }, Mc = { 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" } }, Oc = { 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}" } } }, Ac = { root: Ic, icon: Fc, content: Mc, colorScheme: Oc }, Hc = { 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" }, Tc = { borderRadius: "50%", size: "1rem" }, Nc = { 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}" } } }, jc = { root: Hc, handle: Tc, colorScheme: Nc }, Lc = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Pc = { root: Lc }, Yc = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Xc = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, qc = { root: Yc, colorScheme: Xc }, Ec = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Uc = { 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" }, Gc = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Qc = { 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}" } }, Kc = { size: "2rem" }, Jc = { margin: "0 0 0.5rem 0" }, Zc = `
|
|
1651
|
+
`, ma = { root: Ge, header: Qe, headerCell: Ke, columnTitle: Je, row: Ze, bodyCell: _e, footerCell: oa, columnFooter: ra, footer: ea, dropPoint: aa, columnResizer: na, resizeIndicator: ta, sortIcon: da, loadingIcon: la, rowToggleButton: ia, filter: ca, paginatorTop: sa, paginatorBottom: ua, colorScheme: fa, css: ga }, pa = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ba = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ha = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, va = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ka = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ya = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, Ca = { root: pa, header: ba, content: ha, footer: va, paginatorTop: ka, paginatorBottom: ya }, Ba = { transitionDuration: "{transition.duration}" }, xa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, $a = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, wa = { gap: "0.5rem", fontWeight: "500" }, Ra = { 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}" } }, za = { color: "{form.field.icon.color}" }, Sa = { 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}" }, Va = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Wa = { margin: "0.5rem 0 0 0" }, Ia = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Fa = { 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}" } }, Ma = { margin: "0.5rem 0 0 0" }, Oa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Aa = { margin: "0.5rem 0 0 0" }, Ha = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ta = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Na = { 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}" } } }, La = { root: Ba, panel: xa, header: $a, title: wa, dropdown: Ra, inputIcon: za, selectMonth: Sa, selectYear: Da, group: Va, dayView: Wa, weekDay: Ia, date: Fa, monthView: Ma, month: Oa, yearView: Aa, year: Ha, buttonbar: Ta, timePicker: Na, colorScheme: ja }, Pa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Ya = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Xa = { fontSize: "1.25rem", fontWeight: "600" }, qa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Ea = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ua = { root: Pa, header: Ya, title: Xa, content: qa, footer: Ea }, Ga = { borderColor: "{content.border.color}" }, Qa = { background: "{content.background}", color: "{text.color}" }, Ka = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Ja = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Za = { root: Ga, content: Qa, horizontal: Ka, vertical: Ja }, _a = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, on = { 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}" } }, rn = { root: _a, item: on }, en = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, an = { padding: "{overlay.modal.padding}" }, nn = { fontSize: "1.5rem", fontWeight: "600" }, tn = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, dn = { padding: "{overlay.modal.padding}" }, ln = { root: en, header: an, title: nn, content: tn, footer: dn }, cn = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, sn = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, un = { 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}" }, fn = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, gn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, mn = { toolbar: cn, toolbarItem: sn, overlay: un, overlayOption: fn, content: gn }, pn = { 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}" }, bn = { 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}" } }, hn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, vn = { padding: "0" }, kn = { root: pn, legend: bn, toggleIcon: hn, content: vn }, yn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Cn = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, Bn = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, xn = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, $n = { gap: "0.5rem" }, wn = { height: "0.25rem" }, Rn = { gap: "0.5rem" }, zn = { root: yn, header: Cn, content: Bn, file: xn, fileList: $n, progressbar: wn, basic: Rn }, Sn = { 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" } }, Vn = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Wn = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, In = { root: Sn, over: Dn, in: Vn, on: Wn }, Fn = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Mn = { background: "rgba(255, 255, 255, 0.1)", hoverBackground: "rgba(255, 255, 255, 0.2)", color: "{surface.100}", hoverColor: "{surface.0}", size: "3rem", gutter: "0.5rem", prev: { borderRadius: "50%" }, next: { borderRadius: "50%" }, focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, On = { size: "1.5rem" }, An = { background: "{content.background}", padding: "1rem 0.25rem" }, Hn = { 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}" } }, Tn = { size: "1rem" }, Nn = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, jn = { gap: "0.5rem", padding: "1rem" }, Ln = { 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}" } }, Pn = { background: "rgba(0, 0, 0, 0.5)" }, Yn = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Xn = { 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}" } }, qn = { size: "1.5rem" }, En = { 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}" } } }, Un = { root: Fn, navButton: Mn, navIcon: On, thumbnailsContent: An, thumbnailNavButton: Hn, thumbnailNavButtonIcon: Tn, caption: Nn, indicatorList: jn, indicatorButton: Ln, insetIndicatorList: Pn, insetIndicatorButton: Yn, closeButton: Xn, closeButtonIcon: qn, colorScheme: En }, Gn = { color: "{form.field.icon.color}" }, Qn = { icon: Gn }, Kn = { color: "{form.field.float.label.color}", focusColor: "{form.field.float.label.focus.color}", invalidColor: "{form.field.float.label.invalid.color}", transitionDuration: "0.2s", positionX: "{form.field.padding.x}", top: "{form.field.padding.y}", fontSize: "0.75rem", fontWeight: "400" }, Jn = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Zn = { root: Kn, input: Jn }, _n = { transitionDuration: "{transition.duration}" }, ot = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, rt = { 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" }, et = { 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}" } }, at = { root: _n, preview: ot, toolbar: rt, action: et }, nt = { 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}" } }, tt = { handle: nt }, dt = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, lt = { fontWeight: "500" }, it = { size: "1rem" }, ct = { 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%)" } } }, st = { root: dt, text: lt, icon: it, colorScheme: ct }, ut = { 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}" }, ft = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, gt = { root: ut, display: ft }, mt = { 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}" }, pt = { borderRadius: "{border.radius.sm}" }, bt = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, ht = { root: mt, chip: pt, colorScheme: bt }, vt = { 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" }, kt = { addon: vt }, yt = { transitionDuration: "{transition.duration}" }, Ct = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, Bt = { 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}" } } }, xt = { root: yt, button: Ct, colorScheme: Bt }, $t = { gap: "0.5rem" }, wt = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Rt = { root: $t, input: wt }, zt = { 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 = { root: zt }, Dt = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Vt = { background: "{primary.color}" }, Wt = { background: "{content.border.color}" }, It = { color: "{text.muted.color}" }, Ft = { root: Dt, value: Vt, range: Wt, text: It }, Mt = { 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}" }, Ot = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, At = { 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}" }, Ht = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Tt = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Nt = { padding: "{list.option.padding}" }, jt = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Lt = { root: Mt, list: Ot, option: At, optionGroup: Ht, checkmark: Tt, emptyMessage: Nt, colorScheme: jt }, Pt = { 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}" }, Yt = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Xt = { 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}" } }, qt = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Et = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ut = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Gt = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Qt = { borderColor: "{content.border.color}" }, Kt = { 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}" } }, Jt = { root: Pt, baseItem: Yt, item: Xt, overlay: qt, submenu: Et, submenuLabel: Ut, submenuIcon: Gt, separator: Qt, mobileButton: Kt }, Zt = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, _t = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, od = { 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}" } }, rd = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, ed = { borderColor: "{content.border.color}" }, ad = { root: Zt, list: _t, item: od, submenuLabel: rd, separator: ed }, nd = { 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}" }, dd = { 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}" } }, ld = { 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}" }, cd = { 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}" } }, sd = { root: nd, baseItem: td, item: dd, submenu: ld, separator: id, mobileButton: cd }, ud = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, fd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, gd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, md = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, pd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, bd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, hd = { root: { borderWidth: "1px" } }, vd = { content: { padding: "0" } }, kd = { 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}" } } } }, yd = { root: ud, content: fd, text: gd, icon: md, closeButton: pd, closeIcon: bd, outlined: hd, simple: vd, colorScheme: kd }, Cd = { borderRadius: "{content.border.radius}", gap: "1rem" }, Bd = { background: "{content.border.color}", size: "0.5rem" }, xd = { gap: "0.5rem" }, $d = { size: "0.5rem" }, wd = { size: "1rem" }, Rd = { verticalGap: "0.5rem", horizontalGap: "1rem" }, zd = { root: Cd, meters: Bd, label: xd, labelMarker: $d, labelIcon: wd, labelList: Rd }, Sd = { 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}" }, Vd = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Wd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Id = { 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" }, Fd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Md = { color: "{form.field.icon.color}" }, Od = { borderRadius: "{border.radius.sm}" }, Ad = { padding: "{list.option.padding}" }, Hd = { root: Sd, dropdown: Dd, overlay: Vd, list: Wd, option: Id, optionGroup: Fd, chip: Od, clearIcon: Md, emptyMessage: Ad }, Td = { gap: "1.125rem" }, Nd = { gap: "0.5rem" }, jd = { root: Td, controls: Nd }, Ld = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Pd = { 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}" }, Yd = { 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}" } }, Xd = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, qd = { root: Ld, node: Pd, nodeToggleButton: Yd, connector: Xd }, Ed = { outline: { width: "2px", color: "{content.background}" } }, Ud = { root: Ed }, Gd = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Qd = { background: "transparent", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}", width: "2.5rem", height: "2.5rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Kd = { color: "{text.muted.color}" }, Jd = { maxWidth: "2.5rem" }, Zd = { root: Gd, navButton: Qd, currentPageReport: Kd, jumpToPageInput: Jd }, _d = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, ol = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, rl = { padding: "0.375rem 1.125rem" }, el = { fontWeight: "600" }, al = { padding: "0 1.125rem 1.125rem 1.125rem" }, nl = { padding: "0 1.125rem 1.125rem 1.125rem" }, tl = { root: _d, header: ol, toggleableHeader: rl, title: el, content: al, footer: nl }, dl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ll = { 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}" } }, cl = { indent: "1rem" }, sl = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, ul = { root: dl, panel: ll, item: il, submenu: cl, submenuIcon: sl }, fl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, gl = { color: "{form.field.icon.color}" }, ml = { 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}" }, pl = { gap: "0.5rem" }, bl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, hl = { meter: fl, icon: gl, overlay: ml, content: pl, colorScheme: bl }, vl = { gap: "1.125rem" }, kl = { gap: "0.5rem" }, yl = { root: vl, controls: kl }, Cl = { background: "{overlay.popover.background}", borderColor: "{overlay.popover.border.color}", color: "{overlay.popover.color}", borderRadius: "{overlay.popover.border.radius}", shadow: "{overlay.popover.shadow}", gutter: "10px", arrowOffset: "1.25rem" }, Bl = { padding: "{overlay.popover.padding}" }, xl = { root: Cl, content: Bl }, $l = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, wl = { background: "{primary.color}" }, Rl = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, zl = { root: $l, value: wl, label: Rl }, Sl = { 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: Sl }, Vl = { 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" } }, Wl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Il = { root: Vl, icon: Wl }, Fl = { gap: "0.25rem", transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ml = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ol = { root: Fl, icon: Ml }, Al = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Hl = { colorScheme: Al }, Tl = { transitionDuration: "{transition.duration}" }, Nl = { 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}" } } }, Ll = { root: Tl, bar: Nl, colorScheme: jl }, Pl = { 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}" } }, Yl = { width: "2.5rem", color: "{form.field.icon.color}" }, Xl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ql = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, El = { 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}" }, Ul = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Gl = { color: "{form.field.icon.color}" }, Ql = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Kl = { padding: "{list.option.padding}" }, Jl = { root: Pl, dropdown: Yl, overlay: Xl, list: ql, option: El, optionGroup: Ul, clearIcon: Gl, checkmark: Ql, emptyMessage: Kl }, Zl = { borderRadius: "{form.field.border.radius}" }, _l = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, oi = { root: Zl, colorScheme: _l }, ri = { borderRadius: "{content.border.radius}" }, ei = { 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)" } } }, ai = { root: ri, colorScheme: ei }, ni = { transitionDuration: "{transition.duration}" }, ti = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, di = { background: "{primary.color}" }, li = { 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}" } }, ii = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, ci = { root: ni, track: ti, range: di, handle: li, colorScheme: ii }, si = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ui = { root: si }, fi = { 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)" }, gi = { root: fi }, mi = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, pi = { background: "{content.border.color}" }, bi = { 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}" } }, hi = { root: mi, gutter: pi, handle: bi }, vi = { transitionDuration: "{transition.duration}" }, ki = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, yi = { padding: "0.5rem", gap: "1rem" }, Ci = { 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" }, Bi = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, xi = { 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)" }, $i = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, wi = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Ri = { root: vi, separator: ki, step: yi, stepHeader: Ci, stepTitle: Bi, stepNumber: xi, steppanels: $i, steppanel: wi }, zi = { transitionDuration: "{transition.duration}" }, Si = { background: "{content.border.color}" }, Di = { 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" }, Vi = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Wi = { 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)" }, Ii = { root: zi, separator: Si, itemLink: Di, itemLabel: Vi, itemNumber: Wi }, Fi = { transitionDuration: "{transition.duration}" }, Mi = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Oi = { 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}" } }, Ai = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Hi = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Ti = { root: Fi, tablist: Mi, item: Oi, itemIcon: Ai, activeBar: Hi }, Ni = { transitionDuration: "{transition.duration}" }, ji = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Li = { 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}" } }, Pi = { 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}" } }, Yi = { 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}" } }, Xi = { height: "1px", bottom: "-1px", background: "{primary.color}" }, qi = { 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%)" } } }, Ei = { root: Ni, tablist: ji, tab: Li, tabpanel: Pi, navButton: Yi, activeBar: Xi, colorScheme: qi }, Ui = { transitionDuration: "{transition.duration}" }, Gi = { background: "{content.background}", borderColor: "{content.border.color}" }, Qi = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ki = { background: "{content.background}", color: "{content.color}" }, Ji = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Zi = { light: { navButton: { shadow: "0px 0px 10px 50px rgba(255, 255, 255, 0.6)" } }, dark: { navButton: { shadow: "0px 0px 10px 50px color-mix(in srgb, {content.background}, transparent 50%)" } } }, _i = { root: Ui, tabList: Gi, tab: Qi, tabPanel: Ki, navButton: Ji, colorScheme: Zi }, oc = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, rc = { size: "0.75rem" }, ec = { 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}" } } }, ac = { root: oc, icon: rc, colorScheme: ec }, nc = { 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}" }, tc = { gap: "0.25rem" }, dc = { margin: "2px 0" }, lc = { root: nc, prompt: tc, commandResponse: dc }, ic = { 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}" } }, cc = { root: ic }, sc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, uc = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, fc = { 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}" } }, gc = { mobileIndent: "1rem" }, mc = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, pc = { borderColor: "{content.border.color}" }, bc = { root: sc, list: uc, item: fc, submenu: gc, submenuIcon: mc, separator: pc }, hc = { minHeight: "5rem" }, vc = { eventContent: { padding: "1rem 0" } }, kc = { eventContent: { padding: "0 1rem" } }, yc = { 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)" } }, Cc = { color: "{content.border.color}", size: "2px" }, Bc = { event: hc, horizontal: vc, vertical: kc, eventMarker: yc, eventConnector: Cc }, xc = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, $c = { size: "1.125rem" }, wc = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, Rc = { gap: "0.5rem" }, zc = { fontWeight: "500", fontSize: "1rem" }, Sc = { fontWeight: "500", fontSize: "0.875rem" }, Dc = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Vc = { size: "1rem" }, Wc = { 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" } } } } }, Ic = { root: xc, icon: $c, content: wc, text: Rc, summary: zc, detail: Sc, closeButton: Dc, closeIcon: Vc, colorScheme: Wc }, Fc = { 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" } }, Mc = { disabledColor: "{form.field.disabled.color}" }, Oc = { 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" } }, Ac = { 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}" } } }, Hc = { root: Fc, icon: Mc, content: Oc, colorScheme: Ac }, Tc = { 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" }, Nc = { borderRadius: "50%", size: "1rem" }, jc = { 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}" } } }, Lc = { root: Tc, handle: Nc, colorScheme: jc }, Pc = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Yc = { root: Pc }, Xc = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, qc = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Ec = { root: Xc, colorScheme: qc }, Uc = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Gc = { 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" }, Qc = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Kc = { 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}" } }, Jc = { size: "2rem" }, Zc = { margin: "0 0 0.5rem 0" }, _c = `
|
|
1643
1652
|
.p-tree-mask.p-overlay-mask {
|
|
1644
1653
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1645
1654
|
}
|
|
1646
|
-
`,
|
|
1655
|
+
`, os = { root: Uc, node: Gc, nodeIcon: Qc, nodeToggleButton: Kc, loadingIcon: Jc, filter: Zc, css: _c }, rs = { 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}" } }, es = { width: "2.5rem", color: "{form.field.icon.color}" }, as = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, ns = { padding: "{list.padding}" }, ts = { padding: "{list.option.padding}" }, ds = { borderRadius: "{border.radius.sm}" }, ls = { color: "{form.field.icon.color}" }, is = { root: rs, dropdown: es, overlay: as, tree: ns, emptyMessage: ts, chip: ds, clearIcon: ls }, cs = { transitionDuration: "{transition.duration}" }, ss = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, us = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", borderColor: "{treetable.border.color}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", gap: "0.5rem", padding: "0.75rem 1rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, fs = { fontWeight: "600" }, gs = { background: "{content.background}", hoverBackground: "{content.hover.background}", selectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{highlight.color}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" } }, ms = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, ps = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, bs = { fontWeight: "600" }, hs = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, vs = { width: "0.5rem" }, ks = { width: "1px", color: "{primary.color}" }, ys = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Cs = { size: "2rem" }, Bs = { hoverBackground: "{content.hover.background}", selectedHoverBackground: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}", selectedHoverColor: "{primary.color}", size: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, xs = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, $s = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ws = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, Rs = `
|
|
1647
1656
|
.p-treetable-mask.p-overlay-mask {
|
|
1648
1657
|
--px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));
|
|
1649
1658
|
}
|
|
1650
|
-
`,
|
|
1651
|
-
for (var e in r || (r = {}))
|
|
1652
|
-
if (K) for (var e of K(r))
|
|
1659
|
+
`, zs = { root: cs, header: ss, headerCell: us, columnTitle: fs, row: gs, bodyCell: ms, footerCell: ps, columnFooter: bs, footer: hs, columnResizer: vs, resizeIndicator: ks, sortIcon: ys, loadingIcon: Cs, nodeToggleButton: Bs, paginatorTop: xs, paginatorBottom: $s, colorScheme: ws, css: Rs }, Ss = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, Ds = { loader: Ss }, Vs = Object.defineProperty, Ws = Object.defineProperties, Is = Object.getOwnPropertyDescriptors, K = Object.getOwnPropertySymbols, Fs = Object.prototype.hasOwnProperty, Ms = Object.prototype.propertyIsEnumerable, J = (o, r, e) => r in o ? Vs(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Z, Os = (Z = ((o, r) => {
|
|
1660
|
+
for (var e in r || (r = {})) Fs.call(r, e) && J(o, e, r[e]);
|
|
1661
|
+
if (K) for (var e of K(r)) Ms.call(r, e) && J(o, e, r[e]);
|
|
1653
1662
|
return o;
|
|
1654
|
-
})({},
|
|
1655
|
-
const
|
|
1663
|
+
})({}, Yr), Ws(Z, Is({ components: { accordion: hr, autocomplete: zr, avatar: Fr, badge: jr, blockui: qr, breadcrumb: Qr, button: Zr, card: ne, carousel: se, cascadeselect: he, checkbox: ye, chip: Re, colorpicker: We, confirmdialog: Me, confirmpopup: Ne, contextmenu: Ee, datatable: ma, dataview: Ca, datepicker: La, dialog: Ua, divider: Za, dock: rn, drawer: ln, editor: mn, fieldset: kn, fileupload: zn, floatlabel: In, galleria: Un, iconfield: Qn, iftalabel: Zn, image: at, imagecompare: tt, inlinemessage: st, inplace: gt, inputchips: ht, inputgroup: kt, inputnumber: xt, inputotp: Rt, inputtext: St, knob: Ft, listbox: Lt, megamenu: Jt, menu: ad, menubar: sd, message: yd, metergroup: zd, multiselect: Hd, orderlist: jd, organizationchart: qd, overlaybadge: Ud, paginator: Zd, panel: tl, panelmenu: ul, password: hl, picklist: yl, popover: xl, progressbar: zl, progressspinner: Dl, radiobutton: Il, rating: Ol, ripple: Hl, scrollpanel: Ll, select: Jl, selectbutton: oi, skeleton: ai, slider: ci, speeddial: ui, splitbutton: gi, splitter: hi, stepper: Ri, steps: Ii, tabmenu: Ti, tabs: Ei, tabview: _i, tag: ac, terminal: lc, textarea: cc, tieredmenu: bc, timeline: Bc, toast: Ic, togglebutton: Hc, toggleswitch: Lc, toolbar: Yc, tooltip: Ec, tree: os, treeselect: is, treetable: zs, virtualscroller: Ds }, css: Ue })));
|
|
1664
|
+
const As = {
|
|
1656
1665
|
startsWith: "Começa com",
|
|
1657
1666
|
contains: "Contém",
|
|
1658
1667
|
notContains: "Não contém",
|
|
@@ -1717,12 +1726,12 @@ const Os = {
|
|
|
1717
1726
|
firstDayOfWeek: 1,
|
|
1718
1727
|
dateFormat: "dd/mm/yy"
|
|
1719
1728
|
};
|
|
1720
|
-
function
|
|
1729
|
+
function Du(o) {
|
|
1721
1730
|
o.use(Wo, {
|
|
1722
|
-
locale:
|
|
1731
|
+
locale: As,
|
|
1723
1732
|
ripple: !0,
|
|
1724
1733
|
theme: {
|
|
1725
|
-
preset:
|
|
1734
|
+
preset: Os,
|
|
1726
1735
|
options: {
|
|
1727
1736
|
darkModeSelector: "none",
|
|
1728
1737
|
cssLayer: {
|
|
@@ -1733,7 +1742,7 @@ function Su(o) {
|
|
|
1733
1742
|
}
|
|
1734
1743
|
});
|
|
1735
1744
|
}
|
|
1736
|
-
function
|
|
1745
|
+
function Vu() {
|
|
1737
1746
|
const o = Io();
|
|
1738
1747
|
return { success: (n, a = "Sucesso") => {
|
|
1739
1748
|
o.add({
|
|
@@ -1751,7 +1760,7 @@ function Du() {
|
|
|
1751
1760
|
});
|
|
1752
1761
|
} };
|
|
1753
1762
|
}
|
|
1754
|
-
function
|
|
1763
|
+
function Wu(o, r) {
|
|
1755
1764
|
function e(n) {
|
|
1756
1765
|
o.value && (o.value.contains(n.target) || r(n));
|
|
1757
1766
|
}
|
|
@@ -1763,33 +1772,33 @@ function Vu(o, r) {
|
|
|
1763
1772
|
}
|
|
1764
1773
|
export {
|
|
1765
1774
|
Fo as BaseAlert,
|
|
1766
|
-
|
|
1767
|
-
|
|
1775
|
+
du as BaseAutoComplete,
|
|
1776
|
+
lu as BaseAvatar,
|
|
1768
1777
|
j as BaseButton,
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1778
|
+
iu as BaseCard,
|
|
1779
|
+
cu as BaseChart,
|
|
1780
|
+
su as BaseCheckbox,
|
|
1781
|
+
uu as BaseCurrency,
|
|
1782
|
+
fu as BaseDate,
|
|
1783
|
+
gu as BaseDatePicker,
|
|
1784
|
+
mu as BaseDialog,
|
|
1785
|
+
pu as BaseDrawer,
|
|
1786
|
+
bu as BaseEmpty,
|
|
1787
|
+
hu as BaseField,
|
|
1779
1788
|
qo as BaseInputMask,
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1789
|
+
vu as BaseInputText,
|
|
1790
|
+
ku as BaseModal,
|
|
1791
|
+
yu as BaseMultiSelect,
|
|
1792
|
+
Cu as BasePanel,
|
|
1793
|
+
Bu as BaseRadioButton,
|
|
1794
|
+
xu as BaseRouterLink,
|
|
1795
|
+
$u as BaseSectionDivider,
|
|
1796
|
+
wu as BaseSelect,
|
|
1797
|
+
Ru as BaseSwitch,
|
|
1798
|
+
zu as BaseTextarea,
|
|
1790
1799
|
H as FaIcon,
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1800
|
+
Du as setupPrimeVue,
|
|
1801
|
+
Vu as useAppToast,
|
|
1802
|
+
Wu as useClickOutside,
|
|
1803
|
+
Su as vFocus
|
|
1795
1804
|
};
|