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