@thecb/components 10.5.2-beta.0 → 10.5.2
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
|
@@ -41174,7 +41174,7 @@ var EditableList = function EditableList(_ref) {
|
|
|
41174
41174
|
"aria-label": "Edit ".concat(ariaLabel || itemName),
|
|
41175
41175
|
role: editItemAriaRole
|
|
41176
41176
|
}))));
|
|
41177
|
-
})), canAdd &&
|
|
41177
|
+
})), canAdd && (!maxItems || items.length < maxItems) && /*#__PURE__*/React.createElement(Box, {
|
|
41178
41178
|
padding: items.length === 0 ? "0" : "1rem 0 0"
|
|
41179
41179
|
}, /*#__PURE__*/React.createElement(Placeholder$1, {
|
|
41180
41180
|
text: addText,
|