@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.
- package/LICENSE +21 -0
- package/README.md +463 -0
- package/build/cjs/blocks/Banner/Banner.css +15 -0
- package/build/cjs/blocks/Banner/Banner.d.ts +3 -0
- package/build/cjs/blocks/Banner/Banner.js +16 -0
- package/build/cjs/blocks/Banner/schema.d.ts +658 -0
- package/build/cjs/blocks/Banner/schema.js +33 -0
- package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
- package/build/cjs/blocks/CardLayout/CardLayout.d.ts +5 -0
- package/build/cjs/blocks/CardLayout/CardLayout.js +27 -0
- package/build/cjs/blocks/CardLayout/schema.d.ts +454 -0
- package/build/cjs/blocks/CardLayout/schema.js +18 -0
- package/build/cjs/blocks/Companies/Companies.css +21 -0
- package/build/cjs/blocks/Companies/Companies.d.ts +3 -0
- package/build/cjs/blocks/Companies/Companies.js +21 -0
- package/build/cjs/blocks/Companies/schema.d.ts +52 -0
- package/build/cjs/blocks/Companies/schema.js +35 -0
- package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/cjs/blocks/ContentLayout/ContentLayout.d.ts +3 -0
- package/build/cjs/blocks/ContentLayout/ContentLayout.js +46 -0
- package/build/cjs/blocks/ContentLayout/schema.d.ts +406 -0
- package/build/cjs/blocks/ContentLayout/schema.js +35 -0
- package/build/cjs/blocks/EventsFeed/EventsFeed.d.ts +3 -0
- package/build/cjs/blocks/EventsFeed/EventsFeed.js +14 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.css +47 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.d.ts +12 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.js +19 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.css +21 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.d.ts +8 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.js +18 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.css +78 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.d.ts +7 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.js +53 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.d.ts +11 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.js +26 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.css +45 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.d.ts +11 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.js +49 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.css +7 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.d.ts +6 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.js +13 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.css +85 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.d.ts +11 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.js +34 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.css +6 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.d.ts +4 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.js +33 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.css +6 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.d.ts +4 -0
- package/build/cjs/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.js +26 -0
- package/build/cjs/blocks/EventsFeed/i18n/en.json +5 -0
- package/build/cjs/blocks/EventsFeed/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/EventsFeed/i18n/index.js +9 -0
- package/build/cjs/blocks/EventsFeed/i18n/ru.json +5 -0
- package/build/cjs/blocks/EventsFeed/schema.d.ts +18 -0
- package/build/cjs/blocks/EventsFeed/schema.js +15 -0
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.d.ts +3 -0
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.js +46 -0
- package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +316 -0
- package/build/cjs/blocks/ExtendedFeatures/schema.js +33 -0
- package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/cjs/blocks/FilterBlock/FilterBlock.d.ts +4 -0
- package/build/cjs/blocks/FilterBlock/FilterBlock.js +44 -0
- package/build/cjs/blocks/FilterBlock/i18n/en.json +3 -0
- package/build/cjs/blocks/FilterBlock/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/FilterBlock/i18n/index.js +9 -0
- package/build/cjs/blocks/FilterBlock/i18n/ru.json +3 -0
- package/build/cjs/blocks/FilterBlock/schema.d.ts +361 -0
- package/build/cjs/blocks/FilterBlock/schema.js +52 -0
- package/build/cjs/blocks/Form/Form.css +141 -0
- package/build/cjs/blocks/Form/Form.d.ts +4 -0
- package/build/cjs/blocks/Form/Form.js +87 -0
- package/build/cjs/blocks/Form/schema.d.ts +501 -0
- package/build/cjs/blocks/Form/schema.js +54 -0
- package/build/cjs/blocks/Header/BackButton/BackButton.css +11 -0
- package/build/cjs/blocks/Header/BackButton/BackButton.d.ts +7 -0
- package/build/cjs/blocks/Header/BackButton/BackButton.js +21 -0
- package/build/cjs/blocks/Header/Breadcrumbs/Breadcrumbs.css +7 -0
- package/build/cjs/blocks/Header/Breadcrumbs/Breadcrumbs.d.ts +6 -0
- package/build/cjs/blocks/Header/Breadcrumbs/Breadcrumbs.js +18 -0
- package/build/cjs/blocks/Header/Header.css +230 -0
- package/build/cjs/blocks/Header/Header.d.ts +5 -0
- package/build/cjs/blocks/Header/Header.js +84 -0
- package/build/cjs/blocks/Header/HeaderTag/HeaderTag.css +11 -0
- package/build/cjs/blocks/Header/HeaderTag/HeaderTag.d.ts +5 -0
- package/build/cjs/blocks/Header/HeaderTag/HeaderTag.js +14 -0
- package/build/cjs/blocks/Header/HeaderTags/HeaderTags.css +17 -0
- package/build/cjs/blocks/Header/HeaderTags/HeaderTags.d.ts +8 -0
- package/build/cjs/blocks/Header/HeaderTags/HeaderTags.js +29 -0
- package/build/cjs/blocks/Header/schema.d.ts +1610 -0
- package/build/cjs/blocks/Header/schema.js +131 -0
- package/build/cjs/blocks/Header/utils.d.ts +20 -0
- package/build/cjs/blocks/Header/utils.js +51 -0
- package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/cjs/blocks/HeaderSlider/HeaderSlider.d.ts +3 -0
- package/build/cjs/blocks/HeaderSlider/HeaderSlider.js +21 -0
- package/build/cjs/blocks/HeaderSlider/schema.d.ts +748 -0
- package/build/cjs/blocks/HeaderSlider/schema.js +22 -0
- package/build/cjs/blocks/Icons/Icons.css +56 -0
- package/build/cjs/blocks/Icons/Icons.d.ts +3 -0
- package/build/cjs/blocks/Icons/Icons.js +30 -0
- package/build/cjs/blocks/Icons/schema.d.ts +422 -0
- package/build/cjs/blocks/Icons/schema.js +52 -0
- package/build/cjs/blocks/Info/Info.css +32 -0
- package/build/cjs/blocks/Info/Info.d.ts +3 -0
- package/build/cjs/blocks/Info/Info.js +36 -0
- package/build/cjs/blocks/Info/schema.d.ts +269 -0
- package/build/cjs/blocks/Info/schema.js +27 -0
- package/build/cjs/blocks/LinkTable/LinkTable.css +5 -0
- package/build/cjs/blocks/LinkTable/LinkTable.d.ts +3 -0
- package/build/cjs/blocks/LinkTable/LinkTable.js +19 -0
- package/build/cjs/blocks/LinkTable/schema.d.ts +159 -0
- package/build/cjs/blocks/LinkTable/schema.js +17 -0
- package/build/cjs/blocks/Map/Map.css +14 -0
- package/build/cjs/blocks/Map/Map.d.ts +3 -0
- package/build/cjs/blocks/Map/Map.js +22 -0
- package/build/cjs/blocks/Map/schema.d.ts +479 -0
- package/build/cjs/blocks/Map/schema.js +18 -0
- package/build/cjs/blocks/MarqueeLinks/MarqueeLinks.css +25 -0
- package/build/cjs/blocks/MarqueeLinks/MarqueeLinks.d.ts +3 -0
- package/build/cjs/blocks/MarqueeLinks/MarqueeLinks.js +30 -0
- package/build/cjs/blocks/MarqueeLinks/schema.d.ts +54 -0
- package/build/cjs/blocks/MarqueeLinks/schema.js +36 -0
- package/build/cjs/blocks/Media/Media.css +17 -0
- package/build/cjs/blocks/Media/Media.d.ts +3 -0
- package/build/cjs/blocks/Media/Media.js +31 -0
- package/build/cjs/blocks/Media/schema.d.ts +1376 -0
- package/build/cjs/blocks/Media/schema.js +46 -0
- package/build/cjs/blocks/PressReleases/PressReleases.d.ts +3 -0
- package/build/cjs/blocks/PressReleases/PressReleases.js +25 -0
- package/build/cjs/blocks/PressReleases/schema.d.ts +15 -0
- package/build/cjs/blocks/PressReleases/schema.js +13 -0
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.d.ts +3 -0
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js +47 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +470 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.js +34 -0
- package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +78 -0
- package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.d.ts +2 -0
- package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js +27 -0
- package/build/cjs/blocks/Questions/Questions.css +13 -0
- package/build/cjs/blocks/Questions/Questions.d.ts +3 -0
- package/build/cjs/blocks/Questions/Questions.js +35 -0
- package/build/cjs/blocks/Questions/models.d.ts +11 -0
- package/build/cjs/blocks/Questions/models.js +14 -0
- package/build/cjs/blocks/Questions/schema.d.ts +193 -0
- package/build/cjs/blocks/Questions/schema.js +34 -0
- package/build/cjs/blocks/Quotes/Quotes.css +76 -0
- package/build/cjs/blocks/Quotes/Quotes.d.ts +3 -0
- package/build/cjs/blocks/Quotes/Quotes.js +42 -0
- package/build/cjs/blocks/Quotes/QuotesItem/QuotesItem.css +120 -0
- package/build/cjs/blocks/Quotes/QuotesItem/QuotesItem.d.ts +3 -0
- package/build/cjs/blocks/Quotes/QuotesItem/QuotesItem.js +22 -0
- package/build/cjs/blocks/Quotes/i18n/en.json +4 -0
- package/build/cjs/blocks/Quotes/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/Quotes/i18n/index.js +9 -0
- package/build/cjs/blocks/Quotes/i18n/ru.json +4 -0
- package/build/cjs/blocks/Quotes/schema.d.ts +57 -0
- package/build/cjs/blocks/Quotes/schema.js +52 -0
- package/build/cjs/blocks/Security/i18n/en.json +3 -0
- package/build/cjs/blocks/Security/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/Security/i18n/index.js +9 -0
- package/build/cjs/blocks/Security/i18n/ru.json +3 -0
- package/build/cjs/blocks/Services/ServiceElement/ServiceElement.css +94 -0
- package/build/cjs/blocks/Services/ServiceElement/ServiceElement.d.ts +8 -0
- package/build/cjs/blocks/Services/ServiceElement/ServiceElement.js +47 -0
- package/build/cjs/blocks/Services/ServiceTag/ServiceTag.css +24 -0
- package/build/cjs/blocks/Services/ServiceTag/ServiceTag.d.ts +6 -0
- package/build/cjs/blocks/Services/ServiceTag/ServiceTag.js +15 -0
- package/build/cjs/blocks/Services/Services.css +20 -0
- package/build/cjs/blocks/Services/Services.d.ts +3 -0
- package/build/cjs/blocks/Services/Services.js +70 -0
- package/build/cjs/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.css +83 -0
- package/build/cjs/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.d.ts +6 -0
- package/build/cjs/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.js +26 -0
- package/build/cjs/blocks/Services/ServicesSearch/ServiceSearch.css +33 -0
- package/build/cjs/blocks/Services/ServicesSearch/ServicesSearch.d.ts +7 -0
- package/build/cjs/blocks/Services/ServicesSearch/ServicesSearch.js +25 -0
- package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.css +50 -0
- package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.d.ts +6 -0
- package/build/cjs/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.js +41 -0
- package/build/cjs/blocks/Services/i18n/en.json +10 -0
- package/build/cjs/blocks/Services/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/Services/i18n/index.js +9 -0
- package/build/cjs/blocks/Services/i18n/ru.json +10 -0
- package/build/cjs/blocks/Services/schema.d.ts +19 -0
- package/build/cjs/blocks/Services/schema.js +16 -0
- package/build/cjs/blocks/Share/Share.css +68 -0
- package/build/cjs/blocks/Share/Share.d.ts +3 -0
- package/build/cjs/blocks/Share/Share.js +41 -0
- package/build/cjs/blocks/Share/i18n/en.json +13 -0
- package/build/cjs/blocks/Share/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/Share/i18n/index.js +9 -0
- package/build/cjs/blocks/Share/i18n/ru.json +13 -0
- package/build/cjs/blocks/Share/schema.d.ts +22 -0
- package/build/cjs/blocks/Share/schema.js +19 -0
- package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/cjs/blocks/Slider/Arrow/Arrow.d.ts +9 -0
- package/build/cjs/blocks/Slider/Arrow/Arrow.js +13 -0
- package/build/cjs/blocks/Slider/Slider.css +703 -0
- package/build/cjs/blocks/Slider/Slider.d.ts +14 -0
- package/build/cjs/blocks/Slider/Slider.js +322 -0
- package/build/cjs/blocks/Slider/i18n/en.json +6 -0
- package/build/cjs/blocks/Slider/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/Slider/i18n/index.js +9 -0
- package/build/cjs/blocks/Slider/i18n/ru.json +6 -0
- package/build/cjs/blocks/Slider/models.d.ts +8 -0
- package/build/cjs/blocks/Slider/models.js +10 -0
- package/build/cjs/blocks/Slider/schema.d.ts +281 -0
- package/build/cjs/blocks/Slider/schema.js +74 -0
- package/build/cjs/blocks/Slider/slick.css +87 -0
- package/build/cjs/blocks/Slider/utils.d.ts +36 -0
- package/build/cjs/blocks/Slider/utils.js +125 -0
- package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/cjs/blocks/SliderNew/Arrow/Arrow.d.ts +11 -0
- package/build/cjs/blocks/SliderNew/Arrow/Arrow.js +13 -0
- package/build/cjs/blocks/SliderNew/Slider.css +834 -0
- package/build/cjs/blocks/SliderNew/Slider.d.ts +13 -0
- package/build/cjs/blocks/SliderNew/Slider.js +56 -0
- package/build/cjs/blocks/SliderNew/i18n/en.json +6 -0
- package/build/cjs/blocks/SliderNew/i18n/index.d.ts +1 -0
- package/build/cjs/blocks/SliderNew/i18n/index.js +9 -0
- package/build/cjs/blocks/SliderNew/i18n/ru.json +6 -0
- package/build/cjs/blocks/SliderNew/models.d.ts +8 -0
- package/build/cjs/blocks/SliderNew/models.js +10 -0
- package/build/cjs/blocks/SliderNew/schema.d.ts +292 -0
- package/build/cjs/blocks/SliderNew/schema.js +80 -0
- package/build/cjs/blocks/SliderNew/useSlider.d.ts +23 -0
- package/build/cjs/blocks/SliderNew/useSlider.js +68 -0
- package/build/cjs/blocks/SliderNew/useSliderPagination.d.ts +9 -0
- package/build/cjs/blocks/SliderNew/useSliderPagination.js +36 -0
- package/build/cjs/blocks/SliderNew/utils.d.ts +16 -0
- package/build/cjs/blocks/SliderNew/utils.js +43 -0
- package/build/cjs/blocks/Solutions/Solutions.css +26 -0
- package/build/cjs/blocks/Solutions/Solutions.d.ts +2 -0
- package/build/cjs/blocks/Solutions/Solutions.js +28 -0
- package/build/cjs/blocks/Solutions/schema.d.ts +12 -0
- package/build/cjs/blocks/Solutions/schema.js +11 -0
- package/build/cjs/blocks/Table/Table.css +99 -0
- package/build/cjs/blocks/Table/Table.d.ts +3 -0
- package/build/cjs/blocks/Table/Table.js +56 -0
- package/build/cjs/blocks/Table/schema.d.ts +166 -0
- package/build/cjs/blocks/Table/schema.js +56 -0
- package/build/cjs/blocks/Tabs/Tabs.css +111 -0
- package/build/cjs/blocks/Tabs/Tabs.d.ts +3 -0
- package/build/cjs/blocks/Tabs/Tabs.js +94 -0
- package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.d.ts +10 -0
- package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.js +23 -0
- package/build/cjs/blocks/Tabs/schema.d.ts +738 -0
- package/build/cjs/blocks/Tabs/schema.js +42 -0
- package/build/cjs/blocks/index.d.ts +26 -0
- package/build/cjs/blocks/index.js +58 -0
- package/build/cjs/blocks/unstable.d.ts +1 -0
- package/build/cjs/blocks/unstable.js +8 -0
- package/build/cjs/blocks/validators.d.ts +16 -0
- package/build/cjs/blocks/validators.js +19 -0
- package/build/cjs/components/Anchor/Anchor.css +8 -0
- package/build/cjs/components/Anchor/Anchor.d.ts +7 -0
- package/build/cjs/components/Anchor/Anchor.js +11 -0
- package/build/cjs/components/AnimateBlock/AnimateBlock.d.ts +12 -0
- package/build/cjs/components/AnimateBlock/AnimateBlock.js +29 -0
- package/build/cjs/components/Author/Author.css +58 -0
- package/build/cjs/components/Author/Author.d.ts +4 -0
- package/build/cjs/components/Author/Author.js +25 -0
- package/build/cjs/components/Author/schema.d.ts +58 -0
- package/build/cjs/components/Author/schema.js +11 -0
- package/build/cjs/components/BackLink/BackLink.d.ts +15 -0
- package/build/cjs/components/BackLink/BackLink.js +33 -0
- package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/cjs/components/BackgroundImage/BackgroundImage.d.ts +5 -0
- package/build/cjs/components/BackgroundImage/BackgroundImage.js +17 -0
- package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/cjs/components/BackgroundMedia/BackgroundMedia.d.ts +3 -0
- package/build/cjs/components/BackgroundMedia/BackgroundMedia.js +18 -0
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.d.ts +12 -0
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.js +87 -0
- package/build/cjs/components/BlockBase/BlockBase.css +149 -0
- package/build/cjs/components/BlockBase/BlockBase.d.ts +5 -0
- package/build/cjs/components/BlockBase/BlockBase.js +21 -0
- package/build/cjs/components/BrandFooter/BrandFooter.css +94 -0
- package/build/cjs/components/BrandFooter/BrandFooter.d.ts +3 -0
- package/build/cjs/components/BrandFooter/BrandFooter.js +23 -0
- package/build/cjs/components/BrandFooter/i18n/en.json +3 -0
- package/build/cjs/components/BrandFooter/i18n/index.d.ts +1 -0
- package/build/cjs/components/BrandFooter/i18n/index.js +9 -0
- package/build/cjs/components/BrandFooter/i18n/ru.json +3 -0
- package/build/cjs/components/Button/Button.css +59 -0
- package/build/cjs/components/Button/Button.d.ts +9 -0
- package/build/cjs/components/Button/Button.js +53 -0
- package/build/cjs/components/Button/i18n/en.json +3 -0
- package/build/cjs/components/Button/i18n/index.d.ts +1 -0
- package/build/cjs/components/Button/i18n/index.js +9 -0
- package/build/cjs/components/Button/i18n/ru.json +3 -0
- package/build/cjs/components/Button/utils.d.ts +6 -0
- package/build/cjs/components/Button/utils.js +34 -0
- package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/cjs/components/ButtonTabs/ButtonTabs.d.ts +16 -0
- package/build/cjs/components/ButtonTabs/ButtonTabs.js +28 -0
- package/build/cjs/components/Buttons/Buttons.css +11 -0
- package/build/cjs/components/Buttons/Buttons.d.ts +12 -0
- package/build/cjs/components/Buttons/Buttons.js +18 -0
- package/build/cjs/components/CardBase/CardBase.css +93 -0
- package/build/cjs/components/CardBase/CardBase.d.ts +29 -0
- package/build/cjs/components/CardBase/CardBase.js +79 -0
- package/build/cjs/components/ContentList/ContentList.css +103 -0
- package/build/cjs/components/ContentList/ContentList.d.ts +4 -0
- package/build/cjs/components/ContentList/ContentList.js +32 -0
- package/build/cjs/components/ContentList/ContentListItemIcon.d.ts +7 -0
- package/build/cjs/components/ContentList/ContentListItemIcon.js +23 -0
- package/build/cjs/components/Control/Control.css +88 -0
- package/build/cjs/components/Control/Control.d.ts +15 -0
- package/build/cjs/components/Control/Control.js +16 -0
- package/build/cjs/components/Control/i18n/en.json +3 -0
- package/build/cjs/components/Control/i18n/index.d.ts +1 -0
- package/build/cjs/components/Control/i18n/index.js +9 -0
- package/build/cjs/components/Control/i18n/ru.json +3 -0
- package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/cjs/components/DefaultVideo/DefaultVideo.d.ts +11 -0
- package/build/cjs/components/DefaultVideo/DefaultVideo.js +64 -0
- package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/cjs/components/ErrorWrapper/ErrorWrapper.d.ts +11 -0
- package/build/cjs/components/ErrorWrapper/ErrorWrapper.js +11 -0
- package/build/cjs/components/FileLink/FileLink.css +54 -0
- package/build/cjs/components/FileLink/FileLink.d.ts +13 -0
- package/build/cjs/components/FileLink/FileLink.js +53 -0
- package/build/cjs/components/Foldable/Foldable.css +10 -0
- package/build/cjs/components/Foldable/Foldable.d.ts +8 -0
- package/build/cjs/components/Foldable/Foldable.js +21 -0
- package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/cjs/components/FullWidthBackground/FullWidthBackground.d.ts +13 -0
- package/build/cjs/components/FullWidthBackground/FullWidthBackground.js +44 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.d.ts +10 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.js +28 -0
- package/build/cjs/components/FullscreenImage/i18n/en.json +4 -0
- package/build/cjs/components/FullscreenImage/i18n/index.d.ts +1 -0
- package/build/cjs/components/FullscreenImage/i18n/index.js +9 -0
- package/build/cjs/components/FullscreenImage/i18n/ru.json +4 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.d.ts +9 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.js +41 -0
- package/build/cjs/components/HTML/HTML.d.ts +19 -0
- package/build/cjs/components/HTML/HTML.js +18 -0
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.d.ts +3 -0
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +21 -0
- package/build/cjs/components/HeaderBreadcrumbs/i18n/en.json +3 -0
- package/build/cjs/components/HeaderBreadcrumbs/i18n/index.d.ts +1 -0
- package/build/cjs/components/HeaderBreadcrumbs/i18n/index.js +9 -0
- package/build/cjs/components/HeaderBreadcrumbs/i18n/ru.json +3 -0
- package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
- package/build/cjs/components/IconWrapper/IconWrapper.d.ts +4 -0
- package/build/cjs/components/IconWrapper/IconWrapper.js +20 -0
- package/build/cjs/components/Image/Image.d.ts +16 -0
- package/build/cjs/components/Image/Image.js +35 -0
- package/build/cjs/components/Image/schema.d.ts +232 -0
- package/build/cjs/components/Image/schema.js +81 -0
- package/build/cjs/components/ImageBase/ImageBase.d.ts +11 -0
- package/build/cjs/components/ImageBase/ImageBase.js +18 -0
- package/build/cjs/components/InfiniteScroll/InfiniteScroll.d.ts +7 -0
- package/build/cjs/components/InfiniteScroll/InfiniteScroll.js +36 -0
- package/build/cjs/components/InnerForm/InnerForm.d.ts +9 -0
- package/build/cjs/components/InnerForm/InnerForm.js +34 -0
- package/build/cjs/components/Link/Link.css +71 -0
- package/build/cjs/components/Link/Link.d.ts +6 -0
- package/build/cjs/components/Link/Link.js +61 -0
- package/build/cjs/components/Links/Links.css +15 -0
- package/build/cjs/components/Links/Links.d.ts +12 -0
- package/build/cjs/components/Links/Links.js +18 -0
- package/build/cjs/components/Map/GoogleMap.d.ts +4 -0
- package/build/cjs/components/Map/GoogleMap.js +44 -0
- package/build/cjs/components/Map/Map.css +25 -0
- package/build/cjs/components/Map/Map.d.ts +3 -0
- package/build/cjs/components/Map/Map.js +21 -0
- package/build/cjs/components/Map/YMap/YMap.d.ts +15 -0
- package/build/cjs/components/Map/YMap/YMap.js +105 -0
- package/build/cjs/components/Map/YMap/YandexMap.d.ts +4 -0
- package/build/cjs/components/Map/YMap/YandexMap.js +81 -0
- package/build/cjs/components/Map/YMap/YandexMapApiLoader.d.ts +11 -0
- package/build/cjs/components/Map/YMap/YandexMapApiLoader.js +37 -0
- package/build/cjs/components/Map/YMap/i18n/en.json +4 -0
- package/build/cjs/components/Map/YMap/i18n/index.d.ts +1 -0
- package/build/cjs/components/Map/YMap/i18n/index.js +9 -0
- package/build/cjs/components/Map/YMap/i18n/ru.json +4 -0
- package/build/cjs/components/Map/helpers.d.ts +1 -0
- package/build/cjs/components/Map/helpers.js +7 -0
- package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
- package/build/cjs/components/Media/DataLens/DataLens.d.ts +3 -0
- package/build/cjs/components/Media/DataLens/DataLens.js +17 -0
- package/build/cjs/components/Media/DataLens/i18n/en.json +3 -0
- package/build/cjs/components/Media/DataLens/i18n/index.d.ts +1 -0
- package/build/cjs/components/Media/DataLens/i18n/index.js +9 -0
- package/build/cjs/components/Media/DataLens/i18n/ru.json +3 -0
- package/build/cjs/components/Media/DataLens/utils.d.ts +2 -0
- package/build/cjs/components/Media/DataLens/utils.js +7 -0
- package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.d.ts +4 -0
- package/build/cjs/components/Media/FullscreenVideo/FullscreenVideo.js +10 -0
- package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
- package/build/cjs/components/Media/Iframe/Iframe.d.ts +3 -0
- package/build/cjs/components/Media/Iframe/Iframe.js +14 -0
- package/build/cjs/components/Media/Iframe/i18n/en.json +3 -0
- package/build/cjs/components/Media/Iframe/i18n/index.d.ts +1 -0
- package/build/cjs/components/Media/Iframe/i18n/index.js +9 -0
- package/build/cjs/components/Media/Iframe/i18n/ru.json +3 -0
- package/build/cjs/components/Media/Image/Image.css +10 -0
- package/build/cjs/components/Media/Image/Image.d.ts +14 -0
- package/build/cjs/components/Media/Image/Image.js +69 -0
- package/build/cjs/components/Media/Image/utils.d.ts +2 -0
- package/build/cjs/components/Media/Image/utils.js +7 -0
- package/build/cjs/components/Media/Media.css +11 -0
- package/build/cjs/components/Media/Media.d.ts +11 -0
- package/build/cjs/components/Media/Media.js +97 -0
- package/build/cjs/components/Media/Video/Video.css +12 -0
- package/build/cjs/components/Media/Video/Video.d.ts +15 -0
- package/build/cjs/components/Media/Video/Video.js +83 -0
- package/build/cjs/components/Media/Video/utils.d.ts +16 -0
- package/build/cjs/components/Media/Video/utils.js +48 -0
- package/build/cjs/components/MediaBase/MediaBase.css +60 -0
- package/build/cjs/components/MediaBase/MediaBase.d.ts +13 -0
- package/build/cjs/components/MediaBase/MediaBase.js +53 -0
- package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/cjs/components/MediaBase/MediaBaseContent.d.ts +3 -0
- package/build/cjs/components/MediaBase/MediaBaseContent.js +14 -0
- package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
- package/build/cjs/components/MetaInfo/MetaInfo.d.ts +6 -0
- package/build/cjs/components/MetaInfo/MetaInfo.js +9 -0
- package/build/cjs/components/MetaInfo/schema.d.ts +8 -0
- package/build/cjs/components/MetaInfo/schema.js +10 -0
- package/build/cjs/components/OutsideClick/OutsideClick.d.ts +13 -0
- package/build/cjs/components/OutsideClick/OutsideClick.js +31 -0
- package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/cjs/components/OverflowScroller/OverflowScroller.d.ts +28 -0
- package/build/cjs/components/OverflowScroller/OverflowScroller.js +92 -0
- package/build/cjs/components/OverflowScroller/i18n/en.json +4 -0
- package/build/cjs/components/OverflowScroller/i18n/index.d.ts +1 -0
- package/build/cjs/components/OverflowScroller/i18n/index.js +9 -0
- package/build/cjs/components/OverflowScroller/i18n/ru.json +4 -0
- package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/cjs/components/ReactPlayer/CircleProgress.d.ts +10 -0
- package/build/cjs/components/ReactPlayer/CircleProgress.js +20 -0
- package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/cjs/components/ReactPlayer/CustomBarControls.d.ts +16 -0
- package/build/cjs/components/ReactPlayer/CustomBarControls.js +55 -0
- package/build/cjs/components/ReactPlayer/ReactPlayer.css +81 -0
- package/build/cjs/components/ReactPlayer/ReactPlayer.d.ts +16 -0
- package/build/cjs/components/ReactPlayer/ReactPlayer.js +276 -0
- package/build/cjs/components/ReactPlayer/i18n/en.json +6 -0
- package/build/cjs/components/ReactPlayer/i18n/index.d.ts +1 -0
- package/build/cjs/components/ReactPlayer/i18n/index.js +9 -0
- package/build/cjs/components/ReactPlayer/i18n/ru.json +6 -0
- package/build/cjs/components/ReactPlayer/utils/youtube.d.ts +2 -0
- package/build/cjs/components/ReactPlayer/utils/youtube.js +7 -0
- package/build/cjs/components/ReactPlayer/utils.d.ts +1 -0
- package/build/cjs/components/ReactPlayer/utils.js +24 -0
- package/build/cjs/components/RootCn/index.d.ts +4 -0
- package/build/cjs/components/RootCn/index.js +11 -0
- package/build/cjs/components/RouterLink/RouterLink.d.ts +7 -0
- package/build/cjs/components/RouterLink/RouterLink.js +10 -0
- package/build/cjs/components/ServiceIcon/ServiceIcon.d.ts +6 -0
- package/build/cjs/components/ServiceIcon/ServiceIcon.js +18 -0
- package/build/cjs/components/ServiceLabel/ServiceLabel.css +20 -0
- package/build/cjs/components/ServiceLabel/ServiceLabel.d.ts +3 -0
- package/build/cjs/components/ServiceLabel/ServiceLabel.js +13 -0
- package/build/cjs/components/Table/Table.css +87 -0
- package/build/cjs/components/Table/Table.d.ts +9 -0
- package/build/cjs/components/Table/Table.js +42 -0
- package/build/cjs/components/Title/Title.css +19 -0
- package/build/cjs/components/Title/Title.d.ts +8 -0
- package/build/cjs/components/Title/Title.js +25 -0
- package/build/cjs/components/Title/TitleItem.css +141 -0
- package/build/cjs/components/Title/TitleItem.d.ts +9 -0
- package/build/cjs/components/Title/TitleItem.js +59 -0
- package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/cjs/components/ToggleArrow/ToggleArrow.d.ts +11 -0
- package/build/cjs/components/ToggleArrow/ToggleArrow.js +10 -0
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.d.ts +8 -0
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.js +9 -0
- package/build/cjs/components/UnpublishedLabel/i18n/en.json +3 -0
- package/build/cjs/components/UnpublishedLabel/i18n/index.d.ts +1 -0
- package/build/cjs/components/UnpublishedLabel/i18n/index.js +9 -0
- package/build/cjs/components/UnpublishedLabel/i18n/ru.json +3 -0
- package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
- package/build/cjs/components/VideoBlock/VideoBlock.d.ts +24 -0
- package/build/cjs/components/VideoBlock/VideoBlock.js +104 -0
- package/build/cjs/components/VideoBlock/i18n/en.json +3 -0
- package/build/cjs/components/VideoBlock/i18n/index.d.ts +1 -0
- package/build/cjs/components/VideoBlock/i18n/index.js +9 -0
- package/build/cjs/components/VideoBlock/i18n/ru.json +3 -0
- package/build/cjs/components/YFMWrapper/YFMWrapper.d.ts +10 -0
- package/build/cjs/components/YFMWrapper/YFMWrapper.js +12 -0
- package/build/cjs/components/YandexForm/YandexForm.d.ts +5 -0
- package/build/cjs/components/YandexForm/YandexForm.js +110 -0
- package/build/cjs/components/YandexForm/schema.d.ts +16 -0
- package/build/cjs/components/YandexForm/schema.js +13 -0
- package/build/cjs/components/constants.d.ts +4 -0
- package/build/cjs/components/constants.js +7 -0
- package/build/cjs/components/index.d.ts +44 -0
- package/build/cjs/components/index.js +90 -0
- package/build/cjs/constants.d.ts +7 -0
- package/build/cjs/constants.js +10 -0
- package/build/cjs/constructor-items.d.ts +51 -0
- package/build/cjs/constructor-items.js +62 -0
- package/build/cjs/containers/Loadable/Loadable.css +4 -0
- package/build/cjs/containers/Loadable/Loadable.d.ts +16 -0
- package/build/cjs/containers/Loadable/Loadable.js +46 -0
- package/build/cjs/containers/Loadable/i18n/en.json +4 -0
- package/build/cjs/containers/Loadable/i18n/index.d.ts +1 -0
- package/build/cjs/containers/Loadable/i18n/index.js +9 -0
- package/build/cjs/containers/Loadable/i18n/ru.json +4 -0
- package/build/cjs/containers/PageConstructor/PageConstructor.css +204 -0
- package/build/cjs/containers/PageConstructor/PageConstructor.d.ts +19 -0
- package/build/cjs/containers/PageConstructor/PageConstructor.js +66 -0
- package/build/cjs/containers/PageConstructor/Provider.d.ts +23 -0
- package/build/cjs/containers/PageConstructor/Provider.js +35 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.d.ts +7 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js +25 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.d.ts +1 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/index.js +4 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.d.ts +6 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +47 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.d.ts +1 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlocks/index.js +4 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.d.ts +8 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js +19 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.d.ts +1 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorItem/index.js +4 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.d.ts +7 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js +18 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.d.ts +1 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorLoadable/index.js +4 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.d.ts +2 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js +11 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.d.ts +1 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/index.js +4 -0
- package/build/cjs/containers/PageConstructor/components/index.d.ts +2 -0
- package/build/cjs/containers/PageConstructor/components/index.js +5 -0
- package/build/cjs/containers/PageConstructor/index.d.ts +5 -0
- package/build/cjs/containers/PageConstructor/index.js +9 -0
- package/build/cjs/context/analyticsContext/analyticsContext.d.ts +7 -0
- package/build/cjs/context/analyticsContext/analyticsContext.js +6 -0
- package/build/cjs/context/analyticsContext/index.d.ts +1 -0
- package/build/cjs/context/analyticsContext/index.js +4 -0
- package/build/cjs/context/animateContext/AnimateContext.d.ts +5 -0
- package/build/cjs/context/animateContext/AnimateContext.js +6 -0
- package/build/cjs/context/animateContext/index.d.ts +1 -0
- package/build/cjs/context/animateContext/index.js +4 -0
- package/build/cjs/context/blockIdContext/blockIdContext.d.ts +3 -0
- package/build/cjs/context/blockIdContext/blockIdContext.js +6 -0
- package/build/cjs/context/blockIdContext/index.d.ts +1 -0
- package/build/cjs/context/blockIdContext/index.js +4 -0
- package/build/cjs/context/eventsContext/EventsContext.d.ts +51 -0
- package/build/cjs/context/eventsContext/EventsContext.js +23 -0
- package/build/cjs/context/eventsContext/index.d.ts +1 -0
- package/build/cjs/context/eventsContext/index.js +4 -0
- package/build/cjs/context/formListContext/FormListContext.d.ts +13 -0
- package/build/cjs/context/formListContext/FormListContext.js +6 -0
- package/build/cjs/context/formListContext/index.d.ts +1 -0
- package/build/cjs/context/formListContext/index.js +4 -0
- package/build/cjs/context/formsContext/FormsContext.d.ts +13 -0
- package/build/cjs/context/formsContext/FormsContext.js +7 -0
- package/build/cjs/context/formsContext/index.d.ts +1 -0
- package/build/cjs/context/formsContext/index.js +4 -0
- package/build/cjs/context/headerContext/HeaderContext.d.ts +9 -0
- package/build/cjs/context/headerContext/HeaderContext.js +6 -0
- package/build/cjs/context/headerContext/index.d.ts +1 -0
- package/build/cjs/context/headerContext/index.js +4 -0
- package/build/cjs/context/imageContext/imageContext.d.ts +6 -0
- package/build/cjs/context/imageContext/imageContext.js +6 -0
- package/build/cjs/context/imageContext/index.d.ts +1 -0
- package/build/cjs/context/imageContext/index.js +4 -0
- package/build/cjs/context/innerContext/InnerContext.d.ts +18 -0
- package/build/cjs/context/innerContext/InnerContext.js +14 -0
- package/build/cjs/context/innerContext/index.d.ts +1 -0
- package/build/cjs/context/innerContext/index.js +4 -0
- package/build/cjs/context/localeContext/index.d.ts +1 -0
- package/build/cjs/context/localeContext/index.js +4 -0
- package/build/cjs/context/localeContext/localeContext.d.ts +7 -0
- package/build/cjs/context/localeContext/localeContext.js +7 -0
- package/build/cjs/context/locationContext/index.d.ts +1 -0
- package/build/cjs/context/locationContext/index.js +4 -0
- package/build/cjs/context/locationContext/locationContext.d.ts +20 -0
- package/build/cjs/context/locationContext/locationContext.js +6 -0
- package/build/cjs/context/mapsContext/mapsContext.d.ts +22 -0
- package/build/cjs/context/mapsContext/mapsContext.js +20 -0
- package/build/cjs/context/mapsContext/mapsProvider.d.ts +10 -0
- package/build/cjs/context/mapsContext/mapsProvider.js +15 -0
- package/build/cjs/context/mapsContext/useMap.d.ts +2 -0
- package/build/cjs/context/mapsContext/useMap.js +11 -0
- package/build/cjs/context/mobileContext/MobileContext.d.ts +2 -0
- package/build/cjs/context/mobileContext/MobileContext.js +6 -0
- package/build/cjs/context/mobileContext/index.d.ts +1 -0
- package/build/cjs/context/mobileContext/index.js +4 -0
- package/build/cjs/context/pressReleasesContext/PressReleasesContext.d.ts +13 -0
- package/build/cjs/context/pressReleasesContext/PressReleasesContext.js +11 -0
- package/build/cjs/context/pressReleasesContext/index.d.ts +1 -0
- package/build/cjs/context/pressReleasesContext/index.js +4 -0
- package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.d.ts +6 -0
- package/build/cjs/context/projectSettingsContext/ProjectSettingsContext.js +6 -0
- package/build/cjs/context/projectSettingsContext/index.d.ts +1 -0
- package/build/cjs/context/projectSettingsContext/index.js +4 -0
- package/build/cjs/context/routerContext/RouterContext.d.ts +7 -0
- package/build/cjs/context/routerContext/RouterContext.js +6 -0
- package/build/cjs/context/routerContext/index.d.ts +1 -0
- package/build/cjs/context/routerContext/index.js +4 -0
- package/build/cjs/context/servicesContext/ServicesContext.d.ts +24 -0
- package/build/cjs/context/servicesContext/ServicesContext.js +9 -0
- package/build/cjs/context/servicesContext/index.d.ts +1 -0
- package/build/cjs/context/servicesContext/index.js +4 -0
- package/build/cjs/context/solutionsContext/SolutionsContext.d.ts +12 -0
- package/build/cjs/context/solutionsContext/SolutionsContext.js +6 -0
- package/build/cjs/context/solutionsContext/index.d.ts +1 -0
- package/build/cjs/context/solutionsContext/index.js +4 -0
- package/build/cjs/context/ssrContext/SSRContext.d.ts +5 -0
- package/build/cjs/context/ssrContext/SSRContext.js +6 -0
- package/build/cjs/context/ssrContext/index.d.ts +1 -0
- package/build/cjs/context/ssrContext/index.js +4 -0
- package/build/cjs/context/stylesContext/StylesContext.d.ts +6 -0
- package/build/cjs/context/stylesContext/StylesContext.js +6 -0
- package/build/cjs/context/stylesContext/index.d.ts +1 -0
- package/build/cjs/context/stylesContext/index.js +4 -0
- package/build/cjs/context/theme/ThemeContext.d.ts +7 -0
- package/build/cjs/context/theme/ThemeContext.js +10 -0
- package/build/cjs/context/theme/index.d.ts +3 -0
- package/build/cjs/context/theme/index.js +6 -0
- package/build/cjs/context/theme/useTheme.d.ts +2 -0
- package/build/cjs/context/theme/useTheme.js +11 -0
- package/build/cjs/context/theme/withTheme.d.ts +6 -0
- package/build/cjs/context/theme/withTheme.js +19 -0
- package/build/cjs/context/videoContext/VideoContext.d.ts +6 -0
- package/build/cjs/context/videoContext/VideoContext.js +6 -0
- package/build/cjs/context/videoContext/index.d.ts +1 -0
- package/build/cjs/context/videoContext/index.js +4 -0
- package/build/cjs/customization/BlockDecoration.d.ts +3 -0
- package/build/cjs/customization/BlockDecoration.js +16 -0
- package/build/cjs/editor/components/AddBlock/AddBlock.css +92 -0
- package/build/cjs/editor/components/AddBlock/AddBlock.d.ts +7 -0
- package/build/cjs/editor/components/AddBlock/AddBlock.js +60 -0
- package/build/cjs/editor/components/BlockForm/BlockForm.d.ts +12 -0
- package/build/cjs/editor/components/BlockForm/BlockForm.js +29 -0
- package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/cjs/editor/components/CodeEditor/CodeEditor.d.ts +13 -0
- package/build/cjs/editor/components/CodeEditor/CodeEditor.js +35 -0
- package/build/cjs/editor/components/CodeEditor/constants.d.ts +2 -0
- package/build/cjs/editor/components/CodeEditor/constants.js +20 -0
- package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/cjs/editor/components/ControlPanel/ControlPanel.d.ts +12 -0
- package/build/cjs/editor/components/ControlPanel/ControlPanel.js +44 -0
- package/build/cjs/editor/components/ControlPanel/i18n/en.json +5 -0
- package/build/cjs/editor/components/ControlPanel/i18n/index.d.ts +1 -0
- package/build/cjs/editor/components/ControlPanel/i18n/index.js +9 -0
- package/build/cjs/editor/components/ControlPanel/i18n/ru.json +5 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.d.ts +7 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.js +10 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +8 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +41 -0
- package/build/cjs/editor/components/DeviceEmulation/utils.d.ts +4 -0
- package/build/cjs/editor/components/DeviceEmulation/utils.js +7 -0
- package/build/cjs/editor/components/EditBlock/EditBlock.css +65 -0
- package/build/cjs/editor/components/EditBlock/EditBlock.d.ts +13 -0
- package/build/cjs/editor/components/EditBlock/EditBlock.js +51 -0
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.d.ts +13 -0
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.js +35 -0
- package/build/cjs/editor/components/ErrorBoundary/i18n/en.json +4 -0
- package/build/cjs/editor/components/ErrorBoundary/i18n/index.d.ts +1 -0
- package/build/cjs/editor/components/ErrorBoundary/i18n/index.js +9 -0
- package/build/cjs/editor/components/ErrorBoundary/i18n/ru.json +4 -0
- package/build/cjs/editor/components/Layout/Layout.css +50 -0
- package/build/cjs/editor/components/Layout/Layout.d.ts +16 -0
- package/build/cjs/editor/components/Layout/Layout.js +36 -0
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.d.ts +2 -0
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.js +12 -0
- package/build/cjs/editor/components/NotFoundBlock/i18n/en.json +3 -0
- package/build/cjs/editor/components/NotFoundBlock/i18n/index.d.ts +1 -0
- package/build/cjs/editor/components/NotFoundBlock/i18n/index.js +9 -0
- package/build/cjs/editor/components/NotFoundBlock/i18n/ru.json +3 -0
- package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/cjs/editor/components/PageSettings/PageSettings.d.ts +11 -0
- package/build/cjs/editor/components/PageSettings/PageSettings.js +30 -0
- package/build/cjs/editor/components/PageSettings/i18n/en.json +3 -0
- package/build/cjs/editor/components/PageSettings/i18n/index.d.ts +1 -0
- package/build/cjs/editor/components/PageSettings/i18n/index.js +9 -0
- package/build/cjs/editor/components/PageSettings/i18n/ru.json +3 -0
- package/build/cjs/editor/containers/Editor/Editor.css +17 -0
- package/build/cjs/editor/containers/Editor/Editor.d.ts +2 -0
- package/build/cjs/editor/containers/Editor/Editor.js +34 -0
- package/build/cjs/editor/containers/Editor/hooks/useCode.d.ts +14 -0
- package/build/cjs/editor/containers/Editor/hooks/useCode.js +29 -0
- package/build/cjs/editor/containers/Editor/hooks/useEditorState.d.ts +49 -0
- package/build/cjs/editor/containers/Editor/hooks/useEditorState.js +99 -0
- package/build/cjs/editor/containers/Form/Form.css +87 -0
- package/build/cjs/editor/containers/Form/Form.d.ts +11 -0
- package/build/cjs/editor/containers/Form/Form.js +27 -0
- package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/cjs/editor/context.d.ts +11 -0
- package/build/cjs/editor/context.js +6 -0
- package/build/cjs/editor/data/index.d.ts +14 -0
- package/build/cjs/editor/data/index.js +34 -0
- package/build/cjs/editor/data/previews/default-preview.d.ts +3 -0
- package/build/cjs/editor/data/previews/default-preview.js +18 -0
- package/build/cjs/editor/data/previews/header-block.d.ts +3 -0
- package/build/cjs/editor/data/previews/header-block.js +19 -0
- package/build/cjs/editor/data/templates/banner-block.json +24 -0
- package/build/cjs/editor/data/templates/card-layout-block.json +39 -0
- package/build/cjs/editor/data/templates/companies-block.json +14 -0
- package/build/cjs/editor/data/templates/content-layout-block.json +56 -0
- package/build/cjs/editor/data/templates/extended-features-block.json +53 -0
- package/build/cjs/editor/data/templates/filter-block.json +62 -0
- package/build/cjs/editor/data/templates/form-block.json +24 -0
- package/build/cjs/editor/data/templates/header-block.json +19 -0
- package/build/cjs/editor/data/templates/header-slider-block.json +59 -0
- package/build/cjs/editor/data/templates/icons-block.json +32 -0
- package/build/cjs/editor/data/templates/info-block.json +40 -0
- package/build/cjs/editor/data/templates/link-table-block.json +10 -0
- package/build/cjs/editor/data/templates/map-block.json +48 -0
- package/build/cjs/editor/data/templates/media-block.json +12 -0
- package/build/cjs/editor/data/templates/promo-features-block.json +52 -0
- package/build/cjs/editor/data/templates/questions-block.json +105 -0
- package/build/cjs/editor/data/templates/share-block.json +6 -0
- package/build/cjs/editor/data/templates/slider-block.json +46 -0
- package/build/cjs/editor/data/templates/slider-new-block.json +46 -0
- package/build/cjs/editor/data/templates/table-block.json +18 -0
- package/build/cjs/editor/data/templates/tabs-block.json +57 -0
- package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.d.ts +19 -0
- package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js +72 -0
- package/build/cjs/editor/dynamic-forms-custom/config.d.ts +2 -0
- package/build/cjs/editor/dynamic-forms-custom/config.js +13 -0
- package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +12 -0
- package/build/cjs/editor/dynamic-forms-custom/hooks/useOneOf.js +76 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/detect.d.ts +9 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/detect.js +36 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/index.d.ts +28 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/index.js +187 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/types.d.ts +28 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/types.js +2 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/views.d.ts +37 -0
- package/build/cjs/editor/dynamic-forms-custom/parser/views.js +46 -0
- package/build/cjs/editor/hooks/useCodeValidator.d.ts +4 -0
- package/build/cjs/editor/hooks/useCodeValidator.js +10 -0
- package/build/cjs/editor/hooks/useFormSpec.d.ts +2 -0
- package/build/cjs/editor/hooks/useFormSpec.js +9 -0
- package/build/cjs/editor/hooks/usePreviousValue.d.ts +1 -0
- package/build/cjs/editor/hooks/usePreviousValue.js +11 -0
- package/build/cjs/editor/icons/Tablet.d.ts +2 -0
- package/build/cjs/editor/icons/Tablet.js +9 -0
- package/build/cjs/editor/index.d.ts +2 -0
- package/build/cjs/editor/index.js +7 -0
- package/build/cjs/editor/store/main/index.d.ts +12 -0
- package/build/cjs/editor/store/main/index.js +81 -0
- package/build/cjs/editor/store/main/reducer.d.ts +52 -0
- package/build/cjs/editor/store/main/reducer.js +42 -0
- package/build/cjs/editor/store/main/utils.d.ts +13 -0
- package/build/cjs/editor/store/main/utils.js +38 -0
- package/build/cjs/editor/store/settings/index.d.ts +12 -0
- package/build/cjs/editor/store/settings/index.js +21 -0
- package/build/cjs/editor/store/settings/reducer.d.ts +37 -0
- package/build/cjs/editor/store/settings/reducer.js +32 -0
- package/build/cjs/editor/styles/mixins.css +0 -0
- package/build/cjs/editor/styles/root.css +9 -0
- package/build/cjs/editor/styles/variables.css +0 -0
- package/build/cjs/editor/types/index.d.ts +42 -0
- package/build/cjs/editor/types/index.js +15 -0
- package/build/cjs/editor/utils/code.d.ts +6 -0
- package/build/cjs/editor/utils/code.js +11 -0
- package/build/cjs/editor/utils/index.d.ts +15 -0
- package/build/cjs/editor/utils/index.js +17 -0
- package/build/cjs/editor/utils/validation.d.ts +13 -0
- package/build/cjs/editor/utils/validation.js +57 -0
- package/build/cjs/editor/widget/constants.d.ts +4 -0
- package/build/cjs/editor/widget/constants.js +8 -0
- package/build/cjs/editor/widget/index.d.ts +21 -0
- package/build/cjs/editor/widget/index.js +76 -0
- package/build/cjs/editor/widget/utils.d.ts +1 -0
- package/build/cjs/editor/widget/utils.js +19 -0
- package/build/cjs/grid/Break/Break.d.ts +2 -0
- package/build/cjs/grid/Break/Break.js +7 -0
- package/build/cjs/grid/Col/Col.d.ts +8 -0
- package/build/cjs/grid/Col/Col.js +11 -0
- package/build/cjs/grid/Grid/Grid.css +87 -0
- package/build/cjs/grid/Grid/Grid.d.ts +8 -0
- package/build/cjs/grid/Grid/Grid.js +10 -0
- package/build/cjs/grid/Row/Row.d.ts +12 -0
- package/build/cjs/grid/Row/Row.js +15 -0
- package/build/cjs/grid/index.d.ts +6 -0
- package/build/cjs/grid/index.js +9 -0
- package/build/cjs/grid/styles/bootstrap.css +1627 -0
- package/build/cjs/grid/types.d.ts +51 -0
- package/build/cjs/grid/types.js +47 -0
- package/build/cjs/grid/utils.d.ts +9 -0
- package/build/cjs/grid/utils.js +64 -0
- package/build/cjs/hooks/hubspot.d.ts +16 -0
- package/build/cjs/hooks/hubspot.js +38 -0
- package/build/cjs/hooks/index.d.ts +6 -0
- package/build/cjs/hooks/index.js +14 -0
- package/build/cjs/hooks/useAnalytics.d.ts +2 -0
- package/build/cjs/hooks/useAnalytics.js +37 -0
- package/build/cjs/hooks/useFocus.d.ts +5 -0
- package/build/cjs/hooks/useFocus.js +39 -0
- package/build/cjs/hooks/useHeightCalculator.d.ts +6 -0
- package/build/cjs/hooks/useHeightCalculator.js +27 -0
- package/build/cjs/hooks/useMetrika.d.ts +1 -0
- package/build/cjs/hooks/useMetrika.js +1 -0
- package/build/cjs/hooks/useMount.d.ts +3 -0
- package/build/cjs/hooks/useMount.js +8 -0
- package/build/cjs/hooks/useWindowBreakpoint.d.ts +1 -0
- package/build/cjs/hooks/useWindowBreakpoint.js +33 -0
- package/build/cjs/icons/BrandIconDark.d.ts +2 -0
- package/build/cjs/icons/BrandIconDark.js +23 -0
- package/build/cjs/icons/BrandIconLight.d.ts +2 -0
- package/build/cjs/icons/BrandIconLight.js +23 -0
- package/build/cjs/icons/BrandName.d.ts +3 -0
- package/build/cjs/icons/BrandName.js +19 -0
- package/build/cjs/icons/Chevron.d.ts +2 -0
- package/build/cjs/icons/Chevron.js +9 -0
- package/build/cjs/icons/CloseIcon.d.ts +2 -0
- package/build/cjs/icons/CloseIcon.js +8 -0
- package/build/cjs/icons/DropdownArrowIcon.d.ts +2 -0
- package/build/cjs/icons/DropdownArrowIcon.js +8 -0
- package/build/cjs/icons/Facebook.d.ts +2 -0
- package/build/cjs/icons/Facebook.js +9 -0
- package/build/cjs/icons/Github.d.ts +2 -0
- package/build/cjs/icons/Github.js +9 -0
- package/build/cjs/icons/Linkedin.d.ts +2 -0
- package/build/cjs/icons/Linkedin.js +9 -0
- package/build/cjs/icons/NavigationArrow.d.ts +2 -0
- package/build/cjs/icons/NavigationArrow.js +9 -0
- package/build/cjs/icons/NavigationChevron.d.ts +2 -0
- package/build/cjs/icons/NavigationChevron.js +9 -0
- package/build/cjs/icons/SearchIcon.d.ts +2 -0
- package/build/cjs/icons/SearchIcon.js +8 -0
- package/build/cjs/icons/Telegram.d.ts +2 -0
- package/build/cjs/icons/Telegram.js +9 -0
- package/build/cjs/icons/Twitter.d.ts +2 -0
- package/build/cjs/icons/Twitter.js +9 -0
- package/build/cjs/icons/Vk.d.ts +2 -0
- package/build/cjs/icons/Vk.js +9 -0
- package/build/cjs/icons/index.d.ts +4 -0
- package/build/cjs/icons/index.js +7 -0
- package/build/cjs/index.d.ts +20 -0
- package/build/cjs/index.js +26 -0
- package/build/cjs/internal-typings/global.d.ts +68 -0
- package/build/cjs/markdown-it-mark.d.ts +5 -0
- package/build/cjs/models/common.d.ts +52 -0
- package/build/cjs/models/common.js +32 -0
- package/build/cjs/models/components.d.ts +2 -0
- package/build/cjs/models/components.js +2 -0
- package/build/cjs/models/constructor-items/blocks.d.ts +517 -0
- package/build/cjs/models/constructor-items/blocks.js +67 -0
- package/build/cjs/models/constructor-items/common.d.ts +381 -0
- package/build/cjs/models/constructor-items/common.js +58 -0
- package/build/cjs/models/constructor-items/index.d.ts +6 -0
- package/build/cjs/models/constructor-items/index.js +6 -0
- package/build/cjs/models/constructor-items/sub-blocks.d.ts +207 -0
- package/build/cjs/models/constructor-items/sub-blocks.js +34 -0
- package/build/cjs/models/constructor.d.ts +48 -0
- package/build/cjs/models/constructor.js +2 -0
- package/build/cjs/models/customization.d.ts +7 -0
- package/build/cjs/models/customization.js +2 -0
- package/build/cjs/models/guards.d.ts +4 -0
- package/build/cjs/models/guards.js +16 -0
- package/build/cjs/models/index.d.ts +7 -0
- package/build/cjs/models/index.js +10 -0
- package/build/cjs/models/navigation.d.ts +101 -0
- package/build/cjs/models/navigation.js +25 -0
- package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.d.ts +4 -0
- package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.js +26 -0
- package/build/cjs/navigation/components/Logo/Logo.css +23 -0
- package/build/cjs/navigation/components/Logo/Logo.d.ts +8 -0
- package/build/cjs/navigation/components/Logo/Logo.js +32 -0
- package/build/cjs/navigation/components/Logo/i18n/en.json +3 -0
- package/build/cjs/navigation/components/Logo/i18n/index.d.ts +1 -0
- package/build/cjs/navigation/components/Logo/i18n/index.js +9 -0
- package/build/cjs/navigation/components/Logo/i18n/ru.json +3 -0
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.d.ts +3 -0
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.js +16 -0
- package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.d.ts +4 -0
- package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.js +27 -0
- package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
- package/build/cjs/navigation/components/Navigation/Navigation.d.ts +8 -0
- package/build/cjs/navigation/components/Navigation/Navigation.js +28 -0
- package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/cjs/navigation/components/NavigationItem/NavigationItem.d.ts +4 -0
- package/build/cjs/navigation/components/NavigationItem/NavigationItem.js +33 -0
- package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.d.ts +9 -0
- package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js +15 -0
- package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.d.ts +5 -0
- package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.js +47 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.d.ts +6 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js +17 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.d.ts +5 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js +23 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.d.ts +6 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js +30 -0
- package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.d.ts +7 -0
- package/build/cjs/navigation/components/NavigationItem/hooks/useNavigationItemMap.js +13 -0
- package/build/cjs/navigation/components/NavigationItem/index.d.ts +6 -0
- package/build/cjs/navigation/components/NavigationItem/index.js +14 -0
- package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/cjs/navigation/components/NavigationList/NavigationList.d.ts +3 -0
- package/build/cjs/navigation/components/NavigationList/NavigationList.js +11 -0
- package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.d.ts +4 -0
- package/build/cjs/navigation/components/NavigationListItem/NavigationListItem.js +21 -0
- package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.d.ts +4 -0
- package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.js +19 -0
- package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/cjs/navigation/components/SocialIcon/SocialIcon.d.ts +7 -0
- package/build/cjs/navigation/components/SocialIcon/SocialIcon.js +15 -0
- package/build/cjs/navigation/components/Standalone/index.d.ts +3 -0
- package/build/cjs/navigation/components/Standalone/index.js +9 -0
- package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
- package/build/cjs/navigation/containers/Layout/Layout.d.ts +8 -0
- package/build/cjs/navigation/containers/Layout/Layout.js +12 -0
- package/build/cjs/navigation/hooks/index.d.ts +2 -0
- package/build/cjs/navigation/hooks/index.js +10 -0
- package/build/cjs/navigation/hooks/useActiveNavItem.d.ts +26 -0
- package/build/cjs/navigation/hooks/useActiveNavItem.js +15 -0
- package/build/cjs/navigation/hooks/useShowBorder.d.ts +2 -0
- package/build/cjs/navigation/hooks/useShowBorder.js +22 -0
- package/build/cjs/navigation/index.d.ts +15 -0
- package/build/cjs/navigation/index.js +20 -0
- package/build/cjs/navigation/models.d.ts +64 -0
- package/build/cjs/navigation/models.js +16 -0
- package/build/cjs/navigation/schema.d.ts +77 -0
- package/build/cjs/navigation/schema.js +87 -0
- package/build/cjs/navigation/utils.d.ts +21 -0
- package/build/cjs/navigation/utils.js +29 -0
- package/build/cjs/schema/constants.d.ts +2129 -0
- package/build/cjs/schema/constants.js +55 -0
- package/build/cjs/schema/index.d.ts +14 -0
- package/build/cjs/schema/index.js +57 -0
- package/build/cjs/schema/validators/blocks.d.ts +27 -0
- package/build/cjs/schema/validators/blocks.js +30 -0
- package/build/cjs/schema/validators/common.d.ts +1475 -0
- package/build/cjs/schema/validators/common.js +668 -0
- package/build/cjs/schema/validators/components.d.ts +3 -0
- package/build/cjs/schema/validators/components.js +6 -0
- package/build/cjs/schema/validators/event.d.ts +37 -0
- package/build/cjs/schema/validators/event.js +38 -0
- package/build/cjs/schema/validators/index.d.ts +14 -0
- package/build/cjs/schema/validators/index.js +18 -0
- package/build/cjs/schema/validators/navigation.d.ts +1 -0
- package/build/cjs/schema/validators/navigation.js +4 -0
- package/build/cjs/schema/validators/sub-blocks.d.ts +13 -0
- package/build/cjs/schema/validators/sub-blocks.js +16 -0
- package/build/cjs/schema/validators/utils.d.ts +22 -0
- package/build/cjs/schema/validators/utils.js +12 -0
- package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +63 -0
- package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.d.ts +3 -0
- package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.js +27 -0
- package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +269 -0
- package/build/cjs/sub-blocks/BackgroundCard/schema.js +44 -0
- package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/cjs/sub-blocks/BannerCard/BannerCard.d.ts +3 -0
- package/build/cjs/sub-blocks/BannerCard/BannerCard.js +29 -0
- package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/cjs/sub-blocks/BasicCard/BasicCard.d.ts +4 -0
- package/build/cjs/sub-blocks/BasicCard/BasicCard.js +24 -0
- package/build/cjs/sub-blocks/BasicCard/schema.d.ts +149 -0
- package/build/cjs/sub-blocks/BasicCard/schema.js +29 -0
- package/build/cjs/sub-blocks/Card/Card.css +25 -0
- package/build/cjs/sub-blocks/Card/Card.d.ts +3 -0
- package/build/cjs/sub-blocks/Card/Card.js +26 -0
- package/build/cjs/sub-blocks/Card/i18n/en.json +3 -0
- package/build/cjs/sub-blocks/Card/i18n/index.d.ts +1 -0
- package/build/cjs/sub-blocks/Card/i18n/index.js +9 -0
- package/build/cjs/sub-blocks/Card/i18n/ru.json +3 -0
- package/build/cjs/sub-blocks/Card/schema.d.ts +45 -0
- package/build/cjs/sub-blocks/Card/schema.js +37 -0
- package/build/cjs/sub-blocks/Content/Content.css +167 -0
- package/build/cjs/sub-blocks/Content/Content.d.ts +5 -0
- package/build/cjs/sub-blocks/Content/Content.js +45 -0
- package/build/cjs/sub-blocks/Content/schema.d.ts +264 -0
- package/build/cjs/sub-blocks/Content/schema.js +69 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/ContentLayoutCard.d.ts +3 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/ContentLayoutCard.js +7 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +403 -0
- package/build/cjs/sub-blocks/ContentLayoutCard/schema.js +7 -0
- package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
- package/build/cjs/sub-blocks/Divider/Divider.d.ts +3 -0
- package/build/cjs/sub-blocks/Divider/Divider.js +8 -0
- package/build/cjs/sub-blocks/Divider/schema.d.ts +17 -0
- package/build/cjs/sub-blocks/Divider/schema.js +12 -0
- package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.d.ts +6 -0
- package/build/cjs/sub-blocks/HubspotForm/HubspotFormContainer.js +52 -0
- package/build/cjs/sub-blocks/HubspotForm/index.d.ts +4 -0
- package/build/cjs/sub-blocks/HubspotForm/index.js +43 -0
- package/build/cjs/sub-blocks/HubspotForm/loadHubspotScript.d.ts +2 -0
- package/build/cjs/sub-blocks/HubspotForm/loadHubspotScript.js +25 -0
- package/build/cjs/sub-blocks/HubspotForm/schema.d.ts +22 -0
- package/build/cjs/sub-blocks/HubspotForm/schema.js +17 -0
- package/build/cjs/sub-blocks/ImageCard/ImageCard.css +99 -0
- package/build/cjs/sub-blocks/ImageCard/ImageCard.d.ts +3 -0
- package/build/cjs/sub-blocks/ImageCard/ImageCard.js +32 -0
- package/build/cjs/sub-blocks/ImageCard/schema.d.ts +160 -0
- package/build/cjs/sub-blocks/ImageCard/schema.js +28 -0
- package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +69 -0
- package/build/cjs/sub-blocks/LayoutItem/LayoutItem.d.ts +3 -0
- package/build/cjs/sub-blocks/LayoutItem/LayoutItem.js +46 -0
- package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +545 -0
- package/build/cjs/sub-blocks/LayoutItem/schema.js +54 -0
- package/build/cjs/sub-blocks/LayoutItem/utils.d.ts +17 -0
- package/build/cjs/sub-blocks/LayoutItem/utils.js +12 -0
- package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/cjs/sub-blocks/MediaCard/MediaCard.d.ts +3 -0
- package/build/cjs/sub-blocks/MediaCard/MediaCard.js +14 -0
- package/build/cjs/sub-blocks/MediaCard/schema.d.ts +325 -0
- package/build/cjs/sub-blocks/MediaCard/schema.js +21 -0
- package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/cjs/sub-blocks/PriceCard/PriceCard.d.ts +3 -0
- package/build/cjs/sub-blocks/PriceCard/PriceCard.js +33 -0
- package/build/cjs/sub-blocks/PriceCard/schema.d.ts +327 -0
- package/build/cjs/sub-blocks/PriceCard/schema.js +38 -0
- package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.d.ts +12 -0
- package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js +60 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.d.ts +10 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js +71 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.d.ts +4 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetailed.js +24 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.d.ts +7 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.js +15 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.d.ts +8 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js +15 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.d.ts +11 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js +56 -0
- package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.d.ts +10 -0
- package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js +18 -0
- package/build/cjs/sub-blocks/PriceDetailed/schema.d.ts +97 -0
- package/build/cjs/sub-blocks/PriceDetailed/schema.js +170 -0
- package/build/cjs/sub-blocks/Quote/Quote.css +143 -0
- package/build/cjs/sub-blocks/Quote/Quote.d.ts +3 -0
- package/build/cjs/sub-blocks/Quote/Quote.js +40 -0
- package/build/cjs/sub-blocks/Quote/schema.d.ts +149 -0
- package/build/cjs/sub-blocks/Quote/schema.js +29 -0
- package/build/cjs/sub-blocks/index.d.ts +14 -0
- package/build/cjs/sub-blocks/index.js +34 -0
- package/build/cjs/text-transform/common.d.ts +18 -0
- package/build/cjs/text-transform/common.js +39 -0
- package/build/cjs/text-transform/config.d.ts +29 -0
- package/build/cjs/text-transform/config.js +356 -0
- package/build/cjs/text-transform/filter.d.ts +20 -0
- package/build/cjs/text-transform/filter.js +61 -0
- package/build/cjs/text-transform/index.d.ts +5 -0
- package/build/cjs/text-transform/index.js +8 -0
- package/build/cjs/text-transform/markdownItCustomSpan.d.ts +7 -0
- package/build/cjs/text-transform/markdownItCustomSpan.js +29 -0
- package/build/cjs/text-transform/transformers.d.ts +18 -0
- package/build/cjs/text-transform/transformers.js +63 -0
- package/build/cjs/text-transform/types.d.ts +3 -0
- package/build/cjs/text-transform/types.js +2 -0
- package/build/cjs/text-transform/utils.d.ts +32 -0
- package/build/cjs/text-transform/utils.js +101 -0
- package/build/cjs/utils/analytics.d.ts +2 -0
- package/build/cjs/utils/analytics.js +17 -0
- package/build/cjs/utils/blocks.d.ts +11 -0
- package/build/cjs/utils/blocks.js +157 -0
- package/build/cjs/utils/borderSelector.d.ts +7 -0
- package/build/cjs/utils/borderSelector.js +18 -0
- package/build/cjs/utils/capitalize.d.ts +1 -0
- package/build/cjs/utils/capitalize.js +5 -0
- package/build/cjs/utils/cn.d.ts +5 -0
- package/build/cjs/utils/cn.js +9 -0
- package/build/cjs/utils/common.d.ts +6 -0
- package/build/cjs/utils/common.js +24 -0
- package/build/cjs/utils/hubspot.d.ts +17 -0
- package/build/cjs/utils/hubspot.js +61 -0
- package/build/cjs/utils/imageCompress.d.ts +6 -0
- package/build/cjs/utils/imageCompress.js +11 -0
- package/build/cjs/utils/index.d.ts +12 -0
- package/build/cjs/utils/index.js +16 -0
- package/build/cjs/utils/microdata.d.ts +3 -0
- package/build/cjs/utils/microdata.js +11 -0
- package/build/cjs/utils/query.d.ts +5 -0
- package/build/cjs/utils/query.js +36 -0
- package/build/cjs/utils/svg.d.ts +3 -0
- package/build/cjs/utils/svg.js +7 -0
- package/build/cjs/utils/theme.d.ts +7 -0
- package/build/cjs/utils/theme.js +17 -0
- package/build/cjs/utils/trademark.d.ts +1 -0
- package/build/cjs/utils/trademark.js +5 -0
- package/build/cjs/utils/url.d.ts +14 -0
- package/build/cjs/utils/url.js +51 -0
- package/build/cjs/utils/url.test.d.ts +1 -0
- package/build/cjs/utils/url.test.js +76 -0
- package/build/esm/blocks/Banner/Banner.css +15 -0
- package/build/esm/blocks/Banner/Banner.d.ts +4 -0
- package/build/esm/blocks/Banner/Banner.js +13 -0
- package/build/esm/blocks/Banner/schema.d.ts +658 -0
- package/build/esm/blocks/Banner/schema.js +30 -0
- package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
- package/build/esm/blocks/CardLayout/CardLayout.d.ts +6 -0
- package/build/esm/blocks/CardLayout/CardLayout.js +26 -0
- package/build/esm/blocks/CardLayout/schema.d.ts +454 -0
- package/build/esm/blocks/CardLayout/schema.js +15 -0
- package/build/esm/blocks/Companies/Companies.css +21 -0
- package/build/esm/blocks/Companies/Companies.d.ts +4 -0
- package/build/esm/blocks/Companies/Companies.js +17 -0
- package/build/esm/blocks/Companies/schema.d.ts +52 -0
- package/build/esm/blocks/Companies/schema.js +32 -0
- package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/esm/blocks/ContentLayout/ContentLayout.d.ts +4 -0
- package/build/esm/blocks/ContentLayout/ContentLayout.js +42 -0
- package/build/esm/blocks/ContentLayout/schema.d.ts +406 -0
- package/build/esm/blocks/ContentLayout/schema.js +32 -0
- package/build/esm/blocks/EventsFeed/EventsFeed.d.ts +3 -0
- package/build/esm/blocks/EventsFeed/EventsFeed.js +9 -0
- package/build/esm/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.css +47 -0
- package/build/esm/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.d.ts +13 -0
- package/build/esm/blocks/EventsFeed/EventsFeedCard/EventsFeedCard.js +15 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.css +21 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.d.ts +9 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeader.js +14 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.css +78 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.d.ts +8 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/EventsFeedHeaderControls.js +49 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.d.ts +12 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderControls/customRenders.js +20 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.css +45 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.d.ts +12 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSearch/EventsFeedHeaderSearch.js +45 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.css +7 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.d.ts +7 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSelectOption/EventsFeedHeaderSelectOption.js +9 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.css +85 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.d.ts +12 -0
- package/build/esm/blocks/EventsFeed/EventsFeedHeader/EventsFeedHeaderSwitcher/EventsFeedHeaderSwitcher.js +30 -0
- package/build/esm/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.css +6 -0
- package/build/esm/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.d.ts +5 -0
- package/build/esm/blocks/EventsFeed/EventsFeedRecent/EventsFeedRecent.js +29 -0
- package/build/esm/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.css +6 -0
- package/build/esm/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.d.ts +5 -0
- package/build/esm/blocks/EventsFeed/EventsFeedUpcoming/EventsFeedUpcoming.js +22 -0
- package/build/esm/blocks/EventsFeed/i18n/en.json +5 -0
- package/build/esm/blocks/EventsFeed/i18n/index.d.ts +1 -0
- package/build/esm/blocks/EventsFeed/i18n/index.js +5 -0
- package/build/esm/blocks/EventsFeed/i18n/ru.json +5 -0
- package/build/esm/blocks/EventsFeed/schema.d.ts +18 -0
- package/build/esm/blocks/EventsFeed/schema.js +12 -0
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.d.ts +4 -0
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.js +42 -0
- package/build/esm/blocks/ExtendedFeatures/schema.d.ts +316 -0
- package/build/esm/blocks/ExtendedFeatures/schema.js +30 -0
- package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/esm/blocks/FilterBlock/FilterBlock.d.ts +5 -0
- package/build/esm/blocks/FilterBlock/FilterBlock.js +42 -0
- package/build/esm/blocks/FilterBlock/i18n/en.json +3 -0
- package/build/esm/blocks/FilterBlock/i18n/index.d.ts +1 -0
- package/build/esm/blocks/FilterBlock/i18n/index.js +5 -0
- package/build/esm/blocks/FilterBlock/i18n/ru.json +3 -0
- package/build/esm/blocks/FilterBlock/schema.d.ts +361 -0
- package/build/esm/blocks/FilterBlock/schema.js +49 -0
- package/build/esm/blocks/Form/Form.css +141 -0
- package/build/esm/blocks/Form/Form.d.ts +5 -0
- package/build/esm/blocks/Form/Form.js +85 -0
- package/build/esm/blocks/Form/schema.d.ts +501 -0
- package/build/esm/blocks/Form/schema.js +50 -0
- package/build/esm/blocks/Header/BackButton/BackButton.css +11 -0
- package/build/esm/blocks/Header/BackButton/BackButton.d.ts +8 -0
- package/build/esm/blocks/Header/BackButton/BackButton.js +17 -0
- package/build/esm/blocks/Header/Breadcrumbs/Breadcrumbs.css +7 -0
- package/build/esm/blocks/Header/Breadcrumbs/Breadcrumbs.d.ts +7 -0
- package/build/esm/blocks/Header/Breadcrumbs/Breadcrumbs.js +14 -0
- package/build/esm/blocks/Header/Header.css +230 -0
- package/build/esm/blocks/Header/Header.d.ts +6 -0
- package/build/esm/blocks/Header/Header.js +80 -0
- package/build/esm/blocks/Header/HeaderTag/HeaderTag.css +11 -0
- package/build/esm/blocks/Header/HeaderTag/HeaderTag.d.ts +6 -0
- package/build/esm/blocks/Header/HeaderTag/HeaderTag.js +10 -0
- package/build/esm/blocks/Header/HeaderTags/HeaderTags.css +17 -0
- package/build/esm/blocks/Header/HeaderTags/HeaderTags.d.ts +9 -0
- package/build/esm/blocks/Header/HeaderTags/HeaderTags.js +25 -0
- package/build/esm/blocks/Header/schema.d.ts +1610 -0
- package/build/esm/blocks/Header/schema.js +128 -0
- package/build/esm/blocks/Header/utils.d.ts +20 -0
- package/build/esm/blocks/Header/utils.js +45 -0
- package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/esm/blocks/HeaderSlider/HeaderSlider.d.ts +4 -0
- package/build/esm/blocks/HeaderSlider/HeaderSlider.js +18 -0
- package/build/esm/blocks/HeaderSlider/schema.d.ts +748 -0
- package/build/esm/blocks/HeaderSlider/schema.js +18 -0
- package/build/esm/blocks/Icons/Icons.css +56 -0
- package/build/esm/blocks/Icons/Icons.d.ts +4 -0
- package/build/esm/blocks/Icons/Icons.js +28 -0
- package/build/esm/blocks/Icons/schema.d.ts +422 -0
- package/build/esm/blocks/Icons/schema.js +49 -0
- package/build/esm/blocks/Info/Info.css +32 -0
- package/build/esm/blocks/Info/Info.d.ts +4 -0
- package/build/esm/blocks/Info/Info.js +32 -0
- package/build/esm/blocks/Info/schema.d.ts +269 -0
- package/build/esm/blocks/Info/schema.js +23 -0
- package/build/esm/blocks/LinkTable/LinkTable.css +5 -0
- package/build/esm/blocks/LinkTable/LinkTable.d.ts +4 -0
- package/build/esm/blocks/LinkTable/LinkTable.js +15 -0
- package/build/esm/blocks/LinkTable/schema.d.ts +159 -0
- package/build/esm/blocks/LinkTable/schema.js +14 -0
- package/build/esm/blocks/Map/Map.css +14 -0
- package/build/esm/blocks/Map/Map.d.ts +4 -0
- package/build/esm/blocks/Map/Map.js +19 -0
- package/build/esm/blocks/Map/schema.d.ts +479 -0
- package/build/esm/blocks/Map/schema.js +15 -0
- package/build/esm/blocks/MarqueeLinks/MarqueeLinks.css +25 -0
- package/build/esm/blocks/MarqueeLinks/MarqueeLinks.d.ts +4 -0
- package/build/esm/blocks/MarqueeLinks/MarqueeLinks.js +26 -0
- package/build/esm/blocks/MarqueeLinks/schema.d.ts +54 -0
- package/build/esm/blocks/MarqueeLinks/schema.js +33 -0
- package/build/esm/blocks/Media/Media.css +17 -0
- package/build/esm/blocks/Media/Media.d.ts +4 -0
- package/build/esm/blocks/Media/Media.js +27 -0
- package/build/esm/blocks/Media/schema.d.ts +1376 -0
- package/build/esm/blocks/Media/schema.js +42 -0
- package/build/esm/blocks/PressReleases/PressReleases.d.ts +3 -0
- package/build/esm/blocks/PressReleases/PressReleases.js +20 -0
- package/build/esm/blocks/PressReleases/schema.d.ts +15 -0
- package/build/esm/blocks/PressReleases/schema.js +10 -0
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.d.ts +4 -0
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.js +45 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +470 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.js +31 -0
- package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +78 -0
- package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.d.ts +3 -0
- package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.js +23 -0
- package/build/esm/blocks/Questions/Questions.css +13 -0
- package/build/esm/blocks/Questions/Questions.d.ts +4 -0
- package/build/esm/blocks/Questions/Questions.js +33 -0
- package/build/esm/blocks/Questions/models.d.ts +11 -0
- package/build/esm/blocks/Questions/models.js +11 -0
- package/build/esm/blocks/Questions/schema.d.ts +193 -0
- package/build/esm/blocks/Questions/schema.js +30 -0
- package/build/esm/blocks/Quotes/Quotes.css +76 -0
- package/build/esm/blocks/Quotes/Quotes.d.ts +4 -0
- package/build/esm/blocks/Quotes/Quotes.js +38 -0
- package/build/esm/blocks/Quotes/QuotesItem/QuotesItem.css +120 -0
- package/build/esm/blocks/Quotes/QuotesItem/QuotesItem.d.ts +4 -0
- package/build/esm/blocks/Quotes/QuotesItem/QuotesItem.js +18 -0
- package/build/esm/blocks/Quotes/i18n/en.json +4 -0
- package/build/esm/blocks/Quotes/i18n/index.d.ts +1 -0
- package/build/esm/blocks/Quotes/i18n/index.js +5 -0
- package/build/esm/blocks/Quotes/i18n/ru.json +4 -0
- package/build/esm/blocks/Quotes/schema.d.ts +57 -0
- package/build/esm/blocks/Quotes/schema.js +49 -0
- package/build/esm/blocks/Security/i18n/en.json +3 -0
- package/build/esm/blocks/Security/i18n/index.d.ts +1 -0
- package/build/esm/blocks/Security/i18n/index.js +5 -0
- package/build/esm/blocks/Security/i18n/ru.json +3 -0
- package/build/esm/blocks/Services/ServiceElement/ServiceElement.css +94 -0
- package/build/esm/blocks/Services/ServiceElement/ServiceElement.d.ts +9 -0
- package/build/esm/blocks/Services/ServiceElement/ServiceElement.js +43 -0
- package/build/esm/blocks/Services/ServiceTag/ServiceTag.css +24 -0
- package/build/esm/blocks/Services/ServiceTag/ServiceTag.d.ts +7 -0
- package/build/esm/blocks/Services/ServiceTag/ServiceTag.js +11 -0
- package/build/esm/blocks/Services/Services.css +20 -0
- package/build/esm/blocks/Services/Services.d.ts +4 -0
- package/build/esm/blocks/Services/Services.js +66 -0
- package/build/esm/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.css +83 -0
- package/build/esm/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.d.ts +7 -0
- package/build/esm/blocks/Services/ServicesMobileMenu/ServicesMobileMenu.js +22 -0
- package/build/esm/blocks/Services/ServicesSearch/ServiceSearch.css +33 -0
- package/build/esm/blocks/Services/ServicesSearch/ServicesSearch.d.ts +8 -0
- package/build/esm/blocks/Services/ServicesSearch/ServicesSearch.js +21 -0
- package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.css +50 -0
- package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.d.ts +7 -0
- package/build/esm/blocks/Services/ServicesStickyMenu/ServicesStickyMenu.js +37 -0
- package/build/esm/blocks/Services/i18n/en.json +10 -0
- package/build/esm/blocks/Services/i18n/index.d.ts +1 -0
- package/build/esm/blocks/Services/i18n/index.js +5 -0
- package/build/esm/blocks/Services/i18n/ru.json +10 -0
- package/build/esm/blocks/Services/schema.d.ts +19 -0
- package/build/esm/blocks/Services/schema.js +13 -0
- package/build/esm/blocks/Share/Share.css +68 -0
- package/build/esm/blocks/Share/Share.d.ts +4 -0
- package/build/esm/blocks/Share/Share.js +39 -0
- package/build/esm/blocks/Share/i18n/en.json +13 -0
- package/build/esm/blocks/Share/i18n/index.d.ts +1 -0
- package/build/esm/blocks/Share/i18n/index.js +5 -0
- package/build/esm/blocks/Share/i18n/ru.json +13 -0
- package/build/esm/blocks/Share/schema.d.ts +22 -0
- package/build/esm/blocks/Share/schema.js +16 -0
- package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/esm/blocks/Slider/Arrow/Arrow.d.ts +10 -0
- package/build/esm/blocks/Slider/Arrow/Arrow.js +11 -0
- package/build/esm/blocks/Slider/Slider.css +703 -0
- package/build/esm/blocks/Slider/Slider.d.ts +15 -0
- package/build/esm/blocks/Slider/Slider.js +318 -0
- package/build/esm/blocks/Slider/i18n/en.json +6 -0
- package/build/esm/blocks/Slider/i18n/index.d.ts +1 -0
- package/build/esm/blocks/Slider/i18n/index.js +5 -0
- package/build/esm/blocks/Slider/i18n/ru.json +6 -0
- package/build/esm/blocks/Slider/models.d.ts +8 -0
- package/build/esm/blocks/Slider/models.js +7 -0
- package/build/esm/blocks/Slider/schema.d.ts +281 -0
- package/build/esm/blocks/Slider/schema.js +71 -0
- package/build/esm/blocks/Slider/slick.css +87 -0
- package/build/esm/blocks/Slider/utils.d.ts +36 -0
- package/build/esm/blocks/Slider/utils.js +115 -0
- package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/esm/blocks/SliderNew/Arrow/Arrow.d.ts +12 -0
- package/build/esm/blocks/SliderNew/Arrow/Arrow.js +11 -0
- package/build/esm/blocks/SliderNew/Slider.css +834 -0
- package/build/esm/blocks/SliderNew/Slider.d.ts +14 -0
- package/build/esm/blocks/SliderNew/Slider.js +52 -0
- package/build/esm/blocks/SliderNew/i18n/en.json +6 -0
- package/build/esm/blocks/SliderNew/i18n/index.d.ts +1 -0
- package/build/esm/blocks/SliderNew/i18n/index.js +5 -0
- package/build/esm/blocks/SliderNew/i18n/ru.json +6 -0
- package/build/esm/blocks/SliderNew/models.d.ts +8 -0
- package/build/esm/blocks/SliderNew/models.js +7 -0
- package/build/esm/blocks/SliderNew/schema.d.ts +292 -0
- package/build/esm/blocks/SliderNew/schema.js +77 -0
- package/build/esm/blocks/SliderNew/useSlider.d.ts +23 -0
- package/build/esm/blocks/SliderNew/useSlider.js +64 -0
- package/build/esm/blocks/SliderNew/useSliderPagination.d.ts +9 -0
- package/build/esm/blocks/SliderNew/useSliderPagination.js +32 -0
- package/build/esm/blocks/SliderNew/utils.d.ts +16 -0
- package/build/esm/blocks/SliderNew/utils.js +36 -0
- package/build/esm/blocks/Solutions/Solutions.css +26 -0
- package/build/esm/blocks/Solutions/Solutions.d.ts +3 -0
- package/build/esm/blocks/Solutions/Solutions.js +24 -0
- package/build/esm/blocks/Solutions/schema.d.ts +12 -0
- package/build/esm/blocks/Solutions/schema.js +8 -0
- package/build/esm/blocks/Table/Table.css +99 -0
- package/build/esm/blocks/Table/Table.d.ts +4 -0
- package/build/esm/blocks/Table/Table.js +52 -0
- package/build/esm/blocks/Table/schema.d.ts +166 -0
- package/build/esm/blocks/Table/schema.js +53 -0
- package/build/esm/blocks/Tabs/Tabs.css +111 -0
- package/build/esm/blocks/Tabs/Tabs.d.ts +4 -0
- package/build/esm/blocks/Tabs/Tabs.js +90 -0
- package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.d.ts +11 -0
- package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.js +19 -0
- package/build/esm/blocks/Tabs/schema.d.ts +738 -0
- package/build/esm/blocks/Tabs/schema.js +38 -0
- package/build/esm/blocks/index.d.ts +26 -0
- package/build/esm/blocks/index.js +26 -0
- package/build/esm/blocks/unstable.d.ts +1 -0
- package/build/esm/blocks/unstable.js +1 -0
- package/build/esm/blocks/validators.d.ts +16 -0
- package/build/esm/blocks/validators.js +16 -0
- package/build/esm/components/Anchor/Anchor.css +8 -0
- package/build/esm/components/Anchor/Anchor.d.ts +8 -0
- package/build/esm/components/Anchor/Anchor.js +8 -0
- package/build/esm/components/AnimateBlock/AnimateBlock.d.ts +12 -0
- package/build/esm/components/AnimateBlock/AnimateBlock.js +26 -0
- package/build/esm/components/Author/Author.css +58 -0
- package/build/esm/components/Author/Author.d.ts +5 -0
- package/build/esm/components/Author/Author.js +23 -0
- package/build/esm/components/Author/schema.d.ts +58 -0
- package/build/esm/components/Author/schema.js +8 -0
- package/build/esm/components/BackLink/BackLink.d.ts +15 -0
- package/build/esm/components/BackLink/BackLink.js +29 -0
- package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/esm/components/BackgroundImage/BackgroundImage.d.ts +6 -0
- package/build/esm/components/BackgroundImage/BackgroundImage.js +14 -0
- package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/esm/components/BackgroundMedia/BackgroundMedia.d.ts +4 -0
- package/build/esm/components/BackgroundMedia/BackgroundMedia.js +17 -0
- package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/esm/components/BalancedMasonry/BalancedMasonry.d.ts +13 -0
- package/build/esm/components/BalancedMasonry/BalancedMasonry.js +85 -0
- package/build/esm/components/BlockBase/BlockBase.css +149 -0
- package/build/esm/components/BlockBase/BlockBase.d.ts +6 -0
- package/build/esm/components/BlockBase/BlockBase.js +19 -0
- package/build/esm/components/BrandFooter/BrandFooter.css +94 -0
- package/build/esm/components/BrandFooter/BrandFooter.d.ts +4 -0
- package/build/esm/components/BrandFooter/BrandFooter.js +21 -0
- package/build/esm/components/BrandFooter/i18n/en.json +3 -0
- package/build/esm/components/BrandFooter/i18n/index.d.ts +1 -0
- package/build/esm/components/BrandFooter/i18n/index.js +5 -0
- package/build/esm/components/BrandFooter/i18n/ru.json +3 -0
- package/build/esm/components/Button/Button.css +59 -0
- package/build/esm/components/Button/Button.d.ts +10 -0
- package/build/esm/components/Button/Button.js +52 -0
- package/build/esm/components/Button/i18n/en.json +3 -0
- package/build/esm/components/Button/i18n/index.d.ts +1 -0
- package/build/esm/components/Button/i18n/index.js +5 -0
- package/build/esm/components/Button/i18n/ru.json +3 -0
- package/build/esm/components/Button/utils.d.ts +6 -0
- package/build/esm/components/Button/utils.js +29 -0
- package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/esm/components/ButtonTabs/ButtonTabs.d.ts +17 -0
- package/build/esm/components/ButtonTabs/ButtonTabs.js +26 -0
- package/build/esm/components/Buttons/Buttons.css +11 -0
- package/build/esm/components/Buttons/Buttons.d.ts +13 -0
- package/build/esm/components/Buttons/Buttons.js +16 -0
- package/build/esm/components/CardBase/CardBase.css +93 -0
- package/build/esm/components/CardBase/CardBase.d.ts +30 -0
- package/build/esm/components/CardBase/CardBase.js +75 -0
- package/build/esm/components/ContentList/ContentList.css +103 -0
- package/build/esm/components/ContentList/ContentList.d.ts +5 -0
- package/build/esm/components/ContentList/ContentList.js +30 -0
- package/build/esm/components/ContentList/ContentListItemIcon.d.ts +7 -0
- package/build/esm/components/ContentList/ContentListItemIcon.js +20 -0
- package/build/esm/components/Control/Control.css +88 -0
- package/build/esm/components/Control/Control.d.ts +16 -0
- package/build/esm/components/Control/Control.js +13 -0
- package/build/esm/components/Control/i18n/en.json +3 -0
- package/build/esm/components/Control/i18n/index.d.ts +1 -0
- package/build/esm/components/Control/i18n/index.js +5 -0
- package/build/esm/components/Control/i18n/ru.json +3 -0
- package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/esm/components/DefaultVideo/DefaultVideo.d.ts +12 -0
- package/build/esm/components/DefaultVideo/DefaultVideo.js +61 -0
- package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/esm/components/ErrorWrapper/ErrorWrapper.d.ts +12 -0
- package/build/esm/components/ErrorWrapper/ErrorWrapper.js +9 -0
- package/build/esm/components/FileLink/FileLink.css +54 -0
- package/build/esm/components/FileLink/FileLink.d.ts +14 -0
- package/build/esm/components/FileLink/FileLink.js +49 -0
- package/build/esm/components/Foldable/Foldable.css +10 -0
- package/build/esm/components/Foldable/Foldable.d.ts +9 -0
- package/build/esm/components/Foldable/Foldable.js +19 -0
- package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/esm/components/FullWidthBackground/FullWidthBackground.d.ts +14 -0
- package/build/esm/components/FullWidthBackground/FullWidthBackground.js +41 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.d.ts +11 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.js +26 -0
- package/build/esm/components/FullscreenImage/i18n/en.json +4 -0
- package/build/esm/components/FullscreenImage/i18n/index.d.ts +1 -0
- package/build/esm/components/FullscreenImage/i18n/index.js +5 -0
- package/build/esm/components/FullscreenImage/i18n/ru.json +4 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.d.ts +10 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.js +39 -0
- package/build/esm/components/HTML/HTML.d.ts +19 -0
- package/build/esm/components/HTML/HTML.js +15 -0
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.d.ts +4 -0
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.js +18 -0
- package/build/esm/components/HeaderBreadcrumbs/i18n/en.json +3 -0
- package/build/esm/components/HeaderBreadcrumbs/i18n/index.d.ts +1 -0
- package/build/esm/components/HeaderBreadcrumbs/i18n/index.js +5 -0
- package/build/esm/components/HeaderBreadcrumbs/i18n/ru.json +3 -0
- package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
- package/build/esm/components/IconWrapper/IconWrapper.d.ts +5 -0
- package/build/esm/components/IconWrapper/IconWrapper.js +18 -0
- package/build/esm/components/Image/Image.d.ts +16 -0
- package/build/esm/components/Image/Image.js +32 -0
- package/build/esm/components/Image/schema.d.ts +232 -0
- package/build/esm/components/Image/schema.js +78 -0
- package/build/esm/components/ImageBase/ImageBase.d.ts +11 -0
- package/build/esm/components/ImageBase/ImageBase.js +14 -0
- package/build/esm/components/InfiniteScroll/InfiniteScroll.d.ts +7 -0
- package/build/esm/components/InfiniteScroll/InfiniteScroll.js +31 -0
- package/build/esm/components/InnerForm/InnerForm.d.ts +9 -0
- package/build/esm/components/InnerForm/InnerForm.js +32 -0
- package/build/esm/components/Link/Link.css +71 -0
- package/build/esm/components/Link/Link.d.ts +7 -0
- package/build/esm/components/Link/Link.js +59 -0
- package/build/esm/components/Links/Links.css +15 -0
- package/build/esm/components/Links/Links.d.ts +13 -0
- package/build/esm/components/Links/Links.js +16 -0
- package/build/esm/components/Map/GoogleMap.d.ts +4 -0
- package/build/esm/components/Map/GoogleMap.js +41 -0
- package/build/esm/components/Map/Map.css +25 -0
- package/build/esm/components/Map/Map.d.ts +4 -0
- package/build/esm/components/Map/Map.js +17 -0
- package/build/esm/components/Map/YMap/YMap.d.ts +15 -0
- package/build/esm/components/Map/YMap/YMap.js +101 -0
- package/build/esm/components/Map/YMap/YandexMap.d.ts +4 -0
- package/build/esm/components/Map/YMap/YandexMap.js +78 -0
- package/build/esm/components/Map/YMap/YandexMapApiLoader.d.ts +11 -0
- package/build/esm/components/Map/YMap/YandexMapApiLoader.js +33 -0
- package/build/esm/components/Map/YMap/i18n/en.json +4 -0
- package/build/esm/components/Map/YMap/i18n/index.d.ts +1 -0
- package/build/esm/components/Map/YMap/i18n/index.js +5 -0
- package/build/esm/components/Map/YMap/i18n/ru.json +4 -0
- package/build/esm/components/Map/helpers.d.ts +1 -0
- package/build/esm/components/Map/helpers.js +3 -0
- package/build/esm/components/Media/DataLens/DataLens.css +20 -0
- package/build/esm/components/Media/DataLens/DataLens.d.ts +4 -0
- package/build/esm/components/Media/DataLens/DataLens.js +15 -0
- package/build/esm/components/Media/DataLens/i18n/en.json +3 -0
- package/build/esm/components/Media/DataLens/i18n/index.d.ts +1 -0
- package/build/esm/components/Media/DataLens/i18n/index.js +5 -0
- package/build/esm/components/Media/DataLens/i18n/ru.json +3 -0
- package/build/esm/components/Media/DataLens/utils.d.ts +2 -0
- package/build/esm/components/Media/DataLens/utils.js +3 -0
- package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.d.ts +4 -0
- package/build/esm/components/Media/FullscreenVideo/FullscreenVideo.js +7 -0
- package/build/esm/components/Media/Iframe/Iframe.css +18 -0
- package/build/esm/components/Media/Iframe/Iframe.d.ts +4 -0
- package/build/esm/components/Media/Iframe/Iframe.js +12 -0
- package/build/esm/components/Media/Iframe/i18n/en.json +3 -0
- package/build/esm/components/Media/Iframe/i18n/index.d.ts +1 -0
- package/build/esm/components/Media/Iframe/i18n/index.js +5 -0
- package/build/esm/components/Media/Iframe/i18n/ru.json +3 -0
- package/build/esm/components/Media/Image/Image.css +10 -0
- package/build/esm/components/Media/Image/Image.d.ts +15 -0
- package/build/esm/components/Media/Image/Image.js +66 -0
- package/build/esm/components/Media/Image/utils.d.ts +2 -0
- package/build/esm/components/Media/Image/utils.js +3 -0
- package/build/esm/components/Media/Media.css +11 -0
- package/build/esm/components/Media/Media.d.ts +12 -0
- package/build/esm/components/Media/Media.js +93 -0
- package/build/esm/components/Media/Video/Video.css +12 -0
- package/build/esm/components/Media/Video/Video.d.ts +16 -0
- package/build/esm/components/Media/Video/Video.js +81 -0
- package/build/esm/components/Media/Video/utils.d.ts +16 -0
- package/build/esm/components/Media/Video/utils.js +44 -0
- package/build/esm/components/MediaBase/MediaBase.css +60 -0
- package/build/esm/components/MediaBase/MediaBase.d.ts +14 -0
- package/build/esm/components/MediaBase/MediaBase.js +50 -0
- package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/esm/components/MediaBase/MediaBaseContent.d.ts +4 -0
- package/build/esm/components/MediaBase/MediaBaseContent.js +12 -0
- package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
- package/build/esm/components/MetaInfo/MetaInfo.d.ts +7 -0
- package/build/esm/components/MetaInfo/MetaInfo.js +7 -0
- package/build/esm/components/MetaInfo/schema.d.ts +8 -0
- package/build/esm/components/MetaInfo/schema.js +8 -0
- package/build/esm/components/OutsideClick/OutsideClick.d.ts +13 -0
- package/build/esm/components/OutsideClick/OutsideClick.js +27 -0
- package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/esm/components/OverflowScroller/OverflowScroller.d.ts +29 -0
- package/build/esm/components/OverflowScroller/OverflowScroller.js +89 -0
- package/build/esm/components/OverflowScroller/i18n/en.json +4 -0
- package/build/esm/components/OverflowScroller/i18n/index.d.ts +1 -0
- package/build/esm/components/OverflowScroller/i18n/index.js +5 -0
- package/build/esm/components/OverflowScroller/i18n/ru.json +4 -0
- package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/esm/components/ReactPlayer/CircleProgress.d.ts +11 -0
- package/build/esm/components/ReactPlayer/CircleProgress.js +18 -0
- package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/esm/components/ReactPlayer/CustomBarControls.d.ts +17 -0
- package/build/esm/components/ReactPlayer/CustomBarControls.js +53 -0
- package/build/esm/components/ReactPlayer/ReactPlayer.css +81 -0
- package/build/esm/components/ReactPlayer/ReactPlayer.d.ts +17 -0
- package/build/esm/components/ReactPlayer/ReactPlayer.js +273 -0
- package/build/esm/components/ReactPlayer/i18n/en.json +6 -0
- package/build/esm/components/ReactPlayer/i18n/index.d.ts +1 -0
- package/build/esm/components/ReactPlayer/i18n/index.js +5 -0
- package/build/esm/components/ReactPlayer/i18n/ru.json +6 -0
- package/build/esm/components/ReactPlayer/utils/youtube.d.ts +2 -0
- package/build/esm/components/ReactPlayer/utils/youtube.js +3 -0
- package/build/esm/components/ReactPlayer/utils.d.ts +1 -0
- package/build/esm/components/ReactPlayer/utils.js +20 -0
- package/build/esm/components/RootCn/index.d.ts +4 -0
- package/build/esm/components/RootCn/index.js +8 -0
- package/build/esm/components/RouterLink/RouterLink.d.ts +7 -0
- package/build/esm/components/RouterLink/RouterLink.js +7 -0
- package/build/esm/components/ServiceIcon/ServiceIcon.d.ts +6 -0
- package/build/esm/components/ServiceIcon/ServiceIcon.js +15 -0
- package/build/esm/components/ServiceLabel/ServiceLabel.css +20 -0
- package/build/esm/components/ServiceLabel/ServiceLabel.d.ts +4 -0
- package/build/esm/components/ServiceLabel/ServiceLabel.js +11 -0
- package/build/esm/components/Table/Table.css +87 -0
- package/build/esm/components/Table/Table.d.ts +10 -0
- package/build/esm/components/Table/Table.js +39 -0
- package/build/esm/components/Title/Title.css +19 -0
- package/build/esm/components/Title/Title.d.ts +9 -0
- package/build/esm/components/Title/Title.js +24 -0
- package/build/esm/components/Title/TitleItem.css +141 -0
- package/build/esm/components/Title/TitleItem.d.ts +10 -0
- package/build/esm/components/Title/TitleItem.js +55 -0
- package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/esm/components/ToggleArrow/ToggleArrow.d.ts +12 -0
- package/build/esm/components/ToggleArrow/ToggleArrow.js +8 -0
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.d.ts +9 -0
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.js +7 -0
- package/build/esm/components/UnpublishedLabel/i18n/en.json +3 -0
- package/build/esm/components/UnpublishedLabel/i18n/index.d.ts +1 -0
- package/build/esm/components/UnpublishedLabel/i18n/index.js +5 -0
- package/build/esm/components/UnpublishedLabel/i18n/ru.json +3 -0
- package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
- package/build/esm/components/VideoBlock/VideoBlock.d.ts +25 -0
- package/build/esm/components/VideoBlock/VideoBlock.js +100 -0
- package/build/esm/components/VideoBlock/i18n/en.json +3 -0
- package/build/esm/components/VideoBlock/i18n/index.d.ts +1 -0
- package/build/esm/components/VideoBlock/i18n/index.js +5 -0
- package/build/esm/components/VideoBlock/i18n/ru.json +3 -0
- package/build/esm/components/YFMWrapper/YFMWrapper.d.ts +10 -0
- package/build/esm/components/YFMWrapper/YFMWrapper.js +9 -0
- package/build/esm/components/YandexForm/YandexForm.d.ts +5 -0
- package/build/esm/components/YandexForm/YandexForm.js +106 -0
- package/build/esm/components/YandexForm/schema.d.ts +16 -0
- package/build/esm/components/YandexForm/schema.js +10 -0
- package/build/esm/components/constants.d.ts +4 -0
- package/build/esm/components/constants.js +4 -0
- package/build/esm/components/index.d.ts +44 -0
- package/build/esm/components/index.js +42 -0
- package/build/esm/constants.d.ts +7 -0
- package/build/esm/constants.js +7 -0
- package/build/esm/constructor-items.d.ts +51 -0
- package/build/esm/constructor-items.js +58 -0
- package/build/esm/containers/Loadable/Loadable.css +4 -0
- package/build/esm/containers/Loadable/Loadable.d.ts +17 -0
- package/build/esm/containers/Loadable/Loadable.js +44 -0
- package/build/esm/containers/Loadable/i18n/en.json +4 -0
- package/build/esm/containers/Loadable/i18n/index.d.ts +1 -0
- package/build/esm/containers/Loadable/i18n/index.js +5 -0
- package/build/esm/containers/Loadable/i18n/ru.json +4 -0
- package/build/esm/containers/PageConstructor/PageConstructor.css +204 -0
- package/build/esm/containers/PageConstructor/PageConstructor.d.ts +20 -0
- package/build/esm/containers/PageConstructor/PageConstructor.js +62 -0
- package/build/esm/containers/PageConstructor/Provider.d.ts +23 -0
- package/build/esm/containers/PageConstructor/Provider.js +30 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.d.ts +8 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.js +21 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.d.ts +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/index.js +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.d.ts +6 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.js +42 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.d.ts +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlocks/index.js +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.d.ts +8 -0
- package/build/esm/containers/PageConstructor/components/ConstructorItem/ConstructorItem.js +14 -0
- package/build/esm/containers/PageConstructor/components/ConstructorItem/index.d.ts +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorItem/index.js +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.d.ts +7 -0
- package/build/esm/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.js +13 -0
- package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.d.ts +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorLoadable/index.js +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.d.ts +3 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.js +7 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/index.d.ts +1 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/index.js +1 -0
- package/build/esm/containers/PageConstructor/components/index.d.ts +2 -0
- package/build/esm/containers/PageConstructor/components/index.js +1 -0
- package/build/esm/containers/PageConstructor/index.d.ts +5 -0
- package/build/esm/containers/PageConstructor/index.js +3 -0
- package/build/esm/context/analyticsContext/analyticsContext.d.ts +7 -0
- package/build/esm/context/analyticsContext/analyticsContext.js +2 -0
- package/build/esm/context/analyticsContext/index.d.ts +1 -0
- package/build/esm/context/analyticsContext/index.js +1 -0
- package/build/esm/context/animateContext/AnimateContext.d.ts +5 -0
- package/build/esm/context/animateContext/AnimateContext.js +2 -0
- package/build/esm/context/animateContext/index.d.ts +1 -0
- package/build/esm/context/animateContext/index.js +1 -0
- package/build/esm/context/blockIdContext/blockIdContext.d.ts +3 -0
- package/build/esm/context/blockIdContext/blockIdContext.js +2 -0
- package/build/esm/context/blockIdContext/index.d.ts +1 -0
- package/build/esm/context/blockIdContext/index.js +1 -0
- package/build/esm/context/eventsContext/EventsContext.d.ts +51 -0
- package/build/esm/context/eventsContext/EventsContext.js +19 -0
- package/build/esm/context/eventsContext/index.d.ts +1 -0
- package/build/esm/context/eventsContext/index.js +1 -0
- package/build/esm/context/formListContext/FormListContext.d.ts +13 -0
- package/build/esm/context/formListContext/FormListContext.js +2 -0
- package/build/esm/context/formListContext/index.d.ts +1 -0
- package/build/esm/context/formListContext/index.js +1 -0
- package/build/esm/context/formsContext/FormsContext.d.ts +13 -0
- package/build/esm/context/formsContext/FormsContext.js +3 -0
- package/build/esm/context/formsContext/index.d.ts +1 -0
- package/build/esm/context/formsContext/index.js +1 -0
- package/build/esm/context/headerContext/HeaderContext.d.ts +9 -0
- package/build/esm/context/headerContext/HeaderContext.js +2 -0
- package/build/esm/context/headerContext/index.d.ts +1 -0
- package/build/esm/context/headerContext/index.js +1 -0
- package/build/esm/context/imageContext/imageContext.d.ts +6 -0
- package/build/esm/context/imageContext/imageContext.js +2 -0
- package/build/esm/context/imageContext/index.d.ts +1 -0
- package/build/esm/context/imageContext/index.js +1 -0
- package/build/esm/context/innerContext/InnerContext.d.ts +18 -0
- package/build/esm/context/innerContext/InnerContext.js +10 -0
- package/build/esm/context/innerContext/index.d.ts +1 -0
- package/build/esm/context/innerContext/index.js +1 -0
- package/build/esm/context/localeContext/index.d.ts +1 -0
- package/build/esm/context/localeContext/index.js +1 -0
- package/build/esm/context/localeContext/localeContext.d.ts +7 -0
- package/build/esm/context/localeContext/localeContext.js +3 -0
- package/build/esm/context/locationContext/index.d.ts +1 -0
- package/build/esm/context/locationContext/index.js +1 -0
- package/build/esm/context/locationContext/locationContext.d.ts +20 -0
- package/build/esm/context/locationContext/locationContext.js +2 -0
- package/build/esm/context/mapsContext/mapsContext.d.ts +22 -0
- package/build/esm/context/mapsContext/mapsContext.js +16 -0
- package/build/esm/context/mapsContext/mapsProvider.d.ts +10 -0
- package/build/esm/context/mapsContext/mapsProvider.js +10 -0
- package/build/esm/context/mapsContext/useMap.d.ts +2 -0
- package/build/esm/context/mapsContext/useMap.js +6 -0
- package/build/esm/context/mobileContext/MobileContext.d.ts +2 -0
- package/build/esm/context/mobileContext/MobileContext.js +2 -0
- package/build/esm/context/mobileContext/index.d.ts +1 -0
- package/build/esm/context/mobileContext/index.js +1 -0
- package/build/esm/context/pressReleasesContext/PressReleasesContext.d.ts +13 -0
- package/build/esm/context/pressReleasesContext/PressReleasesContext.js +7 -0
- package/build/esm/context/pressReleasesContext/index.d.ts +1 -0
- package/build/esm/context/pressReleasesContext/index.js +1 -0
- package/build/esm/context/projectSettingsContext/ProjectSettingsContext.d.ts +6 -0
- package/build/esm/context/projectSettingsContext/ProjectSettingsContext.js +2 -0
- package/build/esm/context/projectSettingsContext/index.d.ts +1 -0
- package/build/esm/context/projectSettingsContext/index.js +1 -0
- package/build/esm/context/routerContext/RouterContext.d.ts +7 -0
- package/build/esm/context/routerContext/RouterContext.js +2 -0
- package/build/esm/context/routerContext/index.d.ts +1 -0
- package/build/esm/context/routerContext/index.js +1 -0
- package/build/esm/context/servicesContext/ServicesContext.d.ts +24 -0
- package/build/esm/context/servicesContext/ServicesContext.js +5 -0
- package/build/esm/context/servicesContext/index.d.ts +1 -0
- package/build/esm/context/servicesContext/index.js +1 -0
- package/build/esm/context/solutionsContext/SolutionsContext.d.ts +12 -0
- package/build/esm/context/solutionsContext/SolutionsContext.js +2 -0
- package/build/esm/context/solutionsContext/index.d.ts +1 -0
- package/build/esm/context/solutionsContext/index.js +1 -0
- package/build/esm/context/ssrContext/SSRContext.d.ts +5 -0
- package/build/esm/context/ssrContext/SSRContext.js +2 -0
- package/build/esm/context/ssrContext/index.d.ts +1 -0
- package/build/esm/context/ssrContext/index.js +1 -0
- package/build/esm/context/stylesContext/StylesContext.d.ts +6 -0
- package/build/esm/context/stylesContext/StylesContext.js +2 -0
- package/build/esm/context/stylesContext/index.d.ts +1 -0
- package/build/esm/context/stylesContext/index.js +1 -0
- package/build/esm/context/theme/ThemeContext.d.ts +7 -0
- package/build/esm/context/theme/ThemeContext.js +6 -0
- package/build/esm/context/theme/index.d.ts +3 -0
- package/build/esm/context/theme/index.js +3 -0
- package/build/esm/context/theme/useTheme.d.ts +2 -0
- package/build/esm/context/theme/useTheme.js +6 -0
- package/build/esm/context/theme/withTheme.d.ts +6 -0
- package/build/esm/context/theme/withTheme.js +14 -0
- package/build/esm/context/videoContext/VideoContext.d.ts +6 -0
- package/build/esm/context/videoContext/VideoContext.js +2 -0
- package/build/esm/context/videoContext/index.d.ts +1 -0
- package/build/esm/context/videoContext/index.js +1 -0
- package/build/esm/customization/BlockDecoration.d.ts +3 -0
- package/build/esm/customization/BlockDecoration.js +12 -0
- package/build/esm/editor/components/AddBlock/AddBlock.css +92 -0
- package/build/esm/editor/components/AddBlock/AddBlock.d.ts +8 -0
- package/build/esm/editor/components/AddBlock/AddBlock.js +58 -0
- package/build/esm/editor/components/BlockForm/BlockForm.d.ts +12 -0
- package/build/esm/editor/components/BlockForm/BlockForm.js +26 -0
- package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/esm/editor/components/CodeEditor/CodeEditor.d.ts +14 -0
- package/build/esm/editor/components/CodeEditor/CodeEditor.js +32 -0
- package/build/esm/editor/components/CodeEditor/constants.d.ts +2 -0
- package/build/esm/editor/components/CodeEditor/constants.js +17 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.d.ts +13 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.js +42 -0
- package/build/esm/editor/components/ControlPanel/i18n/en.json +5 -0
- package/build/esm/editor/components/ControlPanel/i18n/index.d.ts +1 -0
- package/build/esm/editor/components/ControlPanel/i18n/index.js +5 -0
- package/build/esm/editor/components/ControlPanel/i18n/ru.json +5 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.d.ts +7 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.js +7 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +9 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +40 -0
- package/build/esm/editor/components/DeviceEmulation/utils.d.ts +4 -0
- package/build/esm/editor/components/DeviceEmulation/utils.js +3 -0
- package/build/esm/editor/components/EditBlock/EditBlock.css +65 -0
- package/build/esm/editor/components/EditBlock/EditBlock.d.ts +14 -0
- package/build/esm/editor/components/EditBlock/EditBlock.js +48 -0
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.d.ts +14 -0
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.js +31 -0
- package/build/esm/editor/components/ErrorBoundary/i18n/en.json +4 -0
- package/build/esm/editor/components/ErrorBoundary/i18n/index.d.ts +1 -0
- package/build/esm/editor/components/ErrorBoundary/i18n/index.js +5 -0
- package/build/esm/editor/components/ErrorBoundary/i18n/ru.json +4 -0
- package/build/esm/editor/components/Layout/Layout.css +50 -0
- package/build/esm/editor/components/Layout/Layout.d.ts +17 -0
- package/build/esm/editor/components/Layout/Layout.js +34 -0
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.d.ts +3 -0
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.js +8 -0
- package/build/esm/editor/components/NotFoundBlock/i18n/en.json +3 -0
- package/build/esm/editor/components/NotFoundBlock/i18n/index.d.ts +1 -0
- package/build/esm/editor/components/NotFoundBlock/i18n/index.js +5 -0
- package/build/esm/editor/components/NotFoundBlock/i18n/ru.json +3 -0
- package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/esm/editor/components/PageSettings/PageSettings.d.ts +12 -0
- package/build/esm/editor/components/PageSettings/PageSettings.js +27 -0
- package/build/esm/editor/components/PageSettings/i18n/en.json +3 -0
- package/build/esm/editor/components/PageSettings/i18n/index.d.ts +1 -0
- package/build/esm/editor/components/PageSettings/i18n/index.js +5 -0
- package/build/esm/editor/components/PageSettings/i18n/ru.json +3 -0
- package/build/esm/editor/containers/Editor/Editor.css +17 -0
- package/build/esm/editor/containers/Editor/Editor.d.ts +3 -0
- package/build/esm/editor/containers/Editor/Editor.js +30 -0
- package/build/esm/editor/containers/Editor/hooks/useCode.d.ts +14 -0
- package/build/esm/editor/containers/Editor/hooks/useCode.js +24 -0
- package/build/esm/editor/containers/Editor/hooks/useEditorState.d.ts +49 -0
- package/build/esm/editor/containers/Editor/hooks/useEditorState.js +95 -0
- package/build/esm/editor/containers/Form/Form.css +87 -0
- package/build/esm/editor/containers/Form/Form.d.ts +12 -0
- package/build/esm/editor/containers/Form/Form.js +24 -0
- package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/esm/editor/context.d.ts +11 -0
- package/build/esm/editor/context.js +2 -0
- package/build/esm/editor/data/index.d.ts +14 -0
- package/build/esm/editor/data/index.js +30 -0
- package/build/esm/editor/data/previews/default-preview.d.ts +3 -0
- package/build/esm/editor/data/previews/default-preview.js +15 -0
- package/build/esm/editor/data/previews/header-block.d.ts +3 -0
- package/build/esm/editor/data/previews/header-block.js +16 -0
- package/build/esm/editor/data/templates/banner-block.json +24 -0
- package/build/esm/editor/data/templates/card-layout-block.json +39 -0
- package/build/esm/editor/data/templates/companies-block.json +14 -0
- package/build/esm/editor/data/templates/content-layout-block.json +56 -0
- package/build/esm/editor/data/templates/extended-features-block.json +53 -0
- package/build/esm/editor/data/templates/filter-block.json +62 -0
- package/build/esm/editor/data/templates/form-block.json +24 -0
- package/build/esm/editor/data/templates/header-block.json +19 -0
- package/build/esm/editor/data/templates/header-slider-block.json +59 -0
- package/build/esm/editor/data/templates/icons-block.json +32 -0
- package/build/esm/editor/data/templates/info-block.json +40 -0
- package/build/esm/editor/data/templates/link-table-block.json +10 -0
- package/build/esm/editor/data/templates/map-block.json +48 -0
- package/build/esm/editor/data/templates/media-block.json +12 -0
- package/build/esm/editor/data/templates/promo-features-block.json +52 -0
- package/build/esm/editor/data/templates/questions-block.json +105 -0
- package/build/esm/editor/data/templates/share-block.json +6 -0
- package/build/esm/editor/data/templates/slider-block.json +46 -0
- package/build/esm/editor/data/templates/slider-new-block.json +46 -0
- package/build/esm/editor/data/templates/table-block.json +18 -0
- package/build/esm/editor/data/templates/tabs-block.json +57 -0
- package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.d.ts +20 -0
- package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.js +68 -0
- package/build/esm/editor/dynamic-forms-custom/config.d.ts +2 -0
- package/build/esm/editor/dynamic-forms-custom/config.js +9 -0
- package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.d.ts +12 -0
- package/build/esm/editor/dynamic-forms-custom/hooks/useOneOf.js +70 -0
- package/build/esm/editor/dynamic-forms-custom/parser/detect.d.ts +9 -0
- package/build/esm/editor/dynamic-forms-custom/parser/detect.js +32 -0
- package/build/esm/editor/dynamic-forms-custom/parser/index.d.ts +28 -0
- package/build/esm/editor/dynamic-forms-custom/parser/index.js +185 -0
- package/build/esm/editor/dynamic-forms-custom/parser/types.d.ts +28 -0
- package/build/esm/editor/dynamic-forms-custom/parser/types.js +1 -0
- package/build/esm/editor/dynamic-forms-custom/parser/views.d.ts +37 -0
- package/build/esm/editor/dynamic-forms-custom/parser/views.js +39 -0
- package/build/esm/editor/hooks/useCodeValidator.d.ts +4 -0
- package/build/esm/editor/hooks/useCodeValidator.js +6 -0
- package/build/esm/editor/hooks/useFormSpec.d.ts +2 -0
- package/build/esm/editor/hooks/useFormSpec.js +5 -0
- package/build/esm/editor/hooks/usePreviousValue.d.ts +1 -0
- package/build/esm/editor/hooks/usePreviousValue.js +8 -0
- package/build/esm/editor/icons/Tablet.d.ts +2 -0
- package/build/esm/editor/icons/Tablet.js +4 -0
- package/build/esm/editor/index.d.ts +2 -0
- package/build/esm/editor/index.js +2 -0
- package/build/esm/editor/store/main/index.d.ts +12 -0
- package/build/esm/editor/store/main/index.js +77 -0
- package/build/esm/editor/store/main/reducer.d.ts +52 -0
- package/build/esm/editor/store/main/reducer.js +38 -0
- package/build/esm/editor/store/main/utils.d.ts +13 -0
- package/build/esm/editor/store/main/utils.js +28 -0
- package/build/esm/editor/store/settings/index.d.ts +12 -0
- package/build/esm/editor/store/settings/index.js +17 -0
- package/build/esm/editor/store/settings/reducer.d.ts +37 -0
- package/build/esm/editor/store/settings/reducer.js +28 -0
- package/build/esm/editor/styles/mixins.css +0 -0
- package/build/esm/editor/styles/root.css +9 -0
- package/build/esm/editor/styles/variables.css +0 -0
- package/build/esm/editor/types/index.d.ts +42 -0
- package/build/esm/editor/types/index.js +12 -0
- package/build/esm/editor/utils/code.d.ts +6 -0
- package/build/esm/editor/utils/code.js +6 -0
- package/build/esm/editor/utils/index.d.ts +15 -0
- package/build/esm/editor/utils/index.js +9 -0
- package/build/esm/editor/utils/validation.d.ts +13 -0
- package/build/esm/editor/utils/validation.js +51 -0
- package/build/esm/editor/widget/constants.d.ts +4 -0
- package/build/esm/editor/widget/constants.js +5 -0
- package/build/esm/editor/widget/index.d.ts +21 -0
- package/build/esm/editor/widget/index.js +71 -0
- package/build/esm/editor/widget/utils.d.ts +1 -0
- package/build/esm/editor/widget/utils.js +15 -0
- package/build/esm/grid/Break/Break.d.ts +2 -0
- package/build/esm/grid/Break/Break.js +2 -0
- package/build/esm/grid/Col/Col.d.ts +8 -0
- package/build/esm/grid/Col/Col.js +8 -0
- package/build/esm/grid/Grid/Grid.css +87 -0
- package/build/esm/grid/Grid/Grid.d.ts +10 -0
- package/build/esm/grid/Grid/Grid.js +7 -0
- package/build/esm/grid/Row/Row.d.ts +12 -0
- package/build/esm/grid/Row/Row.js +11 -0
- package/build/esm/grid/index.d.ts +6 -0
- package/build/esm/grid/index.js +6 -0
- package/build/esm/grid/styles/bootstrap.css +1627 -0
- package/build/esm/grid/types.d.ts +51 -0
- package/build/esm/grid/types.js +44 -0
- package/build/esm/grid/utils.d.ts +9 -0
- package/build/esm/grid/utils.js +53 -0
- package/build/esm/hooks/hubspot.d.ts +16 -0
- package/build/esm/hooks/hubspot.js +33 -0
- package/build/esm/hooks/index.d.ts +6 -0
- package/build/esm/hooks/index.js +6 -0
- package/build/esm/hooks/useAnalytics.d.ts +2 -0
- package/build/esm/hooks/useAnalytics.js +33 -0
- package/build/esm/hooks/useFocus.d.ts +5 -0
- package/build/esm/hooks/useFocus.js +35 -0
- package/build/esm/hooks/useHeightCalculator.d.ts +6 -0
- package/build/esm/hooks/useHeightCalculator.js +24 -0
- package/build/esm/hooks/useMetrika.d.ts +1 -0
- package/build/esm/hooks/useMetrika.js +1 -0
- package/build/esm/hooks/useMount.d.ts +3 -0
- package/build/esm/hooks/useMount.js +5 -0
- package/build/esm/hooks/useWindowBreakpoint.d.ts +1 -0
- package/build/esm/hooks/useWindowBreakpoint.js +29 -0
- package/build/esm/icons/BrandIconDark.d.ts +2 -0
- package/build/esm/icons/BrandIconDark.js +18 -0
- package/build/esm/icons/BrandIconLight.d.ts +2 -0
- package/build/esm/icons/BrandIconLight.js +18 -0
- package/build/esm/icons/BrandName.d.ts +3 -0
- package/build/esm/icons/BrandName.js +14 -0
- package/build/esm/icons/Chevron.d.ts +2 -0
- package/build/esm/icons/Chevron.js +4 -0
- package/build/esm/icons/CloseIcon.d.ts +2 -0
- package/build/esm/icons/CloseIcon.js +3 -0
- package/build/esm/icons/DropdownArrowIcon.d.ts +2 -0
- package/build/esm/icons/DropdownArrowIcon.js +3 -0
- package/build/esm/icons/Facebook.d.ts +2 -0
- package/build/esm/icons/Facebook.js +4 -0
- package/build/esm/icons/Github.d.ts +2 -0
- package/build/esm/icons/Github.js +4 -0
- package/build/esm/icons/Linkedin.d.ts +2 -0
- package/build/esm/icons/Linkedin.js +4 -0
- package/build/esm/icons/NavigationArrow.d.ts +2 -0
- package/build/esm/icons/NavigationArrow.js +4 -0
- package/build/esm/icons/NavigationChevron.d.ts +2 -0
- package/build/esm/icons/NavigationChevron.js +4 -0
- package/build/esm/icons/SearchIcon.d.ts +2 -0
- package/build/esm/icons/SearchIcon.js +3 -0
- package/build/esm/icons/Telegram.d.ts +2 -0
- package/build/esm/icons/Telegram.js +4 -0
- package/build/esm/icons/Twitter.d.ts +2 -0
- package/build/esm/icons/Twitter.js +4 -0
- package/build/esm/icons/Vk.d.ts +2 -0
- package/build/esm/icons/Vk.js +4 -0
- package/build/esm/icons/index.d.ts +4 -0
- package/build/esm/icons/index.js +4 -0
- package/build/esm/index.d.ts +20 -0
- package/build/esm/index.js +21 -0
- package/build/esm/internal-typings/global.d.ts +68 -0
- package/build/esm/markdown-it-mark.d.ts +5 -0
- package/build/esm/models/common.d.ts +52 -0
- package/build/esm/models/common.js +29 -0
- package/build/esm/models/components.d.ts +2 -0
- package/build/esm/models/components.js +1 -0
- package/build/esm/models/constructor-items/blocks.d.ts +517 -0
- package/build/esm/models/constructor-items/blocks.js +64 -0
- package/build/esm/models/constructor-items/common.d.ts +381 -0
- package/build/esm/models/constructor-items/common.js +55 -0
- package/build/esm/models/constructor-items/index.d.ts +6 -0
- package/build/esm/models/constructor-items/index.js +3 -0
- package/build/esm/models/constructor-items/sub-blocks.d.ts +207 -0
- package/build/esm/models/constructor-items/sub-blocks.js +31 -0
- package/build/esm/models/constructor.d.ts +48 -0
- package/build/esm/models/constructor.js +1 -0
- package/build/esm/models/customization.d.ts +7 -0
- package/build/esm/models/customization.js +1 -0
- package/build/esm/models/guards.d.ts +4 -0
- package/build/esm/models/guards.js +10 -0
- package/build/esm/models/index.d.ts +7 -0
- package/build/esm/models/index.js +7 -0
- package/build/esm/models/navigation.d.ts +101 -0
- package/build/esm/models/navigation.js +22 -0
- package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.d.ts +5 -0
- package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.js +22 -0
- package/build/esm/navigation/components/Logo/Logo.css +23 -0
- package/build/esm/navigation/components/Logo/Logo.d.ts +9 -0
- package/build/esm/navigation/components/Logo/Logo.js +29 -0
- package/build/esm/navigation/components/Logo/i18n/en.json +3 -0
- package/build/esm/navigation/components/Logo/i18n/index.d.ts +1 -0
- package/build/esm/navigation/components/Logo/i18n/index.js +5 -0
- package/build/esm/navigation/components/Logo/i18n/ru.json +3 -0
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.d.ts +4 -0
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.js +12 -0
- package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/esm/navigation/components/MobileNavigation/MobileNavigation.d.ts +5 -0
- package/build/esm/navigation/components/MobileNavigation/MobileNavigation.js +24 -0
- package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
- package/build/esm/navigation/components/Navigation/Navigation.d.ts +9 -0
- package/build/esm/navigation/components/Navigation/Navigation.js +24 -0
- package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/esm/navigation/components/NavigationItem/NavigationItem.d.ts +5 -0
- package/build/esm/navigation/components/NavigationItem/NavigationItem.js +30 -0
- package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.d.ts +10 -0
- package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.js +11 -0
- package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.d.ts +6 -0
- package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.js +43 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.d.ts +7 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.js +13 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.d.ts +6 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.js +20 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.d.ts +7 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.js +27 -0
- package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.d.ts +7 -0
- package/build/esm/navigation/components/NavigationItem/hooks/useNavigationItemMap.js +8 -0
- package/build/esm/navigation/components/NavigationItem/index.d.ts +6 -0
- package/build/esm/navigation/components/NavigationItem/index.js +6 -0
- package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/esm/navigation/components/NavigationList/NavigationList.d.ts +3 -0
- package/build/esm/navigation/components/NavigationList/NavigationList.js +7 -0
- package/build/esm/navigation/components/NavigationListItem/NavigationListItem.d.ts +4 -0
- package/build/esm/navigation/components/NavigationListItem/NavigationListItem.js +17 -0
- package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/esm/navigation/components/NavigationPopup/NavigationPopup.d.ts +5 -0
- package/build/esm/navigation/components/NavigationPopup/NavigationPopup.js +15 -0
- package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/esm/navigation/components/SocialIcon/SocialIcon.d.ts +8 -0
- package/build/esm/navigation/components/SocialIcon/SocialIcon.js +13 -0
- package/build/esm/navigation/components/Standalone/index.d.ts +3 -0
- package/build/esm/navigation/components/Standalone/index.js +6 -0
- package/build/esm/navigation/containers/Layout/Layout.css +15 -0
- package/build/esm/navigation/containers/Layout/Layout.d.ts +9 -0
- package/build/esm/navigation/containers/Layout/Layout.js +10 -0
- package/build/esm/navigation/hooks/index.d.ts +2 -0
- package/build/esm/navigation/hooks/index.js +2 -0
- package/build/esm/navigation/hooks/useActiveNavItem.d.ts +26 -0
- package/build/esm/navigation/hooks/useActiveNavItem.js +13 -0
- package/build/esm/navigation/hooks/useShowBorder.d.ts +2 -0
- package/build/esm/navigation/hooks/useShowBorder.js +19 -0
- package/build/esm/navigation/index.d.ts +15 -0
- package/build/esm/navigation/index.js +15 -0
- package/build/esm/navigation/models.d.ts +64 -0
- package/build/esm/navigation/models.js +13 -0
- package/build/esm/navigation/schema.d.ts +77 -0
- package/build/esm/navigation/schema.js +83 -0
- package/build/esm/navigation/utils.d.ts +21 -0
- package/build/esm/navigation/utils.js +24 -0
- package/build/esm/schema/constants.d.ts +2129 -0
- package/build/esm/schema/constants.js +52 -0
- package/build/esm/schema/index.d.ts +14 -0
- package/build/esm/schema/index.js +51 -0
- package/build/esm/schema/validators/blocks.d.ts +27 -0
- package/build/esm/schema/validators/blocks.js +27 -0
- package/build/esm/schema/validators/common.d.ts +1475 -0
- package/build/esm/schema/validators/common.js +663 -0
- package/build/esm/schema/validators/components.d.ts +3 -0
- package/build/esm/schema/validators/components.js +3 -0
- package/build/esm/schema/validators/event.d.ts +37 -0
- package/build/esm/schema/validators/event.js +35 -0
- package/build/esm/schema/validators/index.d.ts +14 -0
- package/build/esm/schema/validators/index.js +14 -0
- package/build/esm/schema/validators/navigation.d.ts +1 -0
- package/build/esm/schema/validators/navigation.js +1 -0
- package/build/esm/schema/validators/sub-blocks.d.ts +13 -0
- package/build/esm/schema/validators/sub-blocks.js +13 -0
- package/build/esm/schema/validators/utils.d.ts +22 -0
- package/build/esm/schema/validators/utils.js +7 -0
- package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +63 -0
- package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.d.ts +4 -0
- package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.js +25 -0
- package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +269 -0
- package/build/esm/sub-blocks/BackgroundCard/schema.js +40 -0
- package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/esm/sub-blocks/BannerCard/BannerCard.d.ts +4 -0
- package/build/esm/sub-blocks/BannerCard/BannerCard.js +25 -0
- package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/esm/sub-blocks/BasicCard/BasicCard.d.ts +5 -0
- package/build/esm/sub-blocks/BasicCard/BasicCard.js +23 -0
- package/build/esm/sub-blocks/BasicCard/schema.d.ts +149 -0
- package/build/esm/sub-blocks/BasicCard/schema.js +25 -0
- package/build/esm/sub-blocks/Card/Card.css +25 -0
- package/build/esm/sub-blocks/Card/Card.d.ts +4 -0
- package/build/esm/sub-blocks/Card/Card.js +25 -0
- package/build/esm/sub-blocks/Card/i18n/en.json +3 -0
- package/build/esm/sub-blocks/Card/i18n/index.d.ts +1 -0
- package/build/esm/sub-blocks/Card/i18n/index.js +5 -0
- package/build/esm/sub-blocks/Card/i18n/ru.json +3 -0
- package/build/esm/sub-blocks/Card/schema.d.ts +45 -0
- package/build/esm/sub-blocks/Card/schema.js +34 -0
- package/build/esm/sub-blocks/Content/Content.css +167 -0
- package/build/esm/sub-blocks/Content/Content.d.ts +6 -0
- package/build/esm/sub-blocks/Content/Content.js +43 -0
- package/build/esm/sub-blocks/Content/schema.d.ts +264 -0
- package/build/esm/sub-blocks/Content/schema.js +66 -0
- package/build/esm/sub-blocks/ContentLayoutCard/ContentLayoutCard.d.ts +3 -0
- package/build/esm/sub-blocks/ContentLayoutCard/ContentLayoutCard.js +4 -0
- package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +403 -0
- package/build/esm/sub-blocks/ContentLayoutCard/schema.js +4 -0
- package/build/esm/sub-blocks/Divider/Divider.css +27 -0
- package/build/esm/sub-blocks/Divider/Divider.d.ts +4 -0
- package/build/esm/sub-blocks/Divider/Divider.js +6 -0
- package/build/esm/sub-blocks/Divider/schema.d.ts +17 -0
- package/build/esm/sub-blocks/Divider/schema.js +9 -0
- package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.d.ts +6 -0
- package/build/esm/sub-blocks/HubspotForm/HubspotFormContainer.js +49 -0
- package/build/esm/sub-blocks/HubspotForm/index.d.ts +5 -0
- package/build/esm/sub-blocks/HubspotForm/index.js +41 -0
- package/build/esm/sub-blocks/HubspotForm/loadHubspotScript.d.ts +2 -0
- package/build/esm/sub-blocks/HubspotForm/loadHubspotScript.js +23 -0
- package/build/esm/sub-blocks/HubspotForm/schema.d.ts +22 -0
- package/build/esm/sub-blocks/HubspotForm/schema.js +14 -0
- package/build/esm/sub-blocks/ImageCard/ImageCard.css +99 -0
- package/build/esm/sub-blocks/ImageCard/ImageCard.d.ts +4 -0
- package/build/esm/sub-blocks/ImageCard/ImageCard.js +30 -0
- package/build/esm/sub-blocks/ImageCard/schema.d.ts +160 -0
- package/build/esm/sub-blocks/ImageCard/schema.js +24 -0
- package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +69 -0
- package/build/esm/sub-blocks/LayoutItem/LayoutItem.d.ts +4 -0
- package/build/esm/sub-blocks/LayoutItem/LayoutItem.js +45 -0
- package/build/esm/sub-blocks/LayoutItem/schema.d.ts +545 -0
- package/build/esm/sub-blocks/LayoutItem/schema.js +50 -0
- package/build/esm/sub-blocks/LayoutItem/utils.d.ts +17 -0
- package/build/esm/sub-blocks/LayoutItem/utils.js +6 -0
- package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/esm/sub-blocks/MediaCard/MediaCard.d.ts +4 -0
- package/build/esm/sub-blocks/MediaCard/MediaCard.js +13 -0
- package/build/esm/sub-blocks/MediaCard/schema.d.ts +325 -0
- package/build/esm/sub-blocks/MediaCard/schema.js +18 -0
- package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/esm/sub-blocks/PriceCard/PriceCard.d.ts +4 -0
- package/build/esm/sub-blocks/PriceCard/PriceCard.js +31 -0
- package/build/esm/sub-blocks/PriceCard/schema.d.ts +327 -0
- package/build/esm/sub-blocks/PriceCard/schema.js +35 -0
- package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.d.ts +13 -0
- package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.js +58 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.d.ts +11 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.js +69 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.d.ts +4 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetailed.js +21 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.d.ts +8 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.js +13 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.d.ts +9 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.js +13 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.d.ts +12 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.js +54 -0
- package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.d.ts +11 -0
- package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.js +17 -0
- package/build/esm/sub-blocks/PriceDetailed/schema.d.ts +97 -0
- package/build/esm/sub-blocks/PriceDetailed/schema.js +167 -0
- package/build/esm/sub-blocks/Quote/Quote.css +143 -0
- package/build/esm/sub-blocks/Quote/Quote.d.ts +4 -0
- package/build/esm/sub-blocks/Quote/Quote.js +38 -0
- package/build/esm/sub-blocks/Quote/schema.d.ts +149 -0
- package/build/esm/sub-blocks/Quote/schema.js +26 -0
- package/build/esm/sub-blocks/index.d.ts +14 -0
- package/build/esm/sub-blocks/index.js +14 -0
- package/build/esm/text-transform/common.d.ts +18 -0
- package/build/esm/text-transform/common.js +32 -0
- package/build/esm/text-transform/config.d.ts +29 -0
- package/build/esm/text-transform/config.js +353 -0
- package/build/esm/text-transform/filter.d.ts +20 -0
- package/build/esm/text-transform/filter.js +56 -0
- package/build/esm/text-transform/index.d.ts +5 -0
- package/build/esm/text-transform/index.js +5 -0
- package/build/esm/text-transform/markdownItCustomSpan.d.ts +7 -0
- package/build/esm/text-transform/markdownItCustomSpan.js +27 -0
- package/build/esm/text-transform/transformers.d.ts +18 -0
- package/build/esm/text-transform/transformers.js +58 -0
- package/build/esm/text-transform/types.d.ts +3 -0
- package/build/esm/text-transform/types.js +1 -0
- package/build/esm/text-transform/utils.d.ts +32 -0
- package/build/esm/text-transform/utils.js +90 -0
- package/build/esm/utils/analytics.d.ts +2 -0
- package/build/esm/utils/analytics.js +13 -0
- package/build/esm/utils/blocks.d.ts +11 -0
- package/build/esm/utils/blocks.js +143 -0
- package/build/esm/utils/borderSelector.d.ts +7 -0
- package/build/esm/utils/borderSelector.js +14 -0
- package/build/esm/utils/capitalize.d.ts +1 -0
- package/build/esm/utils/capitalize.js +1 -0
- package/build/esm/utils/cn.d.ts +5 -0
- package/build/esm/utils/cn.js +6 -0
- package/build/esm/utils/common.d.ts +6 -0
- package/build/esm/utils/common.js +20 -0
- package/build/esm/utils/hubspot.d.ts +17 -0
- package/build/esm/utils/hubspot.js +55 -0
- package/build/esm/utils/imageCompress.d.ts +6 -0
- package/build/esm/utils/imageCompress.js +7 -0
- package/build/esm/utils/index.d.ts +12 -0
- package/build/esm/utils/index.js +11 -0
- package/build/esm/utils/microdata.d.ts +3 -0
- package/build/esm/utils/microdata.js +5 -0
- package/build/esm/utils/query.d.ts +5 -0
- package/build/esm/utils/query.js +31 -0
- package/build/esm/utils/svg.d.ts +3 -0
- package/build/esm/utils/svg.js +4 -0
- package/build/esm/utils/theme.d.ts +7 -0
- package/build/esm/utils/theme.js +12 -0
- package/build/esm/utils/trademark.d.ts +1 -0
- package/build/esm/utils/trademark.js +1 -0
- package/build/esm/utils/url.d.ts +14 -0
- package/build/esm/utils/url.js +41 -0
- package/build/esm/utils/url.test.d.ts +1 -0
- package/build/esm/utils/url.test.js +74 -0
- package/package.json +232 -0
- package/schema/index.js +1 -0
- package/server/components/constants.d.ts +4 -0
- package/server/components/constants.js +7 -0
- package/server/grid/types.d.ts +51 -0
- package/server/grid/types.js +47 -0
- package/server/index.d.ts +1 -0
- package/server/index.js +17 -0
- package/server/models/common.d.ts +52 -0
- package/server/models/common.js +32 -0
- package/server/models/components.d.ts +2 -0
- package/server/models/components.js +2 -0
- package/server/models/constructor-items/blocks.d.ts +517 -0
- package/server/models/constructor-items/blocks.js +67 -0
- package/server/models/constructor-items/common.d.ts +381 -0
- package/server/models/constructor-items/common.js +58 -0
- package/server/models/constructor-items/index.d.ts +6 -0
- package/server/models/constructor-items/index.js +19 -0
- package/server/models/constructor-items/sub-blocks.d.ts +207 -0
- package/server/models/constructor-items/sub-blocks.js +34 -0
- package/server/models/constructor.d.ts +48 -0
- package/server/models/constructor.js +2 -0
- package/server/models/customization.d.ts +7 -0
- package/server/models/customization.js +2 -0
- package/server/models/guards.d.ts +4 -0
- package/server/models/guards.js +16 -0
- package/server/models/index.d.ts +7 -0
- package/server/models/index.js +23 -0
- package/server/models/navigation.d.ts +101 -0
- package/server/models/navigation.js +25 -0
- package/server/text-transform/common.d.ts +18 -0
- package/server/text-transform/common.js +41 -0
- package/server/text-transform/config.d.ts +29 -0
- package/server/text-transform/config.js +366 -0
- package/server/text-transform/filter.d.ts +20 -0
- package/server/text-transform/filter.js +63 -0
- package/server/text-transform/index.d.ts +5 -0
- package/server/text-transform/index.js +21 -0
- package/server/text-transform/markdownItCustomSpan.d.ts +7 -0
- package/server/text-transform/markdownItCustomSpan.js +29 -0
- package/server/text-transform/transformers.d.ts +18 -0
- package/server/text-transform/transformers.js +65 -0
- package/server/text-transform/types.d.ts +3 -0
- package/server/text-transform/types.js +2 -0
- package/server/text-transform/utils.d.ts +32 -0
- package/server/text-transform/utils.js +114 -0
- package/server/utils/analytics.d.ts +2 -0
- package/server/utils/analytics.js +17 -0
- package/server/utils/blocks.d.ts +11 -0
- package/server/utils/blocks.js +159 -0
- package/server/utils/capitalize.d.ts +1 -0
- package/server/utils/capitalize.js +5 -0
- package/server/utils/cn.d.ts +5 -0
- package/server/utils/cn.js +9 -0
- package/server/utils/common.d.ts +6 -0
- package/server/utils/common.js +24 -0
- package/server/utils/hubspot.d.ts +17 -0
- package/server/utils/hubspot.js +61 -0
- package/server/utils/index.d.ts +12 -0
- package/server/utils/index.js +29 -0
- package/server/utils/query.d.ts +5 -0
- package/server/utils/query.js +36 -0
- package/server/utils/theme.d.ts +7 -0
- package/server/utils/theme.js +17 -0
- package/server/utils/trademark.d.ts +1 -0
- package/server/utils/trademark.js +5 -0
- package/server/utils/url.d.ts +14 -0
- package/server/utils/url.js +51 -0
- package/styles/colors/dark.scss +6 -0
- package/styles/colors/light.scss +6 -0
- package/styles/colors/social.scss +10 -0
- package/styles/mixins.scss +691 -0
- package/styles/root.scss +69 -0
- package/styles/storybook/common.scss +45 -0
- package/styles/storybook/index.scss +21 -0
- package/styles/storybook/palette.scss +75 -0
- package/styles/storybook/typography.scss +139 -0
- package/styles/styles.css +193 -0
- package/styles/styles.scss +6 -0
- package/styles/variables.scss +59 -0
- package/styles/yfm.scss +140 -0
- package/widget/index.js +1 -0
|
@@ -0,0 +1,1610 @@
|
|
|
1
|
+
export declare const HeaderBackgroundProps: {
|
|
2
|
+
type: string;
|
|
3
|
+
additionalProperties: boolean;
|
|
4
|
+
required: never[];
|
|
5
|
+
properties: {
|
|
6
|
+
fullWidth: {
|
|
7
|
+
type: string;
|
|
8
|
+
};
|
|
9
|
+
fullWidthMedia: {
|
|
10
|
+
type: string;
|
|
11
|
+
};
|
|
12
|
+
color: {
|
|
13
|
+
type: string;
|
|
14
|
+
};
|
|
15
|
+
image: {
|
|
16
|
+
oneOf: ({
|
|
17
|
+
optionName: string;
|
|
18
|
+
oneOf: ({
|
|
19
|
+
type: string;
|
|
20
|
+
properties: {
|
|
21
|
+
when: {
|
|
22
|
+
type: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
} | {
|
|
26
|
+
type: string;
|
|
27
|
+
pattern: string;
|
|
28
|
+
optionName: string;
|
|
29
|
+
items?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
type: string;
|
|
32
|
+
items: {
|
|
33
|
+
type: string;
|
|
34
|
+
properties: {
|
|
35
|
+
when: {
|
|
36
|
+
type: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
optionName: string;
|
|
41
|
+
pattern?: undefined;
|
|
42
|
+
})[];
|
|
43
|
+
type?: undefined;
|
|
44
|
+
items?: undefined;
|
|
45
|
+
} | {
|
|
46
|
+
type: string;
|
|
47
|
+
items: {
|
|
48
|
+
oneOf: ({
|
|
49
|
+
type: string;
|
|
50
|
+
properties: {
|
|
51
|
+
when: {
|
|
52
|
+
type: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
} | {
|
|
56
|
+
type: string;
|
|
57
|
+
pattern: string;
|
|
58
|
+
optionName: string;
|
|
59
|
+
items?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
type: string;
|
|
62
|
+
items: {
|
|
63
|
+
type: string;
|
|
64
|
+
properties: {
|
|
65
|
+
when: {
|
|
66
|
+
type: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
optionName: string;
|
|
71
|
+
pattern?: undefined;
|
|
72
|
+
})[];
|
|
73
|
+
};
|
|
74
|
+
optionName: string;
|
|
75
|
+
})[];
|
|
76
|
+
};
|
|
77
|
+
disableImageSliderForArrayInput: {
|
|
78
|
+
type: string;
|
|
79
|
+
};
|
|
80
|
+
video: {
|
|
81
|
+
type: string;
|
|
82
|
+
additionalProperties: boolean;
|
|
83
|
+
required: string[];
|
|
84
|
+
properties: {
|
|
85
|
+
src: {
|
|
86
|
+
type: string;
|
|
87
|
+
items: {
|
|
88
|
+
type: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
loop: {
|
|
92
|
+
oneOf: ({
|
|
93
|
+
optionName: string;
|
|
94
|
+
type: string;
|
|
95
|
+
additionalProperties: boolean;
|
|
96
|
+
required: string[];
|
|
97
|
+
properties: {
|
|
98
|
+
start: {
|
|
99
|
+
type: string;
|
|
100
|
+
};
|
|
101
|
+
end: {
|
|
102
|
+
type: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
} | {
|
|
106
|
+
type: string;
|
|
107
|
+
optionName: string;
|
|
108
|
+
})[];
|
|
109
|
+
};
|
|
110
|
+
type: {
|
|
111
|
+
type: string;
|
|
112
|
+
enum: string[];
|
|
113
|
+
};
|
|
114
|
+
muted: {
|
|
115
|
+
type: string;
|
|
116
|
+
};
|
|
117
|
+
autoplay: {
|
|
118
|
+
type: string;
|
|
119
|
+
};
|
|
120
|
+
elapsedTime: {
|
|
121
|
+
type: string;
|
|
122
|
+
};
|
|
123
|
+
playButton: {
|
|
124
|
+
type: string;
|
|
125
|
+
additionalProperties: boolean;
|
|
126
|
+
properties: {
|
|
127
|
+
type: {
|
|
128
|
+
type: string;
|
|
129
|
+
enum: string[];
|
|
130
|
+
};
|
|
131
|
+
theme: {
|
|
132
|
+
type: string;
|
|
133
|
+
enum: string[];
|
|
134
|
+
};
|
|
135
|
+
text: {
|
|
136
|
+
type: string;
|
|
137
|
+
contentType: string;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
controls: {
|
|
142
|
+
type: string;
|
|
143
|
+
enum: import("../..").MediaVideoControlsType[];
|
|
144
|
+
};
|
|
145
|
+
customControlsOptions: {
|
|
146
|
+
type: string;
|
|
147
|
+
additionalProperties: boolean;
|
|
148
|
+
properties: {
|
|
149
|
+
type: {
|
|
150
|
+
type: string;
|
|
151
|
+
enum: import("../..").CustomControlsType[];
|
|
152
|
+
};
|
|
153
|
+
muteButtonShown: {
|
|
154
|
+
type: string;
|
|
155
|
+
};
|
|
156
|
+
positioning: {
|
|
157
|
+
type: string;
|
|
158
|
+
enum: import("../..").CustomControlsButtonPositioning[];
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
ariaLabel: {
|
|
163
|
+
type: string;
|
|
164
|
+
};
|
|
165
|
+
contain: {
|
|
166
|
+
type: string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
youtube: {
|
|
171
|
+
type: string;
|
|
172
|
+
};
|
|
173
|
+
videoIframe: {
|
|
174
|
+
type: string;
|
|
175
|
+
};
|
|
176
|
+
parallax: {
|
|
177
|
+
type: string;
|
|
178
|
+
};
|
|
179
|
+
height: {
|
|
180
|
+
type: string;
|
|
181
|
+
};
|
|
182
|
+
previewImg: {
|
|
183
|
+
type: string;
|
|
184
|
+
};
|
|
185
|
+
dataLens: {
|
|
186
|
+
oneOf: ({
|
|
187
|
+
type: string;
|
|
188
|
+
optionName: string;
|
|
189
|
+
} | {
|
|
190
|
+
optionName: string;
|
|
191
|
+
type: string;
|
|
192
|
+
additionalProperties: boolean;
|
|
193
|
+
required: string[];
|
|
194
|
+
properties: {
|
|
195
|
+
id: {
|
|
196
|
+
type: string;
|
|
197
|
+
};
|
|
198
|
+
theme: {
|
|
199
|
+
type: string;
|
|
200
|
+
enum: string[];
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
})[];
|
|
204
|
+
};
|
|
205
|
+
fullscreen: {
|
|
206
|
+
type: string;
|
|
207
|
+
};
|
|
208
|
+
analyticsEvents: {
|
|
209
|
+
anyOf: ({
|
|
210
|
+
type: string;
|
|
211
|
+
additionalProperties: {
|
|
212
|
+
type: string;
|
|
213
|
+
};
|
|
214
|
+
required: string[];
|
|
215
|
+
properties: {
|
|
216
|
+
name: {
|
|
217
|
+
type: string;
|
|
218
|
+
};
|
|
219
|
+
type: {
|
|
220
|
+
type: string;
|
|
221
|
+
};
|
|
222
|
+
counters: {
|
|
223
|
+
type: string;
|
|
224
|
+
additionalProperties: boolean;
|
|
225
|
+
required: never[];
|
|
226
|
+
properties: {
|
|
227
|
+
include: {
|
|
228
|
+
type: string;
|
|
229
|
+
items: {
|
|
230
|
+
type: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
exclude: {
|
|
234
|
+
type: string;
|
|
235
|
+
items: {
|
|
236
|
+
type: string;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
context: {
|
|
242
|
+
type: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
} | {
|
|
246
|
+
type: string;
|
|
247
|
+
items: {
|
|
248
|
+
type: string;
|
|
249
|
+
additionalProperties: {
|
|
250
|
+
type: string;
|
|
251
|
+
};
|
|
252
|
+
required: string[];
|
|
253
|
+
properties: {
|
|
254
|
+
name: {
|
|
255
|
+
type: string;
|
|
256
|
+
};
|
|
257
|
+
type: {
|
|
258
|
+
type: string;
|
|
259
|
+
};
|
|
260
|
+
counters: {
|
|
261
|
+
type: string;
|
|
262
|
+
additionalProperties: boolean;
|
|
263
|
+
required: never[];
|
|
264
|
+
properties: {
|
|
265
|
+
include: {
|
|
266
|
+
type: string;
|
|
267
|
+
items: {
|
|
268
|
+
type: string;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
exclude: {
|
|
272
|
+
type: string;
|
|
273
|
+
items: {
|
|
274
|
+
type: string;
|
|
275
|
+
};
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
context: {
|
|
280
|
+
type: string;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
};
|
|
284
|
+
})[];
|
|
285
|
+
};
|
|
286
|
+
ratio: {
|
|
287
|
+
type: string[];
|
|
288
|
+
pattern: string;
|
|
289
|
+
};
|
|
290
|
+
iframe: {
|
|
291
|
+
type: string;
|
|
292
|
+
additionalProperties: boolean;
|
|
293
|
+
required: string[];
|
|
294
|
+
properties: {
|
|
295
|
+
src: {
|
|
296
|
+
type: string;
|
|
297
|
+
};
|
|
298
|
+
name: {
|
|
299
|
+
type: string;
|
|
300
|
+
};
|
|
301
|
+
title: {
|
|
302
|
+
type: string;
|
|
303
|
+
};
|
|
304
|
+
height: {
|
|
305
|
+
type: string;
|
|
306
|
+
};
|
|
307
|
+
width: {
|
|
308
|
+
type: string;
|
|
309
|
+
};
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
margins: {
|
|
313
|
+
type: string;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
export declare const HeaderProperties: {
|
|
318
|
+
title: {
|
|
319
|
+
type: string;
|
|
320
|
+
contentType: string;
|
|
321
|
+
};
|
|
322
|
+
overtitle: {
|
|
323
|
+
type: string;
|
|
324
|
+
contentType: string;
|
|
325
|
+
};
|
|
326
|
+
description: {
|
|
327
|
+
type: string;
|
|
328
|
+
contentType: string;
|
|
329
|
+
inputType: string;
|
|
330
|
+
};
|
|
331
|
+
width: {
|
|
332
|
+
type: string;
|
|
333
|
+
enum: string[];
|
|
334
|
+
};
|
|
335
|
+
buttons: {
|
|
336
|
+
type: string;
|
|
337
|
+
items: {
|
|
338
|
+
type: string;
|
|
339
|
+
properties: {
|
|
340
|
+
when: {
|
|
341
|
+
type: string;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
offset: {
|
|
347
|
+
type: string;
|
|
348
|
+
enum: string[];
|
|
349
|
+
};
|
|
350
|
+
image: {
|
|
351
|
+
oneOf: (({
|
|
352
|
+
oneOf: ({
|
|
353
|
+
type: string;
|
|
354
|
+
properties: {
|
|
355
|
+
when: {
|
|
356
|
+
type: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
} | {
|
|
360
|
+
type: string;
|
|
361
|
+
pattern: string;
|
|
362
|
+
optionName: string;
|
|
363
|
+
items?: undefined;
|
|
364
|
+
} | {
|
|
365
|
+
type: string;
|
|
366
|
+
items: {
|
|
367
|
+
type: string;
|
|
368
|
+
properties: {
|
|
369
|
+
when: {
|
|
370
|
+
type: string;
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
optionName: string;
|
|
375
|
+
pattern?: undefined;
|
|
376
|
+
})[];
|
|
377
|
+
} & {
|
|
378
|
+
optionName: string;
|
|
379
|
+
}) | {
|
|
380
|
+
type: string;
|
|
381
|
+
additionalProperties: boolean;
|
|
382
|
+
required: import("../..").Theme[];
|
|
383
|
+
properties: {};
|
|
384
|
+
optionName: string;
|
|
385
|
+
})[];
|
|
386
|
+
};
|
|
387
|
+
video: {
|
|
388
|
+
oneOf: (({
|
|
389
|
+
type: string;
|
|
390
|
+
additionalProperties: boolean;
|
|
391
|
+
required: string[];
|
|
392
|
+
properties: {
|
|
393
|
+
src: {
|
|
394
|
+
type: string;
|
|
395
|
+
items: {
|
|
396
|
+
type: string;
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
loop: {
|
|
400
|
+
oneOf: ({
|
|
401
|
+
optionName: string;
|
|
402
|
+
type: string;
|
|
403
|
+
additionalProperties: boolean;
|
|
404
|
+
required: string[];
|
|
405
|
+
properties: {
|
|
406
|
+
start: {
|
|
407
|
+
type: string;
|
|
408
|
+
};
|
|
409
|
+
end: {
|
|
410
|
+
type: string;
|
|
411
|
+
};
|
|
412
|
+
};
|
|
413
|
+
} | {
|
|
414
|
+
type: string;
|
|
415
|
+
optionName: string;
|
|
416
|
+
})[];
|
|
417
|
+
};
|
|
418
|
+
type: {
|
|
419
|
+
type: string;
|
|
420
|
+
enum: string[];
|
|
421
|
+
};
|
|
422
|
+
muted: {
|
|
423
|
+
type: string;
|
|
424
|
+
};
|
|
425
|
+
autoplay: {
|
|
426
|
+
type: string;
|
|
427
|
+
};
|
|
428
|
+
elapsedTime: {
|
|
429
|
+
type: string;
|
|
430
|
+
};
|
|
431
|
+
playButton: {
|
|
432
|
+
type: string;
|
|
433
|
+
additionalProperties: boolean;
|
|
434
|
+
properties: {
|
|
435
|
+
type: {
|
|
436
|
+
type: string;
|
|
437
|
+
enum: string[];
|
|
438
|
+
};
|
|
439
|
+
theme: {
|
|
440
|
+
type: string;
|
|
441
|
+
enum: string[];
|
|
442
|
+
};
|
|
443
|
+
text: {
|
|
444
|
+
type: string;
|
|
445
|
+
contentType: string;
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
controls: {
|
|
450
|
+
type: string;
|
|
451
|
+
enum: import("../..").MediaVideoControlsType[];
|
|
452
|
+
};
|
|
453
|
+
customControlsOptions: {
|
|
454
|
+
type: string;
|
|
455
|
+
additionalProperties: boolean;
|
|
456
|
+
properties: {
|
|
457
|
+
type: {
|
|
458
|
+
type: string;
|
|
459
|
+
enum: import("../..").CustomControlsType[];
|
|
460
|
+
};
|
|
461
|
+
muteButtonShown: {
|
|
462
|
+
type: string;
|
|
463
|
+
};
|
|
464
|
+
positioning: {
|
|
465
|
+
type: string;
|
|
466
|
+
enum: import("../..").CustomControlsButtonPositioning[];
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
ariaLabel: {
|
|
471
|
+
type: string;
|
|
472
|
+
};
|
|
473
|
+
contain: {
|
|
474
|
+
type: string;
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
} & {
|
|
478
|
+
optionName: string;
|
|
479
|
+
}) | {
|
|
480
|
+
type: string;
|
|
481
|
+
additionalProperties: boolean;
|
|
482
|
+
required: import("../..").Theme[];
|
|
483
|
+
properties: {};
|
|
484
|
+
optionName: string;
|
|
485
|
+
})[];
|
|
486
|
+
};
|
|
487
|
+
mediaView: {
|
|
488
|
+
type: string;
|
|
489
|
+
enum: string[];
|
|
490
|
+
};
|
|
491
|
+
backLink: {
|
|
492
|
+
type: string;
|
|
493
|
+
required: string[];
|
|
494
|
+
properties: {
|
|
495
|
+
url: {
|
|
496
|
+
type: string;
|
|
497
|
+
};
|
|
498
|
+
title: {
|
|
499
|
+
type: string;
|
|
500
|
+
contentType: string;
|
|
501
|
+
};
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
imageSize: {
|
|
505
|
+
type: string;
|
|
506
|
+
enum: string[];
|
|
507
|
+
};
|
|
508
|
+
verticalOffset: {
|
|
509
|
+
type: string;
|
|
510
|
+
enum: string[];
|
|
511
|
+
};
|
|
512
|
+
background: {
|
|
513
|
+
oneOf: (({
|
|
514
|
+
type: string;
|
|
515
|
+
additionalProperties: boolean;
|
|
516
|
+
required: never[];
|
|
517
|
+
properties: {
|
|
518
|
+
fullWidth: {
|
|
519
|
+
type: string;
|
|
520
|
+
};
|
|
521
|
+
fullWidthMedia: {
|
|
522
|
+
type: string;
|
|
523
|
+
};
|
|
524
|
+
color: {
|
|
525
|
+
type: string;
|
|
526
|
+
};
|
|
527
|
+
image: {
|
|
528
|
+
oneOf: ({
|
|
529
|
+
optionName: string;
|
|
530
|
+
oneOf: ({
|
|
531
|
+
type: string;
|
|
532
|
+
properties: {
|
|
533
|
+
when: {
|
|
534
|
+
type: string;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
} | {
|
|
538
|
+
type: string;
|
|
539
|
+
pattern: string;
|
|
540
|
+
optionName: string;
|
|
541
|
+
items?: undefined;
|
|
542
|
+
} | {
|
|
543
|
+
type: string;
|
|
544
|
+
items: {
|
|
545
|
+
type: string;
|
|
546
|
+
properties: {
|
|
547
|
+
when: {
|
|
548
|
+
type: string;
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
optionName: string;
|
|
553
|
+
pattern?: undefined;
|
|
554
|
+
})[];
|
|
555
|
+
type?: undefined;
|
|
556
|
+
items?: undefined;
|
|
557
|
+
} | {
|
|
558
|
+
type: string;
|
|
559
|
+
items: {
|
|
560
|
+
oneOf: ({
|
|
561
|
+
type: string;
|
|
562
|
+
properties: {
|
|
563
|
+
when: {
|
|
564
|
+
type: string;
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
} | {
|
|
568
|
+
type: string;
|
|
569
|
+
pattern: string;
|
|
570
|
+
optionName: string;
|
|
571
|
+
items?: undefined;
|
|
572
|
+
} | {
|
|
573
|
+
type: string;
|
|
574
|
+
items: {
|
|
575
|
+
type: string;
|
|
576
|
+
properties: {
|
|
577
|
+
when: {
|
|
578
|
+
type: string;
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
};
|
|
582
|
+
optionName: string;
|
|
583
|
+
pattern?: undefined;
|
|
584
|
+
})[];
|
|
585
|
+
};
|
|
586
|
+
optionName: string;
|
|
587
|
+
})[];
|
|
588
|
+
};
|
|
589
|
+
disableImageSliderForArrayInput: {
|
|
590
|
+
type: string;
|
|
591
|
+
};
|
|
592
|
+
video: {
|
|
593
|
+
type: string;
|
|
594
|
+
additionalProperties: boolean;
|
|
595
|
+
required: string[];
|
|
596
|
+
properties: {
|
|
597
|
+
src: {
|
|
598
|
+
type: string;
|
|
599
|
+
items: {
|
|
600
|
+
type: string;
|
|
601
|
+
};
|
|
602
|
+
};
|
|
603
|
+
loop: {
|
|
604
|
+
oneOf: ({
|
|
605
|
+
optionName: string;
|
|
606
|
+
type: string;
|
|
607
|
+
additionalProperties: boolean;
|
|
608
|
+
required: string[];
|
|
609
|
+
properties: {
|
|
610
|
+
start: {
|
|
611
|
+
type: string;
|
|
612
|
+
};
|
|
613
|
+
end: {
|
|
614
|
+
type: string;
|
|
615
|
+
};
|
|
616
|
+
};
|
|
617
|
+
} | {
|
|
618
|
+
type: string;
|
|
619
|
+
optionName: string;
|
|
620
|
+
})[];
|
|
621
|
+
};
|
|
622
|
+
type: {
|
|
623
|
+
type: string;
|
|
624
|
+
enum: string[];
|
|
625
|
+
};
|
|
626
|
+
muted: {
|
|
627
|
+
type: string;
|
|
628
|
+
};
|
|
629
|
+
autoplay: {
|
|
630
|
+
type: string;
|
|
631
|
+
};
|
|
632
|
+
elapsedTime: {
|
|
633
|
+
type: string;
|
|
634
|
+
};
|
|
635
|
+
playButton: {
|
|
636
|
+
type: string;
|
|
637
|
+
additionalProperties: boolean;
|
|
638
|
+
properties: {
|
|
639
|
+
type: {
|
|
640
|
+
type: string;
|
|
641
|
+
enum: string[];
|
|
642
|
+
};
|
|
643
|
+
theme: {
|
|
644
|
+
type: string;
|
|
645
|
+
enum: string[];
|
|
646
|
+
};
|
|
647
|
+
text: {
|
|
648
|
+
type: string;
|
|
649
|
+
contentType: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
};
|
|
653
|
+
controls: {
|
|
654
|
+
type: string;
|
|
655
|
+
enum: import("../..").MediaVideoControlsType[];
|
|
656
|
+
};
|
|
657
|
+
customControlsOptions: {
|
|
658
|
+
type: string;
|
|
659
|
+
additionalProperties: boolean;
|
|
660
|
+
properties: {
|
|
661
|
+
type: {
|
|
662
|
+
type: string;
|
|
663
|
+
enum: import("../..").CustomControlsType[];
|
|
664
|
+
};
|
|
665
|
+
muteButtonShown: {
|
|
666
|
+
type: string;
|
|
667
|
+
};
|
|
668
|
+
positioning: {
|
|
669
|
+
type: string;
|
|
670
|
+
enum: import("../..").CustomControlsButtonPositioning[];
|
|
671
|
+
};
|
|
672
|
+
};
|
|
673
|
+
};
|
|
674
|
+
ariaLabel: {
|
|
675
|
+
type: string;
|
|
676
|
+
};
|
|
677
|
+
contain: {
|
|
678
|
+
type: string;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
youtube: {
|
|
683
|
+
type: string;
|
|
684
|
+
};
|
|
685
|
+
videoIframe: {
|
|
686
|
+
type: string;
|
|
687
|
+
};
|
|
688
|
+
parallax: {
|
|
689
|
+
type: string;
|
|
690
|
+
};
|
|
691
|
+
height: {
|
|
692
|
+
type: string;
|
|
693
|
+
};
|
|
694
|
+
previewImg: {
|
|
695
|
+
type: string;
|
|
696
|
+
};
|
|
697
|
+
dataLens: {
|
|
698
|
+
oneOf: ({
|
|
699
|
+
type: string;
|
|
700
|
+
optionName: string;
|
|
701
|
+
} | {
|
|
702
|
+
optionName: string;
|
|
703
|
+
type: string;
|
|
704
|
+
additionalProperties: boolean;
|
|
705
|
+
required: string[];
|
|
706
|
+
properties: {
|
|
707
|
+
id: {
|
|
708
|
+
type: string;
|
|
709
|
+
};
|
|
710
|
+
theme: {
|
|
711
|
+
type: string;
|
|
712
|
+
enum: string[];
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
})[];
|
|
716
|
+
};
|
|
717
|
+
fullscreen: {
|
|
718
|
+
type: string;
|
|
719
|
+
};
|
|
720
|
+
analyticsEvents: {
|
|
721
|
+
anyOf: ({
|
|
722
|
+
type: string;
|
|
723
|
+
additionalProperties: {
|
|
724
|
+
type: string;
|
|
725
|
+
};
|
|
726
|
+
required: string[];
|
|
727
|
+
properties: {
|
|
728
|
+
name: {
|
|
729
|
+
type: string;
|
|
730
|
+
};
|
|
731
|
+
type: {
|
|
732
|
+
type: string;
|
|
733
|
+
};
|
|
734
|
+
counters: {
|
|
735
|
+
type: string;
|
|
736
|
+
additionalProperties: boolean;
|
|
737
|
+
required: never[];
|
|
738
|
+
properties: {
|
|
739
|
+
include: {
|
|
740
|
+
type: string;
|
|
741
|
+
items: {
|
|
742
|
+
type: string;
|
|
743
|
+
};
|
|
744
|
+
};
|
|
745
|
+
exclude: {
|
|
746
|
+
type: string;
|
|
747
|
+
items: {
|
|
748
|
+
type: string;
|
|
749
|
+
};
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
};
|
|
753
|
+
context: {
|
|
754
|
+
type: string;
|
|
755
|
+
};
|
|
756
|
+
};
|
|
757
|
+
} | {
|
|
758
|
+
type: string;
|
|
759
|
+
items: {
|
|
760
|
+
type: string;
|
|
761
|
+
additionalProperties: {
|
|
762
|
+
type: string;
|
|
763
|
+
};
|
|
764
|
+
required: string[];
|
|
765
|
+
properties: {
|
|
766
|
+
name: {
|
|
767
|
+
type: string;
|
|
768
|
+
};
|
|
769
|
+
type: {
|
|
770
|
+
type: string;
|
|
771
|
+
};
|
|
772
|
+
counters: {
|
|
773
|
+
type: string;
|
|
774
|
+
additionalProperties: boolean;
|
|
775
|
+
required: never[];
|
|
776
|
+
properties: {
|
|
777
|
+
include: {
|
|
778
|
+
type: string;
|
|
779
|
+
items: {
|
|
780
|
+
type: string;
|
|
781
|
+
};
|
|
782
|
+
};
|
|
783
|
+
exclude: {
|
|
784
|
+
type: string;
|
|
785
|
+
items: {
|
|
786
|
+
type: string;
|
|
787
|
+
};
|
|
788
|
+
};
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
context: {
|
|
792
|
+
type: string;
|
|
793
|
+
};
|
|
794
|
+
};
|
|
795
|
+
};
|
|
796
|
+
})[];
|
|
797
|
+
};
|
|
798
|
+
ratio: {
|
|
799
|
+
type: string[];
|
|
800
|
+
pattern: string;
|
|
801
|
+
};
|
|
802
|
+
iframe: {
|
|
803
|
+
type: string;
|
|
804
|
+
additionalProperties: boolean;
|
|
805
|
+
required: string[];
|
|
806
|
+
properties: {
|
|
807
|
+
src: {
|
|
808
|
+
type: string;
|
|
809
|
+
};
|
|
810
|
+
name: {
|
|
811
|
+
type: string;
|
|
812
|
+
};
|
|
813
|
+
title: {
|
|
814
|
+
type: string;
|
|
815
|
+
};
|
|
816
|
+
height: {
|
|
817
|
+
type: string;
|
|
818
|
+
};
|
|
819
|
+
width: {
|
|
820
|
+
type: string;
|
|
821
|
+
};
|
|
822
|
+
};
|
|
823
|
+
};
|
|
824
|
+
margins: {
|
|
825
|
+
type: string;
|
|
826
|
+
};
|
|
827
|
+
};
|
|
828
|
+
} & {
|
|
829
|
+
optionName: string;
|
|
830
|
+
}) | {
|
|
831
|
+
type: string;
|
|
832
|
+
additionalProperties: boolean;
|
|
833
|
+
required: import("../..").Theme[];
|
|
834
|
+
properties: {};
|
|
835
|
+
optionName: string;
|
|
836
|
+
})[];
|
|
837
|
+
};
|
|
838
|
+
theme: {
|
|
839
|
+
type: string;
|
|
840
|
+
enum: string[];
|
|
841
|
+
};
|
|
842
|
+
breadcrumbs: {
|
|
843
|
+
type: string;
|
|
844
|
+
additionalProperties: boolean;
|
|
845
|
+
required: string[];
|
|
846
|
+
properties: {
|
|
847
|
+
items: {
|
|
848
|
+
type: string;
|
|
849
|
+
items: {
|
|
850
|
+
type: string;
|
|
851
|
+
additionalProperties: boolean;
|
|
852
|
+
required: string[];
|
|
853
|
+
properties: {
|
|
854
|
+
url: {
|
|
855
|
+
type: string;
|
|
856
|
+
};
|
|
857
|
+
text: {
|
|
858
|
+
type: string;
|
|
859
|
+
contentType: string;
|
|
860
|
+
};
|
|
861
|
+
};
|
|
862
|
+
};
|
|
863
|
+
};
|
|
864
|
+
theme: {
|
|
865
|
+
type: string;
|
|
866
|
+
enum: string[];
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
};
|
|
870
|
+
status: {
|
|
871
|
+
type: string;
|
|
872
|
+
};
|
|
873
|
+
topTags: {
|
|
874
|
+
type: string;
|
|
875
|
+
items: {
|
|
876
|
+
type: string;
|
|
877
|
+
additionalProperties: boolean;
|
|
878
|
+
required: string[];
|
|
879
|
+
properties: {
|
|
880
|
+
text: {
|
|
881
|
+
type: string;
|
|
882
|
+
};
|
|
883
|
+
url: {
|
|
884
|
+
type: string;
|
|
885
|
+
};
|
|
886
|
+
icon: {
|
|
887
|
+
type: string;
|
|
888
|
+
enum: string[];
|
|
889
|
+
};
|
|
890
|
+
target: {
|
|
891
|
+
type: string;
|
|
892
|
+
};
|
|
893
|
+
};
|
|
894
|
+
};
|
|
895
|
+
};
|
|
896
|
+
bottomTags: {
|
|
897
|
+
type: string;
|
|
898
|
+
items: {
|
|
899
|
+
type: string;
|
|
900
|
+
additionalProperties: boolean;
|
|
901
|
+
required: string[];
|
|
902
|
+
properties: {
|
|
903
|
+
text: {
|
|
904
|
+
type: string;
|
|
905
|
+
};
|
|
906
|
+
url: {
|
|
907
|
+
type: string;
|
|
908
|
+
};
|
|
909
|
+
icon: {
|
|
910
|
+
type: string;
|
|
911
|
+
enum: string[];
|
|
912
|
+
};
|
|
913
|
+
target: {
|
|
914
|
+
type: string;
|
|
915
|
+
};
|
|
916
|
+
};
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
};
|
|
920
|
+
export declare const HeaderBlock: {
|
|
921
|
+
'header-block': {
|
|
922
|
+
additionalProperties: boolean;
|
|
923
|
+
required: string[];
|
|
924
|
+
properties: {
|
|
925
|
+
title: {
|
|
926
|
+
type: string;
|
|
927
|
+
contentType: string;
|
|
928
|
+
};
|
|
929
|
+
overtitle: {
|
|
930
|
+
type: string;
|
|
931
|
+
contentType: string;
|
|
932
|
+
};
|
|
933
|
+
description: {
|
|
934
|
+
type: string;
|
|
935
|
+
contentType: string;
|
|
936
|
+
inputType: string;
|
|
937
|
+
};
|
|
938
|
+
width: {
|
|
939
|
+
type: string;
|
|
940
|
+
enum: string[];
|
|
941
|
+
};
|
|
942
|
+
buttons: {
|
|
943
|
+
type: string;
|
|
944
|
+
items: {
|
|
945
|
+
type: string;
|
|
946
|
+
properties: {
|
|
947
|
+
when: {
|
|
948
|
+
type: string;
|
|
949
|
+
};
|
|
950
|
+
};
|
|
951
|
+
};
|
|
952
|
+
};
|
|
953
|
+
offset: {
|
|
954
|
+
type: string;
|
|
955
|
+
enum: string[];
|
|
956
|
+
};
|
|
957
|
+
image: {
|
|
958
|
+
oneOf: (({
|
|
959
|
+
oneOf: ({
|
|
960
|
+
type: string;
|
|
961
|
+
properties: {
|
|
962
|
+
when: {
|
|
963
|
+
type: string;
|
|
964
|
+
};
|
|
965
|
+
};
|
|
966
|
+
} | {
|
|
967
|
+
type: string;
|
|
968
|
+
pattern: string;
|
|
969
|
+
optionName: string;
|
|
970
|
+
items?: undefined;
|
|
971
|
+
} | {
|
|
972
|
+
type: string;
|
|
973
|
+
items: {
|
|
974
|
+
type: string;
|
|
975
|
+
properties: {
|
|
976
|
+
when: {
|
|
977
|
+
type: string;
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
};
|
|
981
|
+
optionName: string;
|
|
982
|
+
pattern?: undefined;
|
|
983
|
+
})[];
|
|
984
|
+
} & {
|
|
985
|
+
optionName: string;
|
|
986
|
+
}) | {
|
|
987
|
+
type: string;
|
|
988
|
+
additionalProperties: boolean;
|
|
989
|
+
required: import("../..").Theme[];
|
|
990
|
+
properties: {};
|
|
991
|
+
optionName: string;
|
|
992
|
+
})[];
|
|
993
|
+
};
|
|
994
|
+
video: {
|
|
995
|
+
oneOf: (({
|
|
996
|
+
type: string;
|
|
997
|
+
additionalProperties: boolean;
|
|
998
|
+
required: string[];
|
|
999
|
+
properties: {
|
|
1000
|
+
src: {
|
|
1001
|
+
type: string;
|
|
1002
|
+
items: {
|
|
1003
|
+
type: string;
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
loop: {
|
|
1007
|
+
oneOf: ({
|
|
1008
|
+
optionName: string;
|
|
1009
|
+
type: string;
|
|
1010
|
+
additionalProperties: boolean;
|
|
1011
|
+
required: string[];
|
|
1012
|
+
properties: {
|
|
1013
|
+
start: {
|
|
1014
|
+
type: string;
|
|
1015
|
+
};
|
|
1016
|
+
end: {
|
|
1017
|
+
type: string;
|
|
1018
|
+
};
|
|
1019
|
+
};
|
|
1020
|
+
} | {
|
|
1021
|
+
type: string;
|
|
1022
|
+
optionName: string;
|
|
1023
|
+
})[];
|
|
1024
|
+
};
|
|
1025
|
+
type: {
|
|
1026
|
+
type: string;
|
|
1027
|
+
enum: string[];
|
|
1028
|
+
};
|
|
1029
|
+
muted: {
|
|
1030
|
+
type: string;
|
|
1031
|
+
};
|
|
1032
|
+
autoplay: {
|
|
1033
|
+
type: string;
|
|
1034
|
+
};
|
|
1035
|
+
elapsedTime: {
|
|
1036
|
+
type: string;
|
|
1037
|
+
};
|
|
1038
|
+
playButton: {
|
|
1039
|
+
type: string;
|
|
1040
|
+
additionalProperties: boolean;
|
|
1041
|
+
properties: {
|
|
1042
|
+
type: {
|
|
1043
|
+
type: string;
|
|
1044
|
+
enum: string[];
|
|
1045
|
+
};
|
|
1046
|
+
theme: {
|
|
1047
|
+
type: string;
|
|
1048
|
+
enum: string[];
|
|
1049
|
+
};
|
|
1050
|
+
text: {
|
|
1051
|
+
type: string;
|
|
1052
|
+
contentType: string;
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
1055
|
+
};
|
|
1056
|
+
controls: {
|
|
1057
|
+
type: string;
|
|
1058
|
+
enum: import("../..").MediaVideoControlsType[];
|
|
1059
|
+
};
|
|
1060
|
+
customControlsOptions: {
|
|
1061
|
+
type: string;
|
|
1062
|
+
additionalProperties: boolean;
|
|
1063
|
+
properties: {
|
|
1064
|
+
type: {
|
|
1065
|
+
type: string;
|
|
1066
|
+
enum: import("../..").CustomControlsType[];
|
|
1067
|
+
};
|
|
1068
|
+
muteButtonShown: {
|
|
1069
|
+
type: string;
|
|
1070
|
+
};
|
|
1071
|
+
positioning: {
|
|
1072
|
+
type: string;
|
|
1073
|
+
enum: import("../..").CustomControlsButtonPositioning[];
|
|
1074
|
+
};
|
|
1075
|
+
};
|
|
1076
|
+
};
|
|
1077
|
+
ariaLabel: {
|
|
1078
|
+
type: string;
|
|
1079
|
+
};
|
|
1080
|
+
contain: {
|
|
1081
|
+
type: string;
|
|
1082
|
+
};
|
|
1083
|
+
};
|
|
1084
|
+
} & {
|
|
1085
|
+
optionName: string;
|
|
1086
|
+
}) | {
|
|
1087
|
+
type: string;
|
|
1088
|
+
additionalProperties: boolean;
|
|
1089
|
+
required: import("../..").Theme[];
|
|
1090
|
+
properties: {};
|
|
1091
|
+
optionName: string;
|
|
1092
|
+
})[];
|
|
1093
|
+
};
|
|
1094
|
+
mediaView: {
|
|
1095
|
+
type: string;
|
|
1096
|
+
enum: string[];
|
|
1097
|
+
};
|
|
1098
|
+
backLink: {
|
|
1099
|
+
type: string;
|
|
1100
|
+
required: string[];
|
|
1101
|
+
properties: {
|
|
1102
|
+
url: {
|
|
1103
|
+
type: string;
|
|
1104
|
+
};
|
|
1105
|
+
title: {
|
|
1106
|
+
type: string;
|
|
1107
|
+
contentType: string;
|
|
1108
|
+
};
|
|
1109
|
+
};
|
|
1110
|
+
};
|
|
1111
|
+
imageSize: {
|
|
1112
|
+
type: string;
|
|
1113
|
+
enum: string[];
|
|
1114
|
+
};
|
|
1115
|
+
verticalOffset: {
|
|
1116
|
+
type: string;
|
|
1117
|
+
enum: string[];
|
|
1118
|
+
};
|
|
1119
|
+
background: {
|
|
1120
|
+
oneOf: (({
|
|
1121
|
+
type: string;
|
|
1122
|
+
additionalProperties: boolean;
|
|
1123
|
+
required: never[];
|
|
1124
|
+
properties: {
|
|
1125
|
+
fullWidth: {
|
|
1126
|
+
type: string;
|
|
1127
|
+
};
|
|
1128
|
+
fullWidthMedia: {
|
|
1129
|
+
type: string;
|
|
1130
|
+
};
|
|
1131
|
+
color: {
|
|
1132
|
+
type: string;
|
|
1133
|
+
};
|
|
1134
|
+
image: {
|
|
1135
|
+
oneOf: ({
|
|
1136
|
+
optionName: string;
|
|
1137
|
+
oneOf: ({
|
|
1138
|
+
type: string;
|
|
1139
|
+
properties: {
|
|
1140
|
+
when: {
|
|
1141
|
+
type: string;
|
|
1142
|
+
};
|
|
1143
|
+
};
|
|
1144
|
+
} | {
|
|
1145
|
+
type: string;
|
|
1146
|
+
pattern: string;
|
|
1147
|
+
optionName: string;
|
|
1148
|
+
items?: undefined;
|
|
1149
|
+
} | {
|
|
1150
|
+
type: string;
|
|
1151
|
+
items: {
|
|
1152
|
+
type: string;
|
|
1153
|
+
properties: {
|
|
1154
|
+
when: {
|
|
1155
|
+
type: string;
|
|
1156
|
+
};
|
|
1157
|
+
};
|
|
1158
|
+
};
|
|
1159
|
+
optionName: string;
|
|
1160
|
+
pattern?: undefined;
|
|
1161
|
+
})[];
|
|
1162
|
+
type?: undefined;
|
|
1163
|
+
items?: undefined;
|
|
1164
|
+
} | {
|
|
1165
|
+
type: string;
|
|
1166
|
+
items: {
|
|
1167
|
+
oneOf: ({
|
|
1168
|
+
type: string;
|
|
1169
|
+
properties: {
|
|
1170
|
+
when: {
|
|
1171
|
+
type: string;
|
|
1172
|
+
};
|
|
1173
|
+
};
|
|
1174
|
+
} | {
|
|
1175
|
+
type: string;
|
|
1176
|
+
pattern: string;
|
|
1177
|
+
optionName: string;
|
|
1178
|
+
items?: undefined;
|
|
1179
|
+
} | {
|
|
1180
|
+
type: string;
|
|
1181
|
+
items: {
|
|
1182
|
+
type: string;
|
|
1183
|
+
properties: {
|
|
1184
|
+
when: {
|
|
1185
|
+
type: string;
|
|
1186
|
+
};
|
|
1187
|
+
};
|
|
1188
|
+
};
|
|
1189
|
+
optionName: string;
|
|
1190
|
+
pattern?: undefined;
|
|
1191
|
+
})[];
|
|
1192
|
+
};
|
|
1193
|
+
optionName: string;
|
|
1194
|
+
})[];
|
|
1195
|
+
};
|
|
1196
|
+
disableImageSliderForArrayInput: {
|
|
1197
|
+
type: string;
|
|
1198
|
+
};
|
|
1199
|
+
video: {
|
|
1200
|
+
type: string;
|
|
1201
|
+
additionalProperties: boolean;
|
|
1202
|
+
required: string[];
|
|
1203
|
+
properties: {
|
|
1204
|
+
src: {
|
|
1205
|
+
type: string;
|
|
1206
|
+
items: {
|
|
1207
|
+
type: string;
|
|
1208
|
+
};
|
|
1209
|
+
};
|
|
1210
|
+
loop: {
|
|
1211
|
+
oneOf: ({
|
|
1212
|
+
optionName: string;
|
|
1213
|
+
type: string;
|
|
1214
|
+
additionalProperties: boolean;
|
|
1215
|
+
required: string[];
|
|
1216
|
+
properties: {
|
|
1217
|
+
start: {
|
|
1218
|
+
type: string;
|
|
1219
|
+
};
|
|
1220
|
+
end: {
|
|
1221
|
+
type: string;
|
|
1222
|
+
};
|
|
1223
|
+
};
|
|
1224
|
+
} | {
|
|
1225
|
+
type: string;
|
|
1226
|
+
optionName: string;
|
|
1227
|
+
})[];
|
|
1228
|
+
};
|
|
1229
|
+
type: {
|
|
1230
|
+
type: string;
|
|
1231
|
+
enum: string[];
|
|
1232
|
+
};
|
|
1233
|
+
muted: {
|
|
1234
|
+
type: string;
|
|
1235
|
+
};
|
|
1236
|
+
autoplay: {
|
|
1237
|
+
type: string;
|
|
1238
|
+
};
|
|
1239
|
+
elapsedTime: {
|
|
1240
|
+
type: string;
|
|
1241
|
+
};
|
|
1242
|
+
playButton: {
|
|
1243
|
+
type: string;
|
|
1244
|
+
additionalProperties: boolean;
|
|
1245
|
+
properties: {
|
|
1246
|
+
type: {
|
|
1247
|
+
type: string;
|
|
1248
|
+
enum: string[];
|
|
1249
|
+
};
|
|
1250
|
+
theme: {
|
|
1251
|
+
type: string;
|
|
1252
|
+
enum: string[];
|
|
1253
|
+
};
|
|
1254
|
+
text: {
|
|
1255
|
+
type: string;
|
|
1256
|
+
contentType: string;
|
|
1257
|
+
};
|
|
1258
|
+
};
|
|
1259
|
+
};
|
|
1260
|
+
controls: {
|
|
1261
|
+
type: string;
|
|
1262
|
+
enum: import("../..").MediaVideoControlsType[];
|
|
1263
|
+
};
|
|
1264
|
+
customControlsOptions: {
|
|
1265
|
+
type: string;
|
|
1266
|
+
additionalProperties: boolean;
|
|
1267
|
+
properties: {
|
|
1268
|
+
type: {
|
|
1269
|
+
type: string;
|
|
1270
|
+
enum: import("../..").CustomControlsType[];
|
|
1271
|
+
};
|
|
1272
|
+
muteButtonShown: {
|
|
1273
|
+
type: string;
|
|
1274
|
+
};
|
|
1275
|
+
positioning: {
|
|
1276
|
+
type: string;
|
|
1277
|
+
enum: import("../..").CustomControlsButtonPositioning[];
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
};
|
|
1281
|
+
ariaLabel: {
|
|
1282
|
+
type: string;
|
|
1283
|
+
};
|
|
1284
|
+
contain: {
|
|
1285
|
+
type: string;
|
|
1286
|
+
};
|
|
1287
|
+
};
|
|
1288
|
+
};
|
|
1289
|
+
youtube: {
|
|
1290
|
+
type: string;
|
|
1291
|
+
};
|
|
1292
|
+
videoIframe: {
|
|
1293
|
+
type: string;
|
|
1294
|
+
};
|
|
1295
|
+
parallax: {
|
|
1296
|
+
type: string;
|
|
1297
|
+
};
|
|
1298
|
+
height: {
|
|
1299
|
+
type: string;
|
|
1300
|
+
};
|
|
1301
|
+
previewImg: {
|
|
1302
|
+
type: string;
|
|
1303
|
+
};
|
|
1304
|
+
dataLens: {
|
|
1305
|
+
oneOf: ({
|
|
1306
|
+
type: string;
|
|
1307
|
+
optionName: string;
|
|
1308
|
+
} | {
|
|
1309
|
+
optionName: string;
|
|
1310
|
+
type: string;
|
|
1311
|
+
additionalProperties: boolean;
|
|
1312
|
+
required: string[];
|
|
1313
|
+
properties: {
|
|
1314
|
+
id: {
|
|
1315
|
+
type: string;
|
|
1316
|
+
};
|
|
1317
|
+
theme: {
|
|
1318
|
+
type: string;
|
|
1319
|
+
enum: string[];
|
|
1320
|
+
};
|
|
1321
|
+
};
|
|
1322
|
+
})[];
|
|
1323
|
+
};
|
|
1324
|
+
fullscreen: {
|
|
1325
|
+
type: string;
|
|
1326
|
+
};
|
|
1327
|
+
analyticsEvents: {
|
|
1328
|
+
anyOf: ({
|
|
1329
|
+
type: string;
|
|
1330
|
+
additionalProperties: {
|
|
1331
|
+
type: string;
|
|
1332
|
+
};
|
|
1333
|
+
required: string[];
|
|
1334
|
+
properties: {
|
|
1335
|
+
name: {
|
|
1336
|
+
type: string;
|
|
1337
|
+
};
|
|
1338
|
+
type: {
|
|
1339
|
+
type: string;
|
|
1340
|
+
};
|
|
1341
|
+
counters: {
|
|
1342
|
+
type: string;
|
|
1343
|
+
additionalProperties: boolean;
|
|
1344
|
+
required: never[];
|
|
1345
|
+
properties: {
|
|
1346
|
+
include: {
|
|
1347
|
+
type: string;
|
|
1348
|
+
items: {
|
|
1349
|
+
type: string;
|
|
1350
|
+
};
|
|
1351
|
+
};
|
|
1352
|
+
exclude: {
|
|
1353
|
+
type: string;
|
|
1354
|
+
items: {
|
|
1355
|
+
type: string;
|
|
1356
|
+
};
|
|
1357
|
+
};
|
|
1358
|
+
};
|
|
1359
|
+
};
|
|
1360
|
+
context: {
|
|
1361
|
+
type: string;
|
|
1362
|
+
};
|
|
1363
|
+
};
|
|
1364
|
+
} | {
|
|
1365
|
+
type: string;
|
|
1366
|
+
items: {
|
|
1367
|
+
type: string;
|
|
1368
|
+
additionalProperties: {
|
|
1369
|
+
type: string;
|
|
1370
|
+
};
|
|
1371
|
+
required: string[];
|
|
1372
|
+
properties: {
|
|
1373
|
+
name: {
|
|
1374
|
+
type: string;
|
|
1375
|
+
};
|
|
1376
|
+
type: {
|
|
1377
|
+
type: string;
|
|
1378
|
+
};
|
|
1379
|
+
counters: {
|
|
1380
|
+
type: string;
|
|
1381
|
+
additionalProperties: boolean;
|
|
1382
|
+
required: never[];
|
|
1383
|
+
properties: {
|
|
1384
|
+
include: {
|
|
1385
|
+
type: string;
|
|
1386
|
+
items: {
|
|
1387
|
+
type: string;
|
|
1388
|
+
};
|
|
1389
|
+
};
|
|
1390
|
+
exclude: {
|
|
1391
|
+
type: string;
|
|
1392
|
+
items: {
|
|
1393
|
+
type: string;
|
|
1394
|
+
};
|
|
1395
|
+
};
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
context: {
|
|
1399
|
+
type: string;
|
|
1400
|
+
};
|
|
1401
|
+
};
|
|
1402
|
+
};
|
|
1403
|
+
})[];
|
|
1404
|
+
};
|
|
1405
|
+
ratio: {
|
|
1406
|
+
type: string[];
|
|
1407
|
+
pattern: string;
|
|
1408
|
+
};
|
|
1409
|
+
iframe: {
|
|
1410
|
+
type: string;
|
|
1411
|
+
additionalProperties: boolean;
|
|
1412
|
+
required: string[];
|
|
1413
|
+
properties: {
|
|
1414
|
+
src: {
|
|
1415
|
+
type: string;
|
|
1416
|
+
};
|
|
1417
|
+
name: {
|
|
1418
|
+
type: string;
|
|
1419
|
+
};
|
|
1420
|
+
title: {
|
|
1421
|
+
type: string;
|
|
1422
|
+
};
|
|
1423
|
+
height: {
|
|
1424
|
+
type: string;
|
|
1425
|
+
};
|
|
1426
|
+
width: {
|
|
1427
|
+
type: string;
|
|
1428
|
+
};
|
|
1429
|
+
};
|
|
1430
|
+
};
|
|
1431
|
+
margins: {
|
|
1432
|
+
type: string;
|
|
1433
|
+
};
|
|
1434
|
+
};
|
|
1435
|
+
} & {
|
|
1436
|
+
optionName: string;
|
|
1437
|
+
}) | {
|
|
1438
|
+
type: string;
|
|
1439
|
+
additionalProperties: boolean;
|
|
1440
|
+
required: import("../..").Theme[];
|
|
1441
|
+
properties: {};
|
|
1442
|
+
optionName: string;
|
|
1443
|
+
})[];
|
|
1444
|
+
};
|
|
1445
|
+
theme: {
|
|
1446
|
+
type: string;
|
|
1447
|
+
enum: string[];
|
|
1448
|
+
};
|
|
1449
|
+
breadcrumbs: {
|
|
1450
|
+
type: string;
|
|
1451
|
+
additionalProperties: boolean;
|
|
1452
|
+
required: string[];
|
|
1453
|
+
properties: {
|
|
1454
|
+
items: {
|
|
1455
|
+
type: string;
|
|
1456
|
+
items: {
|
|
1457
|
+
type: string;
|
|
1458
|
+
additionalProperties: boolean;
|
|
1459
|
+
required: string[];
|
|
1460
|
+
properties: {
|
|
1461
|
+
url: {
|
|
1462
|
+
type: string;
|
|
1463
|
+
};
|
|
1464
|
+
text: {
|
|
1465
|
+
type: string;
|
|
1466
|
+
contentType: string;
|
|
1467
|
+
};
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
theme: {
|
|
1472
|
+
type: string;
|
|
1473
|
+
enum: string[];
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
};
|
|
1477
|
+
status: {
|
|
1478
|
+
type: string;
|
|
1479
|
+
};
|
|
1480
|
+
topTags: {
|
|
1481
|
+
type: string;
|
|
1482
|
+
items: {
|
|
1483
|
+
type: string;
|
|
1484
|
+
additionalProperties: boolean;
|
|
1485
|
+
required: string[];
|
|
1486
|
+
properties: {
|
|
1487
|
+
text: {
|
|
1488
|
+
type: string;
|
|
1489
|
+
};
|
|
1490
|
+
url: {
|
|
1491
|
+
type: string;
|
|
1492
|
+
};
|
|
1493
|
+
icon: {
|
|
1494
|
+
type: string;
|
|
1495
|
+
enum: string[];
|
|
1496
|
+
};
|
|
1497
|
+
target: {
|
|
1498
|
+
type: string;
|
|
1499
|
+
};
|
|
1500
|
+
};
|
|
1501
|
+
};
|
|
1502
|
+
};
|
|
1503
|
+
bottomTags: {
|
|
1504
|
+
type: string;
|
|
1505
|
+
items: {
|
|
1506
|
+
type: string;
|
|
1507
|
+
additionalProperties: boolean;
|
|
1508
|
+
required: string[];
|
|
1509
|
+
properties: {
|
|
1510
|
+
text: {
|
|
1511
|
+
type: string;
|
|
1512
|
+
};
|
|
1513
|
+
url: {
|
|
1514
|
+
type: string;
|
|
1515
|
+
};
|
|
1516
|
+
icon: {
|
|
1517
|
+
type: string;
|
|
1518
|
+
enum: string[];
|
|
1519
|
+
};
|
|
1520
|
+
target: {
|
|
1521
|
+
type: string;
|
|
1522
|
+
};
|
|
1523
|
+
};
|
|
1524
|
+
};
|
|
1525
|
+
};
|
|
1526
|
+
anchor: {
|
|
1527
|
+
type: string;
|
|
1528
|
+
additionalProperties: boolean;
|
|
1529
|
+
required: string[];
|
|
1530
|
+
properties: {
|
|
1531
|
+
text: {
|
|
1532
|
+
type: string;
|
|
1533
|
+
contentType: string;
|
|
1534
|
+
};
|
|
1535
|
+
url: {
|
|
1536
|
+
type: string;
|
|
1537
|
+
};
|
|
1538
|
+
urlTitle: {
|
|
1539
|
+
type: string;
|
|
1540
|
+
};
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1543
|
+
visibility: {
|
|
1544
|
+
oneOf: ({
|
|
1545
|
+
type: string;
|
|
1546
|
+
enum: string[];
|
|
1547
|
+
additionalProperties?: undefined;
|
|
1548
|
+
properties?: undefined;
|
|
1549
|
+
} | {
|
|
1550
|
+
type: string;
|
|
1551
|
+
additionalProperties: boolean;
|
|
1552
|
+
properties: {
|
|
1553
|
+
xs: {
|
|
1554
|
+
type: string;
|
|
1555
|
+
};
|
|
1556
|
+
sm: {
|
|
1557
|
+
type: string;
|
|
1558
|
+
};
|
|
1559
|
+
md: {
|
|
1560
|
+
type: string;
|
|
1561
|
+
};
|
|
1562
|
+
lg: {
|
|
1563
|
+
type: string;
|
|
1564
|
+
};
|
|
1565
|
+
xl: {
|
|
1566
|
+
type: string;
|
|
1567
|
+
};
|
|
1568
|
+
xxl: {
|
|
1569
|
+
type: string;
|
|
1570
|
+
};
|
|
1571
|
+
};
|
|
1572
|
+
enum?: undefined;
|
|
1573
|
+
})[];
|
|
1574
|
+
};
|
|
1575
|
+
visible: {
|
|
1576
|
+
type: string;
|
|
1577
|
+
enum: string[];
|
|
1578
|
+
};
|
|
1579
|
+
hidden: {
|
|
1580
|
+
type: string;
|
|
1581
|
+
enum: string[];
|
|
1582
|
+
};
|
|
1583
|
+
resetPaddings: {
|
|
1584
|
+
type: string;
|
|
1585
|
+
};
|
|
1586
|
+
context: {
|
|
1587
|
+
type: string;
|
|
1588
|
+
};
|
|
1589
|
+
indent: {
|
|
1590
|
+
type: string;
|
|
1591
|
+
additionalProperties: boolean;
|
|
1592
|
+
properties: {
|
|
1593
|
+
top: {
|
|
1594
|
+
enum: string[];
|
|
1595
|
+
};
|
|
1596
|
+
bottom: {
|
|
1597
|
+
enum: string[];
|
|
1598
|
+
};
|
|
1599
|
+
};
|
|
1600
|
+
};
|
|
1601
|
+
backgroundFull: {
|
|
1602
|
+
type: string;
|
|
1603
|
+
};
|
|
1604
|
+
type: {};
|
|
1605
|
+
when: {
|
|
1606
|
+
type: string;
|
|
1607
|
+
};
|
|
1608
|
+
};
|
|
1609
|
+
};
|
|
1610
|
+
};
|