@divkitframework/jsonbuilder 30.25.0 → 30.26.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.
@@ -5824,7 +5824,7 @@ declare class DivInput<T extends DivInputProps = DivInputProps> {
5824
5824
  disappear_actions?: Type<NonEmptyArray<IDivDisappearAction>>;
5825
5825
  /**
5826
5826
  * Actions when clicking on a `Enter` keyboard button. If there are actions, the default behavior
5827
- * will be overridden
5827
+ * will be overridden.
5828
5828
  *
5829
5829
  * Platforms: ios
5830
5830
  */
@@ -6143,7 +6143,7 @@ interface DivInputProps {
6143
6143
  disappear_actions?: Type<NonEmptyArray<IDivDisappearAction>>;
6144
6144
  /**
6145
6145
  * Actions when clicking on a `Enter` keyboard button. If there are actions, the default behavior
6146
- * will be overridden
6146
+ * will be overridden.
6147
6147
  *
6148
6148
  * Platforms: ios
6149
6149
  */
@@ -11286,8 +11286,8 @@ declare class DivText<T extends DivTextProps = DivTextProps> {
11286
11286
  */
11287
11287
  text_shadow?: Type<IDivShadow>;
11288
11288
  /**
11289
- * Set text width to maximal line width, works only with wrap_content width with constrained=true
11290
- * and max_size set
11289
+ * Set text width to maximal line width, works only with `wrap_content` width with
11290
+ * `constrained=true` and `max_size` set.
11291
11291
  *
11292
11292
  * Platforms: android, ios
11293
11293
  */
@@ -11638,8 +11638,8 @@ interface DivTextProps {
11638
11638
  */
11639
11639
  text_shadow?: Type<IDivShadow>;
11640
11640
  /**
11641
- * Set text width to maximal line width, works only with wrap_content width with constrained=true
11642
- * and max_size set
11641
+ * Set text width to maximal line width, works only with `wrap_content` width with
11642
+ * `constrained=true` and `max_size` set.
11643
11643
  *
11644
11644
  * Platforms: android, ios
11645
11645
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "30.25.0",
3
+ "version": "30.26.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",