@scalar/api-reference-react 0.9.17 → 0.9.19
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/CHANGELOG.md +8 -0
- package/dist/ApiReferenceReact.d.ts +1 -0
- package/dist/ApiReferenceReact.d.ts.map +1 -1
- package/dist/ApiReferenceReact.test.d.ts +2 -0
- package/dist/ApiReferenceReact.test.d.ts.map +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +339 -389
- package/dist/vue-bundler-flags.d.ts +2 -0
- package/dist/vue-bundler-flags.d.ts.map +1 -0
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -1384,16 +1384,40 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1384
1384
|
top: -24px;
|
|
1385
1385
|
}
|
|
1386
1386
|
}
|
|
1387
|
-
.tag-section[data-v-
|
|
1387
|
+
.tag-section[data-v-d4f47ce7] {
|
|
1388
1388
|
margin-bottom: 48px;
|
|
1389
1389
|
}
|
|
1390
|
-
.tag-name[data-v-
|
|
1390
|
+
.tag-name[data-v-d4f47ce7] {
|
|
1391
1391
|
text-transform: capitalize;
|
|
1392
1392
|
}
|
|
1393
|
-
.tag-description[data-v-
|
|
1393
|
+
.tag-description[data-v-d4f47ce7] {
|
|
1394
1394
|
padding-bottom: 4px;
|
|
1395
1395
|
text-align: left;
|
|
1396
1396
|
}
|
|
1397
|
+
/* Tag Groups */
|
|
1398
|
+
.tag-section-group .tag-group-name[data-v-d4f47ce7] {
|
|
1399
|
+
gap: 12px;
|
|
1400
|
+
align-self: stretch;
|
|
1401
|
+
grid-template-columns: auto 1fr;
|
|
1402
|
+
}
|
|
1403
|
+
.tag-group-name[data-v-d4f47ce7]:after {
|
|
1404
|
+
content: '';
|
|
1405
|
+
display: block;
|
|
1406
|
+
height: 1px;
|
|
1407
|
+
align-self: center;
|
|
1408
|
+
background: var(--scalar-border-color);
|
|
1409
|
+
}
|
|
1410
|
+
.tag-group-name[data-v-d4f47ce7]:has(* > *:hover),
|
|
1411
|
+
.tag-group-name[data-v-d4f47ce7]:has(:focus-visible) {
|
|
1412
|
+
gap: 32px;
|
|
1413
|
+
}
|
|
1414
|
+
.tag-section-group .tag-section[data-v-d4f47ce7] {
|
|
1415
|
+
padding-inline: 0;
|
|
1416
|
+
margin-bottom: 24px;
|
|
1417
|
+
}
|
|
1418
|
+
.tag-section-group .tag-section[data-v-d4f47ce7]:last-of-type {
|
|
1419
|
+
margin-bottom: 0;
|
|
1420
|
+
}
|
|
1397
1421
|
.endpoint[data-v-ad8530a6] {
|
|
1398
1422
|
display: flex;
|
|
1399
1423
|
white-space: nowrap;
|
|
@@ -1712,7 +1736,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1712
1736
|
.callback-operation-container[data-v-df994c31] .parameter-list-items > li {
|
|
1713
1737
|
padding: 0 8px;
|
|
1714
1738
|
}
|
|
1715
|
-
.empty-state[data-v-
|
|
1739
|
+
.empty-state[data-v-c29c16d8] {
|
|
1716
1740
|
margin: 10px 0 10px 12px;
|
|
1717
1741
|
text-align: center;
|
|
1718
1742
|
font-size: var(--scalar-mini);
|
|
@@ -1723,18 +1747,18 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1723
1747
|
border-radius: var(--scalar-radius-lg);
|
|
1724
1748
|
color: var(--scalar-color-2);
|
|
1725
1749
|
}
|
|
1726
|
-
.rule-title[data-v-
|
|
1750
|
+
.rule-title[data-v-c29c16d8] {
|
|
1727
1751
|
font-family: var(--scalar-font-code);
|
|
1728
1752
|
color: var(--scalar-color-1);
|
|
1729
1753
|
display: inline-block;
|
|
1730
1754
|
margin: 12px 0 6px;
|
|
1731
1755
|
border-radius: var(--scalar-radius);
|
|
1732
1756
|
}
|
|
1733
|
-
.rule[data-v-
|
|
1757
|
+
.rule[data-v-c29c16d8] {
|
|
1734
1758
|
margin: 0 12px 0;
|
|
1735
1759
|
border-radius: var(--scalar-radius-lg);
|
|
1736
1760
|
}
|
|
1737
|
-
.rule-items[data-v-
|
|
1761
|
+
.rule-items[data-v-c29c16d8] {
|
|
1738
1762
|
counter-reset: list-number;
|
|
1739
1763
|
display: flex;
|
|
1740
1764
|
flex-direction: column;
|
|
@@ -1742,14 +1766,14 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1742
1766
|
border-left: 1px solid var(--scalar-border-color);
|
|
1743
1767
|
padding: 12px 0 12px;
|
|
1744
1768
|
}
|
|
1745
|
-
.rule-item[data-v-
|
|
1769
|
+
.rule-item[data-v-c29c16d8] {
|
|
1746
1770
|
counter-increment: list-number;
|
|
1747
1771
|
border: 1px solid var(--scalar-border-color);
|
|
1748
1772
|
border-radius: var(--scalar-radius-lg);
|
|
1749
1773
|
overflow: hidden;
|
|
1750
1774
|
margin-left: 24px;
|
|
1751
1775
|
}
|
|
1752
|
-
.rule-item[data-v-
|
|
1776
|
+
.rule-item[data-v-c29c16d8]:before {
|
|
1753
1777
|
/* content: counter(list-number); */
|
|
1754
1778
|
border: 1px solid var(--scalar-border-color);
|
|
1755
1779
|
border-top: 0;
|
|
@@ -1830,10 +1854,10 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1830
1854
|
.scalar-card-header.scalar-card-header-tabs[data-v-fec8fbbb] {
|
|
1831
1855
|
padding: 0;
|
|
1832
1856
|
}
|
|
1833
|
-
.response-card[data-v-
|
|
1857
|
+
.response-card[data-v-9f4fecde] {
|
|
1834
1858
|
font-size: var(--scalar-font-size-3);
|
|
1835
1859
|
}
|
|
1836
|
-
.code-copy[data-v-
|
|
1860
|
+
.code-copy[data-v-9f4fecde] {
|
|
1837
1861
|
display: flex;
|
|
1838
1862
|
align-items: center;
|
|
1839
1863
|
justify-content: center;
|
|
@@ -1847,14 +1871,14 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1847
1871
|
padding: 0;
|
|
1848
1872
|
margin-right: 12px;
|
|
1849
1873
|
}
|
|
1850
|
-
.code-copy[data-v-
|
|
1874
|
+
.code-copy[data-v-9f4fecde]:hover {
|
|
1851
1875
|
color: var(--scalar-color-1);
|
|
1852
1876
|
}
|
|
1853
|
-
.code-copy svg[data-v-
|
|
1877
|
+
.code-copy svg[data-v-9f4fecde] {
|
|
1854
1878
|
width: 13px;
|
|
1855
1879
|
height: 13px;
|
|
1856
1880
|
}
|
|
1857
|
-
.response-card-footer[data-v-
|
|
1881
|
+
.response-card-footer[data-v-9f4fecde] {
|
|
1858
1882
|
display: flex;
|
|
1859
1883
|
flex-direction: row-reverse;
|
|
1860
1884
|
flex-wrap: wrap;
|
|
@@ -1863,11 +1887,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1863
1887
|
padding: 7px 12px;
|
|
1864
1888
|
column-gap: 8px;
|
|
1865
1889
|
}
|
|
1866
|
-
.response-example-selector[data-v-
|
|
1890
|
+
.response-example-selector[data-v-9f4fecde] {
|
|
1867
1891
|
flex-shrink: 0;
|
|
1868
1892
|
margin: -4px;
|
|
1869
1893
|
}
|
|
1870
|
-
.response-description[data-v-
|
|
1894
|
+
.response-description[data-v-9f4fecde] {
|
|
1871
1895
|
font-weight: var(--scalar-semibold);
|
|
1872
1896
|
font-size: var(--scalar-small);
|
|
1873
1897
|
color: var(--scalar-color--1);
|
|
@@ -1876,13 +1900,13 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1876
1900
|
|
|
1877
1901
|
flex-grow: 1;
|
|
1878
1902
|
}
|
|
1879
|
-
.response-description-markdown[data-v-
|
|
1903
|
+
.response-description-markdown[data-v-9f4fecde] {
|
|
1880
1904
|
max-height: 3lh;
|
|
1881
1905
|
}
|
|
1882
|
-
.response-description-markdown[data-v-
|
|
1906
|
+
.response-description-markdown[data-v-9f4fecde] * {
|
|
1883
1907
|
margin: 0;
|
|
1884
1908
|
}
|
|
1885
|
-
.schema-type[data-v-
|
|
1909
|
+
.schema-type[data-v-9f4fecde] {
|
|
1886
1910
|
font-size: var(--scalar-micro);
|
|
1887
1911
|
color: var(--scalar-color-2);
|
|
1888
1912
|
font-weight: var(--scalar-semibold);
|
|
@@ -1891,16 +1915,16 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1891
1915
|
border-radius: 4px;
|
|
1892
1916
|
margin-right: 4px;
|
|
1893
1917
|
}
|
|
1894
|
-
.schema-example[data-v-
|
|
1918
|
+
.schema-example[data-v-9f4fecde] {
|
|
1895
1919
|
font-size: var(--scalar-micro);
|
|
1896
1920
|
color: var(--scalar-color-2);
|
|
1897
1921
|
font-weight: var(--scalar-semibold);
|
|
1898
1922
|
}
|
|
1899
|
-
.example-response-tab[data-v-
|
|
1923
|
+
.example-response-tab[data-v-9f4fecde] {
|
|
1900
1924
|
display: block;
|
|
1901
1925
|
margin: 6px;
|
|
1902
1926
|
}
|
|
1903
|
-
.scalar-card-checkbox[data-v-
|
|
1927
|
+
.scalar-card-checkbox[data-v-9f4fecde] {
|
|
1904
1928
|
display: flex;
|
|
1905
1929
|
align-items: center;
|
|
1906
1930
|
justify-content: center;
|
|
@@ -1917,20 +1941,20 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1917
1941
|
padding: 7px 6px;
|
|
1918
1942
|
}
|
|
1919
1943
|
.scalar-card-checkbox:has(.scalar-card-checkbox-input:focus-visible)
|
|
1920
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
1944
|
+
.scalar-card-checkbox-checkmark[data-v-9f4fecde] {
|
|
1921
1945
|
outline: 1px solid var(--scalar-color-accent);
|
|
1922
1946
|
}
|
|
1923
|
-
.scalar-card-checkbox[data-v-
|
|
1947
|
+
.scalar-card-checkbox[data-v-9f4fecde]:hover {
|
|
1924
1948
|
color: var(--scalar-color--1);
|
|
1925
1949
|
}
|
|
1926
|
-
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-
|
|
1950
|
+
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-9f4fecde] {
|
|
1927
1951
|
position: absolute;
|
|
1928
1952
|
opacity: 0;
|
|
1929
1953
|
cursor: pointer;
|
|
1930
1954
|
height: 0;
|
|
1931
1955
|
width: 0;
|
|
1932
1956
|
}
|
|
1933
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
1957
|
+
.scalar-card-checkbox-checkmark[data-v-9f4fecde] {
|
|
1934
1958
|
height: 16px;
|
|
1935
1959
|
width: 16px;
|
|
1936
1960
|
border-radius: var(--scalar-radius);
|
|
@@ -1938,27 +1962,27 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1938
1962
|
background-color: var(--scalar-background-3);
|
|
1939
1963
|
box-shadow: inset 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
1940
1964
|
}
|
|
1941
|
-
.scalar-card-checkbox[data-v-
|
|
1965
|
+
.scalar-card-checkbox[data-v-9f4fecde]:has(.scalar-card-checkbox-input:checked) {
|
|
1942
1966
|
color: var(--scalar-color-1);
|
|
1943
1967
|
font-weight: var(--scalar-semibold);
|
|
1944
1968
|
}
|
|
1945
1969
|
.scalar-card-checkbox
|
|
1946
1970
|
.scalar-card-checkbox-input:checked
|
|
1947
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
1971
|
+
~ .scalar-card-checkbox-checkmark[data-v-9f4fecde] {
|
|
1948
1972
|
background-color: var(--scalar-button-1);
|
|
1949
1973
|
box-shadow: none;
|
|
1950
1974
|
}
|
|
1951
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
1975
|
+
.scalar-card-checkbox-checkmark[data-v-9f4fecde]:after {
|
|
1952
1976
|
content: '';
|
|
1953
1977
|
position: absolute;
|
|
1954
1978
|
display: none;
|
|
1955
1979
|
}
|
|
1956
1980
|
.scalar-card-checkbox
|
|
1957
1981
|
.scalar-card-checkbox-input:checked
|
|
1958
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
1982
|
+
~ .scalar-card-checkbox-checkmark[data-v-9f4fecde]:after {
|
|
1959
1983
|
display: block;
|
|
1960
1984
|
}
|
|
1961
|
-
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-
|
|
1985
|
+
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-9f4fecde]:after {
|
|
1962
1986
|
right: 11.5px;
|
|
1963
1987
|
top: 12.5px;
|
|
1964
1988
|
width: 5px;
|
|
@@ -2002,11 +2026,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2002
2026
|
margin-right: 4px;
|
|
2003
2027
|
}
|
|
2004
2028
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2005
|
-
.operation-title[data-v-
|
|
2029
|
+
.operation-title[data-v-1f81471a] {
|
|
2006
2030
|
justify-content: space-between;
|
|
2007
2031
|
display: flex;
|
|
2008
2032
|
}
|
|
2009
|
-
.operation-details[data-v-
|
|
2033
|
+
.operation-details[data-v-1f81471a] {
|
|
2010
2034
|
flex-shrink: 1;
|
|
2011
2035
|
align-items: center;
|
|
2012
2036
|
gap: 9px;
|
|
@@ -2014,11 +2038,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2014
2038
|
margin-top: 0;
|
|
2015
2039
|
display: flex;
|
|
2016
2040
|
}
|
|
2017
|
-
.operation-details[data-v-
|
|
2041
|
+
.operation-details[data-v-1f81471a] .endpoint-anchor .scalar-button svg {
|
|
2018
2042
|
width: 16px;
|
|
2019
2043
|
height: 16px;
|
|
2020
2044
|
}
|
|
2021
|
-
.endpoint-type[data-v-
|
|
2045
|
+
.endpoint-type[data-v-1f81471a] {
|
|
2022
2046
|
z-index: 0;
|
|
2023
2047
|
width: 60px;
|
|
2024
2048
|
font-size: var(--scalar-small);
|
|
@@ -2033,7 +2057,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2033
2057
|
display: flex;
|
|
2034
2058
|
position: relative;
|
|
2035
2059
|
}
|
|
2036
|
-
.endpoint-type[data-v-
|
|
2060
|
+
.endpoint-type[data-v-1f81471a]:after {
|
|
2037
2061
|
content: "";
|
|
2038
2062
|
z-index: -1;
|
|
2039
2063
|
opacity: .15;
|
|
@@ -2042,16 +2066,16 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2042
2066
|
position: absolute;
|
|
2043
2067
|
inset: 0;
|
|
2044
2068
|
}
|
|
2045
|
-
.endpoint-anchor[data-v-
|
|
2069
|
+
.endpoint-anchor[data-v-1f81471a] {
|
|
2046
2070
|
flex-shrink: 1;
|
|
2047
2071
|
align-items: center;
|
|
2048
2072
|
min-width: 0;
|
|
2049
2073
|
display: flex;
|
|
2050
2074
|
}
|
|
2051
|
-
.endpoint-anchor.label[data-v-
|
|
2075
|
+
.endpoint-anchor.label[data-v-1f81471a] {
|
|
2052
2076
|
display: flex;
|
|
2053
2077
|
}
|
|
2054
|
-
.endpoint-label[data-v-
|
|
2078
|
+
.endpoint-label[data-v-1f81471a] {
|
|
2055
2079
|
min-width: 0;
|
|
2056
2080
|
color: var(--scalar-color-1);
|
|
2057
2081
|
flex-shrink: 1;
|
|
@@ -2059,17 +2083,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2059
2083
|
gap: 9px;
|
|
2060
2084
|
display: flex;
|
|
2061
2085
|
}
|
|
2062
|
-
.endpoint-label-path[data-v-
|
|
2086
|
+
.endpoint-label-path[data-v-1f81471a] {
|
|
2063
2087
|
font-family: var(--scalar-font-code);
|
|
2064
2088
|
font-size: var(--scalar-mini);
|
|
2065
2089
|
text-overflow: ellipsis;
|
|
2066
2090
|
white-space: nowrap;
|
|
2067
2091
|
overflow: hidden;
|
|
2068
2092
|
}
|
|
2069
|
-
.endpoint-label-path[data-v-
|
|
2093
|
+
.endpoint-label-path[data-v-1f81471a] em {
|
|
2070
2094
|
color: var(--scalar-color-2);
|
|
2071
2095
|
}
|
|
2072
|
-
.endpoint-label-name[data-v-
|
|
2096
|
+
.endpoint-label-name[data-v-1f81471a] {
|
|
2073
2097
|
color: var(--scalar-color-2);
|
|
2074
2098
|
font-size: var(--scalar-small);
|
|
2075
2099
|
text-overflow: ellipsis;
|
|
@@ -2077,17 +2101,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2077
2101
|
flex-shrink: 1000000000;
|
|
2078
2102
|
overflow: hidden;
|
|
2079
2103
|
}
|
|
2080
|
-
.endpoint-try-hint[data-v-
|
|
2104
|
+
.endpoint-try-hint[data-v-1f81471a] {
|
|
2081
2105
|
flex-shrink: 0;
|
|
2082
2106
|
padding: 2px;
|
|
2083
2107
|
}
|
|
2084
|
-
.endpoint-copy[data-v-
|
|
2108
|
+
.endpoint-copy[data-v-1f81471a] {
|
|
2085
2109
|
color: currentColor;
|
|
2086
2110
|
}
|
|
2087
|
-
.endpoint-copy[data-v-
|
|
2111
|
+
.endpoint-copy[data-v-1f81471a] svg {
|
|
2088
2112
|
stroke-width: 2px;
|
|
2089
2113
|
}
|
|
2090
|
-
.endpoint-content[data-v-
|
|
2114
|
+
.endpoint-content[data-v-1f81471a] {
|
|
2091
2115
|
grid-auto-columns: 1fr;
|
|
2092
2116
|
grid-auto-flow: row;
|
|
2093
2117
|
gap: 9px;
|
|
@@ -2095,52 +2119,52 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2095
2119
|
display: grid;
|
|
2096
2120
|
}
|
|
2097
2121
|
@media (min-width: 1000px) {
|
|
2098
|
-
.endpoint-content[data-v-
|
|
2122
|
+
.endpoint-content[data-v-1f81471a] {
|
|
2099
2123
|
grid-auto-flow: column;
|
|
2100
2124
|
}
|
|
2101
2125
|
}
|
|
2102
2126
|
@container (max-width: 900px) {
|
|
2103
|
-
.endpoint-content[data-v-
|
|
2127
|
+
.endpoint-content[data-v-1f81471a] {
|
|
2104
2128
|
grid-template-columns: 1fr;
|
|
2105
2129
|
}
|
|
2106
2130
|
}
|
|
2107
|
-
.endpoint-content[data-v-
|
|
2131
|
+
.endpoint-content[data-v-1f81471a] > * {
|
|
2108
2132
|
min-width: 0;
|
|
2109
2133
|
}
|
|
2110
|
-
.operation-details-card[data-v-
|
|
2134
|
+
.operation-details-card[data-v-1f81471a] {
|
|
2111
2135
|
flex-direction: column;
|
|
2112
2136
|
gap: 12px;
|
|
2113
2137
|
min-width: 0;
|
|
2114
2138
|
display: flex;
|
|
2115
2139
|
}
|
|
2116
|
-
:is(.operation-details-card-item[data-v-
|
|
2140
|
+
:is(.operation-details-card-item[data-v-1f81471a] .parameter-list, .operation-details-card-item[data-v-1f81471a] .callbacks-list) {
|
|
2117
2141
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2118
2142
|
border-radius: var(--scalar-radius-lg);
|
|
2119
2143
|
margin-top: 0;
|
|
2120
2144
|
}
|
|
2121
|
-
.operation-details-card-item[data-v-
|
|
2145
|
+
.operation-details-card-item[data-v-1f81471a] {
|
|
2122
2146
|
flex-direction: column;
|
|
2123
2147
|
gap: 12px;
|
|
2124
2148
|
display: flex;
|
|
2125
2149
|
}
|
|
2126
|
-
.operation-details-card-item[data-v-
|
|
2150
|
+
.operation-details-card-item[data-v-1f81471a] .parameter-list-items {
|
|
2127
2151
|
margin-bottom: 0;
|
|
2128
2152
|
}
|
|
2129
|
-
.operation-details-card[data-v-
|
|
2153
|
+
.operation-details-card[data-v-1f81471a] .parameter-item:last-of-type .parameter-schema {
|
|
2130
2154
|
padding-bottom: 12px;
|
|
2131
2155
|
}
|
|
2132
|
-
.operation-details-card[data-v-
|
|
2156
|
+
.operation-details-card[data-v-1f81471a] .parameter-list .parameter-list {
|
|
2133
2157
|
margin-bottom: 12px;
|
|
2134
2158
|
}
|
|
2135
|
-
.operation-details-card[data-v-
|
|
2159
|
+
.operation-details-card[data-v-1f81471a] .parameter-item {
|
|
2136
2160
|
margin: 0;
|
|
2137
2161
|
padding: 0;
|
|
2138
2162
|
}
|
|
2139
|
-
.operation-details-card[data-v-
|
|
2163
|
+
.operation-details-card[data-v-1f81471a] .property {
|
|
2140
2164
|
margin: 0;
|
|
2141
2165
|
padding: 9px;
|
|
2142
2166
|
}
|
|
2143
|
-
:is(.operation-details-card[data-v-
|
|
2167
|
+
:is(.operation-details-card[data-v-1f81471a] .parameter-list-title, .operation-details-card[data-v-1f81471a] .request-body-title, .operation-details-card[data-v-1f81471a] .callbacks-title) {
|
|
2144
2168
|
text-transform: uppercase;
|
|
2145
2169
|
font-weight: var(--scalar-bold);
|
|
2146
2170
|
font-size: var(--scalar-mini);
|
|
@@ -2149,61 +2173,61 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2149
2173
|
padding: 9px;
|
|
2150
2174
|
line-height: 1.33;
|
|
2151
2175
|
}
|
|
2152
|
-
.operation-details-card[data-v-
|
|
2176
|
+
.operation-details-card[data-v-1f81471a] .callback-list-item-title {
|
|
2153
2177
|
padding-left: 28px;
|
|
2154
2178
|
padding-right: 12px;
|
|
2155
2179
|
}
|
|
2156
|
-
.operation-details-card[data-v-
|
|
2180
|
+
.operation-details-card[data-v-1f81471a] .callback-list-item-icon {
|
|
2157
2181
|
left: 6px;
|
|
2158
2182
|
}
|
|
2159
|
-
.operation-details-card[data-v-
|
|
2183
|
+
.operation-details-card[data-v-1f81471a] .callback-operation-container {
|
|
2160
2184
|
padding-inline: 9px;
|
|
2161
2185
|
padding-bottom: 9px;
|
|
2162
2186
|
}
|
|
2163
|
-
:is(.operation-details-card[data-v-
|
|
2187
|
+
:is(.operation-details-card[data-v-1f81471a] .callback-operation-container > .request-body, .operation-details-card[data-v-1f81471a] .callback-operation-container > .parameter-list) {
|
|
2164
2188
|
border: none;
|
|
2165
2189
|
}
|
|
2166
|
-
.operation-details-card[data-v-
|
|
2190
|
+
.operation-details-card[data-v-1f81471a] .callback-operation-container > .request-body > .request-body-header {
|
|
2167
2191
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2168
2192
|
padding: 0 0 9px;
|
|
2169
2193
|
}
|
|
2170
|
-
.operation-details-card[data-v-
|
|
2194
|
+
.operation-details-card[data-v-1f81471a] .request-body-description {
|
|
2171
2195
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2172
2196
|
margin-top: 0;
|
|
2173
2197
|
padding: 9px 9px 0;
|
|
2174
2198
|
}
|
|
2175
|
-
.operation-details-card[data-v-
|
|
2199
|
+
.operation-details-card[data-v-1f81471a] .request-body {
|
|
2176
2200
|
border-radius: var(--scalar-radius-lg);
|
|
2177
2201
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2178
2202
|
margin-top: 0;
|
|
2179
2203
|
}
|
|
2180
|
-
.operation-details-card[data-v-
|
|
2204
|
+
.operation-details-card[data-v-1f81471a] .request-body .schema-card--level-0 > .schema-card-description {
|
|
2181
2205
|
padding-inline: 9px;
|
|
2182
2206
|
}
|
|
2183
|
-
.operation-details-card[data-v-
|
|
2207
|
+
.operation-details-card[data-v-1f81471a] .request-body-header {
|
|
2184
2208
|
border-bottom: 0;
|
|
2185
2209
|
padding-bottom: 0;
|
|
2186
2210
|
}
|
|
2187
|
-
.operation-details-card[data-v-
|
|
2211
|
+
.operation-details-card[data-v-1f81471a] .contents button {
|
|
2188
2212
|
margin-right: 9px;
|
|
2189
2213
|
}
|
|
2190
|
-
.operation-details-card[data-v-
|
|
2214
|
+
.operation-details-card[data-v-1f81471a] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
2191
2215
|
margin-inline: 9px;
|
|
2192
2216
|
margin-bottom: 9px;
|
|
2193
2217
|
}
|
|
2194
|
-
.operation-details-card[data-v-
|
|
2218
|
+
.operation-details-card[data-v-1f81471a] .request-body-schema .property--level-0 {
|
|
2195
2219
|
padding: 0;
|
|
2196
2220
|
}
|
|
2197
|
-
.operation-details-card[data-v-
|
|
2221
|
+
.operation-details-card[data-v-1f81471a] .selected-content-type {
|
|
2198
2222
|
margin-right: 9px;
|
|
2199
2223
|
}
|
|
2200
|
-
.operation-example-card[data-v-
|
|
2224
|
+
.operation-example-card[data-v-1f81471a] {
|
|
2201
2225
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2202
2226
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
2203
2227
|
position: sticky;
|
|
2204
2228
|
}
|
|
2205
2229
|
@media (max-width: 600px) {
|
|
2206
|
-
.operation-example-card[data-v-
|
|
2230
|
+
.operation-example-card[data-v-1f81471a] {
|
|
2207
2231
|
max-height: unset;
|
|
2208
2232
|
position: static;
|
|
2209
2233
|
}
|
|
@@ -2293,15 +2317,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2293
2317
|
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
2294
2318
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
2295
2319
|
}
|
|
2296
|
-
.examples[data-v-
|
|
2320
|
+
.examples[data-v-6488f75e] {
|
|
2297
2321
|
position: sticky;
|
|
2298
2322
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2299
2323
|
}
|
|
2300
|
-
.examples[data-v-
|
|
2324
|
+
.examples[data-v-6488f75e] > * {
|
|
2301
2325
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
2302
2326
|
position: relative;
|
|
2303
2327
|
}
|
|
2304
|
-
.examples[data-v-
|
|
2328
|
+
.examples[data-v-6488f75e] > *:first-of-type:last-of-type {
|
|
2305
2329
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
2306
2330
|
}
|
|
2307
2331
|
/*
|
|
@@ -2309,11 +2333,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2309
2333
|
* (or zoomed in screens)
|
|
2310
2334
|
*/
|
|
2311
2335
|
@media (max-width: 600px) {
|
|
2312
|
-
.examples[data-v-
|
|
2336
|
+
.examples[data-v-6488f75e] > * {
|
|
2313
2337
|
max-height: unset;
|
|
2314
2338
|
}
|
|
2315
2339
|
}
|
|
2316
|
-
.deprecated[data-v-
|
|
2340
|
+
.deprecated[data-v-6488f75e] * {
|
|
2317
2341
|
text-decoration: line-through;
|
|
2318
2342
|
}
|
|
2319
2343
|
.section-flare[data-v-2a9c8c02] {
|
|
@@ -2627,6 +2651,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2627
2651
|
--animate-spin: spin 1s linear infinite;
|
|
2628
2652
|
--default-transition-duration: .15s;
|
|
2629
2653
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
2654
|
+
--container-content: 720px;
|
|
2630
2655
|
}
|
|
2631
2656
|
@media (max-width: 460px) {
|
|
2632
2657
|
:root {
|
|
@@ -3199,6 +3224,7 @@ body {
|
|
|
3199
3224
|
--leading-normal: 1.5;
|
|
3200
3225
|
--leading-relaxed: 1.625;
|
|
3201
3226
|
--animate-spin: spin 1s linear infinite;
|
|
3227
|
+
--container-content: 720px;
|
|
3202
3228
|
}
|
|
3203
3229
|
body {
|
|
3204
3230
|
background-color: var(--scalar-background-1);
|
|
@@ -3307,9 +3333,6 @@ body {
|
|
|
3307
3333
|
max-width: 96rem;
|
|
3308
3334
|
}
|
|
3309
3335
|
}
|
|
3310
|
-
.scalar-app .-m-2 {
|
|
3311
|
-
margin: -8px;
|
|
3312
|
-
}
|
|
3313
3336
|
.scalar-app .-mx-2 {
|
|
3314
3337
|
margin-inline: -8px;
|
|
3315
3338
|
}
|
|
@@ -3347,18 +3370,12 @@ body {
|
|
|
3347
3370
|
.scalar-app .min-h-3 {
|
|
3348
3371
|
min-height: 12px;
|
|
3349
3372
|
}
|
|
3350
|
-
.scalar-app .min-h-dvh {
|
|
3351
|
-
min-height: 100dvh;
|
|
3352
|
-
}
|
|
3353
3373
|
.scalar-app .w-\(--refs-sidebar-width\) {
|
|
3354
3374
|
width: var(--refs-sidebar-width);
|
|
3355
3375
|
}
|
|
3356
3376
|
.scalar-app .w-4\.5 {
|
|
3357
3377
|
width: 18px;
|
|
3358
3378
|
}
|
|
3359
|
-
.scalar-app .w-96 {
|
|
3360
|
-
width: 384px;
|
|
3361
|
-
}
|
|
3362
3379
|
.scalar-app .w-120 {
|
|
3363
3380
|
width: 480px;
|
|
3364
3381
|
}
|
|
@@ -3662,12 +3679,12 @@ to {
|
|
|
3662
3679
|
}
|
|
3663
3680
|
}
|
|
3664
3681
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
3665
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
3682
|
+
.scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
|
|
3666
3683
|
max-height: 90svh;
|
|
3667
3684
|
margin-top: 5svh;
|
|
3668
3685
|
}
|
|
3669
3686
|
}
|
|
3670
|
-
@keyframes fadein-layout-
|
|
3687
|
+
@keyframes fadein-layout-5bb1dcc2 {
|
|
3671
3688
|
0% {
|
|
3672
3689
|
opacity: 0;
|
|
3673
3690
|
}
|
|
@@ -3675,7 +3692,7 @@ to {
|
|
|
3675
3692
|
opacity: 1;
|
|
3676
3693
|
}
|
|
3677
3694
|
}
|
|
3678
|
-
@keyframes fadein-modal-
|
|
3695
|
+
@keyframes fadein-modal-5bb1dcc2 {
|
|
3679
3696
|
0% {
|
|
3680
3697
|
opacity: 0;
|
|
3681
3698
|
transform: translate3d(0, 10px, 0);
|
|
@@ -3686,7 +3703,7 @@ to {
|
|
|
3686
3703
|
}
|
|
3687
3704
|
}
|
|
3688
3705
|
@media (min-width: 800px) {
|
|
3689
|
-
.full-size-styles[data-v-
|
|
3706
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
3690
3707
|
width: 50dvw !important;
|
|
3691
3708
|
}
|
|
3692
3709
|
}
|
|
@@ -4063,13 +4080,13 @@ to {
|
|
|
4063
4080
|
}
|
|
4064
4081
|
}
|
|
4065
4082
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4066
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
4083
|
+
.scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
|
|
4067
4084
|
max-height: 90svh;
|
|
4068
4085
|
margin-top: 5svh;
|
|
4069
4086
|
}
|
|
4070
4087
|
}
|
|
4071
4088
|
@media (min-width: 800px) {
|
|
4072
|
-
.full-size-styles[data-v-
|
|
4089
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
4073
4090
|
width: 50dvw !important;
|
|
4074
4091
|
}
|
|
4075
4092
|
}
|
|
@@ -4263,10 +4280,10 @@ to {
|
|
|
4263
4280
|
.dark-mode .http-bg-gradient[data-v-076b14a1]:hover {
|
|
4264
4281
|
background: linear-gradient(#00000026, #ffffff09);
|
|
4265
4282
|
}
|
|
4266
|
-
.address-bar-history-button[data-v-
|
|
4283
|
+
.address-bar-history-button[data-v-7e9dbe2f]:hover {
|
|
4267
4284
|
background: var(--scalar-background-3);
|
|
4268
4285
|
}
|
|
4269
|
-
.address-bar-history-button[data-v-
|
|
4286
|
+
.address-bar-history-button[data-v-7e9dbe2f]:focus-within {
|
|
4270
4287
|
background: var(--scalar-background-2);
|
|
4271
4288
|
}
|
|
4272
4289
|
[data-v-103d9d56] .cm-editor {
|
|
@@ -4913,13 +4930,13 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
4913
4930
|
}
|
|
4914
4931
|
}
|
|
4915
4932
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4916
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
4933
|
+
.scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
|
|
4917
4934
|
max-height: 90svh;
|
|
4918
4935
|
margin-top: 5svh;
|
|
4919
4936
|
}
|
|
4920
4937
|
}
|
|
4921
4938
|
@media (min-width: 800px) {
|
|
4922
|
-
.full-size-styles[data-v-
|
|
4939
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
4923
4940
|
width: 50dvw !important;
|
|
4924
4941
|
}
|
|
4925
4942
|
}
|
|
@@ -5967,19 +5984,19 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
5967
5984
|
.scalar-app .markdown.markdown-summary.markdown-summary img, .scalar-app .markdown.markdown-summary.markdown-summary svg, .scalar-app .markdown.markdown-summary.markdown-summary hr, .scalar-app .markdown.markdown-summary.markdown-summary pre {
|
|
5968
5985
|
display: none;
|
|
5969
5986
|
}
|
|
5970
|
-
.scalar-modal-layout[data-v-
|
|
5971
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
5987
|
+
.scalar-modal-layout[data-v-5bb1dcc2] {
|
|
5988
|
+
animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
|
|
5972
5989
|
}
|
|
5973
|
-
.scalar-modal[data-v-
|
|
5990
|
+
.scalar-modal[data-v-5bb1dcc2] {
|
|
5974
5991
|
box-shadow: var(--scalar-shadow-2);
|
|
5975
|
-
animation: .3s ease-in-out .1s forwards fadein-modal-
|
|
5992
|
+
animation: .3s ease-in-out .1s forwards fadein-modal-5bb1dcc2;
|
|
5976
5993
|
transform: translate3d(0, 10px, 0);
|
|
5977
5994
|
}
|
|
5978
|
-
.scalar-modal-layout-full[data-v-
|
|
5995
|
+
.scalar-modal-layout-full[data-v-5bb1dcc2] {
|
|
5979
5996
|
opacity: 1 !important;
|
|
5980
5997
|
background: none !important;
|
|
5981
5998
|
}
|
|
5982
|
-
.modal-content-search .modal-body[data-v-
|
|
5999
|
+
.modal-content-search .modal-body[data-v-5bb1dcc2] {
|
|
5983
6000
|
flex-direction: column;
|
|
5984
6001
|
max-height: 440px;
|
|
5985
6002
|
padding: 0;
|
|
@@ -5987,15 +6004,15 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
5987
6004
|
overflow: hidden;
|
|
5988
6005
|
}
|
|
5989
6006
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
5990
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
6007
|
+
.scalar-modal-layout .scalar-modal[data-v-5bb1dcc2] {
|
|
5991
6008
|
max-height: 90svh;
|
|
5992
6009
|
margin-top: 5svh;
|
|
5993
6010
|
}
|
|
5994
6011
|
}
|
|
5995
|
-
.full-size-styles[data-v-
|
|
6012
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
5996
6013
|
margin: initial;
|
|
5997
6014
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
5998
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
6015
|
+
animation: .3s ease-in-out forwards fadein-layout-5bb1dcc2;
|
|
5999
6016
|
left: 0;
|
|
6000
6017
|
transform: translate3d(0, 0, 0);
|
|
6001
6018
|
background-color: var(--scalar-background-1) !important;
|
|
@@ -6006,11 +6023,11 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6006
6023
|
top: 0 !important;
|
|
6007
6024
|
}
|
|
6008
6025
|
@media (min-width: 800px) {
|
|
6009
|
-
.full-size-styles[data-v-
|
|
6026
|
+
.full-size-styles[data-v-5bb1dcc2] {
|
|
6010
6027
|
width: 50dvw !important;
|
|
6011
6028
|
}
|
|
6012
6029
|
}
|
|
6013
|
-
.full-size-styles[data-v-
|
|
6030
|
+
.full-size-styles[data-v-5bb1dcc2]:after {
|
|
6014
6031
|
content: "";
|
|
6015
6032
|
width: 50dvw;
|
|
6016
6033
|
height: 100dvh;
|
|
@@ -6281,6 +6298,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6281
6298
|
.scalar-app .right-2\.5 {
|
|
6282
6299
|
right: 10px;
|
|
6283
6300
|
}
|
|
6301
|
+
.scalar-app .bottom-4 {
|
|
6302
|
+
bottom: 16px;
|
|
6303
|
+
}
|
|
6284
6304
|
.scalar-app .left-2\.5 {
|
|
6285
6305
|
left: 10px;
|
|
6286
6306
|
}
|
|
@@ -6335,6 +6355,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6335
6355
|
.scalar-app .-m-1\.5 {
|
|
6336
6356
|
margin: -6px;
|
|
6337
6357
|
}
|
|
6358
|
+
.scalar-app .-m-2 {
|
|
6359
|
+
margin: -8px;
|
|
6360
|
+
}
|
|
6338
6361
|
.scalar-app .-m-px {
|
|
6339
6362
|
margin: -1px;
|
|
6340
6363
|
}
|
|
@@ -6406,10 +6429,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6406
6429
|
width: 11px;
|
|
6407
6430
|
height: 11px;
|
|
6408
6431
|
}
|
|
6409
|
-
.scalar-app .size-3\.25 {
|
|
6410
|
-
width: 13px;
|
|
6411
|
-
height: 13px;
|
|
6412
|
-
}
|
|
6413
6432
|
.scalar-app .size-60 {
|
|
6414
6433
|
width: 240px;
|
|
6415
6434
|
height: 240px;
|
|
@@ -6508,6 +6527,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6508
6527
|
.scalar-app .max-w-\[inherit\] {
|
|
6509
6528
|
max-width: inherit;
|
|
6510
6529
|
}
|
|
6530
|
+
.scalar-app .max-w-screen-padded-4 {
|
|
6531
|
+
max-width: calc(100vw - 32px);
|
|
6532
|
+
}
|
|
6511
6533
|
.scalar-app .max-w-xs {
|
|
6512
6534
|
max-width: 320px;
|
|
6513
6535
|
}
|
|
@@ -6555,6 +6577,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6555
6577
|
--tw-translate-y: calc(4px * 1.5);
|
|
6556
6578
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
6557
6579
|
}
|
|
6580
|
+
.scalar-app .translate-y-\[200\%\] {
|
|
6581
|
+
--tw-translate-y: 200%;
|
|
6582
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
6583
|
+
}
|
|
6558
6584
|
.scalar-app .scale-0 {
|
|
6559
6585
|
--tw-scale-x: 0%;
|
|
6560
6586
|
--tw-scale-y: 0%;
|
|
@@ -6807,6 +6833,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6807
6833
|
.scalar-app .text-sidebar-c-search {
|
|
6808
6834
|
color: var(--scalar-sidebar-search-color, var(--scalar-color-3));
|
|
6809
6835
|
}
|
|
6836
|
+
.scalar-app .text-white {
|
|
6837
|
+
color: #fff;
|
|
6838
|
+
}
|
|
6810
6839
|
.scalar-app .opacity-40 {
|
|
6811
6840
|
opacity: .4;
|
|
6812
6841
|
}
|
|
@@ -6824,10 +6853,36 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6824
6853
|
-webkit-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, );
|
|
6825
6854
|
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, );
|
|
6826
6855
|
}
|
|
6856
|
+
.scalar-app .duration-400 {
|
|
6857
|
+
--tw-duration: .4s;
|
|
6858
|
+
transition-duration: .4s;
|
|
6859
|
+
}
|
|
6827
6860
|
.scalar-app .ease-in {
|
|
6828
6861
|
--tw-ease: var(--ease-in);
|
|
6829
6862
|
transition-timing-function: var(--ease-in);
|
|
6830
6863
|
}
|
|
6864
|
+
.scalar-app .ease-spring {
|
|
6865
|
+
--tw-ease: linear(0,
|
|
6866
|
+
.008 1.1%,
|
|
6867
|
+
.034 2.3%,
|
|
6868
|
+
.134 4.9%,
|
|
6869
|
+
.264 7.3%,
|
|
6870
|
+
.683 14.3%,
|
|
6871
|
+
.797 16.5%,
|
|
6872
|
+
.89 18.6%,
|
|
6873
|
+
.967 20.7%,
|
|
6874
|
+
1.027 22.8%,
|
|
6875
|
+
1.073 25%,
|
|
6876
|
+
1.104 27.3%,
|
|
6877
|
+
1.123 30.6%,
|
|
6878
|
+
1.119 34.3%,
|
|
6879
|
+
1.018 49.5%,
|
|
6880
|
+
.988 58.6%,
|
|
6881
|
+
.985 65.2%,
|
|
6882
|
+
1 84.5%,
|
|
6883
|
+
1);
|
|
6884
|
+
transition-timing-function: linear(0, .008 1.1%, .034 2.3%, .134 4.9%, .264 7.3%, .683 14.3%, .797 16.5%, .89 18.6%, .967 20.7%, 1.027 22.8%, 1.073 25%, 1.104 27.3%, 1.123 30.6%, 1.119 34.3%, 1.018 49.5%, .988 58.6%, .985 65.2%, 1 84.5%, 1);
|
|
6885
|
+
}
|
|
6831
6886
|
:is(.scalar-app .\*\:size-3 > *) {
|
|
6832
6887
|
width: 12px;
|
|
6833
6888
|
height: 12px;
|
|
@@ -7118,12 +7173,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7118
7173
|
position: absolute;
|
|
7119
7174
|
top: 50%;
|
|
7120
7175
|
}
|
|
7121
|
-
.scalar-app .centered-x {
|
|
7122
|
-
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
7123
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
7124
|
-
position: absolute;
|
|
7125
|
-
left: 50%;
|
|
7126
|
-
}
|
|
7127
7176
|
.scalar-app .sr-only {
|
|
7128
7177
|
clip-path: inset(50%);
|
|
7129
7178
|
white-space: nowrap;
|
|
@@ -7171,8 +7220,8 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7171
7220
|
.scalar-app .-top-\(--scalar-address-bar-height\) {
|
|
7172
7221
|
top: calc(var(--scalar-address-bar-height) * -1);
|
|
7173
7222
|
}
|
|
7174
|
-
.scalar-app .-top-
|
|
7175
|
-
top: -
|
|
7223
|
+
.scalar-app .-top-0\.5 {
|
|
7224
|
+
top: -2px;
|
|
7176
7225
|
}
|
|
7177
7226
|
.scalar-app .-top-\[104px\] {
|
|
7178
7227
|
top: -104px;
|
|
@@ -7192,8 +7241,8 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7192
7241
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
7193
7242
|
top: calc(100% + 4px);
|
|
7194
7243
|
}
|
|
7195
|
-
.scalar-app .-right-
|
|
7196
|
-
right: -
|
|
7244
|
+
.scalar-app .-right-0\.5 {
|
|
7245
|
+
right: -2px;
|
|
7197
7246
|
}
|
|
7198
7247
|
.scalar-app .-right-\[30px\] {
|
|
7199
7248
|
right: -30px;
|
|
@@ -7345,9 +7394,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7345
7394
|
.scalar-app .m-auto {
|
|
7346
7395
|
margin: auto;
|
|
7347
7396
|
}
|
|
7348
|
-
.scalar-app .m-header {
|
|
7349
|
-
margin: 48px;
|
|
7350
|
-
}
|
|
7351
7397
|
.scalar-app .-mx-0\.25 {
|
|
7352
7398
|
margin-inline: -1px;
|
|
7353
7399
|
}
|
|
@@ -7468,9 +7514,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7468
7514
|
.scalar-app .mb-4 {
|
|
7469
7515
|
margin-bottom: 16px;
|
|
7470
7516
|
}
|
|
7471
|
-
.scalar-app .mb-5 {
|
|
7472
|
-
margin-bottom: 20px;
|
|
7473
|
-
}
|
|
7474
7517
|
.scalar-app .mb-\[\.5px\] {
|
|
7475
7518
|
margin-bottom: .5px;
|
|
7476
7519
|
}
|
|
@@ -7857,15 +7900,18 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7857
7900
|
.scalar-app .w-\[calc\(100\%-10px\)\] {
|
|
7858
7901
|
width: calc(100% - 10px);
|
|
7859
7902
|
}
|
|
7860
|
-
.scalar-app .w-\[calc\(100\%_-_8px\)\] {
|
|
7861
|
-
width: calc(100% - 8px);
|
|
7862
|
-
}
|
|
7863
7903
|
.scalar-app .w-\[inherit\] {
|
|
7864
7904
|
width: inherit;
|
|
7865
7905
|
}
|
|
7866
7906
|
.scalar-app .w-auto {
|
|
7867
7907
|
width: auto;
|
|
7868
7908
|
}
|
|
7909
|
+
.scalar-app .w-content {
|
|
7910
|
+
width: 720px;
|
|
7911
|
+
}
|
|
7912
|
+
.scalar-app .w-content-padded-4 {
|
|
7913
|
+
width: calc(var(--container-content) - calc(4px * 4 * 2));
|
|
7914
|
+
}
|
|
7869
7915
|
.scalar-app .w-dvw {
|
|
7870
7916
|
width: 100dvw;
|
|
7871
7917
|
}
|
|
@@ -7923,6 +7969,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7923
7969
|
.scalar-app .max-w-full {
|
|
7924
7970
|
max-width: 100%;
|
|
7925
7971
|
}
|
|
7972
|
+
.scalar-app .max-w-full-padded-4 {
|
|
7973
|
+
max-width: calc(100% - 32px);
|
|
7974
|
+
}
|
|
7926
7975
|
.scalar-app .min-w-0 {
|
|
7927
7976
|
min-width: 0;
|
|
7928
7977
|
}
|
|
@@ -8379,7 +8428,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8379
8428
|
.scalar-app .border-\(--scalar-color-alert\) {
|
|
8380
8429
|
border-color: var(--scalar-color-alert);
|
|
8381
8430
|
}
|
|
8382
|
-
.scalar-app .border
|
|
8431
|
+
.scalar-app .border-border {
|
|
8383
8432
|
border-color: var(--scalar-border-color);
|
|
8384
8433
|
}
|
|
8385
8434
|
.scalar-app .border-c-1 {
|
|
@@ -8477,9 +8526,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8477
8526
|
.scalar-app .bg-grey {
|
|
8478
8527
|
background-color: var(--scalar-color-3);
|
|
8479
8528
|
}
|
|
8480
|
-
.scalar-app .bg-orange {
|
|
8481
|
-
background-color: var(--scalar-color-orange);
|
|
8482
|
-
}
|
|
8483
8529
|
.scalar-app .bg-sidebar-b-1 {
|
|
8484
8530
|
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
8485
8531
|
}
|
|
@@ -8735,6 +8781,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8735
8781
|
.scalar-app .pb-14 {
|
|
8736
8782
|
padding-bottom: 56px;
|
|
8737
8783
|
}
|
|
8784
|
+
.scalar-app .pb-20 {
|
|
8785
|
+
padding-bottom: 80px;
|
|
8786
|
+
}
|
|
8738
8787
|
.scalar-app .pb-\[75px\] {
|
|
8739
8788
|
padding-bottom: 75px;
|
|
8740
8789
|
}
|
|
@@ -8807,9 +8856,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8807
8856
|
.scalar-app .text-\[6px\] {
|
|
8808
8857
|
font-size: 6px;
|
|
8809
8858
|
}
|
|
8810
|
-
.scalar-app .text-\[9px\] {
|
|
8811
|
-
font-size: 9px;
|
|
8812
|
-
}
|
|
8813
8859
|
.scalar-app .text-\[10px\] {
|
|
8814
8860
|
font-size: 10px;
|
|
8815
8861
|
}
|
|
@@ -8950,9 +8996,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8950
8996
|
.scalar-app .text-\[var\(--scalar-color-red\)\] {
|
|
8951
8997
|
color: var(--scalar-color-red);
|
|
8952
8998
|
}
|
|
8953
|
-
.scalar-app .text-\[var\(--scalar-color-yellow\)\] {
|
|
8954
|
-
color: var(--scalar-color-yellow);
|
|
8955
|
-
}
|
|
8956
8999
|
.scalar-app .text-b-1 {
|
|
8957
9000
|
color: var(--scalar-background-1);
|
|
8958
9001
|
}
|
|
@@ -9010,9 +9053,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9010
9053
|
.scalar-app .text-transparent {
|
|
9011
9054
|
color: #0000;
|
|
9012
9055
|
}
|
|
9013
|
-
.scalar-app .text-white {
|
|
9014
|
-
color: #fff;
|
|
9015
|
-
}
|
|
9016
9056
|
.scalar-app .text-yellow {
|
|
9017
9057
|
color: var(--scalar-color-yellow);
|
|
9018
9058
|
}
|
|
@@ -9303,9 +9343,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9303
9343
|
.scalar-app .group-hover\/scopes-accordion\:text-c-2:is(:where(.group\/scopes-accordion):hover *) {
|
|
9304
9344
|
color: var(--scalar-color-2);
|
|
9305
9345
|
}
|
|
9306
|
-
.scalar-app .group-hover\/upload\:block:is(:where(.group\/upload):hover *) {
|
|
9307
|
-
display: block;
|
|
9308
|
-
}
|
|
9309
9346
|
}
|
|
9310
9347
|
.scalar-app .group-focus-visible\:opacity-100:is(:where(.group):focus-visible *) {
|
|
9311
9348
|
opacity: 1;
|
|
@@ -9736,6 +9773,30 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9736
9773
|
}
|
|
9737
9774
|
}
|
|
9738
9775
|
@media (min-width: 800px) {
|
|
9776
|
+
.scalar-app .md\:pointer-events-none {
|
|
9777
|
+
pointer-events: none;
|
|
9778
|
+
}
|
|
9779
|
+
.scalar-app .md\:centered-y {
|
|
9780
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
9781
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9782
|
+
position: absolute;
|
|
9783
|
+
top: 50%;
|
|
9784
|
+
}
|
|
9785
|
+
.scalar-app .md\:centered-x {
|
|
9786
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
9787
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9788
|
+
position: absolute;
|
|
9789
|
+
left: 50%;
|
|
9790
|
+
}
|
|
9791
|
+
.scalar-app .md\:absolute {
|
|
9792
|
+
position: absolute;
|
|
9793
|
+
}
|
|
9794
|
+
.scalar-app .md\:inset-x-1 {
|
|
9795
|
+
inset-inline: 4px;
|
|
9796
|
+
}
|
|
9797
|
+
.scalar-app .md\:top-1\/2 {
|
|
9798
|
+
top: 50%;
|
|
9799
|
+
}
|
|
9739
9800
|
.scalar-app .md\:right-10 {
|
|
9740
9801
|
right: 40px;
|
|
9741
9802
|
}
|
|
@@ -9745,6 +9806,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9745
9806
|
.scalar-app .md\:mx-auto {
|
|
9746
9807
|
margin-inline: auto;
|
|
9747
9808
|
}
|
|
9809
|
+
.scalar-app .md\:mt-0 {
|
|
9810
|
+
margin-top: 0;
|
|
9811
|
+
}
|
|
9748
9812
|
.scalar-app .md\:-ml-1\.25 {
|
|
9749
9813
|
margin-left: -5px;
|
|
9750
9814
|
}
|
|
@@ -9763,10 +9827,13 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9763
9827
|
.scalar-app .md\:hidden {
|
|
9764
9828
|
display: none;
|
|
9765
9829
|
}
|
|
9830
|
+
.scalar-app .md\:w-\[calc\(100\%_-_8px\)\] {
|
|
9831
|
+
width: calc(100% - 8px);
|
|
9832
|
+
}
|
|
9766
9833
|
.scalar-app .md\:w-full {
|
|
9767
9834
|
width: 100%;
|
|
9768
9835
|
}
|
|
9769
|
-
.scalar-app .md\:max-w-180, .scalar-app .md\:max-w-\[720px\] {
|
|
9836
|
+
.scalar-app .md\:max-w-180, .scalar-app .md\:max-w-\[720px\], .scalar-app .md\:max-w-content {
|
|
9770
9837
|
max-width: 720px;
|
|
9771
9838
|
}
|
|
9772
9839
|
.scalar-app .md\:min-w-fit {
|
|
@@ -9779,6 +9846,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9779
9846
|
--tw-translate-x: calc(4px * 0);
|
|
9780
9847
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9781
9848
|
}
|
|
9849
|
+
.scalar-app .md\:-translate-y-1\/2 {
|
|
9850
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
9851
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9852
|
+
}
|
|
9782
9853
|
.scalar-app .md\:translate-y-0 {
|
|
9783
9854
|
--tw-translate-y: calc(4px * 0);
|
|
9784
9855
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -9836,10 +9907,21 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9836
9907
|
.scalar-app .md\:pl-0 {
|
|
9837
9908
|
padding-left: 0;
|
|
9838
9909
|
}
|
|
9910
|
+
.scalar-app .md\:opacity-0 {
|
|
9911
|
+
opacity: 0;
|
|
9912
|
+
}
|
|
9839
9913
|
:is(.scalar-app .md\:\*\:border-t-0 > *) {
|
|
9840
9914
|
border-top-style: var(--tw-border-style);
|
|
9841
9915
|
border-top-width: 0;
|
|
9842
9916
|
}
|
|
9917
|
+
@media (hover: hover) {
|
|
9918
|
+
.scalar-app .md\:group-hover\/upload\:pointer-events-auto:is(:where(.group\/upload):hover *) {
|
|
9919
|
+
pointer-events: auto;
|
|
9920
|
+
}
|
|
9921
|
+
.scalar-app .md\:group-hover\/upload\:opacity-100:is(:where(.group\/upload):hover *) {
|
|
9922
|
+
opacity: 1;
|
|
9923
|
+
}
|
|
9924
|
+
}
|
|
9843
9925
|
}
|
|
9844
9926
|
@media (min-width: 1000px) {
|
|
9845
9927
|
.scalar-app .lg\:order-0, .scalar-app .lg\:order-none {
|
|
@@ -10067,28 +10149,28 @@ to {
|
|
|
10067
10149
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
10068
10150
|
}
|
|
10069
10151
|
}
|
|
10070
|
-
.address-bar-history-button[data-v-
|
|
10152
|
+
.address-bar-history-button[data-v-5b995586]:hover {
|
|
10071
10153
|
background: var(--scalar-background-3);
|
|
10072
10154
|
}
|
|
10073
|
-
.address-bar-history-button[data-v-
|
|
10155
|
+
.address-bar-history-button[data-v-5b995586]:focus-within {
|
|
10074
10156
|
background: var(--scalar-background-2);
|
|
10075
10157
|
}
|
|
10076
|
-
[data-v-
|
|
10158
|
+
[data-v-3ac22ad4] .cm-editor {
|
|
10077
10159
|
background: none;
|
|
10078
10160
|
outline: none;
|
|
10079
10161
|
height: 100%;
|
|
10080
10162
|
padding: 0;
|
|
10081
10163
|
}
|
|
10082
|
-
[data-v-
|
|
10164
|
+
[data-v-3ac22ad4] .cm-placeholder {
|
|
10083
10165
|
color: var(--scalar-color-3);
|
|
10084
10166
|
}
|
|
10085
|
-
[data-v-
|
|
10167
|
+
[data-v-3ac22ad4] .cm-content {
|
|
10086
10168
|
font-family: var(--scalar-font-code);
|
|
10087
10169
|
font-size: var(--scalar-small);
|
|
10088
10170
|
max-height: 20px;
|
|
10089
10171
|
padding: 8px 0;
|
|
10090
10172
|
}
|
|
10091
|
-
[data-v-
|
|
10173
|
+
[data-v-3ac22ad4] .cm-tooltip {
|
|
10092
10174
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
10093
10175
|
border-radius: var(--scalar-radius);
|
|
10094
10176
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -10097,39 +10179,39 @@ to {
|
|
|
10097
10179
|
outline: none !important;
|
|
10098
10180
|
overflow: hidden !important;
|
|
10099
10181
|
}
|
|
10100
|
-
[data-v-
|
|
10182
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li {
|
|
10101
10183
|
padding: 3px 6px !important;
|
|
10102
10184
|
}
|
|
10103
|
-
[data-v-
|
|
10185
|
+
[data-v-3ac22ad4] .cm-completionIcon-type:after {
|
|
10104
10186
|
color: var(--scalar-color-3) !important;
|
|
10105
10187
|
}
|
|
10106
|
-
[data-v-
|
|
10188
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
10107
10189
|
background: var(--scalar-background-2) !important;
|
|
10108
10190
|
color: var(--scalar-color-1) !important;
|
|
10109
10191
|
}
|
|
10110
|
-
[data-v-
|
|
10192
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul {
|
|
10111
10193
|
position: relative;
|
|
10112
10194
|
padding: 6px !important;
|
|
10113
10195
|
}
|
|
10114
|
-
[data-v-
|
|
10196
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li:hover {
|
|
10115
10197
|
border-radius: 3px;
|
|
10116
10198
|
color: var(--scalar-color-1) !important;
|
|
10117
10199
|
background: var(--scalar-background-3) !important;
|
|
10118
10200
|
}
|
|
10119
|
-
[data-v-
|
|
10201
|
+
[data-v-3ac22ad4] .cm-activeLine, [data-v-3ac22ad4] .cm-activeLineGutter {
|
|
10120
10202
|
background-color: #0000;
|
|
10121
10203
|
}
|
|
10122
|
-
[data-v-
|
|
10204
|
+
[data-v-3ac22ad4] .cm-selectionMatch, [data-v-3ac22ad4] .cm-matchingBracket {
|
|
10123
10205
|
border-radius: var(--scalar-radius);
|
|
10124
10206
|
background: var(--scalar-background-4) !important;
|
|
10125
10207
|
}
|
|
10126
|
-
[data-v-
|
|
10208
|
+
[data-v-3ac22ad4] .cm-css-color-picker-wrapper {
|
|
10127
10209
|
outline: 1px solid var(--scalar-background-3);
|
|
10128
10210
|
border-radius: 3px;
|
|
10129
10211
|
display: inline-flex;
|
|
10130
10212
|
overflow: hidden;
|
|
10131
10213
|
}
|
|
10132
|
-
[data-v-
|
|
10214
|
+
[data-v-3ac22ad4] .cm-gutters {
|
|
10133
10215
|
color: var(--scalar-color-3);
|
|
10134
10216
|
font-size: var(--scalar-small);
|
|
10135
10217
|
background-color: #0000;
|
|
@@ -10137,7 +10219,7 @@ to {
|
|
|
10137
10219
|
border-radius: 0 0 0 3px;
|
|
10138
10220
|
line-height: 22px;
|
|
10139
10221
|
}
|
|
10140
|
-
[data-v-
|
|
10222
|
+
[data-v-3ac22ad4] .cm-gutters:before {
|
|
10141
10223
|
content: "";
|
|
10142
10224
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
10143
10225
|
background-color: var(--scalar-background-1);
|
|
@@ -10147,7 +10229,7 @@ to {
|
|
|
10147
10229
|
top: 2px;
|
|
10148
10230
|
left: 2px;
|
|
10149
10231
|
}
|
|
10150
|
-
[data-v-
|
|
10232
|
+
[data-v-3ac22ad4] .cm-gutterElement {
|
|
10151
10233
|
justify-content: flex-end;
|
|
10152
10234
|
align-items: center;
|
|
10153
10235
|
display: flex;
|
|
@@ -10156,16 +10238,16 @@ to {
|
|
|
10156
10238
|
padding-left: 0 !important;
|
|
10157
10239
|
padding-right: 6px !important;
|
|
10158
10240
|
}
|
|
10159
|
-
[data-v-
|
|
10241
|
+
[data-v-3ac22ad4] .cm-lineNumbers .cm-gutterElement {
|
|
10160
10242
|
min-width: fit-content;
|
|
10161
10243
|
}
|
|
10162
|
-
[data-v-
|
|
10244
|
+
[data-v-3ac22ad4] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
10163
10245
|
padding-left: 0 !important;
|
|
10164
10246
|
}
|
|
10165
|
-
[data-v-
|
|
10247
|
+
[data-v-3ac22ad4] .cm-scroller {
|
|
10166
10248
|
overflow: auto;
|
|
10167
10249
|
}
|
|
10168
|
-
.line-wrapping[data-v-
|
|
10250
|
+
.line-wrapping[data-v-3ac22ad4]:focus-within .cm-content {
|
|
10169
10251
|
white-space: break-spaces;
|
|
10170
10252
|
word-break: break-all;
|
|
10171
10253
|
min-height: fit-content;
|
|
@@ -10223,49 +10305,49 @@ to {
|
|
|
10223
10305
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
10224
10306
|
margin-top: 0;
|
|
10225
10307
|
}
|
|
10226
|
-
[data-v-
|
|
10308
|
+
[data-v-e06ea441] .cm-editor {
|
|
10227
10309
|
outline: none;
|
|
10228
10310
|
width: 100%;
|
|
10229
10311
|
height: 100%;
|
|
10230
10312
|
}
|
|
10231
|
-
[data-v-
|
|
10313
|
+
[data-v-e06ea441] .cm-line {
|
|
10232
10314
|
padding: 0;
|
|
10233
10315
|
}
|
|
10234
|
-
[data-v-
|
|
10316
|
+
[data-v-e06ea441] .cm-content {
|
|
10235
10317
|
font-size: var(--scalar-small);
|
|
10236
10318
|
align-items: center;
|
|
10237
10319
|
padding: 0;
|
|
10238
10320
|
display: flex;
|
|
10239
10321
|
}
|
|
10240
|
-
.scroll-timeline-x[data-v-
|
|
10322
|
+
.scroll-timeline-x[data-v-e06ea441] {
|
|
10241
10323
|
scroll-timeline: --scroll-timeline x;
|
|
10242
10324
|
scroll-timeline: --scroll-timeline horizontal;
|
|
10243
10325
|
-ms-overflow-style: none;
|
|
10244
10326
|
}
|
|
10245
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10327
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] {
|
|
10246
10328
|
overflow-x: auto;
|
|
10247
10329
|
}
|
|
10248
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10330
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] .cm-scroller {
|
|
10249
10331
|
scrollbar-width: none;
|
|
10250
10332
|
-ms-overflow-style: none;
|
|
10251
10333
|
padding-right: 20px;
|
|
10252
10334
|
overflow: auto;
|
|
10253
10335
|
}
|
|
10254
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10336
|
+
.scroll-timeline-x-hidden[data-v-e06ea441]::-webkit-scrollbar {
|
|
10255
10337
|
width: 0;
|
|
10256
10338
|
height: 0;
|
|
10257
10339
|
display: none;
|
|
10258
10340
|
}
|
|
10259
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10341
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] .cm-scroller::-webkit-scrollbar {
|
|
10260
10342
|
width: 0;
|
|
10261
10343
|
height: 0;
|
|
10262
10344
|
display: none;
|
|
10263
10345
|
}
|
|
10264
|
-
.scroll-timeline-x-address[data-v-
|
|
10346
|
+
.scroll-timeline-x-address[data-v-e06ea441] {
|
|
10265
10347
|
scrollbar-width: none;
|
|
10266
10348
|
line-height: 27px;
|
|
10267
10349
|
}
|
|
10268
|
-
.scroll-timeline-x-address[data-v-
|
|
10350
|
+
.scroll-timeline-x-address[data-v-e06ea441]:after {
|
|
10269
10351
|
content: "";
|
|
10270
10352
|
cursor: text;
|
|
10271
10353
|
width: 24px;
|
|
@@ -10273,48 +10355,48 @@ to {
|
|
|
10273
10355
|
position: absolute;
|
|
10274
10356
|
right: 0;
|
|
10275
10357
|
}
|
|
10276
|
-
.scroll-timeline-x-address[data-v-
|
|
10358
|
+
.scroll-timeline-x-address[data-v-e06ea441]:empty:before {
|
|
10277
10359
|
content: "Enter URL or cURL request";
|
|
10278
10360
|
color: var(--scalar-color-3);
|
|
10279
10361
|
pointer-events: none;
|
|
10280
10362
|
}
|
|
10281
|
-
.fade-left[data-v-
|
|
10363
|
+
.fade-left[data-v-e06ea441], .fade-right[data-v-e06ea441] {
|
|
10282
10364
|
content: "";
|
|
10283
10365
|
pointer-events: none;
|
|
10284
10366
|
z-index: 1;
|
|
10285
10367
|
height: 100%;
|
|
10286
|
-
animation-name: fadein-
|
|
10368
|
+
animation-name: fadein-e06ea441;
|
|
10287
10369
|
animation-duration: 1ms;
|
|
10288
10370
|
animation-direction: reverse;
|
|
10289
10371
|
animation-timeline: --scroll-timeline;
|
|
10290
10372
|
position: sticky;
|
|
10291
10373
|
}
|
|
10292
|
-
.fade-left[data-v-
|
|
10374
|
+
.fade-left[data-v-e06ea441] {
|
|
10293
10375
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10294
10376
|
}
|
|
10295
10377
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10296
|
-
.fade-left[data-v-
|
|
10378
|
+
.fade-left[data-v-e06ea441] {
|
|
10297
10379
|
background: linear-gradient(-90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10298
10380
|
}
|
|
10299
10381
|
}
|
|
10300
|
-
.fade-left[data-v-
|
|
10382
|
+
.fade-left[data-v-e06ea441] {
|
|
10301
10383
|
min-width: 6px;
|
|
10302
10384
|
animation-direction: normal;
|
|
10303
10385
|
left: -1px;
|
|
10304
10386
|
}
|
|
10305
|
-
.fade-right[data-v-
|
|
10387
|
+
.fade-right[data-v-e06ea441] {
|
|
10306
10388
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10307
10389
|
}
|
|
10308
10390
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10309
|
-
.fade-right[data-v-
|
|
10391
|
+
.fade-right[data-v-e06ea441] {
|
|
10310
10392
|
background: linear-gradient(90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10311
10393
|
}
|
|
10312
10394
|
}
|
|
10313
|
-
.fade-right[data-v-
|
|
10395
|
+
.fade-right[data-v-e06ea441] {
|
|
10314
10396
|
min-width: 24px;
|
|
10315
10397
|
right: -1px;
|
|
10316
10398
|
}
|
|
10317
|
-
@keyframes fadein-
|
|
10399
|
+
@keyframes fadein-e06ea441 {
|
|
10318
10400
|
0% {
|
|
10319
10401
|
opacity: 0;
|
|
10320
10402
|
}
|
|
@@ -10322,26 +10404,26 @@ to {
|
|
|
10322
10404
|
opacity: 1;
|
|
10323
10405
|
}
|
|
10324
10406
|
}
|
|
10325
|
-
.address-bar-bg-states[data-v-
|
|
10407
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
10326
10408
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10327
10409
|
}
|
|
10328
10410
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10329
|
-
.address-bar-bg-states[data-v-
|
|
10411
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
10330
10412
|
--scalar-address-bar-bg: color-mix(in srgb,
|
|
10331
10413
|
var(--scalar-background-1),
|
|
10332
10414
|
var(--scalar-background-2));
|
|
10333
10415
|
}
|
|
10334
10416
|
}
|
|
10335
|
-
.address-bar-bg-states[data-v-
|
|
10417
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
10336
10418
|
background: var(--scalar-address-bar-bg);
|
|
10337
10419
|
}
|
|
10338
|
-
.address-bar-bg-states[data-v-
|
|
10420
|
+
.address-bar-bg-states[data-v-e06ea441]:has(.cm-focused) {
|
|
10339
10421
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10340
10422
|
border-color: var(--scalar-border-color);
|
|
10341
10423
|
outline-width: 1px;
|
|
10342
10424
|
outline-style: solid;
|
|
10343
10425
|
}
|
|
10344
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
10426
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-e06ea441], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-e06ea441] {
|
|
10345
10427
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10346
10428
|
}
|
|
10347
10429
|
.app-exit-button[data-v-0e03d0d8] {
|
|
@@ -10460,7 +10542,7 @@ to {
|
|
|
10460
10542
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10461
10543
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10462
10544
|
}
|
|
10463
|
-
[data-v-
|
|
10545
|
+
[data-v-3260eadd] .cm-content {
|
|
10464
10546
|
font-size: var(--scalar-small);
|
|
10465
10547
|
}
|
|
10466
10548
|
.form-group[data-v-43df1726] {
|
|
@@ -10516,31 +10598,31 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
10516
10598
|
-webkit-text-security: disc;
|
|
10517
10599
|
-moz-text-security: disc;
|
|
10518
10600
|
}
|
|
10519
|
-
.request-section-content[data-v-
|
|
10601
|
+
.request-section-content[data-v-2d4e3b5d] {
|
|
10520
10602
|
--scalar-border-width: .5px;
|
|
10521
10603
|
}
|
|
10522
|
-
.request-section-content-filter[data-v-
|
|
10604
|
+
.request-section-content-filter[data-v-2d4e3b5d] {
|
|
10523
10605
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
10524
10606
|
}
|
|
10525
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
10607
|
+
.request-item:focus-within .request-meta-buttons[data-v-2d4e3b5d] {
|
|
10526
10608
|
opacity: 1;
|
|
10527
10609
|
}
|
|
10528
|
-
.group-hover-input[data-v-
|
|
10610
|
+
.group-hover-input[data-v-2d4e3b5d] {
|
|
10529
10611
|
border-width: var(--scalar-border-width);
|
|
10530
10612
|
border-color: #0000;
|
|
10531
10613
|
}
|
|
10532
|
-
.group:hover .group-hover-input[data-v-
|
|
10614
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
10533
10615
|
background: var(--scalar-background-1);
|
|
10534
10616
|
}
|
|
10535
10617
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10536
|
-
.group:hover .group-hover-input[data-v-
|
|
10618
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
10537
10619
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10538
10620
|
}
|
|
10539
10621
|
}
|
|
10540
|
-
.group:hover .group-hover-input[data-v-
|
|
10622
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
10541
10623
|
border-color: var(--scalar-border-color);
|
|
10542
10624
|
}
|
|
10543
|
-
.group-hover-input[data-v-
|
|
10625
|
+
.group-hover-input[data-v-2d4e3b5d]:focus {
|
|
10544
10626
|
border-color: var(--scalar-border-color) !important;
|
|
10545
10627
|
background: none !important;
|
|
10546
10628
|
}
|
|
@@ -10653,39 +10735,39 @@ to {
|
|
|
10653
10735
|
transform: translateY(0);
|
|
10654
10736
|
}
|
|
10655
10737
|
}
|
|
10656
|
-
.request-card[data-v-
|
|
10738
|
+
.request-card[data-v-0e4ddc16] {
|
|
10657
10739
|
font-size: var(--scalar-font-size-3);
|
|
10658
10740
|
}
|
|
10659
|
-
.request-method[data-v-
|
|
10741
|
+
.request-method[data-v-0e4ddc16] {
|
|
10660
10742
|
font-family: var(--scalar-font-code);
|
|
10661
10743
|
text-transform: uppercase;
|
|
10662
10744
|
margin-right: 6px;
|
|
10663
10745
|
}
|
|
10664
|
-
.request-card-footer[data-v-
|
|
10746
|
+
.request-card-footer[data-v-0e4ddc16] {
|
|
10665
10747
|
flex-shrink: 0;
|
|
10666
10748
|
justify-content: flex-end;
|
|
10667
10749
|
padding: 6px;
|
|
10668
10750
|
display: flex;
|
|
10669
10751
|
position: relative;
|
|
10670
10752
|
}
|
|
10671
|
-
.request-card-footer-addon[data-v-
|
|
10753
|
+
.request-card-footer-addon[data-v-0e4ddc16] {
|
|
10672
10754
|
flex: 1;
|
|
10673
10755
|
align-items: center;
|
|
10674
10756
|
min-width: 0;
|
|
10675
10757
|
display: flex;
|
|
10676
10758
|
}
|
|
10677
|
-
.request-editor-section[data-v-
|
|
10759
|
+
.request-editor-section[data-v-0e4ddc16] {
|
|
10678
10760
|
flex: 1;
|
|
10679
10761
|
display: flex;
|
|
10680
10762
|
}
|
|
10681
|
-
.request-card-simple[data-v-
|
|
10763
|
+
.request-card-simple[data-v-0e4ddc16] {
|
|
10682
10764
|
font-size: var(--scalar-small);
|
|
10683
10765
|
justify-content: space-between;
|
|
10684
10766
|
align-items: center;
|
|
10685
10767
|
padding: 8px 8px 8px 12px;
|
|
10686
10768
|
display: flex;
|
|
10687
10769
|
}
|
|
10688
|
-
.code-snippet[data-v-
|
|
10770
|
+
.code-snippet[data-v-0e4ddc16] {
|
|
10689
10771
|
flex-direction: column;
|
|
10690
10772
|
width: 100%;
|
|
10691
10773
|
display: flex;
|
|
@@ -10726,27 +10808,27 @@ to {
|
|
|
10726
10808
|
.dark-mode .download-app-button[data-v-9b609275]:hover {
|
|
10727
10809
|
background: linear-gradient(#00000026, #ffffff1a);
|
|
10728
10810
|
}
|
|
10729
|
-
.empty-sidebar-item-content[data-v-
|
|
10811
|
+
.empty-sidebar-item-content[data-v-6f80f8d3] {
|
|
10730
10812
|
display: none;
|
|
10731
10813
|
}
|
|
10732
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10814
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-6f80f8d3] {
|
|
10733
10815
|
display: block;
|
|
10734
10816
|
}
|
|
10735
|
-
.rabbitjump[data-v-
|
|
10817
|
+
.rabbitjump[data-v-6f80f8d3] {
|
|
10736
10818
|
opacity: 0;
|
|
10737
10819
|
}
|
|
10738
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10820
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-6f80f8d3] {
|
|
10739
10821
|
opacity: 1;
|
|
10740
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10822
|
+
animation: .5s step-end infinite rabbitAnimation-6f80f8d3;
|
|
10741
10823
|
}
|
|
10742
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10824
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-6f80f8d3] {
|
|
10743
10825
|
opacity: 0;
|
|
10744
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10826
|
+
animation: .5s step-end infinite rabbitAnimation2-6f80f8d3;
|
|
10745
10827
|
}
|
|
10746
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10747
|
-
animation: 8s linear infinite rabbitRun-
|
|
10828
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-6f80f8d3] {
|
|
10829
|
+
animation: 8s linear infinite rabbitRun-6f80f8d3;
|
|
10748
10830
|
}
|
|
10749
|
-
@keyframes rabbitRun-
|
|
10831
|
+
@keyframes rabbitRun-6f80f8d3 {
|
|
10750
10832
|
0% {
|
|
10751
10833
|
transform: translate3d(0, 0, 0);
|
|
10752
10834
|
}
|
|
@@ -10766,7 +10848,7 @@ to {
|
|
|
10766
10848
|
transform: translate3d(0, 0, 0);
|
|
10767
10849
|
}
|
|
10768
10850
|
}
|
|
10769
|
-
@keyframes rabbitAnimation-
|
|
10851
|
+
@keyframes rabbitAnimation-6f80f8d3 {
|
|
10770
10852
|
0%, 100% {
|
|
10771
10853
|
opacity: 1;
|
|
10772
10854
|
}
|
|
@@ -10774,7 +10856,7 @@ to {
|
|
|
10774
10856
|
opacity: 0;
|
|
10775
10857
|
}
|
|
10776
10858
|
}
|
|
10777
|
-
@keyframes rabbitAnimation2-
|
|
10859
|
+
@keyframes rabbitAnimation2-6f80f8d3 {
|
|
10778
10860
|
0%, 100% {
|
|
10779
10861
|
opacity: 0;
|
|
10780
10862
|
}
|
|
@@ -10949,138 +11031,6 @@ to {
|
|
|
10949
11031
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
10950
11032
|
}
|
|
10951
11033
|
}
|
|
10952
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10953
|
-
--callout-font-size: var(--scalar-small);
|
|
10954
|
-
--callout-neutral-primary: var(--scalar-color-3);
|
|
10955
|
-
--callout-neutral-secondary: var(--scalar-background-2);
|
|
10956
|
-
}
|
|
10957
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10958
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10959
|
-
--callout-neutral-secondary: color-mix(in srgb,
|
|
10960
|
-
var(--scalar-background-2),
|
|
10961
|
-
transparent 50%);
|
|
10962
|
-
}
|
|
10963
|
-
}
|
|
10964
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10965
|
-
--callout-neutral-font-color: var(--scalar-color-1);
|
|
10966
|
-
--callout-success-primary: var(--scalar-color-green);
|
|
10967
|
-
--callout-success-secondary: var(--scalar-color-green);
|
|
10968
|
-
}
|
|
10969
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10970
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10971
|
-
--callout-success-secondary: color-mix(in srgb,
|
|
10972
|
-
var(--scalar-color-green),
|
|
10973
|
-
transparent 97%);
|
|
10974
|
-
}
|
|
10975
|
-
}
|
|
10976
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10977
|
-
--callout-success-font-color: var(--scalar-color-1);
|
|
10978
|
-
--callout-danger-primary: var(--scalar-color-red);
|
|
10979
|
-
--callout-danger-secondary: var(--scalar-color-red);
|
|
10980
|
-
}
|
|
10981
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10982
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10983
|
-
--callout-danger-secondary: color-mix(in srgb,
|
|
10984
|
-
var(--scalar-color-red),
|
|
10985
|
-
transparent 97%);
|
|
10986
|
-
}
|
|
10987
|
-
}
|
|
10988
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10989
|
-
--callout-danger-font-color: var(--scalar-color-1);
|
|
10990
|
-
--callout-warning-primary: var(--scalar-color-yellow);
|
|
10991
|
-
--callout-warning-secondary: var(--scalar-color-yellow);
|
|
10992
|
-
}
|
|
10993
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10994
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10995
|
-
--callout-warning-secondary: color-mix(in srgb,
|
|
10996
|
-
var(--scalar-color-yellow),
|
|
10997
|
-
transparent 97%);
|
|
10998
|
-
}
|
|
10999
|
-
}
|
|
11000
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
11001
|
-
--callout-warning-font-color: var(--scalar-color-1);
|
|
11002
|
-
--callout-info-primary: var(--scalar-color-blue);
|
|
11003
|
-
--callout-info-secondary: var(--scalar-color-blue);
|
|
11004
|
-
}
|
|
11005
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
11006
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
11007
|
-
--callout-info-secondary: color-mix(in srgb,
|
|
11008
|
-
var(--scalar-color-blue),
|
|
11009
|
-
transparent 97%);
|
|
11010
|
-
}
|
|
11011
|
-
}
|
|
11012
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
11013
|
-
--callout-info-font-color: var(--scalar-color-1);
|
|
11014
|
-
--callout-line-height: 22px;
|
|
11015
|
-
}
|
|
11016
|
-
.t-editor__callout[data-v-fa58cbab] {
|
|
11017
|
-
border-radius: var(--scalar-radius);
|
|
11018
|
-
margin-top: var(--scalar-block-spacing);
|
|
11019
|
-
--callout-primary: var(--scalar-border-color);
|
|
11020
|
-
--callout-secondary: var(--scalar-background-2);
|
|
11021
|
-
--callout-svg: var(--callout-primary);
|
|
11022
|
-
background: var(--callout-secondary);
|
|
11023
|
-
border: var(--scalar-border-width) solid var(--callout-primary);
|
|
11024
|
-
padding: 10px 14px;
|
|
11025
|
-
}
|
|
11026
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
11027
|
-
.t-editor__callout[data-v-fa58cbab] {
|
|
11028
|
-
border: var(--scalar-border-width) solid color-mix(in srgb, var(--callout-primary), transparent 50%);
|
|
11029
|
-
}
|
|
11030
|
-
}
|
|
11031
|
-
.t-editor__callout .callout-content__text[data-v-fa58cbab] {
|
|
11032
|
-
font-size: var(--callout-font-size);
|
|
11033
|
-
line-height: var(--callout-line-height);
|
|
11034
|
-
flex: 1;
|
|
11035
|
-
}
|
|
11036
|
-
.t-editor__callout .callout-content__icon[data-v-fa58cbab] {
|
|
11037
|
-
border-radius: var(--scalar-radius);
|
|
11038
|
-
width: 18px;
|
|
11039
|
-
height: fit-content;
|
|
11040
|
-
color: var(--callout-svg);
|
|
11041
|
-
justify-content: center;
|
|
11042
|
-
align-items: center;
|
|
11043
|
-
display: flex;
|
|
11044
|
-
position: relative;
|
|
11045
|
-
}
|
|
11046
|
-
.t-editor__callout .callout-content__icon svg[data-v-fa58cbab], .t-editor__callout .callout-content__icon img[data-v-fa58cbab] {
|
|
11047
|
-
width: 18px;
|
|
11048
|
-
height: 18px;
|
|
11049
|
-
}
|
|
11050
|
-
.t-editor__callout .callout-content__icon[data-v-fa58cbab]:before {
|
|
11051
|
-
content: "";
|
|
11052
|
-
line-height: var(--callout-line-height);
|
|
11053
|
-
}
|
|
11054
|
-
.t-editor__callout.callout__neutral[data-v-fa58cbab] {
|
|
11055
|
-
--callout-primary: var(--callout-neutral-primary);
|
|
11056
|
-
--callout-secondary: var(--callout-neutral-secondary);
|
|
11057
|
-
--callout-font-color: var(--callout-neutral-font-color);
|
|
11058
|
-
--callout-svg: var(--callout-neutral-font-color);
|
|
11059
|
-
}
|
|
11060
|
-
.t-editor__callout.callout__info[data-v-fa58cbab] {
|
|
11061
|
-
--callout-primary: var(--callout-info-primary);
|
|
11062
|
-
--callout-secondary: var(--callout-info-secondary);
|
|
11063
|
-
--callout-font-color: var(--callout-info-font-color);
|
|
11064
|
-
--callout-svg: var(--callout-info-primary);
|
|
11065
|
-
}
|
|
11066
|
-
.t-editor__callout.callout__warning[data-v-fa58cbab] {
|
|
11067
|
-
--callout-primary: var(--callout-warning-primary);
|
|
11068
|
-
--callout-secondary: var(--callout-warning-secondary);
|
|
11069
|
-
--callout-font-color: var(--callout-warning-font-color);
|
|
11070
|
-
--callout-svg: var(--callout-warning-primary);
|
|
11071
|
-
}
|
|
11072
|
-
.t-editor__callout.callout__success[data-v-fa58cbab] {
|
|
11073
|
-
--callout-primary: var(--callout-success-primary);
|
|
11074
|
-
--callout-secondary: var(--callout-success-secondary);
|
|
11075
|
-
--callout-font-color: var(--callout-success-font-color);
|
|
11076
|
-
--callout-svg: var(--callout-success-primary);
|
|
11077
|
-
}
|
|
11078
|
-
.t-editor__callout.callout__danger[data-v-fa58cbab] {
|
|
11079
|
-
--callout-primary: var(--callout-danger-primary);
|
|
11080
|
-
--callout-secondary: var(--callout-danger-secondary);
|
|
11081
|
-
--callout-font-color: var(--callout-danger-font-color);
|
|
11082
|
-
--callout-svg: var(--callout-danger-primary);
|
|
11083
|
-
}
|
|
11084
11034
|
.group-hover-input[data-v-2f09f15e] {
|
|
11085
11035
|
border-width: var(--scalar-border-width);
|
|
11086
11036
|
border-color: #0000;
|
|
@@ -11251,7 +11201,7 @@ to {
|
|
|
11251
11201
|
.full-size-styles:has(.sync-conflict-modal-root):after {
|
|
11252
11202
|
display: none;
|
|
11253
11203
|
}
|
|
11254
|
-
.scalar-collection-auth[data-v-
|
|
11204
|
+
.scalar-collection-auth[data-v-6bba6b78] {
|
|
11255
11205
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11256
11206
|
border-radius: var(--scalar-radius-lg);
|
|
11257
11207
|
overflow: hidden;
|
|
@@ -11484,10 +11434,10 @@ to {
|
|
|
11484
11434
|
white-space: nowrap;
|
|
11485
11435
|
display: flex;
|
|
11486
11436
|
}
|
|
11487
|
-
[data-v-
|
|
11437
|
+
[data-v-9a415d6b] .cm-editor {
|
|
11488
11438
|
padding: 0;
|
|
11489
11439
|
}
|
|
11490
|
-
[data-v-
|
|
11440
|
+
[data-v-9a415d6b] .cm-content {
|
|
11491
11441
|
font-family: var(--scalar-font);
|
|
11492
11442
|
font-size: var(--scalar-small);
|
|
11493
11443
|
background-color: #0000;
|
|
@@ -11496,21 +11446,21 @@ to {
|
|
|
11496
11446
|
padding: 5px 8px;
|
|
11497
11447
|
display: flex;
|
|
11498
11448
|
}
|
|
11499
|
-
[data-v-
|
|
11449
|
+
[data-v-9a415d6b] .cm-content:has(.cm-pill) {
|
|
11500
11450
|
padding: 5px 8px;
|
|
11501
11451
|
}
|
|
11502
|
-
[data-v-
|
|
11452
|
+
[data-v-9a415d6b] .cm-content .cm-pill:not(:last-of-type) {
|
|
11503
11453
|
margin-right: .5px;
|
|
11504
11454
|
}
|
|
11505
|
-
[data-v-
|
|
11455
|
+
[data-v-9a415d6b] .cm-content .cm-pill:not(:first-of-type) {
|
|
11506
11456
|
margin-left: .5px;
|
|
11507
11457
|
}
|
|
11508
|
-
[data-v-
|
|
11458
|
+
[data-v-9a415d6b] .cm-line {
|
|
11509
11459
|
text-overflow: ellipsis;
|
|
11510
11460
|
padding: 0;
|
|
11511
11461
|
overflow: hidden;
|
|
11512
11462
|
}
|
|
11513
|
-
.filemask[data-v-
|
|
11463
|
+
.filemask[data-v-9a415d6b] {
|
|
11514
11464
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
11515
11465
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
11516
11466
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
@@ -11922,7 +11872,7 @@ to {
|
|
|
11922
11872
|
display: flex;
|
|
11923
11873
|
position: relative;
|
|
11924
11874
|
}
|
|
11925
|
-
.askForAuthentication[data-v-
|
|
11875
|
+
.askForAuthentication[data-v-fd5c15f7] {
|
|
11926
11876
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11927
11877
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11928
11878
|
width: 100%;
|
|
@@ -11933,7 +11883,7 @@ to {
|
|
|
11933
11883
|
display: flex;
|
|
11934
11884
|
position: relative;
|
|
11935
11885
|
}
|
|
11936
|
-
.authContent[data-v-
|
|
11886
|
+
.authContent[data-v-fd5c15f7] {
|
|
11937
11887
|
grid-template-rows: 0fr;
|
|
11938
11888
|
width: 100%;
|
|
11939
11889
|
max-width: 520px;
|
|
@@ -11943,19 +11893,19 @@ to {
|
|
|
11943
11893
|
display: grid;
|
|
11944
11894
|
overflow: hidden;
|
|
11945
11895
|
}
|
|
11946
|
-
.authContentInner[data-v-
|
|
11896
|
+
.authContentInner[data-v-fd5c15f7] > div {
|
|
11947
11897
|
margin: 36px 0 48px;
|
|
11948
11898
|
}
|
|
11949
|
-
.authContent[data-v-
|
|
11899
|
+
.authContent[data-v-fd5c15f7] .markdown {
|
|
11950
11900
|
margin-bottom: 0 !important;
|
|
11951
11901
|
}
|
|
11952
|
-
.askForAuthentication.open .authContent[data-v-
|
|
11902
|
+
.askForAuthentication.open .authContent[data-v-fd5c15f7] {
|
|
11953
11903
|
grid-template-rows: 1fr;
|
|
11954
11904
|
}
|
|
11955
|
-
.continueButton[data-v-
|
|
11905
|
+
.continueButton[data-v-fd5c15f7] {
|
|
11956
11906
|
align-self: flex-end;
|
|
11957
11907
|
}
|
|
11958
|
-
.toggleButton[data-v-
|
|
11908
|
+
.toggleButton[data-v-fd5c15f7] {
|
|
11959
11909
|
cursor: pointer;
|
|
11960
11910
|
text-align: left;
|
|
11961
11911
|
color: var(--scalar-color-3);
|
|
@@ -11967,11 +11917,11 @@ to {
|
|
|
11967
11917
|
display: flex;
|
|
11968
11918
|
position: relative;
|
|
11969
11919
|
}
|
|
11970
|
-
.authContentInner[data-v-
|
|
11920
|
+
.authContentInner[data-v-fd5c15f7] {
|
|
11971
11921
|
min-height: 0;
|
|
11972
11922
|
overflow: hidden;
|
|
11973
11923
|
}
|
|
11974
|
-
.authorizeButton[data-v-
|
|
11924
|
+
.authorizeButton[data-v-fd5c15f7] {
|
|
11975
11925
|
z-index: 1;
|
|
11976
11926
|
gap: 5px;
|
|
11977
11927
|
display: flex;
|
|
@@ -13163,7 +13113,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13163
13113
|
height: 100%;
|
|
13164
13114
|
display: flex;
|
|
13165
13115
|
}
|
|
13166
|
-
.docSettings[data-v-
|
|
13116
|
+
.docSettings[data-v-dd964244] {
|
|
13167
13117
|
font-size: var(--scalar-font-size-3);
|
|
13168
13118
|
flex-direction: column;
|
|
13169
13119
|
gap: 12px;
|
|
@@ -13171,7 +13121,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13171
13121
|
margin-bottom: 12px;
|
|
13172
13122
|
display: flex;
|
|
13173
13123
|
}
|
|
13174
|
-
.documentName[data-v-
|
|
13124
|
+
.documentName[data-v-dd964244] {
|
|
13175
13125
|
font-weight: var(--scalar-semibold);
|
|
13176
13126
|
}
|
|
13177
13127
|
.settingsModal .scalar-modal-layout {
|
|
@@ -13462,7 +13412,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13462
13412
|
}
|
|
13463
13413
|
/* Configurable Layout Variables */
|
|
13464
13414
|
@layer scalar-config {
|
|
13465
|
-
.scalar-api-reference[data-v-
|
|
13415
|
+
.scalar-api-reference[data-v-b3b51776] {
|
|
13466
13416
|
/* The header height */
|
|
13467
13417
|
--refs-header-height: calc(
|
|
13468
13418
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -13484,19 +13434,19 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13484
13434
|
/* The maximum width of the content column */
|
|
13485
13435
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
13486
13436
|
}
|
|
13487
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13437
|
+
.scalar-api-reference.references-classic[data-v-b3b51776] {
|
|
13488
13438
|
/* Classic layout is wider */
|
|
13489
13439
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
13490
13440
|
min-height: 100dvh;
|
|
13491
13441
|
--refs-sidebar-width: 0;
|
|
13492
13442
|
}
|
|
13493
13443
|
}
|
|
13494
|
-
.t-doc__sidebar[data-v-
|
|
13444
|
+
.t-doc__sidebar[data-v-b3b51776] {
|
|
13495
13445
|
z-index: 10;
|
|
13496
13446
|
}
|
|
13497
13447
|
/* ----------------------------------------------------- */
|
|
13498
13448
|
/* References Layout */
|
|
13499
|
-
.references-layout[data-v-
|
|
13449
|
+
.references-layout[data-v-b3b51776] {
|
|
13500
13450
|
/* Try to fill the container */
|
|
13501
13451
|
min-height: 100dvh;
|
|
13502
13452
|
min-width: 100%;
|
|
@@ -13520,43 +13470,43 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13520
13470
|
|
|
13521
13471
|
background: var(--scalar-background-1);
|
|
13522
13472
|
}
|
|
13523
|
-
.references-editor[data-v-
|
|
13473
|
+
.references-editor[data-v-b3b51776] {
|
|
13524
13474
|
grid-area: editor;
|
|
13525
13475
|
display: flex;
|
|
13526
13476
|
min-width: 0;
|
|
13527
13477
|
background: var(--scalar-background-1);
|
|
13528
13478
|
}
|
|
13529
|
-
.references-rendered[data-v-
|
|
13479
|
+
.references-rendered[data-v-b3b51776] {
|
|
13530
13480
|
position: relative;
|
|
13531
13481
|
grid-area: rendered;
|
|
13532
13482
|
min-width: 0;
|
|
13533
13483
|
background: var(--scalar-background-1);
|
|
13534
13484
|
}
|
|
13535
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13536
|
-
.references-classic .references-rendered[data-v-
|
|
13485
|
+
.scalar-api-reference.references-classic[data-v-b3b51776],
|
|
13486
|
+
.references-classic .references-rendered[data-v-b3b51776] {
|
|
13537
13487
|
height: initial !important;
|
|
13538
13488
|
max-height: initial !important;
|
|
13539
13489
|
}
|
|
13540
13490
|
@layer scalar-config {
|
|
13541
|
-
.references-sidebar[data-v-
|
|
13491
|
+
.references-sidebar[data-v-b3b51776] {
|
|
13542
13492
|
/* Set a default width if references are enabled */
|
|
13543
13493
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
13544
13494
|
}
|
|
13545
13495
|
}
|
|
13546
13496
|
/* Footer */
|
|
13547
|
-
.references-footer[data-v-
|
|
13497
|
+
.references-footer[data-v-b3b51776] {
|
|
13548
13498
|
grid-area: footer;
|
|
13549
13499
|
}
|
|
13550
13500
|
/* ----------------------------------------------------- */
|
|
13551
13501
|
/* Responsive / Mobile Layout */
|
|
13552
13502
|
@media (max-width: 1000px) {
|
|
13553
13503
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
13554
|
-
.references-developer-tools[data-v-
|
|
13504
|
+
.references-developer-tools[data-v-b3b51776] {
|
|
13555
13505
|
display: none;
|
|
13556
13506
|
}
|
|
13557
13507
|
|
|
13558
13508
|
/* Stack view on mobile */
|
|
13559
|
-
.references-layout[data-v-
|
|
13509
|
+
.references-layout[data-v-b3b51776] {
|
|
13560
13510
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
13561
13511
|
--refs-sidebar-height: calc(
|
|
13562
13512
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -13571,13 +13521,13 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13571
13521
|
'rendered'
|
|
13572
13522
|
'footer';
|
|
13573
13523
|
}
|
|
13574
|
-
.references-editable[data-v-
|
|
13524
|
+
.references-editable[data-v-b3b51776] {
|
|
13575
13525
|
grid-template-areas:
|
|
13576
13526
|
'header'
|
|
13577
13527
|
'navigation'
|
|
13578
13528
|
'editor';
|
|
13579
13529
|
}
|
|
13580
|
-
.references-rendered[data-v-
|
|
13530
|
+
.references-rendered[data-v-b3b51776] {
|
|
13581
13531
|
position: static;
|
|
13582
13532
|
}
|
|
13583
13533
|
}
|
|
@@ -13587,11 +13537,11 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13587
13537
|
* when the new elements are available
|
|
13588
13538
|
*/
|
|
13589
13539
|
@media (max-width: 1000px) {
|
|
13590
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
13540
|
+
.scalar-api-references-standalone-mobile[data-v-b3b51776]:not(.references-classic) {
|
|
13591
13541
|
--scalar-header-height: 50px;
|
|
13592
13542
|
}
|
|
13593
13543
|
}
|
|
13594
|
-
.darklight-reference[data-v-
|
|
13544
|
+
.darklight-reference[data-v-b3b51776] {
|
|
13595
13545
|
width: 100%;
|
|
13596
13546
|
margin-top: auto;
|
|
13597
13547
|
}
|