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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (397) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +6 -2
  3. package/dist/index.js +19 -2
  4. package/dist/src/GlobalStyle.js +4 -1
  5. package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
  6. package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
  7. package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
  8. package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
  9. package/dist/src/common/assets/icons/fill/BellNotification.d.ts +4 -0
  10. package/dist/src/common/assets/icons/fill/BellNotification.js +36 -0
  11. package/dist/src/common/assets/icons/fill/ChatNotification.d.ts +4 -0
  12. package/dist/src/common/assets/icons/fill/ChatNotification.js +36 -0
  13. package/dist/src/common/assets/icons/fill/HelpWindow.js +1 -1
  14. package/dist/src/common/assets/icons/fill/Question.js +1 -1
  15. package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
  16. package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
  17. package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
  18. package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
  19. package/dist/src/common/assets/icons/fill/index.d.ts +6 -0
  20. package/dist/src/common/assets/icons/fill/index.js +12 -0
  21. package/dist/src/common/assets/icons/line/BellNotification.js +2 -2
  22. package/dist/src/common/assets/icons/line/BookingExtension.d.ts +4 -0
  23. package/dist/src/common/assets/icons/line/BookingExtension.js +36 -0
  24. package/dist/src/common/assets/icons/line/ChatNotification.d.ts +4 -0
  25. package/dist/src/common/assets/icons/line/ChatNotification.js +36 -0
  26. package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
  27. package/dist/src/common/assets/icons/line/Confetti.js +36 -0
  28. package/dist/src/common/assets/icons/line/CsBold.d.ts +4 -0
  29. package/dist/src/common/assets/icons/line/CsBold.js +34 -0
  30. package/dist/src/common/assets/icons/line/CsFace.d.ts +4 -0
  31. package/dist/src/common/assets/icons/line/CsFace.js +34 -0
  32. package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
  33. package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
  34. package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
  35. package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
  36. package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
  37. package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
  38. package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
  39. package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
  40. package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
  41. package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
  42. package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
  43. package/dist/src/common/assets/icons/line/Mail.js +36 -0
  44. package/dist/src/common/assets/icons/line/News.d.ts +4 -0
  45. package/dist/src/common/assets/icons/line/News.js +36 -0
  46. package/dist/src/common/assets/icons/line/Question.js +1 -1
  47. package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
  48. package/dist/src/common/assets/icons/line/Rocket.js +36 -0
  49. package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
  50. package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
  51. package/dist/src/common/assets/icons/line/index.d.ts +14 -0
  52. package/dist/src/common/assets/icons/line/index.js +28 -0
  53. package/dist/src/common/services/i18n/i18n.js +10 -4
  54. package/dist/src/common/services/i18n/resources/en.json +3 -3243
  55. package/dist/src/common/services/i18n/resources/es.json +5 -3245
  56. package/dist/src/common/services/i18n/resources/fil.json +9 -0
  57. package/dist/src/common/services/i18n/resources/index.d.ts +36 -12969
  58. package/dist/src/common/services/i18n/resources/index.js +10 -3
  59. package/dist/src/common/services/i18n/resources/ja.json +9 -0
  60. package/dist/src/common/services/i18n/resources/ko.json +2 -3242
  61. package/dist/src/common/services/i18n/resources/zh-cn.json +9 -0
  62. package/dist/src/common/services/i18n/resources/zh-tw.json +9 -0
  63. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +29 -8
  64. package/dist/src/common/styles/colorSet/PaletteColor_light.json +29 -8
  65. package/dist/src/common/styles/colorSet/SemanticColor.json +13 -5
  66. package/dist/src/common/styles/colorSet/UIColor.json +69 -7
  67. package/dist/src/common/styles/colorSet/index.d.ts +128 -16
  68. package/dist/src/common/styles/colorSet/ui-type.d.ts +66 -4
  69. package/dist/src/common/styles/index.d.ts +4 -0
  70. package/dist/src/common/styles/movement/animationStyle.d.ts +4 -0
  71. package/dist/src/common/styles/movement/animationStyle.js +8 -4
  72. package/dist/src/common/styles/movement/keyframes.d.ts +3 -1
  73. package/dist/src/common/styles/movement/keyframes.js +11 -9
  74. package/dist/src/common/styles/movement/transitionStyle.d.ts +1 -1
  75. package/dist/src/common/styles/movement/transitionStyle.js +2 -2
  76. package/dist/src/common/styles/scroll/scrollbarStyle.d.ts +2 -0
  77. package/dist/src/common/styles/scroll/scrollbarStyle.js +14 -0
  78. package/dist/src/common/styles/theme.d.ts +4 -0
  79. package/dist/src/common/styles/theme.js +17 -13
  80. package/dist/src/common/types/styled-components.d.ts +9 -5
  81. package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +6 -2
  82. package/dist/src/desktop/components/AdminList/AdminList.d.ts +2 -1
  83. package/dist/src/desktop/components/AdminList/AdminList.js +4 -4
  84. package/dist/src/desktop/components/AdminList/BulkActionBar.js +1 -2
  85. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +2 -1
  86. package/dist/src/desktop/components/AdminList/HeaderRow.js +21 -17
  87. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
  88. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -0
  89. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +19 -15
  90. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  91. package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +1 -1
  92. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  93. package/dist/src/desktop/components/BodyTextGroup/BodyTextGroup.js +3 -3
  94. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  95. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubble.js +5 -4
  96. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  97. package/dist/src/desktop/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  98. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -3
  99. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +4 -1
  100. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +26 -2
  101. package/dist/src/desktop/components/Dropdown/Dropdown.js +31 -11
  102. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +13 -11
  103. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +2 -2
  104. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  105. package/dist/src/desktop/components/MainButton/MainButton.js +120 -33
  106. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +4 -1
  107. package/dist/src/desktop/components/Select/Select.js +26 -10
  108. package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
  109. package/dist/src/desktop/components/TextButton/TextButton.js +38 -12
  110. package/dist/src/desktop/components/TextField/TextField.d.ts +2 -1
  111. package/dist/src/desktop/components/TextField/TextField.js +43 -18
  112. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +8 -5
  113. package/dist/src/desktop/components/TextLabel/TextLabel.js +63 -44
  114. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  115. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +131 -34
  116. package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
  117. package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
  118. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  119. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +39 -9
  120. package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +1 -1
  121. package/dist/src/desktop/index.d.ts +3 -2
  122. package/dist/src/desktop/index.js +2 -1
  123. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.d.ts +5 -3
  124. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +29 -24
  125. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +4 -1
  126. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +22 -10
  127. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.d.ts +3 -2
  128. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +34 -17
  129. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.d.ts +3 -1
  130. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFC.js +31 -8
  131. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.d.ts +3 -1
  132. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFD.js +31 -8
  133. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.d.ts +4 -3
  134. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +55 -34
  135. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.d.ts +3 -1
  136. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFF.js +31 -8
  137. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.d.ts +4 -1
  138. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFG.js +41 -14
  139. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.d.ts +3 -1
  140. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFH.js +31 -8
  141. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.d.ts +4 -1
  142. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFI.js +41 -14
  143. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.d.ts +3 -1
  144. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFJ.js +31 -8
  145. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.d.ts +4 -1
  146. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFK.js +41 -14
  147. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.d.ts +15 -0
  148. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +75 -0
  149. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.d.ts +1 -0
  150. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/index.js +3 -1
  151. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
  152. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
  153. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +5 -2
  154. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +2 -1
  155. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +14 -5
  156. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +1 -1
  157. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +3 -2
  158. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +2 -1
  159. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +14 -5
  160. package/dist/src/desktop/layout/LayoutWF/Containers/index.d.ts +1 -0
  161. package/dist/src/desktop/layout/LayoutWF/Containers/index.js +3 -1
  162. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.d.ts +5 -2
  163. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +44 -20
  164. package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
  165. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  166. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +17 -17
  167. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +3 -1
  168. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -8
  169. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +4 -1
  170. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +41 -14
  171. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +3 -1
  172. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -8
  173. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +4 -1
  174. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +41 -14
  175. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +3 -1
  176. package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +31 -8
  177. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +4 -1
  178. package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +2 -2
  179. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.d.ts +5 -2
  180. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/ContentsContainer.js +20 -19
  181. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.d.ts +3 -1
  182. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSA.js +32 -8
  183. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.d.ts +4 -1
  184. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSB.js +38 -8
  185. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.d.ts +3 -1
  186. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSC.js +31 -8
  187. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.d.ts +3 -1
  188. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSD.js +32 -8
  189. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.d.ts +3 -1
  190. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSE.js +33 -9
  191. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.d.ts +4 -1
  192. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSF.js +42 -14
  193. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.d.ts +4 -1
  194. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSG.js +42 -14
  195. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.d.ts +4 -1
  196. package/dist/src/desktop/layout/LayoutWS/Containers/ContentsContainer/variation/WSH.js +41 -14
  197. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.d.ts +5 -2
  198. package/dist/src/desktop/layout/LayoutWS/ContainersBox/ContainersBox.js +2 -2
  199. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  200. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +45 -45
  201. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.d.ts +3 -1
  202. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTA.js +31 -8
  203. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.d.ts +3 -1
  204. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTB.js +31 -8
  205. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.d.ts +3 -1
  206. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTC.js +31 -8
  207. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.d.ts +4 -1
  208. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTD.js +41 -14
  209. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.d.ts +3 -1
  210. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTE.js +31 -8
  211. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.d.ts +4 -1
  212. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTF.js +41 -14
  213. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.d.ts +3 -1
  214. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTG.js +31 -8
  215. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +3 -1
  216. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +31 -8
  217. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.d.ts +3 -1
  218. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTI.js +31 -8
  219. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.d.ts +4 -1
  220. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTJ.js +41 -14
  221. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +3 -1
  222. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +17 -13
  223. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +3 -1
  224. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -8
  225. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +3 -1
  226. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +31 -8
  227. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +3 -1
  228. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -8
  229. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.d.ts +3 -1
  230. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTO.js +31 -8
  231. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.d.ts +3 -1
  232. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTP.js +31 -8
  233. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.d.ts +4 -1
  234. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTQ.js +41 -14
  235. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +3 -1
  236. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +15 -11
  237. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.d.ts +3 -1
  238. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTT.js +15 -11
  239. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.d.ts +4 -1
  240. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTU.js +22 -17
  241. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +4 -1
  242. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +2 -2
  243. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
  244. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +30 -17
  245. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +9 -12
  246. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.d.ts +8 -0
  247. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/SideTab.js +48 -0
  248. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.d.ts +1 -0
  249. package/dist/src/desktop/panels/DesktopTutorialModal/Components/SideTab/index.js +8 -0
  250. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.d.ts +2 -0
  251. package/dist/src/desktop/panels/DesktopTutorialModal/Components/index.js +5 -0
  252. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.d.ts +18 -0
  253. package/dist/src/desktop/panels/DesktopTutorialModal/DesktopTutorialModal.js +153 -0
  254. package/dist/src/desktop/panels/DesktopTutorialModal/index.d.ts +3 -0
  255. package/dist/src/desktop/panels/DesktopTutorialModal/index.js +8 -0
  256. package/dist/src/desktop/panels/index.d.ts +3 -1
  257. package/dist/src/desktop/panels/index.js +3 -1
  258. package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
  259. package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +6 -2
  260. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.d.ts +1 -1
  261. package/dist/src/mobile/components/BasicFormGroup/BasicFormGroup.js +1 -1
  262. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.d.ts +2 -1
  263. package/dist/src/mobile/components/BodyTextGroup/BodyTextGroup.js +3 -3
  264. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.d.ts +1 -1
  265. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubble.js +5 -4
  266. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.d.ts +4 -3
  267. package/dist/src/mobile/components/ChatBubbleListItem/ChatBubbleListItem.js +88 -57
  268. package/dist/src/mobile/components/Dropdown/Dropdown.js +18 -8
  269. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +1 -1
  270. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  271. package/dist/src/mobile/components/MainButton/MainButton.js +114 -30
  272. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +3 -3
  273. package/dist/src/mobile/components/Select/Select.js +15 -7
  274. package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
  275. package/dist/src/mobile/components/TextButton/TextButton.js +29 -7
  276. package/dist/src/mobile/components/TextField/TextField.d.ts +2 -1
  277. package/dist/src/mobile/components/TextField/TextField.js +28 -13
  278. package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +7 -5
  279. package/dist/src/mobile/components/TextLabel/TextLabel.js +57 -38
  280. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  281. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +126 -32
  282. package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
  283. package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
  284. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
  285. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +30 -6
  286. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  287. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/ContentsContainer.js +8 -8
  288. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.d.ts +3 -1
  289. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFA.js +31 -8
  290. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.d.ts +4 -1
  291. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFB.js +41 -14
  292. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.d.ts +3 -1
  293. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFC.js +31 -8
  294. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.d.ts +3 -1
  295. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFD.js +31 -8
  296. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.d.ts +4 -1
  297. package/dist/src/mobile/layout/LayoutMF/Containers/ContentsContainer/variation/MFE.js +41 -14
  298. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.d.ts +4 -1
  299. package/dist/src/mobile/layout/LayoutMF/ContainersBox/ContainersBox.js +2 -2
  300. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.d.ts +3 -1
  301. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/ContentsContainer.js +3 -3
  302. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.d.ts +3 -1
  303. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMA.js +31 -8
  304. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.d.ts +3 -1
  305. package/dist/src/mobile/layout/LayoutMM/Containers/ContentsContainer/variation/MMB.js +31 -8
  306. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.d.ts +3 -1
  307. package/dist/src/mobile/layout/LayoutMM/ContainersBox/ContainersBox.js +2 -2
  308. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  309. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/ContentsContainer.js +9 -9
  310. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.d.ts +3 -1
  311. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPA.js +31 -8
  312. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.d.ts +3 -1
  313. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPB.js +31 -8
  314. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.d.ts +4 -1
  315. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPC.js +41 -14
  316. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.d.ts +3 -1
  317. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPD.js +31 -8
  318. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.d.ts +3 -1
  319. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPE.js +31 -8
  320. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.d.ts +4 -1
  321. package/dist/src/mobile/layout/LayoutMP/Containers/ContentsContainer/variation/MPF.js +41 -14
  322. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +4 -1
  323. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +12 -12
  324. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.d.ts +3 -1
  325. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSA.js +31 -8
  326. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.d.ts +3 -1
  327. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSB.js +31 -8
  328. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.d.ts +4 -1
  329. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSC.js +41 -14
  330. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.d.ts +3 -1
  331. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSD.js +31 -8
  332. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.d.ts +3 -1
  333. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSE.js +31 -8
  334. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.d.ts +4 -1
  335. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSF.js +41 -14
  336. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +3 -1
  337. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -8
  338. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +3 -1
  339. package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -8
  340. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +4 -1
  341. package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +2 -2
  342. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +2 -2
  343. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  344. package/dist/src/sub/DynamicLayout/DynamicLayout.js +6 -94
  345. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.d.ts +8 -0
  346. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/EditModeSectionMatcher.js +25 -0
  347. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.d.ts +6 -0
  348. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/OverlayBorders.js +49 -0
  349. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.d.ts +7 -0
  350. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/SectionBox.js +129 -0
  351. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.d.ts +1 -0
  352. package/dist/src/sub/DynamicLayout/components/EditModeSectionMatcher/index.js +8 -0
  353. package/dist/src/sub/DynamicLayout/components/Section/Section.js +1 -1
  354. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.d.ts +3 -0
  355. package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +48 -0
  356. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.d.ts +1 -0
  357. package/dist/src/sub/DynamicLayout/components/SectionMatcher/index.js +8 -0
  358. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +30 -13
  359. package/dist/src/sub/DynamicLayout/hooks/index.d.ts +2 -0
  360. package/dist/src/sub/DynamicLayout/hooks/index.js +5 -1
  361. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.d.ts +1 -0
  362. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/index.js +8 -0
  363. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.d.ts +5 -0
  364. package/dist/src/sub/DynamicLayout/hooks/useLazyUnmount/useLazyUnmount.js +61 -0
  365. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.d.ts +1 -0
  366. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/index.js +8 -0
  367. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.d.ts +10 -0
  368. package/dist/src/sub/DynamicLayout/hooks/useUnmountStyle/useUmountStyle.js +65 -0
  369. package/dist/src/sub/DynamicLayout/mock_samplePage.js +7 -0
  370. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +1 -1
  371. package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +1 -1
  372. package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +1 -1
  373. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +1 -1
  374. package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +1 -1
  375. package/dist/src/sub/DynamicLayout/types.d.ts +3 -1
  376. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.d.ts → 0.9bb7767d.iframe.bundle.d.ts} +0 -0
  377. package/dist/storybook-static/{0.ade47ed3.iframe.bundle.js → 0.9bb7767d.iframe.bundle.js} +8 -8
  378. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.d.ts → 4.ed983a0a.iframe.bundle.d.ts} +0 -0
  379. package/dist/storybook-static/{4.93bcde3d.iframe.bundle.js → 4.ed983a0a.iframe.bundle.js} +71 -71
  380. package/dist/storybook-static/{5.ea6583af.iframe.bundle.d.ts → 5.949eb428.iframe.bundle.d.ts} +0 -0
  381. package/dist/storybook-static/{5.ea6583af.iframe.bundle.js → 5.949eb428.iframe.bundle.js} +13 -13
  382. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.d.ts → 6.e34350b7.iframe.bundle.d.ts} +0 -0
  383. package/dist/storybook-static/{6.e40cb5e6.iframe.bundle.js → 6.e34350b7.iframe.bundle.js} +6 -6
  384. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.d.ts → 7.f7cfb88e.iframe.bundle.d.ts} +0 -0
  385. package/dist/storybook-static/{7.a63b16b9.iframe.bundle.js → 7.f7cfb88e.iframe.bundle.js} +3 -3
  386. package/dist/storybook-static/{main.997ab4f6.iframe.bundle.d.ts → main.f16a77cc.iframe.bundle.d.ts} +1146 -1247
  387. package/dist/storybook-static/main.f16a77cc.iframe.bundle.js +17297 -0
  388. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.d.ts → runtime~main.b5a58837.iframe.bundle.d.ts} +0 -0
  389. package/dist/storybook-static/{runtime~main.a437dbd3.iframe.bundle.js → runtime~main.b5a58837.iframe.bundle.js} +1 -1
  390. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.d.ts → vendors~main.ed405a26.iframe.bundle.d.ts} +0 -0
  391. package/dist/storybook-static/{vendors~main.7bb94765.iframe.bundle.js → vendors~main.ed405a26.iframe.bundle.js} +837 -837
  392. package/package.json +1 -2
  393. package/release-note.md +6 -3
  394. package/dist/src/common/hooks/useAnimation.d.ts +0 -2
  395. package/dist/src/common/hooks/useAnimation.js +0 -19
  396. package/dist/src/common/services/i18n/resources/jp.json +0 -3249
  397. package/dist/storybook-static/main.997ab4f6.iframe.bundle.js +0 -16278
@@ -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, 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, 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_DesktopTutorialModal, D_SectionSheet, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, themeByGivenTone, 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, DesktopTutorialModal, 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, SideTab, 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, NoButton, OverrideInfoTitleText, Variation, 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 {
@@ -36,182 +41,54 @@ declare namespace withFormProvider {
36
41
  }
37
42
  declare var theme: any;
38
43
  declare var skeletonLoadingStyle: any;
44
+ declare var AdminList: any;
45
+ declare var AdminListHeader: any;
46
+ declare var AdminListItem: any;
47
+ declare var BasicChatListItem: any;
48
+ declare var BasicFormGroup: any;
49
+ declare var BasicList: any;
50
+ declare var BasicListItem: any;
51
+ declare var BlogTextField: any;
52
+ declare var BodyTextGroup: any;
53
+ declare var Card: any;
54
+ declare var CardList: any;
55
+ declare var ChatBubbleListItem: any;
56
+ declare var ChatList: any;
57
+ declare var Checkbox: any;
58
+ declare var Chip: any;
59
+ declare var ContextMenu: any;
60
+ declare var ContextMenuItem: any;
61
+ declare var DesktopAlertDialog: any;
62
+ declare var DesktopHeaderBar: any;
63
+ declare var DesktopTabBar: any;
64
+ declare var Dropdown: any;
65
+ declare var DynamicDesktopNavBar: any;
66
+ declare var DynamicDesktopNavBarTemplates: any;
67
+ declare var EditApplyTextField: any;
68
+ declare var FilterBar: any;
69
+ declare var FloatingActionButton: any;
70
+ declare var Hero: any;
71
+ declare var HorizontalFormGroup: any;
72
+ declare var ImageSlide: any;
73
+ declare var LottieReactionButton: any;
74
+ declare var MainButton: any;
75
+ declare var PageTitleTextGroup: any;
76
+ declare var Radio: any;
77
+ declare var ReactionButton: any;
78
+ declare var Select: any;
79
+ declare var StatusBlock: any;
80
+ declare var TextButton: any;
81
+ declare var TextField: any;
82
+ declare var UploadIconButton: any;
83
+ declare var UploadMainButton: any;
84
+ declare var UploadTextButton: any;
85
+ declare var UserDesktopNavBar: any;
86
+ declare var UserDesktopSideTab: any;
87
+ declare var UserDesktopTabBar: any;
39
88
  declare var NavLink: any;
40
89
  declare var Navs: any;
41
90
  declare var ContextTextLabelNav: any;
42
91
  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
92
  declare var LayoutWF: any;
216
93
  declare var WFContainersBox: any;
217
94
  declare var LayoutWH: any;
@@ -250,14 +127,18 @@ declare var D_FilterBar: any;
250
127
  declare var D_FloatingActionButton: any;
251
128
  declare var D_Hero: any;
252
129
  declare var D_HorizontalFormGroup: any;
130
+ declare var D_IconButton: any;
253
131
  declare var D_ImageSlide: any;
254
132
  declare var D_LottieReactionButton: any;
133
+ declare var D_MainButton: any;
255
134
  declare var D_PageTitleTextGroup: any;
256
135
  declare var D_Radio: any;
257
136
  declare var D_ReactionButton: any;
258
137
  declare var D_Select: any;
259
138
  declare var D_StatusBlock: any;
139
+ declare var D_TextButton: any;
260
140
  declare var D_TextField: any;
141
+ declare var D_TextLabel: any;
261
142
  declare var D_UploadIconButton: any;
262
143
  declare var D_UploadMainButton: any;
263
144
  declare var D_UploadTextButton: any;
@@ -268,9 +149,38 @@ declare var D_AnnotationSheet: any;
268
149
  declare var D_ContentSheet: any;
269
150
  declare var D_DesktopBasicModal: any;
270
151
  declare var D_DesktopHeadlessModal: any;
152
+ declare var D_DesktopTutorialModal: any;
271
153
  declare var D_SectionSheet: any;
272
- declare var ContextMenu: any;
273
- declare var MainButton: any;
154
+ declare function OverlayBorders(_a: any): any;
155
+ declare namespace OverlayBorders {
156
+ const displayName_2: string;
157
+ export { displayName_2 as displayName };
158
+ export namespace __docgenInfo_1 {
159
+ const description_1: string;
160
+ export { description_1 as description };
161
+ const displayName_3: string;
162
+ export { displayName_3 as displayName };
163
+ export namespace props_1 {
164
+ namespace zIndex {
165
+ export const defaultValue: null;
166
+ const description_2: string;
167
+ export { description_2 as description };
168
+ export const name: string;
169
+ export const required: boolean;
170
+ export namespace type {
171
+ const name_1: string;
172
+ export { name_1 as name };
173
+ }
174
+ }
175
+ }
176
+ export { props_1 as props };
177
+ }
178
+ export { __docgenInfo_1 as __docgenInfo };
179
+ }
180
+ declare var M_MainButton: any;
181
+ declare var M_TextLabel: any;
182
+ declare var M_TextButton: any;
183
+ declare var M_IconButton: any;
274
184
  declare var fontWeight: any;
275
185
  declare var desktopFontSize: any;
276
186
  declare var desktopLineHeight: any;
@@ -284,69 +194,29 @@ declare var boxShadow: any;
284
194
  declare var spacing: any;
285
195
  declare var uiColors: any;
286
196
  declare var customTheme: 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;
287
205
  declare function themeByGivenTone(tone: any): any;
288
- declare var AdminList: any;
289
- declare var AdminListHeader: any;
290
- declare var AdminListItem: any;
291
- declare var BasicChatListItem: any;
292
- declare var BasicFormGroup: any;
293
- declare var BasicList: any;
294
- declare var BasicListItem: any;
295
- declare var BlogTextField: any;
296
- declare var BodyTextGroup: any;
297
- declare var Card: any;
298
- declare var CardList: any;
299
- declare var ChatBubbleListItem: any;
300
- declare var ChatList: any;
301
- declare var Checkbox: any;
302
- declare var Chip: any;
303
- declare var ContextMenuItem: any;
304
- declare var DesktopAlertDialog: any;
305
- declare var DesktopHeaderBar: any;
306
- declare var DesktopTabBar: any;
307
- declare var Dropdown: any;
308
- declare var DynamicDesktopNavBar: any;
309
- declare var DynamicDesktopNavBarTemplates: any;
310
- declare var EditApplyTextField: any;
311
- declare var FilterBar: any;
312
- declare var FloatingActionButton: any;
313
- declare var Hero: any;
314
- declare var HorizontalFormGroup: any;
315
- declare var ImageSlide: any;
316
- declare var LottieReactionButton: any;
317
- declare var PageTitleTextGroup: any;
318
- declare var Radio: any;
319
- declare var ReactionButton: any;
320
- declare var Select: any;
321
- declare var StatusBlock: any;
322
- declare var TextButton: any;
323
- declare var TextField: any;
324
- declare var UploadIconButton: any;
325
- declare var UploadMainButton: any;
326
- declare var UploadTextButton: any;
327
- declare var UserDesktopNavBar: any;
328
- declare var UserDesktopSideTab: any;
329
- declare var UserDesktopTabBar: any;
330
206
  declare var BasePathContext: any;
331
207
  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 {
208
+ const display: boolean;
209
+ const dynamicLayoutSectionItems: never[];
210
+ const id: number;
211
+ const insertedAt: string;
212
+ namespace manifest {
341
213
  const availableProperties: string[];
342
214
  const availableStyles: string[];
343
215
  const availableTemplates: string[];
344
216
  const schema: string;
345
217
  }
346
- export { manifest_1 as manifest };
347
- const order_1: number;
348
- export { order_1 as order };
349
- export namespace properties_1 {
218
+ const order: number;
219
+ namespace properties {
350
220
  export const buttonAlphaLabel: string;
351
221
  export const buttonAlphaLinkSrc: string;
352
222
  export const buttonAlphaLinkType: string;
@@ -365,15 +235,14 @@ declare namespace samplePageIntroSection {
365
235
  export const carouselAutoplayMode: string;
366
236
  export const carouselAutoplayTime: number;
367
237
  export const carouselInfiniteLoopMode: string;
368
- const description_12: string;
369
- export { description_12 as description };
238
+ const description_3: string;
239
+ export { description_3 as description };
370
240
  export const itemLinkMethod: string;
371
241
  export const sectionContentMediaSrc: string;
372
242
  export const sectionContentMediaType: string;
373
243
  export const title: string;
374
244
  }
375
- export { properties_1 as properties };
376
- export namespace styles_1 {
245
+ namespace styles {
377
246
  const backgroundColorInHex: string;
378
247
  const backgroundMediaSrc: string;
379
248
  const backgroundMediaType: string;
@@ -401,16 +270,13 @@ declare namespace samplePageIntroSection {
401
270
  const itemTitleColorInHex: string;
402
271
  const titleColorInHex: string;
403
272
  }
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 };
273
+ const template: string;
274
+ const updatedAt: string;
409
275
  }
410
276
  declare namespace samplePageContentsCarouselSection {
411
- const display_2: boolean;
412
- export { display_2 as display };
413
- const dynamicLayoutSectionItems_2: {
277
+ const display_1: boolean;
278
+ export { display_1 as display };
279
+ const dynamicLayoutSectionItems_1: {
414
280
  display: boolean;
415
281
  id: number;
416
282
  insertedAt: string;
@@ -432,12 +298,12 @@ declare namespace samplePageContentsCarouselSection {
432
298
  };
433
299
  updatedAt: string;
434
300
  }[];
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 {
301
+ export { dynamicLayoutSectionItems_1 as dynamicLayoutSectionItems };
302
+ const id_1: number;
303
+ export { id_1 as id };
304
+ const insertedAt_1: string;
305
+ export { insertedAt_1 as insertedAt };
306
+ export namespace manifest_1 {
441
307
  const availableProperties_1: string[];
442
308
  export { availableProperties_1 as availableProperties };
443
309
  const availableStyles_1: string[];
@@ -447,10 +313,10 @@ declare namespace samplePageContentsCarouselSection {
447
313
  const schema_1: string;
448
314
  export { schema_1 as schema };
449
315
  }
450
- export { manifest_2 as manifest };
451
- const order_2: number;
452
- export { order_2 as order };
453
- export namespace properties_2 {
316
+ export { manifest_1 as manifest };
317
+ const order_1: number;
318
+ export { order_1 as order };
319
+ export namespace properties_1 {
454
320
  const buttonAlphaLabel_1: string;
455
321
  export { buttonAlphaLabel_1 as buttonAlphaLabel };
456
322
  const buttonAlphaLinkSrc_1: string;
@@ -487,8 +353,8 @@ declare namespace samplePageContentsCarouselSection {
487
353
  export { carouselAutoplayTime_1 as carouselAutoplayTime };
488
354
  const carouselInfiniteLoopMode_1: string;
489
355
  export { carouselInfiniteLoopMode_1 as carouselInfiniteLoopMode };
490
- const description_13: string;
491
- export { description_13 as description };
356
+ const description_4: string;
357
+ export { description_4 as description };
492
358
  const itemLinkMethod_1: string;
493
359
  export { itemLinkMethod_1 as itemLinkMethod };
494
360
  const sectionContentMediaSrc_1: string;
@@ -498,8 +364,8 @@ declare namespace samplePageContentsCarouselSection {
498
364
  const title_1: string;
499
365
  export { title_1 as title };
500
366
  }
501
- export { properties_2 as properties };
502
- export namespace styles_2 {
367
+ export { properties_1 as properties };
368
+ export namespace styles_1 {
503
369
  const backgroundColorInHex_1: string;
504
370
  export { backgroundColorInHex_1 as backgroundColorInHex };
505
371
  const backgroundMediaSrc_1: string;
@@ -553,22 +419,22 @@ declare namespace samplePageContentsCarouselSection {
553
419
  const titleColorInHex_1: string;
554
420
  export { titleColorInHex_1 as titleColorInHex };
555
421
  }
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 };
422
+ export { styles_1 as styles };
423
+ const template_1: string;
424
+ export { template_1 as template };
425
+ const updatedAt_1: string;
426
+ export { updatedAt_1 as updatedAt };
561
427
  }
562
428
  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 {
429
+ const display_2: boolean;
430
+ export { display_2 as display };
431
+ const dynamicLayoutSectionItems_2: never[];
432
+ export { dynamicLayoutSectionItems_2 as dynamicLayoutSectionItems };
433
+ const id_2: number;
434
+ export { id_2 as id };
435
+ const insertedAt_2: string;
436
+ export { insertedAt_2 as insertedAt };
437
+ export namespace manifest_2 {
572
438
  const availableProperties_2: string[];
573
439
  export { availableProperties_2 as availableProperties };
574
440
  const availableStyles_2: string[];
@@ -578,10 +444,10 @@ declare namespace samplePageIntroSection2 {
578
444
  const schema_2: string;
579
445
  export { schema_2 as schema };
580
446
  }
581
- export { manifest_3 as manifest };
582
- const order_3: number;
583
- export { order_3 as order };
584
- export namespace properties_3 {
447
+ export { manifest_2 as manifest };
448
+ const order_2: number;
449
+ export { order_2 as order };
450
+ export namespace properties_2 {
585
451
  const buttonAlphaLabel_2: string;
586
452
  export { buttonAlphaLabel_2 as buttonAlphaLabel };
587
453
  const buttonAlphaLinkSrc_2: string;
@@ -618,8 +484,8 @@ declare namespace samplePageIntroSection2 {
618
484
  export { carouselAutoplayTime_2 as carouselAutoplayTime };
619
485
  const carouselInfiniteLoopMode_2: string;
620
486
  export { carouselInfiniteLoopMode_2 as carouselInfiniteLoopMode };
621
- const description_14: string;
622
- export { description_14 as description };
487
+ const description_5: string;
488
+ export { description_5 as description };
623
489
  const itemLinkMethod_2: string;
624
490
  export { itemLinkMethod_2 as itemLinkMethod };
625
491
  const sectionContentMediaSrc_2: string;
@@ -629,8 +495,8 @@ declare namespace samplePageIntroSection2 {
629
495
  const title_2: string;
630
496
  export { title_2 as title };
631
497
  }
632
- export { properties_3 as properties };
633
- export namespace styles_3 {
498
+ export { properties_2 as properties };
499
+ export namespace styles_2 {
634
500
  const backgroundColorInHex_2: string;
635
501
  export { backgroundColorInHex_2 as backgroundColorInHex };
636
502
  const backgroundMediaSrc_2: string;
@@ -684,22 +550,22 @@ declare namespace samplePageIntroSection2 {
684
550
  const titleColorInHex_2: string;
685
551
  export { titleColorInHex_2 as titleColorInHex };
686
552
  }
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 };
553
+ export { styles_2 as styles };
554
+ const template_2: string;
555
+ export { template_2 as template };
556
+ const updatedAt_2: string;
557
+ export { updatedAt_2 as updatedAt };
692
558
  }
693
559
  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 {
560
+ const display_3: boolean;
561
+ export { display_3 as display };
562
+ const dynamicLayoutSectionItems_3: never[];
563
+ export { dynamicLayoutSectionItems_3 as dynamicLayoutSectionItems };
564
+ const id_3: number;
565
+ export { id_3 as id };
566
+ const insertedAt_3: string;
567
+ export { insertedAt_3 as insertedAt };
568
+ export namespace manifest_3 {
703
569
  const availableProperties_3: string[];
704
570
  export { availableProperties_3 as availableProperties };
705
571
  const availableStyles_3: string[];
@@ -709,10 +575,10 @@ declare namespace samplePageContentsSection {
709
575
  const schema_3: string;
710
576
  export { schema_3 as schema };
711
577
  }
712
- export { manifest_4 as manifest };
713
- const order_4: number;
714
- export { order_4 as order };
715
- export namespace properties_4 {
578
+ export { manifest_3 as manifest };
579
+ const order_3: number;
580
+ export { order_3 as order };
581
+ export namespace properties_3 {
716
582
  const buttonAlphaLabel_3: string;
717
583
  export { buttonAlphaLabel_3 as buttonAlphaLabel };
718
584
  const buttonAlphaLinkSrc_3: string;
@@ -749,8 +615,8 @@ declare namespace samplePageContentsSection {
749
615
  export { carouselAutoplayTime_3 as carouselAutoplayTime };
750
616
  const carouselInfiniteLoopMode_3: string;
751
617
  export { carouselInfiniteLoopMode_3 as carouselInfiniteLoopMode };
752
- const description_15: string;
753
- export { description_15 as description };
618
+ const description_6: string;
619
+ export { description_6 as description };
754
620
  const itemLinkMethod_3: string;
755
621
  export { itemLinkMethod_3 as itemLinkMethod };
756
622
  const sectionContentMediaSrc_3: string;
@@ -760,8 +626,8 @@ declare namespace samplePageContentsSection {
760
626
  const title_3: string;
761
627
  export { title_3 as title };
762
628
  }
763
- export { properties_4 as properties };
764
- export namespace styles_4 {
629
+ export { properties_3 as properties };
630
+ export namespace styles_3 {
765
631
  const backgroundColorInHex_3: string;
766
632
  export { backgroundColorInHex_3 as backgroundColorInHex };
767
633
  const backgroundMediaSrc_3: string;
@@ -815,16 +681,16 @@ declare namespace samplePageContentsSection {
815
681
  const titleColorInHex_3: string;
816
682
  export { titleColorInHex_3 as titleColorInHex };
817
683
  }
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 };
684
+ export { styles_3 as styles };
685
+ const template_3: string;
686
+ export { template_3 as template };
687
+ const updatedAt_3: string;
688
+ export { updatedAt_3 as updatedAt };
823
689
  }
824
690
  declare namespace samplePageInfoBoxSection {
825
- const display_5: boolean;
826
- export { display_5 as display };
827
- const dynamicLayoutSectionItems_5: {
691
+ const display_4: boolean;
692
+ export { display_4 as display };
693
+ const dynamicLayoutSectionItems_4: {
828
694
  display: boolean;
829
695
  id: number;
830
696
  insertedAt: string;
@@ -846,12 +712,12 @@ declare namespace samplePageInfoBoxSection {
846
712
  };
847
713
  updatedAt: string;
848
714
  }[];
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 {
715
+ export { dynamicLayoutSectionItems_4 as dynamicLayoutSectionItems };
716
+ const id_4: number;
717
+ export { id_4 as id };
718
+ const insertedAt_4: string;
719
+ export { insertedAt_4 as insertedAt };
720
+ export namespace manifest_4 {
855
721
  const availableProperties_4: string[];
856
722
  export { availableProperties_4 as availableProperties };
857
723
  const availableStyles_4: string[];
@@ -861,10 +727,10 @@ declare namespace samplePageInfoBoxSection {
861
727
  const schema_4: string;
862
728
  export { schema_4 as schema };
863
729
  }
864
- export { manifest_5 as manifest };
865
- const order_5: number;
866
- export { order_5 as order };
867
- export namespace properties_5 {
730
+ export { manifest_4 as manifest };
731
+ const order_4: number;
732
+ export { order_4 as order };
733
+ export namespace properties_4 {
868
734
  const buttonAlphaLabel_4: string;
869
735
  export { buttonAlphaLabel_4 as buttonAlphaLabel };
870
736
  const buttonAlphaLinkSrc_4: string;
@@ -901,8 +767,8 @@ declare namespace samplePageInfoBoxSection {
901
767
  export { carouselAutoplayTime_4 as carouselAutoplayTime };
902
768
  const carouselInfiniteLoopMode_4: string;
903
769
  export { carouselInfiniteLoopMode_4 as carouselInfiniteLoopMode };
904
- const description_16: string;
905
- export { description_16 as description };
770
+ const description_7: string;
771
+ export { description_7 as description };
906
772
  const itemLinkMethod_4: string;
907
773
  export { itemLinkMethod_4 as itemLinkMethod };
908
774
  const sectionContentMediaSrc_4: string;
@@ -912,8 +778,8 @@ declare namespace samplePageInfoBoxSection {
912
778
  const title_4: string;
913
779
  export { title_4 as title };
914
780
  }
915
- export { properties_5 as properties };
916
- export namespace styles_5 {
781
+ export { properties_4 as properties };
782
+ export namespace styles_4 {
917
783
  const backgroundColorInHex_4: string;
918
784
  export { backgroundColorInHex_4 as backgroundColorInHex };
919
785
  const backgroundMediaSrc_4: string;
@@ -967,22 +833,22 @@ declare namespace samplePageInfoBoxSection {
967
833
  const titleColorInHex_4: string;
968
834
  export { titleColorInHex_4 as titleColorInHex };
969
835
  }
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 };
836
+ export { styles_4 as styles };
837
+ const template_4: string;
838
+ export { template_4 as template };
839
+ const updatedAt_4: string;
840
+ export { updatedAt_4 as updatedAt };
975
841
  }
976
842
  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 {
843
+ const display_5: boolean;
844
+ export { display_5 as display };
845
+ const dynamicLayoutSectionItems_5: never[];
846
+ export { dynamicLayoutSectionItems_5 as dynamicLayoutSectionItems };
847
+ const id_5: number;
848
+ export { id_5 as id };
849
+ const insertedAt_5: string;
850
+ export { insertedAt_5 as insertedAt };
851
+ export namespace manifest_5 {
986
852
  const availableProperties_5: string[];
987
853
  export { availableProperties_5 as availableProperties };
988
854
  const availableStyles_5: string[];
@@ -992,10 +858,10 @@ declare namespace samplePageIntroSection3 {
992
858
  const schema_5: string;
993
859
  export { schema_5 as schema };
994
860
  }
995
- export { manifest_6 as manifest };
996
- const order_6: number;
997
- export { order_6 as order };
998
- export namespace properties_6 {
861
+ export { manifest_5 as manifest };
862
+ const order_5: number;
863
+ export { order_5 as order };
864
+ export namespace properties_5 {
999
865
  const buttonAlphaLabel_5: string;
1000
866
  export { buttonAlphaLabel_5 as buttonAlphaLabel };
1001
867
  const buttonAlphaLinkSrc_5: string;
@@ -1032,8 +898,8 @@ declare namespace samplePageIntroSection3 {
1032
898
  export { carouselAutoplayTime_5 as carouselAutoplayTime };
1033
899
  const carouselInfiniteLoopMode_5: string;
1034
900
  export { carouselInfiniteLoopMode_5 as carouselInfiniteLoopMode };
1035
- const description_17: string;
1036
- export { description_17 as description };
901
+ const description_8: string;
902
+ export { description_8 as description };
1037
903
  const itemLinkMethod_5: string;
1038
904
  export { itemLinkMethod_5 as itemLinkMethod };
1039
905
  const sectionContentMediaSrc_5: string;
@@ -1043,8 +909,8 @@ declare namespace samplePageIntroSection3 {
1043
909
  const title_5: string;
1044
910
  export { title_5 as title };
1045
911
  }
1046
- export { properties_6 as properties };
1047
- export namespace styles_6 {
912
+ export { properties_5 as properties };
913
+ export namespace styles_5 {
1048
914
  const backgroundColorInHex_5: string;
1049
915
  export { backgroundColorInHex_5 as backgroundColorInHex };
1050
916
  const backgroundMediaSrc_5: string;
@@ -1098,16 +964,16 @@ declare namespace samplePageIntroSection3 {
1098
964
  const titleColorInHex_5: string;
1099
965
  export { titleColorInHex_5 as titleColorInHex };
1100
966
  }
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 };
967
+ export { styles_5 as styles };
968
+ const template_5: string;
969
+ export { template_5 as template };
970
+ const updatedAt_5: string;
971
+ export { updatedAt_5 as updatedAt };
1106
972
  }
1107
973
  declare namespace samplePageFooterSection {
1108
- const display_7: boolean;
1109
- export { display_7 as display };
1110
- const dynamicLayoutSectionItems_7: {
974
+ const display_6: boolean;
975
+ export { display_6 as display };
976
+ const dynamicLayoutSectionItems_6: {
1111
977
  display: boolean;
1112
978
  id: number;
1113
979
  insertedAt: string;
@@ -1129,12 +995,12 @@ declare namespace samplePageFooterSection {
1129
995
  };
1130
996
  updatedAt: string;
1131
997
  }[];
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 {
998
+ export { dynamicLayoutSectionItems_6 as dynamicLayoutSectionItems };
999
+ const id_6: number;
1000
+ export { id_6 as id };
1001
+ const insertedAt_6: string;
1002
+ export { insertedAt_6 as insertedAt };
1003
+ export namespace manifest_6 {
1138
1004
  const availableProperties_6: string[];
1139
1005
  export { availableProperties_6 as availableProperties };
1140
1006
  const availableStyles_6: string[];
@@ -1144,10 +1010,10 @@ declare namespace samplePageFooterSection {
1144
1010
  const schema_6: string;
1145
1011
  export { schema_6 as schema };
1146
1012
  }
1147
- export { manifest_7 as manifest };
1148
- const order_7: number;
1149
- export { order_7 as order };
1150
- export namespace properties_7 {
1013
+ export { manifest_6 as manifest };
1014
+ const order_6: number;
1015
+ export { order_6 as order };
1016
+ export namespace properties_6 {
1151
1017
  const buttonAlphaLabel_6: string;
1152
1018
  export { buttonAlphaLabel_6 as buttonAlphaLabel };
1153
1019
  const buttonAlphaLinkSrc_6: string;
@@ -1184,8 +1050,8 @@ declare namespace samplePageFooterSection {
1184
1050
  export { carouselAutoplayTime_6 as carouselAutoplayTime };
1185
1051
  const carouselInfiniteLoopMode_6: string;
1186
1052
  export { carouselInfiniteLoopMode_6 as carouselInfiniteLoopMode };
1187
- const description_18: string;
1188
- export { description_18 as description };
1053
+ const description_9: string;
1054
+ export { description_9 as description };
1189
1055
  const itemLinkMethod_6: string;
1190
1056
  export { itemLinkMethod_6 as itemLinkMethod };
1191
1057
  const sectionContentMediaSrc_6: string;
@@ -1195,8 +1061,8 @@ declare namespace samplePageFooterSection {
1195
1061
  const title_6: string;
1196
1062
  export { title_6 as title };
1197
1063
  }
1198
- export { properties_7 as properties };
1199
- export namespace styles_7 {
1064
+ export { properties_6 as properties };
1065
+ export namespace styles_6 {
1200
1066
  const backgroundColorInHex_6: string;
1201
1067
  export { backgroundColorInHex_6 as backgroundColorInHex };
1202
1068
  const backgroundMediaSrc_6: string;
@@ -1250,11 +1116,11 @@ declare namespace samplePageFooterSection {
1250
1116
  const titleColorInHex_6: string;
1251
1117
  export { titleColorInHex_6 as titleColorInHex };
1252
1118
  }
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 };
1119
+ export { styles_6 as styles };
1120
+ const template_6: string;
1121
+ export { template_6 as template };
1122
+ const updatedAt_6: string;
1123
+ export { updatedAt_6 as updatedAt };
1258
1124
  }
1259
1125
  declare var samplePage: any[];
1260
1126
  declare var ContentsContainer: any;
@@ -1276,21 +1142,32 @@ declare namespace parameters {
1276
1142
  namespace controls {
1277
1143
  const expanded: boolean;
1278
1144
  }
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
1145
  namespace options {
1288
1146
  namespace storySort {
1289
1147
  const method: string;
1290
1148
  }
1291
1149
  }
1292
1150
  }
1293
- declare var decorators: ((Story: any) => any)[];
1151
+ declare namespace globalTypes {
1152
+ namespace theme {
1153
+ const name_2: string;
1154
+ export { name_2 as name };
1155
+ const description_10: string;
1156
+ export { description_10 as description };
1157
+ const defaultValue_1: string;
1158
+ export { defaultValue_1 as defaultValue };
1159
+ export namespace toolbar {
1160
+ const icon: string;
1161
+ const items: {
1162
+ value: string;
1163
+ icon: string;
1164
+ title: string;
1165
+ }[];
1166
+ const showName: boolean;
1167
+ }
1168
+ }
1169
+ }
1170
+ declare var decorators: ((Story: any, Context: any) => any)[];
1294
1171
  declare var Col: any;
1295
1172
  declare var Grid: any;
1296
1173
  declare var Row: any;
@@ -1298,6 +1175,12 @@ declare var useDetectOverflow: any;
1298
1175
  declare var usePrevious: any;
1299
1176
  declare var MenuItemNav: any;
1300
1177
  declare function getSearchExceptGivenName(search: any, name: any): string;
1178
+ declare var AnnotationSheet: any;
1179
+ declare var ContentSheet: any;
1180
+ declare var DesktopBasicModal: any;
1181
+ declare var DesktopHeadlessModal: any;
1182
+ declare var DesktopTutorialModal: any;
1183
+ declare var SectionSheet: any;
1301
1184
  declare var Default: any;
1302
1185
  declare var ChipDefault: any;
1303
1186
  declare var SearchFieldDefault: any;
@@ -1306,7 +1189,15 @@ declare var ImageCard: any;
1306
1189
  declare var MobileAlertDialog: any;
1307
1190
  declare var MobileHeaderBar: any;
1308
1191
  declare var MobileTabBar: any;
1192
+ declare var SectionMatcher: any;
1193
+ declare var ContentsCarouselSection: any;
1194
+ declare var useLazyUnmount: any;
1195
+ declare var ContentsSection: any;
1196
+ declare var FooterSection: any;
1197
+ declare var InfoBoxSection: any;
1198
+ declare var IntroSection: any;
1309
1199
  declare var ToggleTone: any;
1200
+ declare var StepContainer: any;
1310
1201
  declare var WFA: any;
1311
1202
  declare var WFB: any;
1312
1203
  declare var WFC: any;
@@ -1318,11 +1209,11 @@ declare var WFH: any;
1318
1209
  declare var WFI: any;
1319
1210
  declare var WFJ: any;
1320
1211
  declare var WFK: any;
1212
+ declare var WFL: any;
1321
1213
  declare var PageMenu: any;
1322
1214
  declare var WizardPageMenu: any;
1323
1215
  declare var TabMenu: any;
1324
1216
  declare var LeftSubMenu: any;
1325
- declare var StepContainer: any;
1326
1217
  declare var Step: any;
1327
1218
  declare var WHA: any;
1328
1219
  declare var WHB: any;
@@ -1367,106 +1258,105 @@ declare namespace Popup {
1367
1258
  const displayName_4: string;
1368
1259
  export { displayName_4 as displayName };
1369
1260
  export namespace __docgenInfo_2 {
1370
- const description_19: string;
1371
- export { description_19 as description };
1261
+ const description_11: string;
1262
+ export { description_11 as description };
1372
1263
  const displayName_5: string;
1373
1264
  export { displayName_5 as displayName };
1374
1265
  export namespace props_2 {
1375
1266
  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 };
1267
+ const defaultValue_2: null;
1268
+ export { defaultValue_2 as defaultValue };
1269
+ const description_12: string;
1270
+ export { description_12 as description };
1271
+ const name_3: string;
1272
+ export { name_3 as name };
1273
+ const required_1: boolean;
1274
+ export { required_1 as required };
1275
+ export namespace type_1 {
1276
+ const name_4: string;
1277
+ export { name_4 as name };
1387
1278
  }
1388
- export { type_10 as type };
1279
+ export { type_1 as type };
1389
1280
  }
1390
1281
  namespace isOpen {
1391
- export namespace defaultValue_11 {
1392
- const value_1: string;
1393
- export { value_1 as value };
1282
+ export namespace defaultValue_3 {
1283
+ const value: string;
1394
1284
  }
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 };
1285
+ export { defaultValue_3 as defaultValue };
1286
+ const description_13: string;
1287
+ export { description_13 as description };
1288
+ const name_5: string;
1289
+ export { name_5 as name };
1290
+ const required_2: boolean;
1291
+ export { required_2 as required };
1292
+ export namespace type_2 {
1293
+ const name_6: string;
1294
+ export { name_6 as name };
1405
1295
  }
1406
- export { type_11 as type };
1296
+ export { type_2 as type };
1407
1297
  }
1408
1298
  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 };
1299
+ const defaultValue_4: null;
1300
+ export { defaultValue_4 as defaultValue };
1301
+ const description_14: string;
1302
+ export { description_14 as description };
1303
+ const name_7: string;
1304
+ export { name_7 as name };
1305
+ const required_3: boolean;
1306
+ export { required_3 as required };
1307
+ export namespace type_3 {
1308
+ const name_8: string;
1309
+ export { name_8 as name };
1420
1310
  }
1421
- export { type_12 as type };
1311
+ export { type_3 as type };
1422
1312
  }
1423
1313
  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 };
1314
+ const defaultValue_5: null;
1315
+ export { defaultValue_5 as defaultValue };
1316
+ const description_15: string;
1317
+ export { description_15 as description };
1318
+ const name_9: string;
1319
+ export { name_9 as name };
1320
+ const required_4: boolean;
1321
+ export { required_4 as required };
1322
+ export namespace type_4 {
1323
+ const name_10: string;
1324
+ export { name_10 as name };
1435
1325
  }
1436
- export { type_13 as type };
1326
+ export { type_4 as type };
1437
1327
  }
1438
1328
  namespace placement {
1439
- export namespace defaultValue_14 {
1440
- const value_2: string;
1441
- export { value_2 as value };
1329
+ export namespace defaultValue_6 {
1330
+ const value_1: string;
1331
+ export { value_1 as value };
1442
1332
  }
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 };
1333
+ export { defaultValue_6 as defaultValue };
1334
+ const description_16: string;
1335
+ export { description_16 as description };
1336
+ const name_11: string;
1337
+ export { name_11 as name };
1338
+ const required_5: boolean;
1339
+ export { required_5 as required };
1340
+ export namespace type_5 {
1341
+ const name_12: string;
1342
+ export { name_12 as name };
1453
1343
  }
1454
- export { type_14 as type };
1344
+ export { type_5 as type };
1455
1345
  }
1456
1346
  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 };
1347
+ const defaultValue_7: null;
1348
+ export { defaultValue_7 as defaultValue };
1349
+ const description_17: string;
1350
+ export { description_17 as description };
1351
+ const name_13: string;
1352
+ export { name_13 as name };
1353
+ const required_6: boolean;
1354
+ export { required_6 as required };
1355
+ export namespace type_6 {
1356
+ const name_14: string;
1357
+ export { name_14 as name };
1468
1358
  }
1469
- export { type_15 as type };
1359
+ export { type_6 as type };
1470
1360
  }
1471
1361
  }
1472
1362
  export { props_2 as props };
@@ -1478,8 +1368,8 @@ declare namespace PopupProvider {
1478
1368
  const displayName_6: string;
1479
1369
  export { displayName_6 as displayName };
1480
1370
  export namespace __docgenInfo_3 {
1481
- const description_26: string;
1482
- export { description_26 as description };
1371
+ const description_18: string;
1372
+ export { description_18 as description };
1483
1373
  const displayName_7: string;
1484
1374
  export { displayName_7 as displayName };
1485
1375
  const props_3: {};
@@ -1495,6 +1385,22 @@ declare namespace iconThemeColorLineColors {
1495
1385
  const line1: string;
1496
1386
  const line2: string;
1497
1387
  }
1388
+ declare var fadeIn: any;
1389
+ declare var fadeOut: any;
1390
+ declare var glow: any;
1391
+ declare var scaleUp: any;
1392
+ declare var scaleDown: any;
1393
+ declare var scaleUpIncludeTranslate: any;
1394
+ declare var scaleDownIncludeTranslate: any;
1395
+ declare var gelatine: any;
1396
+ declare var scaleBounceIn: any;
1397
+ declare var scaleBounceIn02: any;
1398
+ declare var scaleBounceOut: any;
1399
+ declare var scaleBounceOut02: any;
1400
+ declare var scaleBounceInIncludeTranslate: any;
1401
+ declare var scaleBounceOutIncludeTranslate: any;
1402
+ declare var scaleBounceInIncludeTranslate02: any;
1403
+ declare var scaleBounceOutIncludeTranslate02: any;
1498
1404
  declare var BrandLogo: any;
1499
1405
  declare var PrimaryMenu: any;
1500
1406
  declare var SecondaryMenu: any;
@@ -1687,13 +1593,6 @@ declare namespace textStyles {
1687
1593
  const small: string;
1688
1594
  const xsmall: string;
1689
1595
  }
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
1596
  declare namespace iconFillTypeColors {
1698
1597
  const fill_1: string;
1699
1598
  export { fill_1 as fill };
@@ -1704,19 +1603,7 @@ declare namespace iconStyleThemeColors {
1704
1603
  const primary: string;
1705
1604
  const secondary: string;
1706
1605
  }
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;
1606
+ declare var SideTab: any;
1720
1607
  declare var Single: any;
1721
1608
  declare var Multi: any;
1722
1609
  declare var Auto: any;
@@ -1747,12 +1634,17 @@ declare var MultiCardList: any;
1747
1634
  declare var Grey01: any;
1748
1635
  declare var Primary: any;
1749
1636
  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;
1637
+ declare var OtherAvatarImpact: any;
1638
+ declare var OtherAvatar: any;
1639
+ declare var OtherAvatarSub: any;
1640
+ declare var Other: any;
1641
+ declare var OtherSub: any;
1642
+ declare var Me: any;
1643
+ declare var MeSub: any;
1644
+ declare var GreyColorChildrenTextLabel: any;
1645
+ declare var BrandPrimaryColorChildrenTextLabel: any;
1646
+ declare var TranslucentWhiteColorChildrenTextLabel: any;
1647
+ declare var TranslucentBlackColorChildrenTextLabel: any;
1756
1648
  declare var WithImage: any;
1757
1649
  declare var AllVariation: any;
1758
1650
  declare var AllIcon: any;
@@ -1813,12 +1705,15 @@ declare var LongTextWithLineBreakTab: any;
1813
1705
  declare var TextDefault: any;
1814
1706
  declare var CenterNoneDefault: any;
1815
1707
  declare var WFA_1: any;
1708
+ declare var WFA_2: any;
1816
1709
  declare var WFB_1: any;
1817
1710
  declare var WFC_1: any;
1818
1711
  declare var WFD_1: any;
1819
1712
  declare var WFD_2: any;
1820
1713
  declare var WFE_1: any;
1821
1714
  declare var WFE_2: any;
1715
+ declare var WFE_3: any;
1716
+ declare var WFE_4: any;
1822
1717
  declare var WFF_1: any;
1823
1718
  declare var WFG_1: any;
1824
1719
  declare var WFG_2: any;
@@ -1835,6 +1730,8 @@ declare var WFI_5: any;
1835
1730
  declare var WFI_6: any;
1836
1731
  declare var WFJ_1: any;
1837
1732
  declare var WFK_1: any;
1733
+ declare var WFL_1: any;
1734
+ declare var WFL_2: any;
1838
1735
  declare var WHA_1: any;
1839
1736
  declare var WHB_1: any;
1840
1737
  declare var WHB_2: any;
@@ -1853,6 +1750,7 @@ declare var WHE_1: any;
1853
1750
  declare var WHE_2: any;
1854
1751
  declare var WSA_1: any;
1855
1752
  declare var WSB_1: any;
1753
+ declare var WSB_2: any;
1856
1754
  declare var WSC_1: any;
1857
1755
  declare var WSD_1: any;
1858
1756
  declare var WSE_1: any;
@@ -1922,6 +1820,9 @@ declare var imageMainButtonCase: any;
1922
1820
  declare var imageFocusCase: any;
1923
1821
  declare var imageHeaderCase: any;
1924
1822
  declare var imageHeaderFixedCase: any;
1823
+ declare var NoButton: any;
1824
+ declare var OverrideInfoTitleText: any;
1825
+ declare var Variation: any;
1925
1826
  declare var UseCase1PostsSettingSection: any;
1926
1827
  declare var AllLineIcon: any;
1927
1828
  declare var AllFillIcon: any;
@@ -1996,12 +1897,10 @@ declare var MSG: any;
1996
1897
  declare var MSH: any;
1997
1898
  declare var TwoButton: any;
1998
1899
  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;
1900
+ declare var Sample: any;
1901
+ declare var EditModeSectionMatcher: any;
2004
1902
  declare var YouTubeIframe: any;
1903
+ declare var useUnmountStyle: any;
2005
1904
  declare var TemplateA: any;
2006
1905
  declare var TemplateB: any;
2007
1906
  declare var D_TemplateA: any;
@@ -2011,1094 +1910,1094 @@ declare namespace SectionTitle {
2011
1910
  const displayName_8: string;
2012
1911
  export { displayName_8 as displayName };
2013
1912
  export namespace __docgenInfo_4 {
2014
- const description_27: string;
2015
- export { description_27 as description };
1913
+ const description_19: string;
1914
+ export { description_19 as description };
2016
1915
  const displayName_9: string;
2017
1916
  export { displayName_9 as displayName };
2018
1917
  export namespace props_4 {
2019
1918
  namespace text {
1919
+ const defaultValue_8: null;
1920
+ export { defaultValue_8 as defaultValue };
1921
+ const description_20: string;
1922
+ export { description_20 as description };
1923
+ const name_15: string;
1924
+ export { name_15 as name };
1925
+ const required_7: boolean;
1926
+ export { required_7 as required };
1927
+ export namespace type_7 {
1928
+ const name_16: string;
1929
+ export { name_16 as name };
1930
+ }
1931
+ export { type_7 as type };
1932
+ }
1933
+ namespace color {
1934
+ const defaultValue_9: null;
1935
+ export { defaultValue_9 as defaultValue };
1936
+ const description_21: string;
1937
+ export { description_21 as description };
1938
+ const name_17: string;
1939
+ export { name_17 as name };
1940
+ const required_8: boolean;
1941
+ export { required_8 as required };
1942
+ export namespace type_8 {
1943
+ const name_18: string;
1944
+ export { name_18 as name };
1945
+ }
1946
+ export { type_8 as type };
1947
+ }
1948
+ namespace tooltipText {
1949
+ const defaultValue_10: null;
1950
+ export { defaultValue_10 as defaultValue };
1951
+ const description_22: string;
1952
+ export { description_22 as description };
1953
+ const name_19: string;
1954
+ export { name_19 as name };
1955
+ const required_9: boolean;
1956
+ export { required_9 as required };
1957
+ export namespace type_9 {
1958
+ const name_20: string;
1959
+ export { name_20 as name };
1960
+ }
1961
+ export { type_9 as type };
1962
+ }
1963
+ namespace tooltipPosition {
1964
+ const defaultValue_11: null;
1965
+ export { defaultValue_11 as defaultValue };
1966
+ const description_23: string;
1967
+ export { description_23 as description };
1968
+ const name_21: string;
1969
+ export { name_21 as name };
1970
+ const required_10: boolean;
1971
+ export { required_10 as required };
1972
+ export namespace type_10 {
1973
+ const name_22: string;
1974
+ export { name_22 as name };
1975
+ const value_2: {
1976
+ value: string;
1977
+ }[];
1978
+ export { value_2 as value };
1979
+ }
1980
+ export { type_10 as type };
1981
+ }
1982
+ namespace textAlign {
1983
+ const defaultValue_12: null;
1984
+ export { defaultValue_12 as defaultValue };
1985
+ const description_24: string;
1986
+ export { description_24 as description };
1987
+ const name_23: string;
1988
+ export { name_23 as name };
1989
+ const required_11: boolean;
1990
+ export { required_11 as required };
1991
+ export namespace type_11 {
1992
+ const name_24: string;
1993
+ export { name_24 as name };
1994
+ const value_3: {
1995
+ value: string;
1996
+ }[];
1997
+ export { value_3 as value };
1998
+ }
1999
+ export { type_11 as type };
2000
+ }
2001
+ namespace styleTheme {
2002
+ const defaultValue_13: null;
2003
+ export { defaultValue_13 as defaultValue };
2004
+ const description_25: string;
2005
+ export { description_25 as description };
2006
+ const name_25: string;
2007
+ export { name_25 as name };
2008
+ const required_12: boolean;
2009
+ export { required_12 as required };
2010
+ export namespace type_12 {
2011
+ const name_26: string;
2012
+ export { name_26 as name };
2013
+ const value_4: {
2014
+ value: string;
2015
+ }[];
2016
+ export { value_4 as value };
2017
+ }
2018
+ export { type_12 as type };
2019
+ }
2020
+ namespace colorOverride {
2021
+ const defaultValue_14: null;
2022
+ export { defaultValue_14 as defaultValue };
2023
+ const description_26: string;
2024
+ export { description_26 as description };
2025
+ const name_27: string;
2026
+ export { name_27 as name };
2027
+ const required_13: boolean;
2028
+ export { required_13 as required };
2029
+ export namespace type_13 {
2030
+ const name_28: string;
2031
+ export { name_28 as name };
2032
+ const value_5: {
2033
+ value: string;
2034
+ }[];
2035
+ export { value_5 as value };
2036
+ }
2037
+ export { type_13 as type };
2038
+ }
2039
+ namespace colorTheme {
2040
+ const defaultValue_15: null;
2041
+ export { defaultValue_15 as defaultValue };
2042
+ const description_27: string;
2043
+ export { description_27 as description };
2044
+ const name_29: string;
2045
+ export { name_29 as name };
2046
+ const required_14: boolean;
2047
+ export { required_14 as required };
2048
+ export namespace type_14 {
2049
+ const name_30: string;
2050
+ export { name_30 as name };
2051
+ const value_6: {
2052
+ value: string;
2053
+ }[];
2054
+ export { value_6 as value };
2055
+ }
2056
+ export { type_14 as type };
2057
+ }
2058
+ namespace singleLineMode {
2020
2059
  const defaultValue_16: null;
2021
2060
  export { defaultValue_16 as defaultValue };
2022
2061
  const description_28: string;
2023
2062
  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 };
2063
+ const name_31: string;
2064
+ export { name_31 as name };
2065
+ const required_15: boolean;
2066
+ export { required_15 as required };
2067
+ export namespace type_15 {
2068
+ const name_32: string;
2069
+ export { name_32 as name };
2070
+ const value_7: {
2071
+ value: string;
2072
+ }[];
2073
+ export { value_7 as value };
2031
2074
  }
2032
- export { type_16 as type };
2075
+ export { type_15 as type };
2033
2076
  }
2034
- namespace color {
2077
+ namespace ellipsisMode {
2035
2078
  const defaultValue_17: null;
2036
2079
  export { defaultValue_17 as defaultValue };
2037
2080
  const description_29: string;
2038
2081
  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 };
2082
+ const name_33: string;
2083
+ export { name_33 as name };
2084
+ const required_16: boolean;
2085
+ export { required_16 as required };
2086
+ export namespace type_16 {
2087
+ const name_34: string;
2088
+ export { name_34 as name };
2089
+ const value_8: {
2090
+ value: string;
2091
+ }[];
2092
+ export { value_8 as value };
2046
2093
  }
2047
- export { type_17 as type };
2094
+ export { type_16 as type };
2048
2095
  }
2049
- namespace tooltipText {
2096
+ namespace lineLimit {
2050
2097
  const defaultValue_18: null;
2051
2098
  export { defaultValue_18 as defaultValue };
2052
2099
  const description_30: string;
2053
2100
  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 };
2101
+ const name_35: string;
2102
+ export { name_35 as name };
2103
+ const required_17: boolean;
2104
+ export { required_17 as required };
2105
+ export namespace type_17 {
2106
+ const name_36: string;
2107
+ export { name_36 as name };
2061
2108
  }
2062
- export { type_18 as type };
2109
+ export { type_17 as type };
2063
2110
  }
2064
- namespace tooltipPosition {
2111
+ namespace userSelectMode {
2065
2112
  const defaultValue_19: null;
2066
2113
  export { defaultValue_19 as defaultValue };
2067
2114
  const description_31: string;
2068
2115
  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: {
2116
+ const name_37: string;
2117
+ export { name_37 as name };
2118
+ const required_18: boolean;
2119
+ export { required_18 as required };
2120
+ export namespace type_18 {
2121
+ const name_38: string;
2122
+ export { name_38 as name };
2123
+ const value_9: {
2077
2124
  value: string;
2078
2125
  }[];
2079
- export { value_3 as value };
2126
+ export { value_9 as value };
2080
2127
  }
2081
- export { type_19 as type };
2128
+ export { type_18 as type };
2082
2129
  }
2083
- namespace textAlign {
2130
+ namespace customFontSize {
2084
2131
  const defaultValue_20: null;
2085
2132
  export { defaultValue_20 as defaultValue };
2086
2133
  const description_32: string;
2087
2134
  export { description_32 as description };
2088
- const name_40: string;
2089
- export { name_40 as name };
2135
+ const name_39: string;
2136
+ export { name_39 as name };
2137
+ const required_19: boolean;
2138
+ export { required_19 as required };
2139
+ export namespace type_19 {
2140
+ const name_40: string;
2141
+ export { name_40 as name };
2142
+ }
2143
+ export { type_19 as type };
2144
+ }
2145
+ namespace customFontWeight {
2146
+ const defaultValue_21: null;
2147
+ export { defaultValue_21 as defaultValue };
2148
+ const description_33: string;
2149
+ export { description_33 as description };
2150
+ const name_41: string;
2151
+ export { name_41 as name };
2090
2152
  const required_20: boolean;
2091
2153
  export { required_20 as required };
2092
2154
  export namespace type_20 {
2093
- const name_41: string;
2094
- export { name_41 as name };
2095
- const value_4: {
2155
+ const name_42: string;
2156
+ export { name_42 as name };
2157
+ const value_10: {
2096
2158
  value: string;
2097
2159
  }[];
2098
- export { value_4 as value };
2160
+ export { value_10 as value };
2099
2161
  }
2100
2162
  export { type_20 as type };
2101
2163
  }
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 };
2164
+ namespace textDecorationType {
2165
+ const defaultValue_22: null;
2166
+ export { defaultValue_22 as defaultValue };
2167
+ const description_34: string;
2168
+ export { description_34 as description };
2169
+ const name_43: string;
2170
+ export { name_43 as name };
2109
2171
  const required_21: boolean;
2110
2172
  export { required_21 as required };
2111
2173
  export namespace type_21 {
2112
- const name_43: string;
2113
- export { name_43 as name };
2114
- const value_5: {
2174
+ const name_44: string;
2175
+ export { name_44 as name };
2176
+ const value_11: {
2115
2177
  value: string;
2116
2178
  }[];
2117
- export { value_5 as value };
2179
+ export { value_11 as value };
2118
2180
  }
2119
2181
  export { type_21 as type };
2120
2182
  }
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 };
2183
+ namespace requirementMode {
2184
+ const defaultValue_23: null;
2185
+ export { defaultValue_23 as defaultValue };
2186
+ const description_35: string;
2187
+ export { description_35 as description };
2188
+ const name_45: string;
2189
+ export { name_45 as name };
2128
2190
  const required_22: boolean;
2129
2191
  export { required_22 as required };
2130
2192
  export namespace type_22 {
2131
- const name_45: string;
2132
- export { name_45 as name };
2133
- const value_6: {
2193
+ const name_46: string;
2194
+ export { name_46 as name };
2195
+ const value_12: {
2134
2196
  value: string;
2135
2197
  }[];
2136
- export { value_6 as value };
2198
+ export { value_12 as value };
2137
2199
  }
2138
2200
  export { type_22 as type };
2139
2201
  }
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 };
2202
+ namespace bulletPointMode {
2203
+ const defaultValue_24: null;
2204
+ export { defaultValue_24 as defaultValue };
2205
+ const description_36: string;
2206
+ export { description_36 as description };
2207
+ const name_47: string;
2208
+ export { name_47 as name };
2147
2209
  const required_23: boolean;
2148
2210
  export { required_23 as required };
2149
2211
  export namespace type_23 {
2150
- const name_47: string;
2151
- export { name_47 as name };
2152
- const value_7: {
2212
+ const name_48: string;
2213
+ export { name_48 as name };
2214
+ const value_13: {
2153
2215
  value: string;
2154
2216
  }[];
2155
- export { value_7 as value };
2217
+ export { value_13 as value };
2156
2218
  }
2157
2219
  export { type_23 as type };
2158
2220
  }
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 };
2221
+ namespace wordBreak {
2222
+ const defaultValue_25: null;
2223
+ export { defaultValue_25 as defaultValue };
2224
+ const description_37: string;
2225
+ export { description_37 as description };
2226
+ const name_49: string;
2227
+ export { name_49 as name };
2166
2228
  const required_24: boolean;
2167
2229
  export { required_24 as required };
2168
2230
  export namespace type_24 {
2169
- const name_49: string;
2170
- export { name_49 as name };
2171
- const value_8: {
2231
+ const name_50: string;
2232
+ export { name_50 as name };
2233
+ const value_14: {
2172
2234
  value: string;
2173
2235
  }[];
2174
- export { value_8 as value };
2236
+ export { value_14 as value };
2175
2237
  }
2176
2238
  export { type_24 as type };
2177
2239
  }
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 };
2240
+ namespace lineHeight {
2241
+ export namespace defaultValue_26 {
2242
+ const value_15: string;
2243
+ export { value_15 as value };
2244
+ }
2245
+ export { defaultValue_26 as defaultValue };
2246
+ const description_38: string;
2247
+ export { description_38 as description };
2248
+ const name_51: string;
2249
+ export { name_51 as name };
2185
2250
  const required_25: boolean;
2186
2251
  export { required_25 as required };
2187
2252
  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 };
2253
+ const name_52: string;
2254
+ export { name_52 as name };
2194
2255
  }
2195
2256
  export { type_25 as type };
2196
2257
  }
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 };
2258
+ }
2259
+ export { props_4 as props };
2260
+ }
2261
+ export { __docgenInfo_4 as __docgenInfo };
2262
+ }
2263
+ declare function SectionDescription(_a: any): any;
2264
+ declare namespace SectionDescription {
2265
+ const displayName_10: string;
2266
+ export { displayName_10 as displayName };
2267
+ export namespace __docgenInfo_5 {
2268
+ const description_39: string;
2269
+ export { description_39 as description };
2270
+ const displayName_11: string;
2271
+ export { displayName_11 as displayName };
2272
+ export namespace props_5 {
2273
+ export namespace text_1 {
2274
+ const defaultValue_27: null;
2275
+ export { defaultValue_27 as defaultValue };
2276
+ const description_40: string;
2277
+ export { description_40 as description };
2278
+ const name_53: string;
2279
+ export { name_53 as name };
2204
2280
  const required_26: boolean;
2205
2281
  export { required_26 as required };
2206
2282
  export namespace type_26 {
2207
- const name_53: string;
2208
- export { name_53 as name };
2283
+ const name_54: string;
2284
+ export { name_54 as name };
2209
2285
  }
2210
2286
  export { type_26 as type };
2211
2287
  }
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 };
2288
+ export { text_1 as text };
2289
+ export namespace color_1 {
2290
+ const defaultValue_28: null;
2291
+ export { defaultValue_28 as defaultValue };
2292
+ const description_41: string;
2293
+ export { description_41 as description };
2294
+ const name_55: string;
2295
+ export { name_55 as name };
2219
2296
  const required_27: boolean;
2220
2297
  export { required_27 as required };
2221
2298
  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 };
2299
+ const name_56: string;
2300
+ export { name_56 as name };
2228
2301
  }
2229
2302
  export { type_27 as type };
2230
2303
  }
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 };
2304
+ export { color_1 as color };
2305
+ export namespace tooltipText_1 {
2306
+ const defaultValue_29: null;
2307
+ export { defaultValue_29 as defaultValue };
2308
+ const description_42: string;
2309
+ export { description_42 as description };
2310
+ const name_57: string;
2311
+ export { name_57 as name };
2238
2312
  const required_28: boolean;
2239
2313
  export { required_28 as required };
2240
2314
  export namespace type_28 {
2241
- const name_57: string;
2242
- export { name_57 as name };
2315
+ const name_58: string;
2316
+ export { name_58 as name };
2243
2317
  }
2244
2318
  export { type_28 as type };
2245
2319
  }
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 };
2320
+ export { tooltipText_1 as tooltipText };
2321
+ export namespace tooltipPosition_1 {
2322
+ const defaultValue_30: null;
2323
+ export { defaultValue_30 as defaultValue };
2324
+ const description_43: string;
2325
+ export { description_43 as description };
2326
+ const name_59: string;
2327
+ export { name_59 as name };
2253
2328
  const required_29: boolean;
2254
2329
  export { required_29 as required };
2255
2330
  export namespace type_29 {
2256
- const name_59: string;
2257
- export { name_59 as name };
2258
- const value_11: {
2331
+ const name_60: string;
2332
+ export { name_60 as name };
2333
+ const value_16: {
2259
2334
  value: string;
2260
2335
  }[];
2261
- export { value_11 as value };
2336
+ export { value_16 as value };
2262
2337
  }
2263
2338
  export { type_29 as type };
2264
2339
  }
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 };
2340
+ export { tooltipPosition_1 as tooltipPosition };
2341
+ export namespace textAlign_1 {
2342
+ const defaultValue_31: null;
2343
+ export { defaultValue_31 as defaultValue };
2344
+ const description_44: string;
2345
+ export { description_44 as description };
2346
+ const name_61: string;
2347
+ export { name_61 as name };
2272
2348
  const required_30: boolean;
2273
2349
  export { required_30 as required };
2274
2350
  export namespace type_30 {
2275
- const name_61: string;
2276
- export { name_61 as name };
2277
- const value_12: {
2351
+ const name_62: string;
2352
+ export { name_62 as name };
2353
+ const value_17: {
2278
2354
  value: string;
2279
2355
  }[];
2280
- export { value_12 as value };
2356
+ export { value_17 as value };
2281
2357
  }
2282
2358
  export { type_30 as type };
2283
2359
  }
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 };
2360
+ export { textAlign_1 as textAlign };
2361
+ export namespace styleTheme_1 {
2362
+ const defaultValue_32: null;
2363
+ export { defaultValue_32 as defaultValue };
2364
+ const description_45: string;
2365
+ export { description_45 as description };
2366
+ const name_63: string;
2367
+ export { name_63 as name };
2291
2368
  const required_31: boolean;
2292
2369
  export { required_31 as required };
2293
2370
  export namespace type_31 {
2294
- const name_63: string;
2295
- export { name_63 as name };
2296
- const value_13: {
2371
+ const name_64: string;
2372
+ export { name_64 as name };
2373
+ const value_18: {
2297
2374
  value: string;
2298
2375
  }[];
2299
- export { value_13 as value };
2376
+ export { value_18 as value };
2300
2377
  }
2301
2378
  export { type_31 as type };
2302
2379
  }
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 };
2380
+ export { styleTheme_1 as styleTheme };
2381
+ export namespace colorOverride_1 {
2382
+ const defaultValue_33: null;
2383
+ export { defaultValue_33 as defaultValue };
2384
+ const description_46: string;
2385
+ export { description_46 as description };
2386
+ const name_65: string;
2387
+ export { name_65 as name };
2310
2388
  const required_32: boolean;
2311
2389
  export { required_32 as required };
2312
2390
  export namespace type_32 {
2313
- const name_65: string;
2314
- export { name_65 as name };
2315
- const value_14: {
2391
+ const name_66: string;
2392
+ export { name_66 as name };
2393
+ const value_19: {
2316
2394
  value: string;
2317
2395
  }[];
2318
- export { value_14 as value };
2396
+ export { value_19 as value };
2319
2397
  }
2320
2398
  export { type_32 as type };
2321
2399
  }
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 };
2400
+ export { colorOverride_1 as colorOverride };
2401
+ export namespace colorTheme_1 {
2402
+ const defaultValue_34: null;
2403
+ export { defaultValue_34 as defaultValue };
2404
+ const description_47: string;
2405
+ export { description_47 as description };
2406
+ const name_67: string;
2407
+ export { name_67 as name };
2329
2408
  const required_33: boolean;
2330
2409
  export { required_33 as required };
2331
2410
  export namespace type_33 {
2332
- const name_67: string;
2333
- export { name_67 as name };
2334
- const value_15: {
2411
+ const name_68: string;
2412
+ export { name_68 as name };
2413
+ const value_20: {
2335
2414
  value: string;
2336
2415
  }[];
2337
- export { value_15 as value };
2416
+ export { value_20 as value };
2338
2417
  }
2339
2418
  export { type_33 as type };
2340
2419
  }
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 {
2420
+ export { colorTheme_1 as colorTheme };
2421
+ export namespace singleLineMode_1 {
2375
2422
  const defaultValue_35: null;
2376
2423
  export { defaultValue_35 as defaultValue };
2377
2424
  const description_48: string;
2378
2425
  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 };
2426
+ const name_69: string;
2427
+ export { name_69 as name };
2428
+ const required_34: boolean;
2429
+ export { required_34 as required };
2430
+ export namespace type_34 {
2431
+ const name_70: string;
2432
+ export { name_70 as name };
2433
+ const value_21: {
2434
+ value: string;
2435
+ }[];
2436
+ export { value_21 as value };
2386
2437
  }
2387
- export { type_35 as type };
2438
+ export { type_34 as type };
2388
2439
  }
2389
- export { text_1 as text };
2390
- export namespace color_1 {
2440
+ export { singleLineMode_1 as singleLineMode };
2441
+ export namespace ellipsisMode_1 {
2391
2442
  const defaultValue_36: null;
2392
2443
  export { defaultValue_36 as defaultValue };
2393
2444
  const description_49: string;
2394
2445
  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 };
2446
+ const name_71: string;
2447
+ export { name_71 as name };
2448
+ const required_35: boolean;
2449
+ export { required_35 as required };
2450
+ export namespace type_35 {
2451
+ const name_72: string;
2452
+ export { name_72 as name };
2453
+ const value_22: {
2454
+ value: string;
2455
+ }[];
2456
+ export { value_22 as value };
2402
2457
  }
2403
- export { type_36 as type };
2458
+ export { type_35 as type };
2404
2459
  }
2405
- export { color_1 as color };
2406
- export namespace tooltipText_1 {
2460
+ export { ellipsisMode_1 as ellipsisMode };
2461
+ export namespace lineLimit_1 {
2407
2462
  const defaultValue_37: null;
2408
2463
  export { defaultValue_37 as defaultValue };
2409
2464
  const description_50: string;
2410
2465
  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 };
2466
+ const name_73: string;
2467
+ export { name_73 as name };
2468
+ const required_36: boolean;
2469
+ export { required_36 as required };
2470
+ export namespace type_36 {
2471
+ const name_74: string;
2472
+ export { name_74 as name };
2418
2473
  }
2419
- export { type_37 as type };
2474
+ export { type_36 as type };
2420
2475
  }
2421
- export { tooltipText_1 as tooltipText };
2422
- export namespace tooltipPosition_1 {
2476
+ export { lineLimit_1 as lineLimit };
2477
+ export namespace userSelectMode_1 {
2423
2478
  const defaultValue_38: null;
2424
2479
  export { defaultValue_38 as defaultValue };
2425
2480
  const description_51: string;
2426
2481
  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: {
2482
+ const name_75: string;
2483
+ export { name_75 as name };
2484
+ const required_37: boolean;
2485
+ export { required_37 as required };
2486
+ export namespace type_37 {
2487
+ const name_76: string;
2488
+ export { name_76 as name };
2489
+ const value_23: {
2435
2490
  value: string;
2436
2491
  }[];
2437
- export { value_17 as value };
2492
+ export { value_23 as value };
2438
2493
  }
2439
- export { type_38 as type };
2494
+ export { type_37 as type };
2440
2495
  }
2441
- export { tooltipPosition_1 as tooltipPosition };
2442
- export namespace textAlign_1 {
2496
+ export { userSelectMode_1 as userSelectMode };
2497
+ export namespace customFontSize_1 {
2443
2498
  const defaultValue_39: null;
2444
2499
  export { defaultValue_39 as defaultValue };
2445
2500
  const description_52: string;
2446
2501
  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 };
2502
+ const name_77: string;
2503
+ export { name_77 as name };
2504
+ const required_38: boolean;
2505
+ export { required_38 as required };
2506
+ export namespace type_38 {
2507
+ const name_78: string;
2508
+ export { name_78 as name };
2458
2509
  }
2459
- export { type_39 as type };
2510
+ export { type_38 as type };
2460
2511
  }
2461
- export { textAlign_1 as textAlign };
2462
- export namespace styleTheme_1 {
2512
+ export { customFontSize_1 as customFontSize };
2513
+ export namespace customFontWeight_1 {
2463
2514
  const defaultValue_40: null;
2464
2515
  export { defaultValue_40 as defaultValue };
2465
2516
  const description_53: string;
2466
2517
  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: {
2518
+ const name_79: string;
2519
+ export { name_79 as name };
2520
+ const required_39: boolean;
2521
+ export { required_39 as required };
2522
+ export namespace type_39 {
2523
+ const name_80: string;
2524
+ export { name_80 as name };
2525
+ const value_24: {
2475
2526
  value: string;
2476
2527
  }[];
2477
- export { value_19 as value };
2528
+ export { value_24 as value };
2478
2529
  }
2479
- export { type_40 as type };
2530
+ export { type_39 as type };
2480
2531
  }
2481
- export { styleTheme_1 as styleTheme };
2482
- export namespace colorOverride_1 {
2532
+ export { customFontWeight_1 as customFontWeight };
2533
+ export namespace textDecorationType_1 {
2483
2534
  const defaultValue_41: null;
2484
2535
  export { defaultValue_41 as defaultValue };
2485
2536
  const description_54: string;
2486
2537
  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: {
2538
+ const name_81: string;
2539
+ export { name_81 as name };
2540
+ const required_40: boolean;
2541
+ export { required_40 as required };
2542
+ export namespace type_40 {
2543
+ const name_82: string;
2544
+ export { name_82 as name };
2545
+ const value_25: {
2495
2546
  value: string;
2496
2547
  }[];
2497
- export { value_20 as value };
2548
+ export { value_25 as value };
2498
2549
  }
2499
- export { type_41 as type };
2550
+ export { type_40 as type };
2500
2551
  }
2501
- export { colorOverride_1 as colorOverride };
2502
- export namespace colorTheme_1 {
2552
+ export { textDecorationType_1 as textDecorationType };
2553
+ export namespace requirementMode_1 {
2503
2554
  const defaultValue_42: null;
2504
2555
  export { defaultValue_42 as defaultValue };
2505
2556
  const description_55: string;
2506
2557
  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: {
2558
+ const name_83: string;
2559
+ export { name_83 as name };
2560
+ const required_41: boolean;
2561
+ export { required_41 as required };
2562
+ export namespace type_41 {
2563
+ const name_84: string;
2564
+ export { name_84 as name };
2565
+ const value_26: {
2515
2566
  value: string;
2516
2567
  }[];
2517
- export { value_21 as value };
2568
+ export { value_26 as value };
2518
2569
  }
2519
- export { type_42 as type };
2570
+ export { type_41 as type };
2520
2571
  }
2521
- export { colorTheme_1 as colorTheme };
2522
- export namespace singleLineMode_1 {
2572
+ export { requirementMode_1 as requirementMode };
2573
+ export namespace bulletPointMode_1 {
2523
2574
  const defaultValue_43: null;
2524
2575
  export { defaultValue_43 as defaultValue };
2525
2576
  const description_56: string;
2526
2577
  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: {
2578
+ const name_85: string;
2579
+ export { name_85 as name };
2580
+ const required_42: boolean;
2581
+ export { required_42 as required };
2582
+ export namespace type_42 {
2583
+ const name_86: string;
2584
+ export { name_86 as name };
2585
+ const value_27: {
2535
2586
  value: string;
2536
2587
  }[];
2537
- export { value_22 as value };
2588
+ export { value_27 as value };
2538
2589
  }
2539
- export { type_43 as type };
2590
+ export { type_42 as type };
2540
2591
  }
2541
- export { singleLineMode_1 as singleLineMode };
2542
- export namespace ellipsisMode_1 {
2592
+ export { bulletPointMode_1 as bulletPointMode };
2593
+ export namespace wordBreak_1 {
2543
2594
  const defaultValue_44: null;
2544
2595
  export { defaultValue_44 as defaultValue };
2545
2596
  const description_57: string;
2546
2597
  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: {
2598
+ const name_87: string;
2599
+ export { name_87 as name };
2600
+ const required_43: boolean;
2601
+ export { required_43 as required };
2602
+ export namespace type_43 {
2603
+ const name_88: string;
2604
+ export { name_88 as name };
2605
+ const value_28: {
2555
2606
  value: string;
2556
2607
  }[];
2557
- export { value_23 as value };
2608
+ export { value_28 as value };
2558
2609
  }
2559
- export { type_44 as type };
2610
+ export { type_43 as type };
2560
2611
  }
2561
- export { ellipsisMode_1 as ellipsisMode };
2562
- export namespace lineLimit_1 {
2612
+ export { wordBreak_1 as wordBreak };
2613
+ export namespace fontWeight {
2563
2614
  const defaultValue_45: null;
2564
2615
  export { defaultValue_45 as defaultValue };
2565
2616
  const description_58: string;
2566
2617
  export { description_58 as description };
2567
- const name_90: string;
2568
- export { name_90 as name };
2618
+ const name_89: string;
2619
+ export { name_89 as name };
2620
+ const required_44: boolean;
2621
+ export { required_44 as required };
2622
+ export namespace type_44 {
2623
+ const name_90: string;
2624
+ export { name_90 as name };
2625
+ }
2626
+ export { type_44 as type };
2627
+ }
2628
+ }
2629
+ export { props_5 as props };
2630
+ }
2631
+ export { __docgenInfo_5 as __docgenInfo };
2632
+ }
2633
+ declare function SectionImage(_a: any): any;
2634
+ declare namespace SectionImage {
2635
+ const displayName_12: string;
2636
+ export { displayName_12 as displayName };
2637
+ export namespace __docgenInfo_6 {
2638
+ const description_59: string;
2639
+ export { description_59 as description };
2640
+ const displayName_13: string;
2641
+ export { displayName_13 as displayName };
2642
+ export namespace props_6 {
2643
+ export namespace src {
2644
+ const defaultValue_46: null;
2645
+ export { defaultValue_46 as defaultValue };
2646
+ const description_60: string;
2647
+ export { description_60 as description };
2648
+ const name_91: string;
2649
+ export { name_91 as name };
2569
2650
  const required_45: boolean;
2570
2651
  export { required_45 as required };
2571
2652
  export namespace type_45 {
2572
- const name_91: string;
2573
- export { name_91 as name };
2653
+ const name_92: string;
2654
+ export { name_92 as name };
2574
2655
  }
2575
2656
  export { type_45 as type };
2576
2657
  }
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 };
2658
+ export namespace shapeType {
2659
+ const defaultValue_47: null;
2660
+ export { defaultValue_47 as defaultValue };
2661
+ const description_61: string;
2662
+ export { description_61 as description };
2663
+ const name_93: string;
2664
+ export { name_93 as name };
2585
2665
  const required_46: boolean;
2586
2666
  export { required_46 as required };
2587
2667
  export namespace type_46 {
2588
- const name_93: string;
2589
- export { name_93 as name };
2590
- const value_24: {
2668
+ const name_94: string;
2669
+ export { name_94 as name };
2670
+ const value_29: {
2591
2671
  value: string;
2592
2672
  }[];
2593
- export { value_24 as value };
2673
+ export { value_29 as value };
2594
2674
  }
2595
2675
  export { type_46 as type };
2596
2676
  }
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 };
2677
+ export namespace radius {
2678
+ const defaultValue_48: null;
2679
+ export { defaultValue_48 as defaultValue };
2680
+ const description_62: string;
2681
+ export { description_62 as description };
2682
+ const name_95: string;
2683
+ export { name_95 as name };
2605
2684
  const required_47: boolean;
2606
2685
  export { required_47 as required };
2607
2686
  export namespace type_47 {
2608
- const name_95: string;
2609
- export { name_95 as name };
2687
+ const name_96: string;
2688
+ export { name_96 as name };
2689
+ const value_30: {
2690
+ value: string;
2691
+ }[];
2692
+ export { value_30 as value };
2610
2693
  }
2611
2694
  export { type_47 as type };
2612
2695
  }
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 };
2696
+ export namespace width_1 {
2697
+ const defaultValue_49: null;
2698
+ export { defaultValue_49 as defaultValue };
2699
+ const description_63: string;
2700
+ export { description_63 as description };
2701
+ const name_97: string;
2702
+ export { name_97 as name };
2621
2703
  const required_48: boolean;
2622
2704
  export { required_48 as required };
2623
2705
  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 };
2706
+ const name_98: string;
2707
+ export { name_98 as name };
2630
2708
  }
2631
2709
  export { type_48 as type };
2632
2710
  }
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 };
2711
+ export { width_1 as width };
2712
+ export namespace height {
2713
+ const defaultValue_50: null;
2714
+ export { defaultValue_50 as defaultValue };
2715
+ const description_64: string;
2716
+ export { description_64 as description };
2717
+ const name_99: string;
2718
+ export { name_99 as name };
2641
2719
  const required_49: boolean;
2642
2720
  export { required_49 as required };
2643
2721
  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 };
2722
+ const name_100: string;
2723
+ export { name_100 as name };
2650
2724
  }
2651
2725
  export { type_49 as type };
2652
2726
  }
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 };
2727
+ export namespace noImageHeight {
2728
+ const defaultValue_51: null;
2729
+ export { defaultValue_51 as defaultValue };
2730
+ const description_65: string;
2731
+ export { description_65 as description };
2732
+ const name_101: string;
2733
+ export { name_101 as name };
2661
2734
  const required_50: boolean;
2662
2735
  export { required_50 as required };
2663
2736
  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 };
2737
+ const name_102: string;
2738
+ export { name_102 as name };
2670
2739
  }
2671
2740
  export { type_50 as type };
2672
2741
  }
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 };
2742
+ export namespace noImageWidth {
2743
+ const defaultValue_52: null;
2744
+ export { defaultValue_52 as defaultValue };
2745
+ const description_66: string;
2746
+ export { description_66 as description };
2747
+ const name_103: string;
2748
+ export { name_103 as name };
2681
2749
  const required_51: boolean;
2682
2750
  export { required_51 as required };
2683
2751
  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 };
2752
+ const name_104: string;
2753
+ export { name_104 as name };
2690
2754
  }
2691
2755
  export { type_51 as type };
2692
2756
  }
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 };
2757
+ export namespace ratio {
2758
+ const defaultValue_53: null;
2759
+ export { defaultValue_53 as defaultValue };
2760
+ const description_67: string;
2761
+ export { description_67 as description };
2762
+ const name_105: string;
2763
+ export { name_105 as name };
2701
2764
  const required_52: boolean;
2702
2765
  export { required_52 as required };
2703
2766
  export namespace type_52 {
2704
- const name_105: string;
2705
- export { name_105 as name };
2706
- const value_29: {
2767
+ const name_106: string;
2768
+ export { name_106 as name };
2769
+ const value_31: {
2707
2770
  value: string;
2708
2771
  }[];
2709
- export { value_29 as value };
2772
+ export { value_31 as value };
2710
2773
  }
2711
2774
  export { type_52 as type };
2712
2775
  }
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 {
2776
+ export namespace scaleType {
2745
2777
  const defaultValue_54: null;
2746
2778
  export { defaultValue_54 as defaultValue };
2747
2779
  const description_68: string;
2748
2780
  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 };
2781
+ const name_107: string;
2782
+ export { name_107 as name };
2783
+ const required_53: boolean;
2784
+ export { required_53 as required };
2785
+ export namespace type_53 {
2786
+ const name_108: string;
2787
+ export { name_108 as name };
2788
+ const value_32: {
2789
+ value: string;
2790
+ }[];
2791
+ export { value_32 as value };
2756
2792
  }
2757
- export { type_54 as type };
2793
+ export { type_53 as type };
2758
2794
  }
2759
- export namespace shapeType {
2795
+ export namespace borderMode {
2760
2796
  const defaultValue_55: null;
2761
2797
  export { defaultValue_55 as defaultValue };
2762
2798
  const description_69: string;
2763
2799
  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: {
2800
+ const name_109: string;
2801
+ export { name_109 as name };
2802
+ const required_54: boolean;
2803
+ export { required_54 as required };
2804
+ export namespace type_54 {
2805
+ const name_110: string;
2806
+ export { name_110 as name };
2807
+ const value_33: {
2772
2808
  value: string;
2773
2809
  }[];
2774
- export { value_30 as value };
2810
+ export { value_33 as value };
2775
2811
  }
2776
- export { type_55 as type };
2812
+ export { type_54 as type };
2777
2813
  }
2778
- export namespace radius {
2814
+ export namespace backgroundFillMode {
2779
2815
  const defaultValue_56: null;
2780
2816
  export { defaultValue_56 as defaultValue };
2781
2817
  const description_70: string;
2782
2818
  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: {
2819
+ const name_111: string;
2820
+ export { name_111 as name };
2821
+ const required_55: boolean;
2822
+ export { required_55 as required };
2823
+ export namespace type_55 {
2824
+ const name_112: string;
2825
+ export { name_112 as name };
2826
+ const value_34: {
2791
2827
  value: string;
2792
2828
  }[];
2793
- export { value_31 as value };
2829
+ export { value_34 as value };
2794
2830
  }
2795
- export { type_56 as type };
2831
+ export { type_55 as type };
2796
2832
  }
2797
- export namespace width_1 {
2833
+ export namespace isLoading {
2798
2834
  const defaultValue_57: null;
2799
2835
  export { defaultValue_57 as defaultValue };
2800
2836
  const description_71: string;
2801
2837
  export { description_71 as description };
2802
- const name_114: string;
2803
- export { name_114 as name };
2838
+ const name_113: string;
2839
+ export { name_113 as name };
2840
+ const required_56: boolean;
2841
+ export { required_56 as required };
2842
+ export namespace type_56 {
2843
+ const name_114: string;
2844
+ export { name_114 as name };
2845
+ }
2846
+ export { type_56 as type };
2847
+ }
2848
+ }
2849
+ export { props_6 as props };
2850
+ }
2851
+ export { __docgenInfo_6 as __docgenInfo };
2852
+ }
2853
+ declare function SectionButton(_a: any): any;
2854
+ declare namespace SectionButton {
2855
+ const displayName_14: string;
2856
+ export { displayName_14 as displayName };
2857
+ export namespace __docgenInfo_7 {
2858
+ const description_72: string;
2859
+ export { description_72 as description };
2860
+ const displayName_15: string;
2861
+ export { displayName_15 as displayName };
2862
+ export namespace props_7 {
2863
+ export namespace linkType {
2864
+ export namespace defaultValue_58 {
2865
+ const value_35: string;
2866
+ export { value_35 as value };
2867
+ }
2868
+ export { defaultValue_58 as defaultValue };
2869
+ const description_73: string;
2870
+ export { description_73 as description };
2871
+ const name_115: string;
2872
+ export { name_115 as name };
2804
2873
  const required_57: boolean;
2805
2874
  export { required_57 as required };
2806
2875
  export namespace type_57 {
2807
- const name_115: string;
2808
- export { name_115 as name };
2876
+ const name_116: string;
2877
+ export { name_116 as name };
2878
+ const value_36: {
2879
+ value: string;
2880
+ }[];
2881
+ export { value_36 as value };
2809
2882
  }
2810
2883
  export { type_57 as type };
2811
2884
  }
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 };
2885
+ export namespace buttonType {
2886
+ const defaultValue_59: null;
2887
+ export { defaultValue_59 as defaultValue };
2888
+ const description_74: string;
2889
+ export { description_74 as description };
2890
+ const name_117: string;
2891
+ export { name_117 as name };
2820
2892
  const required_58: boolean;
2821
2893
  export { required_58 as required };
2822
2894
  export namespace type_58 {
2823
- const name_117: string;
2824
- export { name_117 as name };
2895
+ const name_118: string;
2896
+ export { name_118 as name };
2825
2897
  }
2826
2898
  export { type_58 as type };
2827
2899
  }
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 };
2900
+ export namespace backgroundColor {
2901
+ const defaultValue_60: null;
2902
+ export { defaultValue_60 as defaultValue };
2903
+ const description_75: string;
2904
+ export { description_75 as description };
2905
+ const name_119: string;
2906
+ export { name_119 as name };
2835
2907
  const required_59: boolean;
2836
2908
  export { required_59 as required };
2837
2909
  export namespace type_59 {
2838
- const name_119: string;
2839
- export { name_119 as name };
2910
+ const name_120: string;
2911
+ export { name_120 as name };
2840
2912
  }
2841
2913
  export { type_59 as type };
2842
2914
  }
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 };
2915
+ export namespace textColor {
2916
+ const defaultValue_61: null;
2917
+ export { defaultValue_61 as defaultValue };
2918
+ const description_76: string;
2919
+ export { description_76 as description };
2920
+ const name_121: string;
2921
+ export { name_121 as name };
2850
2922
  const required_60: boolean;
2851
2923
  export { required_60 as required };
2852
2924
  export namespace type_60 {
2853
- const name_121: string;
2854
- export { name_121 as name };
2925
+ const name_122: string;
2926
+ export { name_122 as name };
2855
2927
  }
2856
2928
  export { type_60 as type };
2857
2929
  }
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 };
2930
+ export namespace text_2 {
2931
+ const defaultValue_62: null;
2932
+ export { defaultValue_62 as defaultValue };
2933
+ const description_77: string;
2934
+ export { description_77 as description };
2935
+ const name_123: string;
2936
+ export { name_123 as name };
2865
2937
  const required_61: boolean;
2866
2938
  export { required_61 as required };
2867
2939
  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 };
2940
+ const name_124: string;
2941
+ export { name_124 as name };
2874
2942
  }
2875
2943
  export { type_61 as type };
2876
2944
  }
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 };
2945
+ export { text_2 as text };
2946
+ export namespace src_1 {
2947
+ export namespace defaultValue_63 {
2948
+ const value_37: string;
2949
+ export { value_37 as value };
2950
+ }
2951
+ export { defaultValue_63 as defaultValue };
2952
+ const description_78: string;
2953
+ export { description_78 as description };
2954
+ const name_125: string;
2955
+ export { name_125 as name };
2884
2956
  const required_62: boolean;
2885
2957
  export { required_62 as required };
2886
2958
  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 };
2959
+ const name_126: string;
2960
+ export { name_126 as name };
2893
2961
  }
2894
2962
  export { type_62 as type };
2895
2963
  }
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 };
2964
+ export { src_1 as src };
2965
+ export namespace borderColor {
2966
+ const defaultValue_64: null;
2967
+ export { defaultValue_64 as defaultValue };
2968
+ const description_79: string;
2969
+ export { description_79 as description };
2970
+ const name_127: string;
2971
+ export { name_127 as name };
2903
2972
  const required_63: boolean;
2904
2973
  export { required_63 as required };
2905
2974
  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 };
2975
+ const name_128: string;
2976
+ export { name_128 as name };
2912
2977
  }
2913
2978
  export { type_63 as type };
2914
2979
  }
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 };
2980
+ export namespace state {
2981
+ export namespace defaultValue_65 {
2982
+ const value_38: string;
2983
+ export { value_38 as value };
2984
+ }
2985
+ export { defaultValue_65 as defaultValue };
2986
+ const description_80: string;
2987
+ export { description_80 as description };
2988
+ const name_129: string;
2989
+ export { name_129 as name };
2922
2990
  const required_64: boolean;
2923
2991
  export { required_64 as required };
2924
2992
  export namespace type_64 {
2925
- const name_129: string;
2926
- export { name_129 as name };
2927
- const value_35: {
2993
+ const name_130: string;
2994
+ export { name_130 as name };
2995
+ const value_39: {
2928
2996
  value: string;
2929
2997
  }[];
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: {
2980
- value: string;
2981
- }[];
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
2998
  export { value_39 as value };
3085
2999
  }
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 };
3000
+ export { type_64 as type };
3102
3001
  }
3103
3002
  }
3104
3003
  export { props_7 as props };
@@ -3108,17 +3007,17 @@ declare namespace SectionButton {
3108
3007
  declare var M_TemplateA: any;
3109
3008
  declare var D_TemplateB: any;
3110
3009
  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
3010
  declare var TemplateC: any;
3120
3011
  declare var TemplateD: any;
3121
3012
  declare var D_TemplateC: any;
3122
3013
  declare var M_TemplateC: any;
3123
3014
  declare var D_TemplateD: any;
3124
3015
  declare var M_TemplateD: any;
3016
+ declare var TemplateA_desktop: any;
3017
+ declare var TemplateA_mobile: any;
3018
+ declare var TemplateB_desktop: any;
3019
+ declare var TemplateB_mobile: any;
3020
+ declare var TemplateC_desktop: any;
3021
+ declare var TemplateC_mobile: any;
3022
+ declare var TemplateD_desktop: any;
3023
+ declare var TemplateD_mobile: any;