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