@byteluck-fe/runtime-mobile-controls 1.2.1 → 1.2.2

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.
@@ -231,7 +231,7 @@ function Kl(e, t) {
231
231
  if (!ma(e) || e === null || e === "")
232
232
  return console.log("A"), "";
233
233
  let a = Number(String(e).replace(/,/g, ""));
234
- return Number.isNaN(a) ? (console.log("B", a, e), "") : (t !== "" && (a = Os(a, t), console.log("D", a)), a);
234
+ return Number.isNaN(a) ? (console.log("B", a, e), "") : (t !== "" && (a = Number(Os(a, t)), console.log("D", a)), a);
235
235
  }
236
236
  const ni = navigator.userAgent.toLowerCase();
237
237
  function Kc() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-mobile-controls",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-mobile-controls.js",