@scalar/api-reference 1.49.5 → 1.49.7
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 +13 -0
- package/dist/browser/standalone.js +202 -202
- package/dist/browser/webpack-stats.json +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.js +1 -1
- package/dist/components/Content/Schema/Schema.vue.js.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.script.js +4 -4
- package/dist/components/Content/Schema/Schema.vue.script.js.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.script.js +12 -12
- package/dist/components/Content/Schema/SchemaComposition.vue.script.js.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.script.js +15 -15
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.script.js.map +1 -1
- package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponse.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponse.vue.js.map +1 -1
- package/dist/features/example-responses/ExampleResponse.vue.script.js +1 -2
- package/dist/features/example-responses/ExampleResponse.vue.script.js.map +1 -1
- package/dist/hooks/use-intersection.d.ts.map +1 -1
- package/dist/hooks/use-intersection.js +7 -9
- package/dist/hooks/use-intersection.js.map +1 -1
- package/dist/style.css +156 -144
- package/package.json +11 -11
package/dist/style.css
CHANGED
|
@@ -606,14 +606,14 @@ to {
|
|
|
606
606
|
color: var(--scalar-color-1);
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
-
.error[data-v-
|
|
609
|
+
.error[data-v-38d75111] {
|
|
610
610
|
background-color: var(--scalar-color-red);
|
|
611
611
|
}
|
|
612
|
-
.schema-card[data-v-
|
|
612
|
+
.schema-card[data-v-38d75111] {
|
|
613
613
|
font-size: var(--scalar-font-size-4);
|
|
614
614
|
color: var(--scalar-color-1);
|
|
615
615
|
}
|
|
616
|
-
.schema-card-title[data-v-
|
|
616
|
+
.schema-card-title[data-v-38d75111] {
|
|
617
617
|
height: var(--schema-title-height);
|
|
618
618
|
|
|
619
619
|
padding: 6px 8px;
|
|
@@ -627,48 +627,48 @@ to {
|
|
|
627
627
|
font-size: var(--scalar-mini);
|
|
628
628
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
629
629
|
}
|
|
630
|
-
button.schema-card-title[data-v-
|
|
630
|
+
button.schema-card-title[data-v-38d75111] {
|
|
631
631
|
cursor: pointer;
|
|
632
632
|
}
|
|
633
|
-
button.schema-card-title[data-v-
|
|
633
|
+
button.schema-card-title[data-v-38d75111]:hover {
|
|
634
634
|
color: var(--scalar-color-1);
|
|
635
635
|
}
|
|
636
|
-
.schema-card-title-icon--open[data-v-
|
|
636
|
+
.schema-card-title-icon--open[data-v-38d75111] {
|
|
637
637
|
transform: rotate(45deg);
|
|
638
638
|
}
|
|
639
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
639
|
+
.schema-properties-open > .schema-card-title[data-v-38d75111] {
|
|
640
640
|
border-bottom-left-radius: 0;
|
|
641
641
|
border-bottom-right-radius: 0;
|
|
642
642
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
643
643
|
}
|
|
644
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
644
|
+
.schema-properties-open > .schema-properties[data-v-38d75111] {
|
|
645
645
|
width: fit-content;
|
|
646
646
|
}
|
|
647
|
-
.schema-card-description[data-v-
|
|
647
|
+
.schema-card-description[data-v-38d75111] {
|
|
648
648
|
color: var(--scalar-color-2);
|
|
649
649
|
}
|
|
650
|
-
.schema-card-description + .schema-properties[data-v-
|
|
650
|
+
.schema-card-description + .schema-properties[data-v-38d75111] {
|
|
651
651
|
width: fit-content;
|
|
652
652
|
}
|
|
653
|
-
.schema-card-description + .schema-properties[data-v-
|
|
653
|
+
.schema-card-description + .schema-properties[data-v-38d75111] {
|
|
654
654
|
margin-top: 8px;
|
|
655
655
|
}
|
|
656
656
|
.schema-card--level-0:nth-of-type(1)
|
|
657
|
-
> .schema-card-description[data-v-
|
|
657
|
+
> .schema-card-description[data-v-38d75111]:has(+ .schema-properties) {
|
|
658
658
|
margin-bottom: -8px;
|
|
659
659
|
padding-bottom: 8px;
|
|
660
660
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
661
661
|
}
|
|
662
662
|
.schema-card--level-0
|
|
663
663
|
~ .schema-card--level-0
|
|
664
|
-
> .schema-card-description[data-v-
|
|
664
|
+
> .schema-card-description[data-v-38d75111]:has(+ .schema-properties) {
|
|
665
665
|
padding-top: 8px;
|
|
666
666
|
}
|
|
667
|
-
.schema-properties-open.schema-properties[data-v-
|
|
668
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
667
|
+
.schema-properties-open.schema-properties[data-v-38d75111],
|
|
668
|
+
.schema-properties-open > .schema-card--open[data-v-38d75111] {
|
|
669
669
|
width: 100%;
|
|
670
670
|
}
|
|
671
|
-
.schema-properties[data-v-
|
|
671
|
+
.schema-properties[data-v-38d75111] {
|
|
672
672
|
display: flex;
|
|
673
673
|
flex-direction: column;
|
|
674
674
|
|
|
@@ -676,56 +676,56 @@ button.schema-card-title[data-v-8327ea3a]:hover {
|
|
|
676
676
|
border-radius: var(--scalar-radius-lg);
|
|
677
677
|
width: fit-content;
|
|
678
678
|
}
|
|
679
|
-
.schema-properties-name[data-v-
|
|
679
|
+
.schema-properties-name[data-v-38d75111] {
|
|
680
680
|
width: 100%;
|
|
681
681
|
}
|
|
682
|
-
.schema-properties .schema-properties[data-v-
|
|
682
|
+
.schema-properties .schema-properties[data-v-38d75111] {
|
|
683
683
|
border-radius: 13.5px;
|
|
684
684
|
}
|
|
685
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
685
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-38d75111] {
|
|
686
686
|
border-radius: var(--scalar-radius-lg);
|
|
687
687
|
}
|
|
688
|
-
.schema-properties-open[data-v-
|
|
688
|
+
.schema-properties-open[data-v-38d75111] {
|
|
689
689
|
width: 100%;
|
|
690
690
|
}
|
|
691
|
-
.schema-card--compact[data-v-
|
|
691
|
+
.schema-card--compact[data-v-38d75111] {
|
|
692
692
|
align-self: flex-start;
|
|
693
693
|
}
|
|
694
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
694
|
+
.schema-card--compact.schema-card--open[data-v-38d75111] {
|
|
695
695
|
align-self: initial;
|
|
696
696
|
}
|
|
697
|
-
.schema-card-title--compact[data-v-
|
|
697
|
+
.schema-card-title--compact[data-v-38d75111] {
|
|
698
698
|
color: var(--scalar-color-2);
|
|
699
699
|
padding: 6px 10px 6px 8px;
|
|
700
700
|
height: auto;
|
|
701
701
|
border-bottom: none;
|
|
702
702
|
}
|
|
703
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
703
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-38d75111] {
|
|
704
704
|
margin: 0;
|
|
705
705
|
}
|
|
706
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
706
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-38d75111] {
|
|
707
707
|
transform: rotate(45deg);
|
|
708
708
|
}
|
|
709
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
709
|
+
.schema-properties-open > .schema-card-title--compact[data-v-38d75111] {
|
|
710
710
|
position: static;
|
|
711
711
|
}
|
|
712
712
|
.property--level-0
|
|
713
713
|
> .schema-properties
|
|
714
714
|
> .schema-card--level-0
|
|
715
|
-
> .schema-properties[data-v-
|
|
715
|
+
> .schema-properties[data-v-38d75111] {
|
|
716
716
|
border: none;
|
|
717
717
|
}
|
|
718
718
|
.property--level-0
|
|
719
719
|
.schema-card--level-0:not(.schema-card--compact)
|
|
720
|
-
.property--level-1[data-v-
|
|
720
|
+
.property--level-1[data-v-38d75111] {
|
|
721
721
|
padding: 0 0 8px;
|
|
722
722
|
}
|
|
723
723
|
:not(.composition-panel)
|
|
724
724
|
> .schema-card--compact.schema-card--level-0
|
|
725
|
-
> .schema-properties[data-v-
|
|
725
|
+
> .schema-properties[data-v-38d75111] {
|
|
726
726
|
border: none;
|
|
727
727
|
}
|
|
728
|
-
[data-v-
|
|
728
|
+
[data-v-38d75111] .schema-card-description p {
|
|
729
729
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
730
730
|
color: var(--scalar-color-2);
|
|
731
731
|
line-height: 1.5;
|
|
@@ -733,7 +733,7 @@ button.schema-card-title[data-v-8327ea3a]:hover {
|
|
|
733
733
|
display: block;
|
|
734
734
|
margin-bottom: 6px;
|
|
735
735
|
}
|
|
736
|
-
.children .schema-card-description[data-v-
|
|
736
|
+
.children .schema-card-description[data-v-38d75111]:first-of-type {
|
|
737
737
|
padding-top: 0;
|
|
738
738
|
}
|
|
739
739
|
|
|
@@ -1756,7 +1756,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1756
1756
|
padding: 0 8px;
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
|
-
.empty-state[data-v-
|
|
1759
|
+
.empty-state[data-v-de6a4e70] {
|
|
1760
1760
|
margin: 10px 0 10px 12px;
|
|
1761
1761
|
text-align: center;
|
|
1762
1762
|
font-size: var(--scalar-mini);
|
|
@@ -1767,18 +1767,18 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1767
1767
|
border-radius: var(--scalar-radius-lg);
|
|
1768
1768
|
color: var(--scalar-color-2);
|
|
1769
1769
|
}
|
|
1770
|
-
.rule-title[data-v-
|
|
1770
|
+
.rule-title[data-v-de6a4e70] {
|
|
1771
1771
|
font-family: var(--scalar-font-code);
|
|
1772
1772
|
color: var(--scalar-color-1);
|
|
1773
1773
|
display: inline-block;
|
|
1774
1774
|
margin: 12px 0 6px;
|
|
1775
1775
|
border-radius: var(--scalar-radius);
|
|
1776
1776
|
}
|
|
1777
|
-
.rule[data-v-
|
|
1777
|
+
.rule[data-v-de6a4e70] {
|
|
1778
1778
|
margin: 0 12px 0;
|
|
1779
1779
|
border-radius: var(--scalar-radius-lg);
|
|
1780
1780
|
}
|
|
1781
|
-
.rule-items[data-v-
|
|
1781
|
+
.rule-items[data-v-de6a4e70] {
|
|
1782
1782
|
counter-reset: list-number;
|
|
1783
1783
|
display: flex;
|
|
1784
1784
|
flex-direction: column;
|
|
@@ -1786,14 +1786,14 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1786
1786
|
border-left: 1px solid var(--scalar-border-color);
|
|
1787
1787
|
padding: 12px 0 12px;
|
|
1788
1788
|
}
|
|
1789
|
-
.rule-item[data-v-
|
|
1789
|
+
.rule-item[data-v-de6a4e70] {
|
|
1790
1790
|
counter-increment: list-number;
|
|
1791
1791
|
border: 1px solid var(--scalar-border-color);
|
|
1792
1792
|
border-radius: var(--scalar-radius-lg);
|
|
1793
1793
|
overflow: hidden;
|
|
1794
1794
|
margin-left: 24px;
|
|
1795
1795
|
}
|
|
1796
|
-
.rule-item[data-v-
|
|
1796
|
+
.rule-item[data-v-de6a4e70]:before {
|
|
1797
1797
|
/* content: counter(list-number); */
|
|
1798
1798
|
border: 1px solid var(--scalar-border-color);
|
|
1799
1799
|
border-top: 0;
|
|
@@ -7723,12 +7723,12 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7723
7723
|
.scalar-app .h-64 {
|
|
7724
7724
|
height: 256px;
|
|
7725
7725
|
}
|
|
7726
|
+
.scalar-app .h-125 {
|
|
7727
|
+
height: 500px;
|
|
7728
|
+
}
|
|
7726
7729
|
.scalar-app .h-\[68px\] {
|
|
7727
7730
|
height: 68px;
|
|
7728
7731
|
}
|
|
7729
|
-
.scalar-app .h-\[500px\] {
|
|
7730
|
-
height: 500px;
|
|
7731
|
-
}
|
|
7732
7732
|
.scalar-app .h-\[calc\(100\%-273\.5px\)\] {
|
|
7733
7733
|
height: calc(100% - 273.5px);
|
|
7734
7734
|
}
|
|
@@ -7948,9 +7948,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7948
7948
|
.scalar-app .max-w-\[14px\] {
|
|
7949
7949
|
max-width: 14px;
|
|
7950
7950
|
}
|
|
7951
|
-
.scalar-app .max-w-\[16rem\] {
|
|
7952
|
-
max-width: 16rem;
|
|
7953
|
-
}
|
|
7954
7951
|
.scalar-app .max-w-\[37px\] {
|
|
7955
7952
|
max-width: 37px;
|
|
7956
7953
|
}
|
|
@@ -9266,6 +9263,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9266
9263
|
:is(.scalar-app .\*\:h-8 > *) {
|
|
9267
9264
|
height: 32px;
|
|
9268
9265
|
}
|
|
9266
|
+
:is(.scalar-app .\*\:max-w-64 > *) {
|
|
9267
|
+
max-width: 256px;
|
|
9268
|
+
}
|
|
9269
9269
|
:is(.scalar-app .\*\:cursor-pointer > *) {
|
|
9270
9270
|
cursor: pointer;
|
|
9271
9271
|
}
|
|
@@ -9479,6 +9479,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9479
9479
|
content: var(--tw-content);
|
|
9480
9480
|
background-color: var(--scalar-border-color);
|
|
9481
9481
|
}
|
|
9482
|
+
:is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
|
|
9483
|
+
--tw-content: " · ";
|
|
9484
|
+
content: var(--tw-content);
|
|
9485
|
+
}
|
|
9482
9486
|
.scalar-app .after\:content-\[\'\:\'\]:after {
|
|
9483
9487
|
--tw-content: ":";
|
|
9484
9488
|
content: var(--tw-content);
|
|
@@ -10048,6 +10052,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
10048
10052
|
.app-platform-mac :is(.scalar-app .mac\:app-drag-region) {
|
|
10049
10053
|
-webkit-app-region: drag;
|
|
10050
10054
|
}
|
|
10055
|
+
.scalar-app .\[\&_\.monaco-editor\]\:rounded-lg .monaco-editor, .scalar-app .\[\&_\.overflow-guard\]\:rounded-lg .overflow-guard {
|
|
10056
|
+
border-radius: var(--scalar-radius-lg);
|
|
10057
|
+
}
|
|
10051
10058
|
.scalar-app .\[\&\>label\]\:bg-transparent > label {
|
|
10052
10059
|
background-color: #0000;
|
|
10053
10060
|
}
|
|
@@ -10477,15 +10484,6 @@ to {
|
|
|
10477
10484
|
.context-bar-group:hover .context-bar-group-hover\:hidden[data-v-f97cc68c], .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
|
|
10478
10485
|
display: none;
|
|
10479
10486
|
}
|
|
10480
|
-
.schema > span[data-v-f2ab7aa3]:not(:first-child):before {
|
|
10481
|
-
content: "·";
|
|
10482
|
-
margin: 0 .5ch;
|
|
10483
|
-
display: block;
|
|
10484
|
-
}
|
|
10485
|
-
.schema > span[data-v-f2ab7aa3] {
|
|
10486
|
-
white-space: nowrap;
|
|
10487
|
-
display: flex;
|
|
10488
|
-
}
|
|
10489
10487
|
[data-v-36811e28] .cm-editor {
|
|
10490
10488
|
padding: 0;
|
|
10491
10489
|
}
|
|
@@ -11339,23 +11337,23 @@ to {
|
|
|
11339
11337
|
padding: 0;
|
|
11340
11338
|
overflow: hidden;
|
|
11341
11339
|
}
|
|
11342
|
-
.editor-container[data-v-
|
|
11340
|
+
.editor-container[data-v-e99ee660] {
|
|
11343
11341
|
width: 100%;
|
|
11344
11342
|
height: 100%;
|
|
11345
11343
|
}
|
|
11346
|
-
[data-v-
|
|
11344
|
+
[data-v-e99ee660] .json-path-highlight {
|
|
11347
11345
|
background-color: #ffc80059;
|
|
11348
11346
|
border-radius: 4px;
|
|
11349
11347
|
}
|
|
11350
|
-
[data-v-
|
|
11348
|
+
[data-v-e99ee660] .json-focus-highlight {
|
|
11351
11349
|
background-color: var(--scalar-color-accent, #24b47e);
|
|
11352
11350
|
}
|
|
11353
11351
|
@supports (color: color-mix(in lab, red, red)) {
|
|
11354
|
-
[data-v-
|
|
11352
|
+
[data-v-e99ee660] .json-focus-highlight {
|
|
11355
11353
|
background-color: color-mix(in srgb, var(--scalar-color-accent, #24b47e) 18%, transparent);
|
|
11356
11354
|
}
|
|
11357
11355
|
}
|
|
11358
|
-
[data-v-
|
|
11356
|
+
[data-v-e99ee660] .json-focus-highlight {
|
|
11359
11357
|
border-radius: 4px;
|
|
11360
11358
|
}
|
|
11361
11359
|
[data-v-28c8509c] .cm-editor {
|
|
@@ -11979,7 +11977,7 @@ to {
|
|
|
11979
11977
|
display: flex;
|
|
11980
11978
|
position: relative;
|
|
11981
11979
|
}
|
|
11982
|
-
.askForAuthentication[data-v-
|
|
11980
|
+
.askForAuthentication[data-v-6fbfc976] {
|
|
11983
11981
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11984
11982
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11985
11983
|
width: 100%;
|
|
@@ -11990,7 +11988,7 @@ to {
|
|
|
11990
11988
|
display: flex;
|
|
11991
11989
|
position: relative;
|
|
11992
11990
|
}
|
|
11993
|
-
.authContent[data-v-
|
|
11991
|
+
.authContent[data-v-6fbfc976] {
|
|
11994
11992
|
grid-template-rows: 0fr;
|
|
11995
11993
|
width: 100%;
|
|
11996
11994
|
max-width: 520px;
|
|
@@ -12000,19 +11998,19 @@ to {
|
|
|
12000
11998
|
display: grid;
|
|
12001
11999
|
overflow: hidden;
|
|
12002
12000
|
}
|
|
12003
|
-
.authContentInner[data-v-
|
|
12001
|
+
.authContentInner[data-v-6fbfc976] > div {
|
|
12004
12002
|
margin: 36px 0 48px;
|
|
12005
12003
|
}
|
|
12006
|
-
.authContent[data-v-
|
|
12004
|
+
.authContent[data-v-6fbfc976] .markdown {
|
|
12007
12005
|
margin-bottom: 0 !important;
|
|
12008
12006
|
}
|
|
12009
|
-
.askForAuthentication.open .authContent[data-v-
|
|
12007
|
+
.askForAuthentication.open .authContent[data-v-6fbfc976] {
|
|
12010
12008
|
grid-template-rows: 1fr;
|
|
12011
12009
|
}
|
|
12012
|
-
.continueButton[data-v-
|
|
12010
|
+
.continueButton[data-v-6fbfc976] {
|
|
12013
12011
|
align-self: flex-end;
|
|
12014
12012
|
}
|
|
12015
|
-
.toggleButton[data-v-
|
|
12013
|
+
.toggleButton[data-v-6fbfc976] {
|
|
12016
12014
|
cursor: pointer;
|
|
12017
12015
|
text-align: left;
|
|
12018
12016
|
color: var(--scalar-color-3);
|
|
@@ -12024,11 +12022,11 @@ to {
|
|
|
12024
12022
|
display: flex;
|
|
12025
12023
|
position: relative;
|
|
12026
12024
|
}
|
|
12027
|
-
.authContentInner[data-v-
|
|
12025
|
+
.authContentInner[data-v-6fbfc976] {
|
|
12028
12026
|
min-height: 0;
|
|
12029
12027
|
overflow: hidden;
|
|
12030
12028
|
}
|
|
12031
|
-
.authorizeButton[data-v-
|
|
12029
|
+
.authorizeButton[data-v-6fbfc976] {
|
|
12032
12030
|
z-index: 1;
|
|
12033
12031
|
gap: 5px;
|
|
12034
12032
|
display: flex;
|
|
@@ -12308,45 +12306,7 @@ to {
|
|
|
12308
12306
|
margin-bottom: 20px;
|
|
12309
12307
|
padding: 15px;
|
|
12310
12308
|
}
|
|
12311
|
-
.
|
|
12312
|
-
color: var(--scalar-color-2);
|
|
12313
|
-
cursor: pointer;
|
|
12314
|
-
vertical-align: middle;
|
|
12315
|
-
background: var(--scalar-background-2);
|
|
12316
|
-
}
|
|
12317
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
12318
|
-
.contextItem[data-v-b6e5aa96] {
|
|
12319
|
-
background: color-mix(in srgb, var(--scalar-background-2), var(--scalar-background-1));
|
|
12320
|
-
}
|
|
12321
|
-
}
|
|
12322
|
-
.contextItem[data-v-b6e5aa96] {
|
|
12323
|
-
border-radius: 12px;
|
|
12324
|
-
align-items: center;
|
|
12325
|
-
padding: 5px 10px;
|
|
12326
|
-
font-size: 10px;
|
|
12327
|
-
display: flex;
|
|
12328
|
-
}
|
|
12329
|
-
.shimmer[data-v-b6e5aa96] {
|
|
12330
|
-
background: var(--scalar-background-2);
|
|
12331
|
-
background-image: linear-gradient(90deg, #202020 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12332
|
-
background-size: 200% 100%;
|
|
12333
|
-
animation: 1.4s ease-in-out infinite shimmer-b6e5aa96;
|
|
12334
|
-
}
|
|
12335
|
-
.light-mode .shimmer[data-v-b6e5aa96] {
|
|
12336
|
-
background: var(--scalar-background-2);
|
|
12337
|
-
background-image: linear-gradient(90deg, #fafafa 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12338
|
-
background-size: 200% 100%;
|
|
12339
|
-
animation: 1.4s ease-in-out infinite shimmer-b6e5aa96;
|
|
12340
|
-
}
|
|
12341
|
-
@keyframes shimmer-b6e5aa96 {
|
|
12342
|
-
0% {
|
|
12343
|
-
background-position: 200% 0;
|
|
12344
|
-
}
|
|
12345
|
-
to {
|
|
12346
|
-
background-position: -200% 0;
|
|
12347
|
-
}
|
|
12348
|
-
}
|
|
12349
|
-
.playIcon[data-v-653c66b3] {
|
|
12309
|
+
.playIcon[data-v-9d9724d2] {
|
|
12350
12310
|
z-index: 1;
|
|
12351
12311
|
background: var(--scalar-background-1);
|
|
12352
12312
|
border-radius: 50%;
|
|
@@ -12358,7 +12318,7 @@ to {
|
|
|
12358
12318
|
display: flex;
|
|
12359
12319
|
position: relative;
|
|
12360
12320
|
}
|
|
12361
|
-
.playIcon[data-v-
|
|
12321
|
+
.playIcon[data-v-9d9724d2]:before {
|
|
12362
12322
|
content: "";
|
|
12363
12323
|
box-sizing: border-box;
|
|
12364
12324
|
border: 1.5px solid;
|
|
@@ -12368,11 +12328,11 @@ to {
|
|
|
12368
12328
|
border-radius: 50%;
|
|
12369
12329
|
width: 16px;
|
|
12370
12330
|
height: 16px;
|
|
12371
|
-
animation: .42s linear infinite rotation-
|
|
12331
|
+
animation: .42s linear infinite rotation-9d9724d2;
|
|
12372
12332
|
display: inline-block;
|
|
12373
12333
|
position: absolute;
|
|
12374
12334
|
}
|
|
12375
|
-
.
|
|
12335
|
+
.loadingApiSpecs[data-v-9d9724d2] {
|
|
12376
12336
|
color: var(--scalar-color-2);
|
|
12377
12337
|
font-weight: var(--scalar-semibold);
|
|
12378
12338
|
font-size: var(--scalar-font-size-3);
|
|
@@ -12381,13 +12341,13 @@ to {
|
|
|
12381
12341
|
margin-bottom: 10px;
|
|
12382
12342
|
display: flex;
|
|
12383
12343
|
}
|
|
12384
|
-
.
|
|
12344
|
+
.loadingApiSpecs svg[data-v-9d9724d2] {
|
|
12385
12345
|
z-index: 1;
|
|
12386
12346
|
border-radius: 50%;
|
|
12387
12347
|
width: 100%;
|
|
12388
12348
|
height: 100%;
|
|
12389
12349
|
}
|
|
12390
|
-
@keyframes rotation-
|
|
12350
|
+
@keyframes rotation-9d9724d2 {
|
|
12391
12351
|
0% {
|
|
12392
12352
|
transform: rotate(0);
|
|
12393
12353
|
}
|
|
@@ -12395,16 +12355,52 @@ to {
|
|
|
12395
12355
|
transform: rotate(360deg);
|
|
12396
12356
|
}
|
|
12397
12357
|
}
|
|
12398
|
-
.
|
|
12358
|
+
.contextItem[data-v-e6786ce3] {
|
|
12359
|
+
white-space: nowrap;
|
|
12360
|
+
color: var(--scalar-color-2);
|
|
12361
|
+
cursor: pointer;
|
|
12362
|
+
vertical-align: middle;
|
|
12363
|
+
background: var(--scalar-background-2);
|
|
12364
|
+
}
|
|
12365
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
12366
|
+
.contextItem[data-v-e6786ce3] {
|
|
12367
|
+
background: color-mix(in srgb, var(--scalar-background-2), var(--scalar-background-1));
|
|
12368
|
+
}
|
|
12369
|
+
}
|
|
12370
|
+
.contextItem[data-v-e6786ce3] {
|
|
12371
|
+
border-radius: 12px;
|
|
12399
12372
|
align-items: center;
|
|
12400
|
-
|
|
12401
|
-
|
|
12373
|
+
max-width: 200px;
|
|
12374
|
+
padding: 5px 10px;
|
|
12375
|
+
font-size: 10px;
|
|
12402
12376
|
display: flex;
|
|
12403
12377
|
}
|
|
12404
|
-
.
|
|
12405
|
-
|
|
12378
|
+
.contextItemText[data-v-e6786ce3] {
|
|
12379
|
+
text-overflow: ellipsis;
|
|
12380
|
+
white-space: nowrap;
|
|
12381
|
+
overflow: hidden;
|
|
12406
12382
|
}
|
|
12407
|
-
.
|
|
12383
|
+
.shimmer[data-v-e6786ce3] {
|
|
12384
|
+
background: var(--scalar-background-2);
|
|
12385
|
+
background-image: linear-gradient(90deg, #202020 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12386
|
+
background-size: 200% 100%;
|
|
12387
|
+
animation: 1.4s ease-in-out infinite shimmer-e6786ce3;
|
|
12388
|
+
}
|
|
12389
|
+
.light-mode .shimmer[data-v-e6786ce3] {
|
|
12390
|
+
background: var(--scalar-background-2);
|
|
12391
|
+
background-image: linear-gradient(90deg, #fafafa 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12392
|
+
background-size: 200% 100%;
|
|
12393
|
+
animation: 1.4s ease-in-out infinite shimmer-e6786ce3;
|
|
12394
|
+
}
|
|
12395
|
+
@keyframes shimmer-e6786ce3 {
|
|
12396
|
+
0% {
|
|
12397
|
+
background-position: 200% 0;
|
|
12398
|
+
}
|
|
12399
|
+
to {
|
|
12400
|
+
background-position: -200% 0;
|
|
12401
|
+
}
|
|
12402
|
+
}
|
|
12403
|
+
.playIcon[data-v-6e0ac42c] {
|
|
12408
12404
|
z-index: 1;
|
|
12409
12405
|
background: var(--scalar-background-1);
|
|
12410
12406
|
border-radius: 50%;
|
|
@@ -12416,7 +12412,7 @@ to {
|
|
|
12416
12412
|
display: flex;
|
|
12417
12413
|
position: relative;
|
|
12418
12414
|
}
|
|
12419
|
-
.playIcon[data-v-
|
|
12415
|
+
.playIcon[data-v-6e0ac42c]:before {
|
|
12420
12416
|
content: "";
|
|
12421
12417
|
box-sizing: border-box;
|
|
12422
12418
|
border: 1.5px solid;
|
|
@@ -12426,11 +12422,11 @@ to {
|
|
|
12426
12422
|
border-radius: 50%;
|
|
12427
12423
|
width: 16px;
|
|
12428
12424
|
height: 16px;
|
|
12429
|
-
animation: .42s linear infinite rotation-
|
|
12425
|
+
animation: .42s linear infinite rotation-6e0ac42c;
|
|
12430
12426
|
display: inline-block;
|
|
12431
12427
|
position: absolute;
|
|
12432
12428
|
}
|
|
12433
|
-
.
|
|
12429
|
+
.sendingRequest[data-v-6e0ac42c] {
|
|
12434
12430
|
color: var(--scalar-color-2);
|
|
12435
12431
|
font-weight: var(--scalar-semibold);
|
|
12436
12432
|
font-size: var(--scalar-font-size-3);
|
|
@@ -12439,13 +12435,13 @@ to {
|
|
|
12439
12435
|
margin-bottom: 10px;
|
|
12440
12436
|
display: flex;
|
|
12441
12437
|
}
|
|
12442
|
-
.
|
|
12438
|
+
.sendingRequest svg[data-v-6e0ac42c] {
|
|
12443
12439
|
z-index: 1;
|
|
12444
12440
|
border-radius: 50%;
|
|
12445
12441
|
width: 100%;
|
|
12446
12442
|
height: 100%;
|
|
12447
12443
|
}
|
|
12448
|
-
@keyframes rotation-
|
|
12444
|
+
@keyframes rotation-6e0ac42c {
|
|
12449
12445
|
0% {
|
|
12450
12446
|
transform: rotate(0);
|
|
12451
12447
|
}
|
|
@@ -12453,6 +12449,22 @@ to {
|
|
|
12453
12449
|
transform: rotate(360deg);
|
|
12454
12450
|
}
|
|
12455
12451
|
}
|
|
12452
|
+
.operations[data-v-43dd2b86] {
|
|
12453
|
+
flex-wrap: wrap;
|
|
12454
|
+
align-items: center;
|
|
12455
|
+
gap: 5px;
|
|
12456
|
+
margin-bottom: 12px;
|
|
12457
|
+
display: flex;
|
|
12458
|
+
}
|
|
12459
|
+
.operations[data-v-43dd2b86]:empty {
|
|
12460
|
+
margin-bottom: -12px;
|
|
12461
|
+
}
|
|
12462
|
+
.overflowPopover[data-v-43dd2b86] {
|
|
12463
|
+
flex-direction: column;
|
|
12464
|
+
gap: 5px;
|
|
12465
|
+
padding: 8px;
|
|
12466
|
+
display: flex;
|
|
12467
|
+
}
|
|
12456
12468
|
.catalogModal .scalar-modal-body {
|
|
12457
12469
|
flex-direction: column;
|
|
12458
12470
|
display: flex;
|
|
@@ -13128,7 +13140,7 @@ to {
|
|
|
13128
13140
|
border-radius: 50%;
|
|
13129
13141
|
padding: 2px;
|
|
13130
13142
|
}
|
|
13131
|
-
.chat[data-v-
|
|
13143
|
+
.chat[data-v-8e43ed7a] {
|
|
13132
13144
|
flex-direction: column;
|
|
13133
13145
|
flex: 1;
|
|
13134
13146
|
width: 100%;
|
|
@@ -13136,7 +13148,7 @@ to {
|
|
|
13136
13148
|
padding: 24px 0;
|
|
13137
13149
|
display: flex;
|
|
13138
13150
|
}
|
|
13139
|
-
.userMessage[data-v-
|
|
13151
|
+
.userMessage[data-v-8e43ed7a] {
|
|
13140
13152
|
background: var(--scalar-background-2);
|
|
13141
13153
|
width: fit-content;
|
|
13142
13154
|
max-width: 80%;
|
|
@@ -13150,24 +13162,24 @@ to {
|
|
|
13150
13162
|
font-size: 16px;
|
|
13151
13163
|
line-height: 24px;
|
|
13152
13164
|
}
|
|
13153
|
-
div + .userMessage[data-v-
|
|
13165
|
+
div + .userMessage[data-v-8e43ed7a] {
|
|
13154
13166
|
margin-top: 64px;
|
|
13155
13167
|
}
|
|
13156
|
-
.chat[data-v-
|
|
13168
|
+
.chat[data-v-8e43ed7a] > div:has(.executeRequestTool) + div:has(.executeRequestTool) {
|
|
13157
13169
|
margin-top: -12px;
|
|
13158
13170
|
}
|
|
13159
|
-
.spacer[data-v-
|
|
13171
|
+
.spacer[data-v-8e43ed7a] {
|
|
13160
13172
|
width: 100%;
|
|
13161
13173
|
min-height: 280px;
|
|
13162
13174
|
}
|
|
13163
|
-
.formContainer[data-v-
|
|
13175
|
+
.formContainer[data-v-8e43ed7a] {
|
|
13164
13176
|
z-index: 1;
|
|
13165
13177
|
width: 100%;
|
|
13166
13178
|
max-width: 744px;
|
|
13167
13179
|
position: fixed;
|
|
13168
13180
|
bottom: 20px;
|
|
13169
13181
|
}
|
|
13170
|
-
.chat[data-v-
|
|
13182
|
+
.chat[data-v-8e43ed7a] .markdown {
|
|
13171
13183
|
margin-bottom: 12px;
|
|
13172
13184
|
}
|
|
13173
13185
|
.agentLogo[data-v-56f7e8dd] {
|
|
@@ -13506,7 +13518,7 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13506
13518
|
|
|
13507
13519
|
/* Configurable Layout Variables */
|
|
13508
13520
|
@layer scalar-config {
|
|
13509
|
-
.scalar-api-reference[data-v-
|
|
13521
|
+
.scalar-api-reference[data-v-4a2e1b67] {
|
|
13510
13522
|
/* The header height */
|
|
13511
13523
|
--refs-header-height: calc(
|
|
13512
13524
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -13528,20 +13540,20 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13528
13540
|
/* The maximum width of the content column */
|
|
13529
13541
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
13530
13542
|
}
|
|
13531
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13543
|
+
.scalar-api-reference.references-classic[data-v-4a2e1b67] {
|
|
13532
13544
|
/* Classic layout is wider */
|
|
13533
13545
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
13534
13546
|
min-height: 100dvh;
|
|
13535
13547
|
--refs-sidebar-width: 0;
|
|
13536
13548
|
}
|
|
13537
13549
|
}
|
|
13538
|
-
.t-doc__sidebar[data-v-
|
|
13550
|
+
.t-doc__sidebar[data-v-4a2e1b67] {
|
|
13539
13551
|
z-index: 10;
|
|
13540
13552
|
}
|
|
13541
13553
|
|
|
13542
13554
|
/* ----------------------------------------------------- */
|
|
13543
13555
|
/* References Layout */
|
|
13544
|
-
.references-layout[data-v-
|
|
13556
|
+
.references-layout[data-v-4a2e1b67] {
|
|
13545
13557
|
/* Try to fill the container */
|
|
13546
13558
|
min-height: 100dvh;
|
|
13547
13559
|
min-width: 100%;
|
|
@@ -13565,44 +13577,44 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13565
13577
|
|
|
13566
13578
|
background: var(--scalar-background-1);
|
|
13567
13579
|
}
|
|
13568
|
-
.references-editor[data-v-
|
|
13580
|
+
.references-editor[data-v-4a2e1b67] {
|
|
13569
13581
|
grid-area: editor;
|
|
13570
13582
|
display: flex;
|
|
13571
13583
|
min-width: 0;
|
|
13572
13584
|
background: var(--scalar-background-1);
|
|
13573
13585
|
}
|
|
13574
|
-
.references-rendered[data-v-
|
|
13586
|
+
.references-rendered[data-v-4a2e1b67] {
|
|
13575
13587
|
position: relative;
|
|
13576
13588
|
grid-area: rendered;
|
|
13577
13589
|
min-width: 0;
|
|
13578
13590
|
background: var(--scalar-background-1);
|
|
13579
13591
|
}
|
|
13580
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13581
|
-
.references-classic .references-rendered[data-v-
|
|
13592
|
+
.scalar-api-reference.references-classic[data-v-4a2e1b67],
|
|
13593
|
+
.references-classic .references-rendered[data-v-4a2e1b67] {
|
|
13582
13594
|
height: initial !important;
|
|
13583
13595
|
max-height: initial !important;
|
|
13584
13596
|
}
|
|
13585
13597
|
@layer scalar-config {
|
|
13586
|
-
.references-sidebar[data-v-
|
|
13598
|
+
.references-sidebar[data-v-4a2e1b67] {
|
|
13587
13599
|
/* Set a default width if references are enabled */
|
|
13588
13600
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
13589
13601
|
}
|
|
13590
13602
|
}
|
|
13591
13603
|
|
|
13592
13604
|
/* Footer */
|
|
13593
|
-
.references-footer[data-v-
|
|
13605
|
+
.references-footer[data-v-4a2e1b67] {
|
|
13594
13606
|
grid-area: footer;
|
|
13595
13607
|
}
|
|
13596
13608
|
/* ----------------------------------------------------- */
|
|
13597
13609
|
/* Responsive / Mobile Layout */
|
|
13598
13610
|
@media (max-width: 1000px) {
|
|
13599
13611
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
13600
|
-
.references-developer-tools[data-v-
|
|
13612
|
+
.references-developer-tools[data-v-4a2e1b67] {
|
|
13601
13613
|
display: none;
|
|
13602
13614
|
}
|
|
13603
13615
|
|
|
13604
13616
|
/* Stack view on mobile */
|
|
13605
|
-
.references-layout[data-v-
|
|
13617
|
+
.references-layout[data-v-4a2e1b67] {
|
|
13606
13618
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
13607
13619
|
--refs-sidebar-height: calc(
|
|
13608
13620
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -13617,13 +13629,13 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13617
13629
|
'rendered'
|
|
13618
13630
|
'footer';
|
|
13619
13631
|
}
|
|
13620
|
-
.references-editable[data-v-
|
|
13632
|
+
.references-editable[data-v-4a2e1b67] {
|
|
13621
13633
|
grid-template-areas:
|
|
13622
13634
|
'header'
|
|
13623
13635
|
'navigation'
|
|
13624
13636
|
'editor';
|
|
13625
13637
|
}
|
|
13626
|
-
.references-rendered[data-v-
|
|
13638
|
+
.references-rendered[data-v-4a2e1b67] {
|
|
13627
13639
|
position: static;
|
|
13628
13640
|
}
|
|
13629
13641
|
}
|
|
@@ -13634,12 +13646,12 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13634
13646
|
* when the new elements are available
|
|
13635
13647
|
*/
|
|
13636
13648
|
@media (max-width: 1000px) {
|
|
13637
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
13649
|
+
.scalar-api-references-standalone-mobile[data-v-4a2e1b67]:not(.references-classic) {
|
|
13638
13650
|
--scalar-header-height: 50px;
|
|
13639
13651
|
}
|
|
13640
13652
|
}
|
|
13641
13653
|
|
|
13642
|
-
.darklight-reference[data-v-
|
|
13654
|
+
.darklight-reference[data-v-4a2e1b67] {
|
|
13643
13655
|
width: 100%;
|
|
13644
13656
|
margin-top: auto;
|
|
13645
13657
|
}
|