pds-dev-kit-web-test 2.5.339 → 2.5.340

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 (210) 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/Dropdown/Dropdown.d.ts +1 -1
  55. package/dist/src/mobile/components/Dropdown/Dropdown.js +1 -1
  56. package/dist/src/mobile/components/MobileHeaderBar/utils.d.ts +1 -1
  57. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.d.ts +1 -1
  58. package/dist/src/mobile/components/SegmentedButtonGroup/SegmentedButtonGroup.js +1 -1
  59. package/dist/src/mobile/components/Select/Select.js +1 -1
  60. package/dist/src/mobile/components/Slider/Slider.d.ts +1 -1
  61. package/dist/src/mobile/components/Slider/Slider.js +1 -1
  62. package/dist/src/mobile/components/TextField/TextField.js +1 -1
  63. package/dist/src/sub/AdminList/AdminList/AdminList.d.ts +1 -1
  64. package/dist/src/sub/AdminList/AdminList/AdminList.js +2 -2
  65. package/dist/src/sub/AdminList/AdminList/HeaderRow.d.ts +1 -1
  66. package/dist/src/sub/AdminList/AdminList/HeaderRow.js +2 -2
  67. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +1 -1
  68. package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.js +2 -2
  69. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +1 -1
  70. package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.js +2 -2
  71. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.d.ts +1 -1
  72. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  73. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +1 -1
  74. package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.js +2 -2
  75. package/dist/src/sub/AdminList/ToolBar/ChipList.d.ts +1 -1
  76. package/dist/src/sub/AdminList/ToolBar/ChipList.js +1 -1
  77. package/dist/src/sub/AdminList/ToolBar/SearchField.js +4 -4
  78. package/dist/src/sub/AdminList/ToolBar/ToolBar.d.ts +1 -1
  79. package/dist/src/sub/AdminList/ToolBar/ToolBar.js +3 -3
  80. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +2 -2
  81. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +1 -1
  82. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
  83. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +1 -1
  84. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  85. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
  86. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
  87. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -1
  88. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
  89. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -1
  90. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
  91. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +2 -2
  92. package/dist/src/sub/DynamicLayout/mock_contentsList.js +3 -3
  93. package/dist/src/sub/DynamicLayout/mocks.d.ts +1 -776
  94. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +3 -3
  95. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +1 -1
  96. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  97. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +6 -6
  98. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +2 -2
  99. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +4 -4
  100. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +1 -1
  101. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +1 -1
  102. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +1 -1
  103. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +1 -1
  104. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +4 -4
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +4 -4
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +1 -1
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +1 -1
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +2 -2
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +4 -4
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +1 -1
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +1 -1
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +1 -1
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +8 -8
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -1
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +1 -1
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +2 -2
  141. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +2 -2
  142. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  143. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  144. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  145. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  146. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  147. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  148. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  149. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  150. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  151. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  152. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  153. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  154. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  155. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  156. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  157. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  158. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  159. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  160. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  161. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  162. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  163. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  164. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  165. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  166. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  167. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  168. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  169. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  170. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  171. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  172. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  173. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  174. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  175. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  176. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  177. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  178. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  179. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  180. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  181. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  182. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  183. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  184. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  185. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  186. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  187. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  188. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  189. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  190. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  191. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  192. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  193. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  194. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  195. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  196. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  197. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  198. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  199. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  200. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  201. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  202. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  203. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  204. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  205. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  206. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  207. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  208. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  209. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  210. package/package.json +1 -1
@@ -55,9 +55,9 @@ var publ_echo_1 = require("publ-echo");
55
55
  var group_1 = require("publ-echo/dist/lib/GridLayoutEditor/group");
56
56
  var renderHelpers_1 = require("publ-echo/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
63
  var ComponentBlockMatcher_1 = __importDefault(require("./components/ComponentBlock/ComponentBlockMatcher"));
@@ -58,7 +58,7 @@ function ComponentBlockMatcher(_a) {
58
58
  var compositions = cbProps.compositions;
59
59
  return ((0, jsx_runtime_1.jsx)(SlideBanner_1.SlideBanner, __assign({}, propsWithValue, { compositions: compositions, index: index })));
60
60
  }
61
- case types_1.CB_ALL_CODES.CB_CONTENTSLIST: {
61
+ case types_1.CB_ALL_CODES.CB_LIST: {
62
62
  var compositions = cbProps.compositions;
63
63
  return ((0, jsx_runtime_1.jsx)(ContentsList_1.ContentsList, __assign({}, propsWithValue, { compositions: compositions, index: index })));
64
64
  }
@@ -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,12 +28,12 @@ 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 hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
33
- var useGoogleFonts_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks/useGoogleFonts");
34
- var newUtils_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/newUtils");
35
- var colorUtil_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/newUtils/colorUtil");
36
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
31
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
32
+ var hooks_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks");
33
+ var useGoogleFonts_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts");
34
+ var newUtils_1 = require("@sub/DynamicLayout/sections/CustomSection/newUtils");
35
+ var colorUtil_1 = require("@sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil");
36
+ var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
37
37
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
38
38
  var S_CB_BoxWithShadow_1 = require("../components/S_CB_BoxWithShadow");
39
39
  var S_HiddenCover_1 = require("../components/S_HiddenCover");
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { CB_CONTENTSCAROUSEL } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
3
- import type { CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_CONTENTSCAROUSEL } from '@sub/DynamicLayout/sections/CustomSection/types';
3
+ import type { CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
4
  type Props = CB_CONTENTSCAROUSEL_PROPERTIES_TYPE & IndexForIntersection & {
5
5
  compositions: CB_CONTENTSCAROUSEL['compositions'];
6
6
  };
@@ -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 Composition_1 = __importDefault(require("../../../../../../../DynamicLayout/CompositionRenderer/Composition"));
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 Composition_1 = __importDefault(require("@sub/DynamicLayout/CompositionRenderer/Composition"));
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.CustomNavigation = 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 CustomNavigation = function (_a) {
46
46
  var _b = _a.prevBtnDisabled, prevBtnDisabled = _b === void 0 ? false : _b, _c = _a.prevBtnType, prevBtnType = _c === void 0 ? 'NONE' : _c, _d = _a.prevBtnOffset, prevBtnOffset = _d === void 0 ? { top: '0' } : _d, _e = _a.prevBtnSize, prevBtnSize = _e === void 0 ? 1 : _e, _f = _a.nextBtnDisabled, nextBtnDisabled = _f === void 0 ? false : _f, _g = _a.nextBtnType, nextBtnType = _g === void 0 ? 'NONE' : _g, _h = _a.nextBtnOffset, nextBtnOffset = _h === void 0 ? { top: '0' } : _h, _j = _a.nextBtnSize, nextBtnSize = _j === void 0 ? 1 : _j, onPrevBtnClick = _a.onPrevBtnClick, onNextBtnClick = _a.onNextBtnClick;
@@ -40,7 +40,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomPagination = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
- var components_1 = require("../../../../../../../../DynamicLayout/components");
43
+ var components_1 = require("@sub/DynamicLayout/components");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var CustomPagination = function (_a) {
46
46
  var _b = _a.current, current = _b === void 0 ? 1 : _b, _c = _a.total, total = _c === void 0 ? 1 : _c, _d = _a.type, type = _d === void 0 ? 'NONE' : _d, _e = _a.offset, offset = _e === void 0 ? { top: '0' } : _e, _f = _a.size, size = _f === void 0 ? 1 : _f, onBulletClick = _a.onBulletClick;
@@ -5,7 +5,7 @@ import type { CustomPaginationProps } from './components/CustomPagination';
5
5
  import type { CustomProgressbarProps } from './components/CustomProgressbar';
6
6
  import type { ContentsCarouselCoreProps } from './ContentsCarouselCore';
7
7
  import type { CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS, ContentsCarouselPropsKeys } from './types';
8
- import type { Device } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
8
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
9
9
  type ParseCarouselStyleToCarouselCoreProps = {
10
10
  props: CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS;
11
11
  contentsPropsPartials: Pick<CB_CONTENT_PROP_CONTENTSCAROUSEL, 'CB_CONTENT_PROP_CONTENTSCAROUSEL_SPEC_DISPLAYCOUNTS'>;
@@ -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 ContentsCarouselPropsKeys = keyof CB_STYLE_PROP_CONTENTSCAROUSEL_SPECS;
3
3
  export type CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_STYLE_TYPE = 'DESIGN1' | 'DESIGN2';
4
4
  export type CB_STYLE_PROP_CONTENTSCAROUSEL_SPEC_ITEMSPACING_TYPE = 'WIDE' | 'NORMAL' | 'NARROW';
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- import type { CB_CONTENTSLIST } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
3
- import type { CB_CONTENTSLIST_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
4
- type Props = CB_CONTENTSLIST_PROPERTIES_TYPE & IndexForIntersection & {
5
- compositions: CB_CONTENTSLIST['compositions'];
2
+ import type { CB_LIST } from '@sub/DynamicLayout/sections/CustomSection/types';
3
+ import type { CB_LIST_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
+ type Props = CB_LIST_PROPERTIES_TYPE & IndexForIntersection & {
5
+ compositions: CB_LIST['compositions'];
6
6
  };
7
7
  declare function ContentsList(props: Props): JSX.Element;
8
8
  export default ContentsList;
@@ -21,10 +21,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  /* eslint-disable */
23
23
  var react_1 = require("react");
24
- var Composition_1 = __importDefault(require("../../../../../../../DynamicLayout/CompositionRenderer/Composition"));
25
- var dynamicLayoutContext_1 = require("../../../../../../../DynamicLayout/dynamicLayoutContext");
26
- var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
27
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
24
+ var Composition_1 = __importDefault(require("@sub/DynamicLayout/CompositionRenderer/Composition"));
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
28
  var styled_components_1 = __importDefault(require("styled-components"));
29
29
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
30
30
  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.CustomPagination = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
- var components_1 = require("../../../../../../../../DynamicLayout/components");
43
+ var components_1 = require("@sub/DynamicLayout/components");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var CustomPagination = function (_a) {
46
46
  var effectVisibleStyle = _a.effectVisibleStyle, _b = _a.current, current = _b === void 0 ? 1 : _b, _c = _a.total, total = _c === void 0 ? 1 : _c, _d = _a.type, type = _d === void 0 ? 'NONE' : _d, _e = _a.offset, offset = _e === void 0 ? { top: '0' } : _e, _f = _a.size, size = _f === void 0 ? 1 : _f, onBulletClick = _a.onBulletClick;
@@ -2,7 +2,7 @@ import { FlattenSimpleInterpolation } from 'styled-components';
2
2
  import type { CB_CONTENT_PROP_CONTENTSLIST } from '../types';
3
3
  import type { CustomPaginationProps } from './components/CustomPagination';
4
4
  import type { CB_STYLE_PROP_CONTENTSLIST_SPECS, ContentsListPropsKeys } from './types';
5
- import type { Device } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
5
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
6
6
  type StyleProps = {
7
7
  props: CB_STYLE_PROP_CONTENTSLIST_SPECS;
8
8
  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 CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE_TYPE = 'DESIGN1' | 'DESIGN2';
4
4
  export type CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING_TYPE = 'WIDE' | 'NORMAL' | 'NARROW';
@@ -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,7 +43,7 @@ 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");
46
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
47
47
  var styled_components_1 = __importStar(require("styled-components"));
48
48
  var hooks_1 = require("../../../../hooks");
49
49
  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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
- import type { CB_SLIDEBANNER } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
3
- import type { CB_SLIDEBANNER_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_SLIDEBANNER } from '@sub/DynamicLayout/sections/CustomSection/types';
3
+ import type { CB_SLIDEBANNER_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
4
  type Props = CB_SLIDEBANNER_PROPERTIES_TYPE & IndexForIntersection & {
5
5
  compositions: CB_SLIDEBANNER['compositions'];
6
6
  };
@@ -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 Composition_1 = __importDefault(require("../../../../../../../DynamicLayout/CompositionRenderer/Composition"));
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 Composition_1 = __importDefault(require("@sub/DynamicLayout/CompositionRenderer/Composition"));
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.CustomNavigation = 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 CustomNavigation = function (_a) {
46
46
  var _b = _a.prevBtnDisabled, prevBtnDisabled = _b === void 0 ? false : _b, _c = _a.prevBtnType, prevBtnType = _c === void 0 ? 'NONE' : _c, _d = _a.prevBtnOffset, prevBtnOffset = _d === void 0 ? { top: '0' } : _d, _e = _a.prevBtnSize, prevBtnSize = _e === void 0 ? 1 : _e, _f = _a.nextBtnDisabled, nextBtnDisabled = _f === void 0 ? false : _f, _g = _a.nextBtnType, nextBtnType = _g === void 0 ? 'NONE' : _g, _h = _a.nextBtnOffset, nextBtnOffset = _h === void 0 ? { top: '0' } : _h, _j = _a.nextBtnSize, nextBtnSize = _j === void 0 ? 1 : _j, onPrevBtnClick = _a.onPrevBtnClick, onNextBtnClick = _a.onNextBtnClick;
@@ -40,7 +40,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomPagination = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
- var components_1 = require("../../../../../../../../DynamicLayout/components");
43
+ var components_1 = require("@sub/DynamicLayout/components");
44
44
  var styled_components_1 = __importStar(require("styled-components"));
45
45
  var CustomPagination = function (_a) {
46
46
  var _b = _a.current, current = _b === void 0 ? 1 : _b, _c = _a.total, total = _c === void 0 ? 1 : _c, _d = _a.type, type = _d === void 0 ? 'NONE' : _d, _e = _a.offset, offset = _e === void 0 ? { top: '0' } : _e, _f = _a.size, size = _f === void 0 ? 1 : _f, onBulletClick = _a.onBulletClick;
@@ -4,7 +4,7 @@ import type { CustomPaginationProps } from './components/CustomPagination';
4
4
  import type { CustomProgressbarProps } from './components/CustomProgressbar';
5
5
  import type { SlideBannerCoreProps } from './SlideBannerCore';
6
6
  import type { CB_STYLE_PROP_SLIDEBANNER_SPECS, SlideBannerPropsKeys } from './types';
7
- import type { Device } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
7
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
8
8
  type ParseSlideBannerStyleToSlideBannerCoreProps = {
9
9
  props: CB_STYLE_PROP_SLIDEBANNER_SPECS;
10
10
  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 SlideBannerPropsKeys = keyof CB_STYLE_PROP_SLIDEBANNER_SPECS;
3
3
  export type CB_STYLE_PROP_SLIDEBANNER_SPEC_STYLE_TYPE = 'DESIGN1' | 'DESIGN2';
4
4
  export type CB_STYLE_PROP_SLIDEBANNER_SPEC_INFINITESCROLL_TYPE = boolean;
@@ -17,7 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  var jsx_runtime_1 = require("react/jsx-runtime");
18
18
  /* eslint-disable react/destructuring-assignment */
19
19
  var react_1 = require("react");
20
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
20
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
21
21
  var hooks_1 = require("../../../../hooks");
22
22
  var getGoogleFonts_1 = require("../../../../hooks/useGoogleFonts/getGoogleFonts");
23
23
  var useGoogleFonts_1 = __importDefault(require("../../../../hooks/useGoogleFonts/useGoogleFonts"));
@@ -13,8 +13,8 @@ var __assign = (this && this.__assign) || function () {
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  var jsx_runtime_1 = require("react/jsx-runtime");
15
15
  var react_1 = require("react");
16
- var DynamicLayout_1 = require("../../../../../../../DynamicLayout");
17
- var ComponentBlocks_1 = require("../../../../../../../DynamicLayout/components/ComponentBlocks");
16
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
17
+ var ComponentBlocks_1 = require("@sub/DynamicLayout/components/ComponentBlocks");
18
18
  var hooks_1 = require("../../../../hooks");
19
19
  var util_1 = require("../../../../util");
20
20
  var S_CB_AnimationObserverBox_1 = require("../components/S_CB_AnimationObserverBox");
@@ -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;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { CB_YOUTUBE_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_YOUTUBE_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
3
3
  type Props = CB_YOUTUBE_PROPERTIES_TYPE & IndexForIntersection;
4
4
  export type YOUTUBE_AUTOPLAY_TRIGGER_POINT = 'ALWAYS' | 'VIEWPORT-FREEZE' | 'VIEWPORT';
5
5
  declare function Youtube(props: Props): JSX.Element;
@@ -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 DynamicLayout_1 = require("../../../../../../../DynamicLayout");
24
- var hooks_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/hooks");
25
- var colorUtil_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/newUtils/colorUtil");
26
- var util_1 = require("../../../../../../../DynamicLayout/sections/CustomSection/util");
23
+ var DynamicLayout_1 = require("@sub/DynamicLayout");
24
+ var hooks_1 = require("@sub/DynamicLayout/sections/CustomSection/hooks");
25
+ var colorUtil_1 = require("@sub/DynamicLayout/sections/CustomSection/newUtils/colorUtil");
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");
@@ -1,6 +1,6 @@
1
1
  import type { CB_CONTENT_PROP_YOUTUBE_TYPE } from './types';
2
2
  import type { YOUTUBE_AUTOPLAY_TRIGGER_POINT } from './Youtube';
3
- import type { Device } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
3
+ import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
4
  declare function parseYoutubeContentProp(props: CB_CONTENT_PROP_YOUTUBE_TYPE, device: Device, autoplayTriggerPoint: YOUTUBE_AUTOPLAY_TRIGGER_POINT): {
5
5
  id: string;
6
6
  youtubeSrc: string;
@@ -1,4 +1,4 @@
1
- import type { ENUM_STRING, NUMBER_INTEGER } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
1
+ import type { ENUM_STRING, NUMBER_INTEGER } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
2
  export type CB_CONTENT_PROP_YOUTUBE_TYPE = {
3
3
  CB_CONTENT_PROP_YOUTUBE_SPEC_SRC: string;
4
4
  CB_CONTENT_PROP_YOUTUBE_SPEC_STARTTIME: number;
@@ -1,5 +1,5 @@
1
1
  import type { StylesProps } from '../types';
2
- import type { Device, NUMBER_INTEGER } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { Device, NUMBER_INTEGER } from '@sub/DynamicLayout/sections/CustomSection/util/types';
3
3
  export declare const S_CB_BoxWithShadow: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, StylesProps & {
4
4
  cbStylePropsShadowSpecs: {
5
5
  CB_STYLE_PROP_SHADOW_SPEC_OPACITY: NUMBER_INTEGER;
@@ -42,7 +42,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
42
42
  };
43
43
  Object.defineProperty(exports, "__esModule", { value: true });
44
44
  exports.S_CB_BoxWithShadow = void 0;
45
- var isNullOrUndefined_1 = __importDefault(require("../../../../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
45
+ var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
46
46
  var styled_components_1 = __importStar(require("styled-components"));
47
47
  exports.S_CB_BoxWithShadow = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n /*\n Introduced in IE 10.\n See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/\n */\n\n height: 100%;\n width: 100%;\n\n ", ";\n\n &:before {\n border-bottom-left-radius: ", "px;\n border-bottom-right-radius: ", "px;\n border-top-left-radius: ", "px;\n border-top-right-radius: ", "px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n left: 0;\n opacity: ", ";\n pointer-events: none;\n position: absolute;\n top: 0;\n width: 100%;\n }\n\n &:hover,\n &.hovered {\n ", ";\n\n &:before {\n border-bottom-left-radius: ", "px;\n border-bottom-right-radius: ", "px;\n border-top-left-radius: ", "px;\n border-top-right-radius: ", "px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n left: 0;\n opacity: ", ";\n pointer-events: none;\n position: absolute;\n top: 0;\n width: 100%;\n }\n }\n"], ["\n /*\n Introduced in IE 10.\n See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/\n */\n\n height: 100%;\n width: 100%;\n\n ", ";\n\n &:before {\n border-bottom-left-radius: ", "px;\n border-bottom-right-radius: ", "px;\n border-top-left-radius: ", "px;\n border-top-right-radius: ", "px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n left: 0;\n opacity: ", ";\n pointer-events: none;\n position: absolute;\n top: 0;\n width: 100%;\n }\n\n &:hover,\n &.hovered {\n ", ";\n\n &:before {\n border-bottom-left-radius: ", "px;\n border-bottom-right-radius: ", "px;\n border-top-left-radius: ", "px;\n border-top-right-radius: ", "px;\n box-shadow: ", ";\n content: '';\n height: 100%;\n left: 0;\n opacity: ", ";\n pointer-events: none;\n position: absolute;\n top: 0;\n width: 100%;\n }\n }\n"])), function (_a) {
48
48
  var normalStyle = _a.normalStyle;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var react_1 = require("react");
4
- var dynamicLayoutContext_1 = require("../../../../../../../DynamicLayout/dynamicLayoutContext");
4
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
5
5
  // NOTE: link기능은 탄력적일 필요가 없음.
6
6
  function useCLINK(props) {
7
7
  var src = props.src, openNewTab = props.openNewTab, type = props.type, internalSrc = props.internalSrc;
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  var react_1 = require("react");
7
- var callGoogleFontCSSAndApply_1 = __importDefault(require("../../../../../GoogleFontkit/utils/callGoogleFontCSSAndApply"));
7
+ var callGoogleFontCSSAndApply_1 = __importDefault(require("@sub/GoogleFontkit/utils/callGoogleFontCSSAndApply"));
8
8
  function useGoogleFonts(_a) {
9
9
  var fonts = _a.fonts;
10
10
  (0, react_1.useEffect)(function () {
@@ -1,7 +1,7 @@
1
- import type { CB_BTN_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_TEXT_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE, CB_CONTENTSLIST_PROPERTIES_TYPE, CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, CB_SLIDEBANNER_PROPERTIES_TYPE } from './util/types';
2
- import type { IComposition } from '../../../DynamicLayout/types';
1
+ import type { CB_BTN_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_TEXT_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE, CB_LIST_PROPERTIES_TYPE, CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, CB_SLIDEBANNER_PROPERTIES_TYPE } from './util/types';
2
+ import type { IComposition } from '@sub/DynamicLayout/types';
3
3
  export type CB_TYPES = 'GENERAL';
4
- export type ComponentBlock = CB_TEXT_TYPE | CB_BTN_TYPE | CB_RICHTEXT | CB_DIVIDER | CB_IMG | CB_YOUTUBE | CB_TWITTER | CB_IFRAME | CB_GROUP | CB_CONTENTSLIST | CB_CONTENTSCAROUSEL | CB_SLIDEBANNER;
4
+ export type ComponentBlock = CB_TEXT_TYPE | CB_BTN_TYPE | CB_RICHTEXT | CB_DIVIDER | CB_IMG | CB_YOUTUBE | CB_TWITTER | CB_IFRAME | CB_GROUP | CB_LIST | CB_CONTENTSCAROUSEL | CB_SLIDEBANNER;
5
5
  type GeneralCustomSectionType = {
6
6
  id: number;
7
7
  type: 'GENERAL';
@@ -19,7 +19,7 @@ export type GroupCustomSectionType = {
19
19
  queryableDefinitionPreset: string;
20
20
  dynamicLayoutSectionId: number;
21
21
  };
22
- export type AllCBProperties = CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_CONTENTSLIST_PROPERTIES_TYPE | CB_CONTENTSCAROUSEL_PROPERTIES_TYPE | CB_SLIDEBANNER_PROPERTIES_TYPE;
22
+ export type AllCBProperties = CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_LIST_PROPERTIES_TYPE | CB_CONTENTSCAROUSEL_PROPERTIES_TYPE | CB_SLIDEBANNER_PROPERTIES_TYPE;
23
23
  export type CB_TEXT_TYPE = GeneralCustomSectionType & {
24
24
  componentBlockCode: CB_ALL_CODES.CB_TEXT;
25
25
  jsonProperties: {
@@ -88,10 +88,10 @@ export type CB_SLIDEBANNER = GeneralCustomSectionType & {
88
88
  };
89
89
  compositions: Array<IComposition>;
90
90
  };
91
- export type CB_CONTENTSLIST = GeneralCustomSectionType & {
92
- componentBlockCode: CB_ALL_CODES.CB_CONTENTSLIST;
91
+ export type CB_LIST = GeneralCustomSectionType & {
92
+ componentBlockCode: CB_ALL_CODES.CB_LIST;
93
93
  jsonProperties: {
94
- data: CB_CONTENTSLIST_PROPERTIES_TYPE;
94
+ data: CB_LIST_PROPERTIES_TYPE;
95
95
  };
96
96
  compositions: Array<IComposition>;
97
97
  };
@@ -105,7 +105,7 @@ export declare enum CB_ALL_CODES {
105
105
  CB_TWITTER = "CB_TWITTER",
106
106
  CB_EMBED = "CB_EMBED",
107
107
  CB_GROUP = "CB_GROUP",
108
- CB_CONTENTSLIST = "CB_CONTENTSLIST",
108
+ CB_LIST = "CB_LIST",
109
109
  CB_CONTENTSCAROUSEL = "CB_CONTENTSCAROUSEL",
110
110
  CB_SLIDEBANNER = "CB_SLIDEBANNER"
111
111
  }
@@ -12,7 +12,7 @@ var CB_ALL_CODES;
12
12
  CB_ALL_CODES["CB_TWITTER"] = "CB_TWITTER";
13
13
  CB_ALL_CODES["CB_EMBED"] = "CB_EMBED";
14
14
  CB_ALL_CODES["CB_GROUP"] = "CB_GROUP";
15
- CB_ALL_CODES["CB_CONTENTSLIST"] = "CB_CONTENTSLIST";
15
+ CB_ALL_CODES["CB_LIST"] = "CB_LIST";
16
16
  CB_ALL_CODES["CB_CONTENTSCAROUSEL"] = "CB_CONTENTSCAROUSEL";
17
17
  CB_ALL_CODES["CB_SLIDEBANNER"] = "CB_SLIDEBANNER";
18
18
  })(CB_ALL_CODES = exports.CB_ALL_CODES || (exports.CB_ALL_CODES = {}));
@@ -1,4 +1,4 @@
1
- import type { ICompositionJsonProperties } from '../../../../DynamicLayout/types';
1
+ import type { ICompositionJsonProperties } from '@sub/DynamicLayout/types';
2
2
  type Props = {
3
3
  isMobile: boolean;
4
4
  compositionProps: ICompositionJsonProperties['data']['CB_PLACEMENT_PROP_COMPOSITION'];
@@ -1,3 +1,3 @@
1
1
  import type { Device, JsonPropertiesParserResult } from './types';
2
- import type { ICompositionJsonProperties, ISectionJsonProperties } from '../../../../DynamicLayout/types';
2
+ import type { ICompositionJsonProperties, ISectionJsonProperties } from '@sub/DynamicLayout/types';
3
3
  export default function parseJsonProperties(properties: ISectionJsonProperties['data'] | ICompositionJsonProperties['data'] | undefined, device: Device): JsonPropertiesParserResult;
@@ -1,5 +1,5 @@
1
1
  import { CB_LAYOUT_PROP_KEYS } from './layoutPropParsers/types';
2
2
  import { CB_STYLE_PROP_KEYS } from './stylePropParsers/types';
3
- import type { Device, ParserResult, CB_TEXT_PROPERTIES_TYPE, CB_BTN_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_CONTENTSLIST_PROPERTIES_TYPE, CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, CB_SLIDEBANNER_PROPERTIES_TYPE } from './types';
3
+ import type { Device, ParserResult, CB_TEXT_PROPERTIES_TYPE, CB_BTN_PROPERTIES_TYPE, CB_IMG_PROPERTIES_TYPE, CB_TWITTER_PROPERTIES_TYPE, CB_DIVIDER_PROPERTIES_TYPE, CB_YOUTUBE_PROPERTIES_TYPE, CB_RICHTEXT_PROPERTIES_TYPE, CB_EMBED_PROPERTIES_TYPE, CB_LIST_PROPERTIES_TYPE, CB_CONTENTSCAROUSEL_PROPERTIES_TYPE, CB_SLIDEBANNER_PROPERTIES_TYPE } from './types';
4
4
  export type specTypes = CB_LAYOUT_PROP_KEYS | CB_STYLE_PROP_KEYS;
5
- export default function parseProperties(properties: CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_CONTENTSLIST_PROPERTIES_TYPE | CB_CONTENTSCAROUSEL_PROPERTIES_TYPE | CB_SLIDEBANNER_PROPERTIES_TYPE, device: Device): ParserResult;
5
+ export default function parseProperties(properties: CB_TEXT_PROPERTIES_TYPE | CB_BTN_PROPERTIES_TYPE | CB_IMG_PROPERTIES_TYPE | CB_TWITTER_PROPERTIES_TYPE | CB_DIVIDER_PROPERTIES_TYPE | CB_YOUTUBE_PROPERTIES_TYPE | CB_RICHTEXT_PROPERTIES_TYPE | CB_EMBED_PROPERTIES_TYPE | CB_LIST_PROPERTIES_TYPE | CB_CONTENTSCAROUSEL_PROPERTIES_TYPE | CB_SLIDEBANNER_PROPERTIES_TYPE, device: Device): ParserResult;
@@ -16,7 +16,7 @@ import type { CB_STYLE_PROP_IMAGE_SPECS } from './stylePropParsers/parseStylePro
16
16
  import type { CB_STYLE_PROP_TEXT_OPACITY_SPECS } from './stylePropParsers/parseStylePropOpacity';
17
17
  import type { CB_STYLE_PROP_SHADOW_SPECS } from './stylePropParsers/parseStylePropShadow';
18
18
  import type { NamedStylePropType } from './stylePropParsers/types';
19
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
19
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
20
20
  import type { CSSProperties } from 'react';
21
21
  export type STRING_PLAIN = string;
22
22
  export type ENUM_STRING = string;
@@ -154,7 +154,7 @@ export type CB_SLIDEBANNER_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
154
154
  CB_CONTENT_PROP_VISIBILITY: CB_CONTENT_PROP_VISIBILITY_SPECS;
155
155
  CB_EFFECT_PROP_ENTANIM: CB_EFFECT_PROP_ENTANIM_SPECS;
156
156
  };
157
- export type CB_CONTENTSLIST_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
157
+ export type CB_LIST_PROPERTIES_TYPE = CB_GENERAL_PROPERTIES_TYPE & {
158
158
  CB_CONTENT_PROP_CONTENTSLIST: CB_CONTENT_PROP_CONTENTSLIST;
159
159
  CB_STYLE_PROP_CONTENTSLIST: CB_STYLE_PROP_CONTENTSLIST_SPECS;
160
160
  CB_STYLE_PROP_BORDER: CB_STYLE_PROP_BORDER_SPECS;
@@ -44,8 +44,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
44
44
  var jsx_runtime_1 = require("react/jsx-runtime");
45
45
  /* eslint-disable @typescript-eslint/no-unused-vars */
46
46
  var react_1 = __importStar(require("react"));
47
- var ErrorBoundary_1 = require("../../DynamicLayout/components/Section/ErrorBoundary");
48
- var dynamicLayoutContext_1 = require("../../DynamicLayout/dynamicLayoutContext");
47
+ var ErrorBoundary_1 = require("@sub/DynamicLayout/components/Section/ErrorBoundary");
48
+ var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
49
49
  var styled_components_1 = __importDefault(require("styled-components"));
50
50
  var components_1 = require("../components");
51
51
  var gleStyles_1 = require("../gleStyles");