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.modern.js
CHANGED
@@ -3456,7 +3456,8 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
3456
3456
|
onSuccess = _ref.onSuccess,
|
3457
3457
|
onComplete = _ref.onComplete,
|
3458
3458
|
onClose = _ref.onClose,
|
3459
|
-
children = _ref.children
|
3459
|
+
children = _ref.children,
|
3460
|
+
className = _ref.className;
|
3460
3461
|
var site = useContext(SiteContext);
|
3461
3462
|
|
3462
3463
|
function success(file, message) {
|
@@ -3487,7 +3488,8 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
3487
3488
|
title: title,
|
3488
3489
|
open: true,
|
3489
3490
|
onAction: onAction,
|
3490
|
-
actions: actions
|
3491
|
+
actions: actions,
|
3492
|
+
className: className
|
3491
3493
|
}, /*#__PURE__*/React.createElement(Uploader, {
|
3492
3494
|
label: label,
|
3493
3495
|
accept: accept,
|