@prisma/studio-core 0.0.0-dev.202505091316 → 0.0.0-dev.202505091944
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 +31 -31
- package/dist/ui/index.css +143 -66
- 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%;
|
|
@@ -544,33 +541,30 @@ video {
|
|
|
544
541
|
--studio-cell-height: 38px;
|
|
545
542
|
}
|
|
546
543
|
.dark {
|
|
547
|
-
|
|
548
|
-
--
|
|
549
|
-
--
|
|
550
|
-
--card:
|
|
551
|
-
--
|
|
552
|
-
--popover:
|
|
553
|
-
--
|
|
554
|
-
--primary:
|
|
555
|
-
--
|
|
556
|
-
--secondary:
|
|
557
|
-
--
|
|
558
|
-
--muted:
|
|
559
|
-
--
|
|
560
|
-
--accent:
|
|
561
|
-
--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%;
|
|
562
558
|
--destructive: 0 62.8% 30.6%;
|
|
563
|
-
--destructive-foreground:
|
|
564
|
-
--border:
|
|
565
|
-
--input:
|
|
566
|
-
--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%;
|
|
567
563
|
--chart-1: 220 70% 50%;
|
|
568
564
|
--chart-2: 160 60% 45%;
|
|
569
565
|
--chart-3: 30 80% 55%;
|
|
570
566
|
--chart-4: 280 65% 60%;
|
|
571
567
|
--chart-5: 340 75% 55%;
|
|
572
|
-
|
|
573
|
-
/* Studio */
|
|
574
568
|
--sidebar-background: 240 5.9% 10%;
|
|
575
569
|
--sidebar-foreground: 240 4.8% 95.9%;
|
|
576
570
|
--sidebar-primary: 224.3 76.3% 48%;
|
|
@@ -774,9 +768,6 @@ video {
|
|
|
774
768
|
.ps-max-h-\[--radix-select-content-available-height\] {
|
|
775
769
|
max-height: var(--radix-select-content-available-height);
|
|
776
770
|
}
|
|
777
|
-
.ps-max-h-\[520px\] {
|
|
778
|
-
max-height: 520px;
|
|
779
|
-
}
|
|
780
771
|
.ps-max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
|
|
781
772
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
782
773
|
}
|
|
@@ -879,15 +870,13 @@ video {
|
|
|
879
870
|
.ps-min-w-full {
|
|
880
871
|
min-width: 100%;
|
|
881
872
|
}
|
|
882
|
-
.ps-max-w-72 {
|
|
883
|
-
max-width: 18rem;
|
|
884
|
-
}
|
|
885
|
-
.ps-max-w-\[500px\] {
|
|
886
|
-
max-width: 500px;
|
|
887
|
-
}
|
|
888
873
|
.ps-max-w-lg {
|
|
889
874
|
max-width: 32rem;
|
|
890
875
|
}
|
|
876
|
+
.ps-max-w-min {
|
|
877
|
+
max-width: -moz-min-content;
|
|
878
|
+
max-width: min-content;
|
|
879
|
+
}
|
|
891
880
|
.ps-flex-1 {
|
|
892
881
|
flex: 1 1 0%;
|
|
893
882
|
}
|
|
@@ -1062,9 +1051,6 @@ video {
|
|
|
1062
1051
|
.ps-self-start {
|
|
1063
1052
|
align-self: flex-start;
|
|
1064
1053
|
}
|
|
1065
|
-
.ps-self-end {
|
|
1066
|
-
align-self: flex-end;
|
|
1067
|
-
}
|
|
1068
1054
|
.ps-overflow-auto {
|
|
1069
1055
|
overflow: auto;
|
|
1070
1056
|
}
|
|
@@ -1148,6 +1134,10 @@ video {
|
|
|
1148
1134
|
.ps-border-none {
|
|
1149
1135
|
border-style: none;
|
|
1150
1136
|
}
|
|
1137
|
+
.ps-border-blue-500 {
|
|
1138
|
+
--tw-border-opacity: 1;
|
|
1139
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
|
|
1140
|
+
}
|
|
1151
1141
|
.ps-border-input {
|
|
1152
1142
|
border-color: hsl(var(--input));
|
|
1153
1143
|
}
|
|
@@ -1179,9 +1169,6 @@ video {
|
|
|
1179
1169
|
.ps-bg-destructive {
|
|
1180
1170
|
background-color: hsl(var(--destructive));
|
|
1181
1171
|
}
|
|
1182
|
-
.ps-bg-foreground\/10 {
|
|
1183
|
-
background-color: hsl(var(--foreground) / 0.1);
|
|
1184
|
-
}
|
|
1185
1172
|
.ps-bg-gray-200 {
|
|
1186
1173
|
--tw-bg-opacity: 1;
|
|
1187
1174
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
|
|
@@ -1206,6 +1193,9 @@ video {
|
|
|
1206
1193
|
.ps-bg-primary {
|
|
1207
1194
|
background-color: hsl(var(--primary));
|
|
1208
1195
|
}
|
|
1196
|
+
.ps-bg-primary\/10 {
|
|
1197
|
+
background-color: hsl(var(--primary) / 0.1);
|
|
1198
|
+
}
|
|
1209
1199
|
.ps-bg-purple-600 {
|
|
1210
1200
|
--tw-bg-opacity: 1;
|
|
1211
1201
|
background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
|
|
@@ -1442,14 +1432,9 @@ video {
|
|
|
1442
1432
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1443
1433
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1444
1434
|
}
|
|
1445
|
-
.ps-shadow-\[-
|
|
1446
|
-
--tw-shadow: -
|
|
1447
|
-
--tw-shadow-colored: -
|
|
1448
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1449
|
-
}
|
|
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);
|
|
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);
|
|
1453
1438
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1454
1439
|
}
|
|
1455
1440
|
.ps-shadow-lg {
|
|
@@ -1606,219 +1591,277 @@ body {
|
|
|
1606
1591
|
}
|
|
1607
1592
|
}
|
|
1608
1593
|
|
|
1609
|
-
/* Portals are outside the studio DOM scope */
|
|
1610
|
-
[data-radix-popper-content-wrapper] {
|
|
1611
|
-
z-index: 9999 !important;
|
|
1612
|
-
}
|
|
1613
1594
|
.file\:ps-border-0::file-selector-button {
|
|
1614
1595
|
border-width: 0px;
|
|
1615
1596
|
}
|
|
1597
|
+
|
|
1616
1598
|
.file\:ps-bg-transparent::file-selector-button {
|
|
1617
1599
|
background-color: transparent;
|
|
1618
1600
|
}
|
|
1601
|
+
|
|
1619
1602
|
.file\:ps-text-sm::file-selector-button {
|
|
1620
1603
|
font-size: 0.875rem;
|
|
1621
1604
|
line-height: 1.25rem;
|
|
1622
1605
|
}
|
|
1606
|
+
|
|
1623
1607
|
.file\:ps-font-medium::file-selector-button {
|
|
1624
1608
|
font-weight: 500;
|
|
1625
1609
|
}
|
|
1610
|
+
|
|
1626
1611
|
.file\:ps-text-foreground::file-selector-button {
|
|
1627
1612
|
color: hsl(var(--foreground));
|
|
1628
1613
|
}
|
|
1614
|
+
|
|
1629
1615
|
.placeholder\:ps-text-muted-foreground::-moz-placeholder {
|
|
1630
1616
|
color: hsl(var(--muted-foreground));
|
|
1631
1617
|
}
|
|
1618
|
+
|
|
1632
1619
|
.placeholder\:ps-text-muted-foreground::placeholder {
|
|
1633
1620
|
color: hsl(var(--muted-foreground));
|
|
1634
1621
|
}
|
|
1622
|
+
|
|
1635
1623
|
.hover\:ps-border-table-border:hover {
|
|
1636
1624
|
border-color: hsl(var(--table-border));
|
|
1637
1625
|
}
|
|
1626
|
+
|
|
1638
1627
|
.hover\:ps-bg-accent:hover {
|
|
1639
1628
|
background-color: hsl(var(--accent));
|
|
1640
1629
|
}
|
|
1630
|
+
|
|
1641
1631
|
.hover\:ps-bg-destructive\/80:hover {
|
|
1642
1632
|
background-color: hsl(var(--destructive) / 0.8);
|
|
1643
1633
|
}
|
|
1634
|
+
|
|
1644
1635
|
.hover\:ps-bg-destructive\/90:hover {
|
|
1645
1636
|
background-color: hsl(var(--destructive) / 0.9);
|
|
1646
1637
|
}
|
|
1638
|
+
|
|
1647
1639
|
.hover\:ps-bg-muted\/50:hover {
|
|
1648
1640
|
background-color: hsl(var(--muted) / 0.5);
|
|
1649
1641
|
}
|
|
1642
|
+
|
|
1650
1643
|
.hover\:ps-bg-primary\/80:hover {
|
|
1651
1644
|
background-color: hsl(var(--primary) / 0.8);
|
|
1652
1645
|
}
|
|
1646
|
+
|
|
1653
1647
|
.hover\:ps-bg-primary\/90:hover {
|
|
1654
1648
|
background-color: hsl(var(--primary) / 0.9);
|
|
1655
1649
|
}
|
|
1650
|
+
|
|
1656
1651
|
.hover\:ps-bg-secondary\/80:hover {
|
|
1657
1652
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1658
1653
|
}
|
|
1654
|
+
|
|
1659
1655
|
.hover\:ps-text-accent-foreground:hover {
|
|
1660
1656
|
color: hsl(var(--accent-foreground));
|
|
1661
1657
|
}
|
|
1658
|
+
|
|
1662
1659
|
.hover\:ps-text-foreground:hover {
|
|
1663
1660
|
color: hsl(var(--foreground));
|
|
1664
1661
|
}
|
|
1662
|
+
|
|
1665
1663
|
.hover\:ps-underline:hover {
|
|
1666
1664
|
text-decoration-line: underline;
|
|
1667
1665
|
}
|
|
1666
|
+
|
|
1668
1667
|
.hover\:ps-opacity-100:hover {
|
|
1669
1668
|
opacity: 1;
|
|
1670
1669
|
}
|
|
1670
|
+
|
|
1671
1671
|
.focus\:ps-bg-accent:focus {
|
|
1672
1672
|
background-color: hsl(var(--accent));
|
|
1673
1673
|
}
|
|
1674
|
+
|
|
1674
1675
|
.focus\:ps-text-accent-foreground:focus {
|
|
1675
1676
|
color: hsl(var(--accent-foreground));
|
|
1676
1677
|
}
|
|
1678
|
+
|
|
1677
1679
|
.focus\:ps-outline-none:focus {
|
|
1678
1680
|
outline: 2px solid transparent;
|
|
1679
1681
|
outline-offset: 2px;
|
|
1680
1682
|
}
|
|
1683
|
+
|
|
1681
1684
|
.focus\:ps-ring-1:focus {
|
|
1682
1685
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1683
1686
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1684
1687
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1685
1688
|
}
|
|
1689
|
+
|
|
1686
1690
|
.focus\:ps-ring-2:focus {
|
|
1687
1691
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1688
1692
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1689
1693
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1690
1694
|
}
|
|
1695
|
+
|
|
1691
1696
|
.focus\:ps-ring-ring:focus {
|
|
1692
1697
|
--tw-ring-color: hsl(var(--ring));
|
|
1693
1698
|
}
|
|
1699
|
+
|
|
1694
1700
|
.focus\:ps-ring-offset-2:focus {
|
|
1695
1701
|
--tw-ring-offset-width: 2px;
|
|
1696
1702
|
}
|
|
1703
|
+
|
|
1697
1704
|
.focus-visible\:ps-outline-none:focus-visible {
|
|
1698
1705
|
outline: 2px solid transparent;
|
|
1699
1706
|
outline-offset: 2px;
|
|
1700
1707
|
}
|
|
1708
|
+
|
|
1701
1709
|
.focus-visible\:ps-ring-0:focus-visible {
|
|
1702
1710
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1703
1711
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1704
1712
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1705
1713
|
}
|
|
1714
|
+
|
|
1706
1715
|
.focus-visible\:ps-ring-1:focus-visible {
|
|
1707
1716
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1708
1717
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1709
1718
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1710
1719
|
}
|
|
1720
|
+
|
|
1711
1721
|
.focus-visible\:ps-ring-2:focus-visible {
|
|
1712
1722
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1713
1723
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1714
1724
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1715
1725
|
}
|
|
1726
|
+
|
|
1716
1727
|
.focus-visible\:ps-ring-ring:focus-visible {
|
|
1717
1728
|
--tw-ring-color: hsl(var(--ring));
|
|
1718
1729
|
}
|
|
1730
|
+
|
|
1719
1731
|
.focus-visible\:ps-ring-offset-2:focus-visible {
|
|
1720
1732
|
--tw-ring-offset-width: 2px;
|
|
1721
1733
|
}
|
|
1734
|
+
|
|
1722
1735
|
.focus-visible\:ps-ring-offset-background:focus-visible {
|
|
1723
1736
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1724
1737
|
}
|
|
1738
|
+
|
|
1725
1739
|
.disabled\:ps-pointer-events-none:disabled {
|
|
1726
1740
|
pointer-events: none;
|
|
1727
1741
|
}
|
|
1742
|
+
|
|
1728
1743
|
.disabled\:ps-cursor-not-allowed:disabled {
|
|
1729
1744
|
cursor: not-allowed;
|
|
1730
1745
|
}
|
|
1746
|
+
|
|
1731
1747
|
.disabled\:ps-opacity-50:disabled {
|
|
1732
1748
|
opacity: 0.5;
|
|
1733
1749
|
}
|
|
1750
|
+
|
|
1734
1751
|
.ps-peer:disabled ~ .peer-disabled\:ps-cursor-not-allowed {
|
|
1735
1752
|
cursor: not-allowed;
|
|
1736
1753
|
}
|
|
1754
|
+
|
|
1737
1755
|
.ps-peer:disabled ~ .peer-disabled\:ps-opacity-70 {
|
|
1738
1756
|
opacity: 0.7;
|
|
1739
1757
|
}
|
|
1758
|
+
|
|
1740
1759
|
.data-\[disabled\]\:ps-pointer-events-none[data-disabled] {
|
|
1741
1760
|
pointer-events: none;
|
|
1742
1761
|
}
|
|
1762
|
+
|
|
1743
1763
|
.data-\[side\=bottom\]\:ps-translate-y-1[data-side="bottom"] {
|
|
1744
1764
|
--tw-translate-y: 0.25rem;
|
|
1745
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));
|
|
1746
1766
|
}
|
|
1767
|
+
|
|
1747
1768
|
.data-\[side\=left\]\:ps--translate-x-1[data-side="left"] {
|
|
1748
1769
|
--tw-translate-x: -0.25rem;
|
|
1749
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));
|
|
1750
1771
|
}
|
|
1772
|
+
|
|
1751
1773
|
.data-\[side\=right\]\:ps-translate-x-1[data-side="right"] {
|
|
1752
1774
|
--tw-translate-x: 0.25rem;
|
|
1753
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));
|
|
1754
1776
|
}
|
|
1777
|
+
|
|
1755
1778
|
.data-\[side\=top\]\:ps--translate-y-1[data-side="top"] {
|
|
1756
1779
|
--tw-translate-y: -0.25rem;
|
|
1757
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));
|
|
1758
1781
|
}
|
|
1782
|
+
|
|
1759
1783
|
.data-\[state\=checked\]\:ps-translate-x-4[data-state="checked"] {
|
|
1760
1784
|
--tw-translate-x: 1rem;
|
|
1761
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));
|
|
1762
1786
|
}
|
|
1787
|
+
|
|
1763
1788
|
.data-\[state\=unchecked\]\:ps-translate-x-0[data-state="unchecked"] {
|
|
1764
1789
|
--tw-translate-x: 0px;
|
|
1765
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));
|
|
1766
1791
|
}
|
|
1792
|
+
|
|
1767
1793
|
.data-\[active\=true\]\:ps-bg-slate-200[data-active="true"] {
|
|
1768
1794
|
--tw-bg-opacity: 1;
|
|
1769
1795
|
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
|
|
1770
1796
|
}
|
|
1797
|
+
|
|
1771
1798
|
.data-\[state\=checked\]\:ps-bg-primary[data-state="checked"] {
|
|
1772
1799
|
background-color: hsl(var(--primary));
|
|
1773
1800
|
}
|
|
1801
|
+
|
|
1774
1802
|
.data-\[state\=open\]\:ps-bg-accent[data-state="open"] {
|
|
1775
1803
|
background-color: hsl(var(--accent));
|
|
1776
1804
|
}
|
|
1805
|
+
|
|
1777
1806
|
.data-\[state\=open\]\:ps-bg-secondary[data-state="open"] {
|
|
1778
1807
|
background-color: hsl(var(--secondary));
|
|
1779
1808
|
}
|
|
1809
|
+
|
|
1780
1810
|
.data-\[state\=selected\]\:ps-bg-muted[data-state="selected"] {
|
|
1781
1811
|
background-color: hsl(var(--muted));
|
|
1782
1812
|
}
|
|
1813
|
+
|
|
1783
1814
|
.data-\[state\=unchecked\]\:ps-bg-input[data-state="unchecked"] {
|
|
1784
1815
|
background-color: hsl(var(--input));
|
|
1785
1816
|
}
|
|
1817
|
+
|
|
1786
1818
|
.data-\[active\=true\]\:ps-text-foreground[data-active="true"] {
|
|
1787
1819
|
color: hsl(var(--foreground));
|
|
1788
1820
|
}
|
|
1821
|
+
|
|
1789
1822
|
.data-\[placeholder\]\:ps-text-muted-foreground[data-placeholder] {
|
|
1790
1823
|
color: hsl(var(--muted-foreground));
|
|
1791
1824
|
}
|
|
1825
|
+
|
|
1792
1826
|
.data-\[state\=checked\]\:ps-text-primary-foreground[data-state="checked"] {
|
|
1793
1827
|
color: hsl(var(--primary-foreground));
|
|
1794
1828
|
}
|
|
1829
|
+
|
|
1795
1830
|
.data-\[state\=open\]\:ps-text-accent-foreground[data-state="open"] {
|
|
1796
1831
|
color: hsl(var(--accent-foreground));
|
|
1797
1832
|
}
|
|
1833
|
+
|
|
1798
1834
|
.data-\[state\=open\]\:ps-text-muted-foreground[data-state="open"] {
|
|
1799
1835
|
color: hsl(var(--muted-foreground));
|
|
1800
1836
|
}
|
|
1837
|
+
|
|
1801
1838
|
.data-\[disabled\]\:ps-opacity-50[data-disabled] {
|
|
1802
1839
|
opacity: 0.5;
|
|
1803
1840
|
}
|
|
1841
|
+
|
|
1804
1842
|
.data-\[focus\=true\]\:ps-ring-2[data-focus="true"] {
|
|
1805
1843
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1806
1844
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1807
1845
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1808
1846
|
}
|
|
1847
|
+
|
|
1809
1848
|
.data-\[focus\=true\]\:ps-ring-inset[data-focus="true"] {
|
|
1810
1849
|
--tw-ring-inset: inset;
|
|
1811
1850
|
}
|
|
1851
|
+
|
|
1812
1852
|
.data-\[focus\=true\]\:ps-ring-indigo-400[data-focus="true"] {
|
|
1813
1853
|
--tw-ring-opacity: 1;
|
|
1814
1854
|
--tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
|
|
1815
1855
|
}
|
|
1856
|
+
|
|
1816
1857
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1817
1858
|
transition-duration: 300ms;
|
|
1818
1859
|
}
|
|
1860
|
+
|
|
1819
1861
|
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1820
1862
|
transition-duration: 500ms;
|
|
1821
1863
|
}
|
|
1864
|
+
|
|
1822
1865
|
.data-\[state\=open\]\:ps-animate-in[data-state="open"] {
|
|
1823
1866
|
animation-name: enter;
|
|
1824
1867
|
animation-duration: 150ms;
|
|
@@ -1828,6 +1871,7 @@ body {
|
|
|
1828
1871
|
--tw-enter-translate-x: initial;
|
|
1829
1872
|
--tw-enter-translate-y: initial;
|
|
1830
1873
|
}
|
|
1874
|
+
|
|
1831
1875
|
.data-\[state\=closed\]\:ps-animate-out[data-state="closed"] {
|
|
1832
1876
|
animation-name: exit;
|
|
1833
1877
|
animation-duration: 150ms;
|
|
@@ -1837,72 +1881,95 @@ body {
|
|
|
1837
1881
|
--tw-exit-translate-x: initial;
|
|
1838
1882
|
--tw-exit-translate-y: initial;
|
|
1839
1883
|
}
|
|
1884
|
+
|
|
1840
1885
|
.data-\[state\=closed\]\:ps-fade-out-0[data-state="closed"] {
|
|
1841
1886
|
--tw-exit-opacity: 0;
|
|
1842
1887
|
}
|
|
1888
|
+
|
|
1843
1889
|
.data-\[state\=open\]\:ps-fade-in-0[data-state="open"] {
|
|
1844
1890
|
--tw-enter-opacity: 0;
|
|
1845
1891
|
}
|
|
1892
|
+
|
|
1846
1893
|
.data-\[state\=closed\]\:ps-zoom-out-95[data-state="closed"] {
|
|
1847
1894
|
--tw-exit-scale: .95;
|
|
1848
1895
|
}
|
|
1896
|
+
|
|
1849
1897
|
.data-\[state\=open\]\:ps-zoom-in-95[data-state="open"] {
|
|
1850
1898
|
--tw-enter-scale: .95;
|
|
1851
1899
|
}
|
|
1900
|
+
|
|
1852
1901
|
.data-\[side\=bottom\]\:ps-slide-in-from-top-2[data-side="bottom"] {
|
|
1853
1902
|
--tw-enter-translate-y: -0.5rem;
|
|
1854
1903
|
}
|
|
1904
|
+
|
|
1855
1905
|
.data-\[side\=left\]\:ps-slide-in-from-right-2[data-side="left"] {
|
|
1856
1906
|
--tw-enter-translate-x: 0.5rem;
|
|
1857
1907
|
}
|
|
1908
|
+
|
|
1858
1909
|
.data-\[side\=right\]\:ps-slide-in-from-left-2[data-side="right"] {
|
|
1859
1910
|
--tw-enter-translate-x: -0.5rem;
|
|
1860
1911
|
}
|
|
1912
|
+
|
|
1861
1913
|
.data-\[side\=top\]\:ps-slide-in-from-bottom-2[data-side="top"] {
|
|
1862
1914
|
--tw-enter-translate-y: 0.5rem;
|
|
1863
1915
|
}
|
|
1916
|
+
|
|
1864
1917
|
.data-\[state\=closed\]\:ps-slide-out-to-bottom[data-state="closed"] {
|
|
1865
1918
|
--tw-exit-translate-y: 100%;
|
|
1866
1919
|
}
|
|
1920
|
+
|
|
1867
1921
|
.data-\[state\=closed\]\:ps-slide-out-to-left[data-state="closed"] {
|
|
1868
1922
|
--tw-exit-translate-x: -100%;
|
|
1869
1923
|
}
|
|
1924
|
+
|
|
1870
1925
|
.data-\[state\=closed\]\:ps-slide-out-to-left-1\/2[data-state="closed"] {
|
|
1871
1926
|
--tw-exit-translate-x: -50%;
|
|
1872
1927
|
}
|
|
1928
|
+
|
|
1873
1929
|
.data-\[state\=closed\]\:ps-slide-out-to-right[data-state="closed"] {
|
|
1874
1930
|
--tw-exit-translate-x: 100%;
|
|
1875
1931
|
}
|
|
1932
|
+
|
|
1876
1933
|
.data-\[state\=closed\]\:ps-slide-out-to-top[data-state="closed"] {
|
|
1877
1934
|
--tw-exit-translate-y: -100%;
|
|
1878
1935
|
}
|
|
1936
|
+
|
|
1879
1937
|
.data-\[state\=closed\]\:ps-slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
1880
1938
|
--tw-exit-translate-y: -48%;
|
|
1881
1939
|
}
|
|
1940
|
+
|
|
1882
1941
|
.data-\[state\=open\]\:ps-slide-in-from-bottom[data-state="open"] {
|
|
1883
1942
|
--tw-enter-translate-y: 100%;
|
|
1884
1943
|
}
|
|
1944
|
+
|
|
1885
1945
|
.data-\[state\=open\]\:ps-slide-in-from-left[data-state="open"] {
|
|
1886
1946
|
--tw-enter-translate-x: -100%;
|
|
1887
1947
|
}
|
|
1948
|
+
|
|
1888
1949
|
.data-\[state\=open\]\:ps-slide-in-from-left-1\/2[data-state="open"] {
|
|
1889
1950
|
--tw-enter-translate-x: -50%;
|
|
1890
1951
|
}
|
|
1952
|
+
|
|
1891
1953
|
.data-\[state\=open\]\:ps-slide-in-from-right[data-state="open"] {
|
|
1892
1954
|
--tw-enter-translate-x: 100%;
|
|
1893
1955
|
}
|
|
1956
|
+
|
|
1894
1957
|
.data-\[state\=open\]\:ps-slide-in-from-top[data-state="open"] {
|
|
1895
1958
|
--tw-enter-translate-y: -100%;
|
|
1896
1959
|
}
|
|
1960
|
+
|
|
1897
1961
|
.data-\[state\=open\]\:ps-slide-in-from-top-\[48\%\][data-state="open"] {
|
|
1898
1962
|
--tw-enter-translate-y: -48%;
|
|
1899
1963
|
}
|
|
1964
|
+
|
|
1900
1965
|
.data-\[state\=closed\]\:ps-duration-300[data-state="closed"] {
|
|
1901
1966
|
animation-duration: 300ms;
|
|
1902
1967
|
}
|
|
1968
|
+
|
|
1903
1969
|
.data-\[state\=open\]\:ps-duration-500[data-state="open"] {
|
|
1904
1970
|
animation-duration: 500ms;
|
|
1905
1971
|
}
|
|
1972
|
+
|
|
1906
1973
|
@media (min-width: 640px) {
|
|
1907
1974
|
|
|
1908
1975
|
.sm\:ps-max-w-sm {
|
|
@@ -1931,6 +1998,7 @@ body {
|
|
|
1931
1998
|
text-align: left;
|
|
1932
1999
|
}
|
|
1933
2000
|
}
|
|
2001
|
+
|
|
1934
2002
|
@media (min-width: 768px) {
|
|
1935
2003
|
|
|
1936
2004
|
.md\:ps-text-sm {
|
|
@@ -1938,35 +2006,44 @@ body {
|
|
|
1938
2006
|
line-height: 1.25rem;
|
|
1939
2007
|
}
|
|
1940
2008
|
}
|
|
2009
|
+
|
|
1941
2010
|
.\[\&\:last-of-type_td\]\:ps-border-b-0:last-of-type td {
|
|
1942
2011
|
border-bottom-width: 0px;
|
|
1943
2012
|
}
|
|
2013
|
+
|
|
1944
2014
|
.\[\&\>span\]\:ps-line-clamp-1>span {
|
|
1945
2015
|
overflow: hidden;
|
|
1946
2016
|
display: -webkit-box;
|
|
1947
2017
|
-webkit-box-orient: vertical;
|
|
1948
2018
|
-webkit-line-clamp: 1;
|
|
1949
2019
|
}
|
|
2020
|
+
|
|
1950
2021
|
.\[\&\>svg\]\:ps-size-4>svg {
|
|
1951
2022
|
width: 1rem;
|
|
1952
2023
|
height: 1rem;
|
|
1953
2024
|
}
|
|
2025
|
+
|
|
1954
2026
|
.\[\&\>svg\]\:ps-shrink-0>svg {
|
|
1955
2027
|
flex-shrink: 0;
|
|
1956
2028
|
}
|
|
2029
|
+
|
|
1957
2030
|
.\[\&\>tr\]\:last\:ps-border-b-0:last-child>tr {
|
|
1958
2031
|
border-bottom-width: 0px;
|
|
1959
2032
|
}
|
|
2033
|
+
|
|
1960
2034
|
.\[\&_svg\]\:ps-pointer-events-none svg {
|
|
1961
2035
|
pointer-events: none;
|
|
1962
2036
|
}
|
|
2037
|
+
|
|
1963
2038
|
.\[\&_svg\]\:ps-size-4 svg {
|
|
1964
2039
|
width: 1rem;
|
|
1965
2040
|
height: 1rem;
|
|
1966
2041
|
}
|
|
2042
|
+
|
|
1967
2043
|
.\[\&_svg\]\:ps-shrink-0 svg {
|
|
1968
2044
|
flex-shrink: 0;
|
|
1969
2045
|
}
|
|
2046
|
+
|
|
1970
2047
|
.\[\&_tr\:last-child\]\:ps-border-0 tr:last-child {
|
|
1971
2048
|
border-width: 0px;
|
|
1972
2049
|
}
|