@scalar/api-reference 1.44.13 → 1.44.14
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 +33 -0
- package/dist/blocks/scalar-info-block/components/IntroductionCardItem.vue.js +1 -1
- package/dist/browser/standalone.js +2541 -2482
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +2 -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 +3 -4
- package/dist/style.css +159 -183
- package/package.json +10 -10
package/dist/style.css
CHANGED
|
@@ -2104,17 +2104,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
2104
2104
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
|
-
.introduction-card-item[data-v-
|
|
2107
|
+
.introduction-card-item[data-v-81efafa3] {
|
|
2108
2108
|
display: flex;
|
|
2109
2109
|
margin-bottom: 12px;
|
|
2110
2110
|
flex-direction: column;
|
|
2111
|
-
justify-content: start;
|
|
2111
|
+
justify-content: flex-start;
|
|
2112
2112
|
}
|
|
2113
|
-
.introduction-card-item[data-v-
|
|
2113
|
+
.introduction-card-item[data-v-81efafa3]:has(.description) .server-form-container {
|
|
2114
2114
|
border-bottom-left-radius: 0;
|
|
2115
2115
|
border-bottom-right-radius: 0;
|
|
2116
2116
|
}
|
|
2117
|
-
.introduction-card-item[data-v-
|
|
2117
|
+
.introduction-card-item[data-v-81efafa3] .request-item {
|
|
2118
2118
|
border-bottom: 0;
|
|
2119
2119
|
}
|
|
2120
2120
|
|
|
@@ -4207,6 +4207,9 @@ to {
|
|
|
4207
4207
|
}
|
|
4208
4208
|
}
|
|
4209
4209
|
}
|
|
4210
|
+
.scalar-app .bg-c-accent {
|
|
4211
|
+
background-color: var(--scalar-color-accent);
|
|
4212
|
+
}
|
|
4210
4213
|
@supports (background-image: linear-gradient(in lab,red,red)) {
|
|
4211
4214
|
.scalar-app .bg-linear-to-b {
|
|
4212
4215
|
--tw-gradient-position: to bottom in oklab;
|
|
@@ -5016,6 +5019,9 @@ to {
|
|
|
5016
5019
|
.scalar-app .my-0\.75 {
|
|
5017
5020
|
margin-block: 3px;
|
|
5018
5021
|
}
|
|
5022
|
+
.scalar-app .my-1\.5 {
|
|
5023
|
+
margin-block: 6px;
|
|
5024
|
+
}
|
|
5019
5025
|
.scalar-app .-mt-1\.5 {
|
|
5020
5026
|
margin-top: -6px;
|
|
5021
5027
|
}
|
|
@@ -5052,10 +5058,6 @@ to {
|
|
|
5052
5058
|
.scalar-app .\!hidden {
|
|
5053
5059
|
display: none !important;
|
|
5054
5060
|
}
|
|
5055
|
-
.scalar-app .size-2 {
|
|
5056
|
-
width: 8px;
|
|
5057
|
-
height: 8px;
|
|
5058
|
-
}
|
|
5059
5061
|
.scalar-app .size-2\.75 {
|
|
5060
5062
|
width: 11px;
|
|
5061
5063
|
height: 11px;
|
|
@@ -5442,9 +5444,6 @@ to {
|
|
|
5442
5444
|
.scalar-app .break-words, .scalar-app .wrap-break-word {
|
|
5443
5445
|
overflow-wrap: break-word;
|
|
5444
5446
|
}
|
|
5445
|
-
.scalar-app .text-c-accent {
|
|
5446
|
-
color: var(--scalar-color-accent);
|
|
5447
|
-
}
|
|
5448
5447
|
.scalar-app .text-c-alert {
|
|
5449
5448
|
color: var(--scalar-color-alert);
|
|
5450
5449
|
}
|
|
@@ -6843,6 +6842,9 @@ to {
|
|
|
6843
6842
|
.scalar-app .-top-\(--scalar-address-bar-height\) {
|
|
6844
6843
|
top: calc(var(--scalar-address-bar-height) * -1);
|
|
6845
6844
|
}
|
|
6845
|
+
.scalar-app .-top-0\.5 {
|
|
6846
|
+
top: -2px;
|
|
6847
|
+
}
|
|
6846
6848
|
.scalar-app .-top-\[104px\] {
|
|
6847
6849
|
top: -104px;
|
|
6848
6850
|
}
|
|
@@ -6900,6 +6902,9 @@ to {
|
|
|
6900
6902
|
.scalar-app .bottom-\[var\(--scalar-border-width\)\] {
|
|
6901
6903
|
bottom: var(--scalar-border-width);
|
|
6902
6904
|
}
|
|
6905
|
+
.scalar-app .-left-0\.5 {
|
|
6906
|
+
left: -2px;
|
|
6907
|
+
}
|
|
6903
6908
|
.scalar-app .left-0 {
|
|
6904
6909
|
left: 0;
|
|
6905
6910
|
}
|
|
@@ -7208,6 +7213,14 @@ to {
|
|
|
7208
7213
|
.scalar-app .aspect-square {
|
|
7209
7214
|
aspect-ratio: 1;
|
|
7210
7215
|
}
|
|
7216
|
+
.scalar-app .size-1\.5 {
|
|
7217
|
+
width: 6px;
|
|
7218
|
+
height: 6px;
|
|
7219
|
+
}
|
|
7220
|
+
.scalar-app .size-2 {
|
|
7221
|
+
width: 8px;
|
|
7222
|
+
height: 8px;
|
|
7223
|
+
}
|
|
7211
7224
|
.scalar-app .size-2\.5 {
|
|
7212
7225
|
width: 10px;
|
|
7213
7226
|
height: 10px;
|
|
@@ -7522,6 +7535,9 @@ to {
|
|
|
7522
7535
|
.scalar-app .max-w-\[100\%\] {
|
|
7523
7536
|
max-width: 100%;
|
|
7524
7537
|
}
|
|
7538
|
+
.scalar-app .max-w-\[120px\] {
|
|
7539
|
+
max-width: 120px;
|
|
7540
|
+
}
|
|
7525
7541
|
.scalar-app .max-w-\[150px\] {
|
|
7526
7542
|
max-width: 150px;
|
|
7527
7543
|
}
|
|
@@ -7955,6 +7971,19 @@ to {
|
|
|
7955
7971
|
.scalar-app .border-c-3 {
|
|
7956
7972
|
border-color: var(--scalar-color-3);
|
|
7957
7973
|
}
|
|
7974
|
+
.scalar-app .border-c-accent, .scalar-app .border-c-accent\/30 {
|
|
7975
|
+
border-color: var(--scalar-color-accent);
|
|
7976
|
+
}
|
|
7977
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
7978
|
+
.scalar-app .border-c-accent\/30 {
|
|
7979
|
+
border-color: var(--scalar-color-accent);
|
|
7980
|
+
}
|
|
7981
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7982
|
+
.scalar-app .border-c-accent\/30 {
|
|
7983
|
+
border-color: color-mix(in oklab, var(--scalar-color-accent) 30%, transparent);
|
|
7984
|
+
}
|
|
7985
|
+
}
|
|
7986
|
+
}
|
|
7958
7987
|
.scalar-app .border-c-danger {
|
|
7959
7988
|
border-color: var(--scalar-color-danger);
|
|
7960
7989
|
}
|
|
@@ -7989,9 +8018,32 @@ to {
|
|
|
7989
8018
|
}
|
|
7990
8019
|
}
|
|
7991
8020
|
}
|
|
7992
|
-
.scalar-app .bg-c-accent {
|
|
8021
|
+
.scalar-app .bg-c-accent, .scalar-app .bg-c-accent\/5 {
|
|
8022
|
+
background-color: var(--scalar-color-accent);
|
|
8023
|
+
}
|
|
8024
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
8025
|
+
.scalar-app .bg-c-accent\/5 {
|
|
8026
|
+
background-color: var(--scalar-color-accent);
|
|
8027
|
+
}
|
|
8028
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8029
|
+
.scalar-app .bg-c-accent\/5 {
|
|
8030
|
+
background-color: color-mix(in oklab, var(--scalar-color-accent) 5%, transparent);
|
|
8031
|
+
}
|
|
8032
|
+
}
|
|
8033
|
+
}
|
|
8034
|
+
.scalar-app .bg-c-accent\/10 {
|
|
7993
8035
|
background-color: var(--scalar-color-accent);
|
|
7994
8036
|
}
|
|
8037
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
8038
|
+
.scalar-app .bg-c-accent\/10 {
|
|
8039
|
+
background-color: var(--scalar-color-accent);
|
|
8040
|
+
}
|
|
8041
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8042
|
+
.scalar-app .bg-c-accent\/10 {
|
|
8043
|
+
background-color: color-mix(in oklab, var(--scalar-color-accent) 10%, transparent);
|
|
8044
|
+
}
|
|
8045
|
+
}
|
|
8046
|
+
}
|
|
7995
8047
|
.scalar-app .bg-current {
|
|
7996
8048
|
background-color: currentColor;
|
|
7997
8049
|
}
|
|
@@ -8439,6 +8491,9 @@ to {
|
|
|
8439
8491
|
.scalar-app .text-c-3 {
|
|
8440
8492
|
color: var(--scalar-color-3);
|
|
8441
8493
|
}
|
|
8494
|
+
.scalar-app .text-c-accent {
|
|
8495
|
+
color: var(--scalar-color-accent);
|
|
8496
|
+
}
|
|
8442
8497
|
.scalar-app .text-c-btn {
|
|
8443
8498
|
color: var(--scalar-button-1-color);
|
|
8444
8499
|
}
|
|
@@ -8936,6 +8991,19 @@ to {
|
|
|
8936
8991
|
.scalar-app .hover\:bg-b-3:hover {
|
|
8937
8992
|
background-color: var(--scalar-background-3);
|
|
8938
8993
|
}
|
|
8994
|
+
.scalar-app .hover\:bg-c-accent\/20:hover {
|
|
8995
|
+
background-color: var(--scalar-color-accent);
|
|
8996
|
+
}
|
|
8997
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
8998
|
+
.scalar-app .hover\:bg-c-accent\/20:hover {
|
|
8999
|
+
background-color: var(--scalar-color-accent);
|
|
9000
|
+
}
|
|
9001
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9002
|
+
.scalar-app .hover\:bg-c-accent\/20:hover {
|
|
9003
|
+
background-color: color-mix(in oklab, var(--scalar-color-accent) 20%, transparent);
|
|
9004
|
+
}
|
|
9005
|
+
}
|
|
9006
|
+
}
|
|
8939
9007
|
.scalar-app .hover\:bg-inherit:hover {
|
|
8940
9008
|
background-color: inherit;
|
|
8941
9009
|
}
|
|
@@ -9489,7 +9557,7 @@ to {
|
|
|
9489
9557
|
transform: translate3d(-50%, 0, 0);
|
|
9490
9558
|
}
|
|
9491
9559
|
}
|
|
9492
|
-
.scalar .scalar-app-layout[data-v-
|
|
9560
|
+
.scalar .scalar-app-layout[data-v-9286c4f4] {
|
|
9493
9561
|
background: var(--scalar-background-1);
|
|
9494
9562
|
opacity: 0;
|
|
9495
9563
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -9498,17 +9566,17 @@ to {
|
|
|
9498
9566
|
max-width: 1390px;
|
|
9499
9567
|
height: calc(100% - 120px);
|
|
9500
9568
|
margin: auto;
|
|
9501
|
-
animation: .35s forwards scalarapiclientfadein-
|
|
9569
|
+
animation: .35s forwards scalarapiclientfadein-9286c4f4;
|
|
9502
9570
|
position: relative;
|
|
9503
9571
|
overflow: hidden;
|
|
9504
9572
|
}
|
|
9505
9573
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
9506
|
-
.scalar .scalar-app-layout[data-v-
|
|
9574
|
+
.scalar .scalar-app-layout[data-v-9286c4f4] {
|
|
9507
9575
|
height: 100%;
|
|
9508
9576
|
max-height: 90svh;
|
|
9509
9577
|
}
|
|
9510
9578
|
}
|
|
9511
|
-
@keyframes scalarapiclientfadein-
|
|
9579
|
+
@keyframes scalarapiclientfadein-9286c4f4 {
|
|
9512
9580
|
0% {
|
|
9513
9581
|
opacity: 0;
|
|
9514
9582
|
}
|
|
@@ -9516,22 +9584,22 @@ to {
|
|
|
9516
9584
|
opacity: 1;
|
|
9517
9585
|
}
|
|
9518
9586
|
}
|
|
9519
|
-
.scalar .scalar-app-exit[data-v-
|
|
9587
|
+
.scalar .scalar-app-exit[data-v-9286c4f4] {
|
|
9520
9588
|
cursor: pointer;
|
|
9521
9589
|
z-index: -1;
|
|
9522
9590
|
background: #00000038;
|
|
9523
9591
|
width: 100vw;
|
|
9524
9592
|
height: 100vh;
|
|
9525
9593
|
transition: all .3s ease-in-out;
|
|
9526
|
-
animation: .35s forwards scalardrawerexitfadein-
|
|
9594
|
+
animation: .35s forwards scalardrawerexitfadein-9286c4f4;
|
|
9527
9595
|
position: fixed;
|
|
9528
9596
|
top: 0;
|
|
9529
9597
|
left: 0;
|
|
9530
9598
|
}
|
|
9531
|
-
.dark-mode .scalar .scalar-app-exit[data-v-
|
|
9599
|
+
.dark-mode .scalar .scalar-app-exit[data-v-9286c4f4] {
|
|
9532
9600
|
background: #00000073;
|
|
9533
9601
|
}
|
|
9534
|
-
.scalar .scalar-app-exit[data-v-
|
|
9602
|
+
.scalar .scalar-app-exit[data-v-9286c4f4]:before {
|
|
9535
9603
|
text-align: center;
|
|
9536
9604
|
color: #fff;
|
|
9537
9605
|
opacity: .6;
|
|
@@ -9543,10 +9611,10 @@ to {
|
|
|
9543
9611
|
top: 0;
|
|
9544
9612
|
right: 12px;
|
|
9545
9613
|
}
|
|
9546
|
-
.scalar .scalar-app-exit[data-v-
|
|
9614
|
+
.scalar .scalar-app-exit[data-v-9286c4f4]:hover:before {
|
|
9547
9615
|
opacity: 1;
|
|
9548
9616
|
}
|
|
9549
|
-
@keyframes scalardrawerexitfadein-
|
|
9617
|
+
@keyframes scalardrawerexitfadein-9286c4f4 {
|
|
9550
9618
|
0% {
|
|
9551
9619
|
opacity: 0;
|
|
9552
9620
|
}
|
|
@@ -9554,7 +9622,7 @@ to {
|
|
|
9554
9622
|
opacity: 1;
|
|
9555
9623
|
}
|
|
9556
9624
|
}
|
|
9557
|
-
.scalar-container[data-v-
|
|
9625
|
+
.scalar-container[data-v-9286c4f4] {
|
|
9558
9626
|
visibility: visible;
|
|
9559
9627
|
z-index: 10000;
|
|
9560
9628
|
justify-content: center;
|
|
@@ -9568,47 +9636,12 @@ to {
|
|
|
9568
9636
|
left: 0;
|
|
9569
9637
|
overflow: hidden;
|
|
9570
9638
|
}
|
|
9571
|
-
.scalar .url-form-input[data-v-
|
|
9639
|
+
.scalar .url-form-input[data-v-9286c4f4] {
|
|
9572
9640
|
min-height: auto !important;
|
|
9573
9641
|
}
|
|
9574
|
-
.scalar .scalar-container[data-v-
|
|
9642
|
+
.scalar .scalar-container[data-v-9286c4f4] {
|
|
9575
9643
|
line-height: normal;
|
|
9576
9644
|
}
|
|
9577
|
-
.scalar .scalar-app-header span[data-v-45e9730e] {
|
|
9578
|
-
color: var(--scalar-color-3);
|
|
9579
|
-
}
|
|
9580
|
-
.scalar .scalar-app-header a[data-v-45e9730e] {
|
|
9581
|
-
color: var(--scalar-color-1);
|
|
9582
|
-
}
|
|
9583
|
-
.scalar .scalar-app-header a[data-v-45e9730e]:hover {
|
|
9584
|
-
text-decoration: underline;
|
|
9585
|
-
}
|
|
9586
|
-
.scalar-activate[data-v-45e9730e] {
|
|
9587
|
-
cursor: pointer;
|
|
9588
|
-
align-items: center;
|
|
9589
|
-
gap: 6px;
|
|
9590
|
-
width: fit-content;
|
|
9591
|
-
margin: 0 .75rem .75rem auto;
|
|
9592
|
-
font-size: .875rem;
|
|
9593
|
-
font-weight: 600;
|
|
9594
|
-
line-height: 24px;
|
|
9595
|
-
display: flex;
|
|
9596
|
-
}
|
|
9597
|
-
.scalar-activate-button[data-v-45e9730e] {
|
|
9598
|
-
color: var(--scalar-color-blue);
|
|
9599
|
-
appearance: none;
|
|
9600
|
-
background: none;
|
|
9601
|
-
border: none;
|
|
9602
|
-
outline: none;
|
|
9603
|
-
align-items: center;
|
|
9604
|
-
gap: 6px;
|
|
9605
|
-
padding: 0 .5rem;
|
|
9606
|
-
display: flex;
|
|
9607
|
-
}
|
|
9608
|
-
.scalar-activate:hover .scalar-activate-button[data-v-45e9730e] {
|
|
9609
|
-
background: var(--scalar-background-3);
|
|
9610
|
-
border-radius: 3px;
|
|
9611
|
-
}
|
|
9612
9645
|
.open-api-client-button[data-v-c7bdd328] {
|
|
9613
9646
|
cursor: pointer;
|
|
9614
9647
|
text-align: center;
|
|
@@ -9961,6 +9994,34 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
9961
9994
|
background: var(--scalar-background-1) !important;
|
|
9962
9995
|
}
|
|
9963
9996
|
}
|
|
9997
|
+
@keyframes transform-fade-layout {
|
|
9998
|
+
0% {
|
|
9999
|
+
opacity: 0;
|
|
10000
|
+
transform: scale(.85)translate(calc(50dvw + 80px), 10px);
|
|
10001
|
+
}
|
|
10002
|
+
to {
|
|
10003
|
+
opacity: 1;
|
|
10004
|
+
transform: scale(.85)translate(calc(50dvw + 80px));
|
|
10005
|
+
}
|
|
10006
|
+
}
|
|
10007
|
+
@keyframes transform-restore-layout {
|
|
10008
|
+
0% {
|
|
10009
|
+
opacity: 1;
|
|
10010
|
+
transform: scale(.85)translate(calc(50dvw + 80px));
|
|
10011
|
+
}
|
|
10012
|
+
to {
|
|
10013
|
+
opacity: 1;
|
|
10014
|
+
transform: scale(1)translate(0);
|
|
10015
|
+
}
|
|
10016
|
+
}
|
|
10017
|
+
.openapi-color {
|
|
10018
|
+
color: var(--scalar-color-green);
|
|
10019
|
+
}
|
|
10020
|
+
.section-flare {
|
|
10021
|
+
position: fixed;
|
|
10022
|
+
top: 0;
|
|
10023
|
+
right: -50dvw;
|
|
10024
|
+
}
|
|
9964
10025
|
.address-bar-history-button[data-v-c15c6573]:hover {
|
|
9965
10026
|
background: var(--scalar-background-3);
|
|
9966
10027
|
}
|
|
@@ -10243,11 +10304,11 @@ input[data-v-c1a50a6e]::placeholder {
|
|
|
10243
10304
|
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-791e0491], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-791e0491] {
|
|
10244
10305
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10245
10306
|
}
|
|
10246
|
-
.app-exit-button[data-v-
|
|
10307
|
+
.app-exit-button[data-v-1de95fda] {
|
|
10247
10308
|
color: #fff;
|
|
10248
10309
|
background: #0000001a;
|
|
10249
10310
|
}
|
|
10250
|
-
.app-exit-button[data-v-
|
|
10311
|
+
.app-exit-button[data-v-1de95fda]:hover {
|
|
10251
10312
|
background: #ffffff1a;
|
|
10252
10313
|
}
|
|
10253
10314
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -10869,56 +10930,6 @@ to {
|
|
|
10869
10930
|
.dark-mode .download-app-button[data-v-d9bec97b]:hover {
|
|
10870
10931
|
background: linear-gradient(#00000026, #ffffff1a);
|
|
10871
10932
|
}
|
|
10872
|
-
@media (min-width: 800px) {
|
|
10873
|
-
.has-import-url {
|
|
10874
|
-
contain: paint;
|
|
10875
|
-
max-width: 100dvw;
|
|
10876
|
-
overflow-x: hidden;
|
|
10877
|
-
}
|
|
10878
|
-
.has-import-url .scalar-client > main {
|
|
10879
|
-
opacity: 0;
|
|
10880
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10881
|
-
z-index: 10000;
|
|
10882
|
-
border-radius: 12px;
|
|
10883
|
-
animation: .3s ease-in-out forwards transform-fade-layout;
|
|
10884
|
-
overflow: hidden;
|
|
10885
|
-
transform: scale(.85)translate(calc(50dvw + 80px));
|
|
10886
|
-
}
|
|
10887
|
-
.has-import-url .scalar-client nav {
|
|
10888
|
-
display: none;
|
|
10889
|
-
}
|
|
10890
|
-
.has-import-url .scalar-app {
|
|
10891
|
-
background: var(--scalar-background-1) !important;
|
|
10892
|
-
}
|
|
10893
|
-
}
|
|
10894
|
-
@keyframes transform-fade-layout {
|
|
10895
|
-
0% {
|
|
10896
|
-
opacity: 0;
|
|
10897
|
-
transform: scale(.85)translate(calc(50dvw + 80px), 10px);
|
|
10898
|
-
}
|
|
10899
|
-
to {
|
|
10900
|
-
opacity: 1;
|
|
10901
|
-
transform: scale(.85)translate(calc(50dvw + 80px));
|
|
10902
|
-
}
|
|
10903
|
-
}
|
|
10904
|
-
@keyframes transform-restore-layout {
|
|
10905
|
-
0% {
|
|
10906
|
-
opacity: 1;
|
|
10907
|
-
transform: scale(.85)translate(calc(50dvw + 80px));
|
|
10908
|
-
}
|
|
10909
|
-
to {
|
|
10910
|
-
opacity: 1;
|
|
10911
|
-
transform: scale(1)translate(0);
|
|
10912
|
-
}
|
|
10913
|
-
}
|
|
10914
|
-
.openapi-color {
|
|
10915
|
-
color: var(--scalar-color-green);
|
|
10916
|
-
}
|
|
10917
|
-
.section-flare {
|
|
10918
|
-
position: fixed;
|
|
10919
|
-
top: 0;
|
|
10920
|
-
right: -50dvw;
|
|
10921
|
-
}
|
|
10922
10933
|
#scalar-client {
|
|
10923
10934
|
background-color: var(--scalar-background-2);
|
|
10924
10935
|
flex-direction: column;
|
|
@@ -11018,7 +11029,7 @@ to {
|
|
|
11018
11029
|
border-color: var(--scalar-border-color) !important;
|
|
11019
11030
|
background: none !important;
|
|
11020
11031
|
}
|
|
11021
|
-
.scalar .scalar-app-layout[data-v-
|
|
11032
|
+
.scalar .scalar-app-layout[data-v-07c87e38] {
|
|
11022
11033
|
background: var(--scalar-background-1);
|
|
11023
11034
|
opacity: 0;
|
|
11024
11035
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -11027,17 +11038,17 @@ to {
|
|
|
11027
11038
|
max-width: 1390px;
|
|
11028
11039
|
height: calc(100% - 120px);
|
|
11029
11040
|
margin: auto;
|
|
11030
|
-
animation: .35s forwards scalarapiclientfadein-
|
|
11041
|
+
animation: .35s forwards scalarapiclientfadein-07c87e38;
|
|
11031
11042
|
position: relative;
|
|
11032
11043
|
overflow: hidden;
|
|
11033
11044
|
}
|
|
11034
11045
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
11035
|
-
.scalar .scalar-app-layout[data-v-
|
|
11046
|
+
.scalar .scalar-app-layout[data-v-07c87e38] {
|
|
11036
11047
|
height: 100%;
|
|
11037
11048
|
max-height: 90svh;
|
|
11038
11049
|
}
|
|
11039
11050
|
}
|
|
11040
|
-
@keyframes scalarapiclientfadein-
|
|
11051
|
+
@keyframes scalarapiclientfadein-07c87e38 {
|
|
11041
11052
|
0% {
|
|
11042
11053
|
opacity: 0;
|
|
11043
11054
|
}
|
|
@@ -11045,22 +11056,30 @@ to {
|
|
|
11045
11056
|
opacity: 1;
|
|
11046
11057
|
}
|
|
11047
11058
|
}
|
|
11048
|
-
.scalar .scalar-app-exit[data-v-
|
|
11059
|
+
.scalar .scalar-app-exit[data-v-07c87e38] {
|
|
11049
11060
|
cursor: pointer;
|
|
11050
11061
|
z-index: -1;
|
|
11051
11062
|
background: #00000038;
|
|
11052
11063
|
width: 100vw;
|
|
11053
11064
|
height: 100vh;
|
|
11054
11065
|
transition: all .3s ease-in-out;
|
|
11055
|
-
animation: .35s forwards scalardrawerexitfadein-
|
|
11066
|
+
animation: .35s forwards scalardrawerexitfadein-07c87e38;
|
|
11056
11067
|
position: fixed;
|
|
11057
11068
|
top: 0;
|
|
11058
11069
|
left: 0;
|
|
11059
11070
|
}
|
|
11060
|
-
.dark-mode .scalar .scalar-app-exit[data-v-
|
|
11071
|
+
.dark-mode .scalar .scalar-app-exit[data-v-07c87e38] {
|
|
11061
11072
|
background: #00000073;
|
|
11062
11073
|
}
|
|
11063
|
-
|
|
11074
|
+
@keyframes scalardrawerexitfadein-07c87e38 {
|
|
11075
|
+
0% {
|
|
11076
|
+
opacity: 0;
|
|
11077
|
+
}
|
|
11078
|
+
to {
|
|
11079
|
+
opacity: 1;
|
|
11080
|
+
}
|
|
11081
|
+
}
|
|
11082
|
+
.scalar .scalar-app-exit[data-v-07c87e38]:before {
|
|
11064
11083
|
text-align: center;
|
|
11065
11084
|
color: #fff;
|
|
11066
11085
|
opacity: .6;
|
|
@@ -11072,18 +11091,10 @@ to {
|
|
|
11072
11091
|
top: 0;
|
|
11073
11092
|
right: 12px;
|
|
11074
11093
|
}
|
|
11075
|
-
.scalar .scalar-app-exit[data-v-
|
|
11094
|
+
.scalar .scalar-app-exit[data-v-07c87e38]:hover:before {
|
|
11076
11095
|
opacity: 1;
|
|
11077
11096
|
}
|
|
11078
|
-
|
|
11079
|
-
0% {
|
|
11080
|
-
opacity: 0;
|
|
11081
|
-
}
|
|
11082
|
-
to {
|
|
11083
|
-
opacity: 1;
|
|
11084
|
-
}
|
|
11085
|
-
}
|
|
11086
|
-
.scalar-container[data-v-6027a07f] {
|
|
11097
|
+
.scalar-container[data-v-07c87e38] {
|
|
11087
11098
|
visibility: visible;
|
|
11088
11099
|
z-index: 10000;
|
|
11089
11100
|
justify-content: center;
|
|
@@ -11097,46 +11108,11 @@ to {
|
|
|
11097
11108
|
left: 0;
|
|
11098
11109
|
overflow: hidden;
|
|
11099
11110
|
}
|
|
11100
|
-
.scalar .
|
|
11101
|
-
min-height: auto !important;
|
|
11102
|
-
}
|
|
11103
|
-
.scalar .scalar-container[data-v-6027a07f] {
|
|
11111
|
+
.scalar .scalar-container[data-v-07c87e38] {
|
|
11104
11112
|
line-height: normal;
|
|
11105
11113
|
}
|
|
11106
|
-
.scalar .
|
|
11107
|
-
|
|
11108
|
-
}
|
|
11109
|
-
.scalar .scalar-app-header a[data-v-6027a07f] {
|
|
11110
|
-
color: var(--scalar-color-1);
|
|
11111
|
-
}
|
|
11112
|
-
.scalar .scalar-app-header a[data-v-6027a07f]:hover {
|
|
11113
|
-
text-decoration: underline;
|
|
11114
|
-
}
|
|
11115
|
-
.scalar-activate[data-v-6027a07f] {
|
|
11116
|
-
cursor: pointer;
|
|
11117
|
-
align-items: center;
|
|
11118
|
-
gap: 6px;
|
|
11119
|
-
width: fit-content;
|
|
11120
|
-
margin: 0 .75rem .75rem auto;
|
|
11121
|
-
font-size: .875rem;
|
|
11122
|
-
font-weight: 600;
|
|
11123
|
-
line-height: 24px;
|
|
11124
|
-
display: flex;
|
|
11125
|
-
}
|
|
11126
|
-
.scalar-activate-button[data-v-6027a07f] {
|
|
11127
|
-
color: var(--scalar-color-blue);
|
|
11128
|
-
appearance: none;
|
|
11129
|
-
background: none;
|
|
11130
|
-
border: none;
|
|
11131
|
-
outline: none;
|
|
11132
|
-
align-items: center;
|
|
11133
|
-
gap: 6px;
|
|
11134
|
-
padding: 0 .5rem;
|
|
11135
|
-
display: flex;
|
|
11136
|
-
}
|
|
11137
|
-
.scalar-activate:hover .scalar-activate-button[data-v-6027a07f] {
|
|
11138
|
-
background: var(--scalar-background-3);
|
|
11139
|
-
border-radius: 3px;
|
|
11114
|
+
.scalar .url-form-input[data-v-07c87e38] {
|
|
11115
|
+
min-height: auto !important;
|
|
11140
11116
|
}
|
|
11141
11117
|
.schema > span[data-v-4df72868]:not(:first-child):before {
|
|
11142
11118
|
content: "·";
|
|
@@ -11872,7 +11848,7 @@ to {
|
|
|
11872
11848
|
|
|
11873
11849
|
/* Configurable Layout Variables */
|
|
11874
11850
|
@layer scalar-config {
|
|
11875
|
-
.scalar-api-reference[data-v-
|
|
11851
|
+
.scalar-api-reference[data-v-b74c9183] {
|
|
11876
11852
|
/* The header height */
|
|
11877
11853
|
--refs-header-height: calc(
|
|
11878
11854
|
var(--scalar-custom-header-height, 0px) + var(--scalar-header-height, 0px)
|
|
@@ -11894,20 +11870,20 @@ to {
|
|
|
11894
11870
|
/* The maximum width of the content column */
|
|
11895
11871
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
11896
11872
|
}
|
|
11897
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11873
|
+
.scalar-api-reference.references-classic[data-v-b74c9183] {
|
|
11898
11874
|
/* Classic layout is wider */
|
|
11899
11875
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
11900
11876
|
min-height: 100dvh;
|
|
11901
11877
|
--refs-sidebar-width: 0;
|
|
11902
11878
|
}
|
|
11903
11879
|
}
|
|
11904
|
-
.t-doc__sidebar[data-v-
|
|
11880
|
+
.t-doc__sidebar[data-v-b74c9183] {
|
|
11905
11881
|
z-index: 10;
|
|
11906
11882
|
}
|
|
11907
11883
|
|
|
11908
11884
|
/* ----------------------------------------------------- */
|
|
11909
11885
|
/* References Layout */
|
|
11910
|
-
.references-layout[data-v-
|
|
11886
|
+
.references-layout[data-v-b74c9183] {
|
|
11911
11887
|
/* Try to fill the container */
|
|
11912
11888
|
min-height: 100dvh;
|
|
11913
11889
|
min-width: 100%;
|
|
@@ -11931,39 +11907,39 @@ to {
|
|
|
11931
11907
|
|
|
11932
11908
|
background: var(--scalar-background-1);
|
|
11933
11909
|
}
|
|
11934
|
-
.references-editor[data-v-
|
|
11910
|
+
.references-editor[data-v-b74c9183] {
|
|
11935
11911
|
grid-area: editor;
|
|
11936
11912
|
display: flex;
|
|
11937
11913
|
min-width: 0;
|
|
11938
11914
|
background: var(--scalar-background-1);
|
|
11939
11915
|
}
|
|
11940
|
-
.references-rendered[data-v-
|
|
11916
|
+
.references-rendered[data-v-b74c9183] {
|
|
11941
11917
|
position: relative;
|
|
11942
11918
|
grid-area: rendered;
|
|
11943
11919
|
min-width: 0;
|
|
11944
11920
|
background: var(--scalar-background-1);
|
|
11945
11921
|
}
|
|
11946
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11947
|
-
.references-classic .references-rendered[data-v-
|
|
11922
|
+
.scalar-api-reference.references-classic[data-v-b74c9183],
|
|
11923
|
+
.references-classic .references-rendered[data-v-b74c9183] {
|
|
11948
11924
|
height: initial !important;
|
|
11949
11925
|
max-height: initial !important;
|
|
11950
11926
|
}
|
|
11951
11927
|
@layer scalar-config {
|
|
11952
|
-
.references-sidebar[data-v-
|
|
11928
|
+
.references-sidebar[data-v-b74c9183] {
|
|
11953
11929
|
/* Set a default width if references are enabled */
|
|
11954
11930
|
--refs-sidebar-width: var(--scalar-sidebar-width, 288px);
|
|
11955
11931
|
}
|
|
11956
11932
|
}
|
|
11957
11933
|
|
|
11958
11934
|
/* Footer */
|
|
11959
|
-
.references-footer[data-v-
|
|
11935
|
+
.references-footer[data-v-b74c9183] {
|
|
11960
11936
|
grid-area: footer;
|
|
11961
11937
|
}
|
|
11962
11938
|
/* ----------------------------------------------------- */
|
|
11963
11939
|
/* Responsive / Mobile Layout */
|
|
11964
11940
|
@media (max-width: 1000px) {
|
|
11965
11941
|
/* Stack view on mobile */
|
|
11966
|
-
.references-layout[data-v-
|
|
11942
|
+
.references-layout[data-v-b74c9183] {
|
|
11967
11943
|
/* Adjust the sidebar height to the viewport height minus the header height */
|
|
11968
11944
|
--refs-sidebar-height: calc(
|
|
11969
11945
|
var(--full-height, 100dvh) - var(--scalar-custom-header-height, 0px)
|
|
@@ -11978,13 +11954,13 @@ to {
|
|
|
11978
11954
|
'rendered'
|
|
11979
11955
|
'footer';
|
|
11980
11956
|
}
|
|
11981
|
-
.references-editable[data-v-
|
|
11957
|
+
.references-editable[data-v-b74c9183] {
|
|
11982
11958
|
grid-template-areas:
|
|
11983
11959
|
'header'
|
|
11984
11960
|
'navigation'
|
|
11985
11961
|
'editor';
|
|
11986
11962
|
}
|
|
11987
|
-
.references-rendered[data-v-
|
|
11963
|
+
.references-rendered[data-v-b74c9183] {
|
|
11988
11964
|
position: static;
|
|
11989
11965
|
}
|
|
11990
11966
|
}
|
|
@@ -11995,12 +11971,12 @@ to {
|
|
|
11995
11971
|
* when the new elements are available
|
|
11996
11972
|
*/
|
|
11997
11973
|
@media (max-width: 1000px) {
|
|
11998
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
11974
|
+
.scalar-api-references-standalone-mobile[data-v-b74c9183]:not(.references-classic) {
|
|
11999
11975
|
--scalar-header-height: 50px;
|
|
12000
11976
|
}
|
|
12001
11977
|
}
|
|
12002
11978
|
|
|
12003
|
-
.darklight-reference[data-v-
|
|
11979
|
+
.darklight-reference[data-v-b74c9183] {
|
|
12004
11980
|
width: 100%;
|
|
12005
11981
|
margin-top: auto;
|
|
12006
11982
|
}
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.44.
|
|
23
|
+
"version": "1.44.14",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -85,22 +85,22 @@
|
|
|
85
85
|
"microdiff": "^1.5.0",
|
|
86
86
|
"nanoid": "^5.1.6",
|
|
87
87
|
"vue": "^3.5.26",
|
|
88
|
-
"@scalar/
|
|
89
|
-
"@scalar/
|
|
88
|
+
"@scalar/api-client": "2.24.0",
|
|
89
|
+
"@scalar/agent-chat": "0.5.5",
|
|
90
90
|
"@scalar/code-highlight": "0.2.2",
|
|
91
|
+
"@scalar/icons": "0.5.2",
|
|
91
92
|
"@scalar/helpers": "0.2.11",
|
|
92
|
-
"@scalar/
|
|
93
|
-
"@scalar/
|
|
94
|
-
"@scalar/
|
|
93
|
+
"@scalar/oas-utils": "0.6.36",
|
|
94
|
+
"@scalar/components": "0.17.6",
|
|
95
|
+
"@scalar/openapi-parser": "0.24.8",
|
|
95
96
|
"@scalar/openapi-types": "0.5.3",
|
|
96
|
-
"@scalar/sidebar": "0.7.
|
|
97
|
+
"@scalar/sidebar": "0.7.29",
|
|
97
98
|
"@scalar/snippetz": "0.6.11",
|
|
98
|
-
"@scalar/icons": "0.5.2",
|
|
99
99
|
"@scalar/themes": "0.14.0",
|
|
100
100
|
"@scalar/types": "0.6.2",
|
|
101
101
|
"@scalar/use-hooks": "0.3.7",
|
|
102
102
|
"@scalar/use-toasts": "0.9.1",
|
|
103
|
-
"@scalar/workspace-store": "0.
|
|
103
|
+
"@scalar/workspace-store": "0.29.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hono/node-server": "^1.19.7",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
120
120
|
"vitest": "4.0.16",
|
|
121
121
|
"@scalar/build-tooling": "0.4.1",
|
|
122
|
-
"@scalar/galaxy": "0.5.12",
|
|
123
122
|
"@scalar/core": "0.3.37",
|
|
123
|
+
"@scalar/galaxy": "0.5.12",
|
|
124
124
|
"@scalar/react-renderer": "0.3.0"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|