ywana-core8 0.0.395 → 0.0.396

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
@@ -1205,7 +1205,8 @@
1205
1205
  HTML: 'HTML',
1206
1206
  URL: 'URL',
1207
1207
  IMG: 'IMG',
1208
- COLOR: 'COLOR'
1208
+ COLOR: 'COLOR',
1209
+ TOKENS: 'TOKENS'
1209
1210
  };
1210
1211
  /**
1211
1212
  * CHECK
@@ -4141,6 +4142,15 @@
4141
4142
  readOnly: !editable
4142
4143
  });
4143
4144
 
4145
+ case FORMATS.TOKENS:
4146
+ return /*#__PURE__*/React__default["default"].createElement(TokenField, {
4147
+ id: id,
4148
+ label: label,
4149
+ onChange: change,
4150
+ readOnly: !editable,
4151
+ options: options
4152
+ });
4153
+
4144
4154
  default:
4145
4155
  return options ? /*#__PURE__*/React__default["default"].createElement(DropDown, {
4146
4156
  outlined: outlined,