@useloops/design-system 1.4.429 → 1.4.430

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/index.d.ts CHANGED
@@ -2070,6 +2070,7 @@ interface FilterPyramidGraphBarProps {
2070
2070
  center?: Omit<FilterPyramidGraphBarSide, 'label'>;
2071
2071
  right: FilterPyramidGraphBarSide;
2072
2072
  maxValue: number;
2073
+ maxCount: number;
2073
2074
  }
2074
2075
  declare const FilterPyramidGraphBar: FunctionComponent<FilterPyramidGraphBarProps>;
2075
2076