@scalar/api-reference-react 0.9.67 → 0.9.68
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 +2 -0
- package/dist/style.css +960 -759
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -268,6 +268,7 @@
|
|
|
268
268
|
--scalar-color-blue: #0082d0;
|
|
269
269
|
--scalar-color-orange: #ff5800;
|
|
270
270
|
--scalar-color-purple: #5203d1;
|
|
271
|
+
--scalar-color-query: #007b80;
|
|
271
272
|
--scalar-link-color: var(--scalar-color-1);
|
|
272
273
|
--scalar-link-color-hover: var(--scalar-link-color);
|
|
273
274
|
--scalar-button-1: #000;
|
|
@@ -330,6 +331,7 @@
|
|
|
330
331
|
--scalar-color-blue: #4eb3ec;
|
|
331
332
|
--scalar-color-orange: #ff8d4d;
|
|
332
333
|
--scalar-color-purple: #b191f9;
|
|
334
|
+
--scalar-color-query: #65d4cf;
|
|
333
335
|
--scalar-link-color: var(--scalar-color-1);
|
|
334
336
|
--scalar-link-color-hover: var(--scalar-link-color);
|
|
335
337
|
--scalar-button-1: #fff;
|
|
@@ -519,7 +521,7 @@
|
|
|
519
521
|
display: block;
|
|
520
522
|
}
|
|
521
523
|
|
|
522
|
-
:where(.scalar-app) [hidden] {
|
|
524
|
+
:where(.scalar-app) [hidden]:not([hidden="until-found"]) {
|
|
523
525
|
display: none;
|
|
524
526
|
}
|
|
525
527
|
|
|
@@ -1982,11 +1984,11 @@
|
|
|
1982
1984
|
background: var(--scalar-sidebar-item-hover-background, var(--scalar-background-2));
|
|
1983
1985
|
}
|
|
1984
1986
|
|
|
1985
|
-
.fade-request-section-content[data-v-
|
|
1987
|
+
.fade-request-section-content[data-v-ac788106] {
|
|
1986
1988
|
background: linear-gradient(to left, var(--scalar-background-1) 64%, transparent);
|
|
1987
1989
|
}
|
|
1988
1990
|
|
|
1989
|
-
.filter-hover[data-v-
|
|
1991
|
+
.filter-hover[data-v-ac788106] {
|
|
1990
1992
|
height: 100%;
|
|
1991
1993
|
padding-left: 24px;
|
|
1992
1994
|
padding-right: 39px;
|
|
@@ -1996,12 +1998,12 @@
|
|
|
1996
1998
|
overflow: hidden;
|
|
1997
1999
|
}
|
|
1998
2000
|
|
|
1999
|
-
.filter-hover[data-v-
|
|
2001
|
+
.filter-hover[data-v-ac788106]:hover, .filter-hover[data-v-ac788106]:has(:focus-visible) {
|
|
2000
2002
|
z-index: 10;
|
|
2001
2003
|
width: 100%;
|
|
2002
2004
|
}
|
|
2003
2005
|
|
|
2004
|
-
.filter-hover[data-v-
|
|
2006
|
+
.filter-hover[data-v-ac788106]:before {
|
|
2005
2007
|
content: "";
|
|
2006
2008
|
background-color: var(--scalar-background-1);
|
|
2007
2009
|
opacity: 0;
|
|
@@ -2014,90 +2016,90 @@
|
|
|
2014
2016
|
left: 0;
|
|
2015
2017
|
}
|
|
2016
2018
|
|
|
2017
|
-
.filter-hover-item[data-v-
|
|
2019
|
+
.filter-hover-item[data-v-ac788106] {
|
|
2018
2020
|
opacity: 0;
|
|
2019
2021
|
}
|
|
2020
2022
|
|
|
2021
|
-
.filter-hover-item[data-v-
|
|
2023
|
+
.filter-hover-item[data-v-ac788106]:not(:last-of-type) {
|
|
2022
2024
|
transform: translate3d(0, 3px, 0);
|
|
2023
2025
|
}
|
|
2024
2026
|
|
|
2025
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2027
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106] {
|
|
2026
2028
|
transition: opacity .2s ease-in-out, transform .2s ease-in-out;
|
|
2027
2029
|
}
|
|
2028
2030
|
|
|
2029
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2031
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:last-of-type {
|
|
2030
2032
|
transition-delay: 50ms;
|
|
2031
2033
|
}
|
|
2032
2034
|
|
|
2033
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2035
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:nth-last-of-type(2) {
|
|
2034
2036
|
transition-delay: .1s;
|
|
2035
2037
|
}
|
|
2036
2038
|
|
|
2037
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2039
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:nth-last-of-type(3) {
|
|
2038
2040
|
transition-delay: .15s;
|
|
2039
2041
|
}
|
|
2040
2042
|
|
|
2041
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2043
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:nth-last-of-type(4) {
|
|
2042
2044
|
transition-delay: .2s;
|
|
2043
2045
|
}
|
|
2044
2046
|
|
|
2045
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2047
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:nth-last-of-type(5) {
|
|
2046
2048
|
transition-delay: .25s;
|
|
2047
2049
|
}
|
|
2048
2050
|
|
|
2049
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2051
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:nth-last-of-type(6) {
|
|
2050
2052
|
transition-delay: .3s;
|
|
2051
2053
|
}
|
|
2052
2054
|
|
|
2053
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2055
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106]:nth-last-of-type(7) {
|
|
2054
2056
|
transition-delay: .35s;
|
|
2055
2057
|
}
|
|
2056
2058
|
|
|
2057
|
-
.filter-hover:hover .filter-hover-item[data-v-
|
|
2059
|
+
.filter-hover:hover .filter-hover-item[data-v-ac788106], .filter-hover:has(:focus-visible) .filter-hover-item[data-v-ac788106] {
|
|
2058
2060
|
opacity: 1;
|
|
2059
2061
|
transform: translate3d(0, 0, 0);
|
|
2060
2062
|
}
|
|
2061
2063
|
|
|
2062
|
-
.filter-hover[data-v-
|
|
2064
|
+
.filter-hover[data-v-ac788106]:hover:before, .filter-hover[data-v-ac788106]:has(:focus-visible):before {
|
|
2063
2065
|
opacity: .9;
|
|
2064
2066
|
-webkit-backdrop-filter: blur(10px);
|
|
2065
2067
|
backdrop-filter: blur(10px);
|
|
2066
2068
|
}
|
|
2067
2069
|
|
|
2068
|
-
.filter-button[data-v-
|
|
2070
|
+
.filter-button[data-v-ac788106] {
|
|
2069
2071
|
top: 50%;
|
|
2070
2072
|
transform: translateY(-50%);
|
|
2071
2073
|
}
|
|
2072
2074
|
|
|
2073
|
-
.context-bar-group:hover .context-bar-group-hover\:text-c-1[data-v-
|
|
2075
|
+
.context-bar-group:hover .context-bar-group-hover\:text-c-1[data-v-ac788106], .context-bar-group:has(:focus-visible) .context-bar-group-hover\:text-c-1[data-v-ac788106] {
|
|
2074
2076
|
--tw-text-opacity: 1;
|
|
2075
2077
|
color: rgb(var(--scalar-color-1) / var(--tw-text-opacity));
|
|
2076
2078
|
}
|
|
2077
2079
|
|
|
2078
|
-
.context-bar-group:hover .context-bar-group-hover\:hidden[data-v-
|
|
2080
|
+
.context-bar-group:hover .context-bar-group-hover\:hidden[data-v-ac788106], .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-ac788106] {
|
|
2079
2081
|
display: none;
|
|
2080
2082
|
}
|
|
2081
2083
|
|
|
2082
|
-
[data-v-
|
|
2084
|
+
[data-v-b5082dc8] .cm-editor {
|
|
2083
2085
|
background: none;
|
|
2084
2086
|
outline: none;
|
|
2085
2087
|
height: 100%;
|
|
2086
2088
|
padding: 0;
|
|
2087
2089
|
}
|
|
2088
2090
|
|
|
2089
|
-
[data-v-
|
|
2091
|
+
[data-v-b5082dc8] .cm-placeholder {
|
|
2090
2092
|
color: var(--scalar-color-3);
|
|
2091
2093
|
}
|
|
2092
2094
|
|
|
2093
|
-
[data-v-
|
|
2095
|
+
[data-v-b5082dc8] .cm-content {
|
|
2094
2096
|
font-family: var(--scalar-font-code);
|
|
2095
2097
|
font-size: var(--scalar-small);
|
|
2096
2098
|
max-height: 20px;
|
|
2097
2099
|
padding: 8px 0;
|
|
2098
2100
|
}
|
|
2099
2101
|
|
|
2100
|
-
[data-v-
|
|
2102
|
+
[data-v-b5082dc8] .cm-tooltip {
|
|
2101
2103
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
2102
2104
|
border-radius: var(--scalar-radius);
|
|
2103
2105
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -2107,47 +2109,47 @@
|
|
|
2107
2109
|
overflow: hidden !important;
|
|
2108
2110
|
}
|
|
2109
2111
|
|
|
2110
|
-
[data-v-
|
|
2112
|
+
[data-v-b5082dc8] .cm-tooltip-autocomplete ul li {
|
|
2111
2113
|
padding: 3px 6px !important;
|
|
2112
2114
|
}
|
|
2113
2115
|
|
|
2114
|
-
[data-v-
|
|
2116
|
+
[data-v-b5082dc8] .cm-completionIcon-type:after {
|
|
2115
2117
|
color: var(--scalar-color-3) !important;
|
|
2116
2118
|
}
|
|
2117
2119
|
|
|
2118
|
-
[data-v-
|
|
2120
|
+
[data-v-b5082dc8] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
2119
2121
|
background: var(--scalar-background-2) !important;
|
|
2120
2122
|
color: var(--scalar-color-1) !important;
|
|
2121
2123
|
}
|
|
2122
2124
|
|
|
2123
|
-
[data-v-
|
|
2125
|
+
[data-v-b5082dc8] .cm-tooltip-autocomplete ul {
|
|
2124
2126
|
position: relative;
|
|
2125
2127
|
padding: 6px !important;
|
|
2126
2128
|
}
|
|
2127
2129
|
|
|
2128
|
-
[data-v-
|
|
2130
|
+
[data-v-b5082dc8] .cm-tooltip-autocomplete ul li:hover {
|
|
2129
2131
|
border-radius: 3px;
|
|
2130
2132
|
color: var(--scalar-color-1) !important;
|
|
2131
2133
|
background: var(--scalar-background-3) !important;
|
|
2132
2134
|
}
|
|
2133
2135
|
|
|
2134
|
-
[data-v-
|
|
2136
|
+
[data-v-b5082dc8] .cm-activeLine, [data-v-b5082dc8] .cm-activeLineGutter {
|
|
2135
2137
|
background-color: #0000;
|
|
2136
2138
|
}
|
|
2137
2139
|
|
|
2138
|
-
[data-v-
|
|
2140
|
+
[data-v-b5082dc8] .cm-selectionMatch, [data-v-b5082dc8] .cm-matchingBracket {
|
|
2139
2141
|
border-radius: var(--scalar-radius);
|
|
2140
2142
|
background: var(--scalar-background-4) !important;
|
|
2141
2143
|
}
|
|
2142
2144
|
|
|
2143
|
-
[data-v-
|
|
2145
|
+
[data-v-b5082dc8] .cm-css-color-picker-wrapper {
|
|
2144
2146
|
outline: 1px solid var(--scalar-background-3);
|
|
2145
2147
|
border-radius: 3px;
|
|
2146
2148
|
display: inline-flex;
|
|
2147
2149
|
overflow: hidden;
|
|
2148
2150
|
}
|
|
2149
2151
|
|
|
2150
|
-
[data-v-
|
|
2152
|
+
[data-v-b5082dc8] .cm-gutters {
|
|
2151
2153
|
color: var(--scalar-color-3);
|
|
2152
2154
|
font-size: var(--scalar-small);
|
|
2153
2155
|
background-color: #0000;
|
|
@@ -2156,7 +2158,7 @@
|
|
|
2156
2158
|
line-height: 22px;
|
|
2157
2159
|
}
|
|
2158
2160
|
|
|
2159
|
-
[data-v-
|
|
2161
|
+
[data-v-b5082dc8] .cm-gutters:before {
|
|
2160
2162
|
content: "";
|
|
2161
2163
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
2162
2164
|
background-color: var(--scalar-background-1);
|
|
@@ -2167,7 +2169,7 @@
|
|
|
2167
2169
|
left: 2px;
|
|
2168
2170
|
}
|
|
2169
2171
|
|
|
2170
|
-
[data-v-
|
|
2172
|
+
[data-v-b5082dc8] .cm-gutterElement {
|
|
2171
2173
|
justify-content: flex-end;
|
|
2172
2174
|
align-items: center;
|
|
2173
2175
|
display: flex;
|
|
@@ -2177,19 +2179,19 @@
|
|
|
2177
2179
|
padding-right: 6px !important;
|
|
2178
2180
|
}
|
|
2179
2181
|
|
|
2180
|
-
[data-v-
|
|
2182
|
+
[data-v-b5082dc8] .cm-lineNumbers .cm-gutterElement {
|
|
2181
2183
|
min-width: fit-content;
|
|
2182
2184
|
}
|
|
2183
2185
|
|
|
2184
|
-
[data-v-
|
|
2186
|
+
[data-v-b5082dc8] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
2185
2187
|
padding-left: 0 !important;
|
|
2186
2188
|
}
|
|
2187
2189
|
|
|
2188
|
-
[data-v-
|
|
2190
|
+
[data-v-b5082dc8] .cm-scroller {
|
|
2189
2191
|
overflow: auto;
|
|
2190
2192
|
}
|
|
2191
2193
|
|
|
2192
|
-
.line-wrapping[data-v-
|
|
2194
|
+
.line-wrapping[data-v-b5082dc8]:focus-within .cm-content {
|
|
2193
2195
|
white-space: break-spaces;
|
|
2194
2196
|
word-break: break-all;
|
|
2195
2197
|
min-height: fit-content;
|
|
@@ -2284,12 +2286,12 @@
|
|
|
2284
2286
|
color: var(--scalar-color-1);
|
|
2285
2287
|
}
|
|
2286
2288
|
|
|
2287
|
-
.code-input-lite[data-v-
|
|
2289
|
+
.code-input-lite[data-v-b22775cd] {
|
|
2288
2290
|
align-items: center;
|
|
2289
2291
|
display: flex;
|
|
2290
2292
|
}
|
|
2291
2293
|
|
|
2292
|
-
.code-input-lite__editor[data-v-
|
|
2294
|
+
.code-input-lite__editor[data-v-b22775cd] {
|
|
2293
2295
|
font: inherit;
|
|
2294
2296
|
letter-spacing: inherit;
|
|
2295
2297
|
min-width: 0;
|
|
@@ -2307,11 +2309,11 @@
|
|
|
2307
2309
|
overflow: auto hidden;
|
|
2308
2310
|
}
|
|
2309
2311
|
|
|
2310
|
-
.code-input-lite__editor[data-v-
|
|
2312
|
+
.code-input-lite__editor[data-v-b22775cd]::-webkit-scrollbar {
|
|
2311
2313
|
display: none;
|
|
2312
2314
|
}
|
|
2313
2315
|
|
|
2314
|
-
.code-input-lite--empty .code-input-lite__editor[data-v-
|
|
2316
|
+
.code-input-lite--empty .code-input-lite__editor[data-v-b22775cd]:not(:focus):before {
|
|
2315
2317
|
content: attr(data-placeholder);
|
|
2316
2318
|
color: var(--scalar-color-3);
|
|
2317
2319
|
pointer-events: none;
|
|
@@ -2323,7 +2325,7 @@
|
|
|
2323
2325
|
left: .5em;
|
|
2324
2326
|
}
|
|
2325
2327
|
|
|
2326
|
-
.code-input-lite--error .code-input-lite__editor[data-v-
|
|
2328
|
+
.code-input-lite--error .code-input-lite__editor[data-v-b22775cd] {
|
|
2327
2329
|
outline: 1px solid var(--scalar-color-red);
|
|
2328
2330
|
}
|
|
2329
2331
|
|
|
@@ -2387,22 +2389,22 @@
|
|
|
2387
2389
|
}
|
|
2388
2390
|
}
|
|
2389
2391
|
|
|
2390
|
-
[data-v-
|
|
2392
|
+
[data-v-8c8a738b] .code-input-lite__editor {
|
|
2391
2393
|
font-family: var(--scalar-font);
|
|
2392
2394
|
font-size: var(--scalar-small);
|
|
2393
2395
|
background-color: #0000;
|
|
2394
2396
|
padding: 5px 8px;
|
|
2395
2397
|
}
|
|
2396
2398
|
|
|
2397
|
-
[data-v-
|
|
2399
|
+
[data-v-8c8a738b] .scalar-pill:not(:last-of-type) {
|
|
2398
2400
|
margin-right: .15em;
|
|
2399
2401
|
}
|
|
2400
2402
|
|
|
2401
|
-
[data-v-
|
|
2403
|
+
[data-v-8c8a738b] .scalar-pill:not(:first-of-type) {
|
|
2402
2404
|
margin-left: .5px;
|
|
2403
2405
|
}
|
|
2404
2406
|
|
|
2405
|
-
[data-v-
|
|
2407
|
+
[data-v-ed64587d] .cm-content {
|
|
2406
2408
|
font-size: var(--scalar-small);
|
|
2407
2409
|
}
|
|
2408
2410
|
|
|
@@ -2466,38 +2468,38 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2466
2468
|
scrollbar-width: none;
|
|
2467
2469
|
}
|
|
2468
2470
|
|
|
2469
|
-
.request-section-content[data-v-
|
|
2471
|
+
.request-section-content[data-v-5d6c8262] {
|
|
2470
2472
|
--scalar-border-width: .5px;
|
|
2471
2473
|
}
|
|
2472
2474
|
|
|
2473
|
-
.request-section-content-filter[data-v-
|
|
2475
|
+
.request-section-content-filter[data-v-5d6c8262] {
|
|
2474
2476
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
2475
2477
|
}
|
|
2476
2478
|
|
|
2477
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
2479
|
+
.request-item:focus-within .request-meta-buttons[data-v-5d6c8262] {
|
|
2478
2480
|
opacity: 1;
|
|
2479
2481
|
}
|
|
2480
2482
|
|
|
2481
|
-
.group-hover-input[data-v-
|
|
2483
|
+
.group-hover-input[data-v-5d6c8262] {
|
|
2482
2484
|
border-width: var(--scalar-border-width);
|
|
2483
2485
|
border-color: #0000;
|
|
2484
2486
|
}
|
|
2485
2487
|
|
|
2486
|
-
.group:hover .group-hover-input[data-v-
|
|
2488
|
+
.group:hover .group-hover-input[data-v-5d6c8262] {
|
|
2487
2489
|
background: var(--scalar-background-1);
|
|
2488
2490
|
}
|
|
2489
2491
|
|
|
2490
2492
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2491
|
-
.group:hover .group-hover-input[data-v-
|
|
2493
|
+
.group:hover .group-hover-input[data-v-5d6c8262] {
|
|
2492
2494
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
2493
2495
|
}
|
|
2494
2496
|
}
|
|
2495
2497
|
|
|
2496
|
-
.group:hover .group-hover-input[data-v-
|
|
2498
|
+
.group:hover .group-hover-input[data-v-5d6c8262] {
|
|
2497
2499
|
border-color: var(--scalar-border-color);
|
|
2498
2500
|
}
|
|
2499
2501
|
|
|
2500
|
-
.group-hover-input[data-v-
|
|
2502
|
+
.group-hover-input[data-v-5d6c8262]:focus {
|
|
2501
2503
|
border-color: var(--scalar-border-color) !important;
|
|
2502
2504
|
background: none !important;
|
|
2503
2505
|
}
|
|
@@ -2580,12 +2582,12 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2580
2582
|
opacity: 0;
|
|
2581
2583
|
}
|
|
2582
2584
|
|
|
2583
|
-
.animate-response-heading .response-heading[data-v-
|
|
2585
|
+
.animate-response-heading .response-heading[data-v-b969ac76] {
|
|
2584
2586
|
opacity: 1;
|
|
2585
|
-
animation: .2s ease-in-out forwards push-response-
|
|
2587
|
+
animation: .2s ease-in-out forwards push-response-b969ac76;
|
|
2586
2588
|
}
|
|
2587
2589
|
|
|
2588
|
-
@keyframes push-response-
|
|
2590
|
+
@keyframes push-response-b969ac76 {
|
|
2589
2591
|
from {
|
|
2590
2592
|
opacity: 1;
|
|
2591
2593
|
transform: translateY(0);
|
|
@@ -2597,12 +2599,12 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2597
2599
|
}
|
|
2598
2600
|
}
|
|
2599
2601
|
|
|
2600
|
-
.animate-response-heading .animate-response-children[data-v-
|
|
2602
|
+
.animate-response-heading .animate-response-children[data-v-b969ac76] {
|
|
2601
2603
|
opacity: 0;
|
|
2602
|
-
animation: .2s ease-in-out 50ms forwards response-spans-
|
|
2604
|
+
animation: .2s ease-in-out 50ms forwards response-spans-b969ac76;
|
|
2603
2605
|
}
|
|
2604
2606
|
|
|
2605
|
-
@keyframes response-spans-
|
|
2607
|
+
@keyframes response-spans-b969ac76 {
|
|
2606
2608
|
from {
|
|
2607
2609
|
opacity: 0;
|
|
2608
2610
|
transform: translateY(4px);
|
|
@@ -2614,14 +2616,14 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2614
2616
|
}
|
|
2615
2617
|
}
|
|
2616
2618
|
|
|
2617
|
-
.description[data-v-
|
|
2619
|
+
.description[data-v-9775eaaf] .markdown {
|
|
2618
2620
|
font-weight: var(--scalar-semibold);
|
|
2619
2621
|
color: var(--scalar-color--1);
|
|
2620
2622
|
padding: 0;
|
|
2621
2623
|
display: block;
|
|
2622
2624
|
}
|
|
2623
2625
|
|
|
2624
|
-
.description[data-v-
|
|
2626
|
+
.description[data-v-9775eaaf] .markdown > :first-child {
|
|
2625
2627
|
margin-top: 0;
|
|
2626
2628
|
}
|
|
2627
2629
|
|
|
@@ -2633,58 +2635,58 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2633
2635
|
background: var(--scalar-background-2);
|
|
2634
2636
|
}
|
|
2635
2637
|
|
|
2636
|
-
[data-v-
|
|
2638
|
+
[data-v-1f68de05] .cm-editor {
|
|
2637
2639
|
outline: none;
|
|
2638
2640
|
width: 100%;
|
|
2639
2641
|
height: 100%;
|
|
2640
2642
|
}
|
|
2641
2643
|
|
|
2642
|
-
[data-v-
|
|
2644
|
+
[data-v-1f68de05] .cm-line {
|
|
2643
2645
|
padding: 0;
|
|
2644
2646
|
}
|
|
2645
2647
|
|
|
2646
|
-
[data-v-
|
|
2648
|
+
[data-v-1f68de05] .cm-content {
|
|
2647
2649
|
font-size: var(--scalar-small);
|
|
2648
2650
|
align-items: center;
|
|
2649
2651
|
padding: 0;
|
|
2650
2652
|
display: flex;
|
|
2651
2653
|
}
|
|
2652
2654
|
|
|
2653
|
-
.scroll-timeline-x[data-v-
|
|
2655
|
+
.scroll-timeline-x[data-v-1f68de05] {
|
|
2654
2656
|
-ms-overflow-style: none;
|
|
2655
2657
|
-webkit-mask-image: linear-gradient(to right, #0000 0, #000 6px calc(100% - 24px), #0000 100%);
|
|
2656
2658
|
mask-image: linear-gradient(to right, #0000 0, #000 6px calc(100% - 24px), #0000 100%);
|
|
2657
2659
|
}
|
|
2658
2660
|
|
|
2659
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2661
|
+
.scroll-timeline-x-hidden[data-v-1f68de05] {
|
|
2660
2662
|
overflow-x: auto;
|
|
2661
2663
|
}
|
|
2662
2664
|
|
|
2663
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2665
|
+
.scroll-timeline-x-hidden[data-v-1f68de05] .cm-scroller {
|
|
2664
2666
|
scrollbar-width: none;
|
|
2665
2667
|
-ms-overflow-style: none;
|
|
2666
2668
|
padding-right: 20px;
|
|
2667
2669
|
overflow: auto;
|
|
2668
2670
|
}
|
|
2669
2671
|
|
|
2670
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2672
|
+
.scroll-timeline-x-hidden[data-v-1f68de05]::-webkit-scrollbar {
|
|
2671
2673
|
width: 0;
|
|
2672
2674
|
height: 0;
|
|
2673
2675
|
display: none;
|
|
2674
2676
|
}
|
|
2675
2677
|
|
|
2676
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2678
|
+
.scroll-timeline-x-hidden[data-v-1f68de05] .cm-scroller::-webkit-scrollbar {
|
|
2677
2679
|
width: 0;
|
|
2678
2680
|
height: 0;
|
|
2679
2681
|
display: none;
|
|
2680
2682
|
}
|
|
2681
2683
|
|
|
2682
|
-
.scroll-timeline-x-address[data-v-
|
|
2684
|
+
.scroll-timeline-x-address[data-v-1f68de05] {
|
|
2683
2685
|
scrollbar-width: none;
|
|
2684
2686
|
line-height: 27px;
|
|
2685
2687
|
}
|
|
2686
2688
|
|
|
2687
|
-
.scroll-timeline-x-address[data-v-
|
|
2689
|
+
.scroll-timeline-x-address[data-v-1f68de05]:after {
|
|
2688
2690
|
content: "";
|
|
2689
2691
|
cursor: text;
|
|
2690
2692
|
width: 24px;
|
|
@@ -2693,45 +2695,45 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2693
2695
|
right: 0;
|
|
2694
2696
|
}
|
|
2695
2697
|
|
|
2696
|
-
.scroll-timeline-x-address[data-v-
|
|
2698
|
+
.scroll-timeline-x-address[data-v-1f68de05]:empty:before {
|
|
2697
2699
|
content: "Enter URL or cURL request";
|
|
2698
2700
|
color: var(--scalar-color-3);
|
|
2699
2701
|
pointer-events: none;
|
|
2700
2702
|
}
|
|
2701
2703
|
|
|
2702
|
-
.address-bar-bg-states[data-v-
|
|
2704
|
+
.address-bar-bg-states[data-v-1f68de05] {
|
|
2703
2705
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
2704
2706
|
}
|
|
2705
2707
|
|
|
2706
2708
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2707
|
-
.address-bar-bg-states[data-v-
|
|
2709
|
+
.address-bar-bg-states[data-v-1f68de05] {
|
|
2708
2710
|
--scalar-address-bar-bg: color-mix(in srgb,
|
|
2709
2711
|
var(--scalar-background-1),
|
|
2710
2712
|
var(--scalar-background-2));
|
|
2711
2713
|
}
|
|
2712
2714
|
}
|
|
2713
2715
|
|
|
2714
|
-
.address-bar-bg-states[data-v-
|
|
2716
|
+
.address-bar-bg-states[data-v-1f68de05] {
|
|
2715
2717
|
background: var(--scalar-address-bar-bg);
|
|
2716
2718
|
}
|
|
2717
2719
|
|
|
2718
|
-
.address-bar-bg-states[data-v-
|
|
2720
|
+
.address-bar-bg-states[data-v-1f68de05]:has(.cm-focused) {
|
|
2719
2721
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
2720
2722
|
border-color: var(--scalar-border-color);
|
|
2721
2723
|
outline-width: 1px;
|
|
2722
2724
|
outline-style: solid;
|
|
2723
2725
|
}
|
|
2724
2726
|
|
|
2725
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
2727
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-1f68de05], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-1f68de05] {
|
|
2726
2728
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
2727
2729
|
}
|
|
2728
2730
|
|
|
2729
|
-
.app-exit-button[data-v-
|
|
2731
|
+
.app-exit-button[data-v-821957c1] {
|
|
2730
2732
|
color: #fff;
|
|
2731
2733
|
background: #0000001a;
|
|
2732
2734
|
}
|
|
2733
2735
|
|
|
2734
|
-
.app-exit-button[data-v-
|
|
2736
|
+
.app-exit-button[data-v-821957c1]:hover {
|
|
2735
2737
|
background: #ffffff1a;
|
|
2736
2738
|
}
|
|
2737
2739
|
|
|
@@ -2865,7 +2867,7 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2865
2867
|
line-height: normal;
|
|
2866
2868
|
}
|
|
2867
2869
|
|
|
2868
|
-
.ref-search-meta[data-v-
|
|
2870
|
+
.ref-search-meta[data-v-89ab8a2d] {
|
|
2869
2871
|
background: var(--scalar-background-1);
|
|
2870
2872
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
2871
2873
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -2878,18 +2880,18 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2878
2880
|
display: flex;
|
|
2879
2881
|
}
|
|
2880
2882
|
|
|
2881
|
-
.request-card[data-v-
|
|
2883
|
+
.request-card[data-v-82b2d155] {
|
|
2882
2884
|
color: var(--scalar-color-1);
|
|
2883
2885
|
font-size: var(--scalar-font-size-3);
|
|
2884
2886
|
}
|
|
2885
2887
|
|
|
2886
|
-
.request-method[data-v-
|
|
2888
|
+
.request-method[data-v-82b2d155] {
|
|
2887
2889
|
font-family: var(--scalar-font-code);
|
|
2888
2890
|
text-transform: uppercase;
|
|
2889
2891
|
margin-right: 6px;
|
|
2890
2892
|
}
|
|
2891
2893
|
|
|
2892
|
-
.request-card-footer[data-v-
|
|
2894
|
+
.request-card-footer[data-v-82b2d155] {
|
|
2893
2895
|
flex-shrink: 0;
|
|
2894
2896
|
justify-content: flex-end;
|
|
2895
2897
|
padding: 6px;
|
|
@@ -2897,19 +2899,19 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2897
2899
|
position: relative;
|
|
2898
2900
|
}
|
|
2899
2901
|
|
|
2900
|
-
.request-card-footer-addon[data-v-
|
|
2902
|
+
.request-card-footer-addon[data-v-82b2d155] {
|
|
2901
2903
|
flex: 1;
|
|
2902
2904
|
align-items: center;
|
|
2903
2905
|
min-width: 0;
|
|
2904
2906
|
display: flex;
|
|
2905
2907
|
}
|
|
2906
2908
|
|
|
2907
|
-
.request-editor-section[data-v-
|
|
2909
|
+
.request-editor-section[data-v-82b2d155] {
|
|
2908
2910
|
flex: 1;
|
|
2909
2911
|
display: flex;
|
|
2910
2912
|
}
|
|
2911
2913
|
|
|
2912
|
-
.request-card-simple[data-v-
|
|
2914
|
+
.request-card-simple[data-v-82b2d155] {
|
|
2913
2915
|
font-size: var(--scalar-small);
|
|
2914
2916
|
justify-content: space-between;
|
|
2915
2917
|
align-items: center;
|
|
@@ -2917,7 +2919,7 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2917
2919
|
display: flex;
|
|
2918
2920
|
}
|
|
2919
2921
|
|
|
2920
|
-
.code-snippet[data-v-
|
|
2922
|
+
.code-snippet[data-v-82b2d155] {
|
|
2921
2923
|
flex-direction: column;
|
|
2922
2924
|
width: 100%;
|
|
2923
2925
|
display: flex;
|
|
@@ -4393,7 +4395,7 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4393
4395
|
display: flex;
|
|
4394
4396
|
}
|
|
4395
4397
|
|
|
4396
|
-
.docSettings[data-v-
|
|
4398
|
+
.docSettings[data-v-5134b4f8] {
|
|
4397
4399
|
font-size: var(--scalar-font-size-3);
|
|
4398
4400
|
flex-direction: column;
|
|
4399
4401
|
gap: 12px;
|
|
@@ -4402,7 +4404,7 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4402
4404
|
display: flex;
|
|
4403
4405
|
}
|
|
4404
4406
|
|
|
4405
|
-
.documentName[data-v-
|
|
4407
|
+
.documentName[data-v-5134b4f8] {
|
|
4406
4408
|
font-weight: var(--scalar-semibold);
|
|
4407
4409
|
}
|
|
4408
4410
|
|
|
@@ -4474,6 +4476,38 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4474
4476
|
margin-bottom: 10px;
|
|
4475
4477
|
}
|
|
4476
4478
|
|
|
4479
|
+
@media (prefers-reduced-motion: reduce) {
|
|
4480
|
+
.scalar-app *, .scalar-app :before, .scalar-app :after {
|
|
4481
|
+
scroll-behavior: auto !important;
|
|
4482
|
+
transition-duration: .01ms !important;
|
|
4483
|
+
animation-duration: .01ms !important;
|
|
4484
|
+
animation-iteration-count: 1 !important;
|
|
4485
|
+
}
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
.scalar-app {
|
|
4489
|
+
--schema-gutter: 16px;
|
|
4490
|
+
--schema-row-pad: 6px;
|
|
4491
|
+
--schema-depth: 0;
|
|
4492
|
+
--schema-rail-base: var(--scalar-border-color);
|
|
4493
|
+
--schema-glyph-size: 18px;
|
|
4494
|
+
--schema-glyph-half: 9px;
|
|
4495
|
+
--schema-glyph-icon: 16px;
|
|
4496
|
+
--schema-toggle-size: 24px;
|
|
4497
|
+
--schema-toggle-half: 12px;
|
|
4498
|
+
}
|
|
4499
|
+
|
|
4500
|
+
@container narrow-references-container (max-width: 900px) {
|
|
4501
|
+
.narrow-references-container > * {
|
|
4502
|
+
--schema-gutter: 10px;
|
|
4503
|
+
--schema-glyph-size: 16px;
|
|
4504
|
+
--schema-glyph-half: 8px;
|
|
4505
|
+
--schema-glyph-icon: 14px;
|
|
4506
|
+
--schema-toggle-size: 20px;
|
|
4507
|
+
--schema-toggle-half: 10px;
|
|
4508
|
+
}
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4477
4511
|
@media print {
|
|
4478
4512
|
.scalar-app {
|
|
4479
4513
|
--full-height: 100% !important;
|
|
@@ -4491,7 +4525,7 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4491
4525
|
display: none !important;
|
|
4492
4526
|
}
|
|
4493
4527
|
|
|
4494
|
-
.scalar-app .sticky, .scalar-app .examples, .scalar-app .operation-example-card, .scalar-app .endpoints-card, .scalar-app .channels-card, .scalar-app .sticky-cards
|
|
4528
|
+
.scalar-app .sticky, .scalar-app .examples, .scalar-app .operation-example-card, .scalar-app .endpoints-card, .scalar-app .channels-card, .scalar-app .sticky-cards {
|
|
4495
4529
|
z-index: auto !important;
|
|
4496
4530
|
position: static !important;
|
|
4497
4531
|
top: auto !important;
|
|
@@ -4538,6 +4572,14 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4538
4572
|
visibility: visible;
|
|
4539
4573
|
}
|
|
4540
4574
|
|
|
4575
|
+
.scalar-app .rail-hit {
|
|
4576
|
+
cursor: pointer;
|
|
4577
|
+
inline-size: 11px;
|
|
4578
|
+
position: absolute;
|
|
4579
|
+
inset-block: 0;
|
|
4580
|
+
inset-inline-start: calc(-1 * var(--scalar-border-width) - 5px);
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4541
4583
|
.scalar-app .floating-bg:before {
|
|
4542
4584
|
background-color: var(--scalar-background-2);
|
|
4543
4585
|
border-radius: var(--scalar-radius);
|
|
@@ -4584,6 +4626,18 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4584
4626
|
overflow: hidden;
|
|
4585
4627
|
}
|
|
4586
4628
|
|
|
4629
|
+
.scalar-app .screenreader-only {
|
|
4630
|
+
clip-path: inset(50%);
|
|
4631
|
+
white-space: nowrap;
|
|
4632
|
+
border: 0;
|
|
4633
|
+
width: 1px;
|
|
4634
|
+
height: 1px;
|
|
4635
|
+
margin: -1px;
|
|
4636
|
+
padding: 0;
|
|
4637
|
+
position: absolute;
|
|
4638
|
+
overflow: hidden;
|
|
4639
|
+
}
|
|
4640
|
+
|
|
4587
4641
|
.scalar-app .absolute {
|
|
4588
4642
|
position: absolute;
|
|
4589
4643
|
}
|
|
@@ -4636,12 +4690,16 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4636
4690
|
inset-block: 2px;
|
|
4637
4691
|
}
|
|
4638
4692
|
|
|
4639
|
-
.scalar-app
|
|
4640
|
-
|
|
4693
|
+
.scalar-app .start-\[calc\(0px_-_var\(--schema-glyph-half\,9px\)_-_var\(--schema-gutter\,16px\)\)\] {
|
|
4694
|
+
inset-inline-start: calc(0px - var(--schema-glyph-half, 9px) - var(--schema-gutter, 16px));
|
|
4641
4695
|
}
|
|
4642
4696
|
|
|
4643
|
-
.scalar-app
|
|
4644
|
-
|
|
4697
|
+
.scalar-app .start-\[calc\(0px_-_var\(--schema-toggle-half\,12px\)_-_var\(--schema-gutter\,16px\)\)\] {
|
|
4698
|
+
inset-inline-start: calc(0px - var(--schema-toggle-half, 12px) - var(--schema-gutter, 16px));
|
|
4699
|
+
}
|
|
4700
|
+
|
|
4701
|
+
.scalar-app .-top-1 {
|
|
4702
|
+
top: -4px;
|
|
4645
4703
|
}
|
|
4646
4704
|
|
|
4647
4705
|
.scalar-app .top-\(--nested-items-offset\)\! {
|
|
@@ -4680,18 +4738,22 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4680
4738
|
top: 10px;
|
|
4681
4739
|
}
|
|
4682
4740
|
|
|
4683
|
-
.scalar-app .top-3\.5 {
|
|
4684
|
-
top: 14px;
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
4741
|
.scalar-app .top-12 {
|
|
4688
4742
|
top: 48px;
|
|
4689
4743
|
}
|
|
4690
4744
|
|
|
4745
|
+
.scalar-app .top-\[0\.5lh\] {
|
|
4746
|
+
top: .5lh;
|
|
4747
|
+
}
|
|
4748
|
+
|
|
4691
4749
|
.scalar-app .top-\[1lh\] {
|
|
4692
4750
|
top: 1lh;
|
|
4693
4751
|
}
|
|
4694
4752
|
|
|
4753
|
+
.scalar-app .top-\[calc\(6px_\+_0\.5lh\)\] {
|
|
4754
|
+
top: calc(6px + .5lh);
|
|
4755
|
+
}
|
|
4756
|
+
|
|
4695
4757
|
.scalar-app .top-\[calc\(10px\+0\.5lh\)\] {
|
|
4696
4758
|
top: calc(10px + .5lh);
|
|
4697
4759
|
}
|
|
@@ -4768,14 +4830,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4768
4830
|
bottom: var(--scalar-border-width);
|
|
4769
4831
|
}
|
|
4770
4832
|
|
|
4771
|
-
.scalar-app .-left-4\.5 {
|
|
4772
|
-
left: -18px;
|
|
4773
|
-
}
|
|
4774
|
-
|
|
4775
|
-
.scalar-app .-left-5 {
|
|
4776
|
-
left: -20px;
|
|
4777
|
-
}
|
|
4778
|
-
|
|
4779
4833
|
.scalar-app .-left-6 {
|
|
4780
4834
|
left: -24px;
|
|
4781
4835
|
}
|
|
@@ -4872,6 +4926,14 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4872
4926
|
grid-column: 1 / -1;
|
|
4873
4927
|
}
|
|
4874
4928
|
|
|
4929
|
+
.scalar-app .col-start-1 {
|
|
4930
|
+
grid-column-start: 1;
|
|
4931
|
+
}
|
|
4932
|
+
|
|
4933
|
+
.scalar-app .row-start-1 {
|
|
4934
|
+
grid-row-start: 1;
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4875
4937
|
.scalar-app .container {
|
|
4876
4938
|
width: 100%;
|
|
4877
4939
|
}
|
|
@@ -4996,6 +5058,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
4996
5058
|
margin-block: -8px;
|
|
4997
5059
|
}
|
|
4998
5060
|
|
|
5061
|
+
.scalar-app .-my-2\.5 {
|
|
5062
|
+
margin-block: -10px;
|
|
5063
|
+
}
|
|
5064
|
+
|
|
4999
5065
|
.scalar-app .-my-px {
|
|
5000
5066
|
margin-block: -1px;
|
|
5001
5067
|
}
|
|
@@ -5012,14 +5078,18 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5012
5078
|
margin-block: 8px;
|
|
5013
5079
|
}
|
|
5014
5080
|
|
|
5015
|
-
.scalar-app .my-3 {
|
|
5016
|
-
margin-block: 12px;
|
|
5017
|
-
}
|
|
5018
|
-
|
|
5019
5081
|
.scalar-app .my-12 {
|
|
5020
5082
|
margin-block: 48px;
|
|
5021
5083
|
}
|
|
5022
5084
|
|
|
5085
|
+
.scalar-app .ms-1\.5 {
|
|
5086
|
+
margin-inline-start: 6px;
|
|
5087
|
+
}
|
|
5088
|
+
|
|
5089
|
+
.scalar-app .-me-1 {
|
|
5090
|
+
margin-inline-end: -4px;
|
|
5091
|
+
}
|
|
5092
|
+
|
|
5023
5093
|
.scalar-app .-mt-\(--scalar-sidebar-padding\) {
|
|
5024
5094
|
margin-top: calc(var(--scalar-sidebar-padding) * -1);
|
|
5025
5095
|
}
|
|
@@ -5040,6 +5110,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5040
5110
|
margin-top: 0;
|
|
5041
5111
|
}
|
|
5042
5112
|
|
|
5113
|
+
.scalar-app .mt-0\! {
|
|
5114
|
+
margin-top: 0 !important;
|
|
5115
|
+
}
|
|
5116
|
+
|
|
5043
5117
|
.scalar-app .mt-0\.5 {
|
|
5044
5118
|
margin-top: 2px;
|
|
5045
5119
|
}
|
|
@@ -5052,6 +5126,14 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5052
5126
|
margin-top: 4px;
|
|
5053
5127
|
}
|
|
5054
5128
|
|
|
5129
|
+
.scalar-app .mt-1\! {
|
|
5130
|
+
margin-top: 4px !important;
|
|
5131
|
+
}
|
|
5132
|
+
|
|
5133
|
+
.scalar-app .mt-1\.5 {
|
|
5134
|
+
margin-top: 6px;
|
|
5135
|
+
}
|
|
5136
|
+
|
|
5055
5137
|
.scalar-app .mt-2 {
|
|
5056
5138
|
margin-top: 8px;
|
|
5057
5139
|
}
|
|
@@ -5104,6 +5186,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5104
5186
|
margin-right: 0;
|
|
5105
5187
|
}
|
|
5106
5188
|
|
|
5189
|
+
.scalar-app .mr-0\! {
|
|
5190
|
+
margin-right: 0 !important;
|
|
5191
|
+
}
|
|
5192
|
+
|
|
5107
5193
|
.scalar-app .mr-0\.5 {
|
|
5108
5194
|
margin-right: 2px;
|
|
5109
5195
|
}
|
|
@@ -5152,6 +5238,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5152
5238
|
margin-bottom: 0;
|
|
5153
5239
|
}
|
|
5154
5240
|
|
|
5241
|
+
.scalar-app .mb-0\.5 {
|
|
5242
|
+
margin-bottom: 2px;
|
|
5243
|
+
}
|
|
5244
|
+
|
|
5155
5245
|
.scalar-app .mb-1 {
|
|
5156
5246
|
margin-bottom: 4px;
|
|
5157
5247
|
}
|
|
@@ -5204,6 +5294,17 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5204
5294
|
box-sizing: content-box;
|
|
5205
5295
|
}
|
|
5206
5296
|
|
|
5297
|
+
.scalar-app .schema-glyph {
|
|
5298
|
+
inline-size: var(--schema-glyph-size, 18px);
|
|
5299
|
+
block-size: var(--schema-glyph-size, 18px);
|
|
5300
|
+
border: var(--scalar-border-width) solid transparent;
|
|
5301
|
+
background: var(--schema-glyph-background, var(--scalar-background-1));
|
|
5302
|
+
color: var(--schema-glyph-color, var(--scalar-color-2));
|
|
5303
|
+
border-radius: 9999px;
|
|
5304
|
+
place-items: center;
|
|
5305
|
+
display: grid;
|
|
5306
|
+
}
|
|
5307
|
+
|
|
5207
5308
|
.scalar-app .flex-center {
|
|
5208
5309
|
justify-content: center;
|
|
5209
5310
|
align-items: center;
|
|
@@ -5236,6 +5337,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5236
5337
|
display: block;
|
|
5237
5338
|
}
|
|
5238
5339
|
|
|
5340
|
+
.scalar-app .block\! {
|
|
5341
|
+
display: block !important;
|
|
5342
|
+
}
|
|
5343
|
+
|
|
5239
5344
|
.scalar-app .contents {
|
|
5240
5345
|
display: contents;
|
|
5241
5346
|
}
|
|
@@ -5244,10 +5349,18 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5244
5349
|
display: flex;
|
|
5245
5350
|
}
|
|
5246
5351
|
|
|
5352
|
+
.scalar-app .flex\! {
|
|
5353
|
+
display: flex !important;
|
|
5354
|
+
}
|
|
5355
|
+
|
|
5247
5356
|
.scalar-app .grid {
|
|
5248
5357
|
display: grid;
|
|
5249
5358
|
}
|
|
5250
5359
|
|
|
5360
|
+
.scalar-app .grid\! {
|
|
5361
|
+
display: grid !important;
|
|
5362
|
+
}
|
|
5363
|
+
|
|
5251
5364
|
.scalar-app .hidden {
|
|
5252
5365
|
display: none;
|
|
5253
5366
|
}
|
|
@@ -5345,6 +5458,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5345
5458
|
height: 23px;
|
|
5346
5459
|
}
|
|
5347
5460
|
|
|
5461
|
+
.scalar-app .size-\[var\(--schema-toggle-size\,24px\)\] {
|
|
5462
|
+
width: var(--schema-toggle-size, 24px);
|
|
5463
|
+
height: var(--schema-toggle-size, 24px);
|
|
5464
|
+
}
|
|
5465
|
+
|
|
5348
5466
|
.scalar-app .size-full {
|
|
5349
5467
|
width: 100%;
|
|
5350
5468
|
height: 100%;
|
|
@@ -5434,10 +5552,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5434
5552
|
height: 112px;
|
|
5435
5553
|
}
|
|
5436
5554
|
|
|
5437
|
-
.scalar-app .h-\[calc\(100\%\+16px\)\] {
|
|
5438
|
-
height: calc(100% + 16px);
|
|
5439
|
-
}
|
|
5440
|
-
|
|
5441
5555
|
.scalar-app .h-\[calc\(100\%_-_50px\)\] {
|
|
5442
5556
|
height: calc(100% - 50px);
|
|
5443
5557
|
}
|
|
@@ -5542,6 +5656,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5542
5656
|
min-height: 12px;
|
|
5543
5657
|
}
|
|
5544
5658
|
|
|
5659
|
+
.scalar-app .min-h-5 {
|
|
5660
|
+
min-height: 20px;
|
|
5661
|
+
}
|
|
5662
|
+
|
|
5545
5663
|
.scalar-app .min-h-7 {
|
|
5546
5664
|
min-height: 28px;
|
|
5547
5665
|
}
|
|
@@ -5630,10 +5748,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5630
5748
|
width: 16px;
|
|
5631
5749
|
}
|
|
5632
5750
|
|
|
5633
|
-
.scalar-app .w-4\.5 {
|
|
5634
|
-
width: 18px;
|
|
5635
|
-
}
|
|
5636
|
-
|
|
5637
5751
|
.scalar-app .w-4\/5 {
|
|
5638
5752
|
width: 80%;
|
|
5639
5753
|
}
|
|
@@ -5734,6 +5848,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5734
5848
|
width: 100%;
|
|
5735
5849
|
}
|
|
5736
5850
|
|
|
5851
|
+
.scalar-app .w-full\! {
|
|
5852
|
+
width: 100% !important;
|
|
5853
|
+
}
|
|
5854
|
+
|
|
5737
5855
|
.scalar-app .w-max {
|
|
5738
5856
|
width: max-content;
|
|
5739
5857
|
}
|
|
@@ -5802,6 +5920,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5802
5920
|
max-width: 100%;
|
|
5803
5921
|
}
|
|
5804
5922
|
|
|
5923
|
+
.scalar-app .max-w-max {
|
|
5924
|
+
max-width: max-content;
|
|
5925
|
+
}
|
|
5926
|
+
|
|
5805
5927
|
.scalar-app .max-w-screen-padded-4 {
|
|
5806
5928
|
max-width: calc(100vw - 32px);
|
|
5807
5929
|
}
|
|
@@ -5846,6 +5968,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5846
5968
|
min-width: 128px;
|
|
5847
5969
|
}
|
|
5848
5970
|
|
|
5971
|
+
.scalar-app .min-w-40 {
|
|
5972
|
+
min-width: 160px;
|
|
5973
|
+
}
|
|
5974
|
+
|
|
5849
5975
|
.scalar-app .min-w-48 {
|
|
5850
5976
|
min-width: 192px;
|
|
5851
5977
|
}
|
|
@@ -5882,6 +6008,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5882
6008
|
flex-grow: 3;
|
|
5883
6009
|
}
|
|
5884
6010
|
|
|
6011
|
+
.scalar-app .basis-0 {
|
|
6012
|
+
flex-basis: 0;
|
|
6013
|
+
}
|
|
6014
|
+
|
|
5885
6015
|
.scalar-app .-translate-x-1\/2 {
|
|
5886
6016
|
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
5887
6017
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -5956,10 +6086,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5956
6086
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
5957
6087
|
}
|
|
5958
6088
|
|
|
5959
|
-
.scalar-app .rotate-45 {
|
|
5960
|
-
rotate: 45deg;
|
|
5961
|
-
}
|
|
5962
|
-
|
|
5963
6089
|
.scalar-app .rotate-90 {
|
|
5964
6090
|
rotate: 90deg;
|
|
5965
6091
|
}
|
|
@@ -6040,6 +6166,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6040
6166
|
grid-template-columns: 44px 1fr repeat(3, auto);
|
|
6041
6167
|
}
|
|
6042
6168
|
|
|
6169
|
+
.scalar-app .grid-cols-\[minmax\(0\,1fr\)\] {
|
|
6170
|
+
grid-template-columns: minmax(0, 1fr);
|
|
6171
|
+
}
|
|
6172
|
+
|
|
6043
6173
|
.scalar-app .flex-col {
|
|
6044
6174
|
flex-direction: column;
|
|
6045
6175
|
}
|
|
@@ -6052,6 +6182,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6052
6182
|
flex-wrap: wrap;
|
|
6053
6183
|
}
|
|
6054
6184
|
|
|
6185
|
+
.scalar-app .content-center {
|
|
6186
|
+
align-content: center;
|
|
6187
|
+
}
|
|
6188
|
+
|
|
6055
6189
|
.scalar-app .content-end {
|
|
6056
6190
|
align-content: flex-end;
|
|
6057
6191
|
}
|
|
@@ -6100,6 +6234,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6100
6234
|
justify-content: stretch;
|
|
6101
6235
|
}
|
|
6102
6236
|
|
|
6237
|
+
.scalar-app .gap-0\! {
|
|
6238
|
+
gap: 0 !important;
|
|
6239
|
+
}
|
|
6240
|
+
|
|
6103
6241
|
.scalar-app .gap-0\.5 {
|
|
6104
6242
|
gap: 2px;
|
|
6105
6243
|
}
|
|
@@ -6248,6 +6386,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6248
6386
|
border-radius: var(--scalar-radius-md);
|
|
6249
6387
|
}
|
|
6250
6388
|
|
|
6389
|
+
.scalar-app .rounded-\(--scalar-radius-lg\) {
|
|
6390
|
+
border-radius: var(--scalar-radius-lg);
|
|
6391
|
+
}
|
|
6392
|
+
|
|
6251
6393
|
.scalar-app .rounded-2xl {
|
|
6252
6394
|
border-radius: var(--scalar-radius-2xl);
|
|
6253
6395
|
}
|
|
@@ -6256,6 +6398,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6256
6398
|
border-radius: var(--scalar-radius-3xl);
|
|
6257
6399
|
}
|
|
6258
6400
|
|
|
6401
|
+
.scalar-app .rounded-\[999px\] {
|
|
6402
|
+
border-radius: 999px;
|
|
6403
|
+
}
|
|
6404
|
+
|
|
6259
6405
|
.scalar-app .rounded-\[inherit\] {
|
|
6260
6406
|
border-radius: inherit;
|
|
6261
6407
|
}
|
|
@@ -6276,6 +6422,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6276
6422
|
border-radius: 0;
|
|
6277
6423
|
}
|
|
6278
6424
|
|
|
6425
|
+
.scalar-app .rounded-none\! {
|
|
6426
|
+
border-radius: 0 !important;
|
|
6427
|
+
}
|
|
6428
|
+
|
|
6279
6429
|
.scalar-app .rounded-px {
|
|
6280
6430
|
border-radius: 1px;
|
|
6281
6431
|
}
|
|
@@ -6339,6 +6489,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6339
6489
|
border-width: 0;
|
|
6340
6490
|
}
|
|
6341
6491
|
|
|
6492
|
+
.scalar-app .border-0\! {
|
|
6493
|
+
border-style: var(--tw-border-style) !important;
|
|
6494
|
+
border-width: 0 !important;
|
|
6495
|
+
}
|
|
6496
|
+
|
|
6342
6497
|
.scalar-app .border-1, .scalar-app .border-\[1px\] {
|
|
6343
6498
|
border-style: var(--tw-border-style);
|
|
6344
6499
|
border-width: 1px;
|
|
@@ -6369,6 +6524,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6369
6524
|
border-top-width: 0;
|
|
6370
6525
|
}
|
|
6371
6526
|
|
|
6527
|
+
.scalar-app .border-t-0\! {
|
|
6528
|
+
border-top-style: var(--tw-border-style) !important;
|
|
6529
|
+
border-top-width: 0 !important;
|
|
6530
|
+
}
|
|
6531
|
+
|
|
6372
6532
|
.scalar-app .\!border-r {
|
|
6373
6533
|
border-right-style: var(--tw-border-style) !important;
|
|
6374
6534
|
border-right-width: var(--scalar-border-width) !important;
|
|
@@ -6394,6 +6554,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6394
6554
|
border-bottom-width: 0;
|
|
6395
6555
|
}
|
|
6396
6556
|
|
|
6557
|
+
.scalar-app .border-b-0\! {
|
|
6558
|
+
border-bottom-style: var(--tw-border-style) !important;
|
|
6559
|
+
border-bottom-width: 0 !important;
|
|
6560
|
+
}
|
|
6561
|
+
|
|
6397
6562
|
.scalar-app .border-l {
|
|
6398
6563
|
border-left-style: var(--tw-border-style);
|
|
6399
6564
|
border-left-width: var(--scalar-border-width);
|
|
@@ -6554,6 +6719,16 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6554
6719
|
background-color: inherit;
|
|
6555
6720
|
}
|
|
6556
6721
|
|
|
6722
|
+
.scalar-app .bg-query\/10 {
|
|
6723
|
+
background-color: var(--scalar-color-query);
|
|
6724
|
+
}
|
|
6725
|
+
|
|
6726
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6727
|
+
.scalar-app .bg-query\/10 {
|
|
6728
|
+
background-color: color-mix(in oklab, var(--scalar-color-query) 10%, transparent);
|
|
6729
|
+
}
|
|
6730
|
+
}
|
|
6731
|
+
|
|
6557
6732
|
.scalar-app .bg-sidebar-b-1 {
|
|
6558
6733
|
background-color: var(--scalar-sidebar-background-1, var(--scalar-background-1));
|
|
6559
6734
|
}
|
|
@@ -6698,6 +6873,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6698
6873
|
padding: 0;
|
|
6699
6874
|
}
|
|
6700
6875
|
|
|
6876
|
+
.scalar-app .p-0\! {
|
|
6877
|
+
padding: 0 !important;
|
|
6878
|
+
}
|
|
6879
|
+
|
|
6701
6880
|
.scalar-app .p-0\.5 {
|
|
6702
6881
|
padding: 2px;
|
|
6703
6882
|
}
|
|
@@ -6758,6 +6937,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6758
6937
|
padding-inline: 0;
|
|
6759
6938
|
}
|
|
6760
6939
|
|
|
6940
|
+
.scalar-app .px-0\! {
|
|
6941
|
+
padding-inline: 0 !important;
|
|
6942
|
+
}
|
|
6943
|
+
|
|
6761
6944
|
.scalar-app .px-0\.5 {
|
|
6762
6945
|
padding-inline: 2px;
|
|
6763
6946
|
}
|
|
@@ -6866,10 +7049,22 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
6866
7049
|
padding-block: 6.75px;
|
|
6867
7050
|
}
|
|
6868
7051
|
|
|
7052
|
+
.scalar-app .py-\[var\(--schema-row-pad\,6px\)\]\! {
|
|
7053
|
+
padding-block: var(--schema-row-pad, 6px) !important;
|
|
7054
|
+
}
|
|
7055
|
+
|
|
6869
7056
|
.scalar-app .py-px {
|
|
6870
7057
|
padding-block: 1px;
|
|
6871
7058
|
}
|
|
6872
7059
|
|
|
7060
|
+
.scalar-app .ps-\[var\(--schema-gutter\,16px\)\] {
|
|
7061
|
+
padding-inline-start: var(--schema-gutter, 16px);
|
|
7062
|
+
}
|
|
7063
|
+
|
|
7064
|
+
.scalar-app .ps-\[var\(--schema-gutter\,16px\)\]\! {
|
|
7065
|
+
padding-inline-start: var(--schema-gutter, 16px) !important;
|
|
7066
|
+
}
|
|
7067
|
+
|
|
6873
7068
|
.scalar-app .pt-\(--scalar-sidebar-padding\) {
|
|
6874
7069
|
padding-top: var(--scalar-sidebar-padding);
|
|
6875
7070
|
}
|
|
@@ -7070,6 +7265,14 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7070
7265
|
line-height: 16px;
|
|
7071
7266
|
}
|
|
7072
7267
|
|
|
7268
|
+
.scalar-app .text-\(length\:--scalar-mini\) {
|
|
7269
|
+
font-size: var(--scalar-mini);
|
|
7270
|
+
}
|
|
7271
|
+
|
|
7272
|
+
.scalar-app .text-\(length\:--scalar-small\) {
|
|
7273
|
+
font-size: var(--scalar-small);
|
|
7274
|
+
}
|
|
7275
|
+
|
|
7073
7276
|
.scalar-app .text-3xs {
|
|
7074
7277
|
font-size: var(--scalar-font-size-7);
|
|
7075
7278
|
}
|
|
@@ -7094,6 +7297,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7094
7297
|
font-size: var(--scalar-font-size-4);
|
|
7095
7298
|
}
|
|
7096
7299
|
|
|
7300
|
+
.scalar-app .text-sm\! {
|
|
7301
|
+
font-size: var(--scalar-font-size-4) !important;
|
|
7302
|
+
}
|
|
7303
|
+
|
|
7097
7304
|
.scalar-app .text-xs {
|
|
7098
7305
|
font-size: var(--scalar-font-size-5);
|
|
7099
7306
|
}
|
|
@@ -7102,6 +7309,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7102
7309
|
font-size: var(--scalar-font-size-6);
|
|
7103
7310
|
}
|
|
7104
7311
|
|
|
7312
|
+
.scalar-app .leading-\(--scalar-line-height-5\) {
|
|
7313
|
+
--tw-leading: var(--scalar-line-height-5);
|
|
7314
|
+
line-height: var(--scalar-line-height-5);
|
|
7315
|
+
}
|
|
7316
|
+
|
|
7105
7317
|
.scalar-app .leading-5 {
|
|
7106
7318
|
--tw-leading: calc(4px * 5);
|
|
7107
7319
|
line-height: 20px;
|
|
@@ -7172,6 +7384,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7172
7384
|
font-weight: var(--scalar-bold);
|
|
7173
7385
|
}
|
|
7174
7386
|
|
|
7387
|
+
.scalar-app .font-bold\! {
|
|
7388
|
+
--tw-font-weight: var(--scalar-bold) !important;
|
|
7389
|
+
font-weight: var(--scalar-bold) !important;
|
|
7390
|
+
}
|
|
7391
|
+
|
|
7175
7392
|
.scalar-app .font-medium {
|
|
7176
7393
|
--tw-font-weight: var(--scalar-semibold);
|
|
7177
7394
|
font-weight: var(--scalar-semibold);
|
|
@@ -7192,6 +7409,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7192
7409
|
font-weight: var(--scalar-sidebar-font-weight-active, var(--scalar-semibold));
|
|
7193
7410
|
}
|
|
7194
7411
|
|
|
7412
|
+
.scalar-app .\[font-weight\:var\(--scalar-bold\)\] {
|
|
7413
|
+
font-weight: var(--scalar-bold);
|
|
7414
|
+
}
|
|
7415
|
+
|
|
7195
7416
|
.scalar-app .text-balance {
|
|
7196
7417
|
text-wrap: balance;
|
|
7197
7418
|
}
|
|
@@ -7236,6 +7457,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7236
7457
|
color: var(--scalar-color-3);
|
|
7237
7458
|
}
|
|
7238
7459
|
|
|
7460
|
+
.scalar-app .text-\[color\:var\(--schema-glyph-color\,var\(--scalar-color-2\)\)\] {
|
|
7461
|
+
color: var(--schema-glyph-color, var(--scalar-color-2));
|
|
7462
|
+
}
|
|
7463
|
+
|
|
7239
7464
|
.scalar-app .text-b-1 {
|
|
7240
7465
|
color: var(--scalar-background-1);
|
|
7241
7466
|
}
|
|
@@ -7252,6 +7477,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7252
7477
|
color: var(--scalar-color-1);
|
|
7253
7478
|
}
|
|
7254
7479
|
|
|
7480
|
+
.scalar-app .text-c-1\! {
|
|
7481
|
+
color: var(--scalar-color-1) !important;
|
|
7482
|
+
}
|
|
7483
|
+
|
|
7255
7484
|
.scalar-app .text-c-2 {
|
|
7256
7485
|
color: var(--scalar-color-2);
|
|
7257
7486
|
}
|
|
@@ -7304,6 +7533,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7304
7533
|
color: var(--scalar-color-3);
|
|
7305
7534
|
}
|
|
7306
7535
|
|
|
7536
|
+
.scalar-app .text-inherit {
|
|
7537
|
+
color: inherit;
|
|
7538
|
+
}
|
|
7539
|
+
|
|
7307
7540
|
.scalar-app .text-orange {
|
|
7308
7541
|
color: var(--scalar-color-orange);
|
|
7309
7542
|
}
|
|
@@ -7312,6 +7545,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7312
7545
|
color: var(--scalar-color-purple);
|
|
7313
7546
|
}
|
|
7314
7547
|
|
|
7548
|
+
.scalar-app .text-query {
|
|
7549
|
+
color: var(--scalar-color-query);
|
|
7550
|
+
}
|
|
7551
|
+
|
|
7315
7552
|
.scalar-app .text-red {
|
|
7316
7553
|
color: var(--scalar-color-red);
|
|
7317
7554
|
}
|
|
@@ -7643,6 +7880,18 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7643
7880
|
--scalar-address-bar-height: 32px;
|
|
7644
7881
|
}
|
|
7645
7882
|
|
|
7883
|
+
.scalar-app .\[--schema-glyph-background\:var\(--scalar-background-1\)\] {
|
|
7884
|
+
--schema-glyph-background: var(--scalar-background-1);
|
|
7885
|
+
}
|
|
7886
|
+
|
|
7887
|
+
.scalar-app .\[--schema-glyph-color\:var\(--scalar-color-2\)\] {
|
|
7888
|
+
--schema-glyph-color: var(--scalar-color-2);
|
|
7889
|
+
}
|
|
7890
|
+
|
|
7891
|
+
.scalar-app .\[font\:inherit\] {
|
|
7892
|
+
font: inherit;
|
|
7893
|
+
}
|
|
7894
|
+
|
|
7646
7895
|
.scalar-app .\[grid-area\:header\] {
|
|
7647
7896
|
grid-area: header;
|
|
7648
7897
|
}
|
|
@@ -7651,6 +7900,16 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7651
7900
|
grid-area: navigation;
|
|
7652
7901
|
}
|
|
7653
7902
|
|
|
7903
|
+
.scalar-app .schema-rail {
|
|
7904
|
+
border-inline-start: var(--scalar-border-width) solid var(--schema-rail-base);
|
|
7905
|
+
}
|
|
7906
|
+
|
|
7907
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7908
|
+
.scalar-app .schema-rail {
|
|
7909
|
+
border-inline-start: var(--scalar-border-width) solid color-mix(in srgb, var(--schema-rail-base), var(--scalar-background-1) min(calc(var(--schema-depth) * 8%), 40%));
|
|
7910
|
+
}
|
|
7911
|
+
}
|
|
7912
|
+
|
|
7654
7913
|
:is(.scalar-app .\*\:flex > *) {
|
|
7655
7914
|
display: flex;
|
|
7656
7915
|
}
|
|
@@ -7740,18 +7999,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7740
7999
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
7741
8000
|
}
|
|
7742
8001
|
|
|
7743
|
-
.scalar-app .group-open\:rotate-90:is(:where(.group):is([open], :popover-open, :open) *) {
|
|
7744
|
-
rotate: 90deg;
|
|
7745
|
-
}
|
|
7746
|
-
|
|
7747
|
-
.scalar-app .group-open\:flex-wrap:is(:where(.group):is([open], :popover-open, :open) *) {
|
|
7748
|
-
flex-wrap: wrap;
|
|
7749
|
-
}
|
|
7750
|
-
|
|
7751
|
-
.scalar-app .group-open\:whitespace-normal:is(:where(.group):is([open], :popover-open, :open) *) {
|
|
7752
|
-
white-space: normal;
|
|
7753
|
-
}
|
|
7754
|
-
|
|
7755
8002
|
.scalar-app .group-focus-within\:flex:is(:where(.group):focus-within *) {
|
|
7756
8003
|
display: flex;
|
|
7757
8004
|
}
|
|
@@ -7977,6 +8224,11 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7977
8224
|
font-family: inherit;
|
|
7978
8225
|
}
|
|
7979
8226
|
|
|
8227
|
+
.scalar-app .before\:hidden\!:before {
|
|
8228
|
+
content: var(--tw-content);
|
|
8229
|
+
display: none !important;
|
|
8230
|
+
}
|
|
8231
|
+
|
|
7980
8232
|
:is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
|
|
7981
8233
|
--tw-content: " · ";
|
|
7982
8234
|
content: var(--tw-content);
|
|
@@ -8242,6 +8494,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
8242
8494
|
outline-style: none;
|
|
8243
8495
|
}
|
|
8244
8496
|
|
|
8497
|
+
.scalar-app .focus-visible\:rounded-\(--scalar-radius\):focus-visible {
|
|
8498
|
+
border-radius: var(--scalar-radius);
|
|
8499
|
+
}
|
|
8500
|
+
|
|
8245
8501
|
.scalar-app .focus-visible\:border-c-btn:focus-visible {
|
|
8246
8502
|
border-color: var(--scalar-button-1-color);
|
|
8247
8503
|
}
|
|
@@ -8255,10 +8511,19 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
8255
8511
|
outline-width: 1px;
|
|
8256
8512
|
}
|
|
8257
8513
|
|
|
8514
|
+
.scalar-app .focus-visible\:outline-\(length\:--scalar-border-width\):focus-visible {
|
|
8515
|
+
outline-style: var(--tw-outline-style);
|
|
8516
|
+
outline-width: var(--scalar-border-width);
|
|
8517
|
+
}
|
|
8518
|
+
|
|
8258
8519
|
.scalar-app .focus-visible\:outline-offset-2:focus-visible {
|
|
8259
8520
|
outline-offset: 2px;
|
|
8260
8521
|
}
|
|
8261
8522
|
|
|
8523
|
+
.scalar-app .focus-visible\:outline-\(--scalar-color-accent\):focus-visible {
|
|
8524
|
+
outline-color: var(--scalar-color-accent);
|
|
8525
|
+
}
|
|
8526
|
+
|
|
8262
8527
|
.scalar-app .active\:bg-b-btn:active {
|
|
8263
8528
|
background-color: var(--scalar-button-1);
|
|
8264
8529
|
}
|
|
@@ -8326,6 +8591,10 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
8326
8591
|
opacity: 1;
|
|
8327
8592
|
}
|
|
8328
8593
|
|
|
8594
|
+
.scalar-app .has-\[\+\.property-rule\]\:mb-1\.5\!:has( + .property-rule) {
|
|
8595
|
+
margin-bottom: 6px !important;
|
|
8596
|
+
}
|
|
8597
|
+
|
|
8329
8598
|
@media not all and (min-width: 800px) {
|
|
8330
8599
|
.scalar-app .max-md\:absolute\! {
|
|
8331
8600
|
position: absolute !important;
|
|
@@ -8623,6 +8892,22 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
8623
8892
|
}
|
|
8624
8893
|
}
|
|
8625
8894
|
|
|
8895
|
+
@media print {
|
|
8896
|
+
.scalar-app .print\:hidden {
|
|
8897
|
+
display: none;
|
|
8898
|
+
}
|
|
8899
|
+
|
|
8900
|
+
.scalar-app .print\:bg-transparent {
|
|
8901
|
+
background-color: #0000;
|
|
8902
|
+
}
|
|
8903
|
+
}
|
|
8904
|
+
|
|
8905
|
+
@media (pointer: coarse) {
|
|
8906
|
+
.scalar-app .pointer-coarse\:hidden {
|
|
8907
|
+
display: none;
|
|
8908
|
+
}
|
|
8909
|
+
}
|
|
8910
|
+
|
|
8626
8911
|
.scalar-app .ui-open\:rotate-90[data-headlessui-state~="open"], :where([data-headlessui-state~="open"]) :is(.scalar-app .ui-open\:rotate-90) {
|
|
8627
8912
|
rotate: 90deg;
|
|
8628
8913
|
}
|
|
@@ -8714,80 +8999,226 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
8714
8999
|
}
|
|
8715
9000
|
}
|
|
8716
9001
|
|
|
8717
|
-
.scalar-app
|
|
8718
|
-
|
|
9002
|
+
.scalar-app .tree-control-hover\:border-\(--scalar-border-color\):is(:where(.group\/tree-control):hover *), :where(.property--tree[data-heading-hovered]) > .property-toggle :is(.scalar-app .tree-control-hover\:border-\(--scalar-border-color\)), :where([data-child-rail-hovered]) > :where(.property-toggle, .parameter-item-trigger, .callback-item-trigger, .schema-card-title) :is(.scalar-app .tree-control-hover\:border-\(--scalar-border-color\)) {
|
|
9003
|
+
border-color: var(--scalar-border-color);
|
|
8719
9004
|
}
|
|
8720
9005
|
|
|
8721
|
-
.scalar-app
|
|
9006
|
+
.scalar-app .tree-control-hover\:bg-b-1:is(:where(.group\/tree-control):hover *), :where(.property--tree[data-heading-hovered]) > .property-toggle :is(.scalar-app .tree-control-hover\:bg-b-1), :where([data-child-rail-hovered]) > :where(.property-toggle, .parameter-item-trigger, .callback-item-trigger, .schema-card-title) :is(.scalar-app .tree-control-hover\:bg-b-1) {
|
|
9007
|
+
background-color: var(--scalar-background-1);
|
|
9008
|
+
}
|
|
9009
|
+
|
|
9010
|
+
.scalar-app .tree-control-hover\:text-c-1:is(:where(.group\/tree-control):hover *), :where(.property--tree[data-heading-hovered]) > .property-toggle :is(.scalar-app .tree-control-hover\:text-c-1), :where([data-child-rail-hovered]) > :where(.property-toggle, .parameter-item-trigger, .callback-item-trigger, .schema-card-title) :is(.scalar-app .tree-control-hover\:text-c-1) {
|
|
8722
9011
|
color: var(--scalar-color-1);
|
|
8723
9012
|
}
|
|
8724
9013
|
|
|
8725
|
-
.scalar-app
|
|
8726
|
-
|
|
9014
|
+
.scalar-app .rail-hover\:border-s-c-1[data-rail-hovered] {
|
|
9015
|
+
border-inline-start-color: var(--scalar-color-1);
|
|
8727
9016
|
}
|
|
8728
9017
|
|
|
8729
|
-
.scalar-app .\[\&
|
|
8730
|
-
|
|
9018
|
+
.scalar-app .\[\&_\.markdown\]\:-mb-0\.5 .markdown {
|
|
9019
|
+
margin-bottom: -2px;
|
|
8731
9020
|
}
|
|
8732
9021
|
|
|
8733
|
-
.scalar-app .\[\&
|
|
8734
|
-
|
|
9022
|
+
.scalar-app .\[\&_\.parameter-list-title--tree\]\:mt-0\! .parameter-list-title--tree {
|
|
9023
|
+
margin-top: 0 !important;
|
|
8735
9024
|
}
|
|
8736
9025
|
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
inherits: false;
|
|
8740
|
-
initial-value: 0;
|
|
9026
|
+
.scalar-app .\[\&_\.parameter-list-title--tree\]\:text-\(length\:--scalar-font-size-4\)\! .parameter-list-title--tree {
|
|
9027
|
+
font-size: var(--scalar-font-size-4) !important;
|
|
8741
9028
|
}
|
|
8742
9029
|
|
|
8743
|
-
|
|
8744
|
-
|
|
8745
|
-
|
|
8746
|
-
initial-value: 0;
|
|
9030
|
+
.scalar-app .\[\&_\.parameter-list-title--tree\]\:font-\(--scalar-bold\)\! .parameter-list-title--tree {
|
|
9031
|
+
--tw-font-weight: var(--scalar-bold) !important;
|
|
9032
|
+
font-weight: var(--scalar-bold) !important;
|
|
8747
9033
|
}
|
|
8748
9034
|
|
|
8749
|
-
|
|
8750
|
-
|
|
8751
|
-
inherits: false;
|
|
8752
|
-
initial-value: 0;
|
|
9035
|
+
.scalar-app .\[\&_\.request-body\]\:mt-0\! .request-body, .scalar-app .\[\&_\.request-body-description\]\:mt-0\! .request-body-description {
|
|
9036
|
+
margin-top: 0 !important;
|
|
8753
9037
|
}
|
|
8754
9038
|
|
|
8755
|
-
|
|
8756
|
-
|
|
8757
|
-
inherits: false;
|
|
8758
|
-
initial-value: 1;
|
|
9039
|
+
.scalar-app .\[\&_\.request-body-description\]\:text-\(length\:--scalar-font-size-4\)\! .request-body-description {
|
|
9040
|
+
font-size: var(--scalar-font-size-4) !important;
|
|
8759
9041
|
}
|
|
8760
9042
|
|
|
8761
|
-
|
|
8762
|
-
|
|
8763
|
-
inherits: false;
|
|
8764
|
-
initial-value: 1;
|
|
9043
|
+
.scalar-app .\[\&_\.request-body-header\]\:mt-0\! .request-body-header {
|
|
9044
|
+
margin-top: 0 !important;
|
|
8765
9045
|
}
|
|
8766
9046
|
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
inherits: false;
|
|
8770
|
-
initial-value: 1;
|
|
9047
|
+
.scalar-app .\[\&_\.request-body-title\]\:text-\(length\:--scalar-font-size-4\)\! .request-body-title {
|
|
9048
|
+
font-size: var(--scalar-font-size-4) !important;
|
|
8771
9049
|
}
|
|
8772
9050
|
|
|
8773
|
-
|
|
8774
|
-
|
|
8775
|
-
|
|
9051
|
+
.scalar-app .\[\&_\.request-body-title\]\:font-\(--scalar-bold\)\! .request-body-title {
|
|
9052
|
+
--tw-font-weight: var(--scalar-bold) !important;
|
|
9053
|
+
font-weight: var(--scalar-bold) !important;
|
|
8776
9054
|
}
|
|
8777
9055
|
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
inherits: false
|
|
9056
|
+
.scalar-app .\[\&_\.responses-title--tree\]\:mt-0\! .responses-title--tree {
|
|
9057
|
+
margin-top: 0 !important;
|
|
8781
9058
|
}
|
|
8782
9059
|
|
|
8783
|
-
|
|
8784
|
-
|
|
8785
|
-
inherits: false
|
|
9060
|
+
.scalar-app .\[\&_\.responses-title--tree\]\:text-\(length\:--scalar-font-size-4\)\! .responses-title--tree {
|
|
9061
|
+
font-size: var(--scalar-font-size-4) !important;
|
|
8786
9062
|
}
|
|
8787
9063
|
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
|
-
|
|
9064
|
+
.scalar-app .\[\&_\.responses-title--tree\]\:font-\(--scalar-bold\)\! .responses-title--tree {
|
|
9065
|
+
--tw-font-weight: var(--scalar-bold) !important;
|
|
9066
|
+
font-weight: var(--scalar-bold) !important;
|
|
9067
|
+
}
|
|
9068
|
+
|
|
9069
|
+
.scalar-app .\[\&_\.schema-card\]\:mb-0\! .schema-card {
|
|
9070
|
+
margin-bottom: 0 !important;
|
|
9071
|
+
}
|
|
9072
|
+
|
|
9073
|
+
.scalar-app .\[\&_\.schema-card\]\:pb-0\! .schema-card {
|
|
9074
|
+
padding-bottom: 0 !important;
|
|
9075
|
+
}
|
|
9076
|
+
|
|
9077
|
+
.scalar-app .\[\&_\.schema-properties\]\:mb-0\! .schema-properties {
|
|
9078
|
+
margin-bottom: 0 !important;
|
|
9079
|
+
}
|
|
9080
|
+
|
|
9081
|
+
.scalar-app .\[\&_\.schema-properties\]\:pb-0\! .schema-properties {
|
|
9082
|
+
padding-bottom: 0 !important;
|
|
9083
|
+
}
|
|
9084
|
+
|
|
9085
|
+
.scalar-app .\[\&_a\]\:underline a {
|
|
9086
|
+
text-decoration-line: underline;
|
|
9087
|
+
}
|
|
9088
|
+
|
|
9089
|
+
.scalar-app .\[\&_a\:hover\]\:text-c-1 a:hover {
|
|
9090
|
+
color: var(--scalar-color-1);
|
|
9091
|
+
}
|
|
9092
|
+
|
|
9093
|
+
.scalar-app .\[\&_code\]\:font-code code {
|
|
9094
|
+
font-family: var(--scalar-font-code);
|
|
9095
|
+
}
|
|
9096
|
+
|
|
9097
|
+
.scalar-app .\[\&_em\]\:text-c-1 em {
|
|
9098
|
+
color: var(--scalar-color-1);
|
|
9099
|
+
}
|
|
9100
|
+
|
|
9101
|
+
.scalar-app .\[\&_em\]\:not-italic em {
|
|
9102
|
+
font-style: normal;
|
|
9103
|
+
}
|
|
9104
|
+
|
|
9105
|
+
.scalar-app .\[\&_svg\]\:size-\[var\(--schema-glyph-icon\,16px\)\] svg {
|
|
9106
|
+
width: var(--schema-glyph-icon, 16px);
|
|
9107
|
+
height: var(--schema-glyph-icon, 16px);
|
|
9108
|
+
}
|
|
9109
|
+
|
|
9110
|
+
.scalar-app .\[\&_ul\]\:my-0\! ul {
|
|
9111
|
+
margin-block: 0 !important;
|
|
9112
|
+
}
|
|
9113
|
+
|
|
9114
|
+
.scalar-app .\[\&_ul\]\:py-0\! ul {
|
|
9115
|
+
padding-block: 0 !important;
|
|
9116
|
+
}
|
|
9117
|
+
|
|
9118
|
+
.scalar-app .\[\&\>\*\]\:mt-0\! > * {
|
|
9119
|
+
margin-top: 0 !important;
|
|
9120
|
+
}
|
|
9121
|
+
|
|
9122
|
+
.scalar-app .\[\&\>\*\:has\(\+\.copy-link-trailing\)\]\:me-0\! > :has( + .copy-link-trailing) {
|
|
9123
|
+
margin-inline-end: 0 !important;
|
|
9124
|
+
}
|
|
9125
|
+
|
|
9126
|
+
.scalar-app .\[\&\>\.property-detail\:has\(\+\.property-detail\)\]\:mr-0 > .property-detail:has( + .property-detail), .scalar-app .\[\&\>\.property-detail\:not\(\:last-of-type\)\]\:mr-0 > .property-detail:not(:last-of-type) {
|
|
9127
|
+
margin-right: 0;
|
|
9128
|
+
}
|
|
9129
|
+
|
|
9130
|
+
.scalar-app .\[\&\[hidden\=until-found\]\]\:my-0[hidden="until-found"] {
|
|
9131
|
+
margin-block: 0;
|
|
9132
|
+
}
|
|
9133
|
+
|
|
9134
|
+
.scalar-app .\[\&\[hidden\=until-found\]\]\:border-s-0[hidden="until-found"] {
|
|
9135
|
+
border-inline-start-style: var(--tw-border-style);
|
|
9136
|
+
border-inline-start-width: 0;
|
|
9137
|
+
}
|
|
9138
|
+
|
|
9139
|
+
.scalar-app .\[\&\[hidden\]\:not\(\[hidden\=until-found\]\)\]\:hidden[hidden]:not([hidden="until-found"]) {
|
|
9140
|
+
display: none;
|
|
9141
|
+
}
|
|
9142
|
+
|
|
9143
|
+
.children + :is(.scalar-app .\[\.children\+\&\]\:mt-1\.5\!), .property-description + :is(.scalar-app .\[\.property-description\+\&\]\:mt-1\.5\!) {
|
|
9144
|
+
margin-top: 6px !important;
|
|
9145
|
+
}
|
|
9146
|
+
|
|
9147
|
+
.schema-card--level-0:first-of-type > :is(.scalar-app .\[\.schema-card--level-0\:nth-of-type\(1\)\>\&\]\:has-\[\+\.schema-properties\]\:mb-0\!):has( + .schema-properties) {
|
|
9148
|
+
margin-bottom: 0 !important;
|
|
9149
|
+
}
|
|
9150
|
+
|
|
9151
|
+
.schema-card--level-0:first-of-type > :is(.scalar-app .\[\.schema-card--level-0\:nth-of-type\(1\)\>\&\]\:has-\[\+\.schema-properties\]\:border-b-0\!):has( + .schema-properties) {
|
|
9152
|
+
border-bottom-style: var(--tw-border-style) !important;
|
|
9153
|
+
border-bottom-width: 0 !important;
|
|
9154
|
+
}
|
|
9155
|
+
|
|
9156
|
+
.schema-card--level-0:first-of-type > :is(.scalar-app .\[\.schema-card--level-0\:nth-of-type\(1\)\>\&\]\:has-\[\+\.schema-properties\]\:pb-0\!):has( + .schema-properties) {
|
|
9157
|
+
padding-bottom: 0 !important;
|
|
9158
|
+
}
|
|
9159
|
+
|
|
9160
|
+
.schema-card--level-0:first-of-type > .schema-card-description + :is(.scalar-app .\[\.schema-card--level-0\:nth-of-type\(1\)\>\.schema-card-description\+\&\]\:mt-0\!) {
|
|
9161
|
+
margin-top: 0 !important;
|
|
9162
|
+
}
|
|
9163
|
+
|
|
9164
|
+
.schema-card-description + :is(.scalar-app .\[\.schema-card-description\+\&\]\:mt-1\.5\!) {
|
|
9165
|
+
margin-top: 6px !important;
|
|
9166
|
+
}
|
|
9167
|
+
|
|
9168
|
+
@property --tw-translate-x {
|
|
9169
|
+
syntax: "*";
|
|
9170
|
+
inherits: false;
|
|
9171
|
+
initial-value: 0;
|
|
9172
|
+
}
|
|
9173
|
+
|
|
9174
|
+
@property --tw-translate-y {
|
|
9175
|
+
syntax: "*";
|
|
9176
|
+
inherits: false;
|
|
9177
|
+
initial-value: 0;
|
|
9178
|
+
}
|
|
9179
|
+
|
|
9180
|
+
@property --tw-translate-z {
|
|
9181
|
+
syntax: "*";
|
|
9182
|
+
inherits: false;
|
|
9183
|
+
initial-value: 0;
|
|
9184
|
+
}
|
|
9185
|
+
|
|
9186
|
+
@property --tw-scale-x {
|
|
9187
|
+
syntax: "*";
|
|
9188
|
+
inherits: false;
|
|
9189
|
+
initial-value: 1;
|
|
9190
|
+
}
|
|
9191
|
+
|
|
9192
|
+
@property --tw-scale-y {
|
|
9193
|
+
syntax: "*";
|
|
9194
|
+
inherits: false;
|
|
9195
|
+
initial-value: 1;
|
|
9196
|
+
}
|
|
9197
|
+
|
|
9198
|
+
@property --tw-scale-z {
|
|
9199
|
+
syntax: "*";
|
|
9200
|
+
inherits: false;
|
|
9201
|
+
initial-value: 1;
|
|
9202
|
+
}
|
|
9203
|
+
|
|
9204
|
+
@property --tw-rotate-x {
|
|
9205
|
+
syntax: "*";
|
|
9206
|
+
inherits: false
|
|
9207
|
+
}
|
|
9208
|
+
|
|
9209
|
+
@property --tw-rotate-y {
|
|
9210
|
+
syntax: "*";
|
|
9211
|
+
inherits: false
|
|
9212
|
+
}
|
|
9213
|
+
|
|
9214
|
+
@property --tw-rotate-z {
|
|
9215
|
+
syntax: "*";
|
|
9216
|
+
inherits: false
|
|
9217
|
+
}
|
|
9218
|
+
|
|
9219
|
+
@property --tw-skew-x {
|
|
9220
|
+
syntax: "*";
|
|
9221
|
+
inherits: false
|
|
8791
9222
|
}
|
|
8792
9223
|
|
|
8793
9224
|
@property --tw-skew-y {
|
|
@@ -9603,7 +10034,7 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
9603
10034
|
margin-bottom: 6px;
|
|
9604
10035
|
}
|
|
9605
10036
|
|
|
9606
|
-
.section-header-label[data-v-
|
|
10037
|
+
.section-header-label[data-v-9a218f12] {
|
|
9607
10038
|
display: inline;
|
|
9608
10039
|
}
|
|
9609
10040
|
|
|
@@ -9636,7 +10067,7 @@ to {
|
|
|
9636
10067
|
}
|
|
9637
10068
|
}
|
|
9638
10069
|
|
|
9639
|
-
.sticky-cards[data-v-
|
|
10070
|
+
.sticky-cards[data-v-047ab128] {
|
|
9640
10071
|
display: flex;
|
|
9641
10072
|
flex-direction: column;
|
|
9642
10073
|
position: sticky;
|
|
@@ -9660,7 +10091,7 @@ to {
|
|
|
9660
10091
|
}
|
|
9661
10092
|
|
|
9662
10093
|
/* One panel holds the Markdown installation instructions */
|
|
9663
|
-
.selected-client[data-v-
|
|
10094
|
+
.selected-client[data-v-e8d27a01] {
|
|
9664
10095
|
display: flex;
|
|
9665
10096
|
flex-direction: column;
|
|
9666
10097
|
gap: 9px;
|
|
@@ -9673,7 +10104,15 @@ to {
|
|
|
9673
10104
|
border-bottom-left-radius: var(--scalar-radius-xl);
|
|
9674
10105
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
9675
10106
|
}
|
|
9676
|
-
.client
|
|
10107
|
+
.selected-client[data-v-e8d27a01] .markdown pre code {
|
|
10108
|
+
margin: 0;
|
|
10109
|
+
padding: 0;
|
|
10110
|
+
background: transparent;
|
|
10111
|
+
border: 0;
|
|
10112
|
+
border-radius: 0;
|
|
10113
|
+
box-shadow: none;
|
|
10114
|
+
}
|
|
10115
|
+
.client-libraries-heading[data-v-e8d27a01] {
|
|
9677
10116
|
font-size: var(--scalar-small);
|
|
9678
10117
|
font-weight: var(--scalar-font-medium);
|
|
9679
10118
|
color: var(--scalar-color-1);
|
|
@@ -9686,7 +10125,7 @@ to {
|
|
|
9686
10125
|
border-top-left-radius: var(--scalar-radius-xl);
|
|
9687
10126
|
border-top-right-radius: var(--scalar-radius-xl);
|
|
9688
10127
|
}
|
|
9689
|
-
.client-libraries-content[data-v-
|
|
10128
|
+
.client-libraries-content[data-v-e8d27a01] {
|
|
9690
10129
|
position: relative;
|
|
9691
10130
|
/*
|
|
9692
10131
|
* Scroll horizontally rather than clip: before JS measures the tab widths
|
|
@@ -9704,20 +10143,20 @@ to {
|
|
|
9704
10143
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9705
10144
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9706
10145
|
}
|
|
9707
|
-
.client-libraries-content[data-v-
|
|
10146
|
+
.client-libraries-content[data-v-e8d27a01]::-webkit-scrollbar {
|
|
9708
10147
|
display: none;
|
|
9709
10148
|
}
|
|
9710
|
-
.client-libraries-row[data-v-
|
|
10149
|
+
.client-libraries-row[data-v-e8d27a01] {
|
|
9711
10150
|
display: flex;
|
|
9712
10151
|
justify-content: flex-start;
|
|
9713
10152
|
}
|
|
9714
10153
|
/* Sized to its tabs, so the "More" trigger still pins to the right edge */
|
|
9715
|
-
.client-libraries-tabs[data-v-
|
|
10154
|
+
.client-libraries-tabs[data-v-e8d27a01] {
|
|
9716
10155
|
display: flex;
|
|
9717
10156
|
flex: 0 0 auto;
|
|
9718
10157
|
}
|
|
9719
10158
|
/* Zero-size clip so the measure row never adds to the scrollable width */
|
|
9720
|
-
.client-libraries-measure-clip[data-v-
|
|
10159
|
+
.client-libraries-measure-clip[data-v-e8d27a01] {
|
|
9721
10160
|
position: absolute;
|
|
9722
10161
|
top: 0;
|
|
9723
10162
|
left: 0;
|
|
@@ -9726,12 +10165,12 @@ to {
|
|
|
9726
10165
|
overflow: hidden;
|
|
9727
10166
|
}
|
|
9728
10167
|
/* Off-screen row used only to measure natural tab widths */
|
|
9729
|
-
.client-libraries-row--measure[data-v-
|
|
10168
|
+
.client-libraries-row--measure[data-v-e8d27a01] {
|
|
9730
10169
|
width: max-content;
|
|
9731
10170
|
visibility: hidden;
|
|
9732
10171
|
pointer-events: none;
|
|
9733
10172
|
}
|
|
9734
|
-
.client-libraries[data-v-
|
|
10173
|
+
.client-libraries[data-v-e8d27a01] {
|
|
9735
10174
|
display: flex;
|
|
9736
10175
|
align-items: center;
|
|
9737
10176
|
justify-content: center;
|
|
@@ -9747,7 +10186,7 @@ to {
|
|
|
9747
10186
|
background: transparent;
|
|
9748
10187
|
user-select: none;
|
|
9749
10188
|
}
|
|
9750
|
-
.client-libraries[data-v-
|
|
10189
|
+
.client-libraries[data-v-e8d27a01]:not(.client-libraries__active):hover:before {
|
|
9751
10190
|
content: '';
|
|
9752
10191
|
position: absolute;
|
|
9753
10192
|
width: calc(100% - 4px);
|
|
@@ -9758,22 +10197,22 @@ to {
|
|
|
9758
10197
|
z-index: 0;
|
|
9759
10198
|
border-radius: var(--scalar-radius);
|
|
9760
10199
|
}
|
|
9761
|
-
.client-libraries[data-v-
|
|
10200
|
+
.client-libraries[data-v-e8d27a01]:active {
|
|
9762
10201
|
color: var(--scalar-color-1);
|
|
9763
10202
|
}
|
|
9764
|
-
.client-libraries[data-v-
|
|
10203
|
+
.client-libraries[data-v-e8d27a01]:focus-visible {
|
|
9765
10204
|
outline: none;
|
|
9766
10205
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
9767
10206
|
}
|
|
9768
|
-
.client-libraries__active[data-v-
|
|
10207
|
+
.client-libraries__active[data-v-e8d27a01] {
|
|
9769
10208
|
color: var(--scalar-color-1);
|
|
9770
10209
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
9771
10210
|
}
|
|
9772
10211
|
/* Always pin the "More" dropdown to the right edge */
|
|
9773
|
-
.client-libraries-more[data-v-
|
|
10212
|
+
.client-libraries-more[data-v-e8d27a01] {
|
|
9774
10213
|
margin-left: auto;
|
|
9775
10214
|
}
|
|
9776
|
-
.client-libraries-icon[data-v-
|
|
10215
|
+
.client-libraries-icon[data-v-e8d27a01] {
|
|
9777
10216
|
max-width: 14px;
|
|
9778
10217
|
max-height: 14px;
|
|
9779
10218
|
min-width: 14px;
|
|
@@ -9786,13 +10225,13 @@ to {
|
|
|
9786
10225
|
box-sizing: border-box;
|
|
9787
10226
|
color: currentColor;
|
|
9788
10227
|
}
|
|
9789
|
-
.client-libraries .client-libraries-text[data-v-
|
|
10228
|
+
.client-libraries .client-libraries-text[data-v-e8d27a01] {
|
|
9790
10229
|
font-size: var(--scalar-small);
|
|
9791
10230
|
position: relative;
|
|
9792
10231
|
display: flex;
|
|
9793
10232
|
align-items: center;
|
|
9794
10233
|
}
|
|
9795
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
10234
|
+
.client-libraries__active .client-libraries-text[data-v-e8d27a01] {
|
|
9796
10235
|
color: var(--scalar-color-1);
|
|
9797
10236
|
font-weight: var(--scalar-semibold);
|
|
9798
10237
|
}
|
|
@@ -9828,35 +10267,14 @@ to {
|
|
|
9828
10267
|
color: var(--scalar-color-1);
|
|
9829
10268
|
}
|
|
9830
10269
|
|
|
9831
|
-
|
|
9832
|
-
.schema-type-icon[data-v-e2018ca6] {
|
|
9833
|
-
color: var(--scalar-color-1);
|
|
9834
|
-
display: none;
|
|
9835
|
-
}
|
|
9836
|
-
.schema-type[data-v-e2018ca6] {
|
|
9837
|
-
font-family: var(--scalar-font-code);
|
|
9838
|
-
color: var(--scalar-color-1);
|
|
9839
|
-
}
|
|
9840
|
-
|
|
9841
|
-
.screenreader-only[data-v-df2e1026] {
|
|
9842
|
-
position: absolute;
|
|
9843
|
-
width: 1px;
|
|
9844
|
-
height: 1px;
|
|
9845
|
-
padding: 0;
|
|
9846
|
-
margin: -1px;
|
|
9847
|
-
overflow: hidden;
|
|
9848
|
-
clip: rect(0, 0, 0, 0);
|
|
9849
|
-
border: 0;
|
|
9850
|
-
}
|
|
9851
|
-
|
|
9852
|
-
.error[data-v-77b16bb4] {
|
|
10270
|
+
.error[data-v-d6bb8b3b] {
|
|
9853
10271
|
background-color: var(--scalar-color-red);
|
|
9854
10272
|
}
|
|
9855
|
-
.schema-card[data-v-
|
|
10273
|
+
.schema-card[data-v-d6bb8b3b] {
|
|
9856
10274
|
font-size: var(--scalar-font-size-4);
|
|
9857
10275
|
color: var(--scalar-color-1);
|
|
9858
10276
|
}
|
|
9859
|
-
.schema-card-title[data-v-
|
|
10277
|
+
.schema-card-title[data-v-d6bb8b3b] {
|
|
9860
10278
|
height: var(--schema-title-height);
|
|
9861
10279
|
|
|
9862
10280
|
padding: 6px 8px;
|
|
@@ -9870,48 +10288,45 @@ to {
|
|
|
9870
10288
|
font-size: var(--scalar-mini);
|
|
9871
10289
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
9872
10290
|
}
|
|
9873
|
-
button.schema-card-title[data-v-
|
|
10291
|
+
button.schema-card-title[data-v-d6bb8b3b] {
|
|
9874
10292
|
cursor: pointer;
|
|
9875
10293
|
}
|
|
9876
|
-
button.schema-card-title[data-v-
|
|
10294
|
+
button.schema-card-title[data-v-d6bb8b3b]:hover {
|
|
9877
10295
|
color: var(--scalar-color-1);
|
|
9878
10296
|
}
|
|
9879
|
-
.schema-card-title
|
|
9880
|
-
transform: rotate(45deg);
|
|
9881
|
-
}
|
|
9882
|
-
.schema-properties-open > .schema-card-title[data-v-77b16bb4] {
|
|
10297
|
+
.schema-properties-open > .schema-card-title[data-v-d6bb8b3b] {
|
|
9883
10298
|
border-bottom-left-radius: 0;
|
|
9884
10299
|
border-bottom-right-radius: 0;
|
|
9885
10300
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9886
10301
|
}
|
|
9887
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
10302
|
+
.schema-properties-open > .schema-properties[data-v-d6bb8b3b] {
|
|
9888
10303
|
width: fit-content;
|
|
9889
10304
|
}
|
|
9890
|
-
.schema-card-description[data-v-
|
|
10305
|
+
.schema-card-description[data-v-d6bb8b3b] {
|
|
9891
10306
|
color: var(--scalar-color-2);
|
|
9892
10307
|
}
|
|
9893
|
-
.schema-card-description + .schema-properties[data-v-
|
|
10308
|
+
.schema-card-description + .schema-properties[data-v-d6bb8b3b] {
|
|
9894
10309
|
width: fit-content;
|
|
9895
10310
|
}
|
|
9896
|
-
.schema-card-description + .schema-properties[data-v-
|
|
10311
|
+
.schema-card-description + .schema-properties[data-v-d6bb8b3b] {
|
|
9897
10312
|
margin-top: 8px;
|
|
9898
10313
|
}
|
|
9899
10314
|
.schema-card--level-0:nth-of-type(1)
|
|
9900
|
-
> .schema-card-description[data-v-
|
|
10315
|
+
> .schema-card-description[data-v-d6bb8b3b]:has(+ .schema-properties) {
|
|
9901
10316
|
margin-bottom: -8px;
|
|
9902
10317
|
padding-bottom: 8px;
|
|
9903
10318
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9904
10319
|
}
|
|
9905
10320
|
.schema-card--level-0
|
|
9906
10321
|
~ .schema-card--level-0
|
|
9907
|
-
> .schema-card-description[data-v-
|
|
10322
|
+
> .schema-card-description[data-v-d6bb8b3b]:has(+ .schema-properties) {
|
|
9908
10323
|
padding-top: 8px;
|
|
9909
10324
|
}
|
|
9910
|
-
.schema-properties-open.schema-properties[data-v-
|
|
9911
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
10325
|
+
.schema-properties-open.schema-properties[data-v-d6bb8b3b],
|
|
10326
|
+
.schema-properties-open > .schema-card--open[data-v-d6bb8b3b] {
|
|
9912
10327
|
width: 100%;
|
|
9913
10328
|
}
|
|
9914
|
-
.schema-properties[data-v-
|
|
10329
|
+
.schema-properties[data-v-d6bb8b3b] {
|
|
9915
10330
|
display: flex;
|
|
9916
10331
|
flex-direction: column;
|
|
9917
10332
|
|
|
@@ -9919,162 +10334,113 @@ button.schema-card-title[data-v-77b16bb4]:hover {
|
|
|
9919
10334
|
border-radius: var(--scalar-radius-lg);
|
|
9920
10335
|
width: fit-content;
|
|
9921
10336
|
}
|
|
9922
|
-
.schema-properties-name[data-v-
|
|
10337
|
+
.schema-properties-name[data-v-d6bb8b3b] {
|
|
9923
10338
|
width: 100%;
|
|
9924
10339
|
}
|
|
9925
|
-
.schema-properties .schema-properties[data-v-
|
|
10340
|
+
.schema-properties .schema-properties[data-v-d6bb8b3b] {
|
|
9926
10341
|
border-radius: 13.5px;
|
|
9927
10342
|
}
|
|
9928
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
10343
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-d6bb8b3b] {
|
|
9929
10344
|
border-radius: var(--scalar-radius-lg);
|
|
9930
10345
|
}
|
|
9931
|
-
.schema-properties-open[data-v-
|
|
10346
|
+
.schema-properties-open[data-v-d6bb8b3b] {
|
|
9932
10347
|
width: 100%;
|
|
9933
10348
|
}
|
|
9934
|
-
.schema-card--compact[data-v-
|
|
10349
|
+
.schema-card--compact[data-v-d6bb8b3b] {
|
|
9935
10350
|
align-self: flex-start;
|
|
9936
10351
|
}
|
|
9937
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
10352
|
+
.schema-card--compact.schema-card--open[data-v-d6bb8b3b] {
|
|
9938
10353
|
align-self: initial;
|
|
9939
10354
|
}
|
|
9940
|
-
.schema-card-title--compact[data-v-
|
|
10355
|
+
.schema-card-title--compact[data-v-d6bb8b3b] {
|
|
9941
10356
|
color: var(--scalar-color-2);
|
|
9942
10357
|
padding: 6px 10px 6px 8px;
|
|
9943
10358
|
height: auto;
|
|
9944
10359
|
border-bottom: none;
|
|
9945
10360
|
}
|
|
9946
|
-
.schema-
|
|
9947
|
-
margin: 0;
|
|
9948
|
-
}
|
|
9949
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-77b16bb4] {
|
|
9950
|
-
transform: rotate(45deg);
|
|
9951
|
-
}
|
|
9952
|
-
.schema-properties-open > .schema-card-title--compact[data-v-77b16bb4] {
|
|
10361
|
+
.schema-properties-open > .schema-card-title--compact[data-v-d6bb8b3b] {
|
|
9953
10362
|
position: static;
|
|
9954
10363
|
}
|
|
9955
10364
|
.property--level-0
|
|
9956
10365
|
> .schema-properties
|
|
9957
10366
|
> .schema-card--level-0
|
|
9958
|
-
> .schema-properties[data-v-
|
|
10367
|
+
> .schema-properties[data-v-d6bb8b3b] {
|
|
9959
10368
|
border: none;
|
|
9960
10369
|
}
|
|
9961
10370
|
.property--level-0
|
|
9962
10371
|
.schema-card--level-0:not(.schema-card--compact)
|
|
9963
|
-
.property--level-1[data-v-
|
|
10372
|
+
.property--level-1[data-v-d6bb8b3b] {
|
|
9964
10373
|
padding: 0 0 8px;
|
|
9965
10374
|
}
|
|
9966
10375
|
:not(.composition-panel)
|
|
9967
10376
|
> .schema-card--compact.schema-card--level-0
|
|
9968
|
-
> .schema-properties[data-v-
|
|
10377
|
+
> .schema-properties[data-v-d6bb8b3b] {
|
|
9969
10378
|
border: none;
|
|
9970
10379
|
}
|
|
9971
|
-
[data-v-
|
|
10380
|
+
[data-v-d6bb8b3b] .schema-card-description p {
|
|
9972
10381
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
9973
10382
|
color: var(--scalar-color-2);
|
|
9974
10383
|
margin-bottom: 0;
|
|
9975
10384
|
display: block;
|
|
9976
10385
|
margin-bottom: 6px;
|
|
9977
10386
|
}
|
|
9978
|
-
.children .schema-card-description[data-v-
|
|
10387
|
+
.children .schema-card-description[data-v-d6bb8b3b]:first-of-type {
|
|
9979
10388
|
padding-top: 0;
|
|
9980
10389
|
}
|
|
9981
10390
|
|
|
9982
|
-
|
|
9983
|
-
|
|
9984
|
-
|
|
9985
|
-
|
|
9986
|
-
|
|
9987
|
-
|
|
9988
|
-
|
|
9989
|
-
|
|
9990
|
-
|
|
9991
|
-
|
|
9992
|
-
|
|
9993
|
-
|
|
9994
|
-
|
|
9995
|
-
|
|
9996
|
-
|
|
9997
|
-
.
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10008
|
-
|
|
10009
|
-
padding-
|
|
10010
|
-
}
|
|
10011
|
-
.property-enum-value[data-v-4375ecfd]::before {
|
|
10012
|
-
content: '';
|
|
10013
|
-
margin-right: 12px;
|
|
10014
|
-
width: var(--decorator-width);
|
|
10015
|
-
display: block;
|
|
10016
|
-
background-color: var(--decorator-color);
|
|
10017
|
-
}
|
|
10018
|
-
.property-enum-value[data-v-4375ecfd]:last-of-type::before,
|
|
10019
|
-
.property-enum-values:has(.enum-toggle-button)
|
|
10020
|
-
.property-enum-value[data-v-4375ecfd]:nth-last-child(2)::before {
|
|
10021
|
-
height: calc(0.5lh + 4px);
|
|
10022
|
-
}
|
|
10023
|
-
.property-enum-value-label[data-v-4375ecfd]::after {
|
|
10024
|
-
content: '';
|
|
10025
|
-
position: absolute;
|
|
10026
|
-
top: calc(0.5lh);
|
|
10027
|
-
left: -12px;
|
|
10028
|
-
width: 8px;
|
|
10029
|
-
height: var(--decorator-width);
|
|
10030
|
-
background-color: var(--decorator-color);
|
|
10031
|
-
}
|
|
10032
|
-
.property-enum-value[data-v-4375ecfd]:last-of-type::after {
|
|
10033
|
-
bottom: 0;
|
|
10034
|
-
height: 50%;
|
|
10035
|
-
background: var(--scalar-background-1);
|
|
10036
|
-
border-top: var(--scalar-border-width) solid var(--decorator-color);
|
|
10037
|
-
}
|
|
10038
|
-
.property-enum-value-description[data-v-4375ecfd] {
|
|
10039
|
-
color: var(--scalar-color-3);
|
|
10391
|
+
/*
|
|
10392
|
+
* A `oneOf`/`anyOf` whose chosen variant `allOf`s back to a shared base — most
|
|
10393
|
+
* commonly a discriminator-inferred `oneOf` sitting directly on the request body
|
|
10394
|
+
* — renders the merged variant one level deeper than a plain object variant:
|
|
10395
|
+
* `Schema.vue` cannot flatten the `allOf`, so it hands the merged object to
|
|
10396
|
+
* `SchemaProperty`, which wraps it in a headless passthrough row
|
|
10397
|
+
* (`.property--tree-container`). That wrapper carries a row's own
|
|
10398
|
+
* `--schema-row-pad`, opening a gap between the selector and the first field
|
|
10399
|
+
* that a plain `oneOf` does not have, so the variant reads as detached from its
|
|
10400
|
+
* picker. Drop that leading row pad for the panel's own variant card so the
|
|
10401
|
+
* field sits flush under the selector, matching a plain `oneOf`. Only the top
|
|
10402
|
+
* pad goes: the wrapper's trailing pad is what closes the card under the last
|
|
10403
|
+
* field, exactly as a plain variant's last row does.
|
|
10404
|
+
*
|
|
10405
|
+
* The rule lives here rather than in `SchemaProperty` because a body-level
|
|
10406
|
+
* discriminator `oneOf` is rendered straight from `Schema.vue` and never passes
|
|
10407
|
+
* through `SchemaProperty`, so a rule scoped there would never reach it.
|
|
10408
|
+
* See https://github.com/scalar/scalar/issues/9861
|
|
10409
|
+
*/
|
|
10410
|
+
.property-rule[data-v-26861f6e]
|
|
10411
|
+
|
|
10412
|
+
.composition-panel
|
|
10413
|
+
> .schema-card
|
|
10414
|
+
> .schema-properties
|
|
10415
|
+
> ul
|
|
10416
|
+
> li.property.property--tree-container
|
|
10417
|
+
{
|
|
10418
|
+
padding-top: 0 !important;
|
|
10040
10419
|
}
|
|
10041
10420
|
|
|
10042
|
-
.property-heading:empty + .property-description[data-v-
|
|
10043
|
-
.property-description[data-v-
|
|
10421
|
+
.property-heading:empty + .property-description[data-v-82e1317a]:last-of-type,
|
|
10422
|
+
.property-description[data-v-82e1317a]:first-of-type:last-of-type {
|
|
10044
10423
|
margin-top: 0;
|
|
10045
10424
|
}
|
|
10046
|
-
.property-list[data-v-
|
|
10425
|
+
.property-list[data-v-82e1317a] {
|
|
10047
10426
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10048
10427
|
border-radius: var(--scalar-radius);
|
|
10049
10428
|
margin-top: 10px;
|
|
10050
10429
|
}
|
|
10051
|
-
.property-list .property[data-v-
|
|
10430
|
+
.property-list .property[data-v-82e1317a]:last-of-type {
|
|
10052
10431
|
padding-bottom: 10px;
|
|
10053
10432
|
}
|
|
10054
|
-
.
|
|
10055
|
-
font-size: var(--scalar-font-size-3);
|
|
10056
|
-
list-style: none;
|
|
10057
|
-
margin-top: 8px;
|
|
10058
|
-
padding-left: 2px;
|
|
10059
|
-
}
|
|
10060
|
-
.enum-toggle-button[data-v-602e2e26]:hover {
|
|
10433
|
+
.enum-toggle-button[data-v-82e1317a]:hover {
|
|
10061
10434
|
color: var(--scalar-color-1);
|
|
10062
10435
|
}
|
|
10063
|
-
.property-enum-property-names[data-v-602e2e26] {
|
|
10064
|
-
font-size: var(--scalar-font-size-4);
|
|
10065
|
-
color: var(--scalar-color-2);
|
|
10066
|
-
display: inline-block;
|
|
10067
|
-
padding: 0 2px;
|
|
10068
|
-
margin-top: 8px;
|
|
10069
|
-
}
|
|
10070
10436
|
|
|
10071
|
-
.property-default[data-v-
|
|
10437
|
+
.property-default[data-v-cce5af49] {
|
|
10072
10438
|
display: flex;
|
|
10073
10439
|
flex-direction: column;
|
|
10074
10440
|
font-size: var(--scalar-mini);
|
|
10075
10441
|
position: relative;
|
|
10076
10442
|
}
|
|
10077
|
-
.property-default[data-v-
|
|
10443
|
+
.property-default[data-v-cce5af49]:hover:before {
|
|
10078
10444
|
content: '';
|
|
10079
10445
|
position: absolute;
|
|
10080
10446
|
top: 0;
|
|
@@ -10083,15 +10449,15 @@ button.schema-card-title[data-v-77b16bb4]:hover {
|
|
|
10083
10449
|
height: 20px;
|
|
10084
10450
|
border-radius: var(--scalar-radius);
|
|
10085
10451
|
}
|
|
10086
|
-
.property-default:hover .property-default-label span[data-v-
|
|
10452
|
+
.property-default:hover .property-default-label span[data-v-cce5af49] {
|
|
10087
10453
|
color: var(--scalar-color-1);
|
|
10088
10454
|
}
|
|
10089
|
-
.property-default-label span[data-v-
|
|
10455
|
+
.property-default-label span[data-v-cce5af49] {
|
|
10090
10456
|
color: var(--scalar-color-3);
|
|
10091
10457
|
position: relative;
|
|
10092
10458
|
border-bottom: var(--scalar-border-width) dotted currentColor;
|
|
10093
10459
|
}
|
|
10094
|
-
.property-default-value[data-v-
|
|
10460
|
+
.property-default-value[data-v-cce5af49] {
|
|
10095
10461
|
font-family: var(--scalar-font-code);
|
|
10096
10462
|
display: flex;
|
|
10097
10463
|
gap: 8px;
|
|
@@ -10099,24 +10465,24 @@ button.schema-card-title[data-v-77b16bb4]:hover {
|
|
|
10099
10465
|
width: 100%;
|
|
10100
10466
|
padding: 6px;
|
|
10101
10467
|
}
|
|
10102
|
-
.property-default-value span[data-v-
|
|
10468
|
+
.property-default-value span[data-v-cce5af49] {
|
|
10103
10469
|
display: block;
|
|
10104
10470
|
overflow: hidden;
|
|
10105
10471
|
text-overflow: ellipsis;
|
|
10106
10472
|
white-space: nowrap;
|
|
10107
10473
|
}
|
|
10108
|
-
.property-default-value[data-v-
|
|
10474
|
+
.property-default-value[data-v-cce5af49] svg {
|
|
10109
10475
|
color: var(--scalar-color-3);
|
|
10110
10476
|
}
|
|
10111
|
-
.property-default-value[data-v-
|
|
10477
|
+
.property-default-value[data-v-cce5af49]:hover svg {
|
|
10112
10478
|
color: var(--scalar-color-1);
|
|
10113
10479
|
}
|
|
10114
|
-
.property-default-value[data-v-
|
|
10480
|
+
.property-default-value[data-v-cce5af49] {
|
|
10115
10481
|
background: var(--scalar-background-2);
|
|
10116
10482
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10117
10483
|
border-radius: var(--scalar-radius);
|
|
10118
10484
|
}
|
|
10119
|
-
.property-default-value-list[data-v-
|
|
10485
|
+
.property-default-value-list[data-v-cce5af49] {
|
|
10120
10486
|
position: absolute;
|
|
10121
10487
|
top: 18px;
|
|
10122
10488
|
left: 50%;
|
|
@@ -10134,8 +10500,7 @@ button.schema-card-title[data-v-77b16bb4]:hover {
|
|
|
10134
10500
|
display: none;
|
|
10135
10501
|
z-index: 2;
|
|
10136
10502
|
}
|
|
10137
|
-
.property-default:hover .property-default-value-list[data-v-
|
|
10138
|
-
.property-default:focus-within .property-default-value-list[data-v-cc878a44] {
|
|
10503
|
+
.property-default:hover .property-default-value-list[data-v-cce5af49] {
|
|
10139
10504
|
display: flex;
|
|
10140
10505
|
}
|
|
10141
10506
|
|
|
@@ -10172,13 +10537,13 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10172
10537
|
border-radius: var(--scalar-radius);
|
|
10173
10538
|
}
|
|
10174
10539
|
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
10175
|
-
.property-example[data-v-
|
|
10540
|
+
.property-example[data-v-a56ac107] {
|
|
10176
10541
|
font-size: var(--scalar-mini);
|
|
10177
10542
|
flex-direction: column;
|
|
10178
10543
|
display: flex;
|
|
10179
10544
|
position: relative;
|
|
10180
10545
|
}
|
|
10181
|
-
.property-example[data-v-
|
|
10546
|
+
.property-example[data-v-a56ac107]:hover:before {
|
|
10182
10547
|
content: "";
|
|
10183
10548
|
border-radius: var(--scalar-radius);
|
|
10184
10549
|
width: 100%;
|
|
@@ -10187,7 +10552,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10187
10552
|
top: 0;
|
|
10188
10553
|
left: 0;
|
|
10189
10554
|
}
|
|
10190
|
-
.property-example-value[data-v-
|
|
10555
|
+
.property-example-value[data-v-a56ac107] {
|
|
10191
10556
|
font-family: var(--scalar-font-code);
|
|
10192
10557
|
align-items: center;
|
|
10193
10558
|
gap: 8px;
|
|
@@ -10195,24 +10560,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10195
10560
|
padding: 6px;
|
|
10196
10561
|
display: flex;
|
|
10197
10562
|
}
|
|
10198
|
-
.property-example-value span[data-v-
|
|
10563
|
+
.property-example-value span[data-v-a56ac107] {
|
|
10199
10564
|
text-overflow: ellipsis;
|
|
10200
10565
|
white-space: nowrap;
|
|
10201
10566
|
display: block;
|
|
10202
10567
|
overflow: hidden;
|
|
10203
10568
|
}
|
|
10204
|
-
.property-example-value[data-v-
|
|
10569
|
+
.property-example-value[data-v-a56ac107] svg {
|
|
10205
10570
|
color: var(--scalar-color-3);
|
|
10206
10571
|
}
|
|
10207
|
-
.property-example-value[data-v-
|
|
10572
|
+
.property-example-value[data-v-a56ac107]:hover svg {
|
|
10208
10573
|
color: var(--scalar-color-1);
|
|
10209
10574
|
}
|
|
10210
|
-
.property-example-value[data-v-
|
|
10575
|
+
.property-example-value[data-v-a56ac107] {
|
|
10211
10576
|
background: var(--scalar-background-2);
|
|
10212
10577
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10213
10578
|
border-radius: var(--scalar-radius);
|
|
10214
10579
|
}
|
|
10215
|
-
.property-example-value-list[data-v-
|
|
10580
|
+
.property-example-value-list[data-v-a56ac107] {
|
|
10216
10581
|
background-color: var(--scalar-background-1);
|
|
10217
10582
|
box-shadow: var(--scalar-shadow-1);
|
|
10218
10583
|
border-radius: var(--scalar-radius-lg);
|
|
@@ -10230,17 +10595,17 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10230
10595
|
overflow: auto;
|
|
10231
10596
|
transform: translate3d(-50%, 0, 0);
|
|
10232
10597
|
}
|
|
10233
|
-
.property-example:hover .property-example-value-list[data-v-
|
|
10598
|
+
.property-example:hover .property-example-value-list[data-v-a56ac107] {
|
|
10234
10599
|
display: flex;
|
|
10235
10600
|
}
|
|
10236
10601
|
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
10237
|
-
.property-pattern[data-v-
|
|
10602
|
+
.property-pattern[data-v-34c113d2] {
|
|
10238
10603
|
font-size: var(--scalar-mini);
|
|
10239
10604
|
flex-direction: column;
|
|
10240
10605
|
display: flex;
|
|
10241
10606
|
position: relative;
|
|
10242
10607
|
}
|
|
10243
|
-
.property-pattern[data-v-
|
|
10608
|
+
.property-pattern[data-v-34c113d2]:hover:before {
|
|
10244
10609
|
content: "";
|
|
10245
10610
|
border-radius: var(--scalar-radius);
|
|
10246
10611
|
width: 100%;
|
|
@@ -10249,7 +10614,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10249
10614
|
top: 0;
|
|
10250
10615
|
left: 0;
|
|
10251
10616
|
}
|
|
10252
|
-
.property-pattern-popup[data-v-
|
|
10617
|
+
.property-pattern-popup[data-v-34c113d2] {
|
|
10253
10618
|
background-color: var(--scalar-background-1);
|
|
10254
10619
|
box-shadow: var(--scalar-shadow-1);
|
|
10255
10620
|
border-radius: var(--scalar-radius-lg);
|
|
@@ -10266,10 +10631,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10266
10631
|
overflow-y: auto;
|
|
10267
10632
|
transform: translate3d(-50%, 0, 0);
|
|
10268
10633
|
}
|
|
10269
|
-
.property-pattern:hover .property-pattern-popup[data-v-
|
|
10634
|
+
.property-pattern:hover .property-pattern-popup[data-v-34c113d2], .property-pattern:focus-within .property-pattern-popup[data-v-34c113d2], .property-pattern.is-open .property-pattern-popup[data-v-34c113d2] {
|
|
10270
10635
|
display: flex;
|
|
10271
10636
|
}
|
|
10272
|
-
.property-pattern-value[data-v-
|
|
10637
|
+
.property-pattern-value[data-v-34c113d2] {
|
|
10273
10638
|
font-family: var(--scalar-font-code);
|
|
10274
10639
|
background: var(--scalar-background-2);
|
|
10275
10640
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -10280,7 +10645,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10280
10645
|
padding: 6px;
|
|
10281
10646
|
display: flex;
|
|
10282
10647
|
}
|
|
10283
|
-
.property-pattern-value code[data-v-
|
|
10648
|
+
.property-pattern-value code[data-v-34c113d2] {
|
|
10284
10649
|
font-family: var(--scalar-font-code);
|
|
10285
10650
|
font-size: var(--scalar-font-size-3);
|
|
10286
10651
|
color: var(--scalar-color-2);
|
|
@@ -10291,27 +10656,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10291
10656
|
flex: 1;
|
|
10292
10657
|
}
|
|
10293
10658
|
|
|
10294
|
-
.property-heading[data-v-
|
|
10659
|
+
.property-heading[data-v-b0dec6a3] {
|
|
10295
10660
|
display: flex;
|
|
10296
10661
|
flex-wrap: wrap;
|
|
10297
10662
|
align-items: baseline;
|
|
10298
10663
|
row-gap: 9px;
|
|
10299
10664
|
white-space: nowrap;
|
|
10300
10665
|
}
|
|
10301
|
-
.property-heading[data-v-
|
|
10302
|
-
.property-heading[data-v-
|
|
10666
|
+
.property-heading[data-v-b0dec6a3]:has(+ .children),
|
|
10667
|
+
.property-heading[data-v-b0dec6a3]:has(+ .property-rule) {
|
|
10303
10668
|
margin-bottom: 9px;
|
|
10304
10669
|
}
|
|
10305
|
-
.property-heading[data-v-
|
|
10670
|
+
.property-heading[data-v-b0dec6a3] > * {
|
|
10306
10671
|
margin-right: 9px;
|
|
10307
10672
|
}
|
|
10308
|
-
.property-heading[data-v-
|
|
10309
|
-
margin-right: 0;
|
|
10310
|
-
}
|
|
10311
|
-
.property-heading > .property-detail[data-v-46933849]:not(:last-of-type) {
|
|
10673
|
+
.property-heading[data-v-b0dec6a3]:last-child {
|
|
10312
10674
|
margin-right: 0;
|
|
10313
10675
|
}
|
|
10314
|
-
.property-name[data-v-
|
|
10676
|
+
.property-name[data-v-b0dec6a3] {
|
|
10315
10677
|
max-width: 100%;
|
|
10316
10678
|
font-family: var(--scalar-font-code);
|
|
10317
10679
|
font-weight: var(--scalar-bold);
|
|
@@ -10319,30 +10681,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10319
10681
|
white-space: normal;
|
|
10320
10682
|
overflow-wrap: break-word;
|
|
10321
10683
|
}
|
|
10322
|
-
.property-additional[data-v-
|
|
10684
|
+
.property-additional[data-v-b0dec6a3] {
|
|
10323
10685
|
font-family: var(--scalar-font-code);
|
|
10324
10686
|
}
|
|
10325
|
-
.property-required[data-v-
|
|
10326
|
-
.property-optional[data-v-
|
|
10687
|
+
.property-required[data-v-b0dec6a3],
|
|
10688
|
+
.property-optional[data-v-b0dec6a3] {
|
|
10327
10689
|
color: var(--scalar-color-2);
|
|
10328
10690
|
}
|
|
10329
|
-
.property-required[data-v-
|
|
10691
|
+
.property-required[data-v-b0dec6a3] {
|
|
10330
10692
|
font-size: var(--scalar-mini);
|
|
10331
10693
|
color: var(--scalar-color-orange);
|
|
10332
10694
|
}
|
|
10333
|
-
.property-read-only[data-v-
|
|
10695
|
+
.property-read-only[data-v-b0dec6a3] {
|
|
10334
10696
|
font-size: var(--scalar-mini);
|
|
10335
10697
|
color: var(--scalar-color-blue);
|
|
10336
10698
|
}
|
|
10337
|
-
.property-write-only[data-v-
|
|
10699
|
+
.property-write-only[data-v-b0dec6a3] {
|
|
10338
10700
|
font-size: var(--scalar-mini);
|
|
10339
10701
|
color: var(--scalar-color-green);
|
|
10340
10702
|
}
|
|
10341
|
-
.property-discriminator[data-v-
|
|
10703
|
+
.property-discriminator[data-v-b0dec6a3] {
|
|
10342
10704
|
font-size: var(--scalar-mini);
|
|
10343
10705
|
color: var(--scalar-color-purple);
|
|
10344
10706
|
}
|
|
10345
|
-
.property-detail[data-v-
|
|
10707
|
+
.property-detail[data-v-b0dec6a3] {
|
|
10346
10708
|
font-size: var(--scalar-mini);
|
|
10347
10709
|
color: var(--scalar-color-2);
|
|
10348
10710
|
display: flex;
|
|
@@ -10350,14 +10712,14 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10350
10712
|
|
|
10351
10713
|
min-width: 0;
|
|
10352
10714
|
}
|
|
10353
|
-
.property-const[data-v-
|
|
10715
|
+
.property-const[data-v-b0dec6a3] {
|
|
10354
10716
|
color: var(--scalar-color-1);
|
|
10355
10717
|
}
|
|
10356
|
-
.deprecated[data-v-
|
|
10718
|
+
.deprecated[data-v-b0dec6a3] {
|
|
10357
10719
|
text-decoration: line-through;
|
|
10358
10720
|
}
|
|
10359
10721
|
|
|
10360
|
-
.property[data-v-
|
|
10722
|
+
.property[data-v-454e7aa6] {
|
|
10361
10723
|
color: var(--scalar-color-1);
|
|
10362
10724
|
display: flex;
|
|
10363
10725
|
flex-direction: column;
|
|
@@ -10366,35 +10728,12 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10366
10728
|
position: relative;
|
|
10367
10729
|
}
|
|
10368
10730
|
|
|
10369
|
-
/** Remove top padding for top level schema card */
|
|
10370
|
-
.property.property--level-0[data-v-933ce0d5]:has(
|
|
10371
|
-
> .property-rule
|
|
10372
|
-
> .schema-card
|
|
10373
|
-
> .schema-properties.schema-properties-open
|
|
10374
|
-
> ul
|
|
10375
|
-
> li.property
|
|
10376
|
-
) {
|
|
10377
|
-
padding-top: 0;
|
|
10378
|
-
}
|
|
10379
|
-
.property--compact.property--level-0[data-v-933ce0d5],
|
|
10380
|
-
.property--compact.property--level-1[data-v-933ce0d5] {
|
|
10381
|
-
padding: 10px 0;
|
|
10382
|
-
}
|
|
10383
|
-
.composition-panel .property.property.property.property--level-0[data-v-933ce0d5] {
|
|
10384
|
-
padding: 0px;
|
|
10385
|
-
}
|
|
10386
|
-
.property--compact.property--level-0
|
|
10387
|
-
.composition-panel
|
|
10388
|
-
.property--compact.property--level-1[data-v-933ce0d5] {
|
|
10389
|
-
padding: 8px;
|
|
10390
|
-
}
|
|
10391
|
-
|
|
10392
10731
|
/* if a property doesn't have a heading, remove the top padding */
|
|
10393
|
-
.property[data-v-
|
|
10732
|
+
.property[data-v-454e7aa6]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
10394
10733
|
padding-top: 8px;
|
|
10395
10734
|
padding-bottom: 8px;
|
|
10396
10735
|
}
|
|
10397
|
-
.property--deprecated[data-v-
|
|
10736
|
+
.property--deprecated[data-v-454e7aa6] {
|
|
10398
10737
|
background: repeating-linear-gradient(
|
|
10399
10738
|
-45deg,
|
|
10400
10739
|
var(--scalar-background-2) 0,
|
|
@@ -10404,88 +10743,68 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10404
10743
|
);
|
|
10405
10744
|
background-size: 100%;
|
|
10406
10745
|
}
|
|
10407
|
-
.property--deprecated[data-v-
|
|
10746
|
+
.property--deprecated[data-v-454e7aa6] > * {
|
|
10408
10747
|
opacity: 0.75;
|
|
10409
10748
|
}
|
|
10410
|
-
.property-description[data-v-
|
|
10749
|
+
.property-description[data-v-454e7aa6] {
|
|
10411
10750
|
margin-top: 6px;
|
|
10412
10751
|
line-height: 1.4;
|
|
10413
10752
|
font-size: var(--scalar-small);
|
|
10414
10753
|
}
|
|
10415
|
-
.property-description[data-v-
|
|
10754
|
+
.property-description[data-v-454e7aa6]:has(+ .property-rule) {
|
|
10416
10755
|
margin-bottom: 9px;
|
|
10417
10756
|
}
|
|
10418
|
-
[data-v-
|
|
10757
|
+
[data-v-454e7aa6] .property-description * {
|
|
10419
10758
|
color: var(--scalar-color-2) !important;
|
|
10420
10759
|
}
|
|
10421
|
-
.property[data-v-
|
|
10760
|
+
.property[data-v-454e7aa6]:not(:last-of-type) {
|
|
10422
10761
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10423
10762
|
}
|
|
10424
|
-
.property-description + .children[data-v-
|
|
10425
|
-
.children + .property-rule[data-v-
|
|
10763
|
+
.property-description + .children[data-v-454e7aa6],
|
|
10764
|
+
.children + .property-rule[data-v-454e7aa6] {
|
|
10426
10765
|
margin-top: 9px;
|
|
10427
10766
|
}
|
|
10428
|
-
.children[data-v-
|
|
10767
|
+
.children[data-v-454e7aa6] {
|
|
10429
10768
|
display: flex;
|
|
10430
10769
|
flex-direction: column;
|
|
10431
10770
|
}
|
|
10432
|
-
.children .property--compact.property--level-1[data-v-
|
|
10771
|
+
.children .property--compact.property--level-1[data-v-454e7aa6] {
|
|
10433
10772
|
padding: 12px;
|
|
10434
10773
|
}
|
|
10435
|
-
.property-example-value[data-v-
|
|
10774
|
+
.property-example-value[data-v-454e7aa6] {
|
|
10436
10775
|
all: unset;
|
|
10437
10776
|
font-family: var(--scalar-font-code);
|
|
10438
10777
|
padding: 6px;
|
|
10439
10778
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10440
10779
|
}
|
|
10441
|
-
.property-rule[data-v-
|
|
10780
|
+
.property-rule[data-v-454e7aa6] {
|
|
10442
10781
|
border-radius: var(--scalar-radius-lg);
|
|
10443
10782
|
display: flex;
|
|
10444
10783
|
flex-direction: column;
|
|
10445
10784
|
}
|
|
10446
|
-
.property
|
|
10447
|
-
left: -2rem;
|
|
10448
|
-
}
|
|
10449
|
-
.property-rule[data-v-933ce0d5]
|
|
10450
|
-
|
|
10451
|
-
.composition-panel
|
|
10452
|
-
.schema-card--level-1
|
|
10453
|
-
> .schema-properties.schema-properties-open
|
|
10454
|
-
{
|
|
10455
|
-
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
10456
|
-
}
|
|
10457
|
-
.property-rule[data-v-933ce0d5]
|
|
10458
|
-
.composition-panel > .schema-card > .schema-card-description {
|
|
10459
|
-
padding: 10px;
|
|
10460
|
-
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10461
|
-
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10462
|
-
& + .schema-properties {
|
|
10463
|
-
margin-top: 0;
|
|
10464
|
-
}
|
|
10465
|
-
}
|
|
10466
|
-
.property-example[data-v-933ce0d5] {
|
|
10785
|
+
.property-example[data-v-454e7aa6] {
|
|
10467
10786
|
background: transparent;
|
|
10468
10787
|
border: none;
|
|
10469
10788
|
display: flex;
|
|
10470
10789
|
flex-direction: row;
|
|
10471
10790
|
gap: 8px;
|
|
10472
10791
|
}
|
|
10473
|
-
.property-example-label[data-v-
|
|
10474
|
-
.property-example-value[data-v-
|
|
10792
|
+
.property-example-label[data-v-454e7aa6],
|
|
10793
|
+
.property-example-value[data-v-454e7aa6] {
|
|
10475
10794
|
padding: 3px 0 0 0;
|
|
10476
10795
|
}
|
|
10477
|
-
.property-example-value[data-v-
|
|
10796
|
+
.property-example-value[data-v-454e7aa6] {
|
|
10478
10797
|
background: var(--scalar-background-2);
|
|
10479
10798
|
border-top: 0;
|
|
10480
10799
|
border-radius: var(--scalar-radius);
|
|
10481
10800
|
padding: 3px 4px;
|
|
10482
10801
|
}
|
|
10483
|
-
.property-name[data-v-
|
|
10802
|
+
.property-name[data-v-454e7aa6] {
|
|
10484
10803
|
font-family: var(--scalar-font-code);
|
|
10485
10804
|
font-weight: var(--scalar-semibold);
|
|
10486
10805
|
}
|
|
10487
|
-
.property-name-additional-properties[data-v-
|
|
10488
|
-
.property-name-pattern-properties[data-v-
|
|
10806
|
+
.property-name-additional-properties[data-v-454e7aa6]::before,
|
|
10807
|
+
.property-name-pattern-properties[data-v-454e7aa6]::before {
|
|
10489
10808
|
text-transform: uppercase;
|
|
10490
10809
|
font-size: var(--scalar-micro);
|
|
10491
10810
|
display: inline-block;
|
|
@@ -10496,11 +10815,11 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10496
10815
|
background-color: var(--scalar-background-2);
|
|
10497
10816
|
margin-right: 4px;
|
|
10498
10817
|
}
|
|
10499
|
-
.property-name-pattern-properties[data-v-
|
|
10818
|
+
.property-name-pattern-properties[data-v-454e7aa6]::before {
|
|
10500
10819
|
content: 'regex';
|
|
10501
10820
|
}
|
|
10502
|
-
.property-name-additional-properties[data-v-
|
|
10503
|
-
.property-name-pattern-properties[data-v-
|
|
10821
|
+
.property-name-additional-properties[data-v-454e7aa6],
|
|
10822
|
+
.property-name-pattern-properties[data-v-454e7aa6] {
|
|
10504
10823
|
border: 1px dashed var(--scalar-border-color);
|
|
10505
10824
|
color: var(--scalar-color-accent);
|
|
10506
10825
|
display: inline-block;
|
|
@@ -10508,6 +10827,16 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10508
10827
|
border-radius: var(--scalar-radius);
|
|
10509
10828
|
}
|
|
10510
10829
|
|
|
10830
|
+
/* Style the "icon" */
|
|
10831
|
+
.schema-type-icon[data-v-6db6aa51] {
|
|
10832
|
+
color: var(--scalar-color-1);
|
|
10833
|
+
display: none;
|
|
10834
|
+
}
|
|
10835
|
+
.schema-type[data-v-6db6aa51] {
|
|
10836
|
+
font-family: var(--scalar-font-code);
|
|
10837
|
+
color: var(--scalar-color-1);
|
|
10838
|
+
}
|
|
10839
|
+
|
|
10511
10840
|
.section-wrapper[data-v-ff689b94] {
|
|
10512
10841
|
color: var(--scalar-color-1);
|
|
10513
10842
|
|
|
@@ -10571,51 +10900,77 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10571
10900
|
padding-bottom: 9px;
|
|
10572
10901
|
}
|
|
10573
10902
|
|
|
10574
|
-
.reference-models-anchor[data-v-
|
|
10903
|
+
.reference-models-anchor[data-v-96f8555d] {
|
|
10575
10904
|
display: flex;
|
|
10576
10905
|
align-items: center;
|
|
10577
10906
|
font-size: 20px;
|
|
10578
10907
|
padding-left: 6px;
|
|
10579
10908
|
color: var(--scalar-color-1);
|
|
10580
10909
|
}
|
|
10581
|
-
.reference-models-label[data-v-
|
|
10910
|
+
.reference-models-label[data-v-96f8555d] {
|
|
10582
10911
|
display: block;
|
|
10583
10912
|
font-size: var(--scalar-mini);
|
|
10584
10913
|
}
|
|
10585
10914
|
|
|
10586
10915
|
/* Style the "icon" */
|
|
10587
|
-
.reference-models-label[data-v-
|
|
10916
|
+
.reference-models-label[data-v-96f8555d] em {
|
|
10588
10917
|
font-weight: var(--scalar-bold);
|
|
10589
10918
|
}
|
|
10590
10919
|
|
|
10591
|
-
.collapsible-section[data-v-
|
|
10920
|
+
.collapsible-section[data-v-9d5fc508] {
|
|
10592
10921
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10593
10922
|
position: relative;
|
|
10594
10923
|
}
|
|
10595
|
-
.collapsible-section-header[data-v-
|
|
10924
|
+
.collapsible-section-header[data-v-9d5fc508] {
|
|
10596
10925
|
color: var(--scalar-color-1);
|
|
10926
|
+
/* Span the row so the toggle's overlay below can cover it. The heading text
|
|
10927
|
+
does not move — it is flex-start — and the copy button is positioned
|
|
10928
|
+
against the zero-width space after the text, not against this box. */
|
|
10929
|
+
flex: 1;
|
|
10930
|
+
min-width: 0;
|
|
10931
|
+
}
|
|
10932
|
+
|
|
10933
|
+
/*
|
|
10934
|
+
* Restore the full-row click target the row had when the trigger itself was
|
|
10935
|
+
* the button.
|
|
10936
|
+
*
|
|
10937
|
+
* The toggle now sits inside the Anchor (a button may not contain the Anchor's
|
|
10938
|
+
* copy button) and stays `inline` so the copy-link aligns to the last line of
|
|
10939
|
+
* a wrapped heading — but an inline box spans only its own text, which shrank
|
|
10940
|
+
* the target to the heading and lost the dead-space click on every section, in
|
|
10941
|
+
* both layouts. The overlay stretches the hit area back across the row without
|
|
10942
|
+
* changing that inline flow. The copy button paints later in DOM order, so it
|
|
10943
|
+
* stays clickable above the overlay.
|
|
10944
|
+
*/
|
|
10945
|
+
.collapsible-section-toggle[data-v-9d5fc508]::after {
|
|
10946
|
+
content: '';
|
|
10947
|
+
position: absolute;
|
|
10948
|
+
inset: 0;
|
|
10597
10949
|
}
|
|
10598
|
-
.collapsible-section .collapsible-section-trigger[data-v-
|
|
10950
|
+
.collapsible-section .collapsible-section-trigger[data-v-9d5fc508] {
|
|
10599
10951
|
display: flex;
|
|
10600
10952
|
align-items: center;
|
|
10953
|
+
/* The row is no longer the button (a button may not contain the Anchor's
|
|
10954
|
+
copy button), but the toggle's overlay covers it, so the row is still
|
|
10955
|
+
clickable end to end and still shows the pointer. */
|
|
10601
10956
|
cursor: pointer;
|
|
10602
10957
|
padding: 10px 0;
|
|
10603
10958
|
font-size: var(--scalar-font-size-3);
|
|
10604
10959
|
z-index: 1;
|
|
10605
10960
|
position: relative;
|
|
10606
10961
|
}
|
|
10607
|
-
.collapsible-section-trigger svg[data-v-
|
|
10962
|
+
.collapsible-section-trigger svg[data-v-9d5fc508] {
|
|
10608
10963
|
color: var(--scalar-color-3);
|
|
10609
10964
|
position: absolute;
|
|
10610
10965
|
left: -19px;
|
|
10611
10966
|
}
|
|
10612
|
-
.collapsible-section:hover .collapsible-section-trigger svg[data-v-
|
|
10967
|
+
.collapsible-section:hover .collapsible-section-trigger svg[data-v-9d5fc508] {
|
|
10613
10968
|
color: var(--scalar-color-1);
|
|
10614
10969
|
}
|
|
10615
|
-
.collapsible-section .collapsible-section-trigger[data-v-
|
|
10970
|
+
.collapsible-section .collapsible-section-trigger[data-v-9d5fc508] .anchor-copy {
|
|
10616
10971
|
line-height: 18.5px;
|
|
10617
10972
|
}
|
|
10618
|
-
.collapsible-section-content[data-v-
|
|
10973
|
+
.collapsible-section-content[data-v-9d5fc508] {
|
|
10619
10974
|
padding: 0;
|
|
10620
10975
|
margin: 0;
|
|
10621
10976
|
margin-bottom: 10px;
|
|
@@ -10858,10 +11213,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10858
11213
|
letter-spacing: 0.05em;
|
|
10859
11214
|
}
|
|
10860
11215
|
|
|
10861
|
-
.message[data-v-
|
|
11216
|
+
.message[data-v-7722835a] {
|
|
10862
11217
|
scroll-margin-top: var(--refs-viewport-offset);
|
|
10863
11218
|
}
|
|
10864
|
-
.message-title[data-v-
|
|
11219
|
+
.message-title[data-v-7722835a] {
|
|
10865
11220
|
font-size: var(--scalar-heading-4);
|
|
10866
11221
|
font-weight: var(--scalar-semibold);
|
|
10867
11222
|
color: var(--scalar-color-1);
|
|
@@ -10871,27 +11226,27 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10871
11226
|
* Anchor slot so the copy-anchor "#" button (absolutely positioned just past the end of the
|
|
10872
11227
|
* slot content on hover) trails after the last pill instead of overlapping the first one.
|
|
10873
11228
|
*/
|
|
10874
|
-
.message-heading[data-v-
|
|
11229
|
+
.message-heading[data-v-7722835a] {
|
|
10875
11230
|
display: inline-flex;
|
|
10876
11231
|
flex-wrap: wrap;
|
|
10877
11232
|
align-items: center;
|
|
10878
11233
|
gap: 8px;
|
|
10879
11234
|
}
|
|
10880
11235
|
/* Pad the expanded body so the description and schemas don't sit flush against the border. */
|
|
10881
|
-
.message-accordion[data-v-
|
|
11236
|
+
.message-accordion[data-v-7722835a] .section-accordion-content-card {
|
|
10882
11237
|
padding: 12px;
|
|
10883
11238
|
}
|
|
10884
|
-
.message-description[data-v-
|
|
11239
|
+
.message-description[data-v-7722835a] {
|
|
10885
11240
|
padding-bottom: 4px;
|
|
10886
11241
|
text-align: left;
|
|
10887
11242
|
}
|
|
10888
|
-
.message-schema[data-v-
|
|
11243
|
+
.message-schema[data-v-7722835a] {
|
|
10889
11244
|
margin-top: 12px;
|
|
10890
11245
|
}
|
|
10891
|
-
.message-schema[data-v-
|
|
11246
|
+
.message-schema[data-v-7722835a]:first-child {
|
|
10892
11247
|
margin-top: 0;
|
|
10893
11248
|
}
|
|
10894
|
-
.message-schema-title[data-v-
|
|
11249
|
+
.message-schema-title[data-v-7722835a] {
|
|
10895
11250
|
font-size: var(--scalar-font-size-2);
|
|
10896
11251
|
font-weight: var(--scalar-semibold);
|
|
10897
11252
|
color: var(--scalar-color-1);
|
|
@@ -10899,6 +11254,19 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10899
11254
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10900
11255
|
margin-bottom: 8px;
|
|
10901
11256
|
}
|
|
11257
|
+
.message-layout[data-v-7722835a] {
|
|
11258
|
+
display: grid;
|
|
11259
|
+
gap: 16px;
|
|
11260
|
+
}
|
|
11261
|
+
/* Keep examples beside the schema when the reference has room, including embedded layouts. */
|
|
11262
|
+
@container narrow-references-container (min-width: 900px) {
|
|
11263
|
+
.message-layout[data-v-7722835a]:has(> .message-details):has(> .message-examples) {
|
|
11264
|
+
display: grid;
|
|
11265
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
|
11266
|
+
align-items: start;
|
|
11267
|
+
gap: 24px;
|
|
11268
|
+
}
|
|
11269
|
+
}
|
|
10902
11270
|
|
|
10903
11271
|
.operation[data-v-a929e624] {
|
|
10904
11272
|
margin-top: 32px;
|
|
@@ -10943,87 +11311,16 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10943
11311
|
margin-top: 12px;
|
|
10944
11312
|
}
|
|
10945
11313
|
|
|
10946
|
-
.
|
|
10947
|
-
z-index: 0;
|
|
10948
|
-
margin-top: 12px;
|
|
10949
|
-
margin-bottom: 6px;
|
|
10950
|
-
position: relative;
|
|
10951
|
-
font-size: var(--scalar-font-size-4);
|
|
10952
|
-
color: var(--scalar-color-1);
|
|
10953
|
-
|
|
10954
|
-
align-self: flex-start;
|
|
10955
|
-
}
|
|
10956
|
-
.headers-card.headers-card--open[data-v-9ba640f2] {
|
|
10957
|
-
align-self: initial;
|
|
10958
|
-
}
|
|
10959
|
-
.headers-card-title[data-v-9ba640f2] {
|
|
10960
|
-
padding: 6px 10px;
|
|
10961
|
-
|
|
10962
|
-
display: flex;
|
|
10963
|
-
align-items: center;
|
|
10964
|
-
gap: 4px;
|
|
10965
|
-
|
|
10966
|
-
color: var(--scalar-color-3);
|
|
10967
|
-
font-weight: var(--scalar-semibold);
|
|
10968
|
-
font-size: var(--scalar-micro);
|
|
10969
|
-
|
|
10970
|
-
border-radius: 13.5px;
|
|
10971
|
-
}
|
|
10972
|
-
button.headers-card-title[data-v-9ba640f2] {
|
|
10973
|
-
cursor: pointer;
|
|
10974
|
-
}
|
|
10975
|
-
button.headers-card-title[data-v-9ba640f2]:hover {
|
|
10976
|
-
color: var(--scalar-color-1);
|
|
10977
|
-
}
|
|
10978
|
-
.headers-card-title-icon--open[data-v-9ba640f2] {
|
|
10979
|
-
transform: rotate(45deg);
|
|
10980
|
-
}
|
|
10981
|
-
.headers-properties[data-v-9ba640f2] {
|
|
10982
|
-
display: flex;
|
|
10983
|
-
flex-direction: column;
|
|
10984
|
-
|
|
10985
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10986
|
-
|
|
10987
|
-
border-radius: 13.5px;
|
|
10988
|
-
width: fit-content;
|
|
10989
|
-
}
|
|
10990
|
-
.headers-properties-open > .headers-card-title[data-v-9ba640f2] {
|
|
10991
|
-
border-bottom-left-radius: 0;
|
|
10992
|
-
border-bottom-right-radius: 0;
|
|
10993
|
-
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10994
|
-
}
|
|
10995
|
-
.headers-properties-open[data-v-9ba640f2] {
|
|
10996
|
-
border-radius: var(--scalar-radius-lg);
|
|
10997
|
-
width: 100%;
|
|
10998
|
-
}
|
|
10999
|
-
.headers-card .property[data-v-9ba640f2]:last-of-type {
|
|
11000
|
-
padding-bottom: 10px;
|
|
11001
|
-
}
|
|
11002
|
-
.headers-card-title > .headers-card-title-icon[data-v-9ba640f2] {
|
|
11003
|
-
width: 14px;
|
|
11004
|
-
height: 14px;
|
|
11005
|
-
margin: 0;
|
|
11006
|
-
}
|
|
11007
|
-
.headers-card-title > .headers-card-title-icon--open[data-v-9ba640f2] {
|
|
11008
|
-
transform: rotate(45deg);
|
|
11009
|
-
}
|
|
11010
|
-
|
|
11011
|
-
.parameter-item[data-v-ce052837] {
|
|
11314
|
+
.parameter-item[data-v-686e5d4a] {
|
|
11012
11315
|
display: flex;
|
|
11013
11316
|
flex-direction: column;
|
|
11014
11317
|
position: relative;
|
|
11015
11318
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11016
11319
|
}
|
|
11017
|
-
.parameter-item
|
|
11018
|
-
padding-bottom: 0;
|
|
11019
|
-
}
|
|
11020
|
-
.parameter-item-container[data-v-ce052837] {
|
|
11320
|
+
.parameter-item-container[data-v-686e5d4a] {
|
|
11021
11321
|
padding: 0;
|
|
11022
11322
|
}
|
|
11023
|
-
.parameter-item-
|
|
11024
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11025
|
-
}
|
|
11026
|
-
.parameter-item-name[data-v-ce052837] {
|
|
11323
|
+
.parameter-item-name[data-v-686e5d4a] {
|
|
11027
11324
|
position: relative;
|
|
11028
11325
|
font-weight: var(--scalar-bold);
|
|
11029
11326
|
font-size: var(--scalar-font-size-4);
|
|
@@ -11031,76 +11328,43 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11031
11328
|
color: var(--scalar-color-1);
|
|
11032
11329
|
overflow-wrap: break-word;
|
|
11033
11330
|
}
|
|
11034
|
-
.parameter-item-description[data-v-
|
|
11035
|
-
.parameter-item-description-summary[data-v-
|
|
11331
|
+
.parameter-item-description[data-v-686e5d4a],
|
|
11332
|
+
.parameter-item-description-summary[data-v-686e5d4a] {
|
|
11036
11333
|
font-size: var(--scalar-mini);
|
|
11037
11334
|
color: var(--scalar-color-2);
|
|
11038
11335
|
}
|
|
11039
|
-
.parameter-item-description-summary.parameter-item-description-summary[data-v-
|
|
11336
|
+
.parameter-item-description-summary.parameter-item-description-summary[data-v-686e5d4a] > * {
|
|
11040
11337
|
--markdown-line-height: var(--scalar-line-height-5);
|
|
11041
11338
|
}
|
|
11042
11339
|
|
|
11043
11340
|
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
11044
11341
|
.parameter-item-trigger
|
|
11045
|
-
~ .parameter-item-container[data-v-
|
|
11342
|
+
~ .parameter-item-container[data-v-686e5d4a]
|
|
11046
11343
|
.property--level-0 > .property-heading .property-detail-value {
|
|
11047
11344
|
font-size: var(--scalar-micro);
|
|
11048
11345
|
}
|
|
11049
|
-
.parameter-item-
|
|
11050
|
-
color: var(--scalar-color-2);
|
|
11051
|
-
font-weight: var(--scalar-semibold);
|
|
11052
|
-
margin-right: 6px;
|
|
11053
|
-
position: relative;
|
|
11054
|
-
}
|
|
11055
|
-
.parameter-item--required[data-v-ce052837] {
|
|
11056
|
-
text-transform: uppercase;
|
|
11057
|
-
font-size: var(--scalar-micro);
|
|
11058
|
-
font-weight: var(--scalar-semibold);
|
|
11059
|
-
color: var(--scalar-color-orange);
|
|
11060
|
-
}
|
|
11061
|
-
.parameter-item-description[data-v-ce052837] {
|
|
11346
|
+
.parameter-item-description[data-v-686e5d4a] {
|
|
11062
11347
|
margin-top: 6px;
|
|
11063
11348
|
font-size: var(--scalar-small);
|
|
11064
11349
|
color: var(--scalar-color-2);
|
|
11065
11350
|
line-height: 1.4;
|
|
11066
11351
|
}
|
|
11067
|
-
.parameter-item-description[data-v-
|
|
11352
|
+
.parameter-item-description[data-v-686e5d4a] p {
|
|
11068
11353
|
margin-top: 4px;
|
|
11069
11354
|
font-size: var(--scalar-small);
|
|
11070
11355
|
color: var(--scalar-color-2);
|
|
11071
11356
|
}
|
|
11072
|
-
.parameter-
|
|
11073
|
-
padding-bottom: 9px;
|
|
11074
|
-
margin-top: 3px;
|
|
11075
|
-
}
|
|
11076
|
-
.parameter-item-trigger[data-v-ce052837] {
|
|
11357
|
+
.parameter-item-trigger[data-v-686e5d4a] {
|
|
11077
11358
|
display: flex;
|
|
11078
11359
|
align-items: baseline;
|
|
11079
11360
|
line-height: var(--scalar-line-height-5);
|
|
11080
11361
|
gap: 6px;
|
|
11081
11362
|
flex-wrap: wrap;
|
|
11082
11363
|
padding: 10px 0;
|
|
11083
|
-
outline: none;
|
|
11084
11364
|
}
|
|
11085
|
-
.parameter-item-trigger-open[data-v-
|
|
11365
|
+
.parameter-item-trigger-open[data-v-686e5d4a] {
|
|
11086
11366
|
padding-bottom: 0;
|
|
11087
11367
|
}
|
|
11088
|
-
.parameter-item-icon[data-v-ce052837] {
|
|
11089
|
-
color: var(--scalar-color-3);
|
|
11090
|
-
left: -19px;
|
|
11091
|
-
top: 0.5lh;
|
|
11092
|
-
translate: 0 -50%;
|
|
11093
|
-
position: absolute;
|
|
11094
|
-
}
|
|
11095
|
-
.parameter-item-trigger:hover .parameter-item-icon[data-v-ce052837],
|
|
11096
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ce052837] {
|
|
11097
|
-
color: var(--scalar-color-1);
|
|
11098
|
-
}
|
|
11099
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ce052837] {
|
|
11100
|
-
outline: 1px solid var(--scalar-color-accent);
|
|
11101
|
-
outline-offset: 2px;
|
|
11102
|
-
border-radius: var(--scalar-radius);
|
|
11103
|
-
}
|
|
11104
11368
|
|
|
11105
11369
|
.channel-section[data-v-c60febe5] {
|
|
11106
11370
|
margin-bottom: 48px;
|
|
@@ -11123,7 +11387,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11123
11387
|
text-decoration: line-through;
|
|
11124
11388
|
}
|
|
11125
11389
|
|
|
11126
|
-
.empty-state[data-v-
|
|
11390
|
+
.empty-state[data-v-2e85da96] {
|
|
11127
11391
|
margin: 10px 0 10px 12px;
|
|
11128
11392
|
text-align: center;
|
|
11129
11393
|
font-size: var(--scalar-mini);
|
|
@@ -11134,18 +11398,18 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11134
11398
|
border-radius: var(--scalar-radius-lg);
|
|
11135
11399
|
color: var(--scalar-color-2);
|
|
11136
11400
|
}
|
|
11137
|
-
.rule-title[data-v-
|
|
11401
|
+
.rule-title[data-v-2e85da96] {
|
|
11138
11402
|
font-family: var(--scalar-font-code);
|
|
11139
11403
|
color: var(--scalar-color-1);
|
|
11140
11404
|
display: inline-block;
|
|
11141
11405
|
margin: 12px 0 6px;
|
|
11142
11406
|
border-radius: var(--scalar-radius);
|
|
11143
11407
|
}
|
|
11144
|
-
.rule[data-v-
|
|
11408
|
+
.rule[data-v-2e85da96] {
|
|
11145
11409
|
margin: 0 12px 0;
|
|
11146
11410
|
border-radius: var(--scalar-radius-lg);
|
|
11147
11411
|
}
|
|
11148
|
-
.rule-items[data-v-
|
|
11412
|
+
.rule-items[data-v-2e85da96] {
|
|
11149
11413
|
counter-reset: list-number;
|
|
11150
11414
|
display: flex;
|
|
11151
11415
|
flex-direction: column;
|
|
@@ -11153,14 +11417,14 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11153
11417
|
border-left: 1px solid var(--scalar-border-color);
|
|
11154
11418
|
padding: 12px 0 12px;
|
|
11155
11419
|
}
|
|
11156
|
-
.rule-item[data-v-
|
|
11420
|
+
.rule-item[data-v-2e85da96] {
|
|
11157
11421
|
counter-increment: list-number;
|
|
11158
11422
|
border: 1px solid var(--scalar-border-color);
|
|
11159
11423
|
border-radius: var(--scalar-radius-lg);
|
|
11160
11424
|
overflow: hidden;
|
|
11161
11425
|
margin-left: 24px;
|
|
11162
11426
|
}
|
|
11163
|
-
.rule-item[data-v-
|
|
11427
|
+
.rule-item[data-v-2e85da96]:before {
|
|
11164
11428
|
/* content: counter(list-number); */
|
|
11165
11429
|
border: 1px solid var(--scalar-border-color);
|
|
11166
11430
|
border-top: 0;
|
|
@@ -11244,10 +11508,10 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11244
11508
|
padding: 0;
|
|
11245
11509
|
}
|
|
11246
11510
|
|
|
11247
|
-
.response-card[data-v-
|
|
11511
|
+
.response-card[data-v-9c41123c] {
|
|
11248
11512
|
font-size: var(--scalar-font-size-3);
|
|
11249
11513
|
}
|
|
11250
|
-
.code-copy[data-v-
|
|
11514
|
+
.code-copy[data-v-9c41123c] {
|
|
11251
11515
|
display: flex;
|
|
11252
11516
|
align-items: center;
|
|
11253
11517
|
justify-content: center;
|
|
@@ -11261,14 +11525,14 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11261
11525
|
padding: 0;
|
|
11262
11526
|
margin-right: 12px;
|
|
11263
11527
|
}
|
|
11264
|
-
.code-copy[data-v-
|
|
11528
|
+
.code-copy[data-v-9c41123c]:hover {
|
|
11265
11529
|
color: var(--scalar-color-1);
|
|
11266
11530
|
}
|
|
11267
|
-
.code-copy svg[data-v-
|
|
11531
|
+
.code-copy svg[data-v-9c41123c] {
|
|
11268
11532
|
width: 13px;
|
|
11269
11533
|
height: 13px;
|
|
11270
11534
|
}
|
|
11271
|
-
.response-card-footer[data-v-
|
|
11535
|
+
.response-card-footer[data-v-9c41123c] {
|
|
11272
11536
|
display: flex;
|
|
11273
11537
|
flex-direction: row-reverse;
|
|
11274
11538
|
flex-wrap: wrap;
|
|
@@ -11277,11 +11541,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11277
11541
|
padding: 7px 12px;
|
|
11278
11542
|
column-gap: 8px;
|
|
11279
11543
|
}
|
|
11280
|
-
.response-example-selector[data-v-
|
|
11544
|
+
.response-example-selector[data-v-9c41123c] {
|
|
11281
11545
|
flex-shrink: 0;
|
|
11282
11546
|
margin: -4px;
|
|
11283
11547
|
}
|
|
11284
|
-
.response-description[data-v-
|
|
11548
|
+
.response-description[data-v-9c41123c] {
|
|
11285
11549
|
font-weight: var(--scalar-semibold);
|
|
11286
11550
|
font-size: var(--scalar-small);
|
|
11287
11551
|
color: var(--scalar-color--1);
|
|
@@ -11290,13 +11554,13 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11290
11554
|
|
|
11291
11555
|
flex-grow: 1;
|
|
11292
11556
|
}
|
|
11293
|
-
.response-description-markdown[data-v-
|
|
11557
|
+
.response-description-markdown[data-v-9c41123c] {
|
|
11294
11558
|
max-height: 3lh;
|
|
11295
11559
|
}
|
|
11296
|
-
.response-description-markdown[data-v-
|
|
11560
|
+
.response-description-markdown[data-v-9c41123c] * {
|
|
11297
11561
|
margin: 0;
|
|
11298
11562
|
}
|
|
11299
|
-
.schema-type[data-v-
|
|
11563
|
+
.schema-type[data-v-9c41123c] {
|
|
11300
11564
|
font-size: var(--scalar-micro);
|
|
11301
11565
|
color: var(--scalar-color-2);
|
|
11302
11566
|
font-weight: var(--scalar-semibold);
|
|
@@ -11305,16 +11569,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11305
11569
|
border-radius: 4px;
|
|
11306
11570
|
margin-right: 4px;
|
|
11307
11571
|
}
|
|
11308
|
-
.schema-example[data-v-
|
|
11572
|
+
.schema-example[data-v-9c41123c] {
|
|
11309
11573
|
font-size: var(--scalar-micro);
|
|
11310
11574
|
color: var(--scalar-color-2);
|
|
11311
11575
|
font-weight: var(--scalar-semibold);
|
|
11312
11576
|
}
|
|
11313
|
-
.example-response-tab[data-v-
|
|
11577
|
+
.example-response-tab[data-v-9c41123c] {
|
|
11314
11578
|
display: block;
|
|
11315
11579
|
margin: 6px;
|
|
11316
11580
|
}
|
|
11317
|
-
.scalar-card-checkbox[data-v-
|
|
11581
|
+
.scalar-card-checkbox[data-v-9c41123c] {
|
|
11318
11582
|
display: flex;
|
|
11319
11583
|
align-items: center;
|
|
11320
11584
|
justify-content: center;
|
|
@@ -11331,20 +11595,20 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11331
11595
|
padding: 7px 6px;
|
|
11332
11596
|
}
|
|
11333
11597
|
.scalar-card-checkbox:has(.scalar-card-checkbox-input:focus-visible)
|
|
11334
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
11598
|
+
.scalar-card-checkbox-checkmark[data-v-9c41123c] {
|
|
11335
11599
|
outline: 1px solid var(--scalar-color-accent);
|
|
11336
11600
|
}
|
|
11337
|
-
.scalar-card-checkbox[data-v-
|
|
11601
|
+
.scalar-card-checkbox[data-v-9c41123c]:hover {
|
|
11338
11602
|
color: var(--scalar-color--1);
|
|
11339
11603
|
}
|
|
11340
|
-
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-
|
|
11604
|
+
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-9c41123c] {
|
|
11341
11605
|
position: absolute;
|
|
11342
11606
|
opacity: 0;
|
|
11343
11607
|
cursor: pointer;
|
|
11344
11608
|
height: 0;
|
|
11345
11609
|
width: 0;
|
|
11346
11610
|
}
|
|
11347
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
11611
|
+
.scalar-card-checkbox-checkmark[data-v-9c41123c] {
|
|
11348
11612
|
height: 16px;
|
|
11349
11613
|
width: 16px;
|
|
11350
11614
|
border-radius: var(--scalar-radius);
|
|
@@ -11352,27 +11616,27 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11352
11616
|
background-color: var(--scalar-background-3);
|
|
11353
11617
|
box-shadow: inset 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
11354
11618
|
}
|
|
11355
|
-
.scalar-card-checkbox[data-v-
|
|
11619
|
+
.scalar-card-checkbox[data-v-9c41123c]:has(.scalar-card-checkbox-input:checked) {
|
|
11356
11620
|
color: var(--scalar-color-1);
|
|
11357
11621
|
font-weight: var(--scalar-semibold);
|
|
11358
11622
|
}
|
|
11359
11623
|
.scalar-card-checkbox
|
|
11360
11624
|
.scalar-card-checkbox-input:checked
|
|
11361
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
11625
|
+
~ .scalar-card-checkbox-checkmark[data-v-9c41123c] {
|
|
11362
11626
|
background-color: var(--scalar-button-1);
|
|
11363
11627
|
box-shadow: none;
|
|
11364
11628
|
}
|
|
11365
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
11629
|
+
.scalar-card-checkbox-checkmark[data-v-9c41123c]:after {
|
|
11366
11630
|
content: '';
|
|
11367
11631
|
position: absolute;
|
|
11368
11632
|
display: none;
|
|
11369
11633
|
}
|
|
11370
11634
|
.scalar-card-checkbox
|
|
11371
11635
|
.scalar-card-checkbox-input:checked
|
|
11372
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
11636
|
+
~ .scalar-card-checkbox-checkmark[data-v-9c41123c]:after {
|
|
11373
11637
|
display: block;
|
|
11374
11638
|
}
|
|
11375
|
-
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-
|
|
11639
|
+
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-9c41123c]:after {
|
|
11376
11640
|
right: 11.5px;
|
|
11377
11641
|
top: 12.5px;
|
|
11378
11642
|
width: 5px;
|
|
@@ -11382,10 +11646,10 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11382
11646
|
transform: rotate(45deg);
|
|
11383
11647
|
}
|
|
11384
11648
|
|
|
11385
|
-
.request-body[data-v-
|
|
11649
|
+
.request-body[data-v-43ddb7c5] {
|
|
11386
11650
|
margin-top: 24px;
|
|
11387
11651
|
}
|
|
11388
|
-
.request-body-header[data-v-
|
|
11652
|
+
.request-body-header[data-v-43ddb7c5] {
|
|
11389
11653
|
display: flex;
|
|
11390
11654
|
align-items: center;
|
|
11391
11655
|
justify-content: space-between;
|
|
@@ -11393,7 +11657,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11393
11657
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11394
11658
|
flex-flow: wrap;
|
|
11395
11659
|
}
|
|
11396
|
-
.request-body-title[data-v-
|
|
11660
|
+
.request-body-title[data-v-43ddb7c5] {
|
|
11397
11661
|
display: flex;
|
|
11398
11662
|
align-items: center;
|
|
11399
11663
|
gap: 8px;
|
|
@@ -11401,7 +11665,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11401
11665
|
font-weight: var(--scalar-semibold);
|
|
11402
11666
|
color: var(--scalar-color-1);
|
|
11403
11667
|
}
|
|
11404
|
-
.request-body-required[data-v-
|
|
11668
|
+
.request-body-required[data-v-43ddb7c5] {
|
|
11405
11669
|
font-size: var(--scalar-micro);
|
|
11406
11670
|
color: var(--scalar-color-orange);
|
|
11407
11671
|
font-weight: normal;
|
|
@@ -11410,79 +11674,24 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11410
11674
|
padding: 2px 8px;
|
|
11411
11675
|
height: 20px;
|
|
11412
11676
|
}
|
|
11413
|
-
.request-body-description[data-v-
|
|
11677
|
+
.request-body-description[data-v-43ddb7c5] {
|
|
11414
11678
|
margin-top: 6px;
|
|
11415
11679
|
font-size: var(--scalar-small);
|
|
11416
11680
|
width: 100%;
|
|
11417
11681
|
}
|
|
11418
11682
|
.request-body-header
|
|
11419
|
-
+ .request-body-schema[data-v-
|
|
11683
|
+
+ .request-body-schema[data-v-43ddb7c5]:has(> .schema-card > .schema-card-description),
|
|
11420
11684
|
.request-body-header
|
|
11421
|
-
+ .request-body-schema[data-v-
|
|
11685
|
+
+ .request-body-schema[data-v-43ddb7c5]:has(
|
|
11422
11686
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
11423
11687
|
) {
|
|
11424
11688
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
11425
11689
|
padding-top: 8px;
|
|
11426
11690
|
}
|
|
11427
|
-
.request-body-description[data-v-
|
|
11691
|
+
.request-body-description[data-v-43ddb7c5] .markdown * {
|
|
11428
11692
|
color: var(--scalar-color-2) !important;
|
|
11429
11693
|
}
|
|
11430
11694
|
|
|
11431
|
-
.callback-sticky-offset[data-v-474e6fa6] {
|
|
11432
|
-
top: var(--refs-viewport-offset, 0px);
|
|
11433
|
-
z-index: 1;
|
|
11434
|
-
}
|
|
11435
|
-
.callback-operation-container[data-v-474e6fa6] .request-body,
|
|
11436
|
-
.callback-operation-container[data-v-474e6fa6] .request-body-description,
|
|
11437
|
-
.callback-operation-container[data-v-474e6fa6] .request-body-header {
|
|
11438
|
-
margin-top: 0;
|
|
11439
|
-
}
|
|
11440
|
-
.callback-operation-container[data-v-474e6fa6] .request-body-header {
|
|
11441
|
-
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
11442
|
-
padding: 10px;
|
|
11443
|
-
border-bottom: none;
|
|
11444
|
-
border: 0.5px solid var(--scalar-border-color);
|
|
11445
|
-
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
11446
|
-
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
11447
|
-
}
|
|
11448
|
-
.callback-operation-container[data-v-474e6fa6]
|
|
11449
|
-
.request-body-schema > .schema-card > .schema-card-description {
|
|
11450
|
-
padding-inline: 8px;
|
|
11451
|
-
}
|
|
11452
|
-
.callback-operation-container[data-v-474e6fa6] ul li.property.property--level-1 {
|
|
11453
|
-
padding: 10px;
|
|
11454
|
-
}
|
|
11455
|
-
.callback-operation-container[data-v-474e6fa6] .request-body-schema {
|
|
11456
|
-
background-color: var(--scalar-background-1);
|
|
11457
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11458
|
-
border-top: none;
|
|
11459
|
-
overflow: hidden;
|
|
11460
|
-
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
11461
|
-
}
|
|
11462
|
-
.callback-operation-container[data-v-474e6fa6] .parameter-list {
|
|
11463
|
-
margin-top: 0;
|
|
11464
|
-
}
|
|
11465
|
-
.callback-operation-container[data-v-474e6fa6] .parameter-list-title {
|
|
11466
|
-
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
11467
|
-
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
11468
|
-
padding: 10px;
|
|
11469
|
-
margin-bottom: 0;
|
|
11470
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11471
|
-
border-bottom: none;
|
|
11472
|
-
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
11473
|
-
}
|
|
11474
|
-
.callback-operation-container[data-v-474e6fa6] .parameter-list-items {
|
|
11475
|
-
/* background: pink; */
|
|
11476
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11477
|
-
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
11478
|
-
}
|
|
11479
|
-
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li:first-of-type {
|
|
11480
|
-
border-top: none;
|
|
11481
|
-
}
|
|
11482
|
-
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li {
|
|
11483
|
-
padding: 0 8px;
|
|
11484
|
-
}
|
|
11485
|
-
|
|
11486
11695
|
.show-api-client-button[data-v-ad72d914] {
|
|
11487
11696
|
appearance: none;
|
|
11488
11697
|
border: none;
|
|
@@ -11518,11 +11727,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11518
11727
|
margin-right: 4px;
|
|
11519
11728
|
}
|
|
11520
11729
|
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
11521
|
-
.operation-title[data-v-
|
|
11730
|
+
.operation-title[data-v-c5ba30c3] {
|
|
11522
11731
|
justify-content: space-between;
|
|
11523
11732
|
display: flex;
|
|
11524
11733
|
}
|
|
11525
|
-
.operation-details[data-v-
|
|
11734
|
+
.operation-details[data-v-c5ba30c3] {
|
|
11526
11735
|
flex-shrink: 1;
|
|
11527
11736
|
align-items: center;
|
|
11528
11737
|
gap: 9px;
|
|
@@ -11530,11 +11739,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11530
11739
|
margin-top: 0;
|
|
11531
11740
|
display: flex;
|
|
11532
11741
|
}
|
|
11533
|
-
.operation-details[data-v-
|
|
11742
|
+
.operation-details[data-v-c5ba30c3] .endpoint-anchor .scalar-button svg {
|
|
11534
11743
|
width: 16px;
|
|
11535
11744
|
height: 16px;
|
|
11536
11745
|
}
|
|
11537
|
-
.endpoint-type[data-v-
|
|
11746
|
+
.endpoint-type[data-v-c5ba30c3] {
|
|
11538
11747
|
z-index: 0;
|
|
11539
11748
|
width: 60px;
|
|
11540
11749
|
font-size: var(--scalar-small);
|
|
@@ -11549,7 +11758,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11549
11758
|
display: flex;
|
|
11550
11759
|
position: relative;
|
|
11551
11760
|
}
|
|
11552
|
-
.endpoint-type[data-v-
|
|
11761
|
+
.endpoint-type[data-v-c5ba30c3]:after {
|
|
11553
11762
|
content: "";
|
|
11554
11763
|
z-index: -1;
|
|
11555
11764
|
opacity: .15;
|
|
@@ -11558,16 +11767,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11558
11767
|
position: absolute;
|
|
11559
11768
|
inset: 0;
|
|
11560
11769
|
}
|
|
11561
|
-
.endpoint-anchor[data-v-
|
|
11770
|
+
.endpoint-anchor[data-v-c5ba30c3] {
|
|
11562
11771
|
flex-shrink: 1;
|
|
11563
11772
|
align-items: center;
|
|
11564
11773
|
min-width: 0;
|
|
11565
11774
|
display: flex;
|
|
11566
11775
|
}
|
|
11567
|
-
.endpoint-anchor.label[data-v-
|
|
11776
|
+
.endpoint-anchor.label[data-v-c5ba30c3] {
|
|
11568
11777
|
display: flex;
|
|
11569
11778
|
}
|
|
11570
|
-
.endpoint-label[data-v-
|
|
11779
|
+
.endpoint-label[data-v-c5ba30c3] {
|
|
11571
11780
|
min-width: 0;
|
|
11572
11781
|
color: var(--scalar-color-1);
|
|
11573
11782
|
flex-shrink: 1;
|
|
@@ -11575,17 +11784,17 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11575
11784
|
gap: 9px;
|
|
11576
11785
|
display: flex;
|
|
11577
11786
|
}
|
|
11578
|
-
.endpoint-label-path[data-v-
|
|
11787
|
+
.endpoint-label-path[data-v-c5ba30c3] {
|
|
11579
11788
|
font-family: var(--scalar-font-code);
|
|
11580
11789
|
font-size: var(--scalar-mini);
|
|
11581
11790
|
text-overflow: ellipsis;
|
|
11582
11791
|
white-space: nowrap;
|
|
11583
11792
|
overflow: hidden;
|
|
11584
11793
|
}
|
|
11585
|
-
.endpoint-label-path[data-v-
|
|
11794
|
+
.endpoint-label-path[data-v-c5ba30c3] em {
|
|
11586
11795
|
color: var(--scalar-color-2);
|
|
11587
11796
|
}
|
|
11588
|
-
.endpoint-label-name[data-v-
|
|
11797
|
+
.endpoint-label-name[data-v-c5ba30c3] {
|
|
11589
11798
|
color: var(--scalar-color-2);
|
|
11590
11799
|
font-size: var(--scalar-small);
|
|
11591
11800
|
text-overflow: ellipsis;
|
|
@@ -11593,17 +11802,17 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11593
11802
|
flex-shrink: 1000000000;
|
|
11594
11803
|
overflow: hidden;
|
|
11595
11804
|
}
|
|
11596
|
-
.endpoint-try-hint[data-v-
|
|
11805
|
+
.endpoint-try-hint[data-v-c5ba30c3] {
|
|
11597
11806
|
flex-shrink: 0;
|
|
11598
11807
|
padding: 2px;
|
|
11599
11808
|
}
|
|
11600
|
-
.endpoint-copy[data-v-
|
|
11809
|
+
.endpoint-copy[data-v-c5ba30c3] {
|
|
11601
11810
|
color: currentColor;
|
|
11602
11811
|
}
|
|
11603
|
-
.endpoint-copy[data-v-
|
|
11812
|
+
.endpoint-copy[data-v-c5ba30c3] svg {
|
|
11604
11813
|
stroke-width: 2px;
|
|
11605
11814
|
}
|
|
11606
|
-
.endpoint-content[data-v-
|
|
11815
|
+
.endpoint-content[data-v-c5ba30c3] {
|
|
11607
11816
|
grid-auto-columns: 1fr;
|
|
11608
11817
|
grid-auto-flow: row;
|
|
11609
11818
|
gap: 9px;
|
|
@@ -11611,52 +11820,62 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11611
11820
|
display: grid;
|
|
11612
11821
|
}
|
|
11613
11822
|
@media (min-width: 1000px) {
|
|
11614
|
-
.endpoint-content[data-v-
|
|
11823
|
+
.endpoint-content[data-v-c5ba30c3] {
|
|
11615
11824
|
grid-auto-flow: column;
|
|
11616
11825
|
}
|
|
11617
11826
|
}
|
|
11618
11827
|
@container (max-width: 900px) {
|
|
11619
|
-
.endpoint-content[data-v-
|
|
11828
|
+
.endpoint-content[data-v-c5ba30c3] {
|
|
11620
11829
|
grid-template-columns: 1fr;
|
|
11621
11830
|
}
|
|
11622
11831
|
}
|
|
11623
|
-
.endpoint-content[data-v-
|
|
11832
|
+
.endpoint-content[data-v-c5ba30c3] > * {
|
|
11624
11833
|
min-width: 0;
|
|
11625
11834
|
}
|
|
11626
|
-
.
|
|
11835
|
+
.endpoint-content[data-v-c5ba30c3]:has(.property--tree, .parameter-item--tree, .callback-list-item--tree) {
|
|
11836
|
+
padding-inline-start: calc(var(--schema-gutter, 16px) + var(--schema-glyph-half, 9px) + 6px);
|
|
11837
|
+
}
|
|
11838
|
+
:is(.operation-details-card-item[data-v-c5ba30c3] .request-body-schema:has(.property--tree), .operation-details-card-item[data-v-c5ba30c3] .callbacks-list:has(.callback-list-item--tree)) {
|
|
11839
|
+
padding-inline-start: calc(var(--schema-gutter, 16px) + var(--schema-glyph-half, 9px) + 6px);
|
|
11840
|
+
padding-inline-end: 9px;
|
|
11841
|
+
}
|
|
11842
|
+
.endpoint-content[data-v-c5ba30c3] .copy-link-trailing {
|
|
11843
|
+
display: none;
|
|
11844
|
+
}
|
|
11845
|
+
.operation-details-card[data-v-c5ba30c3] {
|
|
11627
11846
|
flex-direction: column;
|
|
11628
11847
|
gap: 12px;
|
|
11629
11848
|
min-width: 0;
|
|
11630
11849
|
display: flex;
|
|
11631
11850
|
}
|
|
11632
|
-
:is(.operation-details-card-item[data-v-
|
|
11851
|
+
:is(.operation-details-card-item[data-v-c5ba30c3] .parameter-list, .operation-details-card-item[data-v-c5ba30c3] .callbacks-list) {
|
|
11633
11852
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11634
11853
|
border-radius: var(--scalar-radius-lg);
|
|
11635
11854
|
margin-top: 0;
|
|
11636
11855
|
}
|
|
11637
|
-
.operation-details-card-item[data-v-
|
|
11856
|
+
.operation-details-card-item[data-v-c5ba30c3] {
|
|
11638
11857
|
flex-direction: column;
|
|
11639
11858
|
gap: 12px;
|
|
11640
11859
|
display: flex;
|
|
11641
11860
|
}
|
|
11642
|
-
.operation-details-card-item[data-v-
|
|
11861
|
+
.operation-details-card-item[data-v-c5ba30c3] .parameter-list-items {
|
|
11643
11862
|
margin-bottom: 0;
|
|
11644
11863
|
}
|
|
11645
|
-
.operation-details-card[data-v-
|
|
11864
|
+
.operation-details-card[data-v-c5ba30c3] .parameter-item:last-of-type .parameter-schema {
|
|
11646
11865
|
padding-bottom: 12px;
|
|
11647
11866
|
}
|
|
11648
|
-
.operation-details-card[data-v-
|
|
11867
|
+
.operation-details-card[data-v-c5ba30c3] .parameter-list .parameter-list {
|
|
11649
11868
|
margin-bottom: 12px;
|
|
11650
11869
|
}
|
|
11651
|
-
.operation-details-card[data-v-
|
|
11870
|
+
.operation-details-card[data-v-c5ba30c3] .parameter-item {
|
|
11652
11871
|
margin: 0;
|
|
11653
11872
|
padding: 0;
|
|
11654
11873
|
}
|
|
11655
|
-
.operation-details-card[data-v-
|
|
11874
|
+
.operation-details-card[data-v-c5ba30c3] .property {
|
|
11656
11875
|
margin: 0;
|
|
11657
11876
|
padding: 9px;
|
|
11658
11877
|
}
|
|
11659
|
-
:is(.operation-details-card[data-v-
|
|
11878
|
+
:is(.operation-details-card[data-v-c5ba30c3] .parameter-list-title, .operation-details-card[data-v-c5ba30c3] .request-body-title, .operation-details-card[data-v-c5ba30c3] .callbacks-title) {
|
|
11660
11879
|
text-transform: uppercase;
|
|
11661
11880
|
font-weight: var(--scalar-bold);
|
|
11662
11881
|
font-size: var(--scalar-mini);
|
|
@@ -11665,61 +11884,43 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11665
11884
|
padding: 9px;
|
|
11666
11885
|
line-height: 1.33;
|
|
11667
11886
|
}
|
|
11668
|
-
.operation-details-card[data-v-
|
|
11669
|
-
padding-left: 28px;
|
|
11670
|
-
padding-right: 12px;
|
|
11671
|
-
}
|
|
11672
|
-
.operation-details-card[data-v-d70f7395] .callback-list-item-icon {
|
|
11673
|
-
left: 6px;
|
|
11674
|
-
}
|
|
11675
|
-
.operation-details-card[data-v-d70f7395] .callback-operation-container {
|
|
11676
|
-
padding-inline: 9px;
|
|
11677
|
-
padding-bottom: 9px;
|
|
11678
|
-
}
|
|
11679
|
-
:is(.operation-details-card[data-v-d70f7395] .callback-operation-container > .request-body, .operation-details-card[data-v-d70f7395] .callback-operation-container > .parameter-list) {
|
|
11680
|
-
border: none;
|
|
11681
|
-
}
|
|
11682
|
-
.operation-details-card[data-v-d70f7395] .callback-operation-container > .request-body > .request-body-header {
|
|
11683
|
-
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11684
|
-
padding: 0 0 9px;
|
|
11685
|
-
}
|
|
11686
|
-
.operation-details-card[data-v-d70f7395] .request-body-description {
|
|
11887
|
+
.operation-details-card[data-v-c5ba30c3] .request-body-description {
|
|
11687
11888
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11688
11889
|
margin-top: 0;
|
|
11689
11890
|
padding: 9px 9px 0;
|
|
11690
11891
|
}
|
|
11691
|
-
.operation-details-card[data-v-
|
|
11892
|
+
.operation-details-card[data-v-c5ba30c3] .request-body {
|
|
11692
11893
|
border-radius: var(--scalar-radius-lg);
|
|
11693
11894
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11694
11895
|
margin-top: 0;
|
|
11695
11896
|
}
|
|
11696
|
-
.operation-details-card[data-v-
|
|
11897
|
+
.operation-details-card[data-v-c5ba30c3] .request-body .schema-card--level-0 > .schema-card-description {
|
|
11697
11898
|
padding-inline: 9px;
|
|
11698
11899
|
}
|
|
11699
|
-
.operation-details-card[data-v-
|
|
11900
|
+
.operation-details-card[data-v-c5ba30c3] .request-body-header {
|
|
11700
11901
|
border-bottom: 0;
|
|
11701
11902
|
padding-bottom: 0;
|
|
11702
11903
|
}
|
|
11703
|
-
.operation-details-card[data-v-
|
|
11904
|
+
.operation-details-card[data-v-c5ba30c3] .contents button {
|
|
11704
11905
|
margin-right: 9px;
|
|
11705
11906
|
}
|
|
11706
|
-
.operation-details-card[data-v-
|
|
11907
|
+
.operation-details-card[data-v-c5ba30c3] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
11707
11908
|
margin-inline: 9px;
|
|
11708
11909
|
margin-bottom: 9px;
|
|
11709
11910
|
}
|
|
11710
|
-
.operation-details-card[data-v-
|
|
11911
|
+
.operation-details-card[data-v-c5ba30c3] .request-body-schema .property--level-0 {
|
|
11711
11912
|
padding: 0;
|
|
11712
11913
|
}
|
|
11713
|
-
.operation-details-card[data-v-
|
|
11914
|
+
.operation-details-card[data-v-c5ba30c3] .selected-content-type {
|
|
11714
11915
|
margin-right: 9px;
|
|
11715
11916
|
}
|
|
11716
|
-
.operation-example-card[data-v-
|
|
11917
|
+
.operation-example-card[data-v-c5ba30c3] {
|
|
11717
11918
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
11718
11919
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
11719
11920
|
position: sticky;
|
|
11720
11921
|
}
|
|
11721
11922
|
@media (max-width: 600px) {
|
|
11722
|
-
.operation-example-card[data-v-
|
|
11923
|
+
.operation-example-card[data-v-c5ba30c3] {
|
|
11723
11924
|
max-height: unset;
|
|
11724
11925
|
position: static;
|
|
11725
11926
|
}
|
|
@@ -11819,7 +12020,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11819
12020
|
* its own leading margin (mt-6) that already spaces it from whatever precedes
|
|
11820
12021
|
* it — a row-gap would double that gap.
|
|
11821
12022
|
*/
|
|
11822
|
-
.operation-layout[data-v-
|
|
12023
|
+
.operation-layout[data-v-8532ad40] {
|
|
11823
12024
|
display: grid;
|
|
11824
12025
|
grid-template-columns: 1fr 1fr;
|
|
11825
12026
|
grid-template-rows: auto auto 1fr;
|
|
@@ -11830,7 +12031,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11830
12031
|
column-gap: 48px;
|
|
11831
12032
|
row-gap: 0;
|
|
11832
12033
|
}
|
|
11833
|
-
.operation-title[data-v-
|
|
12034
|
+
.operation-title[data-v-8532ad40] {
|
|
11834
12035
|
grid-area: heading;
|
|
11835
12036
|
margin-bottom: 12px;
|
|
11836
12037
|
|
|
@@ -11840,20 +12041,20 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11840
12041
|
color: var(--scalar-color-1);
|
|
11841
12042
|
line-height: 1.45;
|
|
11842
12043
|
}
|
|
11843
|
-
.operation-auth[data-v-
|
|
12044
|
+
.operation-auth[data-v-8532ad40] {
|
|
11844
12045
|
grid-area: badge;
|
|
11845
12046
|
justify-self: end;
|
|
11846
12047
|
align-self: start;
|
|
11847
12048
|
}
|
|
11848
|
-
.operation-description[data-v-
|
|
12049
|
+
.operation-description[data-v-8532ad40] {
|
|
11849
12050
|
grid-area: description;
|
|
11850
12051
|
min-width: 0;
|
|
11851
12052
|
}
|
|
11852
|
-
.operation-details[data-v-
|
|
12053
|
+
.operation-details[data-v-8532ad40] {
|
|
11853
12054
|
grid-area: details;
|
|
11854
12055
|
min-width: 0;
|
|
11855
12056
|
}
|
|
11856
|
-
.examples[data-v-
|
|
12057
|
+
.examples[data-v-8532ad40] {
|
|
11857
12058
|
grid-area: examples;
|
|
11858
12059
|
align-self: start;
|
|
11859
12060
|
min-width: 0;
|
|
@@ -11861,11 +12062,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11861
12062
|
position: sticky;
|
|
11862
12063
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
11863
12064
|
}
|
|
11864
|
-
.examples[data-v-
|
|
12065
|
+
.examples[data-v-8532ad40] > * {
|
|
11865
12066
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
11866
12067
|
position: relative;
|
|
11867
12068
|
}
|
|
11868
|
-
.examples[data-v-
|
|
12069
|
+
.examples[data-v-8532ad40] > *:first-of-type:last-of-type {
|
|
11869
12070
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
11870
12071
|
}
|
|
11871
12072
|
|
|
@@ -11874,11 +12075,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11874
12075
|
* (or zoomed in screens)
|
|
11875
12076
|
*/
|
|
11876
12077
|
@media (max-width: 600px) {
|
|
11877
|
-
.examples[data-v-
|
|
12078
|
+
.examples[data-v-8532ad40] > * {
|
|
11878
12079
|
max-height: unset;
|
|
11879
12080
|
}
|
|
11880
12081
|
}
|
|
11881
|
-
.deprecated[data-v-
|
|
12082
|
+
.deprecated[data-v-8532ad40] * {
|
|
11882
12083
|
text-decoration: line-through;
|
|
11883
12084
|
}
|
|
11884
12085
|
|
|
@@ -11888,7 +12089,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11888
12089
|
* an eyebrow above the title.
|
|
11889
12090
|
*/
|
|
11890
12091
|
@container narrow-references-container (max-width: 900px) {
|
|
11891
|
-
.operation-layout[data-v-
|
|
12092
|
+
.operation-layout[data-v-8532ad40] {
|
|
11892
12093
|
grid-template-columns: 1fr;
|
|
11893
12094
|
grid-template-areas:
|
|
11894
12095
|
'badge'
|
|
@@ -11898,16 +12099,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11898
12099
|
'details';
|
|
11899
12100
|
column-gap: 0;
|
|
11900
12101
|
}
|
|
11901
|
-
.operation-auth[data-v-
|
|
12102
|
+
.operation-auth[data-v-8532ad40] {
|
|
11902
12103
|
justify-self: start;
|
|
11903
12104
|
margin-bottom: 4px;
|
|
11904
12105
|
}
|
|
11905
|
-
.operation-description[data-v-
|
|
12106
|
+
.operation-description[data-v-8532ad40] {
|
|
11906
12107
|
margin-bottom: 24px;
|
|
11907
12108
|
}
|
|
11908
12109
|
|
|
11909
12110
|
/* Don't make the examples sticky on narrow viewports */
|
|
11910
|
-
.examples[data-v-
|
|
12111
|
+
.examples[data-v-8532ad40] {
|
|
11911
12112
|
position: static;
|
|
11912
12113
|
}
|
|
11913
12114
|
}
|
|
@@ -11946,7 +12147,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11946
12147
|
container-type: inline-size;
|
|
11947
12148
|
}
|
|
11948
12149
|
|
|
11949
|
-
.ref-search-meta[data-v-
|
|
12150
|
+
.ref-search-meta[data-v-b65d62db] {
|
|
11950
12151
|
background: var(--scalar-background-1);
|
|
11951
12152
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
11952
12153
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -12092,7 +12293,7 @@ body {
|
|
|
12092
12293
|
|
|
12093
12294
|
/* Configurable Layout Variables */
|
|
12094
12295
|
@layer scalar-config {
|
|
12095
|
-
.scalar-api-reference[data-v-
|
|
12296
|
+
.scalar-api-reference[data-v-f2646833] {
|
|
12096
12297
|
/* The header height */
|
|
12097
12298
|
--refs-header-height: calc(
|
|
12098
12299
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -12114,20 +12315,20 @@ body {
|
|
|
12114
12315
|
/* The maximum width of the content column */
|
|
12115
12316
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
12116
12317
|
}
|
|
12117
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12318
|
+
.scalar-api-reference.references-classic[data-v-f2646833] {
|
|
12118
12319
|
/* Classic layout is wider */
|
|
12119
12320
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
12120
12321
|
min-height: 100dvh;
|
|
12121
12322
|
--refs-sidebar-width: 0;
|
|
12122
12323
|
}
|
|
12123
12324
|
}
|
|
12124
|
-
.t-doc__sidebar[data-v-
|
|
12325
|
+
.t-doc__sidebar[data-v-f2646833] {
|
|
12125
12326
|
z-index: 10;
|
|
12126
12327
|
}
|
|
12127
12328
|
|
|
12128
12329
|
/* ----------------------------------------------------- */
|
|
12129
12330
|
/* References Layout */
|
|
12130
|
-
.references-layout[data-v-
|
|
12331
|
+
.references-layout[data-v-f2646833] {
|
|
12131
12332
|
/* Try to fill the container */
|
|
12132
12333
|
min-height: 100dvh;
|
|
12133
12334
|
min-width: 100%;
|
|
@@ -12151,36 +12352,36 @@ body {
|
|
|
12151
12352
|
|
|
12152
12353
|
background: var(--scalar-background-1);
|
|
12153
12354
|
}
|
|
12154
|
-
.references-editor[data-v-
|
|
12355
|
+
.references-editor[data-v-f2646833] {
|
|
12155
12356
|
grid-area: editor;
|
|
12156
12357
|
display: flex;
|
|
12157
12358
|
min-width: 0;
|
|
12158
12359
|
background: var(--scalar-background-1);
|
|
12159
12360
|
}
|
|
12160
|
-
.references-rendered[data-v-
|
|
12361
|
+
.references-rendered[data-v-f2646833] {
|
|
12161
12362
|
position: relative;
|
|
12162
12363
|
grid-area: rendered;
|
|
12163
12364
|
min-width: 0;
|
|
12164
12365
|
background: var(--scalar-background-1);
|
|
12165
12366
|
}
|
|
12166
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12167
|
-
.references-classic .references-rendered[data-v-
|
|
12367
|
+
.scalar-api-reference.references-classic[data-v-f2646833],
|
|
12368
|
+
.references-classic .references-rendered[data-v-f2646833] {
|
|
12168
12369
|
height: initial !important;
|
|
12169
12370
|
max-height: initial !important;
|
|
12170
12371
|
}
|
|
12171
12372
|
/* Give the classic layout some breathing room at the end of the scroll */
|
|
12172
|
-
.references-classic .references-rendered[data-v-
|
|
12373
|
+
.references-classic .references-rendered[data-v-f2646833] {
|
|
12173
12374
|
padding-bottom: 80px;
|
|
12174
12375
|
}
|
|
12175
12376
|
@layer scalar-config {
|
|
12176
|
-
.references-sidebar[data-v-
|
|
12377
|
+
.references-sidebar[data-v-f2646833] {
|
|
12177
12378
|
/* Set a default width if references are enabled */
|
|
12178
12379
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
12179
12380
|
}
|
|
12180
12381
|
}
|
|
12181
12382
|
|
|
12182
12383
|
/* Footer */
|
|
12183
|
-
.references-footer[data-v-
|
|
12384
|
+
.references-footer[data-v-f2646833] {
|
|
12184
12385
|
grid-area: footer;
|
|
12185
12386
|
}
|
|
12186
12387
|
/* ----------------------------------------------------- */
|
|
@@ -12196,12 +12397,12 @@ body {
|
|
|
12196
12397
|
*/
|
|
12197
12398
|
@media (width < 1000px) {
|
|
12198
12399
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
12199
|
-
.references-developer-tools[data-v-
|
|
12400
|
+
.references-developer-tools[data-v-f2646833] {
|
|
12200
12401
|
display: none;
|
|
12201
12402
|
}
|
|
12202
12403
|
|
|
12203
12404
|
/* Stack view on mobile */
|
|
12204
|
-
.references-layout[data-v-
|
|
12405
|
+
.references-layout[data-v-f2646833] {
|
|
12205
12406
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
12206
12407
|
--refs-sidebar-height: calc(
|
|
12207
12408
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -12216,13 +12417,13 @@ body {
|
|
|
12216
12417
|
'rendered'
|
|
12217
12418
|
'footer';
|
|
12218
12419
|
}
|
|
12219
|
-
.references-editable[data-v-
|
|
12420
|
+
.references-editable[data-v-f2646833] {
|
|
12220
12421
|
grid-template-areas:
|
|
12221
12422
|
'header'
|
|
12222
12423
|
'navigation'
|
|
12223
12424
|
'editor';
|
|
12224
12425
|
}
|
|
12225
|
-
.references-rendered[data-v-
|
|
12426
|
+
.references-rendered[data-v-f2646833] {
|
|
12226
12427
|
position: static;
|
|
12227
12428
|
}
|
|
12228
12429
|
}
|
|
@@ -12234,12 +12435,12 @@ body {
|
|
|
12234
12435
|
*/
|
|
12235
12436
|
/* Match the layout breakpoint above so the mobile header height is only applied below `lg`. */
|
|
12236
12437
|
@media (width < 1000px) {
|
|
12237
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
12438
|
+
.scalar-api-references-standalone-mobile[data-v-f2646833]:not(.references-classic) {
|
|
12238
12439
|
--scalar-header-height: 50px;
|
|
12239
12440
|
}
|
|
12240
12441
|
}
|
|
12241
12442
|
|
|
12242
|
-
.darklight-reference[data-v-
|
|
12443
|
+
.darklight-reference[data-v-f2646833] {
|
|
12243
12444
|
width: 100%;
|
|
12244
12445
|
margin-top: auto;
|
|
12245
12446
|
}
|