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