@foodpilot/foods 0.3.32 → 0.3.33
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 +6 -7
- package/dist/main.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -62300,10 +62300,9 @@ const Pee = (e) => /* @__PURE__ */ p.jsx(
|
|
|
62300
62300
|
color: e.color || zo[500]
|
|
62301
62301
|
},
|
|
62302
62302
|
width: "fit-content",
|
|
62303
|
-
padding: "4px",
|
|
62304
62303
|
display: "flex"
|
|
62305
62304
|
},
|
|
62306
|
-
children: /* @__PURE__ */ p.jsx(Ti, { size:
|
|
62305
|
+
children: /* @__PURE__ */ p.jsx(Ti, { size: 1, icon: "arrowUpRight" })
|
|
62307
62306
|
}
|
|
62308
62307
|
), Mee = (e) => /* @__PURE__ */ p.jsx(
|
|
62309
62308
|
xe,
|
|
@@ -62317,10 +62316,9 @@ const Pee = (e) => /* @__PURE__ */ p.jsx(
|
|
|
62317
62316
|
color: e.color || zo[500]
|
|
62318
62317
|
},
|
|
62319
62318
|
width: "fit-content",
|
|
62320
|
-
padding: "4px",
|
|
62321
62319
|
display: "flex"
|
|
62322
62320
|
},
|
|
62323
|
-
children: /* @__PURE__ */ p.jsx(Ti, { size:
|
|
62321
|
+
children: /* @__PURE__ */ p.jsx(Ti, { size: 1, icon: "arrowDownRight" })
|
|
62324
62322
|
}
|
|
62325
62323
|
), Ree = {
|
|
62326
62324
|
boxBorder: zo[500],
|
|
@@ -62346,15 +62344,16 @@ const Pee = (e) => /* @__PURE__ */ p.jsx(
|
|
|
62346
62344
|
border: `1px solid ${o[t].boxBorder}`,
|
|
62347
62345
|
background: o[t].boxBackground,
|
|
62348
62346
|
width: "fit-content",
|
|
62349
|
-
padding: "
|
|
62347
|
+
padding: "3px 7px",
|
|
62350
62348
|
display: "flex",
|
|
62351
62349
|
borderRadius: "20px",
|
|
62352
|
-
alignItems: "center"
|
|
62350
|
+
alignItems: "center",
|
|
62351
|
+
gap: "6px"
|
|
62353
62352
|
},
|
|
62354
62353
|
children: [
|
|
62355
62354
|
n === "up" && /* @__PURE__ */ p.jsx(Pee, { color: o[t].indicatorIcon }),
|
|
62356
62355
|
n === "down" && /* @__PURE__ */ p.jsx(Mee, { color: o[t].indicatorIcon }),
|
|
62357
|
-
/* @__PURE__ */ p.jsxs(Me, { fontWeight: 800, sx: { color: Pe[2800] }, children: [
|
|
62356
|
+
/* @__PURE__ */ p.jsxs(Me, { variant: "h6", fontWeight: 800, sx: { color: Pe[2800] }, children: [
|
|
62358
62357
|
e,
|
|
62359
62358
|
" %"
|
|
62360
62359
|
] })
|