@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.cjs.js
CHANGED
|
@@ -45790,11 +45790,11 @@ var Pagination = function Pagination(_ref3) {
|
|
|
45790
45790
|
_ref3$borderRadius = _ref3.borderRadius,
|
|
45791
45791
|
borderRadius = _ref3$borderRadius === void 0 ? "3px" : _ref3$borderRadius,
|
|
45792
45792
|
_ref3$buttonHeight = _ref3.buttonHeight,
|
|
45793
|
-
buttonHeight = _ref3$buttonHeight === void 0 ? "
|
|
45793
|
+
buttonHeight = _ref3$buttonHeight === void 0 ? "44px" : _ref3$buttonHeight,
|
|
45794
45794
|
_ref3$buttonWidth = _ref3.buttonWidth,
|
|
45795
|
-
buttonWidth = _ref3$buttonWidth === void 0 ? "
|
|
45795
|
+
buttonWidth = _ref3$buttonWidth === void 0 ? "44px" : _ref3$buttonWidth,
|
|
45796
45796
|
_ref3$childGap = _ref3.childGap,
|
|
45797
|
-
childGap = _ref3$childGap === void 0 ? "
|
|
45797
|
+
childGap = _ref3$childGap === void 0 ? "24px" : _ref3$childGap,
|
|
45798
45798
|
currentPage = _ref3.currentPage,
|
|
45799
45799
|
_ref3$fontSize = _ref3.fontSize,
|
|
45800
45800
|
fontSize = _ref3$fontSize === void 0 ? "17px" : _ref3$fontSize,
|
|
@@ -45824,10 +45824,10 @@ var Pagination = function Pagination(_ref3) {
|
|
|
45824
45824
|
}) : isMobile && /*#__PURE__*/React__default.createElement(PrevNextPlaceholder, {
|
|
45825
45825
|
buttonHeight: buttonHeight,
|
|
45826
45826
|
buttonWidth: buttonWidth
|
|
45827
|
-
}), isMobile ? /*#__PURE__*/React__default.createElement(Box, {
|
|
45827
|
+
}), isMobile ? pageCount > 0 && /*#__PURE__*/React__default.createElement(Box, {
|
|
45828
45828
|
padding: "0"
|
|
45829
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
45830
|
-
|
|
45829
|
+
}, /*#__PURE__*/React__default.createElement(Cover, {
|
|
45830
|
+
singleChild: true
|
|
45831
45831
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
45832
45832
|
variant: "pXL",
|
|
45833
45833
|
weight: fontWeight,
|