@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/dist/hyphen-components.cjs.development.js +0 -1
- package/dist/hyphen-components.cjs.development.js.map +1 -1
- package/dist/hyphen-components.cjs.production.min.js +1 -1
- package/dist/hyphen-components.cjs.production.min.js.map +1 -1
- package/dist/hyphen-components.esm.js +0 -1
- package/dist/hyphen-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Pagination/Pagination.tsx +0 -1
|
@@ -3499,7 +3499,6 @@ var Pagination = function Pagination(_ref) {
|
|
|
3499
3499
|
direction: "row",
|
|
3500
3500
|
alignItems: "center",
|
|
3501
3501
|
justifyContent: "space-between",
|
|
3502
|
-
padding: "lg",
|
|
3503
3502
|
className: classNames(className)
|
|
3504
3503
|
}, React.createElement(Box, {
|
|
3505
3504
|
direction: "row",
|