@divkitframework/jsonbuilder 32.19.0 → 32.20.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.
@@ -8191,7 +8191,7 @@ declare class DivRadialGradient<T extends DivRadialGradientProps = DivRadialGrad
8191
8191
  * Colors and positions of gradient points. When using this parameter, the `colors` parameter is
8192
8192
  * ignored.
8193
8193
  *
8194
- * Platforms: web, ios
8194
+ * Platforms: web, ios, android
8195
8195
  */
8196
8196
  color_map?: Type<NonEmptyArray<IDivRadialGradientColorPoint>>;
8197
8197
  /**
@@ -8217,7 +8217,7 @@ interface DivRadialGradientProps {
8217
8217
  * Colors and positions of gradient points. When using this parameter, the `colors` parameter is
8218
8218
  * ignored.
8219
8219
  *
8220
- * Platforms: web, ios
8220
+ * Platforms: web, ios, android
8221
8221
  */
8222
8222
  color_map?: Type<NonEmptyArray<IDivRadialGradientColorPoint>>;
8223
8223
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.19.0",
3
+ "version": "32.20.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",