@thecb/components 10.5.2-beta.0 → 10.5.2-beta.1

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
@@ -41182,7 +41182,7 @@ var EditableList = function EditableList(_ref) {
41182
41182
  "aria-label": "Edit ".concat(ariaLabel || itemName),
41183
41183
  role: editItemAriaRole
41184
41184
  }))));
41185
- })), canAdd && !(!maxItems || items.length < maxItems) && /*#__PURE__*/React__default.createElement(Box, {
41185
+ })), canAdd && (!maxItems || items.length < maxItems) && /*#__PURE__*/React__default.createElement(Box, {
41186
41186
  padding: items.length === 0 ? "0" : "1rem 0 0"
41187
41187
  }, /*#__PURE__*/React__default.createElement(Placeholder$1, {
41188
41188
  text: addText,