@turquoisehealth/pit-viper 2.171.1-dev.7 → 2.173.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_site/assets/css/pit-viper-a11y.css +0 -17
- package/_site/assets/css/pit-viper-consumer.css +0 -17
- package/_site/assets/css/pit-viper-v2-scoped.css +0 -16
- package/_site/assets/css/pit-viper-v2.css +0 -17
- package/_site/assets/css/pit-viper.css +0 -17
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-switch-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
- package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +9 -0
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
- package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +2290 -2309
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/base/types.d.ts +1 -5
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +9 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +18 -1
- package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +5 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4121 -4128
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/types.d.ts +1 -5
- package/pv-components/dist/web/components/pv-button/pv-button.js +367 -361
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +449 -444
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +413 -407
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +312 -306
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +514 -509
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +1494 -1559
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1807 -1871
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +372 -366
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1388 -1453
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +1028 -1021
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1370 -1435
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +106 -114
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +416 -411
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +22 -21
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +21 -21
- package/pv-components/dist/web/pv-components.iife.js +43 -43
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -1,34 +1,69 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { defineComponent as io, createElementBlock as E, openBlock as x, normalizeStyle as Jo, normalizeClass as Co, ref as G, getCurrentInstance as Bo, computed as A, createElementVNode as Zo, toDisplayString as or, createCommentVNode as co, createBlock as ko, Fragment as Pr, createVNode as Po, mergeModels as Tr, useTemplateRef as Nr, useModel as jr, onMounted as rr, watch as to, renderSlot as Dr, withDirectives as Er, mergeProps as Ar, vModelText as Wr, readonly as Ir, nextTick as Lr, reactive as Mr, defineCustomElement as Fr } from "vue";
|
|
2
|
+
const Hr = /* @__PURE__ */ io({
|
|
3
|
+
__name: "PvSpinner",
|
|
4
|
+
props: {
|
|
5
|
+
variant: { default: "primary", type: String },
|
|
6
|
+
size: { default: "lg", type: String }
|
|
7
|
+
},
|
|
8
|
+
setup(o) {
|
|
9
|
+
const r = {
|
|
10
|
+
xs: "0.75rem",
|
|
11
|
+
sm: "1rem",
|
|
12
|
+
md: "1.25rem",
|
|
13
|
+
lg: "1.5rem",
|
|
14
|
+
xl: "2rem"
|
|
15
|
+
}, e = {
|
|
16
|
+
primary: "pv-spinner",
|
|
17
|
+
dark: "pv-spinner-dark",
|
|
18
|
+
white: "pv-spinner-light"
|
|
19
|
+
};
|
|
20
|
+
return (t, n) => (x(), E(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
"data-testid": "pv-spinner",
|
|
24
|
+
class: Co(e[o.variant]),
|
|
25
|
+
style: Jo({ "--size": r[o.size] })
|
|
26
|
+
},
|
|
27
|
+
null,
|
|
28
|
+
6
|
|
29
|
+
/* CLASS, STYLE */
|
|
30
|
+
));
|
|
31
|
+
}
|
|
32
|
+
}), Vr = ["ghost"], To = {
|
|
33
|
+
md: "pv-button-small",
|
|
34
|
+
lg: void 0,
|
|
35
|
+
xl: "pv-button-large"
|
|
36
|
+
}, Yr = (o) => o == null || !To.hasOwnProperty(o) ? null : To[o] || null;
|
|
37
|
+
function Xr() {
|
|
38
|
+
const o = G(!1), e = Bo()?.root || {};
|
|
4
39
|
return "isCE" in e && e.isCE === !0 && (o.value = !0), o;
|
|
5
40
|
}
|
|
6
|
-
const
|
|
41
|
+
const Gr = [void 0, 10, 12, 20, 24, 32, 64], Ur = ["xlink:href"], qr = /* @__PURE__ */ io({
|
|
7
42
|
__name: "PvIcon",
|
|
8
43
|
props: {
|
|
9
44
|
name: { type: String },
|
|
10
45
|
size: { type: null }
|
|
11
46
|
},
|
|
12
47
|
setup(o) {
|
|
13
|
-
const r = o, e =
|
|
48
|
+
const r = o, e = Xr(), t = G(null), n = A(() => ({
|
|
14
49
|
"pv-icon": !0,
|
|
15
|
-
[`pv-icon-${r.size}`]:
|
|
16
|
-
})), l =
|
|
17
|
-
return globalThis.__PV_GLOBAL_SPRITE_PATH__ && (t.value = globalThis.__PV_GLOBAL_SPRITE_PATH__), (i, d) => (x(),
|
|
50
|
+
[`pv-icon-${r.size}`]: Gr.includes(r.size)
|
|
51
|
+
})), l = A(() => e.value && t.value ? `${t.value}#${r.name}` : `#${r.name}`);
|
|
52
|
+
return globalThis.__PV_GLOBAL_SPRITE_PATH__ && (t.value = globalThis.__PV_GLOBAL_SPRITE_PATH__), (i, d) => (x(), E(
|
|
18
53
|
"svg",
|
|
19
54
|
{
|
|
20
55
|
"data-testid": "pv-icon",
|
|
21
56
|
"aria-hidden": "true",
|
|
22
|
-
class:
|
|
57
|
+
class: Co(n.value)
|
|
23
58
|
},
|
|
24
59
|
[
|
|
25
|
-
|
|
60
|
+
Zo("use", { "xlink:href": l.value }, null, 8, Ur)
|
|
26
61
|
],
|
|
27
62
|
2
|
|
28
63
|
/* CLASS */
|
|
29
64
|
));
|
|
30
65
|
}
|
|
31
|
-
}),
|
|
66
|
+
}), Kr = /* @__PURE__ */ io({
|
|
32
67
|
__name: "PvCounterBadge",
|
|
33
68
|
props: {
|
|
34
69
|
value: { type: Number },
|
|
@@ -38,7 +73,7 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
38
73
|
maxValue: { default: 99, type: Number }
|
|
39
74
|
},
|
|
40
75
|
setup(o) {
|
|
41
|
-
const r = o, e =
|
|
76
|
+
const r = o, e = A(() => r.size == "md" ? "md" : (r.size == "sm", "sm")), t = A(() => r.maxValue && r.value && r.value > r.maxValue ? `${r.maxValue}+` : r.value != null ? `${r.prefix}${r.value}` : "-"), n = A(() => ({
|
|
42
77
|
"pv-inline-block pv-inset-square pv-radius pv-text-center": !0,
|
|
43
78
|
"pv-badge-md pv-text-body-md": e.value == "md",
|
|
44
79
|
"pv-badge-sm pv-text-body-sm": e.value == "sm",
|
|
@@ -48,10 +83,10 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
48
83
|
"pv-text-secondary": r.variant == "ghost" || r.variant == "tertiary",
|
|
49
84
|
"pv-surface": r.variant == "ghost"
|
|
50
85
|
}));
|
|
51
|
-
return (l, i) => (x(),
|
|
86
|
+
return (l, i) => (x(), E(
|
|
52
87
|
"div",
|
|
53
88
|
{
|
|
54
|
-
class:
|
|
89
|
+
class: Co(n.value),
|
|
55
90
|
"data-testid": "pv-counter-badge"
|
|
56
91
|
},
|
|
57
92
|
or(t.value),
|
|
@@ -59,49 +94,54 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
59
94
|
/* TEXT, CLASS */
|
|
60
95
|
));
|
|
61
96
|
}
|
|
62
|
-
}),
|
|
97
|
+
}), Qr = ".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}", Jr = (o, r) => {
|
|
63
98
|
const e = o.__vccOpts || o;
|
|
64
99
|
for (const [t, n] of r)
|
|
65
100
|
e[t] = n;
|
|
66
101
|
return e;
|
|
67
|
-
},
|
|
68
|
-
__name: "
|
|
102
|
+
}, Zr = /* @__PURE__ */ Jr(Kr, [["styles", [Qr]], ["__scopeId", "data-v-fc3c1104"]]), No = /* @__PURE__ */ io({
|
|
103
|
+
__name: "PvButtonIconBadge",
|
|
69
104
|
props: {
|
|
70
|
-
|
|
71
|
-
|
|
105
|
+
size: { type: String },
|
|
106
|
+
icon: { type: String },
|
|
107
|
+
counterBadge: { type: Number },
|
|
108
|
+
iconTestId: { type: String }
|
|
72
109
|
},
|
|
73
110
|
setup(o) {
|
|
74
|
-
const r = {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
dark: "pv-spinner-dark",
|
|
83
|
-
white: "pv-spinner-light"
|
|
84
|
-
};
|
|
85
|
-
return (t, n) => (x(), G(
|
|
111
|
+
const r = o, e = A(() => r.icon && !r.counterBadge || !r.icon && r.counterBadge), t = A(() => e.value ? {
|
|
112
|
+
"--flex-gap": "0"
|
|
113
|
+
} : r.size === "xl" ? {
|
|
114
|
+
"--flex-gap": "0.5rem"
|
|
115
|
+
} : {
|
|
116
|
+
"--flex-gap": "0.25rem"
|
|
117
|
+
});
|
|
118
|
+
return (n, l) => o.icon || o.counterBadge ? (x(), E(
|
|
86
119
|
"div",
|
|
87
120
|
{
|
|
88
|
-
|
|
89
|
-
class:
|
|
90
|
-
style:
|
|
121
|
+
key: 0,
|
|
122
|
+
class: "pv-flex",
|
|
123
|
+
style: Jo(t.value)
|
|
91
124
|
},
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
125
|
+
[
|
|
126
|
+
o.counterBadge ? (x(), ko(Zr, {
|
|
127
|
+
key: 0,
|
|
128
|
+
value: o.counterBadge,
|
|
129
|
+
variant: "tertiary"
|
|
130
|
+
}, null, 8, ["value"])) : co("v-if", !0),
|
|
131
|
+
o.icon ? (x(), ko(qr, {
|
|
132
|
+
key: 1,
|
|
133
|
+
name: o.icon,
|
|
134
|
+
"data-testid": o.iconTestId ?? "pv-button-icon"
|
|
135
|
+
}, null, 8, ["name", "data-testid"])) : co("v-if", !0)
|
|
136
|
+
],
|
|
137
|
+
4
|
|
138
|
+
/* STYLE */
|
|
139
|
+
)) : co("v-if", !0);
|
|
96
140
|
}
|
|
97
|
-
}),
|
|
98
|
-
md: "pv-button-small",
|
|
99
|
-
lg: void 0,
|
|
100
|
-
xl: "pv-button-large"
|
|
101
|
-
}, Qr = (o) => o == null || !Do.hasOwnProperty(o) ? null : Do[o] || null, Jr = ["disabled"], Zr = {
|
|
141
|
+
}), oe = ["disabled"], re = {
|
|
102
142
|
key: 0,
|
|
103
143
|
"data-testid": "pv-button-label"
|
|
104
|
-
},
|
|
144
|
+
}, ee = /* @__PURE__ */ io({
|
|
105
145
|
__name: "PvButton",
|
|
106
146
|
props: {
|
|
107
147
|
variant: { default: "primary", type: String },
|
|
@@ -116,85 +156,51 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
116
156
|
rightCounterBadge: { type: Number }
|
|
117
157
|
},
|
|
118
158
|
setup(o) {
|
|
119
|
-
const r = o, e =
|
|
120
|
-
const
|
|
121
|
-
r.inverse &&
|
|
122
|
-
const
|
|
123
|
-
return
|
|
124
|
-
}), t = X(() => r.size === "xl" ? {
|
|
125
|
-
"--flex-gap": "0.5rem"
|
|
126
|
-
} : {
|
|
127
|
-
"--flex-gap": "0.25rem"
|
|
159
|
+
const r = o, e = A(() => {
|
|
160
|
+
const t = [];
|
|
161
|
+
r.inverse && Vr.includes(r.variant) ? t.push(`pv-button-${r.variant}-inverse`) : t.push(`pv-button-${r.variant}`);
|
|
162
|
+
const n = Yr(r.size);
|
|
163
|
+
return n && t.push(n), t;
|
|
128
164
|
});
|
|
129
|
-
return (
|
|
165
|
+
return (t, n) => (x(), E("button", {
|
|
130
166
|
type: "button",
|
|
131
|
-
class:
|
|
167
|
+
class: Co(e.value),
|
|
132
168
|
disabled: o.disabled,
|
|
133
169
|
"data-testid": "pv-button"
|
|
134
170
|
}, [
|
|
135
|
-
o.loading ? (x(),
|
|
171
|
+
o.loading ? (x(), ko(Hr, {
|
|
136
172
|
key: 0,
|
|
137
173
|
size: "sm"
|
|
138
|
-
})) : (x(),
|
|
174
|
+
})) : (x(), E(
|
|
139
175
|
Pr,
|
|
140
176
|
{ key: 1 },
|
|
141
177
|
[
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
o.leftCounterBadge ? (x(), eo(jo, {
|
|
150
|
-
key: 0,
|
|
151
|
-
value: o.leftCounterBadge,
|
|
152
|
-
variant: "tertiary"
|
|
153
|
-
}, null, 8, ["value"])) : to("v-if", !0),
|
|
154
|
-
o.leftIcon ? (x(), eo(No, {
|
|
155
|
-
key: 1,
|
|
156
|
-
name: o.leftIcon,
|
|
157
|
-
"data-testid": "pv-button-left-icon"
|
|
158
|
-
}, null, 8, ["name"])) : to("v-if", !0)
|
|
159
|
-
],
|
|
160
|
-
4
|
|
161
|
-
/* STYLE */
|
|
162
|
-
),
|
|
163
|
-
o.label ? (x(), G(
|
|
178
|
+
Po(No, {
|
|
179
|
+
size: o.size,
|
|
180
|
+
icon: o.leftIcon,
|
|
181
|
+
"counter-badge": o.leftCounterBadge,
|
|
182
|
+
"icon-test-id": "pv-button-left-icon"
|
|
183
|
+
}, null, 8, ["size", "icon", "counter-badge"]),
|
|
184
|
+
o.label ? (x(), E(
|
|
164
185
|
"span",
|
|
165
|
-
|
|
186
|
+
re,
|
|
166
187
|
or(o.label),
|
|
167
188
|
1
|
|
168
189
|
/* TEXT */
|
|
169
|
-
)) :
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
[
|
|
177
|
-
o.rightCounterBadge ? (x(), eo(jo, {
|
|
178
|
-
key: 0,
|
|
179
|
-
value: o.rightCounterBadge,
|
|
180
|
-
variant: "tertiary"
|
|
181
|
-
}, null, 8, ["value"])) : to("v-if", !0),
|
|
182
|
-
o.rightIcon ? (x(), eo(No, {
|
|
183
|
-
key: 1,
|
|
184
|
-
name: o.rightIcon,
|
|
185
|
-
"data-testid": "pv-button-right-icon"
|
|
186
|
-
}, null, 8, ["name"])) : to("v-if", !0)
|
|
187
|
-
],
|
|
188
|
-
4
|
|
189
|
-
/* STYLE */
|
|
190
|
-
)
|
|
190
|
+
)) : co("v-if", !0),
|
|
191
|
+
Po(No, {
|
|
192
|
+
size: o.size,
|
|
193
|
+
icon: o.rightIcon,
|
|
194
|
+
"counter-badge": o.rightCounterBadge,
|
|
195
|
+
"icon-test-id": "pv-button-right-icon"
|
|
196
|
+
}, null, 8, ["size", "icon", "counter-badge"])
|
|
191
197
|
],
|
|
192
198
|
64
|
|
193
199
|
/* STABLE_FRAGMENT */
|
|
194
200
|
))
|
|
195
|
-
], 10,
|
|
201
|
+
], 10, oe));
|
|
196
202
|
}
|
|
197
|
-
}),
|
|
203
|
+
}), te = ["data-style"], ne = ["placeholder", "disabled", "name"], ae = /* @__PURE__ */ io({
|
|
198
204
|
__name: "PvGhostInput",
|
|
199
205
|
props: /* @__PURE__ */ Tr({
|
|
200
206
|
variant: { default: "h1", type: null },
|
|
@@ -225,12 +231,12 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
225
231
|
"text-md": "text-medium",
|
|
226
232
|
"text-lg": "text-large",
|
|
227
233
|
caption: "caption"
|
|
228
|
-
}, n = o, l = jr(o, "modelValue"), i =
|
|
234
|
+
}, n = o, l = jr(o, "modelValue"), i = G(0), d = () => {
|
|
229
235
|
r.value?.focus();
|
|
230
236
|
};
|
|
231
237
|
rr(() => {
|
|
232
238
|
l.value && l.value.length > 0 ? a(l.value) : n.placeholder ? a(n.placeholder) : i.value = 240;
|
|
233
|
-
}),
|
|
239
|
+
}), to(
|
|
234
240
|
() => l.value,
|
|
235
241
|
() => {
|
|
236
242
|
l.value && l.value.length > 0 ? a(l.value) : n.placeholder ? a(n.placeholder) : i.value = 240;
|
|
@@ -243,13 +249,13 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
243
249
|
const u = getComputedStyle(r.value);
|
|
244
250
|
g.font = `${u.fontWeight} ${u.fontSize} ${u.fontFamily}`, i.value = g.measureText(c).width + 10;
|
|
245
251
|
};
|
|
246
|
-
return (c, s) => (x(),
|
|
252
|
+
return (c, s) => (x(), E("div", {
|
|
247
253
|
class: "pv-ghost-input pv-full-width",
|
|
248
254
|
"data-testid": "pv-ghost-input",
|
|
249
255
|
"data-style": t[o.variant]
|
|
250
256
|
}, [
|
|
251
257
|
Dr(c.$slots, "action"),
|
|
252
|
-
Er(
|
|
258
|
+
Er(Zo("input", Ar({
|
|
253
259
|
ref_key: "inputRef",
|
|
254
260
|
ref: r
|
|
255
261
|
}, n, {
|
|
@@ -261,52 +267,52 @@ const Vr = [void 0, 10, 12, 20, 24, 32, 64], Yr = ["xlink:href"], No = /* @__PUR
|
|
|
261
267
|
placeholder: o.placeholder,
|
|
262
268
|
disabled: o.disabled,
|
|
263
269
|
name: e[o.variant]
|
|
264
|
-
}), null, 16,
|
|
270
|
+
}), null, 16, ne), [
|
|
265
271
|
[Wr, l.value]
|
|
266
272
|
]),
|
|
267
|
-
o.showEditIcon ? (x(),
|
|
273
|
+
o.showEditIcon ? (x(), ko(ee, {
|
|
268
274
|
key: 0,
|
|
269
275
|
"left-icon": "edit",
|
|
270
276
|
variant: "ghost",
|
|
271
277
|
onClick: d
|
|
272
|
-
})) :
|
|
273
|
-
], 8,
|
|
278
|
+
})) : co("v-if", !0)
|
|
279
|
+
], 8, te));
|
|
274
280
|
}
|
|
275
281
|
});
|
|
276
|
-
var
|
|
277
|
-
for (var e in r || (r = {}))
|
|
278
|
-
if (
|
|
282
|
+
var ie = Object.defineProperty, jo = Object.getOwnPropertySymbols, de = Object.prototype.hasOwnProperty, ce = Object.prototype.propertyIsEnumerable, Do = (o, r, e) => r in o ? ie(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, le = (o, r) => {
|
|
283
|
+
for (var e in r || (r = {})) de.call(r, e) && Do(o, e, r[e]);
|
|
284
|
+
if (jo) for (var e of jo(r)) ce.call(r, e) && Do(o, e, r[e]);
|
|
279
285
|
return o;
|
|
280
286
|
};
|
|
281
|
-
function
|
|
287
|
+
function zo(o) {
|
|
282
288
|
return o == null || o === "" || Array.isArray(o) && o.length === 0 || !(o instanceof Date) && typeof o == "object" && Object.keys(o).length === 0;
|
|
283
289
|
}
|
|
284
|
-
function
|
|
290
|
+
function se(o) {
|
|
285
291
|
return typeof o == "function" && "call" in o && "apply" in o;
|
|
286
292
|
}
|
|
287
293
|
function v(o) {
|
|
288
|
-
return !
|
|
294
|
+
return !zo(o);
|
|
289
295
|
}
|
|
290
296
|
function U(o, r = !0) {
|
|
291
297
|
return o instanceof Object && o.constructor === Object && (r || Object.keys(o).length !== 0);
|
|
292
298
|
}
|
|
293
299
|
function er(o = {}, r = {}) {
|
|
294
|
-
let e =
|
|
300
|
+
let e = le({}, o);
|
|
295
301
|
return Object.keys(r).forEach((t) => {
|
|
296
302
|
let n = t;
|
|
297
303
|
U(r[n]) && n in o && U(o[n]) ? e[n] = er(o[n], r[n]) : e[n] = r[n];
|
|
298
304
|
}), e;
|
|
299
305
|
}
|
|
300
|
-
function
|
|
306
|
+
function ue(...o) {
|
|
301
307
|
return o.reduce((r, e, t) => t === 0 ? e : er(r, e), {});
|
|
302
308
|
}
|
|
303
309
|
function D(o, ...r) {
|
|
304
|
-
return
|
|
310
|
+
return se(o) ? o(...r) : o;
|
|
305
311
|
}
|
|
306
|
-
function
|
|
312
|
+
function ao(o, r = !0) {
|
|
307
313
|
return typeof o == "string" && (r || o !== "");
|
|
308
314
|
}
|
|
309
|
-
function
|
|
315
|
+
function fe(o) {
|
|
310
316
|
return v(o) && !isNaN(o);
|
|
311
317
|
}
|
|
312
318
|
function q(o, r) {
|
|
@@ -316,14 +322,14 @@ function q(o, r) {
|
|
|
316
322
|
}
|
|
317
323
|
return !1;
|
|
318
324
|
}
|
|
319
|
-
function
|
|
320
|
-
return
|
|
325
|
+
function ge(...o) {
|
|
326
|
+
return ue(...o);
|
|
321
327
|
}
|
|
322
328
|
function lo(o) {
|
|
323
329
|
return o && o.replace(/\/\*(?:(?!\*\/)[\s\S])*\*\/|[\r\n\t]+/g, "").replace(/ {2,}/g, " ").replace(/ ([{:}]) /g, "$1").replace(/([;,]) /g, "$1").replace(/ !/g, "!").replace(/: /g, ":").trim();
|
|
324
330
|
}
|
|
325
331
|
function tr(o) {
|
|
326
|
-
return
|
|
332
|
+
return ao(o) ? o.replace(/(_)/g, "-").replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase() : o;
|
|
327
333
|
}
|
|
328
334
|
var y = {
|
|
329
335
|
STARTS_WITH: "startsWith",
|
|
@@ -358,20 +364,20 @@ function nr() {
|
|
|
358
364
|
o.clear();
|
|
359
365
|
} };
|
|
360
366
|
}
|
|
361
|
-
function
|
|
367
|
+
function pe(o) {
|
|
362
368
|
if (o) {
|
|
363
369
|
let r = o.parentNode;
|
|
364
370
|
return r && r instanceof ShadowRoot && r.host && (r = r.host), r;
|
|
365
371
|
}
|
|
366
372
|
return null;
|
|
367
373
|
}
|
|
368
|
-
function
|
|
369
|
-
return !!(o !== null && typeof o < "u" && o.nodeName &&
|
|
374
|
+
function me(o) {
|
|
375
|
+
return !!(o !== null && typeof o < "u" && o.nodeName && pe(o));
|
|
370
376
|
}
|
|
371
377
|
function ar(o) {
|
|
372
378
|
return typeof Element < "u" ? o instanceof Element : o !== null && typeof o == "object" && o.nodeType === 1 && typeof o.nodeName == "string";
|
|
373
379
|
}
|
|
374
|
-
function
|
|
380
|
+
function So(o, r = {}) {
|
|
375
381
|
if (ar(o)) {
|
|
376
382
|
let e = (t, n) => {
|
|
377
383
|
var l, i;
|
|
@@ -391,50 +397,50 @@ function zo(o, r = {}) {
|
|
|
391
397
|
Object.entries(r).forEach(([t, n]) => {
|
|
392
398
|
if (n != null) {
|
|
393
399
|
let l = t.match(/^on(.+)/);
|
|
394
|
-
l ? o.addEventListener(l[1].toLowerCase(), n) : t === "p-bind" || t === "pBind" ?
|
|
400
|
+
l ? o.addEventListener(l[1].toLowerCase(), n) : t === "p-bind" || t === "pBind" ? So(o, n) : (n = t === "class" ? [...new Set(e("class", n))].join(" ").trim() : t === "style" ? e("style", n).join(";").trim() : n, (o.$attrs = o.$attrs || {}) && (o.$attrs[t] = n), o.setAttribute(t, n));
|
|
395
401
|
}
|
|
396
402
|
});
|
|
397
403
|
}
|
|
398
404
|
}
|
|
399
|
-
function
|
|
405
|
+
function be() {
|
|
400
406
|
return !!(typeof window < "u" && window.document && window.document.createElement);
|
|
401
407
|
}
|
|
402
|
-
function
|
|
408
|
+
function he(o, r = "", e) {
|
|
403
409
|
ar(o) && e !== null && e !== void 0 && o.setAttribute(r, e);
|
|
404
410
|
}
|
|
405
|
-
var
|
|
406
|
-
for (var e in r || (r = {})) ir.call(r, e) &&
|
|
407
|
-
if (
|
|
411
|
+
var ve = Object.defineProperty, ke = Object.defineProperties, ye = Object.getOwnPropertyDescriptors, yo = Object.getOwnPropertySymbols, ir = Object.prototype.hasOwnProperty, dr = Object.prototype.propertyIsEnumerable, Eo = (o, r, e) => r in o ? ve(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, $ = (o, r) => {
|
|
412
|
+
for (var e in r || (r = {})) ir.call(r, e) && Eo(o, e, r[e]);
|
|
413
|
+
if (yo) for (var e of yo(r)) dr.call(r, e) && Eo(o, e, r[e]);
|
|
408
414
|
return o;
|
|
409
|
-
},
|
|
415
|
+
}, xo = (o, r) => ke(o, ye(r)), R = (o, r) => {
|
|
410
416
|
var e = {};
|
|
411
417
|
for (var t in o) ir.call(o, t) && r.indexOf(t) < 0 && (e[t] = o[t]);
|
|
412
|
-
if (o != null &&
|
|
418
|
+
if (o != null && yo) for (var t of yo(o)) r.indexOf(t) < 0 && dr.call(o, t) && (e[t] = o[t]);
|
|
413
419
|
return e;
|
|
414
|
-
},
|
|
415
|
-
function
|
|
416
|
-
return
|
|
420
|
+
}, Ce = nr(), z = Ce, so = /{([^}]*)}/g, cr = /(\d+\s+[\+\-\*\/]\s+\d+)/g, lr = /var\([^)]+\)/g;
|
|
421
|
+
function Ao(o) {
|
|
422
|
+
return ao(o) ? o.replace(/[A-Z]/g, (r, e) => e === 0 ? r : "." + r.toLowerCase()).toLowerCase() : o;
|
|
417
423
|
}
|
|
418
|
-
function
|
|
424
|
+
function xe(o) {
|
|
419
425
|
return U(o) && o.hasOwnProperty("$value") && o.hasOwnProperty("$type") ? o.$value : o;
|
|
420
426
|
}
|
|
421
|
-
function
|
|
427
|
+
function we(o) {
|
|
422
428
|
return o.replaceAll(/ /g, "").replace(/[^\w]/g, "-");
|
|
423
429
|
}
|
|
424
|
-
function
|
|
425
|
-
return
|
|
430
|
+
function Ro(o = "", r = "") {
|
|
431
|
+
return we(`${ao(o, !1) && ao(r, !1) ? `${o}-` : o}${r}`);
|
|
426
432
|
}
|
|
427
433
|
function sr(o = "", r = "") {
|
|
428
|
-
return `--${
|
|
434
|
+
return `--${Ro(o, r)}`;
|
|
429
435
|
}
|
|
430
|
-
function
|
|
436
|
+
function $e(o = "") {
|
|
431
437
|
let r = (o.match(/{/g) || []).length, e = (o.match(/}/g) || []).length;
|
|
432
438
|
return (r + e) % 2 !== 0;
|
|
433
439
|
}
|
|
434
440
|
function ur(o, r = "", e = "", t = [], n) {
|
|
435
|
-
if (
|
|
441
|
+
if (ao(o)) {
|
|
436
442
|
let l = o.trim();
|
|
437
|
-
if (
|
|
443
|
+
if ($e(l)) return;
|
|
438
444
|
if (q(l, so)) {
|
|
439
445
|
let i = l.replaceAll(so, (d) => {
|
|
440
446
|
let a = d.replace(/{|}/g, "").split(".").filter((c) => !t.some((s) => q(c, s)));
|
|
@@ -443,12 +449,12 @@ function ur(o, r = "", e = "", t = [], n) {
|
|
|
443
449
|
return q(i.replace(lr, "0"), cr) ? `calc(${i})` : i;
|
|
444
450
|
}
|
|
445
451
|
return l;
|
|
446
|
-
} else if (
|
|
452
|
+
} else if (fe(o)) return o;
|
|
447
453
|
}
|
|
448
|
-
function
|
|
449
|
-
|
|
454
|
+
function Be(o, r, e) {
|
|
455
|
+
ao(r, !1) && o.push(`${r}:${e};`);
|
|
450
456
|
}
|
|
451
|
-
function
|
|
457
|
+
function eo(o, r) {
|
|
452
458
|
return o ? `${o}{${r}}` : "";
|
|
453
459
|
}
|
|
454
460
|
function fr(o, r) {
|
|
@@ -485,14 +491,14 @@ function fr(o, r) {
|
|
|
485
491
|
}
|
|
486
492
|
return o;
|
|
487
493
|
}
|
|
488
|
-
var K = (...o) =>
|
|
494
|
+
var K = (...o) => Se(C.getTheme(), ...o), Se = (o = {}, r, e, t) => {
|
|
489
495
|
if (r) {
|
|
490
496
|
let { variable: n, options: l } = C.defaults || {}, { prefix: i, transform: d } = o?.options || l || {}, a = q(r, so) ? r : `{${r}}`;
|
|
491
|
-
return t === "value" ||
|
|
497
|
+
return t === "value" || zo(t) && d === "strict" ? C.getTokenValue(r) : ur(a, void 0, i, [n.excludedKeyRegex], e);
|
|
492
498
|
}
|
|
493
499
|
return "";
|
|
494
500
|
};
|
|
495
|
-
function
|
|
501
|
+
function mo(o, ...r) {
|
|
496
502
|
if (o instanceof Array) {
|
|
497
503
|
let e = o.reduce((t, n, l) => {
|
|
498
504
|
var i;
|
|
@@ -502,23 +508,23 @@ function bo(o, ...r) {
|
|
|
502
508
|
}
|
|
503
509
|
return D(o, { dt: K });
|
|
504
510
|
}
|
|
505
|
-
function
|
|
511
|
+
function Re(o, r = {}) {
|
|
506
512
|
let e = C.defaults.variable, { prefix: t = e.prefix, selector: n = e.selector, excludedKeyRegex: l = e.excludedKeyRegex } = r, i = [], d = [], a = [{ node: o, path: t }];
|
|
507
513
|
for (; a.length; ) {
|
|
508
514
|
let { node: s, path: g } = a.pop();
|
|
509
515
|
for (let u in s) {
|
|
510
|
-
let f = s[u], p =
|
|
516
|
+
let f = s[u], p = xe(f), m = q(u, l) ? Ro(g) : Ro(g, tr(u));
|
|
511
517
|
if (U(p)) a.push({ node: p, path: m });
|
|
512
518
|
else {
|
|
513
519
|
let b = sr(m), h = ur(p, m, t, [l]);
|
|
514
|
-
|
|
520
|
+
Be(d, b, h);
|
|
515
521
|
let k = m;
|
|
516
522
|
t && k.startsWith(t + "-") && (k = k.slice(t.length + 1)), i.push(k.replace(/-/g, "."));
|
|
517
523
|
}
|
|
518
524
|
}
|
|
519
525
|
}
|
|
520
526
|
let c = d.join("");
|
|
521
|
-
return { value: d, tokens: i, declarations: c, css:
|
|
527
|
+
return { value: d, tokens: i, declarations: c, css: eo(n, c) };
|
|
522
528
|
}
|
|
523
529
|
var w = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(o) {
|
|
524
530
|
return { type: "class", selector: o, matched: this.pattern.test(o.trim()) };
|
|
@@ -537,25 +543,25 @@ var w = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(o)
|
|
|
537
543
|
return (t = r.map((n) => n.resolve(e)).find((n) => n.matched)) != null ? t : this.rules.custom.resolve(e);
|
|
538
544
|
});
|
|
539
545
|
} }, _toVariables(o, r) {
|
|
540
|
-
return
|
|
546
|
+
return Re(o, { prefix: r?.prefix });
|
|
541
547
|
}, getCommon({ name: o = "", theme: r = {}, params: e, set: t, defaults: n }) {
|
|
542
548
|
var l, i, d, a, c, s, g;
|
|
543
|
-
let { preset: u, options: f } = r, p, m, b, h, k,
|
|
549
|
+
let { preset: u, options: f } = r, p, m, b, h, k, W, I;
|
|
544
550
|
if (v(u) && f.transform !== "strict") {
|
|
545
|
-
let { primitive: Q, semantic:
|
|
551
|
+
let { primitive: Q, semantic: L, extend: O } = u, _ = L || {}, { colorScheme: P } = _, M = R(_, ["colorScheme"]), T = O || {}, { colorScheme: F } = T, H = R(T, ["colorScheme"]), N = P || {}, { dark: V } = N, J = R(N, ["dark"]), Y = F || {}, { dark: Z } = Y, oo = R(Y, ["dark"]), S = v(Q) ? this._toVariables({ primitive: Q }, f) : {}, B = v(M) ? this._toVariables({ semantic: M }, f) : {}, X = v(J) ? this._toVariables({ light: J }, f) : {}, po = v(V) ? this._toVariables({ dark: V }, f) : {}, ro = v(H) ? this._toVariables({ semantic: H }, f) : {}, Oo = v(oo) ? this._toVariables({ light: oo }, f) : {}, _o = v(Z) ? this._toVariables({ dark: Z }, f) : {}, [gr, pr] = [(l = S.declarations) != null ? l : "", S.tokens], [mr, br] = [(i = B.declarations) != null ? i : "", B.tokens || []], [hr, vr] = [(d = X.declarations) != null ? d : "", X.tokens || []], [kr, yr] = [(a = po.declarations) != null ? a : "", po.tokens || []], [Cr, xr] = [(c = ro.declarations) != null ? c : "", ro.tokens || []], [wr, $r] = [(s = Oo.declarations) != null ? s : "", Oo.tokens || []], [Br, Sr] = [(g = _o.declarations) != null ? g : "", _o.tokens || []];
|
|
546
552
|
p = this.transformCSS(o, gr, "light", "variable", f, t, n), m = pr;
|
|
547
553
|
let Rr = this.transformCSS(o, `${mr}${hr}`, "light", "variable", f, t, n), zr = this.transformCSS(o, `${kr}`, "dark", "variable", f, t, n);
|
|
548
554
|
b = `${Rr}${zr}`, h = [.../* @__PURE__ */ new Set([...br, ...vr, ...yr])];
|
|
549
555
|
let Or = this.transformCSS(o, `${Cr}${wr}color-scheme:light`, "light", "variable", f, t, n), _r = this.transformCSS(o, `${Br}color-scheme:dark`, "dark", "variable", f, t, n);
|
|
550
|
-
k = `${Or}${_r}`,
|
|
556
|
+
k = `${Or}${_r}`, W = [.../* @__PURE__ */ new Set([...xr, ...$r, ...Sr])], I = D(u.css, { dt: K });
|
|
551
557
|
}
|
|
552
|
-
return { primitive: { css: p, tokens: m }, semantic: { css: b, tokens: h }, global: { css: k, tokens:
|
|
558
|
+
return { primitive: { css: p, tokens: m }, semantic: { css: b, tokens: h }, global: { css: k, tokens: W }, style: I };
|
|
553
559
|
}, getPreset({ name: o = "", preset: r = {}, options: e, params: t, set: n, defaults: l, selector: i }) {
|
|
554
560
|
var d, a, c;
|
|
555
561
|
let s, g, u;
|
|
556
562
|
if (v(r) && e.transform !== "strict") {
|
|
557
|
-
let f = o.replace("-directive", ""), p = r, { colorScheme: m, extend: b, css: h } = p, k = R(p, ["colorScheme", "extend", "css"]),
|
|
558
|
-
s = `${B}${
|
|
563
|
+
let f = o.replace("-directive", ""), p = r, { colorScheme: m, extend: b, css: h } = p, k = R(p, ["colorScheme", "extend", "css"]), W = b || {}, { colorScheme: I } = W, Q = R(W, ["colorScheme"]), L = m || {}, { dark: O } = L, _ = R(L, ["dark"]), P = I || {}, { dark: M } = P, T = R(P, ["dark"]), F = v(k) ? this._toVariables({ [f]: $($({}, k), Q) }, e) : {}, H = v(_) ? this._toVariables({ [f]: $($({}, _), T) }, e) : {}, N = v(O) ? this._toVariables({ [f]: $($({}, O), M) }, e) : {}, [V, J] = [(d = F.declarations) != null ? d : "", F.tokens || []], [Y, Z] = [(a = H.declarations) != null ? a : "", H.tokens || []], [oo, S] = [(c = N.declarations) != null ? c : "", N.tokens || []], B = this.transformCSS(f, `${V}${Y}`, "light", "variable", e, n, l, i), X = this.transformCSS(f, oo, "dark", "variable", e, n, l, i);
|
|
564
|
+
s = `${B}${X}`, g = [.../* @__PURE__ */ new Set([...J, ...Z, ...S])], u = D(h, { dt: K });
|
|
559
565
|
}
|
|
560
566
|
return { css: s, tokens: g, style: u };
|
|
561
567
|
}, getPresetC({ name: o = "", theme: r = {}, params: e, set: t, defaults: n }) {
|
|
@@ -602,10 +608,10 @@ var w = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(o)
|
|
|
602
608
|
});
|
|
603
609
|
s = cr.test(g.replace(lr, "0")) ? `calc(${g})` : g;
|
|
604
610
|
}
|
|
605
|
-
return
|
|
611
|
+
return zo(a.binding) && delete a.binding, c.pop(), { colorScheme: d, path: this.path, paths: a, value: s.includes("__UNRESOLVED__") ? void 0 : s };
|
|
606
612
|
}, i = (d, a, c) => {
|
|
607
613
|
Object.entries(d).forEach(([s, g]) => {
|
|
608
|
-
let u = q(s, r.variable.excludedKeyRegex) ? a : a ? `${a}.${
|
|
614
|
+
let u = q(s, r.variable.excludedKeyRegex) ? a : a ? `${a}.${Ao(s)}` : Ao(s), f = c ? `${c}.${s}` : s;
|
|
609
615
|
U(g) ? i(g, u, f) : (n[u] || (n[u] = { paths: [], computed: (p, m = {}, b = []) => {
|
|
610
616
|
if (n[u].paths.length === 1) return n[u].paths[0].computed(n[u].paths[0].scheme, m.binding, b);
|
|
611
617
|
if (p && p !== "none") for (let h = 0; h < n[u].paths.length; h++) {
|
|
@@ -625,24 +631,24 @@ var w = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(o)
|
|
|
625
631
|
return d[s] = g, d;
|
|
626
632
|
}, void 0);
|
|
627
633
|
}, getSelectorRule(o, r, e, t) {
|
|
628
|
-
return e === "class" || e === "attr" ?
|
|
634
|
+
return e === "class" || e === "attr" ? eo(v(r) ? `${o}${r},${o} ${r}` : o, t) : eo(o, eo(r ?? ":root,:host", t));
|
|
629
635
|
}, transformCSS(o, r, e, t, n = {}, l, i, d) {
|
|
630
636
|
if (v(r)) {
|
|
631
637
|
let { cssLayer: a } = n;
|
|
632
638
|
if (t !== "style") {
|
|
633
639
|
let c = this.getColorSchemeOption(n, i);
|
|
634
|
-
r = e === "dark" ? c.reduce((s, { type: g, selector: u }) => (v(u) && (s += u.includes("[CSS]") ? u.replace("[CSS]", r) : this.getSelectorRule(u, d, g, r)), s), "") :
|
|
640
|
+
r = e === "dark" ? c.reduce((s, { type: g, selector: u }) => (v(u) && (s += u.includes("[CSS]") ? u.replace("[CSS]", r) : this.getSelectorRule(u, d, g, r)), s), "") : eo(d ?? ":root,:host", r);
|
|
635
641
|
}
|
|
636
642
|
if (a) {
|
|
637
643
|
let c = { name: "primeui" };
|
|
638
|
-
U(a) && (c.name = D(a.name, { name: o, type: t })), v(c.name) && (r =
|
|
644
|
+
U(a) && (c.name = D(a.name, { name: o, type: t })), v(c.name) && (r = eo(`@layer ${c.name}`, r), l?.layerNames(c.name));
|
|
639
645
|
}
|
|
640
646
|
return r;
|
|
641
647
|
}
|
|
642
648
|
return "";
|
|
643
649
|
} }, C = { defaults: { variable: { prefix: "p", selector: ":root,:host", excludedKeyRegex: /^(primitive|semantic|components|directives|variables|colorscheme|light|dark|common|root|states|extend|css)$/gi }, options: { prefix: "p", darkModeSelector: "system", cssLayer: !1 } }, _theme: void 0, _layerNames: /* @__PURE__ */ new Set(), _loadedStyleNames: /* @__PURE__ */ new Set(), _loadingStyles: /* @__PURE__ */ new Set(), _tokens: {}, update(o = {}) {
|
|
644
650
|
let { theme: r } = o;
|
|
645
|
-
r && (this._theme =
|
|
651
|
+
r && (this._theme = xo($({}, r), { options: $($({}, this.defaults.options), r.options) }), this._tokens = w.createTokens(this.preset, this.defaults), this.clearLoadedStyleNames());
|
|
646
652
|
}, get theme() {
|
|
647
653
|
return this._theme;
|
|
648
654
|
}, get preset() {
|
|
@@ -660,11 +666,11 @@ var w = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(o)
|
|
|
660
666
|
}, getPreset() {
|
|
661
667
|
return this.preset;
|
|
662
668
|
}, setPreset(o) {
|
|
663
|
-
this._theme =
|
|
669
|
+
this._theme = xo($({}, this.theme), { preset: o }), this._tokens = w.createTokens(o, this.defaults), this.clearLoadedStyleNames(), z.emit("preset:change", o), z.emit("theme:change", this.theme);
|
|
664
670
|
}, getOptions() {
|
|
665
671
|
return this.options;
|
|
666
672
|
}, setOptions(o) {
|
|
667
|
-
this._theme =
|
|
673
|
+
this._theme = xo($({}, this.theme), { options: o }), this.clearLoadedStyleNames(), z.emit("options:change", o), z.emit("theme:change", this.theme);
|
|
668
674
|
}, getLayerNames() {
|
|
669
675
|
return [...this._layerNames];
|
|
670
676
|
}, setLayerNames(o) {
|
|
@@ -706,7 +712,7 @@ var w = { regex: { rules: { class: { pattern: /^\.([a-zA-Z][\w-]*)$/, resolve(o)
|
|
|
706
712
|
this._loadingStyles.add(o);
|
|
707
713
|
}, onStyleLoaded(o, { name: r }) {
|
|
708
714
|
this._loadingStyles.size && (this._loadingStyles.delete(r), z.emit(`theme:${r}:load`, o), !this._loadingStyles.size && z.emit("theme:load"));
|
|
709
|
-
} },
|
|
715
|
+
} }, ze = `
|
|
710
716
|
*,
|
|
711
717
|
::before,
|
|
712
718
|
::after {
|
|
@@ -838,7 +844,7 @@ function uo(o) {
|
|
|
838
844
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
839
845
|
}, uo(o);
|
|
840
846
|
}
|
|
841
|
-
function
|
|
847
|
+
function Wo(o, r) {
|
|
842
848
|
var e = Object.keys(o);
|
|
843
849
|
if (Object.getOwnPropertySymbols) {
|
|
844
850
|
var t = Object.getOwnPropertySymbols(o);
|
|
@@ -848,25 +854,25 @@ function Lo(o, r) {
|
|
|
848
854
|
}
|
|
849
855
|
return e;
|
|
850
856
|
}
|
|
851
|
-
function
|
|
857
|
+
function Io(o) {
|
|
852
858
|
for (var r = 1; r < arguments.length; r++) {
|
|
853
859
|
var e = arguments[r] != null ? arguments[r] : {};
|
|
854
|
-
r % 2 ?
|
|
855
|
-
|
|
856
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) :
|
|
860
|
+
r % 2 ? Wo(Object(e), !0).forEach(function(t) {
|
|
861
|
+
Oe(o, t, e[t]);
|
|
862
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : Wo(Object(e)).forEach(function(t) {
|
|
857
863
|
Object.defineProperty(o, t, Object.getOwnPropertyDescriptor(e, t));
|
|
858
864
|
});
|
|
859
865
|
}
|
|
860
866
|
return o;
|
|
861
867
|
}
|
|
862
|
-
function
|
|
863
|
-
return (r =
|
|
868
|
+
function Oe(o, r, e) {
|
|
869
|
+
return (r = _e(r)) in o ? Object.defineProperty(o, r, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : o[r] = e, o;
|
|
864
870
|
}
|
|
865
|
-
function
|
|
866
|
-
var r =
|
|
871
|
+
function _e(o) {
|
|
872
|
+
var r = Pe(o, "string");
|
|
867
873
|
return uo(r) == "symbol" ? r : r + "";
|
|
868
874
|
}
|
|
869
|
-
function
|
|
875
|
+
function Pe(o, r) {
|
|
870
876
|
if (uo(o) != "object" || !o) return o;
|
|
871
877
|
var e = o[Symbol.toPrimitive];
|
|
872
878
|
if (e !== void 0) {
|
|
@@ -876,42 +882,42 @@ function Oe(o, r) {
|
|
|
876
882
|
}
|
|
877
883
|
return (r === "string" ? String : Number)(o);
|
|
878
884
|
}
|
|
879
|
-
function
|
|
885
|
+
function Te(o) {
|
|
880
886
|
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
|
|
881
|
-
|
|
887
|
+
Bo() && Bo().components ? rr(o) : r ? o() : Lr(o);
|
|
882
888
|
}
|
|
883
|
-
var
|
|
884
|
-
function
|
|
885
|
-
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e =
|
|
886
|
-
},
|
|
889
|
+
var Ne = 0;
|
|
890
|
+
function je(o) {
|
|
891
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = G(!1), t = G(o), n = G(null), l = be() ? window.document : void 0, i = r.document, d = i === void 0 ? l : i, a = r.immediate, c = a === void 0 ? !0 : a, s = r.manual, g = s === void 0 ? !1 : s, u = r.name, f = u === void 0 ? "style_".concat(++Ne) : u, p = r.id, m = p === void 0 ? void 0 : p, b = r.media, h = b === void 0 ? void 0 : b, k = r.nonce, W = k === void 0 ? void 0 : k, I = r.first, Q = I === void 0 ? !1 : I, L = r.onMounted, O = L === void 0 ? void 0 : L, _ = r.onUpdated, P = _ === void 0 ? void 0 : _, M = r.onLoad, T = M === void 0 ? void 0 : M, F = r.props, H = F === void 0 ? {} : F, N = function() {
|
|
892
|
+
}, V = function(Z) {
|
|
887
893
|
var oo = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
888
894
|
if (d) {
|
|
889
|
-
var S =
|
|
890
|
-
n.value = d.querySelector('style[data-primevue-style-id="'.concat(B, '"]')) || d.getElementById(
|
|
895
|
+
var S = Io(Io({}, H), oo), B = S.name || f, X = S.id || m, po = S.nonce || W;
|
|
896
|
+
n.value = d.querySelector('style[data-primevue-style-id="'.concat(B, '"]')) || d.getElementById(X) || d.createElement("style"), n.value.isConnected || (t.value = Z || o, So(n.value, {
|
|
891
897
|
type: "text/css",
|
|
892
|
-
id:
|
|
898
|
+
id: X,
|
|
893
899
|
media: h,
|
|
894
|
-
nonce:
|
|
895
|
-
}), Q ? d.head.prepend(n.value) : d.head.appendChild(n.value),
|
|
900
|
+
nonce: po
|
|
901
|
+
}), Q ? d.head.prepend(n.value) : d.head.appendChild(n.value), he(n.value, "data-primevue-style-id", B), So(n.value, S), n.value.onload = function(ro) {
|
|
896
902
|
return T?.(ro, {
|
|
897
903
|
name: B
|
|
898
904
|
});
|
|
899
|
-
}, O?.(B)), !e.value && (N =
|
|
905
|
+
}, O?.(B)), !e.value && (N = to(t, function(ro) {
|
|
900
906
|
n.value.textContent = ro, P?.(B);
|
|
901
907
|
}, {
|
|
902
908
|
immediate: !0
|
|
903
909
|
}), e.value = !0);
|
|
904
910
|
}
|
|
905
911
|
}, J = function() {
|
|
906
|
-
!d || !e.value || (N(),
|
|
912
|
+
!d || !e.value || (N(), me(n.value) && d.head.removeChild(n.value), e.value = !1, n.value = null);
|
|
907
913
|
};
|
|
908
|
-
return c && !g &&
|
|
914
|
+
return c && !g && Te(V), {
|
|
909
915
|
id: m,
|
|
910
916
|
name: f,
|
|
911
917
|
el: n,
|
|
912
918
|
css: t,
|
|
913
919
|
unload: J,
|
|
914
|
-
load:
|
|
920
|
+
load: V,
|
|
915
921
|
isLoaded: Ir(e)
|
|
916
922
|
};
|
|
917
923
|
}
|
|
@@ -923,27 +929,27 @@ function fo(o) {
|
|
|
923
929
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
924
930
|
}, fo(o);
|
|
925
931
|
}
|
|
926
|
-
var
|
|
927
|
-
function
|
|
928
|
-
return
|
|
932
|
+
var Lo, Mo, Fo, Ho;
|
|
933
|
+
function Vo(o, r) {
|
|
934
|
+
return We(o) || Ae(o, r) || Ee(o, r) || De();
|
|
929
935
|
}
|
|
930
|
-
function
|
|
936
|
+
function De() {
|
|
931
937
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
932
938
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
933
939
|
}
|
|
934
|
-
function
|
|
940
|
+
function Ee(o, r) {
|
|
935
941
|
if (o) {
|
|
936
|
-
if (typeof o == "string") return
|
|
942
|
+
if (typeof o == "string") return Yo(o, r);
|
|
937
943
|
var e = {}.toString.call(o).slice(8, -1);
|
|
938
|
-
return e === "Object" && o.constructor && (e = o.constructor.name), e === "Map" || e === "Set" ? Array.from(o) : e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e) ?
|
|
944
|
+
return e === "Object" && o.constructor && (e = o.constructor.name), e === "Map" || e === "Set" ? Array.from(o) : e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e) ? Yo(o, r) : void 0;
|
|
939
945
|
}
|
|
940
946
|
}
|
|
941
|
-
function
|
|
947
|
+
function Yo(o, r) {
|
|
942
948
|
(r == null || r > o.length) && (r = o.length);
|
|
943
949
|
for (var e = 0, t = Array(r); e < r; e++) t[e] = o[e];
|
|
944
950
|
return t;
|
|
945
951
|
}
|
|
946
|
-
function
|
|
952
|
+
function Ae(o, r) {
|
|
947
953
|
var e = o == null ? null : typeof Symbol < "u" && o[Symbol.iterator] || o["@@iterator"];
|
|
948
954
|
if (e != null) {
|
|
949
955
|
var t, n, l, i, d = [], a = !0, c = !1;
|
|
@@ -961,10 +967,10 @@ function De(o, r) {
|
|
|
961
967
|
return d;
|
|
962
968
|
}
|
|
963
969
|
}
|
|
964
|
-
function
|
|
970
|
+
function We(o) {
|
|
965
971
|
if (Array.isArray(o)) return o;
|
|
966
972
|
}
|
|
967
|
-
function
|
|
973
|
+
function Xo(o, r) {
|
|
968
974
|
var e = Object.keys(o);
|
|
969
975
|
if (Object.getOwnPropertySymbols) {
|
|
970
976
|
var t = Object.getOwnPropertySymbols(o);
|
|
@@ -974,25 +980,25 @@ function Uo(o, r) {
|
|
|
974
980
|
}
|
|
975
981
|
return e;
|
|
976
982
|
}
|
|
977
|
-
function
|
|
983
|
+
function wo(o) {
|
|
978
984
|
for (var r = 1; r < arguments.length; r++) {
|
|
979
985
|
var e = arguments[r] != null ? arguments[r] : {};
|
|
980
|
-
r % 2 ?
|
|
981
|
-
|
|
982
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) :
|
|
986
|
+
r % 2 ? Xo(Object(e), !0).forEach(function(t) {
|
|
987
|
+
Ie(o, t, e[t]);
|
|
988
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : Xo(Object(e)).forEach(function(t) {
|
|
983
989
|
Object.defineProperty(o, t, Object.getOwnPropertyDescriptor(e, t));
|
|
984
990
|
});
|
|
985
991
|
}
|
|
986
992
|
return o;
|
|
987
993
|
}
|
|
988
|
-
function
|
|
989
|
-
return (r =
|
|
994
|
+
function Ie(o, r, e) {
|
|
995
|
+
return (r = Le(r)) in o ? Object.defineProperty(o, r, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : o[r] = e, o;
|
|
990
996
|
}
|
|
991
|
-
function
|
|
992
|
-
var r =
|
|
997
|
+
function Le(o) {
|
|
998
|
+
var r = Me(o, "string");
|
|
993
999
|
return fo(r) == "symbol" ? r : r + "";
|
|
994
1000
|
}
|
|
995
|
-
function
|
|
1001
|
+
function Me(o, r) {
|
|
996
1002
|
if (fo(o) != "object" || !o) return o;
|
|
997
1003
|
var e = o[Symbol.toPrimitive];
|
|
998
1004
|
if (e !== void 0) {
|
|
@@ -1002,10 +1008,10 @@ function Ie(o, r) {
|
|
|
1002
1008
|
}
|
|
1003
1009
|
return (r === "string" ? String : Number)(o);
|
|
1004
1010
|
}
|
|
1005
|
-
function
|
|
1011
|
+
function bo(o, r) {
|
|
1006
1012
|
return r || (r = o.slice(0)), Object.freeze(Object.defineProperties(o, { raw: { value: Object.freeze(r) } }));
|
|
1007
1013
|
}
|
|
1008
|
-
var
|
|
1014
|
+
var Fe = function(r) {
|
|
1009
1015
|
var e = r.dt;
|
|
1010
1016
|
return `
|
|
1011
1017
|
.p-hidden-accessible {
|
|
@@ -1027,17 +1033,17 @@ var Le = function(r) {
|
|
|
1027
1033
|
padding-right: `.concat(e("scrollbar.width"), `;
|
|
1028
1034
|
}
|
|
1029
1035
|
`);
|
|
1030
|
-
},
|
|
1036
|
+
}, He = {}, Ve = {}, j = {
|
|
1031
1037
|
name: "base",
|
|
1032
|
-
css:
|
|
1033
|
-
style:
|
|
1034
|
-
classes:
|
|
1035
|
-
inlineStyles:
|
|
1038
|
+
css: Fe,
|
|
1039
|
+
style: ze,
|
|
1040
|
+
classes: He,
|
|
1041
|
+
inlineStyles: Ve,
|
|
1036
1042
|
load: function(r) {
|
|
1037
1043
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : function(l) {
|
|
1038
1044
|
return l;
|
|
1039
|
-
}, n = t(
|
|
1040
|
-
return v(n) ?
|
|
1045
|
+
}, n = t(mo(Lo || (Lo = bo(["", ""])), r));
|
|
1046
|
+
return v(n) ? je(lo(n), wo({
|
|
1041
1047
|
name: this.name
|
|
1042
1048
|
}, e)) : {};
|
|
1043
1049
|
},
|
|
@@ -1049,7 +1055,7 @@ var Le = function(r) {
|
|
|
1049
1055
|
var r = this, e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
|
|
1050
1056
|
return this.load(this.style, e, function() {
|
|
1051
1057
|
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
|
|
1052
|
-
return C.transformCSS(e.name || r.name, "".concat(n).concat(
|
|
1058
|
+
return C.transformCSS(e.name || r.name, "".concat(n).concat(mo(Mo || (Mo = bo(["", ""])), t)));
|
|
1053
1059
|
});
|
|
1054
1060
|
},
|
|
1055
1061
|
getCommonTheme: function(r) {
|
|
@@ -1072,8 +1078,8 @@ var Le = function(r) {
|
|
|
1072
1078
|
if (this.css) {
|
|
1073
1079
|
var t = D(this.css, {
|
|
1074
1080
|
dt: K
|
|
1075
|
-
}) || "", n = lo(
|
|
1076
|
-
var a =
|
|
1081
|
+
}) || "", n = lo(mo(Fo || (Fo = bo(["", "", ""])), t, r)), l = Object.entries(e).reduce(function(i, d) {
|
|
1082
|
+
var a = Vo(d, 2), c = a[0], s = a[1];
|
|
1077
1083
|
return i.push("".concat(c, '="').concat(s, '"')) && i;
|
|
1078
1084
|
}, []).join(" ");
|
|
1079
1085
|
return v(n) ? '<style type="text/css" data-primevue-style-id="'.concat(this.name, '" ').concat(l, ">").concat(n, "</style>") : "";
|
|
@@ -1087,10 +1093,10 @@ var Le = function(r) {
|
|
|
1087
1093
|
getThemeStyleSheet: function(r) {
|
|
1088
1094
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = [C.getStyleSheet(this.name, r, e)];
|
|
1089
1095
|
if (this.style) {
|
|
1090
|
-
var n = this.name === "base" ? "global-style" : "".concat(this.name, "-style"), l =
|
|
1096
|
+
var n = this.name === "base" ? "global-style" : "".concat(this.name, "-style"), l = mo(Ho || (Ho = bo(["", ""])), D(this.style, {
|
|
1091
1097
|
dt: K
|
|
1092
1098
|
})), i = lo(C.transformCSS(n, l)), d = Object.entries(e).reduce(function(a, c) {
|
|
1093
|
-
var s =
|
|
1099
|
+
var s = Vo(c, 2), g = s[0], u = s[1];
|
|
1094
1100
|
return a.push("".concat(g, '="').concat(u, '"')) && a;
|
|
1095
1101
|
}, []).join(" ");
|
|
1096
1102
|
v(i) && t.push('<style type="text/css" data-primevue-style-id="'.concat(n, '" ').concat(d, ">").concat(i, "</style>"));
|
|
@@ -1098,7 +1104,7 @@ var Le = function(r) {
|
|
|
1098
1104
|
return t.join("");
|
|
1099
1105
|
},
|
|
1100
1106
|
extend: function(r) {
|
|
1101
|
-
return
|
|
1107
|
+
return wo(wo({}, this), {}, {
|
|
1102
1108
|
css: void 0,
|
|
1103
1109
|
style: void 0
|
|
1104
1110
|
}, r);
|
|
@@ -1110,7 +1116,7 @@ j.extend({
|
|
|
1110
1116
|
j.extend({
|
|
1111
1117
|
name: "common"
|
|
1112
1118
|
});
|
|
1113
|
-
var
|
|
1119
|
+
var ho = nr();
|
|
1114
1120
|
function go(o) {
|
|
1115
1121
|
"@babel/helpers - typeof";
|
|
1116
1122
|
return go = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(r) {
|
|
@@ -1119,7 +1125,7 @@ function go(o) {
|
|
|
1119
1125
|
return r && typeof Symbol == "function" && r.constructor === Symbol && r !== Symbol.prototype ? "symbol" : typeof r;
|
|
1120
1126
|
}, go(o);
|
|
1121
1127
|
}
|
|
1122
|
-
function
|
|
1128
|
+
function Go(o, r) {
|
|
1123
1129
|
var e = Object.keys(o);
|
|
1124
1130
|
if (Object.getOwnPropertySymbols) {
|
|
1125
1131
|
var t = Object.getOwnPropertySymbols(o);
|
|
@@ -1129,25 +1135,25 @@ function qo(o, r) {
|
|
|
1129
1135
|
}
|
|
1130
1136
|
return e;
|
|
1131
1137
|
}
|
|
1132
|
-
function
|
|
1138
|
+
function vo(o) {
|
|
1133
1139
|
for (var r = 1; r < arguments.length; r++) {
|
|
1134
1140
|
var e = arguments[r] != null ? arguments[r] : {};
|
|
1135
|
-
r % 2 ?
|
|
1136
|
-
|
|
1137
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) :
|
|
1141
|
+
r % 2 ? Go(Object(e), !0).forEach(function(t) {
|
|
1142
|
+
Ye(o, t, e[t]);
|
|
1143
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(e)) : Go(Object(e)).forEach(function(t) {
|
|
1138
1144
|
Object.defineProperty(o, t, Object.getOwnPropertyDescriptor(e, t));
|
|
1139
1145
|
});
|
|
1140
1146
|
}
|
|
1141
1147
|
return o;
|
|
1142
1148
|
}
|
|
1143
|
-
function
|
|
1144
|
-
return (r =
|
|
1149
|
+
function Ye(o, r, e) {
|
|
1150
|
+
return (r = Xe(r)) in o ? Object.defineProperty(o, r, { value: e, enumerable: !0, configurable: !0, writable: !0 }) : o[r] = e, o;
|
|
1145
1151
|
}
|
|
1146
|
-
function
|
|
1147
|
-
var r =
|
|
1152
|
+
function Xe(o) {
|
|
1153
|
+
var r = Ge(o, "string");
|
|
1148
1154
|
return go(r) == "symbol" ? r : r + "";
|
|
1149
1155
|
}
|
|
1150
|
-
function
|
|
1156
|
+
function Ge(o, r) {
|
|
1151
1157
|
if (go(o) != "object" || !o) return o;
|
|
1152
1158
|
var e = o[Symbol.toPrimitive];
|
|
1153
1159
|
if (e !== void 0) {
|
|
@@ -1157,7 +1163,7 @@ function Ye(o, r) {
|
|
|
1157
1163
|
}
|
|
1158
1164
|
return (r === "string" ? String : Number)(o);
|
|
1159
1165
|
}
|
|
1160
|
-
var
|
|
1166
|
+
var Ue = {
|
|
1161
1167
|
ripple: !1,
|
|
1162
1168
|
inputStyle: null,
|
|
1163
1169
|
inputVariant: null,
|
|
@@ -1303,33 +1309,33 @@ var Xe = {
|
|
|
1303
1309
|
csp: {
|
|
1304
1310
|
nonce: void 0
|
|
1305
1311
|
}
|
|
1306
|
-
},
|
|
1307
|
-
function
|
|
1312
|
+
}, qe = Symbol();
|
|
1313
|
+
function Ke(o, r) {
|
|
1308
1314
|
var e = {
|
|
1309
1315
|
config: Mr(r)
|
|
1310
1316
|
};
|
|
1311
|
-
return o.config.globalProperties.$primevue = e, o.provide(
|
|
1317
|
+
return o.config.globalProperties.$primevue = e, o.provide(qe, e), Qe(), Je(o, e), e;
|
|
1312
1318
|
}
|
|
1313
|
-
var
|
|
1314
|
-
function
|
|
1315
|
-
z.clear(),
|
|
1319
|
+
var no = [];
|
|
1320
|
+
function Qe() {
|
|
1321
|
+
z.clear(), no.forEach(function(o) {
|
|
1316
1322
|
return o?.();
|
|
1317
|
-
}),
|
|
1323
|
+
}), no = [];
|
|
1318
1324
|
}
|
|
1319
|
-
function
|
|
1320
|
-
var e =
|
|
1325
|
+
function Je(o, r) {
|
|
1326
|
+
var e = G(!1), t = function() {
|
|
1321
1327
|
var c;
|
|
1322
1328
|
if (((c = r.config) === null || c === void 0 ? void 0 : c.theme) !== "none" && !C.isStyleNameLoaded("common")) {
|
|
1323
1329
|
var s, g, u = ((s = j.getCommonTheme) === null || s === void 0 ? void 0 : s.call(j)) || {}, f = u.primitive, p = u.semantic, m = u.global, b = u.style, h = {
|
|
1324
1330
|
nonce: (g = r.config) === null || g === void 0 || (g = g.csp) === null || g === void 0 ? void 0 : g.nonce
|
|
1325
1331
|
};
|
|
1326
|
-
j.load(f?.css,
|
|
1332
|
+
j.load(f?.css, vo({
|
|
1327
1333
|
name: "primitive-variables"
|
|
1328
|
-
}, h)), j.load(p?.css,
|
|
1334
|
+
}, h)), j.load(p?.css, vo({
|
|
1329
1335
|
name: "semantic-variables"
|
|
1330
|
-
}, h)), j.load(m?.css,
|
|
1336
|
+
}, h)), j.load(m?.css, vo({
|
|
1331
1337
|
name: "global-variables"
|
|
1332
|
-
}, h)), j.loadStyle(
|
|
1338
|
+
}, h)), j.loadStyle(vo({
|
|
1333
1339
|
name: "global-style"
|
|
1334
1340
|
}, h), b), C.setLoadedStyleName("common");
|
|
1335
1341
|
}
|
|
@@ -1337,38 +1343,38 @@ function Ke(o, r) {
|
|
|
1337
1343
|
z.on("theme:change", function(a) {
|
|
1338
1344
|
e.value || (o.config.globalProperties.$primevue.config.theme = a, e.value = !0);
|
|
1339
1345
|
});
|
|
1340
|
-
var n =
|
|
1341
|
-
|
|
1346
|
+
var n = to(r.config, function(a, c) {
|
|
1347
|
+
ho.emit("config:change", {
|
|
1342
1348
|
newValue: a,
|
|
1343
1349
|
oldValue: c
|
|
1344
1350
|
});
|
|
1345
1351
|
}, {
|
|
1346
1352
|
immediate: !0,
|
|
1347
1353
|
deep: !0
|
|
1348
|
-
}), l =
|
|
1354
|
+
}), l = to(function() {
|
|
1349
1355
|
return r.config.ripple;
|
|
1350
1356
|
}, function(a, c) {
|
|
1351
|
-
|
|
1357
|
+
ho.emit("config:ripple:change", {
|
|
1352
1358
|
newValue: a,
|
|
1353
1359
|
oldValue: c
|
|
1354
1360
|
});
|
|
1355
1361
|
}, {
|
|
1356
1362
|
immediate: !0,
|
|
1357
1363
|
deep: !0
|
|
1358
|
-
}), i =
|
|
1364
|
+
}), i = to(function() {
|
|
1359
1365
|
return r.config.theme;
|
|
1360
1366
|
}, function(a, c) {
|
|
1361
|
-
e.value || C.setTheme(a), r.config.unstyled || t(), e.value = !1,
|
|
1367
|
+
e.value || C.setTheme(a), r.config.unstyled || t(), e.value = !1, ho.emit("config:theme:change", {
|
|
1362
1368
|
newValue: a,
|
|
1363
1369
|
oldValue: c
|
|
1364
1370
|
});
|
|
1365
1371
|
}, {
|
|
1366
1372
|
immediate: !0,
|
|
1367
1373
|
deep: !1
|
|
1368
|
-
}), d =
|
|
1374
|
+
}), d = to(function() {
|
|
1369
1375
|
return r.config.unstyled;
|
|
1370
1376
|
}, function(a, c) {
|
|
1371
|
-
!a && r.config.theme && t(),
|
|
1377
|
+
!a && r.config.theme && t(), ho.emit("config:unstyled:change", {
|
|
1372
1378
|
newValue: a,
|
|
1373
1379
|
oldValue: c
|
|
1374
1380
|
});
|
|
@@ -1376,21 +1382,21 @@ function Ke(o, r) {
|
|
|
1376
1382
|
immediate: !0,
|
|
1377
1383
|
deep: !0
|
|
1378
1384
|
});
|
|
1379
|
-
|
|
1385
|
+
no.push(n), no.push(l), no.push(i), no.push(d);
|
|
1380
1386
|
}
|
|
1381
|
-
var
|
|
1387
|
+
var Ze = {
|
|
1382
1388
|
install: function(r, e) {
|
|
1383
|
-
var t =
|
|
1384
|
-
|
|
1389
|
+
var t = ge(Ue, e);
|
|
1390
|
+
Ke(r, t);
|
|
1385
1391
|
}
|
|
1386
|
-
}, Je = { transitionDuration: "{transition.duration}" }, Ze = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, ot = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, rt = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, et = { root: Je, panel: Ze, header: ot, content: rt }, tt = { 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}" }, nt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, at = { padding: "{list.padding}", gap: "{list.gap}" }, it = { 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}" }, dt = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, ct = { 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}" } }, lt = { borderRadius: "{border.radius.sm}" }, st = { padding: "{list.option.padding}" }, ut = { 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}" } } }, ft = { root: tt, overlay: nt, list: at, option: it, optionGroup: dt, dropdown: ct, chip: lt, emptyMessage: st, colorScheme: ut }, gt = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, pt = { size: "1rem" }, mt = { borderColor: "{content.background}", offset: "-0.75rem" }, bt = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, ht = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, vt = { root: gt, icon: pt, group: mt, lg: bt, xl: ht }, kt = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, yt = { size: "0.5rem" }, Ct = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, xt = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, wt = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, $t = { 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}" } } }, Bt = { root: kt, dot: yt, sm: Ct, lg: xt, xl: wt, colorScheme: $t }, St = { 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" } }, Rt = { 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}" } } } } }, zt = { primitive: St, semantic: Rt }, Ot = { borderRadius: "{content.border.radius}" }, _t = { root: Ot }, Pt = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, Tt = { 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}" } }, Nt = { color: "{navigation.item.icon.color}" }, jt = { root: Pt, item: Tt, separator: Nt }, Dt = { 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}" }, Et = { 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}" } } }, At = { root: Dt, colorScheme: Et }, Wt = { 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)" }, It = { padding: "1.25rem", gap: "0.5rem" }, Lt = { gap: "0.5rem" }, Mt = { fontSize: "1.25rem", fontWeight: "500" }, Ft = { color: "{text.muted.color}" }, Ht = { root: Wt, body: It, caption: Lt, title: Mt, subtitle: Ft }, Vt = { transitionDuration: "{transition.duration}" }, Yt = { gap: "0.25rem" }, Xt = { padding: "1rem", gap: "0.5rem" }, Gt = { 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}" } }, Ut = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, qt = { root: Vt, content: Yt, indicatorList: Xt, indicator: Gt, colorScheme: Ut }, Kt = { 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}" } }, Qt = { width: "2.5rem", color: "{form.field.icon.color}" }, Jt = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Zt = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, on = { 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" } }, rn = { color: "{form.field.icon.color}" }, en = { root: Kt, dropdown: Qt, overlay: Jt, list: Zt, option: on, clearIcon: rn }, tn = { 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" } }, nn = { 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" } }, an = { root: tn, icon: nn }, dn = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, cn = { width: "2rem", height: "2rem" }, ln = { size: "1rem" }, sn = { 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}" } }, un = { 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}" } } }, fn = { root: dn, image: cn, icon: ln, removeIcon: sn, colorScheme: un }, gn = { transitionDuration: "{transition.duration}" }, pn = { 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}" } }, mn = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, bn = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, hn = { root: gn, preview: pn, panel: mn, colorScheme: bn }, vn = { size: "2rem", color: "{overlay.modal.color}" }, kn = { gap: "1rem" }, yn = { icon: vn, content: kn }, Cn = { 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" }, xn = { padding: "{overlay.popover.padding}", gap: "1rem" }, wn = { size: "1.5rem", color: "{overlay.popover.color}" }, $n = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Bn = { root: Cn, content: xn, icon: wn, footer: $n }, Sn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Rn = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, zn = { 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}" } }, On = { mobileIndent: "1rem" }, _n = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Pn = { borderColor: "{content.border.color}" }, Tn = { root: Sn, list: Rn, item: zn, submenu: On, submenuIcon: _n, separator: Pn }, Nn = { transitionDuration: "{transition.duration}" }, jn = { 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" } }, Dn = { 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" } }, En = { fontWeight: "600" }, An = { 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}" } }, Wn = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, In = { 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" } }, Ln = { fontWeight: "600" }, Mn = { 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" } }, Fn = { color: "{primary.color}" }, Hn = { width: "0.5rem" }, Vn = { width: "1px", color: "{primary.color}" }, Yn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Xn = { size: "2rem" }, Gn = { 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}" } }, Un = { 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}" } }, qn = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Kn = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Qn = { 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}" } } }, Jn = { root: Nn, header: jn, headerCell: Dn, columnTitle: En, row: An, bodyCell: Wn, footerCell: In, columnFooter: Ln, footer: Mn, dropPoint: Fn, columnResizer: Hn, resizeIndicator: Vn, sortIcon: Yn, loadingIcon: Xn, rowToggleButton: Gn, filter: Un, paginatorTop: qn, paginatorBottom: Kn, colorScheme: Qn }, Zn = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, oa = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ra = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, ea = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, ta = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, na = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, aa = { root: Zn, header: oa, content: ra, footer: ea, paginatorTop: ta, paginatorBottom: na }, ia = { transitionDuration: "{transition.duration}" }, da = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, ca = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, la = { gap: "0.5rem", fontWeight: "500" }, sa = { 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}" } }, ua = { color: "{form.field.icon.color}" }, fa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, ga = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, pa = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, ma = { margin: "0.5rem 0 0 0" }, ba = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, ha = { hoverBackground: "{content.hover.background}", selectedBackground: "{primary.color}", rangeSelectedBackground: "{highlight.background}", color: "{content.color}", hoverColor: "{content.hover.color}", selectedColor: "{primary.contrast.color}", rangeSelectedColor: "{highlight.color}", width: "2rem", height: "2rem", borderRadius: "50%", padding: "0.25rem", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, va = { margin: "0.5rem 0 0 0" }, ka = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, ya = { margin: "0.5rem 0 0 0" }, Ca = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, xa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, wa = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, $a = { 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}" } } }, Ba = { root: ia, panel: da, header: ca, title: la, dropdown: sa, inputIcon: ua, selectMonth: fa, selectYear: ga, group: pa, dayView: ma, weekDay: ba, date: ha, monthView: va, month: ka, yearView: ya, year: Ca, buttonbar: xa, timePicker: wa, colorScheme: $a }, Sa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Ra = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, za = { fontSize: "1.25rem", fontWeight: "600" }, Oa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, _a = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Pa = { root: Sa, header: Ra, title: za, content: Oa, footer: _a }, Ta = { borderColor: "{content.border.color}" }, Na = { background: "{content.background}", color: "{text.color}" }, ja = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Da = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Ea = { root: Ta, content: Na, horizontal: ja, vertical: Da }, Aa = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, Wa = { 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}" } }, Ia = { root: Aa, item: Wa }, La = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Ma = { padding: "{overlay.modal.padding}" }, Fa = { fontSize: "1.5rem", fontWeight: "600" }, Ha = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Va = { padding: "{overlay.modal.padding}" }, Ya = { root: La, header: Ma, title: Fa, content: Ha, footer: Va }, Xa = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, Ga = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ua = { 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}" }, qa = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Ka = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Qa = { toolbar: Xa, toolbarItem: Ga, overlay: Ua, overlayOption: qa, content: Ka }, Ja = { 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}" }, Za = { 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}" } }, oi = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, ri = { padding: "0" }, ei = { root: Ja, legend: Za, toggleIcon: oi, content: ri }, ti = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, ni = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, ai = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, ii = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, di = { gap: "0.5rem" }, ci = { height: "0.25rem" }, li = { gap: "0.5rem" }, si = { root: ti, header: ni, content: ai, file: ii, fileList: di, progressbar: ci, basic: li }, ui = { 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" } }, fi = { active: { top: "-1.25rem" } }, gi = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, pi = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, mi = { root: ui, over: fi, in: gi, on: pi }, bi = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, hi = { 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}" } }, vi = { size: "1.5rem" }, ki = { background: "{content.background}", padding: "1rem 0.25rem" }, yi = { 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}" } }, Ci = { size: "1rem" }, xi = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, wi = { gap: "0.5rem", padding: "1rem" }, $i = { 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}" } }, Bi = { background: "rgba(0, 0, 0, 0.5)" }, Si = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Ri = { 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}" } }, zi = { size: "1.5rem" }, Oi = { 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}" } } }, _i = { root: bi, navButton: hi, navIcon: vi, thumbnailsContent: ki, thumbnailNavButton: yi, thumbnailNavButtonIcon: Ci, caption: xi, indicatorList: wi, indicatorButton: $i, insetIndicatorList: Bi, insetIndicatorButton: Si, closeButton: Ri, closeButtonIcon: zi, colorScheme: Oi }, Pi = { color: "{form.field.icon.color}" }, Ti = { icon: Pi }, Ni = { 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" }, ji = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Di = { root: Ni, input: ji }, Ei = { transitionDuration: "{transition.duration}" }, Ai = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Wi = { 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" }, Ii = { 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}" } }, Li = { root: Ei, preview: Ai, toolbar: Wi, action: Ii }, Mi = { 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}" } }, Fi = { handle: Mi }, Hi = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, Vi = { fontWeight: "500" }, Yi = { size: "1rem" }, Xi = { 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%)" } } }, Gi = { root: Hi, text: Vi, icon: Yi, colorScheme: Xi }, Ui = { 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}" }, qi = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, Ki = { root: Ui, display: qi }, Qi = { 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}" }, Ji = { borderRadius: "{border.radius.sm}" }, Zi = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, od = { root: Qi, chip: Ji, colorScheme: Zi }, rd = { 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" }, ed = { addon: rd }, td = { transitionDuration: "{transition.duration}" }, nd = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, ad = { 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}" } } }, id = { root: td, button: nd, colorScheme: ad }, dd = { gap: "0.5rem" }, cd = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, ld = { root: dd, input: cd }, sd = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, ud = { root: sd }, fd = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, gd = { background: "{primary.color}" }, pd = { background: "{content.border.color}" }, md = { color: "{text.muted.color}" }, bd = { root: fd, value: gd, range: pd, text: md }, hd = { 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}" }, vd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, kd = { 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}" }, yd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Cd = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, xd = { padding: "{list.option.padding}" }, wd = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, $d = { root: hd, list: vd, option: kd, optionGroup: yd, checkmark: Cd, emptyMessage: xd, colorScheme: wd }, Bd = { 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}" }, Sd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Rd = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, zd = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Od = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _d = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Pd = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Td = { borderColor: "{content.border.color}" }, Nd = { 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}" } }, jd = { root: Bd, baseItem: Sd, item: Rd, overlay: zd, submenu: Od, submenuLabel: _d, submenuIcon: Pd, separator: Td, mobileButton: Nd }, Dd = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ed = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Ad = { 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}" } }, Wd = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Id = { borderColor: "{content.border.color}" }, Ld = { root: Dd, list: Ed, item: Ad, submenuLabel: Wd, separator: Id }, Md = { 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}" }, Fd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Hd = { 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}" } }, Vd = { 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}" } }, Yd = { borderColor: "{content.border.color}" }, Xd = { 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}" } }, Gd = { root: Md, baseItem: Fd, item: Hd, submenu: Vd, separator: Yd, mobileButton: Xd }, Ud = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, qd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, Kd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, Qd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, Jd = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, Zd = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, oc = { root: { borderWidth: "1px" } }, rc = { content: { padding: "0" } }, ec = { 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}" } } } }, tc = { root: Ud, content: qd, text: Kd, icon: Qd, closeButton: Jd, closeIcon: Zd, outlined: oc, simple: rc, colorScheme: ec }, nc = { borderRadius: "{content.border.radius}", gap: "1rem" }, ac = { background: "{content.border.color}", size: "0.5rem" }, ic = { gap: "0.5rem" }, dc = { size: "0.5rem" }, cc = { size: "1rem" }, lc = { verticalGap: "0.5rem", horizontalGap: "1rem" }, sc = { root: nc, meters: ac, label: ic, labelMarker: dc, labelIcon: cc, labelList: lc }, uc = { 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}" } }, fc = { width: "2.5rem", color: "{form.field.icon.color}" }, gc = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, pc = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, mc = { 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" }, bc = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, hc = { color: "{form.field.icon.color}" }, vc = { borderRadius: "{border.radius.sm}" }, kc = { padding: "{list.option.padding}" }, yc = { root: uc, dropdown: fc, overlay: gc, list: pc, option: mc, optionGroup: bc, chip: vc, clearIcon: hc, emptyMessage: kc }, Cc = { gap: "1.125rem" }, xc = { gap: "0.5rem" }, wc = { root: Cc, controls: xc }, $c = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Bc = { 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}" }, Sc = { 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}" } }, Rc = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, zc = { root: $c, node: Bc, nodeToggleButton: Sc, connector: Rc }, Oc = { outline: { width: "2px", color: "{content.background}" } }, _c = { root: Oc }, Pc = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Tc = { 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}" } }, Nc = { color: "{text.muted.color}" }, jc = { maxWidth: "2.5rem" }, Dc = { root: Pc, navButton: Tc, currentPageReport: Nc, jumpToPageInput: jc }, Ec = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ac = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Wc = { padding: "0.375rem 1.125rem" }, Ic = { fontWeight: "600" }, Lc = { padding: "0 1.125rem 1.125rem 1.125rem" }, Mc = { padding: "0 1.125rem 1.125rem 1.125rem" }, Fc = { root: Ec, header: Ac, toggleableHeader: Wc, title: Ic, content: Lc, footer: Mc }, Hc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Vc = { 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}" } }, Yc = { 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}" } }, Xc = { indent: "1rem" }, Gc = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, Uc = { root: Hc, panel: Vc, item: Yc, submenu: Xc, submenuIcon: Gc }, qc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, Kc = { color: "{form.field.icon.color}" }, Qc = { 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}" }, Jc = { gap: "0.5rem" }, Zc = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, ol = { meter: qc, icon: Kc, overlay: Qc, content: Jc, colorScheme: Zc }, rl = { gap: "1.125rem" }, el = { gap: "0.5rem" }, tl = { root: rl, controls: el }, nl = { 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" }, al = { padding: "{overlay.popover.padding}" }, il = { root: nl, content: al }, dl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, cl = { background: "{primary.color}" }, ll = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, sl = { root: dl, value: cl, label: ll }, ul = { 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}" } } }, fl = { colorScheme: ul }, gl = { 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" } }, pl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, ml = { root: gl, icon: pl }, bl = { 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}" } }, hl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, vl = { root: bl, icon: hl }, kl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, yl = { colorScheme: kl }, Cl = { transitionDuration: "{transition.duration}" }, xl = { 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}" } }, wl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, $l = { root: Cl, bar: xl, colorScheme: wl }, Bl = { 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}" } }, Sl = { width: "2.5rem", color: "{form.field.icon.color}" }, Rl = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, zl = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Ol = { 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}" }, _l = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Pl = { color: "{form.field.icon.color}" }, Tl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Nl = { padding: "{list.option.padding}" }, jl = { root: Bl, dropdown: Sl, overlay: Rl, list: zl, option: Ol, optionGroup: _l, clearIcon: Pl, checkmark: Tl, emptyMessage: Nl }, Dl = { borderRadius: "{form.field.border.radius}" }, El = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Al = { root: Dl, colorScheme: El }, Wl = { borderRadius: "{content.border.radius}" }, Il = { 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)" } } }, Ll = { root: Wl, colorScheme: Il }, Ml = { transitionDuration: "{transition.duration}" }, Fl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, Hl = { background: "{primary.color}" }, Vl = { 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}" } }, Yl = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, Xl = { root: Ml, track: Fl, range: Hl, handle: Vl, colorScheme: Yl }, Gl = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Ul = { root: Gl }, ql = { 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)" }, Kl = { root: ql }, Ql = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, Jl = { background: "{content.border.color}" }, Zl = { 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}" } }, os = { root: Ql, gutter: Jl, handle: Zl }, rs = { transitionDuration: "{transition.duration}" }, es = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, ts = { padding: "0.5rem", gap: "1rem" }, ns = { 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" }, as = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, is = { 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)" }, ds = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, cs = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, ls = { root: rs, separator: es, step: ts, stepHeader: ns, stepTitle: as, stepNumber: is, steppanels: ds, steppanel: cs }, ss = { transitionDuration: "{transition.duration}" }, us = { background: "{content.border.color}" }, fs = { 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" }, gs = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, ps = { 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)" }, ms = { root: ss, separator: us, itemLink: fs, itemLabel: gs, itemNumber: ps }, bs = { transitionDuration: "{transition.duration}" }, hs = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, vs = { 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}" } }, ks = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, ys = { height: "1px", bottom: "-1px", background: "{primary.color}" }, Cs = { root: bs, tablist: hs, item: vs, itemIcon: ks, activeBar: ys }, xs = { transitionDuration: "{transition.duration}" }, ws = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, $s = { 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}" } }, Bs = { 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}" } }, Ss = { 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}" } }, Rs = { height: "1px", bottom: "-1px", background: "{primary.color}" }, zs = { 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%)" } } }, Os = { root: xs, tablist: ws, tab: $s, tabpanel: Bs, navButton: Ss, activeBar: Rs, colorScheme: zs }, _s = { transitionDuration: "{transition.duration}" }, Ps = { background: "{content.background}", borderColor: "{content.border.color}" }, Ts = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ns = { background: "{content.background}", color: "{content.color}" }, js = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, Ds = { 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%)" } } }, Es = { root: _s, tabList: Ps, tab: Ts, tabPanel: Ns, navButton: js, colorScheme: Ds }, As = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Ws = { size: "0.75rem" }, Is = { 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}" } } }, Ls = { root: As, icon: Ws, colorScheme: Is }, Ms = { 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}" }, Fs = { gap: "0.25rem" }, Hs = { margin: "2px 0" }, Vs = { root: Ms, prompt: Fs, commandResponse: Hs }, Ys = { 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}" } }, Xs = { root: Ys }, Gs = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Us = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, qs = { 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}" } }, Ks = { mobileIndent: "1rem" }, Qs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Js = { borderColor: "{content.border.color}" }, Zs = { root: Gs, list: Us, item: qs, submenu: Ks, submenuIcon: Qs, separator: Js }, ou = { minHeight: "5rem" }, ru = { eventContent: { padding: "1rem 0" } }, eu = { eventContent: { padding: "0 1rem" } }, tu = { 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)" } }, nu = { color: "{content.border.color}", size: "2px" }, au = { event: ou, horizontal: ru, vertical: eu, eventMarker: tu, eventConnector: nu }, iu = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, du = { size: "1.125rem" }, cu = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, lu = { gap: "0.5rem" }, su = { fontWeight: "500", fontSize: "1rem" }, uu = { fontWeight: "500", fontSize: "0.875rem" }, fu = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, gu = { size: "1rem" }, pu = { 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" } } } } }, mu = { root: iu, icon: du, content: cu, text: lu, summary: su, detail: uu, closeButton: fu, closeIcon: gu, colorScheme: pu }, bu = { 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" } }, hu = { disabledColor: "{form.field.disabled.color}" }, vu = { 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" } }, ku = { 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}" } } }, yu = { root: bu, icon: hu, content: vu, colorScheme: ku }, Cu = { 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" }, xu = { borderRadius: "50%", size: "1rem" }, wu = { 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}" } } }, $u = { root: Cu, handle: xu, colorScheme: wu }, Bu = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, Su = { root: Bu }, Ru = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, zu = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Ou = { root: Ru, colorScheme: zu }, _u = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Pu = { 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" }, Tu = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Nu = { 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}" } }, ju = { size: "2rem" }, Du = { margin: "0 0 0.5rem 0" }, Eu = { root: _u, node: Pu, nodeIcon: Tu, nodeToggleButton: Nu, loadingIcon: ju, filter: Du }, Au = { 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}" } }, Wu = { width: "2.5rem", color: "{form.field.icon.color}" }, Iu = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Lu = { padding: "{list.padding}" }, Mu = { padding: "{list.option.padding}" }, Fu = { borderRadius: "{border.radius.sm}" }, Hu = { color: "{form.field.icon.color}" }, Vu = { root: Au, dropdown: Wu, overlay: Iu, tree: Lu, emptyMessage: Mu, chip: Fu, clearIcon: Hu }, Yu = { transitionDuration: "{transition.duration}" }, Xu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, Gu = { 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}" } }, Uu = { fontWeight: "600" }, qu = { 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}" } }, Ku = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, Qu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, Ju = { fontWeight: "600" }, Zu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, o0 = { width: "0.5rem" }, r0 = { width: "1px", color: "{primary.color}" }, e0 = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, t0 = { size: "2rem" }, n0 = { 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}" } }, a0 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, i0 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, d0 = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, c0 = { root: Yu, header: Xu, headerCell: Gu, columnTitle: Uu, row: qu, bodyCell: Ku, footerCell: Qu, columnFooter: Ju, footer: Zu, columnResizer: o0, resizeIndicator: r0, sortIcon: e0, loadingIcon: t0, nodeToggleButton: n0, paginatorTop: a0, paginatorBottom: i0, colorScheme: d0 }, l0 = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, s0 = { loader: l0 }, u0 = Object.defineProperty, f0 = Object.defineProperties, g0 = Object.getOwnPropertyDescriptors, Ko = Object.getOwnPropertySymbols, p0 = Object.prototype.hasOwnProperty, m0 = Object.prototype.propertyIsEnumerable, Qo = (o, r, e) => r in o ? u0(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Jo, b0 = (Jo = ((o, r) => {
|
|
1387
|
-
for (var e in r || (r = {}))
|
|
1388
|
-
if (
|
|
1392
|
+
}, ot = { transitionDuration: "{transition.duration}" }, rt = { borderWidth: "0 0 1px 0", borderColor: "{content.border.color}" }, et = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}", padding: "1.125rem", fontWeight: "600", borderRadius: "0", borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", hoverBackground: "{content.background}", activeBackground: "{content.background}", activeHoverBackground: "{content.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "-1px", shadow: "{focus.ring.shadow}" }, toggleIcon: { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{text.color}", activeHoverColor: "{text.color}" }, first: { topBorderRadius: "{content.border.radius}", borderWidth: "0" }, last: { bottomBorderRadius: "{content.border.radius}", activeBottomBorderRadius: "0" } }, tt = { borderWidth: "0", borderColor: "{content.border.color}", background: "{content.background}", color: "{text.color}", padding: "0 1.125rem 1.125rem 1.125rem" }, nt = { root: ot, panel: rt, header: et, content: tt }, at = { 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}" }, it = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, dt = { padding: "{list.padding}", gap: "{list.gap}" }, ct = { 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}" }, lt = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, st = { 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}" } }, ut = { borderRadius: "{border.radius.sm}" }, ft = { padding: "{list.option.padding}" }, gt = { 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}" } } }, pt = { root: at, overlay: it, list: dt, option: ct, optionGroup: lt, dropdown: st, chip: ut, emptyMessage: ft, colorScheme: gt }, mt = { width: "2rem", height: "2rem", fontSize: "1rem", background: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, bt = { size: "1rem" }, ht = { borderColor: "{content.background}", offset: "-0.75rem" }, vt = { width: "3rem", height: "3rem", fontSize: "1.5rem", icon: { size: "1.5rem" }, group: { offset: "-1rem" } }, kt = { width: "4rem", height: "4rem", fontSize: "2rem", icon: { size: "2rem" }, group: { offset: "-1.5rem" } }, yt = { root: mt, icon: bt, group: ht, lg: vt, xl: kt }, Ct = { borderRadius: "{border.radius.md}", padding: "0 0.5rem", fontSize: "0.75rem", fontWeight: "700", minWidth: "1.5rem", height: "1.5rem" }, xt = { size: "0.5rem" }, wt = { fontSize: "0.625rem", minWidth: "1.25rem", height: "1.25rem" }, $t = { fontSize: "0.875rem", minWidth: "1.75rem", height: "1.75rem" }, Bt = { fontSize: "1rem", minWidth: "2rem", height: "2rem" }, St = { 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}" } } }, Rt = { root: Ct, dot: xt, sm: wt, lg: $t, xl: Bt, colorScheme: St }, zt = { 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" } }, Ot = { 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}" } } } } }, _t = { primitive: zt, semantic: Ot }, Pt = { borderRadius: "{content.border.radius}" }, Tt = { root: Pt }, Nt = { padding: "1rem", background: "{content.background}", gap: "0.5rem", transitionDuration: "{transition.duration}" }, jt = { 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}" } }, Dt = { color: "{navigation.item.icon.color}" }, Et = { root: Nt, item: jt, separator: Dt }, At = { 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}" }, Wt = { 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}" } } }, It = { root: At, colorScheme: Wt }, Lt = { 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)" }, Mt = { padding: "1.25rem", gap: "0.5rem" }, Ft = { gap: "0.5rem" }, Ht = { fontSize: "1.25rem", fontWeight: "500" }, Vt = { color: "{text.muted.color}" }, Yt = { root: Lt, body: Mt, caption: Ft, title: Ht, subtitle: Vt }, Xt = { transitionDuration: "{transition.duration}" }, Gt = { gap: "0.25rem" }, Ut = { padding: "1rem", gap: "0.5rem" }, qt = { 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}" } }, Kt = { light: { indicator: { background: "{surface.200}", hoverBackground: "{surface.300}", activeBackground: "{primary.color}" } }, dark: { indicator: { background: "{surface.700}", hoverBackground: "{surface.600}", activeBackground: "{primary.color}" } } }, Qt = { root: Xt, content: Gt, indicatorList: Ut, indicator: qt, colorScheme: Kt }, Jt = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Zt = { width: "2.5rem", color: "{form.field.icon.color}" }, on = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, rn = { padding: "{list.padding}", gap: "{list.gap}", mobileIndent: "1rem" }, en = { 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" } }, tn = { color: "{form.field.icon.color}" }, nn = { root: Jt, dropdown: Zt, overlay: on, list: rn, option: en, clearIcon: tn }, an = { 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" } }, dn = { 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" } }, cn = { root: an, icon: dn }, ln = { borderRadius: "16px", paddingX: "0.75rem", paddingY: "0.5rem", gap: "0.5rem", transitionDuration: "{transition.duration}" }, sn = { width: "2rem", height: "2rem" }, un = { size: "1rem" }, fn = { 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}" } }, gn = { 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}" } } }, pn = { root: ln, image: sn, icon: un, removeIcon: fn, colorScheme: gn }, mn = { transitionDuration: "{transition.duration}" }, bn = { 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}" } }, hn = { shadow: "{overlay.popover.shadow}", borderRadius: "{overlay.popover.borderRadius}" }, vn = { light: { panel: { background: "{surface.800}", borderColor: "{surface.900}" }, handle: { color: "{surface.0}" } }, dark: { panel: { background: "{surface.900}", borderColor: "{surface.700}" }, handle: { color: "{surface.0}" } } }, kn = { root: mn, preview: bn, panel: hn, colorScheme: vn }, yn = { size: "2rem", color: "{overlay.modal.color}" }, Cn = { gap: "1rem" }, xn = { icon: yn, content: Cn }, wn = { 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" }, $n = { padding: "{overlay.popover.padding}", gap: "1rem" }, Bn = { size: "1.5rem", color: "{overlay.popover.color}" }, Sn = { gap: "0.5rem", padding: "0 {overlay.popover.padding} {overlay.popover.padding} {overlay.popover.padding}" }, Rn = { root: wn, content: $n, icon: Bn, footer: Sn }, zn = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, On = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, _n = { 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}" } }, Pn = { mobileIndent: "1rem" }, Tn = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, Nn = { borderColor: "{content.border.color}" }, jn = { root: zn, list: On, item: _n, submenu: Pn, submenuIcon: Tn, separator: Nn }, Dn = { transitionDuration: "{transition.duration}" }, En = { 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" } }, An = { 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" } }, Wn = { fontWeight: "600" }, In = { 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}" } }, Ln = { borderColor: "{datatable.border.color}", padding: "0.75rem 1rem", sm: { padding: "0.375rem 0.5rem" }, lg: { padding: "1rem 1.25rem" } }, Mn = { 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" } }, Fn = { fontWeight: "600" }, Hn = { 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" } }, Vn = { color: "{primary.color}" }, Yn = { width: "0.5rem" }, Xn = { width: "1px", color: "{primary.color}" }, Gn = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, Un = { size: "2rem" }, qn = { 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}" } }, Kn = { 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}" } }, Qn = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Jn = { borderColor: "{datatable.border.color}", borderWidth: "0 0 1px 0" }, Zn = { 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}" } } }, oa = { root: Dn, header: En, headerCell: An, columnTitle: Wn, row: In, bodyCell: Ln, footerCell: Mn, columnFooter: Fn, footer: Hn, dropPoint: Vn, columnResizer: Yn, resizeIndicator: Xn, sortIcon: Gn, loadingIcon: Un, rowToggleButton: qn, filter: Kn, paginatorTop: Qn, paginatorBottom: Jn, colorScheme: Zn }, ra = { borderColor: "transparent", borderWidth: "0", borderRadius: "0", padding: "0" }, ea = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem", borderRadius: "0" }, ta = { background: "{content.background}", color: "{content.color}", borderColor: "transparent", borderWidth: "0", padding: "0", borderRadius: "0" }, na = { background: "{content.background}", color: "{content.color}", borderColor: "{content.border.color}", borderWidth: "1px 0 0 0", padding: "0.75rem 1rem", borderRadius: "0" }, aa = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, ia = { borderColor: "{content.border.color}", borderWidth: "1px 0 0 0" }, da = { root: ra, header: ea, content: ta, footer: na, paginatorTop: aa, paginatorBottom: ia }, ca = { transitionDuration: "{transition.duration}" }, la = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.popover.shadow}", padding: "{overlay.popover.padding}" }, sa = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", padding: "0 0 0.5rem 0" }, ua = { gap: "0.5rem", fontWeight: "500" }, fa = { 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}" } }, ga = { color: "{form.field.icon.color}" }, pa = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, ma = { hoverBackground: "{content.hover.background}", color: "{content.color}", hoverColor: "{content.hover.color}", padding: "0.25rem 0.5rem", borderRadius: "{content.border.radius}" }, ba = { borderColor: "{content.border.color}", gap: "{overlay.popover.padding}" }, ha = { margin: "0.5rem 0 0 0" }, va = { padding: "0.25rem", fontWeight: "500", color: "{content.color}" }, ka = { 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}" } }, ya = { margin: "0.5rem 0 0 0" }, Ca = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, xa = { margin: "0.5rem 0 0 0" }, wa = { padding: "0.375rem", borderRadius: "{content.border.radius}" }, $a = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}" }, Ba = { padding: "0.5rem 0 0 0", borderColor: "{content.border.color}", gap: "0.5rem", buttonGap: "0.25rem" }, Sa = { 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}" } } }, Ra = { root: ca, panel: la, header: sa, title: ua, dropdown: fa, inputIcon: ga, selectMonth: pa, selectYear: ma, group: ba, dayView: ha, weekDay: va, date: ka, monthView: ya, month: Ca, yearView: xa, year: wa, buttonbar: $a, timePicker: Ba, colorScheme: Sa }, za = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", borderRadius: "{overlay.modal.border.radius}", shadow: "{overlay.modal.shadow}" }, Oa = { padding: "{overlay.modal.padding}", gap: "0.5rem" }, _a = { fontSize: "1.25rem", fontWeight: "600" }, Pa = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Ta = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}", gap: "0.5rem" }, Na = { root: za, header: Oa, title: _a, content: Pa, footer: Ta }, ja = { borderColor: "{content.border.color}" }, Da = { background: "{content.background}", color: "{text.color}" }, Ea = { margin: "1rem 0", padding: "0 1rem", content: { padding: "0 0.5rem" } }, Aa = { margin: "0 1rem", padding: "0.5rem 0", content: { padding: "0.5rem 0" } }, Wa = { root: ja, content: Da, horizontal: Ea, vertical: Aa }, Ia = { background: "rgba(255, 255, 255, 0.1)", borderColor: "rgba(255, 255, 255, 0.2)", padding: "0.5rem", borderRadius: "{border.radius.xl}" }, La = { 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}" } }, Ma = { root: Ia, item: La }, Fa = { background: "{overlay.modal.background}", borderColor: "{overlay.modal.border.color}", color: "{overlay.modal.color}", shadow: "{overlay.modal.shadow}" }, Ha = { padding: "{overlay.modal.padding}" }, Va = { fontSize: "1.5rem", fontWeight: "600" }, Ya = { padding: "0 {overlay.modal.padding} {overlay.modal.padding} {overlay.modal.padding}" }, Xa = { padding: "{overlay.modal.padding}" }, Ga = { root: Fa, header: Ha, title: Va, content: Ya, footer: Xa }, Ua = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}" }, qa = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ka = { 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}" }, Qa = { focusBackground: "{list.option.focus.background}", color: "{list.option.color}", focusColor: "{list.option.focus.color}", padding: "{list.option.padding}", borderRadius: "{list.option.border.radius}" }, Ja = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Za = { toolbar: Ua, toolbarItem: qa, overlay: Ka, overlayOption: Qa, content: Ja }, oi = { 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}" }, ri = { 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}" } }, ei = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}" }, ti = { padding: "0" }, ni = { root: oi, legend: ri, toggleIcon: ei, content: ti }, ai = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, ii = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "unset", borderWidth: "0", borderRadius: "0", gap: "0.5rem" }, di = { highlightBorderColor: "{primary.color}", padding: "0 1.125rem 1.125rem 1.125rem", gap: "1rem" }, ci = { padding: "1rem", gap: "1rem", borderColor: "{content.border.color}", info: { gap: "0.5rem" } }, li = { gap: "0.5rem" }, si = { height: "0.25rem" }, ui = { gap: "0.5rem" }, fi = { root: ai, header: ii, content: di, file: ci, fileList: li, progressbar: si, basic: ui }, gi = { 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" } }, pi = { active: { top: "-1.25rem" } }, mi = { input: { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, active: { top: "{form.field.padding.y}" } }, bi = { borderRadius: "{border.radius.xs}", active: { background: "{form.field.background}", padding: "0 0.125rem" } }, hi = { root: gi, over: pi, in: mi, on: bi }, vi = { borderWidth: "1px", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", transitionDuration: "{transition.duration}" }, ki = { 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}" } }, yi = { size: "1.5rem" }, Ci = { background: "{content.background}", padding: "1rem 0.25rem" }, xi = { 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}" } }, wi = { size: "1rem" }, $i = { background: "rgba(0, 0, 0, 0.5)", color: "{surface.100}", padding: "1rem" }, Bi = { gap: "0.5rem", padding: "1rem" }, Si = { 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}" } }, Ri = { background: "rgba(0, 0, 0, 0.5)" }, zi = { background: "rgba(255, 255, 255, 0.4)", hoverBackground: "rgba(255, 255, 255, 0.6)", activeBackground: "rgba(255, 255, 255, 0.9)" }, Oi = { 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}" } }, _i = { size: "1.5rem" }, Pi = { 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}" } } }, Ti = { root: vi, navButton: ki, navIcon: yi, thumbnailsContent: Ci, thumbnailNavButton: xi, thumbnailNavButtonIcon: wi, caption: $i, indicatorList: Bi, indicatorButton: Si, insetIndicatorList: Ri, insetIndicatorButton: zi, closeButton: Oi, closeButtonIcon: _i, colorScheme: Pi }, Ni = { color: "{form.field.icon.color}" }, ji = { icon: Ni }, Di = { 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" }, Ei = { paddingTop: "1.5rem", paddingBottom: "{form.field.padding.y}" }, Ai = { root: Di, input: Ei }, Wi = { transitionDuration: "{transition.duration}" }, Ii = { icon: { size: "1.5rem" }, mask: { background: "{mask.background}", color: "{mask.color}" } }, Li = { 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" }, Mi = { 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}" } }, Fi = { root: Wi, preview: Ii, toolbar: Li, action: Mi }, Hi = { 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}" } }, Vi = { handle: Hi }, Yi = { padding: "{form.field.padding.y} {form.field.padding.x}", borderRadius: "{content.border.radius}", gap: "0.5rem" }, Xi = { fontWeight: "500" }, Gi = { size: "1rem" }, Ui = { 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%)" } } }, qi = { root: Yi, text: Xi, icon: Gi, colorScheme: Ui }, Ki = { 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}" }, Qi = { hoverBackground: "{content.hover.background}", hoverColor: "{content.hover.color}" }, Ji = { root: Ki, display: Qi }, Zi = { 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}" }, od = { borderRadius: "{border.radius.sm}" }, rd = { light: { chip: { focusBackground: "{surface.200}", color: "{surface.800}" } }, dark: { chip: { focusBackground: "{surface.700}", color: "{surface.0}" } } }, ed = { root: Zi, chip: od, colorScheme: rd }, td = { 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" }, nd = { addon: td }, ad = { transitionDuration: "{transition.duration}" }, id = { width: "2.5rem", borderRadius: "{form.field.border.radius}", verticalPadding: "{form.field.padding.y}" }, dd = { 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}" } } }, cd = { root: ad, button: id, colorScheme: dd }, ld = { gap: "0.5rem" }, sd = { width: "2.5rem", sm: { width: "2rem" }, lg: { width: "3rem" } }, ud = { root: ld, input: sd }, fd = { 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}" } }, gd = { root: fd }, pd = { transitionDuration: "{transition.duration}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, md = { background: "{primary.color}" }, bd = { background: "{content.border.color}" }, hd = { color: "{text.muted.color}" }, vd = { root: pd, value: md, range: bd, text: hd }, kd = { 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}" }, yd = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Cd = { 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}" }, xd = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, wd = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, $d = { padding: "{list.option.padding}" }, Bd = { light: { option: { stripedBackground: "{surface.50}" } }, dark: { option: { stripedBackground: "{surface.900}" } } }, Sd = { root: kd, list: yd, option: Cd, optionGroup: xd, checkmark: wd, emptyMessage: $d, colorScheme: Bd }, Rd = { 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}" }, zd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Od = { focusBackground: "{navigation.item.focus.background}", activeBackground: "{navigation.item.active.background}", color: "{navigation.item.color}", focusColor: "{navigation.item.focus.color}", activeColor: "{navigation.item.active.color}", padding: "{navigation.item.padding}", borderRadius: "{navigation.item.border.radius}", gap: "{navigation.item.gap}", icon: { color: "{navigation.item.icon.color}", focusColor: "{navigation.item.icon.focus.color}", activeColor: "{navigation.item.icon.active.color}" } }, _d = { padding: "0", background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", shadow: "{overlay.navigation.shadow}", gap: "0.5rem" }, Pd = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Td = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Nd = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, jd = { borderColor: "{content.border.color}" }, Dd = { borderRadius: "50%", size: "1.75rem", color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", hoverBackground: "{content.hover.background}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" } }, Ed = { root: Rd, baseItem: zd, item: Od, overlay: _d, submenu: Pd, submenuLabel: Td, submenuIcon: Nd, separator: jd, mobileButton: Dd }, Ad = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Wd = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Id = { 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}" } }, Ld = { padding: "{navigation.submenu.label.padding}", fontWeight: "{navigation.submenu.label.font.weight}", background: "{navigation.submenu.label.background}", color: "{navigation.submenu.label.color}" }, Md = { borderColor: "{content.border.color}" }, Fd = { root: Ad, list: Wd, item: Id, submenuLabel: Ld, separator: Md }, Hd = { 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}" }, Vd = { borderRadius: "{content.border.radius}", padding: "{navigation.item.padding}" }, Yd = { 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}" } }, Xd = { 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}" } }, Gd = { borderColor: "{content.border.color}" }, Ud = { 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}" } }, qd = { root: Hd, baseItem: Vd, item: Yd, submenu: Xd, separator: Gd, mobileButton: Ud }, Kd = { borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, Qd = { padding: "0.5rem 0.75rem", gap: "0.5rem", sm: { padding: "0.375rem 0.625rem" }, lg: { padding: "0.625rem 0.875rem" } }, Jd = { fontSize: "1rem", fontWeight: "500", sm: { fontSize: "0.875rem" }, lg: { fontSize: "1.125rem" } }, Zd = { size: "1.125rem", sm: { size: "1rem" }, lg: { size: "1.25rem" } }, oc = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, rc = { size: "1rem", sm: { size: "0.875rem" }, lg: { size: "1.125rem" } }, ec = { root: { borderWidth: "1px" } }, tc = { content: { padding: "0" } }, nc = { 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}" } } } }, ac = { root: Kd, content: Qd, text: Jd, icon: Zd, closeButton: oc, closeIcon: rc, outlined: ec, simple: tc, colorScheme: nc }, ic = { borderRadius: "{content.border.radius}", gap: "1rem" }, dc = { background: "{content.border.color}", size: "0.5rem" }, cc = { gap: "0.5rem" }, lc = { size: "0.5rem" }, sc = { size: "1rem" }, uc = { verticalGap: "0.5rem", horizontalGap: "1rem" }, fc = { root: ic, meters: dc, label: cc, labelMarker: lc, labelIcon: sc, labelList: uc }, gc = { 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}" } }, pc = { width: "2.5rem", color: "{form.field.icon.color}" }, mc = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, bc = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, hc = { 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" }, vc = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, kc = { color: "{form.field.icon.color}" }, yc = { borderRadius: "{border.radius.sm}" }, Cc = { padding: "{list.option.padding}" }, xc = { root: gc, dropdown: pc, overlay: mc, list: bc, option: hc, optionGroup: vc, chip: yc, clearIcon: kc, emptyMessage: Cc }, wc = { gap: "1.125rem" }, $c = { gap: "0.5rem" }, Bc = { root: wc, controls: $c }, Sc = { gutter: "0.75rem", transitionDuration: "{transition.duration}" }, Rc = { 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}" }, zc = { 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}" } }, Oc = { color: "{content.border.color}", borderRadius: "{content.border.radius}", height: "24px" }, _c = { root: Sc, node: Rc, nodeToggleButton: zc, connector: Oc }, Pc = { outline: { width: "2px", color: "{content.background}" } }, Tc = { root: Pc }, Nc = { padding: "0.5rem 1rem", gap: "0.25rem", borderRadius: "{content.border.radius}", background: "{content.background}", color: "{content.color}", transitionDuration: "{transition.duration}" }, jc = { 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}" } }, Dc = { color: "{text.muted.color}" }, Ec = { maxWidth: "2.5rem" }, Ac = { root: Nc, navButton: jc, currentPageReport: Dc, jumpToPageInput: Ec }, Wc = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}" }, Ic = { background: "transparent", color: "{text.color}", padding: "1.125rem", borderColor: "{content.border.color}", borderWidth: "0", borderRadius: "0" }, Lc = { padding: "0.375rem 1.125rem" }, Mc = { fontWeight: "600" }, Fc = { padding: "0 1.125rem 1.125rem 1.125rem" }, Hc = { padding: "0 1.125rem 1.125rem 1.125rem" }, Vc = { root: Wc, header: Ic, toggleableHeader: Lc, title: Mc, content: Fc, footer: Hc }, Yc = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Xc = { 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}" } }, Gc = { 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}" } }, Uc = { indent: "1rem" }, qc = { color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}" }, Kc = { root: Yc, panel: Xc, item: Gc, submenu: Uc, submenuIcon: qc }, Qc = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: ".75rem" }, Jc = { color: "{form.field.icon.color}" }, Zc = { 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}" }, ol = { gap: "0.5rem" }, rl = { light: { strength: { weakBackground: "{red.500}", mediumBackground: "{amber.500}", strongBackground: "{green.500}" } }, dark: { strength: { weakBackground: "{red.400}", mediumBackground: "{amber.400}", strongBackground: "{green.400}" } } }, el = { meter: Qc, icon: Jc, overlay: Zc, content: ol, colorScheme: rl }, tl = { gap: "1.125rem" }, nl = { gap: "0.5rem" }, al = { root: tl, controls: nl }, il = { 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" }, dl = { padding: "{overlay.popover.padding}" }, cl = { root: il, content: dl }, ll = { background: "{content.border.color}", borderRadius: "{content.border.radius}", height: "1.25rem" }, sl = { background: "{primary.color}" }, ul = { color: "{primary.contrast.color}", fontSize: "0.75rem", fontWeight: "600" }, fl = { root: ll, value: sl, label: ul }, gl = { 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}" } } }, pl = { colorScheme: gl }, ml = { width: "1.25rem", height: "1.25rem", background: "{form.field.background}", checkedBackground: "{primary.color}", checkedHoverBackground: "{primary.hover.color}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.border.color}", checkedBorderColor: "{primary.color}", checkedHoverBorderColor: "{primary.hover.color}", checkedFocusBorderColor: "{primary.color}", checkedDisabledBorderColor: "{form.field.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", shadow: "{form.field.shadow}", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", color: "{focus.ring.color}", offset: "{focus.ring.offset}", shadow: "{focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { width: "1rem", height: "1rem" }, lg: { width: "1.5rem", height: "1.5rem" } }, bl = { size: "0.75rem", checkedColor: "{primary.contrast.color}", checkedHoverColor: "{primary.contrast.color}", disabledColor: "{form.field.disabled.color}", sm: { size: "0.5rem" }, lg: { size: "1rem" } }, hl = { root: ml, icon: bl }, vl = { 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}" } }, kl = { size: "1rem", color: "{text.muted.color}", hoverColor: "{primary.color}", activeColor: "{primary.color}" }, yl = { root: vl, icon: kl }, Cl = { light: { root: { background: "rgba(0,0,0,0.1)" } }, dark: { root: { background: "rgba(255,255,255,0.3)" } } }, xl = { colorScheme: Cl }, wl = { transitionDuration: "{transition.duration}" }, $l = { 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}" } }, Bl = { light: { bar: { background: "{surface.100}" } }, dark: { bar: { background: "{surface.800}" } } }, Sl = { root: wl, bar: $l, colorScheme: Bl }, Rl = { 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}" } }, zl = { width: "2.5rem", color: "{form.field.icon.color}" }, Ol = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, _l = { padding: "{list.padding}", gap: "{list.gap}", header: { padding: "{list.header.padding}" } }, Pl = { 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}" }, Tl = { background: "{list.option.group.background}", color: "{list.option.group.color}", fontWeight: "{list.option.group.font.weight}", padding: "{list.option.group.padding}" }, Nl = { color: "{form.field.icon.color}" }, jl = { color: "{list.option.color}", gutterStart: "-0.375rem", gutterEnd: "0.375rem" }, Dl = { padding: "{list.option.padding}" }, El = { root: Rl, dropdown: zl, overlay: Ol, list: _l, option: Pl, optionGroup: Tl, clearIcon: Nl, checkmark: jl, emptyMessage: Dl }, Al = { borderRadius: "{form.field.border.radius}" }, Wl = { light: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } }, dark: { root: { invalidBorderColor: "{form.field.invalid.border.color}" } } }, Il = { root: Al, colorScheme: Wl }, Ll = { borderRadius: "{content.border.radius}" }, Ml = { 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)" } } }, Fl = { root: Ll, colorScheme: Ml }, Hl = { transitionDuration: "{transition.duration}" }, Vl = { background: "{content.border.color}", borderRadius: "{content.border.radius}", size: "3px" }, Yl = { background: "{primary.color}" }, Xl = { 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}" } }, Gl = { light: { handle: { content: { background: "{surface.0}" } } }, dark: { handle: { content: { background: "{surface.950}" } } } }, Ul = { root: Hl, track: Vl, range: Yl, handle: Xl, colorScheme: Gl }, ql = { gap: "0.5rem", transitionDuration: "{transition.duration}" }, Kl = { root: ql }, Ql = { 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)" }, Jl = { root: Ql }, Zl = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", transitionDuration: "{transition.duration}" }, os = { background: "{content.border.color}" }, rs = { 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}" } }, es = { root: Zl, gutter: os, handle: rs }, ts = { transitionDuration: "{transition.duration}" }, ns = { background: "{content.border.color}", activeBackground: "{primary.color}", margin: "0 0 0 1.625rem", size: "2px" }, as = { padding: "0.5rem", gap: "1rem" }, is = { 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" }, ds = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, cs = { 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)" }, ls = { padding: "0.875rem 0.5rem 1.125rem 0.5rem" }, ss = { background: "{content.background}", color: "{content.color}", padding: "0", indent: "1rem" }, us = { root: ts, separator: ns, step: as, stepHeader: is, stepTitle: ds, stepNumber: cs, steppanels: ls, steppanel: ss }, fs = { transitionDuration: "{transition.duration}" }, gs = { background: "{content.border.color}" }, ps = { 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" }, ms = { color: "{text.muted.color}", activeColor: "{primary.color}", fontWeight: "500" }, bs = { 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)" }, hs = { root: fs, separator: gs, itemLink: ps, itemLabel: ms, itemNumber: bs }, vs = { transitionDuration: "{transition.duration}" }, ks = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, ys = { 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}" } }, Cs = { color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, xs = { height: "1px", bottom: "-1px", background: "{primary.color}" }, ws = { root: vs, tablist: ks, item: ys, itemIcon: Cs, activeBar: xs }, $s = { transitionDuration: "{transition.duration}" }, Bs = { borderWidth: "0 0 1px 0", background: "{content.background}", borderColor: "{content.border.color}" }, Ss = { 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}" } }, Rs = { 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}" } }, zs = { 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}" } }, Os = { height: "1px", bottom: "-1px", background: "{primary.color}" }, _s = { 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%)" } } }, Ps = { root: $s, tablist: Bs, tab: Ss, tabpanel: Rs, navButton: zs, activeBar: Os, colorScheme: _s }, Ts = { transitionDuration: "{transition.duration}" }, Ns = { background: "{content.background}", borderColor: "{content.border.color}" }, js = { borderColor: "{content.border.color}", activeBorderColor: "{primary.color}", color: "{text.muted.color}", hoverColor: "{text.color}", activeColor: "{primary.color}" }, Ds = { background: "{content.background}", color: "{content.color}" }, Es = { background: "{content.background}", color: "{text.muted.color}", hoverColor: "{text.color}" }, As = { 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%)" } } }, Ws = { root: Ts, tabList: Ns, tab: js, tabPanel: Ds, navButton: Es, colorScheme: As }, Is = { fontSize: "0.875rem", fontWeight: "700", padding: "0.25rem 0.5rem", gap: "0.25rem", borderRadius: "{content.border.radius}", roundedBorderRadius: "{border.radius.xl}" }, Ls = { size: "0.75rem" }, Ms = { 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}" } } }, Fs = { root: Is, icon: Ls, colorScheme: Ms }, Hs = { 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}" }, Vs = { gap: "0.25rem" }, Ys = { margin: "2px 0" }, Xs = { root: Hs, prompt: Vs, commandResponse: Ys }, Gs = { background: "{form.field.background}", disabledBackground: "{form.field.disabled.background}", filledBackground: "{form.field.filled.background}", filledHoverBackground: "{form.field.filled.hover.background}", filledFocusBackground: "{form.field.filled.focus.background}", borderColor: "{form.field.border.color}", hoverBorderColor: "{form.field.hover.border.color}", focusBorderColor: "{form.field.focus.border.color}", invalidBorderColor: "{form.field.invalid.border.color}", color: "{form.field.color}", disabledColor: "{form.field.disabled.color}", placeholderColor: "{form.field.placeholder.color}", invalidPlaceholderColor: "{form.field.invalid.placeholder.color}", shadow: "{form.field.shadow}", paddingX: "{form.field.padding.x}", paddingY: "{form.field.padding.y}", borderRadius: "{form.field.border.radius}", focusRing: { width: "{form.field.focus.ring.width}", style: "{form.field.focus.ring.style}", color: "{form.field.focus.ring.color}", offset: "{form.field.focus.ring.offset}", shadow: "{form.field.focus.ring.shadow}" }, transitionDuration: "{form.field.transition.duration}", sm: { fontSize: "{form.field.sm.font.size}", paddingX: "{form.field.sm.padding.x}", paddingY: "{form.field.sm.padding.y}" }, lg: { fontSize: "{form.field.lg.font.size}", paddingX: "{form.field.lg.padding.x}", paddingY: "{form.field.lg.padding.y}" } }, Us = { root: Gs }, qs = { background: "{content.background}", borderColor: "{content.border.color}", color: "{content.color}", borderRadius: "{content.border.radius}", shadow: "{overlay.navigation.shadow}", transitionDuration: "{transition.duration}" }, Ks = { padding: "{navigation.list.padding}", gap: "{navigation.list.gap}" }, Qs = { 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}" } }, Js = { mobileIndent: "1rem" }, Zs = { size: "{navigation.submenu.icon.size}", color: "{navigation.submenu.icon.color}", focusColor: "{navigation.submenu.icon.focus.color}", activeColor: "{navigation.submenu.icon.active.color}" }, ou = { borderColor: "{content.border.color}" }, ru = { root: qs, list: Ks, item: Qs, submenu: Js, submenuIcon: Zs, separator: ou }, eu = { minHeight: "5rem" }, tu = { eventContent: { padding: "1rem 0" } }, nu = { eventContent: { padding: "0 1rem" } }, au = { 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)" } }, iu = { color: "{content.border.color}", size: "2px" }, du = { event: eu, horizontal: tu, vertical: nu, eventMarker: au, eventConnector: iu }, cu = { width: "25rem", borderRadius: "{content.border.radius}", borderWidth: "1px", transitionDuration: "{transition.duration}" }, lu = { size: "1.125rem" }, su = { padding: "{overlay.popover.padding}", gap: "0.5rem" }, uu = { gap: "0.5rem" }, fu = { fontWeight: "500", fontSize: "1rem" }, gu = { fontWeight: "500", fontSize: "0.875rem" }, pu = { width: "1.75rem", height: "1.75rem", borderRadius: "50%", focusRing: { width: "{focus.ring.width}", style: "{focus.ring.style}", offset: "{focus.ring.offset}" } }, mu = { size: "1rem" }, bu = { 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" } } } } }, hu = { root: cu, icon: lu, content: su, text: uu, summary: fu, detail: gu, closeButton: pu, closeIcon: mu, colorScheme: bu }, vu = { 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" } }, ku = { disabledColor: "{form.field.disabled.color}" }, yu = { 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" } }, Cu = { 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}" } } }, xu = { root: vu, icon: ku, content: yu, colorScheme: Cu }, wu = { 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" }, $u = { borderRadius: "50%", size: "1rem" }, Bu = { 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}" } } }, Su = { root: wu, handle: $u, colorScheme: Bu }, Ru = { background: "{content.background}", borderColor: "{content.border.color}", borderRadius: "{content.border.radius}", color: "{content.color}", gap: "0.5rem", padding: "0.75rem" }, zu = { root: Ru }, Ou = { maxWidth: "12.5rem", gutter: "0.25rem", shadow: "{overlay.popover.shadow}", padding: "0.5rem 0.75rem", borderRadius: "{overlay.popover.border.radius}" }, _u = { light: { root: { background: "{surface.700}", color: "{surface.0}" } }, dark: { root: { background: "{surface.700}", color: "{surface.0}" } } }, Pu = { root: Ou, colorScheme: _u }, Tu = { background: "{content.background}", color: "{content.color}", padding: "1rem", gap: "2px", indent: "1rem", transitionDuration: "{transition.duration}" }, Nu = { 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" }, ju = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", selectedColor: "{highlight.color}" }, Du = { 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}" } }, Eu = { size: "2rem" }, Au = { margin: "0 0 0.5rem 0" }, Wu = { root: Tu, node: Nu, nodeIcon: ju, nodeToggleButton: Du, loadingIcon: Eu, filter: Au }, Iu = { 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}" } }, Lu = { width: "2.5rem", color: "{form.field.icon.color}" }, Mu = { background: "{overlay.select.background}", borderColor: "{overlay.select.border.color}", borderRadius: "{overlay.select.border.radius}", color: "{overlay.select.color}", shadow: "{overlay.select.shadow}" }, Fu = { padding: "{list.padding}" }, Hu = { padding: "{list.option.padding}" }, Vu = { borderRadius: "{border.radius.sm}" }, Yu = { color: "{form.field.icon.color}" }, Xu = { root: Iu, dropdown: Lu, overlay: Mu, tree: Fu, emptyMessage: Hu, chip: Vu, clearIcon: Yu }, Gu = { transitionDuration: "{transition.duration}" }, Uu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, qu = { 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}" } }, Ku = { fontWeight: "600" }, Qu = { 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}" } }, Ju = { borderColor: "{treetable.border.color}", padding: "0.75rem 1rem", gap: "0.5rem" }, Zu = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", padding: "0.75rem 1rem" }, o0 = { fontWeight: "600" }, r0 = { background: "{content.background}", borderColor: "{treetable.border.color}", color: "{content.color}", borderWidth: "0 0 1px 0", padding: "0.75rem 1rem" }, e0 = { width: "0.5rem" }, t0 = { width: "1px", color: "{primary.color}" }, n0 = { color: "{text.muted.color}", hoverColor: "{text.hover.muted.color}", size: "0.875rem" }, a0 = { size: "2rem" }, i0 = { 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}" } }, d0 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, c0 = { borderColor: "{content.border.color}", borderWidth: "0 0 1px 0" }, l0 = { light: { root: { borderColor: "{content.border.color}" }, bodyCell: { selectedBorderColor: "{primary.100}" } }, dark: { root: { borderColor: "{surface.800}" }, bodyCell: { selectedBorderColor: "{primary.900}" } } }, s0 = { root: Gu, header: Uu, headerCell: qu, columnTitle: Ku, row: Qu, bodyCell: Ju, footerCell: Zu, columnFooter: o0, footer: r0, columnResizer: e0, resizeIndicator: t0, sortIcon: n0, loadingIcon: a0, nodeToggleButton: i0, paginatorTop: d0, paginatorBottom: c0, colorScheme: l0 }, u0 = { mask: { background: "{content.background}", color: "{text.muted.color}" }, icon: { size: "2rem" } }, f0 = { loader: u0 }, g0 = Object.defineProperty, p0 = Object.defineProperties, m0 = Object.getOwnPropertyDescriptors, Uo = Object.getOwnPropertySymbols, b0 = Object.prototype.hasOwnProperty, h0 = Object.prototype.propertyIsEnumerable, qo = (o, r, e) => r in o ? g0(o, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : o[r] = e, Ko, v0 = (Ko = ((o, r) => {
|
|
1393
|
+
for (var e in r || (r = {})) b0.call(r, e) && qo(o, e, r[e]);
|
|
1394
|
+
if (Uo) for (var e of Uo(r)) h0.call(r, e) && qo(o, e, r[e]);
|
|
1389
1395
|
return o;
|
|
1390
|
-
})({},
|
|
1391
|
-
const
|
|
1396
|
+
})({}, _t), p0(Ko, m0({ components: { accordion: nt, autocomplete: pt, avatar: yt, badge: Rt, blockui: Tt, breadcrumb: Et, button: It, card: Yt, carousel: Qt, cascadeselect: nn, checkbox: cn, chip: pn, colorpicker: kn, confirmdialog: xn, confirmpopup: Rn, contextmenu: jn, datatable: oa, dataview: da, datepicker: Ra, dialog: Na, divider: Wa, dock: Ma, drawer: Ga, editor: Za, fieldset: ni, fileupload: fi, floatlabel: hi, galleria: Ti, iconfield: ji, iftalabel: Ai, image: Fi, imagecompare: Vi, inlinemessage: qi, inplace: Ji, inputchips: ed, inputgroup: nd, inputnumber: cd, inputotp: ud, inputtext: gd, knob: vd, listbox: Sd, megamenu: Ed, menu: Fd, menubar: qd, message: ac, metergroup: fc, multiselect: xc, orderlist: Bc, organizationchart: _c, overlaybadge: Tc, paginator: Ac, panel: Vc, panelmenu: Kc, password: el, picklist: al, popover: cl, progressbar: fl, progressspinner: pl, radiobutton: hl, rating: yl, ripple: xl, scrollpanel: Sl, select: El, selectbutton: Il, skeleton: Fl, slider: Ul, speeddial: Kl, splitbutton: Jl, splitter: es, stepper: us, steps: hs, tabmenu: ws, tabs: Ps, tabview: Ws, tag: Fs, terminal: Xs, textarea: Us, tieredmenu: ru, timeline: du, toast: hu, togglebutton: xu, toggleswitch: Su, toolbar: zu, tooltip: Pu, tree: Wu, treeselect: Xu, treetable: s0, virtualscroller: f0 } })));
|
|
1397
|
+
const k0 = {
|
|
1392
1398
|
theme: {
|
|
1393
|
-
preset:
|
|
1399
|
+
preset: v0,
|
|
1394
1400
|
options: {
|
|
1395
1401
|
darkModeSelector: "none",
|
|
1396
1402
|
cssLayer: {
|
|
@@ -1399,11 +1405,11 @@ const h0 = {
|
|
|
1399
1405
|
}
|
|
1400
1406
|
}
|
|
1401
1407
|
}
|
|
1402
|
-
},
|
|
1403
|
-
function
|
|
1404
|
-
return !
|
|
1408
|
+
}, y0 = /* @__PURE__ */ new Set(["PvIcon", "PvPopoverMenu", "PvPopover", "PvSkeleton"]), C0 = /* @__PURE__ */ new Set(["PvSkeleton", "PvDatePicker"]);
|
|
1409
|
+
function x0(o) {
|
|
1410
|
+
return !y0.has(o);
|
|
1405
1411
|
}
|
|
1406
|
-
function
|
|
1412
|
+
function $o(o, r) {
|
|
1407
1413
|
const e = document.querySelector('link[href*="' + r + '"]');
|
|
1408
1414
|
if (!o.shadowRoot)
|
|
1409
1415
|
return !1;
|
|
@@ -1416,10 +1422,10 @@ function Bo(o, r) {
|
|
|
1416
1422
|
}
|
|
1417
1423
|
return !1;
|
|
1418
1424
|
}
|
|
1419
|
-
function
|
|
1420
|
-
if (
|
|
1421
|
-
if (
|
|
1422
|
-
|
|
1425
|
+
function w0(o) {
|
|
1426
|
+
if (!$o(o, "pit-viper-v2")) {
|
|
1427
|
+
if ($o(o, "pit-viper")) {
|
|
1428
|
+
$o(o, "pit-viper-v2-scoped");
|
|
1423
1429
|
return;
|
|
1424
1430
|
}
|
|
1425
1431
|
console.warn(
|
|
@@ -1427,23 +1433,23 @@ function C0(o) {
|
|
|
1427
1433
|
);
|
|
1428
1434
|
}
|
|
1429
1435
|
}
|
|
1430
|
-
const
|
|
1431
|
-
function
|
|
1436
|
+
const $0 = (o) => ({ shadowRoot: x0(o) });
|
|
1437
|
+
function B0(o, r) {
|
|
1432
1438
|
return r === null ? !1 : r === "" || r === "true" ? !0 : (r === "false" || console.warn(
|
|
1433
1439
|
`Invalid boolean attribute value for "${o}": "${r}". Expected "true", "false", or empty string.`
|
|
1434
1440
|
), !1);
|
|
1435
1441
|
}
|
|
1436
|
-
function
|
|
1442
|
+
function S0(o, r) {
|
|
1437
1443
|
const e = Number(r);
|
|
1438
1444
|
return isNaN(e) && console.warn(`Invalid number attribute value for "${o}": "${r}". Expected a valid number.`), e;
|
|
1439
1445
|
}
|
|
1440
|
-
function
|
|
1446
|
+
function R0(o) {
|
|
1441
1447
|
const r = /* @__PURE__ */ new Set(), e = /* @__PURE__ */ new Set(), t = /* @__PURE__ */ new Set(), l = (o.__vccOpts || o).props;
|
|
1442
1448
|
return l && typeof l == "object" && Object.entries(l).forEach(([i, d]) => {
|
|
1443
1449
|
d === Boolean || d && d.type === Boolean ? r.add(i) : d === Number || d && d.type === Number ? e.add(i) : (d === Object || d === Array || d && (d.type === Object || d.type === Array)) && t.add(i);
|
|
1444
1450
|
}), { booleanProps: r, numberProps: e, jsonProps: t };
|
|
1445
1451
|
}
|
|
1446
|
-
function
|
|
1452
|
+
function Qo(o, r) {
|
|
1447
1453
|
try {
|
|
1448
1454
|
return JSON.parse(r);
|
|
1449
1455
|
} catch (e) {
|
|
@@ -1452,18 +1458,18 @@ function Zo(o, r) {
|
|
|
1452
1458
|
), null;
|
|
1453
1459
|
}
|
|
1454
1460
|
}
|
|
1455
|
-
function
|
|
1461
|
+
function z0(o) {
|
|
1456
1462
|
const r = o.__name || o.name;
|
|
1457
1463
|
if (!r)
|
|
1458
1464
|
throw new Error("Component must have a __name or name property");
|
|
1459
1465
|
const e = Fr(o, {
|
|
1460
|
-
|
|
1461
|
-
...
|
|
1466
|
+
...$0(r),
|
|
1467
|
+
...C0.has(r) && {
|
|
1462
1468
|
configureApp(d) {
|
|
1463
|
-
d.use(
|
|
1469
|
+
d.use(Ze, k0);
|
|
1464
1470
|
}
|
|
1465
1471
|
}
|
|
1466
|
-
}), { booleanProps: t, numberProps: n, jsonProps: l } =
|
|
1472
|
+
}), { booleanProps: t, numberProps: n, jsonProps: l } = R0(o);
|
|
1467
1473
|
class i extends e {
|
|
1468
1474
|
_hiddenInput = null;
|
|
1469
1475
|
constructor() {
|
|
@@ -1482,14 +1488,14 @@ function S0(o) {
|
|
|
1482
1488
|
_parseAttributes() {
|
|
1483
1489
|
t.forEach((c) => {
|
|
1484
1490
|
const s = this.getAttribute(c);
|
|
1485
|
-
this[c] =
|
|
1491
|
+
this[c] = B0(c, s);
|
|
1486
1492
|
}), n.forEach((c) => {
|
|
1487
1493
|
const s = this.getAttribute(c);
|
|
1488
|
-
s !== null && (this[c] =
|
|
1494
|
+
s !== null && (this[c] = S0(c, s));
|
|
1489
1495
|
}), l.forEach((c) => {
|
|
1490
1496
|
const s = this.getAttribute(c);
|
|
1491
1497
|
if (s !== null) {
|
|
1492
|
-
const g =
|
|
1498
|
+
const g = Qo(c, s);
|
|
1493
1499
|
g !== null && (this[c] = g);
|
|
1494
1500
|
}
|
|
1495
1501
|
});
|
|
@@ -1502,27 +1508,27 @@ function S0(o) {
|
|
|
1502
1508
|
u = this.getAttribute(f);
|
|
1503
1509
|
}
|
|
1504
1510
|
if (u !== null && !this[g]) {
|
|
1505
|
-
const f =
|
|
1511
|
+
const f = Qo(g, u);
|
|
1506
1512
|
f !== null && (this[g] = f);
|
|
1507
1513
|
}
|
|
1508
1514
|
});
|
|
1509
1515
|
}
|
|
1510
1516
|
connectedCallback() {
|
|
1511
|
-
this._parseAttributes(), super.connectedCallback?.(),
|
|
1517
|
+
this._parseAttributes(), super.connectedCallback?.(), w0(this);
|
|
1512
1518
|
const a = this.getAttribute("name");
|
|
1513
1519
|
a && (this._hiddenInput = document.createElement("input"), this._hiddenInput.type = "hidden", this._hiddenInput.name = a, this.after(this._hiddenInput));
|
|
1514
1520
|
}
|
|
1515
1521
|
}
|
|
1516
1522
|
return i;
|
|
1517
1523
|
}
|
|
1518
|
-
function
|
|
1524
|
+
function O0(o) {
|
|
1519
1525
|
return o.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, "");
|
|
1520
1526
|
}
|
|
1521
|
-
function
|
|
1527
|
+
function _0(o) {
|
|
1522
1528
|
const r = o.__name || o.name;
|
|
1523
1529
|
if (!r)
|
|
1524
1530
|
throw new Error("Component must have a __name or name property");
|
|
1525
|
-
const e =
|
|
1531
|
+
const e = O0(r), t = z0(o);
|
|
1526
1532
|
customElements.get(e) || customElements.define(e, t);
|
|
1527
1533
|
}
|
|
1528
|
-
|
|
1534
|
+
_0(ae);
|