@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.
- package/dist/jsonbuilder.d.ts +4 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -1449,7 +1449,8 @@ interface IDivEdgeInsets {
|
|
|
1449
1449
|
*/
|
|
1450
1450
|
bottom?: Type<number | DivExpression>;
|
|
1451
1451
|
/**
|
|
1452
|
-
* End margin.
|
|
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.
|
|
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
|
/**
|