pds-dev-kit-web-test 2.5.315 → 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.
Files changed (231) hide show
  1. package/dist/src/common/hooks/useAbsolutePositioner.js +2 -2
  2. package/dist/src/common/hooks/useTooltip.d.ts +2 -2
  3. package/dist/src/common/hooks/useTooltip.js +3 -3
  4. package/dist/src/common/utils/SystemUIPositionGenerator/clickTypeSystemUICssGenerator.d.ts +1 -1
  5. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.d.ts +1 -1
  6. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  7. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +2 -2
  8. package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +1 -1
  9. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -1
  10. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  11. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +4 -4
  12. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -1
  13. package/dist/src/desktop/components/BasicListItem/Contents.js +1 -1
  14. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
  15. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  16. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
  17. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
  18. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
  19. package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
  20. package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
  21. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
  22. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  23. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +1 -1
  24. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
  25. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +1 -1
  26. package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
  27. package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -1
  28. package/dist/src/desktop/components/IconButton/IconButton.js +2 -2
  29. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  30. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.js +3 -3
  31. package/dist/src/desktop/components/Select/Select.js +1 -1
  32. package/dist/src/desktop/components/Slider/Slider.d.ts +1 -1
  33. package/dist/src/desktop/components/Slider/Slider.js +1 -1
  34. package/dist/src/desktop/components/TextField/TextField.js +1 -1
  35. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -1
  36. package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
  37. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +1 -1
  38. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +2 -2
  39. package/dist/src/hybrid/components/Switch/Switch.d.ts +1 -1
  40. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +2 -2
  41. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  42. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  43. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -1
  44. package/dist/src/mobile/components/BasicListItem/Contents.js +1 -1
  45. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
  46. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  47. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
  48. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
  49. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
  50. package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
  51. package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
  52. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
  53. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  54. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -1
  55. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +1 -1
  56. package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
  57. package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
  58. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  59. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
  60. package/dist/src/mobile/components/Select/Select.js +1 -1
  61. package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
  62. package/dist/src/mobile/components/Slider/Slider.js +1 -1
  63. package/dist/src/mobile/components/TextField/TextField.js +1 -1
  64. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
  65. package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
  66. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
  67. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  68. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
  69. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
  70. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
  71. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
  72. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
  73. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  74. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
  75. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
  76. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
  77. package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
  78. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  79. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
  80. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  81. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
  82. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +1 -1
  83. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  84. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -4
  85. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
  86. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
  87. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -1
  88. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
  89. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -1
  90. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
  91. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
  92. package/dist/src/sub/DynamicLayout/mock_composition.js +729 -0
  93. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +2 -0
  94. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +326 -0
  95. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +2 -0
  96. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +318 -0
  97. package/dist/src/sub/DynamicLayout/mocks.d.ts +5 -1
  98. package/dist/src/sub/DynamicLayout/mocks.js +34 -10
  99. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +6 -5
  100. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +7 -2
  101. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  102. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +7 -27
  103. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +3 -3
  104. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +144 -2
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +17 -0
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +39 -0
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.d.ts +31 -0
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +167 -0
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +26 -0
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +184 -0
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +19 -0
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +72 -0
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +50 -0
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +919 -0
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +90 -0
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.js +2 -0
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +8 -0
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +143 -0
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +15 -0
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.d.ts +31 -0
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +167 -0
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +26 -0
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +184 -0
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +19 -0
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +72 -0
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.js +8 -0
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +48 -0
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +855 -0
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +80 -0
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
  145. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  146. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  147. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  148. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  149. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  150. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  151. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  152. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  153. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  154. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +27 -0
  155. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  156. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +15 -6
  157. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
  158. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  159. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  160. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +33 -1
  161. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +2 -2
  162. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  163. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  164. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  165. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  166. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  167. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  168. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  169. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  170. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  171. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  172. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  173. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  174. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  175. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  176. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  177. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  178. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  179. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  180. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  181. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  182. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  183. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  184. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  185. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  186. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  187. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  188. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  189. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  190. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  191. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  192. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  193. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  194. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  195. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  196. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  197. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  198. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  199. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  200. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  201. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  202. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  203. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  204. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  205. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  206. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  207. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  208. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  209. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  210. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  211. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  212. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  213. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  214. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  215. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  216. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  217. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  218. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  219. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  220. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  221. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  222. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  223. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  224. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  225. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  226. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  227. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  228. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  229. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  230. package/package.json +3 -3
  231. package/release-note.md +2 -2
@@ -0,0 +1,729 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sampleMockComposition2 = exports.sampleMockComposition1 = void 0;
4
+ var types_1 = require("./sections/CustomSection/types");
5
+ exports.sampleMockComposition1 = {
6
+ administrativeTitle: 'Header',
7
+ componentBlocks: [
8
+ {
9
+ type: 'GENERAL',
10
+ availablePlugins: [],
11
+ componentBlockCode: types_1.CB_ALL_CODES.CB_TEXT,
12
+ dynamicLayoutSectionId: 50349,
13
+ id: 238019,
14
+ jsonProperties: {
15
+ data: {
16
+ CB_LAYOUT_PROP_ARRANGE: {
17
+ CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
18
+ 'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': undefined,
19
+ CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
20
+ 'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': undefined
21
+ },
22
+ CB_PLACEMENT_PROP_PLACEMENT: {
23
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 18,
24
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
25
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 2,
26
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 2,
27
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 3,
28
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
29
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 12,
30
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 10,
31
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 6,
32
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 6,
33
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LATEST_LOCKED_STARTY:MOBILE': 0,
34
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LOCKSTATUS:MOBILE': 'FALLBACK_TO_SYNC'
35
+ },
36
+ CB_CONTENT_PROP_CLINK: {
37
+ CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
38
+ CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
39
+ CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
40
+ CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED'
41
+ },
42
+ CB_CONTENT_PROP_HOVER: {
43
+ CB_CONTENT_PROP_HOVER_SPEC_MUSE: false
44
+ },
45
+ CB_CONTENT_PROP_TEXT: {
46
+ CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: '',
47
+ CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'SS SCHOOL'
48
+ },
49
+ CB_CONTENT_PROP_VISIBILITY: {
50
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
51
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
52
+ },
53
+ CB_EFFECT_PROP_ENTANIM: {
54
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
55
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': undefined,
56
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
57
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': undefined,
58
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
59
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': undefined,
60
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'FOCUSIN',
61
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': undefined
62
+ },
63
+ CB_LAYOUT_PROP_PADDING: {
64
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
65
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': undefined,
66
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
67
+ bottom: 0,
68
+ left: 0,
69
+ right: 0,
70
+ top: 0
71
+ },
72
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
73
+ bottom: 0,
74
+ left: 24,
75
+ right: 24,
76
+ top: 0
77
+ }
78
+ },
79
+ CB_STYLE_PROP_OPACITY: {
80
+ CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
81
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
82
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
83
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
84
+ },
85
+ CB_STYLE_PROP_TEXT: {
86
+ CB_STYLE_PROP_TEXT_SPEC_COLOR: '#ffffffFF',
87
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
88
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': '#FFFFFFFF',
89
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
90
+ CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'CENTER',
91
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
92
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
93
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
94
+ CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 40,
95
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
96
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
97
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
98
+ CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
99
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
100
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
101
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
102
+ CB_STYLE_PROP_TEXT_SPEC_SIZE: 24,
103
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
104
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': 16,
105
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
106
+ CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'GOOGLE:Montserrat',
107
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
108
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': 'GOOGLE:Zen Dots',
109
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
110
+ CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'MIDDLE',
111
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
112
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
113
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
114
+ CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 900,
115
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
116
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
117
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
118
+ }
119
+ }
120
+ },
121
+ queryableDefinitionPreset: 'N/A',
122
+ queryableTapSrc: 'N/A'
123
+ }
124
+ ],
125
+ display: true,
126
+ dynamicLayoutSectionItems: [],
127
+ id: 50349,
128
+ insertedAt: '2024-08-22T12:09:14',
129
+ jsonProperties: {
130
+ data: {
131
+ CB_CONTENT_PROP_SECTION: {
132
+ CB_CONTENT_PROP_SECTION_SPEC_VARIABLEROOTFONTSIZE: false
133
+ },
134
+ CB_CONTENT_PROP_VISIBILITY: {
135
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
136
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
137
+ },
138
+ CB_EFFECT_PROP_ENTANIM: {
139
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
140
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': undefined,
141
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
142
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': undefined,
143
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
144
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': undefined,
145
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
146
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': undefined
147
+ },
148
+ CB_LAYOUT_PROP_PADDING: {
149
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
150
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': undefined,
151
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
152
+ bottom: 0,
153
+ left: 0,
154
+ right: 0,
155
+ top: 0
156
+ },
157
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
158
+ bottom: 0,
159
+ left: 24,
160
+ right: 24,
161
+ top: 0
162
+ }
163
+ },
164
+ CB_PLACEMENT_PROP_SECTION: {
165
+ CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH: false,
166
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH:MOBILE': true,
167
+ CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT: 35,
168
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT:MOBILE': 5,
169
+ CB_PLACEMENT_PROP_SECTION_SPEC_ROWS: 26,
170
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': 24,
171
+ CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: 1200,
172
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': 230,
173
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_COLS:MOBILE': undefined
174
+ },
175
+ CB_STYLE_PROP_BGCOLOR: {
176
+ CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
177
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
178
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
179
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
180
+ CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#0047b1FF',
181
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
182
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': '#000000FF',
183
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
184
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#27FFBFFF',
185
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null,
186
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
187
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
188
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
189
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null,
190
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
191
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
192
+ CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'LINEAR',
193
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null,
194
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
195
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
196
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: '#455EEFFF',
197
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null,
198
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
199
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
200
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
201
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
202
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
203
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
204
+ CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'SOLID',
205
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
206
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': 'SOLID',
207
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
208
+ },
209
+ CB_STYLE_PROP_BGMEDIA: {
210
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null,
211
+ CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: false,
212
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null,
213
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null,
214
+ CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: 6,
215
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: 'COVER',
216
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null,
217
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null,
218
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null,
219
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null,
220
+ CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: 0,
221
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: 'https://publ-upload-dev.s3.ap-northeast-2.amazonaws.com/29918cb4-93f9-49e0-a94b-e4efd7f11c76.png',
222
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null,
223
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null,
224
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null,
225
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null,
226
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null,
227
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null,
228
+ CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: 'https://www.youtube.com/embed/FUKmyRLOlAA',
229
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null,
230
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null,
231
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null,
232
+ CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: '',
233
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null,
234
+ CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: true,
235
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null,
236
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null,
237
+ CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: false,
238
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null,
239
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null,
240
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null,
241
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null,
242
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: 'CC',
243
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null,
244
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null,
245
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null,
246
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null,
247
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null
248
+ },
249
+ CB_STYLE_PROP_BGOVERLAY: {
250
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: 90,
251
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null,
252
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null,
253
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null,
254
+ CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: '#000000C4',
255
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null,
256
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': '#000000C2',
257
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null,
258
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: '#27FFBFFF',
259
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null,
260
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null,
261
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null,
262
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: 100,
263
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null,
264
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null,
265
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null,
266
+ CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: 'LINEAR',
267
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null,
268
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null,
269
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null,
270
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: '#455EEFFF',
271
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null,
272
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null,
273
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null,
274
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: 0,
275
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null,
276
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null,
277
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null,
278
+ CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: 'SOLID',
279
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null,
280
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': 'SOLID',
281
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null
282
+ }
283
+ }
284
+ },
285
+ manifest: {
286
+ availableProperties: [],
287
+ availableStyles: [],
288
+ availableTemplates: [],
289
+ schema: 'CUSTOM'
290
+ },
291
+ order: 1,
292
+ program: 'MEMBERSHIP_DISPLAY',
293
+ programData: undefined,
294
+ properties: {
295
+ buttonAlphaLabel: '',
296
+ buttonAlphaLinkSrc: '',
297
+ buttonAlphaLinkType: 'WEB_LINK',
298
+ buttonBravoLabel: '',
299
+ buttonBravoLinkSrc: '',
300
+ buttonBravoLinkType: 'WEB_LINK',
301
+ buttonCharlieLabel: '',
302
+ buttonCharlieLinkSrc: '',
303
+ buttonCharlieLinkType: 'WEB_LINK',
304
+ buttonDeltaLabel: '',
305
+ buttonDeltaLinkSrc: '',
306
+ buttonDeltaLinkType: 'WEB_LINK',
307
+ buttonEchoLabel: '',
308
+ buttonEchoLinkSrc: '',
309
+ buttonEchoLinkType: 'WEB_LINK',
310
+ carouselAutoplayMode: 'MANUAL',
311
+ carouselAutoplayTime: 3,
312
+ carouselInfiniteLoopMode: 'NO_USE',
313
+ description: '',
314
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
315
+ multiPurposeUrl: '',
316
+ sectionContentMediaSrc: '',
317
+ sectionContentMediaType: 'IMAGE',
318
+ title: ''
319
+ },
320
+ styles: {
321
+ itemButtonLabelColorInHex: '#FFFFFFFF',
322
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
323
+ backgroundOverlayColorInHex: '#00000000',
324
+ itemToneType: 'LIGHT',
325
+ buttonCharlieBackgroundColorInHex: '#455EEFFF',
326
+ titleColorInHex: '#1E1E20FF',
327
+ buttonBravoBackgroundColorInHex: '#455EEFFF',
328
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
329
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
330
+ buttonBravoDesignType: 'A',
331
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
332
+ backgroundMediaSrc: '',
333
+ itemDescriptionColorInHex: '#68686BFF',
334
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
335
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
336
+ itemTitleColorInHex: '#1E1E20FF',
337
+ itemButtonBackgroundColorInHex: '#455EEFFF',
338
+ descriptionColorInHex: '#68686BFF',
339
+ itemButtonDesignType: 'A',
340
+ programmedItemActionButtonTextType: 'A',
341
+ itemHighlightingColorInHex: '#455EEFFF',
342
+ buttonAlphaBackgroundColorInHex: '#455EEFFF',
343
+ buttonAlphaDesignType: 'A',
344
+ buttonEchoDesignType: 'A',
345
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
346
+ buttonDeltaDesignType: 'A',
347
+ backgroundColorInHex: '#EFF0F3FF',
348
+ buttonCharlieDesignType: 'A',
349
+ backgroundMediaType: 'IMAGE'
350
+ },
351
+ template: 'BASE_CONTENTS_A',
352
+ type: 'CUSTOM',
353
+ updatedAt: '2024-08-22T12:09:20'
354
+ };
355
+ exports.sampleMockComposition2 = {
356
+ type: 'DESIGNED',
357
+ componentBlocks: [
358
+ {
359
+ type: 'GENERAL',
360
+ availablePlugins: [],
361
+ componentBlockCode: types_1.CB_ALL_CODES.CB_TEXT,
362
+ dynamicLayoutSectionId: 50349,
363
+ id: 238020,
364
+ jsonProperties: {
365
+ data: {
366
+ CB_LAYOUT_PROP_ARRANGE: {
367
+ CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
368
+ 'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': undefined,
369
+ CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
370
+ 'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': undefined
371
+ },
372
+ CB_PLACEMENT_PROP_PLACEMENT: {
373
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 18,
374
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
375
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 2,
376
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 2,
377
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 3,
378
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
379
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 12,
380
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 10,
381
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 6,
382
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 6,
383
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LATEST_LOCKED_STARTY:MOBILE': 0,
384
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_LOCKSTATUS:MOBILE': 'FALLBACK_TO_SYNC'
385
+ },
386
+ CB_CONTENT_PROP_CLINK: {
387
+ CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
388
+ CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
389
+ CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
390
+ CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED'
391
+ },
392
+ CB_CONTENT_PROP_HOVER: {
393
+ CB_CONTENT_PROP_HOVER_SPEC_MUSE: false
394
+ },
395
+ CB_CONTENT_PROP_TEXT: {
396
+ CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'BANNER'
397
+ },
398
+ CB_CONTENT_PROP_VISIBILITY: {
399
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
400
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
401
+ },
402
+ CB_EFFECT_PROP_ENTANIM: {
403
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
404
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': undefined,
405
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
406
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': undefined,
407
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
408
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': undefined,
409
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'FOCUSIN',
410
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': undefined
411
+ },
412
+ CB_LAYOUT_PROP_PADDING: {
413
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
414
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': undefined,
415
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
416
+ bottom: 0,
417
+ left: 0,
418
+ right: 0,
419
+ top: 0
420
+ },
421
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
422
+ bottom: 0,
423
+ left: 24,
424
+ right: 24,
425
+ top: 0
426
+ }
427
+ },
428
+ CB_STYLE_PROP_OPACITY: {
429
+ CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
430
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
431
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
432
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
433
+ },
434
+ CB_STYLE_PROP_TEXT: {
435
+ CB_STYLE_PROP_TEXT_SPEC_COLOR: '#ffffffFF',
436
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
437
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': '#FFFFFFFF',
438
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
439
+ CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'CENTER',
440
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
441
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
442
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
443
+ CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 40,
444
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
445
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
446
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
447
+ CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
448
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
449
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
450
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
451
+ CB_STYLE_PROP_TEXT_SPEC_SIZE: 24,
452
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
453
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': 16,
454
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
455
+ CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'GOOGLE:Montserrat',
456
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
457
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': 'GOOGLE:Zen Dots',
458
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
459
+ CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'MIDDLE',
460
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
461
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
462
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
463
+ CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 900,
464
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
465
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
466
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
467
+ }
468
+ }
469
+ },
470
+ queryableDefinitionPreset: 'N/A',
471
+ queryableTapSrc: 'N/A'
472
+ }
473
+ ],
474
+ display: true,
475
+ dynamicLayoutSectionItems: [],
476
+ id: 8,
477
+ insertedAt: '2023-01-06T09:05:45',
478
+ jsonProperties: {
479
+ data: {
480
+ CB_CONTENT_PROP_SECTION: {
481
+ CB_CONTENT_PROP_SECTION_SPEC_VARIABLEROOTFONTSIZE: false
482
+ },
483
+ CB_CONTENT_PROP_VISIBILITY: {
484
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
485
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
486
+ },
487
+ CB_EFFECT_PROP_ENTANIM: {
488
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
489
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': undefined,
490
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
491
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': undefined,
492
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
493
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': undefined,
494
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
495
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': undefined
496
+ },
497
+ CB_LAYOUT_PROP_PADDING: {
498
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
499
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': undefined,
500
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
501
+ bottom: 0,
502
+ left: 0,
503
+ right: 0,
504
+ top: 0
505
+ },
506
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
507
+ bottom: 0,
508
+ left: 24,
509
+ right: 24,
510
+ top: 0
511
+ }
512
+ },
513
+ CB_PLACEMENT_PROP_SECTION: {
514
+ CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH: false,
515
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_FULLWIDTH:MOBILE': true,
516
+ CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT: 35,
517
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_MINHEIGHT:MOBILE': 5,
518
+ CB_PLACEMENT_PROP_SECTION_SPEC_ROWS: 26,
519
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': 24,
520
+ CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: 1200,
521
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': 230,
522
+ CB_PLACEMENT_PROP_SECTION_SPEC_COLS: undefined,
523
+ 'CB_PLACEMENT_PROP_SECTION_SPEC_COLS:MOBILE': undefined
524
+ },
525
+ CB_STYLE_PROP_BGCOLOR: {
526
+ CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
527
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
528
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
529
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
530
+ CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#0047b1FF',
531
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
532
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': '#000000FF',
533
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
534
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#27FFBFFF',
535
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null,
536
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
537
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
538
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
539
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null,
540
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
541
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
542
+ CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'LINEAR',
543
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null,
544
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
545
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
546
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: '#455EEFFF',
547
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null,
548
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
549
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
550
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
551
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
552
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
553
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
554
+ CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'SOLID',
555
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
556
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': 'SOLID',
557
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
558
+ },
559
+ CB_STYLE_PROP_BGMEDIA: {
560
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null,
561
+ CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: true,
562
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null,
563
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null,
564
+ CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: 6,
565
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: 'COVER',
566
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null,
567
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null,
568
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null,
569
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null,
570
+ CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: 0,
571
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: 'https://publ-upload-dev.s3.ap-northeast-2.amazonaws.com/29918cb4-93f9-49e0-a94b-e4efd7f11c76.png',
572
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null,
573
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null,
574
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null,
575
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null,
576
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null,
577
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null,
578
+ CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: 'https://www.youtube.com/embed/FUKmyRLOlAA',
579
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null,
580
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null,
581
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null,
582
+ CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: '',
583
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null,
584
+ CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: true,
585
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null,
586
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null,
587
+ CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: false,
588
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null,
589
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null,
590
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null,
591
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null,
592
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: 'CC',
593
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null,
594
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null,
595
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null,
596
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null,
597
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null
598
+ },
599
+ CB_STYLE_PROP_BGOVERLAY: {
600
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: 90,
601
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null,
602
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null,
603
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null,
604
+ CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: '#000000C4',
605
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null,
606
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': '#000000C2',
607
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null,
608
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: '#27FFBFFF',
609
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null,
610
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null,
611
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null,
612
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: 100,
613
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null,
614
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null,
615
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null,
616
+ CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: 'LINEAR',
617
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null,
618
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null,
619
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null,
620
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: '#455EEFFF',
621
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null,
622
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null,
623
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null,
624
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: 0,
625
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null,
626
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null,
627
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null,
628
+ CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: 'SOLID',
629
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null,
630
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': 'SOLID',
631
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null
632
+ }
633
+ }
634
+ },
635
+ manifest: {
636
+ availableProperties: [
637
+ 'title',
638
+ 'description',
639
+ 'button_alpha_label',
640
+ 'button_alpha_link_type',
641
+ 'button_alpha_link_src',
642
+ 'button_bravo_label',
643
+ 'button_bravo_link_type',
644
+ 'button_bravo_link_src',
645
+ 'button_charlie_label',
646
+ 'button_charlie_link_type',
647
+ 'button_charlie_link_src'
648
+ ],
649
+ availableStyles: [
650
+ 'title_color_in_hex',
651
+ 'description_color_in_hex',
652
+ 'background_color_in_hex',
653
+ 'background_media_type',
654
+ 'background_media_src',
655
+ 'background_overlay_color_in_hex',
656
+ 'button_alpha_design_type',
657
+ 'button_alpha_background_color_in_hex',
658
+ 'button_alpha_label_color_in_hex',
659
+ 'button_bravo_design_type',
660
+ 'button_bravo_background_color_in_hex',
661
+ 'button_bravo_label_color_in_hex',
662
+ 'button_charlie_design_type',
663
+ 'button_charlie_background_color_in_hex',
664
+ 'button_charlie_label_color_in_hex'
665
+ ],
666
+ availableTemplates: ['BASE_INTRO_A', 'BASE_INTRO_B', 'BASE_INTRO_C', 'BASE_INTRO_D'],
667
+ schema: 'BASE_INTRO'
668
+ },
669
+ order: 1,
670
+ properties: {
671
+ buttonAlphaLabel: '',
672
+ buttonAlphaLinkSrc: 'https://publ.biz/',
673
+ buttonAlphaLinkType: 'WEB_LINK',
674
+ buttonBravoLabel: '',
675
+ buttonBravoLinkSrc: 'https://publ.biz/',
676
+ buttonBravoLinkType: 'WEB_LINK',
677
+ buttonCharlieLabel: '',
678
+ buttonCharlieLinkSrc: 'https://publ.biz/',
679
+ buttonCharlieLinkType: 'WEB_LINK',
680
+ buttonDeltaLabel: '',
681
+ buttonDeltaLinkSrc: '',
682
+ buttonDeltaLinkType: 'WEB_LINK',
683
+ buttonEchoLabel: '',
684
+ buttonEchoLinkSrc: '',
685
+ buttonEchoLinkType: 'WEB_LINK',
686
+ carouselAutoplayMode: 'MANUAL',
687
+ carouselAutoplayTime: 3,
688
+ carouselInfiniteLoopMode: 'NO_USE',
689
+ description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. \nDonec odio felis, eleifend eu leo nec, aliquam dignissim turpis. \nNam a ante mattis, lacinia lacus non, imperdiet leo.',
690
+ itemLinkMethod: 'CLICK_BUTTON_IN_ITEM',
691
+ sectionContentMediaSrc: '',
692
+ sectionContentMediaType: 'IMAGE',
693
+ title: 'Entertainment Business Sample',
694
+ multiPurposeUrl: ''
695
+ },
696
+ styles: {
697
+ backgroundColorInHex: '#EFF0F3FF',
698
+ backgroundMediaSrc: 'https://www.youtube.com/watch?v=4qz6x8y3tNw',
699
+ backgroundMediaType: 'IMAGE',
700
+ backgroundOverlayColorInHex: '#00000057',
701
+ buttonAlphaBackgroundColorInHex: '#00000000',
702
+ buttonAlphaDesignType: 'E',
703
+ buttonAlphaLabelColorInHex: '#FFFFFFFF',
704
+ buttonBravoBackgroundColorInHex: '#00000000',
705
+ buttonBravoDesignType: 'E',
706
+ buttonBravoLabelColorInHex: '#FFFFFFFF',
707
+ buttonCharlieBackgroundColorInHex: '#465FF000',
708
+ buttonCharlieDesignType: 'E',
709
+ buttonCharlieLabelColorInHex: '#FFFFFFFF',
710
+ buttonDeltaBackgroundColorInHex: '#455EEFFF',
711
+ buttonDeltaDesignType: 'A',
712
+ buttonDeltaLabelColorInHex: '#FFFFFFFF',
713
+ buttonEchoBackgroundColorInHex: '#455EEFFF',
714
+ buttonEchoDesignType: 'A',
715
+ buttonEchoLabelColorInHex: '#FFFFFFFF',
716
+ descriptionColorInHex: '#FFFFFFE8',
717
+ itemButtonBackgroundColorInHex: '#455EEFFF',
718
+ itemButtonDesignType: 'A',
719
+ itemButtonLabelColorInHex: '#FFFFFFFF',
720
+ itemDescriptionColorInHex: '#68686BFF',
721
+ itemTitleColorInHex: '#1E1E20FF',
722
+ itemHighlightingColorInHex: '#455EEFFF',
723
+ itemToneType: 'DARK',
724
+ titleColorInHex: '#FFFFFFFF',
725
+ programmedItemActionButtonTextType: 'A'
726
+ },
727
+ template: 'BASE_INTRO_A',
728
+ updatedAt: '2023-01-06T09:05:45'
729
+ };