svelte-readme 3.6.2 → 4.0.0
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/README.md +51 -83
- package/dist/button.css +28 -0
- package/dist/highlight/bash.d.ts +2 -0
- package/dist/highlight/json.d.ts +2 -0
- package/dist/highlight/shared.d.ts +11 -0
- package/dist/highlight/svelte.d.ts +2 -0
- package/dist/highlight/typescript.d.ts +5 -0
- package/dist/highlight/yaml.d.ts +2 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +73 -14
- package/dist/layout.css +18 -0
- package/dist/preprocessReadme.d.ts +8 -7
- package/dist/shared.css +24 -0
- package/dist/style.css +1 -0
- package/dist/styles/index.d.ts +3 -0
- package/dist/svelte.css +15 -0
- package/dist/svelteReadme.d.ts +42 -0
- package/dist/typescript.css +12 -0
- package/dist/utils/preprocessReadme.utils.d.ts +25 -0
- package/dist/utils/purgeCss.d.ts +1 -0
- package/dist/utils/utils.d.ts +10 -0
- package/dist/yaml.css +3 -0
- package/package.json +9 -41
- package/CHANGELOG.md +0 -193
- package/dist/createConfig.d.ts +0 -50
- package/dist/createConfig.js +0 -141
- package/dist/preprocessReadme.js +0 -182
- package/dist/style.d.ts +0 -1
- package/dist/style.js +0 -4
package/dist/style.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
exports.__esModule = true;
|
|
3
|
-
exports.css = void 0;
|
|
4
|
-
exports.css = ".anchor {\n float: left;\n line-height: 1;\n margin-left: -20px;\n padding-right: 4px;\n}\n\n.anchor:focus {\n outline: none;\n}\n\nh1:hover .anchor,\nh2:hover .anchor,\nh3:hover .anchor,\nh4:hover .anchor,\nh5:hover .anchor,\nh6:hover .anchor {\n text-decoration: none;\n}main {\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n line-height: 1.5;\n color: #24292e;\n font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;\n font-size: 16px;\n line-height: 1.5;\n word-wrap: break-word;\n}\n\ndetails {\n display: block;\n}\n\nsummary {\n display: list-item;\n}\n\na {\n background-color: initial;\n}\n\na:active,\na:hover {\n outline-width: 0;\n}\n\nstrong {\n font-weight: inherit;\n font-weight: bolder;\n}\n\nh1 {\n font-size: 2em;\n margin: .67em 0;\n}\n\nimg {\n border-style: none;\n}\n\ncode,\nkbd,\npre {\n font-family: monospace,monospace;\n font-size: 1em;\n}\n\nhr {\n box-sizing: initial;\n height: 0;\n overflow: visible;\n}\n\ninput {\n font: inherit;\n margin: 0;\n}\n\ninput {\n overflow: visible;\n}\n\n[type=checkbox] {\n box-sizing: border-box;\n padding: 0;\n}\n\n* {\n box-sizing: border-box;\n}\n\ninput {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\na {\n color: #0366d6;\n text-decoration: none;\n}\n\na:hover {\n text-decoration: underline;\n}\n\nstrong {\n font-weight: 600;\n}\n\nhr {\n height: 0;\n margin: 15px 0;\n overflow: hidden;\n background: transparent;\n border: 0;\n border-bottom: 1px solid #dfe2e5;\n}\n\nhr:after,\nhr:before {\n display: table;\n content: \"\";\n}\n\nhr:after {\n clear: both;\n}\n\ntable {\n border-spacing: 0;\n border-collapse: collapse;\n}\n\ntd,\nth {\n padding: 0;\n}\n\ndetails summary {\n cursor: pointer;\n}\n\nkbd {\n display: inline-block;\n padding: 3px 5px;\n font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;\n line-height: 10px;\n color: #444d56;\n vertical-align: middle;\n background-color: #fafbfc;\n border: 1px solid #d1d5da;\n border-radius: 3px;\n box-shadow: inset 0 -1px 0 #d1d5da;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0;\n}\n\nh1 {\n font-size: 32px;\n}\n\nh1,\nh2 {\n font-weight: 600;\n}\n\nh2 {\n font-size: 24px;\n}\n\nh3 {\n font-size: 20px;\n}\n\nh3,\nh4 {\n font-weight: 600;\n}\n\nh4 {\n font-size: 16px;\n}\n\nh5 {\n font-size: 14px;\n}\n\nh5,\nh6 {\n font-weight: 600;\n}\n\nh6 {\n font-size: 12px;\n}\n\np {\n margin-top: 0;\n margin-bottom: 10px;\n}\n\nblockquote {\n margin: 0;\n}\n\nol,\nul {\n padding-left: 0;\n margin-top: 0;\n margin-bottom: 0;\n}\n\nol ol,\nul ol {\n list-style-type: lower-roman;\n}\n\nol ol ol,\nol ul ol,\nul ol ol,\nul ul ol {\n list-style-type: lower-alpha;\n}\n\ndd {\n margin-left: 0;\n}\n\ncode,\npre {\n font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;\n font-size: 12px;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 0;\n}\n\ninput::-webkit-inner-spin-button,\ninput::-webkit-outer-spin-button {\n margin: 0;\n -webkit-appearance: none;\n appearance: none;\n}\n\n:checked+.radio-label {\n position: relative;\n z-index: 1;\n border-color: #0366d6;\n}\n\nhr {\n border-bottom-color: #eee;\n}\n\nkbd {\n display: inline-block;\n padding: 3px 5px;\n font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;\n line-height: 10px;\n color: #444d56;\n vertical-align: middle;\n background-color: #fafbfc;\n border: 1px solid #d1d5da;\n border-radius: 3px;\n box-shadow: inset 0 -1px 0 #d1d5da;\n}\n\nmain:after,\n.markdown-body:before {\n display: table;\n content: \"\";\n}\n\nmain:after {\n clear: both;\n}\n\nmain>:first-child {\n margin-top: 0!important;\n}\n\nmain>:last-child {\n margin-bottom: 0!important;\n}\n\na:not([href]) {\n color: inherit;\n text-decoration: none;\n}\n\nblockquote,\ndetails,\ndl,\nol,\np,\npre,\ntable,\nul {\n margin-top: 0;\n margin-bottom: 16px;\n}\n\nhr {\n height: .25em;\n padding: 0;\n margin: 24px 0;\n background-color: #e1e4e8;\n border: 0;\n}\n\nblockquote {\n padding: 0 1em;\n color: #6a737d;\n border-left: .25em solid #dfe2e5;\n}\n\nblockquote>:first-child {\n margin-top: 0;\n}\n\nblockquote>:last-child {\n margin-bottom: 0;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 24px;\n margin-bottom: 16px;\n font-weight: 600;\n line-height: 1.25;\n}\n\nh1 {\n font-size: 2em;\n}\n\nh1,\nh2 {\n padding-bottom: .3em;\n border-bottom: 1px solid #eaecef;\n}\n\nh2 {\n font-size: 1.5em;\n}\n\nh3 {\n font-size: 1.25em;\n}\n\nh4 {\n font-size: 1em;\n}\n\nh5 {\n font-size: .875em;\n}\n\nh6 {\n font-size: .85em;\n color: #6a737d;\n}\n\nol,\nul {\n padding-left: 2em;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-top: 0;\n margin-bottom: 0;\n}\n\nli {\n word-wrap: break-all;\n}\n\nli>p {\n margin-top: 16px;\n}\n\nli+li {\n margin-top: .25em;\n}\n\ndl {\n padding: 0;\n}\n\ndl dt {\n padding: 0;\n margin-top: 16px;\n font-size: 1em;\n font-style: italic;\n font-weight: 600;\n}\n\ndl dd {\n padding: 0 16px;\n margin-bottom: 16px;\n}\n\ntable {\n display: block;\n width: 100%;\n overflow: auto;\n}\n\ntable th {\n font-weight: 600;\n}\n\ntable td,\ntable th {\n padding: 6px 13px;\n border: 1px solid #dfe2e5;\n}\n\ntable tr {\n background-color: #fff;\n border-top: 1px solid #c6cbd1;\n}\n\ntable tr:nth-child(2n) {\n background-color: #f6f8fa;\n}\n\nimg {\n max-width: 100%;\n box-sizing: initial;\n background-color: #fff;\n}\n\nimg[align=right] {\n padding-left: 20px;\n}\n\nimg[align=left] {\n padding-right: 20px;\n}\n\ncode {\n padding: .2em .4em;\n margin: 0;\n font-size: 85%;\n background-color: rgba(27,31,35,.05);\n border-radius: 3px;\n}\n\npre {\n word-wrap: normal;\n}\n\npre>code {\n padding: 0;\n margin: 0;\n font-size: 100%;\n word-break: normal;\n white-space: pre;\n background: transparent;\n border: 0;\n}\n\n.highlight {\n margin-bottom: 16px;\n}\n\n.highlight pre {\n margin-bottom: 0;\n word-break: normal;\n}\n\n.highlight pre,\npre {\n padding: 16px;\n overflow: auto;\n font-size: 85%;\n line-height: 1.45;\n background-color: #f6f8fa;\n border-radius: 3px;\n}\n\npre code {\n display: inline;\n max-width: auto;\n padding: 0;\n margin: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: initial;\n border: 0;\n}\n\n p { min-height: 28px; }\n pre { margin-bottom: 48px; }\n";
|