pds-dev-kit-web-test 2.5.324 → 2.5.326

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