@scalar/api-reference-react 0.9.24 → 0.9.26
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 +4 -0
- package/dist/style.css +177 -155
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -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-ee3d2806] {
|
|
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-ee3d2806]: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-ee3d2806],
|
|
1064
|
+
.property--compact.property--level-1[data-v-ee3d2806] {
|
|
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-ee3d2806] {
|
|
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-ee3d2806] {
|
|
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-ee3d2806]: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-ee3d2806] {
|
|
1081
1081
|
background: repeating-linear-gradient(
|
|
1082
1082
|
-45deg,
|
|
1083
1083
|
var(--scalar-background-2) 0,
|
|
@@ -1087,46 +1087,49 @@ 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-ee3d2806] > * {
|
|
1091
1091
|
opacity: 0.75;
|
|
1092
1092
|
}
|
|
1093
|
-
.property-description[data-v-
|
|
1093
|
+
.property-description[data-v-ee3d2806] {
|
|
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-ee3d2806]:has(+ .property-rule) {
|
|
1099
1099
|
margin-bottom: 9px;
|
|
1100
1100
|
}
|
|
1101
|
-
[data-v-
|
|
1101
|
+
[data-v-ee3d2806] .property-description * {
|
|
1102
1102
|
color: var(--scalar-color-2) !important;
|
|
1103
1103
|
}
|
|
1104
|
-
.property[data-v-
|
|
1104
|
+
.property[data-v-ee3d2806]: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-ee3d2806],
|
|
1108
|
+
.children + .property-rule[data-v-ee3d2806] {
|
|
1109
1109
|
margin-top: 9px;
|
|
1110
1110
|
}
|
|
1111
|
-
.children[data-v-
|
|
1111
|
+
.children[data-v-ee3d2806] {
|
|
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-ee3d2806] {
|
|
1116
1116
|
padding: 12px;
|
|
1117
1117
|
}
|
|
1118
|
-
.property-example-value[data-v-
|
|
1118
|
+
.property-example-value[data-v-ee3d2806] {
|
|
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-ee3d2806] {
|
|
1125
1125
|
border-radius: var(--scalar-radius-lg);
|
|
1126
1126
|
display: flex;
|
|
1127
1127
|
flex-direction: column;
|
|
1128
1128
|
}
|
|
1129
|
-
.property-
|
|
1129
|
+
.property--level-2[data-v-ee3d2806] .relative > button {
|
|
1130
|
+
left: -2rem;
|
|
1131
|
+
}
|
|
1132
|
+
.property-rule[data-v-ee3d2806]
|
|
1130
1133
|
|
|
1131
1134
|
.composition-panel
|
|
1132
1135
|
.schema-card--level-1
|
|
@@ -1134,7 +1137,7 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1134
1137
|
{
|
|
1135
1138
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
1136
1139
|
}
|
|
1137
|
-
.property-rule[data-v-
|
|
1140
|
+
.property-rule[data-v-ee3d2806]
|
|
1138
1141
|
.composition-panel > .schema-card > .schema-card-description {
|
|
1139
1142
|
padding: 10px;
|
|
1140
1143
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -1143,29 +1146,29 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1143
1146
|
margin-top: 0;
|
|
1144
1147
|
}
|
|
1145
1148
|
}
|
|
1146
|
-
.property-example[data-v-
|
|
1149
|
+
.property-example[data-v-ee3d2806] {
|
|
1147
1150
|
background: transparent;
|
|
1148
1151
|
border: none;
|
|
1149
1152
|
display: flex;
|
|
1150
1153
|
flex-direction: row;
|
|
1151
1154
|
gap: 8px;
|
|
1152
1155
|
}
|
|
1153
|
-
.property-example-label[data-v-
|
|
1154
|
-
.property-example-value[data-v-
|
|
1156
|
+
.property-example-label[data-v-ee3d2806],
|
|
1157
|
+
.property-example-value[data-v-ee3d2806] {
|
|
1155
1158
|
padding: 3px 0 0 0;
|
|
1156
1159
|
}
|
|
1157
|
-
.property-example-value[data-v-
|
|
1160
|
+
.property-example-value[data-v-ee3d2806] {
|
|
1158
1161
|
background: var(--scalar-background-2);
|
|
1159
1162
|
border-top: 0;
|
|
1160
1163
|
border-radius: var(--scalar-radius);
|
|
1161
1164
|
padding: 3px 4px;
|
|
1162
1165
|
}
|
|
1163
|
-
.property-name[data-v-
|
|
1166
|
+
.property-name[data-v-ee3d2806] {
|
|
1164
1167
|
font-family: var(--scalar-font-code);
|
|
1165
1168
|
font-weight: var(--scalar-semibold);
|
|
1166
1169
|
}
|
|
1167
|
-
.property-name-additional-properties[data-v-
|
|
1168
|
-
.property-name-pattern-properties[data-v-
|
|
1170
|
+
.property-name-additional-properties[data-v-ee3d2806]::before,
|
|
1171
|
+
.property-name-pattern-properties[data-v-ee3d2806]::before {
|
|
1169
1172
|
text-transform: uppercase;
|
|
1170
1173
|
font-size: var(--scalar-micro);
|
|
1171
1174
|
display: inline-block;
|
|
@@ -1176,11 +1179,11 @@ code.property-detail-value[data-v-1295f965] {
|
|
|
1176
1179
|
background-color: var(--scalar-background-2);
|
|
1177
1180
|
margin-right: 4px;
|
|
1178
1181
|
}
|
|
1179
|
-
.property-name-pattern-properties[data-v-
|
|
1182
|
+
.property-name-pattern-properties[data-v-ee3d2806]::before {
|
|
1180
1183
|
content: 'regex';
|
|
1181
1184
|
}
|
|
1182
|
-
.property-name-additional-properties[data-v-
|
|
1183
|
-
.property-name-pattern-properties[data-v-
|
|
1185
|
+
.property-name-additional-properties[data-v-ee3d2806],
|
|
1186
|
+
.property-name-pattern-properties[data-v-ee3d2806] {
|
|
1184
1187
|
border: 1px dashed var(--scalar-border-color);
|
|
1185
1188
|
color: var(--scalar-color-accent);
|
|
1186
1189
|
display: inline-block;
|
|
@@ -1637,10 +1640,10 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1637
1640
|
outline-offset: 2px;
|
|
1638
1641
|
border-radius: var(--scalar-radius);
|
|
1639
1642
|
}
|
|
1640
|
-
.request-body[data-v-
|
|
1643
|
+
.request-body[data-v-86d21430] {
|
|
1641
1644
|
margin-top: 24px;
|
|
1642
1645
|
}
|
|
1643
|
-
.request-body-header[data-v-
|
|
1646
|
+
.request-body-header[data-v-86d21430] {
|
|
1644
1647
|
display: flex;
|
|
1645
1648
|
align-items: center;
|
|
1646
1649
|
justify-content: space-between;
|
|
@@ -1648,7 +1651,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1648
1651
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1649
1652
|
flex-flow: wrap;
|
|
1650
1653
|
}
|
|
1651
|
-
.request-body-title[data-v-
|
|
1654
|
+
.request-body-title[data-v-86d21430] {
|
|
1652
1655
|
display: flex;
|
|
1653
1656
|
align-items: center;
|
|
1654
1657
|
gap: 8px;
|
|
@@ -1656,7 +1659,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1656
1659
|
font-weight: var(--scalar-semibold);
|
|
1657
1660
|
color: var(--scalar-color-1);
|
|
1658
1661
|
}
|
|
1659
|
-
.request-body-required[data-v-
|
|
1662
|
+
.request-body-required[data-v-86d21430] {
|
|
1660
1663
|
font-size: var(--scalar-micro);
|
|
1661
1664
|
color: var(--scalar-color-orange);
|
|
1662
1665
|
font-weight: normal;
|
|
@@ -1665,21 +1668,21 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1665
1668
|
padding: 2px 8px;
|
|
1666
1669
|
height: 20px;
|
|
1667
1670
|
}
|
|
1668
|
-
.request-body-description[data-v-
|
|
1671
|
+
.request-body-description[data-v-86d21430] {
|
|
1669
1672
|
margin-top: 6px;
|
|
1670
1673
|
font-size: var(--scalar-small);
|
|
1671
1674
|
width: 100%;
|
|
1672
1675
|
}
|
|
1673
1676
|
.request-body-header
|
|
1674
|
-
+ .request-body-schema[data-v-
|
|
1677
|
+
+ .request-body-schema[data-v-86d21430]:has(> .schema-card > .schema-card-description),
|
|
1675
1678
|
.request-body-header
|
|
1676
|
-
+ .request-body-schema[data-v-
|
|
1679
|
+
+ .request-body-schema[data-v-86d21430]:has(
|
|
1677
1680
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
1678
1681
|
) {
|
|
1679
1682
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
1680
1683
|
padding-top: 8px;
|
|
1681
1684
|
}
|
|
1682
|
-
.request-body-description[data-v-
|
|
1685
|
+
.request-body-description[data-v-86d21430] .markdown * {
|
|
1683
1686
|
color: var(--scalar-color-2) !important;
|
|
1684
1687
|
}
|
|
1685
1688
|
.callback-sticky-offset[data-v-12fe1373] {
|
|
@@ -2026,11 +2029,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2026
2029
|
margin-right: 4px;
|
|
2027
2030
|
}
|
|
2028
2031
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2029
|
-
.operation-title[data-v-
|
|
2032
|
+
.operation-title[data-v-85ee673b] {
|
|
2030
2033
|
justify-content: space-between;
|
|
2031
2034
|
display: flex;
|
|
2032
2035
|
}
|
|
2033
|
-
.operation-details[data-v-
|
|
2036
|
+
.operation-details[data-v-85ee673b] {
|
|
2034
2037
|
flex-shrink: 1;
|
|
2035
2038
|
align-items: center;
|
|
2036
2039
|
gap: 9px;
|
|
@@ -2038,11 +2041,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2038
2041
|
margin-top: 0;
|
|
2039
2042
|
display: flex;
|
|
2040
2043
|
}
|
|
2041
|
-
.operation-details[data-v-
|
|
2044
|
+
.operation-details[data-v-85ee673b] .endpoint-anchor .scalar-button svg {
|
|
2042
2045
|
width: 16px;
|
|
2043
2046
|
height: 16px;
|
|
2044
2047
|
}
|
|
2045
|
-
.endpoint-type[data-v-
|
|
2048
|
+
.endpoint-type[data-v-85ee673b] {
|
|
2046
2049
|
z-index: 0;
|
|
2047
2050
|
width: 60px;
|
|
2048
2051
|
font-size: var(--scalar-small);
|
|
@@ -2057,7 +2060,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2057
2060
|
display: flex;
|
|
2058
2061
|
position: relative;
|
|
2059
2062
|
}
|
|
2060
|
-
.endpoint-type[data-v-
|
|
2063
|
+
.endpoint-type[data-v-85ee673b]:after {
|
|
2061
2064
|
content: "";
|
|
2062
2065
|
z-index: -1;
|
|
2063
2066
|
opacity: .15;
|
|
@@ -2066,16 +2069,16 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2066
2069
|
position: absolute;
|
|
2067
2070
|
inset: 0;
|
|
2068
2071
|
}
|
|
2069
|
-
.endpoint-anchor[data-v-
|
|
2072
|
+
.endpoint-anchor[data-v-85ee673b] {
|
|
2070
2073
|
flex-shrink: 1;
|
|
2071
2074
|
align-items: center;
|
|
2072
2075
|
min-width: 0;
|
|
2073
2076
|
display: flex;
|
|
2074
2077
|
}
|
|
2075
|
-
.endpoint-anchor.label[data-v-
|
|
2078
|
+
.endpoint-anchor.label[data-v-85ee673b] {
|
|
2076
2079
|
display: flex;
|
|
2077
2080
|
}
|
|
2078
|
-
.endpoint-label[data-v-
|
|
2081
|
+
.endpoint-label[data-v-85ee673b] {
|
|
2079
2082
|
min-width: 0;
|
|
2080
2083
|
color: var(--scalar-color-1);
|
|
2081
2084
|
flex-shrink: 1;
|
|
@@ -2083,17 +2086,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2083
2086
|
gap: 9px;
|
|
2084
2087
|
display: flex;
|
|
2085
2088
|
}
|
|
2086
|
-
.endpoint-label-path[data-v-
|
|
2089
|
+
.endpoint-label-path[data-v-85ee673b] {
|
|
2087
2090
|
font-family: var(--scalar-font-code);
|
|
2088
2091
|
font-size: var(--scalar-mini);
|
|
2089
2092
|
text-overflow: ellipsis;
|
|
2090
2093
|
white-space: nowrap;
|
|
2091
2094
|
overflow: hidden;
|
|
2092
2095
|
}
|
|
2093
|
-
.endpoint-label-path[data-v-
|
|
2096
|
+
.endpoint-label-path[data-v-85ee673b] em {
|
|
2094
2097
|
color: var(--scalar-color-2);
|
|
2095
2098
|
}
|
|
2096
|
-
.endpoint-label-name[data-v-
|
|
2099
|
+
.endpoint-label-name[data-v-85ee673b] {
|
|
2097
2100
|
color: var(--scalar-color-2);
|
|
2098
2101
|
font-size: var(--scalar-small);
|
|
2099
2102
|
text-overflow: ellipsis;
|
|
@@ -2101,17 +2104,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2101
2104
|
flex-shrink: 1000000000;
|
|
2102
2105
|
overflow: hidden;
|
|
2103
2106
|
}
|
|
2104
|
-
.endpoint-try-hint[data-v-
|
|
2107
|
+
.endpoint-try-hint[data-v-85ee673b] {
|
|
2105
2108
|
flex-shrink: 0;
|
|
2106
2109
|
padding: 2px;
|
|
2107
2110
|
}
|
|
2108
|
-
.endpoint-copy[data-v-
|
|
2111
|
+
.endpoint-copy[data-v-85ee673b] {
|
|
2109
2112
|
color: currentColor;
|
|
2110
2113
|
}
|
|
2111
|
-
.endpoint-copy[data-v-
|
|
2114
|
+
.endpoint-copy[data-v-85ee673b] svg {
|
|
2112
2115
|
stroke-width: 2px;
|
|
2113
2116
|
}
|
|
2114
|
-
.endpoint-content[data-v-
|
|
2117
|
+
.endpoint-content[data-v-85ee673b] {
|
|
2115
2118
|
grid-auto-columns: 1fr;
|
|
2116
2119
|
grid-auto-flow: row;
|
|
2117
2120
|
gap: 9px;
|
|
@@ -2119,52 +2122,52 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2119
2122
|
display: grid;
|
|
2120
2123
|
}
|
|
2121
2124
|
@media (min-width: 1000px) {
|
|
2122
|
-
.endpoint-content[data-v-
|
|
2125
|
+
.endpoint-content[data-v-85ee673b] {
|
|
2123
2126
|
grid-auto-flow: column;
|
|
2124
2127
|
}
|
|
2125
2128
|
}
|
|
2126
2129
|
@container (max-width: 900px) {
|
|
2127
|
-
.endpoint-content[data-v-
|
|
2130
|
+
.endpoint-content[data-v-85ee673b] {
|
|
2128
2131
|
grid-template-columns: 1fr;
|
|
2129
2132
|
}
|
|
2130
2133
|
}
|
|
2131
|
-
.endpoint-content[data-v-
|
|
2134
|
+
.endpoint-content[data-v-85ee673b] > * {
|
|
2132
2135
|
min-width: 0;
|
|
2133
2136
|
}
|
|
2134
|
-
.operation-details-card[data-v-
|
|
2137
|
+
.operation-details-card[data-v-85ee673b] {
|
|
2135
2138
|
flex-direction: column;
|
|
2136
2139
|
gap: 12px;
|
|
2137
2140
|
min-width: 0;
|
|
2138
2141
|
display: flex;
|
|
2139
2142
|
}
|
|
2140
|
-
:is(.operation-details-card-item[data-v-
|
|
2143
|
+
:is(.operation-details-card-item[data-v-85ee673b] .parameter-list, .operation-details-card-item[data-v-85ee673b] .callbacks-list) {
|
|
2141
2144
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2142
2145
|
border-radius: var(--scalar-radius-lg);
|
|
2143
2146
|
margin-top: 0;
|
|
2144
2147
|
}
|
|
2145
|
-
.operation-details-card-item[data-v-
|
|
2148
|
+
.operation-details-card-item[data-v-85ee673b] {
|
|
2146
2149
|
flex-direction: column;
|
|
2147
2150
|
gap: 12px;
|
|
2148
2151
|
display: flex;
|
|
2149
2152
|
}
|
|
2150
|
-
.operation-details-card-item[data-v-
|
|
2153
|
+
.operation-details-card-item[data-v-85ee673b] .parameter-list-items {
|
|
2151
2154
|
margin-bottom: 0;
|
|
2152
2155
|
}
|
|
2153
|
-
.operation-details-card[data-v-
|
|
2156
|
+
.operation-details-card[data-v-85ee673b] .parameter-item:last-of-type .parameter-schema {
|
|
2154
2157
|
padding-bottom: 12px;
|
|
2155
2158
|
}
|
|
2156
|
-
.operation-details-card[data-v-
|
|
2159
|
+
.operation-details-card[data-v-85ee673b] .parameter-list .parameter-list {
|
|
2157
2160
|
margin-bottom: 12px;
|
|
2158
2161
|
}
|
|
2159
|
-
.operation-details-card[data-v-
|
|
2162
|
+
.operation-details-card[data-v-85ee673b] .parameter-item {
|
|
2160
2163
|
margin: 0;
|
|
2161
2164
|
padding: 0;
|
|
2162
2165
|
}
|
|
2163
|
-
.operation-details-card[data-v-
|
|
2166
|
+
.operation-details-card[data-v-85ee673b] .property {
|
|
2164
2167
|
margin: 0;
|
|
2165
2168
|
padding: 9px;
|
|
2166
2169
|
}
|
|
2167
|
-
:is(.operation-details-card[data-v-
|
|
2170
|
+
:is(.operation-details-card[data-v-85ee673b] .parameter-list-title, .operation-details-card[data-v-85ee673b] .request-body-title, .operation-details-card[data-v-85ee673b] .callbacks-title) {
|
|
2168
2171
|
text-transform: uppercase;
|
|
2169
2172
|
font-weight: var(--scalar-bold);
|
|
2170
2173
|
font-size: var(--scalar-mini);
|
|
@@ -2173,61 +2176,61 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2173
2176
|
padding: 9px;
|
|
2174
2177
|
line-height: 1.33;
|
|
2175
2178
|
}
|
|
2176
|
-
.operation-details-card[data-v-
|
|
2179
|
+
.operation-details-card[data-v-85ee673b] .callback-list-item-title {
|
|
2177
2180
|
padding-left: 28px;
|
|
2178
2181
|
padding-right: 12px;
|
|
2179
2182
|
}
|
|
2180
|
-
.operation-details-card[data-v-
|
|
2183
|
+
.operation-details-card[data-v-85ee673b] .callback-list-item-icon {
|
|
2181
2184
|
left: 6px;
|
|
2182
2185
|
}
|
|
2183
|
-
.operation-details-card[data-v-
|
|
2186
|
+
.operation-details-card[data-v-85ee673b] .callback-operation-container {
|
|
2184
2187
|
padding-inline: 9px;
|
|
2185
2188
|
padding-bottom: 9px;
|
|
2186
2189
|
}
|
|
2187
|
-
:is(.operation-details-card[data-v-
|
|
2190
|
+
:is(.operation-details-card[data-v-85ee673b] .callback-operation-container > .request-body, .operation-details-card[data-v-85ee673b] .callback-operation-container > .parameter-list) {
|
|
2188
2191
|
border: none;
|
|
2189
2192
|
}
|
|
2190
|
-
.operation-details-card[data-v-
|
|
2193
|
+
.operation-details-card[data-v-85ee673b] .callback-operation-container > .request-body > .request-body-header {
|
|
2191
2194
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2192
2195
|
padding: 0 0 9px;
|
|
2193
2196
|
}
|
|
2194
|
-
.operation-details-card[data-v-
|
|
2197
|
+
.operation-details-card[data-v-85ee673b] .request-body-description {
|
|
2195
2198
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2196
2199
|
margin-top: 0;
|
|
2197
2200
|
padding: 9px 9px 0;
|
|
2198
2201
|
}
|
|
2199
|
-
.operation-details-card[data-v-
|
|
2202
|
+
.operation-details-card[data-v-85ee673b] .request-body {
|
|
2200
2203
|
border-radius: var(--scalar-radius-lg);
|
|
2201
2204
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2202
2205
|
margin-top: 0;
|
|
2203
2206
|
}
|
|
2204
|
-
.operation-details-card[data-v-
|
|
2207
|
+
.operation-details-card[data-v-85ee673b] .request-body .schema-card--level-0 > .schema-card-description {
|
|
2205
2208
|
padding-inline: 9px;
|
|
2206
2209
|
}
|
|
2207
|
-
.operation-details-card[data-v-
|
|
2210
|
+
.operation-details-card[data-v-85ee673b] .request-body-header {
|
|
2208
2211
|
border-bottom: 0;
|
|
2209
2212
|
padding-bottom: 0;
|
|
2210
2213
|
}
|
|
2211
|
-
.operation-details-card[data-v-
|
|
2214
|
+
.operation-details-card[data-v-85ee673b] .contents button {
|
|
2212
2215
|
margin-right: 9px;
|
|
2213
2216
|
}
|
|
2214
|
-
.operation-details-card[data-v-
|
|
2217
|
+
.operation-details-card[data-v-85ee673b] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
2215
2218
|
margin-inline: 9px;
|
|
2216
2219
|
margin-bottom: 9px;
|
|
2217
2220
|
}
|
|
2218
|
-
.operation-details-card[data-v-
|
|
2221
|
+
.operation-details-card[data-v-85ee673b] .request-body-schema .property--level-0 {
|
|
2219
2222
|
padding: 0;
|
|
2220
2223
|
}
|
|
2221
|
-
.operation-details-card[data-v-
|
|
2224
|
+
.operation-details-card[data-v-85ee673b] .selected-content-type {
|
|
2222
2225
|
margin-right: 9px;
|
|
2223
2226
|
}
|
|
2224
|
-
.operation-example-card[data-v-
|
|
2227
|
+
.operation-example-card[data-v-85ee673b] {
|
|
2225
2228
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2226
2229
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
2227
2230
|
position: sticky;
|
|
2228
2231
|
}
|
|
2229
2232
|
@media (max-width: 600px) {
|
|
2230
|
-
.operation-example-card[data-v-
|
|
2233
|
+
.operation-example-card[data-v-85ee673b] {
|
|
2231
2234
|
max-height: unset;
|
|
2232
2235
|
position: static;
|
|
2233
2236
|
}
|
|
@@ -2317,15 +2320,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2317
2320
|
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
2318
2321
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
2319
2322
|
}
|
|
2320
|
-
.examples[data-v-
|
|
2323
|
+
.examples[data-v-e96cd75a] {
|
|
2321
2324
|
position: sticky;
|
|
2322
2325
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2323
2326
|
}
|
|
2324
|
-
.examples[data-v-
|
|
2327
|
+
.examples[data-v-e96cd75a] > * {
|
|
2325
2328
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
2326
2329
|
position: relative;
|
|
2327
2330
|
}
|
|
2328
|
-
.examples[data-v-
|
|
2331
|
+
.examples[data-v-e96cd75a] > *:first-of-type:last-of-type {
|
|
2329
2332
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
2330
2333
|
}
|
|
2331
2334
|
/*
|
|
@@ -2333,14 +2336,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2333
2336
|
* (or zoomed in screens)
|
|
2334
2337
|
*/
|
|
2335
2338
|
@media (max-width: 600px) {
|
|
2336
|
-
.examples[data-v-
|
|
2339
|
+
.examples[data-v-e96cd75a] > * {
|
|
2337
2340
|
max-height: unset;
|
|
2338
2341
|
}
|
|
2339
2342
|
}
|
|
2340
|
-
.deprecated[data-v-
|
|
2343
|
+
.deprecated[data-v-e96cd75a] * {
|
|
2341
2344
|
text-decoration: line-through;
|
|
2342
2345
|
}
|
|
2343
|
-
.section-flare[data-v-
|
|
2346
|
+
.section-flare[data-v-5cebff7a] {
|
|
2347
|
+
position: fixed;
|
|
2344
2348
|
top: 0;
|
|
2345
2349
|
right: 0;
|
|
2346
2350
|
pointer-events: none;
|
|
@@ -5765,8 +5769,8 @@ to {
|
|
|
5765
5769
|
.scalar-app .left-2\.5 {
|
|
5766
5770
|
left: 10px;
|
|
5767
5771
|
}
|
|
5768
|
-
.scalar-app .left-
|
|
5769
|
-
left:
|
|
5772
|
+
.scalar-app .left-3 {
|
|
5773
|
+
left: 12px;
|
|
5770
5774
|
}
|
|
5771
5775
|
.scalar-app .left-border {
|
|
5772
5776
|
left: var(--scalar-border-width);
|
|
@@ -6781,6 +6785,9 @@ to {
|
|
|
6781
6785
|
.scalar-app .top-4 {
|
|
6782
6786
|
top: 16px;
|
|
6783
6787
|
}
|
|
6788
|
+
.scalar-app .top-14 {
|
|
6789
|
+
top: 56px;
|
|
6790
|
+
}
|
|
6784
6791
|
.scalar-app .top-\[calc\(100\%\+4px\)\] {
|
|
6785
6792
|
top: calc(100% + 4px);
|
|
6786
6793
|
}
|
|
@@ -6826,8 +6833,8 @@ to {
|
|
|
6826
6833
|
.scalar-app .left-2 {
|
|
6827
6834
|
left: 8px;
|
|
6828
6835
|
}
|
|
6829
|
-
.scalar-app .left-
|
|
6830
|
-
left:
|
|
6836
|
+
.scalar-app .left-4 {
|
|
6837
|
+
left: 16px;
|
|
6831
6838
|
}
|
|
6832
6839
|
.scalar-app .-z-1 {
|
|
6833
6840
|
z-index: calc(1 * -1);
|
|
@@ -6838,21 +6845,18 @@ to {
|
|
|
6838
6845
|
.scalar-app .z-1 {
|
|
6839
6846
|
z-index: 1;
|
|
6840
6847
|
}
|
|
6841
|
-
.scalar-app .z-2 {
|
|
6842
|
-
z-index: 2;
|
|
6843
|
-
}
|
|
6844
6848
|
.scalar-app .z-10 {
|
|
6845
6849
|
z-index: 10;
|
|
6846
6850
|
}
|
|
6847
6851
|
.scalar-app .z-50 {
|
|
6848
6852
|
z-index: 50;
|
|
6849
6853
|
}
|
|
6854
|
+
.scalar-app .z-60 {
|
|
6855
|
+
z-index: 60;
|
|
6856
|
+
}
|
|
6850
6857
|
.scalar-app .z-\[1\] {
|
|
6851
6858
|
z-index: 1;
|
|
6852
6859
|
}
|
|
6853
|
-
.scalar-app .z-\[60\] {
|
|
6854
|
-
z-index: 60;
|
|
6855
|
-
}
|
|
6856
6860
|
.scalar-app .z-context {
|
|
6857
6861
|
z-index: 1000;
|
|
6858
6862
|
}
|
|
@@ -7194,6 +7198,9 @@ to {
|
|
|
7194
7198
|
.scalar-app .h-full {
|
|
7195
7199
|
height: 100%;
|
|
7196
7200
|
}
|
|
7201
|
+
.scalar-app .h-header {
|
|
7202
|
+
height: 48px;
|
|
7203
|
+
}
|
|
7197
7204
|
.scalar-app .h-min {
|
|
7198
7205
|
height: min-content;
|
|
7199
7206
|
}
|
|
@@ -9057,15 +9064,18 @@ to {
|
|
|
9057
9064
|
.scalar-app .max-md\:absolute\! {
|
|
9058
9065
|
position: absolute !important;
|
|
9059
9066
|
}
|
|
9060
|
-
.scalar-app .max-md\:fixed\! {
|
|
9061
|
-
position: fixed !important;
|
|
9062
|
-
}
|
|
9063
9067
|
.scalar-app .max-md\:inset-y-0 {
|
|
9064
9068
|
inset-block: 0;
|
|
9065
9069
|
}
|
|
9070
|
+
.scalar-app .max-md\:top-4 {
|
|
9071
|
+
top: 16px;
|
|
9072
|
+
}
|
|
9066
9073
|
.scalar-app .max-md\:z-2 {
|
|
9067
9074
|
z-index: 2;
|
|
9068
9075
|
}
|
|
9076
|
+
.scalar-app .max-md\:z-5 {
|
|
9077
|
+
z-index: 5;
|
|
9078
|
+
}
|
|
9069
9079
|
.scalar-app .max-md\:flex\! {
|
|
9070
9080
|
display: flex !important;
|
|
9071
9081
|
}
|
|
@@ -9075,9 +9085,21 @@ to {
|
|
|
9075
9085
|
.scalar-app .max-md\:w-full\! {
|
|
9076
9086
|
width: 100% !important;
|
|
9077
9087
|
}
|
|
9088
|
+
.scalar-app .max-md\:pt-2 {
|
|
9089
|
+
padding-top: 8px;
|
|
9090
|
+
}
|
|
9078
9091
|
.scalar-app .max-md\:pt-12 {
|
|
9079
9092
|
padding-top: 48px;
|
|
9080
9093
|
}
|
|
9094
|
+
.scalar-app .max-md\:pl-4\! {
|
|
9095
|
+
padding-left: 16px !important;
|
|
9096
|
+
}
|
|
9097
|
+
.scalar-app .max-md\:pl-10 {
|
|
9098
|
+
padding-left: 40px;
|
|
9099
|
+
}
|
|
9100
|
+
.scalar-app .max-md\:pl-14 {
|
|
9101
|
+
padding-left: 56px;
|
|
9102
|
+
}
|
|
9081
9103
|
}
|
|
9082
9104
|
@media (min-width: 600px) {
|
|
9083
9105
|
.scalar-app .sm\:not-sr-only {
|
|
@@ -9372,22 +9394,22 @@ to {
|
|
|
9372
9394
|
.address-bar-history-button[data-v-2cc840c9]:focus-within {
|
|
9373
9395
|
background: var(--scalar-background-2);
|
|
9374
9396
|
}
|
|
9375
|
-
[data-v-
|
|
9397
|
+
[data-v-6499ec1f] .cm-editor {
|
|
9376
9398
|
background: none;
|
|
9377
9399
|
outline: none;
|
|
9378
9400
|
height: 100%;
|
|
9379
9401
|
padding: 0;
|
|
9380
9402
|
}
|
|
9381
|
-
[data-v-
|
|
9403
|
+
[data-v-6499ec1f] .cm-placeholder {
|
|
9382
9404
|
color: var(--scalar-color-3);
|
|
9383
9405
|
}
|
|
9384
|
-
[data-v-
|
|
9406
|
+
[data-v-6499ec1f] .cm-content {
|
|
9385
9407
|
font-family: var(--scalar-font-code);
|
|
9386
9408
|
font-size: var(--scalar-small);
|
|
9387
9409
|
max-height: 20px;
|
|
9388
9410
|
padding: 8px 0;
|
|
9389
9411
|
}
|
|
9390
|
-
[data-v-
|
|
9412
|
+
[data-v-6499ec1f] .cm-tooltip {
|
|
9391
9413
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
9392
9414
|
border-radius: var(--scalar-radius);
|
|
9393
9415
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -9396,39 +9418,39 @@ to {
|
|
|
9396
9418
|
outline: none !important;
|
|
9397
9419
|
overflow: hidden !important;
|
|
9398
9420
|
}
|
|
9399
|
-
[data-v-
|
|
9421
|
+
[data-v-6499ec1f] .cm-tooltip-autocomplete ul li {
|
|
9400
9422
|
padding: 3px 6px !important;
|
|
9401
9423
|
}
|
|
9402
|
-
[data-v-
|
|
9424
|
+
[data-v-6499ec1f] .cm-completionIcon-type:after {
|
|
9403
9425
|
color: var(--scalar-color-3) !important;
|
|
9404
9426
|
}
|
|
9405
|
-
[data-v-
|
|
9427
|
+
[data-v-6499ec1f] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
9406
9428
|
background: var(--scalar-background-2) !important;
|
|
9407
9429
|
color: var(--scalar-color-1) !important;
|
|
9408
9430
|
}
|
|
9409
|
-
[data-v-
|
|
9431
|
+
[data-v-6499ec1f] .cm-tooltip-autocomplete ul {
|
|
9410
9432
|
position: relative;
|
|
9411
9433
|
padding: 6px !important;
|
|
9412
9434
|
}
|
|
9413
|
-
[data-v-
|
|
9435
|
+
[data-v-6499ec1f] .cm-tooltip-autocomplete ul li:hover {
|
|
9414
9436
|
border-radius: 3px;
|
|
9415
9437
|
color: var(--scalar-color-1) !important;
|
|
9416
9438
|
background: var(--scalar-background-3) !important;
|
|
9417
9439
|
}
|
|
9418
|
-
[data-v-
|
|
9440
|
+
[data-v-6499ec1f] .cm-activeLine, [data-v-6499ec1f] .cm-activeLineGutter {
|
|
9419
9441
|
background-color: #0000;
|
|
9420
9442
|
}
|
|
9421
|
-
[data-v-
|
|
9443
|
+
[data-v-6499ec1f] .cm-selectionMatch, [data-v-6499ec1f] .cm-matchingBracket {
|
|
9422
9444
|
border-radius: var(--scalar-radius);
|
|
9423
9445
|
background: var(--scalar-background-4) !important;
|
|
9424
9446
|
}
|
|
9425
|
-
[data-v-
|
|
9447
|
+
[data-v-6499ec1f] .cm-css-color-picker-wrapper {
|
|
9426
9448
|
outline: 1px solid var(--scalar-background-3);
|
|
9427
9449
|
border-radius: 3px;
|
|
9428
9450
|
display: inline-flex;
|
|
9429
9451
|
overflow: hidden;
|
|
9430
9452
|
}
|
|
9431
|
-
[data-v-
|
|
9453
|
+
[data-v-6499ec1f] .cm-gutters {
|
|
9432
9454
|
color: var(--scalar-color-3);
|
|
9433
9455
|
font-size: var(--scalar-small);
|
|
9434
9456
|
background-color: #0000;
|
|
@@ -9436,7 +9458,7 @@ to {
|
|
|
9436
9458
|
border-radius: 0 0 0 3px;
|
|
9437
9459
|
line-height: 22px;
|
|
9438
9460
|
}
|
|
9439
|
-
[data-v-
|
|
9461
|
+
[data-v-6499ec1f] .cm-gutters:before {
|
|
9440
9462
|
content: "";
|
|
9441
9463
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
9442
9464
|
background-color: var(--scalar-background-1);
|
|
@@ -9446,7 +9468,7 @@ to {
|
|
|
9446
9468
|
top: 2px;
|
|
9447
9469
|
left: 2px;
|
|
9448
9470
|
}
|
|
9449
|
-
[data-v-
|
|
9471
|
+
[data-v-6499ec1f] .cm-gutterElement {
|
|
9450
9472
|
justify-content: flex-end;
|
|
9451
9473
|
align-items: center;
|
|
9452
9474
|
display: flex;
|
|
@@ -9455,16 +9477,16 @@ to {
|
|
|
9455
9477
|
padding-left: 0 !important;
|
|
9456
9478
|
padding-right: 6px !important;
|
|
9457
9479
|
}
|
|
9458
|
-
[data-v-
|
|
9480
|
+
[data-v-6499ec1f] .cm-lineNumbers .cm-gutterElement {
|
|
9459
9481
|
min-width: fit-content;
|
|
9460
9482
|
}
|
|
9461
|
-
[data-v-
|
|
9483
|
+
[data-v-6499ec1f] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
9462
9484
|
padding-left: 0 !important;
|
|
9463
9485
|
}
|
|
9464
|
-
[data-v-
|
|
9486
|
+
[data-v-6499ec1f] .cm-scroller {
|
|
9465
9487
|
overflow: auto;
|
|
9466
9488
|
}
|
|
9467
|
-
.line-wrapping[data-v-
|
|
9489
|
+
.line-wrapping[data-v-6499ec1f]:focus-within .cm-content {
|
|
9468
9490
|
white-space: break-spaces;
|
|
9469
9491
|
word-break: break-all;
|
|
9470
9492
|
min-height: fit-content;
|
|
@@ -9786,7 +9808,7 @@ to {
|
|
|
9786
9808
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
9787
9809
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
9788
9810
|
}
|
|
9789
|
-
[data-v-
|
|
9811
|
+
[data-v-06778e40] .cm-content {
|
|
9790
9812
|
font-size: var(--scalar-small);
|
|
9791
9813
|
}
|
|
9792
9814
|
.form-group[data-v-678c9f4a] {
|
|
@@ -9804,10 +9826,10 @@ to {
|
|
|
9804
9826
|
-ms-overflow-style: none;
|
|
9805
9827
|
scrollbar-width: none;
|
|
9806
9828
|
}
|
|
9807
|
-
[data-v-
|
|
9829
|
+
[data-v-819cea32] .cm-editor {
|
|
9808
9830
|
padding: 0;
|
|
9809
9831
|
}
|
|
9810
|
-
[data-v-
|
|
9832
|
+
[data-v-819cea32] .cm-content {
|
|
9811
9833
|
font-family: var(--scalar-font);
|
|
9812
9834
|
font-size: var(--scalar-small);
|
|
9813
9835
|
background-color: #0000;
|
|
@@ -9816,28 +9838,28 @@ to {
|
|
|
9816
9838
|
padding: 5px 8px;
|
|
9817
9839
|
display: flex;
|
|
9818
9840
|
}
|
|
9819
|
-
[data-v-
|
|
9841
|
+
[data-v-819cea32] .cm-content:has(.cm-pill) {
|
|
9820
9842
|
padding: 5px 8px;
|
|
9821
9843
|
}
|
|
9822
|
-
[data-v-
|
|
9844
|
+
[data-v-819cea32] .cm-content .cm-pill:not(:last-of-type) {
|
|
9823
9845
|
margin-right: .5px;
|
|
9824
9846
|
}
|
|
9825
|
-
[data-v-
|
|
9847
|
+
[data-v-819cea32] .cm-content .cm-pill:not(:first-of-type) {
|
|
9826
9848
|
margin-left: .5px;
|
|
9827
9849
|
}
|
|
9828
|
-
[data-v-
|
|
9850
|
+
[data-v-819cea32] .cm-line {
|
|
9829
9851
|
text-overflow: ellipsis;
|
|
9830
9852
|
word-break: break-word;
|
|
9831
9853
|
padding: 0;
|
|
9832
9854
|
overflow: hidden;
|
|
9833
9855
|
}
|
|
9834
|
-
.required[data-v-
|
|
9856
|
+
.required[data-v-819cea32]:after {
|
|
9835
9857
|
content: "Required";
|
|
9836
9858
|
}
|
|
9837
|
-
input[data-v-
|
|
9859
|
+
input[data-v-819cea32]::placeholder {
|
|
9838
9860
|
color: var(--scalar-color-3);
|
|
9839
9861
|
}
|
|
9840
|
-
.scalar-password-input[data-v-
|
|
9862
|
+
.scalar-password-input[data-v-819cea32] {
|
|
9841
9863
|
text-security: disc;
|
|
9842
9864
|
-webkit-text-security: disc;
|
|
9843
9865
|
-moz-text-security: disc;
|
|
@@ -9984,39 +10006,39 @@ to {
|
|
|
9984
10006
|
transform: translateY(0);
|
|
9985
10007
|
}
|
|
9986
10008
|
}
|
|
9987
|
-
.request-card[data-v-
|
|
10009
|
+
.request-card[data-v-59da314d] {
|
|
9988
10010
|
font-size: var(--scalar-font-size-3);
|
|
9989
10011
|
}
|
|
9990
|
-
.request-method[data-v-
|
|
10012
|
+
.request-method[data-v-59da314d] {
|
|
9991
10013
|
font-family: var(--scalar-font-code);
|
|
9992
10014
|
text-transform: uppercase;
|
|
9993
10015
|
margin-right: 6px;
|
|
9994
10016
|
}
|
|
9995
|
-
.request-card-footer[data-v-
|
|
10017
|
+
.request-card-footer[data-v-59da314d] {
|
|
9996
10018
|
flex-shrink: 0;
|
|
9997
10019
|
justify-content: flex-end;
|
|
9998
10020
|
padding: 6px;
|
|
9999
10021
|
display: flex;
|
|
10000
10022
|
position: relative;
|
|
10001
10023
|
}
|
|
10002
|
-
.request-card-footer-addon[data-v-
|
|
10024
|
+
.request-card-footer-addon[data-v-59da314d] {
|
|
10003
10025
|
flex: 1;
|
|
10004
10026
|
align-items: center;
|
|
10005
10027
|
min-width: 0;
|
|
10006
10028
|
display: flex;
|
|
10007
10029
|
}
|
|
10008
|
-
.request-editor-section[data-v-
|
|
10030
|
+
.request-editor-section[data-v-59da314d] {
|
|
10009
10031
|
flex: 1;
|
|
10010
10032
|
display: flex;
|
|
10011
10033
|
}
|
|
10012
|
-
.request-card-simple[data-v-
|
|
10034
|
+
.request-card-simple[data-v-59da314d] {
|
|
10013
10035
|
font-size: var(--scalar-small);
|
|
10014
10036
|
justify-content: space-between;
|
|
10015
10037
|
align-items: center;
|
|
10016
10038
|
padding: 8px 8px 8px 12px;
|
|
10017
10039
|
display: flex;
|
|
10018
10040
|
}
|
|
10019
|
-
.code-snippet[data-v-
|
|
10041
|
+
.code-snippet[data-v-59da314d] {
|
|
10020
10042
|
flex-direction: column;
|
|
10021
10043
|
width: 100%;
|
|
10022
10044
|
display: flex;
|
|
@@ -10060,27 +10082,27 @@ to {
|
|
|
10060
10082
|
.dark-mode .download-app-button[data-v-9b609275]:hover {
|
|
10061
10083
|
background: linear-gradient(#00000026, #ffffff1a);
|
|
10062
10084
|
}
|
|
10063
|
-
.empty-sidebar-item-content[data-v-
|
|
10085
|
+
.empty-sidebar-item-content[data-v-8269f62b] {
|
|
10064
10086
|
display: none;
|
|
10065
10087
|
}
|
|
10066
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10088
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-8269f62b] {
|
|
10067
10089
|
display: block;
|
|
10068
10090
|
}
|
|
10069
|
-
.rabbitjump[data-v-
|
|
10091
|
+
.rabbitjump[data-v-8269f62b] {
|
|
10070
10092
|
opacity: 0;
|
|
10071
10093
|
}
|
|
10072
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10094
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-8269f62b] {
|
|
10073
10095
|
opacity: 1;
|
|
10074
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10096
|
+
animation: .5s step-end infinite rabbitAnimation-8269f62b;
|
|
10075
10097
|
}
|
|
10076
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10098
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-8269f62b] {
|
|
10077
10099
|
opacity: 0;
|
|
10078
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10100
|
+
animation: .5s step-end infinite rabbitAnimation2-8269f62b;
|
|
10079
10101
|
}
|
|
10080
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10081
|
-
animation: 8s linear infinite rabbitRun-
|
|
10102
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-8269f62b] {
|
|
10103
|
+
animation: 8s linear infinite rabbitRun-8269f62b;
|
|
10082
10104
|
}
|
|
10083
|
-
@keyframes rabbitRun-
|
|
10105
|
+
@keyframes rabbitRun-8269f62b {
|
|
10084
10106
|
0% {
|
|
10085
10107
|
transform: translate3d(0, 0, 0);
|
|
10086
10108
|
}
|
|
@@ -10100,7 +10122,7 @@ to {
|
|
|
10100
10122
|
transform: translate3d(0, 0, 0);
|
|
10101
10123
|
}
|
|
10102
10124
|
}
|
|
10103
|
-
@keyframes rabbitAnimation-
|
|
10125
|
+
@keyframes rabbitAnimation-8269f62b {
|
|
10104
10126
|
0%, 100% {
|
|
10105
10127
|
opacity: 1;
|
|
10106
10128
|
}
|
|
@@ -10108,7 +10130,7 @@ to {
|
|
|
10108
10130
|
opacity: 0;
|
|
10109
10131
|
}
|
|
10110
10132
|
}
|
|
10111
|
-
@keyframes rabbitAnimation2-
|
|
10133
|
+
@keyframes rabbitAnimation2-8269f62b {
|
|
10112
10134
|
0%, 100% {
|
|
10113
10135
|
opacity: 0;
|
|
10114
10136
|
}
|
|
@@ -10453,15 +10475,15 @@ to {
|
|
|
10453
10475
|
.full-size-styles:has(.sync-conflict-modal-root):after {
|
|
10454
10476
|
display: none;
|
|
10455
10477
|
}
|
|
10456
|
-
.scalar-collection-auth[data-v-
|
|
10478
|
+
.scalar-collection-auth[data-v-d3bc49bd] {
|
|
10457
10479
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10458
10480
|
border-radius: var(--scalar-radius-lg);
|
|
10459
10481
|
overflow: hidden;
|
|
10460
10482
|
}
|
|
10461
|
-
[data-v-
|
|
10483
|
+
[data-v-2f13118d] .cm-editor {
|
|
10462
10484
|
padding: 0;
|
|
10463
10485
|
}
|
|
10464
|
-
[data-v-
|
|
10486
|
+
[data-v-2f13118d] .cm-content {
|
|
10465
10487
|
font-family: var(--scalar-font);
|
|
10466
10488
|
font-size: var(--scalar-small);
|
|
10467
10489
|
background-color: #0000;
|
|
@@ -10470,16 +10492,16 @@ to {
|
|
|
10470
10492
|
padding: 5px 8px;
|
|
10471
10493
|
display: flex;
|
|
10472
10494
|
}
|
|
10473
|
-
[data-v-
|
|
10495
|
+
[data-v-2f13118d] .cm-content:has(.cm-pill) {
|
|
10474
10496
|
padding: 5px 8px;
|
|
10475
10497
|
}
|
|
10476
|
-
[data-v-
|
|
10498
|
+
[data-v-2f13118d] .cm-content .cm-pill:not(:last-of-type) {
|
|
10477
10499
|
margin-right: .5px;
|
|
10478
10500
|
}
|
|
10479
|
-
[data-v-
|
|
10501
|
+
[data-v-2f13118d] .cm-content .cm-pill:not(:first-of-type) {
|
|
10480
10502
|
margin-left: .5px;
|
|
10481
10503
|
}
|
|
10482
|
-
[data-v-
|
|
10504
|
+
[data-v-2f13118d] .cm-line {
|
|
10483
10505
|
text-overflow: ellipsis;
|
|
10484
10506
|
padding: 0;
|
|
10485
10507
|
overflow: hidden;
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"testing",
|
|
19
19
|
"react"
|
|
20
20
|
],
|
|
21
|
-
"version": "0.9.
|
|
21
|
+
"version": "0.9.26",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-reference": "1.52.
|
|
42
|
+
"@scalar/api-reference": "1.52.5",
|
|
43
43
|
"@scalar/types": "0.9.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|