dynamic-html-helpers 1.6.0 → 1.6.2
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.
|
@@ -1650,12 +1650,7 @@ ${r}`), m;
|
|
|
1650
1650
|
}
|
|
1651
1651
|
function Pe2(e, r, n) {
|
|
1652
1652
|
function t(a) {
|
|
1653
|
-
|
|
1654
|
-
case a.day === r:
|
|
1655
|
-
return a;
|
|
1656
|
-
default:
|
|
1657
|
-
return t(a.add(`${n} days`));
|
|
1658
|
-
}
|
|
1653
|
+
return true === (a.day === r) ? a : t(a.add(`${n} days`));
|
|
1659
1654
|
}
|
|
1660
1655
|
return t(e);
|
|
1661
1656
|
}
|
|
@@ -2301,7 +2296,7 @@ ${r}`), m;
|
|
|
2301
2296
|
}
|
|
2302
2297
|
}
|
|
2303
2298
|
function setDefaultStyling() {
|
|
2304
|
-
En.editCssRules(`li::marker{vertical-align:top;}`, `code{color:
|
|
2299
|
+
En.editCssRules(`:root{--grey-default:rgba(112,92,92,0.9);--code-color:#555;}`, `li::marker{vertical-align:top;}`, `code:not(.hljs,.codeblock){background-color:rgb(227, 230, 232);color:var(--code-color);padding:1px 2px;display:inline-block;margin:1px 0px;border-radius:4px;font-style:normal;font-weight:normal;}`, `code.codeblock{display:block;padding:6px;border:1px solid #999;margin:0.5rem 0;background-color:#eee;white-space:pre-wrap;}`, `h3{marginTop:1.5rem;}`, `.thickBorder{border:5px solid green;borderWidth:5px;padding:0.5rem;display:inline-block;}`, `a.ExternalLink{text-decoration:none;color:rgb(0,0,238);background-color:#EEE;padding:3px;font-weight:bold;}`, `.cmmt{color:#888;}`, `.hidden{display:none;}`, `.attention{color:red; font-size:1.2em; font-weight:bold;}`, `#log2screen li{listStyle:'\\2713';paddingLeft:6px;margin:0.5rem 0 0 -1.2rem;font-family:monospace}`, `#log2screen li.head{list-style-type:none;font-weight:bold;margin-top:0.8rem;margin-bottom:-0.2rem;font-family:revert;}`, `.err{fontStyle:italic; color:red; }`, `a{text-decoration:none; font-weight:bold;}`, `a:hover{text-decoration:underline;}`, `a[target]:before,a.internalLink:before,a.externalLink:before{color:rgba(0,0,238,0.7);font-size:1.1rem;padding-right:2px;vertical-align:baseline;}`, `a[target="_blank"]:before,a.externalLink:before{content:'\\2197';}`, `a[data-top]:before,a.internalLink:before,a[target="_top"]:before{content:'\\21BA';}`);
|
|
2305
2300
|
}
|
|
2306
2301
|
return __toCommonJS(index_exports);
|
|
2307
2302
|
})();
|