Skip to content

Commit

Permalink
Fix/821 pagination spacing using columnGap (#872)
Browse files Browse the repository at this point in the history
* fix(821): update pagination item spacing

* fix(821): update docs

* fix(821): rename prop and pass gap to grid prop

* fix(821): update snapshot

* fix(821): update snapshots
  • Loading branch information
mstuartf authored May 15, 2023
1 parent 06a3f80 commit a94c908
Show file tree
Hide file tree
Showing 9 changed files with 1,415 additions and 1,901 deletions.
6 changes: 6 additions & 0 deletions site/pages/components/pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,12 @@ const PaginationComponent = (layoutProps: LayoutProps) => (
description:
'If provided, overrides the stylePreset of the pagination',
},
{
attribute: 'gap',
type: 'MQ<string>',
description:
'If provided, this overrides the gap applied between pagination items.',
},
...(commonLogicalProps() as OverridesRowsProps[]),
],
},
Expand Down
Loading

0 comments on commit a94c908

Please sign in to comment.