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

`, }, }; export const Passes = { args: { content: `

heading

heading 1

button

contrast

label

alt

placeholder
`, }, };