@scalar/api-reference-react 0.9.24 → 0.9.25

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.9.25
4
+
3
5
  ## 0.9.24
4
6
 
5
7
  ## 0.9.23
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-be104604] {
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-be104604]:has(
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-be104604],
1064
- .property--compact.property--level-1[data-v-be104604] {
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-be104604] {
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-be104604] {
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-be104604]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
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-be104604] {
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-be104604] > * {
1090
+ .property--deprecated[data-v-ee3d2806] > * {
1091
1091
  opacity: 0.75;
1092
1092
  }
1093
- .property-description[data-v-be104604] {
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-be104604]:has(+ .property-rule) {
1098
+ .property-description[data-v-ee3d2806]:has(+ .property-rule) {
1099
1099
  margin-bottom: 9px;
1100
1100
  }
1101
- [data-v-be104604] .property-description * {
1101
+ [data-v-ee3d2806] .property-description * {
1102
1102
  color: var(--scalar-color-2) !important;
1103
1103
  }
1104
- .property[data-v-be104604]:not(:last-of-type) {
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-be104604],
1108
- .children + .property-rule[data-v-be104604] {
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-be104604] {
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-be104604] {
1115
+ .children .property--compact.property--level-1[data-v-ee3d2806] {
1116
1116
  padding: 12px;
1117
1117
  }
1118
- .property-example-value[data-v-be104604] {
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-be104604] {
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-rule[data-v-be104604]
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-be104604]
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-be104604] {
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-be104604],
1154
- .property-example-value[data-v-be104604] {
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-be104604] {
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-be104604] {
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-be104604]::before,
1168
- .property-name-pattern-properties[data-v-be104604]::before {
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-be104604]::before {
1182
+ .property-name-pattern-properties[data-v-ee3d2806]::before {
1180
1183
  content: 'regex';
1181
1184
  }
1182
- .property-name-additional-properties[data-v-be104604],
1183
- .property-name-pattern-properties[data-v-be104604] {
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-a02b9001] {
1643
+ .request-body[data-v-86d21430] {
1641
1644
  margin-top: 24px;
1642
1645
  }
1643
- .request-body-header[data-v-a02b9001] {
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-a02b9001] {
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-a02b9001] {
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-a02b9001] {
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-a02b9001]:has(> .schema-card > .schema-card-description),
1677
+ + .request-body-schema[data-v-86d21430]:has(> .schema-card > .schema-card-description),
1675
1678
  .request-body-header
1676
- + .request-body-schema[data-v-a02b9001]:has(
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-a02b9001] .markdown * {
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-9cf53505] {
2032
+ .operation-title[data-v-85ee673b] {
2030
2033
  justify-content: space-between;
2031
2034
  display: flex;
2032
2035
  }
2033
- .operation-details[data-v-9cf53505] {
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-9cf53505] .endpoint-anchor .scalar-button svg {
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-9cf53505] {
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-9cf53505]:after {
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-9cf53505] {
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-9cf53505] {
2078
+ .endpoint-anchor.label[data-v-85ee673b] {
2076
2079
  display: flex;
2077
2080
  }
2078
- .endpoint-label[data-v-9cf53505] {
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-9cf53505] {
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-9cf53505] em {
2096
+ .endpoint-label-path[data-v-85ee673b] em {
2094
2097
  color: var(--scalar-color-2);
2095
2098
  }
2096
- .endpoint-label-name[data-v-9cf53505] {
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-9cf53505] {
2107
+ .endpoint-try-hint[data-v-85ee673b] {
2105
2108
  flex-shrink: 0;
2106
2109
  padding: 2px;
2107
2110
  }
2108
- .endpoint-copy[data-v-9cf53505] {
2111
+ .endpoint-copy[data-v-85ee673b] {
2109
2112
  color: currentColor;
2110
2113
  }
2111
- .endpoint-copy[data-v-9cf53505] svg {
2114
+ .endpoint-copy[data-v-85ee673b] svg {
2112
2115
  stroke-width: 2px;
2113
2116
  }
2114
- .endpoint-content[data-v-9cf53505] {
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-9cf53505] {
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-9cf53505] {
2130
+ .endpoint-content[data-v-85ee673b] {
2128
2131
  grid-template-columns: 1fr;
2129
2132
  }
2130
2133
  }
2131
- .endpoint-content[data-v-9cf53505] > * {
2134
+ .endpoint-content[data-v-85ee673b] > * {
2132
2135
  min-width: 0;
2133
2136
  }
2134
- .operation-details-card[data-v-9cf53505] {
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-9cf53505] .parameter-list, .operation-details-card-item[data-v-9cf53505] .callbacks-list) {
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-9cf53505] {
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-9cf53505] .parameter-list-items {
2153
+ .operation-details-card-item[data-v-85ee673b] .parameter-list-items {
2151
2154
  margin-bottom: 0;
2152
2155
  }
2153
- .operation-details-card[data-v-9cf53505] .parameter-item:last-of-type .parameter-schema {
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-9cf53505] .parameter-list .parameter-list {
2159
+ .operation-details-card[data-v-85ee673b] .parameter-list .parameter-list {
2157
2160
  margin-bottom: 12px;
2158
2161
  }
2159
- .operation-details-card[data-v-9cf53505] .parameter-item {
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-9cf53505] .property {
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-9cf53505] .parameter-list-title, .operation-details-card[data-v-9cf53505] .request-body-title, .operation-details-card[data-v-9cf53505] .callbacks-title) {
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-9cf53505] .callback-list-item-title {
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-9cf53505] .callback-list-item-icon {
2183
+ .operation-details-card[data-v-85ee673b] .callback-list-item-icon {
2181
2184
  left: 6px;
2182
2185
  }
2183
- .operation-details-card[data-v-9cf53505] .callback-operation-container {
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-9cf53505] .callback-operation-container > .request-body, .operation-details-card[data-v-9cf53505] .callback-operation-container > .parameter-list) {
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-9cf53505] .callback-operation-container > .request-body > .request-body-header {
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-9cf53505] .request-body-description {
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-9cf53505] .request-body {
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-9cf53505] .request-body .schema-card--level-0 > .schema-card-description {
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-9cf53505] .request-body-header {
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-9cf53505] .contents button {
2214
+ .operation-details-card[data-v-85ee673b] .contents button {
2212
2215
  margin-right: 9px;
2213
2216
  }
2214
- .operation-details-card[data-v-9cf53505] .schema-card--open + .schema-card:not(.schema-card--open) {
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-9cf53505] .request-body-schema .property--level-0 {
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-9cf53505] .selected-content-type {
2224
+ .operation-details-card[data-v-85ee673b] .selected-content-type {
2222
2225
  margin-right: 9px;
2223
2226
  }
2224
- .operation-example-card[data-v-9cf53505] {
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-9cf53505] {
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-25de20c7] {
2323
+ .examples[data-v-e96cd75a] {
2321
2324
  position: sticky;
2322
2325
  top: calc(var(--refs-viewport-offset) + 24px);
2323
2326
  }
2324
- .examples[data-v-25de20c7] > * {
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-25de20c7] > *:first-of-type:last-of-type {
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-25de20c7] > * {
2339
+ .examples[data-v-e96cd75a] > * {
2337
2340
  max-height: unset;
2338
2341
  }
2339
2342
  }
2340
- .deprecated[data-v-25de20c7] * {
2343
+ .deprecated[data-v-e96cd75a] * {
2341
2344
  text-decoration: line-through;
2342
2345
  }
2343
- .section-flare[data-v-2a9c8c02] {
2346
+ .section-flare[data-v-5cebff7a] {
2347
+ position: fixed;
2344
2348
  top: 0;
2345
2349
  right: 0;
2346
2350
  pointer-events: none;
@@ -9372,22 +9376,22 @@ to {
9372
9376
  .address-bar-history-button[data-v-2cc840c9]:focus-within {
9373
9377
  background: var(--scalar-background-2);
9374
9378
  }
9375
- [data-v-167b1bd5] .cm-editor {
9379
+ [data-v-6499ec1f] .cm-editor {
9376
9380
  background: none;
9377
9381
  outline: none;
9378
9382
  height: 100%;
9379
9383
  padding: 0;
9380
9384
  }
9381
- [data-v-167b1bd5] .cm-placeholder {
9385
+ [data-v-6499ec1f] .cm-placeholder {
9382
9386
  color: var(--scalar-color-3);
9383
9387
  }
9384
- [data-v-167b1bd5] .cm-content {
9388
+ [data-v-6499ec1f] .cm-content {
9385
9389
  font-family: var(--scalar-font-code);
9386
9390
  font-size: var(--scalar-small);
9387
9391
  max-height: 20px;
9388
9392
  padding: 8px 0;
9389
9393
  }
9390
- [data-v-167b1bd5] .cm-tooltip {
9394
+ [data-v-6499ec1f] .cm-tooltip {
9391
9395
  filter: brightness(var(--scalar-lifted-brightness));
9392
9396
  border-radius: var(--scalar-radius);
9393
9397
  box-shadow: var(--scalar-shadow-2);
@@ -9396,39 +9400,39 @@ to {
9396
9400
  outline: none !important;
9397
9401
  overflow: hidden !important;
9398
9402
  }
9399
- [data-v-167b1bd5] .cm-tooltip-autocomplete ul li {
9403
+ [data-v-6499ec1f] .cm-tooltip-autocomplete ul li {
9400
9404
  padding: 3px 6px !important;
9401
9405
  }
9402
- [data-v-167b1bd5] .cm-completionIcon-type:after {
9406
+ [data-v-6499ec1f] .cm-completionIcon-type:after {
9403
9407
  color: var(--scalar-color-3) !important;
9404
9408
  }
9405
- [data-v-167b1bd5] .cm-tooltip-autocomplete ul li[aria-selected] {
9409
+ [data-v-6499ec1f] .cm-tooltip-autocomplete ul li[aria-selected] {
9406
9410
  background: var(--scalar-background-2) !important;
9407
9411
  color: var(--scalar-color-1) !important;
9408
9412
  }
9409
- [data-v-167b1bd5] .cm-tooltip-autocomplete ul {
9413
+ [data-v-6499ec1f] .cm-tooltip-autocomplete ul {
9410
9414
  position: relative;
9411
9415
  padding: 6px !important;
9412
9416
  }
9413
- [data-v-167b1bd5] .cm-tooltip-autocomplete ul li:hover {
9417
+ [data-v-6499ec1f] .cm-tooltip-autocomplete ul li:hover {
9414
9418
  border-radius: 3px;
9415
9419
  color: var(--scalar-color-1) !important;
9416
9420
  background: var(--scalar-background-3) !important;
9417
9421
  }
9418
- [data-v-167b1bd5] .cm-activeLine, [data-v-167b1bd5] .cm-activeLineGutter {
9422
+ [data-v-6499ec1f] .cm-activeLine, [data-v-6499ec1f] .cm-activeLineGutter {
9419
9423
  background-color: #0000;
9420
9424
  }
9421
- [data-v-167b1bd5] .cm-selectionMatch, [data-v-167b1bd5] .cm-matchingBracket {
9425
+ [data-v-6499ec1f] .cm-selectionMatch, [data-v-6499ec1f] .cm-matchingBracket {
9422
9426
  border-radius: var(--scalar-radius);
9423
9427
  background: var(--scalar-background-4) !important;
9424
9428
  }
9425
- [data-v-167b1bd5] .cm-css-color-picker-wrapper {
9429
+ [data-v-6499ec1f] .cm-css-color-picker-wrapper {
9426
9430
  outline: 1px solid var(--scalar-background-3);
9427
9431
  border-radius: 3px;
9428
9432
  display: inline-flex;
9429
9433
  overflow: hidden;
9430
9434
  }
9431
- [data-v-167b1bd5] .cm-gutters {
9435
+ [data-v-6499ec1f] .cm-gutters {
9432
9436
  color: var(--scalar-color-3);
9433
9437
  font-size: var(--scalar-small);
9434
9438
  background-color: #0000;
@@ -9436,7 +9440,7 @@ to {
9436
9440
  border-radius: 0 0 0 3px;
9437
9441
  line-height: 22px;
9438
9442
  }
9439
- [data-v-167b1bd5] .cm-gutters:before {
9443
+ [data-v-6499ec1f] .cm-gutters:before {
9440
9444
  content: "";
9441
9445
  border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
9442
9446
  background-color: var(--scalar-background-1);
@@ -9446,7 +9450,7 @@ to {
9446
9450
  top: 2px;
9447
9451
  left: 2px;
9448
9452
  }
9449
- [data-v-167b1bd5] .cm-gutterElement {
9453
+ [data-v-6499ec1f] .cm-gutterElement {
9450
9454
  justify-content: flex-end;
9451
9455
  align-items: center;
9452
9456
  display: flex;
@@ -9455,16 +9459,16 @@ to {
9455
9459
  padding-left: 0 !important;
9456
9460
  padding-right: 6px !important;
9457
9461
  }
9458
- [data-v-167b1bd5] .cm-lineNumbers .cm-gutterElement {
9462
+ [data-v-6499ec1f] .cm-lineNumbers .cm-gutterElement {
9459
9463
  min-width: fit-content;
9460
9464
  }
9461
- [data-v-167b1bd5] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
9465
+ [data-v-6499ec1f] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
9462
9466
  padding-left: 0 !important;
9463
9467
  }
9464
- [data-v-167b1bd5] .cm-scroller {
9468
+ [data-v-6499ec1f] .cm-scroller {
9465
9469
  overflow: auto;
9466
9470
  }
9467
- .line-wrapping[data-v-167b1bd5]:focus-within .cm-content {
9471
+ .line-wrapping[data-v-6499ec1f]:focus-within .cm-content {
9468
9472
  white-space: break-spaces;
9469
9473
  word-break: break-all;
9470
9474
  min-height: fit-content;
@@ -9786,7 +9790,7 @@ to {
9786
9790
  -webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
9787
9791
  mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
9788
9792
  }
9789
- [data-v-e861924b] .cm-content {
9793
+ [data-v-06778e40] .cm-content {
9790
9794
  font-size: var(--scalar-small);
9791
9795
  }
9792
9796
  .form-group[data-v-678c9f4a] {
@@ -9804,10 +9808,10 @@ to {
9804
9808
  -ms-overflow-style: none;
9805
9809
  scrollbar-width: none;
9806
9810
  }
9807
- [data-v-3157c3c7] .cm-editor {
9811
+ [data-v-819cea32] .cm-editor {
9808
9812
  padding: 0;
9809
9813
  }
9810
- [data-v-3157c3c7] .cm-content {
9814
+ [data-v-819cea32] .cm-content {
9811
9815
  font-family: var(--scalar-font);
9812
9816
  font-size: var(--scalar-small);
9813
9817
  background-color: #0000;
@@ -9816,28 +9820,28 @@ to {
9816
9820
  padding: 5px 8px;
9817
9821
  display: flex;
9818
9822
  }
9819
- [data-v-3157c3c7] .cm-content:has(.cm-pill) {
9823
+ [data-v-819cea32] .cm-content:has(.cm-pill) {
9820
9824
  padding: 5px 8px;
9821
9825
  }
9822
- [data-v-3157c3c7] .cm-content .cm-pill:not(:last-of-type) {
9826
+ [data-v-819cea32] .cm-content .cm-pill:not(:last-of-type) {
9823
9827
  margin-right: .5px;
9824
9828
  }
9825
- [data-v-3157c3c7] .cm-content .cm-pill:not(:first-of-type) {
9829
+ [data-v-819cea32] .cm-content .cm-pill:not(:first-of-type) {
9826
9830
  margin-left: .5px;
9827
9831
  }
9828
- [data-v-3157c3c7] .cm-line {
9832
+ [data-v-819cea32] .cm-line {
9829
9833
  text-overflow: ellipsis;
9830
9834
  word-break: break-word;
9831
9835
  padding: 0;
9832
9836
  overflow: hidden;
9833
9837
  }
9834
- .required[data-v-3157c3c7]:after {
9838
+ .required[data-v-819cea32]:after {
9835
9839
  content: "Required";
9836
9840
  }
9837
- input[data-v-3157c3c7]::placeholder {
9841
+ input[data-v-819cea32]::placeholder {
9838
9842
  color: var(--scalar-color-3);
9839
9843
  }
9840
- .scalar-password-input[data-v-3157c3c7] {
9844
+ .scalar-password-input[data-v-819cea32] {
9841
9845
  text-security: disc;
9842
9846
  -webkit-text-security: disc;
9843
9847
  -moz-text-security: disc;
@@ -9984,39 +9988,39 @@ to {
9984
9988
  transform: translateY(0);
9985
9989
  }
9986
9990
  }
9987
- .request-card[data-v-0e4ddc16] {
9991
+ .request-card[data-v-59da314d] {
9988
9992
  font-size: var(--scalar-font-size-3);
9989
9993
  }
9990
- .request-method[data-v-0e4ddc16] {
9994
+ .request-method[data-v-59da314d] {
9991
9995
  font-family: var(--scalar-font-code);
9992
9996
  text-transform: uppercase;
9993
9997
  margin-right: 6px;
9994
9998
  }
9995
- .request-card-footer[data-v-0e4ddc16] {
9999
+ .request-card-footer[data-v-59da314d] {
9996
10000
  flex-shrink: 0;
9997
10001
  justify-content: flex-end;
9998
10002
  padding: 6px;
9999
10003
  display: flex;
10000
10004
  position: relative;
10001
10005
  }
10002
- .request-card-footer-addon[data-v-0e4ddc16] {
10006
+ .request-card-footer-addon[data-v-59da314d] {
10003
10007
  flex: 1;
10004
10008
  align-items: center;
10005
10009
  min-width: 0;
10006
10010
  display: flex;
10007
10011
  }
10008
- .request-editor-section[data-v-0e4ddc16] {
10012
+ .request-editor-section[data-v-59da314d] {
10009
10013
  flex: 1;
10010
10014
  display: flex;
10011
10015
  }
10012
- .request-card-simple[data-v-0e4ddc16] {
10016
+ .request-card-simple[data-v-59da314d] {
10013
10017
  font-size: var(--scalar-small);
10014
10018
  justify-content: space-between;
10015
10019
  align-items: center;
10016
10020
  padding: 8px 8px 8px 12px;
10017
10021
  display: flex;
10018
10022
  }
10019
- .code-snippet[data-v-0e4ddc16] {
10023
+ .code-snippet[data-v-59da314d] {
10020
10024
  flex-direction: column;
10021
10025
  width: 100%;
10022
10026
  display: flex;
@@ -10453,15 +10457,15 @@ to {
10453
10457
  .full-size-styles:has(.sync-conflict-modal-root):after {
10454
10458
  display: none;
10455
10459
  }
10456
- .scalar-collection-auth[data-v-6bba6b78] {
10460
+ .scalar-collection-auth[data-v-d3bc49bd] {
10457
10461
  border: var(--scalar-border-width) solid var(--scalar-border-color);
10458
10462
  border-radius: var(--scalar-radius-lg);
10459
10463
  overflow: hidden;
10460
10464
  }
10461
- [data-v-ddfccc08] .cm-editor {
10465
+ [data-v-2f13118d] .cm-editor {
10462
10466
  padding: 0;
10463
10467
  }
10464
- [data-v-ddfccc08] .cm-content {
10468
+ [data-v-2f13118d] .cm-content {
10465
10469
  font-family: var(--scalar-font);
10466
10470
  font-size: var(--scalar-small);
10467
10471
  background-color: #0000;
@@ -10470,16 +10474,16 @@ to {
10470
10474
  padding: 5px 8px;
10471
10475
  display: flex;
10472
10476
  }
10473
- [data-v-ddfccc08] .cm-content:has(.cm-pill) {
10477
+ [data-v-2f13118d] .cm-content:has(.cm-pill) {
10474
10478
  padding: 5px 8px;
10475
10479
  }
10476
- [data-v-ddfccc08] .cm-content .cm-pill:not(:last-of-type) {
10480
+ [data-v-2f13118d] .cm-content .cm-pill:not(:last-of-type) {
10477
10481
  margin-right: .5px;
10478
10482
  }
10479
- [data-v-ddfccc08] .cm-content .cm-pill:not(:first-of-type) {
10483
+ [data-v-2f13118d] .cm-content .cm-pill:not(:first-of-type) {
10480
10484
  margin-left: .5px;
10481
10485
  }
10482
- [data-v-ddfccc08] .cm-line {
10486
+ [data-v-2f13118d] .cm-line {
10483
10487
  text-overflow: ellipsis;
10484
10488
  padding: 0;
10485
10489
  overflow: hidden;
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "testing",
19
19
  "react"
20
20
  ],
21
- "version": "0.9.24",
21
+ "version": "0.9.25",
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.52.3",
43
- "@scalar/types": "0.9.1"
42
+ "@scalar/types": "0.9.1",
43
+ "@scalar/api-reference": "1.52.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^19.2.7",