pds-dev-kit-web-test 2.5.419 → 2.5.420

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 (409) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +2 -3
  3. package/dist/src/common/assets/icons/fill/Video.js +1 -1
  4. package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
  5. package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
  6. package/dist/src/common/assets/icons/fill/index.d.ts +0 -3
  7. package/dist/src/common/assets/icons/fill/index.js +1 -7
  8. package/dist/src/common/assets/icons/line/Video.js +1 -1
  9. package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
  10. package/dist/src/common/assets/icons/line/VideoType.js +1 -1
  11. package/dist/src/common/assets/icons/line/index.d.ts +0 -12
  12. package/dist/src/common/assets/icons/line/index.js +1 -25
  13. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +1 -2
  14. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +4 -48
  15. package/dist/src/common/hooks/useAbsolutePositioner.js +2 -2
  16. package/dist/src/common/hooks/useTooltip.d.ts +2 -2
  17. package/dist/src/common/hooks/useTooltip.js +2 -2
  18. package/dist/src/common/services/i18n/resources/en.json +1 -9
  19. package/dist/src/common/services/i18n/resources/es.json +1 -9
  20. package/dist/src/common/services/i18n/resources/fil.json +1 -9
  21. package/dist/src/common/services/i18n/resources/index.d.ts +0 -56
  22. package/dist/src/common/services/i18n/resources/ja.json +1 -9
  23. package/dist/src/common/services/i18n/resources/ko.json +1 -9
  24. package/dist/src/common/services/i18n/resources/zh-cn.json +1 -9
  25. package/dist/src/common/services/i18n/resources/zh-tw.json +1 -9
  26. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -9
  27. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -9
  28. package/dist/src/common/styles/colorSet/UIColor.json +1 -14
  29. package/dist/src/common/styles/colorSet/index.d.ts +2 -31
  30. package/dist/src/common/styles/colorSet/index.js +2 -2
  31. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -13
  32. package/dist/src/common/utils/SystemUIPositionGenerator/clickTypeSystemUICssGenerator.d.ts +1 -1
  33. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.d.ts +1 -1
  34. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +2 -2
  35. package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +1 -1
  36. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -1
  37. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -1
  38. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +13 -27
  39. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  40. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +3 -3
  41. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +1 -4
  42. package/dist/src/desktop/components/BasicListItem/BasicListItem.js +4 -26
  43. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +2 -4
  44. package/dist/src/desktop/components/BasicListItem/Contents.js +3 -3
  45. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
  46. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  47. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
  48. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
  49. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
  50. package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
  51. package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
  52. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
  53. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
  54. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
  55. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +1 -3
  56. package/dist/src/desktop/components/Checkbox/Checkbox.js +3 -17
  57. package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
  58. package/dist/src/desktop/components/Chip/Chip.js +5 -50
  59. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  60. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +1 -1
  61. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
  62. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +1 -1
  63. package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
  64. package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -1
  65. package/dist/src/desktop/components/IconButton/IconButton.js +2 -2
  66. package/dist/src/desktop/components/Radio/Radio.js +2 -2
  67. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  68. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.js +3 -3
  69. package/dist/src/desktop/components/Select/Select.js +1 -1
  70. package/dist/src/desktop/components/Slider/Slider.d.ts +1 -1
  71. package/dist/src/desktop/components/Slider/Slider.js +1 -1
  72. package/dist/src/desktop/components/TextField/TextField.js +16 -42
  73. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -1
  74. package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
  75. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +1 -1
  76. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +2 -2
  77. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
  78. package/dist/src/hybrid/components/Switch/Switch.d.ts +1 -1
  79. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +2 -2
  80. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  81. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  82. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +1 -4
  83. package/dist/src/mobile/components/BasicListItem/BasicListItem.js +4 -26
  84. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +2 -4
  85. package/dist/src/mobile/components/BasicListItem/Contents.js +3 -3
  86. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
  87. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  88. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
  89. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
  90. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
  91. package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
  92. package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
  93. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +0 -1
  94. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
  95. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
  96. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +1 -3
  97. package/dist/src/mobile/components/Checkbox/Checkbox.js +3 -17
  98. package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
  99. package/dist/src/mobile/components/Chip/Chip.js +5 -50
  100. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  101. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -1
  102. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +1 -1
  103. package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
  104. package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
  105. package/dist/src/mobile/components/Radio/Radio.js +2 -2
  106. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  107. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
  108. package/dist/src/mobile/components/Select/Select.js +1 -1
  109. package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
  110. package/dist/src/mobile/components/Slider/Slider.js +1 -1
  111. package/dist/src/mobile/components/TextField/TextField.js +16 -42
  112. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +1 -6
  113. package/dist/src/mobile/components/TextLabel/TextLabel.js +3 -83
  114. package/dist/src/mobile/components/index.d.ts +1 -2
  115. package/dist/src/mobile/components/index.js +1 -3
  116. package/dist/src/mobile/index.d.ts +1 -1
  117. package/dist/src/mobile/index.js +2 -3
  118. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
  119. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
  120. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
  121. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
  122. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
  123. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
  124. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
  125. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
  126. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
  127. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
  128. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
  129. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
  130. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
  131. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
  132. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
  133. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
  134. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
  135. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
  136. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
  137. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
  138. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
  139. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
  140. package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
  141. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
  142. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  143. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
  144. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
  145. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
  146. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
  147. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
  148. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +6 -6
  149. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
  150. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
  151. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
  152. package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
  153. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  154. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
  155. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  156. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +1 -2
  157. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +7 -8
  158. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
  159. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +4 -4
  160. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +4 -5
  161. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +12 -38
  162. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  163. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -4
  164. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
  165. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
  166. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +2 -13
  167. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
  168. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +2 -4
  169. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
  170. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +0 -40
  171. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +177 -36
  172. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +4 -152
  173. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +2 -150
  174. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +1 -45
  175. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +9 -262
  176. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +0 -593
  177. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +0 -253
  178. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +1 -3
  179. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +3 -5
  180. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +1 -2
  181. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +2 -9
  182. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +4 -4
  183. package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +1 -1
  184. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +1 -1
  185. package/dist/src/sub/DynamicLayout/mock_composition.js +43 -852
  186. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +2 -1
  187. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +274 -1071
  188. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +2 -1
  189. package/dist/src/sub/DynamicLayout/mock_contentsList.js +222 -1017
  190. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +2 -842
  191. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +267 -803
  192. package/dist/src/sub/DynamicLayout/mocks.d.ts +776 -2
  193. package/dist/src/sub/DynamicLayout/mocks.js +11 -4266
  194. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +7 -7
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +15 -11
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +0 -3
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +11 -32
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +2 -2
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +58 -153
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +1 -21
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.d.ts +1 -5
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +57 -6
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +4 -10
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +33 -31
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +1 -3
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +24 -47
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +13 -3
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +316 -144
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +24 -39
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +2 -2
  214. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +96 -47
  215. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -5
  216. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +132 -59
  217. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +2 -2
  218. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +35 -58
  219. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +2 -12
  220. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
  221. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  222. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  223. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  224. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +7 -15
  225. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  226. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  227. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  228. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  229. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +2 -2
  230. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +30 -95
  231. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.d.ts +1 -5
  232. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +57 -6
  233. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +2 -9
  234. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +33 -31
  235. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +1 -3
  236. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +24 -47
  237. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +4 -4
  238. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +67 -168
  239. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +7 -47
  240. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +6 -12
  241. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  242. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  243. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  244. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  245. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  246. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  247. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  248. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  249. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  250. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +8 -17
  251. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  252. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  253. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +5 -12
  254. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +0 -1
  255. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +1 -1
  256. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  257. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  258. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
  259. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  260. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +3 -16
  261. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  262. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +3 -3
  263. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  264. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  265. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  266. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  267. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  268. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  269. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  270. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  271. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  272. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  273. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  274. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  275. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  276. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  277. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  278. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  279. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  280. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  281. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  282. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  283. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  284. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  285. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  286. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  287. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  288. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  289. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  290. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  291. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  292. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  293. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  294. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  295. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  296. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  297. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  298. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  299. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  300. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  301. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  302. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  303. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  304. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  305. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  306. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  307. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  308. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  309. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  310. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  311. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  312. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  313. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  314. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  315. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  316. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  317. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  318. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  319. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  320. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  321. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  322. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  323. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  324. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  325. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  326. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  327. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  328. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  329. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  330. package/dist/src/sub/DynamicLayout/types.d.ts +1 -10
  331. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  332. package/package.json +3 -2
  333. package/release-note.md +3 -3
  334. package/dist/src/common/assets/icons/fill/Cam.d.ts +0 -4
  335. package/dist/src/common/assets/icons/fill/Cam.js +0 -30
  336. package/dist/src/common/assets/icons/fill/CamOff.d.ts +0 -4
  337. package/dist/src/common/assets/icons/fill/CamOff.js +0 -30
  338. package/dist/src/common/assets/icons/fill/VideoStop.d.ts +0 -4
  339. package/dist/src/common/assets/icons/fill/VideoStop.js +0 -30
  340. package/dist/src/common/assets/icons/line/Cam.d.ts +0 -4
  341. package/dist/src/common/assets/icons/line/Cam.js +0 -30
  342. package/dist/src/common/assets/icons/line/CamOff.d.ts +0 -4
  343. package/dist/src/common/assets/icons/line/CamOff.js +0 -30
  344. package/dist/src/common/assets/icons/line/CheckBox.d.ts +0 -4
  345. package/dist/src/common/assets/icons/line/CheckBox.js +0 -30
  346. package/dist/src/common/assets/icons/line/Dropdown.d.ts +0 -4
  347. package/dist/src/common/assets/icons/line/Dropdown.js +0 -30
  348. package/dist/src/common/assets/icons/line/Radio.d.ts +0 -4
  349. package/dist/src/common/assets/icons/line/Radio.js +0 -30
  350. package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +0 -4
  351. package/dist/src/common/assets/icons/line/SectionQuestion32.js +0 -30
  352. package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +0 -4
  353. package/dist/src/common/assets/icons/line/SectionQuestion40.js +0 -30
  354. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +0 -4
  355. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +0 -30
  356. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +0 -4
  357. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +0 -30
  358. package/dist/src/common/assets/icons/line/TextLong.d.ts +0 -4
  359. package/dist/src/common/assets/icons/line/TextLong.js +0 -30
  360. package/dist/src/common/assets/icons/line/TextShort.d.ts +0 -4
  361. package/dist/src/common/assets/icons/line/TextShort.js +0 -30
  362. package/dist/src/common/assets/icons/line/VideoStop.d.ts +0 -4
  363. package/dist/src/common/assets/icons/line/VideoStop.js +0 -30
  364. package/dist/src/common/utils/dateHelper.d.ts +0 -13
  365. package/dist/src/common/utils/dateHelper.js +0 -87
  366. package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +0 -16
  367. package/dist/src/mobile/components/DatePicker/DatePicker.js +0 -156
  368. package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +0 -14
  369. package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +0 -27
  370. package/dist/src/mobile/components/DatePicker/Day.d.ts +0 -13
  371. package/dist/src/mobile/components/DatePicker/Day.js +0 -94
  372. package/dist/src/mobile/components/DatePicker/index.d.ts +0 -1
  373. package/dist/src/mobile/components/DatePicker/index.js +0 -8
  374. package/dist/src/mobile/components/DatePicker/utils.d.ts +0 -16
  375. package/dist/src/mobile/components/DatePicker/utils.js +0 -68
  376. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +0 -8
  377. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +0 -77
  378. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +0 -12
  379. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +0 -76
  380. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +0 -4
  381. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +0 -47
  382. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +0 -12
  383. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +0 -76
  384. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +0 -12
  385. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +0 -76
  386. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +0 -12
  387. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +0 -76
  388. package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +0 -96
  389. package/dist/src/sub/DynamicLayout/mock_queryData.js +0 -2639
  390. package/dist/src/sub/DynamicLayout/mock_video.d.ts +0 -368
  391. package/dist/src/sub/DynamicLayout/mock_video.js +0 -371
  392. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -368
  393. package/dist/src/sub/DynamicLayout/mock_video_cb.js +0 -371
  394. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +0 -4
  395. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +0 -849
  396. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +0 -43
  397. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +0 -162
  398. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +0 -25
  399. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +0 -183
  400. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +0 -4
  401. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +0 -849
  402. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +0 -43
  403. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +0 -162
  404. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +0 -5
  405. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +0 -148
  406. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -4
  407. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +0 -25
  408. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +0 -1
  409. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +0 -8
@@ -355,8 +355,6 @@ exports.sampleMockComposition1 = {
355
355
  'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
356
356
  },
357
357
  CB_STYLE_PROP_BGMEDIA: {
358
- CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE: 'VALUE',
359
- CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR: 'https://example.com/video.mp4',
360
358
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null,
361
359
  CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: true,
362
360
  'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null,
@@ -463,770 +461,32 @@ exports.sampleMockComposition1 = {
463
461
  };
464
462
  exports.sampleMockComposition2 = {
465
463
  administrativeTitle: 'CUSTOM',
466
- ccbManualItemUuid: null,
464
+ isDefault: false,
467
465
  componentBlocks: [
468
466
  {
469
467
  availablePlugins: [],
470
- blockId: 'CB_193144',
471
- componentBlockCode: types_1.CB_ALL_CODES.CB_DIVIDER,
472
- componentBlockType: 'GENERAL',
473
- dynamicLayoutCompositionId: 226,
474
- id: 193144,
475
- insertedAt: '2025-06-05T09:51:37',
476
- jsonProperties: {
477
- currentVersion: '2025-01-10',
478
- data: {
479
- CB_CONTENT_PROP_HOVER: {
480
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
481
- },
482
- CB_CONTENT_PROP_VISIBILITY: {
483
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
484
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
485
- },
486
- CB_EFFECT_PROP_ENTANIM: {
487
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
488
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
489
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
490
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
491
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
492
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
493
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
494
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
495
- },
496
- CB_EFFECT_PROP_HOVERANIM: {
497
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
498
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
499
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
500
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
501
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
502
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
503
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
504
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
505
- },
506
- CB_LAYOUT_PROP_ARRANGE: {
507
- CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
508
- 'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': 'CENTER',
509
- CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
510
- 'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': 'MIDDLE'
511
- },
512
- CB_LAYOUT_PROP_PADDING: {
513
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
514
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
515
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
516
- bottom: 0,
517
- left: 0,
518
- right: 0,
519
- top: 0
520
- },
521
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
522
- },
523
- CB_PLACEMENT_PROP_PLACEMENT: {
524
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 10,
525
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
526
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 1,
527
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 4,
528
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 13,
529
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
530
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 3,
531
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 20,
532
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
533
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
534
- },
535
- CB_STYLE_PROP_DIVIDER: {
536
- CB_STYLE_PROP_DIVIDER_SPEC_COLOR: '#FFFFFF99',
537
- 'CB_STYLE_PROP_DIVIDER_SPEC_COLOR:HOVER': null,
538
- 'CB_STYLE_PROP_DIVIDER_SPEC_COLOR:MOBILE': null,
539
- 'CB_STYLE_PROP_DIVIDER_SPEC_COLOR:MOBILE:HOVER': null,
540
- CB_STYLE_PROP_DIVIDER_SPEC_STYLE: 'SOLID',
541
- 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:HOVER': null,
542
- 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:MOBILE': null,
543
- 'CB_STYLE_PROP_DIVIDER_SPEC_STYLE:MOBILE:HOVER': null,
544
- CB_STYLE_PROP_DIVIDER_SPEC_WIDTH: 1,
545
- 'CB_STYLE_PROP_DIVIDER_SPEC_WIDTH:HOVER': null,
546
- 'CB_STYLE_PROP_DIVIDER_SPEC_WIDTH:MOBILE': null,
547
- 'CB_STYLE_PROP_DIVIDER_SPEC_WIDTH:MOBILE:HOVER': null
548
- }
549
- },
550
- minVersion: '2023-08-03',
551
- version: '2025-01-10'
552
- },
553
- queryableDefinitionPreset: 'N/A',
554
- queryableTapSrc: 'N/A',
555
- updatedAt: '2025-06-05T09:51:56'
556
- },
557
- {
558
- availablePlugins: [],
559
- blockId: 'CB_193145',
560
- componentBlockCode: 'CB_TEXT',
561
- componentBlockType: 'GENERAL',
562
- dynamicLayoutCompositionId: 226,
563
- id: 193145,
564
- insertedAt: '2025-06-05T09:52:46',
565
- jsonProperties: {
566
- currentVersion: '2025-01-10',
567
- data: {
568
- CB_CONTENT_PROP_CLINK: {
569
- CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
570
- CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
571
- CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
572
- CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
573
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
574
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
575
- },
576
- CB_CONTENT_PROP_HOVER: {
577
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
578
- },
579
- CB_CONTENT_PROP_TEXT: {
580
- CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA: 'itemTitle',
581
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'New Text',
582
- CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: null,
583
- CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE: 'DELEGATEDDATA'
584
- },
585
- CB_CONTENT_PROP_VISIBILITY: {
586
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
587
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
588
- },
589
- CB_EFFECT_PROP_ENTANIM: {
590
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
591
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
592
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
593
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
594
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
595
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
596
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
597
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
598
- },
599
- CB_EFFECT_PROP_HOVERANIM: {
600
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
601
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
602
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
603
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
604
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
605
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
606
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
607
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
608
- },
609
- CB_LAYOUT_PROP_PADDING: {
610
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
611
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
612
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
613
- bottom: 0,
614
- left: 0,
615
- right: 0,
616
- top: 0
617
- },
618
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
619
- },
620
- CB_PLACEMENT_PROP_PLACEMENT: {
621
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 10,
622
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
623
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 1,
624
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 4,
625
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 13,
626
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
627
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 6,
628
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 25,
629
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
630
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
631
- },
632
- CB_STYLE_PROP_OPACITY: {
633
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
634
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
635
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
636
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
637
- },
638
- CB_STYLE_PROP_TEXT: {
639
- CB_STYLE_PROP_TEXT_SPEC_COLOR: '#FFFFFFCC',
640
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
641
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null,
642
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
643
- CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'LEFT',
644
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
645
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
646
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
647
- CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 0,
648
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
649
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
650
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
651
- CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
652
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
653
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
654
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
655
- CB_STYLE_PROP_TEXT_SPEC_SIZE: 20,
656
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
657
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null,
658
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
659
- CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'PRETENDARD',
660
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
661
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null,
662
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
663
- CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'TOP',
664
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
665
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
666
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
667
- CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 500,
668
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
669
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
670
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
671
- }
672
- },
673
- minVersion: '2023-08-03',
674
- version: '2025-01-10'
675
- },
676
- queryableDefinitionPreset: 'N/A',
677
- queryableTapSrc: 'N/A',
678
- updatedAt: '2025-06-05T09:53:33'
679
- },
680
- {
681
- availablePlugins: [],
682
- blockId: 'CB_193099',
683
- componentBlockCode: 'CB_TEXT',
684
- componentBlockType: 'GENERAL',
685
- dynamicLayoutCompositionId: 226,
686
- id: 193099,
687
- insertedAt: '2025-06-04T06:28:34',
688
- jsonProperties: {
689
- currentVersion: '2025-04-24',
690
- data: {
691
- CB_CONTENT_PROP_CLINK: {
692
- CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
693
- CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
694
- CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
695
- CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
696
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
697
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
698
- },
699
- CB_CONTENT_PROP_HOVER: {
700
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
701
- },
702
- CB_CONTENT_PROP_TEXT: {
703
- CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA: 'sourceName',
704
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'New Text',
705
- CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: null,
706
- CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE: 'DELEGATEDDATA'
707
- },
708
- CB_CONTENT_PROP_VISIBILITY: {
709
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
710
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
711
- },
712
- CB_EFFECT_PROP_ENTANIM: {
713
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
714
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
715
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
716
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
717
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
718
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
719
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
720
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
721
- },
722
- CB_EFFECT_PROP_HOVERANIM: {
723
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
724
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
725
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
726
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
727
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
728
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
729
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
730
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
731
- },
732
- CB_LAYOUT_PROP_PADDING: {
733
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
734
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
735
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
736
- bottom: 0,
737
- left: 0,
738
- right: 0,
739
- top: 0
740
- },
741
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
742
- },
743
- CB_PLACEMENT_PROP_PLACEMENT: {
744
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 7,
745
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
746
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 1,
747
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 4,
748
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 13,
749
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
750
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 1,
751
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 5,
752
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
753
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
754
- },
755
- CB_STYLE_PROP_OPACITY: {
756
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
757
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
758
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
759
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
760
- },
761
- CB_STYLE_PROP_TEXT: {
762
- CB_STYLE_PROP_TEXT_SPEC_COLOR: '#E70000FF',
763
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
764
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null,
765
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
766
- CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'LEFT',
767
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
768
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
769
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
770
- CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 0,
771
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
772
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
773
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
774
- CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
775
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
776
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
777
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
778
- CB_STYLE_PROP_TEXT_SPEC_SIZE: 24,
779
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
780
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null,
781
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
782
- CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'GOOGLE:Raleway',
783
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
784
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null,
785
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
786
- CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'MIDDLE',
787
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
788
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
789
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
790
- CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 400,
791
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
792
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
793
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
794
- }
795
- },
796
- minVersion: '2023-08-03',
797
- version: '2025-04-24'
798
- },
799
- queryableDefinitionPreset: 'N/A',
800
- queryableTapSrc: 'N/A',
801
- updatedAt: '2025-06-10T09:50:23'
802
- },
803
- {
804
- availablePlugins: [],
805
- blockId: 'CB_193143',
806
- componentBlockCode: 'CB_TEXT',
807
- componentBlockType: 'GENERAL',
808
- dynamicLayoutCompositionId: 226,
809
- id: 193143,
810
- insertedAt: '2025-06-05T09:50:37',
811
- jsonProperties: {
812
- currentVersion: '2025-01-10',
813
- data: {
814
- CB_CONTENT_PROP_CLINK: {
815
- CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
816
- CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
817
- CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
818
- CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
819
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
820
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
821
- },
822
- CB_CONTENT_PROP_HOVER: {
823
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
824
- },
825
- CB_CONTENT_PROP_TEXT: {
826
- CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA: 'createdDate',
827
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'New Text',
828
- CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: null,
829
- CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE: 'DELEGATEDDATA'
830
- },
831
- CB_CONTENT_PROP_VISIBILITY: {
832
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
833
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
834
- },
835
- CB_EFFECT_PROP_ENTANIM: {
836
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
837
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
838
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
839
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
840
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
841
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
842
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
843
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
844
- },
845
- CB_EFFECT_PROP_HOVERANIM: {
846
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
847
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
848
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
849
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
850
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
851
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
852
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
853
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
854
- },
855
- CB_LAYOUT_PROP_PADDING: {
856
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
857
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
858
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
859
- bottom: 0,
860
- left: 0,
861
- right: 0,
862
- top: 0
863
- },
864
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
865
- },
866
- CB_PLACEMENT_PROP_PLACEMENT: {
867
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 10,
868
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
869
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 1,
870
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 4,
871
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 13,
872
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
873
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 2,
874
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 15,
875
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
876
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
877
- },
878
- CB_STYLE_PROP_OPACITY: {
879
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
880
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
881
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
882
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
883
- },
884
- CB_STYLE_PROP_TEXT: {
885
- CB_STYLE_PROP_TEXT_SPEC_COLOR: '#FFFFFFB3',
886
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
887
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null,
888
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
889
- CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'LEFT',
890
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
891
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
892
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
893
- CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 0,
894
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
895
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
896
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
897
- CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
898
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
899
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
900
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
901
- CB_STYLE_PROP_TEXT_SPEC_SIZE: 18,
902
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
903
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null,
904
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
905
- CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'PRETENDARD',
906
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
907
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null,
908
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
909
- CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'MIDDLE',
910
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
911
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
912
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
913
- CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 500,
914
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
915
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
916
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
917
- }
918
- },
919
- minVersion: '2023-08-03',
920
- version: '2025-01-10'
921
- },
922
- queryableDefinitionPreset: 'N/A',
923
- queryableTapSrc: 'N/A',
924
- updatedAt: '2025-06-11T09:16:24'
925
- },
926
- {
927
- availablePlugins: [],
928
- blockId: 'CB_193098',
929
- componentBlockCode: 'CB_IMG',
930
- componentBlockType: 'GENERAL',
931
- dynamicLayoutCompositionId: 226,
932
- id: 193098,
933
- insertedAt: '2025-06-04T06:28:34',
934
- jsonProperties: {
935
- currentVersion: '2025-04-24',
936
- data: {
937
- CB_CONTENT_PROP_CLINK: {
938
- CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
939
- CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
940
- CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
941
- CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
942
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
943
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
944
- },
945
- CB_CONTENT_PROP_HOVER: {
946
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
947
- },
948
- CB_CONTENT_PROP_IMAGE: {
949
- CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA: 'itemThumbnail',
950
- CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR: 'https://static.publ.site/pages-sample/img_cb_content_prop_image_spec_selector_01.png',
951
- CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE: 'DELEGATEDDATA'
952
- },
953
- CB_CONTENT_PROP_VISIBILITY: {
954
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
955
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
956
- },
957
- CB_EFFECT_PROP_ENTANIM: {
958
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
959
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
960
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
961
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
962
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
963
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
964
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
965
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
966
- },
967
- CB_EFFECT_PROP_HOVERANIM: {
968
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
969
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
970
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
971
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
972
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
973
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
974
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
975
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
976
- },
977
- CB_LAYOUT_PROP_PADDING: {
978
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
979
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
980
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
981
- bottom: 0,
982
- left: 0,
983
- right: 0,
984
- top: 0
985
- },
986
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
987
- },
988
- CB_PLACEMENT_PROP_PLACEMENT: {
989
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 12,
990
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
991
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 7,
992
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 5,
993
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 0,
994
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
995
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 0,
996
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 0,
997
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
998
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
999
- },
1000
- CB_STYLE_PROP_BORDER: {
1001
- CB_STYLE_PROP_BORDER_SPEC_COLOR: '#333333FF',
1002
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null,
1003
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null,
1004
- 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null,
1005
- CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
1006
- bl: 24,
1007
- br: 24,
1008
- tl: 24,
1009
- tr: 24
1010
- },
1011
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null,
1012
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null,
1013
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null,
1014
- CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: true,
1015
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null,
1016
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null,
1017
- 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null,
1018
- CB_STYLE_PROP_BORDER_SPEC_STYLE: 'NONE',
1019
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null,
1020
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null,
1021
- 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null,
1022
- CB_STYLE_PROP_BORDER_SPEC_WIDTH: 2,
1023
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null,
1024
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null,
1025
- 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null
1026
- },
1027
- CB_STYLE_PROP_IMAGE: {
1028
- CB_STYLE_PROP_IMAGE_SPEC_FIT: 'COVER',
1029
- 'CB_STYLE_PROP_IMAGE_SPEC_FIT:HOVER': null,
1030
- 'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE': null,
1031
- 'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE:HOVER': null,
1032
- CB_STYLE_PROP_IMAGE_SPEC_POSITION: 'CC',
1033
- 'CB_STYLE_PROP_IMAGE_SPEC_POSITION:HOVER': null,
1034
- 'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE': null,
1035
- 'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE:HOVER': null
1036
- },
1037
- CB_STYLE_PROP_OPACITY: {
1038
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
1039
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
1040
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
1041
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
1042
- },
1043
- CB_STYLE_PROP_SHADOW: {
1044
- CB_STYLE_PROP_SHADOW_SPEC_BLUR: 24,
1045
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null,
1046
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null,
1047
- 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null,
1048
- CB_STYLE_PROP_SHADOW_SPEC_COLOR: '#000000FF',
1049
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null,
1050
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null,
1051
- 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null,
1052
- CB_STYLE_PROP_SHADOW_SPEC_OPACITY: 30,
1053
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null,
1054
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null,
1055
- 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null,
1056
- CB_STYLE_PROP_SHADOW_SPEC_SPREAD: 2,
1057
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null,
1058
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null,
1059
- 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null,
1060
- CB_STYLE_PROP_SHADOW_SPEC_TYPE: 'NONE',
1061
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null,
1062
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null,
1063
- 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null,
1064
- CB_STYLE_PROP_SHADOW_SPEC_X: 0,
1065
- 'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null,
1066
- 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null,
1067
- 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null,
1068
- CB_STYLE_PROP_SHADOW_SPEC_Y: 12,
1069
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null,
1070
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null,
1071
- 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null
1072
- }
1073
- },
1074
- minVersion: '2023-08-03',
1075
- version: '2025-04-24'
1076
- },
1077
- queryableDefinitionPreset: 'N/A',
1078
- queryableTapSrc: 'N/A',
1079
- updatedAt: '2025-06-10T06:48:40'
1080
- },
1081
- {
1082
- availablePlugins: [],
1083
- blockId: 'CB_193142',
1084
- componentBlockCode: 'CB_TEXT',
1085
- componentBlockType: 'GENERAL',
1086
- dynamicLayoutCompositionId: 226,
1087
- id: 193142,
1088
- insertedAt: '2025-06-05T09:38:41',
1089
- jsonProperties: {
1090
- currentVersion: '2025-01-10',
1091
- data: {
1092
- CB_CONTENT_PROP_CLINK: {
1093
- CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
1094
- CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
1095
- CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
1096
- CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
1097
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
1098
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
1099
- },
1100
- CB_CONTENT_PROP_HOVER: {
1101
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
1102
- },
1103
- CB_CONTENT_PROP_TEXT: {
1104
- CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA: 'itemDesc',
1105
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'New Text',
1106
- CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: null,
1107
- CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE: 'DELEGATEDDATA'
1108
- },
1109
- CB_CONTENT_PROP_VISIBILITY: {
1110
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
1111
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
1112
- },
1113
- CB_EFFECT_PROP_ENTANIM: {
1114
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
1115
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
1116
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
1117
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
1118
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
1119
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
1120
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
1121
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
1122
- },
1123
- CB_EFFECT_PROP_HOVERANIM: {
1124
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
1125
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
1126
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
1127
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
1128
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
1129
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
1130
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
1131
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
1132
- },
1133
- CB_LAYOUT_PROP_PADDING: {
1134
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
1135
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
1136
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
1137
- bottom: 0,
1138
- left: 0,
1139
- right: 0,
1140
- top: 0
1141
- },
1142
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
1143
- },
1144
- CB_PLACEMENT_PROP_PLACEMENT: {
1145
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 10,
1146
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
1147
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 2,
1148
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 4,
1149
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 13,
1150
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
1151
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 4,
1152
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 10,
1153
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
1154
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
1155
- },
1156
- CB_STYLE_PROP_OPACITY: {
1157
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
1158
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
1159
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
1160
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
1161
- },
1162
- CB_STYLE_PROP_TEXT: {
1163
- CB_STYLE_PROP_TEXT_SPEC_COLOR: '#FFFFFFFF',
1164
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
1165
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null,
1166
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
1167
- CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'LEFT',
1168
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
1169
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
1170
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
1171
- CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 0,
1172
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
1173
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
1174
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
1175
- CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
1176
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
1177
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
1178
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
1179
- CB_STYLE_PROP_TEXT_SPEC_SIZE: 18,
1180
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
1181
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null,
1182
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
1183
- CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'GOOGLE:Grandiflora One',
1184
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
1185
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null,
1186
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
1187
- CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'TOP',
1188
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
1189
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
1190
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
1191
- CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 600,
1192
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
1193
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
1194
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
1195
- }
1196
- },
1197
- minVersion: '2023-08-03',
1198
- version: '2025-01-10'
1199
- },
1200
- queryableDefinitionPreset: 'N/A',
1201
- queryableTapSrc: 'N/A',
1202
- updatedAt: '2025-06-05T10:03:21'
1203
- },
1204
- {
1205
- availablePlugins: [],
1206
- blockId: 'CB_193146',
1207
- componentBlockCode: 'CB_IMG',
468
+ blockId: 'CB_190125',
469
+ componentBlockCode: types_1.CB_ALL_CODES.CB_IMG,
1208
470
  componentBlockType: 'GENERAL',
1209
- dynamicLayoutCompositionId: 226,
1210
- id: 193146,
1211
- insertedAt: '2025-06-05T10:06:23',
471
+ dynamicLayoutCompositionId: 15,
472
+ id: 190125,
473
+ insertedAt: '2025-03-27T10:54:25',
1212
474
  jsonProperties: {
1213
- currentVersion: '2025-01-10',
475
+ currentVersion: '2025-04-24',
1214
476
  data: {
1215
477
  CB_CONTENT_PROP_CLINK: {
1216
- CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
1217
478
  CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
1218
479
  CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
1219
480
  CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
1220
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
1221
- CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
481
+ CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED'
1222
482
  },
1223
483
  CB_CONTENT_PROP_HOVER: {
1224
484
  CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
1225
485
  },
1226
486
  CB_CONTENT_PROP_IMAGE: {
1227
- CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA: 'sourceImg',
1228
487
  CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR: 'https://static.publ.site/pages-sample/img_cb_content_prop_image_spec_selector_01.png',
1229
- CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE: 'DELEGATEDDATA'
488
+ CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE: 'VALUE',
489
+ CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA: 'NONE'
1230
490
  },
1231
491
  CB_CONTENT_PROP_VISIBILITY: {
1232
492
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
@@ -1242,16 +502,16 @@ exports.sampleMockComposition2 = {
1242
502
  CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
1243
503
  'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
1244
504
  },
1245
- CB_EFFECT_PROP_HOVERANIM: {
1246
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
1247
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
1248
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
1249
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
1250
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
1251
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
1252
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
1253
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
1254
- },
505
+ // CB_EFFECT_PROP_HOVERANIM: {
506
+ // CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
507
+ // 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
508
+ // CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
509
+ // 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
510
+ // CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
511
+ // 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
512
+ // CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
513
+ // 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
514
+ // },
1255
515
  CB_LAYOUT_PROP_PADDING: {
1256
516
  CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
1257
517
  'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
@@ -1264,14 +524,14 @@ exports.sampleMockComposition2 = {
1264
524
  'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
1265
525
  },
1266
526
  CB_PLACEMENT_PROP_PLACEMENT: {
1267
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 4,
527
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 5,
1268
528
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
1269
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 2,
529
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 5,
1270
530
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 5,
1271
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 1,
531
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 0,
1272
532
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
1273
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 4,
1274
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 30,
533
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 0,
534
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 0,
1275
535
  CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
1276
536
  'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
1277
537
  },
@@ -1350,19 +610,18 @@ exports.sampleMockComposition2 = {
1350
610
  }
1351
611
  },
1352
612
  minVersion: '2023-08-03',
1353
- version: '2025-01-10'
613
+ version: '2025-04-24'
1354
614
  },
1355
615
  queryableDefinitionPreset: 'N/A',
1356
616
  queryableTapSrc: 'N/A',
1357
- updatedAt: '2025-06-05T10:06:55'
617
+ updatedAt: '2025-03-27T10:54:25'
1358
618
  }
1359
619
  ],
1360
620
  compositionCode: 'CMP_GENERAL',
1361
621
  compositionTemplateCode: 'CMPTP_CB_CONTENTSCAROUSEL_NNN_CUSTOM',
1362
- dynamicLayoutComponentBlockId: 193097,
1363
- id: 226,
1364
- insertedAt: '2025-06-04T06:28:34',
1365
- isDefault: true,
622
+ dynamicLayoutComponentBlockId: 190124,
623
+ id: 15,
624
+ insertedAt: '2025-03-27T10:54:25',
1366
625
  jsonProperties: {
1367
626
  currentVersion: '2025-04-24',
1368
627
  data: {
@@ -1384,17 +643,17 @@ exports.sampleMockComposition2 = {
1384
643
  'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
1385
644
  },
1386
645
  CB_PLACEMENT_PROP_COMPOSITION: {
1387
- CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS: 24,
646
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS: 6,
1388
647
  'CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS:MOBILE': null,
1389
648
  CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT: null,
1390
649
  'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT:MOBILE': null,
1391
- CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH: 575,
650
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH: null,
1392
651
  'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH:MOBILE': null,
1393
652
  CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT: null,
1394
653
  'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT:MOBILE': null,
1395
- CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH: 72,
654
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH: null,
1396
655
  'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH:MOBILE': null,
1397
- CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS: 8,
656
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS: 6,
1398
657
  'CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS:MOBILE': null
1399
658
  },
1400
659
  CB_STYLE_PROP_BGCOLOR: {
@@ -1402,7 +661,7 @@ exports.sampleMockComposition2 = {
1402
661
  'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
1403
662
  'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
1404
663
  'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
1405
- CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#000000FF',
664
+ CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#455EEFFF',
1406
665
  'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
1407
666
  'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null,
1408
667
  'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
@@ -1426,7 +685,7 @@ exports.sampleMockComposition2 = {
1426
685
  'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
1427
686
  'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
1428
687
  'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
1429
- CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'SOLID',
688
+ CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'NONE',
1430
689
  'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
1431
690
  'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null,
1432
691
  'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
@@ -1437,23 +696,16 @@ exports.sampleMockComposition2 = {
1437
696
  'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null,
1438
697
  'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null,
1439
698
  CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: 600,
1440
- 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:MOBILE:HOVER': null,
1441
699
  CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: 'COVER',
1442
700
  'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null,
1443
701
  'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null,
1444
- 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:MOBILE': null,
1445
702
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null,
1446
703
  'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null,
1447
704
  CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: 0,
1448
- CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE: 'VALUE',
1449
705
  CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: 'https://static.publ.site/pages-sample/img_cb_style_prop_bgmedia_spec_imageselector_01.png',
1450
706
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null,
1451
- 'CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA:MOBILE': null,
1452
707
  'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null,
1453
708
  'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null,
1454
- CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR: 'https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4',
1455
- 'CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE:MOBILE': null,
1456
- CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA: 'NONE',
1457
709
  'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null,
1458
710
  'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null,
1459
711
  'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null,
@@ -1465,7 +717,6 @@ exports.sampleMockComposition2 = {
1465
717
  'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null,
1466
718
  CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: true,
1467
719
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null,
1468
- 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:HOVER': null,
1469
720
  'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null,
1470
721
  CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: false,
1471
722
  'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null,
@@ -1519,63 +770,15 @@ exports.sampleMockComposition2 = {
1519
770
  blockId: 'ROOT',
1520
771
  children: [
1521
772
  {
1522
- blockId: 'CB_193099',
1523
- children: [],
1524
- componentBlockId: 193099,
773
+ blockId: 'CB_190125',
774
+ // children: [],
775
+ componentBlockId: 190125,
1525
776
  type: 'COMPONENT_BLOCK',
1526
777
  zOrderDesktopInternal: 1,
1527
778
  zOrderMobileInternal: 1
1528
- },
1529
- {
1530
- blockId: 'CB_193098',
1531
- children: [],
1532
- componentBlockId: 193098,
1533
- type: 'COMPONENT_BLOCK',
1534
- zOrderDesktopInternal: 2,
1535
- zOrderMobileInternal: 2
1536
- },
1537
- {
1538
- blockId: 'CB_193142',
1539
- children: [],
1540
- componentBlockId: 193142,
1541
- type: 'COMPONENT_BLOCK',
1542
- zOrderDesktopInternal: 3,
1543
- zOrderMobileInternal: 3
1544
- },
1545
- {
1546
- blockId: 'CB_193143',
1547
- children: [],
1548
- componentBlockId: 193143,
1549
- type: 'COMPONENT_BLOCK',
1550
- zOrderDesktopInternal: 4,
1551
- zOrderMobileInternal: 4
1552
- },
1553
- {
1554
- blockId: 'CB_193144',
1555
- children: [],
1556
- componentBlockId: 193144,
1557
- type: 'COMPONENT_BLOCK',
1558
- zOrderDesktopInternal: 5,
1559
- zOrderMobileInternal: 5
1560
- },
1561
- {
1562
- blockId: 'CB_193145',
1563
- children: [],
1564
- componentBlockId: 193145,
1565
- type: 'COMPONENT_BLOCK',
1566
- zOrderDesktopInternal: 6,
1567
- zOrderMobileInternal: 6
1568
- },
1569
- {
1570
- blockId: 'CB_193146',
1571
- children: [],
1572
- componentBlockId: 193146,
1573
- type: 'COMPONENT_BLOCK',
1574
- zOrderDesktopInternal: 7,
1575
- zOrderMobileInternal: 7
1576
779
  }
1577
780
  ],
1578
- componentBlockId: null,
781
+ // componentBlockId: null,
1579
782
  type: 'GROUP_BLOCK',
1580
783
  zOrderDesktopInternal: null,
1581
784
  zOrderMobileInternal: null
@@ -1583,24 +786,12 @@ exports.sampleMockComposition2 = {
1583
786
  version: '2025-04-24',
1584
787
  zOrders: {
1585
788
  desktop: {
1586
- '193098': 2,
1587
- '193099': 1,
1588
- '193142': 3,
1589
- '193143': 4,
1590
- '193144': 5,
1591
- '193145': 6,
1592
- '193146': 7
789
+ '190125': 1
1593
790
  },
1594
791
  mobile: {
1595
- '193098': 2,
1596
- '193099': 1,
1597
- '193142': 3,
1598
- '193143': 4,
1599
- '193144': 5,
1600
- '193145': 6,
1601
- '193146': 7
792
+ '190125': 1
1602
793
  }
1603
794
  }
1604
795
  },
1605
- updatedAt: '2025-06-10T09:56:08'
796
+ updatedAt: '2025-03-27T10:54:25'
1606
797
  };