pds-dev-kit-web-test 0.1.0 → 0.1.2

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 (397) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +6 -2
  3. package/dist/index.js +19 -2
  4. package/dist/src/GlobalStyle.js +4 -1
  5. package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
  7. package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
  9. package/dist/src/common/assets/icons/fill/BellNotification.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/BellNotification.js +36 -0
  11. package/dist/src/common/assets/icons/fill/ChatNotification.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/ChatNotification.js +36 -0
  13. package/dist/src/common/assets/icons/fill/HelpWindow.js +1 -1
  14. package/dist/src/common/assets/icons/fill/Question.js +1 -1
  15. package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
  16. package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
  17. package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
  18. package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
  19. package/dist/src/common/assets/icons/fill/index.d.ts +6 -0
  20. package/dist/src/common/assets/icons/fill/index.js +12 -0
  21. package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
  22. package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
  23. package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
  24. package/dist/src/common/assets/icons/line/ChatNotification.d.ts +4 -0
  25. package/dist/src/common/assets/icons/line/ChatNotification.js +36 -0
  26. package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
  27. package/dist/src/common/assets/icons/line/Confetti.js +36 -0
  28. package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
  29. package/dist/src/common/assets/icons/line/CsBold.js +34 -0
  30. package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
  31. package/dist/src/common/assets/icons/line/CsFace.js +34 -0
  32. package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
  33. package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
  34. package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
  35. package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
  36. package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
  37. package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
  38. package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
  39. package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
  40. package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
  41. package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
  42. package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
  43. package/dist/src/common/assets/icons/line/Mail.js +36 -0
  44. package/dist/src/common/assets/icons/line/News.d.ts +4 -0
  45. package/dist/src/common/assets/icons/line/News.js +36 -0
  46. package/dist/src/common/assets/icons/line/Question.js +1 -1
  47. package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
  48. package/dist/src/common/assets/icons/line/Rocket.js +36 -0
  49. package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
  50. package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
  51. package/dist/src/common/assets/icons/line/index.d.ts +14 -0
  52. package/dist/src/common/assets/icons/line/index.js +28 -0
  53. package/dist/src/common/services/i18n/i18n.js +10 -4
  54. package/dist/src/common/services/i18n/resources/en.json +3 -3243
  55. package/dist/src/common/services/i18n/resources/es.json +5 -3245
  56. package/dist/src/common/services/i18n/resources/fil.json +9 -0
  57. package/dist/src/common/services/i18n/resources/index.d.ts +36 -12969
  58. package/dist/src/common/services/i18n/resources/index.js +10 -3
  59. package/dist/src/common/services/i18n/resources/ja.json +9 -0
  60. package/dist/src/common/services/i18n/resources/ko.json +2 -3242
  61. package/dist/src/common/services/i18n/resources/zh-cn.json +9 -0
  62. package/dist/src/common/services/i18n/resources/zh-tw.json +9 -0
  63. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +29 -8
  64. package/dist/src/common/styles/colorSet/PaletteColor_light.json +29 -8
  65. package/dist/src/common/styles/colorSet/SemanticColor.json +13 -5
  66. package/dist/src/common/styles/colorSet/UIColor.json +69 -7
  67. package/dist/src/common/styles/colorSet/index.d.ts +128 -16
  68. package/dist/src/common/styles/colorSet/ui-type.d.ts +66 -4
  69. package/dist/src/common/styles/index.d.ts +4 -0
  70. package/dist/src/common/styles/movement/animationStyle.d.ts +4 -0
  71. package/dist/src/common/styles/movement/animationStyle.js +8 -4
  72. package/dist/src/common/styles/movement/keyframes.d.ts +3 -1
  73. package/dist/src/common/styles/movement/keyframes.js +11 -9
  74. package/dist/src/common/styles/movement/transitionStyle.d.ts +1 -1
  75. package/dist/src/common/styles/movement/transitionStyle.js +2 -2
  76. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
  77. package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
  78. package/dist/src/common/styles/theme.d.ts +4 -0
  79. package/dist/src/common/styles/theme.js +17 -13
  80. package/dist/src/common/types/styled-components.d.ts +9 -5
  81. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -2
  82. package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
  83. package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
  84. package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -2
  85. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
  86. package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
  87. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
  88. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  89. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +19 -15
  90. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  91. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
  92. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  93. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
  94. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  95. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
  96. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  97. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  98. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -3
  99. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
  100. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
  101. package/dist/src/desktop/components/Dropdown/Dropdown.js +31 -11
  102. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +13 -11
  103. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +2 -2
  104. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  105. package/dist/src/desktop/components/MainButton/MainButton.js +120 -33
  106. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +4 -1
  107. package/dist/src/desktop/components/Select/Select.js +26 -10
  108. package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
  109. package/dist/src/desktop/components/TextButton/TextButton.js +38 -12
  110. package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
  111. package/dist/src/desktop/components/TextField/TextField.js +43 -18
  112. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +8 -5
  113. package/dist/src/desktop/components/TextLabel/TextLabel.js +63 -44
  114. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  115. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +131 -34
  116. package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
  117. package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
  118. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  119. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -9
  120. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
  121. package/dist/src/desktop/index.d.ts +3 -2
  122. package/dist/src/desktop/index.js +2 -1
  123. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +5 -3
  124. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +29 -24
  125. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +4 -1
  126. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +22 -10
  127. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -2
  128. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +34 -17
  129. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
  130. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
  131. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
  132. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
  133. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +4 -3
  134. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +55 -34
  135. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
  136. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
  137. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
  138. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
  139. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
  140. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
  141. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
  142. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
  143. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
  144. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
  145. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
  146. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
  147. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +15 -0
  148. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +75 -0
  149. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +1 -0
  150. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +3 -1
  151. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
  152. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
  153. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +5 -2
  154. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +2 -1
  155. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +14 -5
  156. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +1 -1
  157. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +3 -2
  158. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +2 -1
  159. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +14 -5
  160. package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +1 -0
  161. package/dist/src/desktop/layout/LayoutWF/Containers/index.js +3 -1
  162. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +5 -2
  163. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +44 -20
  164. package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
  165. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  166. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
  167. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
  168. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
  169. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
  170. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
  171. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
  172. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
  173. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
  174. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
  175. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
  176. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
  177. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
  178. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
  179. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
  180. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
  181. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
  182. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
  183. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
  184. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
  185. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
  186. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
  187. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
  188. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
  189. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
  190. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
  191. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
  192. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
  193. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
  194. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
  195. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
  196. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
  197. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
  198. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  199. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  200. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
  201. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
  202. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
  203. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
  204. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
  205. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
  206. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
  207. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
  208. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
  209. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
  210. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
  211. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
  212. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
  213. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
  214. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
  215. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
  216. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
  217. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
  218. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
  219. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
  220. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
  221. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
  222. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
  223. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
  224. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
  225. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
  226. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
  227. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
  228. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
  229. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
  230. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
  231. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
  232. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
  233. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
  234. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
  235. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
  236. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
  237. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
  238. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
  239. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
  240. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
  241. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
  242. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  243. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
  244. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +30 -17
  245. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +9 -12
  246. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
  247. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
  248. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
  249. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
  250. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
  251. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
  252. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
  253. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
  254. package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
  255. package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
  256. package/dist/src/desktop/panels/index.d.ts +3 -1
  257. package/dist/src/desktop/panels/index.js +3 -1
  258. package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
  259. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -2
  260. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  261. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
  262. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  263. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
  264. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  265. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
  266. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  267. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  268. package/dist/src/mobile/components/Dropdown/Dropdown.js +18 -8
  269. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +1 -1
  270. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  271. package/dist/src/mobile/components/MainButton/MainButton.js +114 -30
  272. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +3 -3
  273. package/dist/src/mobile/components/Select/Select.js +15 -7
  274. package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
  275. package/dist/src/mobile/components/TextButton/TextButton.js +29 -7
  276. package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
  277. package/dist/src/mobile/components/TextField/TextField.js +28 -13
  278. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -5
  279. package/dist/src/mobile/components/TextLabel/TextLabel.js +57 -38
  280. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  281. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +126 -32
  282. package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
  283. package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
  284. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  285. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -6
  286. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  287. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  288. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
  289. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
  290. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
  291. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
  292. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
  293. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
  294. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
  295. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
  296. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
  297. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
  298. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
  299. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  300. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  301. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  302. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
  303. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
  304. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
  305. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
  306. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
  307. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  308. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  309. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  310. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
  311. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
  312. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
  313. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
  314. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
  315. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
  316. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
  317. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
  318. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
  319. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
  320. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
  321. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
  322. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  323. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
  324. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
  325. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
  326. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
  327. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
  328. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
  329. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
  330. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
  331. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
  332. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
  333. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
  334. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
  335. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
  336. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
  337. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
  338. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
  339. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
  340. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
  341. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  342. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +2 -2
  343. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  344. package/dist/src/sub/DynamicLayout/DynamicLayout.js +6 -94
  345. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
  346. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
  347. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
  348. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
  349. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
  350. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +129 -0
  351. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
  352. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
  353. package/dist/src/sub/DynamicLayout/components/Section/Section.js +1 -1
  354. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
  355. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
  356. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
  357. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
  358. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +30 -13
  359. package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
  360. package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
  361. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
  362. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
  363. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
  364. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
  365. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.d.ts +1 -0
  366. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
  367. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
  368. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
  369. package/dist/src/sub/DynamicLayout/mock_samplePage.js +7 -0
  370. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +1 -1
  371. package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +1 -1
  372. package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +1 -1
  373. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +1 -1
  374. package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +1 -1
  375. package/dist/src/sub/DynamicLayout/types.d.ts +3 -1
  376. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
  377. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +8 -8
  378. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
  379. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +71 -71
  380. package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
  381. package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +13 -13
  382. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
  383. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +6 -6
  384. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
  385. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +3 -3
  386. package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +1146 -1247
  387. package/dist/storybook-static/main.f16a77cc.iframe.bundle.js +17297 -0
  388. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
  389. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
  390. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
  391. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +837 -837
  392. package/package.json +1 -2
  393. package/release-note.md +6 -3
  394. package/dist/src/common/hooks/useAnimation.d.ts +0 -2
  395. package/dist/src/common/hooks/useAnimation.js +0 -19
  396. package/dist/src/common/services/i18n/resources/jp.json +0 -3249
  397. package/dist/storybook-static/main.997ab4f6.iframe.bundle.js +0 -16278
@@ -3,23 +3,51 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
3
3
  if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
4
  return cooked;
5
5
  };
6
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
+ if (k2 === undefined) k2 = k;
8
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
6
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
7
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
8
27
  };
9
28
  Object.defineProperty(exports, "__esModule", { value: true });
10
29
  var react_1 = __importDefault(require("react"));
11
- var styled_components_1 = __importDefault(require("styled-components"));
30
+ var styled_components_1 = __importStar(require("styled-components"));
12
31
  var components_1 = require("../../../../../../common/components");
32
+ var scrollbarStyle_1 = require("../../../../../../common/styles/scroll/scrollbarStyle");
13
33
  var WSG = function (_a) {
14
- var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
34
+ 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;
15
35
  return (react_1.default.createElement(S_Box, null,
16
- react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, areaColor: areaColor },
36
+ react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, areaColor: areaColor },
17
37
  react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType }, content1)))),
18
- react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, areaColor: areaColor },
38
+ react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType, areaColor: areaColor },
19
39
  react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSG", layoutType: layoutType }, content2))))));
20
40
  };
21
- var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
22
- var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
41
+ var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
42
+ var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
43
+ return overrideContainer1ColorKey && theme[overrideContainer1ColorKey];
44
+ });
45
+ var overrideStyleContainer2 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
46
+ var theme = _a.theme, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
47
+ return overrideContainer2ColorKey && theme[overrideContainer2ColorKey];
48
+ });
49
+ var S_Box = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
50
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n\n ", "\n ", "\n"])), function (_a) {
23
51
  var theme = _a.theme;
24
52
  return theme.ui_contentscontainer01_background;
25
53
  }, function (_a) {
@@ -34,8 +62,8 @@ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (
34
62
  }, function (_a) {
35
63
  var containerColor = _a.containerColor;
36
64
  return "background-color: " + containerColor;
37
- });
38
- var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
65
+ }, scrollbarStyle_1.scrollbarStyle, overrideStyleContainer1);
66
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n\n ", "\n ", "\n"])), function (_a) {
39
67
  var theme = _a.theme;
40
68
  return theme.ui_contentscontainer02_background;
41
69
  }, function (_a) {
@@ -53,8 +81,8 @@ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (
53
81
  }, function (_a) {
54
82
  var containerColor = _a.containerColor;
55
83
  return "background-color: " + containerColor;
56
- });
57
- var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
84
+ }, scrollbarStyle_1.scrollbarStyle, overrideStyleContainer2);
85
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
58
86
  var layoutType = _a.layoutType;
59
87
  return ({
60
88
  WSG_1: 'height: 100%;',
@@ -67,7 +95,7 @@ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templ
67
95
  var areaColor = _a.areaColor;
68
96
  return "background-color: " + areaColor;
69
97
  });
70
- var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
98
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n box-sizing: border-box;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n ", ";\n ", ";\n"])), function (_a) {
71
99
  var layoutType = _a.layoutType;
72
100
  return ({
73
101
  WSG_1: 'height: 100%;padding-top: 24px;',
@@ -80,7 +108,7 @@ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templ
80
108
  var areaColor = _a.areaColor;
81
109
  return "background-color: " + areaColor;
82
110
  });
83
- var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
111
+ var S_Content1 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
84
112
  var layoutType = _a.layoutType;
85
113
  return ({
86
114
  WSG_1: 'height: 100%;overflow: hidden;',
@@ -90,7 +118,7 @@ var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateOb
90
118
  WSG_5: ''
91
119
  }[layoutType]);
92
120
  });
93
- var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
121
+ var S_Content2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
94
122
  var layoutType = _a.layoutType;
95
123
  return ({
96
124
  WSG_1: 'height: 100%;overflow: hidden;',
@@ -101,4 +129,4 @@ var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateOb
101
129
  }[layoutType]);
102
130
  });
103
131
  exports.default = WSG;
104
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
132
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { UiColors } from '../../../../../../common';
2
3
  export declare type WSHProps = {
3
4
  content1?: JSX.Element;
4
5
  content2?: JSX.Element;
@@ -7,6 +8,8 @@ export declare type WSHProps = {
7
8
  areaColor?: string;
8
9
  isLoadingContainer1?: boolean;
9
10
  isLoadingContainer2?: boolean;
11
+ overrideContainer1ColorKey?: UiColors;
12
+ overrideContainer2ColorKey?: UiColors;
10
13
  };
11
- declare const WSH: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: WSHProps) => JSX.Element;
14
+ declare const WSH: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey }: WSHProps) => JSX.Element;
12
15
  export default WSH;
@@ -3,23 +3,50 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
3
3
  if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
4
  return cooked;
5
5
  };
6
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
+ if (k2 === undefined) k2 = k;
8
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
6
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
7
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
8
27
  };
9
28
  Object.defineProperty(exports, "__esModule", { value: true });
10
29
  var react_1 = __importDefault(require("react"));
11
- var styled_components_1 = __importDefault(require("styled-components"));
30
+ var styled_components_1 = __importStar(require("styled-components"));
12
31
  var components_1 = require("../../../../../../common/components");
13
32
  var WSH = function (_a) {
14
- var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
33
+ 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;
15
34
  return (react_1.default.createElement(S_Box, null,
16
- react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, areaColor: areaColor },
35
+ react_1.default.createElement(S_ContentsContainer1, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea1, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, areaColor: areaColor },
17
36
  react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType }, content1)))),
18
- react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, areaColor: areaColor },
37
+ react_1.default.createElement(S_ContentsContainer2, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey }, isLoadingContainer2 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea2, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType, areaColor: areaColor },
19
38
  react_1.default.createElement(S_Content2, { "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WSH", layoutType: layoutType }, content2))))));
20
39
  };
21
- var S_Box = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
22
- var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n flex-grow: 1;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n min-width: 480px;\n flex-grow: 1;\n ", ";\n ", ";\n"])), function (_a) {
40
+ var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
41
+ var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
42
+ return overrideContainer1ColorKey && theme[overrideContainer1ColorKey];
43
+ });
44
+ var overrideStyleContainer2 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
45
+ var theme = _a.theme, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
46
+ return overrideContainer2ColorKey && theme[overrideContainer2ColorKey];
47
+ });
48
+ var S_Box = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
49
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n background-color: ", ";\n min-width: 480px;\n flex-grow: 1;\n ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n min-width: 480px;\n flex-grow: 1;\n ", ";\n ", ";\n\n ", "\n"])), function (_a) {
23
50
  var theme = _a.theme;
24
51
  return theme.ui_contentscontainer01_background;
25
52
  }, function (_a) {
@@ -30,8 +57,8 @@ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_2 || (
30
57
  }, function (_a) {
31
58
  var containerColor = _a.containerColor;
32
59
  return "background-color: " + containerColor;
33
- });
34
- var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n"])), function (_a) {
60
+ }, overrideStyleContainer1);
61
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n min-width: 480px;\n width: 50%;\n ", ";\n ", ";\n\n ", "\n"])), function (_a) {
35
62
  var theme = _a.theme;
36
63
  return theme.ui_contentscontainer02_background;
37
64
  }, function (_a) {
@@ -45,8 +72,8 @@ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_3 || (
45
72
  }, function (_a) {
46
73
  var containerColor = _a.containerColor;
47
74
  return "background-color: " + containerColor;
48
- });
49
- var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
75
+ }, overrideStyleContainer2);
76
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
50
77
  var layoutType = _a.layoutType;
51
78
  return ({
52
79
  WSH_1: 'height: 100%;padding-left: 24px;padding-right: 24px;'
@@ -55,7 +82,7 @@ var S_ContentsArea1 = styled_components_1.default.div(templateObject_4 || (templ
55
82
  var areaColor = _a.areaColor;
56
83
  return "background-color: " + areaColor;
57
84
  });
58
- var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
85
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n padding-top: 24px;\n ", ";\n ", ";\n"])), function (_a) {
59
86
  var layoutType = _a.layoutType;
60
87
  return ({
61
88
  WSH_1: 'height: 100%;'
@@ -64,17 +91,17 @@ var S_ContentsArea2 = styled_components_1.default.div(templateObject_5 || (templ
64
91
  var areaColor = _a.areaColor;
65
92
  return "background-color: " + areaColor;
66
93
  });
67
- var S_Content1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
94
+ var S_Content1 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
68
95
  var layoutType = _a.layoutType;
69
96
  return ({
70
97
  WSH_1: 'height: 100%;overflow: hidden;'
71
98
  }[layoutType]);
72
99
  });
73
- var S_Content2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
100
+ var S_Content2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
74
101
  var layoutType = _a.layoutType;
75
102
  return ({
76
103
  WSH_1: 'height: 100%;overflow: hidden;'
77
104
  }[layoutType]);
78
105
  });
79
106
  exports.default = WSH;
80
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7;
107
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
+ import { UiColors } from '../../../../common';
2
3
  export declare type ContainersBoxProps = {
3
- layoutType: 'WSA_1' | 'WSB_1' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1';
4
+ layoutType: 'WSA_1' | 'WSB_1' | 'WSB_2' | 'WSC_1' | 'WSD_1' | 'WSE_1' | 'WSF_1' | 'WSF_2' | 'WSF_3' | 'WSF_4' | 'WSF_5' | 'WSF_6' | 'WSF_7' | 'WSG_1' | 'WSG_2' | 'WSG_3' | 'WSG_4' | 'WSG_5' | 'WSH_1';
4
5
  pageMenuContent?: JSX.Element;
5
6
  tabMenuContent?: JSX.Element;
6
7
  content1?: JSX.Element;
@@ -10,6 +11,8 @@ export declare type ContainersBoxProps = {
10
11
  areaColor?: string;
11
12
  isLoadingContainer1?: boolean;
12
13
  isLoadingContainer2?: boolean;
14
+ overrideContainer1ColorKey?: UiColors;
15
+ overrideContainer2ColorKey?: UiColors;
13
16
  };
14
- declare const ContainersBox: ({ layoutType, pageMenuContent, content1, content2, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: ContainersBoxProps) => JSX.Element;
17
+ declare const ContainersBox: ({ layoutType, pageMenuContent, content1, content2, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey }: ContainersBoxProps) => JSX.Element;
15
18
  export default ContainersBox;
@@ -11,12 +11,12 @@ var react_1 = __importDefault(require("react"));
11
11
  var styled_components_1 = __importDefault(require("styled-components"));
12
12
  var Containers_1 = require("../Containers");
13
13
  var ContainersBox = function (_a) {
14
- var layoutType = _a.layoutType, pageMenuContent = _a.pageMenuContent, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
14
+ var layoutType = _a.layoutType, pageMenuContent = _a.pageMenuContent, content1 = _a.content1, content2 = _a.content2, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
15
15
  return (react_1.default.createElement(S_ContainersBox, null,
16
16
  react_1.default.createElement(S_TopWrapper, null,
17
17
  react_1.default.createElement(Containers_1.PageMenuContainer, { pageMenuContent: pageMenuContent })),
18
18
  react_1.default.createElement(S_BottomWrapper, null,
19
- react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 }))));
19
+ react_1.default.createElement(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }))));
20
20
  };
21
21
  var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n flex-direction: column;\n height: 100%;\n"], ["\n display: flex;\n flex-direction: column;\n height: 100%;\n"])));
22
22
  var S_TopWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
@@ -1,4 +1,5 @@
1
1
  import { MutableRefObject } from 'react';
2
+ import { UiColors } from '../../../../../common';
2
3
  export declare type ContentsContainerProps = {
3
4
  content1?: JSX.Element;
4
5
  content2?: JSX.Element;
@@ -7,7 +8,9 @@ export declare type ContentsContainerProps = {
7
8
  areaColor?: string;
8
9
  isLoadingContainer1?: boolean;
9
10
  isLoadingContainer2?: boolean;
11
+ overrideContainer1ColorKey?: UiColors;
12
+ overrideContainer2ColorKey?: UiColors;
10
13
  container1Ref?: MutableRefObject<HTMLDivElement | null>;
11
14
  };
12
- declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, container1Ref }: ContentsContainerProps) => JSX.Element;
15
+ declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey, container1Ref }: ContentsContainerProps) => JSX.Element;
13
16
  export default ContentsContainer;
@@ -6,52 +6,52 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  var react_1 = __importDefault(require("react"));
7
7
  var variation_1 = require("./variation");
8
8
  var ContentsContainer = function (_a) {
9
- var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, container1Ref = _a.container1Ref;
9
+ 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, container1Ref = _a.container1Ref;
10
10
  return (react_1.default.createElement(react_1.default.Fragment, null, {
11
- WTA_1: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
12
- WTA_2: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
13
- WTA_3: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
14
- WTB_1: (react_1.default.createElement(variation_1.WTB, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
15
- WTC_1: (react_1.default.createElement(variation_1.WTC, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
16
- WTD_1: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
17
- WTD_2: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
18
- WTD_3: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
19
- WTD_4: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
20
- WTD_5: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
21
- WTD_6: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
22
- WTE_1: (react_1.default.createElement(variation_1.WTE, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
23
- WTF_1: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
24
- WTF_2: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
25
- WTF_3: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
26
- WTF_4: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
27
- WTF_5: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
28
- WTF_6: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
29
- WTG_1: (react_1.default.createElement(variation_1.WTG, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
30
- WTH_1: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
31
- WTH_2: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
32
- WTH_3: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
33
- WTI_1: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
34
- WTI_2: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
35
- WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
36
- WTK_1: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, container1Ref: container1Ref })),
37
- WTK_2: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, container1Ref: container1Ref })),
38
- WTK_3: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, container1Ref: container1Ref })),
39
- WTK_4: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_4", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, container1Ref: container1Ref })),
40
- WTL_1: (react_1.default.createElement(variation_1.WTL, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
41
- WTM_1: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
42
- WTM_2: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
43
- WTM_3: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
44
- WTN_1: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
45
- WTN_2: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_2", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
46
- WTN_3: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_3", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
47
- WTO_1: (react_1.default.createElement(variation_1.WTO, { layoutType: "WTO_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
48
- WTP_1: (react_1.default.createElement(variation_1.WTP, { layoutType: "WTP_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
49
- WTQ_1: (react_1.default.createElement(variation_1.WTQ, { layoutType: "WTQ_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
50
- WTS_1: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
51
- WTS_2: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
52
- WTT_1: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
53
- WTT_2: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1 })),
54
- WTU_1: (react_1.default.createElement(variation_1.WTU, { layoutType: "WTU_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 }))
11
+ WTA_1: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
12
+ WTA_2: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
13
+ WTA_3: (react_1.default.createElement(variation_1.WTA, { layoutType: "WTA_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
14
+ WTB_1: (react_1.default.createElement(variation_1.WTB, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
15
+ WTC_1: (react_1.default.createElement(variation_1.WTC, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
16
+ WTD_1: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
17
+ WTD_2: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
18
+ WTD_3: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
19
+ WTD_4: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
20
+ WTD_5: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
21
+ WTD_6: (react_1.default.createElement(variation_1.WTD, { layoutType: "WTD_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
22
+ WTE_1: (react_1.default.createElement(variation_1.WTE, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
23
+ WTF_1: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
24
+ WTF_2: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
25
+ WTF_3: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
26
+ WTF_4: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
27
+ WTF_5: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
28
+ WTF_6: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
29
+ WTG_1: (react_1.default.createElement(variation_1.WTG, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
30
+ WTH_1: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
31
+ WTH_2: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
32
+ WTH_3: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
33
+ WTI_1: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
34
+ WTI_2: (react_1.default.createElement(variation_1.WTI, { layoutType: "WTI_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
35
+ WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
36
+ WTK_1: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey, container1Ref: container1Ref })),
37
+ WTK_2: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey, container1Ref: container1Ref })),
38
+ WTK_3: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey, container1Ref: container1Ref })),
39
+ WTK_4: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_4", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey, container1Ref: container1Ref })),
40
+ WTL_1: (react_1.default.createElement(variation_1.WTL, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
41
+ WTM_1: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
42
+ WTM_2: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
43
+ WTM_3: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_3", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
44
+ WTN_1: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
45
+ WTN_2: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_2", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
46
+ WTN_3: (react_1.default.createElement(variation_1.WTN, { layoutType: "WTN_3", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
47
+ WTO_1: (react_1.default.createElement(variation_1.WTO, { layoutType: "WTO_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
48
+ WTP_1: (react_1.default.createElement(variation_1.WTP, { layoutType: "WTP_1", content1: content1, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
49
+ WTQ_1: (react_1.default.createElement(variation_1.WTQ, { layoutType: "WTQ_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
50
+ WTS_1: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
51
+ WTS_2: (react_1.default.createElement(variation_1.WTS, { layoutType: "WTS_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
52
+ WTT_1: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
53
+ WTT_2: (react_1.default.createElement(variation_1.WTT, { layoutType: "WTT_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
54
+ WTU_1: (react_1.default.createElement(variation_1.WTU, { layoutType: "WTU_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }))
55
55
  }[layoutType]));
56
56
  };
57
57
  exports.default = ContentsContainer;
@@ -1,10 +1,12 @@
1
1
  /// <reference types="react" />
2
+ import { UiColors } from '../../../../../../common';
2
3
  export declare type WTAProps = {
3
4
  content1?: JSX.Element;
4
5
  layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3';
5
6
  containerColor?: string;
6
7
  areaColor?: string;
7
8
  isLoadingContainer1?: boolean;
9
+ overrideContainer1ColorKey?: UiColors;
8
10
  };
9
- declare const WTA: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1 }: WTAProps) => JSX.Element;
11
+ declare const WTA: ({ content1, layoutType, containerColor, areaColor, isLoadingContainer1, overrideContainer1ColorKey }: WTAProps) => JSX.Element;
10
12
  export default WTA;
@@ -3,19 +3,42 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
3
3
  if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
4
  return cooked;
5
5
  };
6
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
7
+ if (k2 === undefined) k2 = k;
8
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
6
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
7
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
8
27
  };
9
28
  Object.defineProperty(exports, "__esModule", { value: true });
10
29
  var react_1 = __importDefault(require("react"));
11
- var styled_components_1 = __importDefault(require("styled-components"));
30
+ var styled_components_1 = __importStar(require("styled-components"));
12
31
  var components_1 = require("../../../../../../common/components");
13
32
  var WTA = function (_a) {
14
- var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1;
15
- return (react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTA", layoutType: layoutType, containerColor: containerColor }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTA", layoutType: layoutType, areaColor: areaColor },
33
+ var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
34
+ return (react_1.default.createElement(S_ContentsContainer, { "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTA", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey }, isLoadingContainer1 ? (react_1.default.createElement(components_1.ThreeBarProgress, null)) : (react_1.default.createElement(S_ContentsArea, { "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTA", layoutType: layoutType, areaColor: areaColor },
16
35
  react_1.default.createElement(S_Content1, { "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTA" }, content1)))));
17
36
  };
18
- var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"])), function (_a) {
37
+ var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
38
+ var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
39
+ return overrideContainer1ColorKey && theme[overrideContainer1ColorKey];
40
+ });
41
+ var S_ContentsContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n\n ", "\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n\n ", "\n"])), function (_a) {
19
42
  var theme = _a.theme;
20
43
  return theme.ui_contentscontainer_background_wt_m;
21
44
  }, function (_a) {
@@ -28,9 +51,9 @@ var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (t
28
51
  WTA_2: 'min-width: 600px;',
29
52
  WTA_3: 'min-width: 768px;'
30
53
  }[layoutType]);
31
- });
54
+ }, overrideStyleContainer1);
32
55
  // TODO: Area단에 height: 100%; overflow: auto; 추가와 padding-bottom: 88px; 삭제 된 것은 무한 스크롤 대응위한 임시 방편입니다.
33
- var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n border-left: 1px solid ", ";\n border-right: 1px solid ", ";\n height: 100%;\n overflow: auto;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n border-left: 1px solid ", ";\n border-right: 1px solid ", ";\n height: 100%;\n overflow: auto;\n ", ";\n ", ";\n"])), function (_a) {
56
+ var S_ContentsArea = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n background-color: ", ";\n box-sizing: border-box;\n border-left: 1px solid ", ";\n border-right: 1px solid ", ";\n height: 100%;\n overflow: auto;\n ", ";\n ", ";\n"], ["\n background-color: ", ";\n box-sizing: border-box;\n border-left: 1px solid ", ";\n border-right: 1px solid ", ";\n height: 100%;\n overflow: auto;\n ", ";\n ", ";\n"])), function (_a) {
34
57
  var theme = _a.theme;
35
58
  return theme.ui_contentsarea_background_wt_m;
36
59
  }, function (_a) {
@@ -51,6 +74,6 @@ var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templa
51
74
  return "background-color: " + areaColor;
52
75
  });
53
76
  // TODO: Content단에 height: 100%; 추가는 무한 스크롤 대응위한 임시 방편입니다.
54
- var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
77
+ var S_Content1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
55
78
  exports.default = WTA;
56
- var templateObject_1, templateObject_2, templateObject_3;
79
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4;
@@ -1,9 +1,11 @@
1
1
  /// <reference types="react" />
2
+ import { UiColors } from '../../../../../../common';
2
3
  export declare type WTBProps = {
3
4
  content1?: JSX.Element;
4
5
  containerColor?: string;
5
6
  areaColor?: string;
6
7
  isLoadingContainer1?: boolean;
8
+ overrideContainer1ColorKey?: UiColors;
7
9
  };
8
- declare const WTB: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WTBProps) => JSX.Element;
10
+ declare const WTB: ({ content1, containerColor, areaColor, isLoadingContainer1, overrideContainer1ColorKey }: WTBProps) => JSX.Element;
9
11
  export default WTB;