zabi-components 1.0.2 → 1.0.4

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.
@@ -0,0 +1,2315 @@
1
+ import { a0 as Ct, u as oe, a1 as qt, a as st, p as a, C as g, D as Ye, i as Xe, f as u, _ as zt, c as w, s as lt, e as q, g as n, h as Ne, j as He, r as o, l as e, m as i, n as s, o as j, k as r, x as ut, w as Ce, b as me, t as E, B as ce, M as ct, d as Ue, G as Ae, q as O, F as le, v as T, $ as it, P as at, y as vt, z as jt, I as Qe, H as Ze, J as $e, K as et, L as tt, A as Et, a2 as Bt, X as ft, E as rt, a3 as pt, a4 as xt, a5 as wt, N as bt, O as ht, a6 as Lt, Y as yt, a7 as Tt, Z as Nt } from "./x-DpVwziig.js";
2
+ import { createEventDispatcher as Ge, onMount as gt } from "svelte";
3
+ function Ht(N, t, c = t) {
4
+ Ct(N, "change", (d) => {
5
+ var b = d ? N.defaultChecked : N.checked;
6
+ c(b);
7
+ }), // If we are hydrating and the value has since changed,
8
+ // then use the update value from the input instead.
9
+ // If defaultChecked is set, then checked == defaultChecked
10
+ oe(t) == null && c(N.checked), qt(() => {
11
+ var d = t();
12
+ N.checked = !!d;
13
+ });
14
+ }
15
+ var Mt = ut('<svg class="animate-spin h-4 w-4 svelte-v0x5nl" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle><path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8v4a4 4 0 00-4 4H4z"></path></svg>'), St = u('<span class="h-4 w-4 flex items-center justify-center"> </span>'), Pt = u('<span class="h-4 w-4 flex items-center justify-center"> </span>'), It = u("<button><!> <!> <!> <!></button>");
16
+ const Ot = {
17
+ hash: "svelte-v0x5nl",
18
+ code: `
19
+ /* Ensure proper focus styles for reduced motion users */
20
+ @media (prefers-reduced-motion: reduce) {button.svelte-v0x5nl {transition:none;}
21
+ }
22
+
23
+ /* Ensure proper contrast for disabled state */button.svelte-v0x5nl:disabled {opacity:0.6;}
24
+
25
+ /* Loading state animation */
26
+ @keyframes svelte-v0x5nl-spin {
27
+ from {
28
+ transform: rotate(0deg);
29
+ }
30
+ to {
31
+ transform: rotate(360deg);
32
+ }
33
+ }.animate-spin.svelte-v0x5nl {
34
+ animation: svelte-v0x5nl-spin 1s linear infinite;}`
35
+ };
36
+ function dr(N, t) {
37
+ He(t, !1), st(N, Ot);
38
+ const c = i(), d = i();
39
+ let b = a(t, "variant", 8, "primary"), I = a(t, "size", 8, "md"), v = a(t, "disabled", 8, !1), y = a(t, "loading", 8, !1), H = a(t, "fullWidth", 8, !1), z = a(t, "type", 8, "button"), $ = a(t, "className", 8, ""), D = a(t, "iconLeft", 8, null), Y = a(t, "iconRight", 8, null), B = a(t, "ariaLabel", 8, ""), G = a(t, "ariaDescribedBy", 8, ""), M = a(t, "ariaExpanded", 8, void 0), L = a(t, "ariaControls", 8, void 0), f = a(t, "ariaPressed", 8, void 0);
40
+ const k = Ge();
41
+ function S(V) {
42
+ if (v() || y()) {
43
+ V.preventDefault();
44
+ return;
45
+ }
46
+ k("click", V.detail);
47
+ }
48
+ function x(V) {
49
+ v() || y() || (V.key === "Enter" || V.key === " ") && (V.preventDefault(), k("click", V));
50
+ }
51
+ const U = "inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 disabled:opacity-50 disabled:cursor-not-allowed focus:outline-none focus:ring-2 focus:ring-offset-2 relative overflow-hidden", F = {
52
+ xs: "px-2 py-1 text-xs rounded-sm",
53
+ sm: "px-3 py-1.5 text-sm rounded-md",
54
+ md: "px-4 py-2 text-sm md:text-base rounded-md",
55
+ lg: "px-5 py-3 text-base rounded-lg",
56
+ xl: "px-6 py-4 text-lg rounded-lg"
57
+ }, K = {
58
+ primary: [
59
+ "bg-primary text-inverse border border-primary",
60
+ "hover:bg-primary-hover hover:border-primary-hover",
61
+ "active:bg-primary-active active:border-primary-active",
62
+ "focus:ring-primary focus:ring-offset-primary",
63
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
64
+ ].join(" "),
65
+ secondary: [
66
+ "bg-surface-secondary text-primary border border-primary",
67
+ "hover:bg-surface-tertiary hover:border-primary-hover",
68
+ "active:bg-surface-active active:border-primary-active",
69
+ "focus:ring-primary focus:ring-offset-primary",
70
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
71
+ ].join(" "),
72
+ success: [
73
+ "bg-success text-inverse border border-success",
74
+ "hover:bg-success-hover hover:border-success-hover",
75
+ "active:bg-success-active active:border-success-active",
76
+ "focus:ring-success focus:ring-offset-primary",
77
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
78
+ ].join(" "),
79
+ warning: [
80
+ "bg-warning text-inverse border border-warning",
81
+ "hover:bg-warning-hover hover:border-warning-hover",
82
+ "active:bg-warning-active active:border-warning-active",
83
+ "focus:ring-warning focus:ring-offset-primary",
84
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
85
+ ].join(" "),
86
+ danger: [
87
+ "bg-error text-inverse border border-error",
88
+ "hover:bg-error-hover hover:border-error-hover",
89
+ "active:bg-error-active active:border-error-active",
90
+ "focus:ring-error focus:ring-offset-primary",
91
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
92
+ ].join(" "),
93
+ ghost: [
94
+ "bg-transparent text-primary border border-transparent",
95
+ "hover:bg-surface-secondary hover:border-primary",
96
+ "active:bg-surface-active active:border-primary-active",
97
+ "focus:ring-primary focus:ring-offset-primary"
98
+ ].join(" "),
99
+ info: [
100
+ "bg-info text-inverse border border-info",
101
+ "hover:bg-info-hover hover:border-info-hover",
102
+ "active:bg-info-active active:border-info-active",
103
+ "focus:ring-info focus:ring-offset-primary",
104
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
105
+ ].join(" "),
106
+ neutral: [
107
+ "bg-neutral text-inverse border border-neutral",
108
+ "hover:bg-neutral-hover hover:border-neutral-hover",
109
+ "active:bg-neutral-active active:border-neutral-active",
110
+ "focus:ring-neutral focus:ring-offset-primary",
111
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
112
+ ].join(" "),
113
+ brand: [
114
+ "bg-brand text-inverse border border-brand",
115
+ "hover:bg-brand-hover hover:border-brand-hover",
116
+ "active:bg-brand-active active:border-brand-active",
117
+ "focus:ring-brand focus:ring-offset-primary",
118
+ "shadow-adaptive-sm hover:shadow-adaptive-md"
119
+ ].join(" "),
120
+ link: [
121
+ "bg-transparent text-primary border border-transparent p-0",
122
+ "hover:text-primary-hover hover:underline",
123
+ "active:text-primary-active",
124
+ "focus:ring-primary focus:ring-offset-primary",
125
+ "shadow-none"
126
+ ].join(" ")
127
+ }, ve = v() ? [
128
+ "bg-surface-disabled text-disabled border-border-disabled",
129
+ "hover:bg-surface-disabled hover:text-disabled hover:border-border-disabled",
130
+ "active:bg-surface-disabled active:text-disabled active:border-border-disabled",
131
+ "shadow-none"
132
+ ].join(" ") : "";
133
+ y(), g(
134
+ () => (o(I()), o(v()), o(b()), o(H()), o($())),
135
+ () => {
136
+ r(c, [
137
+ U,
138
+ F[I()],
139
+ v() ? ve : K[b()],
140
+ H() ? "w-full" : "",
141
+ $()
142
+ ].filter(Boolean).join(" "));
143
+ }
144
+ ), g(
145
+ () => (o(y()), o(B()), o(G()), o(M()), o(L()), o(f()), o(v())),
146
+ () => {
147
+ r(d, {
148
+ "aria-busy": y(),
149
+ "aria-label": B() || (y() ? "Loading..." : void 0),
150
+ "aria-describedby": G() || void 0,
151
+ "aria-expanded": M(),
152
+ "aria-controls": L(),
153
+ "aria-pressed": f(),
154
+ "aria-disabled": v()
155
+ });
156
+ }
157
+ ), Ye(), Xe();
158
+ var ne = It();
159
+ zt(
160
+ ne,
161
+ () => ({
162
+ type: z(),
163
+ class: e(c),
164
+ disabled: v() || y(),
165
+ ...e(d)
166
+ }),
167
+ void 0,
168
+ void 0,
169
+ "svelte-v0x5nl"
170
+ );
171
+ var ie = s(ne);
172
+ {
173
+ var ue = (V) => {
174
+ var C = Mt();
175
+ n(V, C);
176
+ };
177
+ w(ie, (V) => {
178
+ y() && V(ue);
179
+ });
180
+ }
181
+ var se = j(ie, 2);
182
+ {
183
+ var xe = (V) => {
184
+ var C = Ce(), J = me(C);
185
+ {
186
+ var A = (_) => {
187
+ var R = St(), re = s(R);
188
+ E(() => ce(re, D())), n(_, R);
189
+ }, Q = (_) => {
190
+ var R = Ce(), re = me(R);
191
+ ct(re, D, (ge, je) => {
192
+ je(ge, { class: "h-4 w-4" });
193
+ }), n(_, R);
194
+ };
195
+ w(J, (_) => {
196
+ typeof D() == "string" ? _(A) : _(Q, !1);
197
+ });
198
+ }
199
+ n(V, C);
200
+ };
201
+ w(se, (V) => {
202
+ D() && !y() && V(xe);
203
+ });
204
+ }
205
+ var _e = j(se, 2);
206
+ lt(_e, t, "default", {}, null);
207
+ var qe = j(_e, 2);
208
+ {
209
+ var ze = (V) => {
210
+ var C = Ce(), J = me(C);
211
+ {
212
+ var A = (_) => {
213
+ var R = Pt(), re = s(R);
214
+ E(() => ce(re, Y())), n(_, R);
215
+ }, Q = (_) => {
216
+ var R = Ce(), re = me(R);
217
+ ct(re, Y, (ge, je) => {
218
+ je(ge, { class: "h-4 w-4" });
219
+ }), n(_, R);
220
+ };
221
+ w(J, (_) => {
222
+ typeof Y() == "string" ? _(A) : _(Q, !1);
223
+ });
224
+ }
225
+ n(V, C);
226
+ };
227
+ w(qe, (V) => {
228
+ Y() && !y() && V(ze);
229
+ });
230
+ }
231
+ q("click", ne, S), q("keydown", ne, x), n(N, ne), Ne();
232
+ }
233
+ var Dt = ut('<svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd" class="svelte-1wpeqgu"></path></svg>'), Ft = ut('<svg fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" class="svelte-1wpeqgu"></path></svg>'), Rt = u('<span class="text-error ml-1 svelte-1wpeqgu">*</span>'), Wt = u("<label> <!></label>"), Kt = u('<div class="flex items-center gap-1 svelte-1wpeqgu"><svg class="w-3 h-3 flex-shrink-0 svelte-1wpeqgu" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" class="svelte-1wpeqgu"></path></svg> <span class="svelte-1wpeqgu"> </span></div>'), At = u('<span class="svelte-1wpeqgu"> </span>'), Xt = u("<div><!></div>"), Gt = u('<div><div class="relative svelte-1wpeqgu"><input type="checkbox" class="sr-only svelte-1wpeqgu"/> <div><!></div> <div></div></div> <div class="flex-1 min-w-0 svelte-1wpeqgu"><!> <!></div></div>');
234
+ const Vt = {
235
+ hash: "svelte-1wpeqgu",
236
+ code: `
237
+ /* Custom focus styles for better accessibility */.checkbox-focus-visible {outline:2px solid var(--color-plasma-red-500);outline-offset:2px;}
238
+
239
+ /* Smooth transitions for all interactive elements */.checkbox-input.svelte-1wpeqgu {transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);}
240
+
241
+ /* Hover effects */.checkbox-container.svelte-1wpeqgu:hover .checkbox-visual:where(.svelte-1wpeqgu) {transform:scale(1.05);}.checkbox-container.svelte-1wpeqgu:active .checkbox-visual:where(.svelte-1wpeqgu) {transform:scale(0.95);}
242
+
243
+ /* Check animation */.checkbox-check.svelte-1wpeqgu {
244
+ animation: svelte-1wpeqgu-checkbox-check 0.2s ease-out;}
245
+
246
+ @keyframes svelte-1wpeqgu-checkbox-check {
247
+ 0% {
248
+ opacity: 0;
249
+ transform: scale(0.8);
250
+ }
251
+ 100% {
252
+ opacity: 1;
253
+ transform: scale(1);
254
+ }
255
+ }
256
+
257
+ /* Indeterminate animation */.checkbox-indeterminate.svelte-1wpeqgu {
258
+ animation: svelte-1wpeqgu-checkbox-indeterminate 0.2s ease-out;}
259
+
260
+ @keyframes svelte-1wpeqgu-checkbox-indeterminate {
261
+ 0% {
262
+ opacity: 0;
263
+ transform: scaleX(0);
264
+ }
265
+ 100% {
266
+ opacity: 1;
267
+ transform: scaleX(1);
268
+ }
269
+ }
270
+
271
+ /* Focus ring animation */.checkbox-focus-ring.svelte-1wpeqgu {
272
+ animation: svelte-1wpeqgu-checkbox-focus-ring 0.2s ease-out;}
273
+
274
+ @keyframes svelte-1wpeqgu-checkbox-focus-ring {
275
+ 0% {
276
+ transform: scale(0.95);
277
+ opacity: 0;
278
+ }
279
+ 100% {
280
+ transform: scale(1);
281
+ opacity: 1;
282
+ }
283
+ }
284
+
285
+ /* Disabled state styling */.checkbox-disabled.svelte-1wpeqgu {opacity:0.5;cursor:not-allowed;}.checkbox-disabled.svelte-1wpeqgu:hover {transform:none;}
286
+
287
+ /* Required indicator styling */.checkbox-required.svelte-1wpeqgu {color:var(--color-blood-red-500);}`
288
+ };
289
+ function cr(N, t) {
290
+ He(t, !1), st(N, Vt);
291
+ const c = i(), d = i(), b = i(), I = i(), v = i(), y = i(), H = i(), z = i(), $ = i(), D = i();
292
+ let Y = a(t, "checked", 12, !1), B = a(t, "disabled", 8, !1), G = a(t, "required", 8, !1), M = a(t, "label", 8, ""), L = a(t, "helpText", 8, ""), f = a(t, "error", 8, ""), k = a(t, "size", 8, "md"), S = a(t, "variant", 8, "default"), x = a(t, "indeterminate", 8, !1), U = a(t, "name", 8, void 0), F = a(t, "id", 8, void 0), K = a(t, "value", 8, void 0), ve = a(t, "className", 8, "");
293
+ const ne = Ge();
294
+ let ie = i(), ue = i(!1);
295
+ function se(h) {
296
+ const te = h.target;
297
+ Y(te.checked), ne("change", { checked: Y() });
298
+ }
299
+ function xe(h) {
300
+ r(ue, !0), ne("focus", { event: h });
301
+ }
302
+ function _e(h) {
303
+ r(ue, !1), ne("blur", { event: h });
304
+ }
305
+ function qe() {
306
+ var h;
307
+ (h = e(ie)) == null || h.focus();
308
+ }
309
+ function ze() {
310
+ var h;
311
+ (h = e(ie)) == null || h.blur();
312
+ }
313
+ g(() => o(F()), () => {
314
+ r(c, F() || `checkbox-${Math.random().toString(36).substr(2, 9)}`);
315
+ }), g(() => {
316
+ }, () => {
317
+ r(d, { sm: "w-4 h-4", md: "w-5 h-5", lg: "w-6 h-6" });
318
+ }), g(() => {
319
+ }, () => {
320
+ r(b, {
321
+ default: "bg-surface border border-primary text-primary focus:ring-primary focus:border-transparent",
322
+ outlined: "bg-surface-secondary border border-primary text-primary focus:ring-primary focus:border-transparent",
323
+ filled: "bg-surface-secondary border border-primary text-primary focus:ring-primary focus:border-transparent"
324
+ });
325
+ }), g(() => o(f()), () => {
326
+ r(I, f() ? "focus:ring-error border-error" : "");
327
+ }), g(() => o(ve()), () => {
328
+ r(v, [
329
+ "relative",
330
+ "flex",
331
+ "items-start",
332
+ "gap-3",
333
+ "group",
334
+ "transition-all",
335
+ "duration-200",
336
+ "ease-in-out",
337
+ ve()
338
+ ].join(" "));
339
+ }), g(
340
+ () => (e(d), o(k()), e(b), o(S()), e(I), o(f())),
341
+ () => {
342
+ r(y, [
343
+ "flex-shrink-0",
344
+ "rounded",
345
+ "transition-all",
346
+ "duration-200",
347
+ "ease-in-out",
348
+ "focus:outline-none",
349
+ "focus:ring-2",
350
+ "focus:ring-offset-2",
351
+ "focus:ring-offset-dark-900",
352
+ "disabled:opacity-50",
353
+ "disabled:cursor-not-allowed",
354
+ "cursor-pointer",
355
+ e(d)[k()],
356
+ e(b)[S()],
357
+ e(I),
358
+ f() ? "grainy-red" : "grainy-texture"
359
+ ].join(" "));
360
+ }
361
+ ), g(() => (o(f()), o(B())), () => {
362
+ r(H, [
363
+ "text-sm",
364
+ "font-medium",
365
+ "cursor-pointer",
366
+ "select-none",
367
+ "transition-colors",
368
+ "duration-200",
369
+ f() ? "text-error" : "text-primary",
370
+ B() ? "opacity-50 cursor-not-allowed" : ""
371
+ ].join(" "));
372
+ }), g(() => o(f()), () => {
373
+ r(z, ["text-xs", "mt-1", f() ? "text-error" : "text-tertiary"].join(" "));
374
+ }), g(() => {
375
+ }, () => {
376
+ r($, [
377
+ "w-full",
378
+ "h-full",
379
+ "text-current",
380
+ "transition-all",
381
+ "duration-200",
382
+ "ease-in-out"
383
+ ].join(" "));
384
+ }), g(() => {
385
+ }, () => {
386
+ r(D, [
387
+ "w-full",
388
+ "h-full",
389
+ "text-current",
390
+ "transition-all",
391
+ "duration-200",
392
+ "ease-in-out"
393
+ ].join(" "));
394
+ }), Ye();
395
+ var V = { focus: qe, blur: ze };
396
+ Xe();
397
+ var C = Gt(), J = s(C), A = s(J);
398
+ Ue(A, (h) => r(ie, h), () => e(ie));
399
+ var Q, _ = j(A, 2), R = s(_);
400
+ {
401
+ var re = (h) => {
402
+ var te = Dt();
403
+ E(() => O(te, 0, le(e($)), "svelte-1wpeqgu")), n(h, te);
404
+ }, ge = (h) => {
405
+ var te = Ce(), Ee = me(te);
406
+ {
407
+ var ye = (he) => {
408
+ var de = Ft();
409
+ E(() => O(de, 0, le(e(D)), "svelte-1wpeqgu")), n(he, de);
410
+ };
411
+ w(
412
+ Ee,
413
+ (he) => {
414
+ x() && he(ye);
415
+ },
416
+ !0
417
+ );
418
+ }
419
+ n(h, te);
420
+ };
421
+ w(R, (h) => {
422
+ Y() && !x() ? h(re) : h(ge, !1);
423
+ });
424
+ }
425
+ var je = j(_, 2), Oe = j(J, 2), ae = s(Oe);
426
+ {
427
+ var be = (h) => {
428
+ var te = Wt(), Ee = s(te), ye = j(Ee);
429
+ {
430
+ var he = (de) => {
431
+ var we = Rt();
432
+ n(de, we);
433
+ };
434
+ w(ye, (de) => {
435
+ G() && de(he);
436
+ });
437
+ }
438
+ E(() => {
439
+ T(te, "for", e(c)), O(te, 1, le(e(H)), "svelte-1wpeqgu"), ce(Ee, `${M() ?? ""} `);
440
+ }), n(h, te);
441
+ };
442
+ w(ae, (h) => {
443
+ M() && h(be);
444
+ });
445
+ }
446
+ var pe = j(ae, 2);
447
+ {
448
+ var Le = (h) => {
449
+ var te = Xt(), Ee = s(te);
450
+ {
451
+ var ye = (de) => {
452
+ var we = Kt(), fe = j(s(we), 2), W = s(fe);
453
+ E(() => ce(W, f())), n(de, we);
454
+ }, he = (de) => {
455
+ var we = Ce(), fe = me(we);
456
+ {
457
+ var W = (Ie) => {
458
+ var Z = At(), Ve = s(Z);
459
+ E(() => ce(Ve, L())), n(Ie, Z);
460
+ };
461
+ w(
462
+ fe,
463
+ (Ie) => {
464
+ L() && Ie(W);
465
+ },
466
+ !0
467
+ );
468
+ }
469
+ n(de, we);
470
+ };
471
+ w(Ee, (de) => {
472
+ f() ? de(ye) : de(he, !1);
473
+ });
474
+ }
475
+ E(() => {
476
+ T(te, "id", `${e(c) ?? ""}-help`), O(te, 1, le(e(z)), "svelte-1wpeqgu");
477
+ }), n(h, te);
478
+ };
479
+ w(pe, (h) => {
480
+ (f() || L()) && h(Le);
481
+ });
482
+ }
483
+ return E(() => {
484
+ O(C, 1, le(e(v)), "svelte-1wpeqgu"), T(A, "id", e(c)), A.disabled = B(), A.required = G(), T(A, "name", U()), T(A, "aria-invalid", f() ? "true" : "false"), T(A, "aria-describedby", f() || L() ? `${e(c)}-help` : void 0), Q !== (Q = K()) && (A.value = (A.__value = K()) ?? ""), O(_, 1, le(e(y)), "svelte-1wpeqgu"), O(je, 1, `absolute inset-0 rounded pointer-events-none transition-all duration-200 ${e(ue) ? "ring-2 ring-primary" : ""}`, "svelte-1wpeqgu");
485
+ }), Ht(A, Y), q("change", A, se), q("focus", A, xe), q("blur", A, _e), n(N, C), Ae(t, "focus", qe), Ae(t, "blur", ze), Ne(V);
486
+ }
487
+ var Yt = u('<div role="menu" aria-orientation="vertical"><div class="max-h-full overflow-y-auto"><!></div></div>'), Ut = u("<div><!></div> <!>", 1);
488
+ function Jt(N, t) {
489
+ He(t, !1);
490
+ let c = a(t, "isOpen", 8, !1), d = a(t, "placement", 8, "bottom-start"), b = a(t, "offset", 8, 8), I = a(t, "maxHeight", 8, "20rem"), v = a(t, "width", 8, "auto"), y = a(t, "zIndex", 8, 50);
491
+ const H = Ge();
492
+ let z = i(), $ = i(), D;
493
+ function Y() {
494
+ var ie, ue, se, xe, _e, qe, ze, V;
495
+ if (!e($)) return { top: 0, left: 0 };
496
+ D = e($).getBoundingClientRect();
497
+ const x = window.scrollY, U = window.scrollX;
498
+ let F = D.bottom + x + b(), K = D.left + U;
499
+ switch (d()) {
500
+ case "bottom-end":
501
+ K = D.right + U - (((ie = e(z)) == null ? void 0 : ie.offsetWidth) || 0);
502
+ break;
503
+ case "top-start":
504
+ F = D.top + x - (((ue = e(z)) == null ? void 0 : ue.offsetHeight) || 0) - b();
505
+ break;
506
+ case "top-end":
507
+ F = D.top + x - (((se = e(z)) == null ? void 0 : se.offsetHeight) || 0) - b(), K = D.right + U - (((xe = e(z)) == null ? void 0 : xe.offsetWidth) || 0);
508
+ break;
509
+ }
510
+ const ve = window.innerWidth, ne = window.innerHeight;
511
+ return K < 0 && (K = 8), K + (((_e = e(z)) == null ? void 0 : _e.offsetWidth) || 0) > ve && (K = ve - (((qe = e(z)) == null ? void 0 : qe.offsetWidth) || 0) - 8), F < 0 && (F = 8), F + (((ze = e(z)) == null ? void 0 : ze.offsetHeight) || 0) > ne + x && (F = ne + x - (((V = e(z)) == null ? void 0 : V.offsetHeight) || 0) - 8), { top: F, left: K };
512
+ }
513
+ function B(x) {
514
+ c() && e(z) && !e(z).contains(x.target) && e($) && !e($).contains(x.target) && H("close");
515
+ }
516
+ function G(x) {
517
+ x.key === "Escape" && c() && H("close");
518
+ }
519
+ gt(() => (document.addEventListener("click", B), document.addEventListener("keydown", G), () => {
520
+ document.removeEventListener("click", B), document.removeEventListener("keydown", G);
521
+ })), g(
522
+ () => (o(c()), e($), e(z)),
523
+ () => {
524
+ c() && e($) && requestAnimationFrame(() => {
525
+ const x = Y();
526
+ e(z) && (it(z, e(z).style.top = `${x.top}px`), it(z, e(z).style.left = `${x.left}px`));
527
+ });
528
+ }
529
+ ), Ye(), Xe();
530
+ var M = Ut(), L = me(M), f = s(L);
531
+ lt(f, t, "trigger", {}, null), Ue(L, (x) => r($, x), () => e($));
532
+ var k = j(L, 2);
533
+ {
534
+ var S = (x) => {
535
+ var U = Yt(), F = s(U), K = s(F);
536
+ lt(K, t, "default", {}, null), Ue(U, (ve) => r(z, ve), () => e(z)), E(() => {
537
+ O(U, 1, `fixed z-${y() ?? ""} bg-stone-800 border border-stone-700 rounded-lg shadow-xl`), at(U, `max-height: ${I() ?? ""}; width: ${v() ?? ""};`);
538
+ }), vt(3, U, () => jt, () => ({ y: -10, duration: 200 })), n(x, U);
539
+ };
540
+ w(k, (x) => {
541
+ c() && x(S);
542
+ });
543
+ }
544
+ n(N, M), Ne();
545
+ }
546
+ function _t(N, t) {
547
+ He(t, !0);
548
+ /**
549
+ * @license @lucide/svelte v0.544.0 - ISC
550
+ *
551
+ * ISC License
552
+ *
553
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
554
+ *
555
+ * Permission to use, copy, modify, and/or distribute this software for any
556
+ * purpose with or without fee is hereby granted, provided that the above
557
+ * copyright notice and this permission notice appear in all copies.
558
+ *
559
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
560
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
561
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
562
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
563
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
564
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
565
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
566
+ *
567
+ * ---
568
+ *
569
+ * The MIT License (MIT) (for portions derived from Feather)
570
+ *
571
+ * Copyright (c) 2013-2023 Cole Bemis
572
+ *
573
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
574
+ * of this software and associated documentation files (the "Software"), to deal
575
+ * in the Software without restriction, including without limitation the rights
576
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
577
+ * copies of the Software, and to permit persons to whom the Software is
578
+ * furnished to do so, subject to the following conditions:
579
+ *
580
+ * The above copyright notice and this permission notice shall be included in all
581
+ * copies or substantial portions of the Software.
582
+ *
583
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
584
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
585
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
586
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
587
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
588
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
589
+ * SOFTWARE.
590
+ *
591
+ */
592
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
593
+ const d = [["path", { d: "M20 6 9 17l-5-5" }]];
594
+ Qe(N, Ze(
595
+ { name: "check" },
596
+ () => c,
597
+ {
598
+ get iconNode() {
599
+ return d;
600
+ },
601
+ children: (b, I) => {
602
+ var v = Ce(), y = me(v);
603
+ $e(y, () => t.children ?? et), n(b, v);
604
+ },
605
+ $$slots: { default: !0 }
606
+ }
607
+ )), Ne();
608
+ }
609
+ function Qt(N, t) {
610
+ He(t, !0);
611
+ /**
612
+ * @license @lucide/svelte v0.544.0 - ISC
613
+ *
614
+ * ISC License
615
+ *
616
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
617
+ *
618
+ * Permission to use, copy, modify, and/or distribute this software for any
619
+ * purpose with or without fee is hereby granted, provided that the above
620
+ * copyright notice and this permission notice appear in all copies.
621
+ *
622
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
623
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
624
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
625
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
626
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
627
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
628
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
629
+ *
630
+ * ---
631
+ *
632
+ * The MIT License (MIT) (for portions derived from Feather)
633
+ *
634
+ * Copyright (c) 2013-2023 Cole Bemis
635
+ *
636
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
637
+ * of this software and associated documentation files (the "Software"), to deal
638
+ * in the Software without restriction, including without limitation the rights
639
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
640
+ * copies of the Software, and to permit persons to whom the Software is
641
+ * furnished to do so, subject to the following conditions:
642
+ *
643
+ * The above copyright notice and this permission notice shall be included in all
644
+ * copies or substantial portions of the Software.
645
+ *
646
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
647
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
648
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
649
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
650
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
651
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
652
+ * SOFTWARE.
653
+ *
654
+ */
655
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
656
+ const d = [["path", { d: "m6 9 6 6 6-6" }]];
657
+ Qe(N, Ze(
658
+ { name: "chevron-down" },
659
+ () => c,
660
+ {
661
+ get iconNode() {
662
+ return d;
663
+ },
664
+ children: (b, I) => {
665
+ var v = Ce(), y = me(v);
666
+ $e(y, () => t.children ?? et), n(b, v);
667
+ },
668
+ $$slots: { default: !0 }
669
+ }
670
+ )), Ne();
671
+ }
672
+ function Zt(N, t) {
673
+ He(t, !0);
674
+ /**
675
+ * @license @lucide/svelte v0.544.0 - ISC
676
+ *
677
+ * ISC License
678
+ *
679
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
680
+ *
681
+ * Permission to use, copy, modify, and/or distribute this software for any
682
+ * purpose with or without fee is hereby granted, provided that the above
683
+ * copyright notice and this permission notice appear in all copies.
684
+ *
685
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
686
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
687
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
688
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
689
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
690
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
691
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
692
+ *
693
+ * ---
694
+ *
695
+ * The MIT License (MIT) (for portions derived from Feather)
696
+ *
697
+ * Copyright (c) 2013-2023 Cole Bemis
698
+ *
699
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
700
+ * of this software and associated documentation files (the "Software"), to deal
701
+ * in the Software without restriction, including without limitation the rights
702
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
703
+ * copies of the Software, and to permit persons to whom the Software is
704
+ * furnished to do so, subject to the following conditions:
705
+ *
706
+ * The above copyright notice and this permission notice shall be included in all
707
+ * copies or substantial portions of the Software.
708
+ *
709
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
710
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
711
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
712
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
713
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
714
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
715
+ * SOFTWARE.
716
+ *
717
+ */
718
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
719
+ const d = [
720
+ [
721
+ "path",
722
+ {
723
+ d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"
724
+ }
725
+ ],
726
+ ["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }],
727
+ [
728
+ "path",
729
+ {
730
+ d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"
731
+ }
732
+ ],
733
+ ["path", { d: "m2 2 20 20" }]
734
+ ];
735
+ Qe(N, Ze(
736
+ { name: "eye-off" },
737
+ () => c,
738
+ {
739
+ get iconNode() {
740
+ return d;
741
+ },
742
+ children: (b, I) => {
743
+ var v = Ce(), y = me(v);
744
+ $e(y, () => t.children ?? et), n(b, v);
745
+ },
746
+ $$slots: { default: !0 }
747
+ }
748
+ )), Ne();
749
+ }
750
+ function $t(N, t) {
751
+ He(t, !0);
752
+ /**
753
+ * @license @lucide/svelte v0.544.0 - ISC
754
+ *
755
+ * ISC License
756
+ *
757
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
758
+ *
759
+ * Permission to use, copy, modify, and/or distribute this software for any
760
+ * purpose with or without fee is hereby granted, provided that the above
761
+ * copyright notice and this permission notice appear in all copies.
762
+ *
763
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
764
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
765
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
766
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
767
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
768
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
769
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
770
+ *
771
+ * ---
772
+ *
773
+ * The MIT License (MIT) (for portions derived from Feather)
774
+ *
775
+ * Copyright (c) 2013-2023 Cole Bemis
776
+ *
777
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
778
+ * of this software and associated documentation files (the "Software"), to deal
779
+ * in the Software without restriction, including without limitation the rights
780
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
781
+ * copies of the Software, and to permit persons to whom the Software is
782
+ * furnished to do so, subject to the following conditions:
783
+ *
784
+ * The above copyright notice and this permission notice shall be included in all
785
+ * copies or substantial portions of the Software.
786
+ *
787
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
788
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
789
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
790
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
791
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
792
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
793
+ * SOFTWARE.
794
+ *
795
+ */
796
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
797
+ const d = [
798
+ [
799
+ "path",
800
+ {
801
+ d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
802
+ }
803
+ ],
804
+ ["circle", { cx: "12", cy: "12", r: "3" }]
805
+ ];
806
+ Qe(N, Ze(
807
+ { name: "eye" },
808
+ () => c,
809
+ {
810
+ get iconNode() {
811
+ return d;
812
+ },
813
+ children: (b, I) => {
814
+ var v = Ce(), y = me(v);
815
+ $e(y, () => t.children ?? et), n(b, v);
816
+ },
817
+ $$slots: { default: !0 }
818
+ }
819
+ )), Ne();
820
+ }
821
+ function ea(N, t) {
822
+ He(t, !0);
823
+ /**
824
+ * @license @lucide/svelte v0.544.0 - ISC
825
+ *
826
+ * ISC License
827
+ *
828
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
829
+ *
830
+ * Permission to use, copy, modify, and/or distribute this software for any
831
+ * purpose with or without fee is hereby granted, provided that the above
832
+ * copyright notice and this permission notice appear in all copies.
833
+ *
834
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
835
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
836
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
837
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
838
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
839
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
840
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
841
+ *
842
+ * ---
843
+ *
844
+ * The MIT License (MIT) (for portions derived from Feather)
845
+ *
846
+ * Copyright (c) 2013-2023 Cole Bemis
847
+ *
848
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
849
+ * of this software and associated documentation files (the "Software"), to deal
850
+ * in the Software without restriction, including without limitation the rights
851
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
852
+ * copies of the Software, and to permit persons to whom the Software is
853
+ * furnished to do so, subject to the following conditions:
854
+ *
855
+ * The above copyright notice and this permission notice shall be included in all
856
+ * copies or substantial portions of the Software.
857
+ *
858
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
859
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
860
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
861
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
862
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
863
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
864
+ * SOFTWARE.
865
+ *
866
+ */
867
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
868
+ const d = [
869
+ ["path", { d: "M21 5H3" }],
870
+ ["path", { d: "M17 12H7" }],
871
+ ["path", { d: "M19 19H5" }]
872
+ ];
873
+ Qe(N, Ze(
874
+ { name: "text-align-center" },
875
+ () => c,
876
+ {
877
+ get iconNode() {
878
+ return d;
879
+ },
880
+ children: (b, I) => {
881
+ var v = Ce(), y = me(v);
882
+ $e(y, () => t.children ?? et), n(b, v);
883
+ },
884
+ $$slots: { default: !0 }
885
+ }
886
+ )), Ne();
887
+ }
888
+ function ta(N, t) {
889
+ He(t, !0);
890
+ /**
891
+ * @license @lucide/svelte v0.544.0 - ISC
892
+ *
893
+ * ISC License
894
+ *
895
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
896
+ *
897
+ * Permission to use, copy, modify, and/or distribute this software for any
898
+ * purpose with or without fee is hereby granted, provided that the above
899
+ * copyright notice and this permission notice appear in all copies.
900
+ *
901
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
902
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
903
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
904
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
905
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
906
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
907
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
908
+ *
909
+ * ---
910
+ *
911
+ * The MIT License (MIT) (for portions derived from Feather)
912
+ *
913
+ * Copyright (c) 2013-2023 Cole Bemis
914
+ *
915
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
916
+ * of this software and associated documentation files (the "Software"), to deal
917
+ * in the Software without restriction, including without limitation the rights
918
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
919
+ * copies of the Software, and to permit persons to whom the Software is
920
+ * furnished to do so, subject to the following conditions:
921
+ *
922
+ * The above copyright notice and this permission notice shall be included in all
923
+ * copies or substantial portions of the Software.
924
+ *
925
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
926
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
927
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
928
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
929
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
930
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
931
+ * SOFTWARE.
932
+ *
933
+ */
934
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
935
+ const d = [
936
+ ["path", { d: "M21 5H3" }],
937
+ ["path", { d: "M21 12H9" }],
938
+ ["path", { d: "M21 19H7" }]
939
+ ];
940
+ Qe(N, Ze(
941
+ { name: "text-align-end" },
942
+ () => c,
943
+ {
944
+ get iconNode() {
945
+ return d;
946
+ },
947
+ children: (b, I) => {
948
+ var v = Ce(), y = me(v);
949
+ $e(y, () => t.children ?? et), n(b, v);
950
+ },
951
+ $$slots: { default: !0 }
952
+ }
953
+ )), Ne();
954
+ }
955
+ function aa(N, t) {
956
+ He(t, !0);
957
+ /**
958
+ * @license @lucide/svelte v0.544.0 - ISC
959
+ *
960
+ * ISC License
961
+ *
962
+ * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
963
+ *
964
+ * Permission to use, copy, modify, and/or distribute this software for any
965
+ * purpose with or without fee is hereby granted, provided that the above
966
+ * copyright notice and this permission notice appear in all copies.
967
+ *
968
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
969
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
970
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
971
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
972
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
973
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
974
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
975
+ *
976
+ * ---
977
+ *
978
+ * The MIT License (MIT) (for portions derived from Feather)
979
+ *
980
+ * Copyright (c) 2013-2023 Cole Bemis
981
+ *
982
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
983
+ * of this software and associated documentation files (the "Software"), to deal
984
+ * in the Software without restriction, including without limitation the rights
985
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
986
+ * copies of the Software, and to permit persons to whom the Software is
987
+ * furnished to do so, subject to the following conditions:
988
+ *
989
+ * The above copyright notice and this permission notice shall be included in all
990
+ * copies or substantial portions of the Software.
991
+ *
992
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
993
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
994
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
995
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
996
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
997
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
998
+ * SOFTWARE.
999
+ *
1000
+ */
1001
+ let c = tt(t, ["$$slots", "$$events", "$$legacy"]);
1002
+ const d = [
1003
+ ["path", { d: "M21 5H3" }],
1004
+ ["path", { d: "M15 12H3" }],
1005
+ ["path", { d: "M17 19H3" }]
1006
+ ];
1007
+ Qe(N, Ze(
1008
+ { name: "text-align-start" },
1009
+ () => c,
1010
+ {
1011
+ get iconNode() {
1012
+ return d;
1013
+ },
1014
+ children: (b, I) => {
1015
+ var v = Ce(), y = me(v);
1016
+ $e(y, () => t.children ?? et), n(b, v);
1017
+ },
1018
+ $$slots: { default: !0 }
1019
+ }
1020
+ )), Ne();
1021
+ }
1022
+ var ra = u('<div role="dialog" aria-modal="true" aria-labelledby="slideup-title" tabindex="-1"></div>'), na = u('<div class="flex items-center justify-between p-4 border-b border-stone-700"><h3 id="slideup-title" class="text-lg font-semibold text-white"> </h3> <button type="button" class="p-2 text-gray-400 hover:text-white transition-colors duration-200" aria-label="Close"><!></button></div>'), sa = u('<div role="dialog" aria-modal="true" aria-labelledby="slideup-title"><!> <div class="max-h-full overflow-y-auto"><!></div></div>'), oa = u("<!> <!>", 1);
1023
+ function la(N, t) {
1024
+ He(t, !1);
1025
+ let c = a(t, "isOpen", 8, !1), d = a(t, "title", 8, ""), b = a(t, "maxHeight", 8, "80vh"), I = a(t, "zIndex", 8, 50);
1026
+ const v = Ge();
1027
+ let y = i(), H = i();
1028
+ function z(f) {
1029
+ c() && e(H) && f.target === e(H) && v("close");
1030
+ }
1031
+ function $(f) {
1032
+ f.key === "Escape" && c() && v("close");
1033
+ }
1034
+ function D(f) {
1035
+ typeof document < "u" && (f ? document.body.style.overflow = "hidden" : document.body.style.overflow = "");
1036
+ }
1037
+ gt(() => (typeof document < "u" && document.addEventListener("keydown", $), () => {
1038
+ typeof document < "u" && (document.removeEventListener("keydown", $), document.body.style.overflow = "");
1039
+ })), g(() => o(c()), () => {
1040
+ typeof document < "u" && D(c());
1041
+ }), Ye(), Xe();
1042
+ var Y = oa(), B = me(Y);
1043
+ {
1044
+ var G = (f) => {
1045
+ var k = ra();
1046
+ Ue(k, (S) => r(H, S), () => e(H)), E(() => O(k, 1, `fixed inset-0 z-${I() ?? ""} bg-black/50`)), q("click", k, z), q("keydown", k, (S) => S.key === "Escape" && z(S)), vt(3, k, () => Et, () => ({ duration: 200 })), n(f, k);
1047
+ };
1048
+ w(B, (f) => {
1049
+ c() && f(G);
1050
+ });
1051
+ }
1052
+ var M = j(B, 2);
1053
+ {
1054
+ var L = (f) => {
1055
+ var k = sa(), S = s(k);
1056
+ {
1057
+ var x = (K) => {
1058
+ var ve = na(), ne = s(ve), ie = s(ne), ue = j(ne, 2), se = s(ue);
1059
+ ft(se, { size: 20 }), E(() => ce(ie, d())), q("click", ue, () => v("close")), n(K, ve);
1060
+ };
1061
+ w(S, (K) => {
1062
+ d() && K(x);
1063
+ });
1064
+ }
1065
+ var U = j(S, 2), F = s(U);
1066
+ lt(F, t, "default", {}, null), Ue(k, (K) => r(y, K), () => e(y)), E(() => {
1067
+ O(k, 1, `fixed bottom-0 left-0 right-0 z-${I() + 1} bg-stone-800 border-t border-stone-700 rounded-t-xl shadow-2xl`), at(k, `max-height: ${b() ?? ""};`);
1068
+ }), vt(3, k, () => Bt, () => ({ axis: "y", duration: 300 })), n(f, k);
1069
+ };
1070
+ w(M, (f) => {
1071
+ c() && f(L);
1072
+ });
1073
+ }
1074
+ n(N, Y), Ne();
1075
+ }
1076
+ var ia = u('<span class="text-blood-red-500 ml-1">*</span>'), da = u("<label> <!></label>"), ca = u('<div class="absolute -top-1 -right-1 w-4 h-4 bg-cyber-amber-500 rounded-full flex items-center justify-center"><!></div>'), va = u('<button type="button"><div></div> <!></button>'), ua = u('<div class="space-y-2"><div class="grid grid-cols-11 gap-3 p-1 bg-stone-800 rounded-lg border border-stone-700"></div></div>'), fa = u('<div class="p-4"><div class="max-h-96 overflow-y-auto space-y-4 pr-2"></div></div>'), ba = u('<div class="w-8 h-8 rounded border border-stone-600 flex-shrink-0"></div>'), ha = u('<div class="w-8 h-8 rounded border border-stone-600 flex-shrink-0 bg-stone-700"></div> <span class="text-gray-400">Select a color</span>', 1), ga = u('<div class="relative"><button type="button"><div class="flex items-center space-x-3"><!></div></button> <div></div></div>'), ma = u('<div class="w-8 h-8 rounded border border-stone-600 flex-shrink-0"></div>'), pa = u('<div class="w-8 h-8 rounded border border-stone-600 flex-shrink-0 bg-stone-700"></div> <span class="text-gray-400">Select a color</span>', 1), xa = u('<div class="absolute -top-1 -right-1 w-4 h-4 bg-cyber-amber-500 rounded-full flex items-center justify-center"><!></div>'), ya = u('<button type="button"><div></div> <!></button>'), _a = u('<div class="space-y-2"><div class="grid grid-cols-8 gap-3 p-1 bg-stone-800 rounded-lg border border-stone-700"></div></div>'), wa = u('<div class="p-4"><div class="max-h-96 overflow-y-auto space-y-4 pr-2"></div></div>'), ka = u('<div class="relative"><button type="button"><div class="flex items-center space-x-3"><!></div></button> <div></div></div> <!>', 1), Ca = u('<div class="text-center py-6 text-stone-500 text-sm">No colors available</div>'), qa = u('<div class="space-y-3"><!> <!> <!> <!></div>');
1077
+ function vr(N, t) {
1078
+ He(t, !1);
1079
+ const c = i(), d = i(), b = i(), I = i(), v = i(), y = i();
1080
+ let H = a(t, "value", 12, ""), z = a(t, "label", 8, ""), $ = a(t, "required", 8, !1), D = a(t, "disabled", 8, !1), Y = a(t, "size", 8, "md"), B = a(t, "variant", 8, "outlined"), G = a(t, "colors", 24, () => [
1081
+ // Default color palette - can be customized by parent
1082
+ { label: "Red", value: "#ef4444", family: "Basic" },
1083
+ { label: "Blue", value: "#3b82f6", family: "Basic" },
1084
+ { label: "Green", value: "#10b981", family: "Basic" },
1085
+ { label: "Yellow", value: "#f59e0b", family: "Basic" },
1086
+ { label: "Purple", value: "#8b5cf6", family: "Basic" },
1087
+ { label: "Pink", value: "#ec4899", family: "Basic" },
1088
+ { label: "Indigo", value: "#6366f1", family: "Basic" },
1089
+ { label: "Gray", value: "#6b7280", family: "Basic" },
1090
+ { label: "Black", value: "#000000", family: "Basic" },
1091
+ { label: "White", value: "#ffffff", family: "Basic" }
1092
+ ]), M = i(!1), L = i(!1), f = i(!1);
1093
+ const k = Ge(), S = `color-picker-${Math.random().toString(36).substr(2, 9)}`;
1094
+ gt(() => {
1095
+ r(f, window.innerWidth < 768);
1096
+ const C = () => {
1097
+ r(f, window.innerWidth < 768);
1098
+ };
1099
+ return window.addEventListener("resize", C), () => window.removeEventListener("resize", C);
1100
+ });
1101
+ function x(C) {
1102
+ D() || (H(C.value), r(
1103
+ M,
1104
+ !1
1105
+ // Collapse after selection
1106
+ ), k("change", { value: C.value }));
1107
+ }
1108
+ function U() {
1109
+ D() || r(M, !e(M));
1110
+ }
1111
+ function F() {
1112
+ r(L, !0);
1113
+ }
1114
+ function K() {
1115
+ r(L, !1);
1116
+ }
1117
+ function ve() {
1118
+ r(M, !1);
1119
+ }
1120
+ g(() => {
1121
+ }, () => {
1122
+ r(c, {
1123
+ sm: "px-3 py-1.5 text-sm",
1124
+ md: "px-4 py-2.5 text-base",
1125
+ lg: "px-5 py-3 text-lg"
1126
+ });
1127
+ }), g(() => {
1128
+ }, () => {
1129
+ r(d, {
1130
+ default: "bg-dark-700 border-0 text-white placeholder-gray-400 focus:ring-plasma-red-500/20",
1131
+ outlined: "bg-dark-600 border-0 text-white placeholder-gray-400 focus:ring-plasma-red-500/20",
1132
+ filled: "bg-dark-600 border-0 text-white placeholder-gray-400 focus:ring-plasma-red-500/20",
1133
+ ghost: "bg-transparent border-0 text-white placeholder-gray-400 focus:ring-plasma-red-500/20"
1134
+ });
1135
+ }), g(() => {
1136
+ }, () => {
1137
+ r(b, [
1138
+ "block",
1139
+ "text-sm",
1140
+ "font-medium",
1141
+ "mb-2",
1142
+ "transition-colors",
1143
+ "duration-200",
1144
+ "text-gray-300"
1145
+ ].join(" "));
1146
+ }), g(
1147
+ () => (e(c), o(Y()), e(d), o(B())),
1148
+ () => {
1149
+ r(I, [
1150
+ "w-full",
1151
+ "min-w-40 sm:min-w-48 md:min-w-56 lg:min-w-64",
1152
+ "rounded-lg",
1153
+ "transition-all",
1154
+ "duration-200",
1155
+ "ease-in-out",
1156
+ "focus:outline-none",
1157
+ "focus:ring-2",
1158
+ "focus:ring-offset-2",
1159
+ "focus:ring-offset-dark-900",
1160
+ "disabled:opacity-50",
1161
+ "disabled:cursor-not-allowed",
1162
+ e(c)[Y()],
1163
+ e(d)[B()],
1164
+ "grainy-texture"
1165
+ ].join(" "));
1166
+ }
1167
+ ), g(() => (o(G()), o(H())), () => {
1168
+ r(v, G().find((C) => C.value === H()));
1169
+ }), g(() => o(G()), () => {
1170
+ r(y, G().reduce(
1171
+ (C, J) => {
1172
+ const A = J.family || "Other";
1173
+ return C[A] || (C[A] = []), C[A].push(J), C;
1174
+ },
1175
+ {}
1176
+ ));
1177
+ }), Ye(), Xe();
1178
+ var ne = qa(), ie = s(ne);
1179
+ {
1180
+ var ue = (C) => {
1181
+ var J = da(), A = s(J), Q = j(A);
1182
+ {
1183
+ var _ = (R) => {
1184
+ var re = ia();
1185
+ n(R, re);
1186
+ };
1187
+ w(Q, (R) => {
1188
+ $() && R(_);
1189
+ });
1190
+ }
1191
+ E(() => {
1192
+ T(J, "for", S), O(J, 1, le(e(b))), ce(A, `${z() ?? ""} `);
1193
+ }), n(C, J);
1194
+ };
1195
+ w(ie, (C) => {
1196
+ z() && C(ue);
1197
+ });
1198
+ }
1199
+ var se = j(ie, 2);
1200
+ {
1201
+ var xe = (C) => {
1202
+ Jt(C, {
1203
+ placement: "bottom-start",
1204
+ width: "auto",
1205
+ maxHeight: "20rem",
1206
+ get isOpen() {
1207
+ return e(M);
1208
+ },
1209
+ set isOpen(J) {
1210
+ r(M, J);
1211
+ },
1212
+ $$events: { close: ve },
1213
+ children: (J, A) => {
1214
+ var Q = fa(), _ = s(Q);
1215
+ rt(
1216
+ _,
1217
+ 5,
1218
+ () => (e(y), oe(() => Object.entries(e(y)))),
1219
+ ([R, re]) => R,
1220
+ (R, re) => {
1221
+ var ge = pt(() => xt(e(re), 2));
1222
+ let je = () => e(ge)[1];
1223
+ var Oe = ua(), ae = s(Oe);
1224
+ rt(ae, 5, je, (be) => be.value, (be, pe) => {
1225
+ var Le = va(), h = s(Le), te = j(h, 2);
1226
+ {
1227
+ var Ee = (ye) => {
1228
+ var he = ca(), de = s(he);
1229
+ _t(de, { size: 8, class: "text-stone-900" }), n(ye, he);
1230
+ };
1231
+ w(te, (ye) => {
1232
+ o(H()), e(pe), oe(() => H() === e(pe).value) && ye(Ee);
1233
+ });
1234
+ }
1235
+ E(() => {
1236
+ O(Le, 1, `group relative flex flex-col items-center rounded-lg transition-all duration-200 hover:bg-stone-700 focus:outline-none focus:ring-2 focus:ring-cyber-amber-500 focus:ring-opacity-50 ${o(H()), e(pe), oe(() => H() === e(pe).value ? "bg-cyber-amber-500/20 ring-2 ring-cyber-amber-500" : "") ?? ""} ${D() ? "opacity-50 cursor-not-allowed" : "cursor-pointer"}`), Le.disabled = D(), O(h, 1, `w-8 h-8 rounded-lg group-hover:scale-110 transition-transform duration-200 ${o(H()), e(pe), oe(() => H() === e(pe).value ? "border-cyber-amber-500" : "") ?? ""}`), at(h, `background-color: ${e(pe), oe(() => e(pe).value) ?? ""}`);
1237
+ }), q("click", Le, () => x(e(pe))), q("keydown", Le, (ye) => ye.key === "Enter" && x(e(pe))), n(be, Le);
1238
+ }), n(R, Oe);
1239
+ }
1240
+ ), n(J, Q);
1241
+ },
1242
+ $$slots: {
1243
+ default: !0,
1244
+ trigger: (J, A) => {
1245
+ var Q = ga(), _ = s(Q), R = s(_), re = s(R);
1246
+ {
1247
+ var ge = (ae) => {
1248
+ var be = ba();
1249
+ E(() => at(be, `background-color: ${e(v), oe(() => e(v).value) ?? ""}`)), n(ae, be);
1250
+ }, je = (ae) => {
1251
+ var be = ha();
1252
+ n(ae, be);
1253
+ };
1254
+ w(re, (ae) => {
1255
+ e(v) ? ae(ge) : ae(je, !1);
1256
+ });
1257
+ }
1258
+ var Oe = j(_, 2);
1259
+ E(() => {
1260
+ O(_, 1, le(e(I))), _.disabled = D(), O(Oe, 1, `absolute inset-0 rounded-lg pointer-events-none transition-all duration-200 ${e(L) ? "ring-2 ring-plasma-red-500/20" : ""}`);
1261
+ }), q("click", _, U), q("focus", _, F), q("blur", _, K), n(J, Q);
1262
+ }
1263
+ },
1264
+ $$legacy: !0
1265
+ });
1266
+ };
1267
+ w(se, (C) => {
1268
+ e(f) || C(xe);
1269
+ });
1270
+ }
1271
+ var _e = j(se, 2);
1272
+ {
1273
+ var qe = (C) => {
1274
+ var J = ka(), A = me(J), Q = s(A), _ = s(Q), R = s(_);
1275
+ {
1276
+ var re = (ae) => {
1277
+ var be = ma();
1278
+ E(() => at(be, `background-color: ${e(v), oe(() => e(v).value) ?? ""}`)), n(ae, be);
1279
+ }, ge = (ae) => {
1280
+ var be = pa();
1281
+ n(ae, be);
1282
+ };
1283
+ w(R, (ae) => {
1284
+ e(v) ? ae(re) : ae(ge, !1);
1285
+ });
1286
+ }
1287
+ var je = j(Q, 2), Oe = j(A, 2);
1288
+ la(Oe, {
1289
+ title: "Select Color",
1290
+ maxHeight: "80vh",
1291
+ get isOpen() {
1292
+ return e(M);
1293
+ },
1294
+ set isOpen(ae) {
1295
+ r(M, ae);
1296
+ },
1297
+ $$events: { close: ve },
1298
+ children: (ae, be) => {
1299
+ var pe = wa(), Le = s(pe);
1300
+ rt(
1301
+ Le,
1302
+ 5,
1303
+ () => (e(y), oe(() => Object.entries(e(y)))),
1304
+ ([h, te]) => h,
1305
+ (h, te) => {
1306
+ var Ee = pt(() => xt(e(te), 2));
1307
+ let ye = () => e(Ee)[1];
1308
+ var he = _a(), de = s(he);
1309
+ rt(de, 5, ye, (we) => we.value, (we, fe) => {
1310
+ var W = ya(), Ie = s(W), Z = j(Ie, 2);
1311
+ {
1312
+ var Ve = (p) => {
1313
+ var l = xa(), X = s(l);
1314
+ _t(X, { size: 8, class: "text-stone-900" }), n(p, l);
1315
+ };
1316
+ w(Z, (p) => {
1317
+ o(H()), e(fe), oe(() => H() === e(fe).value) && p(Ve);
1318
+ });
1319
+ }
1320
+ E(() => {
1321
+ O(W, 1, `group relative flex flex-col items-center rounded-lg transition-all duration-200 hover:bg-stone-700 focus:outline-none focus:ring-2 focus:ring-cyber-amber-500 focus:ring-opacity-50 ${o(H()), e(fe), oe(() => H() === e(fe).value ? "bg-cyber-amber-500/20 ring-2 ring-cyber-amber-500" : "") ?? ""} ${D() ? "opacity-50 cursor-not-allowed" : "cursor-pointer"}`), W.disabled = D(), O(Ie, 1, `w-8 h-8 rounded-lg group-hover:scale-110 transition-transform duration-200 ${o(H()), e(fe), oe(() => H() === e(fe).value ? "border-cyber-amber-500" : "") ?? ""}`), at(Ie, `background-color: ${e(fe), oe(() => e(fe).value) ?? ""}`);
1322
+ }), q("click", W, () => x(e(fe))), q("keydown", W, (p) => p.key === "Enter" && x(e(fe))), n(we, W);
1323
+ }), n(h, he);
1324
+ }
1325
+ ), n(ae, pe);
1326
+ },
1327
+ $$slots: { default: !0 },
1328
+ $$legacy: !0
1329
+ }), E(() => {
1330
+ O(Q, 1, le(e(I))), Q.disabled = D(), O(je, 1, `absolute inset-0 rounded-lg pointer-events-none transition-all duration-200 ${e(L) ? "ring-2 ring-plasma-red-500/20" : ""}`);
1331
+ }), q("click", Q, U), q("focus", Q, F), q("blur", Q, K), n(C, J);
1332
+ };
1333
+ w(_e, (C) => {
1334
+ e(f) && C(qe);
1335
+ });
1336
+ }
1337
+ var ze = j(_e, 2);
1338
+ {
1339
+ var V = (C) => {
1340
+ var J = Ca();
1341
+ n(C, J);
1342
+ };
1343
+ w(ze, (C) => {
1344
+ o(G()), oe(() => !G() || G().length === 0) && C(V);
1345
+ });
1346
+ }
1347
+ n(N, ne), Ne();
1348
+ }
1349
+ var za = u('<span class="text-error ml-1 svelte-7hu4vd" aria-label="required">*</span>'), ja = u("<label> <!></label>"), Ea = u('<button type="button" aria-label="Clear input"><!></button>'), Ba = u('<button type="button"><!></button>'), La = u('<div class="flex items-center gap-1 svelte-7hu4vd"><!> <span class="svelte-7hu4vd"> </span></div>'), Ta = u('<div class="flex items-center gap-1 svelte-7hu4vd"><!> <span class="svelte-7hu4vd"> </span></div>'), Na = u('<span class="svelte-7hu4vd"> </span>'), Ha = u("<div><!></div>"), Ma = u('<div><!> <div class="relative svelte-7hu4vd"><input/> <div class="absolute right-3 top-1/2 -translate-y-1/2 flex items-center gap-1 svelte-7hu4vd"><!> <!></div></div> <!></div>');
1350
+ const Sa = {
1351
+ hash: "svelte-7hu4vd",
1352
+ code: `
1353
+ /* Enhanced focus styles using semantic tokens */.input-focus-visible {outline:2px solid rgb(var(--color-focus-ring));outline-offset:2px;}
1354
+
1355
+ /* Smooth transitions for all interactive elements */input.svelte-7hu4vd {transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);}
1356
+
1357
+ /* Placeholder styling using semantic tokens */input.svelte-7hu4vd::-moz-placeholder {-moz-transition:color 0.2s ease;transition:color 0.2s ease;color:rgb(var(--color-text-placeholder));}input.svelte-7hu4vd::placeholder {transition:color 0.2s ease;color:rgb(var(--color-text-placeholder));}input.svelte-7hu4vd:focus::-moz-placeholder {color:rgb(var(--color-text-tertiary));}input.svelte-7hu4vd:focus::placeholder {color:rgb(var(--color-text-tertiary));}
1358
+
1359
+ /* Number input spinner styling */input[type="number"].svelte-7hu4vd::-webkit-outer-spin-button,
1360
+ input[type="number"].svelte-7hu4vd::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}input[type="number"].svelte-7hu4vd {-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;}
1361
+
1362
+ /* Search input styling */input[type="search"].svelte-7hu4vd::-webkit-search-cancel-button,
1363
+ input[type="search"].svelte-7hu4vd::-webkit-search-decoration {-webkit-appearance:none;}
1364
+
1365
+ /* Action button hover effects */button[aria-label].svelte-7hu4vd {transition:all 0.2s ease;}button[aria-label].svelte-7hu4vd:hover {transform:scale(1.05);}button[aria-label].svelte-7hu4vd:active {transform:scale(0.95);}
1366
+
1367
+ /* Focus ring animation */.focus-ring.svelte-7hu4vd {
1368
+ animation: svelte-7hu4vd-focus-ring-pulse 0.2s ease-out;}
1369
+
1370
+ @keyframes svelte-7hu4vd-focus-ring-pulse {
1371
+ 0% {
1372
+ transform: scale(0.95);
1373
+ opacity: 0;
1374
+ }
1375
+ 100% {
1376
+ transform: scale(1);
1377
+ opacity: 1;
1378
+ }
1379
+ }`
1380
+ };
1381
+ function ur(N, t) {
1382
+ He(t, !1), st(N, Sa);
1383
+ const c = i(), d = i(), b = i(), I = i(), v = i(), y = i(), H = i(), z = i(), $ = i(), D = i(), Y = i(), B = i(), G = i();
1384
+ let M = a(t, "value", 12, ""), L = a(t, "type", 8, "text"), f = a(t, "label", 8, ""), k = a(t, "placeholder", 8, ""), S = a(t, "helperText", 8, ""), x = a(t, "disabled", 8, !1), U = a(t, "required", 8, !1), F = a(t, "readonly", 8, !1), K = a(t, "id", 8, void 0), ve = a(t, "name", 8, void 0), ne = a(t, "error", 8, ""), ie = a(t, "success", 8, ""), ue = a(t, "helpText", 8, ""), se = a(t, "maxLength", 8, void 0), xe = a(t, "minLength", 8, void 0), _e = a(t, "pattern", 8, void 0), qe = a(t, "autocomplete", 8, void 0), ze = a(t, "showPasswordToggle", 8, !1), V = a(t, "showClearButton", 8, !1), C = a(t, "size", 8, "md"), J = a(t, "variant", 8, "outlined"), A = a(t, "className", 8, ""), Q = a(t, "ariaLabel", 8, void 0);
1385
+ const _ = Ge();
1386
+ let R = i(), re = i(!1), ge = i(!1);
1387
+ function je(m) {
1388
+ const P = m.target;
1389
+ M(P.value), r(ge, M() !== ""), _("input", { value: M() });
1390
+ }
1391
+ function Oe(m) {
1392
+ const P = m.target;
1393
+ M(P.value), r(ge, M() !== ""), _("change", { value: M() });
1394
+ }
1395
+ function ae(m) {
1396
+ _("focus", { event: m });
1397
+ }
1398
+ function be(m) {
1399
+ _("blur", { event: m });
1400
+ }
1401
+ function pe(m) {
1402
+ _("keydown", { event: m });
1403
+ }
1404
+ function Le(m) {
1405
+ _("keyup", { event: m });
1406
+ }
1407
+ function h() {
1408
+ r(re, !e(re));
1409
+ }
1410
+ function te(m) {
1411
+ var P;
1412
+ m.preventDefault(), M(""), r(ge, !1), _("clear", { event: m }), (P = e(R)) == null || P.focus();
1413
+ }
1414
+ function Ee() {
1415
+ var m;
1416
+ (m = e(R)) == null || m.focus();
1417
+ }
1418
+ function ye() {
1419
+ var m;
1420
+ (m = e(R)) == null || m.blur();
1421
+ }
1422
+ function he() {
1423
+ var m;
1424
+ (m = e(R)) == null || m.select();
1425
+ }
1426
+ g(() => o(K()), () => {
1427
+ r(c, K() || `input-${Math.random().toString(36).substr(2, 9)}`);
1428
+ }), g(() => o(M()), () => {
1429
+ r(ge, M() !== "" && M() !== null && M() !== void 0);
1430
+ }), g(() => o(ne()), () => {
1431
+ r(d, !!ne());
1432
+ }), g(() => o(ie()), () => {
1433
+ r(b, !!ie());
1434
+ }), g(() => {
1435
+ }, () => {
1436
+ r(I, {
1437
+ sm: "px-3 py-1.5 text-sm",
1438
+ md: "px-4 py-2.5 text-sm",
1439
+ lg: "px-5 py-3 text-base"
1440
+ });
1441
+ }), g(() => {
1442
+ }, () => {
1443
+ r(v, {
1444
+ outlined: "border border-primary bg-surface",
1445
+ filled: "border-0 bg-surface-secondary",
1446
+ underlined: "border-0 border-b border-primary bg-transparent rounded-none"
1447
+ });
1448
+ }), g(
1449
+ () => (o(J()), e(I), o(C()), e(v), o(A())),
1450
+ () => {
1451
+ r(y, [
1452
+ "w-full",
1453
+ "min-w-0",
1454
+ J() === "underlined" ? "rounded-none" : "rounded-md",
1455
+ "transition-all",
1456
+ "duration-200",
1457
+ "ease-in-out",
1458
+ "focus:outline-none",
1459
+ "focus:ring-2",
1460
+ "focus:ring-focus",
1461
+ "focus:ring-offset-2",
1462
+ "focus:ring-offset-surface",
1463
+ "disabled:opacity-50",
1464
+ "disabled:cursor-not-allowed",
1465
+ "read-only:cursor-default",
1466
+ "read-only:opacity-75",
1467
+ e(I)[C()],
1468
+ e(v)[J()],
1469
+ A()
1470
+ ].join(" "));
1471
+ }
1472
+ ), g(() => (e(d), e(b)), () => {
1473
+ r(H, e(d) ? "border-error text-primary placeholder-placeholder focus:ring-error focus:border-error" : e(b) ? "border-success text-primary placeholder-placeholder focus:ring-success focus:border-success" : "text-primary placeholder-placeholder focus:ring-focus focus:border-focus");
1474
+ }), g(() => o(x()), () => {
1475
+ r(z, x() ? "bg-surface-disabled text-disabled border-disabled cursor-not-allowed" : "");
1476
+ }), g(
1477
+ () => (e(y), e(H), e(z)),
1478
+ () => {
1479
+ r($, [
1480
+ e(y),
1481
+ e(H),
1482
+ e(z)
1483
+ ].join(" "));
1484
+ }
1485
+ ), g(() => {
1486
+ }, () => {
1487
+ r(D, [
1488
+ "relative",
1489
+ "group",
1490
+ "transition-all",
1491
+ "duration-200",
1492
+ "ease-in-out"
1493
+ ].join(" "));
1494
+ }), g(() => (e(d), e(b)), () => {
1495
+ r(Y, [
1496
+ "block",
1497
+ "text-sm",
1498
+ "font-medium",
1499
+ "mb-2",
1500
+ "transition-colors",
1501
+ "duration-200",
1502
+ e(d) ? "text-error" : e(b) ? "text-success" : "text-primary"
1503
+ ].join(" "));
1504
+ }), g(() => (e(d), e(b)), () => {
1505
+ r(B, [
1506
+ "mt-2",
1507
+ "text-xs",
1508
+ e(d) ? "text-error" : e(b) ? "text-success" : "text-secondary"
1509
+ ].join(" "));
1510
+ }), g(() => {
1511
+ }, () => {
1512
+ r(G, [
1513
+ "absolute",
1514
+ "right-3",
1515
+ "top-1/2",
1516
+ "-translate-y-1/2",
1517
+ "text-tertiary",
1518
+ "hover:text-primary",
1519
+ "transition-colors",
1520
+ "duration-200",
1521
+ "focus:outline-none",
1522
+ "focus:text-primary",
1523
+ "focus:ring-2",
1524
+ "focus:ring-focus",
1525
+ "focus:ring-offset-1",
1526
+ "rounded-sm",
1527
+ "p-1"
1528
+ ].join(" "));
1529
+ }), Ye();
1530
+ var de = { focus: Ee, blur: ye, select: he };
1531
+ Xe();
1532
+ var we = Ma(), fe = s(we);
1533
+ {
1534
+ var W = (m) => {
1535
+ var P = ja(), Te = s(P), Se = j(Te);
1536
+ {
1537
+ var Pe = (ee) => {
1538
+ var Be = za();
1539
+ n(ee, Be);
1540
+ };
1541
+ w(Se, (ee) => {
1542
+ U() && ee(Pe);
1543
+ });
1544
+ }
1545
+ E(() => {
1546
+ T(P, "for", e(c)), O(P, 1, le(e(Y)), "svelte-7hu4vd"), ce(Te, `${f() ?? ""} `);
1547
+ }), n(m, P);
1548
+ };
1549
+ w(fe, (m) => {
1550
+ f() && m(W);
1551
+ });
1552
+ }
1553
+ var Ie = j(fe, 2), Z = s(Ie);
1554
+ Ue(Z, (m) => r(R, m), () => e(R));
1555
+ var Ve = j(Z, 2), p = s(Ve);
1556
+ {
1557
+ var l = (m) => {
1558
+ var P = Ea(), Te = s(P);
1559
+ ft(Te, { size: 16 }), E(() => O(P, 1, le(e(G)), "svelte-7hu4vd")), q("click", P, te), q("keydown", P, (Se) => Se.key === "Enter" && te(Se)), n(m, P);
1560
+ };
1561
+ w(p, (m) => {
1562
+ V() && e(ge) && !x() && !F() && m(l);
1563
+ });
1564
+ }
1565
+ var X = j(p, 2);
1566
+ {
1567
+ var ke = (m) => {
1568
+ var P = Ba(), Te = s(P);
1569
+ {
1570
+ var Se = (ee) => {
1571
+ Zt(ee, { size: 16 });
1572
+ }, Pe = (ee) => {
1573
+ $t(ee, { size: 16 });
1574
+ };
1575
+ w(Te, (ee) => {
1576
+ e(re) ? ee(Se) : ee(Pe, !1);
1577
+ });
1578
+ }
1579
+ E(() => {
1580
+ O(P, 1, le(e(G)), "svelte-7hu4vd"), T(P, "aria-label", e(re) ? "Hide password" : "Show password");
1581
+ }), q("click", P, h), q("keydown", P, (ee) => ee.key === "Enter" && h()), n(m, P);
1582
+ };
1583
+ w(X, (m) => {
1584
+ ze() && L() === "password" && m(ke);
1585
+ });
1586
+ }
1587
+ var Re = j(Ie, 2);
1588
+ {
1589
+ var Me = (m) => {
1590
+ var P = Ha(), Te = s(P);
1591
+ {
1592
+ var Se = (ee) => {
1593
+ var Be = La(), De = s(Be);
1594
+ bt(De, { size: 14, class: "flex-shrink-0" });
1595
+ var Fe = j(De, 2), We = s(Fe);
1596
+ E(() => ce(We, ne())), n(ee, Be);
1597
+ }, Pe = (ee) => {
1598
+ var Be = Ce(), De = me(Be);
1599
+ {
1600
+ var Fe = (Ke) => {
1601
+ var Je = Ta(), ot = s(Je);
1602
+ ht(ot, { size: 14, class: "flex-shrink-0" });
1603
+ var dt = j(ot, 2), nt = s(dt);
1604
+ E(() => ce(nt, ie())), n(Ke, Je);
1605
+ }, We = (Ke) => {
1606
+ var Je = Ce(), ot = me(Je);
1607
+ {
1608
+ var dt = (nt) => {
1609
+ var mt = Na(), kt = s(mt);
1610
+ E(() => ce(kt, ue())), n(nt, mt);
1611
+ };
1612
+ w(
1613
+ ot,
1614
+ (nt) => {
1615
+ ue() && nt(dt);
1616
+ },
1617
+ !0
1618
+ );
1619
+ }
1620
+ n(Ke, Je);
1621
+ };
1622
+ w(
1623
+ De,
1624
+ (Ke) => {
1625
+ e(b) ? Ke(Fe) : Ke(We, !1);
1626
+ },
1627
+ !0
1628
+ );
1629
+ }
1630
+ n(ee, Be);
1631
+ };
1632
+ w(Te, (ee) => {
1633
+ e(d) ? ee(Se) : ee(Pe, !1);
1634
+ });
1635
+ }
1636
+ E(() => {
1637
+ T(P, "id", `${e(c) ?? ""}-help`), O(P, 1, le(e(B)), "svelte-7hu4vd");
1638
+ }), n(m, P);
1639
+ };
1640
+ w(Re, (m) => {
1641
+ (e(d) || e(b) || ue()) && m(Me);
1642
+ });
1643
+ }
1644
+ return E(() => {
1645
+ O(we, 1, le(e(D)), "svelte-7hu4vd"), T(Z, "id", e(c)), T(Z, "type", ze() && e(re) ? "text" : L()), wt(Z, M()), T(Z, "placeholder", k()), Z.disabled = x(), Z.required = U(), Z.readOnly = F(), T(Z, "maxlength", se()), T(Z, "minlength", xe()), T(Z, "pattern", _e()), T(Z, "autocomplete", qe() || void 0), T(Z, "name", ve()), O(Z, 1, le(e($)), "svelte-7hu4vd"), T(Z, "aria-invalid", e(d) ? "true" : "false"), T(Z, "aria-describedby", e(d) || e(b) || S() ? `${e(c)}-help` : void 0), T(Z, "aria-label", Q() || (f() ? void 0 : "Input field")), T(Z, "aria-required", U());
1646
+ }), q("input", Z, je), q("change", Z, Oe), q("focus", Z, ae), q("blur", Z, be), q("keydown", Z, pe), q("keyup", Z, Le), n(N, we), Ae(t, "focus", Ee), Ae(t, "blur", ye), Ae(t, "select", he), Ne(de);
1647
+ }
1648
+ var Pa = u('<span class="text-error ml-1 svelte-1qdann5">*</span>'), Ia = u("<label> <!></label>"), Oa = u('<option disabled class="svelte-1qdann5"> </option>'), Da = u('<option class="bg-dark-800 text-white svelte-1qdann5"> </option>'), Fa = u('<button type="button" tabindex="-1" aria-label="Clear selection"><!></button>'), Ra = u('<div class="flex items-center gap-1 svelte-1qdann5"><!> <span class="svelte-1qdann5"> </span></div>'), Wa = u('<div class="flex items-center gap-1 svelte-1qdann5"><!> <span class="svelte-1qdann5"> </span></div>'), Ka = u('<span class="svelte-1qdann5"> </span>'), Aa = u("<div><!></div>"), Xa = u('<div><!> <div class="relative svelte-1qdann5"><select><!><!></select> <!> <div><!></div> <div></div></div> <!></div>');
1649
+ const Ga = {
1650
+ hash: "svelte-1qdann5",
1651
+ code: `
1652
+ /* Custom focus styles for better accessibility */.select-focus-visible {outline:2px solid var(--color-plasma-red-500);outline-offset:2px;}
1653
+
1654
+ /* Smooth transitions for all interactive elements */select.svelte-1qdann5 {transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);}
1655
+
1656
+ /* Custom dropdown arrow styling */select.svelte-1qdann5::-ms-expand {display:none;}
1657
+
1658
+ /* Option styling */option.svelte-1qdann5 {background-color:var(--color-dark-800);color:white;padding:0.5rem;}
1659
+
1660
+ /* Hover effects */.select-container.svelte-1qdann5:hover .select-icon:where(.svelte-1qdann5) {transform:scale(1.1);}.select-container.svelte-1qdann5:active .select-icon:where(.svelte-1qdann5) {transform:scale(0.95);}
1661
+
1662
+ /* Clear button hover effects */button[aria-label="Clear selection"].svelte-1qdann5 {transition:all 0.2s ease;}button[aria-label="Clear selection"].svelte-1qdann5:hover {transform:scale(1.1);}button[aria-label="Clear selection"].svelte-1qdann5:active {transform:scale(0.95);}
1663
+
1664
+ /* Focus ring animation */.select-focus-ring.svelte-1qdann5 {
1665
+ animation: svelte-1qdann5-select-focus-ring-pulse 0.2s ease-out;}
1666
+
1667
+ @keyframes svelte-1qdann5-select-focus-ring-pulse {
1668
+ 0% {
1669
+ transform: scale(0.95);
1670
+ opacity: 0;
1671
+ }
1672
+ 100% {
1673
+ transform: scale(1);
1674
+ opacity: 1;
1675
+ }
1676
+ }
1677
+
1678
+ /* Disabled state styling */.select-disabled.svelte-1qdann5 {opacity:0.5;cursor:not-allowed;}.select-disabled.svelte-1qdann5:hover {transform:none;}
1679
+
1680
+ /* Required indicator styling */.select-required.svelte-1qdann5 {color:var(--color-blood-red-500);}`
1681
+ };
1682
+ function fr(N, t) {
1683
+ He(t, !1), st(N, Ga);
1684
+ const c = i(), d = i(), b = i(), I = i(), v = i(), y = i(), H = i(), z = i(), $ = i(), D = i(), Y = i();
1685
+ let B = a(t, "value", 12, void 0), G = a(t, "options", 24, () => []), M = a(t, "placeholder", 8, "Select an option"), L = a(t, "label", 8, ""), f = a(t, "disabled", 8, !1), k = a(t, "required", 8, !1), S = a(t, "error", 8, ""), x = a(t, "success", 8, ""), U = a(t, "helpText", 8, ""), F = a(t, "size", 8, "md"), K = a(t, "variant", 8, "outlined"), ve = a(t, "searchable", 8, !1), ne = a(t, "clearable", 8, !1), ie = a(t, "name", 8, void 0), ue = a(t, "id", 8, void 0), se = a(t, "className", 8, "");
1686
+ const xe = Ge();
1687
+ let _e = i(), qe = i(!1), ze = i(""), V = i([]);
1688
+ function C(p) {
1689
+ const l = p.target;
1690
+ B(l.value), xe("input", { value: String(B()) });
1691
+ }
1692
+ function J(p) {
1693
+ const l = p.target;
1694
+ B(l.value), xe("change", { value: String(B()) });
1695
+ }
1696
+ function A(p) {
1697
+ r(qe, !0), xe("focus", { event: p });
1698
+ }
1699
+ function Q(p) {
1700
+ r(qe, !1), xe("blur", { event: p });
1701
+ }
1702
+ function _(p) {
1703
+ xe("keydown", { event: p });
1704
+ }
1705
+ function R(p) {
1706
+ xe("keyup", { event: p });
1707
+ }
1708
+ function re(p) {
1709
+ p.stopPropagation(), B(void 0), xe("clear", { event: p });
1710
+ }
1711
+ function ge() {
1712
+ var p;
1713
+ (p = e(_e)) == null || p.focus();
1714
+ }
1715
+ function je() {
1716
+ var p;
1717
+ (p = e(_e)) == null || p.blur();
1718
+ }
1719
+ g(() => o(ue()), () => {
1720
+ r(c, ue() || `select-${Math.random().toString(36).substr(2, 9)}`);
1721
+ }), g(
1722
+ () => (o(ve()), e(ze), o(G())),
1723
+ () => {
1724
+ ve() && e(ze) ? r(V, G().filter((p) => p.label.toLowerCase().includes(e(ze).toLowerCase()))) : r(V, G());
1725
+ }
1726
+ ), g(() => (o(G()), o(B())), () => {
1727
+ r(d, G().find((p) => p.value === B()));
1728
+ }), g(() => {
1729
+ }, () => {
1730
+ r(b, {
1731
+ sm: "px-3 py-1.5 text-sm",
1732
+ md: "px-4 py-2.5 text-base",
1733
+ lg: "px-5 py-3 text-lg"
1734
+ });
1735
+ }), g(() => {
1736
+ }, () => {
1737
+ r(I, {
1738
+ outlined: "border border-primary bg-surface",
1739
+ filled: "border-0 bg-surface-secondary",
1740
+ underlined: "border-0 border-b border-primary bg-transparent rounded-none"
1741
+ });
1742
+ }), g(() => (o(S()), o(x())), () => {
1743
+ r(v, S() ? "focus:ring-error border-error" : x() ? "focus:ring-success border-success" : "");
1744
+ }), g(() => {
1745
+ }, () => {
1746
+ r(y, [
1747
+ "relative",
1748
+ "group",
1749
+ "transition-all",
1750
+ "duration-200",
1751
+ "ease-in-out"
1752
+ ].join(" "));
1753
+ }), g(
1754
+ () => (o(K()), e(b), o(F()), e(I), e(v), o(se())),
1755
+ () => {
1756
+ r(H, [
1757
+ "w-full",
1758
+ "min-w-40 sm:min-w-48 md:min-w-56 lg:min-w-64",
1759
+ K() === "underlined" ? "rounded-none" : "rounded-lg",
1760
+ "transition-all",
1761
+ "duration-200",
1762
+ "ease-in-out",
1763
+ "focus:outline-none",
1764
+ "focus:ring-2",
1765
+ "focus:ring-offset-2",
1766
+ "focus:ring-offset-dark-900",
1767
+ "disabled:opacity-50",
1768
+ "disabled:cursor-not-allowed",
1769
+ "cursor-pointer",
1770
+ "appearance-none",
1771
+ "pr-10",
1772
+ e(b)[F()],
1773
+ e(I)[K()],
1774
+ e(v),
1775
+ se()
1776
+ ].join(" "));
1777
+ }
1778
+ ), g(() => (o(S()), o(x())), () => {
1779
+ r(z, [
1780
+ "block",
1781
+ "text-sm",
1782
+ "font-medium",
1783
+ "mb-2",
1784
+ "transition-colors",
1785
+ "duration-200",
1786
+ S() ? "text-error" : x() ? "text-success" : "text-primary"
1787
+ ].join(" "));
1788
+ }), g(() => (o(S()), o(x())), () => {
1789
+ r($, [
1790
+ "mt-2",
1791
+ "text-xs",
1792
+ S() ? "text-error" : x() ? "text-success" : "text-tertiary"
1793
+ ].join(" "));
1794
+ }), g(() => o(F()), () => {
1795
+ r(D, [
1796
+ "absolute",
1797
+ "right-3",
1798
+ "top-1/2",
1799
+ "-translate-y-1/2",
1800
+ "pointer-events-none",
1801
+ "transition-transform",
1802
+ "duration-200",
1803
+ "",
1804
+ F() === "sm" ? "w-4 h-4" : F() === "md" ? "w-5 h-5" : "w-6 h-6"
1805
+ ].join(" "));
1806
+ }), g(() => o(F()), () => {
1807
+ r(Y, [
1808
+ "absolute",
1809
+ "right-8",
1810
+ "top-1/2",
1811
+ "-translate-y-1/2",
1812
+ "text-gray-400",
1813
+ "hover:text-white",
1814
+ "transition-colors",
1815
+ "duration-200",
1816
+ "focus:outline-none",
1817
+ "focus:text-white",
1818
+ F() === "sm" ? "w-4 h-4" : F() === "md" ? "w-5 h-5" : "w-6 h-6"
1819
+ ].join(" "));
1820
+ }), Ye();
1821
+ var Oe = { focus: ge, blur: je };
1822
+ Xe();
1823
+ var ae = Xa(), be = s(ae);
1824
+ {
1825
+ var pe = (p) => {
1826
+ var l = Ia(), X = s(l), ke = j(X);
1827
+ {
1828
+ var Re = (Me) => {
1829
+ var m = Pa();
1830
+ n(Me, m);
1831
+ };
1832
+ w(ke, (Me) => {
1833
+ k() && Me(Re);
1834
+ });
1835
+ }
1836
+ E(() => {
1837
+ T(l, "for", e(c)), O(l, 1, le(e(z)), "svelte-1qdann5"), ce(X, `${L() ?? ""} `);
1838
+ }), n(p, l);
1839
+ };
1840
+ w(be, (p) => {
1841
+ L() && p(pe);
1842
+ });
1843
+ }
1844
+ var Le = j(be, 2), h = s(Le), te = s(h);
1845
+ {
1846
+ var Ee = (p) => {
1847
+ var l = Oa(), X = s(l);
1848
+ l.value = l.__value = "", E(() => ce(X, M())), n(p, l);
1849
+ };
1850
+ w(te, (p) => {
1851
+ M() && !B() && p(Ee);
1852
+ });
1853
+ }
1854
+ var ye = j(te);
1855
+ rt(ye, 1, () => e(V), (p) => p.value, (p, l) => {
1856
+ var X = Da(), ke = s(X), Re = {};
1857
+ E(() => {
1858
+ X.disabled = (e(l), oe(() => e(l).disabled)), ce(ke, (e(l), oe(() => e(l).label))), Re !== (Re = (e(l), oe(() => e(l).value))) && (X.value = (X.__value = (e(l), oe(() => e(l).value))) ?? "");
1859
+ }), n(p, X);
1860
+ }), Ue(h, (p) => r(_e, p), () => e(_e));
1861
+ var he;
1862
+ Lt(h);
1863
+ var de = j(h, 2);
1864
+ {
1865
+ var we = (p) => {
1866
+ var l = Fa(), X = s(l);
1867
+ {
1868
+ let ke = yt(() => F() === "sm" ? 12 : F() === "md" ? 16 : 20);
1869
+ ft(X, {
1870
+ get size() {
1871
+ return e(ke);
1872
+ }
1873
+ });
1874
+ }
1875
+ E(() => O(l, 1, le(e(Y)), "svelte-1qdann5")), q("click", l, re), q("keydown", l, (ke) => ke.key === "Enter" && re(ke)), n(p, l);
1876
+ };
1877
+ w(de, (p) => {
1878
+ ne() && B() !== void 0 && B() !== "" && p(we);
1879
+ });
1880
+ }
1881
+ var fe = j(de, 2), W = s(fe);
1882
+ {
1883
+ let p = yt(() => F() === "sm" ? 16 : F() === "md" ? 20 : 24);
1884
+ Qt(W, {
1885
+ get size() {
1886
+ return e(p);
1887
+ }
1888
+ });
1889
+ }
1890
+ var Ie = j(fe, 2), Z = j(Le, 2);
1891
+ {
1892
+ var Ve = (p) => {
1893
+ var l = Aa(), X = s(l);
1894
+ {
1895
+ var ke = (Me) => {
1896
+ var m = Ra(), P = s(m);
1897
+ bt(P, { size: 16, class: "flex-shrink-0" });
1898
+ var Te = j(P, 2), Se = s(Te);
1899
+ E(() => ce(Se, S())), n(Me, m);
1900
+ }, Re = (Me) => {
1901
+ var m = Ce(), P = me(m);
1902
+ {
1903
+ var Te = (Pe) => {
1904
+ var ee = Wa(), Be = s(ee);
1905
+ ht(Be, { size: 16, class: "flex-shrink-0" });
1906
+ var De = j(Be, 2), Fe = s(De);
1907
+ E(() => ce(Fe, x())), n(Pe, ee);
1908
+ }, Se = (Pe) => {
1909
+ var ee = Ce(), Be = me(ee);
1910
+ {
1911
+ var De = (Fe) => {
1912
+ var We = Ka(), Ke = s(We);
1913
+ E(() => ce(Ke, U())), n(Fe, We);
1914
+ };
1915
+ w(
1916
+ Be,
1917
+ (Fe) => {
1918
+ U() && Fe(De);
1919
+ },
1920
+ !0
1921
+ );
1922
+ }
1923
+ n(Pe, ee);
1924
+ };
1925
+ w(
1926
+ P,
1927
+ (Pe) => {
1928
+ x() ? Pe(Te) : Pe(Se, !1);
1929
+ },
1930
+ !0
1931
+ );
1932
+ }
1933
+ n(Me, m);
1934
+ };
1935
+ w(X, (Me) => {
1936
+ S() ? Me(ke) : Me(Re, !1);
1937
+ });
1938
+ }
1939
+ E(() => {
1940
+ T(l, "id", `${e(c) ?? ""}-help`), O(l, 1, le(e($)), "svelte-1qdann5");
1941
+ }), n(p, l);
1942
+ };
1943
+ w(Z, (p) => {
1944
+ (S() || x() || U()) && p(Ve);
1945
+ });
1946
+ }
1947
+ return E(() => {
1948
+ O(ae, 1, le(e(y)), "svelte-1qdann5"), T(h, "id", e(c)), h.disabled = f(), h.required = k(), T(h, "name", ie()), O(h, 1, le(e(H)), "svelte-1qdann5"), T(h, "aria-invalid", S() ? "true" : "false"), T(h, "aria-describedby", S() || x() || U() ? `${e(c)}-help` : void 0), he !== (he = B()) && (h.value = (h.__value = B()) ?? "", Tt(h, B())), O(fe, 1, le(e(D)), "svelte-1qdann5"), O(Ie, 1, `absolute inset-0 rounded-lg pointer-events-none transition-all duration-200 ${e(qe) ? "ring-2 ring-primary" : ""}`, "svelte-1qdann5");
1949
+ }), q("input", h, C), q("change", h, J), q("focus", h, A), q("blur", h, Q), q("keydown", h, _), q("keyup", h, R), n(N, ae), Ae(t, "focus", ge), Ae(t, "blur", je), Ne(Oe);
1950
+ }
1951
+ var Va = u('<span class="text-error ml-1 svelte-1bsl3nr" aria-label="required">*</span>'), Ya = u("<label> <!></label>"), Ua = u("<div> </div>"), Ja = u('<div class="flex items-center gap-1 svelte-1bsl3nr"><!> <span class="svelte-1bsl3nr"> </span></div>'), Qa = u('<div class="flex items-center gap-1 svelte-1bsl3nr"><!> <span class="svelte-1bsl3nr"> </span></div>'), Za = u('<span class="svelte-1bsl3nr"> </span>'), $a = u("<div><!></div>"), er = u('<div><!> <div class="relative svelte-1bsl3nr"><textarea></textarea></div> <!> <!></div>');
1952
+ const tr = {
1953
+ hash: "svelte-1bsl3nr",
1954
+ code: `
1955
+ /* Enhanced focus styles using semantic tokens */.textarea-focus-visible {outline:2px solid rgb(var(--color-focus-ring));outline-offset:2px;}
1956
+
1957
+ /* Smooth transitions for all interactive elements */textarea.svelte-1bsl3nr {transition:all 0.2s cubic-bezier(0.4, 0, 0.2, 1);}
1958
+
1959
+ /* Custom scrollbar for textarea using semantic tokens */textarea.svelte-1bsl3nr::-webkit-scrollbar {width:6px;}textarea.svelte-1bsl3nr::-webkit-scrollbar-track {background:transparent;}textarea.svelte-1bsl3nr::-webkit-scrollbar-thumb {background:rgb(var(--color-border-secondary));border-radius:3px;}textarea.svelte-1bsl3nr::-webkit-scrollbar-thumb:hover {background:rgb(var(--color-border-hover));}
1960
+
1961
+ /* Placeholder styling using semantic tokens */textarea.svelte-1bsl3nr::-moz-placeholder {-moz-transition:color 0.2s ease;transition:color 0.2s ease;color:rgb(var(--color-text-placeholder));}textarea.svelte-1bsl3nr::placeholder {transition:color 0.2s ease;color:rgb(var(--color-text-placeholder));}textarea.svelte-1bsl3nr:focus::-moz-placeholder {color:rgb(var(--color-text-tertiary));}textarea.svelte-1bsl3nr:focus::placeholder {color:rgb(var(--color-text-tertiary));}
1962
+
1963
+ /* Character count styling using semantic tokens */.char-count-warning.svelte-1bsl3nr {color:rgb(var(--color-warning));}.char-count-error.svelte-1bsl3nr {color:rgb(var(--color-error));}
1964
+
1965
+ /* Resize handle styling */textarea.svelte-1bsl3nr:not(.resize-none) {resize:both;}textarea.resize-x.svelte-1bsl3nr {resize:horizontal;}textarea.resize-y.svelte-1bsl3nr {resize:vertical;}
1966
+
1967
+ /* Focus ring animation */.focus-ring.svelte-1bsl3nr {
1968
+ animation: svelte-1bsl3nr-focus-ring-pulse 0.2s ease-out;}
1969
+
1970
+ @keyframes svelte-1bsl3nr-focus-ring-pulse {
1971
+ 0% {
1972
+ transform: scale(0.95);
1973
+ opacity: 0;
1974
+ }
1975
+ 100% {
1976
+ transform: scale(1);
1977
+ opacity: 1;
1978
+ }
1979
+ }`
1980
+ };
1981
+ function br(N, t) {
1982
+ He(t, !1), st(N, tr);
1983
+ const c = i(), d = i(), b = i(), I = i(), v = i(), y = i(), H = i(), z = i(), $ = i(), D = i(), Y = i(), B = i(), G = i(), M = i();
1984
+ let L = a(t, "value", 12, ""), f = a(t, "label", 8, ""), k = a(t, "placeholder", 8, ""), S = a(t, "helperText", 8, ""), x = a(t, "disabled", 8, !1), U = a(t, "required", 8, !1), F = a(t, "readonly", 8, !1), K = a(t, "id", 8, void 0), ve = a(t, "name", 8, void 0), ne = a(t, "error", 8, ""), ie = a(t, "success", 8, ""), ue = a(t, "helpText", 8, ""), se = a(t, "maxLength", 8, void 0), xe = a(t, "minLength", 8, void 0), _e = a(t, "rows", 8, 4), qe = a(t, "resize", 8, "vertical"), ze = a(t, "autoResize", 8, !1), V = a(t, "size", 8, "md"), C = a(t, "variant", 8, "outlined"), J = a(t, "className", 8, ""), A = a(t, "ariaLabel", 8, void 0);
1985
+ const Q = Ge();
1986
+ let _ = i(), R = i(!1);
1987
+ function re(l) {
1988
+ const X = l.target;
1989
+ L(X.value), r(R, L() !== ""), ze() && Le(), Q("input", { value: L() });
1990
+ }
1991
+ function ge(l) {
1992
+ const X = l.target;
1993
+ L(X.value), r(R, L() !== ""), Q("change", { value: L() });
1994
+ }
1995
+ function je(l) {
1996
+ Q("focus", { event: l });
1997
+ }
1998
+ function Oe(l) {
1999
+ Q("blur", { event: l });
2000
+ }
2001
+ function ae(l) {
2002
+ Q("keydown", { event: l });
2003
+ }
2004
+ function be(l) {
2005
+ Q("keyup", { event: l });
2006
+ }
2007
+ function pe(l) {
2008
+ Q("resize", { event: l });
2009
+ }
2010
+ function Le() {
2011
+ e(_) && (it(_, e(_).style.height = "auto"), it(_, e(_).style.height = e(_).scrollHeight + "px"));
2012
+ }
2013
+ function h() {
2014
+ var l;
2015
+ (l = e(_)) == null || l.focus();
2016
+ }
2017
+ function te() {
2018
+ var l;
2019
+ (l = e(_)) == null || l.blur();
2020
+ }
2021
+ function Ee() {
2022
+ var l;
2023
+ (l = e(_)) == null || l.select();
2024
+ }
2025
+ g(() => o(K()), () => {
2026
+ r(c, K() || `textarea-${Math.random().toString(36).substr(2, 9)}`);
2027
+ }), g(() => o(L()), () => {
2028
+ r(R, L() !== "" && L() !== null && L() !== void 0);
2029
+ }), g(() => o(ne()), () => {
2030
+ r(d, !!ne());
2031
+ }), g(() => o(ie()), () => {
2032
+ r(b, !!ie());
2033
+ }), g(() => {
2034
+ }, () => {
2035
+ r(I, {
2036
+ sm: "px-3 py-1.5 text-sm",
2037
+ md: "px-4 py-2.5 text-sm",
2038
+ lg: "px-5 py-3 text-base"
2039
+ });
2040
+ }), g(() => {
2041
+ }, () => {
2042
+ r(v, {
2043
+ outlined: "border border-primary bg-surface",
2044
+ filled: "border-0 bg-surface-secondary",
2045
+ underlined: "border-0 border-b border-primary bg-transparent rounded-none"
2046
+ });
2047
+ }), g(() => {
2048
+ }, () => {
2049
+ r(y, {
2050
+ none: "resize-none",
2051
+ both: "resize",
2052
+ horizontal: "resize-x",
2053
+ vertical: "resize-y"
2054
+ });
2055
+ }), g(
2056
+ () => (o(C()), e(I), o(V()), e(v), e(y), o(qe()), o(J())),
2057
+ () => {
2058
+ r(H, [
2059
+ "w-full",
2060
+ "min-w-0",
2061
+ C() === "underlined" ? "rounded-none" : "rounded-md",
2062
+ "transition-all",
2063
+ "duration-200",
2064
+ "ease-in-out",
2065
+ "focus:outline-none",
2066
+ "focus:ring-2",
2067
+ "focus:ring-focus",
2068
+ "focus:ring-offset-2",
2069
+ "focus:ring-offset-surface",
2070
+ "disabled:opacity-50",
2071
+ "disabled:cursor-not-allowed",
2072
+ "read-only:cursor-default",
2073
+ "read-only:opacity-75",
2074
+ "overflow-hidden",
2075
+ e(I)[V()],
2076
+ e(v)[C()],
2077
+ e(y)[qe()],
2078
+ J()
2079
+ ].join(" "));
2080
+ }
2081
+ ), g(() => (e(d), e(b)), () => {
2082
+ r(z, e(d) ? "border-error text-primary placeholder-placeholder focus:ring-error focus:border-error" : e(b) ? "border-success text-primary placeholder-placeholder focus:ring-success focus:border-success" : "text-primary placeholder-placeholder focus:ring-focus focus:border-focus");
2083
+ }), g(() => o(x()), () => {
2084
+ r($, x() ? "bg-surface-disabled text-disabled border-disabled cursor-not-allowed" : "");
2085
+ }), g(
2086
+ () => (e(H), e(z), e($)),
2087
+ () => {
2088
+ r(D, [
2089
+ e(H),
2090
+ e(z),
2091
+ e($)
2092
+ ].join(" "));
2093
+ }
2094
+ ), g(() => {
2095
+ }, () => {
2096
+ r(Y, [
2097
+ "relative",
2098
+ "group",
2099
+ "transition-all",
2100
+ "duration-200",
2101
+ "ease-in-out"
2102
+ ].join(" "));
2103
+ }), g(() => (e(d), e(b)), () => {
2104
+ r(B, [
2105
+ "block",
2106
+ "text-sm",
2107
+ "font-medium",
2108
+ "mb-2",
2109
+ "transition-colors",
2110
+ "duration-200",
2111
+ e(d) ? "text-error" : e(b) ? "text-success" : "text-primary"
2112
+ ].join(" "));
2113
+ }), g(() => (e(d), e(b)), () => {
2114
+ r(G, [
2115
+ "mt-2",
2116
+ "text-xs",
2117
+ e(d) ? "text-error" : e(b) ? "text-success" : "text-secondary"
2118
+ ].join(" "));
2119
+ }), g(() => (o(se()), o(L())), () => {
2120
+ r(M, [
2121
+ "text-xs",
2122
+ "text-secondary",
2123
+ "mt-1",
2124
+ "text-right",
2125
+ se() && L().length > se() * 0.9 ? "text-warning" : "",
2126
+ se() && L().length >= se() ? "text-error" : ""
2127
+ ].join(" "));
2128
+ }), Ye();
2129
+ var ye = { focus: h, blur: te, select: Ee };
2130
+ Xe();
2131
+ var he = er(), de = s(he);
2132
+ {
2133
+ var we = (l) => {
2134
+ var X = Ya(), ke = s(X), Re = j(ke);
2135
+ {
2136
+ var Me = (m) => {
2137
+ var P = Va();
2138
+ n(m, P);
2139
+ };
2140
+ w(Re, (m) => {
2141
+ U() && m(Me);
2142
+ });
2143
+ }
2144
+ E(() => {
2145
+ T(X, "for", e(c)), O(X, 1, le(e(B)), "svelte-1bsl3nr"), ce(ke, `${f() ?? ""} `);
2146
+ }), n(l, X);
2147
+ };
2148
+ w(de, (l) => {
2149
+ f() && l(we);
2150
+ });
2151
+ }
2152
+ var fe = j(de, 2), W = s(fe);
2153
+ Ue(W, (l) => r(_, l), () => e(_));
2154
+ var Ie = j(fe, 2);
2155
+ {
2156
+ var Z = (l) => {
2157
+ var X = Ua(), ke = s(X);
2158
+ E(() => {
2159
+ O(X, 1, le(e(M)), "svelte-1bsl3nr"), ce(ke, `${o(L()), oe(() => L().length) ?? ""}/${se() ?? ""}`);
2160
+ }), n(l, X);
2161
+ };
2162
+ w(Ie, (l) => {
2163
+ se() && l(Z);
2164
+ });
2165
+ }
2166
+ var Ve = j(Ie, 2);
2167
+ {
2168
+ var p = (l) => {
2169
+ var X = $a(), ke = s(X);
2170
+ {
2171
+ var Re = (m) => {
2172
+ var P = Ja(), Te = s(P);
2173
+ bt(Te, { size: 14, class: "flex-shrink-0" });
2174
+ var Se = j(Te, 2), Pe = s(Se);
2175
+ E(() => ce(Pe, ne())), n(m, P);
2176
+ }, Me = (m) => {
2177
+ var P = Ce(), Te = me(P);
2178
+ {
2179
+ var Se = (ee) => {
2180
+ var Be = Qa(), De = s(Be);
2181
+ ht(De, { size: 14, class: "flex-shrink-0" });
2182
+ var Fe = j(De, 2), We = s(Fe);
2183
+ E(() => ce(We, ie())), n(ee, Be);
2184
+ }, Pe = (ee) => {
2185
+ var Be = Ce(), De = me(Be);
2186
+ {
2187
+ var Fe = (We) => {
2188
+ var Ke = Za(), Je = s(Ke);
2189
+ E(() => ce(Je, ue())), n(We, Ke);
2190
+ };
2191
+ w(
2192
+ De,
2193
+ (We) => {
2194
+ ue() && We(Fe);
2195
+ },
2196
+ !0
2197
+ );
2198
+ }
2199
+ n(ee, Be);
2200
+ };
2201
+ w(
2202
+ Te,
2203
+ (ee) => {
2204
+ e(b) ? ee(Se) : ee(Pe, !1);
2205
+ },
2206
+ !0
2207
+ );
2208
+ }
2209
+ n(m, P);
2210
+ };
2211
+ w(ke, (m) => {
2212
+ e(d) ? m(Re) : m(Me, !1);
2213
+ });
2214
+ }
2215
+ E(() => {
2216
+ T(X, "id", `${e(c) ?? ""}-help`), O(X, 1, le(e(G)), "svelte-1bsl3nr");
2217
+ }), n(l, X);
2218
+ };
2219
+ w(Ve, (l) => {
2220
+ (e(d) || e(b) || ue()) && l(p);
2221
+ });
2222
+ }
2223
+ return E(() => {
2224
+ O(he, 1, le(e(Y)), "svelte-1bsl3nr"), T(W, "id", e(c)), wt(W, L()), T(W, "placeholder", k()), W.disabled = x(), W.required = U(), W.readOnly = F(), T(W, "maxlength", se()), T(W, "minlength", xe()), T(W, "name", ve()), T(W, "rows", _e()), O(W, 1, le(e(D)), "svelte-1bsl3nr"), T(W, "aria-invalid", e(d) ? "true" : "false"), T(W, "aria-describedby", e(d) || e(b) || S() || se() ? `${e(c)}-help` : void 0), T(W, "aria-label", A() || (f() ? void 0 : "Textarea field")), T(W, "aria-required", U());
2225
+ }), q("input", W, re), q("change", W, ge), q("focus", W, je), q("blur", W, Oe), q("keydown", W, ae), q("keyup", W, be), q("resize", W, pe), n(N, he), Ae(t, "focus", h), Ae(t, "blur", te), Ae(t, "select", Ee), Ne(ye);
2226
+ }
2227
+ var ar = u('<span class="text-red-400 ml-1">*</span>'), rr = u('<button type="button" role="radio"><!> <span class="hidden sm:inline"> </span></button>'), nr = u('<div class="space-y-2"><label class="block text-sm font-medium text-stone-300"> <!></label> <div class="flex gap-1 p-1 bg-stone-800 rounded-lg border border-stone-700 min-w-48 sm:min-w-56 md:min-w-64 lg:min-w-72" role="radiogroup"></div></div>');
2228
+ function hr(N, t) {
2229
+ He(t, !1);
2230
+ let c = a(t, "value", 12, "center"), d = a(t, "label", 8, "Text Alignment"), b = a(t, "required", 8, !1), I = a(t, "size", 8, "sm");
2231
+ const v = Ge(), y = `text-alignment-${Math.random().toString(36).substr(2, 9)}`, H = [
2232
+ { value: "left", label: "Left", component: aa },
2233
+ { value: "center", label: "Center", component: ea },
2234
+ { value: "right", label: "Right", component: ta }
2235
+ ];
2236
+ function z(f) {
2237
+ c(f), v("change", { value: f });
2238
+ }
2239
+ const $ = {
2240
+ sm: "text-xs px-2 py-1",
2241
+ md: "text-sm px-3 py-2",
2242
+ lg: "text-base px-4 py-3"
2243
+ };
2244
+ Xe();
2245
+ var D = nr(), Y = s(D), B = s(Y), G = j(B);
2246
+ {
2247
+ var M = (f) => {
2248
+ var k = ar();
2249
+ n(f, k);
2250
+ };
2251
+ w(G, (f) => {
2252
+ b() && f(M);
2253
+ });
2254
+ }
2255
+ var L = j(Y, 2);
2256
+ rt(L, 5, () => H, Nt, (f, k) => {
2257
+ var S = rr(), x = s(S);
2258
+ ct(x, () => e(k).component, (K, ve) => {
2259
+ ve(K, { size: 16 });
2260
+ });
2261
+ var U = j(x, 2), F = s(U);
2262
+ E(() => {
2263
+ O(S, 1, `flex-1 flex items-center justify-center gap-2 ${o(I()), oe(() => $[I()]) ?? ""} rounded-md transition-all duration-200 ${o(c()), e(k), oe(() => c() === e(k).value ? "bg-blue-600 text-white shadow-sm" : "text-stone-400 hover:text-stone-200 hover:bg-stone-700") ?? ""}`), T(S, "aria-checked", (o(c()), e(k), oe(() => c() === e(k).value))), T(S, "aria-label", (e(k), oe(() => e(k).label))), ce(F, (e(k), oe(() => e(k).label)));
2264
+ }), q("click", S, () => z(e(k).value)), q("keydown", S, (K) => K.key === "Enter" && z(e(k).value)), n(f, S);
2265
+ }), E(() => {
2266
+ T(Y, "for", y), ce(B, `${d() ?? ""} `), T(L, "id", y), T(L, "aria-label", d());
2267
+ }), n(N, D), Ne();
2268
+ }
2269
+ var sr = u('<button type="button" class="text-sm font-medium text-primary cursor-pointer select-none hover:text-secondary transition-colors"> </button>'), or = u('<div><button type="button" role="switch"><span></span></button> <!></div>');
2270
+ function gr(N, t) {
2271
+ He(t, !1);
2272
+ const c = i();
2273
+ let d = a(t, "checked", 12, !1), b = a(t, "disabled", 8, !1), I = a(t, "label", 8, ""), v = a(t, "size", 8, "md"), y = a(t, "className", 8, "");
2274
+ const H = Ge();
2275
+ function z() {
2276
+ b() || (d(!d()), H("change", { checked: d() }));
2277
+ }
2278
+ const $ = { sm: "w-8 h-4", md: "w-11 h-6", lg: "w-14 h-7" }, D = { sm: "w-3 h-3", md: "w-5 h-5", lg: "w-6 h-6" };
2279
+ g(() => o(d()), () => {
2280
+ r(c, {
2281
+ sm: d() ? "translate-x-4" : "translate-x-0",
2282
+ md: d() ? "translate-x-5" : "translate-x-0",
2283
+ lg: d() ? "translate-x-7" : "translate-x-0"
2284
+ });
2285
+ }), Ye(), Xe();
2286
+ var Y = or(), B = s(Y), G = s(B), M = j(B, 2);
2287
+ {
2288
+ var L = (f) => {
2289
+ var k = sr(), S = s(k);
2290
+ E(() => ce(S, I())), q("click", k, z), q("keydown", k, (x) => {
2291
+ (x.key === "Enter" || x.key === " ") && (x.preventDefault(), z());
2292
+ }), n(f, k);
2293
+ };
2294
+ w(M, (f) => {
2295
+ I() && f(L);
2296
+ });
2297
+ }
2298
+ E(() => {
2299
+ O(Y, 1, `flex items-center space-x-3 min-w-32 sm:min-w-36 md:min-w-40 lg:min-w-44 ${y() ?? ""}`), T(B, "aria-checked", d()), T(B, "aria-label", I() || "Toggle"), B.disabled = b(), O(B, 1, `relative inline-flex ${o(v()), oe(() => $[v()]) ?? ""} flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 ${d() ? "bg-primary" : "bg-surface-tertiary"} ${b() ? "opacity-50 cursor-not-allowed" : "hover:bg-opacity-80"}`), O(G, 1, `pointer-events-none inline-block ${o(v()), oe(() => D[v()]) ?? ""} transform rounded-full bg-surface shadow-lg ring-0 transition duration-200 ease-in-out ${e(c), o(v()), oe(() => e(c)[v()]) ?? ""}`);
2300
+ }), q("click", B, z), q("keydown", B, (f) => {
2301
+ (f.key === "Enter" || f.key === " ") && (f.preventDefault(), z());
2302
+ }), n(N, Y), Ne();
2303
+ }
2304
+ export {
2305
+ dr as B,
2306
+ cr as C,
2307
+ Jt as D,
2308
+ ur as I,
2309
+ fr as S,
2310
+ br as T,
2311
+ vr as a,
2312
+ hr as b,
2313
+ gr as c,
2314
+ la as d
2315
+ };