@blank-utils/llm 0.3.19 → 0.3.20
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/{chunk-UGYWT6UB.js → chunk-7YC6ECAU.js} +97 -96
- package/dist/index.css +244 -402
- package/dist/index.js +1 -1
- package/dist/react/index.css +244 -402
- package/dist/react/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1932,203 +1932,203 @@ video {
|
|
|
1932
1932
|
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1933
1933
|
margin-bottom: 0;
|
|
1934
1934
|
}
|
|
1935
|
-
.prose-
|
|
1936
|
-
font-size:
|
|
1937
|
-
line-height: 1.
|
|
1935
|
+
.prose-base {
|
|
1936
|
+
font-size: 1rem;
|
|
1937
|
+
line-height: 1.75;
|
|
1938
1938
|
}
|
|
1939
|
-
.prose-
|
|
1940
|
-
margin-top: 1.
|
|
1941
|
-
margin-bottom: 1.
|
|
1939
|
+
.prose-base :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1940
|
+
margin-top: 1.25em;
|
|
1941
|
+
margin-bottom: 1.25em;
|
|
1942
1942
|
}
|
|
1943
|
-
.prose-
|
|
1944
|
-
font-size: 1.
|
|
1945
|
-
line-height: 1.
|
|
1946
|
-
margin-top:
|
|
1947
|
-
margin-bottom:
|
|
1943
|
+
.prose-base :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1944
|
+
font-size: 1.25em;
|
|
1945
|
+
line-height: 1.6;
|
|
1946
|
+
margin-top: 1.2em;
|
|
1947
|
+
margin-bottom: 1.2em;
|
|
1948
1948
|
}
|
|
1949
|
-
.prose-
|
|
1950
|
-
margin-top: 1.
|
|
1951
|
-
margin-bottom: 1.
|
|
1952
|
-
padding-inline-start:
|
|
1949
|
+
.prose-base :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1950
|
+
margin-top: 1.6em;
|
|
1951
|
+
margin-bottom: 1.6em;
|
|
1952
|
+
padding-inline-start: 1em;
|
|
1953
1953
|
}
|
|
1954
|
-
.prose-
|
|
1955
|
-
font-size: 2.
|
|
1954
|
+
.prose-base :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1955
|
+
font-size: 2.25em;
|
|
1956
1956
|
margin-top: 0;
|
|
1957
|
-
margin-bottom: 0.
|
|
1958
|
-
line-height: 1.
|
|
1957
|
+
margin-bottom: 0.8888889em;
|
|
1958
|
+
line-height: 1.1111111;
|
|
1959
|
+
}
|
|
1960
|
+
.prose-base :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1961
|
+
font-size: 1.5em;
|
|
1962
|
+
margin-top: 2em;
|
|
1963
|
+
margin-bottom: 1em;
|
|
1964
|
+
line-height: 1.3333333;
|
|
1959
1965
|
}
|
|
1960
|
-
.prose-
|
|
1961
|
-
font-size: 1.
|
|
1966
|
+
.prose-base :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1967
|
+
font-size: 1.25em;
|
|
1962
1968
|
margin-top: 1.6em;
|
|
1963
|
-
margin-bottom: 0.
|
|
1964
|
-
line-height: 1.
|
|
1965
|
-
}
|
|
1966
|
-
.prose-sm :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1967
|
-
font-size: 1.2857143em;
|
|
1968
|
-
margin-top: 1.5555556em;
|
|
1969
|
-
margin-bottom: 0.4444444em;
|
|
1970
|
-
line-height: 1.5555556;
|
|
1971
|
-
}
|
|
1972
|
-
.prose-sm :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1973
|
-
margin-top: 1.4285714em;
|
|
1974
|
-
margin-bottom: 0.5714286em;
|
|
1975
|
-
line-height: 1.4285714;
|
|
1969
|
+
margin-bottom: 0.6em;
|
|
1970
|
+
line-height: 1.6;
|
|
1976
1971
|
}
|
|
1977
|
-
.prose-
|
|
1978
|
-
margin-top: 1.
|
|
1979
|
-
margin-bottom:
|
|
1972
|
+
.prose-base :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1973
|
+
margin-top: 1.5em;
|
|
1974
|
+
margin-bottom: 0.5em;
|
|
1975
|
+
line-height: 1.5;
|
|
1980
1976
|
}
|
|
1981
|
-
.prose-
|
|
1982
|
-
margin-top:
|
|
1983
|
-
margin-bottom:
|
|
1977
|
+
.prose-base :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1978
|
+
margin-top: 2em;
|
|
1979
|
+
margin-bottom: 2em;
|
|
1980
|
+
}
|
|
1981
|
+
.prose-base :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1982
|
+
margin-top: 2em;
|
|
1983
|
+
margin-bottom: 2em;
|
|
1984
1984
|
}
|
|
1985
|
-
.prose-
|
|
1985
|
+
.prose-base :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1986
1986
|
margin-top: 0;
|
|
1987
1987
|
margin-bottom: 0;
|
|
1988
1988
|
}
|
|
1989
|
-
.prose-
|
|
1990
|
-
margin-top:
|
|
1991
|
-
margin-bottom:
|
|
1989
|
+
.prose-base :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1990
|
+
margin-top: 2em;
|
|
1991
|
+
margin-bottom: 2em;
|
|
1992
1992
|
}
|
|
1993
|
-
.prose-
|
|
1994
|
-
font-size: 0.
|
|
1993
|
+
.prose-base :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
1994
|
+
font-size: 0.875em;
|
|
1995
1995
|
border-radius: 0.3125rem;
|
|
1996
|
-
padding-top: 0.
|
|
1997
|
-
padding-inline-end: 0.
|
|
1998
|
-
padding-bottom: 0.
|
|
1999
|
-
padding-inline-start: 0.
|
|
1996
|
+
padding-top: 0.1875em;
|
|
1997
|
+
padding-inline-end: 0.375em;
|
|
1998
|
+
padding-bottom: 0.1875em;
|
|
1999
|
+
padding-inline-start: 0.375em;
|
|
2000
|
+
}
|
|
2001
|
+
.prose-base :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2002
|
+
font-size: 0.875em;
|
|
2000
2003
|
}
|
|
2001
|
-
.prose-
|
|
2002
|
-
font-size: 0.
|
|
2004
|
+
.prose-base :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2005
|
+
font-size: 0.875em;
|
|
2003
2006
|
}
|
|
2004
|
-
.prose-
|
|
2007
|
+
.prose-base :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2005
2008
|
font-size: 0.9em;
|
|
2006
2009
|
}
|
|
2007
|
-
.prose-
|
|
2008
|
-
font-size: 0.
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
padding-
|
|
2017
|
-
padding-inline-end: 1em;
|
|
2018
|
-
padding-bottom: 0.6666667em;
|
|
2019
|
-
padding-inline-start: 1em;
|
|
2010
|
+
.prose-base :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2011
|
+
font-size: 0.875em;
|
|
2012
|
+
line-height: 1.7142857;
|
|
2013
|
+
margin-top: 1.7142857em;
|
|
2014
|
+
margin-bottom: 1.7142857em;
|
|
2015
|
+
border-radius: 0.375rem;
|
|
2016
|
+
padding-top: 0.8571429em;
|
|
2017
|
+
padding-inline-end: 1.1428571em;
|
|
2018
|
+
padding-bottom: 0.8571429em;
|
|
2019
|
+
padding-inline-start: 1.1428571em;
|
|
2020
2020
|
}
|
|
2021
|
-
.prose-
|
|
2022
|
-
margin-top: 1.
|
|
2023
|
-
margin-bottom: 1.
|
|
2024
|
-
padding-inline-start: 1.
|
|
2021
|
+
.prose-base :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2022
|
+
margin-top: 1.25em;
|
|
2023
|
+
margin-bottom: 1.25em;
|
|
2024
|
+
padding-inline-start: 1.625em;
|
|
2025
2025
|
}
|
|
2026
|
-
.prose-
|
|
2027
|
-
margin-top: 1.
|
|
2028
|
-
margin-bottom: 1.
|
|
2029
|
-
padding-inline-start: 1.
|
|
2026
|
+
.prose-base :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2027
|
+
margin-top: 1.25em;
|
|
2028
|
+
margin-bottom: 1.25em;
|
|
2029
|
+
padding-inline-start: 1.625em;
|
|
2030
2030
|
}
|
|
2031
|
-
.prose-
|
|
2032
|
-
margin-top: 0.
|
|
2033
|
-
margin-bottom: 0.
|
|
2031
|
+
.prose-base :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2032
|
+
margin-top: 0.5em;
|
|
2033
|
+
margin-bottom: 0.5em;
|
|
2034
2034
|
}
|
|
2035
|
-
.prose-
|
|
2036
|
-
padding-inline-start: 0.
|
|
2035
|
+
.prose-base :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2036
|
+
padding-inline-start: 0.375em;
|
|
2037
2037
|
}
|
|
2038
|
-
.prose-
|
|
2039
|
-
padding-inline-start: 0.
|
|
2038
|
+
.prose-base :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2039
|
+
padding-inline-start: 0.375em;
|
|
2040
2040
|
}
|
|
2041
|
-
.prose-
|
|
2042
|
-
margin-top: 0.
|
|
2043
|
-
margin-bottom: 0.
|
|
2041
|
+
.prose-base :where(.prose-base > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2042
|
+
margin-top: 0.75em;
|
|
2043
|
+
margin-bottom: 0.75em;
|
|
2044
2044
|
}
|
|
2045
|
-
.prose-
|
|
2046
|
-
margin-top: 1.
|
|
2045
|
+
.prose-base :where(.prose-base > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2046
|
+
margin-top: 1.25em;
|
|
2047
2047
|
}
|
|
2048
|
-
.prose-
|
|
2049
|
-
margin-bottom: 1.
|
|
2048
|
+
.prose-base :where(.prose-base > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2049
|
+
margin-bottom: 1.25em;
|
|
2050
2050
|
}
|
|
2051
|
-
.prose-
|
|
2052
|
-
margin-top: 1.
|
|
2051
|
+
.prose-base :where(.prose-base > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2052
|
+
margin-top: 1.25em;
|
|
2053
2053
|
}
|
|
2054
|
-
.prose-
|
|
2055
|
-
margin-bottom: 1.
|
|
2054
|
+
.prose-base :where(.prose-base > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2055
|
+
margin-bottom: 1.25em;
|
|
2056
2056
|
}
|
|
2057
|
-
.prose-
|
|
2058
|
-
margin-top: 0.
|
|
2059
|
-
margin-bottom: 0.
|
|
2057
|
+
.prose-base :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2058
|
+
margin-top: 0.75em;
|
|
2059
|
+
margin-bottom: 0.75em;
|
|
2060
2060
|
}
|
|
2061
|
-
.prose-
|
|
2062
|
-
margin-top: 1.
|
|
2063
|
-
margin-bottom: 1.
|
|
2061
|
+
.prose-base :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2062
|
+
margin-top: 1.25em;
|
|
2063
|
+
margin-bottom: 1.25em;
|
|
2064
2064
|
}
|
|
2065
|
-
.prose-
|
|
2066
|
-
margin-top: 1.
|
|
2065
|
+
.prose-base :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2066
|
+
margin-top: 1.25em;
|
|
2067
2067
|
}
|
|
2068
|
-
.prose-
|
|
2069
|
-
margin-top: 0.
|
|
2070
|
-
padding-inline-start: 1.
|
|
2068
|
+
.prose-base :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2069
|
+
margin-top: 0.5em;
|
|
2070
|
+
padding-inline-start: 1.625em;
|
|
2071
2071
|
}
|
|
2072
|
-
.prose-
|
|
2073
|
-
margin-top:
|
|
2074
|
-
margin-bottom:
|
|
2072
|
+
.prose-base :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2073
|
+
margin-top: 3em;
|
|
2074
|
+
margin-bottom: 3em;
|
|
2075
2075
|
}
|
|
2076
|
-
.prose-
|
|
2076
|
+
.prose-base :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2077
2077
|
margin-top: 0;
|
|
2078
2078
|
}
|
|
2079
|
-
.prose-
|
|
2079
|
+
.prose-base :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2080
2080
|
margin-top: 0;
|
|
2081
2081
|
}
|
|
2082
|
-
.prose-
|
|
2082
|
+
.prose-base :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2083
2083
|
margin-top: 0;
|
|
2084
2084
|
}
|
|
2085
|
-
.prose-
|
|
2085
|
+
.prose-base :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2086
2086
|
margin-top: 0;
|
|
2087
2087
|
}
|
|
2088
|
-
.prose-
|
|
2089
|
-
font-size: 0.
|
|
2090
|
-
line-height: 1.
|
|
2088
|
+
.prose-base :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2089
|
+
font-size: 0.875em;
|
|
2090
|
+
line-height: 1.7142857;
|
|
2091
2091
|
}
|
|
2092
|
-
.prose-
|
|
2093
|
-
padding-inline-end:
|
|
2094
|
-
padding-bottom: 0.
|
|
2095
|
-
padding-inline-start:
|
|
2092
|
+
.prose-base :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2093
|
+
padding-inline-end: 0.5714286em;
|
|
2094
|
+
padding-bottom: 0.5714286em;
|
|
2095
|
+
padding-inline-start: 0.5714286em;
|
|
2096
2096
|
}
|
|
2097
|
-
.prose-
|
|
2097
|
+
.prose-base :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2098
2098
|
padding-inline-start: 0;
|
|
2099
2099
|
}
|
|
2100
|
-
.prose-
|
|
2100
|
+
.prose-base :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2101
2101
|
padding-inline-end: 0;
|
|
2102
2102
|
}
|
|
2103
|
-
.prose-
|
|
2104
|
-
padding-top: 0.
|
|
2105
|
-
padding-inline-end:
|
|
2106
|
-
padding-bottom: 0.
|
|
2107
|
-
padding-inline-start:
|
|
2103
|
+
.prose-base :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2104
|
+
padding-top: 0.5714286em;
|
|
2105
|
+
padding-inline-end: 0.5714286em;
|
|
2106
|
+
padding-bottom: 0.5714286em;
|
|
2107
|
+
padding-inline-start: 0.5714286em;
|
|
2108
2108
|
}
|
|
2109
|
-
.prose-
|
|
2109
|
+
.prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2110
2110
|
padding-inline-start: 0;
|
|
2111
2111
|
}
|
|
2112
|
-
.prose-
|
|
2112
|
+
.prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2113
2113
|
padding-inline-end: 0;
|
|
2114
2114
|
}
|
|
2115
|
-
.prose-
|
|
2116
|
-
margin-top:
|
|
2117
|
-
margin-bottom:
|
|
2115
|
+
.prose-base :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2116
|
+
margin-top: 2em;
|
|
2117
|
+
margin-bottom: 2em;
|
|
2118
2118
|
}
|
|
2119
|
-
.prose-
|
|
2119
|
+
.prose-base :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2120
2120
|
margin-top: 0;
|
|
2121
2121
|
margin-bottom: 0;
|
|
2122
2122
|
}
|
|
2123
|
-
.prose-
|
|
2124
|
-
font-size: 0.
|
|
2125
|
-
line-height: 1.
|
|
2126
|
-
margin-top: 0.
|
|
2123
|
+
.prose-base :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2124
|
+
font-size: 0.875em;
|
|
2125
|
+
line-height: 1.4285714;
|
|
2126
|
+
margin-top: 0.8571429em;
|
|
2127
2127
|
}
|
|
2128
|
-
.prose-
|
|
2128
|
+
.prose-base :where(.prose-base > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2129
2129
|
margin-top: 0;
|
|
2130
2130
|
}
|
|
2131
|
-
.prose-
|
|
2131
|
+
.prose-base :where(.prose-base > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
|
|
2132
2132
|
margin-bottom: 0;
|
|
2133
2133
|
}
|
|
2134
2134
|
.pointer-events-none {
|
|
@@ -2214,9 +2214,8 @@ video {
|
|
|
2214
2214
|
.m-0 {
|
|
2215
2215
|
margin: 0px;
|
|
2216
2216
|
}
|
|
2217
|
-
.
|
|
2218
|
-
margin
|
|
2219
|
-
margin-right: 0.5rem;
|
|
2217
|
+
.m-1 {
|
|
2218
|
+
margin: 0.25rem;
|
|
2220
2219
|
}
|
|
2221
2220
|
.mx-4 {
|
|
2222
2221
|
margin-left: 1rem;
|
|
@@ -2226,18 +2225,10 @@ video {
|
|
|
2226
2225
|
margin-left: 1.5rem;
|
|
2227
2226
|
margin-right: 1.5rem;
|
|
2228
2227
|
}
|
|
2229
|
-
.my-2 {
|
|
2230
|
-
margin-top: 0.5rem;
|
|
2231
|
-
margin-bottom: 0.5rem;
|
|
2232
|
-
}
|
|
2233
2228
|
.my-4 {
|
|
2234
2229
|
margin-top: 1rem;
|
|
2235
2230
|
margin-bottom: 1rem;
|
|
2236
2231
|
}
|
|
2237
|
-
.my-5 {
|
|
2238
|
-
margin-top: 1.25rem;
|
|
2239
|
-
margin-bottom: 1.25rem;
|
|
2240
|
-
}
|
|
2241
2232
|
.my-6 {
|
|
2242
2233
|
margin-top: 1.5rem;
|
|
2243
2234
|
margin-bottom: 1.5rem;
|
|
@@ -2257,6 +2248,9 @@ video {
|
|
|
2257
2248
|
.mb-4 {
|
|
2258
2249
|
margin-bottom: 1rem;
|
|
2259
2250
|
}
|
|
2251
|
+
.mb-6 {
|
|
2252
|
+
margin-bottom: 1.5rem;
|
|
2253
|
+
}
|
|
2260
2254
|
.mb-8 {
|
|
2261
2255
|
margin-bottom: 2rem;
|
|
2262
2256
|
}
|
|
@@ -2287,15 +2281,9 @@ video {
|
|
|
2287
2281
|
.mt-4 {
|
|
2288
2282
|
margin-top: 1rem;
|
|
2289
2283
|
}
|
|
2290
|
-
.mt-5 {
|
|
2291
|
-
margin-top: 1.25rem;
|
|
2292
|
-
}
|
|
2293
2284
|
.mt-6 {
|
|
2294
2285
|
margin-top: 1.5rem;
|
|
2295
2286
|
}
|
|
2296
|
-
.mt-8 {
|
|
2297
|
-
margin-top: 2rem;
|
|
2298
|
-
}
|
|
2299
2287
|
.block {
|
|
2300
2288
|
display: block;
|
|
2301
2289
|
}
|
|
@@ -2328,17 +2316,17 @@ video {
|
|
|
2328
2316
|
width: 100%;
|
|
2329
2317
|
height: 100%;
|
|
2330
2318
|
}
|
|
2331
|
-
.h-1
|
|
2332
|
-
height: 0.
|
|
2319
|
+
.h-1 {
|
|
2320
|
+
height: 0.25rem;
|
|
2333
2321
|
}
|
|
2334
2322
|
.h-16 {
|
|
2335
2323
|
height: 4rem;
|
|
2336
2324
|
}
|
|
2337
|
-
.h-2
|
|
2338
|
-
height: 0.
|
|
2325
|
+
.h-2 {
|
|
2326
|
+
height: 0.5rem;
|
|
2339
2327
|
}
|
|
2340
|
-
.h-
|
|
2341
|
-
height:
|
|
2328
|
+
.h-24 {
|
|
2329
|
+
height: 6rem;
|
|
2342
2330
|
}
|
|
2343
2331
|
.h-3 {
|
|
2344
2332
|
height: 0.75rem;
|
|
@@ -2349,15 +2337,9 @@ video {
|
|
|
2349
2337
|
.h-5 {
|
|
2350
2338
|
height: 1.25rem;
|
|
2351
2339
|
}
|
|
2352
|
-
.h-6 {
|
|
2353
|
-
height: 1.5rem;
|
|
2354
|
-
}
|
|
2355
2340
|
.h-8 {
|
|
2356
2341
|
height: 2rem;
|
|
2357
2342
|
}
|
|
2358
|
-
.h-\[1px\] {
|
|
2359
|
-
height: 1px;
|
|
2360
|
-
}
|
|
2361
2343
|
.h-\[46px\] {
|
|
2362
2344
|
height: 46px;
|
|
2363
2345
|
}
|
|
@@ -2382,17 +2364,14 @@ video {
|
|
|
2382
2364
|
.min-h-\[24px\] {
|
|
2383
2365
|
min-height: 24px;
|
|
2384
2366
|
}
|
|
2385
|
-
.w-1\.5 {
|
|
2386
|
-
width: 0.375rem;
|
|
2387
|
-
}
|
|
2388
2367
|
.w-16 {
|
|
2389
2368
|
width: 4rem;
|
|
2390
2369
|
}
|
|
2391
|
-
.w-2
|
|
2392
|
-
width: 0.
|
|
2370
|
+
.w-2 {
|
|
2371
|
+
width: 0.5rem;
|
|
2393
2372
|
}
|
|
2394
|
-
.w-
|
|
2395
|
-
width:
|
|
2373
|
+
.w-24 {
|
|
2374
|
+
width: 6rem;
|
|
2396
2375
|
}
|
|
2397
2376
|
.w-3 {
|
|
2398
2377
|
width: 0.75rem;
|
|
@@ -2403,9 +2382,6 @@ video {
|
|
|
2403
2382
|
.w-5 {
|
|
2404
2383
|
width: 1.25rem;
|
|
2405
2384
|
}
|
|
2406
|
-
.w-6 {
|
|
2407
|
-
width: 1.5rem;
|
|
2408
|
-
}
|
|
2409
2385
|
.w-72 {
|
|
2410
2386
|
width: 18rem;
|
|
2411
2387
|
}
|
|
@@ -2415,6 +2391,9 @@ video {
|
|
|
2415
2391
|
.w-full {
|
|
2416
2392
|
width: 100%;
|
|
2417
2393
|
}
|
|
2394
|
+
.min-w-0 {
|
|
2395
|
+
min-width: 0px;
|
|
2396
|
+
}
|
|
2418
2397
|
.min-w-\[120px\] {
|
|
2419
2398
|
min-width: 120px;
|
|
2420
2399
|
}
|
|
@@ -2427,6 +2406,9 @@ video {
|
|
|
2427
2406
|
.max-w-none {
|
|
2428
2407
|
max-width: none;
|
|
2429
2408
|
}
|
|
2409
|
+
.max-w-sm {
|
|
2410
|
+
max-width: 24rem;
|
|
2411
|
+
}
|
|
2430
2412
|
.flex-1 {
|
|
2431
2413
|
flex: 1 1 0%;
|
|
2432
2414
|
}
|
|
@@ -2498,9 +2480,6 @@ video {
|
|
|
2498
2480
|
.items-start {
|
|
2499
2481
|
align-items: flex-start;
|
|
2500
2482
|
}
|
|
2501
|
-
.items-end {
|
|
2502
|
-
align-items: flex-end;
|
|
2503
|
-
}
|
|
2504
2483
|
.items-center {
|
|
2505
2484
|
align-items: center;
|
|
2506
2485
|
}
|
|
@@ -2516,9 +2495,6 @@ video {
|
|
|
2516
2495
|
.gap-1 {
|
|
2517
2496
|
gap: 0.25rem;
|
|
2518
2497
|
}
|
|
2519
|
-
.gap-10 {
|
|
2520
|
-
gap: 2.5rem;
|
|
2521
|
-
}
|
|
2522
2498
|
.gap-2 {
|
|
2523
2499
|
gap: 0.5rem;
|
|
2524
2500
|
}
|
|
@@ -2528,6 +2504,9 @@ video {
|
|
|
2528
2504
|
.gap-4 {
|
|
2529
2505
|
gap: 1rem;
|
|
2530
2506
|
}
|
|
2507
|
+
.gap-6 {
|
|
2508
|
+
gap: 1.5rem;
|
|
2509
|
+
}
|
|
2531
2510
|
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
2532
2511
|
--tw-space-x-reverse: 0;
|
|
2533
2512
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -2605,6 +2584,9 @@ video {
|
|
|
2605
2584
|
.border-l-4 {
|
|
2606
2585
|
border-left-width: 4px;
|
|
2607
2586
|
}
|
|
2587
|
+
.border-r {
|
|
2588
|
+
border-right-width: 1px;
|
|
2589
|
+
}
|
|
2608
2590
|
.border-t {
|
|
2609
2591
|
border-top-width: 1px;
|
|
2610
2592
|
}
|
|
@@ -2614,26 +2596,23 @@ video {
|
|
|
2614
2596
|
.border-none {
|
|
2615
2597
|
border-style: none;
|
|
2616
2598
|
}
|
|
2617
|
-
.border-black\/10 {
|
|
2618
|
-
border-color: rgb(0 0 0 / 0.1);
|
|
2619
|
-
}
|
|
2620
|
-
.border-black\/20 {
|
|
2621
|
-
border-color: rgb(0 0 0 / 0.2);
|
|
2622
|
-
}
|
|
2623
|
-
.border-black\/30 {
|
|
2624
|
-
border-color: rgb(0 0 0 / 0.3);
|
|
2625
|
-
}
|
|
2626
|
-
.border-black\/5 {
|
|
2627
|
-
border-color: rgb(0 0 0 / 0.05);
|
|
2628
|
-
}
|
|
2629
2599
|
.border-current {
|
|
2630
2600
|
border-color: currentColor;
|
|
2631
2601
|
}
|
|
2632
2602
|
.border-red-500\/20 {
|
|
2633
2603
|
border-color: rgb(239 68 68 / 0.2);
|
|
2634
2604
|
}
|
|
2635
|
-
.border-red-500\/
|
|
2636
|
-
border-color: rgb(239 68 68 / 0.
|
|
2605
|
+
.border-red-500\/50 {
|
|
2606
|
+
border-color: rgb(239 68 68 / 0.5);
|
|
2607
|
+
}
|
|
2608
|
+
.border-white\/10 {
|
|
2609
|
+
border-color: rgb(255 255 255 / 0.1);
|
|
2610
|
+
}
|
|
2611
|
+
.border-white\/30 {
|
|
2612
|
+
border-color: rgb(255 255 255 / 0.3);
|
|
2613
|
+
}
|
|
2614
|
+
.border-white\/50 {
|
|
2615
|
+
border-color: rgb(255 255 255 / 0.5);
|
|
2637
2616
|
}
|
|
2638
2617
|
.bg-\[var\(--sdm-tbg\)\] {
|
|
2639
2618
|
background-color: var(--sdm-tbg);
|
|
@@ -2645,14 +2624,11 @@ video {
|
|
|
2645
2624
|
.bg-black\/10 {
|
|
2646
2625
|
background-color: rgb(0 0 0 / 0.1);
|
|
2647
2626
|
}
|
|
2648
|
-
.bg-black\/
|
|
2649
|
-
background-color: rgb(0 0 0 / 0.
|
|
2650
|
-
}
|
|
2651
|
-
.bg-black\/5 {
|
|
2652
|
-
background-color: rgb(0 0 0 / 0.05);
|
|
2627
|
+
.bg-black\/80 {
|
|
2628
|
+
background-color: rgb(0 0 0 / 0.8);
|
|
2653
2629
|
}
|
|
2654
|
-
.bg-black\/
|
|
2655
|
-
background-color: rgb(0 0 0 / 0.
|
|
2630
|
+
.bg-black\/90 {
|
|
2631
|
+
background-color: rgb(0 0 0 / 0.9);
|
|
2656
2632
|
}
|
|
2657
2633
|
.bg-red-100 {
|
|
2658
2634
|
--tw-bg-opacity: 1;
|
|
@@ -2662,9 +2638,6 @@ video {
|
|
|
2662
2638
|
--tw-bg-opacity: 1;
|
|
2663
2639
|
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
|
|
2664
2640
|
}
|
|
2665
|
-
.bg-red-50\/50 {
|
|
2666
|
-
background-color: rgb(254 242 242 / 0.5);
|
|
2667
|
-
}
|
|
2668
2641
|
.bg-red-500 {
|
|
2669
2642
|
--tw-bg-opacity: 1;
|
|
2670
2643
|
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
@@ -2682,11 +2655,11 @@ video {
|
|
|
2682
2655
|
--tw-bg-opacity: 1;
|
|
2683
2656
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
2684
2657
|
}
|
|
2685
|
-
.bg-white\/
|
|
2686
|
-
background-color: rgb(255 255 255 / 0.
|
|
2658
|
+
.bg-white\/10 {
|
|
2659
|
+
background-color: rgb(255 255 255 / 0.1);
|
|
2687
2660
|
}
|
|
2688
|
-
.bg-white\/
|
|
2689
|
-
background-color: rgb(255 255 255 / 0.
|
|
2661
|
+
.bg-white\/30 {
|
|
2662
|
+
background-color: rgb(255 255 255 / 0.3);
|
|
2690
2663
|
}
|
|
2691
2664
|
.fill-current {
|
|
2692
2665
|
fill: currentColor;
|
|
@@ -2716,18 +2689,13 @@ video {
|
|
|
2716
2689
|
.p-6 {
|
|
2717
2690
|
padding: 1.5rem;
|
|
2718
2691
|
}
|
|
2719
|
-
.
|
|
2720
|
-
padding
|
|
2721
|
-
padding-right: 0px;
|
|
2692
|
+
.p-8 {
|
|
2693
|
+
padding: 2rem;
|
|
2722
2694
|
}
|
|
2723
2695
|
.px-1\.5 {
|
|
2724
2696
|
padding-left: 0.375rem;
|
|
2725
2697
|
padding-right: 0.375rem;
|
|
2726
2698
|
}
|
|
2727
|
-
.px-2 {
|
|
2728
|
-
padding-left: 0.5rem;
|
|
2729
|
-
padding-right: 0.5rem;
|
|
2730
|
-
}
|
|
2731
2699
|
.px-3 {
|
|
2732
2700
|
padding-left: 0.75rem;
|
|
2733
2701
|
padding-right: 0.75rem;
|
|
@@ -2756,18 +2724,14 @@ video {
|
|
|
2756
2724
|
padding-top: 0.5rem;
|
|
2757
2725
|
padding-bottom: 0.5rem;
|
|
2758
2726
|
}
|
|
2759
|
-
.py-
|
|
2760
|
-
padding-top: 0.
|
|
2761
|
-
padding-bottom: 0.
|
|
2727
|
+
.py-2\.5 {
|
|
2728
|
+
padding-top: 0.625rem;
|
|
2729
|
+
padding-bottom: 0.625rem;
|
|
2762
2730
|
}
|
|
2763
2731
|
.py-4 {
|
|
2764
2732
|
padding-top: 1rem;
|
|
2765
2733
|
padding-bottom: 1rem;
|
|
2766
2734
|
}
|
|
2767
|
-
.py-8 {
|
|
2768
|
-
padding-top: 2rem;
|
|
2769
|
-
padding-bottom: 2rem;
|
|
2770
|
-
}
|
|
2771
2735
|
.pb-2 {
|
|
2772
2736
|
padding-bottom: 0.5rem;
|
|
2773
2737
|
}
|
|
@@ -2777,6 +2741,9 @@ video {
|
|
|
2777
2741
|
.pr-4 {
|
|
2778
2742
|
padding-right: 1rem;
|
|
2779
2743
|
}
|
|
2744
|
+
.pt-3 {
|
|
2745
|
+
padding-top: 0.75rem;
|
|
2746
|
+
}
|
|
2780
2747
|
.text-left {
|
|
2781
2748
|
text-align: left;
|
|
2782
2749
|
}
|
|
@@ -2815,15 +2782,6 @@ video {
|
|
|
2815
2782
|
.text-\[10px\] {
|
|
2816
2783
|
font-size: 10px;
|
|
2817
2784
|
}
|
|
2818
|
-
.text-\[11px\] {
|
|
2819
|
-
font-size: 11px;
|
|
2820
|
-
}
|
|
2821
|
-
.text-\[13px\] {
|
|
2822
|
-
font-size: 13px;
|
|
2823
|
-
}
|
|
2824
|
-
.text-\[8px\] {
|
|
2825
|
-
font-size: 8px;
|
|
2826
|
-
}
|
|
2827
2785
|
.text-\[9px\] {
|
|
2828
2786
|
font-size: 9px;
|
|
2829
2787
|
}
|
|
@@ -2868,14 +2826,11 @@ video {
|
|
|
2868
2826
|
.leading-relaxed {
|
|
2869
2827
|
line-height: 1.625;
|
|
2870
2828
|
}
|
|
2871
|
-
.tracking
|
|
2872
|
-
letter-spacing: 0.
|
|
2829
|
+
.tracking-tight {
|
|
2830
|
+
letter-spacing: -0.025em;
|
|
2873
2831
|
}
|
|
2874
|
-
.tracking
|
|
2875
|
-
letter-spacing: 0.
|
|
2876
|
-
}
|
|
2877
|
-
.tracking-wide {
|
|
2878
|
-
letter-spacing: 0.025em;
|
|
2832
|
+
.tracking-wider {
|
|
2833
|
+
letter-spacing: 0.05em;
|
|
2879
2834
|
}
|
|
2880
2835
|
.tracking-widest {
|
|
2881
2836
|
letter-spacing: 0.1em;
|
|
@@ -2887,24 +2842,6 @@ video {
|
|
|
2887
2842
|
--tw-text-opacity: 1;
|
|
2888
2843
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
2889
2844
|
}
|
|
2890
|
-
.text-black\/20 {
|
|
2891
|
-
color: rgb(0 0 0 / 0.2);
|
|
2892
|
-
}
|
|
2893
|
-
.text-black\/30 {
|
|
2894
|
-
color: rgb(0 0 0 / 0.3);
|
|
2895
|
-
}
|
|
2896
|
-
.text-black\/40 {
|
|
2897
|
-
color: rgb(0 0 0 / 0.4);
|
|
2898
|
-
}
|
|
2899
|
-
.text-black\/50 {
|
|
2900
|
-
color: rgb(0 0 0 / 0.5);
|
|
2901
|
-
}
|
|
2902
|
-
.text-black\/60 {
|
|
2903
|
-
color: rgb(0 0 0 / 0.6);
|
|
2904
|
-
}
|
|
2905
|
-
.text-black\/70 {
|
|
2906
|
-
color: rgb(0 0 0 / 0.7);
|
|
2907
|
-
}
|
|
2908
2845
|
.text-red-400\/80 {
|
|
2909
2846
|
color: rgb(248 113 113 / 0.8);
|
|
2910
2847
|
}
|
|
@@ -2928,14 +2865,26 @@ video {
|
|
|
2928
2865
|
--tw-text-opacity: 1;
|
|
2929
2866
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
2930
2867
|
}
|
|
2931
|
-
.
|
|
2932
|
-
|
|
2868
|
+
.text-white\/20 {
|
|
2869
|
+
color: rgb(255 255 255 / 0.2);
|
|
2870
|
+
}
|
|
2871
|
+
.text-white\/40 {
|
|
2872
|
+
color: rgb(255 255 255 / 0.4);
|
|
2873
|
+
}
|
|
2874
|
+
.text-white\/50 {
|
|
2875
|
+
color: rgb(255 255 255 / 0.5);
|
|
2876
|
+
}
|
|
2877
|
+
.text-white\/60 {
|
|
2878
|
+
color: rgb(255 255 255 / 0.6);
|
|
2933
2879
|
}
|
|
2934
|
-
.
|
|
2935
|
-
|
|
2880
|
+
.text-white\/70 {
|
|
2881
|
+
color: rgb(255 255 255 / 0.7);
|
|
2936
2882
|
}
|
|
2937
|
-
.
|
|
2938
|
-
|
|
2883
|
+
.text-white\/80 {
|
|
2884
|
+
color: rgb(255 255 255 / 0.8);
|
|
2885
|
+
}
|
|
2886
|
+
.underline {
|
|
2887
|
+
text-decoration-line: underline;
|
|
2939
2888
|
}
|
|
2940
2889
|
.opacity-0 {
|
|
2941
2890
|
opacity: 0;
|
|
@@ -2943,16 +2892,8 @@ video {
|
|
|
2943
2892
|
.opacity-50 {
|
|
2944
2893
|
opacity: 0.5;
|
|
2945
2894
|
}
|
|
2946
|
-
.opacity-
|
|
2947
|
-
opacity: 0.
|
|
2948
|
-
}
|
|
2949
|
-
.shadow-2xl {
|
|
2950
|
-
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
|
2951
|
-
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
|
|
2952
|
-
box-shadow:
|
|
2953
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2954
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
2955
|
-
var(--tw-shadow);
|
|
2895
|
+
.opacity-70 {
|
|
2896
|
+
opacity: 0.7;
|
|
2956
2897
|
}
|
|
2957
2898
|
.shadow-lg {
|
|
2958
2899
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
@@ -2985,10 +2926,6 @@ video {
|
|
|
2985
2926
|
--tw-backdrop-blur: blur(8px);
|
|
2986
2927
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2987
2928
|
}
|
|
2988
|
-
.backdrop-blur-md {
|
|
2989
|
-
--tw-backdrop-blur: blur(12px);
|
|
2990
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2991
|
-
}
|
|
2992
2929
|
.backdrop-blur-sm {
|
|
2993
2930
|
--tw-backdrop-blur: blur(4px);
|
|
2994
2931
|
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
@@ -3028,9 +2965,6 @@ video {
|
|
|
3028
2965
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3029
2966
|
transition-duration: 150ms;
|
|
3030
2967
|
}
|
|
3031
|
-
.transition-none {
|
|
3032
|
-
transition-property: none;
|
|
3033
|
-
}
|
|
3034
2968
|
.transition-opacity {
|
|
3035
2969
|
transition-property: opacity;
|
|
3036
2970
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3087,17 +3021,17 @@ video {
|
|
|
3087
3021
|
.placeholder\:uppercase::placeholder {
|
|
3088
3022
|
text-transform: uppercase;
|
|
3089
3023
|
}
|
|
3090
|
-
.placeholder\:tracking
|
|
3091
|
-
letter-spacing: 0.
|
|
3024
|
+
.placeholder\:tracking-widest::-moz-placeholder {
|
|
3025
|
+
letter-spacing: 0.1em;
|
|
3092
3026
|
}
|
|
3093
|
-
.placeholder\:tracking
|
|
3094
|
-
letter-spacing: 0.
|
|
3027
|
+
.placeholder\:tracking-widest::placeholder {
|
|
3028
|
+
letter-spacing: 0.1em;
|
|
3095
3029
|
}
|
|
3096
|
-
.placeholder\:text-
|
|
3097
|
-
color: rgb(
|
|
3030
|
+
.placeholder\:text-white\/30::-moz-placeholder {
|
|
3031
|
+
color: rgb(255 255 255 / 0.3);
|
|
3098
3032
|
}
|
|
3099
|
-
.placeholder\:text-
|
|
3100
|
-
color: rgb(
|
|
3033
|
+
.placeholder\:text-white\/30::placeholder {
|
|
3034
|
+
color: rgb(255 255 255 / 0.3);
|
|
3101
3035
|
}
|
|
3102
3036
|
.before\:mr-4::before {
|
|
3103
3037
|
content: var(--tw-content);
|
|
@@ -3148,6 +3082,9 @@ video {
|
|
|
3148
3082
|
.\*\:first\:mt-0:first-child > * {
|
|
3149
3083
|
margin-top: 0px;
|
|
3150
3084
|
}
|
|
3085
|
+
.last\:border-r-0:last-child {
|
|
3086
|
+
border-right-width: 0px;
|
|
3087
|
+
}
|
|
3151
3088
|
.\*\:last\:mb-0:last-child > * {
|
|
3152
3089
|
margin-bottom: 0px;
|
|
3153
3090
|
}
|
|
@@ -3163,25 +3100,32 @@ video {
|
|
|
3163
3100
|
--tw-content: var(--streamdown-caret);
|
|
3164
3101
|
content: var(--tw-content);
|
|
3165
3102
|
}
|
|
3166
|
-
.
|
|
3167
|
-
|
|
3103
|
+
.focus-within\:border-white\/60:focus-within {
|
|
3104
|
+
border-color: rgb(255 255 255 / 0.6);
|
|
3105
|
+
}
|
|
3106
|
+
.hover\:bg-red-500\/20:hover {
|
|
3107
|
+
background-color: rgb(239 68 68 / 0.2);
|
|
3168
3108
|
}
|
|
3169
3109
|
.hover\:bg-red-500\/30:hover {
|
|
3170
3110
|
background-color: rgb(239 68 68 / 0.3);
|
|
3171
3111
|
}
|
|
3112
|
+
.hover\:bg-white:hover {
|
|
3113
|
+
--tw-bg-opacity: 1;
|
|
3114
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
3115
|
+
}
|
|
3116
|
+
.hover\:bg-white\/10:hover {
|
|
3117
|
+
background-color: rgb(255 255 255 / 0.1);
|
|
3118
|
+
}
|
|
3119
|
+
.hover\:bg-white\/5:hover {
|
|
3120
|
+
background-color: rgb(255 255 255 / 0.05);
|
|
3121
|
+
}
|
|
3172
3122
|
.hover\:text-black:hover {
|
|
3173
3123
|
--tw-text-opacity: 1;
|
|
3174
3124
|
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
|
|
3175
3125
|
}
|
|
3176
|
-
.hover\:text-
|
|
3177
|
-
color: rgb(0 0 0 / 0.6);
|
|
3178
|
-
}
|
|
3179
|
-
.hover\:text-red-400:hover {
|
|
3126
|
+
.hover\:text-white:hover {
|
|
3180
3127
|
--tw-text-opacity: 1;
|
|
3181
|
-
color: rgb(
|
|
3182
|
-
}
|
|
3183
|
-
.hover\:opacity-70:hover {
|
|
3184
|
-
opacity: 0.7;
|
|
3128
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3185
3129
|
}
|
|
3186
3130
|
.disabled\:cursor-not-allowed:disabled {
|
|
3187
3131
|
cursor: not-allowed;
|
|
@@ -3199,28 +3143,6 @@ video {
|
|
|
3199
3143
|
--tw-grayscale: grayscale(0);
|
|
3200
3144
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3201
3145
|
}
|
|
3202
|
-
.prose-pre\:\!m-0 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3203
|
-
margin: 0px !important;
|
|
3204
|
-
}
|
|
3205
|
-
.prose-pre\:\!rounded-none :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3206
|
-
border-radius: 0px !important;
|
|
3207
|
-
}
|
|
3208
|
-
.prose-pre\:\!border-none :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3209
|
-
border-style: none !important;
|
|
3210
|
-
}
|
|
3211
|
-
.prose-pre\:\!bg-black\/5 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3212
|
-
background-color: rgb(0 0 0 / 0.05) !important;
|
|
3213
|
-
}
|
|
3214
|
-
.prose-pre\:\!p-4 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3215
|
-
padding: 1rem !important;
|
|
3216
|
-
}
|
|
3217
|
-
.prose-img\:\!rounded-none :is(:where(img):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3218
|
-
border-radius: 0px !important;
|
|
3219
|
-
}
|
|
3220
|
-
.prose-img\:grayscale :is(:where(img):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3221
|
-
--tw-grayscale: grayscale(100%);
|
|
3222
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
3223
|
-
}
|
|
3224
3146
|
@supports (backdrop-filter: var(--tw)) {
|
|
3225
3147
|
.supports-\[backdrop-filter\]\:backdrop-blur {
|
|
3226
3148
|
--tw-backdrop-blur: blur(8px);
|
|
@@ -3240,95 +3162,15 @@ video {
|
|
|
3240
3162
|
}
|
|
3241
3163
|
}
|
|
3242
3164
|
@media (prefers-color-scheme: dark) {
|
|
3243
|
-
.dark\:border-white\/10 {
|
|
3244
|
-
border-color: rgb(255 255 255 / 0.1);
|
|
3245
|
-
}
|
|
3246
|
-
.dark\:border-white\/20 {
|
|
3247
|
-
border-color: rgb(255 255 255 / 0.2);
|
|
3248
|
-
}
|
|
3249
|
-
.dark\:border-white\/30 {
|
|
3250
|
-
border-color: rgb(255 255 255 / 0.3);
|
|
3251
|
-
}
|
|
3252
|
-
.dark\:border-white\/5 {
|
|
3253
|
-
border-color: rgb(255 255 255 / 0.05);
|
|
3254
|
-
}
|
|
3255
3165
|
.dark\:bg-\[var\(--shiki-dark-bg\,var\(--sdm-tbg\)\)\] {
|
|
3256
3166
|
background-color: var(--shiki-dark-bg,var(--sdm-tbg));
|
|
3257
3167
|
}
|
|
3258
|
-
.dark\:bg-black {
|
|
3259
|
-
--tw-bg-opacity: 1;
|
|
3260
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
3261
|
-
}
|
|
3262
|
-
.dark\:bg-black\/90 {
|
|
3263
|
-
background-color: rgb(0 0 0 / 0.9);
|
|
3264
|
-
}
|
|
3265
|
-
.dark\:bg-black\/95 {
|
|
3266
|
-
background-color: rgb(0 0 0 / 0.95);
|
|
3267
|
-
}
|
|
3268
|
-
.dark\:bg-red-950\/20 {
|
|
3269
|
-
background-color: rgb(69 10 10 / 0.2);
|
|
3270
|
-
}
|
|
3271
|
-
.dark\:bg-white {
|
|
3272
|
-
--tw-bg-opacity: 1;
|
|
3273
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
3274
|
-
}
|
|
3275
|
-
.dark\:bg-white\/10 {
|
|
3276
|
-
background-color: rgb(255 255 255 / 0.1);
|
|
3277
|
-
}
|
|
3278
|
-
.dark\:bg-white\/20 {
|
|
3279
|
-
background-color: rgb(255 255 255 / 0.2);
|
|
3280
|
-
}
|
|
3281
3168
|
.dark\:text-\[var\(--shiki-dark\,var\(--sdm-c\,inherit\)\)\] {
|
|
3282
3169
|
color: var(--shiki-dark,var(--sdm-c,inherit));
|
|
3283
3170
|
}
|
|
3284
|
-
.dark\:text-red-400 {
|
|
3285
|
-
--tw-text-opacity: 1;
|
|
3286
|
-
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
|
|
3287
|
-
}
|
|
3288
|
-
.dark\:text-white {
|
|
3289
|
-
--tw-text-opacity: 1;
|
|
3290
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3291
|
-
}
|
|
3292
|
-
.dark\:text-white\/20 {
|
|
3293
|
-
color: rgb(255 255 255 / 0.2);
|
|
3294
|
-
}
|
|
3295
|
-
.dark\:text-white\/30 {
|
|
3296
|
-
color: rgb(255 255 255 / 0.3);
|
|
3297
|
-
}
|
|
3298
|
-
.dark\:text-white\/40 {
|
|
3299
|
-
color: rgb(255 255 255 / 0.4);
|
|
3300
|
-
}
|
|
3301
|
-
.dark\:text-white\/50 {
|
|
3302
|
-
color: rgb(255 255 255 / 0.5);
|
|
3303
|
-
}
|
|
3304
|
-
.dark\:text-white\/60 {
|
|
3305
|
-
color: rgb(255 255 255 / 0.6);
|
|
3306
|
-
}
|
|
3307
|
-
.dark\:text-white\/70 {
|
|
3308
|
-
color: rgb(255 255 255 / 0.7);
|
|
3309
|
-
}
|
|
3310
|
-
.dark\:placeholder\:text-white\/30::-moz-placeholder {
|
|
3311
|
-
color: rgb(255 255 255 / 0.3);
|
|
3312
|
-
}
|
|
3313
|
-
.dark\:placeholder\:text-white\/30::placeholder {
|
|
3314
|
-
color: rgb(255 255 255 / 0.3);
|
|
3315
|
-
}
|
|
3316
|
-
.dark\:hover\:bg-white\/5:hover {
|
|
3317
|
-
background-color: rgb(255 255 255 / 0.05);
|
|
3318
|
-
}
|
|
3319
|
-
.dark\:hover\:text-white:hover {
|
|
3320
|
-
--tw-text-opacity: 1;
|
|
3321
|
-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3322
|
-
}
|
|
3323
|
-
.dark\:hover\:text-white\/60:hover {
|
|
3324
|
-
color: rgb(255 255 255 / 0.6);
|
|
3325
|
-
}
|
|
3326
|
-
.dark\:prose-pre\:\!bg-white\/5 :is(:where(pre):not(:where([class~=not-prose], [class~=not-prose] *))) {
|
|
3327
|
-
background-color: rgb(255 255 255 / 0.05) !important;
|
|
3328
|
-
}
|
|
3329
3171
|
}
|
|
3330
|
-
.\[\&\:not\(\:first-child\)\]\:mt-
|
|
3331
|
-
margin-top:
|
|
3172
|
+
.\[\&\:not\(\:first-child\)\]\:mt-4:not(:first-child) {
|
|
3173
|
+
margin-top: 1rem;
|
|
3332
3174
|
}
|
|
3333
3175
|
.\[\&\>li\]\:mt-2 > li {
|
|
3334
3176
|
margin-top: 0.5rem;
|