@prisma/studio-core 0.0.0-dev.202505091944 → 0.0.0-dev.202505091950

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
  }
@@ -747,6 +757,9 @@ video {
747
757
  .ps-h-\[2px\] {
748
758
  height: 2px;
749
759
  }
760
+ .ps-h-\[39px\] {
761
+ height: 39px;
762
+ }
750
763
  .ps-h-\[var\(--radix-select-trigger-height\)\] {
751
764
  height: var(--radix-select-trigger-height);
752
765
  }
@@ -768,6 +781,9 @@ video {
768
781
  .ps-max-h-\[--radix-select-content-available-height\] {
769
782
  max-height: var(--radix-select-content-available-height);
770
783
  }
784
+ .ps-max-h-\[520px\] {
785
+ max-height: 520px;
786
+ }
771
787
  .ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
772
788
  max-height: var(--radix-dropdown-menu-content-available-height);
773
789
  }
@@ -870,13 +886,15 @@ video {
870
886
  .ps-min-w-full {
871
887
  min-width: 100%;
872
888
  }
889
+ .ps-max-w-72 {
890
+ max-width: 18rem;
891
+ }
892
+ .ps-max-w-\[500px\] {
893
+ max-width: 500px;
894
+ }
873
895
  .ps-max-w-lg {
874
896
  max-width: 32rem;
875
897
  }
876
- .ps-max-w-min {
877
- max-width: -moz-min-content;
878
- max-width: min-content;
879
- }
880
898
  .ps-flex-1 {
881
899
  flex: 1 1 0%;
882
900
  }
@@ -1051,6 +1069,9 @@ video {
1051
1069
  .ps-self-start {
1052
1070
  align-self: flex-start;
1053
1071
  }
1072
+ .ps-self-end {
1073
+ align-self: flex-end;
1074
+ }
1054
1075
  .ps-overflow-auto {
1055
1076
  overflow: auto;
1056
1077
  }
@@ -1134,10 +1155,6 @@ video {
1134
1155
  .ps-border-none {
1135
1156
  border-style: none;
1136
1157
  }
1137
- .ps-border-blue-500 {
1138
- --tw-border-opacity: 1;
1139
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
1140
- }
1141
1158
  .ps-border-input {
1142
1159
  border-color: hsl(var(--input));
1143
1160
  }
@@ -1169,9 +1186,8 @@ video {
1169
1186
  .ps-bg-destructive {
1170
1187
  background-color: hsl(var(--destructive));
1171
1188
  }
1172
- .ps-bg-gray-200 {
1173
- --tw-bg-opacity: 1;
1174
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
1189
+ .ps-bg-foreground\/10 {
1190
+ background-color: hsl(var(--foreground) / 0.1);
1175
1191
  }
1176
1192
  .ps-bg-muted {
1177
1193
  background-color: hsl(var(--muted));
@@ -1193,19 +1209,18 @@ video {
1193
1209
  .ps-bg-primary {
1194
1210
  background-color: hsl(var(--primary));
1195
1211
  }
1196
- .ps-bg-primary\/10 {
1197
- background-color: hsl(var(--primary) / 0.1);
1198
- }
1199
- .ps-bg-purple-600 {
1200
- --tw-bg-opacity: 1;
1201
- background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
1202
- }
1203
1212
  .ps-bg-secondary {
1204
1213
  background-color: hsl(var(--secondary));
1205
1214
  }
1206
1215
  .ps-bg-slate-50\/50 {
1207
1216
  background-color: rgb(248 250 252 / 0.5);
1208
1217
  }
1218
+ .ps-bg-table-border {
1219
+ background-color: hsl(var(--table-border));
1220
+ }
1221
+ .ps-bg-table-cell-odd {
1222
+ background-color: hsl(var(--table-cell-odd));
1223
+ }
1209
1224
  .ps-bg-table-head {
1210
1225
  background-color: hsl(var(--table-head));
1211
1226
  }
@@ -1432,9 +1447,14 @@ video {
1432
1447
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1433
1448
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1434
1449
  }
1435
- .ps-shadow-\[-1px_0_0_0_hsl\(var\(--border\)\)\] {
1436
- --tw-shadow: -1px 0 0 0 hsl(var(--border));
1437
- --tw-shadow-colored: -1px 0 0 0 var(--tw-shadow-color);
1450
+ .ps-shadow-\[-2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
1451
+ --tw-shadow: -2px 0 5px -2px rgba(0,0,0,0.1);
1452
+ --tw-shadow-colored: -2px 0 5px -2px var(--tw-shadow-color);
1453
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1454
+ }
1455
+ .ps-shadow-\[2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
1456
+ --tw-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
1457
+ --tw-shadow-colored: 2px 0 5px -2px var(--tw-shadow-color);
1438
1458
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1439
1459
  }
1440
1460
  .ps-shadow-lg {
@@ -1591,277 +1611,219 @@ body {
1591
1611
  }
1592
1612
  }
1593
1613
 
1614
+ /* Portals are outside the studio DOM scope */
1615
+ [data-radix-popper-content-wrapper] {
1616
+ z-index: 9999 !important;
1617
+ }
1594
1618
  .file\:ps-border-0::file-selector-button {
1595
1619
  border-width: 0px;
1596
1620
  }
1597
-
1598
1621
  .file\:ps-bg-transparent::file-selector-button {
1599
1622
  background-color: transparent;
1600
1623
  }
1601
-
1602
1624
  .file\:ps-text-sm::file-selector-button {
1603
1625
  font-size: 0.875rem;
1604
1626
  line-height: 1.25rem;
1605
1627
  }
1606
-
1607
1628
  .file\:ps-font-medium::file-selector-button {
1608
1629
  font-weight: 500;
1609
1630
  }
1610
-
1611
1631
  .file\:ps-text-foreground::file-selector-button {
1612
1632
  color: hsl(var(--foreground));
1613
1633
  }
1614
-
1615
1634
  .placeholder\:ps-text-muted-foreground::-moz-placeholder {
1616
1635
  color: hsl(var(--muted-foreground));
1617
1636
  }
1618
-
1619
1637
  .placeholder\:ps-text-muted-foreground::placeholder {
1620
1638
  color: hsl(var(--muted-foreground));
1621
1639
  }
1622
-
1623
1640
  .hover\:ps-border-table-border:hover {
1624
1641
  border-color: hsl(var(--table-border));
1625
1642
  }
1626
-
1627
1643
  .hover\:ps-bg-accent:hover {
1628
1644
  background-color: hsl(var(--accent));
1629
1645
  }
1630
-
1631
1646
  .hover\:ps-bg-destructive\/80:hover {
1632
1647
  background-color: hsl(var(--destructive) / 0.8);
1633
1648
  }
1634
-
1635
1649
  .hover\:ps-bg-destructive\/90:hover {
1636
1650
  background-color: hsl(var(--destructive) / 0.9);
1637
1651
  }
1638
-
1639
1652
  .hover\:ps-bg-muted\/50:hover {
1640
1653
  background-color: hsl(var(--muted) / 0.5);
1641
1654
  }
1642
-
1643
1655
  .hover\:ps-bg-primary\/80:hover {
1644
1656
  background-color: hsl(var(--primary) / 0.8);
1645
1657
  }
1646
-
1647
1658
  .hover\:ps-bg-primary\/90:hover {
1648
1659
  background-color: hsl(var(--primary) / 0.9);
1649
1660
  }
1650
-
1651
1661
  .hover\:ps-bg-secondary\/80:hover {
1652
1662
  background-color: hsl(var(--secondary) / 0.8);
1653
1663
  }
1654
-
1655
1664
  .hover\:ps-text-accent-foreground:hover {
1656
1665
  color: hsl(var(--accent-foreground));
1657
1666
  }
1658
-
1659
1667
  .hover\:ps-text-foreground:hover {
1660
1668
  color: hsl(var(--foreground));
1661
1669
  }
1662
-
1663
1670
  .hover\:ps-underline:hover {
1664
1671
  text-decoration-line: underline;
1665
1672
  }
1666
-
1667
1673
  .hover\:ps-opacity-100:hover {
1668
1674
  opacity: 1;
1669
1675
  }
1670
-
1671
1676
  .focus\:ps-bg-accent:focus {
1672
1677
  background-color: hsl(var(--accent));
1673
1678
  }
1674
-
1675
1679
  .focus\:ps-text-accent-foreground:focus {
1676
1680
  color: hsl(var(--accent-foreground));
1677
1681
  }
1678
-
1679
1682
  .focus\:ps-outline-none:focus {
1680
1683
  outline: 2px solid transparent;
1681
1684
  outline-offset: 2px;
1682
1685
  }
1683
-
1684
1686
  .focus\:ps-ring-1:focus {
1685
1687
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1686
1688
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1687
1689
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1688
1690
  }
1689
-
1690
1691
  .focus\:ps-ring-2:focus {
1691
1692
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1692
1693
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1693
1694
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1694
1695
  }
1695
-
1696
1696
  .focus\:ps-ring-ring:focus {
1697
1697
  --tw-ring-color: hsl(var(--ring));
1698
1698
  }
1699
-
1700
1699
  .focus\:ps-ring-offset-2:focus {
1701
1700
  --tw-ring-offset-width: 2px;
1702
1701
  }
1703
-
1704
1702
  .focus-visible\:ps-outline-none:focus-visible {
1705
1703
  outline: 2px solid transparent;
1706
1704
  outline-offset: 2px;
1707
1705
  }
1708
-
1709
1706
  .focus-visible\:ps-ring-0:focus-visible {
1710
1707
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1711
1708
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1712
1709
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1713
1710
  }
1714
-
1715
1711
  .focus-visible\:ps-ring-1:focus-visible {
1716
1712
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1717
1713
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1718
1714
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1719
1715
  }
1720
-
1721
1716
  .focus-visible\:ps-ring-2:focus-visible {
1722
1717
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1723
1718
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1724
1719
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1725
1720
  }
1726
-
1727
1721
  .focus-visible\:ps-ring-ring:focus-visible {
1728
1722
  --tw-ring-color: hsl(var(--ring));
1729
1723
  }
1730
-
1731
1724
  .focus-visible\:ps-ring-offset-2:focus-visible {
1732
1725
  --tw-ring-offset-width: 2px;
1733
1726
  }
1734
-
1735
1727
  .focus-visible\:ps-ring-offset-background:focus-visible {
1736
1728
  --tw-ring-offset-color: hsl(var(--background));
1737
1729
  }
1738
-
1739
1730
  .disabled\:ps-pointer-events-none:disabled {
1740
1731
  pointer-events: none;
1741
1732
  }
1742
-
1743
1733
  .disabled\:ps-cursor-not-allowed:disabled {
1744
1734
  cursor: not-allowed;
1745
1735
  }
1746
-
1747
1736
  .disabled\:ps-opacity-50:disabled {
1748
1737
  opacity: 0.5;
1749
1738
  }
1750
-
1751
1739
  .ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
1752
1740
  cursor: not-allowed;
1753
1741
  }
1754
-
1755
1742
  .ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
1756
1743
  opacity: 0.7;
1757
1744
  }
1758
-
1759
1745
  .data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
1760
1746
  pointer-events: none;
1761
1747
  }
1762
-
1763
1748
  .data-\[side\=bottom\]\:ps-translate-y-1[data-side="bottom"] {
1764
1749
  --tw-translate-y: 0.25rem;
1765
1750
  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));
1766
1751
  }
1767
-
1768
1752
  .data-\[side\=left\]\:ps--translate-x-1[data-side="left"] {
1769
1753
  --tw-translate-x: -0.25rem;
1770
1754
  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));
1771
1755
  }
1772
-
1773
1756
  .data-\[side\=right\]\:ps-translate-x-1[data-side="right"] {
1774
1757
  --tw-translate-x: 0.25rem;
1775
1758
  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));
1776
1759
  }
1777
-
1778
1760
  .data-\[side\=top\]\:ps--translate-y-1[data-side="top"] {
1779
1761
  --tw-translate-y: -0.25rem;
1780
1762
  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
1763
  }
1782
-
1783
1764
  .data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
1784
1765
  --tw-translate-x: 1rem;
1785
1766
  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
1767
  }
1787
-
1788
1768
  .data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
1789
1769
  --tw-translate-x: 0px;
1790
1770
  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
1771
  }
1792
-
1793
1772
  .data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
1794
1773
  --tw-bg-opacity: 1;
1795
1774
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
1796
1775
  }
1797
-
1798
1776
  .data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
1799
1777
  background-color: hsl(var(--primary));
1800
1778
  }
1801
-
1802
1779
  .data-\[state\=open\]\:ps-bg-accent[data-state="open"] {
1803
1780
  background-color: hsl(var(--accent));
1804
1781
  }
1805
-
1806
1782
  .data-\[state\=open\]\:ps-bg-secondary[data-state="open"] {
1807
1783
  background-color: hsl(var(--secondary));
1808
1784
  }
1809
-
1810
1785
  .data-\[state\=selected\]\:ps-bg-muted[data-state="selected"] {
1811
1786
  background-color: hsl(var(--muted));
1812
1787
  }
1813
-
1814
1788
  .data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
1815
1789
  background-color: hsl(var(--input));
1816
1790
  }
1817
-
1818
1791
  .data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
1819
1792
  color: hsl(var(--foreground));
1820
1793
  }
1821
-
1822
1794
  .data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
1823
1795
  color: hsl(var(--muted-foreground));
1824
1796
  }
1825
-
1826
1797
  .data-\[state\=checked\]\:ps-text-primary-foreground[data-state="checked"] {
1827
1798
  color: hsl(var(--primary-foreground));
1828
1799
  }
1829
-
1830
1800
  .data-\[state\=open\]\:ps-text-accent-foreground[data-state="open"] {
1831
1801
  color: hsl(var(--accent-foreground));
1832
1802
  }
1833
-
1834
1803
  .data-\[state\=open\]\:ps-text-muted-foreground[data-state="open"] {
1835
1804
  color: hsl(var(--muted-foreground));
1836
1805
  }
1837
-
1838
1806
  .data-\[disabled\]\:ps-opacity-50[data-disabled] {
1839
1807
  opacity: 0.5;
1840
1808
  }
1841
-
1842
1809
  .data-\[focus\=true\]\:ps-ring-2[data-focus="true"] {
1843
1810
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1844
1811
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1845
1812
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1846
1813
  }
1847
-
1848
1814
  .data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
1849
1815
  --tw-ring-inset: inset;
1850
1816
  }
1851
-
1852
1817
  .data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
1853
1818
  --tw-ring-opacity: 1;
1854
1819
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
1855
1820
  }
1856
-
1857
1821
  .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1858
1822
  transition-duration: 300ms;
1859
1823
  }
1860
-
1861
1824
  .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1862
1825
  transition-duration: 500ms;
1863
1826
  }
1864
-
1865
1827
  .data-\[state\=open\]\:ps-animate-in[data-state="open"] {
1866
1828
  animation-name: enter;
1867
1829
  animation-duration: 150ms;
@@ -1871,7 +1833,6 @@ body {
1871
1833
  --tw-enter-translate-x: initial;
1872
1834
  --tw-enter-translate-y: initial;
1873
1835
  }
1874
-
1875
1836
  .data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
1876
1837
  animation-name: exit;
1877
1838
  animation-duration: 150ms;
@@ -1881,95 +1842,72 @@ body {
1881
1842
  --tw-exit-translate-x: initial;
1882
1843
  --tw-exit-translate-y: initial;
1883
1844
  }
1884
-
1885
1845
  .data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
1886
1846
  --tw-exit-opacity: 0;
1887
1847
  }
1888
-
1889
1848
  .data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
1890
1849
  --tw-enter-opacity: 0;
1891
1850
  }
1892
-
1893
1851
  .data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
1894
1852
  --tw-exit-scale: .95;
1895
1853
  }
1896
-
1897
1854
  .data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
1898
1855
  --tw-enter-scale: .95;
1899
1856
  }
1900
-
1901
1857
  .data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
1902
1858
  --tw-enter-translate-y: -0.5rem;
1903
1859
  }
1904
-
1905
1860
  .data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
1906
1861
  --tw-enter-translate-x: 0.5rem;
1907
1862
  }
1908
-
1909
1863
  .data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
1910
1864
  --tw-enter-translate-x: -0.5rem;
1911
1865
  }
1912
-
1913
1866
  .data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
1914
1867
  --tw-enter-translate-y: 0.5rem;
1915
1868
  }
1916
-
1917
1869
  .data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
1918
1870
  --tw-exit-translate-y: 100%;
1919
1871
  }
1920
-
1921
1872
  .data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
1922
1873
  --tw-exit-translate-x: -100%;
1923
1874
  }
1924
-
1925
1875
  .data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
1926
1876
  --tw-exit-translate-x: -50%;
1927
1877
  }
1928
-
1929
1878
  .data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
1930
1879
  --tw-exit-translate-x: 100%;
1931
1880
  }
1932
-
1933
1881
  .data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
1934
1882
  --tw-exit-translate-y: -100%;
1935
1883
  }
1936
-
1937
1884
  .data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
1938
1885
  --tw-exit-translate-y: -48%;
1939
1886
  }
1940
-
1941
1887
  .data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
1942
1888
  --tw-enter-translate-y: 100%;
1943
1889
  }
1944
-
1945
1890
  .data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
1946
1891
  --tw-enter-translate-x: -100%;
1947
1892
  }
1948
-
1949
1893
  .data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
1950
1894
  --tw-enter-translate-x: -50%;
1951
1895
  }
1952
-
1953
1896
  .data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
1954
1897
  --tw-enter-translate-x: 100%;
1955
1898
  }
1956
-
1957
1899
  .data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
1958
1900
  --tw-enter-translate-y: -100%;
1959
1901
  }
1960
-
1961
1902
  .data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
1962
1903
  --tw-enter-translate-y: -48%;
1963
1904
  }
1964
-
1965
1905
  .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1966
1906
  animation-duration: 300ms;
1967
1907
  }
1968
-
1969
1908
  .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1970
1909
  animation-duration: 500ms;
1971
1910
  }
1972
-
1973
1911
  @media (min-width: 640px) {
1974
1912
 
1975
1913
  .sm\:ps-max-w-sm {
@@ -1998,7 +1936,6 @@ body {
1998
1936
  text-align: left;
1999
1937
  }
2000
1938
  }
2001
-
2002
1939
  @media (min-width: 768px) {
2003
1940
 
2004
1941
  .md\:ps-text-sm {
@@ -2006,44 +1943,35 @@ body {
2006
1943
  line-height: 1.25rem;
2007
1944
  }
2008
1945
  }
2009
-
2010
1946
  .\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
2011
1947
  border-bottom-width: 0px;
2012
1948
  }
2013
-
2014
1949
  .\[\&\>span\]\:ps-line-clamp-1>span {
2015
1950
  overflow: hidden;
2016
1951
  display: -webkit-box;
2017
1952
  -webkit-box-orient: vertical;
2018
1953
  -webkit-line-clamp: 1;
2019
1954
  }
2020
-
2021
1955
  .\[\&\>svg\]\:ps-size-4>svg {
2022
1956
  width: 1rem;
2023
1957
  height: 1rem;
2024
1958
  }
2025
-
2026
1959
  .\[\&\>svg\]\:ps-shrink-0>svg {
2027
1960
  flex-shrink: 0;
2028
1961
  }
2029
-
2030
1962
  .\[\&\>tr\]\:last\:ps-border-b-0:last-child>tr {
2031
1963
  border-bottom-width: 0px;
2032
1964
  }
2033
-
2034
1965
  .\[\&_svg\]\:ps-pointer-events-none svg {
2035
1966
  pointer-events: none;
2036
1967
  }
2037
-
2038
1968
  .\[\&_svg\]\:ps-size-4 svg {
2039
1969
  width: 1rem;
2040
1970
  height: 1rem;
2041
1971
  }
2042
-
2043
1972
  .\[\&_svg\]\:ps-shrink-0 svg {
2044
1973
  flex-shrink: 0;
2045
1974
  }
2046
-
2047
1975
  .\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
2048
1976
  border-width: 0px;
2049
1977
  }