ywana-core8 0.0.803 → 0.0.804

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.
@@ -6583,7 +6583,8 @@ var EditContentDialog = function EditContentDialog(_ref) {
6583
6583
  value = _ref$value === void 0 ? {} : _ref$value,
6584
6584
  filter = _ref.filter,
6585
6585
  validator = _ref.validator,
6586
- onOK = _ref.onOK;
6586
+ onOK = _ref.onOK,
6587
+ className = _ref.className;
6587
6588
  var site = useContext(SiteContext);
6588
6589
 
6589
6590
  var _useState = useState(value),
@@ -6651,7 +6652,8 @@ var EditContentDialog = function EditContentDialog(_ref) {
6651
6652
  }, /*#__PURE__*/React.createElement(ContentEditor, {
6652
6653
  content: content,
6653
6654
  onChange: change,
6654
- filter: filterForm
6655
+ filter: filterForm,
6656
+ className: className
6655
6657
  }), errors.map(function (error) {
6656
6658
  return /*#__PURE__*/React.createElement(Text, {
6657
6659
  use: "overline",