indicator-ui 1.1.65 → 1.1.67

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/index.js CHANGED
@@ -29332,8 +29332,9 @@ function MJ(r) {
29332
29332
  }, [n, t]), o = G(() => i(), [n, i]), s = k((d) => ps(d, "HH:mm"), []), c = k((d) => {
29333
29333
  e(d);
29334
29334
  }, [e]), u = k(() => {
29335
- e((/* @__PURE__ */ new Date()).toISOString());
29336
- }, [e]);
29335
+ const d = new Date(t), f = /* @__PURE__ */ new Date();
29336
+ d.setHours(f.getHours(), f.getMinutes(), f.getSeconds(), f.getMilliseconds()), e(d.toISOString());
29337
+ }, [e, t]);
29337
29338
  return {
29338
29339
  tags: o,
29339
29340
  getTimeLabel: s,