@foodpilot/foods 0.3.4 → 0.3.5

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 CHANGED
@@ -29768,7 +29768,7 @@ const N2 = (e) => {
29768
29768
  return /* @__PURE__ */ p.jsx(Ji, { borderRadius: "12px", padding: "12px", children: /* @__PURE__ */ p.jsxs(
29769
29769
  at,
29770
29770
  {
29771
- bgcolor: n.custom.color[100],
29771
+ bgcolor: n.palette.primary[100],
29772
29772
  borderRadius: "4px",
29773
29773
  padding: t === "big" ? "36px" : "32px",
29774
29774
  gap: "32px",
@@ -41102,7 +41102,7 @@ const _ae = (e) => {
41102
41102
  }) }) })
41103
41103
  ] });
41104
41104
  }, zY = (e) => {
41105
- const { theme: t, values: n, palette: o, legend: r, hoveredArcIndex: s, setHoveredArcIndex: a, ...l } = e;
41105
+ const { theme: t, values: n, palette: o, legend: r = !0, hoveredArcIndex: s, setHoveredArcIndex: a, ...l } = e;
41106
41106
  return {
41107
41107
  ...l,
41108
41108
  data: {
@@ -41115,7 +41115,7 @@ const _ae = (e) => {
41115
41115
  ]
41116
41116
  },
41117
41117
  options: {
41118
- cutout: "75%",
41118
+ cutout: "78%",
41119
41119
  responsive: !0,
41120
41120
  maintainAspectRatio: !0,
41121
41121
  elements: {
@@ -62622,9 +62622,9 @@ const Pse = (e) => {
62622
62622
  startIcon: /* @__PURE__ */ p.jsx(zH, {}),
62623
62623
  onClick: c,
62624
62624
  sx: {
62625
- color: t.custom.red[800],
62625
+ color: t.palette.primary[800],
62626
62626
  "&:hover": {
62627
- color: t.custom.red[600]
62627
+ color: t.palette.primary[600]
62628
62628
  }
62629
62629
  },
62630
62630
  children: /* @__PURE__ */ p.jsx(Fe, { variant: "body-bold", sx: { color: "inherit" }, children: l.logout })
@@ -63520,8 +63520,8 @@ const ple = (e) => /* @__PURE__ */ p.jsx(De, { sx: { minWidth: 205 }, children:
63520
63520
  {
63521
63521
  TabIndicatorProps: {
63522
63522
  sx: {
63523
- backgroundColor: l.palette.primary.main[700],
63524
- color: l.palette.primary.main[700]
63523
+ backgroundColor: l.palette.primary[700],
63524
+ color: l.palette.primary[700]
63525
63525
  }
63526
63526
  },
63527
63527
  value: s,
@@ -63534,7 +63534,7 @@ const ple = (e) => /* @__PURE__ */ p.jsx(De, { sx: { minWidth: 205 }, children:
63534
63534
  De,
63535
63535
  {
63536
63536
  sx: {
63537
- ...d === s && { fill: l.palette.primary.main[700] }
63537
+ ...d === s && { fill: l.palette.primary[700] }
63538
63538
  },
63539
63539
  children: u == null ? void 0 : u.icon
63540
63540
  }
@@ -63546,7 +63546,7 @@ const ple = (e) => /* @__PURE__ */ p.jsx(De, { sx: { minWidth: 205 }, children:
63546
63546
  sx: {
63547
63547
  textTransform: "none",
63548
63548
  ...d === s && {
63549
- color: l.palette.primary.main[700]
63549
+ color: l.palette.primary[700]
63550
63550
  }
63551
63551
  },
63552
63552
  children: u.name
@@ -63712,7 +63712,10 @@ const ple = (e) => /* @__PURE__ */ p.jsx(De, { sx: { minWidth: 205 }, children:
63712
63712
  ]
63713
63713
  }
63714
63714
  );
63715
- }, vle = (e) => /* @__PURE__ */ p.jsx(mb, { theme: DH, children: e.children });
63715
+ }, vle = (e) => {
63716
+ const { theme: t = DH } = e;
63717
+ return /* @__PURE__ */ p.jsx(mb, { theme: t, children: e.children });
63718
+ };
63716
63719
  export {
63717
63720
  pae as AccordionProduct,
63718
63721
  hae as AdditionalContentBox,