pds-dev-kit-web-test 2.5.628 → 2.5.629

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 (344) hide show
  1. package/dist/index.d.ts +6 -6
  2. package/dist/index.js +3 -12
  3. package/dist/src/common/assets/icons/fill/index.d.ts +0 -1
  4. package/dist/src/common/assets/icons/fill/index.js +0 -2
  5. package/dist/src/common/assets/icons/line/index.d.ts +0 -1
  6. package/dist/src/common/assets/icons/line/index.js +0 -2
  7. package/dist/src/common/hooks/useTooltip.js +1 -1
  8. package/dist/src/common/index.d.ts +1 -1
  9. package/dist/src/common/services/i18n/resources/en.json +1 -61
  10. package/dist/src/common/services/i18n/resources/es.json +1 -61
  11. package/dist/src/common/services/i18n/resources/fil.json +1 -61
  12. package/dist/src/common/services/i18n/resources/index.d.ts +0 -421
  13. package/dist/src/common/services/i18n/resources/ja.json +1 -61
  14. package/dist/src/common/services/i18n/resources/ko.json +1 -62
  15. package/dist/src/common/services/i18n/resources/zh-cn.json +1 -61
  16. package/dist/src/common/services/i18n/resources/zh-tw.json +1 -61
  17. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -4
  18. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -4
  19. package/dist/src/common/styles/colorSet/UIColor.json +1 -5
  20. package/dist/src/common/styles/colorSet/index.d.ts +0 -10
  21. package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -4
  22. package/dist/src/common/types/components.d.ts +0 -9
  23. package/dist/src/common/types/components.js +0 -8
  24. package/dist/src/common/types/form.d.ts +9 -0
  25. package/dist/src/common/types/form.js +10 -0
  26. package/dist/src/common/types/index.d.ts +1 -1
  27. package/dist/src/common/types/index.js +1 -1
  28. package/dist/src/common/types/text.d.ts +0 -2
  29. package/dist/src/common/utils/SystemUIPositionGenerator/hoverTypeSystemUICssGenerator.js +1 -1
  30. package/dist/src/common/utils/dateHelper.d.ts +0 -3
  31. package/dist/src/common/utils/dateHelper.js +0 -37
  32. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +1 -4
  33. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +23 -32
  34. package/dist/src/desktop/components/AdminList/AdminList.js +17 -15
  35. package/dist/src/desktop/components/BasicButtonGroup/BasicButtonGroup.js +1 -1
  36. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +2 -6
  37. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +6 -67
  38. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +1 -6
  39. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +2 -70
  40. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  41. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  42. package/dist/src/desktop/components/ChatList/Body.d.ts +1 -1
  43. package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
  44. package/dist/src/desktop/components/TextButton/TextButton.js +39 -56
  45. package/dist/src/desktop/components/TextField/TextField.d.ts +1 -2
  46. package/dist/src/desktop/components/TextField/TextField.js +7 -7
  47. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +3 -3
  48. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  49. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -56
  50. package/dist/src/desktop/components/index.d.ts +1 -6
  51. package/dist/src/desktop/components/index.js +1 -12
  52. package/dist/src/desktop/index.d.ts +1 -1
  53. package/dist/src/desktop/index.js +2 -7
  54. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.d.ts +2 -17
  55. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +6 -37
  56. package/dist/src/desktop/panels/index.d.ts +1 -2
  57. package/dist/src/desktop/panels/index.js +1 -6
  58. package/dist/src/hybrid/components/Divider/Divider.d.ts +1 -3
  59. package/dist/src/hybrid/components/Divider/Divider.js +7 -9
  60. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.d.ts +1 -3
  61. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +22 -26
  62. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +3 -2
  63. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +8 -3
  64. package/dist/src/mobile/components/ChatList/Body.d.ts +1 -1
  65. package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
  66. package/dist/src/mobile/components/TextButton/TextButton.js +30 -44
  67. package/dist/src/mobile/components/TextField/TextField.d.ts +1 -2
  68. package/dist/src/mobile/components/TextField/TextField.js +7 -7
  69. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +3 -3
  70. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  71. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -44
  72. package/dist/src/mobile/components/index.d.ts +1 -5
  73. package/dist/src/mobile/components/index.js +1 -9
  74. package/dist/src/mobile/index.d.ts +1 -1
  75. package/dist/src/mobile/index.js +2 -6
  76. package/dist/src/sub/AdminList/AdminList/AdminList.js +17 -18
  77. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.d.ts +22 -0
  78. package/dist/src/sub/DynamicLayout/CompositionEditor/CompositionEditor.js +1134 -0
  79. package/dist/src/sub/DynamicLayout/CompositionRenderer/ComponentBlockMatcher.js +4 -1
  80. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.d.ts +5 -3
  81. package/dist/src/sub/DynamicLayout/CompositionRenderer/Composition.js +54 -54
  82. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.d.ts +11 -0
  83. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionBackground.js +45 -0
  84. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.d.ts +10 -0
  85. package/dist/src/sub/DynamicLayout/CompositionRenderer/createCompositions.js +79 -0
  86. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  87. package/dist/src/sub/DynamicLayout/DynamicLayout.js +4 -2
  88. package/dist/src/sub/DynamicLayout/components/Section/components/CustomSectionBackgroundMedia.js +24 -2
  89. package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +2 -2
  90. package/dist/src/sub/DynamicLayout/components/Section/util/parseSectionBackgroundMediaData.js +3 -1
  91. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.d.ts +12 -0
  92. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/downIcons.js +76 -0
  93. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.d.ts +4 -0
  94. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/index.js +47 -0
  95. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.d.ts +12 -0
  96. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/leftIcons.js +76 -0
  97. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.d.ts +12 -0
  98. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/rightIcons.js +76 -0
  99. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.d.ts +12 -0
  100. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/editorNavigationIcons/upIcons.js +76 -0
  101. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.d.ts +40 -0
  102. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/assets/icons/line/index.js +36 -177
  103. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +152 -4
  104. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +150 -2
  105. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/SemanticColor.json +45 -1
  106. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/UIColor.json +262 -9
  107. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/index.d.ts +593 -0
  108. package/dist/src/sub/DynamicLayout/components/pdsOriginal/common/styles/colorSet/ui-type.d.ts +253 -0
  109. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.d.ts +3 -1
  110. package/dist/src/sub/DynamicLayout/components/pdsOriginal/desktop/IconButton/IconButton.js +5 -3
  111. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.d.ts +2 -1
  112. package/dist/src/sub/DynamicLayout/components/pdsOriginal/hybrid/Icon/Icon.js +9 -2
  113. package/dist/src/sub/DynamicLayout/compositionActionTypes.d.ts +139 -0
  114. package/dist/src/sub/DynamicLayout/compositionQueryContext.d.ts +8 -0
  115. package/dist/src/sub/DynamicLayout/compositionQueryContext.js +14 -0
  116. package/dist/src/sub/DynamicLayout/mock_componentBlocks.d.ts +911 -0
  117. package/dist/src/sub/DynamicLayout/mock_componentBlocks.js +4238 -0
  118. package/dist/src/sub/DynamicLayout/mock_composition.d.ts +3 -0
  119. package/dist/src/sub/DynamicLayout/mock_composition.js +1607 -0
  120. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.d.ts +1 -0
  121. package/dist/src/sub/DynamicLayout/mock_contentsCarousel.js +1111 -0
  122. package/dist/src/sub/DynamicLayout/mock_contentsList.d.ts +1 -0
  123. package/dist/src/sub/DynamicLayout/mock_contentsList.js +1091 -0
  124. package/dist/src/sub/DynamicLayout/mock_queryData.d.ts +96 -0
  125. package/dist/src/sub/DynamicLayout/mock_queryData.js +2639 -0
  126. package/dist/src/sub/DynamicLayout/mock_slideBanner.d.ts +842 -0
  127. package/dist/src/sub/DynamicLayout/mock_slideBanner.js +854 -0
  128. package/dist/src/sub/DynamicLayout/mock_video.d.ts +368 -0
  129. package/dist/src/sub/DynamicLayout/mock_video.js +371 -0
  130. package/dist/src/sub/DynamicLayout/mock_video_cb.d.ts +0 -1
  131. package/dist/src/sub/DynamicLayout/mock_video_cb.js +4 -5
  132. package/dist/src/sub/DynamicLayout/mocks.d.ts +8 -961
  133. package/dist/src/sub/DynamicLayout/mocks.js +55 -4239
  134. package/dist/src/sub/DynamicLayout/sectionActionTypes.d.ts +4 -4
  135. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -1
  136. package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +7 -7
  137. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/ComponentBlockMatcher.js +13 -3
  138. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Button/Button.js +18 -2
  139. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.d.ts +10 -4
  140. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarousel.js +140 -3
  141. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.d.ts +12 -0
  142. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/ContentsCarouselCore.js +61 -0
  143. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.d.ts +15 -0
  144. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationNextBtn.js +69 -0
  145. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.d.ts +15 -0
  146. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomNavigationPrevBtn.js +69 -0
  147. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.d.ts +9 -0
  148. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/CustomProgressbar.js +87 -0
  149. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.d.ts +4 -0
  150. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/navigationConfigs.js +849 -0
  151. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.d.ts +43 -0
  152. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/components/progressConfigs.js +162 -0
  153. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.d.ts +39 -0
  154. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/contentsCarouselUtils.js +182 -0
  155. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.d.ts +18 -0
  156. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useFlexGridLayout.js +229 -0
  157. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.d.ts +14 -0
  158. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/hooks/useSwiper.js +46 -0
  159. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.d.ts +1 -0
  160. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/index.js +8 -0
  161. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel/types.d.ts +139 -0
  162. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.d.ts +14 -0
  163. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsList.js +214 -0
  164. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.d.ts +17 -0
  165. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/ContentsListCore.js +39 -0
  166. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.d.ts +10 -0
  167. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/CustomPagination.js +85 -0
  168. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.d.ts +25 -0
  169. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/components/paginationConfigs.js +183 -0
  170. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.d.ts +29 -0
  171. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/contentsListUtils.js +130 -0
  172. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.d.ts +18 -0
  173. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/hooks/useFlexGridLayout.js +229 -0
  174. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/index.d.ts +1 -0
  175. package/dist/src/{desktop/panels/MultilingualModal → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList}/index.js +3 -3
  176. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.d.ts +67 -0
  177. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsList/types.js +2 -0
  178. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Image/Image.js +39 -3
  179. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.d.ts +14 -0
  180. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBanner.js +151 -0
  181. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.d.ts +12 -0
  182. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/SlideBannerCore.js +39 -0
  183. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.d.ts +15 -0
  184. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationNextBtn.js +69 -0
  185. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.d.ts +15 -0
  186. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomNavigationPrevBtn.js +69 -0
  187. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.d.ts +20 -0
  188. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomPagination.js +173 -0
  189. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.d.ts +9 -0
  190. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/CustomProgressbar.js +87 -0
  191. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.d.ts +4 -0
  192. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/navigationConfigs.js +849 -0
  193. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.d.ts +43 -0
  194. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/components/progressConfigs.js +162 -0
  195. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.d.ts +18 -0
  196. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useFlexGridLayout.js +229 -0
  197. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.d.ts +16 -0
  198. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/hooks/useSwiper.js +63 -0
  199. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/index.d.ts +1 -0
  200. package/dist/src/{desktop/components/Snackbar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner}/index.js +3 -3
  201. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.d.ts +46 -0
  202. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/slideBannerUtils.js +186 -0
  203. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.d.ts +163 -0
  204. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/SlideBanner/types.js +2 -0
  205. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +49 -8
  206. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.d.ts +7 -0
  207. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/textSpecFormatOptions.js +211 -0
  208. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/VideoPlayer.js +3 -28
  209. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.d.ts +0 -1
  210. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/VideoPlayer/helper.js +5 -15
  211. package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/types.d.ts +55 -3
  212. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/group.d.ts +1 -1
  213. package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/replaceUndefinedValues.js +1 -1
  214. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.d.ts +27 -10
  215. package/dist/src/sub/DynamicLayout/sections/CustomSection/types.js +3 -1
  216. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/effectPropParsers/parseEffectPropEntAnim.d.ts +4 -4
  217. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/layoutPropParsers/parseLayoutPropPadding.d.ts +2 -2
  218. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.d.ts +14 -0
  219. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseCompositionPlacement.js +26 -0
  220. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseJsonProperties.d.ts +2 -2
  221. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +7 -2
  222. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +16 -5
  223. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parseProperties.d.ts +2 -2
  224. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/stylePropParsers/parseStylePropTextSpec.js +2 -0
  225. package/dist/src/sub/DynamicLayout/sections/CustomSection/util/types.d.ts +53 -3
  226. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.d.ts +1 -1
  227. package/dist/src/sub/DynamicLayout/sections/FlexGridCustomSection.js +1 -0
  228. package/dist/src/sub/DynamicLayout/types.d.ts +64 -17
  229. package/package.json +3 -2
  230. package/release-note.md +2 -2
  231. package/dist/src/common/assets/icons/fill/Translate.d.ts +0 -4
  232. package/dist/src/common/assets/icons/fill/Translate.js +0 -30
  233. package/dist/src/common/assets/icons/line/Translate.d.ts +0 -4
  234. package/dist/src/common/assets/icons/line/Translate.js +0 -30
  235. package/dist/src/common/hooks/useParentResizeObserver.d.ts +0 -2
  236. package/dist/src/common/hooks/useParentResizeObserver.js +0 -20
  237. package/dist/src/common/hooks/useResizeObserver.d.ts +0 -3
  238. package/dist/src/common/hooks/useResizeObserver.js +0 -27
  239. package/dist/src/common/hooks/useWindowSize.d.ts +0 -4
  240. package/dist/src/common/hooks/useWindowSize.js +0 -22
  241. package/dist/src/common/types/multilingual.d.ts +0 -16
  242. package/dist/src/core/pricing/formatter.d.ts +0 -4
  243. package/dist/src/core/pricing/formatter.js +0 -18
  244. package/dist/src/core/pricing/index.d.ts +0 -2
  245. package/dist/src/core/pricing/index.js +0 -18
  246. package/dist/src/core/pricing/policy.d.ts +0 -26
  247. package/dist/src/core/pricing/policy.js +0 -98
  248. package/dist/src/core/pricing/service.d.ts +0 -62
  249. package/dist/src/core/pricing/service.js +0 -157
  250. package/dist/src/core/pricing/translator.d.ts +0 -27
  251. package/dist/src/core/pricing/translator.js +0 -53
  252. package/dist/src/core/pricing/types.d.ts +0 -19
  253. package/dist/src/core/pricing/types.js +0 -31
  254. package/dist/src/core/pricing/validator.d.ts +0 -29
  255. package/dist/src/core/pricing/validator.js +0 -105
  256. package/dist/src/desktop/components/BoxItem/BoxItem.d.ts +0 -67
  257. package/dist/src/desktop/components/BoxItem/BoxItem.js +0 -107
  258. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  259. package/dist/src/desktop/components/BoxItem/LeftBox/Checkbox.js +0 -9
  260. package/dist/src/desktop/components/BoxItem/LeftBox/Image.d.ts +0 -11
  261. package/dist/src/desktop/components/BoxItem/LeftBox/Image.js +0 -9
  262. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  263. package/dist/src/desktop/components/BoxItem/LeftBox/LeftBox.js +0 -36
  264. package/dist/src/desktop/components/BoxItem/LeftBox/index.d.ts +0 -2
  265. package/dist/src/desktop/components/BoxItem/LeftBox/index.js +0 -8
  266. package/dist/src/desktop/components/BoxItem/index.d.ts +0 -1
  267. package/dist/src/desktop/components/BoxItem/index.js +0 -8
  268. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.d.ts +0 -12
  269. package/dist/src/desktop/components/Calendar/AllDaySchedulesSection.js +0 -134
  270. package/dist/src/desktop/components/Calendar/Calendar.d.ts +0 -4
  271. package/dist/src/desktop/components/Calendar/Calendar.js +0 -394
  272. package/dist/src/desktop/components/Calendar/CalendarContext.d.ts +0 -53
  273. package/dist/src/desktop/components/Calendar/CalendarContext.js +0 -77
  274. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.d.ts +0 -7
  275. package/dist/src/desktop/components/Calendar/CurrentTimeIndicator.js +0 -48
  276. package/dist/src/desktop/components/Calendar/DailyView.d.ts +0 -8
  277. package/dist/src/desktop/components/Calendar/DailyView.js +0 -172
  278. package/dist/src/desktop/components/Calendar/MonthlyView.d.ts +0 -29
  279. package/dist/src/desktop/components/Calendar/MonthlyView.js +0 -494
  280. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.d.ts +0 -21
  281. package/dist/src/desktop/components/Calendar/MultiWeekSchedulesLayer.js +0 -186
  282. package/dist/src/desktop/components/Calendar/ScheduleItem.d.ts +0 -25
  283. package/dist/src/desktop/components/Calendar/ScheduleItem.js +0 -56
  284. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.d.ts +0 -12
  285. package/dist/src/desktop/components/Calendar/TimeBasedScheduleItem.js +0 -184
  286. package/dist/src/desktop/components/Calendar/WeeklyView.d.ts +0 -9
  287. package/dist/src/desktop/components/Calendar/WeeklyView.js +0 -220
  288. package/dist/src/desktop/components/Calendar/YearlyView.d.ts +0 -13
  289. package/dist/src/desktop/components/Calendar/YearlyView.js +0 -76
  290. package/dist/src/desktop/components/Calendar/calendarUtils.d.ts +0 -24
  291. package/dist/src/desktop/components/Calendar/calendarUtils.js +0 -97
  292. package/dist/src/desktop/components/Calendar/constants.d.ts +0 -1
  293. package/dist/src/desktop/components/Calendar/constants.js +0 -31
  294. package/dist/src/desktop/components/Calendar/index.d.ts +0 -14
  295. package/dist/src/desktop/components/Calendar/index.js +0 -42
  296. package/dist/src/desktop/components/Calendar/timeFormatUtils.d.ts +0 -18
  297. package/dist/src/desktop/components/Calendar/timeFormatUtils.js +0 -59
  298. package/dist/src/desktop/components/Calendar/types.d.ts +0 -65
  299. package/dist/src/desktop/components/PriceTextField/PriceTextField.d.ts +0 -43
  300. package/dist/src/desktop/components/PriceTextField/PriceTextField.js +0 -604
  301. package/dist/src/desktop/components/PriceTextField/index.d.ts +0 -1
  302. package/dist/src/desktop/components/PriceTextField/index.js +0 -8
  303. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  304. package/dist/src/desktop/components/PriceTextLabel/PriceTextLabel.js +0 -47
  305. package/dist/src/desktop/components/PriceTextLabel/index.d.ts +0 -1
  306. package/dist/src/desktop/components/PriceTextLabel/index.js +0 -8
  307. package/dist/src/desktop/components/Snackbar/Snackbar.d.ts +0 -17
  308. package/dist/src/desktop/components/Snackbar/Snackbar.js +0 -221
  309. package/dist/src/desktop/components/Snackbar/index.d.ts +0 -1
  310. package/dist/src/desktop/components/Snackbar/provider.d.ts +0 -11
  311. package/dist/src/desktop/components/Snackbar/provider.js +0 -43
  312. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.d.ts +0 -11
  313. package/dist/src/desktop/panels/MultilingualModal/MultilingualModal.js +0 -199
  314. package/dist/src/desktop/panels/MultilingualModal/index.d.ts +0 -1
  315. package/dist/src/mobile/components/BoxItem/BoxItem.d.ts +0 -67
  316. package/dist/src/mobile/components/BoxItem/BoxItem.js +0 -106
  317. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.d.ts +0 -7
  318. package/dist/src/mobile/components/BoxItem/LeftBox/Checkbox.js +0 -9
  319. package/dist/src/mobile/components/BoxItem/LeftBox/Image.d.ts +0 -11
  320. package/dist/src/mobile/components/BoxItem/LeftBox/Image.js +0 -9
  321. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.d.ts +0 -11
  322. package/dist/src/mobile/components/BoxItem/LeftBox/LeftBox.js +0 -36
  323. package/dist/src/mobile/components/BoxItem/LeftBox/index.d.ts +0 -2
  324. package/dist/src/mobile/components/BoxItem/LeftBox/index.js +0 -8
  325. package/dist/src/mobile/components/BoxItem/index.d.ts +0 -1
  326. package/dist/src/mobile/components/BoxItem/index.js +0 -8
  327. package/dist/src/mobile/components/PriceTextField/PriceTextField.d.ts +0 -42
  328. package/dist/src/mobile/components/PriceTextField/PriceTextField.js +0 -591
  329. package/dist/src/mobile/components/PriceTextField/index.d.ts +0 -1
  330. package/dist/src/mobile/components/PriceTextField/index.js +0 -8
  331. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.d.ts +0 -14
  332. package/dist/src/mobile/components/PriceTextLabel/PriceTextLabel.js +0 -47
  333. package/dist/src/mobile/components/PriceTextLabel/index.d.ts +0 -1
  334. package/dist/src/mobile/components/PriceTextLabel/index.js +0 -8
  335. package/dist/src/mobile/components/Snackbar/Snackbar.d.ts +0 -17
  336. package/dist/src/mobile/components/Snackbar/Snackbar.js +0 -221
  337. package/dist/src/mobile/components/Snackbar/index.d.ts +0 -1
  338. package/dist/src/mobile/components/Snackbar/index.js +0 -8
  339. package/dist/src/mobile/components/Snackbar/provider.d.ts +0 -11
  340. package/dist/src/mobile/components/Snackbar/provider.js +0 -43
  341. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.d.ts +0 -6
  342. package/dist/src/sub/DynamicLayout/CompositionRenderer/CompositionRenderer.js +0 -27
  343. /package/dist/src/{common/types/multilingual.js → sub/DynamicLayout/compositionActionTypes.js} +0 -0
  344. /package/dist/src/{desktop/components/Calendar → sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/ContentsCarousel}/types.js +0 -0
@@ -54,55 +54,9 @@ var textColor = {
54
54
  red: 'sysTextError',
55
55
  grey_01: 'sysTextPrimary',
56
56
  grey2: 'sysTextSecondary',
57
- grey3: undefined,
58
57
  white: 'sysTextWhite',
59
58
  white2: 'sysTextWhite'
60
59
  };
61
- var textDisabledColor = {
62
- none: 'sysTextTertiary',
63
- red: 'sysTextTertiary',
64
- grey_01: 'sysTextTertiary',
65
- grey2: 'sysTextTertiary',
66
- grey3: undefined,
67
- white: 'sysTextTertiary',
68
- white2: 'sysTextTertiary'
69
- };
70
- var overrideTextColor = {
71
- none: undefined,
72
- red: undefined,
73
- grey_01: undefined,
74
- grey2: undefined,
75
- grey3: 'ui_141',
76
- white: undefined,
77
- white2: undefined
78
- };
79
- var overrideTextDisabledColor = {
80
- none: undefined,
81
- red: undefined,
82
- grey_01: undefined,
83
- grey2: undefined,
84
- grey3: 'ui_142',
85
- white: undefined,
86
- white2: undefined
87
- };
88
- var backgroundHoverColor = {
89
- none: 'ui_cpnt_button_line_base_hover',
90
- red: 'ui_cpnt_button_line_base_hover',
91
- grey_01: 'ui_cpnt_button_line_base_hover',
92
- grey2: 'ui_cpnt_button_line_base_hover',
93
- grey3: 'ui_143',
94
- white: 'ui_cpnt_button_white_base_hover',
95
- white2: 'ui_cpnt_textbutton_white_variation_base_hover'
96
- };
97
- var backgroundPressedColor = {
98
- none: 'ui_cpnt_button_line_base_pressed',
99
- red: 'ui_cpnt_button_line_base_pressed',
100
- grey_01: 'ui_cpnt_button_line_base_pressed',
101
- grey2: 'ui_cpnt_button_line_base_pressed',
102
- grey3: 'ui_144',
103
- white: 'ui_cpnt_button_white_base_pressed',
104
- white2: 'ui_cpnt_textbutton_white_variation_base_pressed'
105
- };
106
60
  function UploadTextButton(_a) {
107
61
  var text = _a.text, _b = _a.size, size = _b === void 0 ? 'large' : _b, _c = _a.responsiveMode, responsiveMode = _c === void 0 ? 'none' : _c, fontWeight = _a.fontWeight, _d = _a.state, state = _d === void 0 ? 'normal' : _d, _e = _a.colorTheme, colorTheme = _e === void 0 ? 'none' : _e, _f = _a.accept, accept = _f === void 0 ? '*' : _f, _g = _a.multipleMode, multipleMode = _g === void 0 ? 'none' : _g, onClick = _a.onClick;
108
62
  var handleClick = function (e) {
@@ -111,9 +65,7 @@ function UploadTextButton(_a) {
111
65
  }
112
66
  e.target.value = '';
113
67
  };
114
- return ((0, jsx_runtime_1.jsxs)(S_UploadTextButton, __assign({ "x-pds-name": "UploadTextButton", "x-pds-element-type": "component", "x-pds-device-type": "desktop", size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, disabled: state === 'disabled', hoverColor: backgroundHoverColor[colorTheme], pressedColor: backgroundPressedColor[colorTheme] }, { children: [(0, jsx_runtime_1.jsx)("input", { type: "file", hidden: true, disabled: state === 'disabled', accept: accept, multiple: multipleMode === 'use', onChange: handleClick }), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: text, styleTheme: textStyle[size], colorTheme: state === 'disabled' ? textDisabledColor[colorTheme] : textColor[colorTheme], colorOverride: state === 'disabled'
115
- ? overrideTextDisabledColor[colorTheme]
116
- : overrideTextColor[colorTheme], singleLineMode: "use", ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" })] })));
68
+ return ((0, jsx_runtime_1.jsxs)(S_UploadTextButton, __assign({ "x-pds-name": "UploadTextButton", "x-pds-element-type": "component", "x-pds-device-type": "desktop", size: size, responsiveMode: responsiveMode, fontWeight: fontWeight, disabled: state === 'disabled', colorTheme: colorTheme }, { children: [(0, jsx_runtime_1.jsx)("input", { type: "file", hidden: true, disabled: state === 'disabled', accept: accept, multiple: multipleMode === 'use', onChange: handleClick }), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: text, styleTheme: textStyle[size], colorTheme: state === 'disabled' ? 'sysTextTertiary' : textColor[colorTheme], singleLineMode: "use", ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" })] })));
117
69
  }
118
70
  var large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 14px;\n height: 48px;\n width: ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n border-radius: 14px;\n height: 48px;\n width: ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), function (_a) {
119
71
  var size = _a.size;
@@ -122,18 +74,49 @@ var large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 =
122
74
  var medium = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n border-radius: 14px;\n height: 40px;\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"], ["\n border-radius: 14px;\n height: 40px;\n\n & > div {\n height: 40px;\n line-height: 40px;\n }\n"])));
123
75
  var small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n border-radius: 10px;\n height: 32px;\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"], ["\n border-radius: 10px;\n height: 32px;\n\n & > div {\n height: 32px;\n line-height: 32px;\n }\n"])));
124
76
  var xsmall = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n border-radius: 8px;\n height: 24px;\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"], ["\n border-radius: 8px;\n height: 24px;\n\n & > div {\n height: 24px;\n line-height: 24px;\n }\n"])));
125
- var S_UploadTextButton = styled_components_1.default.label(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n padding: 0 ", ";\n\n ", "\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n & > div {\n font-weight: ", ";\n }\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n padding: 0 ", ";\n\n ", "\n\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n & > div {\n font-weight: ", ";\n }\n\n ", ";\n ", ";\n"])), function (_a) {
77
+ var colorThemeDefault = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), function (_a) {
78
+ var theme = _a.theme;
79
+ return theme.ui_cpnt_button_line_base_hover;
80
+ }, function (_a) {
81
+ var theme = _a.theme;
82
+ return theme.ui_cpnt_button_line_base_pressed;
83
+ });
84
+ var colorThemeWhite = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), function (_a) {
85
+ var theme = _a.theme;
86
+ return theme.ui_cpnt_button_white_base_hover;
87
+ }, function (_a) {
88
+ var theme = _a.theme;
89
+ return theme.ui_cpnt_button_white_base_pressed;
90
+ });
91
+ var colorThemeWhite2 = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"], ["\n &:hover:not([disabled]) {\n background-color: ", ";\n }\n &:active:not([disabled]) {\n background-color: ", ";\n }\n"])), function (_a) {
92
+ var theme = _a.theme;
93
+ return theme.ui_cpnt_textbutton_white_variation_base_hover;
94
+ }, function (_a) {
95
+ var theme = _a.theme;
96
+ return theme.ui_cpnt_textbutton_white_variation_base_pressed;
97
+ });
98
+ var S_UploadTextButton = styled_components_1.default.label(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n padding: 0 ", ";\n\n ", "\n\n ", ";\n\n & > div {\n font-weight: ", ";\n }\n\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: none;\n box-sizing: border-box;\n cursor: ", ";\n display: inline-flex;\n justify-content: center;\n padding: 0 ", ";\n\n ", "\n\n ", ";\n\n & > div {\n font-weight: ", ";\n }\n\n ", ";\n ", ";\n"])), function (_a) {
126
99
  var disabled = _a.disabled;
127
100
  return (disabled ? 'default' : 'pointer');
128
101
  }, function (_a) {
129
102
  var theme = _a.theme;
130
103
  return theme.spacing.spacingB;
131
104
  }, transitionStyle_1.ButtonTransition, function (_a) {
132
- var hoverColor = _a.hoverColor, theme = _a.theme;
133
- return theme[hoverColor];
134
- }, function (_a) {
135
- var pressedColor = _a.pressedColor, theme = _a.theme;
136
- return theme[pressedColor];
105
+ var colorTheme = _a.colorTheme;
106
+ switch (colorTheme) {
107
+ case 'none':
108
+ case 'red':
109
+ case 'grey_01':
110
+ return colorThemeDefault;
111
+ case 'grey2':
112
+ return colorThemeDefault;
113
+ case 'white':
114
+ return colorThemeWhite;
115
+ case 'white2':
116
+ return colorThemeWhite2;
117
+ default:
118
+ return colorThemeDefault;
119
+ }
137
120
  }, function (_a) {
138
121
  var theme = _a.theme, fontWeight = _a.fontWeight;
139
122
  return fontWeight &&
@@ -156,4 +139,4 @@ var S_UploadTextButton = styled_components_1.default.label(templateObject_5 || (
156
139
  return responsiveMode === 'use' && 'width: 100%';
157
140
  });
158
141
  exports.default = UploadTextButton;
159
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
142
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8;
@@ -8,8 +8,6 @@ import { BasicList } from './BasicList';
8
8
  import { BasicListItem } from './BasicListItem';
9
9
  import { BlogTextField } from './BlogTextField';
10
10
  import { BodyTextGroup } from './BodyTextGroup';
11
- import { BoxItem } from './BoxItem';
12
- import { Calendar } from './Calendar';
13
11
  import { Card } from './Card';
14
12
  import { CardList } from './CardList';
15
13
  import { ChatBubbleListItem } from './ChatBubbleListItem';
@@ -33,14 +31,11 @@ import { ImageSlide } from './ImageSlide';
33
31
  import { LottieReactionButton } from './LottieReactionButton';
34
32
  import { MainButton } from './MainButton';
35
33
  import { PageTitleTextGroup } from './PageTitleTextGroup';
36
- import { PriceTextField } from './PriceTextField';
37
- import { PriceTextLabel } from './PriceTextLabel';
38
34
  import { Radio } from './Radio';
39
35
  import { ReactionButton } from './ReactionButton';
40
36
  import { SegmentedButtonGroup } from './SegmentedButtonGroup';
41
37
  import { Select } from './Select';
42
38
  import { Slider } from './Slider';
43
- import { Snackbar } from './Snackbar';
44
39
  import { StatusBlock } from './StatusBlock';
45
40
  import { TextButton } from './TextButton';
46
41
  import { TextField } from './TextField';
@@ -51,4 +46,4 @@ import { UploadTextButton } from './UploadTextButton';
51
46
  import { UserDesktopNavBar } from './UserDesktopNavBar';
52
47
  import { UserDesktopSideTab } from './UserDesktopSideTab';
53
48
  import { UserDesktopTabBar } from './UserDesktopTabBar';
54
- export { AdminList, AdminListHeader, AdminListItem, BasicButtonGroup, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, BoxItem, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenu, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, IconButton, ImageSlide, LottieReactionButton, MainButton, PageTitleTextGroup, PriceTextField, Radio, ReactionButton, SegmentedButtonGroup, Select, Slider, Snackbar, StatusBlock, TextButton, TextField, TextLabel, PriceTextLabel, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopTabBar, UserDesktopSideTab, Calendar };
49
+ export { AdminList, AdminListHeader, AdminListItem, BasicButtonGroup, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenu, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, IconButton, ImageSlide, LottieReactionButton, MainButton, PageTitleTextGroup, Radio, ReactionButton, SegmentedButtonGroup, Select, Slider, StatusBlock, TextButton, TextField, TextLabel, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopTabBar, UserDesktopSideTab };
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UploadTextButton = exports.UploadMainButton = exports.UploadIconButton = exports.PriceTextLabel = exports.TextLabel = exports.TextField = exports.TextButton = exports.StatusBlock = exports.Snackbar = exports.Slider = exports.Select = exports.SegmentedButtonGroup = exports.ReactionButton = exports.Radio = exports.PriceTextField = exports.PageTitleTextGroup = exports.MainButton = exports.LottieReactionButton = exports.ImageSlide = exports.IconButton = exports.HorizontalFormGroup = exports.Hero = exports.FloatingActionButton = exports.FilterBar = exports.EditApplyTextField = exports.DynamicDesktopNavBarTemplates = exports.DynamicDesktopNavBar = exports.Dropdown = exports.DesktopTabBar = exports.DesktopHeaderBar = exports.DesktopAlertDialog = exports.ContextMenuItem = exports.ContextMenu = exports.Chip = exports.Checkbox = exports.ChatList = exports.ChatBubbleListItem = exports.CardList = exports.Card = exports.BoxItem = exports.BodyTextGroup = exports.BlogTextField = exports.BasicListItem = exports.BasicList = exports.BasicFormGroup = exports.BasicChatListItem = exports.BasicButtonGroup = exports.AdminListItem = exports.AdminListHeader = exports.AdminList = void 0;
4
- exports.Calendar = exports.UserDesktopSideTab = exports.UserDesktopTabBar = exports.UserDesktopNavBar = void 0;
3
+ exports.UserDesktopSideTab = exports.UserDesktopTabBar = exports.UserDesktopNavBar = exports.UploadTextButton = exports.UploadMainButton = exports.UploadIconButton = exports.TextLabel = exports.TextField = exports.TextButton = exports.StatusBlock = exports.Slider = exports.Select = exports.SegmentedButtonGroup = exports.ReactionButton = exports.Radio = exports.PageTitleTextGroup = exports.MainButton = exports.LottieReactionButton = exports.ImageSlide = exports.IconButton = exports.HorizontalFormGroup = exports.Hero = exports.FloatingActionButton = exports.FilterBar = exports.EditApplyTextField = exports.DynamicDesktopNavBarTemplates = exports.DynamicDesktopNavBar = exports.Dropdown = exports.DesktopTabBar = exports.DesktopHeaderBar = exports.DesktopAlertDialog = exports.ContextMenuItem = exports.ContextMenu = exports.Chip = exports.Checkbox = exports.ChatList = exports.ChatBubbleListItem = exports.CardList = exports.Card = exports.BodyTextGroup = exports.BlogTextField = exports.BasicListItem = exports.BasicList = exports.BasicFormGroup = exports.BasicChatListItem = exports.BasicButtonGroup = exports.AdminListItem = exports.AdminListHeader = exports.AdminList = void 0;
5
4
  var AdminList_1 = require("./AdminList");
6
5
  Object.defineProperty(exports, "AdminList", { enumerable: true, get: function () { return AdminList_1.AdminList; } });
7
6
  var AdminListHeader_1 = require("./AdminListHeader");
@@ -22,10 +21,6 @@ var BlogTextField_1 = require("./BlogTextField");
22
21
  Object.defineProperty(exports, "BlogTextField", { enumerable: true, get: function () { return BlogTextField_1.BlogTextField; } });
23
22
  var BodyTextGroup_1 = require("./BodyTextGroup");
24
23
  Object.defineProperty(exports, "BodyTextGroup", { enumerable: true, get: function () { return BodyTextGroup_1.BodyTextGroup; } });
25
- var BoxItem_1 = require("./BoxItem");
26
- Object.defineProperty(exports, "BoxItem", { enumerable: true, get: function () { return BoxItem_1.BoxItem; } });
27
- var Calendar_1 = require("./Calendar");
28
- Object.defineProperty(exports, "Calendar", { enumerable: true, get: function () { return Calendar_1.Calendar; } });
29
24
  var Card_1 = require("./Card");
30
25
  Object.defineProperty(exports, "Card", { enumerable: true, get: function () { return Card_1.Card; } });
31
26
  var CardList_1 = require("./CardList");
@@ -73,10 +68,6 @@ var MainButton_1 = require("./MainButton");
73
68
  Object.defineProperty(exports, "MainButton", { enumerable: true, get: function () { return MainButton_1.MainButton; } });
74
69
  var PageTitleTextGroup_1 = require("./PageTitleTextGroup");
75
70
  Object.defineProperty(exports, "PageTitleTextGroup", { enumerable: true, get: function () { return PageTitleTextGroup_1.PageTitleTextGroup; } });
76
- var PriceTextField_1 = require("./PriceTextField");
77
- Object.defineProperty(exports, "PriceTextField", { enumerable: true, get: function () { return PriceTextField_1.PriceTextField; } });
78
- var PriceTextLabel_1 = require("./PriceTextLabel");
79
- Object.defineProperty(exports, "PriceTextLabel", { enumerable: true, get: function () { return PriceTextLabel_1.PriceTextLabel; } });
80
71
  var Radio_1 = require("./Radio");
81
72
  Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return Radio_1.Radio; } });
82
73
  var ReactionButton_1 = require("./ReactionButton");
@@ -87,8 +78,6 @@ var Select_1 = require("./Select");
87
78
  Object.defineProperty(exports, "Select", { enumerable: true, get: function () { return Select_1.Select; } });
88
79
  var Slider_1 = require("./Slider");
89
80
  Object.defineProperty(exports, "Slider", { enumerable: true, get: function () { return Slider_1.Slider; } });
90
- var Snackbar_1 = require("./Snackbar");
91
- Object.defineProperty(exports, "Snackbar", { enumerable: true, get: function () { return Snackbar_1.Snackbar; } });
92
81
  var StatusBlock_1 = require("./StatusBlock");
93
82
  Object.defineProperty(exports, "StatusBlock", { enumerable: true, get: function () { return StatusBlock_1.StatusBlock; } });
94
83
  var TextButton_1 = require("./TextButton");
@@ -8,5 +8,5 @@ export { ContainersBox as WSContainersBox } from './layout/LayoutWS/ContainersBo
8
8
  export { LayoutWT } from './layout/LayoutWT';
9
9
  export { GlobalMenuContainer as WTGlobalMenuContainer } from './layout/LayoutWT/Containers';
10
10
  export { ContainersBox as WTContainersBox } from './layout/LayoutWT/ContainersBox';
11
- export { AdminList as D_AdminList, AdminListHeader as D_AdminListHeader, AdminListItem as D_AdminListItem, BasicButtonGroup as D_BasicButtonGroup, BasicChatListItem as D_BasicChatListItem, BasicFormGroup as D_BasicFormGroup, BasicList as D_BasicList, BasicListItem as D_BasicListItem, BlogTextField as D_BlogTextField, BodyTextGroup as D_BodyTextGroup, BoxItem as D_BoxItem, Card as D_Card, CardList as D_CardList, ChatBubbleListItem as D_ChatBubbleListItem, ChatList as D_ChatList, Checkbox as D_Checkbox, Chip as D_Chip, ContextMenu as D_ContextMenu, ContextMenuItem as D_ContextMenuItem, DesktopAlertDialog as D_DesktopAlertDialog, DesktopHeaderBar as D_DesktopHeaderBar, DesktopTabBar as D_DesktopTabBar, Dropdown as D_Dropdown, DynamicDesktopNavBar as D_DynamicDesktopNavBar, DynamicDesktopNavBarTemplates as D_DynamicDesktopNavBarTemplates, EditApplyTextField as D_EditApplyTextField, FilterBar as D_FilterBar, FloatingActionButton as D_FloatingActionButton, Hero as D_Hero, HorizontalFormGroup as D_HorizontalFormGroup, IconButton as D_IconButton, ImageSlide as D_ImageSlide, LottieReactionButton as D_LottieReactionButton, MainButton as D_MainButton, PageTitleTextGroup as D_PageTitleTextGroup, Radio as D_Radio, ReactionButton as D_ReactionButton, SegmentedButtonGroup as D_SegmentedButtonGroup, Select as D_Select, Slider as D_Slider, Snackbar as D_Snackbar, StatusBlock as D_StatusBlock, TextButton as D_TextButton, PriceTextField as D_PriceTextField, TextField as D_TextField, TextLabel as D_TextLabel, PriceTextLabel as D_PriceTextLabel, UploadIconButton as D_UploadIconButton, UploadMainButton as D_UploadMainButton, UploadTextButton as D_UploadTextButton, UserDesktopNavBar as D_UserDesktopNavBar, UserDesktopTabBar as D_UserDesktopTabBar, UserDesktopSideTab as D_UserDesktopSideTab, Calendar as D_Calendar } from './components';
11
+ export { AdminList as D_AdminList, AdminListHeader as D_AdminListHeader, AdminListItem as D_AdminListItem, BasicButtonGroup as D_BasicButtonGroup, BasicChatListItem as D_BasicChatListItem, BasicFormGroup as D_BasicFormGroup, BasicList as D_BasicList, BasicListItem as D_BasicListItem, BlogTextField as D_BlogTextField, BodyTextGroup as D_BodyTextGroup, Card as D_Card, CardList as D_CardList, ChatBubbleListItem as D_ChatBubbleListItem, ChatList as D_ChatList, Checkbox as D_Checkbox, Chip as D_Chip, ContextMenu as D_ContextMenu, ContextMenuItem as D_ContextMenuItem, DesktopAlertDialog as D_DesktopAlertDialog, DesktopHeaderBar as D_DesktopHeaderBar, DesktopTabBar as D_DesktopTabBar, Dropdown as D_Dropdown, DynamicDesktopNavBar as D_DynamicDesktopNavBar, DynamicDesktopNavBarTemplates as D_DynamicDesktopNavBarTemplates, EditApplyTextField as D_EditApplyTextField, FilterBar as D_FilterBar, FloatingActionButton as D_FloatingActionButton, Hero as D_Hero, HorizontalFormGroup as D_HorizontalFormGroup, IconButton as D_IconButton, ImageSlide as D_ImageSlide, LottieReactionButton as D_LottieReactionButton, MainButton as D_MainButton, PageTitleTextGroup as D_PageTitleTextGroup, Radio as D_Radio, ReactionButton as D_ReactionButton, SegmentedButtonGroup as D_SegmentedButtonGroup, Select as D_Select, Slider as D_Slider, StatusBlock as D_StatusBlock, TextButton as D_TextButton, TextField as D_TextField, TextLabel as D_TextLabel, UploadIconButton as D_UploadIconButton, UploadMainButton as D_UploadMainButton, UploadTextButton as D_UploadTextButton, UserDesktopNavBar as D_UserDesktopNavBar, UserDesktopTabBar as D_UserDesktopTabBar, UserDesktopSideTab as D_UserDesktopSideTab } from './components';
12
12
  export { AnnotationSheet as D_AnnotationSheet, ContentSheet as D_ContentSheet, DesktopBasicModal as D_DesktopBasicModal, DesktopBasicModalWithTab as D_DesktopBasicModalWithTab, DesktopBasicModalWithTabInfoType, DesktopHeadlessModal as D_DesktopHeadlessModal, DesktopTutorialModal as D_DesktopTutorialModal, DesktopTutorialModalInfoType, SectionSheet as D_SectionSheet } from './panels';
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.D_Slider = exports.D_Select = exports.D_SegmentedButtonGroup = exports.D_ReactionButton = exports.D_Radio = exports.D_PageTitleTextGroup = exports.D_MainButton = exports.D_LottieReactionButton = exports.D_ImageSlide = exports.D_IconButton = exports.D_HorizontalFormGroup = exports.D_Hero = exports.D_FloatingActionButton = exports.D_FilterBar = exports.D_EditApplyTextField = exports.D_DynamicDesktopNavBarTemplates = exports.D_DynamicDesktopNavBar = exports.D_Dropdown = exports.D_DesktopTabBar = exports.D_DesktopHeaderBar = exports.D_DesktopAlertDialog = exports.D_ContextMenuItem = exports.D_ContextMenu = exports.D_Chip = exports.D_Checkbox = exports.D_ChatList = exports.D_ChatBubbleListItem = exports.D_CardList = exports.D_Card = exports.D_BoxItem = exports.D_BodyTextGroup = exports.D_BlogTextField = exports.D_BasicListItem = exports.D_BasicList = exports.D_BasicFormGroup = exports.D_BasicChatListItem = exports.D_BasicButtonGroup = exports.D_AdminListItem = exports.D_AdminListHeader = exports.D_AdminList = exports.WTContainersBox = exports.WTGlobalMenuContainer = exports.LayoutWT = exports.WSContainersBox = exports.WSGlobalMenuContainer = exports.LayoutWS = exports.WHContainersBox = exports.LayoutWH = exports.WFContainersBox = exports.LayoutWF = void 0;
4
- exports.D_SectionSheet = exports.D_DesktopTutorialModal = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModalWithTab = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.D_Calendar = exports.D_UserDesktopSideTab = exports.D_UserDesktopTabBar = exports.D_UserDesktopNavBar = exports.D_UploadTextButton = exports.D_UploadMainButton = exports.D_UploadIconButton = exports.D_PriceTextLabel = exports.D_TextLabel = exports.D_TextField = exports.D_PriceTextField = exports.D_TextButton = exports.D_StatusBlock = exports.D_Snackbar = void 0;
3
+ exports.D_StatusBlock = exports.D_Slider = exports.D_Select = exports.D_SegmentedButtonGroup = exports.D_ReactionButton = exports.D_Radio = exports.D_PageTitleTextGroup = exports.D_MainButton = exports.D_LottieReactionButton = exports.D_ImageSlide = exports.D_IconButton = exports.D_HorizontalFormGroup = exports.D_Hero = exports.D_FloatingActionButton = exports.D_FilterBar = exports.D_EditApplyTextField = exports.D_DynamicDesktopNavBarTemplates = exports.D_DynamicDesktopNavBar = exports.D_Dropdown = exports.D_DesktopTabBar = exports.D_DesktopHeaderBar = exports.D_DesktopAlertDialog = exports.D_ContextMenuItem = exports.D_ContextMenu = exports.D_Chip = exports.D_Checkbox = exports.D_ChatList = exports.D_ChatBubbleListItem = exports.D_CardList = exports.D_Card = exports.D_BodyTextGroup = exports.D_BlogTextField = exports.D_BasicListItem = exports.D_BasicList = exports.D_BasicFormGroup = exports.D_BasicChatListItem = exports.D_BasicButtonGroup = exports.D_AdminListItem = exports.D_AdminListHeader = exports.D_AdminList = exports.WTContainersBox = exports.WTGlobalMenuContainer = exports.LayoutWT = exports.WSContainersBox = exports.WSGlobalMenuContainer = exports.LayoutWS = exports.WHContainersBox = exports.LayoutWH = exports.WFContainersBox = exports.LayoutWF = void 0;
4
+ exports.D_SectionSheet = exports.D_DesktopTutorialModal = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModalWithTab = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.D_UserDesktopSideTab = exports.D_UserDesktopTabBar = exports.D_UserDesktopNavBar = exports.D_UploadTextButton = exports.D_UploadMainButton = exports.D_UploadIconButton = exports.D_TextLabel = exports.D_TextField = exports.D_TextButton = void 0;
5
5
  // layoutWF
6
6
  var LayoutWF_1 = require("./layout/LayoutWF");
7
7
  Object.defineProperty(exports, "LayoutWF", { enumerable: true, get: function () { return LayoutWF_1.LayoutWF; } });
@@ -38,7 +38,6 @@ Object.defineProperty(exports, "D_BasicList", { enumerable: true, get: function
38
38
  Object.defineProperty(exports, "D_BasicListItem", { enumerable: true, get: function () { return components_1.BasicListItem; } });
39
39
  Object.defineProperty(exports, "D_BlogTextField", { enumerable: true, get: function () { return components_1.BlogTextField; } });
40
40
  Object.defineProperty(exports, "D_BodyTextGroup", { enumerable: true, get: function () { return components_1.BodyTextGroup; } });
41
- Object.defineProperty(exports, "D_BoxItem", { enumerable: true, get: function () { return components_1.BoxItem; } });
42
41
  Object.defineProperty(exports, "D_Card", { enumerable: true, get: function () { return components_1.Card; } });
43
42
  Object.defineProperty(exports, "D_CardList", { enumerable: true, get: function () { return components_1.CardList; } });
44
43
  Object.defineProperty(exports, "D_ChatBubbleListItem", { enumerable: true, get: function () { return components_1.ChatBubbleListItem; } });
@@ -68,20 +67,16 @@ Object.defineProperty(exports, "D_ReactionButton", { enumerable: true, get: func
68
67
  Object.defineProperty(exports, "D_SegmentedButtonGroup", { enumerable: true, get: function () { return components_1.SegmentedButtonGroup; } });
69
68
  Object.defineProperty(exports, "D_Select", { enumerable: true, get: function () { return components_1.Select; } });
70
69
  Object.defineProperty(exports, "D_Slider", { enumerable: true, get: function () { return components_1.Slider; } });
71
- Object.defineProperty(exports, "D_Snackbar", { enumerable: true, get: function () { return components_1.Snackbar; } });
72
70
  Object.defineProperty(exports, "D_StatusBlock", { enumerable: true, get: function () { return components_1.StatusBlock; } });
73
71
  Object.defineProperty(exports, "D_TextButton", { enumerable: true, get: function () { return components_1.TextButton; } });
74
- Object.defineProperty(exports, "D_PriceTextField", { enumerable: true, get: function () { return components_1.PriceTextField; } });
75
72
  Object.defineProperty(exports, "D_TextField", { enumerable: true, get: function () { return components_1.TextField; } });
76
73
  Object.defineProperty(exports, "D_TextLabel", { enumerable: true, get: function () { return components_1.TextLabel; } });
77
- Object.defineProperty(exports, "D_PriceTextLabel", { enumerable: true, get: function () { return components_1.PriceTextLabel; } });
78
74
  Object.defineProperty(exports, "D_UploadIconButton", { enumerable: true, get: function () { return components_1.UploadIconButton; } });
79
75
  Object.defineProperty(exports, "D_UploadMainButton", { enumerable: true, get: function () { return components_1.UploadMainButton; } });
80
76
  Object.defineProperty(exports, "D_UploadTextButton", { enumerable: true, get: function () { return components_1.UploadTextButton; } });
81
77
  Object.defineProperty(exports, "D_UserDesktopNavBar", { enumerable: true, get: function () { return components_1.UserDesktopNavBar; } });
82
78
  Object.defineProperty(exports, "D_UserDesktopTabBar", { enumerable: true, get: function () { return components_1.UserDesktopTabBar; } });
83
79
  Object.defineProperty(exports, "D_UserDesktopSideTab", { enumerable: true, get: function () { return components_1.UserDesktopSideTab; } });
84
- Object.defineProperty(exports, "D_Calendar", { enumerable: true, get: function () { return components_1.Calendar; } });
85
80
  // panels
86
81
  var panels_1 = require("./panels");
87
82
  Object.defineProperty(exports, "D_AnnotationSheet", { enumerable: true, get: function () { return panels_1.AnnotationSheet; } });
@@ -1,25 +1,10 @@
1
1
  /// <reference types="react" />
2
- import type { PDSTextType } from '../../../common/types';
3
2
  type DesktopHeadlessModalProps = {
4
3
  body: React.ReactNode;
5
- size?: 'large' | 'medium' | 'small' | 'rlarge' | 'xlarge' | 'rxlarge';
4
+ size?: 'large' | 'medium' | 'small' | 'rlarge';
6
5
  dimmedClickCloseMode?: 'use' | 'none';
7
6
  scrollVisibleType?: 'hidden' | 'moving' | 'visible';
8
- footerMode?: 'use' | 'none';
9
- btnMode?: 'mbtn_amount1' | 'mbtn_amount2' | 'mbtn_amount3';
10
- mBtn1Text?: PDSTextType;
11
- mBtn2Text?: PDSTextType;
12
- mBtn3Text?: PDSTextType;
13
- mBtn1State?: 'normal' | 'disabled';
14
- mBtn2State?: 'normal' | 'disabled';
15
- mBtn3State?: 'normal' | 'disabled';
16
- mBtn1Type?: 'button' | 'submit';
17
- mBtn2Type?: 'button' | 'submit';
18
- mBtn3Type?: 'button' | 'submit';
19
- onClickMBtn1?: () => void;
20
- onClickMBtn2?: () => void;
21
- onClickMBtn3?: () => void;
22
7
  onClose?: () => void;
23
8
  };
24
- declare function DesktopHeadlessModal({ body, size, dimmedClickCloseMode, scrollVisibleType, onClose, footerMode, btnMode, mBtn1Text, mBtn2Text, mBtn3Text, mBtn1State, mBtn2State, mBtn3State, mBtn1Type, mBtn2Type, mBtn3Type, onClickMBtn1, onClickMBtn2, onClickMBtn3 }: DesktopHeadlessModalProps): import("react").ReactPortal;
9
+ declare function DesktopHeadlessModal({ body, size, dimmedClickCloseMode, scrollVisibleType, onClose }: DesktopHeadlessModalProps): import("react").ReactPortal;
25
10
  export default DesktopHeadlessModal;
@@ -44,12 +44,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
44
44
  var jsx_runtime_1 = require("react/jsx-runtime");
45
45
  var react_1 = require("react");
46
46
  var react_dom_1 = __importDefault(require("react-dom"));
47
- var components_1 = require("../../components");
48
47
  var styled_components_1 = __importStar(require("styled-components"));
49
48
  var animationStyle_1 = require("../../../common/styles/movement/animationStyle");
50
49
  var scrollbarStyle_1 = require("../../../common/styles/scroll/scrollbarStyle");
51
50
  function DesktopHeadlessModal(_a) {
52
- var body = _a.body, _b = _a.size, size = _b === void 0 ? 'rlarge' : _b, _c = _a.dimmedClickCloseMode, dimmedClickCloseMode = _c === void 0 ? 'none' : _c, _d = _a.scrollVisibleType, scrollVisibleType = _d === void 0 ? 'visible' : _d, onClose = _a.onClose, _e = _a.footerMode, footerMode = _e === void 0 ? 'none' : _e, _f = _a.btnMode, btnMode = _f === void 0 ? 'mbtn_amount2' : _f, mBtn1Text = _a.mBtn1Text, mBtn2Text = _a.mBtn2Text, mBtn3Text = _a.mBtn3Text, _g = _a.mBtn1State, mBtn1State = _g === void 0 ? 'normal' : _g, _h = _a.mBtn2State, mBtn2State = _h === void 0 ? 'normal' : _h, _j = _a.mBtn3State, mBtn3State = _j === void 0 ? 'normal' : _j, _k = _a.mBtn1Type, mBtn1Type = _k === void 0 ? 'button' : _k, _l = _a.mBtn2Type, mBtn2Type = _l === void 0 ? 'button' : _l, _m = _a.mBtn3Type, mBtn3Type = _m === void 0 ? 'button' : _m, onClickMBtn1 = _a.onClickMBtn1, onClickMBtn2 = _a.onClickMBtn2, onClickMBtn3 = _a.onClickMBtn3;
51
+ var body = _a.body, _b = _a.size, size = _b === void 0 ? 'rlarge' : _b, _c = _a.dimmedClickCloseMode, dimmedClickCloseMode = _c === void 0 ? 'none' : _c, _d = _a.scrollVisibleType, scrollVisibleType = _d === void 0 ? 'visible' : _d, onClose = _a.onClose;
53
52
  var container = (0, react_1.useState)(function () {
54
53
  var modalRoot = document.createElement('div');
55
54
  modalRoot.setAttribute('id', 'DesktopHeadlessModal');
@@ -88,16 +87,13 @@ function DesktopHeadlessModal(_a) {
88
87
  clearTimeout(isScrolling);
89
88
  };
90
89
  }, []);
91
- var btn1Mode = ['mbtn_amount1', 'mbtn_amount2', 'mbtn_amount3'];
92
- var btn2Mode = ['mbtn_amount2', 'mbtn_amount3'];
93
- var btn3Mode = ['mbtn_amount3'];
94
- return react_dom_1.default.createPortal((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(S_ModalOverlay, { "x-pds-name": "DesktopHeadlessModal", "x-pds-element-type": "panel", "x-pds-device-type": "desktop", onMouseDown: handleClickOutside }), (0, jsx_runtime_1.jsxs)(S_ModalWrapper, __assign({ size: size }, { children: [(0, jsx_runtime_1.jsx)(S_Body, __assign({ ref: targetRef, scrollVisibleType: scrollVisibleType }, { children: body && body })), footerMode === 'use' && ((0, jsx_runtime_1.jsxs)(S_Footer, { children: [(0, jsx_runtime_1.jsx)(S_Left, { children: btn3Mode.includes(btnMode) && mBtn3Text && ((0, jsx_runtime_1.jsx)(components_1.MainButton, { styleTheme: "secondary", text: mBtn3Text, state: mBtn3State, type: mBtn3Type, size: "medium", onClick: onClickMBtn3 })) }), (0, jsx_runtime_1.jsxs)(S_Right, { children: [(0, jsx_runtime_1.jsx)(S_Btn2Wrapper, { children: btn2Mode.includes(btnMode) && mBtn2Text && ((0, jsx_runtime_1.jsx)(components_1.MainButton, { styleTheme: "secondary", text: mBtn2Text, state: mBtn2State, type: mBtn2Type, size: "medium", onClick: onClickMBtn2 })) }), btn1Mode.includes(btnMode) && mBtn1Text && ((0, jsx_runtime_1.jsx)(components_1.MainButton, { text: mBtn1Text, state: mBtn1State, type: mBtn1Type, size: "medium", onClick: onClickMBtn1 }))] })] }))] }))] }), container);
90
+ return react_dom_1.default.createPortal((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(S_ModalOverlay, { "x-pds-name": "DesktopHeadlessModal", "x-pds-element-type": "panel", "x-pds-device-type": "desktop", onMouseDown: handleClickOutside }), (0, jsx_runtime_1.jsx)(S_ModalWrapper, __assign({ size: size }, { children: (0, jsx_runtime_1.jsx)(S_Body, __assign({ ref: targetRef, scrollVisibleType: scrollVisibleType }, { children: body && body })) }))] }), container);
95
91
  }
96
92
  var S_ModalOverlay = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n height: 100vh;\n left: 0;\n position: fixed;\n top: 0;\n width: 100vw;\n\n ", "\n"], ["\n background-color: ", ";\n height: 100vh;\n left: 0;\n position: fixed;\n top: 0;\n width: 100vw;\n\n ", "\n"])), function (_a) {
97
93
  var theme = _a.theme;
98
94
  return theme.ui_cpnt_modal_dimmed;
99
95
  }, animationStyle_1.modalOverlayOnAni);
100
- var S_ModalWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-shadow: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n left: 50%;\n max-height: 80vh;\n min-width: ", ";\n pointer-events: auto;\n position: fixed;\n top: 50%;\n transform: translate(-50%, -50%);\n width: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-shadow: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n left: 50%;\n max-height: 80vh;\n min-width: ", ";\n pointer-events: auto;\n position: fixed;\n top: 50%;\n transform: translate(-50%, -50%);\n width: ", ";\n\n ", "\n"])), function (_a) {
96
+ var S_ModalWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-shadow: ", ";\n box-sizing: border-box;\n display: flex;\n left: 50%;\n max-height: 80vh;\n min-width: ", ";\n pointer-events: auto;\n position: fixed;\n top: 50%;\n transform: translate(-50%, -50%);\n width: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 24px;\n box-shadow: ", ";\n box-sizing: border-box;\n display: flex;\n left: 50%;\n max-height: 80vh;\n min-width: ", ";\n pointer-events: auto;\n position: fixed;\n top: 50%;\n transform: translate(-50%, -50%);\n width: ", ";\n\n ", "\n"])), function (_a) {
101
97
  var theme = _a.theme;
102
98
  return theme.ui_cpnt_modal_base;
103
99
  }, function (_a) {
@@ -108,16 +104,14 @@ var S_ModalWrapper = styled_components_1.default.div(templateObject_2 || (templa
108
104
  return theme.boxShadow.elevation4;
109
105
  }, function (_a) {
110
106
  var size = _a.size;
111
- return size === 'rlarge' ? '960px' : size === 'rxlarge' ? '1200px' : undefined;
107
+ return size === 'rlarge' && '960px';
112
108
  }, function (_a) {
113
109
  var size = _a.size;
114
110
  var sizes = {
115
111
  small: '400px',
116
112
  medium: '688px',
117
113
  large: '960px',
118
- rlarge: '60vw',
119
- xlarge: '1200px',
120
- rxlarge: '70vw'
114
+ rlarge: '60vw'
121
115
  };
122
116
  return sizes[size];
123
117
  }, animationStyle_1.modalOnAni);
@@ -134,30 +128,5 @@ var S_Body = styled_components_1.default.div(templateObject_4 || (templateObject
134
128
  var scrollVisibleType = _a.scrollVisibleType;
135
129
  return scrollVisibleType === 'moving' && scrollbarStyle_1.scrollbarWithPaddingStyle;
136
130
  });
137
- var S_Left = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n margin-right: ", ";\n"], ["\n margin-right: ", ";\n"])), function (_a) {
138
- var theme = _a.theme;
139
- return theme.spacing.spacingB;
140
- });
141
- var S_Btn2Wrapper = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n margin-right: ", ";\n"], ["\n margin-right: ", ";\n"])), function (_a) {
142
- var theme = _a.theme;
143
- return theme.spacing.spacingB;
144
- });
145
- var S_Right = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n display: flex;\n"], ["\n display: flex;\n"])));
146
- var S_Footer = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n border-top: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n justify-content: space-between;\n padding-bottom: ", ";\n padding-left: ", ";\n padding-right: ", ";\n padding-top: ", ";\n"], ["\n border-top: 1px solid ", ";\n box-sizing: border-box;\n display: flex;\n justify-content: space-between;\n padding-bottom: ", ";\n padding-left: ", ";\n padding-right: ", ";\n padding-top: ", ";\n"])), function (_a) {
147
- var theme = _a.theme;
148
- return theme.ui_cpnt_modal_border;
149
- }, function (_a) {
150
- var theme = _a.theme;
151
- return theme.spacing.spacingD;
152
- }, function (_a) {
153
- var theme = _a.theme;
154
- return theme.spacing.spacingE;
155
- }, function (_a) {
156
- var theme = _a.theme;
157
- return theme.spacing.spacingE;
158
- }, function (_a) {
159
- var theme = _a.theme;
160
- return theme.spacing.spacingD;
161
- });
162
131
  exports.default = DesktopHeadlessModal;
163
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8;
132
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -4,8 +4,7 @@ import { DesktopBasicModal } from './DesktopBasicModal';
4
4
  import { DesktopBasicModalWithTab, DesktopBasicModalWithTabInfoType } from './DesktopBasicModalWithTab';
5
5
  import { DesktopHeadlessModal } from './DesktopHeadlessModal';
6
6
  import { DesktopTutorialModal, DesktopTutorialModalInfoType } from './DesktopTutorialModal';
7
- import MultilingualModal from './MultilingualModal';
8
7
  import { SectionSheet } from './SectionSheet';
9
- export { AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopBasicModalWithTab, DesktopHeadlessModal, DesktopTutorialModal, MultilingualModal, SectionSheet };
8
+ export { AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopBasicModalWithTab, DesktopHeadlessModal, DesktopTutorialModal, SectionSheet };
10
9
  export { DesktopBasicModalWithTabInfoType };
11
10
  export { DesktopTutorialModalInfoType };
@@ -1,9 +1,6 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.SectionSheet = exports.MultilingualModal = exports.DesktopTutorialModal = exports.DesktopHeadlessModal = exports.DesktopBasicModalWithTab = exports.DesktopBasicModal = exports.ContentSheet = exports.AnnotationSheet = void 0;
3
+ exports.SectionSheet = exports.DesktopTutorialModal = exports.DesktopHeadlessModal = exports.DesktopBasicModalWithTab = exports.DesktopBasicModal = exports.ContentSheet = exports.AnnotationSheet = void 0;
7
4
  var AnnotationSheet_1 = require("./AnnotationSheet");
8
5
  Object.defineProperty(exports, "AnnotationSheet", { enumerable: true, get: function () { return AnnotationSheet_1.AnnotationSheet; } });
9
6
  var ContentSheet_1 = require("./ContentSheet");
@@ -16,7 +13,5 @@ var DesktopHeadlessModal_1 = require("./DesktopHeadlessModal");
16
13
  Object.defineProperty(exports, "DesktopHeadlessModal", { enumerable: true, get: function () { return DesktopHeadlessModal_1.DesktopHeadlessModal; } });
17
14
  var DesktopTutorialModal_1 = require("./DesktopTutorialModal");
18
15
  Object.defineProperty(exports, "DesktopTutorialModal", { enumerable: true, get: function () { return DesktopTutorialModal_1.DesktopTutorialModal; } });
19
- var MultilingualModal_1 = __importDefault(require("./MultilingualModal"));
20
- exports.MultilingualModal = MultilingualModal_1.default;
21
16
  var SectionSheet_1 = require("./SectionSheet");
22
17
  Object.defineProperty(exports, "SectionSheet", { enumerable: true, get: function () { return SectionSheet_1.SectionSheet; } });
@@ -1,11 +1,9 @@
1
1
  /// <reference types="react" />
2
- import type { UiColors } from '../../../common/types';
3
2
  export type DividerProps = {
4
3
  displayType?: 'line' | 'area';
5
4
  direction?: 'vertical' | 'horizontal';
6
5
  height?: number;
7
6
  colorTheme?: 'none' | 'divider1' | 'divider2';
8
- overrideColorKey?: UiColors;
9
7
  };
10
- declare function Divider({ displayType, direction, height, colorTheme, overrideColorKey }: DividerProps): JSX.Element;
8
+ declare function Divider({ displayType, direction, height, colorTheme }: DividerProps): JSX.Element;
11
9
  export default Divider;
@@ -30,8 +30,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
30
30
  var jsx_runtime_1 = require("react/jsx-runtime");
31
31
  var styled_components_1 = __importStar(require("styled-components"));
32
32
  function Divider(_a) {
33
- var _b = _a.displayType, displayType = _b === void 0 ? 'line' : _b, _c = _a.direction, direction = _c === void 0 ? 'horizontal' : _c, height = _a.height, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'none' : _d, overrideColorKey = _a.overrideColorKey;
34
- return ((0, jsx_runtime_1.jsx)(S_Divider, { "x-pds-name": "Divider", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", displayType: displayType, "$height": height, "$direction": direction, colorTheme: colorTheme, overrideColorKey: overrideColorKey }));
33
+ var _b = _a.displayType, displayType = _b === void 0 ? 'line' : _b, _c = _a.direction, direction = _c === void 0 ? 'horizontal' : _c, height = _a.height, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'none' : _d;
34
+ return ((0, jsx_runtime_1.jsx)(S_Divider, { "x-pds-name": "Divider", "x-pds-element-type": "component", "x-pds-device-type": "hybrid", displayType: displayType, "$height": height, "$direction": direction, colorTheme: colorTheme }));
35
35
  }
36
36
  var horizontal = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n height: ", ";\n width: 100%;\n"], ["\n background-color: ", ";\n height: ", ";\n width: 100%;\n"])), function (_a) {
37
37
  var displayType = _a.displayType, theme = _a.theme;
@@ -63,22 +63,20 @@ var divider2Color = (0, styled_components_1.css)(templateObject_4 || (templateOb
63
63
  var theme = _a.theme;
64
64
  return theme.ui_cpnt_divider_white_opacity00;
65
65
  });
66
- var S_Divider = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n ", ";\n\n ", ";\n"], ["\n ", ";\n ", ";\n\n ", ";\n"])), function (_a) {
66
+ var S_Divider = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n ", ";\n ", ";\n ", ";\n"], ["\n ", ";\n ", ";\n ", ";\n"])), function (_a) {
67
67
  var $direction = _a.$direction;
68
68
  return $direction === 'horizontal' && horizontal;
69
69
  }, function (_a) {
70
70
  var $direction = _a.$direction, displayType = _a.displayType;
71
71
  return $direction === 'vertical' && displayType === 'line' && vertical;
72
72
  }, function (_a) {
73
- var overrideColorKey = _a.overrideColorKey, theme = _a.theme, colorTheme = _a.colorTheme;
74
- if (overrideColorKey)
75
- return (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n "], ["\n background-color: ", ";\n "])), theme[overrideColorKey]);
76
- return (colorTheme &&
73
+ var colorTheme = _a.colorTheme;
74
+ return colorTheme &&
77
75
  {
78
76
  divider1: divider1Color,
79
77
  divider2: divider2Color,
80
78
  none: ''
81
- }[colorTheme]);
79
+ }[colorTheme];
82
80
  });
83
81
  exports.default = Divider;
84
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
82
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
@@ -23,9 +23,7 @@ export type TextFieldBaseProps = {
23
23
  max?: number;
24
24
  maxLength?: number;
25
25
  textSize: DesktopFontSize;
26
- customFontSize?: string;
27
26
  textWeight: FontWeight;
28
- hintTextWeight?: FontWeight;
29
27
  fieldPaddingRight?: number;
30
28
  fieldPaddingLeft?: number;
31
29
  fieldHeight?: number;
@@ -48,5 +46,5 @@ export type TextFieldBaseProps = {
48
46
  onTarget?: () => void;
49
47
  [x: string]: any;
50
48
  } & Record<string, any>;
51
- declare function TextFieldBase({ name, hintText, defaultText, textAlign, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, inputMode, state, colorTheme, min, max, maxLength, textSize, customFontSize, textWeight, hintTextWeight, fieldPaddingRight, fieldPaddingLeft, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, suffixText, suffixTextRightSpacingMode, isFocused, autoComplete, stepperMode, stepperRightSpacing, innerSpinButtonSize, step, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, ...rest }: TextFieldBaseProps): JSX.Element;
49
+ declare function TextFieldBase({ name, hintText, defaultText, textAlign, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, inputMode, state, colorTheme, min, max, maxLength, textSize, textWeight, fieldPaddingRight, fieldPaddingLeft, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, suffixText, suffixTextRightSpacingMode, isFocused, autoComplete, stepperMode, stepperRightSpacing, innerSpinButtonSize, step, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, ...rest }: TextFieldBaseProps): JSX.Element;
52
50
  export default TextFieldBase;