@scalar/api-reference-react 0.9.41 → 0.9.43
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 +4 -0
- package/dist/style.css +661 -469
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -104,12 +104,9 @@
|
|
|
104
104
|
--scalar-radius: 3px;
|
|
105
105
|
--scalar-radius-lg: 6px;
|
|
106
106
|
--scalar-radius-xl: 8px;
|
|
107
|
-
--scalar-font: "Inter", -
|
|
108
|
-
"
|
|
109
|
-
--scalar-font-code: "JetBrains Mono", ui-monospace, Menlo, Monaco,
|
|
110
|
-
"Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono",
|
|
111
|
-
"Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono",
|
|
112
|
-
"Courier New", monospace;
|
|
107
|
+
--scalar-font: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
|
108
|
+
"Noto Color Emoji";
|
|
109
|
+
--scalar-font-code: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
113
110
|
--scalar-heading-1: 24px;
|
|
114
111
|
--scalar-page-description: 16px;
|
|
115
112
|
--scalar-heading-2: 20px;
|
|
@@ -167,7 +164,7 @@
|
|
|
167
164
|
--scalar-scrollbar-color: #0000002e;
|
|
168
165
|
--scalar-button-1: #000;
|
|
169
166
|
--scalar-button-1-hover: #000c;
|
|
170
|
-
--scalar-button-1-color: #
|
|
167
|
+
--scalar-button-1-color: #fff;
|
|
171
168
|
--scalar-shadow-1: 0 1px 3px 0 #0000001c;
|
|
172
169
|
--scalar-shadow-2: #00000014 0px 13px 20px 0px, #00000014 0px 3px 8px 0px, #eeeeed 0px 0 0 .5px;
|
|
173
170
|
--scalar-lifted-brightness: 1;
|
|
@@ -261,7 +258,7 @@
|
|
|
261
258
|
--scalar-link-color-hover: var(--scalar-link-color);
|
|
262
259
|
--scalar-button-1: #000;
|
|
263
260
|
--scalar-button-1-hover: #000c;
|
|
264
|
-
--scalar-button-1-color: #
|
|
261
|
+
--scalar-button-1-color: #fff;
|
|
265
262
|
--scalar-tooltip-background: #1a1a1ae6;
|
|
266
263
|
--scalar-tooltip-color: #ffffffd9;
|
|
267
264
|
--scalar-color-alert: var(--scalar-color-orange);
|
|
@@ -620,6 +617,9 @@
|
|
|
620
617
|
transform: scale(3.5) rotate(360deg);
|
|
621
618
|
}
|
|
622
619
|
}
|
|
620
|
+
.scalar-code-block pre {
|
|
621
|
+
font-variant-ligatures: none;
|
|
622
|
+
}
|
|
623
623
|
.scalar-code-block.bg-b-1 .scalar-code-copy-backdrop {
|
|
624
624
|
background-color: var(--scalar-background-1);
|
|
625
625
|
}
|
|
@@ -2211,40 +2211,40 @@ input[data-v-1ee3c31d]::placeholder {
|
|
|
2211
2211
|
transform: translateY(0);
|
|
2212
2212
|
}
|
|
2213
2213
|
}
|
|
2214
|
-
.request-card[data-v-
|
|
2214
|
+
.request-card[data-v-70ede25b] {
|
|
2215
2215
|
color: var(--scalar-color-1);
|
|
2216
2216
|
font-size: var(--scalar-font-size-3);
|
|
2217
2217
|
}
|
|
2218
|
-
.request-method[data-v-
|
|
2218
|
+
.request-method[data-v-70ede25b] {
|
|
2219
2219
|
font-family: var(--scalar-font-code);
|
|
2220
2220
|
text-transform: uppercase;
|
|
2221
2221
|
margin-right: 6px;
|
|
2222
2222
|
}
|
|
2223
|
-
.request-card-footer[data-v-
|
|
2223
|
+
.request-card-footer[data-v-70ede25b] {
|
|
2224
2224
|
flex-shrink: 0;
|
|
2225
2225
|
justify-content: flex-end;
|
|
2226
2226
|
padding: 6px;
|
|
2227
2227
|
display: flex;
|
|
2228
2228
|
position: relative;
|
|
2229
2229
|
}
|
|
2230
|
-
.request-card-footer-addon[data-v-
|
|
2230
|
+
.request-card-footer-addon[data-v-70ede25b] {
|
|
2231
2231
|
flex: 1;
|
|
2232
2232
|
align-items: center;
|
|
2233
2233
|
min-width: 0;
|
|
2234
2234
|
display: flex;
|
|
2235
2235
|
}
|
|
2236
|
-
.request-editor-section[data-v-
|
|
2236
|
+
.request-editor-section[data-v-70ede25b] {
|
|
2237
2237
|
flex: 1;
|
|
2238
2238
|
display: flex;
|
|
2239
2239
|
}
|
|
2240
|
-
.request-card-simple[data-v-
|
|
2240
|
+
.request-card-simple[data-v-70ede25b] {
|
|
2241
2241
|
font-size: var(--scalar-small);
|
|
2242
2242
|
justify-content: space-between;
|
|
2243
2243
|
align-items: center;
|
|
2244
2244
|
padding: 8px 8px 8px 12px;
|
|
2245
2245
|
display: flex;
|
|
2246
2246
|
}
|
|
2247
|
-
.code-snippet[data-v-
|
|
2247
|
+
.code-snippet[data-v-70ede25b] {
|
|
2248
2248
|
flex-direction: column;
|
|
2249
2249
|
width: 100%;
|
|
2250
2250
|
display: flex;
|
|
@@ -6411,9 +6411,6 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
6411
6411
|
border-top-style: var(--tw-border-style);
|
|
6412
6412
|
border-top-width: 0;
|
|
6413
6413
|
}
|
|
6414
|
-
:is(.scalar-app .\*\:first\:p-3 > *):first-child {
|
|
6415
|
-
padding: 12px;
|
|
6416
|
-
}
|
|
6417
6414
|
.scalar-app .last\:rounded-b-\[inherit\]:last-child {
|
|
6418
6415
|
border-bottom-right-radius: inherit;
|
|
6419
6416
|
border-bottom-left-radius: inherit;
|
|
@@ -7257,7 +7254,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7257
7254
|
opacity: .5;
|
|
7258
7255
|
}
|
|
7259
7256
|
}
|
|
7260
|
-
.client-libraries-content[data-v-
|
|
7257
|
+
.client-libraries-content[data-v-c2617b43] {
|
|
7261
7258
|
container: client-libraries-content / inline-size;
|
|
7262
7259
|
display: flex;
|
|
7263
7260
|
justify-content: center;
|
|
@@ -7267,7 +7264,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7267
7264
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7268
7265
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7269
7266
|
}
|
|
7270
|
-
.client-libraries[data-v-
|
|
7267
|
+
.client-libraries[data-v-c2617b43] {
|
|
7271
7268
|
display: flex;
|
|
7272
7269
|
align-items: center;
|
|
7273
7270
|
justify-content: center;
|
|
@@ -7281,7 +7278,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7281
7278
|
border-bottom: 1px solid transparent;
|
|
7282
7279
|
user-select: none;
|
|
7283
7280
|
}
|
|
7284
|
-
.client-libraries[data-v-
|
|
7281
|
+
.client-libraries[data-v-c2617b43]:not(.client-libraries__active):hover:before {
|
|
7285
7282
|
content: '';
|
|
7286
7283
|
position: absolute;
|
|
7287
7284
|
width: calc(100% - 4px);
|
|
@@ -7292,21 +7289,21 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7292
7289
|
z-index: 0;
|
|
7293
7290
|
border-radius: var(--scalar-radius);
|
|
7294
7291
|
}
|
|
7295
|
-
.client-libraries[data-v-
|
|
7292
|
+
.client-libraries[data-v-c2617b43]:active {
|
|
7296
7293
|
color: var(--scalar-color-1);
|
|
7297
7294
|
}
|
|
7298
|
-
.client-libraries[data-v-
|
|
7295
|
+
.client-libraries[data-v-c2617b43]:focus-visible {
|
|
7299
7296
|
outline: none;
|
|
7300
7297
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
7301
7298
|
}
|
|
7302
7299
|
/* remove php and c on mobile */
|
|
7303
7300
|
@media screen and (max-width: 450px) {
|
|
7304
|
-
.client-libraries[data-v-
|
|
7305
|
-
.client-libraries[data-v-
|
|
7301
|
+
.client-libraries[data-v-c2617b43]:nth-of-type(4),
|
|
7302
|
+
.client-libraries[data-v-c2617b43]:nth-of-type(5) {
|
|
7306
7303
|
display: none;
|
|
7307
7304
|
}
|
|
7308
7305
|
}
|
|
7309
|
-
.client-libraries-icon[data-v-
|
|
7306
|
+
.client-libraries-icon[data-v-c2617b43] {
|
|
7310
7307
|
max-width: 14px;
|
|
7311
7308
|
max-height: 14px;
|
|
7312
7309
|
min-width: 14px;
|
|
@@ -7319,32 +7316,32 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7319
7316
|
box-sizing: border-box;
|
|
7320
7317
|
color: currentColor;
|
|
7321
7318
|
}
|
|
7322
|
-
.client-libraries-icon__more svg[data-v-
|
|
7319
|
+
.client-libraries-icon__more svg[data-v-c2617b43] {
|
|
7323
7320
|
height: initial;
|
|
7324
7321
|
}
|
|
7325
7322
|
@container client-libraries-content (width < 400px) {
|
|
7326
7323
|
.client-libraries__select {
|
|
7327
|
-
&[data-v-
|
|
7324
|
+
&[data-v-c2617b43] {
|
|
7328
7325
|
width: fit-content;
|
|
7329
7326
|
}
|
|
7330
|
-
.client-libraries-icon__more + span[data-v-
|
|
7327
|
+
.client-libraries-icon__more + span[data-v-c2617b43] {
|
|
7331
7328
|
display: none;
|
|
7332
7329
|
}
|
|
7333
7330
|
}
|
|
7334
7331
|
}
|
|
7335
7332
|
@container client-libraries-content (width < 380px) {
|
|
7336
|
-
.client-libraries[data-v-
|
|
7333
|
+
.client-libraries[data-v-c2617b43] {
|
|
7337
7334
|
width: 100%;
|
|
7338
7335
|
}
|
|
7339
|
-
.client-libraries span[data-v-
|
|
7336
|
+
.client-libraries span[data-v-c2617b43] {
|
|
7340
7337
|
display: none;
|
|
7341
7338
|
}
|
|
7342
7339
|
}
|
|
7343
|
-
.client-libraries__active[data-v-
|
|
7340
|
+
.client-libraries__active[data-v-c2617b43] {
|
|
7344
7341
|
color: var(--scalar-color-1);
|
|
7345
7342
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
7346
7343
|
}
|
|
7347
|
-
@keyframes codeloader-
|
|
7344
|
+
@keyframes codeloader-c2617b43 {
|
|
7348
7345
|
0% {
|
|
7349
7346
|
transform: rotate(0deg);
|
|
7350
7347
|
}
|
|
@@ -7352,22 +7349,22 @@ to {
|
|
|
7352
7349
|
transform: rotate(1turn);
|
|
7353
7350
|
}
|
|
7354
7351
|
}
|
|
7355
|
-
.client-libraries .client-libraries-text[data-v-
|
|
7352
|
+
.client-libraries .client-libraries-text[data-v-c2617b43] {
|
|
7356
7353
|
font-size: var(--scalar-small);
|
|
7357
7354
|
position: relative;
|
|
7358
7355
|
display: flex;
|
|
7359
7356
|
align-items: center;
|
|
7360
7357
|
}
|
|
7361
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
7358
|
+
.client-libraries__active .client-libraries-text[data-v-c2617b43] {
|
|
7362
7359
|
color: var(--scalar-color-1);
|
|
7363
7360
|
font-weight: var(--scalar-semibold);
|
|
7364
7361
|
}
|
|
7365
7362
|
@media screen and (max-width: 600px) {
|
|
7366
|
-
.references-classic .client-libraries[data-v-
|
|
7363
|
+
.references-classic .client-libraries[data-v-c2617b43] {
|
|
7367
7364
|
flex-direction: column;
|
|
7368
7365
|
}
|
|
7369
7366
|
}
|
|
7370
|
-
.selected-client[data-v-
|
|
7367
|
+
.selected-client[data-v-0769d07b] {
|
|
7371
7368
|
color: var(--scalar-color-1);
|
|
7372
7369
|
font-size: var(--scalar-small);
|
|
7373
7370
|
font-family: var(--scalar-font-code);
|
|
@@ -7382,7 +7379,7 @@ to {
|
|
|
7382
7379
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7383
7380
|
min-height: fit-content;
|
|
7384
7381
|
}
|
|
7385
|
-
.client-libraries-heading[data-v-
|
|
7382
|
+
.client-libraries-heading[data-v-0769d07b] {
|
|
7386
7383
|
font-size: var(--scalar-small);
|
|
7387
7384
|
font-weight: var(--scalar-font-medium);
|
|
7388
7385
|
color: var(--scalar-color-1);
|
|
@@ -7395,9 +7392,6 @@ to {
|
|
|
7395
7392
|
border-top-left-radius: var(--scalar-radius-xl);
|
|
7396
7393
|
border-top-right-radius: var(--scalar-radius-xl);
|
|
7397
7394
|
}
|
|
7398
|
-
[data-v-570e3418] .scalar-codeblock-pre .hljs {
|
|
7399
|
-
margin-top: 8px;
|
|
7400
|
-
}
|
|
7401
7395
|
:where(.badge[data-v-fb946bb8]) {
|
|
7402
7396
|
color: var(--badge-text-color, var(--scalar-color-2));
|
|
7403
7397
|
font-size: var(--scalar-mini);
|
|
@@ -7826,6 +7820,138 @@ to {
|
|
|
7826
7820
|
height: 24px;
|
|
7827
7821
|
color: var(--scalar-color-1);
|
|
7828
7822
|
}
|
|
7823
|
+
/* One panel holds the Markdown installation instructions */
|
|
7824
|
+
.selected-client[data-v-9931144b] {
|
|
7825
|
+
display: flex;
|
|
7826
|
+
flex-direction: column;
|
|
7827
|
+
gap: 9px;
|
|
7828
|
+
color: var(--scalar-color-1);
|
|
7829
|
+
font-size: var(--scalar-small);
|
|
7830
|
+
padding: 9px 12px;
|
|
7831
|
+
background: var(--scalar-background-1);
|
|
7832
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7833
|
+
border-top: none;
|
|
7834
|
+
border-bottom-left-radius: var(--scalar-radius-xl);
|
|
7835
|
+
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7836
|
+
}
|
|
7837
|
+
.client-libraries-heading[data-v-9931144b] {
|
|
7838
|
+
font-size: var(--scalar-small);
|
|
7839
|
+
font-weight: var(--scalar-font-medium);
|
|
7840
|
+
color: var(--scalar-color-1);
|
|
7841
|
+
padding: 9px 12px;
|
|
7842
|
+
background-color: var(--scalar-background-2);
|
|
7843
|
+
display: flex;
|
|
7844
|
+
align-items: center;
|
|
7845
|
+
max-height: 32px;
|
|
7846
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7847
|
+
border-top-left-radius: var(--scalar-radius-xl);
|
|
7848
|
+
border-top-right-radius: var(--scalar-radius-xl);
|
|
7849
|
+
}
|
|
7850
|
+
.client-libraries-content[data-v-9931144b] {
|
|
7851
|
+
position: relative;
|
|
7852
|
+
/*
|
|
7853
|
+
* Scroll horizontally rather than clip: before JS measures the tab widths
|
|
7854
|
+
* (and without JS at all) every tab is rendered, so overflowing tabs must
|
|
7855
|
+
* stay reachable. Once measured, the "More" dropdown absorbs the overflow and
|
|
7856
|
+
* no scrollbar is shown. The bar itself is hidden — keyboard focus and touch
|
|
7857
|
+
* still scroll clipped tabs into view.
|
|
7858
|
+
*/
|
|
7859
|
+
overflow-x: auto;
|
|
7860
|
+
overflow-y: hidden;
|
|
7861
|
+
scrollbar-width: none;
|
|
7862
|
+
padding: 0 12px;
|
|
7863
|
+
background-color: var(--scalar-background-1);
|
|
7864
|
+
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7865
|
+
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7866
|
+
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7867
|
+
}
|
|
7868
|
+
.client-libraries-content[data-v-9931144b]::-webkit-scrollbar {
|
|
7869
|
+
display: none;
|
|
7870
|
+
}
|
|
7871
|
+
.client-libraries-row[data-v-9931144b] {
|
|
7872
|
+
display: flex;
|
|
7873
|
+
justify-content: flex-start;
|
|
7874
|
+
}
|
|
7875
|
+
/* Zero-size clip so the measure row never adds to the scrollable width */
|
|
7876
|
+
.client-libraries-measure-clip[data-v-9931144b] {
|
|
7877
|
+
position: absolute;
|
|
7878
|
+
top: 0;
|
|
7879
|
+
left: 0;
|
|
7880
|
+
width: 0;
|
|
7881
|
+
height: 0;
|
|
7882
|
+
overflow: hidden;
|
|
7883
|
+
}
|
|
7884
|
+
/* Off-screen row used only to measure natural tab widths */
|
|
7885
|
+
.client-libraries-row--measure[data-v-9931144b] {
|
|
7886
|
+
width: max-content;
|
|
7887
|
+
visibility: hidden;
|
|
7888
|
+
pointer-events: none;
|
|
7889
|
+
}
|
|
7890
|
+
.client-libraries[data-v-9931144b] {
|
|
7891
|
+
display: flex;
|
|
7892
|
+
align-items: center;
|
|
7893
|
+
justify-content: center;
|
|
7894
|
+
position: relative;
|
|
7895
|
+
cursor: pointer;
|
|
7896
|
+
white-space: nowrap;
|
|
7897
|
+
/* Keep tabs at their natural (measured) width so they scroll rather than squish */
|
|
7898
|
+
flex-shrink: 0;
|
|
7899
|
+
padding: 8px 12px;
|
|
7900
|
+
gap: 6px;
|
|
7901
|
+
color: var(--scalar-color-3);
|
|
7902
|
+
border-bottom: 1px solid transparent;
|
|
7903
|
+
background: transparent;
|
|
7904
|
+
user-select: none;
|
|
7905
|
+
}
|
|
7906
|
+
.client-libraries[data-v-9931144b]:not(.client-libraries__active):hover:before {
|
|
7907
|
+
content: '';
|
|
7908
|
+
position: absolute;
|
|
7909
|
+
width: calc(100% - 4px);
|
|
7910
|
+
height: calc(100% - 4px);
|
|
7911
|
+
background: var(--scalar-background-2);
|
|
7912
|
+
left: 2px;
|
|
7913
|
+
top: 2px;
|
|
7914
|
+
z-index: 0;
|
|
7915
|
+
border-radius: var(--scalar-radius);
|
|
7916
|
+
}
|
|
7917
|
+
.client-libraries[data-v-9931144b]:active {
|
|
7918
|
+
color: var(--scalar-color-1);
|
|
7919
|
+
}
|
|
7920
|
+
.client-libraries[data-v-9931144b]:focus-visible {
|
|
7921
|
+
outline: none;
|
|
7922
|
+
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
7923
|
+
}
|
|
7924
|
+
.client-libraries__active[data-v-9931144b] {
|
|
7925
|
+
color: var(--scalar-color-1);
|
|
7926
|
+
border-bottom: 1px solid var(--scalar-color-1);
|
|
7927
|
+
}
|
|
7928
|
+
/* Always pin the "More" dropdown to the right edge */
|
|
7929
|
+
.client-libraries-more[data-v-9931144b] {
|
|
7930
|
+
margin-left: auto;
|
|
7931
|
+
}
|
|
7932
|
+
.client-libraries-icon[data-v-9931144b] {
|
|
7933
|
+
max-width: 14px;
|
|
7934
|
+
max-height: 14px;
|
|
7935
|
+
min-width: 14px;
|
|
7936
|
+
width: 100%;
|
|
7937
|
+
aspect-ratio: 1;
|
|
7938
|
+
display: flex;
|
|
7939
|
+
align-items: center;
|
|
7940
|
+
justify-content: center;
|
|
7941
|
+
position: relative;
|
|
7942
|
+
box-sizing: border-box;
|
|
7943
|
+
color: currentColor;
|
|
7944
|
+
}
|
|
7945
|
+
.client-libraries .client-libraries-text[data-v-9931144b] {
|
|
7946
|
+
font-size: var(--scalar-small);
|
|
7947
|
+
position: relative;
|
|
7948
|
+
display: flex;
|
|
7949
|
+
align-items: center;
|
|
7950
|
+
}
|
|
7951
|
+
.client-libraries__active .client-libraries-text[data-v-9931144b] {
|
|
7952
|
+
color: var(--scalar-color-1);
|
|
7953
|
+
font-weight: var(--scalar-semibold);
|
|
7954
|
+
}
|
|
7829
7955
|
.screenreader-only[data-v-df2e1026] {
|
|
7830
7956
|
position: absolute;
|
|
7831
7957
|
width: 1px;
|
|
@@ -7836,6 +7962,64 @@ to {
|
|
|
7836
7962
|
clip: rect(0, 0, 0, 0);
|
|
7837
7963
|
border: 0;
|
|
7838
7964
|
}
|
|
7965
|
+
.section-accordion-wrapper[data-v-9419dd23] {
|
|
7966
|
+
padding: 0 60px;
|
|
7967
|
+
}
|
|
7968
|
+
.section-accordion[data-v-9419dd23] {
|
|
7969
|
+
position: relative;
|
|
7970
|
+
width: 100%;
|
|
7971
|
+
max-width: var(--refs-content-max-width);
|
|
7972
|
+
margin: auto;
|
|
7973
|
+
}
|
|
7974
|
+
.section-accordion-content[data-v-9419dd23] {
|
|
7975
|
+
display: flex;
|
|
7976
|
+
flex-direction: column;
|
|
7977
|
+
gap: 12px;
|
|
7978
|
+
|
|
7979
|
+
padding-top: 12px;
|
|
7980
|
+
}
|
|
7981
|
+
.section-accordion-button[data-v-9419dd23] {
|
|
7982
|
+
width: 100%;
|
|
7983
|
+
display: flex;
|
|
7984
|
+
|
|
7985
|
+
cursor: pointer;
|
|
7986
|
+
|
|
7987
|
+
padding: 6px 0 6px 0;
|
|
7988
|
+
margin: -6px 0 -6px 0;
|
|
7989
|
+
border-radius: var(--scalar-radius);
|
|
7990
|
+
}
|
|
7991
|
+
.section-accordion-chevron[data-v-9419dd23] {
|
|
7992
|
+
position: absolute;
|
|
7993
|
+
left: -22px;
|
|
7994
|
+
top: 12px;
|
|
7995
|
+
color: var(--scalar-color-3);
|
|
7996
|
+
}
|
|
7997
|
+
.section-accordion-button:hover .section-accordion-chevron[data-v-9419dd23] {
|
|
7998
|
+
color: var(--scalar-color-1);
|
|
7999
|
+
}
|
|
8000
|
+
.section-accordion-title[data-v-9419dd23] {
|
|
8001
|
+
display: flex;
|
|
8002
|
+
flex-direction: column;
|
|
8003
|
+
align-items: flex-start;
|
|
8004
|
+
flex: 1;
|
|
8005
|
+
padding: 0 6px;
|
|
8006
|
+
}
|
|
8007
|
+
.section-accordion-title[data-v-9419dd23] .section-header-wrapper {
|
|
8008
|
+
grid-template-columns: 1fr;
|
|
8009
|
+
}
|
|
8010
|
+
.section-accordion-title[data-v-9419dd23] .section-header {
|
|
8011
|
+
margin-bottom: 0;
|
|
8012
|
+
}
|
|
8013
|
+
@container narrow-references-container (max-width: 900px) {
|
|
8014
|
+
.section-accordion-chevron[data-v-9419dd23] {
|
|
8015
|
+
width: 16px;
|
|
8016
|
+
left: -16px;
|
|
8017
|
+
top: 14px;
|
|
8018
|
+
}
|
|
8019
|
+
.section-accordion-wrapper[data-v-9419dd23] {
|
|
8020
|
+
padding: calc(var(--refs-viewport-offset)) 24px 0 24px;
|
|
8021
|
+
}
|
|
8022
|
+
}
|
|
7839
8023
|
/* Style the "icon" */
|
|
7840
8024
|
.schema-type-icon[data-v-78e7c684] {
|
|
7841
8025
|
color: var(--scalar-color-1);
|
|
@@ -7845,14 +8029,14 @@ to {
|
|
|
7845
8029
|
font-family: var(--scalar-font-code);
|
|
7846
8030
|
color: var(--scalar-color-1);
|
|
7847
8031
|
}
|
|
7848
|
-
.error[data-v-
|
|
8032
|
+
.error[data-v-dc6746ff] {
|
|
7849
8033
|
background-color: var(--scalar-color-red);
|
|
7850
8034
|
}
|
|
7851
|
-
.schema-card[data-v-
|
|
8035
|
+
.schema-card[data-v-dc6746ff] {
|
|
7852
8036
|
font-size: var(--scalar-font-size-4);
|
|
7853
8037
|
color: var(--scalar-color-1);
|
|
7854
8038
|
}
|
|
7855
|
-
.schema-card-title[data-v-
|
|
8039
|
+
.schema-card-title[data-v-dc6746ff] {
|
|
7856
8040
|
height: var(--schema-title-height);
|
|
7857
8041
|
|
|
7858
8042
|
padding: 6px 8px;
|
|
@@ -7866,48 +8050,48 @@ to {
|
|
|
7866
8050
|
font-size: var(--scalar-mini);
|
|
7867
8051
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
7868
8052
|
}
|
|
7869
|
-
button.schema-card-title[data-v-
|
|
8053
|
+
button.schema-card-title[data-v-dc6746ff] {
|
|
7870
8054
|
cursor: pointer;
|
|
7871
8055
|
}
|
|
7872
|
-
button.schema-card-title[data-v-
|
|
8056
|
+
button.schema-card-title[data-v-dc6746ff]:hover {
|
|
7873
8057
|
color: var(--scalar-color-1);
|
|
7874
8058
|
}
|
|
7875
|
-
.schema-card-title-icon--open[data-v-
|
|
8059
|
+
.schema-card-title-icon--open[data-v-dc6746ff] {
|
|
7876
8060
|
transform: rotate(45deg);
|
|
7877
8061
|
}
|
|
7878
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
8062
|
+
.schema-properties-open > .schema-card-title[data-v-dc6746ff] {
|
|
7879
8063
|
border-bottom-left-radius: 0;
|
|
7880
8064
|
border-bottom-right-radius: 0;
|
|
7881
8065
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7882
8066
|
}
|
|
7883
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
8067
|
+
.schema-properties-open > .schema-properties[data-v-dc6746ff] {
|
|
7884
8068
|
width: fit-content;
|
|
7885
8069
|
}
|
|
7886
|
-
.schema-card-description[data-v-
|
|
8070
|
+
.schema-card-description[data-v-dc6746ff] {
|
|
7887
8071
|
color: var(--scalar-color-2);
|
|
7888
8072
|
}
|
|
7889
|
-
.schema-card-description + .schema-properties[data-v-
|
|
8073
|
+
.schema-card-description + .schema-properties[data-v-dc6746ff] {
|
|
7890
8074
|
width: fit-content;
|
|
7891
8075
|
}
|
|
7892
|
-
.schema-card-description + .schema-properties[data-v-
|
|
8076
|
+
.schema-card-description + .schema-properties[data-v-dc6746ff] {
|
|
7893
8077
|
margin-top: 8px;
|
|
7894
8078
|
}
|
|
7895
8079
|
.schema-card--level-0:nth-of-type(1)
|
|
7896
|
-
> .schema-card-description[data-v-
|
|
8080
|
+
> .schema-card-description[data-v-dc6746ff]:has(+ .schema-properties) {
|
|
7897
8081
|
margin-bottom: -8px;
|
|
7898
8082
|
padding-bottom: 8px;
|
|
7899
8083
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7900
8084
|
}
|
|
7901
8085
|
.schema-card--level-0
|
|
7902
8086
|
~ .schema-card--level-0
|
|
7903
|
-
> .schema-card-description[data-v-
|
|
8087
|
+
> .schema-card-description[data-v-dc6746ff]:has(+ .schema-properties) {
|
|
7904
8088
|
padding-top: 8px;
|
|
7905
8089
|
}
|
|
7906
|
-
.schema-properties-open.schema-properties[data-v-
|
|
7907
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
8090
|
+
.schema-properties-open.schema-properties[data-v-dc6746ff],
|
|
8091
|
+
.schema-properties-open > .schema-card--open[data-v-dc6746ff] {
|
|
7908
8092
|
width: 100%;
|
|
7909
8093
|
}
|
|
7910
|
-
.schema-properties[data-v-
|
|
8094
|
+
.schema-properties[data-v-dc6746ff] {
|
|
7911
8095
|
display: flex;
|
|
7912
8096
|
flex-direction: column;
|
|
7913
8097
|
|
|
@@ -7915,63 +8099,63 @@ button.schema-card-title[data-v-f34b5afa]:hover {
|
|
|
7915
8099
|
border-radius: var(--scalar-radius-lg);
|
|
7916
8100
|
width: fit-content;
|
|
7917
8101
|
}
|
|
7918
|
-
.schema-properties-name[data-v-
|
|
8102
|
+
.schema-properties-name[data-v-dc6746ff] {
|
|
7919
8103
|
width: 100%;
|
|
7920
8104
|
}
|
|
7921
|
-
.schema-properties .schema-properties[data-v-
|
|
8105
|
+
.schema-properties .schema-properties[data-v-dc6746ff] {
|
|
7922
8106
|
border-radius: 13.5px;
|
|
7923
8107
|
}
|
|
7924
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
8108
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-dc6746ff] {
|
|
7925
8109
|
border-radius: var(--scalar-radius-lg);
|
|
7926
8110
|
}
|
|
7927
|
-
.schema-properties-open[data-v-
|
|
8111
|
+
.schema-properties-open[data-v-dc6746ff] {
|
|
7928
8112
|
width: 100%;
|
|
7929
8113
|
}
|
|
7930
|
-
.schema-card--compact[data-v-
|
|
8114
|
+
.schema-card--compact[data-v-dc6746ff] {
|
|
7931
8115
|
align-self: flex-start;
|
|
7932
8116
|
}
|
|
7933
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
8117
|
+
.schema-card--compact.schema-card--open[data-v-dc6746ff] {
|
|
7934
8118
|
align-self: initial;
|
|
7935
8119
|
}
|
|
7936
|
-
.schema-card-title--compact[data-v-
|
|
8120
|
+
.schema-card-title--compact[data-v-dc6746ff] {
|
|
7937
8121
|
color: var(--scalar-color-2);
|
|
7938
8122
|
padding: 6px 10px 6px 8px;
|
|
7939
8123
|
height: auto;
|
|
7940
8124
|
border-bottom: none;
|
|
7941
8125
|
}
|
|
7942
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
8126
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-dc6746ff] {
|
|
7943
8127
|
margin: 0;
|
|
7944
8128
|
}
|
|
7945
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
8129
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-dc6746ff] {
|
|
7946
8130
|
transform: rotate(45deg);
|
|
7947
8131
|
}
|
|
7948
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
8132
|
+
.schema-properties-open > .schema-card-title--compact[data-v-dc6746ff] {
|
|
7949
8133
|
position: static;
|
|
7950
8134
|
}
|
|
7951
8135
|
.property--level-0
|
|
7952
8136
|
> .schema-properties
|
|
7953
8137
|
> .schema-card--level-0
|
|
7954
|
-
> .schema-properties[data-v-
|
|
8138
|
+
> .schema-properties[data-v-dc6746ff] {
|
|
7955
8139
|
border: none;
|
|
7956
8140
|
}
|
|
7957
8141
|
.property--level-0
|
|
7958
8142
|
.schema-card--level-0:not(.schema-card--compact)
|
|
7959
|
-
.property--level-1[data-v-
|
|
8143
|
+
.property--level-1[data-v-dc6746ff] {
|
|
7960
8144
|
padding: 0 0 8px;
|
|
7961
8145
|
}
|
|
7962
8146
|
:not(.composition-panel)
|
|
7963
8147
|
> .schema-card--compact.schema-card--level-0
|
|
7964
|
-
> .schema-properties[data-v-
|
|
8148
|
+
> .schema-properties[data-v-dc6746ff] {
|
|
7965
8149
|
border: none;
|
|
7966
8150
|
}
|
|
7967
|
-
[data-v-
|
|
8151
|
+
[data-v-dc6746ff] .schema-card-description p {
|
|
7968
8152
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
7969
8153
|
color: var(--scalar-color-2);
|
|
7970
8154
|
margin-bottom: 0;
|
|
7971
8155
|
display: block;
|
|
7972
8156
|
margin-bottom: 6px;
|
|
7973
8157
|
}
|
|
7974
|
-
.children .schema-card-description[data-v-
|
|
8158
|
+
.children .schema-card-description[data-v-dc6746ff]:first-of-type {
|
|
7975
8159
|
padding-top: 0;
|
|
7976
8160
|
}
|
|
7977
8161
|
.property-enum-value[data-v-4375ecfd] {
|
|
@@ -8290,7 +8474,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8290
8474
|
.deprecated[data-v-e4c4fffd] {
|
|
8291
8475
|
text-decoration: line-through;
|
|
8292
8476
|
}
|
|
8293
|
-
.property[data-v-
|
|
8477
|
+
.property[data-v-471bb5bb] {
|
|
8294
8478
|
color: var(--scalar-color-1);
|
|
8295
8479
|
display: flex;
|
|
8296
8480
|
flex-direction: column;
|
|
@@ -8299,7 +8483,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8299
8483
|
position: relative;
|
|
8300
8484
|
}
|
|
8301
8485
|
/** Remove top padding for top level schema card */
|
|
8302
|
-
.property.property--level-0[data-v-
|
|
8486
|
+
.property.property--level-0[data-v-471bb5bb]:has(
|
|
8303
8487
|
> .property-rule
|
|
8304
8488
|
> .schema-card
|
|
8305
8489
|
> .schema-properties.schema-properties-open
|
|
@@ -8308,24 +8492,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8308
8492
|
) {
|
|
8309
8493
|
padding-top: 0;
|
|
8310
8494
|
}
|
|
8311
|
-
.property--compact.property--level-0[data-v-
|
|
8312
|
-
.property--compact.property--level-1[data-v-
|
|
8495
|
+
.property--compact.property--level-0[data-v-471bb5bb],
|
|
8496
|
+
.property--compact.property--level-1[data-v-471bb5bb] {
|
|
8313
8497
|
padding: 10px 0;
|
|
8314
8498
|
}
|
|
8315
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
8499
|
+
.composition-panel .property.property.property.property--level-0[data-v-471bb5bb] {
|
|
8316
8500
|
padding: 0px;
|
|
8317
8501
|
}
|
|
8318
8502
|
.property--compact.property--level-0
|
|
8319
8503
|
.composition-panel
|
|
8320
|
-
.property--compact.property--level-1[data-v-
|
|
8504
|
+
.property--compact.property--level-1[data-v-471bb5bb] {
|
|
8321
8505
|
padding: 8px;
|
|
8322
8506
|
}
|
|
8323
8507
|
/* if a property doesn't have a heading, remove the top padding */
|
|
8324
|
-
.property[data-v-
|
|
8508
|
+
.property[data-v-471bb5bb]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
8325
8509
|
padding-top: 8px;
|
|
8326
8510
|
padding-bottom: 8px;
|
|
8327
8511
|
}
|
|
8328
|
-
.property--deprecated[data-v-
|
|
8512
|
+
.property--deprecated[data-v-471bb5bb] {
|
|
8329
8513
|
background: repeating-linear-gradient(
|
|
8330
8514
|
-45deg,
|
|
8331
8515
|
var(--scalar-background-2) 0,
|
|
@@ -8335,49 +8519,49 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8335
8519
|
);
|
|
8336
8520
|
background-size: 100%;
|
|
8337
8521
|
}
|
|
8338
|
-
.property--deprecated[data-v-
|
|
8522
|
+
.property--deprecated[data-v-471bb5bb] > * {
|
|
8339
8523
|
opacity: 0.75;
|
|
8340
8524
|
}
|
|
8341
|
-
.property-description[data-v-
|
|
8525
|
+
.property-description[data-v-471bb5bb] {
|
|
8342
8526
|
margin-top: 6px;
|
|
8343
8527
|
line-height: 1.4;
|
|
8344
8528
|
font-size: var(--scalar-small);
|
|
8345
8529
|
}
|
|
8346
|
-
.property-description[data-v-
|
|
8530
|
+
.property-description[data-v-471bb5bb]:has(+ .property-rule) {
|
|
8347
8531
|
margin-bottom: 9px;
|
|
8348
8532
|
}
|
|
8349
|
-
[data-v-
|
|
8533
|
+
[data-v-471bb5bb] .property-description * {
|
|
8350
8534
|
color: var(--scalar-color-2) !important;
|
|
8351
8535
|
}
|
|
8352
|
-
.property[data-v-
|
|
8536
|
+
.property[data-v-471bb5bb]:not(:last-of-type) {
|
|
8353
8537
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8354
8538
|
}
|
|
8355
|
-
.property-description + .children[data-v-
|
|
8356
|
-
.children + .property-rule[data-v-
|
|
8539
|
+
.property-description + .children[data-v-471bb5bb],
|
|
8540
|
+
.children + .property-rule[data-v-471bb5bb] {
|
|
8357
8541
|
margin-top: 9px;
|
|
8358
8542
|
}
|
|
8359
|
-
.children[data-v-
|
|
8543
|
+
.children[data-v-471bb5bb] {
|
|
8360
8544
|
display: flex;
|
|
8361
8545
|
flex-direction: column;
|
|
8362
8546
|
}
|
|
8363
|
-
.children .property--compact.property--level-1[data-v-
|
|
8547
|
+
.children .property--compact.property--level-1[data-v-471bb5bb] {
|
|
8364
8548
|
padding: 12px;
|
|
8365
8549
|
}
|
|
8366
|
-
.property-example-value[data-v-
|
|
8550
|
+
.property-example-value[data-v-471bb5bb] {
|
|
8367
8551
|
all: unset;
|
|
8368
8552
|
font-family: var(--scalar-font-code);
|
|
8369
8553
|
padding: 6px;
|
|
8370
8554
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8371
8555
|
}
|
|
8372
|
-
.property-rule[data-v-
|
|
8556
|
+
.property-rule[data-v-471bb5bb] {
|
|
8373
8557
|
border-radius: var(--scalar-radius-lg);
|
|
8374
8558
|
display: flex;
|
|
8375
8559
|
flex-direction: column;
|
|
8376
8560
|
}
|
|
8377
|
-
.property--level-2[data-v-
|
|
8561
|
+
.property--level-2[data-v-471bb5bb] .relative > button {
|
|
8378
8562
|
left: -2rem;
|
|
8379
8563
|
}
|
|
8380
|
-
.property-rule[data-v-
|
|
8564
|
+
.property-rule[data-v-471bb5bb]
|
|
8381
8565
|
|
|
8382
8566
|
.composition-panel
|
|
8383
8567
|
.schema-card--level-1
|
|
@@ -8385,7 +8569,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8385
8569
|
{
|
|
8386
8570
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8387
8571
|
}
|
|
8388
|
-
.property-rule[data-v-
|
|
8572
|
+
.property-rule[data-v-471bb5bb]
|
|
8389
8573
|
.composition-panel > .schema-card > .schema-card-description {
|
|
8390
8574
|
padding: 10px;
|
|
8391
8575
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -8394,29 +8578,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8394
8578
|
margin-top: 0;
|
|
8395
8579
|
}
|
|
8396
8580
|
}
|
|
8397
|
-
.property-example[data-v-
|
|
8581
|
+
.property-example[data-v-471bb5bb] {
|
|
8398
8582
|
background: transparent;
|
|
8399
8583
|
border: none;
|
|
8400
8584
|
display: flex;
|
|
8401
8585
|
flex-direction: row;
|
|
8402
8586
|
gap: 8px;
|
|
8403
8587
|
}
|
|
8404
|
-
.property-example-label[data-v-
|
|
8405
|
-
.property-example-value[data-v-
|
|
8588
|
+
.property-example-label[data-v-471bb5bb],
|
|
8589
|
+
.property-example-value[data-v-471bb5bb] {
|
|
8406
8590
|
padding: 3px 0 0 0;
|
|
8407
8591
|
}
|
|
8408
|
-
.property-example-value[data-v-
|
|
8592
|
+
.property-example-value[data-v-471bb5bb] {
|
|
8409
8593
|
background: var(--scalar-background-2);
|
|
8410
8594
|
border-top: 0;
|
|
8411
8595
|
border-radius: var(--scalar-radius);
|
|
8412
8596
|
padding: 3px 4px;
|
|
8413
8597
|
}
|
|
8414
|
-
.property-name[data-v-
|
|
8598
|
+
.property-name[data-v-471bb5bb] {
|
|
8415
8599
|
font-family: var(--scalar-font-code);
|
|
8416
8600
|
font-weight: var(--scalar-semibold);
|
|
8417
8601
|
}
|
|
8418
|
-
.property-name-additional-properties[data-v-
|
|
8419
|
-
.property-name-pattern-properties[data-v-
|
|
8602
|
+
.property-name-additional-properties[data-v-471bb5bb]::before,
|
|
8603
|
+
.property-name-pattern-properties[data-v-471bb5bb]::before {
|
|
8420
8604
|
text-transform: uppercase;
|
|
8421
8605
|
font-size: var(--scalar-micro);
|
|
8422
8606
|
display: inline-block;
|
|
@@ -8427,92 +8611,255 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8427
8611
|
background-color: var(--scalar-background-2);
|
|
8428
8612
|
margin-right: 4px;
|
|
8429
8613
|
}
|
|
8430
|
-
.property-name-pattern-properties[data-v-
|
|
8614
|
+
.property-name-pattern-properties[data-v-471bb5bb]::before {
|
|
8431
8615
|
content: 'regex';
|
|
8432
8616
|
}
|
|
8433
|
-
.property-name-additional-properties[data-v-
|
|
8434
|
-
.property-name-pattern-properties[data-v-
|
|
8617
|
+
.property-name-additional-properties[data-v-471bb5bb],
|
|
8618
|
+
.property-name-pattern-properties[data-v-471bb5bb] {
|
|
8435
8619
|
border: 1px dashed var(--scalar-border-color);
|
|
8436
8620
|
color: var(--scalar-color-accent);
|
|
8437
8621
|
display: inline-block;
|
|
8438
8622
|
padding: 2px;
|
|
8439
8623
|
border-radius: var(--scalar-radius);
|
|
8440
8624
|
}
|
|
8441
|
-
.
|
|
8625
|
+
.headers-card[data-v-4a9699e9] {
|
|
8626
|
+
z-index: 0;
|
|
8627
|
+
margin-top: 12px;
|
|
8628
|
+
margin-bottom: 6px;
|
|
8629
|
+
position: relative;
|
|
8630
|
+
font-size: var(--scalar-font-size-4);
|
|
8442
8631
|
color: var(--scalar-color-1);
|
|
8443
8632
|
|
|
8444
|
-
|
|
8445
|
-
margin-top: -12px;
|
|
8633
|
+
align-self: flex-start;
|
|
8446
8634
|
}
|
|
8447
|
-
.
|
|
8635
|
+
.headers-card.headers-card--open[data-v-4a9699e9] {
|
|
8636
|
+
align-self: initial;
|
|
8637
|
+
}
|
|
8638
|
+
.headers-card-title[data-v-4a9699e9] {
|
|
8639
|
+
padding: 6px 10px;
|
|
8640
|
+
|
|
8448
8641
|
display: flex;
|
|
8449
|
-
|
|
8642
|
+
align-items: center;
|
|
8643
|
+
gap: 4px;
|
|
8450
8644
|
|
|
8451
|
-
|
|
8452
|
-
|
|
8645
|
+
color: var(--scalar-color-3);
|
|
8646
|
+
font-weight: var(--scalar-semibold);
|
|
8647
|
+
font-size: var(--scalar-micro);
|
|
8453
8648
|
|
|
8454
|
-
|
|
8455
|
-
scroll-margin-top: var(--refs-viewport-offset);
|
|
8649
|
+
border-radius: 13.5px;
|
|
8456
8650
|
}
|
|
8457
|
-
.
|
|
8458
|
-
|
|
8459
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8651
|
+
button.headers-card-title[data-v-4a9699e9] {
|
|
8652
|
+
cursor: pointer;
|
|
8460
8653
|
}
|
|
8461
|
-
.
|
|
8462
|
-
|
|
8654
|
+
button.headers-card-title[data-v-4a9699e9]:hover {
|
|
8655
|
+
color: var(--scalar-color-1);
|
|
8463
8656
|
}
|
|
8464
|
-
.
|
|
8657
|
+
.headers-card-title-icon--open[data-v-4a9699e9] {
|
|
8658
|
+
transform: rotate(45deg);
|
|
8659
|
+
}
|
|
8660
|
+
.headers-properties[data-v-4a9699e9] {
|
|
8465
8661
|
display: flex;
|
|
8466
|
-
|
|
8467
|
-
|
|
8468
|
-
|
|
8662
|
+
flex-direction: column;
|
|
8663
|
+
|
|
8664
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8665
|
+
|
|
8666
|
+
border-radius: 13.5px;
|
|
8667
|
+
width: fit-content;
|
|
8469
8668
|
}
|
|
8470
|
-
.
|
|
8471
|
-
|
|
8472
|
-
|
|
8669
|
+
.headers-properties-open > .headers-card-title[data-v-4a9699e9] {
|
|
8670
|
+
border-bottom-left-radius: 0;
|
|
8671
|
+
border-bottom-right-radius: 0;
|
|
8672
|
+
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8473
8673
|
}
|
|
8474
|
-
.
|
|
8475
|
-
|
|
8476
|
-
|
|
8477
|
-
gap: 6px;
|
|
8478
|
-
color: var(--scalar-color-3);
|
|
8674
|
+
.headers-properties-open[data-v-4a9699e9] {
|
|
8675
|
+
border-radius: var(--scalar-radius-lg);
|
|
8676
|
+
width: 100%;
|
|
8479
8677
|
}
|
|
8480
|
-
.
|
|
8481
|
-
|
|
8482
|
-
cursor: pointer;
|
|
8483
|
-
opacity: 1;
|
|
8484
|
-
color: var(--scalar-color-3);
|
|
8678
|
+
.headers-card .property[data-v-4a9699e9]:last-of-type {
|
|
8679
|
+
padding-bottom: 10px;
|
|
8485
8680
|
}
|
|
8486
|
-
.
|
|
8487
|
-
|
|
8681
|
+
.headers-card-title > .headers-card-title-icon[data-v-4a9699e9] {
|
|
8682
|
+
width: 14px;
|
|
8683
|
+
height: 14px;
|
|
8684
|
+
margin: 0;
|
|
8488
8685
|
}
|
|
8489
|
-
.
|
|
8490
|
-
|
|
8686
|
+
.headers-card-title > .headers-card-title-icon--open[data-v-4a9699e9] {
|
|
8687
|
+
transform: rotate(45deg);
|
|
8688
|
+
}
|
|
8689
|
+
.parameter-item[data-v-94968dbd] {
|
|
8491
8690
|
display: flex;
|
|
8492
8691
|
flex-direction: column;
|
|
8692
|
+
position: relative;
|
|
8693
|
+
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8493
8694
|
}
|
|
8494
|
-
.
|
|
8495
|
-
|
|
8496
|
-
font-size: var(--scalar-mini);
|
|
8497
|
-
color: var(--scalar-color--1);
|
|
8498
|
-
padding: 10px 12px 0px 12px;
|
|
8695
|
+
.parameter-item:last-of-type .parameter-schema[data-v-94968dbd] {
|
|
8696
|
+
padding-bottom: 0;
|
|
8499
8697
|
}
|
|
8500
|
-
.
|
|
8501
|
-
padding
|
|
8698
|
+
.parameter-item-container[data-v-94968dbd] {
|
|
8699
|
+
padding: 0;
|
|
8502
8700
|
}
|
|
8503
|
-
.
|
|
8504
|
-
|
|
8505
|
-
align-items: center;
|
|
8506
|
-
font-size: 20px;
|
|
8507
|
-
padding-left: 6px;
|
|
8508
|
-
color: var(--scalar-color-1);
|
|
8701
|
+
.parameter-item-headers[data-v-94968dbd] {
|
|
8702
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8509
8703
|
}
|
|
8510
|
-
.
|
|
8704
|
+
.parameter-item-name[data-v-94968dbd] {
|
|
8705
|
+
position: relative;
|
|
8706
|
+
font-weight: var(--scalar-bold);
|
|
8707
|
+
font-size: var(--scalar-font-size-4);
|
|
8708
|
+
font-family: var(--scalar-font-code);
|
|
8709
|
+
color: var(--scalar-color-1);
|
|
8710
|
+
overflow-wrap: break-word;
|
|
8711
|
+
}
|
|
8712
|
+
.parameter-item-description[data-v-94968dbd],
|
|
8713
|
+
.parameter-item-description-summary[data-v-94968dbd] {
|
|
8714
|
+
font-size: var(--scalar-mini);
|
|
8715
|
+
color: var(--scalar-color-2);
|
|
8716
|
+
}
|
|
8717
|
+
.parameter-item-description-summary.parameter-item-description-summary[data-v-94968dbd] > * {
|
|
8718
|
+
--markdown-line-height: var(--scalar-line-height-5);
|
|
8719
|
+
}
|
|
8720
|
+
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
8721
|
+
.parameter-item-trigger
|
|
8722
|
+
~ .parameter-item-container[data-v-94968dbd]
|
|
8723
|
+
.property--level-0 > .property-heading .property-detail-value {
|
|
8724
|
+
font-size: var(--scalar-micro);
|
|
8725
|
+
}
|
|
8726
|
+
.parameter-item-required-optional[data-v-94968dbd] {
|
|
8727
|
+
color: var(--scalar-color-2);
|
|
8728
|
+
font-weight: var(--scalar-semibold);
|
|
8729
|
+
margin-right: 6px;
|
|
8730
|
+
position: relative;
|
|
8731
|
+
}
|
|
8732
|
+
.parameter-item--required[data-v-94968dbd] {
|
|
8733
|
+
text-transform: uppercase;
|
|
8734
|
+
font-size: var(--scalar-micro);
|
|
8735
|
+
font-weight: var(--scalar-semibold);
|
|
8736
|
+
color: var(--scalar-color-orange);
|
|
8737
|
+
}
|
|
8738
|
+
.parameter-item-description[data-v-94968dbd] {
|
|
8739
|
+
margin-top: 6px;
|
|
8740
|
+
font-size: var(--scalar-small);
|
|
8741
|
+
color: var(--scalar-color-2);
|
|
8742
|
+
line-height: 1.4;
|
|
8743
|
+
}
|
|
8744
|
+
.parameter-item-description[data-v-94968dbd] p {
|
|
8745
|
+
margin-top: 4px;
|
|
8746
|
+
font-size: var(--scalar-small);
|
|
8747
|
+
color: var(--scalar-color-2);
|
|
8748
|
+
}
|
|
8749
|
+
.parameter-schema[data-v-94968dbd] {
|
|
8750
|
+
padding-bottom: 9px;
|
|
8751
|
+
margin-top: 3px;
|
|
8752
|
+
}
|
|
8753
|
+
.parameter-item-trigger[data-v-94968dbd] {
|
|
8754
|
+
display: flex;
|
|
8755
|
+
align-items: baseline;
|
|
8756
|
+
line-height: var(--scalar-line-height-5);
|
|
8757
|
+
gap: 6px;
|
|
8758
|
+
flex-wrap: wrap;
|
|
8759
|
+
padding: 10px 0;
|
|
8760
|
+
outline: none;
|
|
8761
|
+
}
|
|
8762
|
+
.parameter-item-trigger-open[data-v-94968dbd] {
|
|
8763
|
+
padding-bottom: 0;
|
|
8764
|
+
}
|
|
8765
|
+
.parameter-item-icon[data-v-94968dbd] {
|
|
8766
|
+
color: var(--scalar-color-3);
|
|
8767
|
+
left: -19px;
|
|
8768
|
+
top: 0.5lh;
|
|
8769
|
+
translate: 0 -50%;
|
|
8770
|
+
position: absolute;
|
|
8771
|
+
}
|
|
8772
|
+
.parameter-item-trigger:hover .parameter-item-icon[data-v-94968dbd],
|
|
8773
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-94968dbd] {
|
|
8774
|
+
color: var(--scalar-color-1);
|
|
8775
|
+
}
|
|
8776
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-94968dbd] {
|
|
8777
|
+
outline: 1px solid var(--scalar-color-accent);
|
|
8778
|
+
outline-offset: 2px;
|
|
8779
|
+
border-radius: var(--scalar-radius);
|
|
8780
|
+
}
|
|
8781
|
+
.channel-section[data-v-cb522e2e] {
|
|
8782
|
+
margin-bottom: 48px;
|
|
8783
|
+
}
|
|
8784
|
+
.channel-description[data-v-cb522e2e] {
|
|
8785
|
+
padding-bottom: 4px;
|
|
8786
|
+
text-align: left;
|
|
8787
|
+
}
|
|
8788
|
+
.section-wrapper[data-v-ff689b94] {
|
|
8789
|
+
color: var(--scalar-color-1);
|
|
8790
|
+
|
|
8791
|
+
padding-top: 12px;
|
|
8792
|
+
margin-top: -12px;
|
|
8793
|
+
}
|
|
8794
|
+
.section-accordion[data-v-ff689b94] {
|
|
8795
|
+
display: flex;
|
|
8796
|
+
flex-direction: column;
|
|
8797
|
+
|
|
8798
|
+
border-radius: var(--scalar-radius-lg);
|
|
8799
|
+
background: var(--scalar-background-2);
|
|
8800
|
+
|
|
8801
|
+
/* Offset by header height to line up scroll position */
|
|
8802
|
+
scroll-margin-top: var(--refs-viewport-offset);
|
|
8803
|
+
}
|
|
8804
|
+
.section-accordion-transparent[data-v-ff689b94] {
|
|
8805
|
+
background: transparent;
|
|
8806
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8807
|
+
}
|
|
8808
|
+
.section-accordion-button[data-v-ff689b94] {
|
|
8809
|
+
padding: 6px;
|
|
8810
|
+
}
|
|
8811
|
+
.section-accordion-button[data-v-ff689b94] {
|
|
8812
|
+
display: flex;
|
|
8813
|
+
align-items: center;
|
|
8814
|
+
gap: 6px;
|
|
8815
|
+
cursor: pointer;
|
|
8816
|
+
}
|
|
8817
|
+
.section-accordion-button-content[data-v-ff689b94] {
|
|
8818
|
+
flex: 1;
|
|
8819
|
+
min-width: 0;
|
|
8820
|
+
}
|
|
8821
|
+
.section-accordion-button-actions[data-v-ff689b94] {
|
|
8822
|
+
display: flex;
|
|
8823
|
+
align-items: center;
|
|
8824
|
+
gap: 6px;
|
|
8825
|
+
color: var(--scalar-color-3);
|
|
8826
|
+
}
|
|
8827
|
+
.section-accordion-chevron[data-v-ff689b94] {
|
|
8828
|
+
margin-right: 4px;
|
|
8829
|
+
cursor: pointer;
|
|
8830
|
+
opacity: 1;
|
|
8831
|
+
color: var(--scalar-color-3);
|
|
8832
|
+
}
|
|
8833
|
+
.section-accordion-button:hover .section-accordion-chevron[data-v-ff689b94] {
|
|
8834
|
+
color: var(--scalar-color-1);
|
|
8835
|
+
}
|
|
8836
|
+
.section-accordion-content[data-v-ff689b94] {
|
|
8837
|
+
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8838
|
+
display: flex;
|
|
8839
|
+
flex-direction: column;
|
|
8840
|
+
}
|
|
8841
|
+
.section-accordion-description[data-v-ff689b94] {
|
|
8842
|
+
font-weight: var(--scalar-semibold);
|
|
8843
|
+
font-size: var(--scalar-mini);
|
|
8844
|
+
color: var(--scalar-color--1);
|
|
8845
|
+
padding: 10px 12px 0px 12px;
|
|
8846
|
+
}
|
|
8847
|
+
.section-accordion-content-card[data-v-ff689b94] .property:last-of-type {
|
|
8848
|
+
padding-bottom: 9px;
|
|
8849
|
+
}
|
|
8850
|
+
.reference-models-anchor[data-v-f3ae088e] {
|
|
8851
|
+
display: flex;
|
|
8852
|
+
align-items: center;
|
|
8853
|
+
font-size: 20px;
|
|
8854
|
+
padding-left: 6px;
|
|
8855
|
+
color: var(--scalar-color-1);
|
|
8856
|
+
}
|
|
8857
|
+
.reference-models-label[data-v-f3ae088e] {
|
|
8511
8858
|
display: block;
|
|
8512
8859
|
font-size: var(--scalar-mini);
|
|
8513
8860
|
}
|
|
8514
8861
|
/* Style the "icon" */
|
|
8515
|
-
.reference-models-label[data-v-
|
|
8862
|
+
.reference-models-label[data-v-f3ae088e] em {
|
|
8516
8863
|
font-weight: var(--scalar-bold);
|
|
8517
8864
|
}
|
|
8518
8865
|
.collapsible-section[data-v-999a158a] {
|
|
@@ -8548,64 +8895,6 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8548
8895
|
margin-bottom: 10px;
|
|
8549
8896
|
scroll-margin-top: 140px;
|
|
8550
8897
|
}
|
|
8551
|
-
.section-accordion-wrapper[data-v-9419dd23] {
|
|
8552
|
-
padding: 0 60px;
|
|
8553
|
-
}
|
|
8554
|
-
.section-accordion[data-v-9419dd23] {
|
|
8555
|
-
position: relative;
|
|
8556
|
-
width: 100%;
|
|
8557
|
-
max-width: var(--refs-content-max-width);
|
|
8558
|
-
margin: auto;
|
|
8559
|
-
}
|
|
8560
|
-
.section-accordion-content[data-v-9419dd23] {
|
|
8561
|
-
display: flex;
|
|
8562
|
-
flex-direction: column;
|
|
8563
|
-
gap: 12px;
|
|
8564
|
-
|
|
8565
|
-
padding-top: 12px;
|
|
8566
|
-
}
|
|
8567
|
-
.section-accordion-button[data-v-9419dd23] {
|
|
8568
|
-
width: 100%;
|
|
8569
|
-
display: flex;
|
|
8570
|
-
|
|
8571
|
-
cursor: pointer;
|
|
8572
|
-
|
|
8573
|
-
padding: 6px 0 6px 0;
|
|
8574
|
-
margin: -6px 0 -6px 0;
|
|
8575
|
-
border-radius: var(--scalar-radius);
|
|
8576
|
-
}
|
|
8577
|
-
.section-accordion-chevron[data-v-9419dd23] {
|
|
8578
|
-
position: absolute;
|
|
8579
|
-
left: -22px;
|
|
8580
|
-
top: 12px;
|
|
8581
|
-
color: var(--scalar-color-3);
|
|
8582
|
-
}
|
|
8583
|
-
.section-accordion-button:hover .section-accordion-chevron[data-v-9419dd23] {
|
|
8584
|
-
color: var(--scalar-color-1);
|
|
8585
|
-
}
|
|
8586
|
-
.section-accordion-title[data-v-9419dd23] {
|
|
8587
|
-
display: flex;
|
|
8588
|
-
flex-direction: column;
|
|
8589
|
-
align-items: flex-start;
|
|
8590
|
-
flex: 1;
|
|
8591
|
-
padding: 0 6px;
|
|
8592
|
-
}
|
|
8593
|
-
.section-accordion-title[data-v-9419dd23] .section-header-wrapper {
|
|
8594
|
-
grid-template-columns: 1fr;
|
|
8595
|
-
}
|
|
8596
|
-
.section-accordion-title[data-v-9419dd23] .section-header {
|
|
8597
|
-
margin-bottom: 0;
|
|
8598
|
-
}
|
|
8599
|
-
@container narrow-references-container (max-width: 900px) {
|
|
8600
|
-
.section-accordion-chevron[data-v-9419dd23] {
|
|
8601
|
-
width: 16px;
|
|
8602
|
-
left: -16px;
|
|
8603
|
-
top: 14px;
|
|
8604
|
-
}
|
|
8605
|
-
.section-accordion-wrapper[data-v-9419dd23] {
|
|
8606
|
-
padding: calc(var(--refs-viewport-offset)) 24px 0 24px;
|
|
8607
|
-
}
|
|
8608
|
-
}
|
|
8609
8898
|
.show-more[data-v-d1c2b649] {
|
|
8610
8899
|
appearance: none;
|
|
8611
8900
|
border: none;
|
|
@@ -8731,166 +9020,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8731
9020
|
.deprecated[data-v-ec6c8861] {
|
|
8732
9021
|
text-decoration: line-through;
|
|
8733
9022
|
}
|
|
8734
|
-
.
|
|
8735
|
-
z-index: 0;
|
|
8736
|
-
margin-top: 12px;
|
|
8737
|
-
margin-bottom: 6px;
|
|
8738
|
-
position: relative;
|
|
8739
|
-
font-size: var(--scalar-font-size-4);
|
|
8740
|
-
color: var(--scalar-color-1);
|
|
8741
|
-
|
|
8742
|
-
align-self: flex-start;
|
|
8743
|
-
}
|
|
8744
|
-
.headers-card.headers-card--open[data-v-c4fe6aa2] {
|
|
8745
|
-
align-self: initial;
|
|
8746
|
-
}
|
|
8747
|
-
.headers-card-title[data-v-c4fe6aa2] {
|
|
8748
|
-
padding: 6px 10px;
|
|
8749
|
-
|
|
8750
|
-
display: flex;
|
|
8751
|
-
align-items: center;
|
|
8752
|
-
gap: 4px;
|
|
8753
|
-
|
|
8754
|
-
color: var(--scalar-color-3);
|
|
8755
|
-
font-weight: var(--scalar-semibold);
|
|
8756
|
-
font-size: var(--scalar-micro);
|
|
8757
|
-
|
|
8758
|
-
border-radius: 13.5px;
|
|
8759
|
-
}
|
|
8760
|
-
button.headers-card-title[data-v-c4fe6aa2] {
|
|
8761
|
-
cursor: pointer;
|
|
8762
|
-
}
|
|
8763
|
-
button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
8764
|
-
color: var(--scalar-color-1);
|
|
8765
|
-
}
|
|
8766
|
-
.headers-card-title-icon--open[data-v-c4fe6aa2] {
|
|
8767
|
-
transform: rotate(45deg);
|
|
8768
|
-
}
|
|
8769
|
-
.headers-properties[data-v-c4fe6aa2] {
|
|
8770
|
-
display: flex;
|
|
8771
|
-
flex-direction: column;
|
|
8772
|
-
|
|
8773
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8774
|
-
|
|
8775
|
-
border-radius: 13.5px;
|
|
8776
|
-
width: fit-content;
|
|
8777
|
-
}
|
|
8778
|
-
.headers-properties-open > .headers-card-title[data-v-c4fe6aa2] {
|
|
8779
|
-
border-bottom-left-radius: 0;
|
|
8780
|
-
border-bottom-right-radius: 0;
|
|
8781
|
-
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8782
|
-
}
|
|
8783
|
-
.headers-properties-open[data-v-c4fe6aa2] {
|
|
8784
|
-
border-radius: var(--scalar-radius-lg);
|
|
8785
|
-
width: 100%;
|
|
8786
|
-
}
|
|
8787
|
-
.headers-card .property[data-v-c4fe6aa2]:last-of-type {
|
|
8788
|
-
padding-bottom: 10px;
|
|
8789
|
-
}
|
|
8790
|
-
.headers-card-title > .headers-card-title-icon[data-v-c4fe6aa2] {
|
|
8791
|
-
width: 14px;
|
|
8792
|
-
height: 14px;
|
|
8793
|
-
margin: 0;
|
|
8794
|
-
}
|
|
8795
|
-
.headers-card-title > .headers-card-title-icon--open[data-v-c4fe6aa2] {
|
|
8796
|
-
transform: rotate(45deg);
|
|
8797
|
-
}
|
|
8798
|
-
.parameter-item[data-v-ca54f4ef] {
|
|
8799
|
-
display: flex;
|
|
8800
|
-
flex-direction: column;
|
|
8801
|
-
position: relative;
|
|
8802
|
-
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8803
|
-
}
|
|
8804
|
-
.parameter-item:last-of-type .parameter-schema[data-v-ca54f4ef] {
|
|
8805
|
-
padding-bottom: 0;
|
|
8806
|
-
}
|
|
8807
|
-
.parameter-item-container[data-v-ca54f4ef] {
|
|
8808
|
-
padding: 0;
|
|
8809
|
-
}
|
|
8810
|
-
.parameter-item-headers[data-v-ca54f4ef] {
|
|
8811
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8812
|
-
}
|
|
8813
|
-
.parameter-item-name[data-v-ca54f4ef] {
|
|
8814
|
-
position: relative;
|
|
8815
|
-
font-weight: var(--scalar-bold);
|
|
8816
|
-
font-size: var(--scalar-font-size-4);
|
|
8817
|
-
font-family: var(--scalar-font-code);
|
|
8818
|
-
color: var(--scalar-color-1);
|
|
8819
|
-
overflow-wrap: break-word;
|
|
8820
|
-
}
|
|
8821
|
-
.parameter-item-description[data-v-ca54f4ef],
|
|
8822
|
-
.parameter-item-description-summary[data-v-ca54f4ef] {
|
|
8823
|
-
font-size: var(--scalar-mini);
|
|
8824
|
-
color: var(--scalar-color-2);
|
|
8825
|
-
}
|
|
8826
|
-
.parameter-item-description-summary.parameter-item-description-summary[data-v-ca54f4ef] > * {
|
|
8827
|
-
--markdown-line-height: var(--scalar-line-height-5);
|
|
8828
|
-
}
|
|
8829
|
-
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
8830
|
-
.parameter-item-trigger
|
|
8831
|
-
~ .parameter-item-container[data-v-ca54f4ef]
|
|
8832
|
-
.property--level-0 > .property-heading .property-detail-value {
|
|
8833
|
-
font-size: var(--scalar-micro);
|
|
8834
|
-
}
|
|
8835
|
-
.parameter-item-required-optional[data-v-ca54f4ef] {
|
|
8836
|
-
color: var(--scalar-color-2);
|
|
8837
|
-
font-weight: var(--scalar-semibold);
|
|
8838
|
-
margin-right: 6px;
|
|
8839
|
-
position: relative;
|
|
8840
|
-
}
|
|
8841
|
-
.parameter-item--required[data-v-ca54f4ef] {
|
|
8842
|
-
text-transform: uppercase;
|
|
8843
|
-
font-size: var(--scalar-micro);
|
|
8844
|
-
font-weight: var(--scalar-semibold);
|
|
8845
|
-
color: var(--scalar-color-orange);
|
|
8846
|
-
}
|
|
8847
|
-
.parameter-item-description[data-v-ca54f4ef] {
|
|
8848
|
-
margin-top: 6px;
|
|
8849
|
-
font-size: var(--scalar-small);
|
|
8850
|
-
color: var(--scalar-color-2);
|
|
8851
|
-
line-height: 1.4;
|
|
8852
|
-
}
|
|
8853
|
-
.parameter-item-description[data-v-ca54f4ef] p {
|
|
8854
|
-
margin-top: 4px;
|
|
8855
|
-
font-size: var(--scalar-small);
|
|
8856
|
-
color: var(--scalar-color-2);
|
|
8857
|
-
}
|
|
8858
|
-
.parameter-schema[data-v-ca54f4ef] {
|
|
8859
|
-
padding-bottom: 9px;
|
|
8860
|
-
margin-top: 3px;
|
|
8861
|
-
}
|
|
8862
|
-
.parameter-item-trigger[data-v-ca54f4ef] {
|
|
8863
|
-
display: flex;
|
|
8864
|
-
align-items: baseline;
|
|
8865
|
-
line-height: var(--scalar-line-height-5);
|
|
8866
|
-
gap: 6px;
|
|
8867
|
-
flex-wrap: wrap;
|
|
8868
|
-
padding: 10px 0;
|
|
8869
|
-
outline: none;
|
|
8870
|
-
}
|
|
8871
|
-
.parameter-item-trigger-open[data-v-ca54f4ef] {
|
|
8872
|
-
padding-bottom: 0;
|
|
8873
|
-
}
|
|
8874
|
-
.parameter-item-icon[data-v-ca54f4ef] {
|
|
8875
|
-
color: var(--scalar-color-3);
|
|
8876
|
-
left: -19px;
|
|
8877
|
-
top: 0.5lh;
|
|
8878
|
-
translate: 0 -50%;
|
|
8879
|
-
position: absolute;
|
|
8880
|
-
}
|
|
8881
|
-
.parameter-item-trigger:hover .parameter-item-icon[data-v-ca54f4ef],
|
|
8882
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ca54f4ef] {
|
|
8883
|
-
color: var(--scalar-color-1);
|
|
8884
|
-
}
|
|
8885
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ca54f4ef] {
|
|
8886
|
-
outline: 1px solid var(--scalar-color-accent);
|
|
8887
|
-
outline-offset: 2px;
|
|
8888
|
-
border-radius: var(--scalar-radius);
|
|
8889
|
-
}
|
|
8890
|
-
.request-body[data-v-c5c0478d] {
|
|
9023
|
+
.request-body[data-v-076f6de4] {
|
|
8891
9024
|
margin-top: 24px;
|
|
8892
9025
|
}
|
|
8893
|
-
.request-body-header[data-v-
|
|
9026
|
+
.request-body-header[data-v-076f6de4] {
|
|
8894
9027
|
display: flex;
|
|
8895
9028
|
align-items: center;
|
|
8896
9029
|
justify-content: space-between;
|
|
@@ -8898,7 +9031,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8898
9031
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8899
9032
|
flex-flow: wrap;
|
|
8900
9033
|
}
|
|
8901
|
-
.request-body-title[data-v-
|
|
9034
|
+
.request-body-title[data-v-076f6de4] {
|
|
8902
9035
|
display: flex;
|
|
8903
9036
|
align-items: center;
|
|
8904
9037
|
gap: 8px;
|
|
@@ -8906,7 +9039,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8906
9039
|
font-weight: var(--scalar-semibold);
|
|
8907
9040
|
color: var(--scalar-color-1);
|
|
8908
9041
|
}
|
|
8909
|
-
.request-body-required[data-v-
|
|
9042
|
+
.request-body-required[data-v-076f6de4] {
|
|
8910
9043
|
font-size: var(--scalar-micro);
|
|
8911
9044
|
color: var(--scalar-color-orange);
|
|
8912
9045
|
font-weight: normal;
|
|
@@ -8915,33 +9048,33 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8915
9048
|
padding: 2px 8px;
|
|
8916
9049
|
height: 20px;
|
|
8917
9050
|
}
|
|
8918
|
-
.request-body-description[data-v-
|
|
9051
|
+
.request-body-description[data-v-076f6de4] {
|
|
8919
9052
|
margin-top: 6px;
|
|
8920
9053
|
font-size: var(--scalar-small);
|
|
8921
9054
|
width: 100%;
|
|
8922
9055
|
}
|
|
8923
9056
|
.request-body-header
|
|
8924
|
-
+ .request-body-schema[data-v-
|
|
9057
|
+
+ .request-body-schema[data-v-076f6de4]:has(> .schema-card > .schema-card-description),
|
|
8925
9058
|
.request-body-header
|
|
8926
|
-
+ .request-body-schema[data-v-
|
|
9059
|
+
+ .request-body-schema[data-v-076f6de4]:has(
|
|
8927
9060
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
8928
9061
|
) {
|
|
8929
9062
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
8930
9063
|
padding-top: 8px;
|
|
8931
9064
|
}
|
|
8932
|
-
.request-body-description[data-v-
|
|
9065
|
+
.request-body-description[data-v-076f6de4] .markdown * {
|
|
8933
9066
|
color: var(--scalar-color-2) !important;
|
|
8934
9067
|
}
|
|
8935
|
-
.callback-sticky-offset[data-v-
|
|
9068
|
+
.callback-sticky-offset[data-v-474e6fa6] {
|
|
8936
9069
|
top: var(--refs-viewport-offset, 0px);
|
|
8937
9070
|
z-index: 1;
|
|
8938
9071
|
}
|
|
8939
|
-
.callback-operation-container[data-v-
|
|
8940
|
-
.callback-operation-container[data-v-
|
|
8941
|
-
.callback-operation-container[data-v-
|
|
9072
|
+
.callback-operation-container[data-v-474e6fa6] .request-body,
|
|
9073
|
+
.callback-operation-container[data-v-474e6fa6] .request-body-description,
|
|
9074
|
+
.callback-operation-container[data-v-474e6fa6] .request-body-header {
|
|
8942
9075
|
margin-top: 0;
|
|
8943
9076
|
}
|
|
8944
|
-
.callback-operation-container[data-v-
|
|
9077
|
+
.callback-operation-container[data-v-474e6fa6] .request-body-header {
|
|
8945
9078
|
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
8946
9079
|
padding: 10px;
|
|
8947
9080
|
border-bottom: none;
|
|
@@ -8949,24 +9082,24 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8949
9082
|
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
8950
9083
|
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
8951
9084
|
}
|
|
8952
|
-
.callback-operation-container[data-v-
|
|
9085
|
+
.callback-operation-container[data-v-474e6fa6]
|
|
8953
9086
|
.request-body-schema > .schema-card > .schema-card-description {
|
|
8954
9087
|
padding-inline: 8px;
|
|
8955
9088
|
}
|
|
8956
|
-
.callback-operation-container[data-v-
|
|
9089
|
+
.callback-operation-container[data-v-474e6fa6] ul li.property.property--level-1 {
|
|
8957
9090
|
padding: 10px;
|
|
8958
9091
|
}
|
|
8959
|
-
.callback-operation-container[data-v-
|
|
9092
|
+
.callback-operation-container[data-v-474e6fa6] .request-body-schema {
|
|
8960
9093
|
background-color: var(--scalar-background-1);
|
|
8961
9094
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8962
9095
|
border-top: none;
|
|
8963
9096
|
overflow: hidden;
|
|
8964
9097
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8965
9098
|
}
|
|
8966
|
-
.callback-operation-container[data-v-
|
|
9099
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list {
|
|
8967
9100
|
margin-top: 0;
|
|
8968
9101
|
}
|
|
8969
|
-
.callback-operation-container[data-v-
|
|
9102
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-title {
|
|
8970
9103
|
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
8971
9104
|
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
8972
9105
|
padding: 10px;
|
|
@@ -8975,18 +9108,18 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8975
9108
|
border-bottom: none;
|
|
8976
9109
|
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
8977
9110
|
}
|
|
8978
|
-
.callback-operation-container[data-v-
|
|
9111
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-items {
|
|
8979
9112
|
/* background: pink; */
|
|
8980
9113
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8981
9114
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8982
9115
|
}
|
|
8983
|
-
.callback-operation-container[data-v-
|
|
9116
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li:first-of-type {
|
|
8984
9117
|
border-top: none;
|
|
8985
9118
|
}
|
|
8986
|
-
.callback-operation-container[data-v-
|
|
9119
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li {
|
|
8987
9120
|
padding: 0 8px;
|
|
8988
9121
|
}
|
|
8989
|
-
.empty-state[data-v-
|
|
9122
|
+
.empty-state[data-v-da52ac9d] {
|
|
8990
9123
|
margin: 10px 0 10px 12px;
|
|
8991
9124
|
text-align: center;
|
|
8992
9125
|
font-size: var(--scalar-mini);
|
|
@@ -8997,18 +9130,18 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8997
9130
|
border-radius: var(--scalar-radius-lg);
|
|
8998
9131
|
color: var(--scalar-color-2);
|
|
8999
9132
|
}
|
|
9000
|
-
.rule-title[data-v-
|
|
9133
|
+
.rule-title[data-v-da52ac9d] {
|
|
9001
9134
|
font-family: var(--scalar-font-code);
|
|
9002
9135
|
color: var(--scalar-color-1);
|
|
9003
9136
|
display: inline-block;
|
|
9004
9137
|
margin: 12px 0 6px;
|
|
9005
9138
|
border-radius: var(--scalar-radius);
|
|
9006
9139
|
}
|
|
9007
|
-
.rule[data-v-
|
|
9140
|
+
.rule[data-v-da52ac9d] {
|
|
9008
9141
|
margin: 0 12px 0;
|
|
9009
9142
|
border-radius: var(--scalar-radius-lg);
|
|
9010
9143
|
}
|
|
9011
|
-
.rule-items[data-v-
|
|
9144
|
+
.rule-items[data-v-da52ac9d] {
|
|
9012
9145
|
counter-reset: list-number;
|
|
9013
9146
|
display: flex;
|
|
9014
9147
|
flex-direction: column;
|
|
@@ -9016,14 +9149,14 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9016
9149
|
border-left: 1px solid var(--scalar-border-color);
|
|
9017
9150
|
padding: 12px 0 12px;
|
|
9018
9151
|
}
|
|
9019
|
-
.rule-item[data-v-
|
|
9152
|
+
.rule-item[data-v-da52ac9d] {
|
|
9020
9153
|
counter-increment: list-number;
|
|
9021
9154
|
border: 1px solid var(--scalar-border-color);
|
|
9022
9155
|
border-radius: var(--scalar-radius-lg);
|
|
9023
9156
|
overflow: hidden;
|
|
9024
9157
|
margin-left: 24px;
|
|
9025
9158
|
}
|
|
9026
|
-
.rule-item[data-v-
|
|
9159
|
+
.rule-item[data-v-da52ac9d]:before {
|
|
9027
9160
|
/* content: counter(list-number); */
|
|
9028
9161
|
border: 1px solid var(--scalar-border-color);
|
|
9029
9162
|
border-top: 0;
|
|
@@ -9276,11 +9409,11 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9276
9409
|
margin-right: 4px;
|
|
9277
9410
|
}
|
|
9278
9411
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
9279
|
-
.operation-title[data-v-
|
|
9412
|
+
.operation-title[data-v-5a538905] {
|
|
9280
9413
|
justify-content: space-between;
|
|
9281
9414
|
display: flex;
|
|
9282
9415
|
}
|
|
9283
|
-
.operation-details[data-v-
|
|
9416
|
+
.operation-details[data-v-5a538905] {
|
|
9284
9417
|
flex-shrink: 1;
|
|
9285
9418
|
align-items: center;
|
|
9286
9419
|
gap: 9px;
|
|
@@ -9288,11 +9421,11 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9288
9421
|
margin-top: 0;
|
|
9289
9422
|
display: flex;
|
|
9290
9423
|
}
|
|
9291
|
-
.operation-details[data-v-
|
|
9424
|
+
.operation-details[data-v-5a538905] .endpoint-anchor .scalar-button svg {
|
|
9292
9425
|
width: 16px;
|
|
9293
9426
|
height: 16px;
|
|
9294
9427
|
}
|
|
9295
|
-
.endpoint-type[data-v-
|
|
9428
|
+
.endpoint-type[data-v-5a538905] {
|
|
9296
9429
|
z-index: 0;
|
|
9297
9430
|
width: 60px;
|
|
9298
9431
|
font-size: var(--scalar-small);
|
|
@@ -9307,7 +9440,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9307
9440
|
display: flex;
|
|
9308
9441
|
position: relative;
|
|
9309
9442
|
}
|
|
9310
|
-
.endpoint-type[data-v-
|
|
9443
|
+
.endpoint-type[data-v-5a538905]:after {
|
|
9311
9444
|
content: "";
|
|
9312
9445
|
z-index: -1;
|
|
9313
9446
|
opacity: .15;
|
|
@@ -9316,16 +9449,16 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9316
9449
|
position: absolute;
|
|
9317
9450
|
inset: 0;
|
|
9318
9451
|
}
|
|
9319
|
-
.endpoint-anchor[data-v-
|
|
9452
|
+
.endpoint-anchor[data-v-5a538905] {
|
|
9320
9453
|
flex-shrink: 1;
|
|
9321
9454
|
align-items: center;
|
|
9322
9455
|
min-width: 0;
|
|
9323
9456
|
display: flex;
|
|
9324
9457
|
}
|
|
9325
|
-
.endpoint-anchor.label[data-v-
|
|
9458
|
+
.endpoint-anchor.label[data-v-5a538905] {
|
|
9326
9459
|
display: flex;
|
|
9327
9460
|
}
|
|
9328
|
-
.endpoint-label[data-v-
|
|
9461
|
+
.endpoint-label[data-v-5a538905] {
|
|
9329
9462
|
min-width: 0;
|
|
9330
9463
|
color: var(--scalar-color-1);
|
|
9331
9464
|
flex-shrink: 1;
|
|
@@ -9333,17 +9466,17 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9333
9466
|
gap: 9px;
|
|
9334
9467
|
display: flex;
|
|
9335
9468
|
}
|
|
9336
|
-
.endpoint-label-path[data-v-
|
|
9469
|
+
.endpoint-label-path[data-v-5a538905] {
|
|
9337
9470
|
font-family: var(--scalar-font-code);
|
|
9338
9471
|
font-size: var(--scalar-mini);
|
|
9339
9472
|
text-overflow: ellipsis;
|
|
9340
9473
|
white-space: nowrap;
|
|
9341
9474
|
overflow: hidden;
|
|
9342
9475
|
}
|
|
9343
|
-
.endpoint-label-path[data-v-
|
|
9476
|
+
.endpoint-label-path[data-v-5a538905] em {
|
|
9344
9477
|
color: var(--scalar-color-2);
|
|
9345
9478
|
}
|
|
9346
|
-
.endpoint-label-name[data-v-
|
|
9479
|
+
.endpoint-label-name[data-v-5a538905] {
|
|
9347
9480
|
color: var(--scalar-color-2);
|
|
9348
9481
|
font-size: var(--scalar-small);
|
|
9349
9482
|
text-overflow: ellipsis;
|
|
@@ -9351,17 +9484,17 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9351
9484
|
flex-shrink: 1000000000;
|
|
9352
9485
|
overflow: hidden;
|
|
9353
9486
|
}
|
|
9354
|
-
.endpoint-try-hint[data-v-
|
|
9487
|
+
.endpoint-try-hint[data-v-5a538905] {
|
|
9355
9488
|
flex-shrink: 0;
|
|
9356
9489
|
padding: 2px;
|
|
9357
9490
|
}
|
|
9358
|
-
.endpoint-copy[data-v-
|
|
9491
|
+
.endpoint-copy[data-v-5a538905] {
|
|
9359
9492
|
color: currentColor;
|
|
9360
9493
|
}
|
|
9361
|
-
.endpoint-copy[data-v-
|
|
9494
|
+
.endpoint-copy[data-v-5a538905] svg {
|
|
9362
9495
|
stroke-width: 2px;
|
|
9363
9496
|
}
|
|
9364
|
-
.endpoint-content[data-v-
|
|
9497
|
+
.endpoint-content[data-v-5a538905] {
|
|
9365
9498
|
grid-auto-columns: 1fr;
|
|
9366
9499
|
grid-auto-flow: row;
|
|
9367
9500
|
gap: 9px;
|
|
@@ -9369,52 +9502,52 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9369
9502
|
display: grid;
|
|
9370
9503
|
}
|
|
9371
9504
|
@media (min-width: 1000px) {
|
|
9372
|
-
.endpoint-content[data-v-
|
|
9505
|
+
.endpoint-content[data-v-5a538905] {
|
|
9373
9506
|
grid-auto-flow: column;
|
|
9374
9507
|
}
|
|
9375
9508
|
}
|
|
9376
9509
|
@container (max-width: 900px) {
|
|
9377
|
-
.endpoint-content[data-v-
|
|
9510
|
+
.endpoint-content[data-v-5a538905] {
|
|
9378
9511
|
grid-template-columns: 1fr;
|
|
9379
9512
|
}
|
|
9380
9513
|
}
|
|
9381
|
-
.endpoint-content[data-v-
|
|
9514
|
+
.endpoint-content[data-v-5a538905] > * {
|
|
9382
9515
|
min-width: 0;
|
|
9383
9516
|
}
|
|
9384
|
-
.operation-details-card[data-v-
|
|
9517
|
+
.operation-details-card[data-v-5a538905] {
|
|
9385
9518
|
flex-direction: column;
|
|
9386
9519
|
gap: 12px;
|
|
9387
9520
|
min-width: 0;
|
|
9388
9521
|
display: flex;
|
|
9389
9522
|
}
|
|
9390
|
-
:is(.operation-details-card-item[data-v-
|
|
9523
|
+
:is(.operation-details-card-item[data-v-5a538905] .parameter-list, .operation-details-card-item[data-v-5a538905] .callbacks-list) {
|
|
9391
9524
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9392
9525
|
border-radius: var(--scalar-radius-lg);
|
|
9393
9526
|
margin-top: 0;
|
|
9394
9527
|
}
|
|
9395
|
-
.operation-details-card-item[data-v-
|
|
9528
|
+
.operation-details-card-item[data-v-5a538905] {
|
|
9396
9529
|
flex-direction: column;
|
|
9397
9530
|
gap: 12px;
|
|
9398
9531
|
display: flex;
|
|
9399
9532
|
}
|
|
9400
|
-
.operation-details-card-item[data-v-
|
|
9533
|
+
.operation-details-card-item[data-v-5a538905] .parameter-list-items {
|
|
9401
9534
|
margin-bottom: 0;
|
|
9402
9535
|
}
|
|
9403
|
-
.operation-details-card[data-v-
|
|
9536
|
+
.operation-details-card[data-v-5a538905] .parameter-item:last-of-type .parameter-schema {
|
|
9404
9537
|
padding-bottom: 12px;
|
|
9405
9538
|
}
|
|
9406
|
-
.operation-details-card[data-v-
|
|
9539
|
+
.operation-details-card[data-v-5a538905] .parameter-list .parameter-list {
|
|
9407
9540
|
margin-bottom: 12px;
|
|
9408
9541
|
}
|
|
9409
|
-
.operation-details-card[data-v-
|
|
9542
|
+
.operation-details-card[data-v-5a538905] .parameter-item {
|
|
9410
9543
|
margin: 0;
|
|
9411
9544
|
padding: 0;
|
|
9412
9545
|
}
|
|
9413
|
-
.operation-details-card[data-v-
|
|
9546
|
+
.operation-details-card[data-v-5a538905] .property {
|
|
9414
9547
|
margin: 0;
|
|
9415
9548
|
padding: 9px;
|
|
9416
9549
|
}
|
|
9417
|
-
:is(.operation-details-card[data-v-
|
|
9550
|
+
:is(.operation-details-card[data-v-5a538905] .parameter-list-title, .operation-details-card[data-v-5a538905] .request-body-title, .operation-details-card[data-v-5a538905] .callbacks-title) {
|
|
9418
9551
|
text-transform: uppercase;
|
|
9419
9552
|
font-weight: var(--scalar-bold);
|
|
9420
9553
|
font-size: var(--scalar-mini);
|
|
@@ -9423,61 +9556,61 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9423
9556
|
padding: 9px;
|
|
9424
9557
|
line-height: 1.33;
|
|
9425
9558
|
}
|
|
9426
|
-
.operation-details-card[data-v-
|
|
9559
|
+
.operation-details-card[data-v-5a538905] .callback-list-item-title {
|
|
9427
9560
|
padding-left: 28px;
|
|
9428
9561
|
padding-right: 12px;
|
|
9429
9562
|
}
|
|
9430
|
-
.operation-details-card[data-v-
|
|
9563
|
+
.operation-details-card[data-v-5a538905] .callback-list-item-icon {
|
|
9431
9564
|
left: 6px;
|
|
9432
9565
|
}
|
|
9433
|
-
.operation-details-card[data-v-
|
|
9566
|
+
.operation-details-card[data-v-5a538905] .callback-operation-container {
|
|
9434
9567
|
padding-inline: 9px;
|
|
9435
9568
|
padding-bottom: 9px;
|
|
9436
9569
|
}
|
|
9437
|
-
:is(.operation-details-card[data-v-
|
|
9570
|
+
:is(.operation-details-card[data-v-5a538905] .callback-operation-container > .request-body, .operation-details-card[data-v-5a538905] .callback-operation-container > .parameter-list) {
|
|
9438
9571
|
border: none;
|
|
9439
9572
|
}
|
|
9440
|
-
.operation-details-card[data-v-
|
|
9573
|
+
.operation-details-card[data-v-5a538905] .callback-operation-container > .request-body > .request-body-header {
|
|
9441
9574
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9442
9575
|
padding: 0 0 9px;
|
|
9443
9576
|
}
|
|
9444
|
-
.operation-details-card[data-v-
|
|
9577
|
+
.operation-details-card[data-v-5a538905] .request-body-description {
|
|
9445
9578
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9446
9579
|
margin-top: 0;
|
|
9447
9580
|
padding: 9px 9px 0;
|
|
9448
9581
|
}
|
|
9449
|
-
.operation-details-card[data-v-
|
|
9582
|
+
.operation-details-card[data-v-5a538905] .request-body {
|
|
9450
9583
|
border-radius: var(--scalar-radius-lg);
|
|
9451
9584
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9452
9585
|
margin-top: 0;
|
|
9453
9586
|
}
|
|
9454
|
-
.operation-details-card[data-v-
|
|
9587
|
+
.operation-details-card[data-v-5a538905] .request-body .schema-card--level-0 > .schema-card-description {
|
|
9455
9588
|
padding-inline: 9px;
|
|
9456
9589
|
}
|
|
9457
|
-
.operation-details-card[data-v-
|
|
9590
|
+
.operation-details-card[data-v-5a538905] .request-body-header {
|
|
9458
9591
|
border-bottom: 0;
|
|
9459
9592
|
padding-bottom: 0;
|
|
9460
9593
|
}
|
|
9461
|
-
.operation-details-card[data-v-
|
|
9594
|
+
.operation-details-card[data-v-5a538905] .contents button {
|
|
9462
9595
|
margin-right: 9px;
|
|
9463
9596
|
}
|
|
9464
|
-
.operation-details-card[data-v-
|
|
9597
|
+
.operation-details-card[data-v-5a538905] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
9465
9598
|
margin-inline: 9px;
|
|
9466
9599
|
margin-bottom: 9px;
|
|
9467
9600
|
}
|
|
9468
|
-
.operation-details-card[data-v-
|
|
9601
|
+
.operation-details-card[data-v-5a538905] .request-body-schema .property--level-0 {
|
|
9469
9602
|
padding: 0;
|
|
9470
9603
|
}
|
|
9471
|
-
.operation-details-card[data-v-
|
|
9604
|
+
.operation-details-card[data-v-5a538905] .selected-content-type {
|
|
9472
9605
|
margin-right: 9px;
|
|
9473
9606
|
}
|
|
9474
|
-
.operation-example-card[data-v-
|
|
9607
|
+
.operation-example-card[data-v-5a538905] {
|
|
9475
9608
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9476
9609
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
9477
9610
|
position: sticky;
|
|
9478
9611
|
}
|
|
9479
9612
|
@media (max-width: 600px) {
|
|
9480
|
-
.operation-example-card[data-v-
|
|
9613
|
+
.operation-example-card[data-v-5a538905] {
|
|
9481
9614
|
max-height: unset;
|
|
9482
9615
|
position: static;
|
|
9483
9616
|
}
|
|
@@ -9567,15 +9700,59 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9567
9700
|
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
9568
9701
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
9569
9702
|
}
|
|
9570
|
-
|
|
9703
|
+
/*
|
|
9704
|
+
* The operation is a single grid so the request example can sit beside the
|
|
9705
|
+
* details on wide screens, then be lifted directly under the description when
|
|
9706
|
+
* the layout collapses (see the container query below). Vertical rhythm comes
|
|
9707
|
+
* from element margins rather than row-gap, because the details block carries
|
|
9708
|
+
* its own leading margin (mt-6) that already spaces it from whatever precedes
|
|
9709
|
+
* it — a row-gap would double that gap.
|
|
9710
|
+
*/
|
|
9711
|
+
.operation-layout[data-v-b7fa71b9] {
|
|
9712
|
+
display: grid;
|
|
9713
|
+
grid-template-columns: 1fr 1fr;
|
|
9714
|
+
grid-template-areas:
|
|
9715
|
+
'heading badge'
|
|
9716
|
+
'description examples'
|
|
9717
|
+
'details examples';
|
|
9718
|
+
column-gap: 48px;
|
|
9719
|
+
row-gap: 0;
|
|
9720
|
+
}
|
|
9721
|
+
.operation-title[data-v-b7fa71b9] {
|
|
9722
|
+
grid-area: heading;
|
|
9723
|
+
margin-bottom: 12px;
|
|
9724
|
+
|
|
9725
|
+
/* Mirror the shared section header typography (see SectionHeader.vue) */
|
|
9726
|
+
font-size: var(--font-size, var(--scalar-heading-1));
|
|
9727
|
+
font-weight: var(--font-weight, var(--scalar-bold));
|
|
9728
|
+
color: var(--scalar-color-1);
|
|
9729
|
+
line-height: 1.45;
|
|
9730
|
+
}
|
|
9731
|
+
.operation-auth[data-v-b7fa71b9] {
|
|
9732
|
+
grid-area: badge;
|
|
9733
|
+
justify-self: end;
|
|
9734
|
+
align-self: start;
|
|
9735
|
+
}
|
|
9736
|
+
.operation-description[data-v-b7fa71b9] {
|
|
9737
|
+
grid-area: description;
|
|
9738
|
+
min-width: 0;
|
|
9739
|
+
}
|
|
9740
|
+
.operation-details[data-v-b7fa71b9] {
|
|
9741
|
+
grid-area: details;
|
|
9742
|
+
min-width: 0;
|
|
9743
|
+
}
|
|
9744
|
+
.examples[data-v-b7fa71b9] {
|
|
9745
|
+
grid-area: examples;
|
|
9746
|
+
min-width: 0;
|
|
9747
|
+
|
|
9571
9748
|
position: sticky;
|
|
9572
9749
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9573
9750
|
}
|
|
9574
|
-
.examples[data-v-
|
|
9751
|
+
.examples[data-v-b7fa71b9] > * {
|
|
9575
9752
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
9576
9753
|
position: relative;
|
|
9577
9754
|
}
|
|
9578
|
-
.examples[data-v-
|
|
9755
|
+
.examples[data-v-b7fa71b9] > *:first-of-type:last-of-type {
|
|
9579
9756
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
9580
9757
|
}
|
|
9581
9758
|
/*
|
|
@@ -9583,23 +9760,38 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9583
9760
|
* (or zoomed in screens)
|
|
9584
9761
|
*/
|
|
9585
9762
|
@media (max-width: 600px) {
|
|
9586
|
-
.examples[data-v-
|
|
9763
|
+
.examples[data-v-b7fa71b9] > * {
|
|
9587
9764
|
max-height: unset;
|
|
9588
9765
|
}
|
|
9589
9766
|
}
|
|
9590
|
-
.deprecated[data-v-
|
|
9767
|
+
.deprecated[data-v-b7fa71b9] * {
|
|
9591
9768
|
text-decoration: line-through;
|
|
9592
9769
|
}
|
|
9593
|
-
|
|
9594
|
-
|
|
9595
|
-
|
|
9596
|
-
|
|
9597
|
-
|
|
9598
|
-
|
|
9599
|
-
|
|
9600
|
-
|
|
9601
|
-
|
|
9602
|
-
|
|
9770
|
+
/*
|
|
9771
|
+
* On narrow containers the layout collapses to a single column: the request
|
|
9772
|
+
* example is lifted directly under the description, and the auth badge becomes
|
|
9773
|
+
* an eyebrow above the title.
|
|
9774
|
+
*/
|
|
9775
|
+
@container narrow-references-container (max-width: 900px) {
|
|
9776
|
+
.operation-layout[data-v-b7fa71b9] {
|
|
9777
|
+
grid-template-columns: 1fr;
|
|
9778
|
+
grid-template-areas:
|
|
9779
|
+
'badge'
|
|
9780
|
+
'heading'
|
|
9781
|
+
'description'
|
|
9782
|
+
'examples'
|
|
9783
|
+
'details';
|
|
9784
|
+
column-gap: 0;
|
|
9785
|
+
}
|
|
9786
|
+
.operation-auth[data-v-b7fa71b9] {
|
|
9787
|
+
justify-self: start;
|
|
9788
|
+
margin-bottom: 4px;
|
|
9789
|
+
}
|
|
9790
|
+
.operation-title[data-v-b7fa71b9] {
|
|
9791
|
+
margin-bottom: 24px;
|
|
9792
|
+
}
|
|
9793
|
+
.operation-description[data-v-b7fa71b9] {
|
|
9794
|
+
margin-bottom: 24px;
|
|
9603
9795
|
}
|
|
9604
9796
|
}
|
|
9605
9797
|
.section-flare[data-v-5cebff7a] {
|
|
@@ -9612,7 +9804,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9612
9804
|
container-name: narrow-references-container;
|
|
9613
9805
|
container-type: inline-size;
|
|
9614
9806
|
}
|
|
9615
|
-
.ref-search-meta[data-v-
|
|
9807
|
+
.ref-search-meta[data-v-25f2d34f] {
|
|
9616
9808
|
background: var(--scalar-background-1);
|
|
9617
9809
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
9618
9810
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -9741,7 +9933,7 @@ body {
|
|
|
9741
9933
|
}
|
|
9742
9934
|
/* Configurable Layout Variables */
|
|
9743
9935
|
@layer scalar-config {
|
|
9744
|
-
.scalar-api-reference[data-v-
|
|
9936
|
+
.scalar-api-reference[data-v-67bb1c8a] {
|
|
9745
9937
|
/* The header height */
|
|
9746
9938
|
--refs-header-height: calc(
|
|
9747
9939
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -9763,19 +9955,19 @@ body {
|
|
|
9763
9955
|
/* The maximum width of the content column */
|
|
9764
9956
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
9765
9957
|
}
|
|
9766
|
-
.scalar-api-reference.references-classic[data-v-
|
|
9958
|
+
.scalar-api-reference.references-classic[data-v-67bb1c8a] {
|
|
9767
9959
|
/* Classic layout is wider */
|
|
9768
9960
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
9769
9961
|
min-height: 100dvh;
|
|
9770
9962
|
--refs-sidebar-width: 0;
|
|
9771
9963
|
}
|
|
9772
9964
|
}
|
|
9773
|
-
.t-doc__sidebar[data-v-
|
|
9965
|
+
.t-doc__sidebar[data-v-67bb1c8a] {
|
|
9774
9966
|
z-index: 10;
|
|
9775
9967
|
}
|
|
9776
9968
|
/* ----------------------------------------------------- */
|
|
9777
9969
|
/* References Layout */
|
|
9778
|
-
.references-layout[data-v-
|
|
9970
|
+
.references-layout[data-v-67bb1c8a] {
|
|
9779
9971
|
/* Try to fill the container */
|
|
9780
9972
|
min-height: 100dvh;
|
|
9781
9973
|
min-width: 100%;
|
|
@@ -9799,43 +9991,43 @@ body {
|
|
|
9799
9991
|
|
|
9800
9992
|
background: var(--scalar-background-1);
|
|
9801
9993
|
}
|
|
9802
|
-
.references-editor[data-v-
|
|
9994
|
+
.references-editor[data-v-67bb1c8a] {
|
|
9803
9995
|
grid-area: editor;
|
|
9804
9996
|
display: flex;
|
|
9805
9997
|
min-width: 0;
|
|
9806
9998
|
background: var(--scalar-background-1);
|
|
9807
9999
|
}
|
|
9808
|
-
.references-rendered[data-v-
|
|
10000
|
+
.references-rendered[data-v-67bb1c8a] {
|
|
9809
10001
|
position: relative;
|
|
9810
10002
|
grid-area: rendered;
|
|
9811
10003
|
min-width: 0;
|
|
9812
10004
|
background: var(--scalar-background-1);
|
|
9813
10005
|
}
|
|
9814
|
-
.scalar-api-reference.references-classic[data-v-
|
|
9815
|
-
.references-classic .references-rendered[data-v-
|
|
10006
|
+
.scalar-api-reference.references-classic[data-v-67bb1c8a],
|
|
10007
|
+
.references-classic .references-rendered[data-v-67bb1c8a] {
|
|
9816
10008
|
height: initial !important;
|
|
9817
10009
|
max-height: initial !important;
|
|
9818
10010
|
}
|
|
9819
10011
|
@layer scalar-config {
|
|
9820
|
-
.references-sidebar[data-v-
|
|
10012
|
+
.references-sidebar[data-v-67bb1c8a] {
|
|
9821
10013
|
/* Set a default width if references are enabled */
|
|
9822
10014
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
9823
10015
|
}
|
|
9824
10016
|
}
|
|
9825
10017
|
/* Footer */
|
|
9826
|
-
.references-footer[data-v-
|
|
10018
|
+
.references-footer[data-v-67bb1c8a] {
|
|
9827
10019
|
grid-area: footer;
|
|
9828
10020
|
}
|
|
9829
10021
|
/* ----------------------------------------------------- */
|
|
9830
10022
|
/* Responsive / Mobile Layout */
|
|
9831
10023
|
@media (max-width: 1000px) {
|
|
9832
10024
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
9833
|
-
.references-developer-tools[data-v-
|
|
10025
|
+
.references-developer-tools[data-v-67bb1c8a] {
|
|
9834
10026
|
display: none;
|
|
9835
10027
|
}
|
|
9836
10028
|
|
|
9837
10029
|
/* Stack view on mobile */
|
|
9838
|
-
.references-layout[data-v-
|
|
10030
|
+
.references-layout[data-v-67bb1c8a] {
|
|
9839
10031
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
9840
10032
|
--refs-sidebar-height: calc(
|
|
9841
10033
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -9850,13 +10042,13 @@ body {
|
|
|
9850
10042
|
'rendered'
|
|
9851
10043
|
'footer';
|
|
9852
10044
|
}
|
|
9853
|
-
.references-editable[data-v-
|
|
10045
|
+
.references-editable[data-v-67bb1c8a] {
|
|
9854
10046
|
grid-template-areas:
|
|
9855
10047
|
'header'
|
|
9856
10048
|
'navigation'
|
|
9857
10049
|
'editor';
|
|
9858
10050
|
}
|
|
9859
|
-
.references-rendered[data-v-
|
|
10051
|
+
.references-rendered[data-v-67bb1c8a] {
|
|
9860
10052
|
position: static;
|
|
9861
10053
|
}
|
|
9862
10054
|
}
|
|
@@ -9866,11 +10058,11 @@ body {
|
|
|
9866
10058
|
* when the new elements are available
|
|
9867
10059
|
*/
|
|
9868
10060
|
@media (max-width: 1000px) {
|
|
9869
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
10061
|
+
.scalar-api-references-standalone-mobile[data-v-67bb1c8a]:not(.references-classic) {
|
|
9870
10062
|
--scalar-header-height: 50px;
|
|
9871
10063
|
}
|
|
9872
10064
|
}
|
|
9873
|
-
.darklight-reference[data-v-
|
|
10065
|
+
.darklight-reference[data-v-67bb1c8a] {
|
|
9874
10066
|
width: 100%;
|
|
9875
10067
|
margin-top: auto;
|
|
9876
10068
|
}
|