@foodpilot/foods 0.3.106 → 0.3.107
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/main.js +2 -2
- package/dist/main.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -31875,9 +31875,9 @@ const jge = (e) => {
|
|
|
31875
31875
|
o === "secondary" && /* @__PURE__ */ f.jsx(cq, { selectedItem: s, optionsProps: i })
|
|
31876
31876
|
] });
|
|
31877
31877
|
}, Vge = (e) => {
|
|
31878
|
-
const { header: t, children: n, soonAvailableText: o, disableFooter: r = !1 } = e
|
|
31878
|
+
const { header: t, children: n, soonAvailableText: o, disableFooter: r = !1 } = e;
|
|
31879
31879
|
return /* @__PURE__ */ f.jsxs(kr, { sx: { flex: "0 0 calc(33.33% - 14px)", minWidth: "fit-content" }, children: [
|
|
31880
|
-
/* @__PURE__ */ f.jsxs(Q, {
|
|
31880
|
+
/* @__PURE__ */ f.jsxs(Q, { sx: { height: "70%" }, children: [
|
|
31881
31881
|
/* @__PURE__ */ f.jsx(dq, { ...t }),
|
|
31882
31882
|
/* @__PURE__ */ f.jsx(ve, { padding: "28px 32px", paddingBottom: "37px", gap: "40px", children: n })
|
|
31883
31883
|
] }),
|