@movmo_app/react-common 0.10.3 → 0.10.4
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -11565,6 +11565,8 @@ const mg = /* @__PURE__ */ Rs(bg), vg = ({
|
|
|
11565
11565
|
"input",
|
|
11566
11566
|
{
|
|
11567
11567
|
type: "text",
|
|
11568
|
+
inputMode: "numeric",
|
|
11569
|
+
pattern: "[0-9]*",
|
|
11568
11570
|
maxLength: 1,
|
|
11569
11571
|
className: "w-full max-w-10 h-16 border border-grayWarm-300 shadow-xs rounded-md text-center text-lg focus:outline-none focus:ring-2 focus:ring-grayWarm-950",
|
|
11570
11572
|
value: u[v] || "",
|