@salesgenterp/ui-components 0.4.528 → 0.4.529

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.
@@ -298,6 +298,7 @@ var DATE_FORMATS = {
298
298
  TIMESTAMP_FORMAT: 'DD MMM YY hh:mm A',
299
299
  LIST_DATE_TIME_FORMAT: 'YYYY-MM-DD hh:mm A',
300
300
  DEFAULT_DATE_FORMAT: 'YYYY-MM-DD',
301
+ LOCAL_DATE_FORMAT: 'DD MMM YY',
301
302
  TIME: 'hh:mm:ss A'
302
303
  };
303
304
  var DEFAULT_PAYMENT_PROVIDER = {
@@ -10515,7 +10516,7 @@ var StaticPageList = function StaticPageList(_ref) {
10515
10516
  item: true
10516
10517
  }, getLocalTime({
10517
10518
  time: item === null || item === void 0 ? void 0 : item.insertedTimestamp,
10518
- format: DATE_FORMATS.DEFAULT_DATE_FORMAT
10519
+ format: DATE_FORMATS.LOCAL_DATE_FORMAT
10519
10520
  })), /*#__PURE__*/React__default.createElement(Grid, {
10520
10521
  item: true
10521
10522
  }, (item === null || item === void 0 ? void 0 : item.createdByName) || (item === null || item === void 0 ? void 0 : item.createdBy)))))))));