@foodpilot/foods 0.3.104 → 0.3.106

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,3 @@
1
+ import { IllustrationProps } from '../illustrationProps';
2
+
3
+ export declare const ContactSupport: (props: IllustrationProps) => import("react/jsx-runtime").JSX.Element;
@@ -4,6 +4,7 @@ export declare const illustationsMapping: {
4
4
  readonly carbonNeutrality: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;
5
5
  readonly chemicals: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;
6
6
  readonly congratulations: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;
7
+ readonly contactSupport: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;
7
8
  readonly communities: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;
8
9
  readonly dataAnalysis: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;
9
10
  readonly defaultIllustration: (props: import('./illustrationProps').IllustrationProps) => import("react/jsx-runtime").JSX.Element;