@luminescent/ui-qwik 1.0.5

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 (95) hide show
  1. package/lib/index.qwik.mjs +2204 -0
  2. package/lib-types/components/docs/Anchor.d.ts +2 -0
  3. package/lib-types/components/docs/Blobs.d.ts +2 -0
  4. package/lib-types/components/docs/ColorPicker.d.ts +2 -0
  5. package/lib-types/components/docs/Dropdown.d.ts +2 -0
  6. package/lib-types/components/docs/IconsLogos.d.ts +2 -0
  7. package/lib-types/components/docs/Nav.d.ts +2 -0
  8. package/lib-types/components/docs/NumberInput.d.ts +2 -0
  9. package/lib-types/components/docs/Playground.d.ts +2 -0
  10. package/lib-types/components/docs/Toggle.d.ts +2 -0
  11. package/lib-types/components/docs/lum-btn.d.ts +2 -0
  12. package/lib-types/components/docs/lum-card.d.ts +2 -0
  13. package/lib-types/components/docs/lum-classes.d.ts +2 -0
  14. package/lib-types/components/docs/lum-input.d.ts +2 -0
  15. package/lib-types/components/elements/Anchor.d.ts +5 -0
  16. package/lib-types/components/elements/Blobs.d.ts +35 -0
  17. package/lib-types/components/elements/Card.d.ts +159 -0
  18. package/lib-types/components/elements/ColorPicker.d.ts +13 -0
  19. package/lib-types/components/elements/Dropdown.d.ts +16 -0
  20. package/lib-types/components/elements/Header.d.ts +12 -0
  21. package/lib-types/components/elements/LoadingIcon.d.ts +10 -0
  22. package/lib-types/components/elements/Nav.d.ts +38 -0
  23. package/lib-types/components/elements/NumberInput.d.ts +21 -0
  24. package/lib-types/components/elements/Toggle.d.ts +212 -0
  25. package/lib-types/components/elements.d.ts +10 -0
  26. package/lib-types/components/logos/Birdflop.d.ts +7 -0
  27. package/lib-types/components/logos/Discord.d.ts +2 -0
  28. package/lib-types/components/logos/Fabric.d.ts +2 -0
  29. package/lib-types/components/logos/Forge.d.ts +2 -0
  30. package/lib-types/components/logos/IconProps.d.ts +3 -0
  31. package/lib-types/components/logos/Luminescent.d.ts +3 -0
  32. package/lib-types/components/logos/Paper.d.ts +2 -0
  33. package/lib-types/components/logos/Pterodactyl.d.ts +2 -0
  34. package/lib-types/components/logos/Purpur.d.ts +2 -0
  35. package/lib-types/components/logos/Velocity.d.ts +2 -0
  36. package/lib-types/components/logos/Waterfall.d.ts +2 -0
  37. package/lib-types/components/logos.d.ts +10 -0
  38. package/lib-types/entry.dev.d.ts +2 -0
  39. package/lib-types/entry.ssr.d.ts +14 -0
  40. package/lib-types/index.d.ts +2 -0
  41. package/lib-types/root.d.ts +3 -0
  42. package/lib-types/src/components/docs/Anchor.d.ts +2 -0
  43. package/lib-types/src/components/docs/Blobs.d.ts +2 -0
  44. package/lib-types/src/components/docs/ColorPicker.d.ts +2 -0
  45. package/lib-types/src/components/docs/Dropdown.d.ts +2 -0
  46. package/lib-types/src/components/docs/IconsLogos.d.ts +2 -0
  47. package/lib-types/src/components/docs/Nav.d.ts +2 -0
  48. package/lib-types/src/components/docs/NumberInput.d.ts +2 -0
  49. package/lib-types/src/components/docs/Playground.d.ts +2 -0
  50. package/lib-types/src/components/docs/Toggle.d.ts +2 -0
  51. package/lib-types/src/components/docs/lum-btn.d.ts +2 -0
  52. package/lib-types/src/components/docs/lum-card.d.ts +2 -0
  53. package/lib-types/src/components/docs/lum-classes.d.ts +2 -0
  54. package/lib-types/src/components/docs/lum-input.d.ts +2 -0
  55. package/lib-types/src/components/elements/Anchor.d.ts +5 -0
  56. package/lib-types/src/components/elements/Blobs.d.ts +35 -0
  57. package/lib-types/src/components/elements/Card.d.ts +159 -0
  58. package/lib-types/src/components/elements/ColorPicker.d.ts +13 -0
  59. package/lib-types/src/components/elements/Dropdown.d.ts +16 -0
  60. package/lib-types/src/components/elements/Header.d.ts +12 -0
  61. package/lib-types/src/components/elements/Nav.d.ts +38 -0
  62. package/lib-types/src/components/elements/NumberInput.d.ts +21 -0
  63. package/lib-types/src/components/elements/Toggle.d.ts +212 -0
  64. package/lib-types/src/components/elements.d.ts +9 -0
  65. package/lib-types/src/components/logos/Birdflop.d.ts +7 -0
  66. package/lib-types/src/components/logos/Discord.d.ts +2 -0
  67. package/lib-types/src/components/logos/Fabric.d.ts +2 -0
  68. package/lib-types/src/components/logos/Forge.d.ts +2 -0
  69. package/lib-types/src/components/logos/IconProps.d.ts +3 -0
  70. package/lib-types/src/components/logos/Luminescent.d.ts +3 -0
  71. package/lib-types/src/components/logos/Paper.d.ts +2 -0
  72. package/lib-types/src/components/logos/Pterodactyl.d.ts +2 -0
  73. package/lib-types/src/components/logos/Purpur.d.ts +2 -0
  74. package/lib-types/src/components/logos/Velocity.d.ts +2 -0
  75. package/lib-types/src/components/logos/Waterfall.d.ts +2 -0
  76. package/lib-types/src/components/logos.d.ts +10 -0
  77. package/lib-types/src/entry.dev.d.ts +2 -0
  78. package/lib-types/src/entry.ssr.d.ts +14 -0
  79. package/lib-types/src/index.d.ts +2 -0
  80. package/lib-types/src/root.d.ts +3 -0
  81. package/lib-types/src/svg/ChevronDown.d.ts +2 -0
  82. package/lib-types/src/svg/Link.d.ts +2 -0
  83. package/lib-types/src/svg/Minus.d.ts +2 -0
  84. package/lib-types/src/svg/Plus.d.ts +2 -0
  85. package/lib-types/src/svg/Shuffle.d.ts +2 -0
  86. package/lib-types/src/tailwind.config.d.ts +138 -0
  87. package/lib-types/src/utils/color.d.ts +36 -0
  88. package/lib-types/svg/ChevronDown.d.ts +2 -0
  89. package/lib-types/svg/Link.d.ts +2 -0
  90. package/lib-types/svg/Minus.d.ts +2 -0
  91. package/lib-types/svg/Plus.d.ts +2 -0
  92. package/lib-types/svg/Shuffle.d.ts +2 -0
  93. package/lib-types/tailwind.config.d.ts +122 -0
  94. package/lib-types/utils/color.d.ts +36 -0
  95. package/package.json +65 -0
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("@builder.io/qwik").Component<unknown>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ interface AnchorProps {
2
+ id: string;
3
+ }
4
+ export declare const Anchor: import("@builder.io/qwik").Component<AnchorProps>;
5
+ export {};
@@ -0,0 +1,35 @@
1
+ interface BlobProps {
2
+ class?: {
3
+ [key: string]: boolean;
4
+ };
5
+ color?: keyof typeof blobColorClasses | [string, string, string];
6
+ blur?: 'sm' | 'md' | 'lg' | 'xl';
7
+ }
8
+ export declare const blobColorClasses: {
9
+ slate: string[];
10
+ gray: string[];
11
+ darkgray: string[];
12
+ darkergray: string[];
13
+ zinc: string[];
14
+ neutral: string[];
15
+ stone: string[];
16
+ red: string[];
17
+ orange: string[];
18
+ amber: string[];
19
+ yellow: string[];
20
+ lime: string[];
21
+ green: string[];
22
+ emerald: string[];
23
+ teal: string[];
24
+ cyan: string[];
25
+ sky: string[];
26
+ blue: string[];
27
+ indigo: string[];
28
+ violet: string[];
29
+ purple: string[];
30
+ fuchsia: string[];
31
+ pink: string[];
32
+ rose: string[];
33
+ };
34
+ export declare const Blobs: import("@builder.io/qwik").Component<BlobProps>;
35
+ export {};
@@ -0,0 +1,159 @@
1
+ import type { PropsOf } from '@builder.io/qwik';
2
+ interface CardProps extends Omit<PropsOf<'div'>, 'class'> {
3
+ color?: keyof typeof cardColorClasses;
4
+ blobs?: boolean | keyof typeof cardColorClasses;
5
+ hover?: boolean | 'clickable' | 'blur';
6
+ href?: string;
7
+ row?: boolean;
8
+ class?: {
9
+ [key: string]: boolean;
10
+ };
11
+ }
12
+ export declare const cardColorClasses: {
13
+ slate: {
14
+ bg_blobs: string;
15
+ bg: string;
16
+ hover: string;
17
+ click: string;
18
+ };
19
+ gray: {
20
+ bg_blobs: string;
21
+ bg: string;
22
+ hover: string;
23
+ click: string;
24
+ };
25
+ darkgray: {
26
+ bg_blobs: string;
27
+ bg: string;
28
+ hover: string;
29
+ click: string;
30
+ };
31
+ darkergray: {
32
+ bg_blobs: string;
33
+ bg: string;
34
+ hover: string;
35
+ click: string;
36
+ };
37
+ zinc: {
38
+ bg_blobs: string;
39
+ bg: string;
40
+ hover: string;
41
+ click: string;
42
+ };
43
+ neutral: {
44
+ bg_blobs: string;
45
+ bg: string;
46
+ hover: string;
47
+ click: string;
48
+ };
49
+ stone: {
50
+ bg_blobs: string;
51
+ bg: string;
52
+ hover: string;
53
+ click: string;
54
+ };
55
+ red: {
56
+ bg_blobs: string;
57
+ bg: string;
58
+ hover: string;
59
+ click: string;
60
+ };
61
+ orange: {
62
+ bg_blobs: string;
63
+ bg: string;
64
+ hover: string;
65
+ click: string;
66
+ };
67
+ amber: {
68
+ bg_blobs: string;
69
+ bg: string;
70
+ hover: string;
71
+ click: string;
72
+ };
73
+ yellow: {
74
+ bg_blobs: string;
75
+ bg: string;
76
+ hover: string;
77
+ click: string;
78
+ };
79
+ lime: {
80
+ bg_blobs: string;
81
+ bg: string;
82
+ hover: string;
83
+ click: string;
84
+ };
85
+ green: {
86
+ bg_blobs: string;
87
+ bg: string;
88
+ hover: string;
89
+ click: string;
90
+ };
91
+ emerald: {
92
+ bg_blobs: string;
93
+ bg: string;
94
+ hover: string;
95
+ click: string;
96
+ };
97
+ teal: {
98
+ bg_blobs: string;
99
+ bg: string;
100
+ hover: string;
101
+ click: string;
102
+ };
103
+ cyan: {
104
+ bg_blobs: string;
105
+ bg: string;
106
+ hover: string;
107
+ click: string;
108
+ };
109
+ sky: {
110
+ bg_blobs: string;
111
+ bg: string;
112
+ hover: string;
113
+ click: string;
114
+ };
115
+ blue: {
116
+ bg_blobs: string;
117
+ bg: string;
118
+ hover: string;
119
+ click: string;
120
+ };
121
+ indigo: {
122
+ bg_blobs: string;
123
+ bg: string;
124
+ hover: string;
125
+ click: string;
126
+ };
127
+ violet: {
128
+ bg_blobs: string;
129
+ bg: string;
130
+ hover: string;
131
+ click: string;
132
+ };
133
+ purple: {
134
+ bg_blobs: string;
135
+ bg: string;
136
+ hover: string;
137
+ click: string;
138
+ };
139
+ fuchsia: {
140
+ bg_blobs: string;
141
+ bg: string;
142
+ hover: string;
143
+ click: string;
144
+ };
145
+ pink: {
146
+ bg_blobs: string;
147
+ bg: string;
148
+ hover: string;
149
+ click: string;
150
+ };
151
+ rose: {
152
+ bg_blobs: string;
153
+ bg: string;
154
+ hover: string;
155
+ click: string;
156
+ };
157
+ };
158
+ export declare const Card: import("@builder.io/qwik").Component<CardProps>;
159
+ export {};
@@ -0,0 +1,13 @@
1
+ import type { PropsOf, QRL } from '@builder.io/qwik';
2
+ export interface ColorPickerProps extends Omit<PropsOf<'div'>, 'class' | 'onInput$'> {
3
+ class?: {
4
+ [key: string]: boolean;
5
+ };
6
+ onInput$?: QRL<(color: string) => void>;
7
+ value?: string;
8
+ colors?: string[];
9
+ preview?: 'left' | 'right' | 'top' | 'bottom' | 'full';
10
+ horizontal?: boolean;
11
+ showInput?: boolean;
12
+ }
13
+ export declare const ColorPicker: import("@builder.io/qwik").Component<ColorPickerProps>;
@@ -0,0 +1,16 @@
1
+ import type { JSXChildren, PropsOf } from '@builder.io/qwik';
2
+ interface DropdownProps extends Omit<PropsOf<'select'>, 'class' | 'size'> {
3
+ class?: {
4
+ [key: string]: boolean;
5
+ };
6
+ display?: JSXChildren;
7
+ hover?: boolean;
8
+ values?: {
9
+ name: JSXChildren;
10
+ value: string | number;
11
+ }[];
12
+ id: string;
13
+ }
14
+ export declare const Dropdown: import("@builder.io/qwik").Component<DropdownProps>;
15
+ export declare const DropdownRaw: import("@builder.io/qwik").Component<DropdownProps>;
16
+ export {};
@@ -0,0 +1,12 @@
1
+ import type { JSXOutput, PropsOf } from '@builder.io/qwik';
2
+ interface HeaderProps extends Omit<PropsOf<'h2'>, 'class'> {
3
+ class?: {
4
+ [key: string]: boolean;
5
+ };
6
+ id?: string;
7
+ anchor?: boolean;
8
+ loading?: boolean;
9
+ subheader?: string | JSXOutput;
10
+ }
11
+ export declare const Header: import("@builder.io/qwik").Component<HeaderProps>;
12
+ export {};
@@ -0,0 +1,10 @@
1
+ import type { PropsOf } from '@builder.io/qwik';
2
+ interface loadingIconProps extends Omit<PropsOf<'div'>, 'class'> {
3
+ class?: {
4
+ [key: string]: boolean;
5
+ };
6
+ width: number;
7
+ speed?: string;
8
+ }
9
+ export declare const LoadingIcon: import("@builder.io/qwik").Component<loadingIconProps>;
10
+ export {};
@@ -0,0 +1,38 @@
1
+ import type { PropsOf } from '@builder.io/qwik';
2
+ interface NavContainerProps extends Omit<PropsOf<'nav'>, 'class'> {
3
+ class?: {
4
+ [key: string]: boolean;
5
+ };
6
+ fixed?: boolean;
7
+ floating?: boolean;
8
+ color?: keyof typeof navColorClasses;
9
+ }
10
+ export declare const navColorClasses: {
11
+ slate: string;
12
+ gray: string;
13
+ darkgray: string;
14
+ darkergray: string;
15
+ zinc: string;
16
+ neutral: string;
17
+ stone: string;
18
+ red: string;
19
+ orange: string;
20
+ amber: string;
21
+ yellow: string;
22
+ lime: string;
23
+ green: string;
24
+ emerald: string;
25
+ teal: string;
26
+ cyan: string;
27
+ sky: string;
28
+ blue: string;
29
+ indigo: string;
30
+ violet: string;
31
+ purple: string;
32
+ fuchsia: string;
33
+ pink: string;
34
+ rose: string;
35
+ transparent: string;
36
+ };
37
+ export declare const Nav: import("@builder.io/qwik").Component<NavContainerProps>;
38
+ export {};
@@ -0,0 +1,21 @@
1
+ import type { PropsOf, QRL } from '@builder.io/qwik';
2
+ interface NumberInputRawProps extends Omit<(PropsOf<'input'> & {
3
+ type: 'number';
4
+ }), 'class' | 'type'> {
5
+ onDecrement$: QRL<(event: PointerEvent, element: HTMLButtonElement, inputElement?: HTMLInputElement) => void>;
6
+ onIncrement$: QRL<(event: PointerEvent, element: HTMLButtonElement, inputElement?: HTMLInputElement) => void>;
7
+ input?: boolean;
8
+ class?: {
9
+ [key: string]: boolean;
10
+ };
11
+ value?: number;
12
+ min?: number;
13
+ max?: number;
14
+ step?: number;
15
+ }
16
+ interface NumberInputProps extends Omit<NumberInputRawProps, 'children'> {
17
+ id: string;
18
+ }
19
+ export declare const NumberInput: import("@builder.io/qwik").Component<NumberInputProps>;
20
+ export declare const NumberInputRaw: import("@builder.io/qwik").Component<NumberInputRawProps>;
21
+ export {};
@@ -0,0 +1,212 @@
1
+ import type { JSXOutput, PropsOf } from '@builder.io/qwik';
2
+ interface ToggleProps extends Omit<(PropsOf<'input'> & {
3
+ type: 'checkbox';
4
+ }), 'class' | 'bind:checked' | 'type' | 'children'> {
5
+ class?: {
6
+ [key: string]: boolean;
7
+ };
8
+ checkbox?: boolean;
9
+ round?: boolean;
10
+ onColor?: keyof typeof toggleOnColorClasses;
11
+ offColor?: keyof typeof toggleOffColorClasses;
12
+ center?: boolean;
13
+ label?: string | JSXOutput;
14
+ }
15
+ export declare const toggleOnColorClasses: {
16
+ slate: {
17
+ checked: string;
18
+ checkedAfter: string;
19
+ };
20
+ gray: {
21
+ checked: string;
22
+ checkedAfter: string;
23
+ };
24
+ darkgray: {
25
+ checked: string;
26
+ checkedAfter: string;
27
+ };
28
+ darkergray: {
29
+ checked: string;
30
+ checkedAfter: string;
31
+ };
32
+ zinc: {
33
+ checked: string;
34
+ checkedAfter: string;
35
+ };
36
+ neutral: {
37
+ checked: string;
38
+ checkedAfter: string;
39
+ };
40
+ stone: {
41
+ checked: string;
42
+ checkedAfter: string;
43
+ };
44
+ red: {
45
+ checked: string;
46
+ checkedAfter: string;
47
+ };
48
+ orange: {
49
+ checked: string;
50
+ checkedAfter: string;
51
+ };
52
+ amber: {
53
+ checked: string;
54
+ checkedAfter: string;
55
+ };
56
+ yellow: {
57
+ checked: string;
58
+ checkedAfter: string;
59
+ };
60
+ lime: {
61
+ checked: string;
62
+ checkedAfter: string;
63
+ };
64
+ green: {
65
+ checked: string;
66
+ checkedAfter: string;
67
+ };
68
+ emerald: {
69
+ checked: string;
70
+ checkedAfter: string;
71
+ };
72
+ teal: {
73
+ checked: string;
74
+ checkedAfter: string;
75
+ };
76
+ cyan: {
77
+ checked: string;
78
+ checkedAfter: string;
79
+ };
80
+ sky: {
81
+ checked: string;
82
+ checkedAfter: string;
83
+ };
84
+ blue: {
85
+ checked: string;
86
+ checkedAfter: string;
87
+ };
88
+ indigo: {
89
+ checked: string;
90
+ checkedAfter: string;
91
+ };
92
+ violet: {
93
+ checked: string;
94
+ checkedAfter: string;
95
+ };
96
+ purple: {
97
+ checked: string;
98
+ checkedAfter: string;
99
+ };
100
+ fuchsia: {
101
+ checked: string;
102
+ checkedAfter: string;
103
+ };
104
+ pink: {
105
+ checked: string;
106
+ checkedAfter: string;
107
+ };
108
+ rose: {
109
+ checked: string;
110
+ checkedAfter: string;
111
+ };
112
+ };
113
+ export declare const toggleOffColorClasses: {
114
+ slate: {
115
+ unchecked: string;
116
+ uncheckedAfter: string;
117
+ };
118
+ gray: {
119
+ unchecked: string;
120
+ uncheckedAfter: string;
121
+ };
122
+ darkgray: {
123
+ unchecked: string;
124
+ uncheckedAfter: string;
125
+ };
126
+ darkergray: {
127
+ unchecked: string;
128
+ uncheckedAfter: string;
129
+ };
130
+ zinc: {
131
+ unchecked: string;
132
+ uncheckedAfter: string;
133
+ };
134
+ neutral: {
135
+ unchecked: string;
136
+ uncheckedAfter: string;
137
+ };
138
+ stone: {
139
+ unchecked: string;
140
+ uncheckedAfter: string;
141
+ };
142
+ red: {
143
+ unchecked: string;
144
+ uncheckedAfter: string;
145
+ };
146
+ orange: {
147
+ unchecked: string;
148
+ uncheckedAfter: string;
149
+ };
150
+ amber: {
151
+ unchecked: string;
152
+ uncheckedAfter: string;
153
+ };
154
+ yellow: {
155
+ unchecked: string;
156
+ uncheckedAfter: string;
157
+ };
158
+ lime: {
159
+ unchecked: string;
160
+ uncheckedAfter: string;
161
+ };
162
+ green: {
163
+ unchecked: string;
164
+ uncheckedAfter: string;
165
+ };
166
+ emerald: {
167
+ unchecked: string;
168
+ uncheckedAfter: string;
169
+ };
170
+ teal: {
171
+ unchecked: string;
172
+ uncheckedAfter: string;
173
+ };
174
+ cyan: {
175
+ unchecked: string;
176
+ uncheckedAfter: string;
177
+ };
178
+ sky: {
179
+ unchecked: string;
180
+ uncheckedAfter: string;
181
+ };
182
+ blue: {
183
+ unchecked: string;
184
+ uncheckedAfter: string;
185
+ };
186
+ indigo: {
187
+ unchecked: string;
188
+ uncheckedAfter: string;
189
+ };
190
+ violet: {
191
+ unchecked: string;
192
+ uncheckedAfter: string;
193
+ };
194
+ purple: {
195
+ unchecked: string;
196
+ uncheckedAfter: string;
197
+ };
198
+ fuchsia: {
199
+ unchecked: string;
200
+ uncheckedAfter: string;
201
+ };
202
+ pink: {
203
+ unchecked: string;
204
+ uncheckedAfter: string;
205
+ };
206
+ rose: {
207
+ unchecked: string;
208
+ uncheckedAfter: string;
209
+ };
210
+ };
211
+ export declare const Toggle: import("@builder.io/qwik").Component<ToggleProps>;
212
+ export {};
@@ -0,0 +1,10 @@
1
+ export * from './elements/Anchor';
2
+ export * from './elements/Blobs';
3
+ export * from './elements/Card';
4
+ export * from './elements/ColorPicker';
5
+ export * from './elements/Dropdown';
6
+ export * from './elements/Header';
7
+ export * from './elements/LoadingIcon';
8
+ export * from './elements/Nav';
9
+ export * from './elements/NumberInput';
10
+ export * from './elements/Toggle';
@@ -0,0 +1,7 @@
1
+ import type { IconProps } from './IconProps';
2
+ interface LogoBirdflopProps extends IconProps {
3
+ confused?: boolean;
4
+ fillGradient?: string[];
5
+ }
6
+ export declare const LogoBirdflop: import("@builder.io/qwik").Component<LogoBirdflopProps>;
7
+ export {};
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoDiscord: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoFabric: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoForge: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,3 @@
1
+ import type { PropsOf } from '@builder.io/qwik';
2
+ export interface IconProps extends Omit<PropsOf<'svg'>, 'height'> {
3
+ }
@@ -0,0 +1,3 @@
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>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoPaper: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoPterodactyl: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoPurpur: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoVelocity: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,2 @@
1
+ import type { IconProps } from './IconProps';
2
+ export declare const LogoWaterfall: import("@builder.io/qwik").Component<IconProps>;
@@ -0,0 +1,10 @@
1
+ export * from './logos/Birdflop';
2
+ export * from './logos/Discord';
3
+ export * from './logos/Fabric';
4
+ export * from './logos/Forge';
5
+ export * from './logos/Luminescent';
6
+ export * from './logos/Paper';
7
+ export * from './logos/Pterodactyl';
8
+ export * from './logos/Purpur';
9
+ export * from './logos/Velocity';
10
+ export * from './logos/Waterfall';
@@ -0,0 +1,2 @@
1
+ import { type RenderOptions } from '@builder.io/qwik';
2
+ export default function (opts: RenderOptions): Promise<import("@builder.io/qwik").RenderResult>;
@@ -0,0 +1,14 @@
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>;