@xiee/utils 1.13.48 → 1.13.49
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/css/book-litedown.css +38 -0
- package/css/book-litedown.min.css +1 -1
- package/css/book-litedown.min.css.map +1 -1
- package/css/default.css +3 -2
- package/css/default.min.css +1 -1
- package/css/default.min.css.map +1 -1
- package/css/site.css +13 -1
- package/css/site.min.css +1 -1
- package/css/site.min.css.map +1 -1
- package/package.json +1 -1
package/css/book-litedown.css
CHANGED
|
@@ -5,6 +5,44 @@
|
|
|
5
5
|
display: none;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
.epigraph {
|
|
9
|
+
position: relative;
|
|
10
|
+
padding: 5px;
|
|
11
|
+
&, blockquote {
|
|
12
|
+
border: 1px solid;
|
|
13
|
+
}
|
|
14
|
+
&::before, &::after, blockquote::before, blockquote::after {
|
|
15
|
+
content: "•";
|
|
16
|
+
position: absolute;
|
|
17
|
+
border: 1px solid;
|
|
18
|
+
display: inline-block;
|
|
19
|
+
width: 1em;
|
|
20
|
+
height: 1em;
|
|
21
|
+
text-align: center;
|
|
22
|
+
line-height: 1;
|
|
23
|
+
}
|
|
24
|
+
&::before {
|
|
25
|
+
left: 5px;
|
|
26
|
+
}
|
|
27
|
+
&::after {
|
|
28
|
+
content: "❀";
|
|
29
|
+
font-size: 3em;
|
|
30
|
+
text-align: right;
|
|
31
|
+
border: none;
|
|
32
|
+
opacity: .2;
|
|
33
|
+
inset: 5px 5px auto auto;
|
|
34
|
+
}
|
|
35
|
+
blockquote {
|
|
36
|
+
padding: 1em;
|
|
37
|
+
&::before {
|
|
38
|
+
inset: auto auto 5px 5px;
|
|
39
|
+
}
|
|
40
|
+
&::after {
|
|
41
|
+
inset: auto 5px 5px auto;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
8
46
|
/* a tale of two buttons */
|
|
9
47
|
.new-road {
|
|
10
48
|
p {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.pagesjs #TOC>ul>li>ul>li>ul>li>ul,.chapter-toc>ul>li>ul>li>ul{display:none}.new-road{& p{justify-content:center;gap:.5em;display:flex}& button:before{font-size:200%}& .old-knit,& .new-fuse{&:hover:before{content:"❓ "}}& .old-knit{&:before{content:"🧶 "}&:focus:before{content:"😡 "}}& .new-fuse:before{content:"↯ "}& .new-preview:before{content:"⏵ "}& .new-fuse:focus:before{content:"😇 "}}.flex-col{justify-content:space-between;gap:.5em;display:flex;& *{flex:1}& pre:has(code[data-file]){&,&:before{border:groove #f5fffa}& code{border:none;border-top:1px dashed #d3d3d3}&{border-top:none}&:before{border-bottom:none;border-left:none}}}code[data-file]:before{content:attr(data-file);float:right;background-color:#ffffe0;margin:-1em -1em 1em 1em;padding:.5em;font-size:.9em;display:inline-block}pre:has(code[data-file]){&:before{content:"Output";text-transform:uppercase;border-bottom:none;padding:.5em 1em;font-weight:700;display:inline-block}&:has(code[data-file$=\.Rmd]):before{content:"♧ Example"}&.pagesjs-fragmented:first-child{&:before,& code:before{content:unset}& code{border-top:none}}& code,&:before{border:groove #f5fffa}&.pagesjs-fragmented:last-child{& code{border-bottom:none}}&:before{border-bottom:none}}.larger{font-size:1.5em}
|
|
1
|
+
.pagesjs #TOC>ul>li>ul>li>ul>li>ul,.chapter-toc>ul>li>ul>li>ul{display:none}.epigraph{padding:5px;position:relative;&,& blockquote{border:1px solid}&:before,&:after,& blockquote:before,& blockquote:after{content:"•";text-align:center;border:1px solid;width:1em;height:1em;line-height:1;display:inline-block;position:absolute}&:before{left:5px}&:after{content:"❀";text-align:right;opacity:.2;border:none;font-size:3em;inset:5px 5px auto auto}& blockquote{padding:1em;&:before{inset:auto auto 5px 5px}&:after{inset:auto 5px 5px auto}}}.new-road{& p{justify-content:center;gap:.5em;display:flex}& button:before{font-size:200%}& .old-knit,& .new-fuse{&:hover:before{content:"❓ "}}& .old-knit{&:before{content:"🧶 "}&:focus:before{content:"😡 "}}& .new-fuse:before{content:"↯ "}& .new-preview:before{content:"⏵ "}& .new-fuse:focus:before{content:"😇 "}}.flex-col{justify-content:space-between;gap:.5em;display:flex;& *{flex:1}& pre:has(code[data-file]){&,&:before{border:groove #f5fffa}& code{border:none;border-top:1px dashed #d3d3d3}&{border-top:none}&:before{border-bottom:none;border-left:none}}}code[data-file]:before{content:attr(data-file);float:right;background-color:#ffffe0;margin:-1em -1em 1em 1em;padding:.5em;font-size:.9em;display:inline-block}pre:has(code[data-file]){&:before{content:"Output";text-transform:uppercase;border-bottom:none;padding:.5em 1em;font-weight:700;display:inline-block}&:has(code[data-file$=\.Rmd]):before{content:"♧ Example"}&.pagesjs-fragmented:first-child{&:before,& code:before{content:unset}& code{border-top:none}}& code,&:before{border:groove #f5fffa}&.pagesjs-fragmented:last-child{& code{border-bottom:none}}&:before{border-bottom:none}}.larger{font-size:1.5em}
|
|
2
2
|
/*# sourceMappingURL=book-litedown.min.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"mappings":"AAGA,
|
|
1
|
+
{"version":3,"mappings":"AAGA,4EAIA,wCAGE,gCAGA,mLAUA,kBAGA,oGAQA,yBAEE,iCAGA,kCAOJ,UACE,iDAKA,+BACA,wBACE,+BAEF,YACE,yBACA,gCAEF,kCACA,qCACA,0CAIF,8DAIE,WAGA,2BACE,iCAGA,iDAIA,kBAGA,+CAOJ,8JAUA,yBACE,4HAQA,2DAGA,iCACE,qCAGA,wBAIF,sCAGA,gCACE,2BAIF,6BAKF","sources":["book-litedown.css"],"sourcesContent":["/* CSS for https://yihui.org/litedown/ */\n\n/* hide 4th-level TOC items when printing to PDF and 3rd-level in chapter TOC */\n.pagesjs #TOC > ul > li > ul > li > ul > li > ul, .chapter-toc > ul > li > ul > li > ul {\n display: none;\n}\n\n.epigraph {\n position: relative;\n padding: 5px;\n &, blockquote {\n border: 1px solid;\n }\n &::before, &::after, blockquote::before, blockquote::after {\n content: \"•\";\n position: absolute;\n border: 1px solid;\n display: inline-block;\n width: 1em;\n height: 1em;\n text-align: center;\n line-height: 1;\n }\n &::before {\n left: 5px;\n }\n &::after {\n content: \"❀\";\n font-size: 3em;\n text-align: right;\n border: none;\n opacity: .2;\n inset: 5px 5px auto auto;\n }\n blockquote {\n padding: 1em;\n &::before {\n inset: auto auto 5px 5px;\n }\n &::after {\n inset: auto 5px 5px auto;\n }\n }\n}\n\n/* a tale of two buttons */\n.new-road {\n p {\n display: flex;\n justify-content: center;\n gap: .5em;\n }\n button::before { font-size: 200%; }\n .old-knit, .new-fuse {\n &:hover::before { content: \"❓ \"; }\n }\n .old-knit {\n &::before { content: \"🧶 \"; }\n &:focus::before { content: \"😡 \"; }\n }\n .new-fuse::before { content: \"↯ \"; }\n .new-preview::before { content: \"⏵ \"; }\n .new-fuse:focus::before { content: \"😇 \"; }\n}\n\n/* arrange elements in columns */\n.flex-col {\n display: flex;\n justify-content: space-between;\n gap: .5em;\n * {\n flex: 1;\n }\n pre:has(code[data-file]) {\n &, &::before {\n border: groove mintcream;\n }\n code {\n border: none;\n border-top: 1px dashed lightgray;\n }\n & {\n border-top: none;\n }\n &::before {\n border-left: none;\n border-bottom: none;\n }\n }\n}\n\ncode[data-file]::before {\n content: attr(data-file);\n font-size: .9em;\n float: right;\n background-color: lightyellow;\n display: inline-block;\n padding: .5em;\n margin: -1em -1em 1em 1em;\n}\n\npre:has(code[data-file]) {\n &::before {\n content: \"Output\";\n text-transform: uppercase;\n font-weight: bold;\n display: inline-block;\n padding: .5em 1em;\n border-bottom: none;\n }\n &:has(code[data-file$=\".Rmd\"])::before {\n content: \"♧ Example\";\n }\n &.pagesjs-fragmented:first-child {\n &::before, code::before {\n content: unset;\n }\n code {\n border-top: none;\n }\n }\n code, &::before {\n border: groove mintcream;\n }\n &.pagesjs-fragmented:last-child {\n code {\n border-bottom: none;\n }\n }\n &::before {\n border-bottom: none;\n }\n}\n\n.larger { font-size: 1.5em; }\n"],"names":[]}
|
package/css/default.css
CHANGED
|
@@ -5,7 +5,7 @@ body {
|
|
|
5
5
|
padding: 1em;
|
|
6
6
|
line-height: 1.5;
|
|
7
7
|
}
|
|
8
|
-
body, .abstract, code, .footnotes, #refs, .caption { font-size: .9em; }
|
|
8
|
+
body, .abstract, code, .footnotes, footer, #refs, .caption { font-size: .9em; }
|
|
9
9
|
li li { font-size: .95em; }
|
|
10
10
|
ul:has(li > input[type="checkbox"]) { list-style: none; padding-left: 1em; }
|
|
11
11
|
*, :before, :after { box-sizing: border-box; }
|
|
@@ -28,7 +28,8 @@ pre > .error { background: #f8d7da; border-color: #f8d7da; }
|
|
|
28
28
|
}
|
|
29
29
|
.box, table { margin: 1em auto; }
|
|
30
30
|
.box > .caption { padding: 1px 1em; }
|
|
31
|
-
.figure
|
|
31
|
+
.figure { p:has(img), pre:has(svg) { text-align: center; } }
|
|
32
|
+
.flex-col { display: flex; justify-content: space-between; }
|
|
32
33
|
table {
|
|
33
34
|
border-top: 1px solid #666;
|
|
34
35
|
thead th { border-bottom: 1px solid #ddd; }
|
package/css/default.min.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
body{max-width:800px;margin:auto;padding:1em;font-family:sans-serif;line-height:1.5}body,.abstract,code,.footnotes,#refs,.caption{font-size:.9em}li li{font-size:.95em}ul:has(li>input[type=checkbox]){padding-left:1em;list-style:none}*,:before,:after{box-sizing:border-box}a{color:#4682b4}pre,img{max-width:100%}pre,pre:hover,fieldset pre{white-space:pre-wrap;word-break:break-word}pre code{padding:1em;display:block;overflow-x:auto}code{font-family:DejaVu Sans Mono,Droid Sans Mono,Lucida Console,Consolas,Monaco,monospace}:not(pre)>code,code[class],.box>.caption{background-color:#f8f8f8}pre>code:not([class]),pre>.language-plain,.box{background-color:inherit;border:1px solid #eee}pre>.message{border-color:#9eeaf9}pre>.warning{background:#fff3cd;border-color:#fff3cd}pre>.error{background:#f8d7da;border-color:#f8d7da}.fenced-chunk{border-left:1px solid #666}.code-fence{opacity:.4;border:1px dashed #666;border-left:2px solid;&:hover{opacity:inherit}}.box,table{margin:1em auto}.box>.caption{padding:1px 1em}.figure
|
|
1
|
+
body{max-width:800px;margin:auto;padding:1em;font-family:sans-serif;line-height:1.5}body,.abstract,code,.footnotes,footer,#refs,.caption{font-size:.9em}li li{font-size:.95em}ul:has(li>input[type=checkbox]){padding-left:1em;list-style:none}*,:before,:after{box-sizing:border-box}a{color:#4682b4}pre,img{max-width:100%}pre,pre:hover,fieldset pre{white-space:pre-wrap;word-break:break-word}pre code{padding:1em;display:block;overflow-x:auto}code{font-family:DejaVu Sans Mono,Droid Sans Mono,Lucida Console,Consolas,Monaco,monospace}:not(pre)>code,code[class],.box>.caption{background-color:#f8f8f8}pre>code:not([class]),pre>.language-plain,.box{background-color:inherit;border:1px solid #eee}pre>.message{border-color:#9eeaf9}pre>.warning{background:#fff3cd;border-color:#fff3cd}pre>.error{background:#f8d7da;border-color:#f8d7da}.fenced-chunk{border-left:1px solid #666}.code-fence{opacity:.4;border:1px dashed #666;border-left:2px solid;&:hover{opacity:inherit}}.box,table{margin:1em auto}.box>.caption{padding:1px 1em}.figure{& p:has(img),& pre:has(svg){text-align:center}}.flex-col{justify-content:space-between;display:flex}table{border-top:1px solid #666;& thead th{border-bottom:1px solid #ddd}& th,& td{font-variant-numeric:tabular-nums;padding:5px}& thead,& tfoot,& tr:nth-child(2n){background:#eee}}.table-full{width:100%;& td{vertical-align:baseline}}blockquote{color:#666;border-left:.5em solid #eee;margin:0;padding:1px 1em}hr,.footnotes:before{border:1px dashed #ddd}.frontmatter{text-align:center}#TOC .numbered{padding-left:0;& li{list-style:none}& ul{padding-left:1em}}table,.body h2{border-bottom:1px solid #666}.body .appendix,.appendix~h2{border-bottom-style:dashed}.main-number:after{content:"."}span[class^=ref-number-]{font-weight:700}.ref-number-fig:after,.ref-number-tab:after{content:":"}.cross-ref-chp:before{content:"Chapter "}.cross-ref-sec:before{content:"Section "}.cross-ref-fig:before,.ref-number-fig:before{content:"Figure "}.cross-ref-tab:before,.ref-number-tab:before{content:"Table "}.cross-ref-eqn:before,.MathJax_ref:has(mjx-mtext>mjx-c+mjx-c):before{content:"Equation "}.abstract,#refs{&:before{margin:1em auto;font-weight:700;display:block}}.abstract:before{content:"Abstract";text-align:center}#refs:before{content:"Bibliography";font-size:1.5em}.ref-paren-open:before{content:"("}.ref-paren-close:after{content:")"}.ref-semicolon:after{content:"; "}.ref-and:after{content:" and "}.ref-et-al:after{content:" et al.";font-style:italic}.footnote-ref a{&:before{content:"["}&:after{content:"]"}}section.footnotes{margin-top:2em;&:before{content:"";max-width:20em;display:block}}@media print{body{max-width:100%}tr,img{page-break-inside:avoid}}@media only screen and (width>=992px){pre:has(.line-numbers){white-space:pre}}
|
|
2
2
|
/*# sourceMappingURL=default.min.css.map */
|
package/css/default.min.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"mappings":"AAAA,oFAOA,
|
|
1
|
+
{"version":3,"mappings":"AAAA,oFAOA,oEACA,sBACA,iEACA,uCACA,gBACA,uBACA,sEACA,mDACA,2FACA,kEACA,8FACA,kCACA,qDACA,mDACA,yCACA,oEAIE,yBAEF,2BACA,8BACA,QAAU,+CACV,qDACA,gCAEE,wCACA,wDACA,oDAEF,uBAEE,8BAEF,2EAMA,4CACA,+BACA,8BAEE,qBACA,uBAEF,4CACA,wDACA,+BACA,yCACA,wDACA,yCACA,yCACA,+DACA,8DACA,yFACA,gBACE,wDAEF,sDACA,oDACA,mCACA,mCACA,kCACA,+BACA,qDACA,gBACE,qBACA,qBAEF,iCAEE,kDAGF,aACE,oBACA,gCAEF,sCACE","sources":["default.css"],"sourcesContent":["body {\n font-family: sans-serif;\n max-width: 800px;\n margin: auto;\n padding: 1em;\n line-height: 1.5;\n}\nbody, .abstract, code, .footnotes, footer, #refs, .caption { font-size: .9em; }\nli li { font-size: .95em; }\nul:has(li > input[type=\"checkbox\"]) { list-style: none; padding-left: 1em; }\n*, :before, :after { box-sizing: border-box; }\na { color: steelblue; }\npre, img { max-width: 100%; }\npre, pre:hover, fieldset pre { white-space: pre-wrap; word-break: break-word; }\npre code { display: block; padding: 1em; overflow-x: auto; }\ncode { font-family: 'DejaVu Sans Mono', 'Droid Sans Mono', 'Lucida Console', Consolas, Monaco, monospace; }\n:not(pre) > code, code[class], .box > .caption { background-color: #f8f8f8; }\npre > code:not([class]), pre > .language-plain, .box { background-color: inherit; border: 1px solid #eee; }\npre > .message { border-color: #9eeaf9; }\npre > .warning { background: #fff3cd; border-color: #fff3cd; }\npre > .error { background: #f8d7da; border-color: #f8d7da; }\n.fenced-chunk { border-left: 1px solid #666; }\n.code-fence {\n opacity: .4;\n border: 1px dashed #666;\n border-left: 2px solid;\n &:hover { opacity: inherit; }\n}\n.box, table { margin: 1em auto; }\n.box > .caption { padding: 1px 1em; }\n.figure { p:has(img), pre:has(svg) { text-align: center; } }\n.flex-col { display: flex; justify-content: space-between; }\ntable {\n border-top: 1px solid #666;\n thead th { border-bottom: 1px solid #ddd; }\n th, td { padding: 5px; font-variant-numeric: tabular-nums; }\n thead, tfoot, tr:nth-child(even) { background: #eee; }\n}\n.table-full {\n width: 100%;\n td { vertical-align: baseline; }\n}\nblockquote {\n color: #666;\n margin: 0;\n padding: 1px 1em;\n border-left: .5em solid #eee;\n}\nhr, .footnotes::before { border: 1px dashed #ddd; }\n.frontmatter { text-align: center; }\n#TOC .numbered {\n padding-left: 0;\n li { list-style: none; }\n ul { padding-left: 1em; }\n}\ntable, .body h2 { border-bottom: 1px solid #666; }\n.body .appendix, .appendix ~ h2 { border-bottom-style: dashed; }\n.main-number::after { content: \".\"; }\nspan[class^=\"ref-number-\"] { font-weight: bold; }\n.ref-number-fig::after, .ref-number-tab::after { content: \":\"; }\n.cross-ref-chp::before { content: \"Chapter \"; }\n.cross-ref-sec::before { content: \"Section \"; }\n.cross-ref-fig::before, .ref-number-fig::before { content: \"Figure \"; }\n.cross-ref-tab::before, .ref-number-tab::before { content: \"Table \"; }\n.cross-ref-eqn::before, .MathJax_ref:has(mjx-mtext > mjx-c + mjx-c)::before { content: \"Equation \"; }\n.abstract, #refs {\n &::before { display: block; margin: 1em auto; font-weight: bold; }\n}\n.abstract::before { content: \"Abstract\"; text-align: center; }\n#refs::before { content: \"Bibliography\"; font-size: 1.5em; }\n.ref-paren-open::before { content: \"(\"; }\n.ref-paren-close::after { content: \")\"; }\n.ref-semicolon::after { content: \"; \"; }\n.ref-and::after { content: \" and \"; }\n.ref-et-al::after { content: \" et al.\"; font-style: italic; }\n.footnote-ref a {\n &::before { content: \"[\"; }\n &::after { content: \"]\"; }\n}\nsection.footnotes {\n margin-top: 2em;\n &::before { content: \"\"; display: block; max-width: 20em; }\n}\n\n@media print {\n body { max-width: 100%; }\n tr, img { page-break-inside: avoid; }\n}\n@media only screen and (min-width: 992px) {\n pre:has(.line-numbers) { white-space: pre; }\n}\n"],"names":[]}
|
package/css/site.css
CHANGED
|
@@ -4,6 +4,9 @@ nav > p:last-child {
|
|
|
4
4
|
footer {
|
|
5
5
|
border-top: 1px dashed #666;
|
|
6
6
|
margin-top: 2em;
|
|
7
|
+
.flex-col {
|
|
8
|
+
gap: 2em;
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
nav a, footer a {
|
|
9
12
|
text-decoration: none;
|
|
@@ -17,7 +20,16 @@ nav a {
|
|
|
17
20
|
nav a:hover {
|
|
18
21
|
filter: invert(1);
|
|
19
22
|
}
|
|
20
|
-
.body, .frontmatter {
|
|
23
|
+
.body, .frontmatter, .body ~ .appendix {
|
|
21
24
|
box-shadow: none;
|
|
22
25
|
margin-top: auto;
|
|
23
26
|
}
|
|
27
|
+
.frontmatter, .appendix {
|
|
28
|
+
border: 1px dotted;
|
|
29
|
+
}
|
|
30
|
+
.frontmatter {
|
|
31
|
+
border-bottom: none;
|
|
32
|
+
}
|
|
33
|
+
.appendix {
|
|
34
|
+
border-top: none;
|
|
35
|
+
}
|
package/css/site.min.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
nav>p:last-child{border-bottom:1px dashed #666}footer{border-top:1px dashed #666;margin-top:2em}nav a,footer a{text-decoration:none}nav a{background-color:#fff;margin-right:.5em;padding:.2em .5em;display:inline-block}nav a:hover{filter:invert()}.body,.frontmatter{box-shadow:none;margin-top:auto}
|
|
1
|
+
nav>p:last-child{border-bottom:1px dashed #666}footer{border-top:1px dashed #666;margin-top:2em;& .flex-col{gap:2em}}nav a,footer a{text-decoration:none}nav a{background-color:#fff;margin-right:.5em;padding:.2em .5em;display:inline-block}nav a:hover{filter:invert()}.body,.frontmatter,.body~.appendix{box-shadow:none;margin-top:auto}.frontmatter,.appendix{border:1px dotted}.frontmatter{border-bottom:none}.appendix{border-top:none}
|
|
2
2
|
/*# sourceMappingURL=site.min.css.map */
|
package/css/site.min.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"mappings":"AAAA,+CAGA,
|
|
1
|
+
{"version":3,"mappings":"AAAA,+CAGA,iDAGE,qBAIF,oCAGA,qFAMA,4BAGA,mEAIA,yCAGA,gCAGA","sources":["site.css"],"sourcesContent":["nav > p:last-child {\n border-bottom: 1px dashed #666;\n}\nfooter {\n border-top: 1px dashed #666;\n margin-top: 2em;\n .flex-col {\n gap: 2em;\n }\n}\nnav a, footer a {\n text-decoration: none;\n}\nnav a {\n display: inline-block;\n background-color: white;\n padding: .2em .5em;\n margin-right: .5em;\n}\nnav a:hover {\n filter: invert(1);\n}\n.body, .frontmatter, .body ~ .appendix {\n box-shadow: none;\n margin-top: auto;\n}\n.frontmatter, .appendix {\n border: 1px dotted;\n}\n.frontmatter {\n border-bottom: none;\n}\n.appendix {\n border-top: none;\n}\n"],"names":[]}
|