@luminescent/ui-qwik 1.2.4 → 1.2.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 (98) hide show
  1. package/package.json +2 -2
  2. package/lib-types/src/tailwind.config.d.ts +0 -138
  3. package/lib-types/tailwind.config.d.ts +0 -122
  4. package/lib-types/ui/src/components/btn.d.ts +0 -3
  5. package/lib-types/ui/src/components/card.d.ts +0 -3
  6. package/lib-types/ui/src/components/input.d.ts +0 -3
  7. package/lib-types/ui/src/index.d.ts +0 -5
  8. package/lib-types/ui-qwik/src/components/docs/Anchor.d.ts +0 -2
  9. package/lib-types/ui-qwik/src/components/docs/Blobs.d.ts +0 -2
  10. package/lib-types/ui-qwik/src/components/docs/ColorPicker.d.ts +0 -2
  11. package/lib-types/ui-qwik/src/components/docs/Dropdown.d.ts +0 -2
  12. package/lib-types/ui-qwik/src/components/docs/IconsLogos.d.ts +0 -2
  13. package/lib-types/ui-qwik/src/components/docs/Nav.d.ts +0 -2
  14. package/lib-types/ui-qwik/src/components/docs/NumberInput.d.ts +0 -2
  15. package/lib-types/ui-qwik/src/components/docs/Playground.d.ts +0 -2
  16. package/lib-types/ui-qwik/src/components/docs/Toggle.d.ts +0 -2
  17. package/lib-types/ui-qwik/src/components/docs/lum-btn.d.ts +0 -2
  18. package/lib-types/ui-qwik/src/components/docs/lum-card.d.ts +0 -2
  19. package/lib-types/ui-qwik/src/components/docs/lum-classes.d.ts +0 -2
  20. package/lib-types/ui-qwik/src/components/docs/lum-input.d.ts +0 -2
  21. package/lib-types/ui-qwik/src/components/elements/Anchor.d.ts +0 -5
  22. package/lib-types/ui-qwik/src/components/elements/Blobs.d.ts +0 -34
  23. package/lib-types/ui-qwik/src/components/elements/Card.d.ts +0 -159
  24. package/lib-types/ui-qwik/src/components/elements/ColorPicker.d.ts +0 -13
  25. package/lib-types/ui-qwik/src/components/elements/Dropdown.d.ts +0 -16
  26. package/lib-types/ui-qwik/src/components/elements/Header.d.ts +0 -12
  27. package/lib-types/ui-qwik/src/components/elements/Nav.d.ts +0 -38
  28. package/lib-types/ui-qwik/src/components/elements/NumberInput.d.ts +0 -21
  29. package/lib-types/ui-qwik/src/components/elements/Toggle.d.ts +0 -212
  30. package/lib-types/ui-qwik/src/components/elements.d.ts +0 -9
  31. package/lib-types/ui-qwik/src/components/logos/Birdflop.d.ts +0 -7
  32. package/lib-types/ui-qwik/src/components/logos/Discord.d.ts +0 -2
  33. package/lib-types/ui-qwik/src/components/logos/Fabric.d.ts +0 -2
  34. package/lib-types/ui-qwik/src/components/logos/Forge.d.ts +0 -2
  35. package/lib-types/ui-qwik/src/components/logos/IconProps.d.ts +0 -3
  36. package/lib-types/ui-qwik/src/components/logos/Luminescent.d.ts +0 -3
  37. package/lib-types/ui-qwik/src/components/logos/Paper.d.ts +0 -2
  38. package/lib-types/ui-qwik/src/components/logos/Pterodactyl.d.ts +0 -2
  39. package/lib-types/ui-qwik/src/components/logos/Purpur.d.ts +0 -2
  40. package/lib-types/ui-qwik/src/components/logos/Velocity.d.ts +0 -2
  41. package/lib-types/ui-qwik/src/components/logos/Waterfall.d.ts +0 -2
  42. package/lib-types/ui-qwik/src/components/logos.d.ts +0 -10
  43. package/lib-types/ui-qwik/src/entry.dev.d.ts +0 -2
  44. package/lib-types/ui-qwik/src/entry.ssr.d.ts +0 -14
  45. package/lib-types/ui-qwik/src/index.d.ts +0 -2
  46. package/lib-types/ui-qwik/src/root.d.ts +0 -3
  47. package/lib-types/ui-qwik/src/svg/ChevronDown.d.ts +0 -2
  48. package/lib-types/ui-qwik/src/svg/Link.d.ts +0 -2
  49. package/lib-types/ui-qwik/src/svg/Minus.d.ts +0 -2
  50. package/lib-types/ui-qwik/src/svg/Plus.d.ts +0 -2
  51. package/lib-types/ui-qwik/src/svg/Shuffle.d.ts +0 -2
  52. package/lib-types/ui-qwik/src/tailwind.config.d.ts +0 -138
  53. package/lib-types/ui-qwik/src/utils/color.d.ts +0 -36
  54. package/lib-types/ui-qwik/tailwind.config.d.ts +0 -122
  55. /package/lib-types/{src/components → components}/docs/Anchor.d.ts +0 -0
  56. /package/lib-types/{src/components → components}/docs/Blobs.d.ts +0 -0
  57. /package/lib-types/{src/components → components}/docs/ColorPicker.d.ts +0 -0
  58. /package/lib-types/{src/components → components}/docs/Dropdown.d.ts +0 -0
  59. /package/lib-types/{src/components → components}/docs/IconsLogos.d.ts +0 -0
  60. /package/lib-types/{src/components → components}/docs/Nav.d.ts +0 -0
  61. /package/lib-types/{src/components → components}/docs/NumberInput.d.ts +0 -0
  62. /package/lib-types/{src/components → components}/docs/Playground.d.ts +0 -0
  63. /package/lib-types/{src/components → components}/docs/Toggle.d.ts +0 -0
  64. /package/lib-types/{src/components → components}/docs/lum-btn.d.ts +0 -0
  65. /package/lib-types/{src/components → components}/docs/lum-card.d.ts +0 -0
  66. /package/lib-types/{src/components → components}/docs/lum-classes.d.ts +0 -0
  67. /package/lib-types/{src/components → components}/docs/lum-input.d.ts +0 -0
  68. /package/lib-types/{src/components → components}/elements/Anchor.d.ts +0 -0
  69. /package/lib-types/{src/components → components}/elements/Blobs.d.ts +0 -0
  70. /package/lib-types/{src/components → components}/elements/ColorPicker.d.ts +0 -0
  71. /package/lib-types/{src/components → components}/elements/Dropdown.d.ts +0 -0
  72. /package/lib-types/{src/components → components}/elements/Header.d.ts +0 -0
  73. /package/lib-types/{src/components → components}/elements/Nav.d.ts +0 -0
  74. /package/lib-types/{src/components → components}/elements/NumberInput.d.ts +0 -0
  75. /package/lib-types/{src/components → components}/elements/Toggle.d.ts +0 -0
  76. /package/lib-types/{src/components → components}/elements.d.ts +0 -0
  77. /package/lib-types/{src/components → components}/logos/Birdflop.d.ts +0 -0
  78. /package/lib-types/{src/components → components}/logos/Discord.d.ts +0 -0
  79. /package/lib-types/{src/components → components}/logos/Fabric.d.ts +0 -0
  80. /package/lib-types/{src/components → components}/logos/Forge.d.ts +0 -0
  81. /package/lib-types/{src/components → components}/logos/IconProps.d.ts +0 -0
  82. /package/lib-types/{src/components → components}/logos/Luminescent.d.ts +0 -0
  83. /package/lib-types/{src/components → components}/logos/Paper.d.ts +0 -0
  84. /package/lib-types/{src/components → components}/logos/Pterodactyl.d.ts +0 -0
  85. /package/lib-types/{src/components → components}/logos/Purpur.d.ts +0 -0
  86. /package/lib-types/{src/components → components}/logos/Velocity.d.ts +0 -0
  87. /package/lib-types/{src/components → components}/logos/Waterfall.d.ts +0 -0
  88. /package/lib-types/{src/components → components}/logos.d.ts +0 -0
  89. /package/lib-types/{src/entry.dev.d.ts → entry.dev.d.ts} +0 -0
  90. /package/lib-types/{src/entry.ssr.d.ts → entry.ssr.d.ts} +0 -0
  91. /package/lib-types/{src/index.d.ts → index.d.ts} +0 -0
  92. /package/lib-types/{src/root.d.ts → root.d.ts} +0 -0
  93. /package/lib-types/{src/svg → svg}/ChevronDown.d.ts +0 -0
  94. /package/lib-types/{src/svg → svg}/Link.d.ts +0 -0
  95. /package/lib-types/{src/svg → svg}/Minus.d.ts +0 -0
  96. /package/lib-types/{src/svg → svg}/Plus.d.ts +0 -0
  97. /package/lib-types/{src/svg → svg}/Shuffle.d.ts +0 -0
  98. /package/lib-types/{src/utils → utils}/color.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luminescent/ui-qwik",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Luminescent UI library",
5
5
  "main": "./lib/index.qwik.mjs",
6
6
  "qwik": "./lib/index.qwik.mjs",
@@ -58,6 +58,6 @@
58
58
  "vite-tsconfig-paths": "^5.0.1"
59
59
  },
60
60
  "peerDependencies": {
61
- "@luminescent/ui": "^1.2.2"
61
+ "@luminescent/ui": "^1.2.4"
62
62
  }
63
63
  }
@@ -1,138 +0,0 @@
1
- declare const luminescent: {
2
- 50: string;
3
- 100: string;
4
- 200: string;
5
- 300: string;
6
- 400: string;
7
- 500: string;
8
- 600: string;
9
- 700: string;
10
- 800: string;
11
- 900: string;
12
- 950: string;
13
- };
14
- export let content: string[];
15
- export namespace theme {
16
- namespace extend {
17
- namespace colors {
18
- export { luminescent };
19
- }
20
- namespace animation {
21
- let blob: string;
22
- let blob1: string;
23
- let blob2: string;
24
- let blob3: string;
25
- let blob4: string;
26
- let blob5: string;
27
- let blob6: string;
28
- }
29
- namespace keyframes {
30
- let blob_1: {
31
- '0%, 100%': {
32
- transform: string;
33
- };
34
- '25%': {
35
- transform: string;
36
- };
37
- '50%': {
38
- transform: string;
39
- };
40
- '75%': {
41
- transform: string;
42
- };
43
- };
44
- export { blob_1 as blob };
45
- let blob1_1: {
46
- '0%, 100%': {
47
- transform: string;
48
- };
49
- '25%': {
50
- transform: string;
51
- };
52
- '50%': {
53
- transform: string;
54
- };
55
- '75%': {
56
- transform: string;
57
- };
58
- };
59
- export { blob1_1 as blob1 };
60
- let blob2_1: {
61
- '0%, 100%': {
62
- transform: string;
63
- };
64
- '25%': {
65
- transform: string;
66
- };
67
- '50%': {
68
- transform: string;
69
- };
70
- '75%': {
71
- transform: string;
72
- };
73
- };
74
- export { blob2_1 as blob2 };
75
- let blob3_1: {
76
- '0%, 100%': {
77
- transform: string;
78
- };
79
- '25%': {
80
- transform: string;
81
- };
82
- '50%': {
83
- transform: string;
84
- };
85
- '75%': {
86
- transform: string;
87
- };
88
- };
89
- export { blob3_1 as blob3 };
90
- let blob4_1: {
91
- '0%, 100%': {
92
- transform: string;
93
- };
94
- '25%': {
95
- transform: string;
96
- };
97
- '50%': {
98
- transform: string;
99
- };
100
- '75%': {
101
- transform: string;
102
- };
103
- };
104
- export { blob4_1 as blob4 };
105
- let blob5_1: {
106
- '0%, 100%': {
107
- transform: string;
108
- };
109
- '25%': {
110
- transform: string;
111
- };
112
- '50%': {
113
- transform: string;
114
- };
115
- '75%': {
116
- transform: string;
117
- };
118
- };
119
- export { blob5_1 as blob5 };
120
- let blob6_1: {
121
- '0%, 100%': {
122
- transform: string;
123
- };
124
- '25%': {
125
- transform: string;
126
- };
127
- '50%': {
128
- transform: string;
129
- };
130
- '75%': {
131
- transform: string;
132
- };
133
- };
134
- export { blob6_1 as blob6 };
135
- }
136
- }
137
- }
138
- export {};
@@ -1,122 +0,0 @@
1
- declare namespace _default {
2
- let content: string[];
3
- let safelist: {
4
- pattern: RegExp;
5
- variants: string[];
6
- }[];
7
- namespace theme {
8
- namespace extend {
9
- let animation: {
10
- blob: string;
11
- blob1: string;
12
- blob2: string;
13
- blob3: string;
14
- blob4: string;
15
- blob5: string;
16
- blob6: string;
17
- };
18
- let keyframes: {
19
- blob: {
20
- '0%, 100%': {
21
- transform: string;
22
- };
23
- '25%': {
24
- transform: string;
25
- };
26
- '50%': {
27
- transform: string;
28
- };
29
- '75%': {
30
- transform: string;
31
- };
32
- };
33
- blob1: {
34
- '0%, 100%': {
35
- transform: string;
36
- };
37
- '25%': {
38
- transform: string;
39
- };
40
- '50%': {
41
- transform: string;
42
- };
43
- '75%': {
44
- transform: string;
45
- };
46
- };
47
- blob2: {
48
- '0%, 100%': {
49
- transform: string;
50
- };
51
- '25%': {
52
- transform: string;
53
- };
54
- '50%': {
55
- transform: string;
56
- };
57
- '75%': {
58
- transform: string;
59
- };
60
- };
61
- blob3: {
62
- '0%, 100%': {
63
- transform: string;
64
- };
65
- '25%': {
66
- transform: string;
67
- };
68
- '50%': {
69
- transform: string;
70
- };
71
- '75%': {
72
- transform: string;
73
- };
74
- };
75
- blob4: {
76
- '0%, 100%': {
77
- transform: string;
78
- };
79
- '25%': {
80
- transform: string;
81
- };
82
- '50%': {
83
- transform: string;
84
- };
85
- '75%': {
86
- transform: string;
87
- };
88
- };
89
- blob5: {
90
- '0%, 100%': {
91
- transform: string;
92
- };
93
- '25%': {
94
- transform: string;
95
- };
96
- '50%': {
97
- transform: string;
98
- };
99
- '75%': {
100
- transform: string;
101
- };
102
- };
103
- blob6: {
104
- '0%, 100%': {
105
- transform: string;
106
- };
107
- '25%': {
108
- transform: string;
109
- };
110
- '50%': {
111
- transform: string;
112
- };
113
- '75%': {
114
- transform: string;
115
- };
116
- };
117
- };
118
- }
119
- }
120
- let plugins: any[];
121
- }
122
- export default _default;
@@ -1,3 +0,0 @@
1
- import type { PluginAPI } from 'tailwindcss/types/config';
2
- export declare const defaultClasses = "lum-pad-md text-base lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md";
3
- export default function ({ addComponents }: PluginAPI): void;
@@ -1,3 +0,0 @@
1
- import type { PluginAPI } from 'tailwindcss/types/config';
2
- export declare const defaultClasses = "lum-bg-gray-900 lum-pad-equal-4xl rounded-lg";
3
- export default function ({ addComponents }: PluginAPI): void;
@@ -1,3 +0,0 @@
1
- import type { PluginAPI } from 'tailwindcss/types/config';
2
- export declare const defaultClasses = "lum-pad-sm text-sm lum-bg-gray-800 hover:lum-bg-gray-700 rounded-md";
3
- export default function ({ addComponents }: PluginAPI): void;
@@ -1,5 +0,0 @@
1
- declare const _default: {
2
- handler: import("tailwindcss/types/config").PluginCreator;
3
- config?: Partial<import("tailwindcss/types/config").Config>;
4
- };
5
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: import("@builder.io/qwik").Component<unknown>;
2
- export default _default;
@@ -1,5 +0,0 @@
1
- interface AnchorProps {
2
- id: string;
3
- }
4
- export declare const Anchor: import("@builder.io/qwik").Component<AnchorProps>;
5
- export {};
@@ -1,34 +0,0 @@
1
- export 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>;
@@ -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 {};