@pi-oxide/extension-js 0.12.2 → 0.12.3

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/index.js CHANGED
@@ -1124,7 +1124,7 @@ function J(e) {
1124
1124
  if (r === "a") return "link";
1125
1125
  if (r === "input") {
1126
1126
  const a = e.type;
1127
- if (a === "text" || a === "email" || a === "password" || a === "search")
1127
+ if (a === "text" || a === "email" || a === "password" || a === "search" || a === "tel")
1128
1128
  return "textbox";
1129
1129
  if (a === "checkbox") return "checkbox";
1130
1130
  if (a === "radio") return "radio";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-oxide/extension-js",
3
3
  "type": "module",
4
- "version": "0.12.2",
4
+ "version": "0.12.3",
5
5
  "license": "LicenseRef-PiccoloNotebook-Fair-BYOK-1.0",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",