@xsolla/xui-quest-card 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/web/index.mjs CHANGED
@@ -183,6 +183,8 @@ var Box = React2.forwardRef(
183
183
  as,
184
184
  src,
185
185
  alt,
186
+ onError,
187
+ onLoad,
186
188
  type,
187
189
  disabled,
188
190
  id,
@@ -196,6 +198,8 @@ var Box = React2.forwardRef(
196
198
  {
197
199
  src,
198
200
  alt: alt || "",
201
+ onError,
202
+ onLoad,
199
203
  style: {
200
204
  display: "block",
201
205
  objectFit: "cover",