@foodpilot/foods 0.5.22 → 0.5.26
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
|
@@ -31324,8 +31324,8 @@ const gm = 100, PK = "202px", Sa = B(({ className: e, title: t, arrow: n = !0, .
|
|
|
31324
31324
|
custom: A3,
|
|
31325
31325
|
components: j3
|
|
31326
31326
|
}), wxe = (e) => {
|
|
31327
|
-
const { theme: t = "foodpilot" } = e;
|
|
31328
|
-
return /* @__PURE__ */ f.jsx(Ov, { theme:
|
|
31327
|
+
const { theme: t = "foodpilot" } = e, o = { ...ZK[t] };
|
|
31328
|
+
return e.typographyOverride !== void 0 && (o.typography = e.typographyOverride), /* @__PURE__ */ f.jsx(Ov, { theme: o, children: e.children });
|
|
31329
31329
|
}, zK = ["foodpilot", "winepilot", "collective", "bred"], Sxe = (e) => zK.includes(e), ZK = {
|
|
31330
31330
|
foodpilot: $K,
|
|
31331
31331
|
winepilot: BK,
|
|
@@ -89546,7 +89546,7 @@ export {
|
|
|
89546
89546
|
Yq as shadows,
|
|
89547
89547
|
V3 as spacing,
|
|
89548
89548
|
ZK as themes,
|
|
89549
|
-
D3 as
|
|
89549
|
+
D3 as typographyConfig,
|
|
89550
89550
|
g2 as useFormBaseContext,
|
|
89551
89551
|
Kq as yellowTheme
|
|
89552
89552
|
};
|