@divkitframework/jsonbuilder 25.6.0 → 25.7.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.
@@ -5580,7 +5580,6 @@ interface IDivSightAction {
5580
5580
  * elements](../../interaction.dita).
5581
5581
  */
5582
5582
  url?: Type<string | DivExpression>;
5583
- visibility_percentage?: Type<number | DivExpression>;
5584
5583
  }
5585
5584
 
5586
5585
  declare type DivSize = DivFixedSize | DivMatchParentSize | DivWrapContentSize;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "25.6.0",
3
+ "version": "25.7.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",