@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.
- package/LICENSE +661 -0
- package/lib/assets/BBIagblG-bundle-graph.json +1 -0
- package/lib/assets/ChtqwOpy-bundle-graph.json +1 -0
- package/lib/components/elements/Anchor.d.ts +1 -4
- package/lib/components/elements/Anchor.qwik.cjs +21 -25
- package/lib/components/elements/Anchor.qwik.mjs +21 -25
- package/lib/components/elements/Blobs.d.ts +3 -4
- package/lib/components/elements/Blobs.qwik.cjs +181 -187
- package/lib/components/elements/Blobs.qwik.mjs +182 -189
- package/lib/components/elements/ColorPicker.d.ts +1 -4
- package/lib/components/elements/ColorPicker.qwik.cjs +285 -303
- package/lib/components/elements/ColorPicker.qwik.mjs +285 -303
- package/lib/components/elements/Dropdown.d.ts +1 -4
- package/lib/components/elements/Dropdown.qwik.cjs +20 -30
- package/lib/components/elements/Dropdown.qwik.mjs +20 -30
- package/lib/components/elements/Label.d.ts +6 -0
- package/lib/components/elements/Label.qwik.cjs +10 -0
- package/lib/components/elements/Label.qwik.mjs +10 -0
- package/lib/components/elements/Nav.d.ts +3 -6
- package/lib/components/elements/Nav.qwik.cjs +63 -97
- package/lib/components/elements/Nav.qwik.mjs +63 -97
- package/lib/components/elements/NumberInput.d.ts +4 -11
- package/lib/components/elements/NumberInput.qwik.cjs +52 -78
- package/lib/components/elements/NumberInput.qwik.mjs +51 -77
- package/lib/components/elements/RangeInput.d.ts +2 -9
- package/lib/components/elements/RangeInput.qwik.cjs +45 -76
- package/lib/components/elements/RangeInput.qwik.mjs +46 -77
- package/lib/components/elements/SelectMenu.d.ts +5 -8
- package/lib/components/elements/SelectMenu.qwik.cjs +90 -133
- package/lib/components/elements/SelectMenu.qwik.mjs +90 -133
- package/lib/components/elements/Sidebar.d.ts +1 -4
- package/lib/components/elements/Sidebar.qwik.cjs +19 -36
- package/lib/components/elements/Sidebar.qwik.mjs +20 -37
- package/lib/components/elements/Toggle.d.ts +1 -2
- package/lib/components/elements/Toggle.qwik.cjs +22 -38
- package/lib/components/elements/Toggle.qwik.mjs +23 -39
- package/lib/components/elements.d.ts +1 -0
- package/lib/components/functions.d.ts +2 -0
- package/lib/components/functions.qwik.cjs +19 -16
- package/lib/components/functions.qwik.mjs +19 -17
- package/lib/index.d.ts +0 -1
- package/lib/index.qwik.cjs +26 -48
- package/lib/index.qwik.mjs +6 -42
- package/lib/q-manifest.json +239 -0
- package/lib/svg/ChevronDown.d.ts +1 -1
- package/lib/svg/ChevronDown.qwik.cjs +18 -22
- package/lib/svg/ChevronDown.qwik.mjs +19 -23
- package/lib/svg/Link.d.ts +1 -1
- package/lib/svg/Link.qwik.cjs +27 -33
- package/lib/svg/Link.qwik.mjs +28 -34
- package/lib/svg/Menu.d.ts +1 -1
- package/lib/svg/Menu.qwik.cjs +22 -30
- package/lib/svg/Menu.qwik.mjs +23 -31
- package/lib/svg/Minus.d.ts +1 -1
- package/lib/svg/Minus.qwik.cjs +18 -22
- package/lib/svg/Minus.qwik.mjs +19 -23
- package/lib/svg/Plus.d.ts +1 -1
- package/lib/svg/Plus.qwik.cjs +18 -27
- package/lib/svg/Plus.qwik.mjs +19 -28
- package/lib/svg/Shuffle.d.ts +1 -1
- package/lib/svg/Shuffle.qwik.cjs +24 -36
- package/lib/svg/Shuffle.qwik.mjs +25 -37
- package/lib/utils/color.qwik.cjs +101 -115
- package/lib/utils/color.qwik.mjs +102 -122
- package/package.json +14 -14
- package/lib/components/logos/Birdflop.d.ts +0 -7
- package/lib/components/logos/Birdflop.qwik.cjs +0 -73
- package/lib/components/logos/Birdflop.qwik.mjs +0 -73
- package/lib/components/logos/Discord.d.ts +0 -2
- package/lib/components/logos/Discord.qwik.cjs +0 -18
- package/lib/components/logos/Discord.qwik.mjs +0 -18
- package/lib/components/logos/Fabric.d.ts +0 -2
- package/lib/components/logos/Fabric.qwik.cjs +0 -32
- package/lib/components/logos/Fabric.qwik.mjs +0 -32
- package/lib/components/logos/Forge.d.ts +0 -2
- package/lib/components/logos/Forge.qwik.cjs +0 -31
- package/lib/components/logos/Forge.qwik.mjs +0 -31
- package/lib/components/logos/Luminescent.d.ts +0 -3
- package/lib/components/logos/Luminescent.qwik.cjs +0 -143
- package/lib/components/logos/Luminescent.qwik.mjs +0 -143
- package/lib/components/logos/Paper.d.ts +0 -2
- package/lib/components/logos/Paper.qwik.cjs +0 -40
- package/lib/components/logos/Paper.qwik.mjs +0 -40
- package/lib/components/logos/Pterodactyl.d.ts +0 -2
- package/lib/components/logos/Pterodactyl.qwik.cjs +0 -35
- package/lib/components/logos/Pterodactyl.qwik.mjs +0 -35
- package/lib/components/logos/Purpur.d.ts +0 -2
- package/lib/components/logos/Purpur.qwik.cjs +0 -76
- package/lib/components/logos/Purpur.qwik.mjs +0 -76
- package/lib/components/logos/Velocity.d.ts +0 -2
- package/lib/components/logos/Velocity.qwik.cjs +0 -27
- package/lib/components/logos/Velocity.qwik.mjs +0 -27
- package/lib/components/logos/Waterfall.d.ts +0 -2
- package/lib/components/logos/Waterfall.qwik.cjs +0 -21
- package/lib/components/logos/Waterfall.qwik.mjs +0 -21
- package/lib/components/logos.d.ts +0 -10
- /package/lib/components/docs/{IconsLogos.d.ts → Label.d.ts} +0 -0
- /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
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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 | [
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
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
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
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
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
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;
|