@gravity-ui/page-constructor 1.15.0-alpha.0 → 1.15.0-alpha.1

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.
@@ -176,10 +176,7 @@ export declare const BannerCardProps: {
176
176
  analyticsEvents: {
177
177
  anyOf: ({
178
178
  type: string;
179
- propertyNames: {
180
- type: string;
181
- };
182
- additionalProperty: {
179
+ additionalProperties: {
183
180
  type: string;
184
181
  };
185
182
  required: string[];
@@ -214,10 +211,7 @@ export declare const BannerCardProps: {
214
211
  type: string;
215
212
  items: {
216
213
  type: string;
217
- propertyNames: {
218
- type: string;
219
- };
220
- additionalProperty: {
214
+ additionalProperties: {
221
215
  type: string;
222
216
  };
223
217
  required: string[];
@@ -456,10 +450,7 @@ export declare const BannerBlock: {
456
450
  analyticsEvents: {
457
451
  anyOf: ({
458
452
  type: string;
459
- propertyNames: {
460
- type: string;
461
- };
462
- additionalProperty: {
453
+ additionalProperties: {
463
454
  type: string;
464
455
  };
465
456
  required: string[];
@@ -494,10 +485,7 @@ export declare const BannerBlock: {
494
485
  type: string;
495
486
  items: {
496
487
  type: string;
497
- propertyNames: {
498
- type: string;
499
- };
500
- additionalProperty: {
488
+ additionalProperties: {
501
489
  type: string;
502
490
  };
503
491
  required: string[];
@@ -737,10 +725,7 @@ export declare const BannerCard: {
737
725
  analyticsEvents: {
738
726
  anyOf: ({
739
727
  type: string;
740
- propertyNames: {
741
- type: string;
742
- };
743
- additionalProperty: {
728
+ additionalProperties: {
744
729
  type: string;
745
730
  };
746
731
  required: string[];
@@ -775,10 +760,7 @@ export declare const BannerCard: {
775
760
  type: string;
776
761
  items: {
777
762
  type: string;
778
- propertyNames: {
779
- type: string;
780
- };
781
- additionalProperty: {
763
+ additionalProperties: {
782
764
  type: string;
783
765
  };
784
766
  required: string[];
@@ -429,10 +429,7 @@ export declare const MediaBlock: {
429
429
  analyticsEvents: {
430
430
  anyOf: ({
431
431
  type: string;
432
- propertyNames: {
433
- type: string;
434
- };
435
- additionalProperty: {
432
+ additionalProperties: {
436
433
  type: string;
437
434
  };
438
435
  required: string[];
@@ -467,10 +464,7 @@ export declare const MediaBlock: {
467
464
  type: string;
468
465
  items: {
469
466
  type: string;
470
- propertyNames: {
471
- type: string;
472
- };
473
- additionalProperty: {
467
+ additionalProperties: {
474
468
  type: string;
475
469
  };
476
470
  required: string[];
@@ -508,10 +508,7 @@ export declare const ButtonProps: {
508
508
  analyticsEvents: {
509
509
  anyOf: ({
510
510
  type: string;
511
- propertyNames: {
512
- type: string;
513
- };
514
- additionalProperty: {
511
+ additionalProperties: {
515
512
  type: string;
516
513
  };
517
514
  required: string[];
@@ -546,10 +543,7 @@ export declare const ButtonProps: {
546
543
  type: string;
547
544
  items: {
548
545
  type: string;
549
- propertyNames: {
550
- type: string;
551
- };
552
- additionalProperty: {
546
+ additionalProperties: {
553
547
  type: string;
554
548
  };
555
549
  required: string[];
@@ -807,10 +801,7 @@ export declare const ButtonBlock: {
807
801
  analyticsEvents: {
808
802
  anyOf: ({
809
803
  type: string;
810
- propertyNames: {
811
- type: string;
812
- };
813
- additionalProperty: {
804
+ additionalProperties: {
814
805
  type: string;
815
806
  };
816
807
  required: string[];
@@ -845,10 +836,7 @@ export declare const ButtonBlock: {
845
836
  type: string;
846
837
  items: {
847
838
  type: string;
848
- propertyNames: {
849
- type: string;
850
- };
851
- additionalProperty: {
839
+ additionalProperties: {
852
840
  type: string;
853
841
  };
854
842
  required: string[];
@@ -54,10 +54,7 @@ export declare const AnalyticsEventSchema: {
54
54
  };
55
55
  export declare const AnalyticsEventV2Schema: {
56
56
  type: string;
57
- propertyNames: {
58
- type: string;
59
- };
60
- additionalProperty: {
57
+ additionalProperties: {
61
58
  type: string;
62
59
  };
63
60
  required: string[];
@@ -57,8 +57,7 @@ exports.AnalyticsEventSchema = {
57
57
  };
58
58
  exports.AnalyticsEventV2Schema = {
59
59
  type: 'object',
60
- propertyNames: { type: 'string' },
61
- additionalProperty: { type: 'number' },
60
+ additionalProperties: { type: 'string' },
62
61
  required: ['name'],
63
62
  properties: {
64
63
  name: {
@@ -176,10 +176,7 @@ export declare const BannerCardProps: {
176
176
  analyticsEvents: {
177
177
  anyOf: ({
178
178
  type: string;
179
- propertyNames: {
180
- type: string;
181
- };
182
- additionalProperty: {
179
+ additionalProperties: {
183
180
  type: string;
184
181
  };
185
182
  required: string[];
@@ -214,10 +211,7 @@ export declare const BannerCardProps: {
214
211
  type: string;
215
212
  items: {
216
213
  type: string;
217
- propertyNames: {
218
- type: string;
219
- };
220
- additionalProperty: {
214
+ additionalProperties: {
221
215
  type: string;
222
216
  };
223
217
  required: string[];
@@ -456,10 +450,7 @@ export declare const BannerBlock: {
456
450
  analyticsEvents: {
457
451
  anyOf: ({
458
452
  type: string;
459
- propertyNames: {
460
- type: string;
461
- };
462
- additionalProperty: {
453
+ additionalProperties: {
463
454
  type: string;
464
455
  };
465
456
  required: string[];
@@ -494,10 +485,7 @@ export declare const BannerBlock: {
494
485
  type: string;
495
486
  items: {
496
487
  type: string;
497
- propertyNames: {
498
- type: string;
499
- };
500
- additionalProperty: {
488
+ additionalProperties: {
501
489
  type: string;
502
490
  };
503
491
  required: string[];
@@ -737,10 +725,7 @@ export declare const BannerCard: {
737
725
  analyticsEvents: {
738
726
  anyOf: ({
739
727
  type: string;
740
- propertyNames: {
741
- type: string;
742
- };
743
- additionalProperty: {
728
+ additionalProperties: {
744
729
  type: string;
745
730
  };
746
731
  required: string[];
@@ -775,10 +760,7 @@ export declare const BannerCard: {
775
760
  type: string;
776
761
  items: {
777
762
  type: string;
778
- propertyNames: {
779
- type: string;
780
- };
781
- additionalProperty: {
763
+ additionalProperties: {
782
764
  type: string;
783
765
  };
784
766
  required: string[];
@@ -429,10 +429,7 @@ export declare const MediaBlock: {
429
429
  analyticsEvents: {
430
430
  anyOf: ({
431
431
  type: string;
432
- propertyNames: {
433
- type: string;
434
- };
435
- additionalProperty: {
432
+ additionalProperties: {
436
433
  type: string;
437
434
  };
438
435
  required: string[];
@@ -467,10 +464,7 @@ export declare const MediaBlock: {
467
464
  type: string;
468
465
  items: {
469
466
  type: string;
470
- propertyNames: {
471
- type: string;
472
- };
473
- additionalProperty: {
467
+ additionalProperties: {
474
468
  type: string;
475
469
  };
476
470
  required: string[];
@@ -508,10 +508,7 @@ export declare const ButtonProps: {
508
508
  analyticsEvents: {
509
509
  anyOf: ({
510
510
  type: string;
511
- propertyNames: {
512
- type: string;
513
- };
514
- additionalProperty: {
511
+ additionalProperties: {
515
512
  type: string;
516
513
  };
517
514
  required: string[];
@@ -546,10 +543,7 @@ export declare const ButtonProps: {
546
543
  type: string;
547
544
  items: {
548
545
  type: string;
549
- propertyNames: {
550
- type: string;
551
- };
552
- additionalProperty: {
546
+ additionalProperties: {
553
547
  type: string;
554
548
  };
555
549
  required: string[];
@@ -807,10 +801,7 @@ export declare const ButtonBlock: {
807
801
  analyticsEvents: {
808
802
  anyOf: ({
809
803
  type: string;
810
- propertyNames: {
811
- type: string;
812
- };
813
- additionalProperty: {
804
+ additionalProperties: {
814
805
  type: string;
815
806
  };
816
807
  required: string[];
@@ -845,10 +836,7 @@ export declare const ButtonBlock: {
845
836
  type: string;
846
837
  items: {
847
838
  type: string;
848
- propertyNames: {
849
- type: string;
850
- };
851
- additionalProperty: {
839
+ additionalProperties: {
852
840
  type: string;
853
841
  };
854
842
  required: string[];
@@ -54,10 +54,7 @@ export declare const AnalyticsEventSchema: {
54
54
  };
55
55
  export declare const AnalyticsEventV2Schema: {
56
56
  type: string;
57
- propertyNames: {
58
- type: string;
59
- };
60
- additionalProperty: {
57
+ additionalProperties: {
61
58
  type: string;
62
59
  };
63
60
  required: string[];
@@ -54,8 +54,7 @@ export const AnalyticsEventSchema = {
54
54
  };
55
55
  export const AnalyticsEventV2Schema = {
56
56
  type: 'object',
57
- propertyNames: { type: 'string' },
58
- additionalProperty: { type: 'number' },
57
+ additionalProperties: { type: 'string' },
59
58
  required: ['name'],
60
59
  properties: {
61
60
  name: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "1.15.0-alpha.0",
3
+ "version": "1.15.0-alpha.1",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {