pds-dev-kit-web 1.9.0-beta.0 → 1.9.0-beta.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 (235) hide show
  1. package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
  3. package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
  4. package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
  5. package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
  7. package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
  9. package/dist/src/common/assets/icons/fill/index.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/index.js +8 -0
  11. package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
  12. package/dist/src/common/assets/icons/line/Confetti.js +36 -0
  13. package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
  14. package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
  15. package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
  16. package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
  17. package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
  18. package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
  19. package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
  20. package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
  21. package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
  22. package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
  23. package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
  24. package/dist/src/common/assets/icons/line/Mail.js +36 -0
  25. package/dist/src/common/assets/icons/line/News.d.ts +4 -0
  26. package/dist/src/common/assets/icons/line/News.js +36 -0
  27. package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
  28. package/dist/src/common/assets/icons/line/Rocket.js +36 -0
  29. package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
  30. package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
  31. package/dist/src/common/assets/icons/line/index.d.ts +10 -0
  32. package/dist/src/common/assets/icons/line/index.js +20 -0
  33. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
  34. package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
  35. package/dist/src/common/styles/colorSet/UIColor.json +6 -1
  36. package/dist/src/common/styles/colorSet/index.d.ts +523 -516
  37. package/dist/src/common/styles/colorSet/index.js +4 -4
  38. package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
  39. package/dist/src/common/styles/index.d.ts +4 -0
  40. package/dist/src/common/styles/theme.d.ts +4 -0
  41. package/dist/src/common/styles/theme.js +4 -0
  42. package/dist/src/common/types/styled-components.d.ts +4 -0
  43. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  44. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
  45. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  46. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
  47. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +5 -3
  48. package/dist/src/desktop/components/TextLabel/TextLabel.js +56 -42
  49. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  50. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +28 -28
  51. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +3 -1
  52. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +11 -7
  53. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -1
  54. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +12 -8
  55. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
  56. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
  57. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
  58. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
  59. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +3 -1
  60. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +11 -7
  61. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
  62. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
  63. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
  64. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
  65. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
  66. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
  67. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
  68. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
  69. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
  70. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
  71. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
  72. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
  73. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +4 -1
  74. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +4 -4
  75. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +4 -1
  76. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +2 -2
  77. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  78. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
  79. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
  80. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
  81. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
  82. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
  83. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
  84. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
  85. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
  86. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
  87. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
  88. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
  89. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
  90. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
  91. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
  92. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
  93. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
  94. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +31 -8
  95. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
  96. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
  97. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
  98. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
  99. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
  100. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +31 -8
  101. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
  102. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +32 -9
  103. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
  104. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +41 -14
  105. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
  106. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +41 -14
  107. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
  108. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
  109. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
  110. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  111. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  112. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
  113. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
  114. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
  115. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
  116. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
  117. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
  118. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
  119. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
  120. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
  121. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
  122. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
  123. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
  124. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
  125. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
  126. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
  127. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
  128. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
  129. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
  130. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
  131. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
  132. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
  133. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
  134. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
  135. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
  136. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
  137. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
  138. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
  139. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
  140. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
  141. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
  142. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
  143. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
  144. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
  145. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
  146. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
  147. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
  148. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
  149. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
  150. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
  151. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
  152. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
  153. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
  154. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  155. package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
  156. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  157. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
  158. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  159. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
  160. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +5 -3
  161. package/dist/src/mobile/components/TextLabel/TextLabel.js +52 -38
  162. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  163. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  164. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
  165. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
  166. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
  167. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
  168. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
  169. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
  170. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
  171. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
  172. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
  173. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
  174. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
  175. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  176. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  177. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  178. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
  179. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
  180. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
  181. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
  182. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
  183. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  184. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  185. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  186. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
  187. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
  188. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
  189. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
  190. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
  191. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
  192. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
  193. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
  194. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
  195. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
  196. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
  197. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
  198. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  199. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
  200. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
  201. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
  202. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
  203. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
  204. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
  205. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
  206. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
  207. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
  208. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
  209. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
  210. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
  211. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
  212. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
  213. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
  214. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
  215. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
  216. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
  217. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  218. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.73af3e66.iframe.bundle.d.ts} +0 -0
  219. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.73af3e66.iframe.bundle.js} +4 -4
  220. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.d7ecdbf4.iframe.bundle.d.ts} +0 -0
  221. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.d7ecdbf4.iframe.bundle.js} +68 -68
  222. package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.dc1e4c72.iframe.bundle.d.ts} +0 -0
  223. package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.dc1e4c72.iframe.bundle.js} +10 -10
  224. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.e668ed7b.iframe.bundle.d.ts} +0 -0
  225. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.e668ed7b.iframe.bundle.js} +5 -5
  226. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.9af8f518.iframe.bundle.d.ts} +0 -0
  227. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.9af8f518.iframe.bundle.js} +1 -1
  228. package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.43b6f244.iframe.bundle.d.ts} +552 -535
  229. package/dist/storybook-static/{main.997ab4f6.iframe.bundle.js → main.43b6f244.iframe.bundle.js} +754 -485
  230. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.1b62987c.iframe.bundle.d.ts} +0 -0
  231. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.1b62987c.iframe.bundle.js} +1 -1
  232. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.4e754259.iframe.bundle.d.ts} +0 -0
  233. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.4e754259.iframe.bundle.js} +18 -18
  234. package/package.json +1 -1
  235. package/release-note.md +24 -11
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
7
  var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
- var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
- var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
10
8
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
9
+ var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
10
+ var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
11
11
  var colorSet = {
12
12
  SemanticColor: SemanticColor_json_1.default,
13
- PaletteColor_light: PaletteColor_light_json_1.default,
13
+ UIColor: UIColor_json_1.default,
14
14
  PaletteColor_Dark: PaletteColor_Dark_json_1.default,
15
- UIColor: UIColor_json_1.default
15
+ PaletteColor_light: PaletteColor_light_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -690,4 +690,9 @@ export interface UITheme {
690
690
  ui_72: string;
691
691
  ui_73: string;
692
692
  ui_cpnt_sidebar_listitem_base_hover: string;
693
+ ui_avatar_border_brandprimary: string;
694
+ ui_avatar_border: string;
695
+ ui_editor_rightside_title_tabbar_base: string;
696
+ ui_editor_preview_base: string;
697
+ ui_editor_preview_divice_area_border: string;
693
698
  }
@@ -5,6 +5,7 @@ export declare const theme: {
5
5
  };
6
6
  desktopFontSize: {
7
7
  displayHeading: string;
8
+ wizardPageTitle: string;
8
9
  heading: string;
9
10
  leadParagraph: string;
10
11
  subtitle: string;
@@ -18,6 +19,7 @@ export declare const theme: {
18
19
  };
19
20
  desktopLineHeight: {
20
21
  displayHeading: string;
22
+ wizardPageTitle: string;
21
23
  heading: string;
22
24
  leadParagraph: string;
23
25
  subtitle: string;
@@ -44,6 +46,7 @@ export declare const theme: {
44
46
  };
45
47
  mobileFontSize: {
46
48
  displayHeading: string;
49
+ wizardPageTitle: string;
47
50
  heading: string;
48
51
  leadParagraph: string;
49
52
  subtitle: string;
@@ -57,6 +60,7 @@ export declare const theme: {
57
60
  };
58
61
  mobileLineHeight: {
59
62
  displayHeading: string;
63
+ wizardPageTitle: string;
60
64
  heading: string;
61
65
  leadParagraph: string;
62
66
  subtitle: string;
@@ -5,6 +5,7 @@ export declare const fontWeight: {
5
5
  };
6
6
  export declare const desktopFontSize: {
7
7
  displayHeading: string;
8
+ wizardPageTitle: string;
8
9
  heading: string;
9
10
  leadParagraph: string;
10
11
  subtitle: string;
@@ -18,6 +19,7 @@ export declare const desktopFontSize: {
18
19
  };
19
20
  export declare const desktopLineHeight: {
20
21
  displayHeading: string;
22
+ wizardPageTitle: string;
21
23
  heading: string;
22
24
  leadParagraph: string;
23
25
  subtitle: string;
@@ -44,6 +46,7 @@ export declare const desktopEditorLineHeight: {
44
46
  };
45
47
  export declare const mobileFontSize: {
46
48
  displayHeading: string;
49
+ wizardPageTitle: string;
47
50
  heading: string;
48
51
  leadParagraph: string;
49
52
  subtitle: string;
@@ -57,6 +60,7 @@ export declare const mobileFontSize: {
57
60
  };
58
61
  export declare const mobileLineHeight: {
59
62
  displayHeading: string;
63
+ wizardPageTitle: string;
60
64
  heading: string;
61
65
  leadParagraph: string;
62
66
  subtitle: string;
@@ -19,6 +19,7 @@ exports.fontWeight = {
19
19
  };
20
20
  exports.desktopFontSize = {
21
21
  displayHeading: '40px',
22
+ wizardPageTitle: '40px',
22
23
  heading: '24px',
23
24
  leadParagraph: '20px',
24
25
  subtitle: '18px',
@@ -32,6 +33,7 @@ exports.desktopFontSize = {
32
33
  };
33
34
  exports.desktopLineHeight = {
34
35
  displayHeading: '1.5',
36
+ wizardPageTitle: '1.2',
35
37
  heading: '1.5',
36
38
  leadParagraph: '1.5',
37
39
  subtitle: '1.5',
@@ -58,6 +60,7 @@ exports.desktopEditorLineHeight = {
58
60
  };
59
61
  exports.mobileFontSize = {
60
62
  displayHeading: '32px',
63
+ wizardPageTitle: '40px',
61
64
  heading: '24px',
62
65
  leadParagraph: '20px',
63
66
  subtitle: '18px',
@@ -71,6 +74,7 @@ exports.mobileFontSize = {
71
74
  };
72
75
  exports.mobileLineHeight = {
73
76
  displayHeading: '1.5',
77
+ wizardPageTitle: '1.2',
74
78
  heading: '1.5',
75
79
  leadParagraph: '1.5',
76
80
  subtitle: '1.5',
@@ -6,6 +6,7 @@ export interface PdsDevKitTheme {
6
6
  };
7
7
  desktopFontSize: {
8
8
  displayHeading: '40px';
9
+ wizardPageTitle: '40px';
9
10
  heading: '24px';
10
11
  leadParagraph: '20px';
11
12
  subtitle: '18px';
@@ -19,6 +20,7 @@ export interface PdsDevKitTheme {
19
20
  };
20
21
  desktopLineHeight: {
21
22
  displayHeading: '1.5';
23
+ wizardPageTitle: '1.2';
22
24
  heading: '1.5';
23
25
  leadParagraph: '1.5';
24
26
  subtitle: '1.5';
@@ -45,6 +47,7 @@ export interface PdsDevKitTheme {
45
47
  };
46
48
  mobileFontSize: {
47
49
  displayHeading: '32px';
50
+ wizardPageTitle: '40px';
48
51
  heading: '24px';
49
52
  leadParagraph: '20px';
50
53
  subtitle: '18px';
@@ -58,6 +61,7 @@ export interface PdsDevKitTheme {
58
61
  };
59
62
  mobileLineHeight: {
60
63
  displayHeading: '1.5';
64
+ wizardPageTitle: '1.2';
61
65
  heading: '1.5';
62
66
  leadParagraph: '1.5';
63
67
  subtitle: '1.5';
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { PDSTextType } from '../../../common';
3
3
  declare type BasicFormGroupProps = {
4
- titleStyleTheme?: 'headingBold' | 'subTitleBold';
4
+ titleStyleTheme?: 'headingBold' | 'leadParaBold' | 'subTitleBold';
5
5
  titleText?: PDSTextType;
6
6
  descText?: PDSTextType;
7
7
  captionText?: PDSTextType;
@@ -11,7 +11,7 @@ function BasicFormGroup(_a) {
11
11
  return (react_1.default.createElement("div", { "x-pds-name": "BasicFormGroup", "x-pds-element-type": "component", "x-pds-device-type": "desktop" },
12
12
  titleText && (react_1.default.createElement(react_1.default.Fragment, null,
13
13
  react_1.default.createElement(TextLabel_1.TextLabel, { text: titleText, styleTheme: titleStyleTheme, colorTheme: "sysTextPrimary" }),
14
- react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }))),
14
+ react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_b" }))),
15
15
  descText && (react_1.default.createElement(react_1.default.Fragment, null,
16
16
  react_1.default.createElement(TextLabel_1.TextLabel, { text: descText, styleTheme: "caption1Regular", colorTheme: "sysTextSecondary" }),
17
17
  react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }))),
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { PDSTextType } from '../../../common';
3
3
  declare type BodyTextGroupProps = {
4
+ titleStyleTheme?: 'headingBold' | 'leadParaBold' | 'subTitleBold';
4
5
  titleText: PDSTextType;
5
6
  descText?: PDSTextType;
6
7
  contentText?: PDSTextType;
@@ -9,5 +10,5 @@ declare type BodyTextGroupProps = {
9
10
  contentTextWordBreak?: 'normal' | 'break_all' | 'keep_all' | 'break_word';
10
11
  contentFontWeight?: 'regular' | 'bold';
11
12
  };
12
- declare function BodyTextGroup({ titleText, descText, contentText, titleTextWordBreak, descTextWordBreak, contentTextWordBreak, contentFontWeight }: BodyTextGroupProps): JSX.Element;
13
+ declare function BodyTextGroup({ titleStyleTheme, titleText, descText, contentText, titleTextWordBreak, descTextWordBreak, contentTextWordBreak, contentFontWeight }: BodyTextGroupProps): JSX.Element;
13
14
  export default BodyTextGroup;
@@ -7,11 +7,11 @@ var react_1 = __importDefault(require("react"));
7
7
  var hybrid_1 = require("../../../hybrid");
8
8
  var TextLabel_1 = require("../TextLabel");
9
9
  function BodyTextGroup(_a) {
10
- var titleText = _a.titleText, descText = _a.descText, contentText = _a.contentText, _b = _a.titleTextWordBreak, titleTextWordBreak = _b === void 0 ? 'keep_all' : _b, _c = _a.descTextWordBreak, descTextWordBreak = _c === void 0 ? 'keep_all' : _c, _d = _a.contentTextWordBreak, contentTextWordBreak = _d === void 0 ? 'keep_all' : _d, _e = _a.contentFontWeight, contentFontWeight = _e === void 0 ? 'regular' : _e;
10
+ var _b = _a.titleStyleTheme, titleStyleTheme = _b === void 0 ? 'subTitleBold' : _b, titleText = _a.titleText, descText = _a.descText, contentText = _a.contentText, _c = _a.titleTextWordBreak, titleTextWordBreak = _c === void 0 ? 'keep_all' : _c, _d = _a.descTextWordBreak, descTextWordBreak = _d === void 0 ? 'keep_all' : _d, _e = _a.contentTextWordBreak, contentTextWordBreak = _e === void 0 ? 'keep_all' : _e, _f = _a.contentFontWeight, contentFontWeight = _f === void 0 ? 'regular' : _f;
11
11
  return (react_1.default.createElement("div", { "x-pds-name": "BodyTextGroup", "x-pds-element-type": "component", "x-pds-device-type": "desktop" },
12
- react_1.default.createElement(TextLabel_1.TextLabel, { text: titleText, wordBreak: titleTextWordBreak, styleTheme: "subTitleBold", colorTheme: "sysTextPrimary" }),
12
+ react_1.default.createElement(TextLabel_1.TextLabel, { text: titleText, wordBreak: titleTextWordBreak, styleTheme: titleStyleTheme, colorTheme: "sysTextPrimary" }),
13
13
  descText && (react_1.default.createElement("div", null,
14
- react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
14
+ react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_b" }),
15
15
  react_1.default.createElement(TextLabel_1.TextLabel, { text: descText, wordBreak: descTextWordBreak, styleTheme: "caption1Regular", colorTheme: "sysTextSecondary" }))),
16
16
  contentText && (react_1.default.createElement("div", null,
17
17
  react_1.default.createElement(hybrid_1.Spacing, { size: "spacing_d" }),
@@ -5,7 +5,7 @@ export declare type TextLabelProps = {
5
5
  tooltipText?: PDSTextType;
6
6
  tooltipPosition?: 'left_top' | 'left_bottom' | 'right_top' | 'right_bottom';
7
7
  textAlign?: 'left' | 'center' | 'right';
8
- styleTheme?: 'displayBold' | 'headingBold' | 'leadParaBold' | 'leadParaRegular' | 'subTitleBold' | 'subTitleRegular' | 'body1Bold' | 'body1Regular' | 'body2Bold' | 'body2Regular' | 'caption1Bold' | 'caption1Regular' | 'caption2Bold' | 'caption2Regular' | 'form1Regular' | 'form2Regular' | 'blog1Regular';
8
+ styleTheme?: 'displayBold' | 'wizardPageTitleBold' | 'headingBold' | 'leadParaBold' | 'leadParaRegular' | 'subTitleBold' | 'subTitleRegular' | 'body1Bold' | 'body1Regular' | 'body2Bold' | 'body2Regular' | 'caption1Bold' | 'caption1Regular' | 'caption2Bold' | 'caption2Regular' | 'form1Regular' | 'form2Regular' | 'blog1Regular';
9
9
  colorOverride?: UiColors;
10
10
  colorTheme?: 'sysTextPrimary' | 'sysTextSecondary' | 'sysTextTertiary' | 'sysTextWhite' | 'sysTextError' | 'sysTextWarning' | 'sysTextBrandPrimary' | 'sysTextBrandSeconVariant' | 'usrTextBrandPrimary' | 'usrTextBrandSeconVariant' | 'usrTextBrandOnPrimary';
11
11
  singleLineMode?: 'none' | 'use';
@@ -18,11 +18,12 @@ export declare type TextLabelProps = {
18
18
  requirementMode?: 'none' | 'use';
19
19
  bulletPointMode?: 'none' | 'use';
20
20
  wordBreak?: 'normal' | 'break_all' | 'keep_all' | 'break_word';
21
+ letterSpacing?: string;
21
22
  };
22
23
  export declare type TextStyleProps = {
23
24
  textAlign?: 'left' | 'center' | 'right';
24
25
  tooltipPosition?: 'left_top' | 'left_bottom' | 'right_top' | 'right_bottom';
25
- styleTheme?: 'displayBold' | 'headingBold' | 'leadParaBold' | 'leadParaRegular' | 'subTitleBold' | 'subTitleRegular' | 'body1Bold' | 'body1Regular' | 'body2Bold' | 'body2Regular' | 'caption1Bold' | 'caption1Regular' | 'caption2Bold' | 'caption2Regular' | 'form1Regular' | 'form2Regular' | 'blog1Regular';
26
+ styleTheme?: 'displayBold' | 'wizardPageTitleBold' | 'headingBold' | 'leadParaBold' | 'leadParaRegular' | 'subTitleBold' | 'subTitleRegular' | 'body1Bold' | 'body1Regular' | 'body2Bold' | 'body2Regular' | 'caption1Bold' | 'caption1Regular' | 'caption2Bold' | 'caption2Regular' | 'form1Regular' | 'form2Regular' | 'blog1Regular';
26
27
  colorOverride?: UiColors;
27
28
  colorTheme?: 'sysTextPrimary' | 'sysTextSecondary' | 'sysTextTertiary' | 'sysTextWhite' | 'sysTextError' | 'sysTextWarning' | 'sysTextBrandPrimary' | 'sysTextBrandSeconVariant' | 'usrTextBrandPrimary' | 'usrTextBrandSeconVariant' | 'usrTextBrandOnPrimary';
28
29
  singleLineMode?: 'none' | 'use';
@@ -34,6 +35,7 @@ export declare type TextStyleProps = {
34
35
  textDecorationType?: 'none' | 'line_through';
35
36
  bulletPointMode?: 'none' | 'use';
36
37
  wordBreak?: 'normal' | 'break_all' | 'keep_all' | 'break_word';
38
+ $letterSpacing?: string;
37
39
  };
38
- declare function TextLabel({ text, tooltipText, tooltipPosition, textAlign, styleTheme, colorOverride, colorTheme, singleLineMode, ellipsisMode, lineLimit, userSelectMode, customFontSize, customFontWeight, textDecorationType, requirementMode, bulletPointMode, wordBreak }: TextLabelProps): JSX.Element;
40
+ declare function TextLabel({ text, tooltipText, tooltipPosition, textAlign, styleTheme, colorOverride, colorTheme, singleLineMode, ellipsisMode, lineLimit, userSelectMode, customFontSize, customFontWeight, textDecorationType, requirementMode, bulletPointMode, wordBreak, letterSpacing }: TextLabelProps): JSX.Element;
39
41
  export default TextLabel;
@@ -27,12 +27,12 @@ var react_1 = __importStar(require("react"));
27
27
  var styled_components_1 = __importStar(require("styled-components"));
28
28
  var hybrid_1 = require("../../../hybrid");
29
29
  function TextLabel(_a) {
30
- var text = _a.text, tooltipText = _a.tooltipText, _b = _a.tooltipPosition, tooltipPosition = _b === void 0 ? 'right_bottom' : _b, _c = _a.textAlign, textAlign = _c === void 0 ? 'left' : _c, _d = _a.styleTheme, styleTheme = _d === void 0 ? 'body2Bold' : _d, colorOverride = _a.colorOverride, _e = _a.colorTheme, colorTheme = _e === void 0 ? 'sysTextPrimary' : _e, _f = _a.singleLineMode, singleLineMode = _f === void 0 ? 'none' : _f, _g = _a.ellipsisMode, ellipsisMode = _g === void 0 ? 'none' : _g, lineLimit = _a.lineLimit, _h = _a.userSelectMode, userSelectMode = _h === void 0 ? 'none' : _h, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _j = _a.textDecorationType, textDecorationType = _j === void 0 ? 'none' : _j, _k = _a.requirementMode, requirementMode = _k === void 0 ? 'none' : _k, _l = _a.bulletPointMode, bulletPointMode = _l === void 0 ? 'none' : _l, _m = _a.wordBreak, wordBreak = _m === void 0 ? 'keep_all' : _m;
30
+ var text = _a.text, tooltipText = _a.tooltipText, _b = _a.tooltipPosition, tooltipPosition = _b === void 0 ? 'right_bottom' : _b, _c = _a.textAlign, textAlign = _c === void 0 ? 'left' : _c, _d = _a.styleTheme, styleTheme = _d === void 0 ? 'body2Bold' : _d, colorOverride = _a.colorOverride, _e = _a.colorTheme, colorTheme = _e === void 0 ? 'sysTextPrimary' : _e, _f = _a.singleLineMode, singleLineMode = _f === void 0 ? 'none' : _f, _g = _a.ellipsisMode, ellipsisMode = _g === void 0 ? 'none' : _g, lineLimit = _a.lineLimit, _h = _a.userSelectMode, userSelectMode = _h === void 0 ? 'none' : _h, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _j = _a.textDecorationType, textDecorationType = _j === void 0 ? 'none' : _j, _k = _a.requirementMode, requirementMode = _k === void 0 ? 'none' : _k, _l = _a.bulletPointMode, bulletPointMode = _l === void 0 ? 'none' : _l, _m = _a.wordBreak, wordBreak = _m === void 0 ? 'keep_all' : _m, letterSpacing = _a.letterSpacing;
31
31
  var _o = (0, react_1.useState)(false), isTooltipOpen = _o[0], setIsTooltipOpen = _o[1];
32
32
  var handleTooltipToggle = function (value) {
33
33
  setIsTooltipOpen(value);
34
34
  };
35
- return (react_1.default.createElement(S_TextLabel, { "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "desktop", 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 },
35
+ return (react_1.default.createElement(S_TextLabel, { "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "desktop", 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 },
36
36
  text,
37
37
  requirementMode === 'use' && (react_1.default.createElement(S_AfterTextBox, { styleTheme: styleTheme },
38
38
  react_1.default.createElement(S_IconWrapper, null,
@@ -62,7 +62,17 @@ var headingBold = (0, styled_components_1.css)(templateObject_2 || (templateObje
62
62
  var theme = _a.theme;
63
63
  return theme.fontWeight.bold;
64
64
  });
65
- 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) {
65
+ var wizardPageTitleBold = (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) {
66
+ var theme = _a.theme;
67
+ return theme.desktopFontSize.wizardPageTitle;
68
+ }, function (_a) {
69
+ var theme = _a.theme;
70
+ return theme.desktopLineHeight.wizardPageTitle;
71
+ }, function (_a) {
72
+ var theme = _a.theme;
73
+ return theme.fontWeight.bold;
74
+ });
75
+ 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) {
66
76
  var theme = _a.theme;
67
77
  return theme.desktopFontSize.leadParagraph;
68
78
  }, function (_a) {
@@ -72,7 +82,7 @@ var leadParaBold = (0, styled_components_1.css)(templateObject_3 || (templateObj
72
82
  var theme = _a.theme;
73
83
  return theme.fontWeight.bold;
74
84
  });
75
- 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) {
85
+ 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) {
76
86
  var theme = _a.theme;
77
87
  return theme.desktopFontSize.leadParagraph;
78
88
  }, function (_a) {
@@ -82,7 +92,7 @@ var leadParaRegular = (0, styled_components_1.css)(templateObject_4 || (template
82
92
  var theme = _a.theme;
83
93
  return theme.fontWeight.normal;
84
94
  });
85
- 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) {
95
+ 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) {
86
96
  var theme = _a.theme;
87
97
  return theme.desktopFontSize.subtitle;
88
98
  }, function (_a) {
@@ -92,7 +102,7 @@ var subTitleBold = (0, styled_components_1.css)(templateObject_5 || (templateObj
92
102
  var theme = _a.theme;
93
103
  return theme.fontWeight.bold;
94
104
  });
95
- 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) {
105
+ 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) {
96
106
  var theme = _a.theme;
97
107
  return theme.desktopFontSize.subtitle;
98
108
  }, function (_a) {
@@ -102,7 +112,7 @@ var subTitleRegular = (0, styled_components_1.css)(templateObject_6 || (template
102
112
  var theme = _a.theme;
103
113
  return theme.fontWeight.normal;
104
114
  });
105
- 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) {
115
+ 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) {
106
116
  var theme = _a.theme;
107
117
  return theme.desktopFontSize.body1;
108
118
  }, function (_a) {
@@ -112,7 +122,7 @@ var body1Bold = (0, styled_components_1.css)(templateObject_7 || (templateObject
112
122
  var theme = _a.theme;
113
123
  return theme.fontWeight.bold;
114
124
  });
115
- 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) {
125
+ 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) {
116
126
  var theme = _a.theme;
117
127
  return theme.desktopFontSize.body1;
118
128
  }, function (_a) {
@@ -122,7 +132,7 @@ var body1Regular = (0, styled_components_1.css)(templateObject_8 || (templateObj
122
132
  var theme = _a.theme;
123
133
  return theme.fontWeight.normal;
124
134
  });
125
- 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) {
135
+ 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) {
126
136
  var theme = _a.theme;
127
137
  return theme.desktopFontSize.body2;
128
138
  }, function (_a) {
@@ -132,7 +142,7 @@ var body2Bold = (0, styled_components_1.css)(templateObject_9 || (templateObject
132
142
  var theme = _a.theme;
133
143
  return theme.fontWeight.bold;
134
144
  });
135
- 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) {
145
+ 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) {
136
146
  var theme = _a.theme;
137
147
  return theme.desktopFontSize.body2;
138
148
  }, function (_a) {
@@ -142,7 +152,7 @@ var body2Regular = (0, styled_components_1.css)(templateObject_10 || (templateOb
142
152
  var theme = _a.theme;
143
153
  return theme.fontWeight.normal;
144
154
  });
145
- 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) {
155
+ 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) {
146
156
  var theme = _a.theme;
147
157
  return theme.desktopFontSize.caption1;
148
158
  }, function (_a) {
@@ -152,7 +162,7 @@ var caption1Bold = (0, styled_components_1.css)(templateObject_11 || (templateOb
152
162
  var theme = _a.theme;
153
163
  return theme.fontWeight.bold;
154
164
  });
155
- 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) {
165
+ 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) {
156
166
  var theme = _a.theme;
157
167
  return theme.desktopFontSize.caption1;
158
168
  }, function (_a) {
@@ -162,7 +172,7 @@ var caption1Regular = (0, styled_components_1.css)(templateObject_12 || (templat
162
172
  var theme = _a.theme;
163
173
  return theme.fontWeight.normal;
164
174
  });
165
- 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) {
175
+ 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) {
166
176
  var theme = _a.theme;
167
177
  return theme.desktopFontSize.caption2;
168
178
  }, function (_a) {
@@ -172,7 +182,7 @@ var caption2Bold = (0, styled_components_1.css)(templateObject_13 || (templateOb
172
182
  var theme = _a.theme;
173
183
  return theme.fontWeight.bold;
174
184
  });
175
- 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) {
185
+ 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) {
176
186
  var theme = _a.theme;
177
187
  return theme.desktopFontSize.caption2;
178
188
  }, function (_a) {
@@ -182,7 +192,7 @@ var caption2Regular = (0, styled_components_1.css)(templateObject_14 || (templat
182
192
  var theme = _a.theme;
183
193
  return theme.fontWeight.normal;
184
194
  });
185
- 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) {
195
+ 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) {
186
196
  var theme = _a.theme;
187
197
  return theme.desktopFontSize.form1;
188
198
  }, function (_a) {
@@ -192,7 +202,7 @@ var form1Regular = (0, styled_components_1.css)(templateObject_15 || (templateOb
192
202
  var theme = _a.theme;
193
203
  return theme.fontWeight.normal;
194
204
  });
195
- 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) {
205
+ 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) {
196
206
  var theme = _a.theme;
197
207
  return theme.desktopFontSize.form2;
198
208
  }, function (_a) {
@@ -202,7 +212,7 @@ var form2Regular = (0, styled_components_1.css)(templateObject_16 || (templateOb
202
212
  var theme = _a.theme;
203
213
  return theme.fontWeight.normal;
204
214
  });
205
- 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) {
215
+ 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) {
206
216
  var theme = _a.theme;
207
217
  return theme.desktopFontSize.blog1;
208
218
  }, function (_a) {
@@ -212,72 +222,72 @@ var blog1Regular = (0, styled_components_1.css)(templateObject_17 || (templateOb
212
222
  var theme = _a.theme;
213
223
  return theme.fontWeight.normal;
214
224
  });
215
- var sysTextPrimary = (0, styled_components_1.css)(templateObject_18 || (templateObject_18 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
225
+ var sysTextPrimary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
216
226
  var theme = _a.theme;
217
227
  return theme.ui_cpnt_textlabel_sys_primary;
218
228
  });
219
- var sysTextSecondary = (0, styled_components_1.css)(templateObject_19 || (templateObject_19 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
229
+ var sysTextSecondary = (0, styled_components_1.css)(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
220
230
  var theme = _a.theme;
221
231
  return theme.ui_cpnt_textlabel_sys_secondary;
222
232
  });
223
- var sysTextTertiary = (0, styled_components_1.css)(templateObject_20 || (templateObject_20 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
233
+ var sysTextTertiary = (0, styled_components_1.css)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
224
234
  var theme = _a.theme;
225
235
  return theme.ui_cpnt_textlabel_sys_tertiary;
226
236
  });
227
- var sysTextWhite = (0, styled_components_1.css)(templateObject_21 || (templateObject_21 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
237
+ var sysTextWhite = (0, styled_components_1.css)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
228
238
  var theme = _a.theme;
229
239
  return theme.ui_cpnt_textlabel_sys_white;
230
240
  });
231
- var sysTextError = (0, styled_components_1.css)(templateObject_22 || (templateObject_22 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
241
+ var sysTextError = (0, styled_components_1.css)(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
232
242
  var theme = _a.theme;
233
243
  return theme.ui_cpnt_textlabel_sys_error;
234
244
  });
235
- var sysTextWarning = (0, styled_components_1.css)(templateObject_23 || (templateObject_23 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
245
+ var sysTextWarning = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
236
246
  var theme = _a.theme;
237
247
  return theme.ui_cpnt_textlabel_sys_warning;
238
248
  });
239
- var sysTextBrandPrimary = (0, styled_components_1.css)(templateObject_24 || (templateObject_24 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
249
+ var sysTextBrandPrimary = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
240
250
  var theme = _a.theme;
241
251
  return theme.ui_cpnt_textlabel_sys_brandprimary;
242
252
  });
243
- var sysTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_25 || (templateObject_25 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
253
+ var sysTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
244
254
  var theme = _a.theme;
245
255
  return theme.ui_cpnt_textlabel_sys_brandseconvariant;
246
256
  });
247
- var usrTextBrandPrimary = (0, styled_components_1.css)(templateObject_26 || (templateObject_26 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
257
+ var usrTextBrandPrimary = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
248
258
  var theme = _a.theme;
249
259
  return theme.ui_cpnt_textlabel_usr_brandprimary;
250
260
  });
251
- var usrTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_27 || (templateObject_27 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
261
+ var usrTextBrandSeconVariant = (0, styled_components_1.css)(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
252
262
  var theme = _a.theme;
253
263
  return theme.ui_cpnt_textlabel_usr_brandseconvariant;
254
264
  });
255
- var usrTextBrandOnPrimary = (0, styled_components_1.css)(templateObject_28 || (templateObject_28 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
265
+ var usrTextBrandOnPrimary = (0, styled_components_1.css)(templateObject_29 || (templateObject_29 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
256
266
  var theme = _a.theme;
257
267
  return theme.ui_cpnt_textlabel_usr_brandonprimary;
258
268
  });
259
- 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) {
269
+ var customFontStyle = (0, styled_components_1.css)(templateObject_30 || (templateObject_30 = __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) {
260
270
  var customFontSize = _a.customFontSize;
261
271
  return customFontSize;
262
272
  }, function (_a) {
263
273
  var theme = _a.theme, customFontWeight = _a.customFontWeight;
264
274
  return customFontWeight === 'bold' ? theme.fontWeight.bold : theme.fontWeight.normal;
265
275
  });
266
- var colorOverrideStyle = (0, styled_components_1.css)(templateObject_30 || (templateObject_30 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
276
+ var colorOverrideStyle = (0, styled_components_1.css)(templateObject_31 || (templateObject_31 = __makeTemplateObject(["\n color: ", ";\n"], ["\n color: ", ";\n"])), function (_a) {
267
277
  var colorOverride = _a.colorOverride, theme = _a.theme;
268
278
  return colorOverride && theme[colorOverride];
269
279
  });
270
- 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) {
280
+ var ellipsisStyle = (0, styled_components_1.css)(templateObject_32 || (templateObject_32 = __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) {
271
281
  var lineLimit = _a.lineLimit;
272
282
  return lineLimit;
273
283
  });
274
- 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"])));
275
- 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"])));
276
- var tooltipLeftTop = (0, styled_components_1.css)(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n right: 0;\n bottom: 20px;\n"], ["\n right: 0;\n bottom: 20px;\n"])));
277
- var tooltipLeftBottom = (0, styled_components_1.css)(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n right: 0;\n top: 20px;\n"], ["\n right: 0;\n top: 20px;\n"])));
278
- var tooltipRightTop = (0, styled_components_1.css)(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n left: 0;\n bottom: 20px;\n"], ["\n left: 0;\n bottom: 20px;\n"])));
279
- var tooltipRightBottom = (0, styled_components_1.css)(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n left: 0;\n top: 20px;\n"], ["\n left: 0;\n top: 20px;\n"])));
280
- var S_TextLabel = styled_components_1.default.div(templateObject_38 || (templateObject_38 = __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) {
284
+ var userSelectModeStyle = (0, styled_components_1.css)(templateObject_33 || (templateObject_33 = __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"])));
285
+ var bulletPointModeStyle = (0, styled_components_1.css)(templateObject_34 || (templateObject_34 = __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"])));
286
+ var tooltipLeftTop = (0, styled_components_1.css)(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n right: 0;\n bottom: 20px;\n"], ["\n right: 0;\n bottom: 20px;\n"])));
287
+ var tooltipLeftBottom = (0, styled_components_1.css)(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n right: 0;\n top: 20px;\n"], ["\n right: 0;\n top: 20px;\n"])));
288
+ var tooltipRightTop = (0, styled_components_1.css)(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n left: 0;\n bottom: 20px;\n"], ["\n left: 0;\n bottom: 20px;\n"])));
289
+ var tooltipRightBottom = (0, styled_components_1.css)(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n left: 0;\n top: 20px;\n"], ["\n left: 0;\n top: 20px;\n"])));
290
+ var S_TextLabel = styled_components_1.default.div(templateObject_39 || (templateObject_39 = __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) {
281
291
  var textAlign = _a.textAlign;
282
292
  return textAlign;
283
293
  }, function (_a) {
@@ -289,11 +299,15 @@ var S_TextLabel = styled_components_1.default.div(templateObject_38 || (template
289
299
  keep_all: 'keep-all',
290
300
  break_word: 'break-word'
291
301
  }[wordBreak];
302
+ }, function (_a) {
303
+ var $letterSpacing = _a.$letterSpacing;
304
+ return "letter-spacing: " + $letterSpacing;
292
305
  }, function (_a) {
293
306
  var styleTheme = _a.styleTheme;
294
307
  return styleTheme &&
295
308
  {
296
309
  displayBold: displayBold,
310
+ wizardPageTitleBold: wizardPageTitleBold,
297
311
  headingBold: headingBold,
298
312
  leadParaBold: leadParaBold,
299
313
  leadParaRegular: leadParaRegular,
@@ -355,7 +369,7 @@ var S_TextLabel = styled_components_1.default.div(templateObject_38 || (template
355
369
  var bulletPointMode = _a.bulletPointMode;
356
370
  return bulletPointMode === 'use' && bulletPointModeStyle;
357
371
  });
358
- var S_AfterTextBox = styled_components_1.default.div(templateObject_39 || (templateObject_39 = __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) {
372
+ var S_AfterTextBox = styled_components_1.default.div(templateObject_40 || (templateObject_40 = __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) {
359
373
  var theme = _a.theme;
360
374
  return theme.spacing.spacingA;
361
375
  }, function (_a) {
@@ -371,8 +385,8 @@ var S_AfterTextBox = styled_components_1.default.div(templateObject_39 || (templ
371
385
  return 'vertical-align: middle';
372
386
  }
373
387
  });
374
- var S_IconWrapper = styled_components_1.default.div(templateObject_40 || (templateObject_40 = __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"])));
375
- var S_TooltipWrapper = styled_components_1.default.div(templateObject_41 || (templateObject_41 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n max-width: 320px;\n overflow-wrap: break-word;\n padding: ", ";\n position: absolute;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n max-width: 320px;\n overflow-wrap: break-word;\n padding: ", ";\n position: absolute;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n"])), function (_a) {
388
+ var S_IconWrapper = styled_components_1.default.div(templateObject_41 || (templateObject_41 = __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"])));
389
+ var S_TooltipWrapper = styled_components_1.default.div(templateObject_42 || (templateObject_42 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n max-width: 320px;\n overflow-wrap: break-word;\n padding: ", ";\n position: absolute;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n max-width: 320px;\n overflow-wrap: break-word;\n padding: ", ";\n position: absolute;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n"])), function (_a) {
376
390
  var theme = _a.theme;
377
391
  return theme.ui_cpnt_contextmenu_base;
378
392
  }, function (_a) {
@@ -410,4 +424,4 @@ var S_TooltipWrapper = styled_components_1.default.div(templateObject_41 || (tem
410
424
  }[tooltipPosition];
411
425
  });
412
426
  exports.default = TextLabel;
413
- 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, templateObject_39, templateObject_40, templateObject_41;
427
+ 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, templateObject_39, templateObject_40, templateObject_41, templateObject_42;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ import { UiColors } from '../../../../../common';
2
3
  export declare type ContentsContainerProps = {
3
4
  content1?: JSX.Element;
4
5
  content2?: JSX.Element;
@@ -7,6 +8,8 @@ export declare type ContentsContainerProps = {
7
8
  areaColor?: string;
8
9
  isLoadingContainer1?: boolean;
9
10
  isLoadingContainer2?: boolean;
11
+ overrideContainer1ColorKey?: UiColors;
12
+ overrideContainer2ColorKey?: UiColors;
10
13
  };
11
- declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: ContentsContainerProps) => JSX.Element;
14
+ declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey }: ContentsContainerProps) => JSX.Element;
12
15
  export default ContentsContainer;