@mindly/ui-components 3.64.1 → 3.64.3

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.
@@ -5,6 +5,8 @@ declare type TooltipComponentProps = {
5
5
  widthPx?: number;
6
6
  makeVisible?: boolean;
7
7
  dimension?: number;
8
+ icon?: string;
9
+ className?: string;
8
10
  };
9
11
  export declare const TooltipComponent: FC<TooltipComponentProps>;
10
12
  export {};
package/dist/index.d.ts CHANGED
@@ -888,6 +888,8 @@ declare type TooltipComponentProps = {
888
888
  widthPx?: number;
889
889
  makeVisible?: boolean;
890
890
  dimension?: number;
891
+ icon?: string;
892
+ className?: string;
891
893
  };
892
894
  declare const TooltipComponent: FC<TooltipComponentProps>;
893
895
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.64.1",
3
+ "version": "3.64.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",