@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.
- package/dist/index.js +1 -1
- 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);
|