@foodpilot/foods 0.1.39 → 0.1.41
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/components/Ssq/SsqCard.d.ts +1 -1
- package/dist/main.js +2 -2
- package/dist/main.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -28334,7 +28334,7 @@ const SB = (e) => /* @__PURE__ */ p.jsx(Ke, { sx: { minWidth: 205 }, children: /
|
|
|
28334
28334
|
marginRight: "0.5rem"
|
|
28335
28335
|
},
|
|
28336
28336
|
children: [
|
|
28337
|
-
/* @__PURE__ */ p.jsx("img", { src: e.heading.contentUrl, width: "30", alt: "icon-ssq" }),
|
|
28337
|
+
e.heading.contentUrl && /* @__PURE__ */ p.jsx("img", { src: e.heading.contentUrl, width: "30", alt: "icon-ssq" }),
|
|
28338
28338
|
/* @__PURE__ */ p.jsx("div", { style: { minHeight: "100px", marginTop: "0.5rem" }, children: /* @__PURE__ */ p.jsx(Ze, { variant: "subtitle2", component: "div", style: { fontWeight: "bold" }, children: e.heading.title }) }),
|
|
28339
28339
|
/* @__PURE__ */ p.jsx(Ze, { variant: "caption", component: "div", children: e.progress.label }),
|
|
28340
28340
|
/* @__PURE__ */ p.jsx(Ke, { children: /* @__PURE__ */ p.jsx(tj, { value: e.progress.value }) })
|
|
@@ -47253,7 +47253,7 @@ function _B(e) {
|
|
|
47253
47253
|
]
|
|
47254
47254
|
}
|
|
47255
47255
|
),
|
|
47256
|
-
/* @__PURE__ */ p.jsx(Ze, { sx: { display: "inline", color: "#50504D" }, children: e.unit })
|
|
47256
|
+
/* @__PURE__ */ p.jsx(Ze, { variant: "caption", sx: { display: "inline", color: "#50504D" }, children: e.unit })
|
|
47257
47257
|
] });
|
|
47258
47258
|
}
|
|
47259
47259
|
const FB = (e) => {
|