@doyourjob/gravity-ui-page-constructor 5.31.45 → 5.31.47

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 (191) hide show
  1. package/build/cjs/blocks/CardLayout/schema.d.ts +78 -0
  2. package/build/cjs/blocks/ContentLayout/schema.d.ts +42 -0
  3. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +39 -0
  4. package/build/cjs/blocks/FilterBlock/schema.d.ts +78 -0
  5. package/build/cjs/blocks/Form/schema.d.ts +45 -0
  6. package/build/cjs/blocks/Header/schema.d.ts +39 -0
  7. package/build/cjs/blocks/HeaderSlider/schema.d.ts +39 -0
  8. package/build/cjs/blocks/HighlightTable/HighlightTable.css +1 -1
  9. package/build/cjs/blocks/HighlightTable/schema.d.ts +39 -0
  10. package/build/cjs/blocks/Icons/schema.d.ts +78 -0
  11. package/build/cjs/blocks/Info/schema.d.ts +6 -0
  12. package/build/cjs/blocks/Map/schema.d.ts +42 -0
  13. package/build/cjs/blocks/Media/schema.d.ts +84 -0
  14. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +39 -0
  15. package/build/cjs/blocks/Questions/schema.d.ts +42 -0
  16. package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.css +1 -1
  17. package/build/cjs/blocks/Slider/schema.d.ts +39 -0
  18. package/build/cjs/blocks/SliderNew/schema.d.ts +39 -0
  19. package/build/cjs/blocks/Table/Table.css +1 -20
  20. package/build/cjs/blocks/Table/schema.d.ts +39 -0
  21. package/build/cjs/blocks/Tabs/schema.d.ts +42 -0
  22. package/build/cjs/components/Tag/Tag.css +15 -0
  23. package/build/cjs/components/Tag/Tag.d.ts +6 -0
  24. package/build/cjs/components/Tag/Tag.js +10 -0
  25. package/build/cjs/components/index.d.ts +1 -0
  26. package/build/cjs/components/index.js +3 -1
  27. package/build/cjs/constructor-items.d.ts +4 -3
  28. package/build/cjs/constructor-items.js +1 -0
  29. package/build/cjs/containers/PageConstructor/PageConstructor.css +1 -0
  30. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +3 -1
  31. package/build/cjs/icons/DocumentIcon.d.ts +2 -0
  32. package/build/cjs/icons/DocumentIcon.js +9 -0
  33. package/build/cjs/models/constructor-items/blocks.d.ts +4 -1
  34. package/build/cjs/models/constructor-items/common.d.ts +5 -0
  35. package/build/cjs/models/constructor-items/sub-blocks.d.ts +30 -4
  36. package/build/cjs/models/constructor-items/sub-blocks.js +1 -0
  37. package/build/cjs/schema/constants.d.ts +265 -7
  38. package/build/cjs/schema/constants.js +2 -1
  39. package/build/cjs/schema/validators/common.d.ts +55 -0
  40. package/build/cjs/schema/validators/common.js +56 -1
  41. package/build/cjs/schema/validators/sub-blocks.d.ts +1 -0
  42. package/build/cjs/schema/validators/sub-blocks.js +1 -0
  43. package/build/cjs/sub-blocks/AttachmentCard/AttachmentCard.css +52 -0
  44. package/build/cjs/sub-blocks/AttachmentCard/AttachmentCard.d.ts +4 -0
  45. package/build/cjs/sub-blocks/AttachmentCard/AttachmentCard.js +35 -0
  46. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +105 -0
  47. package/build/cjs/sub-blocks/AttachmentCard/schema.js +48 -0
  48. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +1 -0
  49. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.js +3 -2
  50. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +19 -0
  51. package/build/cjs/sub-blocks/BackgroundCard/schema.js +1 -1
  52. package/build/cjs/sub-blocks/BasicCard/BasicCard.css +1 -0
  53. package/build/cjs/sub-blocks/BasicCard/BasicCard.js +3 -2
  54. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +19 -0
  55. package/build/cjs/sub-blocks/BasicCard/schema.js +1 -1
  56. package/build/cjs/sub-blocks/Card/Card.css +4 -0
  57. package/build/cjs/sub-blocks/Card/Card.d.ts +1 -1
  58. package/build/cjs/sub-blocks/Card/Card.js +4 -2
  59. package/build/cjs/sub-blocks/Card/schema.d.ts +24 -3
  60. package/build/cjs/sub-blocks/Card/schema.js +6 -4
  61. package/build/cjs/sub-blocks/Content/Content.css +8 -0
  62. package/build/cjs/sub-blocks/Content/Content.js +3 -2
  63. package/build/cjs/sub-blocks/Content/schema.d.ts +6 -0
  64. package/build/cjs/sub-blocks/Content/schema.js +3 -0
  65. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +42 -0
  66. package/build/cjs/sub-blocks/ImageCard/ImageCard.css +6 -0
  67. package/build/cjs/sub-blocks/ImageCard/ImageCard.js +4 -2
  68. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +19 -0
  69. package/build/cjs/sub-blocks/ImageCard/schema.js +1 -1
  70. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +6 -0
  71. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.d.ts +1 -1
  72. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.js +4 -2
  73. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +22 -0
  74. package/build/cjs/sub-blocks/LayoutItem/schema.js +3 -1
  75. package/build/cjs/sub-blocks/MediaCard/MediaCard.css +8 -0
  76. package/build/cjs/sub-blocks/MediaCard/MediaCard.d.ts +1 -1
  77. package/build/cjs/sub-blocks/MediaCard/MediaCard.js +3 -1
  78. package/build/cjs/sub-blocks/MediaCard/schema.d.ts +16 -0
  79. package/build/cjs/sub-blocks/MediaCard/schema.js +1 -1
  80. package/build/cjs/sub-blocks/PriceCard/PriceCard.css +9 -1
  81. package/build/cjs/sub-blocks/PriceCard/PriceCard.js +5 -2
  82. package/build/cjs/sub-blocks/PriceCard/schema.d.ts +19 -0
  83. package/build/cjs/sub-blocks/PriceCard/schema.js +3 -1
  84. package/build/cjs/sub-blocks/index.d.ts +1 -0
  85. package/build/cjs/sub-blocks/index.js +3 -1
  86. package/build/cjs/utils/background.d.ts +14 -0
  87. package/build/cjs/utils/background.js +33 -0
  88. package/build/cjs/utils/index.d.ts +1 -0
  89. package/build/cjs/utils/index.js +1 -0
  90. package/build/esm/blocks/CardLayout/schema.d.ts +78 -0
  91. package/build/esm/blocks/ContentLayout/schema.d.ts +42 -0
  92. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +39 -0
  93. package/build/esm/blocks/FilterBlock/schema.d.ts +78 -0
  94. package/build/esm/blocks/Form/schema.d.ts +45 -0
  95. package/build/esm/blocks/Header/schema.d.ts +39 -0
  96. package/build/esm/blocks/HeaderSlider/schema.d.ts +39 -0
  97. package/build/esm/blocks/HighlightTable/HighlightTable.css +1 -1
  98. package/build/esm/blocks/HighlightTable/schema.d.ts +39 -0
  99. package/build/esm/blocks/Icons/schema.d.ts +78 -0
  100. package/build/esm/blocks/Info/schema.d.ts +6 -0
  101. package/build/esm/blocks/Map/schema.d.ts +42 -0
  102. package/build/esm/blocks/Media/schema.d.ts +84 -0
  103. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +39 -0
  104. package/build/esm/blocks/Questions/schema.d.ts +42 -0
  105. package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.css +1 -1
  106. package/build/esm/blocks/Slider/schema.d.ts +39 -0
  107. package/build/esm/blocks/SliderNew/schema.d.ts +39 -0
  108. package/build/esm/blocks/Table/Table.css +1 -20
  109. package/build/esm/blocks/Table/schema.d.ts +39 -0
  110. package/build/esm/blocks/Tabs/schema.d.ts +42 -0
  111. package/build/esm/components/Tag/Tag.css +15 -0
  112. package/build/esm/components/Tag/Tag.d.ts +7 -0
  113. package/build/esm/components/Tag/Tag.js +6 -0
  114. package/build/esm/components/index.d.ts +1 -0
  115. package/build/esm/components/index.js +1 -0
  116. package/build/esm/constructor-items.d.ts +4 -3
  117. package/build/esm/constructor-items.js +2 -1
  118. package/build/esm/containers/PageConstructor/PageConstructor.css +1 -0
  119. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +4 -2
  120. package/build/esm/icons/DocumentIcon.d.ts +2 -0
  121. package/build/esm/icons/DocumentIcon.js +4 -0
  122. package/build/esm/models/constructor-items/blocks.d.ts +4 -1
  123. package/build/esm/models/constructor-items/common.d.ts +5 -0
  124. package/build/esm/models/constructor-items/sub-blocks.d.ts +30 -4
  125. package/build/esm/models/constructor-items/sub-blocks.js +1 -0
  126. package/build/esm/schema/constants.d.ts +265 -7
  127. package/build/esm/schema/constants.js +3 -2
  128. package/build/esm/schema/validators/common.d.ts +55 -0
  129. package/build/esm/schema/validators/common.js +55 -0
  130. package/build/esm/schema/validators/sub-blocks.d.ts +1 -0
  131. package/build/esm/schema/validators/sub-blocks.js +1 -0
  132. package/build/esm/sub-blocks/AttachmentCard/AttachmentCard.css +52 -0
  133. package/build/esm/sub-blocks/AttachmentCard/AttachmentCard.d.ts +5 -0
  134. package/build/esm/sub-blocks/AttachmentCard/AttachmentCard.js +33 -0
  135. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +105 -0
  136. package/build/esm/sub-blocks/AttachmentCard/schema.js +45 -0
  137. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +1 -0
  138. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.js +4 -3
  139. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +19 -0
  140. package/build/esm/sub-blocks/BackgroundCard/schema.js +2 -2
  141. package/build/esm/sub-blocks/BasicCard/BasicCard.css +1 -0
  142. package/build/esm/sub-blocks/BasicCard/BasicCard.js +4 -3
  143. package/build/esm/sub-blocks/BasicCard/schema.d.ts +19 -0
  144. package/build/esm/sub-blocks/BasicCard/schema.js +2 -2
  145. package/build/esm/sub-blocks/Card/Card.css +4 -0
  146. package/build/esm/sub-blocks/Card/Card.d.ts +1 -1
  147. package/build/esm/sub-blocks/Card/Card.js +5 -3
  148. package/build/esm/sub-blocks/Card/schema.d.ts +24 -3
  149. package/build/esm/sub-blocks/Card/schema.js +6 -5
  150. package/build/esm/sub-blocks/Content/Content.css +8 -0
  151. package/build/esm/sub-blocks/Content/Content.js +3 -2
  152. package/build/esm/sub-blocks/Content/schema.d.ts +6 -0
  153. package/build/esm/sub-blocks/Content/schema.js +3 -0
  154. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +42 -0
  155. package/build/esm/sub-blocks/ImageCard/ImageCard.css +6 -0
  156. package/build/esm/sub-blocks/ImageCard/ImageCard.js +5 -3
  157. package/build/esm/sub-blocks/ImageCard/schema.d.ts +19 -0
  158. package/build/esm/sub-blocks/ImageCard/schema.js +2 -2
  159. package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +6 -0
  160. package/build/esm/sub-blocks/LayoutItem/LayoutItem.d.ts +1 -1
  161. package/build/esm/sub-blocks/LayoutItem/LayoutItem.js +5 -3
  162. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +22 -0
  163. package/build/esm/sub-blocks/LayoutItem/schema.js +4 -2
  164. package/build/esm/sub-blocks/MediaCard/MediaCard.css +8 -0
  165. package/build/esm/sub-blocks/MediaCard/MediaCard.d.ts +1 -1
  166. package/build/esm/sub-blocks/MediaCard/MediaCard.js +4 -2
  167. package/build/esm/sub-blocks/MediaCard/schema.d.ts +16 -0
  168. package/build/esm/sub-blocks/MediaCard/schema.js +2 -2
  169. package/build/esm/sub-blocks/PriceCard/PriceCard.css +9 -1
  170. package/build/esm/sub-blocks/PriceCard/PriceCard.js +6 -3
  171. package/build/esm/sub-blocks/PriceCard/schema.d.ts +19 -0
  172. package/build/esm/sub-blocks/PriceCard/schema.js +4 -2
  173. package/build/esm/sub-blocks/index.d.ts +1 -0
  174. package/build/esm/sub-blocks/index.js +1 -0
  175. package/build/esm/utils/background.d.ts +14 -0
  176. package/build/esm/utils/background.js +28 -0
  177. package/build/esm/utils/index.d.ts +1 -0
  178. package/build/esm/utils/index.js +1 -0
  179. package/package.json +1 -1
  180. package/schema/index.js +1 -1
  181. package/server/models/constructor-items/blocks.d.ts +4 -1
  182. package/server/models/constructor-items/common.d.ts +5 -0
  183. package/server/models/constructor-items/sub-blocks.d.ts +30 -4
  184. package/server/models/constructor-items/sub-blocks.js +1 -0
  185. package/server/utils/background.d.ts +14 -0
  186. package/server/utils/background.js +33 -0
  187. package/server/utils/index.d.ts +1 -0
  188. package/server/utils/index.js +1 -0
  189. package/styles/root.scss +1 -0
  190. package/styles/styles.css +1 -0
  191. package/widget/index.js +1 -1
@@ -229,6 +229,45 @@ export declare const CardLayoutProps: {
229
229
  backgroundFull: {
230
230
  type: string;
231
231
  };
232
+ blockBackground: {
233
+ oneOf: ({
234
+ type: string;
235
+ additionalProperties?: undefined;
236
+ properties?: undefined;
237
+ } | {
238
+ type: string;
239
+ additionalProperties: boolean;
240
+ properties: {
241
+ color: {
242
+ type: string;
243
+ };
244
+ image: {
245
+ type: string;
246
+ };
247
+ size: {
248
+ type: string;
249
+ };
250
+ repeat: {
251
+ type: string;
252
+ };
253
+ position: {
254
+ type: string;
255
+ };
256
+ attachment: {
257
+ type: string;
258
+ };
259
+ clip: {
260
+ type: string;
261
+ };
262
+ origin: {
263
+ type: string;
264
+ };
265
+ blendMode: {
266
+ type: string;
267
+ };
268
+ };
269
+ })[];
270
+ };
232
271
  type: {};
233
272
  when: {
234
273
  type: string;
@@ -467,6 +506,45 @@ export declare const CardLayoutBlock: {
467
506
  backgroundFull: {
468
507
  type: string;
469
508
  };
509
+ blockBackground: {
510
+ oneOf: ({
511
+ type: string;
512
+ additionalProperties?: undefined;
513
+ properties?: undefined;
514
+ } | {
515
+ type: string;
516
+ additionalProperties: boolean;
517
+ properties: {
518
+ color: {
519
+ type: string;
520
+ };
521
+ image: {
522
+ type: string;
523
+ };
524
+ size: {
525
+ type: string;
526
+ };
527
+ repeat: {
528
+ type: string;
529
+ };
530
+ position: {
531
+ type: string;
532
+ };
533
+ attachment: {
534
+ type: string;
535
+ };
536
+ clip: {
537
+ type: string;
538
+ };
539
+ origin: {
540
+ type: string;
541
+ };
542
+ blendMode: {
543
+ type: string;
544
+ };
545
+ };
546
+ })[];
547
+ };
470
548
  type: {};
471
549
  when: {
472
550
  type: string;
@@ -205,6 +205,9 @@ export declare const ContentLayoutBlock: {
205
205
  type: string;
206
206
  enum: string[];
207
207
  };
208
+ summary: {
209
+ type: string;
210
+ };
208
211
  };
209
212
  };
210
213
  fileContent: {
@@ -397,6 +400,45 @@ export declare const ContentLayoutBlock: {
397
400
  backgroundFull: {
398
401
  type: string;
399
402
  };
403
+ blockBackground: {
404
+ oneOf: ({
405
+ type: string;
406
+ additionalProperties?: undefined;
407
+ properties?: undefined;
408
+ } | {
409
+ type: string;
410
+ additionalProperties: boolean;
411
+ properties: {
412
+ color: {
413
+ type: string;
414
+ };
415
+ image: {
416
+ type: string;
417
+ };
418
+ size: {
419
+ type: string;
420
+ };
421
+ repeat: {
422
+ type: string;
423
+ };
424
+ position: {
425
+ type: string;
426
+ };
427
+ attachment: {
428
+ type: string;
429
+ };
430
+ clip: {
431
+ type: string;
432
+ };
433
+ origin: {
434
+ type: string;
435
+ };
436
+ blendMode: {
437
+ type: string;
438
+ };
439
+ };
440
+ })[];
441
+ };
400
442
  type: {};
401
443
  when: {
402
444
  type: string;
@@ -307,6 +307,45 @@ export declare const ExtendedFeaturesBlock: {
307
307
  backgroundFull: {
308
308
  type: string;
309
309
  };
310
+ blockBackground: {
311
+ oneOf: ({
312
+ type: string;
313
+ additionalProperties?: undefined;
314
+ properties?: undefined;
315
+ } | {
316
+ type: string;
317
+ additionalProperties: boolean;
318
+ properties: {
319
+ color: {
320
+ type: string;
321
+ };
322
+ image: {
323
+ type: string;
324
+ };
325
+ size: {
326
+ type: string;
327
+ };
328
+ repeat: {
329
+ type: string;
330
+ };
331
+ position: {
332
+ type: string;
333
+ };
334
+ attachment: {
335
+ type: string;
336
+ };
337
+ clip: {
338
+ type: string;
339
+ };
340
+ origin: {
341
+ type: string;
342
+ };
343
+ blendMode: {
344
+ type: string;
345
+ };
346
+ };
347
+ })[];
348
+ };
310
349
  type: {};
311
350
  when: {
312
351
  type: string;
@@ -185,6 +185,45 @@ export declare const FilterProps: {
185
185
  backgroundFull: {
186
186
  type: string;
187
187
  };
188
+ blockBackground: {
189
+ oneOf: ({
190
+ type: string;
191
+ additionalProperties?: undefined;
192
+ properties?: undefined;
193
+ } | {
194
+ type: string;
195
+ additionalProperties: boolean;
196
+ properties: {
197
+ color: {
198
+ type: string;
199
+ };
200
+ image: {
201
+ type: string;
202
+ };
203
+ size: {
204
+ type: string;
205
+ };
206
+ repeat: {
207
+ type: string;
208
+ };
209
+ position: {
210
+ type: string;
211
+ };
212
+ attachment: {
213
+ type: string;
214
+ };
215
+ clip: {
216
+ type: string;
217
+ };
218
+ origin: {
219
+ type: string;
220
+ };
221
+ blendMode: {
222
+ type: string;
223
+ };
224
+ };
225
+ })[];
226
+ };
188
227
  type: {};
189
228
  when: {
190
229
  type: string;
@@ -352,6 +391,45 @@ export declare const FilterBlock: {
352
391
  backgroundFull: {
353
392
  type: string;
354
393
  };
394
+ blockBackground: {
395
+ oneOf: ({
396
+ type: string;
397
+ additionalProperties?: undefined;
398
+ properties?: undefined;
399
+ } | {
400
+ type: string;
401
+ additionalProperties: boolean;
402
+ properties: {
403
+ color: {
404
+ type: string;
405
+ };
406
+ image: {
407
+ type: string;
408
+ };
409
+ size: {
410
+ type: string;
411
+ };
412
+ repeat: {
413
+ type: string;
414
+ };
415
+ position: {
416
+ type: string;
417
+ };
418
+ attachment: {
419
+ type: string;
420
+ };
421
+ clip: {
422
+ type: string;
423
+ };
424
+ origin: {
425
+ type: string;
426
+ };
427
+ blendMode: {
428
+ type: string;
429
+ };
430
+ };
431
+ })[];
432
+ };
355
433
  type: {};
356
434
  when: {
357
435
  type: string;
@@ -185,6 +185,9 @@ export declare const FormBlock: {
185
185
  type: string;
186
186
  enum: string[];
187
187
  };
188
+ summary: {
189
+ type: string;
190
+ };
188
191
  }>;
189
192
  };
190
193
  textFormContent: {
@@ -290,6 +293,9 @@ export declare const FormBlock: {
290
293
  type: string;
291
294
  enum: string[];
292
295
  };
296
+ summary: {
297
+ type: string;
298
+ };
293
299
  }>;
294
300
  };
295
301
  direction: {
@@ -492,6 +498,45 @@ export declare const FormBlock: {
492
498
  backgroundFull: {
493
499
  type: string;
494
500
  };
501
+ blockBackground: {
502
+ oneOf: ({
503
+ type: string;
504
+ additionalProperties?: undefined;
505
+ properties?: undefined;
506
+ } | {
507
+ type: string;
508
+ additionalProperties: boolean;
509
+ properties: {
510
+ color: {
511
+ type: string;
512
+ };
513
+ image: {
514
+ type: string;
515
+ };
516
+ size: {
517
+ type: string;
518
+ };
519
+ repeat: {
520
+ type: string;
521
+ };
522
+ position: {
523
+ type: string;
524
+ };
525
+ attachment: {
526
+ type: string;
527
+ };
528
+ clip: {
529
+ type: string;
530
+ };
531
+ origin: {
532
+ type: string;
533
+ };
534
+ blendMode: {
535
+ type: string;
536
+ };
537
+ };
538
+ })[];
539
+ };
495
540
  type: {};
496
541
  when: {
497
542
  type: string;
@@ -1708,6 +1708,45 @@ export declare const HeaderBlock: {
1708
1708
  backgroundFull: {
1709
1709
  type: string;
1710
1710
  };
1711
+ blockBackground: {
1712
+ oneOf: ({
1713
+ type: string;
1714
+ additionalProperties?: undefined;
1715
+ properties?: undefined;
1716
+ } | {
1717
+ type: string;
1718
+ additionalProperties: boolean;
1719
+ properties: {
1720
+ color: {
1721
+ type: string;
1722
+ };
1723
+ image: {
1724
+ type: string;
1725
+ };
1726
+ size: {
1727
+ type: string;
1728
+ };
1729
+ repeat: {
1730
+ type: string;
1731
+ };
1732
+ position: {
1733
+ type: string;
1734
+ };
1735
+ attachment: {
1736
+ type: string;
1737
+ };
1738
+ clip: {
1739
+ type: string;
1740
+ };
1741
+ origin: {
1742
+ type: string;
1743
+ };
1744
+ blendMode: {
1745
+ type: string;
1746
+ };
1747
+ };
1748
+ })[];
1749
+ };
1711
1750
  type: {};
1712
1751
  when: {
1713
1752
  type: string;
@@ -792,6 +792,45 @@ export declare const HeaderSliderBlock: {
792
792
  backgroundFull: {
793
793
  type: string;
794
794
  };
795
+ blockBackground: {
796
+ oneOf: ({
797
+ type: string;
798
+ additionalProperties?: undefined;
799
+ properties?: undefined;
800
+ } | {
801
+ type: string;
802
+ additionalProperties: boolean;
803
+ properties: {
804
+ color: {
805
+ type: string;
806
+ };
807
+ image: {
808
+ type: string;
809
+ };
810
+ size: {
811
+ type: string;
812
+ };
813
+ repeat: {
814
+ type: string;
815
+ };
816
+ position: {
817
+ type: string;
818
+ };
819
+ attachment: {
820
+ type: string;
821
+ };
822
+ clip: {
823
+ type: string;
824
+ };
825
+ origin: {
826
+ type: string;
827
+ };
828
+ blendMode: {
829
+ type: string;
830
+ };
831
+ };
832
+ })[];
833
+ };
795
834
  type: {};
796
835
  when: {
797
836
  type: string;
@@ -37,7 +37,7 @@ unpredictable css rules order in build */
37
37
  }
38
38
  }
39
39
  .pc-highlight-table-block__content {
40
- width: max-content;
40
+ display: inline-block;
41
41
  }
42
42
  .pc-highlight-table-block__head {
43
43
  color: rgba(0, 0, 0, 0.5);
@@ -126,6 +126,45 @@ export declare const HighlightTableBlock: {
126
126
  backgroundFull: {
127
127
  type: string;
128
128
  };
129
+ blockBackground: {
130
+ oneOf: ({
131
+ type: string;
132
+ additionalProperties?: undefined;
133
+ properties?: undefined;
134
+ } | {
135
+ type: string;
136
+ additionalProperties: boolean;
137
+ properties: {
138
+ color: {
139
+ type: string;
140
+ };
141
+ image: {
142
+ type: string;
143
+ };
144
+ size: {
145
+ type: string;
146
+ };
147
+ repeat: {
148
+ type: string;
149
+ };
150
+ position: {
151
+ type: string;
152
+ };
153
+ attachment: {
154
+ type: string;
155
+ };
156
+ clip: {
157
+ type: string;
158
+ };
159
+ origin: {
160
+ type: string;
161
+ };
162
+ blendMode: {
163
+ type: string;
164
+ };
165
+ };
166
+ })[];
167
+ };
129
168
  type: {};
130
169
  when: {
131
170
  type: string;
@@ -202,6 +202,45 @@ export declare const IconsProps: {
202
202
  backgroundFull: {
203
203
  type: string;
204
204
  };
205
+ blockBackground: {
206
+ oneOf: ({
207
+ type: string;
208
+ additionalProperties?: undefined;
209
+ properties?: undefined;
210
+ } | {
211
+ type: string;
212
+ additionalProperties: boolean;
213
+ properties: {
214
+ color: {
215
+ type: string;
216
+ };
217
+ image: {
218
+ type: string;
219
+ };
220
+ size: {
221
+ type: string;
222
+ };
223
+ repeat: {
224
+ type: string;
225
+ };
226
+ position: {
227
+ type: string;
228
+ };
229
+ attachment: {
230
+ type: string;
231
+ };
232
+ clip: {
233
+ type: string;
234
+ };
235
+ origin: {
236
+ type: string;
237
+ };
238
+ blendMode: {
239
+ type: string;
240
+ };
241
+ };
242
+ })[];
243
+ };
205
244
  type: {};
206
245
  when: {
207
246
  type: string;
@@ -413,6 +452,45 @@ export declare const IconsBlock: {
413
452
  backgroundFull: {
414
453
  type: string;
415
454
  };
455
+ blockBackground: {
456
+ oneOf: ({
457
+ type: string;
458
+ additionalProperties?: undefined;
459
+ properties?: undefined;
460
+ } | {
461
+ type: string;
462
+ additionalProperties: boolean;
463
+ properties: {
464
+ color: {
465
+ type: string;
466
+ };
467
+ image: {
468
+ type: string;
469
+ };
470
+ size: {
471
+ type: string;
472
+ };
473
+ repeat: {
474
+ type: string;
475
+ };
476
+ position: {
477
+ type: string;
478
+ };
479
+ attachment: {
480
+ type: string;
481
+ };
482
+ clip: {
483
+ type: string;
484
+ };
485
+ origin: {
486
+ type: string;
487
+ };
488
+ blendMode: {
489
+ type: string;
490
+ };
491
+ };
492
+ })[];
493
+ };
416
494
  type: {};
417
495
  when: {
418
496
  type: string;
@@ -153,6 +153,9 @@ export declare const InfoBlock: {
153
153
  type: string;
154
154
  enum: string[];
155
155
  };
156
+ summary: {
157
+ type: string;
158
+ };
156
159
  }>;
157
160
  };
158
161
  rightContent: {
@@ -258,6 +261,9 @@ export declare const InfoBlock: {
258
261
  type: string;
259
262
  enum: string[];
260
263
  };
264
+ summary: {
265
+ type: string;
266
+ };
261
267
  }>;
262
268
  };
263
269
  type: {};
@@ -298,6 +298,9 @@ export declare const MapBlock: {
298
298
  type: string;
299
299
  enum: string[];
300
300
  };
301
+ summary: {
302
+ type: string;
303
+ };
301
304
  title: {
302
305
  oneOf: ({
303
306
  type: string;
@@ -470,6 +473,45 @@ export declare const MapBlock: {
470
473
  backgroundFull: {
471
474
  type: string;
472
475
  };
476
+ blockBackground: {
477
+ oneOf: ({
478
+ type: string;
479
+ additionalProperties?: undefined;
480
+ properties?: undefined;
481
+ } | {
482
+ type: string;
483
+ additionalProperties: boolean;
484
+ properties: {
485
+ color: {
486
+ type: string;
487
+ };
488
+ image: {
489
+ type: string;
490
+ };
491
+ size: {
492
+ type: string;
493
+ };
494
+ repeat: {
495
+ type: string;
496
+ };
497
+ position: {
498
+ type: string;
499
+ };
500
+ attachment: {
501
+ type: string;
502
+ };
503
+ clip: {
504
+ type: string;
505
+ };
506
+ origin: {
507
+ type: string;
508
+ };
509
+ blendMode: {
510
+ type: string;
511
+ };
512
+ };
513
+ })[];
514
+ };
473
515
  type: {};
474
516
  when: {
475
517
  type: string;