@gravity-ui/page-constructor 1.14.0-alpha.7 → 1.14.0-alpha.8
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/Banner/schema.d.ts +3 -3
- package/build/cjs/blocks/Media/schema.d.ts +1 -1
- package/build/cjs/schema/validators/common.d.ts +2 -2
- package/build/cjs/schema/validators/common.js +1 -1
- package/build/esm/blocks/Banner/schema.d.ts +3 -3
- package/build/esm/blocks/Media/schema.d.ts +1 -1
- package/build/esm/schema/validators/common.d.ts +2 -2
- package/build/esm/schema/validators/common.js +1 -1
- package/package.json +1 -1
|
@@ -173,7 +173,7 @@ export declare const BannerCardProps: {
|
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
|
-
|
|
176
|
+
analyticsEvents: {
|
|
177
177
|
anyOf: ({
|
|
178
178
|
type: string;
|
|
179
179
|
additionalProperties: boolean;
|
|
@@ -487,7 +487,7 @@ export declare const BannerBlock: {
|
|
|
487
487
|
};
|
|
488
488
|
};
|
|
489
489
|
};
|
|
490
|
-
|
|
490
|
+
analyticsEvents: {
|
|
491
491
|
anyOf: ({
|
|
492
492
|
type: string;
|
|
493
493
|
additionalProperties: boolean;
|
|
@@ -802,7 +802,7 @@ export declare const BannerCard: {
|
|
|
802
802
|
};
|
|
803
803
|
};
|
|
804
804
|
};
|
|
805
|
-
|
|
805
|
+
analyticsEvents: {
|
|
806
806
|
anyOf: ({
|
|
807
807
|
type: string;
|
|
808
808
|
additionalProperties: boolean;
|
|
@@ -505,7 +505,7 @@ export declare const ButtonProps: {
|
|
|
505
505
|
};
|
|
506
506
|
};
|
|
507
507
|
};
|
|
508
|
-
|
|
508
|
+
analyticsEvents: {
|
|
509
509
|
anyOf: ({
|
|
510
510
|
type: string;
|
|
511
511
|
additionalProperties: boolean;
|
|
@@ -838,7 +838,7 @@ export declare const ButtonBlock: {
|
|
|
838
838
|
};
|
|
839
839
|
};
|
|
840
840
|
};
|
|
841
|
-
|
|
841
|
+
analyticsEvents: {
|
|
842
842
|
anyOf: ({
|
|
843
843
|
type: string;
|
|
844
844
|
additionalProperties: boolean;
|
|
@@ -339,7 +339,7 @@ exports.ButtonProps = {
|
|
|
339
339
|
* @deprecated Pixel will be deleted
|
|
340
340
|
*/
|
|
341
341
|
pixelEvents: pixel_1.pixelEvents,
|
|
342
|
-
|
|
342
|
+
analyticsEvents: {
|
|
343
343
|
anyOf: [event_1.AnalyticsEventSchema, { type: 'array', items: event_1.AnalyticsEventSchema }],
|
|
344
344
|
},
|
|
345
345
|
target: {
|
|
@@ -173,7 +173,7 @@ export declare const BannerCardProps: {
|
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
175
|
};
|
|
176
|
-
|
|
176
|
+
analyticsEvents: {
|
|
177
177
|
anyOf: ({
|
|
178
178
|
type: string;
|
|
179
179
|
additionalProperties: boolean;
|
|
@@ -487,7 +487,7 @@ export declare const BannerBlock: {
|
|
|
487
487
|
};
|
|
488
488
|
};
|
|
489
489
|
};
|
|
490
|
-
|
|
490
|
+
analyticsEvents: {
|
|
491
491
|
anyOf: ({
|
|
492
492
|
type: string;
|
|
493
493
|
additionalProperties: boolean;
|
|
@@ -802,7 +802,7 @@ export declare const BannerCard: {
|
|
|
802
802
|
};
|
|
803
803
|
};
|
|
804
804
|
};
|
|
805
|
-
|
|
805
|
+
analyticsEvents: {
|
|
806
806
|
anyOf: ({
|
|
807
807
|
type: string;
|
|
808
808
|
additionalProperties: boolean;
|
|
@@ -505,7 +505,7 @@ export declare const ButtonProps: {
|
|
|
505
505
|
};
|
|
506
506
|
};
|
|
507
507
|
};
|
|
508
|
-
|
|
508
|
+
analyticsEvents: {
|
|
509
509
|
anyOf: ({
|
|
510
510
|
type: string;
|
|
511
511
|
additionalProperties: boolean;
|
|
@@ -838,7 +838,7 @@ export declare const ButtonBlock: {
|
|
|
838
838
|
};
|
|
839
839
|
};
|
|
840
840
|
};
|
|
841
|
-
|
|
841
|
+
analyticsEvents: {
|
|
842
842
|
anyOf: ({
|
|
843
843
|
type: string;
|
|
844
844
|
additionalProperties: boolean;
|