@scalar/api-reference-react 0.9.29 → 0.9.30
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/CHANGELOG.md +2 -0
- package/dist/style.css +205 -179
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
|
@@ -491,28 +491,27 @@ to {
|
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
494
|
-
.section-header-wrapper[data-v-
|
|
494
|
+
.section-header-wrapper[data-v-8a5913a9] {
|
|
495
495
|
grid-template-columns: 1fr;
|
|
496
496
|
display: grid;
|
|
497
497
|
}
|
|
498
498
|
@media (min-width: 1200px) {
|
|
499
|
-
.section-header-wrapper[data-v-
|
|
499
|
+
.section-header-wrapper[data-v-8a5913a9] {
|
|
500
500
|
grid-template-columns: repeat(2, 1fr);
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
|
-
.section-header[data-v-
|
|
503
|
+
.section-header[data-v-8a5913a9] {
|
|
504
504
|
font-size: var(--font-size, var(--scalar-heading-1));
|
|
505
505
|
font-weight: var(--font-weight, var(--scalar-bold));
|
|
506
506
|
color: var(--scalar-color-1);
|
|
507
507
|
word-wrap: break-word;
|
|
508
508
|
margin-top: 0;
|
|
509
|
-
margin-bottom: 12px;
|
|
510
509
|
line-height: 1.45;
|
|
511
510
|
}
|
|
512
|
-
.section-header.tight[data-v-
|
|
511
|
+
.section-header.tight[data-v-8a5913a9] {
|
|
513
512
|
margin-bottom: 6px;
|
|
514
513
|
}
|
|
515
|
-
.section-header.loading[data-v-
|
|
514
|
+
.section-header.loading[data-v-8a5913a9] {
|
|
516
515
|
width: 80%;
|
|
517
516
|
}
|
|
518
517
|
.section-header-label[data-v-f1ac6c38] {
|
|
@@ -588,14 +587,14 @@ to {
|
|
|
588
587
|
font-family: var(--scalar-font-code);
|
|
589
588
|
color: var(--scalar-color-1);
|
|
590
589
|
}
|
|
591
|
-
.error[data-v-
|
|
590
|
+
.error[data-v-65497e46] {
|
|
592
591
|
background-color: var(--scalar-color-red);
|
|
593
592
|
}
|
|
594
|
-
.schema-card[data-v-
|
|
593
|
+
.schema-card[data-v-65497e46] {
|
|
595
594
|
font-size: var(--scalar-font-size-4);
|
|
596
595
|
color: var(--scalar-color-1);
|
|
597
596
|
}
|
|
598
|
-
.schema-card-title[data-v-
|
|
597
|
+
.schema-card-title[data-v-65497e46] {
|
|
599
598
|
height: var(--schema-title-height);
|
|
600
599
|
|
|
601
600
|
padding: 6px 8px;
|
|
@@ -609,48 +608,48 @@ to {
|
|
|
609
608
|
font-size: var(--scalar-mini);
|
|
610
609
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
611
610
|
}
|
|
612
|
-
button.schema-card-title[data-v-
|
|
611
|
+
button.schema-card-title[data-v-65497e46] {
|
|
613
612
|
cursor: pointer;
|
|
614
613
|
}
|
|
615
|
-
button.schema-card-title[data-v-
|
|
614
|
+
button.schema-card-title[data-v-65497e46]:hover {
|
|
616
615
|
color: var(--scalar-color-1);
|
|
617
616
|
}
|
|
618
|
-
.schema-card-title-icon--open[data-v-
|
|
617
|
+
.schema-card-title-icon--open[data-v-65497e46] {
|
|
619
618
|
transform: rotate(45deg);
|
|
620
619
|
}
|
|
621
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
620
|
+
.schema-properties-open > .schema-card-title[data-v-65497e46] {
|
|
622
621
|
border-bottom-left-radius: 0;
|
|
623
622
|
border-bottom-right-radius: 0;
|
|
624
623
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
625
624
|
}
|
|
626
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
625
|
+
.schema-properties-open > .schema-properties[data-v-65497e46] {
|
|
627
626
|
width: fit-content;
|
|
628
627
|
}
|
|
629
|
-
.schema-card-description[data-v-
|
|
628
|
+
.schema-card-description[data-v-65497e46] {
|
|
630
629
|
color: var(--scalar-color-2);
|
|
631
630
|
}
|
|
632
|
-
.schema-card-description + .schema-properties[data-v-
|
|
631
|
+
.schema-card-description + .schema-properties[data-v-65497e46] {
|
|
633
632
|
width: fit-content;
|
|
634
633
|
}
|
|
635
|
-
.schema-card-description + .schema-properties[data-v-
|
|
634
|
+
.schema-card-description + .schema-properties[data-v-65497e46] {
|
|
636
635
|
margin-top: 8px;
|
|
637
636
|
}
|
|
638
637
|
.schema-card--level-0:nth-of-type(1)
|
|
639
|
-
> .schema-card-description[data-v-
|
|
638
|
+
> .schema-card-description[data-v-65497e46]:has(+ .schema-properties) {
|
|
640
639
|
margin-bottom: -8px;
|
|
641
640
|
padding-bottom: 8px;
|
|
642
641
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
643
642
|
}
|
|
644
643
|
.schema-card--level-0
|
|
645
644
|
~ .schema-card--level-0
|
|
646
|
-
> .schema-card-description[data-v-
|
|
645
|
+
> .schema-card-description[data-v-65497e46]:has(+ .schema-properties) {
|
|
647
646
|
padding-top: 8px;
|
|
648
647
|
}
|
|
649
|
-
.schema-properties-open.schema-properties[data-v-
|
|
650
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
648
|
+
.schema-properties-open.schema-properties[data-v-65497e46],
|
|
649
|
+
.schema-properties-open > .schema-card--open[data-v-65497e46] {
|
|
651
650
|
width: 100%;
|
|
652
651
|
}
|
|
653
|
-
.schema-properties[data-v-
|
|
652
|
+
.schema-properties[data-v-65497e46] {
|
|
654
653
|
display: flex;
|
|
655
654
|
flex-direction: column;
|
|
656
655
|
|
|
@@ -658,56 +657,56 @@ button.schema-card-title[data-v-38d75111]:hover {
|
|
|
658
657
|
border-radius: var(--scalar-radius-lg);
|
|
659
658
|
width: fit-content;
|
|
660
659
|
}
|
|
661
|
-
.schema-properties-name[data-v-
|
|
660
|
+
.schema-properties-name[data-v-65497e46] {
|
|
662
661
|
width: 100%;
|
|
663
662
|
}
|
|
664
|
-
.schema-properties .schema-properties[data-v-
|
|
663
|
+
.schema-properties .schema-properties[data-v-65497e46] {
|
|
665
664
|
border-radius: 13.5px;
|
|
666
665
|
}
|
|
667
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
666
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-65497e46] {
|
|
668
667
|
border-radius: var(--scalar-radius-lg);
|
|
669
668
|
}
|
|
670
|
-
.schema-properties-open[data-v-
|
|
669
|
+
.schema-properties-open[data-v-65497e46] {
|
|
671
670
|
width: 100%;
|
|
672
671
|
}
|
|
673
|
-
.schema-card--compact[data-v-
|
|
672
|
+
.schema-card--compact[data-v-65497e46] {
|
|
674
673
|
align-self: flex-start;
|
|
675
674
|
}
|
|
676
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
675
|
+
.schema-card--compact.schema-card--open[data-v-65497e46] {
|
|
677
676
|
align-self: initial;
|
|
678
677
|
}
|
|
679
|
-
.schema-card-title--compact[data-v-
|
|
678
|
+
.schema-card-title--compact[data-v-65497e46] {
|
|
680
679
|
color: var(--scalar-color-2);
|
|
681
680
|
padding: 6px 10px 6px 8px;
|
|
682
681
|
height: auto;
|
|
683
682
|
border-bottom: none;
|
|
684
683
|
}
|
|
685
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
684
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-65497e46] {
|
|
686
685
|
margin: 0;
|
|
687
686
|
}
|
|
688
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
687
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-65497e46] {
|
|
689
688
|
transform: rotate(45deg);
|
|
690
689
|
}
|
|
691
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
690
|
+
.schema-properties-open > .schema-card-title--compact[data-v-65497e46] {
|
|
692
691
|
position: static;
|
|
693
692
|
}
|
|
694
693
|
.property--level-0
|
|
695
694
|
> .schema-properties
|
|
696
695
|
> .schema-card--level-0
|
|
697
|
-
> .schema-properties[data-v-
|
|
696
|
+
> .schema-properties[data-v-65497e46] {
|
|
698
697
|
border: none;
|
|
699
698
|
}
|
|
700
699
|
.property--level-0
|
|
701
700
|
.schema-card--level-0:not(.schema-card--compact)
|
|
702
|
-
.property--level-1[data-v-
|
|
701
|
+
.property--level-1[data-v-65497e46] {
|
|
703
702
|
padding: 0 0 8px;
|
|
704
703
|
}
|
|
705
704
|
:not(.composition-panel)
|
|
706
705
|
> .schema-card--compact.schema-card--level-0
|
|
707
|
-
> .schema-properties[data-v-
|
|
706
|
+
> .schema-properties[data-v-65497e46] {
|
|
708
707
|
border: none;
|
|
709
708
|
}
|
|
710
|
-
[data-v-
|
|
709
|
+
[data-v-65497e46] .schema-card-description p {
|
|
711
710
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
712
711
|
color: var(--scalar-color-2);
|
|
713
712
|
line-height: 1.5;
|
|
@@ -715,7 +714,7 @@ button.schema-card-title[data-v-38d75111]:hover {
|
|
|
715
714
|
display: block;
|
|
716
715
|
margin-bottom: 6px;
|
|
717
716
|
}
|
|
718
|
-
.children .schema-card-description[data-v-
|
|
717
|
+
.children .schema-card-description[data-v-65497e46]:first-of-type {
|
|
719
718
|
padding-top: 0;
|
|
720
719
|
}
|
|
721
720
|
.property-enum-value[data-v-f4b54bdd] {
|
|
@@ -1539,22 +1538,22 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1539
1538
|
.headers-card-title > .headers-card-title-icon--open[data-v-ab19704d] {
|
|
1540
1539
|
transform: rotate(45deg);
|
|
1541
1540
|
}
|
|
1542
|
-
.parameter-item[data-v-
|
|
1541
|
+
.parameter-item[data-v-a268dcf7] {
|
|
1543
1542
|
display: flex;
|
|
1544
1543
|
flex-direction: column;
|
|
1545
1544
|
position: relative;
|
|
1546
1545
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1547
1546
|
}
|
|
1548
|
-
.parameter-item:last-of-type .parameter-schema[data-v-
|
|
1547
|
+
.parameter-item:last-of-type .parameter-schema[data-v-a268dcf7] {
|
|
1549
1548
|
padding-bottom: 0;
|
|
1550
1549
|
}
|
|
1551
|
-
.parameter-item-container[data-v-
|
|
1550
|
+
.parameter-item-container[data-v-a268dcf7] {
|
|
1552
1551
|
padding: 0;
|
|
1553
1552
|
}
|
|
1554
|
-
.parameter-item-headers[data-v-
|
|
1553
|
+
.parameter-item-headers[data-v-a268dcf7] {
|
|
1555
1554
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1556
1555
|
}
|
|
1557
|
-
.parameter-item-name[data-v-
|
|
1556
|
+
.parameter-item-name[data-v-a268dcf7] {
|
|
1558
1557
|
position: relative;
|
|
1559
1558
|
font-weight: var(--scalar-bold);
|
|
1560
1559
|
font-size: var(--scalar-font-size-4);
|
|
@@ -1562,49 +1561,49 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1562
1561
|
color: var(--scalar-color-1);
|
|
1563
1562
|
overflow-wrap: break-word;
|
|
1564
1563
|
}
|
|
1565
|
-
.parameter-item-description[data-v-
|
|
1566
|
-
.parameter-item-description-summary[data-v-
|
|
1564
|
+
.parameter-item-description[data-v-a268dcf7],
|
|
1565
|
+
.parameter-item-description-summary[data-v-a268dcf7] {
|
|
1567
1566
|
font-size: var(--scalar-mini);
|
|
1568
1567
|
color: var(--scalar-color-2);
|
|
1569
1568
|
}
|
|
1570
|
-
.parameter-item-description-summary.parameter-item-description-summary[data-v-
|
|
1569
|
+
.parameter-item-description-summary.parameter-item-description-summary[data-v-a268dcf7] > * {
|
|
1571
1570
|
--markdown-line-height: var(--scalar-line-height-5);
|
|
1572
1571
|
}
|
|
1573
1572
|
/* Match font size of markdown for property-detail-value since first child within accordian is displayed as if it were in the markdown section */
|
|
1574
1573
|
.parameter-item-trigger
|
|
1575
|
-
~ .parameter-item-container[data-v-
|
|
1574
|
+
~ .parameter-item-container[data-v-a268dcf7]
|
|
1576
1575
|
.property--level-0 > .property-heading .property-detail-value {
|
|
1577
1576
|
font-size: var(--scalar-micro);
|
|
1578
1577
|
}
|
|
1579
|
-
.parameter-item-required-optional[data-v-
|
|
1578
|
+
.parameter-item-required-optional[data-v-a268dcf7] {
|
|
1580
1579
|
color: var(--scalar-color-2);
|
|
1581
1580
|
font-weight: var(--scalar-semibold);
|
|
1582
1581
|
margin-right: 6px;
|
|
1583
1582
|
position: relative;
|
|
1584
1583
|
}
|
|
1585
|
-
.parameter-item--required[data-v-
|
|
1584
|
+
.parameter-item--required[data-v-a268dcf7] {
|
|
1586
1585
|
text-transform: uppercase;
|
|
1587
1586
|
font-size: var(--scalar-micro);
|
|
1588
1587
|
font-weight: var(--scalar-semibold);
|
|
1589
1588
|
color: var(--scalar-color-orange);
|
|
1590
1589
|
}
|
|
1591
|
-
.parameter-item-description[data-v-
|
|
1590
|
+
.parameter-item-description[data-v-a268dcf7] {
|
|
1592
1591
|
margin-top: 6px;
|
|
1593
1592
|
font-size: var(--scalar-small);
|
|
1594
1593
|
color: var(--scalar-color-2);
|
|
1595
1594
|
line-height: 1.4;
|
|
1596
1595
|
}
|
|
1597
|
-
.parameter-item-description[data-v-
|
|
1596
|
+
.parameter-item-description[data-v-a268dcf7] p {
|
|
1598
1597
|
margin-top: 4px;
|
|
1599
1598
|
font-size: var(--scalar-small);
|
|
1600
1599
|
color: var(--scalar-color-2);
|
|
1601
1600
|
line-height: 1.4;
|
|
1602
1601
|
}
|
|
1603
|
-
.parameter-schema[data-v-
|
|
1602
|
+
.parameter-schema[data-v-a268dcf7] {
|
|
1604
1603
|
padding-bottom: 9px;
|
|
1605
1604
|
margin-top: 3px;
|
|
1606
1605
|
}
|
|
1607
|
-
.parameter-item-trigger[data-v-
|
|
1606
|
+
.parameter-item-trigger[data-v-a268dcf7] {
|
|
1608
1607
|
display: flex;
|
|
1609
1608
|
align-items: baseline;
|
|
1610
1609
|
line-height: var(--scalar-line-height-5);
|
|
@@ -1613,21 +1612,21 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
1613
1612
|
padding: 10px 0;
|
|
1614
1613
|
outline: none;
|
|
1615
1614
|
}
|
|
1616
|
-
.parameter-item-trigger-open[data-v-
|
|
1615
|
+
.parameter-item-trigger-open[data-v-a268dcf7] {
|
|
1617
1616
|
padding-bottom: 0;
|
|
1618
1617
|
}
|
|
1619
|
-
.parameter-item-icon[data-v-
|
|
1618
|
+
.parameter-item-icon[data-v-a268dcf7] {
|
|
1620
1619
|
color: var(--scalar-color-3);
|
|
1621
1620
|
left: -19px;
|
|
1622
1621
|
top: 0.5lh;
|
|
1623
1622
|
translate: 0 -50%;
|
|
1624
1623
|
position: absolute;
|
|
1625
1624
|
}
|
|
1626
|
-
.parameter-item-trigger:hover .parameter-item-icon[data-v-
|
|
1627
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-
|
|
1625
|
+
.parameter-item-trigger:hover .parameter-item-icon[data-v-a268dcf7],
|
|
1626
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-a268dcf7] {
|
|
1628
1627
|
color: var(--scalar-color-1);
|
|
1629
1628
|
}
|
|
1630
|
-
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-
|
|
1629
|
+
.parameter-item-trigger:focus-visible .parameter-item-icon[data-v-a268dcf7] {
|
|
1631
1630
|
outline: 1px solid var(--scalar-color-accent);
|
|
1632
1631
|
outline-offset: 2px;
|
|
1633
1632
|
border-radius: var(--scalar-radius);
|
|
@@ -2021,11 +2020,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2021
2020
|
margin-right: 4px;
|
|
2022
2021
|
}
|
|
2023
2022
|
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2024
|
-
.operation-title[data-v-
|
|
2023
|
+
.operation-title[data-v-8f643b1c] {
|
|
2025
2024
|
justify-content: space-between;
|
|
2026
2025
|
display: flex;
|
|
2027
2026
|
}
|
|
2028
|
-
.operation-details[data-v-
|
|
2027
|
+
.operation-details[data-v-8f643b1c] {
|
|
2029
2028
|
flex-shrink: 1;
|
|
2030
2029
|
align-items: center;
|
|
2031
2030
|
gap: 9px;
|
|
@@ -2033,11 +2032,11 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2033
2032
|
margin-top: 0;
|
|
2034
2033
|
display: flex;
|
|
2035
2034
|
}
|
|
2036
|
-
.operation-details[data-v-
|
|
2035
|
+
.operation-details[data-v-8f643b1c] .endpoint-anchor .scalar-button svg {
|
|
2037
2036
|
width: 16px;
|
|
2038
2037
|
height: 16px;
|
|
2039
2038
|
}
|
|
2040
|
-
.endpoint-type[data-v-
|
|
2039
|
+
.endpoint-type[data-v-8f643b1c] {
|
|
2041
2040
|
z-index: 0;
|
|
2042
2041
|
width: 60px;
|
|
2043
2042
|
font-size: var(--scalar-small);
|
|
@@ -2052,7 +2051,7 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2052
2051
|
display: flex;
|
|
2053
2052
|
position: relative;
|
|
2054
2053
|
}
|
|
2055
|
-
.endpoint-type[data-v-
|
|
2054
|
+
.endpoint-type[data-v-8f643b1c]:after {
|
|
2056
2055
|
content: "";
|
|
2057
2056
|
z-index: -1;
|
|
2058
2057
|
opacity: .15;
|
|
@@ -2061,16 +2060,16 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2061
2060
|
position: absolute;
|
|
2062
2061
|
inset: 0;
|
|
2063
2062
|
}
|
|
2064
|
-
.endpoint-anchor[data-v-
|
|
2063
|
+
.endpoint-anchor[data-v-8f643b1c] {
|
|
2065
2064
|
flex-shrink: 1;
|
|
2066
2065
|
align-items: center;
|
|
2067
2066
|
min-width: 0;
|
|
2068
2067
|
display: flex;
|
|
2069
2068
|
}
|
|
2070
|
-
.endpoint-anchor.label[data-v-
|
|
2069
|
+
.endpoint-anchor.label[data-v-8f643b1c] {
|
|
2071
2070
|
display: flex;
|
|
2072
2071
|
}
|
|
2073
|
-
.endpoint-label[data-v-
|
|
2072
|
+
.endpoint-label[data-v-8f643b1c] {
|
|
2074
2073
|
min-width: 0;
|
|
2075
2074
|
color: var(--scalar-color-1);
|
|
2076
2075
|
flex-shrink: 1;
|
|
@@ -2078,17 +2077,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2078
2077
|
gap: 9px;
|
|
2079
2078
|
display: flex;
|
|
2080
2079
|
}
|
|
2081
|
-
.endpoint-label-path[data-v-
|
|
2080
|
+
.endpoint-label-path[data-v-8f643b1c] {
|
|
2082
2081
|
font-family: var(--scalar-font-code);
|
|
2083
2082
|
font-size: var(--scalar-mini);
|
|
2084
2083
|
text-overflow: ellipsis;
|
|
2085
2084
|
white-space: nowrap;
|
|
2086
2085
|
overflow: hidden;
|
|
2087
2086
|
}
|
|
2088
|
-
.endpoint-label-path[data-v-
|
|
2087
|
+
.endpoint-label-path[data-v-8f643b1c] em {
|
|
2089
2088
|
color: var(--scalar-color-2);
|
|
2090
2089
|
}
|
|
2091
|
-
.endpoint-label-name[data-v-
|
|
2090
|
+
.endpoint-label-name[data-v-8f643b1c] {
|
|
2092
2091
|
color: var(--scalar-color-2);
|
|
2093
2092
|
font-size: var(--scalar-small);
|
|
2094
2093
|
text-overflow: ellipsis;
|
|
@@ -2096,17 +2095,17 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2096
2095
|
flex-shrink: 1000000000;
|
|
2097
2096
|
overflow: hidden;
|
|
2098
2097
|
}
|
|
2099
|
-
.endpoint-try-hint[data-v-
|
|
2098
|
+
.endpoint-try-hint[data-v-8f643b1c] {
|
|
2100
2099
|
flex-shrink: 0;
|
|
2101
2100
|
padding: 2px;
|
|
2102
2101
|
}
|
|
2103
|
-
.endpoint-copy[data-v-
|
|
2102
|
+
.endpoint-copy[data-v-8f643b1c] {
|
|
2104
2103
|
color: currentColor;
|
|
2105
2104
|
}
|
|
2106
|
-
.endpoint-copy[data-v-
|
|
2105
|
+
.endpoint-copy[data-v-8f643b1c] svg {
|
|
2107
2106
|
stroke-width: 2px;
|
|
2108
2107
|
}
|
|
2109
|
-
.endpoint-content[data-v-
|
|
2108
|
+
.endpoint-content[data-v-8f643b1c] {
|
|
2110
2109
|
grid-auto-columns: 1fr;
|
|
2111
2110
|
grid-auto-flow: row;
|
|
2112
2111
|
gap: 9px;
|
|
@@ -2114,52 +2113,52 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2114
2113
|
display: grid;
|
|
2115
2114
|
}
|
|
2116
2115
|
@media (min-width: 1000px) {
|
|
2117
|
-
.endpoint-content[data-v-
|
|
2116
|
+
.endpoint-content[data-v-8f643b1c] {
|
|
2118
2117
|
grid-auto-flow: column;
|
|
2119
2118
|
}
|
|
2120
2119
|
}
|
|
2121
2120
|
@container (max-width: 900px) {
|
|
2122
|
-
.endpoint-content[data-v-
|
|
2121
|
+
.endpoint-content[data-v-8f643b1c] {
|
|
2123
2122
|
grid-template-columns: 1fr;
|
|
2124
2123
|
}
|
|
2125
2124
|
}
|
|
2126
|
-
.endpoint-content[data-v-
|
|
2125
|
+
.endpoint-content[data-v-8f643b1c] > * {
|
|
2127
2126
|
min-width: 0;
|
|
2128
2127
|
}
|
|
2129
|
-
.operation-details-card[data-v-
|
|
2128
|
+
.operation-details-card[data-v-8f643b1c] {
|
|
2130
2129
|
flex-direction: column;
|
|
2131
2130
|
gap: 12px;
|
|
2132
2131
|
min-width: 0;
|
|
2133
2132
|
display: flex;
|
|
2134
2133
|
}
|
|
2135
|
-
:is(.operation-details-card-item[data-v-
|
|
2134
|
+
:is(.operation-details-card-item[data-v-8f643b1c] .parameter-list, .operation-details-card-item[data-v-8f643b1c] .callbacks-list) {
|
|
2136
2135
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2137
2136
|
border-radius: var(--scalar-radius-lg);
|
|
2138
2137
|
margin-top: 0;
|
|
2139
2138
|
}
|
|
2140
|
-
.operation-details-card-item[data-v-
|
|
2139
|
+
.operation-details-card-item[data-v-8f643b1c] {
|
|
2141
2140
|
flex-direction: column;
|
|
2142
2141
|
gap: 12px;
|
|
2143
2142
|
display: flex;
|
|
2144
2143
|
}
|
|
2145
|
-
.operation-details-card-item[data-v-
|
|
2144
|
+
.operation-details-card-item[data-v-8f643b1c] .parameter-list-items {
|
|
2146
2145
|
margin-bottom: 0;
|
|
2147
2146
|
}
|
|
2148
|
-
.operation-details-card[data-v-
|
|
2147
|
+
.operation-details-card[data-v-8f643b1c] .parameter-item:last-of-type .parameter-schema {
|
|
2149
2148
|
padding-bottom: 12px;
|
|
2150
2149
|
}
|
|
2151
|
-
.operation-details-card[data-v-
|
|
2150
|
+
.operation-details-card[data-v-8f643b1c] .parameter-list .parameter-list {
|
|
2152
2151
|
margin-bottom: 12px;
|
|
2153
2152
|
}
|
|
2154
|
-
.operation-details-card[data-v-
|
|
2153
|
+
.operation-details-card[data-v-8f643b1c] .parameter-item {
|
|
2155
2154
|
margin: 0;
|
|
2156
2155
|
padding: 0;
|
|
2157
2156
|
}
|
|
2158
|
-
.operation-details-card[data-v-
|
|
2157
|
+
.operation-details-card[data-v-8f643b1c] .property {
|
|
2159
2158
|
margin: 0;
|
|
2160
2159
|
padding: 9px;
|
|
2161
2160
|
}
|
|
2162
|
-
:is(.operation-details-card[data-v-
|
|
2161
|
+
:is(.operation-details-card[data-v-8f643b1c] .parameter-list-title, .operation-details-card[data-v-8f643b1c] .request-body-title, .operation-details-card[data-v-8f643b1c] .callbacks-title) {
|
|
2163
2162
|
text-transform: uppercase;
|
|
2164
2163
|
font-weight: var(--scalar-bold);
|
|
2165
2164
|
font-size: var(--scalar-mini);
|
|
@@ -2168,61 +2167,61 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2168
2167
|
padding: 9px;
|
|
2169
2168
|
line-height: 1.33;
|
|
2170
2169
|
}
|
|
2171
|
-
.operation-details-card[data-v-
|
|
2170
|
+
.operation-details-card[data-v-8f643b1c] .callback-list-item-title {
|
|
2172
2171
|
padding-left: 28px;
|
|
2173
2172
|
padding-right: 12px;
|
|
2174
2173
|
}
|
|
2175
|
-
.operation-details-card[data-v-
|
|
2174
|
+
.operation-details-card[data-v-8f643b1c] .callback-list-item-icon {
|
|
2176
2175
|
left: 6px;
|
|
2177
2176
|
}
|
|
2178
|
-
.operation-details-card[data-v-
|
|
2177
|
+
.operation-details-card[data-v-8f643b1c] .callback-operation-container {
|
|
2179
2178
|
padding-inline: 9px;
|
|
2180
2179
|
padding-bottom: 9px;
|
|
2181
2180
|
}
|
|
2182
|
-
:is(.operation-details-card[data-v-
|
|
2181
|
+
:is(.operation-details-card[data-v-8f643b1c] .callback-operation-container > .request-body, .operation-details-card[data-v-8f643b1c] .callback-operation-container > .parameter-list) {
|
|
2183
2182
|
border: none;
|
|
2184
2183
|
}
|
|
2185
|
-
.operation-details-card[data-v-
|
|
2184
|
+
.operation-details-card[data-v-8f643b1c] .callback-operation-container > .request-body > .request-body-header {
|
|
2186
2185
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2187
2186
|
padding: 0 0 9px;
|
|
2188
2187
|
}
|
|
2189
|
-
.operation-details-card[data-v-
|
|
2188
|
+
.operation-details-card[data-v-8f643b1c] .request-body-description {
|
|
2190
2189
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2191
2190
|
margin-top: 0;
|
|
2192
2191
|
padding: 9px 9px 0;
|
|
2193
2192
|
}
|
|
2194
|
-
.operation-details-card[data-v-
|
|
2193
|
+
.operation-details-card[data-v-8f643b1c] .request-body {
|
|
2195
2194
|
border-radius: var(--scalar-radius-lg);
|
|
2196
2195
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2197
2196
|
margin-top: 0;
|
|
2198
2197
|
}
|
|
2199
|
-
.operation-details-card[data-v-
|
|
2198
|
+
.operation-details-card[data-v-8f643b1c] .request-body .schema-card--level-0 > .schema-card-description {
|
|
2200
2199
|
padding-inline: 9px;
|
|
2201
2200
|
}
|
|
2202
|
-
.operation-details-card[data-v-
|
|
2201
|
+
.operation-details-card[data-v-8f643b1c] .request-body-header {
|
|
2203
2202
|
border-bottom: 0;
|
|
2204
2203
|
padding-bottom: 0;
|
|
2205
2204
|
}
|
|
2206
|
-
.operation-details-card[data-v-
|
|
2205
|
+
.operation-details-card[data-v-8f643b1c] .contents button {
|
|
2207
2206
|
margin-right: 9px;
|
|
2208
2207
|
}
|
|
2209
|
-
.operation-details-card[data-v-
|
|
2208
|
+
.operation-details-card[data-v-8f643b1c] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
2210
2209
|
margin-inline: 9px;
|
|
2211
2210
|
margin-bottom: 9px;
|
|
2212
2211
|
}
|
|
2213
|
-
.operation-details-card[data-v-
|
|
2212
|
+
.operation-details-card[data-v-8f643b1c] .request-body-schema .property--level-0 {
|
|
2214
2213
|
padding: 0;
|
|
2215
2214
|
}
|
|
2216
|
-
.operation-details-card[data-v-
|
|
2215
|
+
.operation-details-card[data-v-8f643b1c] .selected-content-type {
|
|
2217
2216
|
margin-right: 9px;
|
|
2218
2217
|
}
|
|
2219
|
-
.operation-example-card[data-v-
|
|
2218
|
+
.operation-example-card[data-v-8f643b1c] {
|
|
2220
2219
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2221
2220
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
2222
2221
|
position: sticky;
|
|
2223
2222
|
}
|
|
2224
2223
|
@media (max-width: 600px) {
|
|
2225
|
-
.operation-example-card[data-v-
|
|
2224
|
+
.operation-example-card[data-v-8f643b1c] {
|
|
2226
2225
|
max-height: unset;
|
|
2227
2226
|
position: static;
|
|
2228
2227
|
}
|
|
@@ -2312,15 +2311,15 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2312
2311
|
.ask-agent-scalar-send[data-v-78f5377c]:hover {
|
|
2313
2312
|
background: color-mix(in srgb, var(--scalar-color-blue), transparent 10%);
|
|
2314
2313
|
}
|
|
2315
|
-
.examples[data-v-
|
|
2314
|
+
.examples[data-v-1f2d95d2] {
|
|
2316
2315
|
position: sticky;
|
|
2317
2316
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2318
2317
|
}
|
|
2319
|
-
.examples[data-v-
|
|
2318
|
+
.examples[data-v-1f2d95d2] > * {
|
|
2320
2319
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
2321
2320
|
position: relative;
|
|
2322
2321
|
}
|
|
2323
|
-
.examples[data-v-
|
|
2322
|
+
.examples[data-v-1f2d95d2] > *:first-of-type:last-of-type {
|
|
2324
2323
|
max-height: calc((var(--refs-viewport-height) - 60px));
|
|
2325
2324
|
}
|
|
2326
2325
|
/*
|
|
@@ -2328,13 +2327,25 @@ button.headers-card-title[data-v-ab19704d]:hover {
|
|
|
2328
2327
|
* (or zoomed in screens)
|
|
2329
2328
|
*/
|
|
2330
2329
|
@media (max-width: 600px) {
|
|
2331
|
-
.examples[data-v-
|
|
2330
|
+
.examples[data-v-1f2d95d2] > * {
|
|
2332
2331
|
max-height: unset;
|
|
2333
2332
|
}
|
|
2334
2333
|
}
|
|
2335
|
-
.deprecated[data-v-
|
|
2334
|
+
.deprecated[data-v-1f2d95d2] * {
|
|
2336
2335
|
text-decoration: line-through;
|
|
2337
2336
|
}
|
|
2337
|
+
.operation-header[data-v-1f2d95d2] {
|
|
2338
|
+
margin-bottom: 12px;
|
|
2339
|
+
display: flex;
|
|
2340
|
+
flex-direction: column;
|
|
2341
|
+
align-items: flex-start;
|
|
2342
|
+
justify-content: space-between;
|
|
2343
|
+
gap: 4px;
|
|
2344
|
+
@media (min-width: 600px) {
|
|
2345
|
+
flex-direction: row;
|
|
2346
|
+
align-items: center;
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2338
2349
|
.section-flare[data-v-5cebff7a] {
|
|
2339
2350
|
position: fixed;
|
|
2340
2351
|
top: 0;
|
|
@@ -5831,9 +5842,6 @@ to {
|
|
|
5831
5842
|
.scalar-app .\!m-0 {
|
|
5832
5843
|
margin: 0 !important;
|
|
5833
5844
|
}
|
|
5834
|
-
.scalar-app .-m-\(--scalar-sidebar-padding\) {
|
|
5835
|
-
margin: calc(var(--scalar-sidebar-padding) * -1);
|
|
5836
|
-
}
|
|
5837
5845
|
.scalar-app .-m-1 {
|
|
5838
5846
|
margin: -4px;
|
|
5839
5847
|
}
|
|
@@ -5846,6 +5854,9 @@ to {
|
|
|
5846
5854
|
.scalar-app .m-1 {
|
|
5847
5855
|
margin: 4px;
|
|
5848
5856
|
}
|
|
5857
|
+
.scalar-app .-mx-\(--scalar-sidebar-padding\) {
|
|
5858
|
+
margin-inline: calc(var(--scalar-sidebar-padding) * -1);
|
|
5859
|
+
}
|
|
5849
5860
|
.scalar-app .-mx-0\.75 {
|
|
5850
5861
|
margin-inline: -3px;
|
|
5851
5862
|
}
|
|
@@ -5873,6 +5884,9 @@ to {
|
|
|
5873
5884
|
.scalar-app .my-1\.5 {
|
|
5874
5885
|
margin-block: 6px;
|
|
5875
5886
|
}
|
|
5887
|
+
.scalar-app .-mt-\(--scalar-sidebar-padding\) {
|
|
5888
|
+
margin-top: calc(var(--scalar-sidebar-padding) * -1);
|
|
5889
|
+
}
|
|
5876
5890
|
.scalar-app .-mt-1\.5 {
|
|
5877
5891
|
margin-top: -6px;
|
|
5878
5892
|
}
|
|
@@ -6006,9 +6020,6 @@ to {
|
|
|
6006
6020
|
.scalar-app .w-48 {
|
|
6007
6021
|
width: 192px;
|
|
6008
6022
|
}
|
|
6009
|
-
.scalar-app .w-64 {
|
|
6010
|
-
width: 256px;
|
|
6011
|
-
}
|
|
6012
6023
|
.scalar-app .w-\[38px\] {
|
|
6013
6024
|
width: 38px;
|
|
6014
6025
|
}
|
|
@@ -6220,9 +6231,6 @@ to {
|
|
|
6220
6231
|
.scalar-app .bg-backdrop {
|
|
6221
6232
|
background-color: #00000038;
|
|
6222
6233
|
}
|
|
6223
|
-
.scalar-app .bg-border {
|
|
6224
|
-
background-color: var(--scalar-border-color);
|
|
6225
|
-
}
|
|
6226
6234
|
.scalar-app .bg-inherit {
|
|
6227
6235
|
background-color: inherit;
|
|
6228
6236
|
}
|
|
@@ -6322,6 +6330,9 @@ to {
|
|
|
6322
6330
|
.scalar-app .py-\[6\.75px\] {
|
|
6323
6331
|
padding-block: 6.75px;
|
|
6324
6332
|
}
|
|
6333
|
+
.scalar-app .pt-\(--scalar-sidebar-padding\) {
|
|
6334
|
+
padding-top: var(--scalar-sidebar-padding);
|
|
6335
|
+
}
|
|
6325
6336
|
.scalar-app .pr-\[100\%\] {
|
|
6326
6337
|
padding-right: 100%;
|
|
6327
6338
|
}
|
|
@@ -7339,6 +7350,9 @@ to {
|
|
|
7339
7350
|
.scalar-app .w-56 {
|
|
7340
7351
|
width: 224px;
|
|
7341
7352
|
}
|
|
7353
|
+
.scalar-app .w-64 {
|
|
7354
|
+
width: 256px;
|
|
7355
|
+
}
|
|
7342
7356
|
.scalar-app .w-72 {
|
|
7343
7357
|
width: 288px;
|
|
7344
7358
|
}
|
|
@@ -7399,6 +7413,9 @@ to {
|
|
|
7399
7413
|
.scalar-app .max-w-full-padded-4 {
|
|
7400
7414
|
max-width: calc(100% - 32px);
|
|
7401
7415
|
}
|
|
7416
|
+
.scalar-app .max-w-sm {
|
|
7417
|
+
max-width: 384px;
|
|
7418
|
+
}
|
|
7402
7419
|
.scalar-app .min-w-0 {
|
|
7403
7420
|
min-width: 0;
|
|
7404
7421
|
}
|
|
@@ -7935,6 +7952,9 @@ to {
|
|
|
7935
7952
|
.scalar-app .bg-b-danger {
|
|
7936
7953
|
background-color: var(--scalar-background-danger);
|
|
7937
7954
|
}
|
|
7955
|
+
.scalar-app .bg-border {
|
|
7956
|
+
background-color: var(--scalar-border-color);
|
|
7957
|
+
}
|
|
7938
7958
|
.scalar-app .bg-c-accent, .scalar-app .bg-c-accent\/5 {
|
|
7939
7959
|
background-color: var(--scalar-color-accent);
|
|
7940
7960
|
}
|
|
@@ -8263,6 +8283,9 @@ to {
|
|
|
8263
8283
|
.scalar-app .pl-12 {
|
|
8264
8284
|
padding-left: 48px;
|
|
8265
8285
|
}
|
|
8286
|
+
.scalar-app .pl-px {
|
|
8287
|
+
padding-left: 1px;
|
|
8288
|
+
}
|
|
8266
8289
|
.scalar-app .text-center {
|
|
8267
8290
|
text-align: center;
|
|
8268
8291
|
}
|
|
@@ -9059,6 +9082,9 @@ to {
|
|
|
9059
9082
|
.scalar-app .disabled\:text-c-2:disabled {
|
|
9060
9083
|
color: var(--scalar-color-2);
|
|
9061
9084
|
}
|
|
9085
|
+
.scalar-app .disabled\:opacity-50:disabled {
|
|
9086
|
+
opacity: .5;
|
|
9087
|
+
}
|
|
9062
9088
|
.scalar-app .has-focus-visible\:bg-b-1:has(:focus-visible) {
|
|
9063
9089
|
background-color: var(--scalar-background-1);
|
|
9064
9090
|
}
|
|
@@ -9407,22 +9433,22 @@ to {
|
|
|
9407
9433
|
.address-bar-history-button[data-v-2cc840c9]:focus-within {
|
|
9408
9434
|
background: var(--scalar-background-2);
|
|
9409
9435
|
}
|
|
9410
|
-
[data-v-
|
|
9436
|
+
[data-v-3118bf46] .cm-editor {
|
|
9411
9437
|
background: none;
|
|
9412
9438
|
outline: none;
|
|
9413
9439
|
height: 100%;
|
|
9414
9440
|
padding: 0;
|
|
9415
9441
|
}
|
|
9416
|
-
[data-v-
|
|
9442
|
+
[data-v-3118bf46] .cm-placeholder {
|
|
9417
9443
|
color: var(--scalar-color-3);
|
|
9418
9444
|
}
|
|
9419
|
-
[data-v-
|
|
9445
|
+
[data-v-3118bf46] .cm-content {
|
|
9420
9446
|
font-family: var(--scalar-font-code);
|
|
9421
9447
|
font-size: var(--scalar-small);
|
|
9422
9448
|
max-height: 20px;
|
|
9423
9449
|
padding: 8px 0;
|
|
9424
9450
|
}
|
|
9425
|
-
[data-v-
|
|
9451
|
+
[data-v-3118bf46] .cm-tooltip {
|
|
9426
9452
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
9427
9453
|
border-radius: var(--scalar-radius);
|
|
9428
9454
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -9431,39 +9457,39 @@ to {
|
|
|
9431
9457
|
outline: none !important;
|
|
9432
9458
|
overflow: hidden !important;
|
|
9433
9459
|
}
|
|
9434
|
-
[data-v-
|
|
9460
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul li {
|
|
9435
9461
|
padding: 3px 6px !important;
|
|
9436
9462
|
}
|
|
9437
|
-
[data-v-
|
|
9463
|
+
[data-v-3118bf46] .cm-completionIcon-type:after {
|
|
9438
9464
|
color: var(--scalar-color-3) !important;
|
|
9439
9465
|
}
|
|
9440
|
-
[data-v-
|
|
9466
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
9441
9467
|
background: var(--scalar-background-2) !important;
|
|
9442
9468
|
color: var(--scalar-color-1) !important;
|
|
9443
9469
|
}
|
|
9444
|
-
[data-v-
|
|
9470
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul {
|
|
9445
9471
|
position: relative;
|
|
9446
9472
|
padding: 6px !important;
|
|
9447
9473
|
}
|
|
9448
|
-
[data-v-
|
|
9474
|
+
[data-v-3118bf46] .cm-tooltip-autocomplete ul li:hover {
|
|
9449
9475
|
border-radius: 3px;
|
|
9450
9476
|
color: var(--scalar-color-1) !important;
|
|
9451
9477
|
background: var(--scalar-background-3) !important;
|
|
9452
9478
|
}
|
|
9453
|
-
[data-v-
|
|
9479
|
+
[data-v-3118bf46] .cm-activeLine, [data-v-3118bf46] .cm-activeLineGutter {
|
|
9454
9480
|
background-color: #0000;
|
|
9455
9481
|
}
|
|
9456
|
-
[data-v-
|
|
9482
|
+
[data-v-3118bf46] .cm-selectionMatch, [data-v-3118bf46] .cm-matchingBracket {
|
|
9457
9483
|
border-radius: var(--scalar-radius);
|
|
9458
9484
|
background: var(--scalar-background-4) !important;
|
|
9459
9485
|
}
|
|
9460
|
-
[data-v-
|
|
9486
|
+
[data-v-3118bf46] .cm-css-color-picker-wrapper {
|
|
9461
9487
|
outline: 1px solid var(--scalar-background-3);
|
|
9462
9488
|
border-radius: 3px;
|
|
9463
9489
|
display: inline-flex;
|
|
9464
9490
|
overflow: hidden;
|
|
9465
9491
|
}
|
|
9466
|
-
[data-v-
|
|
9492
|
+
[data-v-3118bf46] .cm-gutters {
|
|
9467
9493
|
color: var(--scalar-color-3);
|
|
9468
9494
|
font-size: var(--scalar-small);
|
|
9469
9495
|
background-color: #0000;
|
|
@@ -9471,7 +9497,7 @@ to {
|
|
|
9471
9497
|
border-radius: 0 0 0 3px;
|
|
9472
9498
|
line-height: 22px;
|
|
9473
9499
|
}
|
|
9474
|
-
[data-v-
|
|
9500
|
+
[data-v-3118bf46] .cm-gutters:before {
|
|
9475
9501
|
content: "";
|
|
9476
9502
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
9477
9503
|
background-color: var(--scalar-background-1);
|
|
@@ -9481,7 +9507,7 @@ to {
|
|
|
9481
9507
|
top: 2px;
|
|
9482
9508
|
left: 2px;
|
|
9483
9509
|
}
|
|
9484
|
-
[data-v-
|
|
9510
|
+
[data-v-3118bf46] .cm-gutterElement {
|
|
9485
9511
|
justify-content: flex-end;
|
|
9486
9512
|
align-items: center;
|
|
9487
9513
|
display: flex;
|
|
@@ -9490,16 +9516,16 @@ to {
|
|
|
9490
9516
|
padding-left: 0 !important;
|
|
9491
9517
|
padding-right: 6px !important;
|
|
9492
9518
|
}
|
|
9493
|
-
[data-v-
|
|
9519
|
+
[data-v-3118bf46] .cm-lineNumbers .cm-gutterElement {
|
|
9494
9520
|
min-width: fit-content;
|
|
9495
9521
|
}
|
|
9496
|
-
[data-v-
|
|
9522
|
+
[data-v-3118bf46] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
9497
9523
|
padding-left: 0 !important;
|
|
9498
9524
|
}
|
|
9499
|
-
[data-v-
|
|
9525
|
+
[data-v-3118bf46] .cm-scroller {
|
|
9500
9526
|
overflow: auto;
|
|
9501
9527
|
}
|
|
9502
|
-
.line-wrapping[data-v-
|
|
9528
|
+
.line-wrapping[data-v-3118bf46]:focus-within .cm-content {
|
|
9503
9529
|
white-space: break-spaces;
|
|
9504
9530
|
word-break: break-all;
|
|
9505
9531
|
min-height: fit-content;
|
|
@@ -9584,49 +9610,49 @@ to {
|
|
|
9584
9610
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
9585
9611
|
margin-top: 0;
|
|
9586
9612
|
}
|
|
9587
|
-
[data-v-
|
|
9613
|
+
[data-v-dc314812] .cm-editor {
|
|
9588
9614
|
outline: none;
|
|
9589
9615
|
width: 100%;
|
|
9590
9616
|
height: 100%;
|
|
9591
9617
|
}
|
|
9592
|
-
[data-v-
|
|
9618
|
+
[data-v-dc314812] .cm-line {
|
|
9593
9619
|
padding: 0;
|
|
9594
9620
|
}
|
|
9595
|
-
[data-v-
|
|
9621
|
+
[data-v-dc314812] .cm-content {
|
|
9596
9622
|
font-size: var(--scalar-small);
|
|
9597
9623
|
align-items: center;
|
|
9598
9624
|
padding: 0;
|
|
9599
9625
|
display: flex;
|
|
9600
9626
|
}
|
|
9601
|
-
.scroll-timeline-x[data-v-
|
|
9627
|
+
.scroll-timeline-x[data-v-dc314812] {
|
|
9602
9628
|
scroll-timeline: --scroll-timeline x;
|
|
9603
9629
|
scroll-timeline: --scroll-timeline horizontal;
|
|
9604
9630
|
-ms-overflow-style: none;
|
|
9605
9631
|
}
|
|
9606
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9632
|
+
.scroll-timeline-x-hidden[data-v-dc314812] {
|
|
9607
9633
|
overflow-x: auto;
|
|
9608
9634
|
}
|
|
9609
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9635
|
+
.scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller {
|
|
9610
9636
|
scrollbar-width: none;
|
|
9611
9637
|
-ms-overflow-style: none;
|
|
9612
9638
|
padding-right: 20px;
|
|
9613
9639
|
overflow: auto;
|
|
9614
9640
|
}
|
|
9615
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9641
|
+
.scroll-timeline-x-hidden[data-v-dc314812]::-webkit-scrollbar {
|
|
9616
9642
|
width: 0;
|
|
9617
9643
|
height: 0;
|
|
9618
9644
|
display: none;
|
|
9619
9645
|
}
|
|
9620
|
-
.scroll-timeline-x-hidden[data-v-
|
|
9646
|
+
.scroll-timeline-x-hidden[data-v-dc314812] .cm-scroller::-webkit-scrollbar {
|
|
9621
9647
|
width: 0;
|
|
9622
9648
|
height: 0;
|
|
9623
9649
|
display: none;
|
|
9624
9650
|
}
|
|
9625
|
-
.scroll-timeline-x-address[data-v-
|
|
9651
|
+
.scroll-timeline-x-address[data-v-dc314812] {
|
|
9626
9652
|
scrollbar-width: none;
|
|
9627
9653
|
line-height: 27px;
|
|
9628
9654
|
}
|
|
9629
|
-
.scroll-timeline-x-address[data-v-
|
|
9655
|
+
.scroll-timeline-x-address[data-v-dc314812]:after {
|
|
9630
9656
|
content: "";
|
|
9631
9657
|
cursor: text;
|
|
9632
9658
|
width: 24px;
|
|
@@ -9634,48 +9660,48 @@ to {
|
|
|
9634
9660
|
position: absolute;
|
|
9635
9661
|
right: 0;
|
|
9636
9662
|
}
|
|
9637
|
-
.scroll-timeline-x-address[data-v-
|
|
9663
|
+
.scroll-timeline-x-address[data-v-dc314812]:empty:before {
|
|
9638
9664
|
content: "Enter URL or cURL request";
|
|
9639
9665
|
color: var(--scalar-color-3);
|
|
9640
9666
|
pointer-events: none;
|
|
9641
9667
|
}
|
|
9642
|
-
.fade-left[data-v-
|
|
9668
|
+
.fade-left[data-v-dc314812], .fade-right[data-v-dc314812] {
|
|
9643
9669
|
content: "";
|
|
9644
9670
|
pointer-events: none;
|
|
9645
9671
|
z-index: 1;
|
|
9646
9672
|
height: 100%;
|
|
9647
|
-
animation-name: fadein-
|
|
9673
|
+
animation-name: fadein-dc314812;
|
|
9648
9674
|
animation-duration: 1ms;
|
|
9649
9675
|
animation-direction: reverse;
|
|
9650
9676
|
animation-timeline: --scroll-timeline;
|
|
9651
9677
|
position: sticky;
|
|
9652
9678
|
}
|
|
9653
|
-
.fade-left[data-v-
|
|
9679
|
+
.fade-left[data-v-dc314812] {
|
|
9654
9680
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9655
9681
|
}
|
|
9656
9682
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9657
|
-
.fade-left[data-v-
|
|
9683
|
+
.fade-left[data-v-dc314812] {
|
|
9658
9684
|
background: linear-gradient(-90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9659
9685
|
}
|
|
9660
9686
|
}
|
|
9661
|
-
.fade-left[data-v-
|
|
9687
|
+
.fade-left[data-v-dc314812] {
|
|
9662
9688
|
min-width: 6px;
|
|
9663
9689
|
animation-direction: normal;
|
|
9664
9690
|
left: -1px;
|
|
9665
9691
|
}
|
|
9666
|
-
.fade-right[data-v-
|
|
9692
|
+
.fade-right[data-v-dc314812] {
|
|
9667
9693
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9668
9694
|
}
|
|
9669
9695
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9670
|
-
.fade-right[data-v-
|
|
9696
|
+
.fade-right[data-v-dc314812] {
|
|
9671
9697
|
background: linear-gradient(90deg, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 100%) 0%, color-mix(in srgb, var(--scalar-address-bar-bg), transparent 20%) 30%, var(--scalar-address-bar-bg) 100%);
|
|
9672
9698
|
}
|
|
9673
9699
|
}
|
|
9674
|
-
.fade-right[data-v-
|
|
9700
|
+
.fade-right[data-v-dc314812] {
|
|
9675
9701
|
min-width: 24px;
|
|
9676
9702
|
right: -1px;
|
|
9677
9703
|
}
|
|
9678
|
-
@keyframes fadein-
|
|
9704
|
+
@keyframes fadein-dc314812 {
|
|
9679
9705
|
0% {
|
|
9680
9706
|
opacity: 0;
|
|
9681
9707
|
}
|
|
@@ -9683,33 +9709,33 @@ to {
|
|
|
9683
9709
|
opacity: 1;
|
|
9684
9710
|
}
|
|
9685
9711
|
}
|
|
9686
|
-
.address-bar-bg-states[data-v-
|
|
9712
|
+
.address-bar-bg-states[data-v-dc314812] {
|
|
9687
9713
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9688
9714
|
}
|
|
9689
9715
|
@supports (color: color-mix(in lab, red, red)) {
|
|
9690
|
-
.address-bar-bg-states[data-v-
|
|
9716
|
+
.address-bar-bg-states[data-v-dc314812] {
|
|
9691
9717
|
--scalar-address-bar-bg: color-mix(in srgb,
|
|
9692
9718
|
var(--scalar-background-1),
|
|
9693
9719
|
var(--scalar-background-2));
|
|
9694
9720
|
}
|
|
9695
9721
|
}
|
|
9696
|
-
.address-bar-bg-states[data-v-
|
|
9722
|
+
.address-bar-bg-states[data-v-dc314812] {
|
|
9697
9723
|
background: var(--scalar-address-bar-bg);
|
|
9698
9724
|
}
|
|
9699
|
-
.address-bar-bg-states[data-v-
|
|
9725
|
+
.address-bar-bg-states[data-v-dc314812]:has(.cm-focused) {
|
|
9700
9726
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9701
9727
|
border-color: var(--scalar-border-color);
|
|
9702
9728
|
outline-width: 1px;
|
|
9703
9729
|
outline-style: solid;
|
|
9704
9730
|
}
|
|
9705
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
9731
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-dc314812], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-dc314812] {
|
|
9706
9732
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
9707
9733
|
}
|
|
9708
|
-
.app-exit-button[data-v-
|
|
9734
|
+
.app-exit-button[data-v-09019679] {
|
|
9709
9735
|
color: #fff;
|
|
9710
9736
|
background: #0000001a;
|
|
9711
9737
|
}
|
|
9712
|
-
.app-exit-button[data-v-
|
|
9738
|
+
.app-exit-button[data-v-09019679]:hover {
|
|
9713
9739
|
background: #ffffff1a;
|
|
9714
9740
|
}
|
|
9715
9741
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -10094,10 +10120,10 @@ to {
|
|
|
10094
10120
|
padding: 6px 12px;
|
|
10095
10121
|
display: flex;
|
|
10096
10122
|
}
|
|
10097
|
-
.sidebar-skeleton-row > span[data-v-
|
|
10098
|
-
animation: 1.5s infinite alternate sidebar-skeleton-pulse-
|
|
10123
|
+
.sidebar-skeleton-row > span[data-v-1181f741] {
|
|
10124
|
+
animation: 1.5s infinite alternate sidebar-skeleton-pulse-1181f741;
|
|
10099
10125
|
}
|
|
10100
|
-
@keyframes sidebar-skeleton-pulse-
|
|
10126
|
+
@keyframes sidebar-skeleton-pulse-1181f741 {
|
|
10101
10127
|
from {
|
|
10102
10128
|
opacity: 1;
|
|
10103
10129
|
}
|
|
@@ -10182,7 +10208,7 @@ to {
|
|
|
10182
10208
|
.nav-item-close[data-v-2d65f302]:hover {
|
|
10183
10209
|
background-color: var(--scalar-background-4);
|
|
10184
10210
|
}
|
|
10185
|
-
.nav-item__active .nav-item-close[data-v-2d65f302]:hover {
|
|
10211
|
+
.nav-item__active .nav-item-close[data-v-2d65f302]:hover, .version-picker[data-v-0fc16a7d] [role="option"][aria-selected="true"] {
|
|
10186
10212
|
background-color: var(--scalar-background-2);
|
|
10187
10213
|
}
|
|
10188
10214
|
.splash-screen[data-v-af32615f] {
|
|
@@ -12190,7 +12216,7 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12190
12216
|
}
|
|
12191
12217
|
/* Configurable Layout Variables */
|
|
12192
12218
|
@layer scalar-config {
|
|
12193
|
-
.scalar-api-reference[data-v-
|
|
12219
|
+
.scalar-api-reference[data-v-294400d0] {
|
|
12194
12220
|
/* The header height */
|
|
12195
12221
|
--refs-header-height: calc(
|
|
12196
12222
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -12212,19 +12238,19 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12212
12238
|
/* The maximum width of the content column */
|
|
12213
12239
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
12214
12240
|
}
|
|
12215
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12241
|
+
.scalar-api-reference.references-classic[data-v-294400d0] {
|
|
12216
12242
|
/* Classic layout is wider */
|
|
12217
12243
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
12218
12244
|
min-height: 100dvh;
|
|
12219
12245
|
--refs-sidebar-width: 0;
|
|
12220
12246
|
}
|
|
12221
12247
|
}
|
|
12222
|
-
.t-doc__sidebar[data-v-
|
|
12248
|
+
.t-doc__sidebar[data-v-294400d0] {
|
|
12223
12249
|
z-index: 10;
|
|
12224
12250
|
}
|
|
12225
12251
|
/* ----------------------------------------------------- */
|
|
12226
12252
|
/* References Layout */
|
|
12227
|
-
.references-layout[data-v-
|
|
12253
|
+
.references-layout[data-v-294400d0] {
|
|
12228
12254
|
/* Try to fill the container */
|
|
12229
12255
|
min-height: 100dvh;
|
|
12230
12256
|
min-width: 100%;
|
|
@@ -12248,43 +12274,43 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12248
12274
|
|
|
12249
12275
|
background: var(--scalar-background-1);
|
|
12250
12276
|
}
|
|
12251
|
-
.references-editor[data-v-
|
|
12277
|
+
.references-editor[data-v-294400d0] {
|
|
12252
12278
|
grid-area: editor;
|
|
12253
12279
|
display: flex;
|
|
12254
12280
|
min-width: 0;
|
|
12255
12281
|
background: var(--scalar-background-1);
|
|
12256
12282
|
}
|
|
12257
|
-
.references-rendered[data-v-
|
|
12283
|
+
.references-rendered[data-v-294400d0] {
|
|
12258
12284
|
position: relative;
|
|
12259
12285
|
grid-area: rendered;
|
|
12260
12286
|
min-width: 0;
|
|
12261
12287
|
background: var(--scalar-background-1);
|
|
12262
12288
|
}
|
|
12263
|
-
.scalar-api-reference.references-classic[data-v-
|
|
12264
|
-
.references-classic .references-rendered[data-v-
|
|
12289
|
+
.scalar-api-reference.references-classic[data-v-294400d0],
|
|
12290
|
+
.references-classic .references-rendered[data-v-294400d0] {
|
|
12265
12291
|
height: initial !important;
|
|
12266
12292
|
max-height: initial !important;
|
|
12267
12293
|
}
|
|
12268
12294
|
@layer scalar-config {
|
|
12269
|
-
.references-sidebar[data-v-
|
|
12295
|
+
.references-sidebar[data-v-294400d0] {
|
|
12270
12296
|
/* Set a default width if references are enabled */
|
|
12271
12297
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
12272
12298
|
}
|
|
12273
12299
|
}
|
|
12274
12300
|
/* Footer */
|
|
12275
|
-
.references-footer[data-v-
|
|
12301
|
+
.references-footer[data-v-294400d0] {
|
|
12276
12302
|
grid-area: footer;
|
|
12277
12303
|
}
|
|
12278
12304
|
/* ----------------------------------------------------- */
|
|
12279
12305
|
/* Responsive / Mobile Layout */
|
|
12280
12306
|
@media (max-width: 1000px) {
|
|
12281
12307
|
/* Keep toolbar hidden on mobile without forcing desktop display mode. */
|
|
12282
|
-
.references-developer-tools[data-v-
|
|
12308
|
+
.references-developer-tools[data-v-294400d0] {
|
|
12283
12309
|
display: none;
|
|
12284
12310
|
}
|
|
12285
12311
|
|
|
12286
12312
|
/* Stack view on mobile */
|
|
12287
|
-
.references-layout[data-v-
|
|
12313
|
+
.references-layout[data-v-294400d0] {
|
|
12288
12314
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
12289
12315
|
--refs-sidebar-height: calc(
|
|
12290
12316
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -12299,13 +12325,13 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12299
12325
|
'rendered'
|
|
12300
12326
|
'footer';
|
|
12301
12327
|
}
|
|
12302
|
-
.references-editable[data-v-
|
|
12328
|
+
.references-editable[data-v-294400d0] {
|
|
12303
12329
|
grid-template-areas:
|
|
12304
12330
|
'header'
|
|
12305
12331
|
'navigation'
|
|
12306
12332
|
'editor';
|
|
12307
12333
|
}
|
|
12308
|
-
.references-rendered[data-v-
|
|
12334
|
+
.references-rendered[data-v-294400d0] {
|
|
12309
12335
|
position: static;
|
|
12310
12336
|
}
|
|
12311
12337
|
}
|
|
@@ -12315,11 +12341,11 @@ div + .userMessage[data-v-8e43ed7a] {
|
|
|
12315
12341
|
* when the new elements are available
|
|
12316
12342
|
*/
|
|
12317
12343
|
@media (max-width: 1000px) {
|
|
12318
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
12344
|
+
.scalar-api-references-standalone-mobile[data-v-294400d0]:not(.references-classic) {
|
|
12319
12345
|
--scalar-header-height: 50px;
|
|
12320
12346
|
}
|
|
12321
12347
|
}
|
|
12322
|
-
.darklight-reference[data-v-
|
|
12348
|
+
.darklight-reference[data-v-294400d0] {
|
|
12323
12349
|
width: 100%;
|
|
12324
12350
|
margin-top: auto;
|
|
12325
12351
|
}
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"testing",
|
|
19
19
|
"react"
|
|
20
20
|
],
|
|
21
|
-
"version": "0.9.
|
|
21
|
+
"version": "0.9.30",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=22"
|
|
24
24
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"CHANGELOG.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@scalar/api-reference": "1.
|
|
42
|
+
"@scalar/api-reference": "1.54.0",
|
|
43
43
|
"@scalar/types": "0.9.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|