@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.
- package/dist/jsonbuilder.d.ts +0 -1
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -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;
|