@fileverse/ui 4.0.1 → 4.0.2

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/index.css CHANGED
@@ -394,34 +394,7 @@ video {
394
394
  display: none;
395
395
  }
396
396
  :root {
397
- --background: 0 0% 100%;
398
- --foreground: 222.2 84% 4.9%;
399
-
400
- --card: 0 0% 100%;
401
- --card-foreground: 222.2 84% 4.9%;
402
-
403
- --popover: 0 0% 100%;
404
- --popover-foreground: 222.2 84% 4.9%;
405
-
406
- --primary: 222.2 47.4% 11.2%;
407
- --primary-foreground: 210 40% 98%;
408
-
409
- --secondary: 210 40% 96.1%;
410
- --secondary-foreground: 222.2 47.4% 11.2%;
411
-
412
- --muted: 210 40% 96.1%;
413
- --muted-foreground: 215.4 16.3% 46.9%;
414
-
415
- --accent: 210 40% 96.1%;
416
- --accent-foreground: 222.2 47.4% 11.2%;
417
-
418
- --danger: 0 84.2% 60.2%;
419
- --danger-foreground: 210 40% 98%;
420
-
421
- --border: 214.3 31.8% 91.4%;
422
- --input: 214.3 31.8% 91.4%;
423
- --ring: 260, 100%, 52%, 1; /* Blue-700 */
424
-
397
+ --focused: 260, 100%, 52%, 1; /* Blue-700 */
425
398
  --radius: 0.5rem;
426
399
 
427
400
  /* Button */
@@ -436,11 +409,13 @@ video {
436
409
  --color-button-floating-hover: 200, 13%, 95%, 1; /* Gray-100 */
437
410
 
438
411
  /* Text */
439
- --color-text-default: 0, 0%, 0%, 1; /* Black */
412
+ --color-text-default: 207, 8%, 23%, 1; /* Gray-950 */
440
413
  --color-text-secondary: 208, 8%, 50%, 1; /* Gray-700 */
441
414
  --color-text-disabled: 206, 9%, 66%, 1; /* Gray-500 */
442
415
  --color-text-danger: 354, 96%, 59%, 1; /* Red-500 */
416
+ --color-text-success: 127, 69%, 29%, 1; /* Green-700 */
443
417
  --color-text-inverse: 0, 0%, 100%, 1; /* White */
418
+ --color-text-link: 260, 100%, 52%, 1; /* Blue-700 */
444
419
 
445
420
  /* Background */
446
421
  --color-bg-default: 0, 0%, 100%, 1; /* White */
@@ -454,28 +429,31 @@ video {
454
429
  --color-bg-brand-hover: 50, 98%, 47%, 1; /* Yellow-500 */
455
430
  --color-bg-brand-light: 53, 100%, 90%, 1; /* Yellow-100 */
456
431
  --color-bg-danger: 354, 96%, 59%, 1; /* Red-500 */
432
+ --color-bg-danger-light: 354, 100%, 94%, 1; /* Red-100 */
457
433
  --color-bg-default-inverse: 0, 0%, 0%, 1; /* Black */
458
434
  --color-bg-tertiary: 195, 10%, 92%, 1; /* Tertiary */
435
+ --color-bg-success-light: 124, 79%, 93%, 1; /* Green-100 */
459
436
 
460
437
  /* Border */
461
438
  --color-border-default: 195, 10%, 92%, 1; /* Gray-200 */
462
439
  --color-border-hover: 0, 0%, 0%, 1; /* Black */
463
- --color-border-bold: 0, 0%, 0%, 1; /* Black */
464
440
  --color-border-light: 0, 0%, 100%, 1; /* White */
465
441
  --color-border-active: 0, 0%, 0%, 1; /* Black */
466
442
  --color-border-focused: 260, 100%, 52%, 1; /* Blue-700 */
467
443
  --color-border-danger: 354, 96%, 59%, 1; /* Red-500 */
444
+ --color-border-disabled: 206, 9%, 66%, 1; /* Gray-500 */
468
445
 
469
446
  /* Icon */
470
- --color-icon-default: 0, 0%, 0%, 1; /* Black */
447
+ --color-icon-default: 207, 8%, 23%, 1; /* Gray-950 */
471
448
  --color-icon-default-hover: 207, 8%, 23%, 1; /* Gray-950 */
472
449
  --color-icon-brand: 52, 100%, 52%, 1; /* Yellow-400 */
473
450
  --color-icon-secondary: 208, 8%, 50%, 1; /* Gray-700 */
474
451
  --color-icon-disabled: 206, 9%, 66%, 1; /* Gray-500 */
475
452
  --color-icon-inverse: 0, 0%, 100%, 1; /* White */
453
+ --color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
476
454
 
477
455
  /* Utility */
478
- --color-utility-overlay: 0, 0%, 0%, 0.9; /* Black 90% */
456
+ --color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
479
457
 
480
458
  /* Elevation */
481
459
  --shadow-elevation-1: 0px 1px 2px rgba (0,  0,  0,  0.15);
@@ -484,12 +462,12 @@ video {
484
462
  --shadow-elevation-4: 0px 8px 32px rgba (0,  0,  0,  0.15);
485
463
  }
486
464
  * {
487
- border-color: hsl(var(--border));
488
- }
465
+ border-color: hsl(var(--color-border-default));
466
+ }
489
467
  body {
490
- background-color: hsl(var(--background));
491
- color: hsl(var(--foreground));
492
- }
468
+ color: hsl(var(--color-text-default));
469
+ background-color: hsl(var(--color-bg-default));
470
+ }
493
471
 
494
472
  .text-heading-2xlg {
495
473
  font-family: system-ui;
@@ -610,6 +588,14 @@ video {
610
588
  line-height: 16px;
611
589
  }
612
590
 
591
+ .text-helper-link {
592
+ font-family: system-ui;
593
+ font-size: 12px;
594
+ font-weight: 400;
595
+ line-height: 16px;
596
+ text-decoration: underline;
597
+ }
598
+
613
599
  /** COLORS **/
614
600
  .color-text-default {
615
601
  color: hsl(var(--color-text-default));
@@ -627,6 +613,14 @@ video {
627
613
  color: hsl(var(--color-text-danger));
628
614
  }
629
615
 
616
+ .color-text-success {
617
+ color: hsl(var(--color-text-success));
618
+ }
619
+
620
+ .color-text-link {
621
+ color: hsl(var(--color-text-link));
622
+ }
623
+
630
624
  .color-text-inverse {
631
625
  color: hsl(var(--color-text-inverse));
632
626
  }
@@ -679,6 +673,14 @@ video {
679
673
  background-color: hsl(var(--color-bg-danger));
680
674
  }
681
675
 
676
+ .color-bg-danger-light {
677
+ background-color: hsl(var(--color-bg-danger-light));
678
+ }
679
+
680
+ .color-bg-success-light {
681
+ background-color: hsl(var(--color-bg-success-light));
682
+ }
683
+
682
684
  .color-bg-default-inverse {
683
685
  background-color: hsl(var(--color-bg-default-inverse));
684
686
  }
@@ -694,7 +696,7 @@ video {
694
696
 
695
697
  .color-button-secondary {
696
698
  background-color: hsl(var(--color-button-secondary));
697
- border: 2px solid hsl(var(--color-border-bold));
699
+ border: 2px solid hsl(var(--color-border-active));
698
700
  }
699
701
 
700
702
  .color-button-secondary-hover {
@@ -997,6 +999,10 @@ video {
997
999
  .inset-0 {
998
1000
  inset: 0px;
999
1001
  }
1002
+ .inset-x-0 {
1003
+ left: 0px;
1004
+ right: 0px;
1005
+ }
1000
1006
  .-bottom-6 {
1001
1007
  bottom: -1.5rem;
1002
1008
  }
@@ -1036,6 +1042,9 @@ video {
1036
1042
  .left-\[10\%\] {
1037
1043
  left: 10%;
1038
1044
  }
1045
+ .left-\[50\%\] {
1046
+ left: 50%;
1047
+ }
1039
1048
  .right-0 {
1040
1049
  right: 0px;
1041
1050
  }
@@ -1045,12 +1054,36 @@ video {
1045
1054
  .right-3 {
1046
1055
  right: 0.75rem;
1047
1056
  }
1057
+ .right-4 {
1058
+ right: 1rem;
1059
+ }
1048
1060
  .right-5 {
1049
1061
  right: 1.25rem;
1050
1062
  }
1063
+ .right-6 {
1064
+ right: 1.5rem;
1065
+ }
1066
+ .top-1\/2 {
1067
+ top: 50%;
1068
+ }
1069
+ .top-5 {
1070
+ top: 1.25rem;
1071
+ }
1072
+ .top-6 {
1073
+ top: 1.5rem;
1074
+ }
1075
+ .top-8 {
1076
+ top: 2rem;
1077
+ }
1078
+ .top-\[50\%\] {
1079
+ top: 50%;
1080
+ }
1051
1081
  .z-10 {
1052
1082
  z-index: 10;
1053
1083
  }
1084
+ .z-50 {
1085
+ z-index: 50;
1086
+ }
1054
1087
  .-mx-1 {
1055
1088
  margin-left: -0.25rem;
1056
1089
  margin-right: -0.25rem;
@@ -1067,6 +1100,10 @@ video {
1067
1100
  margin-top: 0px;
1068
1101
  margin-bottom: 0px;
1069
1102
  }
1103
+ .my-10 {
1104
+ margin-top: 2.5rem;
1105
+ margin-bottom: 2.5rem;
1106
+ }
1070
1107
  .my-auto {
1071
1108
  margin-top: auto;
1072
1109
  margin-bottom: auto;
@@ -1095,6 +1132,9 @@ video {
1095
1132
  .mt-2 {
1096
1133
  margin-top: 0.5rem;
1097
1134
  }
1135
+ .mt-24 {
1136
+ margin-top: 6rem;
1137
+ }
1098
1138
  .mt-4 {
1099
1139
  margin-top: 1rem;
1100
1140
  }
@@ -1161,12 +1201,21 @@ video {
1161
1201
  .h-9 {
1162
1202
  height: 2.25rem;
1163
1203
  }
1204
+ .h-\[156px\] {
1205
+ height: 156px;
1206
+ }
1207
+ .h-\[16px\] {
1208
+ height: 16px;
1209
+ }
1164
1210
  .h-\[18px\] {
1165
1211
  height: 18px;
1166
1212
  }
1167
1213
  .h-\[208px\] {
1168
1214
  height: 208px;
1169
1215
  }
1216
+ .h-\[20px\] {
1217
+ height: 20px;
1218
+ }
1170
1219
  .h-\[30px\] {
1171
1220
  height: 30px;
1172
1221
  }
@@ -1191,6 +1240,9 @@ video {
1191
1240
  .h-\[calc\(100\%-2rem\)\] {
1192
1241
  height: calc(100% - 2rem);
1193
1242
  }
1243
+ .h-auto {
1244
+ height: auto;
1245
+ }
1194
1246
  .h-fit {
1195
1247
  height: -moz-fit-content;
1196
1248
  height: fit-content;
@@ -1207,6 +1259,9 @@ video {
1207
1259
  .min-h-9 {
1208
1260
  min-height: 2.25rem;
1209
1261
  }
1262
+ .min-h-\[156px\] {
1263
+ min-height: 156px;
1264
+ }
1210
1265
  .min-h-\[2vh\] {
1211
1266
  min-height: 2vh;
1212
1267
  }
@@ -1252,12 +1307,18 @@ video {
1252
1307
  .w-\[151px\] {
1253
1308
  width: 151px;
1254
1309
  }
1310
+ .w-\[16px\] {
1311
+ width: 16px;
1312
+ }
1255
1313
  .w-\[172px\] {
1256
1314
  width: 172px;
1257
1315
  }
1258
1316
  .w-\[18px\] {
1259
1317
  width: 18px;
1260
1318
  }
1319
+ .w-\[20px\] {
1320
+ width: 20px;
1321
+ }
1261
1322
  .w-\[350px\] {
1262
1323
  width: 350px;
1263
1324
  }
@@ -1339,18 +1400,36 @@ video {
1339
1400
  max-width: -moz-fit-content;
1340
1401
  max-width: fit-content;
1341
1402
  }
1403
+ .max-w-lg {
1404
+ max-width: 32rem;
1405
+ }
1406
+ .max-w-screen-md {
1407
+ max-width: 768px;
1408
+ }
1342
1409
  .max-w-sm {
1343
1410
  max-width: 24rem;
1344
1411
  }
1345
1412
  .flex-1 {
1346
1413
  flex: 1 1 0%;
1347
1414
  }
1415
+ .flex-\[0\.05\] {
1416
+ flex: 0.05;
1417
+ }
1348
1418
  .flex-\[0\.8\] {
1349
1419
  flex: 0.8;
1350
1420
  }
1421
+ .flex-none {
1422
+ flex: none;
1423
+ }
1351
1424
  .shrink-0 {
1352
1425
  flex-shrink: 0;
1353
1426
  }
1427
+ .grow {
1428
+ flex-grow: 1;
1429
+ }
1430
+ .basis-0 {
1431
+ flex-basis: 0px;
1432
+ }
1354
1433
  .caption-bottom {
1355
1434
  caption-side: bottom;
1356
1435
  }
@@ -1358,6 +1437,18 @@ video {
1358
1437
  --tw-translate-x: -50%;
1359
1438
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1360
1439
  }
1440
+ .translate-x-1\/2 {
1441
+ --tw-translate-x: 50%;
1442
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1443
+ }
1444
+ .translate-x-\[-50\%\] {
1445
+ --tw-translate-x: -50%;
1446
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1447
+ }
1448
+ .translate-y-\[-50\%\] {
1449
+ --tw-translate-y: -50%;
1450
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1451
+ }
1361
1452
  .-rotate-90 {
1362
1453
  --tw-rotate: -90deg;
1363
1454
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -1404,6 +1495,9 @@ video {
1404
1495
  .flex-col {
1405
1496
  flex-direction: column;
1406
1497
  }
1498
+ .flex-col-reverse {
1499
+ flex-direction: column-reverse;
1500
+ }
1407
1501
  .flex-wrap {
1408
1502
  flex-wrap: wrap;
1409
1503
  }
@@ -1467,6 +1561,11 @@ video {
1467
1561
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1468
1562
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1469
1563
  }
1564
+ .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
1565
+ --tw-space-y-reverse: 0;
1566
+ margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
1567
+ margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
1568
+ }
1470
1569
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1471
1570
  --tw-space-y-reverse: 0;
1472
1571
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1518,6 +1617,10 @@ video {
1518
1617
  .rounded-xl {
1519
1618
  border-radius: 0.75rem;
1520
1619
  }
1620
+ .rounded-t-\[10px\] {
1621
+ border-top-left-radius: 10px;
1622
+ border-top-right-radius: 10px;
1623
+ }
1521
1624
  .border {
1522
1625
  border-width: 1px;
1523
1626
  }
@@ -1539,6 +1642,12 @@ video {
1539
1642
  .border-t {
1540
1643
  border-top-width: 1px;
1541
1644
  }
1645
+ .border-t-\[1px\] {
1646
+ border-top-width: 1px;
1647
+ }
1648
+ .border-solid {
1649
+ border-style: solid;
1650
+ }
1542
1651
  .border-dashed {
1543
1652
  border-style: dashed;
1544
1653
  }
@@ -1549,27 +1658,22 @@ video {
1549
1658
  --tw-border-opacity: 1;
1550
1659
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
1551
1660
  }
1552
- .border-danger {
1553
- border-color: hsl(var(--color-text-danger));
1554
- }
1555
- .border-input {
1556
- border-color: hsl(var(--color-border-default));
1557
- }
1558
- .border-primary {
1559
- border-color: hsl(var(--primary));
1560
- }
1561
1661
  .border-transparent {
1562
1662
  border-color: transparent;
1563
1663
  }
1564
- .bg-background {
1565
- background-color: hsl(var(--background));
1664
+ .\!bg-transparent {
1665
+ background-color: transparent !important;
1566
1666
  }
1567
- .bg-muted\/50 {
1568
- background-color: hsl(var(--color-text-disabled) / 0.5);
1667
+ .bg-gray-300 {
1668
+ --tw-bg-opacity: 1;
1669
+ background-color: rgb(209 213 219 / var(--tw-bg-opacity));
1569
1670
  }
1570
1671
  .bg-transparent {
1571
1672
  background-color: transparent;
1572
1673
  }
1674
+ .bg-opacity-50 {
1675
+ --tw-bg-opacity: 0.5;
1676
+ }
1573
1677
  .bg-none {
1574
1678
  background-image: none;
1575
1679
  }
@@ -1653,6 +1757,15 @@ video {
1653
1757
  padding-top: 1.5rem;
1654
1758
  padding-bottom: 1.5rem;
1655
1759
  }
1760
+ .pb-2 {
1761
+ padding-bottom: 0.5rem;
1762
+ }
1763
+ .pb-5 {
1764
+ padding-bottom: 1.25rem;
1765
+ }
1766
+ .pb-6 {
1767
+ padding-bottom: 1.5rem;
1768
+ }
1656
1769
  .pl-10 {
1657
1770
  padding-left: 2.5rem;
1658
1771
  }
@@ -1665,6 +1778,15 @@ video {
1665
1778
  .pt-0 {
1666
1779
  padding-top: 0px;
1667
1780
  }
1781
+ .pt-2 {
1782
+ padding-top: 0.5rem;
1783
+ }
1784
+ .pt-4 {
1785
+ padding-top: 1rem;
1786
+ }
1787
+ .pt-6 {
1788
+ padding-top: 1.5rem;
1789
+ }
1668
1790
  .text-left {
1669
1791
  text-align: left;
1670
1792
  }
@@ -1677,9 +1799,26 @@ video {
1677
1799
  .align-middle {
1678
1800
  vertical-align: middle;
1679
1801
  }
1680
- .text-sm {
1681
- font-size: 0.875rem;
1682
- line-height: 1.25rem;
1802
+ .text-\[10px\] {
1803
+ font-size: 10px;
1804
+ }
1805
+ .text-\[14px\] {
1806
+ font-size: 14px;
1807
+ }
1808
+ .text-\[16px\] {
1809
+ font-size: 16px;
1810
+ }
1811
+ .text-\[20px\] {
1812
+ font-size: 20px;
1813
+ }
1814
+ .text-\[24px\] {
1815
+ font-size: 24px;
1816
+ }
1817
+ .text-\[32px\] {
1818
+ font-size: 32px;
1819
+ }
1820
+ .font-\[700\] {
1821
+ font-weight: 700;
1683
1822
  }
1684
1823
  .font-medium {
1685
1824
  font-weight: 500;
@@ -1687,35 +1826,17 @@ video {
1687
1826
  .font-normal {
1688
1827
  font-weight: 400;
1689
1828
  }
1690
- .font-semibold {
1691
- font-weight: 600;
1692
- }
1693
1829
  .leading-none {
1694
1830
  line-height: 1;
1695
1831
  }
1696
- .tracking-tight {
1697
- letter-spacing: -0.025em;
1698
- }
1699
- .text-card-foreground {
1700
- color: hsl(var(--card-foreground));
1701
- }
1702
- .text-danger {
1703
- color: hsl(var(--color-text-danger));
1704
- }
1705
- .text-muted-foreground {
1706
- color: hsl(var(--muted-foreground));
1832
+ .text-gray-500 {
1833
+ --tw-text-opacity: 1;
1834
+ color: rgb(107 114 128 / var(--tw-text-opacity));
1707
1835
  }
1708
1836
  .text-red-500 {
1709
1837
  --tw-text-opacity: 1;
1710
1838
  color: rgb(239 68 68 / var(--tw-text-opacity));
1711
1839
  }
1712
- .text-secondary {
1713
- color: hsl(var(--color-text-secondary));
1714
- }
1715
- .text-white {
1716
- --tw-text-opacity: 1;
1717
- color: rgb(255 255 255 / var(--tw-text-opacity));
1718
- }
1719
1840
  .opacity-0 {
1720
1841
  opacity: 0;
1721
1842
  }
@@ -1749,14 +1870,14 @@ video {
1749
1870
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1750
1871
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1751
1872
  }
1752
- .ring-ring {
1753
- --tw-ring-color: hsl(var(--ring));
1873
+ .ring-focused {
1874
+ --tw-ring-color: hsl(var(--focused));
1754
1875
  }
1755
1876
  .ring-offset-2 {
1756
1877
  --tw-ring-offset-width: 2px;
1757
1878
  }
1758
- .ring-offset-background {
1759
- --tw-ring-offset-color: hsl(var(--background));
1879
+ .ring-offset-white {
1880
+ --tw-ring-offset-color: #fff;
1760
1881
  }
1761
1882
  .filter {
1762
1883
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -1768,6 +1889,11 @@ video {
1768
1889
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1769
1890
  transition-duration: 150ms;
1770
1891
  }
1892
+ .transition-all {
1893
+ transition-property: all;
1894
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1895
+ transition-duration: 150ms;
1896
+ }
1771
1897
  .transition-colors {
1772
1898
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1773
1899
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -1827,6 +1953,23 @@ video {
1827
1953
  .placeholder\:color-text-disabled::placeholder {
1828
1954
  color: hsl(var(--color-text-disabled));
1829
1955
  }
1956
+ .after\:color-bg-default-inverse::after {
1957
+ content: var(--tw-content);
1958
+ background-color: hsl(var(--color-bg-default-inverse));
1959
+ }
1960
+ .after\:color-icon-disabled::after {
1961
+ content: var(--tw-content);
1962
+ background-color: hsl(var(--color-icon-disabled));
1963
+ }
1964
+ .checked\:color-text-inverse:checked {
1965
+ color: hsl(var(--color-text-inverse));
1966
+ }
1967
+ .checked\:color-bg-default-inverse:checked {
1968
+ background-color: hsl(var(--color-bg-default-inverse));
1969
+ }
1970
+ .hover\:color-text-inverse:hover {
1971
+ color: hsl(var(--color-text-inverse));
1972
+ }
1830
1973
  .hover\:\!color-bg-default-hover:hover {
1831
1974
  background-color: hsl(var(--color-bg-default-hover)) !important;
1832
1975
  }
@@ -1839,6 +1982,9 @@ video {
1839
1982
  .hover\:color-bg-tertiary:hover {
1840
1983
  background-color: hsl(var(--color-bg-tertiary));
1841
1984
  }
1985
+ .hover\:color-bg-disabled:hover {
1986
+ background-color: hsl(var(--color-bg-disabled));
1987
+ }
1842
1988
  .hover\:color-bg-brand-hover:hover {
1843
1989
  background-color: hsl(var(--color-bg-brand-hover));
1844
1990
  }
@@ -1854,9 +2000,18 @@ video {
1854
2000
  .hover\:\!color-button-floating-hover:hover {
1855
2001
  background-color: hsl(var(--color-button-floating-hover)) !important;
1856
2002
  }
2003
+ .hover\:color-border-hover:hover {
2004
+ border-color: hsl(var(--color-border-hover));
2005
+ }
2006
+ .focus-visible\:color-border-hover:focus-visible {
2007
+ border-color: hsl(var(--color-border-hover));
2008
+ }
1857
2009
  .disabled\:color-text-disabled:disabled {
1858
2010
  color: hsl(var(--color-text-disabled));
1859
2011
  }
2012
+ .disabled\:color-bg-disabled:disabled {
2013
+ background-color: hsl(var(--color-bg-disabled));
2014
+ }
1860
2015
  .disabled\:\!color-button-disabled:disabled {
1861
2016
  background-color: hsl(var(--color-button-disabled)) !important;
1862
2017
  border-color: hsl(var(--color-button-disabled)) !important;
@@ -1867,12 +2022,24 @@ video {
1867
2022
  border-color: hsl(var(--color-button-disabled));
1868
2023
  color: hsl(var(--color-text-disabled));
1869
2024
  }
2025
+ .disabled\:color-border-disabled:disabled {
2026
+ border-color: hsl(var(--color-border-disabled));
2027
+ }
1870
2028
  .data-\[state\=active\]\:color-text-default[data-state=active] {
1871
2029
  color: hsl(var(--color-text-default));
1872
2030
  }
2031
+ .data-\[state\=open\]\:color-text-default[data-state=open] {
2032
+ color: hsl(var(--color-text-default));
2033
+ }
1873
2034
  .data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
1874
2035
  background-color: hsl(var(--color-bg-default-hover));
1875
2036
  }
2037
+ .data-\[state\=open\]\:color-bg-default-selected[data-state=open] {
2038
+ background-color: hsl(var(--color-bg-default-selected));
2039
+ }
2040
+ .data-\[state\=selected\]\:color-bg-disabled[data-state=selected] {
2041
+ background-color: hsl(var(--color-bg-disabled));
2042
+ }
1876
2043
  .data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
1877
2044
  background-color: hsl(var(--color-bg-brand-hover));
1878
2045
  }
@@ -1909,31 +2076,45 @@ video {
1909
2076
  .file\:bg-transparent::file-selector-button {
1910
2077
  background-color: transparent;
1911
2078
  }
1912
- .checked\:border-0:checked {
1913
- border-width: 0px;
2079
+ .after\:block::after {
2080
+ content: var(--tw-content);
2081
+ display: block;
1914
2082
  }
1915
- .checked\:bg-black:checked {
1916
- --tw-bg-opacity: 1;
1917
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
2083
+ .after\:h-\[10px\]::after {
2084
+ content: var(--tw-content);
2085
+ height: 10px;
1918
2086
  }
1919
- .checked\:text-primary-foreground:checked {
1920
- color: hsl(var(--primary-foreground));
2087
+ .after\:h-\[6px\]::after {
2088
+ content: var(--tw-content);
2089
+ height: 6px;
1921
2090
  }
1922
- .hover\:cursor-pointer:hover {
1923
- cursor: pointer;
2091
+ .after\:w-\[10px\]::after {
2092
+ content: var(--tw-content);
2093
+ width: 10px;
1924
2094
  }
1925
- .hover\:border-border-hover:hover {
1926
- border-color: hsl(var(--color-border-hover));
2095
+ .after\:w-\[6px\]::after {
2096
+ content: var(--tw-content);
2097
+ width: 6px;
2098
+ }
2099
+ .after\:rounded-\[50\%\]::after {
2100
+ content: var(--tw-content);
2101
+ border-radius: 50%;
2102
+ }
2103
+ .after\:content-\[\'\'\]::after {
2104
+ --tw-content: '';
2105
+ content: var(--tw-content);
2106
+ }
2107
+ .checked\:border-0:checked {
2108
+ border-width: 0px;
1927
2109
  }
1928
- .hover\:bg-muted\/50:hover {
1929
- background-color: hsl(var(--color-text-disabled) / 0.5);
2110
+ .hover\:cursor-pointer:hover {
2111
+ cursor: pointer;
1930
2112
  }
1931
2113
  .hover\:bg-transparent:hover {
1932
2114
  background-color: transparent;
1933
2115
  }
1934
- .hover\:text-white:hover {
1935
- --tw-text-opacity: 1;
1936
- color: rgb(255 255 255 / var(--tw-text-opacity));
2116
+ .hover\:bg-opacity-50:hover {
2117
+ --tw-bg-opacity: 0.5;
1937
2118
  }
1938
2119
  .hover\:opacity-90:hover {
1939
2120
  opacity: 0.9;
@@ -1957,15 +2138,12 @@ video {
1957
2138
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1958
2139
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1959
2140
  }
1960
- .focus\:ring-ring:focus {
1961
- --tw-ring-color: hsl(var(--ring));
2141
+ .focus\:ring-focused:focus {
2142
+ --tw-ring-color: hsl(var(--focused));
1962
2143
  }
1963
2144
  .focus\:ring-offset-2:focus {
1964
2145
  --tw-ring-offset-width: 2px;
1965
2146
  }
1966
- .focus-visible\:border-border-hover:focus-visible {
1967
- border-color: hsl(var(--color-border-hover));
1968
- }
1969
2147
  .focus-visible\:outline-none:focus-visible {
1970
2148
  outline: 2px solid transparent;
1971
2149
  outline-offset: 2px;
@@ -1975,14 +2153,14 @@ video {
1975
2153
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1976
2154
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1977
2155
  }
1978
- .focus-visible\:ring-ring:focus-visible {
1979
- --tw-ring-color: hsl(var(--ring));
2156
+ .focus-visible\:ring-focused:focus-visible {
2157
+ --tw-ring-color: hsl(var(--focused));
1980
2158
  }
1981
2159
  .focus-visible\:ring-offset-2:focus-visible {
1982
2160
  --tw-ring-offset-width: 2px;
1983
2161
  }
1984
- .focus-visible\:ring-offset-background:focus-visible {
1985
- --tw-ring-offset-color: hsl(var(--background));
2162
+ .focus-visible\:ring-offset-white:focus-visible {
2163
+ --tw-ring-offset-color: #fff;
1986
2164
  }
1987
2165
  .disabled\:pointer-events-none:disabled {
1988
2166
  pointer-events: none;
@@ -1990,12 +2168,6 @@ video {
1990
2168
  .disabled\:cursor-not-allowed:disabled {
1991
2169
  cursor: not-allowed;
1992
2170
  }
1993
- .disabled\:border-disabled:disabled {
1994
- border-color: hsl(var(--color-bg-disabled));
1995
- }
1996
- .disabled\:bg-disabled:disabled {
1997
- background-color: hsl(var(--color-bg-disabled));
1998
- }
1999
2171
  .disabled\:opacity-50:disabled {
2000
2172
  opacity: 0.5;
2001
2173
  }
@@ -2022,15 +2194,100 @@ video {
2022
2194
  --tw-translate-x: 0px;
2023
2195
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2024
2196
  }
2197
+ @keyframes accordion-up {
2198
+
2199
+ from {
2200
+ height: var(--radix-accordion-content-height);
2201
+ }
2202
+
2203
+ to {
2204
+ height: 0;
2205
+ }
2206
+ }
2207
+ .data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
2208
+ animation: accordion-up 0.2s ease-out;
2209
+ }
2210
+ @keyframes accordion-down {
2211
+
2212
+ from {
2213
+ height: 0;
2214
+ }
2215
+
2216
+ to {
2217
+ height: var(--radix-accordion-content-height);
2218
+ }
2219
+ }
2220
+ .data-\[state\=open\]\:animate-accordion-down[data-state=open] {
2221
+ animation: accordion-down 0.2s ease-out;
2222
+ }
2025
2223
  .data-\[state\=active\]\:border-b-2[data-state=active] {
2026
2224
  border-bottom-width: 2px;
2027
2225
  }
2028
- .data-\[state\=selected\]\:bg-muted[data-state=selected] {
2029
- background-color: hsl(var(--color-text-disabled));
2030
- }
2031
2226
  .data-\[state\=active\]\:bg-none[data-state=active] {
2032
2227
  background-image: none;
2033
2228
  }
2229
+ .data-\[state\=open\]\:animate-in[data-state=open] {
2230
+ animation-name: enter;
2231
+ animation-duration: 150ms;
2232
+ --tw-enter-opacity: initial;
2233
+ --tw-enter-scale: initial;
2234
+ --tw-enter-rotate: initial;
2235
+ --tw-enter-translate-x: initial;
2236
+ --tw-enter-translate-y: initial;
2237
+ }
2238
+ .data-\[state\=closed\]\:animate-out[data-state=closed] {
2239
+ animation-name: exit;
2240
+ animation-duration: 150ms;
2241
+ --tw-exit-opacity: initial;
2242
+ --tw-exit-scale: initial;
2243
+ --tw-exit-rotate: initial;
2244
+ --tw-exit-translate-x: initial;
2245
+ --tw-exit-translate-y: initial;
2246
+ }
2247
+ .data-\[state\=closed\]\:fade-out-0[data-state=closed] {
2248
+ --tw-exit-opacity: 0;
2249
+ }
2250
+ .data-\[state\=open\]\:fade-in-0[data-state=open] {
2251
+ --tw-enter-opacity: 0;
2252
+ }
2253
+ .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
2254
+ --tw-exit-scale: .95;
2255
+ }
2256
+ .data-\[state\=open\]\:zoom-in-95[data-state=open] {
2257
+ --tw-enter-scale: .95;
2258
+ }
2259
+ .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
2260
+ --tw-exit-translate-x: -50%;
2261
+ }
2262
+ .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
2263
+ --tw-exit-translate-y: -48%;
2264
+ }
2265
+ .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
2266
+ --tw-enter-translate-x: -50%;
2267
+ }
2268
+ .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
2269
+ --tw-enter-translate-y: -48%;
2270
+ }
2271
+ @media (min-width: 640px) {
2272
+
2273
+ .sm\:flex-row {
2274
+ flex-direction: row;
2275
+ }
2276
+
2277
+ .sm\:justify-end {
2278
+ justify-content: flex-end;
2279
+ }
2280
+
2281
+ .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
2282
+ --tw-space-x-reverse: 0;
2283
+ margin-right: calc(0.5rem * var(--tw-space-x-reverse));
2284
+ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
2285
+ }
2286
+
2287
+ .sm\:rounded-lg {
2288
+ border-radius: var(--radius);
2289
+ }
2290
+ }
2034
2291
  @media (min-width: 768px) {
2035
2292
 
2036
2293
  .md\:block {
@@ -2045,6 +2302,10 @@ video {
2045
2302
  width: 80%;
2046
2303
  }
2047
2304
 
2305
+ .md\:w-auto {
2306
+ width: auto;
2307
+ }
2308
+
2048
2309
  .md\:flex-row {
2049
2310
  flex-direction: row;
2050
2311
  }
@@ -2123,6 +2384,10 @@ video {
2123
2384
  .\[\&\>tr\]\:last\:border-b-0:last-child>tr {
2124
2385
  border-bottom-width: 0px;
2125
2386
  }
2387
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
2388
+ --tw-rotate: 180deg;
2389
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2390
+ }
2126
2391
  .\[\&_tr\:last-child\]\:border-0 tr:last-child {
2127
2392
  border-width: 0px;
2128
2393
  }