@rafal.lemieszewski/tide-ui 0.25.0 → 0.25.1

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.es.js CHANGED
@@ -21599,7 +21599,7 @@ const Kd = (e, t = 0) => {
21599
21599
  const i = (o - r) / (n - 1), c = Math.pow(10, Math.floor(Math.log10(i)));
21600
21600
  let s;
21601
21601
  i / c < 1.5 ? s = c : i / c < 3 ? s = 2 * c : i / c < 7 ? s = 5 * c : s = 10 * c;
21602
- const l = Math.floor(r / s) * s, d = Math.ceil(o / s) * s;
21602
+ const l = Math.floor(r / s) * s, d = l + s * (n - 1);
21603
21603
  return [l, d];
21604
21604
  }, YF = (e, t, n, r = 20) => {
21605
21605
  if (!e.length) return r;