raffel 1.1.82 → 1.1.83
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 +385 -196
- package/dist/docs/ui/assets/raffel-docs.js +269 -55
- package/dist/docs/ui/assets/sidebar-tree.js +3 -0
- package/dist/docs/ui/html-shell.d.ts.map +1 -1
- package/dist/docs/ui/html-shell.js +13 -0
- package/dist/docs/ui/html-shell.js.map +1 -1
- package/dist/docs/ui/runtime/index.js +269 -55
- package/dist/docs/ui/runtime/index.js.map +1 -1
- package/dist/docs/ui/runtime/sidebar-tree.js +3 -0
- package/dist/docs/ui/runtime/sidebar-tree.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 +54 -54
- package/dist/docs/ui/style-sections/edit-link.d.ts +1 -1
- package/dist/docs/ui/style-sections/edit-link.js +2 -2
- 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 +81 -20
- package/dist/docs/ui/style-sections/layout-navigation.js.map +1 -1
- 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 +204 -77
- package/dist/docs/ui/style-sections/schema-code.js.map +1 -1
- package/dist/docs/ui/style-sections/shell.d.ts.map +1 -1
- package/dist/docs/ui/style-sections/shell.js +14 -13
- package/dist/docs/ui/style-sections/shell.js.map +1 -1
- package/dist/docs/ui/style-sections/try-it.d.ts +1 -1
- package/dist/docs/ui/style-sections/try-it.d.ts.map +1 -1
- package/dist/docs/ui/style-sections/try-it.js +30 -30
- package/dist/docs/ui/types.d.ts +8 -0
- package/dist/docs/ui/types.d.ts.map +1 -1
- package/dist/docs/usd-middleware.d.ts +8 -0
- package/dist/docs/usd-middleware.d.ts.map +1 -1
- package/dist/docs/usd-middleware.js.map +1 -1
- package/dist/server/types/lifecycle-docs-types.d.ts +4 -0
- package/dist/server/types/lifecycle-docs-types.d.ts.map +1 -1
- package/dist/ui/docs/ui/html-shell.d.ts.map +1 -1
- 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/edit-link.d.ts +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/dist/ui/docs/ui/style-sections/shell.d.ts.map +1 -1
- package/dist/ui/docs/ui/style-sections/try-it.d.ts +1 -1
- package/dist/ui/docs/ui/style-sections/try-it.d.ts.map +1 -1
- package/dist/ui/docs/ui/types.d.ts +8 -0
- package/dist/ui/docs/ui/types.d.ts.map +1 -1
- package/dist/ui/docs/usd-middleware.d.ts +8 -0
- package/dist/ui/docs/usd-middleware.d.ts.map +1 -1
- package/dist/ui/usd/builder/http.d.ts +17 -1
- package/dist/ui/usd/builder/http.d.ts.map +1 -1
- package/dist/ui/usd/spec/types.d.ts +5 -1
- package/dist/ui/usd/spec/types.d.ts.map +1 -1
- package/dist/usd/builder/http.d.ts +17 -1
- package/dist/usd/builder/http.d.ts.map +1 -1
- package/dist/usd/builder/http.js +10 -2
- package/dist/usd/builder/http.js.map +1 -1
- package/dist/usd/spec/types.d.ts +5 -1
- package/dist/usd/spec/types.d.ts.map +1 -1
- package/dist/usd/spec/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -21,18 +21,19 @@
|
|
|
21
21
|
--code-panel-text: #cfd8dc;
|
|
22
22
|
--code-panel-header: #37474f;
|
|
23
23
|
|
|
24
|
-
/*
|
|
25
|
-
|
|
26
|
-
--font-size-
|
|
27
|
-
--font-size-
|
|
28
|
-
--font-size-
|
|
29
|
-
--font-size-
|
|
30
|
-
--font-size-
|
|
31
|
-
--font-size-
|
|
32
|
-
--font-size-
|
|
33
|
-
--font-size-
|
|
34
|
-
--font-size-
|
|
35
|
-
--
|
|
24
|
+
/* Dense documentation type scale. Component styles inherit these
|
|
25
|
+
tokens so large references keep more context inside the viewport. */
|
|
26
|
+
--font-size-body: 12px;
|
|
27
|
+
--font-size-small: 11px;
|
|
28
|
+
--font-size-xs: 9px;
|
|
29
|
+
--font-size-h1: 24px;
|
|
30
|
+
--font-size-h2: 19px;
|
|
31
|
+
--font-size-h3: 16px;
|
|
32
|
+
--font-size-h4: 14px;
|
|
33
|
+
--font-size-h5: 12px;
|
|
34
|
+
--font-size-h6: 11px;
|
|
35
|
+
--font-size-code: 10px;
|
|
36
|
+
--line-height-body: 1.45;
|
|
36
37
|
--line-height-tight: 1.25;
|
|
37
38
|
}
|
|
38
39
|
|
|
@@ -230,7 +231,7 @@
|
|
|
230
231
|
content: '▾';
|
|
231
232
|
margin-left: 6px;
|
|
232
233
|
color: var(--text-muted);
|
|
233
|
-
font-size:
|
|
234
|
+
font-size: 10px;
|
|
234
235
|
}
|
|
235
236
|
|
|
236
237
|
.top-nav-submenu {
|
|
@@ -674,8 +675,9 @@
|
|
|
674
675
|
}
|
|
675
676
|
|
|
676
677
|
.app-container {
|
|
678
|
+
--sidebar-width: 280px;
|
|
677
679
|
display: grid;
|
|
678
|
-
grid-template-columns:
|
|
680
|
+
grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
|
|
679
681
|
min-height: calc(100vh - 300px);
|
|
680
682
|
}
|
|
681
683
|
|
|
@@ -705,13 +707,59 @@
|
|
|
705
707
|
.sidebar {
|
|
706
708
|
background: var(--sidebar-bg);
|
|
707
709
|
border-right: 1px solid var(--border-color);
|
|
708
|
-
|
|
709
|
-
|
|
710
|
+
display: flex;
|
|
711
|
+
flex-direction: column;
|
|
712
|
+
min-width: 0;
|
|
713
|
+
padding: 14px 0 0;
|
|
714
|
+
overflow: visible;
|
|
710
715
|
position: sticky;
|
|
711
716
|
top: 0;
|
|
712
717
|
height: 100vh;
|
|
713
718
|
}
|
|
714
719
|
|
|
720
|
+
.sidebar-resizer {
|
|
721
|
+
appearance: none;
|
|
722
|
+
position: absolute;
|
|
723
|
+
top: 0;
|
|
724
|
+
right: -5px;
|
|
725
|
+
z-index: 5;
|
|
726
|
+
width: 10px;
|
|
727
|
+
height: 100%;
|
|
728
|
+
padding: 0;
|
|
729
|
+
border: 0;
|
|
730
|
+
background: transparent;
|
|
731
|
+
cursor: col-resize;
|
|
732
|
+
touch-action: none;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.sidebar-resizer::before {
|
|
736
|
+
content: '';
|
|
737
|
+
position: absolute;
|
|
738
|
+
top: 0;
|
|
739
|
+
bottom: 0;
|
|
740
|
+
left: 4px;
|
|
741
|
+
width: 1px;
|
|
742
|
+
background: transparent;
|
|
743
|
+
transition: background-color 0.15s, box-shadow 0.15s;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.sidebar-resizer:hover::before,
|
|
747
|
+
.sidebar-resizer:focus-visible::before,
|
|
748
|
+
html.sidebar-is-resizing .sidebar-resizer::before {
|
|
749
|
+
background: var(--primary-color);
|
|
750
|
+
box-shadow: 0 0 0 1px color-mix(in srgb, var(--primary-color) 18%, transparent);
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.sidebar-resizer:focus-visible {
|
|
754
|
+
outline: 0;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
html.sidebar-is-resizing,
|
|
758
|
+
html.sidebar-is-resizing * {
|
|
759
|
+
cursor: col-resize !important;
|
|
760
|
+
user-select: none !important;
|
|
761
|
+
}
|
|
762
|
+
|
|
715
763
|
.sidebar-hidden {
|
|
716
764
|
display: none;
|
|
717
765
|
}
|
|
@@ -730,7 +778,7 @@
|
|
|
730
778
|
}
|
|
731
779
|
|
|
732
780
|
.sidebar-logo img { height: 32px; }
|
|
733
|
-
.sidebar-logo h1 { font-size:
|
|
781
|
+
.sidebar-logo h1 { font-size: 16px; font-weight: 600; }
|
|
734
782
|
|
|
735
783
|
.sidebar-search {
|
|
736
784
|
position: relative;
|
|
@@ -772,7 +820,7 @@
|
|
|
772
820
|
.protocol-tab {
|
|
773
821
|
padding: 5px 10px;
|
|
774
822
|
border-radius: 20px;
|
|
775
|
-
font-size:
|
|
823
|
+
font-size: 10px;
|
|
776
824
|
font-weight: 500;
|
|
777
825
|
cursor: pointer;
|
|
778
826
|
background: var(--code-bg);
|
|
@@ -799,7 +847,7 @@
|
|
|
799
847
|
height: 18px;
|
|
800
848
|
padding: 0 5px;
|
|
801
849
|
margin-left: 6px;
|
|
802
|
-
font-size:
|
|
850
|
+
font-size: 9px;
|
|
803
851
|
border-radius: 9px;
|
|
804
852
|
background: rgba(0,0,0,0.15);
|
|
805
853
|
}
|
|
@@ -810,7 +858,12 @@
|
|
|
810
858
|
|
|
811
859
|
/* ========== TAG GROUPS ========== */
|
|
812
860
|
.sidebar-nav {
|
|
861
|
+
flex: 1;
|
|
862
|
+
min-height: 0;
|
|
863
|
+
overflow-x: hidden;
|
|
864
|
+
overflow-y: auto;
|
|
813
865
|
padding: 0 10px;
|
|
866
|
+
scrollbar-gutter: stable;
|
|
814
867
|
}
|
|
815
868
|
|
|
816
869
|
.tag-group {
|
|
@@ -824,7 +877,7 @@
|
|
|
824
877
|
padding: 8px 10px;
|
|
825
878
|
border-radius: 8px;
|
|
826
879
|
cursor: pointer;
|
|
827
|
-
font-size:
|
|
880
|
+
font-size: 12px;
|
|
828
881
|
font-weight: 600;
|
|
829
882
|
color: var(--text-secondary);
|
|
830
883
|
transition: all 0.2s;
|
|
@@ -841,7 +894,7 @@
|
|
|
841
894
|
|
|
842
895
|
.tag-group-arrow {
|
|
843
896
|
transition: transform 0.2s;
|
|
844
|
-
font-size:
|
|
897
|
+
font-size: 9px;
|
|
845
898
|
}
|
|
846
899
|
|
|
847
900
|
.tag-group.collapsed .tag-group-arrow {
|
|
@@ -850,7 +903,7 @@
|
|
|
850
903
|
|
|
851
904
|
.tag-group-count {
|
|
852
905
|
margin-left: auto;
|
|
853
|
-
font-size:
|
|
906
|
+
font-size: 10px;
|
|
854
907
|
color: var(--text-muted);
|
|
855
908
|
font-weight: 400;
|
|
856
909
|
}
|
|
@@ -904,7 +957,7 @@
|
|
|
904
957
|
color: var(--text-muted);
|
|
905
958
|
cursor: pointer;
|
|
906
959
|
font: inherit;
|
|
907
|
-
font-size:
|
|
960
|
+
font-size: 10px;
|
|
908
961
|
line-height: 1.35;
|
|
909
962
|
padding: 4px 7px;
|
|
910
963
|
text-align: left;
|
|
@@ -952,11 +1005,11 @@
|
|
|
952
1005
|
}
|
|
953
1006
|
|
|
954
1007
|
.nav-item-intro .nav-item-icon {
|
|
955
|
-
font-size:
|
|
1008
|
+
font-size: 14px;
|
|
956
1009
|
}
|
|
957
1010
|
|
|
958
1011
|
.nav-item-intro .nav-item-text {
|
|
959
|
-
font-size:
|
|
1012
|
+
font-size: 12px;
|
|
960
1013
|
}
|
|
961
1014
|
|
|
962
1015
|
.nav-item-method {
|
|
@@ -996,8 +1049,17 @@
|
|
|
996
1049
|
|
|
997
1050
|
.nav-item-path {
|
|
998
1051
|
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
|
|
999
|
-
font-size:
|
|
1052
|
+
font-size: 10px;
|
|
1000
1053
|
flex: 1;
|
|
1054
|
+
min-width: 0;
|
|
1055
|
+
overflow: hidden;
|
|
1056
|
+
text-overflow: ellipsis;
|
|
1057
|
+
white-space: nowrap;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
.nav-item-text,
|
|
1061
|
+
.docs-sidebar-home {
|
|
1062
|
+
min-width: 0;
|
|
1001
1063
|
overflow: hidden;
|
|
1002
1064
|
text-overflow: ellipsis;
|
|
1003
1065
|
white-space: nowrap;
|
|
@@ -1156,7 +1218,7 @@
|
|
|
1156
1218
|
padding-left: 21px;
|
|
1157
1219
|
transition: color 0.15s, border-color 0.15s;
|
|
1158
1220
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
1159
|
-
font-size:
|
|
1221
|
+
font-size: 11px;
|
|
1160
1222
|
}
|
|
1161
1223
|
|
|
1162
1224
|
.toc-link:hover {
|
|
@@ -1233,7 +1295,7 @@
|
|
|
1233
1295
|
border-radius: 6px;
|
|
1234
1296
|
background: var(--bg-color);
|
|
1235
1297
|
color: var(--text-color);
|
|
1236
|
-
font-size:
|
|
1298
|
+
font-size: 13px;
|
|
1237
1299
|
font-family: inherit;
|
|
1238
1300
|
outline: none;
|
|
1239
1301
|
}
|
|
@@ -1244,7 +1306,7 @@
|
|
|
1244
1306
|
|
|
1245
1307
|
.search-modal-close {
|
|
1246
1308
|
padding: 6px 10px;
|
|
1247
|
-
font-size:
|
|
1309
|
+
font-size: 11px;
|
|
1248
1310
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
1249
1311
|
color: var(--text-muted);
|
|
1250
1312
|
background: var(--surface-color);
|
|
@@ -1268,7 +1330,7 @@
|
|
|
1268
1330
|
padding: 24px 16px;
|
|
1269
1331
|
color: var(--text-muted);
|
|
1270
1332
|
text-align: center;
|
|
1271
|
-
font-size:
|
|
1333
|
+
font-size: 12px;
|
|
1272
1334
|
}
|
|
1273
1335
|
|
|
1274
1336
|
.search-modal-group {
|
|
@@ -1277,7 +1339,7 @@
|
|
|
1277
1339
|
|
|
1278
1340
|
.search-modal-group-heading {
|
|
1279
1341
|
padding: 8px 12px 4px;
|
|
1280
|
-
font-size:
|
|
1342
|
+
font-size: 10px;
|
|
1281
1343
|
font-weight: 600;
|
|
1282
1344
|
letter-spacing: 0.06em;
|
|
1283
1345
|
text-transform: uppercase;
|
|
@@ -1308,12 +1370,12 @@
|
|
|
1308
1370
|
}
|
|
1309
1371
|
|
|
1310
1372
|
.search-modal-result-title {
|
|
1311
|
-
font-size:
|
|
1373
|
+
font-size: 12px;
|
|
1312
1374
|
font-weight: 600;
|
|
1313
1375
|
}
|
|
1314
1376
|
|
|
1315
1377
|
.search-modal-result-desc {
|
|
1316
|
-
font-size:
|
|
1378
|
+
font-size: 11px;
|
|
1317
1379
|
color: var(--text-muted);
|
|
1318
1380
|
overflow: hidden;
|
|
1319
1381
|
text-overflow: ellipsis;
|
|
@@ -1332,7 +1394,7 @@
|
|
|
1332
1394
|
/* ========== BREADCRUMBS ========== */
|
|
1333
1395
|
.docs-breadcrumb {
|
|
1334
1396
|
margin: 0 0 16px 0;
|
|
1335
|
-
font-size:
|
|
1397
|
+
font-size: 12px;
|
|
1336
1398
|
color: var(--text-muted);
|
|
1337
1399
|
}
|
|
1338
1400
|
|
|
@@ -1416,7 +1478,7 @@
|
|
|
1416
1478
|
.section { margin-bottom: 48px; }
|
|
1417
1479
|
|
|
1418
1480
|
.section-title {
|
|
1419
|
-
font-size:
|
|
1481
|
+
font-size: 24px;
|
|
1420
1482
|
font-weight: 700;
|
|
1421
1483
|
margin-bottom: 8px;
|
|
1422
1484
|
color: var(--text-color);
|
|
@@ -1440,7 +1502,7 @@
|
|
|
1440
1502
|
}
|
|
1441
1503
|
|
|
1442
1504
|
.intro-section .markdown-content h2 {
|
|
1443
|
-
font-size:
|
|
1505
|
+
font-size: 21px;
|
|
1444
1506
|
font-weight: 600;
|
|
1445
1507
|
margin: 32px 0 16px 0;
|
|
1446
1508
|
color: var(--text-color);
|
|
@@ -1451,7 +1513,7 @@
|
|
|
1451
1513
|
}
|
|
1452
1514
|
|
|
1453
1515
|
.intro-section .markdown-content p {
|
|
1454
|
-
font-size:
|
|
1516
|
+
font-size: 14px;
|
|
1455
1517
|
line-height: 1.7;
|
|
1456
1518
|
color: var(--text-color);
|
|
1457
1519
|
margin-bottom: 16px;
|
|
@@ -1463,7 +1525,7 @@
|
|
|
1463
1525
|
}
|
|
1464
1526
|
|
|
1465
1527
|
.intro-section .markdown-content li {
|
|
1466
|
-
font-size:
|
|
1528
|
+
font-size: 13px;
|
|
1467
1529
|
line-height: 1.6;
|
|
1468
1530
|
color: var(--text-color);
|
|
1469
1531
|
margin-bottom: 8px;
|
|
@@ -1473,7 +1535,7 @@
|
|
|
1473
1535
|
background: var(--code-bg);
|
|
1474
1536
|
padding: 2px 6px;
|
|
1475
1537
|
border-radius: 4px;
|
|
1476
|
-
font-size:
|
|
1538
|
+
font-size: 12px;
|
|
1477
1539
|
font-family: 'SF Mono', Monaco, Consolas, monospace;
|
|
1478
1540
|
}
|
|
1479
1541
|
|
|
@@ -1505,7 +1567,7 @@
|
|
|
1505
1567
|
align-items: baseline;
|
|
1506
1568
|
flex-wrap: wrap;
|
|
1507
1569
|
gap: 12px;
|
|
1508
|
-
font-size:
|
|
1570
|
+
font-size: 28px;
|
|
1509
1571
|
font-weight: 700;
|
|
1510
1572
|
line-height: 1.2;
|
|
1511
1573
|
margin: 0;
|
|
@@ -1513,7 +1575,7 @@
|
|
|
1513
1575
|
}
|
|
1514
1576
|
|
|
1515
1577
|
.docs-overview-version {
|
|
1516
|
-
font-size:
|
|
1578
|
+
font-size: 12px;
|
|
1517
1579
|
font-weight: 600;
|
|
1518
1580
|
letter-spacing: 0.02em;
|
|
1519
1581
|
padding: 3px 10px;
|
|
@@ -1528,7 +1590,7 @@
|
|
|
1528
1590
|
flex-wrap: wrap;
|
|
1529
1591
|
align-items: center;
|
|
1530
1592
|
gap: 10px;
|
|
1531
|
-
font-size:
|
|
1593
|
+
font-size: 12px;
|
|
1532
1594
|
color: var(--text-muted);
|
|
1533
1595
|
margin: 0 0 24px 0;
|
|
1534
1596
|
}
|
|
@@ -1551,7 +1613,7 @@
|
|
|
1551
1613
|
}
|
|
1552
1614
|
|
|
1553
1615
|
.docs-overview-subtitle {
|
|
1554
|
-
font-size:
|
|
1616
|
+
font-size: 12px;
|
|
1555
1617
|
font-weight: 700;
|
|
1556
1618
|
text-transform: uppercase;
|
|
1557
1619
|
letter-spacing: 0.06em;
|
|
@@ -1581,7 +1643,7 @@
|
|
|
1581
1643
|
|
|
1582
1644
|
.docs-overview-server-url {
|
|
1583
1645
|
font-family: 'SF Mono', Monaco, Consolas, monospace;
|
|
1584
|
-
font-size:
|
|
1646
|
+
font-size: 12px;
|
|
1585
1647
|
color: var(--text-color);
|
|
1586
1648
|
background: var(--code-bg);
|
|
1587
1649
|
padding: 4px 10px;
|
|
@@ -1590,7 +1652,7 @@
|
|
|
1590
1652
|
}
|
|
1591
1653
|
|
|
1592
1654
|
.docs-overview-server-desc {
|
|
1593
|
-
font-size:
|
|
1655
|
+
font-size: 12px;
|
|
1594
1656
|
color: var(--text-muted);
|
|
1595
1657
|
}
|
|
1596
1658
|
|
|
@@ -1627,7 +1689,7 @@
|
|
|
1627
1689
|
align-items: center;
|
|
1628
1690
|
padding: 4px 9px;
|
|
1629
1691
|
border-radius: 4px;
|
|
1630
|
-
font-size:
|
|
1692
|
+
font-size: 10px;
|
|
1631
1693
|
font-weight: 700;
|
|
1632
1694
|
text-transform: uppercase;
|
|
1633
1695
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
@@ -1642,13 +1704,13 @@
|
|
|
1642
1704
|
|
|
1643
1705
|
.endpoint-path {
|
|
1644
1706
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
1645
|
-
font-size:
|
|
1707
|
+
font-size: 12px;
|
|
1646
1708
|
font-weight: 500;
|
|
1647
1709
|
color: var(--text-color);
|
|
1648
1710
|
}
|
|
1649
1711
|
|
|
1650
1712
|
.endpoint-title {
|
|
1651
|
-
font-size:
|
|
1713
|
+
font-size: 18px;
|
|
1652
1714
|
font-weight: 600;
|
|
1653
1715
|
line-height: 1.3;
|
|
1654
1716
|
margin-bottom: 6px;
|
|
@@ -1657,7 +1719,7 @@
|
|
|
1657
1719
|
|
|
1658
1720
|
.endpoint-description {
|
|
1659
1721
|
color: var(--text-muted);
|
|
1660
|
-
font-size:
|
|
1722
|
+
font-size: 12px;
|
|
1661
1723
|
line-height: 1.55;
|
|
1662
1724
|
margin-bottom: 18px;
|
|
1663
1725
|
}
|
|
@@ -1698,7 +1760,7 @@
|
|
|
1698
1760
|
}
|
|
1699
1761
|
|
|
1700
1762
|
.markdown-content .md-h2 {
|
|
1701
|
-
font-size:
|
|
1763
|
+
font-size: 16px;
|
|
1702
1764
|
font-weight: 600;
|
|
1703
1765
|
color: var(--text-primary);
|
|
1704
1766
|
margin: 24px 0 12px 0;
|
|
@@ -1707,14 +1769,14 @@
|
|
|
1707
1769
|
}
|
|
1708
1770
|
|
|
1709
1771
|
.markdown-content .md-h3 {
|
|
1710
|
-
font-size:
|
|
1772
|
+
font-size: 14px;
|
|
1711
1773
|
font-weight: 600;
|
|
1712
1774
|
color: var(--text-primary);
|
|
1713
1775
|
margin: 20px 0 10px 0;
|
|
1714
1776
|
}
|
|
1715
1777
|
|
|
1716
1778
|
.markdown-content .md-h4 {
|
|
1717
|
-
font-size:
|
|
1779
|
+
font-size: 12px;
|
|
1718
1780
|
font-weight: 600;
|
|
1719
1781
|
color: var(--text-secondary);
|
|
1720
1782
|
margin: 16px 0 8px 0;
|
|
@@ -1740,7 +1802,7 @@
|
|
|
1740
1802
|
padding: 2px 6px;
|
|
1741
1803
|
border-radius: 4px;
|
|
1742
1804
|
font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', monospace;
|
|
1743
|
-
font-size:
|
|
1805
|
+
font-size: 12px;
|
|
1744
1806
|
color: var(--accent);
|
|
1745
1807
|
}
|
|
1746
1808
|
|
|
@@ -1777,7 +1839,7 @@
|
|
|
1777
1839
|
background: var(--bg-primary);
|
|
1778
1840
|
color: var(--text-muted);
|
|
1779
1841
|
padding: 4px 8px;
|
|
1780
|
-
font-size:
|
|
1842
|
+
font-size: 10px;
|
|
1781
1843
|
line-height: 16px;
|
|
1782
1844
|
cursor: pointer;
|
|
1783
1845
|
}
|
|
@@ -1853,7 +1915,7 @@
|
|
|
1853
1915
|
|
|
1854
1916
|
.markdown-content .md-code-block code {
|
|
1855
1917
|
font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', monospace;
|
|
1856
|
-
font-size:
|
|
1918
|
+
font-size: 12px;
|
|
1857
1919
|
line-height: 1.6;
|
|
1858
1920
|
color: var(--text-primary);
|
|
1859
1921
|
white-space: pre;
|
|
@@ -2015,7 +2077,7 @@
|
|
|
2015
2077
|
border-radius: 4px;
|
|
2016
2078
|
cursor: pointer;
|
|
2017
2079
|
font-family: ui-sans-serif, system-ui, sans-serif;
|
|
2018
|
-
font-size:
|
|
2080
|
+
font-size: 12px;
|
|
2019
2081
|
line-height: 1;
|
|
2020
2082
|
transition: background 0.15s ease, color 0.15s ease;
|
|
2021
2083
|
}
|
|
@@ -2033,7 +2095,7 @@
|
|
|
2033
2095
|
text-align: left;
|
|
2034
2096
|
white-space: pre;
|
|
2035
2097
|
font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', monospace;
|
|
2036
|
-
font-size:
|
|
2098
|
+
font-size: 12px;
|
|
2037
2099
|
color: var(--text-muted);
|
|
2038
2100
|
}
|
|
2039
2101
|
|
|
@@ -2104,7 +2166,7 @@
|
|
|
2104
2166
|
border: 1px solid var(--border);
|
|
2105
2167
|
border-radius: 50%;
|
|
2106
2168
|
cursor: pointer;
|
|
2107
|
-
font-size:
|
|
2169
|
+
font-size: 14px;
|
|
2108
2170
|
line-height: 1;
|
|
2109
2171
|
z-index: 3;
|
|
2110
2172
|
transition: background 0.15s ease;
|
|
@@ -2167,7 +2229,7 @@
|
|
|
2167
2229
|
border-radius: 50%;
|
|
2168
2230
|
background: rgba(15, 23, 42, 0.75);
|
|
2169
2231
|
color: #fff;
|
|
2170
|
-
font-size:
|
|
2232
|
+
font-size: 21px;
|
|
2171
2233
|
line-height: 1;
|
|
2172
2234
|
cursor: pointer;
|
|
2173
2235
|
}
|
|
@@ -2181,7 +2243,7 @@
|
|
|
2181
2243
|
.markdown-content .md-table {
|
|
2182
2244
|
border-collapse: collapse;
|
|
2183
2245
|
margin: 16px 0;
|
|
2184
|
-
font-size:
|
|
2246
|
+
font-size: 12px;
|
|
2185
2247
|
border-radius: 6px;
|
|
2186
2248
|
overflow: hidden;
|
|
2187
2249
|
border: 1px solid var(--border);
|
|
@@ -2203,7 +2265,7 @@
|
|
|
2203
2265
|
font-weight: 600;
|
|
2204
2266
|
background: var(--bg-tertiary);
|
|
2205
2267
|
color: var(--text-primary);
|
|
2206
|
-
font-size:
|
|
2268
|
+
font-size: 11px;
|
|
2207
2269
|
text-transform: uppercase;
|
|
2208
2270
|
letter-spacing: 0.5px;
|
|
2209
2271
|
}
|
|
@@ -2260,7 +2322,7 @@
|
|
|
2260
2322
|
background: transparent;
|
|
2261
2323
|
color: var(--text-muted);
|
|
2262
2324
|
padding: 10px 14px;
|
|
2263
|
-
font-size:
|
|
2325
|
+
font-size: 12px;
|
|
2264
2326
|
cursor: pointer;
|
|
2265
2327
|
white-space: nowrap;
|
|
2266
2328
|
}
|
|
@@ -2324,7 +2386,7 @@
|
|
|
2324
2386
|
}
|
|
2325
2387
|
|
|
2326
2388
|
.endpoint-right-header {
|
|
2327
|
-
font-size:
|
|
2389
|
+
font-size: 10px;
|
|
2328
2390
|
font-weight: 600;
|
|
2329
2391
|
text-transform: uppercase;
|
|
2330
2392
|
letter-spacing: 0.5px;
|
|
@@ -2345,7 +2407,7 @@
|
|
|
2345
2407
|
}
|
|
2346
2408
|
|
|
2347
2409
|
.endpoint-subsection-title {
|
|
2348
|
-
font-size:
|
|
2410
|
+
font-size: 11px;
|
|
2349
2411
|
font-weight: 600;
|
|
2350
2412
|
color: var(--text-muted);
|
|
2351
2413
|
text-transform: uppercase;
|
|
@@ -2362,7 +2424,7 @@
|
|
|
2362
2424
|
|
|
2363
2425
|
/* ========== REDOC-STYLE PARAMETER LABELS ========== */
|
|
2364
2426
|
.subsection-label {
|
|
2365
|
-
font-size:
|
|
2427
|
+
font-size: 10px;
|
|
2366
2428
|
font-weight: 600;
|
|
2367
2429
|
color: var(--text-muted);
|
|
2368
2430
|
text-transform: uppercase;
|
|
@@ -2378,7 +2440,7 @@
|
|
|
2378
2440
|
|
|
2379
2441
|
.auth-value {
|
|
2380
2442
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2381
|
-
font-size:
|
|
2443
|
+
font-size: 12px;
|
|
2382
2444
|
color: var(--text-color);
|
|
2383
2445
|
margin-left: 8px;
|
|
2384
2446
|
}
|
|
@@ -2433,13 +2495,13 @@
|
|
|
2433
2495
|
|
|
2434
2496
|
.param-name-text {
|
|
2435
2497
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2436
|
-
font-size:
|
|
2498
|
+
font-size: 11px;
|
|
2437
2499
|
font-weight: 600;
|
|
2438
2500
|
color: var(--text-color);
|
|
2439
2501
|
}
|
|
2440
2502
|
|
|
2441
2503
|
.param-required-badge {
|
|
2442
|
-
font-size:
|
|
2504
|
+
font-size: 9px;
|
|
2443
2505
|
font-weight: 700;
|
|
2444
2506
|
padding: 2px 6px;
|
|
2445
2507
|
border-radius: 4px;
|
|
@@ -2456,7 +2518,7 @@
|
|
|
2456
2518
|
|
|
2457
2519
|
.param-type-info {
|
|
2458
2520
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2459
|
-
font-size:
|
|
2521
|
+
font-size: 11px;
|
|
2460
2522
|
padding: 2px 8px;
|
|
2461
2523
|
border-radius: 4px;
|
|
2462
2524
|
background: rgba(99, 102, 241, 0.1);
|
|
@@ -2478,7 +2540,7 @@
|
|
|
2478
2540
|
|
|
2479
2541
|
.param-constraint {
|
|
2480
2542
|
display: inline-block;
|
|
2481
|
-
font-size:
|
|
2543
|
+
font-size: 9px;
|
|
2482
2544
|
padding: 3px 8px;
|
|
2483
2545
|
border-radius: 4px;
|
|
2484
2546
|
background: #fef3c7;
|
|
@@ -2495,7 +2557,7 @@
|
|
|
2495
2557
|
}
|
|
2496
2558
|
|
|
2497
2559
|
.param-default {
|
|
2498
|
-
font-size:
|
|
2560
|
+
font-size: 11px;
|
|
2499
2561
|
color: var(--text-muted);
|
|
2500
2562
|
margin-top: 6px;
|
|
2501
2563
|
}
|
|
@@ -2505,11 +2567,11 @@
|
|
|
2505
2567
|
padding: 3px 6px;
|
|
2506
2568
|
border-radius: 3px;
|
|
2507
2569
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2508
|
-
font-size:
|
|
2570
|
+
font-size: 10px;
|
|
2509
2571
|
}
|
|
2510
2572
|
|
|
2511
2573
|
.param-example {
|
|
2512
|
-
font-size:
|
|
2574
|
+
font-size: 11px;
|
|
2513
2575
|
color: var(--text-muted);
|
|
2514
2576
|
margin-top: 6px;
|
|
2515
2577
|
}
|
|
@@ -2519,11 +2581,11 @@
|
|
|
2519
2581
|
padding: 3px 6px;
|
|
2520
2582
|
border-radius: 3px;
|
|
2521
2583
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2522
|
-
font-size:
|
|
2584
|
+
font-size: 10px;
|
|
2523
2585
|
}
|
|
2524
2586
|
|
|
2525
2587
|
.param-description {
|
|
2526
|
-
font-size:
|
|
2588
|
+
font-size: 11px;
|
|
2527
2589
|
color: var(--text-color);
|
|
2528
2590
|
line-height: 1.4;
|
|
2529
2591
|
margin-top: 4px;
|
|
@@ -2557,7 +2619,7 @@
|
|
|
2557
2619
|
}
|
|
2558
2620
|
|
|
2559
2621
|
.response-arrow {
|
|
2560
|
-
font-size:
|
|
2622
|
+
font-size: 10px;
|
|
2561
2623
|
transition: transform 0.2s;
|
|
2562
2624
|
color: var(--text-muted);
|
|
2563
2625
|
width: 16px;
|
|
@@ -2569,7 +2631,7 @@
|
|
|
2569
2631
|
}
|
|
2570
2632
|
|
|
2571
2633
|
.response-status {
|
|
2572
|
-
font-size:
|
|
2634
|
+
font-size: 11px;
|
|
2573
2635
|
font-weight: 700;
|
|
2574
2636
|
padding: 3px 8px;
|
|
2575
2637
|
border-radius: 4px;
|
|
@@ -2610,7 +2672,7 @@
|
|
|
2610
2672
|
}
|
|
2611
2673
|
|
|
2612
2674
|
.response-desc {
|
|
2613
|
-
font-size:
|
|
2675
|
+
font-size: 11px;
|
|
2614
2676
|
color: var(--text-color);
|
|
2615
2677
|
}
|
|
2616
2678
|
|
|
@@ -2626,7 +2688,7 @@
|
|
|
2626
2688
|
}
|
|
2627
2689
|
|
|
2628
2690
|
.response-schema-label {
|
|
2629
|
-
font-size:
|
|
2691
|
+
font-size: 11px;
|
|
2630
2692
|
color: var(--text-muted);
|
|
2631
2693
|
text-transform: uppercase;
|
|
2632
2694
|
letter-spacing: 0.5px;
|
|
@@ -2644,7 +2706,7 @@
|
|
|
2644
2706
|
}
|
|
2645
2707
|
|
|
2646
2708
|
.response-headers-label {
|
|
2647
|
-
font-size:
|
|
2709
|
+
font-size: 11px;
|
|
2648
2710
|
color: var(--text-muted);
|
|
2649
2711
|
text-transform: uppercase;
|
|
2650
2712
|
letter-spacing: 0.5px;
|
|
@@ -2664,7 +2726,7 @@
|
|
|
2664
2726
|
|
|
2665
2727
|
.response-header-name {
|
|
2666
2728
|
font-family: 'SF Mono', Monaco, Consolas, monospace;
|
|
2667
|
-
font-size:
|
|
2729
|
+
font-size: 11px;
|
|
2668
2730
|
font-weight: 600;
|
|
2669
2731
|
color: var(--text-color);
|
|
2670
2732
|
min-width: 150px;
|
|
@@ -2676,19 +2738,19 @@
|
|
|
2676
2738
|
}
|
|
2677
2739
|
|
|
2678
2740
|
.response-header-type {
|
|
2679
|
-
font-size:
|
|
2741
|
+
font-size: 10px;
|
|
2680
2742
|
color: var(--primary-color);
|
|
2681
2743
|
margin-bottom: 4px;
|
|
2682
2744
|
}
|
|
2683
2745
|
|
|
2684
2746
|
.response-header-desc {
|
|
2685
|
-
font-size:
|
|
2747
|
+
font-size: 11px;
|
|
2686
2748
|
color: var(--text-muted);
|
|
2687
2749
|
}
|
|
2688
2750
|
|
|
2689
2751
|
.response-header-required {
|
|
2690
2752
|
color: #ef4444;
|
|
2691
|
-
font-size:
|
|
2753
|
+
font-size: 10px;
|
|
2692
2754
|
margin-left: 8px;
|
|
2693
2755
|
}
|
|
2694
2756
|
|
|
@@ -2719,7 +2781,7 @@
|
|
|
2719
2781
|
display: block;
|
|
2720
2782
|
margin-top: 4px;
|
|
2721
2783
|
color: var(--text-muted);
|
|
2722
|
-
font-size:
|
|
2784
|
+
font-size: 12px;
|
|
2723
2785
|
}
|
|
2724
2786
|
|
|
2725
2787
|
.docs-pagination {
|
|
@@ -2756,7 +2818,7 @@
|
|
|
2756
2818
|
.docs-pagination-label {
|
|
2757
2819
|
display: block;
|
|
2758
2820
|
color: var(--text-muted);
|
|
2759
|
-
font-size:
|
|
2821
|
+
font-size: 11px;
|
|
2760
2822
|
text-transform: uppercase;
|
|
2761
2823
|
letter-spacing: 0.5px;
|
|
2762
2824
|
}
|
|
@@ -2806,7 +2868,7 @@
|
|
|
2806
2868
|
.page-nav-eyebrow {
|
|
2807
2869
|
display: block;
|
|
2808
2870
|
color: var(--text-secondary);
|
|
2809
|
-
font-size:
|
|
2871
|
+
font-size: 11px;
|
|
2810
2872
|
text-transform: uppercase;
|
|
2811
2873
|
letter-spacing: 0.5px;
|
|
2812
2874
|
}
|
|
@@ -2852,7 +2914,7 @@
|
|
|
2852
2914
|
align-items: center;
|
|
2853
2915
|
gap: 6px;
|
|
2854
2916
|
flex: 0 0 auto;
|
|
2855
|
-
font-size:
|
|
2917
|
+
font-size: 12px;
|
|
2856
2918
|
font-weight: 500;
|
|
2857
2919
|
color: var(--text-secondary);
|
|
2858
2920
|
text-decoration: none;
|
|
@@ -2874,7 +2936,7 @@
|
|
|
2874
2936
|
}
|
|
2875
2937
|
|
|
2876
2938
|
.docs-edit-link-glyph {
|
|
2877
|
-
font-size:
|
|
2939
|
+
font-size: 12px;
|
|
2878
2940
|
line-height: 1;
|
|
2879
2941
|
}
|
|
2880
2942
|
/* ========== RESPONSE SAMPLES (Right Panel) ========== */
|
|
@@ -2883,7 +2945,7 @@
|
|
|
2883
2945
|
}
|
|
2884
2946
|
|
|
2885
2947
|
.response-samples-header {
|
|
2886
|
-
font-size:
|
|
2948
|
+
font-size: 11px;
|
|
2887
2949
|
font-weight: 600;
|
|
2888
2950
|
color: var(--code-panel-text);
|
|
2889
2951
|
margin-bottom: 12px;
|
|
@@ -2898,7 +2960,7 @@
|
|
|
2898
2960
|
.sample-tab {
|
|
2899
2961
|
padding: 4px 10px;
|
|
2900
2962
|
border-radius: 4px;
|
|
2901
|
-
font-size:
|
|
2963
|
+
font-size: 10px;
|
|
2902
2964
|
font-weight: 500;
|
|
2903
2965
|
cursor: pointer;
|
|
2904
2966
|
background: transparent;
|
|
@@ -2929,7 +2991,7 @@
|
|
|
2929
2991
|
}
|
|
2930
2992
|
|
|
2931
2993
|
.sample-content-type {
|
|
2932
|
-
font-size:
|
|
2994
|
+
font-size: 10px;
|
|
2933
2995
|
color: #90a4ae;
|
|
2934
2996
|
margin-bottom: 8px;
|
|
2935
2997
|
}
|
|
@@ -2941,7 +3003,7 @@
|
|
|
2941
3003
|
}
|
|
2942
3004
|
|
|
2943
3005
|
.sample-action {
|
|
2944
|
-
font-size:
|
|
3006
|
+
font-size: 10px;
|
|
2945
3007
|
color: #90a4ae;
|
|
2946
3008
|
cursor: pointer;
|
|
2947
3009
|
background: none;
|
|
@@ -2959,7 +3021,7 @@
|
|
|
2959
3021
|
border-radius: 6px;
|
|
2960
3022
|
padding: 10px;
|
|
2961
3023
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
2962
|
-
font-size:
|
|
3024
|
+
font-size: 10px;
|
|
2963
3025
|
line-height: 1.4;
|
|
2964
3026
|
color: #e2e8f0;
|
|
2965
3027
|
overflow-x: auto;
|
|
@@ -2985,7 +3047,7 @@
|
|
|
2985
3047
|
}
|
|
2986
3048
|
|
|
2987
3049
|
.right-section-header {
|
|
2988
|
-
font-size:
|
|
3050
|
+
font-size: 10px;
|
|
2989
3051
|
font-weight: 600;
|
|
2990
3052
|
color: #90a4ae;
|
|
2991
3053
|
text-transform: uppercase;
|
|
@@ -3010,7 +3072,7 @@
|
|
|
3010
3072
|
.no-example {
|
|
3011
3073
|
color: #90a4ae;
|
|
3012
3074
|
font-style: italic;
|
|
3013
|
-
font-size:
|
|
3075
|
+
font-size: 12px;
|
|
3014
3076
|
padding: 12px;
|
|
3015
3077
|
background: rgba(0,0,0,0.2);
|
|
3016
3078
|
border-radius: 6px;
|
|
@@ -3018,7 +3080,7 @@
|
|
|
3018
3080
|
|
|
3019
3081
|
.response-desc-only {
|
|
3020
3082
|
color: #90a4ae;
|
|
3021
|
-
font-size:
|
|
3083
|
+
font-size: 12px;
|
|
3022
3084
|
padding: 12px;
|
|
3023
3085
|
background: rgba(0,0,0,0.2);
|
|
3024
3086
|
border-radius: 6px;
|
|
@@ -3038,7 +3100,7 @@
|
|
|
3038
3100
|
justify-content: space-between;
|
|
3039
3101
|
padding: 8px 10px;
|
|
3040
3102
|
background: var(--code-panel-header);
|
|
3041
|
-
font-size:
|
|
3103
|
+
font-size: 10px;
|
|
3042
3104
|
font-weight: 600;
|
|
3043
3105
|
color: #90a4ae;
|
|
3044
3106
|
text-transform: uppercase;
|
|
@@ -3058,7 +3120,7 @@
|
|
|
3058
3120
|
color: #e2e8f0;
|
|
3059
3121
|
white-space: pre-wrap;
|
|
3060
3122
|
word-break: break-word;
|
|
3061
|
-
font-size:
|
|
3123
|
+
font-size: 10px;
|
|
3062
3124
|
line-height: 1.4;
|
|
3063
3125
|
}
|
|
3064
3126
|
|
|
@@ -3077,7 +3139,7 @@
|
|
|
3077
3139
|
border-radius: 4px;
|
|
3078
3140
|
background: transparent;
|
|
3079
3141
|
color: #90a4ae;
|
|
3080
|
-
font-size:
|
|
3142
|
+
font-size: 10px;
|
|
3081
3143
|
font-weight: 500;
|
|
3082
3144
|
cursor: pointer;
|
|
3083
3145
|
transition: all 0.15s;
|
|
@@ -3111,7 +3173,7 @@
|
|
|
3111
3173
|
border-radius: 8px;
|
|
3112
3174
|
overflow-x: auto;
|
|
3113
3175
|
font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
|
|
3114
|
-
font-size:
|
|
3176
|
+
font-size: 10px;
|
|
3115
3177
|
line-height: 1.45;
|
|
3116
3178
|
border: 1px solid var(--border-color);
|
|
3117
3179
|
}
|
|
@@ -3154,7 +3216,7 @@
|
|
|
3154
3216
|
|
|
3155
3217
|
.schema-name {
|
|
3156
3218
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3157
|
-
font-size:
|
|
3219
|
+
font-size: 11px;
|
|
3158
3220
|
font-weight: 600;
|
|
3159
3221
|
color: var(--text-color);
|
|
3160
3222
|
}
|
|
@@ -3162,7 +3224,7 @@
|
|
|
3162
3224
|
.schema-required {
|
|
3163
3225
|
color: #ef4444;
|
|
3164
3226
|
font-weight: 700;
|
|
3165
|
-
font-size:
|
|
3227
|
+
font-size: 11px;
|
|
3166
3228
|
}
|
|
3167
3229
|
|
|
3168
3230
|
.schema-type {
|
|
@@ -3172,7 +3234,7 @@
|
|
|
3172
3234
|
padding: 1px 6px;
|
|
3173
3235
|
border-radius: 4px;
|
|
3174
3236
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3175
|
-
font-size:
|
|
3237
|
+
font-size: 9px;
|
|
3176
3238
|
font-weight: 500;
|
|
3177
3239
|
}
|
|
3178
3240
|
|
|
@@ -3199,56 +3261,167 @@
|
|
|
3199
3261
|
|
|
3200
3262
|
.schema-desc {
|
|
3201
3263
|
color: var(--text-muted);
|
|
3202
|
-
font-size:
|
|
3264
|
+
font-size: 11px;
|
|
3203
3265
|
margin-bottom: 4px;
|
|
3204
3266
|
}
|
|
3205
3267
|
|
|
3206
|
-
/* Compact
|
|
3207
|
-
|
|
3268
|
+
/* Compact ReDoc-style contract tree. Names and requiredness stay in a
|
|
3269
|
+
narrow left rail; type, examples, constraints and prose share the
|
|
3270
|
+
wider detail column. */
|
|
3208
3271
|
.schema-tree-root {
|
|
3209
|
-
margin-top:
|
|
3272
|
+
margin-top: 4px;
|
|
3273
|
+
border-left: 1px solid var(--border-color);
|
|
3274
|
+
border-left-color: color-mix(in srgb, var(--primary-color) 55%, var(--border-color));
|
|
3210
3275
|
}
|
|
3211
3276
|
|
|
3212
3277
|
.schema-tree-nested {
|
|
3213
|
-
|
|
3278
|
+
margin-left: 14px;
|
|
3279
|
+
border-left: 1px solid var(--border-color);
|
|
3214
3280
|
}
|
|
3215
3281
|
|
|
3216
3282
|
.schema-tree-row {
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3283
|
+
position: relative;
|
|
3284
|
+
display: grid;
|
|
3285
|
+
grid-template-columns: minmax(120px, 28%) minmax(0, 1fr);
|
|
3286
|
+
gap: 14px;
|
|
3287
|
+
padding: 7px 0 7px 10px;
|
|
3288
|
+
border-bottom: 1px solid var(--border-color);
|
|
3289
|
+
font-size: 11px;
|
|
3290
|
+
line-height: 1.4;
|
|
3220
3291
|
}
|
|
3221
3292
|
|
|
3222
|
-
.schema-tree-
|
|
3223
|
-
|
|
3224
|
-
|
|
3293
|
+
.schema-tree-row::before {
|
|
3294
|
+
position: absolute;
|
|
3295
|
+
top: 13px;
|
|
3296
|
+
left: 0;
|
|
3297
|
+
width: 9px;
|
|
3298
|
+
border-top: 1px solid var(--border-color);
|
|
3299
|
+
border-top-color: color-mix(in srgb, var(--primary-color) 55%, var(--border-color));
|
|
3300
|
+
content: '';
|
|
3225
3301
|
}
|
|
3226
3302
|
|
|
3227
|
-
.schema-tree-
|
|
3303
|
+
.schema-tree-key {
|
|
3304
|
+
position: relative;
|
|
3228
3305
|
display: flex;
|
|
3229
|
-
|
|
3230
|
-
|
|
3306
|
+
min-width: 0;
|
|
3307
|
+
flex-direction: column;
|
|
3308
|
+
align-items: flex-start;
|
|
3309
|
+
gap: 1px;
|
|
3310
|
+
padding-left: 8px;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
.schema-tree-name {
|
|
3314
|
+
overflow-wrap: anywhere;
|
|
3315
|
+
background: transparent;
|
|
3316
|
+
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3317
|
+
font-size: 10px;
|
|
3231
3318
|
color: var(--text-primary);
|
|
3232
3319
|
font-weight: 500;
|
|
3233
3320
|
}
|
|
3234
3321
|
|
|
3322
|
+
.schema-tree-required,
|
|
3323
|
+
.schema-tree-optional,
|
|
3324
|
+
.schema-tree-deprecated {
|
|
3325
|
+
font-size: 9px;
|
|
3326
|
+
font-weight: 600;
|
|
3327
|
+
letter-spacing: 0.35px;
|
|
3328
|
+
line-height: 1.35;
|
|
3329
|
+
text-transform: uppercase;
|
|
3330
|
+
}
|
|
3331
|
+
|
|
3235
3332
|
.schema-tree-required {
|
|
3236
3333
|
color: #ef4444;
|
|
3237
3334
|
}
|
|
3238
3335
|
|
|
3336
|
+
.schema-tree-optional { color: var(--text-muted); }
|
|
3337
|
+
.schema-tree-deprecated { color: #d97706; }
|
|
3338
|
+
|
|
3339
|
+
.schema-tree-toggle {
|
|
3340
|
+
position: absolute;
|
|
3341
|
+
top: -1px;
|
|
3342
|
+
left: -8px;
|
|
3343
|
+
width: 16px;
|
|
3344
|
+
height: 16px;
|
|
3345
|
+
padding: 0;
|
|
3346
|
+
transform: rotate(0deg);
|
|
3347
|
+
border: 0;
|
|
3348
|
+
background: transparent;
|
|
3349
|
+
color: var(--primary-color);
|
|
3350
|
+
cursor: pointer;
|
|
3351
|
+
font-size: 14px;
|
|
3352
|
+
line-height: 14px;
|
|
3353
|
+
transition: transform 120ms ease;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.schema-tree-toggle.open { transform: rotate(90deg); }
|
|
3357
|
+
|
|
3358
|
+
.schema-tree-details { min-width: 0; }
|
|
3359
|
+
|
|
3360
|
+
.schema-tree-type {
|
|
3361
|
+
color: var(--text-muted);
|
|
3362
|
+
font-size: 10px;
|
|
3363
|
+
line-height: 1.35;
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3239
3366
|
.schema-tree-description {
|
|
3367
|
+
margin-top: 3px;
|
|
3368
|
+
color: var(--text-color);
|
|
3369
|
+
font-size: 11px;
|
|
3370
|
+
line-height: 1.42;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3373
|
+
.schema-tree-description.markdown-content p {
|
|
3374
|
+
margin: 0 0 3px;
|
|
3375
|
+
color: inherit;
|
|
3376
|
+
font-size: inherit;
|
|
3377
|
+
line-height: inherit;
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3380
|
+
.schema-tree-description.markdown-content p:last-child { margin-bottom: 0; }
|
|
3381
|
+
|
|
3382
|
+
.schema-tree-description.markdown-content ul,
|
|
3383
|
+
.schema-tree-description.markdown-content ol {
|
|
3384
|
+
margin: 4px 0 2px 16px;
|
|
3385
|
+
padding: 0;
|
|
3386
|
+
}
|
|
3387
|
+
|
|
3388
|
+
.schema-tree-description.markdown-content li { margin: 1px 0; }
|
|
3389
|
+
|
|
3390
|
+
.schema-tree-example {
|
|
3391
|
+
display: flex;
|
|
3392
|
+
min-width: 0;
|
|
3393
|
+
align-items: baseline;
|
|
3394
|
+
gap: 5px;
|
|
3240
3395
|
margin-top: 2px;
|
|
3241
3396
|
color: var(--text-muted);
|
|
3242
|
-
font-size:
|
|
3243
|
-
line-height: 1.4;
|
|
3397
|
+
font-size: 10px;
|
|
3244
3398
|
}
|
|
3245
3399
|
|
|
3246
|
-
.schema-tree-
|
|
3247
|
-
|
|
3248
|
-
|
|
3400
|
+
.schema-tree-example code {
|
|
3401
|
+
overflow: hidden;
|
|
3402
|
+
padding: 0 3px;
|
|
3403
|
+
border: 1px solid var(--border-color);
|
|
3404
|
+
border-radius: 2px;
|
|
3405
|
+
background: var(--code-bg);
|
|
3406
|
+
color: var(--text-color);
|
|
3407
|
+
font-size: 9px;
|
|
3408
|
+
text-overflow: ellipsis;
|
|
3409
|
+
white-space: nowrap;
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3412
|
+
.schema-tree-items-label {
|
|
3413
|
+
display: inline-block;
|
|
3414
|
+
margin-top: 3px;
|
|
3415
|
+
color: var(--text-muted);
|
|
3416
|
+
font-size: 9px;
|
|
3417
|
+
font-weight: 600;
|
|
3418
|
+
text-transform: uppercase;
|
|
3249
3419
|
}
|
|
3250
3420
|
|
|
3421
|
+
.schema-tree-children.collapsed { display: none; }
|
|
3422
|
+
|
|
3251
3423
|
.schema-tree-meta {
|
|
3424
|
+
display: block;
|
|
3252
3425
|
color: var(--text-secondary);
|
|
3253
3426
|
}
|
|
3254
3427
|
|
|
@@ -3265,7 +3438,7 @@
|
|
|
3265
3438
|
}
|
|
3266
3439
|
|
|
3267
3440
|
.schema-constraint {
|
|
3268
|
-
font-size:
|
|
3441
|
+
font-size: 10px;
|
|
3269
3442
|
padding: 2px 6px;
|
|
3270
3443
|
border-radius: 4px;
|
|
3271
3444
|
background: var(--code-bg);
|
|
@@ -3281,7 +3454,7 @@
|
|
|
3281
3454
|
}
|
|
3282
3455
|
|
|
3283
3456
|
.schema-enum-value {
|
|
3284
|
-
font-size:
|
|
3457
|
+
font-size: 10px;
|
|
3285
3458
|
padding: 2px 8px;
|
|
3286
3459
|
border-radius: 4px;
|
|
3287
3460
|
background: #fef3c7;
|
|
@@ -3295,7 +3468,7 @@
|
|
|
3295
3468
|
}
|
|
3296
3469
|
|
|
3297
3470
|
.schema-default {
|
|
3298
|
-
font-size:
|
|
3471
|
+
font-size: 11px;
|
|
3299
3472
|
color: var(--text-muted);
|
|
3300
3473
|
margin-top: 4px;
|
|
3301
3474
|
}
|
|
@@ -3311,7 +3484,7 @@
|
|
|
3311
3484
|
cursor: pointer;
|
|
3312
3485
|
user-select: none;
|
|
3313
3486
|
color: var(--primary-color);
|
|
3314
|
-
font-size:
|
|
3487
|
+
font-size: 11px;
|
|
3315
3488
|
margin-left: 8px;
|
|
3316
3489
|
}
|
|
3317
3490
|
|
|
@@ -3340,7 +3513,7 @@
|
|
|
3340
3513
|
padding: 8px 12px;
|
|
3341
3514
|
background: rgba(0,0,0,0.05);
|
|
3342
3515
|
border-bottom: 1px solid var(--border-color);
|
|
3343
|
-
font-size:
|
|
3516
|
+
font-size: 11px;
|
|
3344
3517
|
font-weight: 600;
|
|
3345
3518
|
color: var(--text-muted);
|
|
3346
3519
|
text-transform: uppercase;
|
|
@@ -3349,7 +3522,7 @@
|
|
|
3349
3522
|
.schema-example-body {
|
|
3350
3523
|
padding: 12px;
|
|
3351
3524
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3352
|
-
font-size:
|
|
3525
|
+
font-size: 11px;
|
|
3353
3526
|
white-space: pre-wrap;
|
|
3354
3527
|
word-break: break-word;
|
|
3355
3528
|
}
|
|
@@ -3364,7 +3537,7 @@
|
|
|
3364
3537
|
|
|
3365
3538
|
.response-tab {
|
|
3366
3539
|
padding: 8px 16px;
|
|
3367
|
-
font-size:
|
|
3540
|
+
font-size: 12px;
|
|
3368
3541
|
font-weight: 500;
|
|
3369
3542
|
cursor: pointer;
|
|
3370
3543
|
border: none;
|
|
@@ -3402,7 +3575,7 @@
|
|
|
3402
3575
|
.params-table th {
|
|
3403
3576
|
text-align: left;
|
|
3404
3577
|
padding: 8px 12px;
|
|
3405
|
-
font-size:
|
|
3578
|
+
font-size: 10px;
|
|
3406
3579
|
font-weight: 600;
|
|
3407
3580
|
text-transform: uppercase;
|
|
3408
3581
|
color: var(--text-muted);
|
|
@@ -3413,7 +3586,7 @@
|
|
|
3413
3586
|
.params-table td {
|
|
3414
3587
|
padding: 10px 12px;
|
|
3415
3588
|
border-bottom: 1px solid var(--border-color);
|
|
3416
|
-
font-size:
|
|
3589
|
+
font-size: 12px;
|
|
3417
3590
|
}
|
|
3418
3591
|
|
|
3419
3592
|
.params-table tr:last-child td { border-bottom: none; }
|
|
@@ -3424,7 +3597,7 @@
|
|
|
3424
3597
|
}
|
|
3425
3598
|
|
|
3426
3599
|
.param-in {
|
|
3427
|
-
font-size:
|
|
3600
|
+
font-size: 9px;
|
|
3428
3601
|
padding: 2px 6px;
|
|
3429
3602
|
border-radius: 3px;
|
|
3430
3603
|
background: var(--code-bg);
|
|
@@ -3454,7 +3627,7 @@
|
|
|
3454
3627
|
}
|
|
3455
3628
|
|
|
3456
3629
|
.info-card-title {
|
|
3457
|
-
font-size:
|
|
3630
|
+
font-size: 10px;
|
|
3458
3631
|
color: var(--text-muted);
|
|
3459
3632
|
text-transform: uppercase;
|
|
3460
3633
|
letter-spacing: 0.5px;
|
|
@@ -3462,7 +3635,7 @@
|
|
|
3462
3635
|
}
|
|
3463
3636
|
|
|
3464
3637
|
.info-card-value {
|
|
3465
|
-
font-size:
|
|
3638
|
+
font-size: 14px;
|
|
3466
3639
|
font-weight: 600;
|
|
3467
3640
|
color: var(--text-color);
|
|
3468
3641
|
}
|
|
@@ -3478,15 +3651,16 @@
|
|
|
3478
3651
|
width: 300px;
|
|
3479
3652
|
z-index: 100;
|
|
3480
3653
|
}
|
|
3481
|
-
.sidebar
|
|
3654
|
+
.sidebar-resizer { display: none; }
|
|
3655
|
+
.sidebar.mobile-open { display: flex; }
|
|
3482
3656
|
.hero { padding: 40px 24px; min-height: 100vh; }
|
|
3483
3657
|
.hero-logo { height: 80px; margin-bottom: 24px; }
|
|
3484
|
-
.hero-title { font-size:
|
|
3485
|
-
.hero-version { font-size:
|
|
3486
|
-
.hero-tagline { font-size:
|
|
3658
|
+
.hero-title { font-size: 32px; }
|
|
3659
|
+
.hero-version { font-size: 11px; margin-left: 8px; }
|
|
3660
|
+
.hero-tagline { font-size: 15px; margin-bottom: 20px; }
|
|
3487
3661
|
.hero-features { flex-direction: column; align-items: center; gap: 12px; }
|
|
3488
|
-
.hero-features li { font-size:
|
|
3489
|
-
.hero-btn { padding: 12px 24px; font-size:
|
|
3662
|
+
.hero-features li { font-size: 13px; }
|
|
3663
|
+
.hero-btn { padding: 12px 24px; font-size: 13px; }
|
|
3490
3664
|
.github-corner svg { width: 60px; height: 60px; }
|
|
3491
3665
|
.main { padding: 24px; }
|
|
3492
3666
|
}
|
|
@@ -3507,23 +3681,24 @@
|
|
|
3507
3681
|
}
|
|
3508
3682
|
|
|
3509
3683
|
.http-param-group-title {
|
|
3510
|
-
font-size:
|
|
3684
|
+
font-size: 10px;
|
|
3511
3685
|
font-weight: 600;
|
|
3512
3686
|
text-transform: uppercase;
|
|
3513
3687
|
letter-spacing: 0.5px;
|
|
3514
3688
|
color: var(--text-muted);
|
|
3515
|
-
margin-bottom:
|
|
3689
|
+
margin-bottom: 0;
|
|
3690
|
+
padding-bottom: 5px;
|
|
3691
|
+
border-bottom: 1px solid var(--border-color);
|
|
3516
3692
|
}
|
|
3517
3693
|
|
|
3518
3694
|
.http-params {
|
|
3519
|
-
|
|
3520
|
-
border-radius: 8px;
|
|
3521
|
-
overflow: hidden;
|
|
3695
|
+
overflow: visible;
|
|
3522
3696
|
}
|
|
3523
3697
|
|
|
3524
3698
|
.http-param {
|
|
3525
|
-
padding:
|
|
3526
|
-
|
|
3699
|
+
padding-top: 7px;
|
|
3700
|
+
padding-right: 0;
|
|
3701
|
+
padding-bottom: 7px;
|
|
3527
3702
|
}
|
|
3528
3703
|
|
|
3529
3704
|
.http-param:last-child { border-bottom: none; }
|
|
@@ -3537,13 +3712,13 @@
|
|
|
3537
3712
|
|
|
3538
3713
|
.http-param-name {
|
|
3539
3714
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
3540
|
-
font-size:
|
|
3715
|
+
font-size: 11px;
|
|
3541
3716
|
font-weight: 600;
|
|
3542
3717
|
color: var(--text-color);
|
|
3543
3718
|
}
|
|
3544
3719
|
|
|
3545
3720
|
.http-param-required {
|
|
3546
|
-
font-size:
|
|
3721
|
+
font-size: 9px;
|
|
3547
3722
|
font-weight: 600;
|
|
3548
3723
|
text-transform: uppercase;
|
|
3549
3724
|
letter-spacing: 0.4px;
|
|
@@ -3551,7 +3726,7 @@
|
|
|
3551
3726
|
}
|
|
3552
3727
|
|
|
3553
3728
|
.http-param-deprecated {
|
|
3554
|
-
font-size:
|
|
3729
|
+
font-size: 9px;
|
|
3555
3730
|
font-weight: 600;
|
|
3556
3731
|
text-transform: uppercase;
|
|
3557
3732
|
letter-spacing: 0.4px;
|
|
@@ -3560,7 +3735,7 @@
|
|
|
3560
3735
|
|
|
3561
3736
|
.http-param-desc {
|
|
3562
3737
|
color: var(--text-muted);
|
|
3563
|
-
font-size:
|
|
3738
|
+
font-size: 11px;
|
|
3564
3739
|
margin-top: 4px;
|
|
3565
3740
|
line-height: 1.4;
|
|
3566
3741
|
}
|
|
@@ -3574,7 +3749,7 @@
|
|
|
3574
3749
|
}
|
|
3575
3750
|
|
|
3576
3751
|
.constraint-chip {
|
|
3577
|
-
font-size:
|
|
3752
|
+
font-size: 9px;
|
|
3578
3753
|
padding: 1px 6px;
|
|
3579
3754
|
border-radius: 4px;
|
|
3580
3755
|
background: var(--code-bg);
|
|
@@ -3596,8 +3771,8 @@
|
|
|
3596
3771
|
|
|
3597
3772
|
/* Response accordions */
|
|
3598
3773
|
.response-accordion {
|
|
3599
|
-
border:
|
|
3600
|
-
border-radius:
|
|
3774
|
+
border: 0;
|
|
3775
|
+
border-radius: 3px;
|
|
3601
3776
|
margin-bottom: 8px;
|
|
3602
3777
|
overflow: hidden;
|
|
3603
3778
|
}
|
|
@@ -3607,21 +3782,26 @@
|
|
|
3607
3782
|
align-items: center;
|
|
3608
3783
|
gap: 8px;
|
|
3609
3784
|
width: 100%;
|
|
3610
|
-
padding:
|
|
3785
|
+
padding: 8px 10px;
|
|
3611
3786
|
background: var(--code-bg);
|
|
3612
3787
|
border: none;
|
|
3613
3788
|
cursor: pointer;
|
|
3614
3789
|
text-align: left;
|
|
3615
|
-
font-size:
|
|
3790
|
+
font-size: 11px;
|
|
3616
3791
|
color: var(--text-color);
|
|
3617
3792
|
transition: background 0.15s;
|
|
3618
3793
|
}
|
|
3619
3794
|
|
|
3620
3795
|
.response-accordion-header:hover { background: var(--hover-bg); }
|
|
3621
3796
|
|
|
3797
|
+
.response-accordion-header.status-2xx { background: rgba(16,185,129,0.08); }
|
|
3798
|
+
.response-accordion-header.status-3xx { background: rgba(59,130,246,0.08); }
|
|
3799
|
+
.response-accordion-header.status-4xx { background: rgba(245,158,11,0.09); }
|
|
3800
|
+
.response-accordion-header.status-5xx { background: rgba(239,68,68,0.09); }
|
|
3801
|
+
|
|
3622
3802
|
.response-accordion-caret {
|
|
3623
3803
|
flex-shrink: 0;
|
|
3624
|
-
font-size:
|
|
3804
|
+
font-size: 9px;
|
|
3625
3805
|
color: var(--text-muted);
|
|
3626
3806
|
transition: transform 0.2s ease;
|
|
3627
3807
|
}
|
|
@@ -3652,23 +3832,32 @@
|
|
|
3652
3832
|
}
|
|
3653
3833
|
|
|
3654
3834
|
.response-accordion-body {
|
|
3655
|
-
padding:
|
|
3656
|
-
border-top:
|
|
3835
|
+
padding: 9px 8px 5px;
|
|
3836
|
+
border-top: 0;
|
|
3657
3837
|
display: none;
|
|
3658
3838
|
}
|
|
3659
3839
|
|
|
3660
3840
|
.response-accordion.open .response-accordion-body { display: block; }
|
|
3661
3841
|
|
|
3662
3842
|
.response-subhead {
|
|
3663
|
-
font-size:
|
|
3843
|
+
font-size: 9px;
|
|
3664
3844
|
font-weight: 600;
|
|
3665
3845
|
text-transform: uppercase;
|
|
3666
3846
|
letter-spacing: 0.5px;
|
|
3667
3847
|
color: var(--text-muted);
|
|
3668
|
-
margin: 0
|
|
3848
|
+
margin: 0;
|
|
3849
|
+
padding-bottom: 5px;
|
|
3850
|
+
border-bottom: 1px solid var(--border-color);
|
|
3669
3851
|
}
|
|
3670
3852
|
|
|
3671
|
-
.response-block + .response-block { margin-top:
|
|
3853
|
+
.response-block + .response-block { margin-top: 10px; }
|
|
3854
|
+
|
|
3855
|
+
@media (max-width: 640px) {
|
|
3856
|
+
.schema-tree-row {
|
|
3857
|
+
grid-template-columns: minmax(100px, 35%) minmax(0, 1fr);
|
|
3858
|
+
gap: 8px;
|
|
3859
|
+
}
|
|
3860
|
+
}
|
|
3672
3861
|
|
|
3673
3862
|
/* Multi-language code samples */
|
|
3674
3863
|
.http-code-samples {
|
|
@@ -3696,7 +3885,7 @@
|
|
|
3696
3885
|
border-radius: 0;
|
|
3697
3886
|
overflow-x: auto;
|
|
3698
3887
|
font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
|
|
3699
|
-
font-size:
|
|
3888
|
+
font-size: 10px;
|
|
3700
3889
|
line-height: 1.4;
|
|
3701
3890
|
color: var(--text-color);
|
|
3702
3891
|
white-space: pre;
|
|
@@ -3710,7 +3899,7 @@
|
|
|
3710
3899
|
border: 1px solid var(--border-color);
|
|
3711
3900
|
border-radius: 4px;
|
|
3712
3901
|
color: var(--text-muted);
|
|
3713
|
-
font-size:
|
|
3902
|
+
font-size: 9px;
|
|
3714
3903
|
cursor: pointer;
|
|
3715
3904
|
transition: all 0.15s;
|
|
3716
3905
|
}
|
|
@@ -3768,7 +3957,7 @@
|
|
|
3768
3957
|
.endpoint-right .sample-code code {
|
|
3769
3958
|
color: inherit;
|
|
3770
3959
|
font-family: 'SF Mono', 'Fira Code', 'Monaco', monospace;
|
|
3771
|
-
font-size:
|
|
3960
|
+
font-size: 10px;
|
|
3772
3961
|
line-height: 1.4;
|
|
3773
3962
|
white-space: inherit;
|
|
3774
3963
|
}
|
|
@@ -4104,7 +4293,7 @@
|
|
|
4104
4293
|
}
|
|
4105
4294
|
|
|
4106
4295
|
.try-it-title {
|
|
4107
|
-
font-size:
|
|
4296
|
+
font-size: 12px;
|
|
4108
4297
|
font-weight: 600;
|
|
4109
4298
|
color: #90a4ae;
|
|
4110
4299
|
text-transform: uppercase;
|
|
@@ -4115,7 +4304,7 @@
|
|
|
4115
4304
|
background: none;
|
|
4116
4305
|
border: none;
|
|
4117
4306
|
color: #90a4ae;
|
|
4118
|
-
font-size:
|
|
4307
|
+
font-size: 11px;
|
|
4119
4308
|
cursor: pointer;
|
|
4120
4309
|
transition: transform 0.2s;
|
|
4121
4310
|
}
|
|
@@ -4139,7 +4328,7 @@
|
|
|
4139
4328
|
}
|
|
4140
4329
|
|
|
4141
4330
|
.try-it-section-title {
|
|
4142
|
-
font-size:
|
|
4331
|
+
font-size: 10px;
|
|
4143
4332
|
font-weight: 600;
|
|
4144
4333
|
color: #90a4ae;
|
|
4145
4334
|
text-transform: uppercase;
|
|
@@ -4157,7 +4346,7 @@
|
|
|
4157
4346
|
|
|
4158
4347
|
.try-it-label {
|
|
4159
4348
|
display: block;
|
|
4160
|
-
font-size:
|
|
4349
|
+
font-size: 11px;
|
|
4161
4350
|
font-weight: 500;
|
|
4162
4351
|
color: var(--code-panel-text);
|
|
4163
4352
|
margin-bottom: 6px;
|
|
@@ -4174,7 +4363,7 @@
|
|
|
4174
4363
|
border: 1px solid rgba(255,255,255,0.15);
|
|
4175
4364
|
border-radius: 6px;
|
|
4176
4365
|
color: var(--code-panel-text);
|
|
4177
|
-
font-size:
|
|
4366
|
+
font-size: 12px;
|
|
4178
4367
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
4179
4368
|
outline: none;
|
|
4180
4369
|
transition: border-color 0.15s;
|
|
@@ -4196,7 +4385,7 @@
|
|
|
4196
4385
|
border: 1px solid rgba(255,255,255,0.15);
|
|
4197
4386
|
border-radius: 6px;
|
|
4198
4387
|
color: var(--code-panel-text);
|
|
4199
|
-
font-size:
|
|
4388
|
+
font-size: 11px;
|
|
4200
4389
|
font-family: 'SF Mono', 'Monaco', monospace;
|
|
4201
4390
|
line-height: 1.5;
|
|
4202
4391
|
resize: vertical;
|
|
@@ -4224,7 +4413,7 @@
|
|
|
4224
4413
|
color: var(--primary-color);
|
|
4225
4414
|
border: 1px solid var(--primary-color);
|
|
4226
4415
|
border-radius: 5px;
|
|
4227
|
-
font-size:
|
|
4416
|
+
font-size: 11px;
|
|
4228
4417
|
font-weight: 500;
|
|
4229
4418
|
letter-spacing: 0.2px;
|
|
4230
4419
|
cursor: pointer;
|
|
@@ -4255,7 +4444,7 @@
|
|
|
4255
4444
|
}
|
|
4256
4445
|
|
|
4257
4446
|
.try-it-response-status {
|
|
4258
|
-
font-size:
|
|
4447
|
+
font-size: 12px;
|
|
4259
4448
|
font-weight: 600;
|
|
4260
4449
|
}
|
|
4261
4450
|
|
|
@@ -4264,7 +4453,7 @@
|
|
|
4264
4453
|
.try-it-response-status.status-5xx { color: #ef4444; }
|
|
4265
4454
|
|
|
4266
4455
|
.try-it-response-time {
|
|
4267
|
-
font-size:
|
|
4456
|
+
font-size: 12px;
|
|
4268
4457
|
color: #90a4ae;
|
|
4269
4458
|
}
|
|
4270
4459
|
|
|
@@ -4276,7 +4465,7 @@
|
|
|
4276
4465
|
background: rgba(0,0,0,0.3);
|
|
4277
4466
|
padding: 12px;
|
|
4278
4467
|
border-radius: 6px;
|
|
4279
|
-
font-size:
|
|
4468
|
+
font-size: 11px;
|
|
4280
4469
|
line-height: 1.6;
|
|
4281
4470
|
color: #90a4ae;
|
|
4282
4471
|
margin: 0;
|
|
@@ -4296,7 +4485,7 @@
|
|
|
4296
4485
|
border-radius: 6px;
|
|
4297
4486
|
padding: 12px 16px;
|
|
4298
4487
|
color: #ef4444;
|
|
4299
|
-
font-size:
|
|
4488
|
+
font-size: 12px;
|
|
4300
4489
|
}
|
|
4301
4490
|
|
|
4302
4491
|
/* WebSocket Try It Out */
|
|
@@ -4313,7 +4502,7 @@
|
|
|
4313
4502
|
padding: 12px 16px;
|
|
4314
4503
|
background: rgba(0, 0, 0, 0.15);
|
|
4315
4504
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
4316
|
-
font-size:
|
|
4505
|
+
font-size: 12px;
|
|
4317
4506
|
color: var(--text-secondary);
|
|
4318
4507
|
}
|
|
4319
4508
|
|
|
@@ -4345,7 +4534,7 @@
|
|
|
4345
4534
|
border-radius: 6px;
|
|
4346
4535
|
color: var(--text-primary);
|
|
4347
4536
|
font-family: 'JetBrains Mono', monospace;
|
|
4348
|
-
font-size:
|
|
4537
|
+
font-size: 12px;
|
|
4349
4538
|
}
|
|
4350
4539
|
|
|
4351
4540
|
.try-it-ws-url input:focus {
|
|
@@ -4360,7 +4549,7 @@
|
|
|
4360
4549
|
border: none;
|
|
4361
4550
|
border-radius: 6px;
|
|
4362
4551
|
font-weight: 500;
|
|
4363
|
-
font-size:
|
|
4552
|
+
font-size: 12px;
|
|
4364
4553
|
cursor: pointer;
|
|
4365
4554
|
transition: all 0.2s ease;
|
|
4366
4555
|
white-space: nowrap;
|
|
@@ -4381,7 +4570,7 @@
|
|
|
4381
4570
|
|
|
4382
4571
|
.try-it-ws-params h4 {
|
|
4383
4572
|
margin: 0 0 12px 0;
|
|
4384
|
-
font-size:
|
|
4573
|
+
font-size: 11px;
|
|
4385
4574
|
font-weight: 600;
|
|
4386
4575
|
color: var(--text-secondary);
|
|
4387
4576
|
text-transform: uppercase;
|
|
@@ -4395,7 +4584,7 @@
|
|
|
4395
4584
|
|
|
4396
4585
|
.try-it-ws-message h4 {
|
|
4397
4586
|
margin: 0 0 12px 0;
|
|
4398
|
-
font-size:
|
|
4587
|
+
font-size: 11px;
|
|
4399
4588
|
font-weight: 600;
|
|
4400
4589
|
color: var(--text-secondary);
|
|
4401
4590
|
text-transform: uppercase;
|
|
@@ -4411,7 +4600,7 @@
|
|
|
4411
4600
|
border-radius: 6px;
|
|
4412
4601
|
color: var(--text-primary);
|
|
4413
4602
|
font-family: 'JetBrains Mono', monospace;
|
|
4414
|
-
font-size:
|
|
4603
|
+
font-size: 12px;
|
|
4415
4604
|
resize: vertical;
|
|
4416
4605
|
box-sizing: border-box;
|
|
4417
4606
|
}
|
|
@@ -4429,7 +4618,7 @@
|
|
|
4429
4618
|
border: none;
|
|
4430
4619
|
border-radius: 6px;
|
|
4431
4620
|
font-weight: 500;
|
|
4432
|
-
font-size:
|
|
4621
|
+
font-size: 12px;
|
|
4433
4622
|
cursor: pointer;
|
|
4434
4623
|
transition: all 0.2s ease;
|
|
4435
4624
|
}
|
|
@@ -4456,7 +4645,7 @@
|
|
|
4456
4645
|
|
|
4457
4646
|
.try-it-ws-log-header h4 {
|
|
4458
4647
|
margin: 0;
|
|
4459
|
-
font-size:
|
|
4648
|
+
font-size: 11px;
|
|
4460
4649
|
font-weight: 600;
|
|
4461
4650
|
color: var(--text-secondary);
|
|
4462
4651
|
text-transform: uppercase;
|
|
@@ -4469,7 +4658,7 @@
|
|
|
4469
4658
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4470
4659
|
border-radius: 4px;
|
|
4471
4660
|
color: var(--text-secondary);
|
|
4472
|
-
font-size:
|
|
4661
|
+
font-size: 10px;
|
|
4473
4662
|
cursor: pointer;
|
|
4474
4663
|
transition: all 0.2s ease;
|
|
4475
4664
|
}
|
|
@@ -4492,7 +4681,7 @@
|
|
|
4492
4681
|
gap: 8px;
|
|
4493
4682
|
padding: 8px 0;
|
|
4494
4683
|
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
|
4495
|
-
font-size:
|
|
4684
|
+
font-size: 11px;
|
|
4496
4685
|
font-family: 'JetBrains Mono', monospace;
|
|
4497
4686
|
}
|
|
4498
4687
|
|
|
@@ -4509,7 +4698,7 @@
|
|
|
4509
4698
|
flex-shrink: 0;
|
|
4510
4699
|
padding: 2px 6px;
|
|
4511
4700
|
border-radius: 3px;
|
|
4512
|
-
font-size:
|
|
4701
|
+
font-size: 9px;
|
|
4513
4702
|
font-weight: 600;
|
|
4514
4703
|
text-transform: uppercase;
|
|
4515
4704
|
}
|
|
@@ -4549,7 +4738,7 @@
|
|
|
4549
4738
|
text-align: center;
|
|
4550
4739
|
color: var(--text-tertiary);
|
|
4551
4740
|
padding: 24px;
|
|
4552
|
-
font-size:
|
|
4741
|
+
font-size: 12px;
|
|
4553
4742
|
}
|
|
4554
4743
|
|
|
4555
4744
|
/* Streams (SSE) Try It Out */
|
|
@@ -4566,7 +4755,7 @@
|
|
|
4566
4755
|
padding: 12px 16px;
|
|
4567
4756
|
background: rgba(0, 0, 0, 0.15);
|
|
4568
4757
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
4569
|
-
font-size:
|
|
4758
|
+
font-size: 12px;
|
|
4570
4759
|
color: var(--text-secondary);
|
|
4571
4760
|
}
|
|
4572
4761
|
|
|
@@ -4600,7 +4789,7 @@
|
|
|
4600
4789
|
border: none;
|
|
4601
4790
|
border-radius: 6px;
|
|
4602
4791
|
font-weight: 500;
|
|
4603
|
-
font-size:
|
|
4792
|
+
font-size: 12px;
|
|
4604
4793
|
cursor: pointer;
|
|
4605
4794
|
transition: all 0.2s ease;
|
|
4606
4795
|
}
|
|
@@ -4625,7 +4814,7 @@
|
|
|
4625
4814
|
background: rgba(139, 92, 246, 0.2);
|
|
4626
4815
|
border: 1px solid rgba(139, 92, 246, 0.4);
|
|
4627
4816
|
border-radius: 4px;
|
|
4628
|
-
font-size:
|
|
4817
|
+
font-size: 11px;
|
|
4629
4818
|
color: #a78bfa;
|
|
4630
4819
|
cursor: pointer;
|
|
4631
4820
|
transition: all 0.2s ease;
|
|
@@ -4664,7 +4853,7 @@
|
|
|
4664
4853
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
4665
4854
|
border-radius: 4px;
|
|
4666
4855
|
color: var(--text-secondary);
|
|
4667
|
-
font-size:
|
|
4856
|
+
font-size: 10px;
|
|
4668
4857
|
cursor: pointer;
|
|
4669
4858
|
transition: all 0.2s ease;
|
|
4670
4859
|
}
|
|
@@ -4703,7 +4892,7 @@
|
|
|
4703
4892
|
align-items: center;
|
|
4704
4893
|
gap: 8px;
|
|
4705
4894
|
margin-bottom: 8px;
|
|
4706
|
-
font-size:
|
|
4895
|
+
font-size: 11px;
|
|
4707
4896
|
}
|
|
4708
4897
|
|
|
4709
4898
|
.sse-event-time {
|
|
@@ -4717,7 +4906,7 @@
|
|
|
4717
4906
|
color: #a78bfa;
|
|
4718
4907
|
font-weight: 600;
|
|
4719
4908
|
text-transform: uppercase;
|
|
4720
|
-
font-size:
|
|
4909
|
+
font-size: 9px;
|
|
4721
4910
|
}
|
|
4722
4911
|
|
|
4723
4912
|
.try-it-sse-event-error .sse-event-type {
|
|
@@ -4736,7 +4925,7 @@
|
|
|
4736
4925
|
background: rgba(0, 0, 0, 0.2);
|
|
4737
4926
|
border-radius: 4px;
|
|
4738
4927
|
font-family: 'JetBrains Mono', monospace;
|
|
4739
|
-
font-size:
|
|
4928
|
+
font-size: 11px;
|
|
4740
4929
|
color: var(--text-primary);
|
|
4741
4930
|
white-space: pre-wrap;
|
|
4742
4931
|
word-break: break-all;
|