@thecb/components 7.7.4-beta.5 → 7.7.4-beta.6

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/index.esm.js CHANGED
@@ -45782,11 +45782,11 @@ var Pagination = function Pagination(_ref3) {
45782
45782
  _ref3$borderRadius = _ref3.borderRadius,
45783
45783
  borderRadius = _ref3$borderRadius === void 0 ? "3px" : _ref3$borderRadius,
45784
45784
  _ref3$buttonHeight = _ref3.buttonHeight,
45785
- buttonHeight = _ref3$buttonHeight === void 0 ? "40px" : _ref3$buttonHeight,
45785
+ buttonHeight = _ref3$buttonHeight === void 0 ? "44px" : _ref3$buttonHeight,
45786
45786
  _ref3$buttonWidth = _ref3.buttonWidth,
45787
- buttonWidth = _ref3$buttonWidth === void 0 ? "40px" : _ref3$buttonWidth,
45787
+ buttonWidth = _ref3$buttonWidth === void 0 ? "44px" : _ref3$buttonWidth,
45788
45788
  _ref3$childGap = _ref3.childGap,
45789
- childGap = _ref3$childGap === void 0 ? "10px" : _ref3$childGap,
45789
+ childGap = _ref3$childGap === void 0 ? "24px" : _ref3$childGap,
45790
45790
  currentPage = _ref3.currentPage,
45791
45791
  _ref3$fontSize = _ref3.fontSize,
45792
45792
  fontSize = _ref3$fontSize === void 0 ? "17px" : _ref3$fontSize,
@@ -45816,10 +45816,10 @@ var Pagination = function Pagination(_ref3) {
45816
45816
  }) : isMobile && /*#__PURE__*/React.createElement(PrevNextPlaceholder, {
45817
45817
  buttonHeight: buttonHeight,
45818
45818
  buttonWidth: buttonWidth
45819
- }), isMobile ? /*#__PURE__*/React.createElement(Box, {
45819
+ }), isMobile ? pageCount > 0 && /*#__PURE__*/React.createElement(Box, {
45820
45820
  padding: "0"
45821
- }, /*#__PURE__*/React.createElement(Cluster, {
45822
- justify: "flex-end"
45821
+ }, /*#__PURE__*/React.createElement(Cover, {
45822
+ singleChild: true
45823
45823
  }, /*#__PURE__*/React.createElement(Text$1, {
45824
45824
  variant: "pXL",
45825
45825
  weight: fontWeight,