ode-explorer 1.4.2-develop-pedago.202403201825 → 1.4.2-develop-pedago.202403251004
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.js +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63750,7 +63750,7 @@ const ImagePicker = /* @__PURE__ */ reactExports.forwardRef(({
|
|
|
63750
63750
|
] }),
|
|
63751
63751
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(FormControl$1.Label, { children: [
|
|
63752
63752
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "visually-hidden", children: label }),
|
|
63753
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Input$1, { accept: "image
|
|
63753
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Input$1, { accept: "image/jpeg, image/png", hidden: true, onChange: handleOnChange, ref: inputRef, size: "sm", type: "file" }),
|
|
63754
63754
|
preview ? /* @__PURE__ */ jsxRuntimeExports.jsx(Avatar$1, { alt: "", src: preview, size: "xl" }) : /* @__PURE__ */ jsxRuntimeExports.jsx(AppIcon$1, { app, iconFit: "ratio", size: "160", variant: "rounded" })
|
|
63755
63755
|
] })
|
|
63756
63756
|
] });
|
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-explorer=1.0-b2school-SNAPSHOT
|
|
1
|
+
ode-explorer=1.0-b2school-SNAPSHOT 25/03/2024 10:04:58
|