raffel 1.1.81 → 1.1.82
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/dist/docs/ui/assets/raffel-docs.css +223 -167
- package/dist/docs/ui/assets/raffel-docs.js +11 -16
- package/dist/docs/ui/runtime/index.js +11 -16
- package/dist/docs/ui/runtime/index.js.map +1 -1
- package/dist/docs/ui/style-sections/content.d.ts +1 -1
- package/dist/docs/ui/style-sections/content.d.ts.map +1 -1
- package/dist/docs/ui/style-sections/content.js +53 -52
- package/dist/docs/ui/style-sections/content.js.map +1 -1
- package/dist/docs/ui/style-sections/layout-navigation.d.ts +1 -1
- package/dist/docs/ui/style-sections/layout-navigation.d.ts.map +1 -1
- package/dist/docs/ui/style-sections/layout-navigation.js +26 -26
- package/dist/docs/ui/style-sections/schema-code.d.ts +1 -1
- package/dist/docs/ui/style-sections/schema-code.d.ts.map +1 -1
- package/dist/docs/ui/style-sections/schema-code.js +122 -67
- package/dist/docs/ui/style-sections/schema-code.js.map +1 -1
- package/dist/docs/ui/style-sections/shell.js +22 -22
- package/dist/ui/docs/ui/style-sections/content.d.ts +1 -1
- package/dist/ui/docs/ui/style-sections/content.d.ts.map +1 -1
- package/dist/ui/docs/ui/style-sections/layout-navigation.d.ts +1 -1
- package/dist/ui/docs/ui/style-sections/layout-navigation.d.ts.map +1 -1
- package/dist/ui/docs/ui/style-sections/schema-code.d.ts +1 -1
- package/dist/ui/docs/ui/style-sections/schema-code.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
--code-panel-header: #37474f;
|
|
23
23
|
|
|
24
24
|
/* Compact documentation type scale. */
|
|
25
|
-
--font-size-body:
|
|
26
|
-
--font-size-small:
|
|
27
|
-
--font-size-xs:
|
|
28
|
-
--font-size-h1:
|
|
29
|
-
--font-size-h2:
|
|
30
|
-
--font-size-h3:
|
|
31
|
-
--font-size-h4:
|
|
32
|
-
--font-size-h5:
|
|
33
|
-
--font-size-h6:
|
|
34
|
-
--font-size-code:
|
|
35
|
-
--line-height-body: 1.
|
|
25
|
+
--font-size-body: 13px;
|
|
26
|
+
--font-size-small: 12px;
|
|
27
|
+
--font-size-xs: 10px;
|
|
28
|
+
--font-size-h1: 28px;
|
|
29
|
+
--font-size-h2: 22px;
|
|
30
|
+
--font-size-h3: 18px;
|
|
31
|
+
--font-size-h4: 15px;
|
|
32
|
+
--font-size-h5: 13px;
|
|
33
|
+
--font-size-h6: 12px;
|
|
34
|
+
--font-size-code: 11px;
|
|
35
|
+
--line-height-body: 1.5;
|
|
36
36
|
--line-height-tight: 1.25;
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
background: var(--bg-color);
|
|
135
135
|
color: var(--text-color);
|
|
136
136
|
font-size: var(--font-size-body);
|
|
137
|
-
line-height:
|
|
137
|
+
line-height: var(--line-height-body);
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
code,
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
z-index: 50;
|
|
150
150
|
display: flex;
|
|
151
151
|
align-items: center;
|
|
152
|
-
gap:
|
|
153
|
-
min-height:
|
|
154
|
-
padding: 0
|
|
152
|
+
gap: 20px;
|
|
153
|
+
min-height: 48px;
|
|
154
|
+
padding: 0 20px;
|
|
155
155
|
border-bottom: 1px solid var(--border-color);
|
|
156
156
|
background: color-mix(in srgb, var(--bg-color) 92%, transparent);
|
|
157
157
|
backdrop-filter: blur(10px);
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
.top-nav-menu summary {
|
|
184
184
|
color: var(--text-color);
|
|
185
185
|
text-decoration: none;
|
|
186
|
-
font-size:
|
|
186
|
+
font-size: var(--font-size-body);
|
|
187
187
|
font-weight: 500;
|
|
188
188
|
white-space: nowrap;
|
|
189
189
|
}
|
|
@@ -280,23 +280,23 @@
|
|
|
280
280
|
.docs-state-pill {
|
|
281
281
|
display: inline-flex;
|
|
282
282
|
align-items: center;
|
|
283
|
-
gap:
|
|
283
|
+
gap: 4px;
|
|
284
284
|
min-width: 0;
|
|
285
|
-
height:
|
|
286
|
-
padding: 0
|
|
285
|
+
height: 22px;
|
|
286
|
+
padding: 0 6px;
|
|
287
287
|
border: 1px solid var(--border-color);
|
|
288
288
|
border-radius: 6px;
|
|
289
289
|
background: color-mix(in srgb, var(--surface-color) 84%, transparent);
|
|
290
290
|
color: var(--text-secondary);
|
|
291
|
-
font-size:
|
|
291
|
+
font-size: var(--font-size-xs);
|
|
292
292
|
font-weight: 600;
|
|
293
293
|
line-height: 1;
|
|
294
294
|
white-space: nowrap;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.docs-state-dot {
|
|
298
|
-
width:
|
|
299
|
-
height:
|
|
298
|
+
width: 6px;
|
|
299
|
+
height: 6px;
|
|
300
300
|
border-radius: 999px;
|
|
301
301
|
background: var(--text-muted);
|
|
302
302
|
flex: 0 0 auto;
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
|
|
676
676
|
.app-container {
|
|
677
677
|
display: grid;
|
|
678
|
-
grid-template-columns:
|
|
678
|
+
grid-template-columns: 280px 1fr;
|
|
679
679
|
min-height: calc(100vh - 300px);
|
|
680
680
|
}
|
|
681
681
|
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
.sidebar {
|
|
706
706
|
background: var(--sidebar-bg);
|
|
707
707
|
border-right: 1px solid var(--border-color);
|
|
708
|
-
padding:
|
|
708
|
+
padding: 18px 0;
|
|
709
709
|
overflow-y: auto;
|
|
710
710
|
position: sticky;
|
|
711
711
|
top: 0;
|
|
@@ -717,9 +717,9 @@
|
|
|
717
717
|
}
|
|
718
718
|
|
|
719
719
|
.sidebar-header {
|
|
720
|
-
padding: 0
|
|
720
|
+
padding: 0 14px 14px;
|
|
721
721
|
border-bottom: 1px solid var(--border-color);
|
|
722
|
-
margin-bottom:
|
|
722
|
+
margin-bottom: 12px;
|
|
723
723
|
}
|
|
724
724
|
|
|
725
725
|
.sidebar-logo {
|
|
@@ -738,10 +738,10 @@
|
|
|
738
738
|
|
|
739
739
|
.sidebar-search input {
|
|
740
740
|
width: 100%;
|
|
741
|
-
padding: 10px
|
|
741
|
+
padding: 8px 10px 8px 32px;
|
|
742
742
|
border: 1px solid var(--border-color);
|
|
743
743
|
border-radius: 8px;
|
|
744
|
-
font-size:
|
|
744
|
+
font-size: var(--font-size-small);
|
|
745
745
|
background: var(--bg-color);
|
|
746
746
|
color: var(--text-color);
|
|
747
747
|
outline: none;
|
|
@@ -755,24 +755,24 @@
|
|
|
755
755
|
.sidebar-search::before {
|
|
756
756
|
content: '🔍';
|
|
757
757
|
position: absolute;
|
|
758
|
-
left:
|
|
758
|
+
left: 10px;
|
|
759
759
|
top: 50%;
|
|
760
760
|
transform: translateY(-50%);
|
|
761
|
-
font-size:
|
|
761
|
+
font-size: var(--font-size-small);
|
|
762
762
|
}
|
|
763
763
|
|
|
764
764
|
.protocol-tabs {
|
|
765
765
|
display: flex;
|
|
766
766
|
flex-wrap: wrap;
|
|
767
|
-
gap:
|
|
768
|
-
padding: 0
|
|
769
|
-
margin-bottom:
|
|
767
|
+
gap: 5px;
|
|
768
|
+
padding: 0 14px;
|
|
769
|
+
margin-bottom: 14px;
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
.protocol-tab {
|
|
773
|
-
padding:
|
|
773
|
+
padding: 5px 10px;
|
|
774
774
|
border-radius: 20px;
|
|
775
|
-
font-size:
|
|
775
|
+
font-size: 11px;
|
|
776
776
|
font-weight: 500;
|
|
777
777
|
cursor: pointer;
|
|
778
778
|
background: var(--code-bg);
|
|
@@ -810,7 +810,7 @@
|
|
|
810
810
|
|
|
811
811
|
/* ========== TAG GROUPS ========== */
|
|
812
812
|
.sidebar-nav {
|
|
813
|
-
padding: 0
|
|
813
|
+
padding: 0 10px;
|
|
814
814
|
}
|
|
815
815
|
|
|
816
816
|
.tag-group {
|
|
@@ -820,11 +820,11 @@
|
|
|
820
820
|
.tag-group-header {
|
|
821
821
|
display: flex;
|
|
822
822
|
align-items: center;
|
|
823
|
-
gap:
|
|
824
|
-
padding: 10px
|
|
823
|
+
gap: 6px;
|
|
824
|
+
padding: 8px 10px;
|
|
825
825
|
border-radius: 8px;
|
|
826
826
|
cursor: pointer;
|
|
827
|
-
font-size:
|
|
827
|
+
font-size: 13px;
|
|
828
828
|
font-weight: 600;
|
|
829
829
|
color: var(--text-secondary);
|
|
830
830
|
transition: all 0.2s;
|
|
@@ -868,8 +868,8 @@
|
|
|
868
868
|
.nav-item {
|
|
869
869
|
display: flex;
|
|
870
870
|
align-items: center;
|
|
871
|
-
gap:
|
|
872
|
-
padding:
|
|
871
|
+
gap: 8px;
|
|
872
|
+
padding: 4px 10px 4px 12px;
|
|
873
873
|
border-left: 2px solid transparent;
|
|
874
874
|
border-radius: 0;
|
|
875
875
|
text-decoration: none;
|
|
@@ -904,9 +904,9 @@
|
|
|
904
904
|
color: var(--text-muted);
|
|
905
905
|
cursor: pointer;
|
|
906
906
|
font: inherit;
|
|
907
|
-
font-size:
|
|
907
|
+
font-size: 11px;
|
|
908
908
|
line-height: 1.35;
|
|
909
|
-
padding:
|
|
909
|
+
padding: 4px 7px;
|
|
910
910
|
text-align: left;
|
|
911
911
|
border-radius: 5px;
|
|
912
912
|
overflow: hidden;
|
|
@@ -939,8 +939,8 @@
|
|
|
939
939
|
.docs-sidebar-depth-6 { margin-left: 16px; }
|
|
940
940
|
|
|
941
941
|
.nav-item-intro {
|
|
942
|
-
margin-bottom:
|
|
943
|
-
padding: 10px
|
|
942
|
+
margin-bottom: 12px;
|
|
943
|
+
padding: 8px 10px;
|
|
944
944
|
background: var(--surface-color);
|
|
945
945
|
border: 1px solid var(--border-color);
|
|
946
946
|
font-weight: 500;
|
|
@@ -956,11 +956,11 @@
|
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
.nav-item-intro .nav-item-text {
|
|
959
|
-
font-size:
|
|
959
|
+
font-size: 13px;
|
|
960
960
|
}
|
|
961
961
|
|
|
962
962
|
.nav-item-method {
|
|
963
|
-
font-size:
|
|
963
|
+
font-size: 9px;
|
|
964
964
|
font-weight: 600;
|
|
965
965
|
padding: 1px 4px;
|
|
966
966
|
border: 1px solid var(--border-color);
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
|
|
997
997
|
.nav-item-path {
|
|
998
998
|
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
999
|
-
font-size:
|
|
999
|
+
font-size: 12px;
|
|
1000
1000
|
flex: 1;
|
|
1001
1001
|
overflow: hidden;
|
|
1002
1002
|
text-overflow: ellipsis;
|
|
@@ -1324,7 +1324,7 @@
|
|
|
1324
1324
|
|
|
1325
1325
|
/* ========== MAIN CONTENT ========== */
|
|
1326
1326
|
.main {
|
|
1327
|
-
padding:
|
|
1327
|
+
padding: 32px;
|
|
1328
1328
|
overflow-y: auto;
|
|
1329
1329
|
width: 100%;
|
|
1330
1330
|
}
|
|
@@ -1429,10 +1429,10 @@
|
|
|
1429
1429
|
|
|
1430
1430
|
/* ========== INTRODUCTION SECTION ========== */
|
|
1431
1431
|
.intro-section {
|
|
1432
|
-
padding: 32px
|
|
1432
|
+
padding: 24px 32px;
|
|
1433
1433
|
background: var(--surface-color);
|
|
1434
1434
|
border-bottom: 1px solid var(--border-color);
|
|
1435
|
-
margin: -
|
|
1435
|
+
margin: -32px -32px 32px -32px;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
.intro-section .markdown-content {
|
|
@@ -1600,7 +1600,7 @@
|
|
|
1600
1600
|
|
|
1601
1601
|
/* ========== ENDPOINT SECTIONS (Redoc-style) ========== */
|
|
1602
1602
|
.endpoint-section {
|
|
1603
|
-
padding:
|
|
1603
|
+
padding: 24px 0;
|
|
1604
1604
|
border-bottom: 1px solid var(--border-color);
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
@@ -1611,23 +1611,23 @@
|
|
|
1611
1611
|
.endpoint-header {
|
|
1612
1612
|
display: flex;
|
|
1613
1613
|
align-items: flex-start;
|
|
1614
|
-
gap:
|
|
1615
|
-
margin-bottom:
|
|
1614
|
+
gap: 12px;
|
|
1615
|
+
margin-bottom: 14px;
|
|
1616
1616
|
}
|
|
1617
1617
|
|
|
1618
1618
|
.endpoint-method-path {
|
|
1619
1619
|
display: flex;
|
|
1620
1620
|
align-items: center;
|
|
1621
|
-
gap:
|
|
1621
|
+
gap: 10px;
|
|
1622
1622
|
flex-wrap: wrap;
|
|
1623
1623
|
}
|
|
1624
1624
|
|
|
1625
1625
|
.badge {
|
|
1626
1626
|
display: inline-flex;
|
|
1627
1627
|
align-items: center;
|
|
1628
|
-
padding:
|
|
1628
|
+
padding: 4px 9px;
|
|
1629
1629
|
border-radius: 4px;
|
|
1630
|
-
font-size:
|
|
1630
|
+
font-size: 11px;
|
|
1631
1631
|
font-weight: 700;
|
|
1632
1632
|
text-transform: uppercase;
|
|
1633
1633
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
@@ -1642,23 +1642,24 @@
|
|
|
1642
1642
|
|
|
1643
1643
|
.endpoint-path {
|
|
1644
1644
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
1645
|
-
font-size:
|
|
1645
|
+
font-size: 14px;
|
|
1646
1646
|
font-weight: 500;
|
|
1647
1647
|
color: var(--text-color);
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
1650
1650
|
.endpoint-title {
|
|
1651
|
-
font-size:
|
|
1651
|
+
font-size: 21px;
|
|
1652
1652
|
font-weight: 600;
|
|
1653
|
-
|
|
1653
|
+
line-height: 1.3;
|
|
1654
|
+
margin-bottom: 6px;
|
|
1654
1655
|
color: var(--text-color);
|
|
1655
1656
|
}
|
|
1656
1657
|
|
|
1657
1658
|
.endpoint-description {
|
|
1658
1659
|
color: var(--text-muted);
|
|
1659
|
-
font-size:
|
|
1660
|
-
line-height: 1.
|
|
1661
|
-
margin-bottom:
|
|
1660
|
+
font-size: 13px;
|
|
1661
|
+
line-height: 1.55;
|
|
1662
|
+
margin-bottom: 18px;
|
|
1662
1663
|
}
|
|
1663
1664
|
|
|
1664
1665
|
/* Markdown content styles */
|
|
@@ -2291,7 +2292,7 @@
|
|
|
2291
2292
|
.endpoint-content {
|
|
2292
2293
|
display: grid;
|
|
2293
2294
|
grid-template-columns: 1fr 1fr;
|
|
2294
|
-
gap:
|
|
2295
|
+
gap: 32px;
|
|
2295
2296
|
}
|
|
2296
2297
|
|
|
2297
2298
|
@media (min-width: 1400px) {
|
|
@@ -2318,18 +2319,18 @@
|
|
|
2318
2319
|
min-width: 0; /* Prevent overflow */
|
|
2319
2320
|
background: var(--code-panel-bg);
|
|
2320
2321
|
border-radius: 8px;
|
|
2321
|
-
padding:
|
|
2322
|
+
padding: 16px;
|
|
2322
2323
|
color: var(--code-panel-text);
|
|
2323
2324
|
}
|
|
2324
2325
|
|
|
2325
2326
|
.endpoint-right-header {
|
|
2326
|
-
font-size:
|
|
2327
|
+
font-size: 11px;
|
|
2327
2328
|
font-weight: 600;
|
|
2328
2329
|
text-transform: uppercase;
|
|
2329
2330
|
letter-spacing: 0.5px;
|
|
2330
2331
|
color: #90a4ae;
|
|
2331
|
-
margin-bottom:
|
|
2332
|
-
padding-bottom:
|
|
2332
|
+
margin-bottom: 12px;
|
|
2333
|
+
padding-bottom: 7px;
|
|
2333
2334
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
|
2334
2335
|
}
|
|
2335
2336
|
|
|
@@ -2340,17 +2341,17 @@
|
|
|
2340
2341
|
}
|
|
2341
2342
|
|
|
2342
2343
|
.endpoint-subsection {
|
|
2343
|
-
margin-bottom:
|
|
2344
|
+
margin-bottom: 20px;
|
|
2344
2345
|
}
|
|
2345
2346
|
|
|
2346
2347
|
.endpoint-subsection-title {
|
|
2347
|
-
font-size:
|
|
2348
|
+
font-size: 12px;
|
|
2348
2349
|
font-weight: 600;
|
|
2349
2350
|
color: var(--text-muted);
|
|
2350
2351
|
text-transform: uppercase;
|
|
2351
2352
|
letter-spacing: 0.5px;
|
|
2352
|
-
margin-bottom:
|
|
2353
|
-
padding-bottom:
|
|
2353
|
+
margin-bottom: 8px;
|
|
2354
|
+
padding-bottom: 6px;
|
|
2354
2355
|
border-bottom: 1px solid var(--border-color);
|
|
2355
2356
|
}
|
|
2356
2357
|
|
|
@@ -2361,12 +2362,12 @@
|
|
|
2361
2362
|
|
|
2362
2363
|
/* ========== REDOC-STYLE PARAMETER LABELS ========== */
|
|
2363
2364
|
.subsection-label {
|
|
2364
|
-
font-size:
|
|
2365
|
+
font-size: 11px;
|
|
2365
2366
|
font-weight: 600;
|
|
2366
2367
|
color: var(--text-muted);
|
|
2367
2368
|
text-transform: uppercase;
|
|
2368
2369
|
letter-spacing: 0.5px;
|
|
2369
|
-
margin-bottom:
|
|
2370
|
+
margin-bottom: 10px;
|
|
2370
2371
|
}
|
|
2371
2372
|
|
|
2372
2373
|
.content-type {
|
|
@@ -2385,8 +2386,8 @@
|
|
|
2385
2386
|
/* ========== REDOC-STYLE PARAMETERS ========== */
|
|
2386
2387
|
.param-row {
|
|
2387
2388
|
display: flex;
|
|
2388
|
-
padding:
|
|
2389
|
-
margin-bottom:
|
|
2389
|
+
padding: 8px 10px;
|
|
2390
|
+
margin-bottom: 8px;
|
|
2390
2391
|
border: 1px solid var(--border-color);
|
|
2391
2392
|
border-radius: 6px;
|
|
2392
2393
|
background: var(--surface-color);
|
|
@@ -2425,14 +2426,14 @@
|
|
|
2425
2426
|
.param-header {
|
|
2426
2427
|
display: flex;
|
|
2427
2428
|
align-items: center;
|
|
2428
|
-
gap:
|
|
2429
|
-
margin-bottom:
|
|
2429
|
+
gap: 8px;
|
|
2430
|
+
margin-bottom: 4px;
|
|
2430
2431
|
flex-wrap: wrap;
|
|
2431
2432
|
}
|
|
2432
2433
|
|
|
2433
2434
|
.param-name-text {
|
|
2434
2435
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2435
|
-
font-size:
|
|
2436
|
+
font-size: 12px;
|
|
2436
2437
|
font-weight: 600;
|
|
2437
2438
|
color: var(--text-color);
|
|
2438
2439
|
}
|
|
@@ -2440,7 +2441,7 @@
|
|
|
2440
2441
|
.param-required-badge {
|
|
2441
2442
|
font-size: 10px;
|
|
2442
2443
|
font-weight: 700;
|
|
2443
|
-
padding:
|
|
2444
|
+
padding: 2px 6px;
|
|
2444
2445
|
border-radius: 4px;
|
|
2445
2446
|
background: #fee2e2;
|
|
2446
2447
|
color: #991b1b;
|
|
@@ -2522,17 +2523,17 @@
|
|
|
2522
2523
|
}
|
|
2523
2524
|
|
|
2524
2525
|
.param-description {
|
|
2525
|
-
font-size:
|
|
2526
|
+
font-size: 12px;
|
|
2526
2527
|
color: var(--text-color);
|
|
2527
|
-
line-height: 1.
|
|
2528
|
-
margin-top:
|
|
2528
|
+
line-height: 1.4;
|
|
2529
|
+
margin-top: 4px;
|
|
2529
2530
|
}
|
|
2530
2531
|
|
|
2531
2532
|
/* ========== REDOC-STYLE RESPONSES ========== */
|
|
2532
2533
|
.response-item {
|
|
2533
2534
|
border: 1px solid var(--border-color);
|
|
2534
2535
|
border-radius: 6px;
|
|
2535
|
-
margin-bottom:
|
|
2536
|
+
margin-bottom: 8px;
|
|
2536
2537
|
overflow: hidden;
|
|
2537
2538
|
transition: border-color 0.15s, box-shadow 0.15s;
|
|
2538
2539
|
}
|
|
@@ -2544,8 +2545,8 @@
|
|
|
2544
2545
|
.response-header {
|
|
2545
2546
|
display: flex;
|
|
2546
2547
|
align-items: center;
|
|
2547
|
-
gap:
|
|
2548
|
-
padding:
|
|
2548
|
+
gap: 8px;
|
|
2549
|
+
padding: 10px 12px;
|
|
2549
2550
|
cursor: pointer;
|
|
2550
2551
|
transition: background 0.15s;
|
|
2551
2552
|
background: var(--surface-color);
|
|
@@ -2568,9 +2569,9 @@
|
|
|
2568
2569
|
}
|
|
2569
2570
|
|
|
2570
2571
|
.response-status {
|
|
2571
|
-
font-size:
|
|
2572
|
+
font-size: 12px;
|
|
2572
2573
|
font-weight: 700;
|
|
2573
|
-
padding:
|
|
2574
|
+
padding: 3px 8px;
|
|
2574
2575
|
border-radius: 4px;
|
|
2575
2576
|
min-width: 50px;
|
|
2576
2577
|
text-align: center;
|
|
@@ -2609,13 +2610,13 @@
|
|
|
2609
2610
|
}
|
|
2610
2611
|
|
|
2611
2612
|
.response-desc {
|
|
2612
|
-
font-size:
|
|
2613
|
+
font-size: 12px;
|
|
2613
2614
|
color: var(--text-color);
|
|
2614
2615
|
}
|
|
2615
2616
|
|
|
2616
2617
|
.response-body {
|
|
2617
2618
|
display: none;
|
|
2618
|
-
padding:
|
|
2619
|
+
padding: 12px;
|
|
2619
2620
|
border-top: 1px solid var(--border-color);
|
|
2620
2621
|
background: var(--code-bg);
|
|
2621
2622
|
}
|
|
@@ -2629,7 +2630,7 @@
|
|
|
2629
2630
|
color: var(--text-muted);
|
|
2630
2631
|
text-transform: uppercase;
|
|
2631
2632
|
letter-spacing: 0.5px;
|
|
2632
|
-
margin-bottom:
|
|
2633
|
+
margin-bottom: 8px;
|
|
2633
2634
|
}
|
|
2634
2635
|
|
|
2635
2636
|
.response-schema-label .content-type {
|
|
@@ -2637,8 +2638,8 @@
|
|
|
2637
2638
|
}
|
|
2638
2639
|
|
|
2639
2640
|
.response-headers-section {
|
|
2640
|
-
margin-bottom:
|
|
2641
|
-
padding-bottom:
|
|
2641
|
+
margin-bottom: 14px;
|
|
2642
|
+
padding-bottom: 10px;
|
|
2642
2643
|
border-bottom: 1px solid var(--border-color);
|
|
2643
2644
|
}
|
|
2644
2645
|
|
|
@@ -2647,13 +2648,13 @@
|
|
|
2647
2648
|
color: var(--text-muted);
|
|
2648
2649
|
text-transform: uppercase;
|
|
2649
2650
|
letter-spacing: 0.5px;
|
|
2650
|
-
margin-bottom:
|
|
2651
|
+
margin-bottom: 8px;
|
|
2651
2652
|
}
|
|
2652
2653
|
|
|
2653
2654
|
.response-header-row {
|
|
2654
2655
|
display: flex;
|
|
2655
2656
|
align-items: flex-start;
|
|
2656
|
-
padding:
|
|
2657
|
+
padding: 5px 0;
|
|
2657
2658
|
border-bottom: 1px solid var(--border-color);
|
|
2658
2659
|
}
|
|
2659
2660
|
|
|
@@ -2663,11 +2664,11 @@
|
|
|
2663
2664
|
|
|
2664
2665
|
.response-header-name {
|
|
2665
2666
|
font-family: 'SF Mono', Monaco, Consolas, monospace;
|
|
2666
|
-
font-size:
|
|
2667
|
+
font-size: 12px;
|
|
2667
2668
|
font-weight: 600;
|
|
2668
2669
|
color: var(--text-color);
|
|
2669
|
-
min-width:
|
|
2670
|
-
margin-right:
|
|
2670
|
+
min-width: 150px;
|
|
2671
|
+
margin-right: 12px;
|
|
2671
2672
|
}
|
|
2672
2673
|
|
|
2673
2674
|
.response-header-info {
|
|
@@ -2675,13 +2676,13 @@
|
|
|
2675
2676
|
}
|
|
2676
2677
|
|
|
2677
2678
|
.response-header-type {
|
|
2678
|
-
font-size:
|
|
2679
|
+
font-size: 11px;
|
|
2679
2680
|
color: var(--primary-color);
|
|
2680
2681
|
margin-bottom: 4px;
|
|
2681
2682
|
}
|
|
2682
2683
|
|
|
2683
2684
|
.response-header-desc {
|
|
2684
|
-
font-size:
|
|
2685
|
+
font-size: 12px;
|
|
2685
2686
|
color: var(--text-muted);
|
|
2686
2687
|
}
|
|
2687
2688
|
|
|
@@ -2878,11 +2879,11 @@
|
|
|
2878
2879
|
}
|
|
2879
2880
|
/* ========== RESPONSE SAMPLES (Right Panel) ========== */
|
|
2880
2881
|
.response-samples {
|
|
2881
|
-
margin-top:
|
|
2882
|
+
margin-top: 16px;
|
|
2882
2883
|
}
|
|
2883
2884
|
|
|
2884
2885
|
.response-samples-header {
|
|
2885
|
-
font-size:
|
|
2886
|
+
font-size: 12px;
|
|
2886
2887
|
font-weight: 600;
|
|
2887
2888
|
color: var(--code-panel-text);
|
|
2888
2889
|
margin-bottom: 12px;
|
|
@@ -2890,14 +2891,14 @@
|
|
|
2890
2891
|
|
|
2891
2892
|
.sample-tabs {
|
|
2892
2893
|
display: flex;
|
|
2893
|
-
gap:
|
|
2894
|
-
margin-bottom:
|
|
2894
|
+
gap: 6px;
|
|
2895
|
+
margin-bottom: 12px;
|
|
2895
2896
|
}
|
|
2896
2897
|
|
|
2897
2898
|
.sample-tab {
|
|
2898
|
-
padding:
|
|
2899
|
+
padding: 4px 10px;
|
|
2899
2900
|
border-radius: 4px;
|
|
2900
|
-
font-size:
|
|
2901
|
+
font-size: 11px;
|
|
2901
2902
|
font-weight: 500;
|
|
2902
2903
|
cursor: pointer;
|
|
2903
2904
|
background: transparent;
|
|
@@ -2928,19 +2929,19 @@
|
|
|
2928
2929
|
}
|
|
2929
2930
|
|
|
2930
2931
|
.sample-content-type {
|
|
2931
|
-
font-size:
|
|
2932
|
+
font-size: 11px;
|
|
2932
2933
|
color: #90a4ae;
|
|
2933
2934
|
margin-bottom: 8px;
|
|
2934
2935
|
}
|
|
2935
2936
|
|
|
2936
2937
|
.sample-actions {
|
|
2937
2938
|
display: flex;
|
|
2938
|
-
gap:
|
|
2939
|
-
margin-bottom:
|
|
2939
|
+
gap: 12px;
|
|
2940
|
+
margin-bottom: 8px;
|
|
2940
2941
|
}
|
|
2941
2942
|
|
|
2942
2943
|
.sample-action {
|
|
2943
|
-
font-size:
|
|
2944
|
+
font-size: 11px;
|
|
2944
2945
|
color: #90a4ae;
|
|
2945
2946
|
cursor: pointer;
|
|
2946
2947
|
background: none;
|
|
@@ -2956,10 +2957,10 @@
|
|
|
2956
2957
|
.sample-json {
|
|
2957
2958
|
background: rgba(0,0,0,0.3);
|
|
2958
2959
|
border-radius: 6px;
|
|
2959
|
-
padding:
|
|
2960
|
+
padding: 10px;
|
|
2960
2961
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2961
|
-
font-size:
|
|
2962
|
-
line-height: 1.
|
|
2962
|
+
font-size: 11px;
|
|
2963
|
+
line-height: 1.4;
|
|
2963
2964
|
color: #e2e8f0;
|
|
2964
2965
|
overflow-x: auto;
|
|
2965
2966
|
white-space: pre-wrap;
|
|
@@ -2976,7 +2977,7 @@
|
|
|
2976
2977
|
.right-panel-content {
|
|
2977
2978
|
display: flex;
|
|
2978
2979
|
flex-direction: column;
|
|
2979
|
-
gap:
|
|
2980
|
+
gap: 18px;
|
|
2980
2981
|
}
|
|
2981
2982
|
|
|
2982
2983
|
.right-section {
|
|
@@ -2984,13 +2985,13 @@
|
|
|
2984
2985
|
}
|
|
2985
2986
|
|
|
2986
2987
|
.right-section-header {
|
|
2987
|
-
font-size:
|
|
2988
|
+
font-size: 11px;
|
|
2988
2989
|
font-weight: 600;
|
|
2989
2990
|
color: #90a4ae;
|
|
2990
2991
|
text-transform: uppercase;
|
|
2991
2992
|
letter-spacing: 0.5px;
|
|
2992
|
-
margin-bottom:
|
|
2993
|
-
padding-bottom:
|
|
2993
|
+
margin-bottom: 12px;
|
|
2994
|
+
padding-bottom: 6px;
|
|
2994
2995
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
|
2995
2996
|
}
|
|
2996
2997
|
|
|
@@ -3035,9 +3036,9 @@
|
|
|
3035
3036
|
display: flex;
|
|
3036
3037
|
align-items: center;
|
|
3037
3038
|
justify-content: space-between;
|
|
3038
|
-
padding: 10px
|
|
3039
|
+
padding: 8px 10px;
|
|
3039
3040
|
background: var(--code-panel-header);
|
|
3040
|
-
font-size:
|
|
3041
|
+
font-size: 11px;
|
|
3041
3042
|
font-weight: 600;
|
|
3042
3043
|
color: #90a4ae;
|
|
3043
3044
|
text-transform: uppercase;
|
|
@@ -3050,32 +3051,33 @@
|
|
|
3050
3051
|
border: none;
|
|
3051
3052
|
border-radius: 0;
|
|
3052
3053
|
color: #e2e8f0;
|
|
3053
|
-
padding:
|
|
3054
|
+
padding: 10px;
|
|
3054
3055
|
}
|
|
3055
3056
|
|
|
3056
3057
|
.code-example code {
|
|
3057
3058
|
color: #e2e8f0;
|
|
3058
3059
|
white-space: pre-wrap;
|
|
3059
3060
|
word-break: break-word;
|
|
3060
|
-
font-size:
|
|
3061
|
+
font-size: 11px;
|
|
3062
|
+
line-height: 1.4;
|
|
3061
3063
|
}
|
|
3062
3064
|
|
|
3063
3065
|
/* Code language tabs */
|
|
3064
3066
|
.code-tabs {
|
|
3065
3067
|
display: flex;
|
|
3066
3068
|
gap: 2px;
|
|
3067
|
-
padding:
|
|
3069
|
+
padding: 6px 10px;
|
|
3068
3070
|
background: var(--code-panel-header);
|
|
3069
3071
|
border-bottom: 1px solid rgba(255,255,255,0.1);
|
|
3070
3072
|
}
|
|
3071
3073
|
|
|
3072
3074
|
.code-tab {
|
|
3073
|
-
padding:
|
|
3075
|
+
padding: 4px 9px;
|
|
3074
3076
|
border: none;
|
|
3075
3077
|
border-radius: 4px;
|
|
3076
3078
|
background: transparent;
|
|
3077
3079
|
color: #90a4ae;
|
|
3078
|
-
font-size:
|
|
3080
|
+
font-size: 11px;
|
|
3079
3081
|
font-weight: 500;
|
|
3080
3082
|
cursor: pointer;
|
|
3081
3083
|
transition: all 0.15s;
|
|
@@ -3105,12 +3107,12 @@
|
|
|
3105
3107
|
|
|
3106
3108
|
pre {
|
|
3107
3109
|
background: var(--code-bg);
|
|
3108
|
-
padding:
|
|
3110
|
+
padding: 12px;
|
|
3109
3111
|
border-radius: 8px;
|
|
3110
3112
|
overflow-x: auto;
|
|
3111
3113
|
font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
|
|
3112
|
-
font-size:
|
|
3113
|
-
line-height: 1.
|
|
3114
|
+
font-size: 11px;
|
|
3115
|
+
line-height: 1.45;
|
|
3114
3116
|
border: 1px solid var(--border-color);
|
|
3115
3117
|
}
|
|
3116
3118
|
|
|
@@ -3125,7 +3127,7 @@
|
|
|
3125
3127
|
.schema-row {
|
|
3126
3128
|
display: flex;
|
|
3127
3129
|
align-items: flex-start;
|
|
3128
|
-
padding: 12px
|
|
3130
|
+
padding: 8px 12px;
|
|
3129
3131
|
border-bottom: 1px solid var(--border-color);
|
|
3130
3132
|
transition: background 0.15s;
|
|
3131
3133
|
}
|
|
@@ -3152,7 +3154,7 @@
|
|
|
3152
3154
|
|
|
3153
3155
|
.schema-name {
|
|
3154
3156
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3155
|
-
font-size:
|
|
3157
|
+
font-size: 12px;
|
|
3156
3158
|
font-weight: 600;
|
|
3157
3159
|
color: var(--text-color);
|
|
3158
3160
|
}
|
|
@@ -3160,17 +3162,17 @@
|
|
|
3160
3162
|
.schema-required {
|
|
3161
3163
|
color: #ef4444;
|
|
3162
3164
|
font-weight: 700;
|
|
3163
|
-
font-size:
|
|
3165
|
+
font-size: 12px;
|
|
3164
3166
|
}
|
|
3165
3167
|
|
|
3166
3168
|
.schema-type {
|
|
3167
3169
|
display: inline-flex;
|
|
3168
3170
|
align-items: center;
|
|
3169
3171
|
gap: 4px;
|
|
3170
|
-
padding:
|
|
3172
|
+
padding: 1px 6px;
|
|
3171
3173
|
border-radius: 4px;
|
|
3172
3174
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3173
|
-
font-size:
|
|
3175
|
+
font-size: 10px;
|
|
3174
3176
|
font-weight: 500;
|
|
3175
3177
|
}
|
|
3176
3178
|
|
|
@@ -3197,10 +3199,64 @@
|
|
|
3197
3199
|
|
|
3198
3200
|
.schema-desc {
|
|
3199
3201
|
color: var(--text-muted);
|
|
3200
|
-
font-size:
|
|
3202
|
+
font-size: 12px;
|
|
3201
3203
|
margin-bottom: 4px;
|
|
3202
3204
|
}
|
|
3203
3205
|
|
|
3206
|
+
/* Compact response-body tree. Nested wrappers use a fixed step so
|
|
3207
|
+
indentation grows predictably instead of compounding by depth. */
|
|
3208
|
+
.schema-tree-root {
|
|
3209
|
+
margin-top: 6px;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
3212
|
+
.schema-tree-nested {
|
|
3213
|
+
padding-left: 10px;
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
.schema-tree-row {
|
|
3217
|
+
padding: 4px 0;
|
|
3218
|
+
font-size: 12px;
|
|
3219
|
+
line-height: 1.35;
|
|
3220
|
+
}
|
|
3221
|
+
|
|
3222
|
+
.schema-tree-root > .schema-tree-row {
|
|
3223
|
+
padding-left: 6px;
|
|
3224
|
+
border-left: 1px solid var(--border-color);
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
.schema-tree-property {
|
|
3228
|
+
display: flex;
|
|
3229
|
+
align-items: center;
|
|
3230
|
+
gap: 5px;
|
|
3231
|
+
color: var(--text-primary);
|
|
3232
|
+
font-weight: 500;
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
.schema-tree-required {
|
|
3236
|
+
color: #ef4444;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
.schema-tree-description {
|
|
3240
|
+
margin-top: 2px;
|
|
3241
|
+
color: var(--text-muted);
|
|
3242
|
+
font-size: 11px;
|
|
3243
|
+
line-height: 1.4;
|
|
3244
|
+
}
|
|
3245
|
+
|
|
3246
|
+
.schema-tree-label {
|
|
3247
|
+
color: var(--text-primary);
|
|
3248
|
+
font-weight: 500;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.schema-tree-meta {
|
|
3252
|
+
color: var(--text-secondary);
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3255
|
+
.schema-tree-unresolved {
|
|
3256
|
+
color: var(--text-muted);
|
|
3257
|
+
font-style: italic;
|
|
3258
|
+
}
|
|
3259
|
+
|
|
3204
3260
|
.schema-constraints {
|
|
3205
3261
|
display: flex;
|
|
3206
3262
|
flex-wrap: wrap;
|
|
@@ -3447,11 +3503,11 @@
|
|
|
3447
3503
|
|
|
3448
3504
|
/* ========== HTTP ENDPOINT (ReDoc-style) ========== */
|
|
3449
3505
|
.http-param-group {
|
|
3450
|
-
margin-bottom:
|
|
3506
|
+
margin-bottom: 14px;
|
|
3451
3507
|
}
|
|
3452
3508
|
|
|
3453
3509
|
.http-param-group-title {
|
|
3454
|
-
font-size:
|
|
3510
|
+
font-size: 11px;
|
|
3455
3511
|
font-weight: 600;
|
|
3456
3512
|
text-transform: uppercase;
|
|
3457
3513
|
letter-spacing: 0.5px;
|
|
@@ -3466,7 +3522,7 @@
|
|
|
3466
3522
|
}
|
|
3467
3523
|
|
|
3468
3524
|
.http-param {
|
|
3469
|
-
padding: 12px
|
|
3525
|
+
padding: 8px 12px;
|
|
3470
3526
|
border-bottom: 1px solid var(--border-color);
|
|
3471
3527
|
}
|
|
3472
3528
|
|
|
@@ -3476,12 +3532,12 @@
|
|
|
3476
3532
|
display: flex;
|
|
3477
3533
|
align-items: center;
|
|
3478
3534
|
flex-wrap: wrap;
|
|
3479
|
-
gap:
|
|
3535
|
+
gap: 6px;
|
|
3480
3536
|
}
|
|
3481
3537
|
|
|
3482
3538
|
.http-param-name {
|
|
3483
3539
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3484
|
-
font-size:
|
|
3540
|
+
font-size: 12px;
|
|
3485
3541
|
font-weight: 600;
|
|
3486
3542
|
color: var(--text-color);
|
|
3487
3543
|
}
|
|
@@ -3504,22 +3560,22 @@
|
|
|
3504
3560
|
|
|
3505
3561
|
.http-param-desc {
|
|
3506
3562
|
color: var(--text-muted);
|
|
3507
|
-
font-size:
|
|
3508
|
-
margin-top:
|
|
3509
|
-
line-height: 1.
|
|
3563
|
+
font-size: 12px;
|
|
3564
|
+
margin-top: 4px;
|
|
3565
|
+
line-height: 1.4;
|
|
3510
3566
|
}
|
|
3511
3567
|
|
|
3512
3568
|
/* Validation constraint chips (reuses .schema-constraint look) */
|
|
3513
3569
|
.constraint-chips {
|
|
3514
3570
|
display: flex;
|
|
3515
3571
|
flex-wrap: wrap;
|
|
3516
|
-
gap:
|
|
3517
|
-
margin-top:
|
|
3572
|
+
gap: 4px;
|
|
3573
|
+
margin-top: 5px;
|
|
3518
3574
|
}
|
|
3519
3575
|
|
|
3520
3576
|
.constraint-chip {
|
|
3521
|
-
font-size:
|
|
3522
|
-
padding:
|
|
3577
|
+
font-size: 10px;
|
|
3578
|
+
padding: 1px 6px;
|
|
3523
3579
|
border-radius: 4px;
|
|
3524
3580
|
background: var(--code-bg);
|
|
3525
3581
|
color: var(--text-muted);
|
|
@@ -3542,21 +3598,21 @@
|
|
|
3542
3598
|
.response-accordion {
|
|
3543
3599
|
border: 1px solid var(--border-color);
|
|
3544
3600
|
border-radius: 8px;
|
|
3545
|
-
margin-bottom:
|
|
3601
|
+
margin-bottom: 8px;
|
|
3546
3602
|
overflow: hidden;
|
|
3547
3603
|
}
|
|
3548
3604
|
|
|
3549
3605
|
.response-accordion-header {
|
|
3550
3606
|
display: flex;
|
|
3551
3607
|
align-items: center;
|
|
3552
|
-
gap:
|
|
3608
|
+
gap: 8px;
|
|
3553
3609
|
width: 100%;
|
|
3554
|
-
padding: 12px
|
|
3610
|
+
padding: 9px 12px;
|
|
3555
3611
|
background: var(--code-bg);
|
|
3556
3612
|
border: none;
|
|
3557
3613
|
cursor: pointer;
|
|
3558
3614
|
text-align: left;
|
|
3559
|
-
font-size:
|
|
3615
|
+
font-size: 12px;
|
|
3560
3616
|
color: var(--text-color);
|
|
3561
3617
|
transition: background 0.15s;
|
|
3562
3618
|
}
|
|
@@ -3575,8 +3631,8 @@
|
|
|
3575
3631
|
}
|
|
3576
3632
|
|
|
3577
3633
|
.response-status-dot {
|
|
3578
|
-
width:
|
|
3579
|
-
height:
|
|
3634
|
+
width: 8px;
|
|
3635
|
+
height: 8px;
|
|
3580
3636
|
border-radius: 50%;
|
|
3581
3637
|
flex-shrink: 0;
|
|
3582
3638
|
}
|
|
@@ -3596,7 +3652,7 @@
|
|
|
3596
3652
|
}
|
|
3597
3653
|
|
|
3598
3654
|
.response-accordion-body {
|
|
3599
|
-
padding:
|
|
3655
|
+
padding: 10px 12px;
|
|
3600
3656
|
border-top: 1px solid var(--border-color);
|
|
3601
3657
|
display: none;
|
|
3602
3658
|
}
|
|
@@ -3604,15 +3660,15 @@
|
|
|
3604
3660
|
.response-accordion.open .response-accordion-body { display: block; }
|
|
3605
3661
|
|
|
3606
3662
|
.response-subhead {
|
|
3607
|
-
font-size:
|
|
3663
|
+
font-size: 10px;
|
|
3608
3664
|
font-weight: 600;
|
|
3609
3665
|
text-transform: uppercase;
|
|
3610
3666
|
letter-spacing: 0.5px;
|
|
3611
3667
|
color: var(--text-muted);
|
|
3612
|
-
margin: 0 0
|
|
3668
|
+
margin: 0 0 6px;
|
|
3613
3669
|
}
|
|
3614
3670
|
|
|
3615
|
-
.response-block + .response-block { margin-top:
|
|
3671
|
+
.response-block + .response-block { margin-top: 12px; }
|
|
3616
3672
|
|
|
3617
3673
|
/* Multi-language code samples */
|
|
3618
3674
|
.http-code-samples {
|
|
@@ -3634,14 +3690,14 @@
|
|
|
3634
3690
|
|
|
3635
3691
|
.http-code-sample-pre {
|
|
3636
3692
|
margin: 0;
|
|
3637
|
-
padding:
|
|
3693
|
+
padding: 10px;
|
|
3638
3694
|
background: transparent;
|
|
3639
3695
|
border: none;
|
|
3640
3696
|
border-radius: 0;
|
|
3641
3697
|
overflow-x: auto;
|
|
3642
3698
|
font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
|
|
3643
|
-
font-size:
|
|
3644
|
-
line-height: 1.
|
|
3699
|
+
font-size: 11px;
|
|
3700
|
+
line-height: 1.4;
|
|
3645
3701
|
color: var(--text-color);
|
|
3646
3702
|
white-space: pre;
|
|
3647
3703
|
}
|
|
@@ -3649,12 +3705,12 @@
|
|
|
3649
3705
|
.http-code-copy,
|
|
3650
3706
|
.sample-code-copy {
|
|
3651
3707
|
margin-left: auto;
|
|
3652
|
-
padding:
|
|
3708
|
+
padding: 3px 8px;
|
|
3653
3709
|
background: transparent;
|
|
3654
3710
|
border: 1px solid var(--border-color);
|
|
3655
3711
|
border-radius: 4px;
|
|
3656
3712
|
color: var(--text-muted);
|
|
3657
|
-
font-size:
|
|
3713
|
+
font-size: 10px;
|
|
3658
3714
|
cursor: pointer;
|
|
3659
3715
|
transition: all 0.15s;
|
|
3660
3716
|
}
|
|
@@ -3668,7 +3724,7 @@
|
|
|
3668
3724
|
/* Right panel (third column): keep request/response samples dark & legible
|
|
3669
3725
|
regardless of the active theme, matching ReDoc's sample column. */
|
|
3670
3726
|
.endpoint-right .endpoint-right-section + .endpoint-right-section {
|
|
3671
|
-
margin-top:
|
|
3727
|
+
margin-top: 18px;
|
|
3672
3728
|
}
|
|
3673
3729
|
|
|
3674
3730
|
.endpoint-right .http-code-samples {
|
|
@@ -3688,9 +3744,9 @@
|
|
|
3688
3744
|
.response-example-toolbar {
|
|
3689
3745
|
display: flex;
|
|
3690
3746
|
align-items: center;
|
|
3691
|
-
gap:
|
|
3692
|
-
min-height:
|
|
3693
|
-
margin:
|
|
3747
|
+
gap: 8px;
|
|
3748
|
+
min-height: 24px;
|
|
3749
|
+
margin: 2px 0 6px;
|
|
3694
3750
|
}
|
|
3695
3751
|
|
|
3696
3752
|
.response-example-toolbar .response-example-name {
|
|
@@ -3699,7 +3755,7 @@
|
|
|
3699
3755
|
|
|
3700
3756
|
.endpoint-right .sample-code {
|
|
3701
3757
|
margin: 0;
|
|
3702
|
-
padding:
|
|
3758
|
+
padding: 10px;
|
|
3703
3759
|
overflow-x: auto;
|
|
3704
3760
|
border: 1px solid rgba(255,255,255,0.1);
|
|
3705
3761
|
border-radius: 6px;
|
|
@@ -3712,8 +3768,8 @@
|
|
|
3712
3768
|
.endpoint-right .sample-code code {
|
|
3713
3769
|
color: inherit;
|
|
3714
3770
|
font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
|
|
3715
|
-
font-size:
|
|
3716
|
-
line-height: 1.
|
|
3771
|
+
font-size: 11px;
|
|
3772
|
+
line-height: 1.4;
|
|
3717
3773
|
white-space: inherit;
|
|
3718
3774
|
}
|
|
3719
3775
|
|