@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.
- package/build/cjs/blocks/Header/schema.d.ts +9 -0
- package/build/cjs/blocks/HeaderSlider/schema.d.ts +3 -0
- package/build/cjs/blocks/Media/schema.d.ts +6 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +3 -0
- package/build/cjs/blocks/Tabs/schema.d.ts +3 -0
- package/build/cjs/schema/constants.d.ts +3 -0
- package/build/cjs/schema/validators/common.d.ts +3 -0
- package/build/cjs/schema/validators/common.js +3 -0
- package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +3 -0
- package/build/cjs/sub-blocks/MediaCard/schema.d.ts +3 -0
- package/build/esm/blocks/Header/schema.d.ts +9 -0
- package/build/esm/blocks/HeaderSlider/schema.d.ts +3 -0
- package/build/esm/blocks/Media/schema.d.ts +6 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +3 -0
- package/build/esm/blocks/Tabs/schema.d.ts +3 -0
- package/build/esm/schema/constants.d.ts +3 -0
- package/build/esm/schema/validators/common.d.ts +3 -0
- package/build/esm/schema/validators/common.js +3 -0
- package/build/esm/sub-blocks/LayoutItem/schema.d.ts +3 -0
- package/build/esm/sub-blocks/MediaCard/schema.d.ts +3 -0
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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',
|
|
@@ -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;
|
|
@@ -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;
|