@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.
- package/dist/components/Box/WhiteGrid.d.ts +2 -0
- package/dist/components/Box/index.d.ts +1 -0
- package/dist/components/Icons/iconConfig.d.ts +3 -0
- package/dist/main.js +6275 -6260
- package/dist/main.umd.cjs +100 -100
- package/package.json +1 -1
|
@@ -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
|
}>;
|