@hyphen/hyphen-components 2.9.2 → 2.9.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.
@@ -3512,7 +3512,7 @@ var Pagination = function Pagination(_ref) {
3512
3512
  },
3513
3513
  gap: isCompact ? 'xs' : 'sm'
3514
3514
  }, React.createElement(Button, {
3515
- variant: "primary",
3515
+ variant: "secondary",
3516
3516
  size: isCompact ? 'sm' : 'md',
3517
3517
  isDisabled: activePage === 1,
3518
3518
  onClick: function onClick() {
@@ -3538,7 +3538,7 @@ var Pagination = function Pagination(_ref) {
3538
3538
  className: className
3539
3539
  }, isPage ? pageNumber : '...');
3540
3540
  })), React.createElement(Button, {
3541
- variant: "primary",
3541
+ variant: "secondary",
3542
3542
  size: isCompact ? 'sm' : 'md',
3543
3543
  isDisabled: activePage === pageTotal,
3544
3544
  onClick: function onClick() {