@ambuj.bhaskar/react-component-library 0.18.21-alpha → 0.19.1-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
@@ -837,6 +837,8 @@ export declare type HeatmapProps = {
837
837
  borderColor?: Color;
838
838
  cellTextColor?: Color;
839
839
  labelTextColor?: Color;
840
+ className?: string;
841
+ cellClassName?: string;
840
842
  };
841
843
 
842
844
  declare type HTMLButtonProps = ComponentProps<"button">;