@shuriken-ui/tailwind 4.0.0-alpha.6 → 4.0.0-alpha.7

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 (59) hide show
  1. package/lib/css/focus.css +2 -9
  2. package/lib/css/mark.css +0 -2
  3. package/lib/css/mask.css +0 -2
  4. package/lib/css/slimscroll.css +4 -2
  5. package/lib/index.css +5 -53
  6. package/lib/theme.css +37 -28
  7. package/package.json +2 -2
  8. package/lib/css/accordion.css +0 -175
  9. package/lib/css/autocomplete.css +0 -520
  10. package/lib/css/avatar-group.css +0 -137
  11. package/lib/css/avatar.css +0 -737
  12. package/lib/css/breadcrumb.css +0 -62
  13. package/lib/css/button-action.css +0 -107
  14. package/lib/css/button-close.css +0 -116
  15. package/lib/css/button-group.css +0 -235
  16. package/lib/css/button-icon.css +0 -96
  17. package/lib/css/button.css +0 -564
  18. package/lib/css/card.css +0 -68
  19. package/lib/css/checkbox.css +0 -98
  20. package/lib/css/dropdown-divider.css +0 -5
  21. package/lib/css/dropdown-item.css +0 -61
  22. package/lib/css/dropdown.css +0 -101
  23. package/lib/css/fullscreen-dropfile.css +0 -62
  24. package/lib/css/heading.css +0 -77
  25. package/lib/css/icon-box.css +0 -304
  26. package/lib/css/input-file-regular.css +0 -254
  27. package/lib/css/input-file.css +0 -223
  28. package/lib/css/input-help-text.css +0 -6
  29. package/lib/css/input-number.css +0 -479
  30. package/lib/css/input.css +0 -408
  31. package/lib/css/kbd.css +0 -93
  32. package/lib/css/label.css +0 -5
  33. package/lib/css/link.css +0 -7
  34. package/lib/css/list.css +0 -23
  35. package/lib/css/listbox.css +0 -528
  36. package/lib/css/message-text.css +0 -71
  37. package/lib/css/message.css +0 -243
  38. package/lib/css/modal.css +0 -50
  39. package/lib/css/pagination.css +0 -92
  40. package/lib/css/paragraph.css +0 -77
  41. package/lib/css/placeholder-page.css +0 -43
  42. package/lib/css/placeload.css +0 -11
  43. package/lib/css/progress-circle.css +0 -17
  44. package/lib/css/progress.css +0 -89
  45. package/lib/css/prose.css +0 -22
  46. package/lib/css/radio.css +0 -72
  47. package/lib/css/select.css +0 -407
  48. package/lib/css/snack.css +0 -100
  49. package/lib/css/switch-ball.css +0 -93
  50. package/lib/css/switch-thin.css +0 -75
  51. package/lib/css/tab-slider.css +0 -189
  52. package/lib/css/tabs.css +0 -173
  53. package/lib/css/tag.css +0 -311
  54. package/lib/css/text.css +0 -77
  55. package/lib/css/textarea.css +0 -239
  56. package/lib/css/theme-switch.css +0 -64
  57. package/lib/css/theme-toggle.css +0 -61
  58. package/lib/css/toast.css +0 -131
  59. package/lib/css/tooltip.css +0 -98
@@ -1,528 +0,0 @@
1
- /* @utility nui-listbox */
2
-
3
- @utility nui-listbox {
4
- @apply relative w-full;
5
-
6
- .nui-listbox-label, .nui-listbox-label-float {
7
- @apply nui-label;
8
- }
9
-
10
- &:not(.nui-listbox-loading) {
11
- .nui-listbox-button ~ .nui-listbox-label-float {
12
- @apply text-muted-300 dark:text-muted-600;
13
- }
14
- }
15
-
16
- &:not(.nui-listbox-has-icon).nui-listbox-sm {
17
- .nui-listbox-button {
18
- @apply h-8 py-1 text-xs leading-4 px-2;
19
- }
20
- }
21
-
22
- &:not(.nui-listbox-has-icon).nui-listbox-md {
23
- .nui-listbox-button {
24
- @apply h-10 py-2 text-sm leading-5 px-3;
25
- }
26
- }
27
-
28
- &:not(.nui-listbox-has-icon).nui-listbox-lg {
29
- .nui-listbox-button {
30
- @apply h-12 py-2 text-sm leading-5 px-4;
31
- }
32
- }
33
-
34
- &:not(.nui-listbox-has-icon).nui-listbox-xl {
35
- .nui-listbox-button {
36
- @apply h-14 py-2 text-base leading-5 px-4;
37
- }
38
- }
39
- }
40
- @utility nui-listbox-label-float-label {
41
- @apply pointer-events-none absolute inline-flex select-none items-center leading-none;
42
- @apply text-primary-500 h-5;
43
- @apply transition-all duration-300;
44
- }
45
- @utility nui-listbox-outer {
46
- @apply relative;
47
- }
48
- @utility nui-listbox-button {
49
- @apply nui-focus relative w-full flex items-center gap-2 pe-12 ps-4 border leading-5 disabled:cursor-not-allowed disabled:opacity-75;
50
- @apply font-sans text-sm text-start;
51
-
52
- .nui-listbox-button-inner {
53
- @apply flex w-full items-center;
54
-
55
- .nui-listbox-icon-box {
56
- @apply !h-6 !w-6;
57
- @apply -ms-2 me-2;
58
-
59
- .nui-listbox-icon-box-inner {
60
- @apply h-4 w-4;
61
- }
62
- }
63
-
64
- .nui-listbox-placeholder {
65
- @apply text-muted-300 dark:text-muted-500 truncate text-start;
66
- }
67
- }
68
-
69
- &:focus-visible ~ .nui-listbox-chevron .nui-listbox-chevron-inner, &:focus ~ .nui-listbox-chevron .nui-listbox-chevron-inner {
70
- @apply !rotate-180;
71
- }
72
- }
73
- @utility nui-listbox-icon {
74
- @apply text-muted-400 dark:text-muted-400;
75
- @apply transition-colors duration-300;
76
- @apply absolute start-0 top-0 z-10 flex items-center justify-center;
77
- }
78
- @utility nui-listbox-chevron {
79
- @apply pointer-events-none absolute top-0 end-0 flex items-center justify-center border-s;
80
-
81
- .nui-listbox-chevron-inner {
82
- @apply transition-transform duration-300;
83
- @apply h-4 w-4;
84
- @apply text-muted-400 dark:text-muted-400;
85
- }
86
- }
87
- @utility nui-listbox-options {
88
- @apply nui-slimscroll z-10 max-h-60 w-full overflow-auto p-2;
89
- @apply text-base sm:text-sm;
90
- @apply focus:ring-primary-500/50 dark:focus:ring-primary-500/50 focus:outline-none focus:ring-1;
91
- @apply shadow-lg shadow-muted-300/30 dark:shadow-muted-800/20;
92
- }
93
- @utility nui-listbox-option {
94
- @apply relative flex gap-2 cursor-pointer select-none items-center px-3 py-2;
95
- @apply transition-colors duration-300;
96
-
97
- .nui-listbox-icon-box {
98
- @apply text-muted-200 dark:text-muted-400 -ms-2 me-1;
99
-
100
- .nui-listbox-icon-box-inner {
101
- @apply h-5 w-5;
102
- }
103
- }
104
-
105
- .nui-listbox-selected-icon {
106
- @apply text-primary-600 dark:text-primary-600 ms-auto flex items-center;
107
- }
108
-
109
- .nui-listbox-selected-icon-inner {
110
- @apply h-4 w-4;
111
- }
112
-
113
- .nui-listbox-option-inner {
114
- .nui-listbox-heading {
115
- @apply block truncate;
116
- @apply text-muted-800 dark:text-muted-100;
117
- }
118
-
119
- .nui-listbox-text {
120
- @apply text-muted-400 dark:text-muted-400;
121
- }
122
- }
123
-
124
- &:not(.nui-listbox-active), &:not(:hover) {
125
- @apply text-muted-600 dark:text-muted-200;
126
- }
127
-
128
- &.nui-listbox-active, &:hover {
129
- @apply text-primary-600 dark:text-primary-600;
130
- @apply bg-primary-500/10 dark:bg-primary-500/10;
131
- }
132
- }
133
- @utility nui-listbox-placeload-wrapper {
134
- @apply absolute start-0 top-0 flex w-full items-center px-4;
135
- @apply h-10;
136
-
137
- .nui-listbox-placeload {
138
- @apply h-3 w-full max-w-[75%] rounded;
139
- }
140
- }
141
- @utility nui-listbox-sm {
142
- .nui-listbox-label {
143
- @apply pb-1 text-xs;
144
- }
145
-
146
- .nui-listbox-label-float-label {
147
- @apply top-1.5;
148
- }
149
-
150
- .nui-listbox-icon {
151
- @apply h-8 w-8;
152
-
153
- .nui-listbox-icon-inner {
154
- @apply h-4 w-4;
155
- }
156
- }
157
-
158
- .nui-listbox-placeload-wrapper {
159
- @apply h-8;
160
- }
161
-
162
- .nui-listbox-chevron {
163
- @apply h-8 w-8;
164
-
165
- .nui-listbox-chevron-inner {
166
- @apply h-3 w-3;
167
- }
168
- }
169
- }
170
- @utility nui-listbox-md {
171
- .nui-listbox-label {
172
- @apply pb-1 text-[0.825rem];
173
- }
174
-
175
- .nui-listbox-label-float-label {
176
- @apply top-2.5;
177
- }
178
- }
179
- @utility nui-listbox-icon {
180
- @apply h-10 w-10;
181
-
182
- .nui-listbox-icon-inner {
183
- @apply h-[1.15rem] w-[1.15rem];
184
- }
185
- }
186
- @utility nui-listbox-chevron {
187
- @apply h-10 w-10;
188
-
189
- .nui-listbox-chevron-inner {
190
- @apply h-4 w-4;
191
- }
192
- }
193
- @utility nui-listbox-lg {
194
- .nui-listbox-label {
195
- @apply pb-1 text-sm;
196
- }
197
-
198
- .nui-listbox-label-float-label {
199
- @apply top-3.5;
200
- }
201
-
202
- .nui-listbox-icon {
203
- @apply h-12 w-12;
204
-
205
- .nui-listbox-icon-inner {
206
- @apply h-5 w-5;
207
- }
208
- }
209
-
210
- .nui-listbox-placeload-wrapper {
211
- @apply h-12;
212
- }
213
-
214
- .nui-listbox-chevron {
215
- @apply h-12 w-12;
216
-
217
- .nui-listbox-chevron-inner {
218
- @apply h-5 w-5;
219
- }
220
- }
221
- }
222
- @utility nui-listbox-xl {
223
- .nui-listbox-label {
224
- @apply pb-1 text-sm;
225
- }
226
-
227
- .nui-listbox-label-float-label {
228
- @apply top-[1.1rem];
229
- }
230
-
231
- .nui-listbox-icon {
232
- @apply h-14 w-14;
233
-
234
- .nui-listbox-icon-inner {
235
- @apply h-5 w-5;
236
- }
237
- }
238
-
239
- .nui-listbox-placeload-wrapper {
240
- @apply h-14;
241
- }
242
-
243
- .nui-listbox-chevron {
244
- @apply h-14 w-14;
245
-
246
- .nui-listbox-chevron-inner {
247
- @apply h-5 w-5;
248
- }
249
- }
250
- }
251
- @utility nui-listbox-rounded-sm {
252
- .nui-listbox-button, .nui-listbox-options, .nui-listbox-option {
253
- @apply rounded-md;
254
- }
255
- }
256
- @utility nui-listbox-rounded-md {
257
- .nui-listbox-button, .nui-listbox-options, .nui-listbox-option {
258
- @apply rounded-lg;
259
- }
260
- }
261
- @utility nui-listbox-rounded-lg {
262
- .nui-listbox-button, .nui-listbox-options, .nui-listbox-option {
263
- @apply rounded-xl;
264
- }
265
- }
266
- @utility nui-listbox-rounded-full {
267
- .nui-listbox-button {
268
- @apply rounded-full;
269
- }
270
-
271
- .nui-listbox-option, .nui-listbox-options {
272
- @apply rounded-xl;
273
- }
274
- }
275
- @utility nui-listbox-default {
276
- .nui-listbox-button {
277
- @apply text-muted-600 dark:text-muted-200;
278
- @apply bg-white dark:bg-muted-900;
279
- @apply border border-muted-300 dark:border-muted-700;
280
- @apply placeholder-muted-300 dark:placeholder-muted-500;
281
- @apply focus:shadow-lg focus:shadow-muted-300/30 dark:focus:shadow-muted-800/20;
282
- }
283
-
284
- .nui-listbox-chevron {
285
- @apply border-muted-200 dark:border-muted-700;
286
- }
287
-
288
- .nui-listbox-options {
289
- @apply bg-white dark:bg-muted-700;
290
- @apply border border-muted-200 dark:border-muted-600;
291
- }
292
- }
293
- @utility nui-listbox-default-contrast {
294
- .nui-listbox-button {
295
- @apply text-muted-600 dark:text-muted-200;
296
- @apply bg-white dark:bg-muted-950;
297
- @apply border border-muted-300 dark:border-muted-800;
298
- @apply placeholder-muted-300 dark:placeholder-muted-600;
299
- @apply focus:shadow-lg focus:shadow-muted-300/30 dark:focus:shadow-muted-800/20;
300
- }
301
-
302
- .nui-listbox-chevron {
303
- @apply border-muted-300 dark:border-muted-800;
304
- }
305
-
306
- .nui-listbox-options {
307
- @apply bg-white dark:bg-muted-950;
308
- @apply border border-muted-200 dark:border-muted-800;
309
- }
310
- }
311
- @utility nui-listbox-muted {
312
- .nui-listbox-button {
313
- @apply text-muted-600 dark:text-muted-200;
314
- @apply bg-muted-100 dark:bg-muted-900;
315
- @apply border border-muted-200 dark:border-muted-700;
316
- @apply placeholder-muted-300 dark:placeholder-muted-500;
317
- @apply focus:shadow-lg focus:shadow-muted-300/30 dark:focus:shadow-muted-800/20;
318
- }
319
-
320
- .nui-listbox-chevron {
321
- @apply border-muted-200 dark:border-muted-700;
322
- }
323
-
324
- .nui-listbox-options {
325
- @apply bg-white dark:bg-muted-700;
326
- @apply border border-muted-200 dark:border-muted-600;
327
- }
328
- }
329
- @utility nui-listbox-muted-contrast {
330
- .nui-listbox-button {
331
- @apply text-muted-600 dark:text-muted-200;
332
- @apply bg-muted-100 dark:bg-muted-950;
333
- @apply border border-muted-200 dark:border-muted-800;
334
- @apply placeholder-muted-300 dark:placeholder-muted-600;
335
- @apply focus:shadow-lg focus:shadow-muted-300/30 dark:focus:shadow-muted-800/20;
336
- }
337
-
338
- .nui-listbox-chevron {
339
- @apply border-muted-300 dark:border-muted-800;
340
- }
341
-
342
- .nui-listbox-options {
343
- @apply bg-white dark:bg-muted-950;
344
- @apply border border-muted-200 dark:border-muted-800;
345
- }
346
- }
347
- @utility nui-listbox-focus {
348
- .nui-listbox-button {
349
- @apply transition-colors duration-300;
350
- @apply focus:!border-primary-500 dark:focus:!border-primary-500;
351
- @apply focus:hover:!border-primary-500 dark:focus:hover:!border-primary-500;
352
- }
353
- }
354
- @utility nui-listbox-loading {
355
- .nui-listbox-button {
356
- @apply !text-transparent placeholder:!text-transparent dark:placeholder:!text-transparent pointer-events-none;
357
- }
358
-
359
- .nui-listbox-button ~ .nui-listbox-label-float {
360
- @apply text-transparent;
361
- }
362
-
363
- .nui-listbox-icon {
364
- @apply opacity-0;
365
- }
366
- }
367
- @utility nui-listbox-error {
368
- .nui-listbox-button {
369
- @apply !border-danger-500 dark:!border-danger-500;
370
- }
371
-
372
- .nui-listbox-icon {
373
- @apply !text-danger-500 dark:!text-danger-500;
374
- }
375
- }
376
- @utility nui-listbox-has-icon {
377
- &.nui-listbox-sm {
378
- .nui-listbox-button {
379
- @apply h-8 py-1 text-xs leading-4 pe-3 ps-8;
380
- }
381
- }
382
- &.nui-listbox-md {
383
- .nui-listbox-button {
384
- @apply h-10 py-2 text-sm leading-5 pe-4 ps-10;
385
- }
386
- }
387
- &.nui-listbox-lg {
388
- .nui-listbox-button {
389
- @apply h-12 py-2 text-sm leading-5 pe-4 ps-11;
390
- }
391
- }
392
- &.nui-listbox-xl {
393
- .nui-listbox-button {
394
- @apply h-14 py-2 text-base leading-5 pe-4 ps-12;
395
- }
396
- }
397
- }
398
- @utility nui-listbox-label-float {
399
- .nui-listbox-button {
400
- @apply placeholder:text-transparent dark:placeholder:text-transparent;
401
- }
402
-
403
- &.nui-listbox-has-icon.nui-listbox-sm {
404
- .nui-listbox-label-float-label {
405
- @apply start-8 -ms-8 -mt-7 text-xs text-transparent;
406
- }
407
-
408
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
409
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
410
- .nui-listbox-label-float-active {
411
- @apply !-ms-8 !-mt-7 !text-primary-500;
412
- }
413
-
414
- .nui-listbox-button ~ .nui-listbox-label-float-label {
415
- @apply ms-0 mt-0;
416
- }
417
- }
418
- &.nui-listbox-has-icon.nui-listbox-md {
419
- .nui-listbox-label-float-label {
420
- @apply start-10 -ms-10 -mt-8 text-xs text-transparent;
421
- }
422
-
423
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
424
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
425
- .nui-listbox-label-float-active {
426
- @apply !-ms-10 !-mt-8 !text-xs !text-primary-500;
427
- }
428
-
429
- .nui-listbox-button ~ .nui-listbox-label-float-label {
430
- @apply ms-0 mt-0 text-[0.825rem];
431
- }
432
- }
433
- &.nui-listbox-has-icon.nui-listbox-lg {
434
- .nui-listbox-label-float-label {
435
- @apply start-11 -ms-10 -mt-9 text-xs text-transparent;
436
- }
437
-
438
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
439
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
440
- .nui-listbox-label-float-active {
441
- @apply !-ms-10 !-mt-9 !text-xs !text-primary-500;
442
- }
443
-
444
- .nui-listbox-button ~ .nui-listbox-label-float-label {
445
- @apply ms-0 mt-0 text-[0.825rem];
446
- }
447
- }
448
- &.nui-listbox-has-icon.nui-listbox-xl {
449
- .nui-listbox-label-float-label {
450
- @apply start-[3.25rem] -ms-[3.25rem] -mt-10 text-xs text-transparent;
451
- }
452
-
453
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
454
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
455
- .nui-listbox-label-float-active {
456
- @apply !-ms-[3.25rem] !-mt-10 !text-xs !text-primary-500;
457
- }
458
-
459
- .nui-listbox-button ~ .nui-listbox-label-float-label {
460
- @apply ms-0 mt-0 text-[0.825rem];
461
- }
462
- }
463
-
464
-
465
- &:not(.nui-listbox-has-icon).nui-listbox-sm {
466
- .nui-listbox-label-float-label {
467
- @apply start-3 -ms-3 -mt-7 text-xs text-transparent;
468
- }
469
-
470
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
471
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
472
- .nui-listbox-label-float-active {
473
- @apply !-ms-3 !-mt-7 !text-primary-500;
474
- }
475
-
476
- .nui-listbox-button ~ .nui-listbox-label-float-label {
477
- @apply ms-0 mt-0;
478
- }
479
- }
480
-
481
- &:not(.nui-listbox-has-icon).nui-listbox-md {
482
- .nui-listbox-label-float-label {
483
- @apply start-3 -ms-3 -mt-8 text-xs text-transparent;
484
- }
485
-
486
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
487
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
488
- .nui-listbox-label-float-active {
489
- @apply !-ms-3 !-mt-8 !text-xs !text-primary-500;
490
- }
491
-
492
- .nui-listbox-button ~ .nui-listbox-label-float-label {
493
- @apply ms-0 mt-0 text-xs;
494
- }
495
- }
496
-
497
- &:not(.nui-listbox-has-icon).nui-listbox-lg {
498
- .nui-listbox-label-float-label {
499
- @apply start-3 -ms-3 -mt-9 text-xs text-transparent;
500
- }
501
-
502
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
503
- .nui-listbox-button:focus ~ .nui-listbox-label-float-label,
504
- .nui-listbox-label-float-active {
505
- @apply !-ms-3 !-mt-9 !text-xs !text-primary-500;
506
- }
507
-
508
- .nui-listbox-button ~ .nui-listbox-label-float-label {
509
- @apply ms-0 mt-0 text-[0.825rem];
510
- }
511
- }
512
-
513
- &:not(.nui-listbox-has-icon).nui-listbox-xl {
514
- .nui-listbox-label-float-label {
515
- @apply start-3 -ms-3 -mt-10 text-xs text-transparent;
516
- }
517
-
518
- .nui-listbox-button:focus-visible ~ .nui-listbox-label-float-label,
519
- .nui-listbox-button:focus ~ .nui-label-float-label,
520
- .nui-label-float-active {
521
- @apply !-ms-3 !-mt-10 !text-xs !text-primary-500;
522
- }
523
-
524
- .nui-listbox-button ~ .nui-listbox-label-float-label {
525
- @apply ms-0 mt-0 text-[0.825rem];
526
- }
527
- }
528
- }
@@ -1,71 +0,0 @@
1
- /* @utility nui-message-text */
2
-
3
- @utility nui-message-text {
4
- @apply relative p-5;
5
- }
6
- @utility nui-message-text-head {
7
- @apply flex items-center gap-2 mb-3;
8
- }
9
- @utility nui-message-text-dot {
10
- @apply inline-block h-2 w-2 rounded-full;
11
- }
12
- @utility nui-message-text-close {
13
- @apply absolute top-2 end-2;
14
- }
15
- @utility nui-message-text-rounded-sm {
16
- @apply rounded-md;
17
- }
18
- @utility nui-message-text-rounded-md {
19
- @apply rounded-lg;
20
- }
21
- @utility nui-message-text-rounded-lg {
22
- @apply rounded-xl;
23
- }
24
- @utility nui-message-text-low-contrast {
25
- @apply bg-white dark:bg-muted-800;
26
- @apply border border-muted-300 dark:border-muted-700;
27
- }
28
- @utility nui-message-text-high-contrast {
29
- @apply bg-white dark:bg-muted-950;
30
- @apply border border-muted-300 dark:border-muted-800;
31
- }
32
- @utility nui-message-text-default {
33
- .nui-message-text-dot {
34
- @apply bg-muted-300 dark:bg-muted-700;
35
- }
36
- }
37
- @utility nui-message-text-primary {
38
- .nui-message-text-dot {
39
- @apply bg-primary-500 dark:bg-primary-500;
40
- }
41
- }
42
- @utility nui-message-text-info {
43
- .nui-message-text-dot {
44
- @apply bg-info-500 dark:bg-info-500;
45
- }
46
- }
47
- @utility nui-message-text-success {
48
- .nui-message-text-dot {
49
- @apply bg-success-500 dark:bg-success-500;
50
- }
51
- }
52
- @utility nui-message-text-warning {
53
- .nui-message-text-dot {
54
- @apply bg-warning-500 dark:bg-warning-500;
55
- }
56
- }
57
- @utility nui-message-text-danger {
58
- .nui-message-text-dot {
59
- @apply bg-danger-500 dark:bg-danger-500;
60
- }
61
- }
62
- @utility nui-message-text-dark {
63
- .nui-message-text-dot {
64
- @apply bg-muted-900 dark:bg-muted-100;
65
- }
66
- }
67
- @utility nui-message-text-black {
68
- .nui-message-text-dot {
69
- @apply bg-black dark:bg-white;
70
- }
71
- }