ywana-core8 0.0.388 → 0.0.389

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
@@ -1204,7 +1204,8 @@ var FORMATS = {
1204
1204
  EMAIL: 'email',
1205
1205
  HTML: 'HTML',
1206
1206
  URL: 'URL',
1207
- IMG: 'IMG'
1207
+ IMG: 'IMG',
1208
+ COLOR: 'COLOR'
1208
1209
  };
1209
1210
  /**
1210
1211
  * CHECK
@@ -4076,6 +4077,9 @@ var StringEditor = function StringEditor(_ref6) {
4076
4077
 
4077
4078
  function renderFormat(format, options) {
4078
4079
  switch (format) {
4080
+ case FORMATS.COLOR:
4081
+ return /*#__PURE__*/React__default["default"].createElement("div", null, "COLOR PICKER");
4082
+
4079
4083
  case FORMATS.HTML:
4080
4084
  return /*#__PURE__*/React__default["default"].createElement(Editor, {
4081
4085
  id: id,