pds-dev-kit-web-test 2.5.413 → 2.5.414

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 (225) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +3 -2
  3. package/dist/src/common/assets/icons/fill/Cam.d.ts +4 -0
  4. package/dist/src/common/assets/icons/fill/Cam.js +30 -0
  5. package/dist/src/common/assets/icons/fill/CamOff.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/CamOff.js +30 -0
  7. package/dist/src/common/assets/icons/fill/Video.js +1 -1
  8. package/dist/src/common/assets/icons/fill/VideoOff.js +1 -1
  9. package/dist/src/common/assets/icons/fill/VideoStop.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/VideoStop.js +30 -0
  11. package/dist/src/common/assets/icons/fill/VideoType.js +1 -1
  12. package/dist/src/common/assets/icons/fill/index.d.ts +3 -0
  13. package/dist/src/common/assets/icons/fill/index.js +7 -1
  14. package/dist/src/common/assets/icons/line/Cam.d.ts +4 -0
  15. package/dist/src/common/assets/icons/line/Cam.js +30 -0
  16. package/dist/src/common/assets/icons/line/CamOff.d.ts +4 -0
  17. package/dist/src/common/assets/icons/line/CamOff.js +30 -0
  18. package/dist/src/common/assets/icons/line/CheckBox.d.ts +4 -0
  19. package/dist/src/common/assets/icons/line/CheckBox.js +30 -0
  20. package/dist/src/common/assets/icons/line/Dropdown.d.ts +4 -0
  21. package/dist/src/common/assets/icons/line/Dropdown.js +30 -0
  22. package/dist/src/common/assets/icons/line/Radio.d.ts +4 -0
  23. package/dist/src/common/assets/icons/line/Radio.js +30 -0
  24. package/dist/src/common/assets/icons/line/SectionQuestion32.d.ts +4 -0
  25. package/dist/src/common/assets/icons/line/SectionQuestion32.js +30 -0
  26. package/dist/src/common/assets/icons/line/SectionQuestion40.d.ts +4 -0
  27. package/dist/src/common/assets/icons/line/SectionQuestion40.js +30 -0
  28. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.d.ts +4 -0
  29. package/dist/src/common/assets/icons/line/SectionQuestionnaire32.js +30 -0
  30. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.d.ts +4 -0
  31. package/dist/src/common/assets/icons/line/SectionQuestionnaire40.js +30 -0
  32. package/dist/src/common/assets/icons/line/TextLong.d.ts +4 -0
  33. package/dist/src/common/assets/icons/line/TextLong.js +30 -0
  34. package/dist/src/common/assets/icons/line/TextShort.d.ts +4 -0
  35. package/dist/src/common/assets/icons/line/TextShort.js +30 -0
  36. package/dist/src/common/assets/icons/line/Video.js +1 -1
  37. package/dist/src/common/assets/icons/line/VideoOff.js +1 -1
  38. package/dist/src/common/assets/icons/line/VideoStop.d.ts +4 -0
  39. package/dist/src/common/assets/icons/line/VideoStop.js +30 -0
  40. package/dist/src/common/assets/icons/line/VideoType.js +1 -1
  41. package/dist/src/common/assets/icons/line/index.d.ts +12 -0
  42. package/dist/src/common/assets/icons/line/index.js +25 -1
  43. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.d.ts +2 -1
  44. package/dist/src/common/components/ThreeBarProgress/ThreeBarProgress.js +48 -4
  45. package/dist/src/common/services/i18n/resources/en.json +9 -1
  46. package/dist/src/common/services/i18n/resources/es.json +9 -1
  47. package/dist/src/common/services/i18n/resources/fil.json +9 -1
  48. package/dist/src/common/services/i18n/resources/index.d.ts +56 -0
  49. package/dist/src/common/services/i18n/resources/ja.json +9 -1
  50. package/dist/src/common/services/i18n/resources/ko.json +9 -1
  51. package/dist/src/common/services/i18n/resources/zh-cn.json +9 -1
  52. package/dist/src/common/services/i18n/resources/zh-tw.json +9 -1
  53. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +9 -1
  54. package/dist/src/common/styles/colorSet/PaletteColor_light.json +9 -1
  55. package/dist/src/common/styles/colorSet/UIColor.json +14 -1
  56. package/dist/src/common/styles/colorSet/index.d.ts +31 -2
  57. package/dist/src/common/styles/colorSet/index.js +2 -2
  58. package/dist/src/common/styles/colorSet/ui-type.d.ts +13 -0
  59. package/dist/src/common/utils/dateHelper.d.ts +13 -0
  60. package/dist/src/common/utils/dateHelper.js +87 -0
  61. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  62. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +27 -13
  63. package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -1
  64. package/dist/src/desktop/components/BasicListItem/BasicListItem.js +26 -4
  65. package/dist/src/desktop/components/BasicListItem/Contents.d.ts +3 -1
  66. package/dist/src/desktop/components/BasicListItem/Contents.js +2 -2
  67. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
  68. package/dist/src/desktop/components/BasicListItem/RightBox/IconButton.js +2 -2
  69. package/dist/src/desktop/components/Checkbox/Checkbox.d.ts +3 -1
  70. package/dist/src/desktop/components/Checkbox/Checkbox.js +17 -3
  71. package/dist/src/desktop/components/Chip/Chip.d.ts +1 -1
  72. package/dist/src/desktop/components/Chip/Chip.js +50 -5
  73. package/dist/src/desktop/components/Radio/Radio.js +2 -2
  74. package/dist/src/desktop/components/TextField/TextField.js +41 -15
  75. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +2 -2
  76. package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
  77. package/dist/src/mobile/components/BasicListItem/BasicListItem.js +26 -4
  78. package/dist/src/mobile/components/BasicListItem/Contents.d.ts +3 -1
  79. package/dist/src/mobile/components/BasicListItem/Contents.js +2 -2
  80. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.d.ts +1 -0
  81. package/dist/src/mobile/components/BasicListItem/RightBox/IconButton.js +2 -2
  82. package/dist/src/mobile/components/Checkbox/Checkbox.d.ts +3 -1
  83. package/dist/src/mobile/components/Checkbox/Checkbox.js +17 -3
  84. package/dist/src/mobile/components/Chip/Chip.d.ts +1 -1
  85. package/dist/src/mobile/components/Chip/Chip.js +50 -5
  86. package/dist/src/mobile/components/DatePicker/DatePicker.d.ts +16 -0
  87. package/dist/src/mobile/components/DatePicker/DatePicker.js +156 -0
  88. package/dist/src/mobile/components/DatePicker/DatePickerHeader.d.ts +14 -0
  89. package/dist/src/mobile/components/DatePicker/DatePickerHeader.js +27 -0
  90. package/dist/src/mobile/components/DatePicker/Day.d.ts +13 -0
  91. package/dist/src/mobile/components/DatePicker/Day.js +94 -0
  92. package/dist/src/mobile/components/DatePicker/index.d.ts +1 -0
  93. package/dist/src/mobile/components/DatePicker/index.js +8 -0
  94. package/dist/src/mobile/components/DatePicker/utils.d.ts +16 -0
  95. package/dist/src/mobile/components/DatePicker/utils.js +68 -0
  96. package/dist/src/mobile/components/Radio/Radio.js +2 -2
  97. package/dist/src/mobile/components/TextField/TextField.js +41 -15
  98. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +6 -1
  99. package/dist/src/mobile/components/TextLabel/TextLabel.js +83 -3
  100. package/dist/src/mobile/components/index.d.ts +2 -1
  101. package/dist/src/mobile/components/index.js +3 -1
  102. package/dist/src/mobile/index.d.ts +1 -1
  103. package/dist/src/mobile/index.js +3 -2
  104. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +1 -1
  105. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +1 -1
  106. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +1 -1
  107. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +1 -1
  108. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +1 -1
  109. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +1 -1
  110. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +1 -1
  111. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +1 -1
  112. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +1 -1
  113. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +1 -1
  114. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +1 -1
  115. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +1 -1
  116. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +1 -1
  117. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +1 -1
  118. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +1 -1
  119. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +1 -1
  120. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +1 -1
  121. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +1 -1
  122. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +1 -1
  123. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +1 -1
  124. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +1 -1
  125. package/dist/src/sub/AdminList/AdminListItem/AdminListItem.js +3 -3
  126. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +1 -1
  127. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +4 -4
  128. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +1 -1
  129. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +2 -2
  130. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +2 -2
  131. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +36 -10
  132. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +4 -1
  133. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +12 -1
  134. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.d.ts +8 -0
  135. package/dist/src/sub/DynamicLayout/components/Section/components/VideoBGMedia.js +77 -0
  136. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  137. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
  138. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
  139. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
  140. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
  141. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
  142. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
  143. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
  144. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
  145. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
  146. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
  147. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
  148. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
  149. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  150. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  151. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  152. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  153. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  154. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  155. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +4 -4
  156. package/dist/src/sub/DynamicLayout/mock_composition.js +4 -0
  157. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -2
  158. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1047 -274
  159. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -2
  160. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1008 -222
  161. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +810 -2
  162. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +772 -268
  163. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  164. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  165. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +368 -0
  166. package/dist/src/sub/DynamicLayout/mock_video_cb.js +371 -0
  167. package/dist/src/sub/DynamicLayout/mocks.d.ts +2 -776
  168. package/dist/src/sub/DynamicLayout/mocks.js +4266 -11
  169. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  170. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  171. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +4 -4
  172. package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +11 -15
  173. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +3 -0
  174. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +25 -4
  175. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +102 -26
  176. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +21 -1
  177. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigation.js +4 -55
  178. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.d.ts +7 -2
  179. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomPagination.js +26 -20
  180. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +46 -23
  181. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
  182. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
  183. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +27 -0
  184. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +96 -0
  185. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +84 -98
  186. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +6 -6
  187. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +32 -20
  188. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +3 -3
  189. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +59 -132
  190. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +23 -0
  191. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +176 -0
  192. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +24 -30
  193. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +1 -1
  194. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +13 -5
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +88 -13
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigation.js +4 -55
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +7 -2
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +26 -20
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +46 -23
  200. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +27 -0
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +96 -0
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +64 -67
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +6 -6
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +10 -4
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.d.ts +5 -0
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +148 -0
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +4 -0
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +25 -0
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.d.ts +1 -0
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/index.js +8 -0
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +16 -7
  214. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  215. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +11 -4
  216. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +1 -0
  217. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +1 -1
  218. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +2 -2
  219. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  220. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +15 -2
  221. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  222. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -1
  223. package/dist/src/sub/DynamicLayout/types.d.ts +10 -1
  224. package/package.json +2 -3
  225. package/release-note.md +3 -3
@@ -43,7 +43,7 @@ var styled_components_1 = __importStar(require("styled-components"));
43
43
  var components_1 = require("../../../../../../common/components");
44
44
  var MSE = function (_a) {
45
45
  var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
46
- return ((0, jsx_runtime_1.jsx)(S_ContentsContainer, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSE", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSE", areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSE" }, { children: content1 })) }))) })));
46
+ return ((0, jsx_runtime_1.jsx)(S_ContentsContainer, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSE", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, { size: "small" })) : ((0, jsx_runtime_1.jsx)(S_ContentsArea, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSE", areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSE" }, { children: content1 })) }))) })));
47
47
  };
48
48
  var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
49
49
  var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
@@ -43,7 +43,7 @@ var styled_components_1 = __importStar(require("styled-components"));
43
43
  var components_1 = require("../../../../../../common/components");
44
44
  var MSF = function (_a) {
45
45
  var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
46
- return ((0, jsx_runtime_1.jsxs)(S_Box, { children: [(0, jsx_runtime_1.jsx)(S_ContentsContainer1, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea1, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType }, { children: content1 })) }))) })), (0, jsx_runtime_1.jsx)(S_ContentsContainer2, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, { children: isLoadingContainer2 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea2, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content2, __assign({ "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType }, { children: content2 })) }))) }))] }));
46
+ return ((0, jsx_runtime_1.jsxs)(S_Box, { children: [(0, jsx_runtime_1.jsx)(S_ContentsContainer1, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, { size: "small" })) : ((0, jsx_runtime_1.jsx)(S_ContentsArea1, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType }, { children: content1 })) }))) })), (0, jsx_runtime_1.jsx)(S_ContentsContainer2, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, { children: isLoadingContainer2 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, { size: "small" })) : ((0, jsx_runtime_1.jsx)(S_ContentsArea2, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content2, __assign({ "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSF", layoutType: layoutType }, { children: content2 })) }))) }))] }));
47
47
  };
48
48
  var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
49
49
  var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
@@ -43,7 +43,7 @@ var styled_components_1 = __importStar(require("styled-components"));
43
43
  var components_1 = require("../../../../../../common/components");
44
44
  var MSG = function (_a) {
45
45
  var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
46
- return ((0, jsx_runtime_1.jsx)(S_ContentsContainer, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSG", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSG", areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSG" }, { children: content1 })) }))) })));
46
+ return ((0, jsx_runtime_1.jsx)(S_ContentsContainer, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSG", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, { size: "small" })) : ((0, jsx_runtime_1.jsx)(S_ContentsArea, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSG", areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSG" }, { children: content1 })) }))) })));
47
47
  };
48
48
  var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
49
49
  var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
@@ -43,7 +43,7 @@ var styled_components_1 = __importStar(require("styled-components"));
43
43
  var components_1 = require("../../../../../../common/components");
44
44
  var MSH = function (_a) {
45
45
  var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
46
- return ((0, jsx_runtime_1.jsx)(S_ContentsContainer, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSH", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSH", areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSH" }, { children: content1 })) }))) })));
46
+ return ((0, jsx_runtime_1.jsx)(S_ContentsContainer, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSH", containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, { size: "small" })) : ((0, jsx_runtime_1.jsx)(S_ContentsArea, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSH", areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "mobile", "x-pds-layout-type": "MSH" }, { children: content1 })) }))) })));
47
47
  };
48
48
  var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
49
49
  var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
@@ -171,11 +171,11 @@ var hoverQuickActionBtnBox = (0, styled_components_1.css)(templateObject_10 || (
171
171
  var theme = _a.theme;
172
172
  return theme.ui_cpnt_datatable_textbutton_base_02;
173
173
  });
174
- var fixedQuickActionBtnBox = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n visibility: hidden;\n"])), function (_a) {
174
+ var fixedQuickActionBtnBox = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n position: relative;\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n position: relative;\n"])), function (_a) {
175
175
  var theme = _a.theme;
176
176
  return theme.ui_cpnt_datatable_textbutton_base_01;
177
177
  });
178
- var S_QuickActionButtonBox = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"], ["\n padding-left: ", ";\n padding-right: ", ";\n\n ", ";\n"])), function (_a) {
178
+ var S_QuickActionButtonBox = styled_components_1.default.div(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n opacity: 0;\n padding-left: ", ";\n padding-right: ", ";\n pointer-events: none;\n\n ", ";\n"], ["\n opacity: 0;\n padding-left: ", ";\n padding-right: ", ";\n pointer-events: none;\n\n ", ";\n"])), function (_a) {
179
179
  var theme = _a.theme;
180
180
  return theme.spacing.spacingC;
181
181
  }, function (_a) {
@@ -252,7 +252,7 @@ var S_SelectionColumn = styled_components_1.default.div(templateObject_24 || (te
252
252
  var hoverAdminListItem = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n align-items: center;\n position: relative;\n"], ["\n align-items: center;\n position: relative;\n"])));
253
253
  var fixedAdminListItem = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n justify-content: space-between;\n"], ["\n justify-content: space-between;\n"])));
254
254
  var flexibleHideColumnStyle = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n @media only screen and (max-width: 1400px) {\n .hidableColumn {\n display: none;\n }\n }\n"], ["\n @media only screen and (max-width: 1400px) {\n .hidableColumn {\n display: none;\n }\n }\n"])));
255
- var S_AdminListItem = styled_components_1.default.div(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n\n ", "\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n visibility: visible;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n\n ", "\n"])), function (_a) {
255
+ var S_AdminListItem = styled_components_1.default.div(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n opacity: 1;\n pointer-events: auto;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n\n ", "\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n padding-left: ", ";\n\n ", "\n\n ", ";\n ", "\n\n :hover {\n background-color: ", ";\n\n ", " {\n display: ", ";\n opacity: 1;\n pointer-events: auto;\n }\n }\n\n &:last-child {\n margin-bottom: 88px;\n }\n\n ", "\n"])), function (_a) {
256
256
  var theme = _a.theme, isSelected = _a.isSelected;
257
257
  return isSelected ? theme.ui_cpnt_datatable_base_selected : theme.ui_cpnt_datatable_base_default;
258
258
  }, function (_a) {
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { TypeOfCompositionAction } from '../compositionActionTypes';
3
3
  import type { CustomSectionShortcutKeysType, IComposition } from '../types';
4
- import type { Layout } from 'publ-echo-test/dist/lib/GridLayoutEditor/types';
4
+ import type { Layout } from 'publ-echo/dist/lib/GridLayoutEditor/types';
5
5
  export type LayoutsType = {
6
6
  sm: Layout;
7
7
  lg: Layout;
@@ -52,9 +52,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
52
52
  Object.defineProperty(exports, "__esModule", { value: true });
53
53
  var jsx_runtime_1 = require("react/jsx-runtime");
54
54
  /* eslint-disable @typescript-eslint/no-unused-vars */
55
- var publ_echo_test_1 = require("publ-echo-test");
56
- var group_1 = require("publ-echo-test/dist/lib/GridLayoutEditor/group");
57
- var renderHelpers_1 = require("publ-echo-test/dist/lib/GridLayoutEditor/utils/renderHelpers");
55
+ var publ_echo_1 = require("publ-echo");
56
+ var group_1 = require("publ-echo/dist/lib/GridLayoutEditor/group");
57
+ var renderHelpers_1 = require("publ-echo/dist/lib/GridLayoutEditor/utils/renderHelpers");
58
58
  var react_1 = __importStar(require("react"));
59
59
  var ErrorBoundary_1 = require("../../DynamicLayout/components/Section/ErrorBoundary");
60
60
  var gleStyles_1 = require("../../DynamicLayout/gleStyles");
@@ -69,7 +69,7 @@ var group_2 = require("../sections/CustomSection/newUtils/group");
69
69
  var util_1 = require("../sections/CustomSection/util");
70
70
  var parseSectionPadding_1 = __importDefault(require("../sections/CustomSection/util/layoutPropParsers/parseSectionPadding"));
71
71
  var parseCompositionPlacement_1 = __importDefault(require("../sections/CustomSection/util/parseCompositionPlacement"));
72
- var Responsive = (0, publ_echo_test_1.WidthProvider)(publ_echo_test_1.ResponsiveGridEditor);
72
+ var Responsive = (0, publ_echo_1.WidthProvider)(publ_echo_1.ResponsiveGridEditor);
73
73
  var CompositionEditor = (0, react_1.forwardRef)(function CompositionEditorCanvas(props, ref) {
74
74
  var _a, _b, _c, _d;
75
75
  var _e = props.editorProps, device = _e.device, shortcutKeyMode = _e.shortcutKeyMode, compositionActionHandler = _e.compositionActionHandler;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import type { IComposition } from '../types';
3
- import type { Layout } from 'publ-echo-test/dist/lib/GridLayoutEditor/types';
3
+ import type { Layout } from 'publ-echo/dist/lib/GridLayoutEditor/types';
4
4
  export type LayoutsType = {
5
5
  sm: Layout;
6
6
  lg: Layout;
@@ -178,7 +178,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
178
178
  return size.width * 0.0133;
179
179
  }
180
180
  if (size.width < 1200) {
181
- return Math.max(getDefensiveFontSize(device, size.width), 14);
181
+ return Math.max(getDefensiveFontSize(device, size.width), 16);
182
182
  }
183
183
  return 16;
184
184
  })();
@@ -195,7 +195,7 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
195
195
  paddingLeft: padding.left,
196
196
  width: '100%',
197
197
  height: '100%'
198
- } }, { children: (0, jsx_runtime_1.jsx)(GridContainer, __assign({ className: "composition-container", "data-cols": cols, "data-rows": rows, "data-row-height": rowHeight, "data-col-width": "10px", ref: containerRef, cols: cols, rowHeight: rowHeight, sectionRow: rows, style: {
198
+ } }, { children: (0, jsx_runtime_1.jsx)(GridContainer, __assign({ ref: containerRef, cols: cols, rowHeight: rowHeight, sectionRow: rows, style: {
199
199
  width: customSectionStyles.width,
200
200
  maxWidth: customSectionStyles.maxWidth,
201
201
  // minWidth: isMobile ? GLE_MIN_WIDTH_MOBILE_PX : GLE_MIN_WIDTH_DESKTOP_PX,
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- import type { VALUE_TYPE } from '../sections/CustomSection/util/types';
2
+ import type { CB_VALUE_TYPE, CCB_VALUE_TYPE } from '../sections/CustomSection/util/types';
3
3
  import type { IComposition, QueryData } from '../../DynamicLayout/types';
4
4
  export declare function createCompositions({ valueType, queryPath, queryData, compositions }: {
5
- valueType: VALUE_TYPE;
5
+ valueType: CCB_VALUE_TYPE | CB_VALUE_TYPE;
6
6
  queryPath: string;
7
7
  queryData: QueryData | undefined;
8
8
  compositions: IComposition[];
@@ -1,4 +1,8 @@
1
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
+ };
2
6
  var __assign = (this && this.__assign) || function () {
3
7
  __assign = Object.assign || function(t) {
4
8
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -17,32 +21,40 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
21
  exports.createCompositions = void 0;
18
22
  var jsx_runtime_1 = require("react/jsx-runtime");
19
23
  require("react");
24
+ var styled_components_1 = __importDefault(require("styled-components"));
20
25
  var compositionQueryContext_1 = require("../compositionQueryContext");
21
26
  var Composition_1 = __importDefault(require("./Composition"));
22
27
  function createCompositions(_a) {
23
28
  var valueType = _a.valueType, queryPath = _a.queryPath, queryData = _a.queryData, compositions = _a.compositions;
24
- var isQueryDataConnected = valueType === 'DATA';
29
+ var isQueryDataConnected = valueType === 'DATA' || valueType === 'DELEGATEDDATA';
25
30
  // 직접 입력 유형인 경우
26
31
  if (!isQueryDataConnected) {
27
- return compositions
28
- .filter(function (composition) { return !composition.isDefault; })
29
- .map(function (composition) { return (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id); });
32
+ var valueTypeCompositions = compositions.filter(function (composition) { return !composition.isDefault; });
33
+ // MANUAL ITEM이 없는 경우
34
+ if (!valueTypeCompositions.length) {
35
+ return [
36
+ (0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC544\uC774\uD15C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC544\uC774\uD15C\uC744 \uCD94\uAC00\uD574\uC8FC\uC138\uC694." }, "empty-manual-item")
37
+ ];
38
+ }
39
+ return valueTypeCompositions.map(function (composition) { return ((0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id)); });
30
40
  }
31
41
  if (!compositions.length) {
32
- return [(0, jsx_runtime_1.jsx)("div", { children: "EMPTY TEXT" }, "not-found")];
42
+ return [(0, jsx_runtime_1.jsx)("div", { children: "EMPTY TEXT" }, "empty")];
33
43
  }
34
44
  // 데이터 연결 유형이나, 쿼리 데이터나 키가 없는 경우
35
- if (!queryPath || !queryData) {
36
- return compositions
37
- .filter(function (composition) { return composition.isDefault; })
38
- .map(function (composition) { return (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, composition), composition.id); });
45
+ if (queryPath === 'NONE' || !queryPath || !queryData) {
46
+ return [(0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC544\uC9C1 \uC5F0\uACB0\uB41C \uCFFC\uB9AC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }, "no-query")];
39
47
  }
40
48
  var parsedQueryPath = removeFirstSegment(queryPath);
41
49
  var queryDataValue = queryData[parsedQueryPath];
42
50
  var queryComposition = compositions.find(function (composition) { return composition.isDefault; });
43
51
  // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 해당 키가 없는 경우
44
52
  if (!queryDataValue) {
45
- return [(0, jsx_runtime_1.jsxs)("div", { children: ["NOT FOUND QUERYDATA OR DEFAULT: ", parsedQueryPath] }, "not-found")];
53
+ return [(0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC5F0\uACB0\uB41C \uB370\uC774\uD130\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4." }, "not-found")];
54
+ }
55
+ // 쿼리 데이터와 키가 있으나, 쿼리 데이터에 결과가 빈 경우
56
+ if (!queryDataValue.length) {
57
+ return [(0, jsx_runtime_1.jsx)(S_EmptyLayer, { children: "\uC544\uC9C1 \uBCF4\uC5EC\uC904 \uCF58\uD150\uCE20\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }, "empty-item")];
46
58
  }
47
59
  return queryDataValue.map(function (query, index) { return ((0, jsx_runtime_1.jsx)(compositionQueryContext_1.CCBQueryPathContext.Provider, __assign({ value: { queryData: query } }, { children: (0, jsx_runtime_1.jsx)(Composition_1.default, __assign({}, queryComposition)) }), index)); });
48
60
  }
@@ -51,3 +63,17 @@ function removeFirstSegment(path) {
51
63
  var segments = path.split('/');
52
64
  return segments.slice(1).join('/');
53
65
  }
66
+ var S_EmptyLayer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6);\n bottom: 0;\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n left: 0;\n line-height: ", ";\n padding: ", ";\n position: absolute;\n right: 0;\n text-align: center;\n top: 0;\n word-break: keep-all;\n"], ["\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6);\n bottom: 0;\n color: white;\n display: flex;\n font-size: ", ";\n font-weight: ", ";\n justify-content: center;\n left: 0;\n line-height: ", ";\n padding: ", ";\n position: absolute;\n right: 0;\n text-align: center;\n top: 0;\n word-break: keep-all;\n"])), function (_a) {
67
+ var theme = _a.theme;
68
+ return theme.desktopFontSize.body2;
69
+ }, function (_a) {
70
+ var theme = _a.theme;
71
+ return theme.fontWeight.bold;
72
+ }, function (_a) {
73
+ var theme = _a.theme;
74
+ return theme.desktopLineHeight.body2;
75
+ }, function (_a) {
76
+ var theme = _a.theme;
77
+ return theme.spacing.spacingE;
78
+ });
79
+ var templateObject_1;
@@ -81,9 +81,12 @@ var TopRightAbsoluteBox = styled_components_1.default.div(templateObject_1 || (t
81
81
  var theme = _a.theme;
82
82
  return theme.ui_editor_preview_editing;
83
83
  });
84
- var S_SectionBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: ", ";\n position: relative;\n"], ["\n height: ", ";\n position: relative;\n"])), function (_a) {
84
+ var S_SectionBox = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: ", ";\n position: relative;\n z-index: ", ";\n"], ["\n height: ", ";\n position: relative;\n z-index: ", ";\n"])), function (_a) {
85
85
  var isIframeSection = _a.isIframeSection;
86
86
  return (isIframeSection ? '100%' : 'auto');
87
+ }, function (_a) {
88
+ var isEditing = _a.isEditing;
89
+ return (isEditing ? 3 : 1);
87
90
  });
88
91
  var DimmedEditOverlay = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: center;\n animation: ", ";\n background-color: ", ";\n bottom: 0;\n cursor: pointer;\n display: flex;\n justify-content: center;\n left: 0;\n\n opacity: ", ";\n\n position: absolute;\n right: 0;\n top: 0;\n transition: opacity 0.2s ease-out;\n z-index: 10;\n\n @keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.6;\n }\n\n 100% {\n opacity: 0;\n }\n }\n"], ["\n align-items: center;\n animation: ", ";\n background-color: ", ";\n bottom: 0;\n cursor: pointer;\n display: flex;\n justify-content: center;\n left: 0;\n\n opacity: ", ";\n\n position: absolute;\n right: 0;\n top: 0;\n transition: opacity 0.2s ease-out;\n z-index: 10;\n\n @keyframes fadeOut {\n 0% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.6;\n }\n\n 100% {\n opacity: 0;\n }\n }\n"])), function (_a) {
89
92
  var fadeOut = _a.fadeOut;
@@ -37,6 +37,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
37
37
  __setModuleDefault(result, mod);
38
38
  return result;
39
39
  };
40
+ var __importDefault = (this && this.__importDefault) || function (mod) {
41
+ return (mod && mod.__esModule) ? mod : { "default": mod };
42
+ };
40
43
  Object.defineProperty(exports, "__esModule", { value: true });
41
44
  exports.CustomSectionBackgroundMedia = void 0;
42
45
  var jsx_runtime_1 = require("react/jsx-runtime");
@@ -45,9 +48,10 @@ var utils_1 = require("../../../../DynamicLayout/utils");
45
48
  var styled_components_1 = __importStar(require("styled-components"));
46
49
  var YouTubeIframe_1 = require("../../YouTubeIframe");
47
50
  var util_1 = require("../util");
51
+ var VideoBGMedia_1 = __importDefault(require("./VideoBGMedia"));
48
52
  function CustomSectionBackgroundMedia(_a) {
49
53
  var specs = _a.specs, playerId = _a.playerId, mediaType = _a.mediaType, componentStyle = _a.componentStyle, device = _a.device, backgroundRef = _a.backgroundRef;
50
- var _b = (0, util_1.parseSectionBackgroundMediaData)(specs, device), CB_STYLE_PROP_BGMEDIA_SPEC_YSRC = _b.CB_STYLE_PROP_BGMEDIA_SPEC_YSRC, CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY = _b.CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR;
54
+ var _b = (0, util_1.parseSectionBackgroundMediaData)(specs, device), CB_STYLE_PROP_BGMEDIA_SPEC_YSRC = _b.CB_STYLE_PROP_BGMEDIA_SPEC_YSRC, CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY = _b.CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME = _b.CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME, CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR, CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR = _b.CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR;
51
55
  var _c = (0, react_1.useState)({ width: 0, height: 0 }), youtubeSize = _c[0], setYoutubeSize = _c[1];
52
56
  var youTubeIframeKey = (0, react_1.useMemo)(function () {
53
57
  return "".concat(utils_1.YouTubeLinkParser.getId(String(CB_STYLE_PROP_BGMEDIA_SPEC_YSRC)), "-").concat(CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY, "-").concat(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME, "-").concat(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME);
@@ -104,6 +108,13 @@ function CustomSectionBackgroundMedia(_a) {
104
108
  return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR && ((0, jsx_runtime_1.jsx)(S_Image, __assign({ src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), normalStyle: componentStyle }, { children: (0, jsx_runtime_1.jsx)("img", { src: String(CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR), style: { visibility: 'hidden', width: '100%', height: '100%' } }) }))) }));
105
109
  case 'YOUTUBE':
106
110
  return ((0, jsx_runtime_1.jsx)(S_YoutubeContainer, __assign({}, youtubeSize, { children: youtubeSize.height > 0 && youtubeSize.width > 0 && ((0, jsx_runtime_1.jsx)(YouTubeIframe_1.YouTubeIframe, { src: String(CB_STYLE_PROP_BGMEDIA_SPEC_YSRC), id: playerId, loopMode: CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY ? 'use' : 'none', startSeconds: Number(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME), endSeconds: Number(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME), customHeight: youtubeSize.height, customWidth: youtubeSize.width }, youTubeIframeKey)) })));
111
+ case 'VIDEO':
112
+ case 'URL':
113
+ return ((0, jsx_runtime_1.jsx)(VideoBGMedia_1.default
114
+ // autoPlayOnMobile={}
115
+ , {
116
+ // autoPlayOnMobile={}
117
+ src: String(CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR), startTime: Number(CB_STYLE_PROP_BGMEDIA_SPEC_STARTTIME), endTime: Number(CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME), loop: !!CB_STYLE_PROP_BGMEDIA_SPEC_REPLAY }));
107
118
  case 'NONE':
108
119
  default:
109
120
  return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {});
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ declare function VideoBGMedia({ src, startTime, endTime, loop }: {
3
+ src: string;
4
+ startTime?: number;
5
+ endTime?: number;
6
+ loop?: boolean;
7
+ }): JSX.Element;
8
+ export default VideoBGMedia;
@@ -0,0 +1,77 @@
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
+ var __importDefault = (this && this.__importDefault) || function (mod) {
18
+ return (mod && mod.__esModule) ? mod : { "default": mod };
19
+ };
20
+ Object.defineProperty(exports, "__esModule", { value: true });
21
+ var jsx_runtime_1 = require("react/jsx-runtime");
22
+ var react_1 = require("react");
23
+ var helper_1 = require("../../../../DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper");
24
+ var styled_components_1 = __importDefault(require("styled-components"));
25
+ function VideoBGMedia(_a) {
26
+ var src = _a.src, startTime = _a.startTime, endTime = _a.endTime, loop = _a.loop;
27
+ var videoRef = (0, react_1.useRef)(null);
28
+ var _b = (0, react_1.useState)(function () {
29
+ return (0, helper_1.parseTargetUrl)(src).encodedURL;
30
+ }), videoURL = _b[0], setVideoURL = _b[1];
31
+ (0, react_1.useEffect)(function () {
32
+ setVideoURL((0, helper_1.parseTargetUrl)(src).encodedURL);
33
+ }, [src]);
34
+ var onLoadedMetadata = function () {
35
+ var video = videoRef.current;
36
+ if (!video)
37
+ return;
38
+ if (typeof startTime === 'number') {
39
+ video.currentTime = startTime;
40
+ }
41
+ video.play();
42
+ };
43
+ var onTimeUpdate = function () {
44
+ var video = videoRef.current;
45
+ if (!video)
46
+ return;
47
+ if (typeof startTime === 'number' && typeof endTime === 'number') {
48
+ if (video.currentTime < startTime) {
49
+ video.currentTime = startTime;
50
+ }
51
+ if (video.currentTime >= endTime) {
52
+ video.currentTime = startTime;
53
+ }
54
+ }
55
+ };
56
+ var onEnded = function () {
57
+ var video = videoRef.current;
58
+ if (!video)
59
+ return;
60
+ if (loop) {
61
+ video.currentTime = startTime || 0;
62
+ video.play();
63
+ }
64
+ };
65
+ var onVideoError = function () {
66
+ var fallbackURL = (0, helper_1.parseTargetUrl)(src).fallbackURL;
67
+ var isFallbackURL = fallbackURL === videoURL;
68
+ if (fallbackURL && !isFallbackURL) {
69
+ setVideoURL(fallbackURL);
70
+ return;
71
+ }
72
+ };
73
+ return ((0, jsx_runtime_1.jsx)(S_Video, __assign({ "data-src": src, ref: videoRef, onLoadedMetadata: onLoadedMetadata, onTimeUpdate: onTimeUpdate, onEnded: onEnded, onError: onVideoError, autoPlay: true, muted: true, playsInline: true }, { children: (0, jsx_runtime_1.jsx)("source", { src: videoURL }) }), videoURL));
74
+ }
75
+ var S_Video = styled_components_1.default.video(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 100%;\n left: 0;\n object-fit: cover;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: -9999;\n"], ["\n height: 100%;\n left: 0;\n object-fit: cover;\n position: absolute;\n top: 0;\n width: 100%;\n z-index: -9999;\n"])));
76
+ exports.default = VideoBGMedia;
77
+ var templateObject_1;
@@ -25,7 +25,9 @@ var AVAILABLE_SPECS = [
25
25
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEPOSITION',
26
26
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGESELECTOR',
27
27
  'CB_STYLE_PROP_BGMEDIA_SPEC_IMAGEFIT',
28
- 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME'
28
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_ENDTIME',
29
+ 'CB_STYLE_PROP_BGMEDIA_SPEC_VIDEOSELECTOR'
30
+ // 'CB_STYLE_PROP_BGMEDIA_SPEC_MPLAY'
29
31
  ];
30
32
  function UseCustomSectionBackgroundMediaData(specs, device) {
31
33
  return AVAILABLE_SPECS.reduce(function (acc, cur) {
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../../IconType';
3
+ export declare const ArrowDownDesign01: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export declare const ArrowDownDesign02: ({ color, size, ...rest }: IconType) => JSX.Element;
5
+ export declare const ArrowDownDesign03: ({ color, size, ...rest }: IconType) => JSX.Element;
6
+ export declare const ArrowDownDesign04: ({ color, size, ...rest }: IconType) => JSX.Element;
7
+ export declare const ArrowDownDesign05: ({ color, size, ...rest }: IconType) => JSX.Element;
8
+ export declare const ArrowDownDesign06: ({ color, size, ...rest }: IconType) => JSX.Element;
9
+ export declare const ArrowDownDesign07: ({ color, ...rest }: IconType) => JSX.Element;
10
+ export declare const ArrowDownDesign08: ({ color, ...rest }: IconType) => JSX.Element;
11
+ export declare const ArrowDownDesign09: ({ color, ...rest }: IconType) => JSX.Element;
12
+ export declare const ArrowDownDesign10: ({ color, size, ...rest }: IconType) => JSX.Element;
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ Object.defineProperty(exports, "__esModule", { value: true });
25
+ exports.ArrowDownDesign10 = exports.ArrowDownDesign09 = exports.ArrowDownDesign08 = exports.ArrowDownDesign07 = exports.ArrowDownDesign06 = exports.ArrowDownDesign05 = exports.ArrowDownDesign04 = exports.ArrowDownDesign03 = exports.ArrowDownDesign02 = exports.ArrowDownDesign01 = void 0;
26
+ var jsx_runtime_1 = require("react/jsx-runtime");
27
+ var ArrowDownDesign01 = function (_a) {
28
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
29
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".5", d: "M15.577375,18.497375 L8.666375,11.586375 C8.341375,11.261375 8.341375,10.733375 8.666375,10.408375 L15.577375,3.497375", transform: "rotate(-90 12 10.997)" }) })));
30
+ };
31
+ exports.ArrowDownDesign01 = ArrowDownDesign01;
32
+ var ArrowDownDesign02 = function (_a) {
33
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
34
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", d: "M15.5773125,18.5003005 L8.6668125,11.5898005 C8.3413125,11.2643005 8.3413125,10.7363005 8.6668125,10.4108005 L15.5773125,3.5003005", transform: "rotate(-90 12 11)" }) })));
35
+ };
36
+ exports.ArrowDownDesign02 = ArrowDownDesign02;
37
+ var ArrowDownDesign03 = function (_a) {
38
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
39
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2.5", d: "M15.5774,18.5 L8.6664,11.589 C8.3414,11.264 8.3414,10.736 8.6664,10.411 L15.5774,3.5", transform: "rotate(-90 12 11)" }) })));
40
+ };
41
+ exports.ArrowDownDesign03 = ArrowDownDesign03;
42
+ var ArrowDownDesign04 = function (_a) {
43
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
44
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("polyline", { fill: "none", stroke: color, strokeLinecap: "square", strokeWidth: "3", points: "8.001 3.499 16.001 11.499 8.001 19.501", transform: "rotate(90 12 11.5)" }) })));
45
+ };
46
+ exports.ArrowDownDesign04 = ArrowDownDesign04;
47
+ var ArrowDownDesign05 = function (_a) {
48
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
49
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M4.55225015,11.9999287 L21,11.9999287 M10.4989308,19.4992872 L3,12.0003564 L10.4989308,4.5", transform: "rotate(-90 12 12)" }) })));
50
+ };
51
+ exports.ArrowDownDesign05 = ArrowDownDesign05;
52
+ var ArrowDownDesign06 = function (_a) {
53
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
54
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "square", strokeWidth: "3", d: "M4.55225015,11.9999287 L21,11.9999287 M10.4989308,19.4992872 L3,12.0003564 L10.4989308,4.5", transform: "rotate(-90 12 12)" }) })));
55
+ };
56
+ exports.ArrowDownDesign06 = ArrowDownDesign06;
57
+ var ArrowDownDesign07 = function (_a) {
58
+ var color = _a.color, rest = __rest(_a, ["color"]);
59
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "24", height: "32", viewBox: "0 0 24 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M-1.44774985,16.0002851 L27,16.0002851 M4.49893076,23.4996436 L-3,16.0007128 L4.49893076,8.50035641", transform: "rotate(-90 12 16)" }) })));
60
+ };
61
+ exports.ArrowDownDesign07 = ArrowDownDesign07;
62
+ var ArrowDownDesign08 = function (_a) {
63
+ var color = _a.color, rest = __rest(_a, ["color"]);
64
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "24", height: "32", viewBox: "0 0 24 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "square", strokeWidth: "3", d: "M-0.448106259,15.8002851 L25.9996436,15.8002851 M5.49857435,23.2996436 L-2.00035641,15.8007128 L5.49857435,8.30035641", transform: "matrix(0 -1 -1 0 27.8 27.8)" }) })));
65
+ };
66
+ exports.ArrowDownDesign08 = ArrowDownDesign08;
67
+ var ArrowDownDesign09 = function (_a) {
68
+ var color = _a.color, rest = __rest(_a, ["color"]);
69
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "24", height: "32", viewBox: "0 0 24 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M11.805,12.066 C11.805,12.066 4,19.871 4,19.871 L28.537,19.871", transform: "scale(1 -1) rotate(90 32.237 0)" }) })));
70
+ };
71
+ exports.ArrowDownDesign09 = ArrowDownDesign09;
72
+ var ArrowDownDesign10 = function (_a) {
73
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
74
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("polygon", { fill: color, fillRule: "evenodd", points: "12 6 21 21 3 21", transform: "rotate(180 12 13.5)" }) })));
75
+ };
76
+ exports.ArrowDownDesign10 = ArrowDownDesign10;
@@ -0,0 +1,4 @@
1
+ export { ArrowDownDesign01 as ic_arrow_down_design_01, ArrowDownDesign02 as ic_arrow_down_design_02, ArrowDownDesign03 as ic_arrow_down_design_03, ArrowDownDesign04 as ic_arrow_down_design_04, ArrowDownDesign05 as ic_arrow_down_design_05, ArrowDownDesign06 as ic_arrow_down_design_06, ArrowDownDesign07 as ic_arrow_down_design_07, ArrowDownDesign08 as ic_arrow_down_design_08, ArrowDownDesign09 as ic_arrow_down_design_09, ArrowDownDesign10 as ic_arrow_down_design_10 } from './downIcons';
2
+ export { ArrowLeftDesign01 as ic_arrow_left_design_01, ArrowLeftDesign02 as ic_arrow_left_design_02, ArrowLeftDesign03 as ic_arrow_left_design_03, ArrowLeftDesign04 as ic_arrow_left_design_04, ArrowLeftDesign05 as ic_arrow_left_design_05, ArrowLeftDesign06 as ic_arrow_left_design_06, ArrowLeftDesign07 as ic_arrow_left_design_07, ArrowLeftDesign08 as ic_arrow_left_design_08, ArrowLeftDesign09 as ic_arrow_left_design_09, ArrowLeftDesign10 as ic_arrow_left_design_10 } from './leftIcons';
3
+ export { ArrowRightDesign01 as ic_arrow_right_design_01, ArrowRightDesign02 as ic_arrow_right_design_02, ArrowRightDesign03 as ic_arrow_right_design_03, ArrowRightDesign04 as ic_arrow_right_design_04, ArrowRightDesign05 as ic_arrow_right_design_05, ArrowRightDesign06 as ic_arrow_right_design_06, ArrowRightDesign07 as ic_arrow_right_design_07, ArrowRightDesign08 as ic_arrow_right_design_08, ArrowRightDesign09 as ic_arrow_right_design_09, ArrowRightDesign10 as ic_arrow_right_design_10 } from './rightIcons';
4
+ export { ArrowUpDesign01 as ic_arrow_up_design_01, ArrowUpDesign02 as ic_arrow_up_design_02, ArrowUpDesign03 as ic_arrow_up_design_03, ArrowUpDesign04 as ic_arrow_up_design_04, ArrowUpDesign05 as ic_arrow_up_design_05, ArrowUpDesign06 as ic_arrow_up_design_06, ArrowUpDesign07 as ic_arrow_up_design_07, ArrowUpDesign08 as ic_arrow_up_design_08, ArrowUpDesign09 as ic_arrow_up_design_09, ArrowUpDesign10 as ic_arrow_up_design_10 } from './upIcons';
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ic_arrow_up_design_10 = exports.ic_arrow_up_design_09 = exports.ic_arrow_up_design_08 = exports.ic_arrow_up_design_07 = exports.ic_arrow_up_design_06 = exports.ic_arrow_up_design_05 = exports.ic_arrow_up_design_04 = exports.ic_arrow_up_design_03 = exports.ic_arrow_up_design_02 = exports.ic_arrow_up_design_01 = exports.ic_arrow_right_design_10 = exports.ic_arrow_right_design_09 = exports.ic_arrow_right_design_08 = exports.ic_arrow_right_design_07 = exports.ic_arrow_right_design_06 = exports.ic_arrow_right_design_05 = exports.ic_arrow_right_design_04 = exports.ic_arrow_right_design_03 = exports.ic_arrow_right_design_02 = exports.ic_arrow_right_design_01 = exports.ic_arrow_left_design_10 = exports.ic_arrow_left_design_09 = exports.ic_arrow_left_design_08 = exports.ic_arrow_left_design_07 = exports.ic_arrow_left_design_06 = exports.ic_arrow_left_design_05 = exports.ic_arrow_left_design_04 = exports.ic_arrow_left_design_03 = exports.ic_arrow_left_design_02 = exports.ic_arrow_left_design_01 = exports.ic_arrow_down_design_10 = exports.ic_arrow_down_design_09 = exports.ic_arrow_down_design_08 = exports.ic_arrow_down_design_07 = exports.ic_arrow_down_design_06 = exports.ic_arrow_down_design_05 = exports.ic_arrow_down_design_04 = exports.ic_arrow_down_design_03 = exports.ic_arrow_down_design_02 = exports.ic_arrow_down_design_01 = void 0;
4
+ var downIcons_1 = require("./downIcons");
5
+ Object.defineProperty(exports, "ic_arrow_down_design_01", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign01; } });
6
+ Object.defineProperty(exports, "ic_arrow_down_design_02", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign02; } });
7
+ Object.defineProperty(exports, "ic_arrow_down_design_03", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign03; } });
8
+ Object.defineProperty(exports, "ic_arrow_down_design_04", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign04; } });
9
+ Object.defineProperty(exports, "ic_arrow_down_design_05", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign05; } });
10
+ Object.defineProperty(exports, "ic_arrow_down_design_06", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign06; } });
11
+ Object.defineProperty(exports, "ic_arrow_down_design_07", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign07; } });
12
+ Object.defineProperty(exports, "ic_arrow_down_design_08", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign08; } });
13
+ Object.defineProperty(exports, "ic_arrow_down_design_09", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign09; } });
14
+ Object.defineProperty(exports, "ic_arrow_down_design_10", { enumerable: true, get: function () { return downIcons_1.ArrowDownDesign10; } });
15
+ var leftIcons_1 = require("./leftIcons");
16
+ Object.defineProperty(exports, "ic_arrow_left_design_01", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign01; } });
17
+ Object.defineProperty(exports, "ic_arrow_left_design_02", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign02; } });
18
+ Object.defineProperty(exports, "ic_arrow_left_design_03", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign03; } });
19
+ Object.defineProperty(exports, "ic_arrow_left_design_04", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign04; } });
20
+ Object.defineProperty(exports, "ic_arrow_left_design_05", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign05; } });
21
+ Object.defineProperty(exports, "ic_arrow_left_design_06", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign06; } });
22
+ Object.defineProperty(exports, "ic_arrow_left_design_07", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign07; } });
23
+ Object.defineProperty(exports, "ic_arrow_left_design_08", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign08; } });
24
+ Object.defineProperty(exports, "ic_arrow_left_design_09", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign09; } });
25
+ Object.defineProperty(exports, "ic_arrow_left_design_10", { enumerable: true, get: function () { return leftIcons_1.ArrowLeftDesign10; } });
26
+ var rightIcons_1 = require("./rightIcons");
27
+ Object.defineProperty(exports, "ic_arrow_right_design_01", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign01; } });
28
+ Object.defineProperty(exports, "ic_arrow_right_design_02", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign02; } });
29
+ Object.defineProperty(exports, "ic_arrow_right_design_03", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign03; } });
30
+ Object.defineProperty(exports, "ic_arrow_right_design_04", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign04; } });
31
+ Object.defineProperty(exports, "ic_arrow_right_design_05", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign05; } });
32
+ Object.defineProperty(exports, "ic_arrow_right_design_06", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign06; } });
33
+ Object.defineProperty(exports, "ic_arrow_right_design_07", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign07; } });
34
+ Object.defineProperty(exports, "ic_arrow_right_design_08", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign08; } });
35
+ Object.defineProperty(exports, "ic_arrow_right_design_09", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign09; } });
36
+ Object.defineProperty(exports, "ic_arrow_right_design_10", { enumerable: true, get: function () { return rightIcons_1.ArrowRightDesign10; } });
37
+ var upIcons_1 = require("./upIcons");
38
+ Object.defineProperty(exports, "ic_arrow_up_design_01", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign01; } });
39
+ Object.defineProperty(exports, "ic_arrow_up_design_02", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign02; } });
40
+ Object.defineProperty(exports, "ic_arrow_up_design_03", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign03; } });
41
+ Object.defineProperty(exports, "ic_arrow_up_design_04", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign04; } });
42
+ Object.defineProperty(exports, "ic_arrow_up_design_05", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign05; } });
43
+ Object.defineProperty(exports, "ic_arrow_up_design_06", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign06; } });
44
+ Object.defineProperty(exports, "ic_arrow_up_design_07", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign07; } });
45
+ Object.defineProperty(exports, "ic_arrow_up_design_08", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign08; } });
46
+ Object.defineProperty(exports, "ic_arrow_up_design_09", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign09; } });
47
+ Object.defineProperty(exports, "ic_arrow_up_design_10", { enumerable: true, get: function () { return upIcons_1.ArrowUpDesign10; } });
@@ -0,0 +1,12 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../../IconType';
3
+ export declare const ArrowLeftDesign01: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export declare const ArrowLeftDesign02: ({ color, size, ...rest }: IconType) => JSX.Element;
5
+ export declare const ArrowLeftDesign03: ({ color, size, ...rest }: IconType) => JSX.Element;
6
+ export declare const ArrowLeftDesign04: ({ color, size, ...rest }: IconType) => JSX.Element;
7
+ export declare const ArrowLeftDesign05: ({ color, size, ...rest }: IconType) => JSX.Element;
8
+ export declare const ArrowLeftDesign06: ({ color, size, ...rest }: IconType) => JSX.Element;
9
+ export declare const ArrowLeftDesign07: ({ color, ...rest }: IconType) => JSX.Element;
10
+ export declare const ArrowLeftDesign08: ({ color, ...rest }: IconType) => JSX.Element;
11
+ export declare const ArrowLeftDesign09: ({ color, ...rest }: IconType) => JSX.Element;
12
+ export declare const ArrowLeftDesign10: ({ color, size, ...rest }: IconType) => JSX.Element;