@foodpilot/foods 0.3.115 → 0.3.117

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.
@@ -2,7 +2,7 @@ export declare const GAUGE_CONSTANTS: {
2
2
  readonly DEFAULT_WIDTH: 500;
3
3
  readonly DEFAULT_HEIGHT: 200;
4
4
  readonly GAUGE_HEIGHT: 28;
5
- readonly GAUGE_PADDING: 60;
5
+ readonly GAUGE_PADDING: 8;
6
6
  readonly LEGEND_PADDING_X: 28;
7
7
  readonly FONT_SIZE: {
8
8
  readonly DEFAULT: 12;
@@ -0,0 +1,4 @@
1
+ export declare const useContainerWidth: () => {
2
+ containerRef: import('react').RefObject<HTMLDivElement>;
3
+ containerWidth: number;
4
+ };