@foodpilot/foods 2.2.2 → 2.2.4

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.
@@ -0,0 +1,2 @@
1
+ import { Grid2Props } from '@mui/material';
2
+ export declare const WhiteGrid: (props: Grid2Props) => import("react/jsx-runtime").JSX.Element;
@@ -10,3 +10,4 @@ export * from './SectionBox';
10
10
  export * from './SolidGreyBox';
11
11
  export * from './WarningBox';
12
12
  export * from './WhiteBox';
13
+ export * from './WhiteGrid';
@@ -149,6 +149,9 @@ export declare const iconMapping: {
149
149
  readonly askor: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
150
150
  title?: string;
151
151
  }>;
152
+ readonly analyzeData: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
+ title?: string;
154
+ }>;
152
155
  readonly actionPlan: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
153
156
  title?: string;
154
157
  }>;