import MutedBox from 'sentry/components/mutedBox'; export default { title: 'Features/Issues/Muted Box', component: MutedBox, }; export const Default = () => ; Default.storyName = 'Default'; export const IgnoreUntil = () => ( ); IgnoreUntil.storyName = 'Ignore Until Timestamp'; IgnoreUntil.parameters = { docs: { description: { story: 'Ignore until timestamp', }, }, }; export const IgnoreCount = () => ; IgnoreCount.storyName = 'Ignore Until Count'; IgnoreCount.parameters = { docs: { description: { story: 'Ignore until "count"', }, }, }; export const IgnoreCountWIgnoreWindow = () => ( ); IgnoreCountWIgnoreWindow.storyName = 'Ignore Count with Ignore Window'; IgnoreCountWIgnoreWindow.parameters = { docs: { description: { story: 'Ignore count with window', }, }, }; export const IgnoreUserCount = () => ; IgnoreUserCount.storyName = 'Ignore User Count'; IgnoreUserCount.parameters = { docs: { description: { story: 'Ignore user count', }, }, }; export const IgnoreUserCountWIgnoreUserWindow = () => ( ); IgnoreUserCountWIgnoreUserWindow.storyName = 'Ignore User Count with Ignore User Window'; IgnoreUserCountWIgnoreUserWindow.parameters = { docs: { description: { story: 'Ignore user count with window', }, }, };