pds-dev-kit-web-test 2.5.314 → 2.5.316
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/dist/src/common/hooks/useAbsolutePositioner.js +2 -2
- package/dist/src/common/hooks/useTooltip.d.ts +2 -2
- package/dist/src/common/hooks/useTooltip.js +3 -3
- package/dist/src/common/utils/SystemUIPositionGenerator/clickTypeSystemUICssGenerator.d.ts +1 -1
- package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.d.ts +1 -1
- package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +2 -2
- package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +1 -1
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -1
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
- package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +4 -4
- package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -1
- package/dist/src/desktop/components/BasicListItem/Contents.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
- package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
- package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +1 -1
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
- package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -1
- package/dist/src/desktop/components/IconButton/IconButton.js +2 -2
- package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
- package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.js +3 -3
- package/dist/src/desktop/components/Select/Select.js +1 -1
- package/dist/src/desktop/components/Slider/Slider.d.ts +1 -1
- package/dist/src/desktop/components/Slider/Slider.js +1 -1
- package/dist/src/desktop/components/TextField/TextField.js +1 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +2 -2
- package/dist/src/hybrid/components/Switch/Switch.d.ts +1 -1
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +2 -2
- package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
- package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
- package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -1
- package/dist/src/mobile/components/BasicListItem/Contents.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
- package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
- package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -1
- package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
- package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
- package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
- package/dist/src/mobile/components/Select/Select.js +1 -1
- package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
- package/dist/src/mobile/components/Slider/Slider.js +1 -1
- package/dist/src/mobile/components/TextField/TextField.js +1 -1
- package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
- package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
- package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
- package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
- package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
- package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
- package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
- package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
- package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
- package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -1
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -1
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
- package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/mock_composition.js +729 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +326 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/mock_slideBanner.js +318 -0
- package/dist/src/sub/DynamicLayout/mocks.d.ts +5 -211
- package/dist/src/sub/DynamicLayout/mocks.js +38 -14
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +6 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +7 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +7 -27
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +144 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +17 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.d.ts +31 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +167 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +26 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +184 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +19 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +72 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +50 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +919 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +90 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +143 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.d.ts +31 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +167 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +26 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +184 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +19 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +72 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +48 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +855 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +80 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +27 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil.js +11 -13
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +15 -6
- package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropShadow.js +15 -38
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +33 -1
- package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
- package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
- package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
- package/package.json +2 -2
- package/release-note.md +2 -2
@@ -0,0 +1,318 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SAMPLE_SLIDE_BANNER_CB = void 0;
|
4
|
+
var mock_composition_1 = require("./mock_composition");
|
5
|
+
var types_1 = require("./sections/CustomSection/types");
|
6
|
+
exports.SAMPLE_SLIDE_BANNER_CB = {
|
7
|
+
availablePlugins: [],
|
8
|
+
componentBlockCode: types_1.CB_ALL_CODES.CB_SLIDE_BANNER,
|
9
|
+
dynamicLayoutSectionId: 18662,
|
10
|
+
type: 'GENERAL',
|
11
|
+
id: 188291,
|
12
|
+
blockId: 'CB_188291',
|
13
|
+
jsonProperties: {
|
14
|
+
data: {
|
15
|
+
CB_PLACEMENT_PROP_PLACEMENT: {
|
16
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 10,
|
17
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 10,
|
18
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 24,
|
19
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 24,
|
20
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 10,
|
21
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
|
22
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 10,
|
23
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 0,
|
24
|
+
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 3,
|
25
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 2,
|
26
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LATEST_LOCKED_STARTY:MOBILE': 2,
|
27
|
+
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LOCKSTATUS:MOBILE': 'FALLBACK_TO_SYNC'
|
28
|
+
},
|
29
|
+
CB_STYLE_PROP_SLIDE_BANNER: {
|
30
|
+
// Base properties
|
31
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_STYLE: 'OPTION_1',
|
32
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSTYLE: 'OPTION_4',
|
33
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONLOCATION: 'OPTION_20',
|
34
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSIZE: 'MEDIUM',
|
35
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSTYLE: 'OPTION_14',
|
36
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNLOCATION: 'OPTION_20',
|
37
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSIZE: 'MEDIUM',
|
38
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSTYLE: 'OPTION_14',
|
39
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNLOCATION: 'OPTION_16',
|
40
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSIZE: 'MEDIUM',
|
41
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBAR: 'NONE',
|
42
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBARSIZE: 'SMALL',
|
43
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYUSE: 'NONE',
|
44
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYTIME: 5,
|
45
|
+
CB_STYLE_PROP_SLIDE_BANNER_SPEC_INFINITESCROLL: 'NONE',
|
46
|
+
// Hover state
|
47
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_STYLE:HOVER': 'OPTION_1',
|
48
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSTYLE:HOVER': 'OPTION_4',
|
49
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONLOCATION:HOVER': 'OPTION_3',
|
50
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSIZE:HOVER': 'MEDIUM',
|
51
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSTYLE:HOVER': 'OPTION_14',
|
52
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNLOCATION:HOVER': 'OPTION_20',
|
53
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSIZE:HOVER': 'MEDIUM',
|
54
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSTYLE:HOVER': 'OPTION_14',
|
55
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNLOCATION:HOVER': 'OPTION_16',
|
56
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSIZE:HOVER': 'MEDIUM',
|
57
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBAR:HOVER': 'NONE',
|
58
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBARSIZE:HOVER': 'SMALL',
|
59
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYUSE:HOVER': 'NONE',
|
60
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYTIME:HOVER': 5,
|
61
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_INFINITESCROLL:HOVER': 'NONE',
|
62
|
+
// Mobile state
|
63
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_STYLE:MOBILE': 'OPTION_1',
|
64
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSTYLE:MOBILE': 'OPTION_10',
|
65
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONLOCATION:MOBILE': 'OPTION_19',
|
66
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSIZE:MOBILE': 'MEDIUM',
|
67
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSTYLE:MOBILE': 'OPTION_2',
|
68
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNLOCATION:MOBILE': 'OPTION_1',
|
69
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSIZE:MOBILE': 'MEDIUM',
|
70
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSTYLE:MOBILE': 'OPTION_2',
|
71
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNLOCATION:MOBILE': 'OPTION_3',
|
72
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSIZE:MOBILE': 'MEDIUM',
|
73
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBAR:MOBILE': 'OPTION_2',
|
74
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBARSIZE:MOBILE': 'SMALL',
|
75
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYUSE:MOBILE': 'USE',
|
76
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYTIME:MOBILE': 5,
|
77
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_INFINITESCROLL:MOBILE': 'USE',
|
78
|
+
// Mobile hover state
|
79
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_STYLE:MOBILE:HOVER': 'OPTION_1',
|
80
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSTYLE:MOBILE:HOVER': 'OPTION_12',
|
81
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONLOCATION:MOBILE:HOVER': 'OPTION_20',
|
82
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PAGINATIONSIZE:MOBILE:HOVER': 'SMALL',
|
83
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSTYLE:MOBILE:HOVER': 'OPTION_2',
|
84
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNLOCATION:MOBILE:HOVER': 'OPTION_1',
|
85
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PREVBTNSIZE:MOBILE:HOVER': 'MEDIUM',
|
86
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSTYLE:MOBILE:HOVER': 'OPTION_2',
|
87
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNLOCATION:MOBILE:HOVER': 'OPTION_3',
|
88
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_NEXTBTNSIZE:MOBILE:HOVER': 'MEDIUM',
|
89
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBAR:MOBILE:HOVER': 'OPTION_2',
|
90
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_PROGRESSBARSIZE:MOBILE:HOVER': 'SMALL',
|
91
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYUSE:MOBILE:HOVER': 'USE',
|
92
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_AUTOPLAYTIME:MOBILE:HOVER': 5,
|
93
|
+
'CB_STYLE_PROP_SLIDE_BANNER_SPEC_INFINITESCROLL:MOBILE:HOVER': 'NONE'
|
94
|
+
},
|
95
|
+
CB_CONTENT_PROP_SLIDE_BANNER: {
|
96
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_VALUE_TYPE: 'A',
|
97
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_CONNECT_DATA: '아티클:포스트',
|
98
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_DATASORTING: '최신순',
|
99
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_OFFSET: '1',
|
100
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_MENUALITEM: [],
|
101
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_ITEMCOUNTS: 50,
|
102
|
+
CB_CONTENT_PROP_SLIDE_BANNER_SPEC_DISPLAYCOUNTS: 1
|
103
|
+
},
|
104
|
+
CB_STYLE_PROP_BORDER: {
|
105
|
+
CB_STYLE_PROP_BORDER_SPEC_STYLE: 'SOLID',
|
106
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': 'SOLID',
|
107
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': 'DASHED',
|
108
|
+
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': 'DOTTED',
|
109
|
+
CB_STYLE_PROP_BORDER_SPEC_WIDTH: 0,
|
110
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': 0,
|
111
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': 0,
|
112
|
+
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': 0,
|
113
|
+
CB_STYLE_PROP_BORDER_SPEC_COLOR: '#FF573300',
|
114
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': '#FF573300',
|
115
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': '#00FF5733',
|
116
|
+
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': '#5733FF00',
|
117
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUS: { tl: 5, tr: 5, bl: 5, br: 5 },
|
118
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': { tl: 5, tr: 5, bl: 5, br: 5 },
|
119
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': { tl: 10, tr: 10, bl: 10, br: 10 },
|
120
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': { tl: 15, tr: 15, bl: 15, br: 15 },
|
121
|
+
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: true,
|
122
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': true,
|
123
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': false,
|
124
|
+
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': true
|
125
|
+
},
|
126
|
+
CB_STYLE_PROP_SHADOW: {
|
127
|
+
CB_STYLE_PROP_SHADOW_SPEC_BLUR: 24,
|
128
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': 24,
|
129
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null,
|
130
|
+
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null,
|
131
|
+
CB_STYLE_PROP_SHADOW_SPEC_COLOR: '#000000',
|
132
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': '#000000',
|
133
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null,
|
134
|
+
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null,
|
135
|
+
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: 30,
|
136
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': 30,
|
137
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null,
|
138
|
+
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null,
|
139
|
+
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: 2,
|
140
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': 2,
|
141
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null,
|
142
|
+
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null,
|
143
|
+
CB_STYLE_PROP_SHADOW_SPEC_TYPE: 'OUTSET',
|
144
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': 'OUTSET',
|
145
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null,
|
146
|
+
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null,
|
147
|
+
CB_STYLE_PROP_SHADOW_SPEC_X: 0,
|
148
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': 0,
|
149
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null,
|
150
|
+
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null,
|
151
|
+
CB_STYLE_PROP_SHADOW_SPEC_Y: 12,
|
152
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': 12,
|
153
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null,
|
154
|
+
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null
|
155
|
+
},
|
156
|
+
CB_STYLE_PROP_OPACITY: {
|
157
|
+
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
|
158
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': 100,
|
159
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
|
160
|
+
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
|
161
|
+
},
|
162
|
+
CB_STYLE_PROP_BGCOLOR: {
|
163
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
|
164
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': 90,
|
165
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
|
166
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
|
167
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#455EEFFF',
|
168
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': '#455EEFFF',
|
169
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null,
|
170
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
|
171
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#ff0000',
|
172
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': '#27FFBFFF',
|
173
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
|
174
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
|
175
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
|
176
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': 100,
|
177
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
|
178
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
|
179
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'NONE',
|
180
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': 'NONE',
|
181
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
|
182
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
|
183
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: 'NONE',
|
184
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': 'NONE',
|
185
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
|
186
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
|
187
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
|
188
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': 0,
|
189
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
|
190
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
|
191
|
+
CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'SOLID',
|
192
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': 'SOLID',
|
193
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null,
|
194
|
+
'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
|
195
|
+
},
|
196
|
+
CB_STYLE_PROP_BGOVERLAY: {
|
197
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: 45,
|
198
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: '#FF573300',
|
199
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: '#00FF5733',
|
200
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: 80,
|
201
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: 'LINEAR',
|
202
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: '#5733FF00',
|
203
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: 20,
|
204
|
+
CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: 'OVERLAY',
|
205
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': 60,
|
206
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': 30,
|
207
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': 90,
|
208
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': '#AA573300',
|
209
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': '#BBFF5733',
|
210
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': '#CC5733FF',
|
211
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': '#DD573300',
|
212
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': '#EEFF5733',
|
213
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': '#FF5733FF',
|
214
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': 85,
|
215
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': 75,
|
216
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': 95,
|
217
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': 'RADIAL',
|
218
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': 'LINEAR',
|
219
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': 'CONIC',
|
220
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': '#11573300',
|
221
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': '#225733FF',
|
222
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': '#3357FF00',
|
223
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': 25,
|
224
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': 15,
|
225
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': 35,
|
226
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': 'BLEND',
|
227
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': 'MIX',
|
228
|
+
'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': 'OVERLAY'
|
229
|
+
},
|
230
|
+
CB_STYLE_PROP_BGMEDIA: {
|
231
|
+
// Base properties
|
232
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: 'https://example.com/video.mp4',
|
233
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: 'video',
|
234
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: true,
|
235
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: 0,
|
236
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: false,
|
237
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: true,
|
238
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: 'center',
|
239
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: '.background-image',
|
240
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: 'cover',
|
241
|
+
CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: 60,
|
242
|
+
// Hover state
|
243
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': 65,
|
244
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': 'contain',
|
245
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': '.bg-hover',
|
246
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': 'top',
|
247
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': true,
|
248
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': 5,
|
249
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': false,
|
250
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': 'gif',
|
251
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': 'https://example.com/hover-video.mp4',
|
252
|
+
// Mobile state
|
253
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': 55,
|
254
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': 'fill',
|
255
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': '.bg-mobile',
|
256
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': 'bottom',
|
257
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': false,
|
258
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': true,
|
259
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': 10,
|
260
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': true,
|
261
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': 'image',
|
262
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': 'https://example.com/mobile-video.mp4',
|
263
|
+
// Mobile hover state
|
264
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': 70,
|
265
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': 'scale-down',
|
266
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': '.bg-mobile-hover',
|
267
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': 'left',
|
268
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': false,
|
269
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': 15,
|
270
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': false,
|
271
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': 'video',
|
272
|
+
'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': 'https://example.com/mobile-hover-video.mp4'
|
273
|
+
},
|
274
|
+
CB_LAYOUT_PROP_PADDING: {
|
275
|
+
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
276
|
+
top: 0,
|
277
|
+
right: 0,
|
278
|
+
bottom: 0,
|
279
|
+
left: 0
|
280
|
+
},
|
281
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
|
282
|
+
top: 0,
|
283
|
+
right: 0,
|
284
|
+
bottom: 0,
|
285
|
+
left: 0
|
286
|
+
},
|
287
|
+
CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
|
288
|
+
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': false
|
289
|
+
},
|
290
|
+
CB_CONTENT_PROP_HOVER: {
|
291
|
+
CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
|
292
|
+
},
|
293
|
+
CB_LAYOUT_PROP_ARRANGE: {
|
294
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
|
295
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': 'CENTER',
|
296
|
+
CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
|
297
|
+
'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': undefined
|
298
|
+
},
|
299
|
+
CB_CONTENT_PROP_VISIBILITY: {
|
300
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
|
301
|
+
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
|
302
|
+
},
|
303
|
+
CB_EFFECT_PROP_ENTANIM: {
|
304
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'SLIDEINLEFT',
|
305
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': 'SLIDEINLEFT',
|
306
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 1,
|
307
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': undefined,
|
308
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
|
309
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': undefined,
|
310
|
+
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
|
311
|
+
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': undefined
|
312
|
+
}
|
313
|
+
}
|
314
|
+
},
|
315
|
+
queryableDefinitionPreset: 'N/A',
|
316
|
+
queryableTapSrc: 'N/A',
|
317
|
+
compositions: [mock_composition_1.sampleMockComposition2, mock_composition_1.sampleMockComposition1]
|
318
|
+
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
export declare const MOCK_SECTIONS: {
|
2
2
|
administrativeTitle: string;
|
3
3
|
appearanceTemplate: string;
|
4
|
-
componentBlocks: ({
|
4
|
+
componentBlocks: (import("./sections/CustomSection/types").CB_CONTENTS_CAROUSEL | import("./sections/CustomSection/types").CB_SLIDE_BANNER | {
|
5
5
|
availablePlugins: never[];
|
6
6
|
blockId: string;
|
7
7
|
componentBlockCode: string;
|
@@ -330,216 +330,6 @@ export declare const MOCK_SECTIONS: {
|
|
330
330
|
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
331
331
|
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
332
332
|
};
|
333
|
-
CB_STYLE_PROP_SHADOW: {
|
334
|
-
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
335
|
-
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
336
|
-
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null;
|
337
|
-
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null;
|
338
|
-
CB_STYLE_PROP_SHADOW_SPEC_COLOR: string;
|
339
|
-
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': string;
|
340
|
-
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null;
|
341
|
-
'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null;
|
342
|
-
CB_STYLE_PROP_SHADOW_SPEC_OPACITY: number;
|
343
|
-
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null;
|
344
|
-
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null;
|
345
|
-
'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null;
|
346
|
-
CB_STYLE_PROP_SHADOW_SPEC_SPREAD: number;
|
347
|
-
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null;
|
348
|
-
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null;
|
349
|
-
'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null;
|
350
|
-
CB_STYLE_PROP_SHADOW_SPEC_TYPE: string;
|
351
|
-
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': string;
|
352
|
-
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null;
|
353
|
-
'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null;
|
354
|
-
CB_STYLE_PROP_SHADOW_SPEC_X: number;
|
355
|
-
'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null;
|
356
|
-
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null;
|
357
|
-
'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null;
|
358
|
-
CB_STYLE_PROP_SHADOW_SPEC_Y: number;
|
359
|
-
'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null;
|
360
|
-
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null;
|
361
|
-
'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null;
|
362
|
-
};
|
363
|
-
CB_CONTENT_PROP_IMAGE?: undefined;
|
364
|
-
CB_STYLE_PROP_IMAGE?: undefined;
|
365
|
-
};
|
366
|
-
minVersion: string;
|
367
|
-
version: string;
|
368
|
-
};
|
369
|
-
queryableDefinitionPreset: string;
|
370
|
-
queryableTapSrc: string;
|
371
|
-
updatedAt: string;
|
372
|
-
} | {
|
373
|
-
availablePlugins: never[];
|
374
|
-
blockId: string;
|
375
|
-
componentBlockCode: string;
|
376
|
-
componentBlockType: string;
|
377
|
-
dynamicLayoutSectionId: number;
|
378
|
-
id: number;
|
379
|
-
insertedAt: string;
|
380
|
-
jsonProperties: {
|
381
|
-
currentVersion: string;
|
382
|
-
data: {
|
383
|
-
CB_CONTENT_PROP_CLINK: {
|
384
|
-
CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
|
385
|
-
CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
|
386
|
-
CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
|
387
|
-
CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
|
388
|
-
};
|
389
|
-
CB_CONTENT_PROP_HOVER: {
|
390
|
-
CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
|
391
|
-
};
|
392
|
-
CB_CONTENT_PROP_TEXT: {
|
393
|
-
CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
|
394
|
-
};
|
395
|
-
CB_CONTENT_PROP_VISIBILITY: {
|
396
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
|
397
|
-
CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
|
398
|
-
};
|
399
|
-
CB_EFFECT_PROP_ENTANIM: {
|
400
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
|
401
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
|
402
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
|
403
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
|
404
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
|
405
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
|
406
|
-
CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
|
407
|
-
'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
|
408
|
-
};
|
409
|
-
CB_EFFECT_PROP_HOVERANIM: {
|
410
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
|
411
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
|
412
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
|
413
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
|
414
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
|
415
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
|
416
|
-
CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
|
417
|
-
'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
|
418
|
-
};
|
419
|
-
CB_LAYOUT_PROP_PADDING: {
|
420
|
-
CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
|
421
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
|
422
|
-
CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
|
423
|
-
bottom: number;
|
424
|
-
left: number;
|
425
|
-
right: number;
|
426
|
-
top: number;
|
427
|
-
};
|
428
|
-
'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null;
|
429
|
-
};
|
430
|
-
CB_PLACEMENT_PROP_PLACEMENT: {
|
431
|
-
CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
|
432
|
-
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
|
433
|
-
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
|
434
|
-
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
|
435
|
-
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
|
436
|
-
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
|
437
|
-
CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
|
438
|
-
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
|
439
|
-
CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
|
440
|
-
'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
|
441
|
-
};
|
442
|
-
CB_STYLE_PROP_BORDER: {
|
443
|
-
CB_STYLE_PROP_BORDER_SPEC_COLOR: string;
|
444
|
-
'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null;
|
445
|
-
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null;
|
446
|
-
'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null;
|
447
|
-
CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
|
448
|
-
bl: number;
|
449
|
-
br: number;
|
450
|
-
tl: number;
|
451
|
-
tr: number;
|
452
|
-
};
|
453
|
-
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null;
|
454
|
-
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null;
|
455
|
-
'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null;
|
456
|
-
CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: boolean;
|
457
|
-
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': boolean;
|
458
|
-
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null;
|
459
|
-
'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null;
|
460
|
-
CB_STYLE_PROP_BORDER_SPEC_STYLE: string;
|
461
|
-
'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null;
|
462
|
-
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null;
|
463
|
-
'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null;
|
464
|
-
CB_STYLE_PROP_BORDER_SPEC_WIDTH: number;
|
465
|
-
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null;
|
466
|
-
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null;
|
467
|
-
'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null;
|
468
|
-
};
|
469
|
-
CB_STYLE_PROP_COLOR: {
|
470
|
-
CB_STYLE_PROP_COLOR_SPEC_ANGLE: number;
|
471
|
-
'CB_STYLE_PROP_COLOR_SPEC_ANGLE:HOVER': null;
|
472
|
-
'CB_STYLE_PROP_COLOR_SPEC_ANGLE:MOBILE': null;
|
473
|
-
'CB_STYLE_PROP_COLOR_SPEC_ANGLE:MOBILE:HOVER': null;
|
474
|
-
CB_STYLE_PROP_COLOR_SPEC_COLOR: string;
|
475
|
-
'CB_STYLE_PROP_COLOR_SPEC_COLOR:HOVER': null;
|
476
|
-
'CB_STYLE_PROP_COLOR_SPEC_COLOR:MOBILE': null;
|
477
|
-
'CB_STYLE_PROP_COLOR_SPEC_COLOR:MOBILE:HOVER': null;
|
478
|
-
CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR: string;
|
479
|
-
'CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR:HOVER': null;
|
480
|
-
'CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR:MOBILE': null;
|
481
|
-
'CB_STYLE_PROP_COLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null;
|
482
|
-
CB_STYLE_PROP_COLOR_SPEC_ENDLOC: number;
|
483
|
-
'CB_STYLE_PROP_COLOR_SPEC_ENDLOC:HOVER': null;
|
484
|
-
'CB_STYLE_PROP_COLOR_SPEC_ENDLOC:MOBILE': null;
|
485
|
-
'CB_STYLE_PROP_COLOR_SPEC_ENDLOC:MOBILE:HOVER': null;
|
486
|
-
CB_STYLE_PROP_COLOR_SPEC_GRADIENT: string;
|
487
|
-
'CB_STYLE_PROP_COLOR_SPEC_GRADIENT:HOVER': null;
|
488
|
-
'CB_STYLE_PROP_COLOR_SPEC_GRADIENT:MOBILE': null;
|
489
|
-
'CB_STYLE_PROP_COLOR_SPEC_GRADIENT:MOBILE:HOVER': null;
|
490
|
-
CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR: string;
|
491
|
-
'CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR:HOVER': null;
|
492
|
-
'CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR:MOBILE': null;
|
493
|
-
'CB_STYLE_PROP_COLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null;
|
494
|
-
CB_STYLE_PROP_COLOR_SPEC_STARTLOC: number;
|
495
|
-
'CB_STYLE_PROP_COLOR_SPEC_STARTLOC:HOVER': null;
|
496
|
-
'CB_STYLE_PROP_COLOR_SPEC_STARTLOC:MOBILE': null;
|
497
|
-
'CB_STYLE_PROP_COLOR_SPEC_STARTLOC:MOBILE:HOVER': null;
|
498
|
-
CB_STYLE_PROP_COLOR_SPEC_TYPE: string;
|
499
|
-
'CB_STYLE_PROP_COLOR_SPEC_TYPE:HOVER': string;
|
500
|
-
'CB_STYLE_PROP_COLOR_SPEC_TYPE:MOBILE': null;
|
501
|
-
'CB_STYLE_PROP_COLOR_SPEC_TYPE:MOBILE:HOVER': null;
|
502
|
-
};
|
503
|
-
CB_STYLE_PROP_TEXT: {
|
504
|
-
CB_STYLE_PROP_TEXT_SPEC_COLOR: string;
|
505
|
-
'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null;
|
506
|
-
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null;
|
507
|
-
'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null;
|
508
|
-
CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: string;
|
509
|
-
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null;
|
510
|
-
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null;
|
511
|
-
'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null;
|
512
|
-
CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: number;
|
513
|
-
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null;
|
514
|
-
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null;
|
515
|
-
'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null;
|
516
|
-
CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: number;
|
517
|
-
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null;
|
518
|
-
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null;
|
519
|
-
'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null;
|
520
|
-
CB_STYLE_PROP_TEXT_SPEC_SIZE: number;
|
521
|
-
'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null;
|
522
|
-
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null;
|
523
|
-
'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null;
|
524
|
-
CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: string;
|
525
|
-
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null;
|
526
|
-
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null;
|
527
|
-
'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null;
|
528
|
-
CB_STYLE_PROP_TEXT_SPEC_VERTICAL: string;
|
529
|
-
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null;
|
530
|
-
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null;
|
531
|
-
'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null;
|
532
|
-
CB_STYLE_PROP_TEXT_SPEC_WEIGHT: number;
|
533
|
-
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null;
|
534
|
-
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null;
|
535
|
-
'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null;
|
536
|
-
};
|
537
|
-
CB_STYLE_PROP_OPACITY: {
|
538
|
-
CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
|
539
|
-
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': number;
|
540
|
-
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
|
541
|
-
'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
|
542
|
-
};
|
543
333
|
CB_STYLE_PROP_SHADOW: {
|
544
334
|
CB_STYLE_PROP_SHADOW_SPEC_BLUR: number;
|
545
335
|
'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null;
|
@@ -1207,6 +997,8 @@ export declare const MOCK_SECTIONS: {
|
|
1207
997
|
'188285': number;
|
1208
998
|
'188286': number;
|
1209
999
|
'188287': number;
|
1000
|
+
'188290': number;
|
1001
|
+
'188291': number;
|
1210
1002
|
};
|
1211
1003
|
mobile: {
|
1212
1004
|
'188262': number;
|
@@ -1235,6 +1027,8 @@ export declare const MOCK_SECTIONS: {
|
|
1235
1027
|
'188285': number;
|
1236
1028
|
'188286': number;
|
1237
1029
|
'188287': number;
|
1030
|
+
'188290': number;
|
1031
|
+
'188291': number;
|
1238
1032
|
};
|
1239
1033
|
};
|
1240
1034
|
};
|