Skip to content

Commit

Permalink
Merge branch 'main' into fix-hub-and-spoke-lighthouse-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Nov 6, 2024
2 parents f1a17b8 + 737524b commit dfa0a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/autosuggest/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
| resultsTitleId | string | true | ID for the results title. The ID is used in the results `aria-labelledby` to provide context for the results |
| input | `Input` [_(ref)_](/components/input) | true | Configuration object for the input |
| language | string | false | The ISO 639-1 Code will override the default language in page. Please note that only 'en', 'cy' and 'ni' is currently supported |
| id | string | false | The `id` of the input |
2 changes: 1 addition & 1 deletion src/components/back-to-top/_macro-options.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
| Name | Type | Required | Description |
| ----------- | ------ | -------- | -------------------------------------------------------------- |
| description | string | false | The text label added to the button. Defaults to "Back to Top" |
| anchor | string | false | The 'id' of the element the button jumps to. Defaults to "Top" |
| anchor | string | false | The `id` of the element the button jumps to. Defaults to "Top" |

0 comments on commit dfa0a00

Please sign in to comment.