@turquoisehealth/pit-viper 2.72.1-dev.1 → 2.72.1-dev.3
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/package.json +1 -1
- package/pv-components/dist/vue/base/pv-components-base.js +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +149 -149
- package/pv-components/dist/vue/base/pv-components-base.umd.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.js +6 -6
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +584 -581
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +13 -13
- package/pv-components/dist/vue/tables/pv-components-tables.js +15 -15
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +348 -346
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +15 -15
- package/pv-components/dist/web/pv-components.iife.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.pv-button-loading[data-v-942d55a7]{width:16px;height:16px;border:2px solid #ccc;border-top-color:#fff;border-radius:50%;animation:spin-942d55a7 1s linear infinite}@keyframes spin-942d55a7{to{transform:rotate(360deg)}}.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}.pv-badge-release-alpha[data-v-b59890a1]{--inset-size: 2px 8px;background:#ffeb99;font-weight:600}.pv-badge-release-beta[data-v-b59890a1]{--inset-size: 2px 8px;background:#e8daff;font-weight:600}[class*=pv-status]{&[data-v-19b2955e]:before,&[data-v-19b2955e]: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-f0f5eb5f]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-f0f5eb5f]{cursor:pointer}.dots-button[data-v-e63422b9]{background-color:transparent;color:#4b595c}.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(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
|
-
import { defineComponent as H, ref as be, computed as U, onBeforeMount as mi, createElementBlock as v, openBlock as h, normalizeClass as
|
|
2
|
+
import { defineComponent as H, ref as be, computed as U, onBeforeMount as mi, createElementBlock as v, openBlock as h, normalizeClass as q, createElementVNode as D, Fragment as re, createBlock as N, createCommentVNode as B, toDisplayString as L, withModifiers as ar, isRef as Zn, shallowRef as jr, onMounted as $t, nextTick as Yt, getCurrentScope as gi, onScopeDispose as vi, toValue as ve, getCurrentInstance as Uo, watch as Re, toRef as bi, readonly as Qn, customRef as yi, unref as ye, useTemplateRef as ot, normalizeStyle as ut, renderSlot as V, withDirectives as Pe, createTextVNode as je, Teleport as ir, createVNode as Q, withCtx as me, mergeModels as De, useModel as Se, renderList as _e, vModelText as Jn, useId as ki, mergeProps as C, resolveComponent as oo, resolveDirective as ea, resolveDynamicComponent as Ce, Transition as wi, vShow as Or, withKeys as ue, normalizeProps as Xo, vModelDynamic as Hr, vModelCheckbox as ta, reactive as $i } from "vue";
|
|
3
3
|
const Ci = {
|
|
4
4
|
xs: "12px",
|
|
5
5
|
sm: "16px",
|
|
@@ -23,7 +23,7 @@ const Ci = {
|
|
|
23
23
|
}), (a, i) => (h(), v("svg", {
|
|
24
24
|
"data-testid": "pv-icon",
|
|
25
25
|
"aria-hidden": "true",
|
|
26
|
-
class:
|
|
26
|
+
class: q(r.value)
|
|
27
27
|
}, [
|
|
28
28
|
D("use", { "xlink:href": n.value }, null, 8, xi)
|
|
29
29
|
], 2));
|
|
@@ -57,7 +57,7 @@ const Ci = {
|
|
|
57
57
|
}));
|
|
58
58
|
return (r, n) => (h(), v("button", {
|
|
59
59
|
type: "button",
|
|
60
|
-
class:
|
|
60
|
+
class: q(o.value),
|
|
61
61
|
disabled: r.disabled,
|
|
62
62
|
"data-testid": "pv-button"
|
|
63
63
|
}, [
|
|
@@ -102,11 +102,11 @@ const Ci = {
|
|
|
102
102
|
"pv-surface": e.variant == "ghost"
|
|
103
103
|
}));
|
|
104
104
|
return (a, i) => (h(), v("div", {
|
|
105
|
-
class:
|
|
105
|
+
class: q(n.value),
|
|
106
106
|
"data-testid": "pv-counter-badge"
|
|
107
107
|
}, L(r.value), 3));
|
|
108
108
|
}
|
|
109
|
-
}),
|
|
109
|
+
}), qo = /* @__PURE__ */ Ue(Oi, [["__scopeId", "data-v-fc3c1104"]]), _i = /* @__PURE__ */ H({
|
|
110
110
|
__name: "PvReleaseBadge",
|
|
111
111
|
props: {
|
|
112
112
|
variant: {}
|
|
@@ -118,7 +118,7 @@ const Ci = {
|
|
|
118
118
|
"pv-badge-release-beta": e.variant == "release-beta"
|
|
119
119
|
}));
|
|
120
120
|
return (n, a) => (h(), v("div", {
|
|
121
|
-
class:
|
|
121
|
+
class: q(r.value)
|
|
122
122
|
}, L(o.value), 3));
|
|
123
123
|
}
|
|
124
124
|
}), T1 = /* @__PURE__ */ Ue(_i, [["__scopeId", "data-v-b59890a1"]]), Ei = ["data-style"], M1 = /* @__PURE__ */ H({
|
|
@@ -153,7 +153,7 @@ const Ci = {
|
|
|
153
153
|
}
|
|
154
154
|
});
|
|
155
155
|
return (n, a) => (h(), v("button", {
|
|
156
|
-
class:
|
|
156
|
+
class: q([r.value, o.value]),
|
|
157
157
|
onClick: a[1] || (a[1] = (i) => n.$emit("handle-click", n.label)),
|
|
158
158
|
"data-testid": "pv-tag",
|
|
159
159
|
"data-style": n.rounded ? "rounded" : void 0
|
|
@@ -212,14 +212,14 @@ const Ci = {
|
|
|
212
212
|
}
|
|
213
213
|
});
|
|
214
214
|
return (n, a) => (h(), v("div", {
|
|
215
|
-
class:
|
|
215
|
+
class: q([r.value, o.value]),
|
|
216
216
|
onClick: a[0] || (a[0] = (i) => n.$emit("handle-click", n.label)),
|
|
217
217
|
"data-style": "rounded"
|
|
218
218
|
}, [
|
|
219
219
|
n.dotVariant ? (h(), v("span", {
|
|
220
220
|
key: 0,
|
|
221
221
|
style: { "margin-inline-end": "0px" },
|
|
222
|
-
class:
|
|
222
|
+
class: q(`pv-status-${n.dotVariant}`)
|
|
223
223
|
}, null, 2)) : B("", !0),
|
|
224
224
|
n.icon ? (h(), N($e, {
|
|
225
225
|
key: 1,
|
|
@@ -653,7 +653,7 @@ function yt(t, e) {
|
|
|
653
653
|
while (o = o.parentNode);
|
|
654
654
|
return rt();
|
|
655
655
|
}
|
|
656
|
-
function
|
|
656
|
+
function Xi(t, e) {
|
|
657
657
|
if (t && e)
|
|
658
658
|
for (var o in e)
|
|
659
659
|
e.hasOwnProperty(o) && (t[o] = e[o]);
|
|
@@ -673,7 +673,7 @@ function da(t, e) {
|
|
|
673
673
|
}
|
|
674
674
|
};
|
|
675
675
|
}
|
|
676
|
-
function
|
|
676
|
+
function qi() {
|
|
677
677
|
clearTimeout(no), no = void 0;
|
|
678
678
|
}
|
|
679
679
|
function ua(t, e, o) {
|
|
@@ -829,7 +829,7 @@ var el = ["evt"], Le = function(e, o) {
|
|
|
829
829
|
So.pluginEvent.bind(K)(e, o, nt({
|
|
830
830
|
dragEl: M,
|
|
831
831
|
parentEl: ge,
|
|
832
|
-
ghostEl:
|
|
832
|
+
ghostEl: X,
|
|
833
833
|
rootEl: ce,
|
|
834
834
|
nextEl: Pt,
|
|
835
835
|
lastDownEl: Lo,
|
|
@@ -872,7 +872,7 @@ function Ie(t) {
|
|
|
872
872
|
newDraggableIndex: gt
|
|
873
873
|
}, t));
|
|
874
874
|
}
|
|
875
|
-
var M, ge,
|
|
875
|
+
var M, ge, X, ce, Pt, Lo, he, vt, Lt, Ne, ao, gt, Bo, xe, Et = !1, Qo = !1, Jo = [], xt, Xe, mr, gr, sn, dn, Gt, _t, io, lo = !1, Po = !1, zo, Me, vr = [], _r = !1, er = [], ur = typeof document < "u", Do = Wr, un = Co || ht ? "cssFloat" : "float", tl = ur && !aa && !Wr && "draggable" in document.createElement("div"), pa = function() {
|
|
876
876
|
if (ur) {
|
|
877
877
|
if (ht)
|
|
878
878
|
return !1;
|
|
@@ -924,9 +924,9 @@ var M, ge, q, ce, Pt, Lo, he, vt, Lt, Ne, ao, gt, Bo, xe, Et = !1, Qo = !1, Jo =
|
|
|
924
924
|
name: n
|
|
925
925
|
}), r.name = n.name, r.checkPull = o(n.pull, !0), r.checkPut = o(n.put), r.revertClone = n.revertClone, e.group = r;
|
|
926
926
|
}, ga = function() {
|
|
927
|
-
!pa &&
|
|
927
|
+
!pa && X && W(X, "display", "none");
|
|
928
928
|
}, va = function() {
|
|
929
|
-
!pa &&
|
|
929
|
+
!pa && X && W(X, "display", "");
|
|
930
930
|
};
|
|
931
931
|
ur && !aa && document.addEventListener("click", function(t) {
|
|
932
932
|
if (Qo)
|
|
@@ -1120,17 +1120,17 @@ K.prototype = /** @lends Sortable.prototype */
|
|
|
1120
1120
|
this._nulling();
|
|
1121
1121
|
},
|
|
1122
1122
|
_emulateDragOver: function() {
|
|
1123
|
-
if (
|
|
1124
|
-
this._lastX =
|
|
1125
|
-
for (var e = document.elementFromPoint(
|
|
1123
|
+
if (Xe) {
|
|
1124
|
+
this._lastX = Xe.clientX, this._lastY = Xe.clientY, ga();
|
|
1125
|
+
for (var e = document.elementFromPoint(Xe.clientX, Xe.clientY), o = e; e && e.shadowRoot && (e = e.shadowRoot.elementFromPoint(Xe.clientX, Xe.clientY), e !== o); )
|
|
1126
1126
|
o = e;
|
|
1127
1127
|
if (M.parentNode[Ae]._isOutsideThisEl(e), o)
|
|
1128
1128
|
do {
|
|
1129
1129
|
if (o[Ae]) {
|
|
1130
1130
|
var r = void 0;
|
|
1131
1131
|
if (r = o[Ae]._onDragOver({
|
|
1132
|
-
clientX:
|
|
1133
|
-
clientY:
|
|
1132
|
+
clientX: Xe.clientX,
|
|
1133
|
+
clientY: Xe.clientY,
|
|
1134
1134
|
target: e,
|
|
1135
1135
|
rootEl: o
|
|
1136
1136
|
}), r && !this.options.dragoverBubble)
|
|
@@ -1143,13 +1143,13 @@ K.prototype = /** @lends Sortable.prototype */
|
|
|
1143
1143
|
},
|
|
1144
1144
|
_onTouchMove: function(e) {
|
|
1145
1145
|
if (xt) {
|
|
1146
|
-
var o = this.options, r = o.fallbackTolerance, n = o.fallbackOffset, a = e.touches ? e.touches[0] : e, i =
|
|
1146
|
+
var o = this.options, r = o.fallbackTolerance, n = o.fallbackOffset, a = e.touches ? e.touches[0] : e, i = X && Vt(X, !0), s = X && i && i.a, l = X && i && i.d, u = Do && Me && ln(Me), d = (a.clientX - xt.clientX + n.x) / (s || 1) + (u ? u[0] - vr[0] : 0) / (s || 1), c = (a.clientY - xt.clientY + n.y) / (l || 1) + (u ? u[1] - vr[1] : 0) / (l || 1);
|
|
1147
1147
|
if (!K.active && !Et) {
|
|
1148
1148
|
if (r && Math.max(Math.abs(a.clientX - this._lastX), Math.abs(a.clientY - this._lastY)) < r)
|
|
1149
1149
|
return;
|
|
1150
1150
|
this._onDragStart(e, !0);
|
|
1151
1151
|
}
|
|
1152
|
-
if (
|
|
1152
|
+
if (X) {
|
|
1153
1153
|
i ? (i.e += d - (mr || 0), i.f += c - (gr || 0)) : i = {
|
|
1154
1154
|
a: 1,
|
|
1155
1155
|
b: 0,
|
|
@@ -1159,20 +1159,20 @@ K.prototype = /** @lends Sortable.prototype */
|
|
|
1159
1159
|
f: c
|
|
1160
1160
|
};
|
|
1161
1161
|
var f = "matrix(".concat(i.a, ",").concat(i.b, ",").concat(i.c, ",").concat(i.d, ",").concat(i.e, ",").concat(i.f, ")");
|
|
1162
|
-
W(
|
|
1162
|
+
W(X, "webkitTransform", f), W(X, "mozTransform", f), W(X, "msTransform", f), W(X, "transform", f), mr = d, gr = c, Xe = a;
|
|
1163
1163
|
}
|
|
1164
1164
|
e.cancelable && e.preventDefault();
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
1167
1167
|
_appendGhost: function() {
|
|
1168
|
-
if (!
|
|
1168
|
+
if (!X) {
|
|
1169
1169
|
var e = this.options.fallbackOnBody ? document.body : ce, o = we(M, !0, Do, !0, e), r = this.options;
|
|
1170
1170
|
if (Do) {
|
|
1171
1171
|
for (Me = e; W(Me, "position") === "static" && W(Me, "transform") === "none" && Me !== document; )
|
|
1172
1172
|
Me = Me.parentNode;
|
|
1173
1173
|
Me !== document.body && Me !== document.documentElement ? (Me === document && (Me = rt()), o.top += Me.scrollTop, o.left += Me.scrollLeft) : Me = rt(), vr = ln(Me);
|
|
1174
1174
|
}
|
|
1175
|
-
|
|
1175
|
+
X = M.cloneNode(!0), Ve(X, r.ghostClass, !1), Ve(X, r.fallbackClass, !0), Ve(X, r.dragClass, !0), W(X, "transition", ""), W(X, "transform", ""), W(X, "box-sizing", "border-box"), W(X, "margin", 0), W(X, "top", o.top), W(X, "left", o.left), W(X, "width", o.width), W(X, "height", o.height), W(X, "opacity", "0.8"), W(X, "position", Do ? "absolute" : "fixed"), W(X, "zIndex", "100000"), W(X, "pointerEvents", "none"), K.ghost = X, e.appendChild(X), W(X, "transform-origin", sn / parseInt(X.style.width) * 100 + "% " + dn / parseInt(X.style.height) * 100 + "%");
|
|
1176
1176
|
}
|
|
1177
1177
|
},
|
|
1178
1178
|
_onDragStart: function(e, o) {
|
|
@@ -1260,7 +1260,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
|
1260
1260
|
var z = We(M);
|
|
1261
1261
|
do
|
|
1262
1262
|
z -= _, ae = ge.children[z];
|
|
1263
|
-
while (ae && (W(ae, "display") === "none" || ae ===
|
|
1263
|
+
while (ae && (W(ae, "display") === "none" || ae === X));
|
|
1264
1264
|
}
|
|
1265
1265
|
if (_ === 0 || ae === r)
|
|
1266
1266
|
return w(!1);
|
|
@@ -1292,7 +1292,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
|
1292
1292
|
this._nulling();
|
|
1293
1293
|
return;
|
|
1294
1294
|
}
|
|
1295
|
-
Et = !1, Po = !1, lo = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Er(this.cloneId), Er(this._dragStartId), this.nativeDraggable && (ee(document, "drop", this), ee(o, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), ro && W(document.body, "user-select", ""), W(M, "transform", ""), e && (Gt && (e.cancelable && e.preventDefault(), !r.dropBubble && e.stopPropagation()),
|
|
1295
|
+
Et = !1, Po = !1, lo = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Er(this.cloneId), Er(this._dragStartId), this.nativeDraggable && (ee(document, "drop", this), ee(o, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), ro && W(document.body, "user-select", ""), W(M, "transform", ""), e && (Gt && (e.cancelable && e.preventDefault(), !r.dropBubble && e.stopPropagation()), X && X.parentNode && X.parentNode.removeChild(X), (ce === ge || xe && xe.lastPutMode !== "clone") && he && he.parentNode && he.parentNode.removeChild(he), M && (this.nativeDraggable && ee(M, "dragend", this), br(M), M.style["will-change"] = "", Gt && !Et && Ve(M, xe ? xe.options.ghostClass : this.options.ghostClass, !1), Ve(M, this.options.chosenClass, !1), Ie({
|
|
1296
1296
|
sortable: this,
|
|
1297
1297
|
name: "unchoose",
|
|
1298
1298
|
toEl: ge,
|
|
@@ -1339,7 +1339,7 @@ K.prototype = /** @lends Sortable.prototype */
|
|
|
1339
1339
|
}), this.save()))), this._nulling();
|
|
1340
1340
|
},
|
|
1341
1341
|
_nulling: function() {
|
|
1342
|
-
Le("nulling", this), ce = M = ge =
|
|
1342
|
+
Le("nulling", this), ce = M = ge = X = Pt = he = Lo = vt = xt = Xe = Gt = Ne = gt = Lt = ao = _t = io = xe = Bo = K.dragged = K.ghost = K.clone = K.active = null, er.forEach(function(e) {
|
|
1343
1343
|
e.checked = !0;
|
|
1344
1344
|
}), er.length = mr = gr = 0;
|
|
1345
1345
|
},
|
|
@@ -1453,11 +1453,11 @@ function il() {
|
|
|
1453
1453
|
_r = !1;
|
|
1454
1454
|
}
|
|
1455
1455
|
function ll(t, e, o) {
|
|
1456
|
-
var r = we(jt(o.el, 0, o.options, !0)), n = fa(o.el, o.options,
|
|
1456
|
+
var r = we(jt(o.el, 0, o.options, !0)), n = fa(o.el, o.options, X), a = 10;
|
|
1457
1457
|
return e ? t.clientX < n.left - a || t.clientY < r.top && t.clientX < r.right : t.clientY < n.top - a || t.clientY < r.bottom && t.clientX < r.left;
|
|
1458
1458
|
}
|
|
1459
1459
|
function sl(t, e, o) {
|
|
1460
|
-
var r = we(Kr(o.el, o.options.draggable)), n = fa(o.el, o.options,
|
|
1460
|
+
var r = we(Kr(o.el, o.options.draggable)), n = fa(o.el, o.options, X), a = 10;
|
|
1461
1461
|
return e ? t.clientX > n.right + a || t.clientY > r.bottom && t.clientX > r.left : t.clientY > n.bottom + a || t.clientX > r.right && t.clientY > r.top;
|
|
1462
1462
|
}
|
|
1463
1463
|
function dl(t, e, o, r, n, a, i, s) {
|
|
@@ -1505,7 +1505,7 @@ K.utils = {
|
|
|
1505
1505
|
is: function(e, o) {
|
|
1506
1506
|
return !!Ze(e, o, e, !1);
|
|
1507
1507
|
},
|
|
1508
|
-
extend:
|
|
1508
|
+
extend: Xi,
|
|
1509
1509
|
throttle: da,
|
|
1510
1510
|
closest: Ze,
|
|
1511
1511
|
toggleClass: Ve,
|
|
@@ -1556,7 +1556,7 @@ function pl() {
|
|
|
1556
1556
|
!this.options.dragOverBubble && !r.rootEl && this._handleAutoScroll(r);
|
|
1557
1557
|
},
|
|
1558
1558
|
drop: function() {
|
|
1559
|
-
this.sortable.nativeDraggable ? ee(document, "dragover", this._handleAutoScroll) : (ee(document, "pointermove", this._handleFallbackAutoScroll), ee(document, "touchmove", this._handleFallbackAutoScroll), ee(document, "mousemove", this._handleFallbackAutoScroll)), cn(), Vo(),
|
|
1559
|
+
this.sortable.nativeDraggable ? ee(document, "dragover", this._handleAutoScroll) : (ee(document, "pointermove", this._handleFallbackAutoScroll), ee(document, "touchmove", this._handleFallbackAutoScroll), ee(document, "mousemove", this._handleFallbackAutoScroll)), cn(), Vo(), qi();
|
|
1560
1560
|
},
|
|
1561
1561
|
nulling: function() {
|
|
1562
1562
|
tr = Ir = Zt = Rr = Qt = yr = kr = null, ke.length = 0;
|
|
@@ -1647,20 +1647,20 @@ Ur.prototype = {
|
|
|
1647
1647
|
ft(Ur, {
|
|
1648
1648
|
pluginName: "revertOnSpill"
|
|
1649
1649
|
});
|
|
1650
|
-
function
|
|
1650
|
+
function Xr() {
|
|
1651
1651
|
}
|
|
1652
|
-
|
|
1652
|
+
Xr.prototype = {
|
|
1653
1653
|
onSpill: function(e) {
|
|
1654
1654
|
var o = e.dragEl, r = e.putSortable, n = r || this.sortable;
|
|
1655
1655
|
n.captureAnimationState(), o.parentNode && o.parentNode.removeChild(o), n.animateAll();
|
|
1656
1656
|
},
|
|
1657
1657
|
drop: ba
|
|
1658
1658
|
};
|
|
1659
|
-
ft(
|
|
1659
|
+
ft(Xr, {
|
|
1660
1660
|
pluginName: "removeOnSpill"
|
|
1661
1661
|
});
|
|
1662
1662
|
K.mount(new pl());
|
|
1663
|
-
K.mount(
|
|
1663
|
+
K.mount(Xr, Ur);
|
|
1664
1664
|
function hl(t, e, o = {}) {
|
|
1665
1665
|
let r;
|
|
1666
1666
|
const { document: n = Ni, ...a } = o, i = {
|
|
@@ -1847,7 +1847,7 @@ function pn(t, e, o = {}) {
|
|
|
1847
1847
|
}
|
|
1848
1848
|
} : b;
|
|
1849
1849
|
}
|
|
1850
|
-
const $r = /* @__PURE__ */ new WeakMap(),
|
|
1850
|
+
const $r = /* @__PURE__ */ new WeakMap(), qr = {
|
|
1851
1851
|
mounted(t, e) {
|
|
1852
1852
|
const o = !e.modifiers.bubble;
|
|
1853
1853
|
let r;
|
|
@@ -1982,7 +1982,7 @@ const Cl = {
|
|
|
1982
1982
|
D("button", {
|
|
1983
1983
|
ref_key: "triggerRef",
|
|
1984
1984
|
ref: i,
|
|
1985
|
-
class:
|
|
1985
|
+
class: q({ "pv-select": !y.icon, "pv-icon-button": y.icon }),
|
|
1986
1986
|
style: { width: "auto" },
|
|
1987
1987
|
onClick: f,
|
|
1988
1988
|
disabled: y.disabled
|
|
@@ -1998,7 +1998,7 @@ const Cl = {
|
|
|
1998
1998
|
Q(ya, {
|
|
1999
1999
|
ref_key: "popoverRef",
|
|
2000
2000
|
ref: s,
|
|
2001
|
-
class:
|
|
2001
|
+
class: q(c.value),
|
|
2002
2002
|
"css-custom-properties": g.value,
|
|
2003
2003
|
alignment: y.alignment,
|
|
2004
2004
|
isList: y.isList,
|
|
@@ -2014,7 +2014,7 @@ const Cl = {
|
|
|
2014
2014
|
}, 8, ["class", "css-custom-properties", "alignment", "isList", "isSortable"])
|
|
2015
2015
|
], 8, ["to", "disabled"]))
|
|
2016
2016
|
])), [
|
|
2017
|
-
[ye(
|
|
2017
|
+
[ye(qr), p]
|
|
2018
2018
|
]);
|
|
2019
2019
|
}
|
|
2020
2020
|
}), _1 = /* @__PURE__ */ Ue(Bl, [["__scopeId", "data-v-79a7def3"]]), Pl = ["onClick", "data-active"], E1 = /* @__PURE__ */ H({
|
|
@@ -2032,7 +2032,7 @@ const Cl = {
|
|
|
2032
2032
|
e.value = r;
|
|
2033
2033
|
};
|
|
2034
2034
|
return (r, n) => (h(), v("div", {
|
|
2035
|
-
class:
|
|
2035
|
+
class: q([
|
|
2036
2036
|
"pv-segmented-control",
|
|
2037
2037
|
{
|
|
2038
2038
|
"pv-segmented-control-large": r.size === "xl"
|
|
@@ -2127,7 +2127,7 @@ const Ll = {
|
|
|
2127
2127
|
}), (l, u) => (h(), v("div", Ll, [
|
|
2128
2128
|
o.value ? (h(), v("div", {
|
|
2129
2129
|
key: 0,
|
|
2130
|
-
class:
|
|
2130
|
+
class: q(n.value),
|
|
2131
2131
|
style: ut(a.value)
|
|
2132
2132
|
}, [
|
|
2133
2133
|
D("img", {
|
|
@@ -2137,7 +2137,7 @@ const Ll = {
|
|
|
2137
2137
|
}, null, 40, zl)
|
|
2138
2138
|
], 6)) : (h(), v("div", {
|
|
2139
2139
|
key: 1,
|
|
2140
|
-
class:
|
|
2140
|
+
class: q(n.value)
|
|
2141
2141
|
}, null, 2))
|
|
2142
2142
|
]));
|
|
2143
2143
|
}
|
|
@@ -2211,7 +2211,7 @@ const Yl = {
|
|
|
2211
2211
|
setup(t) {
|
|
2212
2212
|
return (e, o) => (h(), v("div", {
|
|
2213
2213
|
"data-testid": "pv-banner",
|
|
2214
|
-
class:
|
|
2214
|
+
class: q([
|
|
2215
2215
|
{
|
|
2216
2216
|
"pv-banner-primary": e.variant === ye(eo).Primary,
|
|
2217
2217
|
"pv-banner-secondary": e.variant === ye(eo).Secondary,
|
|
@@ -2221,7 +2221,7 @@ const Yl = {
|
|
|
2221
2221
|
])
|
|
2222
2222
|
}, [
|
|
2223
2223
|
D("div", {
|
|
2224
|
-
class:
|
|
2224
|
+
class: q([
|
|
2225
2225
|
"pv-flex",
|
|
2226
2226
|
{
|
|
2227
2227
|
"pv-stack-16": e.orientation === ye(Fo).Vertical && e.$slots.action
|
|
@@ -2261,12 +2261,12 @@ const Yl = {
|
|
|
2261
2261
|
}
|
|
2262
2262
|
});
|
|
2263
2263
|
return (r, n) => (h(), v("button", {
|
|
2264
|
-
class:
|
|
2264
|
+
class: q(["pv-tag-tertiary", o.value]),
|
|
2265
2265
|
onClick: n[1] || (n[1] = (a) => r.$emit("handle-click", r.companyName)),
|
|
2266
2266
|
"data-testid": "pv-company-tag"
|
|
2267
2267
|
}, [
|
|
2268
2268
|
Q(cr, {
|
|
2269
|
-
class:
|
|
2269
|
+
class: q(r.size === "lg" ? "pv-company-sm" : "pv-company-xs"),
|
|
2270
2270
|
"data-testid": "pv-company-tag-icon",
|
|
2271
2271
|
size: r.size === "lg" ? "sm" : "xs",
|
|
2272
2272
|
name: r.companyName
|
|
@@ -2302,7 +2302,7 @@ const Yl = {
|
|
|
2302
2302
|
}
|
|
2303
2303
|
});
|
|
2304
2304
|
return (r, n) => (h(), v("button", {
|
|
2305
|
-
class:
|
|
2305
|
+
class: q(["pv-border-dashed pv-tag-secondary", o.value]),
|
|
2306
2306
|
onClick: n[0] || (n[0] = (a) => r.$emit("handle-click", r.label)),
|
|
2307
2307
|
"data-testid": "pv-suggestion-tag",
|
|
2308
2308
|
"data-style": r.rounded ? "rounded" : void 0
|
|
@@ -2316,7 +2316,7 @@ const Yl = {
|
|
|
2316
2316
|
D("span", null, L(r.label), 1)
|
|
2317
2317
|
], 10, Kl));
|
|
2318
2318
|
}
|
|
2319
|
-
}), Ul = ["open", "data-arrow"],
|
|
2319
|
+
}), Ul = ["open", "data-arrow"], Xl = { class: "pv-flex" }, V1 = /* @__PURE__ */ H({
|
|
2320
2320
|
__name: "PvAccordion",
|
|
2321
2321
|
props: {
|
|
2322
2322
|
header: {},
|
|
@@ -2331,9 +2331,9 @@ const Yl = {
|
|
|
2331
2331
|
open: e.defaultOpen,
|
|
2332
2332
|
"data-arrow": e.chevronPosition
|
|
2333
2333
|
}, [
|
|
2334
|
-
D("summary",
|
|
2334
|
+
D("summary", Xl, [
|
|
2335
2335
|
D("span", null, L(e.header), 1),
|
|
2336
|
-
e.counter ? (h(), N(
|
|
2336
|
+
e.counter ? (h(), N(qo, {
|
|
2337
2337
|
key: 0,
|
|
2338
2338
|
value: e.counter,
|
|
2339
2339
|
variant: "secondary",
|
|
@@ -2345,7 +2345,7 @@ const Yl = {
|
|
|
2345
2345
|
])
|
|
2346
2346
|
], 8, Ul));
|
|
2347
2347
|
}
|
|
2348
|
-
}),
|
|
2348
|
+
}), ql = { class: "pv-relative" }, Gl = ["disabled", "placeholder"], Zl = {
|
|
2349
2349
|
key: 0,
|
|
2350
2350
|
"data-testid": "pv-search-input-shortcut",
|
|
2351
2351
|
class: "pv-kbd"
|
|
@@ -2371,14 +2371,14 @@ const Yl = {
|
|
|
2371
2371
|
const s = i.target, l = s instanceof HTMLInputElement || s instanceof HTMLTextAreaElement || (s?.isContentEditable ?? !1), u = document.activeElement === r.value;
|
|
2372
2372
|
(!l || u) && (u || (i.preventDefault(), r.value?.focus()));
|
|
2373
2373
|
});
|
|
2374
|
-
}), e({ input: r }), (i, s) => (h(), v("div",
|
|
2374
|
+
}), e({ input: r }), (i, s) => (h(), v("div", ql, [
|
|
2375
2375
|
Pe(D("input", {
|
|
2376
2376
|
ref: "search-input",
|
|
2377
2377
|
"onUpdate:modelValue": s[0] || (s[0] = (l) => n.value = l),
|
|
2378
2378
|
"data-testid": "pv-search-input",
|
|
2379
2379
|
type: "text",
|
|
2380
2380
|
disabled: i.disabled,
|
|
2381
|
-
class:
|
|
2381
|
+
class: q(a.value),
|
|
2382
2382
|
placeholder: i.placeholder
|
|
2383
2383
|
}, null, 10, Gl), [
|
|
2384
2384
|
[Jn, n.value]
|
|
@@ -2559,7 +2559,7 @@ function gn(t) {
|
|
|
2559
2559
|
}
|
|
2560
2560
|
return 0;
|
|
2561
2561
|
}
|
|
2562
|
-
function
|
|
2562
|
+
function Xt(t) {
|
|
2563
2563
|
var e;
|
|
2564
2564
|
if (t) {
|
|
2565
2565
|
const o = (e = Zr(t)) == null ? void 0 : e.childNodes;
|
|
@@ -2951,7 +2951,7 @@ function Ns(t, e = {}) {
|
|
|
2951
2951
|
css: It(n, u)
|
|
2952
2952
|
};
|
|
2953
2953
|
}
|
|
2954
|
-
var
|
|
2954
|
+
var qe = {
|
|
2955
2955
|
regex: {
|
|
2956
2956
|
rules: {
|
|
2957
2957
|
class: {
|
|
@@ -3126,7 +3126,7 @@ var Xe = {
|
|
|
3126
3126
|
const { theme: e } = t;
|
|
3127
3127
|
e && (this._theme = Pr(Qe({}, e), {
|
|
3128
3128
|
options: Qe(Qe({}, this.defaults.options), e.options)
|
|
3129
|
-
}), this._tokens =
|
|
3129
|
+
}), this._tokens = qe.createTokens(this.preset, this.defaults), this.clearLoadedStyleNames());
|
|
3130
3130
|
},
|
|
3131
3131
|
get theme() {
|
|
3132
3132
|
return this._theme;
|
|
@@ -3152,7 +3152,7 @@ var Xe = {
|
|
|
3152
3152
|
return this.preset;
|
|
3153
3153
|
},
|
|
3154
3154
|
setPreset(t) {
|
|
3155
|
-
this._theme = Pr(Qe({}, this.theme), { preset: t }), this._tokens =
|
|
3155
|
+
this._theme = Pr(Qe({}, this.theme), { preset: t }), this._tokens = qe.createTokens(t, this.defaults), this.clearLoadedStyleNames(), Be.emit("preset:change", t), Be.emit("theme:change", this.theme);
|
|
3156
3156
|
},
|
|
3157
3157
|
getOptions() {
|
|
3158
3158
|
return this.options;
|
|
@@ -3182,35 +3182,35 @@ var Xe = {
|
|
|
3182
3182
|
this._loadedStyleNames.clear();
|
|
3183
3183
|
},
|
|
3184
3184
|
getTokenValue(t) {
|
|
3185
|
-
return
|
|
3185
|
+
return qe.getTokenValue(this.tokens, t, this.defaults);
|
|
3186
3186
|
},
|
|
3187
3187
|
getCommon(t = "", e) {
|
|
3188
|
-
return
|
|
3188
|
+
return qe.getCommon({ name: t, theme: this.theme, params: e, defaults: this.defaults, set: { layerNames: this.setLayerNames.bind(this) } });
|
|
3189
3189
|
},
|
|
3190
3190
|
getComponent(t = "", e) {
|
|
3191
3191
|
const o = { name: t, theme: this.theme, params: e, defaults: this.defaults, set: { layerNames: this.setLayerNames.bind(this) } };
|
|
3192
|
-
return
|
|
3192
|
+
return qe.getPresetC(o);
|
|
3193
3193
|
},
|
|
3194
3194
|
// @deprecated - use getComponent instead
|
|
3195
3195
|
getDirective(t = "", e) {
|
|
3196
3196
|
const o = { name: t, theme: this.theme, params: e, defaults: this.defaults, set: { layerNames: this.setLayerNames.bind(this) } };
|
|
3197
|
-
return
|
|
3197
|
+
return qe.getPresetD(o);
|
|
3198
3198
|
},
|
|
3199
3199
|
getCustomPreset(t = "", e, o, r) {
|
|
3200
3200
|
const n = { name: t, preset: e, options: this.options, selector: o, params: r, defaults: this.defaults, set: { layerNames: this.setLayerNames.bind(this) } };
|
|
3201
|
-
return
|
|
3201
|
+
return qe.getPreset(n);
|
|
3202
3202
|
},
|
|
3203
3203
|
getLayerOrderCSS(t = "") {
|
|
3204
|
-
return
|
|
3204
|
+
return qe.getLayerOrder(t, this.options, { names: this.getLayerNames() }, this.defaults);
|
|
3205
3205
|
},
|
|
3206
3206
|
transformCSS(t = "", e, o = "style", r) {
|
|
3207
|
-
return
|
|
3207
|
+
return qe.transformCSS(t, e, r, o, this.options, { layerNames: this.setLayerNames.bind(this) }, this.defaults);
|
|
3208
3208
|
},
|
|
3209
3209
|
getCommonStyleSheet(t = "", e, o = {}) {
|
|
3210
|
-
return
|
|
3210
|
+
return qe.getCommonStyleSheet({ name: t, theme: this.theme, params: e, props: o, defaults: this.defaults, set: { layerNames: this.setLayerNames.bind(this) } });
|
|
3211
3211
|
},
|
|
3212
3212
|
getStyleSheet(t, e, o = {}) {
|
|
3213
|
-
return
|
|
3213
|
+
return qe.getStyleSheet({ name: t, theme: this.theme, params: e, props: o, defaults: this.defaults, set: { layerNames: this.setLayerNames.bind(this) } });
|
|
3214
3214
|
},
|
|
3215
3215
|
onStyleMounted(t) {
|
|
3216
3216
|
this._loadingStyles.add(t);
|
|
@@ -3457,13 +3457,13 @@ function fo(t) {
|
|
|
3457
3457
|
}
|
|
3458
3458
|
var Cn, Sn, xn, Bn;
|
|
3459
3459
|
function Pn(t, e) {
|
|
3460
|
-
return Zs(t) || Gs(t, e) ||
|
|
3460
|
+
return Zs(t) || Gs(t, e) || qs(t, e) || Xs();
|
|
3461
3461
|
}
|
|
3462
|
-
function
|
|
3462
|
+
function Xs() {
|
|
3463
3463
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
3464
3464
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
3465
3465
|
}
|
|
3466
|
-
function
|
|
3466
|
+
function qs(t, e) {
|
|
3467
3467
|
if (t) {
|
|
3468
3468
|
if (typeof t == "string") return Dn(t, e);
|
|
3469
3469
|
var o = {}.toString.call(t).slice(8, -1);
|
|
@@ -3657,7 +3657,7 @@ function ad(t) {
|
|
|
3657
3657
|
function id(t) {
|
|
3658
3658
|
if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null) return Array.from(t);
|
|
3659
3659
|
}
|
|
3660
|
-
function
|
|
3660
|
+
function qt(t, e) {
|
|
3661
3661
|
return za(t) || ld(t, e) || La(t, e) || Ra();
|
|
3662
3662
|
}
|
|
3663
3663
|
function Ra() {
|
|
@@ -4008,7 +4008,7 @@ var xo = {
|
|
|
4008
4008
|
$inProps: function() {
|
|
4009
4009
|
var e, o = Object.keys(((e = this.$.vnode) === null || e === void 0 ? void 0 : e.props) || {});
|
|
4010
4010
|
return Object.fromEntries(Object.entries(this.$props).filter(function(r) {
|
|
4011
|
-
var n =
|
|
4011
|
+
var n = qt(r, 1), a = n[0];
|
|
4012
4012
|
return o?.includes(a);
|
|
4013
4013
|
}));
|
|
4014
4014
|
},
|
|
@@ -4058,10 +4058,10 @@ var xo = {
|
|
|
4058
4058
|
},
|
|
4059
4059
|
$_attrsPT: function() {
|
|
4060
4060
|
return Object.entries(this.$attrs || {}).filter(function(e) {
|
|
4061
|
-
var o =
|
|
4061
|
+
var o = qt(e, 1), r = o[0];
|
|
4062
4062
|
return r?.startsWith("pt:");
|
|
4063
4063
|
}).reduce(function(e, o) {
|
|
4064
|
-
var r =
|
|
4064
|
+
var r = qt(o, 2), n = r[0], a = r[1], i = n.split(":"), s = ad(i), l = s.slice(1);
|
|
4065
4065
|
return l?.reduce(function(u, d, c, f) {
|
|
4066
4066
|
return !u[d] && (u[d] = c === f.length - 1 ? a : {}), u[d];
|
|
4067
4067
|
}, e), e;
|
|
@@ -4069,10 +4069,10 @@ var xo = {
|
|
|
4069
4069
|
},
|
|
4070
4070
|
$_attrsWithoutPT: function() {
|
|
4071
4071
|
return Object.entries(this.$attrs || {}).filter(function(e) {
|
|
4072
|
-
var o =
|
|
4072
|
+
var o = qt(e, 1), r = o[0];
|
|
4073
4073
|
return !(r != null && r.startsWith("pt:"));
|
|
4074
4074
|
}).reduce(function(e, o) {
|
|
4075
|
-
var r =
|
|
4075
|
+
var r = qt(o, 2), n = r[0], a = r[1];
|
|
4076
4076
|
return e[n] = a, e;
|
|
4077
4077
|
}, {});
|
|
4078
4078
|
}
|
|
@@ -5591,10 +5591,10 @@ function et(t, e, o) {
|
|
|
5591
5591
|
return (e = Ud(e)) in t ? Object.defineProperty(t, e, { value: o, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = o, t;
|
|
5592
5592
|
}
|
|
5593
5593
|
function Ud(t) {
|
|
5594
|
-
var e =
|
|
5594
|
+
var e = Xd(t, "string");
|
|
5595
5595
|
return bo(e) == "symbol" ? e : e + "";
|
|
5596
5596
|
}
|
|
5597
|
-
function
|
|
5597
|
+
function Xd(t, e) {
|
|
5598
5598
|
if (bo(t) != "object" || !t) return t;
|
|
5599
5599
|
var o = t[Symbol.toPrimitive];
|
|
5600
5600
|
if (o !== void 0) {
|
|
@@ -5604,7 +5604,7 @@ function qd(t, e) {
|
|
|
5604
5604
|
}
|
|
5605
5605
|
return (e === "string" ? String : Number)(t);
|
|
5606
5606
|
}
|
|
5607
|
-
var
|
|
5607
|
+
var qd = {
|
|
5608
5608
|
root: function(e) {
|
|
5609
5609
|
var o = e.instance, r = e.props;
|
|
5610
5610
|
return ["p-button p-component", et(et(et(et(et(et(et(et(et({
|
|
@@ -5623,7 +5623,7 @@ var Xd = {
|
|
|
5623
5623
|
}, Gd = le.extend({
|
|
5624
5624
|
name: "button",
|
|
5625
5625
|
style: Kd,
|
|
5626
|
-
classes:
|
|
5626
|
+
classes: qd
|
|
5627
5627
|
}), Zd = {
|
|
5628
5628
|
name: "BaseButton",
|
|
5629
5629
|
extends: xo,
|
|
@@ -5817,7 +5817,7 @@ function ou(t, e, o, r, n, a) {
|
|
|
5817
5817
|
var i = oo("SpinnerIcon"), s = oo("Badge"), l = ea("ripple");
|
|
5818
5818
|
return t.asChild ? V(t.$slots, "default", {
|
|
5819
5819
|
key: 1,
|
|
5820
|
-
class:
|
|
5820
|
+
class: q(t.cx("root")),
|
|
5821
5821
|
a11yAttrs: a.a11yAttrs
|
|
5822
5822
|
}) : Pe((h(), N(Ce(t.as), C({
|
|
5823
5823
|
key: 0,
|
|
@@ -5854,7 +5854,7 @@ function ou(t, e, o, r, n, a) {
|
|
|
5854
5854
|
}), L(t.label || " "), 17, tu), t.badge ? (h(), N(s, {
|
|
5855
5855
|
key: 2,
|
|
5856
5856
|
value: t.badge,
|
|
5857
|
-
class:
|
|
5857
|
+
class: q(t.badgeClass),
|
|
5858
5858
|
severity: t.badgeSeverity,
|
|
5859
5859
|
unstyled: t.unstyled,
|
|
5860
5860
|
pt: t.ptm("pcBadge")
|
|
@@ -6167,7 +6167,7 @@ function uu(t, e) {
|
|
|
6167
6167
|
}
|
|
6168
6168
|
return (e === "string" ? String : Number)(t);
|
|
6169
6169
|
}
|
|
6170
|
-
var
|
|
6170
|
+
var Xa = {
|
|
6171
6171
|
name: "InputText",
|
|
6172
6172
|
extends: lu,
|
|
6173
6173
|
inheritAttrs: !1,
|
|
@@ -6208,8 +6208,8 @@ function fu(t, e, o, r, n, a) {
|
|
|
6208
6208
|
})
|
|
6209
6209
|
}, a.attrs), null, 16, cu);
|
|
6210
6210
|
}
|
|
6211
|
-
|
|
6212
|
-
var pu = Qr(),
|
|
6211
|
+
Xa.render = fu;
|
|
6212
|
+
var pu = Qr(), qa = {
|
|
6213
6213
|
name: "Portal",
|
|
6214
6214
|
props: {
|
|
6215
6215
|
appendTo: {
|
|
@@ -6243,7 +6243,7 @@ function hu(t, e, o, r, n, a) {
|
|
|
6243
6243
|
to: o.appendTo
|
|
6244
6244
|
}, [V(t.$slots, "default")], 8, ["to"])) : B("", !0);
|
|
6245
6245
|
}
|
|
6246
|
-
|
|
6246
|
+
qa.render = hu;
|
|
6247
6247
|
var mu = `
|
|
6248
6248
|
.p-datepicker {
|
|
6249
6249
|
display: inline-flex;
|
|
@@ -7876,13 +7876,13 @@ var Za = {
|
|
|
7876
7876
|
return o.setMonth(0), o.setDate(1), Math.floor(Math.round((r - o.getTime()) / 864e5) / 7) + 1;
|
|
7877
7877
|
},
|
|
7878
7878
|
onDateCellKeydown: function(e, o, r) {
|
|
7879
|
-
var n = e.currentTarget, a = n.parentElement, i =
|
|
7879
|
+
var n = e.currentTarget, a = n.parentElement, i = Xt(a);
|
|
7880
7880
|
switch (e.code) {
|
|
7881
7881
|
case "ArrowDown": {
|
|
7882
7882
|
n.tabIndex = "-1";
|
|
7883
7883
|
var s = a.parentElement.nextElementSibling;
|
|
7884
7884
|
if (s) {
|
|
7885
|
-
var l =
|
|
7885
|
+
var l = Xt(a.parentElement), u = Array.from(a.parentElement.parentElement.children), d = u.slice(l + 1), c = d.find(function(E) {
|
|
7886
7886
|
var P = E.children[i].children[0];
|
|
7887
7887
|
return !Dt(P, "data-p-disabled");
|
|
7888
7888
|
});
|
|
@@ -7906,7 +7906,7 @@ var Za = {
|
|
|
7906
7906
|
else {
|
|
7907
7907
|
var p = a.parentElement.previousElementSibling;
|
|
7908
7908
|
if (p) {
|
|
7909
|
-
var m =
|
|
7909
|
+
var m = Xt(a.parentElement), b = Array.from(a.parentElement.parentElement.children), g = b.slice(0, m).reverse(), y = g.find(function(E) {
|
|
7910
7910
|
var P = E.children[i].children[0];
|
|
7911
7911
|
return !Dt(P, "data-p-disabled");
|
|
7912
7912
|
});
|
|
@@ -8026,7 +8026,7 @@ var Za = {
|
|
|
8026
8026
|
case "ArrowUp":
|
|
8027
8027
|
case "ArrowDown": {
|
|
8028
8028
|
r.tabIndex = "-1";
|
|
8029
|
-
var n = r.parentElement.children, a =
|
|
8029
|
+
var n = r.parentElement.children, a = Xt(r), i = n[e.code === "ArrowDown" ? a + 3 : a - 3];
|
|
8030
8030
|
i && (i.tabIndex = "0", i.focus()), e.preventDefault();
|
|
8031
8031
|
break;
|
|
8032
8032
|
}
|
|
@@ -8082,7 +8082,7 @@ var Za = {
|
|
|
8082
8082
|
case "ArrowUp":
|
|
8083
8083
|
case "ArrowDown": {
|
|
8084
8084
|
r.tabIndex = "-1";
|
|
8085
|
-
var n = r.parentElement.children, a =
|
|
8085
|
+
var n = r.parentElement.children, a = Xt(r), i = n[e.code === "ArrowDown" ? a + 2 : a - 2];
|
|
8086
8086
|
i && (i.tabIndex = "0", i.focus()), e.preventDefault();
|
|
8087
8087
|
break;
|
|
8088
8088
|
}
|
|
@@ -8605,9 +8605,9 @@ var Za = {
|
|
|
8605
8605
|
}
|
|
8606
8606
|
},
|
|
8607
8607
|
components: {
|
|
8608
|
-
InputText:
|
|
8608
|
+
InputText: Xa,
|
|
8609
8609
|
Button: Ka,
|
|
8610
|
-
Portal:
|
|
8610
|
+
Portal: qa,
|
|
8611
8611
|
CalendarIcon: Aa,
|
|
8612
8612
|
ChevronLeftIcon: Na,
|
|
8613
8613
|
ChevronRightIcon: Fa,
|
|
@@ -8631,7 +8631,7 @@ function Fu(t, e, o, r, n, a) {
|
|
|
8631
8631
|
ref: a.inputRef,
|
|
8632
8632
|
id: t.inputId,
|
|
8633
8633
|
role: "combobox",
|
|
8634
|
-
class:
|
|
8634
|
+
class: q([t.inputClass, t.cx("pcInputText")]),
|
|
8635
8635
|
style: ut(t.inputStyle),
|
|
8636
8636
|
defaultValue: a.inputFieldValue,
|
|
8637
8637
|
placeholder: t.placeholder,
|
|
@@ -8679,7 +8679,7 @@ function Fu(t, e, o, r, n, a) {
|
|
|
8679
8679
|
"aria-expanded": n.overlayVisible,
|
|
8680
8680
|
"aria-controls": a.panelId
|
|
8681
8681
|
}, t.ptm("dropdown")), [V(t.$slots, "dropdownicon", {
|
|
8682
|
-
class:
|
|
8682
|
+
class: q(t.icon)
|
|
8683
8683
|
}, function() {
|
|
8684
8684
|
return [(h(), N(Ce(t.icon ? "span" : "CalendarIcon"), C({
|
|
8685
8685
|
class: t.icon
|
|
@@ -8692,7 +8692,7 @@ function Fu(t, e, o, r, n, a) {
|
|
|
8692
8692
|
class: t.cx("inputIconContainer"),
|
|
8693
8693
|
"data-p": a.inputIconDataP
|
|
8694
8694
|
}, t.ptm("inputIconContainer")), [V(t.$slots, "inputicon", {
|
|
8695
|
-
class:
|
|
8695
|
+
class: q(t.cx("inputIcon")),
|
|
8696
8696
|
clickCallback: a.onButtonClick
|
|
8697
8697
|
}, function() {
|
|
8698
8698
|
return [(h(), N(Ce(t.icon ? "i" : "CalendarIcon"), C({
|
|
@@ -9440,7 +9440,7 @@ function Fu(t, e, o, r, n, a) {
|
|
|
9440
9440
|
}), {
|
|
9441
9441
|
icon: me(function(d) {
|
|
9442
9442
|
return [V(t.$slots, "incrementicon", {
|
|
9443
|
-
class:
|
|
9443
|
+
class: q(t.cx("incrementIcon"))
|
|
9444
9444
|
}, function() {
|
|
9445
9445
|
return [(h(), N(Ce(t.incrementIcon ? "span" : "ChevronUpIcon"), C({
|
|
9446
9446
|
class: [t.cx("incrementIcon"), d.class]
|
|
@@ -9475,7 +9475,7 @@ function Fu(t, e, o, r, n, a) {
|
|
|
9475
9475
|
}), {
|
|
9476
9476
|
icon: me(function(d) {
|
|
9477
9477
|
return [V(t.$slots, "decrementicon", {
|
|
9478
|
-
class:
|
|
9478
|
+
class: q(t.cx("decrementIcon"))
|
|
9479
9479
|
}, function() {
|
|
9480
9480
|
return [(h(), N(Ce(t.decrementIcon ? "span" : "ChevronDownIcon"), C({
|
|
9481
9481
|
class: [t.cx("decrementIcon"), d.class]
|
|
@@ -9947,13 +9947,13 @@ function Ku() {
|
|
|
9947
9947
|
}(Yo)), Yo.exports;
|
|
9948
9948
|
}
|
|
9949
9949
|
var Uu = Ku();
|
|
9950
|
-
const
|
|
9951
|
-
var Wo = { exports: {} },
|
|
9950
|
+
const Xu = /* @__PURE__ */ fr(Uu);
|
|
9951
|
+
var Wo = { exports: {} }, qu = Wo.exports, Hn;
|
|
9952
9952
|
function Gu() {
|
|
9953
9953
|
return Hn || (Hn = 1, function(t, e) {
|
|
9954
9954
|
(function(o, r) {
|
|
9955
9955
|
t.exports = r();
|
|
9956
|
-
})(
|
|
9956
|
+
})(qu, function() {
|
|
9957
9957
|
var o = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, r = {};
|
|
9958
9958
|
return function(n, a, i) {
|
|
9959
9959
|
var s, l = function(f, p, m) {
|
|
@@ -10066,7 +10066,7 @@ function ec() {
|
|
|
10066
10066
|
var tc = ec();
|
|
10067
10067
|
const oc = /* @__PURE__ */ fr(tc);
|
|
10068
10068
|
Ft.extend(oc);
|
|
10069
|
-
Ft.extend(
|
|
10069
|
+
Ft.extend(Xu);
|
|
10070
10070
|
Ft.extend(Qu);
|
|
10071
10071
|
const rc = () => ({
|
|
10072
10072
|
getCondensedDate: ({ date: o }) => Ft(o).format("MM/DD/YYYY"),
|
|
@@ -10092,7 +10092,7 @@ const rc = () => ({
|
|
|
10092
10092
|
});
|
|
10093
10093
|
return (a, i) => (h(), v("span", {
|
|
10094
10094
|
"data-testid": "pv-date-time",
|
|
10095
|
-
class:
|
|
10095
|
+
class: q([
|
|
10096
10096
|
"pv-text-secondary",
|
|
10097
10097
|
{
|
|
10098
10098
|
"pv-text-body-xxs": a.size === "xs",
|
|
@@ -10189,7 +10189,7 @@ const rc = () => ({
|
|
|
10189
10189
|
return (e, o) => e.$slots["tooltip-content"] ? (h(), v("div", {
|
|
10190
10190
|
key: 0,
|
|
10191
10191
|
"data-testid": "pv-tooltip",
|
|
10192
|
-
class:
|
|
10192
|
+
class: q([
|
|
10193
10193
|
"pv-tooltip",
|
|
10194
10194
|
{
|
|
10195
10195
|
"pv-tooltip-small": e.size === "sm"
|
|
@@ -10229,7 +10229,7 @@ const rc = () => ({
|
|
|
10229
10229
|
return (n, a) => (h(), v("ul", {
|
|
10230
10230
|
"data-testid": "pv-tabs",
|
|
10231
10231
|
role: "list",
|
|
10232
|
-
class:
|
|
10232
|
+
class: q({
|
|
10233
10233
|
"pv-tab-list-small": n.size === "lg",
|
|
10234
10234
|
"pv-tab-list": n.size === "xl"
|
|
10235
10235
|
})
|
|
@@ -10247,7 +10247,7 @@ const rc = () => ({
|
|
|
10247
10247
|
name: i.icon
|
|
10248
10248
|
}, null, 8, ["name"])) : B("", !0),
|
|
10249
10249
|
je(" " + L(i.label) + " ", 1),
|
|
10250
|
-
i.counter ? (h(), N(
|
|
10250
|
+
i.counter ? (h(), N(qo, {
|
|
10251
10251
|
key: 1,
|
|
10252
10252
|
value: i.counter,
|
|
10253
10253
|
variant: r(i) ? "primary" : "tertiary",
|
|
@@ -10327,7 +10327,7 @@ const rc = () => ({
|
|
|
10327
10327
|
Q(ya, {
|
|
10328
10328
|
ref_key: "popoverRef",
|
|
10329
10329
|
ref: o,
|
|
10330
|
-
class:
|
|
10330
|
+
class: q({
|
|
10331
10331
|
"pv-hide": !r.open
|
|
10332
10332
|
}),
|
|
10333
10333
|
"css-custom-list-properties": r.cssCustomListProperties,
|
|
@@ -10379,7 +10379,7 @@ const rc = () => ({
|
|
|
10379
10379
|
ref_key: "triggerRef",
|
|
10380
10380
|
ref: r,
|
|
10381
10381
|
"data-testid": "pv-multi-select-button-trigger",
|
|
10382
|
-
class:
|
|
10382
|
+
class: q([
|
|
10383
10383
|
"pv-flex",
|
|
10384
10384
|
"pv-space-between",
|
|
10385
10385
|
{
|
|
@@ -10392,7 +10392,7 @@ const rc = () => ({
|
|
|
10392
10392
|
onClick: a[1] || (a[1] = (i) => n.$emit("handle-toggle-dropdown"))
|
|
10393
10393
|
}, [
|
|
10394
10394
|
n.prefixLabel ? (h(), v("p", wc, L(n.prefixLabel), 1)) : B("", !0),
|
|
10395
|
-
n.counterPosition === "left" ? (h(), N(
|
|
10395
|
+
n.counterPosition === "left" ? (h(), N(qo, {
|
|
10396
10396
|
key: 1,
|
|
10397
10397
|
"data-testid": "pv-multi-select-left-counter-badge",
|
|
10398
10398
|
value: n.counterValue,
|
|
@@ -10410,7 +10410,7 @@ const rc = () => ({
|
|
|
10410
10410
|
size: "sm"
|
|
10411
10411
|
}, null, 8, ["name"])) : B("", !0),
|
|
10412
10412
|
n.isLoading || n.label ? (h(), v("span", $c, L(n.isLoading ? "Loading..." : n.label), 1)) : B("", !0),
|
|
10413
|
-
n.counterPosition === "right" ? (h(), N(
|
|
10413
|
+
n.counterPosition === "right" ? (h(), N(qo, {
|
|
10414
10414
|
key: 5,
|
|
10415
10415
|
"data-testid": "pv-multi-select-right-counter-badge",
|
|
10416
10416
|
value: n.counterValue,
|
|
@@ -10460,7 +10460,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10460
10460
|
"2x": "pv-avatar-md"
|
|
10461
10461
|
};
|
|
10462
10462
|
return (o, r) => (h(), v("div", {
|
|
10463
|
-
class:
|
|
10463
|
+
class: q(e[o.size]),
|
|
10464
10464
|
"data-testid": "pv-avatar"
|
|
10465
10465
|
}, [
|
|
10466
10466
|
o.initials ? (h(), v(re, { key: 0 }, [
|
|
@@ -10500,13 +10500,13 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10500
10500
|
return e.disabled ? r.push("pv-menu-item-disabled") : r.push("pv-menu-item"), r;
|
|
10501
10501
|
});
|
|
10502
10502
|
return (r, n) => (h(), v("a", {
|
|
10503
|
-
class:
|
|
10503
|
+
class: q(["pv-flex", o.value]),
|
|
10504
10504
|
"data-testid": "pv-menu-item",
|
|
10505
10505
|
style: ut(r.disabled ? "color: #7D898D;" : ""),
|
|
10506
10506
|
role: "button",
|
|
10507
10507
|
onClick: n[0] || (n[0] = (a) => r.disabled ? null : r.$emit("handle-selected"))
|
|
10508
10508
|
}, [
|
|
10509
|
-
r.renderer ? (h(), N(Ce(r.renderer),
|
|
10509
|
+
r.renderer ? (h(), N(Ce(r.renderer), Xo(C({ key: 0 }, r.$props)), null, 16)) : (h(), v(re, { key: 1 }, [
|
|
10510
10510
|
r.avatar ? (h(), N(Pc, {
|
|
10511
10511
|
key: 0,
|
|
10512
10512
|
initials: r.avatar.initials,
|
|
@@ -10560,7 +10560,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10560
10560
|
emits: ["handle-selected"],
|
|
10561
10561
|
setup(t) {
|
|
10562
10562
|
return (e, o) => (h(), v("label", {
|
|
10563
|
-
class:
|
|
10563
|
+
class: q(["pv-label pv-label-hover pv-flex", e.classList]),
|
|
10564
10564
|
"data-testid": "pv-menu-checkbox-item",
|
|
10565
10565
|
style: { cursor: "pointer" }
|
|
10566
10566
|
}, [
|
|
@@ -10572,7 +10572,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10572
10572
|
onChange: o[0] || (o[0] = (r) => e.$emit("handle-selected")),
|
|
10573
10573
|
disabled: e.disabled
|
|
10574
10574
|
}, null, 40, Ec),
|
|
10575
|
-
e.renderer ? (h(), N(Ce(e.renderer),
|
|
10575
|
+
e.renderer ? (h(), N(Ce(e.renderer), Xo(C({ key: 0 }, e.$props)), null, 16)) : (h(), v(re, { key: 1 }, [
|
|
10576
10576
|
D("div", Ic, [
|
|
10577
10577
|
D("span", {
|
|
10578
10578
|
class: "pv-text-body-md pv-full-width pv-truncate",
|
|
@@ -10640,7 +10640,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10640
10640
|
};
|
|
10641
10641
|
return (r, n) => (h(), v("div", {
|
|
10642
10642
|
"data-testid": "pv-spinner",
|
|
10643
|
-
class:
|
|
10643
|
+
class: q(o[r.variant]),
|
|
10644
10644
|
style: ut({ "--size": e[r.size] })
|
|
10645
10645
|
}, null, 6));
|
|
10646
10646
|
}
|
|
@@ -10659,12 +10659,12 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10659
10659
|
return null;
|
|
10660
10660
|
}, l = U(() => {
|
|
10661
10661
|
if (!r.value || !n.value || !i.value?.popoverRoot) return 0;
|
|
10662
|
-
let f = r.value.left;
|
|
10663
|
-
(t === "right" || t === "top right") && (f = r.value.left + r.value.width);
|
|
10662
|
+
let f = r.value.left + window.scrollX;
|
|
10663
|
+
(t === "right" || t === "top right") && (f = r.value.left + r.value.width + window.scrollX);
|
|
10664
10664
|
const p = s(i.value.popoverRoot);
|
|
10665
10665
|
if (p) {
|
|
10666
10666
|
const m = p.getBoundingClientRect();
|
|
10667
|
-
f -= m.left;
|
|
10667
|
+
f -= m.left + window.scrollX - p.scrollLeft;
|
|
10668
10668
|
}
|
|
10669
10669
|
return f;
|
|
10670
10670
|
}), u = U(() => {
|
|
@@ -10674,7 +10674,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10674
10674
|
const p = s(i.value.popoverRoot);
|
|
10675
10675
|
if (p) {
|
|
10676
10676
|
const m = p.getBoundingClientRect();
|
|
10677
|
-
f -= m.top + window.scrollY;
|
|
10677
|
+
f -= m.top + window.scrollY - p.scrollTop;
|
|
10678
10678
|
}
|
|
10679
10679
|
return f;
|
|
10680
10680
|
}), d = U(() => {
|
|
@@ -10719,7 +10719,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10719
10719
|
key: 2,
|
|
10720
10720
|
class: "pv-flex pv-inset-block-8",
|
|
10721
10721
|
style: { "justify-content": "center" }
|
|
10722
|
-
},
|
|
10722
|
+
}, Xc = {
|
|
10723
10723
|
class: "pv-sticky pv-surface pv-border-top",
|
|
10724
10724
|
style: { "--flex-justify": "space-between", "--bottom": "0", "padding-top": "0.75rem", "padding-bottom": "0.5rem" }
|
|
10725
10725
|
}, W1 = /* @__PURE__ */ H({
|
|
@@ -10887,10 +10887,10 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10887
10887
|
$.isLoading ? (h(), v("div", Uc, [
|
|
10888
10888
|
Q(Vc, { variant: "dark" })
|
|
10889
10889
|
])) : y.value.length === 0 ? (h(), v(re, { key: 3 }, [
|
|
10890
|
-
$.$slots["no-results"] ? V($.$slots, "no-results",
|
|
10890
|
+
$.$slots["no-results"] ? V($.$slots, "no-results", Xo(C({ key: 0 }, $.$props))) : (h(), N(ei, { key: 1 }))
|
|
10891
10891
|
], 64)) : B("", !0),
|
|
10892
|
-
D("div",
|
|
10893
|
-
$.$slots.footer ? V($.$slots, "footer",
|
|
10892
|
+
D("div", Xc, [
|
|
10893
|
+
$.$slots.footer ? V($.$slots, "footer", Xo(C({ key: 0 }, $.$props))) : B("", !0),
|
|
10894
10894
|
$.showMenuAction ? (h(), N(yc, {
|
|
10895
10895
|
key: 1,
|
|
10896
10896
|
disabled: $.isLoading,
|
|
@@ -10902,7 +10902,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10902
10902
|
_: 3
|
|
10903
10903
|
}, 8, ["open", "teleportLocation", "use-teleport", "css-custom-list-properties", "popoverPositionStyle"])
|
|
10904
10904
|
])), [
|
|
10905
|
-
[ye(
|
|
10905
|
+
[ye(qr), [
|
|
10906
10906
|
g,
|
|
10907
10907
|
{
|
|
10908
10908
|
ignore: [".pv-popover"]
|
|
@@ -10910,7 +10910,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10910
10910
|
]]
|
|
10911
10911
|
]);
|
|
10912
10912
|
}
|
|
10913
|
-
}),
|
|
10913
|
+
}), qc = {
|
|
10914
10914
|
"data-testid": "pv-menu-radio-item",
|
|
10915
10915
|
class: "pv-label pv-label-hover pv-flex",
|
|
10916
10916
|
style: { cursor: "pointer" }
|
|
@@ -10931,7 +10931,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
10931
10931
|
emits: ["handle-selected"],
|
|
10932
10932
|
setup(t) {
|
|
10933
10933
|
const e = `radio-${Uo()?.uid}`;
|
|
10934
|
-
return (o, r) => (h(), v("label",
|
|
10934
|
+
return (o, r) => (h(), v("label", qc, [
|
|
10935
10935
|
D("input", {
|
|
10936
10936
|
type: "radio",
|
|
10937
10937
|
name: e,
|
|
@@ -11089,7 +11089,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
11089
11089
|
_: 1
|
|
11090
11090
|
}, 8, ["open", "teleportLocation", "use-teleport", "popoverPositionStyle"])
|
|
11091
11091
|
])), [
|
|
11092
|
-
[ye(
|
|
11092
|
+
[ye(qr), [
|
|
11093
11093
|
T,
|
|
11094
11094
|
{
|
|
11095
11095
|
ignore: [".pv-popover"]
|
|
@@ -11193,7 +11193,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
11193
11193
|
])
|
|
11194
11194
|
], 8, af));
|
|
11195
11195
|
}
|
|
11196
|
-
}), U1 = /* @__PURE__ */ Ue(uf, [["__scopeId", "data-v-e63422b9"]]), cf = ["for"], ff = ["type", "value", "id"],
|
|
11196
|
+
}), U1 = /* @__PURE__ */ Ue(uf, [["__scopeId", "data-v-e63422b9"]]), cf = ["for"], ff = ["type", "value", "id"], X1 = /* @__PURE__ */ H({
|
|
11197
11197
|
__name: "PvSelectableCard",
|
|
11198
11198
|
props: /* @__PURE__ */ De({
|
|
11199
11199
|
variant: { default: "default" },
|
|
@@ -11209,7 +11209,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
11209
11209
|
const e = Se(t, "modelValue"), o = U(() => t.id ? t.id : `${Math.random()}`);
|
|
11210
11210
|
return (r, n) => (h(), v("label", {
|
|
11211
11211
|
"data-testid": "pv-selectable-card",
|
|
11212
|
-
class:
|
|
11212
|
+
class: q([
|
|
11213
11213
|
"pv-label-selectable-small",
|
|
11214
11214
|
{
|
|
11215
11215
|
"pv-label-selectable-highlight": r.variant === "highlight"
|
|
@@ -11230,7 +11230,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
11230
11230
|
V(r.$slots, "default")
|
|
11231
11231
|
], 10, cf));
|
|
11232
11232
|
}
|
|
11233
|
-
}), pf = { class: "pv-layout-two-sidebar" }, hf = ["data-hidden"], mf = { "data-layout": "main-section" }, gf = ["data-hidden"],
|
|
11233
|
+
}), pf = { class: "pv-layout-two-sidebar" }, hf = ["data-hidden"], mf = { "data-layout": "main-section" }, gf = ["data-hidden"], q1 = /* @__PURE__ */ H({
|
|
11234
11234
|
__name: "PvSidePanel",
|
|
11235
11235
|
props: {
|
|
11236
11236
|
showLeftSidebar: { type: Boolean },
|
|
@@ -11354,7 +11354,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
11354
11354
|
size: o.size
|
|
11355
11355
|
}, null, 8, ["name", "size"]),
|
|
11356
11356
|
D("span", {
|
|
11357
|
-
class:
|
|
11357
|
+
class: q(e[o.size])
|
|
11358
11358
|
}, L(o.label), 3)
|
|
11359
11359
|
]));
|
|
11360
11360
|
}
|
|
@@ -11418,7 +11418,7 @@ const ei = /* @__PURE__ */ Ue(Cc, [["render", xc]]), Bc = ["src"], Pc = /* @__PU
|
|
|
11418
11418
|
})), n = U(() => e.id ? e.id : `${e.label}-${Math.random()}`);
|
|
11419
11419
|
return (a, i) => (h(), v("label", {
|
|
11420
11420
|
"data-testid": "pv-toggle-button",
|
|
11421
|
-
class:
|
|
11421
|
+
class: q(r.value),
|
|
11422
11422
|
for: n.value
|
|
11423
11423
|
}, [
|
|
11424
11424
|
Pe(D("input", {
|
|
@@ -11988,7 +11988,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
11988
11988
|
Pe(D("input", {
|
|
11989
11989
|
"onUpdate:modelValue": r[0] || (r[0] = (n) => e.value = n),
|
|
11990
11990
|
"data-testid": "pv-input",
|
|
11991
|
-
class:
|
|
11991
|
+
class: q([
|
|
11992
11992
|
"pv-input-text",
|
|
11993
11993
|
{
|
|
11994
11994
|
"pv-stack-8": o.lowerLabel,
|
|
@@ -12007,7 +12007,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
12007
12007
|
key: 1,
|
|
12008
12008
|
"data-testid": "pv-input-lower-label",
|
|
12009
12009
|
style: { "margin-left": "12px" },
|
|
12010
|
-
class:
|
|
12010
|
+
class: q([
|
|
12011
12011
|
"pv-text-body-xs",
|
|
12012
12012
|
{
|
|
12013
12013
|
"pv-text-red": o.error,
|
|
@@ -12017,7 +12017,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
12017
12017
|
}, L(o.lowerLabel), 3)) : B("", !0)
|
|
12018
12018
|
], 64));
|
|
12019
12019
|
}
|
|
12020
|
-
}),
|
|
12020
|
+
}), Xf = ["data-rating"], qf = ["value"], nw = /* @__PURE__ */ H({
|
|
12021
12021
|
__name: "PvRating",
|
|
12022
12022
|
props: {
|
|
12023
12023
|
variant: { default: "dot" },
|
|
@@ -12039,8 +12039,8 @@ const ow = /* @__PURE__ */ H({
|
|
|
12039
12039
|
min: "0",
|
|
12040
12040
|
max: "5",
|
|
12041
12041
|
value: r.value
|
|
12042
|
-
}, "4.0 stars", 8,
|
|
12043
|
-
], 12,
|
|
12042
|
+
}, "4.0 stars", 8, qf)
|
|
12043
|
+
], 12, Xf));
|
|
12044
12044
|
}
|
|
12045
12045
|
}), Gf = ["href"], ri = /* @__PURE__ */ H({
|
|
12046
12046
|
__name: "PvCard",
|
|
@@ -12052,7 +12052,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
12052
12052
|
setup(t) {
|
|
12053
12053
|
return (e, o) => (h(), N(Ce(e.interactive ? "button" : "div"), {
|
|
12054
12054
|
"data-testid": "pv-card",
|
|
12055
|
-
class:
|
|
12055
|
+
class: q([
|
|
12056
12056
|
"pv-card pv-inset-square-8",
|
|
12057
12057
|
{
|
|
12058
12058
|
"pv-card-secondary": e.variant === "secondary"
|
|
@@ -12162,7 +12162,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
12162
12162
|
const e = Se(t, "modelValue");
|
|
12163
12163
|
return (o, r) => (h(), v("label", {
|
|
12164
12164
|
for: o.id,
|
|
12165
|
-
class:
|
|
12165
|
+
class: q([
|
|
12166
12166
|
"pv-label pv-switch pv-label-hover",
|
|
12167
12167
|
{
|
|
12168
12168
|
"pv-input-small": o.size === "md"
|
|
@@ -12203,7 +12203,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
12203
12203
|
"max-height": r.value ? "100vh" : `${o.lines * 1.5}em`
|
|
12204
12204
|
}));
|
|
12205
12205
|
return (i, s) => (h(), v("div", {
|
|
12206
|
-
class:
|
|
12206
|
+
class: q([
|
|
12207
12207
|
"pv-inset-square expandable-content",
|
|
12208
12208
|
{
|
|
12209
12209
|
"pv-surface-accent": i.variant === "ghost"
|
|
@@ -12247,7 +12247,7 @@ const ow = /* @__PURE__ */ H({
|
|
|
12247
12247
|
dark: "ai"
|
|
12248
12248
|
};
|
|
12249
12249
|
return (r, n) => (h(), v("div", {
|
|
12250
|
-
class:
|
|
12250
|
+
class: q(e[r.variant])
|
|
12251
12251
|
}, [
|
|
12252
12252
|
Q($e, {
|
|
12253
12253
|
name: r.icon ? r.icon : o[r.variant],
|
|
@@ -12267,11 +12267,11 @@ const ow = /* @__PURE__ */ H({
|
|
|
12267
12267
|
le.extend({
|
|
12268
12268
|
name: "common"
|
|
12269
12269
|
});
|
|
12270
|
-
var dp = { transitionDuration: "{transition.duration}" }, up = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, cp = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{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" } }, fp = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, pp = { root: dp, panel: up, header: cp, content: fp }, hp = { 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}" }, mp = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, gp = { padding: "{list.padding}", gap: "{list.gap}" }, vp = { 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}" }, bp = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, yp = { 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}" } }, kp = { borderRadius: "{border.radius.sm}" }, wp = { padding: "{list.option.padding}" }, $p = { 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}" } } }, Cp = { root: hp, overlay: mp, list: gp, option: vp, optionGroup: bp, dropdown: yp, chip: kp, emptyMessage: wp, colorScheme: $p }, Sp = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, xp = { size: "1rem" }, Bp = { borderColor: "{content.background}", offset: "-0.75rem" }, Pp = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Dp = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Tp = { root: Sp, icon: xp, group: Bp, lg: Pp, xl: Dp }, Mp = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Op = { size: "0.5rem" }, _p = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ep = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Ip = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Rp = { 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}" } } }, Lp = { root: Mp, dot: Op, sm: _p, lg: Ep, xl: Ip, colorScheme: Rp }, zp = { 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" } }, Ap = { 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}" } } } } }, Vp = { primitive: zp, semantic: Ap }, Np = { borderRadius: "{content.border.radius}" }, Fp = { root: Np }, jp = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Hp = { 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}" } }, Yp = { color: "{navigation.item.icon.color}" }, Wp = { root: jp, item: Hp, separator: Yp }, Kp = { 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}" }, Up = { 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}" } } }, qp = { root: Kp, colorScheme: Up }, Xp = { 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)" }, Gp = { padding: "1.25rem", gap: "0.5rem" }, Zp = { gap: "0.5rem" }, Qp = { fontSize: "1.25rem", fontWeight: "500" }, Jp = { color: "{text.muted.color}" }, eh = { root: Xp, body: Gp, caption: Zp, title: Qp, subtitle: Jp }, th = { transitionDuration: "{transition.duration}" }, oh = { gap: "0.25rem" }, rh = { padding: "1rem", gap: "0.5rem" }, nh = { 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}" } }, ah = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ih = { root: th, content: oh, indicatorList: rh, indicator: nh, colorScheme: ah }, lh = { 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}" } }, sh = { width: "2.5rem", color: "{form.field.icon.color}" }, dh = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, uh = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, ch = { 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" } }, fh = { color: "{form.field.icon.color}" }, ph = { root: lh, dropdown: sh, overlay: dh, list: uh, option: ch, clearIcon: fh }, hh = { 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" } }, mh = { 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" } }, gh = { root: hh, icon: mh }, vh = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, bh = { width: "2rem", height: "2rem" }, yh = { size: "1rem" }, kh = { 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}" } }, wh = { 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}" } } }, $h = { root: vh, image: bh, icon: yh, removeIcon: kh, colorScheme: wh }, Ch = { transitionDuration: "{transition.duration}" }, Sh = { 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}" } }, xh = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bh = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ph = { root: Ch, preview: Sh, panel: xh, colorScheme: Bh }, Dh = { size: "2rem", color: "{overlay.modal.color}" }, Th = { gap: "1rem" }, Mh = { icon: Dh, content: Th }, Oh = { 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" }, _h = { padding: "{overlay.popover.padding}", gap: "1rem" }, Eh = { size: "1.5rem", color: "{overlay.popover.color}" }, Ih = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Rh = { root: Oh, content: _h, icon: Eh, footer: Ih }, Lh = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, zh = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ah = { 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}" } }, Vh = { mobileIndent: "1rem" }, Nh = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Fh = { borderColor: "{content.border.color}" }, jh = { root: Lh, list: zh, item: Ah, submenu: Vh, submenuIcon: Nh, separator: Fh }, Hh = { transitionDuration: "{transition.duration}" }, Yh = { 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" } }, Wh = { 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" } }, Kh = { fontWeight: "600" }, Uh = { 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}" } }, qh = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Xh = { 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" } }, Gh = { fontWeight: "600" }, Zh = { 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" } }, Qh = { color: "{primary.color}" }, Jh = { width: "0.5rem" }, em = { width: "1px", color: "{primary.color}" }, tm = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, om = { size: "2rem" }, rm = { 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}" } }, nm = { 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}" } }, am = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, im = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, lm = { 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}" } } }, sm = { root: Hh, header: Yh, headerCell: Wh, columnTitle: Kh, row: Uh, bodyCell: qh, footerCell: Xh, columnFooter: Gh, footer: Zh, dropPoint: Qh, columnResizer: Jh, resizeIndicator: em, sortIcon: tm, loadingIcon: om, rowToggleButton: rm, filter: nm, paginatorTop: am, paginatorBottom: im, colorScheme: lm }, dm = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, um = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, cm = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, fm = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, pm = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, hm = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, mm = { root: dm, header: um, content: cm, footer: fm, paginatorTop: pm, paginatorBottom: hm }, gm = { transitionDuration: "{transition.duration}" }, vm = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, bm = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ym = { gap: "0.5rem", fontWeight: "500" }, km = { 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}" } }, wm = { color: "{form.field.icon.color}" }, $m = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Cm = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sm = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, xm = { margin: "0.5rem 0 0 0" }, Bm = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Pm = { 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}" } }, Dm = { margin: "0.5rem 0 0 0" }, Tm = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Mm = { margin: "0.5rem 0 0 0" }, Om = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, _m = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Em = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Im = { 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}" } } }, Rm = { root: gm, panel: vm, header: bm, title: ym, dropdown: km, inputIcon: wm, selectMonth: $m, selectYear: Cm, group: Sm, dayView: xm, weekDay: Bm, date: Pm, monthView: Dm, month: Tm, yearView: Mm, year: Om, buttonbar: _m, timePicker: Em, colorScheme: Im }, Lm = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, zm = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Am = { fontSize: "1.25rem", fontWeight: "600" }, Vm = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Nm = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Fm = { root: Lm, header: zm, title: Am, content: Vm, footer: Nm }, jm = { borderColor: "{content.border.color}" }, Hm = { background: "{content.background}", color: "{text.color}" }, Ym = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Wm = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Km = { root: jm, content: Hm, horizontal: Ym, vertical: Wm }, Um = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, qm = { 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}" } }, Xm = { root: Um, item: qm }, Gm = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Zm = { padding: "{overlay.modal.padding}" }, Qm = { fontSize: "1.5rem", fontWeight: "600" }, Jm = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, eg = { padding: "{overlay.modal.padding}" }, tg = { root: Gm, header: Zm, title: Qm, content: Jm, footer: eg }, og = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, rg = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, ng = { 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}" }, ag = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ig = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, lg = { toolbar: og, toolbarItem: rg, overlay: ng, overlayOption: ag, content: ig }, sg = { 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}" }, dg = { 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}" } }, ug = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, cg = { padding: "0" }, fg = { root: sg, legend: dg, toggleIcon: ug, content: cg }, pg = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, hg = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, mg = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, gg = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, vg = { gap: "0.5rem" }, bg = { height: "0.25rem" }, yg = { gap: "0.5rem" }, kg = { root: pg, header: hg, content: mg, file: gg, fileList: vg, progressbar: bg, basic: yg }, wg = { 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" } }, $g = { active: { top: "-1.25rem" } }, Cg = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Sg = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, xg = { root: wg, over: $g, in: Cg, on: Sg }, Bg = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Pg = { 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}" } }, Dg = { size: "1.5rem" }, Tg = { background: "{content.background}", padding: "1rem 0.25rem" }, Mg = { 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}" } }, Og = { size: "1rem" }, _g = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Eg = { gap: "0.5rem", padding: "1rem" }, Ig = { 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}" } }, Rg = { background: "rgba(0, 0, 0, 0.5)" }, Lg = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, zg = { 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}" } }, Ag = { size: "1.5rem" }, Vg = { 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}" } } }, Ng = { root: Bg, navButton: Pg, navIcon: Dg, thumbnailsContent: Tg, thumbnailNavButton: Mg, thumbnailNavButtonIcon: Og, caption: _g, indicatorList: Eg, indicatorButton: Ig, insetIndicatorList: Rg, insetIndicatorButton: Lg, closeButton: zg, closeButtonIcon: Ag, colorScheme: Vg }, Fg = { color: "{form.field.icon.color}" }, jg = { icon: Fg }, Hg = { 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" }, Yg = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Wg = { root: Hg, input: Yg }, Kg = { transitionDuration: "{transition.duration}" }, Ug = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, qg = { 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" }, Xg = { 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}" } }, Gg = { root: Kg, preview: Ug, toolbar: qg, action: Xg }, Zg = { 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}" } }, Qg = { handle: Zg }, Jg = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ev = { fontWeight: "500" }, tv = { size: "1rem" }, ov = { 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%)" } } }, rv = { root: Jg, text: ev, icon: tv, colorScheme: ov }, nv = { 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}" }, av = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, iv = { root: nv, display: av }, lv = { 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}" }, sv = { borderRadius: "{border.radius.sm}" }, dv = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, uv = { root: lv, chip: sv, colorScheme: dv }, cv = { 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" }, fv = { addon: cv }, pv = { transitionDuration: "{transition.duration}" }, hv = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, mv = { 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}" } } }, gv = { root: pv, button: hv, colorScheme: mv }, vv = { gap: "0.5rem" }, bv = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, yv = { root: vv, input: bv }, kv = { 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}" } }, wv = { root: kv }, $v = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Cv = { background: "{primary.color}" }, Sv = { background: "{content.border.color}" }, xv = { color: "{text.muted.color}" }, Bv = { root: $v, value: Cv, range: Sv, text: xv }, Pv = { 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}" }, Dv = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Tv = { 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}" }, Mv = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ov = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, _v = { padding: "{list.option.padding}" }, Ev = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Iv = { root: Pv, list: Dv, option: Tv, optionGroup: Mv, checkmark: Ov, emptyMessage: _v, colorScheme: Ev }, Rv = { 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}" }, Lv = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, zv = { 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}" } }, Av = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Vv = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Nv = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background.}", color: "{navigation.submenu.label.color}" }, Fv = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, jv = { borderColor: "{content.border.color}" }, Hv = { 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}" } }, Yv = { root: Rv, baseItem: Lv, item: zv, overlay: Av, submenu: Vv, submenuLabel: Nv, submenuIcon: Fv, separator: jv, mobileButton: Hv }, Wv = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Kv = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Uv = { 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}" } }, qv = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Xv = { borderColor: "{content.border.color}" }, Gv = { root: Wv, list: Kv, item: Uv, submenuLabel: qv, separator: Xv }, Zv = { 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}" }, Qv = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, 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}" } }, eb = { 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}" } }, tb = { borderColor: "{content.border.color}" }, ob = { 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}" } }, rb = { root: Zv, baseItem: Qv, item: Jv, submenu: eb, separator: tb, mobileButton: ob }, nb = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ab = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ib = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, lb = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sb = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, db = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, ub = { root: { borderWidth: "1px" } }, cb = { content: { padding: "0" } }, fb = { 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}" } } } }, pb = { root: nb, content: ab, text: ib, icon: lb, closeButton: sb, closeIcon: db, outlined: ub, simple: cb, colorScheme: fb }, hb = { borderRadius: "{content.border.radius}", gap: "1rem" }, mb = { background: "{content.border.color}", size: "0.5rem" }, gb = { gap: "0.5rem" }, vb = { size: "0.5rem" }, bb = { size: "1rem" }, yb = { verticalGap: "0.5rem", horizontalGap: "1rem" }, kb = { root: hb, meters: mb, label: gb, labelMarker: vb, labelIcon: bb, labelList: yb }, wb = { 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}" } }, $b = { width: "2.5rem", color: "{form.field.icon.color}" }, Cb = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Sb = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, xb = { 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" }, Bb = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pb = { color: "{form.field.icon.color}" }, Db = { borderRadius: "{border.radius.sm}" }, Tb = { padding: "{list.option.padding}" }, Mb = { root: wb, dropdown: $b, overlay: Cb, list: Sb, option: xb, optionGroup: Bb, chip: Db, clearIcon: Pb, emptyMessage: Tb }, Ob = { gap: "1.125rem" }, _b = { gap: "0.5rem" }, Eb = { root: Ob, controls: _b }, Ib = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Rb = { 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}" }, Lb = { 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}" } }, zb = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Ab = { root: Ib, node: Rb, nodeToggleButton: Lb, connector: zb }, Vb = { outline: { width: "2px", color: "{content.background}" } }, Nb = { root: Vb }, Fb = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, jb = { 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}" } }, Hb = { color: "{text.muted.color}" }, Yb = { maxWidth: "2.5rem" }, Wb = { root: Fb, navButton: jb, currentPageReport: Hb, jumpToPageInput: Yb }, Kb = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ub = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, qb = { padding: "0.375rem 1.125rem" }, Xb = { fontWeight: "600" }, Gb = { padding: "0 1.125rem 1.125rem 1.125rem" }, Zb = { padding: "0 1.125rem 1.125rem 1.125rem" }, Qb = { root: Kb, header: Ub, toggleableHeader: qb, title: Xb, content: Gb, footer: Zb }, Jb = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, e0 = { 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}" } }, t0 = { 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}" } }, o0 = { indent: "1rem" }, r0 = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, n0 = { root: Jb, panel: e0, item: t0, submenu: o0, submenuIcon: r0 }, a0 = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, i0 = { color: "{form.field.icon.color}" }, l0 = { 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}" }, s0 = { gap: "0.5rem" }, d0 = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, u0 = { meter: a0, icon: i0, overlay: l0, content: s0, colorScheme: d0 }, c0 = { gap: "1.125rem" }, f0 = { gap: "0.5rem" }, p0 = { root: c0, controls: f0 }, h0 = { 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" }, m0 = { padding: "{overlay.popover.padding}" }, g0 = { root: h0, content: m0 }, v0 = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, b0 = { background: "{primary.color}" }, y0 = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, k0 = { root: v0, value: b0, label: y0 }, w0 = { 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}" } } }, $0 = { colorScheme: w0 }, C0 = { 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" } }, S0 = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, x0 = { root: C0, icon: S0 }, B0 = { 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}" } }, P0 = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, D0 = { root: B0, icon: P0 }, T0 = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, M0 = { colorScheme: T0 }, O0 = { transitionDuration: "{transition.duration}" }, _0 = { 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}" } }, E0 = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, I0 = { root: O0, bar: _0, colorScheme: E0 }, R0 = { 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}" } }, L0 = { width: "2.5rem", color: "{form.field.icon.color}" }, z0 = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, A0 = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, V0 = { 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}" }, N0 = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, F0 = { color: "{form.field.icon.color}" }, j0 = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, H0 = { padding: "{list.option.padding}" }, Y0 = { root: R0, dropdown: L0, overlay: z0, list: A0, option: V0, optionGroup: N0, clearIcon: F0, checkmark: j0, emptyMessage: H0 }, W0 = { borderRadius: "{form.field.border.radius}" }, K0 = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, U0 = { root: W0, colorScheme: K0 }, q0 = { borderRadius: "{content.border.radius}" }, X0 = { 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)" } } }, G0 = { root: q0, colorScheme: X0 }, Z0 = { transitionDuration: "{transition.duration}" }, Q0 = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, J0 = { background: "{primary.color}" }, ey = { 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}" } }, ty = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, oy = { root: Z0, track: Q0, range: J0, handle: ey, colorScheme: ty }, ry = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ny = { root: ry }, ay = { 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)" }, iy = { root: ay }, ly = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sy = { background: "{content.border.color}" }, dy = { 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}" } }, uy = { root: ly, gutter: sy, handle: dy }, cy = { transitionDuration: "{transition.duration}" }, fy = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, py = { padding: "0.5rem", gap: "1rem" }, hy = { 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" }, my = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, gy = { 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)" }, vy = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, by = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, yy = { root: cy, separator: fy, step: py, stepHeader: hy, stepTitle: my, stepNumber: gy, steppanels: vy, steppanel: by }, ky = { transitionDuration: "{transition.duration}" }, wy = { background: "{content.border.color}" }, $y = { 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" }, Cy = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Sy = { 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)" }, xy = { root: ky, separator: wy, itemLink: $y, itemLabel: Cy, itemNumber: Sy }, By = { transitionDuration: "{transition.duration}" }, Py = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Dy = { 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}" } }, Ty = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, My = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oy = { root: By, tablist: Py, item: Dy, itemIcon: Ty, activeBar: My }, _y = { transitionDuration: "{transition.duration}" }, Ey = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Iy = { 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}" } }, Ry = { 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}" } }, Ly = { 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}" } }, zy = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Ay = { 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%)" } } }, Vy = { root: _y, tablist: Ey, tab: Iy, tabpanel: Ry, navButton: Ly, activeBar: zy, colorScheme: Ay }, Ny = { transitionDuration: "{transition.duration}" }, Fy = { background: "{content.background}", borderColor: "{content.border.color}" }, jy = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Hy = { background: "{content.background}", color: "{content.color}" }, Yy = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Wy = { 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%)" } } }, Ky = { root: Ny, tabList: Fy, tab: jy, tabPanel: Hy, navButton: Yy, colorScheme: Wy }, Uy = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, qy = { size: "0.75rem" }, Xy = { 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}" } } }, Gy = { root: Uy, icon: qy, colorScheme: Xy }, Zy = { 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}" }, Qy = { gap: "0.25rem" }, Jy = { margin: "2px 0" }, ek = { root: Zy, prompt: Qy, commandResponse: Jy }, tk = { 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}" } }, ok = { root: tk }, rk = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, nk = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ak = { 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}" } }, ik = { mobileIndent: "1rem" }, lk = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, sk = { borderColor: "{content.border.color}" }, dk = { root: rk, list: nk, item: ak, submenu: ik, submenuIcon: lk, separator: sk }, uk = { minHeight: "5rem" }, ck = { eventContent: { padding: "1rem 0" } }, fk = { eventContent: { padding: "0 1rem" } }, pk = { 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)" } }, hk = { color: "{content.border.color}", size: "2px" }, mk = { event: uk, horizontal: ck, vertical: fk, eventMarker: pk, eventConnector: hk }, gk = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, vk = { size: "1.125rem" }, bk = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, yk = { gap: "0.5rem" }, kk = { fontWeight: "500", fontSize: "1rem" }, wk = { fontWeight: "500", fontSize: "0.875rem" }, $k = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Ck = { size: "1rem" }, Sk = { 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" } } } } }, xk = { root: gk, icon: vk, content: bk, text: yk, summary: kk, detail: wk, closeButton: $k, closeIcon: Ck, colorScheme: Sk }, Bk = { 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" } }, Pk = { disabledColor: "{form.field.disabled.color}" }, Dk = { 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" } }, Tk = { 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}" } } }, Mk = { root: Bk, icon: Pk, content: Dk, colorScheme: Tk }, Ok = { 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" }, _k = { borderRadius: "50%", size: "1rem" }, Ek = { 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}" } } }, Ik = { root: Ok, handle: _k, colorScheme: Ek }, Rk = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Lk = { root: Rk }, zk = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Ak = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Vk = { root: zk, colorScheme: Ak }, Nk = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Fk = { 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" }, jk = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Hk = { 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}" } }, Yk = { size: "2rem" }, Wk = { margin: "0 0 0.5rem 0" }, Kk = { root: Nk, node: Fk, nodeIcon: jk, nodeToggleButton: Hk, loadingIcon: Yk, filter: Wk }, Uk = { 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}" } }, qk = { width: "2.5rem", color: "{form.field.icon.color}" }, Xk = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Gk = { padding: "{list.padding}" }, Zk = { padding: "{list.option.padding}" }, Qk = { borderRadius: "{border.radius.sm}" }, Jk = { color: "{form.field.icon.color}" }, e1 = { root: Uk, dropdown: qk, overlay: Xk, tree: Gk, emptyMessage: Zk, chip: Qk, clearIcon: Jk }, t1 = { transitionDuration: "{transition.duration}" }, o1 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, r1 = { 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}" } }, n1 = { fontWeight: "600" }, a1 = { 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}" } }, i1 = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, l1 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, s1 = { fontWeight: "600" }, d1 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, u1 = { width: "0.5rem" }, c1 = { width: "1px", color: "{primary.color}" }, f1 = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, p1 = { size: "2rem" }, h1 = { 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}" } }, m1 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, g1 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, v1 = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, b1 = { root: t1, header: o1, headerCell: r1, columnTitle: n1, row: a1, bodyCell: i1, footerCell: l1, columnFooter: s1, footer: d1, columnResizer: u1, resizeIndicator: c1, sortIcon: f1, loadingIcon: p1, nodeToggleButton: h1, paginatorTop: m1, paginatorBottom: g1, colorScheme: v1 }, y1 = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, k1 = { loader: y1 }, w1 = Object.defineProperty, $1 = Object.defineProperties, C1 = Object.getOwnPropertyDescriptors, qn = Object.getOwnPropertySymbols, S1 = Object.prototype.hasOwnProperty, x1 = Object.prototype.propertyIsEnumerable, Xn = (t, e, o) => e in t ? w1(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o, Gn, B1 = (Gn = ((t, e) => {
|
|
12271
|
-
for (var o in e || (e = {})) S1.call(e, o) &&
|
|
12272
|
-
if (
|
|
12270
|
+
var dp = { transitionDuration: "{transition.duration}" }, up = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, cp = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{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" } }, fp = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, pp = { root: dp, panel: up, header: cp, content: fp }, hp = { 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}" }, mp = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, gp = { padding: "{list.padding}", gap: "{list.gap}" }, vp = { 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}" }, bp = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, yp = { 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}" } }, kp = { borderRadius: "{border.radius.sm}" }, wp = { padding: "{list.option.padding}" }, $p = { 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}" } } }, Cp = { root: hp, overlay: mp, list: gp, option: vp, optionGroup: bp, dropdown: yp, chip: kp, emptyMessage: wp, colorScheme: $p }, Sp = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, xp = { size: "1rem" }, Bp = { borderColor: "{content.background}", offset: "-0.75rem" }, Pp = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, Dp = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, Tp = { root: Sp, icon: xp, group: Bp, lg: Pp, xl: Dp }, Mp = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, Op = { size: "0.5rem" }, _p = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, Ep = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Ip = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, Rp = { 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}" } } }, Lp = { root: Mp, dot: Op, sm: _p, lg: Ep, xl: Ip, colorScheme: Rp }, zp = { 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" } }, Ap = { 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}" } } } } }, Vp = { primitive: zp, semantic: Ap }, Np = { borderRadius: "{content.border.radius}" }, Fp = { root: Np }, jp = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Hp = { 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}" } }, Yp = { color: "{navigation.item.icon.color}" }, Wp = { root: jp, item: Hp, separator: Yp }, Kp = { 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}" }, Up = { 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}" } } }, Xp = { root: Kp, colorScheme: Up }, qp = { 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)" }, Gp = { padding: "1.25rem", gap: "0.5rem" }, Zp = { gap: "0.5rem" }, Qp = { fontSize: "1.25rem", fontWeight: "500" }, Jp = { color: "{text.muted.color}" }, eh = { root: qp, body: Gp, caption: Zp, title: Qp, subtitle: Jp }, th = { transitionDuration: "{transition.duration}" }, oh = { gap: "0.25rem" }, rh = { padding: "1rem", gap: "0.5rem" }, nh = { 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}" } }, ah = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, ih = { root: th, content: oh, indicatorList: rh, indicator: nh, colorScheme: ah }, lh = { 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}" } }, sh = { width: "2.5rem", color: "{form.field.icon.color}" }, dh = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, uh = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, ch = { 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" } }, fh = { color: "{form.field.icon.color}" }, ph = { root: lh, dropdown: sh, overlay: dh, list: uh, option: ch, clearIcon: fh }, hh = { 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" } }, mh = { 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" } }, gh = { root: hh, icon: mh }, vh = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, bh = { width: "2rem", height: "2rem" }, yh = { size: "1rem" }, kh = { 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}" } }, wh = { 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}" } } }, $h = { root: vh, image: bh, icon: yh, removeIcon: kh, colorScheme: wh }, Ch = { transitionDuration: "{transition.duration}" }, Sh = { 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}" } }, xh = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, Bh = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, Ph = { root: Ch, preview: Sh, panel: xh, colorScheme: Bh }, Dh = { size: "2rem", color: "{overlay.modal.color}" }, Th = { gap: "1rem" }, Mh = { icon: Dh, content: Th }, Oh = { 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" }, _h = { padding: "{overlay.popover.padding}", gap: "1rem" }, Eh = { size: "1.5rem", color: "{overlay.popover.color}" }, Ih = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Rh = { root: Oh, content: _h, icon: Eh, footer: Ih }, Lh = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, zh = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ah = { 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}" } }, Vh = { mobileIndent: "1rem" }, Nh = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Fh = { borderColor: "{content.border.color}" }, jh = { root: Lh, list: zh, item: Ah, submenu: Vh, submenuIcon: Nh, separator: Fh }, Hh = { transitionDuration: "{transition.duration}" }, Yh = { 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" } }, Wh = { 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" } }, Kh = { fontWeight: "600" }, Uh = { 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}" } }, Xh = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, qh = { 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" } }, Gh = { fontWeight: "600" }, Zh = { 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" } }, Qh = { color: "{primary.color}" }, Jh = { width: "0.5rem" }, em = { width: "1px", color: "{primary.color}" }, tm = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, om = { size: "2rem" }, rm = { 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}" } }, nm = { 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}" } }, am = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, im = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, lm = { 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}" } } }, sm = { root: Hh, header: Yh, headerCell: Wh, columnTitle: Kh, row: Uh, bodyCell: Xh, footerCell: qh, columnFooter: Gh, footer: Zh, dropPoint: Qh, columnResizer: Jh, resizeIndicator: em, sortIcon: tm, loadingIcon: om, rowToggleButton: rm, filter: nm, paginatorTop: am, paginatorBottom: im, colorScheme: lm }, dm = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, um = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, cm = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, fm = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, pm = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, hm = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, mm = { root: dm, header: um, content: cm, footer: fm, paginatorTop: pm, paginatorBottom: hm }, gm = { transitionDuration: "{transition.duration}" }, vm = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, bm = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ym = { gap: "0.5rem", fontWeight: "500" }, km = { 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}" } }, wm = { color: "{form.field.icon.color}" }, $m = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Cm = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, Sm = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, xm = { margin: "0.5rem 0 0 0" }, Bm = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, Pm = { 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}" } }, Dm = { margin: "0.5rem 0 0 0" }, Tm = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, Mm = { margin: "0.5rem 0 0 0" }, Om = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, _m = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Em = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Im = { 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}" } } }, Rm = { root: gm, panel: vm, header: bm, title: ym, dropdown: km, inputIcon: wm, selectMonth: $m, selectYear: Cm, group: Sm, dayView: xm, weekDay: Bm, date: Pm, monthView: Dm, month: Tm, yearView: Mm, year: Om, buttonbar: _m, timePicker: Em, colorScheme: Im }, Lm = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, zm = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, Am = { fontSize: "1.25rem", fontWeight: "600" }, Vm = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Nm = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Fm = { root: Lm, header: zm, title: Am, content: Vm, footer: Nm }, jm = { borderColor: "{content.border.color}" }, Hm = { background: "{content.background}", color: "{text.color}" }, Ym = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Wm = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Km = { root: jm, content: Hm, horizontal: Ym, vertical: Wm }, Um = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Xm = { 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}" } }, qm = { root: Um, item: Xm }, Gm = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Zm = { padding: "{overlay.modal.padding}" }, Qm = { fontSize: "1.5rem", fontWeight: "600" }, Jm = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, eg = { padding: "{overlay.modal.padding}" }, tg = { root: Gm, header: Zm, title: Qm, content: Jm, footer: eg }, og = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, rg = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, ng = { 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}" }, ag = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, ig = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, lg = { toolbar: og, toolbarItem: rg, overlay: ng, overlayOption: ag, content: ig }, sg = { 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}" }, dg = { 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}" } }, ug = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, cg = { padding: "0" }, fg = { root: sg, legend: dg, toggleIcon: ug, content: cg }, pg = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, hg = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, mg = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, gg = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, vg = { gap: "0.5rem" }, bg = { height: "0.25rem" }, yg = { gap: "0.5rem" }, kg = { root: pg, header: hg, content: mg, file: gg, fileList: vg, progressbar: bg, basic: yg }, wg = { 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" } }, $g = { active: { top: "-1.25rem" } }, Cg = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, Sg = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, xg = { root: wg, over: $g, in: Cg, on: Sg }, Bg = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, Pg = { 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}" } }, Dg = { size: "1.5rem" }, Tg = { background: "{content.background}", padding: "1rem 0.25rem" }, Mg = { 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}" } }, Og = { size: "1rem" }, _g = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Eg = { gap: "0.5rem", padding: "1rem" }, Ig = { 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}" } }, Rg = { background: "rgba(0, 0, 0, 0.5)" }, Lg = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, zg = { 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}" } }, Ag = { size: "1.5rem" }, Vg = { 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}" } } }, Ng = { root: Bg, navButton: Pg, navIcon: Dg, thumbnailsContent: Tg, thumbnailNavButton: Mg, thumbnailNavButtonIcon: Og, caption: _g, indicatorList: Eg, indicatorButton: Ig, insetIndicatorList: Rg, insetIndicatorButton: Lg, closeButton: zg, closeButtonIcon: Ag, colorScheme: Vg }, Fg = { color: "{form.field.icon.color}" }, jg = { icon: Fg }, Hg = { 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" }, Yg = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Wg = { root: Hg, input: Yg }, Kg = { transitionDuration: "{transition.duration}" }, Ug = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Xg = { 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" }, qg = { 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}" } }, Gg = { root: Kg, preview: Ug, toolbar: Xg, action: qg }, Zg = { 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}" } }, Qg = { handle: Zg }, Jg = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, ev = { fontWeight: "500" }, tv = { size: "1rem" }, ov = { 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%)" } } }, rv = { root: Jg, text: ev, icon: tv, colorScheme: ov }, nv = { 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}" }, av = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, iv = { root: nv, display: av }, lv = { 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}" }, sv = { borderRadius: "{border.radius.sm}" }, dv = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, uv = { root: lv, chip: sv, colorScheme: dv }, cv = { 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" }, fv = { addon: cv }, pv = { transitionDuration: "{transition.duration}" }, hv = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, mv = { 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}" } } }, gv = { root: pv, button: hv, colorScheme: mv }, vv = { gap: "0.5rem" }, bv = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, yv = { root: vv, input: bv }, kv = { 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}" } }, wv = { root: kv }, $v = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Cv = { background: "{primary.color}" }, Sv = { background: "{content.border.color}" }, xv = { color: "{text.muted.color}" }, Bv = { root: $v, value: Cv, range: Sv, text: xv }, Pv = { 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}" }, Dv = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Tv = { 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}" }, Mv = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Ov = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, _v = { padding: "{list.option.padding}" }, Ev = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Iv = { root: Pv, list: Dv, option: Tv, optionGroup: Mv, checkmark: Ov, emptyMessage: _v, colorScheme: Ev }, Rv = { 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}" }, Lv = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, zv = { 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}" } }, Av = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Vv = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Nv = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background.}", color: "{navigation.submenu.label.color}" }, Fv = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, jv = { borderColor: "{content.border.color}" }, Hv = { 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}" } }, Yv = { root: Rv, baseItem: Lv, item: zv, overlay: Av, submenu: Vv, submenuLabel: Nv, submenuIcon: Fv, separator: jv, mobileButton: Hv }, Wv = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Kv = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Uv = { 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}" } }, Xv = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, qv = { borderColor: "{content.border.color}" }, Gv = { root: Wv, list: Kv, item: Uv, submenuLabel: Xv, separator: qv }, Zv = { 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}" }, Qv = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, 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}" } }, eb = { 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}" } }, tb = { borderColor: "{content.border.color}" }, ob = { 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}" } }, rb = { root: Zv, baseItem: Qv, item: Jv, submenu: eb, separator: tb, mobileButton: ob }, nb = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, ab = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, ib = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, lb = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, sb = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, db = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, ub = { root: { borderWidth: "1px" } }, cb = { content: { padding: "0" } }, fb = { 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}" } } } }, pb = { root: nb, content: ab, text: ib, icon: lb, closeButton: sb, closeIcon: db, outlined: ub, simple: cb, colorScheme: fb }, hb = { borderRadius: "{content.border.radius}", gap: "1rem" }, mb = { background: "{content.border.color}", size: "0.5rem" }, gb = { gap: "0.5rem" }, vb = { size: "0.5rem" }, bb = { size: "1rem" }, yb = { verticalGap: "0.5rem", horizontalGap: "1rem" }, kb = { root: hb, meters: mb, label: gb, labelMarker: vb, labelIcon: bb, labelList: yb }, wb = { 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}" } }, $b = { width: "2.5rem", color: "{form.field.icon.color}" }, Cb = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Sb = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, xb = { 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" }, Bb = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pb = { color: "{form.field.icon.color}" }, Db = { borderRadius: "{border.radius.sm}" }, Tb = { padding: "{list.option.padding}" }, Mb = { root: wb, dropdown: $b, overlay: Cb, list: Sb, option: xb, optionGroup: Bb, chip: Db, clearIcon: Pb, emptyMessage: Tb }, Ob = { gap: "1.125rem" }, _b = { gap: "0.5rem" }, Eb = { root: Ob, controls: _b }, Ib = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Rb = { 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}" }, Lb = { 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}" } }, zb = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, Ab = { root: Ib, node: Rb, nodeToggleButton: Lb, connector: zb }, Vb = { outline: { width: "2px", color: "{content.background}" } }, Nb = { root: Vb }, Fb = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, jb = { 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}" } }, Hb = { color: "{text.muted.color}" }, Yb = { maxWidth: "2.5rem" }, Wb = { root: Fb, navButton: jb, currentPageReport: Hb, jumpToPageInput: Yb }, Kb = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ub = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Xb = { padding: "0.375rem 1.125rem" }, qb = { fontWeight: "600" }, Gb = { padding: "0 1.125rem 1.125rem 1.125rem" }, Zb = { padding: "0 1.125rem 1.125rem 1.125rem" }, Qb = { root: Kb, header: Ub, toggleableHeader: Xb, title: qb, content: Gb, footer: Zb }, Jb = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, e0 = { 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}" } }, t0 = { 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}" } }, o0 = { indent: "1rem" }, r0 = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, n0 = { root: Jb, panel: e0, item: t0, submenu: o0, submenuIcon: r0 }, a0 = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, i0 = { color: "{form.field.icon.color}" }, l0 = { 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}" }, s0 = { gap: "0.5rem" }, d0 = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, u0 = { meter: a0, icon: i0, overlay: l0, content: s0, colorScheme: d0 }, c0 = { gap: "1.125rem" }, f0 = { gap: "0.5rem" }, p0 = { root: c0, controls: f0 }, h0 = { 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" }, m0 = { padding: "{overlay.popover.padding}" }, g0 = { root: h0, content: m0 }, v0 = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, b0 = { background: "{primary.color}" }, y0 = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, k0 = { root: v0, value: b0, label: y0 }, w0 = { 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}" } } }, $0 = { colorScheme: w0 }, C0 = { 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" } }, S0 = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, x0 = { root: C0, icon: S0 }, B0 = { 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}" } }, P0 = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, D0 = { root: B0, icon: P0 }, T0 = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, M0 = { colorScheme: T0 }, O0 = { transitionDuration: "{transition.duration}" }, _0 = { 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}" } }, E0 = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, I0 = { root: O0, bar: _0, colorScheme: E0 }, R0 = { 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}" } }, L0 = { width: "2.5rem", color: "{form.field.icon.color}" }, z0 = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, A0 = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, V0 = { 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}" }, N0 = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, F0 = { color: "{form.field.icon.color}" }, j0 = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, H0 = { padding: "{list.option.padding}" }, Y0 = { root: R0, dropdown: L0, overlay: z0, list: A0, option: V0, optionGroup: N0, clearIcon: F0, checkmark: j0, emptyMessage: H0 }, W0 = { borderRadius: "{form.field.border.radius}" }, K0 = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, U0 = { root: W0, colorScheme: K0 }, X0 = { borderRadius: "{content.border.radius}" }, q0 = { 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)" } } }, G0 = { root: X0, colorScheme: q0 }, Z0 = { transitionDuration: "{transition.duration}" }, Q0 = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, J0 = { background: "{primary.color}" }, ey = { 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}" } }, ty = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, oy = { root: Z0, track: Q0, range: J0, handle: ey, colorScheme: ty }, ry = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, ny = { root: ry }, ay = { 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)" }, iy = { root: ay }, ly = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, sy = { background: "{content.border.color}" }, dy = { 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}" } }, uy = { root: ly, gutter: sy, handle: dy }, cy = { transitionDuration: "{transition.duration}" }, fy = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, py = { padding: "0.5rem", gap: "1rem" }, hy = { 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" }, my = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, gy = { 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)" }, vy = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, by = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, yy = { root: cy, separator: fy, step: py, stepHeader: hy, stepTitle: my, stepNumber: gy, steppanels: vy, steppanel: by }, ky = { transitionDuration: "{transition.duration}" }, wy = { background: "{content.border.color}" }, $y = { 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" }, Cy = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, Sy = { 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)" }, xy = { root: ky, separator: wy, itemLink: $y, itemLabel: Cy, itemNumber: Sy }, By = { transitionDuration: "{transition.duration}" }, Py = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Dy = { 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}" } }, Ty = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, My = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Oy = { root: By, tablist: Py, item: Dy, itemIcon: Ty, activeBar: My }, _y = { transitionDuration: "{transition.duration}" }, Ey = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Iy = { 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}" } }, Ry = { 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}" } }, Ly = { 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}" } }, zy = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Ay = { 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%)" } } }, Vy = { root: _y, tablist: Ey, tab: Iy, tabpanel: Ry, navButton: Ly, activeBar: zy, colorScheme: Ay }, Ny = { transitionDuration: "{transition.duration}" }, Fy = { background: "{content.background}", borderColor: "{content.border.color}" }, jy = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Hy = { background: "{content.background}", color: "{content.color}" }, Yy = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Wy = { 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%)" } } }, Ky = { root: Ny, tabList: Fy, tab: jy, tabPanel: Hy, navButton: Yy, colorScheme: Wy }, Uy = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Xy = { size: "0.75rem" }, qy = { 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}" } } }, Gy = { root: Uy, icon: Xy, colorScheme: qy }, Zy = { 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}" }, Qy = { gap: "0.25rem" }, Jy = { margin: "2px 0" }, ek = { root: Zy, prompt: Qy, commandResponse: Jy }, tk = { 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}" } }, ok = { root: tk }, rk = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, nk = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, ak = { 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}" } }, ik = { mobileIndent: "1rem" }, lk = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, sk = { borderColor: "{content.border.color}" }, dk = { root: rk, list: nk, item: ak, submenu: ik, submenuIcon: lk, separator: sk }, uk = { minHeight: "5rem" }, ck = { eventContent: { padding: "1rem 0" } }, fk = { eventContent: { padding: "0 1rem" } }, pk = { 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)" } }, hk = { color: "{content.border.color}", size: "2px" }, mk = { event: uk, horizontal: ck, vertical: fk, eventMarker: pk, eventConnector: hk }, gk = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, vk = { size: "1.125rem" }, bk = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, yk = { gap: "0.5rem" }, kk = { fontWeight: "500", fontSize: "1rem" }, wk = { fontWeight: "500", fontSize: "0.875rem" }, $k = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Ck = { size: "1rem" }, Sk = { 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" } } } } }, xk = { root: gk, icon: vk, content: bk, text: yk, summary: kk, detail: wk, closeButton: $k, closeIcon: Ck, colorScheme: Sk }, Bk = { 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" } }, Pk = { disabledColor: "{form.field.disabled.color}" }, Dk = { 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" } }, Tk = { 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}" } } }, Mk = { root: Bk, icon: Pk, content: Dk, colorScheme: Tk }, Ok = { 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" }, _k = { borderRadius: "50%", size: "1rem" }, Ek = { 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}" } } }, Ik = { root: Ok, handle: _k, colorScheme: Ek }, Rk = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Lk = { root: Rk }, zk = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, Ak = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Vk = { root: zk, colorScheme: Ak }, Nk = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Fk = { 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" }, jk = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Hk = { 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}" } }, Yk = { size: "2rem" }, Wk = { margin: "0 0 0.5rem 0" }, Kk = { root: Nk, node: Fk, nodeIcon: jk, nodeToggleButton: Hk, loadingIcon: Yk, filter: Wk }, Uk = { 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}" } }, Xk = { width: "2.5rem", color: "{form.field.icon.color}" }, qk = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Gk = { padding: "{list.padding}" }, Zk = { padding: "{list.option.padding}" }, Qk = { borderRadius: "{border.radius.sm}" }, Jk = { color: "{form.field.icon.color}" }, e1 = { root: Uk, dropdown: Xk, overlay: qk, tree: Gk, emptyMessage: Zk, chip: Qk, clearIcon: Jk }, t1 = { transitionDuration: "{transition.duration}" }, o1 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, r1 = { 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}" } }, n1 = { fontWeight: "600" }, a1 = { 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}" } }, i1 = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, l1 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, s1 = { fontWeight: "600" }, d1 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, u1 = { width: "0.5rem" }, c1 = { width: "1px", color: "{primary.color}" }, f1 = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, p1 = { size: "2rem" }, h1 = { 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}" } }, m1 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, g1 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, v1 = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, b1 = { root: t1, header: o1, headerCell: r1, columnTitle: n1, row: a1, bodyCell: i1, footerCell: l1, columnFooter: s1, footer: d1, columnResizer: u1, resizeIndicator: c1, sortIcon: f1, loadingIcon: p1, nodeToggleButton: h1, paginatorTop: m1, paginatorBottom: g1, colorScheme: v1 }, y1 = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, k1 = { loader: y1 }, w1 = Object.defineProperty, $1 = Object.defineProperties, C1 = Object.getOwnPropertyDescriptors, Xn = Object.getOwnPropertySymbols, S1 = Object.prototype.hasOwnProperty, x1 = Object.prototype.propertyIsEnumerable, qn = (t, e, o) => e in t ? w1(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o, Gn, B1 = (Gn = ((t, e) => {
|
|
12271
|
+
for (var o in e || (e = {})) S1.call(e, o) && qn(t, o, e[o]);
|
|
12272
|
+
if (Xn) for (var o of Xn(e)) x1.call(e, o) && qn(t, o, e[o]);
|
|
12273
12273
|
return t;
|
|
12274
|
-
})({}, Vp), $1(Gn, C1({ components: { accordion: pp, autocomplete: Cp, avatar: Tp, badge: Lp, blockui: Fp, breadcrumb: Wp, button:
|
|
12274
|
+
})({}, Vp), $1(Gn, C1({ components: { accordion: pp, autocomplete: Cp, avatar: Tp, badge: Lp, blockui: Fp, breadcrumb: Wp, button: Xp, card: eh, carousel: ih, cascadeselect: ph, checkbox: gh, chip: $h, colorpicker: Ph, confirmdialog: Mh, confirmpopup: Rh, contextmenu: jh, datatable: sm, dataview: mm, datepicker: Rm, dialog: Fm, divider: Km, dock: qm, drawer: tg, editor: lg, fieldset: fg, fileupload: kg, floatlabel: xg, galleria: Ng, iconfield: jg, iftalabel: Wg, image: Gg, imagecompare: Qg, inlinemessage: rv, inplace: iv, inputchips: uv, inputgroup: fv, inputnumber: gv, inputotp: yv, inputtext: wv, knob: Bv, listbox: Iv, megamenu: Yv, menu: Gv, menubar: rb, message: pb, metergroup: kb, multiselect: Mb, orderlist: Eb, organizationchart: Ab, overlaybadge: Nb, paginator: Wb, panel: Qb, panelmenu: n0, password: u0, picklist: p0, popover: g0, progressbar: k0, progressspinner: $0, radiobutton: x0, rating: D0, ripple: M0, scrollpanel: I0, select: Y0, selectbutton: U0, skeleton: G0, slider: oy, speeddial: ny, splitbutton: iy, splitter: uy, stepper: yy, steps: xy, tabmenu: Oy, tabs: Vy, tabview: Ky, tag: Gy, terminal: ek, textarea: ok, tieredmenu: dk, timeline: mk, toast: xk, togglebutton: Mk, toggleswitch: Ik, toolbar: Lk, tooltip: Vk, tree: Kk, treeselect: e1, treetable: b1, virtualscroller: k1 } })));
|
|
12275
12275
|
const P1 = {
|
|
12276
12276
|
theme: {
|
|
12277
12277
|
preset: B1,
|
|
@@ -12298,7 +12298,7 @@ export {
|
|
|
12298
12298
|
Z1 as PvCompanyLabel,
|
|
12299
12299
|
cr as PvCompanyLogo,
|
|
12300
12300
|
z1 as PvCompanyTag,
|
|
12301
|
-
|
|
12301
|
+
qo as PvCounterBadge,
|
|
12302
12302
|
N1 as PvDatePicker,
|
|
12303
12303
|
F1 as PvDateTime,
|
|
12304
12304
|
j1 as PvDrawer,
|
|
@@ -12318,8 +12318,8 @@ export {
|
|
|
12318
12318
|
Gr as PvSearchInput,
|
|
12319
12319
|
E1 as PvSegmentedControl,
|
|
12320
12320
|
K1 as PvSelectButton,
|
|
12321
|
-
|
|
12322
|
-
|
|
12321
|
+
X1 as PvSelectableCard,
|
|
12322
|
+
q1 as PvSidePanel,
|
|
12323
12323
|
ow as PvSkeleton,
|
|
12324
12324
|
Vc as PvSpinner,
|
|
12325
12325
|
tw as PvSprite,
|