From 520658963bc2061462db2800301a27b507645fa6 Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Sun, 12 Apr 2020 15:33:34 -0700 Subject: [PATCH] round 1 --- CHANGELOG.md | 1 + docs/lib/assets/style.css | 33 +- docs/lib/index.html | 5 +- package-lock.json | 5774 +++++++++++++++++++++++++------------ package.json | 2 +- 5 files changed, 3897 insertions(+), 1918 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72502d9f..b8f4f676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* [[`642fd8a9b4`](https://github.com/StoneCypher/jssm/commit/642fd8a9b4)] - update readme a bit (John Haugeland) * [[`ed2d21b8a5`](https://github.com/StoneCypher/jssm/commit/ed2d21b8a5)] - missing comma in package (John Haugeland) * [[`59a47b5fcc`](https://github.com/StoneCypher/jssm/commit/59a47b5fcc)] - uh, get the file list right, john. 6 isn't bundled (John Haugeland) * [[`42f6af2a29`](https://github.com/StoneCypher/jssm/commit/42f6af2a29)] - Let's slim this thing way down. All that's in the package now are two builds, the .d.ts, and a changelog (John Haugeland) diff --git a/docs/lib/assets/style.css b/docs/lib/assets/style.css index 5265ea1f..0618f437 100644 --- a/docs/lib/assets/style.css +++ b/docs/lib/assets/style.css @@ -26,7 +26,7 @@ h4 { } a { - color: #1184CE; + color: #1184ce; text-decoration: none; } @@ -51,12 +51,12 @@ a:hover { } section:target h3 { - font-weight:700; + font-weight: 700; } .documentation td, .documentation th { - padding: .25rem .25rem; + padding: 0.25rem 0.25rem; } h1:hover .anchorjs-link, @@ -82,13 +82,16 @@ h4:hover .anchorjs-link { } } -.pre, pre, code, .code { - font-family: Source Code Pro,Menlo,Consolas,Liberation Mono,monospace; +.pre, +pre, +code, +.code { + font-family: Source Code Pro, Menlo, Consolas, Liberation Mono, monospace; font-size: 14px; } .fill-light { - background: #F9F9F9; + background: #f9f9f9; } .width2 { @@ -100,10 +103,10 @@ h4:hover .anchorjs-link { display: block; width: 100%; height: 2rem; - padding: .5rem; + padding: 0.5rem; margin-bottom: 1rem; border: 1px solid #ccc; - font-size: .875rem; + font-size: 0.875rem; border-radius: 3px; box-sizing: border-box; } @@ -115,15 +118,19 @@ table { .prose table th, .prose table td { text-align: left; - padding:8px; - border:1px solid #ddd; + padding: 8px; + border: 1px solid #ddd; } -.prose table th:nth-child(1) { border-right: none; } -.prose table th:nth-child(2) { border-left: none; } +.prose table th:nth-child(1) { + border-right: none; +} +.prose table th:nth-child(2) { + border-left: none; +} .prose table { - border:1px solid #ddd; + border: 1px solid #ddd; } .prose-big { diff --git a/docs/lib/index.html b/docs/lib/index.html index d84de7c1..f487ca9c 100644 --- a/docs/lib/index.html +++ b/docs/lib/index.html @@ -1,5 +1,5 @@ - + jssm 5.32.7 | Documentation @@ -20,6 +20,9 @@

jssm

placeholder='Filter' id='filter-input' class='col12 block input' + spellcheck='false' + autocapitalize='off' + autocorrect='off' type='text' />