@divkitframework/jsonbuilder 32.14.0 → 32.15.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.
@@ -2078,7 +2078,7 @@ class OffsetDestination {
2078
2078
 
2079
2079
  // Generated code. Do not modify.
2080
2080
  /**
2081
- * A property that is handeled with get and set methods.
2081
+ * A property that is handeled with `get` and `set` methods.
2082
2082
  */
2083
2083
  class PropertyVariable {
2084
2084
  constructor(props) {
@@ -12686,7 +12686,7 @@ interface IDivTextRange {
12686
12686
  * A mask that hides a part of text. To show the hidden text, disable the mask using the
12687
12687
  * `is_enabled` property.
12688
12688
  *
12689
- * Platforms: web
12689
+ * Platforms: ios, web
12690
12690
  */
12691
12691
  mask?: Type<DivTextRangeMask>;
12692
12692
  /**
@@ -13810,7 +13810,7 @@ interface OffsetDestinationProps {
13810
13810
  }
13811
13811
 
13812
13812
  /**
13813
- * A property that is handeled with get and set methods.
13813
+ * A property that is handeled with `get` and `set` methods.
13814
13814
  */
13815
13815
  declare class PropertyVariable<T extends PropertyVariableProps = PropertyVariableProps> {
13816
13816
  readonly _props?: Exact<PropertyVariableProps, T>;
@@ -2082,7 +2082,7 @@ class OffsetDestination {
2082
2082
 
2083
2083
  // Generated code. Do not modify.
2084
2084
  /**
2085
- * A property that is handeled with get and set methods.
2085
+ * A property that is handeled with `get` and `set` methods.
2086
2086
  */
2087
2087
  class PropertyVariable {
2088
2088
  constructor(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.14.0",
3
+ "version": "32.15.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",