diff --git a/README.md b/README.md index c063168..1a90afe 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,17 @@ npm run check # typecheck + unit tests + build + size budget + bundle smoke + The documentation site in `docs/` dogfoods Summit and deploys to GitHub Pages. +## Sponsors + +

+ + + + NodeMaven + + +

+ ## License MIT diff --git a/docs/advanced-data/index.html b/docs/advanced-data/index.html index eed341e..a44ba78 100644 --- a/docs/advanced-data/index.html +++ b/docs/advanced-data/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/advanced-evaluator/index.html b/docs/advanced-evaluator/index.html index e9de224..3d6c0bf 100644 --- a/docs/advanced-evaluator/index.html +++ b/docs/advanced-evaluator/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/advanced-extending/index.html b/docs/advanced-extending/index.html index 742fd28..25380a2 100644 --- a/docs/advanced-extending/index.html +++ b/docs/advanced-extending/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/advanced-migrating/index.html b/docs/advanced-migrating/index.html index a74b846..018520e 100644 --- a/docs/advanced-migrating/index.html +++ b/docs/advanced-migrating/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/advanced-reactivity/index.html b/docs/advanced-reactivity/index.html index 0e5ac87..bd4e7bf 100644 --- a/docs/advanced-reactivity/index.html +++ b/docs/advanced-reactivity/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/assets/docs.css b/docs/assets/docs.css index 2cf561f..8917a48 100644 --- a/docs/assets/docs.css +++ b/docs/assets/docs.css @@ -216,3 +216,26 @@ kbd { font-family: var(--mono); font-size: 0.75rem; border: 1px solid var(--bord .top-cta { padding: 0 0.5rem; } } @media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto; } } + +/* ---------- sponsors modal ---------- */ +.sponsor-root [s-cloak], .sponsor-root[s-cloak] { display: none; } +.sponsor-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(2, 6, 23, 0.55); backdrop-filter: blur(3px); } +.sponsor-panel { position: fixed; z-index: 91; top: 50%; left: 50%; transform: translate(-50%, -50%); + width: min(92vw, 380px); background: var(--surface); border: 1px solid var(--border); border-radius: 16px; + padding: 32px 36px 28px; text-align: center; box-shadow: 0 24px 70px rgba(2, 6, 23, 0.45); } +.sponsor-close { position: absolute; top: 10px; right: 14px; border: 0; background: none; color: var(--faint); + font-size: 22px; line-height: 1; cursor: pointer; } +.sponsor-close:hover { color: var(--text); } +.sponsor-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; } +.sponsor-logo { display: inline-flex; align-items: center; opacity: 0.95; transition: opacity 0.15s; } +.sponsor-logo:hover { opacity: 1; } +.sponsor-logo img { width: auto; } +.sponsor-note { margin-top: 18px; font-size: 12.5px; line-height: 1.55; color: var(--muted); } +.s-logo-dark { display: none; } +.s-logo-light { display: block; } +:root[data-theme="dark"] .s-logo-dark { display: block; } +:root[data-theme="dark"] .s-logo-light { display: none; } +@media (prefers-color-scheme: dark) { + :root:not([data-theme="light"]) .s-logo-dark { display: block; } + :root:not([data-theme="light"]) .s-logo-light { display: none; } +} diff --git a/docs/assets/sponsors/nodemaven-dark.svg b/docs/assets/sponsors/nodemaven-dark.svg new file mode 100644 index 0000000..68c95b0 --- /dev/null +++ b/docs/assets/sponsors/nodemaven-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/assets/sponsors/nodemaven-light.svg b/docs/assets/sponsors/nodemaven-light.svg new file mode 100644 index 0000000..71a0e73 --- /dev/null +++ b/docs/assets/sponsors/nodemaven-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/comp-accordion/index.html b/docs/comp-accordion/index.html index a808c54..58cceb9 100644 --- a/docs/comp-accordion/index.html +++ b/docs/comp-accordion/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-alert/index.html b/docs/comp-alert/index.html index 005ead2..e487ff7 100644 --- a/docs/comp-alert/index.html +++ b/docs/comp-alert/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-avatar/index.html b/docs/comp-avatar/index.html index e93a82b..9bb9349 100644 --- a/docs/comp-avatar/index.html +++ b/docs/comp-avatar/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-badge/index.html b/docs/comp-badge/index.html index cbcf87c..1c5e746 100644 --- a/docs/comp-badge/index.html +++ b/docs/comp-badge/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-breadcrumb/index.html b/docs/comp-breadcrumb/index.html index 9f82b61..1c94a82 100644 --- a/docs/comp-breadcrumb/index.html +++ b/docs/comp-breadcrumb/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-button/index.html b/docs/comp-button/index.html index bc6049d..93c8cb0 100644 --- a/docs/comp-button/index.html +++ b/docs/comp-button/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/comp-card/index.html b/docs/comp-card/index.html index 617f5ac..acc8cce 100644 --- a/docs/comp-card/index.html +++ b/docs/comp-card/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-checkbox/index.html b/docs/comp-checkbox/index.html index 96aa2ff..34878ba 100644 --- a/docs/comp-checkbox/index.html +++ b/docs/comp-checkbox/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-dialog/index.html b/docs/comp-dialog/index.html index ec18b3c..ebe774c 100644 --- a/docs/comp-dialog/index.html +++ b/docs/comp-dialog/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-input/index.html b/docs/comp-input/index.html index ce6bdb7..16227b2 100644 --- a/docs/comp-input/index.html +++ b/docs/comp-input/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-menu/index.html b/docs/comp-menu/index.html index 8453806..fd39f3f 100644 --- a/docs/comp-menu/index.html +++ b/docs/comp-menu/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-pagination/index.html b/docs/comp-pagination/index.html index c312600..4f4d7ef 100644 --- a/docs/comp-pagination/index.html +++ b/docs/comp-pagination/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/comp-popover/index.html b/docs/comp-popover/index.html index 3738565..9420007 100644 --- a/docs/comp-popover/index.html +++ b/docs/comp-popover/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-progress/index.html b/docs/comp-progress/index.html index 977360c..ca89763 100644 --- a/docs/comp-progress/index.html +++ b/docs/comp-progress/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-select/index.html b/docs/comp-select/index.html index 85c23eb..dac7986 100644 --- a/docs/comp-select/index.html +++ b/docs/comp-select/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-switch/index.html b/docs/comp-switch/index.html index 450d855..709d266 100644 --- a/docs/comp-switch/index.html +++ b/docs/comp-switch/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-tabs/index.html b/docs/comp-tabs/index.html index 48abdc2..27b4bb0 100644 --- a/docs/comp-tabs/index.html +++ b/docs/comp-tabs/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-toast/index.html b/docs/comp-toast/index.html index 52da9fe..34ca346 100644 --- a/docs/comp-toast/index.html +++ b/docs/comp-toast/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/comp-tooltip/index.html b/docs/comp-tooltip/index.html index b289513..3e58a6b 100644 --- a/docs/comp-tooltip/index.html +++ b/docs/comp-tooltip/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/components/index.html b/docs/components/index.html index 1b6f437..9f3dcbc 100644 --- a/docs/components/index.html +++ b/docs/components/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/events/index.html b/docs/events/index.html index 1db7fbe..fbed652 100644 --- a/docs/events/index.html +++ b/docs/events/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/forms/index.html b/docs/forms/index.html index ce5a159..20ab127 100644 --- a/docs/forms/index.html +++ b/docs/forms/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-bind/index.html b/docs/globals-bind/index.html index b85c3c4..373be6f 100644 --- a/docs/globals-bind/index.html +++ b/docs/globals-bind/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-data/index.html b/docs/globals-data/index.html index b70ac25..c762089 100644 --- a/docs/globals-data/index.html +++ b/docs/globals-data/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-directive/index.html b/docs/globals-directive/index.html index 98b5668..2b04dfb 100644 --- a/docs/globals-directive/index.html +++ b/docs/globals-directive/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-magic/index.html b/docs/globals-magic/index.html index c6c1b0b..a0b50ae 100644 --- a/docs/globals-magic/index.html +++ b/docs/globals-magic/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-plugin/index.html b/docs/globals-plugin/index.html index df97b69..b9ed1d5 100644 --- a/docs/globals-plugin/index.html +++ b/docs/globals-plugin/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-start/index.html b/docs/globals-start/index.html index 12823d0..9c357c2 100644 --- a/docs/globals-start/index.html +++ b/docs/globals-start/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/globals-store/index.html b/docs/globals-store/index.html index 1755269..8cbf588 100644 --- a/docs/globals-store/index.html +++ b/docs/globals-store/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/index.html b/docs/index.html index 779289b..75e6734 100644 --- a/docs/index.html +++ b/docs/index.html @@ -101,8 +101,8 @@ .nav-right { position: relative; margin-left: auto; display: inline-flex; align-items: center; gap: 0.55rem; } .nav-a { color: var(--muted); font-weight: 550; font-size: 0.95rem; padding: 0 0.4rem; white-space: nowrap; } .nav-a:hover { color: var(--text); text-decoration: none; } - .nav-links { display: inline-flex; align-items: center; gap: 0.55rem; } - .nav-burger { display: none; } + .nav-links { display: none; } + .nav-burger { display: grid; } .nav-scrim { display: none; position: fixed; inset: 64px 0 0 0; z-index: 44; } .nav-scrim.is-open { display: block; } .nav-menu { display: none; position: absolute; top: calc(100% + 10px); right: 0; z-index: 60; @@ -305,6 +305,28 @@ .foot-motto { font-family: var(--font); font-weight: 750; color: var(--text); letter-spacing: -0.01em; } .foot-motto .nat { color: var(--accent); } @media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto; } .dot-pulse::after, .spinner { animation: none; } } + + /* ---------- sponsors modal ---------- */ + .sponsor-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(2, 6, 23, 0.55); backdrop-filter: blur(3px); } + .sponsor-panel { position: fixed; z-index: 91; top: 50%; left: 50%; transform: translate(-50%, -50%); + width: min(92vw, 380px); background: var(--surface); border: 1px solid var(--border); border-radius: 16px; + padding: 32px 36px 28px; text-align: center; box-shadow: 0 24px 70px rgba(2, 6, 23, 0.45); } + .sponsor-close { position: absolute; top: 10px; right: 14px; border: 0; background: none; color: var(--faint); + font-size: 22px; line-height: 1; cursor: pointer; } + .sponsor-close:hover { color: var(--text); } + .sponsor-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); margin-bottom: 16px; } + .sponsor-logo { display: inline-flex; align-items: center; opacity: 0.95; transition: opacity 0.15s; } + .sponsor-logo:hover { opacity: 1; } + .sponsor-logo img { width: auto; } + .sponsor-note { margin-top: 18px; font-size: 12.5px; line-height: 1.55; color: var(--muted); } + .s-logo-dark { display: none; } + .s-logo-light { display: block; } + :root[data-theme="dark"] .s-logo-dark { display: block; } + :root[data-theme="dark"] .s-logo-light { display: none; } + @media (prefers-color-scheme: dark) { + :root:not([data-theme="light"]) .s-logo-dark { display: block; } + :root:not([data-theme="light"]) .s-logo-light { display: none; } + } @@ -326,6 +348,7 @@ UI Library Techniques Demos + Sponsors @@ -344,6 +367,7 @@ UI Library Techniques Demos + Sponsors GitHub @@ -590,6 +614,19 @@

Get started in ten seconds

+ + diff --git a/docs/installation/index.html b/docs/installation/index.html index 9d30fe2..be72886 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/lifecycle/index.html b/docs/lifecycle/index.html index 982285e..8bed0df 100644 --- a/docs/lifecycle/index.html +++ b/docs/lifecycle/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-data/index.html b/docs/magic-data/index.html index eae7122..5bb95f0 100644 --- a/docs/magic-data/index.html +++ b/docs/magic-data/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-dispatch/index.html b/docs/magic-dispatch/index.html index 7c8dde3..5bd1b4a 100644 --- a/docs/magic-dispatch/index.html +++ b/docs/magic-dispatch/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-el/index.html b/docs/magic-el/index.html index 402811d..09ff2ee 100644 --- a/docs/magic-el/index.html +++ b/docs/magic-el/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-focus/index.html b/docs/magic-focus/index.html index 95c2a46..93d23fe 100644 --- a/docs/magic-focus/index.html +++ b/docs/magic-focus/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-id/index.html b/docs/magic-id/index.html index 6c6568a..4693726 100644 --- a/docs/magic-id/index.html +++ b/docs/magic-id/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-nextTick/index.html b/docs/magic-nextTick/index.html index 5b26ae6..5febc6f 100644 --- a/docs/magic-nextTick/index.html +++ b/docs/magic-nextTick/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-persist/index.html b/docs/magic-persist/index.html index ec90a66..5330b27 100644 --- a/docs/magic-persist/index.html +++ b/docs/magic-persist/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-refs/index.html b/docs/magic-refs/index.html index 77f6538..d6b8ea8 100644 --- a/docs/magic-refs/index.html +++ b/docs/magic-refs/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-root/index.html b/docs/magic-root/index.html index 79555f5..f684926 100644 --- a/docs/magic-root/index.html +++ b/docs/magic-root/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-store/index.html b/docs/magic-store/index.html index 08b1076..94504ac 100644 --- a/docs/magic-store/index.html +++ b/docs/magic-store/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/magic-watch/index.html b/docs/magic-watch/index.html index 3934801..4e8f176 100644 --- a/docs/magic-watch/index.html +++ b/docs/magic-watch/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/reactive-batch/index.html b/docs/reactive-batch/index.html index 20b380a..a4cec1a 100644 --- a/docs/reactive-batch/index.html +++ b/docs/reactive-batch/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/reactive-computed/index.html b/docs/reactive-computed/index.html index f5c470a..604b2a2 100644 --- a/docs/reactive-computed/index.html +++ b/docs/reactive-computed/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/reactive-effect/index.html b/docs/reactive-effect/index.html index 4f2aacb..d12e811 100644 --- a/docs/reactive-effect/index.html +++ b/docs/reactive-effect/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/reactive-nexttick/index.html b/docs/reactive-nexttick/index.html index 5c62dbf..f0f5639 100644 --- a/docs/reactive-nexttick/index.html +++ b/docs/reactive-nexttick/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/reactive-reactive/index.html b/docs/reactive-reactive/index.html index a3a15a2..c6e39c1 100644 --- a/docs/reactive-reactive/index.html +++ b/docs/reactive-reactive/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/reactive-signal/index.html b/docs/reactive-signal/index.html index 6403302..30a277b 100644 --- a/docs/reactive-signal/index.html +++ b/docs/reactive-signal/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/reactivity-state/index.html b/docs/reactivity-state/index.html index 75c3254..efd093e 100644 --- a/docs/reactivity-state/index.html +++ b/docs/reactivity-state/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-anchor/index.html b/docs/s-anchor/index.html index e89e6f7..1940f9c 100644 --- a/docs/s-anchor/index.html +++ b/docs/s-anchor/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-bind/index.html b/docs/s-bind/index.html index 9b8863b..2c37e90 100644 --- a/docs/s-bind/index.html +++ b/docs/s-bind/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-cloak/index.html b/docs/s-cloak/index.html index 538cfb9..c444840 100644 --- a/docs/s-cloak/index.html +++ b/docs/s-cloak/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-collapse/index.html b/docs/s-collapse/index.html index 130aba8..f9ae321 100644 --- a/docs/s-collapse/index.html +++ b/docs/s-collapse/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-data/index.html b/docs/s-data/index.html index 52ae355..e903abe 100644 --- a/docs/s-data/index.html +++ b/docs/s-data/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-effect/index.html b/docs/s-effect/index.html index 2de557b..b8f4e75 100644 --- a/docs/s-effect/index.html +++ b/docs/s-effect/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-for/index.html b/docs/s-for/index.html index a20bac3..c5da0ba 100644 --- a/docs/s-for/index.html +++ b/docs/s-for/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-html/index.html b/docs/s-html/index.html index 1c8c5c4..6b243b0 100644 --- a/docs/s-html/index.html +++ b/docs/s-html/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-if/index.html b/docs/s-if/index.html index 1e9f9f8..fc7d423 100644 --- a/docs/s-if/index.html +++ b/docs/s-if/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-ignore/index.html b/docs/s-ignore/index.html index 68bdb9c..9365be3 100644 --- a/docs/s-ignore/index.html +++ b/docs/s-ignore/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-init/index.html b/docs/s-init/index.html index 7b109bb..6901319 100644 --- a/docs/s-init/index.html +++ b/docs/s-init/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-intersect/index.html b/docs/s-intersect/index.html index 9eb1448..d21117c 100644 --- a/docs/s-intersect/index.html +++ b/docs/s-intersect/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-mask/index.html b/docs/s-mask/index.html index 3c7911c..477cc33 100644 --- a/docs/s-mask/index.html +++ b/docs/s-mask/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-model/index.html b/docs/s-model/index.html index 786a9b9..36dbac5 100644 --- a/docs/s-model/index.html +++ b/docs/s-model/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-on/index.html b/docs/s-on/index.html index 21a43ba..3243c10 100644 --- a/docs/s-on/index.html +++ b/docs/s-on/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/s-ref/index.html b/docs/s-ref/index.html index ffc01e5..b6146b1 100644 --- a/docs/s-ref/index.html +++ b/docs/s-ref/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-show/index.html b/docs/s-show/index.html index 3fe8af2..4194df2 100644 --- a/docs/s-show/index.html +++ b/docs/s-show/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-teleport/index.html b/docs/s-teleport/index.html index c9a4721..946b0e1 100644 --- a/docs/s-teleport/index.html +++ b/docs/s-teleport/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-text/index.html b/docs/s-text/index.html index 59ebdd5..4eba83b 100644 --- a/docs/s-text/index.html +++ b/docs/s-text/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/s-transition/index.html b/docs/s-transition/index.html index 23eff4b..325cde1 100644 --- a/docs/s-transition/index.html +++ b/docs/s-transition/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/s-trap/index.html b/docs/s-trap/index.html index ce2f4bd..50a0921 100644 --- a/docs/s-trap/index.html +++ b/docs/s-trap/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/start/index.html b/docs/start/index.html index abcd56d..97de517 100644 --- a/docs/start/index.html +++ b/docs/start/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-animation/index.html b/docs/technique-animation/index.html index aae6da0..d49dfd4 100644 --- a/docs/technique-animation/index.html +++ b/docs/technique-animation/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-aurora/index.html b/docs/technique-aurora/index.html index c5c50dd..34a0402 100644 --- a/docs/technique-aurora/index.html +++ b/docs/technique-aurora/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/technique-brutalism/index.html b/docs/technique-brutalism/index.html index 0013e03..c3e6979 100644 --- a/docs/technique-brutalism/index.html +++ b/docs/technique-brutalism/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/technique-claymorphism/index.html b/docs/technique-claymorphism/index.html index a27d207..9fc9b9c 100644 --- a/docs/technique-claymorphism/index.html +++ b/docs/technique-claymorphism/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-glassmorphism/index.html b/docs/technique-glassmorphism/index.html index c4e0a19..0c64673 100644 --- a/docs/technique-glassmorphism/index.html +++ b/docs/technique-glassmorphism/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-glow/index.html b/docs/technique-glow/index.html index a9990b6..d76d367 100644 --- a/docs/technique-glow/index.html +++ b/docs/technique-glow/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-navbars/index.html b/docs/technique-navbars/index.html index 1e20918..75c2751 100644 --- a/docs/technique-navbars/index.html +++ b/docs/technique-navbars/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + diff --git a/docs/technique-neumorphism/index.html b/docs/technique-neumorphism/index.html index 8ff0243..dd3389a 100644 --- a/docs/technique-neumorphism/index.html +++ b/docs/technique-neumorphism/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-retro/index.html b/docs/technique-retro/index.html index 1ddb7af..1749e5c 100644 --- a/docs/technique-retro/index.html +++ b/docs/technique-retro/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/technique-tailwind/index.html b/docs/technique-tailwind/index.html index a002570..038c3d3 100644 --- a/docs/technique-tailwind/index.html +++ b/docs/technique-tailwind/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/techniques/index.html b/docs/techniques/index.html index c03d9ee..d69d921 100644 --- a/docs/techniques/index.html +++ b/docs/techniques/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/docs/templating/index.html b/docs/templating/index.html index 45e926b..278031d 100644 --- a/docs/templating/index.html +++ b/docs/templating/index.html @@ -18,6 +18,7 @@
UI Library Techniques + Sponsors + + + + + diff --git a/scripts/build-docs.mjs b/scripts/build-docs.mjs index bb6389f..c62abca 100644 --- a/scripts/build-docs.mjs +++ b/scripts/build-docs.mjs @@ -177,6 +177,21 @@ function buildToc(headings) { const LOGO = ``; +function sponsorModal(base = "../") { + return ``; +} + function searchModal() { return `
UI Library Techniques + Sponsors