ywana-core8 0.0.186 → 0.0.190

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
@@ -2286,7 +2286,8 @@
2286
2286
  NONE: '',
2287
2287
  DATE: 'date',
2288
2288
  EMAIL: 'email',
2289
- HTML: 'HTML'
2289
+ HTML: 'HTML',
2290
+ URL: 'URL'
2290
2291
  };
2291
2292
  /**
2292
2293
  * CHECK
@@ -2714,7 +2715,6 @@
2714
2715
  }
2715
2716
 
2716
2717
  var sections = content.sections();
2717
- console.log("TabbedContentEditor", sections);
2718
2718
  return /*#__PURE__*/React__default["default"].createElement("div", {
2719
2719
  className: "content-editor tabbed"
2720
2720
  }, /*#__PURE__*/React__default["default"].createElement(Tabs, {
@@ -2986,8 +2986,10 @@
2986
2986
  return /*#__PURE__*/React__default["default"].createElement("div", {
2987
2987
  className: "field-editor string-editor"
2988
2988
  }, format === FORMATS.HTML ? /*#__PURE__*/React__default["default"].createElement(Editor, {
2989
+ id: id,
2989
2990
  value: value,
2990
- onChange: change
2991
+ onChange: change,
2992
+ content: content
2991
2993
  }) : null, format === FORMATS.DATE ? /*#__PURE__*/React__default["default"].createElement(TextField, {
2992
2994
  outlined: outlined,
2993
2995
  id: id,