@ambuj.bhaskar/react-component-library 0.24.12-alpha → 0.24.14-alpha

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
@@ -684,6 +684,7 @@ export declare type ButtonProps = HTMLButtonProps & {
684
684
  borderColor?: Color;
685
685
  textColor?: Color;
686
686
  iconColor?: Color;
687
+ iconBackgroundColor?: Color;
687
688
  width?: CSSstring;
688
689
  size?: Size;
689
690
  textSize?: TextSize;