@prisma/studio-core 0.0.0-dev.202506110030 → 0.0.0-dev.202506110116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui/index.css CHANGED
@@ -1776,118 +1776,118 @@
1776
1776
  --tw-enter-scale: .95;
1777
1777
  }
1778
1778
  .ps .group-odd\:bg-table-cell-odd {
1779
- .ps &:is(:where(.group):nth-child(odd) *) {
1779
+ &:is(:where(.group):nth-child(odd) *) {
1780
1780
  background-color: var(--background);
1781
1781
  }
1782
1782
  }
1783
1783
  .ps .group-even\:bg-table-cell-even {
1784
- .ps &:is(:where(.group):nth-child(even) *) {
1784
+ &:is(:where(.group):nth-child(even) *) {
1785
1785
  background-color: var(--secondary);
1786
1786
  }
1787
1787
  }
1788
1788
  .ps .group-hover\:bg-muted {
1789
- .ps &:is(:where(.group):hover *) {
1789
+ &:is(:where(.group):hover *) {
1790
1790
  @media (hover: hover) {
1791
1791
  background-color: var(--muted);
1792
1792
  }
1793
1793
  }
1794
1794
  }
1795
1795
  .ps .group-data-\[select\=true\]\:p-0 {
1796
- .ps &:is(:where(.group)[data-select="true"] *) {
1796
+ &:is(:where(.group)[data-select="true"] *) {
1797
1797
  padding: calc(var(--spacing) * 0);
1798
1798
  }
1799
1799
  }
1800
1800
  .ps .group-\[\.toast\]\:bg-muted {
1801
- .ps &:is(:where(.group):is(.toast) *) {
1801
+ &:is(:where(.group):is(.toast) *) {
1802
1802
  background-color: var(--muted);
1803
1803
  }
1804
1804
  }
1805
1805
  .ps .group-\[\.toast\]\:bg-primary {
1806
- .ps &:is(:where(.group):is(.toast) *) {
1806
+ &:is(:where(.group):is(.toast) *) {
1807
1807
  background-color: var(--primary);
1808
1808
  }
1809
1809
  }
1810
1810
  .ps .group-\[\.toast\]\:text-muted-foreground {
1811
- .ps &:is(:where(.group):is(.toast) *) {
1811
+ &:is(:where(.group):is(.toast) *) {
1812
1812
  color: var(--muted-foreground);
1813
1813
  }
1814
1814
  }
1815
1815
  .ps .group-\[\.toast\]\:text-primary-foreground {
1816
- .ps &:is(:where(.group):is(.toast) *) {
1816
+ &:is(:where(.group):is(.toast) *) {
1817
1817
  color: var(--primary-foreground);
1818
1818
  }
1819
1819
  }
1820
1820
  .ps .group-\[\.toaster\]\:border-border {
1821
- .ps &:is(:where(.group):is(.toaster) *) {
1821
+ &:is(:where(.group):is(.toaster) *) {
1822
1822
  border-color: var(--border);
1823
1823
  }
1824
1824
  }
1825
1825
  .ps .group-\[\.toaster\]\:bg-background {
1826
- .ps &:is(:where(.group):is(.toaster) *) {
1826
+ &:is(:where(.group):is(.toaster) *) {
1827
1827
  background-color: var(--background);
1828
1828
  }
1829
1829
  }
1830
1830
  .ps .group-\[\.toaster\]\:text-foreground {
1831
- .ps &:is(:where(.group):is(.toaster) *) {
1831
+ &:is(:where(.group):is(.toaster) *) {
1832
1832
  color: var(--foreground);
1833
1833
  }
1834
1834
  }
1835
1835
  .ps .group-\[\.toaster\]\:shadow-lg {
1836
- .ps &:is(:where(.group):is(.toaster) *) {
1836
+ &:is(:where(.group):is(.toaster) *) {
1837
1837
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
1838
1838
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1839
1839
  }
1840
1840
  }
1841
1841
  .ps .peer-disabled\:cursor-not-allowed {
1842
- .ps &:is(:where(.peer):disabled ~ *) {
1842
+ &:is(:where(.peer):disabled ~ *) {
1843
1843
  cursor: not-allowed;
1844
1844
  }
1845
1845
  }
1846
1846
  .ps .peer-disabled\:opacity-70 {
1847
- .ps &:is(:where(.peer):disabled ~ *) {
1847
+ &:is(:where(.peer):disabled ~ *) {
1848
1848
  opacity: 70%;
1849
1849
  }
1850
1850
  }
1851
1851
  .ps .file\:border-0 {
1852
- .ps &::file-selector-button {
1852
+ &::file-selector-button {
1853
1853
  border-style: var(--tw-border-style);
1854
1854
  border-width: 0px;
1855
1855
  }
1856
1856
  }
1857
1857
  .ps .file\:bg-transparent {
1858
- .ps &::file-selector-button {
1858
+ &::file-selector-button {
1859
1859
  background-color: transparent;
1860
1860
  }
1861
1861
  }
1862
1862
  .ps .file\:text-sm {
1863
- .ps &::file-selector-button {
1863
+ &::file-selector-button {
1864
1864
  font-size: var(--text-sm);
1865
1865
  line-height: var(--tw-leading, var(--text-sm--line-height));
1866
1866
  }
1867
1867
  }
1868
1868
  .ps .file\:font-medium {
1869
- .ps &::file-selector-button {
1869
+ &::file-selector-button {
1870
1870
  --tw-font-weight: var(--font-weight-medium);
1871
1871
  font-weight: var(--font-weight-medium);
1872
1872
  }
1873
1873
  }
1874
1874
  .ps .file\:text-foreground {
1875
- .ps &::file-selector-button {
1875
+ &::file-selector-button {
1876
1876
  color: var(--foreground);
1877
1877
  }
1878
1878
  }
1879
1879
  .ps .placeholder\:text-muted-foreground {
1880
- .ps &::placeholder {
1880
+ &::placeholder {
1881
1881
  color: var(--muted-foreground);
1882
1882
  }
1883
1883
  }
1884
1884
  .ps .odd\:bg-table-cell-odd {
1885
- .ps &:nth-child(odd) {
1885
+ &:nth-child(odd) {
1886
1886
  background-color: var(--background);
1887
1887
  }
1888
1888
  }
1889
1889
  .ps .even\:bg-table-cell-even\/50 {
1890
- .ps &:nth-child(even) {
1890
+ &:nth-child(even) {
1891
1891
  background-color: var(--secondary);
1892
1892
  @supports (color: color-mix(in lab, red, red)) {
1893
1893
  background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
@@ -1895,21 +1895,21 @@
1895
1895
  }
1896
1896
  }
1897
1897
  .ps .hover\:border-table-border {
1898
- .ps &:hover {
1898
+ &:hover {
1899
1899
  @media (hover: hover) {
1900
1900
  border-color: var(--border);
1901
1901
  }
1902
1902
  }
1903
1903
  }
1904
1904
  .ps .hover\:bg-accent {
1905
- .ps &:hover {
1905
+ &:hover {
1906
1906
  @media (hover: hover) {
1907
1907
  background-color: var(--accent);
1908
1908
  }
1909
1909
  }
1910
1910
  }
1911
1911
  .ps .hover\:bg-destructive\/90 {
1912
- .ps &:hover {
1912
+ &:hover {
1913
1913
  @media (hover: hover) {
1914
1914
  background-color: var(--destructive);
1915
1915
  @supports (color: color-mix(in lab, red, red)) {
@@ -1919,7 +1919,7 @@
1919
1919
  }
1920
1920
  }
1921
1921
  .ps .hover\:bg-green-500\/80 {
1922
- .ps &:hover {
1922
+ &:hover {
1923
1923
  @media (hover: hover) {
1924
1924
  background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 80%, transparent);
1925
1925
  @supports (color: color-mix(in lab, red, red)) {
@@ -1929,7 +1929,7 @@
1929
1929
  }
1930
1930
  }
1931
1931
  .ps .hover\:bg-muted\/50 {
1932
- .ps &:hover {
1932
+ &:hover {
1933
1933
  @media (hover: hover) {
1934
1934
  background-color: var(--muted);
1935
1935
  @supports (color: color-mix(in lab, red, red)) {
@@ -1939,7 +1939,7 @@
1939
1939
  }
1940
1940
  }
1941
1941
  .ps .hover\:bg-primary\/80 {
1942
- .ps &:hover {
1942
+ &:hover {
1943
1943
  @media (hover: hover) {
1944
1944
  background-color: var(--primary);
1945
1945
  @supports (color: color-mix(in lab, red, red)) {
@@ -1949,7 +1949,7 @@
1949
1949
  }
1950
1950
  }
1951
1951
  .ps .hover\:bg-primary\/90 {
1952
- .ps &:hover {
1952
+ &:hover {
1953
1953
  @media (hover: hover) {
1954
1954
  background-color: var(--primary);
1955
1955
  @supports (color: color-mix(in lab, red, red)) {
@@ -1959,7 +1959,7 @@
1959
1959
  }
1960
1960
  }
1961
1961
  .ps .hover\:bg-red-400\/80 {
1962
- .ps &:hover {
1962
+ &:hover {
1963
1963
  @media (hover: hover) {
1964
1964
  background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 80%, transparent);
1965
1965
  @supports (color: color-mix(in lab, red, red)) {
@@ -1969,7 +1969,7 @@
1969
1969
  }
1970
1970
  }
1971
1971
  .ps .hover\:bg-secondary\/80 {
1972
- .ps &:hover {
1972
+ &:hover {
1973
1973
  @media (hover: hover) {
1974
1974
  background-color: var(--secondary);
1975
1975
  @supports (color: color-mix(in lab, red, red)) {
@@ -1979,410 +1979,410 @@
1979
1979
  }
1980
1980
  }
1981
1981
  .ps .hover\:text-accent-foreground {
1982
- .ps &:hover {
1982
+ &:hover {
1983
1983
  @media (hover: hover) {
1984
1984
  color: var(--accent-foreground);
1985
1985
  }
1986
1986
  }
1987
1987
  }
1988
1988
  .ps .hover\:text-foreground {
1989
- .ps &:hover {
1989
+ &:hover {
1990
1990
  @media (hover: hover) {
1991
1991
  color: var(--foreground);
1992
1992
  }
1993
1993
  }
1994
1994
  }
1995
1995
  .ps .hover\:text-primary {
1996
- .ps &:hover {
1996
+ &:hover {
1997
1997
  @media (hover: hover) {
1998
1998
  color: var(--primary);
1999
1999
  }
2000
2000
  }
2001
2001
  }
2002
2002
  .ps .hover\:underline {
2003
- .ps &:hover {
2003
+ &:hover {
2004
2004
  @media (hover: hover) {
2005
2005
  text-decoration-line: underline;
2006
2006
  }
2007
2007
  }
2008
2008
  }
2009
2009
  .ps .hover\:opacity-100 {
2010
- .ps &:hover {
2010
+ &:hover {
2011
2011
  @media (hover: hover) {
2012
2012
  opacity: 100%;
2013
2013
  }
2014
2014
  }
2015
2015
  }
2016
2016
  .ps .focus\:bg-accent {
2017
- .ps &:focus {
2017
+ &:focus {
2018
2018
  background-color: var(--accent);
2019
2019
  }
2020
2020
  }
2021
2021
  .ps .focus\:text-accent-foreground {
2022
- .ps &:focus {
2022
+ &:focus {
2023
2023
  color: var(--accent-foreground);
2024
2024
  }
2025
2025
  }
2026
2026
  .ps .focus\:ring-1 {
2027
- .ps &:focus {
2027
+ &:focus {
2028
2028
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2029
2029
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2030
2030
  }
2031
2031
  }
2032
2032
  .ps .focus\:ring-2 {
2033
- .ps &:focus {
2033
+ &:focus {
2034
2034
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2035
2035
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2036
2036
  }
2037
2037
  }
2038
2038
  .ps .focus\:ring-accent-foreground {
2039
- .ps &:focus {
2039
+ &:focus {
2040
2040
  --tw-ring-color: var(--accent-foreground);
2041
2041
  }
2042
2042
  }
2043
2043
  .ps .focus\:ring-ring {
2044
- .ps &:focus {
2044
+ &:focus {
2045
2045
  --tw-ring-color: var(--ring);
2046
2046
  }
2047
2047
  }
2048
2048
  .ps .focus\:ring-offset-1 {
2049
- .ps &:focus {
2049
+ &:focus {
2050
2050
  --tw-ring-offset-width: 1px;
2051
2051
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2052
2052
  }
2053
2053
  }
2054
2054
  .ps .focus\:ring-offset-2 {
2055
- .ps &:focus {
2055
+ &:focus {
2056
2056
  --tw-ring-offset-width: 2px;
2057
2057
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2058
2058
  }
2059
2059
  }
2060
2060
  .ps .focus\:ring-offset-background {
2061
- .ps &:focus {
2061
+ &:focus {
2062
2062
  --tw-ring-offset-color: var(--background);
2063
2063
  }
2064
2064
  }
2065
2065
  .ps .focus\:outline-none {
2066
- .ps &:focus {
2066
+ &:focus {
2067
2067
  --tw-outline-style: none;
2068
2068
  outline-style: none;
2069
2069
  }
2070
2070
  }
2071
2071
  .ps .focus-visible\:ring-0 {
2072
- .ps &:focus-visible {
2072
+ &:focus-visible {
2073
2073
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2074
2074
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2075
2075
  }
2076
2076
  }
2077
2077
  .ps .focus-visible\:ring-1 {
2078
- .ps &:focus-visible {
2078
+ &:focus-visible {
2079
2079
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2080
2080
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2081
2081
  }
2082
2082
  }
2083
2083
  .ps .focus-visible\:ring-2 {
2084
- .ps &:focus-visible {
2084
+ &:focus-visible {
2085
2085
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2086
2086
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2087
2087
  }
2088
2088
  }
2089
2089
  .ps .focus-visible\:ring-ring {
2090
- .ps &:focus-visible {
2090
+ &:focus-visible {
2091
2091
  --tw-ring-color: var(--ring);
2092
2092
  }
2093
2093
  }
2094
2094
  .ps .focus-visible\:ring-offset-2 {
2095
- .ps &:focus-visible {
2095
+ &:focus-visible {
2096
2096
  --tw-ring-offset-width: 2px;
2097
2097
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2098
2098
  }
2099
2099
  }
2100
2100
  .ps .focus-visible\:ring-offset-background {
2101
- .ps &:focus-visible {
2101
+ &:focus-visible {
2102
2102
  --tw-ring-offset-color: var(--background);
2103
2103
  }
2104
2104
  }
2105
2105
  .ps .focus-visible\:outline-none {
2106
- .ps &:focus-visible {
2106
+ &:focus-visible {
2107
2107
  --tw-outline-style: none;
2108
2108
  outline-style: none;
2109
2109
  }
2110
2110
  }
2111
2111
  .ps .disabled\:pointer-events-none {
2112
- .ps &:disabled {
2112
+ &:disabled {
2113
2113
  pointer-events: none;
2114
2114
  }
2115
2115
  }
2116
2116
  .ps .disabled\:cursor-not-allowed {
2117
- .ps &:disabled {
2117
+ &:disabled {
2118
2118
  cursor: not-allowed;
2119
2119
  }
2120
2120
  }
2121
2121
  .ps .disabled\:opacity-50 {
2122
- .ps &:disabled {
2122
+ &:disabled {
2123
2123
  opacity: 50%;
2124
2124
  }
2125
2125
  }
2126
2126
  .ps .aria-selected\:text-muted-foreground {
2127
- .ps &[aria-selected="true"] {
2127
+ &[aria-selected="true"] {
2128
2128
  color: var(--muted-foreground);
2129
2129
  }
2130
2130
  }
2131
2131
  .ps .aria-selected\:opacity-30 {
2132
- .ps &[aria-selected="true"] {
2132
+ &[aria-selected="true"] {
2133
2133
  opacity: 30%;
2134
2134
  }
2135
2135
  }
2136
2136
  .ps .aria-selected\:opacity-100 {
2137
- .ps &[aria-selected="true"] {
2137
+ &[aria-selected="true"] {
2138
2138
  opacity: 100%;
2139
2139
  }
2140
2140
  }
2141
2141
  .ps .data-disabled\:pointer-events-none {
2142
- .ps &[data-disabled] {
2142
+ &[data-disabled] {
2143
2143
  pointer-events: none;
2144
2144
  }
2145
2145
  }
2146
2146
  .ps .data-disabled\:opacity-50 {
2147
- .ps &[data-disabled] {
2147
+ &[data-disabled] {
2148
2148
  opacity: 50%;
2149
2149
  }
2150
2150
  }
2151
2151
  .ps .data-placeholder\:text-muted-foreground {
2152
- .ps &[data-placeholder] {
2152
+ &[data-placeholder] {
2153
2153
  color: var(--muted-foreground);
2154
2154
  }
2155
2155
  }
2156
2156
  .ps .data-\[active\=true\]\:bg-accent {
2157
- .ps &[data-active="true"] {
2157
+ &[data-active="true"] {
2158
2158
  background-color: var(--accent);
2159
2159
  }
2160
2160
  }
2161
2161
  .ps .data-\[active\=true\]\:text-foreground {
2162
- .ps &[data-active="true"] {
2162
+ &[data-active="true"] {
2163
2163
  color: var(--foreground);
2164
2164
  }
2165
2165
  }
2166
2166
  .ps .data-\[focus\=true\]\:ring-2 {
2167
- .ps &[data-focus="true"] {
2167
+ &[data-focus="true"] {
2168
2168
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2169
2169
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2170
2170
  }
2171
2171
  }
2172
2172
  .ps .data-\[focus\=true\]\:ring-indigo-400 {
2173
- .ps &[data-focus="true"] {
2173
+ &[data-focus="true"] {
2174
2174
  --tw-ring-color: var(--color-indigo-400);
2175
2175
  }
2176
2176
  }
2177
2177
  .ps .data-\[focus\=true\]\:ring-inset {
2178
- .ps &[data-focus="true"] {
2178
+ &[data-focus="true"] {
2179
2179
  --tw-ring-inset: inset;
2180
2180
  }
2181
2181
  }
2182
2182
  .ps .data-\[side\=bottom\]\:translate-y-1 {
2183
- .ps &[data-side="bottom"] {
2183
+ &[data-side="bottom"] {
2184
2184
  --tw-translate-y: calc(var(--spacing) * 1);
2185
2185
  translate: var(--tw-translate-x) var(--tw-translate-y);
2186
2186
  }
2187
2187
  }
2188
2188
  .ps .data-\[side\=bottom\]\:slide-in-from-top-2 {
2189
- .ps &[data-side="bottom"] {
2189
+ &[data-side="bottom"] {
2190
2190
  --tw-enter-translate-y: calc(2*var(--spacing)*-1);
2191
2191
  }
2192
2192
  }
2193
2193
  .ps .data-\[side\=left\]\:-translate-x-1 {
2194
- .ps &[data-side="left"] {
2194
+ &[data-side="left"] {
2195
2195
  --tw-translate-x: calc(var(--spacing) * -1);
2196
2196
  translate: var(--tw-translate-x) var(--tw-translate-y);
2197
2197
  }
2198
2198
  }
2199
2199
  .ps .data-\[side\=left\]\:slide-in-from-right-2 {
2200
- .ps &[data-side="left"] {
2200
+ &[data-side="left"] {
2201
2201
  --tw-enter-translate-x: calc(2*var(--spacing));
2202
2202
  }
2203
2203
  }
2204
2204
  .ps .data-\[side\=right\]\:translate-x-1 {
2205
- .ps &[data-side="right"] {
2205
+ &[data-side="right"] {
2206
2206
  --tw-translate-x: calc(var(--spacing) * 1);
2207
2207
  translate: var(--tw-translate-x) var(--tw-translate-y);
2208
2208
  }
2209
2209
  }
2210
2210
  .ps .data-\[side\=right\]\:slide-in-from-left-2 {
2211
- .ps &[data-side="right"] {
2211
+ &[data-side="right"] {
2212
2212
  --tw-enter-translate-x: calc(2*var(--spacing)*-1);
2213
2213
  }
2214
2214
  }
2215
2215
  .ps .data-\[side\=top\]\:-translate-y-1 {
2216
- .ps &[data-side="top"] {
2216
+ &[data-side="top"] {
2217
2217
  --tw-translate-y: calc(var(--spacing) * -1);
2218
2218
  translate: var(--tw-translate-x) var(--tw-translate-y);
2219
2219
  }
2220
2220
  }
2221
2221
  .ps .data-\[side\=top\]\:slide-in-from-bottom-2 {
2222
- .ps &[data-side="top"] {
2222
+ &[data-side="top"] {
2223
2223
  --tw-enter-translate-y: calc(2*var(--spacing));
2224
2224
  }
2225
2225
  }
2226
2226
  .ps .data-\[state\=checked\]\:translate-x-4 {
2227
- .ps &[data-state="checked"] {
2227
+ &[data-state="checked"] {
2228
2228
  --tw-translate-x: calc(var(--spacing) * 4);
2229
2229
  translate: var(--tw-translate-x) var(--tw-translate-y);
2230
2230
  }
2231
2231
  }
2232
2232
  .ps .data-\[state\=checked\]\:bg-primary {
2233
- .ps &[data-state="checked"] {
2233
+ &[data-state="checked"] {
2234
2234
  background-color: var(--primary);
2235
2235
  }
2236
2236
  }
2237
2237
  .ps .data-\[state\=checked\]\:text-primary-foreground {
2238
- .ps &[data-state="checked"] {
2238
+ &[data-state="checked"] {
2239
2239
  color: var(--primary-foreground);
2240
2240
  }
2241
2241
  }
2242
2242
  .ps .data-\[state\=closed\]\:animate-out {
2243
- .ps &[data-state="closed"] {
2243
+ &[data-state="closed"] {
2244
2244
  animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2245
2245
  }
2246
2246
  }
2247
2247
  .ps .data-\[state\=closed\]\:duration-300 {
2248
- .ps &[data-state="closed"] {
2248
+ &[data-state="closed"] {
2249
2249
  --tw-duration: 300ms;
2250
2250
  transition-duration: 300ms;
2251
2251
  }
2252
2252
  }
2253
2253
  .ps .data-\[state\=closed\]\:fade-out-0 {
2254
- .ps &[data-state="closed"] {
2254
+ &[data-state="closed"] {
2255
2255
  --tw-exit-opacity: calc(0/100);
2256
2256
  --tw-exit-opacity: 0;
2257
2257
  }
2258
2258
  }
2259
2259
  .ps .data-\[state\=closed\]\:zoom-out-95 {
2260
- .ps &[data-state="closed"] {
2260
+ &[data-state="closed"] {
2261
2261
  --tw-exit-scale: calc(95*1%);
2262
2262
  --tw-exit-scale: .95;
2263
2263
  }
2264
2264
  }
2265
2265
  .ps .data-\[state\=closed\]\:slide-out-to-bottom {
2266
- .ps &[data-state="closed"] {
2266
+ &[data-state="closed"] {
2267
2267
  --tw-exit-translate-y: 100%;
2268
2268
  }
2269
2269
  }
2270
2270
  .ps .data-\[state\=closed\]\:slide-out-to-left {
2271
- .ps &[data-state="closed"] {
2271
+ &[data-state="closed"] {
2272
2272
  --tw-exit-translate-x: -100%;
2273
2273
  }
2274
2274
  }
2275
2275
  .ps .data-\[state\=closed\]\:slide-out-to-left-1\/2 {
2276
- .ps &[data-state="closed"] {
2276
+ &[data-state="closed"] {
2277
2277
  --tw-exit-translate-x: calc(1/2*100%);
2278
2278
  }
2279
2279
  }
2280
2280
  .ps .data-\[state\=closed\]\:slide-out-to-right {
2281
- .ps &[data-state="closed"] {
2281
+ &[data-state="closed"] {
2282
2282
  --tw-exit-translate-x: 100%;
2283
2283
  }
2284
2284
  }
2285
2285
  .ps .data-\[state\=closed\]\:slide-out-to-top {
2286
- .ps &[data-state="closed"] {
2286
+ &[data-state="closed"] {
2287
2287
  --tw-exit-translate-y: -100%;
2288
2288
  }
2289
2289
  }
2290
2290
  .ps .data-\[state\=closed\]\:slide-out-to-top-\[48\%\] {
2291
- .ps &[data-state="closed"] {
2291
+ &[data-state="closed"] {
2292
2292
  --tw-exit-translate-y: calc(48%*-1);
2293
2293
  }
2294
2294
  }
2295
2295
  .ps .data-\[state\=open\]\:animate-in {
2296
- .ps &[data-state="open"] {
2296
+ &[data-state="open"] {
2297
2297
  animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
2298
2298
  }
2299
2299
  }
2300
2300
  .ps .data-\[state\=open\]\:border-primary {
2301
- .ps &[data-state="open"] {
2301
+ &[data-state="open"] {
2302
2302
  border-color: var(--primary);
2303
2303
  }
2304
2304
  }
2305
2305
  .ps .data-\[state\=open\]\:bg-accent {
2306
- .ps &[data-state="open"] {
2306
+ &[data-state="open"] {
2307
2307
  background-color: var(--accent);
2308
2308
  }
2309
2309
  }
2310
2310
  .ps .data-\[state\=open\]\:bg-secondary {
2311
- .ps &[data-state="open"] {
2311
+ &[data-state="open"] {
2312
2312
  background-color: var(--secondary);
2313
2313
  }
2314
2314
  }
2315
2315
  .ps .data-\[state\=open\]\:text-accent-foreground {
2316
- .ps &[data-state="open"] {
2316
+ &[data-state="open"] {
2317
2317
  color: var(--accent-foreground);
2318
2318
  }
2319
2319
  }
2320
2320
  .ps .data-\[state\=open\]\:text-muted-foreground {
2321
- .ps &[data-state="open"] {
2321
+ &[data-state="open"] {
2322
2322
  color: var(--muted-foreground);
2323
2323
  }
2324
2324
  }
2325
2325
  .ps .data-\[state\=open\]\:duration-500 {
2326
- .ps &[data-state="open"] {
2326
+ &[data-state="open"] {
2327
2327
  --tw-duration: 500ms;
2328
2328
  transition-duration: 500ms;
2329
2329
  }
2330
2330
  }
2331
2331
  .ps .data-\[state\=open\]\:fade-in-0 {
2332
- .ps &[data-state="open"] {
2332
+ &[data-state="open"] {
2333
2333
  --tw-enter-opacity: calc(0/100);
2334
2334
  --tw-enter-opacity: 0;
2335
2335
  }
2336
2336
  }
2337
2337
  .ps .data-\[state\=open\]\:zoom-in-95 {
2338
- .ps &[data-state="open"] {
2338
+ &[data-state="open"] {
2339
2339
  --tw-enter-scale: calc(95*1%);
2340
2340
  --tw-enter-scale: .95;
2341
2341
  }
2342
2342
  }
2343
2343
  .ps .data-\[state\=open\]\:slide-in-from-bottom {
2344
- .ps &[data-state="open"] {
2344
+ &[data-state="open"] {
2345
2345
  --tw-enter-translate-y: 100%;
2346
2346
  }
2347
2347
  }
2348
2348
  .ps .data-\[state\=open\]\:slide-in-from-left {
2349
- .ps &[data-state="open"] {
2349
+ &[data-state="open"] {
2350
2350
  --tw-enter-translate-x: -100%;
2351
2351
  }
2352
2352
  }
2353
2353
  .ps .data-\[state\=open\]\:slide-in-from-left-1\/2 {
2354
- .ps &[data-state="open"] {
2354
+ &[data-state="open"] {
2355
2355
  --tw-enter-translate-x: calc(1/2*100%);
2356
2356
  }
2357
2357
  }
2358
2358
  .ps .data-\[state\=open\]\:slide-in-from-right {
2359
- .ps &[data-state="open"] {
2359
+ &[data-state="open"] {
2360
2360
  --tw-enter-translate-x: 100%;
2361
2361
  }
2362
2362
  }
2363
2363
  .ps .data-\[state\=open\]\:slide-in-from-top {
2364
- .ps &[data-state="open"] {
2364
+ &[data-state="open"] {
2365
2365
  --tw-enter-translate-y: -100%;
2366
2366
  }
2367
2367
  }
2368
2368
  .ps .data-\[state\=open\]\:slide-in-from-top-\[48\%\] {
2369
- .ps &[data-state="open"] {
2369
+ &[data-state="open"] {
2370
2370
  --tw-enter-translate-y: calc(48%*-1);
2371
2371
  }
2372
2372
  }
2373
2373
  .ps .data-\[state\=selected\]\:bg-muted {
2374
- .ps &[data-state="selected"] {
2374
+ &[data-state="selected"] {
2375
2375
  background-color: var(--muted);
2376
2376
  }
2377
2377
  }
2378
2378
  .ps .data-\[state\=unchecked\]\:translate-x-0 {
2379
- .ps &[data-state="unchecked"] {
2379
+ &[data-state="unchecked"] {
2380
2380
  --tw-translate-x: calc(var(--spacing) * 0);
2381
2381
  translate: var(--tw-translate-x) var(--tw-translate-y);
2382
2382
  }
2383
2383
  }
2384
2384
  .ps .data-\[state\=unchecked\]\:bg-input {
2385
- .ps &[data-state="unchecked"] {
2385
+ &[data-state="unchecked"] {
2386
2386
  background-color: var(--input);
2387
2387
  }
2388
2388
  }
@@ -2427,7 +2427,7 @@
2427
2427
  }
2428
2428
  }
2429
2429
  .ps .dark\:scale-0 {
2430
- .ps &:is(.dark *) {
2430
+ &:is(.dark *) {
2431
2431
  --tw-scale-x: 0%;
2432
2432
  --tw-scale-y: 0%;
2433
2433
  --tw-scale-z: 0%;
@@ -2435,7 +2435,7 @@
2435
2435
  }
2436
2436
  }
2437
2437
  .ps .dark\:scale-100 {
2438
- .ps &:is(.dark *) {
2438
+ &:is(.dark *) {
2439
2439
  --tw-scale-x: 100%;
2440
2440
  --tw-scale-y: 100%;
2441
2441
  --tw-scale-z: 100%;
@@ -2443,109 +2443,109 @@
2443
2443
  }
2444
2444
  }
2445
2445
  .ps .dark\:-rotate-90 {
2446
- .ps &:is(.dark *) {
2446
+ &:is(.dark *) {
2447
2447
  rotate: calc(90deg * -1);
2448
2448
  }
2449
2449
  }
2450
2450
  .ps .dark\:rotate-0 {
2451
- .ps &:is(.dark *) {
2451
+ &:is(.dark *) {
2452
2452
  rotate: 0deg;
2453
2453
  }
2454
2454
  }
2455
2455
  .ps .dark\:bg-orange-950 {
2456
- .ps &:is(.dark *) {
2456
+ &:is(.dark *) {
2457
2457
  background-color: var(--color-orange-950);
2458
2458
  }
2459
2459
  }
2460
2460
  .ps .dark\:text-orange-300 {
2461
- .ps &:is(.dark *) {
2461
+ &:is(.dark *) {
2462
2462
  color: var(--color-orange-300);
2463
2463
  }
2464
2464
  }
2465
2465
  .ps .dark\:text-white {
2466
- .ps &:is(.dark *) {
2466
+ &:is(.dark *) {
2467
2467
  color: var(--color-white);
2468
2468
  }
2469
2469
  }
2470
2470
  .ps .\[\&_button\]\:border {
2471
- .ps & button {
2471
+ & button {
2472
2472
  border-style: var(--tw-border-style);
2473
2473
  border-width: 1px;
2474
2474
  }
2475
2475
  }
2476
2476
  .ps .\[\&_button\]\:border-input {
2477
- .ps & button {
2477
+ & button {
2478
2478
  border-color: var(--input);
2479
2479
  }
2480
2480
  }
2481
2481
  .ps .\[\&_button\]\:bg-background {
2482
- .ps & button {
2482
+ & button {
2483
2483
  background-color: var(--background);
2484
2484
  }
2485
2485
  }
2486
2486
  .ps .\[\&_button\]\:shadow-sm {
2487
- .ps & button {
2487
+ & button {
2488
2488
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2489
2489
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2490
2490
  }
2491
2491
  }
2492
2492
  .ps .hover\:\[\&_button\]\:bg-accent {
2493
- .ps &:hover {
2493
+ &:hover {
2494
2494
  @media (hover: hover) {
2495
- .ps & button {
2495
+ & button {
2496
2496
  background-color: var(--accent);
2497
2497
  }
2498
2498
  }
2499
2499
  }
2500
2500
  }
2501
2501
  .ps .hover\:\[\&_button\]\:text-accent-foreground {
2502
- .ps &:hover {
2502
+ &:hover {
2503
2503
  @media (hover: hover) {
2504
- .ps & button {
2504
+ & button {
2505
2505
  color: var(--accent-foreground);
2506
2506
  }
2507
2507
  }
2508
2508
  }
2509
2509
  }
2510
2510
  .ps .\[\&_button_\>_svg\]\:fill-foreground {
2511
- .ps & button > svg {
2511
+ & button > svg {
2512
2512
  fill: var(--foreground);
2513
2513
  }
2514
2514
  }
2515
2515
  .ps .\[\&_svg\]\:pointer-events-none {
2516
- .ps & svg {
2516
+ & svg {
2517
2517
  pointer-events: none;
2518
2518
  }
2519
2519
  }
2520
2520
  .ps .\[\&_svg\]\:size-3 {
2521
- .ps & svg {
2521
+ & svg {
2522
2522
  width: calc(var(--spacing) * 3);
2523
2523
  height: calc(var(--spacing) * 3);
2524
2524
  }
2525
2525
  }
2526
2526
  .ps .\[\&_svg\]\:size-4 {
2527
- .ps & svg {
2527
+ & svg {
2528
2528
  width: calc(var(--spacing) * 4);
2529
2529
  height: calc(var(--spacing) * 4);
2530
2530
  }
2531
2531
  }
2532
2532
  .ps .\[\&_svg\]\:shrink-0 {
2533
- .ps & svg {
2533
+ & svg {
2534
2534
  flex-shrink: 0;
2535
2535
  }
2536
2536
  }
2537
2537
  .ps .\[\&_svg_\>_path\]\:fill-background {
2538
- .ps & svg > path {
2538
+ & svg > path {
2539
2539
  fill: var(--background);
2540
2540
  }
2541
2541
  }
2542
2542
  .ps .\[\&_svg_\>_path\]\:opacity-50 {
2543
- .ps & svg > path {
2543
+ & svg > path {
2544
2544
  opacity: 50%;
2545
2545
  }
2546
2546
  }
2547
2547
  .ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 {
2548
- .ps & svg > rect {
2548
+ & svg > rect {
2549
2549
  fill: var(--muted-foreground);
2550
2550
  @supports (color: color-mix(in lab, red, red)) {
2551
2551
  fill: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
@@ -2553,51 +2553,51 @@
2553
2553
  }
2554
2554
  }
2555
2555
  .ps .\[\&_tr\:last-child\]\:border-0 {
2556
- .ps & tr:last-child {
2556
+ & tr:last-child {
2557
2557
  border-style: var(--tw-border-style);
2558
2558
  border-width: 0px;
2559
2559
  }
2560
2560
  }
2561
2561
  .ps .\[\&\:last-of-type_td\]\:border-b-0 {
2562
- .ps &:last-of-type td {
2562
+ &:last-of-type td {
2563
2563
  border-bottom-style: var(--tw-border-style);
2564
2564
  border-bottom-width: 0px;
2565
2565
  }
2566
2566
  }
2567
2567
  .ps .\[\&\>button\]\:bg-primary {
2568
- .ps &>button {
2568
+ &>button {
2569
2569
  background-color: var(--primary);
2570
2570
  }
2571
2571
  }
2572
2572
  .ps .\[\&\>button\]\:bg-transparent {
2573
- .ps &>button {
2573
+ &>button {
2574
2574
  background-color: transparent;
2575
2575
  }
2576
2576
  }
2577
2577
  .ps .\[\&\>button\]\:font-bold {
2578
- .ps &>button {
2578
+ &>button {
2579
2579
  --tw-font-weight: var(--font-weight-bold);
2580
2580
  font-weight: var(--font-weight-bold);
2581
2581
  }
2582
2582
  }
2583
2583
  .ps .\[\&\>button\]\:text-accent-foreground {
2584
- .ps &>button {
2584
+ &>button {
2585
2585
  color: var(--accent-foreground);
2586
2586
  }
2587
2587
  }
2588
2588
  .ps .\[\&\>button\]\:text-foreground\! {
2589
- .ps &>button {
2589
+ &>button {
2590
2590
  color: var(--foreground) !important;
2591
2591
  }
2592
2592
  }
2593
2593
  .ps .\[\&\>button\]\:text-primary-foreground {
2594
- .ps &>button {
2594
+ &>button {
2595
2595
  color: var(--primary-foreground);
2596
2596
  }
2597
2597
  }
2598
2598
  .ps .\[\&\>button\]\:hover\:bg-primary {
2599
- .ps &>button {
2600
- .ps &:hover {
2599
+ &>button {
2600
+ &:hover {
2601
2601
  @media (hover: hover) {
2602
2602
  background-color: var(--primary);
2603
2603
  }
@@ -2605,8 +2605,8 @@
2605
2605
  }
2606
2606
  }
2607
2607
  .ps .\[\&\>button\]\:hover\:bg-transparent {
2608
- .ps &>button {
2609
- .ps &:hover {
2608
+ &>button {
2609
+ &:hover {
2610
2610
  @media (hover: hover) {
2611
2611
  background-color: transparent;
2612
2612
  }
@@ -2614,8 +2614,8 @@
2614
2614
  }
2615
2615
  }
2616
2616
  .ps .\[\&\>button\]\:hover\:text-foreground\! {
2617
- .ps &>button {
2618
- .ps &:hover {
2617
+ &>button {
2618
+ &:hover {
2619
2619
  @media (hover: hover) {
2620
2620
  color: var(--foreground) !important;
2621
2621
  }
@@ -2623,8 +2623,8 @@
2623
2623
  }
2624
2624
  }
2625
2625
  .ps .\[\&\>button\]\:hover\:text-primary-foreground {
2626
- .ps &>button {
2627
- .ps &:hover {
2626
+ &>button {
2627
+ &:hover {
2628
2628
  @media (hover: hover) {
2629
2629
  color: var(--primary-foreground);
2630
2630
  }
@@ -2632,7 +2632,7 @@
2632
2632
  }
2633
2633
  }
2634
2634
  .ps .\[\&\>span\]\:line-clamp-1 {
2635
- .ps &>span {
2635
+ &>span {
2636
2636
  overflow: hidden;
2637
2637
  display: -webkit-box;
2638
2638
  -webkit-box-orient: vertical;
@@ -2640,31 +2640,31 @@
2640
2640
  }
2641
2641
  }
2642
2642
  .ps .\[\&\>svg\]\:size-4 {
2643
- .ps &>svg {
2643
+ &>svg {
2644
2644
  width: calc(var(--spacing) * 4);
2645
2645
  height: calc(var(--spacing) * 4);
2646
2646
  }
2647
2647
  }
2648
2648
  .ps .\[\&\>svg\]\:shrink-0 {
2649
- .ps &>svg {
2649
+ &>svg {
2650
2650
  flex-shrink: 0;
2651
2651
  }
2652
2652
  }
2653
2653
  .ps .\[\&\>tr\]\:last\:border-b-0 {
2654
- .ps &>tr {
2655
- .ps &:last-child {
2654
+ &>tr {
2655
+ &:last-child {
2656
2656
  border-bottom-style: var(--tw-border-style);
2657
2657
  border-bottom-width: 0px;
2658
2658
  }
2659
2659
  }
2660
2660
  }
2661
2661
  .ps .\[\&\[aria-selected\]\>button\]\:bg-primary {
2662
- .ps &[aria-selected]>button {
2662
+ &[aria-selected]>button {
2663
2663
  background-color: var(--primary);
2664
2664
  }
2665
2665
  }
2666
2666
  .ps .\[\&\[aria-selected\]\>button\]\:text-primary-foreground {
2667
- .ps &[aria-selected]>button {
2667
+ &[aria-selected]>button {
2668
2668
  color: var(--primary-foreground);
2669
2669
  }
2670
2670
  }