@thecb/components 7.7.4-beta.1 → 7.7.4-beta.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.
package/dist/index.cjs.js CHANGED
@@ -45715,7 +45715,7 @@ var PrevNextButton = function PrevNextButton(_ref) {
45715
45715
  action: action,
45716
45716
  contentOverride: true,
45717
45717
  dataQa: type,
45718
- extraStyles: "\n background-color: ".concat(numberColor, ";\n border-color: ").concat(numberColor, "\n border-radius: ").concat(borderRadius, ";\n margin: 0;\n max-height: ").concat(buttonHeight, ";\n min-height: 100%;\n min-width: ").concat(buttonWidth, ";\n padding: 6px;\n &:focus {\n outline: none\n }\n ")
45718
+ extraStyles: "\n background-color: ".concat(numberColor, ";\n border-color: ").concat(numberColor, "\n border-radius: ").concat(borderRadius, ";\n margin: 0;\n max-height: ").concat(buttonHeight, ";\n min-height: 100%;\n min-width: ").concat(buttonWidth, ";\n &:focus {\n outline: none\n }\n ")
45719
45719
  }, /*#__PURE__*/React__default.createElement(Box, {
45720
45720
  padding: "0",
45721
45721
  extraStyles: type === "prev" && "transform: scaleX(-1)"