@evercam/ui 0.0.63-preview-admin-copilot-e9a0bbd17 → 0.0.63-preview-copilot-timeline-navigation-6c9767618

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/README.md CHANGED
@@ -47,3 +47,4 @@ You can preview the components and their stories by running the [Histoire](https
47
47
  .............
48
48
 
49
49
 
50
+
package/dist/index.mjs CHANGED
@@ -10115,7 +10115,7 @@ const y0 = Y.extend({
10115
10115
  ]);
10116
10116
  },
10117
10117
  panToTimestamp(t) {
10118
- const e = this.toD3Date(t), r = this.timeScale(e), n = P.zoomTransform(
10118
+ const e = new Date(t), r = this.timeScale(e), n = P.zoomTransform(
10119
10119
  this.selection.node()
10120
10120
  ), a = n.x - r + this.getWidth() / 2;
10121
10121
  this.selection.transition().duration(this.translationDuration).call(