@divkitframework/jsonbuilder 25.4.1 → 25.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.
@@ -26,7 +26,7 @@ class ColorVariable {
26
26
 
27
27
  // Generated code. Do not modify.
28
28
  /**
29
- * Variable any json object.
29
+ * An arbitrary object in JSON format.
30
30
  */
31
31
  class DictVariable {
32
32
  constructor(props) {
@@ -146,7 +146,7 @@ interface ColorVariableProps {
146
146
  }
147
147
 
148
148
  /**
149
- * Variable any json object.
149
+ * An arbitrary object in JSON format.
150
150
  */
151
151
  declare class DictVariable<T extends DictVariableProps = DictVariableProps> {
152
152
  readonly _props?: Exact<DictVariableProps, T>;
@@ -229,7 +229,7 @@ interface IDivAccessibility {
229
229
  type?: Type<DivAccessibilityType>;
230
230
  }
231
231
  declare type DivAccessibilityMode = 'default' | 'merge' | 'exclude';
232
- declare type DivAccessibilityType = 'none' | 'button' | 'image' | 'text' | 'edit_text' | 'header' | 'tab_bar' | 'list';
232
+ declare type DivAccessibilityType = 'none' | 'button' | 'image' | 'text' | 'edit_text' | 'header' | 'tab_bar' | 'list' | 'select';
233
233
 
234
234
  /**
235
235
  * It defines an action when clicking on an element.
@@ -30,7 +30,7 @@ class ColorVariable {
30
30
 
31
31
  // Generated code. Do not modify.
32
32
  /**
33
- * Variable any json object.
33
+ * An arbitrary object in JSON format.
34
34
  */
35
35
  class DictVariable {
36
36
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "25.4.1",
3
+ "version": "25.6.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",