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