@lumaui/tokens 0.4.2 → 0.4.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/build/luma-classes.js +14 -23
- package/build/luma.css +3 -0
- package/package.json +1 -1
package/build/luma-classes.js
CHANGED
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
* without requiring users to configure @source patterns manually.
|
|
7
7
|
*
|
|
8
8
|
* Generated by: tools/generate-class-manifest.ts
|
|
9
|
-
* Total classes:
|
|
9
|
+
* Total classes: 211
|
|
10
10
|
*/
|
|
11
11
|
|
|
12
12
|
export const LUMA_COMPONENT_CLASSES = [
|
|
13
|
-
'-mr-1',
|
|
14
|
-
'-mt-0.5',
|
|
15
13
|
'-translate-x-1/2',
|
|
16
14
|
'[&[data-state=open]>svg]:rotate-180',
|
|
17
15
|
'absolute',
|
|
@@ -26,35 +24,31 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
26
24
|
'bg-black/80',
|
|
27
25
|
'bg-card',
|
|
28
26
|
'bg-destructive',
|
|
29
|
-
'bg-destructive/10',
|
|
30
27
|
'bg-muted',
|
|
31
28
|
'bg-popover',
|
|
32
29
|
'bg-primary',
|
|
33
30
|
'bg-primary-2',
|
|
34
|
-
'bg-primary/10',
|
|
35
31
|
'bg-secondary',
|
|
36
|
-
'bg-success
|
|
32
|
+
'bg-success',
|
|
37
33
|
'bg-transparent',
|
|
38
|
-
'bg-warning
|
|
34
|
+
'bg-warning',
|
|
39
35
|
'bg-white',
|
|
40
36
|
'block',
|
|
41
37
|
'border-b',
|
|
42
38
|
'border-b-2',
|
|
43
39
|
'border-border',
|
|
44
|
-
'border-destructive/30',
|
|
45
|
-
'border-gray-200',
|
|
46
40
|
'border-primary',
|
|
47
41
|
'border-primary-7',
|
|
48
|
-
'border-primary/30',
|
|
49
|
-
'border-success/30',
|
|
50
42
|
'border-transparent',
|
|
51
|
-
'border-warning/30',
|
|
52
43
|
'bottom-0',
|
|
53
44
|
'bottom-4',
|
|
54
45
|
'bottom-center',
|
|
55
46
|
'bottom-left',
|
|
56
47
|
'bottom-right',
|
|
57
48
|
'cursor-pointer',
|
|
49
|
+
'dark:bg-gray-800',
|
|
50
|
+
'dark:hover:bg-gray-700',
|
|
51
|
+
'dark:text-white',
|
|
58
52
|
'data-[state=active]:bg-background',
|
|
59
53
|
'data-[state=active]:border-primary',
|
|
60
54
|
'data-[state=active]:shadow-sm',
|
|
@@ -62,7 +56,7 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
62
56
|
'data-[state=closed]:opacity-0',
|
|
63
57
|
'data-[state=open]:bg-primary-2',
|
|
64
58
|
'data-[state=open]:opacity-100',
|
|
65
|
-
'data-[state=open]:text-
|
|
59
|
+
'data-[state=open]:text-muted-foreground',
|
|
66
60
|
'disabled:cursor-not-allowed',
|
|
67
61
|
'disabled:opacity-30',
|
|
68
62
|
'disabled:opacity-50',
|
|
@@ -93,7 +87,6 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
93
87
|
'gap-1',
|
|
94
88
|
'gap-1.5',
|
|
95
89
|
'gap-2',
|
|
96
|
-
'gap-3',
|
|
97
90
|
'gap-4',
|
|
98
91
|
'grid',
|
|
99
92
|
'grid-rows-[0fr]',
|
|
@@ -101,10 +94,10 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
101
94
|
'group',
|
|
102
95
|
'h-0.5',
|
|
103
96
|
'h-4',
|
|
104
|
-
'h-5',
|
|
105
97
|
'h-8',
|
|
106
98
|
'hidden',
|
|
107
99
|
'hover:bg-destructive/90',
|
|
100
|
+
'hover:bg-gray-100',
|
|
108
101
|
'hover:bg-primary/10',
|
|
109
102
|
'hover:bg-primary/90',
|
|
110
103
|
'hover:bg-secondary/80',
|
|
@@ -136,6 +129,7 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
136
129
|
'mb-2',
|
|
137
130
|
'min-w-0',
|
|
138
131
|
'min-w-[320px]',
|
|
132
|
+
'mr-2',
|
|
139
133
|
'mt-2',
|
|
140
134
|
'mt-4',
|
|
141
135
|
'opacity-0',
|
|
@@ -144,6 +138,7 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
144
138
|
'overflow-hidden',
|
|
145
139
|
'overflow-y-auto',
|
|
146
140
|
'p-1',
|
|
141
|
+
'p-4',
|
|
147
142
|
'p-6',
|
|
148
143
|
'pb-4',
|
|
149
144
|
'pointer-events-auto',
|
|
@@ -169,10 +164,13 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
169
164
|
'rounded-[var(--radius-5)]',
|
|
170
165
|
'rounded-[var(--radius-6)]',
|
|
171
166
|
'rounded-full',
|
|
167
|
+
'rounded-l-xl',
|
|
172
168
|
'rounded-lg',
|
|
173
169
|
'rounded-md',
|
|
174
170
|
'rounded-none',
|
|
175
171
|
'rounded-sm',
|
|
172
|
+
'rounded-xl',
|
|
173
|
+
'self-stretch',
|
|
176
174
|
'shadow-[var(--shadow-2)]',
|
|
177
175
|
'shadow-[var(--shadow-3)]',
|
|
178
176
|
'shadow-[var(--shadow-4)]',
|
|
@@ -187,9 +185,8 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
187
185
|
'text-base',
|
|
188
186
|
'text-card-foreground',
|
|
189
187
|
'text-center',
|
|
190
|
-
'text-destructive',
|
|
191
188
|
'text-destructive-foreground',
|
|
192
|
-
'text-
|
|
189
|
+
'text-gray-500',
|
|
193
190
|
'text-gray-600',
|
|
194
191
|
'text-gray-900',
|
|
195
192
|
'text-left',
|
|
@@ -198,13 +195,8 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
198
195
|
'text-popover-foreground',
|
|
199
196
|
'text-primary',
|
|
200
197
|
'text-primary-12',
|
|
201
|
-
'text-primary/85',
|
|
202
198
|
'text-secondary-foreground',
|
|
203
199
|
'text-sm',
|
|
204
|
-
'text-success',
|
|
205
|
-
'text-success/75',
|
|
206
|
-
'text-warning',
|
|
207
|
-
'text-warning/70',
|
|
208
200
|
'text-white',
|
|
209
201
|
'text-xl',
|
|
210
202
|
'text-xs',
|
|
@@ -222,7 +214,6 @@ export const LUMA_COMPONENT_CLASSES = [
|
|
|
222
214
|
'translate-x-[-50%]',
|
|
223
215
|
'translate-y-[-50%]',
|
|
224
216
|
'w-4',
|
|
225
|
-
'w-5',
|
|
226
217
|
'w-8',
|
|
227
218
|
'w-auto',
|
|
228
219
|
'w-full',
|
package/build/luma.css
CHANGED