@foodpilot/foods 0.3.34 → 0.3.35
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 +21 -2
- package/dist/main.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -29059,7 +29059,7 @@ const zD = (e) => {
|
|
|
29059
29059
|
root: ({ theme: e, ownerState: t }) => ({
|
|
29060
29060
|
textTransform: "none",
|
|
29061
29061
|
fontSize: "0.75rem",
|
|
29062
|
-
borderRadius: "
|
|
29062
|
+
borderRadius: "25px",
|
|
29063
29063
|
height: "40px",
|
|
29064
29064
|
...t.variant === "primary" && {
|
|
29065
29065
|
transition: "none",
|
|
@@ -29090,6 +29090,7 @@ const zD = (e) => {
|
|
|
29090
29090
|
...t.variant === "selected-submenu" && {
|
|
29091
29091
|
color: e.palette.primary[400],
|
|
29092
29092
|
background: "inherit",
|
|
29093
|
+
borderRadius: "8px",
|
|
29093
29094
|
padding: 0
|
|
29094
29095
|
},
|
|
29095
29096
|
...t.variant === "default-menu" && {
|
|
@@ -29151,9 +29152,11 @@ const zD = (e) => {
|
|
|
29151
29152
|
// padding: 0,
|
|
29152
29153
|
},
|
|
29153
29154
|
...t.variant === "selected-menu" && {
|
|
29155
|
+
borderRadius: "8px"
|
|
29154
29156
|
// padding: 0,
|
|
29155
29157
|
},
|
|
29156
29158
|
...t.variant === "selected-submenu" && {
|
|
29159
|
+
borderRadius: "8px"
|
|
29157
29160
|
// padding: 0,
|
|
29158
29161
|
}
|
|
29159
29162
|
},
|
|
@@ -29177,6 +29180,14 @@ const zD = (e) => {
|
|
|
29177
29180
|
...t.variant === "default-menu" && {
|
|
29178
29181
|
color: e.custom.grey[2300],
|
|
29179
29182
|
borderRadius: "8px"
|
|
29183
|
+
},
|
|
29184
|
+
...t.variant === "selected-menu" && {
|
|
29185
|
+
color: e.custom.grey[2300],
|
|
29186
|
+
borderRadius: "8px"
|
|
29187
|
+
},
|
|
29188
|
+
...t.variant === "selected-submenu" && {
|
|
29189
|
+
color: e.custom.grey[2300],
|
|
29190
|
+
borderRadius: "8px"
|
|
29180
29191
|
}
|
|
29181
29192
|
},
|
|
29182
29193
|
":active": {
|
|
@@ -29194,6 +29205,14 @@ const zD = (e) => {
|
|
|
29194
29205
|
...t.variant === "default-menu" && {
|
|
29195
29206
|
backgroundColor: e.custom.grey[2700],
|
|
29196
29207
|
borderRadius: "8px"
|
|
29208
|
+
},
|
|
29209
|
+
...t.variant === "selected-menu" && {
|
|
29210
|
+
backgroundColor: e.custom.grey[2700],
|
|
29211
|
+
borderRadius: "8px"
|
|
29212
|
+
},
|
|
29213
|
+
...t.variant === "selected-submenu" && {
|
|
29214
|
+
backgroundColor: e.custom.grey[2700],
|
|
29215
|
+
borderRadius: "8px"
|
|
29197
29216
|
}
|
|
29198
29217
|
}
|
|
29199
29218
|
})
|
|
@@ -63375,7 +63394,7 @@ const zee = (e) => {
|
|
|
63375
63394
|
}, children: /* @__PURE__ */ p.jsx(
|
|
63376
63395
|
nte,
|
|
63377
63396
|
{
|
|
63378
|
-
name: `${r.name}
|
|
63397
|
+
name: `${r.name}`,
|
|
63379
63398
|
picture: r.picture,
|
|
63380
63399
|
popover: r.popover,
|
|
63381
63400
|
isExtended: g
|