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

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 (89) hide show
  1. package/build/cjs/blocks/CardLayout/schema.d.ts +6 -0
  2. package/build/cjs/blocks/ContentLayout/schema.d.ts +3 -0
  3. package/build/cjs/blocks/EventsSection/schema.d.ts +3 -0
  4. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +3 -0
  5. package/build/cjs/blocks/FilterBlock/schema.d.ts +6 -0
  6. package/build/cjs/blocks/FilterCardLayout/schema.d.ts +3 -0
  7. package/build/cjs/blocks/Form/schema.d.ts +6 -0
  8. package/build/cjs/blocks/Info/schema.d.ts +6 -0
  9. package/build/cjs/blocks/LinkTable/schema.d.ts +3 -0
  10. package/build/cjs/blocks/LogoRotator/schema.d.ts +3 -0
  11. package/build/cjs/blocks/Map/schema.d.ts +3 -0
  12. package/build/cjs/blocks/Media/schema.d.ts +6 -0
  13. package/build/cjs/blocks/MiniCase/schema.d.ts +3 -0
  14. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +3 -0
  15. package/build/cjs/blocks/Questions/schema.d.ts +3 -0
  16. package/build/cjs/blocks/RelevantPosts/schema.d.ts +3 -0
  17. package/build/cjs/blocks/RelevantReports/schema.d.ts +3 -0
  18. package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +3 -0
  19. package/build/cjs/blocks/Reports/schema.d.ts +3 -0
  20. package/build/cjs/blocks/ReportsCards/schema.d.ts +3 -0
  21. package/build/cjs/blocks/ReportsSections/schema.d.ts +3 -0
  22. package/build/cjs/blocks/Slider/schema.d.ts +3 -0
  23. package/build/cjs/blocks/SliderNew/schema.d.ts +3 -0
  24. package/build/cjs/blocks/TabLinks/schema.d.ts +3 -0
  25. package/build/cjs/blocks/Tabs/schema.d.ts +6 -0
  26. package/build/cjs/blocks/TabsHighlightTable/schema.d.ts +3 -0
  27. package/build/cjs/components/Title/Title.css +3 -0
  28. package/build/cjs/components/Title/Title.js +3 -3
  29. package/build/cjs/models/constructor-items/common.d.ts +1 -0
  30. package/build/cjs/schema/constants.d.ts +21 -0
  31. package/build/cjs/schema/validators/common.d.ts +6 -0
  32. package/build/cjs/schema/validators/common.js +3 -0
  33. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +3 -0
  34. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +3 -0
  35. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +3 -0
  36. package/build/cjs/sub-blocks/Content/schema.d.ts +6 -0
  37. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +3 -0
  38. package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +3 -0
  39. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +3 -0
  40. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +3 -0
  41. package/build/cjs/sub-blocks/StoryCard/schema.d.ts +3 -0
  42. package/build/cjs/text-transform/config.d.ts +1 -0
  43. package/build/esm/blocks/CardLayout/schema.d.ts +6 -0
  44. package/build/esm/blocks/ContentLayout/schema.d.ts +3 -0
  45. package/build/esm/blocks/EventsSection/schema.d.ts +3 -0
  46. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +3 -0
  47. package/build/esm/blocks/FilterBlock/schema.d.ts +6 -0
  48. package/build/esm/blocks/FilterCardLayout/schema.d.ts +3 -0
  49. package/build/esm/blocks/Form/schema.d.ts +6 -0
  50. package/build/esm/blocks/Info/schema.d.ts +6 -0
  51. package/build/esm/blocks/LinkTable/schema.d.ts +3 -0
  52. package/build/esm/blocks/LogoRotator/schema.d.ts +3 -0
  53. package/build/esm/blocks/Map/schema.d.ts +3 -0
  54. package/build/esm/blocks/Media/schema.d.ts +6 -0
  55. package/build/esm/blocks/MiniCase/schema.d.ts +3 -0
  56. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +3 -0
  57. package/build/esm/blocks/Questions/schema.d.ts +3 -0
  58. package/build/esm/blocks/RelevantPosts/schema.d.ts +3 -0
  59. package/build/esm/blocks/RelevantReports/schema.d.ts +3 -0
  60. package/build/esm/blocks/RelevantReportsCards/schema.d.ts +3 -0
  61. package/build/esm/blocks/Reports/schema.d.ts +3 -0
  62. package/build/esm/blocks/ReportsCards/schema.d.ts +3 -0
  63. package/build/esm/blocks/ReportsSections/schema.d.ts +3 -0
  64. package/build/esm/blocks/Slider/schema.d.ts +3 -0
  65. package/build/esm/blocks/SliderNew/schema.d.ts +3 -0
  66. package/build/esm/blocks/TabLinks/schema.d.ts +3 -0
  67. package/build/esm/blocks/Tabs/schema.d.ts +6 -0
  68. package/build/esm/blocks/TabsHighlightTable/schema.d.ts +3 -0
  69. package/build/esm/components/Title/Title.css +3 -0
  70. package/build/esm/components/Title/Title.js +3 -3
  71. package/build/esm/models/constructor-items/common.d.ts +1 -0
  72. package/build/esm/schema/constants.d.ts +21 -0
  73. package/build/esm/schema/validators/common.d.ts +6 -0
  74. package/build/esm/schema/validators/common.js +3 -0
  75. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +3 -0
  76. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +3 -0
  77. package/build/esm/sub-blocks/BasicCard/schema.d.ts +3 -0
  78. package/build/esm/sub-blocks/Content/schema.d.ts +6 -0
  79. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +3 -0
  80. package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +3 -0
  81. package/build/esm/sub-blocks/ImageCard/schema.d.ts +3 -0
  82. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +3 -0
  83. package/build/esm/sub-blocks/StoryCard/schema.d.ts +3 -0
  84. package/build/esm/text-transform/config.d.ts +1 -0
  85. package/package.json +1 -1
  86. package/schema/index.js +1 -1
  87. package/server/models/constructor-items/common.d.ts +1 -0
  88. package/server/text-transform/config.d.ts +1 -0
  89. package/widget/index.js +1 -1
@@ -252,6 +252,9 @@ export declare const CardLayoutProps: {
252
252
  type: string;
253
253
  enum: string[];
254
254
  };
255
+ centered: {
256
+ type: string;
257
+ };
255
258
  url: {
256
259
  type: string;
257
260
  };
@@ -664,6 +667,9 @@ export declare const CardLayoutBlock: {
664
667
  type: string;
665
668
  enum: string[];
666
669
  };
670
+ centered: {
671
+ type: string;
672
+ };
667
673
  url: {
668
674
  type: string;
669
675
  };
@@ -244,6 +244,9 @@ export declare const ContentLayoutBlock: {
244
244
  type: string;
245
245
  enum: string[];
246
246
  };
247
+ centered: {
248
+ type: string;
249
+ };
247
250
  url: {
248
251
  type: string;
249
252
  };
@@ -142,6 +142,9 @@ export declare const EventsSectionBlock: {
142
142
  type: string;
143
143
  enum: string[];
144
144
  };
145
+ centered: {
146
+ type: string;
147
+ };
145
148
  url: {
146
149
  type: string;
147
150
  };
@@ -345,6 +345,9 @@ export declare const ExtendedFeaturesBlock: {
345
345
  type: string;
346
346
  enum: string[];
347
347
  };
348
+ centered: {
349
+ type: string;
350
+ };
348
351
  url: {
349
352
  type: string;
350
353
  };
@@ -204,6 +204,9 @@ export declare const FilterProps: {
204
204
  type: string;
205
205
  enum: string[];
206
206
  };
207
+ centered: {
208
+ type: string;
209
+ };
207
210
  url: {
208
211
  type: string;
209
212
  };
@@ -541,6 +544,9 @@ export declare const FilterBlock: {
541
544
  type: string;
542
545
  enum: string[];
543
546
  };
547
+ centered: {
548
+ type: string;
549
+ };
544
550
  url: {
545
551
  type: string;
546
552
  };
@@ -173,6 +173,9 @@ export declare const FilterCardLayoutBlock: {
173
173
  type: string;
174
174
  enum: string[];
175
175
  };
176
+ centered: {
177
+ type: string;
178
+ };
176
179
  url: {
177
180
  type: string;
178
181
  };
@@ -221,6 +221,9 @@ export declare const FormBlock: {
221
221
  type: string;
222
222
  enum: string[];
223
223
  };
224
+ centered: {
225
+ type: string;
226
+ };
224
227
  url: {
225
228
  type: string;
226
229
  };
@@ -446,6 +449,9 @@ export declare const FormBlock: {
446
449
  type: string;
447
450
  enum: string[];
448
451
  };
452
+ centered: {
453
+ type: string;
454
+ };
449
455
  url: {
450
456
  type: string;
451
457
  };
@@ -189,6 +189,9 @@ export declare const InfoBlock: {
189
189
  type: string;
190
190
  enum: string[];
191
191
  };
192
+ centered: {
193
+ type: string;
194
+ };
192
195
  url: {
193
196
  type: string;
194
197
  };
@@ -414,6 +417,9 @@ export declare const InfoBlock: {
414
417
  type: string;
415
418
  enum: string[];
416
419
  };
420
+ centered: {
421
+ type: string;
422
+ };
417
423
  url: {
418
424
  type: string;
419
425
  };
@@ -133,6 +133,9 @@ export declare const LinkTableBlock: {
133
133
  type: string;
134
134
  enum: string[];
135
135
  };
136
+ centered: {
137
+ type: string;
138
+ };
136
139
  url: {
137
140
  type: string;
138
141
  };
@@ -139,6 +139,9 @@ export declare const LogoRotatorBlock: {
139
139
  type: string;
140
140
  enum: string[];
141
141
  };
142
+ centered: {
143
+ type: string;
144
+ };
142
145
  url: {
143
146
  type: string;
144
147
  };
@@ -437,6 +437,9 @@ export declare const MapBlock: {
437
437
  type: string;
438
438
  enum: string[];
439
439
  };
440
+ centered: {
441
+ type: string;
442
+ };
440
443
  url: {
441
444
  type: string;
442
445
  };
@@ -640,6 +640,9 @@ export declare const MediaBlockBaseProps: {
640
640
  type: string;
641
641
  enum: string[];
642
642
  };
643
+ centered: {
644
+ type: string;
645
+ };
643
646
  url: {
644
647
  type: string;
645
648
  };
@@ -1507,6 +1510,9 @@ export declare const MediaBlock: {
1507
1510
  type: string;
1508
1511
  enum: string[];
1509
1512
  };
1513
+ centered: {
1514
+ type: string;
1515
+ };
1510
1516
  url: {
1511
1517
  type: string;
1512
1518
  };
@@ -144,6 +144,9 @@ export declare const MiniCaseBlock: {
144
144
  type: string;
145
145
  enum: string[];
146
146
  };
147
+ centered: {
148
+ type: string;
149
+ };
147
150
  url: {
148
151
  type: string;
149
152
  };
@@ -480,6 +480,9 @@ export declare const PromoFeaturesBlock: {
480
480
  type: string;
481
481
  enum: string[];
482
482
  };
483
+ centered: {
484
+ type: string;
485
+ };
483
486
  url: {
484
487
  type: string;
485
488
  };
@@ -153,6 +153,9 @@ export declare const QuestionsBlock: {
153
153
  type: string;
154
154
  enum: string[];
155
155
  };
156
+ centered: {
157
+ type: string;
158
+ };
156
159
  url: {
157
160
  type: string;
158
161
  };
@@ -166,6 +166,9 @@ export declare const RelevantPostsBlock: {
166
166
  type: string;
167
167
  enum: string[];
168
168
  };
169
+ centered: {
170
+ type: string;
171
+ };
169
172
  url: {
170
173
  type: string;
171
174
  };
@@ -274,6 +274,9 @@ export declare const RelevantReportsBlock: {
274
274
  type: string;
275
275
  enum: string[];
276
276
  };
277
+ centered: {
278
+ type: string;
279
+ };
277
280
  url: {
278
281
  type: string;
279
282
  };
@@ -271,6 +271,9 @@ export declare const RelevantReportsCardsBlock: {
271
271
  type: string;
272
272
  enum: string[];
273
273
  };
274
+ centered: {
275
+ type: string;
276
+ };
274
277
  url: {
275
278
  type: string;
276
279
  };
@@ -139,6 +139,9 @@ export declare const ReportsBlock: {
139
139
  type: string;
140
140
  enum: string[];
141
141
  };
142
+ centered: {
143
+ type: string;
144
+ };
142
145
  url: {
143
146
  type: string;
144
147
  };
@@ -139,6 +139,9 @@ export declare const ReportsCardsBlock: {
139
139
  type: string;
140
140
  enum: string[];
141
141
  };
142
+ centered: {
143
+ type: string;
144
+ };
142
145
  url: {
143
146
  type: string;
144
147
  };
@@ -139,6 +139,9 @@ export declare const ReportsSectionsBlock: {
139
139
  type: string;
140
140
  enum: string[];
141
141
  };
142
+ centered: {
143
+ type: string;
144
+ };
142
145
  url: {
143
146
  type: string;
144
147
  };
@@ -217,6 +217,9 @@ export declare const SliderBlock: {
217
217
  type: string;
218
218
  enum: string[];
219
219
  };
220
+ centered: {
221
+ type: string;
222
+ };
220
223
  url: {
221
224
  type: string;
222
225
  };
@@ -235,6 +235,9 @@ export declare const SliderNewBlock: {
235
235
  type: string;
236
236
  enum: string[];
237
237
  };
238
+ centered: {
239
+ type: string;
240
+ };
238
241
  url: {
239
242
  type: string;
240
243
  };
@@ -164,6 +164,9 @@ export declare const TabLinksBlock: {
164
164
  type: string;
165
165
  enum: string[];
166
166
  };
167
+ centered: {
168
+ type: string;
169
+ };
167
170
  url: {
168
171
  type: string;
169
172
  };
@@ -622,6 +622,9 @@ export declare const tabsItem: {
622
622
  type: string;
623
623
  enum: string[];
624
624
  };
625
+ centered: {
626
+ type: string;
627
+ };
625
628
  url: {
626
629
  type: string;
627
630
  };
@@ -871,6 +874,9 @@ export declare const TabsBlock: {
871
874
  type: string;
872
875
  enum: string[];
873
876
  };
877
+ centered: {
878
+ type: string;
879
+ };
874
880
  url: {
875
881
  type: string;
876
882
  };
@@ -153,6 +153,9 @@ export declare const TabsHighlightTableBlock: {
153
153
  type: string;
154
154
  enum: string[];
155
155
  };
156
+ centered: {
157
+ type: string;
158
+ };
156
159
  url: {
157
160
  type: string;
158
161
  };
@@ -1,5 +1,8 @@
1
1
  /* use this for style redefinitions to awoid problems with
2
2
  unpredictable css rules order in build */
3
+ .pc-title_centered {
4
+ text-align: center;
5
+ }
3
6
  .pc-title__title {
4
7
  display: flex;
5
8
  justify-content: space-between;
@@ -13,11 +13,11 @@ const Title = ({ title, subtitle, subtitleBold, link, className, colSizes = { al
13
13
  return null;
14
14
  }
15
15
  const _a = !title || typeof title === 'string' ? { text: title } : title, { text } = _a, titleProps = tslib_1.__rest(_a, ["text"]);
16
- return (react_1.default.createElement("div", { className: b(null, className), id: id },
17
- text && (react_1.default.createElement(grid_1.Col, { reset: true, sizes: colSizes, className: b('title') },
16
+ return (react_1.default.createElement("div", { className: b({ centered: titleProps.centered }, className), id: id },
17
+ text && (react_1.default.createElement(grid_1.Col, { reset: true, sizes: titleProps.centered ? { all: 12 } : colSizes, className: b('title') },
18
18
  react_1.default.createElement(TitleItem_1.default, Object.assign({ text: text }, titleProps)),
19
19
  link && react_1.default.createElement(__1.Link, Object.assign({}, link, { className: b('link'), theme: "normal", arrow: true })))),
20
- subtitle && (react_1.default.createElement(grid_1.Col, { reset: true, sizes: colSizes },
20
+ subtitle && (react_1.default.createElement(grid_1.Col, { reset: true, sizes: titleProps.centered ? { all: 12 } : colSizes },
21
21
  react_1.default.createElement("div", { className: b('description', {
22
22
  titleSize: titleProps === null || titleProps === void 0 ? void 0 : titleProps.textSize,
23
23
  bold: subtitleBold,
@@ -282,6 +282,7 @@ export interface TitleItemProps extends Justifyable, TitleItemBaseProps {
282
282
  export interface TitleItemBaseProps {
283
283
  text: string;
284
284
  textSize?: TitleTextSize;
285
+ centered?: boolean;
285
286
  url?: string;
286
287
  urlTitle?: string;
287
288
  custom?: string | ReactNode;
@@ -140,6 +140,9 @@ export declare const cardSchemas: {
140
140
  type: string;
141
141
  enum: string[];
142
142
  };
143
+ centered: {
144
+ type: string;
145
+ };
143
146
  url: {
144
147
  type: string;
145
148
  };
@@ -528,6 +531,9 @@ export declare const cardSchemas: {
528
531
  type: string;
529
532
  enum: string[];
530
533
  };
534
+ centered: {
535
+ type: string;
536
+ };
531
537
  url: {
532
538
  type: string;
533
539
  };
@@ -750,6 +756,9 @@ export declare const cardSchemas: {
750
756
  type: string;
751
757
  enum: string[];
752
758
  };
759
+ centered: {
760
+ type: string;
761
+ };
753
762
  url: {
754
763
  type: string;
755
764
  };
@@ -1299,6 +1308,9 @@ export declare const cardSchemas: {
1299
1308
  type: string;
1300
1309
  enum: string[];
1301
1310
  };
1311
+ centered: {
1312
+ type: string;
1313
+ };
1302
1314
  url: {
1303
1315
  type: string;
1304
1316
  };
@@ -1884,6 +1896,9 @@ export declare const cardSchemas: {
1884
1896
  type: string;
1885
1897
  enum: string[];
1886
1898
  };
1899
+ centered: {
1900
+ type: string;
1901
+ };
1887
1902
  url: {
1888
1903
  type: string;
1889
1904
  };
@@ -2526,6 +2541,9 @@ export declare const cardSchemas: {
2526
2541
  type: string;
2527
2542
  enum: string[];
2528
2543
  };
2544
+ centered: {
2545
+ type: string;
2546
+ };
2529
2547
  url: {
2530
2548
  type: string;
2531
2549
  };
@@ -3127,6 +3145,9 @@ export declare const cardSchemas: {
3127
3145
  type: string;
3128
3146
  enum: string[];
3129
3147
  };
3148
+ centered: {
3149
+ type: string;
3150
+ };
3130
3151
  url: {
3131
3152
  type: string;
3132
3153
  };
@@ -1024,6 +1024,9 @@ export declare const TitleProps: {
1024
1024
  type: string;
1025
1025
  enum: string[];
1026
1026
  };
1027
+ centered: {
1028
+ type: string;
1029
+ };
1027
1030
  url: {
1028
1031
  type: string;
1029
1032
  };
@@ -1742,6 +1745,9 @@ export declare const BlockHeaderProps: {
1742
1745
  type: string;
1743
1746
  enum: string[];
1744
1747
  };
1748
+ centered: {
1749
+ type: string;
1750
+ };
1745
1751
  url: {
1746
1752
  type: string;
1747
1753
  };
@@ -557,6 +557,9 @@ exports.TitleProps = {
557
557
  type: 'string',
558
558
  enum: exports.titleTextSize,
559
559
  },
560
+ centered: {
561
+ type: 'boolean',
562
+ },
560
563
  url: {
561
564
  type: 'string',
562
565
  },
@@ -142,6 +142,9 @@ export declare const AttachmentCard: {
142
142
  type: string;
143
143
  enum: string[];
144
144
  };
145
+ centered: {
146
+ type: string;
147
+ };
145
148
  url: {
146
149
  type: string;
147
150
  };
@@ -374,6 +374,9 @@ export declare const BackgroundCard: {
374
374
  type: string;
375
375
  enum: string[];
376
376
  };
377
+ centered: {
378
+ type: string;
379
+ };
377
380
  url: {
378
381
  type: string;
379
382
  };
@@ -203,6 +203,9 @@ export declare const BasicCard: {
203
203
  type: string;
204
204
  enum: string[];
205
205
  };
206
+ centered: {
207
+ type: string;
208
+ };
206
209
  url: {
207
210
  type: string;
208
211
  };
@@ -186,6 +186,9 @@ export declare const ContentBase: {
186
186
  type: string;
187
187
  enum: string[];
188
188
  };
189
+ centered: {
190
+ type: string;
191
+ };
189
192
  url: {
190
193
  type: string;
191
194
  };
@@ -415,6 +418,9 @@ export declare const ContentBlock: {
415
418
  type: string;
416
419
  enum: string[];
417
420
  };
421
+ centered: {
422
+ type: string;
423
+ };
418
424
  url: {
419
425
  type: string;
420
426
  };
@@ -244,6 +244,9 @@ export declare const ContentLayoutCard: {
244
244
  type: string;
245
245
  enum: string[];
246
246
  };
247
+ centered: {
248
+ type: string;
249
+ };
247
250
  url: {
248
251
  type: string;
249
252
  };
@@ -138,6 +138,9 @@ export declare const EventPersonCard: {
138
138
  type: string;
139
139
  enum: string[];
140
140
  };
141
+ centered: {
142
+ type: string;
143
+ };
141
144
  url: {
142
145
  type: string;
143
146
  };
@@ -246,6 +246,9 @@ export declare const ImageCard: {
246
246
  type: string;
247
247
  enum: string[];
248
248
  };
249
+ centered: {
250
+ type: string;
251
+ };
249
252
  url: {
250
253
  type: string;
251
254
  };
@@ -492,6 +492,9 @@ export declare const LayoutItem: {
492
492
  type: string;
493
493
  enum: string[];
494
494
  };
495
+ centered: {
496
+ type: string;
497
+ };
495
498
  url: {
496
499
  type: string;
497
500
  };
@@ -138,6 +138,9 @@ export declare const StoryCard: {
138
138
  type: string;
139
139
  enum: string[];
140
140
  };
141
+ centered: {
142
+ type: string;
143
+ };
141
144
  url: {
142
145
  type: string;
143
146
  };
@@ -9,6 +9,7 @@ export declare const blockHeaderTransformer: ({
9
9
  anchor?: string | undefined;
10
10
  justify?: import("../models").Justify | undefined;
11
11
  textSize?: import("../models").TitleTextSize | undefined;
12
+ centered?: boolean | undefined;
12
13
  url?: string | undefined;
13
14
  urlTitle?: string | undefined;
14
15
  custom?: import("react").ReactNode;
@@ -252,6 +252,9 @@ export declare const CardLayoutProps: {
252
252
  type: string;
253
253
  enum: string[];
254
254
  };
255
+ centered: {
256
+ type: string;
257
+ };
255
258
  url: {
256
259
  type: string;
257
260
  };
@@ -664,6 +667,9 @@ export declare const CardLayoutBlock: {
664
667
  type: string;
665
668
  enum: string[];
666
669
  };
670
+ centered: {
671
+ type: string;
672
+ };
667
673
  url: {
668
674
  type: string;
669
675
  };
@@ -244,6 +244,9 @@ export declare const ContentLayoutBlock: {
244
244
  type: string;
245
245
  enum: string[];
246
246
  };
247
+ centered: {
248
+ type: string;
249
+ };
247
250
  url: {
248
251
  type: string;
249
252
  };
@@ -142,6 +142,9 @@ export declare const EventsSectionBlock: {
142
142
  type: string;
143
143
  enum: string[];
144
144
  };
145
+ centered: {
146
+ type: string;
147
+ };
145
148
  url: {
146
149
  type: string;
147
150
  };