@scalar/api-reference-react 0.9.42 → 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 +2 -0
- package/dist/style.css +551 -369
- package/package.json +3 -3
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;
|
|
@@ -2214,40 +2211,40 @@ input[data-v-1ee3c31d]::placeholder {
|
|
|
2214
2211
|
transform: translateY(0);
|
|
2215
2212
|
}
|
|
2216
2213
|
}
|
|
2217
|
-
.request-card[data-v-
|
|
2214
|
+
.request-card[data-v-70ede25b] {
|
|
2218
2215
|
color: var(--scalar-color-1);
|
|
2219
2216
|
font-size: var(--scalar-font-size-3);
|
|
2220
2217
|
}
|
|
2221
|
-
.request-method[data-v-
|
|
2218
|
+
.request-method[data-v-70ede25b] {
|
|
2222
2219
|
font-family: var(--scalar-font-code);
|
|
2223
2220
|
text-transform: uppercase;
|
|
2224
2221
|
margin-right: 6px;
|
|
2225
2222
|
}
|
|
2226
|
-
.request-card-footer[data-v-
|
|
2223
|
+
.request-card-footer[data-v-70ede25b] {
|
|
2227
2224
|
flex-shrink: 0;
|
|
2228
2225
|
justify-content: flex-end;
|
|
2229
2226
|
padding: 6px;
|
|
2230
2227
|
display: flex;
|
|
2231
2228
|
position: relative;
|
|
2232
2229
|
}
|
|
2233
|
-
.request-card-footer-addon[data-v-
|
|
2230
|
+
.request-card-footer-addon[data-v-70ede25b] {
|
|
2234
2231
|
flex: 1;
|
|
2235
2232
|
align-items: center;
|
|
2236
2233
|
min-width: 0;
|
|
2237
2234
|
display: flex;
|
|
2238
2235
|
}
|
|
2239
|
-
.request-editor-section[data-v-
|
|
2236
|
+
.request-editor-section[data-v-70ede25b] {
|
|
2240
2237
|
flex: 1;
|
|
2241
2238
|
display: flex;
|
|
2242
2239
|
}
|
|
2243
|
-
.request-card-simple[data-v-
|
|
2240
|
+
.request-card-simple[data-v-70ede25b] {
|
|
2244
2241
|
font-size: var(--scalar-small);
|
|
2245
2242
|
justify-content: space-between;
|
|
2246
2243
|
align-items: center;
|
|
2247
2244
|
padding: 8px 8px 8px 12px;
|
|
2248
2245
|
display: flex;
|
|
2249
2246
|
}
|
|
2250
|
-
.code-snippet[data-v-
|
|
2247
|
+
.code-snippet[data-v-70ede25b] {
|
|
2251
2248
|
flex-direction: column;
|
|
2252
2249
|
width: 100%;
|
|
2253
2250
|
display: flex;
|
|
@@ -6414,9 +6411,6 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
6414
6411
|
border-top-style: var(--tw-border-style);
|
|
6415
6412
|
border-top-width: 0;
|
|
6416
6413
|
}
|
|
6417
|
-
:is(.scalar-app .\*\:first\:p-3 > *):first-child {
|
|
6418
|
-
padding: 12px;
|
|
6419
|
-
}
|
|
6420
6414
|
.scalar-app .last\:rounded-b-\[inherit\]:last-child {
|
|
6421
6415
|
border-bottom-right-radius: inherit;
|
|
6422
6416
|
border-bottom-left-radius: inherit;
|
|
@@ -7260,7 +7254,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7260
7254
|
opacity: .5;
|
|
7261
7255
|
}
|
|
7262
7256
|
}
|
|
7263
|
-
.client-libraries-content[data-v-
|
|
7257
|
+
.client-libraries-content[data-v-c2617b43] {
|
|
7264
7258
|
container: client-libraries-content / inline-size;
|
|
7265
7259
|
display: flex;
|
|
7266
7260
|
justify-content: center;
|
|
@@ -7270,7 +7264,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7270
7264
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7271
7265
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7272
7266
|
}
|
|
7273
|
-
.client-libraries[data-v-
|
|
7267
|
+
.client-libraries[data-v-c2617b43] {
|
|
7274
7268
|
display: flex;
|
|
7275
7269
|
align-items: center;
|
|
7276
7270
|
justify-content: center;
|
|
@@ -7284,7 +7278,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7284
7278
|
border-bottom: 1px solid transparent;
|
|
7285
7279
|
user-select: none;
|
|
7286
7280
|
}
|
|
7287
|
-
.client-libraries[data-v-
|
|
7281
|
+
.client-libraries[data-v-c2617b43]:not(.client-libraries__active):hover:before {
|
|
7288
7282
|
content: '';
|
|
7289
7283
|
position: absolute;
|
|
7290
7284
|
width: calc(100% - 4px);
|
|
@@ -7295,21 +7289,21 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7295
7289
|
z-index: 0;
|
|
7296
7290
|
border-radius: var(--scalar-radius);
|
|
7297
7291
|
}
|
|
7298
|
-
.client-libraries[data-v-
|
|
7292
|
+
.client-libraries[data-v-c2617b43]:active {
|
|
7299
7293
|
color: var(--scalar-color-1);
|
|
7300
7294
|
}
|
|
7301
|
-
.client-libraries[data-v-
|
|
7295
|
+
.client-libraries[data-v-c2617b43]:focus-visible {
|
|
7302
7296
|
outline: none;
|
|
7303
7297
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
7304
7298
|
}
|
|
7305
7299
|
/* remove php and c on mobile */
|
|
7306
7300
|
@media screen and (max-width: 450px) {
|
|
7307
|
-
.client-libraries[data-v-
|
|
7308
|
-
.client-libraries[data-v-
|
|
7301
|
+
.client-libraries[data-v-c2617b43]:nth-of-type(4),
|
|
7302
|
+
.client-libraries[data-v-c2617b43]:nth-of-type(5) {
|
|
7309
7303
|
display: none;
|
|
7310
7304
|
}
|
|
7311
7305
|
}
|
|
7312
|
-
.client-libraries-icon[data-v-
|
|
7306
|
+
.client-libraries-icon[data-v-c2617b43] {
|
|
7313
7307
|
max-width: 14px;
|
|
7314
7308
|
max-height: 14px;
|
|
7315
7309
|
min-width: 14px;
|
|
@@ -7322,32 +7316,32 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7322
7316
|
box-sizing: border-box;
|
|
7323
7317
|
color: currentColor;
|
|
7324
7318
|
}
|
|
7325
|
-
.client-libraries-icon__more svg[data-v-
|
|
7319
|
+
.client-libraries-icon__more svg[data-v-c2617b43] {
|
|
7326
7320
|
height: initial;
|
|
7327
7321
|
}
|
|
7328
7322
|
@container client-libraries-content (width < 400px) {
|
|
7329
7323
|
.client-libraries__select {
|
|
7330
|
-
&[data-v-
|
|
7324
|
+
&[data-v-c2617b43] {
|
|
7331
7325
|
width: fit-content;
|
|
7332
7326
|
}
|
|
7333
|
-
.client-libraries-icon__more + span[data-v-
|
|
7327
|
+
.client-libraries-icon__more + span[data-v-c2617b43] {
|
|
7334
7328
|
display: none;
|
|
7335
7329
|
}
|
|
7336
7330
|
}
|
|
7337
7331
|
}
|
|
7338
7332
|
@container client-libraries-content (width < 380px) {
|
|
7339
|
-
.client-libraries[data-v-
|
|
7333
|
+
.client-libraries[data-v-c2617b43] {
|
|
7340
7334
|
width: 100%;
|
|
7341
7335
|
}
|
|
7342
|
-
.client-libraries span[data-v-
|
|
7336
|
+
.client-libraries span[data-v-c2617b43] {
|
|
7343
7337
|
display: none;
|
|
7344
7338
|
}
|
|
7345
7339
|
}
|
|
7346
|
-
.client-libraries__active[data-v-
|
|
7340
|
+
.client-libraries__active[data-v-c2617b43] {
|
|
7347
7341
|
color: var(--scalar-color-1);
|
|
7348
7342
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
7349
7343
|
}
|
|
7350
|
-
@keyframes codeloader-
|
|
7344
|
+
@keyframes codeloader-c2617b43 {
|
|
7351
7345
|
0% {
|
|
7352
7346
|
transform: rotate(0deg);
|
|
7353
7347
|
}
|
|
@@ -7355,22 +7349,22 @@ to {
|
|
|
7355
7349
|
transform: rotate(1turn);
|
|
7356
7350
|
}
|
|
7357
7351
|
}
|
|
7358
|
-
.client-libraries .client-libraries-text[data-v-
|
|
7352
|
+
.client-libraries .client-libraries-text[data-v-c2617b43] {
|
|
7359
7353
|
font-size: var(--scalar-small);
|
|
7360
7354
|
position: relative;
|
|
7361
7355
|
display: flex;
|
|
7362
7356
|
align-items: center;
|
|
7363
7357
|
}
|
|
7364
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
7358
|
+
.client-libraries__active .client-libraries-text[data-v-c2617b43] {
|
|
7365
7359
|
color: var(--scalar-color-1);
|
|
7366
7360
|
font-weight: var(--scalar-semibold);
|
|
7367
7361
|
}
|
|
7368
7362
|
@media screen and (max-width: 600px) {
|
|
7369
|
-
.references-classic .client-libraries[data-v-
|
|
7363
|
+
.references-classic .client-libraries[data-v-c2617b43] {
|
|
7370
7364
|
flex-direction: column;
|
|
7371
7365
|
}
|
|
7372
7366
|
}
|
|
7373
|
-
.selected-client[data-v-
|
|
7367
|
+
.selected-client[data-v-0769d07b] {
|
|
7374
7368
|
color: var(--scalar-color-1);
|
|
7375
7369
|
font-size: var(--scalar-small);
|
|
7376
7370
|
font-family: var(--scalar-font-code);
|
|
@@ -7385,7 +7379,7 @@ to {
|
|
|
7385
7379
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7386
7380
|
min-height: fit-content;
|
|
7387
7381
|
}
|
|
7388
|
-
.client-libraries-heading[data-v-
|
|
7382
|
+
.client-libraries-heading[data-v-0769d07b] {
|
|
7389
7383
|
font-size: var(--scalar-small);
|
|
7390
7384
|
font-weight: var(--scalar-font-medium);
|
|
7391
7385
|
color: var(--scalar-color-1);
|
|
@@ -7398,9 +7392,6 @@ to {
|
|
|
7398
7392
|
border-top-left-radius: var(--scalar-radius-xl);
|
|
7399
7393
|
border-top-right-radius: var(--scalar-radius-xl);
|
|
7400
7394
|
}
|
|
7401
|
-
[data-v-570e3418] .scalar-codeblock-pre .hljs {
|
|
7402
|
-
margin-top: 8px;
|
|
7403
|
-
}
|
|
7404
7395
|
:where(.badge[data-v-fb946bb8]) {
|
|
7405
7396
|
color: var(--badge-text-color, var(--scalar-color-2));
|
|
7406
7397
|
font-size: var(--scalar-mini);
|
|
@@ -7829,6 +7820,138 @@ to {
|
|
|
7829
7820
|
height: 24px;
|
|
7830
7821
|
color: var(--scalar-color-1);
|
|
7831
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
|
+
}
|
|
7832
7955
|
.screenreader-only[data-v-df2e1026] {
|
|
7833
7956
|
position: absolute;
|
|
7834
7957
|
width: 1px;
|
|
@@ -7897,13 +8020,6 @@ to {
|
|
|
7897
8020
|
padding: calc(var(--refs-viewport-offset)) 24px 0 24px;
|
|
7898
8021
|
}
|
|
7899
8022
|
}
|
|
7900
|
-
.channel-section[data-v-1eae2fcc] {
|
|
7901
|
-
margin-bottom: 48px;
|
|
7902
|
-
}
|
|
7903
|
-
.channel-description[data-v-1eae2fcc] {
|
|
7904
|
-
padding-bottom: 4px;
|
|
7905
|
-
text-align: left;
|
|
7906
|
-
}
|
|
7907
8023
|
/* Style the "icon" */
|
|
7908
8024
|
.schema-type-icon[data-v-78e7c684] {
|
|
7909
8025
|
color: var(--scalar-color-1);
|
|
@@ -7913,14 +8029,14 @@ to {
|
|
|
7913
8029
|
font-family: var(--scalar-font-code);
|
|
7914
8030
|
color: var(--scalar-color-1);
|
|
7915
8031
|
}
|
|
7916
|
-
.error[data-v-
|
|
8032
|
+
.error[data-v-dc6746ff] {
|
|
7917
8033
|
background-color: var(--scalar-color-red);
|
|
7918
8034
|
}
|
|
7919
|
-
.schema-card[data-v-
|
|
8035
|
+
.schema-card[data-v-dc6746ff] {
|
|
7920
8036
|
font-size: var(--scalar-font-size-4);
|
|
7921
8037
|
color: var(--scalar-color-1);
|
|
7922
8038
|
}
|
|
7923
|
-
.schema-card-title[data-v-
|
|
8039
|
+
.schema-card-title[data-v-dc6746ff] {
|
|
7924
8040
|
height: var(--schema-title-height);
|
|
7925
8041
|
|
|
7926
8042
|
padding: 6px 8px;
|
|
@@ -7934,48 +8050,48 @@ to {
|
|
|
7934
8050
|
font-size: var(--scalar-mini);
|
|
7935
8051
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
7936
8052
|
}
|
|
7937
|
-
button.schema-card-title[data-v-
|
|
8053
|
+
button.schema-card-title[data-v-dc6746ff] {
|
|
7938
8054
|
cursor: pointer;
|
|
7939
8055
|
}
|
|
7940
|
-
button.schema-card-title[data-v-
|
|
8056
|
+
button.schema-card-title[data-v-dc6746ff]:hover {
|
|
7941
8057
|
color: var(--scalar-color-1);
|
|
7942
8058
|
}
|
|
7943
|
-
.schema-card-title-icon--open[data-v-
|
|
8059
|
+
.schema-card-title-icon--open[data-v-dc6746ff] {
|
|
7944
8060
|
transform: rotate(45deg);
|
|
7945
8061
|
}
|
|
7946
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
8062
|
+
.schema-properties-open > .schema-card-title[data-v-dc6746ff] {
|
|
7947
8063
|
border-bottom-left-radius: 0;
|
|
7948
8064
|
border-bottom-right-radius: 0;
|
|
7949
8065
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7950
8066
|
}
|
|
7951
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
8067
|
+
.schema-properties-open > .schema-properties[data-v-dc6746ff] {
|
|
7952
8068
|
width: fit-content;
|
|
7953
8069
|
}
|
|
7954
|
-
.schema-card-description[data-v-
|
|
8070
|
+
.schema-card-description[data-v-dc6746ff] {
|
|
7955
8071
|
color: var(--scalar-color-2);
|
|
7956
8072
|
}
|
|
7957
|
-
.schema-card-description + .schema-properties[data-v-
|
|
8073
|
+
.schema-card-description + .schema-properties[data-v-dc6746ff] {
|
|
7958
8074
|
width: fit-content;
|
|
7959
8075
|
}
|
|
7960
|
-
.schema-card-description + .schema-properties[data-v-
|
|
8076
|
+
.schema-card-description + .schema-properties[data-v-dc6746ff] {
|
|
7961
8077
|
margin-top: 8px;
|
|
7962
8078
|
}
|
|
7963
8079
|
.schema-card--level-0:nth-of-type(1)
|
|
7964
|
-
> .schema-card-description[data-v-
|
|
8080
|
+
> .schema-card-description[data-v-dc6746ff]:has(+ .schema-properties) {
|
|
7965
8081
|
margin-bottom: -8px;
|
|
7966
8082
|
padding-bottom: 8px;
|
|
7967
8083
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7968
8084
|
}
|
|
7969
8085
|
.schema-card--level-0
|
|
7970
8086
|
~ .schema-card--level-0
|
|
7971
|
-
> .schema-card-description[data-v-
|
|
8087
|
+
> .schema-card-description[data-v-dc6746ff]:has(+ .schema-properties) {
|
|
7972
8088
|
padding-top: 8px;
|
|
7973
8089
|
}
|
|
7974
|
-
.schema-properties-open.schema-properties[data-v-
|
|
7975
|
-
.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] {
|
|
7976
8092
|
width: 100%;
|
|
7977
8093
|
}
|
|
7978
|
-
.schema-properties[data-v-
|
|
8094
|
+
.schema-properties[data-v-dc6746ff] {
|
|
7979
8095
|
display: flex;
|
|
7980
8096
|
flex-direction: column;
|
|
7981
8097
|
|
|
@@ -7983,63 +8099,63 @@ button.schema-card-title[data-v-f34b5afa]:hover {
|
|
|
7983
8099
|
border-radius: var(--scalar-radius-lg);
|
|
7984
8100
|
width: fit-content;
|
|
7985
8101
|
}
|
|
7986
|
-
.schema-properties-name[data-v-
|
|
8102
|
+
.schema-properties-name[data-v-dc6746ff] {
|
|
7987
8103
|
width: 100%;
|
|
7988
8104
|
}
|
|
7989
|
-
.schema-properties .schema-properties[data-v-
|
|
8105
|
+
.schema-properties .schema-properties[data-v-dc6746ff] {
|
|
7990
8106
|
border-radius: 13.5px;
|
|
7991
8107
|
}
|
|
7992
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
8108
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-dc6746ff] {
|
|
7993
8109
|
border-radius: var(--scalar-radius-lg);
|
|
7994
8110
|
}
|
|
7995
|
-
.schema-properties-open[data-v-
|
|
8111
|
+
.schema-properties-open[data-v-dc6746ff] {
|
|
7996
8112
|
width: 100%;
|
|
7997
8113
|
}
|
|
7998
|
-
.schema-card--compact[data-v-
|
|
8114
|
+
.schema-card--compact[data-v-dc6746ff] {
|
|
7999
8115
|
align-self: flex-start;
|
|
8000
8116
|
}
|
|
8001
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
8117
|
+
.schema-card--compact.schema-card--open[data-v-dc6746ff] {
|
|
8002
8118
|
align-self: initial;
|
|
8003
8119
|
}
|
|
8004
|
-
.schema-card-title--compact[data-v-
|
|
8120
|
+
.schema-card-title--compact[data-v-dc6746ff] {
|
|
8005
8121
|
color: var(--scalar-color-2);
|
|
8006
8122
|
padding: 6px 10px 6px 8px;
|
|
8007
8123
|
height: auto;
|
|
8008
8124
|
border-bottom: none;
|
|
8009
8125
|
}
|
|
8010
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
8126
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-dc6746ff] {
|
|
8011
8127
|
margin: 0;
|
|
8012
8128
|
}
|
|
8013
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
8129
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-dc6746ff] {
|
|
8014
8130
|
transform: rotate(45deg);
|
|
8015
8131
|
}
|
|
8016
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
8132
|
+
.schema-properties-open > .schema-card-title--compact[data-v-dc6746ff] {
|
|
8017
8133
|
position: static;
|
|
8018
8134
|
}
|
|
8019
8135
|
.property--level-0
|
|
8020
8136
|
> .schema-properties
|
|
8021
8137
|
> .schema-card--level-0
|
|
8022
|
-
> .schema-properties[data-v-
|
|
8138
|
+
> .schema-properties[data-v-dc6746ff] {
|
|
8023
8139
|
border: none;
|
|
8024
8140
|
}
|
|
8025
8141
|
.property--level-0
|
|
8026
8142
|
.schema-card--level-0:not(.schema-card--compact)
|
|
8027
|
-
.property--level-1[data-v-
|
|
8143
|
+
.property--level-1[data-v-dc6746ff] {
|
|
8028
8144
|
padding: 0 0 8px;
|
|
8029
8145
|
}
|
|
8030
8146
|
:not(.composition-panel)
|
|
8031
8147
|
> .schema-card--compact.schema-card--level-0
|
|
8032
|
-
> .schema-properties[data-v-
|
|
8148
|
+
> .schema-properties[data-v-dc6746ff] {
|
|
8033
8149
|
border: none;
|
|
8034
8150
|
}
|
|
8035
|
-
[data-v-
|
|
8151
|
+
[data-v-dc6746ff] .schema-card-description p {
|
|
8036
8152
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
8037
8153
|
color: var(--scalar-color-2);
|
|
8038
8154
|
margin-bottom: 0;
|
|
8039
8155
|
display: block;
|
|
8040
8156
|
margin-bottom: 6px;
|
|
8041
8157
|
}
|
|
8042
|
-
.children .schema-card-description[data-v-
|
|
8158
|
+
.children .schema-card-description[data-v-dc6746ff]:first-of-type {
|
|
8043
8159
|
padding-top: 0;
|
|
8044
8160
|
}
|
|
8045
8161
|
.property-enum-value[data-v-4375ecfd] {
|
|
@@ -8358,7 +8474,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8358
8474
|
.deprecated[data-v-e4c4fffd] {
|
|
8359
8475
|
text-decoration: line-through;
|
|
8360
8476
|
}
|
|
8361
|
-
.property[data-v-
|
|
8477
|
+
.property[data-v-471bb5bb] {
|
|
8362
8478
|
color: var(--scalar-color-1);
|
|
8363
8479
|
display: flex;
|
|
8364
8480
|
flex-direction: column;
|
|
@@ -8367,7 +8483,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8367
8483
|
position: relative;
|
|
8368
8484
|
}
|
|
8369
8485
|
/** Remove top padding for top level schema card */
|
|
8370
|
-
.property.property--level-0[data-v-
|
|
8486
|
+
.property.property--level-0[data-v-471bb5bb]:has(
|
|
8371
8487
|
> .property-rule
|
|
8372
8488
|
> .schema-card
|
|
8373
8489
|
> .schema-properties.schema-properties-open
|
|
@@ -8376,24 +8492,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8376
8492
|
) {
|
|
8377
8493
|
padding-top: 0;
|
|
8378
8494
|
}
|
|
8379
|
-
.property--compact.property--level-0[data-v-
|
|
8380
|
-
.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] {
|
|
8381
8497
|
padding: 10px 0;
|
|
8382
8498
|
}
|
|
8383
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
8499
|
+
.composition-panel .property.property.property.property--level-0[data-v-471bb5bb] {
|
|
8384
8500
|
padding: 0px;
|
|
8385
8501
|
}
|
|
8386
8502
|
.property--compact.property--level-0
|
|
8387
8503
|
.composition-panel
|
|
8388
|
-
.property--compact.property--level-1[data-v-
|
|
8504
|
+
.property--compact.property--level-1[data-v-471bb5bb] {
|
|
8389
8505
|
padding: 8px;
|
|
8390
8506
|
}
|
|
8391
8507
|
/* if a property doesn't have a heading, remove the top padding */
|
|
8392
|
-
.property[data-v-
|
|
8508
|
+
.property[data-v-471bb5bb]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
8393
8509
|
padding-top: 8px;
|
|
8394
8510
|
padding-bottom: 8px;
|
|
8395
8511
|
}
|
|
8396
|
-
.property--deprecated[data-v-
|
|
8512
|
+
.property--deprecated[data-v-471bb5bb] {
|
|
8397
8513
|
background: repeating-linear-gradient(
|
|
8398
8514
|
-45deg,
|
|
8399
8515
|
var(--scalar-background-2) 0,
|
|
@@ -8403,49 +8519,49 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8403
8519
|
);
|
|
8404
8520
|
background-size: 100%;
|
|
8405
8521
|
}
|
|
8406
|
-
.property--deprecated[data-v-
|
|
8522
|
+
.property--deprecated[data-v-471bb5bb] > * {
|
|
8407
8523
|
opacity: 0.75;
|
|
8408
8524
|
}
|
|
8409
|
-
.property-description[data-v-
|
|
8525
|
+
.property-description[data-v-471bb5bb] {
|
|
8410
8526
|
margin-top: 6px;
|
|
8411
8527
|
line-height: 1.4;
|
|
8412
8528
|
font-size: var(--scalar-small);
|
|
8413
8529
|
}
|
|
8414
|
-
.property-description[data-v-
|
|
8530
|
+
.property-description[data-v-471bb5bb]:has(+ .property-rule) {
|
|
8415
8531
|
margin-bottom: 9px;
|
|
8416
8532
|
}
|
|
8417
|
-
[data-v-
|
|
8533
|
+
[data-v-471bb5bb] .property-description * {
|
|
8418
8534
|
color: var(--scalar-color-2) !important;
|
|
8419
8535
|
}
|
|
8420
|
-
.property[data-v-
|
|
8536
|
+
.property[data-v-471bb5bb]:not(:last-of-type) {
|
|
8421
8537
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8422
8538
|
}
|
|
8423
|
-
.property-description + .children[data-v-
|
|
8424
|
-
.children + .property-rule[data-v-
|
|
8539
|
+
.property-description + .children[data-v-471bb5bb],
|
|
8540
|
+
.children + .property-rule[data-v-471bb5bb] {
|
|
8425
8541
|
margin-top: 9px;
|
|
8426
8542
|
}
|
|
8427
|
-
.children[data-v-
|
|
8543
|
+
.children[data-v-471bb5bb] {
|
|
8428
8544
|
display: flex;
|
|
8429
8545
|
flex-direction: column;
|
|
8430
8546
|
}
|
|
8431
|
-
.children .property--compact.property--level-1[data-v-
|
|
8547
|
+
.children .property--compact.property--level-1[data-v-471bb5bb] {
|
|
8432
8548
|
padding: 12px;
|
|
8433
8549
|
}
|
|
8434
|
-
.property-example-value[data-v-
|
|
8550
|
+
.property-example-value[data-v-471bb5bb] {
|
|
8435
8551
|
all: unset;
|
|
8436
8552
|
font-family: var(--scalar-font-code);
|
|
8437
8553
|
padding: 6px;
|
|
8438
8554
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8439
8555
|
}
|
|
8440
|
-
.property-rule[data-v-
|
|
8556
|
+
.property-rule[data-v-471bb5bb] {
|
|
8441
8557
|
border-radius: var(--scalar-radius-lg);
|
|
8442
8558
|
display: flex;
|
|
8443
8559
|
flex-direction: column;
|
|
8444
8560
|
}
|
|
8445
|
-
.property--level-2[data-v-
|
|
8561
|
+
.property--level-2[data-v-471bb5bb] .relative > button {
|
|
8446
8562
|
left: -2rem;
|
|
8447
8563
|
}
|
|
8448
|
-
.property-rule[data-v-
|
|
8564
|
+
.property-rule[data-v-471bb5bb]
|
|
8449
8565
|
|
|
8450
8566
|
.composition-panel
|
|
8451
8567
|
.schema-card--level-1
|
|
@@ -8453,7 +8569,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8453
8569
|
{
|
|
8454
8570
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8455
8571
|
}
|
|
8456
|
-
.property-rule[data-v-
|
|
8572
|
+
.property-rule[data-v-471bb5bb]
|
|
8457
8573
|
.composition-panel > .schema-card > .schema-card-description {
|
|
8458
8574
|
padding: 10px;
|
|
8459
8575
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -8462,29 +8578,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8462
8578
|
margin-top: 0;
|
|
8463
8579
|
}
|
|
8464
8580
|
}
|
|
8465
|
-
.property-example[data-v-
|
|
8581
|
+
.property-example[data-v-471bb5bb] {
|
|
8466
8582
|
background: transparent;
|
|
8467
8583
|
border: none;
|
|
8468
8584
|
display: flex;
|
|
8469
8585
|
flex-direction: row;
|
|
8470
8586
|
gap: 8px;
|
|
8471
8587
|
}
|
|
8472
|
-
.property-example-label[data-v-
|
|
8473
|
-
.property-example-value[data-v-
|
|
8588
|
+
.property-example-label[data-v-471bb5bb],
|
|
8589
|
+
.property-example-value[data-v-471bb5bb] {
|
|
8474
8590
|
padding: 3px 0 0 0;
|
|
8475
8591
|
}
|
|
8476
|
-
.property-example-value[data-v-
|
|
8592
|
+
.property-example-value[data-v-471bb5bb] {
|
|
8477
8593
|
background: var(--scalar-background-2);
|
|
8478
8594
|
border-top: 0;
|
|
8479
8595
|
border-radius: var(--scalar-radius);
|
|
8480
8596
|
padding: 3px 4px;
|
|
8481
8597
|
}
|
|
8482
|
-
.property-name[data-v-
|
|
8598
|
+
.property-name[data-v-471bb5bb] {
|
|
8483
8599
|
font-family: var(--scalar-font-code);
|
|
8484
8600
|
font-weight: var(--scalar-semibold);
|
|
8485
8601
|
}
|
|
8486
|
-
.property-name-additional-properties[data-v-
|
|
8487
|
-
.property-name-pattern-properties[data-v-
|
|
8602
|
+
.property-name-additional-properties[data-v-471bb5bb]::before,
|
|
8603
|
+
.property-name-pattern-properties[data-v-471bb5bb]::before {
|
|
8488
8604
|
text-transform: uppercase;
|
|
8489
8605
|
font-size: var(--scalar-micro);
|
|
8490
8606
|
display: inline-block;
|
|
@@ -8495,17 +8611,180 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8495
8611
|
background-color: var(--scalar-background-2);
|
|
8496
8612
|
margin-right: 4px;
|
|
8497
8613
|
}
|
|
8498
|
-
.property-name-pattern-properties[data-v-
|
|
8614
|
+
.property-name-pattern-properties[data-v-471bb5bb]::before {
|
|
8499
8615
|
content: 'regex';
|
|
8500
8616
|
}
|
|
8501
|
-
.property-name-additional-properties[data-v-
|
|
8502
|
-
.property-name-pattern-properties[data-v-
|
|
8617
|
+
.property-name-additional-properties[data-v-471bb5bb],
|
|
8618
|
+
.property-name-pattern-properties[data-v-471bb5bb] {
|
|
8503
8619
|
border: 1px dashed var(--scalar-border-color);
|
|
8504
8620
|
color: var(--scalar-color-accent);
|
|
8505
8621
|
display: inline-block;
|
|
8506
8622
|
padding: 2px;
|
|
8507
8623
|
border-radius: var(--scalar-radius);
|
|
8508
8624
|
}
|
|
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);
|
|
8631
|
+
color: var(--scalar-color-1);
|
|
8632
|
+
|
|
8633
|
+
align-self: flex-start;
|
|
8634
|
+
}
|
|
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
|
+
|
|
8641
|
+
display: flex;
|
|
8642
|
+
align-items: center;
|
|
8643
|
+
gap: 4px;
|
|
8644
|
+
|
|
8645
|
+
color: var(--scalar-color-3);
|
|
8646
|
+
font-weight: var(--scalar-semibold);
|
|
8647
|
+
font-size: var(--scalar-micro);
|
|
8648
|
+
|
|
8649
|
+
border-radius: 13.5px;
|
|
8650
|
+
}
|
|
8651
|
+
button.headers-card-title[data-v-4a9699e9] {
|
|
8652
|
+
cursor: pointer;
|
|
8653
|
+
}
|
|
8654
|
+
button.headers-card-title[data-v-4a9699e9]:hover {
|
|
8655
|
+
color: var(--scalar-color-1);
|
|
8656
|
+
}
|
|
8657
|
+
.headers-card-title-icon--open[data-v-4a9699e9] {
|
|
8658
|
+
transform: rotate(45deg);
|
|
8659
|
+
}
|
|
8660
|
+
.headers-properties[data-v-4a9699e9] {
|
|
8661
|
+
display: flex;
|
|
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;
|
|
8668
|
+
}
|
|
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);
|
|
8673
|
+
}
|
|
8674
|
+
.headers-properties-open[data-v-4a9699e9] {
|
|
8675
|
+
border-radius: var(--scalar-radius-lg);
|
|
8676
|
+
width: 100%;
|
|
8677
|
+
}
|
|
8678
|
+
.headers-card .property[data-v-4a9699e9]:last-of-type {
|
|
8679
|
+
padding-bottom: 10px;
|
|
8680
|
+
}
|
|
8681
|
+
.headers-card-title > .headers-card-title-icon[data-v-4a9699e9] {
|
|
8682
|
+
width: 14px;
|
|
8683
|
+
height: 14px;
|
|
8684
|
+
margin: 0;
|
|
8685
|
+
}
|
|
8686
|
+
.headers-card-title > .headers-card-title-icon--open[data-v-4a9699e9] {
|
|
8687
|
+
transform: rotate(45deg);
|
|
8688
|
+
}
|
|
8689
|
+
.parameter-item[data-v-94968dbd] {
|
|
8690
|
+
display: flex;
|
|
8691
|
+
flex-direction: column;
|
|
8692
|
+
position: relative;
|
|
8693
|
+
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8694
|
+
}
|
|
8695
|
+
.parameter-item:last-of-type .parameter-schema[data-v-94968dbd] {
|
|
8696
|
+
padding-bottom: 0;
|
|
8697
|
+
}
|
|
8698
|
+
.parameter-item-container[data-v-94968dbd] {
|
|
8699
|
+
padding: 0;
|
|
8700
|
+
}
|
|
8701
|
+
.parameter-item-headers[data-v-94968dbd] {
|
|
8702
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8703
|
+
}
|
|
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
|
+
}
|
|
8509
8788
|
.section-wrapper[data-v-ff689b94] {
|
|
8510
8789
|
color: var(--scalar-color-1);
|
|
8511
8790
|
|
|
@@ -8568,19 +8847,19 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8568
8847
|
.section-accordion-content-card[data-v-ff689b94] .property:last-of-type {
|
|
8569
8848
|
padding-bottom: 9px;
|
|
8570
8849
|
}
|
|
8571
|
-
.reference-models-anchor[data-v-
|
|
8850
|
+
.reference-models-anchor[data-v-f3ae088e] {
|
|
8572
8851
|
display: flex;
|
|
8573
8852
|
align-items: center;
|
|
8574
8853
|
font-size: 20px;
|
|
8575
8854
|
padding-left: 6px;
|
|
8576
8855
|
color: var(--scalar-color-1);
|
|
8577
8856
|
}
|
|
8578
|
-
.reference-models-label[data-v-
|
|
8857
|
+
.reference-models-label[data-v-f3ae088e] {
|
|
8579
8858
|
display: block;
|
|
8580
8859
|
font-size: var(--scalar-mini);
|
|
8581
8860
|
}
|
|
8582
8861
|
/* Style the "icon" */
|
|
8583
|
-
.reference-models-label[data-v-
|
|
8862
|
+
.reference-models-label[data-v-f3ae088e] em {
|
|
8584
8863
|
font-weight: var(--scalar-bold);
|
|
8585
8864
|
}
|
|
8586
8865
|
.collapsible-section[data-v-999a158a] {
|
|
@@ -8741,166 +9020,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8741
9020
|
.deprecated[data-v-ec6c8861] {
|
|
8742
9021
|
text-decoration: line-through;
|
|
8743
9022
|
}
|
|
8744
|
-
.
|
|
8745
|
-
z-index: 0;
|
|
8746
|
-
margin-top: 12px;
|
|
8747
|
-
margin-bottom: 6px;
|
|
8748
|
-
position: relative;
|
|
8749
|
-
font-size: var(--scalar-font-size-4);
|
|
8750
|
-
color: var(--scalar-color-1);
|
|
8751
|
-
|
|
8752
|
-
align-self: flex-start;
|
|
8753
|
-
}
|
|
8754
|
-
.headers-card.headers-card--open[data-v-c4fe6aa2] {
|
|
8755
|
-
align-self: initial;
|
|
8756
|
-
}
|
|
8757
|
-
.headers-card-title[data-v-c4fe6aa2] {
|
|
8758
|
-
padding: 6px 10px;
|
|
8759
|
-
|
|
8760
|
-
display: flex;
|
|
8761
|
-
align-items: center;
|
|
8762
|
-
gap: 4px;
|
|
8763
|
-
|
|
8764
|
-
color: var(--scalar-color-3);
|
|
8765
|
-
font-weight: var(--scalar-semibold);
|
|
8766
|
-
font-size: var(--scalar-micro);
|
|
8767
|
-
|
|
8768
|
-
border-radius: 13.5px;
|
|
8769
|
-
}
|
|
8770
|
-
button.headers-card-title[data-v-c4fe6aa2] {
|
|
8771
|
-
cursor: pointer;
|
|
8772
|
-
}
|
|
8773
|
-
button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
8774
|
-
color: var(--scalar-color-1);
|
|
8775
|
-
}
|
|
8776
|
-
.headers-card-title-icon--open[data-v-c4fe6aa2] {
|
|
8777
|
-
transform: rotate(45deg);
|
|
8778
|
-
}
|
|
8779
|
-
.headers-properties[data-v-c4fe6aa2] {
|
|
8780
|
-
display: flex;
|
|
8781
|
-
flex-direction: column;
|
|
8782
|
-
|
|
8783
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8784
|
-
|
|
8785
|
-
border-radius: 13.5px;
|
|
8786
|
-
width: fit-content;
|
|
8787
|
-
}
|
|
8788
|
-
.headers-properties-open > .headers-card-title[data-v-c4fe6aa2] {
|
|
8789
|
-
border-bottom-left-radius: 0;
|
|
8790
|
-
border-bottom-right-radius: 0;
|
|
8791
|
-
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8792
|
-
}
|
|
8793
|
-
.headers-properties-open[data-v-c4fe6aa2] {
|
|
8794
|
-
border-radius: var(--scalar-radius-lg);
|
|
8795
|
-
width: 100%;
|
|
8796
|
-
}
|
|
8797
|
-
.headers-card .property[data-v-c4fe6aa2]:last-of-type {
|
|
8798
|
-
padding-bottom: 10px;
|
|
8799
|
-
}
|
|
8800
|
-
.headers-card-title > .headers-card-title-icon[data-v-c4fe6aa2] {
|
|
8801
|
-
width: 14px;
|
|
8802
|
-
height: 14px;
|
|
8803
|
-
margin: 0;
|
|
8804
|
-
}
|
|
8805
|
-
.headers-card-title > .headers-card-title-icon--open[data-v-c4fe6aa2] {
|
|
8806
|
-
transform: rotate(45deg);
|
|
8807
|
-
}
|
|
8808
|
-
.parameter-item[data-v-ca54f4ef] {
|
|
8809
|
-
display: flex;
|
|
8810
|
-
flex-direction: column;
|
|
8811
|
-
position: relative;
|
|
8812
|
-
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8813
|
-
}
|
|
8814
|
-
.parameter-item:last-of-type .parameter-schema[data-v-ca54f4ef] {
|
|
8815
|
-
padding-bottom: 0;
|
|
8816
|
-
}
|
|
8817
|
-
.parameter-item-container[data-v-ca54f4ef] {
|
|
8818
|
-
padding: 0;
|
|
8819
|
-
}
|
|
8820
|
-
.parameter-item-headers[data-v-ca54f4ef] {
|
|
8821
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8822
|
-
}
|
|
8823
|
-
.parameter-item-name[data-v-ca54f4ef] {
|
|
8824
|
-
position: relative;
|
|
8825
|
-
font-weight: var(--scalar-bold);
|
|
8826
|
-
font-size: var(--scalar-font-size-4);
|
|
8827
|
-
font-family: var(--scalar-font-code);
|
|
8828
|
-
color: var(--scalar-color-1);
|
|
8829
|
-
overflow-wrap: break-word;
|
|
8830
|
-
}
|
|
8831
|
-
.parameter-item-description[data-v-ca54f4ef],
|
|
8832
|
-
.parameter-item-description-summary[data-v-ca54f4ef] {
|
|
8833
|
-
font-size: var(--scalar-mini);
|
|
8834
|
-
color: var(--scalar-color-2);
|
|
8835
|
-
}
|
|
8836
|
-
.parameter-item-description-summary.parameter-item-description-summary[data-v-ca54f4ef] > * {
|
|
8837
|
-
--markdown-line-height: var(--scalar-line-height-5);
|
|
8838
|
-
}
|
|
8839
|
-
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
8840
|
-
.parameter-item-trigger
|
|
8841
|
-
~ .parameter-item-container[data-v-ca54f4ef]
|
|
8842
|
-
.property--level-0 > .property-heading .property-detail-value {
|
|
8843
|
-
font-size: var(--scalar-micro);
|
|
8844
|
-
}
|
|
8845
|
-
.parameter-item-required-optional[data-v-ca54f4ef] {
|
|
8846
|
-
color: var(--scalar-color-2);
|
|
8847
|
-
font-weight: var(--scalar-semibold);
|
|
8848
|
-
margin-right: 6px;
|
|
8849
|
-
position: relative;
|
|
8850
|
-
}
|
|
8851
|
-
.parameter-item--required[data-v-ca54f4ef] {
|
|
8852
|
-
text-transform: uppercase;
|
|
8853
|
-
font-size: var(--scalar-micro);
|
|
8854
|
-
font-weight: var(--scalar-semibold);
|
|
8855
|
-
color: var(--scalar-color-orange);
|
|
8856
|
-
}
|
|
8857
|
-
.parameter-item-description[data-v-ca54f4ef] {
|
|
8858
|
-
margin-top: 6px;
|
|
8859
|
-
font-size: var(--scalar-small);
|
|
8860
|
-
color: var(--scalar-color-2);
|
|
8861
|
-
line-height: 1.4;
|
|
8862
|
-
}
|
|
8863
|
-
.parameter-item-description[data-v-ca54f4ef] p {
|
|
8864
|
-
margin-top: 4px;
|
|
8865
|
-
font-size: var(--scalar-small);
|
|
8866
|
-
color: var(--scalar-color-2);
|
|
8867
|
-
}
|
|
8868
|
-
.parameter-schema[data-v-ca54f4ef] {
|
|
8869
|
-
padding-bottom: 9px;
|
|
8870
|
-
margin-top: 3px;
|
|
8871
|
-
}
|
|
8872
|
-
.parameter-item-trigger[data-v-ca54f4ef] {
|
|
8873
|
-
display: flex;
|
|
8874
|
-
align-items: baseline;
|
|
8875
|
-
line-height: var(--scalar-line-height-5);
|
|
8876
|
-
gap: 6px;
|
|
8877
|
-
flex-wrap: wrap;
|
|
8878
|
-
padding: 10px 0;
|
|
8879
|
-
outline: none;
|
|
8880
|
-
}
|
|
8881
|
-
.parameter-item-trigger-open[data-v-ca54f4ef] {
|
|
8882
|
-
padding-bottom: 0;
|
|
8883
|
-
}
|
|
8884
|
-
.parameter-item-icon[data-v-ca54f4ef] {
|
|
8885
|
-
color: var(--scalar-color-3);
|
|
8886
|
-
left: -19px;
|
|
8887
|
-
top: 0.5lh;
|
|
8888
|
-
translate: 0 -50%;
|
|
8889
|
-
position: absolute;
|
|
8890
|
-
}
|
|
8891
|
-
.parameter-item-trigger:hover .parameter-item-icon[data-v-ca54f4ef],
|
|
8892
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ca54f4ef] {
|
|
8893
|
-
color: var(--scalar-color-1);
|
|
8894
|
-
}
|
|
8895
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ca54f4ef] {
|
|
8896
|
-
outline: 1px solid var(--scalar-color-accent);
|
|
8897
|
-
outline-offset: 2px;
|
|
8898
|
-
border-radius: var(--scalar-radius);
|
|
8899
|
-
}
|
|
8900
|
-
.request-body[data-v-c5c0478d] {
|
|
9023
|
+
.request-body[data-v-076f6de4] {
|
|
8901
9024
|
margin-top: 24px;
|
|
8902
9025
|
}
|
|
8903
|
-
.request-body-header[data-v-
|
|
9026
|
+
.request-body-header[data-v-076f6de4] {
|
|
8904
9027
|
display: flex;
|
|
8905
9028
|
align-items: center;
|
|
8906
9029
|
justify-content: space-between;
|
|
@@ -8908,7 +9031,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8908
9031
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8909
9032
|
flex-flow: wrap;
|
|
8910
9033
|
}
|
|
8911
|
-
.request-body-title[data-v-
|
|
9034
|
+
.request-body-title[data-v-076f6de4] {
|
|
8912
9035
|
display: flex;
|
|
8913
9036
|
align-items: center;
|
|
8914
9037
|
gap: 8px;
|
|
@@ -8916,7 +9039,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8916
9039
|
font-weight: var(--scalar-semibold);
|
|
8917
9040
|
color: var(--scalar-color-1);
|
|
8918
9041
|
}
|
|
8919
|
-
.request-body-required[data-v-
|
|
9042
|
+
.request-body-required[data-v-076f6de4] {
|
|
8920
9043
|
font-size: var(--scalar-micro);
|
|
8921
9044
|
color: var(--scalar-color-orange);
|
|
8922
9045
|
font-weight: normal;
|
|
@@ -8925,33 +9048,33 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8925
9048
|
padding: 2px 8px;
|
|
8926
9049
|
height: 20px;
|
|
8927
9050
|
}
|
|
8928
|
-
.request-body-description[data-v-
|
|
9051
|
+
.request-body-description[data-v-076f6de4] {
|
|
8929
9052
|
margin-top: 6px;
|
|
8930
9053
|
font-size: var(--scalar-small);
|
|
8931
9054
|
width: 100%;
|
|
8932
9055
|
}
|
|
8933
9056
|
.request-body-header
|
|
8934
|
-
+ .request-body-schema[data-v-
|
|
9057
|
+
+ .request-body-schema[data-v-076f6de4]:has(> .schema-card > .schema-card-description),
|
|
8935
9058
|
.request-body-header
|
|
8936
|
-
+ .request-body-schema[data-v-
|
|
9059
|
+
+ .request-body-schema[data-v-076f6de4]:has(
|
|
8937
9060
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
8938
9061
|
) {
|
|
8939
9062
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
8940
9063
|
padding-top: 8px;
|
|
8941
9064
|
}
|
|
8942
|
-
.request-body-description[data-v-
|
|
9065
|
+
.request-body-description[data-v-076f6de4] .markdown * {
|
|
8943
9066
|
color: var(--scalar-color-2) !important;
|
|
8944
9067
|
}
|
|
8945
|
-
.callback-sticky-offset[data-v-
|
|
9068
|
+
.callback-sticky-offset[data-v-474e6fa6] {
|
|
8946
9069
|
top: var(--refs-viewport-offset, 0px);
|
|
8947
9070
|
z-index: 1;
|
|
8948
9071
|
}
|
|
8949
|
-
.callback-operation-container[data-v-
|
|
8950
|
-
.callback-operation-container[data-v-
|
|
8951
|
-
.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 {
|
|
8952
9075
|
margin-top: 0;
|
|
8953
9076
|
}
|
|
8954
|
-
.callback-operation-container[data-v-
|
|
9077
|
+
.callback-operation-container[data-v-474e6fa6] .request-body-header {
|
|
8955
9078
|
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
8956
9079
|
padding: 10px;
|
|
8957
9080
|
border-bottom: none;
|
|
@@ -8959,24 +9082,24 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8959
9082
|
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
8960
9083
|
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
8961
9084
|
}
|
|
8962
|
-
.callback-operation-container[data-v-
|
|
9085
|
+
.callback-operation-container[data-v-474e6fa6]
|
|
8963
9086
|
.request-body-schema > .schema-card > .schema-card-description {
|
|
8964
9087
|
padding-inline: 8px;
|
|
8965
9088
|
}
|
|
8966
|
-
.callback-operation-container[data-v-
|
|
9089
|
+
.callback-operation-container[data-v-474e6fa6] ul li.property.property--level-1 {
|
|
8967
9090
|
padding: 10px;
|
|
8968
9091
|
}
|
|
8969
|
-
.callback-operation-container[data-v-
|
|
9092
|
+
.callback-operation-container[data-v-474e6fa6] .request-body-schema {
|
|
8970
9093
|
background-color: var(--scalar-background-1);
|
|
8971
9094
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8972
9095
|
border-top: none;
|
|
8973
9096
|
overflow: hidden;
|
|
8974
9097
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8975
9098
|
}
|
|
8976
|
-
.callback-operation-container[data-v-
|
|
9099
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list {
|
|
8977
9100
|
margin-top: 0;
|
|
8978
9101
|
}
|
|
8979
|
-
.callback-operation-container[data-v-
|
|
9102
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-title {
|
|
8980
9103
|
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
8981
9104
|
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
8982
9105
|
padding: 10px;
|
|
@@ -8985,18 +9108,18 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
8985
9108
|
border-bottom: none;
|
|
8986
9109
|
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
8987
9110
|
}
|
|
8988
|
-
.callback-operation-container[data-v-
|
|
9111
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-items {
|
|
8989
9112
|
/* background: pink; */
|
|
8990
9113
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8991
9114
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8992
9115
|
}
|
|
8993
|
-
.callback-operation-container[data-v-
|
|
9116
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li:first-of-type {
|
|
8994
9117
|
border-top: none;
|
|
8995
9118
|
}
|
|
8996
|
-
.callback-operation-container[data-v-
|
|
9119
|
+
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li {
|
|
8997
9120
|
padding: 0 8px;
|
|
8998
9121
|
}
|
|
8999
|
-
.empty-state[data-v-
|
|
9122
|
+
.empty-state[data-v-da52ac9d] {
|
|
9000
9123
|
margin: 10px 0 10px 12px;
|
|
9001
9124
|
text-align: center;
|
|
9002
9125
|
font-size: var(--scalar-mini);
|
|
@@ -9007,18 +9130,18 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9007
9130
|
border-radius: var(--scalar-radius-lg);
|
|
9008
9131
|
color: var(--scalar-color-2);
|
|
9009
9132
|
}
|
|
9010
|
-
.rule-title[data-v-
|
|
9133
|
+
.rule-title[data-v-da52ac9d] {
|
|
9011
9134
|
font-family: var(--scalar-font-code);
|
|
9012
9135
|
color: var(--scalar-color-1);
|
|
9013
9136
|
display: inline-block;
|
|
9014
9137
|
margin: 12px 0 6px;
|
|
9015
9138
|
border-radius: var(--scalar-radius);
|
|
9016
9139
|
}
|
|
9017
|
-
.rule[data-v-
|
|
9140
|
+
.rule[data-v-da52ac9d] {
|
|
9018
9141
|
margin: 0 12px 0;
|
|
9019
9142
|
border-radius: var(--scalar-radius-lg);
|
|
9020
9143
|
}
|
|
9021
|
-
.rule-items[data-v-
|
|
9144
|
+
.rule-items[data-v-da52ac9d] {
|
|
9022
9145
|
counter-reset: list-number;
|
|
9023
9146
|
display: flex;
|
|
9024
9147
|
flex-direction: column;
|
|
@@ -9026,14 +9149,14 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9026
9149
|
border-left: 1px solid var(--scalar-border-color);
|
|
9027
9150
|
padding: 12px 0 12px;
|
|
9028
9151
|
}
|
|
9029
|
-
.rule-item[data-v-
|
|
9152
|
+
.rule-item[data-v-da52ac9d] {
|
|
9030
9153
|
counter-increment: list-number;
|
|
9031
9154
|
border: 1px solid var(--scalar-border-color);
|
|
9032
9155
|
border-radius: var(--scalar-radius-lg);
|
|
9033
9156
|
overflow: hidden;
|
|
9034
9157
|
margin-left: 24px;
|
|
9035
9158
|
}
|
|
9036
|
-
.rule-item[data-v-
|
|
9159
|
+
.rule-item[data-v-da52ac9d]:before {
|
|
9037
9160
|
/* content: counter(list-number); */
|
|
9038
9161
|
border: 1px solid var(--scalar-border-color);
|
|
9039
9162
|
border-top: 0;
|
|
@@ -9286,11 +9409,11 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9286
9409
|
margin-right: 4px;
|
|
9287
9410
|
}
|
|
9288
9411
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
9289
|
-
.operation-title[data-v-
|
|
9412
|
+
.operation-title[data-v-5a538905] {
|
|
9290
9413
|
justify-content: space-between;
|
|
9291
9414
|
display: flex;
|
|
9292
9415
|
}
|
|
9293
|
-
.operation-details[data-v-
|
|
9416
|
+
.operation-details[data-v-5a538905] {
|
|
9294
9417
|
flex-shrink: 1;
|
|
9295
9418
|
align-items: center;
|
|
9296
9419
|
gap: 9px;
|
|
@@ -9298,11 +9421,11 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9298
9421
|
margin-top: 0;
|
|
9299
9422
|
display: flex;
|
|
9300
9423
|
}
|
|
9301
|
-
.operation-details[data-v-
|
|
9424
|
+
.operation-details[data-v-5a538905] .endpoint-anchor .scalar-button svg {
|
|
9302
9425
|
width: 16px;
|
|
9303
9426
|
height: 16px;
|
|
9304
9427
|
}
|
|
9305
|
-
.endpoint-type[data-v-
|
|
9428
|
+
.endpoint-type[data-v-5a538905] {
|
|
9306
9429
|
z-index: 0;
|
|
9307
9430
|
width: 60px;
|
|
9308
9431
|
font-size: var(--scalar-small);
|
|
@@ -9317,7 +9440,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9317
9440
|
display: flex;
|
|
9318
9441
|
position: relative;
|
|
9319
9442
|
}
|
|
9320
|
-
.endpoint-type[data-v-
|
|
9443
|
+
.endpoint-type[data-v-5a538905]:after {
|
|
9321
9444
|
content: "";
|
|
9322
9445
|
z-index: -1;
|
|
9323
9446
|
opacity: .15;
|
|
@@ -9326,16 +9449,16 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9326
9449
|
position: absolute;
|
|
9327
9450
|
inset: 0;
|
|
9328
9451
|
}
|
|
9329
|
-
.endpoint-anchor[data-v-
|
|
9452
|
+
.endpoint-anchor[data-v-5a538905] {
|
|
9330
9453
|
flex-shrink: 1;
|
|
9331
9454
|
align-items: center;
|
|
9332
9455
|
min-width: 0;
|
|
9333
9456
|
display: flex;
|
|
9334
9457
|
}
|
|
9335
|
-
.endpoint-anchor.label[data-v-
|
|
9458
|
+
.endpoint-anchor.label[data-v-5a538905] {
|
|
9336
9459
|
display: flex;
|
|
9337
9460
|
}
|
|
9338
|
-
.endpoint-label[data-v-
|
|
9461
|
+
.endpoint-label[data-v-5a538905] {
|
|
9339
9462
|
min-width: 0;
|
|
9340
9463
|
color: var(--scalar-color-1);
|
|
9341
9464
|
flex-shrink: 1;
|
|
@@ -9343,17 +9466,17 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9343
9466
|
gap: 9px;
|
|
9344
9467
|
display: flex;
|
|
9345
9468
|
}
|
|
9346
|
-
.endpoint-label-path[data-v-
|
|
9469
|
+
.endpoint-label-path[data-v-5a538905] {
|
|
9347
9470
|
font-family: var(--scalar-font-code);
|
|
9348
9471
|
font-size: var(--scalar-mini);
|
|
9349
9472
|
text-overflow: ellipsis;
|
|
9350
9473
|
white-space: nowrap;
|
|
9351
9474
|
overflow: hidden;
|
|
9352
9475
|
}
|
|
9353
|
-
.endpoint-label-path[data-v-
|
|
9476
|
+
.endpoint-label-path[data-v-5a538905] em {
|
|
9354
9477
|
color: var(--scalar-color-2);
|
|
9355
9478
|
}
|
|
9356
|
-
.endpoint-label-name[data-v-
|
|
9479
|
+
.endpoint-label-name[data-v-5a538905] {
|
|
9357
9480
|
color: var(--scalar-color-2);
|
|
9358
9481
|
font-size: var(--scalar-small);
|
|
9359
9482
|
text-overflow: ellipsis;
|
|
@@ -9361,17 +9484,17 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9361
9484
|
flex-shrink: 1000000000;
|
|
9362
9485
|
overflow: hidden;
|
|
9363
9486
|
}
|
|
9364
|
-
.endpoint-try-hint[data-v-
|
|
9487
|
+
.endpoint-try-hint[data-v-5a538905] {
|
|
9365
9488
|
flex-shrink: 0;
|
|
9366
9489
|
padding: 2px;
|
|
9367
9490
|
}
|
|
9368
|
-
.endpoint-copy[data-v-
|
|
9491
|
+
.endpoint-copy[data-v-5a538905] {
|
|
9369
9492
|
color: currentColor;
|
|
9370
9493
|
}
|
|
9371
|
-
.endpoint-copy[data-v-
|
|
9494
|
+
.endpoint-copy[data-v-5a538905] svg {
|
|
9372
9495
|
stroke-width: 2px;
|
|
9373
9496
|
}
|
|
9374
|
-
.endpoint-content[data-v-
|
|
9497
|
+
.endpoint-content[data-v-5a538905] {
|
|
9375
9498
|
grid-auto-columns: 1fr;
|
|
9376
9499
|
grid-auto-flow: row;
|
|
9377
9500
|
gap: 9px;
|
|
@@ -9379,52 +9502,52 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9379
9502
|
display: grid;
|
|
9380
9503
|
}
|
|
9381
9504
|
@media (min-width: 1000px) {
|
|
9382
|
-
.endpoint-content[data-v-
|
|
9505
|
+
.endpoint-content[data-v-5a538905] {
|
|
9383
9506
|
grid-auto-flow: column;
|
|
9384
9507
|
}
|
|
9385
9508
|
}
|
|
9386
9509
|
@container (max-width: 900px) {
|
|
9387
|
-
.endpoint-content[data-v-
|
|
9510
|
+
.endpoint-content[data-v-5a538905] {
|
|
9388
9511
|
grid-template-columns: 1fr;
|
|
9389
9512
|
}
|
|
9390
9513
|
}
|
|
9391
|
-
.endpoint-content[data-v-
|
|
9514
|
+
.endpoint-content[data-v-5a538905] > * {
|
|
9392
9515
|
min-width: 0;
|
|
9393
9516
|
}
|
|
9394
|
-
.operation-details-card[data-v-
|
|
9517
|
+
.operation-details-card[data-v-5a538905] {
|
|
9395
9518
|
flex-direction: column;
|
|
9396
9519
|
gap: 12px;
|
|
9397
9520
|
min-width: 0;
|
|
9398
9521
|
display: flex;
|
|
9399
9522
|
}
|
|
9400
|
-
: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) {
|
|
9401
9524
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9402
9525
|
border-radius: var(--scalar-radius-lg);
|
|
9403
9526
|
margin-top: 0;
|
|
9404
9527
|
}
|
|
9405
|
-
.operation-details-card-item[data-v-
|
|
9528
|
+
.operation-details-card-item[data-v-5a538905] {
|
|
9406
9529
|
flex-direction: column;
|
|
9407
9530
|
gap: 12px;
|
|
9408
9531
|
display: flex;
|
|
9409
9532
|
}
|
|
9410
|
-
.operation-details-card-item[data-v-
|
|
9533
|
+
.operation-details-card-item[data-v-5a538905] .parameter-list-items {
|
|
9411
9534
|
margin-bottom: 0;
|
|
9412
9535
|
}
|
|
9413
|
-
.operation-details-card[data-v-
|
|
9536
|
+
.operation-details-card[data-v-5a538905] .parameter-item:last-of-type .parameter-schema {
|
|
9414
9537
|
padding-bottom: 12px;
|
|
9415
9538
|
}
|
|
9416
|
-
.operation-details-card[data-v-
|
|
9539
|
+
.operation-details-card[data-v-5a538905] .parameter-list .parameter-list {
|
|
9417
9540
|
margin-bottom: 12px;
|
|
9418
9541
|
}
|
|
9419
|
-
.operation-details-card[data-v-
|
|
9542
|
+
.operation-details-card[data-v-5a538905] .parameter-item {
|
|
9420
9543
|
margin: 0;
|
|
9421
9544
|
padding: 0;
|
|
9422
9545
|
}
|
|
9423
|
-
.operation-details-card[data-v-
|
|
9546
|
+
.operation-details-card[data-v-5a538905] .property {
|
|
9424
9547
|
margin: 0;
|
|
9425
9548
|
padding: 9px;
|
|
9426
9549
|
}
|
|
9427
|
-
: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) {
|
|
9428
9551
|
text-transform: uppercase;
|
|
9429
9552
|
font-weight: var(--scalar-bold);
|
|
9430
9553
|
font-size: var(--scalar-mini);
|
|
@@ -9433,61 +9556,61 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9433
9556
|
padding: 9px;
|
|
9434
9557
|
line-height: 1.33;
|
|
9435
9558
|
}
|
|
9436
|
-
.operation-details-card[data-v-
|
|
9559
|
+
.operation-details-card[data-v-5a538905] .callback-list-item-title {
|
|
9437
9560
|
padding-left: 28px;
|
|
9438
9561
|
padding-right: 12px;
|
|
9439
9562
|
}
|
|
9440
|
-
.operation-details-card[data-v-
|
|
9563
|
+
.operation-details-card[data-v-5a538905] .callback-list-item-icon {
|
|
9441
9564
|
left: 6px;
|
|
9442
9565
|
}
|
|
9443
|
-
.operation-details-card[data-v-
|
|
9566
|
+
.operation-details-card[data-v-5a538905] .callback-operation-container {
|
|
9444
9567
|
padding-inline: 9px;
|
|
9445
9568
|
padding-bottom: 9px;
|
|
9446
9569
|
}
|
|
9447
|
-
: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) {
|
|
9448
9571
|
border: none;
|
|
9449
9572
|
}
|
|
9450
|
-
.operation-details-card[data-v-
|
|
9573
|
+
.operation-details-card[data-v-5a538905] .callback-operation-container > .request-body > .request-body-header {
|
|
9451
9574
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9452
9575
|
padding: 0 0 9px;
|
|
9453
9576
|
}
|
|
9454
|
-
.operation-details-card[data-v-
|
|
9577
|
+
.operation-details-card[data-v-5a538905] .request-body-description {
|
|
9455
9578
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9456
9579
|
margin-top: 0;
|
|
9457
9580
|
padding: 9px 9px 0;
|
|
9458
9581
|
}
|
|
9459
|
-
.operation-details-card[data-v-
|
|
9582
|
+
.operation-details-card[data-v-5a538905] .request-body {
|
|
9460
9583
|
border-radius: var(--scalar-radius-lg);
|
|
9461
9584
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9462
9585
|
margin-top: 0;
|
|
9463
9586
|
}
|
|
9464
|
-
.operation-details-card[data-v-
|
|
9587
|
+
.operation-details-card[data-v-5a538905] .request-body .schema-card--level-0 > .schema-card-description {
|
|
9465
9588
|
padding-inline: 9px;
|
|
9466
9589
|
}
|
|
9467
|
-
.operation-details-card[data-v-
|
|
9590
|
+
.operation-details-card[data-v-5a538905] .request-body-header {
|
|
9468
9591
|
border-bottom: 0;
|
|
9469
9592
|
padding-bottom: 0;
|
|
9470
9593
|
}
|
|
9471
|
-
.operation-details-card[data-v-
|
|
9594
|
+
.operation-details-card[data-v-5a538905] .contents button {
|
|
9472
9595
|
margin-right: 9px;
|
|
9473
9596
|
}
|
|
9474
|
-
.operation-details-card[data-v-
|
|
9597
|
+
.operation-details-card[data-v-5a538905] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
9475
9598
|
margin-inline: 9px;
|
|
9476
9599
|
margin-bottom: 9px;
|
|
9477
9600
|
}
|
|
9478
|
-
.operation-details-card[data-v-
|
|
9601
|
+
.operation-details-card[data-v-5a538905] .request-body-schema .property--level-0 {
|
|
9479
9602
|
padding: 0;
|
|
9480
9603
|
}
|
|
9481
|
-
.operation-details-card[data-v-
|
|
9604
|
+
.operation-details-card[data-v-5a538905] .selected-content-type {
|
|
9482
9605
|
margin-right: 9px;
|
|
9483
9606
|
}
|
|
9484
|
-
.operation-example-card[data-v-
|
|
9607
|
+
.operation-example-card[data-v-5a538905] {
|
|
9485
9608
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9486
9609
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
9487
9610
|
position: sticky;
|
|
9488
9611
|
}
|
|
9489
9612
|
@media (max-width: 600px) {
|
|
9490
|
-
.operation-example-card[data-v-
|
|
9613
|
+
.operation-example-card[data-v-5a538905] {
|
|
9491
9614
|
max-height: unset;
|
|
9492
9615
|
position: static;
|
|
9493
9616
|
}
|
|
@@ -9577,15 +9700,59 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9577
9700
|
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
9578
9701
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
9579
9702
|
}
|
|
9580
|
-
|
|
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
|
+
|
|
9581
9748
|
position: sticky;
|
|
9582
9749
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9583
9750
|
}
|
|
9584
|
-
.examples[data-v-
|
|
9751
|
+
.examples[data-v-b7fa71b9] > * {
|
|
9585
9752
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
9586
9753
|
position: relative;
|
|
9587
9754
|
}
|
|
9588
|
-
.examples[data-v-
|
|
9755
|
+
.examples[data-v-b7fa71b9] > *:first-of-type:last-of-type {
|
|
9589
9756
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
9590
9757
|
}
|
|
9591
9758
|
/*
|
|
@@ -9593,23 +9760,38 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9593
9760
|
* (or zoomed in screens)
|
|
9594
9761
|
*/
|
|
9595
9762
|
@media (max-width: 600px) {
|
|
9596
|
-
.examples[data-v-
|
|
9763
|
+
.examples[data-v-b7fa71b9] > * {
|
|
9597
9764
|
max-height: unset;
|
|
9598
9765
|
}
|
|
9599
9766
|
}
|
|
9600
|
-
.deprecated[data-v-
|
|
9767
|
+
.deprecated[data-v-b7fa71b9] * {
|
|
9601
9768
|
text-decoration: line-through;
|
|
9602
9769
|
}
|
|
9603
|
-
|
|
9604
|
-
|
|
9605
|
-
|
|
9606
|
-
|
|
9607
|
-
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
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;
|
|
9613
9795
|
}
|
|
9614
9796
|
}
|
|
9615
9797
|
.section-flare[data-v-5cebff7a] {
|
|
@@ -9622,7 +9804,7 @@ button.headers-card-title[data-v-c4fe6aa2]:hover {
|
|
|
9622
9804
|
container-name: narrow-references-container;
|
|
9623
9805
|
container-type: inline-size;
|
|
9624
9806
|
}
|
|
9625
|
-
.ref-search-meta[data-v-
|
|
9807
|
+
.ref-search-meta[data-v-25f2d34f] {
|
|
9626
9808
|
background: var(--scalar-background-1);
|
|
9627
9809
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
9628
9810
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -9751,7 +9933,7 @@ body {
|
|
|
9751
9933
|
}
|
|
9752
9934
|
/* Configurable Layout Variables */
|
|
9753
9935
|
@layer scalar-config {
|
|
9754
|
-
.scalar-api-reference[data-v-
|
|
9936
|
+
.scalar-api-reference[data-v-67bb1c8a] {
|
|
9755
9937
|
/* The header height */
|
|
9756
9938
|
--refs-header-height: calc(
|
|
9757
9939
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -9773,19 +9955,19 @@ body {
|
|
|
9773
9955
|
/* The maximum width of the content column */
|
|
9774
9956
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
9775
9957
|
}
|
|
9776
|
-
.scalar-api-reference.references-classic[data-v-
|
|
9958
|
+
.scalar-api-reference.references-classic[data-v-67bb1c8a] {
|
|
9777
9959
|
/* Classic layout is wider */
|
|
9778
9960
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
9779
9961
|
min-height: 100dvh;
|
|
9780
9962
|
--refs-sidebar-width: 0;
|
|
9781
9963
|
}
|
|
9782
9964
|
}
|
|
9783
|
-
.t-doc__sidebar[data-v-
|
|
9965
|
+
.t-doc__sidebar[data-v-67bb1c8a] {
|
|
9784
9966
|
z-index: 10;
|
|
9785
9967
|
}
|
|
9786
9968
|
/* ----------------------------------------------------- */
|
|
9787
9969
|
/* References Layout */
|
|
9788
|
-
.references-layout[data-v-
|
|
9970
|
+
.references-layout[data-v-67bb1c8a] {
|
|
9789
9971
|
/* Try to fill the container */
|
|
9790
9972
|
min-height: 100dvh;
|
|
9791
9973
|
min-width: 100%;
|
|
@@ -9809,43 +9991,43 @@ body {
|
|
|
9809
9991
|
|
|
9810
9992
|
background: var(--scalar-background-1);
|
|
9811
9993
|
}
|
|
9812
|
-
.references-editor[data-v-
|
|
9994
|
+
.references-editor[data-v-67bb1c8a] {
|
|
9813
9995
|
grid-area: editor;
|
|
9814
9996
|
display: flex;
|
|
9815
9997
|
min-width: 0;
|
|
9816
9998
|
background: var(--scalar-background-1);
|
|
9817
9999
|
}
|
|
9818
|
-
.references-rendered[data-v-
|
|
10000
|
+
.references-rendered[data-v-67bb1c8a] {
|
|
9819
10001
|
position: relative;
|
|
9820
10002
|
grid-area: rendered;
|
|
9821
10003
|
min-width: 0;
|
|
9822
10004
|
background: var(--scalar-background-1);
|
|
9823
10005
|
}
|
|
9824
|
-
.scalar-api-reference.references-classic[data-v-
|
|
9825
|
-
.references-classic .references-rendered[data-v-
|
|
10006
|
+
.scalar-api-reference.references-classic[data-v-67bb1c8a],
|
|
10007
|
+
.references-classic .references-rendered[data-v-67bb1c8a] {
|
|
9826
10008
|
height: initial !important;
|
|
9827
10009
|
max-height: initial !important;
|
|
9828
10010
|
}
|
|
9829
10011
|
@layer scalar-config {
|
|
9830
|
-
.references-sidebar[data-v-
|
|
10012
|
+
.references-sidebar[data-v-67bb1c8a] {
|
|
9831
10013
|
/* Set a default width if references are enabled */
|
|
9832
10014
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
9833
10015
|
}
|
|
9834
10016
|
}
|
|
9835
10017
|
/* Footer */
|
|
9836
|
-
.references-footer[data-v-
|
|
10018
|
+
.references-footer[data-v-67bb1c8a] {
|
|
9837
10019
|
grid-area: footer;
|
|
9838
10020
|
}
|
|
9839
10021
|
/* ----------------------------------------------------- */
|
|
9840
10022
|
/* Responsive / Mobile Layout */
|
|
9841
10023
|
@media (max-width: 1000px) {
|
|
9842
10024
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
9843
|
-
.references-developer-tools[data-v-
|
|
10025
|
+
.references-developer-tools[data-v-67bb1c8a] {
|
|
9844
10026
|
display: none;
|
|
9845
10027
|
}
|
|
9846
10028
|
|
|
9847
10029
|
/* Stack view on mobile */
|
|
9848
|
-
.references-layout[data-v-
|
|
10030
|
+
.references-layout[data-v-67bb1c8a] {
|
|
9849
10031
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
9850
10032
|
--refs-sidebar-height: calc(
|
|
9851
10033
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -9860,13 +10042,13 @@ body {
|
|
|
9860
10042
|
'rendered'
|
|
9861
10043
|
'footer';
|
|
9862
10044
|
}
|
|
9863
|
-
.references-editable[data-v-
|
|
10045
|
+
.references-editable[data-v-67bb1c8a] {
|
|
9864
10046
|
grid-template-areas:
|
|
9865
10047
|
'header'
|
|
9866
10048
|
'navigation'
|
|
9867
10049
|
'editor';
|
|
9868
10050
|
}
|
|
9869
|
-
.references-rendered[data-v-
|
|
10051
|
+
.references-rendered[data-v-67bb1c8a] {
|
|
9870
10052
|
position: static;
|
|
9871
10053
|
}
|
|
9872
10054
|
}
|
|
@@ -9876,11 +10058,11 @@ body {
|
|
|
9876
10058
|
* when the new elements are available
|
|
9877
10059
|
*/
|
|
9878
10060
|
@media (max-width: 1000px) {
|
|
9879
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
10061
|
+
.scalar-api-references-standalone-mobile[data-v-67bb1c8a]:not(.references-classic) {
|
|
9880
10062
|
--scalar-header-height: 50px;
|
|
9881
10063
|
}
|
|
9882
10064
|
}
|
|
9883
|
-
.darklight-reference[data-v-
|
|
10065
|
+
.darklight-reference[data-v-67bb1c8a] {
|
|
9884
10066
|
width: 100%;
|
|
9885
10067
|
margin-top: auto;
|
|
9886
10068
|
}
|