@divkitframework/jsonbuilder 32.35.0 → 32.36.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: android
13214
+ * Platforms: android, ios
13215
13215
  */
13216
13216
  bring_to_top_id?: Type<string>;
13217
13217
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.35.0",
3
+ "version": "32.36.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",