@divkitframework/divkit 19.0.0 → 21.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
@@ -263,6 +263,13 @@ Currently supported properties:
263
263
  * `galleryLeftClass` — left scroll button class on desktop
264
264
  * `galleryRightClass` — right scroll button class on desktop
265
265
 
266
+ #### builtinProtocols
267
+
268
+ String array, optional.
269
+ Default value is `['http', 'https', 'tel', 'mailto', 'intent']`
270
+
271
+ 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'.
272
+
266
273
 
267
274
  #### theme (EXPERIMENTAL)
268
275