@scalar/api-reference-react 0.9.48 → 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 +2 -0
- package/dist/style.css +437 -427
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -435,6 +435,9 @@
|
|
|
435
435
|
border-radius: var(--scalar-radius);
|
|
436
436
|
border-width: 1px;
|
|
437
437
|
}
|
|
438
|
+
:where(.scalar-app) input, :where(.scalar-app) select, :where(.scalar-app) textarea {
|
|
439
|
+
text-align: start;
|
|
440
|
+
}
|
|
438
441
|
:where(.scalar-app) input::placeholder, :where(.scalar-app) text-area::placeholder {
|
|
439
442
|
color: var(--scalar-color-3);
|
|
440
443
|
font-family: var(--scalar-font);
|
|
@@ -1607,7 +1610,7 @@
|
|
|
1607
1610
|
color: var(--scalar-background-1);
|
|
1608
1611
|
border-radius: 2px;
|
|
1609
1612
|
}
|
|
1610
|
-
.sidebar-heading-type[data-v-
|
|
1613
|
+
.sidebar-heading-type[data-v-bdef8365] {
|
|
1611
1614
|
text-transform: uppercase;
|
|
1612
1615
|
color: var(--method-color, var(--scalar-color-1));
|
|
1613
1616
|
font-size: 10px;
|
|
@@ -2177,31 +2180,31 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2177
2180
|
-webkit-text-security: disc;
|
|
2178
2181
|
-moz-text-security: disc;
|
|
2179
2182
|
}
|
|
2180
|
-
.request-section-content[data-v-
|
|
2183
|
+
.request-section-content[data-v-f52d9c1f] {
|
|
2181
2184
|
--scalar-border-width: .5px;
|
|
2182
2185
|
}
|
|
2183
|
-
.request-section-content-filter[data-v-
|
|
2186
|
+
.request-section-content-filter[data-v-f52d9c1f] {
|
|
2184
2187
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
2185
2188
|
}
|
|
2186
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
2189
|
+
.request-item:focus-within .request-meta-buttons[data-v-f52d9c1f] {
|
|
2187
2190
|
opacity: 1;
|
|
2188
2191
|
}
|
|
2189
|
-
.group-hover-input[data-v-
|
|
2192
|
+
.group-hover-input[data-v-f52d9c1f] {
|
|
2190
2193
|
border-width: var(--scalar-border-width);
|
|
2191
2194
|
border-color: #0000;
|
|
2192
2195
|
}
|
|
2193
|
-
.group:hover .group-hover-input[data-v-
|
|
2196
|
+
.group:hover .group-hover-input[data-v-f52d9c1f] {
|
|
2194
2197
|
background: var(--scalar-background-1);
|
|
2195
2198
|
}
|
|
2196
2199
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2197
|
-
.group:hover .group-hover-input[data-v-
|
|
2200
|
+
.group:hover .group-hover-input[data-v-f52d9c1f] {
|
|
2198
2201
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
2199
2202
|
}
|
|
2200
2203
|
}
|
|
2201
|
-
.group:hover .group-hover-input[data-v-
|
|
2204
|
+
.group:hover .group-hover-input[data-v-f52d9c1f] {
|
|
2202
2205
|
border-color: var(--scalar-border-color);
|
|
2203
2206
|
}
|
|
2204
|
-
.group-hover-input[data-v-
|
|
2207
|
+
.group-hover-input[data-v-f52d9c1f]:focus {
|
|
2205
2208
|
border-color: var(--scalar-border-color) !important;
|
|
2206
2209
|
background: none !important;
|
|
2207
2210
|
}
|
|
@@ -2301,44 +2304,6 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2301
2304
|
transform: translateY(0);
|
|
2302
2305
|
}
|
|
2303
2306
|
}
|
|
2304
|
-
.request-card[data-v-70ede25b] {
|
|
2305
|
-
color: var(--scalar-color-1);
|
|
2306
|
-
font-size: var(--scalar-font-size-3);
|
|
2307
|
-
}
|
|
2308
|
-
.request-method[data-v-70ede25b] {
|
|
2309
|
-
font-family: var(--scalar-font-code);
|
|
2310
|
-
text-transform: uppercase;
|
|
2311
|
-
margin-right: 6px;
|
|
2312
|
-
}
|
|
2313
|
-
.request-card-footer[data-v-70ede25b] {
|
|
2314
|
-
flex-shrink: 0;
|
|
2315
|
-
justify-content: flex-end;
|
|
2316
|
-
padding: 6px;
|
|
2317
|
-
display: flex;
|
|
2318
|
-
position: relative;
|
|
2319
|
-
}
|
|
2320
|
-
.request-card-footer-addon[data-v-70ede25b] {
|
|
2321
|
-
flex: 1;
|
|
2322
|
-
align-items: center;
|
|
2323
|
-
min-width: 0;
|
|
2324
|
-
display: flex;
|
|
2325
|
-
}
|
|
2326
|
-
.request-editor-section[data-v-70ede25b] {
|
|
2327
|
-
flex: 1;
|
|
2328
|
-
display: flex;
|
|
2329
|
-
}
|
|
2330
|
-
.request-card-simple[data-v-70ede25b] {
|
|
2331
|
-
font-size: var(--scalar-small);
|
|
2332
|
-
justify-content: space-between;
|
|
2333
|
-
align-items: center;
|
|
2334
|
-
padding: 8px 8px 8px 12px;
|
|
2335
|
-
display: flex;
|
|
2336
|
-
}
|
|
2337
|
-
.code-snippet[data-v-70ede25b] {
|
|
2338
|
-
flex-direction: column;
|
|
2339
|
-
width: 100%;
|
|
2340
|
-
display: flex;
|
|
2341
|
-
}
|
|
2342
2307
|
[data-radix-popper-content-wrapper]:has(.scalar-api-client-context-menu) {
|
|
2343
2308
|
z-index: 1000 !important;
|
|
2344
2309
|
}
|
|
@@ -2463,6 +2428,44 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2463
2428
|
padding: 6px 12px;
|
|
2464
2429
|
display: flex;
|
|
2465
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
|
+
}
|
|
2466
2469
|
.authenticationProvided[data-v-e3416cd5] {
|
|
2467
2470
|
color: var(--scalar-color-1);
|
|
2468
2471
|
font-weight: var(--scalar-semibold);
|
|
@@ -4589,6 +4592,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
4589
4592
|
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4590
4593
|
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4591
4594
|
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4595
|
+
max-height: calc(var(--radix-popper-available-height) - 8px);
|
|
4592
4596
|
}
|
|
4593
4597
|
.scalar-app .max-h-screen {
|
|
4594
4598
|
max-height: 100vh;
|
|
@@ -5722,6 +5726,9 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
5722
5726
|
.scalar-app .text-right {
|
|
5723
5727
|
text-align: right;
|
|
5724
5728
|
}
|
|
5729
|
+
.scalar-app .text-start {
|
|
5730
|
+
text-align: start;
|
|
5731
|
+
}
|
|
5725
5732
|
.scalar-app .font-code {
|
|
5726
5733
|
font-family: var(--scalar-font-code);
|
|
5727
5734
|
}
|
|
@@ -7401,7 +7408,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7401
7408
|
opacity: .5;
|
|
7402
7409
|
}
|
|
7403
7410
|
}
|
|
7404
|
-
.client-libraries-content[data-v-
|
|
7411
|
+
.client-libraries-content[data-v-783c0ba4] {
|
|
7405
7412
|
container: client-libraries-content / inline-size;
|
|
7406
7413
|
display: flex;
|
|
7407
7414
|
justify-content: center;
|
|
@@ -7411,7 +7418,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7411
7418
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7412
7419
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7413
7420
|
}
|
|
7414
|
-
.client-libraries[data-v-
|
|
7421
|
+
.client-libraries[data-v-783c0ba4] {
|
|
7415
7422
|
display: flex;
|
|
7416
7423
|
align-items: center;
|
|
7417
7424
|
justify-content: center;
|
|
@@ -7425,7 +7432,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7425
7432
|
border-bottom: 1px solid transparent;
|
|
7426
7433
|
user-select: none;
|
|
7427
7434
|
}
|
|
7428
|
-
.client-libraries[data-v-
|
|
7435
|
+
.client-libraries[data-v-783c0ba4]:not(.client-libraries__active):hover:before {
|
|
7429
7436
|
content: '';
|
|
7430
7437
|
position: absolute;
|
|
7431
7438
|
width: calc(100% - 4px);
|
|
@@ -7436,21 +7443,21 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7436
7443
|
z-index: 0;
|
|
7437
7444
|
border-radius: var(--scalar-radius);
|
|
7438
7445
|
}
|
|
7439
|
-
.client-libraries[data-v-
|
|
7446
|
+
.client-libraries[data-v-783c0ba4]:active {
|
|
7440
7447
|
color: var(--scalar-color-1);
|
|
7441
7448
|
}
|
|
7442
|
-
.client-libraries[data-v-
|
|
7449
|
+
.client-libraries[data-v-783c0ba4]:focus-visible {
|
|
7443
7450
|
outline: none;
|
|
7444
7451
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
7445
7452
|
}
|
|
7446
7453
|
/* remove php and c on mobile */
|
|
7447
7454
|
@media screen and (max-width: 450px) {
|
|
7448
|
-
.client-libraries[data-v-
|
|
7449
|
-
.client-libraries[data-v-
|
|
7455
|
+
.client-libraries[data-v-783c0ba4]:nth-of-type(4),
|
|
7456
|
+
.client-libraries[data-v-783c0ba4]:nth-of-type(5) {
|
|
7450
7457
|
display: none;
|
|
7451
7458
|
}
|
|
7452
7459
|
}
|
|
7453
|
-
.client-libraries-icon[data-v-
|
|
7460
|
+
.client-libraries-icon[data-v-783c0ba4] {
|
|
7454
7461
|
max-width: 14px;
|
|
7455
7462
|
max-height: 14px;
|
|
7456
7463
|
min-width: 14px;
|
|
@@ -7463,32 +7470,32 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
7463
7470
|
box-sizing: border-box;
|
|
7464
7471
|
color: currentColor;
|
|
7465
7472
|
}
|
|
7466
|
-
.client-libraries-icon__more svg[data-v-
|
|
7473
|
+
.client-libraries-icon__more svg[data-v-783c0ba4] {
|
|
7467
7474
|
height: initial;
|
|
7468
7475
|
}
|
|
7469
7476
|
@container client-libraries-content (width < 400px) {
|
|
7470
7477
|
.client-libraries__select {
|
|
7471
|
-
&[data-v-
|
|
7478
|
+
&[data-v-783c0ba4] {
|
|
7472
7479
|
width: fit-content;
|
|
7473
7480
|
}
|
|
7474
|
-
.client-libraries-icon__more + span[data-v-
|
|
7481
|
+
.client-libraries-icon__more + span[data-v-783c0ba4] {
|
|
7475
7482
|
display: none;
|
|
7476
7483
|
}
|
|
7477
7484
|
}
|
|
7478
7485
|
}
|
|
7479
7486
|
@container client-libraries-content (width < 380px) {
|
|
7480
|
-
.client-libraries[data-v-
|
|
7487
|
+
.client-libraries[data-v-783c0ba4] {
|
|
7481
7488
|
width: 100%;
|
|
7482
7489
|
}
|
|
7483
|
-
.client-libraries span[data-v-
|
|
7490
|
+
.client-libraries span[data-v-783c0ba4] {
|
|
7484
7491
|
display: none;
|
|
7485
7492
|
}
|
|
7486
7493
|
}
|
|
7487
|
-
.client-libraries__active[data-v-
|
|
7494
|
+
.client-libraries__active[data-v-783c0ba4] {
|
|
7488
7495
|
color: var(--scalar-color-1);
|
|
7489
7496
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
7490
7497
|
}
|
|
7491
|
-
@keyframes codeloader-
|
|
7498
|
+
@keyframes codeloader-783c0ba4 {
|
|
7492
7499
|
0% {
|
|
7493
7500
|
transform: rotate(0deg);
|
|
7494
7501
|
}
|
|
@@ -7496,22 +7503,22 @@ to {
|
|
|
7496
7503
|
transform: rotate(1turn);
|
|
7497
7504
|
}
|
|
7498
7505
|
}
|
|
7499
|
-
.client-libraries .client-libraries-text[data-v-
|
|
7506
|
+
.client-libraries .client-libraries-text[data-v-783c0ba4] {
|
|
7500
7507
|
font-size: var(--scalar-small);
|
|
7501
7508
|
position: relative;
|
|
7502
7509
|
display: flex;
|
|
7503
7510
|
align-items: center;
|
|
7504
7511
|
}
|
|
7505
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
7512
|
+
.client-libraries__active .client-libraries-text[data-v-783c0ba4] {
|
|
7506
7513
|
color: var(--scalar-color-1);
|
|
7507
7514
|
font-weight: var(--scalar-semibold);
|
|
7508
7515
|
}
|
|
7509
7516
|
@media screen and (max-width: 600px) {
|
|
7510
|
-
.references-classic .client-libraries[data-v-
|
|
7517
|
+
.references-classic .client-libraries[data-v-783c0ba4] {
|
|
7511
7518
|
flex-direction: column;
|
|
7512
7519
|
}
|
|
7513
7520
|
}
|
|
7514
|
-
.selected-client[data-v-
|
|
7521
|
+
.selected-client[data-v-d02a9cbe] {
|
|
7515
7522
|
color: var(--scalar-color-1);
|
|
7516
7523
|
font-size: var(--scalar-small);
|
|
7517
7524
|
font-family: var(--scalar-font-code);
|
|
@@ -7526,7 +7533,7 @@ to {
|
|
|
7526
7533
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7527
7534
|
min-height: fit-content;
|
|
7528
7535
|
}
|
|
7529
|
-
.client-libraries-heading[data-v-
|
|
7536
|
+
.client-libraries-heading[data-v-d02a9cbe] {
|
|
7530
7537
|
font-size: var(--scalar-small);
|
|
7531
7538
|
font-weight: var(--scalar-font-medium);
|
|
7532
7539
|
color: var(--scalar-color-1);
|
|
@@ -7572,12 +7579,12 @@ to {
|
|
|
7572
7579
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
7573
7580
|
@layer properties {
|
|
7574
7581
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
7575
|
-
[data-v-
|
|
7582
|
+
[data-v-deac5eaa],[data-v-deac5eaa]:before,[data-v-deac5eaa]:after,[data-v-deac5eaa]::backdrop {
|
|
7576
7583
|
--tw-outline-style: solid;
|
|
7577
7584
|
}
|
|
7578
7585
|
}
|
|
7579
7586
|
}
|
|
7580
|
-
.download-container[data-v-
|
|
7587
|
+
.download-container[data-v-deac5eaa] {
|
|
7581
7588
|
z-index: 1;
|
|
7582
7589
|
flex-direction: column;
|
|
7583
7590
|
gap: 16px;
|
|
@@ -7586,7 +7593,7 @@ to {
|
|
|
7586
7593
|
display: flex;
|
|
7587
7594
|
position: relative;
|
|
7588
7595
|
}
|
|
7589
|
-
.download-container[data-v-
|
|
7596
|
+
.download-container[data-v-deac5eaa]:has(:focus-visible):before, .download-container.download-both[data-v-deac5eaa]:hover:before {
|
|
7590
7597
|
content: "";
|
|
7591
7598
|
border-radius: var(--scalar-radius-lg);
|
|
7592
7599
|
width: calc(100% + 24px);
|
|
@@ -7598,7 +7605,7 @@ to {
|
|
|
7598
7605
|
top: -11px;
|
|
7599
7606
|
left: -12px;
|
|
7600
7607
|
}
|
|
7601
|
-
.download-button[data-v-
|
|
7608
|
+
.download-button[data-v-deac5eaa] {
|
|
7602
7609
|
color: var(--scalar-link-color);
|
|
7603
7610
|
cursor: pointer;
|
|
7604
7611
|
outline: none;
|
|
@@ -7611,7 +7618,7 @@ to {
|
|
|
7611
7618
|
position: relative;
|
|
7612
7619
|
white-space: nowrap !important;
|
|
7613
7620
|
}
|
|
7614
|
-
.download-button[data-v-
|
|
7621
|
+
.download-button[data-v-deac5eaa]:before {
|
|
7615
7622
|
border-radius: var(--scalar-radius);
|
|
7616
7623
|
content: "";
|
|
7617
7624
|
width: calc(100% + 18px);
|
|
@@ -7620,20 +7627,20 @@ to {
|
|
|
7620
7627
|
top: -8px;
|
|
7621
7628
|
left: -9px;
|
|
7622
7629
|
}
|
|
7623
|
-
.download-button[data-v-
|
|
7630
|
+
.download-button[data-v-deac5eaa]:last-of-type:before {
|
|
7624
7631
|
width: calc(100% + 15px);
|
|
7625
7632
|
}
|
|
7626
|
-
.download-button[data-v-
|
|
7633
|
+
.download-button[data-v-deac5eaa]:hover:before {
|
|
7627
7634
|
background: var(--scalar-background-2);
|
|
7628
7635
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7629
7636
|
}
|
|
7630
|
-
.download-button[data-v-
|
|
7637
|
+
.download-button[data-v-deac5eaa]:focus-visible:before {
|
|
7631
7638
|
background: var(--scalar-background-2);
|
|
7632
7639
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
7633
7640
|
outline-style: var(--tw-outline-style);
|
|
7634
7641
|
outline-width: 1px;
|
|
7635
7642
|
}
|
|
7636
|
-
.download-button span[data-v-
|
|
7643
|
+
.download-button span[data-v-deac5eaa] {
|
|
7637
7644
|
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7638
7645
|
--font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
|
|
7639
7646
|
-webkit-text-decoration: var(--scalar-text-decoration);
|
|
@@ -7648,20 +7655,20 @@ to {
|
|
|
7648
7655
|
text-decoration-color: var(--font-color);
|
|
7649
7656
|
}
|
|
7650
7657
|
@supports (color: color-mix(in lab, red, red)) {
|
|
7651
|
-
.download-button span[data-v-
|
|
7658
|
+
.download-button span[data-v-deac5eaa] {
|
|
7652
7659
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7653
7660
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7654
7661
|
text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7655
7662
|
}
|
|
7656
7663
|
}
|
|
7657
|
-
.download-button span[data-v-
|
|
7664
|
+
.download-button span[data-v-deac5eaa] {
|
|
7658
7665
|
z-index: 1;
|
|
7659
7666
|
align-items: center;
|
|
7660
7667
|
gap: 6px;
|
|
7661
7668
|
line-height: 1.625;
|
|
7662
7669
|
display: flex;
|
|
7663
7670
|
}
|
|
7664
|
-
.download-button:hover span[data-v-
|
|
7671
|
+
.download-button:hover span[data-v-deac5eaa] {
|
|
7665
7672
|
-webkit-text-decoration-color: var(--scalar-color-1, currentColor);
|
|
7666
7673
|
-webkit-text-decoration-color: var(--scalar-color-1, currentColor);
|
|
7667
7674
|
text-decoration-color: var(--scalar-color-1, currentColor);
|
|
@@ -7671,7 +7678,7 @@ to {
|
|
|
7671
7678
|
-webkit-text-decoration: var(--scalar-text-decoration-hover);
|
|
7672
7679
|
text-decoration: var(--scalar-text-decoration-hover);
|
|
7673
7680
|
}
|
|
7674
|
-
.download-button[data-v-
|
|
7681
|
+
.download-button[data-v-deac5eaa]:nth-of-type(2) {
|
|
7675
7682
|
clip-path: inset(50%);
|
|
7676
7683
|
white-space: nowrap;
|
|
7677
7684
|
border-width: 0;
|
|
@@ -7682,7 +7689,7 @@ to {
|
|
|
7682
7689
|
position: absolute;
|
|
7683
7690
|
overflow: hidden;
|
|
7684
7691
|
}
|
|
7685
|
-
.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) {
|
|
7686
7693
|
clip-path: none;
|
|
7687
7694
|
white-space: normal;
|
|
7688
7695
|
width: auto;
|
|
@@ -7693,15 +7700,15 @@ to {
|
|
|
7693
7700
|
top: 42px;
|
|
7694
7701
|
overflow: visible;
|
|
7695
7702
|
}
|
|
7696
|
-
.extension[data-v-
|
|
7703
|
+
.extension[data-v-deac5eaa] {
|
|
7697
7704
|
z-index: 1;
|
|
7698
7705
|
background: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7699
7706
|
color: var(--scalar-background-1);
|
|
7700
7707
|
}
|
|
7701
|
-
.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] {
|
|
7702
7709
|
opacity: 1;
|
|
7703
7710
|
}
|
|
7704
|
-
.download-link[data-v-
|
|
7711
|
+
.download-link[data-v-deac5eaa] {
|
|
7705
7712
|
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7706
7713
|
--font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
|
|
7707
7714
|
-webkit-text-decoration: var(--scalar-text-decoration);
|
|
@@ -7716,13 +7723,13 @@ to {
|
|
|
7716
7723
|
text-decoration-color: var(--font-color);
|
|
7717
7724
|
}
|
|
7718
7725
|
@supports (color: color-mix(in lab, red, red)) {
|
|
7719
|
-
.download-link[data-v-
|
|
7726
|
+
.download-link[data-v-deac5eaa] {
|
|
7720
7727
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7721
7728
|
-webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7722
7729
|
text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
|
|
7723
7730
|
}
|
|
7724
7731
|
}
|
|
7725
|
-
.download-link[data-v-
|
|
7732
|
+
.download-link[data-v-deac5eaa]:hover {
|
|
7726
7733
|
--font-color: var(--scalar-link-color, var(--scalar-color-accent));
|
|
7727
7734
|
-webkit-text-decoration-color: var(--font-color);
|
|
7728
7735
|
-webkit-text-decoration-color: var(--font-color);
|
|
@@ -7903,7 +7910,7 @@ to {
|
|
|
7903
7910
|
.section-header-label[data-v-f1ac6c38] {
|
|
7904
7911
|
display: inline;
|
|
7905
7912
|
}
|
|
7906
|
-
.sticky-cards[data-v-
|
|
7913
|
+
.sticky-cards[data-v-d6744cde] {
|
|
7907
7914
|
display: flex;
|
|
7908
7915
|
flex-direction: column;
|
|
7909
7916
|
position: sticky;
|
|
@@ -7955,7 +7962,7 @@ to {
|
|
|
7955
7962
|
color: var(--scalar-color-1);
|
|
7956
7963
|
}
|
|
7957
7964
|
/* One panel holds the Markdown installation instructions */
|
|
7958
|
-
.selected-client[data-v-
|
|
7965
|
+
.selected-client[data-v-9cbb007b] {
|
|
7959
7966
|
display: flex;
|
|
7960
7967
|
flex-direction: column;
|
|
7961
7968
|
gap: 9px;
|
|
@@ -7968,7 +7975,7 @@ to {
|
|
|
7968
7975
|
border-bottom-left-radius: var(--scalar-radius-xl);
|
|
7969
7976
|
border-bottom-right-radius: var(--scalar-radius-xl);
|
|
7970
7977
|
}
|
|
7971
|
-
.client-libraries-heading[data-v-
|
|
7978
|
+
.client-libraries-heading[data-v-9cbb007b] {
|
|
7972
7979
|
font-size: var(--scalar-small);
|
|
7973
7980
|
font-weight: var(--scalar-font-medium);
|
|
7974
7981
|
color: var(--scalar-color-1);
|
|
@@ -7981,7 +7988,7 @@ to {
|
|
|
7981
7988
|
border-top-left-radius: var(--scalar-radius-xl);
|
|
7982
7989
|
border-top-right-radius: var(--scalar-radius-xl);
|
|
7983
7990
|
}
|
|
7984
|
-
.client-libraries-content[data-v-
|
|
7991
|
+
.client-libraries-content[data-v-9cbb007b] {
|
|
7985
7992
|
position: relative;
|
|
7986
7993
|
/*
|
|
7987
7994
|
* Scroll horizontally rather than clip: before JS measures the tab widths
|
|
@@ -7999,15 +8006,15 @@ to {
|
|
|
7999
8006
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8000
8007
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8001
8008
|
}
|
|
8002
|
-
.client-libraries-content[data-v-
|
|
8009
|
+
.client-libraries-content[data-v-9cbb007b]::-webkit-scrollbar {
|
|
8003
8010
|
display: none;
|
|
8004
8011
|
}
|
|
8005
|
-
.client-libraries-row[data-v-
|
|
8012
|
+
.client-libraries-row[data-v-9cbb007b] {
|
|
8006
8013
|
display: flex;
|
|
8007
8014
|
justify-content: flex-start;
|
|
8008
8015
|
}
|
|
8009
8016
|
/* Zero-size clip so the measure row never adds to the scrollable width */
|
|
8010
|
-
.client-libraries-measure-clip[data-v-
|
|
8017
|
+
.client-libraries-measure-clip[data-v-9cbb007b] {
|
|
8011
8018
|
position: absolute;
|
|
8012
8019
|
top: 0;
|
|
8013
8020
|
left: 0;
|
|
@@ -8016,12 +8023,12 @@ to {
|
|
|
8016
8023
|
overflow: hidden;
|
|
8017
8024
|
}
|
|
8018
8025
|
/* Off-screen row used only to measure natural tab widths */
|
|
8019
|
-
.client-libraries-row--measure[data-v-
|
|
8026
|
+
.client-libraries-row--measure[data-v-9cbb007b] {
|
|
8020
8027
|
width: max-content;
|
|
8021
8028
|
visibility: hidden;
|
|
8022
8029
|
pointer-events: none;
|
|
8023
8030
|
}
|
|
8024
|
-
.client-libraries[data-v-
|
|
8031
|
+
.client-libraries[data-v-9cbb007b] {
|
|
8025
8032
|
display: flex;
|
|
8026
8033
|
align-items: center;
|
|
8027
8034
|
justify-content: center;
|
|
@@ -8037,7 +8044,7 @@ to {
|
|
|
8037
8044
|
background: transparent;
|
|
8038
8045
|
user-select: none;
|
|
8039
8046
|
}
|
|
8040
|
-
.client-libraries[data-v-
|
|
8047
|
+
.client-libraries[data-v-9cbb007b]:not(.client-libraries__active):hover:before {
|
|
8041
8048
|
content: '';
|
|
8042
8049
|
position: absolute;
|
|
8043
8050
|
width: calc(100% - 4px);
|
|
@@ -8048,22 +8055,22 @@ to {
|
|
|
8048
8055
|
z-index: 0;
|
|
8049
8056
|
border-radius: var(--scalar-radius);
|
|
8050
8057
|
}
|
|
8051
|
-
.client-libraries[data-v-
|
|
8058
|
+
.client-libraries[data-v-9cbb007b]:active {
|
|
8052
8059
|
color: var(--scalar-color-1);
|
|
8053
8060
|
}
|
|
8054
|
-
.client-libraries[data-v-
|
|
8061
|
+
.client-libraries[data-v-9cbb007b]:focus-visible {
|
|
8055
8062
|
outline: none;
|
|
8056
8063
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
8057
8064
|
}
|
|
8058
|
-
.client-libraries__active[data-v-
|
|
8065
|
+
.client-libraries__active[data-v-9cbb007b] {
|
|
8059
8066
|
color: var(--scalar-color-1);
|
|
8060
8067
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
8061
8068
|
}
|
|
8062
8069
|
/* Always pin the "More" dropdown to the right edge */
|
|
8063
|
-
.client-libraries-more[data-v-
|
|
8070
|
+
.client-libraries-more[data-v-9cbb007b] {
|
|
8064
8071
|
margin-left: auto;
|
|
8065
8072
|
}
|
|
8066
|
-
.client-libraries-icon[data-v-
|
|
8073
|
+
.client-libraries-icon[data-v-9cbb007b] {
|
|
8067
8074
|
max-width: 14px;
|
|
8068
8075
|
max-height: 14px;
|
|
8069
8076
|
min-width: 14px;
|
|
@@ -8076,13 +8083,13 @@ to {
|
|
|
8076
8083
|
box-sizing: border-box;
|
|
8077
8084
|
color: currentColor;
|
|
8078
8085
|
}
|
|
8079
|
-
.client-libraries .client-libraries-text[data-v-
|
|
8086
|
+
.client-libraries .client-libraries-text[data-v-9cbb007b] {
|
|
8080
8087
|
font-size: var(--scalar-small);
|
|
8081
8088
|
position: relative;
|
|
8082
8089
|
display: flex;
|
|
8083
8090
|
align-items: center;
|
|
8084
8091
|
}
|
|
8085
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
8092
|
+
.client-libraries__active .client-libraries-text[data-v-9cbb007b] {
|
|
8086
8093
|
color: var(--scalar-color-1);
|
|
8087
8094
|
font-weight: var(--scalar-semibold);
|
|
8088
8095
|
}
|
|
@@ -8096,23 +8103,23 @@ to {
|
|
|
8096
8103
|
clip: rect(0, 0, 0, 0);
|
|
8097
8104
|
border: 0;
|
|
8098
8105
|
}
|
|
8099
|
-
.async-api-labels[data-v-
|
|
8106
|
+
.async-api-labels[data-v-6f21951e] {
|
|
8100
8107
|
display: flex;
|
|
8101
8108
|
flex-wrap: wrap;
|
|
8102
8109
|
align-items: center;
|
|
8103
8110
|
gap: 6px;
|
|
8104
8111
|
}
|
|
8105
8112
|
/* Protocols read as identifiers, so render them uppercase to set them apart from server names. */
|
|
8106
|
-
.async-api-label--protocol[data-v-
|
|
8113
|
+
.async-api-label--protocol[data-v-6f21951e] {
|
|
8107
8114
|
text-transform: uppercase;
|
|
8108
8115
|
letter-spacing: 0.05em;
|
|
8109
8116
|
}
|
|
8110
8117
|
/* Style the "icon" */
|
|
8111
|
-
.schema-type-icon[data-v-
|
|
8118
|
+
.schema-type-icon[data-v-e2018ca6] {
|
|
8112
8119
|
color: var(--scalar-color-1);
|
|
8113
8120
|
display: none;
|
|
8114
8121
|
}
|
|
8115
|
-
.schema-type[data-v-
|
|
8122
|
+
.schema-type[data-v-e2018ca6] {
|
|
8116
8123
|
font-family: var(--scalar-font-code);
|
|
8117
8124
|
color: var(--scalar-color-1);
|
|
8118
8125
|
}
|
|
@@ -8175,41 +8182,41 @@ to {
|
|
|
8175
8182
|
.property-enum-value-description[data-v-4375ecfd] {
|
|
8176
8183
|
color: var(--scalar-color-3);
|
|
8177
8184
|
}
|
|
8178
|
-
.property-heading:empty + .property-description[data-v-
|
|
8179
|
-
.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 {
|
|
8180
8187
|
margin-top: 0;
|
|
8181
8188
|
}
|
|
8182
|
-
.property-list[data-v-
|
|
8189
|
+
.property-list[data-v-bf1bfd02] {
|
|
8183
8190
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8184
8191
|
border-radius: var(--scalar-radius);
|
|
8185
8192
|
margin-top: 10px;
|
|
8186
8193
|
}
|
|
8187
|
-
.property-list .property[data-v-
|
|
8194
|
+
.property-list .property[data-v-bf1bfd02]:last-of-type {
|
|
8188
8195
|
padding-bottom: 10px;
|
|
8189
8196
|
}
|
|
8190
|
-
.property-enum-values[data-v-
|
|
8197
|
+
.property-enum-values[data-v-bf1bfd02] {
|
|
8191
8198
|
font-size: var(--scalar-font-size-3);
|
|
8192
8199
|
list-style: none;
|
|
8193
8200
|
margin-top: 8px;
|
|
8194
8201
|
padding-left: 2px;
|
|
8195
8202
|
}
|
|
8196
|
-
.enum-toggle-button[data-v-
|
|
8203
|
+
.enum-toggle-button[data-v-bf1bfd02]:hover {
|
|
8197
8204
|
color: var(--scalar-color-1);
|
|
8198
8205
|
}
|
|
8199
|
-
.property-enum-property-names[data-v-
|
|
8206
|
+
.property-enum-property-names[data-v-bf1bfd02] {
|
|
8200
8207
|
font-size: var(--scalar-font-size-4);
|
|
8201
8208
|
color: var(--scalar-color-2);
|
|
8202
8209
|
display: inline-block;
|
|
8203
8210
|
padding: 0 2px;
|
|
8204
8211
|
margin-top: 8px;
|
|
8205
8212
|
}
|
|
8206
|
-
.property-default[data-v-
|
|
8213
|
+
.property-default[data-v-cc878a44] {
|
|
8207
8214
|
display: flex;
|
|
8208
8215
|
flex-direction: column;
|
|
8209
8216
|
font-size: var(--scalar-mini);
|
|
8210
8217
|
position: relative;
|
|
8211
8218
|
}
|
|
8212
|
-
.property-default[data-v-
|
|
8219
|
+
.property-default[data-v-cc878a44]:hover:before {
|
|
8213
8220
|
content: '';
|
|
8214
8221
|
position: absolute;
|
|
8215
8222
|
top: 0;
|
|
@@ -8218,15 +8225,15 @@ to {
|
|
|
8218
8225
|
height: 20px;
|
|
8219
8226
|
border-radius: var(--scalar-radius);
|
|
8220
8227
|
}
|
|
8221
|
-
.property-default:hover .property-default-label span[data-v-
|
|
8228
|
+
.property-default:hover .property-default-label span[data-v-cc878a44] {
|
|
8222
8229
|
color: var(--scalar-color-1);
|
|
8223
8230
|
}
|
|
8224
|
-
.property-default-label span[data-v-
|
|
8231
|
+
.property-default-label span[data-v-cc878a44] {
|
|
8225
8232
|
color: var(--scalar-color-3);
|
|
8226
8233
|
position: relative;
|
|
8227
8234
|
border-bottom: var(--scalar-border-width) dotted currentColor;
|
|
8228
8235
|
}
|
|
8229
|
-
.property-default-value[data-v-
|
|
8236
|
+
.property-default-value[data-v-cc878a44] {
|
|
8230
8237
|
font-family: var(--scalar-font-code);
|
|
8231
8238
|
display: flex;
|
|
8232
8239
|
gap: 8px;
|
|
@@ -8234,24 +8241,24 @@ to {
|
|
|
8234
8241
|
width: 100%;
|
|
8235
8242
|
padding: 6px;
|
|
8236
8243
|
}
|
|
8237
|
-
.property-default-value span[data-v-
|
|
8244
|
+
.property-default-value span[data-v-cc878a44] {
|
|
8238
8245
|
display: block;
|
|
8239
8246
|
overflow: hidden;
|
|
8240
8247
|
text-overflow: ellipsis;
|
|
8241
8248
|
white-space: nowrap;
|
|
8242
8249
|
}
|
|
8243
|
-
.property-default-value[data-v-
|
|
8250
|
+
.property-default-value[data-v-cc878a44] svg {
|
|
8244
8251
|
color: var(--scalar-color-3);
|
|
8245
8252
|
}
|
|
8246
|
-
.property-default-value[data-v-
|
|
8253
|
+
.property-default-value[data-v-cc878a44]:hover svg {
|
|
8247
8254
|
color: var(--scalar-color-1);
|
|
8248
8255
|
}
|
|
8249
|
-
.property-default-value[data-v-
|
|
8256
|
+
.property-default-value[data-v-cc878a44] {
|
|
8250
8257
|
background: var(--scalar-background-2);
|
|
8251
8258
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8252
8259
|
border-radius: var(--scalar-radius);
|
|
8253
8260
|
}
|
|
8254
|
-
.property-default-value-list[data-v-
|
|
8261
|
+
.property-default-value-list[data-v-cc878a44] {
|
|
8255
8262
|
position: absolute;
|
|
8256
8263
|
top: 18px;
|
|
8257
8264
|
left: 50%;
|
|
@@ -8269,8 +8276,8 @@ to {
|
|
|
8269
8276
|
display: none;
|
|
8270
8277
|
z-index: 2;
|
|
8271
8278
|
}
|
|
8272
|
-
.property-default:hover .property-default-value-list[data-v-
|
|
8273
|
-
.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] {
|
|
8274
8281
|
display: flex;
|
|
8275
8282
|
}
|
|
8276
8283
|
.property-detail[data-v-1295f965] {
|
|
@@ -8306,13 +8313,13 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8306
8313
|
border-radius: var(--scalar-radius);
|
|
8307
8314
|
}
|
|
8308
8315
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
8309
|
-
.property-example[data-v-
|
|
8316
|
+
.property-example[data-v-370db0bd] {
|
|
8310
8317
|
font-size: var(--scalar-mini);
|
|
8311
8318
|
flex-direction: column;
|
|
8312
8319
|
display: flex;
|
|
8313
8320
|
position: relative;
|
|
8314
8321
|
}
|
|
8315
|
-
.property-example[data-v-
|
|
8322
|
+
.property-example[data-v-370db0bd]:hover:before {
|
|
8316
8323
|
content: "";
|
|
8317
8324
|
border-radius: var(--scalar-radius);
|
|
8318
8325
|
width: 100%;
|
|
@@ -8321,7 +8328,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8321
8328
|
top: 0;
|
|
8322
8329
|
left: 0;
|
|
8323
8330
|
}
|
|
8324
|
-
.property-example-value[data-v-
|
|
8331
|
+
.property-example-value[data-v-370db0bd] {
|
|
8325
8332
|
font-family: var(--scalar-font-code);
|
|
8326
8333
|
align-items: center;
|
|
8327
8334
|
gap: 8px;
|
|
@@ -8329,24 +8336,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8329
8336
|
padding: 6px;
|
|
8330
8337
|
display: flex;
|
|
8331
8338
|
}
|
|
8332
|
-
.property-example-value span[data-v-
|
|
8339
|
+
.property-example-value span[data-v-370db0bd] {
|
|
8333
8340
|
text-overflow: ellipsis;
|
|
8334
8341
|
white-space: nowrap;
|
|
8335
8342
|
display: block;
|
|
8336
8343
|
overflow: hidden;
|
|
8337
8344
|
}
|
|
8338
|
-
.property-example-value[data-v-
|
|
8345
|
+
.property-example-value[data-v-370db0bd] svg {
|
|
8339
8346
|
color: var(--scalar-color-3);
|
|
8340
8347
|
}
|
|
8341
|
-
.property-example-value[data-v-
|
|
8348
|
+
.property-example-value[data-v-370db0bd]:hover svg {
|
|
8342
8349
|
color: var(--scalar-color-1);
|
|
8343
8350
|
}
|
|
8344
|
-
.property-example-value[data-v-
|
|
8351
|
+
.property-example-value[data-v-370db0bd] {
|
|
8345
8352
|
background: var(--scalar-background-2);
|
|
8346
8353
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8347
8354
|
border-radius: var(--scalar-radius);
|
|
8348
8355
|
}
|
|
8349
|
-
.property-example-value-list[data-v-
|
|
8356
|
+
.property-example-value-list[data-v-370db0bd] {
|
|
8350
8357
|
background-color: var(--scalar-background-1);
|
|
8351
8358
|
box-shadow: var(--scalar-shadow-1);
|
|
8352
8359
|
border-radius: var(--scalar-radius-lg);
|
|
@@ -8364,30 +8371,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8364
8371
|
overflow: auto;
|
|
8365
8372
|
transform: translate3d(-50%, 0, 0);
|
|
8366
8373
|
}
|
|
8367
|
-
.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] {
|
|
8368
8375
|
display: flex;
|
|
8369
8376
|
}
|
|
8370
|
-
.property-heading[data-v-
|
|
8377
|
+
.property-heading[data-v-18714eaa] {
|
|
8371
8378
|
display: flex;
|
|
8372
8379
|
flex-wrap: wrap;
|
|
8373
8380
|
align-items: baseline;
|
|
8374
8381
|
row-gap: 9px;
|
|
8375
8382
|
white-space: nowrap;
|
|
8376
8383
|
}
|
|
8377
|
-
.property-heading[data-v-
|
|
8378
|
-
.property-heading[data-v-
|
|
8384
|
+
.property-heading[data-v-18714eaa]:has(+ .children),
|
|
8385
|
+
.property-heading[data-v-18714eaa]:has(+ .property-rule) {
|
|
8379
8386
|
margin-bottom: 9px;
|
|
8380
8387
|
}
|
|
8381
|
-
.property-heading[data-v-
|
|
8388
|
+
.property-heading[data-v-18714eaa] > * {
|
|
8382
8389
|
margin-right: 9px;
|
|
8383
8390
|
}
|
|
8384
|
-
.property-heading[data-v-
|
|
8391
|
+
.property-heading[data-v-18714eaa]:last-child {
|
|
8385
8392
|
margin-right: 0;
|
|
8386
8393
|
}
|
|
8387
|
-
.property-heading > .property-detail[data-v-
|
|
8394
|
+
.property-heading > .property-detail[data-v-18714eaa]:not(:last-of-type) {
|
|
8388
8395
|
margin-right: 0;
|
|
8389
8396
|
}
|
|
8390
|
-
.property-name[data-v-
|
|
8397
|
+
.property-name[data-v-18714eaa] {
|
|
8391
8398
|
max-width: 100%;
|
|
8392
8399
|
font-family: var(--scalar-font-code);
|
|
8393
8400
|
font-weight: var(--scalar-bold);
|
|
@@ -8395,30 +8402,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8395
8402
|
white-space: normal;
|
|
8396
8403
|
overflow-wrap: break-word;
|
|
8397
8404
|
}
|
|
8398
|
-
.property-additional[data-v-
|
|
8405
|
+
.property-additional[data-v-18714eaa] {
|
|
8399
8406
|
font-family: var(--scalar-font-code);
|
|
8400
8407
|
}
|
|
8401
|
-
.property-required[data-v-
|
|
8402
|
-
.property-optional[data-v-
|
|
8408
|
+
.property-required[data-v-18714eaa],
|
|
8409
|
+
.property-optional[data-v-18714eaa] {
|
|
8403
8410
|
color: var(--scalar-color-2);
|
|
8404
8411
|
}
|
|
8405
|
-
.property-required[data-v-
|
|
8412
|
+
.property-required[data-v-18714eaa] {
|
|
8406
8413
|
font-size: var(--scalar-mini);
|
|
8407
8414
|
color: var(--scalar-color-orange);
|
|
8408
8415
|
}
|
|
8409
|
-
.property-read-only[data-v-
|
|
8416
|
+
.property-read-only[data-v-18714eaa] {
|
|
8410
8417
|
font-size: var(--scalar-mini);
|
|
8411
8418
|
color: var(--scalar-color-blue);
|
|
8412
8419
|
}
|
|
8413
|
-
.property-write-only[data-v-
|
|
8420
|
+
.property-write-only[data-v-18714eaa] {
|
|
8414
8421
|
font-size: var(--scalar-mini);
|
|
8415
8422
|
color: var(--scalar-color-green);
|
|
8416
8423
|
}
|
|
8417
|
-
.property-discriminator[data-v-
|
|
8424
|
+
.property-discriminator[data-v-18714eaa] {
|
|
8418
8425
|
font-size: var(--scalar-mini);
|
|
8419
8426
|
color: var(--scalar-color-purple);
|
|
8420
8427
|
}
|
|
8421
|
-
.property-detail[data-v-
|
|
8428
|
+
.property-detail[data-v-18714eaa] {
|
|
8422
8429
|
font-size: var(--scalar-mini);
|
|
8423
8430
|
color: var(--scalar-color-2);
|
|
8424
8431
|
display: flex;
|
|
@@ -8426,13 +8433,13 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8426
8433
|
|
|
8427
8434
|
min-width: 0;
|
|
8428
8435
|
}
|
|
8429
|
-
.property-const[data-v-
|
|
8436
|
+
.property-const[data-v-18714eaa] {
|
|
8430
8437
|
color: var(--scalar-color-1);
|
|
8431
8438
|
}
|
|
8432
|
-
.deprecated[data-v-
|
|
8439
|
+
.deprecated[data-v-18714eaa] {
|
|
8433
8440
|
text-decoration: line-through;
|
|
8434
8441
|
}
|
|
8435
|
-
.property[data-v-
|
|
8442
|
+
.property[data-v-f14a8d89] {
|
|
8436
8443
|
color: var(--scalar-color-1);
|
|
8437
8444
|
display: flex;
|
|
8438
8445
|
flex-direction: column;
|
|
@@ -8441,7 +8448,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8441
8448
|
position: relative;
|
|
8442
8449
|
}
|
|
8443
8450
|
/** Remove top padding for top level schema card */
|
|
8444
|
-
.property.property--level-0[data-v-
|
|
8451
|
+
.property.property--level-0[data-v-f14a8d89]:has(
|
|
8445
8452
|
> .property-rule
|
|
8446
8453
|
> .schema-card
|
|
8447
8454
|
> .schema-properties.schema-properties-open
|
|
@@ -8450,24 +8457,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8450
8457
|
) {
|
|
8451
8458
|
padding-top: 0;
|
|
8452
8459
|
}
|
|
8453
|
-
.property--compact.property--level-0[data-v-
|
|
8454
|
-
.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] {
|
|
8455
8462
|
padding: 10px 0;
|
|
8456
8463
|
}
|
|
8457
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
8464
|
+
.composition-panel .property.property.property.property--level-0[data-v-f14a8d89] {
|
|
8458
8465
|
padding: 0px;
|
|
8459
8466
|
}
|
|
8460
8467
|
.property--compact.property--level-0
|
|
8461
8468
|
.composition-panel
|
|
8462
|
-
.property--compact.property--level-1[data-v-
|
|
8469
|
+
.property--compact.property--level-1[data-v-f14a8d89] {
|
|
8463
8470
|
padding: 8px;
|
|
8464
8471
|
}
|
|
8465
8472
|
/* if a property doesn't have a heading, remove the top padding */
|
|
8466
|
-
.property[data-v-
|
|
8473
|
+
.property[data-v-f14a8d89]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
8467
8474
|
padding-top: 8px;
|
|
8468
8475
|
padding-bottom: 8px;
|
|
8469
8476
|
}
|
|
8470
|
-
.property--deprecated[data-v-
|
|
8477
|
+
.property--deprecated[data-v-f14a8d89] {
|
|
8471
8478
|
background: repeating-linear-gradient(
|
|
8472
8479
|
-45deg,
|
|
8473
8480
|
var(--scalar-background-2) 0,
|
|
@@ -8477,49 +8484,49 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8477
8484
|
);
|
|
8478
8485
|
background-size: 100%;
|
|
8479
8486
|
}
|
|
8480
|
-
.property--deprecated[data-v-
|
|
8487
|
+
.property--deprecated[data-v-f14a8d89] > * {
|
|
8481
8488
|
opacity: 0.75;
|
|
8482
8489
|
}
|
|
8483
|
-
.property-description[data-v-
|
|
8490
|
+
.property-description[data-v-f14a8d89] {
|
|
8484
8491
|
margin-top: 6px;
|
|
8485
8492
|
line-height: 1.4;
|
|
8486
8493
|
font-size: var(--scalar-small);
|
|
8487
8494
|
}
|
|
8488
|
-
.property-description[data-v-
|
|
8495
|
+
.property-description[data-v-f14a8d89]:has(+ .property-rule) {
|
|
8489
8496
|
margin-bottom: 9px;
|
|
8490
8497
|
}
|
|
8491
|
-
[data-v-
|
|
8498
|
+
[data-v-f14a8d89] .property-description * {
|
|
8492
8499
|
color: var(--scalar-color-2) !important;
|
|
8493
8500
|
}
|
|
8494
|
-
.property[data-v-
|
|
8501
|
+
.property[data-v-f14a8d89]:not(:last-of-type) {
|
|
8495
8502
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8496
8503
|
}
|
|
8497
|
-
.property-description + .children[data-v-
|
|
8498
|
-
.children + .property-rule[data-v-
|
|
8504
|
+
.property-description + .children[data-v-f14a8d89],
|
|
8505
|
+
.children + .property-rule[data-v-f14a8d89] {
|
|
8499
8506
|
margin-top: 9px;
|
|
8500
8507
|
}
|
|
8501
|
-
.children[data-v-
|
|
8508
|
+
.children[data-v-f14a8d89] {
|
|
8502
8509
|
display: flex;
|
|
8503
8510
|
flex-direction: column;
|
|
8504
8511
|
}
|
|
8505
|
-
.children .property--compact.property--level-1[data-v-
|
|
8512
|
+
.children .property--compact.property--level-1[data-v-f14a8d89] {
|
|
8506
8513
|
padding: 12px;
|
|
8507
8514
|
}
|
|
8508
|
-
.property-example-value[data-v-
|
|
8515
|
+
.property-example-value[data-v-f14a8d89] {
|
|
8509
8516
|
all: unset;
|
|
8510
8517
|
font-family: var(--scalar-font-code);
|
|
8511
8518
|
padding: 6px;
|
|
8512
8519
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8513
8520
|
}
|
|
8514
|
-
.property-rule[data-v-
|
|
8521
|
+
.property-rule[data-v-f14a8d89] {
|
|
8515
8522
|
border-radius: var(--scalar-radius-lg);
|
|
8516
8523
|
display: flex;
|
|
8517
8524
|
flex-direction: column;
|
|
8518
8525
|
}
|
|
8519
|
-
.property--level-2[data-v-
|
|
8526
|
+
.property--level-2[data-v-f14a8d89] .relative > button {
|
|
8520
8527
|
left: -2rem;
|
|
8521
8528
|
}
|
|
8522
|
-
.property-rule[data-v-
|
|
8529
|
+
.property-rule[data-v-f14a8d89]
|
|
8523
8530
|
|
|
8524
8531
|
.composition-panel
|
|
8525
8532
|
.schema-card--level-1
|
|
@@ -8527,7 +8534,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8527
8534
|
{
|
|
8528
8535
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
8529
8536
|
}
|
|
8530
|
-
.property-rule[data-v-
|
|
8537
|
+
.property-rule[data-v-f14a8d89]
|
|
8531
8538
|
.composition-panel > .schema-card > .schema-card-description {
|
|
8532
8539
|
padding: 10px;
|
|
8533
8540
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -8536,29 +8543,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8536
8543
|
margin-top: 0;
|
|
8537
8544
|
}
|
|
8538
8545
|
}
|
|
8539
|
-
.property-example[data-v-
|
|
8546
|
+
.property-example[data-v-f14a8d89] {
|
|
8540
8547
|
background: transparent;
|
|
8541
8548
|
border: none;
|
|
8542
8549
|
display: flex;
|
|
8543
8550
|
flex-direction: row;
|
|
8544
8551
|
gap: 8px;
|
|
8545
8552
|
}
|
|
8546
|
-
.property-example-label[data-v-
|
|
8547
|
-
.property-example-value[data-v-
|
|
8553
|
+
.property-example-label[data-v-f14a8d89],
|
|
8554
|
+
.property-example-value[data-v-f14a8d89] {
|
|
8548
8555
|
padding: 3px 0 0 0;
|
|
8549
8556
|
}
|
|
8550
|
-
.property-example-value[data-v-
|
|
8557
|
+
.property-example-value[data-v-f14a8d89] {
|
|
8551
8558
|
background: var(--scalar-background-2);
|
|
8552
8559
|
border-top: 0;
|
|
8553
8560
|
border-radius: var(--scalar-radius);
|
|
8554
8561
|
padding: 3px 4px;
|
|
8555
8562
|
}
|
|
8556
|
-
.property-name[data-v-
|
|
8563
|
+
.property-name[data-v-f14a8d89] {
|
|
8557
8564
|
font-family: var(--scalar-font-code);
|
|
8558
8565
|
font-weight: var(--scalar-semibold);
|
|
8559
8566
|
}
|
|
8560
|
-
.property-name-additional-properties[data-v-
|
|
8561
|
-
.property-name-pattern-properties[data-v-
|
|
8567
|
+
.property-name-additional-properties[data-v-f14a8d89]::before,
|
|
8568
|
+
.property-name-pattern-properties[data-v-f14a8d89]::before {
|
|
8562
8569
|
text-transform: uppercase;
|
|
8563
8570
|
font-size: var(--scalar-micro);
|
|
8564
8571
|
display: inline-block;
|
|
@@ -8569,25 +8576,25 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8569
8576
|
background-color: var(--scalar-background-2);
|
|
8570
8577
|
margin-right: 4px;
|
|
8571
8578
|
}
|
|
8572
|
-
.property-name-pattern-properties[data-v-
|
|
8579
|
+
.property-name-pattern-properties[data-v-f14a8d89]::before {
|
|
8573
8580
|
content: 'regex';
|
|
8574
8581
|
}
|
|
8575
|
-
.property-name-additional-properties[data-v-
|
|
8576
|
-
.property-name-pattern-properties[data-v-
|
|
8582
|
+
.property-name-additional-properties[data-v-f14a8d89],
|
|
8583
|
+
.property-name-pattern-properties[data-v-f14a8d89] {
|
|
8577
8584
|
border: 1px dashed var(--scalar-border-color);
|
|
8578
8585
|
color: var(--scalar-color-accent);
|
|
8579
8586
|
display: inline-block;
|
|
8580
8587
|
padding: 2px;
|
|
8581
8588
|
border-radius: var(--scalar-radius);
|
|
8582
8589
|
}
|
|
8583
|
-
.error[data-v-
|
|
8590
|
+
.error[data-v-b482770e] {
|
|
8584
8591
|
background-color: var(--scalar-color-red);
|
|
8585
8592
|
}
|
|
8586
|
-
.schema-card[data-v-
|
|
8593
|
+
.schema-card[data-v-b482770e] {
|
|
8587
8594
|
font-size: var(--scalar-font-size-4);
|
|
8588
8595
|
color: var(--scalar-color-1);
|
|
8589
8596
|
}
|
|
8590
|
-
.schema-card-title[data-v-
|
|
8597
|
+
.schema-card-title[data-v-b482770e] {
|
|
8591
8598
|
height: var(--schema-title-height);
|
|
8592
8599
|
|
|
8593
8600
|
padding: 6px 8px;
|
|
@@ -8601,48 +8608,48 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
8601
8608
|
font-size: var(--scalar-mini);
|
|
8602
8609
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
8603
8610
|
}
|
|
8604
|
-
button.schema-card-title[data-v-
|
|
8611
|
+
button.schema-card-title[data-v-b482770e] {
|
|
8605
8612
|
cursor: pointer;
|
|
8606
8613
|
}
|
|
8607
|
-
button.schema-card-title[data-v-
|
|
8614
|
+
button.schema-card-title[data-v-b482770e]:hover {
|
|
8608
8615
|
color: var(--scalar-color-1);
|
|
8609
8616
|
}
|
|
8610
|
-
.schema-card-title-icon--open[data-v-
|
|
8617
|
+
.schema-card-title-icon--open[data-v-b482770e] {
|
|
8611
8618
|
transform: rotate(45deg);
|
|
8612
8619
|
}
|
|
8613
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
8620
|
+
.schema-properties-open > .schema-card-title[data-v-b482770e] {
|
|
8614
8621
|
border-bottom-left-radius: 0;
|
|
8615
8622
|
border-bottom-right-radius: 0;
|
|
8616
8623
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8617
8624
|
}
|
|
8618
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
8625
|
+
.schema-properties-open > .schema-properties[data-v-b482770e] {
|
|
8619
8626
|
width: fit-content;
|
|
8620
8627
|
}
|
|
8621
|
-
.schema-card-description[data-v-
|
|
8628
|
+
.schema-card-description[data-v-b482770e] {
|
|
8622
8629
|
color: var(--scalar-color-2);
|
|
8623
8630
|
}
|
|
8624
|
-
.schema-card-description + .schema-properties[data-v-
|
|
8631
|
+
.schema-card-description + .schema-properties[data-v-b482770e] {
|
|
8625
8632
|
width: fit-content;
|
|
8626
8633
|
}
|
|
8627
|
-
.schema-card-description + .schema-properties[data-v-
|
|
8634
|
+
.schema-card-description + .schema-properties[data-v-b482770e] {
|
|
8628
8635
|
margin-top: 8px;
|
|
8629
8636
|
}
|
|
8630
8637
|
.schema-card--level-0:nth-of-type(1)
|
|
8631
|
-
> .schema-card-description[data-v-
|
|
8638
|
+
> .schema-card-description[data-v-b482770e]:has(+ .schema-properties) {
|
|
8632
8639
|
margin-bottom: -8px;
|
|
8633
8640
|
padding-bottom: 8px;
|
|
8634
8641
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8635
8642
|
}
|
|
8636
8643
|
.schema-card--level-0
|
|
8637
8644
|
~ .schema-card--level-0
|
|
8638
|
-
> .schema-card-description[data-v-
|
|
8645
|
+
> .schema-card-description[data-v-b482770e]:has(+ .schema-properties) {
|
|
8639
8646
|
padding-top: 8px;
|
|
8640
8647
|
}
|
|
8641
|
-
.schema-properties-open.schema-properties[data-v-
|
|
8642
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
8648
|
+
.schema-properties-open.schema-properties[data-v-b482770e],
|
|
8649
|
+
.schema-properties-open > .schema-card--open[data-v-b482770e] {
|
|
8643
8650
|
width: 100%;
|
|
8644
8651
|
}
|
|
8645
|
-
.schema-properties[data-v-
|
|
8652
|
+
.schema-properties[data-v-b482770e] {
|
|
8646
8653
|
display: flex;
|
|
8647
8654
|
flex-direction: column;
|
|
8648
8655
|
|
|
@@ -8650,63 +8657,63 @@ button.schema-card-title[data-v-ec43bfbd]:hover {
|
|
|
8650
8657
|
border-radius: var(--scalar-radius-lg);
|
|
8651
8658
|
width: fit-content;
|
|
8652
8659
|
}
|
|
8653
|
-
.schema-properties-name[data-v-
|
|
8660
|
+
.schema-properties-name[data-v-b482770e] {
|
|
8654
8661
|
width: 100%;
|
|
8655
8662
|
}
|
|
8656
|
-
.schema-properties .schema-properties[data-v-
|
|
8663
|
+
.schema-properties .schema-properties[data-v-b482770e] {
|
|
8657
8664
|
border-radius: 13.5px;
|
|
8658
8665
|
}
|
|
8659
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
8666
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-b482770e] {
|
|
8660
8667
|
border-radius: var(--scalar-radius-lg);
|
|
8661
8668
|
}
|
|
8662
|
-
.schema-properties-open[data-v-
|
|
8669
|
+
.schema-properties-open[data-v-b482770e] {
|
|
8663
8670
|
width: 100%;
|
|
8664
8671
|
}
|
|
8665
|
-
.schema-card--compact[data-v-
|
|
8672
|
+
.schema-card--compact[data-v-b482770e] {
|
|
8666
8673
|
align-self: flex-start;
|
|
8667
8674
|
}
|
|
8668
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
8675
|
+
.schema-card--compact.schema-card--open[data-v-b482770e] {
|
|
8669
8676
|
align-self: initial;
|
|
8670
8677
|
}
|
|
8671
|
-
.schema-card-title--compact[data-v-
|
|
8678
|
+
.schema-card-title--compact[data-v-b482770e] {
|
|
8672
8679
|
color: var(--scalar-color-2);
|
|
8673
8680
|
padding: 6px 10px 6px 8px;
|
|
8674
8681
|
height: auto;
|
|
8675
8682
|
border-bottom: none;
|
|
8676
8683
|
}
|
|
8677
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
8684
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-b482770e] {
|
|
8678
8685
|
margin: 0;
|
|
8679
8686
|
}
|
|
8680
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
8687
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-b482770e] {
|
|
8681
8688
|
transform: rotate(45deg);
|
|
8682
8689
|
}
|
|
8683
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
8690
|
+
.schema-properties-open > .schema-card-title--compact[data-v-b482770e] {
|
|
8684
8691
|
position: static;
|
|
8685
8692
|
}
|
|
8686
8693
|
.property--level-0
|
|
8687
8694
|
> .schema-properties
|
|
8688
8695
|
> .schema-card--level-0
|
|
8689
|
-
> .schema-properties[data-v-
|
|
8696
|
+
> .schema-properties[data-v-b482770e] {
|
|
8690
8697
|
border: none;
|
|
8691
8698
|
}
|
|
8692
8699
|
.property--level-0
|
|
8693
8700
|
.schema-card--level-0:not(.schema-card--compact)
|
|
8694
|
-
.property--level-1[data-v-
|
|
8701
|
+
.property--level-1[data-v-b482770e] {
|
|
8695
8702
|
padding: 0 0 8px;
|
|
8696
8703
|
}
|
|
8697
8704
|
:not(.composition-panel)
|
|
8698
8705
|
> .schema-card--compact.schema-card--level-0
|
|
8699
|
-
> .schema-properties[data-v-
|
|
8706
|
+
> .schema-properties[data-v-b482770e] {
|
|
8700
8707
|
border: none;
|
|
8701
8708
|
}
|
|
8702
|
-
[data-v-
|
|
8709
|
+
[data-v-b482770e] .schema-card-description p {
|
|
8703
8710
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
8704
8711
|
color: var(--scalar-color-2);
|
|
8705
8712
|
margin-bottom: 0;
|
|
8706
8713
|
display: block;
|
|
8707
8714
|
margin-bottom: 6px;
|
|
8708
8715
|
}
|
|
8709
|
-
.children .schema-card-description[data-v-
|
|
8716
|
+
.children .schema-card-description[data-v-b482770e]:first-of-type {
|
|
8710
8717
|
padding-top: 0;
|
|
8711
8718
|
}
|
|
8712
8719
|
.section-wrapper[data-v-ff689b94] {
|
|
@@ -8911,7 +8918,7 @@ button.schema-card-title[data-v-ec43bfbd]:hover {
|
|
|
8911
8918
|
padding: calc(var(--refs-viewport-offset)) 24px 0 24px;
|
|
8912
8919
|
}
|
|
8913
8920
|
}
|
|
8914
|
-
.headers-card[data-v-
|
|
8921
|
+
.headers-card[data-v-b7ba0e6f] {
|
|
8915
8922
|
z-index: 0;
|
|
8916
8923
|
margin-top: 12px;
|
|
8917
8924
|
margin-bottom: 6px;
|
|
@@ -8921,10 +8928,10 @@ button.schema-card-title[data-v-ec43bfbd]:hover {
|
|
|
8921
8928
|
|
|
8922
8929
|
align-self: flex-start;
|
|
8923
8930
|
}
|
|
8924
|
-
.headers-card.headers-card--open[data-v-
|
|
8931
|
+
.headers-card.headers-card--open[data-v-b7ba0e6f] {
|
|
8925
8932
|
align-self: initial;
|
|
8926
8933
|
}
|
|
8927
|
-
.headers-card-title[data-v-
|
|
8934
|
+
.headers-card-title[data-v-b7ba0e6f] {
|
|
8928
8935
|
padding: 6px 10px;
|
|
8929
8936
|
|
|
8930
8937
|
display: flex;
|
|
@@ -8937,16 +8944,16 @@ button.schema-card-title[data-v-ec43bfbd]:hover {
|
|
|
8937
8944
|
|
|
8938
8945
|
border-radius: 13.5px;
|
|
8939
8946
|
}
|
|
8940
|
-
button.headers-card-title[data-v-
|
|
8947
|
+
button.headers-card-title[data-v-b7ba0e6f] {
|
|
8941
8948
|
cursor: pointer;
|
|
8942
8949
|
}
|
|
8943
|
-
button.headers-card-title[data-v-
|
|
8950
|
+
button.headers-card-title[data-v-b7ba0e6f]:hover {
|
|
8944
8951
|
color: var(--scalar-color-1);
|
|
8945
8952
|
}
|
|
8946
|
-
.headers-card-title-icon--open[data-v-
|
|
8953
|
+
.headers-card-title-icon--open[data-v-b7ba0e6f] {
|
|
8947
8954
|
transform: rotate(45deg);
|
|
8948
8955
|
}
|
|
8949
|
-
.headers-properties[data-v-
|
|
8956
|
+
.headers-properties[data-v-b7ba0e6f] {
|
|
8950
8957
|
display: flex;
|
|
8951
8958
|
flex-direction: column;
|
|
8952
8959
|
|
|
@@ -8955,24 +8962,24 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
8955
8962
|
border-radius: 13.5px;
|
|
8956
8963
|
width: fit-content;
|
|
8957
8964
|
}
|
|
8958
|
-
.headers-properties-open > .headers-card-title[data-v-
|
|
8965
|
+
.headers-properties-open > .headers-card-title[data-v-b7ba0e6f] {
|
|
8959
8966
|
border-bottom-left-radius: 0;
|
|
8960
8967
|
border-bottom-right-radius: 0;
|
|
8961
8968
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
8962
8969
|
}
|
|
8963
|
-
.headers-properties-open[data-v-
|
|
8970
|
+
.headers-properties-open[data-v-b7ba0e6f] {
|
|
8964
8971
|
border-radius: var(--scalar-radius-lg);
|
|
8965
8972
|
width: 100%;
|
|
8966
8973
|
}
|
|
8967
|
-
.headers-card .property[data-v-
|
|
8974
|
+
.headers-card .property[data-v-b7ba0e6f]:last-of-type {
|
|
8968
8975
|
padding-bottom: 10px;
|
|
8969
8976
|
}
|
|
8970
|
-
.headers-card-title > .headers-card-title-icon[data-v-
|
|
8977
|
+
.headers-card-title > .headers-card-title-icon[data-v-b7ba0e6f] {
|
|
8971
8978
|
width: 14px;
|
|
8972
8979
|
height: 14px;
|
|
8973
8980
|
margin: 0;
|
|
8974
8981
|
}
|
|
8975
|
-
.headers-card-title > .headers-card-title-icon--open[data-v-
|
|
8982
|
+
.headers-card-title > .headers-card-title-icon--open[data-v-b7ba0e6f] {
|
|
8976
8983
|
transform: rotate(45deg);
|
|
8977
8984
|
}
|
|
8978
8985
|
.parameter-item[data-v-94968dbd] {
|
|
@@ -9125,7 +9132,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9125
9132
|
margin-bottom: 10px;
|
|
9126
9133
|
scroll-margin-top: 140px;
|
|
9127
9134
|
}
|
|
9128
|
-
.show-more[data-v-
|
|
9135
|
+
.show-more[data-v-8d844cc7] {
|
|
9129
9136
|
appearance: none;
|
|
9130
9137
|
border: none;
|
|
9131
9138
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -9142,15 +9149,15 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9142
9149
|
gap: 6px;
|
|
9143
9150
|
top: -48px;
|
|
9144
9151
|
}
|
|
9145
|
-
.show-more[data-v-
|
|
9152
|
+
.show-more[data-v-8d844cc7]:hover {
|
|
9146
9153
|
background: var(--scalar-background-2);
|
|
9147
9154
|
cursor: pointer;
|
|
9148
9155
|
}
|
|
9149
|
-
.show-more[data-v-
|
|
9156
|
+
.show-more[data-v-8d844cc7]:active {
|
|
9150
9157
|
box-shadow: 0 0 0 1px var(--scalar-border-color);
|
|
9151
9158
|
}
|
|
9152
9159
|
@container narrow-references-container (max-width: 900px) {
|
|
9153
|
-
.show-more[data-v-
|
|
9160
|
+
.show-more[data-v-8d844cc7] {
|
|
9154
9161
|
top: -24px;
|
|
9155
9162
|
}
|
|
9156
9163
|
}
|
|
@@ -9224,21 +9231,21 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9224
9231
|
.deprecated[data-v-ad8530a6] {
|
|
9225
9232
|
text-decoration: line-through;
|
|
9226
9233
|
}
|
|
9227
|
-
.endpoints-card[data-v-
|
|
9234
|
+
.endpoints-card[data-v-0315c99b] {
|
|
9228
9235
|
position: sticky;
|
|
9229
9236
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9230
9237
|
font-size: var(--scalar-font-size-3);
|
|
9231
9238
|
}
|
|
9232
|
-
.endpoints[data-v-
|
|
9239
|
+
.endpoints[data-v-0315c99b] {
|
|
9233
9240
|
overflow: auto;
|
|
9234
9241
|
background: var(--scalar-background-2);
|
|
9235
9242
|
padding: 10px 12px;
|
|
9236
9243
|
width: 100%;
|
|
9237
9244
|
}
|
|
9238
|
-
.section-container[data-v-
|
|
9245
|
+
.section-container[data-v-76bc20f3] {
|
|
9239
9246
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9240
9247
|
}
|
|
9241
|
-
.section-container[data-v-
|
|
9248
|
+
.section-container[data-v-76bc20f3]:has(.show-more) {
|
|
9242
9249
|
background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
|
|
9243
9250
|
}
|
|
9244
9251
|
.operation-path[data-v-ec6c8861] {
|
|
@@ -9250,10 +9257,10 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9250
9257
|
.deprecated[data-v-ec6c8861] {
|
|
9251
9258
|
text-decoration: line-through;
|
|
9252
9259
|
}
|
|
9253
|
-
.request-body[data-v-
|
|
9260
|
+
.request-body[data-v-6092df54] {
|
|
9254
9261
|
margin-top: 24px;
|
|
9255
9262
|
}
|
|
9256
|
-
.request-body-header[data-v-
|
|
9263
|
+
.request-body-header[data-v-6092df54] {
|
|
9257
9264
|
display: flex;
|
|
9258
9265
|
align-items: center;
|
|
9259
9266
|
justify-content: space-between;
|
|
@@ -9261,7 +9268,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9261
9268
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9262
9269
|
flex-flow: wrap;
|
|
9263
9270
|
}
|
|
9264
|
-
.request-body-title[data-v-
|
|
9271
|
+
.request-body-title[data-v-6092df54] {
|
|
9265
9272
|
display: flex;
|
|
9266
9273
|
align-items: center;
|
|
9267
9274
|
gap: 8px;
|
|
@@ -9269,7 +9276,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9269
9276
|
font-weight: var(--scalar-semibold);
|
|
9270
9277
|
color: var(--scalar-color-1);
|
|
9271
9278
|
}
|
|
9272
|
-
.request-body-required[data-v-
|
|
9279
|
+
.request-body-required[data-v-6092df54] {
|
|
9273
9280
|
font-size: var(--scalar-micro);
|
|
9274
9281
|
color: var(--scalar-color-orange);
|
|
9275
9282
|
font-weight: normal;
|
|
@@ -9278,21 +9285,21 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9278
9285
|
padding: 2px 8px;
|
|
9279
9286
|
height: 20px;
|
|
9280
9287
|
}
|
|
9281
|
-
.request-body-description[data-v-
|
|
9288
|
+
.request-body-description[data-v-6092df54] {
|
|
9282
9289
|
margin-top: 6px;
|
|
9283
9290
|
font-size: var(--scalar-small);
|
|
9284
9291
|
width: 100%;
|
|
9285
9292
|
}
|
|
9286
9293
|
.request-body-header
|
|
9287
|
-
+ .request-body-schema[data-v-
|
|
9294
|
+
+ .request-body-schema[data-v-6092df54]:has(> .schema-card > .schema-card-description),
|
|
9288
9295
|
.request-body-header
|
|
9289
|
-
+ .request-body-schema[data-v-
|
|
9296
|
+
+ .request-body-schema[data-v-6092df54]:has(
|
|
9290
9297
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
9291
9298
|
) {
|
|
9292
9299
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
9293
9300
|
padding-top: 8px;
|
|
9294
9301
|
}
|
|
9295
|
-
.request-body-description[data-v-
|
|
9302
|
+
.request-body-description[data-v-6092df54] .markdown * {
|
|
9296
9303
|
color: var(--scalar-color-2) !important;
|
|
9297
9304
|
}
|
|
9298
9305
|
.callback-sticky-offset[data-v-474e6fa6] {
|
|
@@ -9349,7 +9356,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9349
9356
|
.callback-operation-container[data-v-474e6fa6] .parameter-list-items > li {
|
|
9350
9357
|
padding: 0 8px;
|
|
9351
9358
|
}
|
|
9352
|
-
.empty-state[data-v-
|
|
9359
|
+
.empty-state[data-v-ce6cfefc] {
|
|
9353
9360
|
margin: 10px 0 10px 12px;
|
|
9354
9361
|
text-align: center;
|
|
9355
9362
|
font-size: var(--scalar-mini);
|
|
@@ -9360,18 +9367,18 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9360
9367
|
border-radius: var(--scalar-radius-lg);
|
|
9361
9368
|
color: var(--scalar-color-2);
|
|
9362
9369
|
}
|
|
9363
|
-
.rule-title[data-v-
|
|
9370
|
+
.rule-title[data-v-ce6cfefc] {
|
|
9364
9371
|
font-family: var(--scalar-font-code);
|
|
9365
9372
|
color: var(--scalar-color-1);
|
|
9366
9373
|
display: inline-block;
|
|
9367
9374
|
margin: 12px 0 6px;
|
|
9368
9375
|
border-radius: var(--scalar-radius);
|
|
9369
9376
|
}
|
|
9370
|
-
.rule[data-v-
|
|
9377
|
+
.rule[data-v-ce6cfefc] {
|
|
9371
9378
|
margin: 0 12px 0;
|
|
9372
9379
|
border-radius: var(--scalar-radius-lg);
|
|
9373
9380
|
}
|
|
9374
|
-
.rule-items[data-v-
|
|
9381
|
+
.rule-items[data-v-ce6cfefc] {
|
|
9375
9382
|
counter-reset: list-number;
|
|
9376
9383
|
display: flex;
|
|
9377
9384
|
flex-direction: column;
|
|
@@ -9379,14 +9386,14 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9379
9386
|
border-left: 1px solid var(--scalar-border-color);
|
|
9380
9387
|
padding: 12px 0 12px;
|
|
9381
9388
|
}
|
|
9382
|
-
.rule-item[data-v-
|
|
9389
|
+
.rule-item[data-v-ce6cfefc] {
|
|
9383
9390
|
counter-increment: list-number;
|
|
9384
9391
|
border: 1px solid var(--scalar-border-color);
|
|
9385
9392
|
border-radius: var(--scalar-radius-lg);
|
|
9386
9393
|
overflow: hidden;
|
|
9387
9394
|
margin-left: 24px;
|
|
9388
9395
|
}
|
|
9389
|
-
.rule-item[data-v-
|
|
9396
|
+
.rule-item[data-v-ce6cfefc]:before {
|
|
9390
9397
|
/* content: counter(list-number); */
|
|
9391
9398
|
border: 1px solid var(--scalar-border-color);
|
|
9392
9399
|
border-top: 0;
|
|
@@ -9467,10 +9474,10 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9467
9474
|
.scalar-card-header.scalar-card-header-tabs[data-v-49a8c0af] {
|
|
9468
9475
|
padding: 0;
|
|
9469
9476
|
}
|
|
9470
|
-
.response-card[data-v-
|
|
9477
|
+
.response-card[data-v-5123cd9f] {
|
|
9471
9478
|
font-size: var(--scalar-font-size-3);
|
|
9472
9479
|
}
|
|
9473
|
-
.code-copy[data-v-
|
|
9480
|
+
.code-copy[data-v-5123cd9f] {
|
|
9474
9481
|
display: flex;
|
|
9475
9482
|
align-items: center;
|
|
9476
9483
|
justify-content: center;
|
|
@@ -9484,14 +9491,14 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9484
9491
|
padding: 0;
|
|
9485
9492
|
margin-right: 12px;
|
|
9486
9493
|
}
|
|
9487
|
-
.code-copy[data-v-
|
|
9494
|
+
.code-copy[data-v-5123cd9f]:hover {
|
|
9488
9495
|
color: var(--scalar-color-1);
|
|
9489
9496
|
}
|
|
9490
|
-
.code-copy svg[data-v-
|
|
9497
|
+
.code-copy svg[data-v-5123cd9f] {
|
|
9491
9498
|
width: 13px;
|
|
9492
9499
|
height: 13px;
|
|
9493
9500
|
}
|
|
9494
|
-
.response-card-footer[data-v-
|
|
9501
|
+
.response-card-footer[data-v-5123cd9f] {
|
|
9495
9502
|
display: flex;
|
|
9496
9503
|
flex-direction: row-reverse;
|
|
9497
9504
|
flex-wrap: wrap;
|
|
@@ -9500,11 +9507,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9500
9507
|
padding: 7px 12px;
|
|
9501
9508
|
column-gap: 8px;
|
|
9502
9509
|
}
|
|
9503
|
-
.response-example-selector[data-v-
|
|
9510
|
+
.response-example-selector[data-v-5123cd9f] {
|
|
9504
9511
|
flex-shrink: 0;
|
|
9505
9512
|
margin: -4px;
|
|
9506
9513
|
}
|
|
9507
|
-
.response-description[data-v-
|
|
9514
|
+
.response-description[data-v-5123cd9f] {
|
|
9508
9515
|
font-weight: var(--scalar-semibold);
|
|
9509
9516
|
font-size: var(--scalar-small);
|
|
9510
9517
|
color: var(--scalar-color--1);
|
|
@@ -9513,13 +9520,13 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9513
9520
|
|
|
9514
9521
|
flex-grow: 1;
|
|
9515
9522
|
}
|
|
9516
|
-
.response-description-markdown[data-v-
|
|
9523
|
+
.response-description-markdown[data-v-5123cd9f] {
|
|
9517
9524
|
max-height: 3lh;
|
|
9518
9525
|
}
|
|
9519
|
-
.response-description-markdown[data-v-
|
|
9526
|
+
.response-description-markdown[data-v-5123cd9f] * {
|
|
9520
9527
|
margin: 0;
|
|
9521
9528
|
}
|
|
9522
|
-
.schema-type[data-v-
|
|
9529
|
+
.schema-type[data-v-5123cd9f] {
|
|
9523
9530
|
font-size: var(--scalar-micro);
|
|
9524
9531
|
color: var(--scalar-color-2);
|
|
9525
9532
|
font-weight: var(--scalar-semibold);
|
|
@@ -9528,16 +9535,16 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9528
9535
|
border-radius: 4px;
|
|
9529
9536
|
margin-right: 4px;
|
|
9530
9537
|
}
|
|
9531
|
-
.schema-example[data-v-
|
|
9538
|
+
.schema-example[data-v-5123cd9f] {
|
|
9532
9539
|
font-size: var(--scalar-micro);
|
|
9533
9540
|
color: var(--scalar-color-2);
|
|
9534
9541
|
font-weight: var(--scalar-semibold);
|
|
9535
9542
|
}
|
|
9536
|
-
.example-response-tab[data-v-
|
|
9543
|
+
.example-response-tab[data-v-5123cd9f] {
|
|
9537
9544
|
display: block;
|
|
9538
9545
|
margin: 6px;
|
|
9539
9546
|
}
|
|
9540
|
-
.scalar-card-checkbox[data-v-
|
|
9547
|
+
.scalar-card-checkbox[data-v-5123cd9f] {
|
|
9541
9548
|
display: flex;
|
|
9542
9549
|
align-items: center;
|
|
9543
9550
|
justify-content: center;
|
|
@@ -9554,20 +9561,20 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9554
9561
|
padding: 7px 6px;
|
|
9555
9562
|
}
|
|
9556
9563
|
.scalar-card-checkbox:has(.scalar-card-checkbox-input:focus-visible)
|
|
9557
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
9564
|
+
.scalar-card-checkbox-checkmark[data-v-5123cd9f] {
|
|
9558
9565
|
outline: 1px solid var(--scalar-color-accent);
|
|
9559
9566
|
}
|
|
9560
|
-
.scalar-card-checkbox[data-v-
|
|
9567
|
+
.scalar-card-checkbox[data-v-5123cd9f]:hover {
|
|
9561
9568
|
color: var(--scalar-color--1);
|
|
9562
9569
|
}
|
|
9563
|
-
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-
|
|
9570
|
+
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-5123cd9f] {
|
|
9564
9571
|
position: absolute;
|
|
9565
9572
|
opacity: 0;
|
|
9566
9573
|
cursor: pointer;
|
|
9567
9574
|
height: 0;
|
|
9568
9575
|
width: 0;
|
|
9569
9576
|
}
|
|
9570
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
9577
|
+
.scalar-card-checkbox-checkmark[data-v-5123cd9f] {
|
|
9571
9578
|
height: 16px;
|
|
9572
9579
|
width: 16px;
|
|
9573
9580
|
border-radius: var(--scalar-radius);
|
|
@@ -9575,27 +9582,27 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9575
9582
|
background-color: var(--scalar-background-3);
|
|
9576
9583
|
box-shadow: inset 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
9577
9584
|
}
|
|
9578
|
-
.scalar-card-checkbox[data-v-
|
|
9585
|
+
.scalar-card-checkbox[data-v-5123cd9f]:has(.scalar-card-checkbox-input:checked) {
|
|
9579
9586
|
color: var(--scalar-color-1);
|
|
9580
9587
|
font-weight: var(--scalar-semibold);
|
|
9581
9588
|
}
|
|
9582
9589
|
.scalar-card-checkbox
|
|
9583
9590
|
.scalar-card-checkbox-input:checked
|
|
9584
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
9591
|
+
~ .scalar-card-checkbox-checkmark[data-v-5123cd9f] {
|
|
9585
9592
|
background-color: var(--scalar-button-1);
|
|
9586
9593
|
box-shadow: none;
|
|
9587
9594
|
}
|
|
9588
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
9595
|
+
.scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
|
|
9589
9596
|
content: '';
|
|
9590
9597
|
position: absolute;
|
|
9591
9598
|
display: none;
|
|
9592
9599
|
}
|
|
9593
9600
|
.scalar-card-checkbox
|
|
9594
9601
|
.scalar-card-checkbox-input:checked
|
|
9595
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
9602
|
+
~ .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
|
|
9596
9603
|
display: block;
|
|
9597
9604
|
}
|
|
9598
|
-
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-
|
|
9605
|
+
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
|
|
9599
9606
|
right: 11.5px;
|
|
9600
9607
|
top: 12.5px;
|
|
9601
9608
|
width: 5px;
|
|
@@ -9604,7 +9611,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9604
9611
|
border-width: 0 1.5px 1.5px 0;
|
|
9605
9612
|
transform: rotate(45deg);
|
|
9606
9613
|
}
|
|
9607
|
-
.show-api-client-button[data-v-
|
|
9614
|
+
.show-api-client-button[data-v-ad72d914] {
|
|
9608
9615
|
appearance: none;
|
|
9609
9616
|
border: none;
|
|
9610
9617
|
padding: 1px 6px;
|
|
@@ -9626,24 +9633,24 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9626
9633
|
|
|
9627
9634
|
outline-offset: 2px;
|
|
9628
9635
|
}
|
|
9629
|
-
.show-api-client-button span[data-v-
|
|
9630
|
-
.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] {
|
|
9631
9638
|
fill: currentColor;
|
|
9632
9639
|
color: var(--scalar-button-1-color);
|
|
9633
9640
|
z-index: 1;
|
|
9634
9641
|
}
|
|
9635
|
-
.show-api-client-button[data-v-
|
|
9642
|
+
.show-api-client-button[data-v-ad72d914]:hover {
|
|
9636
9643
|
background: var(--scalar-button-1-hover);
|
|
9637
9644
|
}
|
|
9638
|
-
.show-api-client-button svg[data-v-
|
|
9645
|
+
.show-api-client-button svg[data-v-ad72d914] {
|
|
9639
9646
|
margin-right: 4px;
|
|
9640
9647
|
}
|
|
9641
9648
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
9642
|
-
.operation-title[data-v-
|
|
9649
|
+
.operation-title[data-v-9d937e58] {
|
|
9643
9650
|
justify-content: space-between;
|
|
9644
9651
|
display: flex;
|
|
9645
9652
|
}
|
|
9646
|
-
.operation-details[data-v-
|
|
9653
|
+
.operation-details[data-v-9d937e58] {
|
|
9647
9654
|
flex-shrink: 1;
|
|
9648
9655
|
align-items: center;
|
|
9649
9656
|
gap: 9px;
|
|
@@ -9651,11 +9658,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9651
9658
|
margin-top: 0;
|
|
9652
9659
|
display: flex;
|
|
9653
9660
|
}
|
|
9654
|
-
.operation-details[data-v-
|
|
9661
|
+
.operation-details[data-v-9d937e58] .endpoint-anchor .scalar-button svg {
|
|
9655
9662
|
width: 16px;
|
|
9656
9663
|
height: 16px;
|
|
9657
9664
|
}
|
|
9658
|
-
.endpoint-type[data-v-
|
|
9665
|
+
.endpoint-type[data-v-9d937e58] {
|
|
9659
9666
|
z-index: 0;
|
|
9660
9667
|
width: 60px;
|
|
9661
9668
|
font-size: var(--scalar-small);
|
|
@@ -9670,7 +9677,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9670
9677
|
display: flex;
|
|
9671
9678
|
position: relative;
|
|
9672
9679
|
}
|
|
9673
|
-
.endpoint-type[data-v-
|
|
9680
|
+
.endpoint-type[data-v-9d937e58]:after {
|
|
9674
9681
|
content: "";
|
|
9675
9682
|
z-index: -1;
|
|
9676
9683
|
opacity: .15;
|
|
@@ -9679,16 +9686,16 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9679
9686
|
position: absolute;
|
|
9680
9687
|
inset: 0;
|
|
9681
9688
|
}
|
|
9682
|
-
.endpoint-anchor[data-v-
|
|
9689
|
+
.endpoint-anchor[data-v-9d937e58] {
|
|
9683
9690
|
flex-shrink: 1;
|
|
9684
9691
|
align-items: center;
|
|
9685
9692
|
min-width: 0;
|
|
9686
9693
|
display: flex;
|
|
9687
9694
|
}
|
|
9688
|
-
.endpoint-anchor.label[data-v-
|
|
9695
|
+
.endpoint-anchor.label[data-v-9d937e58] {
|
|
9689
9696
|
display: flex;
|
|
9690
9697
|
}
|
|
9691
|
-
.endpoint-label[data-v-
|
|
9698
|
+
.endpoint-label[data-v-9d937e58] {
|
|
9692
9699
|
min-width: 0;
|
|
9693
9700
|
color: var(--scalar-color-1);
|
|
9694
9701
|
flex-shrink: 1;
|
|
@@ -9696,17 +9703,17 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9696
9703
|
gap: 9px;
|
|
9697
9704
|
display: flex;
|
|
9698
9705
|
}
|
|
9699
|
-
.endpoint-label-path[data-v-
|
|
9706
|
+
.endpoint-label-path[data-v-9d937e58] {
|
|
9700
9707
|
font-family: var(--scalar-font-code);
|
|
9701
9708
|
font-size: var(--scalar-mini);
|
|
9702
9709
|
text-overflow: ellipsis;
|
|
9703
9710
|
white-space: nowrap;
|
|
9704
9711
|
overflow: hidden;
|
|
9705
9712
|
}
|
|
9706
|
-
.endpoint-label-path[data-v-
|
|
9713
|
+
.endpoint-label-path[data-v-9d937e58] em {
|
|
9707
9714
|
color: var(--scalar-color-2);
|
|
9708
9715
|
}
|
|
9709
|
-
.endpoint-label-name[data-v-
|
|
9716
|
+
.endpoint-label-name[data-v-9d937e58] {
|
|
9710
9717
|
color: var(--scalar-color-2);
|
|
9711
9718
|
font-size: var(--scalar-small);
|
|
9712
9719
|
text-overflow: ellipsis;
|
|
@@ -9714,17 +9721,17 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9714
9721
|
flex-shrink: 1000000000;
|
|
9715
9722
|
overflow: hidden;
|
|
9716
9723
|
}
|
|
9717
|
-
.endpoint-try-hint[data-v-
|
|
9724
|
+
.endpoint-try-hint[data-v-9d937e58] {
|
|
9718
9725
|
flex-shrink: 0;
|
|
9719
9726
|
padding: 2px;
|
|
9720
9727
|
}
|
|
9721
|
-
.endpoint-copy[data-v-
|
|
9728
|
+
.endpoint-copy[data-v-9d937e58] {
|
|
9722
9729
|
color: currentColor;
|
|
9723
9730
|
}
|
|
9724
|
-
.endpoint-copy[data-v-
|
|
9731
|
+
.endpoint-copy[data-v-9d937e58] svg {
|
|
9725
9732
|
stroke-width: 2px;
|
|
9726
9733
|
}
|
|
9727
|
-
.endpoint-content[data-v-
|
|
9734
|
+
.endpoint-content[data-v-9d937e58] {
|
|
9728
9735
|
grid-auto-columns: 1fr;
|
|
9729
9736
|
grid-auto-flow: row;
|
|
9730
9737
|
gap: 9px;
|
|
@@ -9732,52 +9739,52 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9732
9739
|
display: grid;
|
|
9733
9740
|
}
|
|
9734
9741
|
@media (min-width: 1000px) {
|
|
9735
|
-
.endpoint-content[data-v-
|
|
9742
|
+
.endpoint-content[data-v-9d937e58] {
|
|
9736
9743
|
grid-auto-flow: column;
|
|
9737
9744
|
}
|
|
9738
9745
|
}
|
|
9739
9746
|
@container (max-width: 900px) {
|
|
9740
|
-
.endpoint-content[data-v-
|
|
9747
|
+
.endpoint-content[data-v-9d937e58] {
|
|
9741
9748
|
grid-template-columns: 1fr;
|
|
9742
9749
|
}
|
|
9743
9750
|
}
|
|
9744
|
-
.endpoint-content[data-v-
|
|
9751
|
+
.endpoint-content[data-v-9d937e58] > * {
|
|
9745
9752
|
min-width: 0;
|
|
9746
9753
|
}
|
|
9747
|
-
.operation-details-card[data-v-
|
|
9754
|
+
.operation-details-card[data-v-9d937e58] {
|
|
9748
9755
|
flex-direction: column;
|
|
9749
9756
|
gap: 12px;
|
|
9750
9757
|
min-width: 0;
|
|
9751
9758
|
display: flex;
|
|
9752
9759
|
}
|
|
9753
|
-
: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) {
|
|
9754
9761
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9755
9762
|
border-radius: var(--scalar-radius-lg);
|
|
9756
9763
|
margin-top: 0;
|
|
9757
9764
|
}
|
|
9758
|
-
.operation-details-card-item[data-v-
|
|
9765
|
+
.operation-details-card-item[data-v-9d937e58] {
|
|
9759
9766
|
flex-direction: column;
|
|
9760
9767
|
gap: 12px;
|
|
9761
9768
|
display: flex;
|
|
9762
9769
|
}
|
|
9763
|
-
.operation-details-card-item[data-v-
|
|
9770
|
+
.operation-details-card-item[data-v-9d937e58] .parameter-list-items {
|
|
9764
9771
|
margin-bottom: 0;
|
|
9765
9772
|
}
|
|
9766
|
-
.operation-details-card[data-v-
|
|
9773
|
+
.operation-details-card[data-v-9d937e58] .parameter-item:last-of-type .parameter-schema {
|
|
9767
9774
|
padding-bottom: 12px;
|
|
9768
9775
|
}
|
|
9769
|
-
.operation-details-card[data-v-
|
|
9776
|
+
.operation-details-card[data-v-9d937e58] .parameter-list .parameter-list {
|
|
9770
9777
|
margin-bottom: 12px;
|
|
9771
9778
|
}
|
|
9772
|
-
.operation-details-card[data-v-
|
|
9779
|
+
.operation-details-card[data-v-9d937e58] .parameter-item {
|
|
9773
9780
|
margin: 0;
|
|
9774
9781
|
padding: 0;
|
|
9775
9782
|
}
|
|
9776
|
-
.operation-details-card[data-v-
|
|
9783
|
+
.operation-details-card[data-v-9d937e58] .property {
|
|
9777
9784
|
margin: 0;
|
|
9778
9785
|
padding: 9px;
|
|
9779
9786
|
}
|
|
9780
|
-
: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) {
|
|
9781
9788
|
text-transform: uppercase;
|
|
9782
9789
|
font-weight: var(--scalar-bold);
|
|
9783
9790
|
font-size: var(--scalar-mini);
|
|
@@ -9786,67 +9793,67 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9786
9793
|
padding: 9px;
|
|
9787
9794
|
line-height: 1.33;
|
|
9788
9795
|
}
|
|
9789
|
-
.operation-details-card[data-v-
|
|
9796
|
+
.operation-details-card[data-v-9d937e58] .callback-list-item-title {
|
|
9790
9797
|
padding-left: 28px;
|
|
9791
9798
|
padding-right: 12px;
|
|
9792
9799
|
}
|
|
9793
|
-
.operation-details-card[data-v-
|
|
9800
|
+
.operation-details-card[data-v-9d937e58] .callback-list-item-icon {
|
|
9794
9801
|
left: 6px;
|
|
9795
9802
|
}
|
|
9796
|
-
.operation-details-card[data-v-
|
|
9803
|
+
.operation-details-card[data-v-9d937e58] .callback-operation-container {
|
|
9797
9804
|
padding-inline: 9px;
|
|
9798
9805
|
padding-bottom: 9px;
|
|
9799
9806
|
}
|
|
9800
|
-
: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) {
|
|
9801
9808
|
border: none;
|
|
9802
9809
|
}
|
|
9803
|
-
.operation-details-card[data-v-
|
|
9810
|
+
.operation-details-card[data-v-9d937e58] .callback-operation-container > .request-body > .request-body-header {
|
|
9804
9811
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9805
9812
|
padding: 0 0 9px;
|
|
9806
9813
|
}
|
|
9807
|
-
.operation-details-card[data-v-
|
|
9814
|
+
.operation-details-card[data-v-9d937e58] .request-body-description {
|
|
9808
9815
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9809
9816
|
margin-top: 0;
|
|
9810
9817
|
padding: 9px 9px 0;
|
|
9811
9818
|
}
|
|
9812
|
-
.operation-details-card[data-v-
|
|
9819
|
+
.operation-details-card[data-v-9d937e58] .request-body {
|
|
9813
9820
|
border-radius: var(--scalar-radius-lg);
|
|
9814
9821
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9815
9822
|
margin-top: 0;
|
|
9816
9823
|
}
|
|
9817
|
-
.operation-details-card[data-v-
|
|
9824
|
+
.operation-details-card[data-v-9d937e58] .request-body .schema-card--level-0 > .schema-card-description {
|
|
9818
9825
|
padding-inline: 9px;
|
|
9819
9826
|
}
|
|
9820
|
-
.operation-details-card[data-v-
|
|
9827
|
+
.operation-details-card[data-v-9d937e58] .request-body-header {
|
|
9821
9828
|
border-bottom: 0;
|
|
9822
9829
|
padding-bottom: 0;
|
|
9823
9830
|
}
|
|
9824
|
-
.operation-details-card[data-v-
|
|
9831
|
+
.operation-details-card[data-v-9d937e58] .contents button {
|
|
9825
9832
|
margin-right: 9px;
|
|
9826
9833
|
}
|
|
9827
|
-
.operation-details-card[data-v-
|
|
9834
|
+
.operation-details-card[data-v-9d937e58] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
9828
9835
|
margin-inline: 9px;
|
|
9829
9836
|
margin-bottom: 9px;
|
|
9830
9837
|
}
|
|
9831
|
-
.operation-details-card[data-v-
|
|
9838
|
+
.operation-details-card[data-v-9d937e58] .request-body-schema .property--level-0 {
|
|
9832
9839
|
padding: 0;
|
|
9833
9840
|
}
|
|
9834
|
-
.operation-details-card[data-v-
|
|
9841
|
+
.operation-details-card[data-v-9d937e58] .selected-content-type {
|
|
9835
9842
|
margin-right: 9px;
|
|
9836
9843
|
}
|
|
9837
|
-
.operation-example-card[data-v-
|
|
9844
|
+
.operation-example-card[data-v-9d937e58] {
|
|
9838
9845
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9839
9846
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
9840
9847
|
position: sticky;
|
|
9841
9848
|
}
|
|
9842
9849
|
@media (max-width: 600px) {
|
|
9843
|
-
.operation-example-card[data-v-
|
|
9850
|
+
.operation-example-card[data-v-9d937e58] {
|
|
9844
9851
|
max-height: unset;
|
|
9845
9852
|
position: static;
|
|
9846
9853
|
}
|
|
9847
9854
|
}
|
|
9848
9855
|
/** Container */
|
|
9849
|
-
.agent-button-container[data-v-
|
|
9856
|
+
.agent-button-container[data-v-10a4fb90] {
|
|
9850
9857
|
position: relative;
|
|
9851
9858
|
color: var(--scalar-color-1);
|
|
9852
9859
|
background: color-mix(in srgb, var(--scalar-background-3), white 15%);
|
|
@@ -9859,30 +9866,30 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9859
9866
|
z-index: 2;
|
|
9860
9867
|
height: 100%;
|
|
9861
9868
|
}
|
|
9862
|
-
.agent-button-container[data-v-
|
|
9869
|
+
.agent-button-container[data-v-10a4fb90]:hover:not(:focus-within) {
|
|
9863
9870
|
background: color-mix(in srgb, var(--scalar-background-3), white 20%);
|
|
9864
9871
|
}
|
|
9865
|
-
.agent-button-container[data-v-
|
|
9866
|
-
.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 {
|
|
9867
9874
|
position: absolute;
|
|
9868
9875
|
inset: 2px;
|
|
9869
9876
|
border-radius: var(--scalar-radius-lg);
|
|
9870
9877
|
margin-right: 0;
|
|
9871
9878
|
height: auto;
|
|
9872
9879
|
}
|
|
9873
|
-
.agent-button-container[data-v-
|
|
9880
|
+
.agent-button-container[data-v-10a4fb90]:has(.ask-agent-scalar-input:focus-visible) {
|
|
9874
9881
|
outline-style: solid;
|
|
9875
9882
|
}
|
|
9876
9883
|
/** Input */
|
|
9877
|
-
.ask-agent-scalar-input[data-v-
|
|
9884
|
+
.ask-agent-scalar-input[data-v-10a4fb90] {
|
|
9878
9885
|
width: 0px;
|
|
9879
9886
|
opacity: 0;
|
|
9880
9887
|
font-size: 0px;
|
|
9881
9888
|
border: none;
|
|
9882
9889
|
}
|
|
9883
9890
|
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
9884
|
-
.ask-agent-scalar-input[data-v-
|
|
9885
|
-
.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] {
|
|
9886
9893
|
width: 100%;
|
|
9887
9894
|
font-size: inherit;
|
|
9888
9895
|
opacity: 1;
|
|
@@ -9890,25 +9897,25 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9890
9897
|
outline: none;
|
|
9891
9898
|
padding-inline: 4px;
|
|
9892
9899
|
}
|
|
9893
|
-
.ask-agent-scalar-input[data-v-
|
|
9900
|
+
.ask-agent-scalar-input[data-v-10a4fb90]::placeholder {
|
|
9894
9901
|
color: var(--scalar-color-2);
|
|
9895
9902
|
font-family: inherit;
|
|
9896
9903
|
}
|
|
9897
9904
|
/** Input label */
|
|
9898
|
-
.ask-agent-scalar-input-label[data-v-
|
|
9905
|
+
.ask-agent-scalar-input-label[data-v-10a4fb90] {
|
|
9899
9906
|
/** Shown by default */
|
|
9900
9907
|
color: var(--scalar-color-1);
|
|
9901
9908
|
font-weight: var(--scalar-semibold);
|
|
9902
9909
|
margin-left: 4px;
|
|
9903
9910
|
}
|
|
9904
9911
|
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
9905
|
-
.ask-agent-scalar-input-label[data-v-
|
|
9906
|
-
.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] {
|
|
9907
9914
|
/** Hidden when input is focused */
|
|
9908
9915
|
display: none;
|
|
9909
9916
|
}
|
|
9910
9917
|
/** Send button */
|
|
9911
|
-
.ask-agent-scalar-send[data-v-
|
|
9918
|
+
.ask-agent-scalar-send[data-v-10a4fb90] {
|
|
9912
9919
|
background: var(--scalar-color-blue);
|
|
9913
9920
|
color: #fff;
|
|
9914
9921
|
width: 24px;
|
|
@@ -9923,11 +9930,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9923
9930
|
display: none;
|
|
9924
9931
|
}
|
|
9925
9932
|
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
9926
|
-
.ask-agent-scalar-send[data-v-
|
|
9933
|
+
.ask-agent-scalar-send[data-v-10a4fb90] {
|
|
9927
9934
|
/** Show when input is not empty */
|
|
9928
9935
|
display: flex;
|
|
9929
9936
|
}
|
|
9930
|
-
.ask-agent-scalar-send[data-v-
|
|
9937
|
+
.ask-agent-scalar-send[data-v-10a4fb90]:hover {
|
|
9931
9938
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
9932
9939
|
}
|
|
9933
9940
|
/*
|
|
@@ -9938,7 +9945,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9938
9945
|
* its own leading margin (mt-6) that already spaces it from whatever precedes
|
|
9939
9946
|
* it — a row-gap would double that gap.
|
|
9940
9947
|
*/
|
|
9941
|
-
.operation-layout[data-v-
|
|
9948
|
+
.operation-layout[data-v-eb0b9f7e] {
|
|
9942
9949
|
display: grid;
|
|
9943
9950
|
grid-template-columns: 1fr 1fr;
|
|
9944
9951
|
grid-template-rows: auto auto 1fr;
|
|
@@ -9949,7 +9956,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9949
9956
|
column-gap: 48px;
|
|
9950
9957
|
row-gap: 0;
|
|
9951
9958
|
}
|
|
9952
|
-
.operation-title[data-v-
|
|
9959
|
+
.operation-title[data-v-eb0b9f7e] {
|
|
9953
9960
|
grid-area: heading;
|
|
9954
9961
|
margin-bottom: 12px;
|
|
9955
9962
|
|
|
@@ -9959,20 +9966,20 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9959
9966
|
color: var(--scalar-color-1);
|
|
9960
9967
|
line-height: 1.45;
|
|
9961
9968
|
}
|
|
9962
|
-
.operation-auth[data-v-
|
|
9969
|
+
.operation-auth[data-v-eb0b9f7e] {
|
|
9963
9970
|
grid-area: badge;
|
|
9964
9971
|
justify-self: end;
|
|
9965
9972
|
align-self: start;
|
|
9966
9973
|
}
|
|
9967
|
-
.operation-description[data-v-
|
|
9974
|
+
.operation-description[data-v-eb0b9f7e] {
|
|
9968
9975
|
grid-area: description;
|
|
9969
9976
|
min-width: 0;
|
|
9970
9977
|
}
|
|
9971
|
-
.operation-details[data-v-
|
|
9978
|
+
.operation-details[data-v-eb0b9f7e] {
|
|
9972
9979
|
grid-area: details;
|
|
9973
9980
|
min-width: 0;
|
|
9974
9981
|
}
|
|
9975
|
-
.examples[data-v-
|
|
9982
|
+
.examples[data-v-eb0b9f7e] {
|
|
9976
9983
|
grid-area: examples;
|
|
9977
9984
|
align-self: start;
|
|
9978
9985
|
min-width: 0;
|
|
@@ -9980,11 +9987,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9980
9987
|
position: sticky;
|
|
9981
9988
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
9982
9989
|
}
|
|
9983
|
-
.examples[data-v-
|
|
9990
|
+
.examples[data-v-eb0b9f7e] > * {
|
|
9984
9991
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
9985
9992
|
position: relative;
|
|
9986
9993
|
}
|
|
9987
|
-
.examples[data-v-
|
|
9994
|
+
.examples[data-v-eb0b9f7e] > *:first-of-type:last-of-type {
|
|
9988
9995
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
9989
9996
|
}
|
|
9990
9997
|
/*
|
|
@@ -9992,11 +9999,11 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
9992
9999
|
* (or zoomed in screens)
|
|
9993
10000
|
*/
|
|
9994
10001
|
@media (max-width: 600px) {
|
|
9995
|
-
.examples[data-v-
|
|
10002
|
+
.examples[data-v-eb0b9f7e] > * {
|
|
9996
10003
|
max-height: unset;
|
|
9997
10004
|
}
|
|
9998
10005
|
}
|
|
9999
|
-
.deprecated[data-v-
|
|
10006
|
+
.deprecated[data-v-eb0b9f7e] * {
|
|
10000
10007
|
text-decoration: line-through;
|
|
10001
10008
|
}
|
|
10002
10009
|
/*
|
|
@@ -10005,7 +10012,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10005
10012
|
* an eyebrow above the title.
|
|
10006
10013
|
*/
|
|
10007
10014
|
@container narrow-references-container (max-width: 900px) {
|
|
10008
|
-
.operation-layout[data-v-
|
|
10015
|
+
.operation-layout[data-v-eb0b9f7e] {
|
|
10009
10016
|
grid-template-columns: 1fr;
|
|
10010
10017
|
grid-template-areas:
|
|
10011
10018
|
'badge'
|
|
@@ -10015,19 +10022,19 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10015
10022
|
'details';
|
|
10016
10023
|
column-gap: 0;
|
|
10017
10024
|
}
|
|
10018
|
-
.operation-auth[data-v-
|
|
10025
|
+
.operation-auth[data-v-eb0b9f7e] {
|
|
10019
10026
|
justify-self: start;
|
|
10020
10027
|
margin-bottom: 4px;
|
|
10021
10028
|
}
|
|
10022
|
-
.operation-title[data-v-
|
|
10029
|
+
.operation-title[data-v-eb0b9f7e] {
|
|
10023
10030
|
margin-bottom: 24px;
|
|
10024
10031
|
}
|
|
10025
|
-
.operation-description[data-v-
|
|
10032
|
+
.operation-description[data-v-eb0b9f7e] {
|
|
10026
10033
|
margin-bottom: 24px;
|
|
10027
10034
|
}
|
|
10028
10035
|
|
|
10029
10036
|
/* Don't make the examples sticky on narrow viewports */
|
|
10030
|
-
.examples[data-v-
|
|
10037
|
+
.examples[data-v-eb0b9f7e] {
|
|
10031
10038
|
position: static;
|
|
10032
10039
|
}
|
|
10033
10040
|
}
|
|
@@ -10041,7 +10048,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10041
10048
|
container-name: narrow-references-container;
|
|
10042
10049
|
container-type: inline-size;
|
|
10043
10050
|
}
|
|
10044
|
-
.ref-search-meta[data-v-
|
|
10051
|
+
.ref-search-meta[data-v-ae9b4ecb] {
|
|
10045
10052
|
background: var(--scalar-background-1);
|
|
10046
10053
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
10047
10054
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -10055,17 +10062,17 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10055
10062
|
}
|
|
10056
10063
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
10057
10064
|
@media (max-width: 1000px) {
|
|
10058
|
-
.agent-scalar.agent-scalar[data-v-
|
|
10065
|
+
.agent-scalar.agent-scalar[data-v-3496197b] {
|
|
10059
10066
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
10060
10067
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
10061
10068
|
inset-inline: 0;
|
|
10062
10069
|
top: 48px;
|
|
10063
10070
|
}
|
|
10064
|
-
.agent-scalar.agent-scalar[data-v-
|
|
10071
|
+
.agent-scalar.agent-scalar[data-v-3496197b], .agent-scalar-overlay.agent-scalar-overlay[data-v-3496197b] {
|
|
10065
10072
|
z-index: 15;
|
|
10066
10073
|
}
|
|
10067
10074
|
}
|
|
10068
|
-
.scalar-mcp-layer[data-v-
|
|
10075
|
+
.scalar-mcp-layer[data-v-5b614c7b] {
|
|
10069
10076
|
gap: 2px;
|
|
10070
10077
|
display: flex;
|
|
10071
10078
|
flex-direction: column;
|
|
@@ -10075,13 +10082,13 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10075
10082
|
transition: all 0.4s ease-in-out;
|
|
10076
10083
|
height: 32px;
|
|
10077
10084
|
}
|
|
10078
|
-
.scalar-mcp-layer[data-v-
|
|
10085
|
+
.scalar-mcp-layer[data-v-5b614c7b]:hover {
|
|
10079
10086
|
height: 172px;
|
|
10080
10087
|
}
|
|
10081
|
-
.scalar-mcp-layer-link[data-v-
|
|
10088
|
+
.scalar-mcp-layer-link[data-v-5b614c7b]:hover {
|
|
10082
10089
|
cursor: pointer !important;
|
|
10083
10090
|
}
|
|
10084
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10091
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b] {
|
|
10085
10092
|
cursor: pointer;
|
|
10086
10093
|
width: 100%;
|
|
10087
10094
|
padding: 9px 6px;
|
|
@@ -10104,7 +10111,7 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10104
10111
|
bottom: 0;
|
|
10105
10112
|
}
|
|
10106
10113
|
/* increase click area for gap */
|
|
10107
|
-
.scalar-mcp-layer-link[data-v-
|
|
10114
|
+
.scalar-mcp-layer-link[data-v-5b614c7b]:after {
|
|
10108
10115
|
content: '';
|
|
10109
10116
|
position: absolute;
|
|
10110
10117
|
bottom: -2px;
|
|
@@ -10112,49 +10119,49 @@ button.headers-card-title[data-v-4a9699e9]:hover {
|
|
|
10112
10119
|
width: 100%;
|
|
10113
10120
|
left: 0;
|
|
10114
10121
|
}
|
|
10115
|
-
.scalar-mcp-layer div.scalar-mcp-layer-link[data-v-
|
|
10122
|
+
.scalar-mcp-layer div.scalar-mcp-layer-link[data-v-5b614c7b] {
|
|
10116
10123
|
cursor: default;
|
|
10117
10124
|
}
|
|
10118
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10125
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(1) {
|
|
10119
10126
|
transform: translate3d(0, 0, 0);
|
|
10120
10127
|
position: relative;
|
|
10121
10128
|
}
|
|
10122
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10129
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(2) {
|
|
10123
10130
|
transform: translate3d(0, -2px, 0) scale(0.99);
|
|
10124
10131
|
}
|
|
10125
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
10132
|
+
.scalar-mcp-layer:hover a[data-v-5b614c7b]:nth-last-child(2) {
|
|
10126
10133
|
transform: translate3d(0, calc(-100% - 2px), 0) scale(0.99);
|
|
10127
10134
|
}
|
|
10128
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10135
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(3) {
|
|
10129
10136
|
transform: translate3d(0, -4px, 0) scale(0.98);
|
|
10130
10137
|
}
|
|
10131
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
10138
|
+
.scalar-mcp-layer:hover a[data-v-5b614c7b]:nth-last-child(3) {
|
|
10132
10139
|
transform: translate3d(0, calc(-200% - 4px), 0) scale(1);
|
|
10133
10140
|
}
|
|
10134
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10141
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(4) {
|
|
10135
10142
|
transform: translate3d(0, -6px, 0) scale(0.97);
|
|
10136
10143
|
}
|
|
10137
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
10144
|
+
.scalar-mcp-layer:hover a[data-v-5b614c7b]:nth-last-child(4) {
|
|
10138
10145
|
transform: translate3d(0, calc(-300% - 6px), 0) scale(1);
|
|
10139
10146
|
}
|
|
10140
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10147
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:nth-last-child(5) {
|
|
10141
10148
|
transform: translate3d(0, -8px, 0) scale(0.96);
|
|
10142
10149
|
}
|
|
10143
|
-
.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) {
|
|
10144
10151
|
transform: translate3d(0, calc(-400% - 8px), 0) scale(1);
|
|
10145
10152
|
}
|
|
10146
|
-
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-
|
|
10153
|
+
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-5b614c7b] {
|
|
10147
10154
|
transition: transform 0.2s ease-in-out 0.1s;
|
|
10148
10155
|
}
|
|
10149
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
10156
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-5b614c7b]:hover {
|
|
10150
10157
|
background: var(--scalar-background-2);
|
|
10151
10158
|
}
|
|
10152
|
-
.scalar-mcp-layer .mcp-logo[data-v-
|
|
10159
|
+
.scalar-mcp-layer .mcp-logo[data-v-5b614c7b] {
|
|
10153
10160
|
width: 16px;
|
|
10154
10161
|
height: 16px;
|
|
10155
10162
|
color: var(--scalar-sidebar-color-1);
|
|
10156
10163
|
}
|
|
10157
|
-
.mcp-nav[data-v-
|
|
10164
|
+
.mcp-nav[data-v-5b614c7b] {
|
|
10158
10165
|
color: var(--scalar-sidebar-color-2);
|
|
10159
10166
|
}
|
|
10160
10167
|
/* Add base styles to the body. Removed browser default margins for a better experience. */
|
|
@@ -10168,9 +10175,12 @@ body {
|
|
|
10168
10175
|
:root {
|
|
10169
10176
|
--scalar-loaded-api-reference: true;
|
|
10170
10177
|
}
|
|
10178
|
+
.asyncapi-sidebar-document-section > .group\/spacer-after {
|
|
10179
|
+
height: 0;
|
|
10180
|
+
}
|
|
10171
10181
|
/* Configurable Layout Variables */
|
|
10172
10182
|
@layer scalar-config {
|
|
10173
|
-
.scalar-api-reference[data-v-
|
|
10183
|
+
.scalar-api-reference[data-v-876968b6] {
|
|
10174
10184
|
/* The header height */
|
|
10175
10185
|
--refs-header-height: calc(
|
|
10176
10186
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -10192,19 +10202,19 @@ body {
|
|
|
10192
10202
|
/* The maximum width of the content column */
|
|
10193
10203
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
10194
10204
|
}
|
|
10195
|
-
.scalar-api-reference.references-classic[data-v-
|
|
10205
|
+
.scalar-api-reference.references-classic[data-v-876968b6] {
|
|
10196
10206
|
/* Classic layout is wider */
|
|
10197
10207
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
10198
10208
|
min-height: 100dvh;
|
|
10199
10209
|
--refs-sidebar-width: 0;
|
|
10200
10210
|
}
|
|
10201
10211
|
}
|
|
10202
|
-
.t-doc__sidebar[data-v-
|
|
10212
|
+
.t-doc__sidebar[data-v-876968b6] {
|
|
10203
10213
|
z-index: 10;
|
|
10204
10214
|
}
|
|
10205
10215
|
/* ----------------------------------------------------- */
|
|
10206
10216
|
/* References Layout */
|
|
10207
|
-
.references-layout[data-v-
|
|
10217
|
+
.references-layout[data-v-876968b6] {
|
|
10208
10218
|
/* Try to fill the container */
|
|
10209
10219
|
min-height: 100dvh;
|
|
10210
10220
|
min-width: 100%;
|
|
@@ -10228,31 +10238,31 @@ body {
|
|
|
10228
10238
|
|
|
10229
10239
|
background: var(--scalar-background-1);
|
|
10230
10240
|
}
|
|
10231
|
-
.references-editor[data-v-
|
|
10241
|
+
.references-editor[data-v-876968b6] {
|
|
10232
10242
|
grid-area: editor;
|
|
10233
10243
|
display: flex;
|
|
10234
10244
|
min-width: 0;
|
|
10235
10245
|
background: var(--scalar-background-1);
|
|
10236
10246
|
}
|
|
10237
|
-
.references-rendered[data-v-
|
|
10247
|
+
.references-rendered[data-v-876968b6] {
|
|
10238
10248
|
position: relative;
|
|
10239
10249
|
grid-area: rendered;
|
|
10240
10250
|
min-width: 0;
|
|
10241
10251
|
background: var(--scalar-background-1);
|
|
10242
10252
|
}
|
|
10243
|
-
.scalar-api-reference.references-classic[data-v-
|
|
10244
|
-
.references-classic .references-rendered[data-v-
|
|
10253
|
+
.scalar-api-reference.references-classic[data-v-876968b6],
|
|
10254
|
+
.references-classic .references-rendered[data-v-876968b6] {
|
|
10245
10255
|
height: initial !important;
|
|
10246
10256
|
max-height: initial !important;
|
|
10247
10257
|
}
|
|
10248
10258
|
@layer scalar-config {
|
|
10249
|
-
.references-sidebar[data-v-
|
|
10259
|
+
.references-sidebar[data-v-876968b6] {
|
|
10250
10260
|
/* Set a default width if references are enabled */
|
|
10251
10261
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
10252
10262
|
}
|
|
10253
10263
|
}
|
|
10254
10264
|
/* Footer */
|
|
10255
|
-
.references-footer[data-v-
|
|
10265
|
+
.references-footer[data-v-876968b6] {
|
|
10256
10266
|
grid-area: footer;
|
|
10257
10267
|
}
|
|
10258
10268
|
/* ----------------------------------------------------- */
|
|
@@ -10267,12 +10277,12 @@ body {
|
|
|
10267
10277
|
*/
|
|
10268
10278
|
@media (width < 1000px) {
|
|
10269
10279
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
10270
|
-
.references-developer-tools[data-v-
|
|
10280
|
+
.references-developer-tools[data-v-876968b6] {
|
|
10271
10281
|
display: none;
|
|
10272
10282
|
}
|
|
10273
10283
|
|
|
10274
10284
|
/* Stack view on mobile */
|
|
10275
|
-
.references-layout[data-v-
|
|
10285
|
+
.references-layout[data-v-876968b6] {
|
|
10276
10286
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
10277
10287
|
--refs-sidebar-height: calc(
|
|
10278
10288
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -10287,13 +10297,13 @@ body {
|
|
|
10287
10297
|
'rendered'
|
|
10288
10298
|
'footer';
|
|
10289
10299
|
}
|
|
10290
|
-
.references-editable[data-v-
|
|
10300
|
+
.references-editable[data-v-876968b6] {
|
|
10291
10301
|
grid-template-areas:
|
|
10292
10302
|
'header'
|
|
10293
10303
|
'navigation'
|
|
10294
10304
|
'editor';
|
|
10295
10305
|
}
|
|
10296
|
-
.references-rendered[data-v-
|
|
10306
|
+
.references-rendered[data-v-876968b6] {
|
|
10297
10307
|
position: static;
|
|
10298
10308
|
}
|
|
10299
10309
|
}
|
|
@@ -10304,15 +10314,15 @@ body {
|
|
|
10304
10314
|
*/
|
|
10305
10315
|
/* Match the layout breakpoint above so the mobile header height is only applied below `lg`. */
|
|
10306
10316
|
@media (width < 1000px) {
|
|
10307
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
10317
|
+
.scalar-api-references-standalone-mobile[data-v-876968b6]:not(.references-classic) {
|
|
10308
10318
|
--scalar-header-height: 50px;
|
|
10309
10319
|
}
|
|
10310
10320
|
}
|
|
10311
|
-
.darklight-reference[data-v-
|
|
10321
|
+
.darklight-reference[data-v-876968b6] {
|
|
10312
10322
|
width: 100%;
|
|
10313
10323
|
margin-top: auto;
|
|
10314
10324
|
}
|
|
10315
|
-
.start[data-v-
|
|
10325
|
+
.start[data-v-c592502d] {
|
|
10316
10326
|
padding: 24px;
|
|
10317
10327
|
display: flex;
|
|
10318
10328
|
flex-flow: wrap;
|
|
@@ -10320,10 +10330,10 @@ body {
|
|
|
10320
10330
|
position: relative;
|
|
10321
10331
|
z-index: 0;
|
|
10322
10332
|
}
|
|
10323
|
-
.swagger-editor .start[data-v-
|
|
10333
|
+
.swagger-editor .start[data-v-c592502d] {
|
|
10324
10334
|
padding-top: 24px;
|
|
10325
10335
|
}
|
|
10326
|
-
.start-h1[data-v-
|
|
10336
|
+
.start-h1[data-v-c592502d] {
|
|
10327
10337
|
font-size: var(--scalar-heading-2);
|
|
10328
10338
|
margin-top: 0;
|
|
10329
10339
|
line-height: 1.45;
|
|
@@ -10333,7 +10343,7 @@ body {
|
|
|
10333
10343
|
width: 100%;
|
|
10334
10344
|
position: relative;
|
|
10335
10345
|
}
|
|
10336
|
-
.start-h3[data-v-
|
|
10346
|
+
.start-h3[data-v-c592502d] {
|
|
10337
10347
|
font-size: var(--scalar-paragraph);
|
|
10338
10348
|
margin-top: 0;
|
|
10339
10349
|
margin-bottom: 6px;
|
|
@@ -10343,17 +10353,17 @@ body {
|
|
|
10343
10353
|
color: var(--scalar-color-1);
|
|
10344
10354
|
width: 100%;
|
|
10345
10355
|
}
|
|
10346
|
-
.start-h1[data-v-
|
|
10356
|
+
.start-h1[data-v-c592502d]:not(:first-of-type) {
|
|
10347
10357
|
margin-top: 24px;
|
|
10348
10358
|
}
|
|
10349
|
-
.start-p[data-v-
|
|
10359
|
+
.start-p[data-v-c592502d] {
|
|
10350
10360
|
font-size: var(--scalar-paragraph);
|
|
10351
10361
|
color: var(--scalar-color-2);
|
|
10352
10362
|
line-height: 1.5;
|
|
10353
10363
|
width: 100%;
|
|
10354
10364
|
margin-top: 12px;
|
|
10355
10365
|
}
|
|
10356
|
-
.start-ul[data-v-
|
|
10366
|
+
.start-ul[data-v-c592502d] {
|
|
10357
10367
|
margin-top: 12px;
|
|
10358
10368
|
font-size: var(--scalar-paragraph);
|
|
10359
10369
|
line-height: 1.5;
|
|
@@ -10363,26 +10373,26 @@ body {
|
|
|
10363
10373
|
flex-flow: wrap;
|
|
10364
10374
|
gap: 24px;
|
|
10365
10375
|
}
|
|
10366
|
-
.start-ul li[data-v-
|
|
10376
|
+
.start-ul li[data-v-c592502d] {
|
|
10367
10377
|
margin: 0;
|
|
10368
10378
|
padding: 0;
|
|
10369
10379
|
list-style: none;
|
|
10370
10380
|
width: calc(50% - 24px);
|
|
10371
10381
|
color: var(--scalar-color-2);
|
|
10372
10382
|
}
|
|
10373
|
-
.start-ul li[data-v-
|
|
10383
|
+
.start-ul li[data-v-c592502d]:first-of-type {
|
|
10374
10384
|
margin-top: 0;
|
|
10375
10385
|
}
|
|
10376
|
-
.start-section[data-v-
|
|
10386
|
+
.start-section[data-v-c592502d] {
|
|
10377
10387
|
width: 100%;
|
|
10378
10388
|
margin-bottom: 12px;
|
|
10379
10389
|
display: flex;
|
|
10380
10390
|
flex-flow: wrap;
|
|
10381
10391
|
}
|
|
10382
|
-
.start-section[data-v-
|
|
10392
|
+
.start-section[data-v-c592502d]:last-of-type {
|
|
10383
10393
|
margin-bottom: 48px;
|
|
10384
10394
|
}
|
|
10385
|
-
.start-h2[data-v-
|
|
10395
|
+
.start-h2[data-v-c592502d] {
|
|
10386
10396
|
background: var(--scalar-background-2);
|
|
10387
10397
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
10388
10398
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
@@ -10393,7 +10403,7 @@ body {
|
|
|
10393
10403
|
padding: 9px;
|
|
10394
10404
|
width: 100%;
|
|
10395
10405
|
}
|
|
10396
|
-
.start-item[data-v-
|
|
10406
|
+
.start-item[data-v-c592502d] {
|
|
10397
10407
|
align-items: center;
|
|
10398
10408
|
background: var(--scalar-background-2);
|
|
10399
10409
|
border-right: 1px solid var(--scalar-border-color);
|
|
@@ -10408,79 +10418,79 @@ body {
|
|
|
10408
10418
|
text-transform: capitalize;
|
|
10409
10419
|
user-select: none;
|
|
10410
10420
|
}
|
|
10411
|
-
.start-section-integrations .start-item[data-v-
|
|
10421
|
+
.start-section-integrations .start-item[data-v-c592502d]:first-of-type {
|
|
10412
10422
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
10413
10423
|
border-left: 1px solid var(--scalar-border-color);
|
|
10414
10424
|
}
|
|
10415
|
-
.start-section-integrations .start-item[data-v-
|
|
10425
|
+
.start-section-integrations .start-item[data-v-c592502d]:last-of-type {
|
|
10416
10426
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
10417
10427
|
}
|
|
10418
|
-
.start-section-colors .start-item[data-v-
|
|
10428
|
+
.start-section-colors .start-item[data-v-c592502d] {
|
|
10419
10429
|
min-width: 33.33%;
|
|
10420
10430
|
}
|
|
10421
|
-
.start-section-colors .start-item[data-v-
|
|
10431
|
+
.start-section-colors .start-item[data-v-c592502d]:nth-child(3n + 2) {
|
|
10422
10432
|
border-left: 1px solid var(--scalar-border-color);
|
|
10423
10433
|
}
|
|
10424
|
-
.start-section-colors .start-item[data-v-
|
|
10425
|
-
.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 {
|
|
10426
10436
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
10427
10437
|
}
|
|
10428
|
-
.start-item[data-v-
|
|
10438
|
+
.start-item[data-v-c592502d]:empty {
|
|
10429
10439
|
pointer-events: none;
|
|
10430
10440
|
}
|
|
10431
|
-
.start-item svg[data-v-
|
|
10441
|
+
.start-item svg[data-v-c592502d] {
|
|
10432
10442
|
width: 14px;
|
|
10433
10443
|
height: 14px;
|
|
10434
10444
|
margin-right: 6px;
|
|
10435
10445
|
}
|
|
10436
|
-
.start-item[data-v-
|
|
10446
|
+
.start-item[data-v-c592502d]:hover {
|
|
10437
10447
|
background: var(--scalar-background-3);
|
|
10438
10448
|
}
|
|
10439
|
-
.start-item-active[data-v-
|
|
10449
|
+
.start-item-active[data-v-c592502d] {
|
|
10440
10450
|
z-index: 10;
|
|
10441
10451
|
position: relative;
|
|
10442
10452
|
color: var(--scalar-color-1);
|
|
10443
10453
|
}
|
|
10444
|
-
.start-item-active[data-v-
|
|
10454
|
+
.start-item-active[data-v-c592502d]::before {
|
|
10445
10455
|
border: 1px solid var(--scalar-color-1);
|
|
10446
10456
|
content: '';
|
|
10447
10457
|
inset: -1px -1px -1px -1px;
|
|
10448
10458
|
pointer-events: none;
|
|
10449
10459
|
position: absolute;
|
|
10450
10460
|
}
|
|
10451
|
-
.start-section-color .start-item[data-v-
|
|
10461
|
+
.start-section-color .start-item[data-v-c592502d] {
|
|
10452
10462
|
text-transform: capitalize;
|
|
10453
10463
|
}
|
|
10454
|
-
.start-cta[data-v-
|
|
10464
|
+
.start-cta[data-v-c592502d] {
|
|
10455
10465
|
display: flex;
|
|
10456
10466
|
gap: 12px;
|
|
10457
10467
|
width: 100%;
|
|
10458
10468
|
margin-top: 24px;
|
|
10459
10469
|
margin-bottom: 0;
|
|
10460
10470
|
}
|
|
10461
|
-
.start-row[data-v-
|
|
10471
|
+
.start-row[data-v-c592502d] {
|
|
10462
10472
|
width: 100%;
|
|
10463
10473
|
margin-top: 12px;
|
|
10464
10474
|
overflow: hidden;
|
|
10465
10475
|
}
|
|
10466
|
-
.start-hero-copy[data-v-
|
|
10476
|
+
.start-hero-copy[data-v-c592502d] {
|
|
10467
10477
|
background: var(--scalar-background-2);
|
|
10468
10478
|
padding: 12px;
|
|
10469
10479
|
border-radius: var(--scalar-radius-lg);
|
|
10470
10480
|
}
|
|
10471
|
-
.start-p-small[data-v-
|
|
10481
|
+
.start-p-small[data-v-c592502d] {
|
|
10472
10482
|
font-weight: var(--scalar-semibold);
|
|
10473
10483
|
font-size: var(--scalar-mini);
|
|
10474
10484
|
color: var(--scalar-color-2);
|
|
10475
10485
|
margin-bottom: 12px;
|
|
10476
10486
|
line-height: 1.4;
|
|
10477
10487
|
}
|
|
10478
|
-
.start-cta[data-v-
|
|
10488
|
+
.start-cta[data-v-c592502d] {
|
|
10479
10489
|
margin-bottom: 12px;
|
|
10480
10490
|
width: fit-content;
|
|
10481
10491
|
white-space: nowrap;
|
|
10482
10492
|
}
|
|
10483
|
-
.start-copy[data-v-
|
|
10493
|
+
.start-copy[data-v-c592502d] {
|
|
10484
10494
|
padding: 76px 48px 48px 48px;
|
|
10485
10495
|
display: flex;
|
|
10486
10496
|
justify-content: center;
|
|
@@ -10488,7 +10498,7 @@ body {
|
|
|
10488
10498
|
flex-direction: column;
|
|
10489
10499
|
text-align: center;
|
|
10490
10500
|
}
|
|
10491
|
-
.start-logo[data-v-
|
|
10501
|
+
.start-logo[data-v-c592502d] {
|
|
10492
10502
|
color: var(--scalar-color-1);
|
|
10493
10503
|
margin-bottom: 24px;
|
|
10494
10504
|
width: 72px;
|
|
@@ -10497,7 +10507,7 @@ body {
|
|
|
10497
10507
|
box-shadow: var(--scalar-shadow-2);
|
|
10498
10508
|
border-radius: 50%;
|
|
10499
10509
|
}
|
|
10500
|
-
.start-logo[data-v-
|
|
10510
|
+
.start-logo[data-v-c592502d]:before {
|
|
10501
10511
|
content: '';
|
|
10502
10512
|
width: 300%;
|
|
10503
10513
|
aspect-ratio: 1;
|
|
@@ -10514,7 +10524,7 @@ body {
|
|
|
10514
10524
|
linear-gradient(to right, var(--scalar-border-color) 1px, transparent 1px),
|
|
10515
10525
|
linear-gradient(to bottom, var(--scalar-border-color) 1px, transparent 1px);
|
|
10516
10526
|
}
|
|
10517
|
-
.start-logo svg[data-v-
|
|
10527
|
+
.start-logo svg[data-v-c592502d] {
|
|
10518
10528
|
width: 100%;
|
|
10519
10529
|
height: auto;
|
|
10520
10530
|
background: var(--scalar-background-1);
|
|
@@ -10523,28 +10533,28 @@ body {
|
|
|
10523
10533
|
position: relative;
|
|
10524
10534
|
}
|
|
10525
10535
|
@media screen and (max-width: 600px) {
|
|
10526
|
-
.start-section-colors .start-item[data-v-
|
|
10527
|
-
.start-item[data-v-
|
|
10536
|
+
.start-section-colors .start-item[data-v-c592502d],
|
|
10537
|
+
.start-item[data-v-c592502d] {
|
|
10528
10538
|
width: 100%;
|
|
10529
10539
|
border-radius: 0;
|
|
10530
10540
|
border-right: none;
|
|
10531
10541
|
border-top: 1px solid var(--scalar-border-color);
|
|
10532
10542
|
}
|
|
10533
|
-
.start-item[data-v-
|
|
10543
|
+
.start-item[data-v-c592502d]:empty {
|
|
10534
10544
|
display: none;
|
|
10535
10545
|
}
|
|
10536
|
-
.start-h2[data-v-
|
|
10546
|
+
.start-h2[data-v-c592502d] {
|
|
10537
10547
|
border-bottom: none;
|
|
10538
10548
|
}
|
|
10539
|
-
.start li[data-v-
|
|
10549
|
+
.start li[data-v-c592502d] {
|
|
10540
10550
|
width: 100%;
|
|
10541
10551
|
}
|
|
10542
|
-
.start-copy[data-v-
|
|
10552
|
+
.start-copy[data-v-c592502d] {
|
|
10543
10553
|
padding: 48px 0 24px 0;
|
|
10544
10554
|
}
|
|
10545
10555
|
}
|
|
10546
10556
|
@media screen and (max-width: 1000px) {
|
|
10547
|
-
.start[data-v-
|
|
10557
|
+
.start[data-v-c592502d] {
|
|
10548
10558
|
padding: 0;
|
|
10549
10559
|
overflow: auto;
|
|
10550
10560
|
}
|