@prisma/studio-core 0.0.0-dev.202505101125 → 0.0.0-dev.202505101139

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/index.css CHANGED
@@ -500,30 +500,33 @@ video {
500
500
  display: none;
501
501
  }
502
502
  :root {
503
+ /* Shadcn */
503
504
  --background: 0 0% 100%;
504
- --foreground: 240 10% 3.9%;
505
+ --foreground: 224 71.4% 4.1%;
505
506
  --card: 0 0% 100%;
506
- --card-foreground: 240 10% 3.9%;
507
+ --card-foreground: 224 71.4% 4.1%;
507
508
  --popover: 0 0% 100%;
508
- --popover-foreground: 240 10% 3.9%;
509
- --primary: 240 5.9% 10%;
510
- --primary-foreground: 0 0% 98%;
511
- --secondary: 240 4.8% 95.9%;
512
- --secondary-foreground: 240 5.9% 10%;
513
- --muted: 240 4.8% 95.9%;
514
- --muted-foreground: 240 3.8% 46.1%;
515
- --accent: 240 4.8% 95.9%;
516
- --accent-foreground: 240 5.9% 10%;
509
+ --popover-foreground: 224 71.4% 4.1%;
510
+ --primary: 262.1 83.3% 57.8%;
511
+ --primary-foreground: 210 20% 98%;
512
+ --secondary: 220 14.3% 95.9%;
513
+ --secondary-foreground: 220.9 39.3% 11%;
514
+ --muted: 220 14.3% 95.9%;
515
+ --muted-foreground: 220 8.9% 46.1%;
516
+ --accent: 220 14.3% 95.9%;
517
+ --accent-foreground: 220.9 39.3% 11%;
517
518
  --destructive: 0 84.2% 60.2%;
518
- --destructive-foreground: 0 0% 98%;
519
- --border: 240 5.9% 90%;
520
- --input: 240 5.9% 90%;
521
- --ring: 240 10% 3.9%;
519
+ --destructive-foreground: 210 20% 98%;
520
+ --border: 220 13% 91%;
521
+ --input: 220 13% 91%;
522
+ --ring: 262.1 83.3% 57.8%;
522
523
  --chart-1: 12 76% 61%;
523
524
  --chart-2: 173 58% 39%;
524
525
  --chart-3: 197 37% 24%;
525
526
  --chart-4: 43 74% 66%;
526
527
  --chart-5: 27 87% 67%;
528
+
529
+ /* Studio */
527
530
  --radius: 0.5rem;
528
531
  --sidebar-background: 0 0% 98%;
529
532
  --sidebar-foreground: 240 5.3% 26.1%;
@@ -533,7 +536,8 @@ video {
533
536
  --sidebar-accent-foreground: 240 5.9% 10%;
534
537
  --sidebar-border: 220 13% 91%;
535
538
  --sidebar-ring: 217.2 91.2% 59.8%;
536
- --table-row-odd: 240 4.8% 95.9%;
539
+ --table-cell-odd: 0 0% 100%;
540
+ --table-cell-even: 240 4.8% 95.9%;
537
541
  --table-head: 0 0% 100%;
538
542
  --table-border: 240 5.9% 90%;
539
543
 
@@ -541,30 +545,33 @@ video {
541
545
  --studio-cell-height: 38px;
542
546
  }
543
547
  .dark {
544
- --background: 240 10% 3.9%;
545
- --foreground: 0 0% 98%;
546
- --card: 240 10% 3.9%;
547
- --card-foreground: 0 0% 98%;
548
- --popover: 240 10% 3.9%;
549
- --popover-foreground: 0 0% 98%;
550
- --primary: 0 0% 98%;
551
- --primary-foreground: 240 5.9% 10%;
552
- --secondary: 240 3.7% 15.9%;
553
- --secondary-foreground: 0 0% 98%;
554
- --muted: 240 3.7% 15.9%;
555
- --muted-foreground: 240 5% 64.9%;
556
- --accent: 240 3.7% 15.9%;
557
- --accent-foreground: 0 0% 98%;
548
+ /* Studio */
549
+ --background: 224 71.4% 4.1%;
550
+ --foreground: 210 20% 98%;
551
+ --card: 224 71.4% 4.1%;
552
+ --card-foreground: 210 20% 98%;
553
+ --popover: 224 71.4% 4.1%;
554
+ --popover-foreground: 210 20% 98%;
555
+ --primary: 263.4 70% 50.4%;
556
+ --primary-foreground: 210 20% 98%;
557
+ --secondary: 215 27.9% 16.9%;
558
+ --secondary-foreground: 210 20% 98%;
559
+ --muted: 215 27.9% 16.9%;
560
+ --muted-foreground: 217.9 10.6% 64.9%;
561
+ --accent: 215 27.9% 16.9%;
562
+ --accent-foreground: 210 20% 98%;
558
563
  --destructive: 0 62.8% 30.6%;
559
- --destructive-foreground: 0 0% 98%;
560
- --border: 240 3.7% 15.9%;
561
- --input: 240 3.7% 15.9%;
562
- --ring: 240 4.9% 83.9%;
564
+ --destructive-foreground: 210 20% 98%;
565
+ --border: 215 27.9% 16.9%;
566
+ --input: 215 27.9% 16.9%;
567
+ --ring: 263.4 70% 50.4%;
563
568
  --chart-1: 220 70% 50%;
564
569
  --chart-2: 160 60% 45%;
565
570
  --chart-3: 30 80% 55%;
566
571
  --chart-4: 280 65% 60%;
567
572
  --chart-5: 340 75% 55%;
573
+
574
+ /* Studio */
568
575
  --sidebar-background: 240 5.9% 10%;
569
576
  --sidebar-foreground: 240 4.8% 95.9%;
570
577
  --sidebar-primary: 224.3 76.3% 48%;
@@ -651,6 +658,9 @@ video {
651
658
  .\!ps-z-50 {
652
659
  z-index: 50 !important;
653
660
  }
661
+ .ps-z-0 {
662
+ z-index: 0;
663
+ }
654
664
  .ps-z-10 {
655
665
  z-index: 10;
656
666
  }
@@ -751,6 +761,9 @@ video {
751
761
  .ps-h-\[2px\] {
752
762
  height: 2px;
753
763
  }
764
+ .ps-h-\[39px\] {
765
+ height: 39px;
766
+ }
754
767
  .ps-h-\[var\(--radix-select-trigger-height\)\] {
755
768
  height: var(--radix-select-trigger-height);
756
769
  }
@@ -772,6 +785,9 @@ video {
772
785
  .ps-max-h-\[--radix-select-content-available-height\] {
773
786
  max-height: var(--radix-select-content-available-height);
774
787
  }
788
+ .ps-max-h-\[520px\] {
789
+ max-height: 520px;
790
+ }
775
791
  .ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
776
792
  max-height: var(--radix-dropdown-menu-content-available-height);
777
793
  }
@@ -838,6 +854,9 @@ video {
838
854
  .ps-w-\[1\.2rem\] {
839
855
  width: 1.2rem;
840
856
  }
857
+ .ps-w-\[calc\(var\(--radix-popover-trigger-width\)_\+_1px\)\] {
858
+ width: calc(var(--radix-popover-trigger-width) + 1px);
859
+ }
841
860
  .ps-w-auto {
842
861
  width: auto;
843
862
  }
@@ -858,6 +877,9 @@ video {
858
877
  .ps-min-w-0 {
859
878
  min-width: 0px;
860
879
  }
880
+ .ps-min-w-\[200px\] {
881
+ min-width: 200px;
882
+ }
861
883
  .ps-min-w-\[8rem\] {
862
884
  min-width: 8rem;
863
885
  }
@@ -870,13 +892,15 @@ video {
870
892
  .ps-min-w-full {
871
893
  min-width: 100%;
872
894
  }
895
+ .ps-max-w-72 {
896
+ max-width: 18rem;
897
+ }
898
+ .ps-max-w-\[500px\] {
899
+ max-width: 500px;
900
+ }
873
901
  .ps-max-w-lg {
874
902
  max-width: 32rem;
875
903
  }
876
- .ps-max-w-min {
877
- max-width: -moz-min-content;
878
- max-width: min-content;
879
- }
880
904
  .ps-flex-1 {
881
905
  flex: 1 1 0%;
882
906
  }
@@ -1051,6 +1075,9 @@ video {
1051
1075
  .ps-self-start {
1052
1076
  align-self: flex-start;
1053
1077
  }
1078
+ .ps-self-end {
1079
+ align-self: flex-end;
1080
+ }
1054
1081
  .ps-overflow-auto {
1055
1082
  overflow: auto;
1056
1083
  }
@@ -1131,10 +1158,6 @@ video {
1131
1158
  .ps-border-none {
1132
1159
  border-style: none;
1133
1160
  }
1134
- .ps-border-blue-500 {
1135
- --tw-border-opacity: 1;
1136
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
1137
- }
1138
1161
  .ps-border-input {
1139
1162
  border-color: hsl(var(--input));
1140
1163
  }
@@ -1166,9 +1189,8 @@ video {
1166
1189
  .ps-bg-destructive {
1167
1190
  background-color: hsl(var(--destructive));
1168
1191
  }
1169
- .ps-bg-gray-200 {
1170
- --tw-bg-opacity: 1;
1171
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1192
+ .ps-bg-foreground\/10 {
1193
+ background-color: hsl(var(--foreground) / 0.1);
1172
1194
  }
1173
1195
  .ps-bg-muted {
1174
1196
  background-color: hsl(var(--muted));
@@ -1190,19 +1212,15 @@ video {
1190
1212
  .ps-bg-primary {
1191
1213
  background-color: hsl(var(--primary));
1192
1214
  }
1193
- .ps-bg-primary\/10 {
1194
- background-color: hsl(var(--primary) / 0.1);
1195
- }
1196
- .ps-bg-purple-600 {
1197
- --tw-bg-opacity: 1;
1198
- background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
1199
- }
1200
1215
  .ps-bg-secondary {
1201
1216
  background-color: hsl(var(--secondary));
1202
1217
  }
1203
1218
  .ps-bg-slate-50\/50 {
1204
1219
  background-color: rgb(248 250 252 / 0.5);
1205
1220
  }
1221
+ .ps-bg-table-border {
1222
+ background-color: hsl(var(--table-border));
1223
+ }
1206
1224
  .ps-bg-table-head {
1207
1225
  background-color: hsl(var(--table-head));
1208
1226
  }
@@ -1447,9 +1465,14 @@ video {
1447
1465
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1448
1466
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1449
1467
  }
1450
- .ps-shadow-\[-1px_0_0_0_hsl\(var\(--border\)\)\] {
1451
- --tw-shadow: -1px 0 0 0 hsl(var(--border));
1452
- --tw-shadow-colored: -1px 0 0 0 var(--tw-shadow-color);
1468
+ .ps-shadow-\[-2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
1469
+ --tw-shadow: -2px 0 5px -2px rgba(0,0,0,0.1);
1470
+ --tw-shadow-colored: -2px 0 5px -2px var(--tw-shadow-color);
1471
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1472
+ }
1473
+ .ps-shadow-\[2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
1474
+ --tw-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
1475
+ --tw-shadow-colored: 2px 0 5px -2px var(--tw-shadow-color);
1453
1476
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1454
1477
  }
1455
1478
  .ps-shadow-lg {
@@ -1606,277 +1629,231 @@ body {
1606
1629
  }
1607
1630
  }
1608
1631
 
1632
+ /* Portals are outside the studio DOM scope */
1633
+ [data-radix-popper-content-wrapper] {
1634
+ z-index: 9999 !important;
1635
+ }
1609
1636
  .file\:ps-border-0::file-selector-button {
1610
1637
  border-width: 0px;
1611
1638
  }
1612
-
1613
1639
  .file\:ps-bg-transparent::file-selector-button {
1614
1640
  background-color: transparent;
1615
1641
  }
1616
-
1617
1642
  .file\:ps-text-sm::file-selector-button {
1618
1643
  font-size: 0.875rem;
1619
1644
  line-height: 1.25rem;
1620
1645
  }
1621
-
1622
1646
  .file\:ps-font-medium::file-selector-button {
1623
1647
  font-weight: 500;
1624
1648
  }
1625
-
1626
1649
  .file\:ps-text-foreground::file-selector-button {
1627
1650
  color: hsl(var(--foreground));
1628
1651
  }
1629
-
1630
1652
  .placeholder\:ps-text-muted-foreground::-moz-placeholder {
1631
1653
  color: hsl(var(--muted-foreground));
1632
1654
  }
1633
-
1634
1655
  .placeholder\:ps-text-muted-foreground::placeholder {
1635
1656
  color: hsl(var(--muted-foreground));
1636
1657
  }
1637
-
1638
1658
  .hover\:ps-border-table-border:hover {
1639
1659
  border-color: hsl(var(--table-border));
1640
1660
  }
1641
-
1642
1661
  .hover\:ps-bg-accent:hover {
1643
1662
  background-color: hsl(var(--accent));
1644
1663
  }
1645
-
1646
1664
  .hover\:ps-bg-destructive\/80:hover {
1647
1665
  background-color: hsl(var(--destructive) / 0.8);
1648
1666
  }
1649
-
1650
1667
  .hover\:ps-bg-destructive\/90:hover {
1651
1668
  background-color: hsl(var(--destructive) / 0.9);
1652
1669
  }
1653
-
1654
1670
  .hover\:ps-bg-muted\/50:hover {
1655
1671
  background-color: hsl(var(--muted) / 0.5);
1656
1672
  }
1657
-
1658
1673
  .hover\:ps-bg-primary\/80:hover {
1659
1674
  background-color: hsl(var(--primary) / 0.8);
1660
1675
  }
1661
-
1662
1676
  .hover\:ps-bg-primary\/90:hover {
1663
1677
  background-color: hsl(var(--primary) / 0.9);
1664
1678
  }
1665
-
1666
1679
  .hover\:ps-bg-secondary\/80:hover {
1667
1680
  background-color: hsl(var(--secondary) / 0.8);
1668
1681
  }
1669
-
1670
1682
  .hover\:ps-text-accent-foreground:hover {
1671
1683
  color: hsl(var(--accent-foreground));
1672
1684
  }
1673
-
1674
1685
  .hover\:ps-text-foreground:hover {
1675
1686
  color: hsl(var(--foreground));
1676
1687
  }
1677
-
1678
1688
  .hover\:ps-underline:hover {
1679
1689
  text-decoration-line: underline;
1680
1690
  }
1681
-
1682
1691
  .hover\:ps-opacity-100:hover {
1683
1692
  opacity: 1;
1684
1693
  }
1685
-
1686
1694
  .focus\:ps-bg-accent:focus {
1687
1695
  background-color: hsl(var(--accent));
1688
1696
  }
1689
-
1690
1697
  .focus\:ps-text-accent-foreground:focus {
1691
1698
  color: hsl(var(--accent-foreground));
1692
1699
  }
1693
-
1694
1700
  .focus\:ps-outline-none:focus {
1695
1701
  outline: 2px solid transparent;
1696
1702
  outline-offset: 2px;
1697
1703
  }
1698
-
1699
1704
  .focus\:ps-ring-1:focus {
1700
1705
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1701
1706
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1702
1707
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1703
1708
  }
1704
-
1705
1709
  .focus\:ps-ring-2:focus {
1706
1710
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1707
1711
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1708
1712
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1709
1713
  }
1710
-
1711
1714
  .focus\:ps-ring-ring:focus {
1712
1715
  --tw-ring-color: hsl(var(--ring));
1713
1716
  }
1714
-
1715
1717
  .focus\:ps-ring-offset-2:focus {
1716
1718
  --tw-ring-offset-width: 2px;
1717
1719
  }
1718
-
1719
1720
  .focus-visible\:ps-outline-none:focus-visible {
1720
1721
  outline: 2px solid transparent;
1721
1722
  outline-offset: 2px;
1722
1723
  }
1723
-
1724
1724
  .focus-visible\:ps-ring-0:focus-visible {
1725
1725
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1726
1726
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1727
1727
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1728
1728
  }
1729
-
1730
1729
  .focus-visible\:ps-ring-1:focus-visible {
1731
1730
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1732
1731
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1733
1732
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1734
1733
  }
1735
-
1736
1734
  .focus-visible\:ps-ring-2:focus-visible {
1737
1735
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1738
1736
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1739
1737
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1740
1738
  }
1741
-
1742
1739
  .focus-visible\:ps-ring-ring:focus-visible {
1743
1740
  --tw-ring-color: hsl(var(--ring));
1744
1741
  }
1745
-
1746
1742
  .focus-visible\:ps-ring-offset-2:focus-visible {
1747
1743
  --tw-ring-offset-width: 2px;
1748
1744
  }
1749
-
1750
1745
  .focus-visible\:ps-ring-offset-background:focus-visible {
1751
1746
  --tw-ring-offset-color: hsl(var(--background));
1752
1747
  }
1753
-
1754
1748
  .disabled\:ps-pointer-events-none:disabled {
1755
1749
  pointer-events: none;
1756
1750
  }
1757
-
1758
1751
  .disabled\:ps-cursor-not-allowed:disabled {
1759
1752
  cursor: not-allowed;
1760
1753
  }
1761
-
1762
1754
  .disabled\:ps-opacity-50:disabled {
1763
1755
  opacity: 0.5;
1764
1756
  }
1765
-
1757
+ .ps-group:nth-child(odd) .group-odd\:ps-bg-neutral-50 {
1758
+ --tw-bg-opacity: 1;
1759
+ background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
1760
+ }
1761
+ .ps-group:nth-child(even) .group-even\:ps-bg-white {
1762
+ --tw-bg-opacity: 1;
1763
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1764
+ }
1765
+ .ps-group:hover .group-hover\:ps-bg-neutral-100 {
1766
+ --tw-bg-opacity: 1;
1767
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
1768
+ }
1766
1769
  .ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
1767
1770
  cursor: not-allowed;
1768
1771
  }
1769
-
1770
1772
  .ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
1771
1773
  opacity: 0.7;
1772
1774
  }
1773
-
1774
1775
  .data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
1775
1776
  pointer-events: none;
1776
1777
  }
1777
-
1778
1778
  .data-\[side\=bottom\]\:ps-translate-y-1[data-side="bottom"] {
1779
1779
  --tw-translate-y: 0.25rem;
1780
1780
  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));
1781
1781
  }
1782
-
1783
1782
  .data-\[side\=left\]\:ps--translate-x-1[data-side="left"] {
1784
1783
  --tw-translate-x: -0.25rem;
1785
1784
  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));
1786
1785
  }
1787
-
1788
1786
  .data-\[side\=right\]\:ps-translate-x-1[data-side="right"] {
1789
1787
  --tw-translate-x: 0.25rem;
1790
1788
  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));
1791
1789
  }
1792
-
1793
1790
  .data-\[side\=top\]\:ps--translate-y-1[data-side="top"] {
1794
1791
  --tw-translate-y: -0.25rem;
1795
1792
  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));
1796
1793
  }
1797
-
1798
1794
  .data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
1799
1795
  --tw-translate-x: 1rem;
1800
1796
  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));
1801
1797
  }
1802
-
1803
1798
  .data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
1804
1799
  --tw-translate-x: 0px;
1805
1800
  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));
1806
1801
  }
1807
-
1808
1802
  .data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
1809
1803
  --tw-bg-opacity: 1;
1810
1804
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
1811
1805
  }
1812
-
1813
1806
  .data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
1814
1807
  background-color: hsl(var(--primary));
1815
1808
  }
1816
-
1817
1809
  .data-\[state\=open\]\:ps-bg-accent[data-state="open"] {
1818
1810
  background-color: hsl(var(--accent));
1819
1811
  }
1820
-
1821
1812
  .data-\[state\=open\]\:ps-bg-secondary[data-state="open"] {
1822
1813
  background-color: hsl(var(--secondary));
1823
1814
  }
1824
-
1825
1815
  .data-\[state\=selected\]\:ps-bg-muted[data-state="selected"] {
1826
1816
  background-color: hsl(var(--muted));
1827
1817
  }
1828
-
1829
1818
  .data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
1830
1819
  background-color: hsl(var(--input));
1831
1820
  }
1832
-
1833
1821
  .data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
1834
1822
  color: hsl(var(--foreground));
1835
1823
  }
1836
-
1837
1824
  .data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
1838
1825
  color: hsl(var(--muted-foreground));
1839
1826
  }
1840
-
1841
1827
  .data-\[state\=checked\]\:ps-text-primary-foreground[data-state="checked"] {
1842
1828
  color: hsl(var(--primary-foreground));
1843
1829
  }
1844
-
1845
1830
  .data-\[state\=open\]\:ps-text-accent-foreground[data-state="open"] {
1846
1831
  color: hsl(var(--accent-foreground));
1847
1832
  }
1848
-
1849
1833
  .data-\[state\=open\]\:ps-text-muted-foreground[data-state="open"] {
1850
1834
  color: hsl(var(--muted-foreground));
1851
1835
  }
1852
-
1853
1836
  .data-\[disabled\]\:ps-opacity-50[data-disabled] {
1854
1837
  opacity: 0.5;
1855
1838
  }
1856
-
1857
1839
  .data-\[focus\=true\]\:ps-ring-2[data-focus="true"] {
1858
1840
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1859
1841
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1860
1842
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1861
1843
  }
1862
-
1863
1844
  .data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
1864
1845
  --tw-ring-inset: inset;
1865
1846
  }
1866
-
1867
1847
  .data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
1868
1848
  --tw-ring-opacity: 1;
1869
1849
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
1870
1850
  }
1871
-
1872
1851
  .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1873
1852
  transition-duration: 300ms;
1874
1853
  }
1875
-
1876
1854
  .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1877
1855
  transition-duration: 500ms;
1878
1856
  }
1879
-
1880
1857
  .data-\[state\=open\]\:ps-animate-in[data-state="open"] {
1881
1858
  animation-name: enter;
1882
1859
  animation-duration: 150ms;
@@ -1886,7 +1863,6 @@ body {
1886
1863
  --tw-enter-translate-x: initial;
1887
1864
  --tw-enter-translate-y: initial;
1888
1865
  }
1889
-
1890
1866
  .data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
1891
1867
  animation-name: exit;
1892
1868
  animation-duration: 150ms;
@@ -1896,95 +1872,72 @@ body {
1896
1872
  --tw-exit-translate-x: initial;
1897
1873
  --tw-exit-translate-y: initial;
1898
1874
  }
1899
-
1900
1875
  .data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
1901
1876
  --tw-exit-opacity: 0;
1902
1877
  }
1903
-
1904
1878
  .data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
1905
1879
  --tw-enter-opacity: 0;
1906
1880
  }
1907
-
1908
1881
  .data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
1909
1882
  --tw-exit-scale: .95;
1910
1883
  }
1911
-
1912
1884
  .data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
1913
1885
  --tw-enter-scale: .95;
1914
1886
  }
1915
-
1916
1887
  .data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
1917
1888
  --tw-enter-translate-y: -0.5rem;
1918
1889
  }
1919
-
1920
1890
  .data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
1921
1891
  --tw-enter-translate-x: 0.5rem;
1922
1892
  }
1923
-
1924
1893
  .data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
1925
1894
  --tw-enter-translate-x: -0.5rem;
1926
1895
  }
1927
-
1928
1896
  .data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
1929
1897
  --tw-enter-translate-y: 0.5rem;
1930
1898
  }
1931
-
1932
1899
  .data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
1933
1900
  --tw-exit-translate-y: 100%;
1934
1901
  }
1935
-
1936
1902
  .data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
1937
1903
  --tw-exit-translate-x: -100%;
1938
1904
  }
1939
-
1940
1905
  .data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
1941
1906
  --tw-exit-translate-x: -50%;
1942
1907
  }
1943
-
1944
1908
  .data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
1945
1909
  --tw-exit-translate-x: 100%;
1946
1910
  }
1947
-
1948
1911
  .data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
1949
1912
  --tw-exit-translate-y: -100%;
1950
1913
  }
1951
-
1952
1914
  .data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
1953
1915
  --tw-exit-translate-y: -48%;
1954
1916
  }
1955
-
1956
1917
  .data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
1957
1918
  --tw-enter-translate-y: 100%;
1958
1919
  }
1959
-
1960
1920
  .data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
1961
1921
  --tw-enter-translate-x: -100%;
1962
1922
  }
1963
-
1964
1923
  .data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
1965
1924
  --tw-enter-translate-x: -50%;
1966
1925
  }
1967
-
1968
1926
  .data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
1969
1927
  --tw-enter-translate-x: 100%;
1970
1928
  }
1971
-
1972
1929
  .data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
1973
1930
  --tw-enter-translate-y: -100%;
1974
1931
  }
1975
-
1976
1932
  .data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
1977
1933
  --tw-enter-translate-y: -48%;
1978
1934
  }
1979
-
1980
1935
  .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1981
1936
  animation-duration: 300ms;
1982
1937
  }
1983
-
1984
1938
  .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1985
1939
  animation-duration: 500ms;
1986
1940
  }
1987
-
1988
1941
  @media (min-width: 640px) {
1989
1942
 
1990
1943
  .sm\:ps-max-w-sm {
@@ -2013,7 +1966,6 @@ body {
2013
1966
  text-align: left;
2014
1967
  }
2015
1968
  }
2016
-
2017
1969
  @media (min-width: 768px) {
2018
1970
 
2019
1971
  .md\:ps-text-sm {
@@ -2021,44 +1973,35 @@ body {
2021
1973
  line-height: 1.25rem;
2022
1974
  }
2023
1975
  }
2024
-
2025
1976
  .\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
2026
1977
  border-bottom-width: 0px;
2027
1978
  }
2028
-
2029
1979
  .\[\&\>span\]\:ps-line-clamp-1>span {
2030
1980
  overflow: hidden;
2031
1981
  display: -webkit-box;
2032
1982
  -webkit-box-orient: vertical;
2033
1983
  -webkit-line-clamp: 1;
2034
1984
  }
2035
-
2036
1985
  .\[\&\>svg\]\:ps-size-4>svg {
2037
1986
  width: 1rem;
2038
1987
  height: 1rem;
2039
1988
  }
2040
-
2041
1989
  .\[\&\>svg\]\:ps-shrink-0>svg {
2042
1990
  flex-shrink: 0;
2043
1991
  }
2044
-
2045
1992
  .\[\&\>tr\]\:last\:ps-border-b-0:last-child>tr {
2046
1993
  border-bottom-width: 0px;
2047
1994
  }
2048
-
2049
1995
  .\[\&_svg\]\:ps-pointer-events-none svg {
2050
1996
  pointer-events: none;
2051
1997
  }
2052
-
2053
1998
  .\[\&_svg\]\:ps-size-4 svg {
2054
1999
  width: 1rem;
2055
2000
  height: 1rem;
2056
2001
  }
2057
-
2058
2002
  .\[\&_svg\]\:ps-shrink-0 svg {
2059
2003
  flex-shrink: 0;
2060
2004
  }
2061
-
2062
2005
  .\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
2063
2006
  border-width: 0px;
2064
2007
  }