@luminescent/ui-qwik 6.8.3-2 → 6.9.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/index.qwik.cjs +1746 -47
- package/lib/index.qwik.mjs +1720 -21
- package/lib-types/components/docs/Anchor.d.ts +4 -0
- package/lib-types/components/docs/Blobs.d.ts +4 -0
- package/lib-types/components/docs/ColorPicker.d.ts +4 -0
- package/lib-types/components/docs/Dropdown.d.ts +4 -0
- package/lib-types/components/docs/IconsLogos.d.ts +4 -0
- package/lib-types/components/docs/Nav.d.ts +4 -0
- package/lib-types/components/docs/NumberInput.d.ts +4 -0
- package/lib-types/components/docs/RangeInput.d.ts +4 -0
- package/lib-types/components/docs/SelectMenu.d.ts +4 -0
- package/lib-types/components/docs/Settings.d.ts +2 -0
- package/lib-types/components/docs/Sidebar.d.ts +4 -0
- package/lib-types/components/docs/Toggle.d.ts +4 -0
- package/lib-types/components/docs/lum-btn.d.ts +4 -0
- package/lib-types/components/docs/lum-card.d.ts +4 -0
- package/lib-types/components/docs/lum-classes.d.ts +4 -0
- package/lib-types/components/docs/lum-input.d.ts +4 -0
- package/{lib → lib-types}/components/elements/Anchor.d.ts +2 -2
- package/{lib → lib-types}/components/elements/Blobs.d.ts +1 -1
- package/{lib → lib-types}/components/elements/ColorPicker.d.ts +2 -2
- package/{lib → lib-types}/components/elements/Dropdown.d.ts +2 -2
- package/{lib → lib-types}/components/elements/Nav.d.ts +2 -2
- package/lib-types/components/elements/NumberInput.d.ts +21 -0
- package/{lib → lib-types}/components/elements/RangeInput.d.ts +3 -3
- package/{lib → lib-types}/components/elements/SelectMenu.d.ts +3 -3
- package/{lib → lib-types}/components/elements/Sidebar.d.ts +2 -2
- package/{lib → lib-types}/components/elements/Toggle.d.ts +2 -2
- package/{lib → lib-types}/components/logos/Birdflop.d.ts +1 -1
- package/{lib/components/logos/Waterfall.d.ts → lib-types/components/logos/Discord.d.ts} +1 -1
- package/{lib/components/logos/Velocity.d.ts → lib-types/components/logos/Fabric.d.ts} +1 -1
- package/lib-types/components/logos/Forge.d.ts +2 -0
- package/{lib → lib-types}/components/logos/IconProps.d.ts +1 -1
- package/lib-types/components/logos/Luminescent.d.ts +3 -0
- package/lib-types/components/logos/Paper.d.ts +2 -0
- package/lib-types/components/logos/Pterodactyl.d.ts +2 -0
- package/lib-types/components/logos/Purpur.d.ts +2 -0
- package/lib-types/components/logos/Velocity.d.ts +2 -0
- package/{lib/components/logos/Pterodactyl.d.ts → lib-types/components/logos/Waterfall.d.ts} +1 -1
- package/lib-types/entry.dev.d.ts +2 -0
- package/lib-types/entry.ssr.d.ts +14 -0
- package/lib-types/root.d.ts +3 -0
- package/lib-types/svg/ChevronDown.d.ts +2 -0
- package/lib-types/svg/Link.d.ts +2 -0
- package/lib-types/svg/Menu.d.ts +2 -0
- package/{lib/svg/Shuffle.d.ts → lib-types/svg/Minus.d.ts} +1 -1
- package/lib-types/svg/Plus.d.ts +2 -0
- package/lib-types/svg/Shuffle.d.ts +2 -0
- package/package.json +25 -22
- package/tailwind.config.js +94 -0
- package/lib/components/docs/Anchor.d.ts +0 -4
- package/lib/components/docs/Blobs.d.ts +0 -4
- package/lib/components/docs/ColorPicker.d.ts +0 -4
- package/lib/components/docs/Dropdown.d.ts +0 -4
- package/lib/components/docs/IconsLogos.d.ts +0 -4
- package/lib/components/docs/Nav.d.ts +0 -4
- package/lib/components/docs/NumberInput.d.ts +0 -4
- package/lib/components/docs/RangeInput.d.ts +0 -4
- package/lib/components/docs/SelectMenu.d.ts +0 -4
- package/lib/components/docs/Settings.d.ts +0 -2
- package/lib/components/docs/Sidebar.d.ts +0 -4
- package/lib/components/docs/Toggle.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/Anchor.qwik.cjs +0 -26
- package/lib/components/elements/Anchor.qwik.mjs +0 -26
- package/lib/components/elements/Blobs.qwik.cjs +0 -191
- package/lib/components/elements/Blobs.qwik.mjs +0 -191
- package/lib/components/elements/ColorPicker.qwik.cjs +0 -314
- package/lib/components/elements/ColorPicker.qwik.mjs +0 -314
- package/lib/components/elements/Dropdown.qwik.cjs +0 -31
- package/lib/components/elements/Dropdown.qwik.mjs +0 -31
- package/lib/components/elements/Nav.qwik.cjs +0 -98
- package/lib/components/elements/Nav.qwik.mjs +0 -98
- package/lib/components/elements/NumberInput.d.ts +0 -21
- package/lib/components/elements/NumberInput.qwik.cjs +0 -87
- package/lib/components/elements/NumberInput.qwik.mjs +0 -87
- package/lib/components/elements/RangeInput.qwik.cjs +0 -77
- package/lib/components/elements/RangeInput.qwik.mjs +0 -77
- package/lib/components/elements/SelectMenu.qwik.cjs +0 -134
- package/lib/components/elements/SelectMenu.qwik.mjs +0 -134
- package/lib/components/elements/Sidebar.qwik.cjs +0 -37
- package/lib/components/elements/Sidebar.qwik.mjs +0 -37
- package/lib/components/elements/Toggle.qwik.cjs +0 -39
- package/lib/components/elements/Toggle.qwik.mjs +0 -39
- package/lib/components/functions.qwik.cjs +0 -18
- package/lib/components/functions.qwik.mjs +0 -18
- 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.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.qwik.cjs +0 -27
- package/lib/components/logos/Velocity.qwik.mjs +0 -27
- package/lib/components/logos/Waterfall.qwik.cjs +0 -21
- package/lib/components/logos/Waterfall.qwik.mjs +0 -21
- package/lib/svg/ChevronDown.d.ts +0 -2
- package/lib/svg/ChevronDown.qwik.cjs +0 -23
- package/lib/svg/ChevronDown.qwik.mjs +0 -23
- package/lib/svg/Link.d.ts +0 -2
- package/lib/svg/Link.qwik.cjs +0 -34
- package/lib/svg/Link.qwik.mjs +0 -34
- package/lib/svg/Menu.d.ts +0 -2
- package/lib/svg/Menu.qwik.cjs +0 -31
- package/lib/svg/Menu.qwik.mjs +0 -31
- package/lib/svg/Minus.d.ts +0 -2
- package/lib/svg/Minus.qwik.cjs +0 -23
- package/lib/svg/Minus.qwik.mjs +0 -23
- package/lib/svg/Plus.d.ts +0 -2
- package/lib/svg/Plus.qwik.cjs +0 -28
- package/lib/svg/Plus.qwik.mjs +0 -28
- package/lib/svg/Shuffle.qwik.cjs +0 -37
- package/lib/svg/Shuffle.qwik.mjs +0 -37
- package/lib/utils/color.qwik.cjs +0 -134
- package/lib/utils/color.qwik.mjs +0 -134
- /package/{lib → lib-types}/components/elements.d.ts +0 -0
- /package/{lib → lib-types}/components/functions.d.ts +0 -0
- /package/{lib → lib-types}/components/logos.d.ts +0 -0
- /package/{lib → lib-types}/index.d.ts +0 -0
- /package/{lib → lib-types}/utils/color.d.ts +0 -0
|
@@ -1,27 +0,0 @@
|
|
|
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 LogoVelocity = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
-
viewBox: "0 0 500 500",
|
|
8
|
-
fill: "currentColor",
|
|
9
|
-
width: size,
|
|
10
|
-
height: size,
|
|
11
|
-
...props,
|
|
12
|
-
children: [
|
|
13
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
14
|
-
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"
|
|
15
|
-
}),
|
|
16
|
-
/* @__PURE__ */ jsxRuntime.jsx("circle", {
|
|
17
|
-
cx: "416.44",
|
|
18
|
-
cy: "236.11",
|
|
19
|
-
r: "9.83"
|
|
20
|
-
}),
|
|
21
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
22
|
-
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"
|
|
23
|
-
})
|
|
24
|
-
]
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
exports.LogoVelocity = LogoVelocity;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const LogoVelocity = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
-
viewBox: "0 0 500 500",
|
|
6
|
-
fill: "currentColor",
|
|
7
|
-
width: size,
|
|
8
|
-
height: size,
|
|
9
|
-
...props,
|
|
10
|
-
children: [
|
|
11
|
-
/* @__PURE__ */ jsx("path", {
|
|
12
|
-
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"
|
|
13
|
-
}),
|
|
14
|
-
/* @__PURE__ */ jsx("circle", {
|
|
15
|
-
cx: "416.44",
|
|
16
|
-
cy: "236.11",
|
|
17
|
-
r: "9.83"
|
|
18
|
-
}),
|
|
19
|
-
/* @__PURE__ */ jsx("path", {
|
|
20
|
-
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"
|
|
21
|
-
})
|
|
22
|
-
]
|
|
23
|
-
});
|
|
24
|
-
});
|
|
25
|
-
export {
|
|
26
|
-
LogoVelocity
|
|
27
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
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 LogoWaterfall = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", {
|
|
7
|
-
viewBox: "0 0 24 24",
|
|
8
|
-
fill: "none",
|
|
9
|
-
stroke: "currentColor",
|
|
10
|
-
"stroke-width": "2",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
width: size,
|
|
14
|
-
height: size,
|
|
15
|
-
...props,
|
|
16
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
17
|
-
d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
|
|
18
|
-
})
|
|
19
|
-
});
|
|
20
|
-
});
|
|
21
|
-
exports.LogoWaterfall = LogoWaterfall;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const LogoWaterfall = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsx("svg", {
|
|
5
|
-
viewBox: "0 0 24 24",
|
|
6
|
-
fill: "none",
|
|
7
|
-
stroke: "currentColor",
|
|
8
|
-
"stroke-width": "2",
|
|
9
|
-
"stroke-linecap": "round",
|
|
10
|
-
"stroke-linejoin": "round",
|
|
11
|
-
width: size,
|
|
12
|
-
height: size,
|
|
13
|
-
...props,
|
|
14
|
-
children: /* @__PURE__ */ jsx("path", {
|
|
15
|
-
d: "M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"
|
|
16
|
-
})
|
|
17
|
-
});
|
|
18
|
-
});
|
|
19
|
-
export {
|
|
20
|
-
LogoWaterfall
|
|
21
|
-
};
|
package/lib/svg/ChevronDown.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
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 ChevronDown = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width: size,
|
|
9
|
-
height: size,
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-width": "2",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round",
|
|
16
|
-
class: "lucide lucide-chevron-down-icon lucide-chevron-down",
|
|
17
|
-
...props,
|
|
18
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
-
d: "m6 9 6 6 6-6"
|
|
20
|
-
})
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
exports.ChevronDown = ChevronDown;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const ChevronDown = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsx("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: size,
|
|
7
|
-
height: size,
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-width": "2",
|
|
12
|
-
"stroke-linecap": "round",
|
|
13
|
-
"stroke-linejoin": "round",
|
|
14
|
-
class: "lucide lucide-chevron-down-icon lucide-chevron-down",
|
|
15
|
-
...props,
|
|
16
|
-
children: /* @__PURE__ */ jsx("path", {
|
|
17
|
-
d: "m6 9 6 6 6-6"
|
|
18
|
-
})
|
|
19
|
-
});
|
|
20
|
-
});
|
|
21
|
-
export {
|
|
22
|
-
ChevronDown
|
|
23
|
-
};
|
package/lib/svg/Link.d.ts
DELETED
package/lib/svg/Link.qwik.cjs
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
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 = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width: size,
|
|
9
|
-
height: size,
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-width": "2",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round",
|
|
16
|
-
class: "lucide lucide-link2-icon lucide-link-2",
|
|
17
|
-
...props,
|
|
18
|
-
children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
-
d: "M9 17H7A5 5 0 0 1 7 7h2"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
-
d: "M15 7h2a5 5 0 1 1 0 10h-2"
|
|
24
|
-
}),
|
|
25
|
-
/* @__PURE__ */ jsxRuntime.jsx("line", {
|
|
26
|
-
x1: "8",
|
|
27
|
-
x2: "16",
|
|
28
|
-
y1: "12",
|
|
29
|
-
y2: "12"
|
|
30
|
-
})
|
|
31
|
-
]
|
|
32
|
-
});
|
|
33
|
-
});
|
|
34
|
-
exports.Link = Link;
|
package/lib/svg/Link.qwik.mjs
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const Link = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: size,
|
|
7
|
-
height: size,
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-width": "2",
|
|
12
|
-
"stroke-linecap": "round",
|
|
13
|
-
"stroke-linejoin": "round",
|
|
14
|
-
class: "lucide lucide-link2-icon lucide-link-2",
|
|
15
|
-
...props,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ jsx("path", {
|
|
18
|
-
d: "M9 17H7A5 5 0 0 1 7 7h2"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ jsx("path", {
|
|
21
|
-
d: "M15 7h2a5 5 0 1 1 0 10h-2"
|
|
22
|
-
}),
|
|
23
|
-
/* @__PURE__ */ jsx("line", {
|
|
24
|
-
x1: "8",
|
|
25
|
-
x2: "16",
|
|
26
|
-
y1: "12",
|
|
27
|
-
y2: "12"
|
|
28
|
-
})
|
|
29
|
-
]
|
|
30
|
-
});
|
|
31
|
-
});
|
|
32
|
-
export {
|
|
33
|
-
Link
|
|
34
|
-
};
|
package/lib/svg/Menu.d.ts
DELETED
package/lib/svg/Menu.qwik.cjs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
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 Menu = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width: size,
|
|
9
|
-
height: size,
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-width": "2",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round",
|
|
16
|
-
class: "lucide lucide-menu-icon lucide-menu",
|
|
17
|
-
...props,
|
|
18
|
-
children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
-
d: "M4 12h16"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
-
d: "M4 18h16"
|
|
24
|
-
}),
|
|
25
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
26
|
-
d: "M4 6h16"
|
|
27
|
-
})
|
|
28
|
-
]
|
|
29
|
-
});
|
|
30
|
-
});
|
|
31
|
-
exports.Menu = Menu;
|
package/lib/svg/Menu.qwik.mjs
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const Menu = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: size,
|
|
7
|
-
height: size,
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-width": "2",
|
|
12
|
-
"stroke-linecap": "round",
|
|
13
|
-
"stroke-linejoin": "round",
|
|
14
|
-
class: "lucide lucide-menu-icon lucide-menu",
|
|
15
|
-
...props,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ jsx("path", {
|
|
18
|
-
d: "M4 12h16"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ jsx("path", {
|
|
21
|
-
d: "M4 18h16"
|
|
22
|
-
}),
|
|
23
|
-
/* @__PURE__ */ jsx("path", {
|
|
24
|
-
d: "M4 6h16"
|
|
25
|
-
})
|
|
26
|
-
]
|
|
27
|
-
});
|
|
28
|
-
});
|
|
29
|
-
export {
|
|
30
|
-
Menu
|
|
31
|
-
};
|
package/lib/svg/Minus.d.ts
DELETED
package/lib/svg/Minus.qwik.cjs
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
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 Minus = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsx("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width: size,
|
|
9
|
-
height: size,
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-width": "2",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round",
|
|
16
|
-
class: "lucide lucide-minus-icon lucide-minus",
|
|
17
|
-
...props,
|
|
18
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
19
|
-
d: "M5 12h14"
|
|
20
|
-
})
|
|
21
|
-
});
|
|
22
|
-
});
|
|
23
|
-
exports.Minus = Minus;
|
package/lib/svg/Minus.qwik.mjs
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const Minus = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsx("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: size,
|
|
7
|
-
height: size,
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-width": "2",
|
|
12
|
-
"stroke-linecap": "round",
|
|
13
|
-
"stroke-linejoin": "round",
|
|
14
|
-
class: "lucide lucide-minus-icon lucide-minus",
|
|
15
|
-
...props,
|
|
16
|
-
children: /* @__PURE__ */ jsx("path", {
|
|
17
|
-
d: "M5 12h14"
|
|
18
|
-
})
|
|
19
|
-
});
|
|
20
|
-
});
|
|
21
|
-
export {
|
|
22
|
-
Minus
|
|
23
|
-
};
|
package/lib/svg/Plus.d.ts
DELETED
package/lib/svg/Plus.qwik.cjs
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
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 Plus = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width: size,
|
|
9
|
-
height: size,
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-width": "2",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round",
|
|
16
|
-
class: "lucide lucide-plus-icon lucide-plus",
|
|
17
|
-
...props,
|
|
18
|
-
children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
-
d: "M5 12h14"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
-
d: "M12 5v14"
|
|
24
|
-
})
|
|
25
|
-
]
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
exports.Plus = Plus;
|
package/lib/svg/Plus.qwik.mjs
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const Plus = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: size,
|
|
7
|
-
height: size,
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-width": "2",
|
|
12
|
-
"stroke-linecap": "round",
|
|
13
|
-
"stroke-linejoin": "round",
|
|
14
|
-
class: "lucide lucide-plus-icon lucide-plus",
|
|
15
|
-
...props,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ jsx("path", {
|
|
18
|
-
d: "M5 12h14"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ jsx("path", {
|
|
21
|
-
d: "M12 5v14"
|
|
22
|
-
})
|
|
23
|
-
]
|
|
24
|
-
});
|
|
25
|
-
});
|
|
26
|
-
export {
|
|
27
|
-
Plus
|
|
28
|
-
};
|
package/lib/svg/Shuffle.qwik.cjs
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
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 Shuffle = core.component$(({ size, ...props }) => {
|
|
6
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("svg", {
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
width: size,
|
|
9
|
-
height: size,
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
stroke: "currentColor",
|
|
13
|
-
"stroke-width": "2",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round",
|
|
16
|
-
class: "lucide lucide-shuffle-icon lucide-shuffle",
|
|
17
|
-
...props,
|
|
18
|
-
children: [
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
20
|
-
d: "m18 14 4 4-4 4"
|
|
21
|
-
}),
|
|
22
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
23
|
-
d: "m18 2 4 4-4 4"
|
|
24
|
-
}),
|
|
25
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
26
|
-
d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22"
|
|
27
|
-
}),
|
|
28
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
29
|
-
d: "M2 6h1.972a4 4 0 0 1 3.6 2.2"
|
|
30
|
-
}),
|
|
31
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", {
|
|
32
|
-
d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45"
|
|
33
|
-
})
|
|
34
|
-
]
|
|
35
|
-
});
|
|
36
|
-
});
|
|
37
|
-
exports.Shuffle = Shuffle;
|
package/lib/svg/Shuffle.qwik.mjs
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "@qwik.dev/core/jsx-runtime";
|
|
2
|
-
import { component$ } from "@qwik.dev/core";
|
|
3
|
-
const Shuffle = component$(({ size, ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs("svg", {
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: size,
|
|
7
|
-
height: size,
|
|
8
|
-
viewBox: "0 0 24 24",
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: "currentColor",
|
|
11
|
-
"stroke-width": "2",
|
|
12
|
-
"stroke-linecap": "round",
|
|
13
|
-
"stroke-linejoin": "round",
|
|
14
|
-
class: "lucide lucide-shuffle-icon lucide-shuffle",
|
|
15
|
-
...props,
|
|
16
|
-
children: [
|
|
17
|
-
/* @__PURE__ */ jsx("path", {
|
|
18
|
-
d: "m18 14 4 4-4 4"
|
|
19
|
-
}),
|
|
20
|
-
/* @__PURE__ */ jsx("path", {
|
|
21
|
-
d: "m18 2 4 4-4 4"
|
|
22
|
-
}),
|
|
23
|
-
/* @__PURE__ */ jsx("path", {
|
|
24
|
-
d: "M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22"
|
|
25
|
-
}),
|
|
26
|
-
/* @__PURE__ */ jsx("path", {
|
|
27
|
-
d: "M2 6h1.972a4 4 0 0 1 3.6 2.2"
|
|
28
|
-
}),
|
|
29
|
-
/* @__PURE__ */ jsx("path", {
|
|
30
|
-
d: "M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45"
|
|
31
|
-
})
|
|
32
|
-
]
|
|
33
|
-
});
|
|
34
|
-
});
|
|
35
|
-
export {
|
|
36
|
-
Shuffle
|
|
37
|
-
};
|
package/lib/utils/color.qwik.cjs
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const clamp = (value, min, max) => Math.min(Math.max(value, min), max);
|
|
4
|
-
function getMousePosition(e) {
|
|
5
|
-
if (window.TouchEvent && e instanceof TouchEvent) {
|
|
6
|
-
const touch = e.touches[0];
|
|
7
|
-
return {
|
|
8
|
-
x: touch.clientX,
|
|
9
|
-
y: touch.clientY
|
|
10
|
-
};
|
|
11
|
-
}
|
|
12
|
-
const mouse = e;
|
|
13
|
-
return {
|
|
14
|
-
x: mouse.clientX,
|
|
15
|
-
y: mouse.clientY
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
const pad2 = (c) => c.length == 1 ? "0" + c : "" + c;
|
|
19
|
-
function getBrightness(color) {
|
|
20
|
-
const { r, g, b } = color;
|
|
21
|
-
return (r * 299 + g * 587 + b * 114) / 1e3;
|
|
22
|
-
}
|
|
23
|
-
function hexToRgba(hex) {
|
|
24
|
-
const num = parseInt(hex.replace("#", ""), 16);
|
|
25
|
-
if (num <= 16777215) {
|
|
26
|
-
const r2 = (num >> 16 & 255) / 255;
|
|
27
|
-
const g2 = (num >> 8 & 255) / 255;
|
|
28
|
-
const b2 = (num & 255) / 255;
|
|
29
|
-
return {
|
|
30
|
-
r: r2,
|
|
31
|
-
g: g2,
|
|
32
|
-
b: b2
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
const r = (num >> 24 & 255) / 255;
|
|
36
|
-
const g = (num >> 16 & 255) / 255;
|
|
37
|
-
const b = (num >> 8 & 255) / 255;
|
|
38
|
-
const a = (num & 255) / 255;
|
|
39
|
-
return {
|
|
40
|
-
r,
|
|
41
|
-
g,
|
|
42
|
-
b,
|
|
43
|
-
a
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function rgbToHex(color) {
|
|
47
|
-
const { r, g, b, a } = color;
|
|
48
|
-
const hex = [
|
|
49
|
-
"#",
|
|
50
|
-
pad2(Math.round(r * 255).toString(16)),
|
|
51
|
-
pad2(Math.round(g * 255).toString(16)),
|
|
52
|
-
pad2(Math.round(b * 255).toString(16)),
|
|
53
|
-
a !== void 0 && a !== 1 ? pad2(Math.round(a * 255).toString(16)) : ""
|
|
54
|
-
];
|
|
55
|
-
return hex.join("").toUpperCase();
|
|
56
|
-
}
|
|
57
|
-
function hsvToRgb(color) {
|
|
58
|
-
let { h } = color;
|
|
59
|
-
const { s, v, a } = color;
|
|
60
|
-
h *= 6;
|
|
61
|
-
const i = Math.floor(h);
|
|
62
|
-
const f = h - i;
|
|
63
|
-
const p = v * (1 - s);
|
|
64
|
-
const q = v * (1 - f * s);
|
|
65
|
-
const t = v * (1 - (1 - f) * s);
|
|
66
|
-
const mod = i % 6;
|
|
67
|
-
const r = [
|
|
68
|
-
v,
|
|
69
|
-
q,
|
|
70
|
-
p,
|
|
71
|
-
p,
|
|
72
|
-
t,
|
|
73
|
-
v
|
|
74
|
-
][mod];
|
|
75
|
-
const g = [
|
|
76
|
-
t,
|
|
77
|
-
v,
|
|
78
|
-
v,
|
|
79
|
-
q,
|
|
80
|
-
p,
|
|
81
|
-
p
|
|
82
|
-
][mod];
|
|
83
|
-
const b = [
|
|
84
|
-
p,
|
|
85
|
-
p,
|
|
86
|
-
t,
|
|
87
|
-
v,
|
|
88
|
-
v,
|
|
89
|
-
q
|
|
90
|
-
][mod];
|
|
91
|
-
return {
|
|
92
|
-
r,
|
|
93
|
-
g,
|
|
94
|
-
b,
|
|
95
|
-
a
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
function rgbToHsv(color) {
|
|
99
|
-
const { r, g, b, a } = color;
|
|
100
|
-
const max = Math.max(r, g, b);
|
|
101
|
-
const min = Math.min(r, g, b);
|
|
102
|
-
const d = max - min;
|
|
103
|
-
const s = max === 0 ? 0 : d / max;
|
|
104
|
-
const v = max;
|
|
105
|
-
let h = 0;
|
|
106
|
-
if (max != min) {
|
|
107
|
-
switch (max) {
|
|
108
|
-
case r:
|
|
109
|
-
h = (g - b) / d + (g < b ? 6 : 0);
|
|
110
|
-
break;
|
|
111
|
-
case g:
|
|
112
|
-
h = (b - r) / d + 2;
|
|
113
|
-
break;
|
|
114
|
-
case b:
|
|
115
|
-
h = (r - g) / d + 4;
|
|
116
|
-
break;
|
|
117
|
-
}
|
|
118
|
-
h /= 6;
|
|
119
|
-
}
|
|
120
|
-
return {
|
|
121
|
-
h,
|
|
122
|
-
s,
|
|
123
|
-
v,
|
|
124
|
-
a
|
|
125
|
-
};
|
|
126
|
-
}
|
|
127
|
-
exports.clamp = clamp;
|
|
128
|
-
exports.getBrightness = getBrightness;
|
|
129
|
-
exports.getMousePosition = getMousePosition;
|
|
130
|
-
exports.hexToRgba = hexToRgba;
|
|
131
|
-
exports.hsvToRgb = hsvToRgb;
|
|
132
|
-
exports.pad2 = pad2;
|
|
133
|
-
exports.rgbToHex = rgbToHex;
|
|
134
|
-
exports.rgbToHsv = rgbToHsv;
|