@luminescent/ui-qwik 1.0.5 → 1.1.3
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/lib/index.qwik.mjs +44 -44
- package/lib-types/ui/src/components/btn.d.ts +3 -0
- package/lib-types/ui/src/components/card.d.ts +3 -0
- package/lib-types/ui/src/components/input.d.ts +3 -0
- package/lib-types/ui/src/index.d.ts +5 -0
- package/lib-types/{components → ui-qwik/src/components}/elements/Blobs.d.ts +1 -2
- package/package.json +12 -14
- package/src/tailwind.config.js +86 -0
- package/lib-types/components/elements/LoadingIcon.d.ts +0 -10
- package/lib-types/components/elements.d.ts +0 -10
- package/lib-types/src/components/docs/Anchor.d.ts +0 -2
- package/lib-types/src/components/docs/Blobs.d.ts +0 -2
- package/lib-types/src/components/docs/ColorPicker.d.ts +0 -2
- package/lib-types/src/components/docs/Dropdown.d.ts +0 -2
- package/lib-types/src/components/docs/IconsLogos.d.ts +0 -2
- package/lib-types/src/components/docs/Nav.d.ts +0 -2
- package/lib-types/src/components/docs/NumberInput.d.ts +0 -2
- package/lib-types/src/components/docs/Playground.d.ts +0 -2
- package/lib-types/src/components/docs/Toggle.d.ts +0 -2
- package/lib-types/src/components/docs/lum-btn.d.ts +0 -2
- package/lib-types/src/components/docs/lum-card.d.ts +0 -2
- package/lib-types/src/components/docs/lum-classes.d.ts +0 -2
- package/lib-types/src/components/docs/lum-input.d.ts +0 -2
- package/lib-types/src/components/elements/Anchor.d.ts +0 -5
- package/lib-types/src/components/elements/Blobs.d.ts +0 -35
- package/lib-types/src/components/elements/Card.d.ts +0 -159
- package/lib-types/src/components/elements/ColorPicker.d.ts +0 -13
- package/lib-types/src/components/elements/Dropdown.d.ts +0 -16
- package/lib-types/src/components/elements/Header.d.ts +0 -12
- package/lib-types/src/components/elements/Nav.d.ts +0 -38
- package/lib-types/src/components/elements/NumberInput.d.ts +0 -21
- package/lib-types/src/components/elements/Toggle.d.ts +0 -212
- package/lib-types/src/components/logos/Birdflop.d.ts +0 -7
- package/lib-types/src/components/logos/Discord.d.ts +0 -2
- package/lib-types/src/components/logos/Fabric.d.ts +0 -2
- package/lib-types/src/components/logos/Forge.d.ts +0 -2
- package/lib-types/src/components/logos/IconProps.d.ts +0 -3
- package/lib-types/src/components/logos/Luminescent.d.ts +0 -3
- package/lib-types/src/components/logos/Paper.d.ts +0 -2
- package/lib-types/src/components/logos/Pterodactyl.d.ts +0 -2
- package/lib-types/src/components/logos/Purpur.d.ts +0 -2
- package/lib-types/src/components/logos/Velocity.d.ts +0 -2
- package/lib-types/src/components/logos/Waterfall.d.ts +0 -2
- package/lib-types/src/components/logos.d.ts +0 -10
- package/lib-types/src/entry.dev.d.ts +0 -2
- package/lib-types/src/entry.ssr.d.ts +0 -14
- package/lib-types/src/index.d.ts +0 -2
- package/lib-types/src/root.d.ts +0 -3
- package/lib-types/svg/ChevronDown.d.ts +0 -2
- package/lib-types/svg/Link.d.ts +0 -2
- package/lib-types/svg/Minus.d.ts +0 -2
- package/lib-types/svg/Plus.d.ts +0 -2
- package/lib-types/svg/Shuffle.d.ts +0 -2
- package/lib-types/utils/color.d.ts +0 -36
- /package/lib-types/{components → ui-qwik/src/components}/docs/Anchor.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/Blobs.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/ColorPicker.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/Dropdown.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/IconsLogos.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/Nav.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/NumberInput.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/Playground.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/Toggle.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/lum-btn.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/lum-card.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/lum-classes.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/docs/lum-input.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/Anchor.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/Card.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/ColorPicker.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/Dropdown.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/Header.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/Nav.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/NumberInput.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/elements/Toggle.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/components/elements.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Birdflop.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Discord.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Fabric.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Forge.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/IconProps.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Luminescent.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Paper.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Pterodactyl.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Purpur.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Velocity.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos/Waterfall.d.ts +0 -0
- /package/lib-types/{components → ui-qwik/src/components}/logos.d.ts +0 -0
- /package/lib-types/{entry.dev.d.ts → ui-qwik/src/entry.dev.d.ts} +0 -0
- /package/lib-types/{entry.ssr.d.ts → ui-qwik/src/entry.ssr.d.ts} +0 -0
- /package/lib-types/{index.d.ts → ui-qwik/src/index.d.ts} +0 -0
- /package/lib-types/{root.d.ts → ui-qwik/src/root.d.ts} +0 -0
- /package/lib-types/{src → ui-qwik/src}/svg/ChevronDown.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/svg/Link.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/svg/Minus.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/svg/Plus.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/svg/Shuffle.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/tailwind.config.d.ts +0 -0
- /package/lib-types/{src → ui-qwik/src}/utils/color.d.ts +0 -0
- /package/lib-types/{tailwind.config.d.ts → ui-qwik/tailwind.config.d.ts} +0 -0
|
@@ -1,35 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,159 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,13 +0,0 @@
|
|
|
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>;
|
|
@@ -1,16 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,12 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,38 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,21 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,212 +0,0 @@
|
|
|
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 {};
|
|
@@ -1,10 +0,0 @@
|
|
|
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';
|
|
@@ -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>;
|
package/lib-types/src/index.d.ts
DELETED
package/lib-types/src/root.d.ts
DELETED
package/lib-types/svg/Link.d.ts
DELETED
package/lib-types/svg/Minus.d.ts
DELETED
package/lib-types/svg/Plus.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export declare const clamp: (value: number, min: number, max: number) => number;
|
|
2
|
-
export declare function getMousePosition(e: MouseEvent | TouchEvent): {
|
|
3
|
-
x: number;
|
|
4
|
-
y: number;
|
|
5
|
-
};
|
|
6
|
-
export declare const pad2: (c: string) => string;
|
|
7
|
-
export type RGBAColor = {
|
|
8
|
-
r: number;
|
|
9
|
-
g: number;
|
|
10
|
-
b: number;
|
|
11
|
-
a?: number;
|
|
12
|
-
};
|
|
13
|
-
export type HSVAColor = {
|
|
14
|
-
h: number;
|
|
15
|
-
s: number;
|
|
16
|
-
v: number;
|
|
17
|
-
a?: number;
|
|
18
|
-
};
|
|
19
|
-
export declare function getBrightness(color: RGBAColor): number;
|
|
20
|
-
export declare function hexNumberToRgb(color: number): {
|
|
21
|
-
r: number;
|
|
22
|
-
g: number;
|
|
23
|
-
b: number;
|
|
24
|
-
};
|
|
25
|
-
export declare function rgbToHex(color: RGBAColor): string;
|
|
26
|
-
export declare const hexStringToNumber: (color: string) => number;
|
|
27
|
-
export declare function hsvToRgb(color: HSVAColor): {
|
|
28
|
-
r: number;
|
|
29
|
-
g: number;
|
|
30
|
-
b: number;
|
|
31
|
-
};
|
|
32
|
-
export declare function rgbToHsv(color: RGBAColor): {
|
|
33
|
-
h: number;
|
|
34
|
-
s: number;
|
|
35
|
-
v: number;
|
|
36
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|