@bluemarble/bm-components 0.0.58 → 0.0.60

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/esm/index.js CHANGED
@@ -15321,7 +15321,7 @@ function DateFormat(date) {
15321
15321
  let utc = forceUTC || true;
15322
15322
  if (String(date).endsWith('Z'))
15323
15323
  utc = false;
15324
- return Object.assign(Object.assign({}, momentWithDate(utc)), { toDateOrUndefined: () => !date ? undefined : momentWithDate(utc).toDate() });
15324
+ return momentWithDate(utc);
15325
15325
  }
15326
15326
  function now() {
15327
15327
  if (process.env.NODE_ENV === 'development') {