robindoc 0.0.0-experimental-68d72b2 → 0.0.0-experimental-4b0adcd
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 +67 -67
- package/package.json +1 -1
package/lib/styles.css
CHANGED
|
@@ -376,10 +376,6 @@
|
|
|
376
376
|
grid-template-columns: 1fr 640px 1fr;
|
|
377
377
|
grid-template-rows: auto 1fr auto;
|
|
378
378
|
}
|
|
379
|
-
}.r-page-container {
|
|
380
|
-
min-height: calc(100dvh - var(--r-header-height));
|
|
381
|
-
overflow-wrap: break-word;
|
|
382
|
-
box-sizing: border-box;
|
|
383
379
|
}.r-blog-container {
|
|
384
380
|
min-height: calc(100dvh - var(--r-header-height));
|
|
385
381
|
overflow-wrap: break-word;
|
|
@@ -394,6 +390,10 @@
|
|
|
394
390
|
grid-template-columns: 760px 220px;
|
|
395
391
|
grid-template-rows: auto 1fr auto;
|
|
396
392
|
}
|
|
393
|
+
}.r-page-container {
|
|
394
|
+
min-height: calc(100dvh - var(--r-header-height));
|
|
395
|
+
overflow-wrap: break-word;
|
|
396
|
+
box-sizing: border-box;
|
|
397
397
|
}.keylink-to-content {
|
|
398
398
|
position: absolute !important;
|
|
399
399
|
top: 8px;
|
|
@@ -1398,9 +1398,6 @@
|
|
|
1398
1398
|
.r-breadcrumb-title {
|
|
1399
1399
|
color: var(--r-main-950);
|
|
1400
1400
|
font-weight: 600;
|
|
1401
|
-
}.r-last-modified {
|
|
1402
|
-
color: var(--r-main-700);
|
|
1403
|
-
margin-block-start: 16px;
|
|
1404
1401
|
}.r-pagination {
|
|
1405
1402
|
grid-area: pagination;
|
|
1406
1403
|
display: grid;
|
|
@@ -1473,6 +1470,9 @@
|
|
|
1473
1470
|
|
|
1474
1471
|
.r-pagination-svg {
|
|
1475
1472
|
display: block;
|
|
1473
|
+
}.r-last-modified {
|
|
1474
|
+
color: var(--r-main-700);
|
|
1475
|
+
margin-block-start: 16px;
|
|
1476
1476
|
}.r-git-logo {
|
|
1477
1477
|
display: block;
|
|
1478
1478
|
}.r-external-mark {
|
|
@@ -1506,25 +1506,6 @@
|
|
|
1506
1506
|
background-color: currentColor;
|
|
1507
1507
|
border-radius: 0 0 0 4px;
|
|
1508
1508
|
box-sizing: border-box;
|
|
1509
|
-
}.r-anchor-heading:hover .r-anchor-heading-link {
|
|
1510
|
-
visibility: visible;
|
|
1511
|
-
opacity: 1;
|
|
1512
|
-
}
|
|
1513
|
-
|
|
1514
|
-
.r-anchor-heading-link {
|
|
1515
|
-
visibility: hidden;
|
|
1516
|
-
opacity: 0;
|
|
1517
|
-
transition: opacity 0.3s allow-discrete;
|
|
1518
|
-
padding-inline: 8px;
|
|
1519
|
-
margin-inline-start: -4px;
|
|
1520
|
-
color: var(--r-main-600);
|
|
1521
|
-
text-decoration: none;
|
|
1522
|
-
}
|
|
1523
|
-
.r-anchor-heading-link:hover {
|
|
1524
|
-
color: var(--r-primary-800);
|
|
1525
|
-
}
|
|
1526
|
-
.r-anchor-heading-link::after {
|
|
1527
|
-
content: "#";
|
|
1528
1509
|
}.r-code-section {
|
|
1529
1510
|
position: relative;
|
|
1530
1511
|
margin-block-start: 1.5em;
|
|
@@ -1576,6 +1557,25 @@
|
|
|
1576
1557
|
|
|
1577
1558
|
.r-code-section-filename {
|
|
1578
1559
|
font-family: var(--monospace-font, monospace, monospace);
|
|
1560
|
+
}.r-anchor-heading:hover .r-anchor-heading-link {
|
|
1561
|
+
visibility: visible;
|
|
1562
|
+
opacity: 1;
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
.r-anchor-heading-link {
|
|
1566
|
+
visibility: hidden;
|
|
1567
|
+
opacity: 0;
|
|
1568
|
+
transition: opacity 0.3s allow-discrete;
|
|
1569
|
+
padding-inline: 8px;
|
|
1570
|
+
margin-inline-start: -4px;
|
|
1571
|
+
color: var(--r-main-600);
|
|
1572
|
+
text-decoration: none;
|
|
1573
|
+
}
|
|
1574
|
+
.r-anchor-heading-link:hover {
|
|
1575
|
+
color: var(--r-primary-800);
|
|
1576
|
+
}
|
|
1577
|
+
.r-anchor-heading-link::after {
|
|
1578
|
+
content: "#";
|
|
1579
1579
|
}.r-block {
|
|
1580
1580
|
width: 100%;
|
|
1581
1581
|
overflow: auto;
|
|
@@ -1654,19 +1654,6 @@
|
|
|
1654
1654
|
|
|
1655
1655
|
.r-code-span + .r-content-link-external {
|
|
1656
1656
|
margin-left: -12px;
|
|
1657
|
-
}.r-code-block {
|
|
1658
|
-
font-family: var(--monospace-font, monospace, monospace);
|
|
1659
|
-
font-size: 16px;
|
|
1660
|
-
line-height: 1.33;
|
|
1661
|
-
border-radius: 6px;
|
|
1662
|
-
padding: 16px 20px;
|
|
1663
|
-
margin: 0;
|
|
1664
|
-
color: var(--r-primary-800);
|
|
1665
|
-
background-color: var(--r-main-50);
|
|
1666
|
-
overflow-x: auto;
|
|
1667
|
-
scrollbar-width: thin;
|
|
1668
|
-
scrollbar-color: var(--r-main-200) transparent;
|
|
1669
|
-
box-sizing: border-box;
|
|
1670
1657
|
}.r-h1 {
|
|
1671
1658
|
font-size: 32px;
|
|
1672
1659
|
line-height: 1.4;
|
|
@@ -1710,6 +1697,19 @@
|
|
|
1710
1697
|
}.r-img {
|
|
1711
1698
|
max-width: 100%;
|
|
1712
1699
|
box-sizing: border-box;
|
|
1700
|
+
}.r-code-block {
|
|
1701
|
+
font-family: var(--monospace-font, monospace, monospace);
|
|
1702
|
+
font-size: 16px;
|
|
1703
|
+
line-height: 1.33;
|
|
1704
|
+
border-radius: 6px;
|
|
1705
|
+
padding: 16px 20px;
|
|
1706
|
+
margin: 0;
|
|
1707
|
+
color: var(--r-primary-800);
|
|
1708
|
+
background-color: var(--r-main-50);
|
|
1709
|
+
overflow-x: auto;
|
|
1710
|
+
scrollbar-width: thin;
|
|
1711
|
+
scrollbar-color: var(--r-main-200) transparent;
|
|
1712
|
+
box-sizing: border-box;
|
|
1713
1713
|
}.r-p {
|
|
1714
1714
|
line-height: 1.8;
|
|
1715
1715
|
margin-block-start: 1em;
|
|
@@ -1806,34 +1806,6 @@
|
|
|
1806
1806
|
min-width: 24px;
|
|
1807
1807
|
text-align: center;
|
|
1808
1808
|
box-sizing: border-box;
|
|
1809
|
-
}.r-copy-text {
|
|
1810
|
-
position: relative;
|
|
1811
|
-
cursor: pointer;
|
|
1812
|
-
background: none;
|
|
1813
|
-
border: 0;
|
|
1814
|
-
padding: 0;
|
|
1815
|
-
font: inherit;
|
|
1816
|
-
padding: 6px 0;
|
|
1817
|
-
}
|
|
1818
|
-
.r-copy-text:hover {
|
|
1819
|
-
color: var(--r-main-950);
|
|
1820
|
-
}
|
|
1821
|
-
.r-copy-text::before {
|
|
1822
|
-
content: "";
|
|
1823
|
-
position: absolute;
|
|
1824
|
-
bottom: 0;
|
|
1825
|
-
left: 0;
|
|
1826
|
-
width: 100%;
|
|
1827
|
-
height: 1px;
|
|
1828
|
-
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1829
|
-
transition: background 0.2s;
|
|
1830
|
-
box-sizing: border-box;
|
|
1831
|
-
opacity: 0.6;
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.r-copy-text:active,
|
|
1835
|
-
.r-copy-text._active {
|
|
1836
|
-
color: var(--r-success);
|
|
1837
1809
|
}.r-copy-button {
|
|
1838
1810
|
position: relative;
|
|
1839
1811
|
padding: 6px;
|
|
@@ -1877,6 +1849,34 @@
|
|
|
1877
1849
|
|
|
1878
1850
|
.r-copy-button-svg {
|
|
1879
1851
|
display: block;
|
|
1852
|
+
}.r-copy-text {
|
|
1853
|
+
position: relative;
|
|
1854
|
+
cursor: pointer;
|
|
1855
|
+
background: none;
|
|
1856
|
+
border: 0;
|
|
1857
|
+
padding: 0;
|
|
1858
|
+
font: inherit;
|
|
1859
|
+
padding: 6px 0;
|
|
1860
|
+
}
|
|
1861
|
+
.r-copy-text:hover {
|
|
1862
|
+
color: var(--r-main-950);
|
|
1863
|
+
}
|
|
1864
|
+
.r-copy-text::before {
|
|
1865
|
+
content: "";
|
|
1866
|
+
position: absolute;
|
|
1867
|
+
bottom: 0;
|
|
1868
|
+
left: 0;
|
|
1869
|
+
width: 100%;
|
|
1870
|
+
height: 1px;
|
|
1871
|
+
background: linear-gradient(to right, currentColor 30%, transparent 0%, transparent 80%, currentColor 80%) repeat-x 0px/8px;
|
|
1872
|
+
transition: background 0.2s;
|
|
1873
|
+
box-sizing: border-box;
|
|
1874
|
+
opacity: 0.6;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
.r-copy-text:active,
|
|
1878
|
+
.r-copy-text._active {
|
|
1879
|
+
color: var(--r-success);
|
|
1880
1880
|
}.r-content-link {
|
|
1881
1881
|
text-decoration: none;
|
|
1882
1882
|
color: inherit;
|
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-4b0adcd",
|
|
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": {
|