@gravity-ui/page-constructor 4.23.0 → 4.24.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.
@@ -248,6 +248,9 @@ export declare const HeaderBackgroundProps: {
248
248
  };
249
249
  })[];
250
250
  };
251
+ ratio: {
252
+ type: string;
253
+ };
251
254
  };
252
255
  };
253
256
  export declare const HeaderProperties: {
@@ -676,6 +679,9 @@ export declare const HeaderProperties: {
676
679
  };
677
680
  })[];
678
681
  };
682
+ ratio: {
683
+ type: string;
684
+ };
679
685
  };
680
686
  } & {
681
687
  optionName: string;
@@ -1153,6 +1159,9 @@ export declare const HeaderBlock: {
1153
1159
  };
1154
1160
  })[];
1155
1161
  };
1162
+ ratio: {
1163
+ type: string;
1164
+ };
1156
1165
  };
1157
1166
  } & {
1158
1167
  optionName: string;
@@ -435,6 +435,9 @@ export declare const HeaderSliderBlock: {
435
435
  };
436
436
  })[];
437
437
  };
438
+ ratio: {
439
+ type: string;
440
+ };
438
441
  };
439
442
  } & {
440
443
  optionName: string;
@@ -242,6 +242,9 @@ export declare const Media: {
242
242
  };
243
243
  })[];
244
244
  };
245
+ ratio: {
246
+ type: string;
247
+ };
245
248
  };
246
249
  };
247
250
  export declare const MediaBlockBaseProps: {
@@ -855,6 +858,9 @@ export declare const MediaBlock: {
855
858
  };
856
859
  })[];
857
860
  };
861
+ ratio: {
862
+ type: string;
863
+ };
858
864
  };
859
865
  } & {
860
866
  optionName: string;
@@ -258,6 +258,9 @@ export declare const PromoFeaturesItem: {
258
258
  };
259
259
  })[];
260
260
  };
261
+ ratio: {
262
+ type: string;
263
+ };
261
264
  };
262
265
  };
263
266
  };
@@ -253,6 +253,9 @@ export declare const tabsItem: {
253
253
  };
254
254
  })[];
255
255
  };
256
+ ratio: {
257
+ type: string;
258
+ };
256
259
  };
257
260
  } & {
258
261
  optionName: string;
@@ -1053,6 +1053,9 @@ export declare const cardSchemas: {
1053
1053
  fullscreen: {
1054
1054
  type: string;
1055
1055
  };
1056
+ ratio: {
1057
+ type: string;
1058
+ };
1056
1059
  border: {
1057
1060
  type: string;
1058
1061
  enum: string[];
@@ -1321,6 +1321,9 @@ export declare const MediaProps: {
1321
1321
  };
1322
1322
  })[];
1323
1323
  };
1324
+ ratio: {
1325
+ type: string;
1326
+ };
1324
1327
  };
1325
1328
  export declare const YMapMarkerLabel: {
1326
1329
  type: string;
@@ -521,6 +521,9 @@ exports.MediaProps = {
521
521
  analyticsEvents: {
522
522
  anyOf: [event_1.AnalyticsEventSchema, { type: 'array', items: event_1.AnalyticsEventSchema }],
523
523
  },
524
+ ratio: {
525
+ type: 'number',
526
+ },
524
527
  };
525
528
  exports.YMapMarkerLabel = {
526
529
  type: 'object',
@@ -243,6 +243,9 @@ export declare const LayoutItem: {
243
243
  };
244
244
  })[];
245
245
  };
246
+ ratio: {
247
+ type: string;
248
+ };
246
249
  };
247
250
  content: Partial<{
248
251
  title: {
@@ -248,6 +248,9 @@ export declare const MediaCardBlock: {
248
248
  fullscreen: {
249
249
  type: string;
250
250
  };
251
+ ratio: {
252
+ type: string;
253
+ };
251
254
  border: {
252
255
  type: string;
253
256
  enum: string[];
@@ -248,6 +248,9 @@ export declare const HeaderBackgroundProps: {
248
248
  };
249
249
  })[];
250
250
  };
251
+ ratio: {
252
+ type: string;
253
+ };
251
254
  };
252
255
  };
253
256
  export declare const HeaderProperties: {
@@ -676,6 +679,9 @@ export declare const HeaderProperties: {
676
679
  };
677
680
  })[];
678
681
  };
682
+ ratio: {
683
+ type: string;
684
+ };
679
685
  };
680
686
  } & {
681
687
  optionName: string;
@@ -1153,6 +1159,9 @@ export declare const HeaderBlock: {
1153
1159
  };
1154
1160
  })[];
1155
1161
  };
1162
+ ratio: {
1163
+ type: string;
1164
+ };
1156
1165
  };
1157
1166
  } & {
1158
1167
  optionName: string;
@@ -435,6 +435,9 @@ export declare const HeaderSliderBlock: {
435
435
  };
436
436
  })[];
437
437
  };
438
+ ratio: {
439
+ type: string;
440
+ };
438
441
  };
439
442
  } & {
440
443
  optionName: string;
@@ -242,6 +242,9 @@ export declare const Media: {
242
242
  };
243
243
  })[];
244
244
  };
245
+ ratio: {
246
+ type: string;
247
+ };
245
248
  };
246
249
  };
247
250
  export declare const MediaBlockBaseProps: {
@@ -855,6 +858,9 @@ export declare const MediaBlock: {
855
858
  };
856
859
  })[];
857
860
  };
861
+ ratio: {
862
+ type: string;
863
+ };
858
864
  };
859
865
  } & {
860
866
  optionName: string;
@@ -258,6 +258,9 @@ export declare const PromoFeaturesItem: {
258
258
  };
259
259
  })[];
260
260
  };
261
+ ratio: {
262
+ type: string;
263
+ };
261
264
  };
262
265
  };
263
266
  };
@@ -253,6 +253,9 @@ export declare const tabsItem: {
253
253
  };
254
254
  })[];
255
255
  };
256
+ ratio: {
257
+ type: string;
258
+ };
256
259
  };
257
260
  } & {
258
261
  optionName: string;
@@ -1053,6 +1053,9 @@ export declare const cardSchemas: {
1053
1053
  fullscreen: {
1054
1054
  type: string;
1055
1055
  };
1056
+ ratio: {
1057
+ type: string;
1058
+ };
1056
1059
  border: {
1057
1060
  type: string;
1058
1061
  enum: string[];
@@ -1321,6 +1321,9 @@ export declare const MediaProps: {
1321
1321
  };
1322
1322
  })[];
1323
1323
  };
1324
+ ratio: {
1325
+ type: string;
1326
+ };
1324
1327
  };
1325
1328
  export declare const YMapMarkerLabel: {
1326
1329
  type: string;
@@ -517,6 +517,9 @@ export const MediaProps = {
517
517
  analyticsEvents: {
518
518
  anyOf: [AnalyticsEventSchema, { type: 'array', items: AnalyticsEventSchema }],
519
519
  },
520
+ ratio: {
521
+ type: 'number',
522
+ },
520
523
  };
521
524
  export const YMapMarkerLabel = {
522
525
  type: 'object',
@@ -243,6 +243,9 @@ export declare const LayoutItem: {
243
243
  };
244
244
  })[];
245
245
  };
246
+ ratio: {
247
+ type: string;
248
+ };
246
249
  };
247
250
  content: Partial<{
248
251
  title: {
@@ -248,6 +248,9 @@ export declare const MediaCardBlock: {
248
248
  fullscreen: {
249
249
  type: string;
250
250
  };
251
+ ratio: {
252
+ type: string;
253
+ };
251
254
  border: {
252
255
  type: string;
253
256
  enum: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "4.23.0",
3
+ "version": "4.24.0",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {