@foodpilot/foods 2.12.2 → 2.12.3

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.
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import{tooltipClasses as r,styled as p}from"@mui/material";import a from"@mui/material/Tooltip";const i=p(({className:r,...p})=>/* @__PURE__ */o(a,{...p,arrow:!0,classes:{popper:r}}))(o=>({[`& .${r.arrow}`]:{color:"#FFF"},[`& .${r.tooltip}`]:{padding:"12px 16px 12px 16px",borderRadius:"8px",backgroundColor:"#FFF"}}));export{i as NavbarTooltip};
1
+ import{jsx as o}from"react/jsx-runtime";import{tooltipClasses as r,styled as p}from"@mui/material";import t from"@mui/material/Tooltip";const m=p(({className:r,...p})=>/* @__PURE__ */o(t,{...p,arrow:!0,classes:{popper:r}}))(({theme:o})=>({[`& .${r.arrow}`]:{color:o.custom.grey[100],"&:before":{border:`1px solid ${o.custom.grey[500]}`,boxSizing:"border-box"}},[`& .${r.tooltip}`]:{padding:"12px 16px 12px 16px",borderRadius:"8px",border:`1px solid ${o.custom.grey[500]}`,backgroundColor:o.custom.grey[100],boxShadow:`0px 4px 20px 0px ${o.custom.grey[500]}`,color:o.custom.grey[2800],fontFamily:o.typography.fontFamily,"& *":{fontFamily:o.typography.fontFamily}}}));export{m as NavbarTooltip};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@foodpilot/foods",
3
3
  "private": false,
4
- "version": "2.12.2",
4
+ "version": "2.12.3",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "module": "./dist/main.js",