pds-dev-kit-web-test 2.5.338 → 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 (220) 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 +3 -0
  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_contentsCarousel.js +1 -1
  92. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +2 -0
  93. package/dist/src/sub/DynamicLayout/mock_contentsList.js +291 -0
  94. package/dist/src/sub/DynamicLayout/mocks.d.ts +3 -776
  95. package/dist/src/sub/DynamicLayout/mocks.js +14 -2
  96. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +3 -3
  97. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +5 -0
  98. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.d.ts +1 -1
  99. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +6 -6
  100. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +2 -2
  101. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +4 -4
  102. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +1 -1
  103. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +1 -1
  104. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +1 -1
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +1 -1
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +8 -0
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +93 -0
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +17 -0
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +39 -0
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +27 -0
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +188 -0
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +30 -0
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +357 -0
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.js +8 -0
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +46 -0
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Divider/Divider.js +1 -1
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +2 -2
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +4 -4
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +1 -1
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +1 -1
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +1 -1
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +1 -1
  133. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
  134. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +11 -1
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  145. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +12 -4
  146. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
  147. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +1 -1
  148. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  149. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  150. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +17 -2
  151. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +2 -2
  152. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  153. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  154. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  155. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  156. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  157. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  158. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  159. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  160. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  161. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  162. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  163. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  164. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  165. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  166. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  167. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  168. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  169. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  170. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  171. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  172. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  173. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  174. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  175. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  176. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  177. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  178. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  179. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  180. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  181. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  182. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  183. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  184. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  185. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  186. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  187. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  188. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  189. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  190. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  191. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  192. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  193. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  194. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  195. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  196. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  197. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  198. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  199. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  200. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  201. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  202. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  203. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  204. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  205. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  206. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  207. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  208. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  209. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  210. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  211. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  212. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  213. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  214. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  215. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  216. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  217. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  218. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  219. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  220. package/package.json +1 -1
@@ -0,0 +1,357 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __assign = (this && this.__assign) || function () {
7
+ __assign = Object.assign || function(t) {
8
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
9
+ s = arguments[i];
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
+ t[p] = s[p];
12
+ }
13
+ return t;
14
+ };
15
+ return __assign.apply(this, arguments);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.getCustomPaginationPropKey = exports.parsePaginationStyleProp = exports.parseGridContentProp = exports.parseGridStyleProp = void 0;
19
+ var styled_components_1 = require("styled-components");
20
+ function getStyleTypePropStyleValues(value) {
21
+ switch (value) {
22
+ case 'DESIGN1': {
23
+ return (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: red;\n height: 100%;\n width: 100%;\n "], ["\n background-color: red;\n height: 100%;\n width: 100%;\n "])));
24
+ }
25
+ case 'DESIGN2': {
26
+ var overlayEffect = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background: rgba(255, 255, 255, 0.7);\n content: '';\n height: 100%;\n position: absolute;\n top: 0; /* \uD22C\uBA85\uB3C4 \uC870\uC808 (0 = \uC644\uC804 \uD22C\uBA85, 1 = \uBD88\uD22C\uBA85) */\n width: 20%;\n z-index: 2;\n "], ["\n background: rgba(255, 255, 255, 0.7);\n content: '';\n height: 100%;\n position: absolute;\n top: 0; /* \uD22C\uBA85\uB3C4 \uC870\uC808 (0 = \uC644\uC804 \uD22C\uBA85, 1 = \uBD88\uD22C\uBA85) */\n width: 20%;\n z-index: 2;\n "])));
27
+ return (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n overflow: hidden;\n position: relative;\n\n &::before {\n ", "\n left: 0;\n }\n\n &::after {\n ", "\n right: 0;\n }\n "], ["\n overflow: hidden;\n position: relative;\n\n &::before {\n ", "\n left: 0;\n }\n\n &::after {\n ", "\n right: 0;\n }\n "])), overlayEffect, overlayEffect);
28
+ }
29
+ default: {
30
+ return (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 100%;\n width: 100%;\n "], ["\n height: 100%;\n width: 100%;\n "])));
31
+ }
32
+ }
33
+ }
34
+ function getItemSpacingPropStyleValues(value) {
35
+ switch (value) {
36
+ case 'NARROW': {
37
+ return (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n grid-column-gap: 8px;\n "], ["\n grid-column-gap: 8px;\n "])));
38
+ }
39
+ case 'NORMAL': {
40
+ return (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n grid-column-gap: 24px;\n "], ["\n grid-column-gap: 24px;\n "])));
41
+ }
42
+ case 'WIDE': {
43
+ return (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n grid-column-gap: 36px;\n "], ["\n grid-column-gap: 36px;\n "])));
44
+ }
45
+ default: {
46
+ return (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n grid-column-gap: 24px;\n "], ["\n grid-column-gap: 24px;\n "])));
47
+ }
48
+ }
49
+ }
50
+ function getItemLineHeightPropStyleValues(value) {
51
+ return (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n grid-row-gap: ", "px;\n "], ["\n grid-row-gap: ", "px;\n "])), value);
52
+ }
53
+ function getItemHeightFitContentPropStyleValues(value) {
54
+ return (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n overflow-y: ", ";\n "], ["\n overflow-y: ", ";\n "])), value ? 'visible' : 'auto');
55
+ }
56
+ function parseStylePropertyStyles(key, value) {
57
+ switch (key) {
58
+ case 'CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE':
59
+ return getStyleTypePropStyleValues(value);
60
+ case 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING':
61
+ return getItemSpacingPropStyleValues(value);
62
+ case 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT':
63
+ return getItemLineHeightPropStyleValues(value);
64
+ case 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT':
65
+ return getItemHeightFitContentPropStyleValues(value);
66
+ case 'CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL':
67
+ break;
68
+ }
69
+ return undefined;
70
+ }
71
+ function getColumnsPropStyleValues(value) {
72
+ return (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n grid-template-columns: repeat(", ", 1fr);\n "], ["\n grid-template-columns: repeat(", ", 1fr);\n "])), value);
73
+ }
74
+ function parseContentPropertyStyles(key, value) {
75
+ switch (key) {
76
+ case 'CB_CONTENT_PROP_CONTENTSLIST_SPEC_COLUMNS':
77
+ return getColumnsPropStyleValues(value);
78
+ }
79
+ return undefined;
80
+ }
81
+ function parseGridStyleProp(_a) {
82
+ var props = _a.props, device = _a.device;
83
+ var availableSpecCodes = Object.keys(props).filter(function (key) { return !key.includes(':HOVER') && !key.includes(':MOBILE'); });
84
+ return availableSpecCodes.reduce(function (acc, currentKey) {
85
+ var keyWithDevice = device === 'DESKTOP' ? currentKey : "".concat(currentKey, ":MOBILE");
86
+ var keyWithHover = "".concat(keyWithDevice.toString(), ":HOVER");
87
+ var value = props[keyWithDevice];
88
+ var hoverValue = props[keyWithHover];
89
+ var styles = parseStylePropertyStyles(currentKey, value);
90
+ var hoverStyles = parseStylePropertyStyles(currentKey, hoverValue);
91
+ if (hoverValue === null || hoverValue === undefined) {
92
+ return {
93
+ stylePropCss: (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.stylePropCss, styles),
94
+ hoverStylePropCss: (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n ", "\n "], ["\n ", "\n "])), acc.hoverStylePropCss)
95
+ };
96
+ }
97
+ return {
98
+ stylePropCss: (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.stylePropCss, styles),
99
+ hoverStylePropCss: (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.hoverStylePropCss, hoverStyles)
100
+ };
101
+ }, {
102
+ stylePropCss: (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject([""], [""]))),
103
+ hoverStylePropCss: (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject([""], [""])))
104
+ });
105
+ }
106
+ exports.parseGridStyleProp = parseGridStyleProp;
107
+ function parseGridContentProp(_a) {
108
+ var props = _a.props;
109
+ var availableSpecCodes = Object.keys(props).filter(function (key) { return !key.includes(':HOVER') && !key.includes(':MOBILE'); });
110
+ return availableSpecCodes.reduce(function (acc, currentKey) {
111
+ var value = props[currentKey];
112
+ var styles = parseContentPropertyStyles(currentKey, value);
113
+ return {
114
+ contentPropCss: (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n ", "\n ", "\n "], ["\n ", "\n ", "\n "])), acc.contentPropCss, styles)
115
+ };
116
+ }, {
117
+ contentPropCss: (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject([""], [""])))
118
+ });
119
+ }
120
+ exports.parseGridContentProp = parseGridContentProp;
121
+ function parsePaginationStyleProp(_a) {
122
+ var props = _a.props, device = _a.device;
123
+ var availableSpecCodes = Object.keys(props).filter(function (key) { return !key.includes(':HOVER') && !key.includes(':MOBILE'); });
124
+ return availableSpecCodes.reduce(function (acc, currentKey) {
125
+ var keyWithDevice = device === 'DESKTOP' ? currentKey : "".concat(currentKey, ":MOBILE");
126
+ var keyWithHover = "".concat(keyWithDevice.toString(), ":HOVER");
127
+ var customPaginationPropertyKey = getCustomPaginationPropKey(currentKey);
128
+ if (customPaginationPropertyKey === 'type') {
129
+ var value = props[keyWithDevice];
130
+ var hoverValue = props[keyWithHover];
131
+ return {
132
+ normalStyle: __assign(__assign({}, acc.normalStyle), { type: value }),
133
+ hoverStyle: __assign(__assign({}, acc.hoverStyle), { type: hoverValue })
134
+ };
135
+ }
136
+ if (customPaginationPropertyKey === 'offset') {
137
+ var value = props[keyWithDevice];
138
+ var hoverValue = props[keyWithHover];
139
+ return {
140
+ normalStyle: __assign(__assign({}, acc.normalStyle), { offset: getCustomPaginationOffset(value) }),
141
+ hoverStyle: __assign(__assign({}, acc.hoverStyle), { offset: getCustomPaginationOffset(hoverValue) })
142
+ };
143
+ }
144
+ if (customPaginationPropertyKey === 'size') {
145
+ var value = props[keyWithDevice];
146
+ var hoverValue = props[keyWithHover];
147
+ return {
148
+ normalStyle: __assign(__assign({}, acc.normalStyle), { size: getCustomPaginationSize(value) }),
149
+ hoverStyle: __assign(__assign({}, acc.hoverStyle), { size: getCustomPaginationSize(hoverValue) })
150
+ };
151
+ }
152
+ return {
153
+ normalStyle: __assign({}, acc.normalStyle),
154
+ hoverStyle: __assign({}, acc.hoverStyle)
155
+ };
156
+ }, {
157
+ normalStyle: {},
158
+ hoverStyle: {}
159
+ });
160
+ }
161
+ exports.parsePaginationStyleProp = parsePaginationStyleProp;
162
+ function getCustomPaginationPropKey(key) {
163
+ switch (key) {
164
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE":
165
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE:HOVER":
166
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE:MOBILE":
167
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE:MOBILE:HOVER":
168
+ return 'type';
169
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION":
170
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION:HOVER":
171
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION:MOBILE":
172
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION:MOBILE:HOVER":
173
+ return 'offset';
174
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE":
175
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE:HOVER":
176
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE:MOBILE":
177
+ case "CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE:MOBILE:HOVER":
178
+ return 'size';
179
+ default:
180
+ return '';
181
+ }
182
+ }
183
+ exports.getCustomPaginationPropKey = getCustomPaginationPropKey;
184
+ function getCustomPaginationOffset(value) {
185
+ var OUTSET1 = {
186
+ top: '0px',
187
+ left: '0px',
188
+ translateX: 0,
189
+ translateY: -100,
190
+ transformOrigin: 'top left'
191
+ };
192
+ switch (value) {
193
+ case 'OUTSET1':
194
+ return OUTSET1;
195
+ case 'OUTSET2':
196
+ return {
197
+ top: '0px',
198
+ left: '50%',
199
+ translateX: -50,
200
+ translateY: -100,
201
+ transformOrigin: 'top left'
202
+ };
203
+ case 'OUTSET3':
204
+ return {
205
+ top: '0px',
206
+ right: '0px',
207
+ translateX: 0,
208
+ translateY: -100,
209
+ transformOrigin: 'top right'
210
+ };
211
+ case 'OUTSET4':
212
+ return {
213
+ top: '0px',
214
+ left: '100%',
215
+ translateX: 0,
216
+ translateY: 0,
217
+ transformOrigin: 'left top'
218
+ };
219
+ case 'OUTSET5':
220
+ return {
221
+ top: '50%',
222
+ left: '100%',
223
+ translateX: 0,
224
+ translateY: -50,
225
+ transformOrigin: 'left top'
226
+ };
227
+ case 'OUTSET6':
228
+ return {
229
+ top: '100%',
230
+ left: '100%',
231
+ translateX: 0,
232
+ translateY: -100,
233
+ transformOrigin: 'left top'
234
+ };
235
+ case 'OUTSET7':
236
+ return {
237
+ top: '100%',
238
+ left: '100%',
239
+ translateX: -100,
240
+ translateY: 0,
241
+ transformOrigin: 'top left'
242
+ };
243
+ case 'OUTSET8':
244
+ return {
245
+ top: '100%',
246
+ left: '50%',
247
+ translateX: -50,
248
+ translateY: 0,
249
+ transformOrigin: 'top left'
250
+ };
251
+ case 'OUTSET9':
252
+ return {
253
+ top: '100%',
254
+ left: '0px',
255
+ translateX: 0,
256
+ translateY: 0,
257
+ transformOrigin: 'top left'
258
+ };
259
+ case 'OUTSET10':
260
+ return {
261
+ top: '100%',
262
+ left: '0px',
263
+ translateX: -100,
264
+ translateY: -100,
265
+ transformOrigin: 'right top'
266
+ };
267
+ case 'OUTSET11':
268
+ return {
269
+ top: '50%',
270
+ left: '0px',
271
+ translateX: -100,
272
+ translateY: -50,
273
+ transformOrigin: 'right top'
274
+ };
275
+ case 'OUTSET12':
276
+ return {
277
+ top: '0px',
278
+ left: '0px',
279
+ translateX: -100,
280
+ translateY: 0,
281
+ transformOrigin: 'right top'
282
+ };
283
+ case 'INSET13':
284
+ return { top: '0px', left: '0px', translateX: 0, translateY: 0, transformOrigin: 'left top' };
285
+ case 'INSET14':
286
+ return {
287
+ top: '0px',
288
+ left: '50%',
289
+ translateX: -50,
290
+ translateY: 0,
291
+ transformOrigin: 'left top'
292
+ };
293
+ case 'INSET15':
294
+ return {
295
+ top: '0px',
296
+ left: '100%',
297
+ translateX: -100,
298
+ translateY: 0,
299
+ transformOrigin: 'left top'
300
+ };
301
+ case 'INSET16':
302
+ return {
303
+ top: '50%',
304
+ left: '100%',
305
+ translateX: -100,
306
+ translateY: -50,
307
+ transformOrigin: 'left top'
308
+ };
309
+ case 'INSET17':
310
+ return {
311
+ top: '100%',
312
+ left: '100%',
313
+ translateX: -100,
314
+ translateY: -100,
315
+ transformOrigin: 'left top'
316
+ };
317
+ case 'INSET18':
318
+ return {
319
+ top: '100%',
320
+ left: '50%',
321
+ translateX: -50,
322
+ translateY: -100,
323
+ transformOrigin: 'left top'
324
+ };
325
+ case 'INSET19':
326
+ return {
327
+ top: '100%',
328
+ left: '0px',
329
+ translateX: 0,
330
+ translateY: -100,
331
+ transformOrigin: 'top left'
332
+ };
333
+ case 'INSET20':
334
+ return {
335
+ top: '50%',
336
+ left: '0px',
337
+ translateX: 0,
338
+ translateY: -50,
339
+ transformOrigin: 'top left'
340
+ };
341
+ default:
342
+ return OUTSET1;
343
+ }
344
+ }
345
+ function getCustomPaginationSize(value) {
346
+ switch (value) {
347
+ case 'SMALL':
348
+ return 1;
349
+ case 'MEDIUM':
350
+ return 2;
351
+ case 'LARGE':
352
+ return 3;
353
+ default:
354
+ return 1;
355
+ }
356
+ }
357
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19;
@@ -0,0 +1 @@
1
+ export { default as ContentsList } from './ContentsList';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ContentsList = void 0;
7
+ var ContentsList_1 = require("./ContentsList");
8
+ Object.defineProperty(exports, "ContentsList", { enumerable: true, get: function () { return __importDefault(ContentsList_1).default; } });
@@ -0,0 +1,46 @@
1
+ import type { NUMBER_INTEGER } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ export type ContentsListPropsKeys = keyof CB_STYLE_PROP_CONTENTSLIST_SPECS;
3
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE_TYPE = 'DESIGN1' | 'DESIGN2';
4
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING_TYPE = 'WIDE' | 'NORMAL' | 'NARROW';
5
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT_TYPE = NUMBER_INTEGER;
6
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT_TYPE = boolean;
7
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL_TYPE = 'NONE' | 'USE';
8
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE_TYPE = 'NONE' | 'DESIGN1' | 'DESIGN2' | 'DESIGN3' | 'DESIGN4' | 'DESIGN5' | 'DESIGN6' | 'DESIGN7' | 'DESIGN8' | 'DESIGN9' | 'DESIGN10' | 'DESIGN11' | 'DESIGN12' | 'DESIGN13' | 'DESIGN14' | 'DESIGN15' | 'DESIGN16' | 'DESIGN17';
9
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION_TYPE = 'OUTSET1' | 'OUTSET2' | 'OUTSET3' | 'OUTSET4' | 'OUTSET5' | 'OUTSET6' | 'OUTSET7' | 'OUTSET8' | 'OUTSET9' | 'OUTSET10' | 'OUTSET11' | 'OUTSET12' | 'INSET13' | 'INSET14' | 'INSET15' | 'INSET16' | 'INSET17' | 'INSET18' | 'INSET19' | 'INSET20';
10
+ export type CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE_TYPE = 'SMALL' | 'MEDIUM' | 'LARGE';
11
+ export type CB_STYLE_PROP_CONTENTSLIST_SPECS_BASE = {
12
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE: CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE_TYPE;
13
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING: CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING_TYPE;
14
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT: CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT_TYPE;
15
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT: CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT_TYPE;
16
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL: CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL_TYPE;
17
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE: CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE_TYPE;
18
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION: CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION_TYPE;
19
+ CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE: CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE_TYPE;
20
+ };
21
+ export type CB_STYLE_PROP_CONTENTSLIST_SPECS = CB_STYLE_PROP_CONTENTSLIST_SPECS_BASE & {
22
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE_TYPE;
23
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE_TYPE;
24
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_STYLE_TYPE;
25
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING_TYPE;
26
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING_TYPE;
27
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMSPACING_TYPE;
28
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT_TYPE;
29
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT_TYPE;
30
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMLINEHEIGHT_TYPE;
31
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT_TYPE;
32
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT_TYPE;
33
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_ITEMHEIGHTFITCONTENT_TYPE;
34
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL_TYPE;
35
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL_TYPE;
36
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_INFINITESCROLL_TYPE;
37
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE_TYPE;
38
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE_TYPE;
39
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSTYLE_TYPE;
40
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION_TYPE;
41
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION_TYPE;
42
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONLOCATION_TYPE;
43
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE_TYPE;
44
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE:MOBILE': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE_TYPE;
45
+ 'CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE:MOBILE:HOVER': CB_STYLE_PROP_CONTENTSLIST_SPEC_PAGINATIONSIZE_TYPE;
46
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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;