@divkitframework/jsonbuilder 32.56.0 → 32.57.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 +1 -1
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -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
|
/**
|