@doyourjob/gravity-ui-page-constructor 5.31.189 → 5.31.191

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 (96) 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/Icons/schema.d.ts +308 -4
  9. package/build/cjs/blocks/Icons/schema.js +8 -2
  10. package/build/cjs/blocks/Info/schema.d.ts +8 -0
  11. package/build/cjs/blocks/LinkTable/schema.d.ts +4 -0
  12. package/build/cjs/blocks/LogoRotator/schema.d.ts +4 -0
  13. package/build/cjs/blocks/Map/schema.d.ts +4 -0
  14. package/build/cjs/blocks/Media/schema.d.ts +8 -0
  15. package/build/cjs/blocks/MiniCase/schema.d.ts +4 -0
  16. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +4 -0
  17. package/build/cjs/blocks/Questions/schema.d.ts +4 -0
  18. package/build/cjs/blocks/RelevantPosts/schema.d.ts +4 -0
  19. package/build/cjs/blocks/RelevantReports/schema.d.ts +4 -0
  20. package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +4 -0
  21. package/build/cjs/blocks/Reports/schema.d.ts +4 -0
  22. package/build/cjs/blocks/ReportsCards/schema.d.ts +4 -0
  23. package/build/cjs/blocks/ReportsSections/schema.d.ts +4 -0
  24. package/build/cjs/blocks/Slider/schema.d.ts +4 -0
  25. package/build/cjs/blocks/SliderNew/schema.d.ts +4 -0
  26. package/build/cjs/blocks/TabLinks/schema.d.ts +4 -0
  27. package/build/cjs/blocks/Tabs/schema.d.ts +8 -0
  28. package/build/cjs/blocks/TabsHighlightTable/schema.d.ts +4 -0
  29. package/build/cjs/components/Title/Title.css +10 -0
  30. package/build/cjs/components/Title/Title.js +1 -1
  31. package/build/cjs/models/constructor-items/blocks.d.ts +1 -1
  32. package/build/cjs/models/constructor-items/common.d.ts +1 -0
  33. package/build/cjs/schema/constants.d.ts +28 -0
  34. package/build/cjs/schema/validators/common.d.ts +8 -0
  35. package/build/cjs/schema/validators/common.js +4 -0
  36. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +4 -0
  37. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +4 -0
  38. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +4 -0
  39. package/build/cjs/sub-blocks/Content/schema.d.ts +8 -0
  40. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +4 -0
  41. package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +4 -0
  42. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +4 -0
  43. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +4 -0
  44. package/build/cjs/sub-blocks/StoryCard/schema.d.ts +4 -0
  45. package/build/cjs/text-transform/config.d.ts +1 -0
  46. package/build/esm/blocks/CardLayout/schema.d.ts +8 -0
  47. package/build/esm/blocks/ContentLayout/schema.d.ts +4 -0
  48. package/build/esm/blocks/EventsSection/schema.d.ts +4 -0
  49. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +4 -0
  50. package/build/esm/blocks/FilterBlock/schema.d.ts +8 -0
  51. package/build/esm/blocks/FilterCardLayout/schema.d.ts +4 -0
  52. package/build/esm/blocks/Form/schema.d.ts +8 -0
  53. package/build/esm/blocks/Icons/schema.d.ts +308 -4
  54. package/build/esm/blocks/Icons/schema.js +9 -3
  55. package/build/esm/blocks/Info/schema.d.ts +8 -0
  56. package/build/esm/blocks/LinkTable/schema.d.ts +4 -0
  57. package/build/esm/blocks/LogoRotator/schema.d.ts +4 -0
  58. package/build/esm/blocks/Map/schema.d.ts +4 -0
  59. package/build/esm/blocks/Media/schema.d.ts +8 -0
  60. package/build/esm/blocks/MiniCase/schema.d.ts +4 -0
  61. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +4 -0
  62. package/build/esm/blocks/Questions/schema.d.ts +4 -0
  63. package/build/esm/blocks/RelevantPosts/schema.d.ts +4 -0
  64. package/build/esm/blocks/RelevantReports/schema.d.ts +4 -0
  65. package/build/esm/blocks/RelevantReportsCards/schema.d.ts +4 -0
  66. package/build/esm/blocks/Reports/schema.d.ts +4 -0
  67. package/build/esm/blocks/ReportsCards/schema.d.ts +4 -0
  68. package/build/esm/blocks/ReportsSections/schema.d.ts +4 -0
  69. package/build/esm/blocks/Slider/schema.d.ts +4 -0
  70. package/build/esm/blocks/SliderNew/schema.d.ts +4 -0
  71. package/build/esm/blocks/TabLinks/schema.d.ts +4 -0
  72. package/build/esm/blocks/Tabs/schema.d.ts +8 -0
  73. package/build/esm/blocks/TabsHighlightTable/schema.d.ts +4 -0
  74. package/build/esm/components/Title/Title.css +10 -0
  75. package/build/esm/components/Title/Title.js +1 -1
  76. package/build/esm/models/constructor-items/blocks.d.ts +1 -1
  77. package/build/esm/models/constructor-items/common.d.ts +1 -0
  78. package/build/esm/schema/constants.d.ts +28 -0
  79. package/build/esm/schema/validators/common.d.ts +8 -0
  80. package/build/esm/schema/validators/common.js +4 -0
  81. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +4 -0
  82. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +4 -0
  83. package/build/esm/sub-blocks/BasicCard/schema.d.ts +4 -0
  84. package/build/esm/sub-blocks/Content/schema.d.ts +8 -0
  85. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +4 -0
  86. package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +4 -0
  87. package/build/esm/sub-blocks/ImageCard/schema.d.ts +4 -0
  88. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +4 -0
  89. package/build/esm/sub-blocks/StoryCard/schema.d.ts +4 -0
  90. package/build/esm/text-transform/config.d.ts +1 -0
  91. package/package.json +1 -1
  92. package/schema/index.js +1 -1
  93. package/server/models/constructor-items/blocks.d.ts +1 -1
  94. package/server/models/constructor-items/common.d.ts +1 -0
  95. package/server/text-transform/config.d.ts +1 -0
  96. 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
  };
@@ -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
  };
@@ -480,6 +480,10 @@ export declare const PromoFeaturesBlock: {
480
480
  type: string;
481
481
  enum: string[];
482
482
  };
483
+ bottomSpace: {
484
+ type: string;
485
+ enum: string[];
486
+ };
483
487
  centered: {
484
488
  type: string;
485
489
  };
@@ -153,6 +153,10 @@ export declare const QuestionsBlock: {
153
153
  type: string;
154
154
  enum: string[];
155
155
  };
156
+ bottomSpace: {
157
+ type: string;
158
+ enum: string[];
159
+ };
156
160
  centered: {
157
161
  type: string;
158
162
  };
@@ -166,6 +166,10 @@ export declare const RelevantPostsBlock: {
166
166
  type: string;
167
167
  enum: string[];
168
168
  };
169
+ bottomSpace: {
170
+ type: string;
171
+ enum: string[];
172
+ };
169
173
  centered: {
170
174
  type: string;
171
175
  };
@@ -274,6 +274,10 @@ export declare const RelevantReportsBlock: {
274
274
  type: string;
275
275
  enum: string[];
276
276
  };
277
+ bottomSpace: {
278
+ type: string;
279
+ enum: string[];
280
+ };
277
281
  centered: {
278
282
  type: string;
279
283
  };
@@ -271,6 +271,10 @@ export declare const RelevantReportsCardsBlock: {
271
271
  type: string;
272
272
  enum: string[];
273
273
  };
274
+ bottomSpace: {
275
+ type: string;
276
+ enum: string[];
277
+ };
274
278
  centered: {
275
279
  type: string;
276
280
  };
@@ -139,6 +139,10 @@ export declare const ReportsBlock: {
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
  };
@@ -139,6 +139,10 @@ export declare const ReportsCardsBlock: {
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
  };
@@ -139,6 +139,10 @@ export declare const ReportsSectionsBlock: {
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
  };
@@ -217,6 +217,10 @@ export declare const SliderBlock: {
217
217
  type: string;
218
218
  enum: string[];
219
219
  };
220
+ bottomSpace: {
221
+ type: string;
222
+ enum: string[];
223
+ };
220
224
  centered: {
221
225
  type: string;
222
226
  };