@prisma/studio-core 0.0.0-dev.202505091956 → 0.0.0-dev.202505092016

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,15 @@ 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
+ }
1209
1221
  .ps-bg-table-head {
1210
1222
  background-color: hsl(var(--table-head));
1211
1223
  }
@@ -1432,9 +1444,14 @@ video {
1432
1444
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1433
1445
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1434
1446
  }
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);
1447
+ .ps-shadow-\[-2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
1448
+ --tw-shadow: -2px 0 5px -2px rgba(0,0,0,0.1);
1449
+ --tw-shadow-colored: -2px 0 5px -2px var(--tw-shadow-color);
1450
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1451
+ }
1452
+ .ps-shadow-\[2px_0_5px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
1453
+ --tw-shadow: 2px 0 5px -2px rgba(0,0,0,0.1);
1454
+ --tw-shadow-colored: 2px 0 5px -2px var(--tw-shadow-color);
1438
1455
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1439
1456
  }
1440
1457
  .ps-shadow-lg {
@@ -1591,277 +1608,231 @@ body {
1591
1608
  }
1592
1609
  }
1593
1610
 
1611
+ /* Portals are outside the studio DOM scope */
1612
+ [data-radix-popper-content-wrapper] {
1613
+ z-index: 9999 !important;
1614
+ }
1594
1615
  .file\:ps-border-0::file-selector-button {
1595
1616
  border-width: 0px;
1596
1617
  }
1597
-
1598
1618
  .file\:ps-bg-transparent::file-selector-button {
1599
1619
  background-color: transparent;
1600
1620
  }
1601
-
1602
1621
  .file\:ps-text-sm::file-selector-button {
1603
1622
  font-size: 0.875rem;
1604
1623
  line-height: 1.25rem;
1605
1624
  }
1606
-
1607
1625
  .file\:ps-font-medium::file-selector-button {
1608
1626
  font-weight: 500;
1609
1627
  }
1610
-
1611
1628
  .file\:ps-text-foreground::file-selector-button {
1612
1629
  color: hsl(var(--foreground));
1613
1630
  }
1614
-
1615
1631
  .placeholder\:ps-text-muted-foreground::-moz-placeholder {
1616
1632
  color: hsl(var(--muted-foreground));
1617
1633
  }
1618
-
1619
1634
  .placeholder\:ps-text-muted-foreground::placeholder {
1620
1635
  color: hsl(var(--muted-foreground));
1621
1636
  }
1622
-
1623
1637
  .hover\:ps-border-table-border:hover {
1624
1638
  border-color: hsl(var(--table-border));
1625
1639
  }
1626
-
1627
1640
  .hover\:ps-bg-accent:hover {
1628
1641
  background-color: hsl(var(--accent));
1629
1642
  }
1630
-
1631
1643
  .hover\:ps-bg-destructive\/80:hover {
1632
1644
  background-color: hsl(var(--destructive) / 0.8);
1633
1645
  }
1634
-
1635
1646
  .hover\:ps-bg-destructive\/90:hover {
1636
1647
  background-color: hsl(var(--destructive) / 0.9);
1637
1648
  }
1638
-
1639
1649
  .hover\:ps-bg-muted\/50:hover {
1640
1650
  background-color: hsl(var(--muted) / 0.5);
1641
1651
  }
1642
-
1643
1652
  .hover\:ps-bg-primary\/80:hover {
1644
1653
  background-color: hsl(var(--primary) / 0.8);
1645
1654
  }
1646
-
1647
1655
  .hover\:ps-bg-primary\/90:hover {
1648
1656
  background-color: hsl(var(--primary) / 0.9);
1649
1657
  }
1650
-
1651
1658
  .hover\:ps-bg-secondary\/80:hover {
1652
1659
  background-color: hsl(var(--secondary) / 0.8);
1653
1660
  }
1654
-
1655
1661
  .hover\:ps-text-accent-foreground:hover {
1656
1662
  color: hsl(var(--accent-foreground));
1657
1663
  }
1658
-
1659
1664
  .hover\:ps-text-foreground:hover {
1660
1665
  color: hsl(var(--foreground));
1661
1666
  }
1662
-
1663
1667
  .hover\:ps-underline:hover {
1664
1668
  text-decoration-line: underline;
1665
1669
  }
1666
-
1667
1670
  .hover\:ps-opacity-100:hover {
1668
1671
  opacity: 1;
1669
1672
  }
1670
-
1671
1673
  .focus\:ps-bg-accent:focus {
1672
1674
  background-color: hsl(var(--accent));
1673
1675
  }
1674
-
1675
1676
  .focus\:ps-text-accent-foreground:focus {
1676
1677
  color: hsl(var(--accent-foreground));
1677
1678
  }
1678
-
1679
1679
  .focus\:ps-outline-none:focus {
1680
1680
  outline: 2px solid transparent;
1681
1681
  outline-offset: 2px;
1682
1682
  }
1683
-
1684
1683
  .focus\:ps-ring-1:focus {
1685
1684
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1686
1685
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1687
1686
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1688
1687
  }
1689
-
1690
1688
  .focus\:ps-ring-2:focus {
1691
1689
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1692
1690
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1693
1691
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1694
1692
  }
1695
-
1696
1693
  .focus\:ps-ring-ring:focus {
1697
1694
  --tw-ring-color: hsl(var(--ring));
1698
1695
  }
1699
-
1700
1696
  .focus\:ps-ring-offset-2:focus {
1701
1697
  --tw-ring-offset-width: 2px;
1702
1698
  }
1703
-
1704
1699
  .focus-visible\:ps-outline-none:focus-visible {
1705
1700
  outline: 2px solid transparent;
1706
1701
  outline-offset: 2px;
1707
1702
  }
1708
-
1709
1703
  .focus-visible\:ps-ring-0:focus-visible {
1710
1704
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1711
1705
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1712
1706
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1713
1707
  }
1714
-
1715
1708
  .focus-visible\:ps-ring-1:focus-visible {
1716
1709
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1717
1710
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1718
1711
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1719
1712
  }
1720
-
1721
1713
  .focus-visible\:ps-ring-2:focus-visible {
1722
1714
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1723
1715
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1724
1716
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1725
1717
  }
1726
-
1727
1718
  .focus-visible\:ps-ring-ring:focus-visible {
1728
1719
  --tw-ring-color: hsl(var(--ring));
1729
1720
  }
1730
-
1731
1721
  .focus-visible\:ps-ring-offset-2:focus-visible {
1732
1722
  --tw-ring-offset-width: 2px;
1733
1723
  }
1734
-
1735
1724
  .focus-visible\:ps-ring-offset-background:focus-visible {
1736
1725
  --tw-ring-offset-color: hsl(var(--background));
1737
1726
  }
1738
-
1739
1727
  .disabled\:ps-pointer-events-none:disabled {
1740
1728
  pointer-events: none;
1741
1729
  }
1742
-
1743
1730
  .disabled\:ps-cursor-not-allowed:disabled {
1744
1731
  cursor: not-allowed;
1745
1732
  }
1746
-
1747
1733
  .disabled\:ps-opacity-50:disabled {
1748
1734
  opacity: 0.5;
1749
1735
  }
1750
-
1736
+ .ps-group:nth-child(odd) .group-odd\:ps-bg-neutral-50 {
1737
+ --tw-bg-opacity: 1;
1738
+ background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
1739
+ }
1740
+ .ps-group:nth-child(even) .group-even\:ps-bg-white {
1741
+ --tw-bg-opacity: 1;
1742
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1743
+ }
1744
+ .ps-group:hover .group-hover\:ps-bg-neutral-100 {
1745
+ --tw-bg-opacity: 1;
1746
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
1747
+ }
1751
1748
  .ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
1752
1749
  cursor: not-allowed;
1753
1750
  }
1754
-
1755
1751
  .ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
1756
1752
  opacity: 0.7;
1757
1753
  }
1758
-
1759
1754
  .data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
1760
1755
  pointer-events: none;
1761
1756
  }
1762
-
1763
1757
  .data-\[side\=bottom\]\:ps-translate-y-1[data-side="bottom"] {
1764
1758
  --tw-translate-y: 0.25rem;
1765
1759
  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
1760
  }
1767
-
1768
1761
  .data-\[side\=left\]\:ps--translate-x-1[data-side="left"] {
1769
1762
  --tw-translate-x: -0.25rem;
1770
1763
  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
1764
  }
1772
-
1773
1765
  .data-\[side\=right\]\:ps-translate-x-1[data-side="right"] {
1774
1766
  --tw-translate-x: 0.25rem;
1775
1767
  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
1768
  }
1777
-
1778
1769
  .data-\[side\=top\]\:ps--translate-y-1[data-side="top"] {
1779
1770
  --tw-translate-y: -0.25rem;
1780
1771
  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
1772
  }
1782
-
1783
1773
  .data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
1784
1774
  --tw-translate-x: 1rem;
1785
1775
  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
1776
  }
1787
-
1788
1777
  .data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
1789
1778
  --tw-translate-x: 0px;
1790
1779
  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
1780
  }
1792
-
1793
1781
  .data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
1794
1782
  --tw-bg-opacity: 1;
1795
1783
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
1796
1784
  }
1797
-
1798
1785
  .data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
1799
1786
  background-color: hsl(var(--primary));
1800
1787
  }
1801
-
1802
1788
  .data-\[state\=open\]\:ps-bg-accent[data-state="open"] {
1803
1789
  background-color: hsl(var(--accent));
1804
1790
  }
1805
-
1806
1791
  .data-\[state\=open\]\:ps-bg-secondary[data-state="open"] {
1807
1792
  background-color: hsl(var(--secondary));
1808
1793
  }
1809
-
1810
1794
  .data-\[state\=selected\]\:ps-bg-muted[data-state="selected"] {
1811
1795
  background-color: hsl(var(--muted));
1812
1796
  }
1813
-
1814
1797
  .data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
1815
1798
  background-color: hsl(var(--input));
1816
1799
  }
1817
-
1818
1800
  .data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
1819
1801
  color: hsl(var(--foreground));
1820
1802
  }
1821
-
1822
1803
  .data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
1823
1804
  color: hsl(var(--muted-foreground));
1824
1805
  }
1825
-
1826
1806
  .data-\[state\=checked\]\:ps-text-primary-foreground[data-state="checked"] {
1827
1807
  color: hsl(var(--primary-foreground));
1828
1808
  }
1829
-
1830
1809
  .data-\[state\=open\]\:ps-text-accent-foreground[data-state="open"] {
1831
1810
  color: hsl(var(--accent-foreground));
1832
1811
  }
1833
-
1834
1812
  .data-\[state\=open\]\:ps-text-muted-foreground[data-state="open"] {
1835
1813
  color: hsl(var(--muted-foreground));
1836
1814
  }
1837
-
1838
1815
  .data-\[disabled\]\:ps-opacity-50[data-disabled] {
1839
1816
  opacity: 0.5;
1840
1817
  }
1841
-
1842
1818
  .data-\[focus\=true\]\:ps-ring-2[data-focus="true"] {
1843
1819
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1844
1820
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1845
1821
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1846
1822
  }
1847
-
1848
1823
  .data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
1849
1824
  --tw-ring-inset: inset;
1850
1825
  }
1851
-
1852
1826
  .data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
1853
1827
  --tw-ring-opacity: 1;
1854
1828
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
1855
1829
  }
1856
-
1857
1830
  .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1858
1831
  transition-duration: 300ms;
1859
1832
  }
1860
-
1861
1833
  .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1862
1834
  transition-duration: 500ms;
1863
1835
  }
1864
-
1865
1836
  .data-\[state\=open\]\:ps-animate-in[data-state="open"] {
1866
1837
  animation-name: enter;
1867
1838
  animation-duration: 150ms;
@@ -1871,7 +1842,6 @@ body {
1871
1842
  --tw-enter-translate-x: initial;
1872
1843
  --tw-enter-translate-y: initial;
1873
1844
  }
1874
-
1875
1845
  .data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
1876
1846
  animation-name: exit;
1877
1847
  animation-duration: 150ms;
@@ -1881,95 +1851,72 @@ body {
1881
1851
  --tw-exit-translate-x: initial;
1882
1852
  --tw-exit-translate-y: initial;
1883
1853
  }
1884
-
1885
1854
  .data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
1886
1855
  --tw-exit-opacity: 0;
1887
1856
  }
1888
-
1889
1857
  .data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
1890
1858
  --tw-enter-opacity: 0;
1891
1859
  }
1892
-
1893
1860
  .data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
1894
1861
  --tw-exit-scale: .95;
1895
1862
  }
1896
-
1897
1863
  .data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
1898
1864
  --tw-enter-scale: .95;
1899
1865
  }
1900
-
1901
1866
  .data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
1902
1867
  --tw-enter-translate-y: -0.5rem;
1903
1868
  }
1904
-
1905
1869
  .data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
1906
1870
  --tw-enter-translate-x: 0.5rem;
1907
1871
  }
1908
-
1909
1872
  .data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
1910
1873
  --tw-enter-translate-x: -0.5rem;
1911
1874
  }
1912
-
1913
1875
  .data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
1914
1876
  --tw-enter-translate-y: 0.5rem;
1915
1877
  }
1916
-
1917
1878
  .data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
1918
1879
  --tw-exit-translate-y: 100%;
1919
1880
  }
1920
-
1921
1881
  .data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
1922
1882
  --tw-exit-translate-x: -100%;
1923
1883
  }
1924
-
1925
1884
  .data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
1926
1885
  --tw-exit-translate-x: -50%;
1927
1886
  }
1928
-
1929
1887
  .data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
1930
1888
  --tw-exit-translate-x: 100%;
1931
1889
  }
1932
-
1933
1890
  .data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
1934
1891
  --tw-exit-translate-y: -100%;
1935
1892
  }
1936
-
1937
1893
  .data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
1938
1894
  --tw-exit-translate-y: -48%;
1939
1895
  }
1940
-
1941
1896
  .data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
1942
1897
  --tw-enter-translate-y: 100%;
1943
1898
  }
1944
-
1945
1899
  .data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
1946
1900
  --tw-enter-translate-x: -100%;
1947
1901
  }
1948
-
1949
1902
  .data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
1950
1903
  --tw-enter-translate-x: -50%;
1951
1904
  }
1952
-
1953
1905
  .data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
1954
1906
  --tw-enter-translate-x: 100%;
1955
1907
  }
1956
-
1957
1908
  .data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
1958
1909
  --tw-enter-translate-y: -100%;
1959
1910
  }
1960
-
1961
1911
  .data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
1962
1912
  --tw-enter-translate-y: -48%;
1963
1913
  }
1964
-
1965
1914
  .data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
1966
1915
  animation-duration: 300ms;
1967
1916
  }
1968
-
1969
1917
  .data-\[state\=open\]\:ps-duration-500[data-state="open"] {
1970
1918
  animation-duration: 500ms;
1971
1919
  }
1972
-
1973
1920
  @media (min-width: 640px) {
1974
1921
 
1975
1922
  .sm\:ps-max-w-sm {
@@ -1998,7 +1945,6 @@ body {
1998
1945
  text-align: left;
1999
1946
  }
2000
1947
  }
2001
-
2002
1948
  @media (min-width: 768px) {
2003
1949
 
2004
1950
  .md\:ps-text-sm {
@@ -2006,44 +1952,35 @@ body {
2006
1952
  line-height: 1.25rem;
2007
1953
  }
2008
1954
  }
2009
-
2010
1955
  .\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
2011
1956
  border-bottom-width: 0px;
2012
1957
  }
2013
-
2014
1958
  .\[\&\>span\]\:ps-line-clamp-1>span {
2015
1959
  overflow: hidden;
2016
1960
  display: -webkit-box;
2017
1961
  -webkit-box-orient: vertical;
2018
1962
  -webkit-line-clamp: 1;
2019
1963
  }
2020
-
2021
1964
  .\[\&\>svg\]\:ps-size-4>svg {
2022
1965
  width: 1rem;
2023
1966
  height: 1rem;
2024
1967
  }
2025
-
2026
1968
  .\[\&\>svg\]\:ps-shrink-0>svg {
2027
1969
  flex-shrink: 0;
2028
1970
  }
2029
-
2030
1971
  .\[\&\>tr\]\:last\:ps-border-b-0:last-child>tr {
2031
1972
  border-bottom-width: 0px;
2032
1973
  }
2033
-
2034
1974
  .\[\&_svg\]\:ps-pointer-events-none svg {
2035
1975
  pointer-events: none;
2036
1976
  }
2037
-
2038
1977
  .\[\&_svg\]\:ps-size-4 svg {
2039
1978
  width: 1rem;
2040
1979
  height: 1rem;
2041
1980
  }
2042
-
2043
1981
  .\[\&_svg\]\:ps-shrink-0 svg {
2044
1982
  flex-shrink: 0;
2045
1983
  }
2046
-
2047
1984
  .\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
2048
1985
  border-width: 0px;
2049
1986
  }