Skip to content

Commit

Permalink
docs(PPDSC-2855): docs(PPDSC-2855) review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RashikaNewsUK committed Mar 13, 2023
1 parent 3b29b0f commit eaf00b4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions site/pages/components/pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ const PaginationComponent = (layoutProps: LayoutProps) => (
tableRows: [
{
element: 'pagination',
attribute: 'role',
attribute: 'nav',
value: 'navigation',
description: (
<>
Expand Down Expand Up @@ -322,13 +322,13 @@ const PaginationComponent = (layoutProps: LayoutProps) => (
{
element: 'link',
attribute: 'aria-current',
value: 'current',
value: 'page',
description: 'Indicates the current page',
},
{
element: 'link',
attribute: 'aria-disabled',
value: 'false',
value: 'true',
description: 'Indicates a disabled link',
},
],
Expand Down Expand Up @@ -440,12 +440,6 @@ const PaginationComponent = (layoutProps: LayoutProps) => (
title: 'Pagination items',
summary: 'Show pagination item links with numbers.',
propsRows: [
{
name: 'children',
type: ['Exclude', '<React.ReactNode>', 'undefined'],
description: 'Label and icon of the pagination item',
required: true,
},
{
name: 'truncation',
type: 'boolean',
Expand Down

0 comments on commit eaf00b4

Please sign in to comment.