@lctafrica/ui 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15478,7 +15478,7 @@ function TI({
15478
15478
  }
15479
15479
  );
15480
15480
  }
15481
- const zI = [5, 10, 20, 50, 100, 200, 500];
15481
+ const zI = [5, 10, 20, 50, 100, 200, 500, 1e3];
15482
15482
  function AI(e, t, r = 5) {
15483
15483
  if (t <= 1) return [1];
15484
15484
  const o = [1], n = Math.floor(r / 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",