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.cjs CHANGED
@@ -4196,6 +4196,15 @@ var StringEditor = function StringEditor(_ref6) {
4196
4196
  readOnly: !editable
4197
4197
  });
4198
4198
 
4199
+ case FORMATS.DATERANGE:
4200
+ return /*#__PURE__*/React__default["default"].createElement(DateRange, {
4201
+ id: id,
4202
+ label: label,
4203
+ value: value,
4204
+ onChange: change,
4205
+ readOnly: !editable
4206
+ });
4207
+
4199
4208
  case FORMATS.TOKENS:
4200
4209
  return /*#__PURE__*/React__default["default"].createElement(TokenField, {
4201
4210
  id: id,