@thecb/components 7.7.4-beta.2 → 7.7.4-beta.4
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
|
@@ -45707,7 +45707,7 @@ var PrevNextButton = function PrevNextButton(_ref) {
|
|
|
45707
45707
|
action: action,
|
|
45708
45708
|
contentOverride: true,
|
|
45709
45709
|
dataQa: type,
|
|
45710
|
-
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:
|
|
45710
|
+
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: 0;\n &:focus {\n outline: none\n }\n ")
|
|
45711
45711
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
45712
45712
|
padding: "0",
|
|
45713
45713
|
extraStyles: type === "prev" && "transform: scaleX(-1)"
|