@hyphen/hyphen-components 2.11.3 → 2.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyphen/hyphen-components",
3
- "version": "2.11.3",
3
+ "version": "2.11.4",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "@hyphen"
@@ -99,7 +99,6 @@ export const Pagination: FC<PaginationProps> = ({
99
99
  direction="row"
100
100
  alignItems="center"
101
101
  justifyContent="space-between"
102
- padding="lg"
103
102
  className={classNames(className)}
104
103
  >
105
104
  <Box