ywana-core8 0.0.187 → 0.0.188

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, {
@@ -2988,7 +2988,8 @@
2988
2988
  }, format === FORMATS.HTML ? /*#__PURE__*/React__default["default"].createElement(Editor, {
2989
2989
  id: id,
2990
2990
  value: value,
2991
- onChange: change
2991
+ onChange: change,
2992
+ content: content
2992
2993
  }) : null, format === FORMATS.DATE ? /*#__PURE__*/React__default["default"].createElement(TextField, {
2993
2994
  outlined: outlined,
2994
2995
  id: id,