From 5f1479e24b08144371430f0f8a954885c5e9963c Mon Sep 17 00:00:00 2001 From: Aditya Unnithan_ONS <56112669+adi-unni@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:17:00 +0000 Subject: [PATCH] Update docs (#3083) --- src/components/pagination/_macro-options.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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