From 4e370c17ec7c1dd2548f427e78c8629a5d55e752 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 2 Jun 2026 13:40:02 +0900 Subject: [PATCH] v6: examples - Use new utility classes in examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update multiple example pages to new utility naming and tokens for consistency. Replaced legacy text-*/display-*/bg-* classes with fg-*/fs-* and bg-subtle-* variants, adjusted spacing and radii (p-5 → p-9, rounded-3 → rounded-5), removed redundant text-small classes, and applied small/fg-white tweaks where appropriate. Files changed: checkout, headers, jumbotron, pricing, product, and sidebars examples to align markup with the updated design system. --- site/src/assets/examples/checkout/index.astro | 2 +- site/src/assets/examples/headers/index.astro | 8 +-- .../src/assets/examples/jumbotron/index.astro | 12 ++-- site/src/assets/examples/pricing/index.astro | 6 +- site/src/assets/examples/product/index.astro | 70 +++++++++---------- site/src/assets/examples/sidebars/index.astro | 6 +- 6 files changed, 52 insertions(+), 52 deletions(-) diff --git a/site/src/assets/examples/checkout/index.astro b/site/src/assets/examples/checkout/index.astro index 802199d2986e..36028b4b8d9a 100644 --- a/site/src/assets/examples/checkout/index.astro +++ b/site/src/assets/examples/checkout/index.astro @@ -232,7 +232,7 @@ export const body_class = 'bg-body-tertiary' -