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