@divkitframework/jsonbuilder 30.29.0 → 30.30.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.
@@ -302,7 +302,7 @@ interface IDivAccessibility {
302
302
  * Indicates the current status of the checkbox or radio button. `true` is selected, `false` is
303
303
  * not selected.
304
304
  *
305
- * Platforms: not supported
305
+ * Platforms: web
306
306
  */
307
307
  is_checked?: Type<IntBoolean | DivExpression>;
308
308
  /**
@@ -330,7 +330,7 @@ interface IDivAccessibility {
330
330
  * Element role. Used to correctly identify an element by the accessibility service. For example,
331
331
  * the `list` element is used to group list elements into one element.
332
332
  *
333
- * Platforms: android, ios
333
+ * Platforms: android, ios, web
334
334
  */
335
335
  type?: Type<DivAccessibilityType>;
336
336
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "30.29.0",
3
+ "version": "30.30.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",