@livechat/design-system-react-components 1.26.0 → 1.27.1

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.
@@ -85,6 +85,10 @@ export interface ITooltipProps {
85
85
  * Set if you want to show tooltip after trigger click if state is not managed
86
86
  */
87
87
  triggerOnClick?: boolean;
88
+ /**
89
+ * Set if you want to show tooltip after trigger hover if state is not managed
90
+ */
91
+ triggerOnHover?: boolean;
88
92
  /**
89
93
  * Set the tooltip distance from the trigger
90
94
  */