@foodpilot/foods 0.3.80 → 0.3.81
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 -1
- package/dist/main.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -31574,6 +31574,7 @@ const kie = (e) => {
|
|
|
31574
31574
|
variant: "ternary",
|
|
31575
31575
|
endIcon: /* @__PURE__ */ p.jsx(Gt, { size: 2, icon: "arrowRight" }),
|
|
31576
31576
|
disabled: e.moreDetailAction === void 0,
|
|
31577
|
+
onClick: e.moreDetailAction,
|
|
31577
31578
|
sx: {
|
|
31578
31579
|
width: "100%",
|
|
31579
31580
|
justifyContent: "space-between",
|
|
@@ -44094,7 +44095,7 @@ const Aie = (e) => {
|
|
|
44094
44095
|
barThickness: 80
|
|
44095
44096
|
}
|
|
44096
44097
|
];
|
|
44097
|
-
}, [e, t, d, r, o
|
|
44098
|
+
}, [e, t, d, r, o]);
|
|
44098
44099
|
return {
|
|
44099
44100
|
type: "bar",
|
|
44100
44101
|
ref: a,
|