From b9febd56426b7fb43409477be536242b53e59b85 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Sun, 14 Jul 2024 20:23:34 -0400 Subject: [PATCH] size-6 --- .../chunks/default/dashboard-05-chunk-4.svelte | 6 +++--- .../chunks/new-york/dashboard-05-chunk-4.svelte | 6 +++--- apps/www/src/lib/components/docs/copy-button.svelte | 4 ++-- apps/www/src/lib/components/docs/nav/main-nav.svelte | 2 +- .../www/src/lib/components/docs/tailwind-indicator.svelte | 2 +- .../docs/theme-customizer/theme-customizer.svelte | 2 +- .../src/lib/registry/default/block/dashboard-01.svelte | 4 ++-- .../src/lib/registry/default/block/dashboard-02.svelte | 8 ++++---- .../src/lib/registry/default/block/dashboard-04.svelte | 4 ++-- .../src/lib/registry/default/block/dashboard-05.svelte | 6 +++--- .../registry/default/example/cards/payment-method.svelte | 6 +++--- .../src/lib/registry/new-york/block/dashboard-01.svelte | 4 ++-- .../src/lib/registry/new-york/block/dashboard-02.svelte | 8 ++++---- .../src/lib/registry/new-york/block/dashboard-04.svelte | 4 ++-- .../src/lib/registry/new-york/block/dashboard-05.svelte | 6 +++--- .../registry/new-york/example/cards/payment-method.svelte | 6 +++--- .../src/routes/(app)/examples/authentication/+page.svelte | 2 +- .../examples/cards/(components)/payment-method.svelte | 6 +++--- 18 files changed, 43 insertions(+), 43 deletions(-) diff --git a/apps/www/src/__registry__/chunks/default/dashboard-05-chunk-4.svelte b/apps/www/src/__registry__/chunks/default/dashboard-05-chunk-4.svelte index 3dd8e0d32..94357346d 100644 --- a/apps/www/src/__registry__/chunks/default/dashboard-05-chunk-4.svelte +++ b/apps/www/src/__registry__/chunks/default/dashboard-05-chunk-4.svelte @@ -24,7 +24,7 @@ - diff --git a/apps/www/src/__registry__/chunks/new-york/dashboard-05-chunk-4.svelte b/apps/www/src/__registry__/chunks/new-york/dashboard-05-chunk-4.svelte index 27b78374a..4b9260065 100644 --- a/apps/www/src/__registry__/chunks/new-york/dashboard-05-chunk-4.svelte +++ b/apps/www/src/__registry__/chunks/new-york/dashboard-05-chunk-4.svelte @@ -24,7 +24,7 @@ - diff --git a/apps/www/src/lib/components/docs/copy-button.svelte b/apps/www/src/lib/components/docs/copy-button.svelte index 26393ab6b..0854f146d 100644 --- a/apps/www/src/lib/components/docs/copy-button.svelte +++ b/apps/www/src/lib/components/docs/copy-button.svelte @@ -72,7 +72,7 @@ size="icon" variant="ghost" class={cn( - "relative z-10 h-6 w-6 text-zinc-50 hover:bg-zinc-700 hover:text-zinc-50", + "relative z-10 size-6 text-zinc-50 hover:bg-zinc-700 hover:text-zinc-50", className )} {...restProps} @@ -106,7 +106,7 @@ {:else} - diff --git a/apps/www/src/lib/registry/default/example/cards/payment-method.svelte b/apps/www/src/lib/registry/default/example/cards/payment-method.svelte index 4f193c345..614ba0fd0 100644 --- a/apps/www/src/lib/registry/default/example/cards/payment-method.svelte +++ b/apps/www/src/lib/registry/default/example/cards/payment-method.svelte @@ -43,7 +43,7 @@ stroke-linecap="round" stroke-linejoin="round" stroke-width="2" - class="mb-3 h-6 w-6" + class="mb-3 size-6" > @@ -55,7 +55,7 @@ class="flex flex-col items-center justify-between rounded-md border-2 border-muted bg-transparent p-4 hover:bg-accent hover:text-accent-foreground [&:has([data-state=checked])]:border-primary" > - + Paypal diff --git a/apps/www/src/lib/registry/new-york/block/dashboard-01.svelte b/apps/www/src/lib/registry/new-york/block/dashboard-01.svelte index 99c386a59..29a0570fe 100644 --- a/apps/www/src/lib/registry/new-york/block/dashboard-01.svelte +++ b/apps/www/src/lib/registry/new-york/block/dashboard-01.svelte @@ -25,7 +25,7 @@ class="hidden flex-col gap-6 text-lg font-medium md:flex md:flex-row md:items-center md:gap-5 md:text-sm lg:gap-6" > - + Acme Inc @@ -59,7 +59,7 @@