@scalar/api-reference-react 0.9.14 → 0.9.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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-d9bd8110] {
591
+ .error[data-v-38d75111] {
592
592
  background-color: var(--scalar-color-red);
593
593
  }
594
- .schema-card[data-v-d9bd8110] {
594
+ .schema-card[data-v-38d75111] {
595
595
  font-size: var(--scalar-font-size-4);
596
596
  color: var(--scalar-color-1);
597
597
  }
598
- .schema-card-title[data-v-d9bd8110] {
598
+ .schema-card-title[data-v-38d75111] {
599
599
  height: var(--schema-title-height);
600
600
 
601
601
  padding: 6px 8px;
@@ -609,48 +609,48 @@ to {
609
609
  font-size: var(--scalar-mini);
610
610
  border-bottom: var(--scalar-border-width) solid transparent;
611
611
  }
612
- button.schema-card-title[data-v-d9bd8110] {
612
+ button.schema-card-title[data-v-38d75111] {
613
613
  cursor: pointer;
614
614
  }
615
- button.schema-card-title[data-v-d9bd8110]:hover {
615
+ button.schema-card-title[data-v-38d75111]:hover {
616
616
  color: var(--scalar-color-1);
617
617
  }
618
- .schema-card-title-icon--open[data-v-d9bd8110] {
618
+ .schema-card-title-icon--open[data-v-38d75111] {
619
619
  transform: rotate(45deg);
620
620
  }
621
- .schema-properties-open > .schema-card-title[data-v-d9bd8110] {
621
+ .schema-properties-open > .schema-card-title[data-v-38d75111] {
622
622
  border-bottom-left-radius: 0;
623
623
  border-bottom-right-radius: 0;
624
624
  border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
625
625
  }
626
- .schema-properties-open > .schema-properties[data-v-d9bd8110] {
626
+ .schema-properties-open > .schema-properties[data-v-38d75111] {
627
627
  width: fit-content;
628
628
  }
629
- .schema-card-description[data-v-d9bd8110] {
629
+ .schema-card-description[data-v-38d75111] {
630
630
  color: var(--scalar-color-2);
631
631
  }
632
- .schema-card-description + .schema-properties[data-v-d9bd8110] {
632
+ .schema-card-description + .schema-properties[data-v-38d75111] {
633
633
  width: fit-content;
634
634
  }
635
- .schema-card-description + .schema-properties[data-v-d9bd8110] {
635
+ .schema-card-description + .schema-properties[data-v-38d75111] {
636
636
  margin-top: 8px;
637
637
  }
638
638
  .schema-card--level-0:nth-of-type(1)
639
- > .schema-card-description[data-v-d9bd8110]:has(+ .schema-properties) {
639
+ > .schema-card-description[data-v-38d75111]:has(+ .schema-properties) {
640
640
  margin-bottom: -8px;
641
641
  padding-bottom: 8px;
642
642
  border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
643
643
  }
644
644
  .schema-card--level-0
645
645
  ~ .schema-card--level-0
646
- > .schema-card-description[data-v-d9bd8110]:has(+ .schema-properties) {
646
+ > .schema-card-description[data-v-38d75111]:has(+ .schema-properties) {
647
647
  padding-top: 8px;
648
648
  }
649
- .schema-properties-open.schema-properties[data-v-d9bd8110],
650
- .schema-properties-open > .schema-card--open[data-v-d9bd8110] {
649
+ .schema-properties-open.schema-properties[data-v-38d75111],
650
+ .schema-properties-open > .schema-card--open[data-v-38d75111] {
651
651
  width: 100%;
652
652
  }
653
- .schema-properties[data-v-d9bd8110] {
653
+ .schema-properties[data-v-38d75111] {
654
654
  display: flex;
655
655
  flex-direction: column;
656
656
 
@@ -658,56 +658,56 @@ button.schema-card-title[data-v-d9bd8110]:hover {
658
658
  border-radius: var(--scalar-radius-lg);
659
659
  width: fit-content;
660
660
  }
661
- .schema-properties-name[data-v-d9bd8110] {
661
+ .schema-properties-name[data-v-38d75111] {
662
662
  width: 100%;
663
663
  }
664
- .schema-properties .schema-properties[data-v-d9bd8110] {
664
+ .schema-properties .schema-properties[data-v-38d75111] {
665
665
  border-radius: 13.5px;
666
666
  }
667
- .schema-properties .schema-properties.schema-properties-open[data-v-d9bd8110] {
667
+ .schema-properties .schema-properties.schema-properties-open[data-v-38d75111] {
668
668
  border-radius: var(--scalar-radius-lg);
669
669
  }
670
- .schema-properties-open[data-v-d9bd8110] {
670
+ .schema-properties-open[data-v-38d75111] {
671
671
  width: 100%;
672
672
  }
673
- .schema-card--compact[data-v-d9bd8110] {
673
+ .schema-card--compact[data-v-38d75111] {
674
674
  align-self: flex-start;
675
675
  }
676
- .schema-card--compact.schema-card--open[data-v-d9bd8110] {
676
+ .schema-card--compact.schema-card--open[data-v-38d75111] {
677
677
  align-self: initial;
678
678
  }
679
- .schema-card-title--compact[data-v-d9bd8110] {
679
+ .schema-card-title--compact[data-v-38d75111] {
680
680
  color: var(--scalar-color-2);
681
681
  padding: 6px 10px 6px 8px;
682
682
  height: auto;
683
683
  border-bottom: none;
684
684
  }
685
- .schema-card-title--compact > .schema-card-title-icon[data-v-d9bd8110] {
685
+ .schema-card-title--compact > .schema-card-title-icon[data-v-38d75111] {
686
686
  margin: 0;
687
687
  }
688
- .schema-card-title--compact > .schema-card-title-icon--open[data-v-d9bd8110] {
688
+ .schema-card-title--compact > .schema-card-title-icon--open[data-v-38d75111] {
689
689
  transform: rotate(45deg);
690
690
  }
691
- .schema-properties-open > .schema-card-title--compact[data-v-d9bd8110] {
691
+ .schema-properties-open > .schema-card-title--compact[data-v-38d75111] {
692
692
  position: static;
693
693
  }
694
694
  .property--level-0
695
695
  > .schema-properties
696
696
  > .schema-card--level-0
697
- > .schema-properties[data-v-d9bd8110] {
697
+ > .schema-properties[data-v-38d75111] {
698
698
  border: none;
699
699
  }
700
700
  .property--level-0
701
701
  .schema-card--level-0:not(.schema-card--compact)
702
- .property--level-1[data-v-d9bd8110] {
702
+ .property--level-1[data-v-38d75111] {
703
703
  padding: 0 0 8px;
704
704
  }
705
705
  :not(.composition-panel)
706
706
  > .schema-card--compact.schema-card--level-0
707
- > .schema-properties[data-v-d9bd8110] {
707
+ > .schema-properties[data-v-38d75111] {
708
708
  border: none;
709
709
  }
710
- [data-v-d9bd8110] .schema-card-description p {
710
+ [data-v-38d75111] .schema-card-description p {
711
711
  font-size: var(--scalar-small, var(--scalar-paragraph));
712
712
  color: var(--scalar-color-2);
713
713
  line-height: 1.5;
@@ -715,7 +715,7 @@ button.schema-card-title[data-v-d9bd8110]:hover {
715
715
  display: block;
716
716
  margin-bottom: 6px;
717
717
  }
718
- .children .schema-card-description[data-v-d9bd8110]:first-of-type {
718
+ .children .schema-card-description[data-v-38d75111]:first-of-type {
719
719
  padding-top: 0;
720
720
  }
721
721
  .property-enum-value[data-v-f4b54bdd] {
@@ -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-a72e0d1d] {
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-a72e0d1d]:has(
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-a72e0d1d],
1064
- .property--compact.property--level-1[data-v-a72e0d1d] {
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-a72e0d1d] {
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-a72e0d1d] {
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-a72e0d1d]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
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-a72e0d1d] {
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-a72e0d1d] > * {
1090
+ .property--deprecated[data-v-203755f6] > * {
1091
1091
  opacity: 0.75;
1092
1092
  }
1093
- .property-description[data-v-a72e0d1d] {
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-a72e0d1d]:has(+ .property-rule) {
1098
+ .property-description[data-v-203755f6]:has(+ .property-rule) {
1099
1099
  margin-bottom: 9px;
1100
1100
  }
1101
- [data-v-a72e0d1d] .property-description * {
1101
+ [data-v-203755f6] .property-description * {
1102
1102
  color: var(--scalar-color-2) !important;
1103
1103
  }
1104
- .property[data-v-a72e0d1d]:not(:last-of-type) {
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-a72e0d1d],
1108
- .children + .property-rule[data-v-a72e0d1d] {
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-a72e0d1d] {
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-a72e0d1d] {
1115
+ .children .property--compact.property--level-1[data-v-203755f6] {
1116
1116
  padding: 12px;
1117
1117
  }
1118
- .property-example-value[data-v-a72e0d1d] {
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-a72e0d1d] {
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-a72e0d1d]
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-a72e0d1d]
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-a72e0d1d] {
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-a72e0d1d],
1154
- .property-example-value[data-v-a72e0d1d] {
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-a72e0d1d] {
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-a72e0d1d] {
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-a72e0d1d]::before,
1168
- .property-name-pattern-properties[data-v-a72e0d1d]::before {
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-a72e0d1d]::before {
1179
+ .property-name-pattern-properties[data-v-203755f6]::before {
1180
1180
  content: 'regex';
1181
1181
  }
1182
- .property-name-additional-properties[data-v-a72e0d1d],
1183
- .property-name-pattern-properties[data-v-a72e0d1d] {
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-17941e59] {
1616
+ .request-body[data-v-48eb3d5d] {
1617
1617
  margin-top: 24px;
1618
1618
  }
1619
- .request-body-header[data-v-17941e59] {
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-17941e59] {
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-17941e59] {
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-17941e59] {
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-17941e59]:has(> .schema-card > .schema-card-description),
1650
+ + .request-body-schema[data-v-48eb3d5d]:has(> .schema-card > .schema-card-description),
1651
1651
  .request-body-header
1652
- + .request-body-schema[data-v-17941e59]:has(
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-17941e59] .markdown * {
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] {
@@ -1712,7 +1712,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
1712
1712
  .callback-operation-container[data-v-df994c31] .parameter-list-items > li {
1713
1713
  padding: 0 8px;
1714
1714
  }
1715
- .empty-state[data-v-dcf1403d] {
1715
+ .empty-state[data-v-de6a4e70] {
1716
1716
  margin: 10px 0 10px 12px;
1717
1717
  text-align: center;
1718
1718
  font-size: var(--scalar-mini);
@@ -1723,18 +1723,18 @@ button.headers-card-title[data-v-ab19704d]:hover {
1723
1723
  border-radius: var(--scalar-radius-lg);
1724
1724
  color: var(--scalar-color-2);
1725
1725
  }
1726
- .rule-title[data-v-dcf1403d] {
1726
+ .rule-title[data-v-de6a4e70] {
1727
1727
  font-family: var(--scalar-font-code);
1728
1728
  color: var(--scalar-color-1);
1729
1729
  display: inline-block;
1730
1730
  margin: 12px 0 6px;
1731
1731
  border-radius: var(--scalar-radius);
1732
1732
  }
1733
- .rule[data-v-dcf1403d] {
1733
+ .rule[data-v-de6a4e70] {
1734
1734
  margin: 0 12px 0;
1735
1735
  border-radius: var(--scalar-radius-lg);
1736
1736
  }
1737
- .rule-items[data-v-dcf1403d] {
1737
+ .rule-items[data-v-de6a4e70] {
1738
1738
  counter-reset: list-number;
1739
1739
  display: flex;
1740
1740
  flex-direction: column;
@@ -1742,14 +1742,14 @@ button.headers-card-title[data-v-ab19704d]:hover {
1742
1742
  border-left: 1px solid var(--scalar-border-color);
1743
1743
  padding: 12px 0 12px;
1744
1744
  }
1745
- .rule-item[data-v-dcf1403d] {
1745
+ .rule-item[data-v-de6a4e70] {
1746
1746
  counter-increment: list-number;
1747
1747
  border: 1px solid var(--scalar-border-color);
1748
1748
  border-radius: var(--scalar-radius-lg);
1749
1749
  overflow: hidden;
1750
1750
  margin-left: 24px;
1751
1751
  }
1752
- .rule-item[data-v-dcf1403d]:before {
1752
+ .rule-item[data-v-de6a4e70]:before {
1753
1753
  /* content: counter(list-number); */
1754
1754
  border: 1px solid var(--scalar-border-color);
1755
1755
  border-top: 0;
@@ -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-342ba62a] {
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-342ba62a],
1993
- .show-api-client-button svg[data-v-342ba62a] {
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-342ba62a]:hover {
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-342ba62a] {
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-55addca4] {
2005
+ .operation-title[data-v-29d6b17f] {
2006
2006
  justify-content: space-between;
2007
2007
  display: flex;
2008
2008
  }
2009
- .operation-details[data-v-55addca4] {
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-55addca4] .endpoint-anchor .scalar-button svg {
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-55addca4] {
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-55addca4]:after {
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-55addca4] {
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-55addca4] {
2051
+ .endpoint-anchor.label[data-v-29d6b17f] {
2052
2052
  display: flex;
2053
2053
  }
2054
- .endpoint-label[data-v-55addca4] {
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-55addca4] {
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-55addca4] em {
2069
+ .endpoint-label-path[data-v-29d6b17f] em {
2070
2070
  color: var(--scalar-color-2);
2071
2071
  }
2072
- .endpoint-label-name[data-v-55addca4] {
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-55addca4] {
2080
+ .endpoint-try-hint[data-v-29d6b17f] {
2081
2081
  flex-shrink: 0;
2082
2082
  padding: 2px;
2083
2083
  }
2084
- .endpoint-copy[data-v-55addca4] {
2084
+ .endpoint-copy[data-v-29d6b17f] {
2085
2085
  color: currentColor;
2086
2086
  }
2087
- .endpoint-copy[data-v-55addca4] svg {
2087
+ .endpoint-copy[data-v-29d6b17f] svg {
2088
2088
  stroke-width: 2px;
2089
2089
  }
2090
- .endpoint-content[data-v-55addca4] {
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-55addca4] {
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-55addca4] {
2103
+ .endpoint-content[data-v-29d6b17f] {
2104
2104
  grid-template-columns: 1fr;
2105
2105
  }
2106
2106
  }
2107
- .endpoint-content[data-v-55addca4] > * {
2107
+ .endpoint-content[data-v-29d6b17f] > * {
2108
2108
  min-width: 0;
2109
2109
  }
2110
- .operation-details-card[data-v-55addca4] {
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-55addca4] .parameter-list, .operation-details-card-item[data-v-55addca4] .callbacks-list) {
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-55addca4] {
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-55addca4] .parameter-list-items {
2126
+ .operation-details-card-item[data-v-29d6b17f] .parameter-list-items {
2127
2127
  margin-bottom: 0;
2128
2128
  }
2129
- .operation-details-card[data-v-55addca4] .parameter-item:last-of-type .parameter-schema {
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-55addca4] .parameter-list .parameter-list {
2132
+ .operation-details-card[data-v-29d6b17f] .parameter-list .parameter-list {
2133
2133
  margin-bottom: 12px;
2134
2134
  }
2135
- .operation-details-card[data-v-55addca4] .parameter-item {
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-55addca4] .property {
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-55addca4] .parameter-list-title, .operation-details-card[data-v-55addca4] .request-body-title, .operation-details-card[data-v-55addca4] .callbacks-title) {
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-55addca4] .callback-list-item-title {
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-55addca4] .callback-list-item-icon {
2156
+ .operation-details-card[data-v-29d6b17f] .callback-list-item-icon {
2157
2157
  left: 6px;
2158
2158
  }
2159
- .operation-details-card[data-v-55addca4] .callback-operation-container {
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-55addca4] .callback-operation-container > .request-body, .operation-details-card[data-v-55addca4] .callback-operation-container > .parameter-list) {
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-55addca4] .callback-operation-container > .request-body > .request-body-header {
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-55addca4] .request-body-description {
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-55addca4] .request-body {
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-55addca4] .request-body .schema-card--level-0 > .schema-card-description {
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-55addca4] .request-body-header {
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-55addca4] .contents button {
2187
+ .operation-details-card[data-v-29d6b17f] .contents button {
2188
2188
  margin-right: 9px;
2189
2189
  }
2190
- .operation-details-card[data-v-55addca4] .schema-card--open + .schema-card:not(.schema-card--open) {
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-55addca4] .request-body-schema .property--level-0 {
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-55addca4] .selected-content-type {
2197
+ .operation-details-card[data-v-29d6b17f] .selected-content-type {
2198
2198
  margin-right: 9px;
2199
2199
  }
2200
- .operation-example-card[data-v-55addca4] {
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-55addca4] {
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-3c3c5405] {
2296
+ .examples[data-v-9c51b5c5] {
2297
2297
  position: sticky;
2298
2298
  top: calc(var(--refs-viewport-offset) + 24px);
2299
2299
  }
2300
- .examples[data-v-3c3c5405] > * {
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-3c3c5405] > *:first-of-type:last-of-type {
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-3c3c5405] > * {
2312
+ .examples[data-v-9c51b5c5] > * {
2313
2313
  max-height: unset;
2314
2314
  }
2315
2315
  }
2316
- .deprecated[data-v-3c3c5405] * {
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-c00f79dd] {
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-c00f79dd], .agent-scalar-overlay.agent-scalar-overlay[data-v-c00f79dd] {
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-d7102814] {
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-d7102814]:hover {
2362
+ .scalar-mcp-layer[data-v-e53c0a75]:hover {
2363
2363
  height: 172px;
2364
2364
  }
2365
- .scalar-mcp-layer-link[data-v-d7102814]:hover {
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-d7102814] {
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-d7102814]:after {
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-d7102814] {
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-d7102814]:nth-last-child(1) {
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-d7102814]:nth-last-child(2) {
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-d7102814]:nth-last-child(2) {
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-d7102814]:nth-last-child(3) {
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-d7102814]:nth-last-child(3) {
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-d7102814]:nth-last-child(4) {
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-d7102814]:nth-last-child(4) {
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-d7102814]:nth-last-child(5) {
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-d7102814]:nth-last-child(5) {
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-d7102814] {
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-d7102814]:hover {
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-d7102814] {
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-d7102814] {
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 */
@@ -7893,9 +7893,6 @@ input[data-v-c1a50a6e]::placeholder {
7893
7893
  .scalar-app .max-w-\[14px\] {
7894
7894
  max-width: 14px;
7895
7895
  }
7896
- .scalar-app .max-w-\[16rem\] {
7897
- max-width: 16rem;
7898
- }
7899
7896
  .scalar-app .max-w-\[37px\] {
7900
7897
  max-width: 37px;
7901
7898
  }
@@ -9211,6 +9208,9 @@ input[data-v-c1a50a6e]::placeholder {
9211
9208
  :is(.scalar-app .\*\:h-8 > *) {
9212
9209
  height: 32px;
9213
9210
  }
9211
+ :is(.scalar-app .\*\:max-w-64 > *) {
9212
+ max-width: 256px;
9213
+ }
9214
9214
  :is(.scalar-app .\*\:cursor-pointer > *) {
9215
9215
  cursor: pointer;
9216
9216
  }
@@ -9424,6 +9424,10 @@ input[data-v-c1a50a6e]::placeholder {
9424
9424
  content: var(--tw-content);
9425
9425
  background-color: var(--scalar-border-color);
9426
9426
  }
9427
+ :is(.scalar-app .\*\:not-first\:before\:content-\[\'_·_\'\] > *):not(:first-child):before {
9428
+ --tw-content: " · ";
9429
+ content: var(--tw-content);
9430
+ }
9427
9431
  .scalar-app .after\:content-\[\'\:\'\]:after {
9428
9432
  --tw-content: ":";
9429
9433
  content: var(--tw-content);
@@ -10422,15 +10426,6 @@ to {
10422
10426
  .context-bar-group:hover .context-bar-group-hover\:hidden[data-v-f97cc68c], .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
10423
10427
  display: none;
10424
10428
  }
10425
- .schema > span[data-v-f2ab7aa3]:not(:first-child):before {
10426
- content: "·";
10427
- margin: 0 .5ch;
10428
- display: block;
10429
- }
10430
- .schema > span[data-v-f2ab7aa3] {
10431
- white-space: nowrap;
10432
- display: flex;
10433
- }
10434
10429
  [data-v-36811e28] .cm-editor {
10435
10430
  padding: 0;
10436
10431
  }
@@ -10462,7 +10457,7 @@ to {
10462
10457
  -webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
10463
10458
  mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
10464
10459
  }
10465
- [data-v-0fdec6da] .cm-content {
10460
+ [data-v-2f50e5b7] .cm-content {
10466
10461
  font-size: var(--scalar-small);
10467
10462
  }
10468
10463
  .form-group[data-v-43df1726] {
@@ -10518,31 +10513,31 @@ input[data-v-3157c3c7]::placeholder {
10518
10513
  -webkit-text-security: disc;
10519
10514
  -moz-text-security: disc;
10520
10515
  }
10521
- .request-section-content[data-v-98af86fe] {
10516
+ .request-section-content[data-v-e0c182d2] {
10522
10517
  --scalar-border-width: .5px;
10523
10518
  }
10524
- .request-section-content-filter[data-v-98af86fe] {
10519
+ .request-section-content-filter[data-v-e0c182d2] {
10525
10520
  box-shadow: 0 -10px 0 10px var(--scalar-background-1);
10526
10521
  }
10527
- .request-item:focus-within .request-meta-buttons[data-v-98af86fe] {
10522
+ .request-item:focus-within .request-meta-buttons[data-v-e0c182d2] {
10528
10523
  opacity: 1;
10529
10524
  }
10530
- .group-hover-input[data-v-98af86fe] {
10525
+ .group-hover-input[data-v-e0c182d2] {
10531
10526
  border-width: var(--scalar-border-width);
10532
10527
  border-color: #0000;
10533
10528
  }
10534
- .group:hover .group-hover-input[data-v-98af86fe] {
10529
+ .group:hover .group-hover-input[data-v-e0c182d2] {
10535
10530
  background: var(--scalar-background-1);
10536
10531
  }
10537
10532
  @supports (color: color-mix(in lab, red, red)) {
10538
- .group:hover .group-hover-input[data-v-98af86fe] {
10533
+ .group:hover .group-hover-input[data-v-e0c182d2] {
10539
10534
  background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
10540
10535
  }
10541
10536
  }
10542
- .group:hover .group-hover-input[data-v-98af86fe] {
10537
+ .group:hover .group-hover-input[data-v-e0c182d2] {
10543
10538
  border-color: var(--scalar-border-color);
10544
10539
  }
10545
- .group-hover-input[data-v-98af86fe]:focus {
10540
+ .group-hover-input[data-v-e0c182d2]:focus {
10546
10541
  border-color: var(--scalar-border-color) !important;
10547
10542
  background: none !important;
10548
10543
  }
@@ -10655,39 +10650,39 @@ to {
10655
10650
  transform: translateY(0);
10656
10651
  }
10657
10652
  }
10658
- .request-card[data-v-4f489717] {
10653
+ .request-card[data-v-f52db2cc] {
10659
10654
  font-size: var(--scalar-font-size-3);
10660
10655
  }
10661
- .request-method[data-v-4f489717] {
10656
+ .request-method[data-v-f52db2cc] {
10662
10657
  font-family: var(--scalar-font-code);
10663
10658
  text-transform: uppercase;
10664
10659
  margin-right: 6px;
10665
10660
  }
10666
- .request-card-footer[data-v-4f489717] {
10661
+ .request-card-footer[data-v-f52db2cc] {
10667
10662
  flex-shrink: 0;
10668
10663
  justify-content: flex-end;
10669
10664
  padding: 6px;
10670
10665
  display: flex;
10671
10666
  position: relative;
10672
10667
  }
10673
- .request-card-footer-addon[data-v-4f489717] {
10668
+ .request-card-footer-addon[data-v-f52db2cc] {
10674
10669
  flex: 1;
10675
10670
  align-items: center;
10676
10671
  min-width: 0;
10677
10672
  display: flex;
10678
10673
  }
10679
- .request-editor-section[data-v-4f489717] {
10674
+ .request-editor-section[data-v-f52db2cc] {
10680
10675
  flex: 1;
10681
10676
  display: flex;
10682
10677
  }
10683
- .request-card-simple[data-v-4f489717] {
10678
+ .request-card-simple[data-v-f52db2cc] {
10684
10679
  font-size: var(--scalar-small);
10685
10680
  justify-content: space-between;
10686
10681
  align-items: center;
10687
10682
  padding: 8px 8px 8px 12px;
10688
10683
  display: flex;
10689
10684
  }
10690
- .code-snippet[data-v-4f489717] {
10685
+ .code-snippet[data-v-f52db2cc] {
10691
10686
  flex-direction: column;
10692
10687
  width: 100%;
10693
10688
  display: flex;
@@ -11924,7 +11919,7 @@ to {
11924
11919
  display: flex;
11925
11920
  position: relative;
11926
11921
  }
11927
- .askForAuthentication[data-v-8af07610] {
11922
+ .askForAuthentication[data-v-6fbfc976] {
11928
11923
  border-top: var(--scalar-border-width) solid var(--scalar-border-color);
11929
11924
  border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
11930
11925
  width: 100%;
@@ -11935,7 +11930,7 @@ to {
11935
11930
  display: flex;
11936
11931
  position: relative;
11937
11932
  }
11938
- .authContent[data-v-8af07610] {
11933
+ .authContent[data-v-6fbfc976] {
11939
11934
  grid-template-rows: 0fr;
11940
11935
  width: 100%;
11941
11936
  max-width: 520px;
@@ -11945,19 +11940,19 @@ to {
11945
11940
  display: grid;
11946
11941
  overflow: hidden;
11947
11942
  }
11948
- .authContentInner[data-v-8af07610] > div {
11943
+ .authContentInner[data-v-6fbfc976] > div {
11949
11944
  margin: 36px 0 48px;
11950
11945
  }
11951
- .authContent[data-v-8af07610] .markdown {
11946
+ .authContent[data-v-6fbfc976] .markdown {
11952
11947
  margin-bottom: 0 !important;
11953
11948
  }
11954
- .askForAuthentication.open .authContent[data-v-8af07610] {
11949
+ .askForAuthentication.open .authContent[data-v-6fbfc976] {
11955
11950
  grid-template-rows: 1fr;
11956
11951
  }
11957
- .continueButton[data-v-8af07610] {
11952
+ .continueButton[data-v-6fbfc976] {
11958
11953
  align-self: flex-end;
11959
11954
  }
11960
- .toggleButton[data-v-8af07610] {
11955
+ .toggleButton[data-v-6fbfc976] {
11961
11956
  cursor: pointer;
11962
11957
  text-align: left;
11963
11958
  color: var(--scalar-color-3);
@@ -11969,11 +11964,11 @@ to {
11969
11964
  display: flex;
11970
11965
  position: relative;
11971
11966
  }
11972
- .authContentInner[data-v-8af07610] {
11967
+ .authContentInner[data-v-6fbfc976] {
11973
11968
  min-height: 0;
11974
11969
  overflow: hidden;
11975
11970
  }
11976
- .authorizeButton[data-v-8af07610] {
11971
+ .authorizeButton[data-v-6fbfc976] {
11977
11972
  z-index: 1;
11978
11973
  gap: 5px;
11979
11974
  display: flex;
@@ -12253,45 +12248,7 @@ to {
12253
12248
  margin-bottom: 20px;
12254
12249
  padding: 15px;
12255
12250
  }
12256
- .contextItem[data-v-b6e5aa96] {
12257
- color: var(--scalar-color-2);
12258
- cursor: pointer;
12259
- vertical-align: middle;
12260
- background: var(--scalar-background-2);
12261
- }
12262
- @supports (color: color-mix(in lab, red, red)) {
12263
- .contextItem[data-v-b6e5aa96] {
12264
- background: color-mix(in srgb, var(--scalar-background-2), var(--scalar-background-1));
12265
- }
12266
- }
12267
- .contextItem[data-v-b6e5aa96] {
12268
- border-radius: 12px;
12269
- align-items: center;
12270
- padding: 5px 10px;
12271
- font-size: 10px;
12272
- display: flex;
12273
- }
12274
- .shimmer[data-v-b6e5aa96] {
12275
- background: var(--scalar-background-2);
12276
- background-image: linear-gradient(90deg, #202020 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
12277
- background-size: 200% 100%;
12278
- animation: 1.4s ease-in-out infinite shimmer-b6e5aa96;
12279
- }
12280
- .light-mode .shimmer[data-v-b6e5aa96] {
12281
- background: var(--scalar-background-2);
12282
- background-image: linear-gradient(90deg, #fafafa 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
12283
- background-size: 200% 100%;
12284
- animation: 1.4s ease-in-out infinite shimmer-b6e5aa96;
12285
- }
12286
- @keyframes shimmer-b6e5aa96 {
12287
- 0% {
12288
- background-position: 200% 0;
12289
- }
12290
- to {
12291
- background-position: -200% 0;
12292
- }
12293
- }
12294
- .playIcon[data-v-653c66b3] {
12251
+ .playIcon[data-v-9d9724d2] {
12295
12252
  z-index: 1;
12296
12253
  background: var(--scalar-background-1);
12297
12254
  border-radius: 50%;
@@ -12303,7 +12260,7 @@ to {
12303
12260
  display: flex;
12304
12261
  position: relative;
12305
12262
  }
12306
- .playIcon[data-v-653c66b3]:before {
12263
+ .playIcon[data-v-9d9724d2]:before {
12307
12264
  content: "";
12308
12265
  box-sizing: border-box;
12309
12266
  border: 1.5px solid;
@@ -12313,11 +12270,11 @@ to {
12313
12270
  border-radius: 50%;
12314
12271
  width: 16px;
12315
12272
  height: 16px;
12316
- animation: .42s linear infinite rotation-653c66b3;
12273
+ animation: .42s linear infinite rotation-9d9724d2;
12317
12274
  display: inline-block;
12318
12275
  position: absolute;
12319
12276
  }
12320
- .sendingRequest[data-v-653c66b3] {
12277
+ .loadingApiSpecs[data-v-9d9724d2] {
12321
12278
  color: var(--scalar-color-2);
12322
12279
  font-weight: var(--scalar-semibold);
12323
12280
  font-size: var(--scalar-font-size-3);
@@ -12326,13 +12283,13 @@ to {
12326
12283
  margin-bottom: 10px;
12327
12284
  display: flex;
12328
12285
  }
12329
- .sendingRequest svg[data-v-653c66b3] {
12286
+ .loadingApiSpecs svg[data-v-9d9724d2] {
12330
12287
  z-index: 1;
12331
12288
  border-radius: 50%;
12332
12289
  width: 100%;
12333
12290
  height: 100%;
12334
12291
  }
12335
- @keyframes rotation-653c66b3 {
12292
+ @keyframes rotation-9d9724d2 {
12336
12293
  0% {
12337
12294
  transform: rotate(0);
12338
12295
  }
@@ -12340,16 +12297,52 @@ to {
12340
12297
  transform: rotate(360deg);
12341
12298
  }
12342
12299
  }
12343
- .operations[data-v-ecee6203] {
12300
+ .contextItem[data-v-e6786ce3] {
12301
+ white-space: nowrap;
12302
+ color: var(--scalar-color-2);
12303
+ cursor: pointer;
12304
+ vertical-align: middle;
12305
+ background: var(--scalar-background-2);
12306
+ }
12307
+ @supports (color: color-mix(in lab, red, red)) {
12308
+ .contextItem[data-v-e6786ce3] {
12309
+ background: color-mix(in srgb, var(--scalar-background-2), var(--scalar-background-1));
12310
+ }
12311
+ }
12312
+ .contextItem[data-v-e6786ce3] {
12313
+ border-radius: 12px;
12344
12314
  align-items: center;
12345
- gap: 5px;
12346
- margin-bottom: 12px;
12315
+ max-width: 200px;
12316
+ padding: 5px 10px;
12317
+ font-size: 10px;
12347
12318
  display: flex;
12348
12319
  }
12349
- .operations[data-v-ecee6203]:empty {
12350
- margin-bottom: -12px;
12320
+ .contextItemText[data-v-e6786ce3] {
12321
+ text-overflow: ellipsis;
12322
+ white-space: nowrap;
12323
+ overflow: hidden;
12351
12324
  }
12352
- .playIcon[data-v-9d9724d2] {
12325
+ .shimmer[data-v-e6786ce3] {
12326
+ background: var(--scalar-background-2);
12327
+ background-image: linear-gradient(90deg, #202020 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
12328
+ background-size: 200% 100%;
12329
+ animation: 1.4s ease-in-out infinite shimmer-e6786ce3;
12330
+ }
12331
+ .light-mode .shimmer[data-v-e6786ce3] {
12332
+ background: var(--scalar-background-2);
12333
+ background-image: linear-gradient(90deg, #fafafa 0%, var(--scalar-background-2) 40%, var(--scalar-background-3) 80%);
12334
+ background-size: 200% 100%;
12335
+ animation: 1.4s ease-in-out infinite shimmer-e6786ce3;
12336
+ }
12337
+ @keyframes shimmer-e6786ce3 {
12338
+ 0% {
12339
+ background-position: 200% 0;
12340
+ }
12341
+ to {
12342
+ background-position: -200% 0;
12343
+ }
12344
+ }
12345
+ .playIcon[data-v-6e0ac42c] {
12353
12346
  z-index: 1;
12354
12347
  background: var(--scalar-background-1);
12355
12348
  border-radius: 50%;
@@ -12361,7 +12354,7 @@ to {
12361
12354
  display: flex;
12362
12355
  position: relative;
12363
12356
  }
12364
- .playIcon[data-v-9d9724d2]:before {
12357
+ .playIcon[data-v-6e0ac42c]:before {
12365
12358
  content: "";
12366
12359
  box-sizing: border-box;
12367
12360
  border: 1.5px solid;
@@ -12371,11 +12364,11 @@ to {
12371
12364
  border-radius: 50%;
12372
12365
  width: 16px;
12373
12366
  height: 16px;
12374
- animation: .42s linear infinite rotation-9d9724d2;
12367
+ animation: .42s linear infinite rotation-6e0ac42c;
12375
12368
  display: inline-block;
12376
12369
  position: absolute;
12377
12370
  }
12378
- .loadingApiSpecs[data-v-9d9724d2] {
12371
+ .sendingRequest[data-v-6e0ac42c] {
12379
12372
  color: var(--scalar-color-2);
12380
12373
  font-weight: var(--scalar-semibold);
12381
12374
  font-size: var(--scalar-font-size-3);
@@ -12384,13 +12377,13 @@ to {
12384
12377
  margin-bottom: 10px;
12385
12378
  display: flex;
12386
12379
  }
12387
- .loadingApiSpecs svg[data-v-9d9724d2] {
12380
+ .sendingRequest svg[data-v-6e0ac42c] {
12388
12381
  z-index: 1;
12389
12382
  border-radius: 50%;
12390
12383
  width: 100%;
12391
12384
  height: 100%;
12392
12385
  }
12393
- @keyframes rotation-9d9724d2 {
12386
+ @keyframes rotation-6e0ac42c {
12394
12387
  0% {
12395
12388
  transform: rotate(0);
12396
12389
  }
@@ -12398,6 +12391,22 @@ to {
12398
12391
  transform: rotate(360deg);
12399
12392
  }
12400
12393
  }
12394
+ .operations[data-v-43dd2b86] {
12395
+ flex-wrap: wrap;
12396
+ align-items: center;
12397
+ gap: 5px;
12398
+ margin-bottom: 12px;
12399
+ display: flex;
12400
+ }
12401
+ .operations[data-v-43dd2b86]:empty {
12402
+ margin-bottom: -12px;
12403
+ }
12404
+ .overflowPopover[data-v-43dd2b86] {
12405
+ flex-direction: column;
12406
+ gap: 5px;
12407
+ padding: 8px;
12408
+ display: flex;
12409
+ }
12401
12410
  .catalogModal .scalar-modal-body {
12402
12411
  flex-direction: column;
12403
12412
  display: flex;
@@ -13073,7 +13082,7 @@ to {
13073
13082
  border-radius: 50%;
13074
13083
  padding: 2px;
13075
13084
  }
13076
- .chat[data-v-db4ff6c9] {
13085
+ .chat[data-v-8e43ed7a] {
13077
13086
  flex-direction: column;
13078
13087
  flex: 1;
13079
13088
  width: 100%;
@@ -13081,7 +13090,7 @@ to {
13081
13090
  padding: 24px 0;
13082
13091
  display: flex;
13083
13092
  }
13084
- .userMessage[data-v-db4ff6c9] {
13093
+ .userMessage[data-v-8e43ed7a] {
13085
13094
  background: var(--scalar-background-2);
13086
13095
  width: fit-content;
13087
13096
  max-width: 80%;
@@ -13095,24 +13104,24 @@ to {
13095
13104
  font-size: 16px;
13096
13105
  line-height: 24px;
13097
13106
  }
13098
- div + .userMessage[data-v-db4ff6c9] {
13107
+ div + .userMessage[data-v-8e43ed7a] {
13099
13108
  margin-top: 64px;
13100
13109
  }
13101
- .chat[data-v-db4ff6c9] > div:has(.executeRequestTool) + div:has(.executeRequestTool) {
13110
+ .chat[data-v-8e43ed7a] > div:has(.executeRequestTool) + div:has(.executeRequestTool) {
13102
13111
  margin-top: -12px;
13103
13112
  }
13104
- .spacer[data-v-db4ff6c9] {
13113
+ .spacer[data-v-8e43ed7a] {
13105
13114
  width: 100%;
13106
13115
  min-height: 280px;
13107
13116
  }
13108
- .formContainer[data-v-db4ff6c9] {
13117
+ .formContainer[data-v-8e43ed7a] {
13109
13118
  z-index: 1;
13110
13119
  width: 100%;
13111
13120
  max-width: 744px;
13112
13121
  position: fixed;
13113
13122
  bottom: 20px;
13114
13123
  }
13115
- .chat[data-v-db4ff6c9] .markdown {
13124
+ .chat[data-v-8e43ed7a] .markdown {
13116
13125
  margin-bottom: 12px;
13117
13126
  }
13118
13127
  .agentLogo[data-v-56f7e8dd] {
@@ -13450,7 +13459,7 @@ div + .userMessage[data-v-db4ff6c9] {
13450
13459
  }
13451
13460
  /* Configurable Layout Variables */
13452
13461
  @layer scalar-config {
13453
- .scalar-api-reference[data-v-02b3aaa4] {
13462
+ .scalar-api-reference[data-v-274a4872] {
13454
13463
  /* The header height */
13455
13464
  --refs-header-height: calc(
13456
13465
  var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
@@ -13472,19 +13481,19 @@ div + .userMessage[data-v-db4ff6c9] {
13472
13481
  /* The maximum width of the content column */
13473
13482
  --refs-content-max-width: var(--scalar-content-max-width, 1540px);
13474
13483
  }
13475
- .scalar-api-reference.references-classic[data-v-02b3aaa4] {
13484
+ .scalar-api-reference.references-classic[data-v-274a4872] {
13476
13485
  /* Classic layout is wider */
13477
13486
  --refs-content-max-width: var(--scalar-content-max-width, 1420px);
13478
13487
  min-height: 100dvh;
13479
13488
  --refs-sidebar-width: 0;
13480
13489
  }
13481
13490
  }
13482
- .t-doc__sidebar[data-v-02b3aaa4] {
13491
+ .t-doc__sidebar[data-v-274a4872] {
13483
13492
  z-index: 10;
13484
13493
  }
13485
13494
  /* ----------------------------------------------------- */
13486
13495
  /* References Layout */
13487
- .references-layout[data-v-02b3aaa4] {
13496
+ .references-layout[data-v-274a4872] {
13488
13497
  /* Try to fill the container */
13489
13498
  min-height: 100dvh;
13490
13499
  min-width: 100%;
@@ -13508,43 +13517,43 @@ div + .userMessage[data-v-db4ff6c9] {
13508
13517
 
13509
13518
  background: var(--scalar-background-1);
13510
13519
  }
13511
- .references-editor[data-v-02b3aaa4] {
13520
+ .references-editor[data-v-274a4872] {
13512
13521
  grid-area: editor;
13513
13522
  display: flex;
13514
13523
  min-width: 0;
13515
13524
  background: var(--scalar-background-1);
13516
13525
  }
13517
- .references-rendered[data-v-02b3aaa4] {
13526
+ .references-rendered[data-v-274a4872] {
13518
13527
  position: relative;
13519
13528
  grid-area: rendered;
13520
13529
  min-width: 0;
13521
13530
  background: var(--scalar-background-1);
13522
13531
  }
13523
- .scalar-api-reference.references-classic[data-v-02b3aaa4],
13524
- .references-classic .references-rendered[data-v-02b3aaa4] {
13532
+ .scalar-api-reference.references-classic[data-v-274a4872],
13533
+ .references-classic .references-rendered[data-v-274a4872] {
13525
13534
  height: initial !important;
13526
13535
  max-height: initial !important;
13527
13536
  }
13528
13537
  @layer scalar-config {
13529
- .references-sidebar[data-v-02b3aaa4] {
13538
+ .references-sidebar[data-v-274a4872] {
13530
13539
  /* Set a default width if references are enabled */
13531
13540
  --refs-sidebar-width: var(--scalar-sidebar-width, 288px);
13532
13541
  }
13533
13542
  }
13534
13543
  /* Footer */
13535
- .references-footer[data-v-02b3aaa4] {
13544
+ .references-footer[data-v-274a4872] {
13536
13545
  grid-area: footer;
13537
13546
  }
13538
13547
  /* ----------------------------------------------------- */
13539
13548
  /* Responsive / Mobile Layout */
13540
13549
  @media (max-width: 1000px) {
13541
13550
  /* Keep toolbar hidden on mobile without forcing desktop display mode. */
13542
- .references-developer-tools[data-v-02b3aaa4] {
13551
+ .references-developer-tools[data-v-274a4872] {
13543
13552
  display: none;
13544
13553
  }
13545
13554
 
13546
13555
  /* Stack view on mobile */
13547
- .references-layout[data-v-02b3aaa4] {
13556
+ .references-layout[data-v-274a4872] {
13548
13557
  /* Adjust the sidebar height to the viewport height minus the header height */
13549
13558
  --refs-sidebar-height: calc(
13550
13559
  var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
@@ -13559,13 +13568,13 @@ div + .userMessage[data-v-db4ff6c9] {
13559
13568
  'rendered'
13560
13569
  'footer';
13561
13570
  }
13562
- .references-editable[data-v-02b3aaa4] {
13571
+ .references-editable[data-v-274a4872] {
13563
13572
  grid-template-areas:
13564
13573
  'header'
13565
13574
  'navigation'
13566
13575
  'editor';
13567
13576
  }
13568
- .references-rendered[data-v-02b3aaa4] {
13577
+ .references-rendered[data-v-274a4872] {
13569
13578
  position: static;
13570
13579
  }
13571
13580
  }
@@ -13575,11 +13584,11 @@ div + .userMessage[data-v-db4ff6c9] {
13575
13584
  * when the new elements are available
13576
13585
  */
13577
13586
  @media (max-width: 1000px) {
13578
- .scalar-api-references-standalone-mobile[data-v-02b3aaa4]:not(.references-classic) {
13587
+ .scalar-api-references-standalone-mobile[data-v-274a4872]:not(.references-classic) {
13579
13588
  --scalar-header-height: 50px;
13580
13589
  }
13581
13590
  }
13582
- .darklight-reference[data-v-02b3aaa4] {
13591
+ .darklight-reference[data-v-274a4872] {
13583
13592
  width: 100%;
13584
13593
  margin-top: auto;
13585
13594
  }