ywana-core8 0.0.485 → 0.0.486

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
@@ -4191,6 +4191,15 @@
4191
4191
  readOnly: !editable
4192
4192
  });
4193
4193
 
4194
+ case FORMATS.DATERANGE:
4195
+ return /*#__PURE__*/React__default["default"].createElement(DateRange, {
4196
+ id: id,
4197
+ label: label,
4198
+ value: value,
4199
+ onChange: change,
4200
+ readOnly: !editable
4201
+ });
4202
+
4194
4203
  case FORMATS.TOKENS:
4195
4204
  return /*#__PURE__*/React__default["default"].createElement(TokenField, {
4196
4205
  id: id,