import { global as globalThis } from '@storybook/global'; export default { component: globalThis.Components.Html, args: { content: '', }, parameters: { chromatic: { disable: true }, }, }; export const Violations = { args: { content: `
empty heading
empty button
low contrast
missing label
missing alt
heading
button
contrast
label
alt