@scalar/api-reference 0.1.15 → 0.1.17

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.
Files changed (3) hide show
  1. package/dist/index.js +41 -41
  2. package/dist/style.css +515 -476
  3. package/package.json +4 -4
package/dist/style.css CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- .sidebar-search[data-v-2819d5f9] {
2
+ .sidebar-search[data-v-5005eb5e] {
3
3
  display: flex;
4
4
  align-items: center;
5
5
  position: relative;
@@ -9,18 +9,18 @@
9
9
  margin: 12px var(--margin-x) 6px var(--margin-x);
10
10
  padding: 0 12px;
11
11
 
12
- color: var(--scalar-api-reference-theme-color-3);
12
+ color: var(--theme-color-3);
13
13
  outline: none;
14
- border-radius: var(--scalar-api-reference-rounded);
15
- border: var(--scalar-api-reference-border);
14
+ border-radius: var(--theme-radius-lg);
15
+ border: 1px solid var(--theme-border-color);
16
16
  /* prettier-ignore */
17
- background: var(--scalar-api-reference-sidebar-search-background, var(--scalar-api-reference-theme-background-1));
17
+ background: var(--scalar-api-reference-sidebar-search-background, var(--theme-background-1));
18
18
  cursor: pointer;
19
19
  appearance: none;
20
20
  }
21
- .sidebar-search-input[data-v-2819d5f9] {
22
- font-size: var(--scalar-api-reference-theme-small);
23
- font-weight: var(--scalar-api-reference-theme-semibold);
21
+ .sidebar-search-input[data-v-5005eb5e] {
22
+ font-size: var(--theme-small);
23
+ font-weight: var(--theme-semibold);
24
24
  line-height: 31px;
25
25
 
26
26
  user-select: none;
@@ -28,7 +28,7 @@
28
28
  position: relative;
29
29
  display: block;
30
30
  }
31
- .search-icon[data-v-2819d5f9] {
31
+ .search-icon[data-v-5005eb5e] {
32
32
  padding: 0;
33
33
  margin-right: 9px;
34
34
  width: 12px;
@@ -120,7 +120,7 @@ to {
120
120
  }
121
121
  }
122
122
 
123
- .flow-button[data-v-6c87717a] {
123
+ .flow-button[data-v-59eee5f4] {
124
124
  display: flex;
125
125
  align-items: center;
126
126
  justify-content: center;
@@ -130,120 +130,120 @@ to {
130
130
  -webkit-appearance: none;
131
131
  height: 40px;
132
132
  padding: 0px 24px;
133
- border-radius: var(--scalar-api-reference-rounded);
134
- color: var(--scalar-api-reference-theme-button-1-color);
135
- font-size: var(--scalar-api-reference-theme-font-size-4);
133
+ border-radius: var(--theme-radius-lg);
134
+ color: var(--theme-button-1-color);
135
+ font-size: var(--theme-small);
136
136
  font-weight: 500;
137
137
  cursor: pointer;
138
- background: var(--scalar-api-reference-theme-button-1);
138
+ background: var(--theme-button-1);
139
139
  border: none;
140
140
  width: 100%;
141
141
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
142
142
  }
143
- .flow-button[data-v-6c87717a]:hover,
144
- .flow-button[data-v-6c87717a]:focus-visible {
145
- background: var(--scalar-api-reference-theme-button-1-hover);
143
+ .flow-button[data-v-59eee5f4]:hover,
144
+ .flow-button[data-v-59eee5f4]:focus-visible {
145
+ background: var(--theme-button-1-hover);
146
146
  }
147
- .flow-button[data-v-6c87717a]:active {
147
+ .flow-button[data-v-59eee5f4]:active {
148
148
  box-shadow: none;
149
- background: var(--scalar-api-reference-theme-button-1);
149
+ background: var(--theme-button-1);
150
150
  }
151
- .flow-button[disabled][data-v-6c87717a] {
152
- background: var(--scalar-api-reference-theme-background-2);
153
- color: var(--scalar-api-reference-theme-color-3);
151
+ .flow-button[disabled][data-v-59eee5f4] {
152
+ background: var(--theme-background-2);
153
+ color: var(--theme-color-3);
154
154
  cursor: unset;
155
155
  box-shadow: none;
156
156
  }
157
- .flow-button.flow-button-icon-only[data-v-6c87717a] {
157
+ .flow-button.flow-button-icon-only[data-v-59eee5f4] {
158
158
  width: 24px;
159
159
  height: 24px;
160
160
  padding: 0;
161
161
  }
162
162
 
163
163
  /* ----------------------------------------------------- */
164
- .flow-button-outlined[data-v-6c87717a] {
165
- background: var(--scalar-api-reference-theme-background-1);
166
- color: var(--scalar-api-reference-theme-color-1);
164
+ .flow-button-outlined[data-v-59eee5f4] {
165
+ background: var(--theme-background-1);
166
+ color: var(--theme-color-1);
167
167
  padding: 11px 23px;
168
- border: var(--scalar-api-reference-border);
168
+ border: 1px solid var(--theme-border-color);
169
169
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px;
170
170
  }
171
- .flow-button-outlined[data-v-6c87717a]:hover,
172
- .flow-button-outlined[data-v-6c87717a]:focus-visible {
173
- background: var(--scalar-api-reference-theme-background-2);
171
+ .flow-button-outlined[data-v-59eee5f4]:hover,
172
+ .flow-button-outlined[data-v-59eee5f4]:focus-visible {
173
+ background: var(--theme-background-2);
174
174
  }
175
- .flow-button-outlined[data-v-6c87717a]:active {
176
- background: var(--scalar-api-reference-theme-background-2);
175
+ .flow-button-outlined[data-v-59eee5f4]:active {
176
+ background: var(--theme-background-2);
177
177
  }
178
- .flow-button-outlined[disabled][data-v-6c87717a] {
179
- background: var(--scalar-api-reference-theme-background-2);
180
- color: var(--scalar-api-reference-theme-color-3);
178
+ .flow-button-outlined[disabled][data-v-59eee5f4] {
179
+ background: var(--theme-background-2);
180
+ color: var(--theme-color-3);
181
181
  cursor: unset;
182
182
  box-shadow: none;
183
183
  }
184
184
 
185
185
  /* ----------------------------------------------------- */
186
- .flow-button-clear[data-v-6c87717a] {
186
+ .flow-button-clear[data-v-59eee5f4] {
187
187
  background: transparent;
188
188
  box-shadow: none;
189
- color: var(--scalar-api-reference-theme-color-3);
189
+ color: var(--theme-color-3);
190
190
  }
191
- .flow-button-clear[data-v-6c87717a]:active {
191
+ .flow-button-clear[data-v-59eee5f4]:active {
192
192
  background: transparent;
193
193
  }
194
- .flow-button-clear[data-v-6c87717a]:hover,
195
- .flow-button-clear[data-v-6c87717a]:focus-visible {
196
- background: var(--scalar-api-reference-theme-background-2);
194
+ .flow-button-clear[data-v-59eee5f4]:hover,
195
+ .flow-button-clear[data-v-59eee5f4]:focus-visible {
196
+ background: var(--theme-background-2);
197
197
  box-shadow: none;
198
198
  }
199
- .flow-button-clear[disabled][data-v-6c87717a] {
200
- background: var(--scalar-api-reference-theme-background-2);
201
- color: var(--scalar-api-reference-theme-color-3);
199
+ .flow-button-clear[disabled][data-v-59eee5f4] {
200
+ background: var(--theme-background-2);
201
+ color: var(--theme-color-3);
202
202
  cursor: unset;
203
203
  box-shadow: none;
204
204
  }
205
205
 
206
206
  /* ----------------------------------------------------- */
207
- .flow-button-text[data-v-6c87717a] {
207
+ .flow-button-text[data-v-59eee5f4] {
208
208
  background: transparent;
209
209
  box-shadow: none;
210
- color: var(--scalar-api-reference-theme-color-3);
210
+ color: var(--theme-color-3);
211
211
  }
212
- .flow-button-text[data-v-6c87717a]:active {
212
+ .flow-button-text[data-v-59eee5f4]:active {
213
213
  background: transparent;
214
214
  }
215
- .flow-button-text[data-v-6c87717a]:hover,
216
- .flow-button-text[data-v-6c87717a]:focus-visible {
217
- color: var(--scalar-api-reference-theme-color-2);
215
+ .flow-button-text[data-v-59eee5f4]:hover,
216
+ .flow-button-text[data-v-59eee5f4]:focus-visible {
217
+ color: var(--theme-color-2);
218
218
  background: transparent;
219
219
  box-shadow: none;
220
220
  }
221
- .flow-button-text[disabled][data-v-6c87717a] {
221
+ .flow-button-text[disabled][data-v-59eee5f4] {
222
222
  background: transparent;
223
- color: var(--scalar-api-reference-theme-color-ghost);
223
+ color: var(--theme-color-ghost);
224
224
  cursor: unset;
225
225
  box-shadow: none;
226
226
  }
227
227
 
228
228
  /* ----------------------------------------------------- */
229
- .flow-button--delete[data-v-6c87717a] {
230
- background: var(--scalar-api-reference-theme-error-color);
229
+ .flow-button--delete[data-v-59eee5f4] {
230
+ background: var(--theme-error-color);
231
231
  color: white;
232
232
  }
233
- .flow-button--delete[data-v-6c87717a]:active {
234
- background: var(--scalar-api-reference-theme-error-color);
233
+ .flow-button--delete[data-v-59eee5f4]:active {
234
+ background: var(--theme-error-color);
235
235
  }
236
- .flow-button--delete[data-v-6c87717a]:hover {
237
- background: var(--scalar-api-reference-theme-error-color);
236
+ .flow-button--delete[data-v-59eee5f4]:hover {
237
+ background: var(--theme-error-color);
238
238
  opacity: 0.86;
239
239
  }
240
240
 
241
241
  /* ----------------------------------------------------- */
242
- .flow-button-loader[data-v-6c87717a] {
242
+ .flow-button-loader[data-v-59eee5f4] {
243
243
  position: absolute;
244
244
  right: 8px;
245
245
  }
246
- .flow-button-decorator[data-v-6c87717a] {
246
+ .flow-button-decorator[data-v-59eee5f4] {
247
247
  margin-right: 9px;
248
248
  color: currentColor;
249
249
  display: flex;
@@ -251,11 +251,11 @@ to {
251
251
  height: 14px;
252
252
  width: 14px;
253
253
  }
254
- .flow-button-icon-only .flow-button-decorator[data-v-6c87717a] {
254
+ .flow-button-icon-only .flow-button-decorator[data-v-59eee5f4] {
255
255
  margin-right: 0;
256
256
  }
257
257
 
258
- .action-menu[data-v-ef4aac03] {
258
+ .action-menu[data-v-fa8f9095] {
259
259
  position: absolute;
260
260
  top: 5px;
261
261
  right: 5px;
@@ -266,30 +266,30 @@ to {
266
266
  * Some awkwardness to make the dropdown buttons hidden when not hovered
267
267
  * but still show when the panel is open and focused
268
268
  */
269
- .action-menu[data-v-ef4aac03] .button-wrapper button {
269
+ .action-menu[data-v-fa8f9095] .button-wrapper button {
270
270
  /* Hide the icons by default */
271
271
  opacity: 0;
272
272
  width: 20px;
273
273
  height: 20px;
274
274
  padding: 4px;
275
275
  }
276
- .action-menu[data-v-ef4aac03]:hover .button-wrapper button,
277
- .action-menu[data-v-ef4aac03] .button-wrapper button:hover,
278
- .sidebar-heading:hover ~ .action-menu[data-v-ef4aac03] .button-wrapper button,
279
- .action-menu[data-v-ef4aac03] .button-wrapper button[aria-expanded='true'] {
276
+ .action-menu[data-v-fa8f9095]:hover .button-wrapper button,
277
+ .action-menu[data-v-fa8f9095] .button-wrapper button:hover,
278
+ .sidebar-heading:hover ~ .action-menu[data-v-fa8f9095] .button-wrapper button,
279
+ .action-menu[data-v-fa8f9095] .button-wrapper button[aria-expanded='true'] {
280
280
  opacity: 1;
281
281
  }
282
- .sidebar-heading[data-v-ef4aac03]:has(~ .action-menu:hover) {
282
+ .sidebar-heading[data-v-fa8f9095]:has(~ .action-menu:hover) {
283
283
  /* prettier-ignore */
284
- color: var(--scalar-api-reference-sidebar-color-1, var(--scalar-api-reference-theme-color-1));
284
+ color: var(--sidebar-color-1, var(--theme-color-1));
285
285
  /* prettier-ignore */
286
- background: var(--scalar-api-reference-sidebar-item-hover-background, var(--scalar-api-reference-theme-background-3));
286
+ background: var(--sidebar-item-hover-background, var(--theme-background-2));
287
287
  }
288
288
 
289
289
  .sidebar {
290
290
  --theme-sidebar-indent-base: 6px;
291
291
  /* prettier-ignore */
292
- background: var(--scalar-api-reference-sidebar-background-1, var(--scalar-api-reference-theme-background-1));
292
+ background: var(--sidebar-background-1, var(--theme-background-1));
293
293
  }
294
294
 
295
295
  /* ----------------------------------------------------- */
@@ -300,7 +300,7 @@ to {
300
300
  display: flex;
301
301
  flex-direction: column;
302
302
  /* prettier-ignore */
303
- background: var(--scalar-api-reference-sidebar-background-1, var(--scalar-api-reference-theme-background-1));
303
+ background: var(--sidebar-background-1, var(--theme-background-1));
304
304
  --sidebar-level: 0;
305
305
  }
306
306
  .pages {
@@ -316,9 +316,9 @@ to {
316
316
  gap: 6px;
317
317
 
318
318
  /* prettier-ignore */
319
- color: var(--scalar-api-reference-sidebar-color-2, var(--scalar-api-reference-theme-color-2));
320
- font-size: var(--scalar-api-reference-theme-mini);
321
- font-weight: var(--scalar-api-reference-theme-semibold);
319
+ color: var(--sidebar-color-2, var(--theme-color-2));
320
+ font-size: var(--theme-micro);
321
+ font-weight: var(--theme-semibold);
322
322
  word-break: break-word;
323
323
  line-height: 1.385;
324
324
  display: flex;
@@ -327,7 +327,7 @@ to {
327
327
  position: relative;
328
328
  cursor: pointer;
329
329
  /* prettier-ignore */
330
- border-radius: 0 var(--scalar-api-reference-rounded) var(--scalar-api-reference-rounded) 0;
330
+ border-radius: 0 var(--theme-radius-lg) var(--theme-radius-lg) 0;
331
331
  flex: 1;
332
332
  padding-right: 12px;
333
333
  user-select: none;
@@ -387,9 +387,9 @@ to {
387
387
  }
388
388
  .sidebar-heading:hover {
389
389
  /* prettier-ignore */
390
- color: var(--scalar-api-reference-sidebar-color-1, var(--scalar-api-reference-theme-color-1));
390
+ color: var(--sidebar-color-1, var(--theme-color-1));
391
391
  /* prettier-ignore */
392
- background: var(--scalar-api-reference-sidebar-item-hover-background, var(--scalar-api-reference-theme-background-3));
392
+ background: var(--sidebar-item-hover-background, var(--theme-background-2));
393
393
  }
394
394
  .active_page.sidebar-heading:hover,
395
395
  .active_page.sidebar-heading,
@@ -397,7 +397,7 @@ to {
397
397
  /* prettier-ignore */
398
398
  background: var(--sidebar-item-active-background, var(--theme-background-accent)) !important;
399
399
  /* prettier-ignore */
400
- color: var(--scalar-api-reference-sidebar-color-active, var(--theme-background-accent)) !important;
400
+ color: var(--theme-color-accent, var(--theme-background-accent)) !important;
401
401
  }
402
402
  .sidebar-group-item {
403
403
  position: relative;
@@ -406,14 +406,14 @@ to {
406
406
  /* Change font colors and weights for nested items */
407
407
  .sidebar-indent-nested .sidebar-heading {
408
408
  /* prettier-ignore */
409
- color: var(--scalar-api-reference-sidebar-color-1, var(--scalar-api-reference-theme-color-1));
409
+ color: var(--sidebar-color-1, var(--theme-color-1));
410
410
  }
411
411
  .sidebar-indent-nested .sidebar-indent-nested .sidebar-heading {
412
412
  /* prettier-ignore */
413
- color: var(--scalar-api-reference-sidebar-color-2, var(--scalar-api-reference-theme-color-2));
413
+ color: var(--sidebar-color-2, var(--theme-color-2));
414
414
  }
415
415
  .sidebar-indent-nested > div:has(.active_page) .sidebar-heading {
416
- font-weight: var(--scalar-api-reference-theme-bold);
416
+ font-weight: var(--theme-bold);
417
417
  }
418
418
  .sidebar-mobile-header {
419
419
  display: flex;
@@ -429,8 +429,8 @@ to {
429
429
  overflow: hidden;
430
430
  white-space: nowrap;
431
431
  text-overflow: ellipsis;
432
- font-size: var(--scalar-api-reference-theme-small);
433
- font-weight: var(--scalar-api-reference-theme-semibold);
432
+ font-size: var(--theme-small);
433
+ font-weight: var(--theme-semibold);
434
434
  }
435
435
  .sidebar-mobile-actions {
436
436
  display: flex;
@@ -456,14 +456,14 @@ to {
456
456
  .header-item-link.header-item-active,
457
457
  .sidebar-section,
458
458
  .sidebar-heading {
459
- font-size: var(--scalar-api-reference-theme-mini);
459
+ font-size: var(--theme-micro);
460
460
  }
461
461
  }
462
462
 
463
- .scalar-api-client__container .scalar-api-client[data-v-1b925514] {
463
+ .scalar-api-client__container .scalar-api-client[data-v-457b261c] {
464
464
  width: calc(100% - var(--scalar-api-reference-theme-sidebar-width));
465
465
  }
466
- .scalar-api-client__container[data-v-1b925514] {
466
+ .scalar-api-client__container[data-v-457b261c] {
467
467
  position: absolute;
468
468
  right: 0;
469
469
  left: 0;
@@ -475,32 +475,32 @@ to {
475
475
  opacity: 1;
476
476
  overflow: hidden;
477
477
  pointer-events: all;
478
- background: var(--scalar-api-reference-theme-background-1) !important;
479
- border-radius: var(--scalar-api-reference-rounded);
480
- box-shadow: var(--scalar-api-reference-theme-shadow-1);
478
+ background: var(--theme-background-1) !important;
479
+ border-radius: var(--theme-radius-lg);
480
+ box-shadow: var(--theme-shadow-1);
481
481
  height: 100%;
482
482
  overflow: hidden;
483
483
  display: flex;
484
484
  flex-direction: column;
485
485
  }
486
486
  @media screen and (max-width: 1265px) {
487
- .scalar-api-client__container[data-v-1b925514] {
487
+ .scalar-api-client__container[data-v-457b261c] {
488
488
  width: 100vw !important;
489
489
  }
490
490
  }
491
- .scalar-api-client__navigation[data-v-1b925514] {
491
+ .scalar-api-client__navigation[data-v-457b261c] {
492
492
  width: 100%;
493
493
  display: flex;
494
494
  align-items: center;
495
495
  padding: 11px 12px;
496
496
  height: var(--scalar-api-reference-theme-header-height);
497
- background-color: var(--scalar-api-reference-theme-background-1);
497
+ background-color: var(--theme-background-1);
498
498
  z-index: 10;
499
499
  position: sticky;
500
- border-bottom: var(--scalar-api-reference-border);
500
+ border-bottom: 1px solid var(--theme-border-color);
501
501
  top: 0;
502
502
  }
503
- .scalar-api-client__close[data-v-1b925514] {
503
+ .scalar-api-client__close[data-v-457b261c] {
504
504
  appearance: none;
505
505
  border: none;
506
506
  outline: none;
@@ -508,10 +508,10 @@ to {
508
508
  align-items: center;
509
509
  background: transparent;
510
510
  font-size: 14px;
511
- color: var(--scalar-api-reference-theme-color-1);
512
- font-weight: var(--scalar-api-reference-theme-semibold);
511
+ color: var(--theme-color-1);
512
+ font-weight: var(--theme-semibold);
513
513
  }
514
- .scalar-api-client__close[data-v-1b925514]:hover {
514
+ .scalar-api-client__close[data-v-457b261c]:hover {
515
515
  cursor: pointer;
516
516
  }
517
517
  /*
@@ -519,23 +519,23 @@ TODO: Markup is missing
519
519
  .scalar-api-client__close__icon {
520
520
  width: 28px;
521
521
  height: 28px;
522
- border-radius: var(--scalar-api-reference-rounded);
522
+ border-radius: var(--theme-radius-lg);
523
523
  margin-right: 12px;
524
524
  display: flex;
525
525
  justify-content: center;
526
526
  align-items: center;
527
- color: var(--scalar-api-reference-theme-color-2);
527
+ color: var(--theme-color-2);
528
528
  }
529
529
  .scalar-api-client__close__icon:hover {
530
- background: var(--scalar-api-reference-theme-background-2);
530
+ background: var(--theme-background-2);
531
531
  }
532
532
  .scalar-api-client__close__icon svg {
533
533
  width: 12px;
534
534
  height: 12px;
535
535
  transform: rotate(180deg);
536
536
  } */
537
- .api-client-drawer[data-v-1b925514] {
538
- background: var(--scalar-api-reference-theme-background-1);
537
+ .api-client-drawer[data-v-457b261c] {
538
+ background: var(--theme-background-1);
539
539
  height: calc(100vh - 58px);
540
540
  width: calc(100vw - 8px);
541
541
  border-radius: 12px;
@@ -546,9 +546,9 @@ TODO: Markup is missing
546
546
  left: 4px;
547
547
  z-index: 9999;
548
548
  opacity: 0;
549
- animation: apiclientfadein-1b925514 0.35s forwards;
549
+ animation: apiclientfadein-457b261c 0.35s forwards;
550
550
  }
551
- @keyframes apiclientfadein-1b925514 {
551
+ @keyframes apiclientfadein-457b261c {
552
552
  from {
553
553
  transform: translate3d(0, 20px, 0) scale(0.985);
554
554
  opacity: 0;
@@ -558,7 +558,7 @@ to {
558
558
  opacity: 1;
559
559
  }
560
560
  }
561
- .api-client-drawer-exit[data-v-1b925514] {
561
+ .api-client-drawer-exit[data-v-457b261c] {
562
562
  position: fixed;
563
563
  top: 0;
564
564
  left: 0;
@@ -568,9 +568,9 @@ to {
568
568
  transition: all 0.3s ease-in-out;
569
569
  z-index: 9998;
570
570
  cursor: pointer;
571
- animation: drawerexitfadein-1b925514 0.35s forwards;
571
+ animation: drawerexitfadein-457b261c 0.35s forwards;
572
572
  }
573
- @keyframes drawerexitfadein-1b925514 {
573
+ @keyframes drawerexitfadein-457b261c {
574
574
  from {
575
575
  opacity: 0;
576
576
  }
@@ -578,10 +578,10 @@ to {
578
578
  opacity: 1;
579
579
  }
580
580
  }
581
- .scalar-api-client-height[data-v-1b925514] {
581
+ .scalar-api-client-height[data-v-457b261c] {
582
582
  height: 100%;
583
583
  }
584
- .scalar-api-client-height .sidebar[data-v-1b925514] {
584
+ .scalar-api-client-height .sidebar[data-v-457b261c] {
585
585
  flex: 1 1 0%;
586
586
  flex-grow: 1;
587
587
  flex-shrink: 1;
@@ -590,51 +590,51 @@ to {
590
590
  display: flex;
591
591
  flex-direction: column;
592
592
  width: var(--scalar-api-reference-theme-sidebar-width);
593
- border-right: 1px solid var(--scalar-api-reference-border-color);
593
+ border-right: 1px solid var(--theme-border-color);
594
594
  }
595
595
 
596
- .card[data-v-18b26a5c] {
597
- border-radius: var(--scalar-api-reference-rounded-lg);
596
+ .card[data-v-632b8afa] {
597
+ border-radius: var(--theme-radius-lg);
598
598
  overflow: hidden;
599
- border: 1px solid var(--scalar-api-reference-border-color);
599
+ border: 1px solid var(--theme-border-color);
600
600
  }
601
601
 
602
- .card-content[data-v-8fdcb32d] {
602
+ .card-content[data-v-872d61e3] {
603
603
  overflow: auto;
604
604
  padding: 10px 12px;
605
- border-bottom: 1px solid var(--scalar-api-reference-border-color);
605
+ border-bottom: 1px solid var(--theme-border-color);
606
606
  }
607
- .card-content[data-v-8fdcb32d]:last-of-type,
608
- .card-content.card--borderless[data-v-8fdcb32d] {
607
+ .card-content[data-v-872d61e3]:last-of-type,
608
+ .card-content.card--borderless[data-v-872d61e3] {
609
609
  border-bottom: none;
610
610
  }
611
- .card--muted[data-v-8fdcb32d] {
612
- background: var(--scalar-api-reference-theme-background-2);
611
+ .card--muted[data-v-872d61e3] {
612
+ background: var(--theme-background-2);
613
613
  }
614
- .card--frameless[data-v-8fdcb32d] {
614
+ .card--frameless[data-v-872d61e3] {
615
615
  padding: 0;
616
616
  }
617
617
 
618
- .card-header[data-v-7ae5e9f2] {
619
- font-weight: var(--scalar-api-reference-theme-semibold);
620
- font-size: var(--scalar-api-reference-theme-mini);
621
- color: var(--scalar-api-reference-theme-color-3);
618
+ .card-header[data-v-95422684] {
619
+ font-weight: var(--theme-semibold);
620
+ font-size: var(--theme-micro);
621
+ color: var(--theme-color-3);
622
622
  }
623
- .card-header-title[data-v-7ae5e9f2] {
623
+ .card-header-title[data-v-95422684] {
624
624
  text-transform: uppercase;
625
625
  }
626
- .card-header-slots[data-v-7ae5e9f2] {
626
+ .card-header-slots[data-v-95422684] {
627
627
  display: flex;
628
628
  justify-content: space-between;
629
629
  align-items: center;
630
630
  }
631
- .card-header-actions[data-v-7ae5e9f2] {
631
+ .card-header-actions[data-v-95422684] {
632
632
  display: flex;
633
633
  align-items: center;
634
634
  }
635
635
 
636
- .card-footer[data-v-67e35cbc] {
637
- border-top: 1px solid var(--scalar-api-reference-border-color);
636
+ .card-footer[data-v-0b2d0026] {
637
+ border-top: 1px solid var(--theme-border-color);
638
638
  }
639
639
 
640
640
  .tab-list[data-v-d1f27904] {
@@ -643,71 +643,71 @@ to {
643
643
  position: relative;
644
644
  }
645
645
 
646
- .tab[data-v-a90e6576] {
646
+ .tab[data-v-9cd4a101] {
647
647
  background: none;
648
648
  border: none;
649
- font-size: var(--scalar-api-reference-theme-font-size-4);
650
- font-family: var(--scalar-api-reference-font-sans);
651
- color: var(--scalar-api-reference-theme-color-2);
652
- font-weight: var(--scalar-api-reference-theme-semibold);
653
- line-height: calc(var(--scalar-api-reference-theme-font-size-4) + 2px);
649
+ font-size: var(--theme-small);
650
+ font-family: var(--theme-font);
651
+ color: var(--theme-color-2);
652
+ font-weight: var(--theme-semibold);
653
+ line-height: calc(var(--theme-small) + 2px);
654
654
  cursor: pointer;
655
655
  }
656
- .tab-selected[data-v-a90e6576] {
657
- color: var(--scalar-api-reference-theme-color-1);
656
+ .tab-selected[data-v-9cd4a101] {
657
+ color: var(--theme-color-1);
658
658
  text-decoration: underline;
659
659
  text-underline-offset: calc(
660
- var(--scalar-api-reference-theme-font-size-4) - 1px
660
+ var(--theme-small) - 1px
661
661
  );
662
662
  }
663
663
 
664
- .markdown[data-v-8f62d36d] * {
664
+ .markdown[data-v-e041250f] * {
665
665
  margin-top: 12px;
666
666
  }
667
- .markdown[data-v-8f62d36d] h1,
668
- .markdown[data-v-8f62d36d] h2,
669
- .markdown[data-v-8f62d36d] h3,
670
- .markdown[data-v-8f62d36d] h4,
671
- .markdown[data-v-8f62d36d] h5,
672
- .markdown[data-v-8f62d36d] h6 {
667
+ .markdown[data-v-e041250f] h1,
668
+ .markdown[data-v-e041250f] h2,
669
+ .markdown[data-v-e041250f] h3,
670
+ .markdown[data-v-e041250f] h4,
671
+ .markdown[data-v-e041250f] h5,
672
+ .markdown[data-v-e041250f] h6 {
673
673
  font-size: var(--font-size);
674
674
  margin: 12px 0 6px;
675
675
  }
676
- .markdown[data-v-8f62d36d] p {
677
- font-size: var(--font-size, var(--scalar-api-reference-theme-paragraph));
676
+ .markdown[data-v-e041250f] p {
677
+ font-size: var(--font-size, var(--theme-paragraph));
678
678
  /* prettier-ignore */
679
- color: var(--scalar-api-reference-font-color, var(--scalar-api-reference-theme-color-1));
680
- font-weight: var(--font-weight, var(--scalar-api-reference-theme-regular));
679
+ color: var(--theme-color-1);
680
+ font-weight: var(--font-weight, var(--theme-small));
681
681
  line-height: 1.5;
682
682
  }
683
- .markdown[data-v-8f62d36d] ul,
684
- .markdown[data-v-8f62d36d] ol {
683
+ .markdown[data-v-e041250f] ul,
684
+ .markdown[data-v-e041250f] ol {
685
685
  padding-left: 24px;
686
686
  line-height: 1.5;
687
687
  margin: 12px 0;
688
688
  }
689
- .markdown[data-v-8f62d36d] ul {
689
+ .markdown[data-v-e041250f] ul {
690
690
  list-style: disc;
691
691
  }
692
- .markdown[data-v-8f62d36d] ol {
692
+ .markdown[data-v-e041250f] ol {
693
693
  list-style: decimal;
694
694
  }
695
- .markdown[data-v-8f62d36d] ul.contains-task-list {
695
+ .markdown[data-v-e041250f] ul.contains-task-list {
696
696
  list-style: none;
697
697
  padding-left: 0;
698
698
  }
699
- .markdown[data-v-8f62d36d] li {
699
+ .markdown[data-v-e041250f] li {
700
700
  margin: 6px 0;
701
701
  }
702
- .markdown[data-v-8f62d36d] code {
703
- font-family: var(--scalar-api-reference-font-mono);
704
- background-color: var(--scalar-api-reference-theme-background-2);
705
- box-shadow: 0 0 0 1px var(--scalar-api-reference-border-color);
706
- font-size: var(--scalar-api-reference-theme-mini);
702
+ .markdown[data-v-e041250f] code {
703
+ font-family: var(--theme-font-code);
704
+ background-color: var(--theme-background-2);
705
+ box-shadow: 0 0 0 1px var(--theme-border-color);
706
+ font-size: var(--theme-micro);
707
707
  border-radius: 2px;
708
708
  padding: 0 3px;
709
709
  }
710
- .markdown[data-v-8f62d36d] pre code {
710
+ .markdown[data-v-e041250f] pre code {
711
711
  display: block;
712
712
  white-space: pre;
713
713
  padding: 3px;
@@ -717,75 +717,75 @@ to {
717
717
  max-width: 100%;
718
718
  min-width: 100px;
719
719
  }
720
- .markdown[data-v-8f62d36d] blockquote {
721
- border-left: 3px solid var(--scalar-api-reference-border-color);
720
+ .markdown[data-v-e041250f] blockquote {
721
+ border-left: 3px solid var(--theme-border-color);
722
722
  padding-left: 12px;
723
723
  }
724
- .markdown[data-v-8f62d36d] table {
724
+ .markdown[data-v-e041250f] table {
725
725
  position: relative;
726
726
  border-collapse: collapse;
727
727
  table-layout: fixed;
728
728
  width: 100%;
729
729
  margin: 0;
730
730
  overflow: hidden;
731
- box-shadow: 0 0 0 1px var(--scalar-api-reference-border-color);
732
- border-radius: var(--scalar-api-reference-rounded);
731
+ box-shadow: 0 0 0 1px var(--theme-border-color);
732
+ border-radius: var(--theme-radius-lg);
733
733
  }
734
- .markdown[data-v-8f62d36d] td,
735
- .markdown[data-v-8f62d36d] th {
734
+ .markdown[data-v-e041250f] td,
735
+ .markdown[data-v-e041250f] th {
736
736
  min-width: 1em;
737
737
  padding: 6px;
738
738
  vertical-align: top;
739
739
  box-sizing: border-box;
740
740
  position: relative;
741
741
  word-break: break-all;
742
- border-right: var(--scalar-api-reference-border);
743
- border-bottom: var(--scalar-api-reference-border);
742
+ border-right: 1px solid var(--theme-border-color);
743
+ border-bottom: 1px solid var(--theme-border-color);
744
744
  }
745
- .markdown[data-v-8f62d36d] td > *,
746
- .markdown[data-v-8f62d36d] th > * {
745
+ .markdown[data-v-e041250f] td > *,
746
+ .markdown[data-v-e041250f] th > * {
747
747
  margin-bottom: 0;
748
748
  }
749
- .markdown.parameter-description[data-v-8f62d36d] p {
749
+ .markdown.parameter-description[data-v-e041250f] p {
750
750
  margin-top: 4px;
751
- font-size: var(--scalar-api-reference-theme-small);
752
- color: var(--scalar-api-reference-theme-color-2);
751
+ font-size: var(--theme-small);
752
+ color: var(--theme-color-2);
753
753
  line-height: initial;
754
754
  }
755
- .markdown[data-v-8f62d36d] td:first-of-type,
756
- .markdown[data-v-8f62d36d] th:first-of-type {
755
+ .markdown[data-v-e041250f] td:first-of-type,
756
+ .markdown[data-v-e041250f] th:first-of-type {
757
757
  border-left: none;
758
758
  }
759
- .markdown[data-v-8f62d36d] td:last-of-type,
760
- .markdown[data-v-8f62d36d] th:last-of-type {
759
+ .markdown[data-v-e041250f] td:last-of-type,
760
+ .markdown[data-v-e041250f] th:last-of-type {
761
761
  border-right: none;
762
762
  }
763
- .markdown[data-v-8f62d36d] tr:last-of-type td {
763
+ .markdown[data-v-e041250f] tr:last-of-type td {
764
764
  border-bottom: none;
765
765
  }
766
- .markdown[data-v-8f62d36d] th {
766
+ .markdown[data-v-e041250f] th {
767
767
  font-weight: bold !important;
768
768
  text-align: left;
769
769
  border-left-color: transparent;
770
- background: var(--scalar-api-reference-theme-background-2);
770
+ background: var(--theme-background-2);
771
771
  }
772
772
 
773
- .base-url[data-v-eedff8c4] {
774
- color: var(--scalar-api-reference-theme-color-2);
775
- font-size: var(--scalar-api-reference-theme-mini);
773
+ .base-url[data-v-5760eba8] {
774
+ color: var(--theme-color-2);
775
+ font-size: var(--theme-micro);
776
776
  cursor: pointer;
777
777
  display: flex;
778
- font-family: var(--scalar-api-reference-font-mono);
778
+ font-family: var(--theme-font-code);
779
779
  flex-direction: column;
780
780
  }
781
781
 
782
- .client-libraries-content[data-v-26e49734] {
782
+ .client-libraries-content[data-v-c88c87e1] {
783
783
  display: flex;
784
784
  justify-content: center;
785
785
  gap: 6px;
786
786
  padding: 0 12px;
787
787
  }
788
- .code-languages[data-v-26e49734] {
788
+ .code-languages[data-v-c88c87e1] {
789
789
  display: flex;
790
790
  align-items: center;
791
791
  justify-content: center;
@@ -799,12 +799,12 @@ to {
799
799
  }
800
800
  /* remove php and c on mobile */
801
801
  @media screen and (max-width: 450px) {
802
- .code-languages[data-v-26e49734]:nth-of-type(4),
803
- .code-languages[data-v-26e49734]:nth-of-type(6) {
802
+ .code-languages[data-v-c88c87e1]:nth-of-type(4),
803
+ .code-languages[data-v-c88c87e1]:nth-of-type(6) {
804
804
  display: none;
805
805
  }
806
806
  }
807
- .code-languages-icon[data-v-26e49734] {
807
+ .code-languages-icon[data-v-c88c87e1] {
808
808
  max-width: 48px;
809
809
  width: 100%;
810
810
  max-height: 48px;
@@ -816,89 +816,89 @@ to {
816
816
  color: #fff;
817
817
  justify-content: center;
818
818
  }
819
- .code-languages-icon__shell[data-v-26e49734] {
819
+ .code-languages-icon__shell[data-v-c88c87e1] {
820
820
  background: #000;
821
- box-shadow: 0 0 0 1px var(--scalar-api-reference-border-color);
821
+ box-shadow: 0 0 0 1px var(--theme-border-color);
822
822
  }
823
- .code-languages-icon__ruby[data-v-26e49734] {
823
+ .code-languages-icon__ruby[data-v-c88c87e1] {
824
824
  background: #d91404;
825
825
  }
826
- .code-languages-icon__php[data-v-26e49734] {
826
+ .code-languages-icon__php[data-v-c88c87e1] {
827
827
  background: #6181b6;
828
828
  }
829
- .code-languages-icon__python[data-v-26e49734] {
829
+ .code-languages-icon__python[data-v-c88c87e1] {
830
830
  background: #306998;
831
831
  }
832
- .code-languages-icon__more[data-v-26e49734] {
833
- background: var(--scalar-api-reference-theme-background-3);
832
+ .code-languages-icon__more[data-v-c88c87e1] {
833
+ background: var(--theme-background-3);
834
834
  }
835
- .code-languages-icon__node[data-v-26e49734] {
835
+ .code-languages-icon__node[data-v-c88c87e1] {
836
836
  background: #83cd29;
837
837
  }
838
- .code-languages-icon__c[data-v-26e49734] {
838
+ .code-languages-icon__c[data-v-c88c87e1] {
839
839
  background: #03599c;
840
840
  }
841
- .code-languages-icon__csharp[data-v-26e49734] {
841
+ .code-languages-icon__csharp[data-v-c88c87e1] {
842
842
  background: #68217a;
843
843
  }
844
- .code-languages-icon__cplusplus[data-v-26e49734] {
844
+ .code-languages-icon__cplusplus[data-v-c88c87e1] {
845
845
  background: #9c033a;
846
846
  }
847
- .code-languages-icon__clojure[data-v-26e49734] {
847
+ .code-languages-icon__clojure[data-v-c88c87e1] {
848
848
  background: #5881d8;
849
849
  }
850
- .code-languages-icon__go[data-v-26e49734] {
850
+ .code-languages-icon__go[data-v-c88c87e1] {
851
851
  background: #00acd7;
852
852
  }
853
- .code-languages-icon__http[data-v-26e49734] {
853
+ .code-languages-icon__http[data-v-c88c87e1] {
854
854
  background: #005b9b;
855
855
  }
856
- .code-languages-icon__java[data-v-26e49734] {
856
+ .code-languages-icon__java[data-v-c88c87e1] {
857
857
  background: #ea2d2e;
858
858
  }
859
- .code-languages-icon__javascript[data-v-26e49734] {
859
+ .code-languages-icon__javascript[data-v-c88c87e1] {
860
860
  background: #f0db4f;
861
861
  }
862
- .code-languages-icon__kotlin[data-v-26e49734] {
862
+ .code-languages-icon__kotlin[data-v-c88c87e1] {
863
863
  background: #7f6cb1;
864
864
  }
865
- .code-languages-icon__objc[data-v-26e49734] {
865
+ .code-languages-icon__objc[data-v-c88c87e1] {
866
866
  background: #0b5a9d;
867
867
  }
868
- .code-languages-icon__ocaml[data-v-26e49734] {
868
+ .code-languages-icon__ocaml[data-v-c88c87e1] {
869
869
  background: #f29100;
870
870
  }
871
- .code-languages-icon__powershell[data-v-26e49734] {
871
+ .code-languages-icon__powershell[data-v-c88c87e1] {
872
872
  background: #2671be;
873
873
  }
874
- .code-languages-icon__r[data-v-26e49734] {
874
+ .code-languages-icon__r[data-v-c88c87e1] {
875
875
  background: #cbced0;
876
876
  }
877
- .code-languages-icon__swift[data-v-26e49734] {
877
+ .code-languages-icon__swift[data-v-c88c87e1] {
878
878
  background: #f05138;
879
879
  }
880
- .code-languages__loading .code-languages-icon[data-v-26e49734]:before {
880
+ .code-languages__loading .code-languages-icon[data-v-c88c87e1]:before {
881
881
  border: 1px solid rgba(255, 255, 255, 0.44);
882
882
  border-top: 1px solid white;
883
- animation: codeloader-26e49734 0.45s linear infinite;
883
+ animation: codeloader-c88c87e1 0.45s linear infinite;
884
884
  background: transparent;
885
885
  width: 18px;
886
886
  height: 18px;
887
887
  content: '';
888
888
  border-radius: 50%;
889
889
  }
890
- .code-languages__loading .code-languages-icon svg[data-v-26e49734] {
890
+ .code-languages__loading .code-languages-icon svg[data-v-c88c87e1] {
891
891
  display: none;
892
892
  }
893
- .code-languages__active[data-v-26e49734]:after {
893
+ .code-languages__active[data-v-c88c87e1]:after {
894
894
  content: '';
895
895
  position: absolute;
896
896
  bottom: 0;
897
897
  height: 2px;
898
898
  width: 100%;
899
- background: var(--scalar-api-reference-theme-color-1);
899
+ background: var(--theme-color-1);
900
900
  }
901
- @keyframes codeloader-26e49734 {
901
+ @keyframes codeloader-c88c87e1 {
902
902
  0% {
903
903
  transform: rotate(0deg);
904
904
  }
@@ -906,15 +906,15 @@ to {
906
906
  transform: rotate(1turn);
907
907
  }
908
908
  }
909
- .code-languages span[data-v-26e49734] {
909
+ .code-languages span[data-v-c88c87e1] {
910
910
  margin-top: 3px;
911
- color: var(--scalar-api-reference-theme-color-2);
912
- font-size: var(--scalar-api-reference-theme-mini);
911
+ color: var(--theme-color-2);
912
+ font-size: var(--theme-micro);
913
913
  }
914
- .code-languages__active span[data-v-26e49734] {
915
- color: var(--scalar-api-reference-theme-color-1);
914
+ .code-languages__active span[data-v-c88c87e1] {
915
+ color: var(--theme-color-1);
916
916
  }
917
- .code-languages__select select[data-v-26e49734] {
917
+ .code-languages__select select[data-v-c88c87e1] {
918
918
  opacity: 0;
919
919
  width: 100%;
920
920
  height: 100%;
@@ -923,16 +923,16 @@ to {
923
923
  left: 0;
924
924
  cursor: pointer;
925
925
  }
926
- .code-languages__select span[data-v-26e49734] {
926
+ .code-languages__select span[data-v-c88c87e1] {
927
927
  position: relative;
928
928
  display: flex;
929
929
  align-items: center;
930
930
  }
931
- .code-languages__select span[data-v-26e49734]:after {
931
+ .code-languages__select span[data-v-c88c87e1]:after {
932
932
  content: '';
933
933
  width: 8px;
934
934
  height: 8px;
935
- background: var(--scalar-api-reference-theme-background-1);
935
+ background: var(--theme-background-1);
936
936
  box-shadow: 1px 1px 0 currentColor;
937
937
  display: block;
938
938
  transform: rotate(45deg);
@@ -940,35 +940,35 @@ to {
940
940
  margin-top: -7px;
941
941
  }
942
942
 
943
- .heading[data-v-2e8d58fe] {
943
+ .heading[data-v-d81f68c0] {
944
944
  margin-top: 0px !important;
945
945
  }
946
- .loading[data-v-2e8d58fe] {
947
- background: var(--scalar-api-reference-theme-background-2);
948
- animation: loading-skeleton-2e8d58fe 2s infinite alternate;
949
- border-radius: var(--scalar-api-reference-rounded);
946
+ .loading[data-v-d81f68c0] {
947
+ background: var(--theme-background-2);
948
+ animation: loading-skeleton-d81f68c0 2s infinite alternate;
949
+ border-radius: var(--theme-radius-lg);
950
950
  }
951
- .heading.loading[data-v-2e8d58fe] {
951
+ .heading.loading[data-v-d81f68c0] {
952
952
  width: 80%;
953
953
  }
954
- .tag-description .loading[data-v-2e8d58fe] {
954
+ .tag-description .loading[data-v-d81f68c0] {
955
955
  height: 20px;
956
956
  margin-bottom: 4px;
957
957
  width: 100%;
958
958
  display: inline-block;
959
959
  }
960
- .tag-description .loading[data-v-2e8d58fe]:first-of-type {
960
+ .tag-description .loading[data-v-d81f68c0]:first-of-type {
961
961
  margin-top: 12px;
962
962
  }
963
- .tag-description .loading[data-v-2e8d58fe]:last-of-type {
963
+ .tag-description .loading[data-v-d81f68c0]:last-of-type {
964
964
  width: 40%;
965
965
  }
966
- @keyframes loading-skeleton-2e8d58fe {
966
+ @keyframes loading-skeleton-d81f68c0 {
967
967
  from {
968
- background: var(--scalar-api-reference-theme-background-2);
968
+ background: var(--theme-background-2);
969
969
  }
970
970
  to {
971
- background: var(--scalar-api-reference-theme-background-3);
971
+ background: var(--theme-background-3);
972
972
  }
973
973
  }
974
974
 
@@ -976,7 +976,7 @@ to {
976
976
  margin-top: 6px;
977
977
  }
978
978
  .parameter .parameter-child {
979
- border: var(--scalar-api-reference-border);
979
+ border: 1px solid var(--theme-border-color);
980
980
  border-radius: 20px;
981
981
  margin-top: 12px;
982
982
  width: fit-content;
@@ -988,8 +988,8 @@ to {
988
988
  padding: 6px 12px;
989
989
  cursor: pointer;
990
990
  font-weight: 500;
991
- color: var(--scalar-api-reference-theme-color-3);
992
- font-size: var(--scalar-api-reference-theme-mini);
991
+ color: var(--theme-color-3);
992
+ font-size: var(--theme-micro);
993
993
  display: flex;
994
994
  align-items: center;
995
995
  user-select: none;
@@ -998,7 +998,7 @@ to {
998
998
  display: none;
999
999
  }
1000
1000
  .parameter-child-trigger:hover {
1001
- color: var(--scalar-api-reference-theme-color-1);
1001
+ color: var(--theme-color-1);
1002
1002
  }
1003
1003
  .parameter-child-trigger > span:before {
1004
1004
  content: 'Show ';
@@ -1031,34 +1031,34 @@ to {
1031
1031
  transform: rotate(45deg);
1032
1032
  }
1033
1033
  .parameter-child__open > .parameter-child-trigger {
1034
- border-bottom: var(--scalar-api-reference-border);
1034
+ border-bottom: 1px solid var(--theme-border-color);
1035
1035
  }
1036
1036
  .parameter {
1037
1037
  list-style: none;
1038
- font-size: var(--scalar-api-reference-theme-small);
1038
+ font-size: var(--theme-small);
1039
1039
  }
1040
1040
  .parameter li {
1041
- border-top: var(--scalar-api-reference-border);
1041
+ border-top: 1px solid var(--theme-border-color);
1042
1042
  padding: 12px 0;
1043
1043
  }
1044
1044
  .parameter-name {
1045
1045
  font-weight: 500;
1046
1046
  margin-right: 6px;
1047
- font-family: var(--scalar-api-reference-font-mono);
1047
+ font-family: var(--theme-font-code);
1048
1048
  font-size: 13px;
1049
- color: var(--scalar-api-reference-theme-color-1);
1049
+ color: var(--theme-color-1);
1050
1050
  }
1051
1051
  .parameter-type,
1052
1052
  .parameter-required {
1053
- color: var(--scalar-api-reference-theme-color-3);
1054
- font-weight: var(--scalar-api-reference-theme-semibold);
1053
+ color: var(--theme-color-3);
1054
+ font-weight: var(--theme-semibold);
1055
1055
  margin-right: 6px;
1056
1056
  position: relative;
1057
1057
  }
1058
1058
  .marc_required {
1059
1059
  text-transform: uppercase;
1060
1060
  font-size: 11px;
1061
- font-weight: var(--scalar-api-reference-theme-bold);
1061
+ font-weight: var(--theme-bold);
1062
1062
  color: #ffb040;
1063
1063
  }
1064
1064
  .parameter-options {
@@ -1075,41 +1075,41 @@ to {
1075
1075
  margin-top: 12px;
1076
1076
  }
1077
1077
 
1078
- .request-method--post[data-v-fddb0abd] {
1079
- color: var(--scalar-api-reference-theme-post-color);
1078
+ .request-method--post[data-v-9951d57c] {
1079
+ color: var(--theme-post-color);
1080
1080
  }
1081
- .request-method--patch[data-v-fddb0abd] {
1082
- color: var(--scalar-api-reference-theme-patch-color);
1081
+ .request-method--patch[data-v-9951d57c] {
1082
+ color: var(--theme-patch-color);
1083
1083
  }
1084
- .request-method--get[data-v-fddb0abd] {
1085
- color: var(--scalar-api-reference-theme-get-color);
1084
+ .request-method--get[data-v-9951d57c] {
1085
+ color: var(--theme-get-color);
1086
1086
  }
1087
- .request-method--delete[data-v-fddb0abd] {
1088
- color: var(--scalar-api-reference-theme-delete-color);
1087
+ .request-method--delete[data-v-9951d57c] {
1088
+ color: var(--theme-delete-color);
1089
1089
  }
1090
- .request-method--put[data-v-fddb0abd] {
1091
- color: var(--scalar-api-reference-theme-put-color);
1090
+ .request-method--put[data-v-9951d57c] {
1091
+ color: var(--theme-put-color);
1092
1092
  }
1093
- .request-path[data-v-fddb0abd] {
1093
+ .request-path[data-v-9951d57c] {
1094
1094
  margin-left: 6px;
1095
- color: var(--scalar-api-reference-theme-color-2);
1095
+ color: var(--theme-color-2);
1096
1096
  white-space: nowrap;
1097
1097
  overflow: hidden;
1098
1098
  cursor: default;
1099
1099
  text-overflow: ellipsis;
1100
1100
  text-transform: none !important;
1101
1101
  }
1102
- .language-select[data-v-fddb0abd] {
1102
+ .language-select[data-v-9951d57c] {
1103
1103
  position: relative;
1104
1104
  padding-right: 9px;
1105
- border-right: 1px solid var(--scalar-api-reference-border-color);
1105
+ border-right: 1px solid var(--theme-border-color);
1106
1106
  }
1107
- .language-select select[data-v-fddb0abd] {
1107
+ .language-select select[data-v-9951d57c] {
1108
1108
  border: none;
1109
1109
  outline: none;
1110
1110
  cursor: pointer;
1111
- background: var(--scalar-api-reference-theme-background-3);
1112
- box-shadow: -2px 0 0 0 var(--scalar-api-reference-theme-background-3);
1111
+ background: var(--theme-background-3);
1112
+ box-shadow: -2px 0 0 0 var(--theme-background-3);
1113
1113
  z-index: 2;
1114
1114
  position: absolute;
1115
1115
  top: 0;
@@ -1119,15 +1119,15 @@ to {
1119
1119
  opacity: 0;
1120
1120
  appearance: none;
1121
1121
  }
1122
- .language-select span[data-v-fddb0abd] {
1122
+ .language-select span[data-v-9951d57c] {
1123
1123
  font-size: 12px;
1124
- color: var(--scalar-api-reference-theme-color-3);
1125
- font-weight: var(--scalar-api-reference-theme-semibold);
1124
+ color: var(--theme-color-3);
1125
+ font-weight: var(--theme-semibold);
1126
1126
  display: flex;
1127
1127
  align-items: center;
1128
1128
  justify-content: center;
1129
1129
  }
1130
- .language-select span[data-v-fddb0abd]:after {
1130
+ .language-select span[data-v-9951d57c]:after {
1131
1131
  content: '';
1132
1132
  width: 7px;
1133
1133
  height: 7px;
@@ -1136,97 +1136,97 @@ to {
1136
1136
  margin-left: 6px;
1137
1137
  box-shadow: 1px 1px 0 currentColor;
1138
1138
  }
1139
- .language-select span[data-v-fddb0abd]:hover {
1140
- background: var(--scalar-api-reference-theme-background-2);
1139
+ .language-select span[data-v-9951d57c]:hover {
1140
+ background: var(--theme-background-2);
1141
1141
  }
1142
- .copy-button[data-v-fddb0abd] {
1142
+ .copy-button[data-v-9951d57c] {
1143
1143
  appearance: none;
1144
1144
  -webkit-appearance: none;
1145
1145
  outline: none;
1146
1146
  background: transparent;
1147
1147
  display: flex;
1148
1148
  cursor: pointer;
1149
- color: var(--scalar-api-reference-theme-color-3);
1149
+ color: var(--theme-color-3);
1150
1150
  margin-left: 6px;
1151
1151
  border: none;
1152
1152
  border-radius: 3px;
1153
1153
  }
1154
- .copy-button[data-v-fddb0abd]:hover {
1155
- color: var(--scalar-api-reference-theme-color-1);
1154
+ .copy-button[data-v-9951d57c]:hover {
1155
+ color: var(--theme-color-1);
1156
1156
  }
1157
- .copy-button svg[data-v-fddb0abd] {
1157
+ .copy-button svg[data-v-9951d57c] {
1158
1158
  width: 13px;
1159
1159
  height: 13px;
1160
1160
  }
1161
- .show-api-client-button[data-v-fddb0abd] {
1161
+ .show-api-client-button[data-v-9951d57c] {
1162
1162
  width: 100%;
1163
1163
  display: block;
1164
1164
  appearance: none;
1165
1165
  outline: none;
1166
1166
  border: none;
1167
- border-radius: var(--scalar-api-reference-rounded-lg);
1167
+ border-radius: var(--theme-radius-lg);
1168
1168
  height: 35px;
1169
1169
  display: flex;
1170
1170
  justify-content: center;
1171
1171
  cursor: pointer;
1172
1172
  align-items: center;
1173
- font-weight: var(--scalar-api-reference-theme-bold);
1174
- font-size: var(--scalar-api-reference-theme-micro);
1173
+ font-weight: var(--theme-bold);
1174
+ font-size: var(--theme-micro);
1175
1175
  text-transform: uppercase;
1176
1176
  border: 1px solid currentColor;
1177
- background: var(--scalar-api-reference-theme-button-1);
1178
- color: var(--scalar-api-reference-theme-button-1-color);
1177
+ background: var(--theme-button-1);
1178
+ color: var(--theme-button-1-color);
1179
1179
  }
1180
- .show-api-client-button[data-v-fddb0abd]:hover {
1181
- background: var(--scalar-api-reference-theme-button-1-hover);
1180
+ .show-api-client-button[data-v-9951d57c]:hover {
1181
+ background: var(--theme-button-1-hover);
1182
1182
  }
1183
- .show-api-client-button svg[data-v-fddb0abd] {
1183
+ .show-api-client-button svg[data-v-9951d57c] {
1184
1184
  height: 12px;
1185
1185
  width: auto;
1186
1186
  margin-right: 6px;
1187
1187
  }
1188
- .request-method[data-v-fddb0abd] {
1189
- font-family: var(--scalar-api-reference-font-mono);
1188
+ .request-method[data-v-9951d57c] {
1189
+ font-family: var(--theme-font-code);
1190
1190
  }
1191
- .request-path[data-v-fddb0abd] {
1192
- font-family: var(--scalar-api-reference-font-mono);
1191
+ .request-path[data-v-9951d57c] {
1192
+ font-family: var(--theme-font-code);
1193
1193
  }
1194
1194
 
1195
- .code-copy[data-v-c3be83db] {
1195
+ .code-copy[data-v-c9b38270] {
1196
1196
  display: flex;
1197
1197
  appearance: none;
1198
1198
  -webkit-appearance: none;
1199
1199
  outline: none;
1200
1200
  background: transparent;
1201
1201
  cursor: pointer;
1202
- color: var(--scalar-api-reference-theme-color-3);
1202
+ color: var(--theme-color-3);
1203
1203
  border: none;
1204
1204
  }
1205
- .code-copy[data-v-c3be83db]:hover {
1206
- color: var(--scalar-api-reference-theme-color-1);
1205
+ .code-copy[data-v-c9b38270]:hover {
1206
+ color: var(--theme-color-1);
1207
1207
  }
1208
- .code-copy svg[data-v-c3be83db] {
1208
+ .code-copy svg[data-v-c9b38270] {
1209
1209
  width: 13px;
1210
1210
  height: 13px;
1211
1211
  }
1212
- .description[data-v-c3be83db] {
1213
- font-weight: var(--scalar-api-reference-theme-semibold);
1214
- font-size: var(--scalar-api-reference-theme-mini);
1212
+ .description[data-v-c9b38270] {
1213
+ font-weight: var(--theme-semibold);
1214
+ font-size: var(--theme-micro);
1215
1215
  }
1216
- .scalar-api-reference__empty-state[data-v-c3be83db] {
1217
- border: 1px dashed var(--scalar-api-reference-border-color);
1216
+ .scalar-api-reference__empty-state[data-v-c9b38270] {
1217
+ border: 1px dashed var(--theme-border-color);
1218
1218
  width: 100%;
1219
1219
  text-align: center;
1220
- font-size: var(--scalar-api-reference-theme-mini);
1220
+ font-size: var(--theme-micro);
1221
1221
  padding: 20px;
1222
- color: var(--scalar-api-reference-theme-color-2);
1222
+ color: var(--theme-color-2);
1223
1223
  }
1224
1224
 
1225
- .endpoints[data-v-b58016f4] {
1225
+ .endpoints[data-v-18af7819] {
1226
1226
  overflow: auto;
1227
- background: var(--scalar-api-reference-theme-background-2);
1227
+ background: var(--theme-background-2);
1228
1228
  }
1229
- .endpoints span + span[data-v-b58016f4] {
1229
+ .endpoints span + span[data-v-18af7819] {
1230
1230
  text-align: left;
1231
1231
  margin-left: 12px;
1232
1232
  text-transform: initial;
@@ -1274,7 +1274,7 @@ to {
1274
1274
  }
1275
1275
  }
1276
1276
 
1277
- .render-loading[data-v-ea5f7d36] {
1277
+ .render-loading[data-v-34ad186e] {
1278
1278
  height: calc(
1279
1279
  var(--scalar-api-reference-full-height) -
1280
1280
  var(--scalar-api-reference-theme-header-height)
@@ -1283,17 +1283,17 @@ to {
1283
1283
  align-items: center;
1284
1284
  justify-content: center;
1285
1285
  }
1286
- .show-more[data-v-ea5f7d36] {
1287
- background: var(--scalar-api-reference-theme-background-1);
1286
+ .show-more[data-v-34ad186e] {
1287
+ background: var(--theme-background-1);
1288
1288
  appearance: none;
1289
1289
  border: none;
1290
- border: 1px solid var(--scalar-api-reference-border-color);
1290
+ border: 1px solid var(--theme-border-color);
1291
1291
  margin: auto;
1292
1292
  padding: 8px 12px;
1293
1293
  border-radius: 30px;
1294
- color: var(--scalar-api-reference-theme-color-1);
1295
- font-weight: var(--scalar-api-reference-theme-semibold);
1296
- font-size: var(--scalar-api-reference-theme-font-size-4);
1294
+ color: var(--theme-color-1);
1295
+ font-weight: var(--theme-semibold);
1296
+ font-size: var(--theme-small);
1297
1297
  display: flex;
1298
1298
  align-items: center;
1299
1299
  justify-content: center;
@@ -1301,87 +1301,180 @@ to {
1301
1301
  margin-bottom: 48px;
1302
1302
  position: relative;
1303
1303
  }
1304
- .show-more[data-v-ea5f7d36]:hover {
1305
- color: var(--scalar-api-reference-theme-color-2);
1304
+ .show-more[data-v-34ad186e]:hover {
1305
+ color: var(--theme-color-2);
1306
1306
  cursor: pointer;
1307
1307
  }
1308
- .show-more-icon[data-v-ea5f7d36] {
1308
+ .show-more-icon[data-v-34ad186e] {
1309
1309
  width: 14px;
1310
1310
  height: 14px;
1311
1311
  margin-left: 3px;
1312
1312
  }
1313
- .show-more[data-v-ea5f7d36]:active {
1314
- box-shadow: 0 0 0 1px var(--scalar-api-reference-border-color);
1313
+ .show-more[data-v-34ad186e]:active {
1314
+ box-shadow: 0 0 0 1px var(--theme-border-color);
1315
1315
  }
1316
1316
  @media (max-width: 1165px) {
1317
- .show-more[data-v-ea5f7d36] {
1317
+ .show-more[data-v-34ad186e] {
1318
1318
  margin-top: -24px;
1319
1319
  margin-bottom: 24px;
1320
1320
  }
1321
1321
  }
1322
+ /* fonts */
1322
1323
  :root {
1323
- /** Fonts */
1324
- --scalar-api-reference-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
1325
- Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1326
- --scalar-api-reference-font-mono: 'JetBrains Mono';
1327
-
1328
- --scalar-api-reference-sidebar-border-color: #000;
1329
- --scalar-api-reference-theme-background-1: #fff;
1330
- --scalar-api-reference-theme-background-2: #fafafa;
1331
- --scalar-api-reference-border-color: #d4d4d4;
1332
- --scalar-api-reference-border: 1px solid
1333
- var(--scalar-api-reference-border-color);
1334
- --scalar-api-reference-theme-button-1-color: #fff;
1335
- --scalar-api-reference-theme-button-1-hover: #ccc;
1336
- --scalar-api-reference-theme-button-1: red;
1337
- --scalar-api-reference-theme-color-1: #000;
1338
- --scalar-api-reference-theme-color-2: #a3a3a3;
1339
- --scalar-api-reference-theme-color-3: #666;
1340
- --scalar-api-reference-theme-color-ghost: #eee;
1341
- --scalar-api-reference-theme-error-color: red;
1342
- --scalar-api-reference-theme-font-size-4: 14px;
1343
- --scalar-api-reference-theme-header-height: 0;
1344
- --scalar-api-reference-rounded: 4px;
1345
- --scalar-api-reference-theme-semibold: 600;
1346
- --scalar-api-reference-theme-shadow-1: 0 0 4px rgba(0, 0, 0, 0.1);
1347
- --scalar-api-reference-theme-sidebar-width: 300px;
1348
- --scalar-api-reference-theme-small: 12px;
1349
- --scalar-api-reference-app-header-height: 100px;
1350
- --scalar-api-reference-col-width-1: 300px;
1351
- --scalar-api-reference-col-width-2: calc(50% - 150px);
1352
- --scalar-api-reference-col-width-3: calc(50% - 150px);
1353
- --scalar-api-reference-document-height: 100vh;
1354
- --scalar-api-reference-font-color: #000;
1355
- --scalar-api-reference-full-height: 100%;
1356
- --scalar-api-reference-sidebar-background-1: white;
1357
- --scalar-api-reference-sidebar-color-1: #000;
1358
- --scalar-api-reference-sidebar-color-2: #ccc;
1359
- --scalar-api-reference-sidebar-color-active: blue;
1360
- --scalar-api-reference-sidebar-item-hover-background: var(#ccc);
1361
- --scalar-api-reference-theme-background-3: #ccc;
1362
- --scalar-api-reference-theme-bold: 700;
1363
- --scalar-api-reference-border-width: 1px;
1364
- --scalar-api-reference-theme-color-accent: blue;
1365
- --scalar-api-reference-theme-delete-color: red;
1366
- --scalar-api-reference-theme-get-color: green;
1367
- --scalar-api-reference-theme-heading-2: 24px;
1368
- --scalar-api-reference-theme-heading-4: 16px;
1369
- --scalar-api-reference-theme-micro: 10px;
1370
- --scalar-api-reference-theme-mini: 12px;
1371
- --scalar-api-reference-theme-paragraph: 16px;
1372
- --scalar-api-reference-theme-patch-color: orange;
1373
- --scalar-api-reference-theme-post-color: blue;
1374
- --scalar-api-reference-theme-put-color: purple;
1375
- --scalar-api-reference-rounded-lg: 8px;
1376
- --scalar-api-reference-theme-regular: 14px;
1377
- --scalar-api-reference-theme-toc-width: 300px;
1378
- --scalar-api-reference-theme-post-color: blue;
1379
- --scalar-api-reference-theme-patch-color: orange;
1380
- --scalar-api-reference-theme-delete-color: red;
1381
- --scalar-api-reference-theme-get-color: green;
1382
- --scalar-api-reference-theme-put-color: purple;
1324
+ --app-header-height: 50px;
1325
+ --theme-border-width: 1px;
1326
+ --theme-radius: 3px;
1327
+ --theme-radius-lg: 6px;
1328
+ --theme-radius-xl: 8px;
1329
+
1330
+ --theme-header-height: 50px;
1331
+ --theme-sidebar-width: 250px;
1332
+ --theme-toc-width: 250px;
1333
+
1334
+ /* TYPOGRAPHY ------------------------------------ */
1335
+ --theme-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
1336
+ Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1337
+ --theme-font-code: 'JetBrains Mono';
1338
+
1339
+ /** Font sizes for rendered text content (editor styles or static content) */
1340
+ --theme-heading-1: 40px; /* Editor Page heading */
1341
+ --theme-page-description: 24px;
1342
+ --theme-heading-2: 24px; /* Editor section headings */
1343
+ --theme-heading-3: 20px;
1344
+ --theme-heading-4: 16px;
1345
+ --theme-heading-5: 16px;
1346
+ --theme-heading-6: 16px;
1347
+
1348
+ --theme-paragraph: 16px;
1349
+ --theme-small: 14px;
1350
+ --theme-mini: 13px;
1351
+ --theme-micro: 12px;
1352
+ --theme-bold: 600;
1353
+ --theme-semibold: 500;
1354
+ --theme-regular: 400;
1355
+
1356
+ /* Font sizes for interactive applications (not rendered text content) */
1357
+ --theme-font-size-1: 24px;
1358
+ --theme-font-size-2: 16px;
1359
+ --theme-font-size-3: 14px;
1360
+ --theme-font-size-4: 13px;
1361
+ --theme-font-size-5: 12px;
1362
+
1363
+ --theme-line-height-1: 32px;
1364
+ --theme-line-height-2: 24px;
1365
+ --theme-line-height-3: 20px;
1366
+ --theme-line-height-4: 18px;
1367
+ --theme-line-height-5: 16px;
1368
+
1369
+ --theme-font-medium: 500;
1370
+ --theme-font-bold: 700;
1371
+ }
1372
+ @media (max-width: 460px) {
1373
+ :root {
1374
+ --theme-font-size-1: 22px;
1375
+ --theme-font-size-2: 14px;
1376
+ --theme-font-size-3: 12px;
1377
+ }
1378
+ }
1379
+ @media (max-width: 720px) {
1380
+ :root {
1381
+ --theme-heading-1: 24px;
1382
+ --theme-page-description: 20px;
1383
+ }
1384
+ }
1385
+ .light-mode {
1386
+ color-scheme: light;
1387
+ --theme-color-1: #2a2f45;
1388
+ --theme-color-2: #757575;
1389
+ --theme-color-3: #8e8e8e;
1390
+ --theme-color-disabled: #b4b1b1;
1391
+ --theme-color-ghost: #a7a7a7;
1392
+ --theme-color-accent: #0099ff;
1393
+ --theme-background-1: #fff;
1394
+ --theme-background-2: #f6f6f6;
1395
+ --theme-background-3: #e7e7e7;
1396
+ --theme-background-4: rgba(0, 0, 0, 0.06);
1397
+ --theme-background-accent: #8ab4f81f;
1398
+
1399
+ --theme-border-color: rgba(0, 0, 0, 0.1);
1400
+ --theme-scrollbar-color: rgba(0, 0, 0, 0.18);
1401
+ --theme-scrollbar-color-active: rgba(0, 0, 0, 0.36);
1402
+ --theme-lifted-brightness: 1;
1403
+ --theme-backdrop-brightness: 1;
1404
+
1405
+ --theme-shadow-1: 0 1px 3px 0 rgba(0, 0, 0, 0.11);
1406
+ --theme-shadow-2: rgba(0, 0, 0, 0.08) 0px 13px 20px 0px,
1407
+ rgba(0, 0, 0, 0.08) 0px 3px 8px 0px, #eeeeed 0px 0 0 1px;
1408
+
1409
+ --theme-button-1: rgb(49 53 56);
1410
+ --theme-button-1-color: #fff;
1411
+ --theme-button-1-hover: rgb(28 31 33);
1412
+
1413
+ --theme-error-color: #ae262f;
1414
+ --theme-warning-color: #d89c6a;
1415
+ --theme-success-color: #26ae42;
1416
+
1417
+ /* REST API Client Colors */
1418
+ --theme-post-color: #00a67d;
1419
+ --theme-post-background: #00a67d1a;
1420
+ --theme-delete-color: #ef0006;
1421
+ --theme-delete-background: #ef00061a;
1422
+ --theme-patch-color: #b2b062;
1423
+ --theme-patch-background: #ffe6001a;
1424
+ --theme-get-color: #0082d0;
1425
+ --theme-get-background: #0082d01a;
1426
+ --theme-put-color: #f3830e;
1427
+ --theme-put-background: #f3830e1a;
1428
+
1429
+ /* Misc Scalar Branding */
1430
+ --scalar-brand: #faf6e9;
1431
+ }
1432
+ .dark-mode {
1433
+ color-scheme: dark;
1434
+ --theme-color-1: rgba(255, 255, 255, 0.9);
1435
+ --theme-color-2: rgba(255, 255, 255, 0.62);
1436
+ --theme-color-3: rgba(255, 255, 255, 0.44);
1437
+ --theme-color-disabled: rgba(255, 255, 255, 0.34);
1438
+ --theme-color-ghost: rgba(255, 255, 255, 0.26);
1439
+ --theme-color-accent: #8ab4f8;
1440
+ --theme-background-1: #1a1a1a;
1441
+ --theme-background-2: #252525;
1442
+ --theme-background-3: #323232;
1443
+ --theme-background-4: rgba(255, 255, 255, 0.06);
1444
+ --theme-background-accent: #8ab4f81f;
1445
+
1446
+ --theme-border-color: rgba(255, 255, 255, 0.1);
1447
+ --theme-scrollbar-color: rgba(255, 255, 255, 0.24);
1448
+ --theme-scrollbar-color-active: rgba(255, 255, 255, 0.48);
1449
+ --theme-lifted-brightness: 1.45;
1450
+ --theme-backdrop-brightness: 0.5;
1451
+
1452
+ --theme-shadow-1: 0 1px 3px 0 rgb(0, 0, 0, 0.1);
1453
+ --theme-shadow-2: rgba(15, 15, 15, 0.2) 0px 3px 6px,
1454
+ rgba(15, 15, 15, 0.4) 0px 9px 24px, 0 0 0 1px rgba(255, 255, 255, 0.1);
1455
+
1456
+ --theme-button-1: #f6f6f6;
1457
+ --theme-button-1-color: #000;
1458
+ --theme-button-1-hover: #e7e7e7;
1459
+
1460
+ --theme-error-color: #ff0011;
1461
+ --theme-success-color: #26ae42;
1462
+
1463
+ /* REST API Client Colors */
1464
+ --theme-post-color: #7ee787;
1465
+ --theme-post-background: #7ee78714;
1466
+ --theme-delete-color: #e77e7e;
1467
+ --theme-delete-background: #e77e7e24;
1468
+ --theme-patch-color: #b2b062;
1469
+ --theme-patch-background: #b2b06229;
1470
+ --theme-get-color: #79c0ff;
1471
+ --theme-get-background: #79c0ff21;
1472
+ --theme-put-color: #e9950c;
1473
+ --theme-put-background: #e9950c21;
1474
+
1475
+ /* Misc Scalar Branding */
1476
+ --scalar-brand: #8b7256;
1383
1477
  }
1384
-
1385
1478
  /** Utilities, how do we deal with them? */
1386
1479
  .flex {
1387
1480
  display: flex;
@@ -1407,11 +1500,11 @@ to {
1407
1500
 
1408
1501
  /** TODO: Move to components */
1409
1502
  .codemenu-topbar {
1410
- background: var(--scalar-api-reference-theme-background-2);
1411
- border-bottom: 1px solid var(--scalar-api-reference-border-color);
1503
+ background: var(--theme-background-2);
1504
+ border-bottom: 1px solid var(--theme-border-color);
1412
1505
  padding: 0 7px 0 12px;
1413
- border-radius: var(--scalar-api-reference-theme-radius)
1414
- var(--scalar-api-reference-theme-radius) 0 0;
1506
+ border-radius: var(--theme-radius)
1507
+ var(--theme-radius) 0 0;
1415
1508
  }
1416
1509
  .codemenu {
1417
1510
  display: flex;
@@ -1431,19 +1524,19 @@ to {
1431
1524
  align-items: center;
1432
1525
  }
1433
1526
  .codemenu-item-key {
1434
- font-size: var(--scalar-api-reference-theme-mini);
1435
- color: var(--scalar-api-reference-theme-color-3);
1527
+ font-size: var(--theme-micro);
1528
+ color: var(--theme-color-3);
1436
1529
  padding: 6px 4px;
1437
1530
  cursor: pointer;
1438
1531
  user-select: none;
1439
1532
  display: flex;
1440
1533
  align-items: center;
1441
1534
  justify-content: center;
1442
- font-weight: var(--scalar-api-reference-theme-semibold);
1535
+ font-weight: var(--theme-semibold);
1443
1536
  position: relative;
1444
1537
  margin-left: -4px;
1445
1538
  margin-right: -4px;
1446
- border-radius: var(--scalar-api-reference-rounded);
1539
+ border-radius: var(--theme-radius-lg);
1447
1540
  text-transform: uppercase;
1448
1541
  }
1449
1542
  .codemenu-item-key:hover {
@@ -1451,7 +1544,7 @@ to {
1451
1544
  }
1452
1545
  .codemenu-item:first-of-type:last-of-type .codemenu-item-key,
1453
1546
  .codemenu-item__active .codemenu-item-key {
1454
- color: var(--scalar-api-reference-theme-color-1);
1547
+ color: var(--theme-color-1);
1455
1548
  }
1456
1549
  .codemenu-item:first-of-type:last-of-type:after,
1457
1550
  .codemenu-item__active:after {
@@ -1460,7 +1553,7 @@ to {
1460
1553
  height: 1px;
1461
1554
  position: absolute;
1462
1555
  bottom: -4px;
1463
- background: var(--scalar-api-reference-theme-color-1);
1556
+ background: var(--theme-color-1);
1464
1557
  }
1465
1558
  .codemenu-item__disabled {
1466
1559
  pointer-events: none;
@@ -1477,19 +1570,19 @@ to {
1477
1570
  overflow: hidden;
1478
1571
  }
1479
1572
  .endpoint .post {
1480
- color: var(--scalar-api-reference-theme-post-color);
1573
+ color: var(--theme-post-color);
1481
1574
  }
1482
1575
  .endpoint .patch {
1483
- color: var(--scalar-api-reference-theme-patch-color);
1576
+ color: var(--theme-patch-color);
1484
1577
  }
1485
1578
  .endpoint .get {
1486
- color: var(--scalar-api-reference-theme-get-color);
1579
+ color: var(--theme-get-color);
1487
1580
  }
1488
1581
  .endpoint .delete {
1489
- color: var(--scalar-api-reference-theme-delete-color);
1582
+ color: var(--theme-delete-color);
1490
1583
  }
1491
1584
  .endpoint .put {
1492
- color: var(--scalar-api-reference-theme-put-color);
1585
+ color: var(--theme-put-color);
1493
1586
  }
1494
1587
  .endpoint .post,
1495
1588
  .endpoint .get,
@@ -1498,23 +1591,23 @@ to {
1498
1591
  white-space: nowrap;
1499
1592
  }
1500
1593
  .endpoint span {
1501
- color: var(--scalar-api-reference-theme-color-2);
1594
+ color: var(--theme-color-2);
1502
1595
  min-width: 62px;
1503
1596
  display: inline-block;
1504
1597
  text-align: right;
1505
1598
  line-height: 1.55;
1506
- font-family: var(--scalar-api-reference-font-mono);
1507
- font-size: var(--scalar-api-reference-theme-mini);
1599
+ font-family: var(--theme-font-code);
1600
+ font-size: var(--theme-micro);
1508
1601
  cursor: pointer;
1509
1602
  }
1510
1603
  .languages .example-item-endpoints {
1511
- background: var(--scalar-api-reference-theme-background-2);
1604
+ background: var(--theme-background-2);
1512
1605
  width: 100%;
1513
- border-top: var(--scalar-api-reference-border);
1606
+ border-top: 1px solid var(--theme-border-color);
1514
1607
  }
1515
1608
  .endpoint-response p {
1516
1609
  margin-top: 6px;
1517
- font-size: var(--scalar-api-reference-theme-small);
1610
+ font-size: var(--theme-small);
1518
1611
  min-height: auto;
1519
1612
  line-height: 17px;
1520
1613
  }
@@ -1523,9 +1616,9 @@ to {
1523
1616
  min-width: auto;
1524
1617
  }
1525
1618
  .endpoint-response {
1526
- border-top: var(--scalar-api-reference-border);
1619
+ border-top: 1px solid var(--theme-border-color);
1527
1620
  padding: 12px 0;
1528
- font-size: var(--scalar-api-reference-theme-small);
1621
+ font-size: var(--theme-small);
1529
1622
  }
1530
1623
  .tag-description {
1531
1624
  margin-top: 12px;
@@ -1536,9 +1629,9 @@ to {
1536
1629
  margin-top: 24px;
1537
1630
  }
1538
1631
  .copy .title {
1539
- font-size: var(--scalar-api-reference-theme-heading-4);
1540
- font-weight: var(--scalar-api-reference-theme-semibold);
1541
- color: var(--scalar-api-reference-theme-color-1);
1632
+ font-size: var(--theme-heading-4);
1633
+ font-weight: var(--theme-semibold);
1634
+ color: var(--theme-color-1);
1542
1635
  line-height: 1.45;
1543
1636
  }
1544
1637
  .endpoint-response__headers {
@@ -1555,7 +1648,7 @@ to {
1555
1648
  width: 100%;
1556
1649
  }
1557
1650
  .reference:not(:last-of-type) {
1558
- border-bottom: var(--scalar-api-reference-border);
1651
+ border-bottom: 1px solid var(--theme-border-color);
1559
1652
  }
1560
1653
  .reference .reference-container {
1561
1654
  position: relative;
@@ -1567,7 +1660,7 @@ to {
1567
1660
  padding: 90px 0;
1568
1661
  }
1569
1662
  .reference-container + .reference-container {
1570
- border-top: var(--scalar-api-reference-border);
1663
+ border-top: 1px solid var(--theme-border-color);
1571
1664
  }
1572
1665
  .reference-container .copy,
1573
1666
  .reference-container .example {
@@ -1584,7 +1677,7 @@ to {
1584
1677
  position: sticky;
1585
1678
  }
1586
1679
  .copy .tag-description a {
1587
- color: var(--scalar-api-reference-theme-color-1);
1680
+ color: var(--theme-color-1);
1588
1681
  text-decoration: underline;
1589
1682
  }
1590
1683
 
@@ -1608,10 +1701,10 @@ to {
1608
1701
  padding-top: 0;
1609
1702
  }
1610
1703
  .editor-heading h1 {
1611
- font-size: var(--font-size, var(--scalar-api-reference-theme-heading-2));
1612
- font-weight: var(--font-weight, var(--scalar-api-reference-theme-bold));
1704
+ font-size: var(--font-size, var(--theme-heading-2));
1705
+ font-weight: var(--font-weight, var(--theme-bold));
1613
1706
  /* prettier-ignore */
1614
- color: var(--scalar-api-reference-font-color, var(--scalar-api-reference-theme-color-1));
1707
+ color: var(--theme-color-1);
1615
1708
  line-height: 1.45;
1616
1709
  }
1617
1710
 
@@ -1638,10 +1731,6 @@ to {
1638
1731
  --col-width-2: auto;
1639
1732
  --col-width-3: var(--scalar-api-reference-theme-toc-width);
1640
1733
 
1641
- /* Redifine theme border at the document level so it's not pulled off the body */
1642
- --theme-border: var(--scalar-api-reference-border-width) solid
1643
- var(--scalar-api-reference-border-color);
1644
-
1645
1734
  display: grid;
1646
1735
 
1647
1736
  grid-template-rows:
@@ -1686,7 +1775,7 @@ to {
1686
1775
  .layout-content {
1687
1776
  grid-area: content;
1688
1777
  min-width: 0;
1689
- background: var(--scalar-api-reference-theme-background-1);
1778
+ background: var(--theme-background-1);
1690
1779
  }
1691
1780
 
1692
1781
  /* Measures the visible viewport of the editor */
@@ -1704,12 +1793,12 @@ to {
1704
1793
  .layout-aside-left {
1705
1794
  position: relative;
1706
1795
  grid-area: sidebar;
1707
- border-right: var(--scalar-api-reference-border);
1796
+ border-right: 1px solid var(--theme-border-color);
1708
1797
  }
1709
1798
  .layout-aside-right {
1710
1799
  position: relative;
1711
1800
  grid-area: aside;
1712
- background: var(--scalar-api-reference-theme-background-1);
1801
+ background: var(--theme-background-1);
1713
1802
  }
1714
1803
  .layout-aside-content {
1715
1804
  position: sticky;
@@ -1823,7 +1912,7 @@ to {
1823
1912
  position: sticky;
1824
1913
  top: 0;
1825
1914
  height: var(--scalar-api-reference-theme-header-height);
1826
- border-bottom: var(--scalar-api-reference-border);
1915
+ border-bottom: 1px solid var(--theme-border-color);
1827
1916
 
1828
1917
  width: 100%;
1829
1918
  z-index: 10;
@@ -1840,70 +1929,20 @@ to {
1840
1929
  /* Offset by 2px to fill screen and compensate for gap */
1841
1930
  height: calc(var(--scalar-api-reference-document-height) + 2px);
1842
1931
 
1843
- border-top: var(--scalar-api-reference-border);
1932
+ border-top: 1px solid var(--theme-border-color);
1844
1933
  display: flex;
1845
1934
  flex-direction: column;
1846
1935
  }
1847
1936
  }
1848
1937
  :root {
1849
- /** Fonts */
1850
- --scalar-api-reference-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
1851
- Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1852
- --scalar-api-reference-font-mono: 'JetBrains Mono';
1853
-
1854
- --scalar-api-reference-sidebar-border-color: #000;
1855
- --scalar-api-reference-theme-background-1: #fff;
1856
- --scalar-api-reference-theme-background-2: #fafafa;
1857
- --scalar-api-reference-border-color: #d4d4d4;
1858
- --scalar-api-reference-border: 1px solid
1859
- var(--scalar-api-reference-border-color);
1860
- --scalar-api-reference-theme-button-1-color: #fff;
1861
- --scalar-api-reference-theme-button-1-hover: #ccc;
1862
- --scalar-api-reference-theme-button-1: red;
1863
- --scalar-api-reference-theme-color-1: #000;
1864
- --scalar-api-reference-theme-color-2: #a3a3a3;
1865
- --scalar-api-reference-theme-color-3: #666;
1866
- --scalar-api-reference-theme-color-ghost: #eee;
1867
- --scalar-api-reference-theme-error-color: red;
1868
- --scalar-api-reference-theme-font-size-4: 14px;
1938
+ /* ?? layout stuff */
1869
1939
  --scalar-api-reference-theme-header-height: 0;
1870
- --scalar-api-reference-rounded: 4px;
1871
- --scalar-api-reference-theme-semibold: 600;
1872
- --scalar-api-reference-theme-shadow-1: 0 0 4px rgba(0, 0, 0, 0.1);
1873
1940
  --scalar-api-reference-theme-sidebar-width: 300px;
1874
- --scalar-api-reference-theme-small: 12px;
1941
+ --scalar-api-reference-theme-toc-width: 300px;
1875
1942
  --scalar-api-reference-app-header-height: 100px;
1876
1943
  --scalar-api-reference-col-width-1: 300px;
1877
1944
  --scalar-api-reference-col-width-2: calc(50% - 150px);
1878
1945
  --scalar-api-reference-col-width-3: calc(50% - 150px);
1879
1946
  --scalar-api-reference-document-height: 100vh;
1880
- --scalar-api-reference-font-color: #000;
1881
1947
  --scalar-api-reference-full-height: 100%;
1882
- --scalar-api-reference-sidebar-background-1: white;
1883
- --scalar-api-reference-sidebar-color-1: #000;
1884
- --scalar-api-reference-sidebar-color-2: #ccc;
1885
- --scalar-api-reference-sidebar-color-active: blue;
1886
- --scalar-api-reference-sidebar-item-hover-background: var(#ccc);
1887
- --scalar-api-reference-theme-background-3: #ccc;
1888
- --scalar-api-reference-theme-bold: 700;
1889
- --scalar-api-reference-border-width: 1px;
1890
- --scalar-api-reference-theme-color-accent: blue;
1891
- --scalar-api-reference-theme-delete-color: red;
1892
- --scalar-api-reference-theme-get-color: green;
1893
- --scalar-api-reference-theme-heading-2: 24px;
1894
- --scalar-api-reference-theme-heading-4: 16px;
1895
- --scalar-api-reference-theme-micro: 10px;
1896
- --scalar-api-reference-theme-mini: 12px;
1897
- --scalar-api-reference-theme-paragraph: 16px;
1898
- --scalar-api-reference-theme-patch-color: orange;
1899
- --scalar-api-reference-theme-post-color: blue;
1900
- --scalar-api-reference-theme-put-color: purple;
1901
- --scalar-api-reference-rounded-lg: 8px;
1902
- --scalar-api-reference-theme-regular: 14px;
1903
- --scalar-api-reference-theme-toc-width: 300px;
1904
- --scalar-api-reference-theme-post-color: blue;
1905
- --scalar-api-reference-theme-patch-color: orange;
1906
- --scalar-api-reference-theme-delete-color: red;
1907
- --scalar-api-reference-theme-get-color: green;
1908
- --scalar-api-reference-theme-put-color: purple;
1909
1948
  }