diff --git a/apps/www/__registry__/index.ts b/apps/www/__registry__/index.ts
index dcb8a9b4..4f8045fe 100644
--- a/apps/www/__registry__/index.ts
+++ b/apps/www/__registry__/index.ts
@@ -58,6 +58,13 @@ export const Index = {
component: () => import('../src/lib/registry/default/example/CalendarDemo.vue').then(m => m.default),
files: ['../src/lib/registry/default/example/CalendarDemo.vue'],
},
+ CardChat: {
+ name: 'CardChat',
+ type: 'components:example',
+ registryDependencies: ['card', 'dialog', 'command', 'avatar', 'tooltip', 'button', 'input', 'utils'],
+ component: () => import('../src/lib/registry/default/example/CardChat.vue').then(m => m.default),
+ files: ['../src/lib/registry/default/example/CardChat.vue'],
+ },
CardDemo: {
name: 'CardDemo',
type: 'components:example',
@@ -65,6 +72,13 @@ export const Index = {
component: () => import('../src/lib/registry/default/example/CardDemo.vue').then(m => m.default),
files: ['../src/lib/registry/default/example/CardDemo.vue'],
},
+ CardStats: {
+ name: 'CardStats',
+ type: 'components:example',
+ registryDependencies: ['card', 'config', 'themes'],
+ component: () => import('../src/lib/registry/default/example/CardStats.vue').then(m => m.default),
+ files: ['../src/lib/registry/default/example/CardStats.vue'],
+ },
CardWithForm: {
name: 'CardWithForm',
type: 'components:example',
@@ -459,6 +473,13 @@ export const Index = {
component: () => import('../src/lib/registry/new-york/example/CalendarDemo.vue').then(m => m.default),
files: ['../src/lib/registry/new-york/example/CalendarDemo.vue'],
},
+ CardChat: {
+ name: 'CardChat',
+ type: 'components:example',
+ registryDependencies: ['card', 'dialog', 'command', 'avatar', 'tooltip', 'button', 'input', 'utils'],
+ component: () => import('../src/lib/registry/new-york/example/CardChat.vue').then(m => m.default),
+ files: ['../src/lib/registry/new-york/example/CardChat.vue'],
+ },
CardDemo: {
name: 'CardDemo',
type: 'components:example',
@@ -466,6 +487,13 @@ export const Index = {
component: () => import('../src/lib/registry/new-york/example/CardDemo.vue').then(m => m.default),
files: ['../src/lib/registry/new-york/example/CardDemo.vue'],
},
+ CardStats: {
+ name: 'CardStats',
+ type: 'components:example',
+ registryDependencies: ['card', 'config', 'themes'],
+ component: () => import('../src/lib/registry/new-york/example/CardStats.vue').then(m => m.default),
+ files: ['../src/lib/registry/new-york/example/CardStats.vue'],
+ },
CardWithForm: {
name: 'CardWithForm',
type: 'components:example',
diff --git a/apps/www/src/public/registry/styles/default/dialog.json b/apps/www/src/public/registry/styles/default/dialog.json
index eddeca38..b24ac486 100644
--- a/apps/www/src/public/registry/styles/default/dialog.json
+++ b/apps/www/src/public/registry/styles/default/dialog.json
@@ -13,7 +13,7 @@
},
{
"name": "DialogContent.vue",
- "content": "\n\n\n \n \n \n \n\n \n \n Close\n \n \n \n\n"
+ "content": "\n\n\n \n \n \n \n\n \n \n Close\n \n \n \n\n"
},
{
"name": "DialogDescription.vue",
diff --git a/apps/www/src/public/registry/styles/default/popover.json b/apps/www/src/public/registry/styles/default/popover.json
index 7c8792e5..cc62229b 100644
--- a/apps/www/src/public/registry/styles/default/popover.json
+++ b/apps/www/src/public/registry/styles/default/popover.json
@@ -17,7 +17,7 @@
},
{
"name": "PopoverTrigger.vue",
- "content": "\n\n\n \n \n \n\n"
+ "content": "\n\n\n \n \n \n\n"
},
{
"name": "index.ts",
diff --git a/apps/www/src/public/registry/styles/default/tooltip.json b/apps/www/src/public/registry/styles/default/tooltip.json
index cb18bad0..f7b4ca0a 100644
--- a/apps/www/src/public/registry/styles/default/tooltip.json
+++ b/apps/www/src/public/registry/styles/default/tooltip.json
@@ -21,7 +21,7 @@
},
{
"name": "TooltipTrigger.vue",
- "content": "\n\n\n \n \n \n\n"
+ "content": "\n\n\n \n \n \n\n"
},
{
"name": "index.ts",
diff --git a/apps/www/src/public/registry/styles/new-york/select.json b/apps/www/src/public/registry/styles/new-york/select.json
index 4e993241..35d5ee2e 100644
--- a/apps/www/src/public/registry/styles/new-york/select.json
+++ b/apps/www/src/public/registry/styles/new-york/select.json
@@ -13,7 +13,7 @@
},
{
"name": "SelectContent.vue",
- "content": "\n\n\n \n \n \n \n \n \n \n\n"
+ "content": "\n\n\n \n \n \n \n \n \n \n\n"
},
{
"name": "SelectGroup.vue",
@@ -37,7 +37,7 @@
},
{
"name": "SelectTrigger.vue",
- "content": "\n\n\n \n \n \n \n \n \n\n"
+ "content": "\n\n\n \n \n \n \n \n \n\n"
},
{
"name": "SelectValue.vue",