@thecb/components 10.6.2-beta.2 → 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
|
@@ -28106,14 +28106,14 @@ 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
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) {
|
|
@@ -41362,7 +41362,7 @@ var EditableList = function EditableList(_ref) {
|
|
|
41362
41362
|
role: editItemAriaRole
|
|
41363
41363
|
}))));
|
|
41364
41364
|
})), canAdd && (!maxItems || items.length < maxItems) && /*#__PURE__*/React__default.createElement(Box, {
|
|
41365
|
-
padding: items.length === 0 ? "0" : "1rem
|
|
41365
|
+
padding: items.length === 0 ? "0" : "1rem 0 0"
|
|
41366
41366
|
}, /*#__PURE__*/React__default.createElement(Placeholder$1, {
|
|
41367
41367
|
text: addText,
|
|
41368
41368
|
action: addItem,
|