@xsolla/xui-context-menu 0.148.2 → 0.149.1

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
@@ -193,6 +193,8 @@ var Box = React2.forwardRef(
193
193
  as,
194
194
  src,
195
195
  alt,
196
+ onError,
197
+ onLoad,
196
198
  type,
197
199
  disabled,
198
200
  id,
@@ -206,6 +208,8 @@ var Box = React2.forwardRef(
206
208
  {
207
209
  src,
208
210
  alt: alt || "",
211
+ onError,
212
+ onLoad,
209
213
  style: {
210
214
  display: "block",
211
215
  objectFit: "cover",