@bluemarble/bm-components 0.0.56 → 0.0.57

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
@@ -15339,7 +15339,7 @@ function DateFormat(date) {
15339
15339
  now,
15340
15340
  utc: (newUTC) => {
15341
15341
  data.utc = newUTC;
15342
- return DateFormat(date);
15342
+ return DateFormat;
15343
15343
  }
15344
15344
  };
15345
15345
  }