Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @storybook/react from 7.5.2 to 8.3.5 in /dashboard #1537

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dashboard/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const config: StorybookConfig = {
name: '@storybook/nextjs',
options: {}
},
docs: {
autodocs: 'tag'
}
docs: {}
};
export default config;
4 changes: 1 addition & 3 deletions dashboard/components/card/Card.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const meta: Meta<typeof Card> = {
component: Card,
tags: ['autodocs'],
argTypes: {
icon: {
control: 'hidden'
}
icon: {}
}
};

Expand Down
4 changes: 1 addition & 3 deletions dashboard/components/card/CardSkeleton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const meta: Meta<typeof CardSkeleton> = {
component: CardSkeleton,
tags: ['autodocs'],
argTypes: {
icon: {
control: 'hidden'
}
icon: {}
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ const meta: Meta<typeof DashboardCloudMap> = {
component: DashboardCloudMap,
tags: ['autodocs'],
argTypes: {
data: {
control: 'hidden'
}
data: {}
}
};

Expand Down
4 changes: 1 addition & 3 deletions dashboard/components/empty-state/EmptyState.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const meta: Meta<typeof EmptyState> = {
component: EmptyState,
tags: ['autodocs'],
argTypes: {
action: {
control: 'hide'
}
action: {}
}
};

Expand Down
4 changes: 1 addition & 3 deletions dashboard/components/error-state/ErrorState.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const meta: Meta<typeof ErrorState> = {
component: ErrorState,
tags: ['autodocs'],
argTypes: {
action: {
control: 'hide'
}
action: {}
}
};

Expand Down
2 changes: 1 addition & 1 deletion dashboard/components/modal/Modal.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const meta: Meta<typeof Modal> = {
control: 'boolean'
},
children: {
control: 'string'
control: 'text'
}
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ const meta: Meta<typeof SelectCheckbox> = {
component: SelectCheckbox,
tags: ['autodocs'],
argTypes: {
exclude: {
control: 'hidden'
},
setExclude: {
control: 'hidden'
}
exclude: {},
setExclude: {}
}
};

Expand Down
Loading
Loading