ywana-core8 0.0.187 → 0.0.191

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
@@ -2289,7 +2289,8 @@ var FORMATS = {
2289
2289
  NONE: '',
2290
2290
  DATE: 'date',
2291
2291
  EMAIL: 'email',
2292
- HTML: 'HTML'
2292
+ HTML: 'HTML',
2293
+ URL: 'URL'
2293
2294
  };
2294
2295
  /**
2295
2296
  * CHECK
@@ -2717,7 +2718,6 @@ var TabbedContentEditor = function TabbedContentEditor(_ref2) {
2717
2718
  }
2718
2719
 
2719
2720
  var sections = content.sections();
2720
- console.log("TabbedContentEditor", sections);
2721
2721
  return /*#__PURE__*/React__default["default"].createElement("div", {
2722
2722
  className: "content-editor tabbed"
2723
2723
  }, /*#__PURE__*/React__default["default"].createElement(Tabs, {
@@ -2991,7 +2991,8 @@ var StringEditor = function StringEditor(_ref6) {
2991
2991
  }, format === FORMATS.HTML ? /*#__PURE__*/React__default["default"].createElement(Editor, {
2992
2992
  id: id,
2993
2993
  value: value,
2994
- onChange: change
2994
+ onChange: change,
2995
+ content: content
2995
2996
  }) : null, format === FORMATS.DATE ? /*#__PURE__*/React__default["default"].createElement(TextField, {
2996
2997
  outlined: outlined,
2997
2998
  id: id,