@foodpilot/foods 0.3.72 → 0.3.73
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.
|
@@ -9,5 +9,6 @@ export type HeaderOptions = {
|
|
|
9
9
|
export type ScoreCardHeaderProps = {
|
|
10
10
|
selectedItemId: number | null;
|
|
11
11
|
options: HeaderOptions[];
|
|
12
|
+
information?: string;
|
|
12
13
|
};
|
|
13
14
|
export declare const ScoreCardHeader: (props: ScoreCardHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -296,6 +296,9 @@ export declare const iconMapping: {
|
|
|
296
296
|
readonly previousCampaign: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
297
297
|
title?: string;
|
|
298
298
|
}>;
|
|
299
|
+
readonly questionnaireAnswer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
300
|
+
title?: string;
|
|
301
|
+
}>;
|
|
299
302
|
readonly questionMark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
300
303
|
title?: string;
|
|
301
304
|
}>;
|