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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (345) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +3 -0
  3. package/dist/index.js +16 -0
  4. package/dist/src/GlobalStyle.js +4 -1
  5. package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
  7. package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
  9. package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
  11. package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
  13. package/dist/src/common/assets/icons/fill/index.d.ts +4 -0
  14. package/dist/src/common/assets/icons/fill/index.js +8 -0
  15. package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
  16. package/dist/src/common/assets/icons/line/Confetti.js +36 -0
  17. package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
  18. package/dist/src/common/assets/icons/line/CsBold.js +34 -0
  19. package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
  20. package/dist/src/common/assets/icons/line/CsFace.js +34 -0
  21. package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
  22. package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
  23. package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
  24. package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
  25. package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
  26. package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
  27. package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
  28. package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
  29. package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
  30. package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
  31. package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
  32. package/dist/src/common/assets/icons/line/Mail.js +36 -0
  33. package/dist/src/common/assets/icons/line/News.d.ts +4 -0
  34. package/dist/src/common/assets/icons/line/News.js +36 -0
  35. package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
  36. package/dist/src/common/assets/icons/line/Rocket.js +36 -0
  37. package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
  38. package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
  39. package/dist/src/common/assets/icons/line/index.d.ts +12 -0
  40. package/dist/src/common/assets/icons/line/index.js +24 -0
  41. package/dist/src/common/services/i18n/resources/en.json +4852 -1257
  42. package/dist/src/common/services/i18n/resources/es.json +6105 -2510
  43. package/dist/src/common/services/i18n/resources/index.d.ts +28084 -16
  44. package/dist/src/common/services/i18n/resources/index.js +5 -1
  45. package/dist/src/common/services/i18n/resources/jp.json +6114 -2519
  46. package/dist/src/common/services/i18n/resources/ko.json +3816 -221
  47. package/dist/src/common/services/i18n/resources/zh-tw.json +6844 -0
  48. package/dist/src/common/services/i18n/resources/zh-zh.json +6844 -0
  49. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +22 -8
  50. package/dist/src/common/styles/colorSet/PaletteColor_light.json +22 -8
  51. package/dist/src/common/styles/colorSet/SemanticColor.json +11 -5
  52. package/dist/src/common/styles/colorSet/UIColor.json +47 -7
  53. package/dist/src/common/styles/colorSet/index.d.ts +339 -265
  54. package/dist/src/common/styles/colorSet/index.js +3 -3
  55. package/dist/src/common/styles/colorSet/ui-type.d.ts +44 -4
  56. package/dist/src/common/styles/index.d.ts +4 -0
  57. package/dist/src/common/styles/movement/animationStyle.d.ts +4 -0
  58. package/dist/src/common/styles/movement/animationStyle.js +8 -4
  59. package/dist/src/common/styles/movement/keyframes.d.ts +3 -1
  60. package/dist/src/common/styles/movement/keyframes.js +11 -9
  61. package/dist/src/common/styles/movement/transitionStyle.d.ts +1 -1
  62. package/dist/src/common/styles/movement/transitionStyle.js +2 -2
  63. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
  64. package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
  65. package/dist/src/common/styles/theme.d.ts +4 -0
  66. package/dist/src/common/styles/theme.js +17 -13
  67. package/dist/src/common/types/styled-components.d.ts +9 -5
  68. package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
  69. package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
  70. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
  71. package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
  72. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  73. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +19 -15
  74. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  75. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
  76. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  77. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
  78. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  79. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
  80. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  81. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  82. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -3
  83. package/dist/src/desktop/components/Dropdown/Dropdown.js +31 -11
  84. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +7 -7
  85. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +2 -2
  86. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  87. package/dist/src/desktop/components/MainButton/MainButton.js +120 -33
  88. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +4 -1
  89. package/dist/src/desktop/components/Select/Select.js +26 -10
  90. package/dist/src/desktop/components/TextField/TextField.js +34 -14
  91. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +7 -5
  92. package/dist/src/desktop/components/TextLabel/TextLabel.js +61 -42
  93. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  94. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +131 -34
  95. package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
  96. package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
  97. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
  98. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +5 -3
  99. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +29 -24
  100. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +4 -1
  101. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +22 -10
  102. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -2
  103. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +34 -17
  104. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
  105. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
  106. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
  107. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
  108. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +4 -3
  109. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +55 -34
  110. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
  111. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
  112. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
  113. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
  114. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
  115. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
  116. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
  117. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
  118. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
  119. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
  120. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
  121. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
  122. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +15 -0
  123. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +75 -0
  124. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +1 -0
  125. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +3 -1
  126. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
  127. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
  128. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +5 -2
  129. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +2 -1
  130. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +14 -5
  131. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +1 -1
  132. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +3 -2
  133. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +2 -1
  134. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +14 -5
  135. package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +1 -0
  136. package/dist/src/desktop/layout/LayoutWF/Containers/index.js +3 -1
  137. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +5 -2
  138. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +55 -27
  139. package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
  140. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  141. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
  142. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
  143. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
  144. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
  145. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
  146. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
  147. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
  148. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
  149. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
  150. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
  151. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
  152. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
  153. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
  154. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
  155. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
  156. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
  157. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
  158. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
  159. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
  160. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
  161. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
  162. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
  163. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
  164. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
  165. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
  166. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
  167. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
  168. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
  169. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
  170. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
  171. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
  172. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
  173. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  174. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  175. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
  176. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
  177. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
  178. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
  179. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
  180. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
  181. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
  182. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
  183. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
  184. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
  185. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
  186. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
  187. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
  188. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
  189. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
  190. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
  191. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
  192. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
  193. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
  194. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
  195. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
  196. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
  197. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
  198. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
  199. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
  200. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
  201. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
  202. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
  203. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
  204. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
  205. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
  206. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
  207. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
  208. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
  209. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
  210. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
  211. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
  212. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
  213. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
  214. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
  215. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
  216. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
  217. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  218. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
  219. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +30 -17
  220. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +9 -12
  221. package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
  222. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  223. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
  224. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  225. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
  226. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  227. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
  228. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  229. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  230. package/dist/src/mobile/components/Dropdown/Dropdown.js +18 -8
  231. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +1 -1
  232. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  233. package/dist/src/mobile/components/MainButton/MainButton.js +114 -30
  234. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +3 -3
  235. package/dist/src/mobile/components/Select/Select.js +15 -7
  236. package/dist/src/mobile/components/TextField/TextField.js +19 -9
  237. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -5
  238. package/dist/src/mobile/components/TextLabel/TextLabel.js +57 -38
  239. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  240. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +126 -32
  241. package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
  242. package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
  243. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  244. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  245. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
  246. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
  247. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
  248. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
  249. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
  250. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
  251. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
  252. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
  253. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
  254. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
  255. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
  256. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  257. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  258. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  259. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
  260. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
  261. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
  262. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
  263. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
  264. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  265. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  266. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  267. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
  268. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
  269. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
  270. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
  271. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
  272. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
  273. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
  274. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
  275. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
  276. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
  277. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
  278. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
  279. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  280. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
  281. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
  282. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
  283. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
  284. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
  285. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
  286. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
  287. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
  288. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
  289. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
  290. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
  291. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
  292. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
  293. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
  294. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
  295. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
  296. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
  297. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
  298. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  299. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +2 -2
  300. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  301. package/dist/src/sub/DynamicLayout/DynamicLayout.js +6 -94
  302. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
  303. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
  304. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
  305. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
  306. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
  307. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +129 -0
  308. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
  309. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
  310. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
  311. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
  312. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
  313. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
  314. package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
  315. package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
  316. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
  317. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
  318. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
  319. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
  320. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.d.ts +1 -0
  321. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
  322. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
  323. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
  324. package/dist/src/sub/DynamicLayout/types.d.ts +2 -1
  325. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.69b174ef.iframe.bundle.d.ts} +0 -0
  326. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.69b174ef.iframe.bundle.js} +8 -8
  327. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.32dc09b1.iframe.bundle.d.ts} +0 -0
  328. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.32dc09b1.iframe.bundle.js} +71 -71
  329. package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.c1637fa3.iframe.bundle.d.ts} +0 -0
  330. package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.c1637fa3.iframe.bundle.js} +13 -13
  331. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.9d79e5b5.iframe.bundle.d.ts} +0 -0
  332. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.9d79e5b5.iframe.bundle.js} +6 -6
  333. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.b309bb58.iframe.bundle.d.ts} +0 -0
  334. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.b309bb58.iframe.bundle.js} +3 -3
  335. package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.9a5b3a3c.iframe.bundle.d.ts} +1113 -1220
  336. package/dist/storybook-static/main.9a5b3a3c.iframe.bundle.js +17145 -0
  337. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.b6fc2c86.iframe.bundle.d.ts} +0 -0
  338. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.b6fc2c86.iframe.bundle.js} +1 -1
  339. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.0fbc3a5b.iframe.bundle.d.ts} +0 -0
  340. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.0fbc3a5b.iframe.bundle.js} +828 -828
  341. package/package.json +1 -1
  342. package/release-note.md +4 -3
  343. package/dist/src/common/hooks/useAnimation.d.ts +0 -2
  344. package/dist/src/common/hooks/useAnimation.js +0 -19
  345. package/dist/storybook-static/main.997ab4f6.iframe.bundle.js +0 -16278
@@ -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, WizardPageMenu, TabMenu, LeftSubMenu, StepContainer, 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, 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, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenu, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, MainButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, 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, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, 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, 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, WFL_2, 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,22 +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;
272
- declare var ContextMenu: any;
273
- declare var MainButton: any;
274
- declare var fontWeight: any;
275
- declare var desktopFontSize: any;
276
- declare var desktopLineHeight: any;
277
- declare var desktopEditorFontSize: any;
278
- declare var desktopEditorLineHeight: any;
279
- declare var mobileFontSize: any;
280
- declare var mobileLineHeight: any;
281
- declare var mobileEditorFontSize: any;
282
- declare var mobileEditorLineHeight: any;
283
- declare var boxShadow: any;
284
- declare var spacing: any;
285
- declare var uiColors: any;
286
- declare var customTheme: any;
287
- declare function themeByGivenTone(tone: any): 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;
288
139
  declare var AdminList: any;
289
140
  declare var AdminListHeader: any;
290
141
  declare var AdminListItem: any;
@@ -300,6 +151,7 @@ declare var ChatBubbleListItem: any;
300
151
  declare var ChatList: any;
301
152
  declare var Checkbox: any;
302
153
  declare var Chip: any;
154
+ declare var ContextMenu: any;
303
155
  declare var ContextMenuItem: any;
304
156
  declare var DesktopAlertDialog: any;
305
157
  declare var DesktopHeaderBar: any;
@@ -314,6 +166,7 @@ declare var Hero: any;
314
166
  declare var HorizontalFormGroup: any;
315
167
  declare var ImageSlide: any;
316
168
  declare var LottieReactionButton: any;
169
+ declare var MainButton: any;
317
170
  declare var PageTitleTextGroup: any;
318
171
  declare var Radio: any;
319
172
  declare var ReactionButton: any;
@@ -327,26 +180,42 @@ declare var UploadTextButton: any;
327
180
  declare var UserDesktopNavBar: any;
328
181
  declare var UserDesktopSideTab: any;
329
182
  declare var UserDesktopTabBar: any;
183
+ declare var fontWeight: any;
184
+ declare var desktopFontSize: any;
185
+ declare var desktopLineHeight: any;
186
+ declare var desktopEditorFontSize: any;
187
+ declare var desktopEditorLineHeight: any;
188
+ declare var mobileFontSize: any;
189
+ declare var mobileLineHeight: any;
190
+ declare var mobileEditorFontSize: any;
191
+ declare var mobileEditorLineHeight: any;
192
+ declare var boxShadow: any;
193
+ declare var spacing: any;
194
+ declare var uiColors: any;
195
+ declare var customTheme: any;
196
+ declare function themeByGivenTone(tone: any): 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 };
692
- }
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 };
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,8 +625,8 @@ 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 {
628
+ export { properties_3 as properties };
629
+ export namespace styles_3 {
765
630
  const backgroundColorInHex_3: string;
766
631
  export { backgroundColorInHex_3 as backgroundColorInHex };
767
632
  const backgroundMediaSrc_3: string;
@@ -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;
@@ -1298,6 +1174,11 @@ declare var useDetectOverflow: any;
1298
1174
  declare var usePrevious: any;
1299
1175
  declare var MenuItemNav: any;
1300
1176
  declare function getSearchExceptGivenName(search: any, name: any): string;
1177
+ declare var AnnotationSheet: any;
1178
+ declare var ContentSheet: any;
1179
+ declare var DesktopBasicModal: any;
1180
+ declare var DesktopHeadlessModal: any;
1181
+ declare var SectionSheet: any;
1301
1182
  declare var Default: any;
1302
1183
  declare var ChipDefault: any;
1303
1184
  declare var SearchFieldDefault: any;
@@ -1306,7 +1187,15 @@ declare var ImageCard: any;
1306
1187
  declare var MobileAlertDialog: any;
1307
1188
  declare var MobileHeaderBar: any;
1308
1189
  declare var MobileTabBar: any;
1190
+ declare var SectionMatcher: any;
1191
+ declare var ContentsCarouselSection: any;
1192
+ declare var useLazyUnmount: any;
1193
+ declare var ContentsSection: any;
1194
+ declare var FooterSection: any;
1195
+ declare var InfoBoxSection: any;
1196
+ declare var IntroSection: any;
1309
1197
  declare var ToggleTone: any;
1198
+ declare var StepContainer: any;
1310
1199
  declare var WFA: any;
1311
1200
  declare var WFB: any;
1312
1201
  declare var WFC: any;
@@ -1318,11 +1207,11 @@ declare var WFH: any;
1318
1207
  declare var WFI: any;
1319
1208
  declare var WFJ: any;
1320
1209
  declare var WFK: any;
1210
+ declare var WFL: any;
1321
1211
  declare var PageMenu: any;
1322
1212
  declare var WizardPageMenu: any;
1323
1213
  declare var TabMenu: any;
1324
1214
  declare var LeftSubMenu: any;
1325
- declare var StepContainer: any;
1326
1215
  declare var Step: any;
1327
1216
  declare var WHA: any;
1328
1217
  declare var WHB: any;
@@ -1367,106 +1256,105 @@ declare namespace Popup {
1367
1256
  const displayName_4: string;
1368
1257
  export { displayName_4 as displayName };
1369
1258
  export namespace __docgenInfo_2 {
1370
- const description_19: string;
1371
- export { description_19 as description };
1259
+ const description_11: string;
1260
+ export { description_11 as description };
1372
1261
  const displayName_5: string;
1373
1262
  export { displayName_5 as displayName };
1374
1263
  export namespace props_2 {
1375
1264
  namespace targetRef {
1376
- const defaultValue_10: null;
1377
- export { defaultValue_10 as defaultValue };
1378
- const description_20: string;
1379
- export { description_20 as description };
1380
- const name_20: string;
1381
- export { name_20 as name };
1382
- const required_10: boolean;
1383
- export { required_10 as required };
1384
- export namespace type_10 {
1385
- const name_21: string;
1386
- export { name_21 as name };
1265
+ const defaultValue_2: null;
1266
+ export { defaultValue_2 as defaultValue };
1267
+ const description_12: string;
1268
+ export { description_12 as description };
1269
+ const name_3: string;
1270
+ export { name_3 as name };
1271
+ const required_1: boolean;
1272
+ export { required_1 as required };
1273
+ export namespace type_1 {
1274
+ const name_4: string;
1275
+ export { name_4 as name };
1387
1276
  }
1388
- export { type_10 as type };
1277
+ export { type_1 as type };
1389
1278
  }
1390
1279
  namespace isOpen {
1391
- export namespace defaultValue_11 {
1392
- const value_1: string;
1393
- export { value_1 as value };
1280
+ export namespace defaultValue_3 {
1281
+ const value: string;
1394
1282
  }
1395
- export { defaultValue_11 as defaultValue };
1396
- const description_21: string;
1397
- export { description_21 as description };
1398
- const name_22: string;
1399
- export { name_22 as name };
1400
- const required_11: boolean;
1401
- export { required_11 as required };
1402
- export namespace type_11 {
1403
- const name_23: string;
1404
- export { name_23 as name };
1283
+ export { defaultValue_3 as defaultValue };
1284
+ const description_13: string;
1285
+ export { description_13 as description };
1286
+ const name_5: string;
1287
+ export { name_5 as name };
1288
+ const required_2: boolean;
1289
+ export { required_2 as required };
1290
+ export namespace type_2 {
1291
+ const name_6: string;
1292
+ export { name_6 as name };
1405
1293
  }
1406
- export { type_11 as type };
1294
+ export { type_2 as type };
1407
1295
  }
1408
1296
  namespace onClickOutside {
1409
- const defaultValue_12: null;
1410
- export { defaultValue_12 as defaultValue };
1411
- const description_22: string;
1412
- export { description_22 as description };
1413
- const name_24: string;
1414
- export { name_24 as name };
1415
- const required_12: boolean;
1416
- export { required_12 as required };
1417
- export namespace type_12 {
1418
- const name_25: string;
1419
- export { name_25 as name };
1297
+ const defaultValue_4: null;
1298
+ export { defaultValue_4 as defaultValue };
1299
+ const description_14: string;
1300
+ export { description_14 as description };
1301
+ const name_7: string;
1302
+ export { name_7 as name };
1303
+ const required_3: boolean;
1304
+ export { required_3 as required };
1305
+ export namespace type_3 {
1306
+ const name_8: string;
1307
+ export { name_8 as name };
1420
1308
  }
1421
- export { type_12 as type };
1309
+ export { type_3 as type };
1422
1310
  }
1423
1311
  namespace onClick {
1424
- const defaultValue_13: null;
1425
- export { defaultValue_13 as defaultValue };
1426
- const description_23: string;
1427
- export { description_23 as description };
1428
- const name_26: string;
1429
- export { name_26 as name };
1430
- const required_13: boolean;
1431
- export { required_13 as required };
1432
- export namespace type_13 {
1433
- const name_27: string;
1434
- export { name_27 as name };
1312
+ const defaultValue_5: null;
1313
+ export { defaultValue_5 as defaultValue };
1314
+ const description_15: string;
1315
+ export { description_15 as description };
1316
+ const name_9: string;
1317
+ export { name_9 as name };
1318
+ const required_4: boolean;
1319
+ export { required_4 as required };
1320
+ export namespace type_4 {
1321
+ const name_10: string;
1322
+ export { name_10 as name };
1435
1323
  }
1436
- export { type_13 as type };
1324
+ export { type_4 as type };
1437
1325
  }
1438
1326
  namespace placement {
1439
- export namespace defaultValue_14 {
1440
- const value_2: string;
1441
- export { value_2 as value };
1327
+ export namespace defaultValue_6 {
1328
+ const value_1: string;
1329
+ export { value_1 as value };
1442
1330
  }
1443
- export { defaultValue_14 as defaultValue };
1444
- const description_24: string;
1445
- export { description_24 as description };
1446
- const name_28: string;
1447
- export { name_28 as name };
1448
- const required_14: boolean;
1449
- export { required_14 as required };
1450
- export namespace type_14 {
1451
- const name_29: string;
1452
- export { name_29 as name };
1331
+ export { defaultValue_6 as defaultValue };
1332
+ const description_16: string;
1333
+ export { description_16 as description };
1334
+ const name_11: string;
1335
+ export { name_11 as name };
1336
+ const required_5: boolean;
1337
+ export { required_5 as required };
1338
+ export namespace type_5 {
1339
+ const name_12: string;
1340
+ export { name_12 as name };
1453
1341
  }
1454
- export { type_14 as type };
1342
+ export { type_5 as type };
1455
1343
  }
1456
1344
  namespace wrapperHeight {
1457
- const defaultValue_15: null;
1458
- export { defaultValue_15 as defaultValue };
1459
- const description_25: string;
1460
- export { description_25 as description };
1461
- const name_30: string;
1462
- export { name_30 as name };
1463
- const required_15: boolean;
1464
- export { required_15 as required };
1465
- export namespace type_15 {
1466
- const name_31: string;
1467
- export { name_31 as name };
1345
+ const defaultValue_7: null;
1346
+ export { defaultValue_7 as defaultValue };
1347
+ const description_17: string;
1348
+ export { description_17 as description };
1349
+ const name_13: string;
1350
+ export { name_13 as name };
1351
+ const required_6: boolean;
1352
+ export { required_6 as required };
1353
+ export namespace type_6 {
1354
+ const name_14: string;
1355
+ export { name_14 as name };
1468
1356
  }
1469
- export { type_15 as type };
1357
+ export { type_6 as type };
1470
1358
  }
1471
1359
  }
1472
1360
  export { props_2 as props };
@@ -1478,8 +1366,8 @@ declare namespace PopupProvider {
1478
1366
  const displayName_6: string;
1479
1367
  export { displayName_6 as displayName };
1480
1368
  export namespace __docgenInfo_3 {
1481
- const description_26: string;
1482
- export { description_26 as description };
1369
+ const description_18: string;
1370
+ export { description_18 as description };
1483
1371
  const displayName_7: string;
1484
1372
  export { displayName_7 as displayName };
1485
1373
  const props_3: {};
@@ -1495,6 +1383,22 @@ declare namespace iconThemeColorLineColors {
1495
1383
  const line1: string;
1496
1384
  const line2: string;
1497
1385
  }
1386
+ declare var fadeIn: any;
1387
+ declare var fadeOut: any;
1388
+ declare var glow: any;
1389
+ declare var scaleUp: any;
1390
+ declare var scaleDown: any;
1391
+ declare var scaleUpIncludeTranslate: any;
1392
+ declare var scaleDownIncludeTranslate: any;
1393
+ declare var gelatine: any;
1394
+ declare var scaleBounceIn: any;
1395
+ declare var scaleBounceIn02: any;
1396
+ declare var scaleBounceOut: any;
1397
+ declare var scaleBounceOut02: any;
1398
+ declare var scaleBounceInIncludeTranslate: any;
1399
+ declare var scaleBounceOutIncludeTranslate: any;
1400
+ declare var scaleBounceInIncludeTranslate02: any;
1401
+ declare var scaleBounceOutIncludeTranslate02: any;
1498
1402
  declare var BrandLogo: any;
1499
1403
  declare var PrimaryMenu: any;
1500
1404
  declare var SecondaryMenu: any;
@@ -1687,13 +1591,6 @@ declare namespace textStyles {
1687
1591
  const small: string;
1688
1592
  const xsmall: string;
1689
1593
  }
1690
- declare namespace textThemeColorLines {
1691
- const line1_1: string;
1692
- export { line1_1 as line1 };
1693
- const line2_1: string;
1694
- export { line2_1 as line2 };
1695
- export const line3: string;
1696
- }
1697
1594
  declare namespace iconFillTypeColors {
1698
1595
  const fill_1: string;
1699
1596
  export { fill_1 as fill };
@@ -1704,19 +1601,6 @@ declare namespace iconStyleThemeColors {
1704
1601
  const primary: string;
1705
1602
  const secondary: string;
1706
1603
  }
1707
- declare namespace iconColorThemeLineColors {
1708
- const line1_2: string;
1709
- export { line1_2 as line1 };
1710
- const line2_2: string;
1711
- export { line2_2 as line2 };
1712
- const line3_1: string;
1713
- export { line3_1 as line3 };
1714
- }
1715
- declare var AnnotationSheet: any;
1716
- declare var ContentSheet: any;
1717
- declare var DesktopBasicModal: any;
1718
- declare var DesktopHeadlessModal: any;
1719
- declare var SectionSheet: any;
1720
1604
  declare var Single: any;
1721
1605
  declare var Multi: any;
1722
1606
  declare var Auto: any;
@@ -1747,12 +1631,17 @@ declare var MultiCardList: any;
1747
1631
  declare var Grey01: any;
1748
1632
  declare var Primary: any;
1749
1633
  declare var LongText: any;
1750
- declare var SellerTail: any;
1751
- declare var Seller: any;
1752
- declare var SubscriberTail: any;
1753
- declare var Subscriber: any;
1754
- declare var MyTail: any;
1755
- 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;
1756
1645
  declare var WithImage: any;
1757
1646
  declare var AllVariation: any;
1758
1647
  declare var AllIcon: any;
@@ -1813,12 +1702,15 @@ declare var LongTextWithLineBreakTab: any;
1813
1702
  declare var TextDefault: any;
1814
1703
  declare var CenterNoneDefault: any;
1815
1704
  declare var WFA_1: any;
1705
+ declare var WFA_2: any;
1816
1706
  declare var WFB_1: any;
1817
1707
  declare var WFC_1: any;
1818
1708
  declare var WFD_1: any;
1819
1709
  declare var WFD_2: any;
1820
1710
  declare var WFE_1: any;
1821
1711
  declare var WFE_2: any;
1712
+ declare var WFE_3: any;
1713
+ declare var WFE_4: any;
1822
1714
  declare var WFF_1: any;
1823
1715
  declare var WFG_1: any;
1824
1716
  declare var WFG_2: any;
@@ -1835,6 +1727,8 @@ declare var WFI_5: any;
1835
1727
  declare var WFI_6: any;
1836
1728
  declare var WFJ_1: any;
1837
1729
  declare var WFK_1: any;
1730
+ declare var WFL_1: any;
1731
+ declare var WFL_2: any;
1838
1732
  declare var WHA_1: any;
1839
1733
  declare var WHB_1: any;
1840
1734
  declare var WHB_2: any;
@@ -1853,6 +1747,7 @@ declare var WHE_1: any;
1853
1747
  declare var WHE_2: any;
1854
1748
  declare var WSA_1: any;
1855
1749
  declare var WSB_1: any;
1750
+ declare var WSB_2: any;
1856
1751
  declare var WSC_1: any;
1857
1752
  declare var WSD_1: any;
1858
1753
  declare var WSE_1: any;
@@ -1996,12 +1891,10 @@ declare var MSG: any;
1996
1891
  declare var MSH: any;
1997
1892
  declare var TwoButton: any;
1998
1893
  declare var ContentTextScrollDefault: any;
1999
- declare var TemplateA_desktop: any;
2000
- declare var TemplateA_mobile: any;
2001
- declare var TemplateB_desktop: any;
2002
- declare var TemplateB_mobile: any;
2003
- declare var ContentsCarouselSection: any;
1894
+ declare var Sample: any;
1895
+ declare var EditModeSectionMatcher: any;
2004
1896
  declare var YouTubeIframe: any;
1897
+ declare var useUnmountStyle: any;
2005
1898
  declare var TemplateA: any;
2006
1899
  declare var TemplateB: any;
2007
1900
  declare var D_TemplateA: any;
@@ -2011,1094 +1904,1094 @@ declare namespace SectionTitle {
2011
1904
  const displayName_8: string;
2012
1905
  export { displayName_8 as displayName };
2013
1906
  export namespace __docgenInfo_4 {
2014
- const description_27: string;
2015
- export { description_27 as description };
1907
+ const description_19: string;
1908
+ export { description_19 as description };
2016
1909
  const displayName_9: string;
2017
1910
  export { displayName_9 as displayName };
2018
1911
  export namespace props_4 {
2019
1912
  namespace text {
1913
+ const defaultValue_8: null;
1914
+ export { defaultValue_8 as defaultValue };
1915
+ const description_20: string;
1916
+ export { description_20 as description };
1917
+ const name_15: string;
1918
+ export { name_15 as name };
1919
+ const required_7: boolean;
1920
+ export { required_7 as required };
1921
+ export namespace type_7 {
1922
+ const name_16: string;
1923
+ export { name_16 as name };
1924
+ }
1925
+ export { type_7 as type };
1926
+ }
1927
+ namespace color {
1928
+ const defaultValue_9: null;
1929
+ export { defaultValue_9 as defaultValue };
1930
+ const description_21: string;
1931
+ export { description_21 as description };
1932
+ const name_17: string;
1933
+ export { name_17 as name };
1934
+ const required_8: boolean;
1935
+ export { required_8 as required };
1936
+ export namespace type_8 {
1937
+ const name_18: string;
1938
+ export { name_18 as name };
1939
+ }
1940
+ export { type_8 as type };
1941
+ }
1942
+ namespace tooltipText {
1943
+ const defaultValue_10: null;
1944
+ export { defaultValue_10 as defaultValue };
1945
+ const description_22: string;
1946
+ export { description_22 as description };
1947
+ const name_19: string;
1948
+ export { name_19 as name };
1949
+ const required_9: boolean;
1950
+ export { required_9 as required };
1951
+ export namespace type_9 {
1952
+ const name_20: string;
1953
+ export { name_20 as name };
1954
+ }
1955
+ export { type_9 as type };
1956
+ }
1957
+ namespace tooltipPosition {
1958
+ const defaultValue_11: null;
1959
+ export { defaultValue_11 as defaultValue };
1960
+ const description_23: string;
1961
+ export { description_23 as description };
1962
+ const name_21: string;
1963
+ export { name_21 as name };
1964
+ const required_10: boolean;
1965
+ export { required_10 as required };
1966
+ export namespace type_10 {
1967
+ const name_22: string;
1968
+ export { name_22 as name };
1969
+ const value_2: {
1970
+ value: string;
1971
+ }[];
1972
+ export { value_2 as value };
1973
+ }
1974
+ export { type_10 as type };
1975
+ }
1976
+ namespace textAlign {
1977
+ const defaultValue_12: null;
1978
+ export { defaultValue_12 as defaultValue };
1979
+ const description_24: string;
1980
+ export { description_24 as description };
1981
+ const name_23: string;
1982
+ export { name_23 as name };
1983
+ const required_11: boolean;
1984
+ export { required_11 as required };
1985
+ export namespace type_11 {
1986
+ const name_24: string;
1987
+ export { name_24 as name };
1988
+ const value_3: {
1989
+ value: string;
1990
+ }[];
1991
+ export { value_3 as value };
1992
+ }
1993
+ export { type_11 as type };
1994
+ }
1995
+ namespace styleTheme {
1996
+ const defaultValue_13: null;
1997
+ export { defaultValue_13 as defaultValue };
1998
+ const description_25: string;
1999
+ export { description_25 as description };
2000
+ const name_25: string;
2001
+ export { name_25 as name };
2002
+ const required_12: boolean;
2003
+ export { required_12 as required };
2004
+ export namespace type_12 {
2005
+ const name_26: string;
2006
+ export { name_26 as name };
2007
+ const value_4: {
2008
+ value: string;
2009
+ }[];
2010
+ export { value_4 as value };
2011
+ }
2012
+ export { type_12 as type };
2013
+ }
2014
+ namespace colorOverride {
2015
+ const defaultValue_14: null;
2016
+ export { defaultValue_14 as defaultValue };
2017
+ const description_26: string;
2018
+ export { description_26 as description };
2019
+ const name_27: string;
2020
+ export { name_27 as name };
2021
+ const required_13: boolean;
2022
+ export { required_13 as required };
2023
+ export namespace type_13 {
2024
+ const name_28: string;
2025
+ export { name_28 as name };
2026
+ const value_5: {
2027
+ value: string;
2028
+ }[];
2029
+ export { value_5 as value };
2030
+ }
2031
+ export { type_13 as type };
2032
+ }
2033
+ namespace colorTheme {
2034
+ const defaultValue_15: null;
2035
+ export { defaultValue_15 as defaultValue };
2036
+ const description_27: string;
2037
+ export { description_27 as description };
2038
+ const name_29: string;
2039
+ export { name_29 as name };
2040
+ const required_14: boolean;
2041
+ export { required_14 as required };
2042
+ export namespace type_14 {
2043
+ const name_30: string;
2044
+ export { name_30 as name };
2045
+ const value_6: {
2046
+ value: string;
2047
+ }[];
2048
+ export { value_6 as value };
2049
+ }
2050
+ export { type_14 as type };
2051
+ }
2052
+ namespace singleLineMode {
2020
2053
  const defaultValue_16: null;
2021
2054
  export { defaultValue_16 as defaultValue };
2022
2055
  const description_28: string;
2023
2056
  export { description_28 as description };
2024
- const name_32: string;
2025
- export { name_32 as name };
2026
- const required_16: boolean;
2027
- export { required_16 as required };
2028
- export namespace type_16 {
2029
- const name_33: string;
2030
- export { name_33 as name };
2057
+ const name_31: string;
2058
+ export { name_31 as name };
2059
+ const required_15: boolean;
2060
+ export { required_15 as required };
2061
+ export namespace type_15 {
2062
+ const name_32: string;
2063
+ export { name_32 as name };
2064
+ const value_7: {
2065
+ value: string;
2066
+ }[];
2067
+ export { value_7 as value };
2031
2068
  }
2032
- export { type_16 as type };
2069
+ export { type_15 as type };
2033
2070
  }
2034
- namespace color {
2071
+ namespace ellipsisMode {
2035
2072
  const defaultValue_17: null;
2036
2073
  export { defaultValue_17 as defaultValue };
2037
2074
  const description_29: string;
2038
2075
  export { description_29 as description };
2039
- const name_34: string;
2040
- export { name_34 as name };
2041
- const required_17: boolean;
2042
- export { required_17 as required };
2043
- export namespace type_17 {
2044
- const name_35: string;
2045
- export { name_35 as name };
2076
+ const name_33: string;
2077
+ export { name_33 as name };
2078
+ const required_16: boolean;
2079
+ export { required_16 as required };
2080
+ export namespace type_16 {
2081
+ const name_34: string;
2082
+ export { name_34 as name };
2083
+ const value_8: {
2084
+ value: string;
2085
+ }[];
2086
+ export { value_8 as value };
2046
2087
  }
2047
- export { type_17 as type };
2088
+ export { type_16 as type };
2048
2089
  }
2049
- namespace tooltipText {
2090
+ namespace lineLimit {
2050
2091
  const defaultValue_18: null;
2051
2092
  export { defaultValue_18 as defaultValue };
2052
2093
  const description_30: string;
2053
2094
  export { description_30 as description };
2054
- const name_36: string;
2055
- export { name_36 as name };
2056
- const required_18: boolean;
2057
- export { required_18 as required };
2058
- export namespace type_18 {
2059
- const name_37: string;
2060
- export { name_37 as name };
2095
+ const name_35: string;
2096
+ export { name_35 as name };
2097
+ const required_17: boolean;
2098
+ export { required_17 as required };
2099
+ export namespace type_17 {
2100
+ const name_36: string;
2101
+ export { name_36 as name };
2061
2102
  }
2062
- export { type_18 as type };
2103
+ export { type_17 as type };
2063
2104
  }
2064
- namespace tooltipPosition {
2105
+ namespace userSelectMode {
2065
2106
  const defaultValue_19: null;
2066
2107
  export { defaultValue_19 as defaultValue };
2067
2108
  const description_31: string;
2068
2109
  export { description_31 as description };
2069
- const name_38: string;
2070
- export { name_38 as name };
2071
- const required_19: boolean;
2072
- export { required_19 as required };
2073
- export namespace type_19 {
2074
- const name_39: string;
2075
- export { name_39 as name };
2076
- const value_3: {
2110
+ const name_37: string;
2111
+ export { name_37 as name };
2112
+ const required_18: boolean;
2113
+ export { required_18 as required };
2114
+ export namespace type_18 {
2115
+ const name_38: string;
2116
+ export { name_38 as name };
2117
+ const value_9: {
2077
2118
  value: string;
2078
2119
  }[];
2079
- export { value_3 as value };
2120
+ export { value_9 as value };
2080
2121
  }
2081
- export { type_19 as type };
2122
+ export { type_18 as type };
2082
2123
  }
2083
- namespace textAlign {
2124
+ namespace customFontSize {
2084
2125
  const defaultValue_20: null;
2085
2126
  export { defaultValue_20 as defaultValue };
2086
2127
  const description_32: string;
2087
2128
  export { description_32 as description };
2088
- const name_40: string;
2089
- export { name_40 as name };
2129
+ const name_39: string;
2130
+ export { name_39 as name };
2131
+ const required_19: boolean;
2132
+ export { required_19 as required };
2133
+ export namespace type_19 {
2134
+ const name_40: string;
2135
+ export { name_40 as name };
2136
+ }
2137
+ export { type_19 as type };
2138
+ }
2139
+ namespace customFontWeight {
2140
+ const defaultValue_21: null;
2141
+ export { defaultValue_21 as defaultValue };
2142
+ const description_33: string;
2143
+ export { description_33 as description };
2144
+ const name_41: string;
2145
+ export { name_41 as name };
2090
2146
  const required_20: boolean;
2091
2147
  export { required_20 as required };
2092
2148
  export namespace type_20 {
2093
- const name_41: string;
2094
- export { name_41 as name };
2095
- const value_4: {
2149
+ const name_42: string;
2150
+ export { name_42 as name };
2151
+ const value_10: {
2096
2152
  value: string;
2097
2153
  }[];
2098
- export { value_4 as value };
2154
+ export { value_10 as value };
2099
2155
  }
2100
2156
  export { type_20 as type };
2101
2157
  }
2102
- namespace styleTheme {
2103
- const defaultValue_21: null;
2104
- export { defaultValue_21 as defaultValue };
2105
- const description_33: string;
2106
- export { description_33 as description };
2107
- const name_42: string;
2108
- export { name_42 as name };
2158
+ namespace textDecorationType {
2159
+ const defaultValue_22: null;
2160
+ export { defaultValue_22 as defaultValue };
2161
+ const description_34: string;
2162
+ export { description_34 as description };
2163
+ const name_43: string;
2164
+ export { name_43 as name };
2109
2165
  const required_21: boolean;
2110
2166
  export { required_21 as required };
2111
2167
  export namespace type_21 {
2112
- const name_43: string;
2113
- export { name_43 as name };
2114
- const value_5: {
2168
+ const name_44: string;
2169
+ export { name_44 as name };
2170
+ const value_11: {
2115
2171
  value: string;
2116
2172
  }[];
2117
- export { value_5 as value };
2173
+ export { value_11 as value };
2118
2174
  }
2119
2175
  export { type_21 as type };
2120
2176
  }
2121
- namespace colorOverride {
2122
- const defaultValue_22: null;
2123
- export { defaultValue_22 as defaultValue };
2124
- const description_34: string;
2125
- export { description_34 as description };
2126
- const name_44: string;
2127
- export { name_44 as name };
2177
+ namespace requirementMode {
2178
+ const defaultValue_23: null;
2179
+ export { defaultValue_23 as defaultValue };
2180
+ const description_35: string;
2181
+ export { description_35 as description };
2182
+ const name_45: string;
2183
+ export { name_45 as name };
2128
2184
  const required_22: boolean;
2129
2185
  export { required_22 as required };
2130
2186
  export namespace type_22 {
2131
- const name_45: string;
2132
- export { name_45 as name };
2133
- const value_6: {
2187
+ const name_46: string;
2188
+ export { name_46 as name };
2189
+ const value_12: {
2134
2190
  value: string;
2135
2191
  }[];
2136
- export { value_6 as value };
2192
+ export { value_12 as value };
2137
2193
  }
2138
2194
  export { type_22 as type };
2139
2195
  }
2140
- namespace colorTheme {
2141
- const defaultValue_23: null;
2142
- export { defaultValue_23 as defaultValue };
2143
- const description_35: string;
2144
- export { description_35 as description };
2145
- const name_46: string;
2146
- export { name_46 as name };
2196
+ namespace bulletPointMode {
2197
+ const defaultValue_24: null;
2198
+ export { defaultValue_24 as defaultValue };
2199
+ const description_36: string;
2200
+ export { description_36 as description };
2201
+ const name_47: string;
2202
+ export { name_47 as name };
2147
2203
  const required_23: boolean;
2148
2204
  export { required_23 as required };
2149
2205
  export namespace type_23 {
2150
- const name_47: string;
2151
- export { name_47 as name };
2152
- const value_7: {
2206
+ const name_48: string;
2207
+ export { name_48 as name };
2208
+ const value_13: {
2153
2209
  value: string;
2154
2210
  }[];
2155
- export { value_7 as value };
2211
+ export { value_13 as value };
2156
2212
  }
2157
2213
  export { type_23 as type };
2158
2214
  }
2159
- namespace singleLineMode {
2160
- const defaultValue_24: null;
2161
- export { defaultValue_24 as defaultValue };
2162
- const description_36: string;
2163
- export { description_36 as description };
2164
- const name_48: string;
2165
- export { name_48 as name };
2215
+ namespace wordBreak {
2216
+ const defaultValue_25: null;
2217
+ export { defaultValue_25 as defaultValue };
2218
+ const description_37: string;
2219
+ export { description_37 as description };
2220
+ const name_49: string;
2221
+ export { name_49 as name };
2166
2222
  const required_24: boolean;
2167
2223
  export { required_24 as required };
2168
2224
  export namespace type_24 {
2169
- const name_49: string;
2170
- export { name_49 as name };
2171
- const value_8: {
2225
+ const name_50: string;
2226
+ export { name_50 as name };
2227
+ const value_14: {
2172
2228
  value: string;
2173
2229
  }[];
2174
- export { value_8 as value };
2230
+ export { value_14 as value };
2175
2231
  }
2176
2232
  export { type_24 as type };
2177
2233
  }
2178
- namespace ellipsisMode {
2179
- const defaultValue_25: null;
2180
- export { defaultValue_25 as defaultValue };
2181
- const description_37: string;
2182
- export { description_37 as description };
2183
- const name_50: string;
2184
- export { name_50 as name };
2234
+ namespace lineHeight {
2235
+ export namespace defaultValue_26 {
2236
+ const value_15: string;
2237
+ export { value_15 as value };
2238
+ }
2239
+ export { defaultValue_26 as defaultValue };
2240
+ const description_38: string;
2241
+ export { description_38 as description };
2242
+ const name_51: string;
2243
+ export { name_51 as name };
2185
2244
  const required_25: boolean;
2186
2245
  export { required_25 as required };
2187
2246
  export namespace type_25 {
2188
- const name_51: string;
2189
- export { name_51 as name };
2190
- const value_9: {
2191
- value: string;
2192
- }[];
2193
- export { value_9 as value };
2247
+ const name_52: string;
2248
+ export { name_52 as name };
2194
2249
  }
2195
2250
  export { type_25 as type };
2196
2251
  }
2197
- namespace lineLimit {
2198
- const defaultValue_26: null;
2199
- export { defaultValue_26 as defaultValue };
2200
- const description_38: string;
2201
- export { description_38 as description };
2202
- const name_52: string;
2203
- export { name_52 as name };
2252
+ }
2253
+ export { props_4 as props };
2254
+ }
2255
+ export { __docgenInfo_4 as __docgenInfo };
2256
+ }
2257
+ declare function SectionDescription(_a: any): any;
2258
+ declare namespace SectionDescription {
2259
+ const displayName_10: string;
2260
+ export { displayName_10 as displayName };
2261
+ export namespace __docgenInfo_5 {
2262
+ const description_39: string;
2263
+ export { description_39 as description };
2264
+ const displayName_11: string;
2265
+ export { displayName_11 as displayName };
2266
+ export namespace props_5 {
2267
+ export namespace text_1 {
2268
+ const defaultValue_27: null;
2269
+ export { defaultValue_27 as defaultValue };
2270
+ const description_40: string;
2271
+ export { description_40 as description };
2272
+ const name_53: string;
2273
+ export { name_53 as name };
2204
2274
  const required_26: boolean;
2205
2275
  export { required_26 as required };
2206
2276
  export namespace type_26 {
2207
- const name_53: string;
2208
- export { name_53 as name };
2277
+ const name_54: string;
2278
+ export { name_54 as name };
2209
2279
  }
2210
2280
  export { type_26 as type };
2211
2281
  }
2212
- namespace userSelectMode {
2213
- const defaultValue_27: null;
2214
- export { defaultValue_27 as defaultValue };
2215
- const description_39: string;
2216
- export { description_39 as description };
2217
- const name_54: string;
2218
- export { name_54 as name };
2282
+ export { text_1 as text };
2283
+ export namespace color_1 {
2284
+ const defaultValue_28: null;
2285
+ export { defaultValue_28 as defaultValue };
2286
+ const description_41: string;
2287
+ export { description_41 as description };
2288
+ const name_55: string;
2289
+ export { name_55 as name };
2219
2290
  const required_27: boolean;
2220
2291
  export { required_27 as required };
2221
2292
  export namespace type_27 {
2222
- const name_55: string;
2223
- export { name_55 as name };
2224
- const value_10: {
2225
- value: string;
2226
- }[];
2227
- export { value_10 as value };
2293
+ const name_56: string;
2294
+ export { name_56 as name };
2228
2295
  }
2229
2296
  export { type_27 as type };
2230
2297
  }
2231
- namespace customFontSize {
2232
- const defaultValue_28: null;
2233
- export { defaultValue_28 as defaultValue };
2234
- const description_40: string;
2235
- export { description_40 as description };
2236
- const name_56: string;
2237
- export { name_56 as name };
2298
+ export { color_1 as color };
2299
+ export namespace tooltipText_1 {
2300
+ const defaultValue_29: null;
2301
+ export { defaultValue_29 as defaultValue };
2302
+ const description_42: string;
2303
+ export { description_42 as description };
2304
+ const name_57: string;
2305
+ export { name_57 as name };
2238
2306
  const required_28: boolean;
2239
2307
  export { required_28 as required };
2240
2308
  export namespace type_28 {
2241
- const name_57: string;
2242
- export { name_57 as name };
2309
+ const name_58: string;
2310
+ export { name_58 as name };
2243
2311
  }
2244
2312
  export { type_28 as type };
2245
2313
  }
2246
- namespace customFontWeight {
2247
- const defaultValue_29: null;
2248
- export { defaultValue_29 as defaultValue };
2249
- const description_41: string;
2250
- export { description_41 as description };
2251
- const name_58: string;
2252
- export { name_58 as name };
2314
+ export { tooltipText_1 as tooltipText };
2315
+ export namespace tooltipPosition_1 {
2316
+ const defaultValue_30: null;
2317
+ export { defaultValue_30 as defaultValue };
2318
+ const description_43: string;
2319
+ export { description_43 as description };
2320
+ const name_59: string;
2321
+ export { name_59 as name };
2253
2322
  const required_29: boolean;
2254
2323
  export { required_29 as required };
2255
2324
  export namespace type_29 {
2256
- const name_59: string;
2257
- export { name_59 as name };
2258
- const value_11: {
2325
+ const name_60: string;
2326
+ export { name_60 as name };
2327
+ const value_16: {
2259
2328
  value: string;
2260
2329
  }[];
2261
- export { value_11 as value };
2330
+ export { value_16 as value };
2262
2331
  }
2263
2332
  export { type_29 as type };
2264
2333
  }
2265
- namespace textDecorationType {
2266
- const defaultValue_30: null;
2267
- export { defaultValue_30 as defaultValue };
2268
- const description_42: string;
2269
- export { description_42 as description };
2270
- const name_60: string;
2271
- export { name_60 as name };
2334
+ export { tooltipPosition_1 as tooltipPosition };
2335
+ export namespace textAlign_1 {
2336
+ const defaultValue_31: null;
2337
+ export { defaultValue_31 as defaultValue };
2338
+ const description_44: string;
2339
+ export { description_44 as description };
2340
+ const name_61: string;
2341
+ export { name_61 as name };
2272
2342
  const required_30: boolean;
2273
2343
  export { required_30 as required };
2274
2344
  export namespace type_30 {
2275
- const name_61: string;
2276
- export { name_61 as name };
2277
- const value_12: {
2345
+ const name_62: string;
2346
+ export { name_62 as name };
2347
+ const value_17: {
2278
2348
  value: string;
2279
2349
  }[];
2280
- export { value_12 as value };
2350
+ export { value_17 as value };
2281
2351
  }
2282
2352
  export { type_30 as type };
2283
2353
  }
2284
- namespace requirementMode {
2285
- const defaultValue_31: null;
2286
- export { defaultValue_31 as defaultValue };
2287
- const description_43: string;
2288
- export { description_43 as description };
2289
- const name_62: string;
2290
- export { name_62 as name };
2354
+ export { textAlign_1 as textAlign };
2355
+ export namespace styleTheme_1 {
2356
+ const defaultValue_32: null;
2357
+ export { defaultValue_32 as defaultValue };
2358
+ const description_45: string;
2359
+ export { description_45 as description };
2360
+ const name_63: string;
2361
+ export { name_63 as name };
2291
2362
  const required_31: boolean;
2292
2363
  export { required_31 as required };
2293
2364
  export namespace type_31 {
2294
- const name_63: string;
2295
- export { name_63 as name };
2296
- const value_13: {
2365
+ const name_64: string;
2366
+ export { name_64 as name };
2367
+ const value_18: {
2297
2368
  value: string;
2298
2369
  }[];
2299
- export { value_13 as value };
2370
+ export { value_18 as value };
2300
2371
  }
2301
2372
  export { type_31 as type };
2302
2373
  }
2303
- namespace bulletPointMode {
2304
- const defaultValue_32: null;
2305
- export { defaultValue_32 as defaultValue };
2306
- const description_44: string;
2307
- export { description_44 as description };
2308
- const name_64: string;
2309
- export { name_64 as name };
2374
+ export { styleTheme_1 as styleTheme };
2375
+ export namespace colorOverride_1 {
2376
+ const defaultValue_33: null;
2377
+ export { defaultValue_33 as defaultValue };
2378
+ const description_46: string;
2379
+ export { description_46 as description };
2380
+ const name_65: string;
2381
+ export { name_65 as name };
2310
2382
  const required_32: boolean;
2311
2383
  export { required_32 as required };
2312
2384
  export namespace type_32 {
2313
- const name_65: string;
2314
- export { name_65 as name };
2315
- const value_14: {
2385
+ const name_66: string;
2386
+ export { name_66 as name };
2387
+ const value_19: {
2316
2388
  value: string;
2317
2389
  }[];
2318
- export { value_14 as value };
2390
+ export { value_19 as value };
2319
2391
  }
2320
2392
  export { type_32 as type };
2321
2393
  }
2322
- namespace wordBreak {
2323
- const defaultValue_33: null;
2324
- export { defaultValue_33 as defaultValue };
2325
- const description_45: string;
2326
- export { description_45 as description };
2327
- const name_66: string;
2328
- export { name_66 as name };
2394
+ export { colorOverride_1 as colorOverride };
2395
+ export namespace colorTheme_1 {
2396
+ const defaultValue_34: null;
2397
+ export { defaultValue_34 as defaultValue };
2398
+ const description_47: string;
2399
+ export { description_47 as description };
2400
+ const name_67: string;
2401
+ export { name_67 as name };
2329
2402
  const required_33: boolean;
2330
2403
  export { required_33 as required };
2331
2404
  export namespace type_33 {
2332
- const name_67: string;
2333
- export { name_67 as name };
2334
- const value_15: {
2405
+ const name_68: string;
2406
+ export { name_68 as name };
2407
+ const value_20: {
2335
2408
  value: string;
2336
2409
  }[];
2337
- export { value_15 as value };
2410
+ export { value_20 as value };
2338
2411
  }
2339
2412
  export { type_33 as type };
2340
2413
  }
2341
- namespace lineHeight {
2342
- export namespace defaultValue_34 {
2343
- const value_16: string;
2344
- export { value_16 as value };
2345
- }
2346
- export { defaultValue_34 as defaultValue };
2347
- const description_46: string;
2348
- export { description_46 as description };
2349
- const name_68: string;
2350
- export { name_68 as name };
2351
- const required_34: boolean;
2352
- export { required_34 as required };
2353
- export namespace type_34 {
2354
- const name_69: string;
2355
- export { name_69 as name };
2356
- }
2357
- export { type_34 as type };
2358
- }
2359
- }
2360
- export { props_4 as props };
2361
- }
2362
- export { __docgenInfo_4 as __docgenInfo };
2363
- }
2364
- declare function SectionDescription(_a: any): any;
2365
- declare namespace SectionDescription {
2366
- const displayName_10: string;
2367
- export { displayName_10 as displayName };
2368
- export namespace __docgenInfo_5 {
2369
- const description_47: string;
2370
- export { description_47 as description };
2371
- const displayName_11: string;
2372
- export { displayName_11 as displayName };
2373
- export namespace props_5 {
2374
- export namespace text_1 {
2414
+ export { colorTheme_1 as colorTheme };
2415
+ export namespace singleLineMode_1 {
2375
2416
  const defaultValue_35: null;
2376
2417
  export { defaultValue_35 as defaultValue };
2377
2418
  const description_48: string;
2378
2419
  export { description_48 as description };
2379
- const name_70: string;
2380
- export { name_70 as name };
2381
- const required_35: boolean;
2382
- export { required_35 as required };
2383
- export namespace type_35 {
2384
- const name_71: string;
2385
- export { name_71 as name };
2420
+ const name_69: string;
2421
+ export { name_69 as name };
2422
+ const required_34: boolean;
2423
+ export { required_34 as required };
2424
+ export namespace type_34 {
2425
+ const name_70: string;
2426
+ export { name_70 as name };
2427
+ const value_21: {
2428
+ value: string;
2429
+ }[];
2430
+ export { value_21 as value };
2386
2431
  }
2387
- export { type_35 as type };
2432
+ export { type_34 as type };
2388
2433
  }
2389
- export { text_1 as text };
2390
- export namespace color_1 {
2434
+ export { singleLineMode_1 as singleLineMode };
2435
+ export namespace ellipsisMode_1 {
2391
2436
  const defaultValue_36: null;
2392
2437
  export { defaultValue_36 as defaultValue };
2393
2438
  const description_49: string;
2394
2439
  export { description_49 as description };
2395
- const name_72: string;
2396
- export { name_72 as name };
2397
- const required_36: boolean;
2398
- export { required_36 as required };
2399
- export namespace type_36 {
2400
- const name_73: string;
2401
- export { name_73 as name };
2440
+ const name_71: string;
2441
+ export { name_71 as name };
2442
+ const required_35: boolean;
2443
+ export { required_35 as required };
2444
+ export namespace type_35 {
2445
+ const name_72: string;
2446
+ export { name_72 as name };
2447
+ const value_22: {
2448
+ value: string;
2449
+ }[];
2450
+ export { value_22 as value };
2402
2451
  }
2403
- export { type_36 as type };
2452
+ export { type_35 as type };
2404
2453
  }
2405
- export { color_1 as color };
2406
- export namespace tooltipText_1 {
2454
+ export { ellipsisMode_1 as ellipsisMode };
2455
+ export namespace lineLimit_1 {
2407
2456
  const defaultValue_37: null;
2408
2457
  export { defaultValue_37 as defaultValue };
2409
2458
  const description_50: string;
2410
2459
  export { description_50 as description };
2411
- const name_74: string;
2412
- export { name_74 as name };
2413
- const required_37: boolean;
2414
- export { required_37 as required };
2415
- export namespace type_37 {
2416
- const name_75: string;
2417
- export { name_75 as name };
2460
+ const name_73: string;
2461
+ export { name_73 as name };
2462
+ const required_36: boolean;
2463
+ export { required_36 as required };
2464
+ export namespace type_36 {
2465
+ const name_74: string;
2466
+ export { name_74 as name };
2418
2467
  }
2419
- export { type_37 as type };
2468
+ export { type_36 as type };
2420
2469
  }
2421
- export { tooltipText_1 as tooltipText };
2422
- export namespace tooltipPosition_1 {
2470
+ export { lineLimit_1 as lineLimit };
2471
+ export namespace userSelectMode_1 {
2423
2472
  const defaultValue_38: null;
2424
2473
  export { defaultValue_38 as defaultValue };
2425
2474
  const description_51: string;
2426
2475
  export { description_51 as description };
2427
- const name_76: string;
2428
- export { name_76 as name };
2429
- const required_38: boolean;
2430
- export { required_38 as required };
2431
- export namespace type_38 {
2432
- const name_77: string;
2433
- export { name_77 as name };
2434
- const value_17: {
2476
+ const name_75: string;
2477
+ export { name_75 as name };
2478
+ const required_37: boolean;
2479
+ export { required_37 as required };
2480
+ export namespace type_37 {
2481
+ const name_76: string;
2482
+ export { name_76 as name };
2483
+ const value_23: {
2435
2484
  value: string;
2436
2485
  }[];
2437
- export { value_17 as value };
2486
+ export { value_23 as value };
2438
2487
  }
2439
- export { type_38 as type };
2488
+ export { type_37 as type };
2440
2489
  }
2441
- export { tooltipPosition_1 as tooltipPosition };
2442
- export namespace textAlign_1 {
2490
+ export { userSelectMode_1 as userSelectMode };
2491
+ export namespace customFontSize_1 {
2443
2492
  const defaultValue_39: null;
2444
2493
  export { defaultValue_39 as defaultValue };
2445
2494
  const description_52: string;
2446
2495
  export { description_52 as description };
2447
- const name_78: string;
2448
- export { name_78 as name };
2449
- const required_39: boolean;
2450
- export { required_39 as required };
2451
- export namespace type_39 {
2452
- const name_79: string;
2453
- export { name_79 as name };
2454
- const value_18: {
2455
- value: string;
2456
- }[];
2457
- export { value_18 as value };
2496
+ const name_77: string;
2497
+ export { name_77 as name };
2498
+ const required_38: boolean;
2499
+ export { required_38 as required };
2500
+ export namespace type_38 {
2501
+ const name_78: string;
2502
+ export { name_78 as name };
2458
2503
  }
2459
- export { type_39 as type };
2504
+ export { type_38 as type };
2460
2505
  }
2461
- export { textAlign_1 as textAlign };
2462
- export namespace styleTheme_1 {
2506
+ export { customFontSize_1 as customFontSize };
2507
+ export namespace customFontWeight_1 {
2463
2508
  const defaultValue_40: null;
2464
2509
  export { defaultValue_40 as defaultValue };
2465
2510
  const description_53: string;
2466
2511
  export { description_53 as description };
2467
- const name_80: string;
2468
- export { name_80 as name };
2469
- const required_40: boolean;
2470
- export { required_40 as required };
2471
- export namespace type_40 {
2472
- const name_81: string;
2473
- export { name_81 as name };
2474
- const value_19: {
2512
+ const name_79: string;
2513
+ export { name_79 as name };
2514
+ const required_39: boolean;
2515
+ export { required_39 as required };
2516
+ export namespace type_39 {
2517
+ const name_80: string;
2518
+ export { name_80 as name };
2519
+ const value_24: {
2475
2520
  value: string;
2476
2521
  }[];
2477
- export { value_19 as value };
2522
+ export { value_24 as value };
2478
2523
  }
2479
- export { type_40 as type };
2524
+ export { type_39 as type };
2480
2525
  }
2481
- export { styleTheme_1 as styleTheme };
2482
- export namespace colorOverride_1 {
2526
+ export { customFontWeight_1 as customFontWeight };
2527
+ export namespace textDecorationType_1 {
2483
2528
  const defaultValue_41: null;
2484
2529
  export { defaultValue_41 as defaultValue };
2485
2530
  const description_54: string;
2486
2531
  export { description_54 as description };
2487
- const name_82: string;
2488
- export { name_82 as name };
2489
- const required_41: boolean;
2490
- export { required_41 as required };
2491
- export namespace type_41 {
2492
- const name_83: string;
2493
- export { name_83 as name };
2494
- const value_20: {
2532
+ const name_81: string;
2533
+ export { name_81 as name };
2534
+ const required_40: boolean;
2535
+ export { required_40 as required };
2536
+ export namespace type_40 {
2537
+ const name_82: string;
2538
+ export { name_82 as name };
2539
+ const value_25: {
2495
2540
  value: string;
2496
2541
  }[];
2497
- export { value_20 as value };
2542
+ export { value_25 as value };
2498
2543
  }
2499
- export { type_41 as type };
2544
+ export { type_40 as type };
2500
2545
  }
2501
- export { colorOverride_1 as colorOverride };
2502
- export namespace colorTheme_1 {
2546
+ export { textDecorationType_1 as textDecorationType };
2547
+ export namespace requirementMode_1 {
2503
2548
  const defaultValue_42: null;
2504
2549
  export { defaultValue_42 as defaultValue };
2505
2550
  const description_55: string;
2506
2551
  export { description_55 as description };
2507
- const name_84: string;
2508
- export { name_84 as name };
2509
- const required_42: boolean;
2510
- export { required_42 as required };
2511
- export namespace type_42 {
2512
- const name_85: string;
2513
- export { name_85 as name };
2514
- const value_21: {
2552
+ const name_83: string;
2553
+ export { name_83 as name };
2554
+ const required_41: boolean;
2555
+ export { required_41 as required };
2556
+ export namespace type_41 {
2557
+ const name_84: string;
2558
+ export { name_84 as name };
2559
+ const value_26: {
2515
2560
  value: string;
2516
2561
  }[];
2517
- export { value_21 as value };
2562
+ export { value_26 as value };
2518
2563
  }
2519
- export { type_42 as type };
2564
+ export { type_41 as type };
2520
2565
  }
2521
- export { colorTheme_1 as colorTheme };
2522
- export namespace singleLineMode_1 {
2566
+ export { requirementMode_1 as requirementMode };
2567
+ export namespace bulletPointMode_1 {
2523
2568
  const defaultValue_43: null;
2524
2569
  export { defaultValue_43 as defaultValue };
2525
2570
  const description_56: string;
2526
2571
  export { description_56 as description };
2527
- const name_86: string;
2528
- export { name_86 as name };
2529
- const required_43: boolean;
2530
- export { required_43 as required };
2531
- export namespace type_43 {
2532
- const name_87: string;
2533
- export { name_87 as name };
2534
- const value_22: {
2572
+ const name_85: string;
2573
+ export { name_85 as name };
2574
+ const required_42: boolean;
2575
+ export { required_42 as required };
2576
+ export namespace type_42 {
2577
+ const name_86: string;
2578
+ export { name_86 as name };
2579
+ const value_27: {
2535
2580
  value: string;
2536
2581
  }[];
2537
- export { value_22 as value };
2582
+ export { value_27 as value };
2538
2583
  }
2539
- export { type_43 as type };
2584
+ export { type_42 as type };
2540
2585
  }
2541
- export { singleLineMode_1 as singleLineMode };
2542
- export namespace ellipsisMode_1 {
2586
+ export { bulletPointMode_1 as bulletPointMode };
2587
+ export namespace wordBreak_1 {
2543
2588
  const defaultValue_44: null;
2544
2589
  export { defaultValue_44 as defaultValue };
2545
2590
  const description_57: string;
2546
2591
  export { description_57 as description };
2547
- const name_88: string;
2548
- export { name_88 as name };
2549
- const required_44: boolean;
2550
- export { required_44 as required };
2551
- export namespace type_44 {
2552
- const name_89: string;
2553
- export { name_89 as name };
2554
- const value_23: {
2592
+ const name_87: string;
2593
+ export { name_87 as name };
2594
+ const required_43: boolean;
2595
+ export { required_43 as required };
2596
+ export namespace type_43 {
2597
+ const name_88: string;
2598
+ export { name_88 as name };
2599
+ const value_28: {
2555
2600
  value: string;
2556
2601
  }[];
2557
- export { value_23 as value };
2602
+ export { value_28 as value };
2558
2603
  }
2559
- export { type_44 as type };
2604
+ export { type_43 as type };
2560
2605
  }
2561
- export { ellipsisMode_1 as ellipsisMode };
2562
- export namespace lineLimit_1 {
2606
+ export { wordBreak_1 as wordBreak };
2607
+ export namespace fontWeight {
2563
2608
  const defaultValue_45: null;
2564
2609
  export { defaultValue_45 as defaultValue };
2565
2610
  const description_58: string;
2566
2611
  export { description_58 as description };
2567
- const name_90: string;
2568
- export { name_90 as name };
2612
+ const name_89: string;
2613
+ export { name_89 as name };
2614
+ const required_44: boolean;
2615
+ export { required_44 as required };
2616
+ export namespace type_44 {
2617
+ const name_90: string;
2618
+ export { name_90 as name };
2619
+ }
2620
+ export { type_44 as type };
2621
+ }
2622
+ }
2623
+ export { props_5 as props };
2624
+ }
2625
+ export { __docgenInfo_5 as __docgenInfo };
2626
+ }
2627
+ declare function SectionImage(_a: any): any;
2628
+ declare namespace SectionImage {
2629
+ const displayName_12: string;
2630
+ export { displayName_12 as displayName };
2631
+ export namespace __docgenInfo_6 {
2632
+ const description_59: string;
2633
+ export { description_59 as description };
2634
+ const displayName_13: string;
2635
+ export { displayName_13 as displayName };
2636
+ export namespace props_6 {
2637
+ export namespace src {
2638
+ const defaultValue_46: null;
2639
+ export { defaultValue_46 as defaultValue };
2640
+ const description_60: string;
2641
+ export { description_60 as description };
2642
+ const name_91: string;
2643
+ export { name_91 as name };
2569
2644
  const required_45: boolean;
2570
2645
  export { required_45 as required };
2571
2646
  export namespace type_45 {
2572
- const name_91: string;
2573
- export { name_91 as name };
2647
+ const name_92: string;
2648
+ export { name_92 as name };
2574
2649
  }
2575
2650
  export { type_45 as type };
2576
2651
  }
2577
- export { lineLimit_1 as lineLimit };
2578
- export namespace userSelectMode_1 {
2579
- const defaultValue_46: null;
2580
- export { defaultValue_46 as defaultValue };
2581
- const description_59: string;
2582
- export { description_59 as description };
2583
- const name_92: string;
2584
- export { name_92 as name };
2652
+ export namespace shapeType {
2653
+ const defaultValue_47: null;
2654
+ export { defaultValue_47 as defaultValue };
2655
+ const description_61: string;
2656
+ export { description_61 as description };
2657
+ const name_93: string;
2658
+ export { name_93 as name };
2585
2659
  const required_46: boolean;
2586
2660
  export { required_46 as required };
2587
2661
  export namespace type_46 {
2588
- const name_93: string;
2589
- export { name_93 as name };
2590
- const value_24: {
2662
+ const name_94: string;
2663
+ export { name_94 as name };
2664
+ const value_29: {
2591
2665
  value: string;
2592
2666
  }[];
2593
- export { value_24 as value };
2667
+ export { value_29 as value };
2594
2668
  }
2595
2669
  export { type_46 as type };
2596
2670
  }
2597
- export { userSelectMode_1 as userSelectMode };
2598
- export namespace customFontSize_1 {
2599
- const defaultValue_47: null;
2600
- export { defaultValue_47 as defaultValue };
2601
- const description_60: string;
2602
- export { description_60 as description };
2603
- const name_94: string;
2604
- export { name_94 as name };
2671
+ export namespace radius {
2672
+ const defaultValue_48: null;
2673
+ export { defaultValue_48 as defaultValue };
2674
+ const description_62: string;
2675
+ export { description_62 as description };
2676
+ const name_95: string;
2677
+ export { name_95 as name };
2605
2678
  const required_47: boolean;
2606
2679
  export { required_47 as required };
2607
2680
  export namespace type_47 {
2608
- const name_95: string;
2609
- export { name_95 as name };
2681
+ const name_96: string;
2682
+ export { name_96 as name };
2683
+ const value_30: {
2684
+ value: string;
2685
+ }[];
2686
+ export { value_30 as value };
2610
2687
  }
2611
2688
  export { type_47 as type };
2612
2689
  }
2613
- export { customFontSize_1 as customFontSize };
2614
- export namespace customFontWeight_1 {
2615
- const defaultValue_48: null;
2616
- export { defaultValue_48 as defaultValue };
2617
- const description_61: string;
2618
- export { description_61 as description };
2619
- const name_96: string;
2620
- export { name_96 as name };
2690
+ export namespace width_1 {
2691
+ const defaultValue_49: null;
2692
+ export { defaultValue_49 as defaultValue };
2693
+ const description_63: string;
2694
+ export { description_63 as description };
2695
+ const name_97: string;
2696
+ export { name_97 as name };
2621
2697
  const required_48: boolean;
2622
2698
  export { required_48 as required };
2623
2699
  export namespace type_48 {
2624
- const name_97: string;
2625
- export { name_97 as name };
2626
- const value_25: {
2627
- value: string;
2628
- }[];
2629
- export { value_25 as value };
2700
+ const name_98: string;
2701
+ export { name_98 as name };
2630
2702
  }
2631
2703
  export { type_48 as type };
2632
2704
  }
2633
- export { customFontWeight_1 as customFontWeight };
2634
- export namespace textDecorationType_1 {
2635
- const defaultValue_49: null;
2636
- export { defaultValue_49 as defaultValue };
2637
- const description_62: string;
2638
- export { description_62 as description };
2639
- const name_98: string;
2640
- export { name_98 as name };
2705
+ export { width_1 as width };
2706
+ export namespace height {
2707
+ const defaultValue_50: null;
2708
+ export { defaultValue_50 as defaultValue };
2709
+ const description_64: string;
2710
+ export { description_64 as description };
2711
+ const name_99: string;
2712
+ export { name_99 as name };
2641
2713
  const required_49: boolean;
2642
2714
  export { required_49 as required };
2643
2715
  export namespace type_49 {
2644
- const name_99: string;
2645
- export { name_99 as name };
2646
- const value_26: {
2647
- value: string;
2648
- }[];
2649
- export { value_26 as value };
2716
+ const name_100: string;
2717
+ export { name_100 as name };
2650
2718
  }
2651
2719
  export { type_49 as type };
2652
2720
  }
2653
- export { textDecorationType_1 as textDecorationType };
2654
- export namespace requirementMode_1 {
2655
- const defaultValue_50: null;
2656
- export { defaultValue_50 as defaultValue };
2657
- const description_63: string;
2658
- export { description_63 as description };
2659
- const name_100: string;
2660
- export { name_100 as name };
2721
+ export namespace noImageHeight {
2722
+ const defaultValue_51: null;
2723
+ export { defaultValue_51 as defaultValue };
2724
+ const description_65: string;
2725
+ export { description_65 as description };
2726
+ const name_101: string;
2727
+ export { name_101 as name };
2661
2728
  const required_50: boolean;
2662
2729
  export { required_50 as required };
2663
2730
  export namespace type_50 {
2664
- const name_101: string;
2665
- export { name_101 as name };
2666
- const value_27: {
2667
- value: string;
2668
- }[];
2669
- export { value_27 as value };
2731
+ const name_102: string;
2732
+ export { name_102 as name };
2670
2733
  }
2671
2734
  export { type_50 as type };
2672
2735
  }
2673
- export { requirementMode_1 as requirementMode };
2674
- export namespace bulletPointMode_1 {
2675
- const defaultValue_51: null;
2676
- export { defaultValue_51 as defaultValue };
2677
- const description_64: string;
2678
- export { description_64 as description };
2679
- const name_102: string;
2680
- export { name_102 as name };
2736
+ export namespace noImageWidth {
2737
+ const defaultValue_52: null;
2738
+ export { defaultValue_52 as defaultValue };
2739
+ const description_66: string;
2740
+ export { description_66 as description };
2741
+ const name_103: string;
2742
+ export { name_103 as name };
2681
2743
  const required_51: boolean;
2682
2744
  export { required_51 as required };
2683
2745
  export namespace type_51 {
2684
- const name_103: string;
2685
- export { name_103 as name };
2686
- const value_28: {
2687
- value: string;
2688
- }[];
2689
- export { value_28 as value };
2746
+ const name_104: string;
2747
+ export { name_104 as name };
2690
2748
  }
2691
2749
  export { type_51 as type };
2692
2750
  }
2693
- export { bulletPointMode_1 as bulletPointMode };
2694
- export namespace wordBreak_1 {
2695
- const defaultValue_52: null;
2696
- export { defaultValue_52 as defaultValue };
2697
- const description_65: string;
2698
- export { description_65 as description };
2699
- const name_104: string;
2700
- export { name_104 as name };
2751
+ export namespace ratio {
2752
+ const defaultValue_53: null;
2753
+ export { defaultValue_53 as defaultValue };
2754
+ const description_67: string;
2755
+ export { description_67 as description };
2756
+ const name_105: string;
2757
+ export { name_105 as name };
2701
2758
  const required_52: boolean;
2702
2759
  export { required_52 as required };
2703
2760
  export namespace type_52 {
2704
- const name_105: string;
2705
- export { name_105 as name };
2706
- const value_29: {
2761
+ const name_106: string;
2762
+ export { name_106 as name };
2763
+ const value_31: {
2707
2764
  value: string;
2708
2765
  }[];
2709
- export { value_29 as value };
2766
+ export { value_31 as value };
2710
2767
  }
2711
2768
  export { type_52 as type };
2712
2769
  }
2713
- export { wordBreak_1 as wordBreak };
2714
- export namespace fontWeight {
2715
- const defaultValue_53: null;
2716
- export { defaultValue_53 as defaultValue };
2717
- const description_66: string;
2718
- export { description_66 as description };
2719
- const name_106: string;
2720
- export { name_106 as name };
2721
- const required_53: boolean;
2722
- export { required_53 as required };
2723
- export namespace type_53 {
2724
- const name_107: string;
2725
- export { name_107 as name };
2726
- }
2727
- export { type_53 as type };
2728
- }
2729
- }
2730
- export { props_5 as props };
2731
- }
2732
- export { __docgenInfo_5 as __docgenInfo };
2733
- }
2734
- declare function SectionImage(_a: any): any;
2735
- declare namespace SectionImage {
2736
- const displayName_12: string;
2737
- export { displayName_12 as displayName };
2738
- export namespace __docgenInfo_6 {
2739
- const description_67: string;
2740
- export { description_67 as description };
2741
- const displayName_13: string;
2742
- export { displayName_13 as displayName };
2743
- export namespace props_6 {
2744
- export namespace src {
2770
+ export namespace scaleType {
2745
2771
  const defaultValue_54: null;
2746
2772
  export { defaultValue_54 as defaultValue };
2747
2773
  const description_68: string;
2748
2774
  export { description_68 as description };
2749
- const name_108: string;
2750
- export { name_108 as name };
2751
- const required_54: boolean;
2752
- export { required_54 as required };
2753
- export namespace type_54 {
2754
- const name_109: string;
2755
- export { name_109 as name };
2775
+ const name_107: string;
2776
+ export { name_107 as name };
2777
+ const required_53: boolean;
2778
+ export { required_53 as required };
2779
+ export namespace type_53 {
2780
+ const name_108: string;
2781
+ export { name_108 as name };
2782
+ const value_32: {
2783
+ value: string;
2784
+ }[];
2785
+ export { value_32 as value };
2756
2786
  }
2757
- export { type_54 as type };
2787
+ export { type_53 as type };
2758
2788
  }
2759
- export namespace shapeType {
2789
+ export namespace borderMode {
2760
2790
  const defaultValue_55: null;
2761
2791
  export { defaultValue_55 as defaultValue };
2762
2792
  const description_69: string;
2763
2793
  export { description_69 as description };
2764
- const name_110: string;
2765
- export { name_110 as name };
2766
- const required_55: boolean;
2767
- export { required_55 as required };
2768
- export namespace type_55 {
2769
- const name_111: string;
2770
- export { name_111 as name };
2771
- const value_30: {
2794
+ const name_109: string;
2795
+ export { name_109 as name };
2796
+ const required_54: boolean;
2797
+ export { required_54 as required };
2798
+ export namespace type_54 {
2799
+ const name_110: string;
2800
+ export { name_110 as name };
2801
+ const value_33: {
2772
2802
  value: string;
2773
2803
  }[];
2774
- export { value_30 as value };
2804
+ export { value_33 as value };
2775
2805
  }
2776
- export { type_55 as type };
2806
+ export { type_54 as type };
2777
2807
  }
2778
- export namespace radius {
2808
+ export namespace backgroundFillMode {
2779
2809
  const defaultValue_56: null;
2780
2810
  export { defaultValue_56 as defaultValue };
2781
2811
  const description_70: string;
2782
2812
  export { description_70 as description };
2783
- const name_112: string;
2784
- export { name_112 as name };
2785
- const required_56: boolean;
2786
- export { required_56 as required };
2787
- export namespace type_56 {
2788
- const name_113: string;
2789
- export { name_113 as name };
2790
- const value_31: {
2813
+ const name_111: string;
2814
+ export { name_111 as name };
2815
+ const required_55: boolean;
2816
+ export { required_55 as required };
2817
+ export namespace type_55 {
2818
+ const name_112: string;
2819
+ export { name_112 as name };
2820
+ const value_34: {
2791
2821
  value: string;
2792
2822
  }[];
2793
- export { value_31 as value };
2823
+ export { value_34 as value };
2794
2824
  }
2795
- export { type_56 as type };
2825
+ export { type_55 as type };
2796
2826
  }
2797
- export namespace width_1 {
2827
+ export namespace isLoading {
2798
2828
  const defaultValue_57: null;
2799
2829
  export { defaultValue_57 as defaultValue };
2800
2830
  const description_71: string;
2801
2831
  export { description_71 as description };
2802
- const name_114: string;
2803
- export { name_114 as name };
2832
+ const name_113: string;
2833
+ export { name_113 as name };
2834
+ const required_56: boolean;
2835
+ export { required_56 as required };
2836
+ export namespace type_56 {
2837
+ const name_114: string;
2838
+ export { name_114 as name };
2839
+ }
2840
+ export { type_56 as type };
2841
+ }
2842
+ }
2843
+ export { props_6 as props };
2844
+ }
2845
+ export { __docgenInfo_6 as __docgenInfo };
2846
+ }
2847
+ declare function SectionButton(_a: any): any;
2848
+ declare namespace SectionButton {
2849
+ const displayName_14: string;
2850
+ export { displayName_14 as displayName };
2851
+ export namespace __docgenInfo_7 {
2852
+ const description_72: string;
2853
+ export { description_72 as description };
2854
+ const displayName_15: string;
2855
+ export { displayName_15 as displayName };
2856
+ export namespace props_7 {
2857
+ export namespace linkType {
2858
+ export namespace defaultValue_58 {
2859
+ const value_35: string;
2860
+ export { value_35 as value };
2861
+ }
2862
+ export { defaultValue_58 as defaultValue };
2863
+ const description_73: string;
2864
+ export { description_73 as description };
2865
+ const name_115: string;
2866
+ export { name_115 as name };
2804
2867
  const required_57: boolean;
2805
2868
  export { required_57 as required };
2806
2869
  export namespace type_57 {
2807
- const name_115: string;
2808
- export { name_115 as name };
2870
+ const name_116: string;
2871
+ export { name_116 as name };
2872
+ const value_36: {
2873
+ value: string;
2874
+ }[];
2875
+ export { value_36 as value };
2809
2876
  }
2810
2877
  export { type_57 as type };
2811
2878
  }
2812
- export { width_1 as width };
2813
- export namespace height {
2814
- const defaultValue_58: null;
2815
- export { defaultValue_58 as defaultValue };
2816
- const description_72: string;
2817
- export { description_72 as description };
2818
- const name_116: string;
2819
- export { name_116 as name };
2879
+ export namespace buttonType {
2880
+ const defaultValue_59: null;
2881
+ export { defaultValue_59 as defaultValue };
2882
+ const description_74: string;
2883
+ export { description_74 as description };
2884
+ const name_117: string;
2885
+ export { name_117 as name };
2820
2886
  const required_58: boolean;
2821
2887
  export { required_58 as required };
2822
2888
  export namespace type_58 {
2823
- const name_117: string;
2824
- export { name_117 as name };
2889
+ const name_118: string;
2890
+ export { name_118 as name };
2825
2891
  }
2826
2892
  export { type_58 as type };
2827
2893
  }
2828
- export namespace noImageHeight {
2829
- const defaultValue_59: null;
2830
- export { defaultValue_59 as defaultValue };
2831
- const description_73: string;
2832
- export { description_73 as description };
2833
- const name_118: string;
2834
- export { name_118 as name };
2894
+ export namespace backgroundColor {
2895
+ const defaultValue_60: null;
2896
+ export { defaultValue_60 as defaultValue };
2897
+ const description_75: string;
2898
+ export { description_75 as description };
2899
+ const name_119: string;
2900
+ export { name_119 as name };
2835
2901
  const required_59: boolean;
2836
2902
  export { required_59 as required };
2837
2903
  export namespace type_59 {
2838
- const name_119: string;
2839
- export { name_119 as name };
2904
+ const name_120: string;
2905
+ export { name_120 as name };
2840
2906
  }
2841
2907
  export { type_59 as type };
2842
2908
  }
2843
- export namespace noImageWidth {
2844
- const defaultValue_60: null;
2845
- export { defaultValue_60 as defaultValue };
2846
- const description_74: string;
2847
- export { description_74 as description };
2848
- const name_120: string;
2849
- export { name_120 as name };
2909
+ export namespace textColor {
2910
+ const defaultValue_61: null;
2911
+ export { defaultValue_61 as defaultValue };
2912
+ const description_76: string;
2913
+ export { description_76 as description };
2914
+ const name_121: string;
2915
+ export { name_121 as name };
2850
2916
  const required_60: boolean;
2851
2917
  export { required_60 as required };
2852
2918
  export namespace type_60 {
2853
- const name_121: string;
2854
- export { name_121 as name };
2919
+ const name_122: string;
2920
+ export { name_122 as name };
2855
2921
  }
2856
2922
  export { type_60 as type };
2857
2923
  }
2858
- export namespace ratio {
2859
- const defaultValue_61: null;
2860
- export { defaultValue_61 as defaultValue };
2861
- const description_75: string;
2862
- export { description_75 as description };
2863
- const name_122: string;
2864
- export { name_122 as name };
2924
+ export namespace text_2 {
2925
+ const defaultValue_62: null;
2926
+ export { defaultValue_62 as defaultValue };
2927
+ const description_77: string;
2928
+ export { description_77 as description };
2929
+ const name_123: string;
2930
+ export { name_123 as name };
2865
2931
  const required_61: boolean;
2866
2932
  export { required_61 as required };
2867
2933
  export namespace type_61 {
2868
- const name_123: string;
2869
- export { name_123 as name };
2870
- const value_32: {
2871
- value: string;
2872
- }[];
2873
- export { value_32 as value };
2934
+ const name_124: string;
2935
+ export { name_124 as name };
2874
2936
  }
2875
2937
  export { type_61 as type };
2876
2938
  }
2877
- export namespace scaleType {
2878
- const defaultValue_62: null;
2879
- export { defaultValue_62 as defaultValue };
2880
- const description_76: string;
2881
- export { description_76 as description };
2882
- const name_124: string;
2883
- export { name_124 as name };
2939
+ export { text_2 as text };
2940
+ export namespace src_1 {
2941
+ export namespace defaultValue_63 {
2942
+ const value_37: string;
2943
+ export { value_37 as value };
2944
+ }
2945
+ export { defaultValue_63 as defaultValue };
2946
+ const description_78: string;
2947
+ export { description_78 as description };
2948
+ const name_125: string;
2949
+ export { name_125 as name };
2884
2950
  const required_62: boolean;
2885
2951
  export { required_62 as required };
2886
2952
  export namespace type_62 {
2887
- const name_125: string;
2888
- export { name_125 as name };
2889
- const value_33: {
2890
- value: string;
2891
- }[];
2892
- export { value_33 as value };
2953
+ const name_126: string;
2954
+ export { name_126 as name };
2893
2955
  }
2894
2956
  export { type_62 as type };
2895
2957
  }
2896
- export namespace borderMode {
2897
- const defaultValue_63: null;
2898
- export { defaultValue_63 as defaultValue };
2899
- const description_77: string;
2900
- export { description_77 as description };
2901
- const name_126: string;
2902
- export { name_126 as name };
2958
+ export { src_1 as src };
2959
+ export namespace borderColor {
2960
+ const defaultValue_64: null;
2961
+ export { defaultValue_64 as defaultValue };
2962
+ const description_79: string;
2963
+ export { description_79 as description };
2964
+ const name_127: string;
2965
+ export { name_127 as name };
2903
2966
  const required_63: boolean;
2904
2967
  export { required_63 as required };
2905
2968
  export namespace type_63 {
2906
- const name_127: string;
2907
- export { name_127 as name };
2908
- const value_34: {
2909
- value: string;
2910
- }[];
2911
- export { value_34 as value };
2969
+ const name_128: string;
2970
+ export { name_128 as name };
2912
2971
  }
2913
2972
  export { type_63 as type };
2914
2973
  }
2915
- export namespace backgroundFillMode {
2916
- const defaultValue_64: null;
2917
- export { defaultValue_64 as defaultValue };
2918
- const description_78: string;
2919
- export { description_78 as description };
2920
- const name_128: string;
2921
- export { name_128 as name };
2974
+ export namespace state {
2975
+ export namespace defaultValue_65 {
2976
+ const value_38: string;
2977
+ export { value_38 as value };
2978
+ }
2979
+ export { defaultValue_65 as defaultValue };
2980
+ const description_80: string;
2981
+ export { description_80 as description };
2982
+ const name_129: string;
2983
+ export { name_129 as name };
2922
2984
  const required_64: boolean;
2923
2985
  export { required_64 as required };
2924
2986
  export namespace type_64 {
2925
- const name_129: string;
2926
- export { name_129 as name };
2927
- const value_35: {
2928
- value: string;
2929
- }[];
2930
- export { value_35 as value };
2931
- }
2932
- export { type_64 as type };
2933
- }
2934
- export namespace isLoading {
2935
- const defaultValue_65: null;
2936
- export { defaultValue_65 as defaultValue };
2937
- const description_79: string;
2938
- export { description_79 as description };
2939
- const name_130: string;
2940
- export { name_130 as name };
2941
- const required_65: boolean;
2942
- export { required_65 as required };
2943
- export namespace type_65 {
2944
- const name_131: string;
2945
- export { name_131 as name };
2946
- }
2947
- export { type_65 as type };
2948
- }
2949
- }
2950
- export { props_6 as props };
2951
- }
2952
- export { __docgenInfo_6 as __docgenInfo };
2953
- }
2954
- declare function SectionButton(_a: any): any;
2955
- declare namespace SectionButton {
2956
- const displayName_14: string;
2957
- export { displayName_14 as displayName };
2958
- export namespace __docgenInfo_7 {
2959
- const description_80: string;
2960
- export { description_80 as description };
2961
- const displayName_15: string;
2962
- export { displayName_15 as displayName };
2963
- export namespace props_7 {
2964
- export namespace linkType {
2965
- export namespace defaultValue_66 {
2966
- const value_36: string;
2967
- export { value_36 as value };
2968
- }
2969
- export { defaultValue_66 as defaultValue };
2970
- const description_81: string;
2971
- export { description_81 as description };
2972
- const name_132: string;
2973
- export { name_132 as name };
2974
- const required_66: boolean;
2975
- export { required_66 as required };
2976
- export namespace type_66 {
2977
- const name_133: string;
2978
- export { name_133 as name };
2979
- const value_37: {
2987
+ const name_130: string;
2988
+ export { name_130 as name };
2989
+ const value_39: {
2980
2990
  value: string;
2981
2991
  }[];
2982
- export { value_37 as value };
2983
- }
2984
- export { type_66 as type };
2985
- }
2986
- export namespace buttonType {
2987
- const defaultValue_67: null;
2988
- export { defaultValue_67 as defaultValue };
2989
- const description_82: string;
2990
- export { description_82 as description };
2991
- const name_134: string;
2992
- export { name_134 as name };
2993
- const required_67: boolean;
2994
- export { required_67 as required };
2995
- export namespace type_67 {
2996
- const name_135: string;
2997
- export { name_135 as name };
2998
- }
2999
- export { type_67 as type };
3000
- }
3001
- export namespace backgroundColor {
3002
- const defaultValue_68: null;
3003
- export { defaultValue_68 as defaultValue };
3004
- const description_83: string;
3005
- export { description_83 as description };
3006
- const name_136: string;
3007
- export { name_136 as name };
3008
- const required_68: boolean;
3009
- export { required_68 as required };
3010
- export namespace type_68 {
3011
- const name_137: string;
3012
- export { name_137 as name };
3013
- }
3014
- export { type_68 as type };
3015
- }
3016
- export namespace textColor {
3017
- const defaultValue_69: null;
3018
- export { defaultValue_69 as defaultValue };
3019
- const description_84: string;
3020
- export { description_84 as description };
3021
- const name_138: string;
3022
- export { name_138 as name };
3023
- const required_69: boolean;
3024
- export { required_69 as required };
3025
- export namespace type_69 {
3026
- const name_139: string;
3027
- export { name_139 as name };
3028
- }
3029
- export { type_69 as type };
3030
- }
3031
- export namespace text_2 {
3032
- const defaultValue_70: null;
3033
- export { defaultValue_70 as defaultValue };
3034
- const description_85: string;
3035
- export { description_85 as description };
3036
- const name_140: string;
3037
- export { name_140 as name };
3038
- const required_70: boolean;
3039
- export { required_70 as required };
3040
- export namespace type_70 {
3041
- const name_141: string;
3042
- export { name_141 as name };
3043
- }
3044
- export { type_70 as type };
3045
- }
3046
- export { text_2 as text };
3047
- export namespace src_1 {
3048
- export namespace defaultValue_71 {
3049
- const value_38: string;
3050
- export { value_38 as value };
3051
- }
3052
- export { defaultValue_71 as defaultValue };
3053
- const description_86: string;
3054
- export { description_86 as description };
3055
- const name_142: string;
3056
- export { name_142 as name };
3057
- const required_71: boolean;
3058
- export { required_71 as required };
3059
- export namespace type_71 {
3060
- const name_143: string;
3061
- export { name_143 as name };
3062
- }
3063
- export { type_71 as type };
3064
- }
3065
- export { src_1 as src };
3066
- export namespace borderColor {
3067
- const defaultValue_72: null;
3068
- export { defaultValue_72 as defaultValue };
3069
- const description_87: string;
3070
- export { description_87 as description };
3071
- const name_144: string;
3072
- export { name_144 as name };
3073
- const required_72: boolean;
3074
- export { required_72 as required };
3075
- export namespace type_72 {
3076
- const name_145: string;
3077
- export { name_145 as name };
3078
- }
3079
- export { type_72 as type };
3080
- }
3081
- export namespace state {
3082
- export namespace defaultValue_73 {
3083
- const value_39: string;
3084
2992
  export { value_39 as value };
3085
2993
  }
3086
- export { defaultValue_73 as defaultValue };
3087
- const description_88: string;
3088
- export { description_88 as description };
3089
- const name_146: string;
3090
- export { name_146 as name };
3091
- const required_73: boolean;
3092
- export { required_73 as required };
3093
- export namespace type_73 {
3094
- const name_147: string;
3095
- export { name_147 as name };
3096
- const value_40: {
3097
- value: string;
3098
- }[];
3099
- export { value_40 as value };
3100
- }
3101
- export { type_73 as type };
2994
+ export { type_64 as type };
3102
2995
  }
3103
2996
  }
3104
2997
  export { props_7 as props };
@@ -3108,17 +3001,17 @@ declare namespace SectionButton {
3108
3001
  declare var M_TemplateA: any;
3109
3002
  declare var D_TemplateB: any;
3110
3003
  declare var M_TemplateB: any;
3111
- declare var ContentsSection: any;
3112
- declare var FooterSection: any;
3113
- declare var InfoBoxSection: any;
3114
- declare var TemplateC_desktop: any;
3115
- declare var TemplateC_mobile: any;
3116
- declare var TemplateD_desktop: any;
3117
- declare var TemplateD_mobile: any;
3118
- declare var IntroSection: any;
3119
3004
  declare var TemplateC: any;
3120
3005
  declare var TemplateD: any;
3121
3006
  declare var D_TemplateC: any;
3122
3007
  declare var M_TemplateC: any;
3123
3008
  declare var D_TemplateD: any;
3124
3009
  declare var M_TemplateD: any;
3010
+ declare var TemplateA_desktop: any;
3011
+ declare var TemplateA_mobile: any;
3012
+ declare var TemplateB_desktop: any;
3013
+ declare var TemplateB_mobile: any;
3014
+ declare var TemplateC_desktop: any;
3015
+ declare var TemplateC_mobile: any;
3016
+ declare var TemplateD_desktop: any;
3017
+ declare var TemplateD_mobile: any;