@foodpilot/foods 0.3.48 → 0.3.50

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.
@@ -316,11 +316,11 @@ export declare const getDoughnutConfig: (props: Omit<DoughnutChartProps, "legend
316
316
  onTransitionEnd?: import('react').TransitionEventHandler<HTMLCanvasElement> | undefined;
317
317
  onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLCanvasElement> | undefined;
318
318
  labels?: string[] | undefined;
319
+ colors?: Property.Color[] | undefined;
319
320
  redraw?: boolean | undefined;
320
321
  datasetIdKey?: string | undefined;
321
322
  fallbackContent?: import('react').ReactNode;
322
323
  updateMode?: import('chart.js').UpdateMode | undefined;
323
- colors?: Property.Color[] | undefined;
324
324
  };
325
325
  export declare const extractPaletteFromTheme: (theme: Theme, min: number, max: number) => Property.Color[];
326
326
  export declare const createPalette: (colors: Property.Color[], values: number[]) => Property.Color[];
@@ -3,6 +3,7 @@ export * from './Badge';
3
3
  export * from './Box';
4
4
  export * from './Button';
5
5
  export * from './CardImage';
6
+ export * from './Cards';
6
7
  export * from './Chart';
7
8
  export * from './Checkbox';
8
9
  export * from './ComparisonBlock';