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.cjs
CHANGED
@@ -3464,7 +3464,8 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
3464
3464
|
onSuccess = _ref.onSuccess,
|
3465
3465
|
onComplete = _ref.onComplete,
|
3466
3466
|
onClose = _ref.onClose,
|
3467
|
-
children = _ref.children
|
3467
|
+
children = _ref.children,
|
3468
|
+
className = _ref.className;
|
3468
3469
|
var site = React.useContext(SiteContext);
|
3469
3470
|
|
3470
3471
|
function success(file, message) {
|
@@ -3495,7 +3496,8 @@ var UploadDialog = function UploadDialog(_ref) {
|
|
3495
3496
|
title: title,
|
3496
3497
|
open: true,
|
3497
3498
|
onAction: onAction,
|
3498
|
-
actions: actions
|
3499
|
+
actions: actions,
|
3500
|
+
className: className
|
3499
3501
|
}, /*#__PURE__*/React__default["default"].createElement(Uploader, {
|
3500
3502
|
label: label,
|
3501
3503
|
accept: accept,
|