@foodpilot/foods 0.3.114 → 0.3.116
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/components/Cards/index.d.ts +1 -0
- package/dist/main.js +14 -1
- package/dist/main.umd.cjs +105 -105
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -47544,7 +47544,19 @@ const bne = (e) => {
|
|
|
47544
47544
|
...a
|
|
47545
47545
|
}
|
|
47546
47546
|
),
|
|
47547
|
-
r && /* @__PURE__ */ f.jsx(
|
|
47547
|
+
r && /* @__PURE__ */ f.jsx(
|
|
47548
|
+
se,
|
|
47549
|
+
{
|
|
47550
|
+
variant: "body-medium",
|
|
47551
|
+
maxWidth: "200px",
|
|
47552
|
+
sx: {
|
|
47553
|
+
textWrap: "nowrap",
|
|
47554
|
+
overflow: "clip",
|
|
47555
|
+
textOverflow: "ellipsis"
|
|
47556
|
+
},
|
|
47557
|
+
children: r
|
|
47558
|
+
}
|
|
47559
|
+
),
|
|
47548
47560
|
o && /* @__PURE__ */ f.jsx(
|
|
47549
47561
|
H1,
|
|
47550
47562
|
{
|
|
@@ -86825,6 +86837,7 @@ export {
|
|
|
86825
86837
|
rme as ScatterPlot,
|
|
86826
86838
|
Oge as Score,
|
|
86827
86839
|
Xge as ScoreCard,
|
|
86840
|
+
Kq as ScoreCardHeader,
|
|
86828
86841
|
uq as ScoreContainer,
|
|
86829
86842
|
yme as SearchBox,
|
|
86830
86843
|
nbe as SecondaryTabs,
|