@shuriken-ui/tailwind 4.0.0-alpha.4 → 4.0.0-alpha.6
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/README.md +55 -0
- package/lib/css/accordion.css +8 -9
- package/lib/css/autocomplete.css +143 -134
- package/lib/css/avatar-group.css +19 -20
- package/lib/css/avatar.css +16 -17
- package/lib/css/breadcrumb.css +10 -11
- package/lib/css/button-action.css +0 -1
- package/lib/css/button-close.css +0 -1
- package/lib/css/button-group.css +0 -1
- package/lib/css/button-icon.css +0 -1
- package/lib/css/button.css +0 -1
- package/lib/css/card.css +0 -1
- package/lib/css/checkbox.css +5 -6
- package/lib/css/dropdown-divider.css +0 -1
- package/lib/css/dropdown-item.css +14 -15
- package/lib/css/dropdown.css +21 -22
- package/lib/css/focus.css +0 -1
- package/lib/css/fullscreen-dropfile.css +0 -1
- package/lib/css/heading.css +11 -12
- package/lib/css/icon-box.css +67 -68
- package/lib/css/input-file-regular.css +68 -69
- package/lib/css/input-file.css +0 -1
- package/lib/css/input-help-text.css +0 -1
- package/lib/css/input-number.css +147 -137
- package/lib/css/input.css +144 -138
- package/lib/css/kbd.css +0 -1
- package/lib/css/label.css +0 -1
- package/lib/css/link.css +0 -1
- package/lib/css/list.css +0 -1
- package/lib/css/listbox.css +155 -138
- package/lib/css/mark.css +0 -1
- package/lib/css/mask.css +0 -1
- package/lib/css/message-text.css +24 -25
- package/lib/css/message.css +0 -1
- package/lib/css/modal.css +0 -1
- package/lib/css/pagination.css +4 -5
- package/lib/css/paragraph.css +11 -12
- package/lib/css/placeholder-page.css +0 -1
- package/lib/css/placeload.css +0 -1
- package/lib/css/progress-circle.css +0 -1
- package/lib/css/progress.css +0 -17
- package/lib/css/prose.css +0 -1
- package/lib/css/radio.css +0 -1
- package/lib/css/select.css +128 -125
- package/lib/css/slimscroll.css +4 -4
- package/lib/css/snack.css +3 -4
- package/lib/css/switch-ball.css +0 -1
- package/lib/css/switch-thin.css +0 -1
- package/lib/css/tab-slider.css +0 -1
- package/lib/css/tabs.css +0 -1
- package/lib/css/tag.css +0 -1
- package/lib/css/text.css +24 -25
- package/lib/css/textarea.css +52 -41
- package/lib/css/theme-switch.css +6 -7
- package/lib/css/theme-toggle.css +8 -9
- package/lib/css/toast.css +1 -2
- package/lib/css/tooltip.css +0 -1
- package/lib/index.css +4 -0
- package/lib/theme.css +4 -4
- package/package.json +2 -2
package/lib/css/progress.css
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
/* generated using "pnpm jiti scripts/generate-utilities.ts" */
|
2
1
|
/* @utility nui-progress */
|
3
2
|
|
4
3
|
@utility nui-progress {
|
@@ -88,19 +87,3 @@
|
|
88
87
|
@apply bg-black dark:bg-white;
|
89
88
|
}
|
90
89
|
}
|
91
|
-
|
92
|
-
@utility animate-nui-progress-indeterminate {
|
93
|
-
animation: nui-progress-indeterminate 3s linear infinite forwards;
|
94
|
-
}
|
95
|
-
|
96
|
-
@keyframes nui-progress-indeterminate {
|
97
|
-
0% {
|
98
|
-
margin-left: -100%;
|
99
|
-
}
|
100
|
-
60% {
|
101
|
-
margin-left: 100%;
|
102
|
-
}
|
103
|
-
100% {
|
104
|
-
margin-left: -100%;
|
105
|
-
}
|
106
|
-
}
|
package/lib/css/prose.css
CHANGED
package/lib/css/radio.css
CHANGED
package/lib/css/select.css
CHANGED
@@ -1,100 +1,43 @@
|
|
1
|
-
/* generated using "pnpm jiti scripts/generate-utilities.ts" */
|
2
1
|
/* @utility nui-select */
|
3
2
|
|
4
3
|
@utility nui-select-wrapper {
|
5
4
|
@apply relative;
|
6
5
|
|
7
|
-
.nui-select-label, .nui-label-float {
|
6
|
+
.nui-select-label, .nui-select-label-float-label {
|
8
7
|
@apply nui-label;
|
9
8
|
}
|
10
9
|
|
11
10
|
&:not(.nui-select-loading) {
|
12
|
-
.nui-select ~ .nui-label-float {
|
11
|
+
.nui-select ~ .nui-select-label-float-label {
|
13
12
|
@apply text-transparent;
|
14
13
|
}
|
15
14
|
}
|
16
15
|
|
17
|
-
&:not(.nui-has-icon).nui-select-sm {
|
16
|
+
&:not(.nui-select-has-icon).nui-select-sm {
|
18
17
|
.nui-select {
|
19
18
|
@apply h-8 py-1 text-xs leading-4 ps-2 pe-7;
|
20
19
|
}
|
21
20
|
}
|
22
21
|
|
23
|
-
&:not(.nui-has-icon).nui-select-md {
|
22
|
+
&:not(.nui-select-has-icon).nui-select-md {
|
24
23
|
.nui-select {
|
25
24
|
@apply h-10 py-2 text-sm leading-5 ps-3 pe-8;
|
26
25
|
}
|
27
26
|
}
|
28
27
|
|
29
|
-
&:not(.nui-has-icon).nui-select-lg {
|
28
|
+
&:not(.nui-select-has-icon).nui-select-lg {
|
30
29
|
.nui-select {
|
31
30
|
@apply h-12 py-2 text-sm leading-5 ps-4 pe-9;
|
32
31
|
}
|
33
32
|
}
|
34
33
|
|
35
|
-
&:not(.nui-has-icon).nui-select-xl {
|
34
|
+
&:not(.nui-select-has-icon).nui-select-xl {
|
36
35
|
.nui-select {
|
37
36
|
@apply h-14 py-2 text-base leading-5 ps-4 pe-9;
|
38
37
|
}
|
39
38
|
}
|
40
|
-
|
41
|
-
&.nui-select-label-float:not(.nui-has-icon).nui-select-sm {
|
42
|
-
.nui-label-float {
|
43
|
-
@apply start-3 -ms-3 -mt-7 text-xs;
|
44
|
-
}
|
45
|
-
|
46
|
-
.nui-select:focus-visible ~ .nui-label-float {
|
47
|
-
@apply !-ms-3 !-mt-7;
|
48
|
-
}
|
49
|
-
|
50
|
-
.nui-select ~ .nui-label-float {
|
51
|
-
@apply ms-0 mt-0;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
|
-
&.nui-select-label-float:not(.nui-has-icon).nui-select-md {
|
56
|
-
.nui-label-float {
|
57
|
-
@apply start-3 -ms-3 -mt-8 text-xs;
|
58
|
-
}
|
59
|
-
|
60
|
-
.nui-select:focus-visible ~ .nui-label-float {
|
61
|
-
@apply !-ms-3 !-mt-8 !text-xs;
|
62
|
-
}
|
63
|
-
|
64
|
-
.nui-select ~ .nui-label-float {
|
65
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
66
|
-
}
|
67
|
-
}
|
68
|
-
|
69
|
-
&.nui-select-label-float:not(.nui-has-icon).nui-select-lg {
|
70
|
-
.nui-label-float {
|
71
|
-
@apply start-3 -ms-3 -mt-9 text-xs;
|
72
|
-
}
|
73
|
-
|
74
|
-
.nui-select:focus-visible ~ .nui-label-float {
|
75
|
-
@apply !-ms-3 !-mt-9 !text-xs;
|
76
|
-
}
|
77
|
-
|
78
|
-
.nui-select ~ .nui-label-float {
|
79
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
80
|
-
}
|
81
|
-
}
|
82
|
-
|
83
|
-
&.nui-select-label-float:not(.nui-has-icon).nui-select-xl {
|
84
|
-
.nui-label-float {
|
85
|
-
@apply start-3 -ms-3 -mt-10 text-xs;
|
86
|
-
}
|
87
|
-
|
88
|
-
.nui-select:focus-visible ~ .nui-label-float {
|
89
|
-
@apply !-ms-3 !-mt-10 !text-xs;
|
90
|
-
}
|
91
|
-
|
92
|
-
.nui-select ~ .nui-label-float {
|
93
|
-
@apply ms-0 mt-0 text-[0.825rem];
|
94
|
-
}
|
95
|
-
}
|
96
39
|
}
|
97
|
-
@utility nui-label-float {
|
40
|
+
@utility nui-select-label-float-label {
|
98
41
|
@apply h-5 absolute inline-flex items-center select-none pointer-events-none;
|
99
42
|
@apply font-sans text-primary-500 leading-none;
|
100
43
|
@apply transition-all duration-300;
|
@@ -111,7 +54,7 @@
|
|
111
54
|
@apply nui-focus appearance-none w-full font-sans disabled:cursor-not-allowed disabled:opacity-75;
|
112
55
|
@apply transition-all duration-300;
|
113
56
|
|
114
|
-
&:focus-visible ~ .nui-label-float {
|
57
|
+
&:focus-visible ~ .nui-select-label-float-label {
|
115
58
|
@apply !text-primary-500 dark:!text-primary-500;
|
116
59
|
}
|
117
60
|
|
@@ -127,10 +70,10 @@
|
|
127
70
|
@apply cursor-not-allowed opacity-75;
|
128
71
|
}
|
129
72
|
}
|
130
|
-
@utility nui-select-placeload {
|
73
|
+
@utility nui-select-placeload-wrapper {
|
131
74
|
@apply absolute start-0 top-0 flex w-full items-center px-4;
|
132
75
|
|
133
|
-
.nui-placeload {
|
76
|
+
.nui-select-placeload {
|
134
77
|
@apply h-3 w-full max-w-[75%] rounded;
|
135
78
|
}
|
136
79
|
}
|
@@ -174,7 +117,7 @@
|
|
174
117
|
@apply pb-1 text-xs;
|
175
118
|
}
|
176
119
|
|
177
|
-
.nui-label-float {
|
120
|
+
.nui-select-label-float-label {
|
178
121
|
@apply top-1.5;
|
179
122
|
}
|
180
123
|
|
@@ -186,7 +129,7 @@
|
|
186
129
|
}
|
187
130
|
}
|
188
131
|
|
189
|
-
.nui-select-placeload {
|
132
|
+
.nui-select-placeload-wrapper {
|
190
133
|
@apply h-8;
|
191
134
|
}
|
192
135
|
}
|
@@ -199,7 +142,7 @@
|
|
199
142
|
@apply pb-1 text-[0.825rem];
|
200
143
|
}
|
201
144
|
|
202
|
-
.nui-label-float {
|
145
|
+
.nui-select-label-float-label {
|
203
146
|
@apply top-2.5;
|
204
147
|
}
|
205
148
|
|
@@ -211,7 +154,7 @@
|
|
211
154
|
}
|
212
155
|
}
|
213
156
|
|
214
|
-
.nui-select-placeload {
|
157
|
+
.nui-select-placeload-wrapper {
|
215
158
|
@apply h-10;
|
216
159
|
}
|
217
160
|
}
|
@@ -224,7 +167,7 @@
|
|
224
167
|
@apply pb-1 text-sm;
|
225
168
|
}
|
226
169
|
|
227
|
-
.nui-label-float {
|
170
|
+
.nui-select-label-float-label {
|
228
171
|
@apply top-3.5;
|
229
172
|
}
|
230
173
|
|
@@ -236,7 +179,7 @@
|
|
236
179
|
}
|
237
180
|
}
|
238
181
|
|
239
|
-
.nui-select-placeload {
|
182
|
+
.nui-select-placeload-wrapper {
|
240
183
|
@apply h-12;
|
241
184
|
}
|
242
185
|
}
|
@@ -249,7 +192,7 @@
|
|
249
192
|
@apply pb-1 text-sm;
|
250
193
|
}
|
251
194
|
|
252
|
-
.nui-label-float {
|
195
|
+
.nui-select-label-float-label {
|
253
196
|
@apply top-[1.1rem];
|
254
197
|
}
|
255
198
|
|
@@ -261,7 +204,7 @@
|
|
261
204
|
}
|
262
205
|
}
|
263
206
|
|
264
|
-
.nui-select-placeload {
|
207
|
+
.nui-select-placeload-wrapper {
|
265
208
|
@apply h-14;
|
266
209
|
}
|
267
210
|
}
|
@@ -308,7 +251,7 @@
|
|
308
251
|
@apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent;
|
309
252
|
}
|
310
253
|
|
311
|
-
.nui-select ~ .nui-label-float {
|
254
|
+
.nui-select ~ .nui-select-label-float-label {
|
312
255
|
@apply text-transparent;
|
313
256
|
}
|
314
257
|
|
@@ -330,75 +273,135 @@
|
|
330
273
|
@apply !text-danger-500 dark:!text-danger-500;
|
331
274
|
}
|
332
275
|
}
|
333
|
-
@utility nui-has-icon {
|
334
|
-
|
335
|
-
|
276
|
+
@utility nui-select-has-icon {
|
277
|
+
&.nui-select-sm {
|
278
|
+
.nui-select {
|
279
|
+
@apply h-8 py-1 text-xs leading-4 pe-7 ps-8;
|
280
|
+
}
|
336
281
|
}
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
282
|
+
&.nui-select-md {
|
283
|
+
.nui-select {
|
284
|
+
@apply h-10 py-2 text-sm leading-5 pe-8 ps-10;
|
285
|
+
}
|
341
286
|
}
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
287
|
+
&.nui-select-lg {
|
288
|
+
.nui-select {
|
289
|
+
@apply h-12 py-2 text-sm leading-5 pe-9 ps-11;
|
290
|
+
}
|
346
291
|
}
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
292
|
+
&.nui-select-xl {
|
293
|
+
.nui-select {
|
294
|
+
@apply h-14 py-2 text-base leading-5 pe-9 ps-12;
|
295
|
+
}
|
351
296
|
}
|
352
297
|
}
|
353
298
|
@utility nui-select-label-float {
|
354
|
-
.nui-
|
355
|
-
|
356
|
-
|
299
|
+
&.nui-select-has-icon.nui-select-sm {
|
300
|
+
.nui-select-label-float-label {
|
301
|
+
@apply start-8 -ms-8 -mt-6 text-xs;
|
302
|
+
}
|
357
303
|
|
358
|
-
|
359
|
-
|
360
|
-
|
304
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
305
|
+
@apply !-ms-8 !-mt-6;
|
306
|
+
}
|
361
307
|
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
}
|
366
|
-
@utility nui-select-label-float {
|
367
|
-
.nui-label-float {
|
368
|
-
@apply start-10 -ms-10 -mt-8 text-xs;
|
308
|
+
.nui-select ~ .nui-select-label-float-label {
|
309
|
+
@apply ms-0 mt-1;
|
310
|
+
}
|
369
311
|
}
|
312
|
+
&.nui-select-has-icon.nui-select-md {
|
313
|
+
.nui-select-label-float-label {
|
314
|
+
@apply start-10 -ms-10 -mt-7 text-xs;
|
315
|
+
}
|
370
316
|
|
371
|
-
|
372
|
-
|
373
|
-
|
317
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
318
|
+
@apply !-ms-10 !-mt-7 !text-xs;
|
319
|
+
}
|
374
320
|
|
375
|
-
|
376
|
-
|
321
|
+
.nui-select ~ .nui-select-label-float-label {
|
322
|
+
@apply ms-0 mt-1 text-[0.825rem];
|
323
|
+
}
|
377
324
|
}
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
325
|
+
&.nui-select-has-icon.nui-select-lg {
|
326
|
+
.nui-select-label-float-label {
|
327
|
+
@apply start-11 -ms-10 -mt-8 text-xs;
|
328
|
+
}
|
329
|
+
|
330
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
331
|
+
@apply !-ms-10 !-mt-8 !text-xs;
|
332
|
+
}
|
333
|
+
|
334
|
+
.nui-select ~ .nui-select-label-float-label {
|
335
|
+
@apply ms-0 mt-1 text-[0.825rem];
|
336
|
+
}
|
382
337
|
}
|
338
|
+
&.nui-select-has-icon.nui-select-xl {
|
339
|
+
.nui-select-label-float-label {
|
340
|
+
@apply start-[3.25rem] -ms-[3.25rem] -mt-9 text-xs;
|
341
|
+
}
|
342
|
+
|
343
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
344
|
+
@apply !-ms-[3.25rem] !-mt-9 !text-xs;
|
345
|
+
}
|
383
346
|
|
384
|
-
|
385
|
-
|
347
|
+
.nui-select ~ .nui-select-label-float-label {
|
348
|
+
@apply ms-0 mt-1 text-[0.825rem];
|
349
|
+
}
|
386
350
|
}
|
387
351
|
|
388
|
-
.nui-select
|
389
|
-
|
352
|
+
&:not(.nui-select-has-icon).nui-select-sm {
|
353
|
+
.nui-select-label-float-label {
|
354
|
+
@apply start-3 -ms-3 -mt-6 text-xs;
|
355
|
+
}
|
356
|
+
|
357
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
358
|
+
@apply !-ms-3 !-mt-6;
|
359
|
+
}
|
360
|
+
|
361
|
+
.nui-select ~ .nui-select-label-float-label {
|
362
|
+
@apply ms-0 mt-1;
|
363
|
+
}
|
390
364
|
}
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
365
|
+
|
366
|
+
&:not(.nui-select-has-icon).nui-select-md {
|
367
|
+
.nui-select-label-float-label {
|
368
|
+
@apply start-3 -ms-3 -mt-7 text-xs;
|
369
|
+
}
|
370
|
+
|
371
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
372
|
+
@apply !-ms-3 !-mt-7 !text-xs;
|
373
|
+
}
|
374
|
+
|
375
|
+
.nui-select ~ .nui-select-label-float-label {
|
376
|
+
@apply ms-0 mt-1 text-[0.825rem];
|
377
|
+
}
|
395
378
|
}
|
396
379
|
|
397
|
-
.nui-select
|
398
|
-
|
380
|
+
&:not(.nui-select-has-icon).nui-select-lg {
|
381
|
+
.nui-select-label-float-label {
|
382
|
+
@apply start-3 -ms-3 -mt-8 text-xs;
|
383
|
+
}
|
384
|
+
|
385
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
386
|
+
@apply !-ms-3 !-mt-8 !text-xs;
|
387
|
+
}
|
388
|
+
|
389
|
+
.nui-select ~ .nui-select-label-float-label {
|
390
|
+
@apply ms-0 mt-1 text-[0.825rem];
|
391
|
+
}
|
399
392
|
}
|
400
393
|
|
401
|
-
.nui-select
|
402
|
-
|
394
|
+
&:not(.nui-select-has-icon).nui-select-xl {
|
395
|
+
.nui-select-label-float-label {
|
396
|
+
@apply start-3 -ms-3 -mt-9 text-xs;
|
397
|
+
}
|
398
|
+
|
399
|
+
.nui-select:focus-visible ~ .nui-select-label-float-label {
|
400
|
+
@apply !-ms-3 !-mt-9 !text-xs;
|
401
|
+
}
|
402
|
+
|
403
|
+
.nui-select ~ .nui-select-label-float-label {
|
404
|
+
@apply ms-0 mt-1 text-[0.825rem];
|
405
|
+
}
|
403
406
|
}
|
404
407
|
}
|
package/lib/css/slimscroll.css
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
/* generated using "pnpm jiti scripts/generate-utilities.ts" */
|
2
1
|
/* @utility nui-slimscroll */
|
3
2
|
|
4
3
|
@utility nui-slimscroll {
|
@@ -23,10 +22,11 @@
|
|
23
22
|
@apply w-[6px] h-[6px];
|
24
23
|
}
|
25
24
|
|
25
|
+
&::-webkit-scrollbar-thumb {
|
26
|
+
@apply rounded-lg bg-transparent duration-300 transition-all;
|
27
|
+
}
|
28
|
+
|
26
29
|
&:hover::-webkit-scrollbar-thumb {
|
27
30
|
@apply bg-black/20 dark:bg-white/20;
|
28
31
|
}
|
29
32
|
}
|
30
|
-
@utility undefined {
|
31
|
-
@apply rounded-lg bg-transparent duration-300 transition-all;
|
32
|
-
}
|
package/lib/css/snack.css
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
/* generated using "pnpm jiti scripts/generate-utilities.ts" */
|
2
1
|
/* @utility nui-snack */
|
3
2
|
|
4
3
|
@utility nui-snack {
|
@@ -20,7 +19,7 @@
|
|
20
19
|
@apply text-muted-600 dark:text-muted-300;
|
21
20
|
}
|
22
21
|
@utility nui-snack-xs {
|
23
|
-
&:not(.nui-has-media) {
|
22
|
+
&:not(.nui-snack-has-media) {
|
24
23
|
@apply !ps-2;
|
25
24
|
}
|
26
25
|
|
@@ -42,7 +41,7 @@
|
|
42
41
|
}
|
43
42
|
}
|
44
43
|
@utility nui-snack-sm {
|
45
|
-
&:not(.nui-has-media) {
|
44
|
+
&:not(.nui-snack-has-media) {
|
46
45
|
@apply !ps-3;
|
47
46
|
}
|
48
47
|
|
@@ -64,7 +63,7 @@
|
|
64
63
|
}
|
65
64
|
}
|
66
65
|
@utility nui-snack-md {
|
67
|
-
&:not(.nui-has-media) {
|
66
|
+
&:not(.nui-snack-has-media) {
|
68
67
|
@apply !ps-4;
|
69
68
|
}
|
70
69
|
|
package/lib/css/switch-ball.css
CHANGED
package/lib/css/switch-thin.css
CHANGED
package/lib/css/tab-slider.css
CHANGED
package/lib/css/tabs.css
CHANGED
package/lib/css/tag.css
CHANGED
package/lib/css/text.css
CHANGED
@@ -1,78 +1,77 @@
|
|
1
|
-
/* generated using "pnpm jiti scripts/generate-utilities.ts" */
|
2
1
|
/* @utility nui-text */
|
3
2
|
|
4
3
|
@utility nui-text {
|
5
4
|
@apply font-sans;
|
6
5
|
}
|
7
|
-
@utility nui-content-xs {
|
6
|
+
@utility nui-text-content-xs {
|
8
7
|
@apply text-xs;
|
9
8
|
}
|
10
|
-
@utility nui-content-sm {
|
9
|
+
@utility nui-text-content-sm {
|
11
10
|
@apply text-sm;
|
12
11
|
}
|
13
|
-
@utility nui-content-md {
|
12
|
+
@utility nui-text-content-md {
|
14
13
|
@apply text-base;
|
15
14
|
}
|
16
|
-
@utility nui-content-lg {
|
15
|
+
@utility nui-text-content-lg {
|
17
16
|
@apply text-lg;
|
18
17
|
}
|
19
|
-
@utility nui-content-xl {
|
18
|
+
@utility nui-text-content-xl {
|
20
19
|
@apply text-xl;
|
21
20
|
}
|
22
|
-
@utility nui-content-2xl {
|
21
|
+
@utility nui-text-content-2xl {
|
23
22
|
@apply text-2xl;
|
24
23
|
}
|
25
|
-
@utility nui-content-3xl {
|
24
|
+
@utility nui-text-content-3xl {
|
26
25
|
@apply text-3xl;
|
27
26
|
}
|
28
|
-
@utility nui-content-4xl {
|
27
|
+
@utility nui-text-content-4xl {
|
29
28
|
@apply text-4xl;
|
30
29
|
}
|
31
|
-
@utility nui-content-5xl {
|
30
|
+
@utility nui-text-content-5xl {
|
32
31
|
@apply text-5xl;
|
33
32
|
}
|
34
|
-
@utility nui-content-6xl {
|
33
|
+
@utility nui-text-content-6xl {
|
35
34
|
@apply text-6xl;
|
36
35
|
}
|
37
|
-
@utility nui-content-7xl {
|
36
|
+
@utility nui-text-content-7xl {
|
38
37
|
@apply text-7xl;
|
39
38
|
}
|
40
|
-
@utility nui-content-8xl {
|
39
|
+
@utility nui-text-content-8xl {
|
41
40
|
@apply text-8xl;
|
42
41
|
}
|
43
|
-
@utility nui-content-9xl {
|
42
|
+
@utility nui-text-content-9xl {
|
44
43
|
@apply text-9xl;
|
45
44
|
}
|
46
|
-
@utility nui-weight-light {
|
45
|
+
@utility nui-text-weight-light {
|
47
46
|
@apply font-light;
|
48
47
|
}
|
49
|
-
@utility nui-weight-normal {
|
48
|
+
@utility nui-text-weight-normal {
|
50
49
|
@apply font-normal;
|
51
50
|
}
|
52
|
-
@utility nui-weight-medium {
|
51
|
+
@utility nui-text-weight-medium {
|
53
52
|
@apply font-medium;
|
54
53
|
}
|
55
|
-
@utility nui-weight-semibold {
|
54
|
+
@utility nui-text-weight-semibold {
|
56
55
|
@apply font-semibold;
|
57
56
|
}
|
58
|
-
@utility nui-weight-bold {
|
57
|
+
@utility nui-text-weight-bold {
|
59
58
|
@apply font-bold;
|
60
59
|
}
|
61
|
-
@utility nui-weight-extrabold {
|
60
|
+
@utility nui-text-weight-extrabold {
|
62
61
|
@apply font-extrabold;
|
63
62
|
}
|
64
|
-
@utility nui-lead-none {
|
63
|
+
@utility nui-text-lead-none {
|
65
64
|
@apply leading-none;
|
66
65
|
}
|
67
|
-
@utility nui-lead-normal {
|
66
|
+
@utility nui-text-lead-normal {
|
68
67
|
@apply leading-normal;
|
69
68
|
}
|
70
|
-
@utility nui-lead-tight {
|
69
|
+
@utility nui-text-lead-tight {
|
71
70
|
@apply leading-tight;
|
72
71
|
}
|
73
|
-
@utility nui-lead-snug {
|
72
|
+
@utility nui-text-lead-snug {
|
74
73
|
@apply leading-snug;
|
75
74
|
}
|
76
|
-
@utility nui-lead-loose {
|
75
|
+
@utility nui-text-lead-loose {
|
77
76
|
@apply leading-loose;
|
78
77
|
}
|