@divkitframework/jsonbuilder 32.1.0 → 32.2.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.
@@ -308,7 +308,7 @@ interface IDivAccessibility {
308
308
  * Shows the current status of the checkbox or toggle: `true` means it's selected, `false` means
309
309
  * it isn't selected.
310
310
  *
311
- * Platforms: web
311
+ * Platforms: ios, web
312
312
  */
313
313
  is_checked?: Type<IntBoolean | DivExpression>;
314
314
  /**
@@ -6102,7 +6102,7 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
6102
6102
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
6103
6103
  * style values. The axis tag must contain four ASCII characters.
6104
6104
  *
6105
- * Platforms: android
6105
+ * Platforms: ios, android
6106
6106
  */
6107
6107
  font_variation_settings?: Type<{} | DivExpression>;
6108
6108
  /**
@@ -6423,7 +6423,7 @@ interface DivInputProps {
6423
6423
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
6424
6424
  * style values. The axis tag must contain four ASCII characters.
6425
6425
  *
6426
- * Platforms: android
6426
+ * Platforms: ios, android
6427
6427
  */
6428
6428
  font_variation_settings?: Type<{} | DivExpression>;
6429
6429
  /**
@@ -8246,7 +8246,7 @@ declare class DivSelect<T extends DivSelectProps = DivSelectProps> {
8246
8246
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
8247
8247
  * style values. The axis tag must contain four ASCII characters.
8248
8248
  *
8249
- * Platforms: android
8249
+ * Platforms: ios, android
8250
8250
  */
8251
8251
  font_variation_settings?: Type<{} | DivExpression>;
8252
8252
  /**
@@ -8487,7 +8487,7 @@ interface DivSelectProps {
8487
8487
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
8488
8488
  * style values. The axis tag must contain four ASCII characters.
8489
8489
  *
8490
- * Platforms: android
8490
+ * Platforms: ios, android
8491
8491
  */
8492
8492
  font_variation_settings?: Type<{} | DivExpression>;
8493
8493
  /**
@@ -9430,7 +9430,7 @@ declare class DivSlider<T extends DivSliderProps = DivSliderProps> {
9430
9430
  /**
9431
9431
  * Enables or disables toggling values by clicking or swiping.
9432
9432
  *
9433
- * Platforms: android, web
9433
+ * Platforms: android, ios, web
9434
9434
  */
9435
9435
  is_enabled?: Type<IntBoolean | DivExpression>;
9436
9436
  /**
@@ -9676,7 +9676,7 @@ interface DivSliderProps {
9676
9676
  /**
9677
9677
  * Enables or disables toggling values by clicking or swiping.
9678
9678
  *
9679
- * Platforms: android, web
9679
+ * Platforms: android, ios, web
9680
9680
  */
9681
9681
  is_enabled?: Type<IntBoolean | DivExpression>;
9682
9682
  /**
@@ -9889,7 +9889,7 @@ interface IDivSliderTextStyle {
9889
9889
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
9890
9890
  * style values. The axis tag must contain four ASCII characters.
9891
9891
  *
9892
- * Platforms: android
9892
+ * Platforms: ios, android
9893
9893
  */
9894
9894
  font_variation_settings?: Type<{} | DivExpression>;
9895
9895
  /**
@@ -11623,7 +11623,7 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
11623
11623
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
11624
11624
  * style values. The axis tag must contain four ASCII characters.
11625
11625
  *
11626
- * Platforms: android
11626
+ * Platforms: ios, android
11627
11627
  */
11628
11628
  font_variation_settings?: Type<{} | DivExpression>;
11629
11629
  /**
@@ -12013,7 +12013,7 @@ interface DivTextProps {
12013
12013
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
12014
12014
  * style values. The axis tag must contain four ASCII characters.
12015
12015
  *
12016
- * Platforms: android
12016
+ * Platforms: ios, android
12017
12017
  */
12018
12018
  font_variation_settings?: Type<{} | DivExpression>;
12019
12019
  /**
@@ -12423,7 +12423,7 @@ interface IDivTextRange {
12423
12423
  * List of TrueType/OpenType font features. The object is constructed from pairs of axis tag and
12424
12424
  * style values. The axis tag must contain four ASCII characters.
12425
12425
  *
12426
- * Platforms: android
12426
+ * Platforms: ios, android
12427
12427
  */
12428
12428
  font_variation_settings?: Type<{} | DivExpression>;
12429
12429
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.1.0",
3
+ "version": "32.2.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",