From a3c818ef83e02319e7cfe7f0050f48e9a3f82619 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 17 Sep 2025 17:23:30 +0200 Subject: [PATCH] up storybook paths --- .../main-button/main-button.stories.ts | 6 +- .../feedback-button/feedback-button.html | 102 +++++++++--------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/airwatch/src/app/buttons/main-button/main-button.stories.ts b/airwatch/src/app/buttons/main-button/main-button.stories.ts index 73a30c3..48031f8 100644 --- a/airwatch/src/app/buttons/main-button/main-button.stories.ts +++ b/airwatch/src/app/buttons/main-button/main-button.stories.ts @@ -33,12 +33,12 @@ type Story = StoryObj; // More on writing stories with args: https://storybook.js.org/docs/angular/writing-stories/args export const Default: Story = { args: { - label: 'Call to action', + label: "Large", kind: 'primary', size: '', disabled: false, - divider: true, - icon: 'arrow-right-line', + divider: false, + icon: "", inconPosition: 'right', }, }; diff --git a/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html b/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html index fedcd4d..920aa95 100644 --- a/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html +++ b/my-workspace/projects/sae-lib/buttons/feedback-button/feedback-button.html @@ -7,61 +7,61 @@ @if (isModalOpen) { -