@luminescent/ui 1.2.8 → 1.3.1

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 (56) hide show
  1. package/lib/components/btn.js +1 -1
  2. package/lib/components/input.js +2 -2
  3. package/lib/tsconfig.tsbuildinfo +1 -1
  4. package/lib-types/components/input.d.ts +1 -1
  5. package/package.json +2 -2
  6. package/lib/index.qwik.cjs +0 -2730
  7. package/lib/index.qwik.mjs +0 -2730
  8. package/lib-types/components/docs/Anchor.d.ts +0 -2
  9. package/lib-types/components/docs/Blobs.d.ts +0 -2
  10. package/lib-types/components/docs/Button.d.ts +0 -2
  11. package/lib-types/components/docs/Card.d.ts +0 -2
  12. package/lib-types/components/docs/ColorInput.d.ts +0 -2
  13. package/lib-types/components/docs/ColorPicker.d.ts +0 -2
  14. package/lib-types/components/docs/Dropdown.d.ts +0 -2
  15. package/lib-types/components/docs/IconsLogos.d.ts +0 -2
  16. package/lib-types/components/docs/Nav.d.ts +0 -2
  17. package/lib-types/components/docs/NumberInput.d.ts +0 -2
  18. package/lib-types/components/docs/TextArea.d.ts +0 -2
  19. package/lib-types/components/docs/TextInput.d.ts +0 -2
  20. package/lib-types/components/docs/Toggle.d.ts +0 -2
  21. package/lib-types/components/elements/Anchor.d.ts +0 -5
  22. package/lib-types/components/elements/Blobs.d.ts +0 -36
  23. package/lib-types/components/elements/Button.d.ts +0 -182
  24. package/lib-types/components/elements/Card.d.ts +0 -159
  25. package/lib-types/components/elements/ColorInput.d.ts +0 -12
  26. package/lib-types/components/elements/ColorPicker.d.ts +0 -15
  27. package/lib-types/components/elements/Dropdown.d.ts +0 -22
  28. package/lib-types/components/elements/Header.d.ts +0 -12
  29. package/lib-types/components/elements/LoadingIcon.d.ts +0 -10
  30. package/lib-types/components/elements/Nav.d.ts +0 -38
  31. package/lib-types/components/elements/NumberInput.d.ts +0 -23
  32. package/lib-types/components/elements/TextArea.d.ts +0 -15
  33. package/lib-types/components/elements/TextInput.d.ts +0 -43
  34. package/lib-types/components/elements/Toggle.d.ts +0 -212
  35. package/lib-types/components/elements.d.ts +0 -13
  36. package/lib-types/components/logos/Birdflop.d.ts +0 -7
  37. package/lib-types/components/logos/Discord.d.ts +0 -2
  38. package/lib-types/components/logos/Fabric.d.ts +0 -2
  39. package/lib-types/components/logos/Forge.d.ts +0 -2
  40. package/lib-types/components/logos/IconProps.d.ts +0 -3
  41. package/lib-types/components/logos/Luminescent.d.ts +0 -3
  42. package/lib-types/components/logos/Paper.d.ts +0 -2
  43. package/lib-types/components/logos/Pterodactyl.d.ts +0 -2
  44. package/lib-types/components/logos/Purpur.d.ts +0 -2
  45. package/lib-types/components/logos/Velocity.d.ts +0 -2
  46. package/lib-types/components/logos/Waterfall.d.ts +0 -2
  47. package/lib-types/components/logos.d.ts +0 -10
  48. package/lib-types/entry.dev.d.ts +0 -2
  49. package/lib-types/entry.ssr.d.ts +0 -14
  50. package/lib-types/root.d.ts +0 -3
  51. package/lib-types/svg/ChevronDown.d.ts +0 -2
  52. package/lib-types/svg/Link.d.ts +0 -2
  53. package/lib-types/svg/Minus.d.ts +0 -2
  54. package/lib-types/svg/Plus.d.ts +0 -2
  55. package/lib-types/svg/Shuffle.d.ts +0 -2
  56. package/lib-types/utils/color.d.ts +0 -36
@@ -1,2730 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const qwik = require("@builder.io/qwik");
4
- const jsxRuntime = require("@builder.io/qwik/jsx-runtime");
5
- const Anchor = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => /* @__PURE__ */ qwik._jsxQ("span", null, {
6
- id: qwik._fnSignal((p0) => p0.id, [
7
- props
8
- ], "p0.id"),
9
- class: "block h-32 -mt-32 pointer-events-none"
10
- }, null, 3, "Oa_0"), "Anchor_component_O7y4zyaazA0"));
11
- const blobColorClasses = {
12
- slate: [
13
- "bg-slate-400",
14
- "bg-slate-500",
15
- "bg-slate-600"
16
- ],
17
- gray: [
18
- "bg-gray-400",
19
- "bg-gray-500",
20
- "bg-gray-600"
21
- ],
22
- darkgray: [
23
- "bg-gray-500",
24
- "bg-gray-600",
25
- "bg-gray-700"
26
- ],
27
- darkergray: [
28
- "bg-gray-600",
29
- "bg-gray-700",
30
- "bg-gray-800"
31
- ],
32
- zinc: [
33
- "bg-zinc-400",
34
- "bg-zinc-500",
35
- "bg-zinc-600"
36
- ],
37
- neutral: [
38
- "bg-neutral-400",
39
- "bg-neutral-500",
40
- "bg-neutral-600"
41
- ],
42
- stone: [
43
- "bg-stone-400",
44
- "bg-stone-500",
45
- "bg-stone-600"
46
- ],
47
- red: [
48
- "bg-red-400",
49
- "bg-red-500",
50
- "bg-red-600"
51
- ],
52
- orange: [
53
- "bg-orange-400",
54
- "bg-orange-500",
55
- "bg-orange-600"
56
- ],
57
- amber: [
58
- "bg-amber-400",
59
- "bg-amber-500",
60
- "bg-amber-600"
61
- ],
62
- yellow: [
63
- "bg-yellow-400",
64
- "bg-yellow-500",
65
- "bg-yellow-600"
66
- ],
67
- lime: [
68
- "bg-lime-400",
69
- "bg-lime-500",
70
- "bg-lime-600"
71
- ],
72
- green: [
73
- "bg-green-400",
74
- "bg-green-500",
75
- "bg-green-600"
76
- ],
77
- emerald: [
78
- "bg-emerald-400",
79
- "bg-emerald-500",
80
- "bg-emerald-600"
81
- ],
82
- teal: [
83
- "bg-teal-400",
84
- "bg-teal-500",
85
- "bg-teal-600"
86
- ],
87
- cyan: [
88
- "bg-cyan-400",
89
- "bg-cyan-500",
90
- "bg-cyan-600"
91
- ],
92
- sky: [
93
- "bg-sky-400",
94
- "bg-sky-500",
95
- "bg-sky-600"
96
- ],
97
- blue: [
98
- "bg-blue-400",
99
- "bg-blue-500",
100
- "bg-blue-600"
101
- ],
102
- indigo: [
103
- "bg-indigo-400",
104
- "bg-indigo-500",
105
- "bg-indigo-600"
106
- ],
107
- violet: [
108
- "bg-violet-400",
109
- "bg-violet-500",
110
- "bg-violet-600"
111
- ],
112
- purple: [
113
- "bg-purple-400",
114
- "bg-purple-500",
115
- "bg-purple-600"
116
- ],
117
- fuchsia: [
118
- "bg-fuchsia-400",
119
- "bg-fuchsia-500",
120
- "bg-fuchsia-600"
121
- ],
122
- pink: [
123
- "bg-pink-400",
124
- "bg-pink-500",
125
- "bg-pink-600"
126
- ],
127
- rose: [
128
- "bg-rose-400",
129
- "bg-rose-500",
130
- "bg-rose-600"
131
- ]
132
- };
133
- const blobClasses = [
134
- "animate-blob",
135
- "animate-blob1",
136
- "animate-blob2",
137
- "animate-blob3",
138
- "animate-blob4",
139
- "animate-blob5",
140
- "animate-blob6"
141
- ];
142
- const Blobs = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
143
- const props1 = qwik._restProps(props, [
144
- "color",
145
- "blur"
146
- ]);
147
- const blob = Math.round(Math.random() * 6);
148
- const colorClass = typeof (props.color ?? "darkgray") == "string" ? blobColorClasses[props.color ?? "darkgray"] : props.color ?? "darkgray";
149
- return /* @__PURE__ */ qwik._jsxQ("div", {
150
- class: {
151
- "motion-reduce:hidden absolute inset-0 transition-all animate-in fade-in anim-duration-[2s] -z-[1]": true,
152
- ...props1.class
153
- }
154
- }, {
155
- style: {
156
- containerType: "size"
157
- }
158
- }, [
159
- /* @__PURE__ */ qwik._jsxQ("div", {
160
- class: {
161
- "absolute top-0 w-[30cqw] h-[30cqw] rounded-full opacity-20 ease-in-out": true,
162
- "blur-sm": (props.blur ?? "xl") === "sm",
163
- "blur-md": (props.blur ?? "xl") === "md",
164
- "blur-lg": (props.blur ?? "xl") === "lg",
165
- "blur-xl": (props.blur ?? "xl") === "xl",
166
- [blobClasses[blob]]: true,
167
- [colorClass[0]]: true
168
- }
169
- }, null, null, 3, null),
170
- /* @__PURE__ */ qwik._jsxQ("div", {
171
- class: {
172
- "absolute top-0 w-[30cqw] h-[30cqw] rounded-full opacity-20 ease-in-out": true,
173
- "blur-sm": (props.blur ?? "xl") === "sm",
174
- "blur-md": (props.blur ?? "xl") === "md",
175
- "blur-lg": (props.blur ?? "xl") === "lg",
176
- "blur-xl": (props.blur ?? "xl") === "xl",
177
- "anim-delay-[-5s]": true,
178
- [blobClasses[blob]]: true,
179
- [colorClass[1]]: true
180
- }
181
- }, null, null, 3, null),
182
- /* @__PURE__ */ qwik._jsxQ("div", {
183
- class: {
184
- "absolute top-0 w-[30cqw] h-[30cqw] rounded-full opacity-20 ease-in-out": true,
185
- "blur-sm": (props.blur ?? "xl") === "sm",
186
- "blur-md": (props.blur ?? "xl") === "md",
187
- "blur-lg": (props.blur ?? "xl") === "lg",
188
- "blur-xl": (props.blur ?? "xl") === "xl",
189
- "anim-delay-[-10s]": true,
190
- [blobClasses[blob]]: true,
191
- [colorClass[2]]: true
192
- }
193
- }, null, null, 3, null)
194
- ], 1, "OL_0");
195
- }, "Blobs_component_246Oa50YM60"));
196
- const buttonColorClasses = {
197
- slate: {
198
- hover: "hover:bg-slate-600 active:bg-slate-500 focus:border-slate-500",
199
- bg: "bg-slate-700/90 border-slate-600"
200
- },
201
- gray: {
202
- hover: "hover:bg-gray-600 active:bg-gray-500 focus:border-gray-500",
203
- bg: "bg-gray-700/90 border-gray-600"
204
- },
205
- darkgray: {
206
- hover: "hover:bg-gray-700 active:bg-gray-600 focus:border-gray-600",
207
- bg: "bg-gray-800/90 border-gray-700"
208
- },
209
- darkergray: {
210
- hover: "hover:bg-gray-800 active:bg-gray-700 focus:border-gray-700",
211
- bg: "bg-gray-900/90 border-gray-800"
212
- },
213
- zinc: {
214
- hover: "hover:bg-zinc-600 active:bg-zinc-500 focus:border-zinc-500",
215
- bg: "bg-zinc-700/90 border-zinc-600"
216
- },
217
- neutral: {
218
- hover: "hover:bg-neutral-600 active:bg-neutral-500 focus:border-neutral-500",
219
- bg: "bg-neutral-700/90 border-neutral-600"
220
- },
221
- stone: {
222
- hover: "hover:bg-stone-600 active:bg-stone-500 focus:border-stone-500",
223
- bg: "bg-stone-700/90 border-stone-600"
224
- },
225
- red: {
226
- hover: "hover:bg-red-600 active:bg-red-500 focus:border-red-500",
227
- bg: "bg-red-700/90 border-red-600"
228
- },
229
- orange: {
230
- hover: "hover:bg-orange-600 active:bg-orange-500 focus:border-orange-500",
231
- bg: "bg-orange-700/90 border-orange-600"
232
- },
233
- amber: {
234
- hover: "hover:bg-amber-600 active:bg-amber-500 focus:border-amber-500",
235
- bg: "bg-amber-700/90 border-amber-600"
236
- },
237
- yellow: {
238
- hover: "hover:bg-yellow-600 active:bg-yellow-500 focus:border-yellow-500",
239
- bg: "bg-yellow-700/90 border-yellow-600"
240
- },
241
- lime: {
242
- hover: "hover:bg-lime-600 active:bg-lime-500 focus:border-lime-500",
243
- bg: "bg-lime-700/90 border-lime-600"
244
- },
245
- green: {
246
- hover: "hover:bg-green-600 active:bg-green-500 focus:border-green-500",
247
- bg: "bg-green-700/90 border-green-600"
248
- },
249
- emerald: {
250
- hover: "hover:bg-emerald-600 active:bg-emerald-500 focus:border-emerald-500",
251
- bg: "bg-emerald-700/90 border-emerald-600"
252
- },
253
- teal: {
254
- hover: "hover:bg-teal-600 active:bg-teal-500 focus:border-teal-500",
255
- bg: "bg-teal-700/90 border-teal-600"
256
- },
257
- cyan: {
258
- hover: "hover:bg-cyan-600 active:bg-cyan-500 focus:border-cyan-500",
259
- bg: "bg-cyan-700/90 border-cyan-600"
260
- },
261
- sky: {
262
- hover: "hover:bg-sky-600 active:bg-sky-500 focus:border-sky-500",
263
- bg: "bg-sky-700/90 border-sky-600"
264
- },
265
- blue: {
266
- hover: "hover:bg-blue-600 active:bg-blue-500 focus:border-blue-500",
267
- bg: "bg-blue-700/90 border-blue-600"
268
- },
269
- indigo: {
270
- hover: "hover:bg-indigo-600 active:bg-indigo-500 focus:border-indigo-500",
271
- bg: "bg-indigo-700/90 border-indigo-600"
272
- },
273
- violet: {
274
- hover: "hover:bg-violet-600 active:bg-violet-500 focus:border-violet-500",
275
- bg: "bg-violet-700/90 border-violet-600"
276
- },
277
- purple: {
278
- hover: "hover:bg-purple-600 active:bg-purple-500 focus:border-purple-500",
279
- bg: "bg-purple-700/90 border-purple-600"
280
- },
281
- fuchsia: {
282
- hover: "hover:bg-fuchsia-600 active:bg-fuchsia-500 focus:border-fuchsia-500",
283
- bg: "bg-fuchsia-700/90 border-fuchsia-600"
284
- },
285
- pink: {
286
- hover: "hover:bg-pink-600 active:bg-pink-500 focus:border-pink-500",
287
- bg: "bg-pink-700/90 border-pink-600"
288
- },
289
- rose: {
290
- hover: "hover:bg-rose-600 active:bg-rose-500 focus:border-rose-500",
291
- bg: "bg-rose-700/90 border-rose-600"
292
- }
293
- };
294
- const mobileSizeClasses = {
295
- xs: {
296
- base: "text-sm gap-1",
297
- round: "rounded-md",
298
- pad: "px-2.5 py-1.5",
299
- equal: "p-1.5"
300
- },
301
- sm: {
302
- base: "text-sm gap-2",
303
- round: "rounded-lg",
304
- pad: "px-3 py-2",
305
- equal: "p-2"
306
- },
307
- md: {
308
- base: "text-base gap-3",
309
- round: "rounded-lg",
310
- pad: "px-4 py-2",
311
- equal: "p-2"
312
- },
313
- lg: {
314
- base: "text-lg gap-3",
315
- round: "rounded-xl",
316
- pad: "px-7 py-4",
317
- equal: "p-4"
318
- },
319
- xl: {
320
- base: "text-lg gap-4",
321
- round: "rounded-xl",
322
- pad: "px-8 py-4",
323
- equal: "p-4"
324
- }
325
- };
326
- const sizeClasses = {
327
- xs: {
328
- base: "sm:text-sm sm:gap-1",
329
- round: "sm:rounded-md",
330
- pad: "sm:px-2 sm:py-1",
331
- equal: "sm:p-1"
332
- },
333
- sm: {
334
- base: "sm:text-base sm:gap-2",
335
- round: "sm:rounded-md",
336
- pad: "sm:px-2.5 sm:py-1.5",
337
- equal: "sm:p-1.5"
338
- },
339
- md: {
340
- base: "sm:text-base sm:gap-3",
341
- round: "sm:rounded-md",
342
- pad: "sm:px-4 sm:py-2",
343
- equal: "sm:p-2"
344
- },
345
- lg: {
346
- base: "sm:text-lg sm:gap-3",
347
- round: "sm:rounded-lg",
348
- pad: "sm:px-6 sm:py-3",
349
- equal: "sm:p-3"
350
- },
351
- xl: {
352
- base: "sm:text-lg sm:gap-4",
353
- round: "sm:rounded-xl",
354
- pad: "sm:px-8 sm:py-4",
355
- equal: "sm:p-4"
356
- }
357
- };
358
- const buttonClass = "relative flex items-center gap-3 motion-safe:transition ease-in-out border text-gray-50 fill-gray-50 disabled:opacity-50 hover:shadow-lg motion-safe:active:scale-95 whitespace-nowrap touch-manipulation select-none text-center";
359
- const Button = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
360
- const props1 = qwik._restProps(props, [
361
- "color",
362
- "transparent",
363
- "size",
364
- "mobilesize",
365
- "round",
366
- "square"
367
- ]);
368
- props1.class = {
369
- [buttonClass]: true,
370
- [buttonColorClasses[props.color ?? "darkgray"].bg]: !props.transparent,
371
- "border-transparent": props.transparent,
372
- [buttonColorClasses[props.color ?? "darkgray"].hover]: true,
373
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].base]: true,
374
- [sizeClasses[props.size ?? "md"].base]: true,
375
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].round]: !props.round,
376
- [sizeClasses[props.size ?? "md"].round]: !props.round,
377
- "rounded-full": props.round,
378
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].pad]: !props.square,
379
- [sizeClasses[props.size ?? "md"].pad]: !props.square,
380
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].equal]: props.square,
381
- [sizeClasses[props.size ?? "md"].equal]: props.square,
382
- ...props1.class
383
- };
384
- return /* @__PURE__ */ qwik._jsxS("button", {
385
- ...props1,
386
- children: /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "7H_0")
387
- }, null, 0, "7H_1");
388
- }, "Button_component_40p6lkzzQYM"));
389
- const ButtonAnchor = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
390
- const props1 = qwik._restProps(props, [
391
- "color",
392
- "transparent",
393
- "size",
394
- "mobilesize",
395
- "round",
396
- "square"
397
- ]);
398
- props1.class = {
399
- [buttonClass]: true,
400
- [buttonColorClasses[props.color ?? "darkgray"].bg]: !props.transparent,
401
- "border-transparent": props.transparent,
402
- [buttonColorClasses[props.color ?? "darkgray"].hover]: true,
403
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].base]: true,
404
- [sizeClasses[props.size ?? "md"].base]: true,
405
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].round]: !props.round,
406
- [sizeClasses[props.size ?? "md"].round]: !props.round,
407
- "rounded-full": props.round,
408
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].pad]: !props.square,
409
- [sizeClasses[props.size ?? "md"].pad]: !props.square,
410
- [mobileSizeClasses[props.mobilesize ? props.mobilesize : (props.size ?? "md") == "xs" ? "xs" : (props.size ?? "md") == "sm" ? "xs" : (props.size ?? "md") == "md" ? "sm" : (props.size ?? "md") == "lg" ? "md" : (props.size ?? "md") == "xl" ? "lg" : "md"].equal]: props.square,
411
- [sizeClasses[props.size ?? "md"].equal]: props.square,
412
- ...props1.class
413
- };
414
- return /* @__PURE__ */ qwik._jsxS("a", {
415
- ...props1,
416
- children: /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "7H_2")
417
- }, null, 0, "7H_3");
418
- }, "ButtonAnchor_component_vQT9xS0lqew"));
419
- const cardColorClasses = {
420
- slate: {
421
- bg_blobs: "bg-slate-400/10 border-slate-400/20",
422
- bg: "bg-slate-400/60 border-slate-400",
423
- hover: "hover:bg-slate-400/20",
424
- click: "active:bg-slate-300/20"
425
- },
426
- gray: {
427
- bg_blobs: "bg-gray-400/10 border-gray-400/20",
428
- bg: "bg-gray-400/60 border-gray-400",
429
- hover: "hover:bg-gray-400/20",
430
- click: "active:bg-gray-300/20"
431
- },
432
- darkgray: {
433
- bg_blobs: "bg-gray-800/10 border-gray-800/40",
434
- bg: "bg-gray-800/60 border-gray-800",
435
- hover: "hover:bg-gray-800/40",
436
- click: "active:bg-gray-700/40"
437
- },
438
- darkergray: {
439
- bg_blobs: "bg-gray-900/10 border-gray-900/50",
440
- bg: "bg-gray-900/60 border-gray-900",
441
- hover: "hover:bg-gray-900/50",
442
- click: "active:bg-gray-800/50"
443
- },
444
- zinc: {
445
- bg_blobs: "bg-zinc-400/10 border-zinc-400/20",
446
- bg: "bg-zinc-400/60 border-zinc-400",
447
- hover: "hover:bg-zinc-400/20",
448
- click: "active:bg-zinc-300/20"
449
- },
450
- neutral: {
451
- bg_blobs: "bg-neutral-400/10 border-neutral-400/20",
452
- bg: "bg-neutral-400/60 border-neutral-400",
453
- hover: "hover:bg-neutral-400/20",
454
- click: "active:bg-neutral-300/20"
455
- },
456
- stone: {
457
- bg_blobs: "bg-stone-400/10 border-stone-400/20",
458
- bg: "bg-stone-400/60 border-stone-400",
459
- hover: "hover:bg-stone-400/20",
460
- click: "active:bg-stone-300/20"
461
- },
462
- red: {
463
- bg_blobs: "bg-red-400/10 border-red-400/20",
464
- bg: "bg-red-400/60 border-red-400",
465
- hover: "hover:bg-red-400/20",
466
- click: "active:bg-red-300/20"
467
- },
468
- orange: {
469
- bg_blobs: "bg-orange-400/10 border-orange-400/20",
470
- bg: "bg-orange-400/60 border-orange-400",
471
- hover: "hover:bg-orange-400/20",
472
- click: "active:bg-orange-300/20"
473
- },
474
- amber: {
475
- bg_blobs: "bg-amber-400/10 border-amber-400/20",
476
- bg: "bg-amber-400/60 border-amber-400",
477
- hover: "hover:bg-amber-400/20",
478
- click: "active:bg-amber-300/20"
479
- },
480
- yellow: {
481
- bg_blobs: "bg-yellow-400/10 border-yellow-400/20",
482
- bg: "bg-yellow-400/60 border-yellow-400",
483
- hover: "hover:bg-yellow-400/20",
484
- click: "active:bg-yellow-300/20"
485
- },
486
- lime: {
487
- bg_blobs: "bg-lime-400/10 border-lime-400/20",
488
- bg: "bg-lime-400/60 border-lime-400",
489
- hover: "hover:bg-lime-400/20",
490
- click: "active:bg-lime-300/20"
491
- },
492
- green: {
493
- bg_blobs: "bg-green-400/10 border-green-400/20",
494
- bg: "bg-green-400/60 border-green-400",
495
- hover: "hover:bg-green-400/20",
496
- click: "active:bg-green-300/20"
497
- },
498
- emerald: {
499
- bg_blobs: "bg-emerald-400/10 border-emerald-400/20",
500
- bg: "bg-emerald-400/60 border-emerald-400",
501
- hover: "hover:bg-emerald-400/20",
502
- click: "active:bg-emerald-300/20"
503
- },
504
- teal: {
505
- bg_blobs: "bg-teal-400/10 border-teal-400/20",
506
- bg: "bg-teal-400/60 border-teal-400",
507
- hover: "hover:bg-teal-400/20",
508
- click: "active:bg-teal-300/20"
509
- },
510
- cyan: {
511
- bg_blobs: "bg-cyan-400/10 border-cyan-400/20",
512
- bg: "bg-cyan-400/60 border-cyan-400",
513
- hover: "hover:bg-cyan-400/20",
514
- click: "active:bg-cyan-300/20"
515
- },
516
- sky: {
517
- bg_blobs: "bg-sky-400/10 border-sky-400/20",
518
- bg: "bg-sky-400/60 border-sky-400",
519
- hover: "hover:bg-sky-400/20",
520
- click: "active:bg-sky-300/20"
521
- },
522
- blue: {
523
- bg_blobs: "bg-blue-400/10 border-blue-400/20",
524
- bg: "bg-blue-400/60 border-blue-400",
525
- hover: "hover:bg-blue-400/20",
526
- click: "active:bg-blue-300/20"
527
- },
528
- indigo: {
529
- bg_blobs: "bg-indigo-400/10 border-indigo-400/20",
530
- bg: "bg-indigo-400/60 border-indigo-400",
531
- hover: "hover:bg-indigo-400/20",
532
- click: "active:bg-indigo-300/20"
533
- },
534
- violet: {
535
- bg_blobs: "bg-violet-400/10 border-violet-400/20",
536
- bg: "bg-violet-400/60 border-violet-400",
537
- hover: "hover:bg-violet-400/20",
538
- click: "active:bg-violet-300/20"
539
- },
540
- purple: {
541
- bg_blobs: "bg-purple-400/10 border-purple-400/20",
542
- bg: "bg-purple-400/60 border-purple-400",
543
- hover: "hover:bg-purple-400/20",
544
- click: "active:bg-purple-300/20"
545
- },
546
- fuchsia: {
547
- bg_blobs: "bg-fuchsia-400/10 border-fuchsia-400/20",
548
- bg: "bg-fuchsia-400/60 border-fuchsia-400",
549
- hover: "hover:bg-fuchsia-400/20",
550
- click: "active:bg-fuchsia-300/20"
551
- },
552
- pink: {
553
- bg_blobs: "bg-pink-400/10 border-pink-400/20",
554
- bg: "bg-pink-400/60 border-pink-400",
555
- hover: "hover:bg-pink-400/20",
556
- click: "active:bg-pink-300/20"
557
- },
558
- rose: {
559
- bg_blobs: "bg-rose-400/10 border-rose-400/20",
560
- bg: "bg-rose-400/60 border-rose-400",
561
- hover: "hover:bg-rose-400/20",
562
- click: "active:bg-rose-300/20"
563
- }
564
- };
565
- const Card = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
566
- qwik._jsxBranch();
567
- const props1 = qwik._restProps(props, [
568
- "color",
569
- "hover",
570
- "row",
571
- "blobs"
572
- ]);
573
- return /* @__PURE__ */ qwik._jsxS("div", {
574
- ...props1,
575
- class: {
576
- "relative flex gap-3 sm:gap-4 px-5 py-6 sm:px-7 sm:py-8 border rounded-lg motion-safe:transition-all": true,
577
- "flex-col": !props.row,
578
- [cardColorClasses[props.color ?? "darkgray"].bg]: !props.blobs,
579
- [cardColorClasses[props.color ?? "darkgray"].bg_blobs]: props.blobs,
580
- [cardColorClasses[props.color ?? "darkgray"].hover + " hover:shadow-lg"]: props.hover,
581
- [cardColorClasses[props.color ?? "darkgray"].click + " active:scale-[99%] cursor-pointer select-none touch-manipulation"]: props.hover == "clickable",
582
- ...props1.class
583
- },
584
- children: [
585
- props.hover == "blur" && /* @__PURE__ */ qwik._jsxQ("div", null, {
586
- class: {
587
- "transition-all absolute flex inset-0 w-full h-full z-10 backdrop-blur-xl rounded-lg opacity-0 hover:opacity-100": true
588
- }
589
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
590
- name: "blur",
591
- [qwik._IMMUTABLE]: {
592
- name: qwik._IMMUTABLE
593
- }
594
- }, 3, "OW_0"), 1, "OW_1"),
595
- /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "OW_2"),
596
- props1.href && /* @__PURE__ */ qwik._jsxQ("a", {
597
- href: qwik._wrapSignal(props1, "href")
598
- }, {
599
- class: "absolute inset-0"
600
- }, null, 3, "OW_3"),
601
- props.blobs && /* @__PURE__ */ qwik._jsxC(Blobs, {
602
- get color() {
603
- return props.blobs == true ? props.color ?? "darkgray" : props.blobs;
604
- },
605
- class: {
606
- "overflow-clip rounded-lg": true
607
- },
608
- [qwik._IMMUTABLE]: {
609
- color: qwik._fnSignal((p0) => p0.blobs == true ? p0.color ?? "darkgray" : p0.blobs, [
610
- props
611
- ], 'p0.blobs==true?p0.color??"darkgray":p0.blobs'),
612
- class: qwik._IMMUTABLE
613
- }
614
- }, 3, "OW_4")
615
- ]
616
- }, null, 0, "OW_5");
617
- }, "Card_component_DlkkcTEVka4"));
618
- const InputColorClasses = {
619
- slate: "bg-slate-700/90 border-slate-600 hover:bg-slate-600 active:bg-slate-500 focus:border-slate-300",
620
- gray: "bg-gray-700/90 border-gray-600 hover:bg-gray-600 active:bg-gray-500 focus:border-gray-300",
621
- darkgray: "bg-gray-800/90 border-gray-700 hover:bg-gray-700 active:bg-gray-600 focus:border-gray-400",
622
- darkergray: "bg-gray-900/90 border-gray-800 hover:bg-gray-800 active:bg-gray-700 focus:border-gray-500",
623
- zinc: "bg-zinc-700/90 border-zinc-600 hover:bg-zinc-600 active:bg-zinc-500 focus:border-zinc-300",
624
- neutral: "bg-neutral-700/90 border-neutral-600 hover:bg-neutral-600 active:bg-neutral-500 focus:border-neutral-300",
625
- stone: "bg-stone-700/90 border-stone-600 hover:bg-stone-600 active:bg-stone-500 focus:border-stone-300",
626
- red: "bg-red-700/90 border-red-600 hover:bg-red-600 active:bg-red-500 focus:border-red-300",
627
- orange: "bg-orange-700/90 border-orange-600 hover:bg-orange-600 active:bg-orange-500 focus:border-orange-300",
628
- amber: "bg-amber-700/90 border-amber-600 hover:bg-amber-600 active:bg-amber-500 focus:border-amber-300",
629
- yellow: "bg-yellow-700/90 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500 focus:border-yellow-300",
630
- lime: "bg-lime-700/90 border-lime-600 hover:bg-lime-600 active:bg-lime-500 focus:border-lime-300",
631
- green: "bg-green-700/90 border-green-600 hover:bg-green-600 active:bg-green-500 focus:border-green-300",
632
- emerald: "bg-emerald-700/90 border-emerald-600 hover:bg-emerald-600 active:bg-emerald-500 focus:border-emerald-300",
633
- teal: "bg-teal-700/90 border-teal-600 hover:bg-teal-600 active:bg-teal-500 focus:border-teal-300",
634
- cyan: "bg-cyan-700/90 border-cyan-600 hover:bg-cyan-600 active:bg-cyan-500 focus:border-cyan-300",
635
- sky: "bg-sky-700/90 border-sky-600 hover:bg-sky-600 active:bg-sky-500 focus:border-sky-300",
636
- blue: "bg-blue-700/90 border-blue-600 hover:bg-blue-600 active:bg-blue-500 focus:border-blue-300",
637
- indigo: "bg-indigo-700/90 border-indigo-600 hover:bg-indigo-600 active:bg-indigo-500 focus:border-indigo-300",
638
- violet: "bg-violet-700/90 border-violet-600 hover:bg-violet-600 active:bg-violet-500 focus:border-violet-300",
639
- purple: "bg-purple-700/90 border-purple-600 hover:bg-purple-600 active:bg-purple-500 focus:border-purple-300",
640
- fuchsia: "bg-fuchsia-700/90 border-fuchsia-600 hover:bg-fuchsia-600 active:bg-fuchsia-500 focus:border-fuchsia-300",
641
- pink: "bg-pink-700/90 border-pink-600 hover:bg-pink-600 active:bg-pink-500 focus:border-pink-300",
642
- rose: "bg-rose-700/90 border-rose-600 hover:bg-rose-600 active:bg-rose-500 focus:border-rose-300",
643
- transparent: "bg-transparent border-transparent hover:bg-gray-600/50 active:bg-gray-600/60 focus:border-gray-600/60"
644
- };
645
- const InputClasses = "motion-safe:transition ease-in-out border text-gray-50 hover:shadow-lg focus:outline-none rounded-md px-2.5 py-1.5 touch-manipulation";
646
- const TextInput = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
647
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
648
- class: "flex flex-col"
649
- }, [
650
- /* @__PURE__ */ qwik._jsxQ("label", null, {
651
- for: qwik._fnSignal((p0) => p0.id, [
652
- props
653
- ], "p0.id"),
654
- class: "text-gray-300 pb-1 select-none"
655
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "dC_0"), 1, null),
656
- /* @__PURE__ */ qwik._jsxC(TextInputRaw, {
657
- ...props,
658
- children: void 0
659
- }, 0, "dC_1")
660
- ], 1, "dC_2");
661
- }, "TextInput_component_AXp2j5aulZI"));
662
- const TextInputRaw = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
663
- const props1 = qwik._restProps(props, [
664
- "color"
665
- ]);
666
- return /* @__PURE__ */ qwik._jsxS("input", {
667
- ...props1,
668
- class: {
669
- [InputClasses]: true,
670
- [InputColorClasses[props.color ?? "darkgray"]]: true,
671
- ...props1.class
672
- }
673
- }, null, 0, "dC_3");
674
- }, "TextInputRaw_component_ssloWlmBB4w"));
675
- const clamp = (value, min, max) => Math.min(Math.max(value, min), max);
676
- function getMousePosition(e) {
677
- if (window.TouchEvent && e instanceof TouchEvent) {
678
- const touch = e.touches[0];
679
- return {
680
- x: touch.clientX,
681
- y: touch.clientY
682
- };
683
- }
684
- const mouse = e;
685
- return {
686
- x: mouse.clientX,
687
- y: mouse.clientY
688
- };
689
- }
690
- const pad2 = (c) => c.length == 1 ? "0" + c : "" + c;
691
- function getBrightness(color) {
692
- const { r, g, b } = color;
693
- return (r * 299 + g * 587 + b * 114) / 1e3;
694
- }
695
- function hexNumberToRgb(color) {
696
- const r = (color >> 16 & 255) / 255;
697
- const g = (color >> 8 & 255) / 255;
698
- const b = (color & 255) / 255;
699
- return {
700
- r,
701
- g,
702
- b
703
- };
704
- }
705
- function rgbToHex(color) {
706
- const { r, g, b } = color;
707
- const hex = [
708
- "#",
709
- pad2(Math.round(r * 255).toString(16)),
710
- pad2(Math.round(g * 255).toString(16)),
711
- pad2(Math.round(b * 255).toString(16))
712
- ];
713
- return hex.join("").toUpperCase();
714
- }
715
- const hexStringToNumber = (color) => parseInt(color.replace("#", ""), 16);
716
- function hsvToRgb(color) {
717
- let { h } = color;
718
- const { s, v } = color;
719
- h *= 6;
720
- const i = Math.floor(h);
721
- const f = h - i;
722
- const p = v * (1 - s);
723
- const q = v * (1 - f * s);
724
- const t = v * (1 - (1 - f) * s);
725
- const mod = i % 6;
726
- const r = [
727
- v,
728
- q,
729
- p,
730
- p,
731
- t,
732
- v
733
- ][mod];
734
- const g = [
735
- t,
736
- v,
737
- v,
738
- q,
739
- p,
740
- p
741
- ][mod];
742
- const b = [
743
- p,
744
- p,
745
- t,
746
- v,
747
- v,
748
- q
749
- ][mod];
750
- return {
751
- r,
752
- g,
753
- b
754
- };
755
- }
756
- function rgbToHsv(color) {
757
- const { r, g, b } = color;
758
- const max = Math.max(r, g, b);
759
- const min = Math.min(r, g, b);
760
- const d = max - min;
761
- const s = max === 0 ? 0 : d / max;
762
- const v = max;
763
- let h = 0;
764
- if (max != min) {
765
- switch (max) {
766
- case r:
767
- h = (g - b) / d + (g < b ? 6 : 0);
768
- break;
769
- case g:
770
- h = (b - r) / d + 2;
771
- break;
772
- case b:
773
- h = (r - g) / d + 4;
774
- break;
775
- }
776
- h /= 6;
777
- }
778
- return {
779
- h,
780
- s,
781
- v
782
- };
783
- }
784
- const Shuffle = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
785
- return /* @__PURE__ */ qwik._jsxS("svg", {
786
- xmlns: "http://www.w3.org/2000/svg",
787
- viewBox: "0 0 512 512",
788
- ...props,
789
- get height() {
790
- return props.width;
791
- },
792
- children: [
793
- /* @__PURE__ */ qwik._jsxQ("path", null, {
794
- fill: "none",
795
- stroke: "currentColor",
796
- "stroke-linecap": "round",
797
- "stroke-linejoin": "round",
798
- "stroke-width": "32",
799
- d: "M400 304l48 48-48 48M400 112l48 48-48 48M64 352h85.19a80 80 0 0066.56-35.62L256 256"
800
- }, null, 3, null),
801
- /* @__PURE__ */ qwik._jsxQ("path", null, {
802
- 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",
803
- fill: "none",
804
- stroke: "currentColor",
805
- "stroke-linecap": "round",
806
- "stroke-linejoin": "round",
807
- "stroke-width": "32"
808
- }, null, 3, null)
809
- ]
810
- }, {
811
- xmlns: qwik._IMMUTABLE,
812
- viewBox: qwik._IMMUTABLE,
813
- height: qwik._fnSignal((p0) => p0.width, [
814
- props
815
- ], "p0.width")
816
- }, 0, "zt_0");
817
- }, "Shuffle_component_DnmmsuyAgDE"));
818
- const ColorPicker = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
819
- qwik._jsxBranch();
820
- const props1 = qwik._restProps(props, [
821
- "id",
822
- "value",
823
- "colors",
824
- "color",
825
- "onInput$",
826
- "preview",
827
- "horizontal",
828
- "showInput"
829
- ]);
830
- const width = 125;
831
- const maxHue = 148;
832
- const hsvColor = rgbToHsv(hexNumberToRgb(hexStringToNumber(props.value ?? "#000000")));
833
- const store = qwik.useStore({
834
- hue: {
835
- position: hsvColor.h * maxHue,
836
- color: rgbToHex(hsvToRgb({
837
- h: hsvColor.h,
838
- s: 1,
839
- v: 1
840
- }))
841
- },
842
- bPosition: (1 - hsvColor.v) * maxHue,
843
- sPosition: hsvColor.s * width,
844
- value: props.value ?? "#000000"
845
- });
846
- const setColor = /* @__PURE__ */ qwik.inlinedQrl((color) => {
847
- const [maxHue2, props2, store2, width2] = qwik.useLexicalScope();
848
- if (!color.match(/^#[0-9A-F]{6}$/i))
849
- return;
850
- const number = hexStringToNumber(color);
851
- const hsv = rgbToHsv(hexNumberToRgb(number));
852
- store2.hue.position = hsv.h * maxHue2;
853
- store2.hue.color = rgbToHex(hsvToRgb({
854
- h: hsv.h,
855
- s: 1,
856
- v: 1
857
- }));
858
- store2.sPosition = hsv.s * width2;
859
- store2.bPosition = (1 - hsv.v) * maxHue2;
860
- store2.value = color;
861
- props2.onInput$?.(store2.value);
862
- }, "ColorPicker_component_setColor_QqVIlZ9HOqM", [
863
- maxHue,
864
- props,
865
- store,
866
- width
867
- ]);
868
- const hueChange = /* @__PURE__ */ qwik.inlinedQrl((e, hOffset) => {
869
- const [maxHue2, props2, store2] = qwik.useLexicalScope();
870
- const { y } = getMousePosition(e);
871
- store2.hue.position = clamp(maxHue2 - (y - hOffset), 0, maxHue2);
872
- const hsvColor2 = rgbToHsv(hexNumberToRgb(hexStringToNumber(store2.value)));
873
- const h = store2.hue.position / maxHue2;
874
- hsvColor2.h = h;
875
- store2.hue.color = rgbToHex(hsvToRgb({
876
- h,
877
- s: 1,
878
- v: 1
879
- }));
880
- store2.value = rgbToHex(hsvToRgb(hsvColor2));
881
- props2.onInput$?.(store2.value);
882
- }, "ColorPicker_component_hueChange_mB1ILUl3lVg", [
883
- maxHue,
884
- props,
885
- store
886
- ]);
887
- const hueMouseDown = /* @__PURE__ */ qwik.inlinedQrl((e, el) => {
888
- const [hueChange2] = qwik.useLexicalScope();
889
- const hOffset = el.getBoundingClientRect().top;
890
- hueChange2(e, hOffset);
891
- const eventListener = (e2) => hueChange2(e2, hOffset);
892
- window.addEventListener("mousemove", eventListener);
893
- window.addEventListener("touchmove", eventListener);
894
- const mouseUpListener = () => {
895
- window.removeEventListener("mousemove", eventListener);
896
- window.removeEventListener("touchmove", eventListener);
897
- window.removeEventListener("mouseup", mouseUpListener);
898
- window.removeEventListener("touchend", mouseUpListener);
899
- };
900
- window.addEventListener("mouseup", mouseUpListener);
901
- window.addEventListener("touchend", mouseUpListener);
902
- }, "ColorPicker_component_hueMouseDown_469EJwWnUmc", [
903
- hueChange
904
- ]);
905
- const sbChange = /* @__PURE__ */ qwik.inlinedQrl((e, hOffset) => {
906
- const [maxHue2, props2, store2, width2] = qwik.useLexicalScope();
907
- const { x, y } = getMousePosition(e);
908
- store2.bPosition = clamp(y - hOffset.top, 0, maxHue2);
909
- store2.sPosition = clamp(x - hOffset.left, 0, width2);
910
- const s = store2.sPosition / width2;
911
- const v = 1 - store2.bPosition / maxHue2;
912
- store2.value = rgbToHex(hsvToRgb({
913
- h: store2.hue.position / maxHue2,
914
- s,
915
- v
916
- }));
917
- props2.onInput$?.(store2.value);
918
- }, "ColorPicker_component_sbChange_PWXSO5Wzkt4", [
919
- maxHue,
920
- props,
921
- store,
922
- width
923
- ]);
924
- const sbMouseDown = /* @__PURE__ */ qwik.inlinedQrl((e, el) => {
925
- const [sbChange2] = qwik.useLexicalScope();
926
- const offset = el.getBoundingClientRect();
927
- sbChange2(e, offset);
928
- const eventListener = (e2) => sbChange2(e2, offset);
929
- window.addEventListener("mousemove", eventListener);
930
- window.addEventListener("touchmove", eventListener);
931
- const mouseUpListener = () => {
932
- window.removeEventListener("mousemove", eventListener);
933
- window.removeEventListener("touchmove", eventListener);
934
- window.removeEventListener("mouseup", mouseUpListener);
935
- window.removeEventListener("touchend", mouseUpListener);
936
- };
937
- window.addEventListener("mouseup", mouseUpListener);
938
- window.addEventListener("touchend", mouseUpListener);
939
- }, "ColorPicker_component_sbMouseDown_lP7vsjR4o9U", [
940
- sbChange
941
- ]);
942
- return /* @__PURE__ */ qwik._jsxQ("div", {
943
- class: {
944
- "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,
945
- "flex": true,
946
- "flex-col": !props.horizontal,
947
- ...props1.class
948
- }
949
- }, {
950
- id: qwik._fnSignal((p0) => p0.id, [
951
- props
952
- ], "p0.id"),
953
- onInput$: /* @__PURE__ */ qwik.inlinedQrl((e, el) => {
954
- const [setColor2] = qwik.useLexicalScope();
955
- if (!el.dataset.value)
956
- return;
957
- setColor2(el.dataset.value);
958
- }, "ColorPicker_component_div_onInput_61AfRqNB51A", [
959
- setColor
960
- ])
961
- }, [
962
- /* @__PURE__ */ qwik._jsxQ("div", null, {
963
- class: "flex gap-4"
964
- }, [
965
- /* @__PURE__ */ qwik._jsxQ("div", null, {
966
- class: "w-[125px] h-[150px] rounded-md relative",
967
- style: qwik._fnSignal((p0) => ({
968
- background: `linear-gradient(to right, #FFFFFF, ${p0.hue.color})`
969
- }), [
970
- store
971
- ], "{background:`linear-gradient(to right, #FFFFFF, ${p0.hue.color})`}"),
972
- "preventdefault:mousedown": true,
973
- "preventdefault:touchstart": true,
974
- onMouseDown$: sbMouseDown,
975
- onTouchStart$: sbMouseDown
976
- }, [
977
- /* @__PURE__ */ qwik._jsxQ("div", null, {
978
- class: "w-[125px] h-[150px] rounded-[0.3rem] bg-gradient-to-b from-transparent to-black border border-gray-700"
979
- }, null, 3, null),
980
- /* @__PURE__ */ qwik._jsxQ("div", {
981
- class: {
982
- "absolute -top-2 -left-2 w-4 h-4 border rounded-full bg-white": true,
983
- "border-white": getBrightness(hexNumberToRgb(hexStringToNumber(store.value))) < 0.5,
984
- "border-black": getBrightness(hexNumberToRgb(hexStringToNumber(store.value))) > 0.5
985
- }
986
- }, {
987
- style: qwik._fnSignal((p0) => ({
988
- background: p0.value,
989
- transform: `translate(${p0.sPosition}px, ${p0.bPosition}px)`
990
- }), [
991
- store
992
- ], "{background:p0.value,transform:`translate(${p0.sPosition}px, ${p0.bPosition}px)`}")
993
- }, null, 3, null)
994
- ], 1, null),
995
- /* @__PURE__ */ qwik._jsxQ("div", null, {
996
- class: "h-[150px] relative w-2 border border-gray-700 rounded-md",
997
- style: {
998
- background: "linear-gradient(to bottom, #ff0000, #ff00ff, #0000ff, #00ffff, #00ff00, #ffff00, #ff0000)"
999
- },
1000
- "preventdefault:mousedown": true,
1001
- "preventdefault:touchstart": true,
1002
- onMouseDown$: hueMouseDown,
1003
- onTouchStart$: hueMouseDown
1004
- }, /* @__PURE__ */ qwik._jsxQ("div", null, {
1005
- class: "absolute -bottom-2 -left-[5px] w-4 h-4 border border-white rounded-full bg-[#ff0000]",
1006
- style: qwik._fnSignal((p0) => ({
1007
- transform: `translateY(${-p0.hue.position}px)`,
1008
- background: p0.hue.color
1009
- }), [
1010
- store
1011
- ], "{transform:`translateY(${-p0.hue.position}px)`,background:p0.hue.color}")
1012
- }, null, 3, null), 3, null)
1013
- ], 1, null),
1014
- /* @__PURE__ */ qwik._jsxQ("div", null, {
1015
- class: "w-[150px] flex flex-wrap gap-1 justify-between"
1016
- }, [
1017
- (props.showInput ?? true) && /* @__PURE__ */ qwik._jsxQ("div", {
1018
- class: {
1019
- "flex w-[150px] pb-3 mb-2 border-b border-b-gray-700": true,
1020
- "flex-row gap-1": (props.preview ?? "left") == "left",
1021
- "flex-row-reverse gap-1": (props.preview ?? "left") == "right",
1022
- "flex-col": (props.preview ?? "left") == "top",
1023
- "flex-col-reverse": (props.preview ?? "left") == "bottom"
1024
- }
1025
- }, null, [
1026
- (props.preview ?? "left") != "full" && /* @__PURE__ */ qwik._jsxQ("div", {
1027
- class: {
1028
- "border border-gray-700": true,
1029
- "h-full aspect-square rounded-md": (props.preview ?? "left") == "left" || (props.preview ?? "left") == "right",
1030
- "w-full h-3": (props.preview ?? "left") == "top" || (props.preview ?? "left") == "bottom",
1031
- "rounded-t-md": (props.preview ?? "left") == "top",
1032
- "rounded-b-md": (props.preview ?? "left") == "bottom"
1033
- }
1034
- }, {
1035
- style: qwik._fnSignal((p0) => ({
1036
- backgroundColor: `${p0.value}`
1037
- }), [
1038
- store
1039
- ], "{backgroundColor:`${p0.value}`}")
1040
- }, null, 3, "sj_0"),
1041
- /* @__PURE__ */ qwik._jsxC(TextInputRaw, {
1042
- get class() {
1043
- return {
1044
- "w-full": true,
1045
- "border-t-0 rounded-t-none": (props.preview ?? "left") == "top",
1046
- "border-b-0 rounded-b-none": (props.preview ?? "left") == "bottom"
1047
- };
1048
- },
1049
- get value() {
1050
- return store.value;
1051
- },
1052
- style: (props.preview ?? "left") == "full" ? {
1053
- backgroundColor: `${store.value}`,
1054
- color: getBrightness(hexNumberToRgb(hexStringToNumber(store.value))) > 0.5 ? "black" : "white"
1055
- } : {},
1056
- get color() {
1057
- return props.color ?? "gray";
1058
- },
1059
- onInput$: /* @__PURE__ */ qwik.inlinedQrl((e, el) => {
1060
- const [setColor2] = qwik.useLexicalScope();
1061
- setColor2(el.value);
1062
- }, "ColorPicker_component_div_div_div_TextInputRaw_onInput_tZr31WTZETw", [
1063
- setColor
1064
- ]),
1065
- [qwik._IMMUTABLE]: {
1066
- class: qwik._fnSignal((p0) => ({
1067
- "w-full": true,
1068
- "border-t-0 rounded-t-none": (p0.preview ?? "left") == "top",
1069
- "border-b-0 rounded-b-none": (p0.preview ?? "left") == "bottom"
1070
- }), [
1071
- props
1072
- ], '{"w-full":true,"border-t-0 rounded-t-none":(p0.preview??"left")=="top","border-b-0 rounded-b-none":(p0.preview??"left")=="bottom"}'),
1073
- value: qwik._fnSignal((p0) => p0.value, [
1074
- store
1075
- ], "p0.value"),
1076
- color: qwik._fnSignal((p0) => p0.color ?? "gray", [
1077
- props
1078
- ], 'p0.color??"gray"'),
1079
- onInput$: qwik._IMMUTABLE
1080
- }
1081
- }, 3, "sj_1")
1082
- ], 1, "sj_2"),
1083
- (props.colors ?? [
1084
- "#FAEDCB",
1085
- "#C9E4DE",
1086
- "#C6DEF1",
1087
- "#DBCDF0",
1088
- "#F2C6DE",
1089
- "#FCD05C",
1090
- "#5FE2C5",
1091
- "#4498DB",
1092
- "#9863E7",
1093
- "#E43A96",
1094
- "#000000",
1095
- "#555555",
1096
- "#AAAAAA",
1097
- "#FFFFFF"
1098
- ]).map((color, i) => {
1099
- return /* @__PURE__ */ qwik._jsxQ("button", {
1100
- style: {
1101
- background: color,
1102
- outline: color === store.value ? "2px solid #ffffffaa" : void 0
1103
- },
1104
- onClick$: /* @__PURE__ */ qwik.inlinedQrl(() => {
1105
- const [color2, setColor2] = qwik.useLexicalScope();
1106
- setColor2(color2);
1107
- }, "ColorPicker_component_div_div_button_onClick_Ta02Z5rle88", [
1108
- color,
1109
- setColor
1110
- ])
1111
- }, {
1112
- class: {
1113
- "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
1114
- }
1115
- }, null, 2, i);
1116
- }),
1117
- /* @__PURE__ */ qwik._jsxQ("button", null, {
1118
- class: "w-[1.6rem] h-[1.6rem] border border-gray-700 rounded-md hover:scale-110 motion-safe:transition-all",
1119
- onClick$: /* @__PURE__ */ qwik.inlinedQrl(() => {
1120
- const [setColor2] = qwik.useLexicalScope();
1121
- const color = `#${Math.floor(Math.random() * 16777215).toString(16)}`;
1122
- setColor2(color);
1123
- }, "ColorPicker_component_div_div_button_onClick_1_f6gYSNc77Ik", [
1124
- setColor
1125
- ])
1126
- }, /* @__PURE__ */ qwik._jsxC(Shuffle, {
1127
- class: "fill-current text-gray-300 pl-0.5 p-0.5",
1128
- [qwik._IMMUTABLE]: {
1129
- class: qwik._IMMUTABLE
1130
- }
1131
- }, 3, "sj_3"), 1, null)
1132
- ], 1, null)
1133
- ], 1, "sj_4");
1134
- }, "ColorPicker_component_D1OSB6ycLrI"));
1135
- const ChevronDown = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1136
- return /* @__PURE__ */ qwik._jsxS("svg", {
1137
- xmlns: "http://www.w3.org/2000/svg",
1138
- viewBox: "0 0 512 512",
1139
- ...props,
1140
- get height() {
1141
- return props.width;
1142
- },
1143
- children: /* @__PURE__ */ qwik._jsxQ("path", null, {
1144
- fill: "none",
1145
- stroke: "currentColor",
1146
- "stroke-linecap": "round",
1147
- "stroke-linejoin": "round",
1148
- "stroke-width": "48",
1149
- d: "M112 184l144 144 144-144"
1150
- }, null, 3, null)
1151
- }, {
1152
- xmlns: qwik._IMMUTABLE,
1153
- viewBox: qwik._IMMUTABLE,
1154
- height: qwik._fnSignal((p0) => p0.width, [
1155
- props
1156
- ], "p0.width")
1157
- }, 0, "rN_0");
1158
- }, "ChevronDown_component_V0linof0cMQ"));
1159
- const Dropdown = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1160
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
1161
- class: "flex flex-col"
1162
- }, [
1163
- /* @__PURE__ */ qwik._jsxQ("label", null, {
1164
- for: qwik._fnSignal((p0) => p0.id, [
1165
- props
1166
- ], "p0.id"),
1167
- class: "text-gray-300 pb-1 select-none"
1168
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "Zz_0"), 1, null),
1169
- /* @__PURE__ */ qwik._jsxC(DropdownRaw, {
1170
- ...props
1171
- }, 0, "Zz_1")
1172
- ], 1, "Zz_2");
1173
- }, "Dropdown_component_B5UM3uiu2TE"));
1174
- const DropdownRaw = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1175
- const props1 = qwik._restProps(props, [
1176
- "id",
1177
- "values",
1178
- "class",
1179
- "display",
1180
- "color",
1181
- "round",
1182
- "transparent",
1183
- "size",
1184
- "hover"
1185
- ]);
1186
- const store = qwik.useStore({
1187
- opened: false,
1188
- value: props1.value
1189
- });
1190
- qwik.useStylesQrl(/* @__PURE__ */ qwik.inlinedQrl(`
1191
- .lui-scroll {
1192
- scroll-behavior: smooth;
1193
- }
1194
- .lui-scroll::-webkit-scrollbar {
1195
- appearance: none;
1196
- -webkit-appearance: none;
1197
- width: 8px;
1198
- height: 8px;
1199
- }
1200
- .lui-scroll::-webkit-scrollbar-track {
1201
- background-color: transparent;
1202
- }
1203
- .lui-scroll::-webkit-scrollbar-thumb {
1204
- background-color: #ffffff20;
1205
- border: 1px solid #ffffff20;
1206
- border-radius: 3px;
1207
- }
1208
- .lui-scroll::-webkit-scrollbar-corner {
1209
- background-color: transparent;
1210
- }
1211
- `, "DropdownRaw_component_useStyles_UFDvrln9Bfk"));
1212
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
1213
- class: qwik._fnSignal((p0) => ({
1214
- "relative touch-manipulation": true,
1215
- "group": p0.hover
1216
- }), [
1217
- props
1218
- ], '{"relative touch-manipulation":true,"group":p0.hover}')
1219
- }, [
1220
- props.values && /* @__PURE__ */ qwik._jsxS("select", {
1221
- ...props1,
1222
- get id() {
1223
- return props.id;
1224
- },
1225
- class: {
1226
- "hidden": true
1227
- },
1228
- children: props.values.map((value, i) => {
1229
- return /* @__PURE__ */ qwik._jsxQ("option", {
1230
- value: qwik._wrapSignal(value, "value")
1231
- }, null, `${value.value}`, 1, i);
1232
- })
1233
- }, {
1234
- id: qwik._fnSignal((p0) => p0.id, [
1235
- props
1236
- ], "p0.id"),
1237
- class: qwik._IMMUTABLE
1238
- }, 0, "Zz_3"),
1239
- /* @__PURE__ */ qwik._jsxC(Button, {
1240
- get round() {
1241
- return props.round;
1242
- },
1243
- get color() {
1244
- return props.color;
1245
- },
1246
- get transparent() {
1247
- return props.transparent;
1248
- },
1249
- get size() {
1250
- return props.size ?? "sm";
1251
- },
1252
- get class() {
1253
- return {
1254
- "flex": true,
1255
- ...props.class
1256
- };
1257
- },
1258
- onClick$: /* @__PURE__ */ qwik.inlinedQrl(() => {
1259
- const [store2] = qwik.useLexicalScope();
1260
- store2.opened = !store2.opened;
1261
- }, "DropdownRaw_component_div_Button_onClick_d8M33E0JtyQ", [
1262
- store
1263
- ]),
1264
- children: [
1265
- qwik._fnSignal((p0) => p0.display, [
1266
- props
1267
- ], "p0.display"),
1268
- !props.display && props.values && /* @__PURE__ */ qwik._jsxQ("span", null, {
1269
- id: qwik._fnSignal((p0) => `lui-${p0.id}-name`, [
1270
- props
1271
- ], "`lui-${p0.id}-name`"),
1272
- class: "flex-1 text-left"
1273
- }, props.values.find((value) => value.value.toString() === store.value)?.name ?? props.values[0].name, 1, "Zz_4"),
1274
- /* @__PURE__ */ qwik._jsxC(ChevronDown, {
1275
- width: 16,
1276
- get class() {
1277
- return {
1278
- "motion-safe:transition-all duration-200": true,
1279
- "transform rotate-180": store.opened,
1280
- "group-hover:transform group-hover:rotate-180": props.hover
1281
- };
1282
- },
1283
- [qwik._IMMUTABLE]: {
1284
- width: qwik._IMMUTABLE,
1285
- class: qwik._fnSignal((p0, p1) => ({
1286
- "motion-safe:transition-all duration-200": true,
1287
- "transform rotate-180": p1.opened,
1288
- "group-hover:transform group-hover:rotate-180": p0.hover
1289
- }), [
1290
- props,
1291
- store
1292
- ], '{"motion-safe:transition-all duration-200":true,"transform rotate-180":p1.opened,"group-hover:transform group-hover:rotate-180":p0.hover}')
1293
- }
1294
- }, 3, "Zz_5")
1295
- ],
1296
- [qwik._IMMUTABLE]: {
1297
- round: qwik._fnSignal((p0) => p0.round, [
1298
- props
1299
- ], "p0.round"),
1300
- color: qwik._fnSignal((p0) => p0.color, [
1301
- props
1302
- ], "p0.color"),
1303
- transparent: qwik._fnSignal((p0) => p0.transparent, [
1304
- props
1305
- ], "p0.transparent"),
1306
- size: qwik._fnSignal((p0) => p0.size ?? "sm", [
1307
- props
1308
- ], 'p0.size??"sm"'),
1309
- class: qwik._fnSignal((p0) => ({
1310
- "flex": true,
1311
- ...p0.class
1312
- }), [
1313
- props
1314
- ], '{"flex":true,...p0.class}'),
1315
- onClick$: qwik._IMMUTABLE
1316
- }
1317
- }, 1, "Zz_6"),
1318
- /* @__PURE__ */ qwik._jsxQ("div", {
1319
- class: {
1320
- "transition-all absolute top-full pt-2 left-0 z-[1000] ": true,
1321
- "opacity-0 scale-95 pointer-events-none": !store.opened,
1322
- "group-hover:pointer-events-auto group-hover:opacity-100 group-hover:scale-100": props.hover
1323
- }
1324
- }, null, /* @__PURE__ */ qwik._jsxQ("div", {
1325
- class: {
1326
- "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,
1327
- "rounded-lg": !props.round,
1328
- "rounded-3xl": props.round
1329
- }
1330
- }, {
1331
- id: qwik._fnSignal((p0) => `lui-${p0.id}-opts`, [
1332
- props
1333
- ], "`lui-${p0.id}-opts`")
1334
- }, [
1335
- props.values?.map(({ name, value, color: valueColor }, i) => {
1336
- return /* @__PURE__ */ qwik._jsxC(Button, {
1337
- get round() {
1338
- return props.round;
1339
- },
1340
- color: valueColor ?? props.color,
1341
- transparent: true,
1342
- get size() {
1343
- return props.size ?? "sm";
1344
- },
1345
- onClick$: /* @__PURE__ */ qwik.inlinedQrl(() => {
1346
- const [props2, store2, value2] = qwik.useLexicalScope();
1347
- store2.opened = false;
1348
- const select = document.getElementById(props2.id);
1349
- if (select) {
1350
- select.value = value2.toString();
1351
- select.dispatchEvent(new Event("change"));
1352
- }
1353
- store2.value = value2.toString();
1354
- }, "DropdownRaw_component_div_div_div_Button_onClick_hpDCLiNtewg", [
1355
- props,
1356
- store,
1357
- value
1358
- ]),
1359
- children: name,
1360
- [qwik._IMMUTABLE]: {
1361
- round: qwik._fnSignal((p0) => p0.round, [
1362
- props
1363
- ], "p0.round"),
1364
- transparent: qwik._IMMUTABLE,
1365
- size: qwik._fnSignal((p0) => p0.size ?? "sm", [
1366
- props
1367
- ], 'p0.size??"sm"')
1368
- }
1369
- }, 1, i);
1370
- }),
1371
- /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
1372
- name: "extra-buttons",
1373
- [qwik._IMMUTABLE]: {
1374
- name: qwik._IMMUTABLE
1375
- }
1376
- }, 3, "Zz_7")
1377
- ], 1, null), 1, null)
1378
- ], 1, "Zz_8");
1379
- }, "DropdownRaw_component_Hj5Qd2ULo0U"));
1380
- const LoadingIcon = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1381
- const props1 = qwik._restProps(props, [
1382
- "width",
1383
- "speed"
1384
- ]);
1385
- return /* @__PURE__ */ qwik._jsxS("div", {
1386
- ...props1,
1387
- get style() {
1388
- return {
1389
- borderWidth: props.width / 8,
1390
- width: props.width,
1391
- height: props.width,
1392
- animation: `spin ${props.speed ?? "0.6s"} ease-in-out infinite`
1393
- };
1394
- },
1395
- class: {
1396
- "animate-spin rounded-full border-transparent border-l-current border-t-current": true,
1397
- ...props1.class
1398
- }
1399
- }, {
1400
- style: qwik._fnSignal((p0) => ({
1401
- borderWidth: p0.width / 8,
1402
- width: p0.width,
1403
- height: p0.width,
1404
- animation: `spin ${p0.speed ?? "0.6s"} ease-in-out infinite`
1405
- }), [
1406
- props
1407
- ], '{borderWidth:p0.width/8,width:p0.width,height:p0.width,animation:`spin ${p0.speed??"0.6s"} ease-in-out infinite`}')
1408
- }, 0, "1A_0");
1409
- }, "LoadingIcon_component_QMsA9D0RcAM"));
1410
- const Link = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1411
- return /* @__PURE__ */ qwik._jsxS("svg", {
1412
- xmlns: "http://www.w3.org/2000/svg",
1413
- viewBox: "0 0 512 512",
1414
- ...props,
1415
- get height() {
1416
- return props.width;
1417
- },
1418
- children: /* @__PURE__ */ qwik._jsxQ("path", null, {
1419
- d: "M208 352h-64a96 96 0 010-192h64M304 160h64a96 96 0 010 192h-64M163.29 256h187.42",
1420
- fill: "none",
1421
- stroke: "currentColor",
1422
- "stroke-linecap": "round",
1423
- "stroke-linejoin": "round",
1424
- "stroke-width": "36"
1425
- }, null, 3, null)
1426
- }, {
1427
- xmlns: qwik._IMMUTABLE,
1428
- viewBox: qwik._IMMUTABLE,
1429
- height: qwik._fnSignal((p0) => p0.width, [
1430
- props
1431
- ], "p0.width")
1432
- }, 0, "jn_0");
1433
- }, "Link_component_qTbVd8bIKcc"));
1434
- const Header = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1435
- qwik._jsxBranch();
1436
- const props1 = qwik._restProps(props, [
1437
- "id",
1438
- "anchor",
1439
- "loading",
1440
- "subheader"
1441
- ]);
1442
- let Component = /* @__PURE__ */ qwik._jsxC(jsxRuntime.Fragment, {
1443
- children: /* @__PURE__ */ qwik._jsxQ("h2", {
1444
- class: {
1445
- "flex gap-2 group items-center font-bold text-xl sm:text-2xl whitespace-nowrap text-white": true,
1446
- ...props1.class
1447
- }
1448
- }, null, [
1449
- /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "dL_0"),
1450
- props.id && /* @__PURE__ */ qwik._jsxC(Anchor, {
1451
- get id() {
1452
- return props.id;
1453
- },
1454
- [qwik._IMMUTABLE]: {
1455
- id: qwik._fnSignal((p0) => p0.id, [
1456
- props
1457
- ], "p0.id")
1458
- }
1459
- }, 3, "dL_1"),
1460
- props.anchor && props.id && /* @__PURE__ */ qwik._jsxQ("a", null, {
1461
- href: qwik._fnSignal((p0) => `#${p0.id}`, [
1462
- props
1463
- ], "`#${p0.id}`"),
1464
- onClick$: /* @__PURE__ */ qwik.inlinedQrl(() => {
1465
- navigator.clipboard.writeText(window.location.href);
1466
- }, "Header_component_Component__Fragment_h2_a_onClick_rVkO8eotENE")
1467
- }, /* @__PURE__ */ qwik._jsxC(Link, {
1468
- class: "transition-all opacity-10 group-hover:opacity-100 active:scale-75",
1469
- width: 24,
1470
- [qwik._IMMUTABLE]: {
1471
- class: qwik._IMMUTABLE,
1472
- width: qwik._IMMUTABLE
1473
- }
1474
- }, 3, "dL_2"), 1, "dL_3")
1475
- ], 1, null)
1476
- }, 1, "dL_4");
1477
- if (props.subheader)
1478
- Component = /* @__PURE__ */ qwik._jsxQ("div", null, {
1479
- class: "flex flex-col gap-1"
1480
- }, [
1481
- Component,
1482
- /* @__PURE__ */ qwik._jsxQ("h3", null, {
1483
- class: "flex items-center text-gray-400 text-sm"
1484
- }, qwik._fnSignal((p0) => p0.subheader, [
1485
- props
1486
- ], "p0.subheader"), 3, null)
1487
- ], 1, "dL_5");
1488
- if (props.loading !== void 0)
1489
- Component = /* @__PURE__ */ qwik._jsxQ("div", null, {
1490
- class: "flex"
1491
- }, [
1492
- Component,
1493
- /* @__PURE__ */ qwik._jsxQ("div", null, {
1494
- class: qwik._fnSignal((p0) => ({
1495
- "motion-safe:transition-all duration-200": true,
1496
- "opacity-0": !p0.loading,
1497
- "opacity-100": p0.loading
1498
- }), [
1499
- props
1500
- ], '{"motion-safe:transition-all duration-200":true,"opacity-0":!p0.loading,"opacity-100":p0.loading}')
1501
- }, /* @__PURE__ */ qwik._jsxC(LoadingIcon, {
1502
- width: 24,
1503
- [qwik._IMMUTABLE]: {
1504
- width: qwik._IMMUTABLE
1505
- }
1506
- }, 3, "dL_6"), 1, null)
1507
- ], 1, "dL_7");
1508
- return Component;
1509
- }, "Header_component_FfGOhhBNG5k"));
1510
- const navColorClasses = {
1511
- slate: "bg-slate-700/50 border-slate-600/50",
1512
- gray: "bg-gray-700/50 border-gray-600/50",
1513
- darkgray: "bg-gray-800/50 border-gray-700/50",
1514
- darkergray: "bg-gray-900/50 border-gray-800/50",
1515
- zinc: "bg-zinc-700/50 border-zinc-600/50",
1516
- neutral: "bg-neutral-700/50 border-neutral-600/50",
1517
- stone: "bg-stone-700/50 border-stone-600/50",
1518
- red: "bg-red-700/50 border-red-600/50",
1519
- orange: "bg-orange-700/50 border-orange-600/50",
1520
- amber: "bg-amber-700/50 border-amber-600/50",
1521
- yellow: "bg-yellow-700/50 border-yellow-600/50",
1522
- lime: "bg-lime-700/50 border-lime-600/50",
1523
- green: "bg-green-700/50 border-green-600/50",
1524
- emerald: "bg-emerald-700/50 border-emerald-600/50",
1525
- teal: "bg-teal-700/50 border-teal-600/50",
1526
- cyan: "bg-cyan-700/50 border-cyan-600/50",
1527
- sky: "bg-sky-700/50 border-sky-600/50",
1528
- blue: "bg-blue-700/50 border-blue-600/50",
1529
- indigo: "bg-indigo-700/50 border-indigo-600/50",
1530
- violet: "bg-violet-700/50 border-violet-600/50",
1531
- purple: "bg-purple-700/50 border-purple-600/50",
1532
- fuchsia: "bg-fuchsia-700/50 border-fuchsia-600/50",
1533
- pink: "bg-pink-700/50 border-pink-600/50",
1534
- rose: "bg-rose-700/50 border-rose-600/50",
1535
- transparent: "bg-transparent border-transparent"
1536
- };
1537
- const Nav = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1538
- const props1 = qwik._restProps(props, [
1539
- "fixed",
1540
- "floating",
1541
- "color"
1542
- ]);
1543
- const menu = qwik.useSignal(false);
1544
- return /* @__PURE__ */ qwik._jsxS("nav", {
1545
- ...props1,
1546
- class: {
1547
- "motion-safe:transition-all duration-200 flex flex-col top-0 left-0 w-full z-50": true,
1548
- "fixed": props.fixed,
1549
- "absolute": !props.fixed,
1550
- ...props1.class
1551
- },
1552
- children: [
1553
- /* @__PURE__ */ qwik._jsxQ("div", {
1554
- class: {
1555
- "sm:hidden motion-safe:transition-all flex flex-col px-2 items-center absolute w-full top-full": true,
1556
- "mt-2": menu.value,
1557
- "opacity-0 pointer-events-none": !menu.value,
1558
- "before:backdrop-blur-lg": props.color !== "transparent",
1559
- 'before:absolute before:content-[""] before:w-full before:h-full before:drop-shadow-xl before:-z-10 before:rounded-lg': true
1560
- }
1561
- }, null, /* @__PURE__ */ qwik._jsxQ("div", {
1562
- class: {
1563
- [navColorClasses[props.color ?? "darkgray"]]: true,
1564
- "flex flex-col gap-2 motion-safe:transition-all max-w-7xl w-full px-2 py-4 border rounded-lg": true
1565
- }
1566
- }, null, /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
1567
- name: "mobile",
1568
- [qwik._IMMUTABLE]: {
1569
- name: qwik._IMMUTABLE
1570
- }
1571
- }, 3, "8r_0"), 1, null), 1, null),
1572
- /* @__PURE__ */ qwik._jsxQ("div", {
1573
- class: {
1574
- [navColorClasses[props.color ?? "darkgray"]]: !props.floating,
1575
- "border-b": !props.floating,
1576
- "before:backdrop-blur-lg": props.color !== "transparent" && !props.floating,
1577
- 'before:absolute before:content-[""] before:w-full before:h-full before:drop-shadow-xl before:-z-10': !props.floating,
1578
- "relative mt-2 mx-2": props.floating
1579
- }
1580
- }, null, /* @__PURE__ */ qwik._jsxQ("div", {
1581
- class: {
1582
- "flex justify-evenly w-full mx-auto px-2 max-w-7xl": true,
1583
- [navColorClasses[props.color ?? "darkgray"]]: props.floating,
1584
- "border rounded-lg": props.floating,
1585
- "before:backdrop-blur-lg": props.color !== "transparent" && props.floating,
1586
- '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
1587
- }
1588
- }, null, [
1589
- /* @__PURE__ */ qwik._jsxQ("div", null, {
1590
- class: "flex items-center flex-1 gap-2 py-2 justify-start"
1591
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
1592
- name: "start",
1593
- [qwik._IMMUTABLE]: {
1594
- name: qwik._IMMUTABLE
1595
- }
1596
- }, 3, "8r_1"), 1, null),
1597
- /* @__PURE__ */ qwik._jsxQ("div", null, {
1598
- class: "flex items-center flex-1 gap-2 py-2 justify-center"
1599
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
1600
- name: "center",
1601
- [qwik._IMMUTABLE]: {
1602
- name: qwik._IMMUTABLE
1603
- }
1604
- }, 3, "8r_2"), 1, null),
1605
- /* @__PURE__ */ qwik._jsxQ("div", null, {
1606
- class: "flex items-center flex-1 gap-2 py-2 justify-end"
1607
- }, [
1608
- /* @__PURE__ */ qwik._jsxC(qwik.Slot, {
1609
- name: "end",
1610
- [qwik._IMMUTABLE]: {
1611
- name: qwik._IMMUTABLE
1612
- }
1613
- }, 3, "8r_3"),
1614
- /* @__PURE__ */ qwik._jsxC(Button, {
1615
- transparent: true,
1616
- square: true,
1617
- class: {
1618
- "sm:hidden": true
1619
- },
1620
- onClick$: /* @__PURE__ */ qwik.inlinedQrl(() => {
1621
- const [menu2] = qwik.useLexicalScope();
1622
- return menu2.value = !menu2.value;
1623
- }, "Nav_component_nav_div_div_div_Button_onClick_J0TKJTxh4N4", [
1624
- menu
1625
- ]),
1626
- children: /* @__PURE__ */ qwik._jsxQ("svg", null, {
1627
- class: "w-6 h-6",
1628
- fill: "none",
1629
- stroke: "currentColor",
1630
- viewBox: "0 0 24 24",
1631
- xmlns: "http://www.w3.org/2000/svg"
1632
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
1633
- "stroke-linecap": "round",
1634
- "stroke-linejoin": "round",
1635
- "stroke-width": "2",
1636
- d: "M4 6h16M4 12h16m-7 6h7"
1637
- }, null, 3, null), 3, null),
1638
- [qwik._IMMUTABLE]: {
1639
- transparent: qwik._IMMUTABLE,
1640
- square: qwik._IMMUTABLE,
1641
- class: qwik._IMMUTABLE,
1642
- onClick$: qwik._IMMUTABLE
1643
- }
1644
- }, 3, "8r_4")
1645
- ], 1, null)
1646
- ], 1, null), 1, null)
1647
- ]
1648
- }, null, 0, "8r_5");
1649
- }, "Nav_component_ZePSmw9628k"));
1650
- const Plus = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1651
- return /* @__PURE__ */ qwik._jsxS("svg", {
1652
- xmlns: "http://www.w3.org/2000/svg",
1653
- viewBox: "0 0 512 512",
1654
- ...props,
1655
- get height() {
1656
- return props.width;
1657
- },
1658
- children: /* @__PURE__ */ qwik._jsxQ("path", null, {
1659
- fill: "none",
1660
- stroke: "currentColor",
1661
- "stroke-linecap": "round",
1662
- "stroke-linejoin": "round",
1663
- "stroke-width": "32",
1664
- d: "M256 112v288M400 256H112"
1665
- }, null, 3, null)
1666
- }, {
1667
- xmlns: qwik._IMMUTABLE,
1668
- viewBox: qwik._IMMUTABLE,
1669
- height: qwik._fnSignal((p0) => p0.width, [
1670
- props
1671
- ], "p0.width")
1672
- }, 0, "qR_0");
1673
- }, "Plus_component_a7LdBXNrC2w"));
1674
- const Minus = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1675
- return /* @__PURE__ */ qwik._jsxS("svg", {
1676
- xmlns: "http://www.w3.org/2000/svg",
1677
- viewBox: "0 0 512 512",
1678
- ...props,
1679
- get height() {
1680
- return props.width;
1681
- },
1682
- children: /* @__PURE__ */ qwik._jsxQ("path", null, {
1683
- fill: "none",
1684
- stroke: "currentColor",
1685
- "stroke-linecap": "round",
1686
- "stroke-linejoin": "round",
1687
- "stroke-width": "32",
1688
- d: "M400 256H112"
1689
- }, null, 3, null)
1690
- }, {
1691
- xmlns: qwik._IMMUTABLE,
1692
- viewBox: qwik._IMMUTABLE,
1693
- height: qwik._fnSignal((p0) => p0.width, [
1694
- props
1695
- ], "p0.width")
1696
- }, 0, "0g_0");
1697
- }, "Minus_component_oP9l58XNP1Q"));
1698
- const NumberInput = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1699
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
1700
- class: "flex flex-col"
1701
- }, [
1702
- /* @__PURE__ */ qwik._jsxQ("label", null, {
1703
- for: qwik._fnSignal((p0) => p0.id, [
1704
- props
1705
- ], "p0.id"),
1706
- class: "text-gray-300 pb-1 select-none"
1707
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "gk_0"), 1, null),
1708
- /* @__PURE__ */ qwik._jsxC(NumberInputRaw, {
1709
- ...props,
1710
- children: void 0
1711
- }, 0, "gk_1")
1712
- ], 1, "gk_2");
1713
- }, "NumberInput_component_1NmuE0VG00M"));
1714
- const NumberInputRaw = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1715
- const props1 = qwik._restProps(props, [
1716
- "input",
1717
- "color",
1718
- "onDecrement$",
1719
- "onIncrement$",
1720
- "value",
1721
- "step"
1722
- ]);
1723
- qwik.useStylesQrl(/* @__PURE__ */ qwik.inlinedQrl(`
1724
- input::-webkit-outer-spin-button,
1725
- input::-webkit-inner-spin-button {
1726
- -webkit-appearance: none;
1727
- margin: 0;
1728
- }
1729
- input[type=number] {
1730
- -moz-appearance: textfield;
1731
- }
1732
- `, "NumberInputRaw_component_useStyles_v5EsWTMt0DU"));
1733
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
1734
- class: qwik._fnSignal((p0) => ({
1735
- "flex text-gray-50 touch-manipulation": true,
1736
- "gap-2": !p0.input
1737
- }), [
1738
- props
1739
- ], '{"flex text-gray-50 touch-manipulation":true,"gap-2":!p0.input}')
1740
- }, [
1741
- /* @__PURE__ */ qwik._jsxC(Button, {
1742
- size: "sm",
1743
- get color() {
1744
- return (props.color ?? "darkgray") == "darkgray" || (props.color ?? "darkgray") == "transparent" ? props.input ? "gray" : "darkgray" : props.color ?? "darkgray";
1745
- },
1746
- get transparent() {
1747
- return (props.color ?? "darkgray") == "transparent";
1748
- },
1749
- "data-action": "decrement",
1750
- "aria-label": "Decrement",
1751
- disabled: props1.min ? (props.value ?? 0) <= props1.min : false,
1752
- onClick$: props.input ? /* @__PURE__ */ qwik.inlinedQrl((event, element) => {
1753
- const [props2] = qwik.useLexicalScope();
1754
- const siblingInput = element.nextElementSibling;
1755
- siblingInput.stepDown();
1756
- props2.onDecrement$(event, element, siblingInput);
1757
- }, "NumberInputRaw_component_div_Button_onClick_PgKg57gfX0I", [
1758
- props
1759
- ]) : props.onDecrement$,
1760
- get class() {
1761
- return {
1762
- "mr-2": props.input
1763
- };
1764
- },
1765
- children: /* @__PURE__ */ qwik._jsxC(Minus, {
1766
- width: "24",
1767
- class: "fill-current",
1768
- [qwik._IMMUTABLE]: {
1769
- width: qwik._IMMUTABLE,
1770
- class: qwik._IMMUTABLE
1771
- }
1772
- }, 3, "gk_3"),
1773
- [qwik._IMMUTABLE]: {
1774
- size: qwik._IMMUTABLE,
1775
- color: qwik._fnSignal((p0) => (p0.color ?? "darkgray") == "darkgray" || (p0.color ?? "darkgray") == "transparent" ? p0.input ? "gray" : "darkgray" : p0.color ?? "darkgray", [
1776
- props
1777
- ], '(p0.color??"darkgray")=="darkgray"||(p0.color??"darkgray")=="transparent"?p0.input?"gray":"darkgray":p0.color??"darkgray"'),
1778
- transparent: qwik._fnSignal((p0) => (p0.color ?? "darkgray") == "transparent", [
1779
- props
1780
- ], '(p0.color??"darkgray")=="transparent"'),
1781
- "data-action": qwik._IMMUTABLE,
1782
- "aria-label": qwik._IMMUTABLE,
1783
- class: qwik._fnSignal((p0) => ({
1784
- "mr-2": p0.input
1785
- }), [
1786
- props
1787
- ], '{"mr-2":p0.input}')
1788
- }
1789
- }, 0, "gk_4"),
1790
- props.input && /* @__PURE__ */ qwik._jsxS("input", {
1791
- ...props1,
1792
- type: "number",
1793
- get value() {
1794
- return props.value ?? 0;
1795
- },
1796
- get step() {
1797
- return props.step ?? 1;
1798
- },
1799
- class: {
1800
- [InputClasses]: true,
1801
- [InputColorClasses[props.color ?? "darkgray"]]: true,
1802
- "text-center": true,
1803
- ...props1.class
1804
- }
1805
- }, {
1806
- type: qwik._IMMUTABLE,
1807
- value: qwik._fnSignal((p0) => p0.value ?? 0, [
1808
- props
1809
- ], "p0.value??0"),
1810
- step: qwik._fnSignal((p0) => p0.step ?? 1, [
1811
- props
1812
- ], "p0.step??1")
1813
- }, 0, "gk_5"),
1814
- /* @__PURE__ */ qwik._jsxC(Button, {
1815
- size: "sm",
1816
- get color() {
1817
- return (props.color ?? "darkgray") == "darkgray" || (props.color ?? "darkgray") == "transparent" ? props.input ? "gray" : "darkgray" : props.color ?? "darkgray";
1818
- },
1819
- get transparent() {
1820
- return (props.color ?? "darkgray") == "transparent";
1821
- },
1822
- "data-action": "increment",
1823
- "aria-label": "Increment",
1824
- disabled: props1.max ? (props.value ?? 0) >= props1.max : false,
1825
- onClick$: props.input ? /* @__PURE__ */ qwik.inlinedQrl((event, element) => {
1826
- const [props2] = qwik.useLexicalScope();
1827
- const siblingInput = element.previousElementSibling;
1828
- siblingInput.stepUp();
1829
- props2.onIncrement$(event, element, siblingInput);
1830
- }, "NumberInputRaw_component_div_Button_onClick_1_UzVlUpg1uGs", [
1831
- props
1832
- ]) : props.onIncrement$,
1833
- get class() {
1834
- return {
1835
- "ml-2": props.input
1836
- };
1837
- },
1838
- children: /* @__PURE__ */ qwik._jsxC(Plus, {
1839
- width: "24",
1840
- class: "fill-current",
1841
- [qwik._IMMUTABLE]: {
1842
- width: qwik._IMMUTABLE,
1843
- class: qwik._IMMUTABLE
1844
- }
1845
- }, 3, "gk_6"),
1846
- [qwik._IMMUTABLE]: {
1847
- size: qwik._IMMUTABLE,
1848
- color: qwik._fnSignal((p0) => (p0.color ?? "darkgray") == "darkgray" || (p0.color ?? "darkgray") == "transparent" ? p0.input ? "gray" : "darkgray" : p0.color ?? "darkgray", [
1849
- props
1850
- ], '(p0.color??"darkgray")=="darkgray"||(p0.color??"darkgray")=="transparent"?p0.input?"gray":"darkgray":p0.color??"darkgray"'),
1851
- transparent: qwik._fnSignal((p0) => (p0.color ?? "darkgray") == "transparent", [
1852
- props
1853
- ], '(p0.color??"darkgray")=="transparent"'),
1854
- "data-action": qwik._IMMUTABLE,
1855
- "aria-label": qwik._IMMUTABLE,
1856
- class: qwik._fnSignal((p0) => ({
1857
- "ml-2": p0.input
1858
- }), [
1859
- props
1860
- ], '{"ml-2":p0.input}')
1861
- }
1862
- }, 0, "gk_7")
1863
- ], 1, "gk_8");
1864
- }, "NumberInputRaw_component_8sGf0eS1rvo"));
1865
- const TextArea = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1866
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
1867
- class: "flex flex-col"
1868
- }, [
1869
- /* @__PURE__ */ qwik._jsxQ("label", null, {
1870
- for: qwik._fnSignal((p0) => p0.id, [
1871
- props
1872
- ], "p0.id"),
1873
- class: "text-gray-300 pb-1 select-none"
1874
- }, /* @__PURE__ */ qwik._jsxC(qwik.Slot, null, 3, "UP_0"), 1, null),
1875
- /* @__PURE__ */ qwik._jsxC(TextAreaRaw, {
1876
- ...props
1877
- }, 0, "UP_1")
1878
- ], 1, "UP_2");
1879
- }, "TextArea_component_rWDoQFL2c0g"));
1880
- const TextAreaRaw = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
1881
- const props1 = qwik._restProps(props, [
1882
- "color",
1883
- "output"
1884
- ]);
1885
- return /* @__PURE__ */ qwik._jsxC(jsxRuntime.Fragment, {
1886
- children: /* @__PURE__ */ qwik._jsxS("textarea", {
1887
- ...props1,
1888
- class: {
1889
- [InputClasses]: true,
1890
- [InputColorClasses[props.color ?? "darkgray"]]: true,
1891
- "h-32": true,
1892
- "cursor-pointer select-none": props.output,
1893
- ...props1.class
1894
- },
1895
- get readOnly() {
1896
- return props.output;
1897
- },
1898
- onClick$: props.output ? /* @__PURE__ */ qwik.inlinedQrl((event, element) => {
1899
- navigator.clipboard.writeText(element.value);
1900
- const notification = document.createElement("div");
1901
- notification.className = "fixed bottom-0 right-0 px-6 py-4 m-6 bg-green-600/50 border border-green-500 text-gray-50 rounded-md shadow-lg whitespace-nowrap backdrop-blur-xl";
1902
- notification.innerText = "Copied to clipboard!";
1903
- document.body.appendChild(notification);
1904
- setTimeout(() => {
1905
- notification.remove();
1906
- }, 1e3);
1907
- }, "TextAreaRaw_component__Fragment_textarea_onClick_YAQUkxxJ6Sg") : void 0
1908
- }, {
1909
- readOnly: qwik._fnSignal((p0) => p0.output, [
1910
- props
1911
- ], "p0.output")
1912
- }, 0, null)
1913
- }, 1, "UP_3");
1914
- }, "TextAreaRaw_component_PZiPScYxgNk"));
1915
- const toggleOnColorClasses = {
1916
- slate: {
1917
- checked: "peer-checked:bg-slate-600 peer-checked:border-slate-500 peer-checked:hover:bg-slate-500 peer-checked:active:bg-slate-400",
1918
- 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"
1919
- },
1920
- gray: {
1921
- checked: "peer-checked:bg-gray-600 peer-checked:border-gray-500 peer-checked:hover:bg-gray-500 peer-checked:active:bg-gray-400",
1922
- 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"
1923
- },
1924
- darkgray: {
1925
- checked: "peer-checked:bg-gray-700 peer-checked:border-gray-600 peer-checked:hover:bg-gray-600 peer-checked:active:bg-gray-500",
1926
- 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"
1927
- },
1928
- darkergray: {
1929
- checked: "peer-checked:bg-gray-800 peer-checked:border-gray-700 peer-checked:hover:bg-gray-700 peer-checked:active:bg-gray-600",
1930
- 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"
1931
- },
1932
- zinc: {
1933
- checked: "peer-checked:bg-zinc-600 peer-checked:border-zinc-500 peer-checked:hover:bg-zinc-500 peer-checked:active:bg-zinc-400",
1934
- 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"
1935
- },
1936
- neutral: {
1937
- checked: "peer-checked:bg-neutral-600 peer-checked:border-neutral-500 peer-checked:hover:bg-neutral-500 peer-checked:active:bg-neutral-400",
1938
- 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"
1939
- },
1940
- stone: {
1941
- checked: "peer-checked:bg-stone-600 peer-checked:border-stone-500 peer-checked:hover:bg-stone-500 peer-checked:active:bg-stone-400",
1942
- 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"
1943
- },
1944
- red: {
1945
- checked: "peer-checked:bg-red-600 peer-checked:border-red-500 peer-checked:hover:bg-red-500 peer-checked:active:bg-red-400",
1946
- 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"
1947
- },
1948
- orange: {
1949
- checked: "peer-checked:bg-orange-600 peer-checked:border-orange-500 peer-checked:hover:bg-orange-500 peer-checked:active:bg-orange-400",
1950
- 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"
1951
- },
1952
- amber: {
1953
- checked: "peer-checked:bg-amber-600 peer-checked:border-amber-500 peer-checked:hover:bg-amber-500 peer-checked:active:bg-amber-400",
1954
- 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"
1955
- },
1956
- yellow: {
1957
- checked: "peer-checked:bg-yellow-600 peer-checked:border-yellow-500 peer-checked:hover:bg-yellow-500 peer-checked:active:bg-yellow-400",
1958
- 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"
1959
- },
1960
- lime: {
1961
- checked: "peer-checked:bg-lime-600 peer-checked:border-lime-500 peer-checked:hover:bg-lime-500 peer-checked:active:bg-lime-400",
1962
- 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"
1963
- },
1964
- green: {
1965
- checked: "peer-checked:bg-green-600 peer-checked:border-green-500 peer-checked:hover:bg-green-500 peer-checked:active:bg-green-400",
1966
- 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"
1967
- },
1968
- emerald: {
1969
- checked: "peer-checked:bg-emerald-600 peer-checked:border-emerald-500 peer-checked:hover:bg-emerald-500 peer-checked:active:bg-emerald-400",
1970
- 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"
1971
- },
1972
- teal: {
1973
- checked: "peer-checked:bg-teal-600 peer-checked:border-teal-500 peer-checked:hover:bg-teal-500 peer-checked:active:bg-teal-400",
1974
- 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"
1975
- },
1976
- cyan: {
1977
- checked: "peer-checked:bg-cyan-600 peer-checked:border-cyan-500 peer-checked:hover:bg-cyan-500 peer-checked:active:bg-cyan-400",
1978
- 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"
1979
- },
1980
- sky: {
1981
- checked: "peer-checked:bg-sky-600 peer-checked:border-sky-500 peer-checked:hover:bg-sky-500 peer-checked:active:bg-sky-400",
1982
- 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"
1983
- },
1984
- blue: {
1985
- checked: "peer-checked:bg-blue-600 peer-checked:border-blue-500 peer-checked:hover:bg-blue-500 peer-checked:active:bg-blue-400",
1986
- 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"
1987
- },
1988
- indigo: {
1989
- checked: "peer-checked:bg-indigo-600 peer-checked:border-indigo-500 peer-checked:hover:bg-indigo-500 peer-checked:active:bg-indigo-400",
1990
- 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"
1991
- },
1992
- violet: {
1993
- checked: "peer-checked:bg-violet-600 peer-checked:border-violet-500 peer-checked:hover:bg-violet-500 peer-checked:active:bg-violet-400",
1994
- 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"
1995
- },
1996
- purple: {
1997
- checked: "peer-checked:bg-purple-600 peer-checked:border-purple-500 peer-checked:hover:bg-purple-500 peer-checked:active:bg-purple-400",
1998
- 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"
1999
- },
2000
- fuchsia: {
2001
- checked: "peer-checked:bg-fuchsia-600 peer-checked:border-fuchsia-500 peer-checked:hover:bg-fuchsia-500 peer-checked:active:bg-fuchsia-400",
2002
- 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"
2003
- },
2004
- pink: {
2005
- checked: "peer-checked:bg-pink-600 peer-checked:border-pink-500 peer-checked:hover:bg-pink-500 peer-checked:active:bg-pink-400",
2006
- 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"
2007
- },
2008
- rose: {
2009
- checked: "peer-checked:bg-rose-600 peer-checked:border-rose-500 peer-checked:hover:bg-rose-500 peer-checked:active:bg-rose-400",
2010
- 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"
2011
- }
2012
- };
2013
- const toggleOffColorClasses = {
2014
- slate: {
2015
- unchecked: "bg-slate-700 border-slate-600 hover:bg-slate-600 active:bg-slate-500",
2016
- uncheckedAfter: "after:bg-slate-600 after:border-slate-500 after:hover:bg-slate-500 after:active:bg-slate-400"
2017
- },
2018
- gray: {
2019
- unchecked: "bg-gray-700 border-gray-600 hover:bg-gray-600 active:bg-gray-500",
2020
- uncheckedAfter: "after:bg-gray-600 after:border-gray-500 after:hover:bg-gray-500 after:active:bg-gray-400"
2021
- },
2022
- darkgray: {
2023
- unchecked: "bg-gray-800 border-gray-700 hover:bg-gray-700 active:bg-gray-600",
2024
- uncheckedAfter: "after:bg-gray-700 after:border-gray-600 after:hover:bg-gray-600 after:active:bg-gray-500"
2025
- },
2026
- darkergray: {
2027
- unchecked: "bg-gray-900 border-gray-800 hover:bg-gray-800 active:bg-gray-700",
2028
- uncheckedAfter: "after:bg-gray-800 after:border-gray-700 after:hover:bg-gray-700 after:active:bg-gray-600"
2029
- },
2030
- zinc: {
2031
- unchecked: "bg-zinc-700 border-zinc-600 hover:bg-zinc-600 active:bg-zinc-500",
2032
- uncheckedAfter: "after:bg-zinc-600 after:border-zinc-500 after:hover:bg-zinc-500 after:active:bg-zinc-400"
2033
- },
2034
- neutral: {
2035
- unchecked: "bg-neutral-700 border-neutral-600 hover:bg-neutral-600 active:bg-neutral-500",
2036
- uncheckedAfter: "after:bg-neutral-600 after:border-neutral-500 after:hover:bg-neutral-500 after:active:bg-neutral-400"
2037
- },
2038
- stone: {
2039
- unchecked: "bg-stone-700 border-stone-600 hover:bg-stone-600 active:bg-stone-500",
2040
- uncheckedAfter: "after:bg-stone-600 after:border-stone-500 after:hover:bg-stone-500 after:active:bg-stone-400"
2041
- },
2042
- red: {
2043
- unchecked: "bg-red-700 border-red-600 hover:bg-red-600 active:bg-red-500",
2044
- uncheckedAfter: "after:bg-red-600 after:border-red-500 after:hover:bg-red-500 after:active:bg-red-400"
2045
- },
2046
- orange: {
2047
- unchecked: "bg-orange-700 border-orange-600 hover:bg-orange-600 active:bg-orange-500",
2048
- uncheckedAfter: "after:bg-orange-600 after:border-orange-500 after:hover:bg-orange-500 after:active:bg-orange-400"
2049
- },
2050
- amber: {
2051
- unchecked: "bg-amber-700 border-amber-600 hover:bg-amber-600 active:bg-amber-500",
2052
- uncheckedAfter: "after:bg-amber-600 after:border-amber-500 after:hover:bg-amber-500 after:active:bg-amber-400"
2053
- },
2054
- yellow: {
2055
- unchecked: "bg-yellow-700 border-yellow-600 hover:bg-yellow-600 active:bg-yellow-500",
2056
- uncheckedAfter: "after:bg-yellow-600 after:border-yellow-500 after:hover:bg-yellow-500 after:active:bg-yellow-400"
2057
- },
2058
- lime: {
2059
- unchecked: "bg-lime-700 border-lime-600 hover:bg-lime-600 active:bg-lime-500",
2060
- uncheckedAfter: "after:bg-lime-600 after:border-lime-500 after:hover:bg-lime-500 after:active:bg-lime-400"
2061
- },
2062
- green: {
2063
- unchecked: "bg-green-700 border-green-600 hover:bg-green-600 active:bg-green-500",
2064
- uncheckedAfter: "after:bg-green-600 after:border-green-500 after:hover:bg-green-500 after:active:bg-green-400"
2065
- },
2066
- emerald: {
2067
- unchecked: "bg-emerald-700 border-emerald-600 hover:bg-emerald-600 active:bg-emerald-500",
2068
- uncheckedAfter: "after:bg-emerald-600 after:border-emerald-500 after:hover:bg-emerald-500 after:active:bg-emerald-400"
2069
- },
2070
- teal: {
2071
- unchecked: "bg-teal-700 border-teal-600 hover:bg-teal-600 active:bg-teal-500",
2072
- uncheckedAfter: "after:bg-teal-600 after:border-teal-500 after:hover:bg-teal-500 after:active:bg-teal-400"
2073
- },
2074
- cyan: {
2075
- unchecked: "bg-cyan-700 border-cyan-600 hover:bg-cyan-600 active:bg-cyan-500",
2076
- uncheckedAfter: "after:bg-cyan-600 after:border-cyan-500 after:hover:bg-cyan-500 after:active:bg-cyan-400"
2077
- },
2078
- sky: {
2079
- unchecked: "bg-sky-700 border-sky-600 hover:bg-sky-600 active:bg-sky-500",
2080
- uncheckedAfter: "after:bg-sky-600 after:border-sky-500 after:hover:bg-sky-500 after:active:bg-sky-400"
2081
- },
2082
- blue: {
2083
- unchecked: "bg-blue-700 border-blue-600 hover:bg-blue-600 active:bg-blue-500",
2084
- uncheckedAfter: "after:bg-blue-600 after:border-blue-500 after:hover:bg-blue-500 after:active:bg-blue-400"
2085
- },
2086
- indigo: {
2087
- unchecked: "bg-indigo-700 border-indigo-600 hover:bg-indigo-600 active:bg-indigo-500",
2088
- uncheckedAfter: "after:bg-indigo-600 after:border-indigo-500 after:hover:bg-indigo-500 after:active:bg-indigo-400"
2089
- },
2090
- violet: {
2091
- unchecked: "bg-violet-700 border-violet-600 hover:bg-violet-600 active:bg-violet-500",
2092
- uncheckedAfter: "after:bg-violet-600 after:border-violet-500 after:hover:bg-violet-500 after:active:bg-violet-400"
2093
- },
2094
- purple: {
2095
- unchecked: "bg-purple-700 border-purple-600 hover:bg-purple-600 active:bg-purple-500",
2096
- uncheckedAfter: "after:bg-purple-600 after:border-purple-500 after:hover:bg-purple-500 after:active:bg-purple-400"
2097
- },
2098
- fuchsia: {
2099
- unchecked: "bg-fuchsia-700 border-fuchsia-600 hover:bg-fuchsia-600 active:bg-fuchsia-500",
2100
- uncheckedAfter: "after:bg-fuchsia-600 after:border-fuchsia-500 after:hover:bg-fuchsia-500 after:active:bg-fuchsia-400"
2101
- },
2102
- pink: {
2103
- unchecked: "bg-pink-700 border-pink-600 hover:bg-pink-600 active:bg-pink-500",
2104
- uncheckedAfter: "after:bg-pink-600 after:border-pink-500 after:hover:bg-pink-500 after:active:bg-pink-400"
2105
- },
2106
- rose: {
2107
- unchecked: "bg-rose-700 border-rose-600 hover:bg-rose-600 active:bg-rose-500",
2108
- uncheckedAfter: "after:bg-rose-600 after:border-rose-500 after:hover:bg-rose-500 after:active:bg-rose-400"
2109
- }
2110
- };
2111
- const Toggle = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2112
- const props1 = qwik._restProps(props, [
2113
- "checkbox",
2114
- "round",
2115
- "center",
2116
- "label",
2117
- "onColor",
2118
- "offColor"
2119
- ]);
2120
- return /* @__PURE__ */ qwik._jsxQ("div", null, {
2121
- class: qwik._fnSignal((p0) => ({
2122
- "flex gap-3 items-center touch-manipulation": true,
2123
- "justify-center": p0.center
2124
- }), [
2125
- props
2126
- ], '{"flex gap-3 items-center touch-manipulation":true,"justify-center":p0.center}')
2127
- }, [
2128
- /* @__PURE__ */ qwik._jsxQ("label", null, {
2129
- class: "inline-flex relative items-center cursor-pointer"
2130
- }, [
2131
- /* @__PURE__ */ qwik._jsxS("input", {
2132
- type: "checkbox",
2133
- ...props1,
2134
- class: {
2135
- "sr-only peer": true,
2136
- ...props1.class
2137
- }
2138
- }, {
2139
- type: qwik._IMMUTABLE
2140
- }, 0, null),
2141
- /* @__PURE__ */ qwik._jsxQ("div", {
2142
- class: {
2143
- "motion-safe:transition ease-in-out h-7 peer border hover:shadow-lg": true,
2144
- "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,
2145
- "rounded-md after:rounded-[0.2rem]": !props.round,
2146
- "rounded-full after:rounded-full": props.round,
2147
- "w-12 peer-checked:after:translate-x-full": !props.checkbox,
2148
- "w-7 after:opacity-0 peer-checked:after:opacity-100": props.checkbox,
2149
- [toggleOnColorClasses[props.onColor ?? "blue"].checked]: true,
2150
- [toggleOnColorClasses[props.onColor ?? "blue"].checkedAfter]: true,
2151
- [toggleOffColorClasses[props.offColor ?? "darkgray"].unchecked]: true,
2152
- [toggleOffColorClasses[props.offColor ?? "darkgray"].uncheckedAfter]: true
2153
- }
2154
- }, null, null, 3, null)
2155
- ], 1, null),
2156
- props.label && /* @__PURE__ */ qwik._jsxQ("label", {
2157
- for: qwik._wrapSignal(props1, "id")
2158
- }, {
2159
- class: "text-gray-300 flex gap-2 select-none"
2160
- }, qwik._fnSignal((p0) => p0.label, [
2161
- props
2162
- ], "p0.label"), 3, "yu_0")
2163
- ], 1, "yu_1");
2164
- }, "Toggle_component_ujuOvR082hY"));
2165
- const LogoBirdflop = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2166
- const props1 = qwik._restProps(props, [
2167
- "confused",
2168
- "fillGradient"
2169
- ]);
2170
- return /* @__PURE__ */ qwik._jsxS("svg", {
2171
- xmlns: "http://www.w3.org/2000/svg",
2172
- "xmlns:xlink": "http://www.w3.org/1999/xlink",
2173
- viewBox: "0 0 1080 1080",
2174
- ...props1,
2175
- get height() {
2176
- return props1.width;
2177
- },
2178
- height: qwik._wrapSignal(props1, "width"),
2179
- children: [
2180
- /* @__PURE__ */ qwik._jsxQ("defs", null, null, [
2181
- props.fillGradient && /* @__PURE__ */ qwik._jsxQ("linearGradient", null, {
2182
- id: "linear-gradient",
2183
- x1: "0.5",
2184
- x2: "0.5",
2185
- y2: "1",
2186
- gradientUnits: "objectBoundingBox"
2187
- }, props.fillGradient.map((color, i) => /* @__PURE__ */ qwik._jsxQ("stop", {
2188
- offset: i / (props.fillGradient.length - 1),
2189
- "stop-color": color
2190
- }, null, null, 3, i)), 1, "Ie_0"),
2191
- /* @__PURE__ */ qwik._jsxQ("clipPath", null, {
2192
- id: "clip-bf_3"
2193
- }, /* @__PURE__ */ qwik._jsxQ("rect", null, {
2194
- width: "1080",
2195
- height: "1080"
2196
- }, null, 3, null), 3, null)
2197
- ], 1, null),
2198
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2199
- id: "bf_3",
2200
- "data-name": "bf - 3",
2201
- "clip-path": "url(#clip-bf_3)",
2202
- fill: "currentColor"
2203
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2204
- id: "Union_26",
2205
- "data-name": "Union 26",
2206
- 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",
2207
- transform: "translate(2479.9 1169.7)",
2208
- fill: qwik._fnSignal((p0) => p0.fillGradient ? "url(#linear-gradient)" : "", [
2209
- props
2210
- ], 'p0.fillGradient?"url(#linear-gradient)":""')
2211
- }, null, 3, null), 3, null),
2212
- props.confused && /* @__PURE__ */ qwik._jsxQ("g", null, {
2213
- style: "transform: translate(595px, 460px) scale(0.375)",
2214
- stroke: "#1E2837",
2215
- fill: "#1E2837"
2216
- }, [
2217
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2218
- 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",
2219
- fill: "none",
2220
- "stroke-linecap": "round",
2221
- "stroke-miterlimit": "10",
2222
- "stroke-width": "80"
2223
- }, null, 3, null),
2224
- /* @__PURE__ */ qwik._jsxQ("circle", null, {
2225
- cx: "248",
2226
- cy: "399.99",
2227
- r: "40",
2228
- style: "transform: translate(0, 30px)"
2229
- }, null, 3, null)
2230
- ], 3, "Ie_1")
2231
- ]
2232
- }, {
2233
- xmlns: qwik._IMMUTABLE,
2234
- "xmlns:xlink": qwik._IMMUTABLE,
2235
- viewBox: qwik._IMMUTABLE
2236
- }, 0, "Ie_2");
2237
- }, "LogoBirdflop_component_mKG3xZaEE5w"));
2238
- const LogoDiscord = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2239
- return /* @__PURE__ */ qwik._jsxS("svg", {
2240
- xmlns: "http://www.w3.org/2000/svg",
2241
- viewBox: "0 0 127.14 96.36",
2242
- fill: "currentColor",
2243
- ...props,
2244
- get height() {
2245
- return props.width;
2246
- },
2247
- children: /* @__PURE__ */ qwik._jsxQ("path", null, {
2248
- 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"
2249
- }, null, 3, null)
2250
- }, {
2251
- xmlns: qwik._IMMUTABLE,
2252
- viewBox: qwik._IMMUTABLE,
2253
- fill: qwik._IMMUTABLE,
2254
- height: qwik._fnSignal((p0) => p0.width, [
2255
- props
2256
- ], "p0.width")
2257
- }, 0, "V4_0");
2258
- }, "LogoDiscord_component_pyJvo9cIDdU"));
2259
- const LogoFabric = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2260
- return /* @__PURE__ */ qwik._jsxS("svg", {
2261
- xmlns: "http://www.w3.org/2000/svg",
2262
- "xml:space": "preserve",
2263
- "fill-rule": "evenodd",
2264
- "stroke-linecap": "round",
2265
- "stroke-linejoin": "round",
2266
- "clip-rule": "evenodd",
2267
- viewBox: "0 0 24 24",
2268
- ...props,
2269
- get height() {
2270
- return props.width;
2271
- },
2272
- children: [
2273
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2274
- fill: "none",
2275
- d: "M0 0h24v24H0z"
2276
- }, null, 3, null),
2277
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2278
- fill: "none",
2279
- stroke: "currentColor",
2280
- "stroke-width": "23",
2281
- 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",
2282
- transform: "matrix(.08671 0 0 .0867 -49.8 -56)"
2283
- }, null, 3, null)
2284
- ]
2285
- }, {
2286
- xmlns: qwik._IMMUTABLE,
2287
- "xml:space": qwik._IMMUTABLE,
2288
- "fill-rule": qwik._IMMUTABLE,
2289
- "stroke-linecap": qwik._IMMUTABLE,
2290
- "stroke-linejoin": qwik._IMMUTABLE,
2291
- "clip-rule": qwik._IMMUTABLE,
2292
- viewBox: qwik._IMMUTABLE,
2293
- height: qwik._fnSignal((p0) => p0.width, [
2294
- props
2295
- ], "p0.width")
2296
- }, 0, "W4_0");
2297
- }, "LogoFabric_component_bOPyyyFEHuI"));
2298
- const LogoForge = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2299
- return /* @__PURE__ */ qwik._jsxS("svg", {
2300
- "xml:space": "preserve",
2301
- "fill-rule": "evenodd",
2302
- "stroke-linecap": "round",
2303
- "stroke-linejoin": "round",
2304
- "stroke-miterlimit": "1.5",
2305
- "clip-rule": "evenodd",
2306
- viewBox: "0 0 24 24",
2307
- ...props,
2308
- get height() {
2309
- return props.width;
2310
- },
2311
- children: [
2312
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2313
- fill: "none",
2314
- d: "M0 0h24v24H0z"
2315
- }, null, 3, null),
2316
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2317
- fill: "none",
2318
- stroke: "currentColor",
2319
- "stroke-width": "2",
2320
- 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"
2321
- }, null, 3, null)
2322
- ]
2323
- }, {
2324
- "xml:space": qwik._IMMUTABLE,
2325
- "fill-rule": qwik._IMMUTABLE,
2326
- "stroke-linecap": qwik._IMMUTABLE,
2327
- "stroke-linejoin": qwik._IMMUTABLE,
2328
- "stroke-miterlimit": qwik._IMMUTABLE,
2329
- "clip-rule": qwik._IMMUTABLE,
2330
- viewBox: qwik._IMMUTABLE,
2331
- height: qwik._fnSignal((p0) => p0.width, [
2332
- props
2333
- ], "p0.width")
2334
- }, 0, "6E_0");
2335
- }, "LogoForge_component_mRpm0rEP3vY"));
2336
- const LogoLuminescent = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2337
- return /* @__PURE__ */ qwik._jsxS("svg", {
2338
- xmlns: "http://www.w3.org/2000/svg",
2339
- "xmlns:xlink": "http://www.w3.org/1999/xlink",
2340
- zoomAndPan: "magnify",
2341
- viewBox: "80 80 220 220",
2342
- preserveAspectRatio: "xMidYMid meet",
2343
- version: "1.0",
2344
- fill: "currentColor",
2345
- ...props,
2346
- get height() {
2347
- return props.width;
2348
- },
2349
- children: /* @__PURE__ */ qwik._jsxQ("g", null, {
2350
- "fill-opacity": "1"
2351
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2352
- transform: "translate(86.97656, 254.624983)"
2353
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2354
- 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 "
2355
- }, null, 3, null), 3, null), 3, null)
2356
- }, {
2357
- xmlns: qwik._IMMUTABLE,
2358
- "xmlns:xlink": qwik._IMMUTABLE,
2359
- zoomAndPan: qwik._IMMUTABLE,
2360
- viewBox: qwik._IMMUTABLE,
2361
- preserveAspectRatio: qwik._IMMUTABLE,
2362
- version: qwik._IMMUTABLE,
2363
- fill: qwik._IMMUTABLE,
2364
- height: qwik._fnSignal((p0) => p0.width, [
2365
- props
2366
- ], "p0.width")
2367
- }, 0, "Jv_0");
2368
- }, "LogoLuminescent_component_2ppcIednMJs"));
2369
- const LogoLuminescentFull = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2370
- return /* @__PURE__ */ qwik._jsxS("svg", {
2371
- xmlns: "http://www.w3.org/2000/svg",
2372
- "xmlns:xlink": "http://www.w3.org/1999/xlink",
2373
- zoomAndPan: "magnify",
2374
- viewBox: "30 60 1160 200",
2375
- preserveAspectRatio: "xMidYMid meet",
2376
- version: "1.0",
2377
- fill: "currentColor",
2378
- ...props,
2379
- children: [
2380
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2381
- "fill-opacity": "1"
2382
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2383
- transform: "translate(12.743357, 223.612604)"
2384
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2385
- 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 "
2386
- }, null, 3, null), 3, null), 3, null),
2387
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2388
- "fill-opacity": "1"
2389
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2390
- transform: "translate(151.868279, 223.612604)"
2391
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2392
- 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 "
2393
- }, null, 3, null), 3, null), 3, null),
2394
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2395
- "fill-opacity": "1"
2396
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2397
- transform: "translate(265.444396, 223.612604)"
2398
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2399
- 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 "
2400
- }, null, 3, null), 3, null), 3, null),
2401
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2402
- "fill-opacity": "1"
2403
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2404
- transform: "translate(428.260051, 223.612604)"
2405
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2406
- 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 "
2407
- }, null, 3, null), 3, null), 3, null),
2408
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2409
- "fill-opacity": "1"
2410
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2411
- transform: "translate(484.467457, 223.612604)"
2412
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2413
- 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 "
2414
- }, null, 3, null), 3, null), 3, null),
2415
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2416
- "fill-opacity": "1"
2417
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2418
- transform: "translate(597.346777, 223.612604)"
2419
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2420
- 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 "
2421
- }, null, 3, null), 3, null), 3, null),
2422
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2423
- "fill-opacity": "1"
2424
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2425
- transform: "translate(699.542059, 223.612604)"
2426
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2427
- 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 "
2428
- }, null, 3, null), 3, null), 3, null),
2429
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2430
- "fill-opacity": "1"
2431
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2432
- transform: "translate(802.898632, 223.612604)"
2433
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2434
- 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 "
2435
- }, null, 3, null), 3, null), 3, null),
2436
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2437
- "fill-opacity": "1"
2438
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2439
- transform: "translate(900.21642, 223.612604)"
2440
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2441
- 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 "
2442
- }, null, 3, null), 3, null), 3, null),
2443
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2444
- "fill-opacity": "1"
2445
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2446
- transform: "translate(1002.411702, 223.612604)"
2447
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2448
- 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 "
2449
- }, null, 3, null), 3, null), 3, null),
2450
- /* @__PURE__ */ qwik._jsxQ("g", null, {
2451
- "fill-opacity": "1"
2452
- }, /* @__PURE__ */ qwik._jsxQ("g", null, {
2453
- transform: "translate(1115.290992, 223.612604)"
2454
- }, /* @__PURE__ */ qwik._jsxQ("path", null, {
2455
- 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 "
2456
- }, null, 3, null), 3, null), 3, null)
2457
- ]
2458
- }, {
2459
- xmlns: qwik._IMMUTABLE,
2460
- "xmlns:xlink": qwik._IMMUTABLE,
2461
- zoomAndPan: qwik._IMMUTABLE,
2462
- viewBox: qwik._IMMUTABLE,
2463
- preserveAspectRatio: qwik._IMMUTABLE,
2464
- version: qwik._IMMUTABLE,
2465
- fill: qwik._IMMUTABLE
2466
- }, 0, "Jv_1");
2467
- }, "LogoLuminescentFull_component_UNzyq3QUKpA"));
2468
- const LogoPaper = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2469
- return /* @__PURE__ */ qwik._jsxS("svg", {
2470
- "xml:space": "preserve",
2471
- "fill-rule": "evenodd",
2472
- "stroke-linecap": "round",
2473
- "stroke-linejoin": "round",
2474
- "stroke-miterlimit": "1.5",
2475
- "clip-rule": "evenodd",
2476
- viewBox: "0 0 24 24",
2477
- ...props,
2478
- get height() {
2479
- return props.width;
2480
- },
2481
- children: [
2482
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2483
- fill: "none",
2484
- d: "M0 0h24v24H0z"
2485
- }, null, 3, null),
2486
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2487
- fill: "none",
2488
- stroke: "currentColor",
2489
- "stroke-width": "2",
2490
- d: "m12 18 6 2 3-17L2 14l6 2"
2491
- }, null, 3, null),
2492
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2493
- stroke: "currentColor",
2494
- "stroke-width": "2",
2495
- d: "m9 21-1-5 4 2-3 3Z"
2496
- }, null, 3, null),
2497
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2498
- fill: "currentColor",
2499
- d: "m12 18-4-2 10-9-6 11Z"
2500
- }, null, 3, null)
2501
- ]
2502
- }, {
2503
- "xml:space": qwik._IMMUTABLE,
2504
- "fill-rule": qwik._IMMUTABLE,
2505
- "stroke-linecap": qwik._IMMUTABLE,
2506
- "stroke-linejoin": qwik._IMMUTABLE,
2507
- "stroke-miterlimit": qwik._IMMUTABLE,
2508
- "clip-rule": qwik._IMMUTABLE,
2509
- viewBox: qwik._IMMUTABLE,
2510
- height: qwik._fnSignal((p0) => p0.width, [
2511
- props
2512
- ], "p0.width")
2513
- }, 0, "2r_0");
2514
- }, "LogoPaper_component_pBDmaKNS7m4"));
2515
- const LogoPterodactyl = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2516
- return /* @__PURE__ */ qwik._jsxS("svg", {
2517
- version: "1.0",
2518
- xmlns: "http://www.w3.org/2000/svg",
2519
- viewBox: "0 0 180 180",
2520
- preserveAspectRatio: "xMidYMid meet",
2521
- ...props,
2522
- get height() {
2523
- return props.width;
2524
- },
2525
- children: /* @__PURE__ */ qwik._jsxQ("g", null, {
2526
- transform: "translate(0,180) scale(0.100000,-0.100000)",
2527
- fill: "currentColor",
2528
- stroke: "none"
2529
- }, [
2530
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2531
- 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"
2532
- }, null, 3, null),
2533
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2534
- 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"
2535
- }, null, 3, null),
2536
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2537
- 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"
2538
- }, null, 3, null),
2539
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2540
- d: "M1012 441 c-19 -11 64 -51 106 -51 39 0 40 4 5 35 -29 25 -85 33 -111 16z"
2541
- }, null, 3, null)
2542
- ], 3, null)
2543
- }, {
2544
- version: qwik._IMMUTABLE,
2545
- xmlns: qwik._IMMUTABLE,
2546
- viewBox: qwik._IMMUTABLE,
2547
- preserveAspectRatio: qwik._IMMUTABLE,
2548
- height: qwik._fnSignal((p0) => p0.width, [
2549
- props
2550
- ], "p0.width")
2551
- }, 0, "DN_0");
2552
- }, "LogoPterodactyl_component_wVJW9cHcHoo"));
2553
- const LogoPurpur = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2554
- return /* @__PURE__ */ qwik._jsxS("svg", {
2555
- "xml:space": "preserve",
2556
- "fill-rule": "evenodd",
2557
- "stroke-linecap": "round",
2558
- "stroke-linejoin": "round",
2559
- "stroke-miterlimit": "1.5",
2560
- "clip-rule": "evenodd",
2561
- viewBox: "0 0 24 24",
2562
- ...props,
2563
- get height() {
2564
- return props.width;
2565
- },
2566
- children: [
2567
- /* @__PURE__ */ qwik._jsxQ("defs", null, null, /* @__PURE__ */ qwik._jsxQ("path", null, {
2568
- id: "purpur",
2569
- fill: "none",
2570
- stroke: "currentColor",
2571
- "stroke-width": "1.68",
2572
- d: "m264 41.95 8-4v8l-8 4v-8Z"
2573
- }, null, 3, null), 3, null),
2574
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2575
- fill: "none",
2576
- d: "M0 0h24v24H0z"
2577
- }, null, 3, null),
2578
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2579
- fill: "none",
2580
- stroke: "currentColor",
2581
- "stroke-width": "1.77",
2582
- d: "m264 29.95-8 4 8 4.42 8-4.42-8-4Z",
2583
- transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2584
- }, null, 3, null),
2585
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2586
- fill: "none",
2587
- stroke: "currentColor",
2588
- "stroke-width": "1.77",
2589
- d: "m272 38.37-8 4.42-8-4.42",
2590
- transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2591
- }, null, 3, null),
2592
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2593
- fill: "none",
2594
- stroke: "currentColor",
2595
- "stroke-width": "1.77",
2596
- d: "m260 31.95 8 4.21V45",
2597
- transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2598
- }, null, 3, null),
2599
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2600
- fill: "none",
2601
- stroke: "currentColor",
2602
- "stroke-width": "1.77",
2603
- d: "M260 45v-8.84l8-4.21",
2604
- transform: "matrix(1.125 0 0 1.1372 -285 -31.69)"
2605
- }, null, 3, null),
2606
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2607
- fill: "none",
2608
- stroke: "currentColor",
2609
- "stroke-width": "1.68",
2610
- d: "m264 41.95 8-4v8l-8 4v-8Z",
2611
- transform: "matrix(1.125 0 0 1.2569 -285 -40.78)"
2612
- }, null, 3, null),
2613
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2614
- fill: "none",
2615
- stroke: "currentColor",
2616
- "stroke-width": "1.68",
2617
- d: "m264 41.95 8-4v8l-8 4v-8Z",
2618
- transform: "matrix(-1.125 0 0 1.2569 309 -40.78)"
2619
- }, null, 3, null)
2620
- ]
2621
- }, {
2622
- "xml:space": qwik._IMMUTABLE,
2623
- "fill-rule": qwik._IMMUTABLE,
2624
- "stroke-linecap": qwik._IMMUTABLE,
2625
- "stroke-linejoin": qwik._IMMUTABLE,
2626
- "stroke-miterlimit": qwik._IMMUTABLE,
2627
- "clip-rule": qwik._IMMUTABLE,
2628
- viewBox: qwik._IMMUTABLE,
2629
- height: qwik._fnSignal((p0) => p0.width, [
2630
- props
2631
- ], "p0.width")
2632
- }, 0, "Xw_0");
2633
- }, "LogoPurpur_component_sVHzeC1GCZ4"));
2634
- const LogoVelocity = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2635
- return /* @__PURE__ */ qwik._jsxS("svg", {
2636
- viewBox: "0 0 500 500",
2637
- fill: "currentColor",
2638
- ...props,
2639
- get height() {
2640
- return props.width;
2641
- },
2642
- children: [
2643
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2644
- 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"
2645
- }, null, 3, null),
2646
- /* @__PURE__ */ qwik._jsxQ("circle", null, {
2647
- cx: "416.44",
2648
- cy: "236.11",
2649
- r: "9.83"
2650
- }, null, 3, null),
2651
- /* @__PURE__ */ qwik._jsxQ("path", null, {
2652
- 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"
2653
- }, null, 3, null)
2654
- ]
2655
- }, {
2656
- viewBox: qwik._IMMUTABLE,
2657
- fill: qwik._IMMUTABLE,
2658
- height: qwik._fnSignal((p0) => p0.width, [
2659
- props
2660
- ], "p0.width")
2661
- }, 0, "Ea_0");
2662
- }, "LogoVelocity_component_SNoCdG0zr0s"));
2663
- const LogoWaterfall = /* @__PURE__ */ qwik.componentQrl(/* @__PURE__ */ qwik.inlinedQrl((props) => {
2664
- return /* @__PURE__ */ qwik._jsxS("svg", {
2665
- viewBox: "0 0 24 24",
2666
- fill: "none",
2667
- stroke: "currentColor",
2668
- "stroke-width": "2",
2669
- "stroke-linecap": "round",
2670
- "stroke-linejoin": "round",
2671
- ...props,
2672
- get height() {
2673
- return props.width;
2674
- },
2675
- children: /* @__PURE__ */ qwik._jsxQ("path", null, {
2676
- d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
2677
- }, null, 3, null)
2678
- }, {
2679
- viewBox: qwik._IMMUTABLE,
2680
- fill: qwik._IMMUTABLE,
2681
- stroke: qwik._IMMUTABLE,
2682
- "stroke-width": qwik._IMMUTABLE,
2683
- "stroke-linecap": qwik._IMMUTABLE,
2684
- "stroke-linejoin": qwik._IMMUTABLE,
2685
- height: qwik._fnSignal((p0) => p0.width, [
2686
- props
2687
- ], "p0.width")
2688
- }, 0, "Pt_0");
2689
- }, "LogoWaterfall_component_1hFl8GlECLI"));
2690
- exports.Anchor = Anchor;
2691
- exports.Blobs = Blobs;
2692
- exports.Button = Button;
2693
- exports.ButtonAnchor = ButtonAnchor;
2694
- exports.Card = Card;
2695
- exports.ColorPicker = ColorPicker;
2696
- exports.Dropdown = Dropdown;
2697
- exports.DropdownRaw = DropdownRaw;
2698
- exports.Header = Header;
2699
- exports.InputClasses = InputClasses;
2700
- exports.InputColorClasses = InputColorClasses;
2701
- exports.LoadingIcon = LoadingIcon;
2702
- exports.LogoBirdflop = LogoBirdflop;
2703
- exports.LogoDiscord = LogoDiscord;
2704
- exports.LogoFabric = LogoFabric;
2705
- exports.LogoForge = LogoForge;
2706
- exports.LogoLuminescent = LogoLuminescent;
2707
- exports.LogoLuminescentFull = LogoLuminescentFull;
2708
- exports.LogoPaper = LogoPaper;
2709
- exports.LogoPterodactyl = LogoPterodactyl;
2710
- exports.LogoPurpur = LogoPurpur;
2711
- exports.LogoVelocity = LogoVelocity;
2712
- exports.LogoWaterfall = LogoWaterfall;
2713
- exports.Nav = Nav;
2714
- exports.NumberInput = NumberInput;
2715
- exports.NumberInputRaw = NumberInputRaw;
2716
- exports.TextArea = TextArea;
2717
- exports.TextAreaRaw = TextAreaRaw;
2718
- exports.TextInput = TextInput;
2719
- exports.TextInputRaw = TextInputRaw;
2720
- exports.Toggle = Toggle;
2721
- exports._auto_blobClasses = blobClasses;
2722
- exports._auto_buttonClass = buttonClass;
2723
- exports.blobColorClasses = blobColorClasses;
2724
- exports.buttonColorClasses = buttonColorClasses;
2725
- exports.cardColorClasses = cardColorClasses;
2726
- exports.mobileSizeClasses = mobileSizeClasses;
2727
- exports.navColorClasses = navColorClasses;
2728
- exports.sizeClasses = sizeClasses;
2729
- exports.toggleOffColorClasses = toggleOffColorClasses;
2730
- exports.toggleOnColorClasses = toggleOnColorClasses;