@scalar/api-reference 1.48.8 → 1.49.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 +33 -0
- package/dist/browser/standalone.js +9866 -9838
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +2 -4
- package/dist/components/Content/Content.vue.d.ts +2 -4
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +77 -83
- package/dist/components/Content/Models/ModelTag.vue.d.ts +3 -3
- package/dist/components/Content/Models/ModelTag.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModelTag.vue.js +42 -48
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntry.vue.js +3 -2
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +9 -1
- package/dist/components/Content/Schema/helpers/should-display-description.js +1 -1
- package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts +2 -2
- package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Tags/components/ModernLayout.vue.js +1 -1
- package/dist/components/Content/Tags/components/ModernLayout.vue2.js +18 -26
- package/dist/components/Lazy/Lazy.vue.d.ts +3 -0
- package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Lazy/Lazy.vue.js +93 -4
- package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts.map +1 -1
- package/dist/features/ask-agent-button/AskAgentButton.vue.js +1 -1
- package/dist/features/ask-agent-button/AskAgentButton.vue2.js +18 -14
- package/dist/helpers/id-routing.d.ts +4 -0
- package/dist/helpers/id-routing.d.ts.map +1 -1
- package/dist/helpers/id-routing.js +51 -5
- package/dist/helpers/lazy-bus.d.ts +19 -19
- package/dist/helpers/lazy-bus.d.ts.map +1 -1
- package/dist/helpers/lazy-bus.js +63 -28
- package/dist/style.css +126 -124
- package/package.json +11 -11
package/dist/style.css
CHANGED
|
@@ -606,7 +606,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
606
606
|
text-decoration: line-through;
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
-
.property[data-v-
|
|
609
|
+
.property[data-v-6031fee6] {
|
|
610
610
|
color: var(--scalar-color-1);
|
|
611
611
|
display: flex;
|
|
612
612
|
flex-direction: column;
|
|
@@ -616,7 +616,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
/** Remove top padding for top level schema card */
|
|
619
|
-
.property.property--level-0[data-v-
|
|
619
|
+
.property.property--level-0[data-v-6031fee6]:has(
|
|
620
620
|
> .property-rule
|
|
621
621
|
> .schema-card
|
|
622
622
|
> .schema-properties.schema-properties-open
|
|
@@ -625,25 +625,25 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
625
625
|
) {
|
|
626
626
|
padding-top: 0;
|
|
627
627
|
}
|
|
628
|
-
.property--compact.property--level-0[data-v-
|
|
629
|
-
.property--compact.property--level-1[data-v-
|
|
628
|
+
.property--compact.property--level-0[data-v-6031fee6],
|
|
629
|
+
.property--compact.property--level-1[data-v-6031fee6] {
|
|
630
630
|
padding: 10px 0;
|
|
631
631
|
}
|
|
632
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
632
|
+
.composition-panel .property.property.property.property--level-0[data-v-6031fee6] {
|
|
633
633
|
padding: 0px;
|
|
634
634
|
}
|
|
635
635
|
.property--compact.property--level-0
|
|
636
636
|
.composition-panel
|
|
637
|
-
.property--compact.property--level-1[data-v-
|
|
637
|
+
.property--compact.property--level-1[data-v-6031fee6] {
|
|
638
638
|
padding: 8px;
|
|
639
639
|
}
|
|
640
640
|
|
|
641
641
|
/* if a property doesn't have a heading, remove the top padding */
|
|
642
|
-
.property[data-v-
|
|
642
|
+
.property[data-v-6031fee6]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
643
643
|
padding-top: 8px;
|
|
644
644
|
padding-bottom: 8px;
|
|
645
645
|
}
|
|
646
|
-
.property--deprecated[data-v-
|
|
646
|
+
.property--deprecated[data-v-6031fee6] {
|
|
647
647
|
background: repeating-linear-gradient(
|
|
648
648
|
-45deg,
|
|
649
649
|
var(--scalar-background-2) 0,
|
|
@@ -653,46 +653,46 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
653
653
|
);
|
|
654
654
|
background-size: 100%;
|
|
655
655
|
}
|
|
656
|
-
.property--deprecated[data-v-
|
|
656
|
+
.property--deprecated[data-v-6031fee6] > * {
|
|
657
657
|
opacity: 0.75;
|
|
658
658
|
}
|
|
659
|
-
.property-description[data-v-
|
|
659
|
+
.property-description[data-v-6031fee6] {
|
|
660
660
|
margin-top: 6px;
|
|
661
661
|
line-height: 1.4;
|
|
662
662
|
font-size: var(--scalar-small);
|
|
663
663
|
}
|
|
664
|
-
.property-description[data-v-
|
|
664
|
+
.property-description[data-v-6031fee6]:has(+ .property-rule) {
|
|
665
665
|
margin-bottom: 9px;
|
|
666
666
|
}
|
|
667
|
-
[data-v-
|
|
667
|
+
[data-v-6031fee6] .property-description * {
|
|
668
668
|
color: var(--scalar-color-2) !important;
|
|
669
669
|
}
|
|
670
|
-
.property[data-v-
|
|
670
|
+
.property[data-v-6031fee6]:not(:last-of-type) {
|
|
671
671
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
672
672
|
}
|
|
673
|
-
.property-description + .children[data-v-
|
|
674
|
-
.children + .property-rule[data-v-
|
|
673
|
+
.property-description + .children[data-v-6031fee6],
|
|
674
|
+
.children + .property-rule[data-v-6031fee6] {
|
|
675
675
|
margin-top: 9px;
|
|
676
676
|
}
|
|
677
|
-
.children[data-v-
|
|
677
|
+
.children[data-v-6031fee6] {
|
|
678
678
|
display: flex;
|
|
679
679
|
flex-direction: column;
|
|
680
680
|
}
|
|
681
|
-
.children .property--compact.property--level-1[data-v-
|
|
681
|
+
.children .property--compact.property--level-1[data-v-6031fee6] {
|
|
682
682
|
padding: 12px;
|
|
683
683
|
}
|
|
684
|
-
.property-example-value[data-v-
|
|
684
|
+
.property-example-value[data-v-6031fee6] {
|
|
685
685
|
all: unset;
|
|
686
686
|
font-family: var(--scalar-font-code);
|
|
687
687
|
padding: 6px;
|
|
688
688
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
689
689
|
}
|
|
690
|
-
.property-rule[data-v-
|
|
690
|
+
.property-rule[data-v-6031fee6] {
|
|
691
691
|
border-radius: var(--scalar-radius-lg);
|
|
692
692
|
display: flex;
|
|
693
693
|
flex-direction: column;
|
|
694
694
|
}
|
|
695
|
-
.property-rule[data-v-
|
|
695
|
+
.property-rule[data-v-6031fee6]
|
|
696
696
|
|
|
697
697
|
.composition-panel
|
|
698
698
|
.schema-card--level-1
|
|
@@ -700,7 +700,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
700
700
|
{
|
|
701
701
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
702
702
|
}
|
|
703
|
-
.property-rule[data-v-
|
|
703
|
+
.property-rule[data-v-6031fee6]
|
|
704
704
|
.composition-panel > .schema-card > .schema-card-description {
|
|
705
705
|
padding: 10px;
|
|
706
706
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -709,29 +709,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
709
709
|
margin-top: 0;
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
|
-
.property-example[data-v-
|
|
712
|
+
.property-example[data-v-6031fee6] {
|
|
713
713
|
background: transparent;
|
|
714
714
|
border: none;
|
|
715
715
|
display: flex;
|
|
716
716
|
flex-direction: row;
|
|
717
717
|
gap: 8px;
|
|
718
718
|
}
|
|
719
|
-
.property-example-label[data-v-
|
|
720
|
-
.property-example-value[data-v-
|
|
719
|
+
.property-example-label[data-v-6031fee6],
|
|
720
|
+
.property-example-value[data-v-6031fee6] {
|
|
721
721
|
padding: 3px 0 0 0;
|
|
722
722
|
}
|
|
723
|
-
.property-example-value[data-v-
|
|
723
|
+
.property-example-value[data-v-6031fee6] {
|
|
724
724
|
background: var(--scalar-background-2);
|
|
725
725
|
border-top: 0;
|
|
726
726
|
border-radius: var(--scalar-radius);
|
|
727
727
|
padding: 3px 4px;
|
|
728
728
|
}
|
|
729
|
-
.property-name[data-v-
|
|
729
|
+
.property-name[data-v-6031fee6] {
|
|
730
730
|
font-family: var(--scalar-font-code);
|
|
731
731
|
font-weight: var(--scalar-semibold);
|
|
732
732
|
}
|
|
733
|
-
.property-name-additional-properties[data-v-
|
|
734
|
-
.property-name-pattern-properties[data-v-
|
|
733
|
+
.property-name-additional-properties[data-v-6031fee6]::before,
|
|
734
|
+
.property-name-pattern-properties[data-v-6031fee6]::before {
|
|
735
735
|
text-transform: uppercase;
|
|
736
736
|
font-size: var(--scalar-micro);
|
|
737
737
|
display: inline-block;
|
|
@@ -742,11 +742,11 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
742
742
|
background-color: var(--scalar-background-2);
|
|
743
743
|
margin-right: 4px;
|
|
744
744
|
}
|
|
745
|
-
.property-name-pattern-properties[data-v-
|
|
745
|
+
.property-name-pattern-properties[data-v-6031fee6]::before {
|
|
746
746
|
content: 'regex';
|
|
747
747
|
}
|
|
748
|
-
.property-name-additional-properties[data-v-
|
|
749
|
-
.property-name-pattern-properties[data-v-
|
|
748
|
+
.property-name-additional-properties[data-v-6031fee6],
|
|
749
|
+
.property-name-pattern-properties[data-v-6031fee6] {
|
|
750
750
|
border: 1px dashed var(--scalar-border-color);
|
|
751
751
|
color: var(--scalar-color-accent);
|
|
752
752
|
display: inline-block;
|
|
@@ -1774,72 +1774,70 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1774
1774
|
}
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
color: var(--scalar-color-1);
|
|
1780
|
-
appearance: none;
|
|
1781
|
-
border: none;
|
|
1782
|
-
white-space: nowrap;
|
|
1783
|
-
display: flex;
|
|
1784
|
-
justify-content: center;
|
|
1785
|
-
align-items: center;
|
|
1786
|
-
font-weight: var(--scalar-regular);
|
|
1787
|
-
font-size: var(--scalar-small);
|
|
1788
|
-
line-height: 22px;
|
|
1789
|
-
font-family: var(--scalar-font);
|
|
1790
|
-
position: relative;
|
|
1791
|
-
cursor: pointer;
|
|
1792
|
-
box-sizing: border-box;
|
|
1793
|
-
outline: none;
|
|
1794
|
-
outline-offset: 2px;
|
|
1795
|
-
field-sizing: content;
|
|
1796
|
-
max-width: 88px;
|
|
1797
|
-
}
|
|
1798
|
-
.ask-agent-scalar-input[data-v-f43e32ab]:focus {
|
|
1799
|
-
cursor: text;
|
|
1800
|
-
width: 100% !important;
|
|
1801
|
-
max-width: calc(100% - 50px);
|
|
1802
|
-
}
|
|
1803
|
-
.ask-agent-scalar-input[data-v-f43e32ab]:not(:placeholder-shown) {
|
|
1804
|
-
width: 100% !important;
|
|
1805
|
-
height: 100%;
|
|
1806
|
-
field-sizing: border-box;
|
|
1807
|
-
cursor: text;
|
|
1808
|
-
max-width: calc(100% - 50px);
|
|
1809
|
-
}
|
|
1810
|
-
.ask-agent-scalar-input[data-v-f43e32ab]::placeholder {
|
|
1811
|
-
color: var(--scalar-color-1);
|
|
1812
|
-
font-family: var(--scalar-font);
|
|
1813
|
-
}
|
|
1814
|
-
.ask-agent-scalar-input[data-v-f43e32ab]:focus::placeholder {
|
|
1815
|
-
color: var(--scalar-color-2);
|
|
1816
|
-
}
|
|
1817
|
-
.agent-button-container[data-v-f43e32ab] {
|
|
1777
|
+
/** Container */
|
|
1778
|
+
.agent-button-container[data-v-78f5377c] {
|
|
1818
1779
|
position: relative;
|
|
1819
1780
|
color: var(--scalar-color-1);
|
|
1820
1781
|
background: color-mix(in srgb, var(--scalar-background-3), white 15%);
|
|
1821
1782
|
display: flex;
|
|
1822
1783
|
align-items: center;
|
|
1784
|
+
cursor: pointer;
|
|
1823
1785
|
padding: 1px 6px;
|
|
1824
1786
|
margin-right: 4px;
|
|
1825
1787
|
border-radius: var(--scalar-radius);
|
|
1826
|
-
gap: 4px;
|
|
1827
1788
|
z-index: 2;
|
|
1828
1789
|
height: 100%;
|
|
1829
1790
|
}
|
|
1830
|
-
.agent-button-container[data-v-
|
|
1791
|
+
.agent-button-container[data-v-78f5377c]:hover:not(:focus-within) {
|
|
1831
1792
|
background: color-mix(in srgb, var(--scalar-background-3), white 20%);
|
|
1832
1793
|
}
|
|
1833
|
-
.agent-button-container[data-v-
|
|
1834
|
-
.agent-button-container[data-v-
|
|
1835
|
-
width: calc(100% - 4px);
|
|
1836
|
-
height: calc(100% - 4px);
|
|
1794
|
+
.agent-button-container[data-v-78f5377c]:has(.ask-agent-scalar-input-not-empty),
|
|
1795
|
+
.agent-button-container[data-v-78f5377c]:focus-within {
|
|
1837
1796
|
position: absolute;
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1797
|
+
inset: 2px;
|
|
1798
|
+
border-radius: var(--scalar-radius-lg);
|
|
1799
|
+
margin-right: 0;
|
|
1800
|
+
height: auto;
|
|
1841
1801
|
}
|
|
1842
|
-
.
|
|
1802
|
+
.agent-button-container[data-v-78f5377c]:has(.ask-agent-scalar-input:focus-visible) {
|
|
1803
|
+
outline-style: solid;
|
|
1804
|
+
}
|
|
1805
|
+
/** Input */
|
|
1806
|
+
.ask-agent-scalar-input[data-v-78f5377c] {
|
|
1807
|
+
width: 0px;
|
|
1808
|
+
opacity: 0;
|
|
1809
|
+
font-size: 0px;
|
|
1810
|
+
border: none;
|
|
1811
|
+
}
|
|
1812
|
+
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
1813
|
+
.ask-agent-scalar-input[data-v-78f5377c],
|
|
1814
|
+
.agent-button-container:focus-within .ask-agent-scalar-input[data-v-78f5377c] {
|
|
1815
|
+
width: 100%;
|
|
1816
|
+
font-size: inherit;
|
|
1817
|
+
opacity: 1;
|
|
1818
|
+
line-height: 20px;
|
|
1819
|
+
outline: none;
|
|
1820
|
+
padding-inline: 4px;
|
|
1821
|
+
}
|
|
1822
|
+
.ask-agent-scalar-input[data-v-78f5377c]::placeholder {
|
|
1823
|
+
color: var(--scalar-color-2);
|
|
1824
|
+
font-family: inherit;
|
|
1825
|
+
}
|
|
1826
|
+
/** Input label */
|
|
1827
|
+
.ask-agent-scalar-input-label[data-v-78f5377c] {
|
|
1828
|
+
/** Shown by default */
|
|
1829
|
+
color: var(--scalar-color-1);
|
|
1830
|
+
font-weight: var(--scalar-semibold);
|
|
1831
|
+
margin-left: 4px;
|
|
1832
|
+
}
|
|
1833
|
+
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
1834
|
+
.ask-agent-scalar-input-label[data-v-78f5377c],
|
|
1835
|
+
.agent-button-container:focus-within .ask-agent-scalar-input-label[data-v-78f5377c] {
|
|
1836
|
+
/** Hidden when input is focused */
|
|
1837
|
+
display: none;
|
|
1838
|
+
}
|
|
1839
|
+
/** Send button */
|
|
1840
|
+
.ask-agent-scalar-send[data-v-78f5377c] {
|
|
1843
1841
|
background: var(--scalar-color-blue);
|
|
1844
1842
|
color: #fff;
|
|
1845
1843
|
width: 24px;
|
|
@@ -1849,20 +1847,18 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1849
1847
|
justify-content: center;
|
|
1850
1848
|
align-items: center;
|
|
1851
1849
|
border-radius: var(--scalar-radius);
|
|
1852
|
-
|
|
1850
|
+
outline-offset: 1px;
|
|
1851
|
+
/* Hidden by default */
|
|
1853
1852
|
display: none;
|
|
1854
1853
|
}
|
|
1855
|
-
.ask-agent-scalar-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
var(--scalar-color-blue),
|
|
1859
|
-
transparent 10%
|
|
1860
|
-
) !important;
|
|
1861
|
-
}
|
|
1862
|
-
.agent-button-container:has(.ask-agent-scalar-input:not(:placeholder-shown))
|
|
1863
|
-
.ask-agent-scalar-send[data-v-f43e32ab] {
|
|
1854
|
+
.agent-button-container:has(.ask-agent-scalar-input-not-empty)
|
|
1855
|
+
.ask-agent-scalar-send[data-v-78f5377c] {
|
|
1856
|
+
/** Show when input is not empty */
|
|
1864
1857
|
display: flex;
|
|
1865
1858
|
}
|
|
1859
|
+
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
1860
|
+
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
1861
|
+
}
|
|
1866
1862
|
|
|
1867
1863
|
@container narrow-references-container (max-width: 900px) {
|
|
1868
1864
|
.section-content--with-columns[data-v-9735459e] {
|
|
@@ -1977,10 +1973,10 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1977
1973
|
width: 100%;
|
|
1978
1974
|
}
|
|
1979
1975
|
|
|
1980
|
-
.section-container[data-v-
|
|
1976
|
+
.section-container[data-v-8f1a275c] {
|
|
1981
1977
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1982
1978
|
}
|
|
1983
|
-
.section-container[data-v-
|
|
1979
|
+
.section-container[data-v-8f1a275c]:has(.show-more) {
|
|
1984
1980
|
background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
|
|
1985
1981
|
}
|
|
1986
1982
|
|
|
@@ -2669,6 +2665,7 @@ to {
|
|
|
2669
2665
|
}
|
|
2670
2666
|
}
|
|
2671
2667
|
:root, :host {
|
|
2668
|
+
--leading-tight: 1.25;
|
|
2672
2669
|
--leading-snug: 1.375;
|
|
2673
2670
|
--leading-normal: 1.5;
|
|
2674
2671
|
--leading-relaxed: 1.625;
|
|
@@ -3573,6 +3570,7 @@ body {
|
|
|
3573
3570
|
--ease-in-out: cubic-bezier(.4, 0, .2, 1);
|
|
3574
3571
|
--default-transition-duration: .15s;
|
|
3575
3572
|
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
3573
|
+
--leading-tight: 1.25;
|
|
3576
3574
|
--leading-normal: 1.5;
|
|
3577
3575
|
--leading-relaxed: 1.625;
|
|
3578
3576
|
--animate-spin: spin 1s linear infinite;
|
|
@@ -4133,11 +4131,6 @@ body {
|
|
|
4133
4131
|
inherits: false;
|
|
4134
4132
|
initial-value: 0;
|
|
4135
4133
|
}
|
|
4136
|
-
@property --tw-divide-y-reverse {
|
|
4137
|
-
syntax: "*";
|
|
4138
|
-
inherits: false;
|
|
4139
|
-
initial-value: 0;
|
|
4140
|
-
}
|
|
4141
4134
|
@property --tw-mask-linear {
|
|
4142
4135
|
syntax: "*";
|
|
4143
4136
|
inherits: false;
|
|
@@ -8865,6 +8858,10 @@ to {
|
|
|
8865
8858
|
--tw-leading: var(--leading-snug);
|
|
8866
8859
|
line-height: var(--leading-snug);
|
|
8867
8860
|
}
|
|
8861
|
+
.scalar-app .leading-tight {
|
|
8862
|
+
--tw-leading: var(--leading-tight);
|
|
8863
|
+
line-height: var(--leading-tight);
|
|
8864
|
+
}
|
|
8868
8865
|
.scalar-app .font-bold {
|
|
8869
8866
|
--tw-font-weight: var(--scalar-bold);
|
|
8870
8867
|
font-weight: var(--scalar-bold);
|
|
@@ -10874,11 +10871,11 @@ to {
|
|
|
10874
10871
|
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-f5565642], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-f5565642] {
|
|
10875
10872
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10876
10873
|
}
|
|
10877
|
-
.app-exit-button[data-v-
|
|
10874
|
+
.app-exit-button[data-v-0e03d0d8] {
|
|
10878
10875
|
color: #fff;
|
|
10879
10876
|
background: #0000001a;
|
|
10880
10877
|
}
|
|
10881
|
-
.app-exit-button[data-v-
|
|
10878
|
+
.app-exit-button[data-v-0e03d0d8]:hover {
|
|
10882
10879
|
background: #ffffff1a;
|
|
10883
10880
|
}
|
|
10884
10881
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -11056,31 +11053,31 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
11056
11053
|
-webkit-text-security: disc;
|
|
11057
11054
|
-moz-text-security: disc;
|
|
11058
11055
|
}
|
|
11059
|
-
.request-section-content[data-v-
|
|
11056
|
+
.request-section-content[data-v-98af86fe] {
|
|
11060
11057
|
--scalar-border-width: .5px;
|
|
11061
11058
|
}
|
|
11062
|
-
.request-section-content-filter[data-v-
|
|
11059
|
+
.request-section-content-filter[data-v-98af86fe] {
|
|
11063
11060
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
11064
11061
|
}
|
|
11065
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
11062
|
+
.request-item:focus-within .request-meta-buttons[data-v-98af86fe] {
|
|
11066
11063
|
opacity: 1;
|
|
11067
11064
|
}
|
|
11068
|
-
.group-hover-input[data-v-
|
|
11065
|
+
.group-hover-input[data-v-98af86fe] {
|
|
11069
11066
|
border-width: var(--scalar-border-width);
|
|
11070
11067
|
border-color: #0000;
|
|
11071
11068
|
}
|
|
11072
|
-
.group:hover .group-hover-input[data-v-
|
|
11069
|
+
.group:hover .group-hover-input[data-v-98af86fe] {
|
|
11073
11070
|
background: var(--scalar-background-1);
|
|
11074
11071
|
}
|
|
11075
11072
|
@supports (color: color-mix(in lab, red, red)) {
|
|
11076
|
-
.group:hover .group-hover-input[data-v-
|
|
11073
|
+
.group:hover .group-hover-input[data-v-98af86fe] {
|
|
11077
11074
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
11078
11075
|
}
|
|
11079
11076
|
}
|
|
11080
|
-
.group:hover .group-hover-input[data-v-
|
|
11077
|
+
.group:hover .group-hover-input[data-v-98af86fe] {
|
|
11081
11078
|
border-color: var(--scalar-border-color);
|
|
11082
11079
|
}
|
|
11083
|
-
.group-hover-input[data-v-
|
|
11080
|
+
.group-hover-input[data-v-98af86fe]:focus {
|
|
11084
11081
|
border-color: var(--scalar-border-color) !important;
|
|
11085
11082
|
background: none !important;
|
|
11086
11083
|
}
|
|
@@ -12437,6 +12434,11 @@ to {
|
|
|
12437
12434
|
syntax: "*";
|
|
12438
12435
|
inherits: false
|
|
12439
12436
|
}
|
|
12437
|
+
@property --tw-divide-y-reverse {
|
|
12438
|
+
syntax: "*";
|
|
12439
|
+
inherits: false;
|
|
12440
|
+
initial-value: 0;
|
|
12441
|
+
}
|
|
12440
12442
|
@property --tw-border-style {
|
|
12441
12443
|
syntax: "*";
|
|
12442
12444
|
inherits: false;
|
|
@@ -12626,7 +12628,7 @@ to {
|
|
|
12626
12628
|
|
|
12627
12629
|
/* Configurable Layout Variables */
|
|
12628
12630
|
@layer scalar-config {
|
|
12629
|
-
.scalar-api-reference[data-v-
|
|
12631
|
+
.scalar-api-reference[data-v-f95a4f7c] {
|
|
12630
12632
|
/* The header height */
|
|
12631
12633
|
--refs-header-height: calc(
|
|
12632
12634
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -12648,20 +12650,20 @@ to {
|
|
|
12648
12650
|
/* The maximum width of the content column */
|
|
12649
12651
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
12650
12652
|
}
|
|
12651
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12653
|
+
.scalar-api-reference.references-classic[data-v-f95a4f7c] {
|
|
12652
12654
|
/* Classic layout is wider */
|
|
12653
12655
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
12654
12656
|
min-height: 100dvh;
|
|
12655
12657
|
--refs-sidebar-width: 0;
|
|
12656
12658
|
}
|
|
12657
12659
|
}
|
|
12658
|
-
.t-doc__sidebar[data-v-
|
|
12660
|
+
.t-doc__sidebar[data-v-f95a4f7c] {
|
|
12659
12661
|
z-index: 10;
|
|
12660
12662
|
}
|
|
12661
12663
|
|
|
12662
12664
|
/* ----------------------------------------------------- */
|
|
12663
12665
|
/* References Layout */
|
|
12664
|
-
.references-layout[data-v-
|
|
12666
|
+
.references-layout[data-v-f95a4f7c] {
|
|
12665
12667
|
/* Try to fill the container */
|
|
12666
12668
|
min-height: 100dvh;
|
|
12667
12669
|
min-width: 100%;
|
|
@@ -12685,39 +12687,39 @@ to {
|
|
|
12685
12687
|
|
|
12686
12688
|
background: var(--scalar-background-1);
|
|
12687
12689
|
}
|
|
12688
|
-
.references-editor[data-v-
|
|
12690
|
+
.references-editor[data-v-f95a4f7c] {
|
|
12689
12691
|
grid-area: editor;
|
|
12690
12692
|
display: flex;
|
|
12691
12693
|
min-width: 0;
|
|
12692
12694
|
background: var(--scalar-background-1);
|
|
12693
12695
|
}
|
|
12694
|
-
.references-rendered[data-v-
|
|
12696
|
+
.references-rendered[data-v-f95a4f7c] {
|
|
12695
12697
|
position: relative;
|
|
12696
12698
|
grid-area: rendered;
|
|
12697
12699
|
min-width: 0;
|
|
12698
12700
|
background: var(--scalar-background-1);
|
|
12699
12701
|
}
|
|
12700
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12701
|
-
.references-classic .references-rendered[data-v-
|
|
12702
|
+
.scalar-api-reference.references-classic[data-v-f95a4f7c],
|
|
12703
|
+
.references-classic .references-rendered[data-v-f95a4f7c] {
|
|
12702
12704
|
height: initial !important;
|
|
12703
12705
|
max-height: initial !important;
|
|
12704
12706
|
}
|
|
12705
12707
|
@layer scalar-config {
|
|
12706
|
-
.references-sidebar[data-v-
|
|
12708
|
+
.references-sidebar[data-v-f95a4f7c] {
|
|
12707
12709
|
/* Set a default width if references are enabled */
|
|
12708
12710
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
12709
12711
|
}
|
|
12710
12712
|
}
|
|
12711
12713
|
|
|
12712
12714
|
/* Footer */
|
|
12713
|
-
.references-footer[data-v-
|
|
12715
|
+
.references-footer[data-v-f95a4f7c] {
|
|
12714
12716
|
grid-area: footer;
|
|
12715
12717
|
}
|
|
12716
12718
|
/* ----------------------------------------------------- */
|
|
12717
12719
|
/* Responsive / Mobile Layout */
|
|
12718
12720
|
@media (max-width: 1000px) {
|
|
12719
12721
|
/* Stack view on mobile */
|
|
12720
|
-
.references-layout[data-v-
|
|
12722
|
+
.references-layout[data-v-f95a4f7c] {
|
|
12721
12723
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
12722
12724
|
--refs-sidebar-height: calc(
|
|
12723
12725
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -12732,13 +12734,13 @@ to {
|
|
|
12732
12734
|
'rendered'
|
|
12733
12735
|
'footer';
|
|
12734
12736
|
}
|
|
12735
|
-
.references-editable[data-v-
|
|
12737
|
+
.references-editable[data-v-f95a4f7c] {
|
|
12736
12738
|
grid-template-areas:
|
|
12737
12739
|
'header'
|
|
12738
12740
|
'navigation'
|
|
12739
12741
|
'editor';
|
|
12740
12742
|
}
|
|
12741
|
-
.references-rendered[data-v-
|
|
12743
|
+
.references-rendered[data-v-f95a4f7c] {
|
|
12742
12744
|
position: static;
|
|
12743
12745
|
}
|
|
12744
12746
|
}
|
|
@@ -12749,12 +12751,12 @@ to {
|
|
|
12749
12751
|
* when the new elements are available
|
|
12750
12752
|
*/
|
|
12751
12753
|
@media (max-width: 1000px) {
|
|
12752
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
12754
|
+
.scalar-api-references-standalone-mobile[data-v-f95a4f7c]:not(.references-classic) {
|
|
12753
12755
|
--scalar-header-height: 50px;
|
|
12754
12756
|
}
|
|
12755
12757
|
}
|
|
12756
12758
|
|
|
12757
|
-
.darklight-reference[data-v-
|
|
12759
|
+
.darklight-reference[data-v-f95a4f7c] {
|
|
12758
12760
|
width: 100%;
|
|
12759
12761
|
margin-top: auto;
|
|
12760
12762
|
}
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.49.0",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=22"
|
|
26
26
|
},
|
|
@@ -90,22 +90,22 @@
|
|
|
90
90
|
"microdiff": "^1.5.0",
|
|
91
91
|
"nanoid": "^5.1.6",
|
|
92
92
|
"vue": "^3.5.26",
|
|
93
|
-
"@scalar/
|
|
94
|
-
"@scalar/
|
|
93
|
+
"@scalar/api-client": "2.38.1",
|
|
94
|
+
"@scalar/agent-chat": "0.9.9",
|
|
95
95
|
"@scalar/code-highlight": "0.3.0",
|
|
96
|
-
"@scalar/components": "0.20.
|
|
96
|
+
"@scalar/components": "0.20.9",
|
|
97
97
|
"@scalar/helpers": "0.4.1",
|
|
98
|
+
"@scalar/oas-utils": "0.10.8",
|
|
98
99
|
"@scalar/icons": "0.6.0",
|
|
99
|
-
"@scalar/openapi-parser": "0.25.3",
|
|
100
|
-
"@scalar/oas-utils": "0.10.7",
|
|
101
100
|
"@scalar/openapi-types": "0.6.0",
|
|
102
|
-
"@scalar/
|
|
101
|
+
"@scalar/openapi-parser": "0.25.4",
|
|
103
102
|
"@scalar/snippetz": "0.7.4",
|
|
103
|
+
"@scalar/sidebar": "0.8.9",
|
|
104
104
|
"@scalar/themes": "0.15.0",
|
|
105
105
|
"@scalar/types": "0.7.3",
|
|
106
|
-
"@scalar/use-hooks": "0.4.0",
|
|
107
106
|
"@scalar/use-toasts": "0.10.0",
|
|
108
|
-
"@scalar/workspace-store": "0.40.
|
|
107
|
+
"@scalar/workspace-store": "0.40.2",
|
|
108
|
+
"@scalar/use-hooks": "0.4.0"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@hono/node-server": "^1.19.7",
|
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
125
125
|
"vitest": "4.0.16",
|
|
126
126
|
"@scalar/build-tooling": "0.5.0",
|
|
127
|
+
"@scalar/react-renderer": "0.4.0",
|
|
127
128
|
"@scalar/core": "0.4.3",
|
|
128
|
-
"@scalar/galaxy": "0.6.0"
|
|
129
|
-
"@scalar/react-renderer": "0.4.0"
|
|
129
|
+
"@scalar/galaxy": "0.6.0"
|
|
130
130
|
},
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "pnpm build:default && pnpm build:standalone && pnpm types:build",
|