From 85f11c6f94465627c952af6978c8cce38157e18f Mon Sep 17 00:00:00 2001 From: Hamza Miloud Amar Date: Sun, 29 Sep 2024 15:21:39 +0100 Subject: [PATCH] fix: the incorect classes after changing them --- .../app/_components/aside/menuBarAside.tsx | 2 +- .../app/_components/aside/tableOfContent.tsx | 2 +- .../src/app/_components/header/header.tsx | 15 ++----- .../src/app/_components/home/accessible.tsx | 2 +- apps/docs/src/app/_components/home/hero.tsx | 2 +- .../playground/flex/flexDirection.tsx | 2 +- .../playground/flex/flexNested.tsx | 12 ++--- .../app/_components/playground/grid/grid.tsx | 8 ++-- .../playground/heading/headingLeading.tsx | 8 ++-- .../playground/link/linkLeading.tsx | 8 ++-- .../playground/stepper/stepperColor.tsx | 2 +- .../playground/stepper/stepperCorner.tsx | 2 +- .../playground/stepper/stepperSize.tsx | 2 +- .../playground/text/textLeading.tsx | 8 ++-- apps/docs/src/app/docs/icons/page.tsx | 4 +- apps/docs/src/app/layout.tsx | 2 +- apps/docs/src/app/not-found.tsx | 2 +- apps/docs/tsconfig.tsbuildinfo | 2 +- .../stories/stories/InputPassword.stories.tsx | 14 +++--- apps/stories/stories/accordion.stories.tsx | 10 ++--- apps/stories/stories/alert.stories.tsx | 32 ++++++------- apps/stories/stories/avatar.stories.tsx | 6 +-- apps/stories/stories/badge.stories.tsx | 8 ++-- apps/stories/stories/blockquote.stories.tsx | 2 +- apps/stories/stories/breadcrumb.stories.tsx | 4 +- apps/stories/stories/button.stories.tsx | 4 +- apps/stories/stories/chips.stories.tsx | 2 +- apps/stories/stories/code.stories.tsx | 16 +++---- apps/stories/stories/flex.stories.tsx | 14 +++--- .../stories/formController.stories.tsx | 6 +-- apps/stories/stories/formGroup.stories.tsx | 6 +-- apps/stories/stories/heading.stories.tsx | 8 ++-- apps/stories/stories/input.stories.tsx | 12 ++--- apps/stories/stories/inputFile.stories.tsx | 14 +++--- apps/stories/stories/inputNumber.stories.tsx | 8 ++-- apps/stories/stories/inputSearch.stories.tsx | 12 ++--- apps/stories/stories/link.stories.tsx | 8 ++-- apps/stories/stories/menuButton.storiess.tsx | 2 +- apps/stories/stories/pinInput.stories.tsx | 18 ++++---- apps/stories/stories/progress.stories.tsx | 10 ++--- apps/stories/stories/rating.stories.tsx | 12 ++--- apps/stories/stories/select.stories.tsx | 18 +++++--- apps/stories/stories/stepper.stories.tsx | 8 ++-- apps/stories/stories/switch.stories.tsx | 2 +- apps/stories/stories/table.stories.tsx | 6 +-- apps/stories/stories/tabs.stories.tsx | 18 ++++---- apps/stories/stories/text.stories.tsx | 28 ++++++------ apps/stories/stories/textarea.stories.tsx | 10 ++--- .../src/core/@breadcrumb/index.tsx | 2 +- .../pillar-core/src/core/@form/form.type.ts | 3 +- packages/pillar-core/src/core/@form/index.tsx | 19 +++----- .../src/core/@pagination/index.tsx | 2 +- .../pillar-core/src/core/@radio/index.tsx | 10 ++--- .../pillar-core/src/core/@radio/radio.type.ts | 4 +- .../pillar-core/src/core/@stepper/index.tsx | 4 +- packages/pillar-core/src/core/@tabs/index.tsx | 14 +++--- .../pillar-core/src/core/@tabs/tabs.type.ts | 4 +- .../pillar-core/src/core/badge/_badge.css | 2 +- .../pillar-core/src/core/button/index.tsx | 4 +- packages/pillar-core/src/core/chips/index.tsx | 4 +- packages/pillar-core/src/core/code/index.tsx | 2 +- packages/pillar-core/src/core/flex/_flex.css | 28 ++++++++++++ .../pillar-core/src/core/flex/flex.type.ts | 3 +- packages/pillar-core/src/core/flex/index.tsx | 8 ++-- packages/pillar-core/src/core/kbd/index.tsx | 2 +- .../pillar-core/src/core/progress/index.tsx | 4 +- .../pillar-core/src/core/separator/index.tsx | 2 +- .../pillar-core/src/core/typography/index.tsx | 8 ++-- .../src/core/typography/typography.type.ts | 2 +- .../pillar-core/src/css/layout/_index.css | 1 - .../pillar-core/src/css/layout/_layout.css | 39 ---------------- packages/pillar-core/src/css/main.css | 1 - .../src/css/utilities/_animation.css | 12 ++--- .../pillar-core/src/css/utilities/_index.css | 2 +- .../pillar-core/src/css/utilities/_text.css | 26 ++++++----- packages/pillar-core/src/types/index.ts | 6 ++- packages/pillar-utils/script/classnames.js | 45 +++++++++++++------ 77 files changed, 331 insertions(+), 335 deletions(-) delete mode 100644 packages/pillar-core/src/css/layout/_index.css delete mode 100644 packages/pillar-core/src/css/layout/_layout.css diff --git a/apps/docs/src/app/_components/aside/menuBarAside.tsx b/apps/docs/src/app/_components/aside/menuBarAside.tsx index 9db8c2cb..6b93dbed 100644 --- a/apps/docs/src/app/_components/aside/menuBarAside.tsx +++ b/apps/docs/src/app/_components/aside/menuBarAside.tsx @@ -38,7 +38,7 @@ const MenuBar = ({ data }: DocsProps) => { const KEYS = Object.keys(data) as MenuItemData[] return ( - +