@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-multi-select",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.149.0",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"build:native": "PLATFORM=native tsup"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xsolla/xui-checkbox": "0.
|
|
14
|
-
"@xsolla/xui-core": "0.
|
|
15
|
-
"@xsolla/xui-dropdown": "0.
|
|
16
|
-
"@xsolla/xui-primitives-core": "0.
|
|
13
|
+
"@xsolla/xui-checkbox": "0.149.0",
|
|
14
|
+
"@xsolla/xui-core": "0.149.0",
|
|
15
|
+
"@xsolla/xui-dropdown": "0.149.0",
|
|
16
|
+
"@xsolla/xui-primitives-core": "0.149.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">=16.8.0",
|
package/web/index.js
CHANGED
|
@@ -222,6 +222,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
222
222
|
as,
|
|
223
223
|
src,
|
|
224
224
|
alt,
|
|
225
|
+
onError,
|
|
226
|
+
onLoad,
|
|
225
227
|
type,
|
|
226
228
|
disabled,
|
|
227
229
|
id,
|
|
@@ -235,6 +237,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
235
237
|
{
|
|
236
238
|
src,
|
|
237
239
|
alt: alt || "",
|
|
240
|
+
onError,
|
|
241
|
+
onLoad,
|
|
238
242
|
style: {
|
|
239
243
|
display: "block",
|
|
240
244
|
objectFit: "cover",
|
|
@@ -1476,6 +1480,8 @@ var Box2 = import_react6.default.forwardRef(
|
|
|
1476
1480
|
as,
|
|
1477
1481
|
src,
|
|
1478
1482
|
alt,
|
|
1483
|
+
onError,
|
|
1484
|
+
onLoad,
|
|
1479
1485
|
type,
|
|
1480
1486
|
disabled,
|
|
1481
1487
|
id,
|
|
@@ -1489,6 +1495,8 @@ var Box2 = import_react6.default.forwardRef(
|
|
|
1489
1495
|
{
|
|
1490
1496
|
src,
|
|
1491
1497
|
alt: alt || "",
|
|
1498
|
+
onError,
|
|
1499
|
+
onLoad,
|
|
1492
1500
|
style: {
|
|
1493
1501
|
display: "block",
|
|
1494
1502
|
objectFit: "cover",
|