@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.
Files changed (140) hide show
  1. package/LICENSE +661 -0
  2. package/lib/index.qwik.cjs +1746 -47
  3. package/lib/index.qwik.mjs +1720 -21
  4. package/lib-types/components/docs/Anchor.d.ts +4 -0
  5. package/lib-types/components/docs/Blobs.d.ts +4 -0
  6. package/lib-types/components/docs/ColorPicker.d.ts +4 -0
  7. package/lib-types/components/docs/Dropdown.d.ts +4 -0
  8. package/lib-types/components/docs/IconsLogos.d.ts +4 -0
  9. package/lib-types/components/docs/Nav.d.ts +4 -0
  10. package/lib-types/components/docs/NumberInput.d.ts +4 -0
  11. package/lib-types/components/docs/RangeInput.d.ts +4 -0
  12. package/lib-types/components/docs/SelectMenu.d.ts +4 -0
  13. package/lib-types/components/docs/Settings.d.ts +2 -0
  14. package/lib-types/components/docs/Sidebar.d.ts +4 -0
  15. package/lib-types/components/docs/Toggle.d.ts +4 -0
  16. package/lib-types/components/docs/lum-btn.d.ts +4 -0
  17. package/lib-types/components/docs/lum-card.d.ts +4 -0
  18. package/lib-types/components/docs/lum-classes.d.ts +4 -0
  19. package/lib-types/components/docs/lum-input.d.ts +4 -0
  20. package/{lib → lib-types}/components/elements/Anchor.d.ts +2 -2
  21. package/{lib → lib-types}/components/elements/Blobs.d.ts +1 -1
  22. package/{lib → lib-types}/components/elements/ColorPicker.d.ts +2 -2
  23. package/{lib → lib-types}/components/elements/Dropdown.d.ts +2 -2
  24. package/{lib → lib-types}/components/elements/Nav.d.ts +2 -2
  25. package/lib-types/components/elements/NumberInput.d.ts +21 -0
  26. package/{lib → lib-types}/components/elements/RangeInput.d.ts +3 -3
  27. package/{lib → lib-types}/components/elements/SelectMenu.d.ts +3 -3
  28. package/{lib → lib-types}/components/elements/Sidebar.d.ts +2 -2
  29. package/{lib → lib-types}/components/elements/Toggle.d.ts +2 -2
  30. package/{lib → lib-types}/components/logos/Birdflop.d.ts +1 -1
  31. package/{lib/components/logos/Waterfall.d.ts → lib-types/components/logos/Discord.d.ts} +1 -1
  32. package/{lib/components/logos/Velocity.d.ts → lib-types/components/logos/Fabric.d.ts} +1 -1
  33. package/lib-types/components/logos/Forge.d.ts +2 -0
  34. package/{lib → lib-types}/components/logos/IconProps.d.ts +1 -1
  35. package/lib-types/components/logos/Luminescent.d.ts +3 -0
  36. package/lib-types/components/logos/Paper.d.ts +2 -0
  37. package/lib-types/components/logos/Pterodactyl.d.ts +2 -0
  38. package/lib-types/components/logos/Purpur.d.ts +2 -0
  39. package/lib-types/components/logos/Velocity.d.ts +2 -0
  40. package/{lib/components/logos/Pterodactyl.d.ts → lib-types/components/logos/Waterfall.d.ts} +1 -1
  41. package/lib-types/entry.dev.d.ts +2 -0
  42. package/lib-types/entry.ssr.d.ts +14 -0
  43. package/lib-types/root.d.ts +3 -0
  44. package/lib-types/svg/ChevronDown.d.ts +2 -0
  45. package/lib-types/svg/Link.d.ts +2 -0
  46. package/lib-types/svg/Menu.d.ts +2 -0
  47. package/{lib/svg/Shuffle.d.ts → lib-types/svg/Minus.d.ts} +1 -1
  48. package/lib-types/svg/Plus.d.ts +2 -0
  49. package/lib-types/svg/Shuffle.d.ts +2 -0
  50. package/package.json +25 -22
  51. package/tailwind.config.js +94 -0
  52. package/lib/components/docs/Anchor.d.ts +0 -4
  53. package/lib/components/docs/Blobs.d.ts +0 -4
  54. package/lib/components/docs/ColorPicker.d.ts +0 -4
  55. package/lib/components/docs/Dropdown.d.ts +0 -4
  56. package/lib/components/docs/IconsLogos.d.ts +0 -4
  57. package/lib/components/docs/Nav.d.ts +0 -4
  58. package/lib/components/docs/NumberInput.d.ts +0 -4
  59. package/lib/components/docs/RangeInput.d.ts +0 -4
  60. package/lib/components/docs/SelectMenu.d.ts +0 -4
  61. package/lib/components/docs/Settings.d.ts +0 -2
  62. package/lib/components/docs/Sidebar.d.ts +0 -4
  63. package/lib/components/docs/Toggle.d.ts +0 -4
  64. package/lib/components/docs/lum-btn.d.ts +0 -4
  65. package/lib/components/docs/lum-card.d.ts +0 -4
  66. package/lib/components/docs/lum-classes.d.ts +0 -4
  67. package/lib/components/docs/lum-input.d.ts +0 -4
  68. package/lib/components/elements/Anchor.qwik.cjs +0 -26
  69. package/lib/components/elements/Anchor.qwik.mjs +0 -26
  70. package/lib/components/elements/Blobs.qwik.cjs +0 -191
  71. package/lib/components/elements/Blobs.qwik.mjs +0 -191
  72. package/lib/components/elements/ColorPicker.qwik.cjs +0 -314
  73. package/lib/components/elements/ColorPicker.qwik.mjs +0 -314
  74. package/lib/components/elements/Dropdown.qwik.cjs +0 -31
  75. package/lib/components/elements/Dropdown.qwik.mjs +0 -31
  76. package/lib/components/elements/Nav.qwik.cjs +0 -98
  77. package/lib/components/elements/Nav.qwik.mjs +0 -98
  78. package/lib/components/elements/NumberInput.d.ts +0 -21
  79. package/lib/components/elements/NumberInput.qwik.cjs +0 -87
  80. package/lib/components/elements/NumberInput.qwik.mjs +0 -87
  81. package/lib/components/elements/RangeInput.qwik.cjs +0 -77
  82. package/lib/components/elements/RangeInput.qwik.mjs +0 -77
  83. package/lib/components/elements/SelectMenu.qwik.cjs +0 -134
  84. package/lib/components/elements/SelectMenu.qwik.mjs +0 -134
  85. package/lib/components/elements/Sidebar.qwik.cjs +0 -37
  86. package/lib/components/elements/Sidebar.qwik.mjs +0 -37
  87. package/lib/components/elements/Toggle.qwik.cjs +0 -39
  88. package/lib/components/elements/Toggle.qwik.mjs +0 -39
  89. package/lib/components/functions.qwik.cjs +0 -18
  90. package/lib/components/functions.qwik.mjs +0 -18
  91. package/lib/components/logos/Birdflop.qwik.cjs +0 -73
  92. package/lib/components/logos/Birdflop.qwik.mjs +0 -73
  93. package/lib/components/logos/Discord.d.ts +0 -2
  94. package/lib/components/logos/Discord.qwik.cjs +0 -18
  95. package/lib/components/logos/Discord.qwik.mjs +0 -18
  96. package/lib/components/logos/Fabric.d.ts +0 -2
  97. package/lib/components/logos/Fabric.qwik.cjs +0 -32
  98. package/lib/components/logos/Fabric.qwik.mjs +0 -32
  99. package/lib/components/logos/Forge.d.ts +0 -2
  100. package/lib/components/logos/Forge.qwik.cjs +0 -31
  101. package/lib/components/logos/Forge.qwik.mjs +0 -31
  102. package/lib/components/logos/Luminescent.d.ts +0 -3
  103. package/lib/components/logos/Luminescent.qwik.cjs +0 -143
  104. package/lib/components/logos/Luminescent.qwik.mjs +0 -143
  105. package/lib/components/logos/Paper.d.ts +0 -2
  106. package/lib/components/logos/Paper.qwik.cjs +0 -40
  107. package/lib/components/logos/Paper.qwik.mjs +0 -40
  108. package/lib/components/logos/Pterodactyl.qwik.cjs +0 -35
  109. package/lib/components/logos/Pterodactyl.qwik.mjs +0 -35
  110. package/lib/components/logos/Purpur.d.ts +0 -2
  111. package/lib/components/logos/Purpur.qwik.cjs +0 -76
  112. package/lib/components/logos/Purpur.qwik.mjs +0 -76
  113. package/lib/components/logos/Velocity.qwik.cjs +0 -27
  114. package/lib/components/logos/Velocity.qwik.mjs +0 -27
  115. package/lib/components/logos/Waterfall.qwik.cjs +0 -21
  116. package/lib/components/logos/Waterfall.qwik.mjs +0 -21
  117. package/lib/svg/ChevronDown.d.ts +0 -2
  118. package/lib/svg/ChevronDown.qwik.cjs +0 -23
  119. package/lib/svg/ChevronDown.qwik.mjs +0 -23
  120. package/lib/svg/Link.d.ts +0 -2
  121. package/lib/svg/Link.qwik.cjs +0 -34
  122. package/lib/svg/Link.qwik.mjs +0 -34
  123. package/lib/svg/Menu.d.ts +0 -2
  124. package/lib/svg/Menu.qwik.cjs +0 -31
  125. package/lib/svg/Menu.qwik.mjs +0 -31
  126. package/lib/svg/Minus.d.ts +0 -2
  127. package/lib/svg/Minus.qwik.cjs +0 -23
  128. package/lib/svg/Minus.qwik.mjs +0 -23
  129. package/lib/svg/Plus.d.ts +0 -2
  130. package/lib/svg/Plus.qwik.cjs +0 -28
  131. package/lib/svg/Plus.qwik.mjs +0 -28
  132. package/lib/svg/Shuffle.qwik.cjs +0 -37
  133. package/lib/svg/Shuffle.qwik.mjs +0 -37
  134. package/lib/utils/color.qwik.cjs +0 -134
  135. package/lib/utils/color.qwik.mjs +0 -134
  136. /package/{lib → lib-types}/components/elements.d.ts +0 -0
  137. /package/{lib → lib-types}/components/functions.d.ts +0 -0
  138. /package/{lib → lib-types}/components/logos.d.ts +0 -0
  139. /package/{lib → lib-types}/index.d.ts +0 -0
  140. /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
- };
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const ChevronDown: import("@qwik.dev/core").Component<IconProps>;
@@ -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
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Link: import("@qwik.dev/core").Component<IconProps>;
@@ -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;
@@ -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
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Menu: import("@qwik.dev/core").Component<IconProps>;
@@ -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;
@@ -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
- };
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Minus: import("@qwik.dev/core").Component<IconProps>;
@@ -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;
@@ -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
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Plus: import("@qwik.dev/core").Component<IconProps>;
@@ -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;
@@ -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
- };
@@ -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;
@@ -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
- };
@@ -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;