@luminescent/ui 0.19.2 → 1.0.5

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