@useloops/design-system 1.4.511 → 1.4.513

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
@@ -2255,7 +2255,7 @@ interface GraphBarSlotProps {
2255
2255
  graphBar?: StyledLinearProgressProps;
2256
2256
  graphBarTypography?: Omit<TypographyProps, 'component' | 'variation'>;
2257
2257
  checkbox?: CheckboxProps;
2258
- icon?: IconProps$1;
2258
+ icon?: Omit<IconProps$1, 'name'>;
2259
2259
  emojiIcon?: BoxProps$1;
2260
2260
  tooltip?: TooltipProps$2;
2261
2261
  unitText1?: UnitTextProps;