@luminescent/ui-qwik 7.0.0-1 → 7.0.0-3
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/lib/assets/CggnzkAK-bundle-graph.json +1 -0
- package/lib/assets/CyrvYwp8-bundle-graph.json +1 -0
- package/lib/components/docs/Anchor.d.ts +1 -2
- package/lib/components/docs/ColorPicker.d.ts +1 -2
- package/lib/components/docs/Dropdown.d.ts +1 -2
- package/lib/components/docs/Label.d.ts +1 -2
- package/lib/components/docs/LumBtn.d.ts +3 -0
- package/lib/components/docs/LumCard.d.ts +3 -0
- package/lib/components/docs/LumClasses.d.ts +3 -0
- package/lib/components/docs/LumInput.d.ts +3 -0
- package/lib/components/docs/Nav.d.ts +1 -2
- package/lib/components/docs/NumberInput.d.ts +1 -2
- package/lib/components/docs/RangeInput.d.ts +1 -2
- package/lib/components/docs/SelectMenu.d.ts +1 -2
- package/lib/components/docs/Settings.d.ts +1 -2
- package/lib/components/docs/Sidebar.d.ts +1 -2
- package/lib/components/docs/Toggle.d.ts +1 -2
- package/lib/components/docs/index.d.ts +15 -0
- package/lib/components/elements/Label.d.ts +1 -0
- package/lib/components/elements/Label.qwik.cjs +7 -3
- package/lib/components/elements/Label.qwik.mjs +8 -4
- package/lib/components/elements/Nav.d.ts +1 -0
- package/lib/components/elements/Nav.qwik.cjs +42 -36
- package/lib/components/elements/Nav.qwik.mjs +43 -37
- package/lib/components/elements/NumberInput.d.ts +1 -0
- package/lib/components/elements/NumberInput.qwik.cjs +4 -3
- package/lib/components/elements/NumberInput.qwik.mjs +4 -3
- package/lib/components/elements/RangeInput.d.ts +1 -0
- package/lib/components/elements/RangeInput.qwik.cjs +4 -3
- package/lib/components/elements/RangeInput.qwik.mjs +4 -3
- package/lib/components/elements/SelectMenu.d.ts +1 -0
- package/lib/components/elements/SelectMenu.qwik.cjs +7 -3
- package/lib/components/elements/SelectMenu.qwik.mjs +7 -3
- package/lib/components/elements/Toggle.d.ts +1 -0
- package/lib/components/elements/Toggle.qwik.cjs +4 -3
- package/lib/components/elements/Toggle.qwik.mjs +4 -3
- package/lib/components/elements.d.ts +0 -1
- package/lib/index.qwik.cjs +0 -3
- package/lib/index.qwik.mjs +1 -2
- package/lib/q-manifest.json +19 -31
- package/package.json +3 -5
- package/lib/assets/BBIagblG-bundle-graph.json +0 -1
- package/lib/assets/ChtqwOpy-bundle-graph.json +0 -1
- package/lib/components/docs/Blobs.d.ts +0 -4
- package/lib/components/docs/lum-btn.d.ts +0 -4
- package/lib/components/docs/lum-card.d.ts +0 -4
- package/lib/components/docs/lum-classes.d.ts +0 -4
- package/lib/components/docs/lum-input.d.ts +0 -4
- package/lib/components/elements/Blobs.d.ts +0 -36
- package/lib/components/elements/Blobs.qwik.cjs +0 -190
- package/lib/components/elements/Blobs.qwik.mjs +0 -189
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
import { getClassObject } from "../functions.qwik.mjs";
|
|
2
|
-
import { _fnSignal, _jsxSorted, _restProps, componentQrl, inlinedQrl } from "@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
|
-
]
|
|
129
|
-
};
|
|
130
|
-
var blobClasses = [
|
|
131
|
-
"animate-blob",
|
|
132
|
-
"animate-blob1",
|
|
133
|
-
"animate-blob2",
|
|
134
|
-
"animate-blob3",
|
|
135
|
-
"animate-blob4",
|
|
136
|
-
"animate-blob5",
|
|
137
|
-
"animate-blob6"
|
|
138
|
-
];
|
|
139
|
-
var Blobs = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) => {
|
|
140
|
-
const props = _restProps(_rawProps, [
|
|
141
|
-
"class",
|
|
142
|
-
"color",
|
|
143
|
-
"blur"
|
|
144
|
-
]);
|
|
145
|
-
const blob = Math.round(Math.random() * 6);
|
|
146
|
-
const colorClass = typeof (_rawProps.color ?? "darkgray") == "string" ? blobColorClasses[_rawProps.color ?? "darkgray"] : _rawProps.color ?? "darkgray";
|
|
147
|
-
return /* @__PURE__ */ _jsxSorted("div", {
|
|
148
|
-
class: {
|
|
149
|
-
"animate-in fade-in anim-duration-[2s] absolute inset-0 transition-all motion-reduce:hidden": true,
|
|
150
|
-
...getClassObject(_rawProps.class)
|
|
151
|
-
},
|
|
152
|
-
style: _fnSignal(_hf0, [props])
|
|
153
|
-
}, null, [
|
|
154
|
-
/* @__PURE__ */ _jsxSorted("div", { class: {
|
|
155
|
-
"absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
|
|
156
|
-
"blur-xs": (_rawProps.blur ?? "xl") === "xs",
|
|
157
|
-
"blur-sm": (_rawProps.blur ?? "xl") === "sm",
|
|
158
|
-
"blur-md": (_rawProps.blur ?? "xl") === "md",
|
|
159
|
-
"blur-lg": (_rawProps.blur ?? "xl") === "lg",
|
|
160
|
-
"blur-xl": (_rawProps.blur ?? "xl") === "xl",
|
|
161
|
-
[blobClasses[blob]]: true,
|
|
162
|
-
...getClassObject(colorClass[0])
|
|
163
|
-
} }, null, null, 3, null),
|
|
164
|
-
/* @__PURE__ */ _jsxSorted("div", { class: {
|
|
165
|
-
"absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
|
|
166
|
-
"blur-xs": (_rawProps.blur ?? "xl") === "xs",
|
|
167
|
-
"blur-sm": (_rawProps.blur ?? "xl") === "sm",
|
|
168
|
-
"blur-md": (_rawProps.blur ?? "xl") === "md",
|
|
169
|
-
"blur-lg": (_rawProps.blur ?? "xl") === "lg",
|
|
170
|
-
"blur-xl": (_rawProps.blur ?? "xl") === "xl",
|
|
171
|
-
"anim-delay-[-5s]": true,
|
|
172
|
-
[blobClasses[blob]]: true,
|
|
173
|
-
...getClassObject(colorClass[1])
|
|
174
|
-
} }, null, null, 3, null),
|
|
175
|
-
/* @__PURE__ */ _jsxSorted("div", { class: {
|
|
176
|
-
"absolute top-0 h-[30cqw] w-[30cqw] rounded-full opacity-20 ease-in-out": true,
|
|
177
|
-
"blur-xs": (_rawProps.blur ?? "xl") === "xs",
|
|
178
|
-
"blur-sm": (_rawProps.blur ?? "xl") === "sm",
|
|
179
|
-
"blur-md": (_rawProps.blur ?? "xl") === "md",
|
|
180
|
-
"blur-lg": (_rawProps.blur ?? "xl") === "lg",
|
|
181
|
-
"blur-xl": (_rawProps.blur ?? "xl") === "xl",
|
|
182
|
-
"anim-delay-[-10s]": true,
|
|
183
|
-
[blobClasses[blob]]: true,
|
|
184
|
-
...getClassObject(colorClass[2])
|
|
185
|
-
} }, null, null, 3, null)
|
|
186
|
-
], 1, "Mx_0");
|
|
187
|
-
}, "Blobs_component_xCrUzl14bRQ"));
|
|
188
|
-
//#endregion
|
|
189
|
-
export { Blobs, blobColorClasses };
|