From 0689f59a0519e635c6f7a19a6155233dfb845aa0 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:00:24 +0530 Subject: [PATCH] feat: Update button component (#10362) --- .../HelpCenter/ArticleCard/ArticleCard.vue | 38 +-- .../HelpCenter/CategoryCard/CategoryCard.vue | 10 +- .../EmptyState/Article/ArticleEmptyState.vue | 7 +- .../EmptyState/Portal/PortalEmptyState.vue | 3 +- .../HelpCenter/HelpCenterLayout.vue | 6 +- .../HelpCenter/LocaleCard/LocaleCard.vue | 14 +- .../ArticleEditorControls.vue | 51 ++-- .../ArticleEditorPage/ArticleEditorHeader.vue | 11 +- .../ArticleEditorProperties.vue | 6 +- .../ArticlePage/ArticleHeaderControls.vue | 16 +- .../Pages/CategoryPage/CategoryForm.vue | 12 +- .../CategoryPage/CategoryHeaderControls.vue | 11 +- .../Pages/LocalePage/LocalesPage.vue | 2 +- .../PortalSettingsPage/PortalBaseSettings.vue | 45 ++-- .../PortalConfigurationSettings.vue | 4 +- .../PortalSettingsPage/PortalSettings.vue | 4 +- .../PortalSwitcher/PortalSwitcher.vue | 39 ++-- .../components-next/avatar/EditableAvatar.vue | 26 +-- .../components-next/breadcrumb/Breadcrumb.vue | 23 +- .../components-next/button/Button.story.vue | 190 ++++++++------- .../components-next/button/Button.vue | 219 ++++++++++-------- .../colorpicker/ColorPicker.vue | 17 +- .../components-next/combobox/ComboBox.vue | 28 +-- .../components-next/dialog/Dialog.vue | 7 +- .../dropdown-menu/DropdownMenu.vue | 39 ++-- .../dashboard/components-next/input/Input.vue | 4 +- .../pagination/PaginationFooter.vue | 16 +- .../components-next/tabbar/TabBar.vue | 4 +- .../components-next/taginput/TagInput.vue | 7 +- .../components-next/thumbnail/Thumbnail.vue | 25 +- .../dashboard/helper/portalHelper.js | 20 +- package.json | 9 +- pnpm-lock.yaml | 51 ++-- tailwind.config.js | 1 + 34 files changed, 477 insertions(+), 488 deletions(-) diff --git a/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue b/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue index 38bc854d7..bd29b5897 100644 --- a/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue +++ b/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue @@ -1,6 +1,5 @@