@xsolla/xui-input-phone 0.148.2 → 0.149.1
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/package.json +3 -3
- package/web/index.js +4 -0
- package/web/index.js.map +1 -1
- package/web/index.mjs +4 -0
- package/web/index.mjs.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-input-phone",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.149.1",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"test:coverage": "vitest run --coverage"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xsolla/xui-core": "0.
|
|
17
|
-
"@xsolla/xui-primitives-core": "0.
|
|
16
|
+
"@xsolla/xui-core": "0.149.1",
|
|
17
|
+
"@xsolla/xui-primitives-core": "0.149.1",
|
|
18
18
|
"libphonenumber-js": "^1.10.56"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/web/index.js
CHANGED
|
@@ -228,6 +228,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
228
228
|
as,
|
|
229
229
|
src,
|
|
230
230
|
alt,
|
|
231
|
+
onError,
|
|
232
|
+
onLoad,
|
|
231
233
|
type,
|
|
232
234
|
disabled,
|
|
233
235
|
id,
|
|
@@ -241,6 +243,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
241
243
|
{
|
|
242
244
|
src,
|
|
243
245
|
alt: alt || "",
|
|
246
|
+
onError,
|
|
247
|
+
onLoad,
|
|
244
248
|
style: {
|
|
245
249
|
display: "block",
|
|
246
250
|
objectFit: "cover",
|