@divkitframework/jsonbuilder 32.3.0 → 32.4.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.
@@ -11598,7 +11598,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
11598
11598
  /**
11599
11599
  * Text color when focusing on the element.
11600
11600
  *
11601
- * Platforms: android, web
11601
+ * Platforms: android, ios, web
11602
11602
  */
11603
11603
  focused_text_color?: Type<string | DivExpression>;
11604
11604
  /**
@@ -11988,7 +11988,7 @@ interface DivTextProps {
11988
11988
  /**
11989
11989
  * Text color when focusing on the element.
11990
11990
  *
11991
- * Platforms: android, web
11991
+ * Platforms: android, ios, web
11992
11992
  */
11993
11993
  focused_text_color?: Type<string | DivExpression>;
11994
11994
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.3.0",
3
+ "version": "32.4.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",