@apexcura/ui-components 0.0.11-Beta168 → 0.0.11-Beta169

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
@@ -655,7 +655,7 @@ var DatePickerElement = (props) => {
655
655
  console.log("date---------", date2);
656
656
  if (date2) {
657
657
  const formattedDate = date2.format("lll");
658
- setDate(date2);
658
+ setDate(formattedDate);
659
659
  if (props.onChange) {
660
660
  props.onChange(formattedDate);
661
661
  }
package/dist/index.mjs CHANGED
@@ -604,7 +604,7 @@ var DatePickerElement = (props) => {
604
604
  console.log("date---------", date2);
605
605
  if (date2) {
606
606
  const formattedDate = date2.format("lll");
607
- setDate(date2);
607
+ setDate(formattedDate);
608
608
  if (props.onChange) {
609
609
  props.onChange(formattedDate);
610
610
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta168",
3
+ "version": "0.0.11-Beta169",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",