@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.
@@ -173,7 +173,7 @@ export declare const BannerCardProps: {
173
173
  };
174
174
  };
175
175
  };
176
- events: {
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
- events: {
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
- events: {
805
+ analyticsEvents: {
806
806
  anyOf: ({
807
807
  type: string;
808
808
  additionalProperties: boolean;
@@ -426,7 +426,7 @@ export declare const MediaBlock: {
426
426
  };
427
427
  };
428
428
  };
429
- events: {
429
+ analyticsEvents: {
430
430
  anyOf: ({
431
431
  type: string;
432
432
  additionalProperties: boolean;
@@ -505,7 +505,7 @@ export declare const ButtonProps: {
505
505
  };
506
506
  };
507
507
  };
508
- events: {
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
- events: {
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
- events: {
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
- events: {
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
- events: {
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
- events: {
805
+ analyticsEvents: {
806
806
  anyOf: ({
807
807
  type: string;
808
808
  additionalProperties: boolean;
@@ -426,7 +426,7 @@ export declare const MediaBlock: {
426
426
  };
427
427
  };
428
428
  };
429
- events: {
429
+ analyticsEvents: {
430
430
  anyOf: ({
431
431
  type: string;
432
432
  additionalProperties: boolean;
@@ -505,7 +505,7 @@ export declare const ButtonProps: {
505
505
  };
506
506
  };
507
507
  };
508
- events: {
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
- events: {
841
+ analyticsEvents: {
842
842
  anyOf: ({
843
843
  type: string;
844
844
  additionalProperties: boolean;
@@ -336,7 +336,7 @@ export const ButtonProps = {
336
336
  * @deprecated Pixel will be deleted
337
337
  */
338
338
  pixelEvents,
339
- events: {
339
+ analyticsEvents: {
340
340
  anyOf: [AnalyticsEventSchema, { type: 'array', items: AnalyticsEventSchema }],
341
341
  },
342
342
  target: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.14.0-alpha.7",
3
+ "version": "1.14.0-alpha.8",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {