@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,39 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"w-12 peer-checked:after:translate-x-full": !checkbox,
|
|
24
|
-
"w-7 after:opacity-0 peer-checked:after:opacity-100": checkbox,
|
|
25
|
-
"lum-toggle-bg-lum-input-bg peer-checked:lum-toggle-bg-lum-accent": true,
|
|
26
|
-
[props.class ?? ""]: !!props.class
|
|
27
|
-
}
|
|
28
|
-
})
|
|
29
|
-
]
|
|
30
|
-
}),
|
|
31
|
-
/* @__PURE__ */ jsxRuntime.jsx("label", {
|
|
32
|
-
for: props.id,
|
|
33
|
-
class: "flex gap-2 text-lum-text select-none empty:hidden",
|
|
34
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(core.Slot, {})
|
|
35
|
-
})
|
|
36
|
-
]
|
|
37
|
-
});
|
|
38
|
-
});
|
|
1
|
+
const require_functions = require("../functions.qwik.cjs");
|
|
2
|
+
let _qwik_dev_core = require("@qwik.dev/core");
|
|
3
|
+
//#region src/components/elements/Toggle.tsx
|
|
4
|
+
var Toggle = /* @__PURE__ */ (0, _qwik_dev_core.componentQrl)(/* @__PURE__ */ (0, _qwik_dev_core.inlinedQrl)(({ class: Class, checkbox, round, ...props }) => {
|
|
5
|
+
return /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("div", null, { class: "flex touch-manipulation items-center gap-3" }, [/* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("label", null, { class: "relative inline-flex cursor-pointer items-center" }, [/* @__PURE__ */ (0, _qwik_dev_core._jsxSplit)("input", {
|
|
6
|
+
type: "checkbox",
|
|
7
|
+
...(0, _qwik_dev_core._getVarProps)(props)
|
|
8
|
+
}, {
|
|
9
|
+
...(0, _qwik_dev_core._getConstProps)(props),
|
|
10
|
+
class: "peer sr-only"
|
|
11
|
+
}, null, 0, null), /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("div", { class: {
|
|
12
|
+
"peer h-7 duration-300 ease-out hover:duration-75 peer-focus:border-blue-500": true,
|
|
13
|
+
"after:absolute after:top-1 after:left-1 after:h-5 after:w-5 after:border after:duration-300 after:ease-out after:content-[''] after:hover:duration-75 after:motion-safe:transition-transform": true,
|
|
14
|
+
"rounded-lum after:rounded-lum-1": !round,
|
|
15
|
+
"rounded-full after:rounded-full": round,
|
|
16
|
+
"w-12 peer-checked:after:translate-x-full": !checkbox,
|
|
17
|
+
"w-7 after:opacity-0 peer-checked:after:opacity-100": checkbox,
|
|
18
|
+
"lum-toggle-bg-lum-input-bg peer-checked:lum-toggle-bg-lum-accent": true,
|
|
19
|
+
...require_functions.getClassObject(Class)
|
|
20
|
+
} }, null, null, 3, null)], 1, null), /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)("label", { for: (0, _qwik_dev_core._wrapProp)(props, "id") }, { class: "flex gap-2 text-lum-text select-none empty:hidden" }, /* @__PURE__ */ (0, _qwik_dev_core._jsxSorted)(_qwik_dev_core.Slot, null, null, null, 3, "R0_0"), 1, null)], 1, "R0_1");
|
|
21
|
+
}, "Toggle_component_AHnKi33alRM"));
|
|
22
|
+
//#endregion
|
|
39
23
|
exports.Toggle = Toggle;
|
|
@@ -1,39 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[props.class ?? ""]: !!props.class
|
|
25
|
-
}
|
|
26
|
-
})
|
|
27
|
-
]
|
|
28
|
-
}),
|
|
29
|
-
/* @__PURE__ */ jsx("label", {
|
|
30
|
-
for: props.id,
|
|
31
|
-
class: "flex gap-2 text-lum-text select-none empty:hidden",
|
|
32
|
-
children: /* @__PURE__ */ jsx(Slot, {})
|
|
33
|
-
})
|
|
34
|
-
]
|
|
35
|
-
});
|
|
36
|
-
});
|
|
37
|
-
export {
|
|
38
|
-
Toggle
|
|
39
|
-
};
|
|
1
|
+
import { getClassObject } from "../functions.qwik.mjs";
|
|
2
|
+
import { Slot, _getConstProps, _getVarProps, _jsxSorted, _jsxSplit, _wrapProp, componentQrl, inlinedQrl } from "@qwik.dev/core";
|
|
3
|
+
//#region src/components/elements/Toggle.tsx
|
|
4
|
+
var Toggle = /* @__PURE__ */ componentQrl(/* @__PURE__ */ inlinedQrl(({ class: Class, checkbox, round, ...props }) => {
|
|
5
|
+
return /* @__PURE__ */ _jsxSorted("div", null, { class: "flex touch-manipulation items-center gap-3" }, [/* @__PURE__ */ _jsxSorted("label", null, { class: "relative inline-flex cursor-pointer items-center" }, [/* @__PURE__ */ _jsxSplit("input", {
|
|
6
|
+
type: "checkbox",
|
|
7
|
+
..._getVarProps(props)
|
|
8
|
+
}, {
|
|
9
|
+
..._getConstProps(props),
|
|
10
|
+
class: "peer sr-only"
|
|
11
|
+
}, null, 0, null), /* @__PURE__ */ _jsxSorted("div", { class: {
|
|
12
|
+
"peer h-7 duration-300 ease-out hover:duration-75 peer-focus:border-blue-500": true,
|
|
13
|
+
"after:absolute after:top-1 after:left-1 after:h-5 after:w-5 after:border after:duration-300 after:ease-out after:content-[''] after:hover:duration-75 after:motion-safe:transition-transform": true,
|
|
14
|
+
"rounded-lum after:rounded-lum-1": !round,
|
|
15
|
+
"rounded-full after:rounded-full": round,
|
|
16
|
+
"w-12 peer-checked:after:translate-x-full": !checkbox,
|
|
17
|
+
"w-7 after:opacity-0 peer-checked:after:opacity-100": checkbox,
|
|
18
|
+
"lum-toggle-bg-lum-input-bg peer-checked:lum-toggle-bg-lum-accent": true,
|
|
19
|
+
...getClassObject(Class)
|
|
20
|
+
} }, null, null, 3, null)], 1, null), /* @__PURE__ */ _jsxSorted("label", { for: _wrapProp(props, "id") }, { class: "flex gap-2 text-lum-text select-none empty:hidden" }, /* @__PURE__ */ _jsxSorted(Slot, null, null, null, 3, "R0_0"), 1, null)], 1, "R0_1");
|
|
21
|
+
}, "Toggle_component_AHnKi33alRM"));
|
|
22
|
+
//#endregion
|
|
23
|
+
export { Toggle };
|
|
@@ -2,6 +2,7 @@ export * from './elements/Anchor';
|
|
|
2
2
|
export * from './elements/Blobs';
|
|
3
3
|
export * from './elements/ColorPicker';
|
|
4
4
|
export * from './elements/Dropdown';
|
|
5
|
+
export * from './elements/Label';
|
|
5
6
|
export * from './elements/Nav';
|
|
6
7
|
export * from './elements/NumberInput';
|
|
7
8
|
export * from './elements/RangeInput';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { ClassList } from "@qwik.dev/core";
|
|
1
2
|
export declare const Hoverable: {
|
|
2
3
|
readonly onMouseMove$: (e: MouseEvent, el: HTMLElement) => void;
|
|
3
4
|
readonly onMouseLeave$: (_e: MouseEvent, el: HTMLElement) => void;
|
|
4
5
|
};
|
|
6
|
+
export declare function getClassObject(Class: ClassList): any;
|
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
el.style.transform = "perspective(500px) rotateX(0deg) rotateY(0deg)";
|
|
16
|
-
}
|
|
1
|
+
//#region src/components/functions.ts
|
|
2
|
+
var Hoverable = {
|
|
3
|
+
onMouseMove$: (e, el) => {
|
|
4
|
+
const rect = el.getBoundingClientRect();
|
|
5
|
+
const mouseX = e.clientX - rect.left;
|
|
6
|
+
const rotateX = ((e.clientY - rect.top) / rect.height - .5) * -10;
|
|
7
|
+
const rotateY = (mouseX / rect.width - .5) * 10;
|
|
8
|
+
el.style.transition = "transform 0.05s ease-out";
|
|
9
|
+
el.style.transform = `perspective(500px) rotateX(${rotateX}deg) rotateY(${rotateY}deg)`;
|
|
10
|
+
},
|
|
11
|
+
onMouseLeave$: (_e, el) => {
|
|
12
|
+
el.style.transition = "transform 0.3s ease-out";
|
|
13
|
+
el.style.transform = "perspective(500px) rotateX(0deg) rotateY(0deg)";
|
|
14
|
+
}
|
|
17
15
|
};
|
|
16
|
+
function getClassObject(Class) {
|
|
17
|
+
return typeof Class === "string" ? { [Class]: true } : Array.isArray(Class) ? Object.fromEntries(Class.map((c) => [c, true])) : Class;
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
18
20
|
exports.Hoverable = Hoverable;
|
|
21
|
+
exports.getClassObject = getClassObject;
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
Hoverable
|
|
1
|
+
//#region src/components/functions.ts
|
|
2
|
+
var Hoverable = {
|
|
3
|
+
onMouseMove$: (e, el) => {
|
|
4
|
+
const rect = el.getBoundingClientRect();
|
|
5
|
+
const mouseX = e.clientX - rect.left;
|
|
6
|
+
const rotateX = ((e.clientY - rect.top) / rect.height - .5) * -10;
|
|
7
|
+
const rotateY = (mouseX / rect.width - .5) * 10;
|
|
8
|
+
el.style.transition = "transform 0.05s ease-out";
|
|
9
|
+
el.style.transform = `perspective(500px) rotateX(${rotateX}deg) rotateY(${rotateY}deg)`;
|
|
10
|
+
},
|
|
11
|
+
onMouseLeave$: (_e, el) => {
|
|
12
|
+
el.style.transition = "transform 0.3s ease-out";
|
|
13
|
+
el.style.transform = "perspective(500px) rotateX(0deg) rotateY(0deg)";
|
|
14
|
+
}
|
|
18
15
|
};
|
|
16
|
+
function getClassObject(Class) {
|
|
17
|
+
return typeof Class === "string" ? { [Class]: true } : Array.isArray(Class) ? Object.fromEntries(Class.map((c) => [c, true])) : Class;
|
|
18
|
+
}
|
|
19
|
+
//#endregion
|
|
20
|
+
export { Hoverable, getClassObject };
|
package/lib/index.d.ts
CHANGED
package/lib/index.qwik.cjs
CHANGED
|
@@ -1,49 +1,27 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.blobColorClasses =
|
|
28
|
-
exports.
|
|
29
|
-
exports.Dropdown = Dropdown.Dropdown;
|
|
30
|
-
exports.LogoBirdflop = Birdflop.LogoBirdflop;
|
|
31
|
-
exports.LogoDiscord = Discord.LogoDiscord;
|
|
32
|
-
exports.LogoFabric = Fabric.LogoFabric;
|
|
33
|
-
exports.LogoForge = Forge.LogoForge;
|
|
34
|
-
exports.LogoLuminescent = Luminescent.LogoLuminescent;
|
|
35
|
-
exports.LogoLuminescentFull = Luminescent.LogoLuminescentFull;
|
|
36
|
-
exports.LogoPaper = Paper.LogoPaper;
|
|
37
|
-
exports.LogoPterodactyl = Pterodactyl.LogoPterodactyl;
|
|
38
|
-
exports.LogoPurpur = Purpur.LogoPurpur;
|
|
39
|
-
exports.LogoVelocity = Velocity.LogoVelocity;
|
|
40
|
-
exports.LogoWaterfall = Waterfall.LogoWaterfall;
|
|
41
|
-
exports.Nav = Nav.Nav;
|
|
42
|
-
exports.NumberInput = NumberInput.NumberInput;
|
|
43
|
-
exports.NumberInputRaw = NumberInput.NumberInputRaw;
|
|
44
|
-
exports.RangeInput = RangeInput.RangeInput;
|
|
45
|
-
exports.RangeInputRaw = RangeInput.RangeInputRaw;
|
|
46
|
-
exports.SelectMenu = SelectMenu.SelectMenu;
|
|
47
|
-
exports.SelectMenuRaw = SelectMenu.SelectMenuRaw;
|
|
48
|
-
exports.Sidebar = Sidebar.Sidebar;
|
|
49
|
-
exports.Toggle = Toggle.Toggle;
|
|
2
|
+
const require_functions = require("./components/functions.qwik.cjs");
|
|
3
|
+
const require_Anchor = require("./components/elements/Anchor.qwik.cjs");
|
|
4
|
+
const require_Blobs = require("./components/elements/Blobs.qwik.cjs");
|
|
5
|
+
const require_ColorPicker = require("./components/elements/ColorPicker.qwik.cjs");
|
|
6
|
+
const require_Dropdown = require("./components/elements/Dropdown.qwik.cjs");
|
|
7
|
+
const require_Label = require("./components/elements/Label.qwik.cjs");
|
|
8
|
+
const require_Nav = require("./components/elements/Nav.qwik.cjs");
|
|
9
|
+
const require_NumberInput = require("./components/elements/NumberInput.qwik.cjs");
|
|
10
|
+
const require_RangeInput = require("./components/elements/RangeInput.qwik.cjs");
|
|
11
|
+
const require_SelectMenu = require("./components/elements/SelectMenu.qwik.cjs");
|
|
12
|
+
const require_Sidebar = require("./components/elements/Sidebar.qwik.cjs");
|
|
13
|
+
const require_Toggle = require("./components/elements/Toggle.qwik.cjs");
|
|
14
|
+
exports.Anchor = require_Anchor.Anchor;
|
|
15
|
+
exports.Blobs = require_Blobs.Blobs;
|
|
16
|
+
exports.ColorPicker = require_ColorPicker.ColorPicker;
|
|
17
|
+
exports.Dropdown = require_Dropdown.Dropdown;
|
|
18
|
+
exports.Hoverable = require_functions.Hoverable;
|
|
19
|
+
exports.Label = require_Label.Label;
|
|
20
|
+
exports.Nav = require_Nav.Nav;
|
|
21
|
+
exports.NumberInput = require_NumberInput.NumberInput;
|
|
22
|
+
exports.RangeInput = require_RangeInput.RangeInput;
|
|
23
|
+
exports.SelectMenu = require_SelectMenu.SelectMenu;
|
|
24
|
+
exports.Sidebar = require_Sidebar.Sidebar;
|
|
25
|
+
exports.Toggle = require_Toggle.Toggle;
|
|
26
|
+
exports.blobColorClasses = require_Blobs.blobColorClasses;
|
|
27
|
+
exports.getClassObject = require_functions.getClassObject;
|
package/lib/index.qwik.mjs
CHANGED
|
@@ -1,49 +1,13 @@
|
|
|
1
|
-
import { Hoverable } from "./components/functions.qwik.mjs";
|
|
1
|
+
import { Hoverable, getClassObject } from "./components/functions.qwik.mjs";
|
|
2
2
|
import { Anchor } from "./components/elements/Anchor.qwik.mjs";
|
|
3
3
|
import { Blobs, blobColorClasses } from "./components/elements/Blobs.qwik.mjs";
|
|
4
4
|
import { ColorPicker } from "./components/elements/ColorPicker.qwik.mjs";
|
|
5
5
|
import { Dropdown } from "./components/elements/Dropdown.qwik.mjs";
|
|
6
|
-
import {
|
|
7
|
-
import { LogoDiscord } from "./components/logos/Discord.qwik.mjs";
|
|
8
|
-
import { LogoFabric } from "./components/logos/Fabric.qwik.mjs";
|
|
9
|
-
import { LogoForge } from "./components/logos/Forge.qwik.mjs";
|
|
10
|
-
import { LogoLuminescent, LogoLuminescentFull } from "./components/logos/Luminescent.qwik.mjs";
|
|
11
|
-
import { LogoPaper } from "./components/logos/Paper.qwik.mjs";
|
|
12
|
-
import { LogoPterodactyl } from "./components/logos/Pterodactyl.qwik.mjs";
|
|
13
|
-
import { LogoPurpur } from "./components/logos/Purpur.qwik.mjs";
|
|
14
|
-
import { LogoVelocity } from "./components/logos/Velocity.qwik.mjs";
|
|
15
|
-
import { LogoWaterfall } from "./components/logos/Waterfall.qwik.mjs";
|
|
6
|
+
import { Label } from "./components/elements/Label.qwik.mjs";
|
|
16
7
|
import { Nav } from "./components/elements/Nav.qwik.mjs";
|
|
17
|
-
import { NumberInput
|
|
18
|
-
import { RangeInput
|
|
19
|
-
import { SelectMenu
|
|
8
|
+
import { NumberInput } from "./components/elements/NumberInput.qwik.mjs";
|
|
9
|
+
import { RangeInput } from "./components/elements/RangeInput.qwik.mjs";
|
|
10
|
+
import { SelectMenu } from "./components/elements/SelectMenu.qwik.mjs";
|
|
20
11
|
import { Sidebar } from "./components/elements/Sidebar.qwik.mjs";
|
|
21
12
|
import { Toggle } from "./components/elements/Toggle.qwik.mjs";
|
|
22
|
-
export {
|
|
23
|
-
Anchor,
|
|
24
|
-
Blobs,
|
|
25
|
-
ColorPicker,
|
|
26
|
-
Dropdown,
|
|
27
|
-
Hoverable,
|
|
28
|
-
LogoBirdflop,
|
|
29
|
-
LogoDiscord,
|
|
30
|
-
LogoFabric,
|
|
31
|
-
LogoForge,
|
|
32
|
-
LogoLuminescent,
|
|
33
|
-
LogoLuminescentFull,
|
|
34
|
-
LogoPaper,
|
|
35
|
-
LogoPterodactyl,
|
|
36
|
-
LogoPurpur,
|
|
37
|
-
LogoVelocity,
|
|
38
|
-
LogoWaterfall,
|
|
39
|
-
Nav,
|
|
40
|
-
NumberInput,
|
|
41
|
-
NumberInputRaw,
|
|
42
|
-
RangeInput,
|
|
43
|
-
RangeInputRaw,
|
|
44
|
-
SelectMenu,
|
|
45
|
-
SelectMenuRaw,
|
|
46
|
-
Sidebar,
|
|
47
|
-
Toggle,
|
|
48
|
-
blobColorClasses
|
|
49
|
-
};
|
|
13
|
+
export { Anchor, Blobs, ColorPicker, Dropdown, Hoverable, Label, Nav, NumberInput, RangeInput, SelectMenu, Sidebar, Toggle, blobColorClasses, getClassObject };
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1",
|
|
3
|
+
"manifestHash": "nycmh4",
|
|
4
|
+
"options": {
|
|
5
|
+
"target": "lib",
|
|
6
|
+
"buildMode": "development",
|
|
7
|
+
"entryStrategy": {
|
|
8
|
+
"type": "inline"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"bundleGraphAsset": "assets/ChtqwOpy-bundle-graph.json",
|
|
12
|
+
"injections": [],
|
|
13
|
+
"mapping": {},
|
|
14
|
+
"bundles": {
|
|
15
|
+
"../components/elements/Anchor.qwik.cjs": {
|
|
16
|
+
"size": 1300,
|
|
17
|
+
"total": 3232,
|
|
18
|
+
"imports": [
|
|
19
|
+
"../components/functions.qwik.cjs",
|
|
20
|
+
"../svg/Link.qwik.cjs"
|
|
21
|
+
],
|
|
22
|
+
"origins": [
|
|
23
|
+
"src/components/elements/Anchor.tsx"
|
|
24
|
+
],
|
|
25
|
+
"interactivity": 0
|
|
26
|
+
},
|
|
27
|
+
"../components/elements/Blobs.qwik.cjs": {
|
|
28
|
+
"size": 4005,
|
|
29
|
+
"total": 4855,
|
|
30
|
+
"imports": [
|
|
31
|
+
"../components/functions.qwik.cjs"
|
|
32
|
+
],
|
|
33
|
+
"origins": [
|
|
34
|
+
"src/components/elements/Blobs.tsx"
|
|
35
|
+
],
|
|
36
|
+
"interactivity": 0
|
|
37
|
+
},
|
|
38
|
+
"../components/elements/ColorPicker.qwik.cjs": {
|
|
39
|
+
"size": 13731,
|
|
40
|
+
"total": 18149,
|
|
41
|
+
"imports": [
|
|
42
|
+
"../components/functions.qwik.cjs",
|
|
43
|
+
"../svg/Shuffle.qwik.cjs",
|
|
44
|
+
"../utils/color.qwik.cjs"
|
|
45
|
+
],
|
|
46
|
+
"origins": [
|
|
47
|
+
"src/components/elements/ColorPicker.tsx"
|
|
48
|
+
],
|
|
49
|
+
"interactivity": 0
|
|
50
|
+
},
|
|
51
|
+
"../components/elements/Dropdown.qwik.cjs": {
|
|
52
|
+
"size": 1337,
|
|
53
|
+
"total": 3048,
|
|
54
|
+
"imports": [
|
|
55
|
+
"../components/functions.qwik.cjs",
|
|
56
|
+
"../svg/ChevronDown.qwik.cjs"
|
|
57
|
+
],
|
|
58
|
+
"origins": [
|
|
59
|
+
"src/components/elements/Dropdown.tsx"
|
|
60
|
+
],
|
|
61
|
+
"interactivity": 0
|
|
62
|
+
},
|
|
63
|
+
"../components/elements/Label.qwik.cjs": {
|
|
64
|
+
"size": 866,
|
|
65
|
+
"total": 866,
|
|
66
|
+
"origins": [
|
|
67
|
+
"src/components/elements/Label.tsx"
|
|
68
|
+
],
|
|
69
|
+
"interactivity": 0
|
|
70
|
+
},
|
|
71
|
+
"../components/elements/Nav.qwik.cjs": {
|
|
72
|
+
"size": 3859,
|
|
73
|
+
"total": 5717,
|
|
74
|
+
"imports": [
|
|
75
|
+
"../components/functions.qwik.cjs",
|
|
76
|
+
"../svg/Menu.qwik.cjs"
|
|
77
|
+
],
|
|
78
|
+
"origins": [
|
|
79
|
+
"src/components/elements/Nav.tsx"
|
|
80
|
+
],
|
|
81
|
+
"interactivity": 0
|
|
82
|
+
},
|
|
83
|
+
"../components/elements/NumberInput.qwik.cjs": {
|
|
84
|
+
"size": 3051,
|
|
85
|
+
"total": 5618,
|
|
86
|
+
"imports": [
|
|
87
|
+
"../components/functions.qwik.cjs",
|
|
88
|
+
"../svg/Minus.qwik.cjs",
|
|
89
|
+
"../svg/Plus.qwik.cjs"
|
|
90
|
+
],
|
|
91
|
+
"origins": [
|
|
92
|
+
"src/components/elements/NumberInput.tsx"
|
|
93
|
+
],
|
|
94
|
+
"interactivity": 0
|
|
95
|
+
},
|
|
96
|
+
"../components/elements/RangeInput.qwik.cjs": {
|
|
97
|
+
"size": 2934,
|
|
98
|
+
"total": 2934,
|
|
99
|
+
"origins": [
|
|
100
|
+
"src/components/elements/RangeInput.tsx"
|
|
101
|
+
],
|
|
102
|
+
"interactivity": 0
|
|
103
|
+
},
|
|
104
|
+
"../components/elements/SelectMenu.qwik.cjs": {
|
|
105
|
+
"size": 4473,
|
|
106
|
+
"total": 8371,
|
|
107
|
+
"imports": [
|
|
108
|
+
"../components/elements/Dropdown.qwik.cjs",
|
|
109
|
+
"../components/functions.qwik.cjs"
|
|
110
|
+
],
|
|
111
|
+
"origins": [
|
|
112
|
+
"src/components/elements/SelectMenu.tsx"
|
|
113
|
+
],
|
|
114
|
+
"interactivity": 0
|
|
115
|
+
},
|
|
116
|
+
"../components/elements/Sidebar.qwik.cjs": {
|
|
117
|
+
"size": 1547,
|
|
118
|
+
"total": 2397,
|
|
119
|
+
"imports": [
|
|
120
|
+
"../components/functions.qwik.cjs"
|
|
121
|
+
],
|
|
122
|
+
"origins": [
|
|
123
|
+
"src/components/elements/Sidebar.tsx"
|
|
124
|
+
],
|
|
125
|
+
"interactivity": 0
|
|
126
|
+
},
|
|
127
|
+
"../components/elements/Toggle.qwik.cjs": {
|
|
128
|
+
"size": 1878,
|
|
129
|
+
"total": 2728,
|
|
130
|
+
"imports": [
|
|
131
|
+
"../components/functions.qwik.cjs"
|
|
132
|
+
],
|
|
133
|
+
"origins": [
|
|
134
|
+
"src/components/elements/Toggle.tsx"
|
|
135
|
+
],
|
|
136
|
+
"interactivity": 0
|
|
137
|
+
},
|
|
138
|
+
"../components/functions.qwik.cjs": {
|
|
139
|
+
"size": 850,
|
|
140
|
+
"total": 850,
|
|
141
|
+
"origins": [
|
|
142
|
+
"src/components/functions.ts"
|
|
143
|
+
],
|
|
144
|
+
"interactivity": 0
|
|
145
|
+
},
|
|
146
|
+
"../index.qwik.cjs": {
|
|
147
|
+
"size": 1633,
|
|
148
|
+
"total": 60398,
|
|
149
|
+
"imports": [
|
|
150
|
+
"../components/elements/Anchor.qwik.cjs",
|
|
151
|
+
"../components/elements/Blobs.qwik.cjs",
|
|
152
|
+
"../components/elements/ColorPicker.qwik.cjs",
|
|
153
|
+
"../components/elements/Dropdown.qwik.cjs",
|
|
154
|
+
"../components/elements/Label.qwik.cjs",
|
|
155
|
+
"../components/elements/Nav.qwik.cjs",
|
|
156
|
+
"../components/elements/NumberInput.qwik.cjs",
|
|
157
|
+
"../components/elements/RangeInput.qwik.cjs",
|
|
158
|
+
"../components/elements/SelectMenu.qwik.cjs",
|
|
159
|
+
"../components/elements/Sidebar.qwik.cjs",
|
|
160
|
+
"../components/elements/Toggle.qwik.cjs",
|
|
161
|
+
"../components/functions.qwik.cjs"
|
|
162
|
+
],
|
|
163
|
+
"origins": [
|
|
164
|
+
"src/index.ts"
|
|
165
|
+
],
|
|
166
|
+
"interactivity": 0
|
|
167
|
+
},
|
|
168
|
+
"../svg/ChevronDown.qwik.cjs": {
|
|
169
|
+
"size": 861,
|
|
170
|
+
"total": 861,
|
|
171
|
+
"origins": [
|
|
172
|
+
"src/svg/ChevronDown.tsx"
|
|
173
|
+
],
|
|
174
|
+
"interactivity": 0
|
|
175
|
+
},
|
|
176
|
+
"../svg/Link.qwik.cjs": {
|
|
177
|
+
"size": 1082,
|
|
178
|
+
"total": 1082,
|
|
179
|
+
"origins": [
|
|
180
|
+
"src/svg/Link.tsx"
|
|
181
|
+
],
|
|
182
|
+
"interactivity": 0
|
|
183
|
+
},
|
|
184
|
+
"../svg/Menu.qwik.cjs": {
|
|
185
|
+
"size": 1008,
|
|
186
|
+
"total": 1008,
|
|
187
|
+
"origins": [
|
|
188
|
+
"src/svg/Menu.tsx"
|
|
189
|
+
],
|
|
190
|
+
"interactivity": 0
|
|
191
|
+
},
|
|
192
|
+
"../svg/Minus.qwik.cjs": {
|
|
193
|
+
"size": 813,
|
|
194
|
+
"total": 813,
|
|
195
|
+
"origins": [
|
|
196
|
+
"src/svg/Minus.tsx"
|
|
197
|
+
],
|
|
198
|
+
"interactivity": 0
|
|
199
|
+
},
|
|
200
|
+
"../svg/Plus.qwik.cjs": {
|
|
201
|
+
"size": 904,
|
|
202
|
+
"total": 904,
|
|
203
|
+
"origins": [
|
|
204
|
+
"src/svg/Plus.tsx"
|
|
205
|
+
],
|
|
206
|
+
"interactivity": 0
|
|
207
|
+
},
|
|
208
|
+
"../svg/Shuffle.qwik.cjs": {
|
|
209
|
+
"size": 1342,
|
|
210
|
+
"total": 1342,
|
|
211
|
+
"origins": [
|
|
212
|
+
"src/svg/Shuffle.tsx"
|
|
213
|
+
],
|
|
214
|
+
"interactivity": 0
|
|
215
|
+
},
|
|
216
|
+
"../utils/color.qwik.cjs": {
|
|
217
|
+
"size": 2226,
|
|
218
|
+
"total": 2226,
|
|
219
|
+
"origins": [
|
|
220
|
+
"src/utils/color.ts"
|
|
221
|
+
],
|
|
222
|
+
"interactivity": 0
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"assets": {
|
|
226
|
+
"assets/ChtqwOpy-bundle-graph.json": {
|
|
227
|
+
"name": "bundle-graph.json",
|
|
228
|
+
"size": 46
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
"symbols": {},
|
|
232
|
+
"platform": {
|
|
233
|
+
"vite": "",
|
|
234
|
+
"rollup": "4.23.0",
|
|
235
|
+
"env": "node",
|
|
236
|
+
"os": "linux",
|
|
237
|
+
"node": "24.13.0"
|
|
238
|
+
}
|
|
239
|
+
}
|
package/lib/svg/ChevronDown.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { IconProps } from '
|
|
1
|
+
import type { IconProps } from './IconProps';
|
|
2
2
|
export declare const ChevronDown: import("@qwik.dev/core").Component<IconProps>;
|