diff --git a/src/components/pagination/_macro-options.md b/src/components/pagination/_macro-options.md index 11d39e654b..47166c3a75 100644 --- a/src/components/pagination/_macro-options.md +++ b/src/components/pagination/_macro-options.md @@ -1,12 +1,11 @@ -| Name | Type | Required | Description | -| ------------------ | ------------- | -------- | ------------------------------------------------------------------------------------------------------------------- | -| pages | `Array` | true | Settings for each [page](#page) | -| currentPageNumber | integer | true | Sets the current page number | -| previous | string | false | Text label for the “Previous” link. Default is "Previous". | -| next | string | false | Text label for the “Next” link. Default is "Next". | -| classes | string | false | Classes to add to the pagination HTML `nav` element | -| hideRangeIndicator | boolean | false | Set to “true” to hide the range indicator on viewports ≥ 740px | -| headingLevel | string | false | Number used to determine the heading level to ensure it has the correct semantic order on the page. Defaults to `2` | +| Name | Type | Required | Description | +| ------------------ | ------------- | -------- | ------------------------------------------------------------------ | +| pages | `Array` | true | Settings for each [page](#page) | +| currentPageNumber | integer | true | Sets the current page number | +| previous | string | false | Text label for the “Previous” link. Default is "Previous". | +| next | string | false | Text label for the “Next” link. Default is "Next". | +| classes | string | false | Classes to add to the pagination HTML `nav` element | +| hideRangeIndicator | boolean | false | Set to “true” to hide the range indicator on viewports ≥ 740px | ## Page