@divkitframework/jsonbuilder 29.6.0 → 29.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.
@@ -800,8 +800,8 @@ interface IDivCollectionItemBuilder {
800
800
  */
801
801
  data: Type<unknown[] | DivExpression>;
802
802
  /**
803
- * Name for accessing the next `data` element in the prototype. Working with this element is like
804
- * working with DivKit dictionaries.
803
+ * Name for accessing the next `data` element in the prototype. Working with this element is the
804
+ * same as with dictionaries.
805
805
  */
806
806
  data_element_name?: Type<string>;
807
807
  /**
@@ -8026,7 +8026,7 @@ declare class DivVideo<T extends DivVideoProps = DivVideoProps> {
8026
8026
  */
8027
8027
  player_settings_payload?: Type<{}>;
8028
8028
  /**
8029
- * This option turns on preloading of video sources.
8029
+ * Enables video preloading.
8030
8030
  */
8031
8031
  preload_required?: Type<IntBoolean | DivExpression>;
8032
8032
  /**
@@ -8205,7 +8205,7 @@ interface DivVideoProps {
8205
8205
  */
8206
8206
  player_settings_payload?: Type<{}>;
8207
8207
  /**
8208
- * This option turns on preloading of video sources.
8208
+ * Enables video preloading.
8209
8209
  */
8210
8210
  preload_required?: Type<IntBoolean | DivExpression>;
8211
8211
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "29.6.0",
3
+ "version": "29.7.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",