@bluemarble/bm-components 0.0.60 → 0.0.61
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,10 @@ function DateFormat(date) {
|
|
|
15339
15339
|
now,
|
|
15340
15340
|
utc: (newUTC) => {
|
|
15341
15341
|
data.utc = newUTC;
|
|
15342
|
-
return
|
|
15342
|
+
return (newDate) => {
|
|
15343
|
+
date = newDate;
|
|
15344
|
+
return methods;
|
|
15345
|
+
};
|
|
15343
15346
|
}
|
|
15344
15347
|
};
|
|
15345
15348
|
return methods;
|