diff --git a/src/components/panel/_macro-options.md b/src/components/panel/_macro-options.md index 7d0b893587..0541e4cbe5 100644 --- a/src/components/panel/_macro-options.md +++ b/src/components/panel/_macro-options.md @@ -1,13 +1,13 @@ -| Name | Type | Required | Description | -| ------------------- | ------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| body | string | true | The contents of the panel. This can contain HTML. | -| title | string | false | The title for the error summary panel | -| headingLevel | int | false | Number used to determine the heading level of the title. Use to ensure the title has a correct semantic order on the page. Defaults to `2` | -| type | string | false | A single value to adjust the component using available variants: “success”, “warn”, “ghost”, “bare”, “error”, “branded”, “warn-branded”, and “announcement” | -| spacious | boolean | false | Set to “true” to double the padding spacing surrounding the body content if required | -| classes | string | false | Custom classes to add to the panel | -| id | string | false | The HTML `id` for the panel | -| attributes | object | false | HTML attributes to apply to the panel (for example, data attributes) | -| assistiveTextPrefix | string | false | Sets the visually hidden prefix text for screen readers. Default values for each panel type: