@thecb/components 10.6.2-beta.1 → 10.6.2-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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/placeholder/Placeholder.js +2 -2
- package/src/components/molecules/editable-list/EditableList.stories.js +7 -2
package/dist/index.cjs.js
CHANGED
|
@@ -28106,12 +28106,12 @@ var renderContent = function renderContent(_ref2) {
|
|
|
28106
28106
|
textDecoration: "none"
|
|
28107
28107
|
}
|
|
28108
28108
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
28109
|
-
padding: "0",
|
|
28109
|
+
padding: "0 2px",
|
|
28110
28110
|
minHeight: "100%",
|
|
28111
28111
|
extraStyles: "cursor: pointer;"
|
|
28112
28112
|
}, children)) : /*#__PURE__*/React__default.createElement(Box, {
|
|
28113
28113
|
onClick: action,
|
|
28114
|
-
padding: "0",
|
|
28114
|
+
padding: "0 2px",
|
|
28115
28115
|
minHeight: "100%",
|
|
28116
28116
|
extraStyles: "cursor: pointer;",
|
|
28117
28117
|
dataQa: dataQa,
|