magneto365.ui 2.56.1 → 2.56.2

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.
@@ -13,6 +13,13 @@ export interface ITooltipProps {
13
13
  * the tooltip component must wrap a component
14
14
  */
15
15
  children: React.ReactNode;
16
+ /**
17
+ * this property set the tooltip width
18
+ */
16
19
  width?: string;
20
+ /**
21
+ * this property set the tooltip visibility
22
+ */
23
+ visible?: boolean;
17
24
  }
18
25
  export {};
package/dist/index.d.ts CHANGED
@@ -3087,7 +3087,14 @@ interface ITooltipProps {
3087
3087
  * the tooltip component must wrap a component
3088
3088
  */
3089
3089
  children: React.ReactNode;
3090
+ /**
3091
+ * this property set the tooltip width
3092
+ */
3090
3093
  width?: string;
3094
+ /**
3095
+ * this property set the tooltip visibility
3096
+ */
3097
+ visible?: boolean;
3091
3098
  }
3092
3099
 
3093
3100
  declare const Tooltip: React$1.FC<ITooltipProps>;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.56.1",
7
+ "version": "2.56.2",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",