ywana-core8 0.0.423 → 0.0.424
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
@@ -3459,7 +3459,8 @@
|
|
3459
3459
|
onSuccess = _ref.onSuccess,
|
3460
3460
|
onComplete = _ref.onComplete,
|
3461
3461
|
onClose = _ref.onClose,
|
3462
|
-
children = _ref.children
|
3462
|
+
children = _ref.children,
|
3463
|
+
className = _ref.className;
|
3463
3464
|
var site = React.useContext(SiteContext);
|
3464
3465
|
|
3465
3466
|
function success(file, message) {
|
@@ -3490,7 +3491,8 @@
|
|
3490
3491
|
title: title,
|
3491
3492
|
open: true,
|
3492
3493
|
onAction: onAction,
|
3493
|
-
actions: actions
|
3494
|
+
actions: actions,
|
3495
|
+
className: className
|
3494
3496
|
}, /*#__PURE__*/React__default["default"].createElement(Uploader, {
|
3495
3497
|
label: label,
|
3496
3498
|
accept: accept,
|