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 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/*", hidden: true, onChange: handleOnChange, ref: inputRef, size: "sm", type: "file" }),
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 20/03/2024 18:25:47
1
+ ode-explorer=1.0-b2school-SNAPSHOT 25/03/2024 10:04:58
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "1.4.2-develop-pedago.202403201825",
3
+ "version": "1.4.2-develop-pedago.202403251004",
4
4
  "description": "Edifice Explorer",
5
5
  "homepage": "https://github.com/edificeio/explorer#readme",
6
6
  "bugs": {