@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 +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/utils/DateFormat.d.ts +2 -129
- package/dist/index.d.ts +2 -129
- package/package.json +1 -1
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
|
|
15324
|
+
return momentWithDate(utc);
|
|
15325
15325
|
}
|
|
15326
15326
|
function now() {
|
|
15327
15327
|
if (process.env.NODE_ENV === 'development') {
|