@doyourjob/gravity-ui-page-constructor 5.31.16

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 (2296) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +463 -0
  3. package/build/cjs/blocks/Banner/Banner.css +15 -0
  4. package/build/cjs/blocks/Banner/Banner.d.ts +3 -0
  5. package/build/cjs/blocks/Banner/Banner.js +16 -0
  6. package/build/cjs/blocks/Banner/schema.d.ts +658 -0
  7. package/build/cjs/blocks/Banner/schema.js +33 -0
  8. package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
  9. package/build/cjs/blocks/CardLayout/CardLayout.d.ts +5 -0
  10. package/build/cjs/blocks/CardLayout/CardLayout.js +27 -0
  11. package/build/cjs/blocks/CardLayout/schema.d.ts +454 -0
  12. package/build/cjs/blocks/CardLayout/schema.js +18 -0
  13. package/build/cjs/blocks/Companies/Companies.css +21 -0
  14. package/build/cjs/blocks/Companies/Companies.d.ts +3 -0
  15. package/build/cjs/blocks/Companies/Companies.js +21 -0
  16. package/build/cjs/blocks/Companies/schema.d.ts +52 -0
  17. package/build/cjs/blocks/Companies/schema.js +35 -0
  18. package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
  19. package/build/cjs/blocks/ContentLayout/ContentLayout.d.ts +3 -0
  20. package/build/cjs/blocks/ContentLayout/ContentLayout.js +46 -0
  21. package/build/cjs/blocks/ContentLayout/schema.d.ts +406 -0
  22. package/build/cjs/blocks/ContentLayout/schema.js +35 -0
  23. package/build/cjs/blocks/EventsFeed/EventsFeed.d.ts +3 -0
  24. package/build/cjs/blocks/EventsFeed/EventsFeed.js +14 -0
  25. package/build/cjs/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.css +47 -0
  26. package/build/cjs/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.d.ts +12 -0
  27. package/build/cjs/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.js +19 -0
  28. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.css +21 -0
  29. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.d.ts +8 -0
  30. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.js +18 -0
  31. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.css +78 -0
  32. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.d.ts +7 -0
  33. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.js +53 -0
  34. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.d.ts +11 -0
  35. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.js +26 -0
  36. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.css +45 -0
  37. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.d.ts +11 -0
  38. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.js +49 -0
  39. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.css +7 -0
  40. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.d.ts +6 -0
  41. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.js +13 -0
  42. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.css +85 -0
  43. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.d.ts +11 -0
  44. package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.js +34 -0
  45. package/build/cjs/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.css +6 -0
  46. package/build/cjs/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.d.ts +4 -0
  47. package/build/cjs/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.js +33 -0
  48. package/build/cjs/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.css +6 -0
  49. package/build/cjs/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.d.ts +4 -0
  50. package/build/cjs/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.js +26 -0
  51. package/build/cjs/blocks/EventsFeed/i18n/en.json +5 -0
  52. package/build/cjs/blocks/EventsFeed/i18n/index.d.ts +1 -0
  53. package/build/cjs/blocks/EventsFeed/i18n/index.js +9 -0
  54. package/build/cjs/blocks/EventsFeed/i18n/ru.json +5 -0
  55. package/build/cjs/blocks/EventsFeed/schema.d.ts +18 -0
  56. package/build/cjs/blocks/EventsFeed/schema.js +15 -0
  57. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  58. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.d.ts +3 -0
  59. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.js +46 -0
  60. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +316 -0
  61. package/build/cjs/blocks/ExtendedFeatures/schema.js +33 -0
  62. package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
  63. package/build/cjs/blocks/FilterBlock/FilterBlock.d.ts +4 -0
  64. package/build/cjs/blocks/FilterBlock/FilterBlock.js +44 -0
  65. package/build/cjs/blocks/FilterBlock/i18n/en.json +3 -0
  66. package/build/cjs/blocks/FilterBlock/i18n/index.d.ts +1 -0
  67. package/build/cjs/blocks/FilterBlock/i18n/index.js +9 -0
  68. package/build/cjs/blocks/FilterBlock/i18n/ru.json +3 -0
  69. package/build/cjs/blocks/FilterBlock/schema.d.ts +361 -0
  70. package/build/cjs/blocks/FilterBlock/schema.js +52 -0
  71. package/build/cjs/blocks/Form/Form.css +141 -0
  72. package/build/cjs/blocks/Form/Form.d.ts +4 -0
  73. package/build/cjs/blocks/Form/Form.js +87 -0
  74. package/build/cjs/blocks/Form/schema.d.ts +501 -0
  75. package/build/cjs/blocks/Form/schema.js +54 -0
  76. package/build/cjs/blocks/Header/BackButton/BackButton.css +11 -0
  77. package/build/cjs/blocks/Header/BackButton/BackButton.d.ts +7 -0
  78. package/build/cjs/blocks/Header/BackButton/BackButton.js +21 -0
  79. package/build/cjs/blocks/Header/Breadcrumbs/Breadcrumbs.css +7 -0
  80. package/build/cjs/blocks/Header/Breadcrumbs/Breadcrumbs.d.ts +6 -0
  81. package/build/cjs/blocks/Header/Breadcrumbs/Breadcrumbs.js +18 -0
  82. package/build/cjs/blocks/Header/Header.css +230 -0
  83. package/build/cjs/blocks/Header/Header.d.ts +5 -0
  84. package/build/cjs/blocks/Header/Header.js +84 -0
  85. package/build/cjs/blocks/Header/HeaderTag/HeaderTag.css +11 -0
  86. package/build/cjs/blocks/Header/HeaderTag/HeaderTag.d.ts +5 -0
  87. package/build/cjs/blocks/Header/HeaderTag/HeaderTag.js +14 -0
  88. package/build/cjs/blocks/Header/HeaderTags/HeaderTags.css +17 -0
  89. package/build/cjs/blocks/Header/HeaderTags/HeaderTags.d.ts +8 -0
  90. package/build/cjs/blocks/Header/HeaderTags/HeaderTags.js +29 -0
  91. package/build/cjs/blocks/Header/schema.d.ts +1610 -0
  92. package/build/cjs/blocks/Header/schema.js +131 -0
  93. package/build/cjs/blocks/Header/utils.d.ts +20 -0
  94. package/build/cjs/blocks/Header/utils.js +51 -0
  95. package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
  96. package/build/cjs/blocks/HeaderSlider/HeaderSlider.d.ts +3 -0
  97. package/build/cjs/blocks/HeaderSlider/HeaderSlider.js +21 -0
  98. package/build/cjs/blocks/HeaderSlider/schema.d.ts +748 -0
  99. package/build/cjs/blocks/HeaderSlider/schema.js +22 -0
  100. package/build/cjs/blocks/Icons/Icons.css +56 -0
  101. package/build/cjs/blocks/Icons/Icons.d.ts +3 -0
  102. package/build/cjs/blocks/Icons/Icons.js +30 -0
  103. package/build/cjs/blocks/Icons/schema.d.ts +422 -0
  104. package/build/cjs/blocks/Icons/schema.js +52 -0
  105. package/build/cjs/blocks/Info/Info.css +32 -0
  106. package/build/cjs/blocks/Info/Info.d.ts +3 -0
  107. package/build/cjs/blocks/Info/Info.js +36 -0
  108. package/build/cjs/blocks/Info/schema.d.ts +269 -0
  109. package/build/cjs/blocks/Info/schema.js +27 -0
  110. package/build/cjs/blocks/LinkTable/LinkTable.css +5 -0
  111. package/build/cjs/blocks/LinkTable/LinkTable.d.ts +3 -0
  112. package/build/cjs/blocks/LinkTable/LinkTable.js +19 -0
  113. package/build/cjs/blocks/LinkTable/schema.d.ts +159 -0
  114. package/build/cjs/blocks/LinkTable/schema.js +17 -0
  115. package/build/cjs/blocks/Map/Map.css +14 -0
  116. package/build/cjs/blocks/Map/Map.d.ts +3 -0
  117. package/build/cjs/blocks/Map/Map.js +22 -0
  118. package/build/cjs/blocks/Map/schema.d.ts +479 -0
  119. package/build/cjs/blocks/Map/schema.js +18 -0
  120. package/build/cjs/blocks/MarqueeLinks/MarqueeLinks.css +25 -0
  121. package/build/cjs/blocks/MarqueeLinks/MarqueeLinks.d.ts +3 -0
  122. package/build/cjs/blocks/MarqueeLinks/MarqueeLinks.js +30 -0
  123. package/build/cjs/blocks/MarqueeLinks/schema.d.ts +54 -0
  124. package/build/cjs/blocks/MarqueeLinks/schema.js +36 -0
  125. package/build/cjs/blocks/Media/Media.css +17 -0
  126. package/build/cjs/blocks/Media/Media.d.ts +3 -0
  127. package/build/cjs/blocks/Media/Media.js +31 -0
  128. package/build/cjs/blocks/Media/schema.d.ts +1376 -0
  129. package/build/cjs/blocks/Media/schema.js +46 -0
  130. package/build/cjs/blocks/PressReleases/PressReleases.d.ts +3 -0
  131. package/build/cjs/blocks/PressReleases/PressReleases.js +25 -0
  132. package/build/cjs/blocks/PressReleases/schema.d.ts +15 -0
  133. package/build/cjs/blocks/PressReleases/schema.js +13 -0
  134. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  135. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.d.ts +3 -0
  136. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js +47 -0
  137. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +470 -0
  138. package/build/cjs/blocks/PromoFeaturesBlock/schema.js +34 -0
  139. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +78 -0
  140. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.d.ts +2 -0
  141. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js +27 -0
  142. package/build/cjs/blocks/Questions/Questions.css +13 -0
  143. package/build/cjs/blocks/Questions/Questions.d.ts +3 -0
  144. package/build/cjs/blocks/Questions/Questions.js +35 -0
  145. package/build/cjs/blocks/Questions/models.d.ts +11 -0
  146. package/build/cjs/blocks/Questions/models.js +14 -0
  147. package/build/cjs/blocks/Questions/schema.d.ts +193 -0
  148. package/build/cjs/blocks/Questions/schema.js +34 -0
  149. package/build/cjs/blocks/Quotes/Quotes.css +76 -0
  150. package/build/cjs/blocks/Quotes/Quotes.d.ts +3 -0
  151. package/build/cjs/blocks/Quotes/Quotes.js +42 -0
  152. package/build/cjs/blocks/Quotes/QuotesItem/QuotesItem.css +120 -0
  153. package/build/cjs/blocks/Quotes/QuotesItem/QuotesItem.d.ts +3 -0
  154. package/build/cjs/blocks/Quotes/QuotesItem/QuotesItem.js +22 -0
  155. package/build/cjs/blocks/Quotes/i18n/en.json +4 -0
  156. package/build/cjs/blocks/Quotes/i18n/index.d.ts +1 -0
  157. package/build/cjs/blocks/Quotes/i18n/index.js +9 -0
  158. package/build/cjs/blocks/Quotes/i18n/ru.json +4 -0
  159. package/build/cjs/blocks/Quotes/schema.d.ts +57 -0
  160. package/build/cjs/blocks/Quotes/schema.js +52 -0
  161. package/build/cjs/blocks/Security/i18n/en.json +3 -0
  162. package/build/cjs/blocks/Security/i18n/index.d.ts +1 -0
  163. package/build/cjs/blocks/Security/i18n/index.js +9 -0
  164. package/build/cjs/blocks/Security/i18n/ru.json +3 -0
  165. package/build/cjs/blocks/Services/ServiceElement/ServiceElement.css +94 -0
  166. package/build/cjs/blocks/Services/ServiceElement/ServiceElement.d.ts +8 -0
  167. package/build/cjs/blocks/Services/ServiceElement/ServiceElement.js +47 -0
  168. package/build/cjs/blocks/Services/ServiceTag/ServiceTag.css +24 -0
  169. package/build/cjs/blocks/Services/ServiceTag/ServiceTag.d.ts +6 -0
  170. package/build/cjs/blocks/Services/ServiceTag/ServiceTag.js +15 -0
  171. package/build/cjs/blocks/Services/Services.css +20 -0
  172. package/build/cjs/blocks/Services/Services.d.ts +3 -0
  173. package/build/cjs/blocks/Services/Services.js +70 -0
  174. package/build/cjs/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.css +83 -0
  175. package/build/cjs/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.d.ts +6 -0
  176. package/build/cjs/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.js +26 -0
  177. package/build/cjs/blocks/Services/ServicesSearch/ServiceSearch.css +33 -0
  178. package/build/cjs/blocks/Services/ServicesSearch/ServicesSearch.d.ts +7 -0
  179. package/build/cjs/blocks/Services/ServicesSearch/ServicesSearch.js +25 -0
  180. package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.css +50 -0
  181. package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.d.ts +6 -0
  182. package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.js +41 -0
  183. package/build/cjs/blocks/Services/i18n/en.json +10 -0
  184. package/build/cjs/blocks/Services/i18n/index.d.ts +1 -0
  185. package/build/cjs/blocks/Services/i18n/index.js +9 -0
  186. package/build/cjs/blocks/Services/i18n/ru.json +10 -0
  187. package/build/cjs/blocks/Services/schema.d.ts +19 -0
  188. package/build/cjs/blocks/Services/schema.js +16 -0
  189. package/build/cjs/blocks/Share/Share.css +68 -0
  190. package/build/cjs/blocks/Share/Share.d.ts +3 -0
  191. package/build/cjs/blocks/Share/Share.js +41 -0
  192. package/build/cjs/blocks/Share/i18n/en.json +13 -0
  193. package/build/cjs/blocks/Share/i18n/index.d.ts +1 -0
  194. package/build/cjs/blocks/Share/i18n/index.js +9 -0
  195. package/build/cjs/blocks/Share/i18n/ru.json +13 -0
  196. package/build/cjs/blocks/Share/schema.d.ts +22 -0
  197. package/build/cjs/blocks/Share/schema.js +19 -0
  198. package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
  199. package/build/cjs/blocks/Slider/Arrow/Arrow.d.ts +9 -0
  200. package/build/cjs/blocks/Slider/Arrow/Arrow.js +13 -0
  201. package/build/cjs/blocks/Slider/Slider.css +703 -0
  202. package/build/cjs/blocks/Slider/Slider.d.ts +14 -0
  203. package/build/cjs/blocks/Slider/Slider.js +322 -0
  204. package/build/cjs/blocks/Slider/i18n/en.json +6 -0
  205. package/build/cjs/blocks/Slider/i18n/index.d.ts +1 -0
  206. package/build/cjs/blocks/Slider/i18n/index.js +9 -0
  207. package/build/cjs/blocks/Slider/i18n/ru.json +6 -0
  208. package/build/cjs/blocks/Slider/models.d.ts +8 -0
  209. package/build/cjs/blocks/Slider/models.js +10 -0
  210. package/build/cjs/blocks/Slider/schema.d.ts +281 -0
  211. package/build/cjs/blocks/Slider/schema.js +74 -0
  212. package/build/cjs/blocks/Slider/slick.css +87 -0
  213. package/build/cjs/blocks/Slider/utils.d.ts +36 -0
  214. package/build/cjs/blocks/Slider/utils.js +125 -0
  215. package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
  216. package/build/cjs/blocks/SliderNew/Arrow/Arrow.d.ts +11 -0
  217. package/build/cjs/blocks/SliderNew/Arrow/Arrow.js +13 -0
  218. package/build/cjs/blocks/SliderNew/Slider.css +834 -0
  219. package/build/cjs/blocks/SliderNew/Slider.d.ts +13 -0
  220. package/build/cjs/blocks/SliderNew/Slider.js +56 -0
  221. package/build/cjs/blocks/SliderNew/i18n/en.json +6 -0
  222. package/build/cjs/blocks/SliderNew/i18n/index.d.ts +1 -0
  223. package/build/cjs/blocks/SliderNew/i18n/index.js +9 -0
  224. package/build/cjs/blocks/SliderNew/i18n/ru.json +6 -0
  225. package/build/cjs/blocks/SliderNew/models.d.ts +8 -0
  226. package/build/cjs/blocks/SliderNew/models.js +10 -0
  227. package/build/cjs/blocks/SliderNew/schema.d.ts +292 -0
  228. package/build/cjs/blocks/SliderNew/schema.js +80 -0
  229. package/build/cjs/blocks/SliderNew/useSlider.d.ts +23 -0
  230. package/build/cjs/blocks/SliderNew/useSlider.js +68 -0
  231. package/build/cjs/blocks/SliderNew/useSliderPagination.d.ts +9 -0
  232. package/build/cjs/blocks/SliderNew/useSliderPagination.js +36 -0
  233. package/build/cjs/blocks/SliderNew/utils.d.ts +16 -0
  234. package/build/cjs/blocks/SliderNew/utils.js +43 -0
  235. package/build/cjs/blocks/Solutions/Solutions.css +26 -0
  236. package/build/cjs/blocks/Solutions/Solutions.d.ts +2 -0
  237. package/build/cjs/blocks/Solutions/Solutions.js +28 -0
  238. package/build/cjs/blocks/Solutions/schema.d.ts +12 -0
  239. package/build/cjs/blocks/Solutions/schema.js +11 -0
  240. package/build/cjs/blocks/Table/Table.css +99 -0
  241. package/build/cjs/blocks/Table/Table.d.ts +3 -0
  242. package/build/cjs/blocks/Table/Table.js +56 -0
  243. package/build/cjs/blocks/Table/schema.d.ts +166 -0
  244. package/build/cjs/blocks/Table/schema.js +56 -0
  245. package/build/cjs/blocks/Tabs/Tabs.css +111 -0
  246. package/build/cjs/blocks/Tabs/Tabs.d.ts +3 -0
  247. package/build/cjs/blocks/Tabs/Tabs.js +94 -0
  248. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  249. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.d.ts +10 -0
  250. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.js +23 -0
  251. package/build/cjs/blocks/Tabs/schema.d.ts +738 -0
  252. package/build/cjs/blocks/Tabs/schema.js +42 -0
  253. package/build/cjs/blocks/index.d.ts +26 -0
  254. package/build/cjs/blocks/index.js +58 -0
  255. package/build/cjs/blocks/unstable.d.ts +1 -0
  256. package/build/cjs/blocks/unstable.js +8 -0
  257. package/build/cjs/blocks/validators.d.ts +16 -0
  258. package/build/cjs/blocks/validators.js +19 -0
  259. package/build/cjs/components/Anchor/Anchor.css +8 -0
  260. package/build/cjs/components/Anchor/Anchor.d.ts +7 -0
  261. package/build/cjs/components/Anchor/Anchor.js +11 -0
  262. package/build/cjs/components/AnimateBlock/AnimateBlock.d.ts +12 -0
  263. package/build/cjs/components/AnimateBlock/AnimateBlock.js +29 -0
  264. package/build/cjs/components/Author/Author.css +58 -0
  265. package/build/cjs/components/Author/Author.d.ts +4 -0
  266. package/build/cjs/components/Author/Author.js +25 -0
  267. package/build/cjs/components/Author/schema.d.ts +58 -0
  268. package/build/cjs/components/Author/schema.js +11 -0
  269. package/build/cjs/components/BackLink/BackLink.d.ts +15 -0
  270. package/build/cjs/components/BackLink/BackLink.js +33 -0
  271. package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
  272. package/build/cjs/components/BackgroundImage/BackgroundImage.d.ts +5 -0
  273. package/build/cjs/components/BackgroundImage/BackgroundImage.js +17 -0
  274. package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
  275. package/build/cjs/components/BackgroundMedia/BackgroundMedia.d.ts +3 -0
  276. package/build/cjs/components/BackgroundMedia/BackgroundMedia.js +18 -0
  277. package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
  278. package/build/cjs/components/BalancedMasonry/BalancedMasonry.d.ts +12 -0
  279. package/build/cjs/components/BalancedMasonry/BalancedMasonry.js +87 -0
  280. package/build/cjs/components/BlockBase/BlockBase.css +149 -0
  281. package/build/cjs/components/BlockBase/BlockBase.d.ts +5 -0
  282. package/build/cjs/components/BlockBase/BlockBase.js +21 -0
  283. package/build/cjs/components/BrandFooter/BrandFooter.css +94 -0
  284. package/build/cjs/components/BrandFooter/BrandFooter.d.ts +3 -0
  285. package/build/cjs/components/BrandFooter/BrandFooter.js +23 -0
  286. package/build/cjs/components/BrandFooter/i18n/en.json +3 -0
  287. package/build/cjs/components/BrandFooter/i18n/index.d.ts +1 -0
  288. package/build/cjs/components/BrandFooter/i18n/index.js +9 -0
  289. package/build/cjs/components/BrandFooter/i18n/ru.json +3 -0
  290. package/build/cjs/components/Button/Button.css +59 -0
  291. package/build/cjs/components/Button/Button.d.ts +9 -0
  292. package/build/cjs/components/Button/Button.js +53 -0
  293. package/build/cjs/components/Button/i18n/en.json +3 -0
  294. package/build/cjs/components/Button/i18n/index.d.ts +1 -0
  295. package/build/cjs/components/Button/i18n/index.js +9 -0
  296. package/build/cjs/components/Button/i18n/ru.json +3 -0
  297. package/build/cjs/components/Button/utils.d.ts +6 -0
  298. package/build/cjs/components/Button/utils.js +34 -0
  299. package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
  300. package/build/cjs/components/ButtonTabs/ButtonTabs.d.ts +16 -0
  301. package/build/cjs/components/ButtonTabs/ButtonTabs.js +28 -0
  302. package/build/cjs/components/Buttons/Buttons.css +11 -0
  303. package/build/cjs/components/Buttons/Buttons.d.ts +12 -0
  304. package/build/cjs/components/Buttons/Buttons.js +18 -0
  305. package/build/cjs/components/CardBase/CardBase.css +93 -0
  306. package/build/cjs/components/CardBase/CardBase.d.ts +29 -0
  307. package/build/cjs/components/CardBase/CardBase.js +79 -0
  308. package/build/cjs/components/ContentList/ContentList.css +103 -0
  309. package/build/cjs/components/ContentList/ContentList.d.ts +4 -0
  310. package/build/cjs/components/ContentList/ContentList.js +32 -0
  311. package/build/cjs/components/ContentList/ContentListItemIcon.d.ts +7 -0
  312. package/build/cjs/components/ContentList/ContentListItemIcon.js +23 -0
  313. package/build/cjs/components/Control/Control.css +88 -0
  314. package/build/cjs/components/Control/Control.d.ts +15 -0
  315. package/build/cjs/components/Control/Control.js +16 -0
  316. package/build/cjs/components/Control/i18n/en.json +3 -0
  317. package/build/cjs/components/Control/i18n/index.d.ts +1 -0
  318. package/build/cjs/components/Control/i18n/index.js +9 -0
  319. package/build/cjs/components/Control/i18n/ru.json +3 -0
  320. package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
  321. package/build/cjs/components/DefaultVideo/DefaultVideo.d.ts +11 -0
  322. package/build/cjs/components/DefaultVideo/DefaultVideo.js +64 -0
  323. package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
  324. package/build/cjs/components/ErrorWrapper/ErrorWrapper.d.ts +11 -0
  325. package/build/cjs/components/ErrorWrapper/ErrorWrapper.js +11 -0
  326. package/build/cjs/components/FileLink/FileLink.css +54 -0
  327. package/build/cjs/components/FileLink/FileLink.d.ts +13 -0
  328. package/build/cjs/components/FileLink/FileLink.js +53 -0
  329. package/build/cjs/components/Foldable/Foldable.css +10 -0
  330. package/build/cjs/components/Foldable/Foldable.d.ts +8 -0
  331. package/build/cjs/components/Foldable/Foldable.js +21 -0
  332. package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
  333. package/build/cjs/components/FullWidthBackground/FullWidthBackground.d.ts +13 -0
  334. package/build/cjs/components/FullWidthBackground/FullWidthBackground.js +44 -0
  335. package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
  336. package/build/cjs/components/FullscreenImage/FullscreenImage.d.ts +10 -0
  337. package/build/cjs/components/FullscreenImage/FullscreenImage.js +28 -0
  338. package/build/cjs/components/FullscreenImage/i18n/en.json +4 -0
  339. package/build/cjs/components/FullscreenImage/i18n/index.d.ts +1 -0
  340. package/build/cjs/components/FullscreenImage/i18n/index.js +9 -0
  341. package/build/cjs/components/FullscreenImage/i18n/ru.json +4 -0
  342. package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
  343. package/build/cjs/components/FullscreenMedia/FullscreenMedia.d.ts +9 -0
  344. package/build/cjs/components/FullscreenMedia/FullscreenMedia.js +41 -0
  345. package/build/cjs/components/HTML/HTML.d.ts +19 -0
  346. package/build/cjs/components/HTML/HTML.js +18 -0
  347. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  348. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.d.ts +3 -0
  349. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +21 -0
  350. package/build/cjs/components/HeaderBreadcrumbs/i18n/en.json +3 -0
  351. package/build/cjs/components/HeaderBreadcrumbs/i18n/index.d.ts +1 -0
  352. package/build/cjs/components/HeaderBreadcrumbs/i18n/index.js +9 -0
  353. package/build/cjs/components/HeaderBreadcrumbs/i18n/ru.json +3 -0
  354. package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
  355. package/build/cjs/components/IconWrapper/IconWrapper.d.ts +4 -0
  356. package/build/cjs/components/IconWrapper/IconWrapper.js +20 -0
  357. package/build/cjs/components/Image/Image.d.ts +16 -0
  358. package/build/cjs/components/Image/Image.js +35 -0
  359. package/build/cjs/components/Image/schema.d.ts +232 -0
  360. package/build/cjs/components/Image/schema.js +81 -0
  361. package/build/cjs/components/ImageBase/ImageBase.d.ts +11 -0
  362. package/build/cjs/components/ImageBase/ImageBase.js +18 -0
  363. package/build/cjs/components/InfiniteScroll/InfiniteScroll.d.ts +7 -0
  364. package/build/cjs/components/InfiniteScroll/InfiniteScroll.js +36 -0
  365. package/build/cjs/components/InnerForm/InnerForm.d.ts +9 -0
  366. package/build/cjs/components/InnerForm/InnerForm.js +34 -0
  367. package/build/cjs/components/Link/Link.css +71 -0
  368. package/build/cjs/components/Link/Link.d.ts +6 -0
  369. package/build/cjs/components/Link/Link.js +61 -0
  370. package/build/cjs/components/Links/Links.css +15 -0
  371. package/build/cjs/components/Links/Links.d.ts +12 -0
  372. package/build/cjs/components/Links/Links.js +18 -0
  373. package/build/cjs/components/Map/GoogleMap.d.ts +4 -0
  374. package/build/cjs/components/Map/GoogleMap.js +44 -0
  375. package/build/cjs/components/Map/Map.css +25 -0
  376. package/build/cjs/components/Map/Map.d.ts +3 -0
  377. package/build/cjs/components/Map/Map.js +21 -0
  378. package/build/cjs/components/Map/YMap/YMap.d.ts +15 -0
  379. package/build/cjs/components/Map/YMap/YMap.js +105 -0
  380. package/build/cjs/components/Map/YMap/YandexMap.d.ts +4 -0
  381. package/build/cjs/components/Map/YMap/YandexMap.js +81 -0
  382. package/build/cjs/components/Map/YMap/YandexMapApiLoader.d.ts +11 -0
  383. package/build/cjs/components/Map/YMap/YandexMapApiLoader.js +37 -0
  384. package/build/cjs/components/Map/YMap/i18n/en.json +4 -0
  385. package/build/cjs/components/Map/YMap/i18n/index.d.ts +1 -0
  386. package/build/cjs/components/Map/YMap/i18n/index.js +9 -0
  387. package/build/cjs/components/Map/YMap/i18n/ru.json +4 -0
  388. package/build/cjs/components/Map/helpers.d.ts +1 -0
  389. package/build/cjs/components/Map/helpers.js +7 -0
  390. package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
  391. package/build/cjs/components/Media/DataLens/DataLens.d.ts +3 -0
  392. package/build/cjs/components/Media/DataLens/DataLens.js +17 -0
  393. package/build/cjs/components/Media/DataLens/i18n/en.json +3 -0
  394. package/build/cjs/components/Media/DataLens/i18n/index.d.ts +1 -0
  395. package/build/cjs/components/Media/DataLens/i18n/index.js +9 -0
  396. package/build/cjs/components/Media/DataLens/i18n/ru.json +3 -0
  397. package/build/cjs/components/Media/DataLens/utils.d.ts +2 -0
  398. package/build/cjs/components/Media/DataLens/utils.js +7 -0
  399. package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.d.ts +4 -0
  400. package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.js +10 -0
  401. package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
  402. package/build/cjs/components/Media/Iframe/Iframe.d.ts +3 -0
  403. package/build/cjs/components/Media/Iframe/Iframe.js +14 -0
  404. package/build/cjs/components/Media/Iframe/i18n/en.json +3 -0
  405. package/build/cjs/components/Media/Iframe/i18n/index.d.ts +1 -0
  406. package/build/cjs/components/Media/Iframe/i18n/index.js +9 -0
  407. package/build/cjs/components/Media/Iframe/i18n/ru.json +3 -0
  408. package/build/cjs/components/Media/Image/Image.css +10 -0
  409. package/build/cjs/components/Media/Image/Image.d.ts +14 -0
  410. package/build/cjs/components/Media/Image/Image.js +69 -0
  411. package/build/cjs/components/Media/Image/utils.d.ts +2 -0
  412. package/build/cjs/components/Media/Image/utils.js +7 -0
  413. package/build/cjs/components/Media/Media.css +11 -0
  414. package/build/cjs/components/Media/Media.d.ts +11 -0
  415. package/build/cjs/components/Media/Media.js +97 -0
  416. package/build/cjs/components/Media/Video/Video.css +12 -0
  417. package/build/cjs/components/Media/Video/Video.d.ts +15 -0
  418. package/build/cjs/components/Media/Video/Video.js +83 -0
  419. package/build/cjs/components/Media/Video/utils.d.ts +16 -0
  420. package/build/cjs/components/Media/Video/utils.js +48 -0
  421. package/build/cjs/components/MediaBase/MediaBase.css +60 -0
  422. package/build/cjs/components/MediaBase/MediaBase.d.ts +13 -0
  423. package/build/cjs/components/MediaBase/MediaBase.js +53 -0
  424. package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
  425. package/build/cjs/components/MediaBase/MediaBaseContent.d.ts +3 -0
  426. package/build/cjs/components/MediaBase/MediaBaseContent.js +14 -0
  427. package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
  428. package/build/cjs/components/MetaInfo/MetaInfo.d.ts +6 -0
  429. package/build/cjs/components/MetaInfo/MetaInfo.js +9 -0
  430. package/build/cjs/components/MetaInfo/schema.d.ts +8 -0
  431. package/build/cjs/components/MetaInfo/schema.js +10 -0
  432. package/build/cjs/components/OutsideClick/OutsideClick.d.ts +13 -0
  433. package/build/cjs/components/OutsideClick/OutsideClick.js +31 -0
  434. package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
  435. package/build/cjs/components/OverflowScroller/OverflowScroller.d.ts +28 -0
  436. package/build/cjs/components/OverflowScroller/OverflowScroller.js +92 -0
  437. package/build/cjs/components/OverflowScroller/i18n/en.json +4 -0
  438. package/build/cjs/components/OverflowScroller/i18n/index.d.ts +1 -0
  439. package/build/cjs/components/OverflowScroller/i18n/index.js +9 -0
  440. package/build/cjs/components/OverflowScroller/i18n/ru.json +4 -0
  441. package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
  442. package/build/cjs/components/ReactPlayer/CircleProgress.d.ts +10 -0
  443. package/build/cjs/components/ReactPlayer/CircleProgress.js +20 -0
  444. package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
  445. package/build/cjs/components/ReactPlayer/CustomBarControls.d.ts +16 -0
  446. package/build/cjs/components/ReactPlayer/CustomBarControls.js +55 -0
  447. package/build/cjs/components/ReactPlayer/ReactPlayer.css +81 -0
  448. package/build/cjs/components/ReactPlayer/ReactPlayer.d.ts +16 -0
  449. package/build/cjs/components/ReactPlayer/ReactPlayer.js +276 -0
  450. package/build/cjs/components/ReactPlayer/i18n/en.json +6 -0
  451. package/build/cjs/components/ReactPlayer/i18n/index.d.ts +1 -0
  452. package/build/cjs/components/ReactPlayer/i18n/index.js +9 -0
  453. package/build/cjs/components/ReactPlayer/i18n/ru.json +6 -0
  454. package/build/cjs/components/ReactPlayer/utils/youtube.d.ts +2 -0
  455. package/build/cjs/components/ReactPlayer/utils/youtube.js +7 -0
  456. package/build/cjs/components/ReactPlayer/utils.d.ts +1 -0
  457. package/build/cjs/components/ReactPlayer/utils.js +24 -0
  458. package/build/cjs/components/RootCn/index.d.ts +4 -0
  459. package/build/cjs/components/RootCn/index.js +11 -0
  460. package/build/cjs/components/RouterLink/RouterLink.d.ts +7 -0
  461. package/build/cjs/components/RouterLink/RouterLink.js +10 -0
  462. package/build/cjs/components/ServiceIcon/ServiceIcon.d.ts +6 -0
  463. package/build/cjs/components/ServiceIcon/ServiceIcon.js +18 -0
  464. package/build/cjs/components/ServiceLabel/ServiceLabel.css +20 -0
  465. package/build/cjs/components/ServiceLabel/ServiceLabel.d.ts +3 -0
  466. package/build/cjs/components/ServiceLabel/ServiceLabel.js +13 -0
  467. package/build/cjs/components/Table/Table.css +87 -0
  468. package/build/cjs/components/Table/Table.d.ts +9 -0
  469. package/build/cjs/components/Table/Table.js +42 -0
  470. package/build/cjs/components/Title/Title.css +19 -0
  471. package/build/cjs/components/Title/Title.d.ts +8 -0
  472. package/build/cjs/components/Title/Title.js +25 -0
  473. package/build/cjs/components/Title/TitleItem.css +141 -0
  474. package/build/cjs/components/Title/TitleItem.d.ts +9 -0
  475. package/build/cjs/components/Title/TitleItem.js +59 -0
  476. package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
  477. package/build/cjs/components/ToggleArrow/ToggleArrow.d.ts +11 -0
  478. package/build/cjs/components/ToggleArrow/ToggleArrow.js +10 -0
  479. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  480. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.d.ts +8 -0
  481. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.js +9 -0
  482. package/build/cjs/components/UnpublishedLabel/i18n/en.json +3 -0
  483. package/build/cjs/components/UnpublishedLabel/i18n/index.d.ts +1 -0
  484. package/build/cjs/components/UnpublishedLabel/i18n/index.js +9 -0
  485. package/build/cjs/components/UnpublishedLabel/i18n/ru.json +3 -0
  486. package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
  487. package/build/cjs/components/VideoBlock/VideoBlock.d.ts +24 -0
  488. package/build/cjs/components/VideoBlock/VideoBlock.js +104 -0
  489. package/build/cjs/components/VideoBlock/i18n/en.json +3 -0
  490. package/build/cjs/components/VideoBlock/i18n/index.d.ts +1 -0
  491. package/build/cjs/components/VideoBlock/i18n/index.js +9 -0
  492. package/build/cjs/components/VideoBlock/i18n/ru.json +3 -0
  493. package/build/cjs/components/YFMWrapper/YFMWrapper.d.ts +10 -0
  494. package/build/cjs/components/YFMWrapper/YFMWrapper.js +12 -0
  495. package/build/cjs/components/YandexForm/YandexForm.d.ts +5 -0
  496. package/build/cjs/components/YandexForm/YandexForm.js +110 -0
  497. package/build/cjs/components/YandexForm/schema.d.ts +16 -0
  498. package/build/cjs/components/YandexForm/schema.js +13 -0
  499. package/build/cjs/components/constants.d.ts +4 -0
  500. package/build/cjs/components/constants.js +7 -0
  501. package/build/cjs/components/index.d.ts +44 -0
  502. package/build/cjs/components/index.js +90 -0
  503. package/build/cjs/constants.d.ts +7 -0
  504. package/build/cjs/constants.js +10 -0
  505. package/build/cjs/constructor-items.d.ts +51 -0
  506. package/build/cjs/constructor-items.js +62 -0
  507. package/build/cjs/containers/Loadable/Loadable.css +4 -0
  508. package/build/cjs/containers/Loadable/Loadable.d.ts +16 -0
  509. package/build/cjs/containers/Loadable/Loadable.js +46 -0
  510. package/build/cjs/containers/Loadable/i18n/en.json +4 -0
  511. package/build/cjs/containers/Loadable/i18n/index.d.ts +1 -0
  512. package/build/cjs/containers/Loadable/i18n/index.js +9 -0
  513. package/build/cjs/containers/Loadable/i18n/ru.json +4 -0
  514. package/build/cjs/containers/PageConstructor/PageConstructor.css +204 -0
  515. package/build/cjs/containers/PageConstructor/PageConstructor.d.ts +19 -0
  516. package/build/cjs/containers/PageConstructor/PageConstructor.js +66 -0
  517. package/build/cjs/containers/PageConstructor/Provider.d.ts +23 -0
  518. package/build/cjs/containers/PageConstructor/Provider.js +35 -0
  519. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  520. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.d.ts +7 -0
  521. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js +25 -0
  522. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.d.ts +1 -0
  523. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.js +4 -0
  524. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.d.ts +6 -0
  525. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +47 -0
  526. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.d.ts +1 -0
  527. package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.js +4 -0
  528. package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.d.ts +8 -0
  529. package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js +19 -0
  530. package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.d.ts +1 -0
  531. package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.js +4 -0
  532. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.d.ts +7 -0
  533. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js +18 -0
  534. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.d.ts +1 -0
  535. package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.js +4 -0
  536. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  537. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.d.ts +2 -0
  538. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js +11 -0
  539. package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.d.ts +1 -0
  540. package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.js +4 -0
  541. package/build/cjs/containers/PageConstructor/components/index.d.ts +2 -0
  542. package/build/cjs/containers/PageConstructor/components/index.js +5 -0
  543. package/build/cjs/containers/PageConstructor/index.d.ts +5 -0
  544. package/build/cjs/containers/PageConstructor/index.js +9 -0
  545. package/build/cjs/context/analyticsContext/analyticsContext.d.ts +7 -0
  546. package/build/cjs/context/analyticsContext/analyticsContext.js +6 -0
  547. package/build/cjs/context/analyticsContext/index.d.ts +1 -0
  548. package/build/cjs/context/analyticsContext/index.js +4 -0
  549. package/build/cjs/context/animateContext/AnimateContext.d.ts +5 -0
  550. package/build/cjs/context/animateContext/AnimateContext.js +6 -0
  551. package/build/cjs/context/animateContext/index.d.ts +1 -0
  552. package/build/cjs/context/animateContext/index.js +4 -0
  553. package/build/cjs/context/blockIdContext/blockIdContext.d.ts +3 -0
  554. package/build/cjs/context/blockIdContext/blockIdContext.js +6 -0
  555. package/build/cjs/context/blockIdContext/index.d.ts +1 -0
  556. package/build/cjs/context/blockIdContext/index.js +4 -0
  557. package/build/cjs/context/eventsContext/EventsContext.d.ts +51 -0
  558. package/build/cjs/context/eventsContext/EventsContext.js +23 -0
  559. package/build/cjs/context/eventsContext/index.d.ts +1 -0
  560. package/build/cjs/context/eventsContext/index.js +4 -0
  561. package/build/cjs/context/formListContext/FormListContext.d.ts +13 -0
  562. package/build/cjs/context/formListContext/FormListContext.js +6 -0
  563. package/build/cjs/context/formListContext/index.d.ts +1 -0
  564. package/build/cjs/context/formListContext/index.js +4 -0
  565. package/build/cjs/context/formsContext/FormsContext.d.ts +13 -0
  566. package/build/cjs/context/formsContext/FormsContext.js +7 -0
  567. package/build/cjs/context/formsContext/index.d.ts +1 -0
  568. package/build/cjs/context/formsContext/index.js +4 -0
  569. package/build/cjs/context/headerContext/HeaderContext.d.ts +9 -0
  570. package/build/cjs/context/headerContext/HeaderContext.js +6 -0
  571. package/build/cjs/context/headerContext/index.d.ts +1 -0
  572. package/build/cjs/context/headerContext/index.js +4 -0
  573. package/build/cjs/context/imageContext/imageContext.d.ts +6 -0
  574. package/build/cjs/context/imageContext/imageContext.js +6 -0
  575. package/build/cjs/context/imageContext/index.d.ts +1 -0
  576. package/build/cjs/context/imageContext/index.js +4 -0
  577. package/build/cjs/context/innerContext/InnerContext.d.ts +18 -0
  578. package/build/cjs/context/innerContext/InnerContext.js +14 -0
  579. package/build/cjs/context/innerContext/index.d.ts +1 -0
  580. package/build/cjs/context/innerContext/index.js +4 -0
  581. package/build/cjs/context/localeContext/index.d.ts +1 -0
  582. package/build/cjs/context/localeContext/index.js +4 -0
  583. package/build/cjs/context/localeContext/localeContext.d.ts +7 -0
  584. package/build/cjs/context/localeContext/localeContext.js +7 -0
  585. package/build/cjs/context/locationContext/index.d.ts +1 -0
  586. package/build/cjs/context/locationContext/index.js +4 -0
  587. package/build/cjs/context/locationContext/locationContext.d.ts +20 -0
  588. package/build/cjs/context/locationContext/locationContext.js +6 -0
  589. package/build/cjs/context/mapsContext/mapsContext.d.ts +22 -0
  590. package/build/cjs/context/mapsContext/mapsContext.js +20 -0
  591. package/build/cjs/context/mapsContext/mapsProvider.d.ts +10 -0
  592. package/build/cjs/context/mapsContext/mapsProvider.js +15 -0
  593. package/build/cjs/context/mapsContext/useMap.d.ts +2 -0
  594. package/build/cjs/context/mapsContext/useMap.js +11 -0
  595. package/build/cjs/context/mobileContext/MobileContext.d.ts +2 -0
  596. package/build/cjs/context/mobileContext/MobileContext.js +6 -0
  597. package/build/cjs/context/mobileContext/index.d.ts +1 -0
  598. package/build/cjs/context/mobileContext/index.js +4 -0
  599. package/build/cjs/context/pressReleasesContext/PressReleasesContext.d.ts +13 -0
  600. package/build/cjs/context/pressReleasesContext/PressReleasesContext.js +11 -0
  601. package/build/cjs/context/pressReleasesContext/index.d.ts +1 -0
  602. package/build/cjs/context/pressReleasesContext/index.js +4 -0
  603. package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.d.ts +6 -0
  604. package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.js +6 -0
  605. package/build/cjs/context/projectSettingsContext/index.d.ts +1 -0
  606. package/build/cjs/context/projectSettingsContext/index.js +4 -0
  607. package/build/cjs/context/routerContext/RouterContext.d.ts +7 -0
  608. package/build/cjs/context/routerContext/RouterContext.js +6 -0
  609. package/build/cjs/context/routerContext/index.d.ts +1 -0
  610. package/build/cjs/context/routerContext/index.js +4 -0
  611. package/build/cjs/context/servicesContext/ServicesContext.d.ts +24 -0
  612. package/build/cjs/context/servicesContext/ServicesContext.js +9 -0
  613. package/build/cjs/context/servicesContext/index.d.ts +1 -0
  614. package/build/cjs/context/servicesContext/index.js +4 -0
  615. package/build/cjs/context/solutionsContext/SolutionsContext.d.ts +12 -0
  616. package/build/cjs/context/solutionsContext/SolutionsContext.js +6 -0
  617. package/build/cjs/context/solutionsContext/index.d.ts +1 -0
  618. package/build/cjs/context/solutionsContext/index.js +4 -0
  619. package/build/cjs/context/ssrContext/SSRContext.d.ts +5 -0
  620. package/build/cjs/context/ssrContext/SSRContext.js +6 -0
  621. package/build/cjs/context/ssrContext/index.d.ts +1 -0
  622. package/build/cjs/context/ssrContext/index.js +4 -0
  623. package/build/cjs/context/stylesContext/StylesContext.d.ts +6 -0
  624. package/build/cjs/context/stylesContext/StylesContext.js +6 -0
  625. package/build/cjs/context/stylesContext/index.d.ts +1 -0
  626. package/build/cjs/context/stylesContext/index.js +4 -0
  627. package/build/cjs/context/theme/ThemeContext.d.ts +7 -0
  628. package/build/cjs/context/theme/ThemeContext.js +10 -0
  629. package/build/cjs/context/theme/index.d.ts +3 -0
  630. package/build/cjs/context/theme/index.js +6 -0
  631. package/build/cjs/context/theme/useTheme.d.ts +2 -0
  632. package/build/cjs/context/theme/useTheme.js +11 -0
  633. package/build/cjs/context/theme/withTheme.d.ts +6 -0
  634. package/build/cjs/context/theme/withTheme.js +19 -0
  635. package/build/cjs/context/videoContext/VideoContext.d.ts +6 -0
  636. package/build/cjs/context/videoContext/VideoContext.js +6 -0
  637. package/build/cjs/context/videoContext/index.d.ts +1 -0
  638. package/build/cjs/context/videoContext/index.js +4 -0
  639. package/build/cjs/customization/BlockDecoration.d.ts +3 -0
  640. package/build/cjs/customization/BlockDecoration.js +16 -0
  641. package/build/cjs/editor/components/AddBlock/AddBlock.css +92 -0
  642. package/build/cjs/editor/components/AddBlock/AddBlock.d.ts +7 -0
  643. package/build/cjs/editor/components/AddBlock/AddBlock.js +60 -0
  644. package/build/cjs/editor/components/BlockForm/BlockForm.d.ts +12 -0
  645. package/build/cjs/editor/components/BlockForm/BlockForm.js +29 -0
  646. package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
  647. package/build/cjs/editor/components/CodeEditor/CodeEditor.d.ts +13 -0
  648. package/build/cjs/editor/components/CodeEditor/CodeEditor.js +35 -0
  649. package/build/cjs/editor/components/CodeEditor/constants.d.ts +2 -0
  650. package/build/cjs/editor/components/CodeEditor/constants.js +20 -0
  651. package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
  652. package/build/cjs/editor/components/ControlPanel/ControlPanel.d.ts +12 -0
  653. package/build/cjs/editor/components/ControlPanel/ControlPanel.js +44 -0
  654. package/build/cjs/editor/components/ControlPanel/i18n/en.json +5 -0
  655. package/build/cjs/editor/components/ControlPanel/i18n/index.d.ts +1 -0
  656. package/build/cjs/editor/components/ControlPanel/i18n/index.js +9 -0
  657. package/build/cjs/editor/components/ControlPanel/i18n/ru.json +5 -0
  658. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.d.ts +7 -0
  659. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.js +10 -0
  660. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  661. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +8 -0
  662. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +41 -0
  663. package/build/cjs/editor/components/DeviceEmulation/utils.d.ts +4 -0
  664. package/build/cjs/editor/components/DeviceEmulation/utils.js +7 -0
  665. package/build/cjs/editor/components/EditBlock/EditBlock.css +65 -0
  666. package/build/cjs/editor/components/EditBlock/EditBlock.d.ts +13 -0
  667. package/build/cjs/editor/components/EditBlock/EditBlock.js +51 -0
  668. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  669. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.d.ts +13 -0
  670. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.js +35 -0
  671. package/build/cjs/editor/components/ErrorBoundary/i18n/en.json +4 -0
  672. package/build/cjs/editor/components/ErrorBoundary/i18n/index.d.ts +1 -0
  673. package/build/cjs/editor/components/ErrorBoundary/i18n/index.js +9 -0
  674. package/build/cjs/editor/components/ErrorBoundary/i18n/ru.json +4 -0
  675. package/build/cjs/editor/components/Layout/Layout.css +50 -0
  676. package/build/cjs/editor/components/Layout/Layout.d.ts +16 -0
  677. package/build/cjs/editor/components/Layout/Layout.js +36 -0
  678. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  679. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.d.ts +2 -0
  680. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.js +12 -0
  681. package/build/cjs/editor/components/NotFoundBlock/i18n/en.json +3 -0
  682. package/build/cjs/editor/components/NotFoundBlock/i18n/index.d.ts +1 -0
  683. package/build/cjs/editor/components/NotFoundBlock/i18n/index.js +9 -0
  684. package/build/cjs/editor/components/NotFoundBlock/i18n/ru.json +3 -0
  685. package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
  686. package/build/cjs/editor/components/PageSettings/PageSettings.d.ts +11 -0
  687. package/build/cjs/editor/components/PageSettings/PageSettings.js +30 -0
  688. package/build/cjs/editor/components/PageSettings/i18n/en.json +3 -0
  689. package/build/cjs/editor/components/PageSettings/i18n/index.d.ts +1 -0
  690. package/build/cjs/editor/components/PageSettings/i18n/index.js +9 -0
  691. package/build/cjs/editor/components/PageSettings/i18n/ru.json +3 -0
  692. package/build/cjs/editor/containers/Editor/Editor.css +17 -0
  693. package/build/cjs/editor/containers/Editor/Editor.d.ts +2 -0
  694. package/build/cjs/editor/containers/Editor/Editor.js +34 -0
  695. package/build/cjs/editor/containers/Editor/hooks/useCode.d.ts +14 -0
  696. package/build/cjs/editor/containers/Editor/hooks/useCode.js +29 -0
  697. package/build/cjs/editor/containers/Editor/hooks/useEditorState.d.ts +49 -0
  698. package/build/cjs/editor/containers/Editor/hooks/useEditorState.js +99 -0
  699. package/build/cjs/editor/containers/Form/Form.css +87 -0
  700. package/build/cjs/editor/containers/Form/Form.d.ts +11 -0
  701. package/build/cjs/editor/containers/Form/Form.js +27 -0
  702. package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
  703. package/build/cjs/editor/context.d.ts +11 -0
  704. package/build/cjs/editor/context.js +6 -0
  705. package/build/cjs/editor/data/index.d.ts +14 -0
  706. package/build/cjs/editor/data/index.js +34 -0
  707. package/build/cjs/editor/data/previews/default-preview.d.ts +3 -0
  708. package/build/cjs/editor/data/previews/default-preview.js +18 -0
  709. package/build/cjs/editor/data/previews/header-block.d.ts +3 -0
  710. package/build/cjs/editor/data/previews/header-block.js +19 -0
  711. package/build/cjs/editor/data/templates/banner-block.json +24 -0
  712. package/build/cjs/editor/data/templates/card-layout-block.json +39 -0
  713. package/build/cjs/editor/data/templates/companies-block.json +14 -0
  714. package/build/cjs/editor/data/templates/content-layout-block.json +56 -0
  715. package/build/cjs/editor/data/templates/extended-features-block.json +53 -0
  716. package/build/cjs/editor/data/templates/filter-block.json +62 -0
  717. package/build/cjs/editor/data/templates/form-block.json +24 -0
  718. package/build/cjs/editor/data/templates/header-block.json +19 -0
  719. package/build/cjs/editor/data/templates/header-slider-block.json +59 -0
  720. package/build/cjs/editor/data/templates/icons-block.json +32 -0
  721. package/build/cjs/editor/data/templates/info-block.json +40 -0
  722. package/build/cjs/editor/data/templates/link-table-block.json +10 -0
  723. package/build/cjs/editor/data/templates/map-block.json +48 -0
  724. package/build/cjs/editor/data/templates/media-block.json +12 -0
  725. package/build/cjs/editor/data/templates/promo-features-block.json +52 -0
  726. package/build/cjs/editor/data/templates/questions-block.json +105 -0
  727. package/build/cjs/editor/data/templates/share-block.json +6 -0
  728. package/build/cjs/editor/data/templates/slider-block.json +46 -0
  729. package/build/cjs/editor/data/templates/slider-new-block.json +46 -0
  730. package/build/cjs/editor/data/templates/table-block.json +18 -0
  731. package/build/cjs/editor/data/templates/tabs-block.json +57 -0
  732. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  733. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.d.ts +19 -0
  734. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js +72 -0
  735. package/build/cjs/editor/dynamic-forms-custom/config.d.ts +2 -0
  736. package/build/cjs/editor/dynamic-forms-custom/config.js +13 -0
  737. package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +12 -0
  738. package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.js +76 -0
  739. package/build/cjs/editor/dynamic-forms-custom/parser/detect.d.ts +9 -0
  740. package/build/cjs/editor/dynamic-forms-custom/parser/detect.js +36 -0
  741. package/build/cjs/editor/dynamic-forms-custom/parser/index.d.ts +28 -0
  742. package/build/cjs/editor/dynamic-forms-custom/parser/index.js +187 -0
  743. package/build/cjs/editor/dynamic-forms-custom/parser/types.d.ts +28 -0
  744. package/build/cjs/editor/dynamic-forms-custom/parser/types.js +2 -0
  745. package/build/cjs/editor/dynamic-forms-custom/parser/views.d.ts +37 -0
  746. package/build/cjs/editor/dynamic-forms-custom/parser/views.js +46 -0
  747. package/build/cjs/editor/hooks/useCodeValidator.d.ts +4 -0
  748. package/build/cjs/editor/hooks/useCodeValidator.js +10 -0
  749. package/build/cjs/editor/hooks/useFormSpec.d.ts +2 -0
  750. package/build/cjs/editor/hooks/useFormSpec.js +9 -0
  751. package/build/cjs/editor/hooks/usePreviousValue.d.ts +1 -0
  752. package/build/cjs/editor/hooks/usePreviousValue.js +11 -0
  753. package/build/cjs/editor/icons/Tablet.d.ts +2 -0
  754. package/build/cjs/editor/icons/Tablet.js +9 -0
  755. package/build/cjs/editor/index.d.ts +2 -0
  756. package/build/cjs/editor/index.js +7 -0
  757. package/build/cjs/editor/store/main/index.d.ts +12 -0
  758. package/build/cjs/editor/store/main/index.js +81 -0
  759. package/build/cjs/editor/store/main/reducer.d.ts +52 -0
  760. package/build/cjs/editor/store/main/reducer.js +42 -0
  761. package/build/cjs/editor/store/main/utils.d.ts +13 -0
  762. package/build/cjs/editor/store/main/utils.js +38 -0
  763. package/build/cjs/editor/store/settings/index.d.ts +12 -0
  764. package/build/cjs/editor/store/settings/index.js +21 -0
  765. package/build/cjs/editor/store/settings/reducer.d.ts +37 -0
  766. package/build/cjs/editor/store/settings/reducer.js +32 -0
  767. package/build/cjs/editor/styles/mixins.css +0 -0
  768. package/build/cjs/editor/styles/root.css +9 -0
  769. package/build/cjs/editor/styles/variables.css +0 -0
  770. package/build/cjs/editor/types/index.d.ts +42 -0
  771. package/build/cjs/editor/types/index.js +15 -0
  772. package/build/cjs/editor/utils/code.d.ts +6 -0
  773. package/build/cjs/editor/utils/code.js +11 -0
  774. package/build/cjs/editor/utils/index.d.ts +15 -0
  775. package/build/cjs/editor/utils/index.js +17 -0
  776. package/build/cjs/editor/utils/validation.d.ts +13 -0
  777. package/build/cjs/editor/utils/validation.js +57 -0
  778. package/build/cjs/editor/widget/constants.d.ts +4 -0
  779. package/build/cjs/editor/widget/constants.js +8 -0
  780. package/build/cjs/editor/widget/index.d.ts +21 -0
  781. package/build/cjs/editor/widget/index.js +76 -0
  782. package/build/cjs/editor/widget/utils.d.ts +1 -0
  783. package/build/cjs/editor/widget/utils.js +19 -0
  784. package/build/cjs/grid/Break/Break.d.ts +2 -0
  785. package/build/cjs/grid/Break/Break.js +7 -0
  786. package/build/cjs/grid/Col/Col.d.ts +8 -0
  787. package/build/cjs/grid/Col/Col.js +11 -0
  788. package/build/cjs/grid/Grid/Grid.css +87 -0
  789. package/build/cjs/grid/Grid/Grid.d.ts +8 -0
  790. package/build/cjs/grid/Grid/Grid.js +10 -0
  791. package/build/cjs/grid/Row/Row.d.ts +12 -0
  792. package/build/cjs/grid/Row/Row.js +15 -0
  793. package/build/cjs/grid/index.d.ts +6 -0
  794. package/build/cjs/grid/index.js +9 -0
  795. package/build/cjs/grid/styles/bootstrap.css +1627 -0
  796. package/build/cjs/grid/types.d.ts +51 -0
  797. package/build/cjs/grid/types.js +47 -0
  798. package/build/cjs/grid/utils.d.ts +9 -0
  799. package/build/cjs/grid/utils.js +64 -0
  800. package/build/cjs/hooks/hubspot.d.ts +16 -0
  801. package/build/cjs/hooks/hubspot.js +38 -0
  802. package/build/cjs/hooks/index.d.ts +6 -0
  803. package/build/cjs/hooks/index.js +14 -0
  804. package/build/cjs/hooks/useAnalytics.d.ts +2 -0
  805. package/build/cjs/hooks/useAnalytics.js +37 -0
  806. package/build/cjs/hooks/useFocus.d.ts +5 -0
  807. package/build/cjs/hooks/useFocus.js +39 -0
  808. package/build/cjs/hooks/useHeightCalculator.d.ts +6 -0
  809. package/build/cjs/hooks/useHeightCalculator.js +27 -0
  810. package/build/cjs/hooks/useMetrika.d.ts +1 -0
  811. package/build/cjs/hooks/useMetrika.js +1 -0
  812. package/build/cjs/hooks/useMount.d.ts +3 -0
  813. package/build/cjs/hooks/useMount.js +8 -0
  814. package/build/cjs/hooks/useWindowBreakpoint.d.ts +1 -0
  815. package/build/cjs/hooks/useWindowBreakpoint.js +33 -0
  816. package/build/cjs/icons/BrandIconDark.d.ts +2 -0
  817. package/build/cjs/icons/BrandIconDark.js +23 -0
  818. package/build/cjs/icons/BrandIconLight.d.ts +2 -0
  819. package/build/cjs/icons/BrandIconLight.js +23 -0
  820. package/build/cjs/icons/BrandName.d.ts +3 -0
  821. package/build/cjs/icons/BrandName.js +19 -0
  822. package/build/cjs/icons/Chevron.d.ts +2 -0
  823. package/build/cjs/icons/Chevron.js +9 -0
  824. package/build/cjs/icons/CloseIcon.d.ts +2 -0
  825. package/build/cjs/icons/CloseIcon.js +8 -0
  826. package/build/cjs/icons/DropdownArrowIcon.d.ts +2 -0
  827. package/build/cjs/icons/DropdownArrowIcon.js +8 -0
  828. package/build/cjs/icons/Facebook.d.ts +2 -0
  829. package/build/cjs/icons/Facebook.js +9 -0
  830. package/build/cjs/icons/Github.d.ts +2 -0
  831. package/build/cjs/icons/Github.js +9 -0
  832. package/build/cjs/icons/Linkedin.d.ts +2 -0
  833. package/build/cjs/icons/Linkedin.js +9 -0
  834. package/build/cjs/icons/NavigationArrow.d.ts +2 -0
  835. package/build/cjs/icons/NavigationArrow.js +9 -0
  836. package/build/cjs/icons/NavigationChevron.d.ts +2 -0
  837. package/build/cjs/icons/NavigationChevron.js +9 -0
  838. package/build/cjs/icons/SearchIcon.d.ts +2 -0
  839. package/build/cjs/icons/SearchIcon.js +8 -0
  840. package/build/cjs/icons/Telegram.d.ts +2 -0
  841. package/build/cjs/icons/Telegram.js +9 -0
  842. package/build/cjs/icons/Twitter.d.ts +2 -0
  843. package/build/cjs/icons/Twitter.js +9 -0
  844. package/build/cjs/icons/Vk.d.ts +2 -0
  845. package/build/cjs/icons/Vk.js +9 -0
  846. package/build/cjs/icons/index.d.ts +4 -0
  847. package/build/cjs/icons/index.js +7 -0
  848. package/build/cjs/index.d.ts +20 -0
  849. package/build/cjs/index.js +26 -0
  850. package/build/cjs/internal-typings/global.d.ts +68 -0
  851. package/build/cjs/markdown-it-mark.d.ts +5 -0
  852. package/build/cjs/models/common.d.ts +52 -0
  853. package/build/cjs/models/common.js +32 -0
  854. package/build/cjs/models/components.d.ts +2 -0
  855. package/build/cjs/models/components.js +2 -0
  856. package/build/cjs/models/constructor-items/blocks.d.ts +517 -0
  857. package/build/cjs/models/constructor-items/blocks.js +67 -0
  858. package/build/cjs/models/constructor-items/common.d.ts +381 -0
  859. package/build/cjs/models/constructor-items/common.js +58 -0
  860. package/build/cjs/models/constructor-items/index.d.ts +6 -0
  861. package/build/cjs/models/constructor-items/index.js +6 -0
  862. package/build/cjs/models/constructor-items/sub-blocks.d.ts +207 -0
  863. package/build/cjs/models/constructor-items/sub-blocks.js +34 -0
  864. package/build/cjs/models/constructor.d.ts +48 -0
  865. package/build/cjs/models/constructor.js +2 -0
  866. package/build/cjs/models/customization.d.ts +7 -0
  867. package/build/cjs/models/customization.js +2 -0
  868. package/build/cjs/models/guards.d.ts +4 -0
  869. package/build/cjs/models/guards.js +16 -0
  870. package/build/cjs/models/index.d.ts +7 -0
  871. package/build/cjs/models/index.js +10 -0
  872. package/build/cjs/models/navigation.d.ts +101 -0
  873. package/build/cjs/models/navigation.js +25 -0
  874. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  875. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.d.ts +4 -0
  876. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.js +26 -0
  877. package/build/cjs/navigation/components/Logo/Logo.css +23 -0
  878. package/build/cjs/navigation/components/Logo/Logo.d.ts +8 -0
  879. package/build/cjs/navigation/components/Logo/Logo.js +32 -0
  880. package/build/cjs/navigation/components/Logo/i18n/en.json +3 -0
  881. package/build/cjs/navigation/components/Logo/i18n/index.d.ts +1 -0
  882. package/build/cjs/navigation/components/Logo/i18n/index.js +9 -0
  883. package/build/cjs/navigation/components/Logo/i18n/ru.json +3 -0
  884. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  885. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.d.ts +3 -0
  886. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.js +16 -0
  887. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  888. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.d.ts +4 -0
  889. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.js +27 -0
  890. package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
  891. package/build/cjs/navigation/components/Navigation/Navigation.d.ts +8 -0
  892. package/build/cjs/navigation/components/Navigation/Navigation.js +28 -0
  893. package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
  894. package/build/cjs/navigation/components/NavigationItem/NavigationItem.d.ts +4 -0
  895. package/build/cjs/navigation/components/NavigationItem/NavigationItem.js +33 -0
  896. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  897. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.d.ts +9 -0
  898. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js +15 -0
  899. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  900. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.d.ts +5 -0
  901. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.js +47 -0
  902. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  903. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.d.ts +6 -0
  904. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js +17 -0
  905. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  906. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.d.ts +5 -0
  907. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js +23 -0
  908. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  909. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.d.ts +6 -0
  910. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js +30 -0
  911. package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.d.ts +7 -0
  912. package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.js +13 -0
  913. package/build/cjs/navigation/components/NavigationItem/index.d.ts +6 -0
  914. package/build/cjs/navigation/components/NavigationItem/index.js +14 -0
  915. package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
  916. package/build/cjs/navigation/components/NavigationList/NavigationList.d.ts +3 -0
  917. package/build/cjs/navigation/components/NavigationList/NavigationList.js +11 -0
  918. package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.d.ts +4 -0
  919. package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.js +21 -0
  920. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  921. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.d.ts +4 -0
  922. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.js +19 -0
  923. package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
  924. package/build/cjs/navigation/components/SocialIcon/SocialIcon.d.ts +7 -0
  925. package/build/cjs/navigation/components/SocialIcon/SocialIcon.js +15 -0
  926. package/build/cjs/navigation/components/Standalone/index.d.ts +3 -0
  927. package/build/cjs/navigation/components/Standalone/index.js +9 -0
  928. package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
  929. package/build/cjs/navigation/containers/Layout/Layout.d.ts +8 -0
  930. package/build/cjs/navigation/containers/Layout/Layout.js +12 -0
  931. package/build/cjs/navigation/hooks/index.d.ts +2 -0
  932. package/build/cjs/navigation/hooks/index.js +10 -0
  933. package/build/cjs/navigation/hooks/useActiveNavItem.d.ts +26 -0
  934. package/build/cjs/navigation/hooks/useActiveNavItem.js +15 -0
  935. package/build/cjs/navigation/hooks/useShowBorder.d.ts +2 -0
  936. package/build/cjs/navigation/hooks/useShowBorder.js +22 -0
  937. package/build/cjs/navigation/index.d.ts +15 -0
  938. package/build/cjs/navigation/index.js +20 -0
  939. package/build/cjs/navigation/models.d.ts +64 -0
  940. package/build/cjs/navigation/models.js +16 -0
  941. package/build/cjs/navigation/schema.d.ts +77 -0
  942. package/build/cjs/navigation/schema.js +87 -0
  943. package/build/cjs/navigation/utils.d.ts +21 -0
  944. package/build/cjs/navigation/utils.js +29 -0
  945. package/build/cjs/schema/constants.d.ts +2129 -0
  946. package/build/cjs/schema/constants.js +55 -0
  947. package/build/cjs/schema/index.d.ts +14 -0
  948. package/build/cjs/schema/index.js +57 -0
  949. package/build/cjs/schema/validators/blocks.d.ts +27 -0
  950. package/build/cjs/schema/validators/blocks.js +30 -0
  951. package/build/cjs/schema/validators/common.d.ts +1475 -0
  952. package/build/cjs/schema/validators/common.js +668 -0
  953. package/build/cjs/schema/validators/components.d.ts +3 -0
  954. package/build/cjs/schema/validators/components.js +6 -0
  955. package/build/cjs/schema/validators/event.d.ts +37 -0
  956. package/build/cjs/schema/validators/event.js +38 -0
  957. package/build/cjs/schema/validators/index.d.ts +14 -0
  958. package/build/cjs/schema/validators/index.js +18 -0
  959. package/build/cjs/schema/validators/navigation.d.ts +1 -0
  960. package/build/cjs/schema/validators/navigation.js +4 -0
  961. package/build/cjs/schema/validators/sub-blocks.d.ts +13 -0
  962. package/build/cjs/schema/validators/sub-blocks.js +16 -0
  963. package/build/cjs/schema/validators/utils.d.ts +22 -0
  964. package/build/cjs/schema/validators/utils.js +12 -0
  965. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +63 -0
  966. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.d.ts +3 -0
  967. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.js +27 -0
  968. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +269 -0
  969. package/build/cjs/sub-blocks/BackgroundCard/schema.js +44 -0
  970. package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
  971. package/build/cjs/sub-blocks/BannerCard/BannerCard.d.ts +3 -0
  972. package/build/cjs/sub-blocks/BannerCard/BannerCard.js +29 -0
  973. package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
  974. package/build/cjs/sub-blocks/BasicCard/BasicCard.d.ts +4 -0
  975. package/build/cjs/sub-blocks/BasicCard/BasicCard.js +24 -0
  976. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +149 -0
  977. package/build/cjs/sub-blocks/BasicCard/schema.js +29 -0
  978. package/build/cjs/sub-blocks/Card/Card.css +25 -0
  979. package/build/cjs/sub-blocks/Card/Card.d.ts +3 -0
  980. package/build/cjs/sub-blocks/Card/Card.js +26 -0
  981. package/build/cjs/sub-blocks/Card/i18n/en.json +3 -0
  982. package/build/cjs/sub-blocks/Card/i18n/index.d.ts +1 -0
  983. package/build/cjs/sub-blocks/Card/i18n/index.js +9 -0
  984. package/build/cjs/sub-blocks/Card/i18n/ru.json +3 -0
  985. package/build/cjs/sub-blocks/Card/schema.d.ts +45 -0
  986. package/build/cjs/sub-blocks/Card/schema.js +37 -0
  987. package/build/cjs/sub-blocks/Content/Content.css +167 -0
  988. package/build/cjs/sub-blocks/Content/Content.d.ts +5 -0
  989. package/build/cjs/sub-blocks/Content/Content.js +45 -0
  990. package/build/cjs/sub-blocks/Content/schema.d.ts +264 -0
  991. package/build/cjs/sub-blocks/Content/schema.js +69 -0
  992. package/build/cjs/sub-blocks/ContentLayoutCard/ContentLayoutCard.d.ts +3 -0
  993. package/build/cjs/sub-blocks/ContentLayoutCard/ContentLayoutCard.js +7 -0
  994. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +403 -0
  995. package/build/cjs/sub-blocks/ContentLayoutCard/schema.js +7 -0
  996. package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
  997. package/build/cjs/sub-blocks/Divider/Divider.d.ts +3 -0
  998. package/build/cjs/sub-blocks/Divider/Divider.js +8 -0
  999. package/build/cjs/sub-blocks/Divider/schema.d.ts +17 -0
  1000. package/build/cjs/sub-blocks/Divider/schema.js +12 -0
  1001. package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  1002. package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.d.ts +6 -0
  1003. package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.js +52 -0
  1004. package/build/cjs/sub-blocks/HubspotForm/index.d.ts +4 -0
  1005. package/build/cjs/sub-blocks/HubspotForm/index.js +43 -0
  1006. package/build/cjs/sub-blocks/HubspotForm/loadHubspotScript.d.ts +2 -0
  1007. package/build/cjs/sub-blocks/HubspotForm/loadHubspotScript.js +25 -0
  1008. package/build/cjs/sub-blocks/HubspotForm/schema.d.ts +22 -0
  1009. package/build/cjs/sub-blocks/HubspotForm/schema.js +17 -0
  1010. package/build/cjs/sub-blocks/ImageCard/ImageCard.css +99 -0
  1011. package/build/cjs/sub-blocks/ImageCard/ImageCard.d.ts +3 -0
  1012. package/build/cjs/sub-blocks/ImageCard/ImageCard.js +32 -0
  1013. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +160 -0
  1014. package/build/cjs/sub-blocks/ImageCard/schema.js +28 -0
  1015. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +69 -0
  1016. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.d.ts +3 -0
  1017. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.js +46 -0
  1018. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +545 -0
  1019. package/build/cjs/sub-blocks/LayoutItem/schema.js +54 -0
  1020. package/build/cjs/sub-blocks/LayoutItem/utils.d.ts +17 -0
  1021. package/build/cjs/sub-blocks/LayoutItem/utils.js +12 -0
  1022. package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
  1023. package/build/cjs/sub-blocks/MediaCard/MediaCard.d.ts +3 -0
  1024. package/build/cjs/sub-blocks/MediaCard/MediaCard.js +14 -0
  1025. package/build/cjs/sub-blocks/MediaCard/schema.d.ts +325 -0
  1026. package/build/cjs/sub-blocks/MediaCard/schema.js +21 -0
  1027. package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
  1028. package/build/cjs/sub-blocks/PriceCard/PriceCard.d.ts +3 -0
  1029. package/build/cjs/sub-blocks/PriceCard/PriceCard.js +33 -0
  1030. package/build/cjs/sub-blocks/PriceCard/schema.d.ts +327 -0
  1031. package/build/cjs/sub-blocks/PriceCard/schema.js +38 -0
  1032. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  1033. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.d.ts +12 -0
  1034. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js +60 -0
  1035. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  1036. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.d.ts +10 -0
  1037. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js +71 -0
  1038. package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.d.ts +4 -0
  1039. package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.js +24 -0
  1040. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  1041. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.d.ts +7 -0
  1042. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.js +15 -0
  1043. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  1044. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.d.ts +8 -0
  1045. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js +15 -0
  1046. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  1047. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.d.ts +11 -0
  1048. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js +56 -0
  1049. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  1050. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.d.ts +10 -0
  1051. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js +18 -0
  1052. package/build/cjs/sub-blocks/PriceDetailed/schema.d.ts +97 -0
  1053. package/build/cjs/sub-blocks/PriceDetailed/schema.js +170 -0
  1054. package/build/cjs/sub-blocks/Quote/Quote.css +143 -0
  1055. package/build/cjs/sub-blocks/Quote/Quote.d.ts +3 -0
  1056. package/build/cjs/sub-blocks/Quote/Quote.js +40 -0
  1057. package/build/cjs/sub-blocks/Quote/schema.d.ts +149 -0
  1058. package/build/cjs/sub-blocks/Quote/schema.js +29 -0
  1059. package/build/cjs/sub-blocks/index.d.ts +14 -0
  1060. package/build/cjs/sub-blocks/index.js +34 -0
  1061. package/build/cjs/text-transform/common.d.ts +18 -0
  1062. package/build/cjs/text-transform/common.js +39 -0
  1063. package/build/cjs/text-transform/config.d.ts +29 -0
  1064. package/build/cjs/text-transform/config.js +356 -0
  1065. package/build/cjs/text-transform/filter.d.ts +20 -0
  1066. package/build/cjs/text-transform/filter.js +61 -0
  1067. package/build/cjs/text-transform/index.d.ts +5 -0
  1068. package/build/cjs/text-transform/index.js +8 -0
  1069. package/build/cjs/text-transform/markdownItCustomSpan.d.ts +7 -0
  1070. package/build/cjs/text-transform/markdownItCustomSpan.js +29 -0
  1071. package/build/cjs/text-transform/transformers.d.ts +18 -0
  1072. package/build/cjs/text-transform/transformers.js +63 -0
  1073. package/build/cjs/text-transform/types.d.ts +3 -0
  1074. package/build/cjs/text-transform/types.js +2 -0
  1075. package/build/cjs/text-transform/utils.d.ts +32 -0
  1076. package/build/cjs/text-transform/utils.js +101 -0
  1077. package/build/cjs/utils/analytics.d.ts +2 -0
  1078. package/build/cjs/utils/analytics.js +17 -0
  1079. package/build/cjs/utils/blocks.d.ts +11 -0
  1080. package/build/cjs/utils/blocks.js +157 -0
  1081. package/build/cjs/utils/borderSelector.d.ts +7 -0
  1082. package/build/cjs/utils/borderSelector.js +18 -0
  1083. package/build/cjs/utils/capitalize.d.ts +1 -0
  1084. package/build/cjs/utils/capitalize.js +5 -0
  1085. package/build/cjs/utils/cn.d.ts +5 -0
  1086. package/build/cjs/utils/cn.js +9 -0
  1087. package/build/cjs/utils/common.d.ts +6 -0
  1088. package/build/cjs/utils/common.js +24 -0
  1089. package/build/cjs/utils/hubspot.d.ts +17 -0
  1090. package/build/cjs/utils/hubspot.js +61 -0
  1091. package/build/cjs/utils/imageCompress.d.ts +6 -0
  1092. package/build/cjs/utils/imageCompress.js +11 -0
  1093. package/build/cjs/utils/index.d.ts +12 -0
  1094. package/build/cjs/utils/index.js +16 -0
  1095. package/build/cjs/utils/microdata.d.ts +3 -0
  1096. package/build/cjs/utils/microdata.js +11 -0
  1097. package/build/cjs/utils/query.d.ts +5 -0
  1098. package/build/cjs/utils/query.js +36 -0
  1099. package/build/cjs/utils/svg.d.ts +3 -0
  1100. package/build/cjs/utils/svg.js +7 -0
  1101. package/build/cjs/utils/theme.d.ts +7 -0
  1102. package/build/cjs/utils/theme.js +17 -0
  1103. package/build/cjs/utils/trademark.d.ts +1 -0
  1104. package/build/cjs/utils/trademark.js +5 -0
  1105. package/build/cjs/utils/url.d.ts +14 -0
  1106. package/build/cjs/utils/url.js +51 -0
  1107. package/build/cjs/utils/url.test.d.ts +1 -0
  1108. package/build/cjs/utils/url.test.js +76 -0
  1109. package/build/esm/blocks/Banner/Banner.css +15 -0
  1110. package/build/esm/blocks/Banner/Banner.d.ts +4 -0
  1111. package/build/esm/blocks/Banner/Banner.js +13 -0
  1112. package/build/esm/blocks/Banner/schema.d.ts +658 -0
  1113. package/build/esm/blocks/Banner/schema.js +30 -0
  1114. package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
  1115. package/build/esm/blocks/CardLayout/CardLayout.d.ts +6 -0
  1116. package/build/esm/blocks/CardLayout/CardLayout.js +26 -0
  1117. package/build/esm/blocks/CardLayout/schema.d.ts +454 -0
  1118. package/build/esm/blocks/CardLayout/schema.js +15 -0
  1119. package/build/esm/blocks/Companies/Companies.css +21 -0
  1120. package/build/esm/blocks/Companies/Companies.d.ts +4 -0
  1121. package/build/esm/blocks/Companies/Companies.js +17 -0
  1122. package/build/esm/blocks/Companies/schema.d.ts +52 -0
  1123. package/build/esm/blocks/Companies/schema.js +32 -0
  1124. package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
  1125. package/build/esm/blocks/ContentLayout/ContentLayout.d.ts +4 -0
  1126. package/build/esm/blocks/ContentLayout/ContentLayout.js +42 -0
  1127. package/build/esm/blocks/ContentLayout/schema.d.ts +406 -0
  1128. package/build/esm/blocks/ContentLayout/schema.js +32 -0
  1129. package/build/esm/blocks/EventsFeed/EventsFeed.d.ts +3 -0
  1130. package/build/esm/blocks/EventsFeed/EventsFeed.js +9 -0
  1131. package/build/esm/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.css +47 -0
  1132. package/build/esm/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.d.ts +13 -0
  1133. package/build/esm/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.js +15 -0
  1134. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.css +21 -0
  1135. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.d.ts +9 -0
  1136. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.js +14 -0
  1137. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.css +78 -0
  1138. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.d.ts +8 -0
  1139. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.js +49 -0
  1140. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.d.ts +12 -0
  1141. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.js +20 -0
  1142. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.css +45 -0
  1143. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.d.ts +12 -0
  1144. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.js +45 -0
  1145. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.css +7 -0
  1146. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.d.ts +7 -0
  1147. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.js +9 -0
  1148. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.css +85 -0
  1149. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.d.ts +12 -0
  1150. package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.js +30 -0
  1151. package/build/esm/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.css +6 -0
  1152. package/build/esm/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.d.ts +5 -0
  1153. package/build/esm/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.js +29 -0
  1154. package/build/esm/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.css +6 -0
  1155. package/build/esm/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.d.ts +5 -0
  1156. package/build/esm/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.js +22 -0
  1157. package/build/esm/blocks/EventsFeed/i18n/en.json +5 -0
  1158. package/build/esm/blocks/EventsFeed/i18n/index.d.ts +1 -0
  1159. package/build/esm/blocks/EventsFeed/i18n/index.js +5 -0
  1160. package/build/esm/blocks/EventsFeed/i18n/ru.json +5 -0
  1161. package/build/esm/blocks/EventsFeed/schema.d.ts +18 -0
  1162. package/build/esm/blocks/EventsFeed/schema.js +12 -0
  1163. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  1164. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.d.ts +4 -0
  1165. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.js +42 -0
  1166. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +316 -0
  1167. package/build/esm/blocks/ExtendedFeatures/schema.js +30 -0
  1168. package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
  1169. package/build/esm/blocks/FilterBlock/FilterBlock.d.ts +5 -0
  1170. package/build/esm/blocks/FilterBlock/FilterBlock.js +42 -0
  1171. package/build/esm/blocks/FilterBlock/i18n/en.json +3 -0
  1172. package/build/esm/blocks/FilterBlock/i18n/index.d.ts +1 -0
  1173. package/build/esm/blocks/FilterBlock/i18n/index.js +5 -0
  1174. package/build/esm/blocks/FilterBlock/i18n/ru.json +3 -0
  1175. package/build/esm/blocks/FilterBlock/schema.d.ts +361 -0
  1176. package/build/esm/blocks/FilterBlock/schema.js +49 -0
  1177. package/build/esm/blocks/Form/Form.css +141 -0
  1178. package/build/esm/blocks/Form/Form.d.ts +5 -0
  1179. package/build/esm/blocks/Form/Form.js +85 -0
  1180. package/build/esm/blocks/Form/schema.d.ts +501 -0
  1181. package/build/esm/blocks/Form/schema.js +50 -0
  1182. package/build/esm/blocks/Header/BackButton/BackButton.css +11 -0
  1183. package/build/esm/blocks/Header/BackButton/BackButton.d.ts +8 -0
  1184. package/build/esm/blocks/Header/BackButton/BackButton.js +17 -0
  1185. package/build/esm/blocks/Header/Breadcrumbs/Breadcrumbs.css +7 -0
  1186. package/build/esm/blocks/Header/Breadcrumbs/Breadcrumbs.d.ts +7 -0
  1187. package/build/esm/blocks/Header/Breadcrumbs/Breadcrumbs.js +14 -0
  1188. package/build/esm/blocks/Header/Header.css +230 -0
  1189. package/build/esm/blocks/Header/Header.d.ts +6 -0
  1190. package/build/esm/blocks/Header/Header.js +80 -0
  1191. package/build/esm/blocks/Header/HeaderTag/HeaderTag.css +11 -0
  1192. package/build/esm/blocks/Header/HeaderTag/HeaderTag.d.ts +6 -0
  1193. package/build/esm/blocks/Header/HeaderTag/HeaderTag.js +10 -0
  1194. package/build/esm/blocks/Header/HeaderTags/HeaderTags.css +17 -0
  1195. package/build/esm/blocks/Header/HeaderTags/HeaderTags.d.ts +9 -0
  1196. package/build/esm/blocks/Header/HeaderTags/HeaderTags.js +25 -0
  1197. package/build/esm/blocks/Header/schema.d.ts +1610 -0
  1198. package/build/esm/blocks/Header/schema.js +128 -0
  1199. package/build/esm/blocks/Header/utils.d.ts +20 -0
  1200. package/build/esm/blocks/Header/utils.js +45 -0
  1201. package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
  1202. package/build/esm/blocks/HeaderSlider/HeaderSlider.d.ts +4 -0
  1203. package/build/esm/blocks/HeaderSlider/HeaderSlider.js +18 -0
  1204. package/build/esm/blocks/HeaderSlider/schema.d.ts +748 -0
  1205. package/build/esm/blocks/HeaderSlider/schema.js +18 -0
  1206. package/build/esm/blocks/Icons/Icons.css +56 -0
  1207. package/build/esm/blocks/Icons/Icons.d.ts +4 -0
  1208. package/build/esm/blocks/Icons/Icons.js +28 -0
  1209. package/build/esm/blocks/Icons/schema.d.ts +422 -0
  1210. package/build/esm/blocks/Icons/schema.js +49 -0
  1211. package/build/esm/blocks/Info/Info.css +32 -0
  1212. package/build/esm/blocks/Info/Info.d.ts +4 -0
  1213. package/build/esm/blocks/Info/Info.js +32 -0
  1214. package/build/esm/blocks/Info/schema.d.ts +269 -0
  1215. package/build/esm/blocks/Info/schema.js +23 -0
  1216. package/build/esm/blocks/LinkTable/LinkTable.css +5 -0
  1217. package/build/esm/blocks/LinkTable/LinkTable.d.ts +4 -0
  1218. package/build/esm/blocks/LinkTable/LinkTable.js +15 -0
  1219. package/build/esm/blocks/LinkTable/schema.d.ts +159 -0
  1220. package/build/esm/blocks/LinkTable/schema.js +14 -0
  1221. package/build/esm/blocks/Map/Map.css +14 -0
  1222. package/build/esm/blocks/Map/Map.d.ts +4 -0
  1223. package/build/esm/blocks/Map/Map.js +19 -0
  1224. package/build/esm/blocks/Map/schema.d.ts +479 -0
  1225. package/build/esm/blocks/Map/schema.js +15 -0
  1226. package/build/esm/blocks/MarqueeLinks/MarqueeLinks.css +25 -0
  1227. package/build/esm/blocks/MarqueeLinks/MarqueeLinks.d.ts +4 -0
  1228. package/build/esm/blocks/MarqueeLinks/MarqueeLinks.js +26 -0
  1229. package/build/esm/blocks/MarqueeLinks/schema.d.ts +54 -0
  1230. package/build/esm/blocks/MarqueeLinks/schema.js +33 -0
  1231. package/build/esm/blocks/Media/Media.css +17 -0
  1232. package/build/esm/blocks/Media/Media.d.ts +4 -0
  1233. package/build/esm/blocks/Media/Media.js +27 -0
  1234. package/build/esm/blocks/Media/schema.d.ts +1376 -0
  1235. package/build/esm/blocks/Media/schema.js +42 -0
  1236. package/build/esm/blocks/PressReleases/PressReleases.d.ts +3 -0
  1237. package/build/esm/blocks/PressReleases/PressReleases.js +20 -0
  1238. package/build/esm/blocks/PressReleases/schema.d.ts +15 -0
  1239. package/build/esm/blocks/PressReleases/schema.js +10 -0
  1240. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  1241. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.d.ts +4 -0
  1242. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js +45 -0
  1243. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +470 -0
  1244. package/build/esm/blocks/PromoFeaturesBlock/schema.js +31 -0
  1245. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +78 -0
  1246. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.d.ts +3 -0
  1247. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js +23 -0
  1248. package/build/esm/blocks/Questions/Questions.css +13 -0
  1249. package/build/esm/blocks/Questions/Questions.d.ts +4 -0
  1250. package/build/esm/blocks/Questions/Questions.js +33 -0
  1251. package/build/esm/blocks/Questions/models.d.ts +11 -0
  1252. package/build/esm/blocks/Questions/models.js +11 -0
  1253. package/build/esm/blocks/Questions/schema.d.ts +193 -0
  1254. package/build/esm/blocks/Questions/schema.js +30 -0
  1255. package/build/esm/blocks/Quotes/Quotes.css +76 -0
  1256. package/build/esm/blocks/Quotes/Quotes.d.ts +4 -0
  1257. package/build/esm/blocks/Quotes/Quotes.js +38 -0
  1258. package/build/esm/blocks/Quotes/QuotesItem/QuotesItem.css +120 -0
  1259. package/build/esm/blocks/Quotes/QuotesItem/QuotesItem.d.ts +4 -0
  1260. package/build/esm/blocks/Quotes/QuotesItem/QuotesItem.js +18 -0
  1261. package/build/esm/blocks/Quotes/i18n/en.json +4 -0
  1262. package/build/esm/blocks/Quotes/i18n/index.d.ts +1 -0
  1263. package/build/esm/blocks/Quotes/i18n/index.js +5 -0
  1264. package/build/esm/blocks/Quotes/i18n/ru.json +4 -0
  1265. package/build/esm/blocks/Quotes/schema.d.ts +57 -0
  1266. package/build/esm/blocks/Quotes/schema.js +49 -0
  1267. package/build/esm/blocks/Security/i18n/en.json +3 -0
  1268. package/build/esm/blocks/Security/i18n/index.d.ts +1 -0
  1269. package/build/esm/blocks/Security/i18n/index.js +5 -0
  1270. package/build/esm/blocks/Security/i18n/ru.json +3 -0
  1271. package/build/esm/blocks/Services/ServiceElement/ServiceElement.css +94 -0
  1272. package/build/esm/blocks/Services/ServiceElement/ServiceElement.d.ts +9 -0
  1273. package/build/esm/blocks/Services/ServiceElement/ServiceElement.js +43 -0
  1274. package/build/esm/blocks/Services/ServiceTag/ServiceTag.css +24 -0
  1275. package/build/esm/blocks/Services/ServiceTag/ServiceTag.d.ts +7 -0
  1276. package/build/esm/blocks/Services/ServiceTag/ServiceTag.js +11 -0
  1277. package/build/esm/blocks/Services/Services.css +20 -0
  1278. package/build/esm/blocks/Services/Services.d.ts +4 -0
  1279. package/build/esm/blocks/Services/Services.js +66 -0
  1280. package/build/esm/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.css +83 -0
  1281. package/build/esm/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.d.ts +7 -0
  1282. package/build/esm/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.js +22 -0
  1283. package/build/esm/blocks/Services/ServicesSearch/ServiceSearch.css +33 -0
  1284. package/build/esm/blocks/Services/ServicesSearch/ServicesSearch.d.ts +8 -0
  1285. package/build/esm/blocks/Services/ServicesSearch/ServicesSearch.js +21 -0
  1286. package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.css +50 -0
  1287. package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.d.ts +7 -0
  1288. package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.js +37 -0
  1289. package/build/esm/blocks/Services/i18n/en.json +10 -0
  1290. package/build/esm/blocks/Services/i18n/index.d.ts +1 -0
  1291. package/build/esm/blocks/Services/i18n/index.js +5 -0
  1292. package/build/esm/blocks/Services/i18n/ru.json +10 -0
  1293. package/build/esm/blocks/Services/schema.d.ts +19 -0
  1294. package/build/esm/blocks/Services/schema.js +13 -0
  1295. package/build/esm/blocks/Share/Share.css +68 -0
  1296. package/build/esm/blocks/Share/Share.d.ts +4 -0
  1297. package/build/esm/blocks/Share/Share.js +39 -0
  1298. package/build/esm/blocks/Share/i18n/en.json +13 -0
  1299. package/build/esm/blocks/Share/i18n/index.d.ts +1 -0
  1300. package/build/esm/blocks/Share/i18n/index.js +5 -0
  1301. package/build/esm/blocks/Share/i18n/ru.json +13 -0
  1302. package/build/esm/blocks/Share/schema.d.ts +22 -0
  1303. package/build/esm/blocks/Share/schema.js +16 -0
  1304. package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
  1305. package/build/esm/blocks/Slider/Arrow/Arrow.d.ts +10 -0
  1306. package/build/esm/blocks/Slider/Arrow/Arrow.js +11 -0
  1307. package/build/esm/blocks/Slider/Slider.css +703 -0
  1308. package/build/esm/blocks/Slider/Slider.d.ts +15 -0
  1309. package/build/esm/blocks/Slider/Slider.js +318 -0
  1310. package/build/esm/blocks/Slider/i18n/en.json +6 -0
  1311. package/build/esm/blocks/Slider/i18n/index.d.ts +1 -0
  1312. package/build/esm/blocks/Slider/i18n/index.js +5 -0
  1313. package/build/esm/blocks/Slider/i18n/ru.json +6 -0
  1314. package/build/esm/blocks/Slider/models.d.ts +8 -0
  1315. package/build/esm/blocks/Slider/models.js +7 -0
  1316. package/build/esm/blocks/Slider/schema.d.ts +281 -0
  1317. package/build/esm/blocks/Slider/schema.js +71 -0
  1318. package/build/esm/blocks/Slider/slick.css +87 -0
  1319. package/build/esm/blocks/Slider/utils.d.ts +36 -0
  1320. package/build/esm/blocks/Slider/utils.js +115 -0
  1321. package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
  1322. package/build/esm/blocks/SliderNew/Arrow/Arrow.d.ts +12 -0
  1323. package/build/esm/blocks/SliderNew/Arrow/Arrow.js +11 -0
  1324. package/build/esm/blocks/SliderNew/Slider.css +834 -0
  1325. package/build/esm/blocks/SliderNew/Slider.d.ts +14 -0
  1326. package/build/esm/blocks/SliderNew/Slider.js +52 -0
  1327. package/build/esm/blocks/SliderNew/i18n/en.json +6 -0
  1328. package/build/esm/blocks/SliderNew/i18n/index.d.ts +1 -0
  1329. package/build/esm/blocks/SliderNew/i18n/index.js +5 -0
  1330. package/build/esm/blocks/SliderNew/i18n/ru.json +6 -0
  1331. package/build/esm/blocks/SliderNew/models.d.ts +8 -0
  1332. package/build/esm/blocks/SliderNew/models.js +7 -0
  1333. package/build/esm/blocks/SliderNew/schema.d.ts +292 -0
  1334. package/build/esm/blocks/SliderNew/schema.js +77 -0
  1335. package/build/esm/blocks/SliderNew/useSlider.d.ts +23 -0
  1336. package/build/esm/blocks/SliderNew/useSlider.js +64 -0
  1337. package/build/esm/blocks/SliderNew/useSliderPagination.d.ts +9 -0
  1338. package/build/esm/blocks/SliderNew/useSliderPagination.js +32 -0
  1339. package/build/esm/blocks/SliderNew/utils.d.ts +16 -0
  1340. package/build/esm/blocks/SliderNew/utils.js +36 -0
  1341. package/build/esm/blocks/Solutions/Solutions.css +26 -0
  1342. package/build/esm/blocks/Solutions/Solutions.d.ts +3 -0
  1343. package/build/esm/blocks/Solutions/Solutions.js +24 -0
  1344. package/build/esm/blocks/Solutions/schema.d.ts +12 -0
  1345. package/build/esm/blocks/Solutions/schema.js +8 -0
  1346. package/build/esm/blocks/Table/Table.css +99 -0
  1347. package/build/esm/blocks/Table/Table.d.ts +4 -0
  1348. package/build/esm/blocks/Table/Table.js +52 -0
  1349. package/build/esm/blocks/Table/schema.d.ts +166 -0
  1350. package/build/esm/blocks/Table/schema.js +53 -0
  1351. package/build/esm/blocks/Tabs/Tabs.css +111 -0
  1352. package/build/esm/blocks/Tabs/Tabs.d.ts +4 -0
  1353. package/build/esm/blocks/Tabs/Tabs.js +90 -0
  1354. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  1355. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.d.ts +11 -0
  1356. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.js +19 -0
  1357. package/build/esm/blocks/Tabs/schema.d.ts +738 -0
  1358. package/build/esm/blocks/Tabs/schema.js +38 -0
  1359. package/build/esm/blocks/index.d.ts +26 -0
  1360. package/build/esm/blocks/index.js +26 -0
  1361. package/build/esm/blocks/unstable.d.ts +1 -0
  1362. package/build/esm/blocks/unstable.js +1 -0
  1363. package/build/esm/blocks/validators.d.ts +16 -0
  1364. package/build/esm/blocks/validators.js +16 -0
  1365. package/build/esm/components/Anchor/Anchor.css +8 -0
  1366. package/build/esm/components/Anchor/Anchor.d.ts +8 -0
  1367. package/build/esm/components/Anchor/Anchor.js +8 -0
  1368. package/build/esm/components/AnimateBlock/AnimateBlock.d.ts +12 -0
  1369. package/build/esm/components/AnimateBlock/AnimateBlock.js +26 -0
  1370. package/build/esm/components/Author/Author.css +58 -0
  1371. package/build/esm/components/Author/Author.d.ts +5 -0
  1372. package/build/esm/components/Author/Author.js +23 -0
  1373. package/build/esm/components/Author/schema.d.ts +58 -0
  1374. package/build/esm/components/Author/schema.js +8 -0
  1375. package/build/esm/components/BackLink/BackLink.d.ts +15 -0
  1376. package/build/esm/components/BackLink/BackLink.js +29 -0
  1377. package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
  1378. package/build/esm/components/BackgroundImage/BackgroundImage.d.ts +6 -0
  1379. package/build/esm/components/BackgroundImage/BackgroundImage.js +14 -0
  1380. package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
  1381. package/build/esm/components/BackgroundMedia/BackgroundMedia.d.ts +4 -0
  1382. package/build/esm/components/BackgroundMedia/BackgroundMedia.js +17 -0
  1383. package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
  1384. package/build/esm/components/BalancedMasonry/BalancedMasonry.d.ts +13 -0
  1385. package/build/esm/components/BalancedMasonry/BalancedMasonry.js +85 -0
  1386. package/build/esm/components/BlockBase/BlockBase.css +149 -0
  1387. package/build/esm/components/BlockBase/BlockBase.d.ts +6 -0
  1388. package/build/esm/components/BlockBase/BlockBase.js +19 -0
  1389. package/build/esm/components/BrandFooter/BrandFooter.css +94 -0
  1390. package/build/esm/components/BrandFooter/BrandFooter.d.ts +4 -0
  1391. package/build/esm/components/BrandFooter/BrandFooter.js +21 -0
  1392. package/build/esm/components/BrandFooter/i18n/en.json +3 -0
  1393. package/build/esm/components/BrandFooter/i18n/index.d.ts +1 -0
  1394. package/build/esm/components/BrandFooter/i18n/index.js +5 -0
  1395. package/build/esm/components/BrandFooter/i18n/ru.json +3 -0
  1396. package/build/esm/components/Button/Button.css +59 -0
  1397. package/build/esm/components/Button/Button.d.ts +10 -0
  1398. package/build/esm/components/Button/Button.js +52 -0
  1399. package/build/esm/components/Button/i18n/en.json +3 -0
  1400. package/build/esm/components/Button/i18n/index.d.ts +1 -0
  1401. package/build/esm/components/Button/i18n/index.js +5 -0
  1402. package/build/esm/components/Button/i18n/ru.json +3 -0
  1403. package/build/esm/components/Button/utils.d.ts +6 -0
  1404. package/build/esm/components/Button/utils.js +29 -0
  1405. package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
  1406. package/build/esm/components/ButtonTabs/ButtonTabs.d.ts +17 -0
  1407. package/build/esm/components/ButtonTabs/ButtonTabs.js +26 -0
  1408. package/build/esm/components/Buttons/Buttons.css +11 -0
  1409. package/build/esm/components/Buttons/Buttons.d.ts +13 -0
  1410. package/build/esm/components/Buttons/Buttons.js +16 -0
  1411. package/build/esm/components/CardBase/CardBase.css +93 -0
  1412. package/build/esm/components/CardBase/CardBase.d.ts +30 -0
  1413. package/build/esm/components/CardBase/CardBase.js +75 -0
  1414. package/build/esm/components/ContentList/ContentList.css +103 -0
  1415. package/build/esm/components/ContentList/ContentList.d.ts +5 -0
  1416. package/build/esm/components/ContentList/ContentList.js +30 -0
  1417. package/build/esm/components/ContentList/ContentListItemIcon.d.ts +7 -0
  1418. package/build/esm/components/ContentList/ContentListItemIcon.js +20 -0
  1419. package/build/esm/components/Control/Control.css +88 -0
  1420. package/build/esm/components/Control/Control.d.ts +16 -0
  1421. package/build/esm/components/Control/Control.js +13 -0
  1422. package/build/esm/components/Control/i18n/en.json +3 -0
  1423. package/build/esm/components/Control/i18n/index.d.ts +1 -0
  1424. package/build/esm/components/Control/i18n/index.js +5 -0
  1425. package/build/esm/components/Control/i18n/ru.json +3 -0
  1426. package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
  1427. package/build/esm/components/DefaultVideo/DefaultVideo.d.ts +12 -0
  1428. package/build/esm/components/DefaultVideo/DefaultVideo.js +61 -0
  1429. package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
  1430. package/build/esm/components/ErrorWrapper/ErrorWrapper.d.ts +12 -0
  1431. package/build/esm/components/ErrorWrapper/ErrorWrapper.js +9 -0
  1432. package/build/esm/components/FileLink/FileLink.css +54 -0
  1433. package/build/esm/components/FileLink/FileLink.d.ts +14 -0
  1434. package/build/esm/components/FileLink/FileLink.js +49 -0
  1435. package/build/esm/components/Foldable/Foldable.css +10 -0
  1436. package/build/esm/components/Foldable/Foldable.d.ts +9 -0
  1437. package/build/esm/components/Foldable/Foldable.js +19 -0
  1438. package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
  1439. package/build/esm/components/FullWidthBackground/FullWidthBackground.d.ts +14 -0
  1440. package/build/esm/components/FullWidthBackground/FullWidthBackground.js +41 -0
  1441. package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
  1442. package/build/esm/components/FullscreenImage/FullscreenImage.d.ts +11 -0
  1443. package/build/esm/components/FullscreenImage/FullscreenImage.js +26 -0
  1444. package/build/esm/components/FullscreenImage/i18n/en.json +4 -0
  1445. package/build/esm/components/FullscreenImage/i18n/index.d.ts +1 -0
  1446. package/build/esm/components/FullscreenImage/i18n/index.js +5 -0
  1447. package/build/esm/components/FullscreenImage/i18n/ru.json +4 -0
  1448. package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
  1449. package/build/esm/components/FullscreenMedia/FullscreenMedia.d.ts +10 -0
  1450. package/build/esm/components/FullscreenMedia/FullscreenMedia.js +39 -0
  1451. package/build/esm/components/HTML/HTML.d.ts +19 -0
  1452. package/build/esm/components/HTML/HTML.js +15 -0
  1453. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  1454. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.d.ts +4 -0
  1455. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +18 -0
  1456. package/build/esm/components/HeaderBreadcrumbs/i18n/en.json +3 -0
  1457. package/build/esm/components/HeaderBreadcrumbs/i18n/index.d.ts +1 -0
  1458. package/build/esm/components/HeaderBreadcrumbs/i18n/index.js +5 -0
  1459. package/build/esm/components/HeaderBreadcrumbs/i18n/ru.json +3 -0
  1460. package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
  1461. package/build/esm/components/IconWrapper/IconWrapper.d.ts +5 -0
  1462. package/build/esm/components/IconWrapper/IconWrapper.js +18 -0
  1463. package/build/esm/components/Image/Image.d.ts +16 -0
  1464. package/build/esm/components/Image/Image.js +32 -0
  1465. package/build/esm/components/Image/schema.d.ts +232 -0
  1466. package/build/esm/components/Image/schema.js +78 -0
  1467. package/build/esm/components/ImageBase/ImageBase.d.ts +11 -0
  1468. package/build/esm/components/ImageBase/ImageBase.js +14 -0
  1469. package/build/esm/components/InfiniteScroll/InfiniteScroll.d.ts +7 -0
  1470. package/build/esm/components/InfiniteScroll/InfiniteScroll.js +31 -0
  1471. package/build/esm/components/InnerForm/InnerForm.d.ts +9 -0
  1472. package/build/esm/components/InnerForm/InnerForm.js +32 -0
  1473. package/build/esm/components/Link/Link.css +71 -0
  1474. package/build/esm/components/Link/Link.d.ts +7 -0
  1475. package/build/esm/components/Link/Link.js +59 -0
  1476. package/build/esm/components/Links/Links.css +15 -0
  1477. package/build/esm/components/Links/Links.d.ts +13 -0
  1478. package/build/esm/components/Links/Links.js +16 -0
  1479. package/build/esm/components/Map/GoogleMap.d.ts +4 -0
  1480. package/build/esm/components/Map/GoogleMap.js +41 -0
  1481. package/build/esm/components/Map/Map.css +25 -0
  1482. package/build/esm/components/Map/Map.d.ts +4 -0
  1483. package/build/esm/components/Map/Map.js +17 -0
  1484. package/build/esm/components/Map/YMap/YMap.d.ts +15 -0
  1485. package/build/esm/components/Map/YMap/YMap.js +101 -0
  1486. package/build/esm/components/Map/YMap/YandexMap.d.ts +4 -0
  1487. package/build/esm/components/Map/YMap/YandexMap.js +78 -0
  1488. package/build/esm/components/Map/YMap/YandexMapApiLoader.d.ts +11 -0
  1489. package/build/esm/components/Map/YMap/YandexMapApiLoader.js +33 -0
  1490. package/build/esm/components/Map/YMap/i18n/en.json +4 -0
  1491. package/build/esm/components/Map/YMap/i18n/index.d.ts +1 -0
  1492. package/build/esm/components/Map/YMap/i18n/index.js +5 -0
  1493. package/build/esm/components/Map/YMap/i18n/ru.json +4 -0
  1494. package/build/esm/components/Map/helpers.d.ts +1 -0
  1495. package/build/esm/components/Map/helpers.js +3 -0
  1496. package/build/esm/components/Media/DataLens/DataLens.css +20 -0
  1497. package/build/esm/components/Media/DataLens/DataLens.d.ts +4 -0
  1498. package/build/esm/components/Media/DataLens/DataLens.js +15 -0
  1499. package/build/esm/components/Media/DataLens/i18n/en.json +3 -0
  1500. package/build/esm/components/Media/DataLens/i18n/index.d.ts +1 -0
  1501. package/build/esm/components/Media/DataLens/i18n/index.js +5 -0
  1502. package/build/esm/components/Media/DataLens/i18n/ru.json +3 -0
  1503. package/build/esm/components/Media/DataLens/utils.d.ts +2 -0
  1504. package/build/esm/components/Media/DataLens/utils.js +3 -0
  1505. package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.d.ts +4 -0
  1506. package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.js +7 -0
  1507. package/build/esm/components/Media/Iframe/Iframe.css +18 -0
  1508. package/build/esm/components/Media/Iframe/Iframe.d.ts +4 -0
  1509. package/build/esm/components/Media/Iframe/Iframe.js +12 -0
  1510. package/build/esm/components/Media/Iframe/i18n/en.json +3 -0
  1511. package/build/esm/components/Media/Iframe/i18n/index.d.ts +1 -0
  1512. package/build/esm/components/Media/Iframe/i18n/index.js +5 -0
  1513. package/build/esm/components/Media/Iframe/i18n/ru.json +3 -0
  1514. package/build/esm/components/Media/Image/Image.css +10 -0
  1515. package/build/esm/components/Media/Image/Image.d.ts +15 -0
  1516. package/build/esm/components/Media/Image/Image.js +66 -0
  1517. package/build/esm/components/Media/Image/utils.d.ts +2 -0
  1518. package/build/esm/components/Media/Image/utils.js +3 -0
  1519. package/build/esm/components/Media/Media.css +11 -0
  1520. package/build/esm/components/Media/Media.d.ts +12 -0
  1521. package/build/esm/components/Media/Media.js +93 -0
  1522. package/build/esm/components/Media/Video/Video.css +12 -0
  1523. package/build/esm/components/Media/Video/Video.d.ts +16 -0
  1524. package/build/esm/components/Media/Video/Video.js +81 -0
  1525. package/build/esm/components/Media/Video/utils.d.ts +16 -0
  1526. package/build/esm/components/Media/Video/utils.js +44 -0
  1527. package/build/esm/components/MediaBase/MediaBase.css +60 -0
  1528. package/build/esm/components/MediaBase/MediaBase.d.ts +14 -0
  1529. package/build/esm/components/MediaBase/MediaBase.js +50 -0
  1530. package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
  1531. package/build/esm/components/MediaBase/MediaBaseContent.d.ts +4 -0
  1532. package/build/esm/components/MediaBase/MediaBaseContent.js +12 -0
  1533. package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
  1534. package/build/esm/components/MetaInfo/MetaInfo.d.ts +7 -0
  1535. package/build/esm/components/MetaInfo/MetaInfo.js +7 -0
  1536. package/build/esm/components/MetaInfo/schema.d.ts +8 -0
  1537. package/build/esm/components/MetaInfo/schema.js +8 -0
  1538. package/build/esm/components/OutsideClick/OutsideClick.d.ts +13 -0
  1539. package/build/esm/components/OutsideClick/OutsideClick.js +27 -0
  1540. package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
  1541. package/build/esm/components/OverflowScroller/OverflowScroller.d.ts +29 -0
  1542. package/build/esm/components/OverflowScroller/OverflowScroller.js +89 -0
  1543. package/build/esm/components/OverflowScroller/i18n/en.json +4 -0
  1544. package/build/esm/components/OverflowScroller/i18n/index.d.ts +1 -0
  1545. package/build/esm/components/OverflowScroller/i18n/index.js +5 -0
  1546. package/build/esm/components/OverflowScroller/i18n/ru.json +4 -0
  1547. package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
  1548. package/build/esm/components/ReactPlayer/CircleProgress.d.ts +11 -0
  1549. package/build/esm/components/ReactPlayer/CircleProgress.js +18 -0
  1550. package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
  1551. package/build/esm/components/ReactPlayer/CustomBarControls.d.ts +17 -0
  1552. package/build/esm/components/ReactPlayer/CustomBarControls.js +53 -0
  1553. package/build/esm/components/ReactPlayer/ReactPlayer.css +81 -0
  1554. package/build/esm/components/ReactPlayer/ReactPlayer.d.ts +17 -0
  1555. package/build/esm/components/ReactPlayer/ReactPlayer.js +273 -0
  1556. package/build/esm/components/ReactPlayer/i18n/en.json +6 -0
  1557. package/build/esm/components/ReactPlayer/i18n/index.d.ts +1 -0
  1558. package/build/esm/components/ReactPlayer/i18n/index.js +5 -0
  1559. package/build/esm/components/ReactPlayer/i18n/ru.json +6 -0
  1560. package/build/esm/components/ReactPlayer/utils/youtube.d.ts +2 -0
  1561. package/build/esm/components/ReactPlayer/utils/youtube.js +3 -0
  1562. package/build/esm/components/ReactPlayer/utils.d.ts +1 -0
  1563. package/build/esm/components/ReactPlayer/utils.js +20 -0
  1564. package/build/esm/components/RootCn/index.d.ts +4 -0
  1565. package/build/esm/components/RootCn/index.js +8 -0
  1566. package/build/esm/components/RouterLink/RouterLink.d.ts +7 -0
  1567. package/build/esm/components/RouterLink/RouterLink.js +7 -0
  1568. package/build/esm/components/ServiceIcon/ServiceIcon.d.ts +6 -0
  1569. package/build/esm/components/ServiceIcon/ServiceIcon.js +15 -0
  1570. package/build/esm/components/ServiceLabel/ServiceLabel.css +20 -0
  1571. package/build/esm/components/ServiceLabel/ServiceLabel.d.ts +4 -0
  1572. package/build/esm/components/ServiceLabel/ServiceLabel.js +11 -0
  1573. package/build/esm/components/Table/Table.css +87 -0
  1574. package/build/esm/components/Table/Table.d.ts +10 -0
  1575. package/build/esm/components/Table/Table.js +39 -0
  1576. package/build/esm/components/Title/Title.css +19 -0
  1577. package/build/esm/components/Title/Title.d.ts +9 -0
  1578. package/build/esm/components/Title/Title.js +24 -0
  1579. package/build/esm/components/Title/TitleItem.css +141 -0
  1580. package/build/esm/components/Title/TitleItem.d.ts +10 -0
  1581. package/build/esm/components/Title/TitleItem.js +55 -0
  1582. package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
  1583. package/build/esm/components/ToggleArrow/ToggleArrow.d.ts +12 -0
  1584. package/build/esm/components/ToggleArrow/ToggleArrow.js +8 -0
  1585. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  1586. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.d.ts +9 -0
  1587. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.js +7 -0
  1588. package/build/esm/components/UnpublishedLabel/i18n/en.json +3 -0
  1589. package/build/esm/components/UnpublishedLabel/i18n/index.d.ts +1 -0
  1590. package/build/esm/components/UnpublishedLabel/i18n/index.js +5 -0
  1591. package/build/esm/components/UnpublishedLabel/i18n/ru.json +3 -0
  1592. package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
  1593. package/build/esm/components/VideoBlock/VideoBlock.d.ts +25 -0
  1594. package/build/esm/components/VideoBlock/VideoBlock.js +100 -0
  1595. package/build/esm/components/VideoBlock/i18n/en.json +3 -0
  1596. package/build/esm/components/VideoBlock/i18n/index.d.ts +1 -0
  1597. package/build/esm/components/VideoBlock/i18n/index.js +5 -0
  1598. package/build/esm/components/VideoBlock/i18n/ru.json +3 -0
  1599. package/build/esm/components/YFMWrapper/YFMWrapper.d.ts +10 -0
  1600. package/build/esm/components/YFMWrapper/YFMWrapper.js +9 -0
  1601. package/build/esm/components/YandexForm/YandexForm.d.ts +5 -0
  1602. package/build/esm/components/YandexForm/YandexForm.js +106 -0
  1603. package/build/esm/components/YandexForm/schema.d.ts +16 -0
  1604. package/build/esm/components/YandexForm/schema.js +10 -0
  1605. package/build/esm/components/constants.d.ts +4 -0
  1606. package/build/esm/components/constants.js +4 -0
  1607. package/build/esm/components/index.d.ts +44 -0
  1608. package/build/esm/components/index.js +42 -0
  1609. package/build/esm/constants.d.ts +7 -0
  1610. package/build/esm/constants.js +7 -0
  1611. package/build/esm/constructor-items.d.ts +51 -0
  1612. package/build/esm/constructor-items.js +58 -0
  1613. package/build/esm/containers/Loadable/Loadable.css +4 -0
  1614. package/build/esm/containers/Loadable/Loadable.d.ts +17 -0
  1615. package/build/esm/containers/Loadable/Loadable.js +44 -0
  1616. package/build/esm/containers/Loadable/i18n/en.json +4 -0
  1617. package/build/esm/containers/Loadable/i18n/index.d.ts +1 -0
  1618. package/build/esm/containers/Loadable/i18n/index.js +5 -0
  1619. package/build/esm/containers/Loadable/i18n/ru.json +4 -0
  1620. package/build/esm/containers/PageConstructor/PageConstructor.css +204 -0
  1621. package/build/esm/containers/PageConstructor/PageConstructor.d.ts +20 -0
  1622. package/build/esm/containers/PageConstructor/PageConstructor.js +62 -0
  1623. package/build/esm/containers/PageConstructor/Provider.d.ts +23 -0
  1624. package/build/esm/containers/PageConstructor/Provider.js +30 -0
  1625. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  1626. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.d.ts +8 -0
  1627. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js +21 -0
  1628. package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.d.ts +1 -0
  1629. package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.js +1 -0
  1630. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.d.ts +6 -0
  1631. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +42 -0
  1632. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.d.ts +1 -0
  1633. package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.js +1 -0
  1634. package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.d.ts +8 -0
  1635. package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js +14 -0
  1636. package/build/esm/containers/PageConstructor/components/ConstructorItem/index.d.ts +1 -0
  1637. package/build/esm/containers/PageConstructor/components/ConstructorItem/index.js +1 -0
  1638. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.d.ts +7 -0
  1639. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js +13 -0
  1640. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.d.ts +1 -0
  1641. package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.js +1 -0
  1642. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  1643. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.d.ts +3 -0
  1644. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js +7 -0
  1645. package/build/esm/containers/PageConstructor/components/ConstructorRow/index.d.ts +1 -0
  1646. package/build/esm/containers/PageConstructor/components/ConstructorRow/index.js +1 -0
  1647. package/build/esm/containers/PageConstructor/components/index.d.ts +2 -0
  1648. package/build/esm/containers/PageConstructor/components/index.js +1 -0
  1649. package/build/esm/containers/PageConstructor/index.d.ts +5 -0
  1650. package/build/esm/containers/PageConstructor/index.js +3 -0
  1651. package/build/esm/context/analyticsContext/analyticsContext.d.ts +7 -0
  1652. package/build/esm/context/analyticsContext/analyticsContext.js +2 -0
  1653. package/build/esm/context/analyticsContext/index.d.ts +1 -0
  1654. package/build/esm/context/analyticsContext/index.js +1 -0
  1655. package/build/esm/context/animateContext/AnimateContext.d.ts +5 -0
  1656. package/build/esm/context/animateContext/AnimateContext.js +2 -0
  1657. package/build/esm/context/animateContext/index.d.ts +1 -0
  1658. package/build/esm/context/animateContext/index.js +1 -0
  1659. package/build/esm/context/blockIdContext/blockIdContext.d.ts +3 -0
  1660. package/build/esm/context/blockIdContext/blockIdContext.js +2 -0
  1661. package/build/esm/context/blockIdContext/index.d.ts +1 -0
  1662. package/build/esm/context/blockIdContext/index.js +1 -0
  1663. package/build/esm/context/eventsContext/EventsContext.d.ts +51 -0
  1664. package/build/esm/context/eventsContext/EventsContext.js +19 -0
  1665. package/build/esm/context/eventsContext/index.d.ts +1 -0
  1666. package/build/esm/context/eventsContext/index.js +1 -0
  1667. package/build/esm/context/formListContext/FormListContext.d.ts +13 -0
  1668. package/build/esm/context/formListContext/FormListContext.js +2 -0
  1669. package/build/esm/context/formListContext/index.d.ts +1 -0
  1670. package/build/esm/context/formListContext/index.js +1 -0
  1671. package/build/esm/context/formsContext/FormsContext.d.ts +13 -0
  1672. package/build/esm/context/formsContext/FormsContext.js +3 -0
  1673. package/build/esm/context/formsContext/index.d.ts +1 -0
  1674. package/build/esm/context/formsContext/index.js +1 -0
  1675. package/build/esm/context/headerContext/HeaderContext.d.ts +9 -0
  1676. package/build/esm/context/headerContext/HeaderContext.js +2 -0
  1677. package/build/esm/context/headerContext/index.d.ts +1 -0
  1678. package/build/esm/context/headerContext/index.js +1 -0
  1679. package/build/esm/context/imageContext/imageContext.d.ts +6 -0
  1680. package/build/esm/context/imageContext/imageContext.js +2 -0
  1681. package/build/esm/context/imageContext/index.d.ts +1 -0
  1682. package/build/esm/context/imageContext/index.js +1 -0
  1683. package/build/esm/context/innerContext/InnerContext.d.ts +18 -0
  1684. package/build/esm/context/innerContext/InnerContext.js +10 -0
  1685. package/build/esm/context/innerContext/index.d.ts +1 -0
  1686. package/build/esm/context/innerContext/index.js +1 -0
  1687. package/build/esm/context/localeContext/index.d.ts +1 -0
  1688. package/build/esm/context/localeContext/index.js +1 -0
  1689. package/build/esm/context/localeContext/localeContext.d.ts +7 -0
  1690. package/build/esm/context/localeContext/localeContext.js +3 -0
  1691. package/build/esm/context/locationContext/index.d.ts +1 -0
  1692. package/build/esm/context/locationContext/index.js +1 -0
  1693. package/build/esm/context/locationContext/locationContext.d.ts +20 -0
  1694. package/build/esm/context/locationContext/locationContext.js +2 -0
  1695. package/build/esm/context/mapsContext/mapsContext.d.ts +22 -0
  1696. package/build/esm/context/mapsContext/mapsContext.js +16 -0
  1697. package/build/esm/context/mapsContext/mapsProvider.d.ts +10 -0
  1698. package/build/esm/context/mapsContext/mapsProvider.js +10 -0
  1699. package/build/esm/context/mapsContext/useMap.d.ts +2 -0
  1700. package/build/esm/context/mapsContext/useMap.js +6 -0
  1701. package/build/esm/context/mobileContext/MobileContext.d.ts +2 -0
  1702. package/build/esm/context/mobileContext/MobileContext.js +2 -0
  1703. package/build/esm/context/mobileContext/index.d.ts +1 -0
  1704. package/build/esm/context/mobileContext/index.js +1 -0
  1705. package/build/esm/context/pressReleasesContext/PressReleasesContext.d.ts +13 -0
  1706. package/build/esm/context/pressReleasesContext/PressReleasesContext.js +7 -0
  1707. package/build/esm/context/pressReleasesContext/index.d.ts +1 -0
  1708. package/build/esm/context/pressReleasesContext/index.js +1 -0
  1709. package/build/esm/context/projectSettingsContext/ProjectSettingsContext.d.ts +6 -0
  1710. package/build/esm/context/projectSettingsContext/ProjectSettingsContext.js +2 -0
  1711. package/build/esm/context/projectSettingsContext/index.d.ts +1 -0
  1712. package/build/esm/context/projectSettingsContext/index.js +1 -0
  1713. package/build/esm/context/routerContext/RouterContext.d.ts +7 -0
  1714. package/build/esm/context/routerContext/RouterContext.js +2 -0
  1715. package/build/esm/context/routerContext/index.d.ts +1 -0
  1716. package/build/esm/context/routerContext/index.js +1 -0
  1717. package/build/esm/context/servicesContext/ServicesContext.d.ts +24 -0
  1718. package/build/esm/context/servicesContext/ServicesContext.js +5 -0
  1719. package/build/esm/context/servicesContext/index.d.ts +1 -0
  1720. package/build/esm/context/servicesContext/index.js +1 -0
  1721. package/build/esm/context/solutionsContext/SolutionsContext.d.ts +12 -0
  1722. package/build/esm/context/solutionsContext/SolutionsContext.js +2 -0
  1723. package/build/esm/context/solutionsContext/index.d.ts +1 -0
  1724. package/build/esm/context/solutionsContext/index.js +1 -0
  1725. package/build/esm/context/ssrContext/SSRContext.d.ts +5 -0
  1726. package/build/esm/context/ssrContext/SSRContext.js +2 -0
  1727. package/build/esm/context/ssrContext/index.d.ts +1 -0
  1728. package/build/esm/context/ssrContext/index.js +1 -0
  1729. package/build/esm/context/stylesContext/StylesContext.d.ts +6 -0
  1730. package/build/esm/context/stylesContext/StylesContext.js +2 -0
  1731. package/build/esm/context/stylesContext/index.d.ts +1 -0
  1732. package/build/esm/context/stylesContext/index.js +1 -0
  1733. package/build/esm/context/theme/ThemeContext.d.ts +7 -0
  1734. package/build/esm/context/theme/ThemeContext.js +6 -0
  1735. package/build/esm/context/theme/index.d.ts +3 -0
  1736. package/build/esm/context/theme/index.js +3 -0
  1737. package/build/esm/context/theme/useTheme.d.ts +2 -0
  1738. package/build/esm/context/theme/useTheme.js +6 -0
  1739. package/build/esm/context/theme/withTheme.d.ts +6 -0
  1740. package/build/esm/context/theme/withTheme.js +14 -0
  1741. package/build/esm/context/videoContext/VideoContext.d.ts +6 -0
  1742. package/build/esm/context/videoContext/VideoContext.js +2 -0
  1743. package/build/esm/context/videoContext/index.d.ts +1 -0
  1744. package/build/esm/context/videoContext/index.js +1 -0
  1745. package/build/esm/customization/BlockDecoration.d.ts +3 -0
  1746. package/build/esm/customization/BlockDecoration.js +12 -0
  1747. package/build/esm/editor/components/AddBlock/AddBlock.css +92 -0
  1748. package/build/esm/editor/components/AddBlock/AddBlock.d.ts +8 -0
  1749. package/build/esm/editor/components/AddBlock/AddBlock.js +58 -0
  1750. package/build/esm/editor/components/BlockForm/BlockForm.d.ts +12 -0
  1751. package/build/esm/editor/components/BlockForm/BlockForm.js +26 -0
  1752. package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
  1753. package/build/esm/editor/components/CodeEditor/CodeEditor.d.ts +14 -0
  1754. package/build/esm/editor/components/CodeEditor/CodeEditor.js +32 -0
  1755. package/build/esm/editor/components/CodeEditor/constants.d.ts +2 -0
  1756. package/build/esm/editor/components/CodeEditor/constants.js +17 -0
  1757. package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
  1758. package/build/esm/editor/components/ControlPanel/ControlPanel.d.ts +13 -0
  1759. package/build/esm/editor/components/ControlPanel/ControlPanel.js +42 -0
  1760. package/build/esm/editor/components/ControlPanel/i18n/en.json +5 -0
  1761. package/build/esm/editor/components/ControlPanel/i18n/index.d.ts +1 -0
  1762. package/build/esm/editor/components/ControlPanel/i18n/index.js +5 -0
  1763. package/build/esm/editor/components/ControlPanel/i18n/ru.json +5 -0
  1764. package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.d.ts +7 -0
  1765. package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.js +7 -0
  1766. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  1767. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +9 -0
  1768. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +40 -0
  1769. package/build/esm/editor/components/DeviceEmulation/utils.d.ts +4 -0
  1770. package/build/esm/editor/components/DeviceEmulation/utils.js +3 -0
  1771. package/build/esm/editor/components/EditBlock/EditBlock.css +65 -0
  1772. package/build/esm/editor/components/EditBlock/EditBlock.d.ts +14 -0
  1773. package/build/esm/editor/components/EditBlock/EditBlock.js +48 -0
  1774. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  1775. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.d.ts +14 -0
  1776. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.js +31 -0
  1777. package/build/esm/editor/components/ErrorBoundary/i18n/en.json +4 -0
  1778. package/build/esm/editor/components/ErrorBoundary/i18n/index.d.ts +1 -0
  1779. package/build/esm/editor/components/ErrorBoundary/i18n/index.js +5 -0
  1780. package/build/esm/editor/components/ErrorBoundary/i18n/ru.json +4 -0
  1781. package/build/esm/editor/components/Layout/Layout.css +50 -0
  1782. package/build/esm/editor/components/Layout/Layout.d.ts +17 -0
  1783. package/build/esm/editor/components/Layout/Layout.js +34 -0
  1784. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  1785. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.d.ts +3 -0
  1786. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.js +8 -0
  1787. package/build/esm/editor/components/NotFoundBlock/i18n/en.json +3 -0
  1788. package/build/esm/editor/components/NotFoundBlock/i18n/index.d.ts +1 -0
  1789. package/build/esm/editor/components/NotFoundBlock/i18n/index.js +5 -0
  1790. package/build/esm/editor/components/NotFoundBlock/i18n/ru.json +3 -0
  1791. package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
  1792. package/build/esm/editor/components/PageSettings/PageSettings.d.ts +12 -0
  1793. package/build/esm/editor/components/PageSettings/PageSettings.js +27 -0
  1794. package/build/esm/editor/components/PageSettings/i18n/en.json +3 -0
  1795. package/build/esm/editor/components/PageSettings/i18n/index.d.ts +1 -0
  1796. package/build/esm/editor/components/PageSettings/i18n/index.js +5 -0
  1797. package/build/esm/editor/components/PageSettings/i18n/ru.json +3 -0
  1798. package/build/esm/editor/containers/Editor/Editor.css +17 -0
  1799. package/build/esm/editor/containers/Editor/Editor.d.ts +3 -0
  1800. package/build/esm/editor/containers/Editor/Editor.js +30 -0
  1801. package/build/esm/editor/containers/Editor/hooks/useCode.d.ts +14 -0
  1802. package/build/esm/editor/containers/Editor/hooks/useCode.js +24 -0
  1803. package/build/esm/editor/containers/Editor/hooks/useEditorState.d.ts +49 -0
  1804. package/build/esm/editor/containers/Editor/hooks/useEditorState.js +95 -0
  1805. package/build/esm/editor/containers/Form/Form.css +87 -0
  1806. package/build/esm/editor/containers/Form/Form.d.ts +12 -0
  1807. package/build/esm/editor/containers/Form/Form.js +24 -0
  1808. package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
  1809. package/build/esm/editor/context.d.ts +11 -0
  1810. package/build/esm/editor/context.js +2 -0
  1811. package/build/esm/editor/data/index.d.ts +14 -0
  1812. package/build/esm/editor/data/index.js +30 -0
  1813. package/build/esm/editor/data/previews/default-preview.d.ts +3 -0
  1814. package/build/esm/editor/data/previews/default-preview.js +15 -0
  1815. package/build/esm/editor/data/previews/header-block.d.ts +3 -0
  1816. package/build/esm/editor/data/previews/header-block.js +16 -0
  1817. package/build/esm/editor/data/templates/banner-block.json +24 -0
  1818. package/build/esm/editor/data/templates/card-layout-block.json +39 -0
  1819. package/build/esm/editor/data/templates/companies-block.json +14 -0
  1820. package/build/esm/editor/data/templates/content-layout-block.json +56 -0
  1821. package/build/esm/editor/data/templates/extended-features-block.json +53 -0
  1822. package/build/esm/editor/data/templates/filter-block.json +62 -0
  1823. package/build/esm/editor/data/templates/form-block.json +24 -0
  1824. package/build/esm/editor/data/templates/header-block.json +19 -0
  1825. package/build/esm/editor/data/templates/header-slider-block.json +59 -0
  1826. package/build/esm/editor/data/templates/icons-block.json +32 -0
  1827. package/build/esm/editor/data/templates/info-block.json +40 -0
  1828. package/build/esm/editor/data/templates/link-table-block.json +10 -0
  1829. package/build/esm/editor/data/templates/map-block.json +48 -0
  1830. package/build/esm/editor/data/templates/media-block.json +12 -0
  1831. package/build/esm/editor/data/templates/promo-features-block.json +52 -0
  1832. package/build/esm/editor/data/templates/questions-block.json +105 -0
  1833. package/build/esm/editor/data/templates/share-block.json +6 -0
  1834. package/build/esm/editor/data/templates/slider-block.json +46 -0
  1835. package/build/esm/editor/data/templates/slider-new-block.json +46 -0
  1836. package/build/esm/editor/data/templates/table-block.json +18 -0
  1837. package/build/esm/editor/data/templates/tabs-block.json +57 -0
  1838. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  1839. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.d.ts +20 -0
  1840. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js +68 -0
  1841. package/build/esm/editor/dynamic-forms-custom/config.d.ts +2 -0
  1842. package/build/esm/editor/dynamic-forms-custom/config.js +9 -0
  1843. package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +12 -0
  1844. package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.js +70 -0
  1845. package/build/esm/editor/dynamic-forms-custom/parser/detect.d.ts +9 -0
  1846. package/build/esm/editor/dynamic-forms-custom/parser/detect.js +32 -0
  1847. package/build/esm/editor/dynamic-forms-custom/parser/index.d.ts +28 -0
  1848. package/build/esm/editor/dynamic-forms-custom/parser/index.js +185 -0
  1849. package/build/esm/editor/dynamic-forms-custom/parser/types.d.ts +28 -0
  1850. package/build/esm/editor/dynamic-forms-custom/parser/types.js +1 -0
  1851. package/build/esm/editor/dynamic-forms-custom/parser/views.d.ts +37 -0
  1852. package/build/esm/editor/dynamic-forms-custom/parser/views.js +39 -0
  1853. package/build/esm/editor/hooks/useCodeValidator.d.ts +4 -0
  1854. package/build/esm/editor/hooks/useCodeValidator.js +6 -0
  1855. package/build/esm/editor/hooks/useFormSpec.d.ts +2 -0
  1856. package/build/esm/editor/hooks/useFormSpec.js +5 -0
  1857. package/build/esm/editor/hooks/usePreviousValue.d.ts +1 -0
  1858. package/build/esm/editor/hooks/usePreviousValue.js +8 -0
  1859. package/build/esm/editor/icons/Tablet.d.ts +2 -0
  1860. package/build/esm/editor/icons/Tablet.js +4 -0
  1861. package/build/esm/editor/index.d.ts +2 -0
  1862. package/build/esm/editor/index.js +2 -0
  1863. package/build/esm/editor/store/main/index.d.ts +12 -0
  1864. package/build/esm/editor/store/main/index.js +77 -0
  1865. package/build/esm/editor/store/main/reducer.d.ts +52 -0
  1866. package/build/esm/editor/store/main/reducer.js +38 -0
  1867. package/build/esm/editor/store/main/utils.d.ts +13 -0
  1868. package/build/esm/editor/store/main/utils.js +28 -0
  1869. package/build/esm/editor/store/settings/index.d.ts +12 -0
  1870. package/build/esm/editor/store/settings/index.js +17 -0
  1871. package/build/esm/editor/store/settings/reducer.d.ts +37 -0
  1872. package/build/esm/editor/store/settings/reducer.js +28 -0
  1873. package/build/esm/editor/styles/mixins.css +0 -0
  1874. package/build/esm/editor/styles/root.css +9 -0
  1875. package/build/esm/editor/styles/variables.css +0 -0
  1876. package/build/esm/editor/types/index.d.ts +42 -0
  1877. package/build/esm/editor/types/index.js +12 -0
  1878. package/build/esm/editor/utils/code.d.ts +6 -0
  1879. package/build/esm/editor/utils/code.js +6 -0
  1880. package/build/esm/editor/utils/index.d.ts +15 -0
  1881. package/build/esm/editor/utils/index.js +9 -0
  1882. package/build/esm/editor/utils/validation.d.ts +13 -0
  1883. package/build/esm/editor/utils/validation.js +51 -0
  1884. package/build/esm/editor/widget/constants.d.ts +4 -0
  1885. package/build/esm/editor/widget/constants.js +5 -0
  1886. package/build/esm/editor/widget/index.d.ts +21 -0
  1887. package/build/esm/editor/widget/index.js +71 -0
  1888. package/build/esm/editor/widget/utils.d.ts +1 -0
  1889. package/build/esm/editor/widget/utils.js +15 -0
  1890. package/build/esm/grid/Break/Break.d.ts +2 -0
  1891. package/build/esm/grid/Break/Break.js +2 -0
  1892. package/build/esm/grid/Col/Col.d.ts +8 -0
  1893. package/build/esm/grid/Col/Col.js +8 -0
  1894. package/build/esm/grid/Grid/Grid.css +87 -0
  1895. package/build/esm/grid/Grid/Grid.d.ts +10 -0
  1896. package/build/esm/grid/Grid/Grid.js +7 -0
  1897. package/build/esm/grid/Row/Row.d.ts +12 -0
  1898. package/build/esm/grid/Row/Row.js +11 -0
  1899. package/build/esm/grid/index.d.ts +6 -0
  1900. package/build/esm/grid/index.js +6 -0
  1901. package/build/esm/grid/styles/bootstrap.css +1627 -0
  1902. package/build/esm/grid/types.d.ts +51 -0
  1903. package/build/esm/grid/types.js +44 -0
  1904. package/build/esm/grid/utils.d.ts +9 -0
  1905. package/build/esm/grid/utils.js +53 -0
  1906. package/build/esm/hooks/hubspot.d.ts +16 -0
  1907. package/build/esm/hooks/hubspot.js +33 -0
  1908. package/build/esm/hooks/index.d.ts +6 -0
  1909. package/build/esm/hooks/index.js +6 -0
  1910. package/build/esm/hooks/useAnalytics.d.ts +2 -0
  1911. package/build/esm/hooks/useAnalytics.js +33 -0
  1912. package/build/esm/hooks/useFocus.d.ts +5 -0
  1913. package/build/esm/hooks/useFocus.js +35 -0
  1914. package/build/esm/hooks/useHeightCalculator.d.ts +6 -0
  1915. package/build/esm/hooks/useHeightCalculator.js +24 -0
  1916. package/build/esm/hooks/useMetrika.d.ts +1 -0
  1917. package/build/esm/hooks/useMetrika.js +1 -0
  1918. package/build/esm/hooks/useMount.d.ts +3 -0
  1919. package/build/esm/hooks/useMount.js +5 -0
  1920. package/build/esm/hooks/useWindowBreakpoint.d.ts +1 -0
  1921. package/build/esm/hooks/useWindowBreakpoint.js +29 -0
  1922. package/build/esm/icons/BrandIconDark.d.ts +2 -0
  1923. package/build/esm/icons/BrandIconDark.js +18 -0
  1924. package/build/esm/icons/BrandIconLight.d.ts +2 -0
  1925. package/build/esm/icons/BrandIconLight.js +18 -0
  1926. package/build/esm/icons/BrandName.d.ts +3 -0
  1927. package/build/esm/icons/BrandName.js +14 -0
  1928. package/build/esm/icons/Chevron.d.ts +2 -0
  1929. package/build/esm/icons/Chevron.js +4 -0
  1930. package/build/esm/icons/CloseIcon.d.ts +2 -0
  1931. package/build/esm/icons/CloseIcon.js +3 -0
  1932. package/build/esm/icons/DropdownArrowIcon.d.ts +2 -0
  1933. package/build/esm/icons/DropdownArrowIcon.js +3 -0
  1934. package/build/esm/icons/Facebook.d.ts +2 -0
  1935. package/build/esm/icons/Facebook.js +4 -0
  1936. package/build/esm/icons/Github.d.ts +2 -0
  1937. package/build/esm/icons/Github.js +4 -0
  1938. package/build/esm/icons/Linkedin.d.ts +2 -0
  1939. package/build/esm/icons/Linkedin.js +4 -0
  1940. package/build/esm/icons/NavigationArrow.d.ts +2 -0
  1941. package/build/esm/icons/NavigationArrow.js +4 -0
  1942. package/build/esm/icons/NavigationChevron.d.ts +2 -0
  1943. package/build/esm/icons/NavigationChevron.js +4 -0
  1944. package/build/esm/icons/SearchIcon.d.ts +2 -0
  1945. package/build/esm/icons/SearchIcon.js +3 -0
  1946. package/build/esm/icons/Telegram.d.ts +2 -0
  1947. package/build/esm/icons/Telegram.js +4 -0
  1948. package/build/esm/icons/Twitter.d.ts +2 -0
  1949. package/build/esm/icons/Twitter.js +4 -0
  1950. package/build/esm/icons/Vk.d.ts +2 -0
  1951. package/build/esm/icons/Vk.js +4 -0
  1952. package/build/esm/icons/index.d.ts +4 -0
  1953. package/build/esm/icons/index.js +4 -0
  1954. package/build/esm/index.d.ts +20 -0
  1955. package/build/esm/index.js +21 -0
  1956. package/build/esm/internal-typings/global.d.ts +68 -0
  1957. package/build/esm/markdown-it-mark.d.ts +5 -0
  1958. package/build/esm/models/common.d.ts +52 -0
  1959. package/build/esm/models/common.js +29 -0
  1960. package/build/esm/models/components.d.ts +2 -0
  1961. package/build/esm/models/components.js +1 -0
  1962. package/build/esm/models/constructor-items/blocks.d.ts +517 -0
  1963. package/build/esm/models/constructor-items/blocks.js +64 -0
  1964. package/build/esm/models/constructor-items/common.d.ts +381 -0
  1965. package/build/esm/models/constructor-items/common.js +55 -0
  1966. package/build/esm/models/constructor-items/index.d.ts +6 -0
  1967. package/build/esm/models/constructor-items/index.js +3 -0
  1968. package/build/esm/models/constructor-items/sub-blocks.d.ts +207 -0
  1969. package/build/esm/models/constructor-items/sub-blocks.js +31 -0
  1970. package/build/esm/models/constructor.d.ts +48 -0
  1971. package/build/esm/models/constructor.js +1 -0
  1972. package/build/esm/models/customization.d.ts +7 -0
  1973. package/build/esm/models/customization.js +1 -0
  1974. package/build/esm/models/guards.d.ts +4 -0
  1975. package/build/esm/models/guards.js +10 -0
  1976. package/build/esm/models/index.d.ts +7 -0
  1977. package/build/esm/models/index.js +7 -0
  1978. package/build/esm/models/navigation.d.ts +101 -0
  1979. package/build/esm/models/navigation.js +22 -0
  1980. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  1981. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.d.ts +5 -0
  1982. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.js +22 -0
  1983. package/build/esm/navigation/components/Logo/Logo.css +23 -0
  1984. package/build/esm/navigation/components/Logo/Logo.d.ts +9 -0
  1985. package/build/esm/navigation/components/Logo/Logo.js +29 -0
  1986. package/build/esm/navigation/components/Logo/i18n/en.json +3 -0
  1987. package/build/esm/navigation/components/Logo/i18n/index.d.ts +1 -0
  1988. package/build/esm/navigation/components/Logo/i18n/index.js +5 -0
  1989. package/build/esm/navigation/components/Logo/i18n/ru.json +3 -0
  1990. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  1991. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.d.ts +4 -0
  1992. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.js +12 -0
  1993. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  1994. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.d.ts +5 -0
  1995. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.js +24 -0
  1996. package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
  1997. package/build/esm/navigation/components/Navigation/Navigation.d.ts +9 -0
  1998. package/build/esm/navigation/components/Navigation/Navigation.js +24 -0
  1999. package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
  2000. package/build/esm/navigation/components/NavigationItem/NavigationItem.d.ts +5 -0
  2001. package/build/esm/navigation/components/NavigationItem/NavigationItem.js +30 -0
  2002. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  2003. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.d.ts +10 -0
  2004. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js +11 -0
  2005. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  2006. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.d.ts +6 -0
  2007. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.js +43 -0
  2008. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  2009. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.d.ts +7 -0
  2010. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js +13 -0
  2011. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  2012. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.d.ts +6 -0
  2013. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js +20 -0
  2014. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  2015. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.d.ts +7 -0
  2016. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js +27 -0
  2017. package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.d.ts +7 -0
  2018. package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.js +8 -0
  2019. package/build/esm/navigation/components/NavigationItem/index.d.ts +6 -0
  2020. package/build/esm/navigation/components/NavigationItem/index.js +6 -0
  2021. package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
  2022. package/build/esm/navigation/components/NavigationList/NavigationList.d.ts +3 -0
  2023. package/build/esm/navigation/components/NavigationList/NavigationList.js +7 -0
  2024. package/build/esm/navigation/components/NavigationListItem/NavigationListItem.d.ts +4 -0
  2025. package/build/esm/navigation/components/NavigationListItem/NavigationListItem.js +17 -0
  2026. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  2027. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.d.ts +5 -0
  2028. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.js +15 -0
  2029. package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
  2030. package/build/esm/navigation/components/SocialIcon/SocialIcon.d.ts +8 -0
  2031. package/build/esm/navigation/components/SocialIcon/SocialIcon.js +13 -0
  2032. package/build/esm/navigation/components/Standalone/index.d.ts +3 -0
  2033. package/build/esm/navigation/components/Standalone/index.js +6 -0
  2034. package/build/esm/navigation/containers/Layout/Layout.css +15 -0
  2035. package/build/esm/navigation/containers/Layout/Layout.d.ts +9 -0
  2036. package/build/esm/navigation/containers/Layout/Layout.js +10 -0
  2037. package/build/esm/navigation/hooks/index.d.ts +2 -0
  2038. package/build/esm/navigation/hooks/index.js +2 -0
  2039. package/build/esm/navigation/hooks/useActiveNavItem.d.ts +26 -0
  2040. package/build/esm/navigation/hooks/useActiveNavItem.js +13 -0
  2041. package/build/esm/navigation/hooks/useShowBorder.d.ts +2 -0
  2042. package/build/esm/navigation/hooks/useShowBorder.js +19 -0
  2043. package/build/esm/navigation/index.d.ts +15 -0
  2044. package/build/esm/navigation/index.js +15 -0
  2045. package/build/esm/navigation/models.d.ts +64 -0
  2046. package/build/esm/navigation/models.js +13 -0
  2047. package/build/esm/navigation/schema.d.ts +77 -0
  2048. package/build/esm/navigation/schema.js +83 -0
  2049. package/build/esm/navigation/utils.d.ts +21 -0
  2050. package/build/esm/navigation/utils.js +24 -0
  2051. package/build/esm/schema/constants.d.ts +2129 -0
  2052. package/build/esm/schema/constants.js +52 -0
  2053. package/build/esm/schema/index.d.ts +14 -0
  2054. package/build/esm/schema/index.js +51 -0
  2055. package/build/esm/schema/validators/blocks.d.ts +27 -0
  2056. package/build/esm/schema/validators/blocks.js +27 -0
  2057. package/build/esm/schema/validators/common.d.ts +1475 -0
  2058. package/build/esm/schema/validators/common.js +663 -0
  2059. package/build/esm/schema/validators/components.d.ts +3 -0
  2060. package/build/esm/schema/validators/components.js +3 -0
  2061. package/build/esm/schema/validators/event.d.ts +37 -0
  2062. package/build/esm/schema/validators/event.js +35 -0
  2063. package/build/esm/schema/validators/index.d.ts +14 -0
  2064. package/build/esm/schema/validators/index.js +14 -0
  2065. package/build/esm/schema/validators/navigation.d.ts +1 -0
  2066. package/build/esm/schema/validators/navigation.js +1 -0
  2067. package/build/esm/schema/validators/sub-blocks.d.ts +13 -0
  2068. package/build/esm/schema/validators/sub-blocks.js +13 -0
  2069. package/build/esm/schema/validators/utils.d.ts +22 -0
  2070. package/build/esm/schema/validators/utils.js +7 -0
  2071. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +63 -0
  2072. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.d.ts +4 -0
  2073. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.js +25 -0
  2074. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +269 -0
  2075. package/build/esm/sub-blocks/BackgroundCard/schema.js +40 -0
  2076. package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
  2077. package/build/esm/sub-blocks/BannerCard/BannerCard.d.ts +4 -0
  2078. package/build/esm/sub-blocks/BannerCard/BannerCard.js +25 -0
  2079. package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
  2080. package/build/esm/sub-blocks/BasicCard/BasicCard.d.ts +5 -0
  2081. package/build/esm/sub-blocks/BasicCard/BasicCard.js +23 -0
  2082. package/build/esm/sub-blocks/BasicCard/schema.d.ts +149 -0
  2083. package/build/esm/sub-blocks/BasicCard/schema.js +25 -0
  2084. package/build/esm/sub-blocks/Card/Card.css +25 -0
  2085. package/build/esm/sub-blocks/Card/Card.d.ts +4 -0
  2086. package/build/esm/sub-blocks/Card/Card.js +25 -0
  2087. package/build/esm/sub-blocks/Card/i18n/en.json +3 -0
  2088. package/build/esm/sub-blocks/Card/i18n/index.d.ts +1 -0
  2089. package/build/esm/sub-blocks/Card/i18n/index.js +5 -0
  2090. package/build/esm/sub-blocks/Card/i18n/ru.json +3 -0
  2091. package/build/esm/sub-blocks/Card/schema.d.ts +45 -0
  2092. package/build/esm/sub-blocks/Card/schema.js +34 -0
  2093. package/build/esm/sub-blocks/Content/Content.css +167 -0
  2094. package/build/esm/sub-blocks/Content/Content.d.ts +6 -0
  2095. package/build/esm/sub-blocks/Content/Content.js +43 -0
  2096. package/build/esm/sub-blocks/Content/schema.d.ts +264 -0
  2097. package/build/esm/sub-blocks/Content/schema.js +66 -0
  2098. package/build/esm/sub-blocks/ContentLayoutCard/ContentLayoutCard.d.ts +3 -0
  2099. package/build/esm/sub-blocks/ContentLayoutCard/ContentLayoutCard.js +4 -0
  2100. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +403 -0
  2101. package/build/esm/sub-blocks/ContentLayoutCard/schema.js +4 -0
  2102. package/build/esm/sub-blocks/Divider/Divider.css +27 -0
  2103. package/build/esm/sub-blocks/Divider/Divider.d.ts +4 -0
  2104. package/build/esm/sub-blocks/Divider/Divider.js +6 -0
  2105. package/build/esm/sub-blocks/Divider/schema.d.ts +17 -0
  2106. package/build/esm/sub-blocks/Divider/schema.js +9 -0
  2107. package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  2108. package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.d.ts +6 -0
  2109. package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.js +49 -0
  2110. package/build/esm/sub-blocks/HubspotForm/index.d.ts +5 -0
  2111. package/build/esm/sub-blocks/HubspotForm/index.js +41 -0
  2112. package/build/esm/sub-blocks/HubspotForm/loadHubspotScript.d.ts +2 -0
  2113. package/build/esm/sub-blocks/HubspotForm/loadHubspotScript.js +23 -0
  2114. package/build/esm/sub-blocks/HubspotForm/schema.d.ts +22 -0
  2115. package/build/esm/sub-blocks/HubspotForm/schema.js +14 -0
  2116. package/build/esm/sub-blocks/ImageCard/ImageCard.css +99 -0
  2117. package/build/esm/sub-blocks/ImageCard/ImageCard.d.ts +4 -0
  2118. package/build/esm/sub-blocks/ImageCard/ImageCard.js +30 -0
  2119. package/build/esm/sub-blocks/ImageCard/schema.d.ts +160 -0
  2120. package/build/esm/sub-blocks/ImageCard/schema.js +24 -0
  2121. package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +69 -0
  2122. package/build/esm/sub-blocks/LayoutItem/LayoutItem.d.ts +4 -0
  2123. package/build/esm/sub-blocks/LayoutItem/LayoutItem.js +45 -0
  2124. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +545 -0
  2125. package/build/esm/sub-blocks/LayoutItem/schema.js +50 -0
  2126. package/build/esm/sub-blocks/LayoutItem/utils.d.ts +17 -0
  2127. package/build/esm/sub-blocks/LayoutItem/utils.js +6 -0
  2128. package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
  2129. package/build/esm/sub-blocks/MediaCard/MediaCard.d.ts +4 -0
  2130. package/build/esm/sub-blocks/MediaCard/MediaCard.js +13 -0
  2131. package/build/esm/sub-blocks/MediaCard/schema.d.ts +325 -0
  2132. package/build/esm/sub-blocks/MediaCard/schema.js +18 -0
  2133. package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
  2134. package/build/esm/sub-blocks/PriceCard/PriceCard.d.ts +4 -0
  2135. package/build/esm/sub-blocks/PriceCard/PriceCard.js +31 -0
  2136. package/build/esm/sub-blocks/PriceCard/schema.d.ts +327 -0
  2137. package/build/esm/sub-blocks/PriceCard/schema.js +35 -0
  2138. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  2139. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.d.ts +13 -0
  2140. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js +58 -0
  2141. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  2142. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.d.ts +11 -0
  2143. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js +69 -0
  2144. package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.d.ts +4 -0
  2145. package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.js +21 -0
  2146. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  2147. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.d.ts +8 -0
  2148. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.js +13 -0
  2149. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  2150. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.d.ts +9 -0
  2151. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js +13 -0
  2152. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  2153. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.d.ts +12 -0
  2154. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js +54 -0
  2155. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  2156. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.d.ts +11 -0
  2157. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js +17 -0
  2158. package/build/esm/sub-blocks/PriceDetailed/schema.d.ts +97 -0
  2159. package/build/esm/sub-blocks/PriceDetailed/schema.js +167 -0
  2160. package/build/esm/sub-blocks/Quote/Quote.css +143 -0
  2161. package/build/esm/sub-blocks/Quote/Quote.d.ts +4 -0
  2162. package/build/esm/sub-blocks/Quote/Quote.js +38 -0
  2163. package/build/esm/sub-blocks/Quote/schema.d.ts +149 -0
  2164. package/build/esm/sub-blocks/Quote/schema.js +26 -0
  2165. package/build/esm/sub-blocks/index.d.ts +14 -0
  2166. package/build/esm/sub-blocks/index.js +14 -0
  2167. package/build/esm/text-transform/common.d.ts +18 -0
  2168. package/build/esm/text-transform/common.js +32 -0
  2169. package/build/esm/text-transform/config.d.ts +29 -0
  2170. package/build/esm/text-transform/config.js +353 -0
  2171. package/build/esm/text-transform/filter.d.ts +20 -0
  2172. package/build/esm/text-transform/filter.js +56 -0
  2173. package/build/esm/text-transform/index.d.ts +5 -0
  2174. package/build/esm/text-transform/index.js +5 -0
  2175. package/build/esm/text-transform/markdownItCustomSpan.d.ts +7 -0
  2176. package/build/esm/text-transform/markdownItCustomSpan.js +27 -0
  2177. package/build/esm/text-transform/transformers.d.ts +18 -0
  2178. package/build/esm/text-transform/transformers.js +58 -0
  2179. package/build/esm/text-transform/types.d.ts +3 -0
  2180. package/build/esm/text-transform/types.js +1 -0
  2181. package/build/esm/text-transform/utils.d.ts +32 -0
  2182. package/build/esm/text-transform/utils.js +90 -0
  2183. package/build/esm/utils/analytics.d.ts +2 -0
  2184. package/build/esm/utils/analytics.js +13 -0
  2185. package/build/esm/utils/blocks.d.ts +11 -0
  2186. package/build/esm/utils/blocks.js +143 -0
  2187. package/build/esm/utils/borderSelector.d.ts +7 -0
  2188. package/build/esm/utils/borderSelector.js +14 -0
  2189. package/build/esm/utils/capitalize.d.ts +1 -0
  2190. package/build/esm/utils/capitalize.js +1 -0
  2191. package/build/esm/utils/cn.d.ts +5 -0
  2192. package/build/esm/utils/cn.js +6 -0
  2193. package/build/esm/utils/common.d.ts +6 -0
  2194. package/build/esm/utils/common.js +20 -0
  2195. package/build/esm/utils/hubspot.d.ts +17 -0
  2196. package/build/esm/utils/hubspot.js +55 -0
  2197. package/build/esm/utils/imageCompress.d.ts +6 -0
  2198. package/build/esm/utils/imageCompress.js +7 -0
  2199. package/build/esm/utils/index.d.ts +12 -0
  2200. package/build/esm/utils/index.js +11 -0
  2201. package/build/esm/utils/microdata.d.ts +3 -0
  2202. package/build/esm/utils/microdata.js +5 -0
  2203. package/build/esm/utils/query.d.ts +5 -0
  2204. package/build/esm/utils/query.js +31 -0
  2205. package/build/esm/utils/svg.d.ts +3 -0
  2206. package/build/esm/utils/svg.js +4 -0
  2207. package/build/esm/utils/theme.d.ts +7 -0
  2208. package/build/esm/utils/theme.js +12 -0
  2209. package/build/esm/utils/trademark.d.ts +1 -0
  2210. package/build/esm/utils/trademark.js +1 -0
  2211. package/build/esm/utils/url.d.ts +14 -0
  2212. package/build/esm/utils/url.js +41 -0
  2213. package/build/esm/utils/url.test.d.ts +1 -0
  2214. package/build/esm/utils/url.test.js +74 -0
  2215. package/package.json +232 -0
  2216. package/schema/index.js +1 -0
  2217. package/server/components/constants.d.ts +4 -0
  2218. package/server/components/constants.js +7 -0
  2219. package/server/grid/types.d.ts +51 -0
  2220. package/server/grid/types.js +47 -0
  2221. package/server/index.d.ts +1 -0
  2222. package/server/index.js +17 -0
  2223. package/server/models/common.d.ts +52 -0
  2224. package/server/models/common.js +32 -0
  2225. package/server/models/components.d.ts +2 -0
  2226. package/server/models/components.js +2 -0
  2227. package/server/models/constructor-items/blocks.d.ts +517 -0
  2228. package/server/models/constructor-items/blocks.js +67 -0
  2229. package/server/models/constructor-items/common.d.ts +381 -0
  2230. package/server/models/constructor-items/common.js +58 -0
  2231. package/server/models/constructor-items/index.d.ts +6 -0
  2232. package/server/models/constructor-items/index.js +19 -0
  2233. package/server/models/constructor-items/sub-blocks.d.ts +207 -0
  2234. package/server/models/constructor-items/sub-blocks.js +34 -0
  2235. package/server/models/constructor.d.ts +48 -0
  2236. package/server/models/constructor.js +2 -0
  2237. package/server/models/customization.d.ts +7 -0
  2238. package/server/models/customization.js +2 -0
  2239. package/server/models/guards.d.ts +4 -0
  2240. package/server/models/guards.js +16 -0
  2241. package/server/models/index.d.ts +7 -0
  2242. package/server/models/index.js +23 -0
  2243. package/server/models/navigation.d.ts +101 -0
  2244. package/server/models/navigation.js +25 -0
  2245. package/server/text-transform/common.d.ts +18 -0
  2246. package/server/text-transform/common.js +41 -0
  2247. package/server/text-transform/config.d.ts +29 -0
  2248. package/server/text-transform/config.js +366 -0
  2249. package/server/text-transform/filter.d.ts +20 -0
  2250. package/server/text-transform/filter.js +63 -0
  2251. package/server/text-transform/index.d.ts +5 -0
  2252. package/server/text-transform/index.js +21 -0
  2253. package/server/text-transform/markdownItCustomSpan.d.ts +7 -0
  2254. package/server/text-transform/markdownItCustomSpan.js +29 -0
  2255. package/server/text-transform/transformers.d.ts +18 -0
  2256. package/server/text-transform/transformers.js +65 -0
  2257. package/server/text-transform/types.d.ts +3 -0
  2258. package/server/text-transform/types.js +2 -0
  2259. package/server/text-transform/utils.d.ts +32 -0
  2260. package/server/text-transform/utils.js +114 -0
  2261. package/server/utils/analytics.d.ts +2 -0
  2262. package/server/utils/analytics.js +17 -0
  2263. package/server/utils/blocks.d.ts +11 -0
  2264. package/server/utils/blocks.js +159 -0
  2265. package/server/utils/capitalize.d.ts +1 -0
  2266. package/server/utils/capitalize.js +5 -0
  2267. package/server/utils/cn.d.ts +5 -0
  2268. package/server/utils/cn.js +9 -0
  2269. package/server/utils/common.d.ts +6 -0
  2270. package/server/utils/common.js +24 -0
  2271. package/server/utils/hubspot.d.ts +17 -0
  2272. package/server/utils/hubspot.js +61 -0
  2273. package/server/utils/index.d.ts +12 -0
  2274. package/server/utils/index.js +29 -0
  2275. package/server/utils/query.d.ts +5 -0
  2276. package/server/utils/query.js +36 -0
  2277. package/server/utils/theme.d.ts +7 -0
  2278. package/server/utils/theme.js +17 -0
  2279. package/server/utils/trademark.d.ts +1 -0
  2280. package/server/utils/trademark.js +5 -0
  2281. package/server/utils/url.d.ts +14 -0
  2282. package/server/utils/url.js +51 -0
  2283. package/styles/colors/dark.scss +6 -0
  2284. package/styles/colors/light.scss +6 -0
  2285. package/styles/colors/social.scss +10 -0
  2286. package/styles/mixins.scss +691 -0
  2287. package/styles/root.scss +69 -0
  2288. package/styles/storybook/common.scss +45 -0
  2289. package/styles/storybook/index.scss +21 -0
  2290. package/styles/storybook/palette.scss +75 -0
  2291. package/styles/storybook/typography.scss +139 -0
  2292. package/styles/styles.css +193 -0
  2293. package/styles/styles.scss +6 -0
  2294. package/styles/variables.scss +59 -0
  2295. package/styles/yfm.scss +140 -0
  2296. package/widget/index.js +1 -0
@@ -0,0 +1,2129 @@
1
+ import { BlockType } from '../models';
2
+ export declare const blockSchemas: Record<BlockType, object>;
3
+ export declare const cardSchemas: {
4
+ card: {
5
+ additionalProperties: boolean;
6
+ required: string[];
7
+ properties: {
8
+ header: {
9
+ type: string;
10
+ additionalProperties: boolean;
11
+ required: string[];
12
+ properties: {
13
+ image: {
14
+ type: string;
15
+ };
16
+ title: {
17
+ type: string;
18
+ };
19
+ };
20
+ };
21
+ text: {
22
+ type: string;
23
+ };
24
+ service: {
25
+ type: string;
26
+ additionalProperties: boolean;
27
+ required: string[];
28
+ properties: {
29
+ slug: {
30
+ type: string;
31
+ };
32
+ name: {
33
+ type: string;
34
+ };
35
+ };
36
+ };
37
+ border: {
38
+ type: string;
39
+ enum: string[];
40
+ };
41
+ type: {};
42
+ when: {
43
+ type: string;
44
+ };
45
+ };
46
+ };
47
+ 'content-layout-card': {
48
+ additionalProperties: boolean;
49
+ properties: {
50
+ size: {
51
+ type: string;
52
+ enum: string[];
53
+ };
54
+ background: {
55
+ anyOf: ({
56
+ optionName: string;
57
+ type: string;
58
+ additionalProperties: boolean;
59
+ properties: {
60
+ src: {
61
+ type: string;
62
+ pattern: string;
63
+ };
64
+ style: {
65
+ type: string;
66
+ additionalProperties: boolean;
67
+ required: never[];
68
+ properties: {
69
+ backgroundColor: {
70
+ type: string;
71
+ };
72
+ height: {
73
+ type: string[];
74
+ };
75
+ width: {
76
+ type: string[];
77
+ };
78
+ color: {
79
+ type: string;
80
+ };
81
+ };
82
+ };
83
+ alt: {
84
+ type: string;
85
+ contentType: string;
86
+ };
87
+ disableCompress: {
88
+ type: string;
89
+ };
90
+ loading: {
91
+ type: string;
92
+ enum: string[];
93
+ };
94
+ fetchPriority: {
95
+ type: string;
96
+ enum: string[];
97
+ };
98
+ };
99
+ } | {
100
+ optionName: string;
101
+ type: string;
102
+ additionalProperties: boolean;
103
+ required: string[];
104
+ properties: {
105
+ desktop: {
106
+ type: string;
107
+ pattern: string;
108
+ };
109
+ tablet: {
110
+ type: string;
111
+ pattern: string;
112
+ };
113
+ mobile: {
114
+ type: string;
115
+ pattern: string;
116
+ };
117
+ alt: {
118
+ type: string;
119
+ contentType: string;
120
+ };
121
+ disableCompress: {
122
+ type: string;
123
+ };
124
+ loading: {
125
+ type: string;
126
+ enum: string[];
127
+ };
128
+ fetchPriority: {
129
+ type: string;
130
+ enum: string[];
131
+ };
132
+ };
133
+ })[];
134
+ };
135
+ centered: {
136
+ type: string;
137
+ };
138
+ theme: {
139
+ type: string;
140
+ enum: string[];
141
+ };
142
+ textWidth: {
143
+ type: string;
144
+ enum: string[];
145
+ };
146
+ textContent: {
147
+ additionalProperties: boolean;
148
+ properties: {
149
+ colSizes: {};
150
+ centered: {
151
+ type: string;
152
+ };
153
+ title: {
154
+ oneOf: ({
155
+ type: string;
156
+ contentType: string;
157
+ optionName: string;
158
+ } | {
159
+ optionName: string;
160
+ type: string;
161
+ additionalProperties: boolean;
162
+ required: string[];
163
+ properties: {
164
+ text: {
165
+ type: string;
166
+ contentType: string;
167
+ };
168
+ textSize: {
169
+ type: string;
170
+ enum: string[];
171
+ };
172
+ url: {
173
+ type: string;
174
+ };
175
+ urlTitle: {
176
+ type: string;
177
+ };
178
+ resetMargin: {
179
+ type: string;
180
+ };
181
+ };
182
+ contentType?: undefined;
183
+ })[];
184
+ };
185
+ subtitle: {
186
+ type: string;
187
+ };
188
+ text: {
189
+ type: string;
190
+ contentType: string;
191
+ inputType: string;
192
+ };
193
+ additionalInfo: {
194
+ type: string;
195
+ contentType: string;
196
+ };
197
+ size: {
198
+ type: string;
199
+ enum: string[];
200
+ };
201
+ links: {
202
+ type: string;
203
+ items: {
204
+ type: string;
205
+ properties: {
206
+ when: {
207
+ type: string;
208
+ };
209
+ };
210
+ };
211
+ };
212
+ subtitleLinks: {
213
+ type: string;
214
+ items: {
215
+ type: string;
216
+ properties: {
217
+ when: {
218
+ type: string;
219
+ };
220
+ };
221
+ };
222
+ };
223
+ buttons: {
224
+ type: string;
225
+ items: {
226
+ type: string;
227
+ properties: {
228
+ when: {
229
+ type: string;
230
+ };
231
+ };
232
+ };
233
+ };
234
+ theme: {
235
+ type: string;
236
+ enum: string[];
237
+ };
238
+ list: {
239
+ type: string;
240
+ items: {
241
+ type: string;
242
+ properties: {
243
+ when: {
244
+ type: string;
245
+ };
246
+ };
247
+ };
248
+ };
249
+ controlPosition: {
250
+ type: string;
251
+ enum: string[];
252
+ };
253
+ };
254
+ };
255
+ fileContent: {
256
+ type: string;
257
+ items: {
258
+ type: string;
259
+ properties: {
260
+ when: {
261
+ type: string;
262
+ };
263
+ };
264
+ };
265
+ };
266
+ properties: {
267
+ size: {
268
+ type: string;
269
+ enum: string[];
270
+ };
271
+ background: {
272
+ anyOf: ({
273
+ optionName: string;
274
+ type: string;
275
+ additionalProperties: boolean;
276
+ properties: {
277
+ src: {
278
+ type: string;
279
+ pattern: string;
280
+ };
281
+ style: {
282
+ type: string;
283
+ additionalProperties: boolean;
284
+ required: never[];
285
+ properties: {
286
+ backgroundColor: {
287
+ type: string;
288
+ };
289
+ height: {
290
+ type: string[];
291
+ };
292
+ width: {
293
+ type: string[];
294
+ };
295
+ color: {
296
+ type: string;
297
+ };
298
+ };
299
+ };
300
+ alt: {
301
+ type: string;
302
+ contentType: string;
303
+ };
304
+ disableCompress: {
305
+ type: string;
306
+ };
307
+ loading: {
308
+ type: string;
309
+ enum: string[];
310
+ };
311
+ fetchPriority: {
312
+ type: string;
313
+ enum: string[];
314
+ };
315
+ };
316
+ } | {
317
+ optionName: string;
318
+ type: string;
319
+ additionalProperties: boolean;
320
+ required: string[];
321
+ properties: {
322
+ desktop: {
323
+ type: string;
324
+ pattern: string;
325
+ };
326
+ tablet: {
327
+ type: string;
328
+ pattern: string;
329
+ };
330
+ mobile: {
331
+ type: string;
332
+ pattern: string;
333
+ };
334
+ alt: {
335
+ type: string;
336
+ contentType: string;
337
+ };
338
+ disableCompress: {
339
+ type: string;
340
+ };
341
+ loading: {
342
+ type: string;
343
+ enum: string[];
344
+ };
345
+ fetchPriority: {
346
+ type: string;
347
+ enum: string[];
348
+ };
349
+ };
350
+ })[];
351
+ };
352
+ centered: {
353
+ type: string;
354
+ };
355
+ theme: {
356
+ type: string;
357
+ enum: string[];
358
+ };
359
+ textWidth: {
360
+ type: string;
361
+ enum: string[];
362
+ };
363
+ };
364
+ anchor: {
365
+ type: string;
366
+ additionalProperties: boolean;
367
+ required: string[];
368
+ properties: {
369
+ text: {
370
+ type: string;
371
+ contentType: string;
372
+ };
373
+ url: {
374
+ type: string;
375
+ };
376
+ urlTitle: {
377
+ type: string;
378
+ };
379
+ };
380
+ };
381
+ visibility: {
382
+ oneOf: ({
383
+ type: string;
384
+ enum: string[];
385
+ additionalProperties?: undefined;
386
+ properties?: undefined;
387
+ } | {
388
+ type: string;
389
+ additionalProperties: boolean;
390
+ properties: {
391
+ xs: {
392
+ type: string;
393
+ };
394
+ sm: {
395
+ type: string;
396
+ };
397
+ md: {
398
+ type: string;
399
+ };
400
+ lg: {
401
+ type: string;
402
+ };
403
+ xl: {
404
+ type: string;
405
+ };
406
+ xxl: {
407
+ type: string;
408
+ };
409
+ };
410
+ enum?: undefined;
411
+ })[];
412
+ };
413
+ visible: {
414
+ type: string;
415
+ enum: string[];
416
+ };
417
+ hidden: {
418
+ type: string;
419
+ enum: string[];
420
+ };
421
+ resetPaddings: {
422
+ type: string;
423
+ };
424
+ context: {
425
+ type: string;
426
+ };
427
+ indent: {
428
+ type: string;
429
+ additionalProperties: boolean;
430
+ properties: {
431
+ top: {
432
+ enum: string[];
433
+ };
434
+ bottom: {
435
+ enum: string[];
436
+ };
437
+ };
438
+ };
439
+ backgroundFull: {
440
+ type: string;
441
+ };
442
+ type: {};
443
+ when: {
444
+ type: string;
445
+ };
446
+ };
447
+ };
448
+ 'image-card': {
449
+ additionalProperties: boolean;
450
+ required: string[];
451
+ properties: {
452
+ image: {
453
+ oneOf: ({
454
+ type: string;
455
+ properties: {
456
+ when: {
457
+ type: string;
458
+ };
459
+ };
460
+ } | {
461
+ type: string;
462
+ pattern: string;
463
+ optionName: string;
464
+ items?: undefined;
465
+ } | {
466
+ type: string;
467
+ items: {
468
+ type: string;
469
+ properties: {
470
+ when: {
471
+ type: string;
472
+ };
473
+ };
474
+ };
475
+ optionName: string;
476
+ pattern?: undefined;
477
+ })[];
478
+ };
479
+ direction: {
480
+ type: string;
481
+ enum: string[];
482
+ };
483
+ margins: {
484
+ type: string;
485
+ enum: string[];
486
+ };
487
+ backgroundColor: {
488
+ type: string;
489
+ };
490
+ url: {
491
+ type: string;
492
+ };
493
+ urlTitle: {
494
+ type: string;
495
+ };
496
+ title?: {
497
+ oneOf: ({
498
+ type: string;
499
+ contentType: string;
500
+ optionName: string;
501
+ } | {
502
+ optionName: string;
503
+ type: string;
504
+ additionalProperties: boolean;
505
+ required: string[];
506
+ properties: {
507
+ text: {
508
+ type: string;
509
+ contentType: string;
510
+ };
511
+ textSize: {
512
+ type: string;
513
+ enum: string[];
514
+ };
515
+ url: {
516
+ type: string;
517
+ };
518
+ urlTitle: {
519
+ type: string;
520
+ };
521
+ resetMargin: {
522
+ type: string;
523
+ };
524
+ };
525
+ contentType?: undefined;
526
+ })[];
527
+ } | undefined;
528
+ subtitle?: {
529
+ type: string;
530
+ } | undefined;
531
+ text?: {
532
+ type: string;
533
+ contentType: string;
534
+ inputType: string;
535
+ } | undefined;
536
+ additionalInfo?: {
537
+ type: string;
538
+ contentType: string;
539
+ } | undefined;
540
+ size?: {
541
+ type: string;
542
+ enum: string[];
543
+ } | undefined;
544
+ links?: {
545
+ type: string;
546
+ items: {
547
+ type: string;
548
+ properties: {
549
+ when: {
550
+ type: string;
551
+ };
552
+ };
553
+ };
554
+ } | undefined;
555
+ subtitleLinks?: {
556
+ type: string;
557
+ items: {
558
+ type: string;
559
+ properties: {
560
+ when: {
561
+ type: string;
562
+ };
563
+ };
564
+ };
565
+ } | undefined;
566
+ buttons?: {
567
+ type: string;
568
+ items: {
569
+ type: string;
570
+ properties: {
571
+ when: {
572
+ type: string;
573
+ };
574
+ };
575
+ };
576
+ } | undefined;
577
+ theme?: {
578
+ type: string;
579
+ enum: string[];
580
+ } | undefined;
581
+ list?: {
582
+ type: string;
583
+ items: {
584
+ type: string;
585
+ properties: {
586
+ when: {
587
+ type: string;
588
+ };
589
+ };
590
+ };
591
+ } | undefined;
592
+ controlPosition: {
593
+ type: string;
594
+ enum: string[];
595
+ };
596
+ border: {
597
+ type: string;
598
+ enum: string[];
599
+ };
600
+ type: {};
601
+ when: {
602
+ type: string;
603
+ };
604
+ };
605
+ };
606
+ 'price-card': {
607
+ additionalProperties: boolean;
608
+ required: string[];
609
+ properties: {
610
+ theme: {
611
+ type: string;
612
+ enum: string[];
613
+ };
614
+ title: {
615
+ type: string;
616
+ };
617
+ price: {
618
+ type: string;
619
+ };
620
+ pricePeriod: {
621
+ type: string;
622
+ };
623
+ priceDetails: {
624
+ type: string;
625
+ };
626
+ description: {
627
+ type: string;
628
+ };
629
+ buttons: {
630
+ type: string;
631
+ items: {
632
+ type: string;
633
+ additionalProperties: boolean;
634
+ properties: {
635
+ text: {
636
+ type: string;
637
+ contentType: string;
638
+ };
639
+ url: {
640
+ type: string;
641
+ };
642
+ urlTitle: {
643
+ type: string;
644
+ };
645
+ primary: {
646
+ type: string;
647
+ };
648
+ size: {
649
+ type: string;
650
+ enum: string[];
651
+ };
652
+ theme: {
653
+ type: string;
654
+ enum: string[];
655
+ };
656
+ img: {
657
+ oneOf: ({
658
+ type: string;
659
+ optionName: string;
660
+ additionalProperties?: undefined;
661
+ required?: undefined;
662
+ properties?: undefined;
663
+ } | {
664
+ type: string;
665
+ additionalProperties: boolean;
666
+ required: string[];
667
+ properties: {
668
+ data: {
669
+ type: string;
670
+ };
671
+ position: {
672
+ type: string;
673
+ enum: string[];
674
+ };
675
+ alt: {
676
+ type: string;
677
+ contentType: string;
678
+ };
679
+ };
680
+ optionName: string;
681
+ })[];
682
+ };
683
+ analyticsEvents: {
684
+ oneOf: ({
685
+ optionName: string;
686
+ type: string;
687
+ additionalProperties: {
688
+ type: string;
689
+ };
690
+ required: string[];
691
+ properties: {
692
+ name: {
693
+ type: string;
694
+ };
695
+ type: {
696
+ type: string;
697
+ };
698
+ counters: {
699
+ type: string;
700
+ additionalProperties: boolean;
701
+ required: never[];
702
+ properties: {
703
+ include: {
704
+ type: string;
705
+ items: {
706
+ type: string;
707
+ };
708
+ };
709
+ exclude: {
710
+ type: string;
711
+ items: {
712
+ type: string;
713
+ };
714
+ };
715
+ };
716
+ };
717
+ context: {
718
+ type: string;
719
+ };
720
+ };
721
+ items?: undefined;
722
+ } | {
723
+ type: string;
724
+ items: {
725
+ type: string;
726
+ additionalProperties: {
727
+ type: string;
728
+ };
729
+ required: string[];
730
+ properties: {
731
+ name: {
732
+ type: string;
733
+ };
734
+ type: {
735
+ type: string;
736
+ };
737
+ counters: {
738
+ type: string;
739
+ additionalProperties: boolean;
740
+ required: never[];
741
+ properties: {
742
+ include: {
743
+ type: string;
744
+ items: {
745
+ type: string;
746
+ };
747
+ };
748
+ exclude: {
749
+ type: string;
750
+ items: {
751
+ type: string;
752
+ };
753
+ };
754
+ };
755
+ };
756
+ context: {
757
+ type: string;
758
+ };
759
+ };
760
+ };
761
+ optionName: string;
762
+ })[];
763
+ };
764
+ target: {
765
+ type: string;
766
+ enum: string[];
767
+ };
768
+ width: {
769
+ type: string;
770
+ enum: string[];
771
+ };
772
+ };
773
+ if: {
774
+ properties: {
775
+ theme: {
776
+ enum: string[];
777
+ };
778
+ };
779
+ };
780
+ then: {
781
+ required: string[];
782
+ };
783
+ else: {
784
+ required: string[];
785
+ };
786
+ };
787
+ };
788
+ links: {
789
+ type: string;
790
+ items: {
791
+ type: string;
792
+ additionalProperties: boolean;
793
+ required: string[];
794
+ properties: {
795
+ text: {
796
+ type: string;
797
+ contentType: string;
798
+ };
799
+ url: {
800
+ type: string;
801
+ };
802
+ urlTitle: {
803
+ type: string;
804
+ };
805
+ arrow: {
806
+ type: string;
807
+ };
808
+ theme: {
809
+ type: string;
810
+ enum: string[];
811
+ };
812
+ textSize: {
813
+ type: string;
814
+ enum: string[];
815
+ };
816
+ target: {
817
+ type: string;
818
+ enum: string[];
819
+ };
820
+ analyticsEvents: {
821
+ oneOf: ({
822
+ optionName: string;
823
+ type: string;
824
+ additionalProperties: {
825
+ type: string;
826
+ };
827
+ required: string[];
828
+ properties: {
829
+ name: {
830
+ type: string;
831
+ };
832
+ type: {
833
+ type: string;
834
+ };
835
+ counters: {
836
+ type: string;
837
+ additionalProperties: boolean;
838
+ required: never[];
839
+ properties: {
840
+ include: {
841
+ type: string;
842
+ items: {
843
+ type: string;
844
+ };
845
+ };
846
+ exclude: {
847
+ type: string;
848
+ items: {
849
+ type: string;
850
+ };
851
+ };
852
+ };
853
+ };
854
+ context: {
855
+ type: string;
856
+ };
857
+ };
858
+ items?: undefined;
859
+ } | {
860
+ type: string;
861
+ items: {
862
+ type: string;
863
+ additionalProperties: {
864
+ type: string;
865
+ };
866
+ required: string[];
867
+ properties: {
868
+ name: {
869
+ type: string;
870
+ };
871
+ type: {
872
+ type: string;
873
+ };
874
+ counters: {
875
+ type: string;
876
+ additionalProperties: boolean;
877
+ required: never[];
878
+ properties: {
879
+ include: {
880
+ type: string;
881
+ items: {
882
+ type: string;
883
+ };
884
+ };
885
+ exclude: {
886
+ type: string;
887
+ items: {
888
+ type: string;
889
+ };
890
+ };
891
+ };
892
+ };
893
+ context: {
894
+ type: string;
895
+ };
896
+ };
897
+ };
898
+ optionName: string;
899
+ })[];
900
+ };
901
+ type: {};
902
+ when: {
903
+ type: string;
904
+ };
905
+ };
906
+ };
907
+ };
908
+ backgroundColor: {
909
+ type: string;
910
+ };
911
+ list: {
912
+ type: string;
913
+ items: {
914
+ type: string;
915
+ };
916
+ };
917
+ controlPosition: {
918
+ type: string;
919
+ enum: string[];
920
+ };
921
+ border: {
922
+ type: string;
923
+ enum: string[];
924
+ };
925
+ type: {};
926
+ when: {
927
+ type: string;
928
+ };
929
+ };
930
+ };
931
+ 'basic-card': {
932
+ additionalProperties: boolean;
933
+ required: never[];
934
+ properties: {
935
+ url: {
936
+ type: string;
937
+ };
938
+ urlTitle: {
939
+ type: string;
940
+ };
941
+ icon: {
942
+ oneOf: ({
943
+ type: string;
944
+ properties: {
945
+ when: {
946
+ type: string;
947
+ };
948
+ };
949
+ } | {
950
+ type: string;
951
+ pattern: string;
952
+ optionName: string;
953
+ items?: undefined;
954
+ } | {
955
+ type: string;
956
+ items: {
957
+ type: string;
958
+ properties: {
959
+ when: {
960
+ type: string;
961
+ };
962
+ };
963
+ };
964
+ optionName: string;
965
+ pattern?: undefined;
966
+ })[];
967
+ };
968
+ target: {
969
+ type: string;
970
+ enum: string[];
971
+ };
972
+ iconPosition: {
973
+ type: string;
974
+ enum: string[];
975
+ };
976
+ controlPosition: {
977
+ type: string;
978
+ enum: string[];
979
+ };
980
+ title: {
981
+ oneOf: ({
982
+ type: string;
983
+ contentType: string;
984
+ optionName: string;
985
+ } | {
986
+ optionName: string;
987
+ type: string;
988
+ additionalProperties: boolean;
989
+ required: string[];
990
+ properties: {
991
+ text: {
992
+ type: string;
993
+ contentType: string;
994
+ };
995
+ textSize: {
996
+ type: string;
997
+ enum: string[];
998
+ };
999
+ url: {
1000
+ type: string;
1001
+ };
1002
+ urlTitle: {
1003
+ type: string;
1004
+ };
1005
+ resetMargin: {
1006
+ type: string;
1007
+ };
1008
+ };
1009
+ contentType?: undefined;
1010
+ })[];
1011
+ };
1012
+ text: {
1013
+ type: string;
1014
+ contentType: string;
1015
+ inputType: string;
1016
+ };
1017
+ subtitle: {
1018
+ type: string;
1019
+ };
1020
+ additionalInfo: {
1021
+ type: string;
1022
+ contentType: string;
1023
+ };
1024
+ links: {
1025
+ type: string;
1026
+ items: {
1027
+ type: string;
1028
+ properties: {
1029
+ when: {
1030
+ type: string;
1031
+ };
1032
+ };
1033
+ };
1034
+ };
1035
+ subtitleLinks: {
1036
+ type: string;
1037
+ items: {
1038
+ type: string;
1039
+ properties: {
1040
+ when: {
1041
+ type: string;
1042
+ };
1043
+ };
1044
+ };
1045
+ };
1046
+ buttons: {
1047
+ type: string;
1048
+ items: {
1049
+ type: string;
1050
+ properties: {
1051
+ when: {
1052
+ type: string;
1053
+ };
1054
+ };
1055
+ };
1056
+ };
1057
+ list: {
1058
+ type: string;
1059
+ items: {
1060
+ type: string;
1061
+ properties: {
1062
+ when: {
1063
+ type: string;
1064
+ };
1065
+ };
1066
+ };
1067
+ };
1068
+ border: {
1069
+ type: string;
1070
+ enum: string[];
1071
+ };
1072
+ type: {};
1073
+ when: {
1074
+ type: string;
1075
+ };
1076
+ };
1077
+ };
1078
+ quote: {
1079
+ additionalProperties: boolean;
1080
+ required: string[];
1081
+ properties: {
1082
+ text: {
1083
+ type: string;
1084
+ contentType: string;
1085
+ };
1086
+ yfmText: {
1087
+ type: string;
1088
+ contentType: string;
1089
+ };
1090
+ image: {
1091
+ oneOf: (({
1092
+ oneOf: ({
1093
+ type: string;
1094
+ properties: {
1095
+ when: {
1096
+ type: string;
1097
+ };
1098
+ };
1099
+ } | {
1100
+ type: string;
1101
+ pattern: string;
1102
+ optionName: string;
1103
+ items?: undefined;
1104
+ } | {
1105
+ type: string;
1106
+ items: {
1107
+ type: string;
1108
+ properties: {
1109
+ when: {
1110
+ type: string;
1111
+ };
1112
+ };
1113
+ };
1114
+ optionName: string;
1115
+ pattern?: undefined;
1116
+ })[];
1117
+ } & {
1118
+ optionName: string;
1119
+ }) | {
1120
+ type: string;
1121
+ additionalProperties: boolean;
1122
+ required: import("../models").Theme[];
1123
+ properties: {};
1124
+ optionName: string;
1125
+ })[];
1126
+ };
1127
+ logo: {
1128
+ oneOf: ({
1129
+ type: string;
1130
+ properties: {
1131
+ when: {
1132
+ type: string;
1133
+ };
1134
+ };
1135
+ } | {
1136
+ type: string;
1137
+ pattern: string;
1138
+ optionName: string;
1139
+ items?: undefined;
1140
+ } | {
1141
+ type: string;
1142
+ items: {
1143
+ type: string;
1144
+ properties: {
1145
+ when: {
1146
+ type: string;
1147
+ };
1148
+ };
1149
+ };
1150
+ optionName: string;
1151
+ pattern?: undefined;
1152
+ })[];
1153
+ };
1154
+ color: {
1155
+ type: string;
1156
+ };
1157
+ url: {
1158
+ type: string;
1159
+ };
1160
+ urlTitle: {
1161
+ type: string;
1162
+ };
1163
+ buttonText: {
1164
+ type: string;
1165
+ };
1166
+ theme: {
1167
+ type: string;
1168
+ enum: string[];
1169
+ };
1170
+ author: {
1171
+ type: string;
1172
+ required: string[];
1173
+ properties: {
1174
+ firstName: {
1175
+ type: string;
1176
+ contentType: string;
1177
+ };
1178
+ secondName: {
1179
+ type: string;
1180
+ contentType: string;
1181
+ };
1182
+ avatar: {
1183
+ oneOf: ({
1184
+ type: string;
1185
+ properties: {
1186
+ when: {
1187
+ type: string;
1188
+ };
1189
+ };
1190
+ } | {
1191
+ type: string;
1192
+ pattern: string;
1193
+ optionName: string;
1194
+ items?: undefined;
1195
+ } | {
1196
+ type: string;
1197
+ items: {
1198
+ type: string;
1199
+ properties: {
1200
+ when: {
1201
+ type: string;
1202
+ };
1203
+ };
1204
+ };
1205
+ optionName: string;
1206
+ pattern?: undefined;
1207
+ })[];
1208
+ };
1209
+ description: {
1210
+ type: string;
1211
+ contentType: string;
1212
+ };
1213
+ };
1214
+ };
1215
+ quoteType: {
1216
+ type: string;
1217
+ enum: import("../models").QuoteType[];
1218
+ };
1219
+ type: {};
1220
+ when: {
1221
+ type: string;
1222
+ };
1223
+ };
1224
+ };
1225
+ 'background-card': {
1226
+ additionalProperties: boolean;
1227
+ required: string[];
1228
+ properties: {
1229
+ url: {
1230
+ type: string;
1231
+ };
1232
+ urlTitle: {
1233
+ type: string;
1234
+ };
1235
+ target: {
1236
+ type: string;
1237
+ enum: string[];
1238
+ };
1239
+ background: {
1240
+ oneOf: (({
1241
+ required: string[];
1242
+ type: string;
1243
+ additionalProperties: boolean;
1244
+ properties: {
1245
+ src: {
1246
+ type: string;
1247
+ pattern: string;
1248
+ };
1249
+ style: {
1250
+ type: string;
1251
+ additionalProperties: boolean;
1252
+ required: never[];
1253
+ properties: {
1254
+ backgroundColor: {
1255
+ type: string;
1256
+ };
1257
+ height: {
1258
+ type: string[];
1259
+ };
1260
+ width: {
1261
+ type: string[];
1262
+ };
1263
+ color: {
1264
+ type: string;
1265
+ };
1266
+ };
1267
+ };
1268
+ alt: {
1269
+ type: string;
1270
+ contentType: string;
1271
+ };
1272
+ disableCompress: {
1273
+ type: string;
1274
+ };
1275
+ loading: {
1276
+ type: string;
1277
+ enum: string[];
1278
+ };
1279
+ fetchPriority: {
1280
+ type: string;
1281
+ enum: string[];
1282
+ };
1283
+ };
1284
+ } & {
1285
+ optionName: string;
1286
+ }) | {
1287
+ type: string;
1288
+ additionalProperties: boolean;
1289
+ required: import("../models").Theme[];
1290
+ properties: {};
1291
+ optionName: string;
1292
+ })[];
1293
+ };
1294
+ backgroundColor: {
1295
+ type: string;
1296
+ };
1297
+ backgroundPosition: {
1298
+ type: string;
1299
+ enum: string[];
1300
+ };
1301
+ paddingBottom: {
1302
+ type: string;
1303
+ enum: string[];
1304
+ };
1305
+ analyticsEvents: {
1306
+ oneOf: ({
1307
+ optionName: string;
1308
+ type: string;
1309
+ additionalProperties: {
1310
+ type: string;
1311
+ };
1312
+ required: string[];
1313
+ properties: {
1314
+ name: {
1315
+ type: string;
1316
+ };
1317
+ type: {
1318
+ type: string;
1319
+ };
1320
+ counters: {
1321
+ type: string;
1322
+ additionalProperties: boolean;
1323
+ required: never[];
1324
+ properties: {
1325
+ include: {
1326
+ type: string;
1327
+ items: {
1328
+ type: string;
1329
+ };
1330
+ };
1331
+ exclude: {
1332
+ type: string;
1333
+ items: {
1334
+ type: string;
1335
+ };
1336
+ };
1337
+ };
1338
+ };
1339
+ context: {
1340
+ type: string;
1341
+ };
1342
+ };
1343
+ items?: undefined;
1344
+ } | {
1345
+ type: string;
1346
+ items: {
1347
+ type: string;
1348
+ additionalProperties: {
1349
+ type: string;
1350
+ };
1351
+ required: string[];
1352
+ properties: {
1353
+ name: {
1354
+ type: string;
1355
+ };
1356
+ type: {
1357
+ type: string;
1358
+ };
1359
+ counters: {
1360
+ type: string;
1361
+ additionalProperties: boolean;
1362
+ required: never[];
1363
+ properties: {
1364
+ include: {
1365
+ type: string;
1366
+ items: {
1367
+ type: string;
1368
+ };
1369
+ };
1370
+ exclude: {
1371
+ type: string;
1372
+ items: {
1373
+ type: string;
1374
+ };
1375
+ };
1376
+ };
1377
+ };
1378
+ context: {
1379
+ type: string;
1380
+ };
1381
+ };
1382
+ };
1383
+ optionName: string;
1384
+ })[];
1385
+ };
1386
+ controlPosition: {
1387
+ type: string;
1388
+ enum: string[];
1389
+ };
1390
+ title: {
1391
+ oneOf: ({
1392
+ type: string;
1393
+ contentType: string;
1394
+ optionName: string;
1395
+ } | {
1396
+ optionName: string;
1397
+ type: string;
1398
+ additionalProperties: boolean;
1399
+ required: string[];
1400
+ properties: {
1401
+ text: {
1402
+ type: string;
1403
+ contentType: string;
1404
+ };
1405
+ textSize: {
1406
+ type: string;
1407
+ enum: string[];
1408
+ };
1409
+ url: {
1410
+ type: string;
1411
+ };
1412
+ urlTitle: {
1413
+ type: string;
1414
+ };
1415
+ resetMargin: {
1416
+ type: string;
1417
+ };
1418
+ };
1419
+ contentType?: undefined;
1420
+ })[];
1421
+ };
1422
+ text: {
1423
+ type: string;
1424
+ contentType: string;
1425
+ inputType: string;
1426
+ };
1427
+ theme: {
1428
+ type: string;
1429
+ enum: string[];
1430
+ };
1431
+ subtitle: {
1432
+ type: string;
1433
+ };
1434
+ additionalInfo: {
1435
+ type: string;
1436
+ contentType: string;
1437
+ };
1438
+ links: {
1439
+ type: string;
1440
+ items: {
1441
+ type: string;
1442
+ properties: {
1443
+ when: {
1444
+ type: string;
1445
+ };
1446
+ };
1447
+ };
1448
+ };
1449
+ subtitleLinks: {
1450
+ type: string;
1451
+ items: {
1452
+ type: string;
1453
+ properties: {
1454
+ when: {
1455
+ type: string;
1456
+ };
1457
+ };
1458
+ };
1459
+ };
1460
+ buttons: {
1461
+ type: string;
1462
+ items: {
1463
+ type: string;
1464
+ properties: {
1465
+ when: {
1466
+ type: string;
1467
+ };
1468
+ };
1469
+ };
1470
+ };
1471
+ list: {
1472
+ type: string;
1473
+ items: {
1474
+ type: string;
1475
+ properties: {
1476
+ when: {
1477
+ type: string;
1478
+ };
1479
+ };
1480
+ };
1481
+ };
1482
+ border: {
1483
+ type: string;
1484
+ enum: string[];
1485
+ };
1486
+ type: {};
1487
+ when: {
1488
+ type: string;
1489
+ };
1490
+ };
1491
+ };
1492
+ 'price-detailed': {
1493
+ additionalProperties: boolean;
1494
+ required: string[];
1495
+ properties: {
1496
+ items: {
1497
+ type: string;
1498
+ items: {
1499
+ type: string;
1500
+ properties: {
1501
+ when: {
1502
+ type: string;
1503
+ };
1504
+ };
1505
+ };
1506
+ };
1507
+ description: {
1508
+ additionalProperties: boolean;
1509
+ required: never[];
1510
+ properties: {
1511
+ titleSize: {
1512
+ type: string;
1513
+ enum: string[];
1514
+ };
1515
+ descriptionSize: {
1516
+ type: string;
1517
+ enum: string[];
1518
+ };
1519
+ titleColor: {
1520
+ type: string;
1521
+ enum: string[];
1522
+ };
1523
+ };
1524
+ };
1525
+ details: {
1526
+ additionalProperties: boolean;
1527
+ required: never[];
1528
+ properties: {
1529
+ titleSize: {
1530
+ type: string;
1531
+ enum: string[];
1532
+ };
1533
+ descriptionSize: {
1534
+ type: string;
1535
+ enum: string[];
1536
+ };
1537
+ };
1538
+ };
1539
+ priceType: {
1540
+ type: string;
1541
+ enum: string[];
1542
+ default: string;
1543
+ };
1544
+ numberGroupItems: {
1545
+ type: string;
1546
+ enum: number[];
1547
+ };
1548
+ isCombined: {
1549
+ type: string;
1550
+ };
1551
+ useMixedView: {
1552
+ type: string;
1553
+ };
1554
+ foldable: {
1555
+ additionalProperties: boolean;
1556
+ required: string[];
1557
+ properties: {
1558
+ title: {
1559
+ type: string;
1560
+ contentType: string;
1561
+ };
1562
+ size: {
1563
+ type: string;
1564
+ enum: string[];
1565
+ };
1566
+ titleColor: {
1567
+ type: string;
1568
+ enum: string[];
1569
+ };
1570
+ };
1571
+ };
1572
+ labelsDefaultText: {
1573
+ additionalProperties: boolean;
1574
+ required: never[];
1575
+ properties: {};
1576
+ };
1577
+ animated: {
1578
+ type: string;
1579
+ };
1580
+ type: {};
1581
+ when: {
1582
+ type: string;
1583
+ };
1584
+ };
1585
+ };
1586
+ 'banner-card': {
1587
+ additionalProperties: boolean;
1588
+ required: string[];
1589
+ properties: {
1590
+ title: {
1591
+ type: string;
1592
+ contentType: string;
1593
+ };
1594
+ subtitle: {
1595
+ type: string;
1596
+ contentType: string;
1597
+ };
1598
+ image: {
1599
+ oneOf: (({
1600
+ type: string;
1601
+ } & {
1602
+ optionName: string;
1603
+ }) | {
1604
+ type: string;
1605
+ additionalProperties: boolean;
1606
+ required: import("../models").Theme[];
1607
+ properties: {};
1608
+ optionName: string;
1609
+ })[];
1610
+ };
1611
+ mediaView: {
1612
+ type: string;
1613
+ enum: string[];
1614
+ };
1615
+ disableCompress: {
1616
+ type: string;
1617
+ };
1618
+ color: {
1619
+ oneOf: (({
1620
+ type: string;
1621
+ } & {
1622
+ optionName: string;
1623
+ }) | {
1624
+ type: string;
1625
+ additionalProperties: boolean;
1626
+ required: import("../models").Theme[];
1627
+ properties: {};
1628
+ optionName: string;
1629
+ })[];
1630
+ };
1631
+ theme: {
1632
+ type: string;
1633
+ enum: string[];
1634
+ };
1635
+ width: {
1636
+ type: string;
1637
+ enum: string[];
1638
+ };
1639
+ button: {
1640
+ type: string;
1641
+ additionalProperties: boolean;
1642
+ properties: {
1643
+ text: {
1644
+ type: string;
1645
+ contentType: string;
1646
+ };
1647
+ url: {
1648
+ type: string;
1649
+ };
1650
+ urlTitle: {
1651
+ type: string;
1652
+ };
1653
+ primary: {
1654
+ type: string;
1655
+ };
1656
+ size: {
1657
+ type: string;
1658
+ enum: string[];
1659
+ };
1660
+ theme: {
1661
+ type: string;
1662
+ enum: string[];
1663
+ };
1664
+ img: {
1665
+ oneOf: ({
1666
+ type: string;
1667
+ optionName: string;
1668
+ additionalProperties?: undefined;
1669
+ required?: undefined;
1670
+ properties?: undefined;
1671
+ } | {
1672
+ type: string;
1673
+ additionalProperties: boolean;
1674
+ required: string[];
1675
+ properties: {
1676
+ data: {
1677
+ type: string;
1678
+ };
1679
+ position: {
1680
+ type: string;
1681
+ enum: string[];
1682
+ };
1683
+ alt: {
1684
+ type: string;
1685
+ contentType: string;
1686
+ };
1687
+ };
1688
+ optionName: string;
1689
+ })[];
1690
+ };
1691
+ analyticsEvents: {
1692
+ oneOf: ({
1693
+ optionName: string;
1694
+ type: string;
1695
+ additionalProperties: {
1696
+ type: string;
1697
+ };
1698
+ required: string[];
1699
+ properties: {
1700
+ name: {
1701
+ type: string;
1702
+ };
1703
+ type: {
1704
+ type: string;
1705
+ };
1706
+ counters: {
1707
+ type: string;
1708
+ additionalProperties: boolean;
1709
+ required: never[];
1710
+ properties: {
1711
+ include: {
1712
+ type: string;
1713
+ items: {
1714
+ type: string;
1715
+ };
1716
+ };
1717
+ exclude: {
1718
+ type: string;
1719
+ items: {
1720
+ type: string;
1721
+ };
1722
+ };
1723
+ };
1724
+ };
1725
+ context: {
1726
+ type: string;
1727
+ };
1728
+ };
1729
+ items?: undefined;
1730
+ } | {
1731
+ type: string;
1732
+ items: {
1733
+ type: string;
1734
+ additionalProperties: {
1735
+ type: string;
1736
+ };
1737
+ required: string[];
1738
+ properties: {
1739
+ name: {
1740
+ type: string;
1741
+ };
1742
+ type: {
1743
+ type: string;
1744
+ };
1745
+ counters: {
1746
+ type: string;
1747
+ additionalProperties: boolean;
1748
+ required: never[];
1749
+ properties: {
1750
+ include: {
1751
+ type: string;
1752
+ items: {
1753
+ type: string;
1754
+ };
1755
+ };
1756
+ exclude: {
1757
+ type: string;
1758
+ items: {
1759
+ type: string;
1760
+ };
1761
+ };
1762
+ };
1763
+ };
1764
+ context: {
1765
+ type: string;
1766
+ };
1767
+ };
1768
+ };
1769
+ optionName: string;
1770
+ })[];
1771
+ };
1772
+ target: {
1773
+ type: string;
1774
+ enum: string[];
1775
+ };
1776
+ width: {
1777
+ type: string;
1778
+ enum: string[];
1779
+ };
1780
+ };
1781
+ if: {
1782
+ properties: {
1783
+ theme: {
1784
+ enum: string[];
1785
+ };
1786
+ };
1787
+ };
1788
+ then: {
1789
+ required: string[];
1790
+ };
1791
+ else: {
1792
+ required: string[];
1793
+ };
1794
+ };
1795
+ animated: {
1796
+ type: string;
1797
+ };
1798
+ type: {};
1799
+ when: {
1800
+ type: string;
1801
+ };
1802
+ };
1803
+ };
1804
+ 'media-card': {
1805
+ additionalProperties: boolean;
1806
+ required: never[];
1807
+ properties: {
1808
+ analyticsEvents: {
1809
+ oneOf: ({
1810
+ optionName: string;
1811
+ type: string;
1812
+ additionalProperties: {
1813
+ type: string;
1814
+ };
1815
+ required: string[];
1816
+ properties: {
1817
+ name: {
1818
+ type: string;
1819
+ };
1820
+ type: {
1821
+ type: string;
1822
+ };
1823
+ counters: {
1824
+ type: string;
1825
+ additionalProperties: boolean;
1826
+ required: never[];
1827
+ properties: {
1828
+ include: {
1829
+ type: string;
1830
+ items: {
1831
+ type: string;
1832
+ };
1833
+ };
1834
+ exclude: {
1835
+ type: string;
1836
+ items: {
1837
+ type: string;
1838
+ };
1839
+ };
1840
+ };
1841
+ };
1842
+ context: {
1843
+ type: string;
1844
+ };
1845
+ };
1846
+ items?: undefined;
1847
+ } | {
1848
+ type: string;
1849
+ items: {
1850
+ type: string;
1851
+ additionalProperties: {
1852
+ type: string;
1853
+ };
1854
+ required: string[];
1855
+ properties: {
1856
+ name: {
1857
+ type: string;
1858
+ };
1859
+ type: {
1860
+ type: string;
1861
+ };
1862
+ counters: {
1863
+ type: string;
1864
+ additionalProperties: boolean;
1865
+ required: never[];
1866
+ properties: {
1867
+ include: {
1868
+ type: string;
1869
+ items: {
1870
+ type: string;
1871
+ };
1872
+ };
1873
+ exclude: {
1874
+ type: string;
1875
+ items: {
1876
+ type: string;
1877
+ };
1878
+ };
1879
+ };
1880
+ };
1881
+ context: {
1882
+ type: string;
1883
+ };
1884
+ };
1885
+ };
1886
+ optionName: string;
1887
+ })[];
1888
+ };
1889
+ animated: {
1890
+ type: string;
1891
+ };
1892
+ color: {
1893
+ type: string;
1894
+ };
1895
+ image: {
1896
+ oneOf: ({
1897
+ optionName: string;
1898
+ oneOf: ({
1899
+ type: string;
1900
+ properties: {
1901
+ when: {
1902
+ type: string;
1903
+ };
1904
+ };
1905
+ } | {
1906
+ type: string;
1907
+ pattern: string;
1908
+ optionName: string;
1909
+ items?: undefined;
1910
+ } | {
1911
+ type: string;
1912
+ items: {
1913
+ type: string;
1914
+ properties: {
1915
+ when: {
1916
+ type: string;
1917
+ };
1918
+ };
1919
+ };
1920
+ optionName: string;
1921
+ pattern?: undefined;
1922
+ })[];
1923
+ type?: undefined;
1924
+ items?: undefined;
1925
+ } | {
1926
+ type: string;
1927
+ items: {
1928
+ oneOf: ({
1929
+ type: string;
1930
+ properties: {
1931
+ when: {
1932
+ type: string;
1933
+ };
1934
+ };
1935
+ } | {
1936
+ type: string;
1937
+ pattern: string;
1938
+ optionName: string;
1939
+ items?: undefined;
1940
+ } | {
1941
+ type: string;
1942
+ items: {
1943
+ type: string;
1944
+ properties: {
1945
+ when: {
1946
+ type: string;
1947
+ };
1948
+ };
1949
+ };
1950
+ optionName: string;
1951
+ pattern?: undefined;
1952
+ })[];
1953
+ };
1954
+ optionName: string;
1955
+ })[];
1956
+ };
1957
+ disableImageSliderForArrayInput: {
1958
+ type: string;
1959
+ };
1960
+ video: {
1961
+ type: string;
1962
+ additionalProperties: boolean;
1963
+ required: string[];
1964
+ properties: {
1965
+ src: {
1966
+ type: string;
1967
+ items: {
1968
+ type: string;
1969
+ };
1970
+ };
1971
+ loop: {
1972
+ oneOf: ({
1973
+ optionName: string;
1974
+ type: string;
1975
+ additionalProperties: boolean;
1976
+ required: string[];
1977
+ properties: {
1978
+ start: {
1979
+ type: string;
1980
+ };
1981
+ end: {
1982
+ type: string;
1983
+ };
1984
+ };
1985
+ } | {
1986
+ type: string;
1987
+ optionName: string;
1988
+ })[];
1989
+ };
1990
+ type: {
1991
+ type: string;
1992
+ enum: string[];
1993
+ };
1994
+ muted: {
1995
+ type: string;
1996
+ };
1997
+ autoplay: {
1998
+ type: string;
1999
+ };
2000
+ elapsedTime: {
2001
+ type: string;
2002
+ };
2003
+ playButton: {
2004
+ type: string;
2005
+ additionalProperties: boolean;
2006
+ properties: {
2007
+ type: {
2008
+ type: string;
2009
+ enum: string[];
2010
+ };
2011
+ theme: {
2012
+ type: string;
2013
+ enum: string[];
2014
+ };
2015
+ text: {
2016
+ type: string;
2017
+ contentType: string;
2018
+ };
2019
+ };
2020
+ };
2021
+ controls: {
2022
+ type: string;
2023
+ enum: import("../models").MediaVideoControlsType[];
2024
+ };
2025
+ customControlsOptions: {
2026
+ type: string;
2027
+ additionalProperties: boolean;
2028
+ properties: {
2029
+ type: {
2030
+ type: string;
2031
+ enum: import("../models").CustomControlsType[];
2032
+ };
2033
+ muteButtonShown: {
2034
+ type: string;
2035
+ };
2036
+ positioning: {
2037
+ type: string;
2038
+ enum: import("../models").CustomControlsButtonPositioning[];
2039
+ };
2040
+ };
2041
+ };
2042
+ ariaLabel: {
2043
+ type: string;
2044
+ };
2045
+ contain: {
2046
+ type: string;
2047
+ };
2048
+ };
2049
+ };
2050
+ youtube: {
2051
+ type: string;
2052
+ };
2053
+ videoIframe: {
2054
+ type: string;
2055
+ };
2056
+ parallax: {
2057
+ type: string;
2058
+ };
2059
+ height: {
2060
+ type: string;
2061
+ };
2062
+ previewImg: {
2063
+ type: string;
2064
+ };
2065
+ dataLens: {
2066
+ oneOf: ({
2067
+ type: string;
2068
+ optionName: string;
2069
+ } | {
2070
+ optionName: string;
2071
+ type: string;
2072
+ additionalProperties: boolean;
2073
+ required: string[];
2074
+ properties: {
2075
+ id: {
2076
+ type: string;
2077
+ };
2078
+ theme: {
2079
+ type: string;
2080
+ enum: string[];
2081
+ };
2082
+ };
2083
+ })[];
2084
+ };
2085
+ fullscreen: {
2086
+ type: string;
2087
+ };
2088
+ ratio: {
2089
+ type: string[];
2090
+ pattern: string;
2091
+ };
2092
+ iframe: {
2093
+ type: string;
2094
+ additionalProperties: boolean;
2095
+ required: string[];
2096
+ properties: {
2097
+ src: {
2098
+ type: string;
2099
+ };
2100
+ name: {
2101
+ type: string;
2102
+ };
2103
+ title: {
2104
+ type: string;
2105
+ };
2106
+ height: {
2107
+ type: string;
2108
+ };
2109
+ width: {
2110
+ type: string;
2111
+ };
2112
+ };
2113
+ };
2114
+ margins: {
2115
+ type: string;
2116
+ };
2117
+ border: {
2118
+ type: string;
2119
+ enum: string[];
2120
+ };
2121
+ type: {};
2122
+ when: {
2123
+ type: string;
2124
+ };
2125
+ };
2126
+ };
2127
+ };
2128
+ export declare const constructorBlockSchemaNames: string[];
2129
+ export declare const constructorCardSchemaNames: string[];