@divkitframework/jsonbuilder 32.33.0 → 32.35.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.
- package/README.md +1 -1
- package/dist/jsonbuilder.d.ts +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,4 +109,4 @@ While developing cards you need to make sure that:
|
|
|
109
109
|
|
|
110
110
|
[Documentation](https://divkit.tech/doc). [Medium tutorial](https://medium.com/p/cad519252f0f). [Habr tutorial](https://habr.com/ru/company/yandex/blog/683886/).
|
|
111
111
|
|
|
112
|
-
Telegram: [
|
|
112
|
+
Telegram: [English-speaking chat](https://t.me/divkit_community_en) | [Чат на русском](https://t.me/divkit_community_ru).
|
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -1869,7 +1869,7 @@ declare class DivContainer<T extends DivContainerProps = DivContainerProps> {
|
|
|
1869
1869
|
* Spacing between items along the main axis. Ignored if `separator` with type `show_between` is
|
|
1870
1870
|
* set.
|
|
1871
1871
|
*
|
|
1872
|
-
* Platforms: android, web
|
|
1872
|
+
* Platforms: ios, android, web
|
|
1873
1873
|
*/
|
|
1874
1874
|
item_spacing?: Type<number | DivExpression>;
|
|
1875
1875
|
/**
|
|
@@ -1901,7 +1901,7 @@ declare class DivContainer<T extends DivContainerProps = DivContainerProps> {
|
|
|
1901
1901
|
* Spacing between lines of items when `layout_mode` is set to `wrap`. Ignored if
|
|
1902
1902
|
* `line_separator` with type `show_between` is set.
|
|
1903
1903
|
*
|
|
1904
|
-
* Platforms: android, web
|
|
1904
|
+
* Platforms: ios, android, web
|
|
1905
1905
|
*/
|
|
1906
1906
|
line_spacing?: Type<number | DivExpression>;
|
|
1907
1907
|
/**
|
|
@@ -2195,7 +2195,7 @@ interface DivContainerPropsBase {
|
|
|
2195
2195
|
* Spacing between items along the main axis. Ignored if `separator` with type `show_between` is
|
|
2196
2196
|
* set.
|
|
2197
2197
|
*
|
|
2198
|
-
* Platforms: android, web
|
|
2198
|
+
* Platforms: ios, android, web
|
|
2199
2199
|
*/
|
|
2200
2200
|
item_spacing?: Type<number | DivExpression>;
|
|
2201
2201
|
/**
|
|
@@ -2227,7 +2227,7 @@ interface DivContainerPropsBase {
|
|
|
2227
2227
|
* Spacing between lines of items when `layout_mode` is set to `wrap`. Ignored if
|
|
2228
2228
|
* `line_separator` with type `show_between` is set.
|
|
2229
2229
|
*
|
|
2230
|
-
* Platforms: android, web
|
|
2230
|
+
* Platforms: ios, android, web
|
|
2231
2231
|
*/
|
|
2232
2232
|
line_spacing?: Type<number | DivExpression>;
|
|
2233
2233
|
/**
|
|
@@ -13251,7 +13251,7 @@ interface IDivTooltip {
|
|
|
13251
13251
|
/**
|
|
13252
13252
|
* An element that will be used as a substrate for the tooltip.
|
|
13253
13253
|
*
|
|
13254
|
-
* Platforms: web, android
|
|
13254
|
+
* Platforms: web, android, ios
|
|
13255
13255
|
*/
|
|
13256
13256
|
substrate_div?: Type<Div>;
|
|
13257
13257
|
/**
|