ywana-core8 0.0.346 → 0.0.347
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
@@ -4236,7 +4236,10 @@ var CreateContentDialog = function CreateContentDialog(_ref) {
|
|
4236
4236
|
value = _ref$value === void 0 ? {} : _ref$value,
|
4237
4237
|
filter = _ref.filter,
|
4238
4238
|
validator = _ref.validator,
|
4239
|
-
onOK = _ref.onOK
|
4239
|
+
onOK = _ref.onOK,
|
4240
|
+
className = _ref.className,
|
4241
|
+
_ref$outlined = _ref.outlined,
|
4242
|
+
outlined = _ref$outlined === void 0 ? true : _ref$outlined;
|
4240
4243
|
var site = React.useContext(SiteContext);
|
4241
4244
|
|
4242
4245
|
var _useState = React.useState(value),
|
@@ -4304,7 +4307,9 @@ var CreateContentDialog = function CreateContentDialog(_ref) {
|
|
4304
4307
|
}, /*#__PURE__*/React__default["default"].createElement(ContentEditor, {
|
4305
4308
|
content: content,
|
4306
4309
|
onChange: change,
|
4307
|
-
filter: filterForm
|
4310
|
+
filter: filterForm,
|
4311
|
+
className: className,
|
4312
|
+
outlined: outlined
|
4308
4313
|
}), errors.map(function (error) {
|
4309
4314
|
return /*#__PURE__*/React__default["default"].createElement(Text, {
|
4310
4315
|
use: "overline",
|