@scalar/api-reference 1.44.3 → 1.44.6
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 +95 -0
- package/dist/browser/standalone.js +19661 -19589
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/AgentScalar/AgentScalarButton.vue.d.ts +3 -0
- package/dist/components/AgentScalar/AgentScalarButton.vue.d.ts.map +1 -0
- package/dist/components/AgentScalar/AgentScalarButton.vue.js +22 -0
- package/dist/components/AgentScalar/AgentScalarButton.vue2.js +4 -0
- package/dist/components/{AgentChat.vue.d.ts → AgentScalar/AgentScalarChatInterface.vue.d.ts} +4 -2
- package/dist/components/AgentScalar/AgentScalarChatInterface.vue.d.ts.map +1 -0
- package/dist/components/AgentScalar/AgentScalarChatInterface.vue.js +4 -0
- package/dist/components/{AgentChat.vue2.js → AgentScalar/AgentScalarChatInterface.vue2.js} +9 -7
- package/dist/components/AgentScalar/AgentScalarDrawer.vue.d.ts +12 -0
- package/dist/components/AgentScalar/AgentScalarDrawer.vue.d.ts.map +1 -0
- package/dist/components/AgentScalar/AgentScalarDrawer.vue.js +7 -0
- package/dist/components/AgentScalar/AgentScalarDrawer.vue2.js +53 -0
- package/dist/components/AgentScalar/AgentScalarTooltip.vue.d.ts +19 -0
- package/dist/components/AgentScalar/AgentScalarTooltip.vue.d.ts.map +1 -0
- package/dist/components/AgentScalar/AgentScalarTooltip.vue.js +35 -0
- package/dist/components/AgentScalar/AgentScalarTooltip.vue2.js +4 -0
- package/dist/components/AgentScalar/index.d.ts +4 -0
- package/dist/components/AgentScalar/index.d.ts.map +1 -0
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +51 -70
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +3 -2
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
- package/dist/components/Content/Schema/helpers/get-ref-name.d.ts +1 -2
- package/dist/components/Content/Schema/helpers/get-ref-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-ref-name.js +1 -5
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +2 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.js +7 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts +5 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +2 -0
- package/dist/components/Content/Schema/helpers/schema-name.js +1 -1
- package/dist/components/MobileHeader.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +2 -0
- package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts +3 -0
- package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts.map +1 -0
- package/dist/features/ask-agent-button/AskAgentButton.vue.js +7 -0
- package/dist/features/ask-agent-button/AskAgentButton.vue2.js +47 -0
- package/dist/helpers/lazy-bus.d.ts.map +1 -1
- package/dist/helpers/lazy-bus.js +5 -3
- package/dist/helpers/storage.d.ts +2 -2
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +4 -0
- package/dist/hooks/use-agent.d.ts +36 -0
- package/dist/hooks/use-agent.d.ts.map +1 -0
- package/dist/hooks/use-agent.js +42 -0
- package/dist/style.css +318 -244
- package/package.json +14 -14
- package/dist/components/AgentChat.vue.d.ts.map +0 -1
- package/dist/components/AgentChat.vue.js +0 -4
package/dist/style.css
CHANGED
|
@@ -511,7 +511,7 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
511
511
|
text-decoration: line-through;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
|
-
.property[data-v-
|
|
514
|
+
.property[data-v-8da63347] {
|
|
515
515
|
color: var(--scalar-color-1);
|
|
516
516
|
display: flex;
|
|
517
517
|
flex-direction: column;
|
|
@@ -521,7 +521,7 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
/** Remove top padding for top level schema card */
|
|
524
|
-
.property.property--level-0[data-v-
|
|
524
|
+
.property.property--level-0[data-v-8da63347]:has(
|
|
525
525
|
> .property-rule
|
|
526
526
|
> .schema-card
|
|
527
527
|
> .schema-properties.schema-properties-open
|
|
@@ -530,25 +530,25 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
530
530
|
) {
|
|
531
531
|
padding-top: 0;
|
|
532
532
|
}
|
|
533
|
-
.property--compact.property--level-0[data-v-
|
|
534
|
-
.property--compact.property--level-1[data-v-
|
|
533
|
+
.property--compact.property--level-0[data-v-8da63347],
|
|
534
|
+
.property--compact.property--level-1[data-v-8da63347] {
|
|
535
535
|
padding: 8px 0;
|
|
536
536
|
}
|
|
537
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
537
|
+
.composition-panel .property.property.property.property--level-0[data-v-8da63347] {
|
|
538
538
|
padding: 0px;
|
|
539
539
|
}
|
|
540
540
|
.property--compact.property--level-0
|
|
541
541
|
.composition-panel
|
|
542
|
-
.property--compact.property--level-1[data-v-
|
|
542
|
+
.property--compact.property--level-1[data-v-8da63347] {
|
|
543
543
|
padding: 8px;
|
|
544
544
|
}
|
|
545
545
|
|
|
546
546
|
/* if a property doesn't have a heading, remove the top padding */
|
|
547
|
-
.property[data-v-
|
|
547
|
+
.property[data-v-8da63347]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
548
548
|
padding-top: 8px;
|
|
549
549
|
padding-bottom: 8px;
|
|
550
550
|
}
|
|
551
|
-
.property--deprecated[data-v-
|
|
551
|
+
.property--deprecated[data-v-8da63347] {
|
|
552
552
|
background: repeating-linear-gradient(
|
|
553
553
|
-45deg,
|
|
554
554
|
var(--scalar-background-2) 0,
|
|
@@ -558,53 +558,53 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
558
558
|
);
|
|
559
559
|
background-size: 100%;
|
|
560
560
|
}
|
|
561
|
-
.property--deprecated[data-v-
|
|
561
|
+
.property--deprecated[data-v-8da63347] > * {
|
|
562
562
|
opacity: 0.75;
|
|
563
563
|
}
|
|
564
|
-
.property-description[data-v-
|
|
564
|
+
.property-description[data-v-8da63347] {
|
|
565
565
|
margin-top: 6px;
|
|
566
566
|
line-height: 1.4;
|
|
567
567
|
font-size: var(--scalar-small);
|
|
568
568
|
}
|
|
569
|
-
.property-description[data-v-
|
|
569
|
+
.property-description[data-v-8da63347]:has(+ .property-rule) {
|
|
570
570
|
margin-bottom: 9px;
|
|
571
571
|
}
|
|
572
|
-
[data-v-
|
|
572
|
+
[data-v-8da63347] .property-description * {
|
|
573
573
|
color: var(--scalar-color-2) !important;
|
|
574
574
|
}
|
|
575
|
-
.property[data-v-
|
|
575
|
+
.property[data-v-8da63347]:not(:last-of-type) {
|
|
576
576
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
577
577
|
}
|
|
578
|
-
.property-description + .children[data-v-
|
|
579
|
-
.children + .property-rule[data-v-
|
|
578
|
+
.property-description + .children[data-v-8da63347],
|
|
579
|
+
.children + .property-rule[data-v-8da63347] {
|
|
580
580
|
margin-top: 9px;
|
|
581
581
|
}
|
|
582
|
-
.children[data-v-
|
|
582
|
+
.children[data-v-8da63347] {
|
|
583
583
|
display: flex;
|
|
584
584
|
flex-direction: column;
|
|
585
585
|
}
|
|
586
|
-
.children .property--compact.property--level-1[data-v-
|
|
586
|
+
.children .property--compact.property--level-1[data-v-8da63347] {
|
|
587
587
|
padding: 12px;
|
|
588
588
|
}
|
|
589
|
-
.property-example-value[data-v-
|
|
589
|
+
.property-example-value[data-v-8da63347] {
|
|
590
590
|
all: unset;
|
|
591
591
|
font-family: var(--scalar-font-code);
|
|
592
592
|
padding: 6px;
|
|
593
593
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
594
594
|
}
|
|
595
|
-
.property-rule[data-v-
|
|
595
|
+
.property-rule[data-v-8da63347] {
|
|
596
596
|
border-radius: var(--scalar-radius-lg);
|
|
597
597
|
display: flex;
|
|
598
598
|
flex-direction: column;
|
|
599
599
|
}
|
|
600
|
-
.property-rule[data-v-
|
|
600
|
+
.property-rule[data-v-8da63347]
|
|
601
601
|
|
|
602
602
|
.composition-panel .schema-card .schema-properties.schema-properties-open
|
|
603
603
|
{
|
|
604
604
|
border-top-left-radius: 0;
|
|
605
605
|
border-top-right-radius: 0;
|
|
606
606
|
}
|
|
607
|
-
.property-rule[data-v-
|
|
607
|
+
.property-rule[data-v-8da63347]
|
|
608
608
|
.composition-panel > .schema-card > .schema-card-description {
|
|
609
609
|
padding-left: 8px;
|
|
610
610
|
padding-right: 8px;
|
|
@@ -614,29 +614,29 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
614
614
|
margin-top: 0;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
|
-
.property-example[data-v-
|
|
617
|
+
.property-example[data-v-8da63347] {
|
|
618
618
|
background: transparent;
|
|
619
619
|
border: none;
|
|
620
620
|
display: flex;
|
|
621
621
|
flex-direction: row;
|
|
622
622
|
gap: 8px;
|
|
623
623
|
}
|
|
624
|
-
.property-example-label[data-v-
|
|
625
|
-
.property-example-value[data-v-
|
|
624
|
+
.property-example-label[data-v-8da63347],
|
|
625
|
+
.property-example-value[data-v-8da63347] {
|
|
626
626
|
padding: 3px 0 0 0;
|
|
627
627
|
}
|
|
628
|
-
.property-example-value[data-v-
|
|
628
|
+
.property-example-value[data-v-8da63347] {
|
|
629
629
|
background: var(--scalar-background-2);
|
|
630
630
|
border-top: 0;
|
|
631
631
|
border-radius: var(--scalar-radius);
|
|
632
632
|
padding: 3px 4px;
|
|
633
633
|
}
|
|
634
|
-
.property-name[data-v-
|
|
634
|
+
.property-name[data-v-8da63347] {
|
|
635
635
|
font-family: var(--scalar-font-code);
|
|
636
636
|
font-weight: var(--scalar-semibold);
|
|
637
637
|
}
|
|
638
|
-
.property-name-additional-properties[data-v-
|
|
639
|
-
.property-name-pattern-properties[data-v-
|
|
638
|
+
.property-name-additional-properties[data-v-8da63347]::before,
|
|
639
|
+
.property-name-pattern-properties[data-v-8da63347]::before {
|
|
640
640
|
text-transform: uppercase;
|
|
641
641
|
font-size: var(--scalar-micro);
|
|
642
642
|
display: inline-block;
|
|
@@ -647,10 +647,10 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
647
647
|
background-color: var(--scalar-background-2);
|
|
648
648
|
margin-right: 4px;
|
|
649
649
|
}
|
|
650
|
-
.property-name-pattern-properties[data-v-
|
|
650
|
+
.property-name-pattern-properties[data-v-8da63347]::before {
|
|
651
651
|
content: 'regex';
|
|
652
652
|
}
|
|
653
|
-
.property-name-additional-properties[data-v-
|
|
653
|
+
.property-name-additional-properties[data-v-8da63347]::before {
|
|
654
654
|
content: 'unknown property name';
|
|
655
655
|
}
|
|
656
656
|
|
|
@@ -1666,6 +1666,93 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|
|
1668
1668
|
|
|
1669
|
+
.ask-agent-scalar-input[data-v-b5a61e43] {
|
|
1670
|
+
appearance: none;
|
|
1671
|
+
border: none;
|
|
1672
|
+
white-space: nowrap;
|
|
1673
|
+
display: flex;
|
|
1674
|
+
justify-content: center;
|
|
1675
|
+
align-items: center;
|
|
1676
|
+
font-weight: var(--scalar-semibold);
|
|
1677
|
+
font-size: var(--scalar-small);
|
|
1678
|
+
line-height: 22px;
|
|
1679
|
+
font-family: var(--scalar-font);
|
|
1680
|
+
position: relative;
|
|
1681
|
+
cursor: pointer;
|
|
1682
|
+
box-sizing: border-box;
|
|
1683
|
+
outline: none;
|
|
1684
|
+
outline-offset: 2px;
|
|
1685
|
+
field-sizing: content;
|
|
1686
|
+
max-width: 88px;
|
|
1687
|
+
}
|
|
1688
|
+
.ask-agent-scalar-input[data-v-b5a61e43]:focus {
|
|
1689
|
+
cursor: text;
|
|
1690
|
+
width: 100% !important;
|
|
1691
|
+
max-width: calc(100% - 50px);
|
|
1692
|
+
}
|
|
1693
|
+
.ask-agent-scalar-input[data-v-b5a61e43]:not(:placeholder-shown) {
|
|
1694
|
+
width: 100% !important;
|
|
1695
|
+
height: 100%;
|
|
1696
|
+
field-sizing: border-box;
|
|
1697
|
+
cursor: text;
|
|
1698
|
+
max-width: calc(100% - 50px);
|
|
1699
|
+
}
|
|
1700
|
+
.ask-agent-scalar-input[data-v-b5a61e43]::placeholder {
|
|
1701
|
+
color: var(--scalar-color-1);
|
|
1702
|
+
}
|
|
1703
|
+
.ask-agent-scalar-input[data-v-b5a61e43]:focus::placeholder {
|
|
1704
|
+
color: var(--scalar-color-2);
|
|
1705
|
+
}
|
|
1706
|
+
.agent-button-container[data-v-b5a61e43] {
|
|
1707
|
+
position: relative;
|
|
1708
|
+
color: var(--scalar-color-1);
|
|
1709
|
+
background: color-mix(in srgb, var(--scalar-background-3), white 15%);
|
|
1710
|
+
display: flex;
|
|
1711
|
+
align-items: center;
|
|
1712
|
+
padding: 1px 6px;
|
|
1713
|
+
margin-right: 4px;
|
|
1714
|
+
border-radius: var(--scalar-radius);
|
|
1715
|
+
gap: 4px;
|
|
1716
|
+
z-index: 2;
|
|
1717
|
+
height: 24px;
|
|
1718
|
+
}
|
|
1719
|
+
.agent-button-container[data-v-b5a61e43]:hover:not(:focus-within) {
|
|
1720
|
+
background: color-mix(in srgb, var(--scalar-background-3), white 20%);
|
|
1721
|
+
}
|
|
1722
|
+
.agent-button-container[data-v-b5a61e43]:has(.ask-agent-scalar-input:not(:placeholder-shown)),
|
|
1723
|
+
.agent-button-container[data-v-b5a61e43]:focus-within {
|
|
1724
|
+
width: 100%;
|
|
1725
|
+
height: 100%;
|
|
1726
|
+
position: absolute;
|
|
1727
|
+
left: 0;
|
|
1728
|
+
top: 0;
|
|
1729
|
+
border-radius: 0;
|
|
1730
|
+
}
|
|
1731
|
+
.ask-agent-scalar-send[data-v-b5a61e43] {
|
|
1732
|
+
background: var(--scalar-color-blue);
|
|
1733
|
+
color: #fff;
|
|
1734
|
+
width: 24px;
|
|
1735
|
+
height: 24px;
|
|
1736
|
+
flex-shrink: 0;
|
|
1737
|
+
display: flex;
|
|
1738
|
+
justify-content: center;
|
|
1739
|
+
align-items: center;
|
|
1740
|
+
border-radius: var(--scalar-radius);
|
|
1741
|
+
margin-left: auto;
|
|
1742
|
+
display: none;
|
|
1743
|
+
}
|
|
1744
|
+
.ask-agent-scalar-send[data-v-b5a61e43]:hover {
|
|
1745
|
+
background: color-mix(
|
|
1746
|
+
in srgb,
|
|
1747
|
+
var(--scalar-color-blue),
|
|
1748
|
+
transparent 10%
|
|
1749
|
+
) !important;
|
|
1750
|
+
}
|
|
1751
|
+
.agent-button-container:has(.ask-agent-scalar-input:not(:placeholder-shown))
|
|
1752
|
+
.ask-agent-scalar-send[data-v-b5a61e43] {
|
|
1753
|
+
display: flex;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1669
1756
|
@container narrow-references-container (max-width: 900px) {
|
|
1670
1757
|
.section-content--with-columns[data-v-9735459e] {
|
|
1671
1758
|
flex-direction: column;
|
|
@@ -1694,11 +1781,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1694
1781
|
}
|
|
1695
1782
|
}
|
|
1696
1783
|
|
|
1697
|
-
.examples[data-v-
|
|
1784
|
+
.examples[data-v-e67d0b83] {
|
|
1698
1785
|
position: sticky;
|
|
1699
1786
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
1700
1787
|
}
|
|
1701
|
-
.examples[data-v-
|
|
1788
|
+
.examples[data-v-e67d0b83] > * {
|
|
1702
1789
|
max-height: calc((var(--refs-viewport-height) - 60px) / 2);
|
|
1703
1790
|
position: relative;
|
|
1704
1791
|
}
|
|
@@ -1708,11 +1795,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1708
1795
|
* (or zoomed in screens)
|
|
1709
1796
|
*/
|
|
1710
1797
|
@media (max-width: 600px) {
|
|
1711
|
-
.examples[data-v-
|
|
1798
|
+
.examples[data-v-e67d0b83] > * {
|
|
1712
1799
|
max-height: unset;
|
|
1713
1800
|
}
|
|
1714
1801
|
}
|
|
1715
|
-
.deprecated[data-v-
|
|
1802
|
+
.deprecated[data-v-e67d0b83] * {
|
|
1716
1803
|
text-decoration: line-through;
|
|
1717
1804
|
}
|
|
1718
1805
|
|
|
@@ -2191,6 +2278,96 @@ to {
|
|
|
2191
2278
|
gap: 12px;
|
|
2192
2279
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2193
2280
|
}
|
|
2281
|
+
|
|
2282
|
+
.agent-scalar[data-v-b45a83b1] {
|
|
2283
|
+
position: fixed;
|
|
2284
|
+
top: 0;
|
|
2285
|
+
left: 0;
|
|
2286
|
+
width: calc(100% - 50px);
|
|
2287
|
+
height: 100dvh;
|
|
2288
|
+
background: var(--scalar-background-1);
|
|
2289
|
+
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2290
|
+
transform: translate3d(
|
|
2291
|
+
calc(-100% + var(--scalar-sidebar-width, 288px)),
|
|
2292
|
+
0,
|
|
2293
|
+
0
|
|
2294
|
+
);
|
|
2295
|
+
z-index: 2;
|
|
2296
|
+
animation: 0.35s forwards scalaragentslidein-b45a83b1;
|
|
2297
|
+
box-shadow: var(--scalar-shadow-2);
|
|
2298
|
+
}
|
|
2299
|
+
.agent-scalar-container[data-v-b45a83b1] {
|
|
2300
|
+
width: calc(100% - var(--scalar-sidebar-width, 288px));
|
|
2301
|
+
height: 100%;
|
|
2302
|
+
margin-left: auto;
|
|
2303
|
+
overflow: auto;
|
|
2304
|
+
padding: 0 24px;
|
|
2305
|
+
}
|
|
2306
|
+
.scalar-app-exit[data-v-b45a83b1] {
|
|
2307
|
+
cursor: pointer;
|
|
2308
|
+
z-index: 2;
|
|
2309
|
+
width: 100vw;
|
|
2310
|
+
height: 100vh;
|
|
2311
|
+
transition: all 0.3s ease-in-out;
|
|
2312
|
+
position: fixed;
|
|
2313
|
+
top: 0;
|
|
2314
|
+
left: 0;
|
|
2315
|
+
}
|
|
2316
|
+
@media (max-width: 1000px) {
|
|
2317
|
+
.agent-scalar-container[data-v-b45a83b1] {
|
|
2318
|
+
width: 100%;
|
|
2319
|
+
}
|
|
2320
|
+
.agent-scalar[data-v-b45a83b1] {
|
|
2321
|
+
width: 100%;
|
|
2322
|
+
height: calc(100dvh - 50px);
|
|
2323
|
+
bottom: 0;
|
|
2324
|
+
top: initial;
|
|
2325
|
+
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
2326
|
+
z-index: 12;
|
|
2327
|
+
}
|
|
2328
|
+
.scalar-app-exit[data-v-b45a83b1] {
|
|
2329
|
+
z-index: 11;
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
.scalar-app-exit-animation[data-v-b45a83b1]:before {
|
|
2333
|
+
content: '';
|
|
2334
|
+
position: absolute;
|
|
2335
|
+
width: 100%;
|
|
2336
|
+
height: 100%;
|
|
2337
|
+
background: #00000038;
|
|
2338
|
+
animation: 0.5s forwards scalardrawerexitfadein-b45a83b1;
|
|
2339
|
+
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
|
|
2340
|
+
}
|
|
2341
|
+
.dark-mode .scalar .scalar-app-exit-animation[data-v-b45a83b1]:before {
|
|
2342
|
+
background: #00000073;
|
|
2343
|
+
}
|
|
2344
|
+
@keyframes scalaragentslidein-b45a83b1 {
|
|
2345
|
+
from {
|
|
2346
|
+
transform: translate3d(
|
|
2347
|
+
calc(-100% + var(--scalar-sidebar-width, 288px)),
|
|
2348
|
+
0,
|
|
2349
|
+
0
|
|
2350
|
+
);
|
|
2351
|
+
}
|
|
2352
|
+
to {
|
|
2353
|
+
transform: translate3d(0, 0, 0);
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2356
|
+
@keyframes scalardrawerexitfadein-b45a83b1 {
|
|
2357
|
+
from {
|
|
2358
|
+
opacity: 0;
|
|
2359
|
+
}
|
|
2360
|
+
to {
|
|
2361
|
+
opacity: 1;
|
|
2362
|
+
}
|
|
2363
|
+
}
|
|
2364
|
+
.app-exit-button[data-v-b45a83b1] {
|
|
2365
|
+
color: white;
|
|
2366
|
+
background: rgba(0, 0, 0, 0.1);
|
|
2367
|
+
}
|
|
2368
|
+
.app-exit-button[data-v-b45a83b1]:hover {
|
|
2369
|
+
background: rgba(255, 255, 255, 0.1);
|
|
2370
|
+
}
|
|
2194
2371
|
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
2195
2372
|
@layer properties {
|
|
2196
2373
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
@@ -3292,8 +3469,8 @@ body {
|
|
|
3292
3469
|
.scalar-app .top-\(--refs-header-height\) {
|
|
3293
3470
|
top: var(--refs-header-height);
|
|
3294
3471
|
}
|
|
3295
|
-
.scalar-app .top-\(--scalar-custom-header-height\) {
|
|
3296
|
-
top: var(--scalar-custom-header-height);
|
|
3472
|
+
.scalar-app .top-\(--scalar-custom-header-height\,0\) {
|
|
3473
|
+
top: var(--scalar-custom-header-height, 0);
|
|
3297
3474
|
}
|
|
3298
3475
|
.scalar-app .top-3\.5 {
|
|
3299
3476
|
top: 14px;
|
|
@@ -3396,6 +3573,9 @@ body {
|
|
|
3396
3573
|
.scalar-app .min-h-dvh {
|
|
3397
3574
|
min-height: 100dvh;
|
|
3398
3575
|
}
|
|
3576
|
+
.scalar-app .w-\(--refs-sidebar-width\) {
|
|
3577
|
+
width: var(--refs-sidebar-width);
|
|
3578
|
+
}
|
|
3399
3579
|
.scalar-app .w-4\.5 {
|
|
3400
3580
|
width: 18px;
|
|
3401
3581
|
}
|
|
@@ -3438,10 +3618,6 @@ body {
|
|
|
3438
3618
|
.scalar-app .gap-7 {
|
|
3439
3619
|
gap: 28px;
|
|
3440
3620
|
}
|
|
3441
|
-
.scalar-app .rounded-b-none {
|
|
3442
|
-
border-bottom-right-radius: 0;
|
|
3443
|
-
border-bottom-left-radius: 0;
|
|
3444
|
-
}
|
|
3445
3621
|
.scalar-app .bg-b-1, .scalar-app .bg-b-1\.5 {
|
|
3446
3622
|
background-color: var(--scalar-background-1);
|
|
3447
3623
|
}
|
|
@@ -5069,9 +5245,6 @@ to {
|
|
|
5069
5245
|
.scalar-app .overscroll-contain {
|
|
5070
5246
|
overscroll-behavior: contain;
|
|
5071
5247
|
}
|
|
5072
|
-
.scalar-app .rounded-none {
|
|
5073
|
-
border-radius: 0;
|
|
5074
|
-
}
|
|
5075
5248
|
.scalar-app .rounded-l-none {
|
|
5076
5249
|
border-top-left-radius: 0;
|
|
5077
5250
|
border-bottom-left-radius: 0;
|
|
@@ -5534,6 +5707,9 @@ to {
|
|
|
5534
5707
|
white-space: normal !important;
|
|
5535
5708
|
}
|
|
5536
5709
|
}
|
|
5710
|
+
[data-radix-popper-content-wrapper] {
|
|
5711
|
+
z-index: 1 !important;
|
|
5712
|
+
}
|
|
5537
5713
|
.loader-wrapper[data-v-27df5cd8] {
|
|
5538
5714
|
--loader-size: 50%;
|
|
5539
5715
|
justify-content: center;
|
|
@@ -6658,6 +6834,9 @@ to {
|
|
|
6658
6834
|
.scalar-app .inset-x-1 {
|
|
6659
6835
|
inset-inline: 4px;
|
|
6660
6836
|
}
|
|
6837
|
+
.scalar-app .inset-x-px {
|
|
6838
|
+
inset-inline: 1px;
|
|
6839
|
+
}
|
|
6661
6840
|
.scalar-app .-top-\(--scalar-address-bar-height\) {
|
|
6662
6841
|
top: calc(var(--scalar-address-bar-height) * -1);
|
|
6663
6842
|
}
|
|
@@ -7643,6 +7822,9 @@ to {
|
|
|
7643
7822
|
.scalar-app .rounded-md {
|
|
7644
7823
|
border-radius: var(--scalar-radius);
|
|
7645
7824
|
}
|
|
7825
|
+
.scalar-app .rounded-none {
|
|
7826
|
+
border-radius: 0;
|
|
7827
|
+
}
|
|
7646
7828
|
.scalar-app .rounded-px {
|
|
7647
7829
|
border-radius: 1px;
|
|
7648
7830
|
}
|
|
@@ -7669,6 +7851,10 @@ to {
|
|
|
7669
7851
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
7670
7852
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
7671
7853
|
}
|
|
7854
|
+
.scalar-app .rounded-b-none {
|
|
7855
|
+
border-bottom-right-radius: 0;
|
|
7856
|
+
border-bottom-left-radius: 0;
|
|
7857
|
+
}
|
|
7672
7858
|
.scalar-app .\!border-0 {
|
|
7673
7859
|
border-style: var(--tw-border-style) !important;
|
|
7674
7860
|
border-width: 0 !important;
|
|
@@ -8989,7 +9175,7 @@ to {
|
|
|
8989
9175
|
}
|
|
8990
9176
|
}
|
|
8991
9177
|
@media (min-width: 1000px) {
|
|
8992
|
-
.scalar-app .lg\:order-none {
|
|
9178
|
+
.scalar-app .lg\:order-0, .scalar-app .lg\:order-none {
|
|
8993
9179
|
order: 0;
|
|
8994
9180
|
}
|
|
8995
9181
|
.scalar-app .lg\:-mr-1 {
|
|
@@ -9800,10 +9986,10 @@ to {
|
|
|
9800
9986
|
top: 0;
|
|
9801
9987
|
right: -50dvw;
|
|
9802
9988
|
}
|
|
9803
|
-
.address-bar-history-button[data-v-
|
|
9989
|
+
.address-bar-history-button[data-v-c15c6573]:hover {
|
|
9804
9990
|
background: var(--scalar-background-3);
|
|
9805
9991
|
}
|
|
9806
|
-
.address-bar-history-button[data-v-
|
|
9992
|
+
.address-bar-history-button[data-v-c15c6573]:focus-within {
|
|
9807
9993
|
background: var(--scalar-background-2);
|
|
9808
9994
|
}
|
|
9809
9995
|
.description[data-v-1b7a32a4] .markdown {
|
|
@@ -9815,22 +10001,22 @@ to {
|
|
|
9815
10001
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
9816
10002
|
margin-top: 0;
|
|
9817
10003
|
}
|
|
9818
|
-
[data-v-
|
|
10004
|
+
[data-v-a0bd2752] .cm-editor {
|
|
9819
10005
|
background: none;
|
|
9820
10006
|
outline: none;
|
|
9821
10007
|
height: 100%;
|
|
9822
10008
|
padding: 0;
|
|
9823
10009
|
}
|
|
9824
|
-
[data-v-
|
|
10010
|
+
[data-v-a0bd2752] .cm-placeholder {
|
|
9825
10011
|
color: var(--scalar-color-3);
|
|
9826
10012
|
}
|
|
9827
|
-
[data-v-
|
|
10013
|
+
[data-v-a0bd2752] .cm-content {
|
|
9828
10014
|
font-family: var(--scalar-font-code);
|
|
9829
10015
|
font-size: var(--scalar-small);
|
|
9830
10016
|
max-height: 20px;
|
|
9831
10017
|
padding: 8px 0;
|
|
9832
10018
|
}
|
|
9833
|
-
[data-v-
|
|
10019
|
+
[data-v-a0bd2752] .cm-tooltip {
|
|
9834
10020
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
9835
10021
|
border-radius: var(--scalar-radius);
|
|
9836
10022
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -9839,39 +10025,39 @@ to {
|
|
|
9839
10025
|
outline: none !important;
|
|
9840
10026
|
overflow: hidden !important;
|
|
9841
10027
|
}
|
|
9842
|
-
[data-v-
|
|
10028
|
+
[data-v-a0bd2752] .cm-tooltip-autocomplete ul li {
|
|
9843
10029
|
padding: 3px 6px !important;
|
|
9844
10030
|
}
|
|
9845
|
-
[data-v-
|
|
10031
|
+
[data-v-a0bd2752] .cm-completionIcon-type:after {
|
|
9846
10032
|
color: var(--scalar-color-3) !important;
|
|
9847
10033
|
}
|
|
9848
|
-
[data-v-
|
|
10034
|
+
[data-v-a0bd2752] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
9849
10035
|
background: var(--scalar-background-2) !important;
|
|
9850
10036
|
color: var(--scalar-color-1) !important;
|
|
9851
10037
|
}
|
|
9852
|
-
[data-v-
|
|
10038
|
+
[data-v-a0bd2752] .cm-tooltip-autocomplete ul {
|
|
9853
10039
|
position: relative;
|
|
9854
10040
|
padding: 6px !important;
|
|
9855
10041
|
}
|
|
9856
|
-
[data-v-
|
|
10042
|
+
[data-v-a0bd2752] .cm-tooltip-autocomplete ul li:hover {
|
|
9857
10043
|
border-radius: 3px;
|
|
9858
10044
|
color: var(--scalar-color-1) !important;
|
|
9859
10045
|
background: var(--scalar-background-3) !important;
|
|
9860
10046
|
}
|
|
9861
|
-
[data-v-
|
|
10047
|
+
[data-v-a0bd2752] .cm-activeLine, [data-v-a0bd2752] .cm-activeLineGutter {
|
|
9862
10048
|
background-color: #0000;
|
|
9863
10049
|
}
|
|
9864
|
-
[data-v-
|
|
10050
|
+
[data-v-a0bd2752] .cm-selectionMatch, [data-v-a0bd2752] .cm-matchingBracket {
|
|
9865
10051
|
border-radius: var(--scalar-radius);
|
|
9866
10052
|
background: var(--scalar-background-4) !important;
|
|
9867
10053
|
}
|
|
9868
|
-
[data-v-
|
|
10054
|
+
[data-v-a0bd2752] .cm-css-color-picker-wrapper {
|
|
9869
10055
|
outline: 1px solid var(--scalar-background-3);
|
|
9870
10056
|
border-radius: 3px;
|
|
9871
10057
|
display: inline-flex;
|
|
9872
10058
|
overflow: hidden;
|
|
9873
10059
|
}
|
|
9874
|
-
[data-v-
|
|
10060
|
+
[data-v-a0bd2752] .cm-gutters {
|
|
9875
10061
|
color: var(--scalar-color-3);
|
|
9876
10062
|
font-size: var(--scalar-small);
|
|
9877
10063
|
background-color: #0000;
|
|
@@ -9879,7 +10065,7 @@ to {
|
|
|
9879
10065
|
border-radius: 0 0 0 3px;
|
|
9880
10066
|
line-height: 22px;
|
|
9881
10067
|
}
|
|
9882
|
-
[data-v-
|
|
10068
|
+
[data-v-a0bd2752] .cm-gutters:before {
|
|
9883
10069
|
content: "";
|
|
9884
10070
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
9885
10071
|
background-color: var(--scalar-background-1);
|
|
@@ -9889,7 +10075,7 @@ to {
|
|
|
9889
10075
|
top: 2px;
|
|
9890
10076
|
left: 2px;
|
|
9891
10077
|
}
|
|
9892
|
-
[data-v-
|
|
10078
|
+
[data-v-a0bd2752] .cm-gutterElement {
|
|
9893
10079
|
justify-content: flex-end;
|
|
9894
10080
|
align-items: center;
|
|
9895
10081
|
display: flex;
|
|
@@ -9898,16 +10084,16 @@ to {
|
|
|
9898
10084
|
padding-left: 0 !important;
|
|
9899
10085
|
padding-right: 6px !important;
|
|
9900
10086
|
}
|
|
9901
|
-
[data-v-
|
|
10087
|
+
[data-v-a0bd2752] .cm-lineNumbers .cm-gutterElement {
|
|
9902
10088
|
min-width: fit-content;
|
|
9903
10089
|
}
|
|
9904
|
-
[data-v-
|
|
10090
|
+
[data-v-a0bd2752] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
9905
10091
|
padding-left: 0 !important;
|
|
9906
10092
|
}
|
|
9907
|
-
[data-v-
|
|
10093
|
+
[data-v-a0bd2752] .cm-scroller {
|
|
9908
10094
|
overflow: auto;
|
|
9909
10095
|
}
|
|
9910
|
-
.line-wrapping[data-v-
|
|
10096
|
+
.line-wrapping[data-v-a0bd2752]:focus-within .cm-content {
|
|
9911
10097
|
white-space: break-spaces;
|
|
9912
10098
|
word-break: break-all;
|
|
9913
10099
|
min-height: fit-content;
|
|
@@ -9963,49 +10149,49 @@ to {
|
|
|
9963
10149
|
border-radius: var(--scalar-radius);
|
|
9964
10150
|
color: var(--scalar-color-1);
|
|
9965
10151
|
}
|
|
9966
|
-
[data-v-
|
|
10152
|
+
[data-v-791e0491] .cm-editor {
|
|
9967
10153
|
outline: none;
|
|
9968
10154
|
width: 100%;
|
|
9969
10155
|
height: 100%;
|
|
9970
10156
|
}
|
|
9971
|
-
[data-v-
|
|
10157
|
+
[data-v-791e0491] .cm-line {
|
|
9972
10158
|
padding: 0;
|
|
9973
10159
|
}
|
|
9974
|
-
[data-v-
|
|
10160
|
+
[data-v-791e0491] .cm-content {
|
|
9975
10161
|
font-size: var(--scalar-small);
|
|
9976
10162
|
align-items: center;
|
|
9977
10163
|
padding: 0;
|
|
9978
10164
|
display: flex;
|
|
9979
10165
|
}
|
|
9980
|
-
.scroll-timeline-x[data-v-
|
|
10166
|
+
.scroll-timeline-x[data-v-791e0491] {
|
|
9981
10167
|
scroll-timeline: --scroll-timeline x;
|
|
9982
10168
|
scroll-timeline: --scroll-timeline horizontal;
|
|
9983
10169
|
-ms-overflow-style: none;
|
|
9984
10170
|
}
|
|
9985
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10171
|
+
.scroll-timeline-x-hidden[data-v-791e0491] {
|
|
9986
10172
|
overflow-x: auto;
|
|
9987
10173
|
}
|
|
9988
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10174
|
+
.scroll-timeline-x-hidden[data-v-791e0491] .cm-scroller {
|
|
9989
10175
|
scrollbar-width: none;
|
|
9990
10176
|
-ms-overflow-style: none;
|
|
9991
10177
|
padding-right: 20px;
|
|
9992
10178
|
overflow: auto;
|
|
9993
10179
|
}
|
|
9994
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10180
|
+
.scroll-timeline-x-hidden[data-v-791e0491]::-webkit-scrollbar {
|
|
9995
10181
|
width: 0;
|
|
9996
10182
|
height: 0;
|
|
9997
10183
|
display: none;
|
|
9998
10184
|
}
|
|
9999
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10185
|
+
.scroll-timeline-x-hidden[data-v-791e0491] .cm-scroller::-webkit-scrollbar {
|
|
10000
10186
|
width: 0;
|
|
10001
10187
|
height: 0;
|
|
10002
10188
|
display: none;
|
|
10003
10189
|
}
|
|
10004
|
-
.scroll-timeline-x-address[data-v-
|
|
10190
|
+
.scroll-timeline-x-address[data-v-791e0491] {
|
|
10005
10191
|
scrollbar-width: none;
|
|
10006
10192
|
line-height: 27px;
|
|
10007
10193
|
}
|
|
10008
|
-
.scroll-timeline-x-address[data-v-
|
|
10194
|
+
.scroll-timeline-x-address[data-v-791e0491]:after {
|
|
10009
10195
|
content: "";
|
|
10010
10196
|
cursor: text;
|
|
10011
10197
|
width: 24px;
|
|
@@ -10013,48 +10199,48 @@ to {
|
|
|
10013
10199
|
position: absolute;
|
|
10014
10200
|
right: 0;
|
|
10015
10201
|
}
|
|
10016
|
-
.scroll-timeline-x-address[data-v-
|
|
10202
|
+
.scroll-timeline-x-address[data-v-791e0491]:empty:before {
|
|
10017
10203
|
content: "Enter URL or cURL request";
|
|
10018
10204
|
color: var(--scalar-color-3);
|
|
10019
10205
|
pointer-events: none;
|
|
10020
10206
|
}
|
|
10021
|
-
.fade-left[data-v-
|
|
10207
|
+
.fade-left[data-v-791e0491], .fade-right[data-v-791e0491] {
|
|
10022
10208
|
content: "";
|
|
10023
10209
|
pointer-events: none;
|
|
10024
10210
|
z-index: 1;
|
|
10025
10211
|
height: 100%;
|
|
10026
|
-
animation-name: fadein-
|
|
10212
|
+
animation-name: fadein-791e0491;
|
|
10027
10213
|
animation-duration: 1ms;
|
|
10028
10214
|
animation-direction: reverse;
|
|
10029
10215
|
animation-timeline: --scroll-timeline;
|
|
10030
10216
|
position: sticky;
|
|
10031
10217
|
}
|
|
10032
|
-
.fade-left[data-v-
|
|
10218
|
+
.fade-left[data-v-791e0491] {
|
|
10033
10219
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10034
10220
|
}
|
|
10035
10221
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10036
|
-
.fade-left[data-v-
|
|
10222
|
+
.fade-left[data-v-791e0491] {
|
|
10037
10223
|
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%);
|
|
10038
10224
|
}
|
|
10039
10225
|
}
|
|
10040
|
-
.fade-left[data-v-
|
|
10226
|
+
.fade-left[data-v-791e0491] {
|
|
10041
10227
|
min-width: 6px;
|
|
10042
10228
|
animation-direction: normal;
|
|
10043
10229
|
left: -1px;
|
|
10044
10230
|
}
|
|
10045
|
-
.fade-right[data-v-
|
|
10231
|
+
.fade-right[data-v-791e0491] {
|
|
10046
10232
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10047
10233
|
}
|
|
10048
10234
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10049
|
-
.fade-right[data-v-
|
|
10235
|
+
.fade-right[data-v-791e0491] {
|
|
10050
10236
|
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%);
|
|
10051
10237
|
}
|
|
10052
10238
|
}
|
|
10053
|
-
.fade-right[data-v-
|
|
10239
|
+
.fade-right[data-v-791e0491] {
|
|
10054
10240
|
min-width: 24px;
|
|
10055
10241
|
right: -1px;
|
|
10056
10242
|
}
|
|
10057
|
-
@keyframes fadein-
|
|
10243
|
+
@keyframes fadein-791e0491 {
|
|
10058
10244
|
0% {
|
|
10059
10245
|
opacity: 0;
|
|
10060
10246
|
}
|
|
@@ -10062,24 +10248,24 @@ to {
|
|
|
10062
10248
|
opacity: 1;
|
|
10063
10249
|
}
|
|
10064
10250
|
}
|
|
10065
|
-
.address-bar-bg-states[data-v-
|
|
10251
|
+
.address-bar-bg-states[data-v-791e0491] {
|
|
10066
10252
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10067
10253
|
}
|
|
10068
10254
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10069
|
-
.address-bar-bg-states[data-v-
|
|
10255
|
+
.address-bar-bg-states[data-v-791e0491] {
|
|
10070
10256
|
--scalar-address-bar-bg: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10071
10257
|
}
|
|
10072
10258
|
}
|
|
10073
|
-
.address-bar-bg-states[data-v-
|
|
10259
|
+
.address-bar-bg-states[data-v-791e0491] {
|
|
10074
10260
|
background: var(--scalar-address-bar-bg);
|
|
10075
10261
|
}
|
|
10076
|
-
.address-bar-bg-states[data-v-
|
|
10262
|
+
.address-bar-bg-states[data-v-791e0491]:has(.cm-focused) {
|
|
10077
10263
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10078
10264
|
border-color: var(--scalar-border-color);
|
|
10079
10265
|
outline-width: 1px;
|
|
10080
10266
|
outline-style: solid;
|
|
10081
10267
|
}
|
|
10082
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
10268
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-791e0491], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-791e0491] {
|
|
10083
10269
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10084
10270
|
}
|
|
10085
10271
|
.app-exit-button[data-v-43c7b0fc] {
|
|
@@ -10412,38 +10598,39 @@ to {
|
|
|
10412
10598
|
transform: translateY(0);
|
|
10413
10599
|
}
|
|
10414
10600
|
}
|
|
10415
|
-
.request-card[data-v-
|
|
10601
|
+
.request-card[data-v-f278dde0] {
|
|
10416
10602
|
font-size: var(--scalar-font-size-3);
|
|
10417
10603
|
}
|
|
10418
|
-
.request-method[data-v-
|
|
10604
|
+
.request-method[data-v-f278dde0] {
|
|
10419
10605
|
font-family: var(--scalar-font-code);
|
|
10420
10606
|
text-transform: uppercase;
|
|
10421
10607
|
margin-right: 6px;
|
|
10422
10608
|
}
|
|
10423
|
-
.request-card-footer[data-v-
|
|
10609
|
+
.request-card-footer[data-v-f278dde0] {
|
|
10424
10610
|
flex-shrink: 0;
|
|
10425
10611
|
justify-content: flex-end;
|
|
10426
10612
|
padding: 6px;
|
|
10427
10613
|
display: flex;
|
|
10614
|
+
position: relative;
|
|
10428
10615
|
}
|
|
10429
|
-
.request-card-footer-addon[data-v-
|
|
10616
|
+
.request-card-footer-addon[data-v-f278dde0] {
|
|
10430
10617
|
flex: 1;
|
|
10431
10618
|
align-items: center;
|
|
10432
10619
|
min-width: 0;
|
|
10433
10620
|
display: flex;
|
|
10434
10621
|
}
|
|
10435
|
-
.request-editor-section[data-v-
|
|
10622
|
+
.request-editor-section[data-v-f278dde0] {
|
|
10436
10623
|
flex: 1;
|
|
10437
10624
|
display: flex;
|
|
10438
10625
|
}
|
|
10439
|
-
.request-card-simple[data-v-
|
|
10626
|
+
.request-card-simple[data-v-f278dde0] {
|
|
10440
10627
|
font-size: var(--scalar-small);
|
|
10441
10628
|
justify-content: space-between;
|
|
10442
10629
|
align-items: center;
|
|
10443
10630
|
padding: 8px 8px 8px 12px;
|
|
10444
10631
|
display: flex;
|
|
10445
10632
|
}
|
|
10446
|
-
.code-snippet[data-v-
|
|
10633
|
+
.code-snippet[data-v-f278dde0] {
|
|
10447
10634
|
flex-direction: column;
|
|
10448
10635
|
width: 100%;
|
|
10449
10636
|
display: flex;
|
|
@@ -10471,18 +10658,6 @@ to {
|
|
|
10471
10658
|
position: absolute;
|
|
10472
10659
|
inset: 0;
|
|
10473
10660
|
}
|
|
10474
|
-
.ref-search-meta[data-v-0c30b37a] {
|
|
10475
|
-
background: var(--scalar-background-1);
|
|
10476
|
-
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
10477
|
-
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
10478
|
-
font-size: var(--scalar-font-size-4);
|
|
10479
|
-
color: var(--scalar-color-3);
|
|
10480
|
-
font-weight: var(--scalar-semibold);
|
|
10481
|
-
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10482
|
-
gap: 12px;
|
|
10483
|
-
padding: 6px 12px;
|
|
10484
|
-
display: flex;
|
|
10485
|
-
}
|
|
10486
10661
|
.scroll-timeline-x[data-v-f4568236] {
|
|
10487
10662
|
scroll-timeline: --scroll-timeline x;
|
|
10488
10663
|
scroll-timeline: --scroll-timeline horizontal;
|
|
@@ -10527,7 +10702,7 @@ to {
|
|
|
10527
10702
|
opacity: .6;
|
|
10528
10703
|
}
|
|
10529
10704
|
}
|
|
10530
|
-
.commandmenu[data-v-
|
|
10705
|
+
.commandmenu[data-v-2fe57517] {
|
|
10531
10706
|
box-shadow: var(--scalar-shadow-2);
|
|
10532
10707
|
border-radius: var(--scalar-radius-lg);
|
|
10533
10708
|
background-color: var(--scalar-background-1);
|
|
@@ -10536,20 +10711,20 @@ to {
|
|
|
10536
10711
|
max-width: 580px;
|
|
10537
10712
|
max-height: 60dvh;
|
|
10538
10713
|
margin: 12px;
|
|
10539
|
-
animation: .3s ease-in-out .1s forwards fadeincommandmenu-
|
|
10714
|
+
animation: .3s ease-in-out .1s forwards fadeincommandmenu-2fe57517;
|
|
10540
10715
|
position: fixed;
|
|
10541
10716
|
top: 150px;
|
|
10542
10717
|
left: 50%;
|
|
10543
10718
|
transform: translate3d(-50%, 10px, 0);
|
|
10544
10719
|
}
|
|
10545
|
-
.commandmenu-overlay[data-v-
|
|
10720
|
+
.commandmenu-overlay[data-v-2fe57517] {
|
|
10546
10721
|
cursor: pointer;
|
|
10547
10722
|
background: #0003;
|
|
10548
|
-
animation: .3s ease-in-out forwards fadeincommand-
|
|
10723
|
+
animation: .3s ease-in-out forwards fadeincommand-2fe57517;
|
|
10549
10724
|
position: fixed;
|
|
10550
10725
|
inset: 0;
|
|
10551
10726
|
}
|
|
10552
|
-
@keyframes fadeincommand-
|
|
10727
|
+
@keyframes fadeincommand-2fe57517 {
|
|
10553
10728
|
0% {
|
|
10554
10729
|
opacity: 0;
|
|
10555
10730
|
}
|
|
@@ -10557,7 +10732,7 @@ to {
|
|
|
10557
10732
|
opacity: 1;
|
|
10558
10733
|
}
|
|
10559
10734
|
}
|
|
10560
|
-
@keyframes fadeincommandmenu-
|
|
10735
|
+
@keyframes fadeincommandmenu-2fe57517 {
|
|
10561
10736
|
0% {
|
|
10562
10737
|
opacity: 0;
|
|
10563
10738
|
transform: translate3d(-50%, 10px, 0);
|
|
@@ -10567,27 +10742,27 @@ to {
|
|
|
10567
10742
|
transform: translate3d(-50%, 0, 0);
|
|
10568
10743
|
}
|
|
10569
10744
|
}
|
|
10570
|
-
.empty-sidebar-item-content[data-v-
|
|
10745
|
+
.empty-sidebar-item-content[data-v-b574e7b1] {
|
|
10571
10746
|
display: none;
|
|
10572
10747
|
}
|
|
10573
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10748
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-b574e7b1] {
|
|
10574
10749
|
display: block;
|
|
10575
10750
|
}
|
|
10576
|
-
.rabbitjump[data-v-
|
|
10751
|
+
.rabbitjump[data-v-b574e7b1] {
|
|
10577
10752
|
opacity: 0;
|
|
10578
10753
|
}
|
|
10579
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10754
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-b574e7b1] {
|
|
10580
10755
|
opacity: 1;
|
|
10581
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10756
|
+
animation: .5s step-end infinite rabbitAnimation-b574e7b1;
|
|
10582
10757
|
}
|
|
10583
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10758
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-b574e7b1] {
|
|
10584
10759
|
opacity: 0;
|
|
10585
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10760
|
+
animation: .5s step-end infinite rabbitAnimation2-b574e7b1;
|
|
10586
10761
|
}
|
|
10587
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10588
|
-
animation: 8s linear infinite rabbitRun-
|
|
10762
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-b574e7b1] {
|
|
10763
|
+
animation: 8s linear infinite rabbitRun-b574e7b1;
|
|
10589
10764
|
}
|
|
10590
|
-
@keyframes rabbitRun-
|
|
10765
|
+
@keyframes rabbitRun-b574e7b1 {
|
|
10591
10766
|
0% {
|
|
10592
10767
|
transform: translateZ(0);
|
|
10593
10768
|
}
|
|
@@ -10607,7 +10782,7 @@ to {
|
|
|
10607
10782
|
transform: translateZ(0);
|
|
10608
10783
|
}
|
|
10609
10784
|
}
|
|
10610
|
-
@keyframes rabbitAnimation-
|
|
10785
|
+
@keyframes rabbitAnimation-b574e7b1 {
|
|
10611
10786
|
0%, to {
|
|
10612
10787
|
opacity: 1;
|
|
10613
10788
|
}
|
|
@@ -10615,7 +10790,7 @@ to {
|
|
|
10615
10790
|
opacity: 0;
|
|
10616
10791
|
}
|
|
10617
10792
|
}
|
|
10618
|
-
@keyframes rabbitAnimation2-
|
|
10793
|
+
@keyframes rabbitAnimation2-b574e7b1 {
|
|
10619
10794
|
0%, to {
|
|
10620
10795
|
opacity: 0;
|
|
10621
10796
|
}
|
|
@@ -11672,7 +11847,7 @@ to {
|
|
|
11672
11847
|
|
|
11673
11848
|
/* Configurable Layout Variables */
|
|
11674
11849
|
@layer scalar-config {
|
|
11675
|
-
.scalar-api-reference[data-v-
|
|
11850
|
+
.scalar-api-reference[data-v-797651d6] {
|
|
11676
11851
|
/* The header height */
|
|
11677
11852
|
--refs-header-height: calc(
|
|
11678
11853
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -11694,20 +11869,20 @@ to {
|
|
|
11694
11869
|
/* The maximum width of the content column */
|
|
11695
11870
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
11696
11871
|
}
|
|
11697
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11872
|
+
.scalar-api-reference.references-classic[data-v-797651d6] {
|
|
11698
11873
|
/* Classic layout is wider */
|
|
11699
11874
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
11700
11875
|
min-height: 100dvh;
|
|
11701
11876
|
--refs-sidebar-width: 0;
|
|
11702
11877
|
}
|
|
11703
11878
|
}
|
|
11704
|
-
.t-doc__sidebar[data-v-
|
|
11879
|
+
.t-doc__sidebar[data-v-797651d6] {
|
|
11705
11880
|
z-index: 10;
|
|
11706
11881
|
}
|
|
11707
11882
|
|
|
11708
11883
|
/* ----------------------------------------------------- */
|
|
11709
11884
|
/* References Layout */
|
|
11710
|
-
.references-layout[data-v-
|
|
11885
|
+
.references-layout[data-v-797651d6] {
|
|
11711
11886
|
/* Try to fill the container */
|
|
11712
11887
|
min-height: 100dvh;
|
|
11713
11888
|
min-width: 100%;
|
|
@@ -11731,39 +11906,39 @@ to {
|
|
|
11731
11906
|
|
|
11732
11907
|
background: var(--scalar-background-1);
|
|
11733
11908
|
}
|
|
11734
|
-
.references-editor[data-v-
|
|
11909
|
+
.references-editor[data-v-797651d6] {
|
|
11735
11910
|
grid-area: editor;
|
|
11736
11911
|
display: flex;
|
|
11737
11912
|
min-width: 0;
|
|
11738
11913
|
background: var(--scalar-background-1);
|
|
11739
11914
|
}
|
|
11740
|
-
.references-rendered[data-v-
|
|
11915
|
+
.references-rendered[data-v-797651d6] {
|
|
11741
11916
|
position: relative;
|
|
11742
11917
|
grid-area: rendered;
|
|
11743
11918
|
min-width: 0;
|
|
11744
11919
|
background: var(--scalar-background-1);
|
|
11745
11920
|
}
|
|
11746
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11747
|
-
.references-classic .references-rendered[data-v-
|
|
11921
|
+
.scalar-api-reference.references-classic[data-v-797651d6],
|
|
11922
|
+
.references-classic .references-rendered[data-v-797651d6] {
|
|
11748
11923
|
height: initial !important;
|
|
11749
11924
|
max-height: initial !important;
|
|
11750
11925
|
}
|
|
11751
11926
|
@layer scalar-config {
|
|
11752
|
-
.references-sidebar[data-v-
|
|
11927
|
+
.references-sidebar[data-v-797651d6] {
|
|
11753
11928
|
/* Set a default width if references are enabled */
|
|
11754
|
-
--refs-sidebar-width: var(--scalar-sidebar-width,
|
|
11929
|
+
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
11755
11930
|
}
|
|
11756
11931
|
}
|
|
11757
11932
|
|
|
11758
11933
|
/* Footer */
|
|
11759
|
-
.references-footer[data-v-
|
|
11934
|
+
.references-footer[data-v-797651d6] {
|
|
11760
11935
|
grid-area: footer;
|
|
11761
11936
|
}
|
|
11762
11937
|
/* ----------------------------------------------------- */
|
|
11763
11938
|
/* Responsive / Mobile Layout */
|
|
11764
11939
|
@media (max-width: 1000px) {
|
|
11765
11940
|
/* Stack view on mobile */
|
|
11766
|
-
.references-layout[data-v-
|
|
11941
|
+
.references-layout[data-v-797651d6] {
|
|
11767
11942
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
11768
11943
|
--refs-sidebar-height: calc(
|
|
11769
11944
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -11778,13 +11953,13 @@ to {
|
|
|
11778
11953
|
'rendered'
|
|
11779
11954
|
'footer';
|
|
11780
11955
|
}
|
|
11781
|
-
.references-editable[data-v-
|
|
11956
|
+
.references-editable[data-v-797651d6] {
|
|
11782
11957
|
grid-template-areas:
|
|
11783
11958
|
'header'
|
|
11784
11959
|
'navigation'
|
|
11785
11960
|
'editor';
|
|
11786
11961
|
}
|
|
11787
|
-
.references-rendered[data-v-
|
|
11962
|
+
.references-rendered[data-v-797651d6] {
|
|
11788
11963
|
position: static;
|
|
11789
11964
|
}
|
|
11790
11965
|
}
|
|
@@ -11795,116 +11970,15 @@ to {
|
|
|
11795
11970
|
* when the new elements are available
|
|
11796
11971
|
*/
|
|
11797
11972
|
@media (max-width: 1000px) {
|
|
11798
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
11973
|
+
.scalar-api-references-standalone-mobile[data-v-797651d6]:not(.references-classic) {
|
|
11799
11974
|
--scalar-header-height: 50px;
|
|
11800
11975
|
}
|
|
11801
11976
|
}
|
|
11802
11977
|
|
|
11803
|
-
.darklight-reference[data-v-
|
|
11978
|
+
.darklight-reference[data-v-797651d6] {
|
|
11804
11979
|
width: 100%;
|
|
11805
11980
|
margin-top: auto;
|
|
11806
11981
|
}
|
|
11807
|
-
.ask-agent-scalar[data-v-8e55af28] {
|
|
11808
|
-
background: linear-gradient(
|
|
11809
|
-
var(--scalar-background-1),
|
|
11810
|
-
var(--scalar-background-2)
|
|
11811
|
-
);
|
|
11812
|
-
}
|
|
11813
|
-
.dark-mode .ask-agent-scalar[data-v-8e55af28] {
|
|
11814
|
-
background: linear-gradient(
|
|
11815
|
-
var(--scalar-background-2),
|
|
11816
|
-
var(--scalar-background-1)
|
|
11817
|
-
);
|
|
11818
|
-
}
|
|
11819
|
-
.agent-scalar[data-v-8e55af28] {
|
|
11820
|
-
position: fixed;
|
|
11821
|
-
top: 0;
|
|
11822
|
-
left: 0;
|
|
11823
|
-
width: calc(100% - 50px);
|
|
11824
|
-
height: 100dvh;
|
|
11825
|
-
background: var(--scalar-background-1);
|
|
11826
|
-
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11827
|
-
transform: translate3d(
|
|
11828
|
-
calc(-100% + var(--scalar-sidebar-width, 288px)),
|
|
11829
|
-
0,
|
|
11830
|
-
0
|
|
11831
|
-
);
|
|
11832
|
-
z-index: 2;
|
|
11833
|
-
animation: 0.35s forwards scalaragentslidein-8e55af28;
|
|
11834
|
-
box-shadow: var(--scalar-shadow-2);
|
|
11835
|
-
}
|
|
11836
|
-
.agent-scalar-container[data-v-8e55af28] {
|
|
11837
|
-
width: calc(100% - var(--scalar-sidebar-width, 288px));
|
|
11838
|
-
height: 100%;
|
|
11839
|
-
margin-left: auto;
|
|
11840
|
-
overflow: auto;
|
|
11841
|
-
padding: 0 24px;
|
|
11842
|
-
}
|
|
11843
|
-
.scalar-app-exit[data-v-8e55af28] {
|
|
11844
|
-
cursor: pointer;
|
|
11845
|
-
z-index: 2;
|
|
11846
|
-
width: 100vw;
|
|
11847
|
-
height: 100vh;
|
|
11848
|
-
transition: all 0.3s ease-in-out;
|
|
11849
|
-
position: fixed;
|
|
11850
|
-
top: 0;
|
|
11851
|
-
left: 0;
|
|
11852
|
-
}
|
|
11853
|
-
@media (max-width: 1000px) {
|
|
11854
|
-
.agent-scalar-container[data-v-8e55af28] {
|
|
11855
|
-
width: 100%;
|
|
11856
|
-
}
|
|
11857
|
-
.agent-scalar[data-v-8e55af28] {
|
|
11858
|
-
width: 100%;
|
|
11859
|
-
height: calc(100dvh - 50px);
|
|
11860
|
-
bottom: 0;
|
|
11861
|
-
top: initial;
|
|
11862
|
-
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
11863
|
-
z-index: 12;
|
|
11864
|
-
}
|
|
11865
|
-
.scalar-app-exit[data-v-8e55af28] {
|
|
11866
|
-
z-index: 11;
|
|
11867
|
-
}
|
|
11868
|
-
}
|
|
11869
|
-
.scalar-app-exit-animation[data-v-8e55af28]:before {
|
|
11870
|
-
content: '';
|
|
11871
|
-
position: absolute;
|
|
11872
|
-
width: 100%;
|
|
11873
|
-
height: 100%;
|
|
11874
|
-
background: #00000038;
|
|
11875
|
-
animation: 0.5s forwards scalardrawerexitfadein-8e55af28;
|
|
11876
|
-
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
|
|
11877
|
-
}
|
|
11878
|
-
.dark-mode .scalar .scalar-app-exit-animation[data-v-8e55af28]:before {
|
|
11879
|
-
background: #00000073;
|
|
11880
|
-
}
|
|
11881
|
-
@keyframes scalaragentslidein-8e55af28 {
|
|
11882
|
-
from {
|
|
11883
|
-
transform: translate3d(
|
|
11884
|
-
calc(-100% + var(--scalar-sidebar-width, 288px)),
|
|
11885
|
-
0,
|
|
11886
|
-
0
|
|
11887
|
-
);
|
|
11888
|
-
}
|
|
11889
|
-
to {
|
|
11890
|
-
transform: translate3d(0, 0, 0);
|
|
11891
|
-
}
|
|
11892
|
-
}
|
|
11893
|
-
@keyframes scalardrawerexitfadein-8e55af28 {
|
|
11894
|
-
from {
|
|
11895
|
-
opacity: 0;
|
|
11896
|
-
}
|
|
11897
|
-
to {
|
|
11898
|
-
opacity: 1;
|
|
11899
|
-
}
|
|
11900
|
-
}
|
|
11901
|
-
.app-exit-button[data-v-8e55af28] {
|
|
11902
|
-
color: white;
|
|
11903
|
-
background: rgba(0, 0, 0, 0.1);
|
|
11904
|
-
}
|
|
11905
|
-
.app-exit-button[data-v-8e55af28]:hover {
|
|
11906
|
-
background: rgba(255, 255, 255, 0.1);
|
|
11907
|
-
}
|
|
11908
11982
|
|
|
11909
11983
|
.start[data-v-673f10b6] {
|
|
11910
11984
|
padding: 24px;
|