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