spec-up-t 1.2.3 → 1.2.4
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/.sonarlint/connectedMode.json +5 -0
- package/assets/compiled/body.js +31 -31
- package/assets/compiled/head.css +5 -5
- package/assets/compiled/head.js +3 -3
- package/assets/css/adjust-font-size.css +6 -11
- package/assets/css/backToTop.css +0 -1
- package/assets/css/index.css +1 -2
- package/assets/css/pdf-styles.css +23 -27
- package/assets/css/repo-issues.css +0 -6
- package/assets/css/search.css +0 -1
- package/assets/css/sidebar-toc.css +13 -12
- package/assets/css/terms-and-definitions.css +43 -37
- package/assets/js/add-href-to-snapshot-link.js +2 -1
- package/assets/js/addAnchorsToTerms.js +0 -1
- package/assets/js/adjust-font-size.js +0 -9
- package/assets/js/create-alphabet-index.js +1 -1
- package/assets/js/custom-elements.js +13 -18
- package/assets/js/declare-markdown-it.js +1 -1
- package/assets/js/highlightMenuItems.js +3 -3
- package/assets/js/index.js +1 -5
- package/assets/js/insert-trefs.js +2 -2
- package/assets/js/modal.js +3 -3
- package/assets/js/search.js +3 -3
- package/assets/js/utils.js +2 -3
- package/index.js +5 -15
- package/package.json +2 -2
- package/src/add-remove-xref-source.js +0 -2
- package/src/collect-external-references.js +187 -179
- package/src/collectExternalReferences/fetchTermsFromIndex.js +2 -1
- package/src/create-external-specs-list.js +1 -1
- package/src/fix-markdown-files.js +152 -90
- package/src/health-check/external-specs-checker.js +173 -94
- package/src/health-check/output-gitignore-checker.js +327 -191
- package/src/health-check/specs-configuration-checker.js +288 -210
- package/src/health-check/term-references-checker.js +200 -123
- package/src/health-check/tref-term-checker.js +264 -179
- package/src/health-check.js +51 -35
- package/src/init.js +0 -3
- package/src/install-from-boilerplate/boilerplate/gitignore +2 -1
- package/src/install-from-boilerplate/config-system-files.js +9 -1
- package/src/install-from-boilerplate/copy-system-files.js +1 -1
- package/src/markdown-it-extensions.js +199 -106
- package/src/references.js +1 -2
- package/src/utils/doesUrlExist.js +7 -5
- package/templates/template.html +1 -2
- package/assets/js/insert-xrefs.js +0 -370
- package/src/create-term-relations.js +0 -131
- package/src/prepare-tref.js +0 -174
package/assets/compiled/head.css
CHANGED
|
@@ -8,12 +8,12 @@ slide-panels{position:fixed;top:0;left:0;height:100%;width:100%;pointer-events:n
|
|
|
8
8
|
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}
|
|
9
9
|
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}.chartjs-render-monitor{animation:chartjs-render-animation 1ms}.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
|
|
10
10
|
#logo img{width:100px}.bi{display:inline-block;width:1.2rem;height:1.2rem}#header,#header *{background-color:var(--header-navbar-bg);color:var(--header-navbar-text)}[issue-count]:after{content:"(" attr(issue-count) ")";margin:0 0 0 .3em;padding:.1em 0 0}[issue-count=""][animate]{display:none;opacity:0}[issue-count][animate]:not([issue-count=""]){animation:display-show 1s}#header a:not(#logo),#header a:not(#logo) *,#header button,#header button *{background:#a9dde0}
|
|
11
|
-
.container{min-height:100vh}@media (min-width:768px){.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;z-index:100}}ul.toc{padding:1em 0 1.75em;font-size:.85em}ul.toc,ul.toc ul{margin:0;padding:0;list-style:none}ul.toc li a{display:block;padding:.4em .8em;text-decoration:none;color:var(--toc-text);transition:background .2s ease,padding-left .2s ease,border-left .2s ease;padding-left:.8em;border-left:3px solid transparent}ul.toc ul{margin-left:1.2em!important;margin-top:.3em}ul.toc a:hover{background:#f9f9f9;padding-left:1em;border-left:3px solid #007bff}ul.toc>li>ul>li>a{padding-left:1.5em}ul.toc>li>ul>li>ul>li>a{padding-left:2em}ul.toc a:focus{outline:2px solid #007bff;outline-offset:-2px;box-shadow:0 0 0 3px rgba(0,123,255,.25);position:relative;z-index:1}.powered-by{font-size:.7em}ul.toc li a.active,ul.toc li a[aria-current=page]{border-left:3px solid #007bff;font-weight:500;background:#f0f0f0}ul.toc li
|
|
12
|
-
h2,h3,h4,h5,h6{margin-top:1.5em!important}#terminology-section-utility-container{display:flex;flex-wrap:wrap;justify-content:center;margin:1em auto;padding:0;width:100%}@media (min-width:576px){#terminology-section-utility-container{position:sticky;top:3.5em;z-index:10}}.toc-anchor{font-size:.875em;color:#73c2df;text-decoration:none;transition:opacity .3s ease}.toc-anchor:hover{opacity:1}dl.terms-and-definitions-list{margin:0;padding:0;position:relative;z-index:1}dl.terms-and-definitions-list>dt{font-weight:700;margin:0;background-color:var(--card-bg-dt);border:1px solid var(--card-border);padding:.5rem 1.25rem;border-radius:.375rem .375rem 0 0;color:var(--card-text);position:relative;line-height:1.5;font-size:1.05em;align-items:center}dl.terms-and-definitions-list>dt>span{margin-right:1.5em}dl.terms-and-definitions-list>dt .btn{font-size:1.2em!important}dl.terms-and-definitions-list>dt:hover{background-color:var(--card-hover-bg);transition:background-color .2s ease-in-out}dl.terms-and-definitions-list>dd{margin:0;background-color:var(--card-bg);border:1px solid var(--card-border);border-top:none;padding:.5rem 2rem;color:var(--card-text);width:100%;position:relative}dl.terms-and-definitions-list dd p{margin:0;color:var(--card-text);padding-left:.5rem}dl.terms-and-definitions-list>dd::before{display:none}dl.terms-and-definitions-list dd table{margin:.5em 0;width:100%;border-collapse:collapse}dl.terms-and-definitions-list dd table td,dl.terms-and-definitions-list dd table th{padding:.5em;border:1px solid #ddd}dl.terms-and-definitions-list dd table th{background-color:#f5f5f5}dl>dd:has(table).meta-info-content-wrapper{display:block;font-size:.7em;position:relative;max-height:none;height:auto;overflow:visible;transition:all .3s ease-out}dl>dd:has(table).meta-info-content-wrapper td,dl>dd:has(table).meta-info-content-wrapper th{padding:.3em}dl>dd:has(table).collapsed.meta-info-content-wrapper{max-height:0;height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;overflow:hidden;transition:all .3s ease-out;line-height:0}dl>dd:has(table).meta-info-content-wrapper>div{display:block;padding:inherit}.meta-info-toggle-button{position:relative;cursor:pointer}dl.terms-and-definitions-list dt+dd{border-bottom:none}dl.terms-and-definitions-list dd+dd{border-top:none;border-bottom:none}dl.terms-and-definitions-list dd+dt{margin-top:1rem}dl.terms-and-definitions-list dd.last-dd{border-radius:0 0 .375rem .375rem;border-bottom:1px solid var(--card-border)}html.dense-info dl.terms-and-definitions-list>dt{padding:.1rem 1.25rem;display:block;line-height:inherit;font-size:inherit}html.dense-info dl.terms-and-definitions-list dd+dt{margin-top:.3rem}html.dense-info dl.terms-and-definitions-list>dt::before{display:none}html.dense-info dl.terms-and-definitions-list>dt>span{margin-right:0}.transcluded-xref-term{position:relative}dd.transcluded-xref-term,dt.transcluded-xref-term{background:#a9dde03b!important}.btn{font-variant:small-caps;text-transform:uppercase;position:relative;z-index:5}.collapse-all-defs-button{float:right}.transclusion-heading{font-size:1.3em;font-weight:700;margin:.2em 0 .2em}dl.terms-and-definitions-list>dd.transcluded-xref-term-embedded{position:relative;padding-left:2.5rem;padding-top:.3rem;padding-bottom:.3rem}dl.terms-and-definitions-list span.transcluded-xref-term::after{content:"";position:absolute;
|
|
11
|
+
.container{min-height:100vh}@media (min-width:768px){.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;z-index:100}}ul.toc{padding:1em 0 1.75em;font-size:.85em}ul.toc,ul.toc ul{margin:0;padding:0;list-style:none}ul.toc li a{display:block;padding:.4em .8em;text-decoration:none;color:var(--toc-text);transition:background .2s ease,padding-left .2s ease,border-left .2s ease;padding-left:.8em;border-left:3px solid transparent;border-bottom:1px solid rgba(0,0,0,.03)}ul.toc ul{margin-left:1.2em!important;margin-top:.3em}ul.toc a:hover{background:#f9f9f9;padding-left:1em;border-left:3px solid #007bff}ul.toc>li>ul>li>a{padding-left:1.5em}ul.toc>li>ul>li>ul>li>a{padding-left:2em}ul.toc a:focus{outline:2px solid #007bff;outline-offset:-2px;box-shadow:0 0 0 3px rgba(0,123,255,.25);position:relative;z-index:1}.powered-by{font-size:.7em}ul.toc li a.active,ul.toc li a[aria-current=page]{border-left:3px solid #007bff;font-weight:500;background:#f0f0f0}ul.toc li:last-child a{border-bottom:none}#toc ul li{position:relative}#toc ul li.has-children{position:relative}.collapse-toggle{position:absolute;top:.35em;right:0;width:28px;height:28px;background:0 0;border:1px solid transparent;border-radius:3px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,border-color .2s;z-index:2}.collapse-toggle:hover{background-color:rgba(0,0,0,.05)}.collapse-toggle:focus{outline:2px solid #007bff;outline-offset:1px;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.collapse-toggle::after{content:"";border-style:solid;border-width:.15em .15em 0 0;display:inline-block;height:.5em;width:.5em;position:relative;transform:rotate(135deg);transition:transform .2s ease}.collapse-toggle.collapsed::after{transform:rotate(45deg)}#toc ul li.has-children>ul{max-height:1000px;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;opacity:1}#toc ul li.has-children.collapsed>ul{max-height:0;overflow:hidden;opacity:.6}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{width:auto;height:auto;clip:auto;display:block;padding:15px 23px 14px;background-color:#fff;color:#007bff;z-index:100000;font-size:1em;font-weight:700;text-decoration:none;line-height:normal;box-shadow:0 0 2px 2px rgba(0,0,0,.2)}
|
|
12
|
+
h2,h3,h4,h5,h6{margin-top:1.5em!important}#terminology-section-utility-container{display:flex;flex-wrap:wrap;justify-content:center;margin:1em auto;padding:0;width:100%}@media (min-width:576px){#terminology-section-utility-container{position:sticky;top:3.5em;z-index:10}}.toc-anchor{font-size:.875em;color:#73c2df;text-decoration:none;transition:opacity .3s ease}.toc-anchor:hover{opacity:1}dl.terms-and-definitions-list{margin:0;padding:0;position:relative;z-index:1}dl.terms-and-definitions-list>dt{font-weight:700;margin:0;background-color:var(--card-bg-dt);border:1px solid var(--card-border);padding:.5rem 1.25rem;border-radius:.375rem .375rem 0 0;color:var(--card-text);position:relative;line-height:1.5;font-size:1.05em;align-items:center}dl.terms-and-definitions-list>dt>span{margin-right:1.5em}dl.terms-and-definitions-list>dt .btn{font-size:1.2em!important}dl.terms-and-definitions-list>dt:hover{background-color:var(--card-hover-bg);transition:background-color .2s ease-in-out}dl.terms-and-definitions-list>dd{margin:0;background-color:var(--card-bg);border:1px solid var(--card-border);border-top:none;padding:.5rem 2rem;color:var(--card-text);width:100%;position:relative}dl.terms-and-definitions-list dd p{margin:0;color:var(--card-text);padding-left:.5rem}dl.terms-and-definitions-list>dd::before{display:none}dl.terms-and-definitions-list dd table{margin:.5em 0;width:100%;border-collapse:collapse}dl.terms-and-definitions-list dd table td,dl.terms-and-definitions-list dd table th{padding:.5em;border:1px solid #ddd}dl.terms-and-definitions-list dd table th{background-color:#f5f5f5}dl>dd:has(table).meta-info-content-wrapper{display:block;font-size:.7em;position:relative;max-height:none;height:auto;overflow:visible;transition:all .3s ease-out}dl>dd:has(table).meta-info-content-wrapper td,dl>dd:has(table).meta-info-content-wrapper th{padding:.3em}dl>dd:has(table).collapsed.meta-info-content-wrapper{max-height:0;height:0;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;overflow:hidden;transition:all .3s ease-out;line-height:0}dl>dd:has(table).meta-info-content-wrapper>div{display:block;padding:inherit}.meta-info-toggle-button{position:relative;cursor:pointer}dl.terms-and-definitions-list dt+dd{border-bottom:none}dl.terms-and-definitions-list dd+dd{border-top:none;border-bottom:none}dl.terms-and-definitions-list dd+dt{margin-top:1rem}dl.terms-and-definitions-list dd.last-dd{border-radius:0 0 .375rem .375rem;border-bottom:1px solid var(--card-border)}html.dense-info dl.terms-and-definitions-list>dt{padding:.1rem 1.25rem;display:block;line-height:inherit;font-size:inherit}html.dense-info dl.terms-and-definitions-list dd+dt{margin-top:.3rem}html.dense-info dl.terms-and-definitions-list>dt::before{display:none}html.dense-info dl.terms-and-definitions-list>dt>span{margin-right:0}.transcluded-xref-term{position:relative}dd.transcluded-xref-term,dt.transcluded-xref-term{background:#a9dde03b!important}.btn{font-variant:small-caps;text-transform:uppercase;position:relative;z-index:5}.collapse-all-defs-button{float:right}.transclusion-heading{font-size:1.3em;font-weight:700;margin:.2em 0 .2em}dl.terms-and-definitions-list>dd.transcluded-xref-term-embedded{position:relative;padding-left:2.5rem;padding-top:.3rem;padding-bottom:.3rem}dl.terms-and-definitions-list span.transcluded-xref-term::after{content:"";position:absolute;top:50%;transform:translateY(-50%);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;width:.8rem;height:.8rem;left:.2rem}dl.terms-and-definitions-list span.transcluded-xref-term{padding-left:1.5rem;display:inline-block}.placeholder-tref{display:none}.no-xref-found-message{background:#f8c481;color:#03365f;margin:0 .5em;padding:0 .8em;border-radius:.25rem;font-size:.8rem;font-variant:small-caps;text-transform:uppercase}
|
|
13
13
|
.btn{font-size:.7em!important;margin:0 0 0 .5em!important}
|
|
14
14
|
.highlight-matches-search-h7vc6omi2hr2880{font-size:1em;outline:3px solid #1d6dae39;outline-offset:5px;transition:outline .3s ease-in-out}.highlight-matches-search-h7vc6omi2hr2880.active{outline:3px solid #1d6dae;transition:outline .3s ease-in-out}.highlight-matches-DIF-search-h7vc6omi2hr2880{background-color:#1d6dae11}.highlight-matches-ToIP-search-h7vc6omi2hr2880{background-color:#a9dde0b0}.highlight-matches-BTC-search-h7vc6omi2hr2880{background-color:#f19019a1}.highlight-matches-KERI-search-h7vc6omi2hr2880{background-color:#b5d070d5}.highlight-matches-SSI-search-h7vc6omi2hr2880{background-color:#ff0}.highlight-matches-GLEIF-search-h7vc6omi2hr2880{background-color:#52dac6a6}
|
|
15
15
|
.highlight-cfib41dyhcd99sm{background-color:#1d6dae11}
|
|
16
|
-
#back-to-top-a1zncgtqfpzsig8{position:fixed;bottom:20px;text-decoration:none;left:calc(100% - 1.8em);width:1.5em;height:1.5em;margin:0;padding:0;background-color:#1e6eae;
|
|
16
|
+
#back-to-top-a1zncgtqfpzsig8{position:fixed;bottom:20px;text-decoration:none;left:calc(100% - 1.8em);width:1.5em;height:1.5em;margin:0;padding:0;background-color:#1e6eae;border-radius:50px;text-align:center;font-size:30px;color:#fff;box-shadow:0 0 1.3px rgba(0,0,0,.07),0 0 3.6px rgba(0,0,0,.1),0 0 8.7px rgba(0,0,0,.13),0 0 29px rgba(0,0,0,.2);cursor:pointer;border:none;display:none;align-items:center;justify-content:center;z-index:2}
|
|
17
17
|
@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:0;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}
|
|
18
18
|
#content dl dd.hidden{display:none}#content dl dd.visible{display:block}.collapse-all-defs-button{float:right}
|
|
19
19
|
.hide-local-terms #content dl.terms-and-definitions-list>dd:not(.transcluded-xref-term),.hide-local-terms #content dl.terms-and-definitions-list>dt:not(.transcluded-xref-term){display:none!important}.hide-external-terms #content dl.terms-and-definitions-list>dd.transcluded-xref-term,.hide-external-terms #content dl.terms-and-definitions-list>dt.transcluded-xref-term{display:none!important}
|
|
@@ -23,5 +23,5 @@ h2,h3,h4,h5,h6{margin-top:1.5em!important}#terminology-section-utility-container
|
|
|
23
23
|
.loader{width:20px;height:20px;margin:auto;display:block;text-align:center;border:8px solid #ccc;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite}.loadertext{text-align:center;margin:.5em 0}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
|
|
24
24
|
article a[href^="https://"]:not(.btn)::after,article a[href^=http]:not(.btn)::after{content:'';width:12px;height:12px;margin-left:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block}
|
|
25
25
|
#repo_issues>header{background:#eee;border-bottom:1px solid #ddd}#repo_issues>header span:first-of-type{font-weight:700;padding-top:.1em}#repo_issues>header .repo-issue-toggle{margin-left:auto;color:inherit;font-weight:700;text-decoration:none}#repo_issue_list{list-style:none;margin:0;padding:0 1.25em 1.25em;font-size:.85em;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}#repo_issue_list::-webkit-scrollbar{display:none}#repo_issue_list:empty:before{content:"No issues found";display:block;text-align:center;font-size:1.1em;color:#aaa;margin:1em 0 0}.repo-issue detail-box{display:flex;flex-direction:column;padding:1em 0;border-bottom:1px solid #ddd}.repo-issue detail-box>section{order:1}.repo-issue detail-box>section:empty+.repo-issue-title [detail-box-toggle]{display:none}.repo-issue-title{display:flex;align-items:center}.repo-issue-link{flex:1;margin:0 0 0 .5em}.repo-issue-number{height:1em;margin:0 .4em 0 0;padding:.3em .25em 0;border-radius:3px;font-weight:700;background:#eee;border:1px solid #ddd;text-align:center;line-height:1em}.repo-issue-number:before{content:"#";font-weight:400;margin:0 .1em 0 0}.repo-issue [detail-box-toggle]{margin:0 0 0 1em;opacity:.35;transition:opacity .4s}.repo-issue [detail-box-toggle]:hover,.repo-issue detail-box[open] [detail-box-toggle]{opacity:1}
|
|
26
|
-
.adjust-font-size #decreaseBtn{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink"><text x="50%" y="50%" font-family="Times New Roman" font-size="50" fill="black" dominant-baseline="middle" text-anchor="middle">A</text></svg>') no-repeat center;background-color:#a9dde0;padding:14px 14px}.adjust-font-size #increaseBtn{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink"><text x="50%" y="50%" font-family="Times New Roman" font-size="80" fill="black" dominant-baseline="middle" text-anchor="middle">A</text></svg>') no-repeat center;background-color:#a9dde0;padding:14px 14px
|
|
27
|
-
:target{scroll-margin-top:calc(50vh)}body:not([hashscroll]) :target{animation:highlight-target 3.5s .25s ease}body:not([hashscroll]) dt:has(:target){animation:highlight-target-parent-dt 3.5s .25s ease}svg[icon]{width:1.25em;height:1.25em;vertical-align:text-top}@keyframes highlight-target{50%{background-color:#ff0}}@keyframes highlight-target-parent-dt{50%{background-color:#ff0;border:1px solid #00c8ff}}#svg{display:none}main *{overflow-wrap:anywhere;word-break:normal}.table-responsive{overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}.table-responsive *{overflow-wrap:normal!important;word-break:normal!important;white-space:nowrap!important}dd td img{max-width:30px}.notice{margin:1em 0;padding:.5em .9em .55em .65em;border-left:.5em solid}.notice p{margin:.4em 0 0}.note{background:#e9fbe9;border-color:#52e052}.note .notice-link{display:block;color:#178217}.issue{background:#e9f0fb;border-color:#527fe0}.issue .notice-link:before{display:block;color:#1e4cae}.warning{background:#fbe9e9;border-color:#e05252}.warning .notice-link{display:block;color:#ae1e1e}.example{color:#cebe00;background:#1a1e23;border-left:.5em solid}.example .notice-link{display:block;color:inherit;font-size:1.1em;font-family:Heebo,
|
|
26
|
+
.adjust-font-size #decreaseBtn{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink"><text x="50%" y="50%" font-family="Times New Roman" font-size="50" fill="black" dominant-baseline="middle" text-anchor="middle">A</text></svg>') no-repeat center;background-color:#a9dde0;padding:14px 14px;border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0}.adjust-font-size #increaseBtn{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink"><text x="50%" y="50%" font-family="Times New Roman" font-size="80" fill="black" dominant-baseline="middle" text-anchor="middle">A</text></svg>') no-repeat center;background-color:#a9dde0;padding:14px 14px;border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px;margin-left:-1px!important}.adjust-font-size.btn-group{display:inline-flex}.adjust-font-size.btn-group .btn{position:relative}
|
|
27
|
+
:target{scroll-margin-top:calc(50vh)}body:not([hashscroll]) :target{animation:highlight-target 3.5s .25s ease}body:not([hashscroll]) dt:has(:target){animation:highlight-target-parent-dt 3.5s .25s ease}svg[icon]{width:1.25em;height:1.25em;vertical-align:text-top}@keyframes highlight-target{50%{background-color:#ff0}}@keyframes highlight-target-parent-dt{50%{background-color:#ff0;border:1px solid #00c8ff}}#svg{display:none}main *{overflow-wrap:anywhere;word-break:normal}.table-responsive{overflow-x:auto!important;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}.table-responsive *{overflow-wrap:normal!important;word-break:normal!important;white-space:nowrap!important}dd td img{max-width:30px}.notice{margin:1em 0;padding:.5em .9em .55em .65em;border-left:.5em solid}.notice p{margin:.4em 0 0}.note{background:#e9fbe9;border-color:#52e052}.note .notice-link{display:block;color:#178217}.issue{background:#e9f0fb;border-color:#527fe0}.issue .notice-link:before{display:block;color:#1e4cae}.warning{background:#fbe9e9;border-color:#e05252}.warning .notice-link{display:block;color:#ae1e1e}.example{color:#cebe00;background:#1a1e23;border-left:.5em solid}.example .notice-link{display:block;color:inherit;font-size:1.1em;font-family:Heebo,sans-serif}.example pre[class*=language-]{padding:0;border-radius:0}.todo{background:#fbe4ff;border-color:#9700e2}.todo .notice-link{display:block;color:#6d00a2}.alert-primary{background-color:#f9fcff;border-color:#b2ebf2;color:#00838f}.alert-secondary{background-color:#f5f5f5;border-color:#e0e0e0;color:#616161}.alert-success{background-color:#e8f5e9;border-color:#c8e6c9;color:#388e3c}.alert-danger{background-color:#ffebee;border-color:#ef9a9a;color:#d32f2f}.alert-warning{background-color:#fffde7;border-color:#fff9c4;color:#f9a825}.alert-info{background-color:#e1f5fe;border-color:#b3e5fc;color:#0288d1}.alert-light{background-color:#f9f9f9;border-color:#eee;color:#424242}.alert-dark{background-color:#e0e0e0;border-color:#bdbdbd;color:#212121}.alert a{color:inherit;font-weight:700}.alert-primary a{color:#006064}.alert-success a{color:#2e7d32}.alert-danger a{color:#b71c1c}.alert-warning a{color:#f57f17}.alert-info a{color:#01579b}.alert-dark a{color:#000}[data-bs-theme=dark] .alert-primary{background-color:#004d40;border-color:#00695c;color:#b2dfdb}[data-bs-theme=dark] .alert-secondary{background-color:#424242;border-color:#616161;color:#e0e0e0}[data-bs-theme=dark] .alert-success{background-color:#1b5e20;border-color:#2e7d32;color:#a5d6a7}[data-bs-theme=dark] .alert-danger{background-color:#b71c1c;border-color:#c62828;color:#ef9a9a}[data-bs-theme=dark] .alert-warning{background-color:#f57f17;border-color:#ffb300;color:#ffe082}[data-bs-theme=dark] .alert-info{background-color:#01579b;border-color:#0277bd;color:#81d4fa}[data-bs-theme=dark] .alert-light{background-color:#303030;border-color:#424242;color:#e0e0e0}[data-bs-theme=dark] .alert-dark{background-color:#212121;border-color:#424242;color:#bdbdbd}[data-bs-theme=dark] .alert a{color:inherit;font-weight:700}[data-bs-theme=dark] .alert-primary a{color:#80cbc4}[data-bs-theme=dark] .alert-success a{color:#81c784}[data-bs-theme=dark] .alert-danger a{color:#ef5350}[data-bs-theme=dark] .alert-warning a{color:#ffca28}[data-bs-theme=dark] .alert-info a{color:#4fc3f7}[data-bs-theme=dark] .alert-dark a{color:#9e9e9e}#offcanvasSettings .btn-menu-item{border-radius:unset;width:100%;text-align:left;border:1px solid #dee2e6;background-color:var(--card-bg);color:var(--card-text);padding:10px 15px;margin-bottom:5px;transition:background-color .2s ease}#offcanvasSettings .btn-menu-item:hover{background-color:#e9ecef}
|
package/assets/compiled/head.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
function delegateEvent(e,t,n,a={}){return(a.container||document).addEventListener(e,e=>{let a=e.target.closest(t);a&&n(e,a)},a)}skipAnimationFrame=e=>requestAnimationFrame(()=>requestAnimationFrame(e))
|
|
2
|
-
customElements.define("slide-panels",class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.addEventListener("pointerup",e=>{e.target===this&&this.close()})}get active(){return this.getAttribute("open")}toggle(e){this.active===e?this.close():this.open(e)}open(e){this.setAttribute("open",e)}close(){this.removeAttribute("open")}attributeChangedCallback(e,t,
|
|
1
|
+
function delegateEvent(e,t,n,a={}){return(a.container||document).addEventListener(e,(e=>{let a=e.target.closest(t);a&&n(e,a)}),a)}const skipAnimationFrame=e=>requestAnimationFrame((()=>requestAnimationFrame(e))),domReady=new Promise((e=>{document.addEventListener("DOMContentLoaded",(t=>e()))}));
|
|
2
|
+
customElements.define("slide-panels",class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.addEventListener("pointerup",(e=>{e.target===this&&this.close()}))}get active(){return this.getAttribute("open")}toggle(e){this.active===e?this.close():this.open(e)}open(e){this.setAttribute("open",e)}close(){this.removeAttribute("open")}attributeChangedCallback(e,t,i){if("open"===e)for(let e of this.children)e.id===i?e.setAttribute("open",""):e.removeAttribute("open","")}}),customElements.define("detail-box",class extends HTMLElement{static get observedAttributes(){return["open"]}constructor(){super(),this.addEventListener("pointerup",(e=>{e.target.hasAttribute("detail-box-toggle")&&(e.stopPropagation(),this.toggle())})),this.addEventListener("transitionend",(e=>{let t=e.target;t.parentElement===this&&"SECTION"===t.tagName&&"height"===e.propertyName&&(t.style.height=this.hasAttribute("open")?"auto":null)}))}toggle(){this.toggleAttribute("open")}attributeChangedCallback(e,t,i){if("open"===e)for(let e of this.children)"SECTION"===e.tagName&&(null!==i?e.offsetHeight<e.scrollHeight&&(e.style.height=e.scrollHeight+"px"):e.offsetHeight>0&&(e.style.height=e.offsetHeight+"px",e.style.height=0))}}),customElements.define("tab-panels",class extends HTMLElement{constructor(){super(),delegateEvent("click","tab-panels > nav > *",((e,t)=>{let i=t.parentElement;i.parentElement===this&&this.setAttribute("selected-index",Array.prototype.indexOf.call(i.children,t))}),{container:this,passive:!0})}static get observedAttributes(){return["selected-index"]}attributeChangedCallback(e,t,i){domReady.then((()=>{if("selected-index"===e){let e=i||0,t=this.querySelector("nav");if(t.parentElement===this){let i=t.children,s=i[e];for(let e of i)e.removeAttribute("selected");s&&s.setAttribute("selected","");let r=Array.prototype.filter.call(this.children,(e=>{if("SECTION"===e.tagName)return e.removeAttribute("selected"),!0}))[e];r&&r.setAttribute("selected","")}}}))}});
|
|
3
3
|
/*!
|
|
4
4
|
* Color mode toggler for Bootstrap's docs (https://getbootstrap.com/)
|
|
5
5
|
* Copyright 2011-2024 The Bootstrap Authors
|
|
6
6
|
* Licensed under the Creative Commons Attribution 3.0 Unported License.
|
|
7
7
|
*/
|
|
8
|
-
(()=>{"use strict";const e=()=>localStorage.getItem("theme"),t=()=>{const t=e();return t||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")},a=e=>{"auto"===e?document.documentElement.setAttribute("data-bs-theme",window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"):document.documentElement.setAttribute("data-bs-theme",e)};a(t());const r=(e,t=!1)=>{const a=document.querySelector("#bd-theme");if(!a)return;const r=document.querySelector("#bd-theme-text"),c=document.querySelector(".theme-icon-active use"),s=document.querySelector(`[data-bs-theme-value="${e}"]`),o=s.querySelector("svg use").getAttribute("href");document.querySelectorAll("[data-bs-theme-value]").forEach(e=>{e.classList.remove("active"),e.setAttribute("aria-pressed","false")}),s.classList.add("active"),s.setAttribute("aria-pressed","true"),c.setAttribute("href",o);const d=`${r.textContent} (${s.dataset.bsThemeValue})`;a.setAttribute("aria-label",d),t&&a.focus()};window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>{const r=e();"light"!==r&&"dark"!==r&&a(t())}),window.addEventListener("DOMContentLoaded",()=>{r(t()),document.querySelectorAll("[data-bs-theme-value]").forEach(e=>{e.addEventListener("click",()=>{const t=e.getAttribute("data-bs-theme-value");(e=>{localStorage.setItem("theme",e)})(t),a(t),r(t,!0)})})})})();
|
|
8
|
+
(()=>{"use strict";const e=()=>localStorage.getItem("theme"),t=()=>{const t=e();return t||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light")},a=e=>{"auto"===e?document.documentElement.setAttribute("data-bs-theme",window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"):document.documentElement.setAttribute("data-bs-theme",e)};a(t());const r=(e,t=!1)=>{const a=document.querySelector("#bd-theme");if(!a)return;const r=document.querySelector("#bd-theme-text"),c=document.querySelector(".theme-icon-active use"),s=document.querySelector(`[data-bs-theme-value="${e}"]`),o=s.querySelector("svg use").getAttribute("href");document.querySelectorAll("[data-bs-theme-value]").forEach((e=>{e.classList.remove("active"),e.setAttribute("aria-pressed","false")})),s.classList.add("active"),s.setAttribute("aria-pressed","true"),c.setAttribute("href",o);const d=`${r.textContent} (${s.dataset.bsThemeValue})`;a.setAttribute("aria-label",d),t&&a.focus()};window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",(()=>{const r=e();"light"!==r&&"dark"!==r&&a(t())})),window.addEventListener("DOMContentLoaded",(()=>{r(t()),document.querySelectorAll("[data-bs-theme-value]").forEach((e=>{e.addEventListener("click",(()=>{const t=e.getAttribute("data-bs-theme-value");(e=>{localStorage.setItem("theme",e)})(t),a(t),r(t,!0)}))}))}))})();
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
background-color: #a9dde0;
|
|
5
5
|
/* Set background color */
|
|
6
6
|
padding: 14px 14px;
|
|
7
|
+
border-bottom-left-radius: 4px;
|
|
8
|
+
border-bottom-right-radius: 0;
|
|
9
|
+
border-top-left-radius: 4px;
|
|
10
|
+
border-top-right-radius: 0;
|
|
7
11
|
}
|
|
8
12
|
|
|
9
13
|
.adjust-font-size #increaseBtn {
|
|
@@ -11,22 +15,13 @@
|
|
|
11
15
|
background-color: #a9dde0;
|
|
12
16
|
/* Set background color */
|
|
13
17
|
padding: 14px 14px;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/* This should ot be necessary but I can't get it right */
|
|
17
|
-
.adjust-font-size #increaseBtn {
|
|
18
18
|
border-bottom-left-radius: 0;
|
|
19
19
|
border-bottom-right-radius: 4px;
|
|
20
20
|
border-top-left-radius: 0;
|
|
21
21
|
border-top-right-radius: 4px;
|
|
22
|
-
margin-left: -1px !important;
|
|
23
|
-
|
|
22
|
+
margin-left: -1px !important;
|
|
23
|
+
/* Fix the spacing issue between buttons */
|
|
24
24
|
|
|
25
|
-
.adjust-font-size #decreaseBtn {
|
|
26
|
-
border-bottom-left-radius: 4px;
|
|
27
|
-
border-bottom-right-radius: 0;
|
|
28
|
-
border-top-left-radius: 4px;
|
|
29
|
-
border-top-right-radius: 0;
|
|
30
25
|
}
|
|
31
26
|
|
|
32
27
|
/* Ensure the adjust-font-size button group displays buttons tightly together */
|
package/assets/css/backToTop.css
CHANGED
package/assets/css/index.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
*:target {
|
|
2
|
-
/* scroll-margin-top: 160px; */
|
|
3
2
|
scroll-margin-top: calc(50vh);
|
|
4
3
|
/* Matches sticky header height */
|
|
5
4
|
}
|
|
@@ -117,7 +116,7 @@ dd td img {
|
|
|
117
116
|
display: block;
|
|
118
117
|
color: inherit;
|
|
119
118
|
font-size: 1.1em;
|
|
120
|
-
font-family: Heebo,
|
|
119
|
+
font-family: Heebo, sans-serif;
|
|
121
120
|
}
|
|
122
121
|
|
|
123
122
|
.example pre[class*="language-"] {
|
|
@@ -34,10 +34,10 @@ body.pdf-document {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/* Override any Bootstrap container constraints */
|
|
37
|
-
.pdf-document .container,
|
|
38
|
-
.pdf-document .container-sm,
|
|
39
|
-
.pdf-document .container-md,
|
|
40
|
-
.pdf-document .container-lg,
|
|
37
|
+
.pdf-document .container,
|
|
38
|
+
.pdf-document .container-sm,
|
|
39
|
+
.pdf-document .container-md,
|
|
40
|
+
.pdf-document .container-lg,
|
|
41
41
|
.pdf-document .container-xl {
|
|
42
42
|
max-width: 95% !important;
|
|
43
43
|
}
|
|
@@ -63,7 +63,7 @@ body.pdf-document {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/* Code blocks */
|
|
66
|
-
.pdf-document pre,
|
|
66
|
+
.pdf-document pre,
|
|
67
67
|
.pdf-document code {
|
|
68
68
|
white-space: pre-wrap !important;
|
|
69
69
|
word-break: break-word !important;
|
|
@@ -72,30 +72,30 @@ body.pdf-document {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
/* Ensure proper page breaks */
|
|
75
|
-
.pdf-document h1,
|
|
76
|
-
.pdf-document h2,
|
|
77
|
-
.pdf-document h3,
|
|
75
|
+
.pdf-document h1,
|
|
76
|
+
.pdf-document h2,
|
|
77
|
+
.pdf-document h3,
|
|
78
78
|
.pdf-document h4 {
|
|
79
79
|
page-break-after: avoid;
|
|
80
80
|
page-break-inside: avoid;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
.pdf-document table,
|
|
83
|
+
.pdf-document table,
|
|
84
84
|
.pdf-document figure {
|
|
85
85
|
page-break-inside: avoid;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
/* Force any fixed-position elements to static */
|
|
89
|
-
.pdf-document .fixed-top,
|
|
90
|
-
.pdf-document .fixed-bottom,
|
|
91
|
-
.pdf-document .sticky-top,
|
|
92
|
-
.pdf-document .position-fixed,
|
|
89
|
+
.pdf-document .fixed-top,
|
|
90
|
+
.pdf-document .fixed-bottom,
|
|
91
|
+
.pdf-document .sticky-top,
|
|
92
|
+
.pdf-document .position-fixed,
|
|
93
93
|
.pdf-document .position-sticky {
|
|
94
94
|
position: static !important;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
/* Aggressively set all columns to take up more space */
|
|
98
|
-
.pdf-document .col,
|
|
98
|
+
.pdf-document .col,
|
|
99
99
|
.pdf-document [class*="col-"] {
|
|
100
100
|
flex: 0 0 100% !important;
|
|
101
101
|
max-width: 100% !important;
|
|
@@ -105,17 +105,19 @@ body.pdf-document {
|
|
|
105
105
|
|
|
106
106
|
/* ====== DEFINITION LIST STYLING FOR PDF ====== */
|
|
107
107
|
/* Remove background and borders from terms and definitions in PDF */
|
|
108
|
-
.pdf-document dl.terms-and-definitions-list
|
|
109
|
-
.pdf-document dl.terms-and-definitions-list
|
|
108
|
+
.pdf-document dl.terms-and-definitions-list>dt,
|
|
109
|
+
.pdf-document dl.terms-and-definitions-list>dd {
|
|
110
110
|
background-color: transparent !important;
|
|
111
111
|
border: none !important;
|
|
112
112
|
border-radius: 0 !important;
|
|
113
113
|
padding: 0.5rem 0 !important;
|
|
114
114
|
color: #000 !important;
|
|
115
|
+
/* Ensure good page breaks in definition lists */
|
|
116
|
+
page-break-inside: avoid !important;
|
|
115
117
|
}
|
|
116
118
|
|
|
117
119
|
/* Fix spacing between terms */
|
|
118
|
-
.pdf-document dl.terms-and-definitions-list
|
|
120
|
+
.pdf-document dl.terms-and-definitions-list>dt {
|
|
119
121
|
margin-top: 1em !important;
|
|
120
122
|
font-weight: bold !important;
|
|
121
123
|
page-break-after: avoid !important;
|
|
@@ -127,8 +129,8 @@ body.pdf-document {
|
|
|
127
129
|
}
|
|
128
130
|
|
|
129
131
|
/* Always show meta-info content in PDF */
|
|
130
|
-
.pdf-document dl
|
|
131
|
-
.pdf-document dl
|
|
132
|
+
.pdf-document dl>dd.meta-info-content-wrapper,
|
|
133
|
+
.pdf-document dl>dd.collapsed.meta-info-content-wrapper {
|
|
132
134
|
display: block !important;
|
|
133
135
|
max-height: none !important;
|
|
134
136
|
height: auto !important;
|
|
@@ -146,8 +148,8 @@ body.pdf-document {
|
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
/* Remove any other visual indicators that aren't needed in PDF */
|
|
149
|
-
.pdf-document dl.terms-and-definitions-list
|
|
150
|
-
.pdf-document dl.terms-and-definitions-list
|
|
151
|
+
.pdf-document dl.terms-and-definitions-list>dt::before,
|
|
152
|
+
.pdf-document dl.terms-and-definitions-list>dd::before {
|
|
151
153
|
display: none !important;
|
|
152
154
|
}
|
|
153
155
|
|
|
@@ -156,12 +158,6 @@ body.pdf-document {
|
|
|
156
158
|
padding-left: 0 !important;
|
|
157
159
|
}
|
|
158
160
|
|
|
159
|
-
/* Ensure good page breaks in definition lists */
|
|
160
|
-
.pdf-document dl.terms-and-definitions-list > dt,
|
|
161
|
-
.pdf-document dl.terms-and-definitions-list > dd {
|
|
162
|
-
page-break-inside: avoid !important;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
161
|
/* Improve table display in definitions for PDF */
|
|
166
162
|
.pdf-document dl.terms-and-definitions-list dd table {
|
|
167
163
|
margin: 0.5em 0 !important;
|
package/assets/css/search.css
CHANGED
|
@@ -53,6 +53,8 @@ ul.toc li a {
|
|
|
53
53
|
/* Initial padding */
|
|
54
54
|
border-left: 3px solid transparent;
|
|
55
55
|
/* Add transparent border for hover */
|
|
56
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
|
|
57
|
+
/* Add a very subtle bottom border to each list item */
|
|
56
58
|
}
|
|
57
59
|
|
|
58
60
|
/* Indent nested levels for hierarchy */
|
|
@@ -87,7 +89,8 @@ ul.toc a:focus {
|
|
|
87
89
|
outline-offset: -2px;
|
|
88
90
|
box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
89
91
|
position: relative;
|
|
90
|
-
z-index: 1;
|
|
92
|
+
z-index: 1;
|
|
93
|
+
/* Ensure the focus outline is visible */
|
|
91
94
|
}
|
|
92
95
|
|
|
93
96
|
.powered-by {
|
|
@@ -105,11 +108,6 @@ ul.toc li a[aria-current="page"] {
|
|
|
105
108
|
/* Light background for active item */
|
|
106
109
|
}
|
|
107
110
|
|
|
108
|
-
/* Add a very subtle bottom border to each list item */
|
|
109
|
-
ul.toc li a {
|
|
110
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.03);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
111
|
/* Remove bottom border from last list item */
|
|
114
112
|
ul.toc li:last-child a {
|
|
115
113
|
border-bottom: none;
|
|
@@ -133,7 +131,8 @@ ul.toc li:last-child a {
|
|
|
133
131
|
width: 28px;
|
|
134
132
|
height: 28px;
|
|
135
133
|
background: transparent;
|
|
136
|
-
border: 1px solid transparent;
|
|
134
|
+
border: 1px solid transparent;
|
|
135
|
+
/* Border for focus state */
|
|
137
136
|
border-radius: 3px;
|
|
138
137
|
padding: 0;
|
|
139
138
|
display: flex;
|
|
@@ -175,17 +174,19 @@ ul.toc li:last-child a {
|
|
|
175
174
|
}
|
|
176
175
|
|
|
177
176
|
/* Hide submenu when collapsed - with screen reader considerations */
|
|
178
|
-
#toc ul li.has-children
|
|
179
|
-
max-height: 1000px;
|
|
177
|
+
#toc ul li.has-children>ul {
|
|
178
|
+
max-height: 1000px;
|
|
179
|
+
/* Arbitrary large value */
|
|
180
180
|
overflow: hidden;
|
|
181
181
|
transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
182
182
|
opacity: 1;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
#toc ul li.has-children.collapsed
|
|
185
|
+
#toc ul li.has-children.collapsed>ul {
|
|
186
186
|
max-height: 0;
|
|
187
187
|
overflow: hidden;
|
|
188
|
-
opacity: 0.6;
|
|
188
|
+
opacity: 0.6;
|
|
189
|
+
/* Better visual cue that content is hidden */
|
|
189
190
|
}
|
|
190
191
|
|
|
191
192
|
/* Skip to content - accessibility enhancement */
|
|
@@ -196,7 +197,7 @@ ul.toc li:last-child a {
|
|
|
196
197
|
padding: 0;
|
|
197
198
|
margin: -1px;
|
|
198
199
|
overflow: hidden;
|
|
199
|
-
clip: rect(0,0,0,0);
|
|
200
|
+
clip: rect(0, 0, 0, 0);
|
|
200
201
|
white-space: nowrap;
|
|
201
202
|
border: 0;
|
|
202
203
|
}
|
|
@@ -26,7 +26,8 @@ h6 {
|
|
|
26
26
|
#terminology-section-utility-container {
|
|
27
27
|
position: sticky;
|
|
28
28
|
top: 3.5em;
|
|
29
|
-
z-index: 10;
|
|
29
|
+
z-index: 10;
|
|
30
|
+
/* Higher z-index to ensure it stays on top */
|
|
30
31
|
}
|
|
31
32
|
}
|
|
32
33
|
|
|
@@ -47,43 +48,51 @@ dl.terms-and-definitions-list {
|
|
|
47
48
|
margin: 0;
|
|
48
49
|
padding: 0;
|
|
49
50
|
position: relative;
|
|
50
|
-
z-index: 1;
|
|
51
|
+
z-index: 1;
|
|
52
|
+
/* Set a baseline z-index for the whole list */
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
/* ====== DEFAULT STYLING ====== */
|
|
54
56
|
/* Term styling (dt) */
|
|
55
|
-
dl.terms-and-definitions-list
|
|
57
|
+
dl.terms-and-definitions-list>dt {
|
|
56
58
|
font-weight: 700;
|
|
57
59
|
margin: 0;
|
|
58
60
|
background-color: var(--card-bg-dt);
|
|
59
61
|
border: 1px solid var(--card-border);
|
|
60
|
-
padding: 0.5rem 1.25rem;
|
|
62
|
+
padding: 0.5rem 1.25rem;
|
|
63
|
+
/* Increased vertical padding for better readability */
|
|
61
64
|
border-radius: 0.375rem 0.375rem 0 0;
|
|
62
65
|
color: var(--card-text);
|
|
63
|
-
position: relative;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
position: relative;
|
|
67
|
+
/* Position relative for stacking */
|
|
68
|
+
line-height: 1.5;
|
|
69
|
+
/* Improve line spacing */
|
|
70
|
+
font-size: 1.05em;
|
|
71
|
+
/* Slightly larger font for better hierarchy */
|
|
72
|
+
align-items: center;
|
|
73
|
+
/* Vertically center the content */
|
|
67
74
|
}
|
|
68
75
|
|
|
69
76
|
/* This adds spacing between the term text and the buttons */
|
|
70
|
-
dl.terms-and-definitions-list
|
|
71
|
-
margin-right: 1.5em;
|
|
77
|
+
dl.terms-and-definitions-list>dt>span {
|
|
78
|
+
margin-right: 1.5em;
|
|
79
|
+
/* Add spacing to the right of the term text */
|
|
72
80
|
}
|
|
73
81
|
|
|
74
82
|
|
|
75
83
|
/* Increase the size for all buttons in definition terms */
|
|
76
|
-
dl.terms-and-definitions-list
|
|
77
|
-
font-size: 1.2em !important;
|
|
84
|
+
dl.terms-and-definitions-list>dt .btn {
|
|
85
|
+
font-size: 1.2em !important;
|
|
86
|
+
/* Increase button size */
|
|
78
87
|
}
|
|
79
88
|
|
|
80
|
-
dl.terms-and-definitions-list
|
|
89
|
+
dl.terms-and-definitions-list>dt:hover {
|
|
81
90
|
background-color: var(--card-hover-bg);
|
|
82
91
|
transition: background-color 0.2s ease-in-out;
|
|
83
92
|
}
|
|
84
93
|
|
|
85
94
|
/* Definition styling (dd) */
|
|
86
|
-
dl.terms-and-definitions-list
|
|
95
|
+
dl.terms-and-definitions-list>dd {
|
|
87
96
|
margin: 0;
|
|
88
97
|
background-color: var(--card-bg);
|
|
89
98
|
border: 1px solid var(--card-border);
|
|
@@ -102,7 +111,7 @@ dl.terms-and-definitions-list dd p {
|
|
|
102
111
|
}
|
|
103
112
|
|
|
104
113
|
/* Remove the blue line indicator for dd */
|
|
105
|
-
dl.terms-and-definitions-list
|
|
114
|
+
dl.terms-and-definitions-list>dd::before {
|
|
106
115
|
display: none;
|
|
107
116
|
}
|
|
108
117
|
|
|
@@ -173,16 +182,16 @@ dl>dd:has(table).meta-info-content-wrapper>div {
|
|
|
173
182
|
*/
|
|
174
183
|
|
|
175
184
|
/* Borders and spacing between elements */
|
|
176
|
-
dl.terms-and-definitions-list dt
|
|
185
|
+
dl.terms-and-definitions-list dt+dd {
|
|
177
186
|
border-bottom: none;
|
|
178
187
|
}
|
|
179
188
|
|
|
180
|
-
dl.terms-and-definitions-list dd
|
|
189
|
+
dl.terms-and-definitions-list dd+dd {
|
|
181
190
|
border-top: none;
|
|
182
191
|
border-bottom: none;
|
|
183
192
|
}
|
|
184
193
|
|
|
185
|
-
dl.terms-and-definitions-list dd
|
|
194
|
+
dl.terms-and-definitions-list dd+dt {
|
|
186
195
|
margin-top: 1rem;
|
|
187
196
|
}
|
|
188
197
|
|
|
@@ -194,9 +203,10 @@ dl.terms-and-definitions-list dd.last-dd {
|
|
|
194
203
|
|
|
195
204
|
/* ====== DENSE INFO STYLING ====== */
|
|
196
205
|
/* Apply original, more condensed styling when the html element has class "dense-info" */
|
|
197
|
-
html.dense-info dl.terms-and-definitions-list
|
|
206
|
+
html.dense-info dl.terms-and-definitions-list>dt {
|
|
198
207
|
padding: 0.1rem 1.25rem;
|
|
199
|
-
display: block;
|
|
208
|
+
display: block;
|
|
209
|
+
/* Revert from flexbox to block */
|
|
200
210
|
line-height: inherit;
|
|
201
211
|
font-size: inherit;
|
|
202
212
|
}
|
|
@@ -205,12 +215,14 @@ html.dense-info dl.terms-and-definitions-list dd+dt {
|
|
|
205
215
|
margin-top: 0.3rem;
|
|
206
216
|
}
|
|
207
217
|
|
|
208
|
-
html.dense-info dl.terms-and-definitions-list
|
|
209
|
-
display: none;
|
|
218
|
+
html.dense-info dl.terms-and-definitions-list>dt::before {
|
|
219
|
+
display: none;
|
|
220
|
+
/* Remove the blue indicator bar */
|
|
210
221
|
}
|
|
211
222
|
|
|
212
|
-
html.dense-info dl.terms-and-definitions-list
|
|
213
|
-
margin-right: 0;
|
|
223
|
+
html.dense-info dl.terms-and-definitions-list>dt>span {
|
|
224
|
+
margin-right: 0;
|
|
225
|
+
/* Remove spacing for term text */
|
|
214
226
|
}
|
|
215
227
|
|
|
216
228
|
/* ====== TRANSCLUSIONS STYLING ====== */
|
|
@@ -229,7 +241,8 @@ dd.transcluded-xref-term {
|
|
|
229
241
|
font-variant: small-caps;
|
|
230
242
|
text-transform: uppercase;
|
|
231
243
|
position: relative;
|
|
232
|
-
z-index: 5;
|
|
244
|
+
z-index: 5;
|
|
245
|
+
/* Higher z-index for all buttons */
|
|
233
246
|
}
|
|
234
247
|
|
|
235
248
|
.collapse-all-defs-button {
|
|
@@ -243,7 +256,7 @@ dd.transcluded-xref-term {
|
|
|
243
256
|
}
|
|
244
257
|
|
|
245
258
|
/* Embedded transclusions in definition lists */
|
|
246
|
-
dl.terms-and-definitions-list
|
|
259
|
+
dl.terms-and-definitions-list>dd.transcluded-xref-term-embedded {
|
|
247
260
|
position: relative;
|
|
248
261
|
padding-left: 2.5rem;
|
|
249
262
|
padding-top: 0.3rem;
|
|
@@ -254,15 +267,15 @@ dl.terms-and-definitions-list > dd.transcluded-xref-term-embedded {
|
|
|
254
267
|
dl.terms-and-definitions-list span.transcluded-xref-term::after {
|
|
255
268
|
content: "";
|
|
256
269
|
position: absolute;
|
|
257
|
-
left: 0.5rem;
|
|
258
270
|
top: 50%;
|
|
259
|
-
width: 1rem;
|
|
260
|
-
height: 1rem;
|
|
261
271
|
transform: translateY(-50%);
|
|
262
272
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-box-arrow-right' viewBox='0 0 16 16' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
|
|
263
273
|
background-size: contain;
|
|
264
274
|
background-repeat: no-repeat;
|
|
265
275
|
background-position: center;
|
|
276
|
+
width: 0.8rem;
|
|
277
|
+
height: 0.8rem;
|
|
278
|
+
left: 0.2rem;
|
|
266
279
|
}
|
|
267
280
|
|
|
268
281
|
/* Inline span styling for transclusions */
|
|
@@ -271,12 +284,6 @@ dl.terms-and-definitions-list span.transcluded-xref-term {
|
|
|
271
284
|
display: inline-block;
|
|
272
285
|
}
|
|
273
286
|
|
|
274
|
-
dl.terms-and-definitions-list span.transcluded-xref-term::after {
|
|
275
|
-
width: 0.8rem;
|
|
276
|
-
height: 0.8rem;
|
|
277
|
-
left: 0.2rem;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
287
|
.placeholder-tref {
|
|
281
288
|
display: none;
|
|
282
289
|
}
|
|
@@ -292,5 +299,4 @@ dl.terms-and-definitions-list span.transcluded-xref-term::after {
|
|
|
292
299
|
font-size: 0.8rem;
|
|
293
300
|
font-variant: small-caps;
|
|
294
301
|
text-transform: uppercase;
|
|
295
|
-
}
|
|
296
|
-
|
|
302
|
+
}
|
|
@@ -13,7 +13,8 @@ function addHrefToSnapshotLink() {
|
|
|
13
13
|
const currentUrl = window.location.href;
|
|
14
14
|
|
|
15
15
|
// Regex to match up to and including the 'versions/' directory (if it exists)
|
|
16
|
-
const
|
|
16
|
+
const versionsRegex = new RegExp('^(https?://[^/]+(?:/[^/]+)*)/versions/(?:[^/]+/)?');
|
|
17
|
+
const versionsMatch = versionsRegex.exec(currentUrl);
|
|
17
18
|
|
|
18
19
|
// If we are already in the 'versions' directory or deeper, strip down to 'versions/'
|
|
19
20
|
// Otherwise, append '/versions/' to the current directory
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
function adjustFontSize() {
|
|
8
8
|
const body = document.body;
|
|
9
|
-
const DEFAULT_SIZE = parseFloat(window.getComputedStyle(body).fontSize); // Define default font size for reset
|
|
10
9
|
|
|
11
10
|
function adjust(change) {
|
|
12
11
|
// Get current font size from body (in pixels)
|
|
@@ -21,17 +20,9 @@ function adjustFontSize() {
|
|
|
21
20
|
}
|
|
22
21
|
}
|
|
23
22
|
|
|
24
|
-
function reset() {
|
|
25
|
-
const body = document.body;
|
|
26
|
-
|
|
27
|
-
// Set font size to default value
|
|
28
|
-
body.style.fontSize = `${DEFAULT_SIZE}px`;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
23
|
// Add event listeners to buttons
|
|
32
24
|
document.getElementById('decreaseBtn').addEventListener('click', () => adjust(-2));
|
|
33
25
|
document.getElementById('increaseBtn').addEventListener('click', () => adjust(2));
|
|
34
|
-
// document.getElementById('resetBtn').addEventListener('click', reset);
|
|
35
26
|
}
|
|
36
27
|
|
|
37
28
|
document.addEventListener("DOMContentLoaded", function () {
|
|
@@ -12,7 +12,7 @@ function createAlphabetIndex() {
|
|
|
12
12
|
|
|
13
13
|
dtElements.forEach(dt => {
|
|
14
14
|
const span = dt.querySelector("span");
|
|
15
|
-
if (span
|
|
15
|
+
if (span?.id) {
|
|
16
16
|
const termId = span.id;
|
|
17
17
|
const firstChar = termId.charAt(termId.indexOf("term:") + 5).toUpperCase();
|
|
18
18
|
if (!alphabetIndex[firstChar]) {
|