@useloops/design-system 1.4.406 → 1.4.407

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
@@ -2057,8 +2057,8 @@ interface GraphBarProps {
2057
2057
  id: string;
2058
2058
  label: string;
2059
2059
  value: number;
2060
+ relativePercentage?: number;
2060
2061
  respondentCount?: number;
2061
- maxValue?: number;
2062
2062
  tooltipContent?: ReactNode;
2063
2063
  icon?: {
2064
2064
  type: 'emoji' | 'icon';