@xsolla/xui-multi-select 0.148.2 → 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 CHANGED
@@ -1434,6 +1434,8 @@ var Box2 = import_react5.default.forwardRef(
1434
1434
  as,
1435
1435
  src,
1436
1436
  alt,
1437
+ onError,
1438
+ onLoad,
1437
1439
  type,
1438
1440
  disabled,
1439
1441
  id,
@@ -1447,6 +1449,8 @@ var Box2 = import_react5.default.forwardRef(
1447
1449
  {
1448
1450
  src,
1449
1451
  alt: alt || "",
1452
+ onError,
1453
+ onLoad,
1450
1454
  style: {
1451
1455
  display: "block",
1452
1456
  objectFit: "cover",