@divkitframework/jsonbuilder 32.7.0 → 32.8.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.
@@ -12636,7 +12636,8 @@ interface IDivTextRange {
12636
12636
  */
12637
12637
  strike?: Type<DivLineStyle | DivExpression>;
12638
12638
  /**
12639
- * Text color.
12639
+ * Text color for a specific range. Priority: has the highest priority over `text_gradient` and
12640
+ * `text_color`.
12640
12641
  */
12641
12642
  text_color?: Type<string | DivExpression>;
12642
12643
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.7.0",
3
+ "version": "32.8.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",