pds-dev-kit-web-test 2.5.317 → 2.5.319

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 (204) 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.d.ts +20 -0
  81. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1115 -0
  82. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +3 -1
  83. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +24 -21
  84. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +1 -1
  85. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +1 -1
  86. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackground.js +2 -2
  87. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.d.ts +2 -2
  88. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +1 -1
  89. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.d.ts +2 -2
  90. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +1 -1
  91. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +1 -1
  92. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
  93. package/dist/src/sub/DynamicLayout/compositionActionTypes.js +2 -0
  94. package/dist/src/sub/DynamicLayout/mock_composition.js +27 -1
  95. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +3 -3
  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/Divider/Divider.js +1 -1
  105. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/Embed.js +1 -1
  106. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/IframeDenied.js +1 -1
  107. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Embed/types.d.ts +1 -1
  108. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +1 -1
  109. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/types.d.ts +1 -1
  110. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.d.ts +1 -1
  111. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/RichText.js +5 -5
  112. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/RichText/types.d.ts +1 -1
  113. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +2 -2
  114. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +4 -4
  115. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +1 -1
  116. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +1 -1
  117. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +1 -1
  118. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +1 -1
  119. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +1 -1
  120. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/Twitter.js +2 -2
  121. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Twitter/types.d.ts +1 -1
  122. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.d.ts +1 -1
  123. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/Youtube.js +4 -4
  124. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/parseYoutubeContentProp.d.ts +1 -1
  125. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Youtube/types.d.ts +1 -1
  126. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/components/S_CB_BoxWithShadow.js +1 -1
  128. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/hooks/useCLINK.js +1 -1
  129. package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useGoogleFonts/useGoogleFonts.js +1 -1
  130. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +1 -1
  131. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +1 -1
  132. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +1 -1
  133. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +2 -2
  134. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  135. package/dist/src/sub/DynamicLayout/sections/FullscreenIframeSection/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  136. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.d.ts +1 -1
  137. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/MembershipSection.js +1 -1
  138. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/TemplateA.js +2 -2
  139. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/D_TemplateA.d.ts +1 -1
  140. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/EmptyMembershipSheet.js +4 -4
  141. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  142. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipBenefitInfo.js +2 -2
  143. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.d.ts +1 -1
  144. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipPlanSheet.js +5 -5
  145. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.d.ts +1 -1
  146. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/MembershipSheet.js +4 -4
  147. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.d.ts +1 -1
  148. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/NarrowMembershipListView.js +3 -3
  149. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  150. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  151. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  152. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.d.ts +1 -1
  153. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/desktop/components/WideMembershipListView.js +3 -3
  154. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/M_TemplateA.d.ts +1 -1
  155. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/EmptyMembershipSheet.js +4 -4
  156. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  157. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipBenefitInfo.js +3 -3
  158. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipContents.d.ts +1 -1
  159. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.d.ts +1 -1
  160. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/MembershipSectionSheet.js +5 -5
  161. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  162. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/TemplateB.js +2 -2
  163. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/D_TemplateB.d.ts +1 -1
  164. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/EmptyMembershipSheet.js +4 -4
  165. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.d.ts +1 -1
  166. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipBenefitInfo.js +2 -2
  167. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.d.ts +1 -1
  168. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipCard.js +2 -2
  169. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.d.ts +1 -1
  170. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipPlanSheet.js +5 -5
  171. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.d.ts +1 -1
  172. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/MembershipSheet.js +6 -6
  173. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  174. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.d.ts +1 -1
  175. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/desktop/components/UnavailableMembershipPlanSheet.js +4 -4
  176. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/M_TemplateB.d.ts +1 -1
  177. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/EmptyMembershipSheet.js +4 -4
  178. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.d.ts +1 -1
  179. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipBenefitInfo.js +3 -3
  180. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipContents.d.ts +1 -1
  181. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.d.ts +1 -1
  182. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/MembershipSectionSheet.js +5 -5
  183. package/dist/src/sub/DynamicLayout/sections/MembershipSection/EditType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  184. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.d.ts +1 -1
  185. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/MembershipSection.js +1 -1
  186. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/TemplateA.js +1 -1
  187. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  188. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/desktop/components/SectionContents.js +2 -2
  189. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/M_TemplateA.js +1 -1
  190. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateA/mobile/components/SectionContents.js +2 -2
  191. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/TemplateB.js +1 -1
  192. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  193. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/desktop/components/SectionContents.js +2 -2
  194. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/M_TemplateB.js +1 -1
  195. package/dist/src/sub/DynamicLayout/sections/MembershipSection/NormalType/templates/TemplateB/mobile/components/SectionContents.js +2 -2
  196. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.d.ts +3 -3
  197. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/desktop/MembershipSectionItem.js +2 -2
  198. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.d.ts +3 -3
  199. package/dist/src/sub/DynamicLayout/sections/MembershipSection/components/mobile/MembershipSectionItem.js +2 -2
  200. package/dist/src/sub/DynamicLayout/sections/MembershipSection/constants.d.ts +1 -1
  201. package/dist/src/sub/DynamicLayout/types.d.ts +2 -2
  202. package/dist/src/sub/SandollFontKit/types.d.ts +1 -1
  203. package/package.json +1 -1
  204. package/release-note.md +3 -3
@@ -5,5 +5,7 @@ export type LayoutsType = {
5
5
  sm: Layout;
6
6
  lg: Layout;
7
7
  };
8
- declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISection & React.RefAttributes<unknown>>>;
8
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<ISection & {
9
+ device?: "DESKTOP" | "MOBILE" | undefined;
10
+ } & React.RefAttributes<unknown>>>;
9
11
  export default _default;
@@ -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("@sub/DynamicLayout/components/Section/ErrorBoundary");
48
- var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
47
+ var ErrorBoundary_1 = require("../../DynamicLayout/components/Section/ErrorBoundary");
48
+ var dynamicLayoutContext_1 = require("../../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");
@@ -59,24 +59,26 @@ var MOBILE_GRID_COLS = 8;
59
59
  var GLE_MIN_WIDTH_DESKTOP_PX = "".concat(GRID_CELL_MIN * DESKTOP_GRID_COLS, "px");
60
60
  var GLE_MIN_WIDTH_MOBILE_PX = "".concat(GRID_CELL_MIN * MOBILE_GRID_COLS, "px");
61
61
  var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
62
- var _a;
63
- var _b = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext), device = _b.device, editingSectionId = _b.editingSectionId, mode = _b.mode, shortcutKeyMode = _b.shortcutKeyMode, sectionActionHandler = _b.sectionActionHandler;
62
+ var _a, _b, _c, _d, _e, _f, _g;
63
+ var _h = (0, react_1.useContext)(dynamicLayoutContext_1.dynamicLayoutContext),
64
+ // NOTE: 이것을 사용해야함
65
+ contextDevice = _h.device, editingSectionId = _h.editingSectionId, mode = _h.mode, shortcutKeyMode = _h.shortcutKeyMode, sectionActionHandler = _h.sectionActionHandler;
64
66
  var componentBlocks = props.componentBlocks, jsonProperties = props.jsonProperties;
65
- var _c = jsonProperties, _d = _c.data, CB_PLACEMENT_PROP_SECTION = _d.CB_PLACEMENT_PROP_SECTION, CB_LAYOUT_PROP_PADDING = _d.CB_LAYOUT_PROP_PADDING, zOrders = _c.zOrders;
67
+ // NOTE: 임시. 테스트용.
68
+ var device = (_b = (_a = props.device) !== null && _a !== void 0 ? _a : contextDevice) !== null && _b !== void 0 ? _b : 'DESKTOP';
69
+ var isMobile = device === 'MOBILE';
70
+ var isEditMode = mode === 'EDIT';
71
+ var _j = jsonProperties, _k = _j.data, CB_PLACEMENT_PROP_SECTION = _k.CB_PLACEMENT_PROP_SECTION, CB_LAYOUT_PROP_PADDING = _k.CB_LAYOUT_PROP_PADDING, zOrders = _j.zOrders;
72
+ var colsDesktop = (_c = CB_PLACEMENT_PROP_SECTION.CB_PLACEMENT_PROP_SECTION_SPEC_COLS) !== null && _c !== void 0 ? _c : 24;
73
+ var colsMobile = (_d = CB_PLACEMENT_PROP_SECTION['CB_PLACEMENT_PROP_SECTION_SPEC_COLS:MOBILE']) !== null && _d !== void 0 ? _d : 8;
74
+ var rowsDesktop = (_e = CB_PLACEMENT_PROP_SECTION.CB_PLACEMENT_PROP_SECTION_SPEC_ROWS) !== null && _e !== void 0 ? _e : 26;
75
+ var rowsMobile = (_f = CB_PLACEMENT_PROP_SECTION['CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE']) !== null && _f !== void 0 ? _f : 26;
76
+ var rows = isMobile ? rowsMobile : rowsDesktop;
77
+ var cols = isMobile ? colsMobile : colsDesktop;
66
78
  var containerRef = (0, react_1.useRef)(null);
67
79
  var size = (0, useResizableObserver_1.useResizeObserver)({ ref: containerRef, box: 'border-box' });
68
- var _e = (0, react_1.useState)(null), selectedCB = _e[0], setSelectedCB = _e[1];
80
+ var _l = (0, react_1.useState)(null), selectedCB = _l[0], setSelectedCB = _l[1];
69
81
  var gleRef = (0, react_1.useRef)(null);
70
- var isMobile = device === 'MOBILE';
71
- var isEditMode = mode === 'EDIT';
72
- // const layoutByDevice = device === 'DESKTOP' ? 'lg' : 'sm';
73
- // const [layouts] = useState<LayoutsType>(() => {
74
- // const { lg, sm } = parsePlacement(componentBlocks ?? []);
75
- // return {
76
- // lg,
77
- // sm
78
- // };
79
- // });
80
82
  (0, react_1.useEffect)(function () {
81
83
  if (editingSectionId !== props.id) {
82
84
  setSelectedCB(null);
@@ -124,14 +126,15 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
124
126
  setSelectedCB('BULK');
125
127
  }
126
128
  }, [selectedCB, shortcutKeyMode, sectionActionHandler, setSelectedCB]);
127
- var _f = (0, util_1.parseCustomSectionPlacement)({
129
+ var _m = (0, util_1.parseCustomSectionPlacement)({
128
130
  isMobile: isMobile,
129
131
  customSectionProps: CB_PLACEMENT_PROP_SECTION
130
- }), width = _f.width, minHeight = _f.minHeight, isFullWidth = _f.isFullWidth;
132
+ }), minHeight = _m.minHeight, isFullWidth = _m.isFullWidth;
133
+ var canvasWidth = 50 * cols;
131
134
  var customSectionStyles = {
132
135
  minHeight: "".concat(minHeight, "vh"),
133
- width: '100%',
134
- maxWidth: isFullWidth ? '' : "".concat(width, "px")
136
+ width: "".concat(canvasWidth, "px"),
137
+ maxWidth: isFullWidth ? '' : "".concat(canvasWidth, "px")
135
138
  };
136
139
  var onClickSection = function () {
137
140
  if (!isEditMode) {
@@ -200,7 +203,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
200
203
  maxWidth: customSectionStyles.maxWidth,
201
204
  minWidth: isMobile ? GLE_MIN_WIDTH_MOBILE_PX : GLE_MIN_WIDTH_DESKTOP_PX,
202
205
  fontSize: "".concat(baseFontSize, "px")
203
- } }, { children: (_a = props.componentBlocks) === null || _a === void 0 ? void 0 : _a.map(function (cb, index) {
206
+ } }, { children: (_g = props.componentBlocks) === null || _g === void 0 ? void 0 : _g.map(function (cb, index) {
204
207
  var _a;
205
208
  return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(FlexGridItem_1.default, { cb: cb, index: index, device: device, rowHeight: rowHeight, zIndex: (_a = zOrders === null || zOrders === void 0 ? void 0 : zOrders[device === 'DESKTOP' ? 'desktop' : 'mobile'][cb.id]) !== null && _a !== void 0 ? _a : 0 }) }, cb.id));
206
209
  }) })) })) })) })) }));
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { IComposition } from '@sub/DynamicLayout/types';
2
+ import type { IComposition } from '../../DynamicLayout/types';
3
3
  declare function CompositionRenderer({ compositions }: {
4
4
  compositions: IComposition[];
5
5
  }): JSX.Element;
@@ -27,7 +27,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
29
  var react_1 = require("react");
30
- var sections_1 = require("@sub/DynamicLayout/sections");
30
+ var sections_1 = require("../../../DynamicLayout/sections");
31
31
  var SectionBox_1 = __importDefault(require("./SectionBox"));
32
32
  function EditModeSectionMatcher(_a) {
33
33
  var filteredSortedSection = _a.filteredSortedSection, scrollDownTargetSectionId = _a.scrollDownTargetSectionId, editingSectionId = _a.editingSectionId, dynamicLayoutRef = _a.dynamicLayoutRef, onClickEditSection = _a.onClickEditSection;
@@ -20,8 +20,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  var jsx_runtime_1 = require("react/jsx-runtime");
22
22
  var react_1 = require("react");
23
- var util_1 = require("@sub/DynamicLayout/sections/CustomSection/util");
24
- var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
23
+ var util_1 = require("../../../../DynamicLayout/sections/CustomSection/util");
24
+ var isNullOrUndefined_1 = __importDefault(require("../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
25
25
  var styled_components_1 = __importDefault(require("styled-components"));
26
26
  var sectionContext_1 = require("../sectionContext");
27
27
  var CustomSectionBackgroundMedia_1 = require("./CustomSectionBackgroundMedia");
@@ -1,7 +1,7 @@
1
1
  import { MutableRefObject } from 'react';
2
2
  import { CSSProperties } from 'styled-components';
3
- import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
4
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
3
+ import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types';
4
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
5
5
  type Props = {
6
6
  specs: CB_STYLE_PROP_BGMEDIA_SPECS;
7
7
  playerId: number;
@@ -41,7 +41,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
41
41
  exports.CustomSectionBackgroundMedia = void 0;
42
42
  var jsx_runtime_1 = require("react/jsx-runtime");
43
43
  var react_1 = require("react");
44
- var utils_1 = require("@sub/DynamicLayout/utils");
44
+ var utils_1 = require("../../../../DynamicLayout/utils");
45
45
  var styled_components_1 = __importStar(require("styled-components"));
46
46
  var YouTubeIframe_1 = require("../../YouTubeIframe");
47
47
  var util_1 = require("../util");
@@ -1,5 +1,5 @@
1
- import type { Device } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
- import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '@sub/DynamicLayout/types';
1
+ import type { Device } from '../../../../DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_STYLE_PROP_BGMEDIA_SPECS } from '../../../../DynamicLayout/types';
3
3
  type SpecKeys = keyof Omit<CB_STYLE_PROP_BGMEDIA_SPECS, 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY'>;
4
4
  type ValueSetType = Partial<Record<SpecKeys, string | number | boolean | undefined>>;
5
5
  export default function UseCustomSectionBackgroundMediaData(specs: CB_STYLE_PROP_BGMEDIA_SPECS, device: Device): ValueSetType;
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  return (mod && mod.__esModule) ? mod : { "default": mod };
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- var isNullOrUndefined_1 = __importDefault(require("@sub/DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
17
+ var isNullOrUndefined_1 = __importDefault(require("../../../../DynamicLayout/sections/CustomSection/util/isNullOrUndefined"));
18
18
  var AVAILABLE_SPECS = [
19
19
  'CB_STYLE_PROP_BGMEDIA_SPEC_YSRC',
20
20
  'CB_STYLE_PROP_BGMEDIA_SPEC_TYPE',
@@ -26,7 +26,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
26
26
  };
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  var jsx_runtime_1 = require("react/jsx-runtime");
29
- var FlexGridCustomSection_1 = __importDefault(require("@sub/DynamicLayout/sections/FlexGridCustomSection"));
29
+ var FlexGridCustomSection_1 = __importDefault(require("../../../DynamicLayout/sections/FlexGridCustomSection"));
30
30
  var sections_1 = require("../../sections");
31
31
  function SectionMatcher(_a) {
32
32
  var props = __rest(_a, []);
@@ -0,0 +1,139 @@
1
+ /// <reference types="react" />
2
+ import type { Layout } from 'publ-echo/dist/lib';
3
+ import type { ResizeEventType } from 'publ-echo/dist/lib/GridItem/types';
4
+ import type { ComponentBlock, GroupBlock } from 'publ-echo/dist/lib/GridLayoutEditor/group';
5
+ import type { LayoutItem, Layouts } from 'publ-echo/dist/lib/GridLayoutEditor/types';
6
+ export type TypeOfCompositionAction = ActionMap<ActionHandlerPayload>[keyof ActionMap<ActionHandlerPayload>];
7
+ export type PayloadCBType = {
8
+ type: ComponentBlock['type'];
9
+ blockId: string;
10
+ cbId: number;
11
+ workDir: string;
12
+ };
13
+ export type PayloadGBType = {
14
+ type: GroupBlock['type'];
15
+ blockId: string;
16
+ childrenBlockIds: string[];
17
+ childrenCBIds: number[];
18
+ workDir: string;
19
+ };
20
+ export type PayloadBulkType = {
21
+ type: 'BULK';
22
+ blockId: 'BULK';
23
+ childrenBlockIds: string[];
24
+ childrenCBIds: number[];
25
+ workDir: string;
26
+ groupDisabled: boolean;
27
+ };
28
+ export type BlockPayloadType = PayloadCBType | PayloadGBType | PayloadBulkType;
29
+ type ActionHandlerPayload = {
30
+ '@COMPOSITION/CB_DRAG_START': {
31
+ layout: Layout;
32
+ prev?: LayoutItem;
33
+ item?: LayoutItem;
34
+ placeholder?: LayoutItem;
35
+ e?: ResizeEventType;
36
+ node?: HTMLElement;
37
+ };
38
+ '@COMPOSITION/CB_DRAG_STOP': {
39
+ layout: Layout;
40
+ prev?: LayoutItem;
41
+ item?: LayoutItem;
42
+ placeholder?: LayoutItem;
43
+ e?: ResizeEventType;
44
+ node?: HTMLElement;
45
+ blockId: string;
46
+ workDir: string;
47
+ };
48
+ '@COMPOSITION/CB_RESIZE_STOP': {
49
+ layout: Layout;
50
+ prev?: LayoutItem;
51
+ item?: LayoutItem;
52
+ placeholder?: LayoutItem;
53
+ e?: ResizeEventType;
54
+ node?: HTMLElement;
55
+ blockId: string;
56
+ workDir: string;
57
+ };
58
+ '@COMPOSITION/CB_AUTO_FIT_CONTENT': {
59
+ layout: Layout;
60
+ prev?: LayoutItem;
61
+ item?: LayoutItem;
62
+ placeholder?: LayoutItem;
63
+ e?: ResizeEventType;
64
+ node?: HTMLElement;
65
+ details: {
66
+ hadPaddingChanged: boolean;
67
+ };
68
+ blockId: string;
69
+ workDir: string;
70
+ };
71
+ '@COMPOSITION/PLACEMENT_CHANGED': {
72
+ layout: Layout;
73
+ layouts: Layouts;
74
+ };
75
+ '@COMPOSITION/BLOCK_CLICKED': {
76
+ block: BlockPayloadType;
77
+ };
78
+ '@COMPOSITION/CB_RIGHT_CLICKED': {
79
+ e: React.MouseEvent;
80
+ block: BlockPayloadType;
81
+ };
82
+ '@COMPOSITION/SECTION_CLICKED': {
83
+ sectionId: number;
84
+ };
85
+ '@COMPOSITION/SECTION_RIGHT_CLICKED': {
86
+ sectionId: number;
87
+ e: React.MouseEvent;
88
+ };
89
+ '@COMPOSITION/GROUP_RIGHT_CLICKED': {
90
+ e: React.MouseEvent;
91
+ block: PayloadGBType;
92
+ isEditingGroup: boolean;
93
+ };
94
+ '@COMPOSITION/BULK_RIGHT_CLICKED': {
95
+ e: React.MouseEvent;
96
+ block: PayloadBulkType;
97
+ };
98
+ '@COMPOSITION/BULK_CREATED': {
99
+ message: string;
100
+ data: LayoutItem;
101
+ };
102
+ '@COMPOSITION/BULK_DISMISSED': {
103
+ message: string;
104
+ editingGroupBlock: string;
105
+ };
106
+ '@COMPOSITION/COLLISION_NOT_FOUND': {
107
+ message: string;
108
+ };
109
+ '@COMPOSITION/ESCAPE_ONE_FROM_BULK': {
110
+ id: string;
111
+ };
112
+ '@COMPOSITION/BULK_DRAG_STOP': {
113
+ updatedBlocks: UpdatedBlock[];
114
+ };
115
+ '@COMPOSITION/GROUP_DRAG_STOP': {
116
+ updatedBlocks: UpdatedBlock[];
117
+ workDir: string;
118
+ };
119
+ '@COMPOSITION/WORKDIR_CHANGED': {
120
+ workDir: string;
121
+ };
122
+ };
123
+ export type UpdatedBlock = {
124
+ blockId: string;
125
+ cbId: number;
126
+ x: number;
127
+ y: number;
128
+ };
129
+ type ActionMap<M extends {
130
+ [index: string]: any;
131
+ }> = {
132
+ [Key in keyof M]: M[Key] extends undefined ? {
133
+ type: Key;
134
+ } : {
135
+ type: Key;
136
+ payload: M[Key];
137
+ };
138
+ };
139
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -170,6 +170,7 @@ exports.sampleMockComposition1 = {
170
170
  'CB_PLACEMENT_PROP_SECTION_SPEC_ROWS:MOBILE': 24,
171
171
  CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH: 1200,
172
172
  'CB_PLACEMENT_PROP_SECTION_SPEC_WIDTH:MOBILE': 230,
173
+ CB_PLACEMENT_PROP_SECTION_SPEC_COLS: 12,
173
174
  'CB_PLACEMENT_PROP_SECTION_SPEC_COLS:MOBILE': undefined
174
175
  },
175
176
  CB_STYLE_PROP_BGCOLOR: {
@@ -280,6 +281,30 @@ exports.sampleMockComposition1 = {
280
281
  'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE': 'SOLID',
281
282
  'CB_STYLE_PROP_BGOVERLAY_SPEC_TYPE:MOBILE:HOVER': null
282
283
  }
284
+ },
285
+ pedigree: {
286
+ blockId: 'ROOT',
287
+ children: [
288
+ {
289
+ blockId: 'CB_238019',
290
+ componentBlockId: 238019,
291
+ type: 'COMPONENT_BLOCK',
292
+ zOrderDesktopInternal: 1,
293
+ zOrderMobileInternal: 5
294
+ }
295
+ ],
296
+ // componentBlockId: null,
297
+ type: 'GROUP_BLOCK',
298
+ zOrderDesktopInternal: null,
299
+ zOrderMobileInternal: null
300
+ },
301
+ zOrders: {
302
+ desktop: {
303
+ '238019': 1
304
+ },
305
+ mobile: {
306
+ '238019': 1
307
+ }
283
308
  }
284
309
  },
285
310
  manifest: {
@@ -393,7 +418,8 @@ exports.sampleMockComposition2 = {
393
418
  CB_CONTENT_PROP_HOVER_SPEC_MUSE: false
394
419
  },
395
420
  CB_CONTENT_PROP_TEXT: {
396
- CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'BANNER'
421
+ CB_CONTENT_PROP_TEXT_SPEC_TEXT: 'BANNER',
422
+ CB_CONTENT_PROP_TEXT_SPEC_TEXTMOBILEALTERNATIVE: 'hola'
397
423
  },
398
424
  CB_CONTENT_PROP_VISIBILITY: {
399
425
  CB_CONTENT_PROP_VISIBILITY_SPEC_DESKTOP: true,
@@ -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("@sub/DynamicLayout/components/Section/ErrorBoundary");
59
- var dynamicLayoutContext_1 = require("@sub/DynamicLayout/dynamicLayoutContext");
60
- var gleStyles_1 = require("@sub/DynamicLayout/gleStyles");
58
+ var ErrorBoundary_1 = require("../../../DynamicLayout/components/Section/ErrorBoundary");
59
+ var dynamicLayoutContext_1 = require("../../../DynamicLayout/dynamicLayoutContext");
60
+ var gleStyles_1 = require("../../../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"));
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { CB_BTN_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_BTN_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../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("@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");
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");
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_CONTENTS_CAROUSEL } from '@sub/DynamicLayout/sections/CustomSection/types';
3
- import type { CB_CONTENTS_CAROUSEL_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_CONTENTS_CAROUSEL } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
3
+ import type { CB_CONTENTS_CAROUSEL_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
4
4
  type Props = CB_CONTENTS_CAROUSEL_PROPERTIES_TYPE & IndexForIntersection & {
5
5
  compositions: CB_CONTENTS_CAROUSEL['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("@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");
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");
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("@sub/DynamicLayout/components/pdsOriginal/desktop/IconButton");
43
+ var IconButton_1 = require("../../../../../../../../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("@sub/DynamicLayout/components");
43
+ var components_1 = require("../../../../../../../../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 '@sub/DynamicLayout/sections/CustomSection/util/types';
8
+ import type { Device } from '../../../../../../../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 '@sub/DynamicLayout/sections/CustomSection/util/types';
1
+ import type { NUMBER_INTEGER } from '../../../../../../../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 = 'OPTION_1' | 'OPTION_2';
4
4
  export type CB_STYLE_PROP_CONTENTSCAROUSEL_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("@sub/DynamicLayout");
43
+ var DynamicLayout_1 = require("../../../../../../../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("@sub/DynamicLayout");
19
+ var DynamicLayout_1 = require("../../../../../../../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("@sub/DynamicLayout/components");
13
+ var components_1 = require("../../../../../../../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 '@sub/DynamicLayout/sections/CustomSection/util/types';
1
+ import type { DefaultBrightTheme } from '../../../../../../../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("@sub/DynamicLayout");
46
+ var DynamicLayout_1 = require("../../../../../../../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 '@sub/DynamicLayout/sections/CustomSection/util/types';
1
+ import type { ENUM_STRING, STRING_PLAIN } from '../../../../../../../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 '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_RICHTEXT_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../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("@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");
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");
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 '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { ENUM_STRING, NUMBER_INTEGER } from '../../../../../../../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_SLIDE_BANNER } from '@sub/DynamicLayout/sections/CustomSection/types';
3
- import type { CB_SLIDE_BANNER_PROPERTIES_TYPE, IndexForIntersection } from '@sub/DynamicLayout/sections/CustomSection/util/types';
2
+ import type { CB_SLIDE_BANNER } from '../../../../../../../DynamicLayout/sections/CustomSection/types';
3
+ import type { CB_SLIDE_BANNER_PROPERTIES_TYPE, IndexForIntersection } from '../../../../../../../DynamicLayout/sections/CustomSection/util/types';
4
4
  type Props = CB_SLIDE_BANNER_PROPERTIES_TYPE & IndexForIntersection & {
5
5
  compositions: CB_SLIDE_BANNER['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("@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");
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");
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("@sub/DynamicLayout/components/pdsOriginal/desktop/IconButton");
43
+ var IconButton_1 = require("../../../../../../../../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;