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

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
@@ -45677,12 +45677,10 @@ var arrowColor = WHITE;
45677
45677
  var numberColor = MATISSE_BLUE;
45678
45678
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
45679
45679
  var activeBackgroundColor$1 = WHITE;
45680
- var activeBorderColor$1 = MATISSE_BLUE;
45681
45680
  var activeColor$8 = MATISSE_BLUE;
45682
45681
  var fallbackValues$J = {
45683
45682
  activeColor: activeColor$8,
45684
45683
  activeBackgroundColor: activeBackgroundColor$1,
45685
- activeBorderColor: activeBorderColor$1,
45686
45684
  arrowColor: arrowColor,
45687
45685
  hoverBackgroundColor: hoverBackgroundColor$2,
45688
45686
  numberColor: numberColor
@@ -45834,14 +45832,14 @@ var Pagination = function Pagination(_ref3) {
45834
45832
  key: item.index,
45835
45833
  text: item.index,
45836
45834
  disabled: item.active,
45837
- extraDisabledStyles: "\n border: ".concat(activeBorderWidth, " solid ").concat(numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.numberColor, ";\n color: ").concat(numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.activeColor, ";\n background-color: ").concat(themeValues.activeBackgroundColor, ";\n &:focus {\n box-shadow: none;\n }\n &:hover {\n background-color: initial;\n }\n "),
45835
+ extraDisabledStyles: "\n border: ".concat(activeBorderWidth, " solid ").concat(numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.numberColor, ";\n color: ").concat(numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.activeColor, ";\n background-color: ").concat(themeValues.activeBackgroundColor, ";\n &:focus {\n box-shadow: none;\n }\n &:hover {\n background-color: initial;\n }\n "),
45838
45836
  action: !item.active ? function () {
45839
45837
  return setCurrentPage({
45840
45838
  pageNumber: item.index
45841
45839
  });
45842
45840
  } : noop,
45843
45841
  textExtraStyles: "font-size: ".concat(fontSize, "; font-weight: ").concat(fontWeight, ";"),
45844
- extraStyles: "\n min-width: ".concat(buttonWidth, "; min-height: 100%; padding: 0;\n border-radius: ").concat(borderRadius, ";\n &:hover, &:focus {\n text-decoration: none;\n > * > span {\n text-decoration: none;\n }\n }\n > * > span {\n color: ").concat(numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.numberColor, "\n }\n margin: 0;\n &:hover {\n background-color: ").concat(themeValues.hoverBackgroundColor, "\n }\n &:focus {\n outline: none\n }\n "),
45842
+ extraStyles: "\n min-width: ".concat(buttonWidth, "; min-height: 100%; padding: 0;\n border-radius: ").concat(borderRadius, ";\n &:hover, &:focus {\n text-decoration: none;\n > * > span {\n text-decoration: none;\n }\n }\n > * > span {\n color: ").concat(numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.numberColor, "\n }\n margin: 0;\n &:hover {\n background-color: ").concat(themeValues.hoverBackgroundColor, "\n }\n &:focus {\n outline: none\n }\n "),
45845
45843
  dataQa: index
45846
45844
  }, item.index)) : /*#__PURE__*/React.createElement(Box, {
45847
45845
  padding: "0 10px"
@@ -45851,8 +45849,7 @@ var Pagination = function Pagination(_ref3) {
45851
45849
  key: index,
45852
45850
  variant: "pXL",
45853
45851
  weight: fontWeight,
45854
- color: numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.numberColor,
45855
- extraStyles: "font-size: ".concat(fontSize)
45852
+ color: numberColor !== null && numberColor !== void 0 ? numberColor : themeValues.numberColor
45856
45853
  }, "...")));
45857
45854
  }), currentPage < pageCount ? /*#__PURE__*/React.createElement(PrevNextButton, {
45858
45855
  action: pageNext,