@divkitframework/divkit 27.3.0 → 28.0.0

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/README.md CHANGED
@@ -313,6 +313,14 @@ Default value is `['http', 'https', 'tel', 'mailto', 'intent']`
313
313
 
314
314
  Components with an action containing a protocol from the list will be rendered as `<a>`, and clicking on them will be processed by the browser. Protocols outside the list will cause the element to be rendered as a button-like, and clicking on them causes an 'onCustomAction'.
315
315
 
316
+ #### tooltipRoot
317
+
318
+ `/client` and `/client-hydratable`
319
+
320
+ HTMLElement, optional.
321
+
322
+ Allows to attach tooltips to the custom root, outside of `target`. Useful to avoid cropping.
323
+
316
324
  ### extensions
317
325
 
318
326
  `Map<string, DivExtensionClass>`, optional.