@scalar/api-reference 1.40.5 → 1.40.9
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 +145 -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 +8920 -8827
- 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 +422 -378
- 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,16 @@ 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\/
|
|
4073
|
-
|
|
4076
|
+
.scalar-app .group-hover\/button\:opacity-0:is(:where(.group\/button):hover *) {
|
|
4077
|
+
opacity: 0;
|
|
4078
|
+
}
|
|
4079
|
+
.scalar-app .group-hover\/group-button\:flex:is(:where(.group\/group-button):hover *) {
|
|
4080
|
+
display: flex;
|
|
4074
4081
|
}
|
|
4075
4082
|
.scalar-app .group-hover\/group-button\:hidden:is(:where(.group\/group-button):hover *) {
|
|
4076
4083
|
display: none;
|
|
@@ -4212,6 +4219,9 @@ to {
|
|
|
4212
4219
|
.scalar-app .hover\:text-c-1:hover {
|
|
4213
4220
|
color: var(--scalar-color-1);
|
|
4214
4221
|
}
|
|
4222
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
4223
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
4224
|
+
}
|
|
4215
4225
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
4216
4226
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
4217
4227
|
}
|
|
@@ -4384,13 +4394,13 @@ to {
|
|
|
4384
4394
|
}
|
|
4385
4395
|
}
|
|
4386
4396
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
4387
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
4397
|
+
.scalar-modal-layout .scalar-modal[data-v-c1e93776] {
|
|
4388
4398
|
max-height: 90svh;
|
|
4389
4399
|
margin-top: 5svh;
|
|
4390
4400
|
}
|
|
4391
4401
|
}
|
|
4392
4402
|
@media (min-width: 800px) {
|
|
4393
|
-
.full-size-styles[data-v-
|
|
4403
|
+
.full-size-styles[data-v-c1e93776] {
|
|
4394
4404
|
width: 50dvw !important;
|
|
4395
4405
|
}
|
|
4396
4406
|
}
|
|
@@ -4490,6 +4500,9 @@ to {
|
|
|
4490
4500
|
.scalar-app .hover\:text-c-1:hover {
|
|
4491
4501
|
color: var(--scalar-color-1);
|
|
4492
4502
|
}
|
|
4503
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
4504
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
4505
|
+
}
|
|
4493
4506
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
4494
4507
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
4495
4508
|
}
|
|
@@ -4611,9 +4624,6 @@ to {
|
|
|
4611
4624
|
}
|
|
4612
4625
|
}
|
|
4613
4626
|
}
|
|
4614
|
-
.scalar-app .top-\[1lh\] {
|
|
4615
|
-
top: 1lh;
|
|
4616
|
-
}
|
|
4617
4627
|
.scalar-app .right-0\.75 {
|
|
4618
4628
|
right: 3px;
|
|
4619
4629
|
}
|
|
@@ -4624,12 +4634,20 @@ to {
|
|
|
4624
4634
|
align-self: flex-start;
|
|
4625
4635
|
}
|
|
4626
4636
|
@media (hover: hover) {
|
|
4627
|
-
.scalar-app .group-hover\/
|
|
4628
|
-
|
|
4637
|
+
.scalar-app .group-hover\/button\:opacity-0:is(:where(.group\/button):hover *) {
|
|
4638
|
+
opacity: 0;
|
|
4639
|
+
}
|
|
4640
|
+
.scalar-app .group-hover\/group-button\:flex:is(:where(.group\/group-button):hover *) {
|
|
4641
|
+
display: flex;
|
|
4629
4642
|
}
|
|
4630
4643
|
.scalar-app .group-hover\/group-button\:hidden:is(:where(.group\/group-button):hover *) {
|
|
4631
4644
|
display: none;
|
|
4632
4645
|
}
|
|
4646
|
+
}
|
|
4647
|
+
.scalar-app .group-focus-visible\/button\:opacity-0:is(:where(.group\/button):focus-visible *), .scalar-app .group-has-\[\~\*_\[aria-expanded\=true\]\]\/button\:opacity-0:is(:where(.group\/button):has( ~ * [aria-expanded="true"]) *), .scalar-app .group-has-\[\~\*\:focus-within\]\/button\:opacity-0:is(:where(.group\/button):has( ~ :focus-within) *), .scalar-app .group-has-\[\~\*\:hover\]\/button\:opacity-0:is(:where(.group\/button):has( ~ :hover) *) {
|
|
4648
|
+
opacity: 0;
|
|
4649
|
+
}
|
|
4650
|
+
@media (hover: hover) {
|
|
4633
4651
|
.scalar-app .peer-hover\/button\:opacity-100:is(:where(.peer\/button):hover ~ *) {
|
|
4634
4652
|
opacity: 1;
|
|
4635
4653
|
}
|
|
@@ -4689,6 +4707,9 @@ to {
|
|
|
4689
4707
|
opacity: 1;
|
|
4690
4708
|
}
|
|
4691
4709
|
}
|
|
4710
|
+
.scalar-app .has-\[\&\[aria-expanded\=true\]\]\:opacity-100:has([aria-expanded="true"]) {
|
|
4711
|
+
opacity: 1;
|
|
4712
|
+
}
|
|
4692
4713
|
:where(.scalar-app) {
|
|
4693
4714
|
font-family: var(--scalar-font);
|
|
4694
4715
|
color: var(--scalar-color-1);
|
|
@@ -4861,6 +4882,9 @@ to {
|
|
|
4861
4882
|
.scalar-app .top-22 {
|
|
4862
4883
|
top: 88px;
|
|
4863
4884
|
}
|
|
4885
|
+
.scalar-app .top-\[1lh\] {
|
|
4886
|
+
top: 1lh;
|
|
4887
|
+
}
|
|
4864
4888
|
.scalar-app .top-px {
|
|
4865
4889
|
top: 1px;
|
|
4866
4890
|
}
|
|
@@ -4876,15 +4900,15 @@ to {
|
|
|
4876
4900
|
.scalar-app .left-10 {
|
|
4877
4901
|
left: 40px;
|
|
4878
4902
|
}
|
|
4903
|
+
.scalar-app .left-\[calc\(4px\+var\(--scalar-sidebar-indent\)\*var\(--scalar-sidebar-level\)\)\] {
|
|
4904
|
+
left: calc(4px + var(--scalar-sidebar-indent) * var(--scalar-sidebar-level));
|
|
4905
|
+
}
|
|
4879
4906
|
.scalar-app .left-border {
|
|
4880
4907
|
left: var(--scalar-border-width);
|
|
4881
4908
|
}
|
|
4882
4909
|
.scalar-app .left-px {
|
|
4883
4910
|
left: 1px;
|
|
4884
4911
|
}
|
|
4885
|
-
.scalar-app .z-\[1001\] {
|
|
4886
|
-
z-index: 1001;
|
|
4887
|
-
}
|
|
4888
4912
|
.scalar-app .z-tooltip {
|
|
4889
4913
|
z-index: 99999;
|
|
4890
4914
|
}
|
|
@@ -4986,9 +5010,6 @@ to {
|
|
|
4986
5010
|
.scalar-app .h-\[1lh\] {
|
|
4987
5011
|
height: 1lh;
|
|
4988
5012
|
}
|
|
4989
|
-
.scalar-app .h-\[100dvh\] {
|
|
4990
|
-
height: 100dvh;
|
|
4991
|
-
}
|
|
4992
5013
|
.scalar-app .h-border {
|
|
4993
5014
|
height: var(--scalar-border-width);
|
|
4994
5015
|
}
|
|
@@ -5034,9 +5055,6 @@ to {
|
|
|
5034
5055
|
.scalar-app .w-\[38px\] {
|
|
5035
5056
|
width: 38px;
|
|
5036
5057
|
}
|
|
5037
|
-
.scalar-app .w-\[100dvw\] {
|
|
5038
|
-
width: 100dvw;
|
|
5039
|
-
}
|
|
5040
5058
|
.scalar-app .w-\[calc\(100vw-12px\)\] {
|
|
5041
5059
|
width: calc(100vw - 12px);
|
|
5042
5060
|
}
|
|
@@ -5108,9 +5126,6 @@ to {
|
|
|
5108
5126
|
--tw-translate-y: -50%;
|
|
5109
5127
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
5110
5128
|
}
|
|
5111
|
-
.scalar-app .rotate-180 {
|
|
5112
|
-
rotate: 180deg;
|
|
5113
|
-
}
|
|
5114
5129
|
.scalar-app .appearance-none {
|
|
5115
5130
|
appearance: none;
|
|
5116
5131
|
}
|
|
@@ -5513,6 +5528,9 @@ to {
|
|
|
5513
5528
|
.scalar-app .hover\:text-c-1:hover {
|
|
5514
5529
|
color: var(--scalar-color-1);
|
|
5515
5530
|
}
|
|
5531
|
+
.scalar-app .hover\:text-sidebar-c-1:hover {
|
|
5532
|
+
color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
|
|
5533
|
+
}
|
|
5516
5534
|
.scalar-app .hover\:text-sidebar-c-hover:hover {
|
|
5517
5535
|
color: var(--scalar-sidebar-item-hover-color, var(--scalar-sidebar-color-2));
|
|
5518
5536
|
}
|
|
@@ -6523,7 +6541,7 @@ to {
|
|
|
6523
6541
|
.scalar-app .markdown.markdown-summary.markdown-summary img, .scalar-app .markdown.markdown-summary.markdown-summary svg, .scalar-app .markdown.markdown-summary.markdown-summary hr, .scalar-app .markdown.markdown-summary.markdown-summary pre {
|
|
6524
6542
|
display: none;
|
|
6525
6543
|
}
|
|
6526
|
-
.dark-mode .scalar-dropdown-item[data-v-
|
|
6544
|
+
.dark-mode .scalar-dropdown-item[data-v-12a6b6d1]:hover {
|
|
6527
6545
|
filter: brightness(1.1);
|
|
6528
6546
|
}
|
|
6529
6547
|
.group\/item > * > .scalar-sidebar-indent .scalar-sidebar-indent-border[data-v-3e080c68] {
|
|
@@ -6582,22 +6600,22 @@ to {
|
|
|
6582
6600
|
--tw-shadow: inset 0 0 0 var(--tw-shadow-color, calc(var(--scalar-border-width) * 2)) var(--scalar-border-color);
|
|
6583
6601
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6584
6602
|
}
|
|
6585
|
-
.dark-mode .scalar-dropdown-item[data-v-
|
|
6603
|
+
.dark-mode .scalar-dropdown-item[data-v-ab7c0c49]:hover {
|
|
6586
6604
|
filter: brightness(1.1);
|
|
6587
6605
|
}
|
|
6588
|
-
.scalar-modal-layout[data-v-
|
|
6589
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
6606
|
+
.scalar-modal-layout[data-v-c1e93776] {
|
|
6607
|
+
animation: .3s ease-in-out forwards fadein-layout-c1e93776;
|
|
6590
6608
|
}
|
|
6591
|
-
.scalar-modal[data-v-
|
|
6609
|
+
.scalar-modal[data-v-c1e93776] {
|
|
6592
6610
|
box-shadow: var(--scalar-shadow-2);
|
|
6593
|
-
animation: .3s ease-in-out .1s forwards fadein-modal-
|
|
6611
|
+
animation: .3s ease-in-out .1s forwards fadein-modal-c1e93776;
|
|
6594
6612
|
transform: translateY(10px);
|
|
6595
6613
|
}
|
|
6596
|
-
.scalar-modal-layout-full[data-v-
|
|
6614
|
+
.scalar-modal-layout-full[data-v-c1e93776] {
|
|
6597
6615
|
opacity: 1 !important;
|
|
6598
6616
|
background: none !important;
|
|
6599
6617
|
}
|
|
6600
|
-
.modal-content-search .modal-body[data-v-
|
|
6618
|
+
.modal-content-search .modal-body[data-v-c1e93776] {
|
|
6601
6619
|
flex-direction: column;
|
|
6602
6620
|
max-height: 440px;
|
|
6603
6621
|
padding: 0;
|
|
@@ -6605,15 +6623,15 @@ to {
|
|
|
6605
6623
|
overflow: hidden;
|
|
6606
6624
|
}
|
|
6607
6625
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
6608
|
-
.scalar-modal-layout .scalar-modal[data-v-
|
|
6626
|
+
.scalar-modal-layout .scalar-modal[data-v-c1e93776] {
|
|
6609
6627
|
max-height: 90svh;
|
|
6610
6628
|
margin-top: 5svh;
|
|
6611
6629
|
}
|
|
6612
6630
|
}
|
|
6613
|
-
.full-size-styles[data-v-
|
|
6631
|
+
.full-size-styles[data-v-c1e93776] {
|
|
6614
6632
|
margin: initial;
|
|
6615
6633
|
border-right: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
6616
|
-
animation: .3s ease-in-out forwards fadein-layout-
|
|
6634
|
+
animation: .3s ease-in-out forwards fadein-layout-c1e93776;
|
|
6617
6635
|
left: 0;
|
|
6618
6636
|
transform: translate(0);
|
|
6619
6637
|
background-color: var(--scalar-background-1) !important;
|
|
@@ -6624,11 +6642,11 @@ to {
|
|
|
6624
6642
|
top: 0 !important;
|
|
6625
6643
|
}
|
|
6626
6644
|
@media (min-width: 800px) {
|
|
6627
|
-
.full-size-styles[data-v-
|
|
6645
|
+
.full-size-styles[data-v-c1e93776] {
|
|
6628
6646
|
width: 50dvw !important;
|
|
6629
6647
|
}
|
|
6630
6648
|
}
|
|
6631
|
-
.full-size-styles[data-v-
|
|
6649
|
+
.full-size-styles[data-v-c1e93776]:after {
|
|
6632
6650
|
content: "";
|
|
6633
6651
|
width: 50dvw;
|
|
6634
6652
|
height: 100dvh;
|
|
@@ -6826,6 +6844,12 @@ to {
|
|
|
6826
6844
|
.scalar-app .z-\[1002\] {
|
|
6827
6845
|
z-index: 1002;
|
|
6828
6846
|
}
|
|
6847
|
+
.scalar-app .z-\[10000\] {
|
|
6848
|
+
z-index: 10000;
|
|
6849
|
+
}
|
|
6850
|
+
.scalar-app .z-\[10001\] {
|
|
6851
|
+
z-index: 10001;
|
|
6852
|
+
}
|
|
6829
6853
|
.scalar-app .z-context {
|
|
6830
6854
|
z-index: 1000;
|
|
6831
6855
|
}
|
|
@@ -7274,6 +7298,9 @@ to {
|
|
|
7274
7298
|
.scalar-app .min-h-20 {
|
|
7275
7299
|
min-height: 80px;
|
|
7276
7300
|
}
|
|
7301
|
+
.scalar-app .min-h-\[64px\] {
|
|
7302
|
+
min-height: 64px;
|
|
7303
|
+
}
|
|
7277
7304
|
.scalar-app .min-h-\[65px\] {
|
|
7278
7305
|
min-height: 65px;
|
|
7279
7306
|
}
|
|
@@ -7388,6 +7415,9 @@ to {
|
|
|
7388
7415
|
.scalar-app .max-w-\[14px\] {
|
|
7389
7416
|
max-width: 14px;
|
|
7390
7417
|
}
|
|
7418
|
+
.scalar-app .max-w-\[16rem\] {
|
|
7419
|
+
max-width: 16rem;
|
|
7420
|
+
}
|
|
7391
7421
|
.scalar-app .max-w-\[37px\] {
|
|
7392
7422
|
max-width: 37px;
|
|
7393
7423
|
}
|
|
@@ -7488,6 +7518,9 @@ to {
|
|
|
7488
7518
|
.scalar-app .rotate-90 {
|
|
7489
7519
|
rotate: 90deg;
|
|
7490
7520
|
}
|
|
7521
|
+
.scalar-app .rotate-180 {
|
|
7522
|
+
rotate: 180deg;
|
|
7523
|
+
}
|
|
7491
7524
|
.scalar-app .transform {
|
|
7492
7525
|
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
|
|
7493
7526
|
}
|
|
@@ -8847,6 +8880,14 @@ to {
|
|
|
8847
8880
|
outline-style: var(--tw-outline-style);
|
|
8848
8881
|
outline-width: 1px;
|
|
8849
8882
|
}
|
|
8883
|
+
@media not all and (min-width: 800px) {
|
|
8884
|
+
.scalar-app .max-md\:absolute\! {
|
|
8885
|
+
position: absolute !important;
|
|
8886
|
+
}
|
|
8887
|
+
.scalar-app .max-md\:w-full\! {
|
|
8888
|
+
width: 100% !important;
|
|
8889
|
+
}
|
|
8890
|
+
}
|
|
8850
8891
|
@media (min-width: 600px) {
|
|
8851
8892
|
.scalar-app .sm\:not-sr-only {
|
|
8852
8893
|
clip: auto;
|
|
@@ -9038,6 +9079,9 @@ to {
|
|
|
9038
9079
|
.scalar-app .lg\:flex-1 {
|
|
9039
9080
|
flex: 1;
|
|
9040
9081
|
}
|
|
9082
|
+
.scalar-app .lg\:p-0 {
|
|
9083
|
+
padding: 0;
|
|
9084
|
+
}
|
|
9041
9085
|
.scalar-app .lg\:p-1 {
|
|
9042
9086
|
padding: 4px;
|
|
9043
9087
|
}
|
|
@@ -9835,22 +9879,22 @@ to {
|
|
|
9835
9879
|
.description[data-v-1b7a32a4] .markdown > :first-child {
|
|
9836
9880
|
margin-top: 0;
|
|
9837
9881
|
}
|
|
9838
|
-
[data-v-
|
|
9882
|
+
[data-v-bd9d3fab] .cm-editor {
|
|
9839
9883
|
background: none;
|
|
9840
9884
|
outline: none;
|
|
9841
9885
|
height: 100%;
|
|
9842
9886
|
padding: 0;
|
|
9843
9887
|
}
|
|
9844
|
-
[data-v-
|
|
9888
|
+
[data-v-bd9d3fab] .cm-placeholder {
|
|
9845
9889
|
color: var(--scalar-color-3);
|
|
9846
9890
|
}
|
|
9847
|
-
[data-v-
|
|
9891
|
+
[data-v-bd9d3fab] .cm-content {
|
|
9848
9892
|
font-family: var(--scalar-font-code);
|
|
9849
9893
|
font-size: var(--scalar-small);
|
|
9850
9894
|
max-height: 20px;
|
|
9851
9895
|
padding: 8px 0;
|
|
9852
9896
|
}
|
|
9853
|
-
[data-v-
|
|
9897
|
+
[data-v-bd9d3fab] .cm-tooltip {
|
|
9854
9898
|
filter: brightness(var(--scalar-lifted-brightness));
|
|
9855
9899
|
border-radius: var(--scalar-radius);
|
|
9856
9900
|
box-shadow: var(--scalar-shadow-2);
|
|
@@ -9859,39 +9903,39 @@ to {
|
|
|
9859
9903
|
outline: none !important;
|
|
9860
9904
|
overflow: hidden !important;
|
|
9861
9905
|
}
|
|
9862
|
-
[data-v-
|
|
9906
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul li {
|
|
9863
9907
|
padding: 3px 6px !important;
|
|
9864
9908
|
}
|
|
9865
|
-
[data-v-
|
|
9909
|
+
[data-v-bd9d3fab] .cm-completionIcon-type:after {
|
|
9866
9910
|
color: var(--scalar-color-3) !important;
|
|
9867
9911
|
}
|
|
9868
|
-
[data-v-
|
|
9912
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul li[aria-selected] {
|
|
9869
9913
|
background: var(--scalar-background-2) !important;
|
|
9870
9914
|
color: var(--scalar-color-1) !important;
|
|
9871
9915
|
}
|
|
9872
|
-
[data-v-
|
|
9916
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul {
|
|
9873
9917
|
position: relative;
|
|
9874
9918
|
padding: 6px !important;
|
|
9875
9919
|
}
|
|
9876
|
-
[data-v-
|
|
9920
|
+
[data-v-bd9d3fab] .cm-tooltip-autocomplete ul li:hover {
|
|
9877
9921
|
border-radius: 3px;
|
|
9878
9922
|
color: var(--scalar-color-1) !important;
|
|
9879
9923
|
background: var(--scalar-background-3) !important;
|
|
9880
9924
|
}
|
|
9881
|
-
[data-v-
|
|
9925
|
+
[data-v-bd9d3fab] .cm-activeLine, [data-v-bd9d3fab] .cm-activeLineGutter {
|
|
9882
9926
|
background-color: #0000;
|
|
9883
9927
|
}
|
|
9884
|
-
[data-v-
|
|
9928
|
+
[data-v-bd9d3fab] .cm-selectionMatch, [data-v-bd9d3fab] .cm-matchingBracket {
|
|
9885
9929
|
border-radius: var(--scalar-radius);
|
|
9886
9930
|
background: var(--scalar-background-4) !important;
|
|
9887
9931
|
}
|
|
9888
|
-
[data-v-
|
|
9932
|
+
[data-v-bd9d3fab] .cm-css-color-picker-wrapper {
|
|
9889
9933
|
outline: 1px solid var(--scalar-background-3);
|
|
9890
9934
|
border-radius: 3px;
|
|
9891
9935
|
display: inline-flex;
|
|
9892
9936
|
overflow: hidden;
|
|
9893
9937
|
}
|
|
9894
|
-
[data-v-
|
|
9938
|
+
[data-v-bd9d3fab] .cm-gutters {
|
|
9895
9939
|
color: var(--scalar-color-3);
|
|
9896
9940
|
font-size: var(--scalar-small);
|
|
9897
9941
|
background-color: #0000;
|
|
@@ -9899,7 +9943,7 @@ to {
|
|
|
9899
9943
|
border-radius: 0 0 0 3px;
|
|
9900
9944
|
line-height: 22px;
|
|
9901
9945
|
}
|
|
9902
|
-
[data-v-
|
|
9946
|
+
[data-v-bd9d3fab] .cm-gutters:before {
|
|
9903
9947
|
content: "";
|
|
9904
9948
|
border-radius: var(--scalar-radius) 0 0 var(--scalar-radius);
|
|
9905
9949
|
background-color: var(--scalar-background-1);
|
|
@@ -9909,7 +9953,7 @@ to {
|
|
|
9909
9953
|
top: 2px;
|
|
9910
9954
|
left: 2px;
|
|
9911
9955
|
}
|
|
9912
|
-
[data-v-
|
|
9956
|
+
[data-v-bd9d3fab] .cm-gutterElement {
|
|
9913
9957
|
justify-content: flex-end;
|
|
9914
9958
|
align-items: center;
|
|
9915
9959
|
display: flex;
|
|
@@ -9918,16 +9962,16 @@ to {
|
|
|
9918
9962
|
padding-left: 0 !important;
|
|
9919
9963
|
padding-right: 6px !important;
|
|
9920
9964
|
}
|
|
9921
|
-
[data-v-
|
|
9965
|
+
[data-v-bd9d3fab] .cm-lineNumbers .cm-gutterElement {
|
|
9922
9966
|
min-width: fit-content;
|
|
9923
9967
|
}
|
|
9924
|
-
[data-v-
|
|
9968
|
+
[data-v-bd9d3fab] .cm-gutter + .cm-gutter :not(.cm-foldGutter) .cm-gutterElement {
|
|
9925
9969
|
padding-left: 0 !important;
|
|
9926
9970
|
}
|
|
9927
|
-
[data-v-
|
|
9971
|
+
[data-v-bd9d3fab] .cm-scroller {
|
|
9928
9972
|
overflow: auto;
|
|
9929
9973
|
}
|
|
9930
|
-
.line-wrapping[data-v-
|
|
9974
|
+
.line-wrapping[data-v-bd9d3fab]:focus-within .cm-content {
|
|
9931
9975
|
white-space: break-spaces;
|
|
9932
9976
|
word-break: break-all;
|
|
9933
9977
|
min-height: fit-content;
|
|
@@ -9983,49 +10027,49 @@ to {
|
|
|
9983
10027
|
border-radius: var(--scalar-radius);
|
|
9984
10028
|
color: var(--scalar-color-1);
|
|
9985
10029
|
}
|
|
9986
|
-
[data-v-
|
|
10030
|
+
[data-v-3bb71855] .cm-editor {
|
|
9987
10031
|
outline: none;
|
|
9988
10032
|
width: 100%;
|
|
9989
10033
|
height: 100%;
|
|
9990
10034
|
}
|
|
9991
|
-
[data-v-
|
|
10035
|
+
[data-v-3bb71855] .cm-line {
|
|
9992
10036
|
padding: 0;
|
|
9993
10037
|
}
|
|
9994
|
-
[data-v-
|
|
10038
|
+
[data-v-3bb71855] .cm-content {
|
|
9995
10039
|
font-size: var(--scalar-small);
|
|
9996
10040
|
align-items: center;
|
|
9997
10041
|
padding: 0;
|
|
9998
10042
|
display: flex;
|
|
9999
10043
|
}
|
|
10000
|
-
.scroll-timeline-x[data-v-
|
|
10044
|
+
.scroll-timeline-x[data-v-3bb71855] {
|
|
10001
10045
|
scroll-timeline: --scroll-timeline x;
|
|
10002
10046
|
scroll-timeline: --scroll-timeline horizontal;
|
|
10003
10047
|
-ms-overflow-style: none;
|
|
10004
10048
|
}
|
|
10005
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10049
|
+
.scroll-timeline-x-hidden[data-v-3bb71855] {
|
|
10006
10050
|
overflow-x: auto;
|
|
10007
10051
|
}
|
|
10008
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10052
|
+
.scroll-timeline-x-hidden[data-v-3bb71855] .cm-scroller {
|
|
10009
10053
|
scrollbar-width: none;
|
|
10010
10054
|
-ms-overflow-style: none;
|
|
10011
10055
|
padding-right: 20px;
|
|
10012
10056
|
overflow: auto;
|
|
10013
10057
|
}
|
|
10014
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10058
|
+
.scroll-timeline-x-hidden[data-v-3bb71855]::-webkit-scrollbar {
|
|
10015
10059
|
width: 0;
|
|
10016
10060
|
height: 0;
|
|
10017
10061
|
display: none;
|
|
10018
10062
|
}
|
|
10019
|
-
.scroll-timeline-x-hidden[data-v-
|
|
10063
|
+
.scroll-timeline-x-hidden[data-v-3bb71855] .cm-scroller::-webkit-scrollbar {
|
|
10020
10064
|
width: 0;
|
|
10021
10065
|
height: 0;
|
|
10022
10066
|
display: none;
|
|
10023
10067
|
}
|
|
10024
|
-
.scroll-timeline-x-address[data-v-
|
|
10068
|
+
.scroll-timeline-x-address[data-v-3bb71855] {
|
|
10025
10069
|
scrollbar-width: none;
|
|
10026
10070
|
line-height: 27px;
|
|
10027
10071
|
}
|
|
10028
|
-
.scroll-timeline-x-address[data-v-
|
|
10072
|
+
.scroll-timeline-x-address[data-v-3bb71855]:after {
|
|
10029
10073
|
content: "";
|
|
10030
10074
|
cursor: text;
|
|
10031
10075
|
width: 24px;
|
|
@@ -10033,48 +10077,48 @@ to {
|
|
|
10033
10077
|
position: absolute;
|
|
10034
10078
|
right: 0;
|
|
10035
10079
|
}
|
|
10036
|
-
.scroll-timeline-x-address[data-v-
|
|
10080
|
+
.scroll-timeline-x-address[data-v-3bb71855]:empty:before {
|
|
10037
10081
|
content: "Enter URL or cURL request";
|
|
10038
10082
|
color: var(--scalar-color-3);
|
|
10039
10083
|
pointer-events: none;
|
|
10040
10084
|
}
|
|
10041
|
-
.fade-left[data-v-
|
|
10085
|
+
.fade-left[data-v-3bb71855], .fade-right[data-v-3bb71855] {
|
|
10042
10086
|
content: "";
|
|
10043
10087
|
pointer-events: none;
|
|
10044
10088
|
z-index: 1;
|
|
10045
10089
|
height: 100%;
|
|
10046
|
-
animation-name: fadein-
|
|
10090
|
+
animation-name: fadein-3bb71855;
|
|
10047
10091
|
animation-duration: 1ms;
|
|
10048
10092
|
animation-direction: reverse;
|
|
10049
10093
|
animation-timeline: --scroll-timeline;
|
|
10050
10094
|
position: sticky;
|
|
10051
10095
|
}
|
|
10052
|
-
.fade-left[data-v-
|
|
10096
|
+
.fade-left[data-v-3bb71855] {
|
|
10053
10097
|
background: linear-gradient(-90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10054
10098
|
}
|
|
10055
10099
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10056
|
-
.fade-left[data-v-
|
|
10100
|
+
.fade-left[data-v-3bb71855] {
|
|
10057
10101
|
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
10102
|
}
|
|
10059
10103
|
}
|
|
10060
|
-
.fade-left[data-v-
|
|
10104
|
+
.fade-left[data-v-3bb71855] {
|
|
10061
10105
|
min-width: 6px;
|
|
10062
10106
|
animation-direction: normal;
|
|
10063
10107
|
left: -1px;
|
|
10064
10108
|
}
|
|
10065
|
-
.fade-right[data-v-
|
|
10109
|
+
.fade-right[data-v-3bb71855] {
|
|
10066
10110
|
background: linear-gradient(90deg, var(--scalar-address-bar-bg) 0%, var(--scalar-address-bar-bg) 30%, var(--scalar-address-bar-bg) 100%);
|
|
10067
10111
|
}
|
|
10068
10112
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10069
|
-
.fade-right[data-v-
|
|
10113
|
+
.fade-right[data-v-3bb71855] {
|
|
10070
10114
|
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
10115
|
}
|
|
10072
10116
|
}
|
|
10073
|
-
.fade-right[data-v-
|
|
10117
|
+
.fade-right[data-v-3bb71855] {
|
|
10074
10118
|
min-width: 24px;
|
|
10075
10119
|
right: -1px;
|
|
10076
10120
|
}
|
|
10077
|
-
@keyframes fadein-
|
|
10121
|
+
@keyframes fadein-3bb71855 {
|
|
10078
10122
|
0% {
|
|
10079
10123
|
opacity: 0;
|
|
10080
10124
|
}
|
|
@@ -10082,31 +10126,31 @@ to {
|
|
|
10082
10126
|
opacity: 1;
|
|
10083
10127
|
}
|
|
10084
10128
|
}
|
|
10085
|
-
.address-bar-bg-states[data-v-
|
|
10129
|
+
.address-bar-bg-states[data-v-3bb71855] {
|
|
10086
10130
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10087
10131
|
}
|
|
10088
10132
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10089
|
-
.address-bar-bg-states[data-v-
|
|
10133
|
+
.address-bar-bg-states[data-v-3bb71855] {
|
|
10090
10134
|
--scalar-address-bar-bg: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10091
10135
|
}
|
|
10092
10136
|
}
|
|
10093
|
-
.address-bar-bg-states[data-v-
|
|
10137
|
+
.address-bar-bg-states[data-v-3bb71855] {
|
|
10094
10138
|
background: var(--scalar-address-bar-bg);
|
|
10095
10139
|
}
|
|
10096
|
-
.address-bar-bg-states[data-v-
|
|
10140
|
+
.address-bar-bg-states[data-v-3bb71855]:has(.cm-focused) {
|
|
10097
10141
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10098
10142
|
border-color: var(--scalar-border-color);
|
|
10099
10143
|
outline-width: 1px;
|
|
10100
10144
|
outline-style: solid;
|
|
10101
10145
|
}
|
|
10102
|
-
.address-bar-bg-states:has(.cm-focused) .fade-left[data-v-
|
|
10146
|
+
.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
10147
|
--scalar-address-bar-bg: var(--scalar-background-1);
|
|
10104
10148
|
}
|
|
10105
|
-
.app-exit-button[data-v-
|
|
10149
|
+
.app-exit-button[data-v-d73c7e3d] {
|
|
10106
10150
|
color: #fff;
|
|
10107
10151
|
background: #0000001a;
|
|
10108
10152
|
}
|
|
10109
|
-
.app-exit-button[data-v-
|
|
10153
|
+
.app-exit-button[data-v-d73c7e3d]:hover {
|
|
10110
10154
|
background: #ffffff1a;
|
|
10111
10155
|
}
|
|
10112
10156
|
.fade-request-section-content[data-v-f97cc68c] {
|
|
@@ -10187,12 +10231,12 @@ to {
|
|
|
10187
10231
|
.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
10232
|
display: none;
|
|
10189
10233
|
}
|
|
10190
|
-
.schema > span[data-v-
|
|
10234
|
+
.schema > span[data-v-f2ab7aa3]:not(:first-child):before {
|
|
10191
10235
|
content: "·";
|
|
10192
10236
|
margin: 0 .5ch;
|
|
10193
10237
|
display: block;
|
|
10194
10238
|
}
|
|
10195
|
-
.schema > span[data-v-
|
|
10239
|
+
.schema > span[data-v-f2ab7aa3] {
|
|
10196
10240
|
white-space: nowrap;
|
|
10197
10241
|
display: flex;
|
|
10198
10242
|
}
|
|
@@ -10228,7 +10272,7 @@ to {
|
|
|
10228
10272
|
-webkit-mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10229
10273
|
mask-image: linear-gradient(to right, transparent 0, var(--scalar-background-2) 20px);
|
|
10230
10274
|
}
|
|
10231
|
-
[data-v-
|
|
10275
|
+
[data-v-e4bd17fa] .cm-content {
|
|
10232
10276
|
font-size: var(--scalar-small);
|
|
10233
10277
|
}
|
|
10234
10278
|
[data-v-25ff4902] .cm-editor {
|
|
@@ -10269,31 +10313,31 @@ input[data-v-25ff4902]::placeholder {
|
|
|
10269
10313
|
-webkit-text-security: disc;
|
|
10270
10314
|
-moz-text-security: disc;
|
|
10271
10315
|
}
|
|
10272
|
-
.request-section-content[data-v-
|
|
10316
|
+
.request-section-content[data-v-2b56a6b2] {
|
|
10273
10317
|
--scalar-border-width: .5px;
|
|
10274
10318
|
}
|
|
10275
|
-
.request-section-content-filter[data-v-
|
|
10319
|
+
.request-section-content-filter[data-v-2b56a6b2] {
|
|
10276
10320
|
box-shadow: 0 -10px 0 10px var(--scalar-background-1);
|
|
10277
10321
|
}
|
|
10278
|
-
.request-item:focus-within .request-meta-buttons[data-v-
|
|
10322
|
+
.request-item:focus-within .request-meta-buttons[data-v-2b56a6b2] {
|
|
10279
10323
|
opacity: 1;
|
|
10280
10324
|
}
|
|
10281
|
-
.group-hover-input[data-v-
|
|
10325
|
+
.group-hover-input[data-v-2b56a6b2] {
|
|
10282
10326
|
border-width: var(--scalar-border-width);
|
|
10283
10327
|
border-color: #0000;
|
|
10284
10328
|
}
|
|
10285
|
-
.group:hover .group-hover-input[data-v-
|
|
10329
|
+
.group:hover .group-hover-input[data-v-2b56a6b2] {
|
|
10286
10330
|
background: var(--scalar-background-1);
|
|
10287
10331
|
}
|
|
10288
10332
|
@supports (color: color-mix(in lab, red, red)) {
|
|
10289
|
-
.group:hover .group-hover-input[data-v-
|
|
10333
|
+
.group:hover .group-hover-input[data-v-2b56a6b2] {
|
|
10290
10334
|
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10291
10335
|
}
|
|
10292
10336
|
}
|
|
10293
|
-
.group:hover .group-hover-input[data-v-
|
|
10337
|
+
.group:hover .group-hover-input[data-v-2b56a6b2] {
|
|
10294
10338
|
border-color: var(--scalar-border-color);
|
|
10295
10339
|
}
|
|
10296
|
-
.group-hover-input[data-v-
|
|
10340
|
+
.group-hover-input[data-v-2b56a6b2]:focus {
|
|
10297
10341
|
border-color: var(--scalar-border-color) !important;
|
|
10298
10342
|
background: none !important;
|
|
10299
10343
|
}
|
|
@@ -10389,11 +10433,11 @@ to {
|
|
|
10389
10433
|
.v-enter-from[data-v-57ced68a] {
|
|
10390
10434
|
opacity: 0;
|
|
10391
10435
|
}
|
|
10392
|
-
.animate-response-heading .response-heading[data-v-
|
|
10436
|
+
.animate-response-heading .response-heading[data-v-aaba9a18] {
|
|
10393
10437
|
opacity: 1;
|
|
10394
|
-
animation: .2s ease-in-out forwards push-response-
|
|
10438
|
+
animation: .2s ease-in-out forwards push-response-aaba9a18;
|
|
10395
10439
|
}
|
|
10396
|
-
@keyframes push-response-
|
|
10440
|
+
@keyframes push-response-aaba9a18 {
|
|
10397
10441
|
0% {
|
|
10398
10442
|
opacity: 1;
|
|
10399
10443
|
transform: translateY(0);
|
|
@@ -10403,11 +10447,11 @@ to {
|
|
|
10403
10447
|
transform: translateY(-4px);
|
|
10404
10448
|
}
|
|
10405
10449
|
}
|
|
10406
|
-
.animate-response-heading .animate-response-children[data-v-
|
|
10450
|
+
.animate-response-heading .animate-response-children[data-v-aaba9a18] {
|
|
10407
10451
|
opacity: 0;
|
|
10408
|
-
animation: .2s ease-in-out 50ms forwards response-spans-
|
|
10452
|
+
animation: .2s ease-in-out 50ms forwards response-spans-aaba9a18;
|
|
10409
10453
|
}
|
|
10410
|
-
@keyframes response-spans-
|
|
10454
|
+
@keyframes response-spans-aaba9a18 {
|
|
10411
10455
|
0% {
|
|
10412
10456
|
opacity: 0;
|
|
10413
10457
|
transform: translateY(4px);
|
|
@@ -10417,38 +10461,38 @@ to {
|
|
|
10417
10461
|
transform: translateY(0);
|
|
10418
10462
|
}
|
|
10419
10463
|
}
|
|
10420
|
-
.request-card[data-v-
|
|
10464
|
+
.request-card[data-v-6c4b269b] {
|
|
10421
10465
|
font-size: var(--scalar-font-size-3);
|
|
10422
10466
|
}
|
|
10423
|
-
.request-method[data-v-
|
|
10467
|
+
.request-method[data-v-6c4b269b] {
|
|
10424
10468
|
font-family: var(--scalar-font-code);
|
|
10425
10469
|
text-transform: uppercase;
|
|
10426
10470
|
margin-right: 6px;
|
|
10427
10471
|
}
|
|
10428
|
-
.request-card-footer[data-v-
|
|
10472
|
+
.request-card-footer[data-v-6c4b269b] {
|
|
10429
10473
|
flex-shrink: 0;
|
|
10430
10474
|
justify-content: flex-end;
|
|
10431
10475
|
padding: 6px;
|
|
10432
10476
|
display: flex;
|
|
10433
10477
|
}
|
|
10434
|
-
.request-card-footer-addon[data-v-
|
|
10478
|
+
.request-card-footer-addon[data-v-6c4b269b] {
|
|
10435
10479
|
flex: 1;
|
|
10436
10480
|
align-items: center;
|
|
10437
10481
|
min-width: 0;
|
|
10438
10482
|
display: flex;
|
|
10439
10483
|
}
|
|
10440
|
-
.request-editor-section[data-v-
|
|
10484
|
+
.request-editor-section[data-v-6c4b269b] {
|
|
10441
10485
|
flex: 1;
|
|
10442
10486
|
display: flex;
|
|
10443
10487
|
}
|
|
10444
|
-
.request-card-simple[data-v-
|
|
10488
|
+
.request-card-simple[data-v-6c4b269b] {
|
|
10445
10489
|
font-size: var(--scalar-small);
|
|
10446
10490
|
justify-content: space-between;
|
|
10447
10491
|
align-items: center;
|
|
10448
10492
|
padding: 8px 8px 8px 12px;
|
|
10449
10493
|
display: flex;
|
|
10450
10494
|
}
|
|
10451
|
-
.code-snippet[data-v-
|
|
10495
|
+
.code-snippet[data-v-6c4b269b] {
|
|
10452
10496
|
flex-direction: column;
|
|
10453
10497
|
width: 100%;
|
|
10454
10498
|
display: flex;
|
|
@@ -10495,7 +10539,7 @@ to {
|
|
|
10495
10539
|
position: absolute;
|
|
10496
10540
|
inset: 0;
|
|
10497
10541
|
}
|
|
10498
|
-
.ref-search-meta[data-v-
|
|
10542
|
+
.ref-search-meta[data-v-0c30b37a] {
|
|
10499
10543
|
background: var(--scalar-background-1);
|
|
10500
10544
|
border-bottom-left-radius: var(--scalar-radius-lg);
|
|
10501
10545
|
border-bottom-right-radius: var(--scalar-radius-lg);
|
|
@@ -10610,27 +10654,27 @@ to {
|
|
|
10610
10654
|
background: color-mix(in srgb, var(--scalar-color-red), transparent 90%);
|
|
10611
10655
|
}
|
|
10612
10656
|
}
|
|
10613
|
-
.empty-sidebar-item-content[data-v-
|
|
10657
|
+
.empty-sidebar-item-content[data-v-75aacdc4] {
|
|
10614
10658
|
display: none;
|
|
10615
10659
|
}
|
|
10616
|
-
.empty-sidebar-item .empty-sidebar-item-content[data-v-
|
|
10660
|
+
.empty-sidebar-item .empty-sidebar-item-content[data-v-75aacdc4] {
|
|
10617
10661
|
display: block;
|
|
10618
10662
|
}
|
|
10619
|
-
.rabbitjump[data-v-
|
|
10663
|
+
.rabbitjump[data-v-75aacdc4] {
|
|
10620
10664
|
opacity: 0;
|
|
10621
10665
|
}
|
|
10622
|
-
.empty-sidebar-item:hover .rabbitjump[data-v-
|
|
10666
|
+
.empty-sidebar-item:hover .rabbitjump[data-v-75aacdc4] {
|
|
10623
10667
|
opacity: 1;
|
|
10624
|
-
animation: .5s step-end infinite rabbitAnimation-
|
|
10668
|
+
animation: .5s step-end infinite rabbitAnimation-75aacdc4;
|
|
10625
10669
|
}
|
|
10626
|
-
.empty-sidebar-item:hover .rabbitsit[data-v-
|
|
10670
|
+
.empty-sidebar-item:hover .rabbitsit[data-v-75aacdc4] {
|
|
10627
10671
|
opacity: 0;
|
|
10628
|
-
animation: .5s step-end infinite rabbitAnimation2-
|
|
10672
|
+
animation: .5s step-end infinite rabbitAnimation2-75aacdc4;
|
|
10629
10673
|
}
|
|
10630
|
-
.empty-sidebar-item:hover .rabbit-ascii[data-v-
|
|
10631
|
-
animation: 8s linear infinite rabbitRun-
|
|
10674
|
+
.empty-sidebar-item:hover .rabbit-ascii[data-v-75aacdc4] {
|
|
10675
|
+
animation: 8s linear infinite rabbitRun-75aacdc4;
|
|
10632
10676
|
}
|
|
10633
|
-
@keyframes rabbitRun-
|
|
10677
|
+
@keyframes rabbitRun-75aacdc4 {
|
|
10634
10678
|
0% {
|
|
10635
10679
|
transform: translateZ(0);
|
|
10636
10680
|
}
|
|
@@ -10650,7 +10694,7 @@ to {
|
|
|
10650
10694
|
transform: translateZ(0);
|
|
10651
10695
|
}
|
|
10652
10696
|
}
|
|
10653
|
-
@keyframes rabbitAnimation-
|
|
10697
|
+
@keyframes rabbitAnimation-75aacdc4 {
|
|
10654
10698
|
0%, to {
|
|
10655
10699
|
opacity: 1;
|
|
10656
10700
|
}
|
|
@@ -10658,7 +10702,7 @@ to {
|
|
|
10658
10702
|
opacity: 0;
|
|
10659
10703
|
}
|
|
10660
10704
|
}
|
|
10661
|
-
@keyframes rabbitAnimation2-
|
|
10705
|
+
@keyframes rabbitAnimation2-75aacdc4 {
|
|
10662
10706
|
0%, to {
|
|
10663
10707
|
opacity: 0;
|
|
10664
10708
|
}
|
|
@@ -10778,10 +10822,15 @@ to {
|
|
|
10778
10822
|
background-color: color-mix(in srgb, var(--scalar-background-1) 65%, black);
|
|
10779
10823
|
}
|
|
10780
10824
|
}
|
|
10781
|
-
[data-v-
|
|
10825
|
+
.scalar-collection-auth[data-v-e15e1c6f] {
|
|
10826
|
+
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
10827
|
+
border-radius: var(--scalar-radius-lg);
|
|
10828
|
+
overflow: hidden;
|
|
10829
|
+
}
|
|
10830
|
+
[data-v-6fc24fdf] .cm-editor {
|
|
10782
10831
|
padding: 0;
|
|
10783
10832
|
}
|
|
10784
|
-
[data-v-
|
|
10833
|
+
[data-v-6fc24fdf] .cm-content {
|
|
10785
10834
|
font-family: var(--scalar-font);
|
|
10786
10835
|
font-size: var(--scalar-small);
|
|
10787
10836
|
background-color: #0000;
|
|
@@ -10790,24 +10839,24 @@ to {
|
|
|
10790
10839
|
padding: 5px 8px;
|
|
10791
10840
|
display: flex;
|
|
10792
10841
|
}
|
|
10793
|
-
[data-v-
|
|
10842
|
+
[data-v-6fc24fdf] .cm-content:has(.cm-pill) {
|
|
10794
10843
|
padding: 5px 8px;
|
|
10795
10844
|
}
|
|
10796
|
-
[data-v-
|
|
10845
|
+
[data-v-6fc24fdf] .cm-content .cm-pill:not(:last-of-type) {
|
|
10797
10846
|
margin-right: .5px;
|
|
10798
10847
|
}
|
|
10799
|
-
[data-v-
|
|
10848
|
+
[data-v-6fc24fdf] .cm-content .cm-pill:not(:first-of-type) {
|
|
10800
10849
|
margin-left: .5px;
|
|
10801
10850
|
}
|
|
10802
|
-
[data-v-
|
|
10851
|
+
[data-v-6fc24fdf] .cm-line {
|
|
10803
10852
|
text-overflow: ellipsis;
|
|
10804
10853
|
padding: 0;
|
|
10805
10854
|
overflow: hidden;
|
|
10806
10855
|
}
|
|
10807
|
-
[data-v-
|
|
10856
|
+
[data-v-28c8509c] .cm-editor {
|
|
10808
10857
|
padding: 0;
|
|
10809
10858
|
}
|
|
10810
|
-
[data-v-
|
|
10859
|
+
[data-v-28c8509c] .cm-content {
|
|
10811
10860
|
font-family: var(--scalar-font);
|
|
10812
10861
|
font-size: var(--scalar-small);
|
|
10813
10862
|
background-color: #0000;
|
|
@@ -10816,21 +10865,66 @@ to {
|
|
|
10816
10865
|
padding: 5px 8px;
|
|
10817
10866
|
display: flex;
|
|
10818
10867
|
}
|
|
10819
|
-
[data-v-
|
|
10868
|
+
[data-v-28c8509c] .cm-content:has(.cm-pill) {
|
|
10820
10869
|
padding: 5px 8px;
|
|
10821
10870
|
}
|
|
10822
|
-
[data-v-
|
|
10871
|
+
[data-v-28c8509c] .cm-content .cm-pill:not(:last-of-type) {
|
|
10823
10872
|
margin-right: .5px;
|
|
10824
10873
|
}
|
|
10825
|
-
[data-v-
|
|
10874
|
+
[data-v-28c8509c] .cm-content .cm-pill:not(:first-of-type) {
|
|
10826
10875
|
margin-left: .5px;
|
|
10827
10876
|
}
|
|
10828
|
-
[data-v-
|
|
10877
|
+
[data-v-28c8509c] .cm-line {
|
|
10829
10878
|
text-overflow: ellipsis;
|
|
10830
10879
|
padding: 0;
|
|
10831
10880
|
overflow: hidden;
|
|
10832
10881
|
}
|
|
10833
|
-
|
|
10882
|
+
[data-v-7c1a2f6c] .cm-content {
|
|
10883
|
+
min-height: fit-content;
|
|
10884
|
+
}
|
|
10885
|
+
[data-v-7c1a2f6c] .cm-scroller {
|
|
10886
|
+
max-width: 100%;
|
|
10887
|
+
overflow: auto hidden;
|
|
10888
|
+
}
|
|
10889
|
+
.scalar-button-danger[data-v-cda64f02] {
|
|
10890
|
+
background: var(--scalar-color-red);
|
|
10891
|
+
}
|
|
10892
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
10893
|
+
.scalar-button-danger[data-v-cda64f02] {
|
|
10894
|
+
background: color-mix(in srgb, var(--scalar-color-red), transparent 95%);
|
|
10895
|
+
}
|
|
10896
|
+
}
|
|
10897
|
+
.scalar-button-danger[data-v-cda64f02] {
|
|
10898
|
+
color: var(--scalar-color-red);
|
|
10899
|
+
}
|
|
10900
|
+
.scalar-button-danger[data-v-cda64f02]:hover, .scalar-button-danger[data-v-cda64f02]:focus {
|
|
10901
|
+
background: var(--scalar-color-red);
|
|
10902
|
+
}
|
|
10903
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
10904
|
+
.scalar-button-danger[data-v-cda64f02]:hover, .scalar-button-danger[data-v-cda64f02]:focus {
|
|
10905
|
+
background: color-mix(in srgb, var(--scalar-color-red), transparent 90%);
|
|
10906
|
+
}
|
|
10907
|
+
}
|
|
10908
|
+
.group-hover-input[data-v-5a23cb87] {
|
|
10909
|
+
border-width: var(--scalar-border-width);
|
|
10910
|
+
border-color: #0000;
|
|
10911
|
+
}
|
|
10912
|
+
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
10913
|
+
background: var(--scalar-background-1);
|
|
10914
|
+
}
|
|
10915
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
10916
|
+
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
10917
|
+
background: color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2));
|
|
10918
|
+
}
|
|
10919
|
+
}
|
|
10920
|
+
.group:hover .group-hover-input[data-v-5a23cb87] {
|
|
10921
|
+
border-color: var(--scalar-border-color);
|
|
10922
|
+
}
|
|
10923
|
+
.group-hover-input[data-v-5a23cb87]:focus {
|
|
10924
|
+
border-color: var(--scalar-border-color) !important;
|
|
10925
|
+
background: none !important;
|
|
10926
|
+
}
|
|
10927
|
+
.scalar .scalar-app-layout[data-v-3209f6ba] {
|
|
10834
10928
|
background: var(--scalar-background-1);
|
|
10835
10929
|
opacity: 0;
|
|
10836
10930
|
border: var(--scalar-border-width) solid var(--scalar-border-color);
|
|
@@ -10839,17 +10933,17 @@ to {
|
|
|
10839
10933
|
max-width: 1390px;
|
|
10840
10934
|
height: calc(100% - 120px);
|
|
10841
10935
|
margin: auto;
|
|
10842
|
-
animation: .35s forwards scalarapiclientfadein-
|
|
10936
|
+
animation: .35s forwards scalarapiclientfadein-3209f6ba;
|
|
10843
10937
|
position: relative;
|
|
10844
10938
|
overflow: hidden;
|
|
10845
10939
|
}
|
|
10846
10940
|
@media (max-width: 720px) and (max-height: 480px) {
|
|
10847
|
-
.scalar .scalar-app-layout[data-v-
|
|
10941
|
+
.scalar .scalar-app-layout[data-v-3209f6ba] {
|
|
10848
10942
|
height: 100%;
|
|
10849
10943
|
max-height: 90svh;
|
|
10850
10944
|
}
|
|
10851
10945
|
}
|
|
10852
|
-
@keyframes scalarapiclientfadein-
|
|
10946
|
+
@keyframes scalarapiclientfadein-3209f6ba {
|
|
10853
10947
|
0% {
|
|
10854
10948
|
opacity: 0;
|
|
10855
10949
|
}
|
|
@@ -10857,22 +10951,22 @@ to {
|
|
|
10857
10951
|
opacity: 1;
|
|
10858
10952
|
}
|
|
10859
10953
|
}
|
|
10860
|
-
.scalar .scalar-app-exit[data-v-
|
|
10954
|
+
.scalar .scalar-app-exit[data-v-3209f6ba] {
|
|
10861
10955
|
cursor: pointer;
|
|
10862
10956
|
z-index: -1;
|
|
10863
10957
|
background: #00000038;
|
|
10864
10958
|
width: 100vw;
|
|
10865
10959
|
height: 100vh;
|
|
10866
10960
|
transition: all .3s ease-in-out;
|
|
10867
|
-
animation: .35s forwards scalardrawerexitfadein-
|
|
10961
|
+
animation: .35s forwards scalardrawerexitfadein-3209f6ba;
|
|
10868
10962
|
position: fixed;
|
|
10869
10963
|
top: 0;
|
|
10870
10964
|
left: 0;
|
|
10871
10965
|
}
|
|
10872
|
-
.dark-mode .scalar .scalar-app-exit[data-v-
|
|
10966
|
+
.dark-mode .scalar .scalar-app-exit[data-v-3209f6ba] {
|
|
10873
10967
|
background: #00000073;
|
|
10874
10968
|
}
|
|
10875
|
-
.scalar .scalar-app-exit[data-v-
|
|
10969
|
+
.scalar .scalar-app-exit[data-v-3209f6ba]:before {
|
|
10876
10970
|
text-align: center;
|
|
10877
10971
|
color: #fff;
|
|
10878
10972
|
opacity: .6;
|
|
@@ -10884,10 +10978,10 @@ to {
|
|
|
10884
10978
|
top: 0;
|
|
10885
10979
|
right: 12px;
|
|
10886
10980
|
}
|
|
10887
|
-
.scalar .scalar-app-exit[data-v-
|
|
10981
|
+
.scalar .scalar-app-exit[data-v-3209f6ba]:hover:before {
|
|
10888
10982
|
opacity: 1;
|
|
10889
10983
|
}
|
|
10890
|
-
@keyframes scalardrawerexitfadein-
|
|
10984
|
+
@keyframes scalardrawerexitfadein-3209f6ba {
|
|
10891
10985
|
0% {
|
|
10892
10986
|
opacity: 0;
|
|
10893
10987
|
}
|
|
@@ -10895,7 +10989,7 @@ to {
|
|
|
10895
10989
|
opacity: 1;
|
|
10896
10990
|
}
|
|
10897
10991
|
}
|
|
10898
|
-
.scalar-container[data-v-
|
|
10992
|
+
.scalar-container[data-v-3209f6ba] {
|
|
10899
10993
|
visibility: visible;
|
|
10900
10994
|
z-index: 10000;
|
|
10901
10995
|
justify-content: center;
|
|
@@ -10909,22 +11003,22 @@ to {
|
|
|
10909
11003
|
left: 0;
|
|
10910
11004
|
overflow: hidden;
|
|
10911
11005
|
}
|
|
10912
|
-
.scalar .url-form-input[data-v-
|
|
11006
|
+
.scalar .url-form-input[data-v-3209f6ba] {
|
|
10913
11007
|
min-height: auto !important;
|
|
10914
11008
|
}
|
|
10915
|
-
.scalar .scalar-container[data-v-
|
|
11009
|
+
.scalar .scalar-container[data-v-3209f6ba] {
|
|
10916
11010
|
line-height: normal;
|
|
10917
11011
|
}
|
|
10918
|
-
.scalar .scalar-app-header span[data-v-
|
|
11012
|
+
.scalar .scalar-app-header span[data-v-3209f6ba] {
|
|
10919
11013
|
color: var(--scalar-color-3);
|
|
10920
11014
|
}
|
|
10921
|
-
.scalar .scalar-app-header a[data-v-
|
|
11015
|
+
.scalar .scalar-app-header a[data-v-3209f6ba] {
|
|
10922
11016
|
color: var(--scalar-color-1);
|
|
10923
11017
|
}
|
|
10924
|
-
.scalar .scalar-app-header a[data-v-
|
|
11018
|
+
.scalar .scalar-app-header a[data-v-3209f6ba]:hover {
|
|
10925
11019
|
text-decoration: underline;
|
|
10926
11020
|
}
|
|
10927
|
-
.scalar-activate[data-v-
|
|
11021
|
+
.scalar-activate[data-v-3209f6ba] {
|
|
10928
11022
|
cursor: pointer;
|
|
10929
11023
|
align-items: center;
|
|
10930
11024
|
gap: 6px;
|
|
@@ -10935,7 +11029,7 @@ to {
|
|
|
10935
11029
|
line-height: 24px;
|
|
10936
11030
|
display: flex;
|
|
10937
11031
|
}
|
|
10938
|
-
.scalar-activate-button[data-v-
|
|
11032
|
+
.scalar-activate-button[data-v-3209f6ba] {
|
|
10939
11033
|
color: var(--scalar-color-blue);
|
|
10940
11034
|
appearance: none;
|
|
10941
11035
|
background: none;
|
|
@@ -10946,29 +11040,10 @@ to {
|
|
|
10946
11040
|
padding: 0 .5rem;
|
|
10947
11041
|
display: flex;
|
|
10948
11042
|
}
|
|
10949
|
-
.scalar-activate:hover .scalar-activate-button[data-v-
|
|
11043
|
+
.scalar-activate:hover .scalar-activate-button[data-v-3209f6ba] {
|
|
10950
11044
|
background: var(--scalar-background-3);
|
|
10951
11045
|
border-radius: 3px;
|
|
10952
11046
|
}
|
|
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
11047
|
.schema > span[data-v-4df72868]:not(:first-child):before {
|
|
10973
11048
|
content: "·";
|
|
10974
11049
|
margin: 0 .5ch;
|
|
@@ -11499,37 +11574,6 @@ to {
|
|
|
11499
11574
|
gap: 1rem;
|
|
11500
11575
|
display: flex;
|
|
11501
11576
|
}
|
|
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
11577
|
:root {
|
|
11534
11578
|
--scalar-loaded-api-reference: true;
|
|
11535
11579
|
}
|
|
@@ -11711,7 +11755,7 @@ to {
|
|
|
11711
11755
|
|
|
11712
11756
|
/* Configurable Layout Variables */
|
|
11713
11757
|
@layer scalar-config {
|
|
11714
|
-
.scalar-api-reference[data-v-
|
|
11758
|
+
.scalar-api-reference[data-v-4529c98b] {
|
|
11715
11759
|
--refs-sidebar-width: var(--scalar-sidebar-width, 0px);
|
|
11716
11760
|
/* The header height */
|
|
11717
11761
|
--refs-header-height: calc(
|
|
@@ -11727,7 +11771,7 @@ to {
|
|
|
11727
11771
|
);
|
|
11728
11772
|
--refs-content-max-width: var(--scalar-content-max-width, 1540px);
|
|
11729
11773
|
}
|
|
11730
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11774
|
+
.scalar-api-reference.references-classic[data-v-4529c98b] {
|
|
11731
11775
|
/* Classic layout is wider */
|
|
11732
11776
|
--refs-content-max-width: var(--scalar-content-max-width, 1420px);
|
|
11733
11777
|
min-height: 100dvh;
|
|
@@ -11735,14 +11779,14 @@ to {
|
|
|
11735
11779
|
}
|
|
11736
11780
|
|
|
11737
11781
|
/* When the toolbar is present, we need to offset the content */
|
|
11738
|
-
.scalar-api-reference[data-v-
|
|
11782
|
+
.scalar-api-reference[data-v-4529c98b]:has(.api-reference-toolbar) {
|
|
11739
11783
|
--refs-content-offset: 48px;
|
|
11740
11784
|
}
|
|
11741
11785
|
}
|
|
11742
11786
|
|
|
11743
11787
|
/* ----------------------------------------------------- */
|
|
11744
11788
|
/* References Layout */
|
|
11745
|
-
.references-layout[data-v-
|
|
11789
|
+
.references-layout[data-v-4529c98b] {
|
|
11746
11790
|
/* Try to fill the container */
|
|
11747
11791
|
min-height: 100dvh;
|
|
11748
11792
|
min-width: 100%;
|
|
@@ -11766,40 +11810,40 @@ to {
|
|
|
11766
11810
|
|
|
11767
11811
|
background: var(--scalar-background-1);
|
|
11768
11812
|
}
|
|
11769
|
-
.references-editor[data-v-
|
|
11813
|
+
.references-editor[data-v-4529c98b] {
|
|
11770
11814
|
grid-area: editor;
|
|
11771
11815
|
display: flex;
|
|
11772
11816
|
min-width: 0;
|
|
11773
11817
|
background: var(--scalar-background-1);
|
|
11774
11818
|
}
|
|
11775
|
-
.references-rendered[data-v-
|
|
11819
|
+
.references-rendered[data-v-4529c98b] {
|
|
11776
11820
|
position: relative;
|
|
11777
11821
|
grid-area: rendered;
|
|
11778
11822
|
min-width: 0;
|
|
11779
11823
|
background: var(--scalar-background-1);
|
|
11780
11824
|
}
|
|
11781
|
-
.scalar-api-reference.references-classic[data-v-
|
|
11782
|
-
.references-classic .references-rendered[data-v-
|
|
11825
|
+
.scalar-api-reference.references-classic[data-v-4529c98b],
|
|
11826
|
+
.references-classic .references-rendered[data-v-4529c98b] {
|
|
11783
11827
|
height: initial !important;
|
|
11784
11828
|
max-height: initial !important;
|
|
11785
11829
|
}
|
|
11786
11830
|
@layer scalar-config {
|
|
11787
|
-
.references-sidebar[data-v-
|
|
11831
|
+
.references-sidebar[data-v-4529c98b] {
|
|
11788
11832
|
/* Set a default width if references are enabled */
|
|
11789
11833
|
--refs-sidebar-width: var(--scalar-sidebar-width, 280px);
|
|
11790
11834
|
}
|
|
11791
11835
|
}
|
|
11792
11836
|
|
|
11793
11837
|
/* Footer */
|
|
11794
|
-
.references-footer[data-v-
|
|
11838
|
+
.references-footer[data-v-4529c98b] {
|
|
11795
11839
|
grid-area: footer;
|
|
11796
11840
|
}
|
|
11797
11841
|
/* ----------------------------------------------------- */
|
|
11798
11842
|
/* Responsive / Mobile Layout */
|
|
11799
11843
|
@media (max-width: 1000px) {
|
|
11800
11844
|
/* Stack view on mobile */
|
|
11801
|
-
.references-layout[data-v-
|
|
11802
|
-
grid-template-columns:
|
|
11845
|
+
.references-layout[data-v-4529c98b] {
|
|
11846
|
+
grid-template-columns: 100%;
|
|
11803
11847
|
grid-template-rows: var(--scalar-header-height, 0px) 0px auto auto;
|
|
11804
11848
|
|
|
11805
11849
|
grid-template-areas:
|
|
@@ -11808,13 +11852,13 @@ to {
|
|
|
11808
11852
|
'rendered'
|
|
11809
11853
|
'footer';
|
|
11810
11854
|
}
|
|
11811
|
-
.references-editable[data-v-
|
|
11855
|
+
.references-editable[data-v-4529c98b] {
|
|
11812
11856
|
grid-template-areas:
|
|
11813
11857
|
'header'
|
|
11814
11858
|
'navigation'
|
|
11815
11859
|
'editor';
|
|
11816
11860
|
}
|
|
11817
|
-
.references-rendered[data-v-
|
|
11861
|
+
.references-rendered[data-v-4529c98b] {
|
|
11818
11862
|
position: static;
|
|
11819
11863
|
}
|
|
11820
11864
|
}
|
|
@@ -11825,12 +11869,12 @@ to {
|
|
|
11825
11869
|
* when the new elements are available
|
|
11826
11870
|
*/
|
|
11827
11871
|
@media (max-width: 1000px) {
|
|
11828
|
-
.scalar-api-references-standalone-mobile[data-v-
|
|
11872
|
+
.scalar-api-references-standalone-mobile[data-v-4529c98b] {
|
|
11829
11873
|
--scalar-header-height: 50px;
|
|
11830
11874
|
}
|
|
11831
11875
|
}
|
|
11832
11876
|
|
|
11833
|
-
.darklight-reference[data-v-
|
|
11877
|
+
.darklight-reference[data-v-4529c98b] {
|
|
11834
11878
|
width: 100%;
|
|
11835
11879
|
margin-top: auto;
|
|
11836
11880
|
}
|