@julseb-lib/react 1.1.26 → 1.1.27
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/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6253,6 +6253,7 @@ var InputImage = ({
|
|
|
6253
6253
|
{
|
|
6254
6254
|
onMouseEnter: () => !disabled && setIsHovered(true),
|
|
6255
6255
|
onMouseLeave: () => !disabled && setIsHovered(false),
|
|
6256
|
+
type: "button",
|
|
6256
6257
|
children: /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
6257
6258
|
"label",
|
|
6258
6259
|
{
|