ywana-core8 0.0.423 → 0.0.426

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
@@ -3289,6 +3289,8 @@ var SiteMenu = function SiteMenu(_ref6) {
3289
3289
  onClick: function onClick() {
3290
3290
  return _goto(id);
3291
3291
  }
3292
+ }, /*#__PURE__*/React__default["default"].createElement(Tooltip, {
3293
+ text: title
3292
3294
  }, /*#__PURE__*/React__default["default"].createElement(Icon, {
3293
3295
  key: id,
3294
3296
  icon: icon,
@@ -3296,7 +3298,7 @@ var SiteMenu = function SiteMenu(_ref6) {
3296
3298
  action: function action() {
3297
3299
  return _goto(id);
3298
3300
  }
3299
- }), sideNav === 'max' ? /*#__PURE__*/React__default["default"].createElement("label", null, title) : null);
3301
+ })), sideNav === 'max' ? /*#__PURE__*/React__default["default"].createElement("label", null, title) : null);
3300
3302
  }), /*#__PURE__*/React__default["default"].createElement("div", {
3301
3303
  className: "section-divider"
3302
3304
  }));
@@ -3464,7 +3466,8 @@ var UploadDialog = function UploadDialog(_ref) {
3464
3466
  onSuccess = _ref.onSuccess,
3465
3467
  onComplete = _ref.onComplete,
3466
3468
  onClose = _ref.onClose,
3467
- children = _ref.children;
3469
+ children = _ref.children,
3470
+ className = _ref.className;
3468
3471
  var site = React.useContext(SiteContext);
3469
3472
 
3470
3473
  function success(file, message) {
@@ -3495,7 +3498,8 @@ var UploadDialog = function UploadDialog(_ref) {
3495
3498
  title: title,
3496
3499
  open: true,
3497
3500
  onAction: onAction,
3498
- actions: actions
3501
+ actions: actions,
3502
+ className: className
3499
3503
  }, /*#__PURE__*/React__default["default"].createElement(Uploader, {
3500
3504
  label: label,
3501
3505
  accept: accept,
@@ -4235,7 +4239,7 @@ var ListEditor = function ListEditor(_ref8) {
4235
4239
  }, /*#__PURE__*/React__default["default"].createElement(TokenField, {
4236
4240
  id: field.id,
4237
4241
  label: label,
4238
- init: value,
4242
+ tokens: value,
4239
4243
  onChange: change
4240
4244
  }));
4241
4245
  };