robindoc 0.0.0-experimental-bd77dfe → 0.0.0-experimental-18be8e8
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/lib/styles.css +116 -116
- package/package.json +1 -1
package/lib/styles.css
CHANGED
|
@@ -469,6 +469,55 @@
|
|
|
469
469
|
z-index: 1001;
|
|
470
470
|
}.keylink-to-navigation {
|
|
471
471
|
margin-top: -40px;
|
|
472
|
+
}.r-article {
|
|
473
|
+
padding: 20px 0 80px;
|
|
474
|
+
grid-area: content;
|
|
475
|
+
}
|
|
476
|
+
@media screen and (width >= 1180px) {
|
|
477
|
+
.r-article {
|
|
478
|
+
padding: 32px 0 80px;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
.r-article > *:first-child {
|
|
482
|
+
margin-top: 0;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.r-checkbox {
|
|
486
|
+
cursor: pointer;
|
|
487
|
+
width: 20px;
|
|
488
|
+
height: 20px;
|
|
489
|
+
margin: 4px;
|
|
490
|
+
vertical-align: middle;
|
|
491
|
+
box-sizing: border-box;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.r-label {
|
|
495
|
+
cursor: pointer;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.r-task-ol,
|
|
499
|
+
.r-task-ul {
|
|
500
|
+
list-style: none;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.r-task-label {
|
|
504
|
+
display: block;
|
|
505
|
+
width: 100%;
|
|
506
|
+
padding-top: 2px;
|
|
507
|
+
padding-bottom: 2px;
|
|
508
|
+
box-sizing: border-box;
|
|
509
|
+
}
|
|
510
|
+
.r-task-label:hover .r-checkbox {
|
|
511
|
+
filter: brightness(0.8);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.r-task-li.r-task-li {
|
|
515
|
+
margin-block-start: 2px;
|
|
516
|
+
margin-block-end: 2px;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.r-label-text {
|
|
520
|
+
vertical-align: middle;
|
|
472
521
|
}.r-sidebar {
|
|
473
522
|
grid-area: sidebar;
|
|
474
523
|
box-sizing: border-box;
|
|
@@ -743,55 +792,6 @@
|
|
|
743
792
|
|
|
744
793
|
.r-sidebar-drop[open] > .r-sidebar-drop-btn > .r-sidebar-drop-icon {
|
|
745
794
|
transform: rotate(90deg);
|
|
746
|
-
}.r-article {
|
|
747
|
-
padding: 20px 0 80px;
|
|
748
|
-
grid-area: content;
|
|
749
|
-
}
|
|
750
|
-
@media screen and (width >= 1180px) {
|
|
751
|
-
.r-article {
|
|
752
|
-
padding: 32px 0 80px;
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
.r-article > *:first-child {
|
|
756
|
-
margin-top: 0;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
.r-checkbox {
|
|
760
|
-
cursor: pointer;
|
|
761
|
-
width: 20px;
|
|
762
|
-
height: 20px;
|
|
763
|
-
margin: 4px;
|
|
764
|
-
vertical-align: middle;
|
|
765
|
-
box-sizing: border-box;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.r-label {
|
|
769
|
-
cursor: pointer;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
.r-task-ol,
|
|
773
|
-
.r-task-ul {
|
|
774
|
-
list-style: none;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.r-task-label {
|
|
778
|
-
display: block;
|
|
779
|
-
width: 100%;
|
|
780
|
-
padding-top: 2px;
|
|
781
|
-
padding-bottom: 2px;
|
|
782
|
-
box-sizing: border-box;
|
|
783
|
-
}
|
|
784
|
-
.r-task-label:hover .r-checkbox {
|
|
785
|
-
filter: brightness(0.8);
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.r-task-li.r-task-li {
|
|
789
|
-
margin-block-start: 2px;
|
|
790
|
-
margin-block-end: 2px;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.r-label-text {
|
|
794
|
-
vertical-align: middle;
|
|
795
795
|
}.r-header-menu {
|
|
796
796
|
display: flex;
|
|
797
797
|
justify-content: flex-end;
|
|
@@ -1191,47 +1191,6 @@
|
|
|
1191
1191
|
user-select: none;
|
|
1192
1192
|
pointer-events: none;
|
|
1193
1193
|
box-sizing: border-box;
|
|
1194
|
-
}.r-breadcrumbs {
|
|
1195
|
-
grid-area: breadcrumbs;
|
|
1196
|
-
list-style: none;
|
|
1197
|
-
margin: 0;
|
|
1198
|
-
padding: 20px 0 0;
|
|
1199
|
-
line-height: 2;
|
|
1200
|
-
}
|
|
1201
|
-
@media screen and (width >= 768px) {
|
|
1202
|
-
.r-breadcrumbs {
|
|
1203
|
-
padding: 32px 0 0;
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.r-breadcrumb {
|
|
1208
|
-
display: inline;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.r-breadcrumb._previous::after {
|
|
1212
|
-
content: "/";
|
|
1213
|
-
font-weight: 600;
|
|
1214
|
-
margin-inline: 8px;
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
.r-breadcrumb-link {
|
|
1218
|
-
color: var(--r-neutral-700);
|
|
1219
|
-
text-decoration: none;
|
|
1220
|
-
}
|
|
1221
|
-
.r-breadcrumb-link:hover {
|
|
1222
|
-
color: var(--r-primary-800);
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
.r-breadcrumb-link,
|
|
1226
|
-
.r-breadcrumb-title {
|
|
1227
|
-
display: inline;
|
|
1228
|
-
padding: 6px 0;
|
|
1229
|
-
margin: 0;
|
|
1230
|
-
}
|
|
1231
|
-
|
|
1232
|
-
.r-breadcrumb-title {
|
|
1233
|
-
color: var(--r-neutral-950);
|
|
1234
|
-
font-weight: 600;
|
|
1235
1194
|
}.r-contents {
|
|
1236
1195
|
grid-area: contents;
|
|
1237
1196
|
}
|
|
@@ -1465,6 +1424,47 @@
|
|
|
1465
1424
|
}
|
|
1466
1425
|
.r-contents-git:hover {
|
|
1467
1426
|
color: var(--r-neutral-900);
|
|
1427
|
+
}.r-breadcrumbs {
|
|
1428
|
+
grid-area: breadcrumbs;
|
|
1429
|
+
list-style: none;
|
|
1430
|
+
margin: 0;
|
|
1431
|
+
padding: 20px 0 0;
|
|
1432
|
+
line-height: 2;
|
|
1433
|
+
}
|
|
1434
|
+
@media screen and (width >= 768px) {
|
|
1435
|
+
.r-breadcrumbs {
|
|
1436
|
+
padding: 32px 0 0;
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.r-breadcrumb {
|
|
1441
|
+
display: inline;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.r-breadcrumb._previous::after {
|
|
1445
|
+
content: "/";
|
|
1446
|
+
font-weight: 600;
|
|
1447
|
+
margin-inline: 8px;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.r-breadcrumb-link {
|
|
1451
|
+
color: var(--r-neutral-700);
|
|
1452
|
+
text-decoration: none;
|
|
1453
|
+
}
|
|
1454
|
+
.r-breadcrumb-link:hover {
|
|
1455
|
+
color: var(--r-primary-800);
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.r-breadcrumb-link,
|
|
1459
|
+
.r-breadcrumb-title {
|
|
1460
|
+
display: inline;
|
|
1461
|
+
padding: 6px 0;
|
|
1462
|
+
margin: 0;
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
.r-breadcrumb-title {
|
|
1466
|
+
color: var(--r-neutral-950);
|
|
1467
|
+
font-weight: 600;
|
|
1468
1468
|
}.r-pagination {
|
|
1469
1469
|
grid-area: pagination;
|
|
1470
1470
|
display: grid;
|
|
@@ -1646,18 +1646,6 @@
|
|
|
1646
1646
|
scrollbar-width: thin;
|
|
1647
1647
|
scrollbar-color: var(--r-neutral-200) transparent;
|
|
1648
1648
|
box-sizing: border-box;
|
|
1649
|
-
}.r-code-span {
|
|
1650
|
-
font-family: var(--monospace-font, monospace, monospace);
|
|
1651
|
-
background-color: var(--r-neutral-200);
|
|
1652
|
-
color: var(--r-primary-900);
|
|
1653
|
-
border-radius: 4px;
|
|
1654
|
-
padding: 2px 6px;
|
|
1655
|
-
font-size: 16px;
|
|
1656
|
-
letter-spacing: 0.5px;
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
.r-code-span + .r-content-link-external {
|
|
1660
|
-
margin-left: -12px;
|
|
1661
1649
|
}.r-blockquote {
|
|
1662
1650
|
background-color: var(--r-neutral-100);
|
|
1663
1651
|
padding: 8px 12px 8px 20px;
|
|
@@ -1714,6 +1702,18 @@
|
|
|
1714
1702
|
}
|
|
1715
1703
|
.r-blockquote-caution .r-blockquote-title {
|
|
1716
1704
|
color: var(--r-caution);
|
|
1705
|
+
}.r-code-span {
|
|
1706
|
+
font-family: var(--monospace-font, monospace, monospace);
|
|
1707
|
+
background-color: var(--r-neutral-200);
|
|
1708
|
+
color: var(--r-primary-900);
|
|
1709
|
+
border-radius: 4px;
|
|
1710
|
+
padding: 2px 6px;
|
|
1711
|
+
font-size: 16px;
|
|
1712
|
+
letter-spacing: 0.5px;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.r-code-span + .r-content-link-external {
|
|
1716
|
+
margin-left: -12px;
|
|
1717
1717
|
}.r-code-block {
|
|
1718
1718
|
font-family: var(--monospace-font, monospace, monospace);
|
|
1719
1719
|
font-size: 16px;
|
|
@@ -1729,9 +1729,6 @@
|
|
|
1729
1729
|
scrollbar-width: thin;
|
|
1730
1730
|
scrollbar-color: var(--r-neutral-200) transparent;
|
|
1731
1731
|
box-sizing: border-box;
|
|
1732
|
-
}.r-img {
|
|
1733
|
-
max-width: 100%;
|
|
1734
|
-
box-sizing: border-box;
|
|
1735
1732
|
}.r-h1 {
|
|
1736
1733
|
font-size: 32px;
|
|
1737
1734
|
line-height: 1.4;
|
|
@@ -1772,6 +1769,9 @@
|
|
|
1772
1769
|
line-height: 1.4;
|
|
1773
1770
|
margin-block-start: 1.8em;
|
|
1774
1771
|
margin-block-end: 1.8em;
|
|
1772
|
+
}.r-img {
|
|
1773
|
+
max-width: 100%;
|
|
1774
|
+
box-sizing: border-box;
|
|
1775
1775
|
}.r-p {
|
|
1776
1776
|
line-height: 1.8;
|
|
1777
1777
|
margin-block-start: 1em;
|
|
@@ -1994,21 +1994,16 @@
|
|
|
1994
1994
|
padding-inline-start: 20px;
|
|
1995
1995
|
margin-block-start: 6px;
|
|
1996
1996
|
margin-block-end: 6px;
|
|
1997
|
-
}.r-
|
|
1997
|
+
}.r-ul {
|
|
1998
1998
|
padding-inline-start: 0;
|
|
1999
1999
|
list-style-position: inside;
|
|
2000
2000
|
margin-block-start: 1em;
|
|
2001
2001
|
margin-block-end: 1em;
|
|
2002
|
-
}.r-
|
|
2002
|
+
}.r-ol {
|
|
2003
2003
|
padding-inline-start: 0;
|
|
2004
2004
|
list-style-position: inside;
|
|
2005
2005
|
margin-block-start: 1em;
|
|
2006
2006
|
margin-block-end: 1em;
|
|
2007
|
-
}.r-th {
|
|
2008
|
-
padding: 6px 12px;
|
|
2009
|
-
border-top: 1px solid var(--r-neutral-500);
|
|
2010
|
-
border-bottom: 1px solid var(--r-neutral-500);
|
|
2011
|
-
border-collapse: collapse;
|
|
2012
2007
|
}.r-table {
|
|
2013
2008
|
min-width: 100%;
|
|
2014
2009
|
text-align: left;
|
|
@@ -2018,6 +2013,15 @@
|
|
|
2018
2013
|
padding: 6px 12px;
|
|
2019
2014
|
border-bottom: 1px solid var(--r-neutral-400);
|
|
2020
2015
|
border-collapse: collapse;
|
|
2016
|
+
}.r-th {
|
|
2017
|
+
padding: 6px 12px;
|
|
2018
|
+
border-top: 1px solid var(--r-neutral-500);
|
|
2019
|
+
border-bottom: 1px solid var(--r-neutral-500);
|
|
2020
|
+
border-collapse: collapse;
|
|
2021
|
+
}.r-thead {
|
|
2022
|
+
background-color: var(--r-neutral-100);
|
|
2023
|
+
}.r-task-ol {
|
|
2024
|
+
list-style: none;
|
|
2021
2025
|
}.r-task-li.r-task-li {
|
|
2022
2026
|
margin-block-start: 2px;
|
|
2023
2027
|
margin-block-end: 2px;
|
|
@@ -2049,10 +2053,6 @@
|
|
|
2049
2053
|
vertical-align: middle;
|
|
2050
2054
|
}.r-task-ul {
|
|
2051
2055
|
list-style: none;
|
|
2052
|
-
}.r-thead {
|
|
2053
|
-
background-color: var(--r-neutral-100);
|
|
2054
|
-
}.r-task-ol {
|
|
2055
|
-
list-style: none;
|
|
2056
2056
|
}.r-backdrop {
|
|
2057
2057
|
position: fixed;
|
|
2058
2058
|
top: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "robindoc",
|
|
3
|
-
"version": "0.0.0-experimental-
|
|
3
|
+
"version": "0.0.0-experimental-18be8e8",
|
|
4
4
|
"description": "Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React.js Server Components",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"scripts": {
|