@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.
@@ -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: not supported
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: not supported
3838
+ * Platforms: android, ios
3839
3839
  */
3840
3840
  scroll_content_alignment?: Type<DivGalleryContentAlignment | DivExpression>;
3841
3841
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.50.0",
3
+ "version": "32.51.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",