ywana-core8 0.0.802 → 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