@foodpilot/foods 2.5.1 → 2.5.2
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 +12 -1
- package/dist/main.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -38301,7 +38301,18 @@ const vKe = (e) => {
|
|
|
38301
38301
|
},
|
|
38302
38302
|
children: [
|
|
38303
38303
|
/* @__PURE__ */ f.jsx(G, { paddingTop: "2px", children: /* @__PURE__ */ f.jsx(xt, { size: 2, icon: "information" }) }),
|
|
38304
|
-
/* @__PURE__ */ f.jsx(oe, { variant: "small-medium", children: typeof e.children == "string" ? /* @__PURE__ */ f.jsx(
|
|
38304
|
+
/* @__PURE__ */ f.jsx(oe, { variant: "small-medium", children: typeof e.children == "string" ? /* @__PURE__ */ f.jsx(
|
|
38305
|
+
G,
|
|
38306
|
+
{
|
|
38307
|
+
sx: {
|
|
38308
|
+
"> p": {
|
|
38309
|
+
margin: 0,
|
|
38310
|
+
...t.typography["small-medium"]
|
|
38311
|
+
}
|
|
38312
|
+
},
|
|
38313
|
+
dangerouslySetInnerHTML: { __html: e.children }
|
|
38314
|
+
}
|
|
38315
|
+
) : e.children })
|
|
38305
38316
|
]
|
|
38306
38317
|
}
|
|
38307
38318
|
);
|