@gravity-ui/page-constructor 8.2.2 → 8.4.0

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 (244) hide show
  1. package/README.md +1 -1
  2. package/build/cjs/blocks/ContentLayout/ContentLayout.css +2 -2
  3. package/build/cjs/blocks/ContentLayout/ContentLayout.js +2 -0
  4. package/build/cjs/blocks/ContentLayout/ContentLayout.js.map +1 -1
  5. package/build/cjs/blocks/ContentLayout/schema.d.ts +0 -11
  6. package/build/cjs/blocks/FoldableList/schema.d.ts +0 -11
  7. package/build/cjs/blocks/Form/Form.css +10 -1
  8. package/build/cjs/blocks/Form/Form.js +4 -2
  9. package/build/cjs/blocks/Form/Form.js.map +1 -1
  10. package/build/cjs/blocks/Form/schema.d.ts +0 -11
  11. package/build/cjs/blocks/Header/Header.css +6 -0
  12. package/build/cjs/blocks/Header/schema.js +1 -25
  13. package/build/cjs/blocks/Header/schema.js.map +1 -1
  14. package/build/cjs/blocks/Hero/Hero.css +211 -0
  15. package/build/cjs/blocks/Hero/Hero.d.ts +3 -0
  16. package/build/cjs/blocks/Hero/Hero.js +50 -0
  17. package/build/cjs/blocks/Hero/Hero.js.map +1 -0
  18. package/build/cjs/blocks/Hero/hooks.d.ts +4 -0
  19. package/build/cjs/blocks/Hero/hooks.js +38 -0
  20. package/build/cjs/blocks/Hero/hooks.js.map +1 -0
  21. package/build/cjs/blocks/Hero/schema.d.ts +2076 -0
  22. package/build/cjs/blocks/Hero/schema.js +66 -0
  23. package/build/cjs/blocks/Hero/schema.js.map +1 -0
  24. package/build/cjs/blocks/Info/schema.d.ts +0 -22
  25. package/build/cjs/blocks/Map/schema.d.ts +0 -11
  26. package/build/cjs/blocks/Media/schema.d.ts +0 -22
  27. package/build/cjs/blocks/Questions/schema.d.ts +0 -11
  28. package/build/cjs/blocks/Tabs/schema.d.ts +0 -11
  29. package/build/cjs/blocks/index.d.ts +1 -0
  30. package/build/cjs/blocks/index.js +3 -1
  31. package/build/cjs/blocks/index.js.map +1 -1
  32. package/build/cjs/components/Buttons/Buttons.css +2 -2
  33. package/build/cjs/components/Buttons/Buttons.d.ts +2 -1
  34. package/build/cjs/components/Buttons/Buttons.js +8 -3
  35. package/build/cjs/components/Buttons/Buttons.js.map +1 -1
  36. package/build/cjs/components/ContentList/ContentList.css +8 -8
  37. package/build/cjs/components/ContentList/ContentList.js +2 -0
  38. package/build/cjs/components/ContentList/ContentList.js.map +1 -1
  39. package/build/cjs/components/DefaultVideo/DefaultVideo.d.ts +1 -0
  40. package/build/cjs/components/DefaultVideo/DefaultVideo.js +2 -2
  41. package/build/cjs/components/DefaultVideo/DefaultVideo.js.map +1 -1
  42. package/build/cjs/components/IconWrapper/IconWrapper.css +6 -0
  43. package/build/cjs/components/Image/Image.d.ts +5 -1
  44. package/build/cjs/components/Image/Image.js +4 -2
  45. package/build/cjs/components/Image/Image.js.map +1 -1
  46. package/build/cjs/components/ImageBase/ImageBase.d.ts +2 -2
  47. package/build/cjs/components/ImageBase/ImageBase.js +5 -5
  48. package/build/cjs/components/ImageBase/ImageBase.js.map +1 -1
  49. package/build/cjs/components/Links/Links.css +1 -1
  50. package/build/cjs/components/Links/Links.js +2 -0
  51. package/build/cjs/components/Links/Links.js.map +1 -1
  52. package/build/cjs/components/Media/Image/Image.d.ts +4 -0
  53. package/build/cjs/components/Media/Image/Image.js +3 -3
  54. package/build/cjs/components/Media/Image/Image.js.map +1 -1
  55. package/build/cjs/components/Media/Media.js +8 -4
  56. package/build/cjs/components/Media/Media.js.map +1 -1
  57. package/build/cjs/components/Media/Video/Video.d.ts +5 -0
  58. package/build/cjs/components/Media/Video/Video.js +30 -4
  59. package/build/cjs/components/Media/Video/Video.js.map +1 -1
  60. package/build/cjs/components/ReactPlayer/ReactPlayer.css +5 -0
  61. package/build/cjs/components/ReactPlayer/ReactPlayer.d.ts +5 -0
  62. package/build/cjs/components/ReactPlayer/ReactPlayer.js +12 -4
  63. package/build/cjs/components/ReactPlayer/ReactPlayer.js.map +1 -1
  64. package/build/cjs/components/Title/TitleItem.css +6 -0
  65. package/build/cjs/components/index.d.ts +1 -0
  66. package/build/cjs/components/index.js +3 -1
  67. package/build/cjs/components/index.js.map +1 -1
  68. package/build/cjs/constructor-items.d.ts +1 -0
  69. package/build/cjs/constructor-items.js +1 -0
  70. package/build/cjs/constructor-items.js.map +1 -1
  71. package/build/cjs/context/imageContext/imageContext.d.ts +1 -1
  72. package/build/cjs/context/imageContext/imageContext.js.map +1 -1
  73. package/build/cjs/demo/ComponentsText.stories.js +3 -3
  74. package/build/cjs/demo/ComponentsText.stories.js.map +1 -1
  75. package/build/cjs/hooks/index.d.ts +1 -0
  76. package/build/cjs/hooks/index.js +1 -0
  77. package/build/cjs/hooks/index.js.map +1 -1
  78. package/build/cjs/hooks/useImageSize.d.ts +8 -0
  79. package/build/cjs/hooks/useImageSize.js +52 -0
  80. package/build/cjs/hooks/useImageSize.js.map +1 -0
  81. package/build/cjs/models/constructor-items/blocks.d.ts +31 -22
  82. package/build/cjs/models/constructor-items/blocks.js +6 -1
  83. package/build/cjs/models/constructor-items/blocks.js.map +1 -1
  84. package/build/cjs/models/constructor-items/common.d.ts +1 -1
  85. package/build/cjs/models/constructor-items/common.js.map +1 -1
  86. package/build/cjs/models/constructor-items/sub-blocks.d.ts +6 -6
  87. package/build/cjs/models/constructor-items/sub-blocks.js.map +1 -1
  88. package/build/cjs/schema/constants.d.ts +5 -30
  89. package/build/cjs/schema/constants.js +1 -0
  90. package/build/cjs/schema/constants.js.map +1 -1
  91. package/build/cjs/schema/validators/blocks.d.ts +1 -0
  92. package/build/cjs/schema/validators/blocks.js +1 -0
  93. package/build/cjs/schema/validators/blocks.js.map +1 -1
  94. package/build/cjs/schema/validators/common.d.ts +28 -0
  95. package/build/cjs/schema/validators/common.js +27 -2
  96. package/build/cjs/schema/validators/common.js.map +1 -1
  97. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +3 -10
  98. package/build/cjs/sub-blocks/BackgroundCard/schema.js +1 -1
  99. package/build/cjs/sub-blocks/BackgroundCard/schema.js.map +1 -1
  100. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +2 -9
  101. package/build/cjs/sub-blocks/BasicCard/schema.js +1 -1
  102. package/build/cjs/sub-blocks/BasicCard/schema.js.map +1 -1
  103. package/build/cjs/sub-blocks/Content/Content.css +29 -17
  104. package/build/cjs/sub-blocks/Content/Content.js +7 -13
  105. package/build/cjs/sub-blocks/Content/Content.js.map +1 -1
  106. package/build/cjs/sub-blocks/Content/schema.d.ts +0 -100
  107. package/build/cjs/sub-blocks/Content/schema.js +1 -14
  108. package/build/cjs/sub-blocks/Content/schema.js.map +1 -1
  109. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +0 -11
  110. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +0 -11
  111. package/build/cjs/sub-blocks/LayoutItem/schema.js +1 -1
  112. package/build/cjs/sub-blocks/LayoutItem/schema.js.map +1 -1
  113. package/build/cjs/text-transform/config.js +17 -0
  114. package/build/cjs/text-transform/config.js.map +1 -1
  115. package/build/esm/blocks/ContentLayout/ContentLayout.css +2 -2
  116. package/build/esm/blocks/ContentLayout/ContentLayout.js +2 -0
  117. package/build/esm/blocks/ContentLayout/ContentLayout.js.map +1 -1
  118. package/build/esm/blocks/ContentLayout/schema.d.ts +0 -11
  119. package/build/esm/blocks/FoldableList/schema.d.ts +0 -11
  120. package/build/esm/blocks/Form/Form.css +10 -1
  121. package/build/esm/blocks/Form/Form.js +4 -2
  122. package/build/esm/blocks/Form/Form.js.map +1 -1
  123. package/build/esm/blocks/Form/schema.d.ts +0 -11
  124. package/build/esm/blocks/Header/Header.css +6 -0
  125. package/build/esm/blocks/Header/schema.js +2 -26
  126. package/build/esm/blocks/Header/schema.js.map +1 -1
  127. package/build/esm/blocks/Hero/Hero.css +211 -0
  128. package/build/esm/blocks/Hero/Hero.d.ts +4 -0
  129. package/build/esm/blocks/Hero/Hero.js +48 -0
  130. package/build/esm/blocks/Hero/Hero.js.map +1 -0
  131. package/build/esm/blocks/Hero/hooks.d.ts +4 -0
  132. package/build/esm/blocks/Hero/hooks.js +33 -0
  133. package/build/esm/blocks/Hero/hooks.js.map +1 -0
  134. package/build/esm/blocks/Hero/schema.d.ts +2076 -0
  135. package/build/esm/blocks/Hero/schema.js +62 -0
  136. package/build/esm/blocks/Hero/schema.js.map +1 -0
  137. package/build/esm/blocks/Info/schema.d.ts +0 -22
  138. package/build/esm/blocks/Map/schema.d.ts +0 -11
  139. package/build/esm/blocks/Media/schema.d.ts +0 -22
  140. package/build/esm/blocks/Questions/schema.d.ts +0 -11
  141. package/build/esm/blocks/Tabs/schema.d.ts +0 -11
  142. package/build/esm/blocks/index.d.ts +1 -0
  143. package/build/esm/blocks/index.js +1 -0
  144. package/build/esm/blocks/index.js.map +1 -1
  145. package/build/esm/components/Buttons/Buttons.css +2 -2
  146. package/build/esm/components/Buttons/Buttons.d.ts +2 -1
  147. package/build/esm/components/Buttons/Buttons.js +8 -3
  148. package/build/esm/components/Buttons/Buttons.js.map +1 -1
  149. package/build/esm/components/ContentList/ContentList.css +8 -8
  150. package/build/esm/components/ContentList/ContentList.js +2 -0
  151. package/build/esm/components/ContentList/ContentList.js.map +1 -1
  152. package/build/esm/components/DefaultVideo/DefaultVideo.d.ts +1 -0
  153. package/build/esm/components/DefaultVideo/DefaultVideo.js +2 -2
  154. package/build/esm/components/DefaultVideo/DefaultVideo.js.map +1 -1
  155. package/build/esm/components/IconWrapper/IconWrapper.css +6 -0
  156. package/build/esm/components/Image/Image.d.ts +5 -1
  157. package/build/esm/components/Image/Image.js +4 -2
  158. package/build/esm/components/Image/Image.js.map +1 -1
  159. package/build/esm/components/ImageBase/ImageBase.d.ts +2 -2
  160. package/build/esm/components/ImageBase/ImageBase.js +5 -4
  161. package/build/esm/components/ImageBase/ImageBase.js.map +1 -1
  162. package/build/esm/components/Links/Links.css +1 -1
  163. package/build/esm/components/Links/Links.js +2 -0
  164. package/build/esm/components/Links/Links.js.map +1 -1
  165. package/build/esm/components/Media/Image/Image.d.ts +4 -0
  166. package/build/esm/components/Media/Image/Image.js +3 -3
  167. package/build/esm/components/Media/Image/Image.js.map +1 -1
  168. package/build/esm/components/Media/Media.js +8 -4
  169. package/build/esm/components/Media/Media.js.map +1 -1
  170. package/build/esm/components/Media/Video/Video.d.ts +5 -0
  171. package/build/esm/components/Media/Video/Video.js +30 -4
  172. package/build/esm/components/Media/Video/Video.js.map +1 -1
  173. package/build/esm/components/ReactPlayer/ReactPlayer.css +5 -0
  174. package/build/esm/components/ReactPlayer/ReactPlayer.d.ts +5 -0
  175. package/build/esm/components/ReactPlayer/ReactPlayer.js +13 -5
  176. package/build/esm/components/ReactPlayer/ReactPlayer.js.map +1 -1
  177. package/build/esm/components/Title/TitleItem.css +6 -0
  178. package/build/esm/components/index.d.ts +1 -0
  179. package/build/esm/components/index.js +1 -0
  180. package/build/esm/components/index.js.map +1 -1
  181. package/build/esm/constructor-items.d.ts +1 -0
  182. package/build/esm/constructor-items.js +2 -1
  183. package/build/esm/constructor-items.js.map +1 -1
  184. package/build/esm/context/imageContext/imageContext.d.ts +1 -1
  185. package/build/esm/context/imageContext/imageContext.js.map +1 -1
  186. package/build/esm/demo/ComponentsText.stories.js +3 -3
  187. package/build/esm/demo/ComponentsText.stories.js.map +1 -1
  188. package/build/esm/hooks/index.d.ts +1 -0
  189. package/build/esm/hooks/index.js +1 -0
  190. package/build/esm/hooks/index.js.map +1 -1
  191. package/build/esm/hooks/useImageSize.d.ts +8 -0
  192. package/build/esm/hooks/useImageSize.js +47 -0
  193. package/build/esm/hooks/useImageSize.js.map +1 -0
  194. package/build/esm/models/constructor-items/blocks.d.ts +31 -22
  195. package/build/esm/models/constructor-items/blocks.js +6 -1
  196. package/build/esm/models/constructor-items/blocks.js.map +1 -1
  197. package/build/esm/models/constructor-items/common.d.ts +1 -1
  198. package/build/esm/models/constructor-items/common.js.map +1 -1
  199. package/build/esm/models/constructor-items/sub-blocks.d.ts +6 -6
  200. package/build/esm/models/constructor-items/sub-blocks.js.map +1 -1
  201. package/build/esm/schema/constants.d.ts +5 -30
  202. package/build/esm/schema/constants.js +2 -1
  203. package/build/esm/schema/constants.js.map +1 -1
  204. package/build/esm/schema/validators/blocks.d.ts +1 -0
  205. package/build/esm/schema/validators/blocks.js +1 -0
  206. package/build/esm/schema/validators/blocks.js.map +1 -1
  207. package/build/esm/schema/validators/common.d.ts +28 -0
  208. package/build/esm/schema/validators/common.js +26 -1
  209. package/build/esm/schema/validators/common.js.map +1 -1
  210. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +3 -10
  211. package/build/esm/sub-blocks/BackgroundCard/schema.js +1 -1
  212. package/build/esm/sub-blocks/BackgroundCard/schema.js.map +1 -1
  213. package/build/esm/sub-blocks/BasicCard/schema.d.ts +2 -9
  214. package/build/esm/sub-blocks/BasicCard/schema.js +1 -1
  215. package/build/esm/sub-blocks/BasicCard/schema.js.map +1 -1
  216. package/build/esm/sub-blocks/Content/Content.css +29 -17
  217. package/build/esm/sub-blocks/Content/Content.js +7 -12
  218. package/build/esm/sub-blocks/Content/Content.js.map +1 -1
  219. package/build/esm/sub-blocks/Content/schema.d.ts +0 -100
  220. package/build/esm/sub-blocks/Content/schema.js +0 -13
  221. package/build/esm/sub-blocks/Content/schema.js.map +1 -1
  222. package/build/esm/sub-blocks/ImageCard/schema.d.ts +0 -11
  223. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +0 -11
  224. package/build/esm/sub-blocks/LayoutItem/schema.js +1 -1
  225. package/build/esm/sub-blocks/LayoutItem/schema.js.map +1 -1
  226. package/build/esm/text-transform/config.js +17 -0
  227. package/build/esm/text-transform/config.js.map +1 -1
  228. package/package.json +1 -1
  229. package/schema/index.js +1 -1
  230. package/server/models/constructor-items/blocks.d.ts +31 -22
  231. package/server/models/constructor-items/blocks.js +6 -1
  232. package/server/models/constructor-items/common.d.ts +1 -1
  233. package/server/models/constructor-items/sub-blocks.d.ts +6 -6
  234. package/server/text-transform/config.js +17 -0
  235. package/styles/mixins.scss +4 -0
  236. package/widget/index.js +1 -1
  237. package/build/cjs/components/ContentLabels/ContentLabels.css +0 -53
  238. package/build/cjs/components/ContentLabels/ContentLabels.d.ts +0 -3
  239. package/build/cjs/components/ContentLabels/ContentLabels.js +0 -16
  240. package/build/cjs/components/ContentLabels/ContentLabels.js.map +0 -1
  241. package/build/esm/components/ContentLabels/ContentLabels.css +0 -53
  242. package/build/esm/components/ContentLabels/ContentLabels.d.ts +0 -4
  243. package/build/esm/components/ContentLabels/ContentLabels.js +0 -14
  244. package/build/esm/components/ContentLabels/ContentLabels.js.map +0 -1
@@ -0,0 +1,2076 @@
1
+ export declare const HeroBlockButton: {
2
+ type: string;
3
+ additionalProperties: boolean;
4
+ required: string[];
5
+ properties: Partial<{
6
+ text: {
7
+ type: string;
8
+ contentType: string;
9
+ };
10
+ url: {
11
+ type: string;
12
+ };
13
+ urlTitle: {
14
+ type: string;
15
+ };
16
+ primary: {
17
+ type: string;
18
+ };
19
+ size: {
20
+ type: string;
21
+ enum: string[];
22
+ };
23
+ theme: {
24
+ type: string;
25
+ enum: string[];
26
+ };
27
+ img: {
28
+ oneOf: ({
29
+ type: string;
30
+ optionName: string;
31
+ additionalProperties?: undefined;
32
+ required?: undefined;
33
+ properties?: undefined;
34
+ } | {
35
+ type: string;
36
+ additionalProperties: boolean;
37
+ required: string[];
38
+ properties: {
39
+ data: {
40
+ type: string;
41
+ };
42
+ position: {
43
+ type: string;
44
+ enum: string[];
45
+ };
46
+ alt: {
47
+ type: string;
48
+ contentType: string;
49
+ };
50
+ };
51
+ optionName: string;
52
+ })[];
53
+ };
54
+ analyticsEvents: {
55
+ oneOf: ({
56
+ optionName: string;
57
+ type: string;
58
+ additionalProperties: {
59
+ type: string;
60
+ };
61
+ required: string[];
62
+ properties: {
63
+ name: {
64
+ type: string;
65
+ };
66
+ type: {
67
+ type: string;
68
+ };
69
+ counters: {
70
+ type: string;
71
+ additionalProperties: boolean;
72
+ required: never[];
73
+ properties: {
74
+ include: {
75
+ type: string;
76
+ items: {
77
+ type: string;
78
+ };
79
+ };
80
+ exclude: {
81
+ type: string;
82
+ items: {
83
+ type: string;
84
+ };
85
+ };
86
+ };
87
+ };
88
+ context: {
89
+ type: string;
90
+ };
91
+ };
92
+ items?: undefined;
93
+ } | {
94
+ type: string;
95
+ items: {
96
+ type: string;
97
+ additionalProperties: {
98
+ type: string;
99
+ };
100
+ required: string[];
101
+ properties: {
102
+ name: {
103
+ type: string;
104
+ };
105
+ type: {
106
+ type: string;
107
+ };
108
+ counters: {
109
+ type: string;
110
+ additionalProperties: boolean;
111
+ required: never[];
112
+ properties: {
113
+ include: {
114
+ type: string;
115
+ items: {
116
+ type: string;
117
+ };
118
+ };
119
+ exclude: {
120
+ type: string;
121
+ items: {
122
+ type: string;
123
+ };
124
+ };
125
+ };
126
+ };
127
+ context: {
128
+ type: string;
129
+ };
130
+ };
131
+ };
132
+ optionName: string;
133
+ })[];
134
+ };
135
+ target: {
136
+ type: string;
137
+ enum: string[];
138
+ };
139
+ width: {
140
+ type: string;
141
+ enum: string[];
142
+ };
143
+ }>;
144
+ };
145
+ export declare const HeroBlockBackground: {
146
+ type: string;
147
+ additionalProperties: boolean;
148
+ required: never[];
149
+ properties: {
150
+ color: {
151
+ type: string;
152
+ };
153
+ video: {
154
+ type: string;
155
+ additionalProperties: boolean;
156
+ required: string[];
157
+ properties: {
158
+ src: {
159
+ type: string;
160
+ items: {
161
+ type: string;
162
+ };
163
+ };
164
+ loop: {
165
+ oneOf: ({
166
+ optionName: string;
167
+ type: string;
168
+ additionalProperties: boolean;
169
+ required: string[];
170
+ properties: {
171
+ start: {
172
+ type: string;
173
+ };
174
+ end: {
175
+ type: string;
176
+ };
177
+ };
178
+ } | {
179
+ type: string;
180
+ optionName: string;
181
+ })[];
182
+ };
183
+ type: {
184
+ type: string;
185
+ enum: string[];
186
+ };
187
+ muted: {
188
+ type: string;
189
+ };
190
+ autoplay: {
191
+ type: string;
192
+ };
193
+ elapsedTime: {
194
+ type: string;
195
+ };
196
+ playButton: {
197
+ type: string;
198
+ additionalProperties: boolean;
199
+ properties: {
200
+ type: {
201
+ type: string;
202
+ enum: string[];
203
+ };
204
+ theme: {
205
+ type: string;
206
+ enum: string[];
207
+ };
208
+ text: {
209
+ type: string;
210
+ contentType: string;
211
+ };
212
+ };
213
+ };
214
+ controls: {
215
+ type: string;
216
+ enum: import("../../index.js").MediaVideoControlsType[];
217
+ };
218
+ customControlsOptions: {
219
+ type: string;
220
+ additionalProperties: boolean;
221
+ properties: {
222
+ type: {
223
+ type: string;
224
+ enum: import("../../index.js").CustomControlsType[];
225
+ };
226
+ muteButtonShown: {
227
+ type: string;
228
+ };
229
+ positioning: {
230
+ type: string;
231
+ enum: import("../../index.js").CustomControlsButtonPositioning[];
232
+ };
233
+ };
234
+ };
235
+ ariaLabel: {
236
+ type: string;
237
+ };
238
+ contain: {
239
+ type: string;
240
+ };
241
+ };
242
+ };
243
+ image: {
244
+ oneOf: ({
245
+ optionName: string;
246
+ oneOf: ({
247
+ type: string;
248
+ properties: {
249
+ when: {
250
+ type: string;
251
+ };
252
+ };
253
+ } | {
254
+ type: string;
255
+ pattern: string;
256
+ optionName: string;
257
+ items?: undefined;
258
+ } | {
259
+ type: string;
260
+ items: {
261
+ type: string;
262
+ properties: {
263
+ when: {
264
+ type: string;
265
+ };
266
+ };
267
+ };
268
+ optionName: string;
269
+ pattern?: undefined;
270
+ })[];
271
+ type?: undefined;
272
+ items?: undefined;
273
+ } | {
274
+ type: string;
275
+ items: {
276
+ oneOf: ({
277
+ type: string;
278
+ properties: {
279
+ when: {
280
+ type: string;
281
+ };
282
+ };
283
+ } | {
284
+ type: string;
285
+ pattern: string;
286
+ optionName: string;
287
+ items?: undefined;
288
+ } | {
289
+ type: string;
290
+ items: {
291
+ type: string;
292
+ properties: {
293
+ when: {
294
+ type: string;
295
+ };
296
+ };
297
+ };
298
+ optionName: string;
299
+ pattern?: undefined;
300
+ })[];
301
+ };
302
+ optionName: string;
303
+ })[];
304
+ };
305
+ previewImg: {
306
+ type: string;
307
+ };
308
+ parallax: {
309
+ type: string;
310
+ };
311
+ height: {
312
+ type: string;
313
+ };
314
+ ratio: {
315
+ type: string[];
316
+ pattern: string;
317
+ };
318
+ };
319
+ };
320
+ export declare const HeroBlockProps: {
321
+ breadcrumbs: {
322
+ type: string;
323
+ additionalProperties: boolean;
324
+ required: string[];
325
+ properties: {
326
+ items: {
327
+ type: string;
328
+ items: {
329
+ type: string;
330
+ additionalProperties: boolean;
331
+ required: string[];
332
+ properties: {
333
+ url: {
334
+ type: string;
335
+ };
336
+ text: {
337
+ type: string;
338
+ contentType: string;
339
+ };
340
+ };
341
+ };
342
+ };
343
+ theme: {
344
+ type: string;
345
+ enum: string[];
346
+ };
347
+ };
348
+ };
349
+ overtitle: {
350
+ type: string;
351
+ contentType: string;
352
+ };
353
+ buttons: {
354
+ type: string;
355
+ items: {
356
+ oneOf: (({
357
+ type: string;
358
+ additionalProperties: boolean;
359
+ required: string[];
360
+ properties: Partial<{
361
+ text: {
362
+ type: string;
363
+ contentType: string;
364
+ };
365
+ url: {
366
+ type: string;
367
+ };
368
+ urlTitle: {
369
+ type: string;
370
+ };
371
+ primary: {
372
+ type: string;
373
+ };
374
+ size: {
375
+ type: string;
376
+ enum: string[];
377
+ };
378
+ theme: {
379
+ type: string;
380
+ enum: string[];
381
+ };
382
+ img: {
383
+ oneOf: ({
384
+ type: string;
385
+ optionName: string;
386
+ additionalProperties?: undefined;
387
+ required?: undefined;
388
+ properties?: undefined;
389
+ } | {
390
+ type: string;
391
+ additionalProperties: boolean;
392
+ required: string[];
393
+ properties: {
394
+ data: {
395
+ type: string;
396
+ };
397
+ position: {
398
+ type: string;
399
+ enum: string[];
400
+ };
401
+ alt: {
402
+ type: string;
403
+ contentType: string;
404
+ };
405
+ };
406
+ optionName: string;
407
+ })[];
408
+ };
409
+ analyticsEvents: {
410
+ oneOf: ({
411
+ optionName: string;
412
+ type: string;
413
+ additionalProperties: {
414
+ type: string;
415
+ };
416
+ required: string[];
417
+ properties: {
418
+ name: {
419
+ type: string;
420
+ };
421
+ type: {
422
+ type: string;
423
+ };
424
+ counters: {
425
+ type: string;
426
+ additionalProperties: boolean;
427
+ required: never[];
428
+ properties: {
429
+ include: {
430
+ type: string;
431
+ items: {
432
+ type: string;
433
+ };
434
+ };
435
+ exclude: {
436
+ type: string;
437
+ items: {
438
+ type: string;
439
+ };
440
+ };
441
+ };
442
+ };
443
+ context: {
444
+ type: string;
445
+ };
446
+ };
447
+ items?: undefined;
448
+ } | {
449
+ type: string;
450
+ items: {
451
+ type: string;
452
+ additionalProperties: {
453
+ type: string;
454
+ };
455
+ required: string[];
456
+ properties: {
457
+ name: {
458
+ type: string;
459
+ };
460
+ type: {
461
+ type: string;
462
+ };
463
+ counters: {
464
+ type: string;
465
+ additionalProperties: boolean;
466
+ required: never[];
467
+ properties: {
468
+ include: {
469
+ type: string;
470
+ items: {
471
+ type: string;
472
+ };
473
+ };
474
+ exclude: {
475
+ type: string;
476
+ items: {
477
+ type: string;
478
+ };
479
+ };
480
+ };
481
+ };
482
+ context: {
483
+ type: string;
484
+ };
485
+ };
486
+ };
487
+ optionName: string;
488
+ })[];
489
+ };
490
+ target: {
491
+ type: string;
492
+ enum: string[];
493
+ };
494
+ width: {
495
+ type: string;
496
+ enum: string[];
497
+ };
498
+ }>;
499
+ } & {
500
+ optionName: string;
501
+ }) | {
502
+ type: string;
503
+ additionalProperties: boolean;
504
+ required: import("../../index.js").Theme[];
505
+ properties: {};
506
+ optionName: string;
507
+ })[];
508
+ };
509
+ };
510
+ media: {
511
+ oneOf: (({
512
+ type: string;
513
+ additionalProperties: boolean;
514
+ required: never[];
515
+ properties: {
516
+ roundCorners: {
517
+ type: string;
518
+ };
519
+ color: {
520
+ type: string;
521
+ };
522
+ image: {
523
+ oneOf: ({
524
+ optionName: string;
525
+ oneOf: ({
526
+ type: string;
527
+ properties: {
528
+ when: {
529
+ type: string;
530
+ };
531
+ };
532
+ } | {
533
+ type: string;
534
+ pattern: string;
535
+ optionName: string;
536
+ items?: undefined;
537
+ } | {
538
+ type: string;
539
+ items: {
540
+ type: string;
541
+ properties: {
542
+ when: {
543
+ type: string;
544
+ };
545
+ };
546
+ };
547
+ optionName: string;
548
+ pattern?: undefined;
549
+ })[];
550
+ type?: undefined;
551
+ items?: undefined;
552
+ } | {
553
+ type: string;
554
+ items: {
555
+ oneOf: ({
556
+ type: string;
557
+ properties: {
558
+ when: {
559
+ type: string;
560
+ };
561
+ };
562
+ } | {
563
+ type: string;
564
+ pattern: string;
565
+ optionName: string;
566
+ items?: undefined;
567
+ } | {
568
+ type: string;
569
+ items: {
570
+ type: string;
571
+ properties: {
572
+ when: {
573
+ type: string;
574
+ };
575
+ };
576
+ };
577
+ optionName: string;
578
+ pattern?: undefined;
579
+ })[];
580
+ };
581
+ optionName: string;
582
+ })[];
583
+ };
584
+ disableImageSliderForArrayInput: {
585
+ type: string;
586
+ };
587
+ video: {
588
+ type: string;
589
+ additionalProperties: boolean;
590
+ required: string[];
591
+ properties: {
592
+ src: {
593
+ type: string;
594
+ items: {
595
+ type: string;
596
+ };
597
+ };
598
+ loop: {
599
+ oneOf: ({
600
+ optionName: string;
601
+ type: string;
602
+ additionalProperties: boolean;
603
+ required: string[];
604
+ properties: {
605
+ start: {
606
+ type: string;
607
+ };
608
+ end: {
609
+ type: string;
610
+ };
611
+ };
612
+ } | {
613
+ type: string;
614
+ optionName: string;
615
+ })[];
616
+ };
617
+ type: {
618
+ type: string;
619
+ enum: string[];
620
+ };
621
+ muted: {
622
+ type: string;
623
+ };
624
+ autoplay: {
625
+ type: string;
626
+ };
627
+ elapsedTime: {
628
+ type: string;
629
+ };
630
+ playButton: {
631
+ type: string;
632
+ additionalProperties: boolean;
633
+ properties: {
634
+ type: {
635
+ type: string;
636
+ enum: string[];
637
+ };
638
+ theme: {
639
+ type: string;
640
+ enum: string[];
641
+ };
642
+ text: {
643
+ type: string;
644
+ contentType: string;
645
+ };
646
+ };
647
+ };
648
+ controls: {
649
+ type: string;
650
+ enum: import("../../index.js").MediaVideoControlsType[];
651
+ };
652
+ customControlsOptions: {
653
+ type: string;
654
+ additionalProperties: boolean;
655
+ properties: {
656
+ type: {
657
+ type: string;
658
+ enum: import("../../index.js").CustomControlsType[];
659
+ };
660
+ muteButtonShown: {
661
+ type: string;
662
+ };
663
+ positioning: {
664
+ type: string;
665
+ enum: import("../../index.js").CustomControlsButtonPositioning[];
666
+ };
667
+ };
668
+ };
669
+ ariaLabel: {
670
+ type: string;
671
+ };
672
+ contain: {
673
+ type: string;
674
+ };
675
+ };
676
+ };
677
+ youtube: {
678
+ type: string;
679
+ };
680
+ videoIframe: {
681
+ type: string;
682
+ };
683
+ autoplay: {
684
+ type: string;
685
+ };
686
+ parallax: {
687
+ type: string;
688
+ };
689
+ height: {
690
+ type: string;
691
+ };
692
+ previewImg: {
693
+ type: string;
694
+ };
695
+ dataLens: {
696
+ oneOf: ({
697
+ type: string;
698
+ optionName: string;
699
+ } | {
700
+ optionName: string;
701
+ type: string;
702
+ additionalProperties: boolean;
703
+ required: string[];
704
+ properties: {
705
+ id: {
706
+ type: string;
707
+ };
708
+ theme: {
709
+ type: string;
710
+ enum: string[];
711
+ };
712
+ };
713
+ })[];
714
+ };
715
+ fullscreen: {
716
+ type: string;
717
+ };
718
+ analyticsEvents: {
719
+ anyOf: ({
720
+ type: string;
721
+ additionalProperties: {
722
+ type: string;
723
+ };
724
+ required: string[];
725
+ properties: {
726
+ name: {
727
+ type: string;
728
+ };
729
+ type: {
730
+ type: string;
731
+ };
732
+ counters: {
733
+ type: string;
734
+ additionalProperties: boolean;
735
+ required: never[];
736
+ properties: {
737
+ include: {
738
+ type: string;
739
+ items: {
740
+ type: string;
741
+ };
742
+ };
743
+ exclude: {
744
+ type: string;
745
+ items: {
746
+ type: string;
747
+ };
748
+ };
749
+ };
750
+ };
751
+ context: {
752
+ type: string;
753
+ };
754
+ };
755
+ } | {
756
+ type: string;
757
+ items: {
758
+ type: string;
759
+ additionalProperties: {
760
+ type: string;
761
+ };
762
+ required: string[];
763
+ properties: {
764
+ name: {
765
+ type: string;
766
+ };
767
+ type: {
768
+ type: string;
769
+ };
770
+ counters: {
771
+ type: string;
772
+ additionalProperties: boolean;
773
+ required: never[];
774
+ properties: {
775
+ include: {
776
+ type: string;
777
+ items: {
778
+ type: string;
779
+ };
780
+ };
781
+ exclude: {
782
+ type: string;
783
+ items: {
784
+ type: string;
785
+ };
786
+ };
787
+ };
788
+ };
789
+ context: {
790
+ type: string;
791
+ };
792
+ };
793
+ };
794
+ })[];
795
+ };
796
+ ratio: {
797
+ type: string[];
798
+ pattern: string;
799
+ };
800
+ iframe: {
801
+ type: string;
802
+ additionalProperties: boolean;
803
+ required: string[];
804
+ properties: {
805
+ src: {
806
+ type: string;
807
+ };
808
+ name: {
809
+ type: string;
810
+ };
811
+ title: {
812
+ type: string;
813
+ };
814
+ height: {
815
+ type: string;
816
+ };
817
+ width: {
818
+ type: string;
819
+ };
820
+ };
821
+ };
822
+ margins: {
823
+ type: string;
824
+ };
825
+ };
826
+ } & {
827
+ optionName: string;
828
+ }) | {
829
+ type: string;
830
+ additionalProperties: boolean;
831
+ required: import("../../index.js").Theme[];
832
+ properties: {};
833
+ optionName: string;
834
+ })[];
835
+ };
836
+ fullWidth: {
837
+ type: string;
838
+ };
839
+ verticalOffset: {
840
+ type: string;
841
+ enum: string[];
842
+ };
843
+ background: {
844
+ oneOf: (({
845
+ type: string;
846
+ additionalProperties: boolean;
847
+ required: never[];
848
+ properties: {
849
+ color: {
850
+ type: string;
851
+ };
852
+ video: {
853
+ type: string;
854
+ additionalProperties: boolean;
855
+ required: string[];
856
+ properties: {
857
+ src: {
858
+ type: string;
859
+ items: {
860
+ type: string;
861
+ };
862
+ };
863
+ loop: {
864
+ oneOf: ({
865
+ optionName: string;
866
+ type: string;
867
+ additionalProperties: boolean;
868
+ required: string[];
869
+ properties: {
870
+ start: {
871
+ type: string;
872
+ };
873
+ end: {
874
+ type: string;
875
+ };
876
+ };
877
+ } | {
878
+ type: string;
879
+ optionName: string;
880
+ })[];
881
+ };
882
+ type: {
883
+ type: string;
884
+ enum: string[];
885
+ };
886
+ muted: {
887
+ type: string;
888
+ };
889
+ autoplay: {
890
+ type: string;
891
+ };
892
+ elapsedTime: {
893
+ type: string;
894
+ };
895
+ playButton: {
896
+ type: string;
897
+ additionalProperties: boolean;
898
+ properties: {
899
+ type: {
900
+ type: string;
901
+ enum: string[];
902
+ };
903
+ theme: {
904
+ type: string;
905
+ enum: string[];
906
+ };
907
+ text: {
908
+ type: string;
909
+ contentType: string;
910
+ };
911
+ };
912
+ };
913
+ controls: {
914
+ type: string;
915
+ enum: import("../../index.js").MediaVideoControlsType[];
916
+ };
917
+ customControlsOptions: {
918
+ type: string;
919
+ additionalProperties: boolean;
920
+ properties: {
921
+ type: {
922
+ type: string;
923
+ enum: import("../../index.js").CustomControlsType[];
924
+ };
925
+ muteButtonShown: {
926
+ type: string;
927
+ };
928
+ positioning: {
929
+ type: string;
930
+ enum: import("../../index.js").CustomControlsButtonPositioning[];
931
+ };
932
+ };
933
+ };
934
+ ariaLabel: {
935
+ type: string;
936
+ };
937
+ contain: {
938
+ type: string;
939
+ };
940
+ };
941
+ };
942
+ image: {
943
+ oneOf: ({
944
+ optionName: string;
945
+ oneOf: ({
946
+ type: string;
947
+ properties: {
948
+ when: {
949
+ type: string;
950
+ };
951
+ };
952
+ } | {
953
+ type: string;
954
+ pattern: string;
955
+ optionName: string;
956
+ items?: undefined;
957
+ } | {
958
+ type: string;
959
+ items: {
960
+ type: string;
961
+ properties: {
962
+ when: {
963
+ type: string;
964
+ };
965
+ };
966
+ };
967
+ optionName: string;
968
+ pattern?: undefined;
969
+ })[];
970
+ type?: undefined;
971
+ items?: undefined;
972
+ } | {
973
+ type: string;
974
+ items: {
975
+ oneOf: ({
976
+ type: string;
977
+ properties: {
978
+ when: {
979
+ type: string;
980
+ };
981
+ };
982
+ } | {
983
+ type: string;
984
+ pattern: string;
985
+ optionName: string;
986
+ items?: undefined;
987
+ } | {
988
+ type: string;
989
+ items: {
990
+ type: string;
991
+ properties: {
992
+ when: {
993
+ type: string;
994
+ };
995
+ };
996
+ };
997
+ optionName: string;
998
+ pattern?: undefined;
999
+ })[];
1000
+ };
1001
+ optionName: string;
1002
+ })[];
1003
+ };
1004
+ previewImg: {
1005
+ type: string;
1006
+ };
1007
+ parallax: {
1008
+ type: string;
1009
+ };
1010
+ height: {
1011
+ type: string;
1012
+ };
1013
+ ratio: {
1014
+ type: string[];
1015
+ pattern: string;
1016
+ };
1017
+ };
1018
+ } & {
1019
+ optionName: string;
1020
+ }) | {
1021
+ type: string;
1022
+ additionalProperties: boolean;
1023
+ required: import("../../index.js").Theme[];
1024
+ properties: {};
1025
+ optionName: string;
1026
+ })[];
1027
+ };
1028
+ title: {
1029
+ oneOf: ({
1030
+ type: string;
1031
+ contentType: string;
1032
+ optionName: string;
1033
+ } | {
1034
+ optionName: string;
1035
+ type: string;
1036
+ additionalProperties: boolean;
1037
+ required: string[];
1038
+ properties: {
1039
+ text: {
1040
+ type: string;
1041
+ contentType: string;
1042
+ };
1043
+ textSize: {
1044
+ type: string;
1045
+ enum: string[];
1046
+ };
1047
+ url: {
1048
+ type: string;
1049
+ };
1050
+ urlTitle: {
1051
+ type: string;
1052
+ };
1053
+ resetMargin: {
1054
+ type: string;
1055
+ };
1056
+ analyticsEvents: {
1057
+ anyOf: ({
1058
+ type: string;
1059
+ additionalProperties: {
1060
+ type: string;
1061
+ };
1062
+ required: string[];
1063
+ properties: {
1064
+ name: {
1065
+ type: string;
1066
+ };
1067
+ type: {
1068
+ type: string;
1069
+ };
1070
+ counters: {
1071
+ type: string;
1072
+ additionalProperties: boolean;
1073
+ required: never[];
1074
+ properties: {
1075
+ include: {
1076
+ type: string;
1077
+ items: {
1078
+ type: string;
1079
+ };
1080
+ };
1081
+ exclude: {
1082
+ type: string;
1083
+ items: {
1084
+ type: string;
1085
+ };
1086
+ };
1087
+ };
1088
+ };
1089
+ context: {
1090
+ type: string;
1091
+ };
1092
+ };
1093
+ } | {
1094
+ type: string;
1095
+ items: {
1096
+ type: string;
1097
+ additionalProperties: {
1098
+ type: string;
1099
+ };
1100
+ required: string[];
1101
+ properties: {
1102
+ name: {
1103
+ type: string;
1104
+ };
1105
+ type: {
1106
+ type: string;
1107
+ };
1108
+ counters: {
1109
+ type: string;
1110
+ additionalProperties: boolean;
1111
+ required: never[];
1112
+ properties: {
1113
+ include: {
1114
+ type: string;
1115
+ items: {
1116
+ type: string;
1117
+ };
1118
+ };
1119
+ exclude: {
1120
+ type: string;
1121
+ items: {
1122
+ type: string;
1123
+ };
1124
+ };
1125
+ };
1126
+ };
1127
+ context: {
1128
+ type: string;
1129
+ };
1130
+ };
1131
+ };
1132
+ })[];
1133
+ };
1134
+ };
1135
+ contentType?: undefined;
1136
+ })[];
1137
+ };
1138
+ text: {
1139
+ type: string;
1140
+ contentType: string;
1141
+ inputType: string;
1142
+ };
1143
+ theme: {
1144
+ type: string;
1145
+ enum: string[];
1146
+ };
1147
+ additionalInfo: {
1148
+ type: string;
1149
+ contentType: string;
1150
+ };
1151
+ links: {
1152
+ type: string;
1153
+ items: {
1154
+ type: string;
1155
+ properties: {
1156
+ when: {
1157
+ type: string;
1158
+ };
1159
+ };
1160
+ };
1161
+ };
1162
+ list: {
1163
+ type: string;
1164
+ items: {
1165
+ type: string;
1166
+ properties: {
1167
+ when: {
1168
+ type: string;
1169
+ };
1170
+ };
1171
+ };
1172
+ };
1173
+ };
1174
+ export declare const HeroBlock: {
1175
+ 'hero-block': {
1176
+ additionalProperties: boolean;
1177
+ required: string[];
1178
+ properties: {
1179
+ breadcrumbs: {
1180
+ type: string;
1181
+ additionalProperties: boolean;
1182
+ required: string[];
1183
+ properties: {
1184
+ items: {
1185
+ type: string;
1186
+ items: {
1187
+ type: string;
1188
+ additionalProperties: boolean;
1189
+ required: string[];
1190
+ properties: {
1191
+ url: {
1192
+ type: string;
1193
+ };
1194
+ text: {
1195
+ type: string;
1196
+ contentType: string;
1197
+ };
1198
+ };
1199
+ };
1200
+ };
1201
+ theme: {
1202
+ type: string;
1203
+ enum: string[];
1204
+ };
1205
+ };
1206
+ };
1207
+ overtitle: {
1208
+ type: string;
1209
+ contentType: string;
1210
+ };
1211
+ buttons: {
1212
+ type: string;
1213
+ items: {
1214
+ oneOf: (({
1215
+ type: string;
1216
+ additionalProperties: boolean;
1217
+ required: string[];
1218
+ properties: Partial<{
1219
+ text: {
1220
+ type: string;
1221
+ contentType: string;
1222
+ };
1223
+ url: {
1224
+ type: string;
1225
+ };
1226
+ urlTitle: {
1227
+ type: string;
1228
+ };
1229
+ primary: {
1230
+ type: string;
1231
+ };
1232
+ size: {
1233
+ type: string;
1234
+ enum: string[];
1235
+ };
1236
+ theme: {
1237
+ type: string;
1238
+ enum: string[];
1239
+ };
1240
+ img: {
1241
+ oneOf: ({
1242
+ type: string;
1243
+ optionName: string;
1244
+ additionalProperties?: undefined;
1245
+ required?: undefined;
1246
+ properties?: undefined;
1247
+ } | {
1248
+ type: string;
1249
+ additionalProperties: boolean;
1250
+ required: string[];
1251
+ properties: {
1252
+ data: {
1253
+ type: string;
1254
+ };
1255
+ position: {
1256
+ type: string;
1257
+ enum: string[];
1258
+ };
1259
+ alt: {
1260
+ type: string;
1261
+ contentType: string;
1262
+ };
1263
+ };
1264
+ optionName: string;
1265
+ })[];
1266
+ };
1267
+ analyticsEvents: {
1268
+ oneOf: ({
1269
+ optionName: string;
1270
+ type: string;
1271
+ additionalProperties: {
1272
+ type: string;
1273
+ };
1274
+ required: string[];
1275
+ properties: {
1276
+ name: {
1277
+ type: string;
1278
+ };
1279
+ type: {
1280
+ type: string;
1281
+ };
1282
+ counters: {
1283
+ type: string;
1284
+ additionalProperties: boolean;
1285
+ required: never[];
1286
+ properties: {
1287
+ include: {
1288
+ type: string;
1289
+ items: {
1290
+ type: string;
1291
+ };
1292
+ };
1293
+ exclude: {
1294
+ type: string;
1295
+ items: {
1296
+ type: string;
1297
+ };
1298
+ };
1299
+ };
1300
+ };
1301
+ context: {
1302
+ type: string;
1303
+ };
1304
+ };
1305
+ items?: undefined;
1306
+ } | {
1307
+ type: string;
1308
+ items: {
1309
+ type: string;
1310
+ additionalProperties: {
1311
+ type: string;
1312
+ };
1313
+ required: string[];
1314
+ properties: {
1315
+ name: {
1316
+ type: string;
1317
+ };
1318
+ type: {
1319
+ type: string;
1320
+ };
1321
+ counters: {
1322
+ type: string;
1323
+ additionalProperties: boolean;
1324
+ required: never[];
1325
+ properties: {
1326
+ include: {
1327
+ type: string;
1328
+ items: {
1329
+ type: string;
1330
+ };
1331
+ };
1332
+ exclude: {
1333
+ type: string;
1334
+ items: {
1335
+ type: string;
1336
+ };
1337
+ };
1338
+ };
1339
+ };
1340
+ context: {
1341
+ type: string;
1342
+ };
1343
+ };
1344
+ };
1345
+ optionName: string;
1346
+ })[];
1347
+ };
1348
+ target: {
1349
+ type: string;
1350
+ enum: string[];
1351
+ };
1352
+ width: {
1353
+ type: string;
1354
+ enum: string[];
1355
+ };
1356
+ }>;
1357
+ } & {
1358
+ optionName: string;
1359
+ }) | {
1360
+ type: string;
1361
+ additionalProperties: boolean;
1362
+ required: import("../../index.js").Theme[];
1363
+ properties: {};
1364
+ optionName: string;
1365
+ })[];
1366
+ };
1367
+ };
1368
+ media: {
1369
+ oneOf: (({
1370
+ type: string;
1371
+ additionalProperties: boolean;
1372
+ required: never[];
1373
+ properties: {
1374
+ roundCorners: {
1375
+ type: string;
1376
+ };
1377
+ color: {
1378
+ type: string;
1379
+ };
1380
+ image: {
1381
+ oneOf: ({
1382
+ optionName: string;
1383
+ oneOf: ({
1384
+ type: string;
1385
+ properties: {
1386
+ when: {
1387
+ type: string;
1388
+ };
1389
+ };
1390
+ } | {
1391
+ type: string;
1392
+ pattern: string;
1393
+ optionName: string;
1394
+ items?: undefined;
1395
+ } | {
1396
+ type: string;
1397
+ items: {
1398
+ type: string;
1399
+ properties: {
1400
+ when: {
1401
+ type: string;
1402
+ };
1403
+ };
1404
+ };
1405
+ optionName: string;
1406
+ pattern?: undefined;
1407
+ })[];
1408
+ type?: undefined;
1409
+ items?: undefined;
1410
+ } | {
1411
+ type: string;
1412
+ items: {
1413
+ oneOf: ({
1414
+ type: string;
1415
+ properties: {
1416
+ when: {
1417
+ type: string;
1418
+ };
1419
+ };
1420
+ } | {
1421
+ type: string;
1422
+ pattern: string;
1423
+ optionName: string;
1424
+ items?: undefined;
1425
+ } | {
1426
+ type: string;
1427
+ items: {
1428
+ type: string;
1429
+ properties: {
1430
+ when: {
1431
+ type: string;
1432
+ };
1433
+ };
1434
+ };
1435
+ optionName: string;
1436
+ pattern?: undefined;
1437
+ })[];
1438
+ };
1439
+ optionName: string;
1440
+ })[];
1441
+ };
1442
+ disableImageSliderForArrayInput: {
1443
+ type: string;
1444
+ };
1445
+ video: {
1446
+ type: string;
1447
+ additionalProperties: boolean;
1448
+ required: string[];
1449
+ properties: {
1450
+ src: {
1451
+ type: string;
1452
+ items: {
1453
+ type: string;
1454
+ };
1455
+ };
1456
+ loop: {
1457
+ oneOf: ({
1458
+ optionName: string;
1459
+ type: string;
1460
+ additionalProperties: boolean;
1461
+ required: string[];
1462
+ properties: {
1463
+ start: {
1464
+ type: string;
1465
+ };
1466
+ end: {
1467
+ type: string;
1468
+ };
1469
+ };
1470
+ } | {
1471
+ type: string;
1472
+ optionName: string;
1473
+ })[];
1474
+ };
1475
+ type: {
1476
+ type: string;
1477
+ enum: string[];
1478
+ };
1479
+ muted: {
1480
+ type: string;
1481
+ };
1482
+ autoplay: {
1483
+ type: string;
1484
+ };
1485
+ elapsedTime: {
1486
+ type: string;
1487
+ };
1488
+ playButton: {
1489
+ type: string;
1490
+ additionalProperties: boolean;
1491
+ properties: {
1492
+ type: {
1493
+ type: string;
1494
+ enum: string[];
1495
+ };
1496
+ theme: {
1497
+ type: string;
1498
+ enum: string[];
1499
+ };
1500
+ text: {
1501
+ type: string;
1502
+ contentType: string;
1503
+ };
1504
+ };
1505
+ };
1506
+ controls: {
1507
+ type: string;
1508
+ enum: import("../../index.js").MediaVideoControlsType[];
1509
+ };
1510
+ customControlsOptions: {
1511
+ type: string;
1512
+ additionalProperties: boolean;
1513
+ properties: {
1514
+ type: {
1515
+ type: string;
1516
+ enum: import("../../index.js").CustomControlsType[];
1517
+ };
1518
+ muteButtonShown: {
1519
+ type: string;
1520
+ };
1521
+ positioning: {
1522
+ type: string;
1523
+ enum: import("../../index.js").CustomControlsButtonPositioning[];
1524
+ };
1525
+ };
1526
+ };
1527
+ ariaLabel: {
1528
+ type: string;
1529
+ };
1530
+ contain: {
1531
+ type: string;
1532
+ };
1533
+ };
1534
+ };
1535
+ youtube: {
1536
+ type: string;
1537
+ };
1538
+ videoIframe: {
1539
+ type: string;
1540
+ };
1541
+ autoplay: {
1542
+ type: string;
1543
+ };
1544
+ parallax: {
1545
+ type: string;
1546
+ };
1547
+ height: {
1548
+ type: string;
1549
+ };
1550
+ previewImg: {
1551
+ type: string;
1552
+ };
1553
+ dataLens: {
1554
+ oneOf: ({
1555
+ type: string;
1556
+ optionName: string;
1557
+ } | {
1558
+ optionName: string;
1559
+ type: string;
1560
+ additionalProperties: boolean;
1561
+ required: string[];
1562
+ properties: {
1563
+ id: {
1564
+ type: string;
1565
+ };
1566
+ theme: {
1567
+ type: string;
1568
+ enum: string[];
1569
+ };
1570
+ };
1571
+ })[];
1572
+ };
1573
+ fullscreen: {
1574
+ type: string;
1575
+ };
1576
+ analyticsEvents: {
1577
+ anyOf: ({
1578
+ type: string;
1579
+ additionalProperties: {
1580
+ type: string;
1581
+ };
1582
+ required: string[];
1583
+ properties: {
1584
+ name: {
1585
+ type: string;
1586
+ };
1587
+ type: {
1588
+ type: string;
1589
+ };
1590
+ counters: {
1591
+ type: string;
1592
+ additionalProperties: boolean;
1593
+ required: never[];
1594
+ properties: {
1595
+ include: {
1596
+ type: string;
1597
+ items: {
1598
+ type: string;
1599
+ };
1600
+ };
1601
+ exclude: {
1602
+ type: string;
1603
+ items: {
1604
+ type: string;
1605
+ };
1606
+ };
1607
+ };
1608
+ };
1609
+ context: {
1610
+ type: string;
1611
+ };
1612
+ };
1613
+ } | {
1614
+ type: string;
1615
+ items: {
1616
+ type: string;
1617
+ additionalProperties: {
1618
+ type: string;
1619
+ };
1620
+ required: string[];
1621
+ properties: {
1622
+ name: {
1623
+ type: string;
1624
+ };
1625
+ type: {
1626
+ type: string;
1627
+ };
1628
+ counters: {
1629
+ type: string;
1630
+ additionalProperties: boolean;
1631
+ required: never[];
1632
+ properties: {
1633
+ include: {
1634
+ type: string;
1635
+ items: {
1636
+ type: string;
1637
+ };
1638
+ };
1639
+ exclude: {
1640
+ type: string;
1641
+ items: {
1642
+ type: string;
1643
+ };
1644
+ };
1645
+ };
1646
+ };
1647
+ context: {
1648
+ type: string;
1649
+ };
1650
+ };
1651
+ };
1652
+ })[];
1653
+ };
1654
+ ratio: {
1655
+ type: string[];
1656
+ pattern: string;
1657
+ };
1658
+ iframe: {
1659
+ type: string;
1660
+ additionalProperties: boolean;
1661
+ required: string[];
1662
+ properties: {
1663
+ src: {
1664
+ type: string;
1665
+ };
1666
+ name: {
1667
+ type: string;
1668
+ };
1669
+ title: {
1670
+ type: string;
1671
+ };
1672
+ height: {
1673
+ type: string;
1674
+ };
1675
+ width: {
1676
+ type: string;
1677
+ };
1678
+ };
1679
+ };
1680
+ margins: {
1681
+ type: string;
1682
+ };
1683
+ };
1684
+ } & {
1685
+ optionName: string;
1686
+ }) | {
1687
+ type: string;
1688
+ additionalProperties: boolean;
1689
+ required: import("../../index.js").Theme[];
1690
+ properties: {};
1691
+ optionName: string;
1692
+ })[];
1693
+ };
1694
+ fullWidth: {
1695
+ type: string;
1696
+ };
1697
+ verticalOffset: {
1698
+ type: string;
1699
+ enum: string[];
1700
+ };
1701
+ background: {
1702
+ oneOf: (({
1703
+ type: string;
1704
+ additionalProperties: boolean;
1705
+ required: never[];
1706
+ properties: {
1707
+ color: {
1708
+ type: string;
1709
+ };
1710
+ video: {
1711
+ type: string;
1712
+ additionalProperties: boolean;
1713
+ required: string[];
1714
+ properties: {
1715
+ src: {
1716
+ type: string;
1717
+ items: {
1718
+ type: string;
1719
+ };
1720
+ };
1721
+ loop: {
1722
+ oneOf: ({
1723
+ optionName: string;
1724
+ type: string;
1725
+ additionalProperties: boolean;
1726
+ required: string[];
1727
+ properties: {
1728
+ start: {
1729
+ type: string;
1730
+ };
1731
+ end: {
1732
+ type: string;
1733
+ };
1734
+ };
1735
+ } | {
1736
+ type: string;
1737
+ optionName: string;
1738
+ })[];
1739
+ };
1740
+ type: {
1741
+ type: string;
1742
+ enum: string[];
1743
+ };
1744
+ muted: {
1745
+ type: string;
1746
+ };
1747
+ autoplay: {
1748
+ type: string;
1749
+ };
1750
+ elapsedTime: {
1751
+ type: string;
1752
+ };
1753
+ playButton: {
1754
+ type: string;
1755
+ additionalProperties: boolean;
1756
+ properties: {
1757
+ type: {
1758
+ type: string;
1759
+ enum: string[];
1760
+ };
1761
+ theme: {
1762
+ type: string;
1763
+ enum: string[];
1764
+ };
1765
+ text: {
1766
+ type: string;
1767
+ contentType: string;
1768
+ };
1769
+ };
1770
+ };
1771
+ controls: {
1772
+ type: string;
1773
+ enum: import("../../index.js").MediaVideoControlsType[];
1774
+ };
1775
+ customControlsOptions: {
1776
+ type: string;
1777
+ additionalProperties: boolean;
1778
+ properties: {
1779
+ type: {
1780
+ type: string;
1781
+ enum: import("../../index.js").CustomControlsType[];
1782
+ };
1783
+ muteButtonShown: {
1784
+ type: string;
1785
+ };
1786
+ positioning: {
1787
+ type: string;
1788
+ enum: import("../../index.js").CustomControlsButtonPositioning[];
1789
+ };
1790
+ };
1791
+ };
1792
+ ariaLabel: {
1793
+ type: string;
1794
+ };
1795
+ contain: {
1796
+ type: string;
1797
+ };
1798
+ };
1799
+ };
1800
+ image: {
1801
+ oneOf: ({
1802
+ optionName: string;
1803
+ oneOf: ({
1804
+ type: string;
1805
+ properties: {
1806
+ when: {
1807
+ type: string;
1808
+ };
1809
+ };
1810
+ } | {
1811
+ type: string;
1812
+ pattern: string;
1813
+ optionName: string;
1814
+ items?: undefined;
1815
+ } | {
1816
+ type: string;
1817
+ items: {
1818
+ type: string;
1819
+ properties: {
1820
+ when: {
1821
+ type: string;
1822
+ };
1823
+ };
1824
+ };
1825
+ optionName: string;
1826
+ pattern?: undefined;
1827
+ })[];
1828
+ type?: undefined;
1829
+ items?: undefined;
1830
+ } | {
1831
+ type: string;
1832
+ items: {
1833
+ oneOf: ({
1834
+ type: string;
1835
+ properties: {
1836
+ when: {
1837
+ type: string;
1838
+ };
1839
+ };
1840
+ } | {
1841
+ type: string;
1842
+ pattern: string;
1843
+ optionName: string;
1844
+ items?: undefined;
1845
+ } | {
1846
+ type: string;
1847
+ items: {
1848
+ type: string;
1849
+ properties: {
1850
+ when: {
1851
+ type: string;
1852
+ };
1853
+ };
1854
+ };
1855
+ optionName: string;
1856
+ pattern?: undefined;
1857
+ })[];
1858
+ };
1859
+ optionName: string;
1860
+ })[];
1861
+ };
1862
+ previewImg: {
1863
+ type: string;
1864
+ };
1865
+ parallax: {
1866
+ type: string;
1867
+ };
1868
+ height: {
1869
+ type: string;
1870
+ };
1871
+ ratio: {
1872
+ type: string[];
1873
+ pattern: string;
1874
+ };
1875
+ };
1876
+ } & {
1877
+ optionName: string;
1878
+ }) | {
1879
+ type: string;
1880
+ additionalProperties: boolean;
1881
+ required: import("../../index.js").Theme[];
1882
+ properties: {};
1883
+ optionName: string;
1884
+ })[];
1885
+ };
1886
+ title: {
1887
+ oneOf: ({
1888
+ type: string;
1889
+ contentType: string;
1890
+ optionName: string;
1891
+ } | {
1892
+ optionName: string;
1893
+ type: string;
1894
+ additionalProperties: boolean;
1895
+ required: string[];
1896
+ properties: {
1897
+ text: {
1898
+ type: string;
1899
+ contentType: string;
1900
+ };
1901
+ textSize: {
1902
+ type: string;
1903
+ enum: string[];
1904
+ };
1905
+ url: {
1906
+ type: string;
1907
+ };
1908
+ urlTitle: {
1909
+ type: string;
1910
+ };
1911
+ resetMargin: {
1912
+ type: string;
1913
+ };
1914
+ analyticsEvents: {
1915
+ anyOf: ({
1916
+ type: string;
1917
+ additionalProperties: {
1918
+ type: string;
1919
+ };
1920
+ required: string[];
1921
+ properties: {
1922
+ name: {
1923
+ type: string;
1924
+ };
1925
+ type: {
1926
+ type: string;
1927
+ };
1928
+ counters: {
1929
+ type: string;
1930
+ additionalProperties: boolean;
1931
+ required: never[];
1932
+ properties: {
1933
+ include: {
1934
+ type: string;
1935
+ items: {
1936
+ type: string;
1937
+ };
1938
+ };
1939
+ exclude: {
1940
+ type: string;
1941
+ items: {
1942
+ type: string;
1943
+ };
1944
+ };
1945
+ };
1946
+ };
1947
+ context: {
1948
+ type: string;
1949
+ };
1950
+ };
1951
+ } | {
1952
+ type: string;
1953
+ items: {
1954
+ type: string;
1955
+ additionalProperties: {
1956
+ type: string;
1957
+ };
1958
+ required: string[];
1959
+ properties: {
1960
+ name: {
1961
+ type: string;
1962
+ };
1963
+ type: {
1964
+ type: string;
1965
+ };
1966
+ counters: {
1967
+ type: string;
1968
+ additionalProperties: boolean;
1969
+ required: never[];
1970
+ properties: {
1971
+ include: {
1972
+ type: string;
1973
+ items: {
1974
+ type: string;
1975
+ };
1976
+ };
1977
+ exclude: {
1978
+ type: string;
1979
+ items: {
1980
+ type: string;
1981
+ };
1982
+ };
1983
+ };
1984
+ };
1985
+ context: {
1986
+ type: string;
1987
+ };
1988
+ };
1989
+ };
1990
+ })[];
1991
+ };
1992
+ };
1993
+ contentType?: undefined;
1994
+ })[];
1995
+ };
1996
+ text: {
1997
+ type: string;
1998
+ contentType: string;
1999
+ inputType: string;
2000
+ };
2001
+ theme: {
2002
+ type: string;
2003
+ enum: string[];
2004
+ };
2005
+ additionalInfo: {
2006
+ type: string;
2007
+ contentType: string;
2008
+ };
2009
+ links: {
2010
+ type: string;
2011
+ items: {
2012
+ type: string;
2013
+ properties: {
2014
+ when: {
2015
+ type: string;
2016
+ };
2017
+ };
2018
+ };
2019
+ };
2020
+ list: {
2021
+ type: string;
2022
+ items: {
2023
+ type: string;
2024
+ properties: {
2025
+ when: {
2026
+ type: string;
2027
+ };
2028
+ };
2029
+ };
2030
+ };
2031
+ anchor: {
2032
+ type: string;
2033
+ additionalProperties: boolean;
2034
+ required: string[];
2035
+ properties: {
2036
+ text: {
2037
+ type: string;
2038
+ contentType: string;
2039
+ };
2040
+ url: {
2041
+ type: string;
2042
+ };
2043
+ urlTitle: {
2044
+ type: string;
2045
+ };
2046
+ };
2047
+ };
2048
+ visible: {
2049
+ type: string;
2050
+ enum: string[];
2051
+ };
2052
+ resetPaddings: {
2053
+ type: string;
2054
+ };
2055
+ context: {
2056
+ type: string;
2057
+ };
2058
+ indent: {
2059
+ type: string;
2060
+ additionalProperties: boolean;
2061
+ properties: {
2062
+ top: {
2063
+ enum: string[];
2064
+ };
2065
+ bottom: {
2066
+ enum: string[];
2067
+ };
2068
+ };
2069
+ };
2070
+ type: {};
2071
+ when: {
2072
+ type: string;
2073
+ };
2074
+ };
2075
+ };
2076
+ };