@divkitframework/jsonbuilder 31.13.0 → 31.14.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.
@@ -12704,7 +12704,7 @@ interface IDivTooltip {
12704
12704
  /**
12705
12705
  * Specifies actions triggered by tapping outside the tooltip.
12706
12706
  *
12707
- * Platforms: ios, web
12707
+ * Platforms: android, ios, web
12708
12708
  */
12709
12709
  tap_outside_actions?: Type<NonEmptyArray<IDivAction>>;
12710
12710
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "31.13.0",
3
+ "version": "31.14.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",