@divkitframework/jsonbuilder 31.1.0 → 31.2.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.
@@ -12379,7 +12379,7 @@ interface IDivTooltip {
12379
12379
  /**
12380
12380
  * Allows dismissing tooltip by tapping outside of it.
12381
12381
  *
12382
- * Platforms: not supported
12382
+ * Platforms: ios
12383
12383
  */
12384
12384
  close_by_tap_outside?: Type<boolean | DivExpression>;
12385
12385
  /**
@@ -12413,7 +12413,7 @@ interface IDivTooltip {
12413
12413
  /**
12414
12414
  * Specifies actions triggered by tapping outside the tooltip.
12415
12415
  *
12416
- * Platforms: not supported
12416
+ * Platforms: ios
12417
12417
  */
12418
12418
  tap_outside_actions?: Type<NonEmptyArray<IDivAction>>;
12419
12419
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "31.1.0",
3
+ "version": "31.2.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",