@scalar/api-reference-react 0.9.65 → 0.9.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -493,6 +493,7 @@
493
493
  }
494
494
 
495
495
  :where(.scalar-app) input:-webkit-autofill {
496
+ -webkit-text-fill-color: var(--scalar-color-1);
496
497
  -webkit-background-clip: text !important;
497
498
  background-clip: text !important;
498
499
  }
@@ -2401,7 +2402,7 @@
2401
2402
  margin-left: .5px;
2402
2403
  }
2403
2404
 
2404
- [data-v-c8ab7ba2] .cm-content {
2405
+ [data-v-928dfb0c] .cm-content {
2405
2406
  font-size: var(--scalar-small);
2406
2407
  }
2407
2408
 
@@ -2465,38 +2466,38 @@ input[data-v-a6f4752a]::placeholder {
2465
2466
  scrollbar-width: none;
2466
2467
  }
2467
2468
 
2468
- .request-section-content[data-v-1ac895c0] {
2469
+ .request-section-content[data-v-bfd0db87] {
2469
2470
  --scalar-border-width: .5px;
2470
2471
  }
2471
2472
 
2472
- .request-section-content-filter[data-v-1ac895c0] {
2473
+ .request-section-content-filter[data-v-bfd0db87] {
2473
2474
  box-shadow: 0 -10px 0 10px var(--scalar-background-1);
2474
2475
  }
2475
2476
 
2476
- .request-item:focus-within .request-meta-buttons[data-v-1ac895c0] {
2477
+ .request-item:focus-within .request-meta-buttons[data-v-bfd0db87] {
2477
2478
  opacity: 1;
2478
2479
  }
2479
2480
 
2480
- .group-hover-input[data-v-1ac895c0] {
2481
+ .group-hover-input[data-v-bfd0db87] {
2481
2482
  border-width: var(--scalar-border-width);
2482
2483
  border-color: #0000;
2483
2484
  }
2484
2485
 
2485
- .group:hover .group-hover-input[data-v-1ac895c0] {
2486
+ .group:hover .group-hover-input[data-v-bfd0db87] {
2486
2487
  background: var(--scalar-background-1);
2487
2488
  }
2488
2489
 
2489
2490
  @supports (color: color-mix(in lab, red, red)) {
2490
- .group:hover .group-hover-input[data-v-1ac895c0] {
2491
+ .group:hover .group-hover-input[data-v-bfd0db87] {
2491
2492
  background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
2492
2493
  }
2493
2494
  }
2494
2495
 
2495
- .group:hover .group-hover-input[data-v-1ac895c0] {
2496
+ .group:hover .group-hover-input[data-v-bfd0db87] {
2496
2497
  border-color: var(--scalar-border-color);
2497
2498
  }
2498
2499
 
2499
- .group-hover-input[data-v-1ac895c0]:focus {
2500
+ .group-hover-input[data-v-bfd0db87]:focus {
2500
2501
  border-color: var(--scalar-border-color) !important;
2501
2502
  background: none !important;
2502
2503
  }
@@ -2632,58 +2633,58 @@ input[data-v-a6f4752a]::placeholder {
2632
2633
  background: var(--scalar-background-2);
2633
2634
  }
2634
2635
 
2635
- [data-v-d37cbfcc] .cm-editor {
2636
+ [data-v-c414dc68] .cm-editor {
2636
2637
  outline: none;
2637
2638
  width: 100%;
2638
2639
  height: 100%;
2639
2640
  }
2640
2641
 
2641
- [data-v-d37cbfcc] .cm-line {
2642
+ [data-v-c414dc68] .cm-line {
2642
2643
  padding: 0;
2643
2644
  }
2644
2645
 
2645
- [data-v-d37cbfcc] .cm-content {
2646
+ [data-v-c414dc68] .cm-content {
2646
2647
  font-size: var(--scalar-small);
2647
2648
  align-items: center;
2648
2649
  padding: 0;
2649
2650
  display: flex;
2650
2651
  }
2651
2652
 
2652
- .scroll-timeline-x[data-v-d37cbfcc] {
2653
+ .scroll-timeline-x[data-v-c414dc68] {
2653
2654
  -ms-overflow-style: none;
2654
2655
  -webkit-mask-image: linear-gradient(to right, #0000 0, #000 6px calc(100% - 24px), #0000 100%);
2655
2656
  mask-image: linear-gradient(to right, #0000 0, #000 6px calc(100% - 24px), #0000 100%);
2656
2657
  }
2657
2658
 
2658
- .scroll-timeline-x-hidden[data-v-d37cbfcc] {
2659
+ .scroll-timeline-x-hidden[data-v-c414dc68] {
2659
2660
  overflow-x: auto;
2660
2661
  }
2661
2662
 
2662
- .scroll-timeline-x-hidden[data-v-d37cbfcc] .cm-scroller {
2663
+ .scroll-timeline-x-hidden[data-v-c414dc68] .cm-scroller {
2663
2664
  scrollbar-width: none;
2664
2665
  -ms-overflow-style: none;
2665
2666
  padding-right: 20px;
2666
2667
  overflow: auto;
2667
2668
  }
2668
2669
 
2669
- .scroll-timeline-x-hidden[data-v-d37cbfcc]::-webkit-scrollbar {
2670
+ .scroll-timeline-x-hidden[data-v-c414dc68]::-webkit-scrollbar {
2670
2671
  width: 0;
2671
2672
  height: 0;
2672
2673
  display: none;
2673
2674
  }
2674
2675
 
2675
- .scroll-timeline-x-hidden[data-v-d37cbfcc] .cm-scroller::-webkit-scrollbar {
2676
+ .scroll-timeline-x-hidden[data-v-c414dc68] .cm-scroller::-webkit-scrollbar {
2676
2677
  width: 0;
2677
2678
  height: 0;
2678
2679
  display: none;
2679
2680
  }
2680
2681
 
2681
- .scroll-timeline-x-address[data-v-d37cbfcc] {
2682
+ .scroll-timeline-x-address[data-v-c414dc68] {
2682
2683
  scrollbar-width: none;
2683
2684
  line-height: 27px;
2684
2685
  }
2685
2686
 
2686
- .scroll-timeline-x-address[data-v-d37cbfcc]:after {
2687
+ .scroll-timeline-x-address[data-v-c414dc68]:after {
2687
2688
  content: "";
2688
2689
  cursor: text;
2689
2690
  width: 24px;
@@ -2692,45 +2693,45 @@ input[data-v-a6f4752a]::placeholder {
2692
2693
  right: 0;
2693
2694
  }
2694
2695
 
2695
- .scroll-timeline-x-address[data-v-d37cbfcc]:empty:before {
2696
+ .scroll-timeline-x-address[data-v-c414dc68]:empty:before {
2696
2697
  content: "Enter URL or cURL request";
2697
2698
  color: var(--scalar-color-3);
2698
2699
  pointer-events: none;
2699
2700
  }
2700
2701
 
2701
- .address-bar-bg-states[data-v-d37cbfcc] {
2702
+ .address-bar-bg-states[data-v-c414dc68] {
2702
2703
  --scalar-address-bar-bg: var(--scalar-background-1);
2703
2704
  }
2704
2705
 
2705
2706
  @supports (color: color-mix(in lab, red, red)) {
2706
- .address-bar-bg-states[data-v-d37cbfcc] {
2707
+ .address-bar-bg-states[data-v-c414dc68] {
2707
2708
  --scalar-address-bar-bg: color-mix(in srgb,
2708
2709
  var(--scalar-background-1),
2709
2710
  var(--scalar-background-2));
2710
2711
  }
2711
2712
  }
2712
2713
 
2713
- .address-bar-bg-states[data-v-d37cbfcc] {
2714
+ .address-bar-bg-states[data-v-c414dc68] {
2714
2715
  background: var(--scalar-address-bar-bg);
2715
2716
  }
2716
2717
 
2717
- .address-bar-bg-states[data-v-d37cbfcc]:has(.cm-focused) {
2718
+ .address-bar-bg-states[data-v-c414dc68]:has(.cm-focused) {
2718
2719
  --scalar-address-bar-bg: var(--scalar-background-1);
2719
2720
  border-color: var(--scalar-border-color);
2720
2721
  outline-width: 1px;
2721
2722
  outline-style: solid;
2722
2723
  }
2723
2724
 
2724
- .address-bar-bg-states:has(.cm-focused) .fade-left[data-v-d37cbfcc], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-d37cbfcc] {
2725
+ .address-bar-bg-states:has(.cm-focused) .fade-left[data-v-c414dc68], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-c414dc68] {
2725
2726
  --scalar-address-bar-bg: var(--scalar-background-1);
2726
2727
  }
2727
2728
 
2728
- .app-exit-button[data-v-42c563b3] {
2729
+ .app-exit-button[data-v-3769522e] {
2729
2730
  color: #fff;
2730
2731
  background: #0000001a;
2731
2732
  }
2732
2733
 
2733
- .app-exit-button[data-v-42c563b3]:hover {
2734
+ .app-exit-button[data-v-3769522e]:hover {
2734
2735
  background: #ffffff1a;
2735
2736
  }
2736
2737
 
@@ -5861,10 +5862,6 @@ div + .userMessage[data-v-6573ec87] {
5861
5862
  min-width: 100%;
5862
5863
  }
5863
5864
 
5864
- .scalar-app .min-w-min {
5865
- min-width: min-content;
5866
- }
5867
-
5868
5865
  .scalar-app .flex-1 {
5869
5866
  flex: 1;
5870
5867
  }
@@ -7680,10 +7677,6 @@ div + .userMessage[data-v-6573ec87] {
7680
7677
  min-width: 20px;
7681
7678
  }
7682
7679
 
7683
- :is(.scalar-app .\*\:flex-1 > *) {
7684
- flex: 1;
7685
- }
7686
-
7687
7680
  :is(.scalar-app .\*\:cursor-pointer > *) {
7688
7681
  cursor: pointer;
7689
7682
  }
@@ -7696,10 +7689,6 @@ div + .userMessage[data-v-6573ec87] {
7696
7689
  justify-content: center;
7697
7690
  }
7698
7691
 
7699
- :is(.scalar-app .\*\:gap-1 > *) {
7700
- gap: 4px;
7701
- }
7702
-
7703
7692
  :is(.scalar-app .\*\:rounded > *) {
7704
7693
  border-radius: var(--scalar-radius-md);
7705
7694
  }
@@ -9647,7 +9636,7 @@ to {
9647
9636
  }
9648
9637
  }
9649
9638
 
9650
- .sticky-cards[data-v-d6744cde] {
9639
+ .sticky-cards[data-v-8b2934cb] {
9651
9640
  display: flex;
9652
9641
  flex-direction: column;
9653
9642
  position: sticky;
@@ -10302,27 +10291,27 @@ code.property-detail-value[data-v-1295f965] {
10302
10291
  flex: 1;
10303
10292
  }
10304
10293
 
10305
- .property-heading[data-v-8af95d8d] {
10294
+ .property-heading[data-v-46933849] {
10306
10295
  display: flex;
10307
10296
  flex-wrap: wrap;
10308
10297
  align-items: baseline;
10309
10298
  row-gap: 9px;
10310
10299
  white-space: nowrap;
10311
10300
  }
10312
- .property-heading[data-v-8af95d8d]:has(+ .children),
10313
- .property-heading[data-v-8af95d8d]:has(+ .property-rule) {
10301
+ .property-heading[data-v-46933849]:has(+ .children),
10302
+ .property-heading[data-v-46933849]:has(+ .property-rule) {
10314
10303
  margin-bottom: 9px;
10315
10304
  }
10316
- .property-heading[data-v-8af95d8d] > * {
10305
+ .property-heading[data-v-46933849] > * {
10317
10306
  margin-right: 9px;
10318
10307
  }
10319
- .property-heading[data-v-8af95d8d]:last-child {
10308
+ .property-heading[data-v-46933849]:last-child {
10320
10309
  margin-right: 0;
10321
10310
  }
10322
- .property-heading > .property-detail[data-v-8af95d8d]:not(:last-of-type) {
10311
+ .property-heading > .property-detail[data-v-46933849]:not(:last-of-type) {
10323
10312
  margin-right: 0;
10324
10313
  }
10325
- .property-name[data-v-8af95d8d] {
10314
+ .property-name[data-v-46933849] {
10326
10315
  max-width: 100%;
10327
10316
  font-family: var(--scalar-font-code);
10328
10317
  font-weight: var(--scalar-bold);
@@ -10330,30 +10319,30 @@ code.property-detail-value[data-v-1295f965] {
10330
10319
  white-space: normal;
10331
10320
  overflow-wrap: break-word;
10332
10321
  }
10333
- .property-additional[data-v-8af95d8d] {
10322
+ .property-additional[data-v-46933849] {
10334
10323
  font-family: var(--scalar-font-code);
10335
10324
  }
10336
- .property-required[data-v-8af95d8d],
10337
- .property-optional[data-v-8af95d8d] {
10325
+ .property-required[data-v-46933849],
10326
+ .property-optional[data-v-46933849] {
10338
10327
  color: var(--scalar-color-2);
10339
10328
  }
10340
- .property-required[data-v-8af95d8d] {
10329
+ .property-required[data-v-46933849] {
10341
10330
  font-size: var(--scalar-mini);
10342
10331
  color: var(--scalar-color-orange);
10343
10332
  }
10344
- .property-read-only[data-v-8af95d8d] {
10333
+ .property-read-only[data-v-46933849] {
10345
10334
  font-size: var(--scalar-mini);
10346
10335
  color: var(--scalar-color-blue);
10347
10336
  }
10348
- .property-write-only[data-v-8af95d8d] {
10337
+ .property-write-only[data-v-46933849] {
10349
10338
  font-size: var(--scalar-mini);
10350
10339
  color: var(--scalar-color-green);
10351
10340
  }
10352
- .property-discriminator[data-v-8af95d8d] {
10341
+ .property-discriminator[data-v-46933849] {
10353
10342
  font-size: var(--scalar-mini);
10354
10343
  color: var(--scalar-color-purple);
10355
10344
  }
10356
- .property-detail[data-v-8af95d8d] {
10345
+ .property-detail[data-v-46933849] {
10357
10346
  font-size: var(--scalar-mini);
10358
10347
  color: var(--scalar-color-2);
10359
10348
  display: flex;
@@ -10361,10 +10350,10 @@ code.property-detail-value[data-v-1295f965] {
10361
10350
 
10362
10351
  min-width: 0;
10363
10352
  }
10364
- .property-const[data-v-8af95d8d] {
10353
+ .property-const[data-v-46933849] {
10365
10354
  color: var(--scalar-color-1);
10366
10355
  }
10367
- .deprecated[data-v-8af95d8d] {
10356
+ .deprecated[data-v-46933849] {
10368
10357
  text-decoration: line-through;
10369
10358
  }
10370
10359
 
@@ -10582,20 +10571,20 @@ code.property-detail-value[data-v-1295f965] {
10582
10571
  padding-bottom: 9px;
10583
10572
  }
10584
10573
 
10585
- .reference-models-anchor[data-v-f3ae088e] {
10574
+ .reference-models-anchor[data-v-df54aefe] {
10586
10575
  display: flex;
10587
10576
  align-items: center;
10588
10577
  font-size: 20px;
10589
10578
  padding-left: 6px;
10590
10579
  color: var(--scalar-color-1);
10591
10580
  }
10592
- .reference-models-label[data-v-f3ae088e] {
10581
+ .reference-models-label[data-v-df54aefe] {
10593
10582
  display: block;
10594
10583
  font-size: var(--scalar-mini);
10595
10584
  }
10596
10585
 
10597
10586
  /* Style the "icon" */
10598
- .reference-models-label[data-v-f3ae088e] em {
10587
+ .reference-models-label[data-v-df54aefe] em {
10599
10588
  font-weight: var(--scalar-bold);
10600
10589
  }
10601
10590
 
@@ -10722,24 +10711,24 @@ code.property-detail-value[data-v-1295f965] {
10722
10711
  }
10723
10712
  }
10724
10713
 
10725
- .endpoint[data-v-ad8530a6] {
10714
+ .endpoint[data-v-d54500d7] {
10726
10715
  display: flex;
10727
10716
  white-space: nowrap;
10728
10717
  cursor: pointer;
10729
10718
  text-decoration: none;
10730
10719
  }
10731
- .endpoint:hover .endpoint-path[data-v-ad8530a6],
10732
- .endpoint:focus-visible .endpoint-path[data-v-ad8530a6] {
10720
+ .endpoint:hover .endpoint-path[data-v-d54500d7],
10721
+ .endpoint:focus-visible .endpoint-path[data-v-d54500d7] {
10733
10722
  text-decoration: underline;
10734
10723
  }
10735
- .endpoint .post[data-v-ad8530a6],
10736
- .endpoint .get[data-v-ad8530a6],
10737
- .endpoint .delete[data-v-ad8530a6],
10738
- .endpoint .put[data-v-ad8530a6] {
10724
+ .endpoint .post[data-v-d54500d7],
10725
+ .endpoint .get[data-v-d54500d7],
10726
+ .endpoint .delete[data-v-d54500d7],
10727
+ .endpoint .put[data-v-d54500d7] {
10739
10728
  white-space: nowrap;
10740
10729
  }
10741
- .endpoint-method[data-v-ad8530a6],
10742
- .endpoint-path[data-v-ad8530a6] {
10730
+ .endpoint-method[data-v-d54500d7],
10731
+ .endpoint-path[data-v-d54500d7] {
10743
10732
  color: var(--scalar-color-1);
10744
10733
  min-width: 62px;
10745
10734
  display: inline-flex;
@@ -10748,14 +10737,14 @@ code.property-detail-value[data-v-1295f965] {
10748
10737
  font-size: var(--scalar-small);
10749
10738
  cursor: pointer;
10750
10739
  }
10751
- .endpoint-method[data-v-ad8530a6] {
10740
+ .endpoint-method[data-v-d54500d7] {
10752
10741
  text-align: right;
10753
10742
  }
10754
- .endpoint-path[data-v-ad8530a6] {
10743
+ .endpoint-path[data-v-d54500d7] {
10755
10744
  margin-left: 12px;
10756
10745
  text-transform: initial;
10757
10746
  }
10758
- .deprecated[data-v-ad8530a6] {
10747
+ .deprecated[data-v-d54500d7] {
10759
10748
  text-decoration: line-through;
10760
10749
  }
10761
10750
 
@@ -10771,39 +10760,39 @@ code.property-detail-value[data-v-1295f965] {
10771
10760
  width: 100%;
10772
10761
  }
10773
10762
 
10774
- .tag-section[data-v-30009843] {
10763
+ .tag-section[data-v-fafcaa8a] {
10775
10764
  margin-bottom: 48px;
10776
10765
  }
10777
- .tag-name[data-v-30009843] {
10766
+ .tag-name[data-v-fafcaa8a] {
10778
10767
  text-transform: capitalize;
10779
10768
  }
10780
- .tag-description[data-v-30009843] {
10769
+ .tag-description[data-v-fafcaa8a] {
10781
10770
  padding-bottom: 4px;
10782
10771
  text-align: left;
10783
10772
  }
10784
10773
 
10785
10774
  /* Tag Groups */
10786
- .tag-section-group .tag-group-name[data-v-30009843] {
10775
+ .tag-section-group .tag-group-name[data-v-fafcaa8a] {
10787
10776
  gap: 12px;
10788
10777
  align-self: stretch;
10789
10778
  grid-template-columns: auto 1fr;
10790
10779
  }
10791
- .tag-group-name[data-v-30009843]:after {
10780
+ .tag-group-name[data-v-fafcaa8a]:after {
10792
10781
  content: '';
10793
10782
  display: block;
10794
10783
  height: 1px;
10795
10784
  align-self: center;
10796
10785
  background: var(--scalar-border-color);
10797
10786
  }
10798
- .tag-group-name[data-v-30009843]:has(* > *:hover),
10799
- .tag-group-name[data-v-30009843]:has(:focus-visible) {
10787
+ .tag-group-name[data-v-fafcaa8a]:has(* > *:hover),
10788
+ .tag-group-name[data-v-fafcaa8a]:has(:focus-visible) {
10800
10789
  gap: 32px;
10801
10790
  }
10802
- .tag-section-group .tag-section[data-v-30009843] {
10791
+ .tag-section-group .tag-section[data-v-fafcaa8a] {
10803
10792
  padding-inline: 0;
10804
10793
  margin-bottom: 24px;
10805
10794
  }
10806
- .tag-section-group .tag-section[data-v-30009843]:last-of-type {
10795
+ .tag-section-group .tag-section[data-v-fafcaa8a]:last-of-type {
10807
10796
  margin-bottom: 0;
10808
10797
  }
10809
10798
 
@@ -10812,7 +10801,7 @@ code.property-detail-value[data-v-1295f965] {
10812
10801
  * layer of horizontal padding. Dropping it keeps every section flush left
10813
10802
  * regardless of how deep the tag hierarchy goes.
10814
10803
  */
10815
- .tag-section.tag-section-nested[data-v-30009843] {
10804
+ .tag-section.tag-section-nested[data-v-fafcaa8a] {
10816
10805
  padding-inline: 0;
10817
10806
  }
10818
10807
 
@@ -10842,7 +10831,7 @@ code.property-detail-value[data-v-1295f965] {
10842
10831
  text-decoration: underline;
10843
10832
  }
10844
10833
 
10845
- .section-container[data-v-831b6e40] {
10834
+ .section-container[data-v-b6a490f4] {
10846
10835
  border-top: var(--scalar-border-width) solid var(--scalar-border-color);
10847
10836
  }
10848
10837
  /*
@@ -10850,10 +10839,10 @@ code.property-detail-value[data-v-1295f965] {
10850
10839
  * layer of horizontal padding. Dropping it keeps every section flush left
10851
10840
  * regardless of how deep the tag hierarchy goes.
10852
10841
  */
10853
- .tag-section-container.tag-section-nested[data-v-831b6e40] {
10842
+ .tag-section-container.tag-section-nested[data-v-b6a490f4] {
10854
10843
  padding-inline: 0;
10855
10844
  }
10856
- .section-container.tag-section-collapsed[data-v-831b6e40] {
10845
+ .section-container.tag-section-collapsed[data-v-b6a490f4] {
10857
10846
  background-color: color-mix(in srgb, var(--scalar-background-2), transparent);
10858
10847
  }
10859
10848
 
@@ -10869,10 +10858,10 @@ code.property-detail-value[data-v-1295f965] {
10869
10858
  letter-spacing: 0.05em;
10870
10859
  }
10871
10860
 
10872
- .message[data-v-50be0795] {
10861
+ .message[data-v-08f2cf5d] {
10873
10862
  scroll-margin-top: var(--refs-viewport-offset);
10874
10863
  }
10875
- .message-title[data-v-50be0795] {
10864
+ .message-title[data-v-08f2cf5d] {
10876
10865
  font-size: var(--scalar-heading-4);
10877
10866
  font-weight: var(--scalar-semibold);
10878
10867
  color: var(--scalar-color-1);
@@ -10882,27 +10871,27 @@ code.property-detail-value[data-v-1295f965] {
10882
10871
  * Anchor slot so the copy-anchor "#" button (absolutely positioned just past the end of the
10883
10872
  * slot content on hover) trails after the last pill instead of overlapping the first one.
10884
10873
  */
10885
- .message-heading[data-v-50be0795] {
10874
+ .message-heading[data-v-08f2cf5d] {
10886
10875
  display: inline-flex;
10887
10876
  flex-wrap: wrap;
10888
10877
  align-items: center;
10889
10878
  gap: 8px;
10890
10879
  }
10891
10880
  /* Pad the expanded body so the description and schemas don't sit flush against the border. */
10892
- .message-accordion[data-v-50be0795] .section-accordion-content-card {
10881
+ .message-accordion[data-v-08f2cf5d] .section-accordion-content-card {
10893
10882
  padding: 12px;
10894
10883
  }
10895
- .message-description[data-v-50be0795] {
10884
+ .message-description[data-v-08f2cf5d] {
10896
10885
  padding-bottom: 4px;
10897
10886
  text-align: left;
10898
10887
  }
10899
- .message-schema[data-v-50be0795] {
10888
+ .message-schema[data-v-08f2cf5d] {
10900
10889
  margin-top: 12px;
10901
10890
  }
10902
- .message-schema[data-v-50be0795]:first-child {
10891
+ .message-schema[data-v-08f2cf5d]:first-child {
10903
10892
  margin-top: 0;
10904
10893
  }
10905
- .message-schema-title[data-v-50be0795] {
10894
+ .message-schema-title[data-v-08f2cf5d] {
10906
10895
  font-size: var(--scalar-font-size-2);
10907
10896
  font-weight: var(--scalar-semibold);
10908
10897
  color: var(--scalar-color-1);
@@ -10911,23 +10900,23 @@ code.property-detail-value[data-v-1295f965] {
10911
10900
  margin-bottom: 8px;
10912
10901
  }
10913
10902
 
10914
- .operation[data-v-91a717db] {
10903
+ .operation[data-v-a929e624] {
10915
10904
  margin-top: 32px;
10916
10905
  scroll-margin-top: var(--refs-viewport-offset);
10917
10906
  }
10918
- .operation-header[data-v-91a717db] {
10907
+ .operation-header[data-v-a929e624] {
10919
10908
  display: flex;
10920
10909
  align-items: center;
10921
10910
  gap: 8px;
10922
10911
  }
10923
- .operation-title[data-v-91a717db] {
10912
+ .operation-title[data-v-a929e624] {
10924
10913
  font-size: var(--scalar-heading-3);
10925
10914
  font-weight: var(--scalar-semibold);
10926
10915
  color: var(--scalar-color-1);
10927
10916
  }
10928
10917
 
10929
10918
  /* Filled, color-coded pill carries the primary send/receive signal. */
10930
- .operation-action[data-v-91a717db] {
10919
+ .operation-action[data-v-a929e624] {
10931
10920
  text-transform: uppercase;
10932
10921
  font-size: var(--scalar-mini);
10933
10922
  font-weight: var(--scalar-semibold);
@@ -10937,20 +10926,20 @@ code.property-detail-value[data-v-1295f965] {
10937
10926
  display: inline-flex;
10938
10927
  align-items: center;
10939
10928
  }
10940
- .operation-action--send[data-v-91a717db] {
10929
+ .operation-action--send[data-v-a929e624] {
10941
10930
  color: var(--scalar-color-blue);
10942
10931
  background: color-mix(in srgb, var(--scalar-color-blue), transparent 88%);
10943
10932
  }
10944
- .operation-action--receive[data-v-91a717db] {
10933
+ .operation-action--receive[data-v-a929e624] {
10945
10934
  color: var(--scalar-color-green);
10946
10935
  background: color-mix(in srgb, var(--scalar-color-green), transparent 88%);
10947
10936
  }
10948
- .operation-description[data-v-91a717db] {
10937
+ .operation-description[data-v-a929e624] {
10949
10938
  text-align: left;
10950
10939
  margin-top: 4px;
10951
10940
  }
10952
10941
  /* Space the first message accordion away from the operation header/description. */
10953
- .operation[data-v-91a717db] > .message {
10942
+ .operation[data-v-a929e624] > .message {
10954
10943
  margin-top: 12px;
10955
10944
  }
10956
10945
 
@@ -11019,22 +11008,22 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11019
11008
  transform: rotate(45deg);
11020
11009
  }
11021
11010
 
11022
- .parameter-item[data-v-df03174a] {
11011
+ .parameter-item[data-v-ce052837] {
11023
11012
  display: flex;
11024
11013
  flex-direction: column;
11025
11014
  position: relative;
11026
11015
  border-top: var(--scalar-border-width) solid var(--scalar-border-color);
11027
11016
  }
11028
- .parameter-item:last-of-type .parameter-schema[data-v-df03174a] {
11017
+ .parameter-item:last-of-type .parameter-schema[data-v-ce052837] {
11029
11018
  padding-bottom: 0;
11030
11019
  }
11031
- .parameter-item-container[data-v-df03174a] {
11020
+ .parameter-item-container[data-v-ce052837] {
11032
11021
  padding: 0;
11033
11022
  }
11034
- .parameter-item-headers[data-v-df03174a] {
11023
+ .parameter-item-headers[data-v-ce052837] {
11035
11024
  border: var(--scalar-border-width) solid var(--scalar-border-color);
11036
11025
  }
11037
- .parameter-item-name[data-v-df03174a] {
11026
+ .parameter-item-name[data-v-ce052837] {
11038
11027
  position: relative;
11039
11028
  font-weight: var(--scalar-bold);
11040
11029
  font-size: var(--scalar-font-size-4);
@@ -11042,49 +11031,49 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11042
11031
  color: var(--scalar-color-1);
11043
11032
  overflow-wrap: break-word;
11044
11033
  }
11045
- .parameter-item-description[data-v-df03174a],
11046
- .parameter-item-description-summary[data-v-df03174a] {
11034
+ .parameter-item-description[data-v-ce052837],
11035
+ .parameter-item-description-summary[data-v-ce052837] {
11047
11036
  font-size: var(--scalar-mini);
11048
11037
  color: var(--scalar-color-2);
11049
11038
  }
11050
- .parameter-item-description-summary.parameter-item-description-summary[data-v-df03174a] > * {
11039
+ .parameter-item-description-summary.parameter-item-description-summary[data-v-ce052837] > * {
11051
11040
  --markdown-line-height: var(--scalar-line-height-5);
11052
11041
  }
11053
11042
 
11054
11043
  /* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
11055
11044
  .parameter-item-trigger
11056
- ~ .parameter-item-container[data-v-df03174a]
11045
+ ~ .parameter-item-container[data-v-ce052837]
11057
11046
  .property--level-0 > .property-heading .property-detail-value {
11058
11047
  font-size: var(--scalar-micro);
11059
11048
  }
11060
- .parameter-item-required-optional[data-v-df03174a] {
11049
+ .parameter-item-required-optional[data-v-ce052837] {
11061
11050
  color: var(--scalar-color-2);
11062
11051
  font-weight: var(--scalar-semibold);
11063
11052
  margin-right: 6px;
11064
11053
  position: relative;
11065
11054
  }
11066
- .parameter-item--required[data-v-df03174a] {
11055
+ .parameter-item--required[data-v-ce052837] {
11067
11056
  text-transform: uppercase;
11068
11057
  font-size: var(--scalar-micro);
11069
11058
  font-weight: var(--scalar-semibold);
11070
11059
  color: var(--scalar-color-orange);
11071
11060
  }
11072
- .parameter-item-description[data-v-df03174a] {
11061
+ .parameter-item-description[data-v-ce052837] {
11073
11062
  margin-top: 6px;
11074
11063
  font-size: var(--scalar-small);
11075
11064
  color: var(--scalar-color-2);
11076
11065
  line-height: 1.4;
11077
11066
  }
11078
- .parameter-item-description[data-v-df03174a] p {
11067
+ .parameter-item-description[data-v-ce052837] p {
11079
11068
  margin-top: 4px;
11080
11069
  font-size: var(--scalar-small);
11081
11070
  color: var(--scalar-color-2);
11082
11071
  }
11083
- .parameter-schema[data-v-df03174a] {
11072
+ .parameter-schema[data-v-ce052837] {
11084
11073
  padding-bottom: 9px;
11085
11074
  margin-top: 3px;
11086
11075
  }
11087
- .parameter-item-trigger[data-v-df03174a] {
11076
+ .parameter-item-trigger[data-v-ce052837] {
11088
11077
  display: flex;
11089
11078
  align-items: baseline;
11090
11079
  line-height: var(--scalar-line-height-5);
@@ -11093,33 +11082,33 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11093
11082
  padding: 10px 0;
11094
11083
  outline: none;
11095
11084
  }
11096
- .parameter-item-trigger-open[data-v-df03174a] {
11085
+ .parameter-item-trigger-open[data-v-ce052837] {
11097
11086
  padding-bottom: 0;
11098
11087
  }
11099
- .parameter-item-icon[data-v-df03174a] {
11088
+ .parameter-item-icon[data-v-ce052837] {
11100
11089
  color: var(--scalar-color-3);
11101
11090
  left: -19px;
11102
11091
  top: 0.5lh;
11103
11092
  translate: 0 -50%;
11104
11093
  position: absolute;
11105
11094
  }
11106
- .parameter-item-trigger:hover .parameter-item-icon[data-v-df03174a],
11107
- .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-df03174a] {
11095
+ .parameter-item-trigger:hover .parameter-item-icon[data-v-ce052837],
11096
+ .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ce052837] {
11108
11097
  color: var(--scalar-color-1);
11109
11098
  }
11110
- .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-df03174a] {
11099
+ .parameter-item-trigger:focus-visible .parameter-item-icon[data-v-ce052837] {
11111
11100
  outline: 1px solid var(--scalar-color-accent);
11112
11101
  outline-offset: 2px;
11113
11102
  border-radius: var(--scalar-radius);
11114
11103
  }
11115
11104
 
11116
- .channel-section[data-v-2b0efcde] {
11105
+ .channel-section[data-v-c60febe5] {
11117
11106
  margin-bottom: 48px;
11118
11107
  }
11119
- .channel-labels[data-v-2b0efcde] {
11108
+ .channel-labels[data-v-c60febe5] {
11120
11109
  margin-bottom: 8px;
11121
11110
  }
11122
- .channel-description[data-v-2b0efcde] {
11111
+ .channel-description[data-v-c60febe5] {
11123
11112
  padding-bottom: 4px;
11124
11113
  text-align: left;
11125
11114
  }
@@ -11255,10 +11244,10 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11255
11244
  padding: 0;
11256
11245
  }
11257
11246
 
11258
- .response-card[data-v-5123cd9f] {
11247
+ .response-card[data-v-c999f4a2] {
11259
11248
  font-size: var(--scalar-font-size-3);
11260
11249
  }
11261
- .code-copy[data-v-5123cd9f] {
11250
+ .code-copy[data-v-c999f4a2] {
11262
11251
  display: flex;
11263
11252
  align-items: center;
11264
11253
  justify-content: center;
@@ -11272,14 +11261,14 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11272
11261
  padding: 0;
11273
11262
  margin-right: 12px;
11274
11263
  }
11275
- .code-copy[data-v-5123cd9f]:hover {
11264
+ .code-copy[data-v-c999f4a2]:hover {
11276
11265
  color: var(--scalar-color-1);
11277
11266
  }
11278
- .code-copy svg[data-v-5123cd9f] {
11267
+ .code-copy svg[data-v-c999f4a2] {
11279
11268
  width: 13px;
11280
11269
  height: 13px;
11281
11270
  }
11282
- .response-card-footer[data-v-5123cd9f] {
11271
+ .response-card-footer[data-v-c999f4a2] {
11283
11272
  display: flex;
11284
11273
  flex-direction: row-reverse;
11285
11274
  flex-wrap: wrap;
@@ -11288,11 +11277,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11288
11277
  padding: 7px 12px;
11289
11278
  column-gap: 8px;
11290
11279
  }
11291
- .response-example-selector[data-v-5123cd9f] {
11280
+ .response-example-selector[data-v-c999f4a2] {
11292
11281
  flex-shrink: 0;
11293
11282
  margin: -4px;
11294
11283
  }
11295
- .response-description[data-v-5123cd9f] {
11284
+ .response-description[data-v-c999f4a2] {
11296
11285
  font-weight: var(--scalar-semibold);
11297
11286
  font-size: var(--scalar-small);
11298
11287
  color: var(--scalar-color--1);
@@ -11301,13 +11290,13 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11301
11290
 
11302
11291
  flex-grow: 1;
11303
11292
  }
11304
- .response-description-markdown[data-v-5123cd9f] {
11293
+ .response-description-markdown[data-v-c999f4a2] {
11305
11294
  max-height: 3lh;
11306
11295
  }
11307
- .response-description-markdown[data-v-5123cd9f] * {
11296
+ .response-description-markdown[data-v-c999f4a2] * {
11308
11297
  margin: 0;
11309
11298
  }
11310
- .schema-type[data-v-5123cd9f] {
11299
+ .schema-type[data-v-c999f4a2] {
11311
11300
  font-size: var(--scalar-micro);
11312
11301
  color: var(--scalar-color-2);
11313
11302
  font-weight: var(--scalar-semibold);
@@ -11316,16 +11305,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11316
11305
  border-radius: 4px;
11317
11306
  margin-right: 4px;
11318
11307
  }
11319
- .schema-example[data-v-5123cd9f] {
11308
+ .schema-example[data-v-c999f4a2] {
11320
11309
  font-size: var(--scalar-micro);
11321
11310
  color: var(--scalar-color-2);
11322
11311
  font-weight: var(--scalar-semibold);
11323
11312
  }
11324
- .example-response-tab[data-v-5123cd9f] {
11313
+ .example-response-tab[data-v-c999f4a2] {
11325
11314
  display: block;
11326
11315
  margin: 6px;
11327
11316
  }
11328
- .scalar-card-checkbox[data-v-5123cd9f] {
11317
+ .scalar-card-checkbox[data-v-c999f4a2] {
11329
11318
  display: flex;
11330
11319
  align-items: center;
11331
11320
  justify-content: center;
@@ -11342,20 +11331,20 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11342
11331
  padding: 7px 6px;
11343
11332
  }
11344
11333
  .scalar-card-checkbox:has(.scalar-card-checkbox-input:focus-visible)
11345
- .scalar-card-checkbox-checkmark[data-v-5123cd9f] {
11334
+ .scalar-card-checkbox-checkmark[data-v-c999f4a2] {
11346
11335
  outline: 1px solid var(--scalar-color-accent);
11347
11336
  }
11348
- .scalar-card-checkbox[data-v-5123cd9f]:hover {
11337
+ .scalar-card-checkbox[data-v-c999f4a2]:hover {
11349
11338
  color: var(--scalar-color--1);
11350
11339
  }
11351
- .scalar-card-checkbox .scalar-card-checkbox-input[data-v-5123cd9f] {
11340
+ .scalar-card-checkbox .scalar-card-checkbox-input[data-v-c999f4a2] {
11352
11341
  position: absolute;
11353
11342
  opacity: 0;
11354
11343
  cursor: pointer;
11355
11344
  height: 0;
11356
11345
  width: 0;
11357
11346
  }
11358
- .scalar-card-checkbox-checkmark[data-v-5123cd9f] {
11347
+ .scalar-card-checkbox-checkmark[data-v-c999f4a2] {
11359
11348
  height: 16px;
11360
11349
  width: 16px;
11361
11350
  border-radius: var(--scalar-radius);
@@ -11363,27 +11352,27 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11363
11352
  background-color: var(--scalar-background-3);
11364
11353
  box-shadow: inset 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
11365
11354
  }
11366
- .scalar-card-checkbox[data-v-5123cd9f]:has(.scalar-card-checkbox-input:checked) {
11355
+ .scalar-card-checkbox[data-v-c999f4a2]:has(.scalar-card-checkbox-input:checked) {
11367
11356
  color: var(--scalar-color-1);
11368
11357
  font-weight: var(--scalar-semibold);
11369
11358
  }
11370
11359
  .scalar-card-checkbox
11371
11360
  .scalar-card-checkbox-input:checked
11372
- ~ .scalar-card-checkbox-checkmark[data-v-5123cd9f] {
11361
+ ~ .scalar-card-checkbox-checkmark[data-v-c999f4a2] {
11373
11362
  background-color: var(--scalar-button-1);
11374
11363
  box-shadow: none;
11375
11364
  }
11376
- .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
11365
+ .scalar-card-checkbox-checkmark[data-v-c999f4a2]:after {
11377
11366
  content: '';
11378
11367
  position: absolute;
11379
11368
  display: none;
11380
11369
  }
11381
11370
  .scalar-card-checkbox
11382
11371
  .scalar-card-checkbox-input:checked
11383
- ~ .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
11372
+ ~ .scalar-card-checkbox-checkmark[data-v-c999f4a2]:after {
11384
11373
  display: block;
11385
11374
  }
11386
- .scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-5123cd9f]:after {
11375
+ .scalar-card-checkbox .scalar-card-checkbox-checkmark[data-v-c999f4a2]:after {
11387
11376
  right: 11.5px;
11388
11377
  top: 12.5px;
11389
11378
  width: 5px;
@@ -11529,11 +11518,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11529
11518
  margin-right: 4px;
11530
11519
  }
11531
11520
  /*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
11532
- .operation-title[data-v-ae829610] {
11521
+ .operation-title[data-v-d70f7395] {
11533
11522
  justify-content: space-between;
11534
11523
  display: flex;
11535
11524
  }
11536
- .operation-details[data-v-ae829610] {
11525
+ .operation-details[data-v-d70f7395] {
11537
11526
  flex-shrink: 1;
11538
11527
  align-items: center;
11539
11528
  gap: 9px;
@@ -11541,11 +11530,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11541
11530
  margin-top: 0;
11542
11531
  display: flex;
11543
11532
  }
11544
- .operation-details[data-v-ae829610] .endpoint-anchor .scalar-button svg {
11533
+ .operation-details[data-v-d70f7395] .endpoint-anchor .scalar-button svg {
11545
11534
  width: 16px;
11546
11535
  height: 16px;
11547
11536
  }
11548
- .endpoint-type[data-v-ae829610] {
11537
+ .endpoint-type[data-v-d70f7395] {
11549
11538
  z-index: 0;
11550
11539
  width: 60px;
11551
11540
  font-size: var(--scalar-small);
@@ -11560,7 +11549,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11560
11549
  display: flex;
11561
11550
  position: relative;
11562
11551
  }
11563
- .endpoint-type[data-v-ae829610]:after {
11552
+ .endpoint-type[data-v-d70f7395]:after {
11564
11553
  content: "";
11565
11554
  z-index: -1;
11566
11555
  opacity: .15;
@@ -11569,16 +11558,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11569
11558
  position: absolute;
11570
11559
  inset: 0;
11571
11560
  }
11572
- .endpoint-anchor[data-v-ae829610] {
11561
+ .endpoint-anchor[data-v-d70f7395] {
11573
11562
  flex-shrink: 1;
11574
11563
  align-items: center;
11575
11564
  min-width: 0;
11576
11565
  display: flex;
11577
11566
  }
11578
- .endpoint-anchor.label[data-v-ae829610] {
11567
+ .endpoint-anchor.label[data-v-d70f7395] {
11579
11568
  display: flex;
11580
11569
  }
11581
- .endpoint-label[data-v-ae829610] {
11570
+ .endpoint-label[data-v-d70f7395] {
11582
11571
  min-width: 0;
11583
11572
  color: var(--scalar-color-1);
11584
11573
  flex-shrink: 1;
@@ -11586,17 +11575,17 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11586
11575
  gap: 9px;
11587
11576
  display: flex;
11588
11577
  }
11589
- .endpoint-label-path[data-v-ae829610] {
11578
+ .endpoint-label-path[data-v-d70f7395] {
11590
11579
  font-family: var(--scalar-font-code);
11591
11580
  font-size: var(--scalar-mini);
11592
11581
  text-overflow: ellipsis;
11593
11582
  white-space: nowrap;
11594
11583
  overflow: hidden;
11595
11584
  }
11596
- .endpoint-label-path[data-v-ae829610] em {
11585
+ .endpoint-label-path[data-v-d70f7395] em {
11597
11586
  color: var(--scalar-color-2);
11598
11587
  }
11599
- .endpoint-label-name[data-v-ae829610] {
11588
+ .endpoint-label-name[data-v-d70f7395] {
11600
11589
  color: var(--scalar-color-2);
11601
11590
  font-size: var(--scalar-small);
11602
11591
  text-overflow: ellipsis;
@@ -11604,17 +11593,17 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11604
11593
  flex-shrink: 1000000000;
11605
11594
  overflow: hidden;
11606
11595
  }
11607
- .endpoint-try-hint[data-v-ae829610] {
11596
+ .endpoint-try-hint[data-v-d70f7395] {
11608
11597
  flex-shrink: 0;
11609
11598
  padding: 2px;
11610
11599
  }
11611
- .endpoint-copy[data-v-ae829610] {
11600
+ .endpoint-copy[data-v-d70f7395] {
11612
11601
  color: currentColor;
11613
11602
  }
11614
- .endpoint-copy[data-v-ae829610] svg {
11603
+ .endpoint-copy[data-v-d70f7395] svg {
11615
11604
  stroke-width: 2px;
11616
11605
  }
11617
- .endpoint-content[data-v-ae829610] {
11606
+ .endpoint-content[data-v-d70f7395] {
11618
11607
  grid-auto-columns: 1fr;
11619
11608
  grid-auto-flow: row;
11620
11609
  gap: 9px;
@@ -11622,52 +11611,52 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11622
11611
  display: grid;
11623
11612
  }
11624
11613
  @media (min-width: 1000px) {
11625
- .endpoint-content[data-v-ae829610] {
11614
+ .endpoint-content[data-v-d70f7395] {
11626
11615
  grid-auto-flow: column;
11627
11616
  }
11628
11617
  }
11629
11618
  @container (max-width: 900px) {
11630
- .endpoint-content[data-v-ae829610] {
11619
+ .endpoint-content[data-v-d70f7395] {
11631
11620
  grid-template-columns: 1fr;
11632
11621
  }
11633
11622
  }
11634
- .endpoint-content[data-v-ae829610] > * {
11623
+ .endpoint-content[data-v-d70f7395] > * {
11635
11624
  min-width: 0;
11636
11625
  }
11637
- .operation-details-card[data-v-ae829610] {
11626
+ .operation-details-card[data-v-d70f7395] {
11638
11627
  flex-direction: column;
11639
11628
  gap: 12px;
11640
11629
  min-width: 0;
11641
11630
  display: flex;
11642
11631
  }
11643
- :is(.operation-details-card-item[data-v-ae829610] .parameter-list, .operation-details-card-item[data-v-ae829610] .callbacks-list) {
11632
+ :is(.operation-details-card-item[data-v-d70f7395] .parameter-list, .operation-details-card-item[data-v-d70f7395] .callbacks-list) {
11644
11633
  border: var(--scalar-border-width) solid var(--scalar-border-color);
11645
11634
  border-radius: var(--scalar-radius-lg);
11646
11635
  margin-top: 0;
11647
11636
  }
11648
- .operation-details-card-item[data-v-ae829610] {
11637
+ .operation-details-card-item[data-v-d70f7395] {
11649
11638
  flex-direction: column;
11650
11639
  gap: 12px;
11651
11640
  display: flex;
11652
11641
  }
11653
- .operation-details-card-item[data-v-ae829610] .parameter-list-items {
11642
+ .operation-details-card-item[data-v-d70f7395] .parameter-list-items {
11654
11643
  margin-bottom: 0;
11655
11644
  }
11656
- .operation-details-card[data-v-ae829610] .parameter-item:last-of-type .parameter-schema {
11645
+ .operation-details-card[data-v-d70f7395] .parameter-item:last-of-type .parameter-schema {
11657
11646
  padding-bottom: 12px;
11658
11647
  }
11659
- .operation-details-card[data-v-ae829610] .parameter-list .parameter-list {
11648
+ .operation-details-card[data-v-d70f7395] .parameter-list .parameter-list {
11660
11649
  margin-bottom: 12px;
11661
11650
  }
11662
- .operation-details-card[data-v-ae829610] .parameter-item {
11651
+ .operation-details-card[data-v-d70f7395] .parameter-item {
11663
11652
  margin: 0;
11664
11653
  padding: 0;
11665
11654
  }
11666
- .operation-details-card[data-v-ae829610] .property {
11655
+ .operation-details-card[data-v-d70f7395] .property {
11667
11656
  margin: 0;
11668
11657
  padding: 9px;
11669
11658
  }
11670
- :is(.operation-details-card[data-v-ae829610] .parameter-list-title, .operation-details-card[data-v-ae829610] .request-body-title, .operation-details-card[data-v-ae829610] .callbacks-title) {
11659
+ :is(.operation-details-card[data-v-d70f7395] .parameter-list-title, .operation-details-card[data-v-d70f7395] .request-body-title, .operation-details-card[data-v-d70f7395] .callbacks-title) {
11671
11660
  text-transform: uppercase;
11672
11661
  font-weight: var(--scalar-bold);
11673
11662
  font-size: var(--scalar-mini);
@@ -11676,61 +11665,61 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11676
11665
  padding: 9px;
11677
11666
  line-height: 1.33;
11678
11667
  }
11679
- .operation-details-card[data-v-ae829610] .callback-list-item-title {
11668
+ .operation-details-card[data-v-d70f7395] .callback-list-item-title {
11680
11669
  padding-left: 28px;
11681
11670
  padding-right: 12px;
11682
11671
  }
11683
- .operation-details-card[data-v-ae829610] .callback-list-item-icon {
11672
+ .operation-details-card[data-v-d70f7395] .callback-list-item-icon {
11684
11673
  left: 6px;
11685
11674
  }
11686
- .operation-details-card[data-v-ae829610] .callback-operation-container {
11675
+ .operation-details-card[data-v-d70f7395] .callback-operation-container {
11687
11676
  padding-inline: 9px;
11688
11677
  padding-bottom: 9px;
11689
11678
  }
11690
- :is(.operation-details-card[data-v-ae829610] .callback-operation-container > .request-body, .operation-details-card[data-v-ae829610] .callback-operation-container > .parameter-list) {
11679
+ :is(.operation-details-card[data-v-d70f7395] .callback-operation-container > .request-body, .operation-details-card[data-v-d70f7395] .callback-operation-container > .parameter-list) {
11691
11680
  border: none;
11692
11681
  }
11693
- .operation-details-card[data-v-ae829610] .callback-operation-container > .request-body > .request-body-header {
11682
+ .operation-details-card[data-v-d70f7395] .callback-operation-container > .request-body > .request-body-header {
11694
11683
  border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
11695
11684
  padding: 0 0 9px;
11696
11685
  }
11697
- .operation-details-card[data-v-ae829610] .request-body-description {
11686
+ .operation-details-card[data-v-d70f7395] .request-body-description {
11698
11687
  border-top: var(--scalar-border-width) solid var(--scalar-border-color);
11699
11688
  margin-top: 0;
11700
11689
  padding: 9px 9px 0;
11701
11690
  }
11702
- .operation-details-card[data-v-ae829610] .request-body {
11691
+ .operation-details-card[data-v-d70f7395] .request-body {
11703
11692
  border-radius: var(--scalar-radius-lg);
11704
11693
  border: var(--scalar-border-width) solid var(--scalar-border-color);
11705
11694
  margin-top: 0;
11706
11695
  }
11707
- .operation-details-card[data-v-ae829610] .request-body .schema-card--level-0 > .schema-card-description {
11696
+ .operation-details-card[data-v-d70f7395] .request-body .schema-card--level-0 > .schema-card-description {
11708
11697
  padding-inline: 9px;
11709
11698
  }
11710
- .operation-details-card[data-v-ae829610] .request-body-header {
11699
+ .operation-details-card[data-v-d70f7395] .request-body-header {
11711
11700
  border-bottom: 0;
11712
11701
  padding-bottom: 0;
11713
11702
  }
11714
- .operation-details-card[data-v-ae829610] .contents button {
11703
+ .operation-details-card[data-v-d70f7395] .contents button {
11715
11704
  margin-right: 9px;
11716
11705
  }
11717
- .operation-details-card[data-v-ae829610] .schema-card--open + .schema-card:not(.schema-card--open) {
11706
+ .operation-details-card[data-v-d70f7395] .schema-card--open + .schema-card:not(.schema-card--open) {
11718
11707
  margin-inline: 9px;
11719
11708
  margin-bottom: 9px;
11720
11709
  }
11721
- .operation-details-card[data-v-ae829610] .request-body-schema .property--level-0 {
11710
+ .operation-details-card[data-v-d70f7395] .request-body-schema .property--level-0 {
11722
11711
  padding: 0;
11723
11712
  }
11724
- .operation-details-card[data-v-ae829610] .selected-content-type {
11713
+ .operation-details-card[data-v-d70f7395] .selected-content-type {
11725
11714
  margin-right: 9px;
11726
11715
  }
11727
- .operation-example-card[data-v-ae829610] {
11716
+ .operation-example-card[data-v-d70f7395] {
11728
11717
  top: calc(var(--refs-viewport-offset) + 24px);
11729
11718
  max-height: calc(var(--refs-viewport-height) - 48px);
11730
11719
  position: sticky;
11731
11720
  }
11732
11721
  @media (max-width: 600px) {
11733
- .operation-example-card[data-v-ae829610] {
11722
+ .operation-example-card[data-v-d70f7395] {
11734
11723
  max-height: unset;
11735
11724
  position: static;
11736
11725
  }
@@ -11830,7 +11819,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11830
11819
  * its own leading margin (mt-6) that already spaces it from whatever precedes
11831
11820
  * it — a row-gap would double that gap.
11832
11821
  */
11833
- .operation-layout[data-v-2382aa8f] {
11822
+ .operation-layout[data-v-29191aa0] {
11834
11823
  display: grid;
11835
11824
  grid-template-columns: 1fr 1fr;
11836
11825
  grid-template-rows: auto auto 1fr;
@@ -11841,7 +11830,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11841
11830
  column-gap: 48px;
11842
11831
  row-gap: 0;
11843
11832
  }
11844
- .operation-title[data-v-2382aa8f] {
11833
+ .operation-title[data-v-29191aa0] {
11845
11834
  grid-area: heading;
11846
11835
  margin-bottom: 12px;
11847
11836
 
@@ -11851,20 +11840,20 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11851
11840
  color: var(--scalar-color-1);
11852
11841
  line-height: 1.45;
11853
11842
  }
11854
- .operation-auth[data-v-2382aa8f] {
11843
+ .operation-auth[data-v-29191aa0] {
11855
11844
  grid-area: badge;
11856
11845
  justify-self: end;
11857
11846
  align-self: start;
11858
11847
  }
11859
- .operation-description[data-v-2382aa8f] {
11848
+ .operation-description[data-v-29191aa0] {
11860
11849
  grid-area: description;
11861
11850
  min-width: 0;
11862
11851
  }
11863
- .operation-details[data-v-2382aa8f] {
11852
+ .operation-details[data-v-29191aa0] {
11864
11853
  grid-area: details;
11865
11854
  min-width: 0;
11866
11855
  }
11867
- .examples[data-v-2382aa8f] {
11856
+ .examples[data-v-29191aa0] {
11868
11857
  grid-area: examples;
11869
11858
  align-self: start;
11870
11859
  min-width: 0;
@@ -11872,11 +11861,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11872
11861
  position: sticky;
11873
11862
  top: calc(var(--refs-viewport-offset) + 24px);
11874
11863
  }
11875
- .examples[data-v-2382aa8f] > * {
11864
+ .examples[data-v-29191aa0] > * {
11876
11865
  max-height: calc((var(--refs-viewport-height) - 60px) / 2);
11877
11866
  position: relative;
11878
11867
  }
11879
- .examples[data-v-2382aa8f] > *:first-of-type:last-of-type {
11868
+ .examples[data-v-29191aa0] > *:first-of-type:last-of-type {
11880
11869
  max-height: calc((var(--refs-viewport-height) - 60px));
11881
11870
  }
11882
11871
 
@@ -11885,11 +11874,11 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11885
11874
  * (or zoomed in screens)
11886
11875
  */
11887
11876
  @media (max-width: 600px) {
11888
- .examples[data-v-2382aa8f] > * {
11877
+ .examples[data-v-29191aa0] > * {
11889
11878
  max-height: unset;
11890
11879
  }
11891
11880
  }
11892
- .deprecated[data-v-2382aa8f] * {
11881
+ .deprecated[data-v-29191aa0] * {
11893
11882
  text-decoration: line-through;
11894
11883
  }
11895
11884
 
@@ -11899,7 +11888,7 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11899
11888
  * an eyebrow above the title.
11900
11889
  */
11901
11890
  @container narrow-references-container (max-width: 900px) {
11902
- .operation-layout[data-v-2382aa8f] {
11891
+ .operation-layout[data-v-29191aa0] {
11903
11892
  grid-template-columns: 1fr;
11904
11893
  grid-template-areas:
11905
11894
  'badge'
@@ -11909,16 +11898,16 @@ button.headers-card-title[data-v-9ba640f2]:hover {
11909
11898
  'details';
11910
11899
  column-gap: 0;
11911
11900
  }
11912
- .operation-auth[data-v-2382aa8f] {
11901
+ .operation-auth[data-v-29191aa0] {
11913
11902
  justify-self: start;
11914
11903
  margin-bottom: 4px;
11915
11904
  }
11916
- .operation-description[data-v-2382aa8f] {
11905
+ .operation-description[data-v-29191aa0] {
11917
11906
  margin-bottom: 24px;
11918
11907
  }
11919
11908
 
11920
11909
  /* Don't make the examples sticky on narrow viewports */
11921
- .examples[data-v-2382aa8f] {
11910
+ .examples[data-v-29191aa0] {
11922
11911
  position: static;
11923
11912
  }
11924
11913
  }
@@ -12103,7 +12092,7 @@ body {
12103
12092
 
12104
12093
  /* Configurable Layout Variables */
12105
12094
  @layer scalar-config {
12106
- .scalar-api-reference[data-v-2e948397] {
12095
+ .scalar-api-reference[data-v-1450c140] {
12107
12096
  /* The header height */
12108
12097
  --refs-header-height: calc(
12109
12098
  var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
@@ -12125,20 +12114,20 @@ body {
12125
12114
  /* The maximum width of the content column */
12126
12115
  --refs-content-max-width: var(--scalar-content-max-width, 1540px);
12127
12116
  }
12128
- .scalar-api-reference.references-classic[data-v-2e948397] {
12117
+ .scalar-api-reference.references-classic[data-v-1450c140] {
12129
12118
  /* Classic layout is wider */
12130
12119
  --refs-content-max-width: var(--scalar-content-max-width, 1420px);
12131
12120
  min-height: 100dvh;
12132
12121
  --refs-sidebar-width: 0;
12133
12122
  }
12134
12123
  }
12135
- .t-doc__sidebar[data-v-2e948397] {
12124
+ .t-doc__sidebar[data-v-1450c140] {
12136
12125
  z-index: 10;
12137
12126
  }
12138
12127
 
12139
12128
  /* ----------------------------------------------------- */
12140
12129
  /* References Layout */
12141
- .references-layout[data-v-2e948397] {
12130
+ .references-layout[data-v-1450c140] {
12142
12131
  /* Try to fill the container */
12143
12132
  min-height: 100dvh;
12144
12133
  min-width: 100%;
@@ -12162,36 +12151,36 @@ body {
12162
12151
 
12163
12152
  background: var(--scalar-background-1);
12164
12153
  }
12165
- .references-editor[data-v-2e948397] {
12154
+ .references-editor[data-v-1450c140] {
12166
12155
  grid-area: editor;
12167
12156
  display: flex;
12168
12157
  min-width: 0;
12169
12158
  background: var(--scalar-background-1);
12170
12159
  }
12171
- .references-rendered[data-v-2e948397] {
12160
+ .references-rendered[data-v-1450c140] {
12172
12161
  position: relative;
12173
12162
  grid-area: rendered;
12174
12163
  min-width: 0;
12175
12164
  background: var(--scalar-background-1);
12176
12165
  }
12177
- .scalar-api-reference.references-classic[data-v-2e948397],
12178
- .references-classic .references-rendered[data-v-2e948397] {
12166
+ .scalar-api-reference.references-classic[data-v-1450c140],
12167
+ .references-classic .references-rendered[data-v-1450c140] {
12179
12168
  height: initial !important;
12180
12169
  max-height: initial !important;
12181
12170
  }
12182
12171
  /* Give the classic layout some breathing room at the end of the scroll */
12183
- .references-classic .references-rendered[data-v-2e948397] {
12172
+ .references-classic .references-rendered[data-v-1450c140] {
12184
12173
  padding-bottom: 80px;
12185
12174
  }
12186
12175
  @layer scalar-config {
12187
- .references-sidebar[data-v-2e948397] {
12176
+ .references-sidebar[data-v-1450c140] {
12188
12177
  /* Set a default width if references are enabled */
12189
12178
  --refs-sidebar-width: var(--scalar-sidebar-width, 288px);
12190
12179
  }
12191
12180
  }
12192
12181
 
12193
12182
  /* Footer */
12194
- .references-footer[data-v-2e948397] {
12183
+ .references-footer[data-v-1450c140] {
12195
12184
  grid-area: footer;
12196
12185
  }
12197
12186
  /* ----------------------------------------------------- */
@@ -12207,12 +12196,12 @@ body {
12207
12196
  */
12208
12197
  @media (width < 1000px) {
12209
12198
  /* Keep toolbar hidden on mobile without forcing desktop display mode. */
12210
- .references-developer-tools[data-v-2e948397] {
12199
+ .references-developer-tools[data-v-1450c140] {
12211
12200
  display: none;
12212
12201
  }
12213
12202
 
12214
12203
  /* Stack view on mobile */
12215
- .references-layout[data-v-2e948397] {
12204
+ .references-layout[data-v-1450c140] {
12216
12205
  /* Adjust the sidebar height to the viewport height minus the header height */
12217
12206
  --refs-sidebar-height: calc(
12218
12207
  var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
@@ -12227,13 +12216,13 @@ body {
12227
12216
  'rendered'
12228
12217
  'footer';
12229
12218
  }
12230
- .references-editable[data-v-2e948397] {
12219
+ .references-editable[data-v-1450c140] {
12231
12220
  grid-template-areas:
12232
12221
  'header'
12233
12222
  'navigation'
12234
12223
  'editor';
12235
12224
  }
12236
- .references-rendered[data-v-2e948397] {
12225
+ .references-rendered[data-v-1450c140] {
12237
12226
  position: static;
12238
12227
  }
12239
12228
  }
@@ -12245,17 +12234,17 @@ body {
12245
12234
  */
12246
12235
  /* Match the layout breakpoint above so the mobile header height is only applied below `lg`. */
12247
12236
  @media (width < 1000px) {
12248
- .scalar-api-references-standalone-mobile[data-v-2e948397]:not(.references-classic) {
12237
+ .scalar-api-references-standalone-mobile[data-v-1450c140]:not(.references-classic) {
12249
12238
  --scalar-header-height: 50px;
12250
12239
  }
12251
12240
  }
12252
12241
 
12253
- .darklight-reference[data-v-2e948397] {
12242
+ .darklight-reference[data-v-1450c140] {
12254
12243
  width: 100%;
12255
12244
  margin-top: auto;
12256
12245
  }
12257
12246
 
12258
- .start[data-v-c492e215] {
12247
+ .start[data-v-0c8b6339] {
12259
12248
  padding: 24px;
12260
12249
  display: flex;
12261
12250
  flex-flow: wrap;
@@ -12263,10 +12252,10 @@ body {
12263
12252
  position: relative;
12264
12253
  z-index: 0;
12265
12254
  }
12266
- .swagger-editor .start[data-v-c492e215] {
12255
+ .swagger-editor .start[data-v-0c8b6339] {
12267
12256
  padding-top: 24px;
12268
12257
  }
12269
- .start-h1[data-v-c492e215] {
12258
+ .start-h1[data-v-0c8b6339] {
12270
12259
  font-size: var(--scalar-heading-2);
12271
12260
  margin-top: 0;
12272
12261
  line-height: 1.45;
@@ -12276,7 +12265,7 @@ body {
12276
12265
  width: 100%;
12277
12266
  position: relative;
12278
12267
  }
12279
- .start-h3[data-v-c492e215] {
12268
+ .start-h3[data-v-0c8b6339] {
12280
12269
  font-size: var(--scalar-paragraph);
12281
12270
  margin-top: 0;
12282
12271
  margin-bottom: 6px;
@@ -12286,17 +12275,17 @@ body {
12286
12275
  color: var(--scalar-color-1);
12287
12276
  width: 100%;
12288
12277
  }
12289
- .start-h1[data-v-c492e215]:not(:first-of-type) {
12278
+ .start-h1[data-v-0c8b6339]:not(:first-of-type) {
12290
12279
  margin-top: 24px;
12291
12280
  }
12292
- .start-p[data-v-c492e215] {
12281
+ .start-p[data-v-0c8b6339] {
12293
12282
  font-size: var(--scalar-paragraph);
12294
12283
  color: var(--scalar-color-2);
12295
12284
  line-height: 1.5;
12296
12285
  width: 100%;
12297
12286
  margin-top: 12px;
12298
12287
  }
12299
- .start-ul[data-v-c492e215] {
12288
+ .start-ul[data-v-0c8b6339] {
12300
12289
  margin-top: 12px;
12301
12290
  font-size: var(--scalar-paragraph);
12302
12291
  line-height: 1.5;
@@ -12306,26 +12295,26 @@ body {
12306
12295
  flex-flow: wrap;
12307
12296
  gap: 24px;
12308
12297
  }
12309
- .start-ul li[data-v-c492e215] {
12298
+ .start-ul li[data-v-0c8b6339] {
12310
12299
  margin: 0;
12311
12300
  padding: 0;
12312
12301
  list-style: none;
12313
12302
  width: calc(50% - 24px);
12314
12303
  color: var(--scalar-color-2);
12315
12304
  }
12316
- .start-ul li[data-v-c492e215]:first-of-type {
12305
+ .start-ul li[data-v-0c8b6339]:first-of-type {
12317
12306
  margin-top: 0;
12318
12307
  }
12319
- .start-section[data-v-c492e215] {
12308
+ .start-section[data-v-0c8b6339] {
12320
12309
  width: 100%;
12321
12310
  margin-bottom: 12px;
12322
12311
  display: flex;
12323
12312
  flex-flow: wrap;
12324
12313
  }
12325
- .start-section[data-v-c492e215]:last-of-type {
12314
+ .start-section[data-v-0c8b6339]:last-of-type {
12326
12315
  margin-bottom: 48px;
12327
12316
  }
12328
- .start-h2[data-v-c492e215] {
12317
+ .start-h2[data-v-0c8b6339] {
12329
12318
  background: var(--scalar-background-2);
12330
12319
  border-top-left-radius: var(--scalar-radius-lg);
12331
12320
  border-top-right-radius: var(--scalar-radius-lg);
@@ -12336,7 +12325,7 @@ body {
12336
12325
  padding: 9px;
12337
12326
  width: 100%;
12338
12327
  }
12339
- .start-item[data-v-c492e215] {
12328
+ .start-item[data-v-0c8b6339] {
12340
12329
  align-items: center;
12341
12330
  background: var(--scalar-background-2);
12342
12331
  border-right: 1px solid var(--scalar-border-color);
@@ -12351,79 +12340,79 @@ body {
12351
12340
  text-transform: capitalize;
12352
12341
  user-select: none;
12353
12342
  }
12354
- .start-section-integrations .start-item[data-v-c492e215]:first-of-type {
12343
+ .start-section-integrations .start-item[data-v-0c8b6339]:first-of-type {
12355
12344
  border-bottom-left-radius: var(--scalar-radius-lg);
12356
12345
  border-left: 1px solid var(--scalar-border-color);
12357
12346
  }
12358
- .start-section-integrations .start-item[data-v-c492e215]:last-of-type {
12347
+ .start-section-integrations .start-item[data-v-0c8b6339]:last-of-type {
12359
12348
  border-bottom-right-radius: var(--scalar-radius-lg);
12360
12349
  }
12361
- .start-section-colors .start-item[data-v-c492e215] {
12350
+ .start-section-colors .start-item[data-v-0c8b6339] {
12362
12351
  min-width: 33.33%;
12363
12352
  }
12364
- .start-section-colors .start-item[data-v-c492e215]:nth-child(3n + 2) {
12353
+ .start-section-colors .start-item[data-v-0c8b6339]:nth-child(3n + 2) {
12365
12354
  border-left: 1px solid var(--scalar-border-color);
12366
12355
  }
12367
- .start-section-colors .start-item[data-v-c492e215]:last-of-type,
12368
- .start-section-colors .start-item-active[data-v-c492e215]:last-of-type::before {
12356
+ .start-section-colors .start-item[data-v-0c8b6339]:last-of-type,
12357
+ .start-section-colors .start-item-active[data-v-0c8b6339]:last-of-type::before {
12369
12358
  border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
12370
12359
  }
12371
- .start-item[data-v-c492e215]:empty {
12360
+ .start-item[data-v-0c8b6339]:empty {
12372
12361
  pointer-events: none;
12373
12362
  }
12374
- .start-item svg[data-v-c492e215] {
12363
+ .start-item svg[data-v-0c8b6339] {
12375
12364
  width: 14px;
12376
12365
  height: 14px;
12377
12366
  margin-right: 6px;
12378
12367
  }
12379
- .start-item[data-v-c492e215]:hover {
12368
+ .start-item[data-v-0c8b6339]:hover {
12380
12369
  background: var(--scalar-background-3);
12381
12370
  }
12382
- .start-item-active[data-v-c492e215] {
12371
+ .start-item-active[data-v-0c8b6339] {
12383
12372
  z-index: 10;
12384
12373
  position: relative;
12385
12374
  color: var(--scalar-color-1);
12386
12375
  }
12387
- .start-item-active[data-v-c492e215]::before {
12376
+ .start-item-active[data-v-0c8b6339]::before {
12388
12377
  border: 1px solid var(--scalar-color-1);
12389
12378
  content: '';
12390
12379
  inset: -1px -1px -1px -1px;
12391
12380
  pointer-events: none;
12392
12381
  position: absolute;
12393
12382
  }
12394
- .start-section-color .start-item[data-v-c492e215] {
12383
+ .start-section-color .start-item[data-v-0c8b6339] {
12395
12384
  text-transform: capitalize;
12396
12385
  }
12397
- .start-cta[data-v-c492e215] {
12386
+ .start-cta[data-v-0c8b6339] {
12398
12387
  display: flex;
12399
12388
  gap: 12px;
12400
12389
  width: 100%;
12401
12390
  margin-top: 24px;
12402
12391
  margin-bottom: 0;
12403
12392
  }
12404
- .start-row[data-v-c492e215] {
12393
+ .start-row[data-v-0c8b6339] {
12405
12394
  width: 100%;
12406
12395
  margin-top: 12px;
12407
12396
  overflow: hidden;
12408
12397
  }
12409
- .start-hero-copy[data-v-c492e215] {
12398
+ .start-hero-copy[data-v-0c8b6339] {
12410
12399
  background: var(--scalar-background-2);
12411
12400
  padding: 12px;
12412
12401
  border-radius: var(--scalar-radius-lg);
12413
12402
  }
12414
- .start-p-small[data-v-c492e215] {
12403
+ .start-p-small[data-v-0c8b6339] {
12415
12404
  font-weight: var(--scalar-semibold);
12416
12405
  font-size: var(--scalar-mini);
12417
12406
  color: var(--scalar-color-2);
12418
12407
  margin-bottom: 12px;
12419
12408
  line-height: 1.4;
12420
12409
  }
12421
- .start-cta[data-v-c492e215] {
12410
+ .start-cta[data-v-0c8b6339] {
12422
12411
  margin-bottom: 12px;
12423
12412
  width: fit-content;
12424
12413
  white-space: nowrap;
12425
12414
  }
12426
- .start-copy[data-v-c492e215] {
12415
+ .start-copy[data-v-0c8b6339] {
12427
12416
  padding: 76px 48px 48px 48px;
12428
12417
  display: flex;
12429
12418
  justify-content: center;
@@ -12431,7 +12420,7 @@ body {
12431
12420
  flex-direction: column;
12432
12421
  text-align: center;
12433
12422
  }
12434
- .start-logo[data-v-c492e215] {
12423
+ .start-logo[data-v-0c8b6339] {
12435
12424
  color: var(--scalar-color-1);
12436
12425
  margin-bottom: 24px;
12437
12426
  width: 72px;
@@ -12440,7 +12429,7 @@ body {
12440
12429
  box-shadow: var(--scalar-shadow-2);
12441
12430
  border-radius: var(--scalar-radius-full);
12442
12431
  }
12443
- .start-logo[data-v-c492e215]:before {
12432
+ .start-logo[data-v-0c8b6339]:before {
12444
12433
  content: '';
12445
12434
  width: 300%;
12446
12435
  aspect-ratio: 1;
@@ -12457,7 +12446,7 @@ body {
12457
12446
  linear-gradient(to right, var(--scalar-border-color) 1px, transparent 1px),
12458
12447
  linear-gradient(to bottom, var(--scalar-border-color) 1px, transparent 1px);
12459
12448
  }
12460
- .start-logo svg[data-v-c492e215] {
12449
+ .start-logo svg[data-v-0c8b6339] {
12461
12450
  width: 100%;
12462
12451
  height: auto;
12463
12452
  background: var(--scalar-background-1);
@@ -12466,28 +12455,28 @@ body {
12466
12455
  position: relative;
12467
12456
  }
12468
12457
  @media screen and (max-width: 600px) {
12469
- .start-section-colors .start-item[data-v-c492e215],
12470
- .start-item[data-v-c492e215] {
12458
+ .start-section-colors .start-item[data-v-0c8b6339],
12459
+ .start-item[data-v-0c8b6339] {
12471
12460
  width: 100%;
12472
12461
  border-radius: 0;
12473
12462
  border-right: none;
12474
12463
  border-top: 1px solid var(--scalar-border-color);
12475
12464
  }
12476
- .start-item[data-v-c492e215]:empty {
12465
+ .start-item[data-v-0c8b6339]:empty {
12477
12466
  display: none;
12478
12467
  }
12479
- .start-h2[data-v-c492e215] {
12468
+ .start-h2[data-v-0c8b6339] {
12480
12469
  border-bottom: none;
12481
12470
  }
12482
- .start li[data-v-c492e215] {
12471
+ .start li[data-v-0c8b6339] {
12483
12472
  width: 100%;
12484
12473
  }
12485
- .start-copy[data-v-c492e215] {
12474
+ .start-copy[data-v-0c8b6339] {
12486
12475
  padding: 48px 0 24px 0;
12487
12476
  }
12488
12477
  }
12489
12478
  @media screen and (max-width: 1000px) {
12490
- .start[data-v-c492e215] {
12479
+ .start[data-v-0c8b6339] {
12491
12480
  padding: 0;
12492
12481
  overflow: auto;
12493
12482
  }