@xsolla/xui-quest-card 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 +3 -3
- 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-quest-card",
|
|
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",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"test:coverage": "vitest run --coverage"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@xsolla/xui-core": "0.
|
|
18
|
-
"@xsolla/xui-primitives-core": "0.
|
|
17
|
+
"@xsolla/xui-core": "0.149.0",
|
|
18
|
+
"@xsolla/xui-primitives-core": "0.149.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"react": ">=16.8.0",
|
package/web/index.js
CHANGED
|
@@ -219,6 +219,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
219
219
|
as,
|
|
220
220
|
src,
|
|
221
221
|
alt,
|
|
222
|
+
onError,
|
|
223
|
+
onLoad,
|
|
222
224
|
type,
|
|
223
225
|
disabled,
|
|
224
226
|
id,
|
|
@@ -232,6 +234,8 @@ var Box = import_react2.default.forwardRef(
|
|
|
232
234
|
{
|
|
233
235
|
src,
|
|
234
236
|
alt: alt || "",
|
|
237
|
+
onError,
|
|
238
|
+
onLoad,
|
|
235
239
|
style: {
|
|
236
240
|
display: "block",
|
|
237
241
|
objectFit: "cover",
|