@turquoisehealth/pit-viper 2.98.1-dev.0 → 2.99.0
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/_site/assets/css/pit-viper-v2-scoped.css +1 -1
- package/_site/assets/css/pit-viper-v2.css +1 -1
- package/_site/assets/css/pit-viper.css +1 -1
- package/package.json +1 -1
- package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +4 -2
- package/pv-components/dist/vue/base/pv-components-base.js +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +224 -228
- package/pv-components/dist/vue/base/pv-components-base.umd.js +3 -3
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +17 -17
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2860 -2862
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +17 -17
- package/pv-components/dist/web/pv-components.iife.js +9 -9
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var t=document.createElement("style");t.appendChild(document.createTextNode('.pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}.pv-popover-list[data-v-cda1af8c]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:transparent;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.pv-tab-list[data-v-498bf523]{border:none}.pv-tab-list :where(li)[data-active][data-v-498bf523]:after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:0;left:0;right:0;background-color:#176f6f}.pv-text-secondary[data-v-28489f76]{color:#4b595c}.pv-menu-item-disabled[data-v-20ca2990]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-20ca2990]{cursor:pointer}.dots-button[data-v-e63422b9]{background-color:transparent;color:#4b595c}.pv-insight-button[data-v-6e9399e6]{position:absolute;top:.5rem;right:.5rem}.expandable-content[data-v-2f840307]{border-radius:.5rem}.expandable-content .pv-line-clamp[data-v-2f840307]{transition:max-height .3s ease-in-out}')),document.head.appendChild(t)}}catch(e){console.error("vite-plugin-css-injected-by-js",e)}})();
|
|
2
|
-
import { defineComponent as Y, ref as ie, computed as
|
|
2
|
+
import { defineComponent as Y, ref as ie, computed as j, onMounted as nt, getCurrentInstance as lo, createElementBlock as b, openBlock as h, normalizeClass as X, createElementVNode as T, normalizeStyle as tt, createBlock as F, Fragment as J, createCommentVNode as x, toDisplayString as z, renderSlot as R, withCtx as se, createVNode as G, normalizeProps as so, guardReactiveProps as Ka, withModifiers as Pr, isRef as _a, shallowRef as Ne, nextTick as po, getCurrentScope as Xa, onScopeDispose as qa, toValue as pe, watch as ge, toRef as Rl, readonly as Ga, customRef as Ll, watchEffect as Al, unref as fe, useTemplateRef as dt, withDirectives as Be, createTextVNode as Fe, Teleport as Ko, shallowReadonly as Zt, mergeModels as Se, useModel as xe, vShow as vr, renderList as Pe, vModelText as Sn, useId as Vl, mergeProps as S, resolveComponent as Ft, resolveDirective as Za, resolveDynamicComponent as Te, Transition as zl, withKeys as he, createSlots as Nl, vModelDynamic as Qa, vModelCheckbox as Ja, reactive as Fl } from "vue";
|
|
3
3
|
const jl = {
|
|
4
4
|
xs: "12px",
|
|
5
5
|
sm: "16px",
|
|
@@ -14,10 +14,10 @@ const jl = {
|
|
|
14
14
|
size: {}
|
|
15
15
|
},
|
|
16
16
|
setup(e) {
|
|
17
|
-
const t = e, o = ie(!1), r = ie(null), n =
|
|
17
|
+
const t = e, o = ie(!1), r = ie(null), n = j(() => ({
|
|
18
18
|
"pv-icon": !0,
|
|
19
19
|
[`pv-icon-${t.size}`]: Hl.includes(t.size)
|
|
20
|
-
})), a =
|
|
20
|
+
})), a = j(() => o.value && r.value ? `${r.value}#${t.name}` : `#${t.name}`);
|
|
21
21
|
return globalThis.__PV_GLOBAL_SPRITE_PATH__ && (r.value = globalThis.__PV_GLOBAL_SPRITE_PATH__), nt(() => {
|
|
22
22
|
const i = lo()?.root;
|
|
23
23
|
o.value = i && "isCE" in i && i.isCE;
|
|
@@ -73,7 +73,7 @@ const jl = {
|
|
|
73
73
|
xl: "large",
|
|
74
74
|
lg: void 0,
|
|
75
75
|
md: "small"
|
|
76
|
-
}, o = ["ghost"], r = e, n =
|
|
76
|
+
}, o = ["ghost"], r = e, n = j(() => r.inverse && o.includes(r.variant) ? {
|
|
77
77
|
[`pv-button-${r.variant}-inverse`]: !0,
|
|
78
78
|
[`pv-button-${t[r.size]}`]: !!r.size
|
|
79
79
|
} : {
|
|
@@ -141,7 +141,7 @@ const jl = {
|
|
|
141
141
|
R(t.$slots, "label")
|
|
142
142
|
]));
|
|
143
143
|
}
|
|
144
|
-
}), ql = { class: "pv-text-body-sm" },
|
|
144
|
+
}), ql = { class: "pv-text-body-sm" }, EC = /* @__PURE__ */ Y({
|
|
145
145
|
__name: "PvButtonWithTooltip",
|
|
146
146
|
props: {
|
|
147
147
|
tooltipText: {},
|
|
@@ -158,7 +158,7 @@ const jl = {
|
|
|
158
158
|
inverse: { type: Boolean }
|
|
159
159
|
},
|
|
160
160
|
setup(e) {
|
|
161
|
-
const t = e, o =
|
|
161
|
+
const t = e, o = j(() => t.size === "md" ? "sm" : "md");
|
|
162
162
|
return (r, n) => (h(), F(ti, {
|
|
163
163
|
variant: e.tooltipVariant,
|
|
164
164
|
"tooltip-position": e.tooltipPosition,
|
|
@@ -184,7 +184,7 @@ const jl = {
|
|
|
184
184
|
maxValue: { default: 99 }
|
|
185
185
|
},
|
|
186
186
|
setup(e) {
|
|
187
|
-
const t = e, o =
|
|
187
|
+
const t = e, o = j(() => t.size == "md" ? "md" : (t.size == "sm", "sm")), r = j(() => t.maxValue && t.value && t.value > t.maxValue ? `${t.maxValue}+` : t.value != null ? `${t.prefix}${t.value}` : "-"), n = j(() => ({
|
|
188
188
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
189
189
|
"pv-badge-md pv-text-body-md": o.value == "md",
|
|
190
190
|
"pv-badge-sm pv-text-body-sm": o.value == "sm",
|
|
@@ -204,14 +204,14 @@ const jl = {
|
|
|
204
204
|
for (const [r, n] of t)
|
|
205
205
|
o[r] = n;
|
|
206
206
|
return o;
|
|
207
|
-
}, Ut = /* @__PURE__ */ at(Gl, [["__scopeId", "data-v-fc3c1104"]]),
|
|
207
|
+
}, Ut = /* @__PURE__ */ at(Gl, [["__scopeId", "data-v-fc3c1104"]]), IC = /* @__PURE__ */ Y({
|
|
208
208
|
__name: "PvReleaseBadge",
|
|
209
209
|
props: {
|
|
210
210
|
variant: {},
|
|
211
211
|
inverse: { type: Boolean }
|
|
212
212
|
},
|
|
213
213
|
setup(e) {
|
|
214
|
-
const t = e, o =
|
|
214
|
+
const t = e, o = j(() => t.variant == "release-alpha" ? "ALPHA" : t.variant == "release-beta" ? "BETA" : ""), r = j(() => t.inverse ? "pv-tag-inverse" : {
|
|
215
215
|
"pv-tag-yellow": t.variant == "release-alpha",
|
|
216
216
|
"pv-tag-purple": t.variant == "release-beta"
|
|
217
217
|
});
|
|
@@ -219,7 +219,7 @@ const jl = {
|
|
|
219
219
|
class: X(r.value)
|
|
220
220
|
}, z(o.value), 3));
|
|
221
221
|
}
|
|
222
|
-
}), Zl = ["data-style"], Ql = { class: "pv-truncate" },
|
|
222
|
+
}), Zl = ["data-style"], Ql = { class: "pv-truncate" }, RC = /* @__PURE__ */ Y({
|
|
223
223
|
__name: "PvTag",
|
|
224
224
|
props: {
|
|
225
225
|
size: { default: "md" },
|
|
@@ -231,7 +231,7 @@ const jl = {
|
|
|
231
231
|
},
|
|
232
232
|
emits: ["handle-close", "handle-click"],
|
|
233
233
|
setup(e) {
|
|
234
|
-
const t = e, o =
|
|
234
|
+
const t = e, o = j(() => {
|
|
235
235
|
switch (t.size) {
|
|
236
236
|
case "lg":
|
|
237
237
|
return "pv-tag-lg";
|
|
@@ -240,7 +240,7 @@ const jl = {
|
|
|
240
240
|
default:
|
|
241
241
|
return "";
|
|
242
242
|
}
|
|
243
|
-
}), r =
|
|
243
|
+
}), r = j(() => {
|
|
244
244
|
switch (t.variant) {
|
|
245
245
|
case "primary":
|
|
246
246
|
return "pv-tag-primary";
|
|
@@ -283,7 +283,7 @@ const jl = {
|
|
|
283
283
|
label: {}
|
|
284
284
|
},
|
|
285
285
|
setup(e) {
|
|
286
|
-
const t = e, o =
|
|
286
|
+
const t = e, o = j(() => {
|
|
287
287
|
switch (t.size) {
|
|
288
288
|
case "lg":
|
|
289
289
|
return "pv-tag-lg";
|
|
@@ -292,7 +292,7 @@ const jl = {
|
|
|
292
292
|
default:
|
|
293
293
|
return "";
|
|
294
294
|
}
|
|
295
|
-
}), r =
|
|
295
|
+
}), r = j(() => {
|
|
296
296
|
if (t.dotVariant)
|
|
297
297
|
return "pv-tag-tertiary";
|
|
298
298
|
switch (t.variant) {
|
|
@@ -329,7 +329,7 @@ const jl = {
|
|
|
329
329
|
T("span", null, z(e.label), 1)
|
|
330
330
|
], 2));
|
|
331
331
|
}
|
|
332
|
-
}),
|
|
332
|
+
}), LC = /* @__PURE__ */ at(Jl, [["__scopeId", "data-v-4ee8f936"]]);
|
|
333
333
|
function Kt(e) {
|
|
334
334
|
return Xa() ? (qa(e), !0) : !1;
|
|
335
335
|
}
|
|
@@ -423,7 +423,7 @@ function Ue(e) {
|
|
|
423
423
|
function Et(...e) {
|
|
424
424
|
const t = [], o = () => {
|
|
425
425
|
t.forEach((s) => s()), t.length = 0;
|
|
426
|
-
}, r = (s, l, c, u) => (s.addEventListener(l, c, u), () => s.removeEventListener(l, c, u)), n =
|
|
426
|
+
}, r = (s, l, c, u) => (s.addEventListener(l, c, u), () => s.removeEventListener(l, c, u)), n = j(() => {
|
|
427
427
|
const s = jt(pe(e[0])).filter((l) => l != null);
|
|
428
428
|
return s.every((l) => typeof l != "string") ? s : void 0;
|
|
429
429
|
}), a = ai(
|
|
@@ -531,14 +531,14 @@ function ds() {
|
|
|
531
531
|
// @__NO_SIDE_EFFECTS__
|
|
532
532
|
function ii(e) {
|
|
533
533
|
const t = /* @__PURE__ */ ds();
|
|
534
|
-
return
|
|
534
|
+
return j(() => (t.value, !!e()));
|
|
535
535
|
}
|
|
536
536
|
function li(e, t, o = {}) {
|
|
537
537
|
const { window: r = _t, ...n } = o;
|
|
538
538
|
let a;
|
|
539
539
|
const i = /* @__PURE__ */ ii(() => r && "MutationObserver" in r), s = () => {
|
|
540
540
|
a && (a.disconnect(), a = void 0);
|
|
541
|
-
}, l =
|
|
541
|
+
}, l = j(() => {
|
|
542
542
|
const f = pe(e), p = jt(f).map(Ue).filter(es);
|
|
543
543
|
return new Set(p);
|
|
544
544
|
}), c = ge(
|
|
@@ -609,7 +609,7 @@ function fs(e, t, o = {}) {
|
|
|
609
609
|
let a;
|
|
610
610
|
const i = /* @__PURE__ */ ii(() => r && "ResizeObserver" in r), s = () => {
|
|
611
611
|
a && (a.disconnect(), a = void 0);
|
|
612
|
-
}, l =
|
|
612
|
+
}, l = j(() => {
|
|
613
613
|
const d = pe(e);
|
|
614
614
|
return Array.isArray(d) ? d.map((f) => Ue(f)) : [Ue(d)];
|
|
615
615
|
}), c = ge(
|
|
@@ -679,7 +679,7 @@ function Nn(e, t = {}) {
|
|
|
679
679
|
s && (clearTimeout(s), s = void 0), u ? s = setTimeout(() => i.value = c, u) : i.value = c;
|
|
680
680
|
};
|
|
681
681
|
return a && (Et(e, "mouseenter", () => l(!0), { passive: !0 }), Et(e, "mouseleave", () => l(!1), { passive: !0 }), n && cs(
|
|
682
|
-
|
|
682
|
+
j(() => Ue(e)),
|
|
683
683
|
() => l(!1)
|
|
684
684
|
)), i;
|
|
685
685
|
}
|
|
@@ -1536,9 +1536,9 @@ _.prototype = /** @lends Sortable.prototype */
|
|
|
1536
1536
|
Jt !== r && (L = a[D], Po = !1, Qo = !A && s.invertSwap || O), N = Rs(t, r, a, p, A ? 1 : s.swapThreshold, s.invertedSwapThreshold == null ? s.swapThreshold : s.invertedSwapThreshold, Qo, Jt === r);
|
|
1537
1537
|
var ne;
|
|
1538
1538
|
if (N !== 0) {
|
|
1539
|
-
var
|
|
1539
|
+
var H = Xe(M);
|
|
1540
1540
|
do
|
|
1541
|
-
|
|
1541
|
+
H -= N, ne = ke.children[H];
|
|
1542
1542
|
while (ne && (K(ne, "display") === "none" || ne === q));
|
|
1543
1543
|
}
|
|
1544
1544
|
if (N === 0 || ne === r)
|
|
@@ -1883,8 +1883,8 @@ var Xr = fi(function(e, t, o, r) {
|
|
|
1883
1883
|
p === l ? ($ = C < L && (A.overflowX === "auto" || A.overflowX === "scroll" || A.overflowX === "visible"), N = w < O && (A.overflowY === "auto" || A.overflowY === "scroll" || A.overflowY === "visible")) : ($ = C < L && (A.overflowX === "auto" || A.overflowX === "scroll"), N = w < O && (A.overflowY === "auto" || A.overflowY === "scroll"));
|
|
1884
1884
|
var le = $ && (Math.abs(k - n) <= i && D + C < L) - (Math.abs(y - n) <= i && !!D), ne = N && (Math.abs(v - a) <= i && I + w < O) - (Math.abs(g - a) <= i && !!I);
|
|
1885
1885
|
if (!$e[d])
|
|
1886
|
-
for (var
|
|
1887
|
-
$e[
|
|
1886
|
+
for (var H = 0; H <= d; H++)
|
|
1887
|
+
$e[H] || ($e[H] = {});
|
|
1888
1888
|
($e[d].vx != le || $e[d].vy != ne || $e[d].el !== p) && ($e[d].el = p, $e[d].vx = le, $e[d].vy = ne, clearInterval($e[d].pid), (le != 0 || ne != 0) && (c = !0, $e[d].pid = setInterval(function() {
|
|
1889
1889
|
r && this.layer === 0 && _.active._onTouchMove(Cr);
|
|
1890
1890
|
var E = $e[this.layer].vy ? $e[this.layer].vy * s : 0, B = $e[this.layer].vx ? $e[this.layer].vx * s : 0;
|
|
@@ -2028,7 +2028,7 @@ function wo(e) {
|
|
|
2028
2028
|
function cr(...e) {
|
|
2029
2029
|
const t = [], o = () => {
|
|
2030
2030
|
t.forEach((s) => s()), t.length = 0;
|
|
2031
|
-
}, r = (s, l, c, u) => (s.addEventListener(l, c, u), () => s.removeEventListener(l, c, u)), n =
|
|
2031
|
+
}, r = (s, l, c, u) => (s.addEventListener(l, c, u), () => s.removeEventListener(l, c, u)), n = j(() => {
|
|
2032
2032
|
const s = jt(pe(e[0])).filter((l) => l != null);
|
|
2033
2033
|
return s.every((l) => typeof l != "string") ? s : void 0;
|
|
2034
2034
|
}), a = ai(
|
|
@@ -2189,7 +2189,7 @@ function Ks(e, t = !1) {
|
|
|
2189
2189
|
const s = Gr(pe(e));
|
|
2190
2190
|
!s || !o.value || (br && r?.(), s.style.overflow = n, Zr.delete(s), o.value = !1);
|
|
2191
2191
|
};
|
|
2192
|
-
return Kt(i),
|
|
2192
|
+
return Kt(i), j({
|
|
2193
2193
|
get() {
|
|
2194
2194
|
return o.value;
|
|
2195
2195
|
},
|
|
@@ -2234,7 +2234,7 @@ const Xs = {
|
|
|
2234
2234
|
setup(e, { expose: t, emit: o }) {
|
|
2235
2235
|
const r = e, n = o, a = ie(r.defaultOpen), i = ie(null), s = ie(null), l = ie(null), c = ie(null), u = () => {
|
|
2236
2236
|
i.value && (l.value = i.value.getBoundingClientRect()), s.value?.popoverRoot && (c.value = s.value.popoverRoot.getBoundingClientRect());
|
|
2237
|
-
}, d =
|
|
2237
|
+
}, d = j(() => ({
|
|
2238
2238
|
"pv-hide": !a.value
|
|
2239
2239
|
})), f = (y) => {
|
|
2240
2240
|
a.value = !a.value;
|
|
@@ -2248,7 +2248,7 @@ const Xs = {
|
|
|
2248
2248
|
u(), n("dropdown-open");
|
|
2249
2249
|
}) : n("dropdown-closed");
|
|
2250
2250
|
});
|
|
2251
|
-
const m =
|
|
2251
|
+
const m = j(() => !l.value || !c.value ? 0 : r.alignment === "right" || r.alignment === "top right" ? l.value.left + l.value.width - c.value.width : l.value.left), g = j(() => !l.value || !c.value ? 0 : r.alignment === "top" || r.alignment === "top right" ? l.value.top - c.value.height : l.value.top + window.scrollY + l.value.height), v = j(() => r.useTeleport ? {
|
|
2252
2252
|
...{
|
|
2253
2253
|
position: "absolute",
|
|
2254
2254
|
left: `${m.value}px`,
|
|
@@ -2296,7 +2296,7 @@ const Xs = {
|
|
|
2296
2296
|
[fe(Er), p]
|
|
2297
2297
|
]);
|
|
2298
2298
|
}
|
|
2299
|
-
}),
|
|
2299
|
+
}), AC = /* @__PURE__ */ at(Zs, [["__scopeId", "data-v-79a7def3"]]), Qs = ["top", "right", "bottom", "left"], Zn = ["start", "end"], Qn = /* @__PURE__ */ Qs.reduce((e, t) => e.concat(t, t + "-" + Zn[0], t + "-" + Zn[1]), []), Jn = Math.min, Do = Math.max, Sr = Math.round, ut = (e) => ({
|
|
2300
2300
|
x: e,
|
|
2301
2301
|
y: e
|
|
2302
2302
|
}), Js = {
|
|
@@ -3035,19 +3035,19 @@ function la(e, t) {
|
|
|
3035
3035
|
}
|
|
3036
3036
|
function zd(e, t, o) {
|
|
3037
3037
|
o === void 0 && (o = {});
|
|
3038
|
-
const r = o.whileElementsMounted, n =
|
|
3038
|
+
const r = o.whileElementsMounted, n = j(() => {
|
|
3039
3039
|
var L;
|
|
3040
3040
|
return (L = mo(o.open)) != null ? L : !0;
|
|
3041
|
-
}), a =
|
|
3041
|
+
}), a = j(() => mo(o.middleware)), i = j(() => {
|
|
3042
3042
|
var L;
|
|
3043
3043
|
return (L = mo(o.placement)) != null ? L : "bottom";
|
|
3044
|
-
}), s =
|
|
3044
|
+
}), s = j(() => {
|
|
3045
3045
|
var L;
|
|
3046
3046
|
return (L = mo(o.strategy)) != null ? L : "absolute";
|
|
3047
|
-
}), l =
|
|
3047
|
+
}), l = j(() => {
|
|
3048
3048
|
var L;
|
|
3049
3049
|
return (L = mo(o.transform)) != null ? L : !0;
|
|
3050
|
-
}), c =
|
|
3050
|
+
}), c = j(() => ia(e.value)), u = j(() => ia(t.value)), d = ie(0), f = ie(0), p = ie(s.value), m = ie(i.value), g = Ne({}), v = ie(!1), y = j(() => {
|
|
3051
3051
|
const L = {
|
|
3052
3052
|
position: p.value,
|
|
3053
3053
|
left: "0",
|
|
@@ -3143,7 +3143,7 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3143
3143
|
"top-right": "top-end",
|
|
3144
3144
|
"bottom-left": "bottom-start",
|
|
3145
3145
|
"bottom-right": "bottom-end"
|
|
3146
|
-
}, c =
|
|
3146
|
+
}, c = j(() => t.allowedAutoPlacements?.map(($) => l[$])), u = j(() => l[t.position]);
|
|
3147
3147
|
nt(() => {
|
|
3148
3148
|
r.value && (n.value = r.value.firstElementChild);
|
|
3149
3149
|
});
|
|
@@ -3163,7 +3163,7 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3163
3163
|
o.value && p();
|
|
3164
3164
|
}, 5);
|
|
3165
3165
|
ge([m.top, m.left, m.width, m.height], g);
|
|
3166
|
-
const v =
|
|
3166
|
+
const v = j(() => ({
|
|
3167
3167
|
...f.value,
|
|
3168
3168
|
zIndex: t.zIndex ?? 10
|
|
3169
3169
|
})), y = /* @__PURE__ */ Vn(
|
|
@@ -3171,7 +3171,7 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3171
3171
|
o.value = $;
|
|
3172
3172
|
},
|
|
3173
3173
|
() => t.delay
|
|
3174
|
-
), k =
|
|
3174
|
+
), k = j(() => t.showOnHover ? t.disableInteractive ? i.value : i.value || s.value : !1), C = () => {
|
|
3175
3175
|
t.showOnHover || y(!o.value);
|
|
3176
3176
|
}, w = () => {
|
|
3177
3177
|
t.disableClickOutsideToClose || y(!1);
|
|
@@ -3206,7 +3206,7 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3206
3206
|
[fe(Er), [w, { ignore: [".pv-floating"] }]]
|
|
3207
3207
|
]);
|
|
3208
3208
|
}
|
|
3209
|
-
}), jd = ["onClick", "data-active"],
|
|
3209
|
+
}), jd = ["onClick", "data-active"], VC = /* @__PURE__ */ Y({
|
|
3210
3210
|
__name: "PvSegmentedControl",
|
|
3211
3211
|
props: /* @__PURE__ */ Se({
|
|
3212
3212
|
size: { default: "lg" },
|
|
@@ -3277,7 +3277,7 @@ const Nd = { style: { width: "fit-content" } }, Fd = /* @__PURE__ */ Y({
|
|
|
3277
3277
|
])
|
|
3278
3278
|
]));
|
|
3279
3279
|
}
|
|
3280
|
-
}),
|
|
3280
|
+
}), zC = /* @__PURE__ */ at(Ud, [["__scopeId", "data-v-498bf523"]]);
|
|
3281
3281
|
function Kd(e) {
|
|
3282
3282
|
return e.charAt(0).toUpperCase() + e.slice(1).toLowerCase();
|
|
3283
3283
|
}
|
|
@@ -3305,12 +3305,12 @@ const Gd = {
|
|
|
3305
3305
|
toCamelCase: { type: Boolean, default: !0 }
|
|
3306
3306
|
},
|
|
3307
3307
|
setup(e) {
|
|
3308
|
-
const t = e, o = ie(!0), r =
|
|
3308
|
+
const t = e, o = ie(!0), r = j(() => jl[t.size] || "32px"), n = j(() => ({
|
|
3309
3309
|
"pv-icon": o.value,
|
|
3310
3310
|
[`pv-company-${t.size}`]: t.size && !o.value
|
|
3311
|
-
})), a =
|
|
3311
|
+
})), a = j(() => ({
|
|
3312
3312
|
width: r.value
|
|
3313
|
-
})), i =
|
|
3313
|
+
})), i = j(() => t.toCamelCase ? qd(t.name) + ".svg" : t.name + ".svg"), s = j(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${i.value}`);
|
|
3314
3314
|
return ge(s, () => {
|
|
3315
3315
|
o.value = !0;
|
|
3316
3316
|
}), (l, c) => (h(), b("div", Gd, [
|
|
@@ -3340,12 +3340,13 @@ const Gd = {
|
|
|
3340
3340
|
key: 0,
|
|
3341
3341
|
class: "pv-inset-squish-12 pv-border-top",
|
|
3342
3342
|
style: { "--color-border": "#d2d8dc" }
|
|
3343
|
-
},
|
|
3343
|
+
}, NC = /* @__PURE__ */ Y({
|
|
3344
3344
|
__name: "PvModal",
|
|
3345
3345
|
props: /* @__PURE__ */ Se({
|
|
3346
3346
|
header: {},
|
|
3347
3347
|
subheader: {},
|
|
3348
|
-
|
|
3348
|
+
disableCloseOnClickOutside: { type: Boolean, default: !1 },
|
|
3349
|
+
hideFooter: { type: Boolean, default: !1 }
|
|
3349
3350
|
}, {
|
|
3350
3351
|
modelValue: { type: Boolean, required: !0 },
|
|
3351
3352
|
modelModifiers: {}
|
|
@@ -3360,13 +3361,13 @@ const Gd = {
|
|
|
3360
3361
|
}
|
|
3361
3362
|
);
|
|
3362
3363
|
const n = () => {
|
|
3363
|
-
t.
|
|
3364
|
+
t.disableCloseOnClickOutside || (r.value = !1);
|
|
3364
3365
|
};
|
|
3365
3366
|
return (a, i) => (h(), b("dialog", {
|
|
3366
3367
|
class: "pv-modal-sm",
|
|
3367
3368
|
ref_key: "dialog",
|
|
3368
3369
|
ref: o,
|
|
3369
|
-
closedby: e.
|
|
3370
|
+
closedby: e.disableCloseOnClickOutside ? void 0 : "any",
|
|
3370
3371
|
style: { "--max-width": "480px" },
|
|
3371
3372
|
onClose: n
|
|
3372
3373
|
}, [
|
|
@@ -3377,9 +3378,9 @@ const Gd = {
|
|
|
3377
3378
|
]),
|
|
3378
3379
|
R(a.$slots, "body")
|
|
3379
3380
|
]),
|
|
3380
|
-
|
|
3381
|
+
e.hideFooter ? x("", !0) : (h(), b("div", rc, [
|
|
3381
3382
|
R(a.$slots, "footer")
|
|
3382
|
-
]))
|
|
3383
|
+
]))
|
|
3383
3384
|
], 40, Qd));
|
|
3384
3385
|
}
|
|
3385
3386
|
});
|
|
@@ -3387,10 +3388,7 @@ var ur = /* @__PURE__ */ ((e) => (e.Vertical = "Vertical", e.Horizontal = "Horiz
|
|
|
3387
3388
|
const nc = {
|
|
3388
3389
|
class: "pv-text-body-md pv-line-clamp",
|
|
3389
3390
|
style: { "font-weight": "500", "--lines": "2" }
|
|
3390
|
-
}, ac = {
|
|
3391
|
-
key: 0,
|
|
3392
|
-
class: "pv-flex"
|
|
3393
|
-
}, jC = /* @__PURE__ */ Y({
|
|
3391
|
+
}, ac = { class: "pv-flex" }, FC = /* @__PURE__ */ Y({
|
|
3394
3392
|
__name: "PvBanner",
|
|
3395
3393
|
props: {
|
|
3396
3394
|
label: {},
|
|
@@ -3418,21 +3416,21 @@ const nc = {
|
|
|
3418
3416
|
}
|
|
3419
3417
|
])
|
|
3420
3418
|
}, [
|
|
3421
|
-
|
|
3419
|
+
R(t.$slots, "left"),
|
|
3422
3420
|
e.icon ? (h(), F(we, {
|
|
3423
|
-
key:
|
|
3421
|
+
key: 0,
|
|
3424
3422
|
"data-testid": "pv-banner-icon",
|
|
3425
3423
|
class: "pv-text-brand",
|
|
3426
3424
|
name: e.icon
|
|
3427
3425
|
}, null, 8, ["name"])) : x("", !0),
|
|
3428
3426
|
T("p", nc, z(e.label), 1)
|
|
3429
3427
|
], 2),
|
|
3430
|
-
|
|
3428
|
+
T("div", ac, [
|
|
3431
3429
|
R(t.$slots, "action")
|
|
3432
|
-
])
|
|
3430
|
+
])
|
|
3433
3431
|
], 2));
|
|
3434
3432
|
}
|
|
3435
|
-
}),
|
|
3433
|
+
}), jC = /* @__PURE__ */ Y({
|
|
3436
3434
|
__name: "PvCompanyTag",
|
|
3437
3435
|
props: {
|
|
3438
3436
|
companyName: {},
|
|
@@ -3441,7 +3439,7 @@ const nc = {
|
|
|
3441
3439
|
},
|
|
3442
3440
|
emits: ["handle-close", "handle-click"],
|
|
3443
3441
|
setup(e) {
|
|
3444
|
-
const t = e, o =
|
|
3442
|
+
const t = e, o = j(() => {
|
|
3445
3443
|
switch (t.size) {
|
|
3446
3444
|
case "lg":
|
|
3447
3445
|
return "pv-tag-lg";
|
|
@@ -3472,7 +3470,7 @@ const nc = {
|
|
|
3472
3470
|
})) : x("", !0)
|
|
3473
3471
|
], 2));
|
|
3474
3472
|
}
|
|
3475
|
-
}), ic = ["data-style", "disabled", "title"], lc = { class: "pv-truncate" },
|
|
3473
|
+
}), ic = ["data-style", "disabled", "title"], lc = { class: "pv-truncate" }, HC = /* @__PURE__ */ Y({
|
|
3476
3474
|
__name: "PvSuggestionTag",
|
|
3477
3475
|
props: {
|
|
3478
3476
|
size: { default: "md" },
|
|
@@ -3483,7 +3481,7 @@ const nc = {
|
|
|
3483
3481
|
},
|
|
3484
3482
|
emits: ["handle-click"],
|
|
3485
3483
|
setup(e) {
|
|
3486
|
-
const t = e, o =
|
|
3484
|
+
const t = e, o = j(() => {
|
|
3487
3485
|
switch (t.size) {
|
|
3488
3486
|
case "lg":
|
|
3489
3487
|
return "pv-tag-lg";
|
|
@@ -3511,7 +3509,7 @@ const nc = {
|
|
|
3511
3509
|
T("span", lc, z(e.label), 1)
|
|
3512
3510
|
], 10, ic));
|
|
3513
3511
|
}
|
|
3514
|
-
}), sc = ["open", "data-arrow"], dc = { class: "pv-flex" },
|
|
3512
|
+
}), sc = ["open", "data-arrow"], dc = { class: "pv-flex" }, YC = /* @__PURE__ */ Y({
|
|
3515
3513
|
__name: "PvAccordion",
|
|
3516
3514
|
props: {
|
|
3517
3515
|
header: {},
|
|
@@ -3556,7 +3554,7 @@ const nc = {
|
|
|
3556
3554
|
}),
|
|
3557
3555
|
emits: ["update:modelValue"],
|
|
3558
3556
|
setup(e, { expose: t }) {
|
|
3559
|
-
const o = e, r = dt("search-input"), n = xe(e, "modelValue"), a =
|
|
3557
|
+
const o = e, r = dt("search-input"), n = xe(e, "modelValue"), a = j(() => ({
|
|
3560
3558
|
"pv-input-search": !0,
|
|
3561
3559
|
"pv-full-width": !0,
|
|
3562
3560
|
"pv-input-padded-end": !0
|
|
@@ -4126,7 +4124,7 @@ var Ze = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(e
|
|
|
4126
4124
|
var a, i, s, l, c, u, d;
|
|
4127
4125
|
let { preset: f, options: p } = t, m, g, v, y, k, C, w;
|
|
4128
4126
|
if (ue(f) && p.transform !== "strict") {
|
|
4129
|
-
let { primitive: $, semantic: N, extend: L } = f, O = N || {}, { colorScheme: A } = O, D = kt(O, ["colorScheme"]), I = L || {}, { colorScheme: le } = I, ne = kt(I, ["colorScheme"]),
|
|
4127
|
+
let { primitive: $, semantic: N, extend: L } = f, O = N || {}, { colorScheme: A } = O, D = kt(O, ["colorScheme"]), I = L || {}, { colorScheme: le } = I, ne = kt(I, ["colorScheme"]), H = A || {}, { dark: E } = H, B = kt(H, ["dark"]), V = le || {}, { dark: P } = V, U = kt(V, ["dark"]), W = ue($) ? this._toVariables({ primitive: $ }, p) : {}, Z = ue(D) ? this._toVariables({ semantic: D }, p) : {}, ae = ue(B) ? this._toVariables({ light: B }, p) : {}, ve = ue(E) ? this._toVariables({ dark: E }, p) : {}, be = ue(ne) ? this._toVariables({ semantic: ne }, p) : {}, Le = ue(U) ? this._toVariables({ light: U }, p) : {}, vt = ue(P) ? this._toVariables({ dark: P }, p) : {}, [bt, Rt] = [(a = W.declarations) != null ? a : "", W.tokens], [yt, Oe] = [(i = Z.declarations) != null ? i : "", Z.tokens || []], [it, Lt] = [(s = ae.declarations) != null ? s : "", ae.tokens || []], [Gt, Cl] = [(l = ve.declarations) != null ? l : "", ve.tokens || []], [Sl, xl] = [(c = be.declarations) != null ? c : "", be.tokens || []], [Bl, Tl] = [(u = Le.declarations) != null ? u : "", Le.tokens || []], [Pl, Dl] = [(d = vt.declarations) != null ? d : "", vt.tokens || []];
|
|
4130
4128
|
m = this.transformCSS(e, bt, "light", "variable", p, r, n), g = Rt;
|
|
4131
4129
|
let Ml = this.transformCSS(e, `${yt}${it}`, "light", "variable", p, r, n), Ol = this.transformCSS(e, `${Gt}`, "dark", "variable", p, r, n);
|
|
4132
4130
|
v = `${Ml}${Ol}`, y = [.../* @__PURE__ */ new Set([...Oe, ...Lt, ...Cl])];
|
|
@@ -4138,7 +4136,7 @@ var Ze = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(e
|
|
|
4138
4136
|
var s, l, c;
|
|
4139
4137
|
let u, d, f;
|
|
4140
4138
|
if (ue(t) && o.transform !== "strict") {
|
|
4141
|
-
let p = e.replace("-directive", ""), m = t, { colorScheme: g, extend: v, css: y } = m, k = kt(m, ["colorScheme", "extend", "css"]), C = v || {}, { colorScheme: w } = C, $ = kt(C, ["colorScheme"]), N = g || {}, { dark: L } = N, O = kt(N, ["dark"]), A = w || {}, { dark: D } = A, I = kt(A, ["dark"]), le = ue(k) ? this._toVariables({ [p]: et(et({}, k), $) }, o) : {}, ne = ue(O) ? this._toVariables({ [p]: et(et({}, O), I) }, o) : {},
|
|
4139
|
+
let p = e.replace("-directive", ""), m = t, { colorScheme: g, extend: v, css: y } = m, k = kt(m, ["colorScheme", "extend", "css"]), C = v || {}, { colorScheme: w } = C, $ = kt(C, ["colorScheme"]), N = g || {}, { dark: L } = N, O = kt(N, ["dark"]), A = w || {}, { dark: D } = A, I = kt(A, ["dark"]), le = ue(k) ? this._toVariables({ [p]: et(et({}, k), $) }, o) : {}, ne = ue(O) ? this._toVariables({ [p]: et(et({}, O), I) }, o) : {}, H = ue(L) ? this._toVariables({ [p]: et(et({}, L), D) }, o) : {}, [E, B] = [(s = le.declarations) != null ? s : "", le.tokens || []], [V, P] = [(l = ne.declarations) != null ? l : "", ne.tokens || []], [U, W] = [(c = H.declarations) != null ? c : "", H.tokens || []], Z = this.transformCSS(p, `${E}${V}`, "light", "variable", o, n, a, i), ae = this.transformCSS(p, U, "dark", "variable", o, n, a, i);
|
|
4142
4140
|
u = `${Z}${ae}`, d = [.../* @__PURE__ */ new Set([...B, ...P, ...W])], f = Ke(y, { dt: Wt });
|
|
4143
4141
|
}
|
|
4144
4142
|
return { css: u, tokens: d, style: f };
|
|
@@ -4483,7 +4481,7 @@ function au(e) {
|
|
|
4483
4481
|
}
|
|
4484
4482
|
var iu = 0;
|
|
4485
4483
|
function lu(e) {
|
|
4486
|
-
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = ie(!1), r = ie(e), n = ie(null), a = ji() ? window.document : void 0, i = t.document, s = i === void 0 ? a : i, l = t.immediate, c = l === void 0 ? !0 : l, u = t.manual, d = u === void 0 ? !1 : u, f = t.name, p = f === void 0 ? "style_".concat(++iu) : f, m = t.id, g = m === void 0 ? void 0 : m, v = t.media, y = v === void 0 ? void 0 : v, k = t.nonce, C = k === void 0 ? void 0 : k, w = t.first, $ = w === void 0 ? !1 : w, N = t.onMounted, L = N === void 0 ? void 0 : N, O = t.onUpdated, A = O === void 0 ? void 0 : O, D = t.onLoad, I = D === void 0 ? void 0 : D, le = t.props, ne = le === void 0 ? {} : le,
|
|
4484
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = ie(!1), r = ie(e), n = ie(null), a = ji() ? window.document : void 0, i = t.document, s = i === void 0 ? a : i, l = t.immediate, c = l === void 0 ? !0 : l, u = t.manual, d = u === void 0 ? !1 : u, f = t.name, p = f === void 0 ? "style_".concat(++iu) : f, m = t.id, g = m === void 0 ? void 0 : m, v = t.media, y = v === void 0 ? void 0 : v, k = t.nonce, C = k === void 0 ? void 0 : k, w = t.first, $ = w === void 0 ? !1 : w, N = t.onMounted, L = N === void 0 ? void 0 : N, O = t.onUpdated, A = O === void 0 ? void 0 : O, D = t.onLoad, I = D === void 0 ? void 0 : D, le = t.props, ne = le === void 0 ? {} : le, H = function() {
|
|
4487
4485
|
}, E = function(P) {
|
|
4488
4486
|
var U = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4489
4487
|
if (s) {
|
|
@@ -4497,14 +4495,14 @@ function lu(e) {
|
|
|
4497
4495
|
return I?.(be, {
|
|
4498
4496
|
name: Z
|
|
4499
4497
|
});
|
|
4500
|
-
}, L?.(Z)), !o.value && (
|
|
4498
|
+
}, L?.(Z)), !o.value && (H = ge(r, function(be) {
|
|
4501
4499
|
n.value.textContent = be, A?.(Z);
|
|
4502
4500
|
}, {
|
|
4503
4501
|
immediate: !0
|
|
4504
4502
|
}), o.value = !0);
|
|
4505
4503
|
}
|
|
4506
4504
|
}, B = function() {
|
|
4507
|
-
!s || !o.value || (
|
|
4505
|
+
!s || !o.value || (H(), wc(n.value) && s.head.removeChild(n.value), o.value = !1, n.value = null);
|
|
4508
4506
|
};
|
|
4509
4507
|
return c && !d && au(E), {
|
|
4510
4508
|
id: g,
|
|
@@ -9349,8 +9347,8 @@ var gl = {
|
|
|
9349
9347
|
}
|
|
9350
9348
|
case "Home": {
|
|
9351
9349
|
n.tabIndex = "-1";
|
|
9352
|
-
var ne = a.parentElement,
|
|
9353
|
-
Nt(
|
|
9350
|
+
var ne = a.parentElement, H = ne.children[0].children[0];
|
|
9351
|
+
Nt(H, "data-p-disabled") ? this.navigateToMonth(t, !0, r) : (H.tabIndex = "0", H.focus()), t.preventDefault();
|
|
9354
9352
|
break;
|
|
9355
9353
|
}
|
|
9356
9354
|
case "End": {
|
|
@@ -10951,7 +10949,7 @@ function zp(e, t, o, r, n, a) {
|
|
|
10951
10949
|
}, 8, ["appendTo", "disabled"])], 16, $p);
|
|
10952
10950
|
}
|
|
10953
10951
|
gl.render = zp;
|
|
10954
|
-
const
|
|
10952
|
+
const WC = /* @__PURE__ */ Y({
|
|
10955
10953
|
__name: "PvDatePicker",
|
|
10956
10954
|
props: /* @__PURE__ */ Se({
|
|
10957
10955
|
selectionMode: {},
|
|
@@ -11009,55 +11007,55 @@ function Fp() {
|
|
|
11009
11007
|
(function(o, r) {
|
|
11010
11008
|
e.exports = r();
|
|
11011
11009
|
})(Np, (function() {
|
|
11012
|
-
var o = 1e3, r = 6e4, n = 36e5, a = "millisecond", i = "second", s = "minute", l = "hour", c = "day", u = "week", d = "month", f = "quarter", p = "year", m = "date", g = "Invalid Date", v = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, k = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(
|
|
11013
|
-
var E = ["th", "st", "nd", "rd"], B =
|
|
11014
|
-
return "[" +
|
|
11015
|
-
} }, C = function(
|
|
11016
|
-
var V = String(
|
|
11017
|
-
return !V || V.length >= E ?
|
|
11018
|
-
}, w = { s: C, z: function(
|
|
11019
|
-
var E = -
|
|
11010
|
+
var o = 1e3, r = 6e4, n = 36e5, a = "millisecond", i = "second", s = "minute", l = "hour", c = "day", u = "week", d = "month", f = "quarter", p = "year", m = "date", g = "Invalid Date", v = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, k = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(H) {
|
|
11011
|
+
var E = ["th", "st", "nd", "rd"], B = H % 100;
|
|
11012
|
+
return "[" + H + (E[(B - 20) % 10] || E[B] || E[0]) + "]";
|
|
11013
|
+
} }, C = function(H, E, B) {
|
|
11014
|
+
var V = String(H);
|
|
11015
|
+
return !V || V.length >= E ? H : "" + Array(E + 1 - V.length).join(B) + H;
|
|
11016
|
+
}, w = { s: C, z: function(H) {
|
|
11017
|
+
var E = -H.utcOffset(), B = Math.abs(E), V = Math.floor(B / 60), P = B % 60;
|
|
11020
11018
|
return (E <= 0 ? "+" : "-") + C(V, 2, "0") + ":" + C(P, 2, "0");
|
|
11021
|
-
}, m: function
|
|
11022
|
-
if (E.date() < B.date()) return -
|
|
11019
|
+
}, m: function H(E, B) {
|
|
11020
|
+
if (E.date() < B.date()) return -H(B, E);
|
|
11023
11021
|
var V = 12 * (B.year() - E.year()) + (B.month() - E.month()), P = E.clone().add(V, d), U = B - P < 0, W = E.clone().add(V + (U ? -1 : 1), d);
|
|
11024
11022
|
return +(-(V + (B - P) / (U ? P - W : W - P)) || 0);
|
|
11025
|
-
}, a: function(
|
|
11026
|
-
return
|
|
11027
|
-
}, p: function(
|
|
11028
|
-
return { M: d, y: p, w: u, d: c, D: m, h: l, m: s, s: i, ms: a, Q: f }[
|
|
11029
|
-
}, u: function(
|
|
11030
|
-
return
|
|
11023
|
+
}, a: function(H) {
|
|
11024
|
+
return H < 0 ? Math.ceil(H) || 0 : Math.floor(H);
|
|
11025
|
+
}, p: function(H) {
|
|
11026
|
+
return { M: d, y: p, w: u, d: c, D: m, h: l, m: s, s: i, ms: a, Q: f }[H] || String(H || "").toLowerCase().replace(/s$/, "");
|
|
11027
|
+
}, u: function(H) {
|
|
11028
|
+
return H === void 0;
|
|
11031
11029
|
} }, $ = "en", N = {};
|
|
11032
11030
|
N[$] = k;
|
|
11033
|
-
var L = "$isDayjsObject", O = function(
|
|
11034
|
-
return
|
|
11035
|
-
}, A = function
|
|
11031
|
+
var L = "$isDayjsObject", O = function(H) {
|
|
11032
|
+
return H instanceof le || !(!H || !H[L]);
|
|
11033
|
+
}, A = function H(E, B, V) {
|
|
11036
11034
|
var P;
|
|
11037
11035
|
if (!E) return $;
|
|
11038
11036
|
if (typeof E == "string") {
|
|
11039
11037
|
var U = E.toLowerCase();
|
|
11040
11038
|
N[U] && (P = U), B && (N[U] = B, P = U);
|
|
11041
11039
|
var W = E.split("-");
|
|
11042
|
-
if (!P && W.length > 1) return
|
|
11040
|
+
if (!P && W.length > 1) return H(W[0]);
|
|
11043
11041
|
} else {
|
|
11044
11042
|
var Z = E.name;
|
|
11045
11043
|
N[Z] = E, P = Z;
|
|
11046
11044
|
}
|
|
11047
11045
|
return !V && P && ($ = P), P || !V && $;
|
|
11048
|
-
}, D = function(
|
|
11049
|
-
if (O(
|
|
11046
|
+
}, D = function(H, E) {
|
|
11047
|
+
if (O(H)) return H.clone();
|
|
11050
11048
|
var B = typeof E == "object" ? E : {};
|
|
11051
|
-
return B.date =
|
|
11049
|
+
return B.date = H, B.args = arguments, new le(B);
|
|
11052
11050
|
}, I = w;
|
|
11053
|
-
I.l = A, I.i = O, I.w = function(
|
|
11054
|
-
return D(
|
|
11051
|
+
I.l = A, I.i = O, I.w = function(H, E) {
|
|
11052
|
+
return D(H, { locale: E.$L, utc: E.$u, x: E.$x, $offset: E.$offset });
|
|
11055
11053
|
};
|
|
11056
11054
|
var le = (function() {
|
|
11057
|
-
function
|
|
11055
|
+
function H(B) {
|
|
11058
11056
|
this.$L = A(B.locale, null, !0), this.parse(B), this.$x = this.$x || B.x || {}, this[L] = !0;
|
|
11059
11057
|
}
|
|
11060
|
-
var E =
|
|
11058
|
+
var E = H.prototype;
|
|
11061
11059
|
return E.parse = function(B) {
|
|
11062
11060
|
this.$d = (function(V) {
|
|
11063
11061
|
var P = V.date, U = V.utc;
|
|
@@ -11267,16 +11265,16 @@ function Fp() {
|
|
|
11267
11265
|
return this.$d.toISOString();
|
|
11268
11266
|
}, E.toString = function() {
|
|
11269
11267
|
return this.$d.toUTCString();
|
|
11270
|
-
},
|
|
11268
|
+
}, H;
|
|
11271
11269
|
})(), ne = le.prototype;
|
|
11272
|
-
return D.prototype = ne, [["$ms", a], ["$s", i], ["$m", s], ["$H", l], ["$W", c], ["$M", d], ["$y", p], ["$D", m]].forEach((function(
|
|
11273
|
-
ne[
|
|
11274
|
-
return this.$g(E,
|
|
11270
|
+
return D.prototype = ne, [["$ms", a], ["$s", i], ["$m", s], ["$H", l], ["$W", c], ["$M", d], ["$y", p], ["$D", m]].forEach((function(H) {
|
|
11271
|
+
ne[H[1]] = function(E) {
|
|
11272
|
+
return this.$g(E, H[0], H[1]);
|
|
11275
11273
|
};
|
|
11276
|
-
})), D.extend = function(
|
|
11277
|
-
return
|
|
11278
|
-
}, D.locale = A, D.isDayjs = O, D.unix = function(
|
|
11279
|
-
return D(1e3 *
|
|
11274
|
+
})), D.extend = function(H, E) {
|
|
11275
|
+
return H.$i || (H(E, le, D), H.$i = !0), D;
|
|
11276
|
+
}, D.locale = A, D.isDayjs = O, D.unix = function(H) {
|
|
11277
|
+
return D(1e3 * H);
|
|
11280
11278
|
}, D.en = N[$], D.Ls = N, D.p = {}, D;
|
|
11281
11279
|
}));
|
|
11282
11280
|
})(pr)), pr.exports;
|
|
@@ -11492,7 +11490,7 @@ const eh = () => ({
|
|
|
11492
11490
|
size: { default: "sm" }
|
|
11493
11491
|
},
|
|
11494
11492
|
setup(e) {
|
|
11495
|
-
const t = e, { getCondensedDate: o, getTime: r } = eh(), n =
|
|
11493
|
+
const t = e, { getCondensedDate: o, getTime: r } = eh(), n = j(() => {
|
|
11496
11494
|
switch (t.variants) {
|
|
11497
11495
|
case "time":
|
|
11498
11496
|
return r({ date: t.date, timezone: t.timezone });
|
|
@@ -11513,7 +11511,7 @@ const eh = () => ({
|
|
|
11513
11511
|
])
|
|
11514
11512
|
}, z(n.value), 3));
|
|
11515
11513
|
}
|
|
11516
|
-
}),
|
|
11514
|
+
}), UC = /* @__PURE__ */ at(th, [["__scopeId", "data-v-28489f76"]]), oh = {
|
|
11517
11515
|
class: "pv-inset-squish-12 pv-border-bottom",
|
|
11518
11516
|
style: { "flex-shrink": "0" }
|
|
11519
11517
|
}, rh = {
|
|
@@ -11532,7 +11530,7 @@ const eh = () => ({
|
|
|
11532
11530
|
key: 0,
|
|
11533
11531
|
class: "pv-inset-squish-12 pv-border-top",
|
|
11534
11532
|
style: { "flex-shrink": "0" }
|
|
11535
|
-
},
|
|
11533
|
+
}, KC = /* @__PURE__ */ Y({
|
|
11536
11534
|
__name: "PvDrawer",
|
|
11537
11535
|
props: /* @__PURE__ */ Se({
|
|
11538
11536
|
header: {},
|
|
@@ -11655,7 +11653,7 @@ const eh = () => ({
|
|
|
11655
11653
|
} : void 0
|
|
11656
11654
|
]), 1040));
|
|
11657
11655
|
}
|
|
11658
|
-
}), uh = ["data-active", "onClick"], fh = { type: "button" },
|
|
11656
|
+
}), uh = ["data-active", "onClick"], fh = { type: "button" }, _C = /* @__PURE__ */ Y({
|
|
11659
11657
|
__name: "PvTabs",
|
|
11660
11658
|
props: /* @__PURE__ */ Se({
|
|
11661
11659
|
tabs: {},
|
|
@@ -11704,7 +11702,7 @@ const eh = () => ({
|
|
|
11704
11702
|
class: "pv-breadcrumbs",
|
|
11705
11703
|
role: "list",
|
|
11706
11704
|
"data-testid": "pv-breadcrumbs"
|
|
11707
|
-
}, hh = ["href"],
|
|
11705
|
+
}, hh = ["href"], XC = /* @__PURE__ */ Y({
|
|
11708
11706
|
__name: "PvBreadcrumbs",
|
|
11709
11707
|
props: {
|
|
11710
11708
|
options: {}
|
|
@@ -11943,7 +11941,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
11943
11941
|
},
|
|
11944
11942
|
emits: ["handle-selected"],
|
|
11945
11943
|
setup(e) {
|
|
11946
|
-
const t = e, o =
|
|
11944
|
+
const t = e, o = j(() => {
|
|
11947
11945
|
const r = t.classList ? [...t.classList] : [];
|
|
11948
11946
|
return t.disabled ? r.push("pv-menu-item-disabled") : r.push("pv-menu-item"), r;
|
|
11949
11947
|
});
|
|
@@ -12091,7 +12089,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12091
12089
|
p = p.parentElement;
|
|
12092
12090
|
}
|
|
12093
12091
|
return null;
|
|
12094
|
-
}, l =
|
|
12092
|
+
}, l = j(() => {
|
|
12095
12093
|
if (!r.value || !n.value || !i.value?.popoverRoot) return 0;
|
|
12096
12094
|
let f = r.value.left + window.scrollX;
|
|
12097
12095
|
(e === "right" || e === "top right") && (f = r.value.left + r.value.width + window.scrollX);
|
|
@@ -12101,7 +12099,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12101
12099
|
f -= m.left + window.scrollX - p.scrollLeft;
|
|
12102
12100
|
}
|
|
12103
12101
|
return f;
|
|
12104
|
-
}), c =
|
|
12102
|
+
}), c = j(() => {
|
|
12105
12103
|
if (!r.value || !n.value || !i.value?.popoverRoot) return 0;
|
|
12106
12104
|
let f = r.value.top + window.scrollY;
|
|
12107
12105
|
e === "top" || e === "top right" || (f += r.value.height);
|
|
@@ -12111,7 +12109,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12111
12109
|
f -= m.top + window.scrollY - p.scrollTop;
|
|
12112
12110
|
}
|
|
12113
12111
|
return f;
|
|
12114
|
-
}), u =
|
|
12112
|
+
}), u = j(() => {
|
|
12115
12113
|
if (!t)
|
|
12116
12114
|
return o;
|
|
12117
12115
|
const f = {
|
|
@@ -12156,7 +12154,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12156
12154
|
}, Uh = {
|
|
12157
12155
|
class: "pv-sticky pv-surface pv-border-top",
|
|
12158
12156
|
style: { "--flex-justify": "space-between", "--bottom": "0", "padding-top": "0.75rem", "padding-bottom": "0.5rem" }
|
|
12159
|
-
},
|
|
12157
|
+
}, qC = /* @__PURE__ */ Y({
|
|
12160
12158
|
__name: "PvMultiSelectButton",
|
|
12161
12159
|
props: /* @__PURE__ */ Se({
|
|
12162
12160
|
groupings: {},
|
|
@@ -12213,7 +12211,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12213
12211
|
}), nt(() => {
|
|
12214
12212
|
c.value?.popoverRef && (l.value = c.value?.popoverRef), u.value?.triggerRef && (s.value = u.value?.triggerRef);
|
|
12215
12213
|
});
|
|
12216
|
-
const y =
|
|
12214
|
+
const y = j(() => g.value === "" ? o.options : o.options.filter(
|
|
12217
12215
|
(O) => O.text.toLocaleLowerCase().includes(g.value.toLocaleLowerCase())
|
|
12218
12216
|
)), k = (O) => {
|
|
12219
12217
|
const A = m.value, D = A.findIndex((le) => le.id === O.id);
|
|
@@ -12226,7 +12224,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12226
12224
|
}));
|
|
12227
12225
|
}, w = () => {
|
|
12228
12226
|
m.value = [];
|
|
12229
|
-
}, $ =
|
|
12227
|
+
}, $ = j(() => {
|
|
12230
12228
|
if (!o.groupings) return;
|
|
12231
12229
|
const O = /* @__PURE__ */ new Map();
|
|
12232
12230
|
o.groupings.forEach((A) => {
|
|
@@ -12239,7 +12237,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12239
12237
|
for (const [A, D] of O)
|
|
12240
12238
|
D.length === 0 && O.delete(A);
|
|
12241
12239
|
return Array.from(O.entries());
|
|
12242
|
-
}), N =
|
|
12240
|
+
}), N = j(() => o.groupings && g.value === ""), L = (O) => m.value.some((A) => A.id === O.id) ? !0 : null;
|
|
12243
12241
|
return Mr("Escape", () => {
|
|
12244
12242
|
f.value && v();
|
|
12245
12243
|
}), (O, A) => Be((h(), b("div", Vh, [
|
|
@@ -12292,7 +12290,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12292
12290
|
G(Fa, {
|
|
12293
12291
|
"data-testid": `pv-multiselect-${D}-item`,
|
|
12294
12292
|
"options-variant": e.optionsVariant,
|
|
12295
|
-
selected: m.value.some((
|
|
12293
|
+
selected: m.value.some((H) => H.id === ne.id),
|
|
12296
12294
|
option: ne,
|
|
12297
12295
|
onHandleSelectItem: k
|
|
12298
12296
|
}, null, 8, ["data-testid", "options-variant", "selected", "option"])
|
|
@@ -12408,7 +12406,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12408
12406
|
company: Ot,
|
|
12409
12407
|
radio: Qh,
|
|
12410
12408
|
avatar: Ot
|
|
12411
|
-
}, o = e, r =
|
|
12409
|
+
}, o = e, r = j(() => ({ paddingLeft: `${o.level * 12 + 12}px` })), n = j(() => o.option.children && o.option.children.length > 0 && o.level < 3);
|
|
12412
12410
|
return (a, i) => {
|
|
12413
12411
|
const s = Ft("PvSelectMenuItem", !0);
|
|
12414
12412
|
return h(), b(J, null, [
|
|
@@ -12452,7 +12450,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12452
12450
|
}), tm = {
|
|
12453
12451
|
class: "pv-relative",
|
|
12454
12452
|
style: { width: "fit-content" }
|
|
12455
|
-
}, om = ["data-active"],
|
|
12453
|
+
}, om = ["data-active"], GC = /* @__PURE__ */ Y({
|
|
12456
12454
|
__name: "PvSelectButton",
|
|
12457
12455
|
props: /* @__PURE__ */ Se({
|
|
12458
12456
|
defaultOpen: { type: Boolean },
|
|
@@ -12497,13 +12495,13 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12497
12495
|
}), nt(() => {
|
|
12498
12496
|
l.value?.popoverRef && (s.value = l.value?.popoverRef), c.value?.triggerRef && (i.value = c.value?.triggerRef);
|
|
12499
12497
|
});
|
|
12500
|
-
const m =
|
|
12498
|
+
const m = j(() => f.value && f.value.text ? f.value.text : o.label), g = j(() => {
|
|
12501
12499
|
if (f.value && f.value.icon)
|
|
12502
12500
|
return f.value.icon;
|
|
12503
|
-
}), v =
|
|
12501
|
+
}), v = j(() => {
|
|
12504
12502
|
if (f.value && f.value.companyName)
|
|
12505
12503
|
return f.value.companyName;
|
|
12506
|
-
}), y =
|
|
12504
|
+
}), y = j(() => {
|
|
12507
12505
|
const $ = p.value.trim().toLowerCase();
|
|
12508
12506
|
if (!$) return o.options;
|
|
12509
12507
|
const N = (L) => {
|
|
@@ -12693,7 +12691,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12693
12691
|
])
|
|
12694
12692
|
], 8, nm));
|
|
12695
12693
|
}
|
|
12696
|
-
}),
|
|
12694
|
+
}), ZC = /* @__PURE__ */ at(sm, [["__scopeId", "data-v-e63422b9"]]), dm = ["for"], cm = ["checked", "type", "value", "id"], QC = /* @__PURE__ */ Y({
|
|
12697
12695
|
__name: "PvSelectableCard",
|
|
12698
12696
|
props: {
|
|
12699
12697
|
variant: { default: "default" },
|
|
@@ -12703,7 +12701,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12703
12701
|
selected: { type: Boolean }
|
|
12704
12702
|
},
|
|
12705
12703
|
setup(e) {
|
|
12706
|
-
const t =
|
|
12704
|
+
const t = j(() => e.id ? e.id : `${Math.random()}`);
|
|
12707
12705
|
return (o, r) => (h(), b("label", {
|
|
12708
12706
|
"data-testid": "pv-selectable-card",
|
|
12709
12707
|
class: X([
|
|
@@ -12725,7 +12723,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12725
12723
|
R(o.$slots, "default")
|
|
12726
12724
|
], 10, dm));
|
|
12727
12725
|
}
|
|
12728
|
-
}), um = { class: "pv-layout-two-sidebar" }, fm = ["data-hidden"], pm = { "data-layout": "main-section" }, hm = ["data-hidden"],
|
|
12726
|
+
}), um = { class: "pv-layout-two-sidebar" }, fm = ["data-hidden"], pm = { "data-layout": "main-section" }, hm = ["data-hidden"], JC = /* @__PURE__ */ Y({
|
|
12729
12727
|
__name: "PvSidePanel",
|
|
12730
12728
|
props: {
|
|
12731
12729
|
showLeftSidebar: { type: Boolean },
|
|
@@ -12752,7 +12750,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12752
12750
|
], 8, hm)
|
|
12753
12751
|
]));
|
|
12754
12752
|
}
|
|
12755
|
-
}), mm = ["data-style"], gm = ["placeholder", "disabled", "name"],
|
|
12753
|
+
}), mm = ["data-style"], gm = ["placeholder", "disabled", "name"], e2 = /* @__PURE__ */ Y({
|
|
12756
12754
|
__name: "PvGhostInput",
|
|
12757
12755
|
props: /* @__PURE__ */ Se({
|
|
12758
12756
|
variant: { default: "h1" },
|
|
@@ -12830,7 +12828,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12830
12828
|
})) : x("", !0)
|
|
12831
12829
|
], 8, mm));
|
|
12832
12830
|
}
|
|
12833
|
-
}), vm = { class: "pv-flex" },
|
|
12831
|
+
}), vm = { class: "pv-flex" }, t2 = /* @__PURE__ */ Y({
|
|
12834
12832
|
__name: "PvCompanyLabel",
|
|
12835
12833
|
props: {
|
|
12836
12834
|
size: { default: "md" },
|
|
@@ -12856,14 +12854,14 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12856
12854
|
}), bm = ["data-more"], ym = ["src"], km = {
|
|
12857
12855
|
key: 2,
|
|
12858
12856
|
class: "pv-avatar-sm"
|
|
12859
|
-
},
|
|
12857
|
+
}, o2 = /* @__PURE__ */ Y({
|
|
12860
12858
|
__name: "PvAvatarGroup",
|
|
12861
12859
|
props: {
|
|
12862
12860
|
items: {},
|
|
12863
12861
|
maxDisplayed: {}
|
|
12864
12862
|
},
|
|
12865
12863
|
setup(e) {
|
|
12866
|
-
const t = e, o =
|
|
12864
|
+
const t = e, o = j(() => t.maxDisplayed >= 7 ? 7 : t.maxDisplayed), r = j(() => {
|
|
12867
12865
|
const n = t.items.length - o.value;
|
|
12868
12866
|
return n > 0 ? n : 0;
|
|
12869
12867
|
});
|
|
@@ -12886,7 +12884,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12886
12884
|
]))), 128))
|
|
12887
12885
|
], 8, bm));
|
|
12888
12886
|
}
|
|
12889
|
-
}), wm = ["for"], $m = ["id", "type", "value", "name", "disabled"], Cm = { key: 1 },
|
|
12887
|
+
}), wm = ["for"], $m = ["id", "type", "value", "name", "disabled"], Cm = { key: 1 }, r2 = /* @__PURE__ */ Y({
|
|
12890
12888
|
__name: "PvToggleButton",
|
|
12891
12889
|
props: /* @__PURE__ */ Se({
|
|
12892
12890
|
size: { default: "xl" },
|
|
@@ -12906,11 +12904,11 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12906
12904
|
}),
|
|
12907
12905
|
emits: ["update:modelValue"],
|
|
12908
12906
|
setup(e) {
|
|
12909
|
-
const t = e, o = xe(e, "modelValue"), r =
|
|
12907
|
+
const t = e, o = xe(e, "modelValue"), r = j(() => ({
|
|
12910
12908
|
[`pv-toggle${t.variant == "secondary" ? "" : "-" + t.variant}`]: !0,
|
|
12911
12909
|
"pv-toggle-round": t.rounded,
|
|
12912
12910
|
"pv-toggle-small": t.size === "lg"
|
|
12913
|
-
})), n =
|
|
12911
|
+
})), n = j(() => t.id ? t.id : `${t.label}-${Math.random()}`);
|
|
12914
12912
|
return (a, i) => (h(), b("label", {
|
|
12915
12913
|
"data-testid": "pv-toggle-button",
|
|
12916
12914
|
class: X(r.value),
|
|
@@ -12938,7 +12936,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12938
12936
|
}, null, 8, ["name"])) : x("", !0)
|
|
12939
12937
|
], 10, wm));
|
|
12940
12938
|
}
|
|
12941
|
-
}), Sm = { class: "pv-flex" }, xm = ["name", "value", "checked", "disabled", "onChange"], Bm = { key: 1 },
|
|
12939
|
+
}), Sm = { class: "pv-flex" }, xm = ["name", "value", "checked", "disabled", "onChange"], Bm = { key: 1 }, n2 = /* @__PURE__ */ Y({
|
|
12942
12940
|
__name: "PvToggleGroup",
|
|
12943
12941
|
props: /* @__PURE__ */ Se({
|
|
12944
12942
|
disabled: { type: Boolean },
|
|
@@ -12989,7 +12987,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
12989
12987
|
}, 1032, ["description"]))), 128))
|
|
12990
12988
|
]));
|
|
12991
12989
|
}
|
|
12992
|
-
}), Tm = ["disabled", "indeterminate"],
|
|
12990
|
+
}), Tm = ["disabled", "indeterminate"], a2 = /* @__PURE__ */ Y({
|
|
12993
12991
|
__name: "PvCheckbox",
|
|
12994
12992
|
props: /* @__PURE__ */ Se({
|
|
12995
12993
|
disabled: { type: Boolean },
|
|
@@ -13013,7 +13011,7 @@ const yl = /* @__PURE__ */ at(wh, [["render", Ch]]), Sh = ["src"], xh = /* @__PU
|
|
|
13013
13011
|
[Ja, t.value]
|
|
13014
13012
|
]);
|
|
13015
13013
|
}
|
|
13016
|
-
}),
|
|
13014
|
+
}), i2 = /* @__PURE__ */ Y({
|
|
13017
13015
|
__name: "PvSprite",
|
|
13018
13016
|
props: {
|
|
13019
13017
|
src: {},
|
|
@@ -13485,7 +13483,7 @@ function Km(e, t, o, r, n, a) {
|
|
|
13485
13483
|
}), null, 16, Um);
|
|
13486
13484
|
}
|
|
13487
13485
|
wl.render = Km;
|
|
13488
|
-
const
|
|
13486
|
+
const l2 = /* @__PURE__ */ Y({
|
|
13489
13487
|
__name: "PvSkeleton",
|
|
13490
13488
|
props: {
|
|
13491
13489
|
size: { default: "md" },
|
|
@@ -13505,7 +13503,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13505
13503
|
width: e.variant === "square" ? t[e.size] : "100%"
|
|
13506
13504
|
}, null, 8, ["height", "width"]));
|
|
13507
13505
|
}
|
|
13508
|
-
}), _m = ["for"], Xm = ["disabled", "type", "placeholder", "id", "data-invalid"],
|
|
13506
|
+
}), _m = ["for"], Xm = ["disabled", "type", "placeholder", "id", "data-invalid"], s2 = /* @__PURE__ */ Y({
|
|
13509
13507
|
__name: "PvInput",
|
|
13510
13508
|
props: /* @__PURE__ */ Se({
|
|
13511
13509
|
error: { type: Boolean },
|
|
@@ -13563,7 +13561,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13563
13561
|
}, z(e.lowerLabel), 3)) : x("", !0)
|
|
13564
13562
|
], 64));
|
|
13565
13563
|
}
|
|
13566
|
-
}), qm = ["data-rating"], Gm = ["value"],
|
|
13564
|
+
}), qm = ["data-rating"], Gm = ["value"], d2 = /* @__PURE__ */ Y({
|
|
13567
13565
|
__name: "PvRating",
|
|
13568
13566
|
props: {
|
|
13569
13567
|
variant: { default: "dot" },
|
|
@@ -13571,7 +13569,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13571
13569
|
size: { default: 20 }
|
|
13572
13570
|
},
|
|
13573
13571
|
setup(e) {
|
|
13574
|
-
const t = e, o =
|
|
13572
|
+
const t = e, o = j(() => t.variant === "dot" ? "dot" : void 0);
|
|
13575
13573
|
return (r, n) => (h(), b("div", {
|
|
13576
13574
|
class: "pv-rating",
|
|
13577
13575
|
"data-testid": "pv-rating",
|
|
@@ -13588,7 +13586,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13588
13586
|
}, "4.0 stars", 8, Gm)
|
|
13589
13587
|
], 12, qm));
|
|
13590
13588
|
}
|
|
13591
|
-
}),
|
|
13589
|
+
}), $l = /* @__PURE__ */ Y({
|
|
13592
13590
|
__name: "PvCard",
|
|
13593
13591
|
props: {
|
|
13594
13592
|
href: {},
|
|
@@ -13596,27 +13594,25 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13596
13594
|
interactive: { type: Boolean, default: !1 }
|
|
13597
13595
|
},
|
|
13598
13596
|
setup(e) {
|
|
13599
|
-
|
|
13600
|
-
|
|
13597
|
+
const t = e, o = j(() => t.href ? "a" : t.interactive ? "button" : "div"), r = j(() => t.href || t.interactive ? "button" : "div");
|
|
13598
|
+
return (n, a) => (h(), F(Te(o.value), {
|
|
13599
|
+
href: e.href,
|
|
13600
|
+
type: r.value,
|
|
13601
13601
|
class: X([
|
|
13602
|
-
"pv-card pv-inset-square-8",
|
|
13602
|
+
"pv-card pv-inset-square-8 pv-inline-block",
|
|
13603
13603
|
{
|
|
13604
13604
|
"pv-card-secondary": e.variant === "secondary"
|
|
13605
13605
|
}
|
|
13606
|
-
])
|
|
13606
|
+
]),
|
|
13607
|
+
"data-testid": "pv-card"
|
|
13607
13608
|
}, {
|
|
13608
13609
|
default: se(() => [
|
|
13609
|
-
|
|
13610
|
-
key: 0,
|
|
13611
|
-
href: e.href,
|
|
13612
|
-
class: "pv-overlay-link"
|
|
13613
|
-
}, null, 8, Zm)) : x("", !0),
|
|
13614
|
-
R(t.$slots, "default")
|
|
13610
|
+
R(n.$slots, "default")
|
|
13615
13611
|
]),
|
|
13616
13612
|
_: 3
|
|
13617
|
-
}, 8, ["class"]));
|
|
13613
|
+
}, 8, ["href", "type", "class"]));
|
|
13618
13614
|
}
|
|
13619
|
-
}),
|
|
13615
|
+
}), c2 = /* @__PURE__ */ Y({
|
|
13620
13616
|
__name: "PvWidget",
|
|
13621
13617
|
setup(e) {
|
|
13622
13618
|
return (t, o) => (h(), F($l, { class: "pv-inset-square-16" }, {
|
|
@@ -13626,23 +13622,23 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13626
13622
|
_: 3
|
|
13627
13623
|
}));
|
|
13628
13624
|
}
|
|
13629
|
-
}),
|
|
13625
|
+
}), Zm = {
|
|
13630
13626
|
class: "pv-flex-vertical",
|
|
13631
13627
|
style: { "--flex-align": "flex-start", "--flex-gap": "0.25rem" }
|
|
13632
|
-
},
|
|
13628
|
+
}, Qm = {
|
|
13633
13629
|
key: 0,
|
|
13634
13630
|
class: "pv-flex",
|
|
13635
13631
|
style: { "--flex-gap": "0.25rem" }
|
|
13636
|
-
},
|
|
13632
|
+
}, Jm = { class: "pv-text-body-sm" }, eg = {
|
|
13637
13633
|
key: 1,
|
|
13638
13634
|
class: "pv-text-body-sm pv-text-tertiary"
|
|
13639
|
-
},
|
|
13635
|
+
}, tg = {
|
|
13640
13636
|
key: 2,
|
|
13641
13637
|
class: "pv-heading-2"
|
|
13642
|
-
},
|
|
13638
|
+
}, og = {
|
|
13643
13639
|
key: 3,
|
|
13644
13640
|
class: "pv-text-body-md pv-text-secondary pv-text-subdued"
|
|
13645
|
-
},
|
|
13641
|
+
}, rg = /* @__PURE__ */ Y({
|
|
13646
13642
|
__name: "PvInsightCard",
|
|
13647
13643
|
props: {
|
|
13648
13644
|
icon: { default: "ai" },
|
|
@@ -13655,7 +13651,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13655
13651
|
},
|
|
13656
13652
|
emits: ["click", "icon-click"],
|
|
13657
13653
|
setup(e) {
|
|
13658
|
-
const t = e, o =
|
|
13654
|
+
const t = e, o = j(() => t.icon || t.insight);
|
|
13659
13655
|
return (r, n) => (h(), F($l, {
|
|
13660
13656
|
variant: "secondary",
|
|
13661
13657
|
interactive: e.interactive,
|
|
@@ -13663,19 +13659,19 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13663
13659
|
class: "pv-relative"
|
|
13664
13660
|
}, {
|
|
13665
13661
|
default: se(() => [
|
|
13666
|
-
T("div",
|
|
13667
|
-
o.value ? (h(), b("div",
|
|
13662
|
+
T("div", Zm, [
|
|
13663
|
+
o.value ? (h(), b("div", Qm, [
|
|
13668
13664
|
e.icon ? (h(), F(we, {
|
|
13669
13665
|
key: 0,
|
|
13670
13666
|
style: { color: "#218c88" },
|
|
13671
13667
|
name: e.icon,
|
|
13672
13668
|
size: 12
|
|
13673
13669
|
}, null, 8, ["name"])) : x("", !0),
|
|
13674
|
-
T("span",
|
|
13670
|
+
T("span", Jm, z(e.insight), 1)
|
|
13675
13671
|
])) : x("", !0),
|
|
13676
|
-
e.upperLabel ? (h(), b("span",
|
|
13677
|
-
e.title ? (h(), b("span",
|
|
13678
|
-
e.description ? (h(), b("span",
|
|
13672
|
+
e.upperLabel ? (h(), b("span", eg, z(e.upperLabel), 1)) : x("", !0),
|
|
13673
|
+
e.title ? (h(), b("span", tg, z(e.title), 1)) : x("", !0),
|
|
13674
|
+
e.description ? (h(), b("span", og, z(e.description), 1)) : x("", !0)
|
|
13679
13675
|
]),
|
|
13680
13676
|
e.showButton ? (h(), F(ht, {
|
|
13681
13677
|
key: 0,
|
|
@@ -13689,7 +13685,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13689
13685
|
_: 1
|
|
13690
13686
|
}, 8, ["interactive"]));
|
|
13691
13687
|
}
|
|
13692
|
-
}),
|
|
13688
|
+
}), u2 = /* @__PURE__ */ at(rg, [["__scopeId", "data-v-6e9399e6"]]), ng = ["for"], ag = { key: 0 }, ig = ["disabled", "id"], f2 = /* @__PURE__ */ Y({
|
|
13693
13689
|
__name: "PvSwitch",
|
|
13694
13690
|
props: /* @__PURE__ */ Se({
|
|
13695
13691
|
size: { default: "md" },
|
|
@@ -13712,19 +13708,19 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13712
13708
|
}
|
|
13713
13709
|
])
|
|
13714
13710
|
}, [
|
|
13715
|
-
e.label ? (h(), b("span",
|
|
13711
|
+
e.label ? (h(), b("span", ag, z(e.label), 1)) : x("", !0),
|
|
13716
13712
|
Be(T("input", {
|
|
13717
13713
|
"onUpdate:modelValue": r[0] || (r[0] = (n) => t.value = n),
|
|
13718
13714
|
disabled: e.disabled,
|
|
13719
13715
|
type: "checkbox",
|
|
13720
13716
|
role: "switch",
|
|
13721
13717
|
id: e.id
|
|
13722
|
-
}, null, 8,
|
|
13718
|
+
}, null, 8, ig), [
|
|
13723
13719
|
[Ja, t.value]
|
|
13724
13720
|
])
|
|
13725
|
-
], 10,
|
|
13721
|
+
], 10, ng));
|
|
13726
13722
|
}
|
|
13727
|
-
}),
|
|
13723
|
+
}), lg = /* @__PURE__ */ Y({
|
|
13728
13724
|
__name: "PvExpandableContent",
|
|
13729
13725
|
props: {
|
|
13730
13726
|
lines: { default: 4 },
|
|
@@ -13741,7 +13737,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13741
13737
|
lg: "16px"
|
|
13742
13738
|
}, o = e, r = ie(o.defaultOpen), n = () => {
|
|
13743
13739
|
r.value = !r.value;
|
|
13744
|
-
}, a =
|
|
13740
|
+
}, a = j(() => ({
|
|
13745
13741
|
"--lines": r.value ? "none" : o.lines,
|
|
13746
13742
|
"max-height": r.value ? "100vh" : `${o.lines * 1.5}em`
|
|
13747
13743
|
}));
|
|
@@ -13769,7 +13765,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13769
13765
|
}, null, 8, ["label", "left-icon"])
|
|
13770
13766
|
], 6));
|
|
13771
13767
|
}
|
|
13772
|
-
}),
|
|
13768
|
+
}), p2 = /* @__PURE__ */ at(lg, [["__scopeId", "data-v-2f840307"]]), sg = { class: "pv-text-body-md" }, h2 = /* @__PURE__ */ Y({
|
|
13773
13769
|
__name: "PvToast",
|
|
13774
13770
|
props: {
|
|
13775
13771
|
variant: { default: "info" },
|
|
@@ -13796,7 +13792,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13796
13792
|
name: e.icon ? e.icon : o[e.variant],
|
|
13797
13793
|
size: 20
|
|
13798
13794
|
}, null, 8, ["name"]),
|
|
13799
|
-
T("p",
|
|
13795
|
+
T("p", sg, z(e.label), 1),
|
|
13800
13796
|
R(r.$slots, "default"),
|
|
13801
13797
|
G(ht, {
|
|
13802
13798
|
variant: "ghost",
|
|
@@ -13807,7 +13803,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13807
13803
|
}, null, 8, ["inverse"])
|
|
13808
13804
|
], 2));
|
|
13809
13805
|
}
|
|
13810
|
-
}),
|
|
13806
|
+
}), dg = ["data-style"], m2 = /* @__PURE__ */ Y({
|
|
13811
13807
|
__name: "PvActionBar",
|
|
13812
13808
|
props: {
|
|
13813
13809
|
variant: { default: "white" }
|
|
@@ -13818,9 +13814,9 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13818
13814
|
"data-style": e.variant === "white" ? "white" : void 0
|
|
13819
13815
|
}, [
|
|
13820
13816
|
R(t.$slots, "default")
|
|
13821
|
-
], 8,
|
|
13817
|
+
], 8, dg));
|
|
13822
13818
|
}
|
|
13823
|
-
}),
|
|
13819
|
+
}), cg = ["for"], ug = ["rows", "disabled", "placeholder", "id", "data-invalid"], g2 = /* @__PURE__ */ Y({
|
|
13824
13820
|
__name: "PvTextArea",
|
|
13825
13821
|
props: /* @__PURE__ */ Se({
|
|
13826
13822
|
error: { type: Boolean },
|
|
@@ -13844,7 +13840,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13844
13840
|
for: e.id
|
|
13845
13841
|
}, [
|
|
13846
13842
|
R(o.$slots, "label")
|
|
13847
|
-
], 8,
|
|
13843
|
+
], 8, cg)) : x("", !0),
|
|
13848
13844
|
Be(T("textarea", S(o.$attrs, {
|
|
13849
13845
|
"onUpdate:modelValue": r[0] || (r[0] = (n) => t.value = n),
|
|
13850
13846
|
class: [
|
|
@@ -13859,7 +13855,7 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13859
13855
|
placeholder: e.placeholder,
|
|
13860
13856
|
id: e.id,
|
|
13861
13857
|
"data-invalid": e.error ? !0 : void 0
|
|
13862
|
-
}), null, 16,
|
|
13858
|
+
}), null, 16, ug), [
|
|
13863
13859
|
[Sn, t.value]
|
|
13864
13860
|
]),
|
|
13865
13861
|
e.lowerLabel ? (h(), b("p", {
|
|
@@ -13879,14 +13875,14 @@ const s2 = /* @__PURE__ */ Y({
|
|
|
13879
13875
|
ce.extend({
|
|
13880
13876
|
name: "common"
|
|
13881
13877
|
});
|
|
13882
|
-
var pg = { transitionDuration: "{transition.duration}" }, hg = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, mg = { 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" } }, gg = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, vg = { root: pg, panel: hg, header: mg, content: gg }, bg = { 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}" }, yg = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, kg = { padding: "{list.padding}", gap: "{list.gap}" }, wg = { 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}" }, $g = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Cg = { 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}" } }, Sg = { borderRadius: "{border.radius.sm}" }, xg = { padding: "{list.option.padding}" }, Bg = { 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}" } } }, Tg = { root: bg, overlay: yg, list: kg, option: wg, optionGroup: $g, dropdown: Cg, chip: Sg, emptyMessage: xg, colorScheme: Bg }, Pg = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Dg = { size: "1rem" }, Mg = { borderColor: "{content.background}", offset: "-0.75rem" }, Og = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Eg = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Ig = { root: Pg, icon: Dg, group: Mg, lg: Og, xl: Eg }, Rg = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Lg = { size: "0.5rem" }, Ag = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Vg = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, zg = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Ng = { 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}" } } }, Fg = { root: Rg, dot: Lg, sm: Ag, lg: Vg, xl: zg, colorScheme: Ng }, jg = { 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" } }, Hg = { 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.15s" }, 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}" } } } } }, Yg = { primitive: jg, semantic: Hg }, Wg = { borderRadius: "{content.border.radius}" }, Ug = { root: Wg }, Kg = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, _g = { 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}" } }, Xg = { color: "{navigation.item.icon.color}" }, qg = { root: Kg, item: _g, separator: Xg }, Gg = { 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}" }, Zg = { 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}" } } }, Qg = { root: Gg, colorScheme: Zg }, Jg = { 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)" }, ev = { padding: "1.25rem", gap: "0.5rem" }, tv = { gap: "0.5rem" }, ov = { fontSize: "1.25rem", fontWeight: "500" }, rv = { color: "{text.muted.color}" }, nv = { root: Jg, body: ev, caption: tv, title: ov, subtitle: rv }, av = { transitionDuration: "{transition.duration}" }, iv = { gap: "0.25rem" }, lv = { padding: "1rem", gap: "0.5rem" }, sv = { 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}" } }, dv = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, cv = { root: av, content: iv, indicatorList: lv, indicator: sv, colorScheme: dv }, uv = { 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}" } }, fv = { width: "2.5rem", color: "{form.field.icon.color}" }, pv = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, hv = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, mv = { 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" } }, gv = { color: "{form.field.icon.color}" }, vv = { root: uv, dropdown: fv, overlay: pv, list: hv, option: mv, clearIcon: gv }, bv = { 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" } }, yv = { 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" } }, kv = { root: bv, icon: yv }, wv = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, $v = { width: "2rem", height: "2rem" }, Cv = { size: "1rem" }, Sv = { 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}" } }, xv = { 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}" } } }, Bv = { root: wv, image: $v, icon: Cv, removeIcon: Sv, colorScheme: xv }, Tv = { transitionDuration: "{transition.duration}" }, Pv = { 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}" } }, Dv = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Mv = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ov = { root: Tv, preview: Pv, panel: Dv, colorScheme: Mv }, Ev = { size: "2rem", color: "{overlay.modal.color}" }, Iv = { gap: "1rem" }, Rv = { icon: Ev, content: Iv }, Lv = { 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" }, Av = { padding: "{overlay.popover.padding}", gap: "1rem" }, Vv = { size: "1.5rem", color: "{overlay.popover.color}" }, zv = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Nv = { root: Lv, content: Av, icon: Vv, footer: zv }, Fv = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, jv = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Hv = { 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}" } }, Yv = { mobileIndent: "1rem" }, Wv = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Uv = { borderColor: "{content.border.color}" }, Kv = { root: Fv, list: jv, item: Hv, submenu: Yv, submenuIcon: Wv, separator: Uv }, _v = { transitionDuration: "{transition.duration}" }, Xv = { 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" } }, qv = { 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" } }, Gv = { fontWeight: "600" }, Zv = { 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}" } }, Qv = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Jv = { 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" } }, eb = { fontWeight: "600" }, tb = { 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" } }, ob = { color: "{primary.color}" }, rb = { width: "0.5rem" }, nb = { width: "1px", color: "{primary.color}" }, ab = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ib = { size: "2rem" }, lb = { 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}" } }, sb = { 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}" } }, db = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, cb = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, ub = { 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}" } } }, fb = { root: _v, header: Xv, headerCell: qv, columnTitle: Gv, row: Zv, bodyCell: Qv, footerCell: Jv, columnFooter: eb, footer: tb, dropPoint: ob, columnResizer: rb, resizeIndicator: nb, sortIcon: ab, loadingIcon: ib, rowToggleButton: lb, filter: sb, paginatorTop: db, paginatorBottom: cb, colorScheme: ub }, pb = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, hb = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, mb = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, gb = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, vb = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, bb = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, yb = { root: pb, header: hb, content: mb, footer: gb, paginatorTop: vb, paginatorBottom: bb }, kb = { transitionDuration: "{transition.duration}" }, wb = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, $b = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, Cb = { gap: "0.5rem", fontWeight: "500" }, Sb = { 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}" } }, xb = { color: "{form.field.icon.color}" }, Bb = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Tb = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Pb = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Db = { margin: "0.5rem 0 0 0" }, Mb = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Ob = { 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}" } }, Eb = { margin: "0.5rem 0 0 0" }, Ib = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Rb = { margin: "0.5rem 0 0 0" }, Lb = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ab = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Vb = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, zb = { 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}" } } }, Nb = { root: kb, panel: wb, header: $b, title: Cb, dropdown: Sb, inputIcon: xb, selectMonth: Bb, selectYear: Tb, group: Pb, dayView: Db, weekDay: Mb, date: Ob, monthView: Eb, month: Ib, yearView: Rb, year: Lb, buttonbar: Ab, timePicker: Vb, colorScheme: zb }, Fb = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, jb = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Hb = { fontSize: "1.25rem", fontWeight: "600" }, Yb = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Wb = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Ub = { root: Fb, header: jb, title: Hb, content: Yb, footer: Wb }, Kb = { borderColor: "{content.border.color}" }, _b = { background: "{content.background}", color: "{text.color}" }, Xb = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, qb = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Gb = { root: Kb, content: _b, horizontal: Xb, vertical: qb }, Zb = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Qb = { 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}" } }, Jb = { root: Zb, item: Qb }, e0 = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, t0 = { padding: "{overlay.modal.padding}" }, o0 = { fontSize: "1.5rem", fontWeight: "600" }, r0 = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, n0 = { padding: "{overlay.modal.padding}" }, a0 = { root: e0, header: t0, title: o0, content: r0, footer: n0 }, i0 = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, l0 = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, s0 = { 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}" }, d0 = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, c0 = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, u0 = { toolbar: i0, toolbarItem: l0, overlay: s0, overlayOption: d0, content: c0 }, f0 = { 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}" }, p0 = { 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}" } }, h0 = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, m0 = { padding: "0" }, g0 = { root: f0, legend: p0, toggleIcon: h0, content: m0 }, v0 = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, b0 = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, y0 = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, k0 = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, w0 = { gap: "0.5rem" }, $0 = { height: "0.25rem" }, C0 = { gap: "0.5rem" }, S0 = { root: v0, header: b0, content: y0, file: k0, fileList: w0, progressbar: $0, basic: C0 }, x0 = { 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" } }, B0 = { active: { top: "-1.25rem" } }, T0 = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, P0 = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, D0 = { root: x0, over: B0, in: T0, on: P0 }, M0 = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, O0 = { 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}" } }, E0 = { size: "1.5rem" }, I0 = { background: "{content.background}", padding: "1rem 0.25rem" }, R0 = { 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}" } }, L0 = { size: "1rem" }, A0 = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, V0 = { gap: "0.5rem", padding: "1rem" }, z0 = { 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}" } }, N0 = { background: "rgba(0, 0, 0, 0.5)" }, F0 = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, j0 = { 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}" } }, H0 = { size: "1.5rem" }, Y0 = { 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}" } } }, W0 = { root: M0, navButton: O0, navIcon: E0, thumbnailsContent: I0, thumbnailNavButton: R0, thumbnailNavButtonIcon: L0, caption: A0, indicatorList: V0, indicatorButton: z0, insetIndicatorList: N0, insetIndicatorButton: F0, closeButton: j0, closeButtonIcon: H0, colorScheme: Y0 }, U0 = { color: "{form.field.icon.color}" }, K0 = { icon: U0 }, _0 = { 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" }, X0 = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, q0 = { root: _0, input: X0 }, G0 = { transitionDuration: "{transition.duration}" }, Z0 = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Q0 = { 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" }, J0 = { 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}" } }, ey = { root: G0, preview: Z0, toolbar: Q0, action: J0 }, ty = { 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}" } }, oy = { handle: ty }, ry = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ny = { fontWeight: "500" }, ay = { size: "1rem" }, iy = { 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%)" } } }, ly = { root: ry, text: ny, icon: ay, colorScheme: iy }, sy = { 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}" }, dy = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, cy = { root: sy, display: dy }, uy = { 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}" }, fy = { borderRadius: "{border.radius.sm}" }, py = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, hy = { root: uy, chip: fy, colorScheme: py }, my = { 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" }, gy = { addon: my }, vy = { transitionDuration: "{transition.duration}" }, by = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, yy = { 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}" } } }, ky = { root: vy, button: by, colorScheme: yy }, wy = { gap: "0.5rem" }, $y = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, Cy = { root: wy, input: $y }, Sy = { 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}" } }, xy = { root: Sy }, By = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ty = { background: "{primary.color}" }, Py = { background: "{content.border.color}" }, Dy = { color: "{text.muted.color}" }, My = { root: By, value: Ty, range: Py, text: Dy }, Oy = { 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}" }, Ey = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Iy = { 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}" }, Ry = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ly = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Ay = { padding: "{list.option.padding}" }, Vy = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, zy = { root: Oy, list: Ey, option: Iy, optionGroup: Ry, checkmark: Ly, emptyMessage: Ay, colorScheme: Vy }, Ny = { 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}" }, Fy = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, jy = { 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}" } }, Hy = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Yy = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Wy = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Uy = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Ky = { borderColor: "{content.border.color}" }, _y = { 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}" } }, Xy = { root: Ny, baseItem: Fy, item: jy, overlay: Hy, submenu: Yy, submenuLabel: Wy, submenuIcon: Uy, separator: Ky, mobileButton: _y }, qy = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Gy = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Zy = { 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}" } }, Qy = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Jy = { borderColor: "{content.border.color}" }, e1 = { root: qy, list: Gy, item: Zy, submenuLabel: Qy, separator: Jy }, t1 = { 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}" }, o1 = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, r1 = { 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}" } }, n1 = { 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}" } }, a1 = { borderColor: "{content.border.color}" }, i1 = { 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}" } }, l1 = { root: t1, baseItem: o1, item: r1, submenu: n1, separator: a1, mobileButton: i1 }, s1 = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, d1 = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, c1 = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, u1 = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, f1 = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, p1 = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, h1 = { root: { borderWidth: "1px" } }, m1 = { content: { padding: "0" } }, g1 = { 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}" } } } }, v1 = { root: s1, content: d1, text: c1, icon: u1, closeButton: f1, closeIcon: p1, outlined: h1, simple: m1, colorScheme: g1 }, b1 = { borderRadius: "{content.border.radius}", gap: "1rem" }, y1 = { background: "{content.border.color}", size: "0.5rem" }, k1 = { gap: "0.5rem" }, w1 = { size: "0.5rem" }, $1 = { size: "1rem" }, C1 = { verticalGap: "0.5rem", horizontalGap: "1rem" }, S1 = { root: b1, meters: y1, label: k1, labelMarker: w1, labelIcon: $1, labelList: C1 }, x1 = { 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}" } }, B1 = { width: "2.5rem", color: "{form.field.icon.color}" }, T1 = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, P1 = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, D1 = { 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" }, M1 = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, O1 = { color: "{form.field.icon.color}" }, E1 = { borderRadius: "{border.radius.sm}" }, I1 = { padding: "{list.option.padding}" }, R1 = { root: x1, dropdown: B1, overlay: T1, list: P1, option: D1, optionGroup: M1, chip: E1, clearIcon: O1, emptyMessage: I1 }, L1 = { gap: "1.125rem" }, A1 = { gap: "0.5rem" }, V1 = { root: L1, controls: A1 }, z1 = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, N1 = { 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}" }, F1 = { 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}" } }, j1 = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, H1 = { root: z1, node: N1, nodeToggleButton: F1, connector: j1 }, Y1 = { outline: { width: "2px", color: "{content.background}" } }, W1 = { root: Y1 }, U1 = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, K1 = { 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}" } }, _1 = { color: "{text.muted.color}" }, X1 = { maxWidth: "2.5rem" }, q1 = { root: U1, navButton: K1, currentPageReport: _1, jumpToPageInput: X1 }, G1 = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Z1 = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Q1 = { padding: "0.375rem 1.125rem" }, J1 = { fontWeight: "600" }, ek = { padding: "0 1.125rem 1.125rem 1.125rem" }, tk = { padding: "0 1.125rem 1.125rem 1.125rem" }, ok = { root: G1, header: Z1, toggleableHeader: Q1, title: J1, content: ek, footer: tk }, rk = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, nk = { 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}" } }, ak = { 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}" } }, ik = { indent: "1rem" }, lk = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, sk = { root: rk, panel: nk, item: ak, submenu: ik, submenuIcon: lk }, dk = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, ck = { color: "{form.field.icon.color}" }, uk = { 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}" }, fk = { gap: "0.5rem" }, pk = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, hk = { meter: dk, icon: ck, overlay: uk, content: fk, colorScheme: pk }, mk = { gap: "1.125rem" }, gk = { gap: "0.5rem" }, vk = { root: mk, controls: gk }, bk = { 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" }, yk = { padding: "{overlay.popover.padding}" }, kk = { root: bk, content: yk }, wk = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, $k = { background: "{primary.color}" }, Ck = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Sk = { root: wk, value: $k, label: Ck }, xk = { 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}" } } }, Bk = { colorScheme: xk }, Tk = { 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" } }, Pk = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Dk = { root: Tk, icon: Pk }, Mk = { 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}" } }, Ok = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ek = { root: Mk, icon: Ok }, Ik = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Rk = { colorScheme: Ik }, Lk = { transitionDuration: "{transition.duration}" }, Ak = { 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}" } }, Vk = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, zk = { root: Lk, bar: Ak, colorScheme: Vk }, Nk = { 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}" } }, Fk = { width: "2.5rem", color: "{form.field.icon.color}" }, jk = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Hk = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Yk = { 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}" }, Wk = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Uk = { color: "{form.field.icon.color}" }, Kk = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, _k = { padding: "{list.option.padding}" }, Xk = { root: Nk, dropdown: Fk, overlay: jk, list: Hk, option: Yk, optionGroup: Wk, clearIcon: Uk, checkmark: Kk, emptyMessage: _k }, qk = { borderRadius: "{form.field.border.radius}" }, Gk = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Zk = { root: qk, colorScheme: Gk }, Qk = { borderRadius: "{content.border.radius}" }, Jk = { 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)" } } }, ew = { root: Qk, colorScheme: Jk }, tw = { transitionDuration: "{transition.duration}" }, ow = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, rw = { background: "{primary.color}" }, nw = { 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}" } }, aw = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, iw = { root: tw, track: ow, range: rw, handle: nw, colorScheme: aw }, lw = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, sw = { root: lw }, dw = { 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)" }, cw = { root: dw }, uw = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, fw = { background: "{content.border.color}" }, pw = { 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}" } }, hw = { root: uw, gutter: fw, handle: pw }, mw = { transitionDuration: "{transition.duration}" }, gw = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, vw = { padding: "0.5rem", gap: "1rem" }, bw = { 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" }, yw = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, kw = { 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)" }, ww = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, $w = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, Cw = { root: mw, separator: gw, step: vw, stepHeader: bw, stepTitle: yw, stepNumber: kw, steppanels: ww, steppanel: $w }, Sw = { transitionDuration: "{transition.duration}" }, xw = { background: "{content.border.color}" }, Bw = { 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" }, Tw = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Pw = { 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)" }, Dw = { root: Sw, separator: xw, itemLink: Bw, itemLabel: Tw, itemNumber: Pw }, Mw = { transitionDuration: "{transition.duration}" }, Ow = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Ew = { 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}" } }, Iw = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Rw = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Lw = { root: Mw, tablist: Ow, item: Ew, itemIcon: Iw, activeBar: Rw }, Aw = { transitionDuration: "{transition.duration}" }, Vw = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, zw = { 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}" } }, Nw = { 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}" } }, Fw = { 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}" } }, jw = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Hw = { 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%)" } } }, Yw = { root: Aw, tablist: Vw, tab: zw, tabpanel: Nw, navButton: Fw, activeBar: jw, colorScheme: Hw }, Ww = { transitionDuration: "{transition.duration}" }, Uw = { background: "{content.background}", borderColor: "{content.border.color}" }, Kw = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, _w = { background: "{content.background}", color: "{content.color}" }, Xw = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, qw = { 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%)" } } }, Gw = { root: Ww, tabList: Uw, tab: Kw, tabPanel: _w, navButton: Xw, colorScheme: qw }, Zw = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Qw = { size: "0.75rem" }, Jw = { 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}" } } }, e$ = { root: Zw, icon: Qw, colorScheme: Jw }, t$ = { 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}" }, o$ = { gap: "0.25rem" }, r$ = { margin: "2px 0" }, n$ = { root: t$, prompt: o$, commandResponse: r$ }, a$ = { 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}" } }, i$ = { root: a$ }, l$ = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, s$ = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, d$ = { 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}" } }, c$ = { mobileIndent: "1rem" }, u$ = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, f$ = { borderColor: "{content.border.color}" }, p$ = { root: l$, list: s$, item: d$, submenu: c$, submenuIcon: u$, separator: f$ }, h$ = { minHeight: "5rem" }, m$ = { eventContent: { padding: "1rem 0" } }, g$ = { eventContent: { padding: "0 1rem" } }, v$ = { 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)" } }, b$ = { color: "{content.border.color}", size: "2px" }, y$ = { event: h$, horizontal: m$, vertical: g$, eventMarker: v$, eventConnector: b$ }, k$ = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, w$ = { size: "1.125rem" }, $$ = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, C$ = { gap: "0.5rem" }, S$ = { fontWeight: "500", fontSize: "1rem" }, x$ = { fontWeight: "500", fontSize: "0.875rem" }, B$ = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, T$ = { size: "1rem" }, P$ = { 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" } } } } }, D$ = { root: k$, icon: w$, content: $$, text: C$, summary: S$, detail: x$, closeButton: B$, closeIcon: T$, colorScheme: P$ }, M$ = { 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" } }, O$ = { disabledColor: "{form.field.disabled.color}" }, E$ = { 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" } }, I$ = { 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}" } } }, R$ = { root: M$, icon: O$, content: E$, colorScheme: I$ }, L$ = { 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" }, A$ = { borderRadius: "50%", size: "1rem" }, V$ = { 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}" } } }, z$ = { root: L$, handle: A$, colorScheme: V$ }, N$ = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, F$ = { root: N$ }, j$ = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, H$ = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Y$ = { root: j$, colorScheme: H$ }, W$ = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, U$ = { 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" }, K$ = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, _$ = { 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}" } }, X$ = { size: "2rem" }, q$ = { margin: "0 0 0.5rem 0" }, G$ = { root: W$, node: U$, nodeIcon: K$, nodeToggleButton: _$, loadingIcon: X$, filter: q$ }, Z$ = { 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}" } }, Q$ = { width: "2.5rem", color: "{form.field.icon.color}" }, J$ = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, eC = { padding: "{list.padding}" }, tC = { padding: "{list.option.padding}" }, oC = { borderRadius: "{border.radius.sm}" }, rC = { color: "{form.field.icon.color}" }, nC = { root: Z$, dropdown: Q$, overlay: J$, tree: eC, emptyMessage: tC, chip: oC, clearIcon: rC }, aC = { transitionDuration: "{transition.duration}" }, iC = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, lC = { 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}" } }, sC = { fontWeight: "600" }, dC = { 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}" } }, cC = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, uC = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, fC = { fontWeight: "600" }, pC = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, hC = { width: "0.5rem" }, mC = { width: "1px", color: "{primary.color}" }, gC = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, vC = { size: "2rem" }, bC = { 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}" } }, yC = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, kC = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, wC = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, $C = { root: aC, header: iC, headerCell: lC, columnTitle: sC, row: dC, bodyCell: cC, footerCell: uC, columnFooter: fC, footer: pC, columnResizer: hC, resizeIndicator: mC, sortIcon: gC, loadingIcon: vC, nodeToggleButton: bC, paginatorTop: yC, paginatorBottom: kC, colorScheme: wC }, CC = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, SC = { loader: CC }, xC = Object.defineProperty, BC = Object.defineProperties, TC = Object.getOwnPropertyDescriptors, Ya = Object.getOwnPropertySymbols, PC = Object.prototype.hasOwnProperty, DC = Object.prototype.propertyIsEnumerable, Wa = (e, t, o) => t in e ? xC(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, Ua, MC = (Ua = ((e, t) => {
|
|
13883
|
-
for (var o in t || (t = {}))
|
|
13884
|
-
if (Ya) for (var o of Ya(t))
|
|
13878
|
+
var fg = { transitionDuration: "{transition.duration}" }, pg = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, hg = { 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" } }, mg = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, gg = { root: fg, panel: pg, header: hg, content: mg }, vg = { 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}" }, bg = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, yg = { padding: "{list.padding}", gap: "{list.gap}" }, kg = { 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}" }, wg = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, $g = { 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}" } }, Cg = { borderRadius: "{border.radius.sm}" }, Sg = { padding: "{list.option.padding}" }, xg = { 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}" } } }, Bg = { root: vg, overlay: bg, list: yg, option: kg, optionGroup: wg, dropdown: $g, chip: Cg, emptyMessage: Sg, colorScheme: xg }, Tg = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Pg = { size: "1rem" }, Dg = { borderColor: "{content.background}", offset: "-0.75rem" }, Mg = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Og = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Eg = { root: Tg, icon: Pg, group: Dg, lg: Mg, xl: Og }, Ig = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Rg = { size: "0.5rem" }, Lg = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ag = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Vg = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, zg = { 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}" } } }, Ng = { root: Ig, dot: Rg, sm: Lg, lg: Ag, xl: Vg, colorScheme: zg }, Fg = { 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" } }, jg = { 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.15s" }, 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}" } } } } }, Hg = { primitive: Fg, semantic: jg }, Yg = { borderRadius: "{content.border.radius}" }, Wg = { root: Yg }, Ug = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Kg = { 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}" } }, _g = { color: "{navigation.item.icon.color}" }, Xg = { root: Ug, item: Kg, separator: _g }, qg = { 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}" }, Gg = { 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}" } } }, Zg = { root: qg, colorScheme: Gg }, Qg = { 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)" }, Jg = { padding: "1.25rem", gap: "0.5rem" }, ev = { gap: "0.5rem" }, tv = { fontSize: "1.25rem", fontWeight: "500" }, ov = { color: "{text.muted.color}" }, rv = { root: Qg, body: Jg, caption: ev, title: tv, subtitle: ov }, nv = { transitionDuration: "{transition.duration}" }, av = { gap: "0.25rem" }, iv = { padding: "1rem", gap: "0.5rem" }, lv = { 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}" } }, sv = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, dv = { root: nv, content: av, indicatorList: iv, indicator: lv, colorScheme: sv }, cv = { 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}" } }, uv = { width: "2.5rem", color: "{form.field.icon.color}" }, fv = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pv = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, hv = { 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" } }, mv = { color: "{form.field.icon.color}" }, gv = { root: cv, dropdown: uv, overlay: fv, list: pv, option: hv, clearIcon: mv }, vv = { 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" } }, bv = { 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" } }, yv = { root: vv, icon: bv }, kv = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, wv = { width: "2rem", height: "2rem" }, $v = { size: "1rem" }, Cv = { 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}" } }, Sv = { 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}" } } }, xv = { root: kv, image: wv, icon: $v, removeIcon: Cv, colorScheme: Sv }, Bv = { transitionDuration: "{transition.duration}" }, Tv = { 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}" } }, Pv = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Dv = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Mv = { root: Bv, preview: Tv, panel: Pv, colorScheme: Dv }, Ov = { size: "2rem", color: "{overlay.modal.color}" }, Ev = { gap: "1rem" }, Iv = { icon: Ov, content: Ev }, Rv = { 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" }, Lv = { padding: "{overlay.popover.padding}", gap: "1rem" }, Av = { size: "1.5rem", color: "{overlay.popover.color}" }, Vv = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, zv = { root: Rv, content: Lv, icon: Av, footer: Vv }, Nv = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Fv = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, jv = { 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}" } }, Hv = { mobileIndent: "1rem" }, Yv = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Wv = { borderColor: "{content.border.color}" }, Uv = { root: Nv, list: Fv, item: jv, submenu: Hv, submenuIcon: Yv, separator: Wv }, Kv = { transitionDuration: "{transition.duration}" }, _v = { 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" } }, Xv = { 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" } }, qv = { fontWeight: "600" }, Gv = { 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}" } }, Zv = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Qv = { 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" } }, Jv = { fontWeight: "600" }, eb = { 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" } }, tb = { color: "{primary.color}" }, ob = { width: "0.5rem" }, rb = { width: "1px", color: "{primary.color}" }, nb = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, ab = { size: "2rem" }, ib = { 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}" } }, lb = { 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}" } }, sb = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, db = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, cb = { 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}" } } }, ub = { root: Kv, header: _v, headerCell: Xv, columnTitle: qv, row: Gv, bodyCell: Zv, footerCell: Qv, columnFooter: Jv, footer: eb, dropPoint: tb, columnResizer: ob, resizeIndicator: rb, sortIcon: nb, loadingIcon: ab, rowToggleButton: ib, filter: lb, paginatorTop: sb, paginatorBottom: db, colorScheme: cb }, fb = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, pb = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, hb = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, mb = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, gb = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, vb = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, bb = { root: fb, header: pb, content: hb, footer: mb, paginatorTop: gb, paginatorBottom: vb }, yb = { transitionDuration: "{transition.duration}" }, kb = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, wb = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, $b = { gap: "0.5rem", fontWeight: "500" }, Cb = { 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}" } }, Sb = { color: "{form.field.icon.color}" }, xb = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Bb = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Tb = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, Pb = { margin: "0.5rem 0 0 0" }, Db = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Mb = { 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}" } }, Ob = { margin: "0.5rem 0 0 0" }, Eb = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Ib = { margin: "0.5rem 0 0 0" }, Rb = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Lb = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ab = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Vb = { 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}" } } }, zb = { root: yb, panel: kb, header: wb, title: $b, dropdown: Cb, inputIcon: Sb, selectMonth: xb, selectYear: Bb, group: Tb, dayView: Pb, weekDay: Db, date: Mb, monthView: Ob, month: Eb, yearView: Ib, year: Rb, buttonbar: Lb, timePicker: Ab, colorScheme: Vb }, Nb = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Fb = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, jb = { fontSize: "1.25rem", fontWeight: "600" }, Hb = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Yb = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Wb = { root: Nb, header: Fb, title: jb, content: Hb, footer: Yb }, Ub = { borderColor: "{content.border.color}" }, Kb = { background: "{content.background}", color: "{text.color}" }, _b = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Xb = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, qb = { root: Ub, content: Kb, horizontal: _b, vertical: Xb }, Gb = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Zb = { 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}" } }, Qb = { root: Gb, item: Zb }, Jb = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, e0 = { padding: "{overlay.modal.padding}" }, t0 = { fontSize: "1.5rem", fontWeight: "600" }, o0 = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, r0 = { padding: "{overlay.modal.padding}" }, n0 = { root: Jb, header: e0, title: t0, content: o0, footer: r0 }, a0 = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, i0 = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, l0 = { 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}" }, s0 = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, d0 = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, c0 = { toolbar: a0, toolbarItem: i0, overlay: l0, overlayOption: s0, content: d0 }, u0 = { 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}" }, f0 = { 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}" } }, p0 = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, h0 = { padding: "0" }, m0 = { root: u0, legend: f0, toggleIcon: p0, content: h0 }, g0 = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, v0 = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, b0 = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, y0 = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, k0 = { gap: "0.5rem" }, w0 = { height: "0.25rem" }, $0 = { gap: "0.5rem" }, C0 = { root: g0, header: v0, content: b0, file: y0, fileList: k0, progressbar: w0, basic: $0 }, S0 = { 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" } }, x0 = { active: { top: "-1.25rem" } }, B0 = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, T0 = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, P0 = { root: S0, over: x0, in: B0, on: T0 }, D0 = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, M0 = { 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}" } }, O0 = { size: "1.5rem" }, E0 = { background: "{content.background}", padding: "1rem 0.25rem" }, I0 = { 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}" } }, R0 = { size: "1rem" }, L0 = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, A0 = { gap: "0.5rem", padding: "1rem" }, V0 = { 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}" } }, z0 = { background: "rgba(0, 0, 0, 0.5)" }, N0 = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, F0 = { 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}" } }, j0 = { size: "1.5rem" }, H0 = { 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}" } } }, Y0 = { root: D0, navButton: M0, navIcon: O0, thumbnailsContent: E0, thumbnailNavButton: I0, thumbnailNavButtonIcon: R0, caption: L0, indicatorList: A0, indicatorButton: V0, insetIndicatorList: z0, insetIndicatorButton: N0, closeButton: F0, closeButtonIcon: j0, colorScheme: H0 }, W0 = { color: "{form.field.icon.color}" }, U0 = { icon: W0 }, K0 = { 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" }, _0 = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, X0 = { root: K0, input: _0 }, q0 = { transitionDuration: "{transition.duration}" }, G0 = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Z0 = { 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" }, Q0 = { 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}" } }, J0 = { root: q0, preview: G0, toolbar: Z0, action: Q0 }, ey = { 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}" } }, ty = { handle: ey }, oy = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ry = { fontWeight: "500" }, ny = { size: "1rem" }, ay = { 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%)" } } }, iy = { root: oy, text: ry, icon: ny, colorScheme: ay }, ly = { 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}" }, sy = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, dy = { root: ly, display: sy }, cy = { 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}" }, uy = { borderRadius: "{border.radius.sm}" }, fy = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, py = { root: cy, chip: uy, colorScheme: fy }, hy = { 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" }, my = { addon: hy }, gy = { transitionDuration: "{transition.duration}" }, vy = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, by = { 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}" } } }, yy = { root: gy, button: vy, colorScheme: by }, ky = { gap: "0.5rem" }, wy = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, $y = { root: ky, input: wy }, Cy = { 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}" } }, Sy = { root: Cy }, xy = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, By = { background: "{primary.color}" }, Ty = { background: "{content.border.color}" }, Py = { color: "{text.muted.color}" }, Dy = { root: xy, value: By, range: Ty, text: Py }, My = { 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}" }, Oy = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Ey = { 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}" }, Iy = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ry = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Ly = { padding: "{list.option.padding}" }, Ay = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Vy = { root: My, list: Oy, option: Ey, optionGroup: Iy, checkmark: Ry, emptyMessage: Ly, colorScheme: Ay }, zy = { 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}" }, Ny = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Fy = { 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}" } }, jy = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Hy = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Yy = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Wy = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Uy = { borderColor: "{content.border.color}" }, Ky = { 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}" } }, _y = { root: zy, baseItem: Ny, item: Fy, overlay: jy, submenu: Hy, submenuLabel: Yy, submenuIcon: Wy, separator: Uy, mobileButton: Ky }, Xy = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, qy = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Gy = { 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}" } }, Zy = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Qy = { borderColor: "{content.border.color}" }, Jy = { root: Xy, list: qy, item: Gy, submenuLabel: Zy, separator: Qy }, e1 = { 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}" }, t1 = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, o1 = { 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}" } }, r1 = { 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}" } }, n1 = { borderColor: "{content.border.color}" }, a1 = { 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}" } }, i1 = { root: e1, baseItem: t1, item: o1, submenu: r1, separator: n1, mobileButton: a1 }, l1 = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, s1 = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, d1 = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, c1 = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, u1 = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, f1 = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, p1 = { root: { borderWidth: "1px" } }, h1 = { content: { padding: "0" } }, m1 = { 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}" } } } }, g1 = { root: l1, content: s1, text: d1, icon: c1, closeButton: u1, closeIcon: f1, outlined: p1, simple: h1, colorScheme: m1 }, v1 = { borderRadius: "{content.border.radius}", gap: "1rem" }, b1 = { background: "{content.border.color}", size: "0.5rem" }, y1 = { gap: "0.5rem" }, k1 = { size: "0.5rem" }, w1 = { size: "1rem" }, $1 = { verticalGap: "0.5rem", horizontalGap: "1rem" }, C1 = { root: v1, meters: b1, label: y1, labelMarker: k1, labelIcon: w1, labelList: $1 }, S1 = { 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}" } }, x1 = { width: "2.5rem", color: "{form.field.icon.color}" }, B1 = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, T1 = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, P1 = { 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" }, D1 = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, M1 = { color: "{form.field.icon.color}" }, O1 = { borderRadius: "{border.radius.sm}" }, E1 = { padding: "{list.option.padding}" }, I1 = { root: S1, dropdown: x1, overlay: B1, list: T1, option: P1, optionGroup: D1, chip: O1, clearIcon: M1, emptyMessage: E1 }, R1 = { gap: "1.125rem" }, L1 = { gap: "0.5rem" }, A1 = { root: R1, controls: L1 }, V1 = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, z1 = { 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}" }, N1 = { 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}" } }, F1 = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, j1 = { root: V1, node: z1, nodeToggleButton: N1, connector: F1 }, H1 = { outline: { width: "2px", color: "{content.background}" } }, Y1 = { root: H1 }, W1 = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, U1 = { 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}" } }, K1 = { color: "{text.muted.color}" }, _1 = { maxWidth: "2.5rem" }, X1 = { root: W1, navButton: U1, currentPageReport: K1, jumpToPageInput: _1 }, q1 = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, G1 = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Z1 = { padding: "0.375rem 1.125rem" }, Q1 = { fontWeight: "600" }, J1 = { padding: "0 1.125rem 1.125rem 1.125rem" }, ek = { padding: "0 1.125rem 1.125rem 1.125rem" }, tk = { root: q1, header: G1, toggleableHeader: Z1, title: Q1, content: J1, footer: ek }, ok = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, rk = { 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}" } }, nk = { 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}" } }, ak = { indent: "1rem" }, ik = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, lk = { root: ok, panel: rk, item: nk, submenu: ak, submenuIcon: ik }, sk = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, dk = { color: "{form.field.icon.color}" }, ck = { 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}" }, uk = { gap: "0.5rem" }, fk = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, pk = { meter: sk, icon: dk, overlay: ck, content: uk, colorScheme: fk }, hk = { gap: "1.125rem" }, mk = { gap: "0.5rem" }, gk = { root: hk, controls: mk }, vk = { 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" }, bk = { padding: "{overlay.popover.padding}" }, yk = { root: vk, content: bk }, kk = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, wk = { background: "{primary.color}" }, $k = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, Ck = { root: kk, value: wk, label: $k }, Sk = { 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}" } } }, xk = { colorScheme: Sk }, Bk = { 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" } }, Tk = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, Pk = { root: Bk, icon: Tk }, Dk = { 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}" } }, Mk = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, Ok = { root: Dk, icon: Mk }, Ek = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, Ik = { colorScheme: Ek }, Rk = { transitionDuration: "{transition.duration}" }, Lk = { 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}" } }, Ak = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Vk = { root: Rk, bar: Lk, colorScheme: Ak }, zk = { 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}" } }, Nk = { width: "2.5rem", color: "{form.field.icon.color}" }, Fk = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, jk = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Hk = { 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}" }, Yk = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Wk = { color: "{form.field.icon.color}" }, Uk = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Kk = { padding: "{list.option.padding}" }, _k = { root: zk, dropdown: Nk, overlay: Fk, list: jk, option: Hk, optionGroup: Yk, clearIcon: Wk, checkmark: Uk, emptyMessage: Kk }, Xk = { borderRadius: "{form.field.border.radius}" }, qk = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Gk = { root: Xk, colorScheme: qk }, Zk = { borderRadius: "{content.border.radius}" }, Qk = { 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)" } } }, Jk = { root: Zk, colorScheme: Qk }, ew = { transitionDuration: "{transition.duration}" }, tw = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, ow = { background: "{primary.color}" }, rw = { 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}" } }, nw = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, aw = { root: ew, track: tw, range: ow, handle: rw, colorScheme: nw }, iw = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, lw = { root: iw }, sw = { 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)" }, dw = { root: sw }, cw = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, uw = { background: "{content.border.color}" }, fw = { 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}" } }, pw = { root: cw, gutter: uw, handle: fw }, hw = { transitionDuration: "{transition.duration}" }, mw = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, gw = { padding: "0.5rem", gap: "1rem" }, vw = { 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" }, bw = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, yw = { 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)" }, kw = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, ww = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, $w = { root: hw, separator: mw, step: gw, stepHeader: vw, stepTitle: bw, stepNumber: yw, steppanels: kw, steppanel: ww }, Cw = { transitionDuration: "{transition.duration}" }, Sw = { background: "{content.border.color}" }, xw = { 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" }, Bw = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Tw = { 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)" }, Pw = { root: Cw, separator: Sw, itemLink: xw, itemLabel: Bw, itemNumber: Tw }, Dw = { transitionDuration: "{transition.duration}" }, Mw = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Ow = { 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}" } }, Ew = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Iw = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Rw = { root: Dw, tablist: Mw, item: Ow, itemIcon: Ew, activeBar: Iw }, Lw = { transitionDuration: "{transition.duration}" }, Aw = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Vw = { 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}" } }, zw = { 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}" } }, Nw = { 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}" } }, Fw = { height: "1px", bottom: "-1px", background: "{primary.color}" }, jw = { 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%)" } } }, Hw = { root: Lw, tablist: Aw, tab: Vw, tabpanel: zw, navButton: Nw, activeBar: Fw, colorScheme: jw }, Yw = { transitionDuration: "{transition.duration}" }, Ww = { background: "{content.background}", borderColor: "{content.border.color}" }, Uw = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Kw = { background: "{content.background}", color: "{content.color}" }, _w = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Xw = { 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%)" } } }, qw = { root: Yw, tabList: Ww, tab: Uw, tabPanel: Kw, navButton: _w, colorScheme: Xw }, Gw = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Zw = { size: "0.75rem" }, Qw = { 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}" } } }, Jw = { root: Gw, icon: Zw, colorScheme: Qw }, e$ = { 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}" }, t$ = { gap: "0.25rem" }, o$ = { margin: "2px 0" }, r$ = { root: e$, prompt: t$, commandResponse: o$ }, n$ = { 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}" } }, a$ = { root: n$ }, i$ = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, l$ = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, s$ = { 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}" } }, d$ = { mobileIndent: "1rem" }, c$ = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, u$ = { borderColor: "{content.border.color}" }, f$ = { root: i$, list: l$, item: s$, submenu: d$, submenuIcon: c$, separator: u$ }, p$ = { minHeight: "5rem" }, h$ = { eventContent: { padding: "1rem 0" } }, m$ = { eventContent: { padding: "0 1rem" } }, g$ = { 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)" } }, v$ = { color: "{content.border.color}", size: "2px" }, b$ = { event: p$, horizontal: h$, vertical: m$, eventMarker: g$, eventConnector: v$ }, y$ = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, k$ = { size: "1.125rem" }, w$ = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, $$ = { gap: "0.5rem" }, C$ = { fontWeight: "500", fontSize: "1rem" }, S$ = { fontWeight: "500", fontSize: "0.875rem" }, x$ = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, B$ = { size: "1rem" }, T$ = { 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" } } } } }, P$ = { root: y$, icon: k$, content: w$, text: $$, summary: C$, detail: S$, closeButton: x$, closeIcon: B$, colorScheme: T$ }, D$ = { 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" } }, M$ = { disabledColor: "{form.field.disabled.color}" }, O$ = { 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" } }, E$ = { 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}" } } }, I$ = { root: D$, icon: M$, content: O$, colorScheme: E$ }, R$ = { 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" }, L$ = { borderRadius: "50%", size: "1rem" }, A$ = { 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}" } } }, V$ = { root: R$, handle: L$, colorScheme: A$ }, z$ = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, N$ = { root: z$ }, F$ = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, j$ = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, H$ = { root: F$, colorScheme: j$ }, Y$ = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, W$ = { 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" }, U$ = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, K$ = { 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}" } }, _$ = { size: "2rem" }, X$ = { margin: "0 0 0.5rem 0" }, q$ = { root: Y$, node: W$, nodeIcon: U$, nodeToggleButton: K$, loadingIcon: _$, filter: X$ }, G$ = { 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}" } }, Z$ = { width: "2.5rem", color: "{form.field.icon.color}" }, Q$ = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, J$ = { padding: "{list.padding}" }, eC = { padding: "{list.option.padding}" }, tC = { borderRadius: "{border.radius.sm}" }, oC = { color: "{form.field.icon.color}" }, rC = { root: G$, dropdown: Z$, overlay: Q$, tree: J$, emptyMessage: eC, chip: tC, clearIcon: oC }, nC = { transitionDuration: "{transition.duration}" }, aC = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, iC = { 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}" } }, lC = { fontWeight: "600" }, sC = { 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}" } }, dC = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, cC = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, uC = { fontWeight: "600" }, fC = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, pC = { width: "0.5rem" }, hC = { width: "1px", color: "{primary.color}" }, mC = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, gC = { size: "2rem" }, vC = { 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}" } }, bC = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, yC = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, kC = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, wC = { root: nC, header: aC, headerCell: iC, columnTitle: lC, row: sC, bodyCell: dC, footerCell: cC, columnFooter: uC, footer: fC, columnResizer: pC, resizeIndicator: hC, sortIcon: mC, loadingIcon: gC, nodeToggleButton: vC, paginatorTop: bC, paginatorBottom: yC, colorScheme: kC }, $C = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, CC = { loader: $C }, SC = Object.defineProperty, xC = Object.defineProperties, BC = Object.getOwnPropertyDescriptors, Ya = Object.getOwnPropertySymbols, TC = Object.prototype.hasOwnProperty, PC = Object.prototype.propertyIsEnumerable, Wa = (e, t, o) => t in e ? SC(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, Ua, DC = (Ua = ((e, t) => {
|
|
13879
|
+
for (var o in t || (t = {})) TC.call(t, o) && Wa(e, o, t[o]);
|
|
13880
|
+
if (Ya) for (var o of Ya(t)) PC.call(t, o) && Wa(e, o, t[o]);
|
|
13885
13881
|
return e;
|
|
13886
|
-
})({},
|
|
13887
|
-
const
|
|
13882
|
+
})({}, Hg), xC(Ua, BC({ components: { accordion: gg, autocomplete: Bg, avatar: Eg, badge: Ng, blockui: Wg, breadcrumb: Xg, button: Zg, card: rv, carousel: dv, cascadeselect: gv, checkbox: yv, chip: xv, colorpicker: Mv, confirmdialog: Iv, confirmpopup: zv, contextmenu: Uv, datatable: ub, dataview: bb, datepicker: zb, dialog: Wb, divider: qb, dock: Qb, drawer: n0, editor: c0, fieldset: m0, fileupload: C0, floatlabel: P0, galleria: Y0, iconfield: U0, iftalabel: X0, image: J0, imagecompare: ty, inlinemessage: iy, inplace: dy, inputchips: py, inputgroup: my, inputnumber: yy, inputotp: $y, inputtext: Sy, knob: Dy, listbox: Vy, megamenu: _y, menu: Jy, menubar: i1, message: g1, metergroup: C1, multiselect: I1, orderlist: A1, organizationchart: j1, overlaybadge: Y1, paginator: X1, panel: tk, panelmenu: lk, password: pk, picklist: gk, popover: yk, progressbar: Ck, progressspinner: xk, radiobutton: Pk, rating: Ok, ripple: Ik, scrollpanel: Vk, select: _k, selectbutton: Gk, skeleton: Jk, slider: aw, speeddial: lw, splitbutton: dw, splitter: pw, stepper: $w, steps: Pw, tabmenu: Rw, tabs: Hw, tabview: qw, tag: Jw, terminal: r$, textarea: a$, tieredmenu: f$, timeline: b$, toast: P$, togglebutton: I$, toggleswitch: V$, toolbar: N$, tooltip: H$, tree: q$, treeselect: rC, treetable: wC, virtualscroller: CC } })));
|
|
13883
|
+
const MC = {
|
|
13888
13884
|
theme: {
|
|
13889
|
-
preset:
|
|
13885
|
+
preset: DC,
|
|
13890
13886
|
options: {
|
|
13891
13887
|
darkModeSelector: "none",
|
|
13892
13888
|
cssLayer: {
|
|
@@ -13895,61 +13891,61 @@ const OC = {
|
|
|
13895
13891
|
}
|
|
13896
13892
|
}
|
|
13897
13893
|
}
|
|
13898
|
-
},
|
|
13899
|
-
e.use(Am,
|
|
13894
|
+
}, v2 = (e) => {
|
|
13895
|
+
e.use(Am, MC);
|
|
13900
13896
|
};
|
|
13901
13897
|
export {
|
|
13902
|
-
|
|
13903
|
-
|
|
13898
|
+
YC as PvAccordion,
|
|
13899
|
+
m2 as PvActionBar,
|
|
13904
13900
|
xh as PvAvatar,
|
|
13905
|
-
|
|
13906
|
-
|
|
13907
|
-
|
|
13901
|
+
o2 as PvAvatarGroup,
|
|
13902
|
+
FC as PvBanner,
|
|
13903
|
+
XC as PvBreadcrumbs,
|
|
13908
13904
|
ht as PvButton,
|
|
13909
|
-
|
|
13905
|
+
EC as PvButtonWithTooltip,
|
|
13910
13906
|
$l as PvCard,
|
|
13911
|
-
|
|
13912
|
-
|
|
13907
|
+
a2 as PvCheckbox,
|
|
13908
|
+
t2 as PvCompanyLabel,
|
|
13913
13909
|
zr as PvCompanyLogo,
|
|
13914
|
-
|
|
13910
|
+
jC as PvCompanyTag,
|
|
13915
13911
|
Ut as PvCounterBadge,
|
|
13916
|
-
|
|
13917
|
-
|
|
13918
|
-
|
|
13919
|
-
|
|
13920
|
-
|
|
13921
|
-
|
|
13912
|
+
WC as PvDatePicker,
|
|
13913
|
+
UC as PvDateTime,
|
|
13914
|
+
KC as PvDrawer,
|
|
13915
|
+
AC as PvDropdown,
|
|
13916
|
+
p2 as PvExpandableContent,
|
|
13917
|
+
e2 as PvGhostInput,
|
|
13922
13918
|
we as PvIcon,
|
|
13923
|
-
|
|
13924
|
-
|
|
13925
|
-
|
|
13926
|
-
|
|
13927
|
-
|
|
13928
|
-
|
|
13919
|
+
s2 as PvInput,
|
|
13920
|
+
u2 as PvInsightCard,
|
|
13921
|
+
NC as PvModal,
|
|
13922
|
+
qC as PvMultiSelectButton,
|
|
13923
|
+
ZC as PvPagination,
|
|
13924
|
+
LC as PvPill,
|
|
13929
13925
|
$i as PvPopover,
|
|
13930
13926
|
Fd as PvPopoverV2,
|
|
13931
|
-
|
|
13932
|
-
|
|
13927
|
+
d2 as PvRating,
|
|
13928
|
+
IC as PvReleaseBadge,
|
|
13933
13929
|
En as PvSearchInput,
|
|
13934
|
-
|
|
13935
|
-
|
|
13936
|
-
|
|
13937
|
-
|
|
13938
|
-
|
|
13930
|
+
VC as PvSegmentedControl,
|
|
13931
|
+
GC as PvSelectButton,
|
|
13932
|
+
QC as PvSelectableCard,
|
|
13933
|
+
JC as PvSidePanel,
|
|
13934
|
+
l2 as PvSkeleton,
|
|
13939
13935
|
ei as PvSpinner,
|
|
13940
|
-
|
|
13941
|
-
|
|
13942
|
-
|
|
13943
|
-
|
|
13944
|
-
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
|
|
13949
|
-
|
|
13936
|
+
i2 as PvSprite,
|
|
13937
|
+
HC as PvSuggestionTag,
|
|
13938
|
+
f2 as PvSwitch,
|
|
13939
|
+
zC as PvTabList,
|
|
13940
|
+
_C as PvTabs,
|
|
13941
|
+
RC as PvTag,
|
|
13942
|
+
g2 as PvTextArea,
|
|
13943
|
+
h2 as PvToast,
|
|
13944
|
+
r2 as PvToggleButton,
|
|
13945
|
+
n2 as PvToggleGroup,
|
|
13950
13946
|
ti as PvTooltip,
|
|
13951
13947
|
ch as PvTooltipV2,
|
|
13952
|
-
|
|
13948
|
+
c2 as PvWidget,
|
|
13953
13949
|
eh as useDateTime,
|
|
13954
|
-
|
|
13950
|
+
v2 as usePvComponents
|
|
13955
13951
|
};
|