@scalar/api-reference 1.48.2 → 1.48.5

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 (45) hide show
  1. package/CHANGELOG.md +90 -0
  2. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts +5 -0
  3. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -1
  4. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js +1 -1
  5. package/dist/blocks/scalar-info-block/components/DownloadLink.vue2.js +19 -15
  6. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.d.ts +2 -0
  7. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.d.ts.map +1 -1
  8. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.js +4 -2
  9. package/dist/browser/standalone.js +3350 -3276
  10. package/dist/browser/webpack-stats.json +1 -1
  11. package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts.map +1 -1
  12. package/dist/components/AgentScalar/OpenMCPButton.vue.js +1 -1
  13. package/dist/components/AgentScalar/OpenMCPButton.vue2.js +9 -7
  14. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  15. package/dist/components/ApiReference.vue.js +1 -1
  16. package/dist/components/ApiReference.vue2.js +1 -16
  17. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  18. package/dist/components/Content/Content.vue.js +2 -1
  19. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  20. package/dist/components/Content/Schema/SchemaComposition.vue.js +13 -3
  21. package/dist/components/Content/Schema/{SchemaEnumValues.vue.d.ts → SchemaEnums.vue.d.ts} +3 -1
  22. package/dist/components/Content/Schema/SchemaEnums.vue.d.ts.map +1 -0
  23. package/dist/components/Content/Schema/SchemaEnums.vue.js +7 -0
  24. package/dist/components/Content/Schema/{SchemaEnumValues.vue2.js → SchemaEnums.vue2.js} +16 -6
  25. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +29 -3
  27. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -0
  28. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  29. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  30. package/dist/components/Content/Schema/SchemaProperty.vue2.js +14 -6
  31. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +2 -0
  32. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  33. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  34. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +5 -1
  35. package/dist/components/Content/Schema/helpers/sort-property-names.d.ts.map +1 -1
  36. package/dist/components/Content/Schema/helpers/sort-property-names.js +13 -0
  37. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  38. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  39. package/dist/features/Operation/components/ParameterListItem.vue2.js +19 -3
  40. package/dist/helpers/storage.d.ts +16 -0
  41. package/dist/helpers/storage.d.ts.map +1 -1
  42. package/dist/style.css +207 -150
  43. package/package.json +15 -15
  44. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +0 -1
  45. 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);
@@ -1976,12 +1988,12 @@ button.headers-card-title[data-v-ab19704d]:hover {
1976
1988
  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
1977
1989
  @layer properties {
1978
1990
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
1979
- [data-v-59b5011b],[data-v-59b5011b]:before,[data-v-59b5011b]:after,[data-v-59b5011b]::backdrop {
1991
+ [data-v-95e980e1],[data-v-95e980e1]:before,[data-v-95e980e1]:after,[data-v-95e980e1]::backdrop {
1980
1992
  --tw-outline-style: solid;
1981
1993
  }
1982
1994
  }
1983
1995
  }
1984
- .download-container[data-v-59b5011b] {
1996
+ .download-container[data-v-95e980e1] {
1985
1997
  z-index: 1;
1986
1998
  flex-direction: column;
1987
1999
  gap: 16px;
@@ -1990,7 +2002,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
1990
2002
  display: flex;
1991
2003
  position: relative;
1992
2004
  }
1993
- .download-container[data-v-59b5011b]:has(:focus-visible):before, .download-container.download-both[data-v-59b5011b]:hover:before {
2005
+ .download-container[data-v-95e980e1]:has(:focus-visible):before, .download-container.download-both[data-v-95e980e1]:hover:before {
1994
2006
  content: "";
1995
2007
  border-radius: var(--scalar-radius-lg);
1996
2008
  width: calc(100% + 24px);
@@ -2002,7 +2014,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
2002
2014
  top: -11px;
2003
2015
  left: -12px;
2004
2016
  }
2005
- .download-button[data-v-59b5011b] {
2017
+ .download-button[data-v-95e980e1] {
2006
2018
  color: var(--scalar-link-color);
2007
2019
  cursor: pointer;
2008
2020
  outline: none;
@@ -2015,7 +2027,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
2015
2027
  position: relative;
2016
2028
  white-space: nowrap !important;
2017
2029
  }
2018
- .download-button[data-v-59b5011b]:before {
2030
+ .download-button[data-v-95e980e1]:before {
2019
2031
  border-radius: var(--scalar-radius);
2020
2032
  content: "";
2021
2033
  width: calc(100% + 18px);
@@ -2024,20 +2036,20 @@ button.headers-card-title[data-v-ab19704d]:hover {
2024
2036
  top: -8px;
2025
2037
  left: -9px;
2026
2038
  }
2027
- .download-button[data-v-59b5011b]:last-of-type:before {
2039
+ .download-button[data-v-95e980e1]:last-of-type:before {
2028
2040
  width: calc(100% + 15px);
2029
2041
  }
2030
- .download-button[data-v-59b5011b]:hover:before {
2042
+ .download-button[data-v-95e980e1]:hover:before {
2031
2043
  background: var(--scalar-background-2);
2032
2044
  border: var(--scalar-border-width) solid var(--scalar-border-color);
2033
2045
  }
2034
- .download-button[data-v-59b5011b]:focus-visible:before {
2046
+ .download-button[data-v-95e980e1]:focus-visible:before {
2035
2047
  background: var(--scalar-background-2);
2036
2048
  border: var(--scalar-border-width) solid var(--scalar-border-color);
2037
2049
  outline-style: var(--tw-outline-style);
2038
2050
  outline-width: 1px;
2039
2051
  }
2040
- .download-button span[data-v-59b5011b] {
2052
+ .download-button span[data-v-95e980e1] {
2041
2053
  --font-color: var(--scalar-link-color, var(--scalar-color-accent));
2042
2054
  --font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
2043
2055
  -webkit-text-decoration: var(--scalar-text-decoration);
@@ -2052,20 +2064,20 @@ button.headers-card-title[data-v-ab19704d]:hover {
2052
2064
  text-decoration-color: var(--font-color);
2053
2065
  }
2054
2066
  @supports (color: color-mix(in lab, red, red)) {
2055
- .download-button span[data-v-59b5011b] {
2067
+ .download-button span[data-v-95e980e1] {
2056
2068
  -webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
2057
2069
  -webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
2058
2070
  text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
2059
2071
  }
2060
2072
  }
2061
- .download-button span[data-v-59b5011b] {
2073
+ .download-button span[data-v-95e980e1] {
2062
2074
  z-index: 1;
2063
2075
  align-items: center;
2064
2076
  gap: 6px;
2065
2077
  line-height: 1.625;
2066
2078
  display: flex;
2067
2079
  }
2068
- .download-button:hover span[data-v-59b5011b] {
2080
+ .download-button:hover span[data-v-95e980e1] {
2069
2081
  -webkit-text-decoration-color: var(--scalar-color-1, currentColor);
2070
2082
  -webkit-text-decoration-color: var(--scalar-color-1, currentColor);
2071
2083
  text-decoration-color: var(--scalar-color-1, currentColor);
@@ -2075,7 +2087,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
2075
2087
  -webkit-text-decoration: var(--scalar-text-decoration-hover);
2076
2088
  text-decoration: var(--scalar-text-decoration-hover);
2077
2089
  }
2078
- .download-button[data-v-59b5011b]:nth-of-type(2) {
2090
+ .download-button[data-v-95e980e1]:nth-of-type(2) {
2079
2091
  clip-path: inset(50%);
2080
2092
  white-space: nowrap;
2081
2093
  border-width: 0;
@@ -2086,7 +2098,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
2086
2098
  position: absolute;
2087
2099
  overflow: hidden;
2088
2100
  }
2089
- .download-container:has(:focus-visible) .download-button[data-v-59b5011b]:nth-of-type(2), .download-container:hover .download-button[data-v-59b5011b]:nth-of-type(2) {
2101
+ .download-container:has(:focus-visible) .download-button[data-v-95e980e1]:nth-of-type(2), .download-container:hover .download-button[data-v-95e980e1]:nth-of-type(2) {
2090
2102
  clip-path: none;
2091
2103
  white-space: normal;
2092
2104
  width: auto;
@@ -2097,15 +2109,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
2097
2109
  top: 42px;
2098
2110
  overflow: visible;
2099
2111
  }
2100
- .extension[data-v-59b5011b] {
2112
+ .extension[data-v-95e980e1] {
2101
2113
  z-index: 1;
2102
2114
  background: var(--scalar-link-color, var(--scalar-color-accent));
2103
2115
  color: var(--scalar-background-1);
2104
2116
  }
2105
- .download-container:has(:focus-visible) .extension[data-v-59b5011b], .download-container:hover .extension[data-v-59b5011b] {
2117
+ .download-container:has(:focus-visible) .extension[data-v-95e980e1], .download-container:hover .extension[data-v-95e980e1] {
2106
2118
  opacity: 1;
2107
2119
  }
2108
- .download-link[data-v-59b5011b] {
2120
+ .download-link[data-v-95e980e1] {
2109
2121
  --font-color: var(--scalar-link-color, var(--scalar-color-accent));
2110
2122
  --font-visited: var(--scalar-link-color-visited, var(--scalar-color-2));
2111
2123
  -webkit-text-decoration: var(--scalar-text-decoration);
@@ -2120,13 +2132,13 @@ button.headers-card-title[data-v-ab19704d]:hover {
2120
2132
  text-decoration-color: var(--font-color);
2121
2133
  }
2122
2134
  @supports (color: color-mix(in lab, red, red)) {
2123
- .download-link[data-v-59b5011b] {
2135
+ .download-link[data-v-95e980e1] {
2124
2136
  -webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
2125
2137
  -webkit-text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
2126
2138
  text-decoration-color: color-mix(in srgb, var(--font-color) 30%, transparent);
2127
2139
  }
2128
2140
  }
2129
- .download-link[data-v-59b5011b]:hover {
2141
+ .download-link[data-v-95e980e1]:hover {
2130
2142
  --font-color: var(--scalar-link-color, var(--scalar-color-accent));
2131
2143
  -webkit-text-decoration-color: var(--font-color);
2132
2144
  -webkit-text-decoration-color: var(--font-color);
@@ -2392,7 +2404,7 @@ to {
2392
2404
  }
2393
2405
  }
2394
2406
 
2395
- .scalar-mcp-layer[data-v-cfbd7ea4] {
2407
+ .scalar-mcp-layer[data-v-d7102814] {
2396
2408
  gap: 2px;
2397
2409
  display: flex;
2398
2410
  flex-direction: column;
@@ -2402,13 +2414,13 @@ to {
2402
2414
  transition: all 0.4s ease-in-out;
2403
2415
  height: 32px;
2404
2416
  }
2405
- .scalar-mcp-layer[data-v-cfbd7ea4]:hover {
2417
+ .scalar-mcp-layer[data-v-d7102814]:hover {
2406
2418
  height: 172px;
2407
2419
  }
2408
- .scalar-mcp-layer-link[data-v-cfbd7ea4]:hover {
2420
+ .scalar-mcp-layer-link[data-v-d7102814]:hover {
2409
2421
  cursor: pointer !important;
2410
2422
  }
2411
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4] {
2423
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814] {
2412
2424
  cursor: pointer;
2413
2425
  width: 100%;
2414
2426
  padding: 9px 6px;
@@ -2431,7 +2443,7 @@ to {
2431
2443
  bottom: 0;
2432
2444
  }
2433
2445
  /* increase click area for gap */
2434
- .scalar-mcp-layer-link[data-v-cfbd7ea4]:after {
2446
+ .scalar-mcp-layer-link[data-v-d7102814]:after {
2435
2447
  content: '';
2436
2448
  position: absolute;
2437
2449
  bottom: -2px;
@@ -2439,49 +2451,49 @@ to {
2439
2451
  width: 100%;
2440
2452
  left: 0;
2441
2453
  }
2442
- .scalar-mcp-layer div.scalar-mcp-layer-link[data-v-cfbd7ea4] {
2454
+ .scalar-mcp-layer div.scalar-mcp-layer-link[data-v-d7102814] {
2443
2455
  cursor: default;
2444
2456
  }
2445
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4]:nth-last-child(1) {
2457
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(1) {
2446
2458
  transform: translate3d(0, 0, 0);
2447
2459
  position: relative;
2448
2460
  }
2449
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4]:nth-last-child(2) {
2461
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(2) {
2450
2462
  transform: translate3d(0, -2px, 0) scale(0.99);
2451
2463
  }
2452
- .scalar-mcp-layer:hover a[data-v-cfbd7ea4]:nth-last-child(2) {
2464
+ .scalar-mcp-layer:hover a[data-v-d7102814]:nth-last-child(2) {
2453
2465
  transform: translate3d(0, calc(-100% - 2px), 0) scale(0.99);
2454
2466
  }
2455
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4]:nth-last-child(3) {
2467
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(3) {
2456
2468
  transform: translate3d(0, -4px, 0) scale(0.98);
2457
2469
  }
2458
- .scalar-mcp-layer:hover a[data-v-cfbd7ea4]:nth-last-child(3) {
2470
+ .scalar-mcp-layer:hover a[data-v-d7102814]:nth-last-child(3) {
2459
2471
  transform: translate3d(0, calc(-200% - 4px), 0) scale(1);
2460
2472
  }
2461
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4]:nth-last-child(4) {
2473
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(4) {
2462
2474
  transform: translate3d(0, -6px, 0) scale(0.97);
2463
2475
  }
2464
- .scalar-mcp-layer:hover a[data-v-cfbd7ea4]:nth-last-child(4) {
2476
+ .scalar-mcp-layer:hover a[data-v-d7102814]:nth-last-child(4) {
2465
2477
  transform: translate3d(0, calc(-300% - 6px), 0) scale(1);
2466
2478
  }
2467
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4]:nth-last-child(5) {
2479
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(5) {
2468
2480
  transform: translate3d(0, -8px, 0) scale(0.96);
2469
2481
  }
2470
- .scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-cfbd7ea4]:nth-last-child(5) {
2482
+ .scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-d7102814]:nth-last-child(5) {
2471
2483
  transform: translate3d(0, calc(-400% - 8px), 0) scale(1);
2472
2484
  }
2473
- .scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-cfbd7ea4] {
2485
+ .scalar-mcp-layer:hover .scalar-mcp-layer-link[data-v-d7102814] {
2474
2486
  transition: transform 0.2s ease-in-out 0.1s;
2475
2487
  }
2476
- .scalar-mcp-layer .scalar-mcp-layer-link[data-v-cfbd7ea4]:hover {
2488
+ .scalar-mcp-layer .scalar-mcp-layer-link[data-v-d7102814]:hover {
2477
2489
  background: var(--scalar-background-2);
2478
2490
  }
2479
- .scalar-mcp-layer .mcp-logo[data-v-cfbd7ea4] {
2491
+ .scalar-mcp-layer .mcp-logo[data-v-d7102814] {
2480
2492
  width: 16px;
2481
2493
  height: 16px;
2482
2494
  color: var(--scalar-sidebar-color-1);
2483
2495
  }
2484
- .mcp-nav[data-v-cfbd7ea4] {
2496
+ .mcp-nav[data-v-d7102814] {
2485
2497
  color: var(--scalar-sidebar-color-2);
2486
2498
  }
2487
2499
  /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@@ -7147,6 +7159,9 @@ to {
7147
7159
  .scalar-app .top-2 {
7148
7160
  top: 8px;
7149
7161
  }
7162
+ .scalar-app .top-4 {
7163
+ top: 16px;
7164
+ }
7150
7165
  .scalar-app .top-12 {
7151
7166
  top: 48px;
7152
7167
  }
@@ -7237,6 +7252,9 @@ to {
7237
7252
  .scalar-app .z-\[1\] {
7238
7253
  z-index: 1;
7239
7254
  }
7255
+ .scalar-app .z-\[60\] {
7256
+ z-index: 60;
7257
+ }
7240
7258
  .scalar-app .z-\[1002\] {
7241
7259
  z-index: 1002;
7242
7260
  }
@@ -7574,6 +7592,9 @@ to {
7574
7592
  .scalar-app .h-1\.5 {
7575
7593
  height: 6px;
7576
7594
  }
7595
+ .scalar-app .h-2 {
7596
+ height: 8px;
7597
+ }
7577
7598
  .scalar-app .h-2\.5 {
7578
7599
  height: 10px;
7579
7600
  }
@@ -7844,12 +7865,15 @@ to {
7844
7865
  .scalar-app .max-w-\[100\%\] {
7845
7866
  max-width: 100%;
7846
7867
  }
7847
- .scalar-app .max-w-\[120px\] {
7848
- max-width: 120px;
7849
- }
7850
7868
  .scalar-app .max-w-\[150px\] {
7851
7869
  max-width: 150px;
7852
7870
  }
7871
+ .scalar-app .max-w-\[160px\] {
7872
+ max-width: 160px;
7873
+ }
7874
+ .scalar-app .max-w-\[220px\] {
7875
+ max-width: 220px;
7876
+ }
7853
7877
  .scalar-app .max-w-\[380px\] {
7854
7878
  max-width: 380px;
7855
7879
  }
@@ -8600,6 +8624,9 @@ to {
8600
8624
  .scalar-app .pt-8 {
8601
8625
  padding-top: 32px;
8602
8626
  }
8627
+ .scalar-app .pt-14 {
8628
+ padding-top: 56px;
8629
+ }
8603
8630
  .scalar-app .pt-px {
8604
8631
  padding-top: 1px;
8605
8632
  }
@@ -9558,9 +9585,27 @@ to {
9558
9585
  .scalar-app .max-md\:absolute\! {
9559
9586
  position: absolute !important;
9560
9587
  }
9588
+ .scalar-app .max-md\:fixed\! {
9589
+ position: fixed !important;
9590
+ }
9591
+ .scalar-app .max-md\:inset-y-0 {
9592
+ inset-block: 0;
9593
+ }
9594
+ .scalar-app .max-md\:z-2 {
9595
+ z-index: 2;
9596
+ }
9597
+ .scalar-app .max-md\:flex\! {
9598
+ display: flex !important;
9599
+ }
9600
+ .scalar-app .max-md\:hidden\! {
9601
+ display: none !important;
9602
+ }
9561
9603
  .scalar-app .max-md\:w-full\! {
9562
9604
  width: 100% !important;
9563
9605
  }
9606
+ .scalar-app .max-md\:pt-12 {
9607
+ padding-top: 48px;
9608
+ }
9564
9609
  }
9565
9610
  @media (min-width: 600px) {
9566
9611
  .scalar-app .sm\:not-sr-only {
@@ -9653,6 +9698,9 @@ to {
9653
9698
  .scalar-app .md\:grid {
9654
9699
  display: grid;
9655
9700
  }
9701
+ .scalar-app .md\:hidden {
9702
+ display: none;
9703
+ }
9656
9704
  .scalar-app .md\:w-full {
9657
9705
  width: 100%;
9658
9706
  }
@@ -9711,6 +9759,12 @@ to {
9711
9759
  .scalar-app .md\:py-2\.5 {
9712
9760
  padding-block: 10px;
9713
9761
  }
9762
+ .scalar-app .md\:pt-6 {
9763
+ padding-top: 24px;
9764
+ }
9765
+ .scalar-app .md\:pt-8 {
9766
+ padding-top: 32px;
9767
+ }
9714
9768
  .scalar-app .md\:pb-2\.5 {
9715
9769
  padding-bottom: 10px;
9716
9770
  }
@@ -9869,12 +9923,15 @@ to {
9869
9923
  padding: 4px;
9870
9924
  }
9871
9925
  }
9872
- .app-platform-mac :is(.scalar-app .mac\:pt-10) {
9873
- padding-top: 40px;
9926
+ .app-platform-mac :is(.scalar-app .mac\:h-12) {
9927
+ height: 48px;
9874
9928
  }
9875
9929
  .app-platform-mac :is(.scalar-app .mac\:pl-\[72px\]) {
9876
9930
  padding-left: 72px;
9877
9931
  }
9932
+ .app-platform-mac :is(.scalar-app .mac\:app-drag-region) {
9933
+ -webkit-app-region: drag;
9934
+ }
9878
9935
  @property --tw-space-x-reverse {
9879
9936
  syntax: "*";
9880
9937
  inherits: false;
@@ -11251,27 +11308,27 @@ to {
11251
11308
  .dark-mode .download-app-button[data-v-9b609275]:hover {
11252
11309
  background: linear-gradient(#00000026, #ffffff1a);
11253
11310
  }
11254
- .empty-sidebar-item-content[data-v-feb6f541] {
11311
+ .empty-sidebar-item-content[data-v-8621f58a] {
11255
11312
  display: none;
11256
11313
  }
11257
- .empty-sidebar-item .empty-sidebar-item-content[data-v-feb6f541] {
11314
+ .empty-sidebar-item .empty-sidebar-item-content[data-v-8621f58a] {
11258
11315
  display: block;
11259
11316
  }
11260
- .rabbitjump[data-v-feb6f541] {
11317
+ .rabbitjump[data-v-8621f58a] {
11261
11318
  opacity: 0;
11262
11319
  }
11263
- .empty-sidebar-item:hover .rabbitjump[data-v-feb6f541] {
11320
+ .empty-sidebar-item:hover .rabbitjump[data-v-8621f58a] {
11264
11321
  opacity: 1;
11265
- animation: .5s step-end infinite rabbitAnimation-feb6f541;
11322
+ animation: .5s step-end infinite rabbitAnimation-8621f58a;
11266
11323
  }
11267
- .empty-sidebar-item:hover .rabbitsit[data-v-feb6f541] {
11324
+ .empty-sidebar-item:hover .rabbitsit[data-v-8621f58a] {
11268
11325
  opacity: 0;
11269
- animation: .5s step-end infinite rabbitAnimation2-feb6f541;
11326
+ animation: .5s step-end infinite rabbitAnimation2-8621f58a;
11270
11327
  }
11271
- .empty-sidebar-item:hover .rabbit-ascii[data-v-feb6f541] {
11272
- animation: 8s linear infinite rabbitRun-feb6f541;
11328
+ .empty-sidebar-item:hover .rabbit-ascii[data-v-8621f58a] {
11329
+ animation: 8s linear infinite rabbitRun-8621f58a;
11273
11330
  }
11274
- @keyframes rabbitRun-feb6f541 {
11331
+ @keyframes rabbitRun-8621f58a {
11275
11332
  0% {
11276
11333
  transform: translateZ(0);
11277
11334
  }
@@ -11291,7 +11348,7 @@ to {
11291
11348
  transform: translateZ(0);
11292
11349
  }
11293
11350
  }
11294
- @keyframes rabbitAnimation-feb6f541 {
11351
+ @keyframes rabbitAnimation-8621f58a {
11295
11352
  0%, to {
11296
11353
  opacity: 1;
11297
11354
  }
@@ -11299,7 +11356,7 @@ to {
11299
11356
  opacity: 0;
11300
11357
  }
11301
11358
  }
11302
- @keyframes rabbitAnimation2-feb6f541 {
11359
+ @keyframes rabbitAnimation2-8621f58a {
11303
11360
  0%, to {
11304
11361
  opacity: 0;
11305
11362
  }
@@ -11402,7 +11459,7 @@ to {
11402
11459
  background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
11403
11460
  }
11404
11461
  }
11405
- .scalar-collection-auth[data-v-60f72663] {
11462
+ .scalar-collection-auth[data-v-1550f6bf] {
11406
11463
  border: var(--scalar-border-width) solid var(--scalar-border-color);
11407
11464
  border-radius: var(--scalar-radius-lg);
11408
11465
  overflow: hidden;
@@ -11588,22 +11645,22 @@ to {
11588
11645
  --callout-font-color: var(--callout-danger-font-color);
11589
11646
  --callout-svg: var(--callout-danger-primary);
11590
11647
  }
11591
- .group-hover-input[data-v-242ff9a6] {
11648
+ .group-hover-input[data-v-2f09f15e] {
11592
11649
  border-width: var(--scalar-border-width);
11593
11650
  border-color: #0000;
11594
11651
  }
11595
- .group:hover .group-hover-input[data-v-242ff9a6] {
11652
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11596
11653
  background: var(--scalar-background-1);
11597
11654
  }
11598
11655
  @supports (color: color-mix(in lab, red, red)) {
11599
- .group:hover .group-hover-input[data-v-242ff9a6] {
11656
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11600
11657
  background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
11601
11658
  }
11602
11659
  }
11603
- .group:hover .group-hover-input[data-v-242ff9a6] {
11660
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11604
11661
  border-color: var(--scalar-border-color);
11605
11662
  }
11606
- .group-hover-input[data-v-242ff9a6]:focus {
11663
+ .group-hover-input[data-v-2f09f15e]:focus {
11607
11664
  border-color: var(--scalar-border-color) !important;
11608
11665
  background: none !important;
11609
11666
  }
@@ -12376,7 +12433,7 @@ to {
12376
12433
 
12377
12434
  /* Configurable Layout Variables */
12378
12435
  @layer scalar-config {
12379
- .scalar-api-reference[data-v-e8fb8338] {
12436
+ .scalar-api-reference[data-v-148cccbd] {
12380
12437
  /* The header height */
12381
12438
  --refs-header-height: calc(
12382
12439
  var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
@@ -12398,20 +12455,20 @@ to {
12398
12455
  /* The maximum width of the content column */
12399
12456
  --refs-content-max-width: var(--scalar-content-max-width, 1540px);
12400
12457
  }
12401
- .scalar-api-reference.references-classic[data-v-e8fb8338] {
12458
+ .scalar-api-reference.references-classic[data-v-148cccbd] {
12402
12459
  /* Classic layout is wider */
12403
12460
  --refs-content-max-width: var(--scalar-content-max-width, 1420px);
12404
12461
  min-height: 100dvh;
12405
12462
  --refs-sidebar-width: 0;
12406
12463
  }
12407
12464
  }
12408
- .t-doc__sidebar[data-v-e8fb8338] {
12465
+ .t-doc__sidebar[data-v-148cccbd] {
12409
12466
  z-index: 10;
12410
12467
  }
12411
12468
 
12412
12469
  /* ----------------------------------------------------- */
12413
12470
  /* References Layout */
12414
- .references-layout[data-v-e8fb8338] {
12471
+ .references-layout[data-v-148cccbd] {
12415
12472
  /* Try to fill the container */
12416
12473
  min-height: 100dvh;
12417
12474
  min-width: 100%;
@@ -12435,39 +12492,39 @@ to {
12435
12492
 
12436
12493
  background: var(--scalar-background-1);
12437
12494
  }
12438
- .references-editor[data-v-e8fb8338] {
12495
+ .references-editor[data-v-148cccbd] {
12439
12496
  grid-area: editor;
12440
12497
  display: flex;
12441
12498
  min-width: 0;
12442
12499
  background: var(--scalar-background-1);
12443
12500
  }
12444
- .references-rendered[data-v-e8fb8338] {
12501
+ .references-rendered[data-v-148cccbd] {
12445
12502
  position: relative;
12446
12503
  grid-area: rendered;
12447
12504
  min-width: 0;
12448
12505
  background: var(--scalar-background-1);
12449
12506
  }
12450
- .scalar-api-reference.references-classic[data-v-e8fb8338],
12451
- .references-classic .references-rendered[data-v-e8fb8338] {
12507
+ .scalar-api-reference.references-classic[data-v-148cccbd],
12508
+ .references-classic .references-rendered[data-v-148cccbd] {
12452
12509
  height: initial !important;
12453
12510
  max-height: initial !important;
12454
12511
  }
12455
12512
  @layer scalar-config {
12456
- .references-sidebar[data-v-e8fb8338] {
12513
+ .references-sidebar[data-v-148cccbd] {
12457
12514
  /* Set a default width if references are enabled */
12458
12515
  --refs-sidebar-width: var(--scalar-sidebar-width, 288px);
12459
12516
  }
12460
12517
  }
12461
12518
 
12462
12519
  /* Footer */
12463
- .references-footer[data-v-e8fb8338] {
12520
+ .references-footer[data-v-148cccbd] {
12464
12521
  grid-area: footer;
12465
12522
  }
12466
12523
  /* ----------------------------------------------------- */
12467
12524
  /* Responsive / Mobile Layout */
12468
12525
  @media (max-width: 1000px) {
12469
12526
  /* Stack view on mobile */
12470
- .references-layout[data-v-e8fb8338] {
12527
+ .references-layout[data-v-148cccbd] {
12471
12528
  /* Adjust the sidebar height to the viewport height minus the header height */
12472
12529
  --refs-sidebar-height: calc(
12473
12530
  var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
@@ -12482,13 +12539,13 @@ to {
12482
12539
  'rendered'
12483
12540
  'footer';
12484
12541
  }
12485
- .references-editable[data-v-e8fb8338] {
12542
+ .references-editable[data-v-148cccbd] {
12486
12543
  grid-template-areas:
12487
12544
  'header'
12488
12545
  'navigation'
12489
12546
  'editor';
12490
12547
  }
12491
- .references-rendered[data-v-e8fb8338] {
12548
+ .references-rendered[data-v-148cccbd] {
12492
12549
  position: static;
12493
12550
  }
12494
12551
  }
@@ -12499,12 +12556,12 @@ to {
12499
12556
  * when the new elements are available
12500
12557
  */
12501
12558
  @media (max-width: 1000px) {
12502
- .scalar-api-references-standalone-mobile[data-v-e8fb8338]:not(.references-classic) {
12559
+ .scalar-api-references-standalone-mobile[data-v-148cccbd]:not(.references-classic) {
12503
12560
  --scalar-header-height: 50px;
12504
12561
  }
12505
12562
  }
12506
12563
 
12507
- .darklight-reference[data-v-e8fb8338] {
12564
+ .darklight-reference[data-v-148cccbd] {
12508
12565
  width: 100%;
12509
12566
  margin-top: auto;
12510
12567
  }