@divkitframework/jsonbuilder 32.50.0 → 32.51.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/dist/jsonbuilder.d.ts +2 -2
- package/package.json +1 -1
package/dist/jsonbuilder.d.ts
CHANGED
|
@@ -3560,7 +3560,7 @@ declare class DivGallery<T extends DivGalleryProps = DivGalleryProps> {
|
|
|
3560
3560
|
* padding. Default value:`start` — in galleries without paging scroll;`center` — in galleries
|
|
3561
3561
|
* with paging scroll.
|
|
3562
3562
|
*
|
|
3563
|
-
* Platforms:
|
|
3563
|
+
* Platforms: android, ios
|
|
3564
3564
|
*/
|
|
3565
3565
|
scroll_content_alignment?: Type<DivGalleryContentAlignment | DivExpression>;
|
|
3566
3566
|
/**
|
|
@@ -3835,7 +3835,7 @@ interface DivGalleryProps {
|
|
|
3835
3835
|
* padding. Default value:`start` — in galleries without paging scroll;`center` — in galleries
|
|
3836
3836
|
* with paging scroll.
|
|
3837
3837
|
*
|
|
3838
|
-
* Platforms:
|
|
3838
|
+
* Platforms: android, ios
|
|
3839
3839
|
*/
|
|
3840
3840
|
scroll_content_alignment?: Type<DivGalleryContentAlignment | DivExpression>;
|
|
3841
3841
|
/**
|