@scalar/api-reference 1.48.2 → 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 (27) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/dist/browser/standalone.js +2793 -2738
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/AgentScalar/OpenMCPButton.vue.d.ts.map +1 -1
  5. package/dist/components/AgentScalar/OpenMCPButton.vue.js +1 -1
  6. package/dist/components/AgentScalar/OpenMCPButton.vue2.js +9 -7
  7. package/dist/components/Content/Schema/{SchemaEnumValues.vue.d.ts → SchemaEnums.vue.d.ts} +3 -1
  8. package/dist/components/Content/Schema/SchemaEnums.vue.d.ts.map +1 -0
  9. package/dist/components/Content/Schema/SchemaEnums.vue.js +7 -0
  10. package/dist/components/Content/Schema/{SchemaEnumValues.vue2.js → SchemaEnums.vue2.js} +16 -6
  11. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +29 -3
  13. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -0
  14. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
  16. package/dist/components/Content/Schema/SchemaProperty.vue2.js +14 -6
  17. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +2 -0
  18. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  19. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  20. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +5 -1
  21. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  22. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  23. package/dist/features/Operation/components/ParameterListItem.vue2.js +19 -3
  24. package/dist/style.css +165 -114
  25. package/package.json +14 -14
  26. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +0 -1
  27. 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);
@@ -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
  }
@@ -7844,12 +7862,15 @@ to {
7844
7862
  .scalar-app .max-w-\[100\%\] {
7845
7863
  max-width: 100%;
7846
7864
  }
7847
- .scalar-app .max-w-\[120px\] {
7848
- max-width: 120px;
7849
- }
7850
7865
  .scalar-app .max-w-\[150px\] {
7851
7866
  max-width: 150px;
7852
7867
  }
7868
+ .scalar-app .max-w-\[160px\] {
7869
+ max-width: 160px;
7870
+ }
7871
+ .scalar-app .max-w-\[220px\] {
7872
+ max-width: 220px;
7873
+ }
7853
7874
  .scalar-app .max-w-\[380px\] {
7854
7875
  max-width: 380px;
7855
7876
  }
@@ -8600,6 +8621,9 @@ to {
8600
8621
  .scalar-app .pt-8 {
8601
8622
  padding-top: 32px;
8602
8623
  }
8624
+ .scalar-app .pt-14 {
8625
+ padding-top: 56px;
8626
+ }
8603
8627
  .scalar-app .pt-px {
8604
8628
  padding-top: 1px;
8605
8629
  }
@@ -9558,9 +9582,27 @@ to {
9558
9582
  .scalar-app .max-md\:absolute\! {
9559
9583
  position: absolute !important;
9560
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
+ }
9561
9600
  .scalar-app .max-md\:w-full\! {
9562
9601
  width: 100% !important;
9563
9602
  }
9603
+ .scalar-app .max-md\:pt-12 {
9604
+ padding-top: 48px;
9605
+ }
9564
9606
  }
9565
9607
  @media (min-width: 600px) {
9566
9608
  .scalar-app .sm\:not-sr-only {
@@ -9653,6 +9695,9 @@ to {
9653
9695
  .scalar-app .md\:grid {
9654
9696
  display: grid;
9655
9697
  }
9698
+ .scalar-app .md\:hidden {
9699
+ display: none;
9700
+ }
9656
9701
  .scalar-app .md\:w-full {
9657
9702
  width: 100%;
9658
9703
  }
@@ -9711,6 +9756,12 @@ to {
9711
9756
  .scalar-app .md\:py-2\.5 {
9712
9757
  padding-block: 10px;
9713
9758
  }
9759
+ .scalar-app .md\:pt-6 {
9760
+ padding-top: 24px;
9761
+ }
9762
+ .scalar-app .md\:pt-8 {
9763
+ padding-top: 32px;
9764
+ }
9714
9765
  .scalar-app .md\:pb-2\.5 {
9715
9766
  padding-bottom: 10px;
9716
9767
  }
@@ -11251,27 +11302,27 @@ to {
11251
11302
  .dark-mode .download-app-button[data-v-9b609275]:hover {
11252
11303
  background: linear-gradient(#00000026, #ffffff1a);
11253
11304
  }
11254
- .empty-sidebar-item-content[data-v-feb6f541] {
11305
+ .empty-sidebar-item-content[data-v-8621f58a] {
11255
11306
  display: none;
11256
11307
  }
11257
- .empty-sidebar-item .empty-sidebar-item-content[data-v-feb6f541] {
11308
+ .empty-sidebar-item .empty-sidebar-item-content[data-v-8621f58a] {
11258
11309
  display: block;
11259
11310
  }
11260
- .rabbitjump[data-v-feb6f541] {
11311
+ .rabbitjump[data-v-8621f58a] {
11261
11312
  opacity: 0;
11262
11313
  }
11263
- .empty-sidebar-item:hover .rabbitjump[data-v-feb6f541] {
11314
+ .empty-sidebar-item:hover .rabbitjump[data-v-8621f58a] {
11264
11315
  opacity: 1;
11265
- animation: .5s step-end infinite rabbitAnimation-feb6f541;
11316
+ animation: .5s step-end infinite rabbitAnimation-8621f58a;
11266
11317
  }
11267
- .empty-sidebar-item:hover .rabbitsit[data-v-feb6f541] {
11318
+ .empty-sidebar-item:hover .rabbitsit[data-v-8621f58a] {
11268
11319
  opacity: 0;
11269
- animation: .5s step-end infinite rabbitAnimation2-feb6f541;
11320
+ animation: .5s step-end infinite rabbitAnimation2-8621f58a;
11270
11321
  }
11271
- .empty-sidebar-item:hover .rabbit-ascii[data-v-feb6f541] {
11272
- animation: 8s linear infinite rabbitRun-feb6f541;
11322
+ .empty-sidebar-item:hover .rabbit-ascii[data-v-8621f58a] {
11323
+ animation: 8s linear infinite rabbitRun-8621f58a;
11273
11324
  }
11274
- @keyframes rabbitRun-feb6f541 {
11325
+ @keyframes rabbitRun-8621f58a {
11275
11326
  0% {
11276
11327
  transform: translateZ(0);
11277
11328
  }
@@ -11291,7 +11342,7 @@ to {
11291
11342
  transform: translateZ(0);
11292
11343
  }
11293
11344
  }
11294
- @keyframes rabbitAnimation-feb6f541 {
11345
+ @keyframes rabbitAnimation-8621f58a {
11295
11346
  0%, to {
11296
11347
  opacity: 1;
11297
11348
  }
@@ -11299,7 +11350,7 @@ to {
11299
11350
  opacity: 0;
11300
11351
  }
11301
11352
  }
11302
- @keyframes rabbitAnimation2-feb6f541 {
11353
+ @keyframes rabbitAnimation2-8621f58a {
11303
11354
  0%, to {
11304
11355
  opacity: 0;
11305
11356
  }
@@ -11402,7 +11453,7 @@ to {
11402
11453
  background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
11403
11454
  }
11404
11455
  }
11405
- .scalar-collection-auth[data-v-60f72663] {
11456
+ .scalar-collection-auth[data-v-1550f6bf] {
11406
11457
  border: var(--scalar-border-width) solid var(--scalar-border-color);
11407
11458
  border-radius: var(--scalar-radius-lg);
11408
11459
  overflow: hidden;
@@ -11588,22 +11639,22 @@ to {
11588
11639
  --callout-font-color: var(--callout-danger-font-color);
11589
11640
  --callout-svg: var(--callout-danger-primary);
11590
11641
  }
11591
- .group-hover-input[data-v-242ff9a6] {
11642
+ .group-hover-input[data-v-2f09f15e] {
11592
11643
  border-width: var(--scalar-border-width);
11593
11644
  border-color: #0000;
11594
11645
  }
11595
- .group:hover .group-hover-input[data-v-242ff9a6] {
11646
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11596
11647
  background: var(--scalar-background-1);
11597
11648
  }
11598
11649
  @supports (color: color-mix(in lab, red, red)) {
11599
- .group:hover .group-hover-input[data-v-242ff9a6] {
11650
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11600
11651
  background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
11601
11652
  }
11602
11653
  }
11603
- .group:hover .group-hover-input[data-v-242ff9a6] {
11654
+ .group:hover .group-hover-input[data-v-2f09f15e] {
11604
11655
  border-color: var(--scalar-border-color);
11605
11656
  }
11606
- .group-hover-input[data-v-242ff9a6]:focus {
11657
+ .group-hover-input[data-v-2f09f15e]:focus {
11607
11658
  border-color: var(--scalar-border-color) !important;
11608
11659
  background: none !important;
11609
11660
  }