pds-dev-kit-web-test 2.7.116 → 2.7.117

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 (232) hide show
  1. package/dist/src/common/hooks/useAbsolutePositioner.js +2 -2
  2. package/dist/src/common/hooks/useTooltip.d.ts +2 -2
  3. package/dist/src/common/hooks/useTooltip.js +2 -2
  4. package/dist/src/common/utils/SystemUIPositionGenerator/clickTypeSystemUICssGenerator.d.ts +1 -1
  5. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.d.ts +1 -1
  6. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +2 -2
  7. package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +1 -1
  8. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -1
  9. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  10. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +3 -3
  11. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +1 -1
  12. package/dist/src/desktop/components/BasicListItem/Contents.js +1 -1
  13. package/dist/src/desktop/components/BasicListItem/LeftBox/Badge.js +1 -1
  14. package/dist/src/desktop/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  15. package/dist/src/desktop/components/BasicListItem/LeftBox/Icon.js +1 -1
  16. package/dist/src/desktop/components/BasicListItem/LeftBox/Image.js +1 -1
  17. package/dist/src/desktop/components/BasicListItem/LeftBox/Radio.js +1 -1
  18. package/dist/src/desktop/components/BasicListItem/RightBox/Description.d.ts +1 -1
  19. package/dist/src/desktop/components/BasicListItem/RightBox/Description.js +1 -1
  20. package/dist/src/desktop/components/BasicListItem/RightBox/Switch.js +1 -1
  21. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  22. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +1 -1
  23. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +2 -2
  24. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +1 -1
  25. package/dist/src/desktop/components/Dropdown/Dropdown.js +1 -1
  26. package/dist/src/desktop/components/IconButton/IconButton.d.ts +1 -1
  27. package/dist/src/desktop/components/IconButton/IconButton.js +2 -2
  28. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  29. package/dist/src/desktop/components/SegmentedButtonGroup/SegmentedButtonGroup.js +3 -3
  30. package/dist/src/desktop/components/Select/Select.js +1 -1
  31. package/dist/src/desktop/components/Slider/Slider.d.ts +1 -1
  32. package/dist/src/desktop/components/Slider/Slider.js +1 -1
  33. package/dist/src/desktop/components/TextField/TextField.js +1 -1
  34. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +1 -1
  35. package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
  36. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.d.ts +1 -1
  37. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +2 -2
  38. package/dist/src/hybrid/components/Switch/Switch.d.ts +1 -1
  39. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +2 -2
  40. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.d.ts +1 -1
  41. package/dist/src/mobile/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  42. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +1 -1
  43. package/dist/src/mobile/components/BasicListItem/Contents.js +1 -1
  44. package/dist/src/mobile/components/BasicListItem/LeftBox/Badge.js +1 -1
  45. package/dist/src/mobile/components/BasicListItem/LeftBox/Checkbox.js +1 -1
  46. package/dist/src/mobile/components/BasicListItem/LeftBox/Icon.js +1 -1
  47. package/dist/src/mobile/components/BasicListItem/LeftBox/Image.js +1 -1
  48. package/dist/src/mobile/components/BasicListItem/LeftBox/Radio.js +1 -1
  49. package/dist/src/mobile/components/BasicListItem/RightBox/Description.d.ts +1 -1
  50. package/dist/src/mobile/components/BasicListItem/RightBox/Description.js +1 -1
  51. package/dist/src/mobile/components/BasicListItem/RightBox/Switch.js +1 -1
  52. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +1 -1
  53. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -1
  54. package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +1 -1
  55. package/dist/src/mobile/components/DatePicker/DatePicker.js +2 -2
  56. package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +1 -1
  57. package/dist/src/mobile/components/DatePicker/Day.js +1 -1
  58. package/dist/src/mobile/components/DatePicker/utils.js +1 -1
  59. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +1 -1
  60. package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
  61. package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
  62. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  63. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
  64. package/dist/src/mobile/components/Select/Select.js +1 -1
  65. package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
  66. package/dist/src/mobile/components/Slider/Slider.js +1 -1
  67. package/dist/src/mobile/components/TextField/TextField.js +1 -1
  68. package/dist/src/mobile/components/TextLabel/TextLabel.js +2 -2
  69. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
  70. package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
  71. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
  72. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  73. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
  74. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
  75. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
  76. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
  77. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
  78. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  79. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
  80. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
  81. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
  82. package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
  83. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  84. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
  85. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  86. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +2 -2
  87. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +4 -4
  88. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.d.ts +2 -4
  89. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItem.js +5 -7
  90. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +1 -1
  91. package/dist/src/sub/DynamicLayout/GridAutoRowEditor/GridAutoRowEditor.js +30 -65
  92. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  93. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
  94. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
  95. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +2 -2
  96. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +1 -1
  97. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
  98. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -1
  99. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
  100. package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +0 -135
  101. package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +1 -3
  102. package/dist/src/sub/DynamicLayout/mocks.js +3 -0
  103. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +5 -5
  104. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +1 -1
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +2 -2
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +7 -7
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +2 -2
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +4 -4
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +1 -1
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +1 -1
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +1 -1
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +1 -1
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +2 -2
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +6 -7
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +1 -1
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +1 -1
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +2 -2
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +2 -2
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +4 -4
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +1 -1
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +1 -1
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +17 -15
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +1 -1
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +1 -1
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +1 -1
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.d.ts +2 -2
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +6 -16
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +1 -1
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +5 -5
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  145. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  146. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  147. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  148. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  149. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  150. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +4 -7
  151. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  152. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +1 -1
  153. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +1 -1
  154. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  155. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  156. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +1 -1
  157. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +13 -31
  158. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  159. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  160. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  161. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  162. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  163. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  164. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  165. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  166. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  167. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  168. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  169. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  170. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  171. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  172. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  173. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  174. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  175. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  176. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  177. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  178. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  179. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  180. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  181. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  182. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  183. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  184. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  185. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  186. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  187. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  188. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  189. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  190. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  191. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  192. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  193. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  194. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  195. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  196. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  197. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  198. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  199. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  200. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  201. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  202. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  203. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  204. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  205. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  206. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  207. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  208. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  209. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  210. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  211. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  212. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  213. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  214. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  215. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  216. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  217. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  218. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  219. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  220. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  221. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  222. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  223. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  224. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  225. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  226. package/package.json +1 -1
  227. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItemForCCB.d.ts +0 -14
  228. package/dist/src/sub/DynamicLayout/CompositionRenderer/FlexGridItemForCCB.js +0 -68
  229. package/dist/src/sub/DynamicLayout/utils/groupUtils.d.ts +0 -24
  230. package/dist/src/sub/DynamicLayout/utils/groupUtils.js +0 -224
  231. /package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/{ComponentBlockMatcherWithCCB.d.ts → ComponentBlockMatcher.d.ts} +0 -0
  232. /package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/{ComponentBlockMatcherWithCCB.js → ComponentBlockMatcher.js} +0 -0
@@ -20,8 +20,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var util_1 = require("../../../../DynamicLayout/sections/CustomSection/util");
24
- var isNullOrUndefined_1 = __importDefault(require("../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
23
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
24
+ var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
25
25
  var styled_components_1 = __importDefault(require("styled-components"));
26
26
  var sectionContext_1 = require("../sectionContext");
27
27
  var CustomSectionBackgroundMedia_1 = require("./CustomSectionBackgroundMedia");
@@ -1,7 +1,7 @@
1
1
  import { MutableRefObject } from 'react';
2
2
  import { CSSProperties } from 'styled-components';
3
- import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types';
4
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
3
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
5
5
  type Props = {
6
6
  specs: CB_STYLE_PROP_BGMEDIA_SPECS;
7
7
  playerId: number;
@@ -44,8 +44,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
44
44
  exports.CustomSectionBackgroundMedia = void 0;
45
45
  var jsx_runtime_1 = require("react/jsx-runtime");
46
46
  var react_1 = require("react");
47
- var compositionQueryContext_1 = require("../../../../DynamicLayout/compositionQueryContext");
48
- var utils_1 = require("../../../../DynamicLayout/utils");
47
+ var compositionQueryContext_1 = require("@sub/DynamicLayout/compositionQueryContext");
48
+ var utils_1 = require("@sub/DynamicLayout/utils");
49
49
  var styled_components_1 = __importStar(require("styled-components"));
50
50
  var YouTubeIframe_1 = require("../../YouTubeIframe");
51
51
  var util_1 = require("../util");
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var helper_1 = require("../../../../DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper");
23
+ var helper_1 = require("@sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper");
24
24
  var styled_components_1 = __importDefault(require("styled-components"));
25
25
  function VideoBGMedia(_a) {
26
26
  var src = _a.src, startTime = _a.startTime, endTime = _a.endTime, loop = _a.loop;
@@ -1,5 +1,5 @@
1
- import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types';
2
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
1
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
3
3
  type SpecKeys = keyof Omit<CB_STYLE_PROP_BGMEDIA_SPECS, 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY'>;
4
4
  type ValueSetType = Partial<Record<SpecKeys, string | number | boolean | undefined>>;
5
5
  export default function UseCustomSectionBackgroundMediaData(specs: CB_STYLE_PROP_BGMEDIA_SPECS, device: Device): ValueSetType;
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  return (mod && mod.__esModule) ? mod : { "default": mod };
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- var isNullOrUndefined_1 = __importDefault(require("../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
17
+ var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
18
18
  var AVAILABLE_SPECS = [
19
19
  'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC',
20
20
  'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE',
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
- var FlexGridCustomSection_1 = __importDefault(require("../../../DynamicLayout/sections/FlexGridCustomSection"));
29
+ var FlexGridCustomSection_1 = __importDefault(require("@sub/DynamicLayout/sections/FlexGridCustomSection"));
30
30
  var sections_1 = require("../../sections");
31
31
  function SectionMatcher(_a) {
32
32
  var props = __rest(_a, []);
@@ -178,8 +178,6 @@ export declare const MOCK_COMPONENT_BLOCKS: ({
178
178
  };
179
179
  CB_CONTENT_PROP_TEXT: {
180
180
  CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
181
- CB_CONTENT_PROP_TEXT_SPEC_PREFIX?: undefined;
182
- CB_CONTENT_PROP_TEXT_SPEC_SUFFIX?: undefined;
183
181
  };
184
182
  CB_CONTENT_PROP_VISIBILITY: {
185
183
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
@@ -390,137 +388,6 @@ export declare const MOCK_COMPONENT_BLOCKS: ({
390
388
  };
391
389
  CB_CONTENT_PROP_TEXT: {
392
390
  CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
393
- CB_CONTENT_PROP_TEXT_SPEC_PREFIX: string;
394
- CB_CONTENT_PROP_TEXT_SPEC_SUFFIX: string;
395
- };
396
- CB_CONTENT_PROP_VISIBILITY: {
397
- CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
398
- CB_CONTENT_PROP_VISIBILITY_SPEC_MOBILEWEB: boolean;
399
- };
400
- CB_EFFECT_PROP_ENTANIM: {
401
- CB_EFFECT_PROP_ENTANIM_SPEC_DURATION: number;
402
- 'CB_EFFECT_PROP_ENTANIM_SPEC_DURATION:MOBILE': null;
403
- CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT: number;
404
- 'CB_EFFECT_PROP_ENTANIM_SPEC_REPEAT:MOBILE': null;
405
- CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC: string;
406
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TFUNC:MOBILE': null;
407
- CB_EFFECT_PROP_ENTANIM_SPEC_TYPE: string;
408
- 'CB_EFFECT_PROP_ENTANIM_SPEC_TYPE:MOBILE': null;
409
- };
410
- CB_EFFECT_PROP_HOVERANIM: {
411
- CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION: number;
412
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_DURATION:MOBILE': null;
413
- CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT: number;
414
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_REPEAT:MOBILE': null;
415
- CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC: string;
416
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TFUNC:MOBILE': null;
417
- CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE: string;
418
- 'CB_EFFECT_PROP_HOVERANIM_SPEC_TYPE:MOBILE': null;
419
- };
420
- CB_LAYOUT_PROP_PADDING: {
421
- CB_LAYOUT_PROP_PADDING_SPEC_FIX: boolean;
422
- 'CB_LAYOUT_PROP_PADDING_SPEC_FIX:MOBILE': null;
423
- CB_LAYOUT_PROP_PADDING_SPEC_PADDING: {
424
- bottom: number;
425
- left: number;
426
- right: number;
427
- top: number;
428
- };
429
- 'CB_LAYOUT_PROP_PADDING_SPEC_PADDING:MOBILE': {
430
- bottom: number;
431
- left: number;
432
- right: number;
433
- top: number;
434
- };
435
- };
436
- CB_PLACEMENT_PROP_PLACEMENT: {
437
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS: number;
438
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_COLS:MOBILE': number;
439
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS: number;
440
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ROWS:MOBILE': number;
441
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX: number;
442
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTX:MOBILE': number;
443
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY: number;
444
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_STARTY:MOBILE': number;
445
- CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX: number;
446
- 'CB_PLACEMENT_PROP_PLACEMENT_SPEC_ZINDEX:MOBILE': number;
447
- };
448
- CB_STYLE_PROP_OPACITY: {
449
- CB_STYLE_PROP_OPACITY_SPEC_OPACITY: number;
450
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:HOVER': null;
451
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE': null;
452
- 'CB_STYLE_PROP_OPACITY_SPEC_OPACITY:MOBILE:HOVER': null;
453
- };
454
- CB_STYLE_PROP_TEXT: {
455
- CB_STYLE_PROP_TEXT_SPEC_COLOR: string;
456
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:HOVER': null;
457
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE': null;
458
- 'CB_STYLE_PROP_TEXT_SPEC_COLOR:MOBILE:HOVER': null;
459
- CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL: string;
460
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:HOVER': null;
461
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE': null;
462
- 'CB_STYLE_PROP_TEXT_SPEC_HORIZONTAL:MOBILE:HOVER': null;
463
- CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING: number;
464
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:HOVER': null;
465
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE': null;
466
- 'CB_STYLE_PROP_TEXT_SPEC_LETTERSPACING:MOBILE:HOVER': null;
467
- CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT: number;
468
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:HOVER': null;
469
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE': null;
470
- 'CB_STYLE_PROP_TEXT_SPEC_LINEHEIGHT:MOBILE:HOVER': null;
471
- CB_STYLE_PROP_TEXT_SPEC_SIZE: number;
472
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:HOVER': null;
473
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE': null;
474
- 'CB_STYLE_PROP_TEXT_SPEC_SIZE:MOBILE:HOVER': null;
475
- CB_STYLE_PROP_TEXT_SPEC_TYPEFACE: string;
476
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:HOVER': null;
477
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE': null;
478
- 'CB_STYLE_PROP_TEXT_SPEC_TYPEFACE:MOBILE:HOVER': null;
479
- CB_STYLE_PROP_TEXT_SPEC_VERTICAL: string;
480
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:HOVER': null;
481
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE': null;
482
- 'CB_STYLE_PROP_TEXT_SPEC_VERTICAL:MOBILE:HOVER': null;
483
- CB_STYLE_PROP_TEXT_SPEC_WEIGHT: number;
484
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:HOVER': null;
485
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE': null;
486
- 'CB_STYLE_PROP_TEXT_SPEC_WEIGHT:MOBILE:HOVER': null;
487
- };
488
- CB_CONTENT_PROP_IMAGE?: undefined;
489
- CB_STYLE_PROP_BORDER?: undefined;
490
- CB_STYLE_PROP_IMAGE?: undefined;
491
- CB_STYLE_PROP_SHADOW?: undefined;
492
- CB_STYLE_PROP_COLOR?: undefined;
493
- };
494
- minVersion: string;
495
- version: string;
496
- };
497
- queryableDefinitionPreset: string;
498
- queryableTapSrc: string;
499
- updatedAt: string;
500
- } | {
501
- availablePlugins: never[];
502
- blockId: string;
503
- componentBlockCode: string;
504
- componentBlockType: string;
505
- dynamicLayoutSectionId: number;
506
- id: number;
507
- insertedAt: string;
508
- jsonProperties: {
509
- currentVersion: string;
510
- data: {
511
- CB_CONTENT_PROP_CLINK: {
512
- CB_CONTENT_PROP_CLINK_SPEC_INTERNALSRC: string;
513
- CB_CONTENT_PROP_CLINK_SPEC_NEWTAB: boolean;
514
- CB_CONTENT_PROP_CLINK_SPEC_SRC: string;
515
- CB_CONTENT_PROP_CLINK_SPEC_TYPE: string;
516
- };
517
- CB_CONTENT_PROP_HOVER: {
518
- CB_CONTENT_PROP_HOVER_SPEC_MUSE: boolean;
519
- };
520
- CB_CONTENT_PROP_TEXT: {
521
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
522
- CB_CONTENT_PROP_TEXT_SPEC_PREFIX?: undefined;
523
- CB_CONTENT_PROP_TEXT_SPEC_SUFFIX?: undefined;
524
391
  };
525
392
  CB_CONTENT_PROP_VISIBILITY: {
526
393
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
@@ -806,8 +673,6 @@ export declare const MOCK_COMPONENT_BLOCKS: ({
806
673
  };
807
674
  CB_CONTENT_PROP_TEXT: {
808
675
  CB_CONTENT_PROP_TEXT_SPEC_TEXT: string;
809
- CB_CONTENT_PROP_TEXT_SPEC_PREFIX?: undefined;
810
- CB_CONTENT_PROP_TEXT_SPEC_SUFFIX?: undefined;
811
676
  };
812
677
  CB_CONTENT_PROP_VISIBILITY: {
813
678
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: boolean;
@@ -1171,9 +1171,7 @@ exports.MOCK_COMPONENT_BLOCKS = [
1171
1171
  CB_CONTENT_PROP_HOVER_SPEC_MUSE: true
1172
1172
  },
1173
1173
  CB_CONTENT_PROP_TEXT: {
1174
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: "Today's Book Highlight",
1175
- CB_CONTENT_PROP_TEXT_SPEC_PREFIX: '[Prefix]',
1176
- CB_CONTENT_PROP_TEXT_SPEC_SUFFIX: '[Suffix]'
1174
+ CB_CONTENT_PROP_TEXT_SPEC_TEXT: "Today's Book Highlight"
1177
1175
  },
1178
1176
  CB_CONTENT_PROP_VISIBILITY: {
1179
1177
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
@@ -1,9 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MOCK_SECTIONS = void 0;
4
+ require("./mock_componentBlocks");
4
5
  var mock_contentsCarousel_1 = require("./mock_contentsCarousel");
5
6
  var mock_contentsList_1 = require("./mock_contentsList");
6
7
  var mock_slideBanner_1 = require("./mock_slideBanner");
8
+ require("./mock_video");
9
+ require("./types");
7
10
  exports.MOCK_SECTIONS = [
8
11
  {
9
12
  administrativeTitle: 'Daily Pages',
@@ -55,12 +55,12 @@ var publ_echo_test_1 = require("publ-echo-test");
55
55
  var group_1 = require("publ-echo-test/dist/lib/GridLayoutEditor/group");
56
56
  var renderHelpers_1 = require("publ-echo-test/dist/lib/GridLayoutEditor/utils/renderHelpers");
57
57
  var react_1 = __importStar(require("react"));
58
- var ErrorBoundary_1 = require("../../../DynamicLayout/components/Section/ErrorBoundary");
59
- var dynamicLayoutContext_1 = require("../../../DynamicLayout/dynamicLayoutContext");
60
- var gleStyles_1 = require("../../../DynamicLayout/gleStyles");
58
+ var ErrorBoundary_1 = require("@sub/DynamicLayout/components/Section/ErrorBoundary");
59
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
60
+ var gleStyles_1 = require("@sub/DynamicLayout/gleStyles");
61
61
  var styled_components_1 = __importDefault(require("styled-components"));
62
62
  var components_1 = require("../../components");
63
- var ComponentBlockMatcherWithCCB_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcherWithCCB"));
63
+ var ComponentBlockMatcher_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcher"));
64
64
  var S_HiddenCover_1 = require("./components/ComponentBlock/componentBlocks/components/S_HiddenCover");
65
65
  var clsx_1 = require("./newUtils/clsx");
66
66
  var group_2 = require("./newUtils/group");
@@ -1084,7 +1084,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
1084
1084
  e.stopPropagation();
1085
1085
  e.preventDefault();
1086
1086
  onContextMenuCB(matchedCB.id, e);
1087
- } }, { children: (0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcherWithCCB_1.default, { cbProps: matchedCB, device: device, rowHeight: rowHeight, index: index }) }) })) }), each.i));
1087
+ } }, { children: (0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcher_1.default, { cbProps: matchedCB, device: device, rowHeight: rowHeight, index: index }) }) })) }), each.i));
1088
1088
  }) })) })) }))] })) }));
1089
1089
  });
1090
1090
  function isLayoutPlacementSame(current, prev) {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { ComponentBlock } from './types';
2
+ import { type ComponentBlock } from './types';
3
3
  import type { Device } from './util/types';
4
4
  type Props = {
5
5
  cb: ComponentBlock;
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var styled_components_1 = __importDefault(require("styled-components"));
23
- var ComponentBlockMatcherWithCCB_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcherWithCCB"));
23
+ var ComponentBlockMatcher_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcher"));
24
24
  var types_1 = require("./types");
25
25
  var gap = 10;
26
26
  function FlexGridItem(_a) {
@@ -32,7 +32,7 @@ function FlexGridItem(_a) {
32
32
  return ((0, jsx_runtime_1.jsx)(GridItem, __assign({ "data-cb-id": cb.id, style: __assign({ zIndex: zIndex, gridArea: gridArea }, (isRichText && {
33
33
  minHeight: 0,
34
34
  overflowY: 'scroll'
35
- })) }, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcherWithCCB_1.default, { rowHeight: rowHeight, cbProps: cb, device: device, index: index }) })));
35
+ })) }, { children: (0, jsx_runtime_1.jsx)(ComponentBlockMatcher_1.default, { rowHeight: rowHeight, cbProps: cb, device: device, index: index }) })));
36
36
  }
37
37
  var GridItem = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: auto;\n word-break: break-word;\n"], ["\n height: auto;\n word-break: break-word;\n"])));
38
38
  function getMaxHeight(props, device, rowHeight) {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { CB_BTN_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_BTN_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
3
3
  type Props = CB_BTN_PROPERTIES_TYPE & IndexForIntersection;
4
4
  declare function Button(props: Props): JSX.Element;
5
5
  export default Button;
@@ -28,13 +28,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
29
  /* eslint-disable react/destructuring-assignment */
30
30
  var react_1 = require("react");
31
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
32
- var compositionQueryContext_1 = require("../../../../../../../DynamicLayout/compositionQueryContext");
33
- var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
34
- var useGoogleFonts_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks/useGoogleFonts");
35
- var newUtils_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/newUtils");
36
- var colorUtil_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/newUtils/colorUtil");
37
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
31
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
32
+ var compositionQueryContext_1 = require("@sub/DynamicLayout/compositionQueryContext");
33
+ var hooks_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks");
34
+ var useGoogleFonts_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts");
35
+ var newUtils_1 = require("@sub/DynamicLayout/sections/CustomSection/newUtils");
36
+ var colorUtil_1 = require("@sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil");
37
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
38
38
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
39
39
  var S_CB_BoxWithShadow_1 = require("../components/S_CB_BoxWithShadow");
40
40
  var S_HiddenCover_1 = require("../components/S_HiddenCover");
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { INSET_POSTIION, OUTSET_POSTIION } from './types';
3
- import type { CB_CONTENTSCAROUSEL } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
4
- import type { CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
3
+ import type { CB_CONTENTSCAROUSEL } from '@sub/DynamicLayout/sections/CustomSection/types';
4
+ import type { CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
5
5
  type Props = CB_CONTENTSCAROUSEL_PROPERTIES_TYPE & IndexForIntersection & {
6
6
  compositions: CB_CONTENTSCAROUSEL['compositions'];
7
7
  };
@@ -20,10 +20,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var createCompositions_1 = require("../../../../../../../DynamicLayout/CompositionRenderer/createCompositions");
24
- var dynamicLayoutContext_1 = require("../../../../../../../DynamicLayout/dynamicLayoutContext");
25
- var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
26
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
23
+ var createCompositions_1 = require("@sub/DynamicLayout/CompositionRenderer/createCompositions");
24
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
25
+ var hooks_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks");
26
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
27
27
  var styled_components_1 = __importDefault(require("styled-components"));
28
28
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
29
29
  var S_CB_BoxWithShadow_1 = require("../components/S_CB_BoxWithShadow");
@@ -40,7 +40,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomNavigationNextBtn = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
- var IconButton_1 = require("../../../../../../../../DynamicLayout/components/pdsOriginal/desktop/IconButton");
43
+ var IconButton_1 = require("@sub/DynamicLayout/components/pdsOriginal/desktop/IconButton");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var navigationConfigs_1 = require("./navigationConfigs");
46
46
  var CustomNavigationNextBtn = function (_a) {
@@ -40,7 +40,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomNavigationPrevBtn = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
- var IconButton_1 = require("../../../../../../../../DynamicLayout/components/pdsOriginal/desktop/IconButton");
43
+ var IconButton_1 = require("@sub/DynamicLayout/components/pdsOriginal/desktop/IconButton");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var navigationConfigs_1 = require("./navigationConfigs");
46
46
  var CustomNavigationPrevBtn = function (_a) {
@@ -1,4 +1,4 @@
1
1
  import type { CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_PREVBTNSTYLE_TYPE, CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_NEXTBTNSTYLE_TYPE } from '../types';
2
- import type { IconButtonProps } from '../../../../../../../../DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton';
2
+ import type { IconButtonProps } from '@sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton';
3
3
  export declare const prevButtonMappedIcons: Record<CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_PREVBTNSTYLE_TYPE, IconButtonProps>;
4
4
  export declare const nextButtonMappedIcons: Record<CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_NEXTBTNSTYLE_TYPE, IconButtonProps>;
@@ -1,6 +1,6 @@
1
1
  import type { CB_CONTENT_PROP_CONTENTSCAROUSEL } from '../types';
2
2
  import type { CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS, ContentsCarouselPropsKeys, CustomNavigationProps, CustomProgressbarProps, CoreCarouselProps } from './types';
3
- import type { Device } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
3
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
4
  import type { css } from 'styled-components';
5
5
  type ParseCarouselStyleToCarouselCoreProps = {
6
6
  props: CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS;
@@ -1,4 +1,4 @@
1
- import type { NUMBER_INTEGER } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
1
+ import type { NUMBER_INTEGER } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
2
  import type { SwiperProps } from 'swiper/react';
3
3
  export type ContentsCarouselPropsKeys = keyof CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS;
4
4
  export type OUTSET_POSTIION = 'OUTSET1' | 'OUTSET2' | 'OUTSET3' | 'OUTSET4' | 'OUTSET5' | 'OUTSET6' | 'OUTSET7' | 'OUTSET8' | 'OUTSET9' | 'OUTSET10' | 'OUTSET11' | 'OUTSET12';
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { OUTSET_POSTIION, INSET_POSTIION } from './types';
3
- import type { CB_LIST } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
4
- import type { CB_LIST_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
3
+ import type { CB_LIST } from '@sub/DynamicLayout/sections/CustomSection/types';
4
+ import type { CB_LIST_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
5
5
  type Props = CB_LIST_PROPERTIES_TYPE & IndexForIntersection & {
6
6
  compositions: CB_LIST['compositions'];
7
7
  };
@@ -19,14 +19,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
- /* eslint-disable @typescript-eslint/no-unused-vars */
23
22
  var react_1 = require("react");
24
- var CustomSectionBackgroundMedia_1 = require("../../../../../../../DynamicLayout/components/Section/components/CustomSectionBackgroundMedia");
25
- var createCompositions_1 = require("../../../../../../../DynamicLayout/CompositionRenderer/createCompositions");
26
- var dynamicLayoutContext_1 = require("../../../../../../../DynamicLayout/dynamicLayoutContext");
27
- var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
28
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
29
- var isNullOrUndefined_1 = __importDefault(require("../../../../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
23
+ var CustomSectionBackgroundMedia_1 = require("@sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia");
24
+ var createCompositions_1 = require("@sub/DynamicLayout/CompositionRenderer/createCompositions");
25
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
26
+ var hooks_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks");
27
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
28
+ var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
30
29
  var styled_components_1 = __importDefault(require("styled-components"));
31
30
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
32
31
  var S_CB_BoxWithShadow_1 = require("../components/S_CB_BoxWithShadow");
@@ -20,7 +20,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  exports.Design13 = exports.Design12 = exports.Design11 = exports.Design10 = exports.Design9 = exports.Design8 = exports.Design7 = exports.Design6 = exports.Design5 = exports.Design4 = exports.Design3 = exports.Design2 = exports.Design1 = void 0;
22
22
  var jsx_runtime_1 = require("react/jsx-runtime");
23
- var components_1 = require("../../../../../../../../DynamicLayout/components");
23
+ var components_1 = require("@sub/DynamicLayout/components");
24
24
  var styled_components_1 = __importDefault(require("styled-components"));
25
25
  function Design1(_a) {
26
26
  var total = _a.total, current = _a.current, pages = _a.pages, primaryColor = _a.primaryColor, secondaryColor = _a.secondaryColor, onPageChange = _a.onPageChange, onNext = _a.onNext, onPrevious = _a.onPrevious;
@@ -1,7 +1,7 @@
1
1
  import { FlattenSimpleInterpolation } from 'styled-components';
2
2
  import type { CB_CONTENT_PROP_CONTENTSLIST } from '../types';
3
3
  import type { CB_STYLE_PROP_CONTENTSLIST_SPECS, ContentsListPropsKeys, CustomPaginationProps } from './types';
4
- import type { Device } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
4
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
5
5
  type ParseContentsListStyleToCarouselCoreProps = {
6
6
  props: CB_STYLE_PROP_CONTENTSLIST_SPECS;
7
7
  device: Device;
@@ -1,4 +1,4 @@
1
- import type { NUMBER_INTEGER } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
1
+ import type { NUMBER_INTEGER } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
2
  export type ContentsListPropsKeys = keyof CB_STYLE_PROP_CONTENTSLIST_SPECS;
3
3
  export type OUTSET_POSTIION = 'OUTSET1' | 'OUTSET2' | 'OUTSET3' | 'OUTSET4' | 'OUTSET5' | 'OUTSET6' | 'OUTSET7' | 'OUTSET8' | 'OUTSET9' | 'OUTSET10' | 'OUTSET11' | 'OUTSET12';
4
4
  export type INSET_POSTIION = 'INSET1' | 'INSET2' | 'INSET3' | 'INSET4' | 'INSET5' | 'INSET6' | 'INSET7' | 'INSET8';
@@ -40,7 +40,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  var jsx_runtime_1 = require("react/jsx-runtime");
42
42
  var react_1 = require("react");
43
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
43
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var hooks_1 = require("../../../../hooks");
46
46
  var util_1 = require("../../../../util");
@@ -16,7 +16,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  var jsx_runtime_1 = require("react/jsx-runtime");
18
18
  var react_1 = require("react");
19
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
19
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
20
20
  var hooks_1 = require("../../../../hooks");
21
21
  var util_1 = require("../../../../util");
22
22
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  var jsx_runtime_1 = require("react/jsx-runtime");
11
11
  require("react");
12
12
  var react_i18next_1 = require("react-i18next");
13
- var components_1 = require("../../../../../../../DynamicLayout/components");
13
+ var components_1 = require("@sub/DynamicLayout/components");
14
14
  var styled_components_1 = __importDefault(require("styled-components"));
15
15
  function IframeDenied() {
16
16
  var t = (0, react_i18next_1.useTranslation)().t;
@@ -1,4 +1,4 @@
1
- import type { DefaultBrightTheme } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
1
+ import type { DefaultBrightTheme } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
2
  export type TwitterPropsKeys = keyof CB_TWITTER_STYLE_PROPS;
3
3
  export type CB_TWITTER_STYLE_PROPS = {
4
4
  CB_STYLE_PROP_TWITTER_SPEC_THEME: DefaultBrightTheme;
@@ -43,8 +43,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
43
43
  Object.defineProperty(exports, "__esModule", { value: true });
44
44
  var jsx_runtime_1 = require("react/jsx-runtime");
45
45
  var react_1 = require("react");
46
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
47
- var compositionQueryContext_1 = require("../../../../../../../DynamicLayout/compositionQueryContext");
46
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
47
+ var compositionQueryContext_1 = require("@sub/DynamicLayout/compositionQueryContext");
48
48
  var styled_components_1 = __importStar(require("styled-components"));
49
49
  var hooks_1 = require("../../../../hooks");
50
50
  var util_1 = require("../../../../util");
@@ -1,4 +1,4 @@
1
- import type { ENUM_STRING, STRING_PLAIN } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
1
+ import type { ENUM_STRING, STRING_PLAIN } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
2
  export type ImagePropsKeys = keyof CB_IMAGE_STYLE_PROPS;
3
3
  export type CB_IMAGE_STYLE_PROPS = {
4
4
  CB_STYLE_PROP_IMAGE_SPEC_FIT: STRING_PLAIN;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { CB_RICHTEXT_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_RICHTEXT_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
3
3
  type Props = CB_RICHTEXT_PROPERTIES_TYPE & IndexForIntersection;
4
4
  declare function RichText(props: Props): JSX.Element;
5
5
  export default RichText;
@@ -21,11 +21,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  /* eslint-disable react/destructuring-assignment */
23
23
  var react_1 = require("react");
24
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
25
- var RichText_1 = require("../../../../../../../DynamicLayout/components/ComponentBlocks/RichText");
26
- var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
27
- var colorUtil_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/newUtils/colorUtil");
28
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
24
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
25
+ var RichText_1 = require("@sub/DynamicLayout/components/ComponentBlocks/RichText");
26
+ var hooks_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks");
27
+ var colorUtil_1 = require("@sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil");
28
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
29
29
  var styled_components_1 = __importDefault(require("styled-components"));
30
30
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
31
31
  var S_CB_BoxWithShadow_1 = require("../components/S_CB_BoxWithShadow");
@@ -1,5 +1,5 @@
1
1
  import type { BGColorPropsKeys, CB_STYLE_PROP_BGCOLOR_SPECS } from '../Youtube/types';
2
- import type { ENUM_STRING, NUMBER_INTEGER } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { ENUM_STRING, NUMBER_INTEGER } from '@sub/DynamicLayout/sections/CustomSection/util/types';
3
3
  export type CB_STYLE_PROP_BGOVERLAY_ENUM_GRADIENT = 'LINEAR' | 'RADIAL';
4
4
  export type CB_STYLE_PROP_BGOVERLAY_ENUM_TYPE = 'NONE' | 'SOLID' | 'GRADIENT';
5
5
  export type CB_STYLE_PROP_BGOVERLAY_SPECS_BASE = {
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import type { INSET_POSTIION, OUTSET_POSTIION } from './types';
3
- import type { CB_SLIDEBANNER } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
4
- import type { CB_SLIDEBANNER_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
3
+ import type { CB_SLIDEBANNER } from '@sub/DynamicLayout/sections/CustomSection/types';
4
+ import type { CB_SLIDEBANNER_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
5
5
  type Props = CB_SLIDEBANNER_PROPERTIES_TYPE & IndexForIntersection & {
6
6
  compositions: CB_SLIDEBANNER['compositions'];
7
7
  };