Skip to content

Commit

Permalink
chore: polish form stories
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Sep 18, 2023
1 parent fba5611 commit e17a05c
Show file tree
Hide file tree
Showing 14 changed files with 94 additions and 392 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions packages/forms/.storybook/preview-head.html

This file was deleted.

4 changes: 0 additions & 4 deletions packages/forms/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { namespaces as dsNamespaces } from '@talend/locales-design-system/namespaces';
import { namespaces as componentsNamespaces } from '@talend/locales-tui-components/namespaces';
import { namespaces as formsNamespaces } from '@talend/locales-tui-forms/namespaces';
import { withCenteredLayout } from './decorators/withCenteredLayout.decorator';
import { withFormStoryDisplayMode } from './decorators/withFormStoryDisplayMode.decorator';

export const i18n = {
namespaces: [...dsNamespaces, ...componentsNamespaces, ...formsNamespaces],
Expand All @@ -17,5 +15,3 @@ export const i18n = {
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
};

export const decorators = [withCenteredLayout, withFormStoryDisplayMode];
1 change: 1 addition & 0 deletions packages/forms/src/declaration.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
declare module '*.scss';
declare module '*.png';
Loading

0 comments on commit e17a05c

Please sign in to comment.