From 2fc344052413b36ca2f9b5f2d88d8c3974f82109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gallot?= Date: Sun, 1 Oct 2023 11:38:34 +0200 Subject: [PATCH] fix(components): add emits to the tabs component --- 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",