ode-explorer 1.3.2-dev.202401241302 → 1.3.2-dev.202401261435

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/version.txt CHANGED
@@ -1 +1 @@
1
- ode-explorer=1.0-b2school-SNAPSHOT 24/01/2024 13:02:53
1
+ ode-explorer=1.0-b2school-SNAPSHOT 26/01/2024 14:35:44
@@ -34,7 +34,7 @@ const P = ({
34
34
  } = A();
35
35
  return /* @__PURE__ */ s(j, { app: a, isSelected: n, isSelectable: d, onClick: o, onSelect: e, children: (h) => /* @__PURE__ */ g(J, { children: [
36
36
  /* @__PURE__ */ g(j.Body, { children: [
37
- /* @__PURE__ */ s("div", { className: "card-image medium", children: t != null && t.thumbnail ? /* @__PURE__ */ s(C, { alt: "", src: t == null ? void 0 : t.thumbnail, objectFit: "cover", className: "h-full" }) : /* @__PURE__ */ s(B, { app: a, iconFit: "ratio", size: "80", variant: "rounded" }) }),
37
+ /* @__PURE__ */ s("div", { className: "card-image medium", children: t != null && t.thumbnail ? /* @__PURE__ */ s(C, { alt: "", src: t == null ? void 0 : t.thumbnail, objectFit: "cover", className: "h-full w-100" }) : /* @__PURE__ */ s(B, { app: a, iconFit: "ratio", size: "80", variant: "rounded" }) }),
38
38
  /* @__PURE__ */ g("div", { className: "text-truncate", children: [
39
39
  /* @__PURE__ */ s(j.Title, { children: t == null ? void 0 : t.name }),
40
40
  /* @__PURE__ */ s(j.Text, { children: /* @__PURE__ */ s("em", { children: i }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-explorer",
3
- "version": "1.3.2-dev.202401241302",
3
+ "version": "1.3.2-dev.202401261435",
4
4
  "description": "Open Digital Education Explorer",
5
5
  "homepage": "https://github.com/opendigitaleducation/explorer#readme",
6
6
  "bugs": {