@doyourjob/gravity-ui-page-constructor 5.31.188 → 5.31.190

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.
Files changed (106) hide show
  1. package/build/cjs/blocks/CardLayout/schema.d.ts +8 -0
  2. package/build/cjs/blocks/ContentLayout/schema.d.ts +4 -0
  3. package/build/cjs/blocks/EventsSection/schema.d.ts +4 -0
  4. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +4 -0
  5. package/build/cjs/blocks/FilterBlock/schema.d.ts +8 -0
  6. package/build/cjs/blocks/FilterCardLayout/schema.d.ts +4 -0
  7. package/build/cjs/blocks/Form/schema.d.ts +8 -0
  8. package/build/cjs/blocks/Header/HeaderTags/HeaderTags.css +3 -0
  9. package/build/cjs/blocks/Header/HeaderTags/HeaderTags.js +4 -1
  10. package/build/cjs/blocks/Header/schema.d.ts +24 -0
  11. package/build/cjs/blocks/Header/schema.js +4 -0
  12. package/build/cjs/blocks/HeaderSlider/schema.d.ts +12 -0
  13. package/build/cjs/blocks/Icons/schema.d.ts +308 -4
  14. package/build/cjs/blocks/Icons/schema.js +8 -2
  15. package/build/cjs/blocks/Info/schema.d.ts +8 -0
  16. package/build/cjs/blocks/LinkTable/schema.d.ts +4 -0
  17. package/build/cjs/blocks/LogoRotator/schema.d.ts +4 -0
  18. package/build/cjs/blocks/Map/schema.d.ts +4 -0
  19. package/build/cjs/blocks/Media/schema.d.ts +8 -0
  20. package/build/cjs/blocks/MiniCase/schema.d.ts +4 -0
  21. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +4 -0
  22. package/build/cjs/blocks/Questions/schema.d.ts +4 -0
  23. package/build/cjs/blocks/RelevantPosts/schema.d.ts +4 -0
  24. package/build/cjs/blocks/RelevantReports/schema.d.ts +4 -0
  25. package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +4 -0
  26. package/build/cjs/blocks/Reports/schema.d.ts +4 -0
  27. package/build/cjs/blocks/ReportsCards/schema.d.ts +4 -0
  28. package/build/cjs/blocks/ReportsSections/schema.d.ts +4 -0
  29. package/build/cjs/blocks/Slider/schema.d.ts +4 -0
  30. package/build/cjs/blocks/SliderNew/schema.d.ts +4 -0
  31. package/build/cjs/blocks/TabLinks/schema.d.ts +4 -0
  32. package/build/cjs/blocks/Tabs/schema.d.ts +8 -0
  33. package/build/cjs/blocks/TabsHighlightTable/schema.d.ts +4 -0
  34. package/build/cjs/components/Title/Title.css +9 -0
  35. package/build/cjs/components/Title/Title.js +1 -1
  36. package/build/cjs/models/constructor-items/blocks.d.ts +3 -1
  37. package/build/cjs/models/constructor-items/common.d.ts +1 -0
  38. package/build/cjs/schema/constants.d.ts +28 -0
  39. package/build/cjs/schema/validators/common.d.ts +8 -0
  40. package/build/cjs/schema/validators/common.js +4 -0
  41. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +4 -0
  42. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +4 -0
  43. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +4 -0
  44. package/build/cjs/sub-blocks/Content/schema.d.ts +8 -0
  45. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +4 -0
  46. package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +4 -0
  47. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +4 -0
  48. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +4 -0
  49. package/build/cjs/sub-blocks/StoryCard/schema.d.ts +4 -0
  50. package/build/cjs/text-transform/config.d.ts +1 -0
  51. package/build/esm/blocks/CardLayout/schema.d.ts +8 -0
  52. package/build/esm/blocks/ContentLayout/schema.d.ts +4 -0
  53. package/build/esm/blocks/EventsSection/schema.d.ts +4 -0
  54. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +4 -0
  55. package/build/esm/blocks/FilterBlock/schema.d.ts +8 -0
  56. package/build/esm/blocks/FilterCardLayout/schema.d.ts +4 -0
  57. package/build/esm/blocks/Form/schema.d.ts +8 -0
  58. package/build/esm/blocks/Header/HeaderTags/HeaderTags.css +3 -0
  59. package/build/esm/blocks/Header/HeaderTags/HeaderTags.js +4 -1
  60. package/build/esm/blocks/Header/schema.d.ts +24 -0
  61. package/build/esm/blocks/Header/schema.js +4 -0
  62. package/build/esm/blocks/HeaderSlider/schema.d.ts +12 -0
  63. package/build/esm/blocks/Icons/schema.d.ts +308 -4
  64. package/build/esm/blocks/Icons/schema.js +9 -3
  65. package/build/esm/blocks/Info/schema.d.ts +8 -0
  66. package/build/esm/blocks/LinkTable/schema.d.ts +4 -0
  67. package/build/esm/blocks/LogoRotator/schema.d.ts +4 -0
  68. package/build/esm/blocks/Map/schema.d.ts +4 -0
  69. package/build/esm/blocks/Media/schema.d.ts +8 -0
  70. package/build/esm/blocks/MiniCase/schema.d.ts +4 -0
  71. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +4 -0
  72. package/build/esm/blocks/Questions/schema.d.ts +4 -0
  73. package/build/esm/blocks/RelevantPosts/schema.d.ts +4 -0
  74. package/build/esm/blocks/RelevantReports/schema.d.ts +4 -0
  75. package/build/esm/blocks/RelevantReportsCards/schema.d.ts +4 -0
  76. package/build/esm/blocks/Reports/schema.d.ts +4 -0
  77. package/build/esm/blocks/ReportsCards/schema.d.ts +4 -0
  78. package/build/esm/blocks/ReportsSections/schema.d.ts +4 -0
  79. package/build/esm/blocks/Slider/schema.d.ts +4 -0
  80. package/build/esm/blocks/SliderNew/schema.d.ts +4 -0
  81. package/build/esm/blocks/TabLinks/schema.d.ts +4 -0
  82. package/build/esm/blocks/Tabs/schema.d.ts +8 -0
  83. package/build/esm/blocks/TabsHighlightTable/schema.d.ts +4 -0
  84. package/build/esm/components/Title/Title.css +9 -0
  85. package/build/esm/components/Title/Title.js +1 -1
  86. package/build/esm/models/constructor-items/blocks.d.ts +3 -1
  87. package/build/esm/models/constructor-items/common.d.ts +1 -0
  88. package/build/esm/schema/constants.d.ts +28 -0
  89. package/build/esm/schema/validators/common.d.ts +8 -0
  90. package/build/esm/schema/validators/common.js +4 -0
  91. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +4 -0
  92. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +4 -0
  93. package/build/esm/sub-blocks/BasicCard/schema.d.ts +4 -0
  94. package/build/esm/sub-blocks/Content/schema.d.ts +8 -0
  95. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +4 -0
  96. package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +4 -0
  97. package/build/esm/sub-blocks/ImageCard/schema.d.ts +4 -0
  98. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +4 -0
  99. package/build/esm/sub-blocks/StoryCard/schema.d.ts +4 -0
  100. package/build/esm/text-transform/config.d.ts +1 -0
  101. package/package.json +1 -1
  102. package/schema/index.js +1 -1
  103. package/server/models/constructor-items/blocks.d.ts +3 -1
  104. package/server/models/constructor-items/common.d.ts +1 -0
  105. package/server/text-transform/config.d.ts +1 -0
  106. package/widget/index.js +1 -1
@@ -252,6 +252,10 @@ export declare const CardLayoutProps: {
252
252
  type: string;
253
253
  enum: string[];
254
254
  };
255
+ bottomSpace: {
256
+ type: string;
257
+ enum: string[];
258
+ };
255
259
  centered: {
256
260
  type: string;
257
261
  };
@@ -667,6 +671,10 @@ export declare const CardLayoutBlock: {
667
671
  type: string;
668
672
  enum: string[];
669
673
  };
674
+ bottomSpace: {
675
+ type: string;
676
+ enum: string[];
677
+ };
670
678
  centered: {
671
679
  type: string;
672
680
  };
@@ -244,6 +244,10 @@ export declare const ContentLayoutBlock: {
244
244
  type: string;
245
245
  enum: string[];
246
246
  };
247
+ bottomSpace: {
248
+ type: string;
249
+ enum: string[];
250
+ };
247
251
  centered: {
248
252
  type: string;
249
253
  };
@@ -142,6 +142,10 @@ export declare const EventsSectionBlock: {
142
142
  type: string;
143
143
  enum: string[];
144
144
  };
145
+ bottomSpace: {
146
+ type: string;
147
+ enum: string[];
148
+ };
145
149
  centered: {
146
150
  type: string;
147
151
  };
@@ -345,6 +345,10 @@ export declare const ExtendedFeaturesBlock: {
345
345
  type: string;
346
346
  enum: string[];
347
347
  };
348
+ bottomSpace: {
349
+ type: string;
350
+ enum: string[];
351
+ };
348
352
  centered: {
349
353
  type: string;
350
354
  };
@@ -204,6 +204,10 @@ export declare const FilterProps: {
204
204
  type: string;
205
205
  enum: string[];
206
206
  };
207
+ bottomSpace: {
208
+ type: string;
209
+ enum: string[];
210
+ };
207
211
  centered: {
208
212
  type: string;
209
213
  };
@@ -544,6 +548,10 @@ export declare const FilterBlock: {
544
548
  type: string;
545
549
  enum: string[];
546
550
  };
551
+ bottomSpace: {
552
+ type: string;
553
+ enum: string[];
554
+ };
547
555
  centered: {
548
556
  type: string;
549
557
  };
@@ -173,6 +173,10 @@ export declare const FilterCardLayoutBlock: {
173
173
  type: string;
174
174
  enum: string[];
175
175
  };
176
+ bottomSpace: {
177
+ type: string;
178
+ enum: string[];
179
+ };
176
180
  centered: {
177
181
  type: string;
178
182
  };
@@ -221,6 +221,10 @@ export declare const FormBlock: {
221
221
  type: string;
222
222
  enum: string[];
223
223
  };
224
+ bottomSpace: {
225
+ type: string;
226
+ enum: string[];
227
+ };
224
228
  centered: {
225
229
  type: string;
226
230
  };
@@ -449,6 +453,10 @@ export declare const FormBlock: {
449
453
  type: string;
450
454
  enum: string[];
451
455
  };
456
+ bottomSpace: {
457
+ type: string;
458
+ enum: string[];
459
+ };
452
460
  centered: {
453
461
  type: string;
454
462
  };
@@ -14,4 +14,7 @@ unpredictable css rules order in build */
14
14
  }
15
15
  .pc-header-tags__tag_disable {
16
16
  pointer-events: none;
17
+ }
18
+ .pc-header-tags__tag_opHover:hover {
19
+ opacity: 0.8;
17
20
  }
@@ -23,7 +23,10 @@ function getIcon(name) {
23
23
  const HeaderTags = ({ theme, tags, sizes, className }) => {
24
24
  if (!(tags === null || tags === void 0 ? void 0 : tags.length))
25
25
  return null;
26
- return (react_1.default.createElement(grid_1.Col, { className: b({ theme }, className), sizes: sizes }, tags.map((tag) => (react_1.default.createElement(uikit_1.Button, Object.assign({ view: "outlined", size: "l", href: tag.url, className: b('tag', { disable: !tag.url }) }, (tag.url ? {} : { tabIndex: -1 }), { key: tag.text, target: tag.target }),
26
+ return (react_1.default.createElement(grid_1.Col, { className: b({ theme }, className), sizes: sizes }, tags.map((tag) => (react_1.default.createElement(uikit_1.Button, Object.assign({ view: "outlined", size: "l", href: tag.url, className: b('tag', { disable: !tag.url, opHover: Boolean(tag.backgroundColor) }), style: Object.assign(Object.assign({}, (tag.backgroundColor && {
27
+ '--_--background-color': tag.backgroundColor,
28
+ '--_--background-color-hover': tag.backgroundColor,
29
+ })), (tag.textColor && { color: tag.textColor })) }, (tag.url ? {} : { tabIndex: -1 }), { key: tag.text, target: tag.target }),
27
30
  getIcon(tag.icon),
28
31
  tag.text)))));
29
32
  };
@@ -965,6 +965,12 @@ export declare const HeaderProperties: {
965
965
  target: {
966
966
  type: string;
967
967
  };
968
+ textColor: {
969
+ type: string;
970
+ };
971
+ backgroundColor: {
972
+ type: string;
973
+ };
968
974
  };
969
975
  };
970
976
  };
@@ -988,6 +994,12 @@ export declare const HeaderProperties: {
988
994
  target: {
989
995
  type: string;
990
996
  };
997
+ textColor: {
998
+ type: string;
999
+ };
1000
+ backgroundColor: {
1001
+ type: string;
1002
+ };
991
1003
  };
992
1004
  };
993
1005
  };
@@ -1662,6 +1674,12 @@ export declare const HeaderBlock: {
1662
1674
  target: {
1663
1675
  type: string;
1664
1676
  };
1677
+ textColor: {
1678
+ type: string;
1679
+ };
1680
+ backgroundColor: {
1681
+ type: string;
1682
+ };
1665
1683
  };
1666
1684
  };
1667
1685
  };
@@ -1685,6 +1703,12 @@ export declare const HeaderBlock: {
1685
1703
  target: {
1686
1704
  type: string;
1687
1705
  };
1706
+ textColor: {
1707
+ type: string;
1708
+ };
1709
+ backgroundColor: {
1710
+ type: string;
1711
+ };
1688
1712
  };
1689
1713
  };
1690
1714
  };
@@ -179,6 +179,8 @@ exports.HeaderProperties = {
179
179
  url: { type: 'string' },
180
180
  icon: { type: 'string', enum: ['map', 'clock', 'calendar'] },
181
181
  target: { type: 'string' },
182
+ textColor: { type: 'string' },
183
+ backgroundColor: { type: 'string' },
182
184
  },
183
185
  },
184
186
  },
@@ -193,6 +195,8 @@ exports.HeaderProperties = {
193
195
  url: { type: 'string' },
194
196
  icon: { type: 'string', enum: ['map', 'clock', 'calendar'] },
195
197
  target: { type: 'string' },
198
+ textColor: { type: 'string' },
199
+ backgroundColor: { type: 'string' },
196
200
  },
197
201
  },
198
202
  },
@@ -659,6 +659,12 @@ export declare const HeaderSliderBlock: {
659
659
  target: {
660
660
  type: string;
661
661
  };
662
+ textColor: {
663
+ type: string;
664
+ };
665
+ backgroundColor: {
666
+ type: string;
667
+ };
662
668
  };
663
669
  };
664
670
  };
@@ -682,6 +688,12 @@ export declare const HeaderSliderBlock: {
682
688
  target: {
683
689
  type: string;
684
690
  };
691
+ textColor: {
692
+ type: string;
693
+ };
694
+ backgroundColor: {
695
+ type: string;
696
+ };
685
697
  };
686
698
  };
687
699
  };
@@ -3,8 +3,160 @@ export declare const IconsProps: {
3
3
  required: string[];
4
4
  properties: {
5
5
  title: {
6
- type: string;
7
- contentType: string;
6
+ oneOf: ({
7
+ type: string;
8
+ contentType: string;
9
+ optionName: string;
10
+ } | {
11
+ optionName: string;
12
+ type: string;
13
+ additionalProperties: boolean;
14
+ required: string[];
15
+ properties: {
16
+ text: {
17
+ type: string;
18
+ contentType: string;
19
+ };
20
+ link: {
21
+ type: string;
22
+ additionalProperties: boolean;
23
+ required: string[];
24
+ properties: {
25
+ text: {
26
+ type: string;
27
+ contentType: string;
28
+ };
29
+ url: {
30
+ type: string;
31
+ };
32
+ urlTitle: {
33
+ type: string;
34
+ };
35
+ arrow: {
36
+ type: string;
37
+ };
38
+ theme: {
39
+ type: string;
40
+ enum: string[];
41
+ };
42
+ textSize: {
43
+ type: string;
44
+ enum: string[];
45
+ };
46
+ target: {
47
+ type: string;
48
+ enum: string[];
49
+ };
50
+ analyticsEvents: {
51
+ oneOf: ({
52
+ optionName: string;
53
+ type: string;
54
+ additionalProperties: {
55
+ type: string;
56
+ };
57
+ required: string[];
58
+ properties: {
59
+ name: {
60
+ type: string;
61
+ };
62
+ type: {
63
+ type: string;
64
+ };
65
+ counters: {
66
+ type: string;
67
+ additionalProperties: boolean;
68
+ required: never[];
69
+ properties: {
70
+ include: {
71
+ type: string;
72
+ items: {
73
+ type: string;
74
+ };
75
+ };
76
+ exclude: {
77
+ type: string;
78
+ items: {
79
+ type: string;
80
+ };
81
+ };
82
+ };
83
+ };
84
+ context: {
85
+ type: string;
86
+ };
87
+ };
88
+ items?: undefined;
89
+ } | {
90
+ type: string;
91
+ items: {
92
+ type: string;
93
+ additionalProperties: {
94
+ type: string;
95
+ };
96
+ required: string[];
97
+ properties: {
98
+ name: {
99
+ type: string;
100
+ };
101
+ type: {
102
+ type: string;
103
+ };
104
+ counters: {
105
+ type: string;
106
+ additionalProperties: boolean;
107
+ required: never[];
108
+ properties: {
109
+ include: {
110
+ type: string;
111
+ items: {
112
+ type: string;
113
+ };
114
+ };
115
+ exclude: {
116
+ type: string;
117
+ items: {
118
+ type: string;
119
+ };
120
+ };
121
+ };
122
+ };
123
+ context: {
124
+ type: string;
125
+ };
126
+ };
127
+ };
128
+ optionName: string;
129
+ })[];
130
+ };
131
+ type: {};
132
+ when: {
133
+ type: string;
134
+ };
135
+ };
136
+ };
137
+ textSize: {
138
+ type: string;
139
+ enum: string[];
140
+ };
141
+ bottomSpace: {
142
+ type: string;
143
+ enum: string[];
144
+ };
145
+ centered: {
146
+ type: string;
147
+ };
148
+ url: {
149
+ type: string;
150
+ };
151
+ urlTitle: {
152
+ type: string;
153
+ };
154
+ resetMargin: {
155
+ type: string;
156
+ };
157
+ };
158
+ contentType?: undefined;
159
+ })[];
8
160
  };
9
161
  description: {
10
162
  type: string;
@@ -267,8 +419,160 @@ export declare const IconsBlock: {
267
419
  required: string[];
268
420
  properties: {
269
421
  title: {
270
- type: string;
271
- contentType: string;
422
+ oneOf: ({
423
+ type: string;
424
+ contentType: string;
425
+ optionName: string;
426
+ } | {
427
+ optionName: string;
428
+ type: string;
429
+ additionalProperties: boolean;
430
+ required: string[];
431
+ properties: {
432
+ text: {
433
+ type: string;
434
+ contentType: string;
435
+ };
436
+ link: {
437
+ type: string;
438
+ additionalProperties: boolean;
439
+ required: string[];
440
+ properties: {
441
+ text: {
442
+ type: string;
443
+ contentType: string;
444
+ };
445
+ url: {
446
+ type: string;
447
+ };
448
+ urlTitle: {
449
+ type: string;
450
+ };
451
+ arrow: {
452
+ type: string;
453
+ };
454
+ theme: {
455
+ type: string;
456
+ enum: string[];
457
+ };
458
+ textSize: {
459
+ type: string;
460
+ enum: string[];
461
+ };
462
+ target: {
463
+ type: string;
464
+ enum: string[];
465
+ };
466
+ analyticsEvents: {
467
+ oneOf: ({
468
+ optionName: string;
469
+ type: string;
470
+ additionalProperties: {
471
+ type: string;
472
+ };
473
+ required: string[];
474
+ properties: {
475
+ name: {
476
+ type: string;
477
+ };
478
+ type: {
479
+ type: string;
480
+ };
481
+ counters: {
482
+ type: string;
483
+ additionalProperties: boolean;
484
+ required: never[];
485
+ properties: {
486
+ include: {
487
+ type: string;
488
+ items: {
489
+ type: string;
490
+ };
491
+ };
492
+ exclude: {
493
+ type: string;
494
+ items: {
495
+ type: string;
496
+ };
497
+ };
498
+ };
499
+ };
500
+ context: {
501
+ type: string;
502
+ };
503
+ };
504
+ items?: undefined;
505
+ } | {
506
+ type: string;
507
+ items: {
508
+ type: string;
509
+ additionalProperties: {
510
+ type: string;
511
+ };
512
+ required: string[];
513
+ properties: {
514
+ name: {
515
+ type: string;
516
+ };
517
+ type: {
518
+ type: string;
519
+ };
520
+ counters: {
521
+ type: string;
522
+ additionalProperties: boolean;
523
+ required: never[];
524
+ properties: {
525
+ include: {
526
+ type: string;
527
+ items: {
528
+ type: string;
529
+ };
530
+ };
531
+ exclude: {
532
+ type: string;
533
+ items: {
534
+ type: string;
535
+ };
536
+ };
537
+ };
538
+ };
539
+ context: {
540
+ type: string;
541
+ };
542
+ };
543
+ };
544
+ optionName: string;
545
+ })[];
546
+ };
547
+ type: {};
548
+ when: {
549
+ type: string;
550
+ };
551
+ };
552
+ };
553
+ textSize: {
554
+ type: string;
555
+ enum: string[];
556
+ };
557
+ bottomSpace: {
558
+ type: string;
559
+ enum: string[];
560
+ };
561
+ centered: {
562
+ type: string;
563
+ };
564
+ url: {
565
+ type: string;
566
+ };
567
+ urlTitle: {
568
+ type: string;
569
+ };
570
+ resetMargin: {
571
+ type: string;
572
+ };
573
+ };
574
+ contentType?: undefined;
575
+ })[];
272
576
  };
273
577
  description: {
274
578
  type: string;
@@ -7,8 +7,14 @@ exports.IconsProps = {
7
7
  additionalProperties: false,
8
8
  required: ['size', 'items'],
9
9
  properties: Object.assign(Object.assign(Object.assign({}, common_1.BlockBaseProps), common_1.AnimatableProps), { title: {
10
- type: 'string',
11
- contentType: 'text',
10
+ oneOf: [
11
+ {
12
+ type: 'string',
13
+ contentType: 'text',
14
+ optionName: 'text',
15
+ },
16
+ Object.assign(Object.assign({}, common_1.TitleProps), { optionName: 'options' }),
17
+ ],
12
18
  }, description: {
13
19
  type: 'string',
14
20
  contentType: 'text',
@@ -189,6 +189,10 @@ export declare const InfoBlock: {
189
189
  type: string;
190
190
  enum: string[];
191
191
  };
192
+ bottomSpace: {
193
+ type: string;
194
+ enum: string[];
195
+ };
192
196
  centered: {
193
197
  type: string;
194
198
  };
@@ -417,6 +421,10 @@ export declare const InfoBlock: {
417
421
  type: string;
418
422
  enum: string[];
419
423
  };
424
+ bottomSpace: {
425
+ type: string;
426
+ enum: string[];
427
+ };
420
428
  centered: {
421
429
  type: string;
422
430
  };
@@ -133,6 +133,10 @@ export declare const LinkTableBlock: {
133
133
  type: string;
134
134
  enum: string[];
135
135
  };
136
+ bottomSpace: {
137
+ type: string;
138
+ enum: string[];
139
+ };
136
140
  centered: {
137
141
  type: string;
138
142
  };
@@ -139,6 +139,10 @@ export declare const LogoRotatorBlock: {
139
139
  type: string;
140
140
  enum: string[];
141
141
  };
142
+ bottomSpace: {
143
+ type: string;
144
+ enum: string[];
145
+ };
142
146
  centered: {
143
147
  type: string;
144
148
  };
@@ -437,6 +437,10 @@ export declare const MapBlock: {
437
437
  type: string;
438
438
  enum: string[];
439
439
  };
440
+ bottomSpace: {
441
+ type: string;
442
+ enum: string[];
443
+ };
440
444
  centered: {
441
445
  type: string;
442
446
  };
@@ -640,6 +640,10 @@ export declare const MediaBlockBaseProps: {
640
640
  type: string;
641
641
  enum: string[];
642
642
  };
643
+ bottomSpace: {
644
+ type: string;
645
+ enum: string[];
646
+ };
643
647
  centered: {
644
648
  type: string;
645
649
  };
@@ -1510,6 +1514,10 @@ export declare const MediaBlock: {
1510
1514
  type: string;
1511
1515
  enum: string[];
1512
1516
  };
1517
+ bottomSpace: {
1518
+ type: string;
1519
+ enum: string[];
1520
+ };
1513
1521
  centered: {
1514
1522
  type: string;
1515
1523
  };
@@ -144,6 +144,10 @@ export declare const MiniCaseBlock: {
144
144
  type: string;
145
145
  enum: string[];
146
146
  };
147
+ bottomSpace: {
148
+ type: string;
149
+ enum: string[];
150
+ };
147
151
  centered: {
148
152
  type: string;
149
153
  };