@scalar/api-reference 1.48.1 → 1.48.4

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/dist/browser/standalone.js +2852 -2742
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts +21 -0
  5. package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts.map +1 -0
  6. package/dist/components/AgentScalar/OpenMCPButton.vue.js +7 -0
  7. package/dist/components/AgentScalar/OpenMCPButton.vue2.js +191 -0
  8. package/dist/components/AgentScalar/index.d.ts +1 -0
  9. package/dist/components/AgentScalar/index.d.ts.map +1 -1
  10. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  11. package/dist/components/ApiReference.vue.js +1 -1
  12. package/dist/components/ApiReference.vue2.js +22 -2
  13. package/dist/components/Content/Content.vue.js +1 -1
  14. package/dist/components/Content/Schema/{SchemaEnumValues.vue.d.ts → SchemaEnums.vue.d.ts} +3 -1
  15. package/dist/components/Content/Schema/SchemaEnums.vue.d.ts.map +1 -0
  16. package/dist/components/Content/Schema/SchemaEnums.vue.js +7 -0
  17. package/dist/components/Content/Schema/{SchemaEnumValues.vue2.js → SchemaEnums.vue2.js} +16 -6
  18. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +29 -3
  20. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -0
  21. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  22. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  23. package/dist/components/Content/Schema/SchemaProperty.vue2.js +14 -6
  24. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +2 -0
  25. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  27. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +5 -1
  28. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  29. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  30. package/dist/features/Operation/components/ParameterListItem.vue2.js +19 -3
  31. package/dist/helpers/index.d.ts +1 -1
  32. package/dist/helpers/index.d.ts.map +1 -1
  33. package/dist/helpers/index.js +2 -1
  34. package/dist/style.css +254 -110
  35. package/package.json +16 -16
  36. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +0 -1
  37. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +0 -7
package/dist/style.css CHANGED
@@ -305,27 +305,34 @@ button.schema-card-title[data-v-d9bd8110]:hover {
305
305
  color: var(--scalar-color-3);
306
306
  }
307
307
 
308
- .property-heading:empty + .property-description[data-v-d5367294]:last-of-type,
309
- .property-description[data-v-d5367294]:first-of-type:last-of-type {
308
+ .property-heading:empty + .property-description[data-v-55c01b89]:last-of-type,
309
+ .property-description[data-v-55c01b89]:first-of-type:last-of-type {
310
310
  margin-top: 0;
311
311
  }
312
- .property-list[data-v-d5367294] {
312
+ .property-list[data-v-55c01b89] {
313
313
  border: var(--scalar-border-width) solid var(--scalar-border-color);
314
314
  border-radius: var(--scalar-radius);
315
315
  margin-top: 10px;
316
316
  }
317
- .property-list .property[data-v-d5367294]:last-of-type {
317
+ .property-list .property[data-v-55c01b89]:last-of-type {
318
318
  padding-bottom: 10px;
319
319
  }
320
- .property-enum-values[data-v-d5367294] {
320
+ .property-enum-values[data-v-55c01b89] {
321
321
  font-size: var(--scalar-font-size-3);
322
322
  list-style: none;
323
323
  margin-top: 8px;
324
324
  padding-left: 2px;
325
325
  }
326
- .enum-toggle-button[data-v-d5367294]:hover {
326
+ .enum-toggle-button[data-v-55c01b89]:hover {
327
327
  color: var(--scalar-color-1);
328
328
  }
329
+ .property-enum-property-names[data-v-55c01b89] {
330
+ font-size: var(--scalar-font-size-4);
331
+ color: var(--scalar-color-2);
332
+ display: inline-block;
333
+ padding: 0 2px;
334
+ margin-top: 8px;
335
+ }
329
336
 
330
337
  .property-default[data-v-4da5c70a] {
331
338
  display: flex;
@@ -533,27 +540,27 @@ code.property-detail-value[data-v-1295f965] {
533
540
  border: transparent;
534
541
  }
535
542
 
536
- .property-heading[data-v-b69e3089] {
543
+ .property-heading[data-v-881aa734] {
537
544
  display: flex;
538
545
  flex-wrap: wrap;
539
546
  align-items: baseline;
540
547
  row-gap: 9px;
541
548
  white-space: nowrap;
542
549
  }
543
- .property-heading[data-v-b69e3089]:has(+ .children),
544
- .property-heading[data-v-b69e3089]:has(+ .property-rule) {
550
+ .property-heading[data-v-881aa734]:has(+ .children),
551
+ .property-heading[data-v-881aa734]:has(+ .property-rule) {
545
552
  margin-bottom: 9px;
546
553
  }
547
- .property-heading[data-v-b69e3089] > * {
554
+ .property-heading[data-v-881aa734] > * {
548
555
  margin-right: 9px;
549
556
  }
550
- .property-heading[data-v-b69e3089]:last-child {
557
+ .property-heading[data-v-881aa734]:last-child {
551
558
  margin-right: 0;
552
559
  }
553
- .property-heading > .property-detail[data-v-b69e3089]:not(:last-of-type) {
560
+ .property-heading > .property-detail[data-v-881aa734]:not(:last-of-type) {
554
561
  margin-right: 0;
555
562
  }
556
- .property-name[data-v-b69e3089] {
563
+ .property-name[data-v-881aa734] {
557
564
  max-width: 100%;
558
565
  font-family: var(--scalar-font-code);
559
566
  font-weight: var(--scalar-bold);
@@ -561,30 +568,30 @@ code.property-detail-value[data-v-1295f965] {
561
568
  white-space: normal;
562
569
  overflow-wrap: break-word;
563
570
  }
564
- .property-additional[data-v-b69e3089] {
571
+ .property-additional[data-v-881aa734] {
565
572
  font-family: var(--scalar-font-code);
566
573
  }
567
- .property-required[data-v-b69e3089],
568
- .property-optional[data-v-b69e3089] {
574
+ .property-required[data-v-881aa734],
575
+ .property-optional[data-v-881aa734] {
569
576
  color: var(--scalar-color-2);
570
577
  }
571
- .property-required[data-v-b69e3089] {
578
+ .property-required[data-v-881aa734] {
572
579
  font-size: var(--scalar-mini);
573
580
  color: var(--scalar-color-orange);
574
581
  }
575
- .property-read-only[data-v-b69e3089] {
582
+ .property-read-only[data-v-881aa734] {
576
583
  font-size: var(--scalar-mini);
577
584
  color: var(--scalar-color-blue);
578
585
  }
579
- .property-write-only[data-v-b69e3089] {
586
+ .property-write-only[data-v-881aa734] {
580
587
  font-size: var(--scalar-mini);
581
588
  color: var(--scalar-color-green);
582
589
  }
583
- .property-discriminator[data-v-b69e3089] {
590
+ .property-discriminator[data-v-881aa734] {
584
591
  font-size: var(--scalar-mini);
585
592
  color: var(--scalar-color-purple);
586
593
  }
587
- .property-detail[data-v-b69e3089] {
594
+ .property-detail[data-v-881aa734] {
588
595
  font-size: var(--scalar-mini);
589
596
  color: var(--scalar-color-2);
590
597
  display: flex;
@@ -592,14 +599,14 @@ code.property-detail-value[data-v-1295f965] {
592
599
 
593
600
  min-width: 0;
594
601
  }
595
- .property-const[data-v-b69e3089] {
602
+ .property-const[data-v-881aa734] {
596
603
  color: var(--scalar-color-1);
597
604
  }
598
- .deprecated[data-v-b69e3089] {
605
+ .deprecated[data-v-881aa734] {
599
606
  text-decoration: line-through;
600
607
  }
601
608
 
602
- .property[data-v-84242873] {
609
+ .property[data-v-8d72f803] {
603
610
  color: var(--scalar-color-1);
604
611
  display: flex;
605
612
  flex-direction: column;
@@ -609,7 +616,7 @@ code.property-detail-value[data-v-1295f965] {
609
616
  }
610
617
 
611
618
  /** Remove top padding for top level schema card */
612
- .property.property--level-0[data-v-84242873]:has(
619
+ .property.property--level-0[data-v-8d72f803]:has(
613
620
  > .property-rule
614
621
  > .schema-card
615
622
  > .schema-properties.schema-properties-open
@@ -618,25 +625,25 @@ code.property-detail-value[data-v-1295f965] {
618
625
  ) {
619
626
  padding-top: 0;
620
627
  }
621
- .property--compact.property--level-0[data-v-84242873],
622
- .property--compact.property--level-1[data-v-84242873] {
628
+ .property--compact.property--level-0[data-v-8d72f803],
629
+ .property--compact.property--level-1[data-v-8d72f803] {
623
630
  padding: 10px 0;
624
631
  }
625
- .composition-panel .property.property.property.property--level-0[data-v-84242873] {
632
+ .composition-panel .property.property.property.property--level-0[data-v-8d72f803] {
626
633
  padding: 0px;
627
634
  }
628
635
  .property--compact.property--level-0
629
636
  .composition-panel
630
- .property--compact.property--level-1[data-v-84242873] {
637
+ .property--compact.property--level-1[data-v-8d72f803] {
631
638
  padding: 8px;
632
639
  }
633
640
 
634
641
  /* if a property doesn't have a heading, remove the top padding */
635
- .property[data-v-84242873]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
642
+ .property[data-v-8d72f803]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
636
643
  padding-top: 8px;
637
644
  padding-bottom: 8px;
638
645
  }
639
- .property--deprecated[data-v-84242873] {
646
+ .property--deprecated[data-v-8d72f803] {
640
647
  background: repeating-linear-gradient(
641
648
  -45deg,
642
649
  var(--scalar-background-2) 0,
@@ -646,46 +653,46 @@ code.property-detail-value[data-v-1295f965] {
646
653
  );
647
654
  background-size: 100%;
648
655
  }
649
- .property--deprecated[data-v-84242873] > * {
656
+ .property--deprecated[data-v-8d72f803] > * {
650
657
  opacity: 0.75;
651
658
  }
652
- .property-description[data-v-84242873] {
659
+ .property-description[data-v-8d72f803] {
653
660
  margin-top: 6px;
654
661
  line-height: 1.4;
655
662
  font-size: var(--scalar-small);
656
663
  }
657
- .property-description[data-v-84242873]:has(+ .property-rule) {
664
+ .property-description[data-v-8d72f803]:has(+ .property-rule) {
658
665
  margin-bottom: 9px;
659
666
  }
660
- [data-v-84242873] .property-description * {
667
+ [data-v-8d72f803] .property-description * {
661
668
  color: var(--scalar-color-2) !important;
662
669
  }
663
- .property[data-v-84242873]:not(:last-of-type) {
670
+ .property[data-v-8d72f803]:not(:last-of-type) {
664
671
  border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
665
672
  }
666
- .property-description + .children[data-v-84242873],
667
- .children + .property-rule[data-v-84242873] {
673
+ .property-description + .children[data-v-8d72f803],
674
+ .children + .property-rule[data-v-8d72f803] {
668
675
  margin-top: 9px;
669
676
  }
670
- .children[data-v-84242873] {
677
+ .children[data-v-8d72f803] {
671
678
  display: flex;
672
679
  flex-direction: column;
673
680
  }
674
- .children .property--compact.property--level-1[data-v-84242873] {
681
+ .children .property--compact.property--level-1[data-v-8d72f803] {
675
682
  padding: 12px;
676
683
  }
677
- .property-example-value[data-v-84242873] {
684
+ .property-example-value[data-v-8d72f803] {
678
685
  all: unset;
679
686
  font-family: var(--scalar-font-code);
680
687
  padding: 6px;
681
688
  border-top: var(--scalar-border-width) solid var(--scalar-border-color);
682
689
  }
683
- .property-rule[data-v-84242873] {
690
+ .property-rule[data-v-8d72f803] {
684
691
  border-radius: var(--scalar-radius-lg);
685
692
  display: flex;
686
693
  flex-direction: column;
687
694
  }
688
- .property-rule[data-v-84242873]
695
+ .property-rule[data-v-8d72f803]
689
696
 
690
697
  .composition-panel
691
698
  .schema-card--level-1
@@ -693,7 +700,7 @@ code.property-detail-value[data-v-1295f965] {
693
700
  {
694
701
  border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
695
702
  }
696
- .property-rule[data-v-84242873]
703
+ .property-rule[data-v-8d72f803]
697
704
  .composition-panel > .schema-card > .schema-card-description {
698
705
  padding: 10px;
699
706
  border-left: var(--scalar-border-width) solid var(--scalar-border-color);
@@ -702,29 +709,29 @@ code.property-detail-value[data-v-1295f965] {
702
709
  margin-top: 0;
703
710
  }
704
711
  }
705
- .property-example[data-v-84242873] {
712
+ .property-example[data-v-8d72f803] {
706
713
  background: transparent;
707
714
  border: none;
708
715
  display: flex;
709
716
  flex-direction: row;
710
717
  gap: 8px;
711
718
  }
712
- .property-example-label[data-v-84242873],
713
- .property-example-value[data-v-84242873] {
719
+ .property-example-label[data-v-8d72f803],
720
+ .property-example-value[data-v-8d72f803] {
714
721
  padding: 3px 0 0 0;
715
722
  }
716
- .property-example-value[data-v-84242873] {
723
+ .property-example-value[data-v-8d72f803] {
717
724
  background: var(--scalar-background-2);
718
725
  border-top: 0;
719
726
  border-radius: var(--scalar-radius);
720
727
  padding: 3px 4px;
721
728
  }
722
- .property-name[data-v-84242873] {
729
+ .property-name[data-v-8d72f803] {
723
730
  font-family: var(--scalar-font-code);
724
731
  font-weight: var(--scalar-semibold);
725
732
  }
726
- .property-name-additional-properties[data-v-84242873]::before,
727
- .property-name-pattern-properties[data-v-84242873]::before {
733
+ .property-name-additional-properties[data-v-8d72f803]::before,
734
+ .property-name-pattern-properties[data-v-8d72f803]::before {
728
735
  text-transform: uppercase;
729
736
  font-size: var(--scalar-micro);
730
737
  display: inline-block;
@@ -735,11 +742,16 @@ code.property-detail-value[data-v-1295f965] {
735
742
  background-color: var(--scalar-background-2);
736
743
  margin-right: 4px;
737
744
  }
738
- .property-name-pattern-properties[data-v-84242873]::before {
745
+ .property-name-pattern-properties[data-v-8d72f803]::before {
739
746
  content: 'regex';
740
747
  }
741
- .property-name-additional-properties[data-v-84242873]::before {
742
- content: 'unknown property name';
748
+ .property-name-additional-properties[data-v-8d72f803],
749
+ .property-name-pattern-properties[data-v-8d72f803] {
750
+ border: 1px dashed var(--scalar-border-color);
751
+ color: var(--scalar-color-accent);
752
+ display: inline-block;
753
+ padding: 2px;
754
+ border-radius: var(--scalar-radius);
743
755
  }
744
756
 
745
757
  .section-header-label[data-v-f1ac6c38] {
@@ -1061,22 +1073,22 @@ button.headers-card-title[data-v-ab19704d]:hover {
1061
1073
  transform: rotate(45deg);
1062
1074
  }
1063
1075
 
1064
- .parameter-item[data-v-be55ce3a] {
1076
+ .parameter-item[data-v-d03ca136] {
1065
1077
  display: flex;
1066
1078
  flex-direction: column;
1067
1079
  position: relative;
1068
1080
  border-top: var(--scalar-border-width) solid var(--scalar-border-color);
1069
1081
  }
1070
- .parameter-item:last-of-type .parameter-schema[data-v-be55ce3a] {
1082
+ .parameter-item:last-of-type .parameter-schema[data-v-d03ca136] {
1071
1083
  padding-bottom: 0;
1072
1084
  }
1073
- .parameter-item-container[data-v-be55ce3a] {
1085
+ .parameter-item-container[data-v-d03ca136] {
1074
1086
  padding: 0;
1075
1087
  }
1076
- .parameter-item-headers[data-v-be55ce3a] {
1088
+ .parameter-item-headers[data-v-d03ca136] {
1077
1089
  border: var(--scalar-border-width) solid var(--scalar-border-color);
1078
1090
  }
1079
- .parameter-item-name[data-v-be55ce3a] {
1091
+ .parameter-item-name[data-v-d03ca136] {
1080
1092
  position: relative;
1081
1093
  font-weight: var(--scalar-bold);
1082
1094
  font-size: var(--scalar-font-size-4);
@@ -1084,50 +1096,50 @@ button.headers-card-title[data-v-ab19704d]:hover {
1084
1096
  color: var(--scalar-color-1);
1085
1097
  overflow-wrap: break-word;
1086
1098
  }
1087
- .parameter-item-description[data-v-be55ce3a],
1088
- .parameter-item-description-summary[data-v-be55ce3a] {
1099
+ .parameter-item-description[data-v-d03ca136],
1100
+ .parameter-item-description-summary[data-v-d03ca136] {
1089
1101
  font-size: var(--scalar-mini);
1090
1102
  color: var(--scalar-color-2);
1091
1103
  }
1092
- .parameter-item-description-summary.parameter-item-description-summary[data-v-be55ce3a] > * {
1104
+ .parameter-item-description-summary.parameter-item-description-summary[data-v-d03ca136] > * {
1093
1105
  --markdown-line-height: 1;
1094
1106
  }
1095
1107
 
1096
1108
  /* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
1097
1109
  .parameter-item-trigger
1098
- + .parameter-item-container[data-v-be55ce3a]
1110
+ + .parameter-item-container[data-v-d03ca136]
1099
1111
  .property--level-0 > .property-heading .property-detail-value {
1100
1112
  font-size: var(--scalar-micro);
1101
1113
  }
1102
- .parameter-item-required-optional[data-v-be55ce3a] {
1114
+ .parameter-item-required-optional[data-v-d03ca136] {
1103
1115
  color: var(--scalar-color-2);
1104
1116
  font-weight: var(--scalar-semibold);
1105
1117
  margin-right: 6px;
1106
1118
  position: relative;
1107
1119
  }
1108
- .parameter-item--required[data-v-be55ce3a] {
1120
+ .parameter-item--required[data-v-d03ca136] {
1109
1121
  text-transform: uppercase;
1110
1122
  font-size: var(--scalar-micro);
1111
1123
  font-weight: var(--scalar-semibold);
1112
1124
  color: var(--scalar-color-orange);
1113
1125
  }
1114
- .parameter-item-description[data-v-be55ce3a] {
1126
+ .parameter-item-description[data-v-d03ca136] {
1115
1127
  margin-top: 6px;
1116
1128
  font-size: var(--scalar-small);
1117
1129
  color: var(--scalar-color-2);
1118
1130
  line-height: 1.4;
1119
1131
  }
1120
- .parameter-item-description[data-v-be55ce3a] p {
1132
+ .parameter-item-description[data-v-d03ca136] p {
1121
1133
  margin-top: 4px;
1122
1134
  font-size: var(--scalar-small);
1123
1135
  color: var(--scalar-color-2);
1124
1136
  line-height: 1.4;
1125
1137
  }
1126
- .parameter-schema[data-v-be55ce3a] {
1138
+ .parameter-schema[data-v-d03ca136] {
1127
1139
  padding-bottom: 9px;
1128
1140
  margin-top: 3px;
1129
1141
  }
1130
- .parameter-item-trigger[data-v-be55ce3a] {
1142
+ .parameter-item-trigger[data-v-d03ca136] {
1131
1143
  display: flex;
1132
1144
  align-items: baseline;
1133
1145
  line-height: var(--scalar-line-height-5);
@@ -1136,21 +1148,21 @@ button.headers-card-title[data-v-ab19704d]:hover {
1136
1148
  padding: 10px 0;
1137
1149
  outline: none;
1138
1150
  }
1139
- .parameter-item-trigger-open[data-v-be55ce3a] {
1151
+ .parameter-item-trigger-open[data-v-d03ca136] {
1140
1152
  padding-bottom: 0;
1141
1153
  }
1142
- .parameter-item-icon[data-v-be55ce3a] {
1154
+ .parameter-item-icon[data-v-d03ca136] {
1143
1155
  color: var(--scalar-color-3);
1144
1156
  left: -19px;
1145
1157
  top: 0.5lh;
1146
1158
  translate: 0 -50%;
1147
1159
  position: absolute;
1148
1160
  }
1149
- .parameter-item-trigger:hover .parameter-item-icon[data-v-be55ce3a],
1150
- .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-be55ce3a] {
1161
+ .parameter-item-trigger:hover .parameter-item-icon[data-v-d03ca136],
1162
+ .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-d03ca136] {
1151
1163
  color: var(--scalar-color-1);
1152
1164
  }
1153
- .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-be55ce3a] {
1165
+ .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-d03ca136] {
1154
1166
  outline: 1px solid var(--scalar-color-accent);
1155
1167
  outline-offset: 2px;
1156
1168
  border-radius: var(--scalar-radius);
@@ -2391,6 +2403,99 @@ to {
2391
2403
  z-index: 15;
2392
2404
  }
2393
2405
  }
2406
+
2407
+ .scalar-mcp-layer[data-v-d7102814] {
2408
+ gap: 2px;
2409
+ display: flex;
2410
+ flex-direction: column;
2411
+ background: transparent;
2412
+ position: relative;
2413
+ justify-content: flex-end;
2414
+ transition: all 0.4s ease-in-out;
2415
+ height: 32px;
2416
+ }
2417
+ .scalar-mcp-layer[data-v-d7102814]:hover {
2418
+ height: 172px;
2419
+ }
2420
+ .scalar-mcp-layer-link[data-v-d7102814]:hover {
2421
+ cursor: pointer !important;
2422
+ }
2423
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814] {
2424
+ cursor: pointer;
2425
+ width: 100%;
2426
+ padding: 9px 6px;
2427
+ height: 31px;
2428
+ display: block;
2429
+ text-align: center;
2430
+ display: flex;
2431
+ align-items: center;
2432
+ white-space: nowrap;
2433
+ font-size: var(--scalar-small);
2434
+ line-height: 1.385;
2435
+ text-decoration: none;
2436
+ border-radius: var(--scalar-radius);
2437
+ border: var(--scalar-border-width) solid var(--scalar-border-color);
2438
+ gap: 6px;
2439
+ color: var(--scalar-sidebar-color-1);
2440
+ background: var(--scalar-background-1);
2441
+ transition: transform 0.2s ease-in-out;
2442
+ position: absolute;
2443
+ bottom: 0;
2444
+ }
2445
+ /* increase click area for gap */
2446
+ .scalar-mcp-layer-link[data-v-d7102814]:after {
2447
+ content: '';
2448
+ position: absolute;
2449
+ bottom: -2px;
2450
+ height: 2px;
2451
+ width: 100%;
2452
+ left: 0;
2453
+ }
2454
+ .scalar-mcp-layer div.scalar-mcp-layer-link[data-v-d7102814] {
2455
+ cursor: default;
2456
+ }
2457
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(1) {
2458
+ transform: translate3d(0, 0, 0);
2459
+ position: relative;
2460
+ }
2461
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(2) {
2462
+ transform: translate3d(0, -2px, 0) scale(0.99);
2463
+ }
2464
+ .scalar-mcp-layer:hover a[data-v-d7102814]:nth-last-child(2) {
2465
+ transform: translate3d(0, calc(-100% - 2px), 0) scale(0.99);
2466
+ }
2467
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(3) {
2468
+ transform: translate3d(0, -4px, 0) scale(0.98);
2469
+ }
2470
+ .scalar-mcp-layer:hover a[data-v-d7102814]:nth-last-child(3) {
2471
+ transform: translate3d(0, calc(-200% - 4px), 0) scale(1);
2472
+ }
2473
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(4) {
2474
+ transform: translate3d(0, -6px, 0) scale(0.97);
2475
+ }
2476
+ .scalar-mcp-layer:hover a[data-v-d7102814]:nth-last-child(4) {
2477
+ transform: translate3d(0, calc(-300% - 6px), 0) scale(1);
2478
+ }
2479
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(5) {
2480
+ transform: translate3d(0, -8px, 0) scale(0.96);
2481
+ }
2482
+ .scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(5) {
2483
+ transform: translate3d(0, calc(-400% - 8px), 0) scale(1);
2484
+ }
2485
+ .scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-d7102814] {
2486
+ transition: transform 0.2s ease-in-out 0.1s;
2487
+ }
2488
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:hover {
2489
+ background: var(--scalar-background-2);
2490
+ }
2491
+ .scalar-mcp-layer .mcp-logo[data-v-d7102814] {
2492
+ width: 16px;
2493
+ height: 16px;
2494
+ color: var(--scalar-sidebar-color-1);
2495
+ }
2496
+ .mcp-nav[data-v-d7102814] {
2497
+ color: var(--scalar-sidebar-color-2);
2498
+ }
2394
2499
  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2395
2500
  @layer properties {
2396
2501
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
@@ -7054,6 +7159,9 @@ to {
7054
7159
  .scalar-app .top-2 {
7055
7160
  top: 8px;
7056
7161
  }
7162
+ .scalar-app .top-4 {
7163
+ top: 16px;
7164
+ }
7057
7165
  .scalar-app .top-12 {
7058
7166
  top: 48px;
7059
7167
  }
@@ -7144,6 +7252,9 @@ to {
7144
7252
  .scalar-app .z-\[1\] {
7145
7253
  z-index: 1;
7146
7254
  }
7255
+ .scalar-app .z-\[60\] {
7256
+ z-index: 60;
7257
+ }
7147
7258
  .scalar-app .z-\[1002\] {
7148
7259
  z-index: 1002;
7149
7260
  }
@@ -7751,12 +7862,15 @@ to {
7751
7862
  .scalar-app .max-w-\[100\%\] {
7752
7863
  max-width: 100%;
7753
7864
  }
7754
- .scalar-app .max-w-\[120px\] {
7755
- max-width: 120px;
7756
- }
7757
7865
  .scalar-app .max-w-\[150px\] {
7758
7866
  max-width: 150px;
7759
7867
  }
7868
+ .scalar-app .max-w-\[160px\] {
7869
+ max-width: 160px;
7870
+ }
7871
+ .scalar-app .max-w-\[220px\] {
7872
+ max-width: 220px;
7873
+ }
7760
7874
  .scalar-app .max-w-\[380px\] {
7761
7875
  max-width: 380px;
7762
7876
  }
@@ -8507,6 +8621,9 @@ to {
8507
8621
  .scalar-app .pt-8 {
8508
8622
  padding-top: 32px;
8509
8623
  }
8624
+ .scalar-app .pt-14 {
8625
+ padding-top: 56px;
8626
+ }
8510
8627
  .scalar-app .pt-px {
8511
8628
  padding-top: 1px;
8512
8629
  }
@@ -9465,9 +9582,27 @@ to {
9465
9582
  .scalar-app .max-md\:absolute\! {
9466
9583
  position: absolute !important;
9467
9584
  }
9585
+ .scalar-app .max-md\:fixed\! {
9586
+ position: fixed !important;
9587
+ }
9588
+ .scalar-app .max-md\:inset-y-0 {
9589
+ inset-block: 0;
9590
+ }
9591
+ .scalar-app .max-md\:z-2 {
9592
+ z-index: 2;
9593
+ }
9594
+ .scalar-app .max-md\:flex\! {
9595
+ display: flex !important;
9596
+ }
9597
+ .scalar-app .max-md\:hidden\! {
9598
+ display: none !important;
9599
+ }
9468
9600
  .scalar-app .max-md\:w-full\! {
9469
9601
  width: 100% !important;
9470
9602
  }
9603
+ .scalar-app .max-md\:pt-12 {
9604
+ padding-top: 48px;
9605
+ }
9471
9606
  }
9472
9607
  @media (min-width: 600px) {
9473
9608
  .scalar-app .sm\:not-sr-only {
@@ -9560,6 +9695,9 @@ to {
9560
9695
  .scalar-app .md\:grid {
9561
9696
  display: grid;
9562
9697
  }
9698
+ .scalar-app .md\:hidden {
9699
+ display: none;
9700
+ }
9563
9701
  .scalar-app .md\:w-full {
9564
9702
  width: 100%;
9565
9703
  }
@@ -9618,6 +9756,12 @@ to {
9618
9756
  .scalar-app .md\:py-2\.5 {
9619
9757
  padding-block: 10px;
9620
9758
  }
9759
+ .scalar-app .md\:pt-6 {
9760
+ padding-top: 24px;
9761
+ }
9762
+ .scalar-app .md\:pt-8 {
9763
+ padding-top: 32px;
9764
+ }
9621
9765
  .scalar-app .md\:pb-2\.5 {
9622
9766
  padding-bottom: 10px;
9623
9767
  }
@@ -11158,27 +11302,27 @@ to {
11158
11302
  .dark-mode .download-app-button[data-v-9b609275]:hover {
11159
11303
  background: linear-gradient(#00000026, #ffffff1a);
11160
11304
  }
11161
- .empty-sidebar-item-content[data-v-feb6f541] {
11305
+ .empty-sidebar-item-content[data-v-8621f58a] {
11162
11306
  display: none;
11163
11307
  }
11164
- .empty-sidebar-item .empty-sidebar-item-content[data-v-feb6f541] {
11308
+ .empty-sidebar-item .empty-sidebar-item-content[data-v-8621f58a] {
11165
11309
  display: block;
11166
11310
  }
11167
- .rabbitjump[data-v-feb6f541] {
11311
+ .rabbitjump[data-v-8621f58a] {
11168
11312
  opacity: 0;
11169
11313
  }
11170
- .empty-sidebar-item:hover .rabbitjump[data-v-feb6f541] {
11314
+ .empty-sidebar-item:hover .rabbitjump[data-v-8621f58a] {
11171
11315
  opacity: 1;
11172
- animation: .5s step-end infinite rabbitAnimation-feb6f541;
11316
+ animation: .5s step-end infinite rabbitAnimation-8621f58a;
11173
11317
  }
11174
- .empty-sidebar-item:hover .rabbitsit[data-v-feb6f541] {
11318
+ .empty-sidebar-item:hover .rabbitsit[data-v-8621f58a] {
11175
11319
  opacity: 0;
11176
- animation: .5s step-end infinite rabbitAnimation2-feb6f541;
11320
+ animation: .5s step-end infinite rabbitAnimation2-8621f58a;
11177
11321
  }
11178
- .empty-sidebar-item:hover .rabbit-ascii[data-v-feb6f541] {
11179
- animation: 8s linear infinite rabbitRun-feb6f541;
11322
+ .empty-sidebar-item:hover .rabbit-ascii[data-v-8621f58a] {
11323
+ animation: 8s linear infinite rabbitRun-8621f58a;
11180
11324
  }
11181
- @keyframes rabbitRun-feb6f541 {
11325
+ @keyframes rabbitRun-8621f58a {
11182
11326
  0% {
11183
11327
  transform: translateZ(0);
11184
11328
  }
@@ -11198,7 +11342,7 @@ to {
11198
11342
  transform: translateZ(0);
11199
11343
  }
11200
11344
  }
11201
- @keyframes rabbitAnimation-feb6f541 {
11345
+ @keyframes rabbitAnimation-8621f58a {
11202
11346
  0%, to {
11203
11347
  opacity: 1;
11204
11348
  }
@@ -11206,7 +11350,7 @@ to {
11206
11350
  opacity: 0;
11207
11351
  }
11208
11352
  }
11209
- @keyframes rabbitAnimation2-feb6f541 {
11353
+ @keyframes rabbitAnimation2-8621f58a {
11210
11354
  0%, to {
11211
11355
  opacity: 0;
11212
11356
  }
@@ -11309,7 +11453,7 @@ to {
11309
11453
  background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
11310
11454
  }
11311
11455
  }
11312
- .scalar-collection-auth[data-v-60f72663] {
11456
+ .scalar-collection-auth[data-v-1550f6bf] {
11313
11457
  border: var(--scalar-border-width) solid var(--scalar-border-color);
11314
11458
  border-radius: var(--scalar-radius-lg);
11315
11459
  overflow: hidden;
@@ -11495,22 +11639,22 @@ to {
11495
11639
  --callout-font-color: var(--callout-danger-font-color);
11496
11640
  --callout-svg: var(--callout-danger-primary);
11497
11641
  }
11498
- .group-hover-input[data-v-242ff9a6] {
11642
+ .group-hover-input[data-v-2f09f15e] {
11499
11643
  border-width: var(--scalar-border-width);
11500
11644
  border-color: #0000;
11501
11645
  }
11502
- .group:hover .group-hover-input[data-v-242ff9a6] {
11646
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11503
11647
  background: var(--scalar-background-1);
11504
11648
  }
11505
11649
  @supports (color: color-mix(in lab, red, red)) {
11506
- .group:hover .group-hover-input[data-v-242ff9a6] {
11650
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11507
11651
  background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
11508
11652
  }
11509
11653
  }
11510
- .group:hover .group-hover-input[data-v-242ff9a6] {
11654
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11511
11655
  border-color: var(--scalar-border-color);
11512
11656
  }
11513
- .group-hover-input[data-v-242ff9a6]:focus {
11657
+ .group-hover-input[data-v-2f09f15e]:focus {
11514
11658
  border-color: var(--scalar-border-color) !important;
11515
11659
  background: none !important;
11516
11660
  }
@@ -12283,7 +12427,7 @@ to {
12283
12427
 
12284
12428
  /* Configurable Layout Variables */
12285
12429
  @layer scalar-config {
12286
- .scalar-api-reference[data-v-69e552a7] {
12430
+ .scalar-api-reference[data-v-e8fb8338] {
12287
12431
  /* The header height */
12288
12432
  --refs-header-height: calc(
12289
12433
  var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
@@ -12305,20 +12449,20 @@ to {
12305
12449
  /* The maximum width of the content column */
12306
12450
  --refs-content-max-width: var(--scalar-content-max-width, 1540px);
12307
12451
  }
12308
- .scalar-api-reference.references-classic[data-v-69e552a7] {
12452
+ .scalar-api-reference.references-classic[data-v-e8fb8338] {
12309
12453
  /* Classic layout is wider */
12310
12454
  --refs-content-max-width: var(--scalar-content-max-width, 1420px);
12311
12455
  min-height: 100dvh;
12312
12456
  --refs-sidebar-width: 0;
12313
12457
  }
12314
12458
  }
12315
- .t-doc__sidebar[data-v-69e552a7] {
12459
+ .t-doc__sidebar[data-v-e8fb8338] {
12316
12460
  z-index: 10;
12317
12461
  }
12318
12462
 
12319
12463
  /* ----------------------------------------------------- */
12320
12464
  /* References Layout */
12321
- .references-layout[data-v-69e552a7] {
12465
+ .references-layout[data-v-e8fb8338] {
12322
12466
  /* Try to fill the container */
12323
12467
  min-height: 100dvh;
12324
12468
  min-width: 100%;
@@ -12342,39 +12486,39 @@ to {
12342
12486
 
12343
12487
  background: var(--scalar-background-1);
12344
12488
  }
12345
- .references-editor[data-v-69e552a7] {
12489
+ .references-editor[data-v-e8fb8338] {
12346
12490
  grid-area: editor;
12347
12491
  display: flex;
12348
12492
  min-width: 0;
12349
12493
  background: var(--scalar-background-1);
12350
12494
  }
12351
- .references-rendered[data-v-69e552a7] {
12495
+ .references-rendered[data-v-e8fb8338] {
12352
12496
  position: relative;
12353
12497
  grid-area: rendered;
12354
12498
  min-width: 0;
12355
12499
  background: var(--scalar-background-1);
12356
12500
  }
12357
- .scalar-api-reference.references-classic[data-v-69e552a7],
12358
- .references-classic .references-rendered[data-v-69e552a7] {
12501
+ .scalar-api-reference.references-classic[data-v-e8fb8338],
12502
+ .references-classic .references-rendered[data-v-e8fb8338] {
12359
12503
  height: initial !important;
12360
12504
  max-height: initial !important;
12361
12505
  }
12362
12506
  @layer scalar-config {
12363
- .references-sidebar[data-v-69e552a7] {
12507
+ .references-sidebar[data-v-e8fb8338] {
12364
12508
  /* Set a default width if references are enabled */
12365
12509
  --refs-sidebar-width: var(--scalar-sidebar-width, 288px);
12366
12510
  }
12367
12511
  }
12368
12512
 
12369
12513
  /* Footer */
12370
- .references-footer[data-v-69e552a7] {
12514
+ .references-footer[data-v-e8fb8338] {
12371
12515
  grid-area: footer;
12372
12516
  }
12373
12517
  /* ----------------------------------------------------- */
12374
12518
  /* Responsive / Mobile Layout */
12375
12519
  @media (max-width: 1000px) {
12376
12520
  /* Stack view on mobile */
12377
- .references-layout[data-v-69e552a7] {
12521
+ .references-layout[data-v-e8fb8338] {
12378
12522
  /* Adjust the sidebar height to the viewport height minus the header height */
12379
12523
  --refs-sidebar-height: calc(
12380
12524
  var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
@@ -12389,13 +12533,13 @@ to {
12389
12533
  'rendered'
12390
12534
  'footer';
12391
12535
  }
12392
- .references-editable[data-v-69e552a7] {
12536
+ .references-editable[data-v-e8fb8338] {
12393
12537
  grid-template-areas:
12394
12538
  'header'
12395
12539
  'navigation'
12396
12540
  'editor';
12397
12541
  }
12398
- .references-rendered[data-v-69e552a7] {
12542
+ .references-rendered[data-v-e8fb8338] {
12399
12543
  position: static;
12400
12544
  }
12401
12545
  }
@@ -12406,12 +12550,12 @@ to {
12406
12550
  * when the new elements are available
12407
12551
  */
12408
12552
  @media (max-width: 1000px) {
12409
- .scalar-api-references-standalone-mobile[data-v-69e552a7]:not(.references-classic) {
12553
+ .scalar-api-references-standalone-mobile[data-v-e8fb8338]:not(.references-classic) {
12410
12554
  --scalar-header-height: 50px;
12411
12555
  }
12412
12556
  }
12413
12557
 
12414
- .darklight-reference[data-v-69e552a7] {
12558
+ .darklight-reference[data-v-e8fb8338] {
12415
12559
  width: 100%;
12416
12560
  margin-top: auto;
12417
12561
  }