@odeyalo/uikit 0.0.6 → 0.0.7

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/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -11385,7 +11385,7 @@ const d9 = /* @__PURE__ */ e.forwardRef(i9), r0 = {
11385
11385
  );
11386
11386
  }
11387
11387
  ), g9 = L(o1)``, p9 = L(c1)``, b9 = L(ir)``, R9 = L(i1)``, Xe = ["7", "8"], sr = "+", ee = " ", E9 = sr + Xe[0], x9 = ee + "(", Z9 = ")" + ee, M9 = (a) => {
11388
- let r = "", n = a.replace(/\D/g, "");
11388
+ let r = "", n = a.replace(/\D/g, "").substring(0, 11);
11389
11389
  return n.length && (Xe.includes(n[0]) || (n = Xe[0] + n), r = E9, n.length > 1 && (r += x9 + n.substring(1, 4)), n.length >= 5 && (r += Z9 + n.substring(4, 7)), n.length >= 8 && (r += ee + n.substring(7, 9)), n.length >= 10 && (r += ee + n.substring(9, 11))), {
11390
11390
  inputValue: r,
11391
11391
  digits: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odeyalo/uikit",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",