@luminescent/ui-qwik 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/lib/index.qwik.mjs +2204 -0
  2. package/lib-types/components/docs/Anchor.d.ts +2 -0
  3. package/lib-types/components/docs/Blobs.d.ts +2 -0
  4. package/lib-types/components/docs/ColorPicker.d.ts +2 -0
  5. package/lib-types/components/docs/Dropdown.d.ts +2 -0
  6. package/lib-types/components/docs/IconsLogos.d.ts +2 -0
  7. package/lib-types/components/docs/Nav.d.ts +2 -0
  8. package/lib-types/components/docs/NumberInput.d.ts +2 -0
  9. package/lib-types/components/docs/Playground.d.ts +2 -0
  10. package/lib-types/components/docs/Toggle.d.ts +2 -0
  11. package/lib-types/components/docs/lum-btn.d.ts +2 -0
  12. package/lib-types/components/docs/lum-card.d.ts +2 -0
  13. package/lib-types/components/docs/lum-classes.d.ts +2 -0
  14. package/lib-types/components/docs/lum-input.d.ts +2 -0
  15. package/lib-types/components/elements/Anchor.d.ts +5 -0
  16. package/lib-types/components/elements/Blobs.d.ts +35 -0
  17. package/lib-types/components/elements/Card.d.ts +159 -0
  18. package/lib-types/components/elements/ColorPicker.d.ts +13 -0
  19. package/lib-types/components/elements/Dropdown.d.ts +16 -0
  20. package/lib-types/components/elements/Header.d.ts +12 -0
  21. package/lib-types/components/elements/LoadingIcon.d.ts +10 -0
  22. package/lib-types/components/elements/Nav.d.ts +38 -0
  23. package/lib-types/components/elements/NumberInput.d.ts +21 -0
  24. package/lib-types/components/elements/Toggle.d.ts +212 -0
  25. package/lib-types/components/elements.d.ts +10 -0
  26. package/lib-types/components/logos/Birdflop.d.ts +7 -0
  27. package/lib-types/components/logos/Discord.d.ts +2 -0
  28. package/lib-types/components/logos/Fabric.d.ts +2 -0
  29. package/lib-types/components/logos/Forge.d.ts +2 -0
  30. package/lib-types/components/logos/IconProps.d.ts +3 -0
  31. package/lib-types/components/logos/Luminescent.d.ts +3 -0
  32. package/lib-types/components/logos/Paper.d.ts +2 -0
  33. package/lib-types/components/logos/Pterodactyl.d.ts +2 -0
  34. package/lib-types/components/logos/Purpur.d.ts +2 -0
  35. package/lib-types/components/logos/Velocity.d.ts +2 -0
  36. package/lib-types/components/logos/Waterfall.d.ts +2 -0
  37. package/lib-types/components/logos.d.ts +10 -0
  38. package/lib-types/entry.dev.d.ts +2 -0
  39. package/lib-types/entry.ssr.d.ts +14 -0
  40. package/lib-types/index.d.ts +2 -0
  41. package/lib-types/root.d.ts +3 -0
  42. package/lib-types/src/components/docs/Anchor.d.ts +2 -0
  43. package/lib-types/src/components/docs/Blobs.d.ts +2 -0
  44. package/lib-types/src/components/docs/ColorPicker.d.ts +2 -0
  45. package/lib-types/src/components/docs/Dropdown.d.ts +2 -0
  46. package/lib-types/src/components/docs/IconsLogos.d.ts +2 -0
  47. package/lib-types/src/components/docs/Nav.d.ts +2 -0
  48. package/lib-types/src/components/docs/NumberInput.d.ts +2 -0
  49. package/lib-types/src/components/docs/Playground.d.ts +2 -0
  50. package/lib-types/src/components/docs/Toggle.d.ts +2 -0
  51. package/lib-types/src/components/docs/lum-btn.d.ts +2 -0
  52. package/lib-types/src/components/docs/lum-card.d.ts +2 -0
  53. package/lib-types/src/components/docs/lum-classes.d.ts +2 -0
  54. package/lib-types/src/components/docs/lum-input.d.ts +2 -0
  55. package/lib-types/src/components/elements/Anchor.d.ts +5 -0
  56. package/lib-types/src/components/elements/Blobs.d.ts +35 -0
  57. package/lib-types/src/components/elements/Card.d.ts +159 -0
  58. package/lib-types/src/components/elements/ColorPicker.d.ts +13 -0
  59. package/lib-types/src/components/elements/Dropdown.d.ts +16 -0
  60. package/lib-types/src/components/elements/Header.d.ts +12 -0
  61. package/lib-types/src/components/elements/Nav.d.ts +38 -0
  62. package/lib-types/src/components/elements/NumberInput.d.ts +21 -0
  63. package/lib-types/src/components/elements/Toggle.d.ts +212 -0
  64. package/lib-types/src/components/elements.d.ts +9 -0
  65. package/lib-types/src/components/logos/Birdflop.d.ts +7 -0
  66. package/lib-types/src/components/logos/Discord.d.ts +2 -0
  67. package/lib-types/src/components/logos/Fabric.d.ts +2 -0
  68. package/lib-types/src/components/logos/Forge.d.ts +2 -0
  69. package/lib-types/src/components/logos/IconProps.d.ts +3 -0
  70. package/lib-types/src/components/logos/Luminescent.d.ts +3 -0
  71. package/lib-types/src/components/logos/Paper.d.ts +2 -0
  72. package/lib-types/src/components/logos/Pterodactyl.d.ts +2 -0
  73. package/lib-types/src/components/logos/Purpur.d.ts +2 -0
  74. package/lib-types/src/components/logos/Velocity.d.ts +2 -0
  75. package/lib-types/src/components/logos/Waterfall.d.ts +2 -0
  76. package/lib-types/src/components/logos.d.ts +10 -0
  77. package/lib-types/src/entry.dev.d.ts +2 -0
  78. package/lib-types/src/entry.ssr.d.ts +14 -0
  79. package/lib-types/src/index.d.ts +2 -0
  80. package/lib-types/src/root.d.ts +3 -0
  81. package/lib-types/src/svg/ChevronDown.d.ts +2 -0
  82. package/lib-types/src/svg/Link.d.ts +2 -0
  83. package/lib-types/src/svg/Minus.d.ts +2 -0
  84. package/lib-types/src/svg/Plus.d.ts +2 -0
  85. package/lib-types/src/svg/Shuffle.d.ts +2 -0
  86. package/lib-types/src/tailwind.config.d.ts +138 -0
  87. package/lib-types/src/utils/color.d.ts +36 -0
  88. package/lib-types/svg/ChevronDown.d.ts +2 -0
  89. package/lib-types/svg/Link.d.ts +2 -0
  90. package/lib-types/svg/Minus.d.ts +2 -0
  91. package/lib-types/svg/Plus.d.ts +2 -0
  92. package/lib-types/svg/Shuffle.d.ts +2 -0
  93. package/lib-types/tailwind.config.d.ts +122 -0
  94. package/lib-types/utils/color.d.ts +36 -0
  95. package/package.json +65 -0
@@ -0,0 +1,2204 @@
1
+ import { componentQrl, inlinedQrl, _jsxQ, _fnSignal, _restProps, _jsxBranch, _jsxS, _jsxC, Slot, _IMMUTABLE, _wrapSignal, useStore, useLexicalScope, useStylesQrl, useSignal } from "@builder.io/qwik";
2
+ import { Fragment } from "@builder.io/qwik/jsx-runtime";
3
+ const Anchor = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => /* @__PURE__ */ _jsxQ("span", null, {
4
+ id: _fnSignal((p0) => p0.id, [
5
+ props
6
+ ], "p0.id"),
7
+ class: "block h-32 -mt-32 pointer-events-none"
8
+ }, null, 3, "mN_0"), "Anchor_component_dUkqs0yGHwc"));
9
+ const blobColorClasses = {
10
+ slate: [
11
+ "bg-slate-400",
12
+ "bg-slate-500",
13
+ "bg-slate-600"
14
+ ],
15
+ gray: [
16
+ "bg-gray-400",
17
+ "bg-gray-500",
18
+ "bg-gray-600"
19
+ ],
20
+ darkgray: [
21
+ "bg-gray-500",
22
+ "bg-gray-600",
23
+ "bg-gray-700"
24
+ ],
25
+ darkergray: [
26
+ "bg-gray-600",
27
+ "bg-gray-700",
28
+ "bg-gray-800"
29
+ ],
30
+ zinc: [
31
+ "bg-zinc-400",
32
+ "bg-zinc-500",
33
+ "bg-zinc-600"
34
+ ],
35
+ neutral: [
36
+ "bg-neutral-400",
37
+ "bg-neutral-500",
38
+ "bg-neutral-600"
39
+ ],
40
+ stone: [
41
+ "bg-stone-400",
42
+ "bg-stone-500",
43
+ "bg-stone-600"
44
+ ],
45
+ red: [
46
+ "bg-red-400",
47
+ "bg-red-500",
48
+ "bg-red-600"
49
+ ],
50
+ orange: [
51
+ "bg-orange-400",
52
+ "bg-orange-500",
53
+ "bg-orange-600"
54
+ ],
55
+ amber: [
56
+ "bg-amber-400",
57
+ "bg-amber-500",
58
+ "bg-amber-600"
59
+ ],
60
+ yellow: [
61
+ "bg-yellow-400",
62
+ "bg-yellow-500",
63
+ "bg-yellow-600"
64
+ ],
65
+ lime: [
66
+ "bg-lime-400",
67
+ "bg-lime-500",
68
+ "bg-lime-600"
69
+ ],
70
+ green: [
71
+ "bg-green-400",
72
+ "bg-green-500",
73
+ "bg-green-600"
74
+ ],
75
+ emerald: [
76
+ "bg-emerald-400",
77
+ "bg-emerald-500",
78
+ "bg-emerald-600"
79
+ ],
80
+ teal: [
81
+ "bg-teal-400",
82
+ "bg-teal-500",
83
+ "bg-teal-600"
84
+ ],
85
+ cyan: [
86
+ "bg-cyan-400",
87
+ "bg-cyan-500",
88
+ "bg-cyan-600"
89
+ ],
90
+ sky: [
91
+ "bg-sky-400",
92
+ "bg-sky-500",
93
+ "bg-sky-600"
94
+ ],
95
+ blue: [
96
+ "bg-blue-400",
97
+ "bg-blue-500",
98
+ "bg-blue-600"
99
+ ],
100
+ indigo: [
101
+ "bg-indigo-400",
102
+ "bg-indigo-500",
103
+ "bg-indigo-600"
104
+ ],
105
+ violet: [
106
+ "bg-violet-400",
107
+ "bg-violet-500",
108
+ "bg-violet-600"
109
+ ],
110
+ purple: [
111
+ "bg-purple-400",
112
+ "bg-purple-500",
113
+ "bg-purple-600"
114
+ ],
115
+ fuchsia: [
116
+ "bg-fuchsia-400",
117
+ "bg-fuchsia-500",
118
+ "bg-fuchsia-600"
119
+ ],
120
+ pink: [
121
+ "bg-pink-400",
122
+ "bg-pink-500",
123
+ "bg-pink-600"
124
+ ],
125
+ rose: [
126
+ "bg-rose-400",
127
+ "bg-rose-500",
128
+ "bg-rose-600"
129
+ ]
130
+ };
131
+ const blobClasses = [
132
+ "animate-blob",
133
+ "animate-blob1",
134
+ "animate-blob2",
135
+ "animate-blob3",
136
+ "animate-blob4",
137
+ "animate-blob5",
138
+ "animate-blob6"
139
+ ];
140
+ const Blobs = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
141
+ const props1 = _restProps(props, [
142
+ "color",
143
+ "blur"
144
+ ]);
145
+ const blob = Math.round(Math.random() * 6);
146
+ const colorClass = typeof (props.color ?? "darkgray") == "string" ? blobColorClasses[props.color ?? "darkgray"] : props.color ?? "darkgray";
147
+ return /* @__PURE__ */ _jsxQ("div", {
148
+ class: {
149
+ "motion-reduce:hidden absolute inset-0 transition-all animate-in fade-in anim-duration-[2s] -z-[1]": true,
150
+ ...props1.class
151
+ }
152
+ }, {
153
+ style: {
154
+ containerType: "size"
155
+ }
156
+ }, [
157
+ /* @__PURE__ */ _jsxQ("div", {
158
+ class: {
159
+ "absolute top-0 w-[30cqw] h-[30cqw] rounded-full opacity-20 ease-in-out": true,
160
+ "blur-sm": (props.blur ?? "xl") === "sm",
161
+ "blur-md": (props.blur ?? "xl") === "md",
162
+ "blur-lg": (props.blur ?? "xl") === "lg",
163
+ "blur-xl": (props.blur ?? "xl") === "xl",
164
+ [blobClasses[blob]]: true,
165
+ [colorClass[0]]: true
166
+ }
167
+ }, null, null, 3, null),
168
+ /* @__PURE__ */ _jsxQ("div", {
169
+ class: {
170
+ "absolute top-0 w-[30cqw] h-[30cqw] rounded-full opacity-20 ease-in-out": true,
171
+ "blur-sm": (props.blur ?? "xl") === "sm",
172
+ "blur-md": (props.blur ?? "xl") === "md",
173
+ "blur-lg": (props.blur ?? "xl") === "lg",
174
+ "blur-xl": (props.blur ?? "xl") === "xl",
175
+ "anim-delay-[-5s]": true,
176
+ [blobClasses[blob]]: true,
177
+ [colorClass[1]]: true
178
+ }
179
+ }, null, null, 3, null),
180
+ /* @__PURE__ */ _jsxQ("div", {
181
+ class: {
182
+ "absolute top-0 w-[30cqw] h-[30cqw] rounded-full opacity-20 ease-in-out": true,
183
+ "blur-sm": (props.blur ?? "xl") === "sm",
184
+ "blur-md": (props.blur ?? "xl") === "md",
185
+ "blur-lg": (props.blur ?? "xl") === "lg",
186
+ "blur-xl": (props.blur ?? "xl") === "xl",
187
+ "anim-delay-[-10s]": true,
188
+ [blobClasses[blob]]: true,
189
+ [colorClass[2]]: true
190
+ }
191
+ }, null, null, 3, null)
192
+ ], 1, "Mx_0");
193
+ }, "Blobs_component_xCrUzl14bRQ"));
194
+ const cardColorClasses = {
195
+ slate: {
196
+ bg_blobs: "bg-slate-400/10 border-slate-400/20",
197
+ bg: "bg-slate-400/60 border-slate-400",
198
+ hover: "hover:bg-slate-400/20",
199
+ click: "active:bg-slate-300/20"
200
+ },
201
+ gray: {
202
+ bg_blobs: "bg-gray-400/10 border-gray-400/20",
203
+ bg: "bg-gray-400/60 border-gray-400",
204
+ hover: "hover:bg-gray-400/20",
205
+ click: "active:bg-gray-300/20"
206
+ },
207
+ darkgray: {
208
+ bg_blobs: "bg-gray-800/10 border-gray-800/40",
209
+ bg: "bg-gray-800/60 border-gray-800",
210
+ hover: "hover:bg-gray-800/40",
211
+ click: "active:bg-gray-700/40"
212
+ },
213
+ darkergray: {
214
+ bg_blobs: "bg-gray-900/10 border-gray-900/50",
215
+ bg: "bg-gray-900/60 border-gray-900",
216
+ hover: "hover:bg-gray-900/50",
217
+ click: "active:bg-gray-800/50"
218
+ },
219
+ zinc: {
220
+ bg_blobs: "bg-zinc-400/10 border-zinc-400/20",
221
+ bg: "bg-zinc-400/60 border-zinc-400",
222
+ hover: "hover:bg-zinc-400/20",
223
+ click: "active:bg-zinc-300/20"
224
+ },
225
+ neutral: {
226
+ bg_blobs: "bg-neutral-400/10 border-neutral-400/20",
227
+ bg: "bg-neutral-400/60 border-neutral-400",
228
+ hover: "hover:bg-neutral-400/20",
229
+ click: "active:bg-neutral-300/20"
230
+ },
231
+ stone: {
232
+ bg_blobs: "bg-stone-400/10 border-stone-400/20",
233
+ bg: "bg-stone-400/60 border-stone-400",
234
+ hover: "hover:bg-stone-400/20",
235
+ click: "active:bg-stone-300/20"
236
+ },
237
+ red: {
238
+ bg_blobs: "bg-red-400/10 border-red-400/20",
239
+ bg: "bg-red-400/60 border-red-400",
240
+ hover: "hover:bg-red-400/20",
241
+ click: "active:bg-red-300/20"
242
+ },
243
+ orange: {
244
+ bg_blobs: "bg-orange-400/10 border-orange-400/20",
245
+ bg: "bg-orange-400/60 border-orange-400",
246
+ hover: "hover:bg-orange-400/20",
247
+ click: "active:bg-orange-300/20"
248
+ },
249
+ amber: {
250
+ bg_blobs: "bg-amber-400/10 border-amber-400/20",
251
+ bg: "bg-amber-400/60 border-amber-400",
252
+ hover: "hover:bg-amber-400/20",
253
+ click: "active:bg-amber-300/20"
254
+ },
255
+ yellow: {
256
+ bg_blobs: "bg-yellow-400/10 border-yellow-400/20",
257
+ bg: "bg-yellow-400/60 border-yellow-400",
258
+ hover: "hover:bg-yellow-400/20",
259
+ click: "active:bg-yellow-300/20"
260
+ },
261
+ lime: {
262
+ bg_blobs: "bg-lime-400/10 border-lime-400/20",
263
+ bg: "bg-lime-400/60 border-lime-400",
264
+ hover: "hover:bg-lime-400/20",
265
+ click: "active:bg-lime-300/20"
266
+ },
267
+ green: {
268
+ bg_blobs: "bg-green-400/10 border-green-400/20",
269
+ bg: "bg-green-400/60 border-green-400",
270
+ hover: "hover:bg-green-400/20",
271
+ click: "active:bg-green-300/20"
272
+ },
273
+ emerald: {
274
+ bg_blobs: "bg-emerald-400/10 border-emerald-400/20",
275
+ bg: "bg-emerald-400/60 border-emerald-400",
276
+ hover: "hover:bg-emerald-400/20",
277
+ click: "active:bg-emerald-300/20"
278
+ },
279
+ teal: {
280
+ bg_blobs: "bg-teal-400/10 border-teal-400/20",
281
+ bg: "bg-teal-400/60 border-teal-400",
282
+ hover: "hover:bg-teal-400/20",
283
+ click: "active:bg-teal-300/20"
284
+ },
285
+ cyan: {
286
+ bg_blobs: "bg-cyan-400/10 border-cyan-400/20",
287
+ bg: "bg-cyan-400/60 border-cyan-400",
288
+ hover: "hover:bg-cyan-400/20",
289
+ click: "active:bg-cyan-300/20"
290
+ },
291
+ sky: {
292
+ bg_blobs: "bg-sky-400/10 border-sky-400/20",
293
+ bg: "bg-sky-400/60 border-sky-400",
294
+ hover: "hover:bg-sky-400/20",
295
+ click: "active:bg-sky-300/20"
296
+ },
297
+ blue: {
298
+ bg_blobs: "bg-blue-400/10 border-blue-400/20",
299
+ bg: "bg-blue-400/60 border-blue-400",
300
+ hover: "hover:bg-blue-400/20",
301
+ click: "active:bg-blue-300/20"
302
+ },
303
+ indigo: {
304
+ bg_blobs: "bg-indigo-400/10 border-indigo-400/20",
305
+ bg: "bg-indigo-400/60 border-indigo-400",
306
+ hover: "hover:bg-indigo-400/20",
307
+ click: "active:bg-indigo-300/20"
308
+ },
309
+ violet: {
310
+ bg_blobs: "bg-violet-400/10 border-violet-400/20",
311
+ bg: "bg-violet-400/60 border-violet-400",
312
+ hover: "hover:bg-violet-400/20",
313
+ click: "active:bg-violet-300/20"
314
+ },
315
+ purple: {
316
+ bg_blobs: "bg-purple-400/10 border-purple-400/20",
317
+ bg: "bg-purple-400/60 border-purple-400",
318
+ hover: "hover:bg-purple-400/20",
319
+ click: "active:bg-purple-300/20"
320
+ },
321
+ fuchsia: {
322
+ bg_blobs: "bg-fuchsia-400/10 border-fuchsia-400/20",
323
+ bg: "bg-fuchsia-400/60 border-fuchsia-400",
324
+ hover: "hover:bg-fuchsia-400/20",
325
+ click: "active:bg-fuchsia-300/20"
326
+ },
327
+ pink: {
328
+ bg_blobs: "bg-pink-400/10 border-pink-400/20",
329
+ bg: "bg-pink-400/60 border-pink-400",
330
+ hover: "hover:bg-pink-400/20",
331
+ click: "active:bg-pink-300/20"
332
+ },
333
+ rose: {
334
+ bg_blobs: "bg-rose-400/10 border-rose-400/20",
335
+ bg: "bg-rose-400/60 border-rose-400",
336
+ hover: "hover:bg-rose-400/20",
337
+ click: "active:bg-rose-300/20"
338
+ }
339
+ };
340
+ const Card = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
341
+ _jsxBranch();
342
+ const props1 = _restProps(props, [
343
+ "color",
344
+ "hover",
345
+ "row",
346
+ "blobs"
347
+ ]);
348
+ return /* @__PURE__ */ _jsxS("div", {
349
+ ...props1,
350
+ class: {
351
+ "flex lum-bg-gray-900 lum-pad-4xl lum-pad-equal rounded-lg": true,
352
+ "flex-col": !props.row,
353
+ [cardColorClasses[props.color ?? "darkgray"].bg]: !props.blobs,
354
+ [cardColorClasses[props.color ?? "darkgray"].bg_blobs]: props.blobs,
355
+ [cardColorClasses[props.color ?? "darkgray"].hover + " hover:shadow-lg"]: props.hover,
356
+ [cardColorClasses[props.color ?? "darkgray"].click + " active:scale-[99%] cursor-pointer select-none touch-manipulation"]: props.hover == "clickable",
357
+ ...props1.class
358
+ },
359
+ children: [
360
+ props.hover == "blur" && /* @__PURE__ */ _jsxQ("div", null, {
361
+ class: {
362
+ "transition-all absolute flex inset-0 w-full h-full z-10 backdrop-blur-xl rounded-lg opacity-0 hover:opacity-100": true
363
+ }
364
+ }, /* @__PURE__ */ _jsxC(Slot, {
365
+ name: "blur",
366
+ [_IMMUTABLE]: {
367
+ name: _IMMUTABLE
368
+ }
369
+ }, 3, "r7_0"), 1, "r7_1"),
370
+ /* @__PURE__ */ _jsxC(Slot, null, 3, "r7_2"),
371
+ props1.href && /* @__PURE__ */ _jsxQ("a", {
372
+ href: _wrapSignal(props1, "href")
373
+ }, {
374
+ class: "absolute inset-0"
375
+ }, null, 3, "r7_3"),
376
+ props.blobs && /* @__PURE__ */ _jsxC(Blobs, {
377
+ get color() {
378
+ return props.blobs == true ? props.color ?? "darkgray" : props.blobs;
379
+ },
380
+ class: {
381
+ "overflow-clip rounded-lg": true
382
+ },
383
+ [_IMMUTABLE]: {
384
+ color: _fnSignal((p0) => p0.blobs == true ? p0.color ?? "darkgray" : p0.blobs, [
385
+ props
386
+ ], 'p0.blobs==true?p0.color??"darkgray":p0.blobs'),
387
+ class: _IMMUTABLE
388
+ }
389
+ }, 3, "r7_4")
390
+ ]
391
+ }, null, 0, "r7_5");
392
+ }, "Card_component_vthoMhQFGts"));
393
+ const clamp = (value, min, max) => Math.min(Math.max(value, min), max);
394
+ function getMousePosition(e) {
395
+ if (window.TouchEvent && e instanceof TouchEvent) {
396
+ const touch = e.touches[0];
397
+ return {
398
+ x: touch.clientX,
399
+ y: touch.clientY
400
+ };
401
+ }
402
+ const mouse = e;
403
+ return {
404
+ x: mouse.clientX,
405
+ y: mouse.clientY
406
+ };
407
+ }
408
+ const pad2 = (c) => c.length == 1 ? "0" + c : "" + c;
409
+ function getBrightness(color) {
410
+ const { r, g, b } = color;
411
+ return (r * 299 + g * 587 + b * 114) / 1e3;
412
+ }
413
+ function hexNumberToRgb(color) {
414
+ const r = (color >> 16 & 255) / 255;
415
+ const g = (color >> 8 & 255) / 255;
416
+ const b = (color & 255) / 255;
417
+ return {
418
+ r,
419
+ g,
420
+ b
421
+ };
422
+ }
423
+ function rgbToHex(color) {
424
+ const { r, g, b } = color;
425
+ const hex = [
426
+ "#",
427
+ pad2(Math.round(r * 255).toString(16)),
428
+ pad2(Math.round(g * 255).toString(16)),
429
+ pad2(Math.round(b * 255).toString(16))
430
+ ];
431
+ return hex.join("").toUpperCase();
432
+ }
433
+ const hexStringToNumber = (color) => parseInt(color.replace("#", ""), 16);
434
+ function hsvToRgb(color) {
435
+ let { h } = color;
436
+ const { s, v } = color;
437
+ h *= 6;
438
+ const i = Math.floor(h);
439
+ const f = h - i;
440
+ const p = v * (1 - s);
441
+ const q = v * (1 - f * s);
442
+ const t = v * (1 - (1 - f) * s);
443
+ const mod = i % 6;
444
+ const r = [
445
+ v,
446
+ q,
447
+ p,
448
+ p,
449
+ t,
450
+ v
451
+ ][mod];
452
+ const g = [
453
+ t,
454
+ v,
455
+ v,
456
+ q,
457
+ p,
458
+ p
459
+ ][mod];
460
+ const b = [
461
+ p,
462
+ p,
463
+ t,
464
+ v,
465
+ v,
466
+ q
467
+ ][mod];
468
+ return {
469
+ r,
470
+ g,
471
+ b
472
+ };
473
+ }
474
+ function rgbToHsv(color) {
475
+ const { r, g, b } = color;
476
+ const max = Math.max(r, g, b);
477
+ const min = Math.min(r, g, b);
478
+ const d = max - min;
479
+ const s = max === 0 ? 0 : d / max;
480
+ const v = max;
481
+ let h = 0;
482
+ if (max != min) {
483
+ switch (max) {
484
+ case r:
485
+ h = (g - b) / d + (g < b ? 6 : 0);
486
+ break;
487
+ case g:
488
+ h = (b - r) / d + 2;
489
+ break;
490
+ case b:
491
+ h = (r - g) / d + 4;
492
+ break;
493
+ }
494
+ h /= 6;
495
+ }
496
+ return {
497
+ h,
498
+ s,
499
+ v
500
+ };
501
+ }
502
+ const Shuffle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
503
+ return /* @__PURE__ */ _jsxS("svg", {
504
+ xmlns: "http://www.w3.org/2000/svg",
505
+ viewBox: "0 0 512 512",
506
+ ...props,
507
+ get height() {
508
+ return props.width;
509
+ },
510
+ children: [
511
+ /* @__PURE__ */ _jsxQ("path", null, {
512
+ fill: "none",
513
+ stroke: "currentColor",
514
+ "stroke-linecap": "round",
515
+ "stroke-linejoin": "round",
516
+ "stroke-width": "32",
517
+ d: "M400 304l48 48-48 48M400 112l48 48-48 48M64 352h85.19a80 80 0 0066.56-35.62L256 256"
518
+ }, null, 3, null),
519
+ /* @__PURE__ */ _jsxQ("path", null, {
520
+ d: "M64 160h85.19a80 80 0 0166.56 35.62l80.5 120.76A80 80 0 00362.81 352H416M416 160h-53.19a80 80 0 00-66.56 35.62L288 208",
521
+ fill: "none",
522
+ stroke: "currentColor",
523
+ "stroke-linecap": "round",
524
+ "stroke-linejoin": "round",
525
+ "stroke-width": "32"
526
+ }, null, 3, null)
527
+ ]
528
+ }, {
529
+ xmlns: _IMMUTABLE,
530
+ viewBox: _IMMUTABLE,
531
+ height: _fnSignal((p0) => p0.width, [
532
+ props
533
+ ], "p0.width")
534
+ }, 0, "z5_0");
535
+ }, "Shuffle_component_17D0HKe0U1U"));
536
+ const ColorPicker = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
537
+ const props1 = _restProps(props, [
538
+ "id",
539
+ "value",
540
+ "colors",
541
+ "onInput$",
542
+ "preview",
543
+ "horizontal",
544
+ "showInput"
545
+ ]);
546
+ const width = 125;
547
+ const maxHue = 148;
548
+ const hsvColor = rgbToHsv(hexNumberToRgb(hexStringToNumber(props.value ?? "#000000")));
549
+ const store = useStore({
550
+ hue: {
551
+ position: hsvColor.h * maxHue,
552
+ color: rgbToHex(hsvToRgb({
553
+ h: hsvColor.h,
554
+ s: 1,
555
+ v: 1
556
+ }))
557
+ },
558
+ bPosition: (1 - hsvColor.v) * maxHue,
559
+ sPosition: hsvColor.s * width,
560
+ value: props.value ?? "#000000"
561
+ });
562
+ const setColor = /* @__PURE__ */ inlinedQrl((color) => {
563
+ const [maxHue2, props2, store2, width2] = useLexicalScope();
564
+ if (!color.match(/^#[0-9A-F]{6}$/i)) return;
565
+ const number = hexStringToNumber(color);
566
+ const hsv = rgbToHsv(hexNumberToRgb(number));
567
+ store2.hue.position = hsv.h * maxHue2;
568
+ store2.hue.color = rgbToHex(hsvToRgb({
569
+ h: hsv.h,
570
+ s: 1,
571
+ v: 1
572
+ }));
573
+ store2.sPosition = hsv.s * width2;
574
+ store2.bPosition = (1 - hsv.v) * maxHue2;
575
+ store2.value = color;
576
+ props2.onInput$?.(store2.value);
577
+ }, "ColorPicker_component_setColor_m9tT2MF9iI8", [
578
+ maxHue,
579
+ props,
580
+ store,
581
+ width
582
+ ]);
583
+ const hueChange = /* @__PURE__ */ inlinedQrl((e, hOffset) => {
584
+ const [maxHue2, props2, store2] = useLexicalScope();
585
+ const { y } = getMousePosition(e);
586
+ store2.hue.position = clamp(maxHue2 - (y - hOffset), 0, maxHue2);
587
+ const hsvColor2 = rgbToHsv(hexNumberToRgb(hexStringToNumber(store2.value)));
588
+ const h = store2.hue.position / maxHue2;
589
+ hsvColor2.h = h;
590
+ store2.hue.color = rgbToHex(hsvToRgb({
591
+ h,
592
+ s: 1,
593
+ v: 1
594
+ }));
595
+ store2.value = rgbToHex(hsvToRgb(hsvColor2));
596
+ props2.onInput$?.(store2.value);
597
+ }, "ColorPicker_component_hueChange_c0i9qwof0Yw", [
598
+ maxHue,
599
+ props,
600
+ store
601
+ ]);
602
+ const hueMouseDown = /* @__PURE__ */ inlinedQrl((e, el) => {
603
+ const [hueChange2] = useLexicalScope();
604
+ const hOffset = el.getBoundingClientRect().top;
605
+ hueChange2(e, hOffset);
606
+ const eventListener = (e2) => hueChange2(e2, hOffset);
607
+ window.addEventListener("mousemove", eventListener);
608
+ window.addEventListener("touchmove", eventListener);
609
+ const mouseUpListener = () => {
610
+ window.removeEventListener("mousemove", eventListener);
611
+ window.removeEventListener("touchmove", eventListener);
612
+ window.removeEventListener("mouseup", mouseUpListener);
613
+ window.removeEventListener("touchend", mouseUpListener);
614
+ };
615
+ window.addEventListener("mouseup", mouseUpListener);
616
+ window.addEventListener("touchend", mouseUpListener);
617
+ }, "ColorPicker_component_hueMouseDown_cw08gCPBKtw", [
618
+ hueChange
619
+ ]);
620
+ const sbChange = /* @__PURE__ */ inlinedQrl((e, hOffset) => {
621
+ const [maxHue2, props2, store2, width2] = useLexicalScope();
622
+ const { x, y } = getMousePosition(e);
623
+ store2.bPosition = clamp(y - hOffset.top, 0, maxHue2);
624
+ store2.sPosition = clamp(x - hOffset.left, 0, width2);
625
+ const s = store2.sPosition / width2;
626
+ const v = 1 - store2.bPosition / maxHue2;
627
+ store2.value = rgbToHex(hsvToRgb({
628
+ h: store2.hue.position / maxHue2,
629
+ s,
630
+ v
631
+ }));
632
+ props2.onInput$?.(store2.value);
633
+ }, "ColorPicker_component_sbChange_NwrBaY0ccx0", [
634
+ maxHue,
635
+ props,
636
+ store,
637
+ width
638
+ ]);
639
+ const sbMouseDown = /* @__PURE__ */ inlinedQrl((e, el) => {
640
+ const [sbChange2] = useLexicalScope();
641
+ const offset = el.getBoundingClientRect();
642
+ sbChange2(e, offset);
643
+ const eventListener = (e2) => sbChange2(e2, offset);
644
+ window.addEventListener("mousemove", eventListener);
645
+ window.addEventListener("touchmove", eventListener);
646
+ const mouseUpListener = () => {
647
+ window.removeEventListener("mousemove", eventListener);
648
+ window.removeEventListener("touchmove", eventListener);
649
+ window.removeEventListener("mouseup", mouseUpListener);
650
+ window.removeEventListener("touchend", mouseUpListener);
651
+ };
652
+ window.addEventListener("mouseup", mouseUpListener);
653
+ window.addEventListener("touchend", mouseUpListener);
654
+ }, "ColorPicker_component_sbMouseDown_Vor71dUNt7g", [
655
+ sbChange
656
+ ]);
657
+ return /* @__PURE__ */ _jsxQ("div", {
658
+ class: {
659
+ "motion-safe:transition-all p-4 bg-gray-800/50 backdrop-blur-xl flex gap-4 rounded-lg border border-gray-700 touch-none": true,
660
+ "flex": true,
661
+ "flex-col": !props.horizontal,
662
+ ...props1.class
663
+ }
664
+ }, {
665
+ id: _fnSignal((p0) => p0.id, [
666
+ props
667
+ ], "p0.id"),
668
+ onInput$: /* @__PURE__ */ inlinedQrl((e, el) => {
669
+ const [setColor2] = useLexicalScope();
670
+ if (!el.dataset.value) return;
671
+ setColor2(el.dataset.value);
672
+ }, "ColorPicker_component_div_onInput_qqZiSKVe6wo", [
673
+ setColor
674
+ ])
675
+ }, [
676
+ /* @__PURE__ */ _jsxQ("div", null, {
677
+ class: "flex gap-4"
678
+ }, [
679
+ /* @__PURE__ */ _jsxQ("div", null, {
680
+ class: "w-[125px] h-[150px] rounded-md relative",
681
+ style: _fnSignal((p0) => ({
682
+ background: `linear-gradient(to right, #FFFFFF, ${p0.hue.color})`
683
+ }), [
684
+ store
685
+ ], "{background:`linear-gradient(to right, #FFFFFF, ${p0.hue.color})`}"),
686
+ "preventdefault:mousedown": true,
687
+ "preventdefault:touchstart": true,
688
+ onMouseDown$: sbMouseDown,
689
+ onTouchStart$: sbMouseDown
690
+ }, [
691
+ /* @__PURE__ */ _jsxQ("div", null, {
692
+ class: "w-[125px] h-[150px] rounded-[0.3rem] bg-gradient-to-b from-transparent to-black border border-gray-700"
693
+ }, null, 3, null),
694
+ /* @__PURE__ */ _jsxQ("div", {
695
+ class: {
696
+ "absolute -top-2 -left-2 w-4 h-4 border rounded-full bg-white": true,
697
+ "border-white": getBrightness(hexNumberToRgb(hexStringToNumber(store.value))) < 0.5,
698
+ "border-black": getBrightness(hexNumberToRgb(hexStringToNumber(store.value))) > 0.5
699
+ }
700
+ }, {
701
+ style: _fnSignal((p0) => ({
702
+ background: p0.value,
703
+ transform: `translate(${p0.sPosition}px, ${p0.bPosition}px)`
704
+ }), [
705
+ store
706
+ ], "{background:p0.value,transform:`translate(${p0.sPosition}px, ${p0.bPosition}px)`}")
707
+ }, null, 3, null)
708
+ ], 1, null),
709
+ /* @__PURE__ */ _jsxQ("div", null, {
710
+ class: "h-[150px] relative w-2 border border-gray-700 rounded-md",
711
+ style: {
712
+ background: "linear-gradient(to bottom, #ff0000, #ff00ff, #0000ff, #00ffff, #00ff00, #ffff00, #ff0000)"
713
+ },
714
+ "preventdefault:mousedown": true,
715
+ "preventdefault:touchstart": true,
716
+ onMouseDown$: hueMouseDown,
717
+ onTouchStart$: hueMouseDown
718
+ }, /* @__PURE__ */ _jsxQ("div", null, {
719
+ class: "absolute -bottom-2 -left-[5px] w-4 h-4 border border-white rounded-full bg-[#ff0000]",
720
+ style: _fnSignal((p0) => ({
721
+ transform: `translateY(${-p0.hue.position}px)`,
722
+ background: p0.hue.color
723
+ }), [
724
+ store
725
+ ], "{transform:`translateY(${-p0.hue.position}px)`,background:p0.hue.color}")
726
+ }, null, 3, null), 3, null)
727
+ ], 1, null),
728
+ /* @__PURE__ */ _jsxQ("div", null, {
729
+ class: "w-[150px] flex flex-wrap gap-1 justify-between"
730
+ }, [
731
+ (props.showInput ?? true) && /* @__PURE__ */ _jsxQ("div", {
732
+ class: {
733
+ "flex w-[150px] pb-3 mb-2 border-b border-b-gray-700": true,
734
+ "flex-row gap-1": (props.preview ?? "left") == "left",
735
+ "flex-row-reverse gap-1": (props.preview ?? "left") == "right",
736
+ "flex-col": (props.preview ?? "left") == "top",
737
+ "flex-col-reverse": (props.preview ?? "left") == "bottom"
738
+ }
739
+ }, null, [
740
+ (props.preview ?? "left") != "full" && /* @__PURE__ */ _jsxQ("div", {
741
+ class: {
742
+ "border border-gray-700": true,
743
+ "h-full aspect-square rounded-md": (props.preview ?? "left") == "left" || (props.preview ?? "left") == "right",
744
+ "w-full h-3": (props.preview ?? "left") == "top" || (props.preview ?? "left") == "bottom",
745
+ "rounded-t-md": (props.preview ?? "left") == "top",
746
+ "rounded-b-md": (props.preview ?? "left") == "bottom"
747
+ }
748
+ }, {
749
+ style: _fnSignal((p0) => ({
750
+ backgroundColor: `${p0.value}`
751
+ }), [
752
+ store
753
+ ], "{backgroundColor:`${p0.value}`}")
754
+ }, null, 3, "Xr_0"),
755
+ /* @__PURE__ */ _jsxQ("input", {
756
+ class: {
757
+ "w-full lum-input lum-pad-sm text-sm lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md": true,
758
+ "border-t-0 rounded-t-none": (props.preview ?? "left") == "top",
759
+ "border-b-0 rounded-b-none": (props.preview ?? "left") == "bottom"
760
+ },
761
+ style: (props.preview ?? "left") == "full" ? {
762
+ backgroundColor: `${store.value}`,
763
+ color: getBrightness(hexNumberToRgb(hexStringToNumber(store.value))) > 0.5 ? "black" : "white"
764
+ } : {}
765
+ }, {
766
+ value: _fnSignal((p0) => p0.value, [
767
+ store
768
+ ], "p0.value"),
769
+ onInput$: /* @__PURE__ */ inlinedQrl((e, el) => {
770
+ const [setColor2] = useLexicalScope();
771
+ setColor2(el.value);
772
+ }, "ColorPicker_component_div_div_div_input_onInput_CQkhrhS8XsM", [
773
+ setColor
774
+ ])
775
+ }, null, 3, null)
776
+ ], 1, "Xr_1"),
777
+ (props.colors ?? [
778
+ "#FAEDCB",
779
+ "#C9E4DE",
780
+ "#C6DEF1",
781
+ "#DBCDF0",
782
+ "#F2C6DE",
783
+ "#FCD05C",
784
+ "#5FE2C5",
785
+ "#4498DB",
786
+ "#9863E7",
787
+ "#E43A96",
788
+ "#000000",
789
+ "#555555",
790
+ "#AAAAAA",
791
+ "#FFFFFF"
792
+ ]).map((color, i) => {
793
+ return /* @__PURE__ */ _jsxQ("button", {
794
+ style: {
795
+ background: color,
796
+ outline: color === store.value ? "2px solid #ffffffaa" : void 0
797
+ },
798
+ onClick$: /* @__PURE__ */ inlinedQrl(() => {
799
+ const [color2, setColor2] = useLexicalScope();
800
+ setColor2(color2);
801
+ }, "ColorPicker_component_div_div_button_onClick_SZm6ZpemtlQ", [
802
+ color,
803
+ setColor
804
+ ])
805
+ }, {
806
+ class: {
807
+ "w-[1.6rem] h-[1.6rem] rounded-md hover:scale-110 motion-safe:transition-all -outline-offset-1 outline outline-1 outline-white/30": true
808
+ }
809
+ }, null, 2, i);
810
+ }),
811
+ /* @__PURE__ */ _jsxQ("button", null, {
812
+ class: "w-[1.6rem] h-[1.6rem] border border-gray-700 rounded-md hover:scale-110 motion-safe:transition-all",
813
+ onClick$: /* @__PURE__ */ inlinedQrl(() => {
814
+ const [setColor2] = useLexicalScope();
815
+ const color = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
816
+ setColor2(color);
817
+ }, "ColorPicker_component_div_div_button_onClick_1_sMsvaWHvSbk", [
818
+ setColor
819
+ ])
820
+ }, /* @__PURE__ */ _jsxC(Shuffle, {
821
+ class: "fill-current text-gray-300 pl-0.5 p-0.5",
822
+ [_IMMUTABLE]: {
823
+ class: _IMMUTABLE
824
+ }
825
+ }, 3, "Xr_2"), 1, null)
826
+ ], 1, null)
827
+ ], 1, "Xr_3");
828
+ }, "ColorPicker_component_8ldznufwKro"));
829
+ const ChevronDown = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
830
+ return /* @__PURE__ */ _jsxS("svg", {
831
+ xmlns: "http://www.w3.org/2000/svg",
832
+ viewBox: "0 0 512 512",
833
+ ...props,
834
+ get height() {
835
+ return props.width;
836
+ },
837
+ children: /* @__PURE__ */ _jsxQ("path", null, {
838
+ fill: "none",
839
+ stroke: "currentColor",
840
+ "stroke-linecap": "round",
841
+ "stroke-linejoin": "round",
842
+ "stroke-width": "48",
843
+ d: "M112 184l144 144 144-144"
844
+ }, null, 3, null)
845
+ }, {
846
+ xmlns: _IMMUTABLE,
847
+ viewBox: _IMMUTABLE,
848
+ height: _fnSignal((p0) => p0.width, [
849
+ props
850
+ ], "p0.width")
851
+ }, 0, "EL_0");
852
+ }, "ChevronDown_component_t7XDRYS4gVA"));
853
+ const Dropdown = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
854
+ return /* @__PURE__ */ _jsxQ("div", null, {
855
+ class: "flex flex-col"
856
+ }, [
857
+ /* @__PURE__ */ _jsxQ("label", null, {
858
+ for: _fnSignal((p0) => p0.id, [
859
+ props
860
+ ], "p0.id"),
861
+ class: "text-gray-300 pb-1 select-none"
862
+ }, /* @__PURE__ */ _jsxC(Slot, null, 3, "Q4_0"), 1, null),
863
+ /* @__PURE__ */ _jsxC(DropdownRaw, {
864
+ ...props
865
+ }, 0, "Q4_1")
866
+ ], 1, "Q4_2");
867
+ }, "Dropdown_component_uFQ6p5skpCY"));
868
+ const DropdownRaw = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
869
+ const props1 = _restProps(props, [
870
+ "id",
871
+ "values",
872
+ "class",
873
+ "display",
874
+ "hover"
875
+ ]);
876
+ const store = useStore({
877
+ opened: false,
878
+ value: props1.value
879
+ });
880
+ useStylesQrl(/* @__PURE__ */ inlinedQrl(`
881
+ .lui-scroll {
882
+ scroll-behavior: smooth;
883
+ }
884
+ .lui-scroll::-webkit-scrollbar {
885
+ appearance: none;
886
+ -webkit-appearance: none;
887
+ width: 8px;
888
+ height: 8px;
889
+ }
890
+ .lui-scroll::-webkit-scrollbar-track {
891
+ background-color: transparent;
892
+ }
893
+ .lui-scroll::-webkit-scrollbar-thumb {
894
+ background-color: #ffffff20;
895
+ border: 1px solid #ffffff20;
896
+ border-radius: 3px;
897
+ }
898
+ .lui-scroll::-webkit-scrollbar-corner {
899
+ background-color: transparent;
900
+ }
901
+ `, "DropdownRaw_component_useStyles_z0gYS0qqgxg"));
902
+ return /* @__PURE__ */ _jsxQ("div", null, {
903
+ class: _fnSignal((p0) => ({
904
+ "relative touch-manipulation": true,
905
+ "group": p0.hover
906
+ }), [
907
+ props
908
+ ], '{"relative touch-manipulation":true,"group":p0.hover}')
909
+ }, [
910
+ props.values && /* @__PURE__ */ _jsxS("select", {
911
+ ...props1,
912
+ get id() {
913
+ return props.id;
914
+ },
915
+ class: {
916
+ "hidden": true
917
+ },
918
+ children: props.values.map((value, i) => {
919
+ return /* @__PURE__ */ _jsxQ("option", {
920
+ value: _wrapSignal(value, "value")
921
+ }, null, `${value.value}`, 1, i);
922
+ })
923
+ }, {
924
+ id: _fnSignal((p0) => p0.id, [
925
+ props
926
+ ], "p0.id"),
927
+ class: _IMMUTABLE
928
+ }, 0, "Q4_3"),
929
+ /* @__PURE__ */ _jsxQ("button", null, {
930
+ class: _fnSignal((p0) => ({
931
+ "lum-btn lum-pad-md text-base lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md": true,
932
+ ...p0.class
933
+ }), [
934
+ props
935
+ ], '{"lum-btn lum-pad-md text-base lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md":true,...p0.class}'),
936
+ onClick$: /* @__PURE__ */ inlinedQrl(() => {
937
+ const [store2] = useLexicalScope();
938
+ store2.opened = !store2.opened;
939
+ }, "DropdownRaw_component_div_button_onClick_fdpCVk0MoxA", [
940
+ store
941
+ ])
942
+ }, [
943
+ _fnSignal((p0) => p0.display, [
944
+ props
945
+ ], "p0.display"),
946
+ !props.display && props.values && /* @__PURE__ */ _jsxQ("span", null, {
947
+ id: _fnSignal((p0) => `lui-${p0.id}-name`, [
948
+ props
949
+ ], "`lui-${p0.id}-name`"),
950
+ class: "flex-1 text-left"
951
+ }, props.values.find((value) => value.value.toString() === store.value)?.name ?? props.values[0].name, 1, "Q4_4"),
952
+ /* @__PURE__ */ _jsxC(ChevronDown, {
953
+ width: 16,
954
+ get class() {
955
+ return {
956
+ "motion-safe:transition-all duration-200": true,
957
+ "transform rotate-180": store.opened,
958
+ "group-hover:transform group-hover:rotate-180": props.hover
959
+ };
960
+ },
961
+ [_IMMUTABLE]: {
962
+ width: _IMMUTABLE,
963
+ class: _fnSignal((p0, p1) => ({
964
+ "motion-safe:transition-all duration-200": true,
965
+ "transform rotate-180": p1.opened,
966
+ "group-hover:transform group-hover:rotate-180": p0.hover
967
+ }), [
968
+ props,
969
+ store
970
+ ], '{"motion-safe:transition-all duration-200":true,"transform rotate-180":p1.opened,"group-hover:transform group-hover:rotate-180":p0.hover}')
971
+ }
972
+ }, 3, "Q4_5")
973
+ ], 1, null),
974
+ /* @__PURE__ */ _jsxQ("div", {
975
+ class: {
976
+ "transition-all absolute top-full pt-2 left-0 z-[1000] ": true,
977
+ "opacity-0 scale-95 pointer-events-none": !store.opened,
978
+ "group-hover:pointer-events-auto group-hover:opacity-100 group-hover:scale-100": props.hover
979
+ }
980
+ }, null, /* @__PURE__ */ _jsxQ("div", null, {
981
+ id: _fnSignal((p0) => `lui-${p0.id}-opts`, [
982
+ props
983
+ ], "`lui-${p0.id}-opts`"),
984
+ class: {
985
+ "motion-safe:transition-all p-1 gap-1 bg-gray-800/50 backdrop-blur-xl flex flex-col border border-gray-700 max-h-72 lui-scroll overflow-auto select-none": true
986
+ }
987
+ }, [
988
+ props.values?.map(({ name, value }, i) => {
989
+ return /* @__PURE__ */ _jsxQ("button", {
990
+ onClick$: /* @__PURE__ */ inlinedQrl(() => {
991
+ const [props2, store2, value2] = useLexicalScope();
992
+ store2.opened = false;
993
+ const select = document.getElementById(props2.id);
994
+ if (select) {
995
+ select.value = value2.toString();
996
+ select.dispatchEvent(new Event("change"));
997
+ }
998
+ store2.value = value2.toString();
999
+ }, "DropdownRaw_component_div_div_div_button_onClick_QpxUSf7x1W0", [
1000
+ props,
1001
+ store,
1002
+ value
1003
+ ])
1004
+ }, {
1005
+ class: {
1006
+ "lum-btn lum-pad-md text-base lum-pad-transparent-gray-800 rounded-md": true
1007
+ }
1008
+ }, name, 0, i);
1009
+ }),
1010
+ /* @__PURE__ */ _jsxC(Slot, {
1011
+ name: "extra-buttons",
1012
+ [_IMMUTABLE]: {
1013
+ name: _IMMUTABLE
1014
+ }
1015
+ }, 3, "Q4_6")
1016
+ ], 1, null), 1, null)
1017
+ ], 1, "Q4_7");
1018
+ }, "DropdownRaw_component_DHfJGj0uQpE"));
1019
+ const Link = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1020
+ return /* @__PURE__ */ _jsxS("svg", {
1021
+ xmlns: "http://www.w3.org/2000/svg",
1022
+ viewBox: "0 0 512 512",
1023
+ ...props,
1024
+ get height() {
1025
+ return props.width;
1026
+ },
1027
+ children: /* @__PURE__ */ _jsxQ("path", null, {
1028
+ d: "M208 352h-64a96 96 0 010-192h64M304 160h64a96 96 0 010 192h-64M163.29 256h187.42",
1029
+ fill: "none",
1030
+ stroke: "currentColor",
1031
+ "stroke-linecap": "round",
1032
+ "stroke-linejoin": "round",
1033
+ "stroke-width": "36"
1034
+ }, null, 3, null)
1035
+ }, {
1036
+ xmlns: _IMMUTABLE,
1037
+ viewBox: _IMMUTABLE,
1038
+ height: _fnSignal((p0) => p0.width, [
1039
+ props
1040
+ ], "p0.width")
1041
+ }, 0, "zW_0");
1042
+ }, "Link_component_fiB6yg0RKjk"));
1043
+ const Header = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1044
+ _jsxBranch();
1045
+ const props1 = _restProps(props, [
1046
+ "id",
1047
+ "anchor",
1048
+ "loading",
1049
+ "subheader"
1050
+ ]);
1051
+ let Component = /* @__PURE__ */ _jsxC(Fragment, {
1052
+ children: /* @__PURE__ */ _jsxQ("h2", {
1053
+ class: {
1054
+ "flex gap-2 group items-center font-bold text-xl sm:text-2xl whitespace-nowrap text-white": true,
1055
+ ...props1.class
1056
+ }
1057
+ }, null, [
1058
+ /* @__PURE__ */ _jsxC(Slot, null, 3, "hw_0"),
1059
+ props.id && /* @__PURE__ */ _jsxC(Anchor, {
1060
+ get id() {
1061
+ return props.id;
1062
+ },
1063
+ [_IMMUTABLE]: {
1064
+ id: _fnSignal((p0) => p0.id, [
1065
+ props
1066
+ ], "p0.id")
1067
+ }
1068
+ }, 3, "hw_1"),
1069
+ props.anchor && props.id && /* @__PURE__ */ _jsxQ("a", null, {
1070
+ href: _fnSignal((p0) => `#${p0.id}`, [
1071
+ props
1072
+ ], "`#${p0.id}`"),
1073
+ onClick$: /* @__PURE__ */ inlinedQrl(() => {
1074
+ navigator.clipboard.writeText(window.location.href);
1075
+ }, "Header_component_Component_Fragment_h2_a_onClick_tdwReSG5ZBA")
1076
+ }, /* @__PURE__ */ _jsxC(Link, {
1077
+ class: "transition-all opacity-10 group-hover:opacity-100 active:scale-75",
1078
+ width: 24,
1079
+ [_IMMUTABLE]: {
1080
+ class: _IMMUTABLE,
1081
+ width: _IMMUTABLE
1082
+ }
1083
+ }, 3, "hw_2"), 1, "hw_3")
1084
+ ], 1, null)
1085
+ }, 1, "hw_4");
1086
+ if (props.subheader) Component = /* @__PURE__ */ _jsxQ("div", null, {
1087
+ class: "flex flex-col gap-1"
1088
+ }, [
1089
+ Component,
1090
+ /* @__PURE__ */ _jsxQ("h3", null, {
1091
+ class: "flex items-center text-gray-400 text-sm"
1092
+ }, _fnSignal((p0) => p0.subheader, [
1093
+ props
1094
+ ], "p0.subheader"), 3, null)
1095
+ ], 1, "hw_5");
1096
+ if (props.loading !== void 0) Component = /* @__PURE__ */ _jsxQ("div", null, {
1097
+ class: "flex"
1098
+ }, [
1099
+ Component,
1100
+ /* @__PURE__ */ _jsxQ("div", null, {
1101
+ class: _fnSignal((p0) => ({
1102
+ "motion-safe:transition-all duration-200": true,
1103
+ "opacity-0": !p0.loading,
1104
+ "opacity-100": p0.loading
1105
+ }), [
1106
+ props
1107
+ ], '{"motion-safe:transition-all duration-200":true,"opacity-0":!p0.loading,"opacity-100":p0.loading}')
1108
+ }, /* @__PURE__ */ _jsxQ("div", null, {
1109
+ class: "lum-loading w-6 h-6"
1110
+ }, null, 3, null), 3, null)
1111
+ ], 1, "hw_6");
1112
+ return Component;
1113
+ }, "Header_component_JY2gvGRuOjU"));
1114
+ const navColorClasses = {
1115
+ slate: "bg-slate-700/50 border-slate-600/50",
1116
+ gray: "bg-gray-700/50 border-gray-600/50",
1117
+ darkgray: "bg-gray-800/50 border-gray-700/50",
1118
+ darkergray: "bg-gray-900/50 border-gray-800/50",
1119
+ zinc: "bg-zinc-700/50 border-zinc-600/50",
1120
+ neutral: "bg-neutral-700/50 border-neutral-600/50",
1121
+ stone: "bg-stone-700/50 border-stone-600/50",
1122
+ red: "bg-red-700/50 border-red-600/50",
1123
+ orange: "bg-orange-700/50 border-orange-600/50",
1124
+ amber: "bg-amber-700/50 border-amber-600/50",
1125
+ yellow: "bg-yellow-700/50 border-yellow-600/50",
1126
+ lime: "bg-lime-700/50 border-lime-600/50",
1127
+ green: "bg-green-700/50 border-green-600/50",
1128
+ emerald: "bg-emerald-700/50 border-emerald-600/50",
1129
+ teal: "bg-teal-700/50 border-teal-600/50",
1130
+ cyan: "bg-cyan-700/50 border-cyan-600/50",
1131
+ sky: "bg-sky-700/50 border-sky-600/50",
1132
+ blue: "bg-blue-700/50 border-blue-600/50",
1133
+ indigo: "bg-indigo-700/50 border-indigo-600/50",
1134
+ violet: "bg-violet-700/50 border-violet-600/50",
1135
+ purple: "bg-purple-700/50 border-purple-600/50",
1136
+ fuchsia: "bg-fuchsia-700/50 border-fuchsia-600/50",
1137
+ pink: "bg-pink-700/50 border-pink-600/50",
1138
+ rose: "bg-rose-700/50 border-rose-600/50",
1139
+ transparent: "bg-transparent border-transparent"
1140
+ };
1141
+ const Nav = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1142
+ const props1 = _restProps(props, [
1143
+ "fixed",
1144
+ "floating",
1145
+ "color"
1146
+ ]);
1147
+ const menu = useSignal(false);
1148
+ return /* @__PURE__ */ _jsxS("nav", {
1149
+ ...props1,
1150
+ class: {
1151
+ "motion-safe:transition-all duration-200 flex flex-col top-0 left-0 w-full z-50": true,
1152
+ "fixed": props.fixed,
1153
+ "absolute": !props.fixed,
1154
+ ...props1.class
1155
+ },
1156
+ children: [
1157
+ /* @__PURE__ */ _jsxQ("div", {
1158
+ class: {
1159
+ "sm:hidden motion-safe:transition-all flex flex-col px-2 items-center absolute w-full top-full": true,
1160
+ "mt-2": menu.value,
1161
+ "opacity-0 pointer-events-none": !menu.value,
1162
+ "before:backdrop-blur-lg": props.color !== "transparent",
1163
+ 'before:absolute before:content-[""] before:w-full before:h-full before:drop-shadow-xl before:-z-10 before:rounded-lg': true
1164
+ }
1165
+ }, null, /* @__PURE__ */ _jsxQ("div", {
1166
+ class: {
1167
+ [navColorClasses[props.color ?? "darkgray"]]: true,
1168
+ "flex flex-col gap-2 motion-safe:transition-all max-w-7xl w-full px-2 py-4 border rounded-lg": true
1169
+ }
1170
+ }, null, /* @__PURE__ */ _jsxC(Slot, {
1171
+ name: "mobile",
1172
+ [_IMMUTABLE]: {
1173
+ name: _IMMUTABLE
1174
+ }
1175
+ }, 3, "03_0"), 1, null), 1, null),
1176
+ /* @__PURE__ */ _jsxQ("div", {
1177
+ class: {
1178
+ [navColorClasses[props.color ?? "darkgray"]]: !props.floating,
1179
+ "border-b": !props.floating,
1180
+ "before:backdrop-blur-lg": props.color !== "transparent" && !props.floating,
1181
+ 'before:absolute before:content-[""] before:w-full before:h-full before:drop-shadow-xl before:-z-10': !props.floating,
1182
+ "relative mt-2 mx-2": props.floating
1183
+ }
1184
+ }, null, /* @__PURE__ */ _jsxQ("div", {
1185
+ class: {
1186
+ "flex justify-evenly w-full mx-auto px-2 max-w-7xl": true,
1187
+ [navColorClasses[props.color ?? "darkgray"]]: props.floating,
1188
+ "border rounded-lg": props.floating,
1189
+ "before:backdrop-blur-lg": props.color !== "transparent" && props.floating,
1190
+ 'before:absolute before:content-[""] before:w-full before:max-w-7xl before:h-full before:rounded-lg before:drop-shadow-xl before:-z-10': props.floating
1191
+ }
1192
+ }, null, [
1193
+ /* @__PURE__ */ _jsxQ("div", null, {
1194
+ class: "flex items-center flex-1 gap-2 py-2 justify-start"
1195
+ }, /* @__PURE__ */ _jsxC(Slot, {
1196
+ name: "start",
1197
+ [_IMMUTABLE]: {
1198
+ name: _IMMUTABLE
1199
+ }
1200
+ }, 3, "03_1"), 1, null),
1201
+ /* @__PURE__ */ _jsxQ("div", null, {
1202
+ class: "flex items-center flex-1 gap-2 py-2 justify-center"
1203
+ }, /* @__PURE__ */ _jsxC(Slot, {
1204
+ name: "center",
1205
+ [_IMMUTABLE]: {
1206
+ name: _IMMUTABLE
1207
+ }
1208
+ }, 3, "03_2"), 1, null),
1209
+ /* @__PURE__ */ _jsxQ("div", null, {
1210
+ class: "flex items-center flex-1 gap-2 py-2 justify-end"
1211
+ }, [
1212
+ /* @__PURE__ */ _jsxC(Slot, {
1213
+ name: "end",
1214
+ [_IMMUTABLE]: {
1215
+ name: _IMMUTABLE
1216
+ }
1217
+ }, 3, "03_3"),
1218
+ /* @__PURE__ */ _jsxQ("button", null, {
1219
+ class: "lum-btn lum-pad-md text-base lum-pad-equal lum-pad-transparent-gray-800 rounded-md"
1220
+ }, /* @__PURE__ */ _jsxQ("svg", null, {
1221
+ class: "w-6 h-6",
1222
+ fill: "none",
1223
+ stroke: "currentColor",
1224
+ viewBox: "0 0 24 24",
1225
+ xmlns: "http://www.w3.org/2000/svg"
1226
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1227
+ "stroke-linecap": "round",
1228
+ "stroke-linejoin": "round",
1229
+ "stroke-width": "2",
1230
+ d: "M4 6h16M4 12h16M4 18h16"
1231
+ }, null, 3, null), 3, null), 3, null)
1232
+ ], 1, null)
1233
+ ], 1, null), 1, null)
1234
+ ]
1235
+ }, null, 0, "03_4");
1236
+ }, "Nav_component_GVA94DyavJM"));
1237
+ const Plus = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1238
+ return /* @__PURE__ */ _jsxS("svg", {
1239
+ xmlns: "http://www.w3.org/2000/svg",
1240
+ viewBox: "0 0 512 512",
1241
+ ...props,
1242
+ get height() {
1243
+ return props.width;
1244
+ },
1245
+ children: /* @__PURE__ */ _jsxQ("path", null, {
1246
+ fill: "none",
1247
+ stroke: "currentColor",
1248
+ "stroke-linecap": "round",
1249
+ "stroke-linejoin": "round",
1250
+ "stroke-width": "32",
1251
+ d: "M256 112v288M400 256H112"
1252
+ }, null, 3, null)
1253
+ }, {
1254
+ xmlns: _IMMUTABLE,
1255
+ viewBox: _IMMUTABLE,
1256
+ height: _fnSignal((p0) => p0.width, [
1257
+ props
1258
+ ], "p0.width")
1259
+ }, 0, "1y_0");
1260
+ }, "Plus_component_MKiwkkJ7or4"));
1261
+ const Minus = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1262
+ return /* @__PURE__ */ _jsxS("svg", {
1263
+ xmlns: "http://www.w3.org/2000/svg",
1264
+ viewBox: "0 0 512 512",
1265
+ ...props,
1266
+ get height() {
1267
+ return props.width;
1268
+ },
1269
+ children: /* @__PURE__ */ _jsxQ("path", null, {
1270
+ fill: "none",
1271
+ stroke: "currentColor",
1272
+ "stroke-linecap": "round",
1273
+ "stroke-linejoin": "round",
1274
+ "stroke-width": "32",
1275
+ d: "M400 256H112"
1276
+ }, null, 3, null)
1277
+ }, {
1278
+ xmlns: _IMMUTABLE,
1279
+ viewBox: _IMMUTABLE,
1280
+ height: _fnSignal((p0) => p0.width, [
1281
+ props
1282
+ ], "p0.width")
1283
+ }, 0, "tk_0");
1284
+ }, "Minus_component_eaRlUyV3g0s"));
1285
+ const NumberInput = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1286
+ return /* @__PURE__ */ _jsxQ("div", null, {
1287
+ class: "flex flex-col"
1288
+ }, [
1289
+ /* @__PURE__ */ _jsxQ("label", null, {
1290
+ for: _fnSignal((p0) => p0.id, [
1291
+ props
1292
+ ], "p0.id"),
1293
+ class: "text-gray-300 pb-1 select-none"
1294
+ }, /* @__PURE__ */ _jsxC(Slot, null, 3, "kR_0"), 1, null),
1295
+ /* @__PURE__ */ _jsxC(NumberInputRaw, {
1296
+ ...props,
1297
+ children: void 0
1298
+ }, 0, "kR_1")
1299
+ ], 1, "kR_2");
1300
+ }, "NumberInput_component_2YJwSaeO64g"));
1301
+ const NumberInputRaw = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1302
+ const props1 = _restProps(props, [
1303
+ "input",
1304
+ "onDecrement$",
1305
+ "onIncrement$",
1306
+ "value",
1307
+ "step"
1308
+ ]);
1309
+ useStylesQrl(/* @__PURE__ */ inlinedQrl(`
1310
+ input::-webkit-outer-spin-button,
1311
+ input::-webkit-inner-spin-button {
1312
+ -webkit-appearance: none;
1313
+ margin: 0;
1314
+ }
1315
+ input[type=number] {
1316
+ -moz-appearance: textfield;
1317
+ }
1318
+ `, "NumberInputRaw_component_useStyles_PL07GuY3qew"));
1319
+ return /* @__PURE__ */ _jsxQ("div", null, {
1320
+ class: _fnSignal((p0) => ({
1321
+ "flex text-gray-50 touch-manipulation": true,
1322
+ "gap-2": !p0.input
1323
+ }), [
1324
+ props
1325
+ ], '{"flex text-gray-50 touch-manipulation":true,"gap-2":!p0.input}')
1326
+ }, [
1327
+ /* @__PURE__ */ _jsxQ("button", {
1328
+ disabled: props1.min ? (props.value ?? 0) <= props1.min : false,
1329
+ onClick$: props.input ? /* @__PURE__ */ inlinedQrl((event, element) => {
1330
+ const [props2] = useLexicalScope();
1331
+ const siblingInput = element.nextElementSibling;
1332
+ siblingInput.stepDown();
1333
+ props2.onDecrement$(event, element, siblingInput);
1334
+ }, "NumberInputRaw_component_div_button_onClick_pQIkaGwWooU", [
1335
+ props
1336
+ ]) : props.onDecrement$
1337
+ }, {
1338
+ class: {
1339
+ "lum-btn lum-pad-sm text-sm lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md": true
1340
+ },
1341
+ "data-action": "decrement",
1342
+ "aria-label": "Decrement"
1343
+ }, /* @__PURE__ */ _jsxC(Minus, {
1344
+ width: "24",
1345
+ class: "fill-current",
1346
+ [_IMMUTABLE]: {
1347
+ width: _IMMUTABLE,
1348
+ class: _IMMUTABLE
1349
+ }
1350
+ }, 3, "kR_3"), 0, null),
1351
+ props.input && /* @__PURE__ */ _jsxS("input", {
1352
+ ...props1,
1353
+ type: "number",
1354
+ get value() {
1355
+ return props.value ?? 0;
1356
+ },
1357
+ get step() {
1358
+ return props.step ?? 1;
1359
+ },
1360
+ class: {
1361
+ "lum-input lum-pad-sm text-sm lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md": true,
1362
+ "text-center": true,
1363
+ ...props1.class
1364
+ }
1365
+ }, {
1366
+ type: _IMMUTABLE,
1367
+ value: _fnSignal((p0) => p0.value ?? 0, [
1368
+ props
1369
+ ], "p0.value??0"),
1370
+ step: _fnSignal((p0) => p0.step ?? 1, [
1371
+ props
1372
+ ], "p0.step??1")
1373
+ }, 0, "kR_4"),
1374
+ /* @__PURE__ */ _jsxQ("button", {
1375
+ disabled: props1.max ? (props.value ?? 0) >= props1.max : false,
1376
+ onClick$: props.input ? /* @__PURE__ */ inlinedQrl((event, element) => {
1377
+ const [props2] = useLexicalScope();
1378
+ const siblingInput = element.previousElementSibling;
1379
+ siblingInput.stepUp();
1380
+ props2.onIncrement$(event, element, siblingInput);
1381
+ }, "NumberInputRaw_component_div_button_onClick_1_uUOhUKFggTk", [
1382
+ props
1383
+ ]) : props.onIncrement$
1384
+ }, {
1385
+ class: {
1386
+ "lum-btn lum-pad-sm text-sm lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md": true
1387
+ },
1388
+ "data-action": "increment",
1389
+ "aria-label": "Increment"
1390
+ }, /* @__PURE__ */ _jsxC(Plus, {
1391
+ width: "24",
1392
+ class: "fill-current",
1393
+ [_IMMUTABLE]: {
1394
+ width: _IMMUTABLE,
1395
+ class: _IMMUTABLE
1396
+ }
1397
+ }, 3, "kR_5"), 0, null)
1398
+ ], 1, "kR_6");
1399
+ }, "NumberInputRaw_component_M7TIOjLeBhU"));
1400
+ const toggleOnColorClasses = {
1401
+ slate: {
1402
+ checked: "peer-checked:bg-slate-600 peer-checked:border-slate-500 peer-checked:hover:bg-slate-500 peer-checked:active:bg-slate-400",
1403
+ checkedAfter: "peer-checked:after:bg-slate-500 peer-checked:after:border-slate-400 peer-checked:after:hover:bg-slate-400 peer-checked:after:active:bg-slate-300"
1404
+ },
1405
+ gray: {
1406
+ checked: "peer-checked:bg-gray-600 peer-checked:border-gray-500 peer-checked:hover:bg-gray-500 peer-checked:active:bg-gray-400",
1407
+ checkedAfter: "peer-checked:after:bg-gray-500 peer-checked:after:border-gray-400 peer-checked:after:hover:bg-gray-400 peer-checked:after:active:bg-gray-300"
1408
+ },
1409
+ darkgray: {
1410
+ checked: "peer-checked:bg-gray-700 peer-checked:border-gray-600 peer-checked:hover:bg-gray-600 peer-checked:active:bg-gray-500",
1411
+ checkedAfter: "peer-checked:after:bg-gray-600 peer-checked:after:border-gray-500 peer-checked:after:hover:bg-gray-500 peer-checked:after:active:bg-gray-400"
1412
+ },
1413
+ darkergray: {
1414
+ checked: "peer-checked:bg-gray-800 peer-checked:border-gray-700 peer-checked:hover:bg-gray-700 peer-checked:active:bg-gray-600",
1415
+ checkedAfter: "peer-checked:after:bg-gray-700 peer-checked:after:border-gray-600 peer-checked:after:hover:bg-gray-600 peer-checked:after:active:bg-gray-500"
1416
+ },
1417
+ zinc: {
1418
+ checked: "peer-checked:bg-zinc-600 peer-checked:border-zinc-500 peer-checked:hover:bg-zinc-500 peer-checked:active:bg-zinc-400",
1419
+ checkedAfter: "peer-checked:after:bg-zinc-500 peer-checked:after:border-zinc-400 peer-checked:after:hover:bg-zinc-400 peer-checked:after:active:bg-zinc-300"
1420
+ },
1421
+ neutral: {
1422
+ checked: "peer-checked:bg-neutral-600 peer-checked:border-neutral-500 peer-checked:hover:bg-neutral-500 peer-checked:active:bg-neutral-400",
1423
+ checkedAfter: "peer-checked:after:bg-neutral-500 peer-checked:after:border-neutral-400 peer-checked:after:hover:bg-neutral-400 peer-checked:after:active:bg-neutral-300"
1424
+ },
1425
+ stone: {
1426
+ checked: "peer-checked:bg-stone-600 peer-checked:border-stone-500 peer-checked:hover:bg-stone-500 peer-checked:active:bg-stone-400",
1427
+ checkedAfter: "peer-checked:after:bg-stone-500 peer-checked:after:border-stone-400 peer-checked:after:hover:bg-stone-400 peer-checked:after:active:bg-stone-300"
1428
+ },
1429
+ red: {
1430
+ checked: "peer-checked:bg-red-600 peer-checked:border-red-500 peer-checked:hover:bg-red-500 peer-checked:active:bg-red-400",
1431
+ checkedAfter: "peer-checked:after:bg-red-500 peer-checked:after:border-red-400 peer-checked:after:hover:bg-red-400 peer-checked:after:active:bg-red-300"
1432
+ },
1433
+ orange: {
1434
+ checked: "peer-checked:bg-orange-600 peer-checked:border-orange-500 peer-checked:hover:bg-orange-500 peer-checked:active:bg-orange-400",
1435
+ checkedAfter: "peer-checked:after:bg-orange-500 peer-checked:after:border-orange-400 peer-checked:after:hover:bg-orange-400 peer-checked:after:active:bg-orange-300"
1436
+ },
1437
+ amber: {
1438
+ checked: "peer-checked:bg-amber-600 peer-checked:border-amber-500 peer-checked:hover:bg-amber-500 peer-checked:active:bg-amber-400",
1439
+ checkedAfter: "peer-checked:after:bg-amber-500 peer-checked:after:border-amber-400 peer-checked:after:hover:bg-amber-400 peer-checked:after:active:bg-amber-300"
1440
+ },
1441
+ yellow: {
1442
+ checked: "peer-checked:bg-yellow-600 peer-checked:border-yellow-500 peer-checked:hover:bg-yellow-500 peer-checked:active:bg-yellow-400",
1443
+ checkedAfter: "peer-checked:after:bg-yellow-500 peer-checked:after:border-yellow-400 peer-checked:after:hover:bg-yellow-400 peer-checked:after:active:bg-yellow-300"
1444
+ },
1445
+ lime: {
1446
+ checked: "peer-checked:bg-lime-600 peer-checked:border-lime-500 peer-checked:hover:bg-lime-500 peer-checked:active:bg-lime-400",
1447
+ checkedAfter: "peer-checked:after:bg-lime-500 peer-checked:after:border-lime-400 peer-checked:after:hover:bg-lime-400 peer-checked:after:active:bg-lime-300"
1448
+ },
1449
+ green: {
1450
+ checked: "peer-checked:bg-green-600 peer-checked:border-green-500 peer-checked:hover:bg-green-500 peer-checked:active:bg-green-400",
1451
+ checkedAfter: "peer-checked:after:bg-green-500 peer-checked:after:border-green-400 peer-checked:after:hover:bg-green-400 peer-checked:after:active:bg-green-300"
1452
+ },
1453
+ emerald: {
1454
+ checked: "peer-checked:bg-emerald-600 peer-checked:border-emerald-500 peer-checked:hover:bg-emerald-500 peer-checked:active:bg-emerald-400",
1455
+ checkedAfter: "peer-checked:after:bg-emerald-500 peer-checked:after:border-emerald-400 peer-checked:after:hover:bg-emerald-400 peer-checked:after:active:bg-emerald-300"
1456
+ },
1457
+ teal: {
1458
+ checked: "peer-checked:bg-teal-600 peer-checked:border-teal-500 peer-checked:hover:bg-teal-500 peer-checked:active:bg-teal-400",
1459
+ checkedAfter: "peer-checked:after:bg-teal-500 peer-checked:after:border-teal-400 peer-checked:after:hover:bg-teal-400 peer-checked:after:active:bg-teal-300"
1460
+ },
1461
+ cyan: {
1462
+ checked: "peer-checked:bg-cyan-600 peer-checked:border-cyan-500 peer-checked:hover:bg-cyan-500 peer-checked:active:bg-cyan-400",
1463
+ checkedAfter: "peer-checked:after:bg-cyan-500 peer-checked:after:border-cyan-400 peer-checked:after:hover:bg-cyan-400 peer-checked:after:active:bg-cyan-300"
1464
+ },
1465
+ sky: {
1466
+ checked: "peer-checked:bg-sky-600 peer-checked:border-sky-500 peer-checked:hover:bg-sky-500 peer-checked:active:bg-sky-400",
1467
+ checkedAfter: "peer-checked:after:bg-sky-500 peer-checked:after:border-sky-400 peer-checked:after:hover:bg-sky-400 peer-checked:after:active:bg-sky-300"
1468
+ },
1469
+ blue: {
1470
+ checked: "peer-checked:bg-blue-600 peer-checked:border-blue-500 peer-checked:hover:bg-blue-500 peer-checked:active:bg-blue-400",
1471
+ checkedAfter: "peer-checked:after:bg-blue-500 peer-checked:after:border-blue-400 peer-checked:after:hover:bg-blue-400 peer-checked:after:active:bg-blue-300"
1472
+ },
1473
+ indigo: {
1474
+ checked: "peer-checked:bg-indigo-600 peer-checked:border-indigo-500 peer-checked:hover:bg-indigo-500 peer-checked:active:bg-indigo-400",
1475
+ checkedAfter: "peer-checked:after:bg-indigo-500 peer-checked:after:border-indigo-400 peer-checked:after:hover:bg-indigo-400 peer-checked:after:active:bg-indigo-300"
1476
+ },
1477
+ violet: {
1478
+ checked: "peer-checked:bg-violet-600 peer-checked:border-violet-500 peer-checked:hover:bg-violet-500 peer-checked:active:bg-violet-400",
1479
+ checkedAfter: "peer-checked:after:bg-violet-500 peer-checked:after:border-violet-400 peer-checked:after:hover:bg-violet-400 peer-checked:after:active:bg-violet-300"
1480
+ },
1481
+ purple: {
1482
+ checked: "peer-checked:bg-purple-600 peer-checked:border-purple-500 peer-checked:hover:bg-purple-500 peer-checked:active:bg-purple-400",
1483
+ checkedAfter: "peer-checked:after:bg-purple-500 peer-checked:after:border-purple-400 peer-checked:after:hover:bg-purple-400 peer-checked:after:active:bg-purple-300"
1484
+ },
1485
+ fuchsia: {
1486
+ checked: "peer-checked:bg-fuchsia-600 peer-checked:border-fuchsia-500 peer-checked:hover:bg-fuchsia-500 peer-checked:active:bg-fuchsia-400",
1487
+ checkedAfter: "peer-checked:after:bg-fuchsia-500 peer-checked:after:border-fuchsia-400 peer-checked:after:hover:bg-fuchsia-400 peer-checked:after:active:bg-fuchsia-300"
1488
+ },
1489
+ pink: {
1490
+ checked: "peer-checked:bg-pink-600 peer-checked:border-pink-500 peer-checked:hover:bg-pink-500 peer-checked:active:bg-pink-400",
1491
+ checkedAfter: "peer-checked:after:bg-pink-500 peer-checked:after:border-pink-400 peer-checked:after:hover:bg-pink-400 peer-checked:after:active:bg-pink-300"
1492
+ },
1493
+ rose: {
1494
+ checked: "peer-checked:bg-rose-600 peer-checked:border-rose-500 peer-checked:hover:bg-rose-500 peer-checked:active:bg-rose-400",
1495
+ checkedAfter: "peer-checked:after:bg-rose-500 peer-checked:after:border-rose-400 peer-checked:after:hover:bg-rose-400 peer-checked:after:active:bg-rose-300"
1496
+ }
1497
+ };
1498
+ const toggleOffColorClasses = {
1499
+ slate: {
1500
+ unchecked: "bg-slate-700 border-slate-600 hover:bg-slate-600 active:bg-slate-500",
1501
+ uncheckedAfter: "after:bg-slate-600 after:border-slate-500 after:hover:bg-slate-500 after:active:bg-slate-400"
1502
+ },
1503
+ gray: {
1504
+ unchecked: "bg-gray-700 border-gray-600 hover:bg-gray-600 active:bg-gray-500",
1505
+ uncheckedAfter: "after:bg-gray-600 after:border-gray-500 after:hover:bg-gray-500 after:active:bg-gray-400"
1506
+ },
1507
+ darkgray: {
1508
+ unchecked: "bg-gray-800 border-gray-700 hover:bg-gray-700 active:bg-gray-600",
1509
+ uncheckedAfter: "after:bg-gray-700 after:border-gray-600 after:hover:bg-gray-600 after:active:bg-gray-500"
1510
+ },
1511
+ darkergray: {
1512
+ unchecked: "bg-gray-900 border-gray-800 hover:bg-gray-800 active:bg-gray-700",
1513
+ uncheckedAfter: "after:bg-gray-800 after:border-gray-700 after:hover:bg-gray-700 after:active:bg-gray-600"
1514
+ },
1515
+ zinc: {
1516
+ unchecked: "bg-zinc-700 border-zinc-600 hover:bg-zinc-600 active:bg-zinc-500",
1517
+ uncheckedAfter: "after:bg-zinc-600 after:border-zinc-500 after:hover:bg-zinc-500 after:active:bg-zinc-400"
1518
+ },
1519
+ neutral: {
1520
+ unchecked: "bg-neutral-700 border-neutral-600 hover:bg-neutral-600 active:bg-neutral-500",
1521
+ uncheckedAfter: "after:bg-neutral-600 after:border-neutral-500 after:hover:bg-neutral-500 after:active:bg-neutral-400"
1522
+ },
1523
+ stone: {
1524
+ unchecked: "bg-stone-700 border-stone-600 hover:bg-stone-600 active:bg-stone-500",
1525
+ uncheckedAfter: "after:bg-stone-600 after:border-stone-500 after:hover:bg-stone-500 after:active:bg-stone-400"
1526
+ },
1527
+ red: {
1528
+ unchecked: "bg-red-700 border-red-600 hover:bg-red-600 active:bg-red-500",
1529
+ uncheckedAfter: "after:bg-red-600 after:border-red-500 after:hover:bg-red-500 after:active:bg-red-400"
1530
+ },
1531
+ orange: {
1532
+ unchecked: "bg-orange-700 border-orange-600 hover:bg-orange-600 active:bg-orange-500",
1533
+ uncheckedAfter: "after:bg-orange-600 after:border-orange-500 after:hover:bg-orange-500 after:active:bg-orange-400"
1534
+ },
1535
+ amber: {
1536
+ unchecked: "bg-amber-700 border-amber-600 hover:bg-amber-600 active:bg-amber-500",
1537
+ uncheckedAfter: "after:bg-amber-600 after:border-amber-500 after:hover:bg-amber-500 after:active:bg-amber-400"
1538
+ },
1539
+ yellow: {
1540
+ unchecked: "bg-yellow-700 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500",
1541
+ uncheckedAfter: "after:bg-yellow-600 after:border-yellow-500 after:hover:bg-yellow-500 after:active:bg-yellow-400"
1542
+ },
1543
+ lime: {
1544
+ unchecked: "bg-lime-700 border-lime-600 hover:bg-lime-600 active:bg-lime-500",
1545
+ uncheckedAfter: "after:bg-lime-600 after:border-lime-500 after:hover:bg-lime-500 after:active:bg-lime-400"
1546
+ },
1547
+ green: {
1548
+ unchecked: "bg-green-700 border-green-600 hover:bg-green-600 active:bg-green-500",
1549
+ uncheckedAfter: "after:bg-green-600 after:border-green-500 after:hover:bg-green-500 after:active:bg-green-400"
1550
+ },
1551
+ emerald: {
1552
+ unchecked: "bg-emerald-700 border-emerald-600 hover:bg-emerald-600 active:bg-emerald-500",
1553
+ uncheckedAfter: "after:bg-emerald-600 after:border-emerald-500 after:hover:bg-emerald-500 after:active:bg-emerald-400"
1554
+ },
1555
+ teal: {
1556
+ unchecked: "bg-teal-700 border-teal-600 hover:bg-teal-600 active:bg-teal-500",
1557
+ uncheckedAfter: "after:bg-teal-600 after:border-teal-500 after:hover:bg-teal-500 after:active:bg-teal-400"
1558
+ },
1559
+ cyan: {
1560
+ unchecked: "bg-cyan-700 border-cyan-600 hover:bg-cyan-600 active:bg-cyan-500",
1561
+ uncheckedAfter: "after:bg-cyan-600 after:border-cyan-500 after:hover:bg-cyan-500 after:active:bg-cyan-400"
1562
+ },
1563
+ sky: {
1564
+ unchecked: "bg-sky-700 border-sky-600 hover:bg-sky-600 active:bg-sky-500",
1565
+ uncheckedAfter: "after:bg-sky-600 after:border-sky-500 after:hover:bg-sky-500 after:active:bg-sky-400"
1566
+ },
1567
+ blue: {
1568
+ unchecked: "bg-blue-700 border-blue-600 hover:bg-blue-600 active:bg-blue-500",
1569
+ uncheckedAfter: "after:bg-blue-600 after:border-blue-500 after:hover:bg-blue-500 after:active:bg-blue-400"
1570
+ },
1571
+ indigo: {
1572
+ unchecked: "bg-indigo-700 border-indigo-600 hover:bg-indigo-600 active:bg-indigo-500",
1573
+ uncheckedAfter: "after:bg-indigo-600 after:border-indigo-500 after:hover:bg-indigo-500 after:active:bg-indigo-400"
1574
+ },
1575
+ violet: {
1576
+ unchecked: "bg-violet-700 border-violet-600 hover:bg-violet-600 active:bg-violet-500",
1577
+ uncheckedAfter: "after:bg-violet-600 after:border-violet-500 after:hover:bg-violet-500 after:active:bg-violet-400"
1578
+ },
1579
+ purple: {
1580
+ unchecked: "bg-purple-700 border-purple-600 hover:bg-purple-600 active:bg-purple-500",
1581
+ uncheckedAfter: "after:bg-purple-600 after:border-purple-500 after:hover:bg-purple-500 after:active:bg-purple-400"
1582
+ },
1583
+ fuchsia: {
1584
+ unchecked: "bg-fuchsia-700 border-fuchsia-600 hover:bg-fuchsia-600 active:bg-fuchsia-500",
1585
+ uncheckedAfter: "after:bg-fuchsia-600 after:border-fuchsia-500 after:hover:bg-fuchsia-500 after:active:bg-fuchsia-400"
1586
+ },
1587
+ pink: {
1588
+ unchecked: "bg-pink-700 border-pink-600 hover:bg-pink-600 active:bg-pink-500",
1589
+ uncheckedAfter: "after:bg-pink-600 after:border-pink-500 after:hover:bg-pink-500 after:active:bg-pink-400"
1590
+ },
1591
+ rose: {
1592
+ unchecked: "bg-rose-700 border-rose-600 hover:bg-rose-600 active:bg-rose-500",
1593
+ uncheckedAfter: "after:bg-rose-600 after:border-rose-500 after:hover:bg-rose-500 after:active:bg-rose-400"
1594
+ }
1595
+ };
1596
+ const Toggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1597
+ const props1 = _restProps(props, [
1598
+ "checkbox",
1599
+ "round",
1600
+ "center",
1601
+ "label",
1602
+ "onColor",
1603
+ "offColor"
1604
+ ]);
1605
+ return /* @__PURE__ */ _jsxQ("div", null, {
1606
+ class: _fnSignal((p0) => ({
1607
+ "flex gap-3 items-center touch-manipulation": true,
1608
+ "justify-center": p0.center
1609
+ }), [
1610
+ props
1611
+ ], '{"flex gap-3 items-center touch-manipulation":true,"justify-center":p0.center}')
1612
+ }, [
1613
+ /* @__PURE__ */ _jsxQ("label", null, {
1614
+ class: "inline-flex relative items-center cursor-pointer"
1615
+ }, [
1616
+ /* @__PURE__ */ _jsxS("input", {
1617
+ type: "checkbox",
1618
+ ...props1,
1619
+ class: {
1620
+ "sr-only peer": true,
1621
+ ...props1.class
1622
+ }
1623
+ }, {
1624
+ type: _IMMUTABLE
1625
+ }, 0, null),
1626
+ /* @__PURE__ */ _jsxQ("div", {
1627
+ class: {
1628
+ "motion-safe:transition ease-in-out h-7 peer border hover:shadow-lg": true,
1629
+ "after:content-[''] after:absolute after:top-[4px] after:left-[4px] after:border after:h-5 after:w-5 after:motion-safe:transition-all after:ease-in-out": true,
1630
+ "rounded-md after:rounded-[0.2rem]": !props.round,
1631
+ "rounded-full after:rounded-full": props.round,
1632
+ "w-12 peer-checked:after:translate-x-full": !props.checkbox,
1633
+ "w-7 after:opacity-0 peer-checked:after:opacity-100": props.checkbox,
1634
+ [toggleOnColorClasses[props.onColor ?? "blue"].checked]: true,
1635
+ [toggleOnColorClasses[props.onColor ?? "blue"].checkedAfter]: true,
1636
+ [toggleOffColorClasses[props.offColor ?? "darkgray"].unchecked]: true,
1637
+ [toggleOffColorClasses[props.offColor ?? "darkgray"].uncheckedAfter]: true
1638
+ }
1639
+ }, null, null, 3, null)
1640
+ ], 1, null),
1641
+ props.label && /* @__PURE__ */ _jsxQ("label", {
1642
+ for: _wrapSignal(props1, "id")
1643
+ }, {
1644
+ class: "text-gray-300 flex gap-2 select-none"
1645
+ }, _fnSignal((p0) => p0.label, [
1646
+ props
1647
+ ], "p0.label"), 3, "R0_0")
1648
+ ], 1, "R0_1");
1649
+ }, "Toggle_component_AHnKi33alRM"));
1650
+ const LogoBirdflop = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1651
+ const props1 = _restProps(props, [
1652
+ "confused",
1653
+ "fillGradient"
1654
+ ]);
1655
+ return /* @__PURE__ */ _jsxS("svg", {
1656
+ xmlns: "http://www.w3.org/2000/svg",
1657
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
1658
+ viewBox: "0 0 1080 1080",
1659
+ ...props1,
1660
+ get height() {
1661
+ return props1.width;
1662
+ },
1663
+ height: _wrapSignal(props1, "width"),
1664
+ children: [
1665
+ /* @__PURE__ */ _jsxQ("defs", null, null, [
1666
+ props.fillGradient && /* @__PURE__ */ _jsxQ("linearGradient", null, {
1667
+ id: "linear-gradient",
1668
+ x1: "0.5",
1669
+ x2: "0.5",
1670
+ y2: "1",
1671
+ gradientUnits: "objectBoundingBox"
1672
+ }, props.fillGradient.map((color, i) => /* @__PURE__ */ _jsxQ("stop", {
1673
+ offset: i / (props.fillGradient.length - 1),
1674
+ "stop-color": color
1675
+ }, null, null, 3, i)), 1, "br_0"),
1676
+ /* @__PURE__ */ _jsxQ("clipPath", null, {
1677
+ id: "clip-bf_3"
1678
+ }, /* @__PURE__ */ _jsxQ("rect", null, {
1679
+ width: "1080",
1680
+ height: "1080"
1681
+ }, null, 3, null), 3, null)
1682
+ ], 1, null),
1683
+ /* @__PURE__ */ _jsxQ("g", null, {
1684
+ id: "bf_3",
1685
+ "data-name": "bf - 3",
1686
+ "clip-path": "url(#clip-bf_3)",
1687
+ fill: "currentColor"
1688
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1689
+ id: "Union_26",
1690
+ "data-name": "Union 26",
1691
+ d: "M-1886.608-89.36c-8.311-65.774-27.64-219.008-27.64-221.333a.279.279,0,0,1,.09-.159q-.474-4.88-.477-9.885A101.066,101.066,0,0,1-1813.61-421.844a100.671,100.671,0,0,1,71.913,30.1l.093-.042c-.077-.093-8.783-10.549-22.7-24.758-8.216-8.388-16.645-16.459-25.052-23.993-10.51-9.417-21.018-18.013-31.23-25.552a120.5,120.5,0,0,0-40.468-71.567,119.916,119.916,0,0,0-77.984-28.881c-66.215,0-120.083,53.941-120.083,120.244h-.237v116.01h-.24c-.131,132.971-107.6,240.728-240.16,240.728V-330.289H-2300V-449.818h.362V-931.536h0V-1170c132.71,0,240.293,106.764,240.293,238.464v145.112a358.089,358.089,0,0,1,47.7-13.28,362.475,362.475,0,0,1,72.6-7.329,362.455,362.455,0,0,1,72.6,7.329,358.112,358.112,0,0,1,67.622,21.02,360.042,360.042,0,0,1,61.191,33.26,362.833,362.833,0,0,1,53.315,44.049,363.178,363.178,0,0,1,43.99,53.387,360.83,360.83,0,0,1,33.213,61.276A359.3,359.3,0,0,1-1586.118-519a363.948,363.948,0,0,1,7.317,72.7,363.957,363.957,0,0,1-7.317,72.7,359.333,359.333,0,0,1-20.992,67.714,360.95,360.95,0,0,1-33.213,61.277,363.233,363.233,0,0,1-43.99,53.388,362.833,362.833,0,0,1-53.315,44.049,360.017,360.017,0,0,1-61.191,33.259,358.108,358.108,0,0,1-67.622,21.02c-6.636,1.36-13.421,2.548-20.165,3.532Zm-79.831-365.056a27.049,27.049,0,0,1,27.038-27.059,27.048,27.048,0,0,1,27.037,27.059,27.049,27.049,0,0,1-27.037,27.06A27.05,27.05,0,0,1-1966.439-454.416Z",
1692
+ transform: "translate(2479.9 1169.7)",
1693
+ fill: _fnSignal((p0) => p0.fillGradient ? "url(#linear-gradient)" : "", [
1694
+ props
1695
+ ], 'p0.fillGradient?"url(#linear-gradient)":""')
1696
+ }, null, 3, null), 3, null),
1697
+ props.confused && /* @__PURE__ */ _jsxQ("g", null, {
1698
+ style: "transform: translate(595px, 460px) scale(0.375)",
1699
+ stroke: "#1E2837",
1700
+ fill: "#1E2837"
1701
+ }, [
1702
+ /* @__PURE__ */ _jsxQ("path", null, {
1703
+ d: "M160 164s1.44-33 33.54-59.46C212.6 88.83 235.49 84.28 256 84c18.73-.23 35.47 2.94 45.48 7.82C318.59 100.2 352 120.6 352 164c0 45.67-29.18 66.37-62.35 89.18S248 298.36 248 324",
1704
+ fill: "none",
1705
+ "stroke-linecap": "round",
1706
+ "stroke-miterlimit": "10",
1707
+ "stroke-width": "80"
1708
+ }, null, 3, null),
1709
+ /* @__PURE__ */ _jsxQ("circle", null, {
1710
+ cx: "248",
1711
+ cy: "399.99",
1712
+ r: "40",
1713
+ style: "transform: translate(0, 30px)"
1714
+ }, null, 3, null)
1715
+ ], 3, "br_1")
1716
+ ]
1717
+ }, {
1718
+ xmlns: _IMMUTABLE,
1719
+ "xmlns:xlink": _IMMUTABLE,
1720
+ viewBox: _IMMUTABLE
1721
+ }, 0, "br_2");
1722
+ }, "LogoBirdflop_component_9b5138o80cQ"));
1723
+ const LogoDiscord = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1724
+ return /* @__PURE__ */ _jsxS("svg", {
1725
+ xmlns: "http://www.w3.org/2000/svg",
1726
+ viewBox: "0 0 127.14 96.36",
1727
+ fill: "currentColor",
1728
+ ...props,
1729
+ get height() {
1730
+ return props.width;
1731
+ },
1732
+ children: /* @__PURE__ */ _jsxQ("path", null, {
1733
+ d: "M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"
1734
+ }, null, 3, null)
1735
+ }, {
1736
+ xmlns: _IMMUTABLE,
1737
+ viewBox: _IMMUTABLE,
1738
+ fill: _IMMUTABLE,
1739
+ height: _fnSignal((p0) => p0.width, [
1740
+ props
1741
+ ], "p0.width")
1742
+ }, 0, "uo_0");
1743
+ }, "LogoDiscord_component_jDPP8Q3cU0M"));
1744
+ const LogoFabric = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1745
+ return /* @__PURE__ */ _jsxS("svg", {
1746
+ xmlns: "http://www.w3.org/2000/svg",
1747
+ "xml:space": "preserve",
1748
+ "fill-rule": "evenodd",
1749
+ "stroke-linecap": "round",
1750
+ "stroke-linejoin": "round",
1751
+ "clip-rule": "evenodd",
1752
+ viewBox: "0 0 24 24",
1753
+ ...props,
1754
+ get height() {
1755
+ return props.width;
1756
+ },
1757
+ children: [
1758
+ /* @__PURE__ */ _jsxQ("path", null, {
1759
+ fill: "none",
1760
+ d: "M0 0h24v24H0z"
1761
+ }, null, 3, null),
1762
+ /* @__PURE__ */ _jsxQ("path", null, {
1763
+ fill: "none",
1764
+ stroke: "currentColor",
1765
+ "stroke-width": "23",
1766
+ d: "m820 761-85.6-87.6c-4.6-4.7-10.4-9.6-25.9 1-19.9 13.6-8.4 21.9-5.2 25.4 8.2 9 84.1 89 97.2 104 2.5 2.8-20.3-22.5-6.5-39.7 5.4-7 18-12 26-3 6.5 7.3 10.7 18-3.4 29.7-24.7 20.4-102 82.4-127 103-12.5 10.3-28.5 2.3-35.8-6-7.5-8.9-30.6-34.6-51.3-58.2-5.5-6.3-4.1-19.6 2.3-25 35-30.3 91.9-73.8 111.9-90.8",
1767
+ transform: "matrix(.08671 0 0 .0867 -49.8 -56)"
1768
+ }, null, 3, null)
1769
+ ]
1770
+ }, {
1771
+ xmlns: _IMMUTABLE,
1772
+ "xml:space": _IMMUTABLE,
1773
+ "fill-rule": _IMMUTABLE,
1774
+ "stroke-linecap": _IMMUTABLE,
1775
+ "stroke-linejoin": _IMMUTABLE,
1776
+ "clip-rule": _IMMUTABLE,
1777
+ viewBox: _IMMUTABLE,
1778
+ height: _fnSignal((p0) => p0.width, [
1779
+ props
1780
+ ], "p0.width")
1781
+ }, 0, "hI_0");
1782
+ }, "LogoFabric_component_iP0a9wJyPAg"));
1783
+ const LogoForge = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1784
+ return /* @__PURE__ */ _jsxS("svg", {
1785
+ "xml:space": "preserve",
1786
+ "fill-rule": "evenodd",
1787
+ "stroke-linecap": "round",
1788
+ "stroke-linejoin": "round",
1789
+ "stroke-miterlimit": "1.5",
1790
+ "clip-rule": "evenodd",
1791
+ viewBox: "0 0 24 24",
1792
+ ...props,
1793
+ get height() {
1794
+ return props.width;
1795
+ },
1796
+ children: [
1797
+ /* @__PURE__ */ _jsxQ("path", null, {
1798
+ fill: "none",
1799
+ d: "M0 0h24v24H0z"
1800
+ }, null, 3, null),
1801
+ /* @__PURE__ */ _jsxQ("path", null, {
1802
+ fill: "none",
1803
+ stroke: "currentColor",
1804
+ "stroke-width": "2",
1805
+ d: "M2 7.5h8v-2h12v2s-7 3.4-7 6 3.1 3.1 3.1 3.1l.9 3.9H5l1-4.1s3.8.1 4-2.9c.2-2.7-6.5-.7-8-6Z"
1806
+ }, null, 3, null)
1807
+ ]
1808
+ }, {
1809
+ "xml:space": _IMMUTABLE,
1810
+ "fill-rule": _IMMUTABLE,
1811
+ "stroke-linecap": _IMMUTABLE,
1812
+ "stroke-linejoin": _IMMUTABLE,
1813
+ "stroke-miterlimit": _IMMUTABLE,
1814
+ "clip-rule": _IMMUTABLE,
1815
+ viewBox: _IMMUTABLE,
1816
+ height: _fnSignal((p0) => p0.width, [
1817
+ props
1818
+ ], "p0.width")
1819
+ }, 0, "zC_0");
1820
+ }, "LogoForge_component_W5Al1sALh8A"));
1821
+ const LogoLuminescent = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1822
+ return /* @__PURE__ */ _jsxS("svg", {
1823
+ xmlns: "http://www.w3.org/2000/svg",
1824
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
1825
+ zoomAndPan: "magnify",
1826
+ viewBox: "80 80 220 220",
1827
+ preserveAspectRatio: "xMidYMid meet",
1828
+ version: "1.0",
1829
+ fill: "currentColor",
1830
+ ...props,
1831
+ get height() {
1832
+ return props.width;
1833
+ },
1834
+ children: /* @__PURE__ */ _jsxQ("g", null, {
1835
+ "fill-opacity": "1"
1836
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1837
+ transform: "translate(86.97656, 254.624983)"
1838
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1839
+ d: "M 119.476562 -167.570312 C 90.671875 -133.253906 37.820312 -144.527344 30.308594 -109.710938 C 26.550781 -92.175781 39.074219 -75.644531 62.367188 -76.394531 C 67.878906 -77.398438 69.882812 -87.917969 66.628906 -90.671875 C 56.859375 -92.675781 55.855469 -99.691406 57.609375 -107.453125 C 62.117188 -125.988281 93.929688 -123.734375 113.96875 -147.28125 C 103.949219 -115.21875 96.933594 -78.902344 83.910156 -43.582031 C 59.363281 -58.863281 23.796875 -50.847656 21.542969 -27.050781 C 19.285156 -8.765625 32.8125 3.257812 55.355469 2.253906 C 72.386719 1.753906 80.902344 -4.007812 89.921875 -12.023438 C 112.464844 15.277344 138.261719 52.097656 181.347656 37.570312 C 188.609375 30.558594 183.347656 14.777344 177.085938 15.277344 C 147.28125 25.546875 132 1.253906 104.699219 -28.054688 C 119.476562 -56.105469 134.003906 -124.738281 148.53125 -167.320312 C 147.53125 -173.582031 124.488281 -177.339844 119.476562 -167.570312 Z M 46.339844 -28.804688 C 50.347656 -38.324219 68.128906 -36.570312 77.148438 -27.550781 C 72.890625 -20.789062 66.628906 -15.027344 57.359375 -15.027344 C 46.085938 -15.027344 43.332031 -22.792969 46.339844 -28.804688 Z M 46.339844 -28.804688 "
1840
+ }, null, 3, null), 3, null), 3, null)
1841
+ }, {
1842
+ xmlns: _IMMUTABLE,
1843
+ "xmlns:xlink": _IMMUTABLE,
1844
+ zoomAndPan: _IMMUTABLE,
1845
+ viewBox: _IMMUTABLE,
1846
+ preserveAspectRatio: _IMMUTABLE,
1847
+ version: _IMMUTABLE,
1848
+ fill: _IMMUTABLE,
1849
+ height: _fnSignal((p0) => p0.width, [
1850
+ props
1851
+ ], "p0.width")
1852
+ }, 0, "we_0");
1853
+ }, "LogoLuminescent_component_XLiMRdgGu0c"));
1854
+ const LogoLuminescentFull = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1855
+ return /* @__PURE__ */ _jsxS("svg", {
1856
+ xmlns: "http://www.w3.org/2000/svg",
1857
+ "xmlns:xlink": "http://www.w3.org/1999/xlink",
1858
+ zoomAndPan: "magnify",
1859
+ viewBox: "30 60 1160 200",
1860
+ preserveAspectRatio: "xMidYMid meet",
1861
+ version: "1.0",
1862
+ fill: "currentColor",
1863
+ ...props,
1864
+ children: [
1865
+ /* @__PURE__ */ _jsxQ("g", null, {
1866
+ "fill-opacity": "1"
1867
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1868
+ transform: "translate(12.743357, 223.612604)"
1869
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1870
+ d: "M 110.792969 -155.390625 C 84.082031 -123.570312 35.074219 -134.023438 28.105469 -101.734375 C 24.621094 -85.476562 36.234375 -70.148438 57.835938 -70.84375 C 62.945312 -71.773438 64.804688 -81.527344 61.785156 -84.082031 C 52.726562 -85.941406 51.796875 -92.445312 53.421875 -99.644531 C 57.605469 -116.832031 87.101562 -114.742188 105.683594 -136.578125 C 96.394531 -106.84375 89.890625 -73.167969 77.8125 -40.414062 C 55.046875 -54.585938 22.066406 -47.152344 19.976562 -25.085938 C 17.886719 -8.128906 30.429688 3.019531 51.332031 2.089844 C 67.128906 1.625 75.023438 -3.714844 83.386719 -11.148438 C 104.289062 14.167969 128.214844 48.3125 168.164062 34.839844 C 174.902344 28.335938 170.023438 13.703125 164.21875 14.167969 C 136.578125 23.691406 122.40625 1.160156 97.089844 -26.015625 C 110.792969 -52.027344 124.265625 -115.671875 137.738281 -155.160156 C 136.808594 -160.964844 115.441406 -164.449219 110.792969 -155.390625 Z M 42.96875 -26.710938 C 46.6875 -35.539062 63.179688 -33.910156 71.539062 -25.550781 C 67.589844 -19.277344 61.785156 -13.9375 53.191406 -13.9375 C 42.738281 -13.9375 40.183594 -21.136719 42.96875 -26.710938 Z M 42.96875 -26.710938 "
1871
+ }, null, 3, null), 3, null), 3, null),
1872
+ /* @__PURE__ */ _jsxQ("g", null, {
1873
+ "fill-opacity": "1"
1874
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1875
+ transform: "translate(151.868279, 223.612604)"
1876
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1877
+ d: "M 72.003906 -95.464844 C 67.589844 -79.902344 62.945312 -62.945312 58.066406 -48.3125 C 51.101562 -28.570312 36.46875 -14.867188 27.410156 -14.867188 C 18.8125 -14.867188 21.136719 -26.945312 24.390625 -40.183594 C 28.570312 -58.765625 34.609375 -79.4375 37.859375 -92.445312 C 37.859375 -98.714844 16.492188 -100.804688 13.703125 -95 C 8.363281 -74.328125 0.230469 -51.566406 -3.949219 -28.335938 C -6.96875 -12.078125 -2.324219 1.859375 16.027344 2.089844 C 31.589844 2.554688 46.222656 -5.109375 59.695312 -27.410156 C 56.210938 -13.472656 61.085938 1.160156 73.863281 1.160156 C 98.019531 1.394531 115.207031 -30.890625 123.105469 -46.6875 C 124.5 -49.472656 116.367188 -54.351562 114.976562 -51.332031 C 106.613281 -31.820312 92.675781 -14.632812 83.851562 -14.867188 C 72.003906 -14.867188 90.121094 -70.609375 96.160156 -92.210938 C 94.535156 -98.949219 74.792969 -100.574219 72.003906 -95.464844 Z M 72.003906 -95.464844 "
1878
+ }, null, 3, null), 3, null), 3, null),
1879
+ /* @__PURE__ */ _jsxQ("g", null, {
1880
+ "fill-opacity": "1"
1881
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1882
+ transform: "translate(265.444396, 223.612604)"
1883
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1884
+ d: "M 123.570312 2.089844 C 146.101562 1.394531 163.054688 -26.246094 172.578125 -46.6875 C 173.972656 -49.472656 165.609375 -54.121094 164.449219 -51.332031 C 156.085938 -31.589844 141.6875 -14.167969 132.859375 -14.167969 C 120.78125 -13.9375 136.34375 -51.796875 140.292969 -68.519531 C 144.707031 -87.566406 139.828125 -98.949219 122.175781 -98.949219 C 107.078125 -99.179688 94.304688 -87.101562 85.476562 -75.722656 C 88.03125 -89.65625 81.527344 -98.949219 69.21875 -98.949219 C 55.28125 -99.179688 40.648438 -85.476562 32.519531 -74.09375 L 37.628906 -92.445312 C 36.46875 -99.179688 17.1875 -101.039062 13.472656 -95.929688 C 4.414062 -61.785156 -2.789062 -36.003906 -10.917969 -5.109375 C -11.847656 3.019531 12.773438 2.789062 14.867188 -2.554688 C 19.046875 -20.671875 22.761719 -36.46875 28.105469 -54.351562 C 36.003906 -68.054688 47.382812 -79.902344 54.585938 -79.902344 C 61.320312 -80.132812 60.855469 -72.46875 59.230469 -66.429688 C 53.191406 -42.042969 48.546875 -23.226562 43.898438 -3.714844 C 44.828125 3.019531 66.894531 2.324219 69.449219 -2.789062 C 72.933594 -16.027344 77.8125 -38.558594 81.992188 -53.65625 C 87.101562 -66.199219 100.804688 -80.132812 108.9375 -80.367188 C 116.367188 -80.367188 114.976562 -72.238281 113.347656 -65.5 C 110.328125 -53.191406 104.753906 -32.984375 103.128906 -23.691406 C 100.109375 -7.898438 105.453125 2.789062 123.570312 2.089844 Z M 123.570312 2.089844 "
1885
+ }, null, 3, null), 3, null), 3, null),
1886
+ /* @__PURE__ */ _jsxQ("g", null, {
1887
+ "fill-opacity": "1"
1888
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1889
+ transform: "translate(428.260051, 223.612604)"
1890
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1891
+ d: "M 32.285156 -112.421875 C 41.578125 -112.421875 48.082031 -118.226562 49.007812 -126.589844 C 50.171875 -134.71875 45.0625 -140.523438 36.699219 -140.523438 C 28.105469 -140.757812 21.601562 -134.949219 20.207031 -126.589844 C 19.046875 -118.460938 24.621094 -112.421875 32.285156 -112.421875 Z M 14.632812 2.089844 C 38.789062 1.625 56.210938 -25.550781 65.964844 -46.453125 C 67.359375 -49.472656 59.230469 -54.351562 57.835938 -51.332031 C 49.9375 -32.285156 34.609375 -14.167969 23.925781 -14.167969 C 19.046875 -13.9375 19.277344 -20.207031 21.136719 -29.5 C 24.621094 -45.292969 29.5 -60.390625 38.558594 -92.675781 C 36.929688 -98.25 17.886719 -101.039062 14.167969 -95.695312 C 6.039062 -67.589844 0.464844 -48.777344 -4.644531 -26.945312 C -8.828125 -9.058594 -4.644531 2.554688 14.632812 2.089844 Z M 14.632812 2.089844 "
1892
+ }, null, 3, null), 3, null), 3, null),
1893
+ /* @__PURE__ */ _jsxQ("g", null, {
1894
+ "fill-opacity": "1"
1895
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1896
+ transform: "translate(484.467457, 223.612604)"
1897
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1898
+ d: "M 72.238281 -98.949219 C 56.90625 -99.179688 41.113281 -84.082031 32.75 -74.328125 C 34.839844 -81.0625 35.769531 -85.011719 37.859375 -92.445312 C 35.539062 -99.644531 17.421875 -100.804688 13.703125 -95.695312 C 4.414062 -61.785156 -3.484375 -35.304688 -10.917969 -4.414062 C -10.453125 3.25 12.542969 2.554688 15.097656 -2.554688 C 19.976562 -23.460938 22.53125 -35.304688 29.035156 -57.140625 C 37.628906 -68.753906 49.9375 -79.667969 58.066406 -79.902344 C 65.964844 -80.132812 64.804688 -72.46875 63.179688 -65.5 C 61.085938 -55.976562 54.585938 -30.660156 53.191406 -22.761719 C 50.402344 -7.664062 55.746094 2.554688 73.398438 2.089844 C 95.929688 1.859375 113.347656 -26.480469 122.640625 -46.6875 C 123.800781 -49.472656 115.671875 -54.121094 114.511719 -51.332031 C 105.917969 -31.355469 92.210938 -14.167969 82.6875 -14.167969 C 76.882812 -14.167969 78.042969 -22.996094 79.902344 -31.589844 C 82.457031 -42.738281 87.335938 -55.746094 89.890625 -66.429688 C 94.304688 -85.246094 89.890625 -98.714844 72.238281 -98.949219 Z M 72.238281 -98.949219 "
1899
+ }, null, 3, null), 3, null), 3, null),
1900
+ /* @__PURE__ */ _jsxQ("g", null, {
1901
+ "fill-opacity": "1"
1902
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1903
+ transform: "translate(597.346777, 223.612604)"
1904
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1905
+ d: "M 58.996094 -98.484375 C 31.820312 -99.414062 7.433594 -80.367188 1.160156 -49.9375 C -4.644531 -23.925781 7.898438 1.160156 43.203125 2.324219 C 65.269531 3.019531 93.140625 -4.644531 111.957031 -46.6875 C 113.117188 -49.472656 104.988281 -54.121094 103.59375 -51.332031 C 90.121094 -20.671875 65.5 -12.542969 49.707031 -14.167969 C 33.449219 -15.792969 24.851562 -25.316406 26.246094 -40.183594 C 53.191406 -33.910156 75.257812 -42.042969 83.851562 -59.460938 C 92.675781 -76.417969 85.011719 -97.554688 58.996094 -98.484375 Z M 55.976562 -81.992188 C 64.804688 -81.761719 65.035156 -73.398438 61.320312 -65.734375 C 56.675781 -55.511719 45.0625 -49.472656 27.871094 -52.027344 C 32.054688 -68.753906 45.0625 -82.6875 55.976562 -81.992188 Z M 55.976562 -81.992188 "
1906
+ }, null, 3, null), 3, null), 3, null),
1907
+ /* @__PURE__ */ _jsxQ("g", null, {
1908
+ "fill-opacity": "1"
1909
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1910
+ transform: "translate(699.542059, 223.612604)"
1911
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1912
+ d: "M 35.074219 2.554688 C 49.007812 2.789062 62.015625 -2.789062 68.753906 -12.542969 C 84.316406 -12.078125 100.574219 -19.277344 113.117188 -46.6875 C 114.277344 -49.242188 106.148438 -54.121094 104.988281 -51.566406 C 95.929688 -30.429688 84.082031 -23.460938 73.628906 -22.996094 C 79.207031 -46.453125 65.734375 -63.179688 61.550781 -92.675781 C 73.398438 -108.238281 51.566406 -116.367188 35.304688 -101.039062 C 20.441406 -87.566406 7.433594 -65.035156 -2.324219 -43.433594 C -3.949219 -40.183594 4.414062 -36.003906 5.808594 -39.023438 C 15.097656 -58.300781 26.710938 -78.972656 38.558594 -90.820312 C 40.183594 -71.539062 50.402344 -52.261719 50.171875 -35.769531 C 43.433594 -35.769531 40.183594 -25.316406 46.222656 -19.742188 C 44.132812 -16.722656 39.71875 -14.167969 35.304688 -14.167969 C 27.640625 -14.167969 22.066406 -20.671875 23.691406 -30.660156 C 20.671875 -33.449219 10.683594 -31.820312 8.828125 -25.550781 C 7.664062 -7.199219 21.367188 2.554688 35.074219 2.554688 Z M 35.074219 2.554688 "
1913
+ }, null, 3, null), 3, null), 3, null),
1914
+ /* @__PURE__ */ _jsxQ("g", null, {
1915
+ "fill-opacity": "1"
1916
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1917
+ transform: "translate(802.898632, 223.612604)"
1918
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1919
+ d: "M 57.835938 -98.714844 C 25.085938 -99.179688 0.929688 -70.378906 -0.695312 -41.578125 C -1.859375 -19.046875 13.472656 0.929688 37.628906 1.859375 C 62.015625 3.019531 88.496094 -5.574219 107.078125 -46.6875 C 108.238281 -49.242188 100.109375 -54.121094 98.949219 -51.332031 C 87.335938 -24.851562 68.054688 -13.703125 49.242188 -14.402344 C 33.910156 -14.867188 24.621094 -25.316406 26.015625 -41.578125 C 28.105469 -64.339844 43.203125 -83.617188 56.210938 -82.226562 C 65.734375 -81.296875 60.855469 -68.753906 55.511719 -62.015625 C 55.511719 -56.90625 72.933594 -55.511719 77.8125 -61.085938 C 90.585938 -74.558594 88.496094 -98.25 57.835938 -98.714844 Z M 57.835938 -98.714844 "
1920
+ }, null, 3, null), 3, null), 3, null),
1921
+ /* @__PURE__ */ _jsxQ("g", null, {
1922
+ "fill-opacity": "1"
1923
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1924
+ transform: "translate(900.21642, 223.612604)"
1925
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1926
+ d: "M 58.996094 -98.484375 C 31.820312 -99.414062 7.433594 -80.367188 1.160156 -49.9375 C -4.644531 -23.925781 7.898438 1.160156 43.203125 2.324219 C 65.269531 3.019531 93.140625 -4.644531 111.957031 -46.6875 C 113.117188 -49.472656 104.988281 -54.121094 103.59375 -51.332031 C 90.121094 -20.671875 65.5 -12.542969 49.707031 -14.167969 C 33.449219 -15.792969 24.851562 -25.316406 26.246094 -40.183594 C 53.191406 -33.910156 75.257812 -42.042969 83.851562 -59.460938 C 92.675781 -76.417969 85.011719 -97.554688 58.996094 -98.484375 Z M 55.976562 -81.992188 C 64.804688 -81.761719 65.035156 -73.398438 61.320312 -65.734375 C 56.675781 -55.511719 45.0625 -49.472656 27.871094 -52.027344 C 32.054688 -68.753906 45.0625 -82.6875 55.976562 -81.992188 Z M 55.976562 -81.992188 "
1927
+ }, null, 3, null), 3, null), 3, null),
1928
+ /* @__PURE__ */ _jsxQ("g", null, {
1929
+ "fill-opacity": "1"
1930
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1931
+ transform: "translate(1002.411702, 223.612604)"
1932
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1933
+ d: "M 72.238281 -98.949219 C 56.90625 -99.179688 41.113281 -84.082031 32.75 -74.328125 C 34.839844 -81.0625 35.769531 -85.011719 37.859375 -92.445312 C 35.539062 -99.644531 17.421875 -100.804688 13.703125 -95.695312 C 4.414062 -61.785156 -3.484375 -35.304688 -10.917969 -4.414062 C -10.453125 3.25 12.542969 2.554688 15.097656 -2.554688 C 19.976562 -23.460938 22.53125 -35.304688 29.035156 -57.140625 C 37.628906 -68.753906 49.9375 -79.667969 58.066406 -79.902344 C 65.964844 -80.132812 64.804688 -72.46875 63.179688 -65.5 C 61.085938 -55.976562 54.585938 -30.660156 53.191406 -22.761719 C 50.402344 -7.664062 55.746094 2.554688 73.398438 2.089844 C 95.929688 1.859375 113.347656 -26.480469 122.640625 -46.6875 C 123.800781 -49.472656 115.671875 -54.121094 114.511719 -51.332031 C 105.917969 -31.355469 92.210938 -14.167969 82.6875 -14.167969 C 76.882812 -14.167969 78.042969 -22.996094 79.902344 -31.589844 C 82.457031 -42.738281 87.335938 -55.746094 89.890625 -66.429688 C 94.304688 -85.246094 89.890625 -98.714844 72.238281 -98.949219 Z M 72.238281 -98.949219 "
1934
+ }, null, 3, null), 3, null), 3, null),
1935
+ /* @__PURE__ */ _jsxQ("g", null, {
1936
+ "fill-opacity": "1"
1937
+ }, /* @__PURE__ */ _jsxQ("g", null, {
1938
+ transform: "translate(1115.290992, 223.612604)"
1939
+ }, /* @__PURE__ */ _jsxQ("path", null, {
1940
+ d: "M 28.570312 2.089844 C 51.796875 1.859375 68.753906 -17.421875 81.296875 -46.453125 C 82.457031 -49.472656 74.558594 -54.121094 73.167969 -51.332031 C 63.410156 -29.265625 46.917969 -13.9375 33.449219 -14.167969 C 22.066406 -14.402344 22.066406 -30.195312 26.945312 -51.566406 C 29.035156 -61.320312 32.519531 -73.628906 36.003906 -85.707031 L 57.835938 -85.707031 C 61.320312 -86.871094 64.105469 -97.785156 59.695312 -101.039062 L 40.183594 -101.039062 C 45.527344 -118.691406 50.867188 -135.183594 55.976562 -149.351562 C 55.746094 -156.085938 34.609375 -158.644531 31.355469 -153.996094 C 26.710938 -142.152344 19.511719 -120.550781 13.472656 -101.039062 L 4.179688 -101.039062 C 0.464844 -99.644531 -2.324219 -88.265625 2.324219 -85.707031 L 9.289062 -85.707031 C -1.394531 -45.0625 -12.078125 2.554688 28.570312 2.089844 Z M 28.570312 2.089844 "
1941
+ }, null, 3, null), 3, null), 3, null)
1942
+ ]
1943
+ }, {
1944
+ xmlns: _IMMUTABLE,
1945
+ "xmlns:xlink": _IMMUTABLE,
1946
+ zoomAndPan: _IMMUTABLE,
1947
+ viewBox: _IMMUTABLE,
1948
+ preserveAspectRatio: _IMMUTABLE,
1949
+ version: _IMMUTABLE,
1950
+ fill: _IMMUTABLE
1951
+ }, 0, "we_1");
1952
+ }, "LogoLuminescentFull_component_EYrFTxSEodU"));
1953
+ const LogoPaper = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
1954
+ return /* @__PURE__ */ _jsxS("svg", {
1955
+ "xml:space": "preserve",
1956
+ "fill-rule": "evenodd",
1957
+ "stroke-linecap": "round",
1958
+ "stroke-linejoin": "round",
1959
+ "stroke-miterlimit": "1.5",
1960
+ "clip-rule": "evenodd",
1961
+ viewBox: "0 0 24 24",
1962
+ ...props,
1963
+ get height() {
1964
+ return props.width;
1965
+ },
1966
+ children: [
1967
+ /* @__PURE__ */ _jsxQ("path", null, {
1968
+ fill: "none",
1969
+ d: "M0 0h24v24H0z"
1970
+ }, null, 3, null),
1971
+ /* @__PURE__ */ _jsxQ("path", null, {
1972
+ fill: "none",
1973
+ stroke: "currentColor",
1974
+ "stroke-width": "2",
1975
+ d: "m12 18 6 2 3-17L2 14l6 2"
1976
+ }, null, 3, null),
1977
+ /* @__PURE__ */ _jsxQ("path", null, {
1978
+ stroke: "currentColor",
1979
+ "stroke-width": "2",
1980
+ d: "m9 21-1-5 4 2-3 3Z"
1981
+ }, null, 3, null),
1982
+ /* @__PURE__ */ _jsxQ("path", null, {
1983
+ fill: "currentColor",
1984
+ d: "m12 18-4-2 10-9-6 11Z"
1985
+ }, null, 3, null)
1986
+ ]
1987
+ }, {
1988
+ "xml:space": _IMMUTABLE,
1989
+ "fill-rule": _IMMUTABLE,
1990
+ "stroke-linecap": _IMMUTABLE,
1991
+ "stroke-linejoin": _IMMUTABLE,
1992
+ "stroke-miterlimit": _IMMUTABLE,
1993
+ "clip-rule": _IMMUTABLE,
1994
+ viewBox: _IMMUTABLE,
1995
+ height: _fnSignal((p0) => p0.width, [
1996
+ props
1997
+ ], "p0.width")
1998
+ }, 0, "gL_0");
1999
+ }, "LogoPaper_component_aG0HRBVBRDI"));
2000
+ const LogoPterodactyl = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
2001
+ return /* @__PURE__ */ _jsxS("svg", {
2002
+ version: "1.0",
2003
+ xmlns: "http://www.w3.org/2000/svg",
2004
+ viewBox: "0 0 180 180",
2005
+ preserveAspectRatio: "xMidYMid meet",
2006
+ ...props,
2007
+ get height() {
2008
+ return props.width;
2009
+ },
2010
+ children: /* @__PURE__ */ _jsxQ("g", null, {
2011
+ transform: "translate(0,180) scale(0.100000,-0.100000)",
2012
+ fill: "currentColor",
2013
+ stroke: "none"
2014
+ }, [
2015
+ /* @__PURE__ */ _jsxQ("path", null, {
2016
+ d: "M965 1489 c-86 -13 -231 -63 -305 -107 -70 -41 -175 -138 -204 -190 l-18 -34 53 32 c127 75 410 193 425 177 3 -3 -3 -18 -13 -34 l-18 -28 40 33 c39 32 136 99 205 140 l35 22 -70 -1 c-38 -1 -97 -5 -130 -10z"
2017
+ }, null, 3, null),
2018
+ /* @__PURE__ */ _jsxQ("path", null, {
2019
+ d: "M1149 1320 c-147 -23 -282 -103 -431 -254 -103 -104 -143 -125 -65 -34 48 56 188 261 182 266 -6 7 -191 -71 -265 -111 -245 -132 -410 -289 -502 -474 -27 -56 -48 -107 -46 -112 1 -5 41 20 88 56 120 93 200 146 200 133 0 -6 -46 -59 -103 -117 -56 -59 -95 -104 -87 -101 8 3 89 36 180 73 150 61 165 66 175 50 64 -109 121 -158 225 -194 103 -36 259 -47 366 -26 13 3 42 -11 80 -39 32 -24 78 -49 101 -55 27 -7 44 -19 48 -31 8 -27 41 -43 71 -36 28 7 32 26 5 26 -24 0 -44 24 -39 47 2 10 18 25 35 34 18 9 30 19 26 23 -13 13 -58 5 -79 -15 -15 -14 -29 -18 -48 -13 -29 7 -79 60 -73 78 2 6 29 20 60 31 31 11 57 23 57 27 0 13 -181 96 -248 114 l-64 18 6 40 c11 71 63 162 132 231 101 101 239 159 582 246 28 7 52 15 52 19 0 7 -209 64 -310 84 -99 19 -241 27 -311 16z m-819 -401 c-13 -22 -37 -35 -48 -24 -7 7 34 45 49 45 6 0 5 -9 -1 -21z"
2020
+ }, null, 3, null),
2021
+ /* @__PURE__ */ _jsxQ("path", null, {
2022
+ d: "M1224 496 c-14 -11 -16 -17 -7 -26 9 -10 17 -8 37 6 14 11 26 22 26 27 0 12 -35 8 -56 -7z"
2023
+ }, null, 3, null),
2024
+ /* @__PURE__ */ _jsxQ("path", null, {
2025
+ d: "M1012 441 c-19 -11 64 -51 106 -51 39 0 40 4 5 35 -29 25 -85 33 -111 16z"
2026
+ }, null, 3, null)
2027
+ ], 3, null)
2028
+ }, {
2029
+ version: _IMMUTABLE,
2030
+ xmlns: _IMMUTABLE,
2031
+ viewBox: _IMMUTABLE,
2032
+ preserveAspectRatio: _IMMUTABLE,
2033
+ height: _fnSignal((p0) => p0.width, [
2034
+ props
2035
+ ], "p0.width")
2036
+ }, 0, "D4_0");
2037
+ }, "LogoPterodactyl_component_10hbViSPESg"));
2038
+ const LogoPurpur = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
2039
+ return /* @__PURE__ */ _jsxS("svg", {
2040
+ "xml:space": "preserve",
2041
+ "fill-rule": "evenodd",
2042
+ "stroke-linecap": "round",
2043
+ "stroke-linejoin": "round",
2044
+ "stroke-miterlimit": "1.5",
2045
+ "clip-rule": "evenodd",
2046
+ viewBox: "0 0 24 24",
2047
+ ...props,
2048
+ get height() {
2049
+ return props.width;
2050
+ },
2051
+ children: [
2052
+ /* @__PURE__ */ _jsxQ("defs", null, null, /* @__PURE__ */ _jsxQ("path", null, {
2053
+ id: "purpur",
2054
+ fill: "none",
2055
+ stroke: "currentColor",
2056
+ "stroke-width": "1.68",
2057
+ d: "m264 41.95 8-4v8l-8 4v-8Z"
2058
+ }, null, 3, null), 3, null),
2059
+ /* @__PURE__ */ _jsxQ("path", null, {
2060
+ fill: "none",
2061
+ d: "M0 0h24v24H0z"
2062
+ }, null, 3, null),
2063
+ /* @__PURE__ */ _jsxQ("path", null, {
2064
+ fill: "none",
2065
+ stroke: "currentColor",
2066
+ "stroke-width": "1.77",
2067
+ d: "m264 29.95-8 4 8 4.42 8-4.42-8-4Z",
2068
+ transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2069
+ }, null, 3, null),
2070
+ /* @__PURE__ */ _jsxQ("path", null, {
2071
+ fill: "none",
2072
+ stroke: "currentColor",
2073
+ "stroke-width": "1.77",
2074
+ d: "m272 38.37-8 4.42-8-4.42",
2075
+ transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2076
+ }, null, 3, null),
2077
+ /* @__PURE__ */ _jsxQ("path", null, {
2078
+ fill: "none",
2079
+ stroke: "currentColor",
2080
+ "stroke-width": "1.77",
2081
+ d: "m260 31.95 8 4.21V45",
2082
+ transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2083
+ }, null, 3, null),
2084
+ /* @__PURE__ */ _jsxQ("path", null, {
2085
+ fill: "none",
2086
+ stroke: "currentColor",
2087
+ "stroke-width": "1.77",
2088
+ d: "M260 45v-8.84l8-4.21",
2089
+ transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2090
+ }, null, 3, null),
2091
+ /* @__PURE__ */ _jsxQ("path", null, {
2092
+ fill: "none",
2093
+ stroke: "currentColor",
2094
+ "stroke-width": "1.68",
2095
+ d: "m264 41.95 8-4v8l-8 4v-8Z",
2096
+ transform: "matrix(1.125 0 0 1.2569 -285 -40.78)"
2097
+ }, null, 3, null),
2098
+ /* @__PURE__ */ _jsxQ("path", null, {
2099
+ fill: "none",
2100
+ stroke: "currentColor",
2101
+ "stroke-width": "1.68",
2102
+ d: "m264 41.95 8-4v8l-8 4v-8Z",
2103
+ transform: "matrix(-1.125 0 0 1.2569 309 -40.78)"
2104
+ }, null, 3, null)
2105
+ ]
2106
+ }, {
2107
+ "xml:space": _IMMUTABLE,
2108
+ "fill-rule": _IMMUTABLE,
2109
+ "stroke-linecap": _IMMUTABLE,
2110
+ "stroke-linejoin": _IMMUTABLE,
2111
+ "stroke-miterlimit": _IMMUTABLE,
2112
+ "clip-rule": _IMMUTABLE,
2113
+ viewBox: _IMMUTABLE,
2114
+ height: _fnSignal((p0) => p0.width, [
2115
+ props
2116
+ ], "p0.width")
2117
+ }, 0, "tL_0");
2118
+ }, "LogoPurpur_component_c9OHr4CkPBo"));
2119
+ const LogoVelocity = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
2120
+ return /* @__PURE__ */ _jsxS("svg", {
2121
+ viewBox: "0 0 500 500",
2122
+ fill: "currentColor",
2123
+ ...props,
2124
+ get height() {
2125
+ return props.width;
2126
+ },
2127
+ children: [
2128
+ /* @__PURE__ */ _jsxQ("path", null, {
2129
+ d: "M236.25 232.55l-54.08-73.79a11.86 11.86 0 00-11.91-4.62L84 171.57a11.88 11.88 0 00-8 5.88l-42.64 77.07a11.84 11.84 0 00.81 12.75l54.21 74a11.86 11.86 0 0011.91 4.62l86-17.37a11.85 11.85 0 008-5.89l42.78-77.3a11.86 11.86 0 00-.82-12.78zm-59.45 74.21a9.57 9.57 0 01-13.39-2.06l-31-42.24a16 16 0 00-16-6.21l-52.58 10.63a9.58 9.58 0 01-11.29-7.49A9.58 9.58 0 0160 248.1l57-11.52a16 16 0 0010.81-7.92L156.42 177a9.58 9.58 0 0113-3.75 9.58 9.58 0 013.75 13L146.81 234a16 16 0 001.09 17.16l31 42.23a9.58 9.58 0 01-2.1 13.37z"
2130
+ }, null, 3, null),
2131
+ /* @__PURE__ */ _jsxQ("circle", null, {
2132
+ cx: "416.44",
2133
+ cy: "236.11",
2134
+ r: "9.83"
2135
+ }, null, 3, null),
2136
+ /* @__PURE__ */ _jsxQ("path", null, {
2137
+ d: "M458.29 265.6H280.52a9.83 9.83 0 110-19.66h106.22a9.84 9.84 0 000-19.67h-70.2a9.83 9.83 0 110-19.66H422.9a9.84 9.84 0 000-19.67H202.83l33.42 45.61a11.86 11.86 0 01.81 12.75l-42.78 77.3a11.75 11.75 0 01-1.4 2h212.29a9.83 9.83 0 100-19.66h-53.53a9.84 9.84 0 110-19.67h106.65a9.84 9.84 0 100-19.67z"
2138
+ }, null, 3, null)
2139
+ ]
2140
+ }, {
2141
+ viewBox: _IMMUTABLE,
2142
+ fill: _IMMUTABLE,
2143
+ height: _fnSignal((p0) => p0.width, [
2144
+ props
2145
+ ], "p0.width")
2146
+ }, 0, "XA_0");
2147
+ }, "LogoVelocity_component_ZPc1n5yvS0Y"));
2148
+ const LogoWaterfall = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((props) => {
2149
+ return /* @__PURE__ */ _jsxS("svg", {
2150
+ viewBox: "0 0 24 24",
2151
+ fill: "none",
2152
+ stroke: "currentColor",
2153
+ "stroke-width": "2",
2154
+ "stroke-linecap": "round",
2155
+ "stroke-linejoin": "round",
2156
+ ...props,
2157
+ get height() {
2158
+ return props.width;
2159
+ },
2160
+ children: /* @__PURE__ */ _jsxQ("path", null, {
2161
+ d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
2162
+ }, null, 3, null)
2163
+ }, {
2164
+ viewBox: _IMMUTABLE,
2165
+ fill: _IMMUTABLE,
2166
+ stroke: _IMMUTABLE,
2167
+ "stroke-width": _IMMUTABLE,
2168
+ "stroke-linecap": _IMMUTABLE,
2169
+ "stroke-linejoin": _IMMUTABLE,
2170
+ height: _fnSignal((p0) => p0.width, [
2171
+ props
2172
+ ], "p0.width")
2173
+ }, 0, "to_0");
2174
+ }, "LogoWaterfall_component_5eX8hGbmtoU"));
2175
+ export {
2176
+ Anchor,
2177
+ Blobs,
2178
+ Card,
2179
+ ColorPicker,
2180
+ Dropdown,
2181
+ DropdownRaw,
2182
+ Header,
2183
+ LogoBirdflop,
2184
+ LogoDiscord,
2185
+ LogoFabric,
2186
+ LogoForge,
2187
+ LogoLuminescent,
2188
+ LogoLuminescentFull,
2189
+ LogoPaper,
2190
+ LogoPterodactyl,
2191
+ LogoPurpur,
2192
+ LogoVelocity,
2193
+ LogoWaterfall,
2194
+ Nav,
2195
+ NumberInput,
2196
+ NumberInputRaw,
2197
+ Toggle,
2198
+ blobClasses as _auto_blobClasses,
2199
+ blobColorClasses,
2200
+ cardColorClasses,
2201
+ navColorClasses,
2202
+ toggleOffColorClasses,
2203
+ toggleOnColorClasses
2204
+ };