@aloudata/aloudata-design 2.19.4 → 2.19.5
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/Tag/index.js +1 -1
- package/package.json +1 -1
package/dist/Tag/index.js
CHANGED
|
@@ -68,7 +68,7 @@ export default function Tag(props) {
|
|
|
68
68
|
}
|
|
69
69
|
onClose === null || onClose === void 0 ? void 0 : onClose(e);
|
|
70
70
|
}, [disabled, onClose]);
|
|
71
|
-
var DEFAULT_MAX_WIDTH =
|
|
71
|
+
var DEFAULT_MAX_WIDTH = 400;
|
|
72
72
|
var domTitle = title !== undefined ? title : typeof children === 'string' ? children : '';
|
|
73
73
|
return /*#__PURE__*/React.createElement("span", {
|
|
74
74
|
className: classNames(prefixCls('container'), (_classNames = {}, _defineProperty(_classNames, prefixCls('small'), size === 'small'), _defineProperty(_classNames, prefixCls('large'), size === 'large'), _defineProperty(_classNames, prefixCls('disabled'), disabled), _classNames), className || ''),
|