@scalar/api-reference-react 0.9.47 → 0.9.49
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 +780 -670
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -435,7 +435,14 @@
|
|
|
435
435
|
border-radius: var(--scalar-radius);
|
|
436
436
|
border-width: 1px;
|
|
437
437
|
}
|
|
438
|
-
:where(.scalar-app) input
|
|
438
|
+
:where(.scalar-app) input, :where(.scalar-app) select, :where(.scalar-app) textarea {
|
|
439
|
+
text-align: start;
|
|
440
|
+
}
|
|
441
|
+
:where(.scalar-app) input::placeholder, :where(.scalar-app) text-area::placeholder {
|
|
442
|
+
color: var(--scalar-color-3);
|
|
443
|
+
font-family: var(--scalar-font);
|
|
444
|
+
}
|
|
445
|
+
:where(.scalar-app) ::-webkit-input-placeholder {
|
|
439
446
|
color: var(--scalar-color-3);
|
|
440
447
|
font-family: var(--scalar-font);
|
|
441
448
|
}
|
|
@@ -1603,7 +1610,7 @@
|
|
|
1603
1610
|
color: var(--scalar-background-1);
|
|
1604
1611
|
border-radius: 2px;
|
|
1605
1612
|
}
|
|
1606
|
-
.sidebar-heading-type[data-v-
|
|
1613
|
+
.sidebar-heading-type[data-v-bdef8365] {
|
|
1607
1614
|
text-transform: uppercase;
|
|
1608
1615
|
color: var(--method-color, var(--scalar-color-1));
|
|
1609
1616
|
font-size: 10px;
|
|
@@ -2105,19 +2112,19 @@
|
|
|
2105
2112
|
background: color-mix(in srgb, var(--scalar-background-3), transparent 40%);
|
|
2106
2113
|
}
|
|
2107
2114
|
}
|
|
2108
|
-
[data-v-
|
|
2115
|
+
[data-v-6b2d7899] .code-input-lite__editor {
|
|
2109
2116
|
font-family: var(--scalar-font);
|
|
2110
2117
|
font-size: var(--scalar-small);
|
|
2111
2118
|
background-color: #0000;
|
|
2112
2119
|
padding: 5px 8px;
|
|
2113
2120
|
}
|
|
2114
|
-
[data-v-
|
|
2121
|
+
[data-v-6b2d7899] .scalar-pill:not(:last-of-type) {
|
|
2115
2122
|
margin-right: .15em;
|
|
2116
2123
|
}
|
|
2117
|
-
[data-v-
|
|
2124
|
+
[data-v-6b2d7899] .scalar-pill:not(:first-of-type) {
|
|
2118
2125
|
margin-left: .5px;
|
|
2119
2126
|
}
|
|
2120
|
-
.filemask[data-v-
|
|
2127
|
+
.filemask[data-v-6b2d7899] {
|
|
2121
2128
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
2122
2129
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
2123
2130
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
@@ -2173,31 +2180,31 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2173
2180
|
-webkit-text-security: disc;
|
|
2174
2181
|
-moz-text-security: disc;
|
|
2175
2182
|
}
|
|
2176
|
-
.request-section-content[data-v-
|
|
2183
|
+
.request-section-content[data-v-f52d9c1f] {
|
|
2177
2184
|
--scalar-border-width: .5px;
|
|
2178
2185
|
}
|
|
2179
|
-
.request-section-content-filter[data-v-
|
|
2186
|
+
.request-section-content-filter[data-v-f52d9c1f] {
|
|
2180
2187
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
2181
2188
|
}
|
|
2182
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
2189
|
+
.request-item:focus-within .request-meta-buttons[data-v-f52d9c1f] {
|
|
2183
2190
|
opacity: 1;
|
|
2184
2191
|
}
|
|
2185
|
-
.group-hover-input[data-v-
|
|
2192
|
+
.group-hover-input[data-v-f52d9c1f] {
|
|
2186
2193
|
border-width: var(--scalar-border-width);
|
|
2187
2194
|
border-color: #0000;
|
|
2188
2195
|
}
|
|
2189
|
-
.group:hover .group-hover-input[data-v-
|
|
2196
|
+
.group:hover .group-hover-input[data-v-f52d9c1f] {
|
|
2190
2197
|
background: var(--scalar-background-1);
|
|
2191
2198
|
}
|
|
2192
2199
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2193
|
-
.group:hover .group-hover-input[data-v-
|
|
2200
|
+
.group:hover .group-hover-input[data-v-f52d9c1f] {
|
|
2194
2201
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
2195
2202
|
}
|
|
2196
2203
|
}
|
|
2197
|
-
.group:hover .group-hover-input[data-v-
|
|
2204
|
+
.group:hover .group-hover-input[data-v-f52d9c1f] {
|
|
2198
2205
|
border-color: var(--scalar-border-color);
|
|
2199
2206
|
}
|
|
2200
|
-
.group-hover-input[data-v-
|
|
2207
|
+
.group-hover-input[data-v-f52d9c1f]:focus {
|
|
2201
2208
|
border-color: var(--scalar-border-color) !important;
|
|
2202
2209
|
background: none !important;
|
|
2203
2210
|
}
|
|
@@ -2297,44 +2304,6 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2297
2304
|
transform: translateY(0);
|
|
2298
2305
|
}
|
|
2299
2306
|
}
|
|
2300
|
-
.request-card[data-v-70ede25b] {
|
|
2301
|
-
color: var(--scalar-color-1);
|
|
2302
|
-
font-size: var(--scalar-font-size-3);
|
|
2303
|
-
}
|
|
2304
|
-
.request-method[data-v-70ede25b] {
|
|
2305
|
-
font-family: var(--scalar-font-code);
|
|
2306
|
-
text-transform: uppercase;
|
|
2307
|
-
margin-right: 6px;
|
|
2308
|
-
}
|
|
2309
|
-
.request-card-footer[data-v-70ede25b] {
|
|
2310
|
-
flex-shrink: 0;
|
|
2311
|
-
justify-content: flex-end;
|
|
2312
|
-
padding: 6px;
|
|
2313
|
-
display: flex;
|
|
2314
|
-
position: relative;
|
|
2315
|
-
}
|
|
2316
|
-
.request-card-footer-addon[data-v-70ede25b] {
|
|
2317
|
-
flex: 1;
|
|
2318
|
-
align-items: center;
|
|
2319
|
-
min-width: 0;
|
|
2320
|
-
display: flex;
|
|
2321
|
-
}
|
|
2322
|
-
.request-editor-section[data-v-70ede25b] {
|
|
2323
|
-
flex: 1;
|
|
2324
|
-
display: flex;
|
|
2325
|
-
}
|
|
2326
|
-
.request-card-simple[data-v-70ede25b] {
|
|
2327
|
-
font-size: var(--scalar-small);
|
|
2328
|
-
justify-content: space-between;
|
|
2329
|
-
align-items: center;
|
|
2330
|
-
padding: 8px 8px 8px 12px;
|
|
2331
|
-
display: flex;
|
|
2332
|
-
}
|
|
2333
|
-
.code-snippet[data-v-70ede25b] {
|
|
2334
|
-
flex-direction: column;
|
|
2335
|
-
width: 100%;
|
|
2336
|
-
display: flex;
|
|
2337
|
-
}
|
|
2338
2307
|
[data-radix-popper-content-wrapper]:has(.scalar-api-client-context-menu) {
|
|
2339
2308
|
z-index: 1000 !important;
|
|
2340
2309
|
}
|
|
@@ -2459,6 +2428,44 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2459
2428
|
padding: 6px 12px;
|
|
2460
2429
|
display: flex;
|
|
2461
2430
|
}
|
|
2431
|
+
.request-card[data-v-b977c9e1] {
|
|
2432
|
+
color: var(--scalar-color-1);
|
|
2433
|
+
font-size: var(--scalar-font-size-3);
|
|
2434
|
+
}
|
|
2435
|
+
.request-method[data-v-b977c9e1] {
|
|
2436
|
+
font-family: var(--scalar-font-code);
|
|
2437
|
+
text-transform: uppercase;
|
|
2438
|
+
margin-right: 6px;
|
|
2439
|
+
}
|
|
2440
|
+
.request-card-footer[data-v-b977c9e1] {
|
|
2441
|
+
flex-shrink: 0;
|
|
2442
|
+
justify-content: flex-end;
|
|
2443
|
+
padding: 6px;
|
|
2444
|
+
display: flex;
|
|
2445
|
+
position: relative;
|
|
2446
|
+
}
|
|
2447
|
+
.request-card-footer-addon[data-v-b977c9e1] {
|
|
2448
|
+
flex: 1;
|
|
2449
|
+
align-items: center;
|
|
2450
|
+
min-width: 0;
|
|
2451
|
+
display: flex;
|
|
2452
|
+
}
|
|
2453
|
+
.request-editor-section[data-v-b977c9e1] {
|
|
2454
|
+
flex: 1;
|
|
2455
|
+
display: flex;
|
|
2456
|
+
}
|
|
2457
|
+
.request-card-simple[data-v-b977c9e1] {
|
|
2458
|
+
font-size: var(--scalar-small);
|
|
2459
|
+
justify-content: space-between;
|
|
2460
|
+
align-items: center;
|
|
2461
|
+
padding: 8px 8px 8px 12px;
|
|
2462
|
+
display: flex;
|
|
2463
|
+
}
|
|
2464
|
+
.code-snippet[data-v-b977c9e1] {
|
|
2465
|
+
flex-direction: column;
|
|
2466
|
+
width: 100%;
|
|
2467
|
+
display: flex;
|
|
2468
|
+
}
|
|
2462
2469
|
.authenticationProvided[data-v-e3416cd5] {
|
|
2463
2470
|
color: var(--scalar-color-1);
|
|
2464
2471
|
font-weight: var(--scalar-semibold);
|
|
@@ -4585,6 +4592,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
4585
4592
|
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4586
4593
|
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4587
4594
|
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4595
|
+
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4588
4596
|
}
|
|
4589
4597
|
.scalar-app .max-h-screen {
|
|
4590
4598
|
max-height: 100vh;
|
|
@@ -5718,6 +5726,9 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
5718
5726
|
.scalar-app .text-right {
|
|
5719
5727
|
text-align: right;
|
|
5720
5728
|
}
|
|
5729
|
+
.scalar-app .text-start {
|
|
5730
|
+
text-align: start;
|
|
5731
|
+
}
|
|
5721
5732
|
.scalar-app .font-code {
|
|
5722
5733
|
font-family: var(--scalar-font-code);
|
|
5723
5734
|
}
|
|
@@ -7397,7 +7408,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7397
7408
|
opacity: .5;
|
|
7398
7409
|
}
|
|
7399
7410
|
}
|
|
7400
|
-
.client-libraries-content[data-v-
|
|
7411
|
+
.client-libraries-content[data-v-783c0ba4] {
|
|
7401
7412
|
container: client-libraries-content / inline-size;
|
|
7402
7413
|
display: flex;
|
|
7403
7414
|
justify-content: center;
|
|
@@ -7407,7 +7418,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7407
7418
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7408
7419
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7409
7420
|
}
|
|
7410
|
-
.client-libraries[data-v-
|
|
7421
|
+
.client-libraries[data-v-783c0ba4] {
|
|
7411
7422
|
display: flex;
|
|
7412
7423
|
align-items: center;
|
|
7413
7424
|
justify-content: center;
|
|
@@ -7421,7 +7432,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7421
7432
|
border-bottom: 1px solid transparent;
|
|
7422
7433
|
user-select: none;
|
|
7423
7434
|
}
|
|
7424
|
-
.client-libraries[data-v-
|
|
7435
|
+
.client-libraries[data-v-783c0ba4]:not(.client-libraries__active):hover:before {
|
|
7425
7436
|
content: '';
|
|
7426
7437
|
position: absolute;
|
|
7427
7438
|
width: calc(100% - 4px);
|
|
@@ -7432,21 +7443,21 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7432
7443
|
z-index: 0;
|
|
7433
7444
|
border-radius: var(--scalar-radius);
|
|
7434
7445
|
}
|
|
7435
|
-
.client-libraries[data-v-
|
|
7446
|
+
.client-libraries[data-v-783c0ba4]:active {
|
|
7436
7447
|
color: var(--scalar-color-1);
|
|
7437
7448
|
}
|
|
7438
|
-
.client-libraries[data-v-
|
|
7449
|
+
.client-libraries[data-v-783c0ba4]:focus-visible {
|
|
7439
7450
|
outline: none;
|
|
7440
7451
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
7441
7452
|
}
|
|
7442
7453
|
/* remove php and c on mobile */
|
|
7443
7454
|
@media screen and (max-width: 450px) {
|
|
7444
|
-
.client-libraries[data-v-
|
|
7445
|
-
.client-libraries[data-v-
|
|
7455
|
+
.client-libraries[data-v-783c0ba4]:nth-of-type(4),
|
|
7456
|
+
.client-libraries[data-v-783c0ba4]:nth-of-type(5) {
|
|
7446
7457
|
display: none;
|
|
7447
7458
|
}
|
|
7448
7459
|
}
|
|
7449
|
-
.client-libraries-icon[data-v-
|
|
7460
|
+
.client-libraries-icon[data-v-783c0ba4] {
|
|
7450
7461
|
max-width: 14px;
|
|
7451
7462
|
max-height: 14px;
|
|
7452
7463
|
min-width: 14px;
|
|
@@ -7459,32 +7470,32 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7459
7470
|
box-sizing: border-box;
|
|
7460
7471
|
color: currentColor;
|
|
7461
7472
|
}
|
|
7462
|
-
.client-libraries-icon__more svg[data-v-
|
|
7473
|
+
.client-libraries-icon__more svg[data-v-783c0ba4] {
|
|
7463
7474
|
height: initial;
|
|
7464
7475
|
}
|
|
7465
7476
|
@container client-libraries-content (width < 400px) {
|
|
7466
7477
|
.client-libraries__select {
|
|
7467
|
-
&[data-v-
|
|
7478
|
+
&[data-v-783c0ba4] {
|
|
7468
7479
|
width: fit-content;
|
|
7469
7480
|
}
|
|
7470
|
-
.client-libraries-icon__more + span[data-v-
|
|
7481
|
+
.client-libraries-icon__more + span[data-v-783c0ba4] {
|
|
7471
7482
|
display: none;
|
|
7472
7483
|
}
|
|
7473
7484
|
}
|
|
7474
7485
|
}
|
|
7475
7486
|
@container client-libraries-content (width < 380px) {
|
|
7476
|
-
.client-libraries[data-v-
|
|
7487
|
+
.client-libraries[data-v-783c0ba4] {
|
|
7477
7488
|
width: 100%;
|
|
7478
7489
|
}
|
|
7479
|
-
.client-libraries span[data-v-
|
|
7490
|
+
.client-libraries span[data-v-783c0ba4] {
|
|
7480
7491
|
display: none;
|
|
7481
7492
|
}
|
|
7482
7493
|
}
|
|
7483
|
-
.client-libraries__active[data-v-
|
|
7494
|
+
.client-libraries__active[data-v-783c0ba4] {
|
|
7484
7495
|
color: var(--scalar-color-1);
|
|
7485
7496
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
7486
7497
|
}
|
|
7487
|
-
@keyframes codeloader-
|
|
7498
|
+
@keyframes codeloader-783c0ba4 {
|
|
7488
7499
|
0% {
|
|
7489
7500
|
transform: rotate(0deg);
|
|
7490
7501
|
}
|
|
@@ -7492,22 +7503,22 @@ to {
|
|
|
7492
7503
|
transform: rotate(1turn);
|
|
7493
7504
|
}
|
|
7494
7505
|
}
|
|
7495
|
-
.client-libraries .client-libraries-text[data-v-
|
|
7506
|
+
.client-libraries .client-libraries-text[data-v-783c0ba4] {
|
|
7496
7507
|
font-size: var(--scalar-small);
|
|
7497
7508
|
position: relative;
|
|
7498
7509
|
display: flex;
|
|
7499
7510
|
align-items: center;
|
|
7500
7511
|
}
|
|
7501
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
7512
|
+
.client-libraries__active .client-libraries-text[data-v-783c0ba4] {
|
|
7502
7513
|
color: var(--scalar-color-1);
|
|
7503
7514
|
font-weight: var(--scalar-semibold);
|
|
7504
7515
|
}
|
|
7505
7516
|
@media screen and (max-width: 600px) {
|
|
7506
|
-
.references-classic .client-libraries[data-v-
|
|
7517
|
+
.references-classic .client-libraries[data-v-783c0ba4] {
|
|
7507
7518
|
flex-direction: column;
|
|
7508
7519
|
}
|
|
7509
7520
|
}
|
|
7510
|
-
.selected-client[data-v-
|
|
7521
|
+
.selected-client[data-v-d02a9cbe] {
|
|
7511
7522
|
color: var(--scalar-color-1);
|
|
7512
7523
|
font-size: var(--scalar-small);
|
|
7513
7524
|
font-family: var(--scalar-font-code);
|
|
@@ -7522,7 +7533,7 @@ to {
|
|
|
7522
7533
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7523
7534
|
min-height: fit-content;
|
|
7524
7535
|
}
|
|
7525
|
-
.client-libraries-heading[data-v-
|
|
7536
|
+
.client-libraries-heading[data-v-d02a9cbe] {
|
|
7526
7537
|
font-size: var(--scalar-small);
|
|
7527
7538
|
font-weight: var(--scalar-font-medium);
|
|
7528
7539
|
color: var(--scalar-color-1);
|
|
@@ -7568,12 +7579,12 @@ to {
|
|
|
7568
7579
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
7569
7580
|
@layer properties {
|
|
7570
7581
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
7571
|
-
[data-v-
|
|
7582
|
+
[data-v-deac5eaa],[data-v-deac5eaa]:before,[data-v-deac5eaa]:after,[data-v-deac5eaa]::backdrop {
|
|
7572
7583
|
--tw-outline-style: solid;
|
|
7573
7584
|
}
|
|
7574
7585
|
}
|
|
7575
7586
|
}
|
|
7576
|
-
.download-container[data-v-
|
|
7587
|
+
.download-container[data-v-deac5eaa] {
|
|
7577
7588
|
z-index: 1;
|
|
7578
7589
|
flex-direction: column;
|
|
7579
7590
|
gap: 16px;
|
|
@@ -7582,7 +7593,7 @@ to {
|
|
|
7582
7593
|
display: flex;
|
|
7583
7594
|
position: relative;
|
|
7584
7595
|
}
|
|
7585
|
-
.download-container[data-v-
|
|
7596
|
+
.download-container[data-v-deac5eaa]:has(:focus-visible):before, .download-container.download-both[data-v-deac5eaa]:hover:before {
|
|
7586
7597
|
content: "";
|
|
7587
7598
|
border-radius: var(--scalar-radius-lg);
|
|
7588
7599
|
width: calc(100% + 24px);
|
|
@@ -7594,7 +7605,7 @@ to {
|
|
|
7594
7605
|
top: -11px;
|
|
7595
7606
|
left: -12px;
|
|
7596
7607
|
}
|
|
7597
|
-
.download-button[data-v-
|
|
7608
|
+
.download-button[data-v-deac5eaa] {
|
|
7598
7609
|
color: var(--scalar-link-color);
|
|
7599
7610
|
cursor: pointer;
|
|
7600
7611
|
outline: none;
|
|
@@ -7607,7 +7618,7 @@ to {
|
|
|
7607
7618
|
position: relative;
|
|
7608
7619
|
white-space: nowrap !important;
|
|
7609
7620
|
}
|
|
7610
|
-
.download-button[data-v-
|
|
7621
|
+
.download-button[data-v-deac5eaa]:before {
|
|
7611
7622
|
border-radius: var(--scalar-radius);
|
|
7612
7623
|
content: "";
|
|
7613
7624
|
width: calc(100% + 18px);
|
|
@@ -7616,20 +7627,20 @@ to {
|
|
|
7616
7627
|
top: -8px;
|
|
7617
7628
|
left: -9px;
|
|
7618
7629
|
}
|
|
7619
|
-
.download-button[data-v-
|
|
7630
|
+
.download-button[data-v-deac5eaa]:last-of-type:before {
|
|
7620
7631
|
width: calc(100% + 15px);
|
|
7621
7632
|
}
|
|
7622
|
-
.download-button[data-v-
|
|
7633
|
+
.download-button[data-v-deac5eaa]:hover:before {
|
|
7623
7634
|
background: var(--scalar-background-2);
|
|
7624
7635
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7625
7636
|
}
|
|
7626
|
-
.download-button[data-v-
|
|
7637
|
+
.download-button[data-v-deac5eaa]:focus-visible:before {
|
|
7627
7638
|
background: var(--scalar-background-2);
|
|
7628
7639
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7629
7640
|
outline-style: var(--tw-outline-style);
|
|
7630
7641
|
outline-width: 1px;
|
|
7631
7642
|
}
|
|
7632
|
-
.download-button span[data-v-
|
|
7643
|
+
.download-button span[data-v-deac5eaa] {
|
|
7633
7644
|
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7634
7645
|
--font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
|
|
7635
7646
|
-webkit-text-decoration: var(--scalar-text-decoration);
|
|
@@ -7644,20 +7655,20 @@ to {
|
|
|
7644
7655
|
text-decoration-color: var(--font-color);
|
|
7645
7656
|
}
|
|
7646
7657
|
@supports (color: color-mix(in lab, red, red)) {
|
|
7647
|
-
.download-button span[data-v-
|
|
7658
|
+
.download-button span[data-v-deac5eaa] {
|
|
7648
7659
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7649
7660
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7650
7661
|
text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7651
7662
|
}
|
|
7652
7663
|
}
|
|
7653
|
-
.download-button span[data-v-
|
|
7664
|
+
.download-button span[data-v-deac5eaa] {
|
|
7654
7665
|
z-index: 1;
|
|
7655
7666
|
align-items: center;
|
|
7656
7667
|
gap: 6px;
|
|
7657
7668
|
line-height: 1.625;
|
|
7658
7669
|
display: flex;
|
|
7659
7670
|
}
|
|
7660
|
-
.download-button:hover span[data-v-
|
|
7671
|
+
.download-button:hover span[data-v-deac5eaa] {
|
|
7661
7672
|
-webkit-text-decoration-color: var(--scalar-color-1, currentColor);
|
|
7662
7673
|
-webkit-text-decoration-color: var(--scalar-color-1, currentColor);
|
|
7663
7674
|
text-decoration-color: var(--scalar-color-1, currentColor);
|
|
@@ -7667,7 +7678,7 @@ to {
|
|
|
7667
7678
|
-webkit-text-decoration: var(--scalar-text-decoration-hover);
|
|
7668
7679
|
text-decoration: var(--scalar-text-decoration-hover);
|
|
7669
7680
|
}
|
|
7670
|
-
.download-button[data-v-
|
|
7681
|
+
.download-button[data-v-deac5eaa]:nth-of-type(2) {
|
|
7671
7682
|
clip-path: inset(50%);
|
|
7672
7683
|
white-space: nowrap;
|
|
7673
7684
|
border-width: 0;
|
|
@@ -7678,7 +7689,7 @@ to {
|
|
|
7678
7689
|
position: absolute;
|
|
7679
7690
|
overflow: hidden;
|
|
7680
7691
|
}
|
|
7681
|
-
.download-container:has(:focus-visible) .download-button[data-v-
|
|
7692
|
+
.download-container:has(:focus-visible) .download-button[data-v-deac5eaa]:nth-of-type(2), .download-container:hover .download-button[data-v-deac5eaa]:nth-of-type(2) {
|
|
7682
7693
|
clip-path: none;
|
|
7683
7694
|
white-space: normal;
|
|
7684
7695
|
width: auto;
|
|
@@ -7689,15 +7700,15 @@ to {
|
|
|
7689
7700
|
top: 42px;
|
|
7690
7701
|
overflow: visible;
|
|
7691
7702
|
}
|
|
7692
|
-
.extension[data-v-
|
|
7703
|
+
.extension[data-v-deac5eaa] {
|
|
7693
7704
|
z-index: 1;
|
|
7694
7705
|
background: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7695
7706
|
color: var(--scalar-background-1);
|
|
7696
7707
|
}
|
|
7697
|
-
.download-container:has(:focus-visible) .extension[data-v-
|
|
7708
|
+
.download-container:has(:focus-visible) .extension[data-v-deac5eaa], .download-container:hover .extension[data-v-deac5eaa] {
|
|
7698
7709
|
opacity: 1;
|
|
7699
7710
|
}
|
|
7700
|
-
.download-link[data-v-
|
|
7711
|
+
.download-link[data-v-deac5eaa] {
|
|
7701
7712
|
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7702
7713
|
--font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
|
|
7703
7714
|
-webkit-text-decoration: var(--scalar-text-decoration);
|
|
@@ -7712,13 +7723,13 @@ to {
|
|
|
7712
7723
|
text-decoration-color: var(--font-color);
|
|
7713
7724
|
}
|
|
7714
7725
|
@supports (color: color-mix(in lab, red, red)) {
|
|
7715
|
-
.download-link[data-v-
|
|
7726
|
+
.download-link[data-v-deac5eaa] {
|
|
7716
7727
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7717
7728
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7718
7729
|
text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7719
7730
|
}
|
|
7720
7731
|
}
|
|
7721
|
-
.download-link[data-v-
|
|
7732
|
+
.download-link[data-v-deac5eaa]:hover {
|
|
7722
7733
|
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7723
7734
|
-webkit-text-decoration-color: var(--font-color);
|
|
7724
7735
|
-webkit-text-decoration-color: var(--font-color);
|
|
@@ -7899,7 +7910,7 @@ to {
|
|
|
7899
7910
|
.section-header-label[data-v-f1ac6c38] {
|
|
7900
7911
|
display: inline;
|
|
7901
7912
|
}
|
|
7902
|
-
.sticky-cards[data-v-
|
|
7913
|
+
.sticky-cards[data-v-d6744cde] {
|
|
7903
7914
|
display: flex;
|
|
7904
7915
|
flex-direction: column;
|
|
7905
7916
|
position: sticky;
|
|
@@ -7951,7 +7962,7 @@ to {
|
|
|
7951
7962
|
color: var(--scalar-color-1);
|
|
7952
7963
|
}
|
|
7953
7964
|
/* One panel holds the Markdown installation instructions */
|
|
7954
|
-
.selected-client[data-v-
|
|
7965
|
+
.selected-client[data-v-9cbb007b] {
|
|
7955
7966
|
display: flex;
|
|
7956
7967
|
flex-direction: column;
|
|
7957
7968
|
gap: 9px;
|
|
@@ -7964,7 +7975,7 @@ to {
|
|
|
7964
7975
|
border-bottom-left-radius: var(--scalar-radius-xl);
|
|
7965
7976
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7966
7977
|
}
|
|
7967
|
-
.client-libraries-heading[data-v-
|
|
7978
|
+
.client-libraries-heading[data-v-9cbb007b] {
|
|
7968
7979
|
font-size: var(--scalar-small);
|
|
7969
7980
|
font-weight: var(--scalar-font-medium);
|
|
7970
7981
|
color: var(--scalar-color-1);
|
|
@@ -7977,7 +7988,7 @@ to {
|
|
|
7977
7988
|
border-top-left-radius: var(--scalar-radius-xl);
|
|
7978
7989
|
border-top-right-radius: var(--scalar-radius-xl);
|
|
7979
7990
|
}
|
|
7980
|
-
.client-libraries-content[data-v-
|
|
7991
|
+
.client-libraries-content[data-v-9cbb007b] {
|
|
7981
7992
|
position: relative;
|
|
7982
7993
|
/*
|
|
7983
7994
|
* Scroll horizontally rather than clip: before JS measures the tab widths
|
|
@@ -7995,15 +8006,15 @@ to {
|
|
|
7995
8006
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7996
8007
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7997
8008
|
}
|
|
7998
|
-
.client-libraries-content[data-v-
|
|
8009
|
+
.client-libraries-content[data-v-9cbb007b]::-webkit-scrollbar {
|
|
7999
8010
|
display: none;
|
|
8000
8011
|
}
|
|
8001
|
-
.client-libraries-row[data-v-
|
|
8012
|
+
.client-libraries-row[data-v-9cbb007b] {
|
|
8002
8013
|
display: flex;
|
|
8003
8014
|
justify-content: flex-start;
|
|
8004
8015
|
}
|
|
8005
8016
|
/* Zero-size clip so the measure row never adds to the scrollable width */
|
|
8006
|
-
.client-libraries-measure-clip[data-v-
|
|
8017
|
+
.client-libraries-measure-clip[data-v-9cbb007b] {
|
|
8007
8018
|
position: absolute;
|
|
8008
8019
|
top: 0;
|
|
8009
8020
|
left: 0;
|
|
@@ -8012,12 +8023,12 @@ to {
|
|
|
8012
8023
|
overflow: hidden;
|
|
8013
8024
|
}
|
|
8014
8025
|
/* Off-screen row used only to measure natural tab widths */
|
|
8015
|
-
.client-libraries-row--measure[data-v-
|
|
8026
|
+
.client-libraries-row--measure[data-v-9cbb007b] {
|
|
8016
8027
|
width: max-content;
|
|
8017
8028
|
visibility: hidden;
|
|
8018
8029
|
pointer-events: none;
|
|
8019
8030
|
}
|
|
8020
|
-
.client-libraries[data-v-
|
|
8031
|
+
.client-libraries[data-v-9cbb007b] {
|
|
8021
8032
|
display: flex;
|
|
8022
8033
|
align-items: center;
|
|
8023
8034
|
justify-content: center;
|
|
@@ -8033,7 +8044,7 @@ to {
|
|
|
8033
8044
|
background: transparent;
|
|
8034
8045
|
user-select: none;
|
|
8035
8046
|
}
|
|
8036
|
-
.client-libraries[data-v-
|
|
8047
|
+
.client-libraries[data-v-9cbb007b]:not(.client-libraries__active):hover:before {
|
|
8037
8048
|
content: '';
|
|
8038
8049
|
position: absolute;
|
|
8039
8050
|
width: calc(100% - 4px);
|
|
@@ -8044,22 +8055,22 @@ to {
|
|
|
8044
8055
|
z-index: 0;
|
|
8045
8056
|
border-radius: var(--scalar-radius);
|
|
8046
8057
|
}
|
|
8047
|
-
.client-libraries[data-v-
|
|
8058
|
+
.client-libraries[data-v-9cbb007b]:active {
|
|
8048
8059
|
color: var(--scalar-color-1);
|
|
8049
8060
|
}
|
|
8050
|
-
.client-libraries[data-v-
|
|
8061
|
+
.client-libraries[data-v-9cbb007b]:focus-visible {
|
|
8051
8062
|
outline: none;
|
|
8052
8063
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
8053
8064
|
}
|
|
8054
|
-
.client-libraries__active[data-v-
|
|
8065
|
+
.client-libraries__active[data-v-9cbb007b] {
|
|
8055
8066
|
color: var(--scalar-color-1);
|
|
8056
8067
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
8057
8068
|
}
|
|
8058
8069
|
/* Always pin the "More" dropdown to the right edge */
|
|
8059
|
-
.client-libraries-more[data-v-
|
|
8070
|
+
.client-libraries-more[data-v-9cbb007b] {
|
|
8060
8071
|
margin-left: auto;
|
|
8061
8072
|
}
|
|
8062
|
-
.client-libraries-icon[data-v-
|
|
8073
|
+
.client-libraries-icon[data-v-9cbb007b] {
|
|
8063
8074
|
max-width: 14px;
|
|
8064
8075
|
max-height: 14px;
|
|
8065
8076
|
min-width: 14px;
|
|
@@ -8072,13 +8083,13 @@ to {
|
|
|
8072
8083
|
box-sizing: border-box;
|
|
8073
8084
|
color: currentColor;
|
|
8074
8085
|
}
|
|
8075
|
-
.client-libraries .client-libraries-text[data-v-
|
|
8086
|
+
.client-libraries .client-libraries-text[data-v-9cbb007b] {
|
|
8076
8087
|
font-size: var(--scalar-small);
|
|
8077
8088
|
position: relative;
|
|
8078
8089
|
display: flex;
|
|
8079
8090
|
align-items: center;
|
|
8080
8091
|
}
|
|
8081
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
8092
|
+
.client-libraries__active .client-libraries-text[data-v-9cbb007b] {
|
|
8082
8093
|
color: var(--scalar-color-1);
|
|
8083
8094
|
font-weight: var(--scalar-semibold);
|
|
8084
8095
|
}
|
|
@@ -8092,202 +8103,26 @@ to {
|
|
|
8092
8103
|
clip: rect(0, 0, 0, 0);
|
|
8093
8104
|
border: 0;
|
|
8094
8105
|
}
|
|
8095
|
-
.
|
|
8096
|
-
padding: 0 60px;
|
|
8097
|
-
}
|
|
8098
|
-
.section-accordion[data-v-9419dd23] {
|
|
8099
|
-
position: relative;
|
|
8100
|
-
width: 100%;
|
|
8101
|
-
max-width: var(--refs-content-max-width);
|
|
8102
|
-
margin: auto;
|
|
8103
|
-
}
|
|
8104
|
-
.section-accordion-content[data-v-9419dd23] {
|
|
8105
|
-
display: flex;
|
|
8106
|
-
flex-direction: column;
|
|
8107
|
-
gap: 12px;
|
|
8108
|
-
|
|
8109
|
-
padding-top: 12px;
|
|
8110
|
-
}
|
|
8111
|
-
.section-accordion-button[data-v-9419dd23] {
|
|
8112
|
-
width: 100%;
|
|
8113
|
-
display: flex;
|
|
8114
|
-
|
|
8115
|
-
cursor: pointer;
|
|
8116
|
-
|
|
8117
|
-
padding: 6px 0 6px 0;
|
|
8118
|
-
margin: -6px 0 -6px 0;
|
|
8119
|
-
border-radius: var(--scalar-radius);
|
|
8120
|
-
}
|
|
8121
|
-
.section-accordion-chevron[data-v-9419dd23] {
|
|
8122
|
-
position: absolute;
|
|
8123
|
-
left: -22px;
|
|
8124
|
-
top: 12px;
|
|
8125
|
-
color: var(--scalar-color-3);
|
|
8126
|
-
}
|
|
8127
|
-
.section-accordion-button:hover .section-accordion-chevron[data-v-9419dd23] {
|
|
8128
|
-
color: var(--scalar-color-1);
|
|
8129
|
-
}
|
|
8130
|
-
.section-accordion-title[data-v-9419dd23] {
|
|
8106
|
+
.async-api-labels[data-v-6f21951e] {
|
|
8131
8107
|
display: flex;
|
|
8132
|
-
flex-
|
|
8133
|
-
align-items:
|
|
8134
|
-
|
|
8135
|
-
padding: 0 6px;
|
|
8136
|
-
}
|
|
8137
|
-
.section-accordion-title[data-v-9419dd23] .section-header-wrapper {
|
|
8138
|
-
grid-template-columns: 1fr;
|
|
8139
|
-
}
|
|
8140
|
-
.section-accordion-title[data-v-9419dd23] .section-header {
|
|
8141
|
-
margin-bottom: 0;
|
|
8142
|
-
}
|
|
8143
|
-
@container narrow-references-container (max-width: 900px) {
|
|
8144
|
-
.section-accordion-chevron[data-v-9419dd23] {
|
|
8145
|
-
width: 16px;
|
|
8146
|
-
left: -16px;
|
|
8147
|
-
top: 14px;
|
|
8148
|
-
}
|
|
8149
|
-
.section-accordion-wrapper[data-v-9419dd23] {
|
|
8150
|
-
padding: calc(var(--refs-viewport-offset)) 24px 0 24px;
|
|
8108
|
+
flex-wrap: wrap;
|
|
8109
|
+
align-items: center;
|
|
8110
|
+
gap: 6px;
|
|
8151
8111
|
}
|
|
8112
|
+
/* Protocols read as identifiers, so render them uppercase to set them apart from server names. */
|
|
8113
|
+
.async-api-label--protocol[data-v-6f21951e] {
|
|
8114
|
+
text-transform: uppercase;
|
|
8115
|
+
letter-spacing: 0.05em;
|
|
8152
8116
|
}
|
|
8153
8117
|
/* Style the "icon" */
|
|
8154
|
-
.schema-type-icon[data-v-
|
|
8118
|
+
.schema-type-icon[data-v-e2018ca6] {
|
|
8155
8119
|
color: var(--scalar-color-1);
|
|
8156
8120
|
display: none;
|
|
8157
8121
|
}
|
|
8158
|
-
.schema-type[data-v-
|
|
8122
|
+
.schema-type[data-v-e2018ca6] {
|
|
8159
8123
|
font-family: var(--scalar-font-code);
|
|
8160
8124
|
color: var(--scalar-color-1);
|
|
8161
8125
|
}
|
|
8162
|
-
.error[data-v-4d9df79c] {
|
|
8163
|
-
background-color: var(--scalar-color-red);
|
|
8164
|
-
}
|
|
8165
|
-
.schema-card[data-v-4d9df79c] {
|
|
8166
|
-
font-size: var(--scalar-font-size-4);
|
|
8167
|
-
color: var(--scalar-color-1);
|
|
8168
|
-
}
|
|
8169
|
-
.schema-card-title[data-v-4d9df79c] {
|
|
8170
|
-
height: var(--schema-title-height);
|
|
8171
|
-
|
|
8172
|
-
padding: 6px 8px;
|
|
8173
|
-
|
|
8174
|
-
display: flex;
|
|
8175
|
-
align-items: center;
|
|
8176
|
-
gap: 4px;
|
|
8177
|
-
|
|
8178
|
-
color: var(--scalar-color-2);
|
|
8179
|
-
font-weight: var(--scalar-semibold);
|
|
8180
|
-
font-size: var(--scalar-mini);
|
|
8181
|
-
border-bottom: var(--scalar-border-width) solid transparent;
|
|
8182
|
-
}
|
|
8183
|
-
button.schema-card-title[data-v-4d9df79c] {
|
|
8184
|
-
cursor: pointer;
|
|
8185
|
-
}
|
|
8186
|
-
button.schema-card-title[data-v-4d9df79c]:hover {
|
|
8187
|
-
color: var(--scalar-color-1);
|
|
8188
|
-
}
|
|
8189
|
-
.schema-card-title-icon--open[data-v-4d9df79c] {
|
|
8190
|
-
transform: rotate(45deg);
|
|
8191
|
-
}
|
|
8192
|
-
.schema-properties-open > .schema-card-title[data-v-4d9df79c] {
|
|
8193
|
-
border-bottom-left-radius: 0;
|
|
8194
|
-
border-bottom-right-radius: 0;
|
|
8195
|
-
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8196
|
-
}
|
|
8197
|
-
.schema-properties-open > .schema-properties[data-v-4d9df79c] {
|
|
8198
|
-
width: fit-content;
|
|
8199
|
-
}
|
|
8200
|
-
.schema-card-description[data-v-4d9df79c] {
|
|
8201
|
-
color: var(--scalar-color-2);
|
|
8202
|
-
}
|
|
8203
|
-
.schema-card-description + .schema-properties[data-v-4d9df79c] {
|
|
8204
|
-
width: fit-content;
|
|
8205
|
-
}
|
|
8206
|
-
.schema-card-description + .schema-properties[data-v-4d9df79c] {
|
|
8207
|
-
margin-top: 8px;
|
|
8208
|
-
}
|
|
8209
|
-
.schema-card--level-0:nth-of-type(1)
|
|
8210
|
-
> .schema-card-description[data-v-4d9df79c]:has(+ .schema-properties) {
|
|
8211
|
-
margin-bottom: -8px;
|
|
8212
|
-
padding-bottom: 8px;
|
|
8213
|
-
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8214
|
-
}
|
|
8215
|
-
.schema-card--level-0
|
|
8216
|
-
~ .schema-card--level-0
|
|
8217
|
-
> .schema-card-description[data-v-4d9df79c]:has(+ .schema-properties) {
|
|
8218
|
-
padding-top: 8px;
|
|
8219
|
-
}
|
|
8220
|
-
.schema-properties-open.schema-properties[data-v-4d9df79c],
|
|
8221
|
-
.schema-properties-open > .schema-card--open[data-v-4d9df79c] {
|
|
8222
|
-
width: 100%;
|
|
8223
|
-
}
|
|
8224
|
-
.schema-properties[data-v-4d9df79c] {
|
|
8225
|
-
display: flex;
|
|
8226
|
-
flex-direction: column;
|
|
8227
|
-
|
|
8228
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8229
|
-
border-radius: var(--scalar-radius-lg);
|
|
8230
|
-
width: fit-content;
|
|
8231
|
-
}
|
|
8232
|
-
.schema-properties-name[data-v-4d9df79c] {
|
|
8233
|
-
width: 100%;
|
|
8234
|
-
}
|
|
8235
|
-
.schema-properties .schema-properties[data-v-4d9df79c] {
|
|
8236
|
-
border-radius: 13.5px;
|
|
8237
|
-
}
|
|
8238
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-4d9df79c] {
|
|
8239
|
-
border-radius: var(--scalar-radius-lg);
|
|
8240
|
-
}
|
|
8241
|
-
.schema-properties-open[data-v-4d9df79c] {
|
|
8242
|
-
width: 100%;
|
|
8243
|
-
}
|
|
8244
|
-
.schema-card--compact[data-v-4d9df79c] {
|
|
8245
|
-
align-self: flex-start;
|
|
8246
|
-
}
|
|
8247
|
-
.schema-card--compact.schema-card--open[data-v-4d9df79c] {
|
|
8248
|
-
align-self: initial;
|
|
8249
|
-
}
|
|
8250
|
-
.schema-card-title--compact[data-v-4d9df79c] {
|
|
8251
|
-
color: var(--scalar-color-2);
|
|
8252
|
-
padding: 6px 10px 6px 8px;
|
|
8253
|
-
height: auto;
|
|
8254
|
-
border-bottom: none;
|
|
8255
|
-
}
|
|
8256
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-4d9df79c] {
|
|
8257
|
-
margin: 0;
|
|
8258
|
-
}
|
|
8259
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-4d9df79c] {
|
|
8260
|
-
transform: rotate(45deg);
|
|
8261
|
-
}
|
|
8262
|
-
.schema-properties-open > .schema-card-title--compact[data-v-4d9df79c] {
|
|
8263
|
-
position: static;
|
|
8264
|
-
}
|
|
8265
|
-
.property--level-0
|
|
8266
|
-
> .schema-properties
|
|
8267
|
-
> .schema-card--level-0
|
|
8268
|
-
> .schema-properties[data-v-4d9df79c] {
|
|
8269
|
-
border: none;
|
|
8270
|
-
}
|
|
8271
|
-
.property--level-0
|
|
8272
|
-
.schema-card--level-0:not(.schema-card--compact)
|
|
8273
|
-
.property--level-1[data-v-4d9df79c] {
|
|
8274
|
-
padding: 0 0 8px;
|
|
8275
|
-
}
|
|
8276
|
-
:not(.composition-panel)
|
|
8277
|
-
> .schema-card--compact.schema-card--level-0
|
|
8278
|
-
> .schema-properties[data-v-4d9df79c] {
|
|
8279
|
-
border: none;
|
|
8280
|
-
}
|
|
8281
|
-
[data-v-4d9df79c] .schema-card-description p {
|
|
8282
|
-
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
8283
|
-
color: var(--scalar-color-2);
|
|
8284
|
-
margin-bottom: 0;
|
|
8285
|
-
display: block;
|
|
8286
|
-
margin-bottom: 6px;
|
|
8287
|
-
}
|
|
8288
|
-
.children .schema-card-description[data-v-4d9df79c]:first-of-type {
|
|
8289
|
-
padding-top: 0;
|
|
8290
|
-
}
|
|
8291
8126
|
.property-enum-value[data-v-4375ecfd] {
|
|
8292
8127
|
color: var(--scalar-color-3);
|
|
8293
8128
|
line-height: 1.5;
|
|
@@ -8347,41 +8182,41 @@ button.schema-card-title[data-v-4d9df79c]:hover {
|
|
|
8347
8182
|
.property-enum-value-description[data-v-4375ecfd] {
|
|
8348
8183
|
color: var(--scalar-color-3);
|
|
8349
8184
|
}
|
|
8350
|
-
.property-heading:empty + .property-description[data-v-
|
|
8351
|
-
.property-description[data-v-
|
|
8185
|
+
.property-heading:empty + .property-description[data-v-bf1bfd02]:last-of-type,
|
|
8186
|
+
.property-description[data-v-bf1bfd02]:first-of-type:last-of-type {
|
|
8352
8187
|
margin-top: 0;
|
|
8353
8188
|
}
|
|
8354
|
-
.property-list[data-v-
|
|
8189
|
+
.property-list[data-v-bf1bfd02] {
|
|
8355
8190
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8356
8191
|
border-radius: var(--scalar-radius);
|
|
8357
8192
|
margin-top: 10px;
|
|
8358
8193
|
}
|
|
8359
|
-
.property-list .property[data-v-
|
|
8194
|
+
.property-list .property[data-v-bf1bfd02]:last-of-type {
|
|
8360
8195
|
padding-bottom: 10px;
|
|
8361
8196
|
}
|
|
8362
|
-
.property-enum-values[data-v-
|
|
8197
|
+
.property-enum-values[data-v-bf1bfd02] {
|
|
8363
8198
|
font-size: var(--scalar-font-size-3);
|
|
8364
8199
|
list-style: none;
|
|
8365
8200
|
margin-top: 8px;
|
|
8366
8201
|
padding-left: 2px;
|
|
8367
8202
|
}
|
|
8368
|
-
.enum-toggle-button[data-v-
|
|
8203
|
+
.enum-toggle-button[data-v-bf1bfd02]:hover {
|
|
8369
8204
|
color: var(--scalar-color-1);
|
|
8370
8205
|
}
|
|
8371
|
-
.property-enum-property-names[data-v-
|
|
8206
|
+
.property-enum-property-names[data-v-bf1bfd02] {
|
|
8372
8207
|
font-size: var(--scalar-font-size-4);
|
|
8373
8208
|
color: var(--scalar-color-2);
|
|
8374
8209
|
display: inline-block;
|
|
8375
8210
|
padding: 0 2px;
|
|
8376
8211
|
margin-top: 8px;
|
|
8377
8212
|
}
|
|
8378
|
-
.property-default[data-v-
|
|
8213
|
+
.property-default[data-v-cc878a44] {
|
|
8379
8214
|
display: flex;
|
|
8380
8215
|
flex-direction: column;
|
|
8381
8216
|
font-size: var(--scalar-mini);
|
|
8382
8217
|
position: relative;
|
|
8383
8218
|
}
|
|
8384
|
-
.property-default[data-v-
|
|
8219
|
+
.property-default[data-v-cc878a44]:hover:before {
|
|
8385
8220
|
content: '';
|
|
8386
8221
|
position: absolute;
|
|
8387
8222
|
top: 0;
|
|
@@ -8390,15 +8225,15 @@ button.schema-card-title[data-v-4d9df79c]:hover {
|
|
|
8390
8225
|
height: 20px;
|
|
8391
8226
|
border-radius: var(--scalar-radius);
|
|
8392
8227
|
}
|
|
8393
|
-
.property-default:hover .property-default-label span[data-v-
|
|
8228
|
+
.property-default:hover .property-default-label span[data-v-cc878a44] {
|
|
8394
8229
|
color: var(--scalar-color-1);
|
|
8395
8230
|
}
|
|
8396
|
-
.property-default-label span[data-v-
|
|
8231
|
+
.property-default-label span[data-v-cc878a44] {
|
|
8397
8232
|
color: var(--scalar-color-3);
|
|
8398
8233
|
position: relative;
|
|
8399
8234
|
border-bottom: var(--scalar-border-width) dotted currentColor;
|
|
8400
8235
|
}
|
|
8401
|
-
.property-default-value[data-v-
|
|
8236
|
+
.property-default-value[data-v-cc878a44] {
|
|
8402
8237
|
font-family: var(--scalar-font-code);
|
|
8403
8238
|
display: flex;
|
|
8404
8239
|
gap: 8px;
|
|
@@ -8406,24 +8241,24 @@ button.schema-card-title[data-v-4d9df79c]:hover {
|
|
|
8406
8241
|
width: 100%;
|
|
8407
8242
|
padding: 6px;
|
|
8408
8243
|
}
|
|
8409
|
-
.property-default-value span[data-v-
|
|
8244
|
+
.property-default-value span[data-v-cc878a44] {
|
|
8410
8245
|
display: block;
|
|
8411
8246
|
overflow: hidden;
|
|
8412
8247
|
text-overflow: ellipsis;
|
|
8413
8248
|
white-space: nowrap;
|
|
8414
8249
|
}
|
|
8415
|
-
.property-default-value[data-v-
|
|
8250
|
+
.property-default-value[data-v-cc878a44] svg {
|
|
8416
8251
|
color: var(--scalar-color-3);
|
|
8417
8252
|
}
|
|
8418
|
-
.property-default-value[data-v-
|
|
8253
|
+
.property-default-value[data-v-cc878a44]:hover svg {
|
|
8419
8254
|
color: var(--scalar-color-1);
|
|
8420
8255
|
}
|
|
8421
|
-
.property-default-value[data-v-
|
|
8256
|
+
.property-default-value[data-v-cc878a44] {
|
|
8422
8257
|
background: var(--scalar-background-2);
|
|
8423
8258
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8424
8259
|
border-radius: var(--scalar-radius);
|
|
8425
8260
|
}
|
|
8426
|
-
.property-default-value-list[data-v-
|
|
8261
|
+
.property-default-value-list[data-v-cc878a44] {
|
|
8427
8262
|
position: absolute;
|
|
8428
8263
|
top: 18px;
|
|
8429
8264
|
left: 50%;
|
|
@@ -8441,8 +8276,8 @@ button.schema-card-title[data-v-4d9df79c]:hover {
|
|
|
8441
8276
|
display: none;
|
|
8442
8277
|
z-index: 2;
|
|
8443
8278
|
}
|
|
8444
|
-
.property-default:hover .property-default-value-list[data-v-
|
|
8445
|
-
.property-default:focus-within .property-default-value-list[data-v-
|
|
8279
|
+
.property-default:hover .property-default-value-list[data-v-cc878a44],
|
|
8280
|
+
.property-default:focus-within .property-default-value-list[data-v-cc878a44] {
|
|
8446
8281
|
display: flex;
|
|
8447
8282
|
}
|
|
8448
8283
|
.property-detail[data-v-1295f965] {
|
|
@@ -8478,13 +8313,13 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8478
8313
|
border-radius: var(--scalar-radius);
|
|
8479
8314
|
}
|
|
8480
8315
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
8481
|
-
.property-example[data-v-
|
|
8316
|
+
.property-example[data-v-370db0bd] {
|
|
8482
8317
|
font-size: var(--scalar-mini);
|
|
8483
8318
|
flex-direction: column;
|
|
8484
8319
|
display: flex;
|
|
8485
8320
|
position: relative;
|
|
8486
8321
|
}
|
|
8487
|
-
.property-example[data-v-
|
|
8322
|
+
.property-example[data-v-370db0bd]:hover:before {
|
|
8488
8323
|
content: "";
|
|
8489
8324
|
border-radius: var(--scalar-radius);
|
|
8490
8325
|
width: 100%;
|
|
@@ -8493,7 +8328,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8493
8328
|
top: 0;
|
|
8494
8329
|
left: 0;
|
|
8495
8330
|
}
|
|
8496
|
-
.property-example-value[data-v-
|
|
8331
|
+
.property-example-value[data-v-370db0bd] {
|
|
8497
8332
|
font-family: var(--scalar-font-code);
|
|
8498
8333
|
align-items: center;
|
|
8499
8334
|
gap: 8px;
|
|
@@ -8501,24 +8336,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8501
8336
|
padding: 6px;
|
|
8502
8337
|
display: flex;
|
|
8503
8338
|
}
|
|
8504
|
-
.property-example-value span[data-v-
|
|
8339
|
+
.property-example-value span[data-v-370db0bd] {
|
|
8505
8340
|
text-overflow: ellipsis;
|
|
8506
8341
|
white-space: nowrap;
|
|
8507
8342
|
display: block;
|
|
8508
8343
|
overflow: hidden;
|
|
8509
8344
|
}
|
|
8510
|
-
.property-example-value[data-v-
|
|
8345
|
+
.property-example-value[data-v-370db0bd] svg {
|
|
8511
8346
|
color: var(--scalar-color-3);
|
|
8512
8347
|
}
|
|
8513
|
-
.property-example-value[data-v-
|
|
8348
|
+
.property-example-value[data-v-370db0bd]:hover svg {
|
|
8514
8349
|
color: var(--scalar-color-1);
|
|
8515
8350
|
}
|
|
8516
|
-
.property-example-value[data-v-
|
|
8351
|
+
.property-example-value[data-v-370db0bd] {
|
|
8517
8352
|
background: var(--scalar-background-2);
|
|
8518
8353
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8519
8354
|
border-radius: var(--scalar-radius);
|
|
8520
8355
|
}
|
|
8521
|
-
.property-example-value-list[data-v-
|
|
8356
|
+
.property-example-value-list[data-v-370db0bd] {
|
|
8522
8357
|
background-color: var(--scalar-background-1);
|
|
8523
8358
|
box-shadow: var(--scalar-shadow-1);
|
|
8524
8359
|
border-radius: var(--scalar-radius-lg);
|
|
@@ -8536,30 +8371,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8536
8371
|
overflow: auto;
|
|
8537
8372
|
transform: translate3d(-50%, 0, 0);
|
|
8538
8373
|
}
|
|
8539
|
-
.property-example:hover .property-example-value-list[data-v-
|
|
8374
|
+
.property-example:hover .property-example-value-list[data-v-370db0bd], .property-example:focus-within .property-example-value-list[data-v-370db0bd] {
|
|
8540
8375
|
display: flex;
|
|
8541
8376
|
}
|
|
8542
|
-
.property-heading[data-v-
|
|
8377
|
+
.property-heading[data-v-18714eaa] {
|
|
8543
8378
|
display: flex;
|
|
8544
8379
|
flex-wrap: wrap;
|
|
8545
8380
|
align-items: baseline;
|
|
8546
8381
|
row-gap: 9px;
|
|
8547
8382
|
white-space: nowrap;
|
|
8548
8383
|
}
|
|
8549
|
-
.property-heading[data-v-
|
|
8550
|
-
.property-heading[data-v-
|
|
8384
|
+
.property-heading[data-v-18714eaa]:has(+ .children),
|
|
8385
|
+
.property-heading[data-v-18714eaa]:has(+ .property-rule) {
|
|
8551
8386
|
margin-bottom: 9px;
|
|
8552
8387
|
}
|
|
8553
|
-
.property-heading[data-v-
|
|
8388
|
+
.property-heading[data-v-18714eaa] > * {
|
|
8554
8389
|
margin-right: 9px;
|
|
8555
8390
|
}
|
|
8556
|
-
.property-heading[data-v-
|
|
8391
|
+
.property-heading[data-v-18714eaa]:last-child {
|
|
8557
8392
|
margin-right: 0;
|
|
8558
8393
|
}
|
|
8559
|
-
.property-heading > .property-detail[data-v-
|
|
8394
|
+
.property-heading > .property-detail[data-v-18714eaa]:not(:last-of-type) {
|
|
8560
8395
|
margin-right: 0;
|
|
8561
8396
|
}
|
|
8562
|
-
.property-name[data-v-
|
|
8397
|
+
.property-name[data-v-18714eaa] {
|
|
8563
8398
|
max-width: 100%;
|
|
8564
8399
|
font-family: var(--scalar-font-code);
|
|
8565
8400
|
font-weight: var(--scalar-bold);
|
|
@@ -8567,30 +8402,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8567
8402
|
white-space: normal;
|
|
8568
8403
|
overflow-wrap: break-word;
|
|
8569
8404
|
}
|
|
8570
|
-
.property-additional[data-v-
|
|
8405
|
+
.property-additional[data-v-18714eaa] {
|
|
8571
8406
|
font-family: var(--scalar-font-code);
|
|
8572
8407
|
}
|
|
8573
|
-
.property-required[data-v-
|
|
8574
|
-
.property-optional[data-v-
|
|
8408
|
+
.property-required[data-v-18714eaa],
|
|
8409
|
+
.property-optional[data-v-18714eaa] {
|
|
8575
8410
|
color: var(--scalar-color-2);
|
|
8576
8411
|
}
|
|
8577
|
-
.property-required[data-v-
|
|
8412
|
+
.property-required[data-v-18714eaa] {
|
|
8578
8413
|
font-size: var(--scalar-mini);
|
|
8579
8414
|
color: var(--scalar-color-orange);
|
|
8580
8415
|
}
|
|
8581
|
-
.property-read-only[data-v-
|
|
8416
|
+
.property-read-only[data-v-18714eaa] {
|
|
8582
8417
|
font-size: var(--scalar-mini);
|
|
8583
8418
|
color: var(--scalar-color-blue);
|
|
8584
8419
|
}
|
|
8585
|
-
.property-write-only[data-v-
|
|
8420
|
+
.property-write-only[data-v-18714eaa] {
|
|
8586
8421
|
font-size: var(--scalar-mini);
|
|
8587
8422
|
color: var(--scalar-color-green);
|
|
8588
8423
|
}
|
|
8589
|
-
.property-discriminator[data-v-
|
|
8424
|
+
.property-discriminator[data-v-18714eaa] {
|
|
8590
8425
|
font-size: var(--scalar-mini);
|
|
8591
8426
|
color: var(--scalar-color-purple);
|
|
8592
8427
|
}
|
|
8593
|
-
.property-detail[data-v-
|
|
8428
|
+
.property-detail[data-v-18714eaa] {
|
|
8594
8429
|
font-size: var(--scalar-mini);
|
|
8595
8430
|
color: var(--scalar-color-2);
|
|
8596
8431
|
display: flex;
|
|
@@ -8598,13 +8433,13 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8598
8433
|
|
|
8599
8434
|
min-width: 0;
|
|
8600
8435
|
}
|
|
8601
|
-
.property-const[data-v-
|
|
8436
|
+
.property-const[data-v-18714eaa] {
|
|
8602
8437
|
color: var(--scalar-color-1);
|
|
8603
8438
|
}
|
|
8604
|
-
.deprecated[data-v-
|
|
8439
|
+
.deprecated[data-v-18714eaa] {
|
|
8605
8440
|
text-decoration: line-through;
|
|
8606
8441
|
}
|
|
8607
|
-
.property[data-v-
|
|
8442
|
+
.property[data-v-f14a8d89] {
|
|
8608
8443
|
color: var(--scalar-color-1);
|
|
8609
8444
|
display: flex;
|
|
8610
8445
|
flex-direction: column;
|
|
@@ -8613,7 +8448,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8613
8448
|
position: relative;
|
|
8614
8449
|
}
|
|
8615
8450
|
/** Remove top padding for top level schema card */
|
|
8616
|
-
.property.property--level-0[data-v-
|
|
8451
|
+
.property.property--level-0[data-v-f14a8d89]:has(
|
|
8617
8452
|
> .property-rule
|
|
8618
8453
|
> .schema-card
|
|
8619
8454
|
> .schema-properties.schema-properties-open
|
|
@@ -8622,24 +8457,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8622
8457
|
) {
|
|
8623
8458
|
padding-top: 0;
|
|
8624
8459
|
}
|
|
8625
|
-
.property--compact.property--level-0[data-v-
|
|
8626
|
-
.property--compact.property--level-1[data-v-
|
|
8460
|
+
.property--compact.property--level-0[data-v-f14a8d89],
|
|
8461
|
+
.property--compact.property--level-1[data-v-f14a8d89] {
|
|
8627
8462
|
padding: 10px 0;
|
|
8628
8463
|
}
|
|
8629
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
8464
|
+
.composition-panel .property.property.property.property--level-0[data-v-f14a8d89] {
|
|
8630
8465
|
padding: 0px;
|
|
8631
8466
|
}
|
|
8632
8467
|
.property--compact.property--level-0
|
|
8633
8468
|
.composition-panel
|
|
8634
|
-
.property--compact.property--level-1[data-v-
|
|
8469
|
+
.property--compact.property--level-1[data-v-f14a8d89] {
|
|
8635
8470
|
padding: 8px;
|
|
8636
8471
|
}
|
|
8637
8472
|
/* if a property doesn't have a heading, remove the top padding */
|
|
8638
|
-
.property[data-v-
|
|
8473
|
+
.property[data-v-f14a8d89]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
8639
8474
|
padding-top: 8px;
|
|
8640
8475
|
padding-bottom: 8px;
|
|
8641
8476
|
}
|
|
8642
|
-
.property--deprecated[data-v-
|
|
8477
|
+
.property--deprecated[data-v-f14a8d89] {
|
|
8643
8478
|
background: repeating-linear-gradient(
|
|
8644
8479
|
-45deg,
|
|
8645
8480
|
var(--scalar-background-2) 0,
|
|
@@ -8649,49 +8484,49 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8649
8484
|
);
|
|
8650
8485
|
background-size: 100%;
|
|
8651
8486
|
}
|
|
8652
|
-
.property--deprecated[data-v-
|
|
8487
|
+
.property--deprecated[data-v-f14a8d89] > * {
|
|
8653
8488
|
opacity: 0.75;
|
|
8654
8489
|
}
|
|
8655
|
-
.property-description[data-v-
|
|
8490
|
+
.property-description[data-v-f14a8d89] {
|
|
8656
8491
|
margin-top: 6px;
|
|
8657
8492
|
line-height: 1.4;
|
|
8658
8493
|
font-size: var(--scalar-small);
|
|
8659
8494
|
}
|
|
8660
|
-
.property-description[data-v-
|
|
8495
|
+
.property-description[data-v-f14a8d89]:has(+ .property-rule) {
|
|
8661
8496
|
margin-bottom: 9px;
|
|
8662
8497
|
}
|
|
8663
|
-
[data-v-
|
|
8498
|
+
[data-v-f14a8d89] .property-description * {
|
|
8664
8499
|
color: var(--scalar-color-2) !important;
|
|
8665
8500
|
}
|
|
8666
|
-
.property[data-v-
|
|
8501
|
+
.property[data-v-f14a8d89]:not(:last-of-type) {
|
|
8667
8502
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8668
8503
|
}
|
|
8669
|
-
.property-description + .children[data-v-
|
|
8670
|
-
.children + .property-rule[data-v-
|
|
8504
|
+
.property-description + .children[data-v-f14a8d89],
|
|
8505
|
+
.children + .property-rule[data-v-f14a8d89] {
|
|
8671
8506
|
margin-top: 9px;
|
|
8672
8507
|
}
|
|
8673
|
-
.children[data-v-
|
|
8508
|
+
.children[data-v-f14a8d89] {
|
|
8674
8509
|
display: flex;
|
|
8675
8510
|
flex-direction: column;
|
|
8676
8511
|
}
|
|
8677
|
-
.children .property--compact.property--level-1[data-v-
|
|
8512
|
+
.children .property--compact.property--level-1[data-v-f14a8d89] {
|
|
8678
8513
|
padding: 12px;
|
|
8679
8514
|
}
|
|
8680
|
-
.property-example-value[data-v-
|
|
8515
|
+
.property-example-value[data-v-f14a8d89] {
|
|
8681
8516
|
all: unset;
|
|
8682
8517
|
font-family: var(--scalar-font-code);
|
|
8683
8518
|
padding: 6px;
|
|
8684
8519
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8685
8520
|
}
|
|
8686
|
-
.property-rule[data-v-
|
|
8521
|
+
.property-rule[data-v-f14a8d89] {
|
|
8687
8522
|
border-radius: var(--scalar-radius-lg);
|
|
8688
8523
|
display: flex;
|
|
8689
8524
|
flex-direction: column;
|
|
8690
8525
|
}
|
|
8691
|
-
.property--level-2[data-v-
|
|
8526
|
+
.property--level-2[data-v-f14a8d89] .relative > button {
|
|
8692
8527
|
left: -2rem;
|
|
8693
8528
|
}
|
|
8694
|
-
.property-rule[data-v-
|
|
8529
|
+
.property-rule[data-v-f14a8d89]
|
|
8695
8530
|
|
|
8696
8531
|
.composition-panel
|
|
8697
8532
|
.schema-card--level-1
|
|
@@ -8699,7 +8534,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8699
8534
|
{
|
|
8700
8535
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8701
8536
|
}
|
|
8702
|
-
.property-rule[data-v-
|
|
8537
|
+
.property-rule[data-v-f14a8d89]
|
|
8703
8538
|
.composition-panel > .schema-card > .schema-card-description {
|
|
8704
8539
|
padding: 10px;
|
|
8705
8540
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -8708,29 +8543,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8708
8543
|
margin-top: 0;
|
|
8709
8544
|
}
|
|
8710
8545
|
}
|
|
8711
|
-
.property-example[data-v-
|
|
8546
|
+
.property-example[data-v-f14a8d89] {
|
|
8712
8547
|
background: transparent;
|
|
8713
8548
|
border: none;
|
|
8714
8549
|
display: flex;
|
|
8715
8550
|
flex-direction: row;
|
|
8716
8551
|
gap: 8px;
|
|
8717
8552
|
}
|
|
8718
|
-
.property-example-label[data-v-
|
|
8719
|
-
.property-example-value[data-v-
|
|
8553
|
+
.property-example-label[data-v-f14a8d89],
|
|
8554
|
+
.property-example-value[data-v-f14a8d89] {
|
|
8720
8555
|
padding: 3px 0 0 0;
|
|
8721
8556
|
}
|
|
8722
|
-
.property-example-value[data-v-
|
|
8557
|
+
.property-example-value[data-v-f14a8d89] {
|
|
8723
8558
|
background: var(--scalar-background-2);
|
|
8724
8559
|
border-top: 0;
|
|
8725
8560
|
border-radius: var(--scalar-radius);
|
|
8726
8561
|
padding: 3px 4px;
|
|
8727
8562
|
}
|
|
8728
|
-
.property-name[data-v-
|
|
8563
|
+
.property-name[data-v-f14a8d89] {
|
|
8729
8564
|
font-family: var(--scalar-font-code);
|
|
8730
8565
|
font-weight: var(--scalar-semibold);
|
|
8731
8566
|
}
|
|
8732
|
-
.property-name-additional-properties[data-v-
|
|
8733
|
-
.property-name-pattern-properties[data-v-
|
|
8567
|
+
.property-name-additional-properties[data-v-f14a8d89]::before,
|
|
8568
|
+
.property-name-pattern-properties[data-v-f14a8d89]::before {
|
|
8734
8569
|
text-transform: uppercase;
|
|
8735
8570
|
font-size: var(--scalar-micro);
|
|
8736
8571
|
display: inline-block;
|
|
@@ -8741,79 +8576,410 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8741
8576
|
background-color: var(--scalar-background-2);
|
|
8742
8577
|
margin-right: 4px;
|
|
8743
8578
|
}
|
|
8744
|
-
.property-name-pattern-properties[data-v-
|
|
8579
|
+
.property-name-pattern-properties[data-v-f14a8d89]::before {
|
|
8745
8580
|
content: 'regex';
|
|
8746
8581
|
}
|
|
8747
|
-
.property-name-additional-properties[data-v-
|
|
8748
|
-
.property-name-pattern-properties[data-v-
|
|
8582
|
+
.property-name-additional-properties[data-v-f14a8d89],
|
|
8583
|
+
.property-name-pattern-properties[data-v-f14a8d89] {
|
|
8749
8584
|
border: 1px dashed var(--scalar-border-color);
|
|
8750
8585
|
color: var(--scalar-color-accent);
|
|
8751
8586
|
display: inline-block;
|
|
8752
8587
|
padding: 2px;
|
|
8753
8588
|
border-radius: var(--scalar-radius);
|
|
8754
8589
|
}
|
|
8755
|
-
.
|
|
8756
|
-
|
|
8757
|
-
|
|
8758
|
-
|
|
8759
|
-
position: relative;
|
|
8590
|
+
.error[data-v-b482770e] {
|
|
8591
|
+
background-color: var(--scalar-color-red);
|
|
8592
|
+
}
|
|
8593
|
+
.schema-card[data-v-b482770e] {
|
|
8760
8594
|
font-size: var(--scalar-font-size-4);
|
|
8761
8595
|
color: var(--scalar-color-1);
|
|
8762
|
-
|
|
8763
|
-
align-self: flex-start;
|
|
8764
|
-
}
|
|
8765
|
-
.headers-card.headers-card--open[data-v-4a9699e9] {
|
|
8766
|
-
align-self: initial;
|
|
8767
8596
|
}
|
|
8768
|
-
.
|
|
8769
|
-
|
|
8597
|
+
.schema-card-title[data-v-b482770e] {
|
|
8598
|
+
height: var(--schema-title-height);
|
|
8599
|
+
|
|
8600
|
+
padding: 6px 8px;
|
|
8770
8601
|
|
|
8771
8602
|
display: flex;
|
|
8772
8603
|
align-items: center;
|
|
8773
8604
|
gap: 4px;
|
|
8774
8605
|
|
|
8775
|
-
color: var(--scalar-color-
|
|
8606
|
+
color: var(--scalar-color-2);
|
|
8776
8607
|
font-weight: var(--scalar-semibold);
|
|
8777
|
-
font-size: var(--scalar-
|
|
8778
|
-
|
|
8779
|
-
border-radius: 13.5px;
|
|
8608
|
+
font-size: var(--scalar-mini);
|
|
8609
|
+
border-bottom: var(--scalar-border-width) solid transparent;
|
|
8780
8610
|
}
|
|
8781
|
-
button.
|
|
8611
|
+
button.schema-card-title[data-v-b482770e] {
|
|
8782
8612
|
cursor: pointer;
|
|
8783
8613
|
}
|
|
8784
|
-
button.
|
|
8614
|
+
button.schema-card-title[data-v-b482770e]:hover {
|
|
8785
8615
|
color: var(--scalar-color-1);
|
|
8786
8616
|
}
|
|
8787
|
-
.
|
|
8617
|
+
.schema-card-title-icon--open[data-v-b482770e] {
|
|
8788
8618
|
transform: rotate(45deg);
|
|
8789
8619
|
}
|
|
8790
|
-
.
|
|
8791
|
-
display: flex;
|
|
8792
|
-
flex-direction: column;
|
|
8793
|
-
|
|
8794
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8795
|
-
|
|
8796
|
-
border-radius: 13.5px;
|
|
8797
|
-
width: fit-content;
|
|
8798
|
-
}
|
|
8799
|
-
.headers-properties-open > .headers-card-title[data-v-4a9699e9] {
|
|
8620
|
+
.schema-properties-open > .schema-card-title[data-v-b482770e] {
|
|
8800
8621
|
border-bottom-left-radius: 0;
|
|
8801
8622
|
border-bottom-right-radius: 0;
|
|
8802
8623
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8803
8624
|
}
|
|
8804
|
-
.
|
|
8805
|
-
|
|
8806
|
-
|
|
8625
|
+
.schema-properties-open > .schema-properties[data-v-b482770e] {
|
|
8626
|
+
width: fit-content;
|
|
8627
|
+
}
|
|
8628
|
+
.schema-card-description[data-v-b482770e] {
|
|
8629
|
+
color: var(--scalar-color-2);
|
|
8630
|
+
}
|
|
8631
|
+
.schema-card-description + .schema-properties[data-v-b482770e] {
|
|
8632
|
+
width: fit-content;
|
|
8633
|
+
}
|
|
8634
|
+
.schema-card-description + .schema-properties[data-v-b482770e] {
|
|
8635
|
+
margin-top: 8px;
|
|
8636
|
+
}
|
|
8637
|
+
.schema-card--level-0:nth-of-type(1)
|
|
8638
|
+
> .schema-card-description[data-v-b482770e]:has(+ .schema-properties) {
|
|
8639
|
+
margin-bottom: -8px;
|
|
8640
|
+
padding-bottom: 8px;
|
|
8641
|
+
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8642
|
+
}
|
|
8643
|
+
.schema-card--level-0
|
|
8644
|
+
~ .schema-card--level-0
|
|
8645
|
+
> .schema-card-description[data-v-b482770e]:has(+ .schema-properties) {
|
|
8646
|
+
padding-top: 8px;
|
|
8647
|
+
}
|
|
8648
|
+
.schema-properties-open.schema-properties[data-v-b482770e],
|
|
8649
|
+
.schema-properties-open > .schema-card--open[data-v-b482770e] {
|
|
8650
|
+
width: 100%;
|
|
8651
|
+
}
|
|
8652
|
+
.schema-properties[data-v-b482770e] {
|
|
8653
|
+
display: flex;
|
|
8654
|
+
flex-direction: column;
|
|
8655
|
+
|
|
8656
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8657
|
+
border-radius: var(--scalar-radius-lg);
|
|
8658
|
+
width: fit-content;
|
|
8659
|
+
}
|
|
8660
|
+
.schema-properties-name[data-v-b482770e] {
|
|
8661
|
+
width: 100%;
|
|
8662
|
+
}
|
|
8663
|
+
.schema-properties .schema-properties[data-v-b482770e] {
|
|
8664
|
+
border-radius: 13.5px;
|
|
8665
|
+
}
|
|
8666
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-b482770e] {
|
|
8667
|
+
border-radius: var(--scalar-radius-lg);
|
|
8668
|
+
}
|
|
8669
|
+
.schema-properties-open[data-v-b482770e] {
|
|
8670
|
+
width: 100%;
|
|
8671
|
+
}
|
|
8672
|
+
.schema-card--compact[data-v-b482770e] {
|
|
8673
|
+
align-self: flex-start;
|
|
8674
|
+
}
|
|
8675
|
+
.schema-card--compact.schema-card--open[data-v-b482770e] {
|
|
8676
|
+
align-self: initial;
|
|
8677
|
+
}
|
|
8678
|
+
.schema-card-title--compact[data-v-b482770e] {
|
|
8679
|
+
color: var(--scalar-color-2);
|
|
8680
|
+
padding: 6px 10px 6px 8px;
|
|
8681
|
+
height: auto;
|
|
8682
|
+
border-bottom: none;
|
|
8683
|
+
}
|
|
8684
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-b482770e] {
|
|
8685
|
+
margin: 0;
|
|
8686
|
+
}
|
|
8687
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-b482770e] {
|
|
8688
|
+
transform: rotate(45deg);
|
|
8689
|
+
}
|
|
8690
|
+
.schema-properties-open > .schema-card-title--compact[data-v-b482770e] {
|
|
8691
|
+
position: static;
|
|
8692
|
+
}
|
|
8693
|
+
.property--level-0
|
|
8694
|
+
> .schema-properties
|
|
8695
|
+
> .schema-card--level-0
|
|
8696
|
+
> .schema-properties[data-v-b482770e] {
|
|
8697
|
+
border: none;
|
|
8698
|
+
}
|
|
8699
|
+
.property--level-0
|
|
8700
|
+
.schema-card--level-0:not(.schema-card--compact)
|
|
8701
|
+
.property--level-1[data-v-b482770e] {
|
|
8702
|
+
padding: 0 0 8px;
|
|
8703
|
+
}
|
|
8704
|
+
:not(.composition-panel)
|
|
8705
|
+
> .schema-card--compact.schema-card--level-0
|
|
8706
|
+
> .schema-properties[data-v-b482770e] {
|
|
8707
|
+
border: none;
|
|
8708
|
+
}
|
|
8709
|
+
[data-v-b482770e] .schema-card-description p {
|
|
8710
|
+
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
8711
|
+
color: var(--scalar-color-2);
|
|
8712
|
+
margin-bottom: 0;
|
|
8713
|
+
display: block;
|
|
8714
|
+
margin-bottom: 6px;
|
|
8715
|
+
}
|
|
8716
|
+
.children .schema-card-description[data-v-b482770e]:first-of-type {
|
|
8717
|
+
padding-top: 0;
|
|
8718
|
+
}
|
|
8719
|
+
.section-wrapper[data-v-ff689b94] {
|
|
8720
|
+
color: var(--scalar-color-1);
|
|
8721
|
+
|
|
8722
|
+
padding-top: 12px;
|
|
8723
|
+
margin-top: -12px;
|
|
8724
|
+
}
|
|
8725
|
+
.section-accordion[data-v-ff689b94] {
|
|
8726
|
+
display: flex;
|
|
8727
|
+
flex-direction: column;
|
|
8728
|
+
|
|
8729
|
+
border-radius: var(--scalar-radius-lg);
|
|
8730
|
+
background: var(--scalar-background-2);
|
|
8731
|
+
|
|
8732
|
+
/* Offset by header height to line up scroll position */
|
|
8733
|
+
scroll-margin-top: var(--refs-viewport-offset);
|
|
8734
|
+
}
|
|
8735
|
+
.section-accordion-transparent[data-v-ff689b94] {
|
|
8736
|
+
background: transparent;
|
|
8737
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8738
|
+
}
|
|
8739
|
+
.section-accordion-button[data-v-ff689b94] {
|
|
8740
|
+
padding: 6px;
|
|
8741
|
+
}
|
|
8742
|
+
.section-accordion-button[data-v-ff689b94] {
|
|
8743
|
+
display: flex;
|
|
8744
|
+
align-items: center;
|
|
8745
|
+
gap: 6px;
|
|
8746
|
+
cursor: pointer;
|
|
8747
|
+
}
|
|
8748
|
+
.section-accordion-button-content[data-v-ff689b94] {
|
|
8749
|
+
flex: 1;
|
|
8750
|
+
min-width: 0;
|
|
8751
|
+
}
|
|
8752
|
+
.section-accordion-button-actions[data-v-ff689b94] {
|
|
8753
|
+
display: flex;
|
|
8754
|
+
align-items: center;
|
|
8755
|
+
gap: 6px;
|
|
8756
|
+
color: var(--scalar-color-3);
|
|
8757
|
+
}
|
|
8758
|
+
.section-accordion-chevron[data-v-ff689b94] {
|
|
8759
|
+
margin-right: 4px;
|
|
8760
|
+
cursor: pointer;
|
|
8761
|
+
opacity: 1;
|
|
8762
|
+
color: var(--scalar-color-3);
|
|
8763
|
+
}
|
|
8764
|
+
.section-accordion-button:hover .section-accordion-chevron[data-v-ff689b94] {
|
|
8765
|
+
color: var(--scalar-color-1);
|
|
8766
|
+
}
|
|
8767
|
+
.section-accordion-content[data-v-ff689b94] {
|
|
8768
|
+
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8769
|
+
display: flex;
|
|
8770
|
+
flex-direction: column;
|
|
8771
|
+
}
|
|
8772
|
+
.section-accordion-description[data-v-ff689b94] {
|
|
8773
|
+
font-weight: var(--scalar-semibold);
|
|
8774
|
+
font-size: var(--scalar-mini);
|
|
8775
|
+
color: var(--scalar-color--1);
|
|
8776
|
+
padding: 10px 12px 0px 12px;
|
|
8777
|
+
}
|
|
8778
|
+
.section-accordion-content-card[data-v-ff689b94] .property:last-of-type {
|
|
8779
|
+
padding-bottom: 9px;
|
|
8780
|
+
}
|
|
8781
|
+
.message[data-v-50be0795] {
|
|
8782
|
+
scroll-margin-top: var(--refs-viewport-offset);
|
|
8783
|
+
}
|
|
8784
|
+
.message-title[data-v-50be0795] {
|
|
8785
|
+
font-size: var(--scalar-heading-4);
|
|
8786
|
+
font-weight: var(--scalar-semibold);
|
|
8787
|
+
color: var(--scalar-color-1);
|
|
8788
|
+
}
|
|
8789
|
+
/*
|
|
8790
|
+
* Lay the heading and protocol labels out on one wrapping row. The labels live inside the
|
|
8791
|
+
* Anchor slot so the copy-anchor "#" button (absolutely positioned just past the end of the
|
|
8792
|
+
* slot content on hover) trails after the last pill instead of overlapping the first one.
|
|
8793
|
+
*/
|
|
8794
|
+
.message-heading[data-v-50be0795] {
|
|
8795
|
+
display: inline-flex;
|
|
8796
|
+
flex-wrap: wrap;
|
|
8797
|
+
align-items: center;
|
|
8798
|
+
gap: 8px;
|
|
8799
|
+
}
|
|
8800
|
+
/* Pad the expanded body so the description and schemas don't sit flush against the border. */
|
|
8801
|
+
.message-accordion[data-v-50be0795] .section-accordion-content-card {
|
|
8802
|
+
padding: 12px;
|
|
8803
|
+
}
|
|
8804
|
+
.message-description[data-v-50be0795] {
|
|
8805
|
+
padding-bottom: 4px;
|
|
8806
|
+
text-align: left;
|
|
8807
|
+
}
|
|
8808
|
+
.message-schema[data-v-50be0795] {
|
|
8809
|
+
margin-top: 12px;
|
|
8810
|
+
}
|
|
8811
|
+
.message-schema[data-v-50be0795]:first-child {
|
|
8812
|
+
margin-top: 0;
|
|
8813
|
+
}
|
|
8814
|
+
.message-schema-title[data-v-50be0795] {
|
|
8815
|
+
font-size: var(--scalar-font-size-2);
|
|
8816
|
+
font-weight: var(--scalar-semibold);
|
|
8817
|
+
color: var(--scalar-color-1);
|
|
8818
|
+
padding-bottom: 8px;
|
|
8819
|
+
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8820
|
+
margin-bottom: 8px;
|
|
8821
|
+
}
|
|
8822
|
+
.operation[data-v-ef35fcd1] {
|
|
8823
|
+
margin-top: 32px;
|
|
8824
|
+
scroll-margin-top: var(--refs-viewport-offset);
|
|
8825
|
+
}
|
|
8826
|
+
.operation-header[data-v-ef35fcd1] {
|
|
8827
|
+
display: flex;
|
|
8828
|
+
align-items: center;
|
|
8829
|
+
gap: 8px;
|
|
8830
|
+
}
|
|
8831
|
+
.operation-title[data-v-ef35fcd1] {
|
|
8832
|
+
font-size: var(--scalar-heading-3);
|
|
8833
|
+
font-weight: var(--scalar-semibold);
|
|
8834
|
+
color: var(--scalar-color-1);
|
|
8835
|
+
}
|
|
8836
|
+
/* Filled, color-coded pill carries the primary send/receive signal. */
|
|
8837
|
+
.operation-action[data-v-ef35fcd1] {
|
|
8838
|
+
text-transform: uppercase;
|
|
8839
|
+
font-size: var(--scalar-mini);
|
|
8840
|
+
font-weight: var(--scalar-semibold);
|
|
8841
|
+
letter-spacing: 0.05em;
|
|
8842
|
+
border-radius: 12px;
|
|
8843
|
+
padding: 2px 8px;
|
|
8844
|
+
display: inline-flex;
|
|
8845
|
+
align-items: center;
|
|
8807
8846
|
}
|
|
8808
|
-
.
|
|
8847
|
+
.operation-action--send[data-v-ef35fcd1] {
|
|
8848
|
+
color: var(--scalar-color-blue);
|
|
8849
|
+
background: color-mix(in srgb, var(--scalar-color-blue), transparent 88%);
|
|
8850
|
+
}
|
|
8851
|
+
.operation-action--receive[data-v-ef35fcd1] {
|
|
8852
|
+
color: var(--scalar-color-green);
|
|
8853
|
+
background: color-mix(in srgb, var(--scalar-color-green), transparent 88%);
|
|
8854
|
+
}
|
|
8855
|
+
.operation-description[data-v-ef35fcd1] {
|
|
8856
|
+
text-align: left;
|
|
8857
|
+
margin-top: 4px;
|
|
8858
|
+
}
|
|
8859
|
+
/* Space the first message accordion away from the operation header/description. */
|
|
8860
|
+
.operation[data-v-ef35fcd1] > .message {
|
|
8861
|
+
margin-top: 12px;
|
|
8862
|
+
}
|
|
8863
|
+
.section-accordion-wrapper[data-v-9419dd23] {
|
|
8864
|
+
padding: 0 60px;
|
|
8865
|
+
}
|
|
8866
|
+
.section-accordion[data-v-9419dd23] {
|
|
8867
|
+
position: relative;
|
|
8868
|
+
width: 100%;
|
|
8869
|
+
max-width: var(--refs-content-max-width);
|
|
8870
|
+
margin: auto;
|
|
8871
|
+
}
|
|
8872
|
+
.section-accordion-content[data-v-9419dd23] {
|
|
8873
|
+
display: flex;
|
|
8874
|
+
flex-direction: column;
|
|
8875
|
+
gap: 12px;
|
|
8876
|
+
|
|
8877
|
+
padding-top: 12px;
|
|
8878
|
+
}
|
|
8879
|
+
.section-accordion-button[data-v-9419dd23] {
|
|
8880
|
+
width: 100%;
|
|
8881
|
+
display: flex;
|
|
8882
|
+
|
|
8883
|
+
cursor: pointer;
|
|
8884
|
+
|
|
8885
|
+
padding: 6px 0 6px 0;
|
|
8886
|
+
margin: -6px 0 -6px 0;
|
|
8887
|
+
border-radius: var(--scalar-radius);
|
|
8888
|
+
}
|
|
8889
|
+
.section-accordion-chevron[data-v-9419dd23] {
|
|
8890
|
+
position: absolute;
|
|
8891
|
+
left: -22px;
|
|
8892
|
+
top: 12px;
|
|
8893
|
+
color: var(--scalar-color-3);
|
|
8894
|
+
}
|
|
8895
|
+
.section-accordion-button:hover .section-accordion-chevron[data-v-9419dd23] {
|
|
8896
|
+
color: var(--scalar-color-1);
|
|
8897
|
+
}
|
|
8898
|
+
.section-accordion-title[data-v-9419dd23] {
|
|
8899
|
+
display: flex;
|
|
8900
|
+
flex-direction: column;
|
|
8901
|
+
align-items: flex-start;
|
|
8902
|
+
flex: 1;
|
|
8903
|
+
padding: 0 6px;
|
|
8904
|
+
}
|
|
8905
|
+
.section-accordion-title[data-v-9419dd23] .section-header-wrapper {
|
|
8906
|
+
grid-template-columns: 1fr;
|
|
8907
|
+
}
|
|
8908
|
+
.section-accordion-title[data-v-9419dd23] .section-header {
|
|
8909
|
+
margin-bottom: 0;
|
|
8910
|
+
}
|
|
8911
|
+
@container narrow-references-container (max-width: 900px) {
|
|
8912
|
+
.section-accordion-chevron[data-v-9419dd23] {
|
|
8913
|
+
width: 16px;
|
|
8914
|
+
left: -16px;
|
|
8915
|
+
top: 14px;
|
|
8916
|
+
}
|
|
8917
|
+
.section-accordion-wrapper[data-v-9419dd23] {
|
|
8918
|
+
padding: calc(var(--refs-viewport-offset)) 24px 0 24px;
|
|
8919
|
+
}
|
|
8920
|
+
}
|
|
8921
|
+
.headers-card[data-v-b7ba0e6f] {
|
|
8922
|
+
z-index: 0;
|
|
8923
|
+
margin-top: 12px;
|
|
8924
|
+
margin-bottom: 6px;
|
|
8925
|
+
position: relative;
|
|
8926
|
+
font-size: var(--scalar-font-size-4);
|
|
8927
|
+
color: var(--scalar-color-1);
|
|
8928
|
+
|
|
8929
|
+
align-self: flex-start;
|
|
8930
|
+
}
|
|
8931
|
+
.headers-card.headers-card--open[data-v-b7ba0e6f] {
|
|
8932
|
+
align-self: initial;
|
|
8933
|
+
}
|
|
8934
|
+
.headers-card-title[data-v-b7ba0e6f] {
|
|
8935
|
+
padding: 6px 10px;
|
|
8936
|
+
|
|
8937
|
+
display: flex;
|
|
8938
|
+
align-items: center;
|
|
8939
|
+
gap: 4px;
|
|
8940
|
+
|
|
8941
|
+
color: var(--scalar-color-3);
|
|
8942
|
+
font-weight: var(--scalar-semibold);
|
|
8943
|
+
font-size: var(--scalar-micro);
|
|
8944
|
+
|
|
8945
|
+
border-radius: 13.5px;
|
|
8946
|
+
}
|
|
8947
|
+
button.headers-card-title[data-v-b7ba0e6f] {
|
|
8948
|
+
cursor: pointer;
|
|
8949
|
+
}
|
|
8950
|
+
button.headers-card-title[data-v-b7ba0e6f]:hover {
|
|
8951
|
+
color: var(--scalar-color-1);
|
|
8952
|
+
}
|
|
8953
|
+
.headers-card-title-icon--open[data-v-b7ba0e6f] {
|
|
8954
|
+
transform: rotate(45deg);
|
|
8955
|
+
}
|
|
8956
|
+
.headers-properties[data-v-b7ba0e6f] {
|
|
8957
|
+
display: flex;
|
|
8958
|
+
flex-direction: column;
|
|
8959
|
+
|
|
8960
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8961
|
+
|
|
8962
|
+
border-radius: 13.5px;
|
|
8963
|
+
width: fit-content;
|
|
8964
|
+
}
|
|
8965
|
+
.headers-properties-open > .headers-card-title[data-v-b7ba0e6f] {
|
|
8966
|
+
border-bottom-left-radius: 0;
|
|
8967
|
+
border-bottom-right-radius: 0;
|
|
8968
|
+
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8969
|
+
}
|
|
8970
|
+
.headers-properties-open[data-v-b7ba0e6f] {
|
|
8971
|
+
border-radius: var(--scalar-radius-lg);
|
|
8972
|
+
width: 100%;
|
|
8973
|
+
}
|
|
8974
|
+
.headers-card .property[data-v-b7ba0e6f]:last-of-type {
|
|
8809
8975
|
padding-bottom: 10px;
|
|
8810
8976
|
}
|
|
8811
|
-
.headers-card-title > .headers-card-title-icon[data-v-
|
|
8977
|
+
.headers-card-title > .headers-card-title-icon[data-v-b7ba0e6f] {
|
|
8812
8978
|
width: 14px;
|
|
8813
8979
|
height: 14px;
|
|
8814
8980
|
margin: 0;
|
|
8815
8981
|
}
|
|
8816
|
-
.headers-card-title > .headers-card-title-icon--open[data-v-
|
|
8982
|
+
.headers-card-title > .headers-card-title-icon--open[data-v-b7ba0e6f] {
|
|
8817
8983
|
transform: rotate(45deg);
|
|
8818
8984
|
}
|
|
8819
8985
|
.parameter-item[data-v-94968dbd] {
|
|
@@ -8908,75 +9074,16 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
8908
9074
|
outline-offset: 2px;
|
|
8909
9075
|
border-radius: var(--scalar-radius);
|
|
8910
9076
|
}
|
|
8911
|
-
.channel-section[data-v-
|
|
9077
|
+
.channel-section[data-v-067fde89] {
|
|
8912
9078
|
margin-bottom: 48px;
|
|
8913
9079
|
}
|
|
8914
|
-
.channel-
|
|
9080
|
+
.channel-labels[data-v-067fde89] {
|
|
9081
|
+
margin-bottom: 8px;
|
|
9082
|
+
}
|
|
9083
|
+
.channel-description[data-v-067fde89] {
|
|
8915
9084
|
padding-bottom: 4px;
|
|
8916
9085
|
text-align: left;
|
|
8917
9086
|
}
|
|
8918
|
-
.section-wrapper[data-v-ff689b94] {
|
|
8919
|
-
color: var(--scalar-color-1);
|
|
8920
|
-
|
|
8921
|
-
padding-top: 12px;
|
|
8922
|
-
margin-top: -12px;
|
|
8923
|
-
}
|
|
8924
|
-
.section-accordion[data-v-ff689b94] {
|
|
8925
|
-
display: flex;
|
|
8926
|
-
flex-direction: column;
|
|
8927
|
-
|
|
8928
|
-
border-radius: var(--scalar-radius-lg);
|
|
8929
|
-
background: var(--scalar-background-2);
|
|
8930
|
-
|
|
8931
|
-
/* Offset by header height to line up scroll position */
|
|
8932
|
-
scroll-margin-top: var(--refs-viewport-offset);
|
|
8933
|
-
}
|
|
8934
|
-
.section-accordion-transparent[data-v-ff689b94] {
|
|
8935
|
-
background: transparent;
|
|
8936
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8937
|
-
}
|
|
8938
|
-
.section-accordion-button[data-v-ff689b94] {
|
|
8939
|
-
padding: 6px;
|
|
8940
|
-
}
|
|
8941
|
-
.section-accordion-button[data-v-ff689b94] {
|
|
8942
|
-
display: flex;
|
|
8943
|
-
align-items: center;
|
|
8944
|
-
gap: 6px;
|
|
8945
|
-
cursor: pointer;
|
|
8946
|
-
}
|
|
8947
|
-
.section-accordion-button-content[data-v-ff689b94] {
|
|
8948
|
-
flex: 1;
|
|
8949
|
-
min-width: 0;
|
|
8950
|
-
}
|
|
8951
|
-
.section-accordion-button-actions[data-v-ff689b94] {
|
|
8952
|
-
display: flex;
|
|
8953
|
-
align-items: center;
|
|
8954
|
-
gap: 6px;
|
|
8955
|
-
color: var(--scalar-color-3);
|
|
8956
|
-
}
|
|
8957
|
-
.section-accordion-chevron[data-v-ff689b94] {
|
|
8958
|
-
margin-right: 4px;
|
|
8959
|
-
cursor: pointer;
|
|
8960
|
-
opacity: 1;
|
|
8961
|
-
color: var(--scalar-color-3);
|
|
8962
|
-
}
|
|
8963
|
-
.section-accordion-button:hover .section-accordion-chevron[data-v-ff689b94] {
|
|
8964
|
-
color: var(--scalar-color-1);
|
|
8965
|
-
}
|
|
8966
|
-
.section-accordion-content[data-v-ff689b94] {
|
|
8967
|
-
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8968
|
-
display: flex;
|
|
8969
|
-
flex-direction: column;
|
|
8970
|
-
}
|
|
8971
|
-
.section-accordion-description[data-v-ff689b94] {
|
|
8972
|
-
font-weight: var(--scalar-semibold);
|
|
8973
|
-
font-size: var(--scalar-mini);
|
|
8974
|
-
color: var(--scalar-color--1);
|
|
8975
|
-
padding: 10px 12px 0px 12px;
|
|
8976
|
-
}
|
|
8977
|
-
.section-accordion-content-card[data-v-ff689b94] .property:last-of-type {
|
|
8978
|
-
padding-bottom: 9px;
|
|
8979
|
-
}
|
|
8980
9087
|
.reference-models-anchor[data-v-f3ae088e] {
|
|
8981
9088
|
display: flex;
|
|
8982
9089
|
align-items: center;
|
|
@@ -9025,7 +9132,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9025
9132
|
margin-bottom: 10px;
|
|
9026
9133
|
scroll-margin-top: 140px;
|
|
9027
9134
|
}
|
|
9028
|
-
.show-more[data-v-
|
|
9135
|
+
.show-more[data-v-8d844cc7] {
|
|
9029
9136
|
appearance: none;
|
|
9030
9137
|
border: none;
|
|
9031
9138
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -9042,15 +9149,15 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9042
9149
|
gap: 6px;
|
|
9043
9150
|
top: -48px;
|
|
9044
9151
|
}
|
|
9045
|
-
.show-more[data-v-
|
|
9152
|
+
.show-more[data-v-8d844cc7]:hover {
|
|
9046
9153
|
background: var(--scalar-background-2);
|
|
9047
9154
|
cursor: pointer;
|
|
9048
9155
|
}
|
|
9049
|
-
.show-more[data-v-
|
|
9156
|
+
.show-more[data-v-8d844cc7]:active {
|
|
9050
9157
|
box-shadow: 0 0 0 1px var(--scalar-border-color);
|
|
9051
9158
|
}
|
|
9052
9159
|
@container narrow-references-container (max-width: 900px) {
|
|
9053
|
-
.show-more[data-v-
|
|
9160
|
+
.show-more[data-v-8d844cc7] {
|
|
9054
9161
|
top: -24px;
|
|
9055
9162
|
}
|
|
9056
9163
|
}
|
|
@@ -9124,21 +9231,21 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9124
9231
|
.deprecated[data-v-ad8530a6] {
|
|
9125
9232
|
text-decoration: line-through;
|
|
9126
9233
|
}
|
|
9127
|
-
.endpoints-card[data-v-
|
|
9234
|
+
.endpoints-card[data-v-0315c99b] {
|
|
9128
9235
|
position: sticky;
|
|
9129
9236
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9130
9237
|
font-size: var(--scalar-font-size-3);
|
|
9131
9238
|
}
|
|
9132
|
-
.endpoints[data-v-
|
|
9239
|
+
.endpoints[data-v-0315c99b] {
|
|
9133
9240
|
overflow: auto;
|
|
9134
9241
|
background: var(--scalar-background-2);
|
|
9135
9242
|
padding: 10px 12px;
|
|
9136
9243
|
width: 100%;
|
|
9137
9244
|
}
|
|
9138
|
-
.section-container[data-v-
|
|
9245
|
+
.section-container[data-v-76bc20f3] {
|
|
9139
9246
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9140
9247
|
}
|
|
9141
|
-
.section-container[data-v-
|
|
9248
|
+
.section-container[data-v-76bc20f3]:has(.show-more) {
|
|
9142
9249
|
background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
|
|
9143
9250
|
}
|
|
9144
9251
|
.operation-path[data-v-ec6c8861] {
|
|
@@ -9150,10 +9257,10 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9150
9257
|
.deprecated[data-v-ec6c8861] {
|
|
9151
9258
|
text-decoration: line-through;
|
|
9152
9259
|
}
|
|
9153
|
-
.request-body[data-v-
|
|
9260
|
+
.request-body[data-v-6092df54] {
|
|
9154
9261
|
margin-top: 24px;
|
|
9155
9262
|
}
|
|
9156
|
-
.request-body-header[data-v-
|
|
9263
|
+
.request-body-header[data-v-6092df54] {
|
|
9157
9264
|
display: flex;
|
|
9158
9265
|
align-items: center;
|
|
9159
9266
|
justify-content: space-between;
|
|
@@ -9161,7 +9268,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9161
9268
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9162
9269
|
flex-flow: wrap;
|
|
9163
9270
|
}
|
|
9164
|
-
.request-body-title[data-v-
|
|
9271
|
+
.request-body-title[data-v-6092df54] {
|
|
9165
9272
|
display: flex;
|
|
9166
9273
|
align-items: center;
|
|
9167
9274
|
gap: 8px;
|
|
@@ -9169,7 +9276,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9169
9276
|
font-weight: var(--scalar-semibold);
|
|
9170
9277
|
color: var(--scalar-color-1);
|
|
9171
9278
|
}
|
|
9172
|
-
.request-body-required[data-v-
|
|
9279
|
+
.request-body-required[data-v-6092df54] {
|
|
9173
9280
|
font-size: var(--scalar-micro);
|
|
9174
9281
|
color: var(--scalar-color-orange);
|
|
9175
9282
|
font-weight: normal;
|
|
@@ -9178,21 +9285,21 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9178
9285
|
padding: 2px 8px;
|
|
9179
9286
|
height: 20px;
|
|
9180
9287
|
}
|
|
9181
|
-
.request-body-description[data-v-
|
|
9288
|
+
.request-body-description[data-v-6092df54] {
|
|
9182
9289
|
margin-top: 6px;
|
|
9183
9290
|
font-size: var(--scalar-small);
|
|
9184
9291
|
width: 100%;
|
|
9185
9292
|
}
|
|
9186
9293
|
.request-body-header
|
|
9187
|
-
+ .request-body-schema[data-v-
|
|
9294
|
+
+ .request-body-schema[data-v-6092df54]:has(> .schema-card > .schema-card-description),
|
|
9188
9295
|
.request-body-header
|
|
9189
|
-
+ .request-body-schema[data-v-
|
|
9296
|
+
+ .request-body-schema[data-v-6092df54]:has(
|
|
9190
9297
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
9191
9298
|
) {
|
|
9192
9299
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
9193
9300
|
padding-top: 8px;
|
|
9194
9301
|
}
|
|
9195
|
-
.request-body-description[data-v-
|
|
9302
|
+
.request-body-description[data-v-6092df54] .markdown * {
|
|
9196
9303
|
color: var(--scalar-color-2) !important;
|
|
9197
9304
|
}
|
|
9198
9305
|
.callback-sticky-offset[data-v-474e6fa6] {
|
|
@@ -9249,7 +9356,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9249
9356
|
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li {
|
|
9250
9357
|
padding: 0 8px;
|
|
9251
9358
|
}
|
|
9252
|
-
.empty-state[data-v-
|
|
9359
|
+
.empty-state[data-v-ce6cfefc] {
|
|
9253
9360
|
margin: 10px 0 10px 12px;
|
|
9254
9361
|
text-align: center;
|
|
9255
9362
|
font-size: var(--scalar-mini);
|
|
@@ -9260,18 +9367,18 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9260
9367
|
border-radius: var(--scalar-radius-lg);
|
|
9261
9368
|
color: var(--scalar-color-2);
|
|
9262
9369
|
}
|
|
9263
|
-
.rule-title[data-v-
|
|
9370
|
+
.rule-title[data-v-ce6cfefc] {
|
|
9264
9371
|
font-family: var(--scalar-font-code);
|
|
9265
9372
|
color: var(--scalar-color-1);
|
|
9266
9373
|
display: inline-block;
|
|
9267
9374
|
margin: 12px 0 6px;
|
|
9268
9375
|
border-radius: var(--scalar-radius);
|
|
9269
9376
|
}
|
|
9270
|
-
.rule[data-v-
|
|
9377
|
+
.rule[data-v-ce6cfefc] {
|
|
9271
9378
|
margin: 0 12px 0;
|
|
9272
9379
|
border-radius: var(--scalar-radius-lg);
|
|
9273
9380
|
}
|
|
9274
|
-
.rule-items[data-v-
|
|
9381
|
+
.rule-items[data-v-ce6cfefc] {
|
|
9275
9382
|
counter-reset: list-number;
|
|
9276
9383
|
display: flex;
|
|
9277
9384
|
flex-direction: column;
|
|
@@ -9279,14 +9386,14 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9279
9386
|
border-left: 1px solid var(--scalar-border-color);
|
|
9280
9387
|
padding: 12px 0 12px;
|
|
9281
9388
|
}
|
|
9282
|
-
.rule-item[data-v-
|
|
9389
|
+
.rule-item[data-v-ce6cfefc] {
|
|
9283
9390
|
counter-increment: list-number;
|
|
9284
9391
|
border: 1px solid var(--scalar-border-color);
|
|
9285
9392
|
border-radius: var(--scalar-radius-lg);
|
|
9286
9393
|
overflow: hidden;
|
|
9287
9394
|
margin-left: 24px;
|
|
9288
9395
|
}
|
|
9289
|
-
.rule-item[data-v-
|
|
9396
|
+
.rule-item[data-v-ce6cfefc]:before {
|
|
9290
9397
|
/* content: counter(list-number); */
|
|
9291
9398
|
border: 1px solid var(--scalar-border-color);
|
|
9292
9399
|
border-top: 0;
|
|
@@ -9367,10 +9474,10 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9367
9474
|
.scalar-card-header.scalar-card-header-tabs[data-v-49a8c0af] {
|
|
9368
9475
|
padding: 0;
|
|
9369
9476
|
}
|
|
9370
|
-
.response-card[data-v-
|
|
9477
|
+
.response-card[data-v-5123cd9f] {
|
|
9371
9478
|
font-size: var(--scalar-font-size-3);
|
|
9372
9479
|
}
|
|
9373
|
-
.code-copy[data-v-
|
|
9480
|
+
.code-copy[data-v-5123cd9f] {
|
|
9374
9481
|
display: flex;
|
|
9375
9482
|
align-items: center;
|
|
9376
9483
|
justify-content: center;
|
|
@@ -9384,14 +9491,14 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9384
9491
|
padding: 0;
|
|
9385
9492
|
margin-right: 12px;
|
|
9386
9493
|
}
|
|
9387
|
-
.code-copy[data-v-
|
|
9494
|
+
.code-copy[data-v-5123cd9f]:hover {
|
|
9388
9495
|
color: var(--scalar-color-1);
|
|
9389
9496
|
}
|
|
9390
|
-
.code-copy svg[data-v-
|
|
9497
|
+
.code-copy svg[data-v-5123cd9f] {
|
|
9391
9498
|
width: 13px;
|
|
9392
9499
|
height: 13px;
|
|
9393
9500
|
}
|
|
9394
|
-
.response-card-footer[data-v-
|
|
9501
|
+
.response-card-footer[data-v-5123cd9f] {
|
|
9395
9502
|
display: flex;
|
|
9396
9503
|
flex-direction: row-reverse;
|
|
9397
9504
|
flex-wrap: wrap;
|
|
@@ -9400,11 +9507,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9400
9507
|
padding: 7px 12px;
|
|
9401
9508
|
column-gap: 8px;
|
|
9402
9509
|
}
|
|
9403
|
-
.response-example-selector[data-v-
|
|
9510
|
+
.response-example-selector[data-v-5123cd9f] {
|
|
9404
9511
|
flex-shrink: 0;
|
|
9405
9512
|
margin: -4px;
|
|
9406
9513
|
}
|
|
9407
|
-
.response-description[data-v-
|
|
9514
|
+
.response-description[data-v-5123cd9f] {
|
|
9408
9515
|
font-weight: var(--scalar-semibold);
|
|
9409
9516
|
font-size: var(--scalar-small);
|
|
9410
9517
|
color: var(--scalar-color--1);
|
|
@@ -9413,13 +9520,13 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9413
9520
|
|
|
9414
9521
|
flex-grow: 1;
|
|
9415
9522
|
}
|
|
9416
|
-
.response-description-markdown[data-v-
|
|
9523
|
+
.response-description-markdown[data-v-5123cd9f] {
|
|
9417
9524
|
max-height: 3lh;
|
|
9418
9525
|
}
|
|
9419
|
-
.response-description-markdown[data-v-
|
|
9526
|
+
.response-description-markdown[data-v-5123cd9f] * {
|
|
9420
9527
|
margin: 0;
|
|
9421
9528
|
}
|
|
9422
|
-
.schema-type[data-v-
|
|
9529
|
+
.schema-type[data-v-5123cd9f] {
|
|
9423
9530
|
font-size: var(--scalar-micro);
|
|
9424
9531
|
color: var(--scalar-color-2);
|
|
9425
9532
|
font-weight: var(--scalar-semibold);
|
|
@@ -9428,16 +9535,16 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9428
9535
|
border-radius: 4px;
|
|
9429
9536
|
margin-right: 4px;
|
|
9430
9537
|
}
|
|
9431
|
-
.schema-example[data-v-
|
|
9538
|
+
.schema-example[data-v-5123cd9f] {
|
|
9432
9539
|
font-size: var(--scalar-micro);
|
|
9433
9540
|
color: var(--scalar-color-2);
|
|
9434
9541
|
font-weight: var(--scalar-semibold);
|
|
9435
9542
|
}
|
|
9436
|
-
.example-response-tab[data-v-
|
|
9543
|
+
.example-response-tab[data-v-5123cd9f] {
|
|
9437
9544
|
display: block;
|
|
9438
9545
|
margin: 6px;
|
|
9439
9546
|
}
|
|
9440
|
-
.scalar-card-checkbox[data-v-
|
|
9547
|
+
.scalar-card-checkbox[data-v-5123cd9f] {
|
|
9441
9548
|
display: flex;
|
|
9442
9549
|
align-items: center;
|
|
9443
9550
|
justify-content: center;
|
|
@@ -9454,20 +9561,20 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9454
9561
|
padding: 7px 6px;
|
|
9455
9562
|
}
|
|
9456
9563
|
.scalar-card-checkbox:has(.scalar-card-checkbox-input:focus-visible)
|
|
9457
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
9564
|
+
.scalar-card-checkbox-checkmark[data-v-5123cd9f] {
|
|
9458
9565
|
outline: 1px solid var(--scalar-color-accent);
|
|
9459
9566
|
}
|
|
9460
|
-
.scalar-card-checkbox[data-v-
|
|
9567
|
+
.scalar-card-checkbox[data-v-5123cd9f]:hover {
|
|
9461
9568
|
color: var(--scalar-color--1);
|
|
9462
9569
|
}
|
|
9463
|
-
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-
|
|
9570
|
+
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-5123cd9f] {
|
|
9464
9571
|
position: absolute;
|
|
9465
9572
|
opacity: 0;
|
|
9466
9573
|
cursor: pointer;
|
|
9467
9574
|
height: 0;
|
|
9468
9575
|
width: 0;
|
|
9469
9576
|
}
|
|
9470
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
9577
|
+
.scalar-card-checkbox-checkmark[data-v-5123cd9f] {
|
|
9471
9578
|
height: 16px;
|
|
9472
9579
|
width: 16px;
|
|
9473
9580
|
border-radius: var(--scalar-radius);
|
|
@@ -9475,27 +9582,27 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9475
9582
|
background-color: var(--scalar-background-3);
|
|
9476
9583
|
box-shadow: inset 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
9477
9584
|
}
|
|
9478
|
-
.scalar-card-checkbox[data-v-
|
|
9585
|
+
.scalar-card-checkbox[data-v-5123cd9f]:has(.scalar-card-checkbox-input:checked) {
|
|
9479
9586
|
color: var(--scalar-color-1);
|
|
9480
9587
|
font-weight: var(--scalar-semibold);
|
|
9481
9588
|
}
|
|
9482
9589
|
.scalar-card-checkbox
|
|
9483
9590
|
.scalar-card-checkbox-input:checked
|
|
9484
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
9591
|
+
~ .scalar-card-checkbox-checkmark[data-v-5123cd9f] {
|
|
9485
9592
|
background-color: var(--scalar-button-1);
|
|
9486
9593
|
box-shadow: none;
|
|
9487
9594
|
}
|
|
9488
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
9595
|
+
.scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
|
|
9489
9596
|
content: '';
|
|
9490
9597
|
position: absolute;
|
|
9491
9598
|
display: none;
|
|
9492
9599
|
}
|
|
9493
9600
|
.scalar-card-checkbox
|
|
9494
9601
|
.scalar-card-checkbox-input:checked
|
|
9495
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
9602
|
+
~ .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
|
|
9496
9603
|
display: block;
|
|
9497
9604
|
}
|
|
9498
|
-
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-
|
|
9605
|
+
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
|
|
9499
9606
|
right: 11.5px;
|
|
9500
9607
|
top: 12.5px;
|
|
9501
9608
|
width: 5px;
|
|
@@ -9504,7 +9611,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9504
9611
|
border-width: 0 1.5px 1.5px 0;
|
|
9505
9612
|
transform: rotate(45deg);
|
|
9506
9613
|
}
|
|
9507
|
-
.show-api-client-button[data-v-
|
|
9614
|
+
.show-api-client-button[data-v-ad72d914] {
|
|
9508
9615
|
appearance: none;
|
|
9509
9616
|
border: none;
|
|
9510
9617
|
padding: 1px 6px;
|
|
@@ -9526,24 +9633,24 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9526
9633
|
|
|
9527
9634
|
outline-offset: 2px;
|
|
9528
9635
|
}
|
|
9529
|
-
.show-api-client-button span[data-v-
|
|
9530
|
-
.show-api-client-button svg[data-v-
|
|
9636
|
+
.show-api-client-button span[data-v-ad72d914],
|
|
9637
|
+
.show-api-client-button svg[data-v-ad72d914] {
|
|
9531
9638
|
fill: currentColor;
|
|
9532
9639
|
color: var(--scalar-button-1-color);
|
|
9533
9640
|
z-index: 1;
|
|
9534
9641
|
}
|
|
9535
|
-
.show-api-client-button[data-v-
|
|
9642
|
+
.show-api-client-button[data-v-ad72d914]:hover {
|
|
9536
9643
|
background: var(--scalar-button-1-hover);
|
|
9537
9644
|
}
|
|
9538
|
-
.show-api-client-button svg[data-v-
|
|
9645
|
+
.show-api-client-button svg[data-v-ad72d914] {
|
|
9539
9646
|
margin-right: 4px;
|
|
9540
9647
|
}
|
|
9541
9648
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
9542
|
-
.operation-title[data-v-
|
|
9649
|
+
.operation-title[data-v-9d937e58] {
|
|
9543
9650
|
justify-content: space-between;
|
|
9544
9651
|
display: flex;
|
|
9545
9652
|
}
|
|
9546
|
-
.operation-details[data-v-
|
|
9653
|
+
.operation-details[data-v-9d937e58] {
|
|
9547
9654
|
flex-shrink: 1;
|
|
9548
9655
|
align-items: center;
|
|
9549
9656
|
gap: 9px;
|
|
@@ -9551,11 +9658,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9551
9658
|
margin-top: 0;
|
|
9552
9659
|
display: flex;
|
|
9553
9660
|
}
|
|
9554
|
-
.operation-details[data-v-
|
|
9661
|
+
.operation-details[data-v-9d937e58] .endpoint-anchor .scalar-button svg {
|
|
9555
9662
|
width: 16px;
|
|
9556
9663
|
height: 16px;
|
|
9557
9664
|
}
|
|
9558
|
-
.endpoint-type[data-v-
|
|
9665
|
+
.endpoint-type[data-v-9d937e58] {
|
|
9559
9666
|
z-index: 0;
|
|
9560
9667
|
width: 60px;
|
|
9561
9668
|
font-size: var(--scalar-small);
|
|
@@ -9570,7 +9677,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9570
9677
|
display: flex;
|
|
9571
9678
|
position: relative;
|
|
9572
9679
|
}
|
|
9573
|
-
.endpoint-type[data-v-
|
|
9680
|
+
.endpoint-type[data-v-9d937e58]:after {
|
|
9574
9681
|
content: "";
|
|
9575
9682
|
z-index: -1;
|
|
9576
9683
|
opacity: .15;
|
|
@@ -9579,16 +9686,16 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9579
9686
|
position: absolute;
|
|
9580
9687
|
inset: 0;
|
|
9581
9688
|
}
|
|
9582
|
-
.endpoint-anchor[data-v-
|
|
9689
|
+
.endpoint-anchor[data-v-9d937e58] {
|
|
9583
9690
|
flex-shrink: 1;
|
|
9584
9691
|
align-items: center;
|
|
9585
9692
|
min-width: 0;
|
|
9586
9693
|
display: flex;
|
|
9587
9694
|
}
|
|
9588
|
-
.endpoint-anchor.label[data-v-
|
|
9695
|
+
.endpoint-anchor.label[data-v-9d937e58] {
|
|
9589
9696
|
display: flex;
|
|
9590
9697
|
}
|
|
9591
|
-
.endpoint-label[data-v-
|
|
9698
|
+
.endpoint-label[data-v-9d937e58] {
|
|
9592
9699
|
min-width: 0;
|
|
9593
9700
|
color: var(--scalar-color-1);
|
|
9594
9701
|
flex-shrink: 1;
|
|
@@ -9596,17 +9703,17 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9596
9703
|
gap: 9px;
|
|
9597
9704
|
display: flex;
|
|
9598
9705
|
}
|
|
9599
|
-
.endpoint-label-path[data-v-
|
|
9706
|
+
.endpoint-label-path[data-v-9d937e58] {
|
|
9600
9707
|
font-family: var(--scalar-font-code);
|
|
9601
9708
|
font-size: var(--scalar-mini);
|
|
9602
9709
|
text-overflow: ellipsis;
|
|
9603
9710
|
white-space: nowrap;
|
|
9604
9711
|
overflow: hidden;
|
|
9605
9712
|
}
|
|
9606
|
-
.endpoint-label-path[data-v-
|
|
9713
|
+
.endpoint-label-path[data-v-9d937e58] em {
|
|
9607
9714
|
color: var(--scalar-color-2);
|
|
9608
9715
|
}
|
|
9609
|
-
.endpoint-label-name[data-v-
|
|
9716
|
+
.endpoint-label-name[data-v-9d937e58] {
|
|
9610
9717
|
color: var(--scalar-color-2);
|
|
9611
9718
|
font-size: var(--scalar-small);
|
|
9612
9719
|
text-overflow: ellipsis;
|
|
@@ -9614,17 +9721,17 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9614
9721
|
flex-shrink: 1000000000;
|
|
9615
9722
|
overflow: hidden;
|
|
9616
9723
|
}
|
|
9617
|
-
.endpoint-try-hint[data-v-
|
|
9724
|
+
.endpoint-try-hint[data-v-9d937e58] {
|
|
9618
9725
|
flex-shrink: 0;
|
|
9619
9726
|
padding: 2px;
|
|
9620
9727
|
}
|
|
9621
|
-
.endpoint-copy[data-v-
|
|
9728
|
+
.endpoint-copy[data-v-9d937e58] {
|
|
9622
9729
|
color: currentColor;
|
|
9623
9730
|
}
|
|
9624
|
-
.endpoint-copy[data-v-
|
|
9731
|
+
.endpoint-copy[data-v-9d937e58] svg {
|
|
9625
9732
|
stroke-width: 2px;
|
|
9626
9733
|
}
|
|
9627
|
-
.endpoint-content[data-v-
|
|
9734
|
+
.endpoint-content[data-v-9d937e58] {
|
|
9628
9735
|
grid-auto-columns: 1fr;
|
|
9629
9736
|
grid-auto-flow: row;
|
|
9630
9737
|
gap: 9px;
|
|
@@ -9632,52 +9739,52 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9632
9739
|
display: grid;
|
|
9633
9740
|
}
|
|
9634
9741
|
@media (min-width: 1000px) {
|
|
9635
|
-
.endpoint-content[data-v-
|
|
9742
|
+
.endpoint-content[data-v-9d937e58] {
|
|
9636
9743
|
grid-auto-flow: column;
|
|
9637
9744
|
}
|
|
9638
9745
|
}
|
|
9639
9746
|
@container (max-width: 900px) {
|
|
9640
|
-
.endpoint-content[data-v-
|
|
9747
|
+
.endpoint-content[data-v-9d937e58] {
|
|
9641
9748
|
grid-template-columns: 1fr;
|
|
9642
9749
|
}
|
|
9643
9750
|
}
|
|
9644
|
-
.endpoint-content[data-v-
|
|
9751
|
+
.endpoint-content[data-v-9d937e58] > * {
|
|
9645
9752
|
min-width: 0;
|
|
9646
9753
|
}
|
|
9647
|
-
.operation-details-card[data-v-
|
|
9754
|
+
.operation-details-card[data-v-9d937e58] {
|
|
9648
9755
|
flex-direction: column;
|
|
9649
9756
|
gap: 12px;
|
|
9650
9757
|
min-width: 0;
|
|
9651
9758
|
display: flex;
|
|
9652
9759
|
}
|
|
9653
|
-
:is(.operation-details-card-item[data-v-
|
|
9760
|
+
:is(.operation-details-card-item[data-v-9d937e58] .parameter-list, .operation-details-card-item[data-v-9d937e58] .callbacks-list) {
|
|
9654
9761
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9655
9762
|
border-radius: var(--scalar-radius-lg);
|
|
9656
9763
|
margin-top: 0;
|
|
9657
9764
|
}
|
|
9658
|
-
.operation-details-card-item[data-v-
|
|
9765
|
+
.operation-details-card-item[data-v-9d937e58] {
|
|
9659
9766
|
flex-direction: column;
|
|
9660
9767
|
gap: 12px;
|
|
9661
9768
|
display: flex;
|
|
9662
9769
|
}
|
|
9663
|
-
.operation-details-card-item[data-v-
|
|
9770
|
+
.operation-details-card-item[data-v-9d937e58] .parameter-list-items {
|
|
9664
9771
|
margin-bottom: 0;
|
|
9665
9772
|
}
|
|
9666
|
-
.operation-details-card[data-v-
|
|
9773
|
+
.operation-details-card[data-v-9d937e58] .parameter-item:last-of-type .parameter-schema {
|
|
9667
9774
|
padding-bottom: 12px;
|
|
9668
9775
|
}
|
|
9669
|
-
.operation-details-card[data-v-
|
|
9776
|
+
.operation-details-card[data-v-9d937e58] .parameter-list .parameter-list {
|
|
9670
9777
|
margin-bottom: 12px;
|
|
9671
9778
|
}
|
|
9672
|
-
.operation-details-card[data-v-
|
|
9779
|
+
.operation-details-card[data-v-9d937e58] .parameter-item {
|
|
9673
9780
|
margin: 0;
|
|
9674
9781
|
padding: 0;
|
|
9675
9782
|
}
|
|
9676
|
-
.operation-details-card[data-v-
|
|
9783
|
+
.operation-details-card[data-v-9d937e58] .property {
|
|
9677
9784
|
margin: 0;
|
|
9678
9785
|
padding: 9px;
|
|
9679
9786
|
}
|
|
9680
|
-
:is(.operation-details-card[data-v-
|
|
9787
|
+
:is(.operation-details-card[data-v-9d937e58] .parameter-list-title, .operation-details-card[data-v-9d937e58] .request-body-title, .operation-details-card[data-v-9d937e58] .callbacks-title) {
|
|
9681
9788
|
text-transform: uppercase;
|
|
9682
9789
|
font-weight: var(--scalar-bold);
|
|
9683
9790
|
font-size: var(--scalar-mini);
|
|
@@ -9686,67 +9793,67 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9686
9793
|
padding: 9px;
|
|
9687
9794
|
line-height: 1.33;
|
|
9688
9795
|
}
|
|
9689
|
-
.operation-details-card[data-v-
|
|
9796
|
+
.operation-details-card[data-v-9d937e58] .callback-list-item-title {
|
|
9690
9797
|
padding-left: 28px;
|
|
9691
9798
|
padding-right: 12px;
|
|
9692
9799
|
}
|
|
9693
|
-
.operation-details-card[data-v-
|
|
9800
|
+
.operation-details-card[data-v-9d937e58] .callback-list-item-icon {
|
|
9694
9801
|
left: 6px;
|
|
9695
9802
|
}
|
|
9696
|
-
.operation-details-card[data-v-
|
|
9803
|
+
.operation-details-card[data-v-9d937e58] .callback-operation-container {
|
|
9697
9804
|
padding-inline: 9px;
|
|
9698
9805
|
padding-bottom: 9px;
|
|
9699
9806
|
}
|
|
9700
|
-
:is(.operation-details-card[data-v-
|
|
9807
|
+
:is(.operation-details-card[data-v-9d937e58] .callback-operation-container > .request-body, .operation-details-card[data-v-9d937e58] .callback-operation-container > .parameter-list) {
|
|
9701
9808
|
border: none;
|
|
9702
9809
|
}
|
|
9703
|
-
.operation-details-card[data-v-
|
|
9810
|
+
.operation-details-card[data-v-9d937e58] .callback-operation-container > .request-body > .request-body-header {
|
|
9704
9811
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9705
9812
|
padding: 0 0 9px;
|
|
9706
9813
|
}
|
|
9707
|
-
.operation-details-card[data-v-
|
|
9814
|
+
.operation-details-card[data-v-9d937e58] .request-body-description {
|
|
9708
9815
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9709
9816
|
margin-top: 0;
|
|
9710
9817
|
padding: 9px 9px 0;
|
|
9711
9818
|
}
|
|
9712
|
-
.operation-details-card[data-v-
|
|
9819
|
+
.operation-details-card[data-v-9d937e58] .request-body {
|
|
9713
9820
|
border-radius: var(--scalar-radius-lg);
|
|
9714
9821
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9715
9822
|
margin-top: 0;
|
|
9716
9823
|
}
|
|
9717
|
-
.operation-details-card[data-v-
|
|
9824
|
+
.operation-details-card[data-v-9d937e58] .request-body .schema-card--level-0 > .schema-card-description {
|
|
9718
9825
|
padding-inline: 9px;
|
|
9719
9826
|
}
|
|
9720
|
-
.operation-details-card[data-v-
|
|
9827
|
+
.operation-details-card[data-v-9d937e58] .request-body-header {
|
|
9721
9828
|
border-bottom: 0;
|
|
9722
9829
|
padding-bottom: 0;
|
|
9723
9830
|
}
|
|
9724
|
-
.operation-details-card[data-v-
|
|
9831
|
+
.operation-details-card[data-v-9d937e58] .contents button {
|
|
9725
9832
|
margin-right: 9px;
|
|
9726
9833
|
}
|
|
9727
|
-
.operation-details-card[data-v-
|
|
9834
|
+
.operation-details-card[data-v-9d937e58] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
9728
9835
|
margin-inline: 9px;
|
|
9729
9836
|
margin-bottom: 9px;
|
|
9730
9837
|
}
|
|
9731
|
-
.operation-details-card[data-v-
|
|
9838
|
+
.operation-details-card[data-v-9d937e58] .request-body-schema .property--level-0 {
|
|
9732
9839
|
padding: 0;
|
|
9733
9840
|
}
|
|
9734
|
-
.operation-details-card[data-v-
|
|
9841
|
+
.operation-details-card[data-v-9d937e58] .selected-content-type {
|
|
9735
9842
|
margin-right: 9px;
|
|
9736
9843
|
}
|
|
9737
|
-
.operation-example-card[data-v-
|
|
9844
|
+
.operation-example-card[data-v-9d937e58] {
|
|
9738
9845
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9739
9846
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
9740
9847
|
position: sticky;
|
|
9741
9848
|
}
|
|
9742
9849
|
@media (max-width: 600px) {
|
|
9743
|
-
.operation-example-card[data-v-
|
|
9850
|
+
.operation-example-card[data-v-9d937e58] {
|
|
9744
9851
|
max-height: unset;
|
|
9745
9852
|
position: static;
|
|
9746
9853
|
}
|
|
9747
9854
|
}
|
|
9748
9855
|
/** Container */
|
|
9749
|
-
.agent-button-container[data-v-
|
|
9856
|
+
.agent-button-container[data-v-10a4fb90] {
|
|
9750
9857
|
position: relative;
|
|
9751
9858
|
color: var(--scalar-color-1);
|
|
9752
9859
|
background: color-mix(in srgb, var(--scalar-background-3), white 15%);
|
|
@@ -9759,30 +9866,30 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9759
9866
|
z-index: 2;
|
|
9760
9867
|
height: 100%;
|
|
9761
9868
|
}
|
|
9762
|
-
.agent-button-container[data-v-
|
|
9869
|
+
.agent-button-container[data-v-10a4fb90]:hover:not(:focus-within) {
|
|
9763
9870
|
background: color-mix(in srgb, var(--scalar-background-3), white 20%);
|
|
9764
9871
|
}
|
|
9765
|
-
.agent-button-container[data-v-
|
|
9766
|
-
.agent-button-container[data-v-
|
|
9872
|
+
.agent-button-container[data-v-10a4fb90]:has(.ask-agent-scalar-input-not-empty),
|
|
9873
|
+
.agent-button-container[data-v-10a4fb90]:focus-within {
|
|
9767
9874
|
position: absolute;
|
|
9768
9875
|
inset: 2px;
|
|
9769
9876
|
border-radius: var(--scalar-radius-lg);
|
|
9770
9877
|
margin-right: 0;
|
|
9771
9878
|
height: auto;
|
|
9772
9879
|
}
|
|
9773
|
-
.agent-button-container[data-v-
|
|
9880
|
+
.agent-button-container[data-v-10a4fb90]:has(.ask-agent-scalar-input:focus-visible) {
|
|
9774
9881
|
outline-style: solid;
|
|
9775
9882
|
}
|
|
9776
9883
|
/** Input */
|
|
9777
|
-
.ask-agent-scalar-input[data-v-
|
|
9884
|
+
.ask-agent-scalar-input[data-v-10a4fb90] {
|
|
9778
9885
|
width: 0px;
|
|
9779
9886
|
opacity: 0;
|
|
9780
9887
|
font-size: 0px;
|
|
9781
9888
|
border: none;
|
|
9782
9889
|
}
|
|
9783
9890
|
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
9784
|
-
.ask-agent-scalar-input[data-v-
|
|
9785
|
-
.agent-button-container:focus-within .ask-agent-scalar-input[data-v-
|
|
9891
|
+
.ask-agent-scalar-input[data-v-10a4fb90],
|
|
9892
|
+
.agent-button-container:focus-within .ask-agent-scalar-input[data-v-10a4fb90] {
|
|
9786
9893
|
width: 100%;
|
|
9787
9894
|
font-size: inherit;
|
|
9788
9895
|
opacity: 1;
|
|
@@ -9790,25 +9897,25 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9790
9897
|
outline: none;
|
|
9791
9898
|
padding-inline: 4px;
|
|
9792
9899
|
}
|
|
9793
|
-
.ask-agent-scalar-input[data-v-
|
|
9900
|
+
.ask-agent-scalar-input[data-v-10a4fb90]::placeholder {
|
|
9794
9901
|
color: var(--scalar-color-2);
|
|
9795
9902
|
font-family: inherit;
|
|
9796
9903
|
}
|
|
9797
9904
|
/** Input label */
|
|
9798
|
-
.ask-agent-scalar-input-label[data-v-
|
|
9905
|
+
.ask-agent-scalar-input-label[data-v-10a4fb90] {
|
|
9799
9906
|
/** Shown by default */
|
|
9800
9907
|
color: var(--scalar-color-1);
|
|
9801
9908
|
font-weight: var(--scalar-semibold);
|
|
9802
9909
|
margin-left: 4px;
|
|
9803
9910
|
}
|
|
9804
9911
|
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
9805
|
-
.ask-agent-scalar-input-label[data-v-
|
|
9806
|
-
.agent-button-container:focus-within .ask-agent-scalar-input-label[data-v-
|
|
9912
|
+
.ask-agent-scalar-input-label[data-v-10a4fb90],
|
|
9913
|
+
.agent-button-container:focus-within .ask-agent-scalar-input-label[data-v-10a4fb90] {
|
|
9807
9914
|
/** Hidden when input is focused */
|
|
9808
9915
|
display: none;
|
|
9809
9916
|
}
|
|
9810
9917
|
/** Send button */
|
|
9811
|
-
.ask-agent-scalar-send[data-v-
|
|
9918
|
+
.ask-agent-scalar-send[data-v-10a4fb90] {
|
|
9812
9919
|
background: var(--scalar-color-blue);
|
|
9813
9920
|
color: #fff;
|
|
9814
9921
|
width: 24px;
|
|
@@ -9823,11 +9930,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9823
9930
|
display: none;
|
|
9824
9931
|
}
|
|
9825
9932
|
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
9826
|
-
.ask-agent-scalar-send[data-v-
|
|
9933
|
+
.ask-agent-scalar-send[data-v-10a4fb90] {
|
|
9827
9934
|
/** Show when input is not empty */
|
|
9828
9935
|
display: flex;
|
|
9829
9936
|
}
|
|
9830
|
-
.ask-agent-scalar-send[data-v-
|
|
9937
|
+
.ask-agent-scalar-send[data-v-10a4fb90]:hover {
|
|
9831
9938
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
9832
9939
|
}
|
|
9833
9940
|
/*
|
|
@@ -9838,7 +9945,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9838
9945
|
* its own leading margin (mt-6) that already spaces it from whatever precedes
|
|
9839
9946
|
* it — a row-gap would double that gap.
|
|
9840
9947
|
*/
|
|
9841
|
-
.operation-layout[data-v-
|
|
9948
|
+
.operation-layout[data-v-eb0b9f7e] {
|
|
9842
9949
|
display: grid;
|
|
9843
9950
|
grid-template-columns: 1fr 1fr;
|
|
9844
9951
|
grid-template-rows: auto auto 1fr;
|
|
@@ -9849,7 +9956,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9849
9956
|
column-gap: 48px;
|
|
9850
9957
|
row-gap: 0;
|
|
9851
9958
|
}
|
|
9852
|
-
.operation-title[data-v-
|
|
9959
|
+
.operation-title[data-v-eb0b9f7e] {
|
|
9853
9960
|
grid-area: heading;
|
|
9854
9961
|
margin-bottom: 12px;
|
|
9855
9962
|
|
|
@@ -9859,20 +9966,20 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9859
9966
|
color: var(--scalar-color-1);
|
|
9860
9967
|
line-height: 1.45;
|
|
9861
9968
|
}
|
|
9862
|
-
.operation-auth[data-v-
|
|
9969
|
+
.operation-auth[data-v-eb0b9f7e] {
|
|
9863
9970
|
grid-area: badge;
|
|
9864
9971
|
justify-self: end;
|
|
9865
9972
|
align-self: start;
|
|
9866
9973
|
}
|
|
9867
|
-
.operation-description[data-v-
|
|
9974
|
+
.operation-description[data-v-eb0b9f7e] {
|
|
9868
9975
|
grid-area: description;
|
|
9869
9976
|
min-width: 0;
|
|
9870
9977
|
}
|
|
9871
|
-
.operation-details[data-v-
|
|
9978
|
+
.operation-details[data-v-eb0b9f7e] {
|
|
9872
9979
|
grid-area: details;
|
|
9873
9980
|
min-width: 0;
|
|
9874
9981
|
}
|
|
9875
|
-
.examples[data-v-
|
|
9982
|
+
.examples[data-v-eb0b9f7e] {
|
|
9876
9983
|
grid-area: examples;
|
|
9877
9984
|
align-self: start;
|
|
9878
9985
|
min-width: 0;
|
|
@@ -9880,11 +9987,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9880
9987
|
position: sticky;
|
|
9881
9988
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9882
9989
|
}
|
|
9883
|
-
.examples[data-v-
|
|
9990
|
+
.examples[data-v-eb0b9f7e] > * {
|
|
9884
9991
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
9885
9992
|
position: relative;
|
|
9886
9993
|
}
|
|
9887
|
-
.examples[data-v-
|
|
9994
|
+
.examples[data-v-eb0b9f7e] > *:first-of-type:last-of-type {
|
|
9888
9995
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
9889
9996
|
}
|
|
9890
9997
|
/*
|
|
@@ -9892,11 +9999,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9892
9999
|
* (or zoomed in screens)
|
|
9893
10000
|
*/
|
|
9894
10001
|
@media (max-width: 600px) {
|
|
9895
|
-
.examples[data-v-
|
|
10002
|
+
.examples[data-v-eb0b9f7e] > * {
|
|
9896
10003
|
max-height: unset;
|
|
9897
10004
|
}
|
|
9898
10005
|
}
|
|
9899
|
-
.deprecated[data-v-
|
|
10006
|
+
.deprecated[data-v-eb0b9f7e] * {
|
|
9900
10007
|
text-decoration: line-through;
|
|
9901
10008
|
}
|
|
9902
10009
|
/*
|
|
@@ -9905,7 +10012,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9905
10012
|
* an eyebrow above the title.
|
|
9906
10013
|
*/
|
|
9907
10014
|
@container narrow-references-container (max-width: 900px) {
|
|
9908
|
-
.operation-layout[data-v-
|
|
10015
|
+
.operation-layout[data-v-eb0b9f7e] {
|
|
9909
10016
|
grid-template-columns: 1fr;
|
|
9910
10017
|
grid-template-areas:
|
|
9911
10018
|
'badge'
|
|
@@ -9915,19 +10022,19 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9915
10022
|
'details';
|
|
9916
10023
|
column-gap: 0;
|
|
9917
10024
|
}
|
|
9918
|
-
.operation-auth[data-v-
|
|
10025
|
+
.operation-auth[data-v-eb0b9f7e] {
|
|
9919
10026
|
justify-self: start;
|
|
9920
10027
|
margin-bottom: 4px;
|
|
9921
10028
|
}
|
|
9922
|
-
.operation-title[data-v-
|
|
10029
|
+
.operation-title[data-v-eb0b9f7e] {
|
|
9923
10030
|
margin-bottom: 24px;
|
|
9924
10031
|
}
|
|
9925
|
-
.operation-description[data-v-
|
|
10032
|
+
.operation-description[data-v-eb0b9f7e] {
|
|
9926
10033
|
margin-bottom: 24px;
|
|
9927
10034
|
}
|
|
9928
10035
|
|
|
9929
10036
|
/* Don't make the examples sticky on narrow viewports */
|
|
9930
|
-
.examples[data-v-
|
|
10037
|
+
.examples[data-v-eb0b9f7e] {
|
|
9931
10038
|
position: static;
|
|
9932
10039
|
}
|
|
9933
10040
|
}
|
|
@@ -9941,7 +10048,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9941
10048
|
container-name: narrow-references-container;
|
|
9942
10049
|
container-type: inline-size;
|
|
9943
10050
|
}
|
|
9944
|
-
.ref-search-meta[data-v-
|
|
10051
|
+
.ref-search-meta[data-v-ae9b4ecb] {
|
|
9945
10052
|
background: var(--scalar-background-1);
|
|
9946
10053
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
9947
10054
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -9955,17 +10062,17 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9955
10062
|
}
|
|
9956
10063
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
9957
10064
|
@media (max-width: 1000px) {
|
|
9958
|
-
.agent-scalar.agent-scalar[data-v-
|
|
10065
|
+
.agent-scalar.agent-scalar[data-v-3496197b] {
|
|
9959
10066
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
9960
10067
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
9961
10068
|
inset-inline: 0;
|
|
9962
10069
|
top: 48px;
|
|
9963
10070
|
}
|
|
9964
|
-
.agent-scalar.agent-scalar[data-v-
|
|
10071
|
+
.agent-scalar.agent-scalar[data-v-3496197b], .agent-scalar-overlay.agent-scalar-overlay[data-v-3496197b] {
|
|
9965
10072
|
z-index: 15;
|
|
9966
10073
|
}
|
|
9967
10074
|
}
|
|
9968
|
-
.scalar-mcp-layer[data-v-
|
|
10075
|
+
.scalar-mcp-layer[data-v-5b614c7b] {
|
|
9969
10076
|
gap: 2px;
|
|
9970
10077
|
display: flex;
|
|
9971
10078
|
flex-direction: column;
|
|
@@ -9975,13 +10082,13 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9975
10082
|
transition: all 0.4s ease-in-out;
|
|
9976
10083
|
height: 32px;
|
|
9977
10084
|
}
|
|
9978
|
-
.scalar-mcp-layer[data-v-
|
|
10085
|
+
.scalar-mcp-layer[data-v-5b614c7b]:hover {
|
|
9979
10086
|
height: 172px;
|
|
9980
10087
|
}
|
|
9981
|
-
.scalar-mcp-layer-link[data-v-
|
|
10088
|
+
.scalar-mcp-layer-link[data-v-5b614c7b]:hover {
|
|
9982
10089
|
cursor: pointer !important;
|
|
9983
10090
|
}
|
|
9984
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10091
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b] {
|
|
9985
10092
|
cursor: pointer;
|
|
9986
10093
|
width: 100%;
|
|
9987
10094
|
padding: 9px 6px;
|
|
@@ -10004,7 +10111,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10004
10111
|
bottom: 0;
|
|
10005
10112
|
}
|
|
10006
10113
|
/* increase click area for gap */
|
|
10007
|
-
.scalar-mcp-layer-link[data-v-
|
|
10114
|
+
.scalar-mcp-layer-link[data-v-5b614c7b]:after {
|
|
10008
10115
|
content: '';
|
|
10009
10116
|
position: absolute;
|
|
10010
10117
|
bottom: -2px;
|
|
@@ -10012,49 +10119,49 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10012
10119
|
width: 100%;
|
|
10013
10120
|
left: 0;
|
|
10014
10121
|
}
|
|
10015
|
-
.scalar-mcp-layer div.scalar-mcp-layer-link[data-v-
|
|
10122
|
+
.scalar-mcp-layer div.scalar-mcp-layer-link[data-v-5b614c7b] {
|
|
10016
10123
|
cursor: default;
|
|
10017
10124
|
}
|
|
10018
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10125
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(1) {
|
|
10019
10126
|
transform: translate3d(0, 0, 0);
|
|
10020
10127
|
position: relative;
|
|
10021
10128
|
}
|
|
10022
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10129
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(2) {
|
|
10023
10130
|
transform: translate3d(0, -2px, 0) scale(0.99);
|
|
10024
10131
|
}
|
|
10025
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
10132
|
+
.scalar-mcp-layer:hover a[data-v-5b614c7b]:nth-last-child(2) {
|
|
10026
10133
|
transform: translate3d(0, calc(-100% - 2px), 0) scale(0.99);
|
|
10027
10134
|
}
|
|
10028
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10135
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(3) {
|
|
10029
10136
|
transform: translate3d(0, -4px, 0) scale(0.98);
|
|
10030
10137
|
}
|
|
10031
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
10138
|
+
.scalar-mcp-layer:hover a[data-v-5b614c7b]:nth-last-child(3) {
|
|
10032
10139
|
transform: translate3d(0, calc(-200% - 4px), 0) scale(1);
|
|
10033
10140
|
}
|
|
10034
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10141
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(4) {
|
|
10035
10142
|
transform: translate3d(0, -6px, 0) scale(0.97);
|
|
10036
10143
|
}
|
|
10037
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
10144
|
+
.scalar-mcp-layer:hover a[data-v-5b614c7b]:nth-last-child(4) {
|
|
10038
10145
|
transform: translate3d(0, calc(-300% - 6px), 0) scale(1);
|
|
10039
10146
|
}
|
|
10040
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10147
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(5) {
|
|
10041
10148
|
transform: translate3d(0, -8px, 0) scale(0.96);
|
|
10042
10149
|
}
|
|
10043
|
-
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-
|
|
10150
|
+
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(5) {
|
|
10044
10151
|
transform: translate3d(0, calc(-400% - 8px), 0) scale(1);
|
|
10045
10152
|
}
|
|
10046
|
-
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-
|
|
10153
|
+
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-5b614c7b] {
|
|
10047
10154
|
transition: transform 0.2s ease-in-out 0.1s;
|
|
10048
10155
|
}
|
|
10049
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10156
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:hover {
|
|
10050
10157
|
background: var(--scalar-background-2);
|
|
10051
10158
|
}
|
|
10052
|
-
.scalar-mcp-layer .mcp-logo[data-v-
|
|
10159
|
+
.scalar-mcp-layer .mcp-logo[data-v-5b614c7b] {
|
|
10053
10160
|
width: 16px;
|
|
10054
10161
|
height: 16px;
|
|
10055
10162
|
color: var(--scalar-sidebar-color-1);
|
|
10056
10163
|
}
|
|
10057
|
-
.mcp-nav[data-v-
|
|
10164
|
+
.mcp-nav[data-v-5b614c7b] {
|
|
10058
10165
|
color: var(--scalar-sidebar-color-2);
|
|
10059
10166
|
}
|
|
10060
10167
|
/* Add base styles to the body. Removed browser default margins for a better experience. */
|
|
@@ -10068,9 +10175,12 @@ body {
|
|
|
10068
10175
|
:root {
|
|
10069
10176
|
--scalar-loaded-api-reference: true;
|
|
10070
10177
|
}
|
|
10178
|
+
.asyncapi-sidebar-document-section > .group\/spacer-after {
|
|
10179
|
+
height: 0;
|
|
10180
|
+
}
|
|
10071
10181
|
/* Configurable Layout Variables */
|
|
10072
10182
|
@layer scalar-config {
|
|
10073
|
-
.scalar-api-reference[data-v-
|
|
10183
|
+
.scalar-api-reference[data-v-876968b6] {
|
|
10074
10184
|
/* The header height */
|
|
10075
10185
|
--refs-header-height: calc(
|
|
10076
10186
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -10092,19 +10202,19 @@ body {
|
|
|
10092
10202
|
/* The maximum width of the content column */
|
|
10093
10203
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
10094
10204
|
}
|
|
10095
|
-
.scalar-api-reference.references-classic[data-v-
|
|
10205
|
+
.scalar-api-reference.references-classic[data-v-876968b6] {
|
|
10096
10206
|
/* Classic layout is wider */
|
|
10097
10207
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
10098
10208
|
min-height: 100dvh;
|
|
10099
10209
|
--refs-sidebar-width: 0;
|
|
10100
10210
|
}
|
|
10101
10211
|
}
|
|
10102
|
-
.t-doc__sidebar[data-v-
|
|
10212
|
+
.t-doc__sidebar[data-v-876968b6] {
|
|
10103
10213
|
z-index: 10;
|
|
10104
10214
|
}
|
|
10105
10215
|
/* ----------------------------------------------------- */
|
|
10106
10216
|
/* References Layout */
|
|
10107
|
-
.references-layout[data-v-
|
|
10217
|
+
.references-layout[data-v-876968b6] {
|
|
10108
10218
|
/* Try to fill the container */
|
|
10109
10219
|
min-height: 100dvh;
|
|
10110
10220
|
min-width: 100%;
|
|
@@ -10128,31 +10238,31 @@ body {
|
|
|
10128
10238
|
|
|
10129
10239
|
background: var(--scalar-background-1);
|
|
10130
10240
|
}
|
|
10131
|
-
.references-editor[data-v-
|
|
10241
|
+
.references-editor[data-v-876968b6] {
|
|
10132
10242
|
grid-area: editor;
|
|
10133
10243
|
display: flex;
|
|
10134
10244
|
min-width: 0;
|
|
10135
10245
|
background: var(--scalar-background-1);
|
|
10136
10246
|
}
|
|
10137
|
-
.references-rendered[data-v-
|
|
10247
|
+
.references-rendered[data-v-876968b6] {
|
|
10138
10248
|
position: relative;
|
|
10139
10249
|
grid-area: rendered;
|
|
10140
10250
|
min-width: 0;
|
|
10141
10251
|
background: var(--scalar-background-1);
|
|
10142
10252
|
}
|
|
10143
|
-
.scalar-api-reference.references-classic[data-v-
|
|
10144
|
-
.references-classic .references-rendered[data-v-
|
|
10253
|
+
.scalar-api-reference.references-classic[data-v-876968b6],
|
|
10254
|
+
.references-classic .references-rendered[data-v-876968b6] {
|
|
10145
10255
|
height: initial !important;
|
|
10146
10256
|
max-height: initial !important;
|
|
10147
10257
|
}
|
|
10148
10258
|
@layer scalar-config {
|
|
10149
|
-
.references-sidebar[data-v-
|
|
10259
|
+
.references-sidebar[data-v-876968b6] {
|
|
10150
10260
|
/* Set a default width if references are enabled */
|
|
10151
10261
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
10152
10262
|
}
|
|
10153
10263
|
}
|
|
10154
10264
|
/* Footer */
|
|
10155
|
-
.references-footer[data-v-
|
|
10265
|
+
.references-footer[data-v-876968b6] {
|
|
10156
10266
|
grid-area: footer;
|
|
10157
10267
|
}
|
|
10158
10268
|
/* ----------------------------------------------------- */
|
|
@@ -10167,12 +10277,12 @@ body {
|
|
|
10167
10277
|
*/
|
|
10168
10278
|
@media (width < 1000px) {
|
|
10169
10279
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
10170
|
-
.references-developer-tools[data-v-
|
|
10280
|
+
.references-developer-tools[data-v-876968b6] {
|
|
10171
10281
|
display: none;
|
|
10172
10282
|
}
|
|
10173
10283
|
|
|
10174
10284
|
/* Stack view on mobile */
|
|
10175
|
-
.references-layout[data-v-
|
|
10285
|
+
.references-layout[data-v-876968b6] {
|
|
10176
10286
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
10177
10287
|
--refs-sidebar-height: calc(
|
|
10178
10288
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -10187,13 +10297,13 @@ body {
|
|
|
10187
10297
|
'rendered'
|
|
10188
10298
|
'footer';
|
|
10189
10299
|
}
|
|
10190
|
-
.references-editable[data-v-
|
|
10300
|
+
.references-editable[data-v-876968b6] {
|
|
10191
10301
|
grid-template-areas:
|
|
10192
10302
|
'header'
|
|
10193
10303
|
'navigation'
|
|
10194
10304
|
'editor';
|
|
10195
10305
|
}
|
|
10196
|
-
.references-rendered[data-v-
|
|
10306
|
+
.references-rendered[data-v-876968b6] {
|
|
10197
10307
|
position: static;
|
|
10198
10308
|
}
|
|
10199
10309
|
}
|
|
@@ -10204,15 +10314,15 @@ body {
|
|
|
10204
10314
|
*/
|
|
10205
10315
|
/* Match the layout breakpoint above so the mobile header height is only applied below `lg`. */
|
|
10206
10316
|
@media (width < 1000px) {
|
|
10207
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
10317
|
+
.scalar-api-references-standalone-mobile[data-v-876968b6]:not(.references-classic) {
|
|
10208
10318
|
--scalar-header-height: 50px;
|
|
10209
10319
|
}
|
|
10210
10320
|
}
|
|
10211
|
-
.darklight-reference[data-v-
|
|
10321
|
+
.darklight-reference[data-v-876968b6] {
|
|
10212
10322
|
width: 100%;
|
|
10213
10323
|
margin-top: auto;
|
|
10214
10324
|
}
|
|
10215
|
-
.start[data-v-
|
|
10325
|
+
.start[data-v-c592502d] {
|
|
10216
10326
|
padding: 24px;
|
|
10217
10327
|
display: flex;
|
|
10218
10328
|
flex-flow: wrap;
|
|
@@ -10220,10 +10330,10 @@ body {
|
|
|
10220
10330
|
position: relative;
|
|
10221
10331
|
z-index: 0;
|
|
10222
10332
|
}
|
|
10223
|
-
.swagger-editor .start[data-v-
|
|
10333
|
+
.swagger-editor .start[data-v-c592502d] {
|
|
10224
10334
|
padding-top: 24px;
|
|
10225
10335
|
}
|
|
10226
|
-
.start-h1[data-v-
|
|
10336
|
+
.start-h1[data-v-c592502d] {
|
|
10227
10337
|
font-size: var(--scalar-heading-2);
|
|
10228
10338
|
margin-top: 0;
|
|
10229
10339
|
line-height: 1.45;
|
|
@@ -10233,7 +10343,7 @@ body {
|
|
|
10233
10343
|
width: 100%;
|
|
10234
10344
|
position: relative;
|
|
10235
10345
|
}
|
|
10236
|
-
.start-h3[data-v-
|
|
10346
|
+
.start-h3[data-v-c592502d] {
|
|
10237
10347
|
font-size: var(--scalar-paragraph);
|
|
10238
10348
|
margin-top: 0;
|
|
10239
10349
|
margin-bottom: 6px;
|
|
@@ -10243,17 +10353,17 @@ body {
|
|
|
10243
10353
|
color: var(--scalar-color-1);
|
|
10244
10354
|
width: 100%;
|
|
10245
10355
|
}
|
|
10246
|
-
.start-h1[data-v-
|
|
10356
|
+
.start-h1[data-v-c592502d]:not(:first-of-type) {
|
|
10247
10357
|
margin-top: 24px;
|
|
10248
10358
|
}
|
|
10249
|
-
.start-p[data-v-
|
|
10359
|
+
.start-p[data-v-c592502d] {
|
|
10250
10360
|
font-size: var(--scalar-paragraph);
|
|
10251
10361
|
color: var(--scalar-color-2);
|
|
10252
10362
|
line-height: 1.5;
|
|
10253
10363
|
width: 100%;
|
|
10254
10364
|
margin-top: 12px;
|
|
10255
10365
|
}
|
|
10256
|
-
.start-ul[data-v-
|
|
10366
|
+
.start-ul[data-v-c592502d] {
|
|
10257
10367
|
margin-top: 12px;
|
|
10258
10368
|
font-size: var(--scalar-paragraph);
|
|
10259
10369
|
line-height: 1.5;
|
|
@@ -10263,26 +10373,26 @@ body {
|
|
|
10263
10373
|
flex-flow: wrap;
|
|
10264
10374
|
gap: 24px;
|
|
10265
10375
|
}
|
|
10266
|
-
.start-ul li[data-v-
|
|
10376
|
+
.start-ul li[data-v-c592502d] {
|
|
10267
10377
|
margin: 0;
|
|
10268
10378
|
padding: 0;
|
|
10269
10379
|
list-style: none;
|
|
10270
10380
|
width: calc(50% - 24px);
|
|
10271
10381
|
color: var(--scalar-color-2);
|
|
10272
10382
|
}
|
|
10273
|
-
.start-ul li[data-v-
|
|
10383
|
+
.start-ul li[data-v-c592502d]:first-of-type {
|
|
10274
10384
|
margin-top: 0;
|
|
10275
10385
|
}
|
|
10276
|
-
.start-section[data-v-
|
|
10386
|
+
.start-section[data-v-c592502d] {
|
|
10277
10387
|
width: 100%;
|
|
10278
10388
|
margin-bottom: 12px;
|
|
10279
10389
|
display: flex;
|
|
10280
10390
|
flex-flow: wrap;
|
|
10281
10391
|
}
|
|
10282
|
-
.start-section[data-v-
|
|
10392
|
+
.start-section[data-v-c592502d]:last-of-type {
|
|
10283
10393
|
margin-bottom: 48px;
|
|
10284
10394
|
}
|
|
10285
|
-
.start-h2[data-v-
|
|
10395
|
+
.start-h2[data-v-c592502d] {
|
|
10286
10396
|
background: var(--scalar-background-2);
|
|
10287
10397
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
10288
10398
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
@@ -10293,7 +10403,7 @@ body {
|
|
|
10293
10403
|
padding: 9px;
|
|
10294
10404
|
width: 100%;
|
|
10295
10405
|
}
|
|
10296
|
-
.start-item[data-v-
|
|
10406
|
+
.start-item[data-v-c592502d] {
|
|
10297
10407
|
align-items: center;
|
|
10298
10408
|
background: var(--scalar-background-2);
|
|
10299
10409
|
border-right: 1px solid var(--scalar-border-color);
|
|
@@ -10308,79 +10418,79 @@ body {
|
|
|
10308
10418
|
text-transform: capitalize;
|
|
10309
10419
|
user-select: none;
|
|
10310
10420
|
}
|
|
10311
|
-
.start-section-integrations .start-item[data-v-
|
|
10421
|
+
.start-section-integrations .start-item[data-v-c592502d]:first-of-type {
|
|
10312
10422
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
10313
10423
|
border-left: 1px solid var(--scalar-border-color);
|
|
10314
10424
|
}
|
|
10315
|
-
.start-section-integrations .start-item[data-v-
|
|
10425
|
+
.start-section-integrations .start-item[data-v-c592502d]:last-of-type {
|
|
10316
10426
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
10317
10427
|
}
|
|
10318
|
-
.start-section-colors .start-item[data-v-
|
|
10428
|
+
.start-section-colors .start-item[data-v-c592502d] {
|
|
10319
10429
|
min-width: 33.33%;
|
|
10320
10430
|
}
|
|
10321
|
-
.start-section-colors .start-item[data-v-
|
|
10431
|
+
.start-section-colors .start-item[data-v-c592502d]:nth-child(3n + 2) {
|
|
10322
10432
|
border-left: 1px solid var(--scalar-border-color);
|
|
10323
10433
|
}
|
|
10324
|
-
.start-section-colors .start-item[data-v-
|
|
10325
|
-
.start-section-colors .start-item-active[data-v-
|
|
10434
|
+
.start-section-colors .start-item[data-v-c592502d]:last-of-type,
|
|
10435
|
+
.start-section-colors .start-item-active[data-v-c592502d]:last-of-type::before {
|
|
10326
10436
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
10327
10437
|
}
|
|
10328
|
-
.start-item[data-v-
|
|
10438
|
+
.start-item[data-v-c592502d]:empty {
|
|
10329
10439
|
pointer-events: none;
|
|
10330
10440
|
}
|
|
10331
|
-
.start-item svg[data-v-
|
|
10441
|
+
.start-item svg[data-v-c592502d] {
|
|
10332
10442
|
width: 14px;
|
|
10333
10443
|
height: 14px;
|
|
10334
10444
|
margin-right: 6px;
|
|
10335
10445
|
}
|
|
10336
|
-
.start-item[data-v-
|
|
10446
|
+
.start-item[data-v-c592502d]:hover {
|
|
10337
10447
|
background: var(--scalar-background-3);
|
|
10338
10448
|
}
|
|
10339
|
-
.start-item-active[data-v-
|
|
10449
|
+
.start-item-active[data-v-c592502d] {
|
|
10340
10450
|
z-index: 10;
|
|
10341
10451
|
position: relative;
|
|
10342
10452
|
color: var(--scalar-color-1);
|
|
10343
10453
|
}
|
|
10344
|
-
.start-item-active[data-v-
|
|
10454
|
+
.start-item-active[data-v-c592502d]::before {
|
|
10345
10455
|
border: 1px solid var(--scalar-color-1);
|
|
10346
10456
|
content: '';
|
|
10347
10457
|
inset: -1px -1px -1px -1px;
|
|
10348
10458
|
pointer-events: none;
|
|
10349
10459
|
position: absolute;
|
|
10350
10460
|
}
|
|
10351
|
-
.start-section-color .start-item[data-v-
|
|
10461
|
+
.start-section-color .start-item[data-v-c592502d] {
|
|
10352
10462
|
text-transform: capitalize;
|
|
10353
10463
|
}
|
|
10354
|
-
.start-cta[data-v-
|
|
10464
|
+
.start-cta[data-v-c592502d] {
|
|
10355
10465
|
display: flex;
|
|
10356
10466
|
gap: 12px;
|
|
10357
10467
|
width: 100%;
|
|
10358
10468
|
margin-top: 24px;
|
|
10359
10469
|
margin-bottom: 0;
|
|
10360
10470
|
}
|
|
10361
|
-
.start-row[data-v-
|
|
10471
|
+
.start-row[data-v-c592502d] {
|
|
10362
10472
|
width: 100%;
|
|
10363
10473
|
margin-top: 12px;
|
|
10364
10474
|
overflow: hidden;
|
|
10365
10475
|
}
|
|
10366
|
-
.start-hero-copy[data-v-
|
|
10476
|
+
.start-hero-copy[data-v-c592502d] {
|
|
10367
10477
|
background: var(--scalar-background-2);
|
|
10368
10478
|
padding: 12px;
|
|
10369
10479
|
border-radius: var(--scalar-radius-lg);
|
|
10370
10480
|
}
|
|
10371
|
-
.start-p-small[data-v-
|
|
10481
|
+
.start-p-small[data-v-c592502d] {
|
|
10372
10482
|
font-weight: var(--scalar-semibold);
|
|
10373
10483
|
font-size: var(--scalar-mini);
|
|
10374
10484
|
color: var(--scalar-color-2);
|
|
10375
10485
|
margin-bottom: 12px;
|
|
10376
10486
|
line-height: 1.4;
|
|
10377
10487
|
}
|
|
10378
|
-
.start-cta[data-v-
|
|
10488
|
+
.start-cta[data-v-c592502d] {
|
|
10379
10489
|
margin-bottom: 12px;
|
|
10380
10490
|
width: fit-content;
|
|
10381
10491
|
white-space: nowrap;
|
|
10382
10492
|
}
|
|
10383
|
-
.start-copy[data-v-
|
|
10493
|
+
.start-copy[data-v-c592502d] {
|
|
10384
10494
|
padding: 76px 48px 48px 48px;
|
|
10385
10495
|
display: flex;
|
|
10386
10496
|
justify-content: center;
|
|
@@ -10388,7 +10498,7 @@ body {
|
|
|
10388
10498
|
flex-direction: column;
|
|
10389
10499
|
text-align: center;
|
|
10390
10500
|
}
|
|
10391
|
-
.start-logo[data-v-
|
|
10501
|
+
.start-logo[data-v-c592502d] {
|
|
10392
10502
|
color: var(--scalar-color-1);
|
|
10393
10503
|
margin-bottom: 24px;
|
|
10394
10504
|
width: 72px;
|
|
@@ -10397,7 +10507,7 @@ body {
|
|
|
10397
10507
|
box-shadow: var(--scalar-shadow-2);
|
|
10398
10508
|
border-radius: 50%;
|
|
10399
10509
|
}
|
|
10400
|
-
.start-logo[data-v-
|
|
10510
|
+
.start-logo[data-v-c592502d]:before {
|
|
10401
10511
|
content: '';
|
|
10402
10512
|
width: 300%;
|
|
10403
10513
|
aspect-ratio: 1;
|
|
@@ -10414,7 +10524,7 @@ body {
|
|
|
10414
10524
|
linear-gradient(to right, var(--scalar-border-color) 1px, transparent 1px),
|
|
10415
10525
|
linear-gradient(to bottom, var(--scalar-border-color) 1px, transparent 1px);
|
|
10416
10526
|
}
|
|
10417
|
-
.start-logo svg[data-v-
|
|
10527
|
+
.start-logo svg[data-v-c592502d] {
|
|
10418
10528
|
width: 100%;
|
|
10419
10529
|
height: auto;
|
|
10420
10530
|
background: var(--scalar-background-1);
|
|
@@ -10423,28 +10533,28 @@ body {
|
|
|
10423
10533
|
position: relative;
|
|
10424
10534
|
}
|
|
10425
10535
|
@media screen and (max-width: 600px) {
|
|
10426
|
-
.start-section-colors .start-item[data-v-
|
|
10427
|
-
.start-item[data-v-
|
|
10536
|
+
.start-section-colors .start-item[data-v-c592502d],
|
|
10537
|
+
.start-item[data-v-c592502d] {
|
|
10428
10538
|
width: 100%;
|
|
10429
10539
|
border-radius: 0;
|
|
10430
10540
|
border-right: none;
|
|
10431
10541
|
border-top: 1px solid var(--scalar-border-color);
|
|
10432
10542
|
}
|
|
10433
|
-
.start-item[data-v-
|
|
10543
|
+
.start-item[data-v-c592502d]:empty {
|
|
10434
10544
|
display: none;
|
|
10435
10545
|
}
|
|
10436
|
-
.start-h2[data-v-
|
|
10546
|
+
.start-h2[data-v-c592502d] {
|
|
10437
10547
|
border-bottom: none;
|
|
10438
10548
|
}
|
|
10439
|
-
.start li[data-v-
|
|
10549
|
+
.start li[data-v-c592502d] {
|
|
10440
10550
|
width: 100%;
|
|
10441
10551
|
}
|
|
10442
|
-
.start-copy[data-v-
|
|
10552
|
+
.start-copy[data-v-c592502d] {
|
|
10443
10553
|
padding: 48px 0 24px 0;
|
|
10444
10554
|
}
|
|
10445
10555
|
}
|
|
10446
10556
|
@media screen and (max-width: 1000px) {
|
|
10447
|
-
.start[data-v-
|
|
10557
|
+
.start[data-v-c592502d] {
|
|
10448
10558
|
padding: 0;
|
|
10449
10559
|
overflow: auto;
|
|
10450
10560
|
}
|