pds-dev-kit-web-test 2.6.21 → 2.6.23

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 (638) hide show
  1. package/dist/index.d.ts +6 -6
  2. package/dist/index.js +3 -14
  3. package/dist/src/common/assets/icons/fill/index.d.ts +0 -2
  4. package/dist/src/common/assets/icons/fill/index.js +1 -5
  5. package/dist/src/common/assets/icons/line/index.d.ts +0 -2
  6. package/dist/src/common/assets/icons/line/index.js +1 -5
  7. package/dist/src/common/hooks/useTooltip.js +1 -1
  8. package/dist/src/common/index.d.ts +1 -1
  9. package/dist/src/common/services/i18n/i18n.js +1 -3
  10. package/dist/src/common/services/i18n/resources/en.json +3 -63
  11. package/dist/src/common/services/i18n/resources/es.json +2 -62
  12. package/dist/src/common/services/i18n/resources/fil.json +3 -63
  13. package/dist/src/common/services/i18n/resources/index.d.ts +7 -427
  14. package/dist/src/common/services/i18n/resources/ja.json +2 -62
  15. package/dist/src/common/services/i18n/resources/ko.json +2 -62
  16. package/dist/src/common/services/i18n/resources/zh-cn.json +3 -63
  17. package/dist/src/common/services/i18n/resources/zh-tw.json +2 -62
  18. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -4
  19. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -4
  20. package/dist/src/common/styles/colorSet/UIColor.json +1 -6
  21. package/dist/src/common/styles/colorSet/index.d.ts +124 -135
  22. package/dist/src/common/styles/colorSet/index.js +2 -2
  23. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -5
  24. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +0 -2
  25. package/dist/src/common/styles/scroll/scrollbarStyle.js +3 -4
  26. package/dist/src/common/types/components.d.ts +0 -9
  27. package/dist/src/common/types/components.js +0 -8
  28. package/dist/src/common/types/form.d.ts +9 -0
  29. package/dist/src/common/types/form.js +10 -0
  30. package/dist/src/common/types/index.d.ts +1 -1
  31. package/dist/src/common/types/index.js +1 -1
  32. package/dist/src/common/types/text.d.ts +0 -2
  33. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  34. package/dist/src/common/utils/dateHelper.d.ts +0 -3
  35. package/dist/src/common/utils/dateHelper.js +0 -37
  36. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -4
  37. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +23 -32
  38. package/dist/src/desktop/components/AdminList/AdminList.d.ts +1 -11
  39. package/dist/src/desktop/components/AdminList/AdminList.js +19 -47
  40. package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -1
  41. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +1 -10
  42. package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
  43. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +1 -3
  44. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +2 -3
  45. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -2
  46. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +3 -3
  47. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +0 -2
  48. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +3 -10
  49. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  50. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -6
  51. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +6 -67
  52. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +1 -6
  53. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +2 -70
  54. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  55. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  56. package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
  57. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.d.ts +1 -1
  58. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +8 -21
  59. package/dist/src/desktop/components/TextButton/TextButton.d.ts +3 -6
  60. package/dist/src/desktop/components/TextButton/TextButton.js +40 -67
  61. package/dist/src/desktop/components/TextField/TextField.d.ts +1 -2
  62. package/dist/src/desktop/components/TextField/TextField.js +7 -7
  63. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +3 -3
  64. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  65. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -56
  66. package/dist/src/desktop/components/index.d.ts +1 -7
  67. package/dist/src/desktop/components/index.js +1 -14
  68. package/dist/src/desktop/index.d.ts +1 -1
  69. package/dist/src/desktop/index.js +2 -8
  70. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +1 -1
  71. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
  72. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +1 -1
  73. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +5 -8
  74. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +1 -2
  75. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +15 -13
  76. package/dist/src/desktop/panels/DesktopBasicModalWithTab/DesktopBasicModalWithTab.d.ts +1 -3
  77. package/dist/src/desktop/panels/DesktopBasicModalWithTab/DesktopBasicModalWithTab.js +10 -16
  78. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.d.ts +3 -19
  79. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +31 -42
  80. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +1 -3
  81. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +5 -11
  82. package/dist/src/desktop/panels/index.d.ts +1 -2
  83. package/dist/src/desktop/panels/index.js +1 -6
  84. package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -3
  85. package/dist/src/hybrid/components/Divider/Divider.js +7 -9
  86. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -3
  87. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +22 -26
  88. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  89. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  90. package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
  91. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +1 -3
  92. package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +13 -36
  93. package/dist/src/mobile/components/TextButton/TextButton.d.ts +3 -6
  94. package/dist/src/mobile/components/TextButton/TextButton.js +31 -55
  95. package/dist/src/mobile/components/TextField/TextField.d.ts +1 -2
  96. package/dist/src/mobile/components/TextField/TextField.js +7 -7
  97. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +3 -3
  98. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  99. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -44
  100. package/dist/src/mobile/components/index.d.ts +1 -6
  101. package/dist/src/mobile/components/index.js +1 -11
  102. package/dist/src/mobile/index.d.ts +1 -1
  103. package/dist/src/mobile/index.js +2 -7
  104. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.d.ts +1 -3
  105. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +7 -14
  106. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -12
  107. package/dist/src/sub/AdminList/AdminList/AdminList.js +23 -54
  108. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -10
  109. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  110. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +1 -1
  111. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +0 -2
  112. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +5 -15
  113. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +1 -1
  114. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -2
  115. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  116. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
  117. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1134 -0
  118. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
  119. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
  120. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +122 -54
  121. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
  122. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
  123. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.d.ts +3 -1
  124. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.js +9 -15
  125. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
  126. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
  127. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
  129. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.d.ts +9 -0
  130. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.js +274 -0
  131. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +1 -1
  132. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
  133. package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
  134. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  135. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
  136. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
  137. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
  138. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
  139. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
  140. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
  141. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
  142. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
  143. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
  144. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
  145. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
  146. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
  147. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  148. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  149. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  150. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  151. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  152. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  153. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
  154. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
  155. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
  156. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
  157. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
  158. package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
  159. package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
  160. package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +911 -0
  161. package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4238 -0
  162. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
  163. package/dist/src/sub/DynamicLayout/mock_composition.js +1664 -0
  164. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
  165. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1168 -0
  166. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
  167. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
  168. package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
  169. package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
  170. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
  171. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
  172. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  173. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  174. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -1
  175. package/dist/src/sub/DynamicLayout/mock_video_cb.js +4 -5
  176. package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -961
  177. package/dist/src/sub/DynamicLayout/mocks.js +46 -4237
  178. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  179. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  180. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +10 -12
  181. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +1 -1
  182. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +6 -5
  183. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.d.ts +1 -1
  184. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +15 -5
  185. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
  186. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
  187. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +151 -3
  188. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +11 -0
  189. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +76 -0
  190. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
  191. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
  192. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
  193. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
  194. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +255 -0
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +16 -0
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +38 -0
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
  214. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +85 -0
  215. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
  216. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
  217. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
  218. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +130 -0
  219. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
  220. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
  221. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
  222. package/dist/src/{desktop/panels/MultilingualModal → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList}/index.js +3 -3
  223. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
  224. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
  225. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
  226. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
  227. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +159 -0
  228. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +11 -0
  229. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +38 -0
  230. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
  231. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
  232. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
  233. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
  234. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
  235. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
  236. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
  237. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
  238. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
  239. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
  240. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
  241. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
  242. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
  243. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
  244. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
  245. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
  246. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
  247. package/dist/src/{desktop/components/Snackbar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner}/index.js +3 -3
  248. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
  249. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
  250. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
  251. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
  252. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +58 -8
  253. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.d.ts +7 -0
  254. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.js +211 -0
  255. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +3 -28
  256. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -1
  257. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +5 -15
  258. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +52 -3
  259. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/propComponent/CBBackgroundMedia.d.ts +2 -0
  260. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/propComponent/CBBackgroundMedia.js +17 -0
  261. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/StyledSwiper/StyledSwiper.d.ts +2 -0
  262. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/StyledSwiper/StyledSwiper.js +13 -0
  263. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  264. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
  265. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
  266. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
  267. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
  268. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
  269. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
  270. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
  271. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
  272. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
  273. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +16 -5
  274. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  275. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.js +4 -3
  276. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropBorder.js +3 -0
  277. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.js +2 -0
  278. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +58 -3
  279. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  280. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -0
  281. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +1 -1
  282. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +1 -1
  283. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +1 -1
  284. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +1 -1
  285. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +1 -1
  286. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +1 -1
  287. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +1 -1
  288. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +1 -1
  289. package/dist/src/sub/DynamicLayout/types.d.ts +68 -17
  290. package/package.json +5 -10
  291. package/release-note.md +2 -2
  292. package/dist/scripts/copy-tinymce.d.ts +0 -1
  293. package/dist/scripts/copy-tinymce.js +0 -32
  294. package/dist/src/common/assets/icons/fill/Gift.d.ts +0 -4
  295. package/dist/src/common/assets/icons/fill/Gift.js +0 -30
  296. package/dist/src/common/assets/icons/fill/Translate.d.ts +0 -4
  297. package/dist/src/common/assets/icons/fill/Translate.js +0 -30
  298. package/dist/src/common/assets/icons/line/Gift.d.ts +0 -4
  299. package/dist/src/common/assets/icons/line/Gift.js +0 -30
  300. package/dist/src/common/assets/icons/line/Translate.d.ts +0 -4
  301. package/dist/src/common/assets/icons/line/Translate.js +0 -30
  302. package/dist/src/common/hooks/useParentResizeObserver.d.ts +0 -2
  303. package/dist/src/common/hooks/useParentResizeObserver.js +0 -20
  304. package/dist/src/common/hooks/useResizeObserver.d.ts +0 -3
  305. package/dist/src/common/hooks/useResizeObserver.js +0 -27
  306. package/dist/src/common/hooks/useWindowSize.d.ts +0 -4
  307. package/dist/src/common/hooks/useWindowSize.js +0 -22
  308. package/dist/src/common/types/multilingual.d.ts +0 -16
  309. package/dist/src/core/pricing/formatter.d.ts +0 -4
  310. package/dist/src/core/pricing/formatter.js +0 -18
  311. package/dist/src/core/pricing/index.d.ts +0 -2
  312. package/dist/src/core/pricing/index.js +0 -18
  313. package/dist/src/core/pricing/policy.d.ts +0 -26
  314. package/dist/src/core/pricing/policy.js +0 -98
  315. package/dist/src/core/pricing/service.d.ts +0 -62
  316. package/dist/src/core/pricing/service.js +0 -157
  317. package/dist/src/core/pricing/translator.d.ts +0 -27
  318. package/dist/src/core/pricing/translator.js +0 -54
  319. package/dist/src/core/pricing/types.d.ts +0 -19
  320. package/dist/src/core/pricing/types.js +0 -31
  321. package/dist/src/core/pricing/validator.d.ts +0 -29
  322. package/dist/src/core/pricing/validator.js +0 -105
  323. package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +0 -68
  324. package/dist/src/desktop/components/BoxItem/BoxItem.js +0 -107
  325. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  326. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.js +0 -9
  327. package/dist/src/desktop/components/BoxItem/LeftBox/Image.d.ts +0 -11
  328. package/dist/src/desktop/components/BoxItem/LeftBox/Image.js +0 -9
  329. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  330. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.js +0 -36
  331. package/dist/src/desktop/components/BoxItem/LeftBox/index.d.ts +0 -2
  332. package/dist/src/desktop/components/BoxItem/LeftBox/index.js +0 -8
  333. package/dist/src/desktop/components/BoxItem/index.d.ts +0 -1
  334. package/dist/src/desktop/components/BoxItem/index.js +0 -8
  335. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -12
  336. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -134
  337. package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
  338. package/dist/src/desktop/components/Calendar/Calendar.js +0 -437
  339. package/dist/src/desktop/components/Calendar/CalendarContext.d.ts +0 -53
  340. package/dist/src/desktop/components/Calendar/CalendarContext.js +0 -77
  341. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
  342. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -49
  343. package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -8
  344. package/dist/src/desktop/components/Calendar/DailyView.js +0 -172
  345. package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -29
  346. package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -494
  347. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -21
  348. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -186
  349. package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -25
  350. package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -56
  351. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.d.ts +0 -12
  352. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.js +0 -184
  353. package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -9
  354. package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -220
  355. package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -13
  356. package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
  357. package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -13
  358. package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -59
  359. package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
  360. package/dist/src/desktop/components/Calendar/constants.js +0 -31
  361. package/dist/src/desktop/components/Calendar/index.d.ts +0 -14
  362. package/dist/src/desktop/components/Calendar/index.js +0 -42
  363. package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -18
  364. package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -59
  365. package/dist/src/desktop/components/Calendar/types.d.ts +0 -65
  366. package/dist/src/desktop/components/PriceTextField/PriceTextField.d.ts +0 -44
  367. package/dist/src/desktop/components/PriceTextField/PriceTextField.js +0 -587
  368. package/dist/src/desktop/components/PriceTextField/index.d.ts +0 -1
  369. package/dist/src/desktop/components/PriceTextField/index.js +0 -8
  370. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  371. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.js +0 -47
  372. package/dist/src/desktop/components/PriceTextLabel/index.d.ts +0 -1
  373. package/dist/src/desktop/components/PriceTextLabel/index.js +0 -8
  374. package/dist/src/desktop/components/RichTextEditor/RichTextEditor.d.ts +0 -37
  375. package/dist/src/desktop/components/RichTextEditor/RichTextEditor.js +0 -276
  376. package/dist/src/desktop/components/RichTextEditor/index.d.ts +0 -2
  377. package/dist/src/desktop/components/RichTextEditor/index.js +0 -8
  378. package/dist/src/desktop/components/Snackbar/Snackbar.d.ts +0 -17
  379. package/dist/src/desktop/components/Snackbar/Snackbar.js +0 -221
  380. package/dist/src/desktop/components/Snackbar/index.d.ts +0 -1
  381. package/dist/src/desktop/components/Snackbar/provider.d.ts +0 -11
  382. package/dist/src/desktop/components/Snackbar/provider.js +0 -43
  383. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.d.ts +0 -13
  384. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.js +0 -206
  385. package/dist/src/desktop/panels/MultilingualModal/index.d.ts +0 -1
  386. package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +0 -68
  387. package/dist/src/mobile/components/BoxItem/BoxItem.js +0 -106
  388. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  389. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.js +0 -9
  390. package/dist/src/mobile/components/BoxItem/LeftBox/Image.d.ts +0 -11
  391. package/dist/src/mobile/components/BoxItem/LeftBox/Image.js +0 -9
  392. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  393. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.js +0 -36
  394. package/dist/src/mobile/components/BoxItem/LeftBox/index.d.ts +0 -2
  395. package/dist/src/mobile/components/BoxItem/LeftBox/index.js +0 -8
  396. package/dist/src/mobile/components/BoxItem/index.d.ts +0 -1
  397. package/dist/src/mobile/components/BoxItem/index.js +0 -8
  398. package/dist/src/mobile/components/PriceTextField/PriceTextField.d.ts +0 -43
  399. package/dist/src/mobile/components/PriceTextField/PriceTextField.js +0 -574
  400. package/dist/src/mobile/components/PriceTextField/index.d.ts +0 -1
  401. package/dist/src/mobile/components/PriceTextField/index.js +0 -8
  402. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  403. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.js +0 -47
  404. package/dist/src/mobile/components/PriceTextLabel/index.d.ts +0 -1
  405. package/dist/src/mobile/components/PriceTextLabel/index.js +0 -8
  406. package/dist/src/mobile/components/RichTextEditor/RichTextEditor.d.ts +0 -37
  407. package/dist/src/mobile/components/RichTextEditor/RichTextEditor.js +0 -281
  408. package/dist/src/mobile/components/RichTextEditor/index.d.ts +0 -2
  409. package/dist/src/mobile/components/RichTextEditor/index.js +0 -8
  410. package/dist/src/mobile/components/Snackbar/Snackbar.d.ts +0 -17
  411. package/dist/src/mobile/components/Snackbar/Snackbar.js +0 -221
  412. package/dist/src/mobile/components/Snackbar/index.d.ts +0 -1
  413. package/dist/src/mobile/components/Snackbar/index.js +0 -8
  414. package/dist/src/mobile/components/Snackbar/provider.d.ts +0 -11
  415. package/dist/src/mobile/components/Snackbar/provider.js +0 -43
  416. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
  417. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
  418. package/dist/tinymce/CHANGELOG.md +0 -3453
  419. package/dist/tinymce/README.md +0 -73
  420. package/dist/tinymce/bower.json +0 -27
  421. package/dist/tinymce/composer.json +0 -52
  422. package/dist/tinymce/icons/default/icons.js +0 -194
  423. package/dist/tinymce/icons/default/icons.min.js +0 -1
  424. package/dist/tinymce/icons/default/index.js +0 -7
  425. package/dist/tinymce/license.txt +0 -21
  426. package/dist/tinymce/models/dom/index.js +0 -7
  427. package/dist/tinymce/models/dom/model.js +0 -8040
  428. package/dist/tinymce/models/dom/model.min.js +0 -1
  429. package/dist/tinymce/notices.txt +0 -21
  430. package/dist/tinymce/package.json +0 -32
  431. package/dist/tinymce/plugins/accordion/index.js +0 -7
  432. package/dist/tinymce/plugins/accordion/plugin.js +0 -1054
  433. package/dist/tinymce/plugins/accordion/plugin.min.js +0 -5
  434. package/dist/tinymce/plugins/advlist/index.js +0 -7
  435. package/dist/tinymce/plugins/advlist/plugin.js +0 -259
  436. package/dist/tinymce/plugins/advlist/plugin.min.js +0 -5
  437. package/dist/tinymce/plugins/anchor/index.js +0 -7
  438. package/dist/tinymce/plugins/anchor/plugin.js +0 -214
  439. package/dist/tinymce/plugins/anchor/plugin.min.js +0 -5
  440. package/dist/tinymce/plugins/autolink/index.js +0 -7
  441. package/dist/tinymce/plugins/autolink/plugin.js +0 -228
  442. package/dist/tinymce/plugins/autolink/plugin.min.js +0 -5
  443. package/dist/tinymce/plugins/autoresize/index.js +0 -7
  444. package/dist/tinymce/plugins/autoresize/plugin.js +0 -192
  445. package/dist/tinymce/plugins/autoresize/plugin.min.js +0 -5
  446. package/dist/tinymce/plugins/autosave/index.js +0 -7
  447. package/dist/tinymce/plugins/autosave/plugin.js +0 -233
  448. package/dist/tinymce/plugins/autosave/plugin.min.js +0 -5
  449. package/dist/tinymce/plugins/charmap/index.js +0 -7
  450. package/dist/tinymce/plugins/charmap/plugin.js +0 -1658
  451. package/dist/tinymce/plugins/charmap/plugin.min.js +0 -5
  452. package/dist/tinymce/plugins/code/index.js +0 -7
  453. package/dist/tinymce/plugins/code/plugin.js +0 -85
  454. package/dist/tinymce/plugins/code/plugin.min.js +0 -5
  455. package/dist/tinymce/plugins/codesample/index.js +0 -7
  456. package/dist/tinymce/plugins/codesample/plugin.js +0 -2471
  457. package/dist/tinymce/plugins/codesample/plugin.min.js +0 -13
  458. package/dist/tinymce/plugins/directionality/index.js +0 -7
  459. package/dist/tinymce/plugins/directionality/plugin.js +0 -395
  460. package/dist/tinymce/plugins/directionality/plugin.min.js +0 -5
  461. package/dist/tinymce/plugins/emoticons/index.js +0 -7
  462. package/dist/tinymce/plugins/emoticons/js/emojiimages.js +0 -1
  463. package/dist/tinymce/plugins/emoticons/js/emojiimages.min.js +0 -1
  464. package/dist/tinymce/plugins/emoticons/js/emojis.js +0 -1
  465. package/dist/tinymce/plugins/emoticons/js/emojis.min.js +0 -1
  466. package/dist/tinymce/plugins/emoticons/plugin.js +0 -595
  467. package/dist/tinymce/plugins/emoticons/plugin.min.js +0 -5
  468. package/dist/tinymce/plugins/fullscreen/index.js +0 -7
  469. package/dist/tinymce/plugins/fullscreen/plugin.js +0 -1249
  470. package/dist/tinymce/plugins/fullscreen/plugin.min.js +0 -5
  471. package/dist/tinymce/plugins/help/index.js +0 -7
  472. package/dist/tinymce/plugins/help/js/i18n/keynav/ar.js +0 -90
  473. package/dist/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +0 -90
  474. package/dist/tinymce/plugins/help/js/i18n/keynav/ca.js +0 -90
  475. package/dist/tinymce/plugins/help/js/i18n/keynav/cs.js +0 -90
  476. package/dist/tinymce/plugins/help/js/i18n/keynav/da.js +0 -90
  477. package/dist/tinymce/plugins/help/js/i18n/keynav/de.js +0 -90
  478. package/dist/tinymce/plugins/help/js/i18n/keynav/el.js +0 -90
  479. package/dist/tinymce/plugins/help/js/i18n/keynav/en.js +0 -90
  480. package/dist/tinymce/plugins/help/js/i18n/keynav/es.js +0 -90
  481. package/dist/tinymce/plugins/help/js/i18n/keynav/eu.js +0 -90
  482. package/dist/tinymce/plugins/help/js/i18n/keynav/fa.js +0 -90
  483. package/dist/tinymce/plugins/help/js/i18n/keynav/fi.js +0 -90
  484. package/dist/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +0 -90
  485. package/dist/tinymce/plugins/help/js/i18n/keynav/he_IL.js +0 -90
  486. package/dist/tinymce/plugins/help/js/i18n/keynav/hi.js +0 -90
  487. package/dist/tinymce/plugins/help/js/i18n/keynav/hr.js +0 -90
  488. package/dist/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +0 -90
  489. package/dist/tinymce/plugins/help/js/i18n/keynav/id.js +0 -90
  490. package/dist/tinymce/plugins/help/js/i18n/keynav/it.js +0 -90
  491. package/dist/tinymce/plugins/help/js/i18n/keynav/ja.js +0 -90
  492. package/dist/tinymce/plugins/help/js/i18n/keynav/kk.js +0 -90
  493. package/dist/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +0 -90
  494. package/dist/tinymce/plugins/help/js/i18n/keynav/ms.js +0 -90
  495. package/dist/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +0 -90
  496. package/dist/tinymce/plugins/help/js/i18n/keynav/nl.js +0 -90
  497. package/dist/tinymce/plugins/help/js/i18n/keynav/pl.js +0 -90
  498. package/dist/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +0 -90
  499. package/dist/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +0 -90
  500. package/dist/tinymce/plugins/help/js/i18n/keynav/ro.js +0 -90
  501. package/dist/tinymce/plugins/help/js/i18n/keynav/ru.js +0 -90
  502. package/dist/tinymce/plugins/help/js/i18n/keynav/sk.js +0 -90
  503. package/dist/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +0 -90
  504. package/dist/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +0 -90
  505. package/dist/tinymce/plugins/help/js/i18n/keynav/th_TH.js +0 -90
  506. package/dist/tinymce/plugins/help/js/i18n/keynav/tr.js +0 -90
  507. package/dist/tinymce/plugins/help/js/i18n/keynav/uk.js +0 -90
  508. package/dist/tinymce/plugins/help/js/i18n/keynav/vi.js +0 -90
  509. package/dist/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +0 -84
  510. package/dist/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +0 -90
  511. package/dist/tinymce/plugins/help/plugin.js +0 -898
  512. package/dist/tinymce/plugins/help/plugin.min.js +0 -5
  513. package/dist/tinymce/plugins/image/index.js +0 -7
  514. package/dist/tinymce/plugins/image/plugin.js +0 -1505
  515. package/dist/tinymce/plugins/image/plugin.min.js +0 -5
  516. package/dist/tinymce/plugins/importcss/index.js +0 -7
  517. package/dist/tinymce/plugins/importcss/plugin.js +0 -344
  518. package/dist/tinymce/plugins/importcss/plugin.min.js +0 -5
  519. package/dist/tinymce/plugins/insertdatetime/index.js +0 -7
  520. package/dist/tinymce/plugins/insertdatetime/plugin.js +0 -187
  521. package/dist/tinymce/plugins/insertdatetime/plugin.min.js +0 -5
  522. package/dist/tinymce/plugins/link/index.js +0 -7
  523. package/dist/tinymce/plugins/link/plugin.js +0 -1242
  524. package/dist/tinymce/plugins/link/plugin.min.js +0 -5
  525. package/dist/tinymce/plugins/lists/index.js +0 -7
  526. package/dist/tinymce/plugins/lists/plugin.js +0 -2172
  527. package/dist/tinymce/plugins/lists/plugin.min.js +0 -5
  528. package/dist/tinymce/plugins/media/index.js +0 -7
  529. package/dist/tinymce/plugins/media/plugin.js +0 -1217
  530. package/dist/tinymce/plugins/media/plugin.min.js +0 -5
  531. package/dist/tinymce/plugins/nonbreaking/index.js +0 -7
  532. package/dist/tinymce/plugins/nonbreaking/plugin.js +0 -123
  533. package/dist/tinymce/plugins/nonbreaking/plugin.min.js +0 -5
  534. package/dist/tinymce/plugins/pagebreak/index.js +0 -7
  535. package/dist/tinymce/plugins/pagebreak/plugin.js +0 -117
  536. package/dist/tinymce/plugins/pagebreak/plugin.min.js +0 -5
  537. package/dist/tinymce/plugins/preview/index.js +0 -7
  538. package/dist/tinymce/plugins/preview/plugin.js +0 -97
  539. package/dist/tinymce/plugins/preview/plugin.min.js +0 -5
  540. package/dist/tinymce/plugins/quickbars/index.js +0 -7
  541. package/dist/tinymce/plugins/quickbars/plugin.js +0 -447
  542. package/dist/tinymce/plugins/quickbars/plugin.min.js +0 -5
  543. package/dist/tinymce/plugins/save/index.js +0 -7
  544. package/dist/tinymce/plugins/save/plugin.js +0 -118
  545. package/dist/tinymce/plugins/save/plugin.min.js +0 -5
  546. package/dist/tinymce/plugins/searchreplace/index.js +0 -7
  547. package/dist/tinymce/plugins/searchreplace/plugin.js +0 -1093
  548. package/dist/tinymce/plugins/searchreplace/plugin.min.js +0 -5
  549. package/dist/tinymce/plugins/table/index.js +0 -7
  550. package/dist/tinymce/plugins/table/plugin.js +0 -3462
  551. package/dist/tinymce/plugins/table/plugin.min.js +0 -5
  552. package/dist/tinymce/plugins/template/index.js +0 -7
  553. package/dist/tinymce/plugins/template/plugin.js +0 -567
  554. package/dist/tinymce/plugins/template/plugin.min.js +0 -5
  555. package/dist/tinymce/plugins/visualblocks/index.js +0 -7
  556. package/dist/tinymce/plugins/visualblocks/plugin.js +0 -98
  557. package/dist/tinymce/plugins/visualblocks/plugin.min.js +0 -5
  558. package/dist/tinymce/plugins/visualchars/index.js +0 -7
  559. package/dist/tinymce/plugins/visualchars/plugin.js +0 -560
  560. package/dist/tinymce/plugins/visualchars/plugin.min.js +0 -5
  561. package/dist/tinymce/plugins/wordcount/index.js +0 -7
  562. package/dist/tinymce/plugins/wordcount/plugin.js +0 -405
  563. package/dist/tinymce/plugins/wordcount/plugin.min.js +0 -5
  564. package/dist/tinymce/skins/content/dark/content.css +0 -79
  565. package/dist/tinymce/skins/content/dark/content.js +0 -15
  566. package/dist/tinymce/skins/content/dark/content.min.css +0 -14
  567. package/dist/tinymce/skins/content/default/content.css +0 -74
  568. package/dist/tinymce/skins/content/default/content.js +0 -15
  569. package/dist/tinymce/skins/content/default/content.min.css +0 -14
  570. package/dist/tinymce/skins/content/document/content.css +0 -79
  571. package/dist/tinymce/skins/content/document/content.js +0 -15
  572. package/dist/tinymce/skins/content/document/content.min.css +0 -14
  573. package/dist/tinymce/skins/content/tinymce-5/content.css +0 -74
  574. package/dist/tinymce/skins/content/tinymce-5/content.js +0 -15
  575. package/dist/tinymce/skins/content/tinymce-5/content.min.css +0 -14
  576. package/dist/tinymce/skins/content/tinymce-5-dark/content.css +0 -79
  577. package/dist/tinymce/skins/content/tinymce-5-dark/content.js +0 -15
  578. package/dist/tinymce/skins/content/tinymce-5-dark/content.min.css +0 -14
  579. package/dist/tinymce/skins/content/writer/content.css +0 -75
  580. package/dist/tinymce/skins/content/writer/content.js +0 -15
  581. package/dist/tinymce/skins/content/writer/content.min.css +0 -14
  582. package/dist/tinymce/skins/ui/oxide/content.css +0 -798
  583. package/dist/tinymce/skins/ui/oxide/content.inline.css +0 -792
  584. package/dist/tinymce/skins/ui/oxide/content.inline.js +0 -15
  585. package/dist/tinymce/skins/ui/oxide/content.inline.min.css +0 -14
  586. package/dist/tinymce/skins/ui/oxide/content.js +0 -15
  587. package/dist/tinymce/skins/ui/oxide/content.min.css +0 -14
  588. package/dist/tinymce/skins/ui/oxide/skin.css +0 -3763
  589. package/dist/tinymce/skins/ui/oxide/skin.js +0 -2
  590. package/dist/tinymce/skins/ui/oxide/skin.min.css +0 -1
  591. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.css +0 -30
  592. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.js +0 -2
  593. package/dist/tinymce/skins/ui/oxide/skin.shadowdom.min.css +0 -1
  594. package/dist/tinymce/skins/ui/oxide-dark/content.css +0 -779
  595. package/dist/tinymce/skins/ui/oxide-dark/content.inline.css +0 -792
  596. package/dist/tinymce/skins/ui/oxide-dark/content.inline.js +0 -15
  597. package/dist/tinymce/skins/ui/oxide-dark/content.inline.min.css +0 -14
  598. package/dist/tinymce/skins/ui/oxide-dark/content.js +0 -15
  599. package/dist/tinymce/skins/ui/oxide-dark/content.min.css +0 -14
  600. package/dist/tinymce/skins/ui/oxide-dark/skin.css +0 -3766
  601. package/dist/tinymce/skins/ui/oxide-dark/skin.js +0 -2
  602. package/dist/tinymce/skins/ui/oxide-dark/skin.min.css +0 -1
  603. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +0 -30
  604. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +0 -2
  605. package/dist/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +0 -1
  606. package/dist/tinymce/skins/ui/tinymce-5/content.css +0 -798
  607. package/dist/tinymce/skins/ui/tinymce-5/content.inline.css +0 -792
  608. package/dist/tinymce/skins/ui/tinymce-5/content.inline.js +0 -15
  609. package/dist/tinymce/skins/ui/tinymce-5/content.inline.min.css +0 -14
  610. package/dist/tinymce/skins/ui/tinymce-5/content.js +0 -15
  611. package/dist/tinymce/skins/ui/tinymce-5/content.min.css +0 -14
  612. package/dist/tinymce/skins/ui/tinymce-5/skin.css +0 -3857
  613. package/dist/tinymce/skins/ui/tinymce-5/skin.js +0 -2
  614. package/dist/tinymce/skins/ui/tinymce-5/skin.min.css +0 -1
  615. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +0 -30
  616. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +0 -2
  617. package/dist/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +0 -1
  618. package/dist/tinymce/skins/ui/tinymce-5-dark/content.css +0 -779
  619. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.css +0 -792
  620. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.js +0 -15
  621. package/dist/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +0 -14
  622. package/dist/tinymce/skins/ui/tinymce-5-dark/content.js +0 -15
  623. package/dist/tinymce/skins/ui/tinymce-5-dark/content.min.css +0 -14
  624. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.css +0 -3857
  625. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.js +0 -2
  626. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.min.css +0 -1
  627. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +0 -30
  628. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +0 -2
  629. package/dist/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +0 -1
  630. package/dist/tinymce/themes/silver/index.js +0 -7
  631. package/dist/tinymce/themes/silver/theme.js +0 -30775
  632. package/dist/tinymce/themes/silver/theme.min.js +0 -1
  633. package/dist/tinymce/tinymce.d.ts +0 -3238
  634. package/dist/tinymce/tinymce.js +0 -31779
  635. package/dist/tinymce/tinymce.min.js +0 -11
  636. package/scripts/copy-tinymce.js +0 -37
  637. /package/dist/src/{common/types/multilingual.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
  638. /package/dist/src/{desktop/components/Calendar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel}/types.js +0 -0
@@ -0,0 +1,854 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SAMPLE_SLIDEBANNER_CB = void 0;
4
+ exports.SAMPLE_SLIDEBANNER_CB = {
5
+ availablePlugins: [],
6
+ blockId: 'CB_188263',
7
+ componentBlockCode: 'CB_SLIDEBANNER',
8
+ componentBlockType: 'COMPLEX',
9
+ compositions: [
10
+ {
11
+ administrativeTitle: 'CUSTOM',
12
+ ccbManualItemUuid: null,
13
+ componentBlocks: [
14
+ {
15
+ availablePlugins: [],
16
+ blockId: 'CB_191884',
17
+ componentBlockCode: 'CB_TEXT',
18
+ componentBlockType: 'GENERAL',
19
+ dynamicLayoutCompositionId: 114,
20
+ id: 191884,
21
+ insertedAt: '2025-05-15T05:05:39',
22
+ jsonProperties: {
23
+ currentVersion: '2025-04-24',
24
+ data: {
25
+ CB_CONTENT_PROP_CLINK: {
26
+ CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
27
+ CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
28
+ CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
29
+ CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
30
+ CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
31
+ CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
32
+ },
33
+ CB_CONTENT_PROP_HOVER: {
34
+ CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
35
+ },
36
+ CB_CONTENT_PROP_TEXT: {
37
+ CB_CONTENT_PROP_TEXT_SPEC_CONNECTDATA: 'NONE',
38
+ CB_CONTENT_PROP_TEXT_SPEC_TEXT: '이건 직접 입력된 텍스트입니당 ㅎㅎ',
39
+ CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: null,
40
+ CB_CONTENT_PROP_TEXT_SPEC_VALUETYPE: 'VALUE'
41
+ },
42
+ CB_CONTENT_PROP_VISIBILITY: {
43
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
44
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
45
+ },
46
+ CB_EFFECT_PROP_ENTANIM: {
47
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
48
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
49
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
50
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
51
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
52
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
53
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
54
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
55
+ },
56
+ CB_EFFECT_PROP_HOVERANIM: {
57
+ CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
58
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
59
+ CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
60
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
61
+ CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
62
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
63
+ CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
64
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
65
+ },
66
+ CB_LAYOUT_PROP_PADDING: {
67
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
68
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
69
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
70
+ bottom: 0,
71
+ left: 0,
72
+ right: 0,
73
+ top: 0
74
+ },
75
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
76
+ },
77
+ CB_PLACEMENT_PROP_PLACEMENT: {
78
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 6,
79
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
80
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 3,
81
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 4,
82
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 0,
83
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
84
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 5,
85
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 5,
86
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
87
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
88
+ },
89
+ CB_STYLE_PROP_OPACITY: {
90
+ CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
91
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
92
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
93
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
94
+ },
95
+ CB_STYLE_PROP_TEXT: {
96
+ CB_STYLE_PROP_TEXT_SPEC_COLOR: '#FFFFFFFF',
97
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null,
98
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null,
99
+ 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null,
100
+ CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: 'CENTER',
101
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null,
102
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null,
103
+ 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null,
104
+ CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: 0,
105
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null,
106
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null,
107
+ 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null,
108
+ CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: 130,
109
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null,
110
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null,
111
+ 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null,
112
+ CB_STYLE_PROP_TEXT_SPEC_SIZE: 36,
113
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null,
114
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null,
115
+ 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null,
116
+ CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: 'PRETENDARD',
117
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null,
118
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null,
119
+ 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null,
120
+ CB_STYLE_PROP_TEXT_SPEC_VERTICAL: 'MIDDLE',
121
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null,
122
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null,
123
+ 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null,
124
+ CB_STYLE_PROP_TEXT_SPEC_WEIGHT: 700,
125
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null,
126
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null,
127
+ 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null
128
+ }
129
+ },
130
+ minVersion: '2023-08-03',
131
+ version: '2025-04-24'
132
+ },
133
+ queryableDefinitionPreset: 'N/A',
134
+ queryableTapSrc: 'N/A',
135
+ updatedAt: '2025-05-19T11:58:33'
136
+ },
137
+ {
138
+ availablePlugins: [],
139
+ blockId: 'CB_191883',
140
+ componentBlockCode: 'CB_IMG',
141
+ componentBlockType: 'GENERAL',
142
+ dynamicLayoutCompositionId: 114,
143
+ id: 191883,
144
+ insertedAt: '2025-05-15T05:05:39',
145
+ jsonProperties: {
146
+ currentVersion: '2025-04-24',
147
+ data: {
148
+ CB_CONTENT_PROP_CLINK: {
149
+ CB_CONTENT_PROP_CLINK_SPEC_CONNECTDATA: 'NONE',
150
+ CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: 'https://publ.co',
151
+ CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: true,
152
+ CB_CONTENT_PROP_CLINK_SPEC_SRC: 'https://publ.co',
153
+ CB_CONTENT_PROP_CLINK_SPEC_TYPE: 'DISABLED',
154
+ CB_CONTENT_PROP_CLINK_SPEC_VALUETYPE: 'VALUE'
155
+ },
156
+ CB_CONTENT_PROP_HOVER: {
157
+ CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
158
+ },
159
+ CB_CONTENT_PROP_IMAGE: {
160
+ CB_CONTENT_PROP_IMAGE_SPEC_CONNECTDATA: 'itemThumbnail',
161
+ CB_CONTENT_PROP_IMAGE_SPEC_SELECTOR: 'https://static.publ.site/pages-sample/img_cb_content_prop_image_spec_selector_01.png',
162
+ CB_CONTENT_PROP_IMAGE_SPEC_VALUETYPE: 'DELEGATEDDATA'
163
+ },
164
+ CB_CONTENT_PROP_VISIBILITY: {
165
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
166
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
167
+ },
168
+ CB_EFFECT_PROP_ENTANIM: {
169
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
170
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
171
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
172
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
173
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
174
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
175
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
176
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
177
+ },
178
+ CB_EFFECT_PROP_HOVERANIM: {
179
+ CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
180
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
181
+ CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
182
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
183
+ CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
184
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
185
+ CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
186
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
187
+ },
188
+ CB_LAYOUT_PROP_PADDING: {
189
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
190
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
191
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
192
+ bottom: 0,
193
+ left: 0,
194
+ right: 0,
195
+ top: 0
196
+ },
197
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
198
+ },
199
+ CB_PLACEMENT_PROP_PLACEMENT: {
200
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 6,
201
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
202
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 5,
203
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 5,
204
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 0,
205
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
206
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 0,
207
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 0,
208
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
209
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
210
+ },
211
+ CB_STYLE_PROP_BORDER: {
212
+ CB_STYLE_PROP_BORDER_SPEC_COLOR: '#333333FF',
213
+ 'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': null,
214
+ 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null,
215
+ 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null,
216
+ CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
217
+ bl: 0,
218
+ br: 0,
219
+ tl: 0,
220
+ tr: 0
221
+ },
222
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': null,
223
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null,
224
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null,
225
+ CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: true,
226
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': null,
227
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null,
228
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null,
229
+ CB_STYLE_PROP_BORDER_SPEC_STYLE: 'NONE',
230
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': null,
231
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null,
232
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null,
233
+ CB_STYLE_PROP_BORDER_SPEC_WIDTH: 2,
234
+ 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': null,
235
+ 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null,
236
+ 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null
237
+ },
238
+ CB_STYLE_PROP_IMAGE: {
239
+ CB_STYLE_PROP_IMAGE_SPEC_FIT: 'CONTAIN',
240
+ 'CB_STYLE_PROP_IMAGE_SPEC_FIT:HOVER': null,
241
+ 'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE': null,
242
+ 'CB_STYLE_PROP_IMAGE_SPEC_FIT:MOBILE:HOVER': null,
243
+ CB_STYLE_PROP_IMAGE_SPEC_POSITION: 'CC',
244
+ 'CB_STYLE_PROP_IMAGE_SPEC_POSITION:HOVER': null,
245
+ 'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE': null,
246
+ 'CB_STYLE_PROP_IMAGE_SPEC_POSITION:MOBILE:HOVER': null
247
+ },
248
+ CB_STYLE_PROP_OPACITY: {
249
+ CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
250
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null,
251
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
252
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
253
+ },
254
+ CB_STYLE_PROP_SHADOW: {
255
+ CB_STYLE_PROP_SHADOW_SPEC_BLUR: 24,
256
+ 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null,
257
+ 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null,
258
+ 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null,
259
+ CB_STYLE_PROP_SHADOW_SPEC_COLOR: '#000000FF',
260
+ 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null,
261
+ 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null,
262
+ 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null,
263
+ CB_STYLE_PROP_SHADOW_SPEC_OPACITY: 30,
264
+ 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null,
265
+ 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null,
266
+ 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null,
267
+ CB_STYLE_PROP_SHADOW_SPEC_SPREAD: 2,
268
+ 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null,
269
+ 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null,
270
+ 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null,
271
+ CB_STYLE_PROP_SHADOW_SPEC_TYPE: 'NONE',
272
+ 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': null,
273
+ 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null,
274
+ 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null,
275
+ CB_STYLE_PROP_SHADOW_SPEC_X: 0,
276
+ 'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null,
277
+ 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null,
278
+ 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null,
279
+ CB_STYLE_PROP_SHADOW_SPEC_Y: 12,
280
+ 'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null,
281
+ 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null,
282
+ 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null
283
+ }
284
+ },
285
+ minVersion: '2023-08-03',
286
+ version: '2025-04-24'
287
+ },
288
+ queryableDefinitionPreset: 'N/A',
289
+ queryableTapSrc: 'N/A',
290
+ updatedAt: '2025-05-19T09:47:12'
291
+ }
292
+ ],
293
+ compositionCode: 'CMP_GENERAL',
294
+ compositionTemplateCode: 'CMPTP_CB_SLIDEBANNER_NNN_CUSTOM',
295
+ dynamicLayoutComponentBlockId: 188263,
296
+ id: 114,
297
+ insertedAt: '2025-05-15T05:05:39',
298
+ isDefault: true,
299
+ jsonProperties: {
300
+ currentVersion: '2025-04-24',
301
+ data: {
302
+ CB_CONTENT_PROP_COMPOSITIONSMARTARRANGE: {
303
+ CB_CONTENT_PROP_COMPOSITIONSMARTARRANGE_SPEC_MANUAL: null
304
+ },
305
+ CB_CONTENT_PROP_HOVER: {
306
+ CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
307
+ },
308
+ CB_LAYOUT_PROP_PADDING: {
309
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
310
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
311
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
312
+ bottom: 0,
313
+ left: 0,
314
+ right: 0,
315
+ top: 0
316
+ },
317
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
318
+ },
319
+ CB_PLACEMENT_PROP_COMPOSITION: {
320
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS: 6,
321
+ 'CB_PLACEMENT_PROP_COMPOSITION_SPEC_COLUMNS:MOBILE': null,
322
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT: null,
323
+ 'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXHEIGHT:MOBILE': null,
324
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH: null,
325
+ 'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MAXWIDTH:MOBILE': null,
326
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT: null,
327
+ 'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINHEIGHT:MOBILE': null,
328
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH: null,
329
+ 'CB_PLACEMENT_PROP_COMPOSITION_SPEC_MINWIDTH:MOBILE': null,
330
+ CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS: 7,
331
+ 'CB_PLACEMENT_PROP_COMPOSITION_SPEC_ROWS:MOBILE': null
332
+ },
333
+ CB_STYLE_PROP_BGCOLOR: {
334
+ CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
335
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
336
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
337
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
338
+ CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#083E07FF',
339
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
340
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null,
341
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
342
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#27FFBFFF',
343
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null,
344
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
345
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
346
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
347
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null,
348
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
349
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
350
+ CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'LINEAR',
351
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null,
352
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
353
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
354
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: '#455EEFFF',
355
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null,
356
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
357
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
358
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
359
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
360
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
361
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
362
+ CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'SOLID',
363
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
364
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null,
365
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
366
+ },
367
+ CB_STYLE_PROP_BGMEDIA: {
368
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null,
369
+ CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: true,
370
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null,
371
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null,
372
+ CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: 600,
373
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:MOBILE:HOVER': null,
374
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: 'COVER',
375
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null,
376
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null,
377
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:MOBILE': null,
378
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null,
379
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null,
380
+ CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: 0,
381
+ CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE: 'VALUE',
382
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: 'https://static.publ.site/pages-sample/img_cb_style_prop_bgmedia_spec_imageselector_01.png',
383
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null,
384
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA:MOBILE': null,
385
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null,
386
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null,
387
+ CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR: 'https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4',
388
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE:MOBILE': null,
389
+ CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA: 'NONE',
390
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null,
391
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null,
392
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null,
393
+ CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: 'https://www.youtube.com/watch?v=ryYFcl57bVo',
394
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null,
395
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null,
396
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null,
397
+ CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: 'NONE',
398
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null,
399
+ CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: true,
400
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null,
401
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:HOVER': null,
402
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null,
403
+ CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: false,
404
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null,
405
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null,
406
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null,
407
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null,
408
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: 'CC',
409
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null,
410
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null,
411
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null,
412
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null,
413
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null
414
+ },
415
+ CB_STYLE_PROP_BGOVERLAY: {
416
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: 90,
417
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null,
418
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null,
419
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null,
420
+ CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: '#040F5035',
421
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null,
422
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': null,
423
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null,
424
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: '#27FFBFFF',
425
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null,
426
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null,
427
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null,
428
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: 100,
429
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null,
430
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null,
431
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null,
432
+ CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: 'LINEAR',
433
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null,
434
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null,
435
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null,
436
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: '#455EEFFF',
437
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null,
438
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null,
439
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null,
440
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: 0,
441
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null,
442
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null,
443
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null,
444
+ CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: 'NONE',
445
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null,
446
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': null,
447
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null
448
+ }
449
+ },
450
+ minVersion: '2023-08-03',
451
+ pedigree: {
452
+ blockId: 'ROOT',
453
+ children: [
454
+ {
455
+ blockId: 'CB_191884',
456
+ children: [],
457
+ componentBlockId: 191884,
458
+ type: 'COMPONENT_BLOCK',
459
+ zOrderDesktopInternal: 1,
460
+ zOrderMobileInternal: 1
461
+ },
462
+ {
463
+ blockId: 'CB_191883',
464
+ children: [],
465
+ componentBlockId: 191883,
466
+ type: 'COMPONENT_BLOCK',
467
+ zOrderDesktopInternal: 2,
468
+ zOrderMobileInternal: 2
469
+ }
470
+ ],
471
+ componentBlockId: null,
472
+ type: 'GROUP_BLOCK',
473
+ zOrderDesktopInternal: null,
474
+ zOrderMobileInternal: null
475
+ },
476
+ version: '2025-04-24',
477
+ zOrders: {
478
+ desktop: {
479
+ '191883': 2,
480
+ '191884': 1
481
+ },
482
+ mobile: {
483
+ '191883': 2,
484
+ '191884': 1
485
+ }
486
+ }
487
+ },
488
+ updatedAt: '2025-05-19T12:01:24'
489
+ }
490
+ ],
491
+ dynamicLayoutSectionId: 18661,
492
+ id: 188263,
493
+ insertedAt: '2025-05-15T05:05:39',
494
+ jsonProperties: {
495
+ currentVersion: '2025-01-10',
496
+ data: {
497
+ CB_CONTENT_PROP_HOVER: {
498
+ CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
499
+ },
500
+ CB_CONTENT_PROP_SLIDEBANNER: {
501
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_CONNECTDATA: 'C00007/PAPPQUERY_C00007_VOD_CLASS_TOTAL/PAPPQUERY_FILTERING_CREATED_DATE_UPPER/2000-01-01',
502
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_DATAFILTER: 'NONE',
503
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_DATASORTING: 'PAPPQUERY_SORTING_ITEM_TITLE',
504
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_EDITCOMMONITEM: null,
505
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_ITEMCOUNTS: 50,
506
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_MANUALITEMS: [],
507
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_OFFSET: 0,
508
+ CB_CONTENT_PROP_SLIDEBANNER_SPEC_VALUETYPE: 'DATA'
509
+ },
510
+ CB_CONTENT_PROP_VISIBILITY: {
511
+ CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
512
+ CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: true
513
+ },
514
+ CB_EFFECT_PROP_ENTANIM: {
515
+ CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: 0.7,
516
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null,
517
+ CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: 1,
518
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null,
519
+ CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: 'EASEINOUT',
520
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null,
521
+ CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: 'NONE',
522
+ 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null
523
+ },
524
+ CB_EFFECT_PROP_HOVERANIM: {
525
+ CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: 0.7,
526
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null,
527
+ CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: 1,
528
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null,
529
+ CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: 'EASEINOUT',
530
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null,
531
+ CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: 'NONE',
532
+ 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null
533
+ },
534
+ CB_EFFECT_PROP_SLIDEBANNER: {
535
+ CB_EFFECT_PROP_SLIDEBANNER_SPEC_DURATION: 0.7,
536
+ 'CB_EFFECT_PROP_SLIDEBANNER_SPEC_DURATION:MOBILE': null,
537
+ CB_EFFECT_PROP_SLIDEBANNER_SPEC_TRANSITIONTYPE: 'NONE',
538
+ 'CB_EFFECT_PROP_SLIDEBANNER_SPEC_TRANSITIONTYPE:MOBILE': null
539
+ },
540
+ CB_LAYOUT_PROP_ARRANGE: {
541
+ CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL: 'CENTER',
542
+ 'CB_LAYOUT_PROP_ARRANGE_SPEC_HORIZONTAL:MOBILE': null,
543
+ CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL: 'MIDDLE',
544
+ 'CB_LAYOUT_PROP_ARRANGE_SPEC_VERTICAL:MOBILE': null
545
+ },
546
+ CB_LAYOUT_PROP_PADDING: {
547
+ CB_LAYOUT_PROP_PADDING_SPEC_FIX: true,
548
+ 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null,
549
+ CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
550
+ bottom: 0,
551
+ left: 0,
552
+ right: 0,
553
+ top: 0
554
+ },
555
+ 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': null
556
+ },
557
+ CB_PLACEMENT_PROP_PLACEMENT: {
558
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: 6,
559
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': 8,
560
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: 11,
561
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': 11,
562
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: 6,
563
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': 0,
564
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: 10,
565
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': 22,
566
+ CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: 1,
567
+ 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': 1
568
+ },
569
+ CB_STYLE_PROP_BGCOLOR: {
570
+ CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE: 90,
571
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:HOVER': null,
572
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE': null,
573
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ANGLE:MOBILE:HOVER': null,
574
+ CB_STYLE_PROP_BGCOLOR_SPEC_COLOR: '#4D0046FF',
575
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:HOVER': null,
576
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE': null,
577
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_COLOR:MOBILE:HOVER': null,
578
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR: '#27FFBFFF',
579
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:HOVER': null,
580
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE': null,
581
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDCOLOR:MOBILE:HOVER': null,
582
+ CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC: 100,
583
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:HOVER': null,
584
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE': null,
585
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_ENDLOC:MOBILE:HOVER': null,
586
+ CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT: 'LINEAR',
587
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:HOVER': null,
588
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE': null,
589
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_GRADIENT:MOBILE:HOVER': null,
590
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR: '#455EEFFF',
591
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:HOVER': null,
592
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE': null,
593
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTCOLOR:MOBILE:HOVER': null,
594
+ CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC: 0,
595
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:HOVER': null,
596
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE': null,
597
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_STARTLOC:MOBILE:HOVER': null,
598
+ CB_STYLE_PROP_BGCOLOR_SPEC_TYPE: 'SOLID',
599
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:HOVER': null,
600
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE': null,
601
+ 'CB_STYLE_PROP_BGCOLOR_SPEC_TYPE:MOBILE:HOVER': null
602
+ },
603
+ CB_STYLE_PROP_BGMEDIA: {
604
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE:HOVER': null,
605
+ CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY: true,
606
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE': null,
607
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:HOVER': null,
608
+ CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME: 600,
609
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:MOBILE:HOVER': null,
610
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT: 'COVER',
611
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:HOVER': null,
612
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE': null,
613
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:MOBILE': null,
614
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:HOVER': null,
615
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE:HOVER': null,
616
+ CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME: 0,
617
+ CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE: 'VALUE',
618
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR: 'https://static.publ.site/pages-sample/img_cb_style_prop_bgmedia_spec_imageselector_01.png',
619
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE:HOVER': null,
620
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA:MOBILE': null,
621
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:HOVER': null,
622
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE:MOBILE': null,
623
+ CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR: 'https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4',
624
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VALUETYPE:MOBILE': null,
625
+ CB_STYLE_PROP_BGMEDIA_SPEC_CONNECTDATA: 'NONE',
626
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE': null,
627
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE': null,
628
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME:MOBILE:HOVER': null,
629
+ CB_STYLE_PROP_BGMEDIA_SPEC_YSRC: 'https://www.youtube.com/watch?v=ryYFcl57bVo',
630
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE:HOVER': null,
631
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:HOVER': null,
632
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:HOVER': null,
633
+ CB_STYLE_PROP_BGMEDIA_SPEC_TYPE: 'NONE',
634
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:HOVER': null,
635
+ CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY: true,
636
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:HOVER': null,
637
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR:HOVER': null,
638
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC:MOBILE:HOVER': null,
639
+ CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL: false,
640
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:MOBILE:HOVER': null,
641
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE': null,
642
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY:MOBILE': null,
643
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION:MOBILE': null,
644
+ CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION: 'CC',
645
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_SCROLL:MOBILE:HOVER': null,
646
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR:MOBILE': null,
647
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT:MOBILE': null,
648
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY:HOVER': null,
649
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME:MOBILE:HOVER': null
650
+ },
651
+ CB_STYLE_PROP_BGOVERLAY: {
652
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE: 90,
653
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:HOVER': null,
654
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE': null,
655
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ANGLE:MOBILE:HOVER': null,
656
+ CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR: '#040F5035',
657
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:HOVER': null,
658
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE': null,
659
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_COLOR:MOBILE:HOVER': null,
660
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR: '#27FFBFFF',
661
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:HOVER': null,
662
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE': null,
663
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDCOLOR:MOBILE:HOVER': null,
664
+ CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC: 100,
665
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:HOVER': null,
666
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE': null,
667
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_ENDLOC:MOBILE:HOVER': null,
668
+ CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT: 'LINEAR',
669
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:HOVER': null,
670
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE': null,
671
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_GRADIENT:MOBILE:HOVER': null,
672
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR: '#455EEFFF',
673
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:HOVER': null,
674
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE': null,
675
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTCOLOR:MOBILE:HOVER': null,
676
+ CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC: 0,
677
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:HOVER': null,
678
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE': null,
679
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_STARTLOC:MOBILE:HOVER': null,
680
+ CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE: 'NONE',
681
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:HOVER': null,
682
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': null,
683
+ 'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null
684
+ },
685
+ CB_STYLE_PROP_BORDER: {
686
+ CB_STYLE_PROP_BORDER_SPEC_COLOR: '#F0F0F0FF',
687
+ 'CB_STYLE_PROP_BORDER_SPEC_COLOR:HOVER': '#F0F0F0FF',
688
+ 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE': null,
689
+ 'CB_STYLE_PROP_BORDER_SPEC_COLOR:MOBILE:HOVER': null,
690
+ CB_STYLE_PROP_BORDER_SPEC_RADIUS: {
691
+ bl: 16,
692
+ br: 16,
693
+ tl: 16,
694
+ tr: 16
695
+ },
696
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:HOVER': {
697
+ bl: 16,
698
+ br: 16,
699
+ tl: 16,
700
+ tr: 16
701
+ },
702
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE': null,
703
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUS:MOBILE:HOVER': null,
704
+ CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX: true,
705
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:HOVER': true,
706
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE': null,
707
+ 'CB_STYLE_PROP_BORDER_SPEC_RADIUSFIX:MOBILE:HOVER': null,
708
+ CB_STYLE_PROP_BORDER_SPEC_STYLE: 'SOLID',
709
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:HOVER': 'SOLID',
710
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE': null,
711
+ 'CB_STYLE_PROP_BORDER_SPEC_STYLE:MOBILE:HOVER': null,
712
+ CB_STYLE_PROP_BORDER_SPEC_WIDTH: 1,
713
+ 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:HOVER': 1,
714
+ 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE': null,
715
+ 'CB_STYLE_PROP_BORDER_SPEC_WIDTH:MOBILE:HOVER': null
716
+ },
717
+ CB_STYLE_PROP_OPACITY: {
718
+ CB_STYLE_PROP_OPACITY_SPEC_OPACITY: 100,
719
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': 95,
720
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null,
721
+ 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null
722
+ },
723
+ CB_STYLE_PROP_SHADOW: {
724
+ CB_STYLE_PROP_SHADOW_SPEC_BLUR: 24,
725
+ 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:HOVER': null,
726
+ 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE': null,
727
+ 'CB_STYLE_PROP_SHADOW_SPEC_BLUR:MOBILE:HOVER': null,
728
+ CB_STYLE_PROP_SHADOW_SPEC_COLOR: '#000000FF',
729
+ 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:HOVER': null,
730
+ 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE': null,
731
+ 'CB_STYLE_PROP_SHADOW_SPEC_COLOR:MOBILE:HOVER': null,
732
+ CB_STYLE_PROP_SHADOW_SPEC_OPACITY: 30,
733
+ 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:HOVER': null,
734
+ 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE': null,
735
+ 'CB_STYLE_PROP_SHADOW_SPEC_OPACITY:MOBILE:HOVER': null,
736
+ CB_STYLE_PROP_SHADOW_SPEC_SPREAD: 2,
737
+ 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:HOVER': null,
738
+ 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE': null,
739
+ 'CB_STYLE_PROP_SHADOW_SPEC_SPREAD:MOBILE:HOVER': null,
740
+ CB_STYLE_PROP_SHADOW_SPEC_TYPE: 'NONE',
741
+ 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:HOVER': 'OUTSET',
742
+ 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE': null,
743
+ 'CB_STYLE_PROP_SHADOW_SPEC_TYPE:MOBILE:HOVER': null,
744
+ CB_STYLE_PROP_SHADOW_SPEC_X: 0,
745
+ 'CB_STYLE_PROP_SHADOW_SPEC_X:HOVER': null,
746
+ 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE': null,
747
+ 'CB_STYLE_PROP_SHADOW_SPEC_X:MOBILE:HOVER': null,
748
+ CB_STYLE_PROP_SHADOW_SPEC_Y: 12,
749
+ 'CB_STYLE_PROP_SHADOW_SPEC_Y:HOVER': null,
750
+ 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE': null,
751
+ 'CB_STYLE_PROP_SHADOW_SPEC_Y:MOBILE:HOVER': null
752
+ },
753
+ CB_STYLE_PROP_SLIDEBANNER: {
754
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSTYLE: 'NONE',
755
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSTYLE:MOBILE:HOVER': null,
756
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSTYLE:MOBILE': null,
757
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSTYLE:HOVER': null,
758
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSIZE: 'MEDIUM',
759
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSIZE:MOBILE:HOVER': null,
760
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSIZE:HOVER': null,
761
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSIZE:MOBILE': null,
762
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNLOCATION: 'OUTSET1',
763
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNLOCATION:HOVER': null,
764
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNLOCATION:MOBILE:HOVER': null,
765
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNLOCATION:MOBILE': null,
766
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNPRIMARYCOLOR: '#3834FFFF',
767
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNPRIMARYCOLOR:HOVER': null,
768
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNPRIMARYCOLOR:MOBILE': null,
769
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNPRIMARYCOLOR:MOBILE:HOVER': null,
770
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSECONDARYCOLOR: '#5CFF00FF',
771
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSECONDARYCOLOR:HOVER': null,
772
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSECONDARYCOLOR:MOBILE': null,
773
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_NEXTBTNSECONDARYCOLOR:MOBILE:HOVER': null,
774
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSTYLE: 'DESIGN1',
775
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSTYLE:MOBILE': null,
776
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSTYLE:MOBILE:HOVER': null,
777
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSTYLE:HOVER': null,
778
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSIZE: 'MEDIUM',
779
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSIZE:MOBILE:HOVER': null,
780
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSIZE:MOBILE': null,
781
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSIZE:HOVER': null,
782
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNLOCATION: 'OUTSET1',
783
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNLOCATION:HOVER': null,
784
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNLOCATION:MOBILE': null,
785
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNLOCATION:MOBILE:HOVER': null,
786
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNPRIMARYCOLOR: '#FF1FFFFF',
787
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNPRIMARYCOLOR:HOVER': null,
788
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNPRIMARYCOLOR:MOBILE': null,
789
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNPRIMARYCOLOR:MOBILE:HOVER': null,
790
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSECONDARYCOLOR: '#5CFF00FF',
791
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSECONDARYCOLOR:HOVER': null,
792
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSECONDARYCOLOR:MOBILE': null,
793
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PREVBTNSECONDARYCOLOR:MOBILE:HOVER': null,
794
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBAR: 'DESIGN1',
795
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBAR:MOBILE': null,
796
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBAR:HOVER': null,
797
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBAR:MOBILE:HOVER': null,
798
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSIZE: 'MEDIUM',
799
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSIZE:MOBILE:HOVER': null,
800
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSIZE:MOBILE': null,
801
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSIZE:HOVER': null,
802
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARPRIMARYCOLOR: '#FF6B34FF',
803
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARPRIMARYCOLOR:HOVER': null,
804
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARPRIMARYCOLOR:MOBILE': null,
805
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARPRIMARYCOLOR:MOBILE:HOVER': null,
806
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSECONDARYCOLOR: '#00FFD9FF',
807
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSECONDARYCOLOR:HOVER': null,
808
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSECONDARYCOLOR:MOBILE': null,
809
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PROGRESSBARSECONDARYCOLOR:MOBILE:HOVER': null,
810
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSTYLE: 'NONE',
811
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSTYLE:MOBILE:HOVER': null,
812
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSTYLE:HOVER': null,
813
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSTYLE:MOBILE': null,
814
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSIZE: 'MEDIUM',
815
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSIZE:HOVER': null,
816
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSIZE:MOBILE': null,
817
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSIZE:MOBILE:HOVER': null,
818
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONLOCATION: 'OUTSET1',
819
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONLOCATION:HOVER': null,
820
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONLOCATION:MOBILE': null,
821
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONLOCATION:MOBILE:HOVER': null,
822
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONPRIMARYCOLOR: '#3834FFFF',
823
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONPRIMARYCOLOR:HOVER': null,
824
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONPRIMARYCOLOR:MOBILE': null,
825
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONPRIMARYCOLOR:MOBILE:HOVER': null,
826
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSECONDARYCOLOR: '#5CFF00FF',
827
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSECONDARYCOLOR:HOVER': null,
828
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSECONDARYCOLOR:MOBILE': null,
829
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_PAGINATIONSECONDARYCOLOR:MOBILE:HOVER': null,
830
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_STYLE: 'DESIGN1',
831
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_STYLE:MOBILE': null,
832
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_STYLE:MOBILE:HOVER': null,
833
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_STYLE:HOVER': null,
834
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_INFINITESCROLL: true,
835
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_INFINITESCROLL:HOVER': null,
836
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_INFINITESCROLL:MOBILE:HOVER': null,
837
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_INFINITESCROLL:MOBILE': null,
838
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYTIME: 10,
839
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYTIME:MOBILE:HOVER': null,
840
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYTIME:MOBILE': null,
841
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYTIME:HOVER': null,
842
+ CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYUSE: false,
843
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYUSE:MOBILE:HOVER': null,
844
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYUSE:MOBILE': null,
845
+ 'CB_STYLE_PROP_SLIDEBANNER_SPEC_AUTOPLAYUSE:HOVER': null
846
+ }
847
+ },
848
+ minVersion: '2023-08-03',
849
+ version: '2025-01-10'
850
+ },
851
+ queryableDefinitionPreset: 'N/A',
852
+ queryableTapSrc: 'N/A',
853
+ updatedAt: '2025-05-19T12:11:04'
854
+ };