@xsolla/xui-input-phone 0.148.1 → 0.149.0
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/web/index.mjs
CHANGED
|
@@ -191,6 +191,8 @@ var Box = React2.forwardRef(
|
|
|
191
191
|
as,
|
|
192
192
|
src,
|
|
193
193
|
alt,
|
|
194
|
+
onError,
|
|
195
|
+
onLoad,
|
|
194
196
|
type,
|
|
195
197
|
disabled,
|
|
196
198
|
id,
|
|
@@ -204,6 +206,8 @@ var Box = React2.forwardRef(
|
|
|
204
206
|
{
|
|
205
207
|
src,
|
|
206
208
|
alt: alt || "",
|
|
209
|
+
onError,
|
|
210
|
+
onLoad,
|
|
207
211
|
style: {
|
|
208
212
|
display: "block",
|
|
209
213
|
objectFit: "cover",
|