@xsolla/xui-status-dropdown 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 +6 -6
- 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/web/index.mjs
CHANGED
|
@@ -186,6 +186,8 @@ var Box = React2.forwardRef(
|
|
|
186
186
|
as,
|
|
187
187
|
src,
|
|
188
188
|
alt,
|
|
189
|
+
onError,
|
|
190
|
+
onLoad,
|
|
189
191
|
type,
|
|
190
192
|
disabled,
|
|
191
193
|
id,
|
|
@@ -199,6 +201,8 @@ var Box = React2.forwardRef(
|
|
|
199
201
|
{
|
|
200
202
|
src,
|
|
201
203
|
alt: alt || "",
|
|
204
|
+
onError,
|
|
205
|
+
onLoad,
|
|
202
206
|
style: {
|
|
203
207
|
display: "block",
|
|
204
208
|
objectFit: "cover",
|