From 223583b2171a898d9b875a53167f295d7f59062b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gallot?= Date: Sun, 1 Oct 2023 17:33:41 +0200 Subject: [PATCH] fix: add emits to the tabs component (#93) --- apps/www/src/lib/registry/default/ui/tabs/Tabs.vue | 8 ++++++-- apps/www/src/lib/registry/new-york/ui/tabs/Tabs.vue | 8 ++++++-- apps/www/src/public/registry/styles/default/tabs.json | 2 +- apps/www/src/public/registry/styles/new-york/tabs.json | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/tabs/Tabs.vue b/apps/www/src/lib/registry/default/ui/tabs/Tabs.vue index 808fe019..65c16914 100644 --- a/apps/www/src/lib/registry/default/ui/tabs/Tabs.vue +++ b/apps/www/src/lib/registry/default/ui/tabs/Tabs.vue @@ -1,11 +1,15 @@ diff --git a/apps/www/src/lib/registry/new-york/ui/tabs/Tabs.vue b/apps/www/src/lib/registry/new-york/ui/tabs/Tabs.vue index 808fe019..65c16914 100644 --- a/apps/www/src/lib/registry/new-york/ui/tabs/Tabs.vue +++ b/apps/www/src/lib/registry/new-york/ui/tabs/Tabs.vue @@ -1,11 +1,15 @@ diff --git a/apps/www/src/public/registry/styles/default/tabs.json b/apps/www/src/public/registry/styles/default/tabs.json index 3f89a0b7..1bcf8cf3 100644 --- a/apps/www/src/public/registry/styles/default/tabs.json +++ b/apps/www/src/public/registry/styles/default/tabs.json @@ -9,7 +9,7 @@ "files": [ { "name": "Tabs.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "TabsContent.vue", diff --git a/apps/www/src/public/registry/styles/new-york/tabs.json b/apps/www/src/public/registry/styles/new-york/tabs.json index e4bfba34..356d4c3c 100644 --- a/apps/www/src/public/registry/styles/new-york/tabs.json +++ b/apps/www/src/public/registry/styles/new-york/tabs.json @@ -9,7 +9,7 @@ "files": [ { "name": "Tabs.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "TabsContent.vue",