Skip to content

Commit

Permalink
feat: mark old step form design as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Jul 17, 2024
1 parent c46f519 commit 585ce31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Form/steps/src/Steps.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ NewStepsStory.args = {
};

export const OldStepsStory = Template.bind({}) as typeof Template;
OldStepsStory.storyName = 'Old Design Steps';
OldStepsStory.storyName = 'Old Design Steps (Deprecated)';
OldStepsStory.args = {
classModifier: '',
className: '',
Expand Down
3 changes: 3 additions & 0 deletions packages/Form/steps/src/step-form.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @deprecated Please use 'step-form-new.css' instead!
*/
@import '@axa-fr/react-toolkit-core/src/common/scss/core.scss';

// Wizard Steps
Expand Down

0 comments on commit 585ce31

Please sign in to comment.