ywana-core8 0.0.435 → 0.0.436

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.umd.js CHANGED
@@ -3473,7 +3473,8 @@
3473
3473
  onComplete = _ref.onComplete,
3474
3474
  onClose = _ref.onClose,
3475
3475
  children = _ref.children,
3476
- className = _ref.className;
3476
+ className = _ref.className,
3477
+ disabled = _ref.disabled;
3477
3478
  var site = React.useContext(SiteContext);
3478
3479
 
3479
3480
  function success(file, message) {
@@ -3506,7 +3507,7 @@
3506
3507
  onAction: onAction,
3507
3508
  actions: actions,
3508
3509
  className: className
3509
- }, /*#__PURE__*/React__default["default"].createElement(Uploader, {
3510
+ }, disabled ? "" : /*#__PURE__*/React__default["default"].createElement(Uploader, {
3510
3511
  label: label,
3511
3512
  accept: accept,
3512
3513
  target: target,