@luminescent/ui-qwik 7.0.0-2 → 7.0.0-4
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/index.d.ts +0 -1
- package/lib/components/elements/Anchor.qwik.cjs +5 -5
- package/lib/components/elements/Anchor.qwik.mjs +5 -5
- package/lib/components/elements/ColorPicker.qwik.cjs +24 -24
- package/lib/components/elements/ColorPicker.qwik.mjs +24 -24
- package/lib/components/elements/Dropdown.qwik.cjs +3 -3
- package/lib/components/elements/Dropdown.qwik.mjs +3 -3
- 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 +29 -25
- package/lib/components/elements/Nav.qwik.mjs +29 -25
- package/lib/components/elements/NumberInput.d.ts +1 -0
- package/lib/components/elements/NumberInput.qwik.cjs +28 -20
- package/lib/components/elements/NumberInput.qwik.mjs +29 -21
- package/lib/components/elements/RangeInput.d.ts +1 -0
- package/lib/components/elements/RangeInput.qwik.cjs +13 -12
- package/lib/components/elements/RangeInput.qwik.mjs +13 -12
- package/lib/components/elements/SelectMenu.d.ts +1 -0
- package/lib/components/elements/SelectMenu.qwik.cjs +18 -14
- package/lib/components/elements/SelectMenu.qwik.mjs +18 -14
- package/lib/components/elements/Sidebar.qwik.cjs +4 -4
- package/lib/components/elements/Sidebar.qwik.mjs +4 -4
- package/lib/components/elements/Toggle.d.ts +1 -0
- package/lib/components/elements/Toggle.qwik.cjs +6 -5
- package/lib/components/elements/Toggle.qwik.mjs +6 -5
- 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 +39 -51
- package/lib/svg/ChevronDown.qwik.cjs +3 -3
- package/lib/svg/ChevronDown.qwik.mjs +3 -3
- package/lib/svg/Link.qwik.cjs +5 -5
- package/lib/svg/Link.qwik.mjs +5 -5
- package/lib/svg/Menu.qwik.cjs +5 -5
- package/lib/svg/Menu.qwik.mjs +5 -5
- package/lib/svg/Minus.qwik.cjs +3 -3
- package/lib/svg/Minus.qwik.mjs +3 -3
- package/lib/svg/Plus.qwik.cjs +3 -3
- package/lib/svg/Plus.qwik.mjs +3 -3
- package/lib/svg/Shuffle.qwik.cjs +7 -7
- package/lib/svg/Shuffle.qwik.mjs +7 -7
- package/package.json +15 -17
- 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 -3
- 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
package/lib/svg/Link.qwik.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
let _qwik_dev_core = require("@qwik.dev/core");
|
|
2
2
|
//#region src/svg/Link.tsx
|
|
3
|
-
var Link =
|
|
3
|
+
var Link = /*#__PURE__*/ (0, _qwik_dev_core.componentQrl)(/*#__PURE__*/ (0, _qwik_dev_core.inlinedQrl)((_rawProps) => {
|
|
4
4
|
const props = (0, _qwik_dev_core._restProps)(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ (0, _qwik_dev_core._jsxSplit)("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
8
8
|
height: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
@@ -15,9 +15,9 @@ var Link = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0,
|
|
|
15
15
|
class: "lucide lucide-link2-icon lucide-link-2",
|
|
16
16
|
...(0, _qwik_dev_core._getVarProps)(props)
|
|
17
17
|
}, (0, _qwik_dev_core._getConstProps)(props), [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M9 17H7A5 5 0 0 1 7 7h2" }, null, 3, null),
|
|
19
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M15 7h2a5 5 0 1 1 0 10h-2" }, null, 3, null),
|
|
20
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("line", null, {
|
|
21
21
|
x1: "8",
|
|
22
22
|
x2: "16",
|
|
23
23
|
y1: "12",
|
package/lib/svg/Link.qwik.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, _restProps, _wrapProp, componentQrl, inlinedQrl } from "@qwik.dev/core";
|
|
2
2
|
//#region src/svg/Link.tsx
|
|
3
|
-
var Link =
|
|
3
|
+
var Link = /*#__PURE__*/ componentQrl(/*#__PURE__*/ inlinedQrl((_rawProps) => {
|
|
4
4
|
const props = _restProps(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ _jsxSplit("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: _wrapProp(_rawProps, "size"),
|
|
8
8
|
height: _wrapProp(_rawProps, "size"),
|
|
@@ -15,9 +15,9 @@ var Link = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) =
|
|
|
15
15
|
class: "lucide lucide-link2-icon lucide-link-2",
|
|
16
16
|
..._getVarProps(props)
|
|
17
17
|
}, _getConstProps(props), [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M9 17H7A5 5 0 0 1 7 7h2" }, null, 3, null),
|
|
19
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M15 7h2a5 5 0 1 1 0 10h-2" }, null, 3, null),
|
|
20
|
+
/*#__PURE__*/ _jsxSorted("line", null, {
|
|
21
21
|
x1: "8",
|
|
22
22
|
x2: "16",
|
|
23
23
|
y1: "12",
|
package/lib/svg/Menu.qwik.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
let _qwik_dev_core = require("@qwik.dev/core");
|
|
2
2
|
//#region src/svg/Menu.tsx
|
|
3
|
-
var Menu =
|
|
3
|
+
var Menu = /*#__PURE__*/ (0, _qwik_dev_core.componentQrl)(/*#__PURE__*/ (0, _qwik_dev_core.inlinedQrl)((_rawProps) => {
|
|
4
4
|
const props = (0, _qwik_dev_core._restProps)(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ (0, _qwik_dev_core._jsxSplit)("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
8
8
|
height: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
@@ -15,9 +15,9 @@ var Menu = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0,
|
|
|
15
15
|
class: "lucide lucide-menu-icon lucide-menu",
|
|
16
16
|
...(0, _qwik_dev_core._getVarProps)(props)
|
|
17
17
|
}, (0, _qwik_dev_core._getConstProps)(props), [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M4 12h16" }, null, 3, null),
|
|
19
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M4 18h16" }, null, 3, null),
|
|
20
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M4 6h16" }, null, 3, null)
|
|
21
21
|
], 0, "2h_0");
|
|
22
22
|
}, "Menu_component_vQVEp2ubF7g"));
|
|
23
23
|
//#endregion
|
package/lib/svg/Menu.qwik.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, _restProps, _wrapProp, componentQrl, inlinedQrl } from "@qwik.dev/core";
|
|
2
2
|
//#region src/svg/Menu.tsx
|
|
3
|
-
var Menu =
|
|
3
|
+
var Menu = /*#__PURE__*/ componentQrl(/*#__PURE__*/ inlinedQrl((_rawProps) => {
|
|
4
4
|
const props = _restProps(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ _jsxSplit("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: _wrapProp(_rawProps, "size"),
|
|
8
8
|
height: _wrapProp(_rawProps, "size"),
|
|
@@ -15,9 +15,9 @@ var Menu = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) =
|
|
|
15
15
|
class: "lucide lucide-menu-icon lucide-menu",
|
|
16
16
|
..._getVarProps(props)
|
|
17
17
|
}, _getConstProps(props), [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M4 12h16" }, null, 3, null),
|
|
19
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M4 18h16" }, null, 3, null),
|
|
20
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M4 6h16" }, null, 3, null)
|
|
21
21
|
], 0, "2h_0");
|
|
22
22
|
}, "Menu_component_vQVEp2ubF7g"));
|
|
23
23
|
//#endregion
|
package/lib/svg/Minus.qwik.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
let _qwik_dev_core = require("@qwik.dev/core");
|
|
2
2
|
//#region src/svg/Minus.tsx
|
|
3
|
-
var Minus =
|
|
3
|
+
var Minus = /*#__PURE__*/ (0, _qwik_dev_core.componentQrl)(/*#__PURE__*/ (0, _qwik_dev_core.inlinedQrl)((_rawProps) => {
|
|
4
4
|
const props = (0, _qwik_dev_core._restProps)(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ (0, _qwik_dev_core._jsxSplit)("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
8
8
|
height: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
@@ -14,7 +14,7 @@ var Minus = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0,
|
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
class: "lucide lucide-minus-icon lucide-minus",
|
|
16
16
|
...(0, _qwik_dev_core._getVarProps)(props)
|
|
17
|
-
}, (0, _qwik_dev_core._getConstProps)(props),
|
|
17
|
+
}, (0, _qwik_dev_core._getConstProps)(props), /*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M5 12h14" }, null, 3, null), 0, "tk_0");
|
|
18
18
|
}, "Minus_component_eaRlUyV3g0s"));
|
|
19
19
|
//#endregion
|
|
20
20
|
exports.Minus = Minus;
|
package/lib/svg/Minus.qwik.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, _restProps, _wrapProp, componentQrl, inlinedQrl } from "@qwik.dev/core";
|
|
2
2
|
//#region src/svg/Minus.tsx
|
|
3
|
-
var Minus =
|
|
3
|
+
var Minus = /*#__PURE__*/ componentQrl(/*#__PURE__*/ inlinedQrl((_rawProps) => {
|
|
4
4
|
const props = _restProps(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ _jsxSplit("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: _wrapProp(_rawProps, "size"),
|
|
8
8
|
height: _wrapProp(_rawProps, "size"),
|
|
@@ -14,7 +14,7 @@ var Minus = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps)
|
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
class: "lucide lucide-minus-icon lucide-minus",
|
|
16
16
|
..._getVarProps(props)
|
|
17
|
-
}, _getConstProps(props),
|
|
17
|
+
}, _getConstProps(props), /*#__PURE__*/ _jsxSorted("path", null, { d: "M5 12h14" }, null, 3, null), 0, "tk_0");
|
|
18
18
|
}, "Minus_component_eaRlUyV3g0s"));
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Minus };
|
package/lib/svg/Plus.qwik.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
let _qwik_dev_core = require("@qwik.dev/core");
|
|
2
2
|
//#region src/svg/Plus.tsx
|
|
3
|
-
var Plus =
|
|
3
|
+
var Plus = /*#__PURE__*/ (0, _qwik_dev_core.componentQrl)(/*#__PURE__*/ (0, _qwik_dev_core.inlinedQrl)((_rawProps) => {
|
|
4
4
|
const props = (0, _qwik_dev_core._restProps)(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ (0, _qwik_dev_core._jsxSplit)("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
8
8
|
height: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
@@ -14,7 +14,7 @@ var Plus = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0,
|
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
class: "lucide lucide-plus-icon lucide-plus",
|
|
16
16
|
...(0, _qwik_dev_core._getVarProps)(props)
|
|
17
|
-
}, (0, _qwik_dev_core._getConstProps)(props), [
|
|
17
|
+
}, (0, _qwik_dev_core._getConstProps)(props), [/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M5 12h14" }, null, 3, null), /*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M12 5v14" }, null, 3, null)], 0, "1y_0");
|
|
18
18
|
}, "Plus_component_MKiwkkJ7or4"));
|
|
19
19
|
//#endregion
|
|
20
20
|
exports.Plus = Plus;
|
package/lib/svg/Plus.qwik.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, _restProps, _wrapProp, componentQrl, inlinedQrl } from "@qwik.dev/core";
|
|
2
2
|
//#region src/svg/Plus.tsx
|
|
3
|
-
var Plus =
|
|
3
|
+
var Plus = /*#__PURE__*/ componentQrl(/*#__PURE__*/ inlinedQrl((_rawProps) => {
|
|
4
4
|
const props = _restProps(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ _jsxSplit("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: _wrapProp(_rawProps, "size"),
|
|
8
8
|
height: _wrapProp(_rawProps, "size"),
|
|
@@ -14,7 +14,7 @@ var Plus = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps) =
|
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
class: "lucide lucide-plus-icon lucide-plus",
|
|
16
16
|
..._getVarProps(props)
|
|
17
|
-
}, _getConstProps(props), [
|
|
17
|
+
}, _getConstProps(props), [/*#__PURE__*/ _jsxSorted("path", null, { d: "M5 12h14" }, null, 3, null), /*#__PURE__*/ _jsxSorted("path", null, { d: "M12 5v14" }, null, 3, null)], 0, "1y_0");
|
|
18
18
|
}, "Plus_component_MKiwkkJ7or4"));
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Plus };
|
package/lib/svg/Shuffle.qwik.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
let _qwik_dev_core = require("@qwik.dev/core");
|
|
2
2
|
//#region src/svg/Shuffle.tsx
|
|
3
|
-
var Shuffle =
|
|
3
|
+
var Shuffle = /*#__PURE__*/ (0, _qwik_dev_core.componentQrl)(/*#__PURE__*/ (0, _qwik_dev_core.inlinedQrl)((_rawProps) => {
|
|
4
4
|
const props = (0, _qwik_dev_core._restProps)(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ (0, _qwik_dev_core._jsxSplit)("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
8
8
|
height: (0, _qwik_dev_core._wrapProp)(_rawProps, "size"),
|
|
@@ -15,11 +15,11 @@ var Shuffle = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (
|
|
|
15
15
|
class: "lucide lucide-shuffle-icon lucide-shuffle",
|
|
16
16
|
...(0, _qwik_dev_core._getVarProps)(props)
|
|
17
17
|
}, (0, _qwik_dev_core._getConstProps)(props), [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "m18 14 4 4-4 4" }, null, 3, null),
|
|
19
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "m18 2 4 4-4 4" }, null, 3, null),
|
|
20
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22" }, null, 3, null),
|
|
21
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M2 6h1.972a4 4 0 0 1 3.6 2.2" }, null, 3, null),
|
|
22
|
+
/*#__PURE__*/ (0, _qwik_dev_core._jsxSorted)("path", null, { d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45" }, null, 3, null)
|
|
23
23
|
], 0, "z5_0");
|
|
24
24
|
}, "Shuffle_component_17D0HKe0U1U"));
|
|
25
25
|
//#endregion
|
package/lib/svg/Shuffle.qwik.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, _restProps, _wrapProp, componentQrl, inlinedQrl } from "@qwik.dev/core";
|
|
2
2
|
//#region src/svg/Shuffle.tsx
|
|
3
|
-
var Shuffle =
|
|
3
|
+
var Shuffle = /*#__PURE__*/ componentQrl(/*#__PURE__*/ inlinedQrl((_rawProps) => {
|
|
4
4
|
const props = _restProps(_rawProps, ["size"]);
|
|
5
|
-
return
|
|
5
|
+
return /*#__PURE__*/ _jsxSplit("svg", {
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
width: _wrapProp(_rawProps, "size"),
|
|
8
8
|
height: _wrapProp(_rawProps, "size"),
|
|
@@ -15,11 +15,11 @@ var Shuffle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl((_rawProps
|
|
|
15
15
|
class: "lucide lucide-shuffle-icon lucide-shuffle",
|
|
16
16
|
..._getVarProps(props)
|
|
17
17
|
}, _getConstProps(props), [
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "m18 14 4 4-4 4" }, null, 3, null),
|
|
19
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "m18 2 4 4-4 4" }, null, 3, null),
|
|
20
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22" }, null, 3, null),
|
|
21
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M2 6h1.972a4 4 0 0 1 3.6 2.2" }, null, 3, null),
|
|
22
|
+
/*#__PURE__*/ _jsxSorted("path", null, { d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45" }, null, 3, null)
|
|
23
23
|
], 0, "z5_0");
|
|
24
24
|
}, "Shuffle_component_17D0HKe0U1U"));
|
|
25
25
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luminescent/ui-qwik",
|
|
3
|
-
"version": "7.0.0-
|
|
3
|
+
"version": "7.0.0-4",
|
|
4
4
|
"description": "Luminescent UI library - Qwik",
|
|
5
5
|
"main": "./lib/index.qwik.mjs",
|
|
6
6
|
"qwik": "./lib/index.qwik.mjs",
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"types": "./lib/index.d.ts",
|
|
11
11
|
"import": "./lib/index.qwik.mjs",
|
|
12
12
|
"require": "./lib/index.qwik.cjs"
|
|
13
|
-
}
|
|
14
|
-
"./config": "./tailwind.config.js"
|
|
13
|
+
}
|
|
15
14
|
},
|
|
16
15
|
"files": [
|
|
17
16
|
"lib"
|
|
@@ -27,25 +26,24 @@
|
|
|
27
26
|
"access": "public"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
|
-
"@anuragroy/tailwindcss-animate": "^1.0.6",
|
|
31
29
|
"@eslint/js": "latest",
|
|
32
|
-
"@qwik.dev/core": "^2.0.0-beta.
|
|
33
|
-
"@qwik.dev/router": "^2.0.0-beta.
|
|
34
|
-
"@tailwindcss/vite": "^4.
|
|
35
|
-
"@types/node": "25.
|
|
36
|
-
"eslint": "10.
|
|
30
|
+
"@qwik.dev/core": "^2.0.0-beta.36",
|
|
31
|
+
"@qwik.dev/router": "^2.0.0-beta.36",
|
|
32
|
+
"@tailwindcss/vite": "^4.3.1",
|
|
33
|
+
"@types/node": "25.9.3",
|
|
34
|
+
"eslint": "10.5.0",
|
|
37
35
|
"eslint-plugin-qwik": "^2.0.0-beta.30",
|
|
38
|
-
"globals": "17.
|
|
39
|
-
"np": "^11.
|
|
40
|
-
"prettier": "3.8.
|
|
41
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
42
|
-
"tailwindcss": "4.
|
|
36
|
+
"globals": "17.6.0",
|
|
37
|
+
"np": "^11.2.1",
|
|
38
|
+
"prettier": "3.8.4",
|
|
39
|
+
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
40
|
+
"tailwindcss": "4.3.1",
|
|
43
41
|
"typescript": "5.9.3",
|
|
44
|
-
"typescript-eslint": "8.
|
|
45
|
-
"vite": "8.0.
|
|
42
|
+
"typescript-eslint": "8.61.1",
|
|
43
|
+
"vite": "8.0.16"
|
|
46
44
|
},
|
|
47
45
|
"peerDependencies": {
|
|
48
|
-
"@luminescent/ui": "
|
|
46
|
+
"@luminescent/ui": "7.0.0"
|
|
49
47
|
},
|
|
50
48
|
"scripts": {
|
|
51
49
|
"build": "qwik build",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
["../components/elements/Anchor.qwik.mjs",27,40,"../components/elements/Blobs.qwik.mjs",27,"../components/elements/ColorPicker.qwik.mjs",27,44,45,"../components/elements/Dropdown.qwik.mjs",27,39,"../components/elements/Label.qwik.mjs","../components/elements/Nav.qwik.mjs",27,41,"../components/elements/NumberInput.qwik.mjs",27,42,43,"../components/elements/RangeInput.qwik.mjs","../components/elements/SelectMenu.qwik.mjs",9,"../components/elements/Sidebar.qwik.mjs",27,"../components/elements/Toggle.qwik.mjs",27,"../components/functions.qwik.mjs","../index.qwik.mjs",0,3,5,12,13,16,20,21,23,25,"../svg/ChevronDown.qwik.mjs","../svg/Link.qwik.mjs","../svg/Menu.qwik.mjs","../svg/Minus.qwik.mjs","../svg/Plus.qwik.mjs","../svg/Shuffle.qwik.mjs","../utils/color.qwik.mjs"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
["../components/elements/Anchor.qwik.cjs",27,40,"../components/elements/Blobs.qwik.cjs",27,"../components/elements/ColorPicker.qwik.cjs",27,44,45,"../components/elements/Dropdown.qwik.cjs",27,39,"../components/elements/Label.qwik.cjs","../components/elements/Nav.qwik.cjs",27,41,"../components/elements/NumberInput.qwik.cjs",27,42,43,"../components/elements/RangeInput.qwik.cjs","../components/elements/SelectMenu.qwik.cjs",9,"../components/elements/Sidebar.qwik.cjs",27,"../components/elements/Toggle.qwik.cjs",27,"../components/functions.qwik.cjs","../index.qwik.cjs",0,3,5,12,13,16,20,21,23,25,"../svg/ChevronDown.qwik.cjs","../svg/Link.qwik.cjs","../svg/Menu.qwik.cjs","../svg/Minus.qwik.cjs","../svg/Plus.qwik.cjs","../svg/Shuffle.qwik.cjs","../utils/color.qwik.cjs"]
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ClassList } from '@qwik.dev/core';
|
|
2
|
-
export interface BlobProps {
|
|
3
|
-
class?: ClassList;
|
|
4
|
-
style?: {
|
|
5
|
-
[key: string]: string | number;
|
|
6
|
-
};
|
|
7
|
-
color?: keyof typeof blobColorClasses | [ClassList, ClassList, ClassList];
|
|
8
|
-
blur?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
9
|
-
}
|
|
10
|
-
export declare const blobColorClasses: {
|
|
11
|
-
slate: string[];
|
|
12
|
-
gray: string[];
|
|
13
|
-
darkgray: string[];
|
|
14
|
-
darkergray: string[];
|
|
15
|
-
zinc: string[];
|
|
16
|
-
neutral: string[];
|
|
17
|
-
stone: string[];
|
|
18
|
-
red: string[];
|
|
19
|
-
orange: string[];
|
|
20
|
-
amber: string[];
|
|
21
|
-
yellow: string[];
|
|
22
|
-
lime: string[];
|
|
23
|
-
green: string[];
|
|
24
|
-
emerald: string[];
|
|
25
|
-
teal: string[];
|
|
26
|
-
cyan: string[];
|
|
27
|
-
sky: string[];
|
|
28
|
-
blue: string[];
|
|
29
|
-
indigo: string[];
|
|
30
|
-
violet: string[];
|
|
31
|
-
purple: string[];
|
|
32
|
-
fuchsia: string[];
|
|
33
|
-
pink: string[];
|
|
34
|
-
rose: string[];
|
|
35
|
-
};
|
|
36
|
-
export declare const Blobs: import("@qwik.dev/core").Component<BlobProps>;
|
|
@@ -1,190 +0,0 @@
|
|
|
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
|
-
]
|
|
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__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0, _qwik_dev_core.inlinedQrl)((_rawProps) => {
|
|
140
|
-
const props = (0, _qwik_dev_core._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__ */ (0, _qwik_dev_core._jsxSorted)("div", {
|
|
148
|
-
class: {
|
|
149
|
-
"animate-in fade-in anim-duration-[2s] absolute inset-0 transition-all motion-reduce:hidden": true,
|
|
150
|
-
...require_functions.getClassObject(_rawProps.class)
|
|
151
|
-
},
|
|
152
|
-
style: (0, _qwik_dev_core._fnSignal)(_hf0, [props])
|
|
153
|
-
}, null, [
|
|
154
|
-
/* @__PURE__ */ (0, _qwik_dev_core._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
|
-
...require_functions.getClassObject(colorClass[0])
|
|
163
|
-
} }, null, null, 3, null),
|
|
164
|
-
/* @__PURE__ */ (0, _qwik_dev_core._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
|
-
...require_functions.getClassObject(colorClass[1])
|
|
174
|
-
} }, null, null, 3, null),
|
|
175
|
-
/* @__PURE__ */ (0, _qwik_dev_core._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
|
-
...require_functions.getClassObject(colorClass[2])
|
|
185
|
-
} }, null, null, 3, null)
|
|
186
|
-
], 1, "Mx_0");
|
|
187
|
-
}, "Blobs_component_xCrUzl14bRQ"));
|
|
188
|
-
//#endregion
|
|
189
|
-
exports.Blobs = Blobs;
|
|
190
|
-
exports.blobColorClasses = blobColorClasses;
|