@scalar/api-reference-react 0.9.15 → 0.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/style.css +129 -120
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -588,14 +588,14 @@ to {
|
|
|
588
588
|
font-family: var(--scalar-font-code);
|
|
589
589
|
color: var(--scalar-color-1);
|
|
590
590
|
}
|
|
591
|
-
.error[data-v-
|
|
591
|
+
.error[data-v-38d75111] {
|
|
592
592
|
background-color: var(--scalar-color-red);
|
|
593
593
|
}
|
|
594
|
-
.schema-card[data-v-
|
|
594
|
+
.schema-card[data-v-38d75111] {
|
|
595
595
|
font-size: var(--scalar-font-size-4);
|
|
596
596
|
color: var(--scalar-color-1);
|
|
597
597
|
}
|
|
598
|
-
.schema-card-title[data-v-
|
|
598
|
+
.schema-card-title[data-v-38d75111] {
|
|
599
599
|
height: var(--schema-title-height);
|
|
600
600
|
|
|
601
601
|
padding: 6px 8px;
|
|
@@ -609,48 +609,48 @@ to {
|
|
|
609
609
|
font-size: var(--scalar-mini);
|
|
610
610
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
611
611
|
}
|
|
612
|
-
button.schema-card-title[data-v-
|
|
612
|
+
button.schema-card-title[data-v-38d75111] {
|
|
613
613
|
cursor: pointer;
|
|
614
614
|
}
|
|
615
|
-
button.schema-card-title[data-v-
|
|
615
|
+
button.schema-card-title[data-v-38d75111]:hover {
|
|
616
616
|
color: var(--scalar-color-1);
|
|
617
617
|
}
|
|
618
|
-
.schema-card-title-icon--open[data-v-
|
|
618
|
+
.schema-card-title-icon--open[data-v-38d75111] {
|
|
619
619
|
transform: rotate(45deg);
|
|
620
620
|
}
|
|
621
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
621
|
+
.schema-properties-open > .schema-card-title[data-v-38d75111] {
|
|
622
622
|
border-bottom-left-radius: 0;
|
|
623
623
|
border-bottom-right-radius: 0;
|
|
624
624
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
625
625
|
}
|
|
626
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
626
|
+
.schema-properties-open > .schema-properties[data-v-38d75111] {
|
|
627
627
|
width: fit-content;
|
|
628
628
|
}
|
|
629
|
-
.schema-card-description[data-v-
|
|
629
|
+
.schema-card-description[data-v-38d75111] {
|
|
630
630
|
color: var(--scalar-color-2);
|
|
631
631
|
}
|
|
632
|
-
.schema-card-description + .schema-properties[data-v-
|
|
632
|
+
.schema-card-description + .schema-properties[data-v-38d75111] {
|
|
633
633
|
width: fit-content;
|
|
634
634
|
}
|
|
635
|
-
.schema-card-description + .schema-properties[data-v-
|
|
635
|
+
.schema-card-description + .schema-properties[data-v-38d75111] {
|
|
636
636
|
margin-top: 8px;
|
|
637
637
|
}
|
|
638
638
|
.schema-card--level-0:nth-of-type(1)
|
|
639
|
-
> .schema-card-description[data-v-
|
|
639
|
+
> .schema-card-description[data-v-38d75111]:has(+ .schema-properties) {
|
|
640
640
|
margin-bottom: -8px;
|
|
641
641
|
padding-bottom: 8px;
|
|
642
642
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
643
643
|
}
|
|
644
644
|
.schema-card--level-0
|
|
645
645
|
~ .schema-card--level-0
|
|
646
|
-
> .schema-card-description[data-v-
|
|
646
|
+
> .schema-card-description[data-v-38d75111]:has(+ .schema-properties) {
|
|
647
647
|
padding-top: 8px;
|
|
648
648
|
}
|
|
649
|
-
.schema-properties-open.schema-properties[data-v-
|
|
650
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
649
|
+
.schema-properties-open.schema-properties[data-v-38d75111],
|
|
650
|
+
.schema-properties-open > .schema-card--open[data-v-38d75111] {
|
|
651
651
|
width: 100%;
|
|
652
652
|
}
|
|
653
|
-
.schema-properties[data-v-
|
|
653
|
+
.schema-properties[data-v-38d75111] {
|
|
654
654
|
display: flex;
|
|
655
655
|
flex-direction: column;
|
|
656
656
|
|
|
@@ -658,56 +658,56 @@ button.schema-card-title[data-v-8327ea3a]:hover {
|
|
|
658
658
|
border-radius: var(--scalar-radius-lg);
|
|
659
659
|
width: fit-content;
|
|
660
660
|
}
|
|
661
|
-
.schema-properties-name[data-v-
|
|
661
|
+
.schema-properties-name[data-v-38d75111] {
|
|
662
662
|
width: 100%;
|
|
663
663
|
}
|
|
664
|
-
.schema-properties .schema-properties[data-v-
|
|
664
|
+
.schema-properties .schema-properties[data-v-38d75111] {
|
|
665
665
|
border-radius: 13.5px;
|
|
666
666
|
}
|
|
667
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
667
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-38d75111] {
|
|
668
668
|
border-radius: var(--scalar-radius-lg);
|
|
669
669
|
}
|
|
670
|
-
.schema-properties-open[data-v-
|
|
670
|
+
.schema-properties-open[data-v-38d75111] {
|
|
671
671
|
width: 100%;
|
|
672
672
|
}
|
|
673
|
-
.schema-card--compact[data-v-
|
|
673
|
+
.schema-card--compact[data-v-38d75111] {
|
|
674
674
|
align-self: flex-start;
|
|
675
675
|
}
|
|
676
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
676
|
+
.schema-card--compact.schema-card--open[data-v-38d75111] {
|
|
677
677
|
align-self: initial;
|
|
678
678
|
}
|
|
679
|
-
.schema-card-title--compact[data-v-
|
|
679
|
+
.schema-card-title--compact[data-v-38d75111] {
|
|
680
680
|
color: var(--scalar-color-2);
|
|
681
681
|
padding: 6px 10px 6px 8px;
|
|
682
682
|
height: auto;
|
|
683
683
|
border-bottom: none;
|
|
684
684
|
}
|
|
685
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
685
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-38d75111] {
|
|
686
686
|
margin: 0;
|
|
687
687
|
}
|
|
688
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
688
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-38d75111] {
|
|
689
689
|
transform: rotate(45deg);
|
|
690
690
|
}
|
|
691
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
691
|
+
.schema-properties-open > .schema-card-title--compact[data-v-38d75111] {
|
|
692
692
|
position: static;
|
|
693
693
|
}
|
|
694
694
|
.property--level-0
|
|
695
695
|
> .schema-properties
|
|
696
696
|
> .schema-card--level-0
|
|
697
|
-
> .schema-properties[data-v-
|
|
697
|
+
> .schema-properties[data-v-38d75111] {
|
|
698
698
|
border: none;
|
|
699
699
|
}
|
|
700
700
|
.property--level-0
|
|
701
701
|
.schema-card--level-0:not(.schema-card--compact)
|
|
702
|
-
.property--level-1[data-v-
|
|
702
|
+
.property--level-1[data-v-38d75111] {
|
|
703
703
|
padding: 0 0 8px;
|
|
704
704
|
}
|
|
705
705
|
:not(.composition-panel)
|
|
706
706
|
> .schema-card--compact.schema-card--level-0
|
|
707
|
-
> .schema-properties[data-v-
|
|
707
|
+
> .schema-properties[data-v-38d75111] {
|
|
708
708
|
border: none;
|
|
709
709
|
}
|
|
710
|
-
[data-v-
|
|
710
|
+
[data-v-38d75111] .schema-card-description p {
|
|
711
711
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
712
712
|
color: var(--scalar-color-2);
|
|
713
713
|
line-height: 1.5;
|
|
@@ -715,7 +715,7 @@ button.schema-card-title[data-v-8327ea3a]:hover {
|
|
|
715
715
|
display: block;
|
|
716
716
|
margin-bottom: 6px;
|
|
717
717
|
}
|
|
718
|
-
.children .schema-card-description[data-v-
|
|
718
|
+
.children .schema-card-description[data-v-38d75111]:first-of-type {
|
|
719
719
|
padding-top: 0;
|
|
720
720
|
}
|
|
721
721
|
.property-enum-value[data-v-f4b54bdd] {
|
|
@@ -1712,7 +1712,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1712
1712
|
.callback-operation-container[data-v-df994c31] .parameter-list-items > li {
|
|
1713
1713
|
padding: 0 8px;
|
|
1714
1714
|
}
|
|
1715
|
-
.empty-state[data-v-
|
|
1715
|
+
.empty-state[data-v-de6a4e70] {
|
|
1716
1716
|
margin: 10px 0 10px 12px;
|
|
1717
1717
|
text-align: center;
|
|
1718
1718
|
font-size: var(--scalar-mini);
|
|
@@ -1723,18 +1723,18 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1723
1723
|
border-radius: var(--scalar-radius-lg);
|
|
1724
1724
|
color: var(--scalar-color-2);
|
|
1725
1725
|
}
|
|
1726
|
-
.rule-title[data-v-
|
|
1726
|
+
.rule-title[data-v-de6a4e70] {
|
|
1727
1727
|
font-family: var(--scalar-font-code);
|
|
1728
1728
|
color: var(--scalar-color-1);
|
|
1729
1729
|
display: inline-block;
|
|
1730
1730
|
margin: 12px 0 6px;
|
|
1731
1731
|
border-radius: var(--scalar-radius);
|
|
1732
1732
|
}
|
|
1733
|
-
.rule[data-v-
|
|
1733
|
+
.rule[data-v-de6a4e70] {
|
|
1734
1734
|
margin: 0 12px 0;
|
|
1735
1735
|
border-radius: var(--scalar-radius-lg);
|
|
1736
1736
|
}
|
|
1737
|
-
.rule-items[data-v-
|
|
1737
|
+
.rule-items[data-v-de6a4e70] {
|
|
1738
1738
|
counter-reset: list-number;
|
|
1739
1739
|
display: flex;
|
|
1740
1740
|
flex-direction: column;
|
|
@@ -1742,14 +1742,14 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1742
1742
|
border-left: 1px solid var(--scalar-border-color);
|
|
1743
1743
|
padding: 12px 0 12px;
|
|
1744
1744
|
}
|
|
1745
|
-
.rule-item[data-v-
|
|
1745
|
+
.rule-item[data-v-de6a4e70] {
|
|
1746
1746
|
counter-increment: list-number;
|
|
1747
1747
|
border: 1px solid var(--scalar-border-color);
|
|
1748
1748
|
border-radius: var(--scalar-radius-lg);
|
|
1749
1749
|
overflow: hidden;
|
|
1750
1750
|
margin-left: 24px;
|
|
1751
1751
|
}
|
|
1752
|
-
.rule-item[data-v-
|
|
1752
|
+
.rule-item[data-v-de6a4e70]:before {
|
|
1753
1753
|
/* content: counter(list-number); */
|
|
1754
1754
|
border: 1px solid var(--scalar-border-color);
|
|
1755
1755
|
border-top: 0;
|
|
@@ -7893,9 +7893,6 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
7893
7893
|
.scalar-app .max-w-\[14px\] {
|
|
7894
7894
|
max-width: 14px;
|
|
7895
7895
|
}
|
|
7896
|
-
.scalar-app .max-w-\[16rem\] {
|
|
7897
|
-
max-width: 16rem;
|
|
7898
|
-
}
|
|
7899
7896
|
.scalar-app .max-w-\[37px\] {
|
|
7900
7897
|
max-width: 37px;
|
|
7901
7898
|
}
|
|
@@ -9211,6 +9208,9 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9211
9208
|
:is(.scalar-app .\*\:h-8 > *) {
|
|
9212
9209
|
height: 32px;
|
|
9213
9210
|
}
|
|
9211
|
+
:is(.scalar-app .\*\:max-w-64 > *) {
|
|
9212
|
+
max-width: 256px;
|
|
9213
|
+
}
|
|
9214
9214
|
:is(.scalar-app .\*\:cursor-pointer > *) {
|
|
9215
9215
|
cursor: pointer;
|
|
9216
9216
|
}
|
|
@@ -9424,6 +9424,10 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9424
9424
|
content: var(--tw-content);
|
|
9425
9425
|
background-color: var(--scalar-border-color);
|
|
9426
9426
|
}
|
|
9427
|
+
:is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
|
|
9428
|
+
--tw-content: " · ";
|
|
9429
|
+
content: var(--tw-content);
|
|
9430
|
+
}
|
|
9427
9431
|
.scalar-app .after\:content-\[\'\:\'\]:after {
|
|
9428
9432
|
--tw-content: ":";
|
|
9429
9433
|
content: var(--tw-content);
|
|
@@ -10422,15 +10426,6 @@ to {
|
|
|
10422
10426
|
.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] {
|
|
10423
10427
|
display: none;
|
|
10424
10428
|
}
|
|
10425
|
-
.schema > span[data-v-f2ab7aa3]:not(:first-child):before {
|
|
10426
|
-
content: "·";
|
|
10427
|
-
margin: 0 .5ch;
|
|
10428
|
-
display: block;
|
|
10429
|
-
}
|
|
10430
|
-
.schema > span[data-v-f2ab7aa3] {
|
|
10431
|
-
white-space: nowrap;
|
|
10432
|
-
display: flex;
|
|
10433
|
-
}
|
|
10434
10429
|
[data-v-36811e28] .cm-editor {
|
|
10435
10430
|
padding: 0;
|
|
10436
10431
|
}
|
|
@@ -11924,7 +11919,7 @@ to {
|
|
|
11924
11919
|
display: flex;
|
|
11925
11920
|
position: relative;
|
|
11926
11921
|
}
|
|
11927
|
-
.askForAuthentication[data-v-
|
|
11922
|
+
.askForAuthentication[data-v-6fbfc976] {
|
|
11928
11923
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11929
11924
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11930
11925
|
width: 100%;
|
|
@@ -11935,7 +11930,7 @@ to {
|
|
|
11935
11930
|
display: flex;
|
|
11936
11931
|
position: relative;
|
|
11937
11932
|
}
|
|
11938
|
-
.authContent[data-v-
|
|
11933
|
+
.authContent[data-v-6fbfc976] {
|
|
11939
11934
|
grid-template-rows: 0fr;
|
|
11940
11935
|
width: 100%;
|
|
11941
11936
|
max-width: 520px;
|
|
@@ -11945,19 +11940,19 @@ to {
|
|
|
11945
11940
|
display: grid;
|
|
11946
11941
|
overflow: hidden;
|
|
11947
11942
|
}
|
|
11948
|
-
.authContentInner[data-v-
|
|
11943
|
+
.authContentInner[data-v-6fbfc976] > div {
|
|
11949
11944
|
margin: 36px 0 48px;
|
|
11950
11945
|
}
|
|
11951
|
-
.authContent[data-v-
|
|
11946
|
+
.authContent[data-v-6fbfc976] .markdown {
|
|
11952
11947
|
margin-bottom: 0 !important;
|
|
11953
11948
|
}
|
|
11954
|
-
.askForAuthentication.open .authContent[data-v-
|
|
11949
|
+
.askForAuthentication.open .authContent[data-v-6fbfc976] {
|
|
11955
11950
|
grid-template-rows: 1fr;
|
|
11956
11951
|
}
|
|
11957
|
-
.continueButton[data-v-
|
|
11952
|
+
.continueButton[data-v-6fbfc976] {
|
|
11958
11953
|
align-self: flex-end;
|
|
11959
11954
|
}
|
|
11960
|
-
.toggleButton[data-v-
|
|
11955
|
+
.toggleButton[data-v-6fbfc976] {
|
|
11961
11956
|
cursor: pointer;
|
|
11962
11957
|
text-align: left;
|
|
11963
11958
|
color: var(--scalar-color-3);
|
|
@@ -11969,11 +11964,11 @@ to {
|
|
|
11969
11964
|
display: flex;
|
|
11970
11965
|
position: relative;
|
|
11971
11966
|
}
|
|
11972
|
-
.authContentInner[data-v-
|
|
11967
|
+
.authContentInner[data-v-6fbfc976] {
|
|
11973
11968
|
min-height: 0;
|
|
11974
11969
|
overflow: hidden;
|
|
11975
11970
|
}
|
|
11976
|
-
.authorizeButton[data-v-
|
|
11971
|
+
.authorizeButton[data-v-6fbfc976] {
|
|
11977
11972
|
z-index: 1;
|
|
11978
11973
|
gap: 5px;
|
|
11979
11974
|
display: flex;
|
|
@@ -12253,45 +12248,7 @@ to {
|
|
|
12253
12248
|
margin-bottom: 20px;
|
|
12254
12249
|
padding: 15px;
|
|
12255
12250
|
}
|
|
12256
|
-
.
|
|
12257
|
-
color: var(--scalar-color-2);
|
|
12258
|
-
cursor: pointer;
|
|
12259
|
-
vertical-align: middle;
|
|
12260
|
-
background: var(--scalar-background-2);
|
|
12261
|
-
}
|
|
12262
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
12263
|
-
.contextItem[data-v-b6e5aa96] {
|
|
12264
|
-
background: color-mix(in srgb, var(--scalar-background-2), var(--scalar-background-1));
|
|
12265
|
-
}
|
|
12266
|
-
}
|
|
12267
|
-
.contextItem[data-v-b6e5aa96] {
|
|
12268
|
-
border-radius: 12px;
|
|
12269
|
-
align-items: center;
|
|
12270
|
-
padding: 5px 10px;
|
|
12271
|
-
font-size: 10px;
|
|
12272
|
-
display: flex;
|
|
12273
|
-
}
|
|
12274
|
-
.shimmer[data-v-b6e5aa96] {
|
|
12275
|
-
background: var(--scalar-background-2);
|
|
12276
|
-
background-image: linear-gradient(90deg, #202020 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12277
|
-
background-size: 200% 100%;
|
|
12278
|
-
animation: 1.4s ease-in-out infinite shimmer-b6e5aa96;
|
|
12279
|
-
}
|
|
12280
|
-
.light-mode .shimmer[data-v-b6e5aa96] {
|
|
12281
|
-
background: var(--scalar-background-2);
|
|
12282
|
-
background-image: linear-gradient(90deg, #fafafa 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12283
|
-
background-size: 200% 100%;
|
|
12284
|
-
animation: 1.4s ease-in-out infinite shimmer-b6e5aa96;
|
|
12285
|
-
}
|
|
12286
|
-
@keyframes shimmer-b6e5aa96 {
|
|
12287
|
-
0% {
|
|
12288
|
-
background-position: 200% 0;
|
|
12289
|
-
}
|
|
12290
|
-
to {
|
|
12291
|
-
background-position: -200% 0;
|
|
12292
|
-
}
|
|
12293
|
-
}
|
|
12294
|
-
.playIcon[data-v-653c66b3] {
|
|
12251
|
+
.playIcon[data-v-9d9724d2] {
|
|
12295
12252
|
z-index: 1;
|
|
12296
12253
|
background: var(--scalar-background-1);
|
|
12297
12254
|
border-radius: 50%;
|
|
@@ -12303,7 +12260,7 @@ to {
|
|
|
12303
12260
|
display: flex;
|
|
12304
12261
|
position: relative;
|
|
12305
12262
|
}
|
|
12306
|
-
.playIcon[data-v-
|
|
12263
|
+
.playIcon[data-v-9d9724d2]:before {
|
|
12307
12264
|
content: "";
|
|
12308
12265
|
box-sizing: border-box;
|
|
12309
12266
|
border: 1.5px solid;
|
|
@@ -12313,11 +12270,11 @@ to {
|
|
|
12313
12270
|
border-radius: 50%;
|
|
12314
12271
|
width: 16px;
|
|
12315
12272
|
height: 16px;
|
|
12316
|
-
animation: .42s linear infinite rotation-
|
|
12273
|
+
animation: .42s linear infinite rotation-9d9724d2;
|
|
12317
12274
|
display: inline-block;
|
|
12318
12275
|
position: absolute;
|
|
12319
12276
|
}
|
|
12320
|
-
.
|
|
12277
|
+
.loadingApiSpecs[data-v-9d9724d2] {
|
|
12321
12278
|
color: var(--scalar-color-2);
|
|
12322
12279
|
font-weight: var(--scalar-semibold);
|
|
12323
12280
|
font-size: var(--scalar-font-size-3);
|
|
@@ -12326,13 +12283,13 @@ to {
|
|
|
12326
12283
|
margin-bottom: 10px;
|
|
12327
12284
|
display: flex;
|
|
12328
12285
|
}
|
|
12329
|
-
.
|
|
12286
|
+
.loadingApiSpecs svg[data-v-9d9724d2] {
|
|
12330
12287
|
z-index: 1;
|
|
12331
12288
|
border-radius: 50%;
|
|
12332
12289
|
width: 100%;
|
|
12333
12290
|
height: 100%;
|
|
12334
12291
|
}
|
|
12335
|
-
@keyframes rotation-
|
|
12292
|
+
@keyframes rotation-9d9724d2 {
|
|
12336
12293
|
0% {
|
|
12337
12294
|
transform: rotate(0);
|
|
12338
12295
|
}
|
|
@@ -12340,16 +12297,52 @@ to {
|
|
|
12340
12297
|
transform: rotate(360deg);
|
|
12341
12298
|
}
|
|
12342
12299
|
}
|
|
12343
|
-
.
|
|
12300
|
+
.contextItem[data-v-e6786ce3] {
|
|
12301
|
+
white-space: nowrap;
|
|
12302
|
+
color: var(--scalar-color-2);
|
|
12303
|
+
cursor: pointer;
|
|
12304
|
+
vertical-align: middle;
|
|
12305
|
+
background: var(--scalar-background-2);
|
|
12306
|
+
}
|
|
12307
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
12308
|
+
.contextItem[data-v-e6786ce3] {
|
|
12309
|
+
background: color-mix(in srgb, var(--scalar-background-2), var(--scalar-background-1));
|
|
12310
|
+
}
|
|
12311
|
+
}
|
|
12312
|
+
.contextItem[data-v-e6786ce3] {
|
|
12313
|
+
border-radius: 12px;
|
|
12344
12314
|
align-items: center;
|
|
12345
|
-
|
|
12346
|
-
|
|
12315
|
+
max-width: 200px;
|
|
12316
|
+
padding: 5px 10px;
|
|
12317
|
+
font-size: 10px;
|
|
12347
12318
|
display: flex;
|
|
12348
12319
|
}
|
|
12349
|
-
.
|
|
12350
|
-
|
|
12320
|
+
.contextItemText[data-v-e6786ce3] {
|
|
12321
|
+
text-overflow: ellipsis;
|
|
12322
|
+
white-space: nowrap;
|
|
12323
|
+
overflow: hidden;
|
|
12351
12324
|
}
|
|
12352
|
-
.
|
|
12325
|
+
.shimmer[data-v-e6786ce3] {
|
|
12326
|
+
background: var(--scalar-background-2);
|
|
12327
|
+
background-image: linear-gradient(90deg, #202020 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12328
|
+
background-size: 200% 100%;
|
|
12329
|
+
animation: 1.4s ease-in-out infinite shimmer-e6786ce3;
|
|
12330
|
+
}
|
|
12331
|
+
.light-mode .shimmer[data-v-e6786ce3] {
|
|
12332
|
+
background: var(--scalar-background-2);
|
|
12333
|
+
background-image: linear-gradient(90deg, #fafafa 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
|
|
12334
|
+
background-size: 200% 100%;
|
|
12335
|
+
animation: 1.4s ease-in-out infinite shimmer-e6786ce3;
|
|
12336
|
+
}
|
|
12337
|
+
@keyframes shimmer-e6786ce3 {
|
|
12338
|
+
0% {
|
|
12339
|
+
background-position: 200% 0;
|
|
12340
|
+
}
|
|
12341
|
+
to {
|
|
12342
|
+
background-position: -200% 0;
|
|
12343
|
+
}
|
|
12344
|
+
}
|
|
12345
|
+
.playIcon[data-v-6e0ac42c] {
|
|
12353
12346
|
z-index: 1;
|
|
12354
12347
|
background: var(--scalar-background-1);
|
|
12355
12348
|
border-radius: 50%;
|
|
@@ -12361,7 +12354,7 @@ to {
|
|
|
12361
12354
|
display: flex;
|
|
12362
12355
|
position: relative;
|
|
12363
12356
|
}
|
|
12364
|
-
.playIcon[data-v-
|
|
12357
|
+
.playIcon[data-v-6e0ac42c]:before {
|
|
12365
12358
|
content: "";
|
|
12366
12359
|
box-sizing: border-box;
|
|
12367
12360
|
border: 1.5px solid;
|
|
@@ -12371,11 +12364,11 @@ to {
|
|
|
12371
12364
|
border-radius: 50%;
|
|
12372
12365
|
width: 16px;
|
|
12373
12366
|
height: 16px;
|
|
12374
|
-
animation: .42s linear infinite rotation-
|
|
12367
|
+
animation: .42s linear infinite rotation-6e0ac42c;
|
|
12375
12368
|
display: inline-block;
|
|
12376
12369
|
position: absolute;
|
|
12377
12370
|
}
|
|
12378
|
-
.
|
|
12371
|
+
.sendingRequest[data-v-6e0ac42c] {
|
|
12379
12372
|
color: var(--scalar-color-2);
|
|
12380
12373
|
font-weight: var(--scalar-semibold);
|
|
12381
12374
|
font-size: var(--scalar-font-size-3);
|
|
@@ -12384,13 +12377,13 @@ to {
|
|
|
12384
12377
|
margin-bottom: 10px;
|
|
12385
12378
|
display: flex;
|
|
12386
12379
|
}
|
|
12387
|
-
.
|
|
12380
|
+
.sendingRequest svg[data-v-6e0ac42c] {
|
|
12388
12381
|
z-index: 1;
|
|
12389
12382
|
border-radius: 50%;
|
|
12390
12383
|
width: 100%;
|
|
12391
12384
|
height: 100%;
|
|
12392
12385
|
}
|
|
12393
|
-
@keyframes rotation-
|
|
12386
|
+
@keyframes rotation-6e0ac42c {
|
|
12394
12387
|
0% {
|
|
12395
12388
|
transform: rotate(0);
|
|
12396
12389
|
}
|
|
@@ -12398,6 +12391,22 @@ to {
|
|
|
12398
12391
|
transform: rotate(360deg);
|
|
12399
12392
|
}
|
|
12400
12393
|
}
|
|
12394
|
+
.operations[data-v-43dd2b86] {
|
|
12395
|
+
flex-wrap: wrap;
|
|
12396
|
+
align-items: center;
|
|
12397
|
+
gap: 5px;
|
|
12398
|
+
margin-bottom: 12px;
|
|
12399
|
+
display: flex;
|
|
12400
|
+
}
|
|
12401
|
+
.operations[data-v-43dd2b86]:empty {
|
|
12402
|
+
margin-bottom: -12px;
|
|
12403
|
+
}
|
|
12404
|
+
.overflowPopover[data-v-43dd2b86] {
|
|
12405
|
+
flex-direction: column;
|
|
12406
|
+
gap: 5px;
|
|
12407
|
+
padding: 8px;
|
|
12408
|
+
display: flex;
|
|
12409
|
+
}
|
|
12401
12410
|
.catalogModal .scalar-modal-body {
|
|
12402
12411
|
flex-direction: column;
|
|
12403
12412
|
display: flex;
|
|
@@ -13073,7 +13082,7 @@ to {
|
|
|
13073
13082
|
border-radius: 50%;
|
|
13074
13083
|
padding: 2px;
|
|
13075
13084
|
}
|
|
13076
|
-
.chat[data-v-
|
|
13085
|
+
.chat[data-v-8e43ed7a] {
|
|
13077
13086
|
flex-direction: column;
|
|
13078
13087
|
flex: 1;
|
|
13079
13088
|
width: 100%;
|
|
@@ -13081,7 +13090,7 @@ to {
|
|
|
13081
13090
|
padding: 24px 0;
|
|
13082
13091
|
display: flex;
|
|
13083
13092
|
}
|
|
13084
|
-
.userMessage[data-v-
|
|
13093
|
+
.userMessage[data-v-8e43ed7a] {
|
|
13085
13094
|
background: var(--scalar-background-2);
|
|
13086
13095
|
width: fit-content;
|
|
13087
13096
|
max-width: 80%;
|
|
@@ -13095,24 +13104,24 @@ to {
|
|
|
13095
13104
|
font-size: 16px;
|
|
13096
13105
|
line-height: 24px;
|
|
13097
13106
|
}
|
|
13098
|
-
div + .userMessage[data-v-
|
|
13107
|
+
div + .userMessage[data-v-8e43ed7a] {
|
|
13099
13108
|
margin-top: 64px;
|
|
13100
13109
|
}
|
|
13101
|
-
.chat[data-v-
|
|
13110
|
+
.chat[data-v-8e43ed7a] > div:has(.executeRequestTool) + div:has(.executeRequestTool) {
|
|
13102
13111
|
margin-top: -12px;
|
|
13103
13112
|
}
|
|
13104
|
-
.spacer[data-v-
|
|
13113
|
+
.spacer[data-v-8e43ed7a] {
|
|
13105
13114
|
width: 100%;
|
|
13106
13115
|
min-height: 280px;
|
|
13107
13116
|
}
|
|
13108
|
-
.formContainer[data-v-
|
|
13117
|
+
.formContainer[data-v-8e43ed7a] {
|
|
13109
13118
|
z-index: 1;
|
|
13110
13119
|
width: 100%;
|
|
13111
13120
|
max-width: 744px;
|
|
13112
13121
|
position: fixed;
|
|
13113
13122
|
bottom: 20px;
|
|
13114
13123
|
}
|
|
13115
|
-
.chat[data-v-
|
|
13124
|
+
.chat[data-v-8e43ed7a] .markdown {
|
|
13116
13125
|
margin-bottom: 12px;
|
|
13117
13126
|
}
|
|
13118
13127
|
.agentLogo[data-v-56f7e8dd] {
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"testing",
|
|
19
19
|
"react"
|
|
20
20
|
],
|
|
21
|
-
"version": "0.9.
|
|
21
|
+
"version": "0.9.16",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/
|
|
43
|
-
"@scalar/
|
|
42
|
+
"@scalar/types": "0.7.5",
|
|
43
|
+
"@scalar/api-reference": "1.49.6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/react": "^19.2.7",
|