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.modern.js
CHANGED
@@ -4228,7 +4228,10 @@ var CreateContentDialog = function CreateContentDialog(_ref) {
|
|
4228
4228
|
value = _ref$value === void 0 ? {} : _ref$value,
|
4229
4229
|
filter = _ref.filter,
|
4230
4230
|
validator = _ref.validator,
|
4231
|
-
onOK = _ref.onOK
|
4231
|
+
onOK = _ref.onOK,
|
4232
|
+
className = _ref.className,
|
4233
|
+
_ref$outlined = _ref.outlined,
|
4234
|
+
outlined = _ref$outlined === void 0 ? true : _ref$outlined;
|
4232
4235
|
var site = useContext(SiteContext);
|
4233
4236
|
|
4234
4237
|
var _useState = useState(value),
|
@@ -4296,7 +4299,9 @@ var CreateContentDialog = function CreateContentDialog(_ref) {
|
|
4296
4299
|
}, /*#__PURE__*/React.createElement(ContentEditor, {
|
4297
4300
|
content: content,
|
4298
4301
|
onChange: change,
|
4299
|
-
filter: filterForm
|
4302
|
+
filter: filterForm,
|
4303
|
+
className: className,
|
4304
|
+
outlined: outlined
|
4300
4305
|
}), errors.map(function (error) {
|
4301
4306
|
return /*#__PURE__*/React.createElement(Text, {
|
4302
4307
|
use: "overline",
|