From 2643f562cc33ebdfa2317b880bde0e99ddb6bd5b Mon Sep 17 00:00:00 2001 From: "hrynevych.romann" Date: Thu, 11 Jan 2024 22:48:21 +0200 Subject: [PATCH] refactor(Button): use VariantProps for Button Props instead of NonNullable --- apps/www/src/lib/registry/default/ui/button/Button.vue | 9 +++++++-- apps/www/src/lib/registry/new-york/ui/button/Button.vue | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/button/Button.vue b/apps/www/src/lib/registry/default/ui/button/Button.vue index 5a34b1b8..8bd71364 100644 --- a/apps/www/src/lib/registry/default/ui/button/Button.vue +++ b/apps/www/src/lib/registry/default/ui/button/Button.vue @@ -1,15 +1,20 @@ diff --git a/apps/www/src/lib/registry/new-york/ui/button/Button.vue b/apps/www/src/lib/registry/new-york/ui/button/Button.vue index 5a34b1b8..8bd71364 100644 --- a/apps/www/src/lib/registry/new-york/ui/button/Button.vue +++ b/apps/www/src/lib/registry/new-york/ui/button/Button.vue @@ -1,15 +1,20 @@