@scalar/api-reference 1.53.1 → 1.55.0
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 +29 -0
- package/dist/browser/standalone.js +224 -224
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +15 -12
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue.js.map +1 -1
- package/dist/components/ApiReference.vue.script.js +2 -2
- package/dist/components/ApiReference.vue.script.js.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +1 -1
- package/dist/components/Content/Schema/Schema.vue.js.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.script.js +0 -1
- package/dist/components/Content/Schema/Schema.vue.script.js.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.script.js +23 -2
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.script.js.map +1 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +1 -0
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.js.map +1 -1
- package/dist/components/Content/Schema/helpers/should-display-description.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/should-display-description.js +1 -0
- package/dist/components/Content/Schema/helpers/should-display-description.js.map +1 -1
- package/dist/components/Section/SectionHeader.vue.d.ts +1 -0
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.vue.js +1 -1
- package/dist/components/Section/SectionHeader.vue.js.map +1 -1
- package/dist/components/Section/SectionHeader.vue.script.js +9 -2
- package/dist/components/Section/SectionHeader.vue.script.js.map +1 -1
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js.map +1 -1
- package/dist/features/Operation/Operation.vue.script.js +6 -0
- package/dist/features/Operation/Operation.vue.script.js.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.script.js +5 -2
- package/dist/features/Operation/components/OperationParameters.vue.script.js.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.script.js +6 -7
- package/dist/features/Operation/components/ParameterListItem.vue.script.js.map +1 -1
- package/dist/features/Operation/components/SecurityRequirementBadge.vue.d.ts +9 -0
- package/dist/features/Operation/components/SecurityRequirementBadge.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/SecurityRequirementBadge.vue.js +7 -0
- package/dist/features/Operation/components/SecurityRequirementBadge.vue.js.map +1 -0
- package/dist/features/Operation/components/SecurityRequirementBadge.vue.script.js +91 -0
- package/dist/features/Operation/components/SecurityRequirementBadge.vue.script.js.map +1 -0
- package/dist/features/Operation/components/SecurityRequirementBadgeScheme.vue.d.ts +10 -0
- package/dist/features/Operation/components/SecurityRequirementBadgeScheme.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/SecurityRequirementBadgeScheme.vue.js +7 -0
- package/dist/features/Operation/components/SecurityRequirementBadgeScheme.vue.js.map +1 -0
- package/dist/features/Operation/components/SecurityRequirementBadgeScheme.vue.script.js +32 -0
- package/dist/features/Operation/components/SecurityRequirementBadgeScheme.vue.script.js.map +1 -0
- package/dist/features/Operation/components/helpers/get-parameter-examples.d.ts +13 -0
- package/dist/features/Operation/components/helpers/get-parameter-examples.d.ts.map +1 -0
- package/dist/features/Operation/components/helpers/get-parameter-examples.js +21 -0
- package/dist/features/Operation/components/helpers/get-parameter-examples.js.map +1 -0
- package/dist/features/Operation/helpers/flatten-deep-object-query-parameter.d.ts +7 -0
- package/dist/features/Operation/helpers/flatten-deep-object-query-parameter.d.ts.map +1 -0
- package/dist/features/Operation/helpers/flatten-deep-object-query-parameter.js +44 -0
- package/dist/features/Operation/helpers/flatten-deep-object-query-parameter.js.map +1 -0
- package/dist/features/Operation/helpers/get-required-security.d.ts +41 -0
- package/dist/features/Operation/helpers/get-required-security.d.ts.map +1 -0
- package/dist/features/Operation/helpers/get-required-security.js +41 -0
- package/dist/features/Operation/helpers/get-required-security.js.map +1 -0
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +3 -0
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.script.js +10 -4
- package/dist/features/Operation/layouts/ClassicLayout.vue.script.js.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +3 -0
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.script.js +16 -13
- package/dist/features/Operation/layouts/ModernLayout.vue.script.js.map +1 -1
- package/dist/helpers/storage.d.ts +4 -4
- package/dist/style.css +205 -179
- package/package.json +14 -14
package/dist/style.css
CHANGED
|
@@ -502,28 +502,27 @@ to {
|
|
|
502
502
|
}
|
|
503
503
|
}
|
|
504
504
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
505
|
-
.section-header-wrapper[data-v-
|
|
505
|
+
.section-header-wrapper[data-v-8a5913a9] {
|
|
506
506
|
grid-template-columns: 1fr;
|
|
507
507
|
display: grid;
|
|
508
508
|
}
|
|
509
509
|
@media (min-width: 1200px) {
|
|
510
|
-
.section-header-wrapper[data-v-
|
|
510
|
+
.section-header-wrapper[data-v-8a5913a9] {
|
|
511
511
|
grid-template-columns: repeat(2, 1fr);
|
|
512
512
|
}
|
|
513
513
|
}
|
|
514
|
-
.section-header[data-v-
|
|
514
|
+
.section-header[data-v-8a5913a9] {
|
|
515
515
|
font-size: var(--font-size, var(--scalar-heading-1));
|
|
516
516
|
font-weight: var(--font-weight, var(--scalar-bold));
|
|
517
517
|
color: var(--scalar-color-1);
|
|
518
518
|
word-wrap: break-word;
|
|
519
519
|
margin-top: 0;
|
|
520
|
-
margin-bottom: 12px;
|
|
521
520
|
line-height: 1.45;
|
|
522
521
|
}
|
|
523
|
-
.section-header.tight[data-v-
|
|
522
|
+
.section-header.tight[data-v-8a5913a9] {
|
|
524
523
|
margin-bottom: 6px;
|
|
525
524
|
}
|
|
526
|
-
.section-header.loading[data-v-
|
|
525
|
+
.section-header.loading[data-v-8a5913a9] {
|
|
527
526
|
width: 80%;
|
|
528
527
|
}
|
|
529
528
|
|
|
@@ -606,14 +605,14 @@ to {
|
|
|
606
605
|
color: var(--scalar-color-1);
|
|
607
606
|
}
|
|
608
607
|
|
|
609
|
-
.error[data-v-
|
|
608
|
+
.error[data-v-65497e46] {
|
|
610
609
|
background-color: var(--scalar-color-red);
|
|
611
610
|
}
|
|
612
|
-
.schema-card[data-v-
|
|
611
|
+
.schema-card[data-v-65497e46] {
|
|
613
612
|
font-size: var(--scalar-font-size-4);
|
|
614
613
|
color: var(--scalar-color-1);
|
|
615
614
|
}
|
|
616
|
-
.schema-card-title[data-v-
|
|
615
|
+
.schema-card-title[data-v-65497e46] {
|
|
617
616
|
height: var(--schema-title-height);
|
|
618
617
|
|
|
619
618
|
padding: 6px 8px;
|
|
@@ -627,48 +626,48 @@ to {
|
|
|
627
626
|
font-size: var(--scalar-mini);
|
|
628
627
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
629
628
|
}
|
|
630
|
-
button.schema-card-title[data-v-
|
|
629
|
+
button.schema-card-title[data-v-65497e46] {
|
|
631
630
|
cursor: pointer;
|
|
632
631
|
}
|
|
633
|
-
button.schema-card-title[data-v-
|
|
632
|
+
button.schema-card-title[data-v-65497e46]:hover {
|
|
634
633
|
color: var(--scalar-color-1);
|
|
635
634
|
}
|
|
636
|
-
.schema-card-title-icon--open[data-v-
|
|
635
|
+
.schema-card-title-icon--open[data-v-65497e46] {
|
|
637
636
|
transform: rotate(45deg);
|
|
638
637
|
}
|
|
639
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
638
|
+
.schema-properties-open > .schema-card-title[data-v-65497e46] {
|
|
640
639
|
border-bottom-left-radius: 0;
|
|
641
640
|
border-bottom-right-radius: 0;
|
|
642
641
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
643
642
|
}
|
|
644
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
643
|
+
.schema-properties-open > .schema-properties[data-v-65497e46] {
|
|
645
644
|
width: fit-content;
|
|
646
645
|
}
|
|
647
|
-
.schema-card-description[data-v-
|
|
646
|
+
.schema-card-description[data-v-65497e46] {
|
|
648
647
|
color: var(--scalar-color-2);
|
|
649
648
|
}
|
|
650
|
-
.schema-card-description + .schema-properties[data-v-
|
|
649
|
+
.schema-card-description + .schema-properties[data-v-65497e46] {
|
|
651
650
|
width: fit-content;
|
|
652
651
|
}
|
|
653
|
-
.schema-card-description + .schema-properties[data-v-
|
|
652
|
+
.schema-card-description + .schema-properties[data-v-65497e46] {
|
|
654
653
|
margin-top: 8px;
|
|
655
654
|
}
|
|
656
655
|
.schema-card--level-0:nth-of-type(1)
|
|
657
|
-
> .schema-card-description[data-v-
|
|
656
|
+
> .schema-card-description[data-v-65497e46]:has(+ .schema-properties) {
|
|
658
657
|
margin-bottom: -8px;
|
|
659
658
|
padding-bottom: 8px;
|
|
660
659
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
661
660
|
}
|
|
662
661
|
.schema-card--level-0
|
|
663
662
|
~ .schema-card--level-0
|
|
664
|
-
> .schema-card-description[data-v-
|
|
663
|
+
> .schema-card-description[data-v-65497e46]:has(+ .schema-properties) {
|
|
665
664
|
padding-top: 8px;
|
|
666
665
|
}
|
|
667
|
-
.schema-properties-open.schema-properties[data-v-
|
|
668
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
666
|
+
.schema-properties-open.schema-properties[data-v-65497e46],
|
|
667
|
+
.schema-properties-open > .schema-card--open[data-v-65497e46] {
|
|
669
668
|
width: 100%;
|
|
670
669
|
}
|
|
671
|
-
.schema-properties[data-v-
|
|
670
|
+
.schema-properties[data-v-65497e46] {
|
|
672
671
|
display: flex;
|
|
673
672
|
flex-direction: column;
|
|
674
673
|
|
|
@@ -676,56 +675,56 @@ button.schema-card-title[data-v-38d75111]:hover {
|
|
|
676
675
|
border-radius: var(--scalar-radius-lg);
|
|
677
676
|
width: fit-content;
|
|
678
677
|
}
|
|
679
|
-
.schema-properties-name[data-v-
|
|
678
|
+
.schema-properties-name[data-v-65497e46] {
|
|
680
679
|
width: 100%;
|
|
681
680
|
}
|
|
682
|
-
.schema-properties .schema-properties[data-v-
|
|
681
|
+
.schema-properties .schema-properties[data-v-65497e46] {
|
|
683
682
|
border-radius: 13.5px;
|
|
684
683
|
}
|
|
685
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
684
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-65497e46] {
|
|
686
685
|
border-radius: var(--scalar-radius-lg);
|
|
687
686
|
}
|
|
688
|
-
.schema-properties-open[data-v-
|
|
687
|
+
.schema-properties-open[data-v-65497e46] {
|
|
689
688
|
width: 100%;
|
|
690
689
|
}
|
|
691
|
-
.schema-card--compact[data-v-
|
|
690
|
+
.schema-card--compact[data-v-65497e46] {
|
|
692
691
|
align-self: flex-start;
|
|
693
692
|
}
|
|
694
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
693
|
+
.schema-card--compact.schema-card--open[data-v-65497e46] {
|
|
695
694
|
align-self: initial;
|
|
696
695
|
}
|
|
697
|
-
.schema-card-title--compact[data-v-
|
|
696
|
+
.schema-card-title--compact[data-v-65497e46] {
|
|
698
697
|
color: var(--scalar-color-2);
|
|
699
698
|
padding: 6px 10px 6px 8px;
|
|
700
699
|
height: auto;
|
|
701
700
|
border-bottom: none;
|
|
702
701
|
}
|
|
703
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
702
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-65497e46] {
|
|
704
703
|
margin: 0;
|
|
705
704
|
}
|
|
706
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
705
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-65497e46] {
|
|
707
706
|
transform: rotate(45deg);
|
|
708
707
|
}
|
|
709
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
708
|
+
.schema-properties-open > .schema-card-title--compact[data-v-65497e46] {
|
|
710
709
|
position: static;
|
|
711
710
|
}
|
|
712
711
|
.property--level-0
|
|
713
712
|
> .schema-properties
|
|
714
713
|
> .schema-card--level-0
|
|
715
|
-
> .schema-properties[data-v-
|
|
714
|
+
> .schema-properties[data-v-65497e46] {
|
|
716
715
|
border: none;
|
|
717
716
|
}
|
|
718
717
|
.property--level-0
|
|
719
718
|
.schema-card--level-0:not(.schema-card--compact)
|
|
720
|
-
.property--level-1[data-v-
|
|
719
|
+
.property--level-1[data-v-65497e46] {
|
|
721
720
|
padding: 0 0 8px;
|
|
722
721
|
}
|
|
723
722
|
:not(.composition-panel)
|
|
724
723
|
> .schema-card--compact.schema-card--level-0
|
|
725
|
-
> .schema-properties[data-v-
|
|
724
|
+
> .schema-properties[data-v-65497e46] {
|
|
726
725
|
border: none;
|
|
727
726
|
}
|
|
728
|
-
[data-v-
|
|
727
|
+
[data-v-65497e46] .schema-card-description p {
|
|
729
728
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
730
729
|
color: var(--scalar-color-2);
|
|
731
730
|
line-height: 1.5;
|
|
@@ -733,7 +732,7 @@ button.schema-card-title[data-v-38d75111]:hover {
|
|
|
733
732
|
display: block;
|
|
734
733
|
margin-bottom: 6px;
|
|
735
734
|
}
|
|
736
|
-
.children .schema-card-description[data-v-
|
|
735
|
+
.children .schema-card-description[data-v-65497e46]:first-of-type {
|
|
737
736
|
padding-top: 0;
|
|
738
737
|
}
|
|
739
738
|
|
|
@@ -1579,22 +1578,22 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1579
1578
|
transform: rotate(45deg);
|
|
1580
1579
|
}
|
|
1581
1580
|
|
|
1582
|
-
.parameter-item[data-v-
|
|
1581
|
+
.parameter-item[data-v-a268dcf7] {
|
|
1583
1582
|
display: flex;
|
|
1584
1583
|
flex-direction: column;
|
|
1585
1584
|
position: relative;
|
|
1586
1585
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1587
1586
|
}
|
|
1588
|
-
.parameter-item:last-of-type .parameter-schema[data-v-
|
|
1587
|
+
.parameter-item:last-of-type .parameter-schema[data-v-a268dcf7] {
|
|
1589
1588
|
padding-bottom: 0;
|
|
1590
1589
|
}
|
|
1591
|
-
.parameter-item-container[data-v-
|
|
1590
|
+
.parameter-item-container[data-v-a268dcf7] {
|
|
1592
1591
|
padding: 0;
|
|
1593
1592
|
}
|
|
1594
|
-
.parameter-item-headers[data-v-
|
|
1593
|
+
.parameter-item-headers[data-v-a268dcf7] {
|
|
1595
1594
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1596
1595
|
}
|
|
1597
|
-
.parameter-item-name[data-v-
|
|
1596
|
+
.parameter-item-name[data-v-a268dcf7] {
|
|
1598
1597
|
position: relative;
|
|
1599
1598
|
font-weight: var(--scalar-bold);
|
|
1600
1599
|
font-size: var(--scalar-font-size-4);
|
|
@@ -1602,50 +1601,50 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1602
1601
|
color: var(--scalar-color-1);
|
|
1603
1602
|
overflow-wrap: break-word;
|
|
1604
1603
|
}
|
|
1605
|
-
.parameter-item-description[data-v-
|
|
1606
|
-
.parameter-item-description-summary[data-v-
|
|
1604
|
+
.parameter-item-description[data-v-a268dcf7],
|
|
1605
|
+
.parameter-item-description-summary[data-v-a268dcf7] {
|
|
1607
1606
|
font-size: var(--scalar-mini);
|
|
1608
1607
|
color: var(--scalar-color-2);
|
|
1609
1608
|
}
|
|
1610
|
-
.parameter-item-description-summary.parameter-item-description-summary[data-v-
|
|
1609
|
+
.parameter-item-description-summary.parameter-item-description-summary[data-v-a268dcf7] > * {
|
|
1611
1610
|
--markdown-line-height: var(--scalar-line-height-5);
|
|
1612
1611
|
}
|
|
1613
1612
|
|
|
1614
1613
|
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
1615
1614
|
.parameter-item-trigger
|
|
1616
|
-
~ .parameter-item-container[data-v-
|
|
1615
|
+
~ .parameter-item-container[data-v-a268dcf7]
|
|
1617
1616
|
.property--level-0 > .property-heading .property-detail-value {
|
|
1618
1617
|
font-size: var(--scalar-micro);
|
|
1619
1618
|
}
|
|
1620
|
-
.parameter-item-required-optional[data-v-
|
|
1619
|
+
.parameter-item-required-optional[data-v-a268dcf7] {
|
|
1621
1620
|
color: var(--scalar-color-2);
|
|
1622
1621
|
font-weight: var(--scalar-semibold);
|
|
1623
1622
|
margin-right: 6px;
|
|
1624
1623
|
position: relative;
|
|
1625
1624
|
}
|
|
1626
|
-
.parameter-item--required[data-v-
|
|
1625
|
+
.parameter-item--required[data-v-a268dcf7] {
|
|
1627
1626
|
text-transform: uppercase;
|
|
1628
1627
|
font-size: var(--scalar-micro);
|
|
1629
1628
|
font-weight: var(--scalar-semibold);
|
|
1630
1629
|
color: var(--scalar-color-orange);
|
|
1631
1630
|
}
|
|
1632
|
-
.parameter-item-description[data-v-
|
|
1631
|
+
.parameter-item-description[data-v-a268dcf7] {
|
|
1633
1632
|
margin-top: 6px;
|
|
1634
1633
|
font-size: var(--scalar-small);
|
|
1635
1634
|
color: var(--scalar-color-2);
|
|
1636
1635
|
line-height: 1.4;
|
|
1637
1636
|
}
|
|
1638
|
-
.parameter-item-description[data-v-
|
|
1637
|
+
.parameter-item-description[data-v-a268dcf7] p {
|
|
1639
1638
|
margin-top: 4px;
|
|
1640
1639
|
font-size: var(--scalar-small);
|
|
1641
1640
|
color: var(--scalar-color-2);
|
|
1642
1641
|
line-height: 1.4;
|
|
1643
1642
|
}
|
|
1644
|
-
.parameter-schema[data-v-
|
|
1643
|
+
.parameter-schema[data-v-a268dcf7] {
|
|
1645
1644
|
padding-bottom: 9px;
|
|
1646
1645
|
margin-top: 3px;
|
|
1647
1646
|
}
|
|
1648
|
-
.parameter-item-trigger[data-v-
|
|
1647
|
+
.parameter-item-trigger[data-v-a268dcf7] {
|
|
1649
1648
|
display: flex;
|
|
1650
1649
|
align-items: baseline;
|
|
1651
1650
|
line-height: var(--scalar-line-height-5);
|
|
@@ -1654,21 +1653,21 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1654
1653
|
padding: 10px 0;
|
|
1655
1654
|
outline: none;
|
|
1656
1655
|
}
|
|
1657
|
-
.parameter-item-trigger-open[data-v-
|
|
1656
|
+
.parameter-item-trigger-open[data-v-a268dcf7] {
|
|
1658
1657
|
padding-bottom: 0;
|
|
1659
1658
|
}
|
|
1660
|
-
.parameter-item-icon[data-v-
|
|
1659
|
+
.parameter-item-icon[data-v-a268dcf7] {
|
|
1661
1660
|
color: var(--scalar-color-3);
|
|
1662
1661
|
left: -19px;
|
|
1663
1662
|
top: 0.5lh;
|
|
1664
1663
|
translate: 0 -50%;
|
|
1665
1664
|
position: absolute;
|
|
1666
1665
|
}
|
|
1667
|
-
.parameter-item-trigger:hover .parameter-item-icon[data-v-
|
|
1668
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-
|
|
1666
|
+
.parameter-item-trigger:hover .parameter-item-icon[data-v-a268dcf7],
|
|
1667
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-a268dcf7] {
|
|
1669
1668
|
color: var(--scalar-color-1);
|
|
1670
1669
|
}
|
|
1671
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-
|
|
1670
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-a268dcf7] {
|
|
1672
1671
|
outline: 1px solid var(--scalar-color-accent);
|
|
1673
1672
|
outline-offset: 2px;
|
|
1674
1673
|
border-radius: var(--scalar-radius);
|
|
@@ -2069,11 +2068,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2069
2068
|
margin-right: 4px;
|
|
2070
2069
|
}
|
|
2071
2070
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2072
|
-
.operation-title[data-v-
|
|
2071
|
+
.operation-title[data-v-8f643b1c] {
|
|
2073
2072
|
justify-content: space-between;
|
|
2074
2073
|
display: flex;
|
|
2075
2074
|
}
|
|
2076
|
-
.operation-details[data-v-
|
|
2075
|
+
.operation-details[data-v-8f643b1c] {
|
|
2077
2076
|
flex-shrink: 1;
|
|
2078
2077
|
align-items: center;
|
|
2079
2078
|
gap: 9px;
|
|
@@ -2081,11 +2080,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2081
2080
|
margin-top: 0;
|
|
2082
2081
|
display: flex;
|
|
2083
2082
|
}
|
|
2084
|
-
.operation-details[data-v-
|
|
2083
|
+
.operation-details[data-v-8f643b1c] .endpoint-anchor .scalar-button svg {
|
|
2085
2084
|
width: 16px;
|
|
2086
2085
|
height: 16px;
|
|
2087
2086
|
}
|
|
2088
|
-
.endpoint-type[data-v-
|
|
2087
|
+
.endpoint-type[data-v-8f643b1c] {
|
|
2089
2088
|
z-index: 0;
|
|
2090
2089
|
width: 60px;
|
|
2091
2090
|
font-size: var(--scalar-small);
|
|
@@ -2100,7 +2099,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2100
2099
|
display: flex;
|
|
2101
2100
|
position: relative;
|
|
2102
2101
|
}
|
|
2103
|
-
.endpoint-type[data-v-
|
|
2102
|
+
.endpoint-type[data-v-8f643b1c]:after {
|
|
2104
2103
|
content: "";
|
|
2105
2104
|
z-index: -1;
|
|
2106
2105
|
opacity: .15;
|
|
@@ -2109,16 +2108,16 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2109
2108
|
position: absolute;
|
|
2110
2109
|
inset: 0;
|
|
2111
2110
|
}
|
|
2112
|
-
.endpoint-anchor[data-v-
|
|
2111
|
+
.endpoint-anchor[data-v-8f643b1c] {
|
|
2113
2112
|
flex-shrink: 1;
|
|
2114
2113
|
align-items: center;
|
|
2115
2114
|
min-width: 0;
|
|
2116
2115
|
display: flex;
|
|
2117
2116
|
}
|
|
2118
|
-
.endpoint-anchor.label[data-v-
|
|
2117
|
+
.endpoint-anchor.label[data-v-8f643b1c] {
|
|
2119
2118
|
display: flex;
|
|
2120
2119
|
}
|
|
2121
|
-
.endpoint-label[data-v-
|
|
2120
|
+
.endpoint-label[data-v-8f643b1c] {
|
|
2122
2121
|
min-width: 0;
|
|
2123
2122
|
color: var(--scalar-color-1);
|
|
2124
2123
|
flex-shrink: 1;
|
|
@@ -2126,17 +2125,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2126
2125
|
gap: 9px;
|
|
2127
2126
|
display: flex;
|
|
2128
2127
|
}
|
|
2129
|
-
.endpoint-label-path[data-v-
|
|
2128
|
+
.endpoint-label-path[data-v-8f643b1c] {
|
|
2130
2129
|
font-family: var(--scalar-font-code);
|
|
2131
2130
|
font-size: var(--scalar-mini);
|
|
2132
2131
|
text-overflow: ellipsis;
|
|
2133
2132
|
white-space: nowrap;
|
|
2134
2133
|
overflow: hidden;
|
|
2135
2134
|
}
|
|
2136
|
-
.endpoint-label-path[data-v-
|
|
2135
|
+
.endpoint-label-path[data-v-8f643b1c] em {
|
|
2137
2136
|
color: var(--scalar-color-2);
|
|
2138
2137
|
}
|
|
2139
|
-
.endpoint-label-name[data-v-
|
|
2138
|
+
.endpoint-label-name[data-v-8f643b1c] {
|
|
2140
2139
|
color: var(--scalar-color-2);
|
|
2141
2140
|
font-size: var(--scalar-small);
|
|
2142
2141
|
text-overflow: ellipsis;
|
|
@@ -2144,17 +2143,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2144
2143
|
flex-shrink: 1000000000;
|
|
2145
2144
|
overflow: hidden;
|
|
2146
2145
|
}
|
|
2147
|
-
.endpoint-try-hint[data-v-
|
|
2146
|
+
.endpoint-try-hint[data-v-8f643b1c] {
|
|
2148
2147
|
flex-shrink: 0;
|
|
2149
2148
|
padding: 2px;
|
|
2150
2149
|
}
|
|
2151
|
-
.endpoint-copy[data-v-
|
|
2150
|
+
.endpoint-copy[data-v-8f643b1c] {
|
|
2152
2151
|
color: currentColor;
|
|
2153
2152
|
}
|
|
2154
|
-
.endpoint-copy[data-v-
|
|
2153
|
+
.endpoint-copy[data-v-8f643b1c] svg {
|
|
2155
2154
|
stroke-width: 2px;
|
|
2156
2155
|
}
|
|
2157
|
-
.endpoint-content[data-v-
|
|
2156
|
+
.endpoint-content[data-v-8f643b1c] {
|
|
2158
2157
|
grid-auto-columns: 1fr;
|
|
2159
2158
|
grid-auto-flow: row;
|
|
2160
2159
|
gap: 9px;
|
|
@@ -2162,52 +2161,52 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2162
2161
|
display: grid;
|
|
2163
2162
|
}
|
|
2164
2163
|
@media (min-width: 1000px) {
|
|
2165
|
-
.endpoint-content[data-v-
|
|
2164
|
+
.endpoint-content[data-v-8f643b1c] {
|
|
2166
2165
|
grid-auto-flow: column;
|
|
2167
2166
|
}
|
|
2168
2167
|
}
|
|
2169
2168
|
@container (max-width: 900px) {
|
|
2170
|
-
.endpoint-content[data-v-
|
|
2169
|
+
.endpoint-content[data-v-8f643b1c] {
|
|
2171
2170
|
grid-template-columns: 1fr;
|
|
2172
2171
|
}
|
|
2173
2172
|
}
|
|
2174
|
-
.endpoint-content[data-v-
|
|
2173
|
+
.endpoint-content[data-v-8f643b1c] > * {
|
|
2175
2174
|
min-width: 0;
|
|
2176
2175
|
}
|
|
2177
|
-
.operation-details-card[data-v-
|
|
2176
|
+
.operation-details-card[data-v-8f643b1c] {
|
|
2178
2177
|
flex-direction: column;
|
|
2179
2178
|
gap: 12px;
|
|
2180
2179
|
min-width: 0;
|
|
2181
2180
|
display: flex;
|
|
2182
2181
|
}
|
|
2183
|
-
:is(.operation-details-card-item[data-v-
|
|
2182
|
+
:is(.operation-details-card-item[data-v-8f643b1c] .parameter-list, .operation-details-card-item[data-v-8f643b1c] .callbacks-list) {
|
|
2184
2183
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2185
2184
|
border-radius: var(--scalar-radius-lg);
|
|
2186
2185
|
margin-top: 0;
|
|
2187
2186
|
}
|
|
2188
|
-
.operation-details-card-item[data-v-
|
|
2187
|
+
.operation-details-card-item[data-v-8f643b1c] {
|
|
2189
2188
|
flex-direction: column;
|
|
2190
2189
|
gap: 12px;
|
|
2191
2190
|
display: flex;
|
|
2192
2191
|
}
|
|
2193
|
-
.operation-details-card-item[data-v-
|
|
2192
|
+
.operation-details-card-item[data-v-8f643b1c] .parameter-list-items {
|
|
2194
2193
|
margin-bottom: 0;
|
|
2195
2194
|
}
|
|
2196
|
-
.operation-details-card[data-v-
|
|
2195
|
+
.operation-details-card[data-v-8f643b1c] .parameter-item:last-of-type .parameter-schema {
|
|
2197
2196
|
padding-bottom: 12px;
|
|
2198
2197
|
}
|
|
2199
|
-
.operation-details-card[data-v-
|
|
2198
|
+
.operation-details-card[data-v-8f643b1c] .parameter-list .parameter-list {
|
|
2200
2199
|
margin-bottom: 12px;
|
|
2201
2200
|
}
|
|
2202
|
-
.operation-details-card[data-v-
|
|
2201
|
+
.operation-details-card[data-v-8f643b1c] .parameter-item {
|
|
2203
2202
|
margin: 0;
|
|
2204
2203
|
padding: 0;
|
|
2205
2204
|
}
|
|
2206
|
-
.operation-details-card[data-v-
|
|
2205
|
+
.operation-details-card[data-v-8f643b1c] .property {
|
|
2207
2206
|
margin: 0;
|
|
2208
2207
|
padding: 9px;
|
|
2209
2208
|
}
|
|
2210
|
-
:is(.operation-details-card[data-v-
|
|
2209
|
+
:is(.operation-details-card[data-v-8f643b1c] .parameter-list-title, .operation-details-card[data-v-8f643b1c] .request-body-title, .operation-details-card[data-v-8f643b1c] .callbacks-title) {
|
|
2211
2210
|
text-transform: uppercase;
|
|
2212
2211
|
font-weight: var(--scalar-bold);
|
|
2213
2212
|
font-size: var(--scalar-mini);
|
|
@@ -2216,61 +2215,61 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2216
2215
|
padding: 9px;
|
|
2217
2216
|
line-height: 1.33;
|
|
2218
2217
|
}
|
|
2219
|
-
.operation-details-card[data-v-
|
|
2218
|
+
.operation-details-card[data-v-8f643b1c] .callback-list-item-title {
|
|
2220
2219
|
padding-left: 28px;
|
|
2221
2220
|
padding-right: 12px;
|
|
2222
2221
|
}
|
|
2223
|
-
.operation-details-card[data-v-
|
|
2222
|
+
.operation-details-card[data-v-8f643b1c] .callback-list-item-icon {
|
|
2224
2223
|
left: 6px;
|
|
2225
2224
|
}
|
|
2226
|
-
.operation-details-card[data-v-
|
|
2225
|
+
.operation-details-card[data-v-8f643b1c] .callback-operation-container {
|
|
2227
2226
|
padding-inline: 9px;
|
|
2228
2227
|
padding-bottom: 9px;
|
|
2229
2228
|
}
|
|
2230
|
-
:is(.operation-details-card[data-v-
|
|
2229
|
+
:is(.operation-details-card[data-v-8f643b1c] .callback-operation-container > .request-body, .operation-details-card[data-v-8f643b1c] .callback-operation-container > .parameter-list) {
|
|
2231
2230
|
border: none;
|
|
2232
2231
|
}
|
|
2233
|
-
.operation-details-card[data-v-
|
|
2232
|
+
.operation-details-card[data-v-8f643b1c] .callback-operation-container > .request-body > .request-body-header {
|
|
2234
2233
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2235
2234
|
padding: 0 0 9px;
|
|
2236
2235
|
}
|
|
2237
|
-
.operation-details-card[data-v-
|
|
2236
|
+
.operation-details-card[data-v-8f643b1c] .request-body-description {
|
|
2238
2237
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2239
2238
|
margin-top: 0;
|
|
2240
2239
|
padding: 9px 9px 0;
|
|
2241
2240
|
}
|
|
2242
|
-
.operation-details-card[data-v-
|
|
2241
|
+
.operation-details-card[data-v-8f643b1c] .request-body {
|
|
2243
2242
|
border-radius: var(--scalar-radius-lg);
|
|
2244
2243
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2245
2244
|
margin-top: 0;
|
|
2246
2245
|
}
|
|
2247
|
-
.operation-details-card[data-v-
|
|
2246
|
+
.operation-details-card[data-v-8f643b1c] .request-body .schema-card--level-0 > .schema-card-description {
|
|
2248
2247
|
padding-inline: 9px;
|
|
2249
2248
|
}
|
|
2250
|
-
.operation-details-card[data-v-
|
|
2249
|
+
.operation-details-card[data-v-8f643b1c] .request-body-header {
|
|
2251
2250
|
border-bottom: 0;
|
|
2252
2251
|
padding-bottom: 0;
|
|
2253
2252
|
}
|
|
2254
|
-
.operation-details-card[data-v-
|
|
2253
|
+
.operation-details-card[data-v-8f643b1c] .contents button {
|
|
2255
2254
|
margin-right: 9px;
|
|
2256
2255
|
}
|
|
2257
|
-
.operation-details-card[data-v-
|
|
2256
|
+
.operation-details-card[data-v-8f643b1c] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
2258
2257
|
margin-inline: 9px;
|
|
2259
2258
|
margin-bottom: 9px;
|
|
2260
2259
|
}
|
|
2261
|
-
.operation-details-card[data-v-
|
|
2260
|
+
.operation-details-card[data-v-8f643b1c] .request-body-schema .property--level-0 {
|
|
2262
2261
|
padding: 0;
|
|
2263
2262
|
}
|
|
2264
|
-
.operation-details-card[data-v-
|
|
2263
|
+
.operation-details-card[data-v-8f643b1c] .selected-content-type {
|
|
2265
2264
|
margin-right: 9px;
|
|
2266
2265
|
}
|
|
2267
|
-
.operation-example-card[data-v-
|
|
2266
|
+
.operation-example-card[data-v-8f643b1c] {
|
|
2268
2267
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2269
2268
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
2270
2269
|
position: sticky;
|
|
2271
2270
|
}
|
|
2272
2271
|
@media (max-width: 600px) {
|
|
2273
|
-
.operation-example-card[data-v-
|
|
2272
|
+
.operation-example-card[data-v-8f643b1c] {
|
|
2274
2273
|
max-height: unset;
|
|
2275
2274
|
position: static;
|
|
2276
2275
|
}
|
|
@@ -2362,15 +2361,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2362
2361
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
2363
2362
|
}
|
|
2364
2363
|
|
|
2365
|
-
.examples[data-v-
|
|
2364
|
+
.examples[data-v-1f2d95d2] {
|
|
2366
2365
|
position: sticky;
|
|
2367
2366
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2368
2367
|
}
|
|
2369
|
-
.examples[data-v-
|
|
2368
|
+
.examples[data-v-1f2d95d2] > * {
|
|
2370
2369
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
2371
2370
|
position: relative;
|
|
2372
2371
|
}
|
|
2373
|
-
.examples[data-v-
|
|
2372
|
+
.examples[data-v-1f2d95d2] > *:first-of-type:last-of-type {
|
|
2374
2373
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
2375
2374
|
}
|
|
2376
2375
|
|
|
@@ -2379,13 +2378,25 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2379
2378
|
* (or zoomed in screens)
|
|
2380
2379
|
*/
|
|
2381
2380
|
@media (max-width: 600px) {
|
|
2382
|
-
.examples[data-v-
|
|
2381
|
+
.examples[data-v-1f2d95d2] > * {
|
|
2383
2382
|
max-height: unset;
|
|
2384
2383
|
}
|
|
2385
2384
|
}
|
|
2386
|
-
.deprecated[data-v-
|
|
2385
|
+
.deprecated[data-v-1f2d95d2] * {
|
|
2387
2386
|
text-decoration: line-through;
|
|
2388
2387
|
}
|
|
2388
|
+
.operation-header[data-v-1f2d95d2] {
|
|
2389
|
+
margin-bottom: 12px;
|
|
2390
|
+
display: flex;
|
|
2391
|
+
flex-direction: column;
|
|
2392
|
+
align-items: flex-start;
|
|
2393
|
+
justify-content: space-between;
|
|
2394
|
+
gap: 4px;
|
|
2395
|
+
@media (min-width: 600px) {
|
|
2396
|
+
flex-direction: row;
|
|
2397
|
+
align-items: center;
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2389
2400
|
|
|
2390
2401
|
.section-flare[data-v-5cebff7a] {
|
|
2391
2402
|
position: fixed;
|
|
@@ -5886,9 +5897,6 @@ to {
|
|
|
5886
5897
|
.scalar-app .\!m-0 {
|
|
5887
5898
|
margin: 0 !important;
|
|
5888
5899
|
}
|
|
5889
|
-
.scalar-app .-m-\(--scalar-sidebar-padding\) {
|
|
5890
|
-
margin: calc(var(--scalar-sidebar-padding) * -1);
|
|
5891
|
-
}
|
|
5892
5900
|
.scalar-app .-m-1 {
|
|
5893
5901
|
margin: -4px;
|
|
5894
5902
|
}
|
|
@@ -5901,6 +5909,9 @@ to {
|
|
|
5901
5909
|
.scalar-app .m-1 {
|
|
5902
5910
|
margin: 4px;
|
|
5903
5911
|
}
|
|
5912
|
+
.scalar-app .-mx-\(--scalar-sidebar-padding\) {
|
|
5913
|
+
margin-inline: calc(var(--scalar-sidebar-padding) * -1);
|
|
5914
|
+
}
|
|
5904
5915
|
.scalar-app .-mx-0\.75 {
|
|
5905
5916
|
margin-inline: -3px;
|
|
5906
5917
|
}
|
|
@@ -5928,6 +5939,9 @@ to {
|
|
|
5928
5939
|
.scalar-app .my-1\.5 {
|
|
5929
5940
|
margin-block: 6px;
|
|
5930
5941
|
}
|
|
5942
|
+
.scalar-app .-mt-\(--scalar-sidebar-padding\) {
|
|
5943
|
+
margin-top: calc(var(--scalar-sidebar-padding) * -1);
|
|
5944
|
+
}
|
|
5931
5945
|
.scalar-app .-mt-1\.5 {
|
|
5932
5946
|
margin-top: -6px;
|
|
5933
5947
|
}
|
|
@@ -6061,9 +6075,6 @@ to {
|
|
|
6061
6075
|
.scalar-app .w-48 {
|
|
6062
6076
|
width: 192px;
|
|
6063
6077
|
}
|
|
6064
|
-
.scalar-app .w-64 {
|
|
6065
|
-
width: 256px;
|
|
6066
|
-
}
|
|
6067
6078
|
.scalar-app .w-\[38px\] {
|
|
6068
6079
|
width: 38px;
|
|
6069
6080
|
}
|
|
@@ -6275,9 +6286,6 @@ to {
|
|
|
6275
6286
|
.scalar-app .bg-backdrop {
|
|
6276
6287
|
background-color: #00000038;
|
|
6277
6288
|
}
|
|
6278
|
-
.scalar-app .bg-border {
|
|
6279
|
-
background-color: var(--scalar-border-color);
|
|
6280
|
-
}
|
|
6281
6289
|
.scalar-app .bg-inherit {
|
|
6282
6290
|
background-color: inherit;
|
|
6283
6291
|
}
|
|
@@ -6377,6 +6385,9 @@ to {
|
|
|
6377
6385
|
.scalar-app .py-\[6\.75px\] {
|
|
6378
6386
|
padding-block: 6.75px;
|
|
6379
6387
|
}
|
|
6388
|
+
.scalar-app .pt-\(--scalar-sidebar-padding\) {
|
|
6389
|
+
padding-top: var(--scalar-sidebar-padding);
|
|
6390
|
+
}
|
|
6380
6391
|
.scalar-app .pr-\[100\%\] {
|
|
6381
6392
|
padding-right: 100%;
|
|
6382
6393
|
}
|
|
@@ -7394,6 +7405,9 @@ to {
|
|
|
7394
7405
|
.scalar-app .w-56 {
|
|
7395
7406
|
width: 224px;
|
|
7396
7407
|
}
|
|
7408
|
+
.scalar-app .w-64 {
|
|
7409
|
+
width: 256px;
|
|
7410
|
+
}
|
|
7397
7411
|
.scalar-app .w-72 {
|
|
7398
7412
|
width: 288px;
|
|
7399
7413
|
}
|
|
@@ -7454,6 +7468,9 @@ to {
|
|
|
7454
7468
|
.scalar-app .max-w-full-padded-4 {
|
|
7455
7469
|
max-width: calc(100% - 32px);
|
|
7456
7470
|
}
|
|
7471
|
+
.scalar-app .max-w-sm {
|
|
7472
|
+
max-width: 384px;
|
|
7473
|
+
}
|
|
7457
7474
|
.scalar-app .min-w-0 {
|
|
7458
7475
|
min-width: 0;
|
|
7459
7476
|
}
|
|
@@ -7990,6 +8007,9 @@ to {
|
|
|
7990
8007
|
.scalar-app .bg-b-danger {
|
|
7991
8008
|
background-color: var(--scalar-background-danger);
|
|
7992
8009
|
}
|
|
8010
|
+
.scalar-app .bg-border {
|
|
8011
|
+
background-color: var(--scalar-border-color);
|
|
8012
|
+
}
|
|
7993
8013
|
.scalar-app .bg-c-accent, .scalar-app .bg-c-accent\/5 {
|
|
7994
8014
|
background-color: var(--scalar-color-accent);
|
|
7995
8015
|
}
|
|
@@ -8318,6 +8338,9 @@ to {
|
|
|
8318
8338
|
.scalar-app .pl-12 {
|
|
8319
8339
|
padding-left: 48px;
|
|
8320
8340
|
}
|
|
8341
|
+
.scalar-app .pl-px {
|
|
8342
|
+
padding-left: 1px;
|
|
8343
|
+
}
|
|
8321
8344
|
.scalar-app .text-center {
|
|
8322
8345
|
text-align: center;
|
|
8323
8346
|
}
|
|
@@ -9114,6 +9137,9 @@ to {
|
|
|
9114
9137
|
.scalar-app .disabled\:text-c-2:disabled {
|
|
9115
9138
|
color: var(--scalar-color-2);
|
|
9116
9139
|
}
|
|
9140
|
+
.scalar-app .disabled\:opacity-50:disabled {
|
|
9141
|
+
opacity: .5;
|
|
9142
|
+
}
|
|
9117
9143
|
.scalar-app .has-focus-visible\:bg-b-1:has(:focus-visible) {
|
|
9118
9144
|
background-color: var(--scalar-background-1);
|
|
9119
9145
|
}
|
|
@@ -9462,22 +9488,22 @@ to {
|
|
|
9462
9488
|
.address-bar-history-button[data-v-2cc840c9]:focus-within {
|
|
9463
9489
|
background: var(--scalar-background-2);
|
|
9464
9490
|
}
|
|
9465
|
-
[data-v-
|
|
9491
|
+
[data-v-3118bf46] .cm-editor {
|
|
9466
9492
|
background: none;
|
|
9467
9493
|
outline: none;
|
|
9468
9494
|
height: 100%;
|
|
9469
9495
|
padding: 0;
|
|
9470
9496
|
}
|
|
9471
|
-
[data-v-
|
|
9497
|
+
[data-v-3118bf46] .cm-placeholder {
|
|
9472
9498
|
color: var(--scalar-color-3);
|
|
9473
9499
|
}
|
|
9474
|
-
[data-v-
|
|
9500
|
+
[data-v-3118bf46] .cm-content {
|
|
9475
9501
|
font-family: var(--scalar-font-code);
|
|
9476
9502
|
font-size: var(--scalar-small);
|
|
9477
9503
|
max-height: 20px;
|
|
9478
9504
|
padding: 8px 0;
|
|
9479
9505
|
}
|
|
9480
|
-
[data-v-
|
|
9506
|
+
[data-v-3118bf46] .cm-tooltip {
|
|
9481
9507
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
9482
9508
|
border-radius: var(--scalar-radius);
|
|
9483
9509
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -9486,39 +9512,39 @@ to {
|
|
|
9486
9512
|
outline: none !important;
|
|
9487
9513
|
overflow: hidden !important;
|
|
9488
9514
|
}
|
|
9489
|
-
[data-v-
|
|
9515
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul li {
|
|
9490
9516
|
padding: 3px 6px !important;
|
|
9491
9517
|
}
|
|
9492
|
-
[data-v-
|
|
9518
|
+
[data-v-3118bf46] .cm-completionIcon-type:after {
|
|
9493
9519
|
color: var(--scalar-color-3) !important;
|
|
9494
9520
|
}
|
|
9495
|
-
[data-v-
|
|
9521
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
9496
9522
|
background: var(--scalar-background-2) !important;
|
|
9497
9523
|
color: var(--scalar-color-1) !important;
|
|
9498
9524
|
}
|
|
9499
|
-
[data-v-
|
|
9525
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul {
|
|
9500
9526
|
position: relative;
|
|
9501
9527
|
padding: 6px !important;
|
|
9502
9528
|
}
|
|
9503
|
-
[data-v-
|
|
9529
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul li:hover {
|
|
9504
9530
|
border-radius: 3px;
|
|
9505
9531
|
color: var(--scalar-color-1) !important;
|
|
9506
9532
|
background: var(--scalar-background-3) !important;
|
|
9507
9533
|
}
|
|
9508
|
-
[data-v-
|
|
9534
|
+
[data-v-3118bf46] .cm-activeLine, [data-v-3118bf46] .cm-activeLineGutter {
|
|
9509
9535
|
background-color: #0000;
|
|
9510
9536
|
}
|
|
9511
|
-
[data-v-
|
|
9537
|
+
[data-v-3118bf46] .cm-selectionMatch, [data-v-3118bf46] .cm-matchingBracket {
|
|
9512
9538
|
border-radius: var(--scalar-radius);
|
|
9513
9539
|
background: var(--scalar-background-4) !important;
|
|
9514
9540
|
}
|
|
9515
|
-
[data-v-
|
|
9541
|
+
[data-v-3118bf46] .cm-css-color-picker-wrapper {
|
|
9516
9542
|
outline: 1px solid var(--scalar-background-3);
|
|
9517
9543
|
border-radius: 3px;
|
|
9518
9544
|
display: inline-flex;
|
|
9519
9545
|
overflow: hidden;
|
|
9520
9546
|
}
|
|
9521
|
-
[data-v-
|
|
9547
|
+
[data-v-3118bf46] .cm-gutters {
|
|
9522
9548
|
color: var(--scalar-color-3);
|
|
9523
9549
|
font-size: var(--scalar-small);
|
|
9524
9550
|
background-color: #0000;
|
|
@@ -9526,7 +9552,7 @@ to {
|
|
|
9526
9552
|
border-radius: 0 0 0 3px;
|
|
9527
9553
|
line-height: 22px;
|
|
9528
9554
|
}
|
|
9529
|
-
[data-v-
|
|
9555
|
+
[data-v-3118bf46] .cm-gutters:before {
|
|
9530
9556
|
content: "";
|
|
9531
9557
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
9532
9558
|
background-color: var(--scalar-background-1);
|
|
@@ -9536,7 +9562,7 @@ to {
|
|
|
9536
9562
|
top: 2px;
|
|
9537
9563
|
left: 2px;
|
|
9538
9564
|
}
|
|
9539
|
-
[data-v-
|
|
9565
|
+
[data-v-3118bf46] .cm-gutterElement {
|
|
9540
9566
|
justify-content: flex-end;
|
|
9541
9567
|
align-items: center;
|
|
9542
9568
|
display: flex;
|
|
@@ -9545,16 +9571,16 @@ to {
|
|
|
9545
9571
|
padding-left: 0 !important;
|
|
9546
9572
|
padding-right: 6px !important;
|
|
9547
9573
|
}
|
|
9548
|
-
[data-v-
|
|
9574
|
+
[data-v-3118bf46] .cm-lineNumbers .cm-gutterElement {
|
|
9549
9575
|
min-width: fit-content;
|
|
9550
9576
|
}
|
|
9551
|
-
[data-v-
|
|
9577
|
+
[data-v-3118bf46] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
9552
9578
|
padding-left: 0 !important;
|
|
9553
9579
|
}
|
|
9554
|
-
[data-v-
|
|
9580
|
+
[data-v-3118bf46] .cm-scroller {
|
|
9555
9581
|
overflow: auto;
|
|
9556
9582
|
}
|
|
9557
|
-
.line-wrapping[data-v-
|
|
9583
|
+
.line-wrapping[data-v-3118bf46]:focus-within .cm-content {
|
|
9558
9584
|
white-space: break-spaces;
|
|
9559
9585
|
word-break: break-all;
|
|
9560
9586
|
min-height: fit-content;
|
|
@@ -9639,49 +9665,49 @@ to {
|
|
|
9639
9665
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
9640
9666
|
margin-top: 0;
|
|
9641
9667
|
}
|
|
9642
|
-
[data-v-
|
|
9668
|
+
[data-v-dc314812] .cm-editor {
|
|
9643
9669
|
outline: none;
|
|
9644
9670
|
width: 100%;
|
|
9645
9671
|
height: 100%;
|
|
9646
9672
|
}
|
|
9647
|
-
[data-v-
|
|
9673
|
+
[data-v-dc314812] .cm-line {
|
|
9648
9674
|
padding: 0;
|
|
9649
9675
|
}
|
|
9650
|
-
[data-v-
|
|
9676
|
+
[data-v-dc314812] .cm-content {
|
|
9651
9677
|
font-size: var(--scalar-small);
|
|
9652
9678
|
align-items: center;
|
|
9653
9679
|
padding: 0;
|
|
9654
9680
|
display: flex;
|
|
9655
9681
|
}
|
|
9656
|
-
.scroll-timeline-x[data-v-
|
|
9682
|
+
.scroll-timeline-x[data-v-dc314812] {
|
|
9657
9683
|
scroll-timeline: --scroll-timeline x;
|
|
9658
9684
|
scroll-timeline: --scroll-timeline horizontal;
|
|
9659
9685
|
-ms-overflow-style: none;
|
|
9660
9686
|
}
|
|
9661
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9687
|
+
.scroll-timeline-x-hidden[data-v-dc314812] {
|
|
9662
9688
|
overflow-x: auto;
|
|
9663
9689
|
}
|
|
9664
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9690
|
+
.scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller {
|
|
9665
9691
|
scrollbar-width: none;
|
|
9666
9692
|
-ms-overflow-style: none;
|
|
9667
9693
|
padding-right: 20px;
|
|
9668
9694
|
overflow: auto;
|
|
9669
9695
|
}
|
|
9670
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9696
|
+
.scroll-timeline-x-hidden[data-v-dc314812]::-webkit-scrollbar {
|
|
9671
9697
|
width: 0;
|
|
9672
9698
|
height: 0;
|
|
9673
9699
|
display: none;
|
|
9674
9700
|
}
|
|
9675
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9701
|
+
.scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller::-webkit-scrollbar {
|
|
9676
9702
|
width: 0;
|
|
9677
9703
|
height: 0;
|
|
9678
9704
|
display: none;
|
|
9679
9705
|
}
|
|
9680
|
-
.scroll-timeline-x-address[data-v-
|
|
9706
|
+
.scroll-timeline-x-address[data-v-dc314812] {
|
|
9681
9707
|
scrollbar-width: none;
|
|
9682
9708
|
line-height: 27px;
|
|
9683
9709
|
}
|
|
9684
|
-
.scroll-timeline-x-address[data-v-
|
|
9710
|
+
.scroll-timeline-x-address[data-v-dc314812]:after {
|
|
9685
9711
|
content: "";
|
|
9686
9712
|
cursor: text;
|
|
9687
9713
|
width: 24px;
|
|
@@ -9689,48 +9715,48 @@ to {
|
|
|
9689
9715
|
position: absolute;
|
|
9690
9716
|
right: 0;
|
|
9691
9717
|
}
|
|
9692
|
-
.scroll-timeline-x-address[data-v-
|
|
9718
|
+
.scroll-timeline-x-address[data-v-dc314812]:empty:before {
|
|
9693
9719
|
content: "Enter URL or cURL request";
|
|
9694
9720
|
color: var(--scalar-color-3);
|
|
9695
9721
|
pointer-events: none;
|
|
9696
9722
|
}
|
|
9697
|
-
.fade-left[data-v-
|
|
9723
|
+
.fade-left[data-v-dc314812], .fade-right[data-v-dc314812] {
|
|
9698
9724
|
content: "";
|
|
9699
9725
|
pointer-events: none;
|
|
9700
9726
|
z-index: 1;
|
|
9701
9727
|
height: 100%;
|
|
9702
|
-
animation-name: fadein-
|
|
9728
|
+
animation-name: fadein-dc314812;
|
|
9703
9729
|
animation-duration: 1ms;
|
|
9704
9730
|
animation-direction: reverse;
|
|
9705
9731
|
animation-timeline: --scroll-timeline;
|
|
9706
9732
|
position: sticky;
|
|
9707
9733
|
}
|
|
9708
|
-
.fade-left[data-v-
|
|
9734
|
+
.fade-left[data-v-dc314812] {
|
|
9709
9735
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9710
9736
|
}
|
|
9711
9737
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9712
|
-
.fade-left[data-v-
|
|
9738
|
+
.fade-left[data-v-dc314812] {
|
|
9713
9739
|
background: linear-gradient(-90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9714
9740
|
}
|
|
9715
9741
|
}
|
|
9716
|
-
.fade-left[data-v-
|
|
9742
|
+
.fade-left[data-v-dc314812] {
|
|
9717
9743
|
min-width: 6px;
|
|
9718
9744
|
animation-direction: normal;
|
|
9719
9745
|
left: -1px;
|
|
9720
9746
|
}
|
|
9721
|
-
.fade-right[data-v-
|
|
9747
|
+
.fade-right[data-v-dc314812] {
|
|
9722
9748
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9723
9749
|
}
|
|
9724
9750
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9725
|
-
.fade-right[data-v-
|
|
9751
|
+
.fade-right[data-v-dc314812] {
|
|
9726
9752
|
background: linear-gradient(90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9727
9753
|
}
|
|
9728
9754
|
}
|
|
9729
|
-
.fade-right[data-v-
|
|
9755
|
+
.fade-right[data-v-dc314812] {
|
|
9730
9756
|
min-width: 24px;
|
|
9731
9757
|
right: -1px;
|
|
9732
9758
|
}
|
|
9733
|
-
@keyframes fadein-
|
|
9759
|
+
@keyframes fadein-dc314812 {
|
|
9734
9760
|
0% {
|
|
9735
9761
|
opacity: 0;
|
|
9736
9762
|
}
|
|
@@ -9738,33 +9764,33 @@ to {
|
|
|
9738
9764
|
opacity: 1;
|
|
9739
9765
|
}
|
|
9740
9766
|
}
|
|
9741
|
-
.address-bar-bg-states[data-v-
|
|
9767
|
+
.address-bar-bg-states[data-v-dc314812] {
|
|
9742
9768
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9743
9769
|
}
|
|
9744
9770
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9745
|
-
.address-bar-bg-states[data-v-
|
|
9771
|
+
.address-bar-bg-states[data-v-dc314812] {
|
|
9746
9772
|
--scalar-address-bar-bg: color-mix(in srgb,
|
|
9747
9773
|
var(--scalar-background-1),
|
|
9748
9774
|
var(--scalar-background-2));
|
|
9749
9775
|
}
|
|
9750
9776
|
}
|
|
9751
|
-
.address-bar-bg-states[data-v-
|
|
9777
|
+
.address-bar-bg-states[data-v-dc314812] {
|
|
9752
9778
|
background: var(--scalar-address-bar-bg);
|
|
9753
9779
|
}
|
|
9754
|
-
.address-bar-bg-states[data-v-
|
|
9780
|
+
.address-bar-bg-states[data-v-dc314812]:has(.cm-focused) {
|
|
9755
9781
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9756
9782
|
border-color: var(--scalar-border-color);
|
|
9757
9783
|
outline-width: 1px;
|
|
9758
9784
|
outline-style: solid;
|
|
9759
9785
|
}
|
|
9760
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
9786
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-dc314812], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-dc314812] {
|
|
9761
9787
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9762
9788
|
}
|
|
9763
|
-
.app-exit-button[data-v-
|
|
9789
|
+
.app-exit-button[data-v-09019679] {
|
|
9764
9790
|
color: #fff;
|
|
9765
9791
|
background: #0000001a;
|
|
9766
9792
|
}
|
|
9767
|
-
.app-exit-button[data-v-
|
|
9793
|
+
.app-exit-button[data-v-09019679]:hover {
|
|
9768
9794
|
background: #ffffff1a;
|
|
9769
9795
|
}
|
|
9770
9796
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -10149,10 +10175,10 @@ to {
|
|
|
10149
10175
|
padding: 6px 12px;
|
|
10150
10176
|
display: flex;
|
|
10151
10177
|
}
|
|
10152
|
-
.sidebar-skeleton-row > span[data-v-
|
|
10153
|
-
animation: 1.5s infinite alternate sidebar-skeleton-pulse-
|
|
10178
|
+
.sidebar-skeleton-row > span[data-v-1181f741] {
|
|
10179
|
+
animation: 1.5s infinite alternate sidebar-skeleton-pulse-1181f741;
|
|
10154
10180
|
}
|
|
10155
|
-
@keyframes sidebar-skeleton-pulse-
|
|
10181
|
+
@keyframes sidebar-skeleton-pulse-1181f741 {
|
|
10156
10182
|
from {
|
|
10157
10183
|
opacity: 1;
|
|
10158
10184
|
}
|
|
@@ -10237,7 +10263,7 @@ to {
|
|
|
10237
10263
|
.nav-item-close[data-v-2d65f302]:hover {
|
|
10238
10264
|
background-color: var(--scalar-background-4);
|
|
10239
10265
|
}
|
|
10240
|
-
.nav-item__active .nav-item-close[data-v-2d65f302]:hover {
|
|
10266
|
+
.nav-item__active .nav-item-close[data-v-2d65f302]:hover, .version-picker[data-v-0fc16a7d] [role="option"][aria-selected="true"] {
|
|
10241
10267
|
background-color: var(--scalar-background-2);
|
|
10242
10268
|
}
|
|
10243
10269
|
.splash-screen[data-v-af32615f] {
|
|
@@ -12246,7 +12272,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12246
12272
|
|
|
12247
12273
|
/* Configurable Layout Variables */
|
|
12248
12274
|
@layer scalar-config {
|
|
12249
|
-
.scalar-api-reference[data-v-
|
|
12275
|
+
.scalar-api-reference[data-v-294400d0] {
|
|
12250
12276
|
/* The header height */
|
|
12251
12277
|
--refs-header-height: calc(
|
|
12252
12278
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -12268,20 +12294,20 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12268
12294
|
/* The maximum width of the content column */
|
|
12269
12295
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
12270
12296
|
}
|
|
12271
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12297
|
+
.scalar-api-reference.references-classic[data-v-294400d0] {
|
|
12272
12298
|
/* Classic layout is wider */
|
|
12273
12299
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
12274
12300
|
min-height: 100dvh;
|
|
12275
12301
|
--refs-sidebar-width: 0;
|
|
12276
12302
|
}
|
|
12277
12303
|
}
|
|
12278
|
-
.t-doc__sidebar[data-v-
|
|
12304
|
+
.t-doc__sidebar[data-v-294400d0] {
|
|
12279
12305
|
z-index: 10;
|
|
12280
12306
|
}
|
|
12281
12307
|
|
|
12282
12308
|
/* ----------------------------------------------------- */
|
|
12283
12309
|
/* References Layout */
|
|
12284
|
-
.references-layout[data-v-
|
|
12310
|
+
.references-layout[data-v-294400d0] {
|
|
12285
12311
|
/* Try to fill the container */
|
|
12286
12312
|
min-height: 100dvh;
|
|
12287
12313
|
min-width: 100%;
|
|
@@ -12305,44 +12331,44 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12305
12331
|
|
|
12306
12332
|
background: var(--scalar-background-1);
|
|
12307
12333
|
}
|
|
12308
|
-
.references-editor[data-v-
|
|
12334
|
+
.references-editor[data-v-294400d0] {
|
|
12309
12335
|
grid-area: editor;
|
|
12310
12336
|
display: flex;
|
|
12311
12337
|
min-width: 0;
|
|
12312
12338
|
background: var(--scalar-background-1);
|
|
12313
12339
|
}
|
|
12314
|
-
.references-rendered[data-v-
|
|
12340
|
+
.references-rendered[data-v-294400d0] {
|
|
12315
12341
|
position: relative;
|
|
12316
12342
|
grid-area: rendered;
|
|
12317
12343
|
min-width: 0;
|
|
12318
12344
|
background: var(--scalar-background-1);
|
|
12319
12345
|
}
|
|
12320
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12321
|
-
.references-classic .references-rendered[data-v-
|
|
12346
|
+
.scalar-api-reference.references-classic[data-v-294400d0],
|
|
12347
|
+
.references-classic .references-rendered[data-v-294400d0] {
|
|
12322
12348
|
height: initial !important;
|
|
12323
12349
|
max-height: initial !important;
|
|
12324
12350
|
}
|
|
12325
12351
|
@layer scalar-config {
|
|
12326
|
-
.references-sidebar[data-v-
|
|
12352
|
+
.references-sidebar[data-v-294400d0] {
|
|
12327
12353
|
/* Set a default width if references are enabled */
|
|
12328
12354
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
12329
12355
|
}
|
|
12330
12356
|
}
|
|
12331
12357
|
|
|
12332
12358
|
/* Footer */
|
|
12333
|
-
.references-footer[data-v-
|
|
12359
|
+
.references-footer[data-v-294400d0] {
|
|
12334
12360
|
grid-area: footer;
|
|
12335
12361
|
}
|
|
12336
12362
|
/* ----------------------------------------------------- */
|
|
12337
12363
|
/* Responsive / Mobile Layout */
|
|
12338
12364
|
@media (max-width: 1000px) {
|
|
12339
12365
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
12340
|
-
.references-developer-tools[data-v-
|
|
12366
|
+
.references-developer-tools[data-v-294400d0] {
|
|
12341
12367
|
display: none;
|
|
12342
12368
|
}
|
|
12343
12369
|
|
|
12344
12370
|
/* Stack view on mobile */
|
|
12345
|
-
.references-layout[data-v-
|
|
12371
|
+
.references-layout[data-v-294400d0] {
|
|
12346
12372
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
12347
12373
|
--refs-sidebar-height: calc(
|
|
12348
12374
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -12357,13 +12383,13 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12357
12383
|
'rendered'
|
|
12358
12384
|
'footer';
|
|
12359
12385
|
}
|
|
12360
|
-
.references-editable[data-v-
|
|
12386
|
+
.references-editable[data-v-294400d0] {
|
|
12361
12387
|
grid-template-areas:
|
|
12362
12388
|
'header'
|
|
12363
12389
|
'navigation'
|
|
12364
12390
|
'editor';
|
|
12365
12391
|
}
|
|
12366
|
-
.references-rendered[data-v-
|
|
12392
|
+
.references-rendered[data-v-294400d0] {
|
|
12367
12393
|
position: static;
|
|
12368
12394
|
}
|
|
12369
12395
|
}
|
|
@@ -12374,12 +12400,12 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12374
12400
|
* when the new elements are available
|
|
12375
12401
|
*/
|
|
12376
12402
|
@media (max-width: 1000px) {
|
|
12377
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
12403
|
+
.scalar-api-references-standalone-mobile[data-v-294400d0]:not(.references-classic) {
|
|
12378
12404
|
--scalar-header-height: 50px;
|
|
12379
12405
|
}
|
|
12380
12406
|
}
|
|
12381
12407
|
|
|
12382
|
-
.darklight-reference[data-v-
|
|
12408
|
+
.darklight-reference[data-v-294400d0] {
|
|
12383
12409
|
width: 100%;
|
|
12384
12410
|
margin-top: auto;
|
|
12385
12411
|
}
|