@scalar/api-reference-react 0.9.18 → 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 +6 -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 +320 -364
- 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
|
}
|
|
@@ -4257,10 +4280,10 @@ to {
|
|
|
4257
4280
|
.dark-mode .http-bg-gradient[data-v-076b14a1]:hover {
|
|
4258
4281
|
background: linear-gradient(#00000026, #ffffff09);
|
|
4259
4282
|
}
|
|
4260
|
-
.address-bar-history-button[data-v-
|
|
4283
|
+
.address-bar-history-button[data-v-7e9dbe2f]:hover {
|
|
4261
4284
|
background: var(--scalar-background-3);
|
|
4262
4285
|
}
|
|
4263
|
-
.address-bar-history-button[data-v-
|
|
4286
|
+
.address-bar-history-button[data-v-7e9dbe2f]:focus-within {
|
|
4264
4287
|
background: var(--scalar-background-2);
|
|
4265
4288
|
}
|
|
4266
4289
|
[data-v-103d9d56] .cm-editor {
|
|
@@ -6275,6 +6298,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6275
6298
|
.scalar-app .right-2\.5 {
|
|
6276
6299
|
right: 10px;
|
|
6277
6300
|
}
|
|
6301
|
+
.scalar-app .bottom-4 {
|
|
6302
|
+
bottom: 16px;
|
|
6303
|
+
}
|
|
6278
6304
|
.scalar-app .left-2\.5 {
|
|
6279
6305
|
left: 10px;
|
|
6280
6306
|
}
|
|
@@ -6329,6 +6355,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6329
6355
|
.scalar-app .-m-1\.5 {
|
|
6330
6356
|
margin: -6px;
|
|
6331
6357
|
}
|
|
6358
|
+
.scalar-app .-m-2 {
|
|
6359
|
+
margin: -8px;
|
|
6360
|
+
}
|
|
6332
6361
|
.scalar-app .-m-px {
|
|
6333
6362
|
margin: -1px;
|
|
6334
6363
|
}
|
|
@@ -6400,10 +6429,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6400
6429
|
width: 11px;
|
|
6401
6430
|
height: 11px;
|
|
6402
6431
|
}
|
|
6403
|
-
.scalar-app .size-3\.25 {
|
|
6404
|
-
width: 13px;
|
|
6405
|
-
height: 13px;
|
|
6406
|
-
}
|
|
6407
6432
|
.scalar-app .size-60 {
|
|
6408
6433
|
width: 240px;
|
|
6409
6434
|
height: 240px;
|
|
@@ -6502,6 +6527,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6502
6527
|
.scalar-app .max-w-\[inherit\] {
|
|
6503
6528
|
max-width: inherit;
|
|
6504
6529
|
}
|
|
6530
|
+
.scalar-app .max-w-screen-padded-4 {
|
|
6531
|
+
max-width: calc(100vw - 32px);
|
|
6532
|
+
}
|
|
6505
6533
|
.scalar-app .max-w-xs {
|
|
6506
6534
|
max-width: 320px;
|
|
6507
6535
|
}
|
|
@@ -6549,6 +6577,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6549
6577
|
--tw-translate-y: calc(4px * 1.5);
|
|
6550
6578
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
6551
6579
|
}
|
|
6580
|
+
.scalar-app .translate-y-\[200\%\] {
|
|
6581
|
+
--tw-translate-y: 200%;
|
|
6582
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
6583
|
+
}
|
|
6552
6584
|
.scalar-app .scale-0 {
|
|
6553
6585
|
--tw-scale-x: 0%;
|
|
6554
6586
|
--tw-scale-y: 0%;
|
|
@@ -6801,6 +6833,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6801
6833
|
.scalar-app .text-sidebar-c-search {
|
|
6802
6834
|
color: var(--scalar-sidebar-search-color, var(--scalar-color-3));
|
|
6803
6835
|
}
|
|
6836
|
+
.scalar-app .text-white {
|
|
6837
|
+
color: #fff;
|
|
6838
|
+
}
|
|
6804
6839
|
.scalar-app .opacity-40 {
|
|
6805
6840
|
opacity: .4;
|
|
6806
6841
|
}
|
|
@@ -6818,10 +6853,36 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
6818
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, );
|
|
6819
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, );
|
|
6820
6855
|
}
|
|
6856
|
+
.scalar-app .duration-400 {
|
|
6857
|
+
--tw-duration: .4s;
|
|
6858
|
+
transition-duration: .4s;
|
|
6859
|
+
}
|
|
6821
6860
|
.scalar-app .ease-in {
|
|
6822
6861
|
--tw-ease: var(--ease-in);
|
|
6823
6862
|
transition-timing-function: var(--ease-in);
|
|
6824
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
|
+
}
|
|
6825
6886
|
:is(.scalar-app .\*\:size-3 > *) {
|
|
6826
6887
|
width: 12px;
|
|
6827
6888
|
height: 12px;
|
|
@@ -7112,12 +7173,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7112
7173
|
position: absolute;
|
|
7113
7174
|
top: 50%;
|
|
7114
7175
|
}
|
|
7115
|
-
.scalar-app .centered-x {
|
|
7116
|
-
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
7117
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
7118
|
-
position: absolute;
|
|
7119
|
-
left: 50%;
|
|
7120
|
-
}
|
|
7121
7176
|
.scalar-app .sr-only {
|
|
7122
7177
|
clip-path: inset(50%);
|
|
7123
7178
|
white-space: nowrap;
|
|
@@ -7165,8 +7220,8 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7165
7220
|
.scalar-app .-top-\(--scalar-address-bar-height\) {
|
|
7166
7221
|
top: calc(var(--scalar-address-bar-height) * -1);
|
|
7167
7222
|
}
|
|
7168
|
-
.scalar-app .-top-
|
|
7169
|
-
top: -
|
|
7223
|
+
.scalar-app .-top-0\.5 {
|
|
7224
|
+
top: -2px;
|
|
7170
7225
|
}
|
|
7171
7226
|
.scalar-app .-top-\[104px\] {
|
|
7172
7227
|
top: -104px;
|
|
@@ -7186,8 +7241,8 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7186
7241
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
7187
7242
|
top: calc(100% + 4px);
|
|
7188
7243
|
}
|
|
7189
|
-
.scalar-app .-right-
|
|
7190
|
-
right: -
|
|
7244
|
+
.scalar-app .-right-0\.5 {
|
|
7245
|
+
right: -2px;
|
|
7191
7246
|
}
|
|
7192
7247
|
.scalar-app .-right-\[30px\] {
|
|
7193
7248
|
right: -30px;
|
|
@@ -7339,9 +7394,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7339
7394
|
.scalar-app .m-auto {
|
|
7340
7395
|
margin: auto;
|
|
7341
7396
|
}
|
|
7342
|
-
.scalar-app .m-header {
|
|
7343
|
-
margin: 48px;
|
|
7344
|
-
}
|
|
7345
7397
|
.scalar-app .-mx-0\.25 {
|
|
7346
7398
|
margin-inline: -1px;
|
|
7347
7399
|
}
|
|
@@ -7462,9 +7514,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7462
7514
|
.scalar-app .mb-4 {
|
|
7463
7515
|
margin-bottom: 16px;
|
|
7464
7516
|
}
|
|
7465
|
-
.scalar-app .mb-5 {
|
|
7466
|
-
margin-bottom: 20px;
|
|
7467
|
-
}
|
|
7468
7517
|
.scalar-app .mb-\[\.5px\] {
|
|
7469
7518
|
margin-bottom: .5px;
|
|
7470
7519
|
}
|
|
@@ -7851,15 +7900,18 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7851
7900
|
.scalar-app .w-\[calc\(100\%-10px\)\] {
|
|
7852
7901
|
width: calc(100% - 10px);
|
|
7853
7902
|
}
|
|
7854
|
-
.scalar-app .w-\[calc\(100\%_-_8px\)\] {
|
|
7855
|
-
width: calc(100% - 8px);
|
|
7856
|
-
}
|
|
7857
7903
|
.scalar-app .w-\[inherit\] {
|
|
7858
7904
|
width: inherit;
|
|
7859
7905
|
}
|
|
7860
7906
|
.scalar-app .w-auto {
|
|
7861
7907
|
width: auto;
|
|
7862
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
|
+
}
|
|
7863
7915
|
.scalar-app .w-dvw {
|
|
7864
7916
|
width: 100dvw;
|
|
7865
7917
|
}
|
|
@@ -7917,6 +7969,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7917
7969
|
.scalar-app .max-w-full {
|
|
7918
7970
|
max-width: 100%;
|
|
7919
7971
|
}
|
|
7972
|
+
.scalar-app .max-w-full-padded-4 {
|
|
7973
|
+
max-width: calc(100% - 32px);
|
|
7974
|
+
}
|
|
7920
7975
|
.scalar-app .min-w-0 {
|
|
7921
7976
|
min-width: 0;
|
|
7922
7977
|
}
|
|
@@ -8373,7 +8428,7 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8373
8428
|
.scalar-app .border-\(--scalar-color-alert\) {
|
|
8374
8429
|
border-color: var(--scalar-color-alert);
|
|
8375
8430
|
}
|
|
8376
|
-
.scalar-app .border
|
|
8431
|
+
.scalar-app .border-border {
|
|
8377
8432
|
border-color: var(--scalar-border-color);
|
|
8378
8433
|
}
|
|
8379
8434
|
.scalar-app .border-c-1 {
|
|
@@ -8471,9 +8526,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8471
8526
|
.scalar-app .bg-grey {
|
|
8472
8527
|
background-color: var(--scalar-color-3);
|
|
8473
8528
|
}
|
|
8474
|
-
.scalar-app .bg-orange {
|
|
8475
|
-
background-color: var(--scalar-color-orange);
|
|
8476
|
-
}
|
|
8477
8529
|
.scalar-app .bg-sidebar-b-1 {
|
|
8478
8530
|
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
8479
8531
|
}
|
|
@@ -8729,6 +8781,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8729
8781
|
.scalar-app .pb-14 {
|
|
8730
8782
|
padding-bottom: 56px;
|
|
8731
8783
|
}
|
|
8784
|
+
.scalar-app .pb-20 {
|
|
8785
|
+
padding-bottom: 80px;
|
|
8786
|
+
}
|
|
8732
8787
|
.scalar-app .pb-\[75px\] {
|
|
8733
8788
|
padding-bottom: 75px;
|
|
8734
8789
|
}
|
|
@@ -8801,9 +8856,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8801
8856
|
.scalar-app .text-\[6px\] {
|
|
8802
8857
|
font-size: 6px;
|
|
8803
8858
|
}
|
|
8804
|
-
.scalar-app .text-\[9px\] {
|
|
8805
|
-
font-size: 9px;
|
|
8806
|
-
}
|
|
8807
8859
|
.scalar-app .text-\[10px\] {
|
|
8808
8860
|
font-size: 10px;
|
|
8809
8861
|
}
|
|
@@ -8944,9 +8996,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
8944
8996
|
.scalar-app .text-\[var\(--scalar-color-red\)\] {
|
|
8945
8997
|
color: var(--scalar-color-red);
|
|
8946
8998
|
}
|
|
8947
|
-
.scalar-app .text-\[var\(--scalar-color-yellow\)\] {
|
|
8948
|
-
color: var(--scalar-color-yellow);
|
|
8949
|
-
}
|
|
8950
8999
|
.scalar-app .text-b-1 {
|
|
8951
9000
|
color: var(--scalar-background-1);
|
|
8952
9001
|
}
|
|
@@ -9004,9 +9053,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9004
9053
|
.scalar-app .text-transparent {
|
|
9005
9054
|
color: #0000;
|
|
9006
9055
|
}
|
|
9007
|
-
.scalar-app .text-white {
|
|
9008
|
-
color: #fff;
|
|
9009
|
-
}
|
|
9010
9056
|
.scalar-app .text-yellow {
|
|
9011
9057
|
color: var(--scalar-color-yellow);
|
|
9012
9058
|
}
|
|
@@ -9297,9 +9343,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9297
9343
|
.scalar-app .group-hover\/scopes-accordion\:text-c-2:is(:where(.group\/scopes-accordion):hover *) {
|
|
9298
9344
|
color: var(--scalar-color-2);
|
|
9299
9345
|
}
|
|
9300
|
-
.scalar-app .group-hover\/upload\:block:is(:where(.group\/upload):hover *) {
|
|
9301
|
-
display: block;
|
|
9302
|
-
}
|
|
9303
9346
|
}
|
|
9304
9347
|
.scalar-app .group-focus-visible\:opacity-100:is(:where(.group):focus-visible *) {
|
|
9305
9348
|
opacity: 1;
|
|
@@ -9730,6 +9773,30 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9730
9773
|
}
|
|
9731
9774
|
}
|
|
9732
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
|
+
}
|
|
9733
9800
|
.scalar-app .md\:right-10 {
|
|
9734
9801
|
right: 40px;
|
|
9735
9802
|
}
|
|
@@ -9739,6 +9806,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9739
9806
|
.scalar-app .md\:mx-auto {
|
|
9740
9807
|
margin-inline: auto;
|
|
9741
9808
|
}
|
|
9809
|
+
.scalar-app .md\:mt-0 {
|
|
9810
|
+
margin-top: 0;
|
|
9811
|
+
}
|
|
9742
9812
|
.scalar-app .md\:-ml-1\.25 {
|
|
9743
9813
|
margin-left: -5px;
|
|
9744
9814
|
}
|
|
@@ -9757,10 +9827,13 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9757
9827
|
.scalar-app .md\:hidden {
|
|
9758
9828
|
display: none;
|
|
9759
9829
|
}
|
|
9830
|
+
.scalar-app .md\:w-\[calc\(100\%_-_8px\)\] {
|
|
9831
|
+
width: calc(100% - 8px);
|
|
9832
|
+
}
|
|
9760
9833
|
.scalar-app .md\:w-full {
|
|
9761
9834
|
width: 100%;
|
|
9762
9835
|
}
|
|
9763
|
-
.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 {
|
|
9764
9837
|
max-width: 720px;
|
|
9765
9838
|
}
|
|
9766
9839
|
.scalar-app .md\:min-w-fit {
|
|
@@ -9773,6 +9846,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9773
9846
|
--tw-translate-x: calc(4px * 0);
|
|
9774
9847
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
9775
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
|
+
}
|
|
9776
9853
|
.scalar-app .md\:translate-y-0 {
|
|
9777
9854
|
--tw-translate-y: calc(4px * 0);
|
|
9778
9855
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -9830,10 +9907,21 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9830
9907
|
.scalar-app .md\:pl-0 {
|
|
9831
9908
|
padding-left: 0;
|
|
9832
9909
|
}
|
|
9910
|
+
.scalar-app .md\:opacity-0 {
|
|
9911
|
+
opacity: 0;
|
|
9912
|
+
}
|
|
9833
9913
|
:is(.scalar-app .md\:\*\:border-t-0 > *) {
|
|
9834
9914
|
border-top-style: var(--tw-border-style);
|
|
9835
9915
|
border-top-width: 0;
|
|
9836
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
|
+
}
|
|
9837
9925
|
}
|
|
9838
9926
|
@media (min-width: 1000px) {
|
|
9839
9927
|
.scalar-app .lg\:order-0, .scalar-app .lg\:order-none {
|
|
@@ -10061,28 +10149,28 @@ to {
|
|
|
10061
10149
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
10062
10150
|
}
|
|
10063
10151
|
}
|
|
10064
|
-
.address-bar-history-button[data-v-
|
|
10152
|
+
.address-bar-history-button[data-v-5b995586]:hover {
|
|
10065
10153
|
background: var(--scalar-background-3);
|
|
10066
10154
|
}
|
|
10067
|
-
.address-bar-history-button[data-v-
|
|
10155
|
+
.address-bar-history-button[data-v-5b995586]:focus-within {
|
|
10068
10156
|
background: var(--scalar-background-2);
|
|
10069
10157
|
}
|
|
10070
|
-
[data-v-
|
|
10158
|
+
[data-v-3ac22ad4] .cm-editor {
|
|
10071
10159
|
background: none;
|
|
10072
10160
|
outline: none;
|
|
10073
10161
|
height: 100%;
|
|
10074
10162
|
padding: 0;
|
|
10075
10163
|
}
|
|
10076
|
-
[data-v-
|
|
10164
|
+
[data-v-3ac22ad4] .cm-placeholder {
|
|
10077
10165
|
color: var(--scalar-color-3);
|
|
10078
10166
|
}
|
|
10079
|
-
[data-v-
|
|
10167
|
+
[data-v-3ac22ad4] .cm-content {
|
|
10080
10168
|
font-family: var(--scalar-font-code);
|
|
10081
10169
|
font-size: var(--scalar-small);
|
|
10082
10170
|
max-height: 20px;
|
|
10083
10171
|
padding: 8px 0;
|
|
10084
10172
|
}
|
|
10085
|
-
[data-v-
|
|
10173
|
+
[data-v-3ac22ad4] .cm-tooltip {
|
|
10086
10174
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
10087
10175
|
border-radius: var(--scalar-radius);
|
|
10088
10176
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -10091,39 +10179,39 @@ to {
|
|
|
10091
10179
|
outline: none !important;
|
|
10092
10180
|
overflow: hidden !important;
|
|
10093
10181
|
}
|
|
10094
|
-
[data-v-
|
|
10182
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li {
|
|
10095
10183
|
padding: 3px 6px !important;
|
|
10096
10184
|
}
|
|
10097
|
-
[data-v-
|
|
10185
|
+
[data-v-3ac22ad4] .cm-completionIcon-type:after {
|
|
10098
10186
|
color: var(--scalar-color-3) !important;
|
|
10099
10187
|
}
|
|
10100
|
-
[data-v-
|
|
10188
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
10101
10189
|
background: var(--scalar-background-2) !important;
|
|
10102
10190
|
color: var(--scalar-color-1) !important;
|
|
10103
10191
|
}
|
|
10104
|
-
[data-v-
|
|
10192
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul {
|
|
10105
10193
|
position: relative;
|
|
10106
10194
|
padding: 6px !important;
|
|
10107
10195
|
}
|
|
10108
|
-
[data-v-
|
|
10196
|
+
[data-v-3ac22ad4] .cm-tooltip-autocomplete ul li:hover {
|
|
10109
10197
|
border-radius: 3px;
|
|
10110
10198
|
color: var(--scalar-color-1) !important;
|
|
10111
10199
|
background: var(--scalar-background-3) !important;
|
|
10112
10200
|
}
|
|
10113
|
-
[data-v-
|
|
10201
|
+
[data-v-3ac22ad4] .cm-activeLine, [data-v-3ac22ad4] .cm-activeLineGutter {
|
|
10114
10202
|
background-color: #0000;
|
|
10115
10203
|
}
|
|
10116
|
-
[data-v-
|
|
10204
|
+
[data-v-3ac22ad4] .cm-selectionMatch, [data-v-3ac22ad4] .cm-matchingBracket {
|
|
10117
10205
|
border-radius: var(--scalar-radius);
|
|
10118
10206
|
background: var(--scalar-background-4) !important;
|
|
10119
10207
|
}
|
|
10120
|
-
[data-v-
|
|
10208
|
+
[data-v-3ac22ad4] .cm-css-color-picker-wrapper {
|
|
10121
10209
|
outline: 1px solid var(--scalar-background-3);
|
|
10122
10210
|
border-radius: 3px;
|
|
10123
10211
|
display: inline-flex;
|
|
10124
10212
|
overflow: hidden;
|
|
10125
10213
|
}
|
|
10126
|
-
[data-v-
|
|
10214
|
+
[data-v-3ac22ad4] .cm-gutters {
|
|
10127
10215
|
color: var(--scalar-color-3);
|
|
10128
10216
|
font-size: var(--scalar-small);
|
|
10129
10217
|
background-color: #0000;
|
|
@@ -10131,7 +10219,7 @@ to {
|
|
|
10131
10219
|
border-radius: 0 0 0 3px;
|
|
10132
10220
|
line-height: 22px;
|
|
10133
10221
|
}
|
|
10134
|
-
[data-v-
|
|
10222
|
+
[data-v-3ac22ad4] .cm-gutters:before {
|
|
10135
10223
|
content: "";
|
|
10136
10224
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
10137
10225
|
background-color: var(--scalar-background-1);
|
|
@@ -10141,7 +10229,7 @@ to {
|
|
|
10141
10229
|
top: 2px;
|
|
10142
10230
|
left: 2px;
|
|
10143
10231
|
}
|
|
10144
|
-
[data-v-
|
|
10232
|
+
[data-v-3ac22ad4] .cm-gutterElement {
|
|
10145
10233
|
justify-content: flex-end;
|
|
10146
10234
|
align-items: center;
|
|
10147
10235
|
display: flex;
|
|
@@ -10150,16 +10238,16 @@ to {
|
|
|
10150
10238
|
padding-left: 0 !important;
|
|
10151
10239
|
padding-right: 6px !important;
|
|
10152
10240
|
}
|
|
10153
|
-
[data-v-
|
|
10241
|
+
[data-v-3ac22ad4] .cm-lineNumbers .cm-gutterElement {
|
|
10154
10242
|
min-width: fit-content;
|
|
10155
10243
|
}
|
|
10156
|
-
[data-v-
|
|
10244
|
+
[data-v-3ac22ad4] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
10157
10245
|
padding-left: 0 !important;
|
|
10158
10246
|
}
|
|
10159
|
-
[data-v-
|
|
10247
|
+
[data-v-3ac22ad4] .cm-scroller {
|
|
10160
10248
|
overflow: auto;
|
|
10161
10249
|
}
|
|
10162
|
-
.line-wrapping[data-v-
|
|
10250
|
+
.line-wrapping[data-v-3ac22ad4]:focus-within .cm-content {
|
|
10163
10251
|
white-space: break-spaces;
|
|
10164
10252
|
word-break: break-all;
|
|
10165
10253
|
min-height: fit-content;
|
|
@@ -10217,49 +10305,49 @@ to {
|
|
|
10217
10305
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
10218
10306
|
margin-top: 0;
|
|
10219
10307
|
}
|
|
10220
|
-
[data-v-
|
|
10308
|
+
[data-v-e06ea441] .cm-editor {
|
|
10221
10309
|
outline: none;
|
|
10222
10310
|
width: 100%;
|
|
10223
10311
|
height: 100%;
|
|
10224
10312
|
}
|
|
10225
|
-
[data-v-
|
|
10313
|
+
[data-v-e06ea441] .cm-line {
|
|
10226
10314
|
padding: 0;
|
|
10227
10315
|
}
|
|
10228
|
-
[data-v-
|
|
10316
|
+
[data-v-e06ea441] .cm-content {
|
|
10229
10317
|
font-size: var(--scalar-small);
|
|
10230
10318
|
align-items: center;
|
|
10231
10319
|
padding: 0;
|
|
10232
10320
|
display: flex;
|
|
10233
10321
|
}
|
|
10234
|
-
.scroll-timeline-x[data-v-
|
|
10322
|
+
.scroll-timeline-x[data-v-e06ea441] {
|
|
10235
10323
|
scroll-timeline: --scroll-timeline x;
|
|
10236
10324
|
scroll-timeline: --scroll-timeline horizontal;
|
|
10237
10325
|
-ms-overflow-style: none;
|
|
10238
10326
|
}
|
|
10239
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10327
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] {
|
|
10240
10328
|
overflow-x: auto;
|
|
10241
10329
|
}
|
|
10242
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10330
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] .cm-scroller {
|
|
10243
10331
|
scrollbar-width: none;
|
|
10244
10332
|
-ms-overflow-style: none;
|
|
10245
10333
|
padding-right: 20px;
|
|
10246
10334
|
overflow: auto;
|
|
10247
10335
|
}
|
|
10248
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10336
|
+
.scroll-timeline-x-hidden[data-v-e06ea441]::-webkit-scrollbar {
|
|
10249
10337
|
width: 0;
|
|
10250
10338
|
height: 0;
|
|
10251
10339
|
display: none;
|
|
10252
10340
|
}
|
|
10253
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10341
|
+
.scroll-timeline-x-hidden[data-v-e06ea441] .cm-scroller::-webkit-scrollbar {
|
|
10254
10342
|
width: 0;
|
|
10255
10343
|
height: 0;
|
|
10256
10344
|
display: none;
|
|
10257
10345
|
}
|
|
10258
|
-
.scroll-timeline-x-address[data-v-
|
|
10346
|
+
.scroll-timeline-x-address[data-v-e06ea441] {
|
|
10259
10347
|
scrollbar-width: none;
|
|
10260
10348
|
line-height: 27px;
|
|
10261
10349
|
}
|
|
10262
|
-
.scroll-timeline-x-address[data-v-
|
|
10350
|
+
.scroll-timeline-x-address[data-v-e06ea441]:after {
|
|
10263
10351
|
content: "";
|
|
10264
10352
|
cursor: text;
|
|
10265
10353
|
width: 24px;
|
|
@@ -10267,48 +10355,48 @@ to {
|
|
|
10267
10355
|
position: absolute;
|
|
10268
10356
|
right: 0;
|
|
10269
10357
|
}
|
|
10270
|
-
.scroll-timeline-x-address[data-v-
|
|
10358
|
+
.scroll-timeline-x-address[data-v-e06ea441]:empty:before {
|
|
10271
10359
|
content: "Enter URL or cURL request";
|
|
10272
10360
|
color: var(--scalar-color-3);
|
|
10273
10361
|
pointer-events: none;
|
|
10274
10362
|
}
|
|
10275
|
-
.fade-left[data-v-
|
|
10363
|
+
.fade-left[data-v-e06ea441], .fade-right[data-v-e06ea441] {
|
|
10276
10364
|
content: "";
|
|
10277
10365
|
pointer-events: none;
|
|
10278
10366
|
z-index: 1;
|
|
10279
10367
|
height: 100%;
|
|
10280
|
-
animation-name: fadein-
|
|
10368
|
+
animation-name: fadein-e06ea441;
|
|
10281
10369
|
animation-duration: 1ms;
|
|
10282
10370
|
animation-direction: reverse;
|
|
10283
10371
|
animation-timeline: --scroll-timeline;
|
|
10284
10372
|
position: sticky;
|
|
10285
10373
|
}
|
|
10286
|
-
.fade-left[data-v-
|
|
10374
|
+
.fade-left[data-v-e06ea441] {
|
|
10287
10375
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10288
10376
|
}
|
|
10289
10377
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10290
|
-
.fade-left[data-v-
|
|
10378
|
+
.fade-left[data-v-e06ea441] {
|
|
10291
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%);
|
|
10292
10380
|
}
|
|
10293
10381
|
}
|
|
10294
|
-
.fade-left[data-v-
|
|
10382
|
+
.fade-left[data-v-e06ea441] {
|
|
10295
10383
|
min-width: 6px;
|
|
10296
10384
|
animation-direction: normal;
|
|
10297
10385
|
left: -1px;
|
|
10298
10386
|
}
|
|
10299
|
-
.fade-right[data-v-
|
|
10387
|
+
.fade-right[data-v-e06ea441] {
|
|
10300
10388
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10301
10389
|
}
|
|
10302
10390
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10303
|
-
.fade-right[data-v-
|
|
10391
|
+
.fade-right[data-v-e06ea441] {
|
|
10304
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%);
|
|
10305
10393
|
}
|
|
10306
10394
|
}
|
|
10307
|
-
.fade-right[data-v-
|
|
10395
|
+
.fade-right[data-v-e06ea441] {
|
|
10308
10396
|
min-width: 24px;
|
|
10309
10397
|
right: -1px;
|
|
10310
10398
|
}
|
|
10311
|
-
@keyframes fadein-
|
|
10399
|
+
@keyframes fadein-e06ea441 {
|
|
10312
10400
|
0% {
|
|
10313
10401
|
opacity: 0;
|
|
10314
10402
|
}
|
|
@@ -10316,26 +10404,26 @@ to {
|
|
|
10316
10404
|
opacity: 1;
|
|
10317
10405
|
}
|
|
10318
10406
|
}
|
|
10319
|
-
.address-bar-bg-states[data-v-
|
|
10407
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
10320
10408
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10321
10409
|
}
|
|
10322
10410
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10323
|
-
.address-bar-bg-states[data-v-
|
|
10411
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
10324
10412
|
--scalar-address-bar-bg: color-mix(in srgb,
|
|
10325
10413
|
var(--scalar-background-1),
|
|
10326
10414
|
var(--scalar-background-2));
|
|
10327
10415
|
}
|
|
10328
10416
|
}
|
|
10329
|
-
.address-bar-bg-states[data-v-
|
|
10417
|
+
.address-bar-bg-states[data-v-e06ea441] {
|
|
10330
10418
|
background: var(--scalar-address-bar-bg);
|
|
10331
10419
|
}
|
|
10332
|
-
.address-bar-bg-states[data-v-
|
|
10420
|
+
.address-bar-bg-states[data-v-e06ea441]:has(.cm-focused) {
|
|
10333
10421
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10334
10422
|
border-color: var(--scalar-border-color);
|
|
10335
10423
|
outline-width: 1px;
|
|
10336
10424
|
outline-style: solid;
|
|
10337
10425
|
}
|
|
10338
|
-
.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] {
|
|
10339
10427
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10340
10428
|
}
|
|
10341
10429
|
.app-exit-button[data-v-0e03d0d8] {
|
|
@@ -10454,7 +10542,7 @@ to {
|
|
|
10454
10542
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10455
10543
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10456
10544
|
}
|
|
10457
|
-
[data-v-
|
|
10545
|
+
[data-v-3260eadd] .cm-content {
|
|
10458
10546
|
font-size: var(--scalar-small);
|
|
10459
10547
|
}
|
|
10460
10548
|
.form-group[data-v-43df1726] {
|
|
@@ -10510,31 +10598,31 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
10510
10598
|
-webkit-text-security: disc;
|
|
10511
10599
|
-moz-text-security: disc;
|
|
10512
10600
|
}
|
|
10513
|
-
.request-section-content[data-v-
|
|
10601
|
+
.request-section-content[data-v-2d4e3b5d] {
|
|
10514
10602
|
--scalar-border-width: .5px;
|
|
10515
10603
|
}
|
|
10516
|
-
.request-section-content-filter[data-v-
|
|
10604
|
+
.request-section-content-filter[data-v-2d4e3b5d] {
|
|
10517
10605
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
10518
10606
|
}
|
|
10519
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
10607
|
+
.request-item:focus-within .request-meta-buttons[data-v-2d4e3b5d] {
|
|
10520
10608
|
opacity: 1;
|
|
10521
10609
|
}
|
|
10522
|
-
.group-hover-input[data-v-
|
|
10610
|
+
.group-hover-input[data-v-2d4e3b5d] {
|
|
10523
10611
|
border-width: var(--scalar-border-width);
|
|
10524
10612
|
border-color: #0000;
|
|
10525
10613
|
}
|
|
10526
|
-
.group:hover .group-hover-input[data-v-
|
|
10614
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
10527
10615
|
background: var(--scalar-background-1);
|
|
10528
10616
|
}
|
|
10529
10617
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10530
|
-
.group:hover .group-hover-input[data-v-
|
|
10618
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
10531
10619
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10532
10620
|
}
|
|
10533
10621
|
}
|
|
10534
|
-
.group:hover .group-hover-input[data-v-
|
|
10622
|
+
.group:hover .group-hover-input[data-v-2d4e3b5d] {
|
|
10535
10623
|
border-color: var(--scalar-border-color);
|
|
10536
10624
|
}
|
|
10537
|
-
.group-hover-input[data-v-
|
|
10625
|
+
.group-hover-input[data-v-2d4e3b5d]:focus {
|
|
10538
10626
|
border-color: var(--scalar-border-color) !important;
|
|
10539
10627
|
background: none !important;
|
|
10540
10628
|
}
|
|
@@ -10647,39 +10735,39 @@ to {
|
|
|
10647
10735
|
transform: translateY(0);
|
|
10648
10736
|
}
|
|
10649
10737
|
}
|
|
10650
|
-
.request-card[data-v-
|
|
10738
|
+
.request-card[data-v-0e4ddc16] {
|
|
10651
10739
|
font-size: var(--scalar-font-size-3);
|
|
10652
10740
|
}
|
|
10653
|
-
.request-method[data-v-
|
|
10741
|
+
.request-method[data-v-0e4ddc16] {
|
|
10654
10742
|
font-family: var(--scalar-font-code);
|
|
10655
10743
|
text-transform: uppercase;
|
|
10656
10744
|
margin-right: 6px;
|
|
10657
10745
|
}
|
|
10658
|
-
.request-card-footer[data-v-
|
|
10746
|
+
.request-card-footer[data-v-0e4ddc16] {
|
|
10659
10747
|
flex-shrink: 0;
|
|
10660
10748
|
justify-content: flex-end;
|
|
10661
10749
|
padding: 6px;
|
|
10662
10750
|
display: flex;
|
|
10663
10751
|
position: relative;
|
|
10664
10752
|
}
|
|
10665
|
-
.request-card-footer-addon[data-v-
|
|
10753
|
+
.request-card-footer-addon[data-v-0e4ddc16] {
|
|
10666
10754
|
flex: 1;
|
|
10667
10755
|
align-items: center;
|
|
10668
10756
|
min-width: 0;
|
|
10669
10757
|
display: flex;
|
|
10670
10758
|
}
|
|
10671
|
-
.request-editor-section[data-v-
|
|
10759
|
+
.request-editor-section[data-v-0e4ddc16] {
|
|
10672
10760
|
flex: 1;
|
|
10673
10761
|
display: flex;
|
|
10674
10762
|
}
|
|
10675
|
-
.request-card-simple[data-v-
|
|
10763
|
+
.request-card-simple[data-v-0e4ddc16] {
|
|
10676
10764
|
font-size: var(--scalar-small);
|
|
10677
10765
|
justify-content: space-between;
|
|
10678
10766
|
align-items: center;
|
|
10679
10767
|
padding: 8px 8px 8px 12px;
|
|
10680
10768
|
display: flex;
|
|
10681
10769
|
}
|
|
10682
|
-
.code-snippet[data-v-
|
|
10770
|
+
.code-snippet[data-v-0e4ddc16] {
|
|
10683
10771
|
flex-direction: column;
|
|
10684
10772
|
width: 100%;
|
|
10685
10773
|
display: flex;
|
|
@@ -10720,27 +10808,27 @@ to {
|
|
|
10720
10808
|
.dark-mode .download-app-button[data-v-9b609275]:hover {
|
|
10721
10809
|
background: linear-gradient(#00000026, #ffffff1a);
|
|
10722
10810
|
}
|
|
10723
|
-
.empty-sidebar-item-content[data-v-
|
|
10811
|
+
.empty-sidebar-item-content[data-v-6f80f8d3] {
|
|
10724
10812
|
display: none;
|
|
10725
10813
|
}
|
|
10726
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10814
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-6f80f8d3] {
|
|
10727
10815
|
display: block;
|
|
10728
10816
|
}
|
|
10729
|
-
.rabbitjump[data-v-
|
|
10817
|
+
.rabbitjump[data-v-6f80f8d3] {
|
|
10730
10818
|
opacity: 0;
|
|
10731
10819
|
}
|
|
10732
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10820
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-6f80f8d3] {
|
|
10733
10821
|
opacity: 1;
|
|
10734
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10822
|
+
animation: .5s step-end infinite rabbitAnimation-6f80f8d3;
|
|
10735
10823
|
}
|
|
10736
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10824
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-6f80f8d3] {
|
|
10737
10825
|
opacity: 0;
|
|
10738
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10826
|
+
animation: .5s step-end infinite rabbitAnimation2-6f80f8d3;
|
|
10739
10827
|
}
|
|
10740
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10741
|
-
animation: 8s linear infinite rabbitRun-
|
|
10828
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-6f80f8d3] {
|
|
10829
|
+
animation: 8s linear infinite rabbitRun-6f80f8d3;
|
|
10742
10830
|
}
|
|
10743
|
-
@keyframes rabbitRun-
|
|
10831
|
+
@keyframes rabbitRun-6f80f8d3 {
|
|
10744
10832
|
0% {
|
|
10745
10833
|
transform: translate3d(0, 0, 0);
|
|
10746
10834
|
}
|
|
@@ -10760,7 +10848,7 @@ to {
|
|
|
10760
10848
|
transform: translate3d(0, 0, 0);
|
|
10761
10849
|
}
|
|
10762
10850
|
}
|
|
10763
|
-
@keyframes rabbitAnimation-
|
|
10851
|
+
@keyframes rabbitAnimation-6f80f8d3 {
|
|
10764
10852
|
0%, 100% {
|
|
10765
10853
|
opacity: 1;
|
|
10766
10854
|
}
|
|
@@ -10768,7 +10856,7 @@ to {
|
|
|
10768
10856
|
opacity: 0;
|
|
10769
10857
|
}
|
|
10770
10858
|
}
|
|
10771
|
-
@keyframes rabbitAnimation2-
|
|
10859
|
+
@keyframes rabbitAnimation2-6f80f8d3 {
|
|
10772
10860
|
0%, 100% {
|
|
10773
10861
|
opacity: 0;
|
|
10774
10862
|
}
|
|
@@ -10943,138 +11031,6 @@ to {
|
|
|
10943
11031
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
10944
11032
|
}
|
|
10945
11033
|
}
|
|
10946
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10947
|
-
--callout-font-size: var(--scalar-small);
|
|
10948
|
-
--callout-neutral-primary: var(--scalar-color-3);
|
|
10949
|
-
--callout-neutral-secondary: var(--scalar-background-2);
|
|
10950
|
-
}
|
|
10951
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10952
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10953
|
-
--callout-neutral-secondary: color-mix(in srgb,
|
|
10954
|
-
var(--scalar-background-2),
|
|
10955
|
-
transparent 50%);
|
|
10956
|
-
}
|
|
10957
|
-
}
|
|
10958
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10959
|
-
--callout-neutral-font-color: var(--scalar-color-1);
|
|
10960
|
-
--callout-success-primary: var(--scalar-color-green);
|
|
10961
|
-
--callout-success-secondary: var(--scalar-color-green);
|
|
10962
|
-
}
|
|
10963
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10964
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10965
|
-
--callout-success-secondary: color-mix(in srgb,
|
|
10966
|
-
var(--scalar-color-green),
|
|
10967
|
-
transparent 97%);
|
|
10968
|
-
}
|
|
10969
|
-
}
|
|
10970
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10971
|
-
--callout-success-font-color: var(--scalar-color-1);
|
|
10972
|
-
--callout-danger-primary: var(--scalar-color-red);
|
|
10973
|
-
--callout-danger-secondary: var(--scalar-color-red);
|
|
10974
|
-
}
|
|
10975
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10976
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10977
|
-
--callout-danger-secondary: color-mix(in srgb,
|
|
10978
|
-
var(--scalar-color-red),
|
|
10979
|
-
transparent 97%);
|
|
10980
|
-
}
|
|
10981
|
-
}
|
|
10982
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10983
|
-
--callout-danger-font-color: var(--scalar-color-1);
|
|
10984
|
-
--callout-warning-primary: var(--scalar-color-yellow);
|
|
10985
|
-
--callout-warning-secondary: var(--scalar-color-yellow);
|
|
10986
|
-
}
|
|
10987
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10988
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10989
|
-
--callout-warning-secondary: color-mix(in srgb,
|
|
10990
|
-
var(--scalar-color-yellow),
|
|
10991
|
-
transparent 97%);
|
|
10992
|
-
}
|
|
10993
|
-
}
|
|
10994
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
10995
|
-
--callout-warning-font-color: var(--scalar-color-1);
|
|
10996
|
-
--callout-info-primary: var(--scalar-color-blue);
|
|
10997
|
-
--callout-info-secondary: var(--scalar-color-blue);
|
|
10998
|
-
}
|
|
10999
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
11000
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
11001
|
-
--callout-info-secondary: color-mix(in srgb,
|
|
11002
|
-
var(--scalar-color-blue),
|
|
11003
|
-
transparent 97%);
|
|
11004
|
-
}
|
|
11005
|
-
}
|
|
11006
|
-
.dark-mode .t-editor__callout[data-v-fa58cbab], .light-mode .t-editor__callout[data-v-fa58cbab] {
|
|
11007
|
-
--callout-info-font-color: var(--scalar-color-1);
|
|
11008
|
-
--callout-line-height: 22px;
|
|
11009
|
-
}
|
|
11010
|
-
.t-editor__callout[data-v-fa58cbab] {
|
|
11011
|
-
border-radius: var(--scalar-radius);
|
|
11012
|
-
margin-top: var(--scalar-block-spacing);
|
|
11013
|
-
--callout-primary: var(--scalar-border-color);
|
|
11014
|
-
--callout-secondary: var(--scalar-background-2);
|
|
11015
|
-
--callout-svg: var(--callout-primary);
|
|
11016
|
-
background: var(--callout-secondary);
|
|
11017
|
-
border: var(--scalar-border-width) solid var(--callout-primary);
|
|
11018
|
-
padding: 10px 14px;
|
|
11019
|
-
}
|
|
11020
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
11021
|
-
.t-editor__callout[data-v-fa58cbab] {
|
|
11022
|
-
border: var(--scalar-border-width) solid color-mix(in srgb, var(--callout-primary), transparent 50%);
|
|
11023
|
-
}
|
|
11024
|
-
}
|
|
11025
|
-
.t-editor__callout .callout-content__text[data-v-fa58cbab] {
|
|
11026
|
-
font-size: var(--callout-font-size);
|
|
11027
|
-
line-height: var(--callout-line-height);
|
|
11028
|
-
flex: 1;
|
|
11029
|
-
}
|
|
11030
|
-
.t-editor__callout .callout-content__icon[data-v-fa58cbab] {
|
|
11031
|
-
border-radius: var(--scalar-radius);
|
|
11032
|
-
width: 18px;
|
|
11033
|
-
height: fit-content;
|
|
11034
|
-
color: var(--callout-svg);
|
|
11035
|
-
justify-content: center;
|
|
11036
|
-
align-items: center;
|
|
11037
|
-
display: flex;
|
|
11038
|
-
position: relative;
|
|
11039
|
-
}
|
|
11040
|
-
.t-editor__callout .callout-content__icon svg[data-v-fa58cbab], .t-editor__callout .callout-content__icon img[data-v-fa58cbab] {
|
|
11041
|
-
width: 18px;
|
|
11042
|
-
height: 18px;
|
|
11043
|
-
}
|
|
11044
|
-
.t-editor__callout .callout-content__icon[data-v-fa58cbab]:before {
|
|
11045
|
-
content: "";
|
|
11046
|
-
line-height: var(--callout-line-height);
|
|
11047
|
-
}
|
|
11048
|
-
.t-editor__callout.callout__neutral[data-v-fa58cbab] {
|
|
11049
|
-
--callout-primary: var(--callout-neutral-primary);
|
|
11050
|
-
--callout-secondary: var(--callout-neutral-secondary);
|
|
11051
|
-
--callout-font-color: var(--callout-neutral-font-color);
|
|
11052
|
-
--callout-svg: var(--callout-neutral-font-color);
|
|
11053
|
-
}
|
|
11054
|
-
.t-editor__callout.callout__info[data-v-fa58cbab] {
|
|
11055
|
-
--callout-primary: var(--callout-info-primary);
|
|
11056
|
-
--callout-secondary: var(--callout-info-secondary);
|
|
11057
|
-
--callout-font-color: var(--callout-info-font-color);
|
|
11058
|
-
--callout-svg: var(--callout-info-primary);
|
|
11059
|
-
}
|
|
11060
|
-
.t-editor__callout.callout__warning[data-v-fa58cbab] {
|
|
11061
|
-
--callout-primary: var(--callout-warning-primary);
|
|
11062
|
-
--callout-secondary: var(--callout-warning-secondary);
|
|
11063
|
-
--callout-font-color: var(--callout-warning-font-color);
|
|
11064
|
-
--callout-svg: var(--callout-warning-primary);
|
|
11065
|
-
}
|
|
11066
|
-
.t-editor__callout.callout__success[data-v-fa58cbab] {
|
|
11067
|
-
--callout-primary: var(--callout-success-primary);
|
|
11068
|
-
--callout-secondary: var(--callout-success-secondary);
|
|
11069
|
-
--callout-font-color: var(--callout-success-font-color);
|
|
11070
|
-
--callout-svg: var(--callout-success-primary);
|
|
11071
|
-
}
|
|
11072
|
-
.t-editor__callout.callout__danger[data-v-fa58cbab] {
|
|
11073
|
-
--callout-primary: var(--callout-danger-primary);
|
|
11074
|
-
--callout-secondary: var(--callout-danger-secondary);
|
|
11075
|
-
--callout-font-color: var(--callout-danger-font-color);
|
|
11076
|
-
--callout-svg: var(--callout-danger-primary);
|
|
11077
|
-
}
|
|
11078
11034
|
.group-hover-input[data-v-2f09f15e] {
|
|
11079
11035
|
border-width: var(--scalar-border-width);
|
|
11080
11036
|
border-color: #0000;
|
|
@@ -11245,7 +11201,7 @@ to {
|
|
|
11245
11201
|
.full-size-styles:has(.sync-conflict-modal-root):after {
|
|
11246
11202
|
display: none;
|
|
11247
11203
|
}
|
|
11248
|
-
.scalar-collection-auth[data-v-
|
|
11204
|
+
.scalar-collection-auth[data-v-6bba6b78] {
|
|
11249
11205
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11250
11206
|
border-radius: var(--scalar-radius-lg);
|
|
11251
11207
|
overflow: hidden;
|
|
@@ -11478,10 +11434,10 @@ to {
|
|
|
11478
11434
|
white-space: nowrap;
|
|
11479
11435
|
display: flex;
|
|
11480
11436
|
}
|
|
11481
|
-
[data-v-
|
|
11437
|
+
[data-v-9a415d6b] .cm-editor {
|
|
11482
11438
|
padding: 0;
|
|
11483
11439
|
}
|
|
11484
|
-
[data-v-
|
|
11440
|
+
[data-v-9a415d6b] .cm-content {
|
|
11485
11441
|
font-family: var(--scalar-font);
|
|
11486
11442
|
font-size: var(--scalar-small);
|
|
11487
11443
|
background-color: #0000;
|
|
@@ -11490,21 +11446,21 @@ to {
|
|
|
11490
11446
|
padding: 5px 8px;
|
|
11491
11447
|
display: flex;
|
|
11492
11448
|
}
|
|
11493
|
-
[data-v-
|
|
11449
|
+
[data-v-9a415d6b] .cm-content:has(.cm-pill) {
|
|
11494
11450
|
padding: 5px 8px;
|
|
11495
11451
|
}
|
|
11496
|
-
[data-v-
|
|
11452
|
+
[data-v-9a415d6b] .cm-content .cm-pill:not(:last-of-type) {
|
|
11497
11453
|
margin-right: .5px;
|
|
11498
11454
|
}
|
|
11499
|
-
[data-v-
|
|
11455
|
+
[data-v-9a415d6b] .cm-content .cm-pill:not(:first-of-type) {
|
|
11500
11456
|
margin-left: .5px;
|
|
11501
11457
|
}
|
|
11502
|
-
[data-v-
|
|
11458
|
+
[data-v-9a415d6b] .cm-line {
|
|
11503
11459
|
text-overflow: ellipsis;
|
|
11504
11460
|
padding: 0;
|
|
11505
11461
|
overflow: hidden;
|
|
11506
11462
|
}
|
|
11507
|
-
.filemask[data-v-
|
|
11463
|
+
.filemask[data-v-9a415d6b] {
|
|
11508
11464
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
11509
11465
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
11510
11466
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
@@ -11916,7 +11872,7 @@ to {
|
|
|
11916
11872
|
display: flex;
|
|
11917
11873
|
position: relative;
|
|
11918
11874
|
}
|
|
11919
|
-
.askForAuthentication[data-v-
|
|
11875
|
+
.askForAuthentication[data-v-fd5c15f7] {
|
|
11920
11876
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11921
11877
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11922
11878
|
width: 100%;
|
|
@@ -11927,7 +11883,7 @@ to {
|
|
|
11927
11883
|
display: flex;
|
|
11928
11884
|
position: relative;
|
|
11929
11885
|
}
|
|
11930
|
-
.authContent[data-v-
|
|
11886
|
+
.authContent[data-v-fd5c15f7] {
|
|
11931
11887
|
grid-template-rows: 0fr;
|
|
11932
11888
|
width: 100%;
|
|
11933
11889
|
max-width: 520px;
|
|
@@ -11937,19 +11893,19 @@ to {
|
|
|
11937
11893
|
display: grid;
|
|
11938
11894
|
overflow: hidden;
|
|
11939
11895
|
}
|
|
11940
|
-
.authContentInner[data-v-
|
|
11896
|
+
.authContentInner[data-v-fd5c15f7] > div {
|
|
11941
11897
|
margin: 36px 0 48px;
|
|
11942
11898
|
}
|
|
11943
|
-
.authContent[data-v-
|
|
11899
|
+
.authContent[data-v-fd5c15f7] .markdown {
|
|
11944
11900
|
margin-bottom: 0 !important;
|
|
11945
11901
|
}
|
|
11946
|
-
.askForAuthentication.open .authContent[data-v-
|
|
11902
|
+
.askForAuthentication.open .authContent[data-v-fd5c15f7] {
|
|
11947
11903
|
grid-template-rows: 1fr;
|
|
11948
11904
|
}
|
|
11949
|
-
.continueButton[data-v-
|
|
11905
|
+
.continueButton[data-v-fd5c15f7] {
|
|
11950
11906
|
align-self: flex-end;
|
|
11951
11907
|
}
|
|
11952
|
-
.toggleButton[data-v-
|
|
11908
|
+
.toggleButton[data-v-fd5c15f7] {
|
|
11953
11909
|
cursor: pointer;
|
|
11954
11910
|
text-align: left;
|
|
11955
11911
|
color: var(--scalar-color-3);
|
|
@@ -11961,11 +11917,11 @@ to {
|
|
|
11961
11917
|
display: flex;
|
|
11962
11918
|
position: relative;
|
|
11963
11919
|
}
|
|
11964
|
-
.authContentInner[data-v-
|
|
11920
|
+
.authContentInner[data-v-fd5c15f7] {
|
|
11965
11921
|
min-height: 0;
|
|
11966
11922
|
overflow: hidden;
|
|
11967
11923
|
}
|
|
11968
|
-
.authorizeButton[data-v-
|
|
11924
|
+
.authorizeButton[data-v-fd5c15f7] {
|
|
11969
11925
|
z-index: 1;
|
|
11970
11926
|
gap: 5px;
|
|
11971
11927
|
display: flex;
|
|
@@ -13157,7 +13113,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13157
13113
|
height: 100%;
|
|
13158
13114
|
display: flex;
|
|
13159
13115
|
}
|
|
13160
|
-
.docSettings[data-v-
|
|
13116
|
+
.docSettings[data-v-dd964244] {
|
|
13161
13117
|
font-size: var(--scalar-font-size-3);
|
|
13162
13118
|
flex-direction: column;
|
|
13163
13119
|
gap: 12px;
|
|
@@ -13165,7 +13121,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13165
13121
|
margin-bottom: 12px;
|
|
13166
13122
|
display: flex;
|
|
13167
13123
|
}
|
|
13168
|
-
.documentName[data-v-
|
|
13124
|
+
.documentName[data-v-dd964244] {
|
|
13169
13125
|
font-weight: var(--scalar-semibold);
|
|
13170
13126
|
}
|
|
13171
13127
|
.settingsModal .scalar-modal-layout {
|
|
@@ -13456,7 +13412,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13456
13412
|
}
|
|
13457
13413
|
/* Configurable Layout Variables */
|
|
13458
13414
|
@layer scalar-config {
|
|
13459
|
-
.scalar-api-reference[data-v-
|
|
13415
|
+
.scalar-api-reference[data-v-b3b51776] {
|
|
13460
13416
|
/* The header height */
|
|
13461
13417
|
--refs-header-height: calc(
|
|
13462
13418
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -13478,19 +13434,19 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13478
13434
|
/* The maximum width of the content column */
|
|
13479
13435
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
13480
13436
|
}
|
|
13481
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13437
|
+
.scalar-api-reference.references-classic[data-v-b3b51776] {
|
|
13482
13438
|
/* Classic layout is wider */
|
|
13483
13439
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
13484
13440
|
min-height: 100dvh;
|
|
13485
13441
|
--refs-sidebar-width: 0;
|
|
13486
13442
|
}
|
|
13487
13443
|
}
|
|
13488
|
-
.t-doc__sidebar[data-v-
|
|
13444
|
+
.t-doc__sidebar[data-v-b3b51776] {
|
|
13489
13445
|
z-index: 10;
|
|
13490
13446
|
}
|
|
13491
13447
|
/* ----------------------------------------------------- */
|
|
13492
13448
|
/* References Layout */
|
|
13493
|
-
.references-layout[data-v-
|
|
13449
|
+
.references-layout[data-v-b3b51776] {
|
|
13494
13450
|
/* Try to fill the container */
|
|
13495
13451
|
min-height: 100dvh;
|
|
13496
13452
|
min-width: 100%;
|
|
@@ -13514,43 +13470,43 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13514
13470
|
|
|
13515
13471
|
background: var(--scalar-background-1);
|
|
13516
13472
|
}
|
|
13517
|
-
.references-editor[data-v-
|
|
13473
|
+
.references-editor[data-v-b3b51776] {
|
|
13518
13474
|
grid-area: editor;
|
|
13519
13475
|
display: flex;
|
|
13520
13476
|
min-width: 0;
|
|
13521
13477
|
background: var(--scalar-background-1);
|
|
13522
13478
|
}
|
|
13523
|
-
.references-rendered[data-v-
|
|
13479
|
+
.references-rendered[data-v-b3b51776] {
|
|
13524
13480
|
position: relative;
|
|
13525
13481
|
grid-area: rendered;
|
|
13526
13482
|
min-width: 0;
|
|
13527
13483
|
background: var(--scalar-background-1);
|
|
13528
13484
|
}
|
|
13529
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13530
|
-
.references-classic .references-rendered[data-v-
|
|
13485
|
+
.scalar-api-reference.references-classic[data-v-b3b51776],
|
|
13486
|
+
.references-classic .references-rendered[data-v-b3b51776] {
|
|
13531
13487
|
height: initial !important;
|
|
13532
13488
|
max-height: initial !important;
|
|
13533
13489
|
}
|
|
13534
13490
|
@layer scalar-config {
|
|
13535
|
-
.references-sidebar[data-v-
|
|
13491
|
+
.references-sidebar[data-v-b3b51776] {
|
|
13536
13492
|
/* Set a default width if references are enabled */
|
|
13537
13493
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
13538
13494
|
}
|
|
13539
13495
|
}
|
|
13540
13496
|
/* Footer */
|
|
13541
|
-
.references-footer[data-v-
|
|
13497
|
+
.references-footer[data-v-b3b51776] {
|
|
13542
13498
|
grid-area: footer;
|
|
13543
13499
|
}
|
|
13544
13500
|
/* ----------------------------------------------------- */
|
|
13545
13501
|
/* Responsive / Mobile Layout */
|
|
13546
13502
|
@media (max-width: 1000px) {
|
|
13547
13503
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
13548
|
-
.references-developer-tools[data-v-
|
|
13504
|
+
.references-developer-tools[data-v-b3b51776] {
|
|
13549
13505
|
display: none;
|
|
13550
13506
|
}
|
|
13551
13507
|
|
|
13552
13508
|
/* Stack view on mobile */
|
|
13553
|
-
.references-layout[data-v-
|
|
13509
|
+
.references-layout[data-v-b3b51776] {
|
|
13554
13510
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
13555
13511
|
--refs-sidebar-height: calc(
|
|
13556
13512
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -13565,13 +13521,13 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13565
13521
|
'rendered'
|
|
13566
13522
|
'footer';
|
|
13567
13523
|
}
|
|
13568
|
-
.references-editable[data-v-
|
|
13524
|
+
.references-editable[data-v-b3b51776] {
|
|
13569
13525
|
grid-template-areas:
|
|
13570
13526
|
'header'
|
|
13571
13527
|
'navigation'
|
|
13572
13528
|
'editor';
|
|
13573
13529
|
}
|
|
13574
|
-
.references-rendered[data-v-
|
|
13530
|
+
.references-rendered[data-v-b3b51776] {
|
|
13575
13531
|
position: static;
|
|
13576
13532
|
}
|
|
13577
13533
|
}
|
|
@@ -13581,11 +13537,11 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
13581
13537
|
* when the new elements are available
|
|
13582
13538
|
*/
|
|
13583
13539
|
@media (max-width: 1000px) {
|
|
13584
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
13540
|
+
.scalar-api-references-standalone-mobile[data-v-b3b51776]:not(.references-classic) {
|
|
13585
13541
|
--scalar-header-height: 50px;
|
|
13586
13542
|
}
|
|
13587
13543
|
}
|
|
13588
|
-
.darklight-reference[data-v-
|
|
13544
|
+
.darklight-reference[data-v-b3b51776] {
|
|
13589
13545
|
width: 100%;
|
|
13590
13546
|
margin-top: auto;
|
|
13591
13547
|
}
|