@xsolla/xui-context-menu 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 +8 -8
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-context-menu",
|
|
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",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"test:coverage": "vitest run --coverage"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@xsolla/xui-checkbox": "0.
|
|
17
|
-
"@xsolla/xui-core": "0.
|
|
18
|
-
"@xsolla/xui-divider": "0.
|
|
19
|
-
"@xsolla/xui-icons": "0.
|
|
20
|
-
"@xsolla/xui-primitives-core": "0.
|
|
21
|
-
"@xsolla/xui-radio": "0.
|
|
22
|
-
"@xsolla/xui-spinner": "0.
|
|
16
|
+
"@xsolla/xui-checkbox": "0.149.0",
|
|
17
|
+
"@xsolla/xui-core": "0.149.0",
|
|
18
|
+
"@xsolla/xui-divider": "0.149.0",
|
|
19
|
+
"@xsolla/xui-icons": "0.149.0",
|
|
20
|
+
"@xsolla/xui-primitives-core": "0.149.0",
|
|
21
|
+
"@xsolla/xui-radio": "0.149.0",
|
|
22
|
+
"@xsolla/xui-spinner": "0.149.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": ">=16.8.0",
|
package/web/index.js
CHANGED
|
@@ -234,6 +234,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
234
234
|
as,
|
|
235
235
|
src,
|
|
236
236
|
alt,
|
|
237
|
+
onError,
|
|
238
|
+
onLoad,
|
|
237
239
|
type,
|
|
238
240
|
disabled,
|
|
239
241
|
id,
|
|
@@ -247,6 +249,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
247
249
|
{
|
|
248
250
|
src,
|
|
249
251
|
alt: alt || "",
|
|
252
|
+
onError,
|
|
253
|
+
onLoad,
|
|
250
254
|
style: {
|
|
251
255
|
display: "block",
|
|
252
256
|
objectFit: "cover",
|