@apexcura/ui-components 0.0.14-Beta204 → 0.0.14-Beta205

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.js CHANGED
@@ -924,7 +924,7 @@ var DateRangePickerElement = (props) => {
924
924
  disabledDate,
925
925
  presets: rangePresets,
926
926
  onChange: handleChange,
927
- value: value && [(0, import_dayjs2.default)(value[0].format("DD-MM-YYYY")), (0, import_dayjs2.default)(value[1].format("DD-MM-YYYY"))]
927
+ value: value && [(0, import_dayjs2.default)(value[0]), (0, import_dayjs2.default)(value[1])]
928
928
  }
929
929
  ));
930
930
  };
package/dist/index.mjs CHANGED
@@ -858,7 +858,7 @@ var DateRangePickerElement = (props) => {
858
858
  disabledDate,
859
859
  presets: rangePresets,
860
860
  onChange: handleChange,
861
- value: value && [dayjs2(value[0].format("DD-MM-YYYY")), dayjs2(value[1].format("DD-MM-YYYY"))]
861
+ value: value && [dayjs2(value[0]), dayjs2(value[1])]
862
862
  }
863
863
  ));
864
864
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.14-Beta204",
3
+ "version": "0.0.14-Beta205",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",