@foodpilot/foods 0.3.113 → 0.3.115
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/Cards/index.d.ts +1 -0
- package/dist/components/Icons/iconConfig.d.ts +72 -21
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/main.js +13492 -13408
- package/dist/main.umd.cjs +122 -122
- package/package.json +1 -1
|
@@ -62,9 +62,6 @@ export declare const iconMapping: {
|
|
|
62
62
|
readonly inputsChemicals: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
63
|
title?: string;
|
|
64
64
|
}>;
|
|
65
|
-
readonly inProgress: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
66
|
-
title?: string;
|
|
67
|
-
}>;
|
|
68
65
|
readonly labels: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
66
|
title?: string;
|
|
70
67
|
}>;
|
|
@@ -134,6 +131,21 @@ export declare const iconMapping: {
|
|
|
134
131
|
readonly wineTourism: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
132
|
title?: string;
|
|
136
133
|
}>;
|
|
134
|
+
readonly documentSpace: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
|
+
title?: string;
|
|
136
|
+
}>;
|
|
137
|
+
readonly gridView: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
138
|
+
title?: string;
|
|
139
|
+
}>;
|
|
140
|
+
readonly simulation: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
|
+
title?: string;
|
|
142
|
+
}>;
|
|
143
|
+
readonly tableView: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
144
|
+
title?: string;
|
|
145
|
+
}>;
|
|
146
|
+
readonly uploadFile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
|
+
title?: string;
|
|
148
|
+
}>;
|
|
137
149
|
readonly actionPlan: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
138
150
|
title?: string;
|
|
139
151
|
}>;
|
|
@@ -164,9 +176,6 @@ export declare const iconMapping: {
|
|
|
164
176
|
readonly arrowDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
165
177
|
title?: string;
|
|
166
178
|
}>;
|
|
167
|
-
readonly arrowDownRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
168
|
-
title?: string;
|
|
169
|
-
}>;
|
|
170
179
|
readonly arrowLeftShort: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
180
|
title?: string;
|
|
172
181
|
}>;
|
|
@@ -185,9 +194,6 @@ export declare const iconMapping: {
|
|
|
185
194
|
readonly arrowUp: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
186
195
|
title?: string;
|
|
187
196
|
}>;
|
|
188
|
-
readonly arrowUpRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
189
|
-
title?: string;
|
|
190
|
-
}>;
|
|
191
197
|
readonly calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
192
198
|
title?: string;
|
|
193
199
|
}>;
|
|
@@ -299,9 +305,6 @@ export declare const iconMapping: {
|
|
|
299
305
|
readonly previousCampaign: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
300
306
|
title?: string;
|
|
301
307
|
}>;
|
|
302
|
-
readonly questionnaireAnswer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
303
|
-
title?: string;
|
|
304
|
-
}>;
|
|
305
308
|
readonly questionMark: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
306
309
|
title?: string;
|
|
307
310
|
}>;
|
|
@@ -329,9 +332,6 @@ export declare const iconMapping: {
|
|
|
329
332
|
readonly reset: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
330
333
|
title?: string;
|
|
331
334
|
}>;
|
|
332
|
-
readonly rules: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
333
|
-
title?: string;
|
|
334
|
-
}>;
|
|
335
335
|
readonly save: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
336
336
|
title?: string;
|
|
337
337
|
}>;
|
|
@@ -359,12 +359,6 @@ export declare const iconMapping: {
|
|
|
359
359
|
readonly sortNoSorting: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
360
360
|
title?: string;
|
|
361
361
|
}>;
|
|
362
|
-
readonly suggestions: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
363
|
-
title?: string;
|
|
364
|
-
}>;
|
|
365
|
-
readonly support: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
366
|
-
title?: string;
|
|
367
|
-
}>;
|
|
368
362
|
readonly sync: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
369
363
|
title?: string;
|
|
370
364
|
}>;
|
|
@@ -383,6 +377,63 @@ export declare const iconMapping: {
|
|
|
383
377
|
readonly warning: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
384
378
|
title?: string;
|
|
385
379
|
}>;
|
|
380
|
+
readonly addANote: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
381
|
+
title?: string;
|
|
382
|
+
}>;
|
|
383
|
+
readonly addFile: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
384
|
+
title?: string;
|
|
385
|
+
}>;
|
|
386
|
+
readonly addNotes: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
387
|
+
title?: string;
|
|
388
|
+
}>;
|
|
389
|
+
readonly allFeatures: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
390
|
+
title?: string;
|
|
391
|
+
}>;
|
|
392
|
+
readonly arrowDownRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
393
|
+
title?: string;
|
|
394
|
+
}>;
|
|
395
|
+
readonly arrowUpRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
396
|
+
title?: string;
|
|
397
|
+
}>;
|
|
398
|
+
readonly details: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
399
|
+
title?: string;
|
|
400
|
+
}>;
|
|
401
|
+
readonly done: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
402
|
+
title?: string;
|
|
403
|
+
}>;
|
|
404
|
+
readonly graph: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
405
|
+
title?: string;
|
|
406
|
+
}>;
|
|
407
|
+
readonly inProgress: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
408
|
+
title?: string;
|
|
409
|
+
}>;
|
|
410
|
+
readonly note: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
411
|
+
title?: string;
|
|
412
|
+
}>;
|
|
413
|
+
readonly notes: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
414
|
+
title?: string;
|
|
415
|
+
}>;
|
|
416
|
+
readonly questionnaireAnswer: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
417
|
+
title?: string;
|
|
418
|
+
}>;
|
|
419
|
+
readonly rules: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
420
|
+
title?: string;
|
|
421
|
+
}>;
|
|
422
|
+
readonly suggestions: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
423
|
+
title?: string;
|
|
424
|
+
}>;
|
|
425
|
+
readonly support: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
426
|
+
title?: string;
|
|
427
|
+
}>;
|
|
428
|
+
readonly target: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
429
|
+
title?: string;
|
|
430
|
+
}>;
|
|
431
|
+
readonly uncompleteQuestionnaire: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
432
|
+
title?: string;
|
|
433
|
+
}>;
|
|
434
|
+
readonly waterfall: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
435
|
+
title?: string;
|
|
436
|
+
}>;
|
|
386
437
|
};
|
|
387
438
|
export type WidthHeight = {
|
|
388
439
|
width: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Textarea';
|