@scalar/api-reference 1.47.0 → 1.48.1
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 +56 -0
- package/dist/browser/standalone.js +3268 -3254
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.d.ts.map +1 -1
- package/dist/features/developer-tools/DeveloperTools.vue.js +1 -1
- package/dist/helpers/storage.d.ts +16 -0
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/style.css +171 -22
- package/package.json +14 -14
|
@@ -60,7 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
60
60
|
discriminator: __props.discriminator,
|
|
61
61
|
eventBus: __props.eventBus,
|
|
62
62
|
hideHeading: __props.hideHeading,
|
|
63
|
-
level: __props.level,
|
|
63
|
+
level: __props.level + 1,
|
|
64
64
|
name: __props.name,
|
|
65
65
|
noncollapsible: true,
|
|
66
66
|
options: __props.options,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeveloperTools.vue.d.ts","sourceRoot":"","sources":["../../../src/features/developer-tools/DeveloperTools.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAuBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"DeveloperTools.vue.d.ts","sourceRoot":"","sources":["../../../src/features/developer-tools/DeveloperTools.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,cAAc,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAA;CACnD,CAAC;AAuBF,KAAK,gBAAgB,GAAG;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC,yBAAyB,CAAC,CAAC;CAChD,CAAC;AAKF,KAAK,iBAAiB,GAAG,WAAW,GAAG,gBAAgB,CAAC;AAsFxD,QAAA,MAAM,YAAY;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
|
|
@@ -7,7 +7,7 @@ import _sfc_main$3 from "./components/ShareApiReference.vue.js";
|
|
|
7
7
|
const _hoisted_1 = {
|
|
8
8
|
key: 0,
|
|
9
9
|
"aria-label": "Developer Tools",
|
|
10
|
-
class: "api-reference-toolbar bg-b-1 flex h-10 justify-center border-b px-15"
|
|
10
|
+
class: "api-reference-toolbar bg-b-1 relative z-1 flex h-10 justify-center border-b px-15"
|
|
11
11
|
};
|
|
12
12
|
const _hoisted_2 = { class: "-mx-2 flex max-w-(--refs-content-max-width) flex-1 items-center" };
|
|
13
13
|
const _hoisted_3 = { class: "flex flex-1 items-center" };
|
|
@@ -43,6 +43,8 @@ export declare const authStorage: () => {
|
|
|
43
43
|
'x-scalar-secret-client-id': string;
|
|
44
44
|
} & {
|
|
45
45
|
'x-scalar-secret-token': string;
|
|
46
|
+
} & {
|
|
47
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
46
48
|
} & {
|
|
47
49
|
'x-scalar-secret-redirect-uri': string;
|
|
48
50
|
}) | undefined;
|
|
@@ -50,6 +52,8 @@ export declare const authStorage: () => {
|
|
|
50
52
|
'x-scalar-secret-client-id': string;
|
|
51
53
|
} & {
|
|
52
54
|
'x-scalar-secret-token': string;
|
|
55
|
+
} & {
|
|
56
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
53
57
|
} & {
|
|
54
58
|
'x-scalar-secret-username': string;
|
|
55
59
|
'x-scalar-secret-password': string;
|
|
@@ -62,6 +66,8 @@ export declare const authStorage: () => {
|
|
|
62
66
|
'x-scalar-secret-client-id': string;
|
|
63
67
|
} & {
|
|
64
68
|
'x-scalar-secret-token': string;
|
|
69
|
+
} & {
|
|
70
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
65
71
|
} & {
|
|
66
72
|
'x-scalar-secret-client-secret': string;
|
|
67
73
|
} & {
|
|
@@ -71,6 +77,8 @@ export declare const authStorage: () => {
|
|
|
71
77
|
'x-scalar-secret-client-id': string;
|
|
72
78
|
} & {
|
|
73
79
|
'x-scalar-secret-token': string;
|
|
80
|
+
} & {
|
|
81
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
74
82
|
} & {
|
|
75
83
|
'x-scalar-secret-client-secret': string;
|
|
76
84
|
} & {
|
|
@@ -100,6 +108,8 @@ export declare const authStorage: () => {
|
|
|
100
108
|
'x-scalar-secret-client-id': string;
|
|
101
109
|
} & {
|
|
102
110
|
'x-scalar-secret-token': string;
|
|
111
|
+
} & {
|
|
112
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
103
113
|
} & {
|
|
104
114
|
'x-scalar-secret-redirect-uri': string;
|
|
105
115
|
}) | undefined;
|
|
@@ -126,6 +136,8 @@ export declare const authStorage: () => {
|
|
|
126
136
|
'x-scalar-secret-client-id': string;
|
|
127
137
|
} & {
|
|
128
138
|
'x-scalar-secret-token': string;
|
|
139
|
+
} & {
|
|
140
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
129
141
|
} & {
|
|
130
142
|
'x-scalar-secret-username': string;
|
|
131
143
|
'x-scalar-secret-password': string;
|
|
@@ -157,6 +169,8 @@ export declare const authStorage: () => {
|
|
|
157
169
|
'x-scalar-secret-client-id': string;
|
|
158
170
|
} & {
|
|
159
171
|
'x-scalar-secret-token': string;
|
|
172
|
+
} & {
|
|
173
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
160
174
|
} & {
|
|
161
175
|
'x-scalar-secret-client-secret': string;
|
|
162
176
|
} & {
|
|
@@ -188,6 +202,8 @@ export declare const authStorage: () => {
|
|
|
188
202
|
'x-scalar-secret-client-id': string;
|
|
189
203
|
} & {
|
|
190
204
|
'x-scalar-secret-token': string;
|
|
205
|
+
} & {
|
|
206
|
+
'x-scalar-secret-refresh-token'?: string | undefined;
|
|
191
207
|
} & {
|
|
192
208
|
'x-scalar-secret-client-secret': string;
|
|
193
209
|
} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../src/helpers/storage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,uCAAuC,CAAA;AAM7E;;;GAGG;AACH,eAAO,MAAM,aAAa;IAGtB;;OAEG;;IAIH;;;OAGG;iBACU,MAAM;CAItB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW;IAMpB;;OAEG;oBACa,MAAM
|
|
1
|
+
{"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../src/helpers/storage.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,uCAAuC,CAAA;AAM7E;;;GAGG;AACH,eAAO,MAAM,aAAa;IAGtB;;OAEG;;IAIH;;;OAGG;iBACU,MAAM;CAItB,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW;IAMpB;;OAEG;oBACa,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAItB;;;OAGG;oBACa,MAAM,SAAS,IAAI;CAItC,CAAA"}
|
package/dist/style.css
CHANGED
|
@@ -4000,7 +4000,7 @@ body {
|
|
|
4000
4000
|
}
|
|
4001
4001
|
}
|
|
4002
4002
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4003
|
-
.scalar-app .zoomed
|
|
4003
|
+
.scalar-app .zoomed\:whitespace-normal\! {
|
|
4004
4004
|
white-space: normal !important;
|
|
4005
4005
|
}
|
|
4006
4006
|
}
|
|
@@ -4332,6 +4332,9 @@ to {
|
|
|
4332
4332
|
}
|
|
4333
4333
|
}
|
|
4334
4334
|
}
|
|
4335
|
+
.scalar-app .bg-b-2 {
|
|
4336
|
+
background-color: var(--scalar-background-2);
|
|
4337
|
+
}
|
|
4335
4338
|
.scalar-app .bg-c-accent {
|
|
4336
4339
|
background-color: var(--scalar-color-accent);
|
|
4337
4340
|
}
|
|
@@ -4478,7 +4481,7 @@ to {
|
|
|
4478
4481
|
}
|
|
4479
4482
|
}
|
|
4480
4483
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4481
|
-
.scalar-app .zoomed
|
|
4484
|
+
.scalar-app .zoomed\:whitespace-normal\! {
|
|
4482
4485
|
white-space: normal !important;
|
|
4483
4486
|
}
|
|
4484
4487
|
}
|
|
@@ -4826,9 +4829,6 @@ to {
|
|
|
4826
4829
|
.scalar-app .right-0\.75 {
|
|
4827
4830
|
right: 3px;
|
|
4828
4831
|
}
|
|
4829
|
-
.scalar-app .ml-2 {
|
|
4830
|
-
margin-left: 8px;
|
|
4831
|
-
}
|
|
4832
4832
|
.scalar-app .self-start {
|
|
4833
4833
|
align-self: flex-start;
|
|
4834
4834
|
}
|
|
@@ -5111,9 +5111,6 @@ to {
|
|
|
5111
5111
|
.scalar-app .right-2\.5 {
|
|
5112
5112
|
right: 10px;
|
|
5113
5113
|
}
|
|
5114
|
-
.scalar-app .left-2 {
|
|
5115
|
-
left: 8px;
|
|
5116
|
-
}
|
|
5117
5114
|
.scalar-app .left-2\.5 {
|
|
5118
5115
|
left: 10px;
|
|
5119
5116
|
}
|
|
@@ -5243,8 +5240,8 @@ to {
|
|
|
5243
5240
|
.scalar-app .h-lh {
|
|
5244
5241
|
height: 1lh;
|
|
5245
5242
|
}
|
|
5246
|
-
.scalar-app .max-h-
|
|
5247
|
-
max-height:
|
|
5243
|
+
.scalar-app .max-h-24 {
|
|
5244
|
+
max-height: 96px;
|
|
5248
5245
|
}
|
|
5249
5246
|
.scalar-app .max-h-\[80svh\] {
|
|
5250
5247
|
max-height: 80svh;
|
|
@@ -5294,9 +5291,6 @@ to {
|
|
|
5294
5291
|
.scalar-app .w-min {
|
|
5295
5292
|
width: min-content;
|
|
5296
5293
|
}
|
|
5297
|
-
.scalar-app .w-screen {
|
|
5298
|
-
width: 100vw;
|
|
5299
|
-
}
|
|
5300
5294
|
.scalar-app .max-w-\[360px\] {
|
|
5301
5295
|
max-width: 360px;
|
|
5302
5296
|
}
|
|
@@ -5486,9 +5480,6 @@ to {
|
|
|
5486
5480
|
.scalar-app .bg-border {
|
|
5487
5481
|
background-color: var(--scalar-border-color);
|
|
5488
5482
|
}
|
|
5489
|
-
.scalar-app .bg-c-danger {
|
|
5490
|
-
background-color: var(--scalar-color-danger);
|
|
5491
|
-
}
|
|
5492
5483
|
.scalar-app .bg-inherit {
|
|
5493
5484
|
background-color: inherit;
|
|
5494
5485
|
}
|
|
@@ -5644,9 +5635,6 @@ to {
|
|
|
5644
5635
|
.scalar-app .break-words, .scalar-app .wrap-break-word {
|
|
5645
5636
|
overflow-wrap: break-word;
|
|
5646
5637
|
}
|
|
5647
|
-
.scalar-app .text-c-alert {
|
|
5648
|
-
color: var(--scalar-color-alert);
|
|
5649
|
-
}
|
|
5650
5638
|
.scalar-app .text-c-tooltip {
|
|
5651
5639
|
color: var(--scalar-tooltip-color);
|
|
5652
5640
|
}
|
|
@@ -5940,7 +5928,7 @@ to {
|
|
|
5940
5928
|
}
|
|
5941
5929
|
}
|
|
5942
5930
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
5943
|
-
.scalar-app .zoomed
|
|
5931
|
+
.scalar-app .zoomed\:whitespace-normal\! {
|
|
5944
5932
|
white-space: normal !important;
|
|
5945
5933
|
}
|
|
5946
5934
|
}
|
|
@@ -7114,6 +7102,9 @@ to {
|
|
|
7114
7102
|
.scalar-app .bottom-1\/2 {
|
|
7115
7103
|
bottom: 50%;
|
|
7116
7104
|
}
|
|
7105
|
+
.scalar-app .bottom-2 {
|
|
7106
|
+
bottom: 8px;
|
|
7107
|
+
}
|
|
7117
7108
|
.scalar-app .bottom-\[var\(--scalar-border-width\)\] {
|
|
7118
7109
|
bottom: var(--scalar-border-width);
|
|
7119
7110
|
}
|
|
@@ -7123,6 +7114,9 @@ to {
|
|
|
7123
7114
|
.scalar-app .left-1\/2 {
|
|
7124
7115
|
left: 50%;
|
|
7125
7116
|
}
|
|
7117
|
+
.scalar-app .left-2 {
|
|
7118
|
+
left: 8px;
|
|
7119
|
+
}
|
|
7126
7120
|
.scalar-app .left-3 {
|
|
7127
7121
|
left: 12px;
|
|
7128
7122
|
}
|
|
@@ -7240,6 +7234,9 @@ to {
|
|
|
7240
7234
|
.scalar-app .-mt-\[\.5px\] {
|
|
7241
7235
|
margin-top: -.5px;
|
|
7242
7236
|
}
|
|
7237
|
+
.scalar-app .mt-0\.5 {
|
|
7238
|
+
margin-top: 2px;
|
|
7239
|
+
}
|
|
7243
7240
|
.scalar-app .mt-0\.25 {
|
|
7244
7241
|
margin-top: 1px;
|
|
7245
7242
|
}
|
|
@@ -7369,6 +7366,9 @@ to {
|
|
|
7369
7366
|
.scalar-app .ml-1\.25 {
|
|
7370
7367
|
margin-left: 5px;
|
|
7371
7368
|
}
|
|
7369
|
+
.scalar-app .ml-2 {
|
|
7370
|
+
margin-left: 8px;
|
|
7371
|
+
}
|
|
7372
7372
|
.scalar-app .ml-3 {
|
|
7373
7373
|
margin-left: 12px;
|
|
7374
7374
|
}
|
|
@@ -7526,6 +7526,9 @@ to {
|
|
|
7526
7526
|
.scalar-app .h-\[68px\] {
|
|
7527
7527
|
height: 68px;
|
|
7528
7528
|
}
|
|
7529
|
+
.scalar-app .h-\[500px\] {
|
|
7530
|
+
height: 500px;
|
|
7531
|
+
}
|
|
7529
7532
|
.scalar-app .h-\[calc\(100\%-273\.5px\)\] {
|
|
7530
7533
|
height: calc(100% - 273.5px);
|
|
7531
7534
|
}
|
|
@@ -7562,6 +7565,9 @@ to {
|
|
|
7562
7565
|
.scalar-app .max-h-8 {
|
|
7563
7566
|
max-height: 32px;
|
|
7564
7567
|
}
|
|
7568
|
+
.scalar-app .max-h-28 {
|
|
7569
|
+
max-height: 112px;
|
|
7570
|
+
}
|
|
7565
7571
|
.scalar-app .max-h-40 {
|
|
7566
7572
|
max-height: 160px;
|
|
7567
7573
|
}
|
|
@@ -7721,6 +7727,12 @@ to {
|
|
|
7721
7727
|
.scalar-app .w-max {
|
|
7722
7728
|
width: max-content;
|
|
7723
7729
|
}
|
|
7730
|
+
.scalar-app .w-px {
|
|
7731
|
+
width: 1px;
|
|
7732
|
+
}
|
|
7733
|
+
.scalar-app .w-screen {
|
|
7734
|
+
width: 100vw;
|
|
7735
|
+
}
|
|
7724
7736
|
.scalar-app .max-w-8 {
|
|
7725
7737
|
max-width: 32px;
|
|
7726
7738
|
}
|
|
@@ -7784,6 +7796,9 @@ to {
|
|
|
7784
7796
|
.scalar-app .min-w-\[37px\] {
|
|
7785
7797
|
min-width: 37px;
|
|
7786
7798
|
}
|
|
7799
|
+
.scalar-app .min-w-\[48px\] {
|
|
7800
|
+
min-width: 48px;
|
|
7801
|
+
}
|
|
7787
7802
|
.scalar-app .min-w-\[100px\] {
|
|
7788
7803
|
min-width: 100px;
|
|
7789
7804
|
}
|
|
@@ -7884,6 +7899,9 @@ to {
|
|
|
7884
7899
|
.scalar-app .grid-cols-\[auto_1fr\] {
|
|
7885
7900
|
grid-template-columns: auto 1fr;
|
|
7886
7901
|
}
|
|
7902
|
+
.scalar-app .grid-cols-\[minmax\(0\,1fr\)_auto_minmax\(0\,1fr\)\] {
|
|
7903
|
+
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
|
|
7904
|
+
}
|
|
7887
7905
|
.scalar-app .grid-cols-\[repeat\(auto-fill\,minmax\(32px\,1fr\)\)\] {
|
|
7888
7906
|
grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
|
|
7889
7907
|
}
|
|
@@ -7995,6 +8013,12 @@ to {
|
|
|
7995
8013
|
.scalar-app .self-center {
|
|
7996
8014
|
align-self: center;
|
|
7997
8015
|
}
|
|
8016
|
+
.scalar-app .justify-self-center {
|
|
8017
|
+
justify-self: center;
|
|
8018
|
+
}
|
|
8019
|
+
.scalar-app .justify-self-end {
|
|
8020
|
+
justify-self: flex-end;
|
|
8021
|
+
}
|
|
7998
8022
|
.scalar-app .truncate {
|
|
7999
8023
|
text-overflow: ellipsis;
|
|
8000
8024
|
white-space: nowrap;
|
|
@@ -8217,9 +8241,32 @@ to {
|
|
|
8217
8241
|
.scalar-app .bg-b-1 {
|
|
8218
8242
|
background-color: var(--scalar-background-1);
|
|
8219
8243
|
}
|
|
8220
|
-
.scalar-app .bg-b-2 {
|
|
8244
|
+
.scalar-app .bg-b-2, .scalar-app .bg-b-2\/30 {
|
|
8245
|
+
background-color: var(--scalar-background-2);
|
|
8246
|
+
}
|
|
8247
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
8248
|
+
.scalar-app .bg-b-2\/30 {
|
|
8249
|
+
background-color: var(--scalar-background-2);
|
|
8250
|
+
}
|
|
8251
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8252
|
+
.scalar-app .bg-b-2\/30 {
|
|
8253
|
+
background-color: color-mix(in oklab, var(--scalar-background-2) 30%, transparent);
|
|
8254
|
+
}
|
|
8255
|
+
}
|
|
8256
|
+
}
|
|
8257
|
+
.scalar-app .bg-b-2\/40 {
|
|
8221
8258
|
background-color: var(--scalar-background-2);
|
|
8222
8259
|
}
|
|
8260
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
8261
|
+
.scalar-app .bg-b-2\/40 {
|
|
8262
|
+
background-color: var(--scalar-background-2);
|
|
8263
|
+
}
|
|
8264
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
8265
|
+
.scalar-app .bg-b-2\/40 {
|
|
8266
|
+
background-color: color-mix(in oklab, var(--scalar-background-2) 40%, transparent);
|
|
8267
|
+
}
|
|
8268
|
+
}
|
|
8269
|
+
}
|
|
8223
8270
|
.scalar-app .bg-b-3 {
|
|
8224
8271
|
background-color: var(--scalar-background-3);
|
|
8225
8272
|
}
|
|
@@ -8265,6 +8312,12 @@ to {
|
|
|
8265
8312
|
}
|
|
8266
8313
|
}
|
|
8267
8314
|
}
|
|
8315
|
+
.scalar-app .bg-c-alert {
|
|
8316
|
+
background-color: var(--scalar-color-alert);
|
|
8317
|
+
}
|
|
8318
|
+
.scalar-app .bg-c-danger {
|
|
8319
|
+
background-color: var(--scalar-color-danger);
|
|
8320
|
+
}
|
|
8268
8321
|
.scalar-app .bg-current {
|
|
8269
8322
|
background-color: currentColor;
|
|
8270
8323
|
}
|
|
@@ -8738,6 +8791,9 @@ to {
|
|
|
8738
8791
|
.scalar-app .text-c-accent {
|
|
8739
8792
|
color: var(--scalar-color-accent);
|
|
8740
8793
|
}
|
|
8794
|
+
.scalar-app .text-c-alert {
|
|
8795
|
+
color: var(--scalar-color-alert);
|
|
8796
|
+
}
|
|
8741
8797
|
.scalar-app .text-c-btn {
|
|
8742
8798
|
color: var(--scalar-button-1-color);
|
|
8743
8799
|
}
|
|
@@ -8843,6 +8899,10 @@ to {
|
|
|
8843
8899
|
--tw-shadow: 0 0 #0000;
|
|
8844
8900
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
8845
8901
|
}
|
|
8902
|
+
.scalar-app .shadow-sm {
|
|
8903
|
+
--tw-shadow: var(--tw-shadow-color, #00000017) 0px 1px 4px;
|
|
8904
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
8905
|
+
}
|
|
8846
8906
|
.scalar-app .outline {
|
|
8847
8907
|
outline-style: var(--tw-outline-style);
|
|
8848
8908
|
outline-width: 1px;
|
|
@@ -9165,6 +9225,9 @@ to {
|
|
|
9165
9225
|
--tw-content: ":";
|
|
9166
9226
|
content: var(--tw-content);
|
|
9167
9227
|
}
|
|
9228
|
+
.scalar-app .first\:rounded-md:first-child {
|
|
9229
|
+
border-radius: var(--scalar-radius);
|
|
9230
|
+
}
|
|
9168
9231
|
:is(.scalar-app .\*\:first\:line-clamp-1 > *):first-child {
|
|
9169
9232
|
-webkit-line-clamp: 1;
|
|
9170
9233
|
-webkit-box-orient: vertical;
|
|
@@ -9193,6 +9256,9 @@ to {
|
|
|
9193
9256
|
.scalar-app .last\:mb-0:last-child {
|
|
9194
9257
|
margin-bottom: 0;
|
|
9195
9258
|
}
|
|
9259
|
+
.scalar-app .last\:rounded-md:last-child {
|
|
9260
|
+
border-radius: var(--scalar-radius);
|
|
9261
|
+
}
|
|
9196
9262
|
.scalar-app .last\:rounded-b-lg:last-child {
|
|
9197
9263
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
9198
9264
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
@@ -9235,9 +9301,45 @@ to {
|
|
|
9235
9301
|
.scalar-app .hover\:border-inherit:hover {
|
|
9236
9302
|
border-color: inherit;
|
|
9237
9303
|
}
|
|
9238
|
-
.scalar-app .hover\:bg-b-2:hover {
|
|
9304
|
+
.scalar-app .hover\:bg-b-2:hover, .scalar-app .hover\:bg-b-2\/40:hover {
|
|
9305
|
+
background-color: var(--scalar-background-2);
|
|
9306
|
+
}
|
|
9307
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
9308
|
+
.scalar-app .hover\:bg-b-2\/40:hover {
|
|
9309
|
+
background-color: var(--scalar-background-2);
|
|
9310
|
+
}
|
|
9311
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9312
|
+
.scalar-app .hover\:bg-b-2\/40:hover {
|
|
9313
|
+
background-color: color-mix(in oklab, var(--scalar-background-2) 40%, transparent);
|
|
9314
|
+
}
|
|
9315
|
+
}
|
|
9316
|
+
}
|
|
9317
|
+
.scalar-app .hover\:bg-b-2\/50:hover {
|
|
9239
9318
|
background-color: var(--scalar-background-2);
|
|
9240
9319
|
}
|
|
9320
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
9321
|
+
.scalar-app .hover\:bg-b-2\/50:hover {
|
|
9322
|
+
background-color: var(--scalar-background-2);
|
|
9323
|
+
}
|
|
9324
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9325
|
+
.scalar-app .hover\:bg-b-2\/50:hover {
|
|
9326
|
+
background-color: color-mix(in oklab, var(--scalar-background-2) 50%, transparent);
|
|
9327
|
+
}
|
|
9328
|
+
}
|
|
9329
|
+
}
|
|
9330
|
+
.scalar-app .hover\:bg-b-2\/60:hover {
|
|
9331
|
+
background-color: var(--scalar-background-2);
|
|
9332
|
+
}
|
|
9333
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
9334
|
+
.scalar-app .hover\:bg-b-2\/60:hover {
|
|
9335
|
+
background-color: var(--scalar-background-2);
|
|
9336
|
+
}
|
|
9337
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9338
|
+
.scalar-app .hover\:bg-b-2\/60:hover {
|
|
9339
|
+
background-color: color-mix(in oklab, var(--scalar-background-2) 60%, transparent);
|
|
9340
|
+
}
|
|
9341
|
+
}
|
|
9342
|
+
}
|
|
9241
9343
|
.scalar-app .hover\:bg-b-3:hover {
|
|
9242
9344
|
background-color: var(--scalar-background-3);
|
|
9243
9345
|
}
|
|
@@ -9292,6 +9394,34 @@ to {
|
|
|
9292
9394
|
.scalar-app .focus-visible\:z-10:focus-visible {
|
|
9293
9395
|
z-index: 10;
|
|
9294
9396
|
}
|
|
9397
|
+
.scalar-app .focus-visible\:ring-2:focus-visible {
|
|
9398
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
9399
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
9400
|
+
}
|
|
9401
|
+
.scalar-app .focus-visible\:ring-c-accent\/30:focus-visible {
|
|
9402
|
+
--tw-ring-color: var(--scalar-color-accent);
|
|
9403
|
+
}
|
|
9404
|
+
@supports (color: color-mix(in lab,red,red)) {
|
|
9405
|
+
.scalar-app .focus-visible\:ring-c-accent\/30:focus-visible {
|
|
9406
|
+
--tw-ring-color: var(--scalar-color-accent);
|
|
9407
|
+
}
|
|
9408
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9409
|
+
.scalar-app .focus-visible\:ring-c-accent\/30:focus-visible {
|
|
9410
|
+
--tw-ring-color: color-mix(in oklab, var(--scalar-color-accent) 30%, transparent);
|
|
9411
|
+
}
|
|
9412
|
+
}
|
|
9413
|
+
}
|
|
9414
|
+
.scalar-app .focus-visible\:ring-offset-1:focus-visible {
|
|
9415
|
+
--tw-ring-offset-width: 1px;
|
|
9416
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
9417
|
+
}
|
|
9418
|
+
.scalar-app .focus-visible\:ring-offset-b-1:focus-visible {
|
|
9419
|
+
--tw-ring-offset-color: var(--scalar-background-1);
|
|
9420
|
+
}
|
|
9421
|
+
.scalar-app .focus-visible\:outline-none:focus-visible {
|
|
9422
|
+
--tw-outline-style: none;
|
|
9423
|
+
outline-style: none;
|
|
9424
|
+
}
|
|
9295
9425
|
.scalar-app .active\:text-c-1:active {
|
|
9296
9426
|
color: var(--scalar-color-1);
|
|
9297
9427
|
}
|
|
@@ -11384,6 +11514,25 @@ to {
|
|
|
11384
11514
|
border-color: var(--scalar-border-color) !important;
|
|
11385
11515
|
background: none !important;
|
|
11386
11516
|
}
|
|
11517
|
+
.editor-container[data-v-de6c6373] {
|
|
11518
|
+
width: 100%;
|
|
11519
|
+
height: 100%;
|
|
11520
|
+
}
|
|
11521
|
+
[data-v-de6c6373] .json-path-highlight {
|
|
11522
|
+
background-color: #ffc80059;
|
|
11523
|
+
border-radius: 4px;
|
|
11524
|
+
}
|
|
11525
|
+
[data-v-de6c6373] .json-focus-highlight {
|
|
11526
|
+
background-color: var(--scalar-color-accent, #24b47e);
|
|
11527
|
+
}
|
|
11528
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
11529
|
+
[data-v-de6c6373] .json-focus-highlight {
|
|
11530
|
+
background-color: color-mix(in srgb, var(--scalar-color-accent, #24b47e) 18%, transparent);
|
|
11531
|
+
}
|
|
11532
|
+
}
|
|
11533
|
+
[data-v-de6c6373] .json-focus-highlight {
|
|
11534
|
+
border-radius: 4px;
|
|
11535
|
+
}
|
|
11387
11536
|
.schema > span[data-v-4df72868]:not(:first-child):before {
|
|
11388
11537
|
content: "·";
|
|
11389
11538
|
margin: 0 .5ch;
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.48.1",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=22"
|
|
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/agent-chat": "0.
|
|
88
|
+
"@scalar/agent-chat": "0.9.1",
|
|
89
|
+
"@scalar/api-client": "2.34.0",
|
|
90
|
+
"@scalar/components": "0.20.2",
|
|
89
91
|
"@scalar/code-highlight": "0.3.0",
|
|
90
|
-
"@scalar/api-client": "2.32.0",
|
|
91
|
-
"@scalar/components": "0.20.0",
|
|
92
92
|
"@scalar/helpers": "0.3.0",
|
|
93
93
|
"@scalar/icons": "0.6.0",
|
|
94
|
-
"@scalar/openapi-parser": "0.25.
|
|
94
|
+
"@scalar/openapi-parser": "0.25.1",
|
|
95
|
+
"@scalar/oas-utils": "0.10.1",
|
|
95
96
|
"@scalar/openapi-types": "0.6.0",
|
|
96
|
-
"@scalar/sidebar": "0.8.0",
|
|
97
|
-
"@scalar/oas-utils": "0.9.0",
|
|
98
|
-
"@scalar/snippetz": "0.7.0",
|
|
99
97
|
"@scalar/themes": "0.15.0",
|
|
98
|
+
"@scalar/snippetz": "0.7.0",
|
|
100
99
|
"@scalar/types": "0.7.0",
|
|
100
|
+
"@scalar/sidebar": "0.8.2",
|
|
101
101
|
"@scalar/use-hooks": "0.4.0",
|
|
102
|
-
"@scalar/
|
|
103
|
-
"@scalar/
|
|
102
|
+
"@scalar/use-toasts": "0.10.0",
|
|
103
|
+
"@scalar/workspace-store": "0.38.0"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hono/node-server": "^1.19.7",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
110
110
|
"@vue/server-renderer": "^3.5.26",
|
|
111
111
|
"@vue/test-utils": "2.4.6",
|
|
112
|
-
"hono": "4.
|
|
112
|
+
"hono": "4.12.4",
|
|
113
113
|
"jsdom": "27.4.0",
|
|
114
114
|
"react": "^19.2.3",
|
|
115
115
|
"rollup-plugin-webpack-stats": "^0.2.5",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"vite-plugin-banner": "^0.8.1",
|
|
119
119
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
120
120
|
"vitest": "4.0.16",
|
|
121
|
-
"@scalar/build-tooling": "0.5.0",
|
|
122
|
-
"@scalar/core": "0.4.0",
|
|
123
121
|
"@scalar/galaxy": "0.6.0",
|
|
124
|
-
"@scalar/react-renderer": "0.4.0"
|
|
122
|
+
"@scalar/react-renderer": "0.4.0",
|
|
123
|
+
"@scalar/core": "0.4.0",
|
|
124
|
+
"@scalar/build-tooling": "0.5.0"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|
|
127
127
|
"build": "pnpm build:default && pnpm build:standalone && pnpm types:build",
|