@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 +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/web/index.mjs
CHANGED
|
@@ -186,6 +186,8 @@ var Box = React2.forwardRef(
|
|
|
186
186
|
as,
|
|
187
187
|
src,
|
|
188
188
|
alt,
|
|
189
|
+
onError,
|
|
190
|
+
onLoad,
|
|
189
191
|
type,
|
|
190
192
|
disabled,
|
|
191
193
|
id,
|
|
@@ -199,6 +201,8 @@ var Box = React2.forwardRef(
|
|
|
199
201
|
{
|
|
200
202
|
src,
|
|
201
203
|
alt: alt || "",
|
|
204
|
+
onError,
|
|
205
|
+
onLoad,
|
|
202
206
|
style: {
|
|
203
207
|
display: "block",
|
|
204
208
|
objectFit: "cover",
|
|
@@ -1445,6 +1449,8 @@ var Box2 = React22.forwardRef(
|
|
|
1445
1449
|
as,
|
|
1446
1450
|
src,
|
|
1447
1451
|
alt,
|
|
1452
|
+
onError,
|
|
1453
|
+
onLoad,
|
|
1448
1454
|
type,
|
|
1449
1455
|
disabled,
|
|
1450
1456
|
id,
|
|
@@ -1458,6 +1464,8 @@ var Box2 = React22.forwardRef(
|
|
|
1458
1464
|
{
|
|
1459
1465
|
src,
|
|
1460
1466
|
alt: alt || "",
|
|
1467
|
+
onError,
|
|
1468
|
+
onLoad,
|
|
1461
1469
|
style: {
|
|
1462
1470
|
display: "block",
|
|
1463
1471
|
objectFit: "cover",
|