pds-dev-kit-web-test 0.1.0-beta.0 → 0.1.1

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 (345) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +3 -0
  3. package/dist/index.js +16 -0
  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/ToggleDown.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
  11. package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
  13. package/dist/src/common/assets/icons/fill/index.d.ts +4 -0
  14. package/dist/src/common/assets/icons/fill/index.js +8 -0
  15. package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
  16. package/dist/src/common/assets/icons/line/Confetti.js +36 -0
  17. package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
  18. package/dist/src/common/assets/icons/line/CsBold.js +34 -0
  19. package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
  20. package/dist/src/common/assets/icons/line/CsFace.js +34 -0
  21. package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
  22. package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
  23. package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
  24. package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
  25. package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
  26. package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
  27. package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
  28. package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
  29. package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
  30. package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
  31. package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
  32. package/dist/src/common/assets/icons/line/Mail.js +36 -0
  33. package/dist/src/common/assets/icons/line/News.d.ts +4 -0
  34. package/dist/src/common/assets/icons/line/News.js +36 -0
  35. package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
  36. package/dist/src/common/assets/icons/line/Rocket.js +36 -0
  37. package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
  38. package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
  39. package/dist/src/common/assets/icons/line/index.d.ts +12 -0
  40. package/dist/src/common/assets/icons/line/index.js +24 -0
  41. package/dist/src/common/services/i18n/resources/en.json +4852 -1257
  42. package/dist/src/common/services/i18n/resources/es.json +6105 -2510
  43. package/dist/src/common/services/i18n/resources/index.d.ts +28084 -16
  44. package/dist/src/common/services/i18n/resources/index.js +5 -1
  45. package/dist/src/common/services/i18n/resources/jp.json +6114 -2519
  46. package/dist/src/common/services/i18n/resources/ko.json +3816 -221
  47. package/dist/src/common/services/i18n/resources/zh-tw.json +6844 -0
  48. package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
  49. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +22 -8
  50. package/dist/src/common/styles/colorSet/PaletteColor_light.json +22 -8
  51. package/dist/src/common/styles/colorSet/SemanticColor.json +11 -5
  52. package/dist/src/common/styles/colorSet/UIColor.json +47 -7
  53. package/dist/src/common/styles/colorSet/index.d.ts +339 -265
  54. package/dist/src/common/styles/colorSet/index.js +3 -3
  55. package/dist/src/common/styles/colorSet/ui-type.d.ts +44 -4
  56. package/dist/src/common/styles/index.d.ts +4 -0
  57. package/dist/src/common/styles/movement/animationStyle.d.ts +4 -0
  58. package/dist/src/common/styles/movement/animationStyle.js +8 -4
  59. package/dist/src/common/styles/movement/keyframes.d.ts +3 -1
  60. package/dist/src/common/styles/movement/keyframes.js +11 -9
  61. package/dist/src/common/styles/movement/transitionStyle.d.ts +1 -1
  62. package/dist/src/common/styles/movement/transitionStyle.js +2 -2
  63. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
  64. package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
  65. package/dist/src/common/styles/theme.d.ts +4 -0
  66. package/dist/src/common/styles/theme.js +17 -13
  67. package/dist/src/common/types/styled-components.d.ts +9 -5
  68. package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
  69. package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
  70. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
  71. package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
  72. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  73. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +19 -15
  74. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  75. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
  76. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  77. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
  78. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  79. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
  80. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  81. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  82. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -3
  83. package/dist/src/desktop/components/Dropdown/Dropdown.js +31 -11
  84. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +7 -7
  85. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +2 -2
  86. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  87. package/dist/src/desktop/components/MainButton/MainButton.js +123 -33
  88. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +4 -1
  89. package/dist/src/desktop/components/Select/Select.js +26 -10
  90. package/dist/src/desktop/components/TextField/TextField.js +34 -14
  91. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +7 -5
  92. package/dist/src/desktop/components/TextLabel/TextLabel.js +61 -42
  93. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  94. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +131 -34
  95. package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
  96. package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
  97. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
  98. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +5 -3
  99. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +29 -24
  100. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +4 -1
  101. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +22 -10
  102. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -2
  103. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +34 -17
  104. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
  105. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
  106. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
  107. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
  108. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +4 -3
  109. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +55 -34
  110. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
  111. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
  112. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
  113. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
  114. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
  115. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
  116. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
  117. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
  118. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
  119. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
  120. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
  121. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
  122. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +15 -0
  123. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +75 -0
  124. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +1 -0
  125. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +3 -1
  126. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
  127. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
  128. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +5 -2
  129. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +2 -1
  130. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +14 -5
  131. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +1 -1
  132. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +3 -2
  133. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +2 -1
  134. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +14 -5
  135. package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +1 -0
  136. package/dist/src/desktop/layout/LayoutWF/Containers/index.js +3 -1
  137. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +5 -2
  138. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +55 -27
  139. package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
  140. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  141. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
  142. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
  143. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
  144. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
  145. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
  146. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
  147. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
  148. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
  149. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
  150. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
  151. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
  152. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
  153. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
  154. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
  155. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
  156. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
  157. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
  158. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
  159. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
  160. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
  161. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
  162. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
  163. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
  164. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
  165. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
  166. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
  167. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
  168. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
  169. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
  170. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
  171. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
  172. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
  173. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  174. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  175. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
  176. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
  177. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
  178. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
  179. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
  180. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
  181. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
  182. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
  183. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
  184. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
  185. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
  186. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
  187. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
  188. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
  189. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
  190. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
  191. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
  192. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
  193. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
  194. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
  195. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
  196. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
  197. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
  198. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
  199. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
  200. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
  201. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
  202. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
  203. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
  204. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
  205. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
  206. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
  207. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
  208. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
  209. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
  210. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
  211. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
  212. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
  213. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
  214. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
  215. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
  216. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
  217. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  218. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
  219. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +30 -17
  220. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +9 -12
  221. package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
  222. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  223. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
  224. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  225. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
  226. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  227. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
  228. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  229. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  230. package/dist/src/mobile/components/Dropdown/Dropdown.js +18 -8
  231. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +1 -1
  232. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  233. package/dist/src/mobile/components/MainButton/MainButton.js +114 -30
  234. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +3 -3
  235. package/dist/src/mobile/components/Select/Select.js +15 -7
  236. package/dist/src/mobile/components/TextField/TextField.js +19 -9
  237. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -5
  238. package/dist/src/mobile/components/TextLabel/TextLabel.js +57 -38
  239. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  240. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +126 -32
  241. package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
  242. package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
  243. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  244. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  245. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
  246. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
  247. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
  248. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
  249. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
  250. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
  251. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
  252. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
  253. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
  254. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
  255. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
  256. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  257. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  258. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  259. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
  260. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
  261. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
  262. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
  263. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
  264. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  265. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  266. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  267. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
  268. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
  269. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
  270. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
  271. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
  272. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
  273. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
  274. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
  275. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
  276. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
  277. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
  278. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
  279. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  280. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
  281. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
  282. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
  283. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
  284. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
  285. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
  286. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
  287. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
  288. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
  289. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
  290. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
  291. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
  292. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
  293. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
  294. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
  295. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
  296. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
  297. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
  298. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  299. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +2 -2
  300. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  301. package/dist/src/sub/DynamicLayout/DynamicLayout.js +6 -94
  302. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
  303. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
  304. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
  305. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
  306. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
  307. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +129 -0
  308. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
  309. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
  310. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
  311. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
  312. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
  313. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
  314. package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
  315. package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
  316. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
  317. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
  318. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
  319. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
  320. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.d.ts +1 -0
  321. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
  322. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
  323. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
  324. package/dist/src/sub/DynamicLayout/types.d.ts +2 -1
  325. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.69b174ef.iframe.bundle.d.ts} +0 -0
  326. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.69b174ef.iframe.bundle.js} +8 -8
  327. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.32dc09b1.iframe.bundle.d.ts} +0 -0
  328. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.32dc09b1.iframe.bundle.js} +71 -71
  329. package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.c1637fa3.iframe.bundle.d.ts} +0 -0
  330. package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.c1637fa3.iframe.bundle.js} +13 -13
  331. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.9d79e5b5.iframe.bundle.d.ts} +0 -0
  332. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.9d79e5b5.iframe.bundle.js} +6 -6
  333. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.b309bb58.iframe.bundle.d.ts} +0 -0
  334. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.b309bb58.iframe.bundle.js} +3 -3
  335. package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.9a5b3a3c.iframe.bundle.d.ts} +1113 -1220
  336. package/dist/storybook-static/main.9a5b3a3c.iframe.bundle.js +17145 -0
  337. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.b6fc2c86.iframe.bundle.d.ts} +0 -0
  338. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.b6fc2c86.iframe.bundle.js} +1 -1
  339. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.0fbc3a5b.iframe.bundle.d.ts} +0 -0
  340. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.0fbc3a5b.iframe.bundle.js} +828 -828
  341. package/package.json +1 -1
  342. package/release-note.md +4 -3
  343. package/dist/src/common/hooks/useAnimation.d.ts +0 -2
  344. package/dist/src/common/hooks/useAnimation.js +0 -19
  345. package/dist/storybook-static/main.997ab4f6.iframe.bundle.js +0 -16278
@@ -30,8 +30,8 @@ var react_1 = __importDefault(require("react"));
30
30
  var styled_components_1 = __importStar(require("styled-components"));
31
31
  var hybrid_1 = require("../../../hybrid");
32
32
  function TextLabel(_a) {
33
- var text = _a.text, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, _c = _a.styleTheme, styleTheme = _c === void 0 ? 'body2Bold' : _c, colorOverride = _a.colorOverride, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'sysTextPrimary' : _d, _e = _a.singleLineMode, singleLineMode = _e === void 0 ? 'none' : _e, _f = _a.ellipsisMode, ellipsisMode = _f === void 0 ? 'none' : _f, lineLimit = _a.lineLimit, _g = _a.userSelectMode, userSelectMode = _g === void 0 ? 'none' : _g, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _h = _a.textDecorationType, textDecorationType = _h === void 0 ? 'none' : _h, _j = _a.requirementMode, requirementMode = _j === void 0 ? 'none' : _j, _k = _a.bulletPointMode, bulletPointMode = _k === void 0 ? 'none' : _k, _l = _a.wordBreak, wordBreak = _l === void 0 ? 'keep_all' : _l;
34
- return (react_1.default.createElement(S_TextLabel, { "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "mobile", textAlign: textAlign, styleTheme: styleTheme, colorOverride: colorOverride, colorTheme: colorTheme, singleLineMode: singleLineMode, ellipsisMode: ellipsisMode, lineLimit: lineLimit, userSelectMode: userSelectMode, customFontSize: customFontSize, customFontWeight: customFontWeight, textDecorationType: textDecorationType, bulletPointMode: bulletPointMode, wordBreak: wordBreak },
33
+ var text = _a.text, _b = _a.textAlign, textAlign = _b === void 0 ? 'left' : _b, _c = _a.styleTheme, styleTheme = _c === void 0 ? 'body2Bold' : _c, colorOverride = _a.colorOverride, _d = _a.colorTheme, colorTheme = _d === void 0 ? 'sysTextPrimary' : _d, _e = _a.singleLineMode, singleLineMode = _e === void 0 ? 'none' : _e, _f = _a.ellipsisMode, ellipsisMode = _f === void 0 ? 'none' : _f, lineLimit = _a.lineLimit, _g = _a.userSelectMode, userSelectMode = _g === void 0 ? 'none' : _g, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _h = _a.textDecorationType, textDecorationType = _h === void 0 ? 'none' : _h, _j = _a.requirementMode, requirementMode = _j === void 0 ? 'none' : _j, _k = _a.bulletPointMode, bulletPointMode = _k === void 0 ? 'none' : _k, _l = _a.wordBreak, wordBreak = _l === void 0 ? 'keep_all' : _l, letterSpacing = _a.letterSpacing;
34
+ return (react_1.default.createElement(S_TextLabel, { "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "mobile", textAlign: textAlign, styleTheme: styleTheme, colorOverride: colorOverride, colorTheme: colorTheme, singleLineMode: singleLineMode, ellipsisMode: ellipsisMode, lineLimit: lineLimit, userSelectMode: userSelectMode, customFontSize: customFontSize, customFontWeight: customFontWeight, textDecorationType: textDecorationType, bulletPointMode: bulletPointMode, wordBreak: wordBreak, "$letterSpacing": letterSpacing },
35
35
  text,
36
36
  requirementMode === 'use' && (react_1.default.createElement(S_AfterTextBox, { styleTheme: styleTheme },
37
37
  react_1.default.createElement(S_IconWrapper, null,
@@ -47,7 +47,17 @@ var displayBold = (0, styled_components_1.css)(templateObject_1 || (templateObje
47
47
  var theme = _a.theme;
48
48
  return theme.fontWeight.bold;
49
49
  });
50
- var headingBold = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
50
+ var wizardPageTitleBold = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
51
+ var theme = _a.theme;
52
+ return theme.mobileFontSize.wizardPageTitle;
53
+ }, function (_a) {
54
+ var theme = _a.theme;
55
+ return theme.mobileLineHeight.wizardPageTitle;
56
+ }, function (_a) {
57
+ var theme = _a.theme;
58
+ return theme.fontWeight.bold;
59
+ });
60
+ var headingBold = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
51
61
  var theme = _a.theme;
52
62
  return theme.mobileFontSize.heading;
53
63
  }, function (_a) {
@@ -57,7 +67,7 @@ var headingBold = (0, styled_components_1.css)(templateObject_2 || (templateObje
57
67
  var theme = _a.theme;
58
68
  return theme.fontWeight.bold;
59
69
  });
60
- var leadParaBold = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
70
+ var leadParaBold = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
61
71
  var theme = _a.theme;
62
72
  return theme.mobileFontSize.leadParagraph;
63
73
  }, function (_a) {
@@ -67,7 +77,7 @@ var leadParaBold = (0, styled_components_1.css)(templateObject_3 || (templateObj
67
77
  var theme = _a.theme;
68
78
  return theme.fontWeight.bold;
69
79
  });
70
- var leadParaRegular = (0, styled_components_1.css)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
80
+ var leadParaRegular = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
71
81
  var theme = _a.theme;
72
82
  return theme.mobileFontSize.leadParagraph;
73
83
  }, function (_a) {
@@ -77,7 +87,7 @@ var leadParaRegular = (0, styled_components_1.css)(templateObject_4 || (template
77
87
  var theme = _a.theme;
78
88
  return theme.fontWeight.normal;
79
89
  });
80
- var subTitleBold = (0, styled_components_1.css)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
90
+ var subTitleBold = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
81
91
  var theme = _a.theme;
82
92
  return theme.mobileFontSize.subtitle;
83
93
  }, function (_a) {
@@ -87,7 +97,7 @@ var subTitleBold = (0, styled_components_1.css)(templateObject_5 || (templateObj
87
97
  var theme = _a.theme;
88
98
  return theme.fontWeight.bold;
89
99
  });
90
- var subTitleRegular = (0, styled_components_1.css)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
100
+ var subTitleRegular = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
91
101
  var theme = _a.theme;
92
102
  return theme.mobileFontSize.subtitle;
93
103
  }, function (_a) {
@@ -97,7 +107,7 @@ var subTitleRegular = (0, styled_components_1.css)(templateObject_6 || (template
97
107
  var theme = _a.theme;
98
108
  return theme.fontWeight.normal;
99
109
  });
100
- var body1Bold = (0, styled_components_1.css)(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
110
+ var body1Bold = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
101
111
  var theme = _a.theme;
102
112
  return theme.mobileFontSize.body1;
103
113
  }, function (_a) {
@@ -107,7 +117,7 @@ var body1Bold = (0, styled_components_1.css)(templateObject_7 || (templateObject
107
117
  var theme = _a.theme;
108
118
  return theme.fontWeight.bold;
109
119
  });
110
- var body1Regular = (0, styled_components_1.css)(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
120
+ var body1Regular = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
111
121
  var theme = _a.theme;
112
122
  return theme.mobileFontSize.body1;
113
123
  }, function (_a) {
@@ -117,7 +127,7 @@ var body1Regular = (0, styled_components_1.css)(templateObject_8 || (templateObj
117
127
  var theme = _a.theme;
118
128
  return theme.fontWeight.normal;
119
129
  });
120
- var body2Bold = (0, styled_components_1.css)(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
130
+ var body2Bold = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
121
131
  var theme = _a.theme;
122
132
  return theme.mobileFontSize.body2;
123
133
  }, function (_a) {
@@ -127,7 +137,7 @@ var body2Bold = (0, styled_components_1.css)(templateObject_9 || (templateObject
127
137
  var theme = _a.theme;
128
138
  return theme.fontWeight.bold;
129
139
  });
130
- var body2Regular = (0, styled_components_1.css)(templateObject_10 || (templateObject_10 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
140
+ var body2Regular = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
131
141
  var theme = _a.theme;
132
142
  return theme.mobileFontSize.body2;
133
143
  }, function (_a) {
@@ -137,7 +147,7 @@ var body2Regular = (0, styled_components_1.css)(templateObject_10 || (templateOb
137
147
  var theme = _a.theme;
138
148
  return theme.fontWeight.normal;
139
149
  });
140
- var caption1Bold = (0, styled_components_1.css)(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
150
+ var caption1Bold = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
141
151
  var theme = _a.theme;
142
152
  return theme.mobileFontSize.caption1;
143
153
  }, function (_a) {
@@ -147,7 +157,7 @@ var caption1Bold = (0, styled_components_1.css)(templateObject_11 || (templateOb
147
157
  var theme = _a.theme;
148
158
  return theme.fontWeight.bold;
149
159
  });
150
- var caption1Regular = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
160
+ var caption1Regular = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
151
161
  var theme = _a.theme;
152
162
  return theme.mobileFontSize.caption1;
153
163
  }, function (_a) {
@@ -157,7 +167,7 @@ var caption1Regular = (0, styled_components_1.css)(templateObject_12 || (templat
157
167
  var theme = _a.theme;
158
168
  return theme.fontWeight.normal;
159
169
  });
160
- var caption2Bold = (0, styled_components_1.css)(templateObject_13 || (templateObject_13 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
170
+ var caption2Bold = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
161
171
  var theme = _a.theme;
162
172
  return theme.mobileFontSize.caption2;
163
173
  }, function (_a) {
@@ -167,7 +177,7 @@ var caption2Bold = (0, styled_components_1.css)(templateObject_13 || (templateOb
167
177
  var theme = _a.theme;
168
178
  return theme.fontWeight.bold;
169
179
  });
170
- var caption2Regular = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
180
+ var caption2Regular = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
171
181
  var theme = _a.theme;
172
182
  return theme.mobileFontSize.caption2;
173
183
  }, function (_a) {
@@ -177,7 +187,7 @@ var caption2Regular = (0, styled_components_1.css)(templateObject_14 || (templat
177
187
  var theme = _a.theme;
178
188
  return theme.fontWeight.normal;
179
189
  });
180
- var form1Regular = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
190
+ var form1Regular = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
181
191
  var theme = _a.theme;
182
192
  return theme.mobileFontSize.form1;
183
193
  }, function (_a) {
@@ -187,7 +197,7 @@ var form1Regular = (0, styled_components_1.css)(templateObject_15 || (templateOb
187
197
  var theme = _a.theme;
188
198
  return theme.fontWeight.normal;
189
199
  });
190
- var form2Regular = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
200
+ var form2Regular = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
191
201
  var theme = _a.theme;
192
202
  return theme.mobileFontSize.form2;
193
203
  }, function (_a) {
@@ -197,7 +207,7 @@ var form2Regular = (0, styled_components_1.css)(templateObject_16 || (templateOb
197
207
  var theme = _a.theme;
198
208
  return theme.fontWeight.normal;
199
209
  });
200
- var blog1Regular = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
210
+ var blog1Regular = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: ", ";\n font-weight: ", ";\n"])), function (_a) {
201
211
  var theme = _a.theme;
202
212
  return theme.mobileFontSize.blog1;
203
213
  }, function (_a) {
@@ -207,68 +217,72 @@ var blog1Regular = (0, styled_components_1.css)(templateObject_17 || (templateOb
207
217
  var theme = _a.theme;
208
218
  return theme.fontWeight.normal;
209
219
  });
210
- var sysTextPrimary = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
220
+ var sysTextPrimary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
211
221
  var theme = _a.theme;
212
222
  return theme.ui_cpnt_textlabel_sys_primary;
213
223
  });
214
- var sysTextSecondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
224
+ var sysTextSecondary = (0, styled_components_1.css)(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
215
225
  var theme = _a.theme;
216
226
  return theme.ui_cpnt_textlabel_sys_secondary;
217
227
  });
218
- var sysTextTertiary = (0, styled_components_1.css)(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
228
+ var sysTextTertiary = (0, styled_components_1.css)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
219
229
  var theme = _a.theme;
220
230
  return theme.ui_cpnt_textlabel_sys_tertiary;
221
231
  });
222
- var sysTextWhite = (0, styled_components_1.css)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
232
+ var sysTextWhite = (0, styled_components_1.css)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
223
233
  var theme = _a.theme;
224
234
  return theme.ui_cpnt_textlabel_sys_white;
225
235
  });
226
- var sysTextError = (0, styled_components_1.css)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
236
+ var sysTextBlack = (0, styled_components_1.css)(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
237
+ var theme = _a.theme;
238
+ return theme.ui_cpnt_textlabel_sys_black;
239
+ });
240
+ var sysTextError = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
227
241
  var theme = _a.theme;
228
242
  return theme.ui_cpnt_textlabel_sys_error;
229
243
  });
230
- var sysTextWarning = (0, styled_components_1.css)(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
244
+ var sysTextWarning = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
231
245
  var theme = _a.theme;
232
246
  return theme.ui_cpnt_textlabel_sys_warning;
233
247
  });
234
- var sysTextBrandPrimary = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
248
+ var sysTextBrandPrimary = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
235
249
  var theme = _a.theme;
236
250
  return theme.ui_cpnt_textlabel_sys_brandprimary;
237
251
  });
238
- var sysTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
252
+ var sysTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
239
253
  var theme = _a.theme;
240
254
  return theme.ui_cpnt_textlabel_sys_brandseconvariant;
241
255
  });
242
- var usrTextBrandPrimary = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
256
+ var usrTextBrandPrimary = (0, styled_components_1.css)(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
243
257
  var theme = _a.theme;
244
258
  return theme.ui_cpnt_textlabel_usr_brandprimary;
245
259
  });
246
- var usrTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
260
+ var usrTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_29 || (templateObject_29 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
247
261
  var theme = _a.theme;
248
262
  return theme.ui_cpnt_textlabel_usr_brandseconvariant;
249
263
  });
250
- var usrTextBrandOnPrimary = (0, styled_components_1.css)(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
264
+ var usrTextBrandOnPrimary = (0, styled_components_1.css)(templateObject_30 || (templateObject_30 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
251
265
  var theme = _a.theme;
252
266
  return theme.ui_cpnt_textlabel_usr_brandonprimary;
253
267
  });
254
- var customFontStyle = (0, styled_components_1.css)(templateObject_29 || (templateObject_29 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.5;\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: 1.5;\n font-weight: ", ";\n"])), function (_a) {
268
+ var customFontStyle = (0, styled_components_1.css)(templateObject_31 || (templateObject_31 = __makeTemplateObject(["\n font-size: ", ";\n line-height: 1.5;\n font-weight: ", ";\n"], ["\n font-size: ", ";\n line-height: 1.5;\n font-weight: ", ";\n"])), function (_a) {
255
269
  var customFontSize = _a.customFontSize;
256
270
  return customFontSize;
257
271
  }, function (_a) {
258
272
  var theme = _a.theme, customFontWeight = _a.customFontWeight;
259
273
  return customFontWeight === 'bold' ? theme.fontWeight.bold : theme.fontWeight.normal;
260
274
  });
261
- var colorOverrideStyle = (0, styled_components_1.css)(templateObject_30 || (templateObject_30 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
275
+ var colorOverrideStyle = (0, styled_components_1.css)(templateObject_32 || (templateObject_32 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
262
276
  var colorOverride = _a.colorOverride, theme = _a.theme;
263
277
  return colorOverride && theme[colorOverride];
264
278
  });
265
- var ellipsisStyle = (0, styled_components_1.css)(templateObject_31 || (templateObject_31 = __makeTemplateObject(["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"])), function (_a) {
279
+ var ellipsisStyle = (0, styled_components_1.css)(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n -webkit-box-orient: vertical;\n display: -webkit-box;\n -webkit-line-clamp: ", ";\n overflow: hidden;\n text-overflow: ellipsis;\n"])), function (_a) {
266
280
  var lineLimit = _a.lineLimit;
267
281
  return lineLimit;
268
282
  });
269
- var userSelectModeStyle = (0, styled_components_1.css)(templateObject_32 || (templateObject_32 = __makeTemplateObject(["\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"], ["\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"])));
270
- var bulletPointModeStyle = (0, styled_components_1.css)(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n width: 16px;\n }\n"], ["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n width: 16px;\n }\n"])));
271
- var S_TextLabel = styled_components_1.default.div(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n overflow-wrap: break-word;\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n overflow-wrap: break-word;\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
283
+ var userSelectModeStyle = (0, styled_components_1.css)(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"], ["\n -ms-user-select: none;\n -moz-user-select: -moz-none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"])));
284
+ var bulletPointModeStyle = (0, styled_components_1.css)(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n width: 16px;\n }\n"], ["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n width: 16px;\n }\n"])));
285
+ var S_TextLabel = styled_components_1.default.div(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n overflow-wrap: break-word;\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n overflow-wrap: break-word;\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
272
286
  var textAlign = _a.textAlign;
273
287
  return textAlign;
274
288
  }, function (_a) {
@@ -280,11 +294,15 @@ var S_TextLabel = styled_components_1.default.div(templateObject_34 || (template
280
294
  keep_all: 'keep-all',
281
295
  break_word: 'break-word'
282
296
  }[wordBreak];
297
+ }, function (_a) {
298
+ var $letterSpacing = _a.$letterSpacing;
299
+ return "letter-spacing: " + $letterSpacing;
283
300
  }, function (_a) {
284
301
  var styleTheme = _a.styleTheme;
285
302
  return styleTheme &&
286
303
  {
287
304
  displayBold: displayBold,
305
+ wizardPageTitleBold: wizardPageTitleBold,
288
306
  headingBold: headingBold,
289
307
  leadParaBold: leadParaBold,
290
308
  leadParaRegular: leadParaRegular,
@@ -310,6 +328,7 @@ var S_TextLabel = styled_components_1.default.div(templateObject_34 || (template
310
328
  sysTextSecondary: sysTextSecondary,
311
329
  sysTextTertiary: sysTextTertiary,
312
330
  sysTextWhite: sysTextWhite,
331
+ sysTextBlack: sysTextBlack,
313
332
  sysTextError: sysTextError,
314
333
  sysTextWarning: sysTextWarning,
315
334
  sysTextBrandPrimary: sysTextBrandPrimary,
@@ -346,7 +365,7 @@ var S_TextLabel = styled_components_1.default.div(templateObject_34 || (template
346
365
  var bulletPointMode = _a.bulletPointMode;
347
366
  return bulletPointMode === 'use' && bulletPointModeStyle;
348
367
  });
349
- var S_AfterTextBox = styled_components_1.default.div(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n\n ", ";\n"], ["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n\n ", ";\n"])), function (_a) {
368
+ var S_AfterTextBox = styled_components_1.default.div(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n\n ", ";\n"], ["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n\n ", ";\n"])), function (_a) {
350
369
  var theme = _a.theme;
351
370
  return theme.spacing.spacingA;
352
371
  }, function (_a) {
@@ -362,6 +381,6 @@ var S_AfterTextBox = styled_components_1.default.div(templateObject_35 || (templ
362
381
  return 'vertical-align: middle';
363
382
  }
364
383
  });
365
- var S_IconWrapper = styled_components_1.default.div(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"])));
384
+ var S_IconWrapper = styled_components_1.default.div(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"])));
366
385
  exports.default = TextLabel;
367
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36;
386
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38;
@@ -11,7 +11,7 @@ declare type UploadMainButtonProps = {
11
11
  iconMode?: 'none' | 'left' | 'right';
12
12
  iconFillType?: 'fill' | 'line';
13
13
  iconName?: FillIconNameKeys | LineIconNameKeys;
14
- colorTheme?: 'none' | 'line1' | 'line2' | 'line3';
14
+ colorTheme?: 'none' | 'line1' | 'line2' | 'line3' | 'primary1' | 'secondary1';
15
15
  state?: 'normal' | 'disabled';
16
16
  accept?: string;
17
17
  multipleMode?: 'none' | 'use';
@@ -42,9 +42,23 @@ function UploadMainButton(_a) {
42
42
  }
43
43
  e.target.value = '';
44
44
  };
45
+ var isLineColorTheme = colorTheme.includes('line');
46
+ var isPrimaryColorTheme = colorTheme.includes('primary');
47
+ var isSecondaryColorTheme = colorTheme.includes('secondary');
48
+ var lineColorThemeTextColor = function () {
49
+ if (colorTheme === 'line1') {
50
+ return 'ui_cpnt_button_text_error';
51
+ }
52
+ if (colorTheme === 'line2') {
53
+ return 'ui_cpnt_button_text_primary';
54
+ }
55
+ if (colorTheme === 'line3') {
56
+ return 'ui_cpnt_button_text_darktheme_enabled';
57
+ }
58
+ };
45
59
  var submittingProgressColor = function () {
46
- if (fillType === 'line' && colorTheme !== 'none' && state !== 'disabled') {
47
- return types_1.textThemeColorLines[colorTheme];
60
+ if (fillType === 'line' && isLineColorTheme && state !== 'disabled') {
61
+ return lineColorThemeTextColor();
48
62
  }
49
63
  if (fillType === 'fill') {
50
64
  return 'ui_cpnt_textlabel_usr_brandonprimary';
@@ -53,53 +67,98 @@ function UploadMainButton(_a) {
53
67
  return 'ui_cpnt_textlabel_sys_primary';
54
68
  }
55
69
  if (styleTheme === 'primary') {
70
+ if (colorTheme === 'primary1') {
71
+ return 'ui_cpnt_textlabel_usr_brandprimary';
72
+ }
56
73
  return 'ui_cpnt_textlabel_usr_brandonprimary';
57
74
  }
58
75
  if (styleTheme === 'secondary') {
76
+ if (colorTheme === 'secondary1') {
77
+ return 'ui_cpnt_textlabel_sys_white';
78
+ }
59
79
  return 'ui_cpnt_textlabel_usr_brandprimary';
60
80
  }
61
81
  return 'ui_cpnt_textlabel_usr_brandonprimary';
62
82
  };
63
- var selectTextThemeColor = function () {
83
+ var textColor = function () {
84
+ if (fillType === 'fill') {
85
+ return 'usrTextBrandOnPrimary';
86
+ }
87
+ if (fillType === 'line') {
88
+ return 'sysTextPrimary';
89
+ }
90
+ if (styleTheme === 'primary') {
91
+ if (colorTheme === 'primary1') {
92
+ return 'usrTextBrandPrimary';
93
+ }
94
+ return 'usrTextBrandOnPrimary';
95
+ }
96
+ if (styleTheme === 'secondary') {
97
+ if (colorTheme === 'secondary1') {
98
+ return 'sysTextWhite';
99
+ }
100
+ return 'usrTextBrandPrimary';
101
+ }
102
+ return 'usrTextBrandOnPrimary';
103
+ };
104
+ var textColorOverride = function () {
64
105
  if (colorTheme === 'line3' && state === 'disabled') {
65
106
  return 'ui_cpnt_button_text_darktheme_disabled';
66
107
  }
67
- if (fillType === 'line' && colorTheme !== 'none' && state !== 'disabled') {
68
- return types_1.textThemeColorLines[colorTheme];
108
+ if (fillType === 'line' && isLineColorTheme && state !== 'disabled') {
109
+ return lineColorThemeTextColor();
110
+ }
111
+ if (styleTheme === 'secondary' && colorTheme === 'secondary1' && state === 'disabled') {
112
+ return 'ui_cpnt_button_text_secondary_variation_disabled';
69
113
  }
70
114
  return undefined;
71
115
  };
116
+ var lineColorThemeIconColor = function () {
117
+ if (colorTheme === 'line1') {
118
+ return 'ui_cpnt_button_icon_error';
119
+ }
120
+ if (colorTheme === 'line2') {
121
+ return 'ui_cpnt_button_icon_primary';
122
+ }
123
+ if (colorTheme === 'line3') {
124
+ return 'ui_cpnt_button_icon_darktheme_enabled';
125
+ }
126
+ };
127
+ var primaryColorThemeIconColor = function () {
128
+ if (colorTheme === 'primary1') {
129
+ return 'ui_cpnt_button_icon_primary';
130
+ }
131
+ };
132
+ var secondaryColorThemeIconColor = function () {
133
+ if (colorTheme === 'secondary1') {
134
+ return 'ui_cpnt_button_icon_on_primary';
135
+ }
136
+ };
72
137
  var iconColor = function () {
73
138
  if (state === 'disabled') {
74
139
  if (colorTheme === 'line3') {
75
140
  return 'ui_cpnt_button_icon_darktheme_disabled';
76
141
  }
142
+ if (styleTheme === 'secondary' && colorTheme === 'secondary1') {
143
+ return 'ui_cpnt_button_icon_secondary_variation_disabled';
144
+ }
77
145
  return 'ui_cpnt_button_icon_disabled';
78
146
  }
79
- if (fillType === 'line' && colorTheme !== 'none') {
80
- return types_1.iconColorThemeLineColors[colorTheme];
147
+ if (fillType === 'line' && isLineColorTheme) {
148
+ return lineColorThemeIconColor();
81
149
  }
82
150
  if (fillType) {
83
151
  return types_1.iconFillTypeColors[fillType];
84
152
  }
85
- if (styleTheme) {
86
- return types_1.iconStyleThemeColors[styleTheme];
87
- }
88
- };
89
- var textColor = function () {
90
- if (fillType === 'fill') {
91
- return 'usrTextBrandOnPrimary';
92
- }
93
- if (fillType === 'line') {
94
- return 'sysTextPrimary';
153
+ if (styleTheme === 'primary' && isPrimaryColorTheme) {
154
+ return primaryColorThemeIconColor();
95
155
  }
96
- if (styleTheme === 'primary') {
97
- return 'usrTextBrandOnPrimary';
156
+ if (styleTheme === 'secondary' && isSecondaryColorTheme) {
157
+ return secondaryColorThemeIconColor();
98
158
  }
99
- if (styleTheme === 'secondary') {
100
- return 'usrTextBrandPrimary';
159
+ if (styleTheme) {
160
+ return types_1.iconStyleThemeColors[styleTheme];
101
161
  }
102
- return 'usrTextBrandOnPrimary';
103
162
  };
104
163
  var UploadMainButtonVariation = function () {
105
164
  if (isLoading) {
@@ -116,7 +175,7 @@ function UploadMainButton(_a) {
116
175
  size !== 'xsmall' && iconMode === 'left' && (react_1.default.createElement(react_1.default.Fragment, null,
117
176
  react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: size === 'large' || size === 'rlarge' ? 20 : 16, colorKey: iconColor(), fillType: iconFillType }),
118
177
  react_1.default.createElement(hybrid_1.Spacing, { size: size === 'large' || size === 'rlarge' ? 'spacing_b' : 'spacing_a', spacingType: "width" }))),
119
- react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: types_1.textStyles[size], singleLineMode: "use", colorTheme: state === 'disabled' ? 'sysTextTertiary' : textColor(), colorOverride: selectTextThemeColor(), ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }),
178
+ react_1.default.createElement(TextLabel_1.TextLabel, { text: text, styleTheme: types_1.textStyles[size], singleLineMode: "use", colorTheme: state === 'disabled' ? 'sysTextTertiary' : textColor(), colorOverride: textColorOverride(), ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }),
120
179
  size !== 'xsmall' && iconMode === 'right' && (react_1.default.createElement(react_1.default.Fragment, null,
121
180
  react_1.default.createElement(hybrid_1.Spacing, { size: size === 'large' || size === 'rlarge' ? 'spacing_b' : 'spacing_a', spacingType: "width" }),
122
181
  react_1.default.createElement(hybrid_1.Icon, { iconName: iconName, size: size === 'large' || size === 'rlarge' ? 20 : 16, colorKey: iconColor(), fillType: iconFillType })))));
@@ -201,7 +260,7 @@ var lineDisabled = (0, styled_components_1.css)(templateObject_11 || (templateOb
201
260
  ? theme.ui_cpnt_button_line_border_darktheme_disabled
202
261
  : theme.ui_cpnt_button_line_border_disabled;
203
262
  });
204
- var line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"], ["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n ", "\n"])), function (_a) {
263
+ var line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n ", "\n\n ", ";\n\n ", "\n"])), function (_a) {
205
264
  var theme = _a.theme;
206
265
  return theme.ui_cpnt_button_line_base_default;
207
266
  }, function (_a) {
@@ -209,7 +268,18 @@ var line = (0, styled_components_1.css)(templateObject_12 || (templateObject_12
209
268
  return !isSubmitting && theme.ui_cpnt_button_line_base_pressed;
210
269
  }, transitionStyle_1.ButtonTransition, function (_a) {
211
270
  var colorTheme = _a.colorTheme;
212
- return colorTheme && { none: none, line1: line1, line2: line2, line3: line3 }[colorTheme];
271
+ if (colorTheme === 'none') {
272
+ return none;
273
+ }
274
+ if (colorTheme === 'line1') {
275
+ return line1;
276
+ }
277
+ if (colorTheme === 'line2') {
278
+ return line2;
279
+ }
280
+ if (colorTheme === 'line3') {
281
+ return line3;
282
+ }
213
283
  }, function (_a) {
214
284
  var disabled = _a.disabled;
215
285
  return disabled && lineDisabled;
@@ -218,31 +288,55 @@ var primaryDisabled = (0, styled_components_1.css)(templateObject_13 || (templat
218
288
  var theme = _a.theme;
219
289
  return theme.ui_cpnt_button_fill_base_disabled;
220
290
  });
221
- var primary = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), function (_a) {
291
+ var primary1 = (0, styled_components_1.css)(templateObject_14 || (templateObject_14 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
292
+ var theme = _a.theme;
293
+ return theme.ui_cpnt_button_primary_variation_base_enabled;
294
+ });
295
+ var primary = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), function (_a) {
222
296
  var theme = _a.theme;
223
297
  return theme.ui_cpnt_button_fill_base_primary;
224
298
  }, transitionStyle_1.ButtonTransition, function (_a) {
225
299
  var theme = _a.theme, isSubmitting = _a.isSubmitting;
226
300
  return !isSubmitting && theme.ui_cpnt_button_fill_on_base_pressed;
301
+ }, function (_a) {
302
+ var colorTheme = _a.colorTheme;
303
+ return colorTheme === 'primary1' && primary1;
227
304
  }, function (_a) {
228
305
  var disabled = _a.disabled;
229
306
  return disabled && primaryDisabled;
230
307
  });
231
- var secondaryDisabled = (0, styled_components_1.css)(templateObject_15 || (templateObject_15 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
308
+ var secondary1Disabled = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
309
+ var theme = _a.theme;
310
+ return theme.ui_cpnt_button_secondary_variation_base_default;
311
+ });
312
+ var secondaryDisabled = (0, styled_components_1.css)(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n background-color: ", ";\n\n ", "\n"], ["\n background-color: ", ";\n\n ", "\n"])), function (_a) {
232
313
  var theme = _a.theme;
233
314
  return theme.ui_cpnt_button_line_base_hover;
315
+ }, function (_a) {
316
+ var colorTheme = _a.colorTheme;
317
+ return colorTheme === 'secondary1' && secondary1Disabled;
234
318
  });
235
- var secondary = (0, styled_components_1.css)(templateObject_16 || (templateObject_16 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n"])), function (_a) {
319
+ var secondary1 = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"], ["\n background-color: ", ";\n\n &:active:not([disabled]) {\n background-color: ", ";\n }\n\n &::before {\n content: '';\n display: none;\n }\n\n ", "\n"])), function (_a) {
320
+ var theme = _a.theme;
321
+ return theme.ui_cpnt_button_secondary_variation_base_default;
322
+ }, function (_a) {
323
+ var theme = _a.theme;
324
+ return theme.ui_cpnt_button_secondary_variation_base_pressed;
325
+ }, transitionStyle_1.ButtonTransition);
326
+ var secondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"], ["\n background-color: ", ";\n border: none;\n position: relative;\n\n &::before {\n content: '';\n border-radius: inherit;\n position: absolute;\n background-color: transparent;\n height: 100%;\n width: 100%;\n padding: 0;\n ", "\n }\n\n &:active:not([disabled])::before {\n background-color: ", ";\n }\n\n ", "\n ", "\n"])), function (_a) {
236
327
  var theme = _a.theme;
237
328
  return theme.ui_cpnt_button_line_base_hover;
238
329
  }, transitionStyle_1.ButtonTransition, function (_a) {
239
330
  var theme = _a.theme, isSubmitting = _a.isSubmitting;
240
- return !isSubmitting && theme.ui_transition_test_main_button_secondary_active;
331
+ return !isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed;
332
+ }, function (_a) {
333
+ var colorTheme = _a.colorTheme;
334
+ return colorTheme === 'secondary1' && secondary1;
241
335
  }, function (_a) {
242
336
  var disabled = _a.disabled;
243
337
  return disabled && secondaryDisabled;
244
338
  });
245
- var S_UploadMainButton = styled_components_1.default.label(templateObject_17 || (templateObject_17 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"])), function (_a) {
339
+ var S_UploadMainButton = styled_components_1.default.label(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"], ["\n align-items: center;\n background-color: transparent;\n border: 1px solid transparent;\n box-sizing: border-box;\n display: inline-flex;\n justify-content: center;\n\n & > div {\n font-weight: ", ";\n }\n\n ", "\n ", "\n ", "\n ", ";\n"])), function (_a) {
246
340
  var theme = _a.theme, fontWeight = _a.fontWeight;
247
341
  return fontWeight &&
248
342
  {
@@ -262,6 +356,6 @@ var S_UploadMainButton = styled_components_1.default.label(templateObject_17 ||
262
356
  var responsiveMode = _a.responsiveMode;
263
357
  return responsiveMode === 'use' && 'width: 100%';
264
358
  });
265
- var S_LoadingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle);
359
+ var S_LoadingUploadMainButton = (0, styled_components_1.default)(S_UploadMainButton)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), styles_1.skeletonLoadingStyle);
266
360
  exports.default = UploadMainButton;
267
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18;
361
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21;
@@ -5,11 +5,6 @@ export declare const textStyles: {
5
5
  readonly small: "caption1Bold";
6
6
  readonly xsmall: "caption1Regular";
7
7
  };
8
- export declare const textThemeColorLines: {
9
- readonly line1: "ui_cpnt_button_text_error";
10
- readonly line2: "ui_cpnt_button_text_primary";
11
- readonly line3: "ui_cpnt_button_text_darktheme_enabled";
12
- };
13
8
  export declare const iconFillTypeColors: {
14
9
  readonly fill: "ui_cpnt_button_icon_on_primary";
15
10
  readonly line: "ui_cpnt_button_icon_enabled";
@@ -18,8 +13,3 @@ export declare const iconStyleThemeColors: {
18
13
  readonly primary: "ui_cpnt_button_icon_on_primary";
19
14
  readonly secondary: "ui_cpnt_button_icon_primary";
20
15
  };
21
- export declare const iconColorThemeLineColors: {
22
- readonly line1: "ui_cpnt_button_icon_error";
23
- readonly line2: "ui_cpnt_button_icon_primary";
24
- readonly line3: "ui_cpnt_button_icon_darktheme_enabled";
25
- };