diff --git a/README.md b/README.md index d7f936c..bd0a643 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Summit is built in the spirit of Alpine's HTML-first ergonomics, then pushed fur

Sponsors

- + NodeMaven diff --git a/docs/advanced-data/index.html b/docs/advanced-data/index.html index a44ba78..0f134f2 100644 --- a/docs/advanced-data/index.html +++ b/docs/advanced-data/index.html @@ -205,11 +205,24 @@

- - + + + + + diff --git a/docs/advanced-evaluator/index.html b/docs/advanced-evaluator/index.html index 3d6c0bf..a226870 100644 --- a/docs/advanced-evaluator/index.html +++ b/docs/advanced-evaluator/index.html @@ -232,11 +232,24 @@

See diff --git a/docs/advanced-extending/index.html b/docs/advanced-extending/index.html index 25380a2..d0338b0 100644 --- a/docs/advanced-extending/index.html +++ b/docs/advanced-extending/index.html @@ -223,11 +223,24 @@

See diff --git a/docs/advanced-migrating/index.html b/docs/advanced-migrating/index.html index 018520e..916319f 100644 --- a/docs/advanced-migrating/index.html +++ b/docs/advanced-migrating/index.html @@ -288,11 +288,24 @@

- - + + + + + diff --git a/docs/advanced-reactivity/index.html b/docs/advanced-reactivity/index.html index bd4e7bf..bcdbc7a 100644 --- a/docs/advanced-reactivity/index.html +++ b/docs/advanced-reactivity/index.html @@ -233,11 +233,24 @@

- - + + + + + diff --git a/docs/assets/docs.css b/docs/assets/docs.css index 8917a48..98f3d95 100644 --- a/docs/assets/docs.css +++ b/docs/assets/docs.css @@ -221,8 +221,8 @@ kbd { font-family: var(--mono); font-size: 0.75rem; border: 1px solid var(--bord .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); } + width: min(92vw, 420px); max-height: 88vh; overflow-y: auto; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; + padding: 32px 34px 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); } @@ -230,7 +230,17 @@ kbd { font-family: var(--mono); font-size: 0.75rem; border: 1px solid var(--bord .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); } +.sponsor-tagline { margin-top: 18px; font-size: 13px; line-height: 1.6; color: var(--muted); } +.sponsor-why { margin: 16px 0 0; padding: 0; list-style: none; text-align: left; } +.sponsor-why li { position: relative; padding-left: 22px; margin: 7px 0; font-size: 12.5px; line-height: 1.5; color: var(--text); } +.sponsor-why li::before { content: ""; position: absolute; left: 5px; top: 6px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); } +.sponsor-codes-label { margin-top: 20px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); } +.sponsor-codes { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; } +.sponsor-code { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 13px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface-2); } +.sponsor-code b { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; color: var(--text); letter-spacing: 0.02em; } +.sponsor-code span { font-size: 11.5px; color: var(--muted); } +.sponsor-cta { display: inline-block; margin-top: 20px; padding: 10px 22px; border-radius: 10px; background: var(--accent); color: #04231f; font-weight: 700; font-size: 13px; text-decoration: none; transition: opacity 0.15s; } +.sponsor-cta:hover { opacity: 0.9; } .s-logo-dark { display: none; } .s-logo-light { display: block; } :root[data-theme="dark"] .s-logo-dark { display: block; } diff --git a/docs/comp-accordion/index.html b/docs/comp-accordion/index.html index 58cceb9..86cda18 100644 --- a/docs/comp-accordion/index.html +++ b/docs/comp-accordion/index.html @@ -199,11 +199,24 @@

- - + + + + + diff --git a/docs/comp-alert/index.html b/docs/comp-alert/index.html index e487ff7..3b5cccd 100644 --- a/docs/comp-alert/index.html +++ b/docs/comp-alert/index.html @@ -194,11 +194,24 @@

Copy