@scalar/api-reference-react 0.9.14 → 0.9.15
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 +175 -175
- 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-8327ea3a] {
|
|
592
592
|
background-color: var(--scalar-color-red);
|
|
593
593
|
}
|
|
594
|
-
.schema-card[data-v-
|
|
594
|
+
.schema-card[data-v-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
613
613
|
cursor: pointer;
|
|
614
614
|
}
|
|
615
|
-
button.schema-card-title[data-v-
|
|
615
|
+
button.schema-card-title[data-v-8327ea3a]: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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
627
627
|
width: fit-content;
|
|
628
628
|
}
|
|
629
|
-
.schema-card-description[data-v-
|
|
629
|
+
.schema-card-description[data-v-8327ea3a] {
|
|
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-8327ea3a] {
|
|
633
633
|
width: fit-content;
|
|
634
634
|
}
|
|
635
|
-
.schema-card-description + .schema-properties[data-v-
|
|
635
|
+
.schema-card-description + .schema-properties[data-v-8327ea3a] {
|
|
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-8327ea3a]: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-8327ea3a]: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-8327ea3a],
|
|
650
|
+
.schema-properties-open > .schema-card--open[data-v-8327ea3a] {
|
|
651
651
|
width: 100%;
|
|
652
652
|
}
|
|
653
|
-
.schema-properties[data-v-
|
|
653
|
+
.schema-properties[data-v-8327ea3a] {
|
|
654
654
|
display: flex;
|
|
655
655
|
flex-direction: column;
|
|
656
656
|
|
|
@@ -658,56 +658,56 @@ button.schema-card-title[data-v-d9bd8110]: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-8327ea3a] {
|
|
662
662
|
width: 100%;
|
|
663
663
|
}
|
|
664
|
-
.schema-properties .schema-properties[data-v-
|
|
664
|
+
.schema-properties .schema-properties[data-v-8327ea3a] {
|
|
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-8327ea3a] {
|
|
668
668
|
border-radius: var(--scalar-radius-lg);
|
|
669
669
|
}
|
|
670
|
-
.schema-properties-open[data-v-
|
|
670
|
+
.schema-properties-open[data-v-8327ea3a] {
|
|
671
671
|
width: 100%;
|
|
672
672
|
}
|
|
673
|
-
.schema-card--compact[data-v-
|
|
673
|
+
.schema-card--compact[data-v-8327ea3a] {
|
|
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-8327ea3a] {
|
|
677
677
|
align-self: initial;
|
|
678
678
|
}
|
|
679
|
-
.schema-card-title--compact[data-v-
|
|
679
|
+
.schema-card-title--compact[data-v-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
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-8327ea3a] {
|
|
708
708
|
border: none;
|
|
709
709
|
}
|
|
710
|
-
[data-v-
|
|
710
|
+
[data-v-8327ea3a] .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-d9bd8110]: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-8327ea3a]:first-of-type {
|
|
719
719
|
padding-top: 0;
|
|
720
720
|
}
|
|
721
721
|
.property-enum-value[data-v-f4b54bdd] {
|
|
@@ -1042,7 +1042,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1042
1042
|
.deprecated[data-v-d6007af3] {
|
|
1043
1043
|
text-decoration: line-through;
|
|
1044
1044
|
}
|
|
1045
|
-
.property[data-v-
|
|
1045
|
+
.property[data-v-203755f6] {
|
|
1046
1046
|
color: var(--scalar-color-1);
|
|
1047
1047
|
display: flex;
|
|
1048
1048
|
flex-direction: column;
|
|
@@ -1051,7 +1051,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1051
1051
|
position: relative;
|
|
1052
1052
|
}
|
|
1053
1053
|
/** Remove top padding for top level schema card */
|
|
1054
|
-
.property.property--level-0[data-v-
|
|
1054
|
+
.property.property--level-0[data-v-203755f6]:has(
|
|
1055
1055
|
> .property-rule
|
|
1056
1056
|
> .schema-card
|
|
1057
1057
|
> .schema-properties.schema-properties-open
|
|
@@ -1060,24 +1060,24 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1060
1060
|
) {
|
|
1061
1061
|
padding-top: 0;
|
|
1062
1062
|
}
|
|
1063
|
-
.property--compact.property--level-0[data-v-
|
|
1064
|
-
.property--compact.property--level-1[data-v-
|
|
1063
|
+
.property--compact.property--level-0[data-v-203755f6],
|
|
1064
|
+
.property--compact.property--level-1[data-v-203755f6] {
|
|
1065
1065
|
padding: 10px 0;
|
|
1066
1066
|
}
|
|
1067
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
1067
|
+
.composition-panel .property.property.property.property--level-0[data-v-203755f6] {
|
|
1068
1068
|
padding: 0px;
|
|
1069
1069
|
}
|
|
1070
1070
|
.property--compact.property--level-0
|
|
1071
1071
|
.composition-panel
|
|
1072
|
-
.property--compact.property--level-1[data-v-
|
|
1072
|
+
.property--compact.property--level-1[data-v-203755f6] {
|
|
1073
1073
|
padding: 8px;
|
|
1074
1074
|
}
|
|
1075
1075
|
/* if a property doesn't have a heading, remove the top padding */
|
|
1076
|
-
.property[data-v-
|
|
1076
|
+
.property[data-v-203755f6]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
1077
1077
|
padding-top: 8px;
|
|
1078
1078
|
padding-bottom: 8px;
|
|
1079
1079
|
}
|
|
1080
|
-
.property--deprecated[data-v-
|
|
1080
|
+
.property--deprecated[data-v-203755f6] {
|
|
1081
1081
|
background: repeating-linear-gradient(
|
|
1082
1082
|
-45deg,
|
|
1083
1083
|
var(--scalar-background-2) 0,
|
|
@@ -1087,46 +1087,46 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1087
1087
|
);
|
|
1088
1088
|
background-size: 100%;
|
|
1089
1089
|
}
|
|
1090
|
-
.property--deprecated[data-v-
|
|
1090
|
+
.property--deprecated[data-v-203755f6] > * {
|
|
1091
1091
|
opacity: 0.75;
|
|
1092
1092
|
}
|
|
1093
|
-
.property-description[data-v-
|
|
1093
|
+
.property-description[data-v-203755f6] {
|
|
1094
1094
|
margin-top: 6px;
|
|
1095
1095
|
line-height: 1.4;
|
|
1096
1096
|
font-size: var(--scalar-small);
|
|
1097
1097
|
}
|
|
1098
|
-
.property-description[data-v-
|
|
1098
|
+
.property-description[data-v-203755f6]:has(+ .property-rule) {
|
|
1099
1099
|
margin-bottom: 9px;
|
|
1100
1100
|
}
|
|
1101
|
-
[data-v-
|
|
1101
|
+
[data-v-203755f6] .property-description * {
|
|
1102
1102
|
color: var(--scalar-color-2) !important;
|
|
1103
1103
|
}
|
|
1104
|
-
.property[data-v-
|
|
1104
|
+
.property[data-v-203755f6]:not(:last-of-type) {
|
|
1105
1105
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1106
1106
|
}
|
|
1107
|
-
.property-description + .children[data-v-
|
|
1108
|
-
.children + .property-rule[data-v-
|
|
1107
|
+
.property-description + .children[data-v-203755f6],
|
|
1108
|
+
.children + .property-rule[data-v-203755f6] {
|
|
1109
1109
|
margin-top: 9px;
|
|
1110
1110
|
}
|
|
1111
|
-
.children[data-v-
|
|
1111
|
+
.children[data-v-203755f6] {
|
|
1112
1112
|
display: flex;
|
|
1113
1113
|
flex-direction: column;
|
|
1114
1114
|
}
|
|
1115
|
-
.children .property--compact.property--level-1[data-v-
|
|
1115
|
+
.children .property--compact.property--level-1[data-v-203755f6] {
|
|
1116
1116
|
padding: 12px;
|
|
1117
1117
|
}
|
|
1118
|
-
.property-example-value[data-v-
|
|
1118
|
+
.property-example-value[data-v-203755f6] {
|
|
1119
1119
|
all: unset;
|
|
1120
1120
|
font-family: var(--scalar-font-code);
|
|
1121
1121
|
padding: 6px;
|
|
1122
1122
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1123
1123
|
}
|
|
1124
|
-
.property-rule[data-v-
|
|
1124
|
+
.property-rule[data-v-203755f6] {
|
|
1125
1125
|
border-radius: var(--scalar-radius-lg);
|
|
1126
1126
|
display: flex;
|
|
1127
1127
|
flex-direction: column;
|
|
1128
1128
|
}
|
|
1129
|
-
.property-rule[data-v-
|
|
1129
|
+
.property-rule[data-v-203755f6]
|
|
1130
1130
|
|
|
1131
1131
|
.composition-panel
|
|
1132
1132
|
.schema-card--level-1
|
|
@@ -1134,7 +1134,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1134
1134
|
{
|
|
1135
1135
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
1136
1136
|
}
|
|
1137
|
-
.property-rule[data-v-
|
|
1137
|
+
.property-rule[data-v-203755f6]
|
|
1138
1138
|
.composition-panel > .schema-card > .schema-card-description {
|
|
1139
1139
|
padding: 10px;
|
|
1140
1140
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -1143,29 +1143,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1143
1143
|
margin-top: 0;
|
|
1144
1144
|
}
|
|
1145
1145
|
}
|
|
1146
|
-
.property-example[data-v-
|
|
1146
|
+
.property-example[data-v-203755f6] {
|
|
1147
1147
|
background: transparent;
|
|
1148
1148
|
border: none;
|
|
1149
1149
|
display: flex;
|
|
1150
1150
|
flex-direction: row;
|
|
1151
1151
|
gap: 8px;
|
|
1152
1152
|
}
|
|
1153
|
-
.property-example-label[data-v-
|
|
1154
|
-
.property-example-value[data-v-
|
|
1153
|
+
.property-example-label[data-v-203755f6],
|
|
1154
|
+
.property-example-value[data-v-203755f6] {
|
|
1155
1155
|
padding: 3px 0 0 0;
|
|
1156
1156
|
}
|
|
1157
|
-
.property-example-value[data-v-
|
|
1157
|
+
.property-example-value[data-v-203755f6] {
|
|
1158
1158
|
background: var(--scalar-background-2);
|
|
1159
1159
|
border-top: 0;
|
|
1160
1160
|
border-radius: var(--scalar-radius);
|
|
1161
1161
|
padding: 3px 4px;
|
|
1162
1162
|
}
|
|
1163
|
-
.property-name[data-v-
|
|
1163
|
+
.property-name[data-v-203755f6] {
|
|
1164
1164
|
font-family: var(--scalar-font-code);
|
|
1165
1165
|
font-weight: var(--scalar-semibold);
|
|
1166
1166
|
}
|
|
1167
|
-
.property-name-additional-properties[data-v-
|
|
1168
|
-
.property-name-pattern-properties[data-v-
|
|
1167
|
+
.property-name-additional-properties[data-v-203755f6]::before,
|
|
1168
|
+
.property-name-pattern-properties[data-v-203755f6]::before {
|
|
1169
1169
|
text-transform: uppercase;
|
|
1170
1170
|
font-size: var(--scalar-micro);
|
|
1171
1171
|
display: inline-block;
|
|
@@ -1176,11 +1176,11 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1176
1176
|
background-color: var(--scalar-background-2);
|
|
1177
1177
|
margin-right: 4px;
|
|
1178
1178
|
}
|
|
1179
|
-
.property-name-pattern-properties[data-v-
|
|
1179
|
+
.property-name-pattern-properties[data-v-203755f6]::before {
|
|
1180
1180
|
content: 'regex';
|
|
1181
1181
|
}
|
|
1182
|
-
.property-name-additional-properties[data-v-
|
|
1183
|
-
.property-name-pattern-properties[data-v-
|
|
1182
|
+
.property-name-additional-properties[data-v-203755f6],
|
|
1183
|
+
.property-name-pattern-properties[data-v-203755f6] {
|
|
1184
1184
|
border: 1px dashed var(--scalar-border-color);
|
|
1185
1185
|
color: var(--scalar-color-accent);
|
|
1186
1186
|
display: inline-block;
|
|
@@ -1613,10 +1613,10 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1613
1613
|
outline-offset: 2px;
|
|
1614
1614
|
border-radius: var(--scalar-radius);
|
|
1615
1615
|
}
|
|
1616
|
-
.request-body[data-v-
|
|
1616
|
+
.request-body[data-v-48eb3d5d] {
|
|
1617
1617
|
margin-top: 24px;
|
|
1618
1618
|
}
|
|
1619
|
-
.request-body-header[data-v-
|
|
1619
|
+
.request-body-header[data-v-48eb3d5d] {
|
|
1620
1620
|
display: flex;
|
|
1621
1621
|
align-items: center;
|
|
1622
1622
|
justify-content: space-between;
|
|
@@ -1624,7 +1624,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1624
1624
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1625
1625
|
flex-flow: wrap;
|
|
1626
1626
|
}
|
|
1627
|
-
.request-body-title[data-v-
|
|
1627
|
+
.request-body-title[data-v-48eb3d5d] {
|
|
1628
1628
|
display: flex;
|
|
1629
1629
|
align-items: center;
|
|
1630
1630
|
gap: 8px;
|
|
@@ -1632,7 +1632,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1632
1632
|
font-weight: var(--scalar-semibold);
|
|
1633
1633
|
color: var(--scalar-color-1);
|
|
1634
1634
|
}
|
|
1635
|
-
.request-body-required[data-v-
|
|
1635
|
+
.request-body-required[data-v-48eb3d5d] {
|
|
1636
1636
|
font-size: var(--scalar-micro);
|
|
1637
1637
|
color: var(--scalar-color-orange);
|
|
1638
1638
|
font-weight: normal;
|
|
@@ -1641,21 +1641,21 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1641
1641
|
padding: 2px 8px;
|
|
1642
1642
|
height: 20px;
|
|
1643
1643
|
}
|
|
1644
|
-
.request-body-description[data-v-
|
|
1644
|
+
.request-body-description[data-v-48eb3d5d] {
|
|
1645
1645
|
margin-top: 6px;
|
|
1646
1646
|
font-size: var(--scalar-small);
|
|
1647
1647
|
width: 100%;
|
|
1648
1648
|
}
|
|
1649
1649
|
.request-body-header
|
|
1650
|
-
+ .request-body-schema[data-v-
|
|
1650
|
+
+ .request-body-schema[data-v-48eb3d5d]:has(> .schema-card > .schema-card-description),
|
|
1651
1651
|
.request-body-header
|
|
1652
|
-
+ .request-body-schema[data-v-
|
|
1652
|
+
+ .request-body-schema[data-v-48eb3d5d]:has(
|
|
1653
1653
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
1654
1654
|
) {
|
|
1655
1655
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
1656
1656
|
padding-top: 8px;
|
|
1657
1657
|
}
|
|
1658
|
-
.request-body-description[data-v-
|
|
1658
|
+
.request-body-description[data-v-48eb3d5d] .markdown * {
|
|
1659
1659
|
color: var(--scalar-color-2) !important;
|
|
1660
1660
|
}
|
|
1661
1661
|
.callback-sticky-offset[data-v-df994c31] {
|
|
@@ -1967,7 +1967,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1967
1967
|
border-width: 0 1.5px 1.5px 0;
|
|
1968
1968
|
transform: rotate(45deg);
|
|
1969
1969
|
}
|
|
1970
|
-
.show-api-client-button[data-v-
|
|
1970
|
+
.show-api-client-button[data-v-15e312d9] {
|
|
1971
1971
|
appearance: none;
|
|
1972
1972
|
border: none;
|
|
1973
1973
|
padding: 1px 6px;
|
|
@@ -1989,24 +1989,24 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1989
1989
|
|
|
1990
1990
|
outline-offset: 2px;
|
|
1991
1991
|
}
|
|
1992
|
-
.show-api-client-button span[data-v-
|
|
1993
|
-
.show-api-client-button svg[data-v-
|
|
1992
|
+
.show-api-client-button span[data-v-15e312d9],
|
|
1993
|
+
.show-api-client-button svg[data-v-15e312d9] {
|
|
1994
1994
|
fill: currentColor;
|
|
1995
1995
|
color: var(--scalar-button-1-color);
|
|
1996
1996
|
z-index: 1;
|
|
1997
1997
|
}
|
|
1998
|
-
.show-api-client-button[data-v-
|
|
1998
|
+
.show-api-client-button[data-v-15e312d9]:hover {
|
|
1999
1999
|
background: var(--scalar-button-1-hover);
|
|
2000
2000
|
}
|
|
2001
|
-
.show-api-client-button svg[data-v-
|
|
2001
|
+
.show-api-client-button svg[data-v-15e312d9] {
|
|
2002
2002
|
margin-right: 4px;
|
|
2003
2003
|
}
|
|
2004
2004
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2005
|
-
.operation-title[data-v-
|
|
2005
|
+
.operation-title[data-v-29d6b17f] {
|
|
2006
2006
|
justify-content: space-between;
|
|
2007
2007
|
display: flex;
|
|
2008
2008
|
}
|
|
2009
|
-
.operation-details[data-v-
|
|
2009
|
+
.operation-details[data-v-29d6b17f] {
|
|
2010
2010
|
flex-shrink: 1;
|
|
2011
2011
|
align-items: center;
|
|
2012
2012
|
gap: 9px;
|
|
@@ -2014,11 +2014,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2014
2014
|
margin-top: 0;
|
|
2015
2015
|
display: flex;
|
|
2016
2016
|
}
|
|
2017
|
-
.operation-details[data-v-
|
|
2017
|
+
.operation-details[data-v-29d6b17f] .endpoint-anchor .scalar-button svg {
|
|
2018
2018
|
width: 16px;
|
|
2019
2019
|
height: 16px;
|
|
2020
2020
|
}
|
|
2021
|
-
.endpoint-type[data-v-
|
|
2021
|
+
.endpoint-type[data-v-29d6b17f] {
|
|
2022
2022
|
z-index: 0;
|
|
2023
2023
|
width: 60px;
|
|
2024
2024
|
font-size: var(--scalar-small);
|
|
@@ -2033,7 +2033,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2033
2033
|
display: flex;
|
|
2034
2034
|
position: relative;
|
|
2035
2035
|
}
|
|
2036
|
-
.endpoint-type[data-v-
|
|
2036
|
+
.endpoint-type[data-v-29d6b17f]:after {
|
|
2037
2037
|
content: "";
|
|
2038
2038
|
z-index: -1;
|
|
2039
2039
|
opacity: .15;
|
|
@@ -2042,16 +2042,16 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2042
2042
|
position: absolute;
|
|
2043
2043
|
inset: 0;
|
|
2044
2044
|
}
|
|
2045
|
-
.endpoint-anchor[data-v-
|
|
2045
|
+
.endpoint-anchor[data-v-29d6b17f] {
|
|
2046
2046
|
flex-shrink: 1;
|
|
2047
2047
|
align-items: center;
|
|
2048
2048
|
min-width: 0;
|
|
2049
2049
|
display: flex;
|
|
2050
2050
|
}
|
|
2051
|
-
.endpoint-anchor.label[data-v-
|
|
2051
|
+
.endpoint-anchor.label[data-v-29d6b17f] {
|
|
2052
2052
|
display: flex;
|
|
2053
2053
|
}
|
|
2054
|
-
.endpoint-label[data-v-
|
|
2054
|
+
.endpoint-label[data-v-29d6b17f] {
|
|
2055
2055
|
min-width: 0;
|
|
2056
2056
|
color: var(--scalar-color-1);
|
|
2057
2057
|
flex-shrink: 1;
|
|
@@ -2059,17 +2059,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2059
2059
|
gap: 9px;
|
|
2060
2060
|
display: flex;
|
|
2061
2061
|
}
|
|
2062
|
-
.endpoint-label-path[data-v-
|
|
2062
|
+
.endpoint-label-path[data-v-29d6b17f] {
|
|
2063
2063
|
font-family: var(--scalar-font-code);
|
|
2064
2064
|
font-size: var(--scalar-mini);
|
|
2065
2065
|
text-overflow: ellipsis;
|
|
2066
2066
|
white-space: nowrap;
|
|
2067
2067
|
overflow: hidden;
|
|
2068
2068
|
}
|
|
2069
|
-
.endpoint-label-path[data-v-
|
|
2069
|
+
.endpoint-label-path[data-v-29d6b17f] em {
|
|
2070
2070
|
color: var(--scalar-color-2);
|
|
2071
2071
|
}
|
|
2072
|
-
.endpoint-label-name[data-v-
|
|
2072
|
+
.endpoint-label-name[data-v-29d6b17f] {
|
|
2073
2073
|
color: var(--scalar-color-2);
|
|
2074
2074
|
font-size: var(--scalar-small);
|
|
2075
2075
|
text-overflow: ellipsis;
|
|
@@ -2077,17 +2077,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2077
2077
|
flex-shrink: 1000000000;
|
|
2078
2078
|
overflow: hidden;
|
|
2079
2079
|
}
|
|
2080
|
-
.endpoint-try-hint[data-v-
|
|
2080
|
+
.endpoint-try-hint[data-v-29d6b17f] {
|
|
2081
2081
|
flex-shrink: 0;
|
|
2082
2082
|
padding: 2px;
|
|
2083
2083
|
}
|
|
2084
|
-
.endpoint-copy[data-v-
|
|
2084
|
+
.endpoint-copy[data-v-29d6b17f] {
|
|
2085
2085
|
color: currentColor;
|
|
2086
2086
|
}
|
|
2087
|
-
.endpoint-copy[data-v-
|
|
2087
|
+
.endpoint-copy[data-v-29d6b17f] svg {
|
|
2088
2088
|
stroke-width: 2px;
|
|
2089
2089
|
}
|
|
2090
|
-
.endpoint-content[data-v-
|
|
2090
|
+
.endpoint-content[data-v-29d6b17f] {
|
|
2091
2091
|
grid-auto-columns: 1fr;
|
|
2092
2092
|
grid-auto-flow: row;
|
|
2093
2093
|
gap: 9px;
|
|
@@ -2095,52 +2095,52 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2095
2095
|
display: grid;
|
|
2096
2096
|
}
|
|
2097
2097
|
@media (min-width: 1000px) {
|
|
2098
|
-
.endpoint-content[data-v-
|
|
2098
|
+
.endpoint-content[data-v-29d6b17f] {
|
|
2099
2099
|
grid-auto-flow: column;
|
|
2100
2100
|
}
|
|
2101
2101
|
}
|
|
2102
2102
|
@container (max-width: 900px) {
|
|
2103
|
-
.endpoint-content[data-v-
|
|
2103
|
+
.endpoint-content[data-v-29d6b17f] {
|
|
2104
2104
|
grid-template-columns: 1fr;
|
|
2105
2105
|
}
|
|
2106
2106
|
}
|
|
2107
|
-
.endpoint-content[data-v-
|
|
2107
|
+
.endpoint-content[data-v-29d6b17f] > * {
|
|
2108
2108
|
min-width: 0;
|
|
2109
2109
|
}
|
|
2110
|
-
.operation-details-card[data-v-
|
|
2110
|
+
.operation-details-card[data-v-29d6b17f] {
|
|
2111
2111
|
flex-direction: column;
|
|
2112
2112
|
gap: 12px;
|
|
2113
2113
|
min-width: 0;
|
|
2114
2114
|
display: flex;
|
|
2115
2115
|
}
|
|
2116
|
-
:is(.operation-details-card-item[data-v-
|
|
2116
|
+
:is(.operation-details-card-item[data-v-29d6b17f] .parameter-list, .operation-details-card-item[data-v-29d6b17f] .callbacks-list) {
|
|
2117
2117
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2118
2118
|
border-radius: var(--scalar-radius-lg);
|
|
2119
2119
|
margin-top: 0;
|
|
2120
2120
|
}
|
|
2121
|
-
.operation-details-card-item[data-v-
|
|
2121
|
+
.operation-details-card-item[data-v-29d6b17f] {
|
|
2122
2122
|
flex-direction: column;
|
|
2123
2123
|
gap: 12px;
|
|
2124
2124
|
display: flex;
|
|
2125
2125
|
}
|
|
2126
|
-
.operation-details-card-item[data-v-
|
|
2126
|
+
.operation-details-card-item[data-v-29d6b17f] .parameter-list-items {
|
|
2127
2127
|
margin-bottom: 0;
|
|
2128
2128
|
}
|
|
2129
|
-
.operation-details-card[data-v-
|
|
2129
|
+
.operation-details-card[data-v-29d6b17f] .parameter-item:last-of-type .parameter-schema {
|
|
2130
2130
|
padding-bottom: 12px;
|
|
2131
2131
|
}
|
|
2132
|
-
.operation-details-card[data-v-
|
|
2132
|
+
.operation-details-card[data-v-29d6b17f] .parameter-list .parameter-list {
|
|
2133
2133
|
margin-bottom: 12px;
|
|
2134
2134
|
}
|
|
2135
|
-
.operation-details-card[data-v-
|
|
2135
|
+
.operation-details-card[data-v-29d6b17f] .parameter-item {
|
|
2136
2136
|
margin: 0;
|
|
2137
2137
|
padding: 0;
|
|
2138
2138
|
}
|
|
2139
|
-
.operation-details-card[data-v-
|
|
2139
|
+
.operation-details-card[data-v-29d6b17f] .property {
|
|
2140
2140
|
margin: 0;
|
|
2141
2141
|
padding: 9px;
|
|
2142
2142
|
}
|
|
2143
|
-
:is(.operation-details-card[data-v-
|
|
2143
|
+
:is(.operation-details-card[data-v-29d6b17f] .parameter-list-title, .operation-details-card[data-v-29d6b17f] .request-body-title, .operation-details-card[data-v-29d6b17f] .callbacks-title) {
|
|
2144
2144
|
text-transform: uppercase;
|
|
2145
2145
|
font-weight: var(--scalar-bold);
|
|
2146
2146
|
font-size: var(--scalar-mini);
|
|
@@ -2149,61 +2149,61 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2149
2149
|
padding: 9px;
|
|
2150
2150
|
line-height: 1.33;
|
|
2151
2151
|
}
|
|
2152
|
-
.operation-details-card[data-v-
|
|
2152
|
+
.operation-details-card[data-v-29d6b17f] .callback-list-item-title {
|
|
2153
2153
|
padding-left: 28px;
|
|
2154
2154
|
padding-right: 12px;
|
|
2155
2155
|
}
|
|
2156
|
-
.operation-details-card[data-v-
|
|
2156
|
+
.operation-details-card[data-v-29d6b17f] .callback-list-item-icon {
|
|
2157
2157
|
left: 6px;
|
|
2158
2158
|
}
|
|
2159
|
-
.operation-details-card[data-v-
|
|
2159
|
+
.operation-details-card[data-v-29d6b17f] .callback-operation-container {
|
|
2160
2160
|
padding-inline: 9px;
|
|
2161
2161
|
padding-bottom: 9px;
|
|
2162
2162
|
}
|
|
2163
|
-
:is(.operation-details-card[data-v-
|
|
2163
|
+
:is(.operation-details-card[data-v-29d6b17f] .callback-operation-container > .request-body, .operation-details-card[data-v-29d6b17f] .callback-operation-container > .parameter-list) {
|
|
2164
2164
|
border: none;
|
|
2165
2165
|
}
|
|
2166
|
-
.operation-details-card[data-v-
|
|
2166
|
+
.operation-details-card[data-v-29d6b17f] .callback-operation-container > .request-body > .request-body-header {
|
|
2167
2167
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2168
2168
|
padding: 0 0 9px;
|
|
2169
2169
|
}
|
|
2170
|
-
.operation-details-card[data-v-
|
|
2170
|
+
.operation-details-card[data-v-29d6b17f] .request-body-description {
|
|
2171
2171
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2172
2172
|
margin-top: 0;
|
|
2173
2173
|
padding: 9px 9px 0;
|
|
2174
2174
|
}
|
|
2175
|
-
.operation-details-card[data-v-
|
|
2175
|
+
.operation-details-card[data-v-29d6b17f] .request-body {
|
|
2176
2176
|
border-radius: var(--scalar-radius-lg);
|
|
2177
2177
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2178
2178
|
margin-top: 0;
|
|
2179
2179
|
}
|
|
2180
|
-
.operation-details-card[data-v-
|
|
2180
|
+
.operation-details-card[data-v-29d6b17f] .request-body .schema-card--level-0 > .schema-card-description {
|
|
2181
2181
|
padding-inline: 9px;
|
|
2182
2182
|
}
|
|
2183
|
-
.operation-details-card[data-v-
|
|
2183
|
+
.operation-details-card[data-v-29d6b17f] .request-body-header {
|
|
2184
2184
|
border-bottom: 0;
|
|
2185
2185
|
padding-bottom: 0;
|
|
2186
2186
|
}
|
|
2187
|
-
.operation-details-card[data-v-
|
|
2187
|
+
.operation-details-card[data-v-29d6b17f] .contents button {
|
|
2188
2188
|
margin-right: 9px;
|
|
2189
2189
|
}
|
|
2190
|
-
.operation-details-card[data-v-
|
|
2190
|
+
.operation-details-card[data-v-29d6b17f] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
2191
2191
|
margin-inline: 9px;
|
|
2192
2192
|
margin-bottom: 9px;
|
|
2193
2193
|
}
|
|
2194
|
-
.operation-details-card[data-v-
|
|
2194
|
+
.operation-details-card[data-v-29d6b17f] .request-body-schema .property--level-0 {
|
|
2195
2195
|
padding: 0;
|
|
2196
2196
|
}
|
|
2197
|
-
.operation-details-card[data-v-
|
|
2197
|
+
.operation-details-card[data-v-29d6b17f] .selected-content-type {
|
|
2198
2198
|
margin-right: 9px;
|
|
2199
2199
|
}
|
|
2200
|
-
.operation-example-card[data-v-
|
|
2200
|
+
.operation-example-card[data-v-29d6b17f] {
|
|
2201
2201
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2202
2202
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
2203
2203
|
position: sticky;
|
|
2204
2204
|
}
|
|
2205
2205
|
@media (max-width: 600px) {
|
|
2206
|
-
.operation-example-card[data-v-
|
|
2206
|
+
.operation-example-card[data-v-29d6b17f] {
|
|
2207
2207
|
max-height: unset;
|
|
2208
2208
|
position: static;
|
|
2209
2209
|
}
|
|
@@ -2293,15 +2293,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2293
2293
|
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
2294
2294
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
2295
2295
|
}
|
|
2296
|
-
.examples[data-v-
|
|
2296
|
+
.examples[data-v-9c51b5c5] {
|
|
2297
2297
|
position: sticky;
|
|
2298
2298
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2299
2299
|
}
|
|
2300
|
-
.examples[data-v-
|
|
2300
|
+
.examples[data-v-9c51b5c5] > * {
|
|
2301
2301
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
2302
2302
|
position: relative;
|
|
2303
2303
|
}
|
|
2304
|
-
.examples[data-v-
|
|
2304
|
+
.examples[data-v-9c51b5c5] > *:first-of-type:last-of-type {
|
|
2305
2305
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
2306
2306
|
}
|
|
2307
2307
|
/*
|
|
@@ -2309,11 +2309,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2309
2309
|
* (or zoomed in screens)
|
|
2310
2310
|
*/
|
|
2311
2311
|
@media (max-width: 600px) {
|
|
2312
|
-
.examples[data-v-
|
|
2312
|
+
.examples[data-v-9c51b5c5] > * {
|
|
2313
2313
|
max-height: unset;
|
|
2314
2314
|
}
|
|
2315
2315
|
}
|
|
2316
|
-
.deprecated[data-v-
|
|
2316
|
+
.deprecated[data-v-9c51b5c5] * {
|
|
2317
2317
|
text-decoration: line-through;
|
|
2318
2318
|
}
|
|
2319
2319
|
.section-flare[data-v-2a9c8c02] {
|
|
@@ -2339,17 +2339,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2339
2339
|
}
|
|
2340
2340
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2341
2341
|
@media (max-width: 1000px) {
|
|
2342
|
-
.agent-scalar.agent-scalar[data-v-
|
|
2342
|
+
.agent-scalar.agent-scalar[data-v-1c6c3dbf] {
|
|
2343
2343
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
2344
2344
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
2345
2345
|
inset-inline: 0;
|
|
2346
2346
|
top: 48px;
|
|
2347
2347
|
}
|
|
2348
|
-
.agent-scalar.agent-scalar[data-v-
|
|
2348
|
+
.agent-scalar.agent-scalar[data-v-1c6c3dbf], .agent-scalar-overlay.agent-scalar-overlay[data-v-1c6c3dbf] {
|
|
2349
2349
|
z-index: 15;
|
|
2350
2350
|
}
|
|
2351
2351
|
}
|
|
2352
|
-
.scalar-mcp-layer[data-v-
|
|
2352
|
+
.scalar-mcp-layer[data-v-e53c0a75] {
|
|
2353
2353
|
gap: 2px;
|
|
2354
2354
|
display: flex;
|
|
2355
2355
|
flex-direction: column;
|
|
@@ -2359,13 +2359,13 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2359
2359
|
transition: all 0.4s ease-in-out;
|
|
2360
2360
|
height: 32px;
|
|
2361
2361
|
}
|
|
2362
|
-
.scalar-mcp-layer[data-v-
|
|
2362
|
+
.scalar-mcp-layer[data-v-e53c0a75]:hover {
|
|
2363
2363
|
height: 172px;
|
|
2364
2364
|
}
|
|
2365
|
-
.scalar-mcp-layer-link[data-v-
|
|
2365
|
+
.scalar-mcp-layer-link[data-v-e53c0a75]:hover {
|
|
2366
2366
|
cursor: pointer !important;
|
|
2367
2367
|
}
|
|
2368
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2368
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75] {
|
|
2369
2369
|
cursor: pointer;
|
|
2370
2370
|
width: 100%;
|
|
2371
2371
|
padding: 9px 6px;
|
|
@@ -2388,7 +2388,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2388
2388
|
bottom: 0;
|
|
2389
2389
|
}
|
|
2390
2390
|
/* increase click area for gap */
|
|
2391
|
-
.scalar-mcp-layer-link[data-v-
|
|
2391
|
+
.scalar-mcp-layer-link[data-v-e53c0a75]:after {
|
|
2392
2392
|
content: '';
|
|
2393
2393
|
position: absolute;
|
|
2394
2394
|
bottom: -2px;
|
|
@@ -2396,49 +2396,49 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2396
2396
|
width: 100%;
|
|
2397
2397
|
left: 0;
|
|
2398
2398
|
}
|
|
2399
|
-
.scalar-mcp-layer div.scalar-mcp-layer-link[data-v-
|
|
2399
|
+
.scalar-mcp-layer div.scalar-mcp-layer-link[data-v-e53c0a75] {
|
|
2400
2400
|
cursor: default;
|
|
2401
2401
|
}
|
|
2402
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2402
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75]:nth-last-child(1) {
|
|
2403
2403
|
transform: translate3d(0, 0, 0);
|
|
2404
2404
|
position: relative;
|
|
2405
2405
|
}
|
|
2406
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2406
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75]:nth-last-child(2) {
|
|
2407
2407
|
transform: translate3d(0, -2px, 0) scale(0.99);
|
|
2408
2408
|
}
|
|
2409
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
2409
|
+
.scalar-mcp-layer:hover a[data-v-e53c0a75]:nth-last-child(2) {
|
|
2410
2410
|
transform: translate3d(0, calc(-100% - 2px), 0) scale(0.99);
|
|
2411
2411
|
}
|
|
2412
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2412
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75]:nth-last-child(3) {
|
|
2413
2413
|
transform: translate3d(0, -4px, 0) scale(0.98);
|
|
2414
2414
|
}
|
|
2415
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
2415
|
+
.scalar-mcp-layer:hover a[data-v-e53c0a75]:nth-last-child(3) {
|
|
2416
2416
|
transform: translate3d(0, calc(-200% - 4px), 0) scale(1);
|
|
2417
2417
|
}
|
|
2418
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2418
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75]:nth-last-child(4) {
|
|
2419
2419
|
transform: translate3d(0, -6px, 0) scale(0.97);
|
|
2420
2420
|
}
|
|
2421
|
-
.scalar-mcp-layer:hover a[data-v-
|
|
2421
|
+
.scalar-mcp-layer:hover a[data-v-e53c0a75]:nth-last-child(4) {
|
|
2422
2422
|
transform: translate3d(0, calc(-300% - 6px), 0) scale(1);
|
|
2423
2423
|
}
|
|
2424
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2424
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75]:nth-last-child(5) {
|
|
2425
2425
|
transform: translate3d(0, -8px, 0) scale(0.96);
|
|
2426
2426
|
}
|
|
2427
|
-
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-
|
|
2427
|
+
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-e53c0a75]:nth-last-child(5) {
|
|
2428
2428
|
transform: translate3d(0, calc(-400% - 8px), 0) scale(1);
|
|
2429
2429
|
}
|
|
2430
|
-
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-
|
|
2430
|
+
.scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-e53c0a75] {
|
|
2431
2431
|
transition: transform 0.2s ease-in-out 0.1s;
|
|
2432
2432
|
}
|
|
2433
|
-
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-
|
|
2433
|
+
.scalar-mcp-layer .scalar-mcp-layer-link[data-v-e53c0a75]:hover {
|
|
2434
2434
|
background: var(--scalar-background-2);
|
|
2435
2435
|
}
|
|
2436
|
-
.scalar-mcp-layer .mcp-logo[data-v-
|
|
2436
|
+
.scalar-mcp-layer .mcp-logo[data-v-e53c0a75] {
|
|
2437
2437
|
width: 16px;
|
|
2438
2438
|
height: 16px;
|
|
2439
2439
|
color: var(--scalar-sidebar-color-1);
|
|
2440
2440
|
}
|
|
2441
|
-
.mcp-nav[data-v-
|
|
2441
|
+
.mcp-nav[data-v-e53c0a75] {
|
|
2442
2442
|
color: var(--scalar-sidebar-color-2);
|
|
2443
2443
|
}
|
|
2444
2444
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
@@ -10462,7 +10462,7 @@ to {
|
|
|
10462
10462
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10463
10463
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10464
10464
|
}
|
|
10465
|
-
[data-v-
|
|
10465
|
+
[data-v-2f50e5b7] .cm-content {
|
|
10466
10466
|
font-size: var(--scalar-small);
|
|
10467
10467
|
}
|
|
10468
10468
|
.form-group[data-v-43df1726] {
|
|
@@ -10518,31 +10518,31 @@ input[data-v-3157c3c7]::placeholder {
|
|
|
10518
10518
|
-webkit-text-security: disc;
|
|
10519
10519
|
-moz-text-security: disc;
|
|
10520
10520
|
}
|
|
10521
|
-
.request-section-content[data-v-
|
|
10521
|
+
.request-section-content[data-v-e0c182d2] {
|
|
10522
10522
|
--scalar-border-width: .5px;
|
|
10523
10523
|
}
|
|
10524
|
-
.request-section-content-filter[data-v-
|
|
10524
|
+
.request-section-content-filter[data-v-e0c182d2] {
|
|
10525
10525
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
10526
10526
|
}
|
|
10527
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
10527
|
+
.request-item:focus-within .request-meta-buttons[data-v-e0c182d2] {
|
|
10528
10528
|
opacity: 1;
|
|
10529
10529
|
}
|
|
10530
|
-
.group-hover-input[data-v-
|
|
10530
|
+
.group-hover-input[data-v-e0c182d2] {
|
|
10531
10531
|
border-width: var(--scalar-border-width);
|
|
10532
10532
|
border-color: #0000;
|
|
10533
10533
|
}
|
|
10534
|
-
.group:hover .group-hover-input[data-v-
|
|
10534
|
+
.group:hover .group-hover-input[data-v-e0c182d2] {
|
|
10535
10535
|
background: var(--scalar-background-1);
|
|
10536
10536
|
}
|
|
10537
10537
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10538
|
-
.group:hover .group-hover-input[data-v-
|
|
10538
|
+
.group:hover .group-hover-input[data-v-e0c182d2] {
|
|
10539
10539
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10540
10540
|
}
|
|
10541
10541
|
}
|
|
10542
|
-
.group:hover .group-hover-input[data-v-
|
|
10542
|
+
.group:hover .group-hover-input[data-v-e0c182d2] {
|
|
10543
10543
|
border-color: var(--scalar-border-color);
|
|
10544
10544
|
}
|
|
10545
|
-
.group-hover-input[data-v-
|
|
10545
|
+
.group-hover-input[data-v-e0c182d2]:focus {
|
|
10546
10546
|
border-color: var(--scalar-border-color) !important;
|
|
10547
10547
|
background: none !important;
|
|
10548
10548
|
}
|
|
@@ -10655,39 +10655,39 @@ to {
|
|
|
10655
10655
|
transform: translateY(0);
|
|
10656
10656
|
}
|
|
10657
10657
|
}
|
|
10658
|
-
.request-card[data-v-
|
|
10658
|
+
.request-card[data-v-f52db2cc] {
|
|
10659
10659
|
font-size: var(--scalar-font-size-3);
|
|
10660
10660
|
}
|
|
10661
|
-
.request-method[data-v-
|
|
10661
|
+
.request-method[data-v-f52db2cc] {
|
|
10662
10662
|
font-family: var(--scalar-font-code);
|
|
10663
10663
|
text-transform: uppercase;
|
|
10664
10664
|
margin-right: 6px;
|
|
10665
10665
|
}
|
|
10666
|
-
.request-card-footer[data-v-
|
|
10666
|
+
.request-card-footer[data-v-f52db2cc] {
|
|
10667
10667
|
flex-shrink: 0;
|
|
10668
10668
|
justify-content: flex-end;
|
|
10669
10669
|
padding: 6px;
|
|
10670
10670
|
display: flex;
|
|
10671
10671
|
position: relative;
|
|
10672
10672
|
}
|
|
10673
|
-
.request-card-footer-addon[data-v-
|
|
10673
|
+
.request-card-footer-addon[data-v-f52db2cc] {
|
|
10674
10674
|
flex: 1;
|
|
10675
10675
|
align-items: center;
|
|
10676
10676
|
min-width: 0;
|
|
10677
10677
|
display: flex;
|
|
10678
10678
|
}
|
|
10679
|
-
.request-editor-section[data-v-
|
|
10679
|
+
.request-editor-section[data-v-f52db2cc] {
|
|
10680
10680
|
flex: 1;
|
|
10681
10681
|
display: flex;
|
|
10682
10682
|
}
|
|
10683
|
-
.request-card-simple[data-v-
|
|
10683
|
+
.request-card-simple[data-v-f52db2cc] {
|
|
10684
10684
|
font-size: var(--scalar-small);
|
|
10685
10685
|
justify-content: space-between;
|
|
10686
10686
|
align-items: center;
|
|
10687
10687
|
padding: 8px 8px 8px 12px;
|
|
10688
10688
|
display: flex;
|
|
10689
10689
|
}
|
|
10690
|
-
.code-snippet[data-v-
|
|
10690
|
+
.code-snippet[data-v-f52db2cc] {
|
|
10691
10691
|
flex-direction: column;
|
|
10692
10692
|
width: 100%;
|
|
10693
10693
|
display: flex;
|
|
@@ -13450,7 +13450,7 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13450
13450
|
}
|
|
13451
13451
|
/* Configurable Layout Variables */
|
|
13452
13452
|
@layer scalar-config {
|
|
13453
|
-
.scalar-api-reference[data-v-
|
|
13453
|
+
.scalar-api-reference[data-v-274a4872] {
|
|
13454
13454
|
/* The header height */
|
|
13455
13455
|
--refs-header-height: calc(
|
|
13456
13456
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -13472,19 +13472,19 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13472
13472
|
/* The maximum width of the content column */
|
|
13473
13473
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
13474
13474
|
}
|
|
13475
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13475
|
+
.scalar-api-reference.references-classic[data-v-274a4872] {
|
|
13476
13476
|
/* Classic layout is wider */
|
|
13477
13477
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
13478
13478
|
min-height: 100dvh;
|
|
13479
13479
|
--refs-sidebar-width: 0;
|
|
13480
13480
|
}
|
|
13481
13481
|
}
|
|
13482
|
-
.t-doc__sidebar[data-v-
|
|
13482
|
+
.t-doc__sidebar[data-v-274a4872] {
|
|
13483
13483
|
z-index: 10;
|
|
13484
13484
|
}
|
|
13485
13485
|
/* ----------------------------------------------------- */
|
|
13486
13486
|
/* References Layout */
|
|
13487
|
-
.references-layout[data-v-
|
|
13487
|
+
.references-layout[data-v-274a4872] {
|
|
13488
13488
|
/* Try to fill the container */
|
|
13489
13489
|
min-height: 100dvh;
|
|
13490
13490
|
min-width: 100%;
|
|
@@ -13508,43 +13508,43 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13508
13508
|
|
|
13509
13509
|
background: var(--scalar-background-1);
|
|
13510
13510
|
}
|
|
13511
|
-
.references-editor[data-v-
|
|
13511
|
+
.references-editor[data-v-274a4872] {
|
|
13512
13512
|
grid-area: editor;
|
|
13513
13513
|
display: flex;
|
|
13514
13514
|
min-width: 0;
|
|
13515
13515
|
background: var(--scalar-background-1);
|
|
13516
13516
|
}
|
|
13517
|
-
.references-rendered[data-v-
|
|
13517
|
+
.references-rendered[data-v-274a4872] {
|
|
13518
13518
|
position: relative;
|
|
13519
13519
|
grid-area: rendered;
|
|
13520
13520
|
min-width: 0;
|
|
13521
13521
|
background: var(--scalar-background-1);
|
|
13522
13522
|
}
|
|
13523
|
-
.scalar-api-reference.references-classic[data-v-
|
|
13524
|
-
.references-classic .references-rendered[data-v-
|
|
13523
|
+
.scalar-api-reference.references-classic[data-v-274a4872],
|
|
13524
|
+
.references-classic .references-rendered[data-v-274a4872] {
|
|
13525
13525
|
height: initial !important;
|
|
13526
13526
|
max-height: initial !important;
|
|
13527
13527
|
}
|
|
13528
13528
|
@layer scalar-config {
|
|
13529
|
-
.references-sidebar[data-v-
|
|
13529
|
+
.references-sidebar[data-v-274a4872] {
|
|
13530
13530
|
/* Set a default width if references are enabled */
|
|
13531
13531
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
13532
13532
|
}
|
|
13533
13533
|
}
|
|
13534
13534
|
/* Footer */
|
|
13535
|
-
.references-footer[data-v-
|
|
13535
|
+
.references-footer[data-v-274a4872] {
|
|
13536
13536
|
grid-area: footer;
|
|
13537
13537
|
}
|
|
13538
13538
|
/* ----------------------------------------------------- */
|
|
13539
13539
|
/* Responsive / Mobile Layout */
|
|
13540
13540
|
@media (max-width: 1000px) {
|
|
13541
13541
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
13542
|
-
.references-developer-tools[data-v-
|
|
13542
|
+
.references-developer-tools[data-v-274a4872] {
|
|
13543
13543
|
display: none;
|
|
13544
13544
|
}
|
|
13545
13545
|
|
|
13546
13546
|
/* Stack view on mobile */
|
|
13547
|
-
.references-layout[data-v-
|
|
13547
|
+
.references-layout[data-v-274a4872] {
|
|
13548
13548
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
13549
13549
|
--refs-sidebar-height: calc(
|
|
13550
13550
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -13559,13 +13559,13 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13559
13559
|
'rendered'
|
|
13560
13560
|
'footer';
|
|
13561
13561
|
}
|
|
13562
|
-
.references-editable[data-v-
|
|
13562
|
+
.references-editable[data-v-274a4872] {
|
|
13563
13563
|
grid-template-areas:
|
|
13564
13564
|
'header'
|
|
13565
13565
|
'navigation'
|
|
13566
13566
|
'editor';
|
|
13567
13567
|
}
|
|
13568
|
-
.references-rendered[data-v-
|
|
13568
|
+
.references-rendered[data-v-274a4872] {
|
|
13569
13569
|
position: static;
|
|
13570
13570
|
}
|
|
13571
13571
|
}
|
|
@@ -13575,11 +13575,11 @@ div + .userMessage[data-v-db4ff6c9] {
|
|
|
13575
13575
|
* when the new elements are available
|
|
13576
13576
|
*/
|
|
13577
13577
|
@media (max-width: 1000px) {
|
|
13578
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
13578
|
+
.scalar-api-references-standalone-mobile[data-v-274a4872]:not(.references-classic) {
|
|
13579
13579
|
--scalar-header-height: 50px;
|
|
13580
13580
|
}
|
|
13581
13581
|
}
|
|
13582
|
-
.darklight-reference[data-v-
|
|
13582
|
+
.darklight-reference[data-v-274a4872] {
|
|
13583
13583
|
width: 100%;
|
|
13584
13584
|
margin-top: auto;
|
|
13585
13585
|
}
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"testing",
|
|
19
19
|
"react"
|
|
20
20
|
],
|
|
21
|
-
"version": "0.9.
|
|
21
|
+
"version": "0.9.15",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-reference": "1.49.
|
|
43
|
-
"@scalar/types": "0.7.
|
|
42
|
+
"@scalar/api-reference": "1.49.5",
|
|
43
|
+
"@scalar/types": "0.7.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/react": "^19.2.7",
|