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