From b4132b54ca67217f706c512c921bf70f86302e31 Mon Sep 17 00:00:00 2001 From: Scott Rhamy Date: Sun, 11 Jan 2026 09:01:17 -0500 Subject: [PATCH 1/3] fix for empty layers toggle showing small circle --- docs/src/routes/docs/components/[name]/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/routes/docs/components/[name]/+layout.svelte b/docs/src/routes/docs/components/[name]/+layout.svelte index 6d4b92132..cd50a4c2b 100644 --- a/docs/src/routes/docs/components/[name]/+layout.svelte +++ b/docs/src/routes/docs/components/[name]/+layout.svelte @@ -94,7 +94,7 @@ {page.params.example?.replaceAll('-', ' ') ?? metadata.name} - {#if layers} + {#if layers?.length} Date: Tue, 3 Feb 2026 19:52:39 -0500 Subject: [PATCH 2/3] Landing page - fixed header/hero - moving grid covers entire page (except footer) - Home/docs links transitioning bubble. --- docs/src/lib/components/Stats.svelte | 4 +- docs/src/routes/+page.svelte | 310 ++++++++++++++++----------- 2 files changed, 188 insertions(+), 126 deletions(-) diff --git a/docs/src/lib/components/Stats.svelte b/docs/src/lib/components/Stats.svelte index 622ef7d0d..58fd6a948 100644 --- a/docs/src/lib/components/Stats.svelte +++ b/docs/src/lib/components/Stats.svelte @@ -41,7 +41,7 @@ ].filter((s) => s.value != null)}
{#each stats as { label, value, link, intervals }, index (value)} {#if index < stats.length - 1} -
+
{/if} {/each}
diff --git a/docs/src/routes/+page.svelte b/docs/src/routes/+page.svelte index 4f0378754..bec5035aa 100644 --- a/docs/src/routes/+page.svelte +++ b/docs/src/routes/+page.svelte @@ -132,154 +132,216 @@ ]; -
- LayerChart +
+ +
+ LayerChart -
- {#each links as { label, href }} - - {label} - - {/each} -
- -
-
- +
+
- + { + window.open(e.detail.value, '_blank'); + }} + class="inline-block md:hidden" + > + +
- { - window.open(e.detail.value, '_blank'); - }} - class="inline-block md:hidden" - > - - -
-
+
-
+ +
+
-
-

- LayerChart -

-
- Composable Svelte chart components to build a large variety of visualizations -
+

+ LayerChart +

+
+ Composable Svelte chart components to build a large variety of visualizations +
-
- - +
+ + +
+
-
- -
- {#each examples as { component, example }} - - {/each} -
- + +
+
+ {#each examples as { component, example }} +
+ +
+ {/each} +
+
- +