@luminescent/ui-qwik 6.8.3-2 → 7.0.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/LICENSE +661 -0
  2. package/lib/assets/BBIagblG-bundle-graph.json +1 -0
  3. package/lib/assets/ChtqwOpy-bundle-graph.json +1 -0
  4. package/lib/components/elements/Anchor.d.ts +1 -4
  5. package/lib/components/elements/Anchor.qwik.cjs +21 -25
  6. package/lib/components/elements/Anchor.qwik.mjs +21 -25
  7. package/lib/components/elements/Blobs.d.ts +3 -4
  8. package/lib/components/elements/Blobs.qwik.cjs +181 -187
  9. package/lib/components/elements/Blobs.qwik.mjs +182 -189
  10. package/lib/components/elements/ColorPicker.d.ts +1 -4
  11. package/lib/components/elements/ColorPicker.qwik.cjs +285 -303
  12. package/lib/components/elements/ColorPicker.qwik.mjs +285 -303
  13. package/lib/components/elements/Dropdown.d.ts +1 -4
  14. package/lib/components/elements/Dropdown.qwik.cjs +20 -30
  15. package/lib/components/elements/Dropdown.qwik.mjs +20 -30
  16. package/lib/components/elements/Label.d.ts +6 -0
  17. package/lib/components/elements/Label.qwik.cjs +10 -0
  18. package/lib/components/elements/Label.qwik.mjs +10 -0
  19. package/lib/components/elements/Nav.d.ts +3 -6
  20. package/lib/components/elements/Nav.qwik.cjs +63 -97
  21. package/lib/components/elements/Nav.qwik.mjs +63 -97
  22. package/lib/components/elements/NumberInput.d.ts +4 -11
  23. package/lib/components/elements/NumberInput.qwik.cjs +52 -78
  24. package/lib/components/elements/NumberInput.qwik.mjs +51 -77
  25. package/lib/components/elements/RangeInput.d.ts +2 -9
  26. package/lib/components/elements/RangeInput.qwik.cjs +45 -76
  27. package/lib/components/elements/RangeInput.qwik.mjs +46 -77
  28. package/lib/components/elements/SelectMenu.d.ts +5 -8
  29. package/lib/components/elements/SelectMenu.qwik.cjs +90 -133
  30. package/lib/components/elements/SelectMenu.qwik.mjs +90 -133
  31. package/lib/components/elements/Sidebar.d.ts +1 -4
  32. package/lib/components/elements/Sidebar.qwik.cjs +19 -36
  33. package/lib/components/elements/Sidebar.qwik.mjs +20 -37
  34. package/lib/components/elements/Toggle.d.ts +1 -2
  35. package/lib/components/elements/Toggle.qwik.cjs +22 -38
  36. package/lib/components/elements/Toggle.qwik.mjs +23 -39
  37. package/lib/components/elements.d.ts +1 -0
  38. package/lib/components/functions.d.ts +2 -0
  39. package/lib/components/functions.qwik.cjs +19 -16
  40. package/lib/components/functions.qwik.mjs +19 -17
  41. package/lib/index.d.ts +0 -1
  42. package/lib/index.qwik.cjs +26 -48
  43. package/lib/index.qwik.mjs +6 -42
  44. package/lib/q-manifest.json +239 -0
  45. package/lib/svg/ChevronDown.d.ts +1 -1
  46. package/lib/svg/ChevronDown.qwik.cjs +18 -22
  47. package/lib/svg/ChevronDown.qwik.mjs +19 -23
  48. package/lib/svg/Link.d.ts +1 -1
  49. package/lib/svg/Link.qwik.cjs +27 -33
  50. package/lib/svg/Link.qwik.mjs +28 -34
  51. package/lib/svg/Menu.d.ts +1 -1
  52. package/lib/svg/Menu.qwik.cjs +22 -30
  53. package/lib/svg/Menu.qwik.mjs +23 -31
  54. package/lib/svg/Minus.d.ts +1 -1
  55. package/lib/svg/Minus.qwik.cjs +18 -22
  56. package/lib/svg/Minus.qwik.mjs +19 -23
  57. package/lib/svg/Plus.d.ts +1 -1
  58. package/lib/svg/Plus.qwik.cjs +18 -27
  59. package/lib/svg/Plus.qwik.mjs +19 -28
  60. package/lib/svg/Shuffle.d.ts +1 -1
  61. package/lib/svg/Shuffle.qwik.cjs +24 -36
  62. package/lib/svg/Shuffle.qwik.mjs +25 -37
  63. package/lib/utils/color.qwik.cjs +101 -115
  64. package/lib/utils/color.qwik.mjs +102 -122
  65. package/package.json +14 -14
  66. package/lib/components/logos/Birdflop.d.ts +0 -7
  67. package/lib/components/logos/Birdflop.qwik.cjs +0 -73
  68. package/lib/components/logos/Birdflop.qwik.mjs +0 -73
  69. package/lib/components/logos/Discord.d.ts +0 -2
  70. package/lib/components/logos/Discord.qwik.cjs +0 -18
  71. package/lib/components/logos/Discord.qwik.mjs +0 -18
  72. package/lib/components/logos/Fabric.d.ts +0 -2
  73. package/lib/components/logos/Fabric.qwik.cjs +0 -32
  74. package/lib/components/logos/Fabric.qwik.mjs +0 -32
  75. package/lib/components/logos/Forge.d.ts +0 -2
  76. package/lib/components/logos/Forge.qwik.cjs +0 -31
  77. package/lib/components/logos/Forge.qwik.mjs +0 -31
  78. package/lib/components/logos/Luminescent.d.ts +0 -3
  79. package/lib/components/logos/Luminescent.qwik.cjs +0 -143
  80. package/lib/components/logos/Luminescent.qwik.mjs +0 -143
  81. package/lib/components/logos/Paper.d.ts +0 -2
  82. package/lib/components/logos/Paper.qwik.cjs +0 -40
  83. package/lib/components/logos/Paper.qwik.mjs +0 -40
  84. package/lib/components/logos/Pterodactyl.d.ts +0 -2
  85. package/lib/components/logos/Pterodactyl.qwik.cjs +0 -35
  86. package/lib/components/logos/Pterodactyl.qwik.mjs +0 -35
  87. package/lib/components/logos/Purpur.d.ts +0 -2
  88. package/lib/components/logos/Purpur.qwik.cjs +0 -76
  89. package/lib/components/logos/Purpur.qwik.mjs +0 -76
  90. package/lib/components/logos/Velocity.d.ts +0 -2
  91. package/lib/components/logos/Velocity.qwik.cjs +0 -27
  92. package/lib/components/logos/Velocity.qwik.mjs +0 -27
  93. package/lib/components/logos/Waterfall.d.ts +0 -2
  94. package/lib/components/logos/Waterfall.qwik.cjs +0 -21
  95. package/lib/components/logos/Waterfall.qwik.mjs +0 -21
  96. package/lib/components/logos.d.ts +0 -10
  97. /package/lib/components/docs/{IconsLogos.d.ts → Label.d.ts} +0 -0
  98. /package/lib/{components/logos → svg}/IconProps.d.ts +0 -0
@@ -1,8 +1,5 @@
1
1
  import type { PropsOf } from '@qwik.dev/core';
2
- interface AnchorProps extends Omit<PropsOf<'div'>, 'class'> {
3
- class?: {
4
- [key: string]: boolean;
5
- };
2
+ interface AnchorProps extends PropsOf<'div'> {
6
3
  id?: string;
7
4
  }
8
5
  export declare const Anchor: import("@qwik.dev/core").Component<AnchorProps>;
@@ -1,26 +1,22 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const jsxRuntime = require("@qwik.dev/core/jsx-runtime");
4
- const core = require("@qwik.dev/core");
5
- const Link = require("../../svg/Link.qwik.cjs");
6
- const Anchor = core.component$(({ id, ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("div", {
7
- ...props,
8
- class: {
9
- "group flex items-center gap-2 scroll-mt-32": true,
10
- ...props.class
11
- },
12
- children: [
13
- /* @__PURE__ */ jsxRuntime.jsx(core.Slot, {}),
14
- id && /* @__PURE__ */ jsxRuntime.jsx("a", {
15
- href: `#${id}`,
16
- onClick$: async () => {
17
- await navigator.clipboard.writeText(window.location.href);
18
- },
19
- children: /* @__PURE__ */ jsxRuntime.jsx(Link.Link, {
20
- class: "opacity-10 transition-opacity duration-300 group-hover:opacity-100 group-hover:duration-75",
21
- size: 20
22
- })
23
- })
24
- ]
25
- }));
1
+ const require_Link = require("../../svg/Link.qwik.cjs");
2
+ const require_functions = require("../functions.qwik.cjs");
3
+ let _qwik_dev_core = require("@qwik.dev/core");
4
+ //#region src/components/elements/Anchor.tsx
5
+ var Anchor = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0, _qwik_dev_core.inlinedQrl)(({ id, class: Class, ...props }) => /* @__PURE__ */ (0, _qwik_dev_core._jsxSplit)("div", {
6
+ ...(0, _qwik_dev_core._getVarProps)(props),
7
+ ...(0, _qwik_dev_core._getConstProps)(props),
8
+ class: {
9
+ "group flex items-center gap-2 scroll-mt-32": true,
10
+ ...require_functions.getClassObject(Class)
11
+ }
12
+ }, null, [/* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)(_qwik_dev_core.Slot, null, null, null, 3, "mN_0"), id && /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("a", {
13
+ href: `#${id}`,
14
+ "q-e:click": /* @__PURE__ */ (0, _qwik_dev_core.inlinedQrl)(async () => {
15
+ await navigator.clipboard.writeText(window.location.href);
16
+ }, "Anchor_component_div_a_q_e_click_p2vKymvG8LM")
17
+ }, null, /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)(require_Link.Link, null, {
18
+ class: "opacity-10 transition-opacity duration-300 group-hover:opacity-100 group-hover:duration-75",
19
+ size: 20
20
+ }, null, 3, "mN_1"), 0, "mN_2")], 0, "mN_3"), "Anchor_component_dUkqs0yGHwc"));
21
+ //#endregion
26
22
  exports.Anchor = Anchor;
@@ -1,26 +1,22 @@
1
- import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
2
- import { component$, Slot } from "@qwik.dev/core";
3
1
  import { Link } from "../../svg/Link.qwik.mjs";
4
- const Anchor = component$(({ id, ...props }) => /* @__PURE__ */ jsxs("div", {
5
- ...props,
6
- class: {
7
- "group flex items-center gap-2 scroll-mt-32": true,
8
- ...props.class
9
- },
10
- children: [
11
- /* @__PURE__ */ jsx(Slot, {}),
12
- id && /* @__PURE__ */ jsx("a", {
13
- href: `#${id}`,
14
- onClick$: async () => {
15
- await navigator.clipboard.writeText(window.location.href);
16
- },
17
- children: /* @__PURE__ */ jsx(Link, {
18
- class: "opacity-10 transition-opacity duration-300 group-hover:opacity-100 group-hover:duration-75",
19
- size: 20
20
- })
21
- })
22
- ]
23
- }));
24
- export {
25
- Anchor
26
- };
2
+ import { getClassObject } from "../functions.qwik.mjs";
3
+ import { Slot, _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, componentQrl, inlinedQrl } from "@qwik.dev/core";
4
+ //#region src/components/elements/Anchor.tsx
5
+ var Anchor = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl(({ id, class: Class, ...props }) => /* @__PURE__ */ _jsxSplit("div", {
6
+ ..._getVarProps(props),
7
+ ..._getConstProps(props),
8
+ class: {
9
+ "group flex items-center gap-2 scroll-mt-32": true,
10
+ ...getClassObject(Class)
11
+ }
12
+ }, null, [/* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "mN_0"), id && /* @__PURE__ */ _jsxSorted("a", {
13
+ href: `#${id}`,
14
+ "q-e:click": /* @__PURE__ */ inlinedQrl(async () => {
15
+ await navigator.clipboard.writeText(window.location.href);
16
+ }, "Anchor_component_div_a_q_e_click_p2vKymvG8LM")
17
+ }, null, /* @__PURE__ */ _jsxSorted(Link, null, {
18
+ class: "opacity-10 transition-opacity duration-300 group-hover:opacity-100 group-hover:duration-75",
19
+ size: 20
20
+ }, null, 3, "mN_1"), 0, "mN_2")], 0, "mN_3"), "Anchor_component_dUkqs0yGHwc"));
21
+ //#endregion
22
+ export { Anchor };
@@ -1,11 +1,10 @@
1
+ import { ClassList } from '@qwik.dev/core';
1
2
  export interface BlobProps {
2
- class?: {
3
- [key: string]: boolean;
4
- };
3
+ class?: ClassList;
5
4
  style?: {
6
5
  [key: string]: string | number;
7
6
  };
8
- color?: keyof typeof blobColorClasses | [string, string, string];
7
+ color?: keyof typeof blobColorClasses | [ClassList, ClassList, ClassList];
9
8
  blur?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
10
9
  }
11
10
  export declare const blobColorClasses: {
@@ -1,191 +1,185 @@
1
- "use strict";
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const jsxRuntime = require("@qwik.dev/core/jsx-runtime");
4
- const core = require("@qwik.dev/core");
5
- const blobColorClasses = {
6
- slate: [
7
- "bg-slate-400",
8
- "bg-slate-500",
9
- "bg-slate-600"
10
- ],
11
- gray: [
12
- "bg-gray-400",
13
- "bg-gray-500",
14
- "bg-gray-600"
15
- ],
16
- darkgray: [
17
- "bg-gray-500",
18
- "bg-gray-600",
19
- "bg-gray-700"
20
- ],
21
- darkergray: [
22
- "bg-gray-600",
23
- "bg-gray-700",
24
- "bg-gray-800"
25
- ],
26
- zinc: [
27
- "bg-zinc-400",
28
- "bg-zinc-500",
29
- "bg-zinc-600"
30
- ],
31
- neutral: [
32
- "bg-neutral-400",
33
- "bg-neutral-500",
34
- "bg-neutral-600"
35
- ],
36
- stone: [
37
- "bg-stone-400",
38
- "bg-stone-500",
39
- "bg-stone-600"
40
- ],
41
- red: [
42
- "bg-red-400",
43
- "bg-red-500",
44
- "bg-red-600"
45
- ],
46
- orange: [
47
- "bg-orange-400",
48
- "bg-orange-500",
49
- "bg-orange-600"
50
- ],
51
- amber: [
52
- "bg-amber-400",
53
- "bg-amber-500",
54
- "bg-amber-600"
55
- ],
56
- yellow: [
57
- "bg-yellow-400",
58
- "bg-yellow-500",
59
- "bg-yellow-600"
60
- ],
61
- lime: [
62
- "bg-lime-400",
63
- "bg-lime-500",
64
- "bg-lime-600"
65
- ],
66
- green: [
67
- "bg-green-400",
68
- "bg-green-500",
69
- "bg-green-600"
70
- ],
71
- emerald: [
72
- "bg-emerald-400",
73
- "bg-emerald-500",
74
- "bg-emerald-600"
75
- ],
76
- teal: [
77
- "bg-teal-400",
78
- "bg-teal-500",
79
- "bg-teal-600"
80
- ],
81
- cyan: [
82
- "bg-cyan-400",
83
- "bg-cyan-500",
84
- "bg-cyan-600"
85
- ],
86
- sky: [
87
- "bg-sky-400",
88
- "bg-sky-500",
89
- "bg-sky-600"
90
- ],
91
- blue: [
92
- "bg-blue-400",
93
- "bg-blue-500",
94
- "bg-blue-600"
95
- ],
96
- indigo: [
97
- "bg-indigo-400",
98
- "bg-indigo-500",
99
- "bg-indigo-600"
100
- ],
101
- violet: [
102
- "bg-violet-400",
103
- "bg-violet-500",
104
- "bg-violet-600"
105
- ],
106
- purple: [
107
- "bg-purple-400",
108
- "bg-purple-500",
109
- "bg-purple-600"
110
- ],
111
- fuchsia: [
112
- "bg-fuchsia-400",
113
- "bg-fuchsia-500",
114
- "bg-fuchsia-600"
115
- ],
116
- pink: [
117
- "bg-pink-400",
118
- "bg-pink-500",
119
- "bg-pink-600"
120
- ],
121
- rose: [
122
- "bg-rose-400",
123
- "bg-rose-500",
124
- "bg-rose-600"
125
- ]
1
+ const require_functions = require("../functions.qwik.cjs");
2
+ let _qwik_dev_core = require("@qwik.dev/core");
3
+ //#region src/components/elements/Blobs.tsx
4
+ var _hf0 = (p0) => ({
5
+ containerType: "size",
6
+ ...p0.style
7
+ });
8
+ var blobColorClasses = {
9
+ slate: [
10
+ "bg-slate-400",
11
+ "bg-slate-500",
12
+ "bg-slate-600"
13
+ ],
14
+ gray: [
15
+ "bg-gray-400",
16
+ "bg-gray-500",
17
+ "bg-gray-600"
18
+ ],
19
+ darkgray: [
20
+ "bg-gray-500",
21
+ "bg-gray-600",
22
+ "bg-gray-700"
23
+ ],
24
+ darkergray: [
25
+ "bg-gray-600",
26
+ "bg-gray-700",
27
+ "bg-gray-800"
28
+ ],
29
+ zinc: [
30
+ "bg-zinc-400",
31
+ "bg-zinc-500",
32
+ "bg-zinc-600"
33
+ ],
34
+ neutral: [
35
+ "bg-neutral-400",
36
+ "bg-neutral-500",
37
+ "bg-neutral-600"
38
+ ],
39
+ stone: [
40
+ "bg-stone-400",
41
+ "bg-stone-500",
42
+ "bg-stone-600"
43
+ ],
44
+ red: [
45
+ "bg-red-400",
46
+ "bg-red-500",
47
+ "bg-red-600"
48
+ ],
49
+ orange: [
50
+ "bg-orange-400",
51
+ "bg-orange-500",
52
+ "bg-orange-600"
53
+ ],
54
+ amber: [
55
+ "bg-amber-400",
56
+ "bg-amber-500",
57
+ "bg-amber-600"
58
+ ],
59
+ yellow: [
60
+ "bg-yellow-400",
61
+ "bg-yellow-500",
62
+ "bg-yellow-600"
63
+ ],
64
+ lime: [
65
+ "bg-lime-400",
66
+ "bg-lime-500",
67
+ "bg-lime-600"
68
+ ],
69
+ green: [
70
+ "bg-green-400",
71
+ "bg-green-500",
72
+ "bg-green-600"
73
+ ],
74
+ emerald: [
75
+ "bg-emerald-400",
76
+ "bg-emerald-500",
77
+ "bg-emerald-600"
78
+ ],
79
+ teal: [
80
+ "bg-teal-400",
81
+ "bg-teal-500",
82
+ "bg-teal-600"
83
+ ],
84
+ cyan: [
85
+ "bg-cyan-400",
86
+ "bg-cyan-500",
87
+ "bg-cyan-600"
88
+ ],
89
+ sky: [
90
+ "bg-sky-400",
91
+ "bg-sky-500",
92
+ "bg-sky-600"
93
+ ],
94
+ blue: [
95
+ "bg-blue-400",
96
+ "bg-blue-500",
97
+ "bg-blue-600"
98
+ ],
99
+ indigo: [
100
+ "bg-indigo-400",
101
+ "bg-indigo-500",
102
+ "bg-indigo-600"
103
+ ],
104
+ violet: [
105
+ "bg-violet-400",
106
+ "bg-violet-500",
107
+ "bg-violet-600"
108
+ ],
109
+ purple: [
110
+ "bg-purple-400",
111
+ "bg-purple-500",
112
+ "bg-purple-600"
113
+ ],
114
+ fuchsia: [
115
+ "bg-fuchsia-400",
116
+ "bg-fuchsia-500",
117
+ "bg-fuchsia-600"
118
+ ],
119
+ pink: [
120
+ "bg-pink-400",
121
+ "bg-pink-500",
122
+ "bg-pink-600"
123
+ ],
124
+ rose: [
125
+ "bg-rose-400",
126
+ "bg-rose-500",
127
+ "bg-rose-600"
128
+ ]
126
129
  };
127
- const blobClasses = [
128
- "animate-blob",
129
- "animate-blob1",
130
- "animate-blob2",
131
- "animate-blob3",
132
- "animate-blob4",
133
- "animate-blob5",
134
- "animate-blob6"
130
+ var blobClasses = [
131
+ "animate-blob",
132
+ "animate-blob1",
133
+ "animate-blob2",
134
+ "animate-blob3",
135
+ "animate-blob4",
136
+ "animate-blob5",
137
+ "animate-blob6"
135
138
  ];
136
- const Blobs = core.component$(({ color = "darkgray", blur = "xl", ...props }) => {
137
- const blob = Math.round(Math.random() * 6);
138
- const colorClass = typeof color == "string" ? blobColorClasses[color] : color;
139
- return /* @__PURE__ */ jsxRuntime.jsxs("div", {
140
- class: {
141
- "animate-in fade-in anim-duration-[2s] absolute inset-0 transition-all motion-reduce:hidden": true,
142
- ...props.class
143
- },
144
- style: {
145
- containerType: "size",
146
- ...props.style
147
- },
148
- children: [
149
- /* @__PURE__ */ jsxRuntime.jsx("div", {
150
- class: {
151
- "absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
152
- "blur-xs": blur === "xs",
153
- "blur-sm": blur === "sm",
154
- "blur-md": blur === "md",
155
- "blur-lg": blur === "lg",
156
- "blur-xl": blur === "xl",
157
- [blobClasses[blob]]: true,
158
- [colorClass[0]]: true
159
- }
160
- }),
161
- /* @__PURE__ */ jsxRuntime.jsx("div", {
162
- class: {
163
- "absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
164
- "blur-xs": blur === "xs",
165
- "blur-sm": blur === "sm",
166
- "blur-md": blur === "md",
167
- "blur-lg": blur === "lg",
168
- "blur-xl": blur === "xl",
169
- "anim-delay-[-5s]": true,
170
- [blobClasses[blob]]: true,
171
- [colorClass[1]]: true
172
- }
173
- }),
174
- /* @__PURE__ */ jsxRuntime.jsx("div", {
175
- class: {
176
- "absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
177
- "blur-xs": blur === "xs",
178
- "blur-sm": blur === "sm",
179
- "blur-md": blur === "md",
180
- "blur-lg": blur === "lg",
181
- "blur-xl": blur === "xl",
182
- "anim-delay-[-10s]": true,
183
- [blobClasses[blob]]: true,
184
- [colorClass[2]]: true
185
- }
186
- })
187
- ]
188
- });
189
- });
139
+ var Blobs = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0, _qwik_dev_core.inlinedQrl)(({ class: Class, color = "darkgray", blur = "xl", ...props }) => {
140
+ const blob = Math.round(Math.random() * 6);
141
+ const colorClass = typeof color == "string" ? blobColorClasses[color] : color;
142
+ return /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("div", {
143
+ class: {
144
+ "animate-in fade-in anim-duration-[2s] absolute inset-0 transition-all motion-reduce:hidden": true,
145
+ ...require_functions.getClassObject(Class)
146
+ },
147
+ style: (0, _qwik_dev_core._fnSignal)(_hf0, [props])
148
+ }, null, [
149
+ /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("div", { class: {
150
+ "absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
151
+ "blur-xs": blur === "xs",
152
+ "blur-sm": blur === "sm",
153
+ "blur-md": blur === "md",
154
+ "blur-lg": blur === "lg",
155
+ "blur-xl": blur === "xl",
156
+ [blobClasses[blob]]: true,
157
+ ...require_functions.getClassObject(colorClass[0])
158
+ } }, null, null, 3, null),
159
+ /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("div", { class: {
160
+ "absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
161
+ "blur-xs": blur === "xs",
162
+ "blur-sm": blur === "sm",
163
+ "blur-md": blur === "md",
164
+ "blur-lg": blur === "lg",
165
+ "blur-xl": blur === "xl",
166
+ "anim-delay-[-5s]": true,
167
+ [blobClasses[blob]]: true,
168
+ ...require_functions.getClassObject(colorClass[1])
169
+ } }, null, null, 3, null),
170
+ /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("div", { class: {
171
+ "absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
172
+ "blur-xs": blur === "xs",
173
+ "blur-sm": blur === "sm",
174
+ "blur-md": blur === "md",
175
+ "blur-lg": blur === "lg",
176
+ "blur-xl": blur === "xl",
177
+ "anim-delay-[-10s]": true,
178
+ [blobClasses[blob]]: true,
179
+ ...require_functions.getClassObject(colorClass[2])
180
+ } }, null, null, 3, null)
181
+ ], 1, "Mx_0");
182
+ }, "Blobs_component_xCrUzl14bRQ"));
183
+ //#endregion
190
184
  exports.Blobs = Blobs;
191
185
  exports.blobColorClasses = blobColorClasses;