@scalar/api-reference 1.40.5 → 1.40.8
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 +130 -0
- package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -1
- package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js +1 -1
- package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue2.js +7 -5
- package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts +2 -2
- package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +1 -1
- package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +1 -1
- package/dist/browser/standalone.js +7792 -7746
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +1 -1
- package/dist/components/Content/Content.vue.d.ts +2 -1
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +2 -4
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.d.ts +7 -0
- package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.d.ts.map +1 -0
- package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.js +66 -0
- package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue2.js +4 -0
- 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/SchemaPropertyExamples.vue.js +1 -1
- package/dist/components/Content/Schema/index.d.ts +1 -0
- package/dist/components/Content/Schema/index.d.ts.map +1 -1
- package/dist/components/Content/index.d.ts +1 -1
- package/dist/components/Content/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +24 -22
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.js +1 -1
- package/dist/features/Operation/components/RequestBody.vue2.js +4 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/helpers/map-config-to-client-store.d.ts.map +1 -1
- package/dist/helpers/map-configuration.d.ts +1 -0
- package/dist/helpers/map-configuration.d.ts.map +1 -1
- package/dist/helpers/map-configuration.js +2 -0
- package/dist/helpers/map-hidden-clients-config.d.ts +8 -0
- package/dist/helpers/map-hidden-clients-config.d.ts.map +1 -0
- package/dist/helpers/map-hidden-clients-config.js +47 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/style.css +406 -376
- package/package.json +19 -19
package/dist/style.css
CHANGED
|
@@ -110,15 +110,14 @@
|
|
|
110
110
|
color: var(--scalar-color-1);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.error[data-v-
|
|
113
|
+
.error[data-v-7829fdfd] {
|
|
114
114
|
background-color: var(--scalar-color-red);
|
|
115
115
|
}
|
|
116
|
-
.schema-card[data-v-
|
|
117
|
-
z-index: 0;
|
|
116
|
+
.schema-card[data-v-7829fdfd] {
|
|
118
117
|
font-size: var(--scalar-font-size-4);
|
|
119
118
|
color: var(--scalar-color-1);
|
|
120
119
|
}
|
|
121
|
-
.schema-card-title[data-v-
|
|
120
|
+
.schema-card-title[data-v-7829fdfd] {
|
|
122
121
|
height: var(--schema-title-height);
|
|
123
122
|
|
|
124
123
|
padding: 6px 8px;
|
|
@@ -132,37 +131,37 @@
|
|
|
132
131
|
font-size: var(--scalar-mini);
|
|
133
132
|
border-bottom: var(--scalar-border-width) solid transparent;
|
|
134
133
|
}
|
|
135
|
-
button.schema-card-title[data-v-
|
|
134
|
+
button.schema-card-title[data-v-7829fdfd] {
|
|
136
135
|
cursor: pointer;
|
|
137
136
|
}
|
|
138
|
-
button.schema-card-title[data-v-
|
|
137
|
+
button.schema-card-title[data-v-7829fdfd]:hover {
|
|
139
138
|
color: var(--scalar-color-1);
|
|
140
139
|
}
|
|
141
|
-
.schema-card-title-icon--open[data-v-
|
|
140
|
+
.schema-card-title-icon--open[data-v-7829fdfd] {
|
|
142
141
|
transform: rotate(45deg);
|
|
143
142
|
}
|
|
144
|
-
.schema-properties-open > .schema-card-title[data-v-
|
|
143
|
+
.schema-properties-open > .schema-card-title[data-v-7829fdfd] {
|
|
145
144
|
border-bottom-left-radius: 0;
|
|
146
145
|
border-bottom-right-radius: 0;
|
|
147
146
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
148
147
|
}
|
|
149
|
-
.schema-properties-open > .schema-properties[data-v-
|
|
148
|
+
.schema-properties-open > .schema-properties[data-v-7829fdfd] {
|
|
150
149
|
width: fit-content;
|
|
151
150
|
}
|
|
152
|
-
.schema-card-description[data-v-
|
|
151
|
+
.schema-card-description[data-v-7829fdfd] {
|
|
153
152
|
color: var(--scalar-color-2);
|
|
154
153
|
}
|
|
155
|
-
.schema-card-description + .schema-properties[data-v-
|
|
154
|
+
.schema-card-description + .schema-properties[data-v-7829fdfd] {
|
|
156
155
|
width: fit-content;
|
|
157
156
|
}
|
|
158
|
-
.schema-card-description + .schema-properties[data-v-
|
|
157
|
+
.schema-card-description + .schema-properties[data-v-7829fdfd] {
|
|
159
158
|
margin-top: 8px;
|
|
160
159
|
}
|
|
161
|
-
.schema-properties-open.schema-properties[data-v-
|
|
162
|
-
.schema-properties-open > .schema-card--open[data-v-
|
|
160
|
+
.schema-properties-open.schema-properties[data-v-7829fdfd],
|
|
161
|
+
.schema-properties-open > .schema-card--open[data-v-7829fdfd] {
|
|
163
162
|
width: 100%;
|
|
164
163
|
}
|
|
165
|
-
.schema-properties[data-v-
|
|
164
|
+
.schema-properties[data-v-7829fdfd] {
|
|
166
165
|
display: flex;
|
|
167
166
|
flex-direction: column;
|
|
168
167
|
|
|
@@ -170,56 +169,56 @@ button.schema-card-title[data-v-40568e30]:hover {
|
|
|
170
169
|
border-radius: var(--scalar-radius-lg);
|
|
171
170
|
width: fit-content;
|
|
172
171
|
}
|
|
173
|
-
.schema-properties-name[data-v-
|
|
172
|
+
.schema-properties-name[data-v-7829fdfd] {
|
|
174
173
|
width: 100%;
|
|
175
174
|
}
|
|
176
|
-
.schema-properties .schema-properties[data-v-
|
|
175
|
+
.schema-properties .schema-properties[data-v-7829fdfd] {
|
|
177
176
|
border-radius: 13.5px;
|
|
178
177
|
}
|
|
179
|
-
.schema-properties .schema-properties.schema-properties-open[data-v-
|
|
178
|
+
.schema-properties .schema-properties.schema-properties-open[data-v-7829fdfd] {
|
|
180
179
|
border-radius: var(--scalar-radius-lg);
|
|
181
180
|
}
|
|
182
|
-
.schema-properties-open[data-v-
|
|
181
|
+
.schema-properties-open[data-v-7829fdfd] {
|
|
183
182
|
width: 100%;
|
|
184
183
|
}
|
|
185
|
-
.schema-card--compact[data-v-
|
|
184
|
+
.schema-card--compact[data-v-7829fdfd] {
|
|
186
185
|
align-self: flex-start;
|
|
187
186
|
}
|
|
188
|
-
.schema-card--compact.schema-card--open[data-v-
|
|
187
|
+
.schema-card--compact.schema-card--open[data-v-7829fdfd] {
|
|
189
188
|
align-self: initial;
|
|
190
189
|
}
|
|
191
|
-
.schema-card-title--compact[data-v-
|
|
190
|
+
.schema-card-title--compact[data-v-7829fdfd] {
|
|
192
191
|
color: var(--scalar-color-2);
|
|
193
192
|
padding: 6px 10px 6px 8px;
|
|
194
193
|
height: auto;
|
|
195
194
|
border-bottom: none;
|
|
196
195
|
}
|
|
197
|
-
.schema-card-title--compact > .schema-card-title-icon[data-v-
|
|
196
|
+
.schema-card-title--compact > .schema-card-title-icon[data-v-7829fdfd] {
|
|
198
197
|
margin: 0;
|
|
199
198
|
}
|
|
200
|
-
.schema-card-title--compact > .schema-card-title-icon--open[data-v-
|
|
199
|
+
.schema-card-title--compact > .schema-card-title-icon--open[data-v-7829fdfd] {
|
|
201
200
|
transform: rotate(45deg);
|
|
202
201
|
}
|
|
203
|
-
.schema-properties-open > .schema-card-title--compact[data-v-
|
|
202
|
+
.schema-properties-open > .schema-card-title--compact[data-v-7829fdfd] {
|
|
204
203
|
position: static;
|
|
205
204
|
}
|
|
206
205
|
.property--level-0
|
|
207
206
|
> .schema-properties
|
|
208
207
|
> .schema-card--level-0
|
|
209
|
-
> .schema-properties[data-v-
|
|
208
|
+
> .schema-properties[data-v-7829fdfd] {
|
|
210
209
|
border: none;
|
|
211
210
|
}
|
|
212
211
|
.property--level-0
|
|
213
212
|
.schema-card--level-0:not(.schema-card--compact)
|
|
214
|
-
.property--level-1[data-v-
|
|
213
|
+
.property--level-1[data-v-7829fdfd] {
|
|
215
214
|
padding: 0 0 8px;
|
|
216
215
|
}
|
|
217
216
|
:not(.composition-panel)
|
|
218
217
|
> .schema-card--compact.schema-card--level-0
|
|
219
|
-
> .schema-properties[data-v-
|
|
218
|
+
> .schema-properties[data-v-7829fdfd] {
|
|
220
219
|
border: none;
|
|
221
220
|
}
|
|
222
|
-
[data-v-
|
|
221
|
+
[data-v-7829fdfd] .schema-card-description p {
|
|
223
222
|
font-size: var(--scalar-small, var(--scalar-paragraph));
|
|
224
223
|
color: var(--scalar-color-2);
|
|
225
224
|
line-height: 1.5;
|
|
@@ -227,7 +226,7 @@ button.schema-card-title[data-v-40568e30]:hover {
|
|
|
227
226
|
display: block;
|
|
228
227
|
margin-bottom: 6px;
|
|
229
228
|
}
|
|
230
|
-
.children .schema-card-description[data-v-
|
|
229
|
+
.children .schema-card-description[data-v-7829fdfd]:first-of-type {
|
|
231
230
|
padding-top: 0;
|
|
232
231
|
}
|
|
233
232
|
|
|
@@ -342,13 +341,13 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
342
341
|
border-radius: var(--scalar-radius);
|
|
343
342
|
}
|
|
344
343
|
|
|
345
|
-
.property-example[data-v-
|
|
344
|
+
.property-example[data-v-5f4451c9] {
|
|
346
345
|
display: flex;
|
|
347
346
|
flex-direction: column;
|
|
348
347
|
font-size: var(--scalar-mini);
|
|
349
348
|
position: relative;
|
|
350
349
|
}
|
|
351
|
-
.property-example[data-v-
|
|
350
|
+
.property-example[data-v-5f4451c9]:hover:before {
|
|
352
351
|
content: '';
|
|
353
352
|
position: absolute;
|
|
354
353
|
top: 0;
|
|
@@ -357,15 +356,15 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
357
356
|
height: 20px;
|
|
358
357
|
border-radius: var(--scalar-radius);
|
|
359
358
|
}
|
|
360
|
-
.property-example:hover .property-example-label span[data-v-
|
|
359
|
+
.property-example:hover .property-example-label span[data-v-5f4451c9] {
|
|
361
360
|
color: var(--scalar-color-1);
|
|
362
361
|
}
|
|
363
|
-
.property-example-label span[data-v-
|
|
362
|
+
.property-example-label span[data-v-5f4451c9] {
|
|
364
363
|
color: var(--scalar-color-3);
|
|
365
364
|
position: relative;
|
|
366
365
|
border-bottom: var(--scalar-border-width) dotted currentColor;
|
|
367
366
|
}
|
|
368
|
-
.property-example-value[data-v-
|
|
367
|
+
.property-example-value[data-v-5f4451c9] {
|
|
369
368
|
font-family: var(--scalar-font-code);
|
|
370
369
|
display: flex;
|
|
371
370
|
gap: 8px;
|
|
@@ -373,24 +372,24 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
373
372
|
width: 100%;
|
|
374
373
|
padding: 6px;
|
|
375
374
|
}
|
|
376
|
-
.property-example-value span[data-v-
|
|
375
|
+
.property-example-value span[data-v-5f4451c9] {
|
|
377
376
|
display: block;
|
|
378
377
|
overflow: hidden;
|
|
379
378
|
text-overflow: ellipsis;
|
|
380
379
|
white-space: nowrap;
|
|
381
380
|
}
|
|
382
|
-
.property-example-value[data-v-
|
|
381
|
+
.property-example-value[data-v-5f4451c9] svg {
|
|
383
382
|
color: var(--scalar-color-3);
|
|
384
383
|
}
|
|
385
|
-
.property-example-value[data-v-
|
|
384
|
+
.property-example-value[data-v-5f4451c9]:hover svg {
|
|
386
385
|
color: var(--scalar-color-1);
|
|
387
386
|
}
|
|
388
|
-
.property-example-value[data-v-
|
|
387
|
+
.property-example-value[data-v-5f4451c9] {
|
|
389
388
|
background: var(--scalar-background-2);
|
|
390
389
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
391
390
|
border-radius: var(--scalar-radius);
|
|
392
391
|
}
|
|
393
|
-
.property-example-value-list[data-v-
|
|
392
|
+
.property-example-value-list[data-v-5f4451c9] {
|
|
394
393
|
position: absolute;
|
|
395
394
|
top: 18px;
|
|
396
395
|
left: 50%;
|
|
@@ -406,10 +405,10 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
406
405
|
flex-direction: column;
|
|
407
406
|
gap: 3px;
|
|
408
407
|
display: none;
|
|
409
|
-
z-index:
|
|
408
|
+
z-index: 2;
|
|
410
409
|
}
|
|
411
|
-
.property-example:hover .property-example-value-list[data-v-
|
|
412
|
-
.property-example:focus-within .property-example-value-list[data-v-
|
|
410
|
+
.property-example:hover .property-example-value-list[data-v-5f4451c9],
|
|
411
|
+
.property-example:focus-within .property-example-value-list[data-v-5f4451c9] {
|
|
413
412
|
display: flex;
|
|
414
413
|
}
|
|
415
414
|
|
|
@@ -510,7 +509,7 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
510
509
|
text-decoration: line-through;
|
|
511
510
|
}
|
|
512
511
|
|
|
513
|
-
.property[data-v-
|
|
512
|
+
.property[data-v-8a1b3f5a] {
|
|
514
513
|
color: var(--scalar-color-1);
|
|
515
514
|
display: flex;
|
|
516
515
|
flex-direction: column;
|
|
@@ -520,7 +519,7 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
520
519
|
}
|
|
521
520
|
|
|
522
521
|
/** Remove top padding for top level schema card */
|
|
523
|
-
.property.property--level-0[data-v-
|
|
522
|
+
.property.property--level-0[data-v-8a1b3f5a]:has(
|
|
524
523
|
> .property-rule
|
|
525
524
|
> .schema-card
|
|
526
525
|
> .schema-properties.schema-properties-open
|
|
@@ -529,30 +528,25 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
529
528
|
) {
|
|
530
529
|
padding-top: 0;
|
|
531
530
|
}
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
.property[data-v-a12694ef]:hover {
|
|
535
|
-
z-index: 1;
|
|
536
|
-
}
|
|
537
|
-
.property--compact.property--level-0[data-v-a12694ef],
|
|
538
|
-
.property--compact.property--level-1[data-v-a12694ef] {
|
|
531
|
+
.property--compact.property--level-0[data-v-8a1b3f5a],
|
|
532
|
+
.property--compact.property--level-1[data-v-8a1b3f5a] {
|
|
539
533
|
padding: 8px 0;
|
|
540
534
|
}
|
|
541
|
-
.composition-panel .property.property.property.property--level-0[data-v-
|
|
535
|
+
.composition-panel .property.property.property.property--level-0[data-v-8a1b3f5a] {
|
|
542
536
|
padding: 0px;
|
|
543
537
|
}
|
|
544
538
|
.property--compact.property--level-0
|
|
545
539
|
.composition-panel
|
|
546
|
-
.property--compact.property--level-1[data-v-
|
|
540
|
+
.property--compact.property--level-1[data-v-8a1b3f5a] {
|
|
547
541
|
padding: 8px;
|
|
548
542
|
}
|
|
549
543
|
|
|
550
544
|
/* if a property doesn't have a heading, remove the top padding */
|
|
551
|
-
.property[data-v-
|
|
545
|
+
.property[data-v-8a1b3f5a]:has(> .property-rule:nth-of-type(1)):not(.property--compact) {
|
|
552
546
|
padding-top: 8px;
|
|
553
547
|
padding-bottom: 8px;
|
|
554
548
|
}
|
|
555
|
-
.property--deprecated[data-v-
|
|
549
|
+
.property--deprecated[data-v-8a1b3f5a] {
|
|
556
550
|
background: repeating-linear-gradient(
|
|
557
551
|
-45deg,
|
|
558
552
|
var(--scalar-background-2) 0,
|
|
@@ -562,53 +556,53 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
562
556
|
);
|
|
563
557
|
background-size: 100%;
|
|
564
558
|
}
|
|
565
|
-
.property--deprecated[data-v-
|
|
559
|
+
.property--deprecated[data-v-8a1b3f5a] > * {
|
|
566
560
|
opacity: 0.75;
|
|
567
561
|
}
|
|
568
|
-
.property-description[data-v-
|
|
562
|
+
.property-description[data-v-8a1b3f5a] {
|
|
569
563
|
margin-top: 6px;
|
|
570
564
|
line-height: 1.4;
|
|
571
565
|
font-size: var(--scalar-small);
|
|
572
566
|
}
|
|
573
|
-
.property-description[data-v-
|
|
567
|
+
.property-description[data-v-8a1b3f5a]:has(+ .property-rule) {
|
|
574
568
|
margin-bottom: 9px;
|
|
575
569
|
}
|
|
576
|
-
[data-v-
|
|
570
|
+
[data-v-8a1b3f5a] .property-description * {
|
|
577
571
|
color: var(--scalar-color-2) !important;
|
|
578
572
|
}
|
|
579
|
-
.property[data-v-
|
|
573
|
+
.property[data-v-8a1b3f5a]:not(:last-of-type) {
|
|
580
574
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
581
575
|
}
|
|
582
|
-
.property-description + .children[data-v-
|
|
583
|
-
.children + .property-rule[data-v-
|
|
576
|
+
.property-description + .children[data-v-8a1b3f5a],
|
|
577
|
+
.children + .property-rule[data-v-8a1b3f5a] {
|
|
584
578
|
margin-top: 9px;
|
|
585
579
|
}
|
|
586
|
-
.children[data-v-
|
|
580
|
+
.children[data-v-8a1b3f5a] {
|
|
587
581
|
display: flex;
|
|
588
582
|
flex-direction: column;
|
|
589
583
|
}
|
|
590
|
-
.children .property--compact.property--level-1[data-v-
|
|
584
|
+
.children .property--compact.property--level-1[data-v-8a1b3f5a] {
|
|
591
585
|
padding: 12px;
|
|
592
586
|
}
|
|
593
|
-
.property-example-value[data-v-
|
|
587
|
+
.property-example-value[data-v-8a1b3f5a] {
|
|
594
588
|
all: unset;
|
|
595
589
|
font-family: var(--scalar-font-code);
|
|
596
590
|
padding: 6px;
|
|
597
591
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
598
592
|
}
|
|
599
|
-
.property-rule[data-v-
|
|
593
|
+
.property-rule[data-v-8a1b3f5a] {
|
|
600
594
|
border-radius: var(--scalar-radius-lg);
|
|
601
595
|
display: flex;
|
|
602
596
|
flex-direction: column;
|
|
603
597
|
}
|
|
604
|
-
.property-rule[data-v-
|
|
598
|
+
.property-rule[data-v-8a1b3f5a]
|
|
605
599
|
|
|
606
600
|
.composition-panel .schema-card .schema-properties.schema-properties-open
|
|
607
601
|
{
|
|
608
602
|
border-top-left-radius: 0;
|
|
609
603
|
border-top-right-radius: 0;
|
|
610
604
|
}
|
|
611
|
-
.property-rule[data-v-
|
|
605
|
+
.property-rule[data-v-8a1b3f5a]
|
|
612
606
|
.composition-panel > .schema-card > .schema-card-description {
|
|
613
607
|
padding-left: 8px;
|
|
614
608
|
padding-right: 8px;
|
|
@@ -618,29 +612,29 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
618
612
|
margin-top: 0;
|
|
619
613
|
}
|
|
620
614
|
}
|
|
621
|
-
.property-example[data-v-
|
|
615
|
+
.property-example[data-v-8a1b3f5a] {
|
|
622
616
|
background: transparent;
|
|
623
617
|
border: none;
|
|
624
618
|
display: flex;
|
|
625
619
|
flex-direction: row;
|
|
626
620
|
gap: 8px;
|
|
627
621
|
}
|
|
628
|
-
.property-example-label[data-v-
|
|
629
|
-
.property-example-value[data-v-
|
|
622
|
+
.property-example-label[data-v-8a1b3f5a],
|
|
623
|
+
.property-example-value[data-v-8a1b3f5a] {
|
|
630
624
|
padding: 3px 0 0 0;
|
|
631
625
|
}
|
|
632
|
-
.property-example-value[data-v-
|
|
626
|
+
.property-example-value[data-v-8a1b3f5a] {
|
|
633
627
|
background: var(--scalar-background-2);
|
|
634
628
|
border-top: 0;
|
|
635
629
|
border-radius: var(--scalar-radius);
|
|
636
630
|
padding: 3px 4px;
|
|
637
631
|
}
|
|
638
|
-
.property-name[data-v-
|
|
632
|
+
.property-name[data-v-8a1b3f5a] {
|
|
639
633
|
font-family: var(--scalar-font-code);
|
|
640
634
|
font-weight: var(--scalar-semibold);
|
|
641
635
|
}
|
|
642
|
-
.property-name-additional-properties[data-v-
|
|
643
|
-
.property-name-pattern-properties[data-v-
|
|
636
|
+
.property-name-additional-properties[data-v-8a1b3f5a]::before,
|
|
637
|
+
.property-name-pattern-properties[data-v-8a1b3f5a]::before {
|
|
644
638
|
text-transform: uppercase;
|
|
645
639
|
font-size: var(--scalar-micro);
|
|
646
640
|
display: inline-block;
|
|
@@ -651,10 +645,10 @@ code.property-detail-value[data-v-827ea49d] {
|
|
|
651
645
|
background-color: var(--scalar-background-2);
|
|
652
646
|
margin-right: 4px;
|
|
653
647
|
}
|
|
654
|
-
.property-name-pattern-properties[data-v-
|
|
648
|
+
.property-name-pattern-properties[data-v-8a1b3f5a]::before {
|
|
655
649
|
content: 'regex';
|
|
656
650
|
}
|
|
657
|
-
.property-name-additional-properties[data-v-
|
|
651
|
+
.property-name-additional-properties[data-v-8a1b3f5a]::before {
|
|
658
652
|
content: 'unknown';
|
|
659
653
|
}
|
|
660
654
|
|
|
@@ -1077,10 +1071,10 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1077
1071
|
border-radius: var(--scalar-radius);
|
|
1078
1072
|
}
|
|
1079
1073
|
|
|
1080
|
-
.request-body[data-v-
|
|
1074
|
+
.request-body[data-v-e9972a68] {
|
|
1081
1075
|
margin-top: 24px;
|
|
1082
1076
|
}
|
|
1083
|
-
.request-body-header[data-v-
|
|
1077
|
+
.request-body-header[data-v-e9972a68] {
|
|
1084
1078
|
display: flex;
|
|
1085
1079
|
align-items: center;
|
|
1086
1080
|
justify-content: space-between;
|
|
@@ -1088,7 +1082,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1088
1082
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1089
1083
|
flex-flow: wrap;
|
|
1090
1084
|
}
|
|
1091
|
-
.request-body-title[data-v-
|
|
1085
|
+
.request-body-title[data-v-e9972a68] {
|
|
1092
1086
|
display: flex;
|
|
1093
1087
|
align-items: center;
|
|
1094
1088
|
gap: 8px;
|
|
@@ -1096,39 +1090,39 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1096
1090
|
font-weight: var(--scalar-semibold);
|
|
1097
1091
|
color: var(--scalar-color-1);
|
|
1098
1092
|
}
|
|
1099
|
-
.request-body-required[data-v-
|
|
1093
|
+
.request-body-required[data-v-e9972a68] {
|
|
1100
1094
|
font-size: var(--scalar-micro);
|
|
1101
1095
|
color: var(--scalar-color-orange);
|
|
1102
1096
|
font-weight: normal;
|
|
1103
1097
|
}
|
|
1104
|
-
.request-body-description[data-v-
|
|
1098
|
+
.request-body-description[data-v-e9972a68] {
|
|
1105
1099
|
margin-top: 6px;
|
|
1106
1100
|
font-size: var(--scalar-small);
|
|
1107
1101
|
width: 100%;
|
|
1108
1102
|
}
|
|
1109
1103
|
.request-body-header
|
|
1110
|
-
+ .request-body-schema[data-v-
|
|
1104
|
+
+ .request-body-schema[data-v-e9972a68]:has(> .schema-card > .schema-card-description),
|
|
1111
1105
|
.request-body-header
|
|
1112
|
-
+ .request-body-schema[data-v-
|
|
1106
|
+
+ .request-body-schema[data-v-e9972a68]:has(
|
|
1113
1107
|
> .schema-card > .schema-properties > * > .property--level-0
|
|
1114
1108
|
) {
|
|
1115
1109
|
/** Add a bit of space between the heading border and the schema description or properties */
|
|
1116
1110
|
padding-top: 8px;
|
|
1117
1111
|
}
|
|
1118
|
-
.request-body-description[data-v-
|
|
1112
|
+
.request-body-description[data-v-e9972a68] .markdown * {
|
|
1119
1113
|
color: var(--scalar-color-2) !important;
|
|
1120
1114
|
}
|
|
1121
1115
|
|
|
1122
|
-
.callback-sticky-offset[data-v-
|
|
1116
|
+
.callback-sticky-offset[data-v-48ee3595] {
|
|
1123
1117
|
top: var(--refs-viewport-offset, 0px);
|
|
1124
1118
|
z-index: 1;
|
|
1125
1119
|
}
|
|
1126
|
-
.callback-operation-container[data-v-
|
|
1127
|
-
.callback-operation-container[data-v-
|
|
1128
|
-
.callback-operation-container[data-v-
|
|
1120
|
+
.callback-operation-container[data-v-48ee3595] .request-body,
|
|
1121
|
+
.callback-operation-container[data-v-48ee3595] .request-body-description,
|
|
1122
|
+
.callback-operation-container[data-v-48ee3595] .request-body-header {
|
|
1129
1123
|
margin-top: 0;
|
|
1130
1124
|
}
|
|
1131
|
-
.callback-operation-container[data-v-
|
|
1125
|
+
.callback-operation-container[data-v-48ee3595] .request-body-header {
|
|
1132
1126
|
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
1133
1127
|
padding: 8px;
|
|
1134
1128
|
border-bottom: none;
|
|
@@ -1136,20 +1130,24 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1136
1130
|
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
1137
1131
|
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
1138
1132
|
}
|
|
1139
|
-
.callback-operation-container[data-v-
|
|
1133
|
+
.callback-operation-container[data-v-48ee3595]
|
|
1134
|
+
.request-body-schema > .schema-card > .schema-card-description {
|
|
1135
|
+
padding-inline: 8px;
|
|
1136
|
+
}
|
|
1137
|
+
.callback-operation-container[data-v-48ee3595] ul li.property.property--level-1 {
|
|
1140
1138
|
padding: 8px;
|
|
1141
1139
|
}
|
|
1142
|
-
.callback-operation-container[data-v-
|
|
1140
|
+
.callback-operation-container[data-v-48ee3595] .request-body-schema {
|
|
1143
1141
|
background-color: var(--scalar-background-1);
|
|
1144
1142
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1145
1143
|
border-top: none;
|
|
1146
1144
|
overflow: hidden;
|
|
1147
1145
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
1148
1146
|
}
|
|
1149
|
-
.callback-operation-container[data-v-
|
|
1147
|
+
.callback-operation-container[data-v-48ee3595] .parameter-list {
|
|
1150
1148
|
margin-top: 0;
|
|
1151
1149
|
}
|
|
1152
|
-
.callback-operation-container[data-v-
|
|
1150
|
+
.callback-operation-container[data-v-48ee3595] .parameter-list-title {
|
|
1153
1151
|
background: color-mix(in srgb, var(--scalar-background-2) 50%, transparent);
|
|
1154
1152
|
border-radius: var(--scalar-radius-lg) var(--scalar-radius-lg) 0 0;
|
|
1155
1153
|
padding: 8px;
|
|
@@ -1158,15 +1156,15 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1158
1156
|
border-bottom: none;
|
|
1159
1157
|
--scalar-font-size-2: var(--scalar-font-size-4);
|
|
1160
1158
|
}
|
|
1161
|
-
.callback-operation-container[data-v-
|
|
1159
|
+
.callback-operation-container[data-v-48ee3595] .parameter-list-items {
|
|
1162
1160
|
/* background: pink; */
|
|
1163
1161
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1164
1162
|
border-radius: 0 0 var(--scalar-radius-lg) var(--scalar-radius-lg);
|
|
1165
1163
|
}
|
|
1166
|
-
.callback-operation-container[data-v-
|
|
1164
|
+
.callback-operation-container[data-v-48ee3595] .parameter-list-items > li:first-of-type {
|
|
1167
1165
|
border-top: none;
|
|
1168
1166
|
}
|
|
1169
|
-
.callback-operation-container[data-v-
|
|
1167
|
+
.callback-operation-container[data-v-48ee3595] .parameter-list-items > li {
|
|
1170
1168
|
padding: 0 8px;
|
|
1171
1169
|
}
|
|
1172
1170
|
|
|
@@ -1464,11 +1462,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1464
1462
|
margin-right: 4px;
|
|
1465
1463
|
}
|
|
1466
1464
|
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
|
|
1467
|
-
.operation-title[data-v-
|
|
1465
|
+
.operation-title[data-v-29aaa3f5] {
|
|
1468
1466
|
justify-content: space-between;
|
|
1469
1467
|
display: flex;
|
|
1470
1468
|
}
|
|
1471
|
-
.operation-details[data-v-
|
|
1469
|
+
.operation-details[data-v-29aaa3f5] {
|
|
1472
1470
|
flex-shrink: 1;
|
|
1473
1471
|
align-items: center;
|
|
1474
1472
|
gap: 9px;
|
|
@@ -1476,11 +1474,11 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1476
1474
|
margin-top: 0;
|
|
1477
1475
|
display: flex;
|
|
1478
1476
|
}
|
|
1479
|
-
.operation-details[data-v-
|
|
1477
|
+
.operation-details[data-v-29aaa3f5] .endpoint-anchor .scalar-button svg {
|
|
1480
1478
|
width: 16px;
|
|
1481
1479
|
height: 16px;
|
|
1482
1480
|
}
|
|
1483
|
-
.endpoint-type[data-v-
|
|
1481
|
+
.endpoint-type[data-v-29aaa3f5] {
|
|
1484
1482
|
z-index: 0;
|
|
1485
1483
|
width: 60px;
|
|
1486
1484
|
font-size: var(--scalar-small);
|
|
@@ -1495,7 +1493,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1495
1493
|
display: flex;
|
|
1496
1494
|
position: relative;
|
|
1497
1495
|
}
|
|
1498
|
-
.endpoint-type[data-v-
|
|
1496
|
+
.endpoint-type[data-v-29aaa3f5]:after {
|
|
1499
1497
|
content: "";
|
|
1500
1498
|
z-index: -1;
|
|
1501
1499
|
opacity: .15;
|
|
@@ -1504,16 +1502,16 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1504
1502
|
position: absolute;
|
|
1505
1503
|
inset: 0;
|
|
1506
1504
|
}
|
|
1507
|
-
.endpoint-anchor[data-v-
|
|
1505
|
+
.endpoint-anchor[data-v-29aaa3f5] {
|
|
1508
1506
|
flex-shrink: 1;
|
|
1509
1507
|
align-items: center;
|
|
1510
1508
|
min-width: 0;
|
|
1511
1509
|
display: flex;
|
|
1512
1510
|
}
|
|
1513
|
-
.endpoint-anchor.label[data-v-
|
|
1511
|
+
.endpoint-anchor.label[data-v-29aaa3f5] {
|
|
1514
1512
|
display: flex;
|
|
1515
1513
|
}
|
|
1516
|
-
.endpoint-label[data-v-
|
|
1514
|
+
.endpoint-label[data-v-29aaa3f5] {
|
|
1517
1515
|
min-width: 0;
|
|
1518
1516
|
color: var(--scalar-color-1);
|
|
1519
1517
|
flex-shrink: 1;
|
|
@@ -1521,17 +1519,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1521
1519
|
gap: 9px;
|
|
1522
1520
|
display: flex;
|
|
1523
1521
|
}
|
|
1524
|
-
.endpoint-label-path[data-v-
|
|
1522
|
+
.endpoint-label-path[data-v-29aaa3f5] {
|
|
1525
1523
|
font-family: var(--scalar-font-code);
|
|
1526
1524
|
font-size: var(--scalar-mini);
|
|
1527
1525
|
text-overflow: ellipsis;
|
|
1528
1526
|
white-space: nowrap;
|
|
1529
1527
|
overflow: hidden;
|
|
1530
1528
|
}
|
|
1531
|
-
.endpoint-label-path[data-v-
|
|
1529
|
+
.endpoint-label-path[data-v-29aaa3f5] em {
|
|
1532
1530
|
color: var(--scalar-color-2);
|
|
1533
1531
|
}
|
|
1534
|
-
.endpoint-label-name[data-v-
|
|
1532
|
+
.endpoint-label-name[data-v-29aaa3f5] {
|
|
1535
1533
|
color: var(--scalar-color-2);
|
|
1536
1534
|
font-size: var(--scalar-small);
|
|
1537
1535
|
text-overflow: ellipsis;
|
|
@@ -1539,17 +1537,17 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1539
1537
|
flex-shrink: 1000000000;
|
|
1540
1538
|
overflow: hidden;
|
|
1541
1539
|
}
|
|
1542
|
-
.endpoint-try-hint[data-v-
|
|
1540
|
+
.endpoint-try-hint[data-v-29aaa3f5] {
|
|
1543
1541
|
flex-shrink: 0;
|
|
1544
1542
|
padding: 2px;
|
|
1545
1543
|
}
|
|
1546
|
-
.endpoint-copy[data-v-
|
|
1544
|
+
.endpoint-copy[data-v-29aaa3f5] {
|
|
1547
1545
|
color: currentColor;
|
|
1548
1546
|
}
|
|
1549
|
-
.endpoint-copy[data-v-
|
|
1547
|
+
.endpoint-copy[data-v-29aaa3f5] svg {
|
|
1550
1548
|
stroke-width: 2px;
|
|
1551
1549
|
}
|
|
1552
|
-
.endpoint-content[data-v-
|
|
1550
|
+
.endpoint-content[data-v-29aaa3f5] {
|
|
1553
1551
|
grid-auto-columns: 1fr;
|
|
1554
1552
|
grid-auto-flow: row;
|
|
1555
1553
|
gap: 9px;
|
|
@@ -1557,52 +1555,52 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1557
1555
|
display: grid;
|
|
1558
1556
|
}
|
|
1559
1557
|
@media (min-width: 1000px) {
|
|
1560
|
-
.endpoint-content[data-v-
|
|
1558
|
+
.endpoint-content[data-v-29aaa3f5] {
|
|
1561
1559
|
grid-auto-flow: column;
|
|
1562
1560
|
}
|
|
1563
1561
|
}
|
|
1564
1562
|
@container (max-width: 900px) {
|
|
1565
|
-
.endpoint-content[data-v-
|
|
1563
|
+
.endpoint-content[data-v-29aaa3f5] {
|
|
1566
1564
|
grid-template-columns: 1fr;
|
|
1567
1565
|
}
|
|
1568
1566
|
}
|
|
1569
|
-
.endpoint-content[data-v-
|
|
1567
|
+
.endpoint-content[data-v-29aaa3f5] > * {
|
|
1570
1568
|
min-width: 0;
|
|
1571
1569
|
}
|
|
1572
|
-
.operation-details-card[data-v-
|
|
1570
|
+
.operation-details-card[data-v-29aaa3f5] {
|
|
1573
1571
|
flex-direction: column;
|
|
1574
1572
|
gap: 12px;
|
|
1575
1573
|
min-width: 0;
|
|
1576
1574
|
display: flex;
|
|
1577
1575
|
}
|
|
1578
|
-
:is(.operation-details-card-item[data-v-
|
|
1576
|
+
:is(.operation-details-card-item[data-v-29aaa3f5] .parameter-list, .operation-details-card-item[data-v-29aaa3f5] .callbacks-list) {
|
|
1579
1577
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1580
1578
|
border-radius: var(--scalar-radius-lg);
|
|
1581
1579
|
margin-top: 0;
|
|
1582
1580
|
}
|
|
1583
|
-
.operation-details-card-item[data-v-
|
|
1581
|
+
.operation-details-card-item[data-v-29aaa3f5] {
|
|
1584
1582
|
flex-direction: column;
|
|
1585
1583
|
gap: 12px;
|
|
1586
1584
|
display: flex;
|
|
1587
1585
|
}
|
|
1588
|
-
.operation-details-card-item[data-v-
|
|
1586
|
+
.operation-details-card-item[data-v-29aaa3f5] .parameter-list-items {
|
|
1589
1587
|
margin-bottom: 0;
|
|
1590
1588
|
}
|
|
1591
|
-
.operation-details-card[data-v-
|
|
1589
|
+
.operation-details-card[data-v-29aaa3f5] .parameter-item:last-of-type .parameter-schema {
|
|
1592
1590
|
padding-bottom: 12px;
|
|
1593
1591
|
}
|
|
1594
|
-
.operation-details-card[data-v-
|
|
1592
|
+
.operation-details-card[data-v-29aaa3f5] .parameter-list .parameter-list {
|
|
1595
1593
|
margin-bottom: 12px;
|
|
1596
1594
|
}
|
|
1597
|
-
.operation-details-card[data-v-
|
|
1595
|
+
.operation-details-card[data-v-29aaa3f5] .parameter-item {
|
|
1598
1596
|
margin: 0;
|
|
1599
1597
|
padding: 0;
|
|
1600
1598
|
}
|
|
1601
|
-
.operation-details-card[data-v-
|
|
1599
|
+
.operation-details-card[data-v-29aaa3f5] .property {
|
|
1602
1600
|
margin: 0;
|
|
1603
1601
|
padding: 9px;
|
|
1604
1602
|
}
|
|
1605
|
-
:is(.operation-details-card[data-v-
|
|
1603
|
+
:is(.operation-details-card[data-v-29aaa3f5] .parameter-list-title, .operation-details-card[data-v-29aaa3f5] .request-body-title, .operation-details-card[data-v-29aaa3f5] .callbacks-title) {
|
|
1606
1604
|
text-transform: uppercase;
|
|
1607
1605
|
font-weight: var(--scalar-bold);
|
|
1608
1606
|
font-size: var(--scalar-mini);
|
|
@@ -1611,58 +1609,61 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
1611
1609
|
padding: 9px;
|
|
1612
1610
|
line-height: 1.33;
|
|
1613
1611
|
}
|
|
1614
|
-
.operation-details-card[data-v-
|
|
1612
|
+
.operation-details-card[data-v-29aaa3f5] .callback-list-item-title {
|
|
1615
1613
|
padding-left: 28px;
|
|
1616
1614
|
padding-right: 12px;
|
|
1617
1615
|
}
|
|
1618
|
-
.operation-details-card[data-v-
|
|
1616
|
+
.operation-details-card[data-v-29aaa3f5] .callback-list-item-icon {
|
|
1619
1617
|
left: 6px;
|
|
1620
1618
|
}
|
|
1621
|
-
.operation-details-card[data-v-
|
|
1619
|
+
.operation-details-card[data-v-29aaa3f5] .callback-operation-container {
|
|
1622
1620
|
padding-inline: 9px;
|
|
1623
1621
|
padding-bottom: 9px;
|
|
1624
1622
|
}
|
|
1625
|
-
:is(.operation-details-card[data-v-
|
|
1623
|
+
:is(.operation-details-card[data-v-29aaa3f5] .callback-operation-container > .request-body, .operation-details-card[data-v-29aaa3f5] .callback-operation-container > .parameter-list) {
|
|
1626
1624
|
border: none;
|
|
1627
1625
|
}
|
|
1628
|
-
.operation-details-card[data-v-
|
|
1626
|
+
.operation-details-card[data-v-29aaa3f5] .callback-operation-container > .request-body > .request-body-header {
|
|
1629
1627
|
border-bottom: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1630
1628
|
padding: 0 0 9px;
|
|
1631
1629
|
}
|
|
1632
|
-
.operation-details-card[data-v-
|
|
1630
|
+
.operation-details-card[data-v-29aaa3f5] .request-body-description {
|
|
1633
1631
|
border-top: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1634
1632
|
margin-top: 0;
|
|
1635
1633
|
padding: 9px 9px 0;
|
|
1636
1634
|
}
|
|
1637
|
-
.operation-details-card[data-v-
|
|
1635
|
+
.operation-details-card[data-v-29aaa3f5] .request-body {
|
|
1638
1636
|
border-radius: var(--scalar-radius-lg);
|
|
1639
1637
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
1640
1638
|
margin-top: 0;
|
|
1641
1639
|
}
|
|
1642
|
-
.operation-details-card[data-v-
|
|
1640
|
+
.operation-details-card[data-v-29aaa3f5] .request-body .schema-card--level-0 > .schema-card-description {
|
|
1641
|
+
padding-inline: 9px;
|
|
1642
|
+
}
|
|
1643
|
+
.operation-details-card[data-v-29aaa3f5] .request-body-header {
|
|
1643
1644
|
border-bottom: 0;
|
|
1644
1645
|
padding-bottom: 0;
|
|
1645
1646
|
}
|
|
1646
|
-
.operation-details-card[data-v-
|
|
1647
|
+
.operation-details-card[data-v-29aaa3f5] .contents button {
|
|
1647
1648
|
margin-right: 9px;
|
|
1648
1649
|
}
|
|
1649
|
-
.operation-details-card[data-v-
|
|
1650
|
+
.operation-details-card[data-v-29aaa3f5] .schema-card--open + .schema-card:not(.schema-card--open) {
|
|
1650
1651
|
margin-inline: 9px;
|
|
1651
1652
|
margin-bottom: 9px;
|
|
1652
1653
|
}
|
|
1653
|
-
.operation-details-card[data-v-
|
|
1654
|
+
.operation-details-card[data-v-29aaa3f5] .request-body-schema .property--level-0 {
|
|
1654
1655
|
padding: 0;
|
|
1655
1656
|
}
|
|
1656
|
-
.operation-details-card[data-v-
|
|
1657
|
+
.operation-details-card[data-v-29aaa3f5] .selected-content-type {
|
|
1657
1658
|
margin-right: 9px;
|
|
1658
1659
|
}
|
|
1659
|
-
.operation-example-card[data-v-
|
|
1660
|
+
.operation-example-card[data-v-29aaa3f5] {
|
|
1660
1661
|
top: calc(var(--refs-viewport-offset) + 24px);
|
|
1661
1662
|
max-height: calc(var(--refs-viewport-height) - 48px);
|
|
1662
1663
|
position: sticky;
|
|
1663
1664
|
}
|
|
1664
1665
|
@media (max-width: 600px) {
|
|
1665
|
-
.operation-example-card[data-v-
|
|
1666
|
+
.operation-example-card[data-v-29aaa3f5] {
|
|
1666
1667
|
max-height: unset;
|
|
1667
1668
|
position: static;
|
|
1668
1669
|
}
|
|
@@ -2176,7 +2177,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
2176
2177
|
}
|
|
2177
2178
|
}
|
|
2178
2179
|
|
|
2179
|
-
.client-libraries-content[data-v-
|
|
2180
|
+
.client-libraries-content[data-v-ad178be1] {
|
|
2180
2181
|
container: client-libraries-content / inline-size;
|
|
2181
2182
|
display: flex;
|
|
2182
2183
|
justify-content: center;
|
|
@@ -2186,7 +2187,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
2186
2187
|
border-left: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2187
2188
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
2188
2189
|
}
|
|
2189
|
-
.client-libraries[data-v-
|
|
2190
|
+
.client-libraries[data-v-ad178be1] {
|
|
2190
2191
|
display: flex;
|
|
2191
2192
|
align-items: center;
|
|
2192
2193
|
justify-content: center;
|
|
@@ -2200,7 +2201,7 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
2200
2201
|
border-bottom: 1px solid transparent;
|
|
2201
2202
|
user-select: none;
|
|
2202
2203
|
}
|
|
2203
|
-
.client-libraries[data-v-
|
|
2204
|
+
.client-libraries[data-v-ad178be1]:not(.client-libraries__active):hover:before {
|
|
2204
2205
|
content: '';
|
|
2205
2206
|
position: absolute;
|
|
2206
2207
|
width: calc(100% - 4px);
|
|
@@ -2211,21 +2212,21 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
2211
2212
|
z-index: 0;
|
|
2212
2213
|
border-radius: var(--scalar-radius);
|
|
2213
2214
|
}
|
|
2214
|
-
.client-libraries[data-v-
|
|
2215
|
+
.client-libraries[data-v-ad178be1]:active {
|
|
2215
2216
|
color: var(--scalar-color-1);
|
|
2216
2217
|
}
|
|
2217
|
-
.client-libraries[data-v-
|
|
2218
|
+
.client-libraries[data-v-ad178be1]:focus-visible {
|
|
2218
2219
|
outline: none;
|
|
2219
2220
|
box-shadow: inset 0 0 0 1px var(--scalar-color-accent);
|
|
2220
2221
|
}
|
|
2221
2222
|
/* remove php and c on mobile */
|
|
2222
2223
|
@media screen and (max-width: 450px) {
|
|
2223
|
-
.client-libraries[data-v-
|
|
2224
|
-
.client-libraries[data-v-
|
|
2224
|
+
.client-libraries[data-v-ad178be1]:nth-of-type(4),
|
|
2225
|
+
.client-libraries[data-v-ad178be1]:nth-of-type(5) {
|
|
2225
2226
|
display: none;
|
|
2226
2227
|
}
|
|
2227
2228
|
}
|
|
2228
|
-
.client-libraries-icon[data-v-
|
|
2229
|
+
.client-libraries-icon[data-v-ad178be1] {
|
|
2229
2230
|
max-width: 14px;
|
|
2230
2231
|
max-height: 14px;
|
|
2231
2232
|
min-width: 14px;
|
|
@@ -2238,32 +2239,32 @@ button.headers-card-title[data-v-6fb09984]:hover {
|
|
|
2238
2239
|
box-sizing: border-box;
|
|
2239
2240
|
color: currentColor;
|
|
2240
2241
|
}
|
|
2241
|
-
.client-libraries-icon__more svg[data-v-
|
|
2242
|
+
.client-libraries-icon__more svg[data-v-ad178be1] {
|
|
2242
2243
|
height: initial;
|
|
2243
2244
|
}
|
|
2244
2245
|
@container client-libraries-content (width < 400px) {
|
|
2245
2246
|
.client-libraries__select {
|
|
2246
|
-
&[data-v-
|
|
2247
|
+
&[data-v-ad178be1] {
|
|
2247
2248
|
width: fit-content;
|
|
2248
2249
|
}
|
|
2249
|
-
.client-libraries-icon__more + span[data-v-
|
|
2250
|
+
.client-libraries-icon__more + span[data-v-ad178be1] {
|
|
2250
2251
|
display: none;
|
|
2251
2252
|
}
|
|
2252
2253
|
}
|
|
2253
2254
|
}
|
|
2254
2255
|
@container client-libraries-content (width < 380px) {
|
|
2255
|
-
.client-libraries[data-v-
|
|
2256
|
+
.client-libraries[data-v-ad178be1] {
|
|
2256
2257
|
width: 100%;
|
|
2257
2258
|
}
|
|
2258
|
-
.client-libraries span[data-v-
|
|
2259
|
+
.client-libraries span[data-v-ad178be1] {
|
|
2259
2260
|
display: none;
|
|
2260
2261
|
}
|
|
2261
2262
|
}
|
|
2262
|
-
.client-libraries__active[data-v-
|
|
2263
|
+
.client-libraries__active[data-v-ad178be1] {
|
|
2263
2264
|
color: var(--scalar-color-1);
|
|
2264
2265
|
border-bottom: 1px solid var(--scalar-color-1);
|
|
2265
2266
|
}
|
|
2266
|
-
@keyframes codeloader-
|
|
2267
|
+
@keyframes codeloader-ad178be1 {
|
|
2267
2268
|
0% {
|
|
2268
2269
|
transform: rotate(0deg);
|
|
2269
2270
|
}
|
|
@@ -2271,23 +2272,23 @@ to {
|
|
|
2271
2272
|
transform: rotate(1turn);
|
|
2272
2273
|
}
|
|
2273
2274
|
}
|
|
2274
|
-
.client-libraries .client-libraries-text[data-v-
|
|
2275
|
+
.client-libraries .client-libraries-text[data-v-ad178be1] {
|
|
2275
2276
|
font-size: var(--scalar-small);
|
|
2276
2277
|
position: relative;
|
|
2277
2278
|
display: flex;
|
|
2278
2279
|
align-items: center;
|
|
2279
2280
|
}
|
|
2280
|
-
.client-libraries__active .client-libraries-text[data-v-
|
|
2281
|
+
.client-libraries__active .client-libraries-text[data-v-ad178be1] {
|
|
2281
2282
|
color: var(--scalar-color-1);
|
|
2282
2283
|
font-weight: var(--scalar-semibold);
|
|
2283
2284
|
}
|
|
2284
2285
|
@media screen and (max-width: 600px) {
|
|
2285
|
-
.references-classic .client-libraries[data-v-
|
|
2286
|
+
.references-classic .client-libraries[data-v-ad178be1] {
|
|
2286
2287
|
flex-direction: column;
|
|
2287
2288
|
}
|
|
2288
2289
|
}
|
|
2289
2290
|
|
|
2290
|
-
.selected-client[data-v-
|
|
2291
|
+
.selected-client[data-v-9a309159] {
|
|
2291
2292
|
color: var(--scalar-color-1);
|
|
2292
2293
|
font-size: var(--scalar-small);
|
|
2293
2294
|
font-family: var(--scalar-font-code);
|
|
@@ -2302,7 +2303,7 @@ to {
|
|
|
2302
2303
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
2303
2304
|
min-height: fit-content;
|
|
2304
2305
|
}
|
|
2305
|
-
.client-libraries-heading[data-v-
|
|
2306
|
+
.client-libraries-heading[data-v-9a309159] {
|
|
2306
2307
|
font-size: var(--scalar-small);
|
|
2307
2308
|
font-weight: var(--scalar-font-medium);
|
|
2308
2309
|
color: var(--scalar-color-1);
|
|
@@ -2315,7 +2316,7 @@ to {
|
|
|
2315
2316
|
border-top-left-radius: var(--scalar-radius-lg);
|
|
2316
2317
|
border-top-right-radius: var(--scalar-radius-lg);
|
|
2317
2318
|
}
|
|
2318
|
-
[data-v-
|
|
2319
|
+
[data-v-9a309159] .scalar-codeblock-pre .hljs {
|
|
2319
2320
|
margin-top: 8px;
|
|
2320
2321
|
}
|
|
2321
2322
|
|
|
@@ -3791,6 +3792,9 @@ body {
|
|
|
3791
3792
|
.scalar-app .hover\:text-c-1:hover {
|
|
3792
3793
|
color: var(--scalar-color-1);
|
|
3793
3794
|
}
|
|
3795
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
3796
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
3797
|
+
}
|
|
3794
3798
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
3795
3799
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
3796
3800
|
}
|
|
@@ -4040,12 +4044,12 @@ to {
|
|
|
4040
4044
|
inherits: false
|
|
4041
4045
|
}
|
|
4042
4046
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4043
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
4047
|
+
.scalar-modal-layout .scalar-modal[data-v-c1e93776] {
|
|
4044
4048
|
max-height: 90svh;
|
|
4045
4049
|
margin-top: 5svh;
|
|
4046
4050
|
}
|
|
4047
4051
|
}
|
|
4048
|
-
@keyframes fadein-layout-
|
|
4052
|
+
@keyframes fadein-layout-c1e93776 {
|
|
4049
4053
|
0% {
|
|
4050
4054
|
opacity: 0;
|
|
4051
4055
|
}
|
|
@@ -4053,7 +4057,7 @@ to {
|
|
|
4053
4057
|
opacity: 1;
|
|
4054
4058
|
}
|
|
4055
4059
|
}
|
|
4056
|
-
@keyframes fadein-modal-
|
|
4060
|
+
@keyframes fadein-modal-c1e93776 {
|
|
4057
4061
|
0% {
|
|
4058
4062
|
opacity: 0;
|
|
4059
4063
|
transform: translateY(10px);
|
|
@@ -4064,13 +4068,13 @@ to {
|
|
|
4064
4068
|
}
|
|
4065
4069
|
}
|
|
4066
4070
|
@media (min-width: 800px) {
|
|
4067
|
-
.full-size-styles[data-v-
|
|
4071
|
+
.full-size-styles[data-v-c1e93776] {
|
|
4068
4072
|
width: 50dvw !important;
|
|
4069
4073
|
}
|
|
4070
4074
|
}
|
|
4071
4075
|
@media (hover: hover) {
|
|
4072
|
-
.scalar-app .group-hover\/group-button\:
|
|
4073
|
-
display:
|
|
4076
|
+
.scalar-app .group-hover\/group-button\:flex:is(:where(.group\/group-button):hover *) {
|
|
4077
|
+
display: flex;
|
|
4074
4078
|
}
|
|
4075
4079
|
.scalar-app .group-hover\/group-button\:hidden:is(:where(.group\/group-button):hover *) {
|
|
4076
4080
|
display: none;
|
|
@@ -4212,6 +4216,9 @@ to {
|
|
|
4212
4216
|
.scalar-app .hover\:text-c-1:hover {
|
|
4213
4217
|
color: var(--scalar-color-1);
|
|
4214
4218
|
}
|
|
4219
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
4220
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
4221
|
+
}
|
|
4215
4222
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
4216
4223
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
4217
4224
|
}
|
|
@@ -4384,13 +4391,13 @@ to {
|
|
|
4384
4391
|
}
|
|
4385
4392
|
}
|
|
4386
4393
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4387
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
4394
|
+
.scalar-modal-layout .scalar-modal[data-v-c1e93776] {
|
|
4388
4395
|
max-height: 90svh;
|
|
4389
4396
|
margin-top: 5svh;
|
|
4390
4397
|
}
|
|
4391
4398
|
}
|
|
4392
4399
|
@media (min-width: 800px) {
|
|
4393
|
-
.full-size-styles[data-v-
|
|
4400
|
+
.full-size-styles[data-v-c1e93776] {
|
|
4394
4401
|
width: 50dvw !important;
|
|
4395
4402
|
}
|
|
4396
4403
|
}
|
|
@@ -4490,6 +4497,9 @@ to {
|
|
|
4490
4497
|
.scalar-app .hover\:text-c-1:hover {
|
|
4491
4498
|
color: var(--scalar-color-1);
|
|
4492
4499
|
}
|
|
4500
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
4501
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
4502
|
+
}
|
|
4493
4503
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
4494
4504
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
4495
4505
|
}
|
|
@@ -4611,9 +4621,6 @@ to {
|
|
|
4611
4621
|
}
|
|
4612
4622
|
}
|
|
4613
4623
|
}
|
|
4614
|
-
.scalar-app .top-\[1lh\] {
|
|
4615
|
-
top: 1lh;
|
|
4616
|
-
}
|
|
4617
4624
|
.scalar-app .right-0\.75 {
|
|
4618
4625
|
right: 3px;
|
|
4619
4626
|
}
|
|
@@ -4624,8 +4631,8 @@ to {
|
|
|
4624
4631
|
align-self: flex-start;
|
|
4625
4632
|
}
|
|
4626
4633
|
@media (hover: hover) {
|
|
4627
|
-
.scalar-app .group-hover\/group-button\:
|
|
4628
|
-
display:
|
|
4634
|
+
.scalar-app .group-hover\/group-button\:flex:is(:where(.group\/group-button):hover *) {
|
|
4635
|
+
display: flex;
|
|
4629
4636
|
}
|
|
4630
4637
|
.scalar-app .group-hover\/group-button\:hidden:is(:where(.group\/group-button):hover *) {
|
|
4631
4638
|
display: none;
|
|
@@ -4861,6 +4868,9 @@ to {
|
|
|
4861
4868
|
.scalar-app .top-22 {
|
|
4862
4869
|
top: 88px;
|
|
4863
4870
|
}
|
|
4871
|
+
.scalar-app .top-\[1lh\] {
|
|
4872
|
+
top: 1lh;
|
|
4873
|
+
}
|
|
4864
4874
|
.scalar-app .top-px {
|
|
4865
4875
|
top: 1px;
|
|
4866
4876
|
}
|
|
@@ -4876,15 +4886,15 @@ to {
|
|
|
4876
4886
|
.scalar-app .left-10 {
|
|
4877
4887
|
left: 40px;
|
|
4878
4888
|
}
|
|
4889
|
+
.scalar-app .left-\[calc\(4px\+var\(--scalar-sidebar-indent\)\*var\(--scalar-sidebar-level\)\)\] {
|
|
4890
|
+
left: calc(4px + var(--scalar-sidebar-indent) * var(--scalar-sidebar-level));
|
|
4891
|
+
}
|
|
4879
4892
|
.scalar-app .left-border {
|
|
4880
4893
|
left: var(--scalar-border-width);
|
|
4881
4894
|
}
|
|
4882
4895
|
.scalar-app .left-px {
|
|
4883
4896
|
left: 1px;
|
|
4884
4897
|
}
|
|
4885
|
-
.scalar-app .z-\[1001\] {
|
|
4886
|
-
z-index: 1001;
|
|
4887
|
-
}
|
|
4888
4898
|
.scalar-app .z-tooltip {
|
|
4889
4899
|
z-index: 99999;
|
|
4890
4900
|
}
|
|
@@ -4986,9 +4996,6 @@ to {
|
|
|
4986
4996
|
.scalar-app .h-\[1lh\] {
|
|
4987
4997
|
height: 1lh;
|
|
4988
4998
|
}
|
|
4989
|
-
.scalar-app .h-\[100dvh\] {
|
|
4990
|
-
height: 100dvh;
|
|
4991
|
-
}
|
|
4992
4999
|
.scalar-app .h-border {
|
|
4993
5000
|
height: var(--scalar-border-width);
|
|
4994
5001
|
}
|
|
@@ -5034,9 +5041,6 @@ to {
|
|
|
5034
5041
|
.scalar-app .w-\[38px\] {
|
|
5035
5042
|
width: 38px;
|
|
5036
5043
|
}
|
|
5037
|
-
.scalar-app .w-\[100dvw\] {
|
|
5038
|
-
width: 100dvw;
|
|
5039
|
-
}
|
|
5040
5044
|
.scalar-app .w-\[calc\(100vw-12px\)\] {
|
|
5041
5045
|
width: calc(100vw - 12px);
|
|
5042
5046
|
}
|
|
@@ -5108,9 +5112,6 @@ to {
|
|
|
5108
5112
|
--tw-translate-y: -50%;
|
|
5109
5113
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5110
5114
|
}
|
|
5111
|
-
.scalar-app .rotate-180 {
|
|
5112
|
-
rotate: 180deg;
|
|
5113
|
-
}
|
|
5114
5115
|
.scalar-app .appearance-none {
|
|
5115
5116
|
appearance: none;
|
|
5116
5117
|
}
|
|
@@ -5513,6 +5514,9 @@ to {
|
|
|
5513
5514
|
.scalar-app .hover\:text-c-1:hover {
|
|
5514
5515
|
color: var(--scalar-color-1);
|
|
5515
5516
|
}
|
|
5517
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
5518
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
5519
|
+
}
|
|
5516
5520
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
5517
5521
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
5518
5522
|
}
|
|
@@ -6585,19 +6589,19 @@ to {
|
|
|
6585
6589
|
.dark-mode .scalar-dropdown-item[data-v-788cdfbc]:hover {
|
|
6586
6590
|
filter: brightness(1.1);
|
|
6587
6591
|
}
|
|
6588
|
-
.scalar-modal-layout[data-v-
|
|
6589
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
6592
|
+
.scalar-modal-layout[data-v-c1e93776] {
|
|
6593
|
+
animation: .3s ease-in-out forwards fadein-layout-c1e93776;
|
|
6590
6594
|
}
|
|
6591
|
-
.scalar-modal[data-v-
|
|
6595
|
+
.scalar-modal[data-v-c1e93776] {
|
|
6592
6596
|
box-shadow: var(--scalar-shadow-2);
|
|
6593
|
-
animation: .3s ease-in-out .1s forwards fadein-modal-
|
|
6597
|
+
animation: .3s ease-in-out .1s forwards fadein-modal-c1e93776;
|
|
6594
6598
|
transform: translateY(10px);
|
|
6595
6599
|
}
|
|
6596
|
-
.scalar-modal-layout-full[data-v-
|
|
6600
|
+
.scalar-modal-layout-full[data-v-c1e93776] {
|
|
6597
6601
|
opacity: 1 !important;
|
|
6598
6602
|
background: none !important;
|
|
6599
6603
|
}
|
|
6600
|
-
.modal-content-search .modal-body[data-v-
|
|
6604
|
+
.modal-content-search .modal-body[data-v-c1e93776] {
|
|
6601
6605
|
flex-direction: column;
|
|
6602
6606
|
max-height: 440px;
|
|
6603
6607
|
padding: 0;
|
|
@@ -6605,15 +6609,15 @@ to {
|
|
|
6605
6609
|
overflow: hidden;
|
|
6606
6610
|
}
|
|
6607
6611
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
6608
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
6612
|
+
.scalar-modal-layout .scalar-modal[data-v-c1e93776] {
|
|
6609
6613
|
max-height: 90svh;
|
|
6610
6614
|
margin-top: 5svh;
|
|
6611
6615
|
}
|
|
6612
6616
|
}
|
|
6613
|
-
.full-size-styles[data-v-
|
|
6617
|
+
.full-size-styles[data-v-c1e93776] {
|
|
6614
6618
|
margin: initial;
|
|
6615
6619
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
6616
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
6620
|
+
animation: .3s ease-in-out forwards fadein-layout-c1e93776;
|
|
6617
6621
|
left: 0;
|
|
6618
6622
|
transform: translate(0);
|
|
6619
6623
|
background-color: var(--scalar-background-1) !important;
|
|
@@ -6624,11 +6628,11 @@ to {
|
|
|
6624
6628
|
top: 0 !important;
|
|
6625
6629
|
}
|
|
6626
6630
|
@media (min-width: 800px) {
|
|
6627
|
-
.full-size-styles[data-v-
|
|
6631
|
+
.full-size-styles[data-v-c1e93776] {
|
|
6628
6632
|
width: 50dvw !important;
|
|
6629
6633
|
}
|
|
6630
6634
|
}
|
|
6631
|
-
.full-size-styles[data-v-
|
|
6635
|
+
.full-size-styles[data-v-c1e93776]:after {
|
|
6632
6636
|
content: "";
|
|
6633
6637
|
width: 50dvw;
|
|
6634
6638
|
height: 100dvh;
|
|
@@ -6826,6 +6830,12 @@ to {
|
|
|
6826
6830
|
.scalar-app .z-\[1002\] {
|
|
6827
6831
|
z-index: 1002;
|
|
6828
6832
|
}
|
|
6833
|
+
.scalar-app .z-\[10000\] {
|
|
6834
|
+
z-index: 10000;
|
|
6835
|
+
}
|
|
6836
|
+
.scalar-app .z-\[10001\] {
|
|
6837
|
+
z-index: 10001;
|
|
6838
|
+
}
|
|
6829
6839
|
.scalar-app .z-context {
|
|
6830
6840
|
z-index: 1000;
|
|
6831
6841
|
}
|
|
@@ -7274,6 +7284,9 @@ to {
|
|
|
7274
7284
|
.scalar-app .min-h-20 {
|
|
7275
7285
|
min-height: 80px;
|
|
7276
7286
|
}
|
|
7287
|
+
.scalar-app .min-h-\[64px\] {
|
|
7288
|
+
min-height: 64px;
|
|
7289
|
+
}
|
|
7277
7290
|
.scalar-app .min-h-\[65px\] {
|
|
7278
7291
|
min-height: 65px;
|
|
7279
7292
|
}
|
|
@@ -7388,6 +7401,9 @@ to {
|
|
|
7388
7401
|
.scalar-app .max-w-\[14px\] {
|
|
7389
7402
|
max-width: 14px;
|
|
7390
7403
|
}
|
|
7404
|
+
.scalar-app .max-w-\[16rem\] {
|
|
7405
|
+
max-width: 16rem;
|
|
7406
|
+
}
|
|
7391
7407
|
.scalar-app .max-w-\[37px\] {
|
|
7392
7408
|
max-width: 37px;
|
|
7393
7409
|
}
|
|
@@ -7488,6 +7504,9 @@ to {
|
|
|
7488
7504
|
.scalar-app .rotate-90 {
|
|
7489
7505
|
rotate: 90deg;
|
|
7490
7506
|
}
|
|
7507
|
+
.scalar-app .rotate-180 {
|
|
7508
|
+
rotate: 180deg;
|
|
7509
|
+
}
|
|
7491
7510
|
.scalar-app .transform {
|
|
7492
7511
|
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
7493
7512
|
}
|
|
@@ -8847,6 +8866,14 @@ to {
|
|
|
8847
8866
|
outline-style: var(--tw-outline-style);
|
|
8848
8867
|
outline-width: 1px;
|
|
8849
8868
|
}
|
|
8869
|
+
@media not all and (min-width: 800px) {
|
|
8870
|
+
.scalar-app .max-md\:absolute\! {
|
|
8871
|
+
position: absolute !important;
|
|
8872
|
+
}
|
|
8873
|
+
.scalar-app .max-md\:w-full\! {
|
|
8874
|
+
width: 100% !important;
|
|
8875
|
+
}
|
|
8876
|
+
}
|
|
8850
8877
|
@media (min-width: 600px) {
|
|
8851
8878
|
.scalar-app .sm\:not-sr-only {
|
|
8852
8879
|
clip: auto;
|
|
@@ -9038,6 +9065,9 @@ to {
|
|
|
9038
9065
|
.scalar-app .lg\:flex-1 {
|
|
9039
9066
|
flex: 1;
|
|
9040
9067
|
}
|
|
9068
|
+
.scalar-app .lg\:p-0 {
|
|
9069
|
+
padding: 0;
|
|
9070
|
+
}
|
|
9041
9071
|
.scalar-app .lg\:p-1 {
|
|
9042
9072
|
padding: 4px;
|
|
9043
9073
|
}
|
|
@@ -9835,22 +9865,22 @@ to {
|
|
|
9835
9865
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
9836
9866
|
margin-top: 0;
|
|
9837
9867
|
}
|
|
9838
|
-
[data-v-
|
|
9868
|
+
[data-v-bd9d3fab] .cm-editor {
|
|
9839
9869
|
background: none;
|
|
9840
9870
|
outline: none;
|
|
9841
9871
|
height: 100%;
|
|
9842
9872
|
padding: 0;
|
|
9843
9873
|
}
|
|
9844
|
-
[data-v-
|
|
9874
|
+
[data-v-bd9d3fab] .cm-placeholder {
|
|
9845
9875
|
color: var(--scalar-color-3);
|
|
9846
9876
|
}
|
|
9847
|
-
[data-v-
|
|
9877
|
+
[data-v-bd9d3fab] .cm-content {
|
|
9848
9878
|
font-family: var(--scalar-font-code);
|
|
9849
9879
|
font-size: var(--scalar-small);
|
|
9850
9880
|
max-height: 20px;
|
|
9851
9881
|
padding: 8px 0;
|
|
9852
9882
|
}
|
|
9853
|
-
[data-v-
|
|
9883
|
+
[data-v-bd9d3fab] .cm-tooltip {
|
|
9854
9884
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
9855
9885
|
border-radius: var(--scalar-radius);
|
|
9856
9886
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -9859,39 +9889,39 @@ to {
|
|
|
9859
9889
|
outline: none !important;
|
|
9860
9890
|
overflow: hidden !important;
|
|
9861
9891
|
}
|
|
9862
|
-
[data-v-
|
|
9892
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul li {
|
|
9863
9893
|
padding: 3px 6px !important;
|
|
9864
9894
|
}
|
|
9865
|
-
[data-v-
|
|
9895
|
+
[data-v-bd9d3fab] .cm-completionIcon-type:after {
|
|
9866
9896
|
color: var(--scalar-color-3) !important;
|
|
9867
9897
|
}
|
|
9868
|
-
[data-v-
|
|
9898
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
9869
9899
|
background: var(--scalar-background-2) !important;
|
|
9870
9900
|
color: var(--scalar-color-1) !important;
|
|
9871
9901
|
}
|
|
9872
|
-
[data-v-
|
|
9902
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul {
|
|
9873
9903
|
position: relative;
|
|
9874
9904
|
padding: 6px !important;
|
|
9875
9905
|
}
|
|
9876
|
-
[data-v-
|
|
9906
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul li:hover {
|
|
9877
9907
|
border-radius: 3px;
|
|
9878
9908
|
color: var(--scalar-color-1) !important;
|
|
9879
9909
|
background: var(--scalar-background-3) !important;
|
|
9880
9910
|
}
|
|
9881
|
-
[data-v-
|
|
9911
|
+
[data-v-bd9d3fab] .cm-activeLine, [data-v-bd9d3fab] .cm-activeLineGutter {
|
|
9882
9912
|
background-color: #0000;
|
|
9883
9913
|
}
|
|
9884
|
-
[data-v-
|
|
9914
|
+
[data-v-bd9d3fab] .cm-selectionMatch, [data-v-bd9d3fab] .cm-matchingBracket {
|
|
9885
9915
|
border-radius: var(--scalar-radius);
|
|
9886
9916
|
background: var(--scalar-background-4) !important;
|
|
9887
9917
|
}
|
|
9888
|
-
[data-v-
|
|
9918
|
+
[data-v-bd9d3fab] .cm-css-color-picker-wrapper {
|
|
9889
9919
|
outline: 1px solid var(--scalar-background-3);
|
|
9890
9920
|
border-radius: 3px;
|
|
9891
9921
|
display: inline-flex;
|
|
9892
9922
|
overflow: hidden;
|
|
9893
9923
|
}
|
|
9894
|
-
[data-v-
|
|
9924
|
+
[data-v-bd9d3fab] .cm-gutters {
|
|
9895
9925
|
color: var(--scalar-color-3);
|
|
9896
9926
|
font-size: var(--scalar-small);
|
|
9897
9927
|
background-color: #0000;
|
|
@@ -9899,7 +9929,7 @@ to {
|
|
|
9899
9929
|
border-radius: 0 0 0 3px;
|
|
9900
9930
|
line-height: 22px;
|
|
9901
9931
|
}
|
|
9902
|
-
[data-v-
|
|
9932
|
+
[data-v-bd9d3fab] .cm-gutters:before {
|
|
9903
9933
|
content: "";
|
|
9904
9934
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
9905
9935
|
background-color: var(--scalar-background-1);
|
|
@@ -9909,7 +9939,7 @@ to {
|
|
|
9909
9939
|
top: 2px;
|
|
9910
9940
|
left: 2px;
|
|
9911
9941
|
}
|
|
9912
|
-
[data-v-
|
|
9942
|
+
[data-v-bd9d3fab] .cm-gutterElement {
|
|
9913
9943
|
justify-content: flex-end;
|
|
9914
9944
|
align-items: center;
|
|
9915
9945
|
display: flex;
|
|
@@ -9918,16 +9948,16 @@ to {
|
|
|
9918
9948
|
padding-left: 0 !important;
|
|
9919
9949
|
padding-right: 6px !important;
|
|
9920
9950
|
}
|
|
9921
|
-
[data-v-
|
|
9951
|
+
[data-v-bd9d3fab] .cm-lineNumbers .cm-gutterElement {
|
|
9922
9952
|
min-width: fit-content;
|
|
9923
9953
|
}
|
|
9924
|
-
[data-v-
|
|
9954
|
+
[data-v-bd9d3fab] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
9925
9955
|
padding-left: 0 !important;
|
|
9926
9956
|
}
|
|
9927
|
-
[data-v-
|
|
9957
|
+
[data-v-bd9d3fab] .cm-scroller {
|
|
9928
9958
|
overflow: auto;
|
|
9929
9959
|
}
|
|
9930
|
-
.line-wrapping[data-v-
|
|
9960
|
+
.line-wrapping[data-v-bd9d3fab]:focus-within .cm-content {
|
|
9931
9961
|
white-space: break-spaces;
|
|
9932
9962
|
word-break: break-all;
|
|
9933
9963
|
min-height: fit-content;
|
|
@@ -9983,49 +10013,49 @@ to {
|
|
|
9983
10013
|
border-radius: var(--scalar-radius);
|
|
9984
10014
|
color: var(--scalar-color-1);
|
|
9985
10015
|
}
|
|
9986
|
-
[data-v-
|
|
10016
|
+
[data-v-3bb71855] .cm-editor {
|
|
9987
10017
|
outline: none;
|
|
9988
10018
|
width: 100%;
|
|
9989
10019
|
height: 100%;
|
|
9990
10020
|
}
|
|
9991
|
-
[data-v-
|
|
10021
|
+
[data-v-3bb71855] .cm-line {
|
|
9992
10022
|
padding: 0;
|
|
9993
10023
|
}
|
|
9994
|
-
[data-v-
|
|
10024
|
+
[data-v-3bb71855] .cm-content {
|
|
9995
10025
|
font-size: var(--scalar-small);
|
|
9996
10026
|
align-items: center;
|
|
9997
10027
|
padding: 0;
|
|
9998
10028
|
display: flex;
|
|
9999
10029
|
}
|
|
10000
|
-
.scroll-timeline-x[data-v-
|
|
10030
|
+
.scroll-timeline-x[data-v-3bb71855] {
|
|
10001
10031
|
scroll-timeline: --scroll-timeline x;
|
|
10002
10032
|
scroll-timeline: --scroll-timeline horizontal;
|
|
10003
10033
|
-ms-overflow-style: none;
|
|
10004
10034
|
}
|
|
10005
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10035
|
+
.scroll-timeline-x-hidden[data-v-3bb71855] {
|
|
10006
10036
|
overflow-x: auto;
|
|
10007
10037
|
}
|
|
10008
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10038
|
+
.scroll-timeline-x-hidden[data-v-3bb71855] .cm-scroller {
|
|
10009
10039
|
scrollbar-width: none;
|
|
10010
10040
|
-ms-overflow-style: none;
|
|
10011
10041
|
padding-right: 20px;
|
|
10012
10042
|
overflow: auto;
|
|
10013
10043
|
}
|
|
10014
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10044
|
+
.scroll-timeline-x-hidden[data-v-3bb71855]::-webkit-scrollbar {
|
|
10015
10045
|
width: 0;
|
|
10016
10046
|
height: 0;
|
|
10017
10047
|
display: none;
|
|
10018
10048
|
}
|
|
10019
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10049
|
+
.scroll-timeline-x-hidden[data-v-3bb71855] .cm-scroller::-webkit-scrollbar {
|
|
10020
10050
|
width: 0;
|
|
10021
10051
|
height: 0;
|
|
10022
10052
|
display: none;
|
|
10023
10053
|
}
|
|
10024
|
-
.scroll-timeline-x-address[data-v-
|
|
10054
|
+
.scroll-timeline-x-address[data-v-3bb71855] {
|
|
10025
10055
|
scrollbar-width: none;
|
|
10026
10056
|
line-height: 27px;
|
|
10027
10057
|
}
|
|
10028
|
-
.scroll-timeline-x-address[data-v-
|
|
10058
|
+
.scroll-timeline-x-address[data-v-3bb71855]:after {
|
|
10029
10059
|
content: "";
|
|
10030
10060
|
cursor: text;
|
|
10031
10061
|
width: 24px;
|
|
@@ -10033,48 +10063,48 @@ to {
|
|
|
10033
10063
|
position: absolute;
|
|
10034
10064
|
right: 0;
|
|
10035
10065
|
}
|
|
10036
|
-
.scroll-timeline-x-address[data-v-
|
|
10066
|
+
.scroll-timeline-x-address[data-v-3bb71855]:empty:before {
|
|
10037
10067
|
content: "Enter URL or cURL request";
|
|
10038
10068
|
color: var(--scalar-color-3);
|
|
10039
10069
|
pointer-events: none;
|
|
10040
10070
|
}
|
|
10041
|
-
.fade-left[data-v-
|
|
10071
|
+
.fade-left[data-v-3bb71855], .fade-right[data-v-3bb71855] {
|
|
10042
10072
|
content: "";
|
|
10043
10073
|
pointer-events: none;
|
|
10044
10074
|
z-index: 1;
|
|
10045
10075
|
height: 100%;
|
|
10046
|
-
animation-name: fadein-
|
|
10076
|
+
animation-name: fadein-3bb71855;
|
|
10047
10077
|
animation-duration: 1ms;
|
|
10048
10078
|
animation-direction: reverse;
|
|
10049
10079
|
animation-timeline: --scroll-timeline;
|
|
10050
10080
|
position: sticky;
|
|
10051
10081
|
}
|
|
10052
|
-
.fade-left[data-v-
|
|
10082
|
+
.fade-left[data-v-3bb71855] {
|
|
10053
10083
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10054
10084
|
}
|
|
10055
10085
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10056
|
-
.fade-left[data-v-
|
|
10086
|
+
.fade-left[data-v-3bb71855] {
|
|
10057
10087
|
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%);
|
|
10058
10088
|
}
|
|
10059
10089
|
}
|
|
10060
|
-
.fade-left[data-v-
|
|
10090
|
+
.fade-left[data-v-3bb71855] {
|
|
10061
10091
|
min-width: 6px;
|
|
10062
10092
|
animation-direction: normal;
|
|
10063
10093
|
left: -1px;
|
|
10064
10094
|
}
|
|
10065
|
-
.fade-right[data-v-
|
|
10095
|
+
.fade-right[data-v-3bb71855] {
|
|
10066
10096
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10067
10097
|
}
|
|
10068
10098
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10069
|
-
.fade-right[data-v-
|
|
10099
|
+
.fade-right[data-v-3bb71855] {
|
|
10070
10100
|
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%);
|
|
10071
10101
|
}
|
|
10072
10102
|
}
|
|
10073
|
-
.fade-right[data-v-
|
|
10103
|
+
.fade-right[data-v-3bb71855] {
|
|
10074
10104
|
min-width: 24px;
|
|
10075
10105
|
right: -1px;
|
|
10076
10106
|
}
|
|
10077
|
-
@keyframes fadein-
|
|
10107
|
+
@keyframes fadein-3bb71855 {
|
|
10078
10108
|
0% {
|
|
10079
10109
|
opacity: 0;
|
|
10080
10110
|
}
|
|
@@ -10082,31 +10112,31 @@ to {
|
|
|
10082
10112
|
opacity: 1;
|
|
10083
10113
|
}
|
|
10084
10114
|
}
|
|
10085
|
-
.address-bar-bg-states[data-v-
|
|
10115
|
+
.address-bar-bg-states[data-v-3bb71855] {
|
|
10086
10116
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10087
10117
|
}
|
|
10088
10118
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10089
|
-
.address-bar-bg-states[data-v-
|
|
10119
|
+
.address-bar-bg-states[data-v-3bb71855] {
|
|
10090
10120
|
--scalar-address-bar-bg: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10091
10121
|
}
|
|
10092
10122
|
}
|
|
10093
|
-
.address-bar-bg-states[data-v-
|
|
10123
|
+
.address-bar-bg-states[data-v-3bb71855] {
|
|
10094
10124
|
background: var(--scalar-address-bar-bg);
|
|
10095
10125
|
}
|
|
10096
|
-
.address-bar-bg-states[data-v-
|
|
10126
|
+
.address-bar-bg-states[data-v-3bb71855]:has(.cm-focused) {
|
|
10097
10127
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10098
10128
|
border-color: var(--scalar-border-color);
|
|
10099
10129
|
outline-width: 1px;
|
|
10100
10130
|
outline-style: solid;
|
|
10101
10131
|
}
|
|
10102
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
10132
|
+
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-3bb71855], .address-bar-bg-states:has(.cm-focused) .fade-right[data-v-3bb71855] {
|
|
10103
10133
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10104
10134
|
}
|
|
10105
|
-
.app-exit-button[data-v-
|
|
10135
|
+
.app-exit-button[data-v-d73c7e3d] {
|
|
10106
10136
|
color: #fff;
|
|
10107
10137
|
background: #0000001a;
|
|
10108
10138
|
}
|
|
10109
|
-
.app-exit-button[data-v-
|
|
10139
|
+
.app-exit-button[data-v-d73c7e3d]:hover {
|
|
10110
10140
|
background: #ffffff1a;
|
|
10111
10141
|
}
|
|
10112
10142
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -10187,12 +10217,12 @@ to {
|
|
|
10187
10217
|
.context-bar-group:hover .context-bar-group-hover\:hidden[data-v-f97cc68c], .context-bar-group:has(:focus-visible) .context-bar-group-hover\:hidden[data-v-f97cc68c] {
|
|
10188
10218
|
display: none;
|
|
10189
10219
|
}
|
|
10190
|
-
.schema > span[data-v-
|
|
10220
|
+
.schema > span[data-v-f2ab7aa3]:not(:first-child):before {
|
|
10191
10221
|
content: "·";
|
|
10192
10222
|
margin: 0 .5ch;
|
|
10193
10223
|
display: block;
|
|
10194
10224
|
}
|
|
10195
|
-
.schema > span[data-v-
|
|
10225
|
+
.schema > span[data-v-f2ab7aa3] {
|
|
10196
10226
|
white-space: nowrap;
|
|
10197
10227
|
display: flex;
|
|
10198
10228
|
}
|
|
@@ -10228,7 +10258,7 @@ to {
|
|
|
10228
10258
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10229
10259
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10230
10260
|
}
|
|
10231
|
-
[data-v-
|
|
10261
|
+
[data-v-e4bd17fa] .cm-content {
|
|
10232
10262
|
font-size: var(--scalar-small);
|
|
10233
10263
|
}
|
|
10234
10264
|
[data-v-25ff4902] .cm-editor {
|
|
@@ -10269,31 +10299,31 @@ input[data-v-25ff4902]::placeholder {
|
|
|
10269
10299
|
-webkit-text-security: disc;
|
|
10270
10300
|
-moz-text-security: disc;
|
|
10271
10301
|
}
|
|
10272
|
-
.request-section-content[data-v-
|
|
10302
|
+
.request-section-content[data-v-2b56a6b2] {
|
|
10273
10303
|
--scalar-border-width: .5px;
|
|
10274
10304
|
}
|
|
10275
|
-
.request-section-content-filter[data-v-
|
|
10305
|
+
.request-section-content-filter[data-v-2b56a6b2] {
|
|
10276
10306
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
10277
10307
|
}
|
|
10278
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
10308
|
+
.request-item:focus-within .request-meta-buttons[data-v-2b56a6b2] {
|
|
10279
10309
|
opacity: 1;
|
|
10280
10310
|
}
|
|
10281
|
-
.group-hover-input[data-v-
|
|
10311
|
+
.group-hover-input[data-v-2b56a6b2] {
|
|
10282
10312
|
border-width: var(--scalar-border-width);
|
|
10283
10313
|
border-color: #0000;
|
|
10284
10314
|
}
|
|
10285
|
-
.group:hover .group-hover-input[data-v-
|
|
10315
|
+
.group:hover .group-hover-input[data-v-2b56a6b2] {
|
|
10286
10316
|
background: var(--scalar-background-1);
|
|
10287
10317
|
}
|
|
10288
10318
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10289
|
-
.group:hover .group-hover-input[data-v-
|
|
10319
|
+
.group:hover .group-hover-input[data-v-2b56a6b2] {
|
|
10290
10320
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10291
10321
|
}
|
|
10292
10322
|
}
|
|
10293
|
-
.group:hover .group-hover-input[data-v-
|
|
10323
|
+
.group:hover .group-hover-input[data-v-2b56a6b2] {
|
|
10294
10324
|
border-color: var(--scalar-border-color);
|
|
10295
10325
|
}
|
|
10296
|
-
.group-hover-input[data-v-
|
|
10326
|
+
.group-hover-input[data-v-2b56a6b2]:focus {
|
|
10297
10327
|
border-color: var(--scalar-border-color) !important;
|
|
10298
10328
|
background: none !important;
|
|
10299
10329
|
}
|
|
@@ -10389,11 +10419,11 @@ to {
|
|
|
10389
10419
|
.v-enter-from[data-v-57ced68a] {
|
|
10390
10420
|
opacity: 0;
|
|
10391
10421
|
}
|
|
10392
|
-
.animate-response-heading .response-heading[data-v-
|
|
10422
|
+
.animate-response-heading .response-heading[data-v-aaba9a18] {
|
|
10393
10423
|
opacity: 1;
|
|
10394
|
-
animation: .2s ease-in-out forwards push-response-
|
|
10424
|
+
animation: .2s ease-in-out forwards push-response-aaba9a18;
|
|
10395
10425
|
}
|
|
10396
|
-
@keyframes push-response-
|
|
10426
|
+
@keyframes push-response-aaba9a18 {
|
|
10397
10427
|
0% {
|
|
10398
10428
|
opacity: 1;
|
|
10399
10429
|
transform: translateY(0);
|
|
@@ -10403,11 +10433,11 @@ to {
|
|
|
10403
10433
|
transform: translateY(-4px);
|
|
10404
10434
|
}
|
|
10405
10435
|
}
|
|
10406
|
-
.animate-response-heading .animate-response-children[data-v-
|
|
10436
|
+
.animate-response-heading .animate-response-children[data-v-aaba9a18] {
|
|
10407
10437
|
opacity: 0;
|
|
10408
|
-
animation: .2s ease-in-out 50ms forwards response-spans-
|
|
10438
|
+
animation: .2s ease-in-out 50ms forwards response-spans-aaba9a18;
|
|
10409
10439
|
}
|
|
10410
|
-
@keyframes response-spans-
|
|
10440
|
+
@keyframes response-spans-aaba9a18 {
|
|
10411
10441
|
0% {
|
|
10412
10442
|
opacity: 0;
|
|
10413
10443
|
transform: translateY(4px);
|
|
@@ -10417,38 +10447,38 @@ to {
|
|
|
10417
10447
|
transform: translateY(0);
|
|
10418
10448
|
}
|
|
10419
10449
|
}
|
|
10420
|
-
.request-card[data-v-
|
|
10450
|
+
.request-card[data-v-6c4b269b] {
|
|
10421
10451
|
font-size: var(--scalar-font-size-3);
|
|
10422
10452
|
}
|
|
10423
|
-
.request-method[data-v-
|
|
10453
|
+
.request-method[data-v-6c4b269b] {
|
|
10424
10454
|
font-family: var(--scalar-font-code);
|
|
10425
10455
|
text-transform: uppercase;
|
|
10426
10456
|
margin-right: 6px;
|
|
10427
10457
|
}
|
|
10428
|
-
.request-card-footer[data-v-
|
|
10458
|
+
.request-card-footer[data-v-6c4b269b] {
|
|
10429
10459
|
flex-shrink: 0;
|
|
10430
10460
|
justify-content: flex-end;
|
|
10431
10461
|
padding: 6px;
|
|
10432
10462
|
display: flex;
|
|
10433
10463
|
}
|
|
10434
|
-
.request-card-footer-addon[data-v-
|
|
10464
|
+
.request-card-footer-addon[data-v-6c4b269b] {
|
|
10435
10465
|
flex: 1;
|
|
10436
10466
|
align-items: center;
|
|
10437
10467
|
min-width: 0;
|
|
10438
10468
|
display: flex;
|
|
10439
10469
|
}
|
|
10440
|
-
.request-editor-section[data-v-
|
|
10470
|
+
.request-editor-section[data-v-6c4b269b] {
|
|
10441
10471
|
flex: 1;
|
|
10442
10472
|
display: flex;
|
|
10443
10473
|
}
|
|
10444
|
-
.request-card-simple[data-v-
|
|
10474
|
+
.request-card-simple[data-v-6c4b269b] {
|
|
10445
10475
|
font-size: var(--scalar-small);
|
|
10446
10476
|
justify-content: space-between;
|
|
10447
10477
|
align-items: center;
|
|
10448
10478
|
padding: 8px 8px 8px 12px;
|
|
10449
10479
|
display: flex;
|
|
10450
10480
|
}
|
|
10451
|
-
.code-snippet[data-v-
|
|
10481
|
+
.code-snippet[data-v-6c4b269b] {
|
|
10452
10482
|
flex-direction: column;
|
|
10453
10483
|
width: 100%;
|
|
10454
10484
|
display: flex;
|
|
@@ -10495,7 +10525,7 @@ to {
|
|
|
10495
10525
|
position: absolute;
|
|
10496
10526
|
inset: 0;
|
|
10497
10527
|
}
|
|
10498
|
-
.ref-search-meta[data-v-
|
|
10528
|
+
.ref-search-meta[data-v-0c30b37a] {
|
|
10499
10529
|
background: var(--scalar-background-1);
|
|
10500
10530
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
10501
10531
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -10610,27 +10640,27 @@ to {
|
|
|
10610
10640
|
background: color-mix(in srgb, var(--scalar-color-red), transparent 90%);
|
|
10611
10641
|
}
|
|
10612
10642
|
}
|
|
10613
|
-
.empty-sidebar-item-content[data-v-
|
|
10643
|
+
.empty-sidebar-item-content[data-v-39643b43] {
|
|
10614
10644
|
display: none;
|
|
10615
10645
|
}
|
|
10616
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10646
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-39643b43] {
|
|
10617
10647
|
display: block;
|
|
10618
10648
|
}
|
|
10619
|
-
.rabbitjump[data-v-
|
|
10649
|
+
.rabbitjump[data-v-39643b43] {
|
|
10620
10650
|
opacity: 0;
|
|
10621
10651
|
}
|
|
10622
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10652
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-39643b43] {
|
|
10623
10653
|
opacity: 1;
|
|
10624
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10654
|
+
animation: .5s step-end infinite rabbitAnimation-39643b43;
|
|
10625
10655
|
}
|
|
10626
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10656
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-39643b43] {
|
|
10627
10657
|
opacity: 0;
|
|
10628
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10658
|
+
animation: .5s step-end infinite rabbitAnimation2-39643b43;
|
|
10629
10659
|
}
|
|
10630
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10631
|
-
animation: 8s linear infinite rabbitRun-
|
|
10660
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-39643b43] {
|
|
10661
|
+
animation: 8s linear infinite rabbitRun-39643b43;
|
|
10632
10662
|
}
|
|
10633
|
-
@keyframes rabbitRun-
|
|
10663
|
+
@keyframes rabbitRun-39643b43 {
|
|
10634
10664
|
0% {
|
|
10635
10665
|
transform: translateZ(0);
|
|
10636
10666
|
}
|
|
@@ -10650,7 +10680,7 @@ to {
|
|
|
10650
10680
|
transform: translateZ(0);
|
|
10651
10681
|
}
|
|
10652
10682
|
}
|
|
10653
|
-
@keyframes rabbitAnimation-
|
|
10683
|
+
@keyframes rabbitAnimation-39643b43 {
|
|
10654
10684
|
0%, to {
|
|
10655
10685
|
opacity: 1;
|
|
10656
10686
|
}
|
|
@@ -10658,7 +10688,7 @@ to {
|
|
|
10658
10688
|
opacity: 0;
|
|
10659
10689
|
}
|
|
10660
10690
|
}
|
|
10661
|
-
@keyframes rabbitAnimation2-
|
|
10691
|
+
@keyframes rabbitAnimation2-39643b43 {
|
|
10662
10692
|
0%, to {
|
|
10663
10693
|
opacity: 0;
|
|
10664
10694
|
}
|
|
@@ -10778,10 +10808,15 @@ to {
|
|
|
10778
10808
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
10779
10809
|
}
|
|
10780
10810
|
}
|
|
10781
|
-
[data-v-
|
|
10811
|
+
.scalar-collection-auth[data-v-e15e1c6f] {
|
|
10812
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10813
|
+
border-radius: var(--scalar-radius-lg);
|
|
10814
|
+
overflow: hidden;
|
|
10815
|
+
}
|
|
10816
|
+
[data-v-6fc24fdf] .cm-editor {
|
|
10782
10817
|
padding: 0;
|
|
10783
10818
|
}
|
|
10784
|
-
[data-v-
|
|
10819
|
+
[data-v-6fc24fdf] .cm-content {
|
|
10785
10820
|
font-family: var(--scalar-font);
|
|
10786
10821
|
font-size: var(--scalar-small);
|
|
10787
10822
|
background-color: #0000;
|
|
@@ -10790,24 +10825,24 @@ to {
|
|
|
10790
10825
|
padding: 5px 8px;
|
|
10791
10826
|
display: flex;
|
|
10792
10827
|
}
|
|
10793
|
-
[data-v-
|
|
10828
|
+
[data-v-6fc24fdf] .cm-content:has(.cm-pill) {
|
|
10794
10829
|
padding: 5px 8px;
|
|
10795
10830
|
}
|
|
10796
|
-
[data-v-
|
|
10831
|
+
[data-v-6fc24fdf] .cm-content .cm-pill:not(:last-of-type) {
|
|
10797
10832
|
margin-right: .5px;
|
|
10798
10833
|
}
|
|
10799
|
-
[data-v-
|
|
10834
|
+
[data-v-6fc24fdf] .cm-content .cm-pill:not(:first-of-type) {
|
|
10800
10835
|
margin-left: .5px;
|
|
10801
10836
|
}
|
|
10802
|
-
[data-v-
|
|
10837
|
+
[data-v-6fc24fdf] .cm-line {
|
|
10803
10838
|
text-overflow: ellipsis;
|
|
10804
10839
|
padding: 0;
|
|
10805
10840
|
overflow: hidden;
|
|
10806
10841
|
}
|
|
10807
|
-
[data-v-
|
|
10842
|
+
[data-v-28c8509c] .cm-editor {
|
|
10808
10843
|
padding: 0;
|
|
10809
10844
|
}
|
|
10810
|
-
[data-v-
|
|
10845
|
+
[data-v-28c8509c] .cm-content {
|
|
10811
10846
|
font-family: var(--scalar-font);
|
|
10812
10847
|
font-size: var(--scalar-small);
|
|
10813
10848
|
background-color: #0000;
|
|
@@ -10816,21 +10851,66 @@ to {
|
|
|
10816
10851
|
padding: 5px 8px;
|
|
10817
10852
|
display: flex;
|
|
10818
10853
|
}
|
|
10819
|
-
[data-v-
|
|
10854
|
+
[data-v-28c8509c] .cm-content:has(.cm-pill) {
|
|
10820
10855
|
padding: 5px 8px;
|
|
10821
10856
|
}
|
|
10822
|
-
[data-v-
|
|
10857
|
+
[data-v-28c8509c] .cm-content .cm-pill:not(:last-of-type) {
|
|
10823
10858
|
margin-right: .5px;
|
|
10824
10859
|
}
|
|
10825
|
-
[data-v-
|
|
10860
|
+
[data-v-28c8509c] .cm-content .cm-pill:not(:first-of-type) {
|
|
10826
10861
|
margin-left: .5px;
|
|
10827
10862
|
}
|
|
10828
|
-
[data-v-
|
|
10863
|
+
[data-v-28c8509c] .cm-line {
|
|
10829
10864
|
text-overflow: ellipsis;
|
|
10830
10865
|
padding: 0;
|
|
10831
10866
|
overflow: hidden;
|
|
10832
10867
|
}
|
|
10833
|
-
|
|
10868
|
+
[data-v-7c1a2f6c] .cm-content {
|
|
10869
|
+
min-height: fit-content;
|
|
10870
|
+
}
|
|
10871
|
+
[data-v-7c1a2f6c] .cm-scroller {
|
|
10872
|
+
max-width: 100%;
|
|
10873
|
+
overflow: auto hidden;
|
|
10874
|
+
}
|
|
10875
|
+
.scalar-button-danger[data-v-cda64f02] {
|
|
10876
|
+
background: var(--scalar-color-red);
|
|
10877
|
+
}
|
|
10878
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
10879
|
+
.scalar-button-danger[data-v-cda64f02] {
|
|
10880
|
+
background: color-mix(in srgb, var(--scalar-color-red), transparent 95%);
|
|
10881
|
+
}
|
|
10882
|
+
}
|
|
10883
|
+
.scalar-button-danger[data-v-cda64f02] {
|
|
10884
|
+
color: var(--scalar-color-red);
|
|
10885
|
+
}
|
|
10886
|
+
.scalar-button-danger[data-v-cda64f02]:hover, .scalar-button-danger[data-v-cda64f02]:focus {
|
|
10887
|
+
background: var(--scalar-color-red);
|
|
10888
|
+
}
|
|
10889
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
10890
|
+
.scalar-button-danger[data-v-cda64f02]:hover, .scalar-button-danger[data-v-cda64f02]:focus {
|
|
10891
|
+
background: color-mix(in srgb, var(--scalar-color-red), transparent 90%);
|
|
10892
|
+
}
|
|
10893
|
+
}
|
|
10894
|
+
.group-hover-input[data-v-5a23cb87] {
|
|
10895
|
+
border-width: var(--scalar-border-width);
|
|
10896
|
+
border-color: #0000;
|
|
10897
|
+
}
|
|
10898
|
+
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
10899
|
+
background: var(--scalar-background-1);
|
|
10900
|
+
}
|
|
10901
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
10902
|
+
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
10903
|
+
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10904
|
+
}
|
|
10905
|
+
}
|
|
10906
|
+
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
10907
|
+
border-color: var(--scalar-border-color);
|
|
10908
|
+
}
|
|
10909
|
+
.group-hover-input[data-v-5a23cb87]:focus {
|
|
10910
|
+
border-color: var(--scalar-border-color) !important;
|
|
10911
|
+
background: none !important;
|
|
10912
|
+
}
|
|
10913
|
+
.scalar .scalar-app-layout[data-v-3209f6ba] {
|
|
10834
10914
|
background: var(--scalar-background-1);
|
|
10835
10915
|
opacity: 0;
|
|
10836
10916
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -10839,17 +10919,17 @@ to {
|
|
|
10839
10919
|
max-width: 1390px;
|
|
10840
10920
|
height: calc(100% - 120px);
|
|
10841
10921
|
margin: auto;
|
|
10842
|
-
animation: .35s forwards scalarapiclientfadein-
|
|
10922
|
+
animation: .35s forwards scalarapiclientfadein-3209f6ba;
|
|
10843
10923
|
position: relative;
|
|
10844
10924
|
overflow: hidden;
|
|
10845
10925
|
}
|
|
10846
10926
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
10847
|
-
.scalar .scalar-app-layout[data-v-
|
|
10927
|
+
.scalar .scalar-app-layout[data-v-3209f6ba] {
|
|
10848
10928
|
height: 100%;
|
|
10849
10929
|
max-height: 90svh;
|
|
10850
10930
|
}
|
|
10851
10931
|
}
|
|
10852
|
-
@keyframes scalarapiclientfadein-
|
|
10932
|
+
@keyframes scalarapiclientfadein-3209f6ba {
|
|
10853
10933
|
0% {
|
|
10854
10934
|
opacity: 0;
|
|
10855
10935
|
}
|
|
@@ -10857,22 +10937,22 @@ to {
|
|
|
10857
10937
|
opacity: 1;
|
|
10858
10938
|
}
|
|
10859
10939
|
}
|
|
10860
|
-
.scalar .scalar-app-exit[data-v-
|
|
10940
|
+
.scalar .scalar-app-exit[data-v-3209f6ba] {
|
|
10861
10941
|
cursor: pointer;
|
|
10862
10942
|
z-index: -1;
|
|
10863
10943
|
background: #00000038;
|
|
10864
10944
|
width: 100vw;
|
|
10865
10945
|
height: 100vh;
|
|
10866
10946
|
transition: all .3s ease-in-out;
|
|
10867
|
-
animation: .35s forwards scalardrawerexitfadein-
|
|
10947
|
+
animation: .35s forwards scalardrawerexitfadein-3209f6ba;
|
|
10868
10948
|
position: fixed;
|
|
10869
10949
|
top: 0;
|
|
10870
10950
|
left: 0;
|
|
10871
10951
|
}
|
|
10872
|
-
.dark-mode .scalar .scalar-app-exit[data-v-
|
|
10952
|
+
.dark-mode .scalar .scalar-app-exit[data-v-3209f6ba] {
|
|
10873
10953
|
background: #00000073;
|
|
10874
10954
|
}
|
|
10875
|
-
.scalar .scalar-app-exit[data-v-
|
|
10955
|
+
.scalar .scalar-app-exit[data-v-3209f6ba]:before {
|
|
10876
10956
|
text-align: center;
|
|
10877
10957
|
color: #fff;
|
|
10878
10958
|
opacity: .6;
|
|
@@ -10884,10 +10964,10 @@ to {
|
|
|
10884
10964
|
top: 0;
|
|
10885
10965
|
right: 12px;
|
|
10886
10966
|
}
|
|
10887
|
-
.scalar .scalar-app-exit[data-v-
|
|
10967
|
+
.scalar .scalar-app-exit[data-v-3209f6ba]:hover:before {
|
|
10888
10968
|
opacity: 1;
|
|
10889
10969
|
}
|
|
10890
|
-
@keyframes scalardrawerexitfadein-
|
|
10970
|
+
@keyframes scalardrawerexitfadein-3209f6ba {
|
|
10891
10971
|
0% {
|
|
10892
10972
|
opacity: 0;
|
|
10893
10973
|
}
|
|
@@ -10895,7 +10975,7 @@ to {
|
|
|
10895
10975
|
opacity: 1;
|
|
10896
10976
|
}
|
|
10897
10977
|
}
|
|
10898
|
-
.scalar-container[data-v-
|
|
10978
|
+
.scalar-container[data-v-3209f6ba] {
|
|
10899
10979
|
visibility: visible;
|
|
10900
10980
|
z-index: 10000;
|
|
10901
10981
|
justify-content: center;
|
|
@@ -10909,22 +10989,22 @@ to {
|
|
|
10909
10989
|
left: 0;
|
|
10910
10990
|
overflow: hidden;
|
|
10911
10991
|
}
|
|
10912
|
-
.scalar .url-form-input[data-v-
|
|
10992
|
+
.scalar .url-form-input[data-v-3209f6ba] {
|
|
10913
10993
|
min-height: auto !important;
|
|
10914
10994
|
}
|
|
10915
|
-
.scalar .scalar-container[data-v-
|
|
10995
|
+
.scalar .scalar-container[data-v-3209f6ba] {
|
|
10916
10996
|
line-height: normal;
|
|
10917
10997
|
}
|
|
10918
|
-
.scalar .scalar-app-header span[data-v-
|
|
10998
|
+
.scalar .scalar-app-header span[data-v-3209f6ba] {
|
|
10919
10999
|
color: var(--scalar-color-3);
|
|
10920
11000
|
}
|
|
10921
|
-
.scalar .scalar-app-header a[data-v-
|
|
11001
|
+
.scalar .scalar-app-header a[data-v-3209f6ba] {
|
|
10922
11002
|
color: var(--scalar-color-1);
|
|
10923
11003
|
}
|
|
10924
|
-
.scalar .scalar-app-header a[data-v-
|
|
11004
|
+
.scalar .scalar-app-header a[data-v-3209f6ba]:hover {
|
|
10925
11005
|
text-decoration: underline;
|
|
10926
11006
|
}
|
|
10927
|
-
.scalar-activate[data-v-
|
|
11007
|
+
.scalar-activate[data-v-3209f6ba] {
|
|
10928
11008
|
cursor: pointer;
|
|
10929
11009
|
align-items: center;
|
|
10930
11010
|
gap: 6px;
|
|
@@ -10935,7 +11015,7 @@ to {
|
|
|
10935
11015
|
line-height: 24px;
|
|
10936
11016
|
display: flex;
|
|
10937
11017
|
}
|
|
10938
|
-
.scalar-activate-button[data-v-
|
|
11018
|
+
.scalar-activate-button[data-v-3209f6ba] {
|
|
10939
11019
|
color: var(--scalar-color-blue);
|
|
10940
11020
|
appearance: none;
|
|
10941
11021
|
background: none;
|
|
@@ -10946,29 +11026,10 @@ to {
|
|
|
10946
11026
|
padding: 0 .5rem;
|
|
10947
11027
|
display: flex;
|
|
10948
11028
|
}
|
|
10949
|
-
.scalar-activate:hover .scalar-activate-button[data-v-
|
|
11029
|
+
.scalar-activate:hover .scalar-activate-button[data-v-3209f6ba] {
|
|
10950
11030
|
background: var(--scalar-background-3);
|
|
10951
11031
|
border-radius: 3px;
|
|
10952
11032
|
}
|
|
10953
|
-
.scalar-button-danger[data-v-cda64f02] {
|
|
10954
|
-
background: var(--scalar-color-red);
|
|
10955
|
-
}
|
|
10956
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10957
|
-
.scalar-button-danger[data-v-cda64f02] {
|
|
10958
|
-
background: color-mix(in srgb, var(--scalar-color-red), transparent 95%);
|
|
10959
|
-
}
|
|
10960
|
-
}
|
|
10961
|
-
.scalar-button-danger[data-v-cda64f02] {
|
|
10962
|
-
color: var(--scalar-color-red);
|
|
10963
|
-
}
|
|
10964
|
-
.scalar-button-danger[data-v-cda64f02]:hover, .scalar-button-danger[data-v-cda64f02]:focus {
|
|
10965
|
-
background: var(--scalar-color-red);
|
|
10966
|
-
}
|
|
10967
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
10968
|
-
.scalar-button-danger[data-v-cda64f02]:hover, .scalar-button-danger[data-v-cda64f02]:focus {
|
|
10969
|
-
background: color-mix(in srgb, var(--scalar-color-red), transparent 90%);
|
|
10970
|
-
}
|
|
10971
|
-
}
|
|
10972
11033
|
.schema > span[data-v-4df72868]:not(:first-child):before {
|
|
10973
11034
|
content: "·";
|
|
10974
11035
|
margin: 0 .5ch;
|
|
@@ -11499,37 +11560,6 @@ to {
|
|
|
11499
11560
|
gap: 1rem;
|
|
11500
11561
|
display: flex;
|
|
11501
11562
|
}
|
|
11502
|
-
.group-hover-input[data-v-5a23cb87] {
|
|
11503
|
-
border-width: var(--scalar-border-width);
|
|
11504
|
-
border-color: #0000;
|
|
11505
|
-
}
|
|
11506
|
-
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
11507
|
-
background: var(--scalar-background-1);
|
|
11508
|
-
}
|
|
11509
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
11510
|
-
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
11511
|
-
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
11512
|
-
}
|
|
11513
|
-
}
|
|
11514
|
-
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
11515
|
-
border-color: var(--scalar-border-color);
|
|
11516
|
-
}
|
|
11517
|
-
.group-hover-input[data-v-5a23cb87]:focus {
|
|
11518
|
-
border-color: var(--scalar-border-color) !important;
|
|
11519
|
-
background: none !important;
|
|
11520
|
-
}
|
|
11521
|
-
[data-v-7c1a2f6c] .cm-content {
|
|
11522
|
-
min-height: fit-content;
|
|
11523
|
-
}
|
|
11524
|
-
[data-v-7c1a2f6c] .cm-scroller {
|
|
11525
|
-
max-width: 100%;
|
|
11526
|
-
overflow: auto hidden;
|
|
11527
|
-
}
|
|
11528
|
-
.scalar-collection-auth[data-v-6fe7b6ea] {
|
|
11529
|
-
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
11530
|
-
border-radius: var(--scalar-radius-lg);
|
|
11531
|
-
overflow: hidden;
|
|
11532
|
-
}
|
|
11533
11563
|
:root {
|
|
11534
11564
|
--scalar-loaded-api-reference: true;
|
|
11535
11565
|
}
|
|
@@ -11711,7 +11741,7 @@ to {
|
|
|
11711
11741
|
|
|
11712
11742
|
/* Configurable Layout Variables */
|
|
11713
11743
|
@layer scalar-config {
|
|
11714
|
-
.scalar-api-reference[data-v-
|
|
11744
|
+
.scalar-api-reference[data-v-4529c98b] {
|
|
11715
11745
|
--refs-sidebar-width: var(--scalar-sidebar-width, 0px);
|
|
11716
11746
|
/* The header height */
|
|
11717
11747
|
--refs-header-height: calc(
|
|
@@ -11727,7 +11757,7 @@ to {
|
|
|
11727
11757
|
);
|
|
11728
11758
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
11729
11759
|
}
|
|
11730
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11760
|
+
.scalar-api-reference.references-classic[data-v-4529c98b] {
|
|
11731
11761
|
/* Classic layout is wider */
|
|
11732
11762
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
11733
11763
|
min-height: 100dvh;
|
|
@@ -11735,14 +11765,14 @@ to {
|
|
|
11735
11765
|
}
|
|
11736
11766
|
|
|
11737
11767
|
/* When the toolbar is present, we need to offset the content */
|
|
11738
|
-
.scalar-api-reference[data-v-
|
|
11768
|
+
.scalar-api-reference[data-v-4529c98b]:has(.api-reference-toolbar) {
|
|
11739
11769
|
--refs-content-offset: 48px;
|
|
11740
11770
|
}
|
|
11741
11771
|
}
|
|
11742
11772
|
|
|
11743
11773
|
/* ----------------------------------------------------- */
|
|
11744
11774
|
/* References Layout */
|
|
11745
|
-
.references-layout[data-v-
|
|
11775
|
+
.references-layout[data-v-4529c98b] {
|
|
11746
11776
|
/* Try to fill the container */
|
|
11747
11777
|
min-height: 100dvh;
|
|
11748
11778
|
min-width: 100%;
|
|
@@ -11766,40 +11796,40 @@ to {
|
|
|
11766
11796
|
|
|
11767
11797
|
background: var(--scalar-background-1);
|
|
11768
11798
|
}
|
|
11769
|
-
.references-editor[data-v-
|
|
11799
|
+
.references-editor[data-v-4529c98b] {
|
|
11770
11800
|
grid-area: editor;
|
|
11771
11801
|
display: flex;
|
|
11772
11802
|
min-width: 0;
|
|
11773
11803
|
background: var(--scalar-background-1);
|
|
11774
11804
|
}
|
|
11775
|
-
.references-rendered[data-v-
|
|
11805
|
+
.references-rendered[data-v-4529c98b] {
|
|
11776
11806
|
position: relative;
|
|
11777
11807
|
grid-area: rendered;
|
|
11778
11808
|
min-width: 0;
|
|
11779
11809
|
background: var(--scalar-background-1);
|
|
11780
11810
|
}
|
|
11781
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11782
|
-
.references-classic .references-rendered[data-v-
|
|
11811
|
+
.scalar-api-reference.references-classic[data-v-4529c98b],
|
|
11812
|
+
.references-classic .references-rendered[data-v-4529c98b] {
|
|
11783
11813
|
height: initial !important;
|
|
11784
11814
|
max-height: initial !important;
|
|
11785
11815
|
}
|
|
11786
11816
|
@layer scalar-config {
|
|
11787
|
-
.references-sidebar[data-v-
|
|
11817
|
+
.references-sidebar[data-v-4529c98b] {
|
|
11788
11818
|
/* Set a default width if references are enabled */
|
|
11789
11819
|
--refs-sidebar-width: var(--scalar-sidebar-width, 280px);
|
|
11790
11820
|
}
|
|
11791
11821
|
}
|
|
11792
11822
|
|
|
11793
11823
|
/* Footer */
|
|
11794
|
-
.references-footer[data-v-
|
|
11824
|
+
.references-footer[data-v-4529c98b] {
|
|
11795
11825
|
grid-area: footer;
|
|
11796
11826
|
}
|
|
11797
11827
|
/* ----------------------------------------------------- */
|
|
11798
11828
|
/* Responsive / Mobile Layout */
|
|
11799
11829
|
@media (max-width: 1000px) {
|
|
11800
11830
|
/* Stack view on mobile */
|
|
11801
|
-
.references-layout[data-v-
|
|
11802
|
-
grid-template-columns:
|
|
11831
|
+
.references-layout[data-v-4529c98b] {
|
|
11832
|
+
grid-template-columns: 100%;
|
|
11803
11833
|
grid-template-rows: var(--scalar-header-height, 0px) 0px auto auto;
|
|
11804
11834
|
|
|
11805
11835
|
grid-template-areas:
|
|
@@ -11808,13 +11838,13 @@ to {
|
|
|
11808
11838
|
'rendered'
|
|
11809
11839
|
'footer';
|
|
11810
11840
|
}
|
|
11811
|
-
.references-editable[data-v-
|
|
11841
|
+
.references-editable[data-v-4529c98b] {
|
|
11812
11842
|
grid-template-areas:
|
|
11813
11843
|
'header'
|
|
11814
11844
|
'navigation'
|
|
11815
11845
|
'editor';
|
|
11816
11846
|
}
|
|
11817
|
-
.references-rendered[data-v-
|
|
11847
|
+
.references-rendered[data-v-4529c98b] {
|
|
11818
11848
|
position: static;
|
|
11819
11849
|
}
|
|
11820
11850
|
}
|
|
@@ -11825,12 +11855,12 @@ to {
|
|
|
11825
11855
|
* when the new elements are available
|
|
11826
11856
|
*/
|
|
11827
11857
|
@media (max-width: 1000px) {
|
|
11828
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
11858
|
+
.scalar-api-references-standalone-mobile[data-v-4529c98b] {
|
|
11829
11859
|
--scalar-header-height: 50px;
|
|
11830
11860
|
}
|
|
11831
11861
|
}
|
|
11832
11862
|
|
|
11833
|
-
.darklight-reference[data-v-
|
|
11863
|
+
.darklight-reference[data-v-4529c98b] {
|
|
11834
11864
|
width: 100%;
|
|
11835
11865
|
margin-top: auto;
|
|
11836
11866
|
}
|