@hyphen/hyphen-components 2.9.2 → 2.9.3

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.
@@ -3516,7 +3516,7 @@ var Pagination = function Pagination(_ref) {
3516
3516
  },
3517
3517
  gap: isCompact ? 'xs' : 'sm'
3518
3518
  }, React.createElement(Button, {
3519
- variant: "primary",
3519
+ variant: "secondary",
3520
3520
  size: isCompact ? 'sm' : 'md',
3521
3521
  isDisabled: activePage === 1,
3522
3522
  onClick: function onClick() {
@@ -3542,7 +3542,7 @@ var Pagination = function Pagination(_ref) {
3542
3542
  className: className
3543
3543
  }, isPage ? pageNumber : '...');
3544
3544
  })), React.createElement(Button, {
3545
- variant: "primary",
3545
+ variant: "secondary",
3546
3546
  size: isCompact ? 'sm' : 'md',
3547
3547
  isDisabled: activePage === pageTotal,
3548
3548
  onClick: function onClick() {