@divkitframework/jsonbuilder 32.56.0 → 32.58.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.
@@ -13468,7 +13468,7 @@ interface IDivTooltip {
13468
13468
  /**
13469
13469
  * An element that will be brought to the top of the substrate.
13470
13470
  *
13471
- * Platforms: android, ios
13471
+ * Platforms: android, ios, web
13472
13472
  */
13473
13473
  bring_to_top_id?: Type<string>;
13474
13474
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.56.0",
3
+ "version": "32.58.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",