@useloops/design-system 1.4.477 → 1.4.478

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
@@ -2181,6 +2181,7 @@ interface GraphBarProps {
2181
2181
  disabled?: boolean;
2182
2182
  onChange?: (checked: boolean) => void;
2183
2183
  percentageSymbol?: boolean;
2184
+ compact?: boolean;
2184
2185
  slotProps?: GraphBarSlotProps;
2185
2186
  }
2186
2187
  declare const GraphBar: FunctionComponent<GraphBarProps>;