@divkitframework/jsonbuilder 29.5.0 → 29.6.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.
@@ -316,7 +316,7 @@ interface IDivAccessibility {
316
316
  type?: Type<DivAccessibilityType>;
317
317
  }
318
318
  declare type DivAccessibilityMode = 'default' | 'merge' | 'exclude';
319
- declare type DivAccessibilityType = 'none' | 'button' | 'image' | 'text' | 'edit_text' | 'header' | 'tab_bar' | 'list' | 'select';
319
+ declare type DivAccessibilityType = 'none' | 'button' | 'image' | 'text' | 'edit_text' | 'header' | 'tab_bar' | 'list' | 'select' | 'auto';
320
320
 
321
321
  /**
322
322
  * It defines an action when clicking on an element.
@@ -7667,6 +7667,10 @@ interface IDivTextImage {
7667
7667
  * Image height.
7668
7668
  */
7669
7669
  height?: Type<DivFixedSize>;
7670
+ /**
7671
+ * Background image must be loaded before the display.
7672
+ */
7673
+ preload_required?: Type<IntBoolean | DivExpression>;
7670
7674
  /**
7671
7675
  * A symbol to insert prior to an image. To insert an image at the end of the text, specify the
7672
7676
  * number of the last character plus one.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "29.5.0",
3
+ "version": "29.6.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",