@divkitframework/jsonbuilder 32.31.0 → 32.33.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/dist/jsonbuilder.d.ts +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -13211,7 +13211,7 @@ interface IDivTooltip {
|
|
|
13211
13211
|
/**
|
|
13212
13212
|
* An element that will be brought to the top of the substrate.
|
|
13213
13213
|
*
|
|
13214
|
-
* Platforms:
|
|
13214
|
+
* Platforms: android
|
|
13215
13215
|
*/
|
|
13216
13216
|
bring_to_top_id?: Type<string>;
|
|
13217
13217
|
/**
|
|
@@ -13251,7 +13251,7 @@ interface IDivTooltip {
|
|
|
13251
13251
|
/**
|
|
13252
13252
|
* An element that will be used as a substrate for the tooltip.
|
|
13253
13253
|
*
|
|
13254
|
-
* Platforms: web
|
|
13254
|
+
* Platforms: web, android
|
|
13255
13255
|
*/
|
|
13256
13256
|
substrate_div?: Type<Div>;
|
|
13257
13257
|
/**
|