@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.
- package/dist/jsonbuilder.d.ts +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -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
|
/**
|