@foodpilot/foods 0.3.77 → 0.3.78

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.
@@ -3,6 +3,7 @@ export type ActionType = {
3
3
  actionTitle: string;
4
4
  value: number | null;
5
5
  unit: string;
6
+ isCreated: boolean;
6
7
  };
7
8
  export type RowActions = {
8
9
  addAction?: {
package/dist/main.js CHANGED
@@ -64300,7 +64300,7 @@ const cse = (e) => {
64300
64300
  /* @__PURE__ */ p.jsx(fe, { variant: "body-bold", children: r.value }),
64301
64301
  /* @__PURE__ */ p.jsx(fe, { variant: "body", children: r.unit })
64302
64302
  ] }),
64303
- /* @__PURE__ */ p.jsx(ye, { flexDirection: "row", gap: i.spacing(1), children: r.value !== null ? /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
64303
+ /* @__PURE__ */ p.jsx(ye, { flexDirection: "row", gap: i.spacing(1), children: r.isCreated === !0 ? /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
64304
64304
  n && /* @__PURE__ */ p.jsx(
64305
64305
  C1,
64306
64306
  {
@@ -64358,6 +64358,7 @@ const cse = (e) => {
64358
64358
  actionTitle: a.actionTitle,
64359
64359
  value: a.value,
64360
64360
  unit: a.unit,
64361
+ isCreated: a.isCreated,
64361
64362
  addAction: n,
64362
64363
  editAction: o,
64363
64364
  deleteAction: r