@scalar/api-reference-react 0.9.63 → 0.9.66
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 +10 -0
- package/dist/style.css +377 -288
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -493,6 +493,7 @@
|
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
:where(.scalar-app) input:-webkit-autofill {
|
|
496
|
+
-webkit-text-fill-color: var(--scalar-color-1);
|
|
496
497
|
-webkit-background-clip: text !important;
|
|
497
498
|
background-clip: text !important;
|
|
498
499
|
}
|
|
@@ -2283,12 +2284,12 @@
|
|
|
2283
2284
|
color: var(--scalar-color-1);
|
|
2284
2285
|
}
|
|
2285
2286
|
|
|
2286
|
-
.code-input-lite[data-v-
|
|
2287
|
+
.code-input-lite[data-v-4dfd05a3] {
|
|
2287
2288
|
align-items: center;
|
|
2288
2289
|
display: flex;
|
|
2289
2290
|
}
|
|
2290
2291
|
|
|
2291
|
-
.code-input-lite__editor[data-v-
|
|
2292
|
+
.code-input-lite__editor[data-v-4dfd05a3] {
|
|
2292
2293
|
font: inherit;
|
|
2293
2294
|
letter-spacing: inherit;
|
|
2294
2295
|
min-width: 0;
|
|
@@ -2306,11 +2307,11 @@
|
|
|
2306
2307
|
overflow: auto hidden;
|
|
2307
2308
|
}
|
|
2308
2309
|
|
|
2309
|
-
.code-input-lite__editor[data-v-
|
|
2310
|
+
.code-input-lite__editor[data-v-4dfd05a3]::-webkit-scrollbar {
|
|
2310
2311
|
display: none;
|
|
2311
2312
|
}
|
|
2312
2313
|
|
|
2313
|
-
.code-input-lite--empty .code-input-lite__editor[data-v-
|
|
2314
|
+
.code-input-lite--empty .code-input-lite__editor[data-v-4dfd05a3]:not(:focus):before {
|
|
2314
2315
|
content: attr(data-placeholder);
|
|
2315
2316
|
color: var(--scalar-color-3);
|
|
2316
2317
|
pointer-events: none;
|
|
@@ -2322,7 +2323,7 @@
|
|
|
2322
2323
|
left: .5em;
|
|
2323
2324
|
}
|
|
2324
2325
|
|
|
2325
|
-
.code-input-lite--error .code-input-lite__editor[data-v-
|
|
2326
|
+
.code-input-lite--error .code-input-lite__editor[data-v-4dfd05a3] {
|
|
2326
2327
|
outline: 1px solid var(--scalar-color-red);
|
|
2327
2328
|
}
|
|
2328
2329
|
|
|
@@ -2386,22 +2387,22 @@
|
|
|
2386
2387
|
}
|
|
2387
2388
|
}
|
|
2388
2389
|
|
|
2389
|
-
[data-v-
|
|
2390
|
+
[data-v-13500378] .code-input-lite__editor {
|
|
2390
2391
|
font-family: var(--scalar-font);
|
|
2391
2392
|
font-size: var(--scalar-small);
|
|
2392
2393
|
background-color: #0000;
|
|
2393
2394
|
padding: 5px 8px;
|
|
2394
2395
|
}
|
|
2395
2396
|
|
|
2396
|
-
[data-v-
|
|
2397
|
+
[data-v-13500378] .scalar-pill:not(:last-of-type) {
|
|
2397
2398
|
margin-right: .15em;
|
|
2398
2399
|
}
|
|
2399
2400
|
|
|
2400
|
-
[data-v-
|
|
2401
|
+
[data-v-13500378] .scalar-pill:not(:first-of-type) {
|
|
2401
2402
|
margin-left: .5px;
|
|
2402
2403
|
}
|
|
2403
2404
|
|
|
2404
|
-
[data-v-
|
|
2405
|
+
[data-v-c8ab7ba2] .cm-content {
|
|
2405
2406
|
font-size: var(--scalar-small);
|
|
2406
2407
|
}
|
|
2407
2408
|
|
|
@@ -2632,58 +2633,58 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2632
2633
|
background: var(--scalar-background-2);
|
|
2633
2634
|
}
|
|
2634
2635
|
|
|
2635
|
-
[data-v-
|
|
2636
|
+
[data-v-c414dc68] .cm-editor {
|
|
2636
2637
|
outline: none;
|
|
2637
2638
|
width: 100%;
|
|
2638
2639
|
height: 100%;
|
|
2639
2640
|
}
|
|
2640
2641
|
|
|
2641
|
-
[data-v-
|
|
2642
|
+
[data-v-c414dc68] .cm-line {
|
|
2642
2643
|
padding: 0;
|
|
2643
2644
|
}
|
|
2644
2645
|
|
|
2645
|
-
[data-v-
|
|
2646
|
+
[data-v-c414dc68] .cm-content {
|
|
2646
2647
|
font-size: var(--scalar-small);
|
|
2647
2648
|
align-items: center;
|
|
2648
2649
|
padding: 0;
|
|
2649
2650
|
display: flex;
|
|
2650
2651
|
}
|
|
2651
2652
|
|
|
2652
|
-
.scroll-timeline-x[data-v-
|
|
2653
|
+
.scroll-timeline-x[data-v-c414dc68] {
|
|
2653
2654
|
-ms-overflow-style: none;
|
|
2654
2655
|
-webkit-mask-image: linear-gradient(to right, #0000 0, #000 6px calc(100% - 24px), #0000 100%);
|
|
2655
2656
|
mask-image: linear-gradient(to right, #0000 0, #000 6px calc(100% - 24px), #0000 100%);
|
|
2656
2657
|
}
|
|
2657
2658
|
|
|
2658
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2659
|
+
.scroll-timeline-x-hidden[data-v-c414dc68] {
|
|
2659
2660
|
overflow-x: auto;
|
|
2660
2661
|
}
|
|
2661
2662
|
|
|
2662
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2663
|
+
.scroll-timeline-x-hidden[data-v-c414dc68] .cm-scroller {
|
|
2663
2664
|
scrollbar-width: none;
|
|
2664
2665
|
-ms-overflow-style: none;
|
|
2665
2666
|
padding-right: 20px;
|
|
2666
2667
|
overflow: auto;
|
|
2667
2668
|
}
|
|
2668
2669
|
|
|
2669
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2670
|
+
.scroll-timeline-x-hidden[data-v-c414dc68]::-webkit-scrollbar {
|
|
2670
2671
|
width: 0;
|
|
2671
2672
|
height: 0;
|
|
2672
2673
|
display: none;
|
|
2673
2674
|
}
|
|
2674
2675
|
|
|
2675
|
-
.scroll-timeline-x-hidden[data-v-
|
|
2676
|
+
.scroll-timeline-x-hidden[data-v-c414dc68] .cm-scroller::-webkit-scrollbar {
|
|
2676
2677
|
width: 0;
|
|
2677
2678
|
height: 0;
|
|
2678
2679
|
display: none;
|
|
2679
2680
|
}
|
|
2680
2681
|
|
|
2681
|
-
.scroll-timeline-x-address[data-v-
|
|
2682
|
+
.scroll-timeline-x-address[data-v-c414dc68] {
|
|
2682
2683
|
scrollbar-width: none;
|
|
2683
2684
|
line-height: 27px;
|
|
2684
2685
|
}
|
|
2685
2686
|
|
|
2686
|
-
.scroll-timeline-x-address[data-v-
|
|
2687
|
+
.scroll-timeline-x-address[data-v-c414dc68]:after {
|
|
2687
2688
|
content: "";
|
|
2688
2689
|
cursor: text;
|
|
2689
2690
|
width: 24px;
|
|
@@ -2692,45 +2693,45 @@ input[data-v-a6f4752a]::placeholder {
|
|
|
2692
2693
|
right: 0;
|
|
2693
2694
|
}
|
|
2694
2695
|
|
|
2695
|
-
.scroll-timeline-x-address[data-v-
|
|
2696
|
+
.scroll-timeline-x-address[data-v-c414dc68]:empty:before {
|
|
2696
2697
|
content: "Enter URL or cURL request";
|
|
2697
2698
|
color: var(--scalar-color-3);
|
|
2698
2699
|
pointer-events: none;
|
|
2699
2700
|
}
|
|
2700
2701
|
|
|
2701
|
-
.address-bar-bg-states[data-v-
|
|
2702
|
+
.address-bar-bg-states[data-v-c414dc68] {
|
|
2702
2703
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
2703
2704
|
}
|
|
2704
2705
|
|
|
2705
2706
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2706
|
-
.address-bar-bg-states[data-v-
|
|
2707
|
+
.address-bar-bg-states[data-v-c414dc68] {
|
|
2707
2708
|
--scalar-address-bar-bg: color-mix(in srgb,
|
|
2708
2709
|
var(--scalar-background-1),
|
|
2709
2710
|
var(--scalar-background-2));
|
|
2710
2711
|
}
|
|
2711
2712
|
}
|
|
2712
2713
|
|
|
2713
|
-
.address-bar-bg-states[data-v-
|
|
2714
|
+
.address-bar-bg-states[data-v-c414dc68] {
|
|
2714
2715
|
background: var(--scalar-address-bar-bg);
|
|
2715
2716
|
}
|
|
2716
2717
|
|
|
2717
|
-
.address-bar-bg-states[data-v-
|
|
2718
|
+
.address-bar-bg-states[data-v-c414dc68]:has(.cm-focused) {
|
|
2718
2719
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
2719
2720
|
border-color: var(--scalar-border-color);
|
|
2720
2721
|
outline-width: 1px;
|
|
2721
2722
|
outline-style: solid;
|
|
2722
2723
|
}
|
|
2723
2724
|
|
|
2724
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
2725
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-c414dc68], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-c414dc68] {
|
|
2725
2726
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
2726
2727
|
}
|
|
2727
2728
|
|
|
2728
|
-
.app-exit-button[data-v-
|
|
2729
|
+
.app-exit-button[data-v-3769522e] {
|
|
2729
2730
|
color: #fff;
|
|
2730
2731
|
background: #0000001a;
|
|
2731
2732
|
}
|
|
2732
2733
|
|
|
2733
|
-
.app-exit-button[data-v-
|
|
2734
|
+
.app-exit-button[data-v-3769522e]:hover {
|
|
2734
2735
|
background: #ffffff1a;
|
|
2735
2736
|
}
|
|
2736
2737
|
|
|
@@ -5861,10 +5862,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
5861
5862
|
min-width: 100%;
|
|
5862
5863
|
}
|
|
5863
5864
|
|
|
5864
|
-
.scalar-app .min-w-min {
|
|
5865
|
-
min-width: min-content;
|
|
5866
|
-
}
|
|
5867
|
-
|
|
5868
5865
|
.scalar-app .flex-1 {
|
|
5869
5866
|
flex: 1;
|
|
5870
5867
|
}
|
|
@@ -7680,10 +7677,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7680
7677
|
min-width: 20px;
|
|
7681
7678
|
}
|
|
7682
7679
|
|
|
7683
|
-
:is(.scalar-app .\*\:flex-1 > *) {
|
|
7684
|
-
flex: 1;
|
|
7685
|
-
}
|
|
7686
|
-
|
|
7687
7680
|
:is(.scalar-app .\*\:cursor-pointer > *) {
|
|
7688
7681
|
cursor: pointer;
|
|
7689
7682
|
}
|
|
@@ -7696,10 +7689,6 @@ div + .userMessage[data-v-6573ec87] {
|
|
|
7696
7689
|
justify-content: center;
|
|
7697
7690
|
}
|
|
7698
7691
|
|
|
7699
|
-
:is(.scalar-app .\*\:gap-1 > *) {
|
|
7700
|
-
gap: 4px;
|
|
7701
|
-
}
|
|
7702
|
-
|
|
7703
7692
|
:is(.scalar-app .\*\:rounded > *) {
|
|
7704
7693
|
border-radius: var(--scalar-radius-md);
|
|
7705
7694
|
}
|
|
@@ -9647,7 +9636,7 @@ to {
|
|
|
9647
9636
|
}
|
|
9648
9637
|
}
|
|
9649
9638
|
|
|
9650
|
-
.sticky-cards[data-v-
|
|
9639
|
+
.sticky-cards[data-v-8b2934cb] {
|
|
9651
9640
|
display: flex;
|
|
9652
9641
|
flex-direction: column;
|
|
9653
9642
|
position: sticky;
|
|
@@ -9860,14 +9849,14 @@ to {
|
|
|
9860
9849
|
border: 0;
|
|
9861
9850
|
}
|
|
9862
9851
|
|
|
9863
|
-
.error[data-v-
|
|
9852
|
+
.error[data-v-77b16bb4] {
|
|
9864
9853
|
background-color: var(--scalar-color-red);
|
|
9865
9854
|
}
|
|
9866
|
-
.schema-card[data-v-
|
|
9855
|
+
.schema-card[data-v-77b16bb4] {
|
|
9867
9856
|
font-size: var(--scalar-font-size-4);
|
|
9868
9857
|
color: var(--scalar-color-1);
|
|
9869
9858
|
}
|
|
9870
|
-
.schema-card-title[data-v-
|
|
9859
|
+
.schema-card-title[data-v-77b16bb4] {
|
|
9871
9860
|
height: var(--schema-title-height);
|
|
9872
9861
|
|
|
9873
9862
|
padding: 6px 8px;
|
|
@@ -9881,48 +9870,48 @@ to {
|
|
|
9881
9870
|
font-size: var(--scalar-mini);
|
|
9882
9871
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
9883
9872
|
}
|
|
9884
|
-
button.schema-card-title[data-v-
|
|
9873
|
+
button.schema-card-title[data-v-77b16bb4] {
|
|
9885
9874
|
cursor: pointer;
|
|
9886
9875
|
}
|
|
9887
|
-
button.schema-card-title[data-v-
|
|
9876
|
+
button.schema-card-title[data-v-77b16bb4]:hover {
|
|
9888
9877
|
color: var(--scalar-color-1);
|
|
9889
9878
|
}
|
|
9890
|
-
.schema-card-title-icon--open[data-v-
|
|
9879
|
+
.schema-card-title-icon--open[data-v-77b16bb4] {
|
|
9891
9880
|
transform: rotate(45deg);
|
|
9892
9881
|
}
|
|
9893
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
9882
|
+
.schema-properties-open > .schema-card-title[data-v-77b16bb4] {
|
|
9894
9883
|
border-bottom-left-radius: 0;
|
|
9895
9884
|
border-bottom-right-radius: 0;
|
|
9896
9885
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9897
9886
|
}
|
|
9898
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
9887
|
+
.schema-properties-open > .schema-properties[data-v-77b16bb4] {
|
|
9899
9888
|
width: fit-content;
|
|
9900
9889
|
}
|
|
9901
|
-
.schema-card-description[data-v-
|
|
9890
|
+
.schema-card-description[data-v-77b16bb4] {
|
|
9902
9891
|
color: var(--scalar-color-2);
|
|
9903
9892
|
}
|
|
9904
|
-
.schema-card-description + .schema-properties[data-v-
|
|
9893
|
+
.schema-card-description + .schema-properties[data-v-77b16bb4] {
|
|
9905
9894
|
width: fit-content;
|
|
9906
9895
|
}
|
|
9907
|
-
.schema-card-description + .schema-properties[data-v-
|
|
9896
|
+
.schema-card-description + .schema-properties[data-v-77b16bb4] {
|
|
9908
9897
|
margin-top: 8px;
|
|
9909
9898
|
}
|
|
9910
9899
|
.schema-card--level-0:nth-of-type(1)
|
|
9911
|
-
> .schema-card-description[data-v-
|
|
9900
|
+
> .schema-card-description[data-v-77b16bb4]:has(+ .schema-properties) {
|
|
9912
9901
|
margin-bottom: -8px;
|
|
9913
9902
|
padding-bottom: 8px;
|
|
9914
9903
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
9915
9904
|
}
|
|
9916
9905
|
.schema-card--level-0
|
|
9917
9906
|
~ .schema-card--level-0
|
|
9918
|
-
> .schema-card-description[data-v-
|
|
9907
|
+
> .schema-card-description[data-v-77b16bb4]:has(+ .schema-properties) {
|
|
9919
9908
|
padding-top: 8px;
|
|
9920
9909
|
}
|
|
9921
|
-
.schema-properties-open.schema-properties[data-v-
|
|
9922
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
9910
|
+
.schema-properties-open.schema-properties[data-v-77b16bb4],
|
|
9911
|
+
.schema-properties-open > .schema-card--open[data-v-77b16bb4] {
|
|
9923
9912
|
width: 100%;
|
|
9924
9913
|
}
|
|
9925
|
-
.schema-properties[data-v-
|
|
9914
|
+
.schema-properties[data-v-77b16bb4] {
|
|
9926
9915
|
display: flex;
|
|
9927
9916
|
flex-direction: column;
|
|
9928
9917
|
|
|
@@ -9930,63 +9919,63 @@ button.schema-card-title[data-v-e44b49a4]:hover {
|
|
|
9930
9919
|
border-radius: var(--scalar-radius-lg);
|
|
9931
9920
|
width: fit-content;
|
|
9932
9921
|
}
|
|
9933
|
-
.schema-properties-name[data-v-
|
|
9922
|
+
.schema-properties-name[data-v-77b16bb4] {
|
|
9934
9923
|
width: 100%;
|
|
9935
9924
|
}
|
|
9936
|
-
.schema-properties .schema-properties[data-v-
|
|
9925
|
+
.schema-properties .schema-properties[data-v-77b16bb4] {
|
|
9937
9926
|
border-radius: 13.5px;
|
|
9938
9927
|
}
|
|
9939
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
9928
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-77b16bb4] {
|
|
9940
9929
|
border-radius: var(--scalar-radius-lg);
|
|
9941
9930
|
}
|
|
9942
|
-
.schema-properties-open[data-v-
|
|
9931
|
+
.schema-properties-open[data-v-77b16bb4] {
|
|
9943
9932
|
width: 100%;
|
|
9944
9933
|
}
|
|
9945
|
-
.schema-card--compact[data-v-
|
|
9934
|
+
.schema-card--compact[data-v-77b16bb4] {
|
|
9946
9935
|
align-self: flex-start;
|
|
9947
9936
|
}
|
|
9948
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
9937
|
+
.schema-card--compact.schema-card--open[data-v-77b16bb4] {
|
|
9949
9938
|
align-self: initial;
|
|
9950
9939
|
}
|
|
9951
|
-
.schema-card-title--compact[data-v-
|
|
9940
|
+
.schema-card-title--compact[data-v-77b16bb4] {
|
|
9952
9941
|
color: var(--scalar-color-2);
|
|
9953
9942
|
padding: 6px 10px 6px 8px;
|
|
9954
9943
|
height: auto;
|
|
9955
9944
|
border-bottom: none;
|
|
9956
9945
|
}
|
|
9957
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
9946
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-77b16bb4] {
|
|
9958
9947
|
margin: 0;
|
|
9959
9948
|
}
|
|
9960
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
9949
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-77b16bb4] {
|
|
9961
9950
|
transform: rotate(45deg);
|
|
9962
9951
|
}
|
|
9963
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
9952
|
+
.schema-properties-open > .schema-card-title--compact[data-v-77b16bb4] {
|
|
9964
9953
|
position: static;
|
|
9965
9954
|
}
|
|
9966
9955
|
.property--level-0
|
|
9967
9956
|
> .schema-properties
|
|
9968
9957
|
> .schema-card--level-0
|
|
9969
|
-
> .schema-properties[data-v-
|
|
9958
|
+
> .schema-properties[data-v-77b16bb4] {
|
|
9970
9959
|
border: none;
|
|
9971
9960
|
}
|
|
9972
9961
|
.property--level-0
|
|
9973
9962
|
.schema-card--level-0:not(.schema-card--compact)
|
|
9974
|
-
.property--level-1[data-v-
|
|
9963
|
+
.property--level-1[data-v-77b16bb4] {
|
|
9975
9964
|
padding: 0 0 8px;
|
|
9976
9965
|
}
|
|
9977
9966
|
:not(.composition-panel)
|
|
9978
9967
|
> .schema-card--compact.schema-card--level-0
|
|
9979
|
-
> .schema-properties[data-v-
|
|
9968
|
+
> .schema-properties[data-v-77b16bb4] {
|
|
9980
9969
|
border: none;
|
|
9981
9970
|
}
|
|
9982
|
-
[data-v-
|
|
9971
|
+
[data-v-77b16bb4] .schema-card-description p {
|
|
9983
9972
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
9984
9973
|
color: var(--scalar-color-2);
|
|
9985
9974
|
margin-bottom: 0;
|
|
9986
9975
|
display: block;
|
|
9987
9976
|
margin-bottom: 6px;
|
|
9988
9977
|
}
|
|
9989
|
-
.children .schema-card-description[data-v-
|
|
9978
|
+
.children .schema-card-description[data-v-77b16bb4]:first-of-type {
|
|
9990
9979
|
padding-top: 0;
|
|
9991
9980
|
}
|
|
9992
9981
|
|
|
@@ -10244,28 +10233,85 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10244
10233
|
.property-example:hover .property-example-value-list[data-v-370db0bd], .property-example:focus-within .property-example-value-list[data-v-370db0bd] {
|
|
10245
10234
|
display: flex;
|
|
10246
10235
|
}
|
|
10236
|
+
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
10237
|
+
.property-pattern[data-v-2034a630] {
|
|
10238
|
+
font-size: var(--scalar-mini);
|
|
10239
|
+
flex-direction: column;
|
|
10240
|
+
display: flex;
|
|
10241
|
+
position: relative;
|
|
10242
|
+
}
|
|
10243
|
+
.property-pattern[data-v-2034a630]:hover:before {
|
|
10244
|
+
content: "";
|
|
10245
|
+
border-radius: var(--scalar-radius);
|
|
10246
|
+
width: 100%;
|
|
10247
|
+
height: 20px;
|
|
10248
|
+
position: absolute;
|
|
10249
|
+
top: 0;
|
|
10250
|
+
left: 0;
|
|
10251
|
+
}
|
|
10252
|
+
.property-pattern-popup[data-v-2034a630] {
|
|
10253
|
+
background-color: var(--scalar-background-1);
|
|
10254
|
+
box-shadow: var(--scalar-shadow-1);
|
|
10255
|
+
border-radius: var(--scalar-radius-lg);
|
|
10256
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10257
|
+
z-index: 1000;
|
|
10258
|
+
min-width: 200px;
|
|
10259
|
+
max-width: min(500px, 100vw - 32px);
|
|
10260
|
+
max-height: min(400px, 100vh - 32px);
|
|
10261
|
+
padding: 9px;
|
|
10262
|
+
display: none;
|
|
10263
|
+
position: absolute;
|
|
10264
|
+
top: 18px;
|
|
10265
|
+
left: 50%;
|
|
10266
|
+
overflow-y: auto;
|
|
10267
|
+
transform: translate3d(-50%, 0, 0);
|
|
10268
|
+
}
|
|
10269
|
+
.property-pattern:hover .property-pattern-popup[data-v-2034a630], .property-pattern:focus-within .property-pattern-popup[data-v-2034a630], .property-pattern.is-open .property-pattern-popup[data-v-2034a630] {
|
|
10270
|
+
display: flex;
|
|
10271
|
+
}
|
|
10272
|
+
.property-pattern-value[data-v-2034a630] {
|
|
10273
|
+
font-family: var(--scalar-font-code);
|
|
10274
|
+
background: var(--scalar-background-2);
|
|
10275
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10276
|
+
border-radius: var(--scalar-radius);
|
|
10277
|
+
align-items: flex-start;
|
|
10278
|
+
gap: 8px;
|
|
10279
|
+
width: 100%;
|
|
10280
|
+
padding: 6px;
|
|
10281
|
+
display: flex;
|
|
10282
|
+
}
|
|
10283
|
+
.property-pattern-value code[data-v-2034a630] {
|
|
10284
|
+
font-family: var(--scalar-font-code);
|
|
10285
|
+
font-size: var(--scalar-font-size-3);
|
|
10286
|
+
color: var(--scalar-color-2);
|
|
10287
|
+
white-space: pre-wrap;
|
|
10288
|
+
word-break: break-word;
|
|
10289
|
+
overflow-wrap: anywhere;
|
|
10290
|
+
text-align: left;
|
|
10291
|
+
flex: 1;
|
|
10292
|
+
}
|
|
10247
10293
|
|
|
10248
|
-
.property-heading[data-v-
|
|
10294
|
+
.property-heading[data-v-6556c3e9] {
|
|
10249
10295
|
display: flex;
|
|
10250
10296
|
flex-wrap: wrap;
|
|
10251
10297
|
align-items: baseline;
|
|
10252
10298
|
row-gap: 9px;
|
|
10253
10299
|
white-space: nowrap;
|
|
10254
10300
|
}
|
|
10255
|
-
.property-heading[data-v-
|
|
10256
|
-
.property-heading[data-v-
|
|
10301
|
+
.property-heading[data-v-6556c3e9]:has(+ .children),
|
|
10302
|
+
.property-heading[data-v-6556c3e9]:has(+ .property-rule) {
|
|
10257
10303
|
margin-bottom: 9px;
|
|
10258
10304
|
}
|
|
10259
|
-
.property-heading[data-v-
|
|
10305
|
+
.property-heading[data-v-6556c3e9] > * {
|
|
10260
10306
|
margin-right: 9px;
|
|
10261
10307
|
}
|
|
10262
|
-
.property-heading[data-v-
|
|
10308
|
+
.property-heading[data-v-6556c3e9]:last-child {
|
|
10263
10309
|
margin-right: 0;
|
|
10264
10310
|
}
|
|
10265
|
-
.property-heading > .property-detail[data-v-
|
|
10311
|
+
.property-heading > .property-detail[data-v-6556c3e9]:not(:last-of-type) {
|
|
10266
10312
|
margin-right: 0;
|
|
10267
10313
|
}
|
|
10268
|
-
.property-name[data-v-
|
|
10314
|
+
.property-name[data-v-6556c3e9] {
|
|
10269
10315
|
max-width: 100%;
|
|
10270
10316
|
font-family: var(--scalar-font-code);
|
|
10271
10317
|
font-weight: var(--scalar-bold);
|
|
@@ -10273,30 +10319,30 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10273
10319
|
white-space: normal;
|
|
10274
10320
|
overflow-wrap: break-word;
|
|
10275
10321
|
}
|
|
10276
|
-
.property-additional[data-v-
|
|
10322
|
+
.property-additional[data-v-6556c3e9] {
|
|
10277
10323
|
font-family: var(--scalar-font-code);
|
|
10278
10324
|
}
|
|
10279
|
-
.property-required[data-v-
|
|
10280
|
-
.property-optional[data-v-
|
|
10325
|
+
.property-required[data-v-6556c3e9],
|
|
10326
|
+
.property-optional[data-v-6556c3e9] {
|
|
10281
10327
|
color: var(--scalar-color-2);
|
|
10282
10328
|
}
|
|
10283
|
-
.property-required[data-v-
|
|
10329
|
+
.property-required[data-v-6556c3e9] {
|
|
10284
10330
|
font-size: var(--scalar-mini);
|
|
10285
10331
|
color: var(--scalar-color-orange);
|
|
10286
10332
|
}
|
|
10287
|
-
.property-read-only[data-v-
|
|
10333
|
+
.property-read-only[data-v-6556c3e9] {
|
|
10288
10334
|
font-size: var(--scalar-mini);
|
|
10289
10335
|
color: var(--scalar-color-blue);
|
|
10290
10336
|
}
|
|
10291
|
-
.property-write-only[data-v-
|
|
10337
|
+
.property-write-only[data-v-6556c3e9] {
|
|
10292
10338
|
font-size: var(--scalar-mini);
|
|
10293
10339
|
color: var(--scalar-color-green);
|
|
10294
10340
|
}
|
|
10295
|
-
.property-discriminator[data-v-
|
|
10341
|
+
.property-discriminator[data-v-6556c3e9] {
|
|
10296
10342
|
font-size: var(--scalar-mini);
|
|
10297
10343
|
color: var(--scalar-color-purple);
|
|
10298
10344
|
}
|
|
10299
|
-
.property-detail[data-v-
|
|
10345
|
+
.property-detail[data-v-6556c3e9] {
|
|
10300
10346
|
font-size: var(--scalar-mini);
|
|
10301
10347
|
color: var(--scalar-color-2);
|
|
10302
10348
|
display: flex;
|
|
@@ -10304,10 +10350,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10304
10350
|
|
|
10305
10351
|
min-width: 0;
|
|
10306
10352
|
}
|
|
10307
|
-
.property-const[data-v-
|
|
10353
|
+
.property-const[data-v-6556c3e9] {
|
|
10308
10354
|
color: var(--scalar-color-1);
|
|
10309
10355
|
}
|
|
10310
|
-
.deprecated[data-v-
|
|
10356
|
+
.deprecated[data-v-6556c3e9] {
|
|
10311
10357
|
text-decoration: line-through;
|
|
10312
10358
|
}
|
|
10313
10359
|
|
|
@@ -10525,20 +10571,20 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10525
10571
|
padding-bottom: 9px;
|
|
10526
10572
|
}
|
|
10527
10573
|
|
|
10528
|
-
.reference-models-anchor[data-v-
|
|
10574
|
+
.reference-models-anchor[data-v-df54aefe] {
|
|
10529
10575
|
display: flex;
|
|
10530
10576
|
align-items: center;
|
|
10531
10577
|
font-size: 20px;
|
|
10532
10578
|
padding-left: 6px;
|
|
10533
10579
|
color: var(--scalar-color-1);
|
|
10534
10580
|
}
|
|
10535
|
-
.reference-models-label[data-v-
|
|
10581
|
+
.reference-models-label[data-v-df54aefe] {
|
|
10536
10582
|
display: block;
|
|
10537
10583
|
font-size: var(--scalar-mini);
|
|
10538
10584
|
}
|
|
10539
10585
|
|
|
10540
10586
|
/* Style the "icon" */
|
|
10541
|
-
.reference-models-label[data-v-
|
|
10587
|
+
.reference-models-label[data-v-df54aefe] em {
|
|
10542
10588
|
font-weight: var(--scalar-bold);
|
|
10543
10589
|
}
|
|
10544
10590
|
|
|
@@ -10665,24 +10711,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10665
10711
|
}
|
|
10666
10712
|
}
|
|
10667
10713
|
|
|
10668
|
-
.endpoint[data-v-
|
|
10714
|
+
.endpoint[data-v-d54500d7] {
|
|
10669
10715
|
display: flex;
|
|
10670
10716
|
white-space: nowrap;
|
|
10671
10717
|
cursor: pointer;
|
|
10672
10718
|
text-decoration: none;
|
|
10673
10719
|
}
|
|
10674
|
-
.endpoint:hover .endpoint-path[data-v-
|
|
10675
|
-
.endpoint:focus-visible .endpoint-path[data-v-
|
|
10720
|
+
.endpoint:hover .endpoint-path[data-v-d54500d7],
|
|
10721
|
+
.endpoint:focus-visible .endpoint-path[data-v-d54500d7] {
|
|
10676
10722
|
text-decoration: underline;
|
|
10677
10723
|
}
|
|
10678
|
-
.endpoint .post[data-v-
|
|
10679
|
-
.endpoint .get[data-v-
|
|
10680
|
-
.endpoint .delete[data-v-
|
|
10681
|
-
.endpoint .put[data-v-
|
|
10724
|
+
.endpoint .post[data-v-d54500d7],
|
|
10725
|
+
.endpoint .get[data-v-d54500d7],
|
|
10726
|
+
.endpoint .delete[data-v-d54500d7],
|
|
10727
|
+
.endpoint .put[data-v-d54500d7] {
|
|
10682
10728
|
white-space: nowrap;
|
|
10683
10729
|
}
|
|
10684
|
-
.endpoint-method[data-v-
|
|
10685
|
-
.endpoint-path[data-v-
|
|
10730
|
+
.endpoint-method[data-v-d54500d7],
|
|
10731
|
+
.endpoint-path[data-v-d54500d7] {
|
|
10686
10732
|
color: var(--scalar-color-1);
|
|
10687
10733
|
min-width: 62px;
|
|
10688
10734
|
display: inline-flex;
|
|
@@ -10691,14 +10737,14 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10691
10737
|
font-size: var(--scalar-small);
|
|
10692
10738
|
cursor: pointer;
|
|
10693
10739
|
}
|
|
10694
|
-
.endpoint-method[data-v-
|
|
10740
|
+
.endpoint-method[data-v-d54500d7] {
|
|
10695
10741
|
text-align: right;
|
|
10696
10742
|
}
|
|
10697
|
-
.endpoint-path[data-v-
|
|
10743
|
+
.endpoint-path[data-v-d54500d7] {
|
|
10698
10744
|
margin-left: 12px;
|
|
10699
10745
|
text-transform: initial;
|
|
10700
10746
|
}
|
|
10701
|
-
.deprecated[data-v-
|
|
10747
|
+
.deprecated[data-v-d54500d7] {
|
|
10702
10748
|
text-decoration: line-through;
|
|
10703
10749
|
}
|
|
10704
10750
|
|
|
@@ -10714,42 +10760,51 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10714
10760
|
width: 100%;
|
|
10715
10761
|
}
|
|
10716
10762
|
|
|
10717
|
-
.tag-section[data-v-
|
|
10763
|
+
.tag-section[data-v-fafcaa8a] {
|
|
10718
10764
|
margin-bottom: 48px;
|
|
10719
10765
|
}
|
|
10720
|
-
.tag-name[data-v-
|
|
10766
|
+
.tag-name[data-v-fafcaa8a] {
|
|
10721
10767
|
text-transform: capitalize;
|
|
10722
10768
|
}
|
|
10723
|
-
.tag-description[data-v-
|
|
10769
|
+
.tag-description[data-v-fafcaa8a] {
|
|
10724
10770
|
padding-bottom: 4px;
|
|
10725
10771
|
text-align: left;
|
|
10726
10772
|
}
|
|
10727
10773
|
|
|
10728
10774
|
/* Tag Groups */
|
|
10729
|
-
.tag-section-group .tag-group-name[data-v-
|
|
10775
|
+
.tag-section-group .tag-group-name[data-v-fafcaa8a] {
|
|
10730
10776
|
gap: 12px;
|
|
10731
10777
|
align-self: stretch;
|
|
10732
10778
|
grid-template-columns: auto 1fr;
|
|
10733
10779
|
}
|
|
10734
|
-
.tag-group-name[data-v-
|
|
10780
|
+
.tag-group-name[data-v-fafcaa8a]:after {
|
|
10735
10781
|
content: '';
|
|
10736
10782
|
display: block;
|
|
10737
10783
|
height: 1px;
|
|
10738
10784
|
align-self: center;
|
|
10739
10785
|
background: var(--scalar-border-color);
|
|
10740
10786
|
}
|
|
10741
|
-
.tag-group-name[data-v-
|
|
10742
|
-
.tag-group-name[data-v-
|
|
10787
|
+
.tag-group-name[data-v-fafcaa8a]:has(* > *:hover),
|
|
10788
|
+
.tag-group-name[data-v-fafcaa8a]:has(:focus-visible) {
|
|
10743
10789
|
gap: 32px;
|
|
10744
10790
|
}
|
|
10745
|
-
.tag-section-group .tag-section[data-v-
|
|
10791
|
+
.tag-section-group .tag-section[data-v-fafcaa8a] {
|
|
10746
10792
|
padding-inline: 0;
|
|
10747
10793
|
margin-bottom: 24px;
|
|
10748
10794
|
}
|
|
10749
|
-
.tag-section-group .tag-section[data-v-
|
|
10795
|
+
.tag-section-group .tag-section[data-v-fafcaa8a]:last-of-type {
|
|
10750
10796
|
margin-bottom: 0;
|
|
10751
10797
|
}
|
|
10752
10798
|
|
|
10799
|
+
/*
|
|
10800
|
+
* A tag nested inside another tag's container would otherwise inherit a second
|
|
10801
|
+
* layer of horizontal padding. Dropping it keeps every section flush left
|
|
10802
|
+
* regardless of how deep the tag hierarchy goes.
|
|
10803
|
+
*/
|
|
10804
|
+
.tag-section.tag-section-nested[data-v-fafcaa8a] {
|
|
10805
|
+
padding-inline: 0;
|
|
10806
|
+
}
|
|
10807
|
+
|
|
10753
10808
|
.channels-card[data-v-817abeb3] {
|
|
10754
10809
|
position: sticky;
|
|
10755
10810
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
@@ -10776,10 +10831,18 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10776
10831
|
text-decoration: underline;
|
|
10777
10832
|
}
|
|
10778
10833
|
|
|
10779
|
-
.section-container[data-v-
|
|
10834
|
+
.section-container[data-v-b6a490f4] {
|
|
10780
10835
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10781
10836
|
}
|
|
10782
|
-
|
|
10837
|
+
/*
|
|
10838
|
+
* A tag nested inside another tag's container would otherwise inherit a second
|
|
10839
|
+
* layer of horizontal padding. Dropping it keeps every section flush left
|
|
10840
|
+
* regardless of how deep the tag hierarchy goes.
|
|
10841
|
+
*/
|
|
10842
|
+
.tag-section-container.tag-section-nested[data-v-b6a490f4] {
|
|
10843
|
+
padding-inline: 0;
|
|
10844
|
+
}
|
|
10845
|
+
.section-container.tag-section-collapsed[data-v-b6a490f4] {
|
|
10783
10846
|
background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
|
|
10784
10847
|
}
|
|
10785
10848
|
|
|
@@ -10795,10 +10858,10 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10795
10858
|
letter-spacing: 0.05em;
|
|
10796
10859
|
}
|
|
10797
10860
|
|
|
10798
|
-
.message[data-v-
|
|
10861
|
+
.message[data-v-08f2cf5d] {
|
|
10799
10862
|
scroll-margin-top: var(--refs-viewport-offset);
|
|
10800
10863
|
}
|
|
10801
|
-
.message-title[data-v-
|
|
10864
|
+
.message-title[data-v-08f2cf5d] {
|
|
10802
10865
|
font-size: var(--scalar-heading-4);
|
|
10803
10866
|
font-weight: var(--scalar-semibold);
|
|
10804
10867
|
color: var(--scalar-color-1);
|
|
@@ -10808,27 +10871,27 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10808
10871
|
* Anchor slot so the copy-anchor "#" button (absolutely positioned just past the end of the
|
|
10809
10872
|
* slot content on hover) trails after the last pill instead of overlapping the first one.
|
|
10810
10873
|
*/
|
|
10811
|
-
.message-heading[data-v-
|
|
10874
|
+
.message-heading[data-v-08f2cf5d] {
|
|
10812
10875
|
display: inline-flex;
|
|
10813
10876
|
flex-wrap: wrap;
|
|
10814
10877
|
align-items: center;
|
|
10815
10878
|
gap: 8px;
|
|
10816
10879
|
}
|
|
10817
10880
|
/* Pad the expanded body so the description and schemas don't sit flush against the border. */
|
|
10818
|
-
.message-accordion[data-v-
|
|
10881
|
+
.message-accordion[data-v-08f2cf5d] .section-accordion-content-card {
|
|
10819
10882
|
padding: 12px;
|
|
10820
10883
|
}
|
|
10821
|
-
.message-description[data-v-
|
|
10884
|
+
.message-description[data-v-08f2cf5d] {
|
|
10822
10885
|
padding-bottom: 4px;
|
|
10823
10886
|
text-align: left;
|
|
10824
10887
|
}
|
|
10825
|
-
.message-schema[data-v-
|
|
10888
|
+
.message-schema[data-v-08f2cf5d] {
|
|
10826
10889
|
margin-top: 12px;
|
|
10827
10890
|
}
|
|
10828
|
-
.message-schema[data-v-
|
|
10891
|
+
.message-schema[data-v-08f2cf5d]:first-child {
|
|
10829
10892
|
margin-top: 0;
|
|
10830
10893
|
}
|
|
10831
|
-
.message-schema-title[data-v-
|
|
10894
|
+
.message-schema-title[data-v-08f2cf5d] {
|
|
10832
10895
|
font-size: var(--scalar-font-size-2);
|
|
10833
10896
|
font-weight: var(--scalar-semibold);
|
|
10834
10897
|
color: var(--scalar-color-1);
|
|
@@ -10837,23 +10900,23 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10837
10900
|
margin-bottom: 8px;
|
|
10838
10901
|
}
|
|
10839
10902
|
|
|
10840
|
-
.operation[data-v-
|
|
10903
|
+
.operation[data-v-a929e624] {
|
|
10841
10904
|
margin-top: 32px;
|
|
10842
10905
|
scroll-margin-top: var(--refs-viewport-offset);
|
|
10843
10906
|
}
|
|
10844
|
-
.operation-header[data-v-
|
|
10907
|
+
.operation-header[data-v-a929e624] {
|
|
10845
10908
|
display: flex;
|
|
10846
10909
|
align-items: center;
|
|
10847
10910
|
gap: 8px;
|
|
10848
10911
|
}
|
|
10849
|
-
.operation-title[data-v-
|
|
10912
|
+
.operation-title[data-v-a929e624] {
|
|
10850
10913
|
font-size: var(--scalar-heading-3);
|
|
10851
10914
|
font-weight: var(--scalar-semibold);
|
|
10852
10915
|
color: var(--scalar-color-1);
|
|
10853
10916
|
}
|
|
10854
10917
|
|
|
10855
10918
|
/* Filled, color-coded pill carries the primary send/receive signal. */
|
|
10856
|
-
.operation-action[data-v-
|
|
10919
|
+
.operation-action[data-v-a929e624] {
|
|
10857
10920
|
text-transform: uppercase;
|
|
10858
10921
|
font-size: var(--scalar-mini);
|
|
10859
10922
|
font-weight: var(--scalar-semibold);
|
|
@@ -10863,20 +10926,20 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
10863
10926
|
display: inline-flex;
|
|
10864
10927
|
align-items: center;
|
|
10865
10928
|
}
|
|
10866
|
-
.operation-action--send[data-v-
|
|
10929
|
+
.operation-action--send[data-v-a929e624] {
|
|
10867
10930
|
color: var(--scalar-color-blue);
|
|
10868
10931
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 88%);
|
|
10869
10932
|
}
|
|
10870
|
-
.operation-action--receive[data-v-
|
|
10933
|
+
.operation-action--receive[data-v-a929e624] {
|
|
10871
10934
|
color: var(--scalar-color-green);
|
|
10872
10935
|
background: color-mix(in srgb, var(--scalar-color-green), transparent 88%);
|
|
10873
10936
|
}
|
|
10874
|
-
.operation-description[data-v-
|
|
10937
|
+
.operation-description[data-v-a929e624] {
|
|
10875
10938
|
text-align: left;
|
|
10876
10939
|
margin-top: 4px;
|
|
10877
10940
|
}
|
|
10878
10941
|
/* Space the first message accordion away from the operation header/description. */
|
|
10879
|
-
.operation[data-v-
|
|
10942
|
+
.operation[data-v-a929e624] > .message {
|
|
10880
10943
|
margin-top: 12px;
|
|
10881
10944
|
}
|
|
10882
10945
|
|
|
@@ -10945,22 +11008,22 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
10945
11008
|
transform: rotate(45deg);
|
|
10946
11009
|
}
|
|
10947
11010
|
|
|
10948
|
-
.parameter-item[data-v-
|
|
11011
|
+
.parameter-item[data-v-ce052837] {
|
|
10949
11012
|
display: flex;
|
|
10950
11013
|
flex-direction: column;
|
|
10951
11014
|
position: relative;
|
|
10952
11015
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10953
11016
|
}
|
|
10954
|
-
.parameter-item:last-of-type .parameter-schema[data-v-
|
|
11017
|
+
.parameter-item:last-of-type .parameter-schema[data-v-ce052837] {
|
|
10955
11018
|
padding-bottom: 0;
|
|
10956
11019
|
}
|
|
10957
|
-
.parameter-item-container[data-v-
|
|
11020
|
+
.parameter-item-container[data-v-ce052837] {
|
|
10958
11021
|
padding: 0;
|
|
10959
11022
|
}
|
|
10960
|
-
.parameter-item-headers[data-v-
|
|
11023
|
+
.parameter-item-headers[data-v-ce052837] {
|
|
10961
11024
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10962
11025
|
}
|
|
10963
|
-
.parameter-item-name[data-v-
|
|
11026
|
+
.parameter-item-name[data-v-ce052837] {
|
|
10964
11027
|
position: relative;
|
|
10965
11028
|
font-weight: var(--scalar-bold);
|
|
10966
11029
|
font-size: var(--scalar-font-size-4);
|
|
@@ -10968,49 +11031,49 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
10968
11031
|
color: var(--scalar-color-1);
|
|
10969
11032
|
overflow-wrap: break-word;
|
|
10970
11033
|
}
|
|
10971
|
-
.parameter-item-description[data-v-
|
|
10972
|
-
.parameter-item-description-summary[data-v-
|
|
11034
|
+
.parameter-item-description[data-v-ce052837],
|
|
11035
|
+
.parameter-item-description-summary[data-v-ce052837] {
|
|
10973
11036
|
font-size: var(--scalar-mini);
|
|
10974
11037
|
color: var(--scalar-color-2);
|
|
10975
11038
|
}
|
|
10976
|
-
.parameter-item-description-summary.parameter-item-description-summary[data-v-
|
|
11039
|
+
.parameter-item-description-summary.parameter-item-description-summary[data-v-ce052837] > * {
|
|
10977
11040
|
--markdown-line-height: var(--scalar-line-height-5);
|
|
10978
11041
|
}
|
|
10979
11042
|
|
|
10980
11043
|
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
10981
11044
|
.parameter-item-trigger
|
|
10982
|
-
~ .parameter-item-container[data-v-
|
|
11045
|
+
~ .parameter-item-container[data-v-ce052837]
|
|
10983
11046
|
.property--level-0 > .property-heading .property-detail-value {
|
|
10984
11047
|
font-size: var(--scalar-micro);
|
|
10985
11048
|
}
|
|
10986
|
-
.parameter-item-required-optional[data-v-
|
|
11049
|
+
.parameter-item-required-optional[data-v-ce052837] {
|
|
10987
11050
|
color: var(--scalar-color-2);
|
|
10988
11051
|
font-weight: var(--scalar-semibold);
|
|
10989
11052
|
margin-right: 6px;
|
|
10990
11053
|
position: relative;
|
|
10991
11054
|
}
|
|
10992
|
-
.parameter-item--required[data-v-
|
|
11055
|
+
.parameter-item--required[data-v-ce052837] {
|
|
10993
11056
|
text-transform: uppercase;
|
|
10994
11057
|
font-size: var(--scalar-micro);
|
|
10995
11058
|
font-weight: var(--scalar-semibold);
|
|
10996
11059
|
color: var(--scalar-color-orange);
|
|
10997
11060
|
}
|
|
10998
|
-
.parameter-item-description[data-v-
|
|
11061
|
+
.parameter-item-description[data-v-ce052837] {
|
|
10999
11062
|
margin-top: 6px;
|
|
11000
11063
|
font-size: var(--scalar-small);
|
|
11001
11064
|
color: var(--scalar-color-2);
|
|
11002
11065
|
line-height: 1.4;
|
|
11003
11066
|
}
|
|
11004
|
-
.parameter-item-description[data-v-
|
|
11067
|
+
.parameter-item-description[data-v-ce052837] p {
|
|
11005
11068
|
margin-top: 4px;
|
|
11006
11069
|
font-size: var(--scalar-small);
|
|
11007
11070
|
color: var(--scalar-color-2);
|
|
11008
11071
|
}
|
|
11009
|
-
.parameter-schema[data-v-
|
|
11072
|
+
.parameter-schema[data-v-ce052837] {
|
|
11010
11073
|
padding-bottom: 9px;
|
|
11011
11074
|
margin-top: 3px;
|
|
11012
11075
|
}
|
|
11013
|
-
.parameter-item-trigger[data-v-
|
|
11076
|
+
.parameter-item-trigger[data-v-ce052837] {
|
|
11014
11077
|
display: flex;
|
|
11015
11078
|
align-items: baseline;
|
|
11016
11079
|
line-height: var(--scalar-line-height-5);
|
|
@@ -11019,33 +11082,33 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11019
11082
|
padding: 10px 0;
|
|
11020
11083
|
outline: none;
|
|
11021
11084
|
}
|
|
11022
|
-
.parameter-item-trigger-open[data-v-
|
|
11085
|
+
.parameter-item-trigger-open[data-v-ce052837] {
|
|
11023
11086
|
padding-bottom: 0;
|
|
11024
11087
|
}
|
|
11025
|
-
.parameter-item-icon[data-v-
|
|
11088
|
+
.parameter-item-icon[data-v-ce052837] {
|
|
11026
11089
|
color: var(--scalar-color-3);
|
|
11027
11090
|
left: -19px;
|
|
11028
11091
|
top: 0.5lh;
|
|
11029
11092
|
translate: 0 -50%;
|
|
11030
11093
|
position: absolute;
|
|
11031
11094
|
}
|
|
11032
|
-
.parameter-item-trigger:hover .parameter-item-icon[data-v-
|
|
11033
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-
|
|
11095
|
+
.parameter-item-trigger:hover .parameter-item-icon[data-v-ce052837],
|
|
11096
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ce052837] {
|
|
11034
11097
|
color: var(--scalar-color-1);
|
|
11035
11098
|
}
|
|
11036
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-
|
|
11099
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ce052837] {
|
|
11037
11100
|
outline: 1px solid var(--scalar-color-accent);
|
|
11038
11101
|
outline-offset: 2px;
|
|
11039
11102
|
border-radius: var(--scalar-radius);
|
|
11040
11103
|
}
|
|
11041
11104
|
|
|
11042
|
-
.channel-section[data-v-
|
|
11105
|
+
.channel-section[data-v-c60febe5] {
|
|
11043
11106
|
margin-bottom: 48px;
|
|
11044
11107
|
}
|
|
11045
|
-
.channel-labels[data-v-
|
|
11108
|
+
.channel-labels[data-v-c60febe5] {
|
|
11046
11109
|
margin-bottom: 8px;
|
|
11047
11110
|
}
|
|
11048
|
-
.channel-description[data-v-
|
|
11111
|
+
.channel-description[data-v-c60febe5] {
|
|
11049
11112
|
padding-bottom: 4px;
|
|
11050
11113
|
text-align: left;
|
|
11051
11114
|
}
|
|
@@ -11181,10 +11244,10 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11181
11244
|
padding: 0;
|
|
11182
11245
|
}
|
|
11183
11246
|
|
|
11184
|
-
.response-card[data-v-
|
|
11247
|
+
.response-card[data-v-c999f4a2] {
|
|
11185
11248
|
font-size: var(--scalar-font-size-3);
|
|
11186
11249
|
}
|
|
11187
|
-
.code-copy[data-v-
|
|
11250
|
+
.code-copy[data-v-c999f4a2] {
|
|
11188
11251
|
display: flex;
|
|
11189
11252
|
align-items: center;
|
|
11190
11253
|
justify-content: center;
|
|
@@ -11198,14 +11261,14 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11198
11261
|
padding: 0;
|
|
11199
11262
|
margin-right: 12px;
|
|
11200
11263
|
}
|
|
11201
|
-
.code-copy[data-v-
|
|
11264
|
+
.code-copy[data-v-c999f4a2]:hover {
|
|
11202
11265
|
color: var(--scalar-color-1);
|
|
11203
11266
|
}
|
|
11204
|
-
.code-copy svg[data-v-
|
|
11267
|
+
.code-copy svg[data-v-c999f4a2] {
|
|
11205
11268
|
width: 13px;
|
|
11206
11269
|
height: 13px;
|
|
11207
11270
|
}
|
|
11208
|
-
.response-card-footer[data-v-
|
|
11271
|
+
.response-card-footer[data-v-c999f4a2] {
|
|
11209
11272
|
display: flex;
|
|
11210
11273
|
flex-direction: row-reverse;
|
|
11211
11274
|
flex-wrap: wrap;
|
|
@@ -11214,11 +11277,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11214
11277
|
padding: 7px 12px;
|
|
11215
11278
|
column-gap: 8px;
|
|
11216
11279
|
}
|
|
11217
|
-
.response-example-selector[data-v-
|
|
11280
|
+
.response-example-selector[data-v-c999f4a2] {
|
|
11218
11281
|
flex-shrink: 0;
|
|
11219
11282
|
margin: -4px;
|
|
11220
11283
|
}
|
|
11221
|
-
.response-description[data-v-
|
|
11284
|
+
.response-description[data-v-c999f4a2] {
|
|
11222
11285
|
font-weight: var(--scalar-semibold);
|
|
11223
11286
|
font-size: var(--scalar-small);
|
|
11224
11287
|
color: var(--scalar-color--1);
|
|
@@ -11227,13 +11290,13 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11227
11290
|
|
|
11228
11291
|
flex-grow: 1;
|
|
11229
11292
|
}
|
|
11230
|
-
.response-description-markdown[data-v-
|
|
11293
|
+
.response-description-markdown[data-v-c999f4a2] {
|
|
11231
11294
|
max-height: 3lh;
|
|
11232
11295
|
}
|
|
11233
|
-
.response-description-markdown[data-v-
|
|
11296
|
+
.response-description-markdown[data-v-c999f4a2] * {
|
|
11234
11297
|
margin: 0;
|
|
11235
11298
|
}
|
|
11236
|
-
.schema-type[data-v-
|
|
11299
|
+
.schema-type[data-v-c999f4a2] {
|
|
11237
11300
|
font-size: var(--scalar-micro);
|
|
11238
11301
|
color: var(--scalar-color-2);
|
|
11239
11302
|
font-weight: var(--scalar-semibold);
|
|
@@ -11242,16 +11305,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11242
11305
|
border-radius: 4px;
|
|
11243
11306
|
margin-right: 4px;
|
|
11244
11307
|
}
|
|
11245
|
-
.schema-example[data-v-
|
|
11308
|
+
.schema-example[data-v-c999f4a2] {
|
|
11246
11309
|
font-size: var(--scalar-micro);
|
|
11247
11310
|
color: var(--scalar-color-2);
|
|
11248
11311
|
font-weight: var(--scalar-semibold);
|
|
11249
11312
|
}
|
|
11250
|
-
.example-response-tab[data-v-
|
|
11313
|
+
.example-response-tab[data-v-c999f4a2] {
|
|
11251
11314
|
display: block;
|
|
11252
11315
|
margin: 6px;
|
|
11253
11316
|
}
|
|
11254
|
-
.scalar-card-checkbox[data-v-
|
|
11317
|
+
.scalar-card-checkbox[data-v-c999f4a2] {
|
|
11255
11318
|
display: flex;
|
|
11256
11319
|
align-items: center;
|
|
11257
11320
|
justify-content: center;
|
|
@@ -11268,20 +11331,20 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11268
11331
|
padding: 7px 6px;
|
|
11269
11332
|
}
|
|
11270
11333
|
.scalar-card-checkbox:has(.scalar-card-checkbox-input:focus-visible)
|
|
11271
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
11334
|
+
.scalar-card-checkbox-checkmark[data-v-c999f4a2] {
|
|
11272
11335
|
outline: 1px solid var(--scalar-color-accent);
|
|
11273
11336
|
}
|
|
11274
|
-
.scalar-card-checkbox[data-v-
|
|
11337
|
+
.scalar-card-checkbox[data-v-c999f4a2]:hover {
|
|
11275
11338
|
color: var(--scalar-color--1);
|
|
11276
11339
|
}
|
|
11277
|
-
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-
|
|
11340
|
+
.scalar-card-checkbox .scalar-card-checkbox-input[data-v-c999f4a2] {
|
|
11278
11341
|
position: absolute;
|
|
11279
11342
|
opacity: 0;
|
|
11280
11343
|
cursor: pointer;
|
|
11281
11344
|
height: 0;
|
|
11282
11345
|
width: 0;
|
|
11283
11346
|
}
|
|
11284
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
11347
|
+
.scalar-card-checkbox-checkmark[data-v-c999f4a2] {
|
|
11285
11348
|
height: 16px;
|
|
11286
11349
|
width: 16px;
|
|
11287
11350
|
border-radius: var(--scalar-radius);
|
|
@@ -11289,27 +11352,27 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11289
11352
|
background-color: var(--scalar-background-3);
|
|
11290
11353
|
box-shadow: inset 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
11291
11354
|
}
|
|
11292
|
-
.scalar-card-checkbox[data-v-
|
|
11355
|
+
.scalar-card-checkbox[data-v-c999f4a2]:has(.scalar-card-checkbox-input:checked) {
|
|
11293
11356
|
color: var(--scalar-color-1);
|
|
11294
11357
|
font-weight: var(--scalar-semibold);
|
|
11295
11358
|
}
|
|
11296
11359
|
.scalar-card-checkbox
|
|
11297
11360
|
.scalar-card-checkbox-input:checked
|
|
11298
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
11361
|
+
~ .scalar-card-checkbox-checkmark[data-v-c999f4a2] {
|
|
11299
11362
|
background-color: var(--scalar-button-1);
|
|
11300
11363
|
box-shadow: none;
|
|
11301
11364
|
}
|
|
11302
|
-
.scalar-card-checkbox-checkmark[data-v-
|
|
11365
|
+
.scalar-card-checkbox-checkmark[data-v-c999f4a2]:after {
|
|
11303
11366
|
content: '';
|
|
11304
11367
|
position: absolute;
|
|
11305
11368
|
display: none;
|
|
11306
11369
|
}
|
|
11307
11370
|
.scalar-card-checkbox
|
|
11308
11371
|
.scalar-card-checkbox-input:checked
|
|
11309
|
-
~ .scalar-card-checkbox-checkmark[data-v-
|
|
11372
|
+
~ .scalar-card-checkbox-checkmark[data-v-c999f4a2]:after {
|
|
11310
11373
|
display: block;
|
|
11311
11374
|
}
|
|
11312
|
-
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-
|
|
11375
|
+
.scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-c999f4a2]:after {
|
|
11313
11376
|
right: 11.5px;
|
|
11314
11377
|
top: 12.5px;
|
|
11315
11378
|
width: 5px;
|
|
@@ -11455,11 +11518,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11455
11518
|
margin-right: 4px;
|
|
11456
11519
|
}
|
|
11457
11520
|
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
|
|
11458
|
-
.operation-title[data-v-
|
|
11521
|
+
.operation-title[data-v-d70f7395] {
|
|
11459
11522
|
justify-content: space-between;
|
|
11460
11523
|
display: flex;
|
|
11461
11524
|
}
|
|
11462
|
-
.operation-details[data-v-
|
|
11525
|
+
.operation-details[data-v-d70f7395] {
|
|
11463
11526
|
flex-shrink: 1;
|
|
11464
11527
|
align-items: center;
|
|
11465
11528
|
gap: 9px;
|
|
@@ -11467,11 +11530,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11467
11530
|
margin-top: 0;
|
|
11468
11531
|
display: flex;
|
|
11469
11532
|
}
|
|
11470
|
-
.operation-details[data-v-
|
|
11533
|
+
.operation-details[data-v-d70f7395] .endpoint-anchor .scalar-button svg {
|
|
11471
11534
|
width: 16px;
|
|
11472
11535
|
height: 16px;
|
|
11473
11536
|
}
|
|
11474
|
-
.endpoint-type[data-v-
|
|
11537
|
+
.endpoint-type[data-v-d70f7395] {
|
|
11475
11538
|
z-index: 0;
|
|
11476
11539
|
width: 60px;
|
|
11477
11540
|
font-size: var(--scalar-small);
|
|
@@ -11486,7 +11549,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11486
11549
|
display: flex;
|
|
11487
11550
|
position: relative;
|
|
11488
11551
|
}
|
|
11489
|
-
.endpoint-type[data-v-
|
|
11552
|
+
.endpoint-type[data-v-d70f7395]:after {
|
|
11490
11553
|
content: "";
|
|
11491
11554
|
z-index: -1;
|
|
11492
11555
|
opacity: .15;
|
|
@@ -11495,16 +11558,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11495
11558
|
position: absolute;
|
|
11496
11559
|
inset: 0;
|
|
11497
11560
|
}
|
|
11498
|
-
.endpoint-anchor[data-v-
|
|
11561
|
+
.endpoint-anchor[data-v-d70f7395] {
|
|
11499
11562
|
flex-shrink: 1;
|
|
11500
11563
|
align-items: center;
|
|
11501
11564
|
min-width: 0;
|
|
11502
11565
|
display: flex;
|
|
11503
11566
|
}
|
|
11504
|
-
.endpoint-anchor.label[data-v-
|
|
11567
|
+
.endpoint-anchor.label[data-v-d70f7395] {
|
|
11505
11568
|
display: flex;
|
|
11506
11569
|
}
|
|
11507
|
-
.endpoint-label[data-v-
|
|
11570
|
+
.endpoint-label[data-v-d70f7395] {
|
|
11508
11571
|
min-width: 0;
|
|
11509
11572
|
color: var(--scalar-color-1);
|
|
11510
11573
|
flex-shrink: 1;
|
|
@@ -11512,17 +11575,17 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11512
11575
|
gap: 9px;
|
|
11513
11576
|
display: flex;
|
|
11514
11577
|
}
|
|
11515
|
-
.endpoint-label-path[data-v-
|
|
11578
|
+
.endpoint-label-path[data-v-d70f7395] {
|
|
11516
11579
|
font-family: var(--scalar-font-code);
|
|
11517
11580
|
font-size: var(--scalar-mini);
|
|
11518
11581
|
text-overflow: ellipsis;
|
|
11519
11582
|
white-space: nowrap;
|
|
11520
11583
|
overflow: hidden;
|
|
11521
11584
|
}
|
|
11522
|
-
.endpoint-label-path[data-v-
|
|
11585
|
+
.endpoint-label-path[data-v-d70f7395] em {
|
|
11523
11586
|
color: var(--scalar-color-2);
|
|
11524
11587
|
}
|
|
11525
|
-
.endpoint-label-name[data-v-
|
|
11588
|
+
.endpoint-label-name[data-v-d70f7395] {
|
|
11526
11589
|
color: var(--scalar-color-2);
|
|
11527
11590
|
font-size: var(--scalar-small);
|
|
11528
11591
|
text-overflow: ellipsis;
|
|
@@ -11530,17 +11593,17 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11530
11593
|
flex-shrink: 1000000000;
|
|
11531
11594
|
overflow: hidden;
|
|
11532
11595
|
}
|
|
11533
|
-
.endpoint-try-hint[data-v-
|
|
11596
|
+
.endpoint-try-hint[data-v-d70f7395] {
|
|
11534
11597
|
flex-shrink: 0;
|
|
11535
11598
|
padding: 2px;
|
|
11536
11599
|
}
|
|
11537
|
-
.endpoint-copy[data-v-
|
|
11600
|
+
.endpoint-copy[data-v-d70f7395] {
|
|
11538
11601
|
color: currentColor;
|
|
11539
11602
|
}
|
|
11540
|
-
.endpoint-copy[data-v-
|
|
11603
|
+
.endpoint-copy[data-v-d70f7395] svg {
|
|
11541
11604
|
stroke-width: 2px;
|
|
11542
11605
|
}
|
|
11543
|
-
.endpoint-content[data-v-
|
|
11606
|
+
.endpoint-content[data-v-d70f7395] {
|
|
11544
11607
|
grid-auto-columns: 1fr;
|
|
11545
11608
|
grid-auto-flow: row;
|
|
11546
11609
|
gap: 9px;
|
|
@@ -11548,52 +11611,52 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11548
11611
|
display: grid;
|
|
11549
11612
|
}
|
|
11550
11613
|
@media (min-width: 1000px) {
|
|
11551
|
-
.endpoint-content[data-v-
|
|
11614
|
+
.endpoint-content[data-v-d70f7395] {
|
|
11552
11615
|
grid-auto-flow: column;
|
|
11553
11616
|
}
|
|
11554
11617
|
}
|
|
11555
11618
|
@container (max-width: 900px) {
|
|
11556
|
-
.endpoint-content[data-v-
|
|
11619
|
+
.endpoint-content[data-v-d70f7395] {
|
|
11557
11620
|
grid-template-columns: 1fr;
|
|
11558
11621
|
}
|
|
11559
11622
|
}
|
|
11560
|
-
.endpoint-content[data-v-
|
|
11623
|
+
.endpoint-content[data-v-d70f7395] > * {
|
|
11561
11624
|
min-width: 0;
|
|
11562
11625
|
}
|
|
11563
|
-
.operation-details-card[data-v-
|
|
11626
|
+
.operation-details-card[data-v-d70f7395] {
|
|
11564
11627
|
flex-direction: column;
|
|
11565
11628
|
gap: 12px;
|
|
11566
11629
|
min-width: 0;
|
|
11567
11630
|
display: flex;
|
|
11568
11631
|
}
|
|
11569
|
-
:is(.operation-details-card-item[data-v-
|
|
11632
|
+
:is(.operation-details-card-item[data-v-d70f7395] .parameter-list, .operation-details-card-item[data-v-d70f7395] .callbacks-list) {
|
|
11570
11633
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11571
11634
|
border-radius: var(--scalar-radius-lg);
|
|
11572
11635
|
margin-top: 0;
|
|
11573
11636
|
}
|
|
11574
|
-
.operation-details-card-item[data-v-
|
|
11637
|
+
.operation-details-card-item[data-v-d70f7395] {
|
|
11575
11638
|
flex-direction: column;
|
|
11576
11639
|
gap: 12px;
|
|
11577
11640
|
display: flex;
|
|
11578
11641
|
}
|
|
11579
|
-
.operation-details-card-item[data-v-
|
|
11642
|
+
.operation-details-card-item[data-v-d70f7395] .parameter-list-items {
|
|
11580
11643
|
margin-bottom: 0;
|
|
11581
11644
|
}
|
|
11582
|
-
.operation-details-card[data-v-
|
|
11645
|
+
.operation-details-card[data-v-d70f7395] .parameter-item:last-of-type .parameter-schema {
|
|
11583
11646
|
padding-bottom: 12px;
|
|
11584
11647
|
}
|
|
11585
|
-
.operation-details-card[data-v-
|
|
11648
|
+
.operation-details-card[data-v-d70f7395] .parameter-list .parameter-list {
|
|
11586
11649
|
margin-bottom: 12px;
|
|
11587
11650
|
}
|
|
11588
|
-
.operation-details-card[data-v-
|
|
11651
|
+
.operation-details-card[data-v-d70f7395] .parameter-item {
|
|
11589
11652
|
margin: 0;
|
|
11590
11653
|
padding: 0;
|
|
11591
11654
|
}
|
|
11592
|
-
.operation-details-card[data-v-
|
|
11655
|
+
.operation-details-card[data-v-d70f7395] .property {
|
|
11593
11656
|
margin: 0;
|
|
11594
11657
|
padding: 9px;
|
|
11595
11658
|
}
|
|
11596
|
-
:is(.operation-details-card[data-v-
|
|
11659
|
+
:is(.operation-details-card[data-v-d70f7395] .parameter-list-title, .operation-details-card[data-v-d70f7395] .request-body-title, .operation-details-card[data-v-d70f7395] .callbacks-title) {
|
|
11597
11660
|
text-transform: uppercase;
|
|
11598
11661
|
font-weight: var(--scalar-bold);
|
|
11599
11662
|
font-size: var(--scalar-mini);
|
|
@@ -11602,61 +11665,61 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11602
11665
|
padding: 9px;
|
|
11603
11666
|
line-height: 1.33;
|
|
11604
11667
|
}
|
|
11605
|
-
.operation-details-card[data-v-
|
|
11668
|
+
.operation-details-card[data-v-d70f7395] .callback-list-item-title {
|
|
11606
11669
|
padding-left: 28px;
|
|
11607
11670
|
padding-right: 12px;
|
|
11608
11671
|
}
|
|
11609
|
-
.operation-details-card[data-v-
|
|
11672
|
+
.operation-details-card[data-v-d70f7395] .callback-list-item-icon {
|
|
11610
11673
|
left: 6px;
|
|
11611
11674
|
}
|
|
11612
|
-
.operation-details-card[data-v-
|
|
11675
|
+
.operation-details-card[data-v-d70f7395] .callback-operation-container {
|
|
11613
11676
|
padding-inline: 9px;
|
|
11614
11677
|
padding-bottom: 9px;
|
|
11615
11678
|
}
|
|
11616
|
-
:is(.operation-details-card[data-v-
|
|
11679
|
+
:is(.operation-details-card[data-v-d70f7395] .callback-operation-container > .request-body, .operation-details-card[data-v-d70f7395] .callback-operation-container > .parameter-list) {
|
|
11617
11680
|
border: none;
|
|
11618
11681
|
}
|
|
11619
|
-
.operation-details-card[data-v-
|
|
11682
|
+
.operation-details-card[data-v-d70f7395] .callback-operation-container > .request-body > .request-body-header {
|
|
11620
11683
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11621
11684
|
padding: 0 0 9px;
|
|
11622
11685
|
}
|
|
11623
|
-
.operation-details-card[data-v-
|
|
11686
|
+
.operation-details-card[data-v-d70f7395] .request-body-description {
|
|
11624
11687
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11625
11688
|
margin-top: 0;
|
|
11626
11689
|
padding: 9px 9px 0;
|
|
11627
11690
|
}
|
|
11628
|
-
.operation-details-card[data-v-
|
|
11691
|
+
.operation-details-card[data-v-d70f7395] .request-body {
|
|
11629
11692
|
border-radius: var(--scalar-radius-lg);
|
|
11630
11693
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11631
11694
|
margin-top: 0;
|
|
11632
11695
|
}
|
|
11633
|
-
.operation-details-card[data-v-
|
|
11696
|
+
.operation-details-card[data-v-d70f7395] .request-body .schema-card--level-0 > .schema-card-description {
|
|
11634
11697
|
padding-inline: 9px;
|
|
11635
11698
|
}
|
|
11636
|
-
.operation-details-card[data-v-
|
|
11699
|
+
.operation-details-card[data-v-d70f7395] .request-body-header {
|
|
11637
11700
|
border-bottom: 0;
|
|
11638
11701
|
padding-bottom: 0;
|
|
11639
11702
|
}
|
|
11640
|
-
.operation-details-card[data-v-
|
|
11703
|
+
.operation-details-card[data-v-d70f7395] .contents button {
|
|
11641
11704
|
margin-right: 9px;
|
|
11642
11705
|
}
|
|
11643
|
-
.operation-details-card[data-v-
|
|
11706
|
+
.operation-details-card[data-v-d70f7395] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
11644
11707
|
margin-inline: 9px;
|
|
11645
11708
|
margin-bottom: 9px;
|
|
11646
11709
|
}
|
|
11647
|
-
.operation-details-card[data-v-
|
|
11710
|
+
.operation-details-card[data-v-d70f7395] .request-body-schema .property--level-0 {
|
|
11648
11711
|
padding: 0;
|
|
11649
11712
|
}
|
|
11650
|
-
.operation-details-card[data-v-
|
|
11713
|
+
.operation-details-card[data-v-d70f7395] .selected-content-type {
|
|
11651
11714
|
margin-right: 9px;
|
|
11652
11715
|
}
|
|
11653
|
-
.operation-example-card[data-v-
|
|
11716
|
+
.operation-example-card[data-v-d70f7395] {
|
|
11654
11717
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
11655
11718
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
11656
11719
|
position: sticky;
|
|
11657
11720
|
}
|
|
11658
11721
|
@media (max-width: 600px) {
|
|
11659
|
-
.operation-example-card[data-v-
|
|
11722
|
+
.operation-example-card[data-v-d70f7395] {
|
|
11660
11723
|
max-height: unset;
|
|
11661
11724
|
position: static;
|
|
11662
11725
|
}
|
|
@@ -11756,7 +11819,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11756
11819
|
* its own leading margin (mt-6) that already spaces it from whatever precedes
|
|
11757
11820
|
* it — a row-gap would double that gap.
|
|
11758
11821
|
*/
|
|
11759
|
-
.operation-layout[data-v-
|
|
11822
|
+
.operation-layout[data-v-29191aa0] {
|
|
11760
11823
|
display: grid;
|
|
11761
11824
|
grid-template-columns: 1fr 1fr;
|
|
11762
11825
|
grid-template-rows: auto auto 1fr;
|
|
@@ -11767,7 +11830,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11767
11830
|
column-gap: 48px;
|
|
11768
11831
|
row-gap: 0;
|
|
11769
11832
|
}
|
|
11770
|
-
.operation-title[data-v-
|
|
11833
|
+
.operation-title[data-v-29191aa0] {
|
|
11771
11834
|
grid-area: heading;
|
|
11772
11835
|
margin-bottom: 12px;
|
|
11773
11836
|
|
|
@@ -11777,20 +11840,20 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11777
11840
|
color: var(--scalar-color-1);
|
|
11778
11841
|
line-height: 1.45;
|
|
11779
11842
|
}
|
|
11780
|
-
.operation-auth[data-v-
|
|
11843
|
+
.operation-auth[data-v-29191aa0] {
|
|
11781
11844
|
grid-area: badge;
|
|
11782
11845
|
justify-self: end;
|
|
11783
11846
|
align-self: start;
|
|
11784
11847
|
}
|
|
11785
|
-
.operation-description[data-v-
|
|
11848
|
+
.operation-description[data-v-29191aa0] {
|
|
11786
11849
|
grid-area: description;
|
|
11787
11850
|
min-width: 0;
|
|
11788
11851
|
}
|
|
11789
|
-
.operation-details[data-v-
|
|
11852
|
+
.operation-details[data-v-29191aa0] {
|
|
11790
11853
|
grid-area: details;
|
|
11791
11854
|
min-width: 0;
|
|
11792
11855
|
}
|
|
11793
|
-
.examples[data-v-
|
|
11856
|
+
.examples[data-v-29191aa0] {
|
|
11794
11857
|
grid-area: examples;
|
|
11795
11858
|
align-self: start;
|
|
11796
11859
|
min-width: 0;
|
|
@@ -11798,11 +11861,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11798
11861
|
position: sticky;
|
|
11799
11862
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
11800
11863
|
}
|
|
11801
|
-
.examples[data-v-
|
|
11864
|
+
.examples[data-v-29191aa0] > * {
|
|
11802
11865
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
11803
11866
|
position: relative;
|
|
11804
11867
|
}
|
|
11805
|
-
.examples[data-v-
|
|
11868
|
+
.examples[data-v-29191aa0] > *:first-of-type:last-of-type {
|
|
11806
11869
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
11807
11870
|
}
|
|
11808
11871
|
|
|
@@ -11811,11 +11874,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11811
11874
|
* (or zoomed in screens)
|
|
11812
11875
|
*/
|
|
11813
11876
|
@media (max-width: 600px) {
|
|
11814
|
-
.examples[data-v-
|
|
11877
|
+
.examples[data-v-29191aa0] > * {
|
|
11815
11878
|
max-height: unset;
|
|
11816
11879
|
}
|
|
11817
11880
|
}
|
|
11818
|
-
.deprecated[data-v-
|
|
11881
|
+
.deprecated[data-v-29191aa0] * {
|
|
11819
11882
|
text-decoration: line-through;
|
|
11820
11883
|
}
|
|
11821
11884
|
|
|
@@ -11825,7 +11888,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11825
11888
|
* an eyebrow above the title.
|
|
11826
11889
|
*/
|
|
11827
11890
|
@container narrow-references-container (max-width: 900px) {
|
|
11828
|
-
.operation-layout[data-v-
|
|
11891
|
+
.operation-layout[data-v-29191aa0] {
|
|
11829
11892
|
grid-template-columns: 1fr;
|
|
11830
11893
|
grid-template-areas:
|
|
11831
11894
|
'badge'
|
|
@@ -11835,16 +11898,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11835
11898
|
'details';
|
|
11836
11899
|
column-gap: 0;
|
|
11837
11900
|
}
|
|
11838
|
-
.operation-auth[data-v-
|
|
11901
|
+
.operation-auth[data-v-29191aa0] {
|
|
11839
11902
|
justify-self: start;
|
|
11840
11903
|
margin-bottom: 4px;
|
|
11841
11904
|
}
|
|
11842
|
-
.operation-description[data-v-
|
|
11905
|
+
.operation-description[data-v-29191aa0] {
|
|
11843
11906
|
margin-bottom: 24px;
|
|
11844
11907
|
}
|
|
11845
11908
|
|
|
11846
11909
|
/* Don't make the examples sticky on narrow viewports */
|
|
11847
|
-
.examples[data-v-
|
|
11910
|
+
.examples[data-v-29191aa0] {
|
|
11848
11911
|
position: static;
|
|
11849
11912
|
}
|
|
11850
11913
|
}
|
|
@@ -11856,6 +11919,28 @@ button.headers-card-title[data-v-9ba640f2]:hover {
|
|
|
11856
11919
|
pointer-events: none;
|
|
11857
11920
|
}
|
|
11858
11921
|
|
|
11922
|
+
/*
|
|
11923
|
+
* Match the section content inset (0 60px) so crumbs line up under the section
|
|
11924
|
+
* headings. A fixed height keeps the content below from moving when the active
|
|
11925
|
+
* hierarchy changes and the breadcrumbs appear.
|
|
11926
|
+
* The bar lives inside `.narrow-references-container`, so it shares the same
|
|
11927
|
+
* container query the sections use to drop their inset on narrow layouts.
|
|
11928
|
+
*/
|
|
11929
|
+
.context-bar[data-v-5f62f72b] {
|
|
11930
|
+
height: 48px;
|
|
11931
|
+
padding-inline: 60px;
|
|
11932
|
+
box-shadow: inset 0 var(--scalar-border-width) 0 var(--scalar-border-color);
|
|
11933
|
+
}
|
|
11934
|
+
.context-bar[data-stuck][data-v-5f62f72b] {
|
|
11935
|
+
box-shadow: inset 0 calc(var(--scalar-border-width) * -1) 0
|
|
11936
|
+
var(--scalar-border-color);
|
|
11937
|
+
}
|
|
11938
|
+
@container narrow-references-container (max-width: 900px) {
|
|
11939
|
+
.context-bar[data-v-5f62f72b] {
|
|
11940
|
+
padding-inline: 24px;
|
|
11941
|
+
}
|
|
11942
|
+
}
|
|
11943
|
+
|
|
11859
11944
|
.narrow-references-container {
|
|
11860
11945
|
container-name: narrow-references-container;
|
|
11861
11946
|
container-type: inline-size;
|
|
@@ -12007,7 +12092,7 @@ body {
|
|
|
12007
12092
|
|
|
12008
12093
|
/* Configurable Layout Variables */
|
|
12009
12094
|
@layer scalar-config {
|
|
12010
|
-
.scalar-api-reference[data-v-
|
|
12095
|
+
.scalar-api-reference[data-v-2e948397] {
|
|
12011
12096
|
/* The header height */
|
|
12012
12097
|
--refs-header-height: calc(
|
|
12013
12098
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -12029,20 +12114,20 @@ body {
|
|
|
12029
12114
|
/* The maximum width of the content column */
|
|
12030
12115
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
12031
12116
|
}
|
|
12032
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12117
|
+
.scalar-api-reference.references-classic[data-v-2e948397] {
|
|
12033
12118
|
/* Classic layout is wider */
|
|
12034
12119
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
12035
12120
|
min-height: 100dvh;
|
|
12036
12121
|
--refs-sidebar-width: 0;
|
|
12037
12122
|
}
|
|
12038
12123
|
}
|
|
12039
|
-
.t-doc__sidebar[data-v-
|
|
12124
|
+
.t-doc__sidebar[data-v-2e948397] {
|
|
12040
12125
|
z-index: 10;
|
|
12041
12126
|
}
|
|
12042
12127
|
|
|
12043
12128
|
/* ----------------------------------------------------- */
|
|
12044
12129
|
/* References Layout */
|
|
12045
|
-
.references-layout[data-v-
|
|
12130
|
+
.references-layout[data-v-2e948397] {
|
|
12046
12131
|
/* Try to fill the container */
|
|
12047
12132
|
min-height: 100dvh;
|
|
12048
12133
|
min-width: 100%;
|
|
@@ -12066,32 +12151,36 @@ body {
|
|
|
12066
12151
|
|
|
12067
12152
|
background: var(--scalar-background-1);
|
|
12068
12153
|
}
|
|
12069
|
-
.references-editor[data-v-
|
|
12154
|
+
.references-editor[data-v-2e948397] {
|
|
12070
12155
|
grid-area: editor;
|
|
12071
12156
|
display: flex;
|
|
12072
12157
|
min-width: 0;
|
|
12073
12158
|
background: var(--scalar-background-1);
|
|
12074
12159
|
}
|
|
12075
|
-
.references-rendered[data-v-
|
|
12160
|
+
.references-rendered[data-v-2e948397] {
|
|
12076
12161
|
position: relative;
|
|
12077
12162
|
grid-area: rendered;
|
|
12078
12163
|
min-width: 0;
|
|
12079
12164
|
background: var(--scalar-background-1);
|
|
12080
12165
|
}
|
|
12081
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12082
|
-
.references-classic .references-rendered[data-v-
|
|
12166
|
+
.scalar-api-reference.references-classic[data-v-2e948397],
|
|
12167
|
+
.references-classic .references-rendered[data-v-2e948397] {
|
|
12083
12168
|
height: initial !important;
|
|
12084
12169
|
max-height: initial !important;
|
|
12085
12170
|
}
|
|
12171
|
+
/* Give the classic layout some breathing room at the end of the scroll */
|
|
12172
|
+
.references-classic .references-rendered[data-v-2e948397] {
|
|
12173
|
+
padding-bottom: 80px;
|
|
12174
|
+
}
|
|
12086
12175
|
@layer scalar-config {
|
|
12087
|
-
.references-sidebar[data-v-
|
|
12176
|
+
.references-sidebar[data-v-2e948397] {
|
|
12088
12177
|
/* Set a default width if references are enabled */
|
|
12089
12178
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
12090
12179
|
}
|
|
12091
12180
|
}
|
|
12092
12181
|
|
|
12093
12182
|
/* Footer */
|
|
12094
|
-
.references-footer[data-v-
|
|
12183
|
+
.references-footer[data-v-2e948397] {
|
|
12095
12184
|
grid-area: footer;
|
|
12096
12185
|
}
|
|
12097
12186
|
/* ----------------------------------------------------- */
|
|
@@ -12107,12 +12196,12 @@ body {
|
|
|
12107
12196
|
*/
|
|
12108
12197
|
@media (width < 1000px) {
|
|
12109
12198
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
12110
|
-
.references-developer-tools[data-v-
|
|
12199
|
+
.references-developer-tools[data-v-2e948397] {
|
|
12111
12200
|
display: none;
|
|
12112
12201
|
}
|
|
12113
12202
|
|
|
12114
12203
|
/* Stack view on mobile */
|
|
12115
|
-
.references-layout[data-v-
|
|
12204
|
+
.references-layout[data-v-2e948397] {
|
|
12116
12205
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
12117
12206
|
--refs-sidebar-height: calc(
|
|
12118
12207
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -12127,13 +12216,13 @@ body {
|
|
|
12127
12216
|
'rendered'
|
|
12128
12217
|
'footer';
|
|
12129
12218
|
}
|
|
12130
|
-
.references-editable[data-v-
|
|
12219
|
+
.references-editable[data-v-2e948397] {
|
|
12131
12220
|
grid-template-areas:
|
|
12132
12221
|
'header'
|
|
12133
12222
|
'navigation'
|
|
12134
12223
|
'editor';
|
|
12135
12224
|
}
|
|
12136
|
-
.references-rendered[data-v-
|
|
12225
|
+
.references-rendered[data-v-2e948397] {
|
|
12137
12226
|
position: static;
|
|
12138
12227
|
}
|
|
12139
12228
|
}
|
|
@@ -12145,17 +12234,17 @@ body {
|
|
|
12145
12234
|
*/
|
|
12146
12235
|
/* Match the layout breakpoint above so the mobile header height is only applied below `lg`. */
|
|
12147
12236
|
@media (width < 1000px) {
|
|
12148
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
12237
|
+
.scalar-api-references-standalone-mobile[data-v-2e948397]:not(.references-classic) {
|
|
12149
12238
|
--scalar-header-height: 50px;
|
|
12150
12239
|
}
|
|
12151
12240
|
}
|
|
12152
12241
|
|
|
12153
|
-
.darklight-reference[data-v-
|
|
12242
|
+
.darklight-reference[data-v-2e948397] {
|
|
12154
12243
|
width: 100%;
|
|
12155
12244
|
margin-top: auto;
|
|
12156
12245
|
}
|
|
12157
12246
|
|
|
12158
|
-
.start[data-v-
|
|
12247
|
+
.start[data-v-0c8b6339] {
|
|
12159
12248
|
padding: 24px;
|
|
12160
12249
|
display: flex;
|
|
12161
12250
|
flex-flow: wrap;
|
|
@@ -12163,10 +12252,10 @@ body {
|
|
|
12163
12252
|
position: relative;
|
|
12164
12253
|
z-index: 0;
|
|
12165
12254
|
}
|
|
12166
|
-
.swagger-editor .start[data-v-
|
|
12255
|
+
.swagger-editor .start[data-v-0c8b6339] {
|
|
12167
12256
|
padding-top: 24px;
|
|
12168
12257
|
}
|
|
12169
|
-
.start-h1[data-v-
|
|
12258
|
+
.start-h1[data-v-0c8b6339] {
|
|
12170
12259
|
font-size: var(--scalar-heading-2);
|
|
12171
12260
|
margin-top: 0;
|
|
12172
12261
|
line-height: 1.45;
|
|
@@ -12176,7 +12265,7 @@ body {
|
|
|
12176
12265
|
width: 100%;
|
|
12177
12266
|
position: relative;
|
|
12178
12267
|
}
|
|
12179
|
-
.start-h3[data-v-
|
|
12268
|
+
.start-h3[data-v-0c8b6339] {
|
|
12180
12269
|
font-size: var(--scalar-paragraph);
|
|
12181
12270
|
margin-top: 0;
|
|
12182
12271
|
margin-bottom: 6px;
|
|
@@ -12186,17 +12275,17 @@ body {
|
|
|
12186
12275
|
color: var(--scalar-color-1);
|
|
12187
12276
|
width: 100%;
|
|
12188
12277
|
}
|
|
12189
|
-
.start-h1[data-v-
|
|
12278
|
+
.start-h1[data-v-0c8b6339]:not(:first-of-type) {
|
|
12190
12279
|
margin-top: 24px;
|
|
12191
12280
|
}
|
|
12192
|
-
.start-p[data-v-
|
|
12281
|
+
.start-p[data-v-0c8b6339] {
|
|
12193
12282
|
font-size: var(--scalar-paragraph);
|
|
12194
12283
|
color: var(--scalar-color-2);
|
|
12195
12284
|
line-height: 1.5;
|
|
12196
12285
|
width: 100%;
|
|
12197
12286
|
margin-top: 12px;
|
|
12198
12287
|
}
|
|
12199
|
-
.start-ul[data-v-
|
|
12288
|
+
.start-ul[data-v-0c8b6339] {
|
|
12200
12289
|
margin-top: 12px;
|
|
12201
12290
|
font-size: var(--scalar-paragraph);
|
|
12202
12291
|
line-height: 1.5;
|
|
@@ -12206,26 +12295,26 @@ body {
|
|
|
12206
12295
|
flex-flow: wrap;
|
|
12207
12296
|
gap: 24px;
|
|
12208
12297
|
}
|
|
12209
|
-
.start-ul li[data-v-
|
|
12298
|
+
.start-ul li[data-v-0c8b6339] {
|
|
12210
12299
|
margin: 0;
|
|
12211
12300
|
padding: 0;
|
|
12212
12301
|
list-style: none;
|
|
12213
12302
|
width: calc(50% - 24px);
|
|
12214
12303
|
color: var(--scalar-color-2);
|
|
12215
12304
|
}
|
|
12216
|
-
.start-ul li[data-v-
|
|
12305
|
+
.start-ul li[data-v-0c8b6339]:first-of-type {
|
|
12217
12306
|
margin-top: 0;
|
|
12218
12307
|
}
|
|
12219
|
-
.start-section[data-v-
|
|
12308
|
+
.start-section[data-v-0c8b6339] {
|
|
12220
12309
|
width: 100%;
|
|
12221
12310
|
margin-bottom: 12px;
|
|
12222
12311
|
display: flex;
|
|
12223
12312
|
flex-flow: wrap;
|
|
12224
12313
|
}
|
|
12225
|
-
.start-section[data-v-
|
|
12314
|
+
.start-section[data-v-0c8b6339]:last-of-type {
|
|
12226
12315
|
margin-bottom: 48px;
|
|
12227
12316
|
}
|
|
12228
|
-
.start-h2[data-v-
|
|
12317
|
+
.start-h2[data-v-0c8b6339] {
|
|
12229
12318
|
background: var(--scalar-background-2);
|
|
12230
12319
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
12231
12320
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
@@ -12236,7 +12325,7 @@ body {
|
|
|
12236
12325
|
padding: 9px;
|
|
12237
12326
|
width: 100%;
|
|
12238
12327
|
}
|
|
12239
|
-
.start-item[data-v-
|
|
12328
|
+
.start-item[data-v-0c8b6339] {
|
|
12240
12329
|
align-items: center;
|
|
12241
12330
|
background: var(--scalar-background-2);
|
|
12242
12331
|
border-right: 1px solid var(--scalar-border-color);
|
|
@@ -12251,79 +12340,79 @@ body {
|
|
|
12251
12340
|
text-transform: capitalize;
|
|
12252
12341
|
user-select: none;
|
|
12253
12342
|
}
|
|
12254
|
-
.start-section-integrations .start-item[data-v-
|
|
12343
|
+
.start-section-integrations .start-item[data-v-0c8b6339]:first-of-type {
|
|
12255
12344
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
12256
12345
|
border-left: 1px solid var(--scalar-border-color);
|
|
12257
12346
|
}
|
|
12258
|
-
.start-section-integrations .start-item[data-v-
|
|
12347
|
+
.start-section-integrations .start-item[data-v-0c8b6339]:last-of-type {
|
|
12259
12348
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
12260
12349
|
}
|
|
12261
|
-
.start-section-colors .start-item[data-v-
|
|
12350
|
+
.start-section-colors .start-item[data-v-0c8b6339] {
|
|
12262
12351
|
min-width: 33.33%;
|
|
12263
12352
|
}
|
|
12264
|
-
.start-section-colors .start-item[data-v-
|
|
12353
|
+
.start-section-colors .start-item[data-v-0c8b6339]:nth-child(3n + 2) {
|
|
12265
12354
|
border-left: 1px solid var(--scalar-border-color);
|
|
12266
12355
|
}
|
|
12267
|
-
.start-section-colors .start-item[data-v-
|
|
12268
|
-
.start-section-colors .start-item-active[data-v-
|
|
12356
|
+
.start-section-colors .start-item[data-v-0c8b6339]:last-of-type,
|
|
12357
|
+
.start-section-colors .start-item-active[data-v-0c8b6339]:last-of-type::before {
|
|
12269
12358
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
12270
12359
|
}
|
|
12271
|
-
.start-item[data-v-
|
|
12360
|
+
.start-item[data-v-0c8b6339]:empty {
|
|
12272
12361
|
pointer-events: none;
|
|
12273
12362
|
}
|
|
12274
|
-
.start-item svg[data-v-
|
|
12363
|
+
.start-item svg[data-v-0c8b6339] {
|
|
12275
12364
|
width: 14px;
|
|
12276
12365
|
height: 14px;
|
|
12277
12366
|
margin-right: 6px;
|
|
12278
12367
|
}
|
|
12279
|
-
.start-item[data-v-
|
|
12368
|
+
.start-item[data-v-0c8b6339]:hover {
|
|
12280
12369
|
background: var(--scalar-background-3);
|
|
12281
12370
|
}
|
|
12282
|
-
.start-item-active[data-v-
|
|
12371
|
+
.start-item-active[data-v-0c8b6339] {
|
|
12283
12372
|
z-index: 10;
|
|
12284
12373
|
position: relative;
|
|
12285
12374
|
color: var(--scalar-color-1);
|
|
12286
12375
|
}
|
|
12287
|
-
.start-item-active[data-v-
|
|
12376
|
+
.start-item-active[data-v-0c8b6339]::before {
|
|
12288
12377
|
border: 1px solid var(--scalar-color-1);
|
|
12289
12378
|
content: '';
|
|
12290
12379
|
inset: -1px -1px -1px -1px;
|
|
12291
12380
|
pointer-events: none;
|
|
12292
12381
|
position: absolute;
|
|
12293
12382
|
}
|
|
12294
|
-
.start-section-color .start-item[data-v-
|
|
12383
|
+
.start-section-color .start-item[data-v-0c8b6339] {
|
|
12295
12384
|
text-transform: capitalize;
|
|
12296
12385
|
}
|
|
12297
|
-
.start-cta[data-v-
|
|
12386
|
+
.start-cta[data-v-0c8b6339] {
|
|
12298
12387
|
display: flex;
|
|
12299
12388
|
gap: 12px;
|
|
12300
12389
|
width: 100%;
|
|
12301
12390
|
margin-top: 24px;
|
|
12302
12391
|
margin-bottom: 0;
|
|
12303
12392
|
}
|
|
12304
|
-
.start-row[data-v-
|
|
12393
|
+
.start-row[data-v-0c8b6339] {
|
|
12305
12394
|
width: 100%;
|
|
12306
12395
|
margin-top: 12px;
|
|
12307
12396
|
overflow: hidden;
|
|
12308
12397
|
}
|
|
12309
|
-
.start-hero-copy[data-v-
|
|
12398
|
+
.start-hero-copy[data-v-0c8b6339] {
|
|
12310
12399
|
background: var(--scalar-background-2);
|
|
12311
12400
|
padding: 12px;
|
|
12312
12401
|
border-radius: var(--scalar-radius-lg);
|
|
12313
12402
|
}
|
|
12314
|
-
.start-p-small[data-v-
|
|
12403
|
+
.start-p-small[data-v-0c8b6339] {
|
|
12315
12404
|
font-weight: var(--scalar-semibold);
|
|
12316
12405
|
font-size: var(--scalar-mini);
|
|
12317
12406
|
color: var(--scalar-color-2);
|
|
12318
12407
|
margin-bottom: 12px;
|
|
12319
12408
|
line-height: 1.4;
|
|
12320
12409
|
}
|
|
12321
|
-
.start-cta[data-v-
|
|
12410
|
+
.start-cta[data-v-0c8b6339] {
|
|
12322
12411
|
margin-bottom: 12px;
|
|
12323
12412
|
width: fit-content;
|
|
12324
12413
|
white-space: nowrap;
|
|
12325
12414
|
}
|
|
12326
|
-
.start-copy[data-v-
|
|
12415
|
+
.start-copy[data-v-0c8b6339] {
|
|
12327
12416
|
padding: 76px 48px 48px 48px;
|
|
12328
12417
|
display: flex;
|
|
12329
12418
|
justify-content: center;
|
|
@@ -12331,7 +12420,7 @@ body {
|
|
|
12331
12420
|
flex-direction: column;
|
|
12332
12421
|
text-align: center;
|
|
12333
12422
|
}
|
|
12334
|
-
.start-logo[data-v-
|
|
12423
|
+
.start-logo[data-v-0c8b6339] {
|
|
12335
12424
|
color: var(--scalar-color-1);
|
|
12336
12425
|
margin-bottom: 24px;
|
|
12337
12426
|
width: 72px;
|
|
@@ -12340,7 +12429,7 @@ body {
|
|
|
12340
12429
|
box-shadow: var(--scalar-shadow-2);
|
|
12341
12430
|
border-radius: var(--scalar-radius-full);
|
|
12342
12431
|
}
|
|
12343
|
-
.start-logo[data-v-
|
|
12432
|
+
.start-logo[data-v-0c8b6339]:before {
|
|
12344
12433
|
content: '';
|
|
12345
12434
|
width: 300%;
|
|
12346
12435
|
aspect-ratio: 1;
|
|
@@ -12357,7 +12446,7 @@ body {
|
|
|
12357
12446
|
linear-gradient(to right, var(--scalar-border-color) 1px, transparent 1px),
|
|
12358
12447
|
linear-gradient(to bottom, var(--scalar-border-color) 1px, transparent 1px);
|
|
12359
12448
|
}
|
|
12360
|
-
.start-logo svg[data-v-
|
|
12449
|
+
.start-logo svg[data-v-0c8b6339] {
|
|
12361
12450
|
width: 100%;
|
|
12362
12451
|
height: auto;
|
|
12363
12452
|
background: var(--scalar-background-1);
|
|
@@ -12366,28 +12455,28 @@ body {
|
|
|
12366
12455
|
position: relative;
|
|
12367
12456
|
}
|
|
12368
12457
|
@media screen and (max-width: 600px) {
|
|
12369
|
-
.start-section-colors .start-item[data-v-
|
|
12370
|
-
.start-item[data-v-
|
|
12458
|
+
.start-section-colors .start-item[data-v-0c8b6339],
|
|
12459
|
+
.start-item[data-v-0c8b6339] {
|
|
12371
12460
|
width: 100%;
|
|
12372
12461
|
border-radius: 0;
|
|
12373
12462
|
border-right: none;
|
|
12374
12463
|
border-top: 1px solid var(--scalar-border-color);
|
|
12375
12464
|
}
|
|
12376
|
-
.start-item[data-v-
|
|
12465
|
+
.start-item[data-v-0c8b6339]:empty {
|
|
12377
12466
|
display: none;
|
|
12378
12467
|
}
|
|
12379
|
-
.start-h2[data-v-
|
|
12468
|
+
.start-h2[data-v-0c8b6339] {
|
|
12380
12469
|
border-bottom: none;
|
|
12381
12470
|
}
|
|
12382
|
-
.start li[data-v-
|
|
12471
|
+
.start li[data-v-0c8b6339] {
|
|
12383
12472
|
width: 100%;
|
|
12384
12473
|
}
|
|
12385
|
-
.start-copy[data-v-
|
|
12474
|
+
.start-copy[data-v-0c8b6339] {
|
|
12386
12475
|
padding: 48px 0 24px 0;
|
|
12387
12476
|
}
|
|
12388
12477
|
}
|
|
12389
12478
|
@media screen and (max-width: 1000px) {
|
|
12390
|
-
.start[data-v-
|
|
12479
|
+
.start[data-v-0c8b6339] {
|
|
12391
12480
|
padding: 0;
|
|
12392
12481
|
overflow: auto;
|
|
12393
12482
|
}
|