pds-dev-kit-web 1.9.0-beta.1 → 1.9.0-beta.10

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 (315) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +16 -0
  3. package/dist/src/GlobalStyle.js +4 -1
  4. package/dist/src/common/assets/icons/fill/ArrowDown.js +1 -1
  5. package/dist/src/common/assets/icons/fill/ArrowUp.js +1 -1
  6. package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
  7. package/dist/src/common/assets/icons/line/CsBold.js +34 -0
  8. package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
  9. package/dist/src/common/assets/icons/line/CsFace.js +34 -0
  10. package/dist/src/common/assets/icons/line/index.d.ts +2 -0
  11. package/dist/src/common/assets/icons/line/index.js +4 -0
  12. package/dist/src/common/services/i18n/resources/en.json +4852 -1257
  13. package/dist/src/common/services/i18n/resources/es.json +6105 -2510
  14. package/dist/src/common/services/i18n/resources/index.d.ts +28084 -16
  15. package/dist/src/common/services/i18n/resources/index.js +5 -1
  16. package/dist/src/common/services/i18n/resources/jp.json +6114 -2519
  17. package/dist/src/common/services/i18n/resources/ko.json +3816 -221
  18. package/dist/src/common/services/i18n/resources/zh-tw.json +6844 -0
  19. package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
  20. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +12 -3
  21. package/dist/src/common/styles/colorSet/PaletteColor_light.json +11 -2
  22. package/dist/src/common/styles/colorSet/SemanticColor.json +5 -1
  23. package/dist/src/common/styles/colorSet/UIColor.json +22 -3
  24. package/dist/src/common/styles/colorSet/index.d.ts +133 -92
  25. package/dist/src/common/styles/colorSet/index.js +2 -2
  26. package/dist/src/common/styles/colorSet/ui-type.d.ts +19 -0
  27. package/dist/src/common/styles/movement/animationStyle.d.ts +8 -0
  28. package/dist/src/common/styles/movement/animationStyle.js +18 -0
  29. package/dist/src/common/styles/movement/keyframes.d.ts +16 -0
  30. package/dist/src/common/styles/movement/keyframes.js +25 -0
  31. package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
  32. package/dist/src/common/styles/movement/transitionStyle.js +12 -0
  33. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
  34. package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
  35. package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
  36. package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
  37. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
  38. package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
  39. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  40. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +20 -15
  41. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  42. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
  43. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  44. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
  45. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  46. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
  47. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  48. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  49. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +5 -4
  50. package/dist/src/desktop/components/Dropdown/Dropdown.js +34 -3
  51. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +15 -4
  52. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +5 -4
  53. package/dist/src/desktop/components/IconButton/IconButton.js +7 -6
  54. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +4 -3
  55. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  56. package/dist/src/desktop/components/MainButton/MainButton.js +129 -41
  57. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +5 -1
  58. package/dist/src/desktop/components/Select/Select.js +29 -2
  59. package/dist/src/desktop/components/TextButton/TextButton.js +3 -2
  60. package/dist/src/desktop/components/TextField/TextField.js +35 -4
  61. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +5 -3
  62. package/dist/src/desktop/components/TextLabel/TextLabel.js +31 -23
  63. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +7 -6
  64. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  65. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +141 -49
  66. package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
  67. package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
  68. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +3 -2
  69. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  70. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +28 -28
  71. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +3 -1
  72. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +11 -10
  73. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -1
  74. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +9 -8
  75. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
  76. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
  77. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
  78. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
  79. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +3 -1
  80. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +18 -17
  81. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
  82. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
  83. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
  84. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
  85. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
  86. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
  87. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
  88. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
  89. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
  90. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
  91. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
  92. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
  93. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +4 -1
  94. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +14 -36
  95. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +4 -1
  96. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +2 -2
  97. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  98. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
  99. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
  100. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
  101. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
  102. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
  103. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
  104. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
  105. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
  106. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
  107. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
  108. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
  109. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
  110. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
  111. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  112. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -20
  113. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
  114. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
  115. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +3 -1
  116. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +12 -8
  117. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
  118. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
  119. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
  120. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
  121. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
  122. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
  123. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
  124. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
  125. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
  126. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
  127. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
  128. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
  129. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +4 -1
  130. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  131. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  132. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
  133. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
  134. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
  135. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
  136. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
  137. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
  138. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
  139. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
  140. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
  141. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
  142. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
  143. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
  144. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
  145. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
  146. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
  147. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
  148. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
  149. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
  150. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
  151. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
  152. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
  153. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
  154. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
  155. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
  156. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
  157. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
  158. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
  159. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
  160. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
  161. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
  162. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
  163. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
  164. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
  165. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
  166. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
  167. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
  168. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
  169. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
  170. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
  171. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
  172. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
  173. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
  174. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  175. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
  176. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +32 -18
  177. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +12 -14
  178. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  179. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
  180. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  181. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
  182. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  183. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
  184. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  185. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  186. package/dist/src/mobile/components/Dropdown/Dropdown.js +21 -3
  187. package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +4 -3
  188. package/dist/src/mobile/components/IconButton/IconButton.js +6 -5
  189. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +3 -2
  190. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  191. package/dist/src/mobile/components/MainButton/MainButton.js +122 -37
  192. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +5 -4
  193. package/dist/src/mobile/components/Select/Select.js +18 -2
  194. package/dist/src/mobile/components/TextButton/TextButton.js +2 -1
  195. package/dist/src/mobile/components/TextField/TextField.js +22 -4
  196. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +5 -3
  197. package/dist/src/mobile/components/TextLabel/TextLabel.js +26 -18
  198. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -5
  199. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  200. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +134 -42
  201. package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
  202. package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
  203. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +3 -2
  204. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  205. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  206. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
  207. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
  208. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
  209. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
  210. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
  211. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
  212. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
  213. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
  214. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
  215. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
  216. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
  217. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  218. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  219. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  220. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
  221. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
  222. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
  223. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
  224. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
  225. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  226. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  227. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  228. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
  229. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
  230. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
  231. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
  232. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
  233. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
  234. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
  235. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
  236. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
  237. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
  238. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
  239. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
  240. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  241. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
  242. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
  243. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
  244. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
  245. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
  246. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
  247. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
  248. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
  249. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
  250. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
  251. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
  252. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
  253. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
  254. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
  255. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
  256. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
  257. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
  258. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
  259. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  260. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +5 -4
  261. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  262. package/dist/src/sub/DynamicLayout/DynamicLayout.js +7 -32
  263. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
  264. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
  265. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
  266. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
  267. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
  268. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +116 -0
  269. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
  270. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
  271. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
  272. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
  273. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
  274. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
  275. package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
  276. package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
  277. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
  278. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
  279. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
  280. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
  281. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.d.ts +1 -0
  282. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
  283. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
  284. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
  285. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  286. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  287. package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  288. package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  289. package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  290. package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  291. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  292. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  293. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  294. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js +1 -1
  295. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js +1 -1
  296. package/dist/src/sub/DynamicLayout/types.d.ts +4 -1
  297. package/dist/storybook-static/{0.a1562720.iframe.bundle.d.ts → 0.f85c225d.iframe.bundle.d.ts} +0 -0
  298. package/dist/storybook-static/{0.a1562720.iframe.bundle.js → 0.f85c225d.iframe.bundle.js} +8 -8
  299. package/dist/storybook-static/{4.f6aa0ddb.iframe.bundle.d.ts → 4.32dc09b1.iframe.bundle.d.ts} +0 -0
  300. package/dist/storybook-static/{4.f6aa0ddb.iframe.bundle.js → 4.32dc09b1.iframe.bundle.js} +71 -71
  301. package/dist/storybook-static/{5.45d40fc4.iframe.bundle.d.ts → 5.f8adf19a.iframe.bundle.d.ts} +0 -0
  302. package/dist/storybook-static/{5.45d40fc4.iframe.bundle.js → 5.f8adf19a.iframe.bundle.js} +13 -13
  303. package/dist/storybook-static/{6.c25f6d33.iframe.bundle.d.ts → 6.bbd5c6b7.iframe.bundle.d.ts} +0 -0
  304. package/dist/storybook-static/{6.c25f6d33.iframe.bundle.js → 6.bbd5c6b7.iframe.bundle.js} +6 -6
  305. package/dist/storybook-static/{7.1fe04b11.iframe.bundle.d.ts → 7.b309bb58.iframe.bundle.d.ts} +0 -0
  306. package/dist/storybook-static/{7.1fe04b11.iframe.bundle.js → 7.b309bb58.iframe.bundle.js} +3 -3
  307. package/dist/storybook-static/{main.ef70f048.iframe.bundle.d.ts → main.7b01b842.iframe.bundle.d.ts} +1102 -1207
  308. package/dist/storybook-static/main.7b01b842.iframe.bundle.js +17079 -0
  309. package/dist/storybook-static/{runtime~main.549d38be.iframe.bundle.d.ts → runtime~main.fb11004c.iframe.bundle.d.ts} +0 -0
  310. package/dist/storybook-static/{runtime~main.549d38be.iframe.bundle.js → runtime~main.fb11004c.iframe.bundle.js} +1 -1
  311. package/dist/storybook-static/{vendors~main.1bc2d8cb.iframe.bundle.d.ts → vendors~main.bf41a3c3.iframe.bundle.d.ts} +0 -0
  312. package/dist/storybook-static/{vendors~main.1bc2d8cb.iframe.bundle.js → vendors~main.bf41a3c3.iframe.bundle.js} +830 -830
  313. package/package.json +1 -1
  314. package/release-note.md +6 -7
  315. package/dist/storybook-static/main.ef70f048.iframe.bundle.js +0 -16466
@@ -2,7 +2,7 @@ export = webpackContext;
2
2
  export = webpackContext;
3
3
  declare function webpackContext(req: any): any;
4
4
  declare namespace webpackContext {
5
- export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, Section, sectionContext, dynamicLayoutContext, IconButton, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, IntroSection as default, D_MainButton, D_TextLabel, D_TextButton, D_IconButton, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_ImageSlide, D_LottieReactionButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextField, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, ContextMenu, MainButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, ToggleTone, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, PageMenu, TabMenu, LeftSubMenu, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, textThemeColorLines, iconFillTypeColors, iconStyleThemeColors, iconColorThemeLineColors, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, SellerTail, Seller, SubscriberTail, Subscriber, MyTail, My, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, ContentsCarouselSection, YouTubeIframe, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, ContentsSection, FooterSection, InfoBoxSection, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile, IntroSection, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD };
5
+ export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, AdminListItemTransition, InputTransition, ButtonTransition, Section, sectionContext, dynamicLayoutContext, IconButton, scrollbarStyle, scrollbarWithPaddingStyle, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, ContextMenu, MainButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, useLazyUnmount, ContentsSection, FooterSection, InfoBoxSection, IntroSection, ToggleTone, StepContainer, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, WFL, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu, Step, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, fadeIn, fadeOut, glow, scaleUp, scaleDown, scaleUpIncludeTranslate, scaleDownIncludeTranslate, gelatine, scaleBounceIn, scaleBounceIn02, scaleBounceOut, scaleBounceOut02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, iconFillTypeColors, iconStyleThemeColors, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, OtherAvatarImpact, OtherAvatar, OtherAvatarSub, Other, OtherSub, Me, MeSub, GreyColorChildrenTextLabel, BrandPrimaryColorChildrenTextLabel, TranslucentWhiteColorChildrenTextLabel, TranslucentBlackColorChildrenTextLabel, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WFL_1, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSB_2, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, Sample, EditModeSectionMatcher, YouTubeIframe, useUnmountStyle, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile };
6
6
  }
7
7
  declare function keys(): string[];
8
8
  declare function webpackContextResolve(req: any): any;
@@ -19,10 +19,15 @@ declare var CircularProgress: any;
19
19
  declare var Form: any;
20
20
  declare var ThreeBarProgress: any;
21
21
  declare var TextLabel: any;
22
+ declare var AdminListItemTransition: any;
23
+ declare var InputTransition: any;
24
+ declare var ButtonTransition: any;
22
25
  declare var Section: any;
23
26
  declare var sectionContext: any;
24
27
  declare var dynamicLayoutContext: any;
25
28
  declare var IconButton: any;
29
+ declare var scrollbarStyle: any;
30
+ declare var scrollbarWithPaddingStyle: any;
26
31
  declare var Item: any;
27
32
  declare function withFormProvider(storyFn: any): any;
28
33
  declare namespace withFormProvider {
@@ -40,178 +45,6 @@ declare var NavLink: any;
40
45
  declare var Navs: any;
41
46
  declare var ContextTextLabelNav: any;
42
47
  declare var TextLabelNav: any;
43
- declare function IntroSection(_a: any): any;
44
- declare namespace IntroSection {
45
- const displayName_2: string;
46
- export { displayName_2 as displayName };
47
- export namespace __docgenInfo_1 {
48
- const description_1: string;
49
- export { description_1 as description };
50
- const displayName_3: string;
51
- export { displayName_3 as displayName };
52
- export namespace props_1 {
53
- namespace id {
54
- export const defaultValue: null;
55
- const description_2: string;
56
- export { description_2 as description };
57
- export const name: string;
58
- export const required: boolean;
59
- export namespace type {
60
- const name_1: string;
61
- export { name_1 as name };
62
- }
63
- }
64
- namespace display {
65
- const defaultValue_1: null;
66
- export { defaultValue_1 as defaultValue };
67
- const description_3: string;
68
- export { description_3 as description };
69
- const name_2: string;
70
- export { name_2 as name };
71
- const required_1: boolean;
72
- export { required_1 as required };
73
- export namespace type_1 {
74
- const name_3: string;
75
- export { name_3 as name };
76
- }
77
- export { type_1 as type };
78
- }
79
- namespace order {
80
- const defaultValue_2: null;
81
- export { defaultValue_2 as defaultValue };
82
- const description_4: string;
83
- export { description_4 as description };
84
- const name_4: string;
85
- export { name_4 as name };
86
- const required_2: boolean;
87
- export { required_2 as required };
88
- export namespace type_2 {
89
- const name_5: string;
90
- export { name_5 as name };
91
- }
92
- export { type_2 as type };
93
- }
94
- namespace manifest {
95
- const defaultValue_3: null;
96
- export { defaultValue_3 as defaultValue };
97
- const description_5: string;
98
- export { description_5 as description };
99
- const name_6: string;
100
- export { name_6 as name };
101
- const required_3: boolean;
102
- export { required_3 as required };
103
- export namespace type_3 {
104
- const name_7: string;
105
- export { name_7 as name };
106
- }
107
- export { type_3 as type };
108
- }
109
- namespace template {
110
- const defaultValue_4: null;
111
- export { defaultValue_4 as defaultValue };
112
- const description_6: string;
113
- export { description_6 as description };
114
- const name_8: string;
115
- export { name_8 as name };
116
- const required_4: boolean;
117
- export { required_4 as required };
118
- export namespace type_4 {
119
- const name_9: string;
120
- export { name_9 as name };
121
- export const value: {
122
- value: string;
123
- }[];
124
- }
125
- export { type_4 as type };
126
- }
127
- namespace properties {
128
- const defaultValue_5: null;
129
- export { defaultValue_5 as defaultValue };
130
- const description_7: string;
131
- export { description_7 as description };
132
- const name_10: string;
133
- export { name_10 as name };
134
- const required_5: boolean;
135
- export { required_5 as required };
136
- export namespace type_5 {
137
- const name_11: string;
138
- export { name_11 as name };
139
- }
140
- export { type_5 as type };
141
- }
142
- namespace styles {
143
- const defaultValue_6: null;
144
- export { defaultValue_6 as defaultValue };
145
- const description_8: string;
146
- export { description_8 as description };
147
- const name_12: string;
148
- export { name_12 as name };
149
- const required_6: boolean;
150
- export { required_6 as required };
151
- export namespace type_6 {
152
- const name_13: string;
153
- export { name_13 as name };
154
- }
155
- export { type_6 as type };
156
- }
157
- namespace dynamicLayoutSectionItems {
158
- const defaultValue_7: null;
159
- export { defaultValue_7 as defaultValue };
160
- const description_9: string;
161
- export { description_9 as description };
162
- const name_14: string;
163
- export { name_14 as name };
164
- const required_7: boolean;
165
- export { required_7 as required };
166
- export namespace type_7 {
167
- const name_15: string;
168
- export { name_15 as name };
169
- }
170
- export { type_7 as type };
171
- }
172
- namespace insertedAt {
173
- const defaultValue_8: null;
174
- export { defaultValue_8 as defaultValue };
175
- const description_10: string;
176
- export { description_10 as description };
177
- const name_16: string;
178
- export { name_16 as name };
179
- const required_8: boolean;
180
- export { required_8 as required };
181
- export namespace type_8 {
182
- const name_17: string;
183
- export { name_17 as name };
184
- }
185
- export { type_8 as type };
186
- }
187
- namespace updatedAt {
188
- const defaultValue_9: null;
189
- export { defaultValue_9 as defaultValue };
190
- const description_11: string;
191
- export { description_11 as description };
192
- const name_18: string;
193
- export { name_18 as name };
194
- const required_9: boolean;
195
- export { required_9 as required };
196
- export namespace type_9 {
197
- const name_19: string;
198
- export { name_19 as name };
199
- }
200
- export { type_9 as type };
201
- }
202
- }
203
- export { props_1 as props };
204
- }
205
- export { __docgenInfo_1 as __docgenInfo };
206
- }
207
- declare var D_MainButton: any;
208
- declare var D_TextLabel: any;
209
- declare var D_TextButton: any;
210
- declare var D_IconButton: any;
211
- declare var M_MainButton: any;
212
- declare var M_TextLabel: any;
213
- declare var M_TextButton: any;
214
- declare var M_IconButton: any;
215
48
  declare var LayoutWF: any;
216
49
  declare var WFContainersBox: any;
217
50
  declare var LayoutWH: any;
@@ -250,14 +83,18 @@ declare var D_FilterBar: any;
250
83
  declare var D_FloatingActionButton: any;
251
84
  declare var D_Hero: any;
252
85
  declare var D_HorizontalFormGroup: any;
86
+ declare var D_IconButton: any;
253
87
  declare var D_ImageSlide: any;
254
88
  declare var D_LottieReactionButton: any;
89
+ declare var D_MainButton: any;
255
90
  declare var D_PageTitleTextGroup: any;
256
91
  declare var D_Radio: any;
257
92
  declare var D_ReactionButton: any;
258
93
  declare var D_Select: any;
259
94
  declare var D_StatusBlock: any;
95
+ declare var D_TextButton: any;
260
96
  declare var D_TextField: any;
97
+ declare var D_TextLabel: any;
261
98
  declare var D_UploadIconButton: any;
262
99
  declare var D_UploadMainButton: any;
263
100
  declare var D_UploadTextButton: any;
@@ -269,6 +106,36 @@ declare var D_ContentSheet: any;
269
106
  declare var D_DesktopBasicModal: any;
270
107
  declare var D_DesktopHeadlessModal: any;
271
108
  declare var D_SectionSheet: any;
109
+ declare function OverlayBorders(_a: any): any;
110
+ declare namespace OverlayBorders {
111
+ const displayName_2: string;
112
+ export { displayName_2 as displayName };
113
+ export namespace __docgenInfo_1 {
114
+ const description_1: string;
115
+ export { description_1 as description };
116
+ const displayName_3: string;
117
+ export { displayName_3 as displayName };
118
+ export namespace props_1 {
119
+ namespace zIndex {
120
+ export const defaultValue: null;
121
+ const description_2: string;
122
+ export { description_2 as description };
123
+ export const name: string;
124
+ export const required: boolean;
125
+ export namespace type {
126
+ const name_1: string;
127
+ export { name_1 as name };
128
+ }
129
+ }
130
+ }
131
+ export { props_1 as props };
132
+ }
133
+ export { __docgenInfo_1 as __docgenInfo };
134
+ }
135
+ declare var M_MainButton: any;
136
+ declare var M_TextLabel: any;
137
+ declare var M_TextButton: any;
138
+ declare var M_IconButton: any;
272
139
  declare var ContextMenu: any;
273
140
  declare var MainButton: any;
274
141
  declare var fontWeight: any;
@@ -327,26 +194,28 @@ declare var UploadTextButton: any;
327
194
  declare var UserDesktopNavBar: any;
328
195
  declare var UserDesktopSideTab: any;
329
196
  declare var UserDesktopTabBar: any;
197
+ declare var dialogOnAni: any;
198
+ declare var dialogOffAni: any;
199
+ declare var dialogOverlayOnAni: any;
200
+ declare var dialogOverlayOffAni: any;
201
+ declare var modalOnAni: any;
202
+ declare var modalOffAni: any;
203
+ declare var modalOverlayOnAni: any;
204
+ declare var modalOverlayOffAni: any;
330
205
  declare var BasePathContext: any;
331
206
  declare namespace samplePageIntroSection {
332
- const display_1: boolean;
333
- export { display_1 as display };
334
- const dynamicLayoutSectionItems_1: never[];
335
- export { dynamicLayoutSectionItems_1 as dynamicLayoutSectionItems };
336
- const id_1: number;
337
- export { id_1 as id };
338
- const insertedAt_1: string;
339
- export { insertedAt_1 as insertedAt };
340
- export namespace manifest_1 {
207
+ const display: boolean;
208
+ const dynamicLayoutSectionItems: never[];
209
+ const id: number;
210
+ const insertedAt: string;
211
+ namespace manifest {
341
212
  const availableProperties: string[];
342
213
  const availableStyles: string[];
343
214
  const availableTemplates: string[];
344
215
  const schema: string;
345
216
  }
346
- export { manifest_1 as manifest };
347
- const order_1: number;
348
- export { order_1 as order };
349
- export namespace properties_1 {
217
+ const order: number;
218
+ namespace properties {
350
219
  export const buttonAlphaLabel: string;
351
220
  export const buttonAlphaLinkSrc: string;
352
221
  export const buttonAlphaLinkType: string;
@@ -365,15 +234,14 @@ declare namespace samplePageIntroSection {
365
234
  export const carouselAutoplayMode: string;
366
235
  export const carouselAutoplayTime: number;
367
236
  export const carouselInfiniteLoopMode: string;
368
- const description_12: string;
369
- export { description_12 as description };
237
+ const description_3: string;
238
+ export { description_3 as description };
370
239
  export const itemLinkMethod: string;
371
240
  export const sectionContentMediaSrc: string;
372
241
  export const sectionContentMediaType: string;
373
242
  export const title: string;
374
243
  }
375
- export { properties_1 as properties };
376
- export namespace styles_1 {
244
+ namespace styles {
377
245
  const backgroundColorInHex: string;
378
246
  const backgroundMediaSrc: string;
379
247
  const backgroundMediaType: string;
@@ -401,16 +269,13 @@ declare namespace samplePageIntroSection {
401
269
  const itemTitleColorInHex: string;
402
270
  const titleColorInHex: string;
403
271
  }
404
- export { styles_1 as styles };
405
- const template_1: string;
406
- export { template_1 as template };
407
- const updatedAt_1: string;
408
- export { updatedAt_1 as updatedAt };
272
+ const template: string;
273
+ const updatedAt: string;
409
274
  }
410
275
  declare namespace samplePageContentsCarouselSection {
411
- const display_2: boolean;
412
- export { display_2 as display };
413
- const dynamicLayoutSectionItems_2: {
276
+ const display_1: boolean;
277
+ export { display_1 as display };
278
+ const dynamicLayoutSectionItems_1: {
414
279
  display: boolean;
415
280
  id: number;
416
281
  insertedAt: string;
@@ -432,12 +297,12 @@ declare namespace samplePageContentsCarouselSection {
432
297
  };
433
298
  updatedAt: string;
434
299
  }[];
435
- export { dynamicLayoutSectionItems_2 as dynamicLayoutSectionItems };
436
- const id_2: number;
437
- export { id_2 as id };
438
- const insertedAt_2: string;
439
- export { insertedAt_2 as insertedAt };
440
- export namespace manifest_2 {
300
+ export { dynamicLayoutSectionItems_1 as dynamicLayoutSectionItems };
301
+ const id_1: number;
302
+ export { id_1 as id };
303
+ const insertedAt_1: string;
304
+ export { insertedAt_1 as insertedAt };
305
+ export namespace manifest_1 {
441
306
  const availableProperties_1: string[];
442
307
  export { availableProperties_1 as availableProperties };
443
308
  const availableStyles_1: string[];
@@ -447,10 +312,10 @@ declare namespace samplePageContentsCarouselSection {
447
312
  const schema_1: string;
448
313
  export { schema_1 as schema };
449
314
  }
450
- export { manifest_2 as manifest };
451
- const order_2: number;
452
- export { order_2 as order };
453
- export namespace properties_2 {
315
+ export { manifest_1 as manifest };
316
+ const order_1: number;
317
+ export { order_1 as order };
318
+ export namespace properties_1 {
454
319
  const buttonAlphaLabel_1: string;
455
320
  export { buttonAlphaLabel_1 as buttonAlphaLabel };
456
321
  const buttonAlphaLinkSrc_1: string;
@@ -487,8 +352,8 @@ declare namespace samplePageContentsCarouselSection {
487
352
  export { carouselAutoplayTime_1 as carouselAutoplayTime };
488
353
  const carouselInfiniteLoopMode_1: string;
489
354
  export { carouselInfiniteLoopMode_1 as carouselInfiniteLoopMode };
490
- const description_13: string;
491
- export { description_13 as description };
355
+ const description_4: string;
356
+ export { description_4 as description };
492
357
  const itemLinkMethod_1: string;
493
358
  export { itemLinkMethod_1 as itemLinkMethod };
494
359
  const sectionContentMediaSrc_1: string;
@@ -498,8 +363,8 @@ declare namespace samplePageContentsCarouselSection {
498
363
  const title_1: string;
499
364
  export { title_1 as title };
500
365
  }
501
- export { properties_2 as properties };
502
- export namespace styles_2 {
366
+ export { properties_1 as properties };
367
+ export namespace styles_1 {
503
368
  const backgroundColorInHex_1: string;
504
369
  export { backgroundColorInHex_1 as backgroundColorInHex };
505
370
  const backgroundMediaSrc_1: string;
@@ -553,22 +418,22 @@ declare namespace samplePageContentsCarouselSection {
553
418
  const titleColorInHex_1: string;
554
419
  export { titleColorInHex_1 as titleColorInHex };
555
420
  }
556
- export { styles_2 as styles };
557
- const template_2: string;
558
- export { template_2 as template };
559
- const updatedAt_2: string;
560
- export { updatedAt_2 as updatedAt };
421
+ export { styles_1 as styles };
422
+ const template_1: string;
423
+ export { template_1 as template };
424
+ const updatedAt_1: string;
425
+ export { updatedAt_1 as updatedAt };
561
426
  }
562
427
  declare namespace samplePageIntroSection2 {
563
- const display_3: boolean;
564
- export { display_3 as display };
565
- const dynamicLayoutSectionItems_3: never[];
566
- export { dynamicLayoutSectionItems_3 as dynamicLayoutSectionItems };
567
- const id_3: number;
568
- export { id_3 as id };
569
- const insertedAt_3: string;
570
- export { insertedAt_3 as insertedAt };
571
- export namespace manifest_3 {
428
+ const display_2: boolean;
429
+ export { display_2 as display };
430
+ const dynamicLayoutSectionItems_2: never[];
431
+ export { dynamicLayoutSectionItems_2 as dynamicLayoutSectionItems };
432
+ const id_2: number;
433
+ export { id_2 as id };
434
+ const insertedAt_2: string;
435
+ export { insertedAt_2 as insertedAt };
436
+ export namespace manifest_2 {
572
437
  const availableProperties_2: string[];
573
438
  export { availableProperties_2 as availableProperties };
574
439
  const availableStyles_2: string[];
@@ -578,10 +443,10 @@ declare namespace samplePageIntroSection2 {
578
443
  const schema_2: string;
579
444
  export { schema_2 as schema };
580
445
  }
581
- export { manifest_3 as manifest };
582
- const order_3: number;
583
- export { order_3 as order };
584
- export namespace properties_3 {
446
+ export { manifest_2 as manifest };
447
+ const order_2: number;
448
+ export { order_2 as order };
449
+ export namespace properties_2 {
585
450
  const buttonAlphaLabel_2: string;
586
451
  export { buttonAlphaLabel_2 as buttonAlphaLabel };
587
452
  const buttonAlphaLinkSrc_2: string;
@@ -618,8 +483,8 @@ declare namespace samplePageIntroSection2 {
618
483
  export { carouselAutoplayTime_2 as carouselAutoplayTime };
619
484
  const carouselInfiniteLoopMode_2: string;
620
485
  export { carouselInfiniteLoopMode_2 as carouselInfiniteLoopMode };
621
- const description_14: string;
622
- export { description_14 as description };
486
+ const description_5: string;
487
+ export { description_5 as description };
623
488
  const itemLinkMethod_2: string;
624
489
  export { itemLinkMethod_2 as itemLinkMethod };
625
490
  const sectionContentMediaSrc_2: string;
@@ -629,8 +494,8 @@ declare namespace samplePageIntroSection2 {
629
494
  const title_2: string;
630
495
  export { title_2 as title };
631
496
  }
632
- export { properties_3 as properties };
633
- export namespace styles_3 {
497
+ export { properties_2 as properties };
498
+ export namespace styles_2 {
634
499
  const backgroundColorInHex_2: string;
635
500
  export { backgroundColorInHex_2 as backgroundColorInHex };
636
501
  const backgroundMediaSrc_2: string;
@@ -684,22 +549,22 @@ declare namespace samplePageIntroSection2 {
684
549
  const titleColorInHex_2: string;
685
550
  export { titleColorInHex_2 as titleColorInHex };
686
551
  }
687
- export { styles_3 as styles };
688
- const template_3: string;
689
- export { template_3 as template };
690
- const updatedAt_3: string;
691
- export { updatedAt_3 as updatedAt };
552
+ export { styles_2 as styles };
553
+ const template_2: string;
554
+ export { template_2 as template };
555
+ const updatedAt_2: string;
556
+ export { updatedAt_2 as updatedAt };
692
557
  }
693
558
  declare namespace samplePageContentsSection {
694
- const display_4: boolean;
695
- export { display_4 as display };
696
- const dynamicLayoutSectionItems_4: never[];
697
- export { dynamicLayoutSectionItems_4 as dynamicLayoutSectionItems };
698
- const id_4: number;
699
- export { id_4 as id };
700
- const insertedAt_4: string;
701
- export { insertedAt_4 as insertedAt };
702
- export namespace manifest_4 {
559
+ const display_3: boolean;
560
+ export { display_3 as display };
561
+ const dynamicLayoutSectionItems_3: never[];
562
+ export { dynamicLayoutSectionItems_3 as dynamicLayoutSectionItems };
563
+ const id_3: number;
564
+ export { id_3 as id };
565
+ const insertedAt_3: string;
566
+ export { insertedAt_3 as insertedAt };
567
+ export namespace manifest_3 {
703
568
  const availableProperties_3: string[];
704
569
  export { availableProperties_3 as availableProperties };
705
570
  const availableStyles_3: string[];
@@ -709,10 +574,10 @@ declare namespace samplePageContentsSection {
709
574
  const schema_3: string;
710
575
  export { schema_3 as schema };
711
576
  }
712
- export { manifest_4 as manifest };
713
- const order_4: number;
714
- export { order_4 as order };
715
- export namespace properties_4 {
577
+ export { manifest_3 as manifest };
578
+ const order_3: number;
579
+ export { order_3 as order };
580
+ export namespace properties_3 {
716
581
  const buttonAlphaLabel_3: string;
717
582
  export { buttonAlphaLabel_3 as buttonAlphaLabel };
718
583
  const buttonAlphaLinkSrc_3: string;
@@ -749,8 +614,8 @@ declare namespace samplePageContentsSection {
749
614
  export { carouselAutoplayTime_3 as carouselAutoplayTime };
750
615
  const carouselInfiniteLoopMode_3: string;
751
616
  export { carouselInfiniteLoopMode_3 as carouselInfiniteLoopMode };
752
- const description_15: string;
753
- export { description_15 as description };
617
+ const description_6: string;
618
+ export { description_6 as description };
754
619
  const itemLinkMethod_3: string;
755
620
  export { itemLinkMethod_3 as itemLinkMethod };
756
621
  const sectionContentMediaSrc_3: string;
@@ -760,9 +625,9 @@ declare namespace samplePageContentsSection {
760
625
  const title_3: string;
761
626
  export { title_3 as title };
762
627
  }
763
- export { properties_4 as properties };
764
- export namespace styles_4 {
765
- const backgroundColorInHex_3: string;
628
+ export { properties_3 as properties };
629
+ export namespace styles_3 {
630
+ const backgroundColorInHex_3: string;
766
631
  export { backgroundColorInHex_3 as backgroundColorInHex };
767
632
  const backgroundMediaSrc_3: string;
768
633
  export { backgroundMediaSrc_3 as backgroundMediaSrc };
@@ -815,16 +680,16 @@ declare namespace samplePageContentsSection {
815
680
  const titleColorInHex_3: string;
816
681
  export { titleColorInHex_3 as titleColorInHex };
817
682
  }
818
- export { styles_4 as styles };
819
- const template_4: string;
820
- export { template_4 as template };
821
- const updatedAt_4: string;
822
- export { updatedAt_4 as updatedAt };
683
+ export { styles_3 as styles };
684
+ const template_3: string;
685
+ export { template_3 as template };
686
+ const updatedAt_3: string;
687
+ export { updatedAt_3 as updatedAt };
823
688
  }
824
689
  declare namespace samplePageInfoBoxSection {
825
- const display_5: boolean;
826
- export { display_5 as display };
827
- const dynamicLayoutSectionItems_5: {
690
+ const display_4: boolean;
691
+ export { display_4 as display };
692
+ const dynamicLayoutSectionItems_4: {
828
693
  display: boolean;
829
694
  id: number;
830
695
  insertedAt: string;
@@ -846,12 +711,12 @@ declare namespace samplePageInfoBoxSection {
846
711
  };
847
712
  updatedAt: string;
848
713
  }[];
849
- export { dynamicLayoutSectionItems_5 as dynamicLayoutSectionItems };
850
- const id_5: number;
851
- export { id_5 as id };
852
- const insertedAt_5: string;
853
- export { insertedAt_5 as insertedAt };
854
- export namespace manifest_5 {
714
+ export { dynamicLayoutSectionItems_4 as dynamicLayoutSectionItems };
715
+ const id_4: number;
716
+ export { id_4 as id };
717
+ const insertedAt_4: string;
718
+ export { insertedAt_4 as insertedAt };
719
+ export namespace manifest_4 {
855
720
  const availableProperties_4: string[];
856
721
  export { availableProperties_4 as availableProperties };
857
722
  const availableStyles_4: string[];
@@ -861,10 +726,10 @@ declare namespace samplePageInfoBoxSection {
861
726
  const schema_4: string;
862
727
  export { schema_4 as schema };
863
728
  }
864
- export { manifest_5 as manifest };
865
- const order_5: number;
866
- export { order_5 as order };
867
- export namespace properties_5 {
729
+ export { manifest_4 as manifest };
730
+ const order_4: number;
731
+ export { order_4 as order };
732
+ export namespace properties_4 {
868
733
  const buttonAlphaLabel_4: string;
869
734
  export { buttonAlphaLabel_4 as buttonAlphaLabel };
870
735
  const buttonAlphaLinkSrc_4: string;
@@ -901,8 +766,8 @@ declare namespace samplePageInfoBoxSection {
901
766
  export { carouselAutoplayTime_4 as carouselAutoplayTime };
902
767
  const carouselInfiniteLoopMode_4: string;
903
768
  export { carouselInfiniteLoopMode_4 as carouselInfiniteLoopMode };
904
- const description_16: string;
905
- export { description_16 as description };
769
+ const description_7: string;
770
+ export { description_7 as description };
906
771
  const itemLinkMethod_4: string;
907
772
  export { itemLinkMethod_4 as itemLinkMethod };
908
773
  const sectionContentMediaSrc_4: string;
@@ -912,8 +777,8 @@ declare namespace samplePageInfoBoxSection {
912
777
  const title_4: string;
913
778
  export { title_4 as title };
914
779
  }
915
- export { properties_5 as properties };
916
- export namespace styles_5 {
780
+ export { properties_4 as properties };
781
+ export namespace styles_4 {
917
782
  const backgroundColorInHex_4: string;
918
783
  export { backgroundColorInHex_4 as backgroundColorInHex };
919
784
  const backgroundMediaSrc_4: string;
@@ -967,22 +832,22 @@ declare namespace samplePageInfoBoxSection {
967
832
  const titleColorInHex_4: string;
968
833
  export { titleColorInHex_4 as titleColorInHex };
969
834
  }
970
- export { styles_5 as styles };
971
- const template_5: string;
972
- export { template_5 as template };
973
- const updatedAt_5: string;
974
- export { updatedAt_5 as updatedAt };
835
+ export { styles_4 as styles };
836
+ const template_4: string;
837
+ export { template_4 as template };
838
+ const updatedAt_4: string;
839
+ export { updatedAt_4 as updatedAt };
975
840
  }
976
841
  declare namespace samplePageIntroSection3 {
977
- const display_6: boolean;
978
- export { display_6 as display };
979
- const dynamicLayoutSectionItems_6: never[];
980
- export { dynamicLayoutSectionItems_6 as dynamicLayoutSectionItems };
981
- const id_6: number;
982
- export { id_6 as id };
983
- const insertedAt_6: string;
984
- export { insertedAt_6 as insertedAt };
985
- export namespace manifest_6 {
842
+ const display_5: boolean;
843
+ export { display_5 as display };
844
+ const dynamicLayoutSectionItems_5: never[];
845
+ export { dynamicLayoutSectionItems_5 as dynamicLayoutSectionItems };
846
+ const id_5: number;
847
+ export { id_5 as id };
848
+ const insertedAt_5: string;
849
+ export { insertedAt_5 as insertedAt };
850
+ export namespace manifest_5 {
986
851
  const availableProperties_5: string[];
987
852
  export { availableProperties_5 as availableProperties };
988
853
  const availableStyles_5: string[];
@@ -992,10 +857,10 @@ declare namespace samplePageIntroSection3 {
992
857
  const schema_5: string;
993
858
  export { schema_5 as schema };
994
859
  }
995
- export { manifest_6 as manifest };
996
- const order_6: number;
997
- export { order_6 as order };
998
- export namespace properties_6 {
860
+ export { manifest_5 as manifest };
861
+ const order_5: number;
862
+ export { order_5 as order };
863
+ export namespace properties_5 {
999
864
  const buttonAlphaLabel_5: string;
1000
865
  export { buttonAlphaLabel_5 as buttonAlphaLabel };
1001
866
  const buttonAlphaLinkSrc_5: string;
@@ -1032,8 +897,8 @@ declare namespace samplePageIntroSection3 {
1032
897
  export { carouselAutoplayTime_5 as carouselAutoplayTime };
1033
898
  const carouselInfiniteLoopMode_5: string;
1034
899
  export { carouselInfiniteLoopMode_5 as carouselInfiniteLoopMode };
1035
- const description_17: string;
1036
- export { description_17 as description };
900
+ const description_8: string;
901
+ export { description_8 as description };
1037
902
  const itemLinkMethod_5: string;
1038
903
  export { itemLinkMethod_5 as itemLinkMethod };
1039
904
  const sectionContentMediaSrc_5: string;
@@ -1043,8 +908,8 @@ declare namespace samplePageIntroSection3 {
1043
908
  const title_5: string;
1044
909
  export { title_5 as title };
1045
910
  }
1046
- export { properties_6 as properties };
1047
- export namespace styles_6 {
911
+ export { properties_5 as properties };
912
+ export namespace styles_5 {
1048
913
  const backgroundColorInHex_5: string;
1049
914
  export { backgroundColorInHex_5 as backgroundColorInHex };
1050
915
  const backgroundMediaSrc_5: string;
@@ -1098,16 +963,16 @@ declare namespace samplePageIntroSection3 {
1098
963
  const titleColorInHex_5: string;
1099
964
  export { titleColorInHex_5 as titleColorInHex };
1100
965
  }
1101
- export { styles_6 as styles };
1102
- const template_6: string;
1103
- export { template_6 as template };
1104
- const updatedAt_6: string;
1105
- export { updatedAt_6 as updatedAt };
966
+ export { styles_5 as styles };
967
+ const template_5: string;
968
+ export { template_5 as template };
969
+ const updatedAt_5: string;
970
+ export { updatedAt_5 as updatedAt };
1106
971
  }
1107
972
  declare namespace samplePageFooterSection {
1108
- const display_7: boolean;
1109
- export { display_7 as display };
1110
- const dynamicLayoutSectionItems_7: {
973
+ const display_6: boolean;
974
+ export { display_6 as display };
975
+ const dynamicLayoutSectionItems_6: {
1111
976
  display: boolean;
1112
977
  id: number;
1113
978
  insertedAt: string;
@@ -1129,12 +994,12 @@ declare namespace samplePageFooterSection {
1129
994
  };
1130
995
  updatedAt: string;
1131
996
  }[];
1132
- export { dynamicLayoutSectionItems_7 as dynamicLayoutSectionItems };
1133
- const id_7: number;
1134
- export { id_7 as id };
1135
- const insertedAt_7: string;
1136
- export { insertedAt_7 as insertedAt };
1137
- export namespace manifest_7 {
997
+ export { dynamicLayoutSectionItems_6 as dynamicLayoutSectionItems };
998
+ const id_6: number;
999
+ export { id_6 as id };
1000
+ const insertedAt_6: string;
1001
+ export { insertedAt_6 as insertedAt };
1002
+ export namespace manifest_6 {
1138
1003
  const availableProperties_6: string[];
1139
1004
  export { availableProperties_6 as availableProperties };
1140
1005
  const availableStyles_6: string[];
@@ -1144,10 +1009,10 @@ declare namespace samplePageFooterSection {
1144
1009
  const schema_6: string;
1145
1010
  export { schema_6 as schema };
1146
1011
  }
1147
- export { manifest_7 as manifest };
1148
- const order_7: number;
1149
- export { order_7 as order };
1150
- export namespace properties_7 {
1012
+ export { manifest_6 as manifest };
1013
+ const order_6: number;
1014
+ export { order_6 as order };
1015
+ export namespace properties_6 {
1151
1016
  const buttonAlphaLabel_6: string;
1152
1017
  export { buttonAlphaLabel_6 as buttonAlphaLabel };
1153
1018
  const buttonAlphaLinkSrc_6: string;
@@ -1184,8 +1049,8 @@ declare namespace samplePageFooterSection {
1184
1049
  export { carouselAutoplayTime_6 as carouselAutoplayTime };
1185
1050
  const carouselInfiniteLoopMode_6: string;
1186
1051
  export { carouselInfiniteLoopMode_6 as carouselInfiniteLoopMode };
1187
- const description_18: string;
1188
- export { description_18 as description };
1052
+ const description_9: string;
1053
+ export { description_9 as description };
1189
1054
  const itemLinkMethod_6: string;
1190
1055
  export { itemLinkMethod_6 as itemLinkMethod };
1191
1056
  const sectionContentMediaSrc_6: string;
@@ -1195,8 +1060,8 @@ declare namespace samplePageFooterSection {
1195
1060
  const title_6: string;
1196
1061
  export { title_6 as title };
1197
1062
  }
1198
- export { properties_7 as properties };
1199
- export namespace styles_7 {
1063
+ export { properties_6 as properties };
1064
+ export namespace styles_6 {
1200
1065
  const backgroundColorInHex_6: string;
1201
1066
  export { backgroundColorInHex_6 as backgroundColorInHex };
1202
1067
  const backgroundMediaSrc_6: string;
@@ -1250,11 +1115,11 @@ declare namespace samplePageFooterSection {
1250
1115
  const titleColorInHex_6: string;
1251
1116
  export { titleColorInHex_6 as titleColorInHex };
1252
1117
  }
1253
- export { styles_7 as styles };
1254
- const template_7: string;
1255
- export { template_7 as template };
1256
- const updatedAt_7: string;
1257
- export { updatedAt_7 as updatedAt };
1118
+ export { styles_6 as styles };
1119
+ const template_6: string;
1120
+ export { template_6 as template };
1121
+ const updatedAt_6: string;
1122
+ export { updatedAt_6 as updatedAt };
1258
1123
  }
1259
1124
  declare var samplePage: any[];
1260
1125
  declare var ContentsContainer: any;
@@ -1276,21 +1141,32 @@ declare namespace parameters {
1276
1141
  namespace controls {
1277
1142
  const expanded: boolean;
1278
1143
  }
1279
- namespace backgrounds {
1280
- const _default: string;
1281
- export { _default as default };
1282
- export const values: {
1283
- name: string;
1284
- value: string;
1285
- }[];
1286
- }
1287
1144
  namespace options {
1288
1145
  namespace storySort {
1289
1146
  const method: string;
1290
1147
  }
1291
1148
  }
1292
1149
  }
1293
- declare var decorators: ((Story: any) => any)[];
1150
+ declare namespace globalTypes {
1151
+ namespace theme {
1152
+ const name_2: string;
1153
+ export { name_2 as name };
1154
+ const description_10: string;
1155
+ export { description_10 as description };
1156
+ const defaultValue_1: string;
1157
+ export { defaultValue_1 as defaultValue };
1158
+ export namespace toolbar {
1159
+ const icon: string;
1160
+ const items: {
1161
+ value: string;
1162
+ icon: string;
1163
+ title: string;
1164
+ }[];
1165
+ const showName: boolean;
1166
+ }
1167
+ }
1168
+ }
1169
+ declare var decorators: ((Story: any, Context: any) => any)[];
1294
1170
  declare var Col: any;
1295
1171
  declare var Grid: any;
1296
1172
  declare var Row: any;
@@ -1306,7 +1182,15 @@ declare var ImageCard: any;
1306
1182
  declare var MobileAlertDialog: any;
1307
1183
  declare var MobileHeaderBar: any;
1308
1184
  declare var MobileTabBar: any;
1185
+ declare var SectionMatcher: any;
1186
+ declare var ContentsCarouselSection: any;
1187
+ declare var useLazyUnmount: any;
1188
+ declare var ContentsSection: any;
1189
+ declare var FooterSection: any;
1190
+ declare var InfoBoxSection: any;
1191
+ declare var IntroSection: any;
1309
1192
  declare var ToggleTone: any;
1193
+ declare var StepContainer: any;
1310
1194
  declare var WFA: any;
1311
1195
  declare var WFB: any;
1312
1196
  declare var WFC: any;
@@ -1318,9 +1202,12 @@ declare var WFH: any;
1318
1202
  declare var WFI: any;
1319
1203
  declare var WFJ: any;
1320
1204
  declare var WFK: any;
1205
+ declare var WFL: any;
1321
1206
  declare var PageMenu: any;
1207
+ declare var WizardPageMenu: any;
1322
1208
  declare var TabMenu: any;
1323
1209
  declare var LeftSubMenu: any;
1210
+ declare var Step: any;
1324
1211
  declare var WHA: any;
1325
1212
  declare var WHB: any;
1326
1213
  declare var WHC: any;
@@ -1364,106 +1251,105 @@ declare namespace Popup {
1364
1251
  const displayName_4: string;
1365
1252
  export { displayName_4 as displayName };
1366
1253
  export namespace __docgenInfo_2 {
1367
- const description_19: string;
1368
- export { description_19 as description };
1254
+ const description_11: string;
1255
+ export { description_11 as description };
1369
1256
  const displayName_5: string;
1370
1257
  export { displayName_5 as displayName };
1371
1258
  export namespace props_2 {
1372
1259
  namespace targetRef {
1373
- const defaultValue_10: null;
1374
- export { defaultValue_10 as defaultValue };
1375
- const description_20: string;
1376
- export { description_20 as description };
1377
- const name_20: string;
1378
- export { name_20 as name };
1379
- const required_10: boolean;
1380
- export { required_10 as required };
1381
- export namespace type_10 {
1382
- const name_21: string;
1383
- export { name_21 as name };
1260
+ const defaultValue_2: null;
1261
+ export { defaultValue_2 as defaultValue };
1262
+ const description_12: string;
1263
+ export { description_12 as description };
1264
+ const name_3: string;
1265
+ export { name_3 as name };
1266
+ const required_1: boolean;
1267
+ export { required_1 as required };
1268
+ export namespace type_1 {
1269
+ const name_4: string;
1270
+ export { name_4 as name };
1384
1271
  }
1385
- export { type_10 as type };
1272
+ export { type_1 as type };
1386
1273
  }
1387
1274
  namespace isOpen {
1388
- export namespace defaultValue_11 {
1389
- const value_1: string;
1390
- export { value_1 as value };
1275
+ export namespace defaultValue_3 {
1276
+ const value: string;
1391
1277
  }
1392
- export { defaultValue_11 as defaultValue };
1393
- const description_21: string;
1394
- export { description_21 as description };
1395
- const name_22: string;
1396
- export { name_22 as name };
1397
- const required_11: boolean;
1398
- export { required_11 as required };
1399
- export namespace type_11 {
1400
- const name_23: string;
1401
- export { name_23 as name };
1278
+ export { defaultValue_3 as defaultValue };
1279
+ const description_13: string;
1280
+ export { description_13 as description };
1281
+ const name_5: string;
1282
+ export { name_5 as name };
1283
+ const required_2: boolean;
1284
+ export { required_2 as required };
1285
+ export namespace type_2 {
1286
+ const name_6: string;
1287
+ export { name_6 as name };
1402
1288
  }
1403
- export { type_11 as type };
1289
+ export { type_2 as type };
1404
1290
  }
1405
1291
  namespace onClickOutside {
1406
- const defaultValue_12: null;
1407
- export { defaultValue_12 as defaultValue };
1408
- const description_22: string;
1409
- export { description_22 as description };
1410
- const name_24: string;
1411
- export { name_24 as name };
1412
- const required_12: boolean;
1413
- export { required_12 as required };
1414
- export namespace type_12 {
1415
- const name_25: string;
1416
- export { name_25 as name };
1292
+ const defaultValue_4: null;
1293
+ export { defaultValue_4 as defaultValue };
1294
+ const description_14: string;
1295
+ export { description_14 as description };
1296
+ const name_7: string;
1297
+ export { name_7 as name };
1298
+ const required_3: boolean;
1299
+ export { required_3 as required };
1300
+ export namespace type_3 {
1301
+ const name_8: string;
1302
+ export { name_8 as name };
1417
1303
  }
1418
- export { type_12 as type };
1304
+ export { type_3 as type };
1419
1305
  }
1420
1306
  namespace onClick {
1421
- const defaultValue_13: null;
1422
- export { defaultValue_13 as defaultValue };
1423
- const description_23: string;
1424
- export { description_23 as description };
1425
- const name_26: string;
1426
- export { name_26 as name };
1427
- const required_13: boolean;
1428
- export { required_13 as required };
1429
- export namespace type_13 {
1430
- const name_27: string;
1431
- export { name_27 as name };
1307
+ const defaultValue_5: null;
1308
+ export { defaultValue_5 as defaultValue };
1309
+ const description_15: string;
1310
+ export { description_15 as description };
1311
+ const name_9: string;
1312
+ export { name_9 as name };
1313
+ const required_4: boolean;
1314
+ export { required_4 as required };
1315
+ export namespace type_4 {
1316
+ const name_10: string;
1317
+ export { name_10 as name };
1432
1318
  }
1433
- export { type_13 as type };
1319
+ export { type_4 as type };
1434
1320
  }
1435
1321
  namespace placement {
1436
- export namespace defaultValue_14 {
1437
- const value_2: string;
1438
- export { value_2 as value };
1322
+ export namespace defaultValue_6 {
1323
+ const value_1: string;
1324
+ export { value_1 as value };
1439
1325
  }
1440
- export { defaultValue_14 as defaultValue };
1441
- const description_24: string;
1442
- export { description_24 as description };
1443
- const name_28: string;
1444
- export { name_28 as name };
1445
- const required_14: boolean;
1446
- export { required_14 as required };
1447
- export namespace type_14 {
1448
- const name_29: string;
1449
- export { name_29 as name };
1326
+ export { defaultValue_6 as defaultValue };
1327
+ const description_16: string;
1328
+ export { description_16 as description };
1329
+ const name_11: string;
1330
+ export { name_11 as name };
1331
+ const required_5: boolean;
1332
+ export { required_5 as required };
1333
+ export namespace type_5 {
1334
+ const name_12: string;
1335
+ export { name_12 as name };
1450
1336
  }
1451
- export { type_14 as type };
1337
+ export { type_5 as type };
1452
1338
  }
1453
1339
  namespace wrapperHeight {
1454
- const defaultValue_15: null;
1455
- export { defaultValue_15 as defaultValue };
1456
- const description_25: string;
1457
- export { description_25 as description };
1458
- const name_30: string;
1459
- export { name_30 as name };
1460
- const required_15: boolean;
1461
- export { required_15 as required };
1462
- export namespace type_15 {
1463
- const name_31: string;
1464
- export { name_31 as name };
1340
+ const defaultValue_7: null;
1341
+ export { defaultValue_7 as defaultValue };
1342
+ const description_17: string;
1343
+ export { description_17 as description };
1344
+ const name_13: string;
1345
+ export { name_13 as name };
1346
+ const required_6: boolean;
1347
+ export { required_6 as required };
1348
+ export namespace type_6 {
1349
+ const name_14: string;
1350
+ export { name_14 as name };
1465
1351
  }
1466
- export { type_15 as type };
1352
+ export { type_6 as type };
1467
1353
  }
1468
1354
  }
1469
1355
  export { props_2 as props };
@@ -1475,8 +1361,8 @@ declare namespace PopupProvider {
1475
1361
  const displayName_6: string;
1476
1362
  export { displayName_6 as displayName };
1477
1363
  export namespace __docgenInfo_3 {
1478
- const description_26: string;
1479
- export { description_26 as description };
1364
+ const description_18: string;
1365
+ export { description_18 as description };
1480
1366
  const displayName_7: string;
1481
1367
  export { displayName_7 as displayName };
1482
1368
  const props_3: {};
@@ -1492,6 +1378,22 @@ declare namespace iconThemeColorLineColors {
1492
1378
  const line1: string;
1493
1379
  const line2: string;
1494
1380
  }
1381
+ declare var fadeIn: any;
1382
+ declare var fadeOut: any;
1383
+ declare var glow: any;
1384
+ declare var scaleUp: any;
1385
+ declare var scaleDown: any;
1386
+ declare var scaleUpIncludeTranslate: any;
1387
+ declare var scaleDownIncludeTranslate: any;
1388
+ declare var gelatine: any;
1389
+ declare var scaleBounceIn: any;
1390
+ declare var scaleBounceIn02: any;
1391
+ declare var scaleBounceOut: any;
1392
+ declare var scaleBounceOut02: any;
1393
+ declare var scaleBounceInIncludeTranslate: any;
1394
+ declare var scaleBounceOutIncludeTranslate: any;
1395
+ declare var scaleBounceInIncludeTranslate02: any;
1396
+ declare var scaleBounceOutIncludeTranslate02: any;
1495
1397
  declare var BrandLogo: any;
1496
1398
  declare var PrimaryMenu: any;
1497
1399
  declare var SecondaryMenu: any;
@@ -1684,13 +1586,6 @@ declare namespace textStyles {
1684
1586
  const small: string;
1685
1587
  const xsmall: string;
1686
1588
  }
1687
- declare namespace textThemeColorLines {
1688
- const line1_1: string;
1689
- export { line1_1 as line1 };
1690
- const line2_1: string;
1691
- export { line2_1 as line2 };
1692
- export const line3: string;
1693
- }
1694
1589
  declare namespace iconFillTypeColors {
1695
1590
  const fill_1: string;
1696
1591
  export { fill_1 as fill };
@@ -1701,14 +1596,6 @@ declare namespace iconStyleThemeColors {
1701
1596
  const primary: string;
1702
1597
  const secondary: string;
1703
1598
  }
1704
- declare namespace iconColorThemeLineColors {
1705
- const line1_2: string;
1706
- export { line1_2 as line1 };
1707
- const line2_2: string;
1708
- export { line2_2 as line2 };
1709
- const line3_1: string;
1710
- export { line3_1 as line3 };
1711
- }
1712
1599
  declare var AnnotationSheet: any;
1713
1600
  declare var ContentSheet: any;
1714
1601
  declare var DesktopBasicModal: any;
@@ -1744,12 +1631,17 @@ declare var MultiCardList: any;
1744
1631
  declare var Grey01: any;
1745
1632
  declare var Primary: any;
1746
1633
  declare var LongText: any;
1747
- declare var SellerTail: any;
1748
- declare var Seller: any;
1749
- declare var SubscriberTail: any;
1750
- declare var Subscriber: any;
1751
- declare var MyTail: any;
1752
- declare var My: any;
1634
+ declare var OtherAvatarImpact: any;
1635
+ declare var OtherAvatar: any;
1636
+ declare var OtherAvatarSub: any;
1637
+ declare var Other: any;
1638
+ declare var OtherSub: any;
1639
+ declare var Me: any;
1640
+ declare var MeSub: any;
1641
+ declare var GreyColorChildrenTextLabel: any;
1642
+ declare var BrandPrimaryColorChildrenTextLabel: any;
1643
+ declare var TranslucentWhiteColorChildrenTextLabel: any;
1644
+ declare var TranslucentBlackColorChildrenTextLabel: any;
1753
1645
  declare var WithImage: any;
1754
1646
  declare var AllVariation: any;
1755
1647
  declare var AllIcon: any;
@@ -1810,12 +1702,15 @@ declare var LongTextWithLineBreakTab: any;
1810
1702
  declare var TextDefault: any;
1811
1703
  declare var CenterNoneDefault: any;
1812
1704
  declare var WFA_1: any;
1705
+ declare var WFA_2: any;
1813
1706
  declare var WFB_1: any;
1814
1707
  declare var WFC_1: any;
1815
1708
  declare var WFD_1: any;
1816
1709
  declare var WFD_2: any;
1817
1710
  declare var WFE_1: any;
1818
1711
  declare var WFE_2: any;
1712
+ declare var WFE_3: any;
1713
+ declare var WFE_4: any;
1819
1714
  declare var WFF_1: any;
1820
1715
  declare var WFG_1: any;
1821
1716
  declare var WFG_2: any;
@@ -1832,6 +1727,7 @@ declare var WFI_5: any;
1832
1727
  declare var WFI_6: any;
1833
1728
  declare var WFJ_1: any;
1834
1729
  declare var WFK_1: any;
1730
+ declare var WFL_1: any;
1835
1731
  declare var WHA_1: any;
1836
1732
  declare var WHB_1: any;
1837
1733
  declare var WHB_2: any;
@@ -1850,6 +1746,7 @@ declare var WHE_1: any;
1850
1746
  declare var WHE_2: any;
1851
1747
  declare var WSA_1: any;
1852
1748
  declare var WSB_1: any;
1749
+ declare var WSB_2: any;
1853
1750
  declare var WSC_1: any;
1854
1751
  declare var WSD_1: any;
1855
1752
  declare var WSE_1: any;
@@ -1993,12 +1890,10 @@ declare var MSG: any;
1993
1890
  declare var MSH: any;
1994
1891
  declare var TwoButton: any;
1995
1892
  declare var ContentTextScrollDefault: any;
1996
- declare var TemplateA_desktop: any;
1997
- declare var TemplateA_mobile: any;
1998
- declare var TemplateB_desktop: any;
1999
- declare var TemplateB_mobile: any;
2000
- declare var ContentsCarouselSection: any;
1893
+ declare var Sample: any;
1894
+ declare var EditModeSectionMatcher: any;
2001
1895
  declare var YouTubeIframe: any;
1896
+ declare var useUnmountStyle: any;
2002
1897
  declare var TemplateA: any;
2003
1898
  declare var TemplateB: any;
2004
1899
  declare var D_TemplateA: any;
@@ -2008,1094 +1903,1094 @@ declare namespace SectionTitle {
2008
1903
  const displayName_8: string;
2009
1904
  export { displayName_8 as displayName };
2010
1905
  export namespace __docgenInfo_4 {
2011
- const description_27: string;
2012
- export { description_27 as description };
1906
+ const description_19: string;
1907
+ export { description_19 as description };
2013
1908
  const displayName_9: string;
2014
1909
  export { displayName_9 as displayName };
2015
1910
  export namespace props_4 {
2016
1911
  namespace text {
2017
- const defaultValue_16: null;
2018
- export { defaultValue_16 as defaultValue };
2019
- const description_28: string;
2020
- export { description_28 as description };
2021
- const name_32: string;
2022
- export { name_32 as name };
2023
- const required_16: boolean;
2024
- export { required_16 as required };
2025
- export namespace type_16 {
2026
- const name_33: string;
2027
- export { name_33 as name };
1912
+ const defaultValue_8: null;
1913
+ export { defaultValue_8 as defaultValue };
1914
+ const description_20: string;
1915
+ export { description_20 as description };
1916
+ const name_15: string;
1917
+ export { name_15 as name };
1918
+ const required_7: boolean;
1919
+ export { required_7 as required };
1920
+ export namespace type_7 {
1921
+ const name_16: string;
1922
+ export { name_16 as name };
2028
1923
  }
2029
- export { type_16 as type };
1924
+ export { type_7 as type };
2030
1925
  }
2031
1926
  namespace color {
2032
- const defaultValue_17: null;
2033
- export { defaultValue_17 as defaultValue };
2034
- const description_29: string;
2035
- export { description_29 as description };
2036
- const name_34: string;
2037
- export { name_34 as name };
2038
- const required_17: boolean;
2039
- export { required_17 as required };
2040
- export namespace type_17 {
2041
- const name_35: string;
2042
- export { name_35 as name };
1927
+ const defaultValue_9: null;
1928
+ export { defaultValue_9 as defaultValue };
1929
+ const description_21: string;
1930
+ export { description_21 as description };
1931
+ const name_17: string;
1932
+ export { name_17 as name };
1933
+ const required_8: boolean;
1934
+ export { required_8 as required };
1935
+ export namespace type_8 {
1936
+ const name_18: string;
1937
+ export { name_18 as name };
2043
1938
  }
2044
- export { type_17 as type };
1939
+ export { type_8 as type };
2045
1940
  }
2046
1941
  namespace tooltipText {
2047
- const defaultValue_18: null;
2048
- export { defaultValue_18 as defaultValue };
2049
- const description_30: string;
2050
- export { description_30 as description };
2051
- const name_36: string;
2052
- export { name_36 as name };
2053
- const required_18: boolean;
2054
- export { required_18 as required };
2055
- export namespace type_18 {
2056
- const name_37: string;
2057
- export { name_37 as name };
1942
+ const defaultValue_10: null;
1943
+ export { defaultValue_10 as defaultValue };
1944
+ const description_22: string;
1945
+ export { description_22 as description };
1946
+ const name_19: string;
1947
+ export { name_19 as name };
1948
+ const required_9: boolean;
1949
+ export { required_9 as required };
1950
+ export namespace type_9 {
1951
+ const name_20: string;
1952
+ export { name_20 as name };
2058
1953
  }
2059
- export { type_18 as type };
1954
+ export { type_9 as type };
2060
1955
  }
2061
1956
  namespace tooltipPosition {
1957
+ const defaultValue_11: null;
1958
+ export { defaultValue_11 as defaultValue };
1959
+ const description_23: string;
1960
+ export { description_23 as description };
1961
+ const name_21: string;
1962
+ export { name_21 as name };
1963
+ const required_10: boolean;
1964
+ export { required_10 as required };
1965
+ export namespace type_10 {
1966
+ const name_22: string;
1967
+ export { name_22 as name };
1968
+ const value_2: {
1969
+ value: string;
1970
+ }[];
1971
+ export { value_2 as value };
1972
+ }
1973
+ export { type_10 as type };
1974
+ }
1975
+ namespace textAlign {
1976
+ const defaultValue_12: null;
1977
+ export { defaultValue_12 as defaultValue };
1978
+ const description_24: string;
1979
+ export { description_24 as description };
1980
+ const name_23: string;
1981
+ export { name_23 as name };
1982
+ const required_11: boolean;
1983
+ export { required_11 as required };
1984
+ export namespace type_11 {
1985
+ const name_24: string;
1986
+ export { name_24 as name };
1987
+ const value_3: {
1988
+ value: string;
1989
+ }[];
1990
+ export { value_3 as value };
1991
+ }
1992
+ export { type_11 as type };
1993
+ }
1994
+ namespace styleTheme {
1995
+ const defaultValue_13: null;
1996
+ export { defaultValue_13 as defaultValue };
1997
+ const description_25: string;
1998
+ export { description_25 as description };
1999
+ const name_25: string;
2000
+ export { name_25 as name };
2001
+ const required_12: boolean;
2002
+ export { required_12 as required };
2003
+ export namespace type_12 {
2004
+ const name_26: string;
2005
+ export { name_26 as name };
2006
+ const value_4: {
2007
+ value: string;
2008
+ }[];
2009
+ export { value_4 as value };
2010
+ }
2011
+ export { type_12 as type };
2012
+ }
2013
+ namespace colorOverride {
2014
+ const defaultValue_14: null;
2015
+ export { defaultValue_14 as defaultValue };
2016
+ const description_26: string;
2017
+ export { description_26 as description };
2018
+ const name_27: string;
2019
+ export { name_27 as name };
2020
+ const required_13: boolean;
2021
+ export { required_13 as required };
2022
+ export namespace type_13 {
2023
+ const name_28: string;
2024
+ export { name_28 as name };
2025
+ const value_5: {
2026
+ value: string;
2027
+ }[];
2028
+ export { value_5 as value };
2029
+ }
2030
+ export { type_13 as type };
2031
+ }
2032
+ namespace colorTheme {
2033
+ const defaultValue_15: null;
2034
+ export { defaultValue_15 as defaultValue };
2035
+ const description_27: string;
2036
+ export { description_27 as description };
2037
+ const name_29: string;
2038
+ export { name_29 as name };
2039
+ const required_14: boolean;
2040
+ export { required_14 as required };
2041
+ export namespace type_14 {
2042
+ const name_30: string;
2043
+ export { name_30 as name };
2044
+ const value_6: {
2045
+ value: string;
2046
+ }[];
2047
+ export { value_6 as value };
2048
+ }
2049
+ export { type_14 as type };
2050
+ }
2051
+ namespace singleLineMode {
2052
+ const defaultValue_16: null;
2053
+ export { defaultValue_16 as defaultValue };
2054
+ const description_28: string;
2055
+ export { description_28 as description };
2056
+ const name_31: string;
2057
+ export { name_31 as name };
2058
+ const required_15: boolean;
2059
+ export { required_15 as required };
2060
+ export namespace type_15 {
2061
+ const name_32: string;
2062
+ export { name_32 as name };
2063
+ const value_7: {
2064
+ value: string;
2065
+ }[];
2066
+ export { value_7 as value };
2067
+ }
2068
+ export { type_15 as type };
2069
+ }
2070
+ namespace ellipsisMode {
2071
+ const defaultValue_17: null;
2072
+ export { defaultValue_17 as defaultValue };
2073
+ const description_29: string;
2074
+ export { description_29 as description };
2075
+ const name_33: string;
2076
+ export { name_33 as name };
2077
+ const required_16: boolean;
2078
+ export { required_16 as required };
2079
+ export namespace type_16 {
2080
+ const name_34: string;
2081
+ export { name_34 as name };
2082
+ const value_8: {
2083
+ value: string;
2084
+ }[];
2085
+ export { value_8 as value };
2086
+ }
2087
+ export { type_16 as type };
2088
+ }
2089
+ namespace lineLimit {
2090
+ const defaultValue_18: null;
2091
+ export { defaultValue_18 as defaultValue };
2092
+ const description_30: string;
2093
+ export { description_30 as description };
2094
+ const name_35: string;
2095
+ export { name_35 as name };
2096
+ const required_17: boolean;
2097
+ export { required_17 as required };
2098
+ export namespace type_17 {
2099
+ const name_36: string;
2100
+ export { name_36 as name };
2101
+ }
2102
+ export { type_17 as type };
2103
+ }
2104
+ namespace userSelectMode {
2062
2105
  const defaultValue_19: null;
2063
2106
  export { defaultValue_19 as defaultValue };
2064
2107
  const description_31: string;
2065
2108
  export { description_31 as description };
2066
- const name_38: string;
2067
- export { name_38 as name };
2068
- const required_19: boolean;
2069
- export { required_19 as required };
2070
- export namespace type_19 {
2071
- const name_39: string;
2072
- export { name_39 as name };
2073
- const value_3: {
2109
+ const name_37: string;
2110
+ export { name_37 as name };
2111
+ const required_18: boolean;
2112
+ export { required_18 as required };
2113
+ export namespace type_18 {
2114
+ const name_38: string;
2115
+ export { name_38 as name };
2116
+ const value_9: {
2074
2117
  value: string;
2075
2118
  }[];
2076
- export { value_3 as value };
2119
+ export { value_9 as value };
2077
2120
  }
2078
- export { type_19 as type };
2121
+ export { type_18 as type };
2079
2122
  }
2080
- namespace textAlign {
2123
+ namespace customFontSize {
2081
2124
  const defaultValue_20: null;
2082
2125
  export { defaultValue_20 as defaultValue };
2083
2126
  const description_32: string;
2084
2127
  export { description_32 as description };
2085
- const name_40: string;
2086
- export { name_40 as name };
2128
+ const name_39: string;
2129
+ export { name_39 as name };
2130
+ const required_19: boolean;
2131
+ export { required_19 as required };
2132
+ export namespace type_19 {
2133
+ const name_40: string;
2134
+ export { name_40 as name };
2135
+ }
2136
+ export { type_19 as type };
2137
+ }
2138
+ namespace customFontWeight {
2139
+ const defaultValue_21: null;
2140
+ export { defaultValue_21 as defaultValue };
2141
+ const description_33: string;
2142
+ export { description_33 as description };
2143
+ const name_41: string;
2144
+ export { name_41 as name };
2087
2145
  const required_20: boolean;
2088
2146
  export { required_20 as required };
2089
2147
  export namespace type_20 {
2090
- const name_41: string;
2091
- export { name_41 as name };
2092
- const value_4: {
2148
+ const name_42: string;
2149
+ export { name_42 as name };
2150
+ const value_10: {
2093
2151
  value: string;
2094
2152
  }[];
2095
- export { value_4 as value };
2153
+ export { value_10 as value };
2096
2154
  }
2097
2155
  export { type_20 as type };
2098
2156
  }
2099
- namespace styleTheme {
2100
- const defaultValue_21: null;
2101
- export { defaultValue_21 as defaultValue };
2102
- const description_33: string;
2103
- export { description_33 as description };
2104
- const name_42: string;
2105
- export { name_42 as name };
2157
+ namespace textDecorationType {
2158
+ const defaultValue_22: null;
2159
+ export { defaultValue_22 as defaultValue };
2160
+ const description_34: string;
2161
+ export { description_34 as description };
2162
+ const name_43: string;
2163
+ export { name_43 as name };
2106
2164
  const required_21: boolean;
2107
2165
  export { required_21 as required };
2108
2166
  export namespace type_21 {
2109
- const name_43: string;
2110
- export { name_43 as name };
2111
- const value_5: {
2167
+ const name_44: string;
2168
+ export { name_44 as name };
2169
+ const value_11: {
2112
2170
  value: string;
2113
2171
  }[];
2114
- export { value_5 as value };
2172
+ export { value_11 as value };
2115
2173
  }
2116
2174
  export { type_21 as type };
2117
2175
  }
2118
- namespace colorOverride {
2119
- const defaultValue_22: null;
2120
- export { defaultValue_22 as defaultValue };
2121
- const description_34: string;
2122
- export { description_34 as description };
2123
- const name_44: string;
2124
- export { name_44 as name };
2176
+ namespace requirementMode {
2177
+ const defaultValue_23: null;
2178
+ export { defaultValue_23 as defaultValue };
2179
+ const description_35: string;
2180
+ export { description_35 as description };
2181
+ const name_45: string;
2182
+ export { name_45 as name };
2125
2183
  const required_22: boolean;
2126
2184
  export { required_22 as required };
2127
2185
  export namespace type_22 {
2128
- const name_45: string;
2129
- export { name_45 as name };
2130
- const value_6: {
2186
+ const name_46: string;
2187
+ export { name_46 as name };
2188
+ const value_12: {
2131
2189
  value: string;
2132
2190
  }[];
2133
- export { value_6 as value };
2191
+ export { value_12 as value };
2134
2192
  }
2135
2193
  export { type_22 as type };
2136
2194
  }
2137
- namespace colorTheme {
2138
- const defaultValue_23: null;
2139
- export { defaultValue_23 as defaultValue };
2140
- const description_35: string;
2141
- export { description_35 as description };
2142
- const name_46: string;
2143
- export { name_46 as name };
2195
+ namespace bulletPointMode {
2196
+ const defaultValue_24: null;
2197
+ export { defaultValue_24 as defaultValue };
2198
+ const description_36: string;
2199
+ export { description_36 as description };
2200
+ const name_47: string;
2201
+ export { name_47 as name };
2144
2202
  const required_23: boolean;
2145
2203
  export { required_23 as required };
2146
2204
  export namespace type_23 {
2147
- const name_47: string;
2148
- export { name_47 as name };
2149
- const value_7: {
2205
+ const name_48: string;
2206
+ export { name_48 as name };
2207
+ const value_13: {
2150
2208
  value: string;
2151
2209
  }[];
2152
- export { value_7 as value };
2210
+ export { value_13 as value };
2153
2211
  }
2154
2212
  export { type_23 as type };
2155
2213
  }
2156
- namespace singleLineMode {
2157
- const defaultValue_24: null;
2158
- export { defaultValue_24 as defaultValue };
2159
- const description_36: string;
2160
- export { description_36 as description };
2161
- const name_48: string;
2162
- export { name_48 as name };
2214
+ namespace wordBreak {
2215
+ const defaultValue_25: null;
2216
+ export { defaultValue_25 as defaultValue };
2217
+ const description_37: string;
2218
+ export { description_37 as description };
2219
+ const name_49: string;
2220
+ export { name_49 as name };
2163
2221
  const required_24: boolean;
2164
2222
  export { required_24 as required };
2165
2223
  export namespace type_24 {
2166
- const name_49: string;
2167
- export { name_49 as name };
2168
- const value_8: {
2224
+ const name_50: string;
2225
+ export { name_50 as name };
2226
+ const value_14: {
2169
2227
  value: string;
2170
2228
  }[];
2171
- export { value_8 as value };
2229
+ export { value_14 as value };
2172
2230
  }
2173
2231
  export { type_24 as type };
2174
2232
  }
2175
- namespace ellipsisMode {
2176
- const defaultValue_25: null;
2177
- export { defaultValue_25 as defaultValue };
2178
- const description_37: string;
2179
- export { description_37 as description };
2180
- const name_50: string;
2181
- export { name_50 as name };
2233
+ namespace lineHeight {
2234
+ export namespace defaultValue_26 {
2235
+ const value_15: string;
2236
+ export { value_15 as value };
2237
+ }
2238
+ export { defaultValue_26 as defaultValue };
2239
+ const description_38: string;
2240
+ export { description_38 as description };
2241
+ const name_51: string;
2242
+ export { name_51 as name };
2182
2243
  const required_25: boolean;
2183
2244
  export { required_25 as required };
2184
2245
  export namespace type_25 {
2185
- const name_51: string;
2186
- export { name_51 as name };
2187
- const value_9: {
2188
- value: string;
2189
- }[];
2190
- export { value_9 as value };
2246
+ const name_52: string;
2247
+ export { name_52 as name };
2191
2248
  }
2192
2249
  export { type_25 as type };
2193
2250
  }
2194
- namespace lineLimit {
2195
- const defaultValue_26: null;
2196
- export { defaultValue_26 as defaultValue };
2197
- const description_38: string;
2198
- export { description_38 as description };
2199
- const name_52: string;
2200
- export { name_52 as name };
2251
+ }
2252
+ export { props_4 as props };
2253
+ }
2254
+ export { __docgenInfo_4 as __docgenInfo };
2255
+ }
2256
+ declare function SectionDescription(_a: any): any;
2257
+ declare namespace SectionDescription {
2258
+ const displayName_10: string;
2259
+ export { displayName_10 as displayName };
2260
+ export namespace __docgenInfo_5 {
2261
+ const description_39: string;
2262
+ export { description_39 as description };
2263
+ const displayName_11: string;
2264
+ export { displayName_11 as displayName };
2265
+ export namespace props_5 {
2266
+ export namespace text_1 {
2267
+ const defaultValue_27: null;
2268
+ export { defaultValue_27 as defaultValue };
2269
+ const description_40: string;
2270
+ export { description_40 as description };
2271
+ const name_53: string;
2272
+ export { name_53 as name };
2201
2273
  const required_26: boolean;
2202
2274
  export { required_26 as required };
2203
2275
  export namespace type_26 {
2204
- const name_53: string;
2205
- export { name_53 as name };
2276
+ const name_54: string;
2277
+ export { name_54 as name };
2206
2278
  }
2207
2279
  export { type_26 as type };
2208
2280
  }
2209
- namespace userSelectMode {
2210
- const defaultValue_27: null;
2211
- export { defaultValue_27 as defaultValue };
2212
- const description_39: string;
2213
- export { description_39 as description };
2214
- const name_54: string;
2215
- export { name_54 as name };
2281
+ export { text_1 as text };
2282
+ export namespace color_1 {
2283
+ const defaultValue_28: null;
2284
+ export { defaultValue_28 as defaultValue };
2285
+ const description_41: string;
2286
+ export { description_41 as description };
2287
+ const name_55: string;
2288
+ export { name_55 as name };
2216
2289
  const required_27: boolean;
2217
2290
  export { required_27 as required };
2218
2291
  export namespace type_27 {
2219
- const name_55: string;
2220
- export { name_55 as name };
2221
- const value_10: {
2222
- value: string;
2223
- }[];
2224
- export { value_10 as value };
2292
+ const name_56: string;
2293
+ export { name_56 as name };
2225
2294
  }
2226
2295
  export { type_27 as type };
2227
2296
  }
2228
- namespace customFontSize {
2229
- const defaultValue_28: null;
2230
- export { defaultValue_28 as defaultValue };
2231
- const description_40: string;
2232
- export { description_40 as description };
2233
- const name_56: string;
2234
- export { name_56 as name };
2297
+ export { color_1 as color };
2298
+ export namespace tooltipText_1 {
2299
+ const defaultValue_29: null;
2300
+ export { defaultValue_29 as defaultValue };
2301
+ const description_42: string;
2302
+ export { description_42 as description };
2303
+ const name_57: string;
2304
+ export { name_57 as name };
2235
2305
  const required_28: boolean;
2236
2306
  export { required_28 as required };
2237
2307
  export namespace type_28 {
2238
- const name_57: string;
2239
- export { name_57 as name };
2308
+ const name_58: string;
2309
+ export { name_58 as name };
2240
2310
  }
2241
2311
  export { type_28 as type };
2242
2312
  }
2243
- namespace customFontWeight {
2244
- const defaultValue_29: null;
2245
- export { defaultValue_29 as defaultValue };
2246
- const description_41: string;
2247
- export { description_41 as description };
2248
- const name_58: string;
2249
- export { name_58 as name };
2313
+ export { tooltipText_1 as tooltipText };
2314
+ export namespace tooltipPosition_1 {
2315
+ const defaultValue_30: null;
2316
+ export { defaultValue_30 as defaultValue };
2317
+ const description_43: string;
2318
+ export { description_43 as description };
2319
+ const name_59: string;
2320
+ export { name_59 as name };
2250
2321
  const required_29: boolean;
2251
2322
  export { required_29 as required };
2252
2323
  export namespace type_29 {
2253
- const name_59: string;
2254
- export { name_59 as name };
2255
- const value_11: {
2324
+ const name_60: string;
2325
+ export { name_60 as name };
2326
+ const value_16: {
2256
2327
  value: string;
2257
2328
  }[];
2258
- export { value_11 as value };
2329
+ export { value_16 as value };
2259
2330
  }
2260
2331
  export { type_29 as type };
2261
2332
  }
2262
- namespace textDecorationType {
2263
- const defaultValue_30: null;
2264
- export { defaultValue_30 as defaultValue };
2265
- const description_42: string;
2266
- export { description_42 as description };
2267
- const name_60: string;
2268
- export { name_60 as name };
2333
+ export { tooltipPosition_1 as tooltipPosition };
2334
+ export namespace textAlign_1 {
2335
+ const defaultValue_31: null;
2336
+ export { defaultValue_31 as defaultValue };
2337
+ const description_44: string;
2338
+ export { description_44 as description };
2339
+ const name_61: string;
2340
+ export { name_61 as name };
2269
2341
  const required_30: boolean;
2270
2342
  export { required_30 as required };
2271
2343
  export namespace type_30 {
2272
- const name_61: string;
2273
- export { name_61 as name };
2274
- const value_12: {
2344
+ const name_62: string;
2345
+ export { name_62 as name };
2346
+ const value_17: {
2275
2347
  value: string;
2276
2348
  }[];
2277
- export { value_12 as value };
2349
+ export { value_17 as value };
2278
2350
  }
2279
2351
  export { type_30 as type };
2280
2352
  }
2281
- namespace requirementMode {
2282
- const defaultValue_31: null;
2283
- export { defaultValue_31 as defaultValue };
2284
- const description_43: string;
2285
- export { description_43 as description };
2286
- const name_62: string;
2287
- export { name_62 as name };
2353
+ export { textAlign_1 as textAlign };
2354
+ export namespace styleTheme_1 {
2355
+ const defaultValue_32: null;
2356
+ export { defaultValue_32 as defaultValue };
2357
+ const description_45: string;
2358
+ export { description_45 as description };
2359
+ const name_63: string;
2360
+ export { name_63 as name };
2288
2361
  const required_31: boolean;
2289
2362
  export { required_31 as required };
2290
2363
  export namespace type_31 {
2291
- const name_63: string;
2292
- export { name_63 as name };
2293
- const value_13: {
2364
+ const name_64: string;
2365
+ export { name_64 as name };
2366
+ const value_18: {
2294
2367
  value: string;
2295
2368
  }[];
2296
- export { value_13 as value };
2369
+ export { value_18 as value };
2297
2370
  }
2298
2371
  export { type_31 as type };
2299
2372
  }
2300
- namespace bulletPointMode {
2301
- const defaultValue_32: null;
2302
- export { defaultValue_32 as defaultValue };
2303
- const description_44: string;
2304
- export { description_44 as description };
2305
- const name_64: string;
2306
- export { name_64 as name };
2373
+ export { styleTheme_1 as styleTheme };
2374
+ export namespace colorOverride_1 {
2375
+ const defaultValue_33: null;
2376
+ export { defaultValue_33 as defaultValue };
2377
+ const description_46: string;
2378
+ export { description_46 as description };
2379
+ const name_65: string;
2380
+ export { name_65 as name };
2307
2381
  const required_32: boolean;
2308
2382
  export { required_32 as required };
2309
2383
  export namespace type_32 {
2310
- const name_65: string;
2311
- export { name_65 as name };
2312
- const value_14: {
2384
+ const name_66: string;
2385
+ export { name_66 as name };
2386
+ const value_19: {
2313
2387
  value: string;
2314
2388
  }[];
2315
- export { value_14 as value };
2389
+ export { value_19 as value };
2316
2390
  }
2317
2391
  export { type_32 as type };
2318
2392
  }
2319
- namespace wordBreak {
2320
- const defaultValue_33: null;
2321
- export { defaultValue_33 as defaultValue };
2322
- const description_45: string;
2323
- export { description_45 as description };
2324
- const name_66: string;
2325
- export { name_66 as name };
2393
+ export { colorOverride_1 as colorOverride };
2394
+ export namespace colorTheme_1 {
2395
+ const defaultValue_34: null;
2396
+ export { defaultValue_34 as defaultValue };
2397
+ const description_47: string;
2398
+ export { description_47 as description };
2399
+ const name_67: string;
2400
+ export { name_67 as name };
2326
2401
  const required_33: boolean;
2327
2402
  export { required_33 as required };
2328
2403
  export namespace type_33 {
2329
- const name_67: string;
2330
- export { name_67 as name };
2331
- const value_15: {
2404
+ const name_68: string;
2405
+ export { name_68 as name };
2406
+ const value_20: {
2332
2407
  value: string;
2333
2408
  }[];
2334
- export { value_15 as value };
2409
+ export { value_20 as value };
2335
2410
  }
2336
2411
  export { type_33 as type };
2337
2412
  }
2338
- namespace lineHeight {
2339
- export namespace defaultValue_34 {
2340
- const value_16: string;
2341
- export { value_16 as value };
2342
- }
2343
- export { defaultValue_34 as defaultValue };
2344
- const description_46: string;
2345
- export { description_46 as description };
2346
- const name_68: string;
2347
- export { name_68 as name };
2348
- const required_34: boolean;
2349
- export { required_34 as required };
2350
- export namespace type_34 {
2351
- const name_69: string;
2352
- export { name_69 as name };
2353
- }
2354
- export { type_34 as type };
2355
- }
2356
- }
2357
- export { props_4 as props };
2358
- }
2359
- export { __docgenInfo_4 as __docgenInfo };
2360
- }
2361
- declare function SectionDescription(_a: any): any;
2362
- declare namespace SectionDescription {
2363
- const displayName_10: string;
2364
- export { displayName_10 as displayName };
2365
- export namespace __docgenInfo_5 {
2366
- const description_47: string;
2367
- export { description_47 as description };
2368
- const displayName_11: string;
2369
- export { displayName_11 as displayName };
2370
- export namespace props_5 {
2371
- export namespace text_1 {
2413
+ export { colorTheme_1 as colorTheme };
2414
+ export namespace singleLineMode_1 {
2372
2415
  const defaultValue_35: null;
2373
2416
  export { defaultValue_35 as defaultValue };
2374
2417
  const description_48: string;
2375
2418
  export { description_48 as description };
2376
- const name_70: string;
2377
- export { name_70 as name };
2378
- const required_35: boolean;
2379
- export { required_35 as required };
2380
- export namespace type_35 {
2381
- const name_71: string;
2382
- export { name_71 as name };
2419
+ const name_69: string;
2420
+ export { name_69 as name };
2421
+ const required_34: boolean;
2422
+ export { required_34 as required };
2423
+ export namespace type_34 {
2424
+ const name_70: string;
2425
+ export { name_70 as name };
2426
+ const value_21: {
2427
+ value: string;
2428
+ }[];
2429
+ export { value_21 as value };
2383
2430
  }
2384
- export { type_35 as type };
2431
+ export { type_34 as type };
2385
2432
  }
2386
- export { text_1 as text };
2387
- export namespace color_1 {
2433
+ export { singleLineMode_1 as singleLineMode };
2434
+ export namespace ellipsisMode_1 {
2388
2435
  const defaultValue_36: null;
2389
2436
  export { defaultValue_36 as defaultValue };
2390
2437
  const description_49: string;
2391
2438
  export { description_49 as description };
2392
- const name_72: string;
2393
- export { name_72 as name };
2394
- const required_36: boolean;
2395
- export { required_36 as required };
2396
- export namespace type_36 {
2397
- const name_73: string;
2398
- export { name_73 as name };
2439
+ const name_71: string;
2440
+ export { name_71 as name };
2441
+ const required_35: boolean;
2442
+ export { required_35 as required };
2443
+ export namespace type_35 {
2444
+ const name_72: string;
2445
+ export { name_72 as name };
2446
+ const value_22: {
2447
+ value: string;
2448
+ }[];
2449
+ export { value_22 as value };
2399
2450
  }
2400
- export { type_36 as type };
2451
+ export { type_35 as type };
2401
2452
  }
2402
- export { color_1 as color };
2403
- export namespace tooltipText_1 {
2453
+ export { ellipsisMode_1 as ellipsisMode };
2454
+ export namespace lineLimit_1 {
2404
2455
  const defaultValue_37: null;
2405
2456
  export { defaultValue_37 as defaultValue };
2406
2457
  const description_50: string;
2407
2458
  export { description_50 as description };
2408
- const name_74: string;
2409
- export { name_74 as name };
2410
- const required_37: boolean;
2411
- export { required_37 as required };
2412
- export namespace type_37 {
2413
- const name_75: string;
2414
- export { name_75 as name };
2459
+ const name_73: string;
2460
+ export { name_73 as name };
2461
+ const required_36: boolean;
2462
+ export { required_36 as required };
2463
+ export namespace type_36 {
2464
+ const name_74: string;
2465
+ export { name_74 as name };
2415
2466
  }
2416
- export { type_37 as type };
2467
+ export { type_36 as type };
2417
2468
  }
2418
- export { tooltipText_1 as tooltipText };
2419
- export namespace tooltipPosition_1 {
2469
+ export { lineLimit_1 as lineLimit };
2470
+ export namespace userSelectMode_1 {
2420
2471
  const defaultValue_38: null;
2421
2472
  export { defaultValue_38 as defaultValue };
2422
2473
  const description_51: string;
2423
2474
  export { description_51 as description };
2424
- const name_76: string;
2425
- export { name_76 as name };
2426
- const required_38: boolean;
2427
- export { required_38 as required };
2428
- export namespace type_38 {
2429
- const name_77: string;
2430
- export { name_77 as name };
2431
- const value_17: {
2475
+ const name_75: string;
2476
+ export { name_75 as name };
2477
+ const required_37: boolean;
2478
+ export { required_37 as required };
2479
+ export namespace type_37 {
2480
+ const name_76: string;
2481
+ export { name_76 as name };
2482
+ const value_23: {
2432
2483
  value: string;
2433
2484
  }[];
2434
- export { value_17 as value };
2485
+ export { value_23 as value };
2435
2486
  }
2436
- export { type_38 as type };
2487
+ export { type_37 as type };
2437
2488
  }
2438
- export { tooltipPosition_1 as tooltipPosition };
2439
- export namespace textAlign_1 {
2489
+ export { userSelectMode_1 as userSelectMode };
2490
+ export namespace customFontSize_1 {
2440
2491
  const defaultValue_39: null;
2441
2492
  export { defaultValue_39 as defaultValue };
2442
2493
  const description_52: string;
2443
2494
  export { description_52 as description };
2444
- const name_78: string;
2445
- export { name_78 as name };
2446
- const required_39: boolean;
2447
- export { required_39 as required };
2448
- export namespace type_39 {
2449
- const name_79: string;
2450
- export { name_79 as name };
2451
- const value_18: {
2452
- value: string;
2453
- }[];
2454
- export { value_18 as value };
2495
+ const name_77: string;
2496
+ export { name_77 as name };
2497
+ const required_38: boolean;
2498
+ export { required_38 as required };
2499
+ export namespace type_38 {
2500
+ const name_78: string;
2501
+ export { name_78 as name };
2455
2502
  }
2456
- export { type_39 as type };
2503
+ export { type_38 as type };
2457
2504
  }
2458
- export { textAlign_1 as textAlign };
2459
- export namespace styleTheme_1 {
2505
+ export { customFontSize_1 as customFontSize };
2506
+ export namespace customFontWeight_1 {
2460
2507
  const defaultValue_40: null;
2461
2508
  export { defaultValue_40 as defaultValue };
2462
2509
  const description_53: string;
2463
2510
  export { description_53 as description };
2464
- const name_80: string;
2465
- export { name_80 as name };
2466
- const required_40: boolean;
2467
- export { required_40 as required };
2468
- export namespace type_40 {
2469
- const name_81: string;
2470
- export { name_81 as name };
2471
- const value_19: {
2511
+ const name_79: string;
2512
+ export { name_79 as name };
2513
+ const required_39: boolean;
2514
+ export { required_39 as required };
2515
+ export namespace type_39 {
2516
+ const name_80: string;
2517
+ export { name_80 as name };
2518
+ const value_24: {
2472
2519
  value: string;
2473
2520
  }[];
2474
- export { value_19 as value };
2521
+ export { value_24 as value };
2475
2522
  }
2476
- export { type_40 as type };
2523
+ export { type_39 as type };
2477
2524
  }
2478
- export { styleTheme_1 as styleTheme };
2479
- export namespace colorOverride_1 {
2525
+ export { customFontWeight_1 as customFontWeight };
2526
+ export namespace textDecorationType_1 {
2480
2527
  const defaultValue_41: null;
2481
2528
  export { defaultValue_41 as defaultValue };
2482
2529
  const description_54: string;
2483
2530
  export { description_54 as description };
2484
- const name_82: string;
2485
- export { name_82 as name };
2486
- const required_41: boolean;
2487
- export { required_41 as required };
2488
- export namespace type_41 {
2489
- const name_83: string;
2490
- export { name_83 as name };
2491
- const value_20: {
2531
+ const name_81: string;
2532
+ export { name_81 as name };
2533
+ const required_40: boolean;
2534
+ export { required_40 as required };
2535
+ export namespace type_40 {
2536
+ const name_82: string;
2537
+ export { name_82 as name };
2538
+ const value_25: {
2492
2539
  value: string;
2493
2540
  }[];
2494
- export { value_20 as value };
2541
+ export { value_25 as value };
2495
2542
  }
2496
- export { type_41 as type };
2543
+ export { type_40 as type };
2497
2544
  }
2498
- export { colorOverride_1 as colorOverride };
2499
- export namespace colorTheme_1 {
2545
+ export { textDecorationType_1 as textDecorationType };
2546
+ export namespace requirementMode_1 {
2500
2547
  const defaultValue_42: null;
2501
2548
  export { defaultValue_42 as defaultValue };
2502
2549
  const description_55: string;
2503
2550
  export { description_55 as description };
2504
- const name_84: string;
2505
- export { name_84 as name };
2506
- const required_42: boolean;
2507
- export { required_42 as required };
2508
- export namespace type_42 {
2509
- const name_85: string;
2510
- export { name_85 as name };
2511
- const value_21: {
2551
+ const name_83: string;
2552
+ export { name_83 as name };
2553
+ const required_41: boolean;
2554
+ export { required_41 as required };
2555
+ export namespace type_41 {
2556
+ const name_84: string;
2557
+ export { name_84 as name };
2558
+ const value_26: {
2512
2559
  value: string;
2513
2560
  }[];
2514
- export { value_21 as value };
2561
+ export { value_26 as value };
2515
2562
  }
2516
- export { type_42 as type };
2563
+ export { type_41 as type };
2517
2564
  }
2518
- export { colorTheme_1 as colorTheme };
2519
- export namespace singleLineMode_1 {
2565
+ export { requirementMode_1 as requirementMode };
2566
+ export namespace bulletPointMode_1 {
2520
2567
  const defaultValue_43: null;
2521
2568
  export { defaultValue_43 as defaultValue };
2522
2569
  const description_56: string;
2523
2570
  export { description_56 as description };
2524
- const name_86: string;
2525
- export { name_86 as name };
2526
- const required_43: boolean;
2527
- export { required_43 as required };
2528
- export namespace type_43 {
2529
- const name_87: string;
2530
- export { name_87 as name };
2531
- const value_22: {
2571
+ const name_85: string;
2572
+ export { name_85 as name };
2573
+ const required_42: boolean;
2574
+ export { required_42 as required };
2575
+ export namespace type_42 {
2576
+ const name_86: string;
2577
+ export { name_86 as name };
2578
+ const value_27: {
2532
2579
  value: string;
2533
2580
  }[];
2534
- export { value_22 as value };
2581
+ export { value_27 as value };
2535
2582
  }
2536
- export { type_43 as type };
2583
+ export { type_42 as type };
2537
2584
  }
2538
- export { singleLineMode_1 as singleLineMode };
2539
- export namespace ellipsisMode_1 {
2585
+ export { bulletPointMode_1 as bulletPointMode };
2586
+ export namespace wordBreak_1 {
2540
2587
  const defaultValue_44: null;
2541
2588
  export { defaultValue_44 as defaultValue };
2542
2589
  const description_57: string;
2543
2590
  export { description_57 as description };
2544
- const name_88: string;
2545
- export { name_88 as name };
2546
- const required_44: boolean;
2547
- export { required_44 as required };
2548
- export namespace type_44 {
2549
- const name_89: string;
2550
- export { name_89 as name };
2551
- const value_23: {
2591
+ const name_87: string;
2592
+ export { name_87 as name };
2593
+ const required_43: boolean;
2594
+ export { required_43 as required };
2595
+ export namespace type_43 {
2596
+ const name_88: string;
2597
+ export { name_88 as name };
2598
+ const value_28: {
2552
2599
  value: string;
2553
2600
  }[];
2554
- export { value_23 as value };
2601
+ export { value_28 as value };
2555
2602
  }
2556
- export { type_44 as type };
2603
+ export { type_43 as type };
2557
2604
  }
2558
- export { ellipsisMode_1 as ellipsisMode };
2559
- export namespace lineLimit_1 {
2605
+ export { wordBreak_1 as wordBreak };
2606
+ export namespace fontWeight {
2560
2607
  const defaultValue_45: null;
2561
2608
  export { defaultValue_45 as defaultValue };
2562
2609
  const description_58: string;
2563
2610
  export { description_58 as description };
2564
- const name_90: string;
2565
- export { name_90 as name };
2611
+ const name_89: string;
2612
+ export { name_89 as name };
2613
+ const required_44: boolean;
2614
+ export { required_44 as required };
2615
+ export namespace type_44 {
2616
+ const name_90: string;
2617
+ export { name_90 as name };
2618
+ }
2619
+ export { type_44 as type };
2620
+ }
2621
+ }
2622
+ export { props_5 as props };
2623
+ }
2624
+ export { __docgenInfo_5 as __docgenInfo };
2625
+ }
2626
+ declare function SectionImage(_a: any): any;
2627
+ declare namespace SectionImage {
2628
+ const displayName_12: string;
2629
+ export { displayName_12 as displayName };
2630
+ export namespace __docgenInfo_6 {
2631
+ const description_59: string;
2632
+ export { description_59 as description };
2633
+ const displayName_13: string;
2634
+ export { displayName_13 as displayName };
2635
+ export namespace props_6 {
2636
+ export namespace src {
2637
+ const defaultValue_46: null;
2638
+ export { defaultValue_46 as defaultValue };
2639
+ const description_60: string;
2640
+ export { description_60 as description };
2641
+ const name_91: string;
2642
+ export { name_91 as name };
2566
2643
  const required_45: boolean;
2567
2644
  export { required_45 as required };
2568
2645
  export namespace type_45 {
2569
- const name_91: string;
2570
- export { name_91 as name };
2646
+ const name_92: string;
2647
+ export { name_92 as name };
2571
2648
  }
2572
2649
  export { type_45 as type };
2573
2650
  }
2574
- export { lineLimit_1 as lineLimit };
2575
- export namespace userSelectMode_1 {
2576
- const defaultValue_46: null;
2577
- export { defaultValue_46 as defaultValue };
2578
- const description_59: string;
2579
- export { description_59 as description };
2580
- const name_92: string;
2581
- export { name_92 as name };
2651
+ export namespace shapeType {
2652
+ const defaultValue_47: null;
2653
+ export { defaultValue_47 as defaultValue };
2654
+ const description_61: string;
2655
+ export { description_61 as description };
2656
+ const name_93: string;
2657
+ export { name_93 as name };
2582
2658
  const required_46: boolean;
2583
2659
  export { required_46 as required };
2584
2660
  export namespace type_46 {
2585
- const name_93: string;
2586
- export { name_93 as name };
2587
- const value_24: {
2661
+ const name_94: string;
2662
+ export { name_94 as name };
2663
+ const value_29: {
2588
2664
  value: string;
2589
2665
  }[];
2590
- export { value_24 as value };
2666
+ export { value_29 as value };
2591
2667
  }
2592
2668
  export { type_46 as type };
2593
2669
  }
2594
- export { userSelectMode_1 as userSelectMode };
2595
- export namespace customFontSize_1 {
2596
- const defaultValue_47: null;
2597
- export { defaultValue_47 as defaultValue };
2598
- const description_60: string;
2599
- export { description_60 as description };
2600
- const name_94: string;
2601
- export { name_94 as name };
2670
+ export namespace radius {
2671
+ const defaultValue_48: null;
2672
+ export { defaultValue_48 as defaultValue };
2673
+ const description_62: string;
2674
+ export { description_62 as description };
2675
+ const name_95: string;
2676
+ export { name_95 as name };
2602
2677
  const required_47: boolean;
2603
2678
  export { required_47 as required };
2604
2679
  export namespace type_47 {
2605
- const name_95: string;
2606
- export { name_95 as name };
2680
+ const name_96: string;
2681
+ export { name_96 as name };
2682
+ const value_30: {
2683
+ value: string;
2684
+ }[];
2685
+ export { value_30 as value };
2607
2686
  }
2608
2687
  export { type_47 as type };
2609
2688
  }
2610
- export { customFontSize_1 as customFontSize };
2611
- export namespace customFontWeight_1 {
2612
- const defaultValue_48: null;
2613
- export { defaultValue_48 as defaultValue };
2614
- const description_61: string;
2615
- export { description_61 as description };
2616
- const name_96: string;
2617
- export { name_96 as name };
2689
+ export namespace width_1 {
2690
+ const defaultValue_49: null;
2691
+ export { defaultValue_49 as defaultValue };
2692
+ const description_63: string;
2693
+ export { description_63 as description };
2694
+ const name_97: string;
2695
+ export { name_97 as name };
2618
2696
  const required_48: boolean;
2619
2697
  export { required_48 as required };
2620
2698
  export namespace type_48 {
2621
- const name_97: string;
2622
- export { name_97 as name };
2623
- const value_25: {
2624
- value: string;
2625
- }[];
2626
- export { value_25 as value };
2699
+ const name_98: string;
2700
+ export { name_98 as name };
2627
2701
  }
2628
2702
  export { type_48 as type };
2629
2703
  }
2630
- export { customFontWeight_1 as customFontWeight };
2631
- export namespace textDecorationType_1 {
2632
- const defaultValue_49: null;
2633
- export { defaultValue_49 as defaultValue };
2634
- const description_62: string;
2635
- export { description_62 as description };
2636
- const name_98: string;
2637
- export { name_98 as name };
2704
+ export { width_1 as width };
2705
+ export namespace height {
2706
+ const defaultValue_50: null;
2707
+ export { defaultValue_50 as defaultValue };
2708
+ const description_64: string;
2709
+ export { description_64 as description };
2710
+ const name_99: string;
2711
+ export { name_99 as name };
2638
2712
  const required_49: boolean;
2639
2713
  export { required_49 as required };
2640
2714
  export namespace type_49 {
2641
- const name_99: string;
2642
- export { name_99 as name };
2643
- const value_26: {
2644
- value: string;
2645
- }[];
2646
- export { value_26 as value };
2715
+ const name_100: string;
2716
+ export { name_100 as name };
2647
2717
  }
2648
2718
  export { type_49 as type };
2649
2719
  }
2650
- export { textDecorationType_1 as textDecorationType };
2651
- export namespace requirementMode_1 {
2652
- const defaultValue_50: null;
2653
- export { defaultValue_50 as defaultValue };
2654
- const description_63: string;
2655
- export { description_63 as description };
2656
- const name_100: string;
2657
- export { name_100 as name };
2720
+ export namespace noImageHeight {
2721
+ const defaultValue_51: null;
2722
+ export { defaultValue_51 as defaultValue };
2723
+ const description_65: string;
2724
+ export { description_65 as description };
2725
+ const name_101: string;
2726
+ export { name_101 as name };
2658
2727
  const required_50: boolean;
2659
2728
  export { required_50 as required };
2660
2729
  export namespace type_50 {
2661
- const name_101: string;
2662
- export { name_101 as name };
2663
- const value_27: {
2664
- value: string;
2665
- }[];
2666
- export { value_27 as value };
2730
+ const name_102: string;
2731
+ export { name_102 as name };
2667
2732
  }
2668
2733
  export { type_50 as type };
2669
2734
  }
2670
- export { requirementMode_1 as requirementMode };
2671
- export namespace bulletPointMode_1 {
2672
- const defaultValue_51: null;
2673
- export { defaultValue_51 as defaultValue };
2674
- const description_64: string;
2675
- export { description_64 as description };
2676
- const name_102: string;
2677
- export { name_102 as name };
2735
+ export namespace noImageWidth {
2736
+ const defaultValue_52: null;
2737
+ export { defaultValue_52 as defaultValue };
2738
+ const description_66: string;
2739
+ export { description_66 as description };
2740
+ const name_103: string;
2741
+ export { name_103 as name };
2678
2742
  const required_51: boolean;
2679
2743
  export { required_51 as required };
2680
2744
  export namespace type_51 {
2681
- const name_103: string;
2682
- export { name_103 as name };
2683
- const value_28: {
2684
- value: string;
2685
- }[];
2686
- export { value_28 as value };
2745
+ const name_104: string;
2746
+ export { name_104 as name };
2687
2747
  }
2688
2748
  export { type_51 as type };
2689
2749
  }
2690
- export { bulletPointMode_1 as bulletPointMode };
2691
- export namespace wordBreak_1 {
2692
- const defaultValue_52: null;
2693
- export { defaultValue_52 as defaultValue };
2694
- const description_65: string;
2695
- export { description_65 as description };
2696
- const name_104: string;
2697
- export { name_104 as name };
2750
+ export namespace ratio {
2751
+ const defaultValue_53: null;
2752
+ export { defaultValue_53 as defaultValue };
2753
+ const description_67: string;
2754
+ export { description_67 as description };
2755
+ const name_105: string;
2756
+ export { name_105 as name };
2698
2757
  const required_52: boolean;
2699
2758
  export { required_52 as required };
2700
2759
  export namespace type_52 {
2701
- const name_105: string;
2702
- export { name_105 as name };
2703
- const value_29: {
2760
+ const name_106: string;
2761
+ export { name_106 as name };
2762
+ const value_31: {
2704
2763
  value: string;
2705
2764
  }[];
2706
- export { value_29 as value };
2765
+ export { value_31 as value };
2707
2766
  }
2708
2767
  export { type_52 as type };
2709
2768
  }
2710
- export { wordBreak_1 as wordBreak };
2711
- export namespace fontWeight {
2712
- const defaultValue_53: null;
2713
- export { defaultValue_53 as defaultValue };
2714
- const description_66: string;
2715
- export { description_66 as description };
2716
- const name_106: string;
2717
- export { name_106 as name };
2718
- const required_53: boolean;
2719
- export { required_53 as required };
2720
- export namespace type_53 {
2721
- const name_107: string;
2722
- export { name_107 as name };
2723
- }
2724
- export { type_53 as type };
2725
- }
2726
- }
2727
- export { props_5 as props };
2728
- }
2729
- export { __docgenInfo_5 as __docgenInfo };
2730
- }
2731
- declare function SectionImage(_a: any): any;
2732
- declare namespace SectionImage {
2733
- const displayName_12: string;
2734
- export { displayName_12 as displayName };
2735
- export namespace __docgenInfo_6 {
2736
- const description_67: string;
2737
- export { description_67 as description };
2738
- const displayName_13: string;
2739
- export { displayName_13 as displayName };
2740
- export namespace props_6 {
2741
- export namespace src {
2769
+ export namespace scaleType {
2742
2770
  const defaultValue_54: null;
2743
2771
  export { defaultValue_54 as defaultValue };
2744
2772
  const description_68: string;
2745
2773
  export { description_68 as description };
2746
- const name_108: string;
2747
- export { name_108 as name };
2748
- const required_54: boolean;
2749
- export { required_54 as required };
2750
- export namespace type_54 {
2751
- const name_109: string;
2752
- export { name_109 as name };
2774
+ const name_107: string;
2775
+ export { name_107 as name };
2776
+ const required_53: boolean;
2777
+ export { required_53 as required };
2778
+ export namespace type_53 {
2779
+ const name_108: string;
2780
+ export { name_108 as name };
2781
+ const value_32: {
2782
+ value: string;
2783
+ }[];
2784
+ export { value_32 as value };
2753
2785
  }
2754
- export { type_54 as type };
2786
+ export { type_53 as type };
2755
2787
  }
2756
- export namespace shapeType {
2788
+ export namespace borderMode {
2757
2789
  const defaultValue_55: null;
2758
2790
  export { defaultValue_55 as defaultValue };
2759
2791
  const description_69: string;
2760
2792
  export { description_69 as description };
2761
- const name_110: string;
2762
- export { name_110 as name };
2763
- const required_55: boolean;
2764
- export { required_55 as required };
2765
- export namespace type_55 {
2766
- const name_111: string;
2767
- export { name_111 as name };
2768
- const value_30: {
2793
+ const name_109: string;
2794
+ export { name_109 as name };
2795
+ const required_54: boolean;
2796
+ export { required_54 as required };
2797
+ export namespace type_54 {
2798
+ const name_110: string;
2799
+ export { name_110 as name };
2800
+ const value_33: {
2769
2801
  value: string;
2770
2802
  }[];
2771
- export { value_30 as value };
2803
+ export { value_33 as value };
2772
2804
  }
2773
- export { type_55 as type };
2805
+ export { type_54 as type };
2774
2806
  }
2775
- export namespace radius {
2807
+ export namespace backgroundFillMode {
2776
2808
  const defaultValue_56: null;
2777
2809
  export { defaultValue_56 as defaultValue };
2778
2810
  const description_70: string;
2779
2811
  export { description_70 as description };
2780
- const name_112: string;
2781
- export { name_112 as name };
2782
- const required_56: boolean;
2783
- export { required_56 as required };
2784
- export namespace type_56 {
2785
- const name_113: string;
2786
- export { name_113 as name };
2787
- const value_31: {
2812
+ const name_111: string;
2813
+ export { name_111 as name };
2814
+ const required_55: boolean;
2815
+ export { required_55 as required };
2816
+ export namespace type_55 {
2817
+ const name_112: string;
2818
+ export { name_112 as name };
2819
+ const value_34: {
2788
2820
  value: string;
2789
2821
  }[];
2790
- export { value_31 as value };
2822
+ export { value_34 as value };
2791
2823
  }
2792
- export { type_56 as type };
2824
+ export { type_55 as type };
2793
2825
  }
2794
- export namespace width_1 {
2826
+ export namespace isLoading {
2795
2827
  const defaultValue_57: null;
2796
2828
  export { defaultValue_57 as defaultValue };
2797
2829
  const description_71: string;
2798
2830
  export { description_71 as description };
2799
- const name_114: string;
2800
- export { name_114 as name };
2831
+ const name_113: string;
2832
+ export { name_113 as name };
2833
+ const required_56: boolean;
2834
+ export { required_56 as required };
2835
+ export namespace type_56 {
2836
+ const name_114: string;
2837
+ export { name_114 as name };
2838
+ }
2839
+ export { type_56 as type };
2840
+ }
2841
+ }
2842
+ export { props_6 as props };
2843
+ }
2844
+ export { __docgenInfo_6 as __docgenInfo };
2845
+ }
2846
+ declare function SectionButton(_a: any): any;
2847
+ declare namespace SectionButton {
2848
+ const displayName_14: string;
2849
+ export { displayName_14 as displayName };
2850
+ export namespace __docgenInfo_7 {
2851
+ const description_72: string;
2852
+ export { description_72 as description };
2853
+ const displayName_15: string;
2854
+ export { displayName_15 as displayName };
2855
+ export namespace props_7 {
2856
+ export namespace linkType {
2857
+ export namespace defaultValue_58 {
2858
+ const value_35: string;
2859
+ export { value_35 as value };
2860
+ }
2861
+ export { defaultValue_58 as defaultValue };
2862
+ const description_73: string;
2863
+ export { description_73 as description };
2864
+ const name_115: string;
2865
+ export { name_115 as name };
2801
2866
  const required_57: boolean;
2802
2867
  export { required_57 as required };
2803
2868
  export namespace type_57 {
2804
- const name_115: string;
2805
- export { name_115 as name };
2869
+ const name_116: string;
2870
+ export { name_116 as name };
2871
+ const value_36: {
2872
+ value: string;
2873
+ }[];
2874
+ export { value_36 as value };
2806
2875
  }
2807
2876
  export { type_57 as type };
2808
2877
  }
2809
- export { width_1 as width };
2810
- export namespace height {
2811
- const defaultValue_58: null;
2812
- export { defaultValue_58 as defaultValue };
2813
- const description_72: string;
2814
- export { description_72 as description };
2815
- const name_116: string;
2816
- export { name_116 as name };
2878
+ export namespace buttonType {
2879
+ const defaultValue_59: null;
2880
+ export { defaultValue_59 as defaultValue };
2881
+ const description_74: string;
2882
+ export { description_74 as description };
2883
+ const name_117: string;
2884
+ export { name_117 as name };
2817
2885
  const required_58: boolean;
2818
2886
  export { required_58 as required };
2819
2887
  export namespace type_58 {
2820
- const name_117: string;
2821
- export { name_117 as name };
2888
+ const name_118: string;
2889
+ export { name_118 as name };
2822
2890
  }
2823
2891
  export { type_58 as type };
2824
2892
  }
2825
- export namespace noImageHeight {
2826
- const defaultValue_59: null;
2827
- export { defaultValue_59 as defaultValue };
2828
- const description_73: string;
2829
- export { description_73 as description };
2830
- const name_118: string;
2831
- export { name_118 as name };
2893
+ export namespace backgroundColor {
2894
+ const defaultValue_60: null;
2895
+ export { defaultValue_60 as defaultValue };
2896
+ const description_75: string;
2897
+ export { description_75 as description };
2898
+ const name_119: string;
2899
+ export { name_119 as name };
2832
2900
  const required_59: boolean;
2833
2901
  export { required_59 as required };
2834
2902
  export namespace type_59 {
2835
- const name_119: string;
2836
- export { name_119 as name };
2903
+ const name_120: string;
2904
+ export { name_120 as name };
2837
2905
  }
2838
2906
  export { type_59 as type };
2839
2907
  }
2840
- export namespace noImageWidth {
2841
- const defaultValue_60: null;
2842
- export { defaultValue_60 as defaultValue };
2843
- const description_74: string;
2844
- export { description_74 as description };
2845
- const name_120: string;
2846
- export { name_120 as name };
2908
+ export namespace textColor {
2909
+ const defaultValue_61: null;
2910
+ export { defaultValue_61 as defaultValue };
2911
+ const description_76: string;
2912
+ export { description_76 as description };
2913
+ const name_121: string;
2914
+ export { name_121 as name };
2847
2915
  const required_60: boolean;
2848
2916
  export { required_60 as required };
2849
2917
  export namespace type_60 {
2850
- const name_121: string;
2851
- export { name_121 as name };
2918
+ const name_122: string;
2919
+ export { name_122 as name };
2852
2920
  }
2853
2921
  export { type_60 as type };
2854
2922
  }
2855
- export namespace ratio {
2856
- const defaultValue_61: null;
2857
- export { defaultValue_61 as defaultValue };
2858
- const description_75: string;
2859
- export { description_75 as description };
2860
- const name_122: string;
2861
- export { name_122 as name };
2923
+ export namespace text_2 {
2924
+ const defaultValue_62: null;
2925
+ export { defaultValue_62 as defaultValue };
2926
+ const description_77: string;
2927
+ export { description_77 as description };
2928
+ const name_123: string;
2929
+ export { name_123 as name };
2862
2930
  const required_61: boolean;
2863
2931
  export { required_61 as required };
2864
2932
  export namespace type_61 {
2865
- const name_123: string;
2866
- export { name_123 as name };
2867
- const value_32: {
2868
- value: string;
2869
- }[];
2870
- export { value_32 as value };
2933
+ const name_124: string;
2934
+ export { name_124 as name };
2871
2935
  }
2872
2936
  export { type_61 as type };
2873
2937
  }
2874
- export namespace scaleType {
2875
- const defaultValue_62: null;
2876
- export { defaultValue_62 as defaultValue };
2877
- const description_76: string;
2878
- export { description_76 as description };
2879
- const name_124: string;
2880
- export { name_124 as name };
2938
+ export { text_2 as text };
2939
+ export namespace src_1 {
2940
+ export namespace defaultValue_63 {
2941
+ const value_37: string;
2942
+ export { value_37 as value };
2943
+ }
2944
+ export { defaultValue_63 as defaultValue };
2945
+ const description_78: string;
2946
+ export { description_78 as description };
2947
+ const name_125: string;
2948
+ export { name_125 as name };
2881
2949
  const required_62: boolean;
2882
2950
  export { required_62 as required };
2883
2951
  export namespace type_62 {
2884
- const name_125: string;
2885
- export { name_125 as name };
2886
- const value_33: {
2887
- value: string;
2888
- }[];
2889
- export { value_33 as value };
2952
+ const name_126: string;
2953
+ export { name_126 as name };
2890
2954
  }
2891
2955
  export { type_62 as type };
2892
2956
  }
2893
- export namespace borderMode {
2894
- const defaultValue_63: null;
2895
- export { defaultValue_63 as defaultValue };
2896
- const description_77: string;
2897
- export { description_77 as description };
2898
- const name_126: string;
2899
- export { name_126 as name };
2957
+ export { src_1 as src };
2958
+ export namespace borderColor {
2959
+ const defaultValue_64: null;
2960
+ export { defaultValue_64 as defaultValue };
2961
+ const description_79: string;
2962
+ export { description_79 as description };
2963
+ const name_127: string;
2964
+ export { name_127 as name };
2900
2965
  const required_63: boolean;
2901
2966
  export { required_63 as required };
2902
2967
  export namespace type_63 {
2903
- const name_127: string;
2904
- export { name_127 as name };
2905
- const value_34: {
2906
- value: string;
2907
- }[];
2908
- export { value_34 as value };
2968
+ const name_128: string;
2969
+ export { name_128 as name };
2909
2970
  }
2910
2971
  export { type_63 as type };
2911
2972
  }
2912
- export namespace backgroundFillMode {
2913
- const defaultValue_64: null;
2914
- export { defaultValue_64 as defaultValue };
2915
- const description_78: string;
2916
- export { description_78 as description };
2917
- const name_128: string;
2918
- export { name_128 as name };
2973
+ export namespace state {
2974
+ export namespace defaultValue_65 {
2975
+ const value_38: string;
2976
+ export { value_38 as value };
2977
+ }
2978
+ export { defaultValue_65 as defaultValue };
2979
+ const description_80: string;
2980
+ export { description_80 as description };
2981
+ const name_129: string;
2982
+ export { name_129 as name };
2919
2983
  const required_64: boolean;
2920
2984
  export { required_64 as required };
2921
2985
  export namespace type_64 {
2922
- const name_129: string;
2923
- export { name_129 as name };
2924
- const value_35: {
2925
- value: string;
2926
- }[];
2927
- export { value_35 as value };
2928
- }
2929
- export { type_64 as type };
2930
- }
2931
- export namespace isLoading {
2932
- const defaultValue_65: null;
2933
- export { defaultValue_65 as defaultValue };
2934
- const description_79: string;
2935
- export { description_79 as description };
2936
- const name_130: string;
2937
- export { name_130 as name };
2938
- const required_65: boolean;
2939
- export { required_65 as required };
2940
- export namespace type_65 {
2941
- const name_131: string;
2942
- export { name_131 as name };
2943
- }
2944
- export { type_65 as type };
2945
- }
2946
- }
2947
- export { props_6 as props };
2948
- }
2949
- export { __docgenInfo_6 as __docgenInfo };
2950
- }
2951
- declare function SectionButton(_a: any): any;
2952
- declare namespace SectionButton {
2953
- const displayName_14: string;
2954
- export { displayName_14 as displayName };
2955
- export namespace __docgenInfo_7 {
2956
- const description_80: string;
2957
- export { description_80 as description };
2958
- const displayName_15: string;
2959
- export { displayName_15 as displayName };
2960
- export namespace props_7 {
2961
- export namespace linkType {
2962
- export namespace defaultValue_66 {
2963
- const value_36: string;
2964
- export { value_36 as value };
2965
- }
2966
- export { defaultValue_66 as defaultValue };
2967
- const description_81: string;
2968
- export { description_81 as description };
2969
- const name_132: string;
2970
- export { name_132 as name };
2971
- const required_66: boolean;
2972
- export { required_66 as required };
2973
- export namespace type_66 {
2974
- const name_133: string;
2975
- export { name_133 as name };
2976
- const value_37: {
2986
+ const name_130: string;
2987
+ export { name_130 as name };
2988
+ const value_39: {
2977
2989
  value: string;
2978
2990
  }[];
2979
- export { value_37 as value };
2980
- }
2981
- export { type_66 as type };
2982
- }
2983
- export namespace buttonType {
2984
- const defaultValue_67: null;
2985
- export { defaultValue_67 as defaultValue };
2986
- const description_82: string;
2987
- export { description_82 as description };
2988
- const name_134: string;
2989
- export { name_134 as name };
2990
- const required_67: boolean;
2991
- export { required_67 as required };
2992
- export namespace type_67 {
2993
- const name_135: string;
2994
- export { name_135 as name };
2995
- }
2996
- export { type_67 as type };
2997
- }
2998
- export namespace backgroundColor {
2999
- const defaultValue_68: null;
3000
- export { defaultValue_68 as defaultValue };
3001
- const description_83: string;
3002
- export { description_83 as description };
3003
- const name_136: string;
3004
- export { name_136 as name };
3005
- const required_68: boolean;
3006
- export { required_68 as required };
3007
- export namespace type_68 {
3008
- const name_137: string;
3009
- export { name_137 as name };
3010
- }
3011
- export { type_68 as type };
3012
- }
3013
- export namespace textColor {
3014
- const defaultValue_69: null;
3015
- export { defaultValue_69 as defaultValue };
3016
- const description_84: string;
3017
- export { description_84 as description };
3018
- const name_138: string;
3019
- export { name_138 as name };
3020
- const required_69: boolean;
3021
- export { required_69 as required };
3022
- export namespace type_69 {
3023
- const name_139: string;
3024
- export { name_139 as name };
3025
- }
3026
- export { type_69 as type };
3027
- }
3028
- export namespace text_2 {
3029
- const defaultValue_70: null;
3030
- export { defaultValue_70 as defaultValue };
3031
- const description_85: string;
3032
- export { description_85 as description };
3033
- const name_140: string;
3034
- export { name_140 as name };
3035
- const required_70: boolean;
3036
- export { required_70 as required };
3037
- export namespace type_70 {
3038
- const name_141: string;
3039
- export { name_141 as name };
3040
- }
3041
- export { type_70 as type };
3042
- }
3043
- export { text_2 as text };
3044
- export namespace src_1 {
3045
- export namespace defaultValue_71 {
3046
- const value_38: string;
3047
- export { value_38 as value };
3048
- }
3049
- export { defaultValue_71 as defaultValue };
3050
- const description_86: string;
3051
- export { description_86 as description };
3052
- const name_142: string;
3053
- export { name_142 as name };
3054
- const required_71: boolean;
3055
- export { required_71 as required };
3056
- export namespace type_71 {
3057
- const name_143: string;
3058
- export { name_143 as name };
3059
- }
3060
- export { type_71 as type };
3061
- }
3062
- export { src_1 as src };
3063
- export namespace borderColor {
3064
- const defaultValue_72: null;
3065
- export { defaultValue_72 as defaultValue };
3066
- const description_87: string;
3067
- export { description_87 as description };
3068
- const name_144: string;
3069
- export { name_144 as name };
3070
- const required_72: boolean;
3071
- export { required_72 as required };
3072
- export namespace type_72 {
3073
- const name_145: string;
3074
- export { name_145 as name };
3075
- }
3076
- export { type_72 as type };
3077
- }
3078
- export namespace state {
3079
- export namespace defaultValue_73 {
3080
- const value_39: string;
3081
2991
  export { value_39 as value };
3082
2992
  }
3083
- export { defaultValue_73 as defaultValue };
3084
- const description_88: string;
3085
- export { description_88 as description };
3086
- const name_146: string;
3087
- export { name_146 as name };
3088
- const required_73: boolean;
3089
- export { required_73 as required };
3090
- export namespace type_73 {
3091
- const name_147: string;
3092
- export { name_147 as name };
3093
- const value_40: {
3094
- value: string;
3095
- }[];
3096
- export { value_40 as value };
3097
- }
3098
- export { type_73 as type };
2993
+ export { type_64 as type };
3099
2994
  }
3100
2995
  }
3101
2996
  export { props_7 as props };
@@ -3105,17 +3000,17 @@ declare namespace SectionButton {
3105
3000
  declare var M_TemplateA: any;
3106
3001
  declare var D_TemplateB: any;
3107
3002
  declare var M_TemplateB: any;
3108
- declare var ContentsSection: any;
3109
- declare var FooterSection: any;
3110
- declare var InfoBoxSection: any;
3111
- declare var TemplateC_desktop: any;
3112
- declare var TemplateC_mobile: any;
3113
- declare var TemplateD_desktop: any;
3114
- declare var TemplateD_mobile: any;
3115
- declare var IntroSection: any;
3116
3003
  declare var TemplateC: any;
3117
3004
  declare var TemplateD: any;
3118
3005
  declare var D_TemplateC: any;
3119
3006
  declare var M_TemplateC: any;
3120
3007
  declare var D_TemplateD: any;
3121
3008
  declare var M_TemplateD: any;
3009
+ declare var TemplateA_desktop: any;
3010
+ declare var TemplateA_mobile: any;
3011
+ declare var TemplateB_desktop: any;
3012
+ declare var TemplateB_mobile: any;
3013
+ declare var TemplateC_desktop: any;
3014
+ declare var TemplateC_mobile: any;
3015
+ declare var TemplateD_desktop: any;
3016
+ declare var TemplateD_mobile: any;