@thecb/components 10.6.2-beta.3 → 10.6.2-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.cjs.js
CHANGED
|
@@ -28111,9 +28111,9 @@ var renderContent = function renderContent(_ref2) {
|
|
|
28111
28111
|
extraStyles: "cursor: pointer;"
|
|
28112
28112
|
}, children)) : /*#__PURE__*/React__default.createElement(Box, {
|
|
28113
28113
|
onClick: action,
|
|
28114
|
-
padding: "0
|
|
28114
|
+
padding: "0",
|
|
28115
28115
|
minHeight: "100%",
|
|
28116
|
-
extraStyles: "cursor: pointer;",
|
|
28116
|
+
extraStyles: "margin: 0 2px; cursor: pointer;",
|
|
28117
28117
|
dataQa: dataQa,
|
|
28118
28118
|
tabIndex: "0",
|
|
28119
28119
|
onKeyPress: function onKeyPress(e) {
|