@divkitframework/jsonbuilder 32.32.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.
@@ -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: not supported
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.32.0",
3
+ "version": "32.33.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",