@xsolla/xui-multi-select 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/native/index.js +4 -0
- package/native/index.js.map +1 -1
- package/native/index.mjs +4 -0
- package/native/index.mjs.map +1 -1
- package/package.json +5 -5
- package/web/index.js +8 -0
- package/web/index.js.map +1 -1
- package/web/index.mjs +8 -0
- package/web/index.mjs.map +1 -1
package/native/index.mjs
CHANGED
|
@@ -1410,6 +1410,8 @@ var Box2 = React22.forwardRef(
|
|
|
1410
1410
|
as,
|
|
1411
1411
|
src,
|
|
1412
1412
|
alt,
|
|
1413
|
+
onError,
|
|
1414
|
+
onLoad,
|
|
1413
1415
|
type,
|
|
1414
1416
|
disabled,
|
|
1415
1417
|
id,
|
|
@@ -1423,6 +1425,8 @@ var Box2 = React22.forwardRef(
|
|
|
1423
1425
|
{
|
|
1424
1426
|
src,
|
|
1425
1427
|
alt: alt || "",
|
|
1428
|
+
onError,
|
|
1429
|
+
onLoad,
|
|
1426
1430
|
style: {
|
|
1427
1431
|
display: "block",
|
|
1428
1432
|
objectFit: "cover",
|