@luminescent/ui-qwik 6.8.2 → 6.8.3-2

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 (139) hide show
  1. package/lib/components/docs/Anchor.d.ts +4 -0
  2. package/lib/components/docs/Blobs.d.ts +4 -0
  3. package/lib/components/docs/ColorPicker.d.ts +4 -0
  4. package/lib/components/docs/Dropdown.d.ts +4 -0
  5. package/lib/components/docs/IconsLogos.d.ts +4 -0
  6. package/lib/components/docs/Nav.d.ts +4 -0
  7. package/lib/components/docs/NumberInput.d.ts +4 -0
  8. package/lib/components/docs/RangeInput.d.ts +4 -0
  9. package/lib/components/docs/SelectMenu.d.ts +4 -0
  10. package/lib/components/docs/Settings.d.ts +2 -0
  11. package/lib/components/docs/Sidebar.d.ts +4 -0
  12. package/lib/components/docs/Toggle.d.ts +4 -0
  13. package/lib/components/docs/lum-btn.d.ts +4 -0
  14. package/lib/components/docs/lum-card.d.ts +4 -0
  15. package/lib/components/docs/lum-classes.d.ts +4 -0
  16. package/lib/components/docs/lum-input.d.ts +4 -0
  17. package/{lib-types → lib}/components/elements/Anchor.d.ts +2 -2
  18. package/lib/components/elements/Anchor.qwik.cjs +26 -0
  19. package/lib/components/elements/Anchor.qwik.mjs +26 -0
  20. package/{lib-types → lib}/components/elements/Blobs.d.ts +1 -1
  21. package/lib/components/elements/Blobs.qwik.cjs +191 -0
  22. package/lib/components/elements/Blobs.qwik.mjs +191 -0
  23. package/{lib-types → lib}/components/elements/ColorPicker.d.ts +2 -2
  24. package/lib/components/elements/ColorPicker.qwik.cjs +314 -0
  25. package/lib/components/elements/ColorPicker.qwik.mjs +314 -0
  26. package/{lib-types → lib}/components/elements/Dropdown.d.ts +2 -2
  27. package/lib/components/elements/Dropdown.qwik.cjs +31 -0
  28. package/lib/components/elements/Dropdown.qwik.mjs +31 -0
  29. package/{lib-types → lib}/components/elements/Nav.d.ts +2 -2
  30. package/lib/components/elements/Nav.qwik.cjs +98 -0
  31. package/lib/components/elements/Nav.qwik.mjs +98 -0
  32. package/{lib-types → lib}/components/elements/NumberInput.d.ts +3 -3
  33. package/lib/components/elements/NumberInput.qwik.cjs +87 -0
  34. package/lib/components/elements/NumberInput.qwik.mjs +87 -0
  35. package/{lib-types → lib}/components/elements/RangeInput.d.ts +3 -3
  36. package/lib/components/elements/RangeInput.qwik.cjs +77 -0
  37. package/lib/components/elements/RangeInput.qwik.mjs +77 -0
  38. package/{lib-types → lib}/components/elements/SelectMenu.d.ts +3 -3
  39. package/lib/components/elements/SelectMenu.qwik.cjs +134 -0
  40. package/lib/components/elements/SelectMenu.qwik.mjs +134 -0
  41. package/{lib-types → lib}/components/elements/Sidebar.d.ts +2 -2
  42. package/lib/components/elements/Sidebar.qwik.cjs +37 -0
  43. package/lib/components/elements/Sidebar.qwik.mjs +37 -0
  44. package/{lib-types → lib}/components/elements/Toggle.d.ts +2 -2
  45. package/lib/components/elements/Toggle.qwik.cjs +39 -0
  46. package/lib/components/elements/Toggle.qwik.mjs +39 -0
  47. package/lib/components/functions.qwik.cjs +18 -0
  48. package/lib/components/functions.qwik.mjs +18 -0
  49. package/{lib-types → lib}/components/logos/Birdflop.d.ts +1 -1
  50. package/lib/components/logos/Birdflop.qwik.cjs +73 -0
  51. package/lib/components/logos/Birdflop.qwik.mjs +73 -0
  52. package/lib/components/logos/Discord.d.ts +2 -0
  53. package/lib/components/logos/Discord.qwik.cjs +18 -0
  54. package/lib/components/logos/Discord.qwik.mjs +18 -0
  55. package/lib/components/logos/Fabric.d.ts +2 -0
  56. package/lib/components/logos/Fabric.qwik.cjs +32 -0
  57. package/lib/components/logos/Fabric.qwik.mjs +32 -0
  58. package/lib/components/logos/Forge.d.ts +2 -0
  59. package/lib/components/logos/Forge.qwik.cjs +31 -0
  60. package/lib/components/logos/Forge.qwik.mjs +31 -0
  61. package/{lib-types → lib}/components/logos/IconProps.d.ts +1 -1
  62. package/lib/components/logos/Luminescent.d.ts +3 -0
  63. package/lib/components/logos/Luminescent.qwik.cjs +143 -0
  64. package/lib/components/logos/Luminescent.qwik.mjs +143 -0
  65. package/lib/components/logos/Paper.d.ts +2 -0
  66. package/lib/components/logos/Paper.qwik.cjs +40 -0
  67. package/lib/components/logos/Paper.qwik.mjs +40 -0
  68. package/{lib-types/components/logos/Waterfall.d.ts → lib/components/logos/Pterodactyl.d.ts} +1 -1
  69. package/lib/components/logos/Pterodactyl.qwik.cjs +35 -0
  70. package/lib/components/logos/Pterodactyl.qwik.mjs +35 -0
  71. package/lib/components/logos/Purpur.d.ts +2 -0
  72. package/lib/components/logos/Purpur.qwik.cjs +76 -0
  73. package/lib/components/logos/Purpur.qwik.mjs +76 -0
  74. package/{lib-types/components/logos/Purpur.d.ts → lib/components/logos/Velocity.d.ts} +1 -1
  75. package/lib/components/logos/Velocity.qwik.cjs +27 -0
  76. package/lib/components/logos/Velocity.qwik.mjs +27 -0
  77. package/{lib-types/components/logos/Discord.d.ts → lib/components/logos/Waterfall.d.ts} +1 -1
  78. package/lib/components/logos/Waterfall.qwik.cjs +21 -0
  79. package/lib/components/logos/Waterfall.qwik.mjs +21 -0
  80. package/lib/index.qwik.cjs +47 -1730
  81. package/lib/index.qwik.mjs +21 -1704
  82. package/lib/svg/ChevronDown.d.ts +2 -0
  83. package/lib/svg/ChevronDown.qwik.cjs +23 -0
  84. package/lib/svg/ChevronDown.qwik.mjs +23 -0
  85. package/lib/svg/Link.d.ts +2 -0
  86. package/lib/svg/Link.qwik.cjs +34 -0
  87. package/lib/svg/Link.qwik.mjs +34 -0
  88. package/lib/svg/Menu.d.ts +2 -0
  89. package/lib/svg/Menu.qwik.cjs +31 -0
  90. package/lib/svg/Menu.qwik.mjs +31 -0
  91. package/lib/svg/Minus.d.ts +2 -0
  92. package/lib/svg/Minus.qwik.cjs +23 -0
  93. package/lib/svg/Minus.qwik.mjs +23 -0
  94. package/lib/svg/Plus.d.ts +2 -0
  95. package/lib/svg/Plus.qwik.cjs +28 -0
  96. package/lib/svg/Plus.qwik.mjs +28 -0
  97. package/{lib-types/svg/Minus.d.ts → lib/svg/Shuffle.d.ts} +1 -1
  98. package/lib/svg/Shuffle.qwik.cjs +37 -0
  99. package/lib/svg/Shuffle.qwik.mjs +37 -0
  100. package/lib/utils/color.qwik.cjs +134 -0
  101. package/lib/utils/color.qwik.mjs +134 -0
  102. package/package.json +22 -25
  103. package/LICENSE +0 -661
  104. package/lib-types/components/docs/Anchor.d.ts +0 -4
  105. package/lib-types/components/docs/Blobs.d.ts +0 -4
  106. package/lib-types/components/docs/ColorPicker.d.ts +0 -4
  107. package/lib-types/components/docs/Dropdown.d.ts +0 -4
  108. package/lib-types/components/docs/IconsLogos.d.ts +0 -4
  109. package/lib-types/components/docs/Nav.d.ts +0 -4
  110. package/lib-types/components/docs/NumberInput.d.ts +0 -4
  111. package/lib-types/components/docs/RangeInput.d.ts +0 -4
  112. package/lib-types/components/docs/SelectMenu.d.ts +0 -4
  113. package/lib-types/components/docs/Settings.d.ts +0 -2
  114. package/lib-types/components/docs/Sidebar.d.ts +0 -4
  115. package/lib-types/components/docs/Toggle.d.ts +0 -4
  116. package/lib-types/components/docs/lum-btn.d.ts +0 -4
  117. package/lib-types/components/docs/lum-card.d.ts +0 -4
  118. package/lib-types/components/docs/lum-classes.d.ts +0 -4
  119. package/lib-types/components/docs/lum-input.d.ts +0 -4
  120. package/lib-types/components/logos/Fabric.d.ts +0 -2
  121. package/lib-types/components/logos/Forge.d.ts +0 -2
  122. package/lib-types/components/logos/Luminescent.d.ts +0 -3
  123. package/lib-types/components/logos/Paper.d.ts +0 -2
  124. package/lib-types/components/logos/Pterodactyl.d.ts +0 -2
  125. package/lib-types/components/logos/Velocity.d.ts +0 -2
  126. package/lib-types/entry.dev.d.ts +0 -2
  127. package/lib-types/entry.ssr.d.ts +0 -14
  128. package/lib-types/root.d.ts +0 -3
  129. package/lib-types/svg/ChevronDown.d.ts +0 -2
  130. package/lib-types/svg/Link.d.ts +0 -2
  131. package/lib-types/svg/Menu.d.ts +0 -2
  132. package/lib-types/svg/Plus.d.ts +0 -2
  133. package/lib-types/svg/Shuffle.d.ts +0 -2
  134. package/tailwind.config.js +0 -94
  135. /package/{lib-types → lib}/components/elements.d.ts +0 -0
  136. /package/{lib-types → lib}/components/functions.d.ts +0 -0
  137. /package/{lib-types → lib}/components/logos.d.ts +0 -0
  138. /package/{lib-types → lib}/index.d.ts +0 -0
  139. /package/{lib-types → lib}/utils/color.d.ts +0 -0
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,4 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<{
2
- id: string;
3
- }>;
4
- export default _default;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from './IconProps';
2
- export declare const LogoFabric: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from './IconProps';
2
- export declare const LogoForge: import("@builder.io/qwik").Component<IconProps>;
@@ -1,3 +0,0 @@
1
- import type { IconProps } from './IconProps';
2
- export declare const LogoLuminescent: import("@builder.io/qwik").Component<IconProps>;
3
- export declare const LogoLuminescentFull: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from './IconProps';
2
- export declare const LogoPaper: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from './IconProps';
2
- export declare const LogoPterodactyl: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from './IconProps';
2
- export declare const LogoVelocity: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import { type RenderOptions } from '@builder.io/qwik';
2
- export default function (opts: RenderOptions): Promise<import("@builder.io/qwik").RenderResult>;
@@ -1,14 +0,0 @@
1
- /**
2
- * WHAT IS THIS FILE?
3
- *
4
- * SSR entry point, in all cases the application is rendered outside the browser, this
5
- * entry point will be the common one.
6
- *
7
- * - Server (express, cloudflare...)
8
- * - npm run start
9
- * - npm run preview
10
- * - npm run build
11
- *
12
- */
13
- import { type RenderToStreamOptions } from '@builder.io/qwik/server';
14
- export default function (opts: RenderToStreamOptions): Promise<import("@builder.io/qwik/server").RenderToStreamResult>;
@@ -1,3 +0,0 @@
1
- import './global.css';
2
- declare const _default: import("@builder.io/qwik").Component<unknown>;
3
- export default _default;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const ChevronDown: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Link: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Menu: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Plus: import("@builder.io/qwik").Component<IconProps>;
@@ -1,2 +0,0 @@
1
- import type { IconProps } from '../components/logos/IconProps';
2
- export declare const Shuffle: import("@builder.io/qwik").Component<IconProps>;
@@ -1,94 +0,0 @@
1
- function getBlobKeyFrame() {
2
- const translateXPercentages = [0, 19, 38, 57, 76];
3
- const translateYPercentages = [0, 12, 25, 38, 50];
4
- const scaleValues = [0.8, 1, 1.2, 1.4];
5
-
6
- const translateX0Key = Math.floor(
7
- Math.random() * translateXPercentages.length,
8
- );
9
- const translateX0 = translateXPercentages[translateX0Key];
10
- translateXPercentages.splice(translateX0Key, 1);
11
- const translateX1Key = Math.floor(
12
- Math.random() * translateXPercentages.length,
13
- );
14
- const translateX1 = translateXPercentages[translateX1Key];
15
- translateXPercentages.splice(translateX1Key, 1);
16
- const translateX2Key = Math.floor(
17
- Math.random() * translateXPercentages.length,
18
- );
19
- const translateX2 = translateXPercentages[translateX2Key];
20
- translateXPercentages.splice(translateX2Key, 1);
21
- const translateX3Key = Math.floor(
22
- Math.random() * translateXPercentages.length,
23
- );
24
- const translateX3 = translateXPercentages[translateX3Key];
25
- translateXPercentages.splice(translateX3Key, 1);
26
-
27
- const translateY0Key = Math.floor(
28
- Math.random() * translateYPercentages.length,
29
- );
30
- const translateY0 = translateYPercentages[translateY0Key];
31
- translateYPercentages.splice(translateY0Key, 1);
32
- const translateY1Key = Math.floor(
33
- Math.random() * translateYPercentages.length,
34
- );
35
- const translateY1 = translateYPercentages[translateY1Key];
36
- translateYPercentages.splice(translateY1Key, 1);
37
- const translateY2Key = Math.floor(
38
- Math.random() * translateYPercentages.length,
39
- );
40
- const translateY2 = translateYPercentages[translateY2Key];
41
- translateYPercentages.splice(translateY2Key, 1);
42
- const translateY3Key = Math.floor(
43
- Math.random() * translateYPercentages.length,
44
- );
45
- const translateY3 = translateYPercentages[translateY3Key];
46
- translateYPercentages.splice(translateY3Key, 1);
47
-
48
- const scale0 = scaleValues[Math.floor(Math.random() * scaleValues.length)];
49
- const scale1 = scaleValues[Math.floor(Math.random() * scaleValues.length)];
50
- const scale2 = scaleValues[Math.floor(Math.random() * scaleValues.length)];
51
- const scale3 = scaleValues[Math.floor(Math.random() * scaleValues.length)];
52
-
53
- const keyframe = {
54
- '0%, 100%': {
55
- transform: `translate(${translateX0}cqw, ${translateY0}cqh) scale(${scale0})`,
56
- },
57
- '25%': {
58
- transform: `translate(${translateX1}cqw, ${translateY1}cqh) scale(${scale1})`,
59
- },
60
- '50%': {
61
- transform: `translate(${translateX2}cqw, ${translateY2}cqh) scale(${scale2})`,
62
- },
63
- '75%': {
64
- transform: `translate(${translateX3}cqw, ${translateY3}cqh) scale(${scale3})`,
65
- },
66
- };
67
-
68
- return keyframe;
69
- }
70
-
71
- export default {
72
- theme: {
73
- extend: {
74
- animation: {
75
- blob: 'blob 15s infinite',
76
- blob1: 'blob1 15s infinite',
77
- blob2: 'blob2 15s infinite',
78
- blob3: 'blob3 15s infinite',
79
- blob4: 'blob4 15s infinite',
80
- blob5: 'blob5 15s infinite',
81
- blob6: 'blob6 15s infinite',
82
- },
83
- keyframes: {
84
- blob: getBlobKeyFrame(),
85
- blob1: getBlobKeyFrame(),
86
- blob2: getBlobKeyFrame(),
87
- blob3: getBlobKeyFrame(),
88
- blob4: getBlobKeyFrame(),
89
- blob5: getBlobKeyFrame(),
90
- blob6: getBlobKeyFrame(),
91
- },
92
- },
93
- },
94
- };
File without changes
File without changes
File without changes
File without changes
File without changes