import globalThis from 'global'; export default { component: globalThis.Components.Html, args: { content: '', }, parameters: { chromatic: { disable: true }, }, }; export const Options = { args: { content: '', }, parameters: { a11y: { config: {}, options: { checks: { 'color-contrast': { enabled: false }, }, }, }, }, }; export const Config = { args: { content: '', }, parameters: { a11y: { config: { rules: [{ id: 'avoid-inline-spacing', options: {} }], disableOtherRules: true, }, options: {}, }, }, }; export const Targetted = { args: { content: '', }, parameters: { a11y: { element: '.custom-target', }, }, }; export const Disabled = { parameters: { a11y: { disable: true, }, }, };