@divkitframework/jsonbuilder 26.1.0 → 26.2.1

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.
@@ -1449,7 +1449,8 @@ interface IDivEdgeInsets {
1449
1449
  */
1450
1450
  bottom?: Type<number | DivExpression>;
1451
1451
  /**
1452
- * End margin. Depends on the interface direction. Has a higher priority than left/right.
1452
+ * End margin. Margin position depends on the interface orientation. Has higher priority than the
1453
+ * left and right margins.
1453
1454
  */
1454
1455
  end?: Type<number | DivExpression>;
1455
1456
  /**
@@ -1461,7 +1462,8 @@ interface IDivEdgeInsets {
1461
1462
  */
1462
1463
  right?: Type<number | DivExpression>;
1463
1464
  /**
1464
- * Start margin. Depends on the interface direction. Has a higher priority than left/right.
1465
+ * Start margin. Margin position depends on the interface orientation. Has higher priority than
1466
+ * the left and right margins.
1465
1467
  */
1466
1468
  start?: Type<number | DivExpression>;
1467
1469
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "26.1.0",
3
+ "version": "26.2.1",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",