@segmentify/ui 0.0.29 → 0.0.32

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/dist/ui.css CHANGED
@@ -8,8 +8,11 @@
8
8
  --ui-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
9
  "Courier New", monospace;
10
10
  --ui-color-red-500: oklch(63.7% 0.237 25.331);
11
+ --ui-color-orange-600: #f25847;
11
12
  --ui-color-amber-50: oklch(98.7% 0.022 95.277);
12
13
  --ui-color-amber-200: oklch(92.4% 0.12 95.746);
14
+ --ui-color-amber-500: oklch(76.9% 0.188 70.08);
15
+ --ui-color-amber-600: oklch(66.6% 0.179 58.318);
13
16
  --ui-color-amber-800: oklch(47.3% 0.137 46.201);
14
17
  --ui-color-yellow-500: oklch(79.5% 0.184 86.047);
15
18
  --ui-color-green-50: oklch(98.2% 0.018 155.826);
@@ -18,11 +21,21 @@
18
21
  --ui-color-green-500: oklch(72.3% 0.219 149.579);
19
22
  --ui-color-green-700: oklch(52.7% 0.154 150.069);
20
23
  --ui-color-green-800: oklch(44.8% 0.119 151.328);
24
+ --ui-color-emerald-500: oklch(69.6% 0.17 162.48);
25
+ --ui-color-emerald-600: oklch(59.6% 0.145 163.225);
26
+ --ui-color-teal-600: oklch(60% 0.118 184.704);
27
+ --ui-color-cyan-600: oklch(60.9% 0.126 221.723);
21
28
  --ui-color-blue-50: oklch(97% 0.014 254.604);
22
29
  --ui-color-blue-200: oklch(88.2% 0.059 254.128);
23
30
  --ui-color-blue-500: oklch(62.3% 0.214 259.815);
31
+ --ui-color-blue-600: oklch(54.6% 0.245 262.881);
24
32
  --ui-color-blue-800: oklch(42.4% 0.199 265.638);
33
+ --ui-color-indigo-600: oklch(51.1% 0.262 276.966);
34
+ --ui-color-violet-600: oklch(54.1% 0.281 293.009);
25
35
  --ui-color-purple-500: oklch(62.7% 0.265 303.9);
36
+ --ui-color-pink-600: oklch(59.2% 0.249 0.584);
37
+ --ui-color-rose-500: oklch(64.5% 0.246 16.439);
38
+ --ui-color-rose-600: oklch(58.6% 0.253 17.585);
26
39
  --ui-color-slate-50: oklch(98.4% 0.003 247.858);
27
40
  --ui-color-slate-200: oklch(92.9% 0.013 255.508);
28
41
  --ui-color-gray-200: #e5e7eb;
@@ -30,6 +43,7 @@
30
43
  --ui-color-gray-400: #9fa6b2;
31
44
  --ui-color-gray-500: #6b7280;
32
45
  --ui-color-gray-600: #4b5563;
46
+ --ui-color-zinc-50: oklch(98.5% 0 0);
33
47
  --ui-color-neutral-500: oklch(55.6% 0 0);
34
48
  --ui-color-neutral-700: oklch(37.1% 0 0);
35
49
  --ui-color-neutral-800: oklch(26.9% 0 0);
@@ -327,6 +341,9 @@
327
341
  .ui\:top-4 {
328
342
  top: calc(var(--ui-spacing) * 4);
329
343
  }
344
+ .ui\:top-11 {
345
+ top: calc(var(--ui-spacing) * 11);
346
+ }
330
347
  .ui\:top-\[50\%\] {
331
348
  top: 50%;
332
349
  }
@@ -354,6 +371,9 @@
354
371
  .ui\:bottom-0 {
355
372
  bottom: calc(var(--ui-spacing) * 0);
356
373
  }
374
+ .ui\:bottom-4 {
375
+ bottom: calc(var(--ui-spacing) * 4);
376
+ }
357
377
  .ui\:-left-12 {
358
378
  left: calc(var(--ui-spacing) * -12);
359
379
  }
@@ -366,9 +386,15 @@
366
386
  .ui\:left-2 {
367
387
  left: calc(var(--ui-spacing) * 2);
368
388
  }
389
+ .ui\:left-5 {
390
+ left: calc(var(--ui-spacing) * 5);
391
+ }
369
392
  .ui\:left-\[50\%\] {
370
393
  left: 50%;
371
394
  }
395
+ .ui\:isolate {
396
+ isolation: isolate;
397
+ }
372
398
  .ui\:z-10 {
373
399
  z-index: 10;
374
400
  }
@@ -384,6 +410,9 @@
384
410
  .ui\:z-\[102\] {
385
411
  z-index: 102;
386
412
  }
413
+ .ui\:order-first {
414
+ order: -9999;
415
+ }
387
416
  .ui\:order-last {
388
417
  order: 9999;
389
418
  }
@@ -453,6 +482,9 @@
453
482
  .ui\:mt-6 {
454
483
  margin-top: calc(var(--ui-spacing) * 6);
455
484
  }
485
+ .ui\:mt-8 {
486
+ margin-top: calc(var(--ui-spacing) * 8);
487
+ }
456
488
  .ui\:mt-24 {
457
489
  margin-top: calc(var(--ui-spacing) * 24);
458
490
  }
@@ -483,6 +515,9 @@
483
515
  .ui\:mb-8 {
484
516
  margin-bottom: calc(var(--ui-spacing) * 8);
485
517
  }
518
+ .ui\:-ml-1 {
519
+ margin-left: calc(var(--ui-spacing) * -1);
520
+ }
486
521
  .ui\:-ml-4 {
487
522
  margin-left: calc(var(--ui-spacing) * -4);
488
523
  }
@@ -492,6 +527,12 @@
492
527
  .ui\:ml-auto {
493
528
  margin-left: auto;
494
529
  }
530
+ .ui\:line-clamp-1 {
531
+ overflow: hidden;
532
+ display: -webkit-box;
533
+ -webkit-box-orient: vertical;
534
+ -webkit-line-clamp: 1;
535
+ }
495
536
  .ui\:block {
496
537
  display: block;
497
538
  }
@@ -547,6 +588,10 @@
547
588
  width: calc(var(--ui-spacing) * 5);
548
589
  height: calc(var(--ui-spacing) * 5);
549
590
  }
591
+ .ui\:size-6 {
592
+ width: calc(var(--ui-spacing) * 6);
593
+ height: calc(var(--ui-spacing) * 6);
594
+ }
550
595
  .ui\:size-7 {
551
596
  width: calc(var(--ui-spacing) * 7);
552
597
  height: calc(var(--ui-spacing) * 7);
@@ -563,10 +608,18 @@
563
608
  width: calc(var(--ui-spacing) * 10);
564
609
  height: calc(var(--ui-spacing) * 10);
565
610
  }
611
+ .ui\:size-11 {
612
+ width: calc(var(--ui-spacing) * 11);
613
+ height: calc(var(--ui-spacing) * 11);
614
+ }
566
615
  .ui\:size-12 {
567
616
  width: calc(var(--ui-spacing) * 12);
568
617
  height: calc(var(--ui-spacing) * 12);
569
618
  }
619
+ .ui\:size-16 {
620
+ width: calc(var(--ui-spacing) * 16);
621
+ height: calc(var(--ui-spacing) * 16);
622
+ }
570
623
  .ui\:size-auto {
571
624
  width: auto;
572
625
  height: auto;
@@ -593,6 +646,9 @@
593
646
  .ui\:h-5 {
594
647
  height: calc(var(--ui-spacing) * 5);
595
648
  }
649
+ .ui\:h-6 {
650
+ height: calc(var(--ui-spacing) * 6);
651
+ }
596
652
  .ui\:h-7 {
597
653
  height: calc(var(--ui-spacing) * 7);
598
654
  }
@@ -623,6 +679,9 @@
623
679
  .ui\:h-\[200px\] {
624
680
  height: 200px;
625
681
  }
682
+ .ui\:h-\[calc\(--spacing\(5\.5\)\)\] {
683
+ height: calc(calc(var(--ui-spacing) * 5.5));
684
+ }
626
685
  .ui\:h-\[calc\(100\%-1px\)\] {
627
686
  height: calc(100% - 1px);
628
687
  }
@@ -662,9 +721,15 @@
662
721
  .ui\:max-h-\[300px\] {
663
722
  max-height: 300px;
664
723
  }
724
+ .ui\:max-h-\[min\(calc\(--spacing\(96\)---spacing\(9\)\)\,calc\(var\(--available-height\)---spacing\(9\)\)\)\] {
725
+ max-height: min(calc(calc(var(--ui-spacing) * 96) - calc(var(--ui-spacing) * 9)), calc(var(--available-height) - calc(var(--ui-spacing) * 9)));
726
+ }
665
727
  .ui\:min-h-0 {
666
728
  min-height: calc(var(--ui-spacing) * 0);
667
729
  }
730
+ .ui\:min-h-9 {
731
+ min-height: calc(var(--ui-spacing) * 9);
732
+ }
668
733
  .ui\:min-h-10\! {
669
734
  min-height: calc(var(--ui-spacing) * 10) !important;
670
735
  }
@@ -683,6 +748,9 @@
683
748
  .ui\:min-h-svh {
684
749
  min-height: 100svh;
685
750
  }
751
+ .ui\:w-\(--anchor-width\) {
752
+ width: var(--anchor-width);
753
+ }
686
754
  .ui\:w-\(--cell-size\) {
687
755
  width: var(--cell-size);
688
756
  }
@@ -692,6 +760,9 @@
692
760
  .ui\:w-0 {
693
761
  width: calc(var(--ui-spacing) * 0);
694
762
  }
763
+ .ui\:w-0\.5 {
764
+ width: calc(var(--ui-spacing) * 0.5);
765
+ }
695
766
  .ui\:w-1 {
696
767
  width: calc(var(--ui-spacing) * 1);
697
768
  }
@@ -770,6 +841,9 @@
770
841
  .ui\:w-px {
771
842
  width: 1px;
772
843
  }
844
+ .ui\:max-w-\(--available-width\) {
845
+ max-width: var(--available-width);
846
+ }
773
847
  .ui\:max-w-\(--skeleton-width\) {
774
848
  max-width: var(--skeleton-width);
775
849
  }
@@ -827,15 +901,24 @@
827
901
  .ui\:min-w-5 {
828
902
  min-width: calc(var(--ui-spacing) * 5);
829
903
  }
904
+ .ui\:min-w-16 {
905
+ min-width: calc(var(--ui-spacing) * 16);
906
+ }
830
907
  .ui\:min-w-32 {
831
908
  min-width: calc(var(--ui-spacing) * 32);
832
909
  }
833
910
  .ui\:min-w-44 {
834
911
  min-width: calc(var(--ui-spacing) * 44);
835
912
  }
913
+ .ui\:min-w-64 {
914
+ min-width: calc(var(--ui-spacing) * 64);
915
+ }
836
916
  .ui\:min-w-\[8rem\] {
837
917
  min-width: 8rem;
838
918
  }
919
+ .ui\:min-w-\[calc\(var\(--anchor-width\)\+--spacing\(7\)\)\] {
920
+ min-width: calc(var(--anchor-width) + calc(var(--ui-spacing) * 7));
921
+ }
839
922
  .ui\:flex-1 {
840
923
  flex: 1;
841
924
  }
@@ -866,6 +949,9 @@
866
949
  .ui\:origin-\(--radix-tooltip-content-transform-origin\) {
867
950
  transform-origin: var(--radix-tooltip-content-transform-origin);
868
951
  }
952
+ .ui\:origin-\(--transform-origin\) {
953
+ transform-origin: var(--transform-origin);
954
+ }
869
955
  .ui\:-translate-x-1\/2 {
870
956
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
871
957
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -931,6 +1017,9 @@
931
1017
  .ui\:cursor-pointer {
932
1018
  cursor: pointer;
933
1019
  }
1020
+ .ui\:cursor-text {
1021
+ cursor: text;
1022
+ }
934
1023
  .ui\:touch-none {
935
1024
  touch-action: none;
936
1025
  }
@@ -964,6 +1053,9 @@
964
1053
  .ui\:grid-cols-3 {
965
1054
  grid-template-columns: repeat(3, minmax(0, 1fr));
966
1055
  }
1056
+ .ui\:grid-rows-\[auto_1fr\] {
1057
+ grid-template-rows: auto 1fr;
1058
+ }
967
1059
  .ui\:grid-rows-\[auto_auto\] {
968
1060
  grid-template-rows: auto auto;
969
1061
  }
@@ -982,6 +1074,9 @@
982
1074
  .ui\:place-content-center {
983
1075
  place-content: center;
984
1076
  }
1077
+ .ui\:place-items-center {
1078
+ place-items: center;
1079
+ }
985
1080
  .ui\:items-center {
986
1081
  align-items: center;
987
1082
  }
@@ -1090,13 +1185,6 @@
1090
1185
  margin-inline-end: calc(calc(var(--ui-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1091
1186
  }
1092
1187
  }
1093
- .ui\:space-x-4 {
1094
- :where(& > :not(:last-child)) {
1095
- --tw-space-x-reverse: 0;
1096
- margin-inline-start: calc(calc(var(--ui-spacing) * 4) * var(--tw-space-x-reverse));
1097
- margin-inline-end: calc(calc(var(--ui-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
1098
- }
1099
- }
1100
1188
  .ui\:self-start {
1101
1189
  align-self: flex-start;
1102
1190
  }
@@ -1132,6 +1220,9 @@
1132
1220
  .ui\:rounded-\[4px\] {
1133
1221
  border-radius: 4px;
1134
1222
  }
1223
+ .ui\:rounded-\[calc\(var\(--radius\)-5px\)\] {
1224
+ border-radius: calc(var(--radius) - 5px);
1225
+ }
1135
1226
  .ui\:rounded-\[inherit\] {
1136
1227
  border-radius: inherit;
1137
1228
  }
@@ -1177,10 +1268,6 @@
1177
1268
  border-top-right-radius: var(--ui-radius-md);
1178
1269
  border-bottom-right-radius: var(--ui-radius-md);
1179
1270
  }
1180
- .ui\:rounded-b-none {
1181
- border-bottom-right-radius: 0;
1182
- border-bottom-left-radius: 0;
1183
- }
1184
1271
  .ui\:border {
1185
1272
  border-style: var(--tw-border-style);
1186
1273
  border-width: 1px;
@@ -1213,10 +1300,6 @@
1213
1300
  border-bottom-style: var(--tw-border-style);
1214
1301
  border-bottom-width: 1px;
1215
1302
  }
1216
- .ui\:border-b-0\! {
1217
- border-bottom-style: var(--tw-border-style) !important;
1218
- border-bottom-width: 0px !important;
1219
- }
1220
1303
  .ui\:border-l {
1221
1304
  border-left-style: var(--tw-border-style);
1222
1305
  border-left-width: 1px;
@@ -1225,10 +1308,6 @@
1225
1308
  --tw-border-style: dashed;
1226
1309
  border-style: dashed;
1227
1310
  }
1228
- .ui\:border-none\! {
1229
- --tw-border-style: none !important;
1230
- border-style: none !important;
1231
- }
1232
1311
  .ui\:border-solid {
1233
1312
  --tw-border-style: solid;
1234
1313
  border-style: solid;
@@ -1272,6 +1351,12 @@
1272
1351
  .ui\:border-primary\! {
1273
1352
  border-color: var(--ui-color-primary) !important;
1274
1353
  }
1354
+ .ui\:border-primary\/30 {
1355
+ border-color: var(--ui-color-primary);
1356
+ @supports (color: color-mix(in lab, red, red)) {
1357
+ border-color: color-mix(in oklab, var(--ui-color-primary) 30%, transparent);
1358
+ }
1359
+ }
1275
1360
  .ui\:border-segmentify-200 {
1276
1361
  border-color: var(--ui-color-segmentify-200);
1277
1362
  }
@@ -1284,6 +1369,9 @@
1284
1369
  .ui\:border-transparent {
1285
1370
  border-color: transparent;
1286
1371
  }
1372
+ .ui\:border-zinc-50 {
1373
+ border-color: var(--ui-color-zinc-50);
1374
+ }
1287
1375
  .ui\:border-t-transparent {
1288
1376
  border-top-color: transparent;
1289
1377
  }
@@ -1302,6 +1390,18 @@
1302
1390
  .ui\:bg-amber-200 {
1303
1391
  background-color: var(--ui-color-amber-200);
1304
1392
  }
1393
+ .ui\:bg-amber-500\/10 {
1394
+ background-color: var(--ui-color-amber-500);
1395
+ @supports (color: color-mix(in lab, red, red)) {
1396
+ background-color: color-mix(in oklab, var(--ui-color-amber-500) 10%, transparent);
1397
+ }
1398
+ }
1399
+ .ui\:bg-amber-600\/10 {
1400
+ background-color: var(--ui-color-amber-600);
1401
+ @supports (color: color-mix(in lab, red, red)) {
1402
+ background-color: color-mix(in oklab, var(--ui-color-amber-600) 10%, transparent);
1403
+ }
1404
+ }
1305
1405
  .ui\:bg-background {
1306
1406
  background-color: var(--ui-color-background);
1307
1407
  }
@@ -1320,15 +1420,45 @@
1320
1420
  background-color: color-mix(in oklab, var(--ui-color-blue-500) 30%, transparent);
1321
1421
  }
1322
1422
  }
1423
+ .ui\:bg-blue-600\/10 {
1424
+ background-color: var(--ui-color-blue-600);
1425
+ @supports (color: color-mix(in lab, red, red)) {
1426
+ background-color: color-mix(in oklab, var(--ui-color-blue-600) 10%, transparent);
1427
+ }
1428
+ }
1323
1429
  .ui\:bg-border {
1324
1430
  background-color: var(--ui-color-border);
1325
1431
  }
1432
+ .ui\:bg-border\/60 {
1433
+ background-color: var(--ui-color-border);
1434
+ @supports (color: color-mix(in lab, red, red)) {
1435
+ background-color: color-mix(in oklab, var(--ui-color-border) 60%, transparent);
1436
+ }
1437
+ }
1326
1438
  .ui\:bg-card {
1327
1439
  background-color: var(--ui-color-card);
1328
1440
  }
1441
+ .ui\:bg-cyan-600\/10 {
1442
+ background-color: var(--ui-color-cyan-600);
1443
+ @supports (color: color-mix(in lab, red, red)) {
1444
+ background-color: color-mix(in oklab, var(--ui-color-cyan-600) 10%, transparent);
1445
+ }
1446
+ }
1329
1447
  .ui\:bg-destructive {
1330
1448
  background-color: var(--ui-color-destructive);
1331
1449
  }
1450
+ .ui\:bg-emerald-500\/10 {
1451
+ background-color: var(--ui-color-emerald-500);
1452
+ @supports (color: color-mix(in lab, red, red)) {
1453
+ background-color: color-mix(in oklab, var(--ui-color-emerald-500) 10%, transparent);
1454
+ }
1455
+ }
1456
+ .ui\:bg-emerald-600\/10 {
1457
+ background-color: var(--ui-color-emerald-600);
1458
+ @supports (color: color-mix(in lab, red, red)) {
1459
+ background-color: color-mix(in oklab, var(--ui-color-emerald-600) 10%, transparent);
1460
+ }
1461
+ }
1332
1462
  .ui\:bg-foreground {
1333
1463
  background-color: var(--ui-color-foreground);
1334
1464
  }
@@ -1347,6 +1477,12 @@
1347
1477
  .ui\:bg-green-500 {
1348
1478
  background-color: var(--ui-color-green-500);
1349
1479
  }
1480
+ .ui\:bg-indigo-600\/10 {
1481
+ background-color: var(--ui-color-indigo-600);
1482
+ @supports (color: color-mix(in lab, red, red)) {
1483
+ background-color: color-mix(in oklab, var(--ui-color-indigo-600) 10%, transparent);
1484
+ }
1485
+ }
1350
1486
  .ui\:bg-kashmir-blue-500 {
1351
1487
  background-color: var(--ui-color-kashmir-blue-500);
1352
1488
  }
@@ -1374,6 +1510,18 @@
1374
1510
  .ui\:bg-neutral-700 {
1375
1511
  background-color: var(--ui-color-neutral-700);
1376
1512
  }
1513
+ .ui\:bg-orange-600\/10 {
1514
+ background-color: var(--ui-color-orange-600);
1515
+ @supports (color: color-mix(in lab, red, red)) {
1516
+ background-color: color-mix(in oklab, var(--ui-color-orange-600) 10%, transparent);
1517
+ }
1518
+ }
1519
+ .ui\:bg-pink-600\/10 {
1520
+ background-color: var(--ui-color-pink-600);
1521
+ @supports (color: color-mix(in lab, red, red)) {
1522
+ background-color: color-mix(in oklab, var(--ui-color-pink-600) 10%, transparent);
1523
+ }
1524
+ }
1377
1525
  .ui\:bg-popover {
1378
1526
  background-color: var(--ui-color-popover);
1379
1527
  }
@@ -1401,6 +1549,18 @@
1401
1549
  .ui\:bg-red-500 {
1402
1550
  background-color: var(--ui-color-red-500);
1403
1551
  }
1552
+ .ui\:bg-rose-500\/10 {
1553
+ background-color: var(--ui-color-rose-500);
1554
+ @supports (color: color-mix(in lab, red, red)) {
1555
+ background-color: color-mix(in oklab, var(--ui-color-rose-500) 10%, transparent);
1556
+ }
1557
+ }
1558
+ .ui\:bg-rose-600\/10 {
1559
+ background-color: var(--ui-color-rose-600);
1560
+ @supports (color: color-mix(in lab, red, red)) {
1561
+ background-color: color-mix(in oklab, var(--ui-color-rose-600) 10%, transparent);
1562
+ }
1563
+ }
1404
1564
  .ui\:bg-secondary {
1405
1565
  background-color: var(--ui-color-secondary);
1406
1566
  }
@@ -1425,15 +1585,33 @@
1425
1585
  .ui\:bg-slate-50 {
1426
1586
  background-color: var(--ui-color-slate-50);
1427
1587
  }
1588
+ .ui\:bg-teal-600\/10 {
1589
+ background-color: var(--ui-color-teal-600);
1590
+ @supports (color: color-mix(in lab, red, red)) {
1591
+ background-color: color-mix(in oklab, var(--ui-color-teal-600) 10%, transparent);
1592
+ }
1593
+ }
1428
1594
  .ui\:bg-transparent {
1429
1595
  background-color: transparent;
1430
1596
  }
1597
+ .ui\:bg-violet-600\/10 {
1598
+ background-color: var(--ui-color-violet-600);
1599
+ @supports (color: color-mix(in lab, red, red)) {
1600
+ background-color: color-mix(in oklab, var(--ui-color-violet-600) 10%, transparent);
1601
+ }
1602
+ }
1431
1603
  .ui\:bg-white {
1432
1604
  background-color: var(--ui-color-white);
1433
1605
  }
1434
1606
  .ui\:bg-yellow-500 {
1435
1607
  background-color: var(--ui-color-yellow-500);
1436
1608
  }
1609
+ .ui\:bg-clip-padding {
1610
+ background-clip: padding-box;
1611
+ }
1612
+ .ui\:fill-amber-500 {
1613
+ fill: var(--ui-color-amber-500);
1614
+ }
1437
1615
  .ui\:fill-current {
1438
1616
  fill: currentcolor;
1439
1617
  }
@@ -1443,6 +1621,9 @@
1443
1621
  .ui\:fill-primary {
1444
1622
  fill: var(--ui-color-primary);
1445
1623
  }
1624
+ .ui\:fill-rose-500 {
1625
+ fill: var(--ui-color-rose-500);
1626
+ }
1446
1627
  .ui\:object-cover {
1447
1628
  object-fit: cover;
1448
1629
  }
@@ -1485,6 +1666,9 @@
1485
1666
  .ui\:px-1 {
1486
1667
  padding-inline: calc(var(--ui-spacing) * 1);
1487
1668
  }
1669
+ .ui\:px-1\.5 {
1670
+ padding-inline: calc(var(--ui-spacing) * 1.5);
1671
+ }
1488
1672
  .ui\:px-2 {
1489
1673
  padding-inline: calc(var(--ui-spacing) * 2);
1490
1674
  }
@@ -1548,6 +1732,9 @@
1548
1732
  .ui\:pr-2 {
1549
1733
  padding-right: calc(var(--ui-spacing) * 2);
1550
1734
  }
1735
+ .ui\:pr-3 {
1736
+ padding-right: calc(var(--ui-spacing) * 3);
1737
+ }
1551
1738
  .ui\:pr-8 {
1552
1739
  padding-right: calc(var(--ui-spacing) * 8);
1553
1740
  }
@@ -1566,6 +1753,9 @@
1566
1753
  .ui\:pb-4 {
1567
1754
  padding-bottom: calc(var(--ui-spacing) * 4);
1568
1755
  }
1756
+ .ui\:pb-6 {
1757
+ padding-bottom: calc(var(--ui-spacing) * 6);
1758
+ }
1569
1759
  .ui\:pl-2 {
1570
1760
  padding-left: calc(var(--ui-spacing) * 2);
1571
1761
  }
@@ -1693,6 +1883,12 @@
1693
1883
  .ui\:text-accent-foreground {
1694
1884
  color: var(--ui-color-accent-foreground);
1695
1885
  }
1886
+ .ui\:text-amber-500 {
1887
+ color: var(--ui-color-amber-500);
1888
+ }
1889
+ .ui\:text-amber-600 {
1890
+ color: var(--ui-color-amber-600);
1891
+ }
1696
1892
  .ui\:text-amber-800 {
1697
1893
  color: var(--ui-color-amber-800);
1698
1894
  }
@@ -1711,6 +1907,9 @@
1711
1907
  .ui\:text-black-950\! {
1712
1908
  color: var(--ui-color-black-950) !important;
1713
1909
  }
1910
+ .ui\:text-blue-600 {
1911
+ color: var(--ui-color-blue-600);
1912
+ }
1714
1913
  .ui\:text-blue-800 {
1715
1914
  color: var(--ui-color-blue-800);
1716
1915
  }
@@ -1720,12 +1919,21 @@
1720
1919
  .ui\:text-current {
1721
1920
  color: currentcolor;
1722
1921
  }
1922
+ .ui\:text-cyan-600 {
1923
+ color: var(--ui-color-cyan-600);
1924
+ }
1723
1925
  .ui\:text-destructive {
1724
1926
  color: var(--ui-color-destructive);
1725
1927
  }
1726
1928
  .ui\:text-destructive-foreground {
1727
1929
  color: var(--ui-color-destructive-foreground);
1728
1930
  }
1931
+ .ui\:text-emerald-500 {
1932
+ color: var(--ui-color-emerald-500);
1933
+ }
1934
+ .ui\:text-emerald-600 {
1935
+ color: var(--ui-color-emerald-600);
1936
+ }
1729
1937
  .ui\:text-foreground {
1730
1938
  color: var(--ui-color-foreground);
1731
1939
  }
@@ -1741,12 +1949,21 @@
1741
1949
  .ui\:text-green-800 {
1742
1950
  color: var(--ui-color-green-800);
1743
1951
  }
1952
+ .ui\:text-indigo-600 {
1953
+ color: var(--ui-color-indigo-600);
1954
+ }
1744
1955
  .ui\:text-muted-foreground {
1745
1956
  color: var(--ui-color-muted-foreground);
1746
1957
  }
1747
1958
  .ui\:text-muted-foreground\! {
1748
1959
  color: var(--ui-color-muted-foreground) !important;
1749
1960
  }
1961
+ .ui\:text-orange-600 {
1962
+ color: var(--ui-color-orange-600);
1963
+ }
1964
+ .ui\:text-pink-600 {
1965
+ color: var(--ui-color-pink-600);
1966
+ }
1750
1967
  .ui\:text-popover-foreground {
1751
1968
  color: var(--ui-color-popover-foreground);
1752
1969
  }
@@ -1765,6 +1982,12 @@
1765
1982
  .ui\:text-red-500 {
1766
1983
  color: var(--ui-color-red-500);
1767
1984
  }
1985
+ .ui\:text-rose-500 {
1986
+ color: var(--ui-color-rose-500);
1987
+ }
1988
+ .ui\:text-rose-600 {
1989
+ color: var(--ui-color-rose-600);
1990
+ }
1768
1991
  .ui\:text-secondary-foreground {
1769
1992
  color: var(--ui-color-secondary-foreground);
1770
1993
  }
@@ -1783,6 +2006,12 @@
1783
2006
  color: color-mix(in oklab, var(--ui-sidebar-foreground) 70%, transparent);
1784
2007
  }
1785
2008
  }
2009
+ .ui\:text-teal-600 {
2010
+ color: var(--ui-color-teal-600);
2011
+ }
2012
+ .ui\:text-violet-600 {
2013
+ color: var(--ui-color-violet-600);
2014
+ }
1786
2015
  .ui\:text-white {
1787
2016
  color: var(--ui-color-white);
1788
2017
  }
@@ -1817,9 +2046,6 @@
1817
2046
  .ui\:opacity-70 {
1818
2047
  opacity: 70%;
1819
2048
  }
1820
- .ui\:opacity-100 {
1821
- opacity: 100%;
1822
- }
1823
2049
  .ui\:shadow {
1824
2050
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1825
2051
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -1878,6 +2104,12 @@
1878
2104
  --tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 50%, transparent) !important;
1879
2105
  }
1880
2106
  }
2107
+ .ui\:ring-foreground\/10 {
2108
+ --tw-ring-color: var(--ui-color-foreground);
2109
+ @supports (color: color-mix(in lab, red, red)) {
2110
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-foreground) 10%, transparent);
2111
+ }
2112
+ }
1881
2113
  .ui\:ring-primary {
1882
2114
  --tw-ring-color: var(--ui-color-primary);
1883
2115
  }
@@ -1962,6 +2194,10 @@
1962
2194
  .ui\:transition-none {
1963
2195
  transition-property: none;
1964
2196
  }
2197
+ .ui\:duration-100 {
2198
+ --tw-duration: 100ms;
2199
+ transition-duration: 100ms;
2200
+ }
1965
2201
  .ui\:duration-200 {
1966
2202
  --tw-duration: 200ms;
1967
2203
  transition-duration: 200ms;
@@ -2028,6 +2264,31 @@
2028
2264
  padding-right: calc(var(--ui-spacing) * 8);
2029
2265
  }
2030
2266
  }
2267
+ .ui\:group-has-data-\[slot\=combobox-clear\]\/input-group\:hidden {
2268
+ &:is(:where(.ui\:group\/input-group):has(*[data-slot="combobox-clear"]) *) {
2269
+ display: none;
2270
+ }
2271
+ }
2272
+ .ui\:group-has-\[\>input\]\/input-group\:pt-2\.5 {
2273
+ &:is(:where(.ui\:group\/input-group):has(>input) *) {
2274
+ padding-top: calc(var(--ui-spacing) * 2.5);
2275
+ }
2276
+ }
2277
+ .ui\:group-has-\[\>input\]\/input-group\:pb-2\.5 {
2278
+ &:is(:where(.ui\:group\/input-group):has(>input) *) {
2279
+ padding-bottom: calc(var(--ui-spacing) * 2.5);
2280
+ }
2281
+ }
2282
+ .ui\:group-data-empty\/combobox-content\:flex {
2283
+ &:is(:where(.ui\:group\/combobox-content)[data-empty] *) {
2284
+ display: flex;
2285
+ }
2286
+ }
2287
+ .ui\:group-data-empty\/combobox-content\:hidden {
2288
+ &:is(:where(.ui\:group\/combobox-content)[data-empty] *) {
2289
+ display: none;
2290
+ }
2291
+ }
2031
2292
  .ui\:group-data-\[collapsible\=icon\]\:-mt-8 {
2032
2293
  &:is(:where(.ui\:group)[data-collapsible="icon"] *) {
2033
2294
  margin-top: calc(var(--ui-spacing) * -8);
@@ -2100,6 +2361,11 @@
2100
2361
  translate: var(--tw-translate-x) var(--tw-translate-y);
2101
2362
  }
2102
2363
  }
2364
+ .ui\:group-data-\[disabled\=true\]\/input-group\:opacity-50 {
2365
+ &:is(:where(.ui\:group\/input-group)[data-disabled="true"] *) {
2366
+ opacity: 50%;
2367
+ }
2368
+ }
2103
2369
  .ui\:group-data-\[focused\=true\]\/day\:relative {
2104
2370
  &:is(:where(.ui\:group\/day)[data-focused="true"] *) {
2105
2371
  position: relative;
@@ -2156,6 +2422,16 @@
2156
2422
  border-left-width: 1px;
2157
2423
  }
2158
2424
  }
2425
+ .ui\:group-data-\[size\=sm\]\/alert-dialog-content\:grid {
2426
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="sm"] *) {
2427
+ display: grid;
2428
+ }
2429
+ }
2430
+ .ui\:group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2 {
2431
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="sm"] *) {
2432
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2433
+ }
2434
+ }
2159
2435
  .ui\:group-data-\[variant\=floating\]\:rounded-lg {
2160
2436
  &:is(:where(.ui\:group)[data-variant="floating"] *) {
2161
2437
  border-radius: var(--ui-radius-lg);
@@ -2417,6 +2693,30 @@
2417
2693
  border-bottom-width: 0px;
2418
2694
  }
2419
2695
  }
2696
+ .ui\:last\:pb-0 {
2697
+ &:last-child {
2698
+ padding-bottom: calc(var(--ui-spacing) * 0);
2699
+ }
2700
+ }
2701
+ .ui\:focus-within\:border-ring {
2702
+ &:focus-within {
2703
+ border-color: var(--ui-color-ring);
2704
+ }
2705
+ }
2706
+ .ui\:focus-within\:ring-\[3px\] {
2707
+ &:focus-within {
2708
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2709
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2710
+ }
2711
+ }
2712
+ .ui\:focus-within\:ring-ring\/50 {
2713
+ &:focus-within {
2714
+ --tw-ring-color: var(--ui-color-ring);
2715
+ @supports (color: color-mix(in lab, red, red)) {
2716
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-ring) 50%, transparent);
2717
+ }
2718
+ }
2719
+ }
2420
2720
  .ui\:hover\:scale-110 {
2421
2721
  &:hover {
2422
2722
  @media (hover: hover) {
@@ -2631,6 +2931,14 @@
2631
2931
  }
2632
2932
  }
2633
2933
  }
2934
+ .ui\:hover\:shadow-sm {
2935
+ &:hover {
2936
+ @media (hover: hover) {
2937
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2938
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2939
+ }
2940
+ }
2941
+ }
2634
2942
  .ui\:hover\:ring-4 {
2635
2943
  &:hover {
2636
2944
  @media (hover: hover) {
@@ -2716,6 +3024,12 @@
2716
3024
  border-color: var(--ui-color-ring);
2717
3025
  }
2718
3026
  }
3027
+ .ui\:focus-visible\:ring-0 {
3028
+ &:focus-visible {
3029
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3030
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3031
+ }
3032
+ }
2719
3033
  .ui\:focus-visible\:ring-2 {
2720
3034
  &:focus-visible {
2721
3035
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@@ -2883,26 +3197,162 @@
2883
3197
  }
2884
3198
  }
2885
3199
  }
3200
+ .ui\:has-disabled\:pointer-events-none {
3201
+ &:has(*:disabled) {
3202
+ pointer-events: none;
3203
+ }
3204
+ }
3205
+ .ui\:has-disabled\:cursor-not-allowed {
3206
+ &:has(*:disabled) {
3207
+ cursor: not-allowed;
3208
+ }
3209
+ }
2886
3210
  .ui\:has-disabled\:opacity-50 {
2887
3211
  &:has(*:disabled) {
2888
3212
  opacity: 50%;
2889
3213
  }
2890
3214
  }
3215
+ .ui\:has-aria-invalid\:border-destructive {
3216
+ &:has(*[aria-invalid="true"]) {
3217
+ border-color: var(--ui-color-destructive);
3218
+ }
3219
+ }
3220
+ .ui\:has-aria-invalid\:ring-\[3px\] {
3221
+ &:has(*[aria-invalid="true"]) {
3222
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3223
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3224
+ }
3225
+ }
3226
+ .ui\:has-aria-invalid\:ring-destructive\/20 {
3227
+ &:has(*[aria-invalid="true"]) {
3228
+ --tw-ring-color: var(--ui-color-destructive);
3229
+ @supports (color: color-mix(in lab, red, red)) {
3230
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 20%, transparent);
3231
+ }
3232
+ }
3233
+ }
3234
+ .ui\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_auto_1fr\] {
3235
+ &:has(*[data-slot="alert-dialog-media"]) {
3236
+ grid-template-rows: auto auto 1fr;
3237
+ }
3238
+ }
3239
+ .ui\:has-data-\[slot\=alert-dialog-media\]\:gap-x-6 {
3240
+ &:has(*[data-slot="alert-dialog-media"]) {
3241
+ column-gap: calc(var(--ui-spacing) * 6);
3242
+ }
3243
+ }
2891
3244
  .ui\:has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
2892
3245
  &:has(*[data-slot="card-action"]) {
2893
3246
  grid-template-columns: 1fr auto;
2894
3247
  }
2895
3248
  }
3249
+ .ui\:has-data-\[slot\=combobox-chip\]\:px-1\.5 {
3250
+ &:has(*[data-slot="combobox-chip"]) {
3251
+ padding-inline: calc(var(--ui-spacing) * 1.5);
3252
+ }
3253
+ }
3254
+ .ui\:has-data-\[slot\=combobox-chip-remove\]\:pr-0 {
3255
+ &:has(*[data-slot="combobox-chip-remove"]) {
3256
+ padding-right: calc(var(--ui-spacing) * 0);
3257
+ }
3258
+ }
2896
3259
  .ui\:has-data-\[variant\=inset\]\:bg-sidebar {
2897
3260
  &:has(*[data-variant="inset"]) {
2898
3261
  background-color: var(--ui-sidebar);
2899
3262
  }
2900
3263
  }
3264
+ .ui\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring {
3265
+ &:has(*:is([data-slot=input-group-control]:focus-visible)) {
3266
+ border-color: var(--ui-color-ring);
3267
+ }
3268
+ }
3269
+ .ui\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\] {
3270
+ &:has(*:is([data-slot=input-group-control]:focus-visible)) {
3271
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3272
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3273
+ }
3274
+ }
3275
+ .ui\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50 {
3276
+ &:has(*:is([data-slot=input-group-control]:focus-visible)) {
3277
+ --tw-ring-color: var(--ui-color-ring);
3278
+ @supports (color: color-mix(in lab, red, red)) {
3279
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-ring) 50%, transparent);
3280
+ }
3281
+ }
3282
+ }
3283
+ .ui\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive {
3284
+ &:has(*:is([data-slot][aria-invalid=true])) {
3285
+ border-color: var(--ui-color-destructive);
3286
+ }
3287
+ }
3288
+ .ui\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20 {
3289
+ &:has(*:is([data-slot][aria-invalid=true])) {
3290
+ --tw-ring-color: var(--ui-color-destructive);
3291
+ @supports (color: color-mix(in lab, red, red)) {
3292
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 20%, transparent);
3293
+ }
3294
+ }
3295
+ }
2901
3296
  .ui\:has-\[select\:disabled\]\:opacity-50 {
2902
3297
  &:has(*:is(select:disabled)) {
2903
3298
  opacity: 50%;
2904
3299
  }
2905
3300
  }
3301
+ .ui\:has-\[\>\[data-align\=block-end\]\]\:h-auto {
3302
+ &:has(>[data-align=block-end]) {
3303
+ height: auto;
3304
+ }
3305
+ }
3306
+ .ui\:has-\[\>\[data-align\=block-end\]\]\:flex-col {
3307
+ &:has(>[data-align=block-end]) {
3308
+ flex-direction: column;
3309
+ }
3310
+ }
3311
+ .ui\:has-\[\>\[data-align\=block-start\]\]\:h-auto {
3312
+ &:has(>[data-align=block-start]) {
3313
+ height: auto;
3314
+ }
3315
+ }
3316
+ .ui\:has-\[\>\[data-align\=block-start\]\]\:flex-col {
3317
+ &:has(>[data-align=block-start]) {
3318
+ flex-direction: column;
3319
+ }
3320
+ }
3321
+ .ui\:has-\[\>button\]\:mr-\[-0\.45rem\] {
3322
+ &:has(>button) {
3323
+ margin-right: -0.45rem;
3324
+ }
3325
+ }
3326
+ .ui\:has-\[\>button\]\:ml-\[-0\.45rem\] {
3327
+ &:has(>button) {
3328
+ margin-left: -0.45rem;
3329
+ }
3330
+ }
3331
+ .ui\:has-\[\>kbd\]\:mr-\[-0\.35rem\] {
3332
+ &:has(>kbd) {
3333
+ margin-right: -0.35rem;
3334
+ }
3335
+ }
3336
+ .ui\:has-\[\>kbd\]\:ml-\[-0\.35rem\] {
3337
+ &:has(>kbd) {
3338
+ margin-left: -0.35rem;
3339
+ }
3340
+ }
3341
+ .ui\:has-\[\>svg\]\:p-0 {
3342
+ &:has(>svg) {
3343
+ padding: calc(var(--ui-spacing) * 0);
3344
+ }
3345
+ }
3346
+ .ui\:has-\[\>svg\]\:px-0 {
3347
+ &:has(>svg) {
3348
+ padding-inline: calc(var(--ui-spacing) * 0);
3349
+ }
3350
+ }
3351
+ .ui\:has-\[\>svg\]\:px-2 {
3352
+ &:has(>svg) {
3353
+ padding-inline: calc(var(--ui-spacing) * 2);
3354
+ }
3355
+ }
2906
3356
  .ui\:has-\[\>svg\]\:px-2\.5 {
2907
3357
  &:has(>svg) {
2908
3358
  padding-inline: calc(var(--ui-spacing) * 2.5);
@@ -2918,6 +3368,16 @@
2918
3368
  padding-inline: calc(var(--ui-spacing) * 4);
2919
3369
  }
2920
3370
  }
3371
+ .ui\:has-\[\>svg\]\:py-0 {
3372
+ &:has(>svg) {
3373
+ padding-block: calc(var(--ui-spacing) * 0);
3374
+ }
3375
+ }
3376
+ .ui\:has-\[\>textarea\]\:h-auto {
3377
+ &:has(>textarea) {
3378
+ height: auto;
3379
+ }
3380
+ }
2921
3381
  .ui\:aria-disabled\:pointer-events-none {
2922
3382
  &[aria-disabled="true"] {
2923
3383
  pointer-events: none;
@@ -2946,6 +3406,23 @@
2946
3406
  color: var(--ui-color-muted-foreground) !important;
2947
3407
  }
2948
3408
  }
3409
+ .ui\:data-closed\:animate-out {
3410
+ &[data-closed] {
3411
+ animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
3412
+ }
3413
+ }
3414
+ .ui\:data-closed\:fade-out-0 {
3415
+ &[data-closed] {
3416
+ --tw-exit-opacity: calc(0/100);
3417
+ --tw-exit-opacity: 0;
3418
+ }
3419
+ }
3420
+ .ui\:data-closed\:zoom-out-95 {
3421
+ &[data-closed] {
3422
+ --tw-exit-scale: calc(95*1%);
3423
+ --tw-exit-scale: .95;
3424
+ }
3425
+ }
2949
3426
  .ui\:data-disabled\:pointer-events-none {
2950
3427
  &[data-disabled] {
2951
3428
  pointer-events: none;
@@ -2956,6 +3433,43 @@
2956
3433
  opacity: 50%;
2957
3434
  }
2958
3435
  }
3436
+ .ui\:data-empty\:p-0 {
3437
+ &[data-empty] {
3438
+ padding: calc(var(--ui-spacing) * 0);
3439
+ }
3440
+ }
3441
+ .ui\:data-highlighted\:bg-accent {
3442
+ &[data-highlighted] {
3443
+ background-color: var(--ui-color-accent);
3444
+ }
3445
+ }
3446
+ .ui\:data-highlighted\:text-accent-foreground {
3447
+ &[data-highlighted] {
3448
+ color: var(--ui-color-accent-foreground);
3449
+ }
3450
+ }
3451
+ .ui\:data-open\:animate-in {
3452
+ &[data-open] {
3453
+ animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
3454
+ }
3455
+ }
3456
+ .ui\:data-open\:fade-in-0 {
3457
+ &[data-open] {
3458
+ --tw-enter-opacity: calc(0/100);
3459
+ --tw-enter-opacity: 0;
3460
+ }
3461
+ }
3462
+ .ui\:data-open\:zoom-in-95 {
3463
+ &[data-open] {
3464
+ --tw-enter-scale: calc(95*1%);
3465
+ --tw-enter-scale: .95;
3466
+ }
3467
+ }
3468
+ .ui\:data-pressed\:bg-transparent {
3469
+ &[data-pressed] {
3470
+ background-color: transparent;
3471
+ }
3472
+ }
2959
3473
  .ui\:data-\[active\=true\]\:bg-sidebar-accent {
2960
3474
  &[data-active="true"] {
2961
3475
  background-color: var(--ui-sidebar-accent);
@@ -2972,6 +3486,11 @@
2972
3486
  color: var(--ui-sidebar-accent-foreground);
2973
3487
  }
2974
3488
  }
3489
+ .ui\:data-\[chips\=true\]\:min-w-\(--anchor-width\) {
3490
+ &[data-chips="true"] {
3491
+ min-width: var(--anchor-width);
3492
+ }
3493
+ }
2975
3494
  .ui\:data-\[disabled\]\:pointer-events-none {
2976
3495
  &[data-disabled] {
2977
3496
  pointer-events: none;
@@ -3183,6 +3702,11 @@
3183
3702
  height: calc(var(--ui-spacing) * 8);
3184
3703
  }
3185
3704
  }
3705
+ .ui\:data-\[size\=sm\]\:max-w-xs {
3706
+ &[data-size="sm"] {
3707
+ max-width: var(--ui-container-xs);
3708
+ }
3709
+ }
3186
3710
  .ui\:data-\[size\=sm\]\:py-1 {
3187
3711
  &[data-size="sm"] {
3188
3712
  padding-block: calc(var(--ui-spacing) * 1);
@@ -3195,6 +3719,55 @@
3195
3719
  }
3196
3720
  }
3197
3721
  }
3722
+ .ui\:\*\:data-\[slot\=input-group\]\:m-1 {
3723
+ :is(& > *) {
3724
+ &[data-slot="input-group"] {
3725
+ margin: calc(var(--ui-spacing) * 1);
3726
+ }
3727
+ }
3728
+ }
3729
+ .ui\:\*\:data-\[slot\=input-group\]\:mb-0 {
3730
+ :is(& > *) {
3731
+ &[data-slot="input-group"] {
3732
+ margin-bottom: calc(var(--ui-spacing) * 0);
3733
+ }
3734
+ }
3735
+ }
3736
+ .ui\:\*\:data-\[slot\=input-group\]\:h-8 {
3737
+ :is(& > *) {
3738
+ &[data-slot="input-group"] {
3739
+ height: calc(var(--ui-spacing) * 8);
3740
+ }
3741
+ }
3742
+ }
3743
+ .ui\:\*\:data-\[slot\=input-group\]\:border-input\/30 {
3744
+ :is(& > *) {
3745
+ &[data-slot="input-group"] {
3746
+ border-color: var(--ui-color-input);
3747
+ @supports (color: color-mix(in lab, red, red)) {
3748
+ border-color: color-mix(in oklab, var(--ui-color-input) 30%, transparent);
3749
+ }
3750
+ }
3751
+ }
3752
+ }
3753
+ .ui\:\*\:data-\[slot\=input-group\]\:bg-input\/30 {
3754
+ :is(& > *) {
3755
+ &[data-slot="input-group"] {
3756
+ background-color: var(--ui-color-input);
3757
+ @supports (color: color-mix(in lab, red, red)) {
3758
+ background-color: color-mix(in oklab, var(--ui-color-input) 30%, transparent);
3759
+ }
3760
+ }
3761
+ }
3762
+ }
3763
+ .ui\:\*\:data-\[slot\=input-group\]\:shadow-none {
3764
+ :is(& > *) {
3765
+ &[data-slot="input-group"] {
3766
+ --tw-shadow: 0 0 #0000;
3767
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3768
+ }
3769
+ }
3770
+ }
3198
3771
  .ui\:data-\[state\=active\]\:bg-background {
3199
3772
  &[data-state="active"] {
3200
3773
  background-color: var(--ui-color-background);
@@ -3571,6 +4144,52 @@
3571
4144
  text-align: left;
3572
4145
  }
3573
4146
  }
4147
+ .ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:row-span-2 {
4148
+ @media (width >= 40rem) {
4149
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
4150
+ grid-row: span 2 / span 2;
4151
+ }
4152
+ }
4153
+ }
4154
+ .ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:place-items-start {
4155
+ @media (width >= 40rem) {
4156
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
4157
+ place-items: start;
4158
+ }
4159
+ }
4160
+ }
4161
+ .ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:text-left {
4162
+ @media (width >= 40rem) {
4163
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
4164
+ text-align: left;
4165
+ }
4166
+ }
4167
+ }
4168
+ .ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:group-has-data-\[slot\=alert-dialog-media\]\/alert-dialog-content\:col-start-2 {
4169
+ @media (width >= 40rem) {
4170
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
4171
+ &:is(:where(.ui\:group\/alert-dialog-content):has(*[data-slot="alert-dialog-media"]) *) {
4172
+ grid-column-start: 2;
4173
+ }
4174
+ }
4175
+ }
4176
+ }
4177
+ .ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_1fr\] {
4178
+ @media (width >= 40rem) {
4179
+ &:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
4180
+ &:has(*[data-slot="alert-dialog-media"]) {
4181
+ grid-template-rows: auto 1fr;
4182
+ }
4183
+ }
4184
+ }
4185
+ }
4186
+ .ui\:data-\[size\=default\]\:sm\:max-w-lg {
4187
+ &[data-size="default"] {
4188
+ @media (width >= 40rem) {
4189
+ max-width: var(--ui-container-lg);
4190
+ }
4191
+ }
4192
+ }
3574
4193
  .ui\:data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm {
3575
4194
  &[data-vaul-drawer-direction="left"] {
3576
4195
  @media (width >= 40rem) {
@@ -3610,6 +4229,11 @@
3610
4229
  flex-basis: calc(1/2 * 100%);
3611
4230
  }
3612
4231
  }
4232
+ .ui\:md\:grid-cols-2 {
4233
+ @media (width >= 48rem) {
4234
+ grid-template-columns: repeat(2, minmax(0, 1fr));
4235
+ }
4236
+ }
3613
4237
  .ui\:md\:grid-cols-3 {
3614
4238
  @media (width >= 48rem) {
3615
4239
  grid-template-columns: repeat(3, minmax(0, 1fr));
@@ -3712,6 +4336,11 @@
3712
4336
  flex-basis: calc(1/3 * 100%);
3713
4337
  }
3714
4338
  }
4339
+ .ui\:lg\:grid-cols-3 {
4340
+ @media (width >= 64rem) {
4341
+ grid-template-columns: repeat(3, minmax(0, 1fr));
4342
+ }
4343
+ }
3715
4344
  .ui\:dark\:bg-input\/30 {
3716
4345
  &:is(.dark *) {
3717
4346
  background-color: var(--ui-color-input);
@@ -3720,6 +4349,11 @@
3720
4349
  }
3721
4350
  }
3722
4351
  }
4352
+ .ui\:dark\:bg-transparent {
4353
+ &:is(.dark *) {
4354
+ background-color: transparent;
4355
+ }
4356
+ }
3723
4357
  .ui\:dark\:text-muted-foreground {
3724
4358
  &:is(.dark *) {
3725
4359
  color: var(--ui-color-muted-foreground);
@@ -3746,6 +4380,36 @@
3746
4380
  }
3747
4381
  }
3748
4382
  }
4383
+ .ui\:dark\:has-aria-invalid\:border-destructive\/50 {
4384
+ &:is(.dark *) {
4385
+ &:has(*[aria-invalid="true"]) {
4386
+ border-color: var(--ui-color-destructive);
4387
+ @supports (color: color-mix(in lab, red, red)) {
4388
+ border-color: color-mix(in oklab, var(--ui-color-destructive) 50%, transparent);
4389
+ }
4390
+ }
4391
+ }
4392
+ }
4393
+ .ui\:dark\:has-aria-invalid\:ring-destructive\/40 {
4394
+ &:is(.dark *) {
4395
+ &:has(*[aria-invalid="true"]) {
4396
+ --tw-ring-color: var(--ui-color-destructive);
4397
+ @supports (color: color-mix(in lab, red, red)) {
4398
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 40%, transparent);
4399
+ }
4400
+ }
4401
+ }
4402
+ }
4403
+ .ui\:dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40 {
4404
+ &:is(.dark *) {
4405
+ &:has(*:is([data-slot][aria-invalid=true])) {
4406
+ --tw-ring-color: var(--ui-color-destructive);
4407
+ @supports (color: color-mix(in lab, red, red)) {
4408
+ --tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 40%, transparent);
4409
+ }
4410
+ }
4411
+ }
4412
+ }
3749
4413
  .ui\:dark\:aria-invalid\:ring-destructive\/40 {
3750
4414
  &:is(.dark *) {
3751
4415
  &[aria-invalid="true"] {
@@ -3823,6 +4487,28 @@
3823
4487
  }
3824
4488
  }
3825
4489
  }
4490
+ .ui\:pointer-coarse\:size-5 {
4491
+ @media (pointer: coarse) {
4492
+ width: calc(var(--ui-spacing) * 5);
4493
+ height: calc(var(--ui-spacing) * 5);
4494
+ }
4495
+ }
4496
+ .ui\:pointer-coarse\:px-3 {
4497
+ @media (pointer: coarse) {
4498
+ padding-inline: calc(var(--ui-spacing) * 3);
4499
+ }
4500
+ }
4501
+ .ui\:pointer-coarse\:py-2 {
4502
+ @media (pointer: coarse) {
4503
+ padding-block: calc(var(--ui-spacing) * 2);
4504
+ }
4505
+ }
4506
+ .ui\:pointer-coarse\:text-sm {
4507
+ @media (pointer: coarse) {
4508
+ font-size: var(--ui-text-sm);
4509
+ line-height: var(--tw-leading, var(--ui-text-sm--line-height));
4510
+ }
4511
+ }
3826
4512
  .ui\:\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground {
3827
4513
  & .recharts-cartesian-axis-tick text {
3828
4514
  fill: var(--ui-color-muted-foreground);
@@ -4006,6 +4692,12 @@
4006
4692
  color: var(--ui-color-muted-foreground);
4007
4693
  }
4008
4694
  }
4695
+ .ui\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
4696
+ & svg:not([class*=size-]) {
4697
+ width: calc(var(--ui-spacing) * 4);
4698
+ height: calc(var(--ui-spacing) * 4);
4699
+ }
4700
+ }
4009
4701
  .ui\:\[\&_tr\]\:border-b {
4010
4702
  & tr {
4011
4703
  border-bottom-style: var(--tw-border-style);
@@ -4024,11 +4716,21 @@
4024
4716
  border-bottom-left-radius: var(--ui-radius-md);
4025
4717
  }
4026
4718
  }
4719
+ .ui\:\[\.border-b\]\:pb-3 {
4720
+ &:is(.border-b) {
4721
+ padding-bottom: calc(var(--ui-spacing) * 3);
4722
+ }
4723
+ }
4027
4724
  .ui\:\[\.border-b\]\:pb-6 {
4028
4725
  &:is(.border-b) {
4029
4726
  padding-bottom: calc(var(--ui-spacing) * 6);
4030
4727
  }
4031
4728
  }
4729
+ .ui\:\[\.border-t\]\:pt-3 {
4730
+ &:is(.border-t) {
4731
+ padding-top: calc(var(--ui-spacing) * 3);
4732
+ }
4733
+ }
4032
4734
  .ui\:\[\.border-t\]\:pt-6 {
4033
4735
  &:is(.border-t) {
4034
4736
  padding-top: calc(var(--ui-spacing) * 6);
@@ -4096,6 +4798,14 @@
4096
4798
  }
4097
4799
  }
4098
4800
  }
4801
+ .ui\:\*\:\[svg\:not\(\[class\*\=size-\]\)\]\:size-8 {
4802
+ :is(& > *) {
4803
+ &:is(svg:not([class*=size-])) {
4804
+ width: calc(var(--ui-spacing) * 8);
4805
+ height: calc(var(--ui-spacing) * 8);
4806
+ }
4807
+ }
4808
+ }
4099
4809
  .ui\:\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-md {
4100
4810
  &:nth-child(2)[data-selected=true] button {
4101
4811
  border-top-left-radius: var(--ui-radius-md);
@@ -4122,6 +4832,39 @@
4122
4832
  display: none;
4123
4833
  }
4124
4834
  }
4835
+ .ui\:has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3 {
4836
+ &:has(>[data-align=block-end]) {
4837
+ &>input {
4838
+ padding-top: calc(var(--ui-spacing) * 3);
4839
+ }
4840
+ }
4841
+ }
4842
+ .ui\:has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3 {
4843
+ &:has(>[data-align=block-start]) {
4844
+ &>input {
4845
+ padding-bottom: calc(var(--ui-spacing) * 3);
4846
+ }
4847
+ }
4848
+ }
4849
+ .ui\:has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2 {
4850
+ &:has(>[data-align=inline-end]) {
4851
+ &>input {
4852
+ padding-right: calc(var(--ui-spacing) * 2);
4853
+ }
4854
+ }
4855
+ }
4856
+ .ui\:has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2 {
4857
+ &:has(>[data-align=inline-start]) {
4858
+ &>input {
4859
+ padding-left: calc(var(--ui-spacing) * 2);
4860
+ }
4861
+ }
4862
+ }
4863
+ .ui\:\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] {
4864
+ &>kbd {
4865
+ border-radius: calc(var(--radius) - 5px);
4866
+ }
4867
+ }
4125
4868
  .ui\:\[\&\>span\]\:line-clamp-1 {
4126
4869
  &>span {
4127
4870
  overflow: hidden;
@@ -4206,6 +4949,18 @@
4206
4949
  color: var(--ui-sidebar-accent-foreground);
4207
4950
  }
4208
4951
  }
4952
+ .ui\:\[\&\>svg\:not\(\[class\*\=size-\]\)\]\:size-3\.5 {
4953
+ &>svg:not([class*=size-]) {
4954
+ width: calc(var(--ui-spacing) * 3.5);
4955
+ height: calc(var(--ui-spacing) * 3.5);
4956
+ }
4957
+ }
4958
+ .ui\:\[\&\>svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
4959
+ &>svg:not([class*=size-]) {
4960
+ width: calc(var(--ui-spacing) * 4);
4961
+ height: calc(var(--ui-spacing) * 4);
4962
+ }
4963
+ }
4209
4964
  .ui\:\[\&\>tr\]\:last\:border-b-0 {
4210
4965
  &>tr {
4211
4966
  &:last-child {