ywana-core8 0.0.801 → 0.0.803

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
@@ -3947,11 +3947,12 @@
3947
3947
  _props$layout = props.layout,
3948
3948
  layout = _props$layout === void 0 ? "simple" : _props$layout,
3949
3949
  _props$context = props.context,
3950
- context = _props$context === void 0 ? {} : _props$context;
3950
+ context = _props$context === void 0 ? {} : _props$context,
3951
+ className = props.className;
3951
3952
  return /*#__PURE__*/React__default["default"].createElement(PageProvider, {
3952
3953
  context: context
3953
3954
  }, /*#__PURE__*/React__default["default"].createElement("article", {
3954
- className: "page6 " + layout
3955
+ className: "page6 " + layout + " " + className
3955
3956
  }, children));
3956
3957
  };
3957
3958
 
@@ -5673,7 +5674,9 @@
5673
5674
  onChange = _ref6.onChange;
5674
5675
  var id = field.id,
5675
5676
  item = field.item,
5676
- label = field.label;
5677
+ label = field.label,
5678
+ _field$outlined = field.outlined,
5679
+ outlined = _field$outlined === void 0 ? false : _field$outlined;
5677
5680
  var content = new Content(item, value);
5678
5681
 
5679
5682
  function change(fid, value) {
@@ -5719,7 +5722,7 @@
5719
5722
  key: field.id,
5720
5723
  field: field,
5721
5724
  onChange: change,
5722
- outlined: true,
5725
+ outlined: outlined,
5723
5726
  content: content
5724
5727
  });
5725
5728
  }))) : null;