From 71fea4ff3ae8d067c7ecd5d43635935ed911e603 Mon Sep 17 00:00:00 2001 From: Raed Bahri Date: Tue, 5 Mar 2024 09:03:52 +0100 Subject: [PATCH] fix: change space-x-* with gap and add flex --- apps/www/src/lib/registry/default/example/CardChat.vue | 6 +++--- apps/www/src/lib/registry/default/example/CardDemo.vue | 2 +- .../src/lib/registry/default/example/Cards/ActivityGoal.vue | 2 +- .../src/lib/registry/default/example/Cards/DataTable.vue | 4 ++-- apps/www/src/lib/registry/default/example/CheckboxDemo.vue | 2 +- .../src/lib/registry/default/example/CheckboxDisabled.vue | 2 +- .../lib/registry/default/example/CheckboxFormMultiple.vue | 2 +- .../src/lib/registry/default/example/CollapsibleDemo.vue | 2 +- .../src/lib/registry/default/example/ComboboxPopover.vue | 2 +- .../registry/default/example/DataTableColumnPinningDemo.vue | 4 ++-- apps/www/src/lib/registry/default/example/DataTableDemo.vue | 4 ++-- .../registry/default/example/DialogCustomCloseButton.vue | 2 +- apps/www/src/lib/registry/default/example/DrawerDemo.vue | 2 +- apps/www/src/lib/registry/default/example/HoverCardDemo.vue | 2 +- apps/www/src/lib/registry/default/example/LabelDemo.vue | 2 +- .../www/src/lib/registry/default/example/RadioGroupDemo.vue | 6 +++--- .../registry/default/example/ScrollAreaHorizontalDemo.vue | 2 +- apps/www/src/lib/registry/default/example/SeparatorDemo.vue | 2 +- apps/www/src/lib/registry/default/example/SkeletonDemo.vue | 2 +- apps/www/src/lib/registry/default/example/SwitchDemo.vue | 2 +- apps/www/src/lib/registry/default/ui/toast/index.ts | 2 +- apps/www/src/lib/registry/new-york/example/CardChat.vue | 6 +++--- apps/www/src/lib/registry/new-york/example/CardDemo.vue | 2 +- .../lib/registry/new-york/example/Cards/ActivityGoal.vue | 2 +- .../src/lib/registry/new-york/example/Cards/DataTable.vue | 4 ++-- apps/www/src/lib/registry/new-york/example/CheckboxDemo.vue | 2 +- .../src/lib/registry/new-york/example/CheckboxDisabled.vue | 2 +- .../lib/registry/new-york/example/CheckboxFormMultiple.vue | 2 +- .../src/lib/registry/new-york/example/CollapsibleDemo.vue | 2 +- .../src/lib/registry/new-york/example/ComboboxPopover.vue | 2 +- .../new-york/example/DataTableColumnPinningDemo.vue | 4 ++-- .../www/src/lib/registry/new-york/example/DataTableDemo.vue | 4 ++-- .../registry/new-york/example/DialogCustomCloseButton.vue | 2 +- apps/www/src/lib/registry/new-york/example/DrawerDemo.vue | 2 +- .../www/src/lib/registry/new-york/example/HoverCardDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/LabelDemo.vue | 2 +- .../src/lib/registry/new-york/example/RadioGroupDemo.vue | 6 +++--- .../registry/new-york/example/ScrollAreaHorizontalDemo.vue | 2 +- .../www/src/lib/registry/new-york/example/SeparatorDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/SkeletonDemo.vue | 2 +- apps/www/src/lib/registry/new-york/example/SwitchDemo.vue | 2 +- apps/www/src/lib/registry/new-york/ui/menubar/Menubar.vue | 2 +- apps/www/src/lib/registry/new-york/ui/toast/index.ts | 2 +- 43 files changed, 57 insertions(+), 57 deletions(-) diff --git a/apps/www/src/lib/registry/default/example/CardChat.vue b/apps/www/src/lib/registry/default/example/CardChat.vue index d80997ea..d1b38609 100644 --- a/apps/www/src/lib/registry/default/example/CardChat.vue +++ b/apps/www/src/lib/registry/default/example/CardChat.vue @@ -67,7 +67,7 @@ const selectedUsers = ref([])