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