@zealicsolutions/web-ui 0.4.6 → 0.4.8-6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (432) hide show
  1. package/dist/cjs/index.js +34 -37
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/src/atoms/Avatar/Avatar.d.ts +0 -1
  4. package/dist/cjs/src/atoms/Avatar/Avatar.stories.d.ts +0 -1
  5. package/dist/cjs/src/atoms/Buttons/IconButton.d.ts +0 -1
  6. package/dist/cjs/src/atoms/Checkbox/Checkbox.d.ts +9 -10
  7. package/dist/cjs/src/atoms/Checkbox/Checkbox.stories.d.ts +1 -2
  8. package/dist/cjs/src/atoms/Circle/Circle.d.ts +0 -1
  9. package/dist/cjs/src/atoms/Circle/Circle.stories.d.ts +0 -1
  10. package/dist/cjs/src/atoms/CircularIndicator/CircularIndicator.d.ts +0 -1
  11. package/dist/cjs/src/atoms/CircularIndicator/CircularIndicator.stories.d.ts +0 -1
  12. package/dist/cjs/src/atoms/HorizontalButtons/HorizontalButtons.d.ts +0 -1
  13. package/dist/cjs/src/atoms/HorizontalButtons/HorizontalButtons.stories.d.ts +0 -1
  14. package/dist/cjs/src/atoms/Icon/Icon.d.ts +0 -1
  15. package/dist/cjs/src/atoms/Icon/Icon.stories.d.ts +0 -1
  16. package/dist/cjs/src/atoms/Input/Input.stories.d.ts +3 -6
  17. package/dist/cjs/src/atoms/Input/helpers.d.ts +9 -12
  18. package/dist/cjs/src/atoms/Paddings/Paddings.d.ts +3 -3
  19. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.d.ts +0 -1
  20. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.stories.d.ts +0 -1
  21. package/dist/cjs/src/atoms/RadioButtons/RadioOption.d.ts +0 -1
  22. package/dist/cjs/src/atoms/RegularImage/RegularImage.d.ts +5 -5
  23. package/dist/cjs/src/atoms/RegularImage/RegularImage.stories.d.ts +1 -1
  24. package/dist/cjs/src/atoms/RichTextViewer/RichTextViewer.d.ts +3 -2
  25. package/dist/cjs/src/atoms/RichTextViewer/components/EditorElement.d.ts +4 -2
  26. package/dist/cjs/src/atoms/RichTextViewer/components/Leaf.d.ts +0 -1
  27. package/dist/cjs/src/atoms/Select/Select.d.ts +0 -1
  28. package/dist/cjs/src/atoms/Select/Select.stories.d.ts +0 -1
  29. package/dist/cjs/src/atoms/Tab/Tab.d.ts +1 -1
  30. package/dist/cjs/src/atoms/Tab/Tab.stories.d.ts +1 -1
  31. package/dist/cjs/src/atoms/Tab/styles.d.ts +0 -1
  32. package/dist/cjs/src/atoms/TextWrapper/TextWrapper.stories.d.ts +0 -1
  33. package/dist/cjs/src/atoms/Toast/ToastContent.d.ts +0 -1
  34. package/dist/cjs/src/atoms/Tooltip/Tooltip.d.ts +0 -1
  35. package/dist/cjs/src/atoms/ValidationTag/ValidationTag.d.ts +0 -1
  36. package/dist/cjs/src/atoms/ValidationTag/ValidationTag.stories.d.ts +0 -1
  37. package/dist/cjs/src/constants/params.d.ts +8 -0
  38. package/dist/cjs/src/containers/Container.d.ts +29 -11
  39. package/dist/cjs/src/containers/FormContainer.d.ts +3 -1
  40. package/dist/cjs/src/containers/FormStepContainer.d.ts +2 -3
  41. package/dist/cjs/src/containers/MoleculeItem.d.ts +12 -8
  42. package/dist/cjs/src/containers/OrganismItem.d.ts +4 -3
  43. package/dist/cjs/src/containers/hooks/useCheckCondition.d.ts +7 -2
  44. package/dist/cjs/src/containers/hooks/useSetFormData.d.ts +8 -15
  45. package/dist/cjs/src/containers/hooks/useStateListenerValue.d.ts +17 -4
  46. package/dist/cjs/src/containers/hooks/useStateModifierHandler.d.ts +7 -0
  47. package/dist/cjs/src/containers/mock-data.d.ts +1151 -14
  48. package/dist/cjs/src/containers/styles.d.ts +22 -4
  49. package/dist/cjs/src/containers/types/moleculeTypes.d.ts +93 -15
  50. package/dist/cjs/src/containers/types/types.d.ts +35 -13
  51. package/dist/cjs/src/contexts/ButtonActionsContext/ButtonActionsContext.d.ts +2 -1
  52. package/dist/cjs/src/contexts/ButtonActionsContext/ButtonActionsContextProvider.d.ts +18 -3
  53. package/dist/cjs/src/contexts/OrganismContext/OrganismContext.d.ts +10 -3
  54. package/dist/cjs/src/contexts/OrganismContext/OrganismContextProvider.d.ts +25 -9
  55. package/dist/cjs/src/fieldsConfiguration/types.d.ts +1 -1
  56. package/dist/cjs/src/helpers/utils.d.ts +13 -0
  57. package/dist/cjs/src/helpers/validations.d.ts +5 -0
  58. package/dist/cjs/src/icons/ArrowRight.d.ts +0 -1
  59. package/dist/cjs/src/icons/Bell.d.ts +0 -1
  60. package/dist/cjs/src/icons/Bookmark.d.ts +0 -1
  61. package/dist/cjs/src/icons/CaretDown.d.ts +0 -1
  62. package/dist/cjs/src/icons/CaretLeft.d.ts +0 -1
  63. package/dist/cjs/src/icons/CaretRight.d.ts +0 -1
  64. package/dist/cjs/src/icons/CaretUp.d.ts +0 -1
  65. package/dist/cjs/src/icons/Check.d.ts +0 -1
  66. package/dist/cjs/src/icons/Close.d.ts +0 -1
  67. package/dist/cjs/src/icons/Edit.d.ts +0 -1
  68. package/dist/cjs/src/icons/Filter.d.ts +0 -1
  69. package/dist/cjs/src/icons/Hide.d.ts +0 -1
  70. package/dist/cjs/src/icons/Info.d.ts +0 -1
  71. package/dist/cjs/src/icons/InfoBoxIcon.d.ts +0 -1
  72. package/dist/cjs/src/icons/Mail.d.ts +0 -1
  73. package/dist/cjs/src/icons/Menu.d.ts +0 -1
  74. package/dist/cjs/src/icons/Minus.d.ts +0 -1
  75. package/dist/cjs/src/icons/Mobile.d.ts +0 -1
  76. package/dist/cjs/src/icons/Play.d.ts +0 -1
  77. package/dist/cjs/src/icons/Save.d.ts +0 -1
  78. package/dist/cjs/src/icons/Search.d.ts +0 -1
  79. package/dist/cjs/src/icons/View.d.ts +0 -1
  80. package/dist/cjs/src/icons/Warning.d.ts +0 -1
  81. package/dist/cjs/src/molecules/Alert/Alert.d.ts +0 -1
  82. package/dist/cjs/src/molecules/Alert/Alert.stories.d.ts +0 -1
  83. package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +3 -2
  84. package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.stories.d.ts +1 -2
  85. package/dist/cjs/src/molecules/BottomNavBarItem/BottomNavBarItem.stories.d.ts +0 -1
  86. package/dist/cjs/src/molecules/Button/Button.d.ts +5 -2
  87. package/dist/cjs/src/molecules/Button/Button.stories.d.ts +1 -2
  88. package/dist/cjs/src/molecules/CheckboxField/CheckboxField.d.ts +5 -3
  89. package/dist/cjs/src/molecules/CheckboxField/CheckboxField.stories.d.ts +4 -2
  90. package/dist/cjs/src/molecules/CheckboxField/CheckboxGroup.d.ts +0 -1
  91. package/dist/cjs/src/molecules/CheckboxField/CheckboxGroup.stories.d.ts +32 -0
  92. package/dist/cjs/src/molecules/Checklist/Checklist.d.ts +25 -0
  93. package/dist/cjs/src/molecules/Checklist/Checklist.stories.d.ts +8 -0
  94. package/dist/cjs/src/molecules/Columns/Column.d.ts +1 -2
  95. package/dist/cjs/src/molecules/Columns/ColumnImage.d.ts +0 -1
  96. package/dist/cjs/src/molecules/Columns/Columns.stories.d.ts +0 -1
  97. package/dist/cjs/src/molecules/Columns/styles.d.ts +1 -1
  98. package/dist/cjs/src/molecules/Columns/useAnnotationCircle.d.ts +0 -1
  99. package/dist/cjs/src/molecules/Consent/Consent.d.ts +0 -1
  100. package/dist/cjs/src/molecules/Consent/Consent.stories.d.ts +0 -1
  101. package/dist/cjs/src/molecules/Consent/ConsentCapture.d.ts +0 -1
  102. package/dist/cjs/src/molecules/Consent/ConsentMolecule.d.ts +3 -3
  103. package/dist/cjs/src/molecules/CustomValidation/CustomValidation.d.ts +0 -1
  104. package/dist/cjs/src/molecules/CustomValidation/CustomValidation.stories.d.ts +0 -1
  105. package/dist/cjs/src/molecules/Drawer/Drawer.d.ts +1 -1
  106. package/dist/cjs/src/molecules/Drawer/Drawer.stories.d.ts +1 -1
  107. package/dist/cjs/src/molecules/Drawer/styles.d.ts +4 -2
  108. package/dist/cjs/src/molecules/EmphasizedText/EmphasizedText.d.ts +0 -1
  109. package/dist/cjs/src/molecules/EmphasizedText/EmphasizedText.stories.d.ts +0 -1
  110. package/dist/cjs/src/molecules/FeedContentHeader/FeedContentHeader.d.ts +0 -1
  111. package/dist/cjs/src/molecules/FeedContentHeader/FeedContentHeader.stories.d.ts +0 -1
  112. package/dist/cjs/src/molecules/FieldLabels/FieldLabels.d.ts +0 -1
  113. package/dist/cjs/src/molecules/FieldLabels/FieldLabels.stories.d.ts +0 -1
  114. package/dist/cjs/src/molecules/FieldMapper/FieldMapper.d.ts +0 -1
  115. package/dist/cjs/src/molecules/FieldSection/FieldSection.d.ts +0 -1
  116. package/dist/cjs/src/molecules/FieldSection/FieldSection.stories.d.ts +0 -1
  117. package/dist/cjs/src/molecules/HeroImage/HeroImage.d.ts +0 -1
  118. package/dist/cjs/src/molecules/HeroImage/HeroImage.stories.d.ts +0 -1
  119. package/dist/cjs/src/molecules/HorizontalButtonsField/HorizontalButtonsField.d.ts +0 -1
  120. package/dist/cjs/src/molecules/HorizontalButtonsField/HorizontalButtonsField.stories.d.ts +0 -1
  121. package/dist/cjs/src/molecules/Image/Image.d.ts +7 -6
  122. package/dist/cjs/src/molecules/Image/Image.stories.d.ts +1 -2
  123. package/dist/cjs/src/molecules/InputField/InputField.d.ts +3 -5
  124. package/dist/cjs/src/molecules/InputField/InputField.stories.d.ts +3 -8
  125. package/dist/cjs/src/molecules/Link/Link.d.ts +6 -2
  126. package/dist/cjs/src/molecules/Link/Link.stories.d.ts +1 -2
  127. package/dist/cjs/src/molecules/MenuItems/MenuItem.d.ts +20 -0
  128. package/dist/cjs/src/molecules/MenuItems/MenuItems.d.ts +7 -8
  129. package/dist/cjs/src/molecules/MenuItems/MenuItems.stories.d.ts +1 -2
  130. package/dist/cjs/src/molecules/MenuNavigation/MenuNavigation.d.ts +3 -2
  131. package/dist/cjs/src/molecules/MenuNavigation/MenuNavigation.stories.d.ts +1 -2
  132. package/dist/cjs/src/molecules/PasswordSetup/PasswordSetup.d.ts +9 -5
  133. package/dist/cjs/src/molecules/PasswordSetup/PasswordSetup.stories.d.ts +3 -4
  134. package/dist/cjs/src/molecules/PdfDocument/PdfDocument.d.ts +0 -1
  135. package/dist/cjs/src/molecules/PdfDocument/PdfDocument.stories.d.ts +0 -1
  136. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.d.ts +8 -3
  137. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +4 -2
  138. package/dist/cjs/src/molecules/SelectField/SelectField.d.ts +3 -3
  139. package/dist/cjs/src/molecules/SelectField/SelectField.stories.d.ts +2 -2
  140. package/dist/cjs/src/molecules/SelectableInfoCard/BaseSelectable.d.ts +0 -1
  141. package/dist/cjs/src/molecules/SelectableInfoCard/SelectableCardGroup.d.ts +0 -1
  142. package/dist/cjs/src/molecules/SelectableInfoCard/SelectableInfoCard.stories.d.ts +0 -1
  143. package/dist/cjs/src/molecules/SelectableInfoCard/styles.d.ts +0 -1
  144. package/dist/cjs/src/molecules/SettingsSelectionField/SettingsSelectionField.d.ts +0 -1
  145. package/dist/cjs/src/molecules/SettingsSelectionField/SettingsSelectionField.stories.d.ts +0 -1
  146. package/dist/cjs/src/molecules/Stepper/Step.d.ts +4 -9
  147. package/dist/cjs/src/molecules/Stepper/Stepper.d.ts +10 -11
  148. package/dist/cjs/src/molecules/Stepper/Stepper.stories.d.ts +8 -0
  149. package/dist/cjs/src/molecules/Stepper/styles.d.ts +1 -1
  150. package/dist/cjs/src/molecules/TabGroup/TabGroup.d.ts +4 -3
  151. package/dist/cjs/src/molecules/TabGroup/TabGroup.stories.d.ts +1 -2
  152. package/dist/cjs/src/molecules/TabGroup/styles.d.ts +1 -1
  153. package/dist/cjs/src/molecules/TextMolecule/TextMolecule.d.ts +3 -2
  154. package/dist/cjs/src/molecules/TextMolecule/TextMolecule.stories.d.ts +1 -2
  155. package/dist/cjs/src/molecules/Video/Video.d.ts +6 -2
  156. package/dist/cjs/src/molecules/Video/Video.stories.d.ts +1 -2
  157. package/dist/cjs/src/molecules/ZealUIModal/ZealUIModal.d.ts +6 -3
  158. package/dist/cjs/src/molecules/ZealUIModal/ZealUIModal.stories.d.ts +1 -2
  159. package/dist/cjs/src/molecules/index.d.ts +1 -0
  160. package/dist/cjs/src/organisms/AccountInformation/AccountInformation.d.ts +0 -1
  161. package/dist/cjs/src/organisms/AcquisitionForm/AcquisitionForm.d.ts +0 -1
  162. package/dist/cjs/src/organisms/AcquisitionForm/AcquisitionForm.stories.d.ts +0 -1
  163. package/dist/cjs/src/organisms/Body/Body.d.ts +0 -1
  164. package/dist/cjs/src/organisms/Body/Body.stories.d.ts +0 -1
  165. package/dist/cjs/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.d.ts +0 -1
  166. package/dist/cjs/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.stories.d.ts +0 -1
  167. package/dist/cjs/src/organisms/DynamicContentZone/DynamicContentZone.d.ts +0 -1
  168. package/dist/cjs/src/organisms/DynamicContentZone/DynamicContentZone.stories.d.ts +0 -1
  169. package/dist/cjs/src/organisms/FeedContent/FeedContent.d.ts +0 -1
  170. package/dist/cjs/src/organisms/FeedContent/FeedContent.stories.d.ts +0 -1
  171. package/dist/cjs/src/organisms/FeedContent/components/BackToFeedButton.d.ts +0 -1
  172. package/dist/cjs/src/organisms/FeedContent/components/ExpandedContent.d.ts +0 -1
  173. package/dist/cjs/src/organisms/FeedContent/components/FullWidthContentTemplate.d.ts +0 -1
  174. package/dist/cjs/src/organisms/FeedContent/components/StandardContentTemplate.d.ts +0 -1
  175. package/dist/cjs/src/organisms/FeedContentContainer/FeedContentContainer.d.ts +0 -1
  176. package/dist/cjs/src/organisms/FeedContentContainer/FeedContentContainer.stories.d.ts +0 -1
  177. package/dist/cjs/src/organisms/Footer/Footer.d.ts +0 -1
  178. package/dist/cjs/src/organisms/Footer/Footer.stories.d.ts +0 -1
  179. package/dist/cjs/src/organisms/Footer/FooterA.d.ts +0 -1
  180. package/dist/cjs/src/organisms/Footer/FooterB.d.ts +0 -1
  181. package/dist/cjs/src/organisms/Footer/FooterC.d.ts +0 -1
  182. package/dist/cjs/src/organisms/Footer/FooterD.d.ts +0 -1
  183. package/dist/cjs/src/organisms/Footer/shared.d.ts +0 -1
  184. package/dist/cjs/src/organisms/Footer/styles.d.ts +1 -1
  185. package/dist/cjs/src/organisms/ForgotPasswordForm/ForgotPasswordForm.d.ts +0 -1
  186. package/dist/cjs/src/organisms/ForgotPasswordForm/ForgotPasswordForm.stories.d.ts +0 -1
  187. package/dist/cjs/src/organisms/Header/Header.d.ts +0 -1
  188. package/dist/cjs/src/organisms/Header/Header.stories.d.ts +0 -1
  189. package/dist/cjs/src/organisms/Header/HeaderA.d.ts +0 -1
  190. package/dist/cjs/src/organisms/Header/HeaderB.d.ts +0 -1
  191. package/dist/cjs/src/organisms/Header/HeaderC.d.ts +0 -1
  192. package/dist/cjs/src/organisms/Header/HeaderD.d.ts +0 -1
  193. package/dist/cjs/src/organisms/Header/HeaderMobileNavigation.d.ts +0 -1
  194. package/dist/cjs/src/organisms/Header/styles.d.ts +0 -1
  195. package/dist/cjs/src/organisms/HeroSlider/HeroSlider.d.ts +0 -1
  196. package/dist/cjs/src/organisms/HeroSlider/HeroSlider.stories.d.ts +0 -1
  197. package/dist/cjs/src/organisms/ISI/ISI.d.ts +0 -1
  198. package/dist/cjs/src/organisms/ISI/ISI.stories.d.ts +0 -1
  199. package/dist/cjs/src/organisms/ISI/ISIA.d.ts +0 -1
  200. package/dist/cjs/src/organisms/LoginForm/LoginForm.d.ts +0 -1
  201. package/dist/cjs/src/organisms/LoginForm/LoginForm.stories.d.ts +0 -1
  202. package/dist/cjs/src/organisms/ProcessTracker/ProcessTracker.d.ts +2 -3
  203. package/dist/cjs/src/organisms/ProcessTracker/ProcessTracker.stories.d.ts +0 -1
  204. package/dist/cjs/src/organisms/ProfileInformation/ProfileInformation.stories.d.ts +0 -1
  205. package/dist/cjs/src/organisms/SetPasswordForm/SetPasswordForm.d.ts +0 -1
  206. package/dist/cjs/src/organisms/SetPasswordForm/SetPasswordForm.stories.d.ts +0 -1
  207. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanel.d.ts +0 -1
  208. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanel.stories.d.ts +0 -1
  209. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanelA.d.ts +0 -1
  210. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanelB.d.ts +0 -1
  211. package/dist/cjs/src/organisms/TwoFactorAuth/TwoFactorAuth.d.ts +0 -1
  212. package/dist/cjs/src/organisms/TwoFactorAuth/TwoFactorAuth.stories.d.ts +0 -1
  213. package/dist/cjs/src/templates/DefaultTemplate/DefaultTemplate.stories.d.ts +0 -1
  214. package/dist/cjs/src/templates/DefaultTemplate/mockProps.d.ts +0 -1
  215. package/dist/esm/index.js +34 -37
  216. package/dist/esm/index.js.map +1 -1
  217. package/dist/esm/src/atoms/Avatar/Avatar.d.ts +0 -1
  218. package/dist/esm/src/atoms/Avatar/Avatar.stories.d.ts +0 -1
  219. package/dist/esm/src/atoms/Buttons/IconButton.d.ts +0 -1
  220. package/dist/esm/src/atoms/Checkbox/Checkbox.d.ts +9 -10
  221. package/dist/esm/src/atoms/Checkbox/Checkbox.stories.d.ts +1 -2
  222. package/dist/esm/src/atoms/Circle/Circle.d.ts +0 -1
  223. package/dist/esm/src/atoms/Circle/Circle.stories.d.ts +0 -1
  224. package/dist/esm/src/atoms/CircularIndicator/CircularIndicator.d.ts +0 -1
  225. package/dist/esm/src/atoms/CircularIndicator/CircularIndicator.stories.d.ts +0 -1
  226. package/dist/esm/src/atoms/HorizontalButtons/HorizontalButtons.d.ts +0 -1
  227. package/dist/esm/src/atoms/HorizontalButtons/HorizontalButtons.stories.d.ts +0 -1
  228. package/dist/esm/src/atoms/Icon/Icon.d.ts +0 -1
  229. package/dist/esm/src/atoms/Icon/Icon.stories.d.ts +0 -1
  230. package/dist/esm/src/atoms/Input/Input.stories.d.ts +3 -6
  231. package/dist/esm/src/atoms/Input/helpers.d.ts +9 -12
  232. package/dist/esm/src/atoms/Paddings/Paddings.d.ts +3 -3
  233. package/dist/esm/src/atoms/RadioButtons/RadioButtons.d.ts +0 -1
  234. package/dist/esm/src/atoms/RadioButtons/RadioButtons.stories.d.ts +0 -1
  235. package/dist/esm/src/atoms/RadioButtons/RadioOption.d.ts +0 -1
  236. package/dist/esm/src/atoms/RegularImage/RegularImage.d.ts +5 -5
  237. package/dist/esm/src/atoms/RegularImage/RegularImage.stories.d.ts +1 -1
  238. package/dist/esm/src/atoms/RichTextViewer/RichTextViewer.d.ts +3 -2
  239. package/dist/esm/src/atoms/RichTextViewer/components/EditorElement.d.ts +4 -2
  240. package/dist/esm/src/atoms/RichTextViewer/components/Leaf.d.ts +0 -1
  241. package/dist/esm/src/atoms/Select/Select.d.ts +0 -1
  242. package/dist/esm/src/atoms/Select/Select.stories.d.ts +0 -1
  243. package/dist/esm/src/atoms/Tab/Tab.d.ts +1 -1
  244. package/dist/esm/src/atoms/Tab/Tab.stories.d.ts +1 -1
  245. package/dist/esm/src/atoms/Tab/styles.d.ts +0 -1
  246. package/dist/esm/src/atoms/TextWrapper/TextWrapper.stories.d.ts +0 -1
  247. package/dist/esm/src/atoms/Toast/ToastContent.d.ts +0 -1
  248. package/dist/esm/src/atoms/Tooltip/Tooltip.d.ts +0 -1
  249. package/dist/esm/src/atoms/ValidationTag/ValidationTag.d.ts +0 -1
  250. package/dist/esm/src/atoms/ValidationTag/ValidationTag.stories.d.ts +0 -1
  251. package/dist/esm/src/constants/params.d.ts +8 -0
  252. package/dist/esm/src/containers/Container.d.ts +29 -11
  253. package/dist/esm/src/containers/FormContainer.d.ts +3 -1
  254. package/dist/esm/src/containers/FormStepContainer.d.ts +2 -3
  255. package/dist/esm/src/containers/MoleculeItem.d.ts +12 -8
  256. package/dist/esm/src/containers/OrganismItem.d.ts +4 -3
  257. package/dist/esm/src/containers/hooks/useCheckCondition.d.ts +7 -2
  258. package/dist/esm/src/containers/hooks/useSetFormData.d.ts +8 -15
  259. package/dist/esm/src/containers/hooks/useStateListenerValue.d.ts +17 -4
  260. package/dist/esm/src/containers/hooks/useStateModifierHandler.d.ts +7 -0
  261. package/dist/esm/src/containers/mock-data.d.ts +1151 -14
  262. package/dist/esm/src/containers/styles.d.ts +22 -4
  263. package/dist/esm/src/containers/types/moleculeTypes.d.ts +93 -15
  264. package/dist/esm/src/containers/types/types.d.ts +35 -13
  265. package/dist/esm/src/contexts/ButtonActionsContext/ButtonActionsContext.d.ts +2 -1
  266. package/dist/esm/src/contexts/ButtonActionsContext/ButtonActionsContextProvider.d.ts +18 -3
  267. package/dist/esm/src/contexts/OrganismContext/OrganismContext.d.ts +10 -3
  268. package/dist/esm/src/contexts/OrganismContext/OrganismContextProvider.d.ts +25 -9
  269. package/dist/esm/src/fieldsConfiguration/types.d.ts +1 -1
  270. package/dist/esm/src/helpers/utils.d.ts +13 -0
  271. package/dist/esm/src/helpers/validations.d.ts +5 -0
  272. package/dist/esm/src/icons/ArrowRight.d.ts +0 -1
  273. package/dist/esm/src/icons/Bell.d.ts +0 -1
  274. package/dist/esm/src/icons/Bookmark.d.ts +0 -1
  275. package/dist/esm/src/icons/CaretDown.d.ts +0 -1
  276. package/dist/esm/src/icons/CaretLeft.d.ts +0 -1
  277. package/dist/esm/src/icons/CaretRight.d.ts +0 -1
  278. package/dist/esm/src/icons/CaretUp.d.ts +0 -1
  279. package/dist/esm/src/icons/Check.d.ts +0 -1
  280. package/dist/esm/src/icons/Close.d.ts +0 -1
  281. package/dist/esm/src/icons/Edit.d.ts +0 -1
  282. package/dist/esm/src/icons/Filter.d.ts +0 -1
  283. package/dist/esm/src/icons/Hide.d.ts +0 -1
  284. package/dist/esm/src/icons/Info.d.ts +0 -1
  285. package/dist/esm/src/icons/InfoBoxIcon.d.ts +0 -1
  286. package/dist/esm/src/icons/Mail.d.ts +0 -1
  287. package/dist/esm/src/icons/Menu.d.ts +0 -1
  288. package/dist/esm/src/icons/Minus.d.ts +0 -1
  289. package/dist/esm/src/icons/Mobile.d.ts +0 -1
  290. package/dist/esm/src/icons/Play.d.ts +0 -1
  291. package/dist/esm/src/icons/Save.d.ts +0 -1
  292. package/dist/esm/src/icons/Search.d.ts +0 -1
  293. package/dist/esm/src/icons/View.d.ts +0 -1
  294. package/dist/esm/src/icons/Warning.d.ts +0 -1
  295. package/dist/esm/src/molecules/Alert/Alert.d.ts +0 -1
  296. package/dist/esm/src/molecules/Alert/Alert.stories.d.ts +0 -1
  297. package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +3 -2
  298. package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.stories.d.ts +1 -2
  299. package/dist/esm/src/molecules/BottomNavBarItem/BottomNavBarItem.stories.d.ts +0 -1
  300. package/dist/esm/src/molecules/Button/Button.d.ts +5 -2
  301. package/dist/esm/src/molecules/Button/Button.stories.d.ts +1 -2
  302. package/dist/esm/src/molecules/CheckboxField/CheckboxField.d.ts +5 -3
  303. package/dist/esm/src/molecules/CheckboxField/CheckboxField.stories.d.ts +4 -2
  304. package/dist/esm/src/molecules/CheckboxField/CheckboxGroup.d.ts +0 -1
  305. package/dist/esm/src/molecules/CheckboxField/CheckboxGroup.stories.d.ts +32 -0
  306. package/dist/esm/src/molecules/Checklist/Checklist.d.ts +25 -0
  307. package/dist/esm/src/molecules/Checklist/Checklist.stories.d.ts +8 -0
  308. package/dist/esm/src/molecules/Columns/Column.d.ts +1 -2
  309. package/dist/esm/src/molecules/Columns/ColumnImage.d.ts +0 -1
  310. package/dist/esm/src/molecules/Columns/Columns.stories.d.ts +0 -1
  311. package/dist/esm/src/molecules/Columns/styles.d.ts +1 -1
  312. package/dist/esm/src/molecules/Columns/useAnnotationCircle.d.ts +0 -1
  313. package/dist/esm/src/molecules/Consent/Consent.d.ts +0 -1
  314. package/dist/esm/src/molecules/Consent/Consent.stories.d.ts +0 -1
  315. package/dist/esm/src/molecules/Consent/ConsentCapture.d.ts +0 -1
  316. package/dist/esm/src/molecules/Consent/ConsentMolecule.d.ts +3 -3
  317. package/dist/esm/src/molecules/CustomValidation/CustomValidation.d.ts +0 -1
  318. package/dist/esm/src/molecules/CustomValidation/CustomValidation.stories.d.ts +0 -1
  319. package/dist/esm/src/molecules/Drawer/Drawer.d.ts +1 -1
  320. package/dist/esm/src/molecules/Drawer/Drawer.stories.d.ts +1 -1
  321. package/dist/esm/src/molecules/Drawer/styles.d.ts +4 -2
  322. package/dist/esm/src/molecules/EmphasizedText/EmphasizedText.d.ts +0 -1
  323. package/dist/esm/src/molecules/EmphasizedText/EmphasizedText.stories.d.ts +0 -1
  324. package/dist/esm/src/molecules/FeedContentHeader/FeedContentHeader.d.ts +0 -1
  325. package/dist/esm/src/molecules/FeedContentHeader/FeedContentHeader.stories.d.ts +0 -1
  326. package/dist/esm/src/molecules/FieldLabels/FieldLabels.d.ts +0 -1
  327. package/dist/esm/src/molecules/FieldLabels/FieldLabels.stories.d.ts +0 -1
  328. package/dist/esm/src/molecules/FieldMapper/FieldMapper.d.ts +0 -1
  329. package/dist/esm/src/molecules/FieldSection/FieldSection.d.ts +0 -1
  330. package/dist/esm/src/molecules/FieldSection/FieldSection.stories.d.ts +0 -1
  331. package/dist/esm/src/molecules/HeroImage/HeroImage.d.ts +0 -1
  332. package/dist/esm/src/molecules/HeroImage/HeroImage.stories.d.ts +0 -1
  333. package/dist/esm/src/molecules/HorizontalButtonsField/HorizontalButtonsField.d.ts +0 -1
  334. package/dist/esm/src/molecules/HorizontalButtonsField/HorizontalButtonsField.stories.d.ts +0 -1
  335. package/dist/esm/src/molecules/Image/Image.d.ts +7 -6
  336. package/dist/esm/src/molecules/Image/Image.stories.d.ts +1 -2
  337. package/dist/esm/src/molecules/InputField/InputField.d.ts +3 -5
  338. package/dist/esm/src/molecules/InputField/InputField.stories.d.ts +3 -8
  339. package/dist/esm/src/molecules/Link/Link.d.ts +6 -2
  340. package/dist/esm/src/molecules/Link/Link.stories.d.ts +1 -2
  341. package/dist/esm/src/molecules/MenuItems/MenuItem.d.ts +20 -0
  342. package/dist/esm/src/molecules/MenuItems/MenuItems.d.ts +7 -8
  343. package/dist/esm/src/molecules/MenuItems/MenuItems.stories.d.ts +1 -2
  344. package/dist/esm/src/molecules/MenuNavigation/MenuNavigation.d.ts +3 -2
  345. package/dist/esm/src/molecules/MenuNavigation/MenuNavigation.stories.d.ts +1 -2
  346. package/dist/esm/src/molecules/PasswordSetup/PasswordSetup.d.ts +9 -5
  347. package/dist/esm/src/molecules/PasswordSetup/PasswordSetup.stories.d.ts +3 -4
  348. package/dist/esm/src/molecules/PdfDocument/PdfDocument.d.ts +0 -1
  349. package/dist/esm/src/molecules/PdfDocument/PdfDocument.stories.d.ts +0 -1
  350. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.d.ts +8 -3
  351. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +4 -2
  352. package/dist/esm/src/molecules/SelectField/SelectField.d.ts +3 -3
  353. package/dist/esm/src/molecules/SelectField/SelectField.stories.d.ts +2 -2
  354. package/dist/esm/src/molecules/SelectableInfoCard/BaseSelectable.d.ts +0 -1
  355. package/dist/esm/src/molecules/SelectableInfoCard/SelectableCardGroup.d.ts +0 -1
  356. package/dist/esm/src/molecules/SelectableInfoCard/SelectableInfoCard.stories.d.ts +0 -1
  357. package/dist/esm/src/molecules/SelectableInfoCard/styles.d.ts +0 -1
  358. package/dist/esm/src/molecules/SettingsSelectionField/SettingsSelectionField.d.ts +0 -1
  359. package/dist/esm/src/molecules/SettingsSelectionField/SettingsSelectionField.stories.d.ts +0 -1
  360. package/dist/esm/src/molecules/Stepper/Step.d.ts +4 -9
  361. package/dist/esm/src/molecules/Stepper/Stepper.d.ts +10 -11
  362. package/dist/esm/src/molecules/Stepper/Stepper.stories.d.ts +8 -0
  363. package/dist/esm/src/molecules/Stepper/styles.d.ts +1 -1
  364. package/dist/esm/src/molecules/TabGroup/TabGroup.d.ts +4 -3
  365. package/dist/esm/src/molecules/TabGroup/TabGroup.stories.d.ts +1 -2
  366. package/dist/esm/src/molecules/TabGroup/styles.d.ts +1 -1
  367. package/dist/esm/src/molecules/TextMolecule/TextMolecule.d.ts +3 -2
  368. package/dist/esm/src/molecules/TextMolecule/TextMolecule.stories.d.ts +1 -2
  369. package/dist/esm/src/molecules/Video/Video.d.ts +6 -2
  370. package/dist/esm/src/molecules/Video/Video.stories.d.ts +1 -2
  371. package/dist/esm/src/molecules/ZealUIModal/ZealUIModal.d.ts +6 -3
  372. package/dist/esm/src/molecules/ZealUIModal/ZealUIModal.stories.d.ts +1 -2
  373. package/dist/esm/src/molecules/index.d.ts +1 -0
  374. package/dist/esm/src/organisms/AccountInformation/AccountInformation.d.ts +0 -1
  375. package/dist/esm/src/organisms/AcquisitionForm/AcquisitionForm.d.ts +0 -1
  376. package/dist/esm/src/organisms/AcquisitionForm/AcquisitionForm.stories.d.ts +0 -1
  377. package/dist/esm/src/organisms/Body/Body.d.ts +0 -1
  378. package/dist/esm/src/organisms/Body/Body.stories.d.ts +0 -1
  379. package/dist/esm/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.d.ts +0 -1
  380. package/dist/esm/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.stories.d.ts +0 -1
  381. package/dist/esm/src/organisms/DynamicContentZone/DynamicContentZone.d.ts +0 -1
  382. package/dist/esm/src/organisms/DynamicContentZone/DynamicContentZone.stories.d.ts +0 -1
  383. package/dist/esm/src/organisms/FeedContent/FeedContent.d.ts +0 -1
  384. package/dist/esm/src/organisms/FeedContent/FeedContent.stories.d.ts +0 -1
  385. package/dist/esm/src/organisms/FeedContent/components/BackToFeedButton.d.ts +0 -1
  386. package/dist/esm/src/organisms/FeedContent/components/ExpandedContent.d.ts +0 -1
  387. package/dist/esm/src/organisms/FeedContent/components/FullWidthContentTemplate.d.ts +0 -1
  388. package/dist/esm/src/organisms/FeedContent/components/StandardContentTemplate.d.ts +0 -1
  389. package/dist/esm/src/organisms/FeedContentContainer/FeedContentContainer.d.ts +0 -1
  390. package/dist/esm/src/organisms/FeedContentContainer/FeedContentContainer.stories.d.ts +0 -1
  391. package/dist/esm/src/organisms/Footer/Footer.d.ts +0 -1
  392. package/dist/esm/src/organisms/Footer/Footer.stories.d.ts +0 -1
  393. package/dist/esm/src/organisms/Footer/FooterA.d.ts +0 -1
  394. package/dist/esm/src/organisms/Footer/FooterB.d.ts +0 -1
  395. package/dist/esm/src/organisms/Footer/FooterC.d.ts +0 -1
  396. package/dist/esm/src/organisms/Footer/FooterD.d.ts +0 -1
  397. package/dist/esm/src/organisms/Footer/shared.d.ts +0 -1
  398. package/dist/esm/src/organisms/Footer/styles.d.ts +1 -1
  399. package/dist/esm/src/organisms/ForgotPasswordForm/ForgotPasswordForm.d.ts +0 -1
  400. package/dist/esm/src/organisms/ForgotPasswordForm/ForgotPasswordForm.stories.d.ts +0 -1
  401. package/dist/esm/src/organisms/Header/Header.d.ts +0 -1
  402. package/dist/esm/src/organisms/Header/Header.stories.d.ts +0 -1
  403. package/dist/esm/src/organisms/Header/HeaderA.d.ts +0 -1
  404. package/dist/esm/src/organisms/Header/HeaderB.d.ts +0 -1
  405. package/dist/esm/src/organisms/Header/HeaderC.d.ts +0 -1
  406. package/dist/esm/src/organisms/Header/HeaderD.d.ts +0 -1
  407. package/dist/esm/src/organisms/Header/HeaderMobileNavigation.d.ts +0 -1
  408. package/dist/esm/src/organisms/Header/styles.d.ts +0 -1
  409. package/dist/esm/src/organisms/HeroSlider/HeroSlider.d.ts +0 -1
  410. package/dist/esm/src/organisms/HeroSlider/HeroSlider.stories.d.ts +0 -1
  411. package/dist/esm/src/organisms/ISI/ISI.d.ts +0 -1
  412. package/dist/esm/src/organisms/ISI/ISI.stories.d.ts +0 -1
  413. package/dist/esm/src/organisms/ISI/ISIA.d.ts +0 -1
  414. package/dist/esm/src/organisms/LoginForm/LoginForm.d.ts +0 -1
  415. package/dist/esm/src/organisms/LoginForm/LoginForm.stories.d.ts +0 -1
  416. package/dist/esm/src/organisms/ProcessTracker/ProcessTracker.d.ts +2 -3
  417. package/dist/esm/src/organisms/ProcessTracker/ProcessTracker.stories.d.ts +0 -1
  418. package/dist/esm/src/organisms/ProfileInformation/ProfileInformation.stories.d.ts +0 -1
  419. package/dist/esm/src/organisms/SetPasswordForm/SetPasswordForm.d.ts +0 -1
  420. package/dist/esm/src/organisms/SetPasswordForm/SetPasswordForm.stories.d.ts +0 -1
  421. package/dist/esm/src/organisms/SubscribePanel/SubscribePanel.d.ts +0 -1
  422. package/dist/esm/src/organisms/SubscribePanel/SubscribePanel.stories.d.ts +0 -1
  423. package/dist/esm/src/organisms/SubscribePanel/SubscribePanelA.d.ts +0 -1
  424. package/dist/esm/src/organisms/SubscribePanel/SubscribePanelB.d.ts +0 -1
  425. package/dist/esm/src/organisms/TwoFactorAuth/TwoFactorAuth.d.ts +0 -1
  426. package/dist/esm/src/organisms/TwoFactorAuth/TwoFactorAuth.stories.d.ts +0 -1
  427. package/dist/esm/src/templates/DefaultTemplate/DefaultTemplate.stories.d.ts +0 -1
  428. package/dist/esm/src/templates/DefaultTemplate/mockProps.d.ts +0 -1
  429. package/dist/index.d.ts +1978 -1745
  430. package/package.json +6 -3
  431. package/dist/cjs/src/containers/hooks/useStateClickModifierHandler.d.ts +0 -2
  432. package/dist/esm/src/containers/hooks/useStateClickModifierHandler.d.ts +0 -2
package/dist/index.d.ts CHANGED
@@ -1,23 +1,25 @@
1
1
  /// <reference types="react" />
2
2
  import * as react from 'react';
3
- import react__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction, CSSProperties as CSSProperties$1, ComponentType, KeyboardEvent } from 'react';
3
+ import react__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction, MouseEvent, CSSProperties as CSSProperties$1, ComponentType, KeyboardEvent } from 'react';
4
4
  import * as styled_components from 'styled-components';
5
5
  import { CSSProperties, DefaultTheme } from 'styled-components';
6
6
  import * as theme from 'theme';
7
7
  import { ThemeColors as ThemeColors$1, SizesTypes as SizesTypes$1, FontSizesTypes as FontSizesTypes$2 } from 'theme';
8
8
  import * as typescript from 'typescript';
9
- import { StylesType, AnyObject as AnyObject$1, Callback as Callback$1, OverrideStyles, StyledTransientProps, Nullable, StrictUnion } from 'typescript';
9
+ import { StylesType, AnyObject as AnyObject$1, Callback as Callback$1, Nullable, StrictUnion, OverrideStyles, StyledTransientProps } from 'typescript';
10
10
  import { RefCallBack, Control as Control$1, ControllerProps as ControllerProps$1 } from 'react-hook-form/dist/types';
11
11
  import { IconNames as IconNames$1 } from 'atoms/Icon/Icon';
12
12
  import * as containers from 'containers';
13
- import { FormStateType as FormStateType$1, ContainerComponentProps as ContainerComponentProps$1, Molecule as Molecule$1, StateConfigType as StateConfigType$1, ConditionConfig as ConditionConfig$1, MetadataStateConfig as MetadataStateConfig$1 } from 'containers';
13
+ import { ContainerComponentProps as ContainerComponentProps$1, Molecule as Molecule$1, FormStateType as FormStateType$1, ProcessTrackerStatus as ProcessTrackerStatus$1, MoleculeTypes as MoleculeTypes$1, ContainerType as ContainerType$1, MetadataType as MetadataType$1, StateConfigType as StateConfigType$1, ConditionConfig as ConditionConfig$1, ConfigurationItemInfo as ConfigurationItemInfo$1, ProcessStep as ProcessStep$1, MetadataStateConfig as MetadataStateConfig$1 } from 'containers';
14
14
  import { FieldTypes as FieldTypes$1, UIFields as UIFields$1, InputFieldTypes as InputFieldTypes$1 } from 'fieldsConfiguration/types';
15
15
  import { ThemeColors as ThemeColors$2, FontSizesTypes as FontSizesTypes$1, SizesTypes as SizesTypes$2, BreakpointSizesTypes as BreakpointSizesTypes$1 } from 'theme/types';
16
16
  import * as atoms from 'atoms';
17
- import { SelectOption as SelectOption$1, TextProps as TextProps$1, IconNames as IconNames$2, TouchableOpacityProps as TouchableOpacityProps$1, AvatarProps as AvatarProps$1, TabProps as TabProps$1, InputProps as InputProps$1, SelectProps as SelectProps$1, RegularImageProps as RegularImageProps$1, TextButtonProps as TextButtonProps$1, TabTheme as TabTheme$1, RadioButtonsProps as RadioButtonsProps$1, RadioButtonInternalConfigProps as RadioButtonInternalConfigProps$1, HorizontalButtonsProps as HorizontalButtonsProps$1, IconProps as IconProps$1, LinkVariant as LinkVariant$1 } from 'atoms';
18
- import { InputFieldProps as InputFieldProps$1, SelectFieldProps as SelectFieldProps$1, FieldSectionProps as FieldSectionProps$1, BaseButtonProps as BaseButtonProps$1, MenuItem as MenuItem$1, ConsentProps as ConsentProps$1, HeroImageProps as HeroImageProps$1, ColumnsProps as ColumnsProps$1, EmphasizedTextProps as EmphasizedTextProps$1, TabGroupProps as TabGroupProps$1, AvatarDropdownProps as AvatarDropdownProps$1, FeedContentHeaderProps as FeedContentHeaderProps$1, AlertProps as AlertProps$1, BottomNaVBarItemProps as BottomNaVBarItemProps$1, ButtonProps as ButtonProps$1, MenuItemsProps as MenuItemsProps$1, ImageProps as ImageProps$1, TextMoleculeProps as TextMoleculeProps$1, AdditionalTabContainerProps as AdditionalTabContainerProps$1, RadioButtonFieldProps as RadioButtonFieldProps$1, CheckboxFieldProps as CheckboxFieldProps$1, ConsentType as ConsentType$1, LinkProps as LinkProps$1, AvatarDropdownMenuConfigType as AvatarDropdownMenuConfigType$1 } from 'molecules';
17
+ import { SelectOption as SelectOption$1, LinkVariant as LinkVariant$1, TextProps as TextProps$1, IconNames as IconNames$2, TouchableOpacityProps as TouchableOpacityProps$1, AvatarProps as AvatarProps$1, TabProps as TabProps$1, InputProps as InputProps$1, SelectProps as SelectProps$1, RegularImageProps as RegularImageProps$1, TextButtonProps as TextButtonProps$1, TabTheme as TabTheme$1, RadioButtonsProps as RadioButtonsProps$1, RadioButtonInternalConfigProps as RadioButtonInternalConfigProps$1, HorizontalButtonsProps as HorizontalButtonsProps$1, IconProps as IconProps$1 } from 'atoms';
18
+ import { ChecklistItem as ChecklistItem$1, ImageProps as ImageProps$1, TextMoleculeProps as TextMoleculeProps$1, ButtonProps as ButtonProps$1, TabGroupProps as TabGroupProps$1, AdditionalTabContainerProps as AdditionalTabContainerProps$1, InputFieldProps as InputFieldProps$1, SelectFieldProps as SelectFieldProps$1, RadioButtonFieldProps as RadioButtonFieldProps$1, CheckboxFieldProps as CheckboxFieldProps$1, ConsentType as ConsentType$1, LinkProps as LinkProps$1, AvatarDropdownProps as AvatarDropdownProps$1, AvatarDropdownMenuConfigType as AvatarDropdownMenuConfigType$1, FieldSectionProps as FieldSectionProps$1, BaseButtonProps as BaseButtonProps$1, MenuItem, ConsentProps as ConsentProps$1, HeroImageProps as HeroImageProps$1, ColumnsProps as ColumnsProps$1, EmphasizedTextProps as EmphasizedTextProps$1, FeedContentHeaderProps as FeedContentHeaderProps$1, AlertProps as AlertProps$1, BottomNaVBarItemProps as BottomNaVBarItemProps$1, MenuItemsProps as MenuItemsProps$1 } from 'molecules';
19
19
  import * as react_hook_form from 'react-hook-form';
20
- import { ControllerProps, DeepPartial, FieldValues, FormState, Control, UseFormReturn, ValidationMode } from 'react-hook-form';
20
+ import { UseFormReturn, ValidationMode, ControllerProps, DeepPartial, FieldValues, FormState, Control } from 'react-hook-form';
21
+ import { CheckboxInternalConfigProps as CheckboxInternalConfigProps$1 } from 'atoms/Checkbox/types';
22
+ import { MaskConfig as MaskConfig$1 } from 'atoms/Input/helpers';
21
23
  import { TooltipProps as TooltipProps$1 } from 'rc-tooltip/lib/Tooltip';
22
24
  import { WithGoogleMapProps } from 'react-google-maps/lib/withGoogleMap';
23
25
  import { WithScriptjsProps } from 'react-google-maps/lib/withScriptjs';
@@ -30,7 +32,7 @@ import { FooterAProps } from 'organisms/Footer/FooterA';
30
32
  import { FooterBProps } from 'organisms/Footer/FooterB';
31
33
  import { FooterCProps } from 'organisms/Footer/FooterC';
32
34
  import { FooterDProps } from 'organisms/Footer/FooterD';
33
- import { FilteredFeedContentType as FilteredFeedContentType$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1, ConsentProps as ConsentProps$3, ProcessTrackerStatus as ProcessTrackerStatus$1 } from 'organisms';
35
+ import { FilteredFeedContentType as FilteredFeedContentType$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1, ConsentProps as ConsentProps$3 } from 'organisms';
34
36
  import { FeedContentContainerProps as FeedContentContainerProps$1 } from 'organisms/FeedContentContainer/FeedContentContainer';
35
37
  import { SubscribePanelProps as SubscribePanelProps$1 } from 'organisms/SubscribePanel/type';
36
38
  import { ISIAProps } from 'organisms/ISI/ISIA';
@@ -43,7 +45,6 @@ import { AnnotationsList as AnnotationsList$1 } from 'contexts/MlrRichTextViewer
43
45
  import * as contexts_MlrRichTextViewerContext_MlrRichTextViewerContext from 'contexts/MlrRichTextViewerContext/MlrRichTextViewerContext';
44
46
  import * as contexts_ButtonActionsContext_ButtonActionsContext from 'contexts/ButtonActionsContext/ButtonActionsContext';
45
47
  export * from 'helpers/constants';
46
- import { CheckboxInternalConfigProps as CheckboxInternalConfigProps$1 } from 'atoms/Checkbox/types';
47
48
  import { CustomDescendant } from 'atoms/RichTextViewer/types';
48
49
  import { ConsentCaptureProps } from 'molecules/Consent/ConsentCapture';
49
50
  import * as containers_types_types from 'containers/types/types';
@@ -76,15 +77,15 @@ declare type CheckboxProps = {
76
77
  id: string;
77
78
  onClick: (id: string) => void;
78
79
  label: string;
79
- } & Partial<{
80
- isError: boolean;
81
- disabled: boolean;
82
- isEditMode: boolean;
83
- isSelected: boolean;
84
- isRichText: boolean;
85
- internalConfig: CheckboxInternalConfigProps;
86
- }>;
87
- declare const Checkbox: ({ id, onClick, label, isError, disabled, isEditMode, isSelected, isRichText, internalConfig, }: CheckboxProps) => JSX.Element;
80
+ isError?: boolean;
81
+ disabled?: boolean;
82
+ isEditMode?: boolean;
83
+ isSelected?: boolean;
84
+ isRichText?: boolean;
85
+ notInteractable?: boolean;
86
+ internalConfig?: CheckboxInternalConfigProps;
87
+ };
88
+ declare const Checkbox: ({ id, onClick, label, isError, disabled, isEditMode, isSelected, isRichText, notInteractable, internalConfig, }: CheckboxProps) => JSX.Element;
88
89
 
89
90
  declare type SelectOption = {
90
91
  id: string;
@@ -118,1901 +119,2133 @@ declare type SelectProps = Partial<{
118
119
  }>;
119
120
  declare const Select: ({ ref, onBlur, onChange, value, placeholder, options, disabled, optionsPresentation, isError, isEditMode, selectInternalConfig, isRichText, }: SelectProps) => JSX.Element;
120
121
 
121
- declare type Callback = () => void;
122
- declare type AnyObject = Record<string, unknown>;
123
-
124
- declare const getFieldPlaceholder: (type: FieldTypes$1, title?: string) => string;
122
+ declare const Container: ({ id, type, wide, props, compact, children, metadata, isMobile, }: {
123
+ type: containers.ContainerType;
124
+ metadata: containers.MetadataType;
125
+ } & Partial<{
126
+ containerTemplateType: "row_content_container";
127
+ wide: Partial<{
128
+ containerStyle: styled_components.CSSProperties;
129
+ containerProps: Partial<{
130
+ position: containers.ContainerPositionType;
131
+ alignItems: containers.ContainerAlignItemsType;
132
+ scrollBehaviour: containers.ContainerScrollBehaviourType;
133
+ cornerRadius: number | theme.SizesTypes;
134
+ gap: theme.SizesTypes;
135
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
136
+ paddingTop: theme.SizesTypes;
137
+ paddingBottom: theme.SizesTypes;
138
+ paddingLeft: theme.SizesTypes;
139
+ paddingRight: theme.SizesTypes;
140
+ autoplay: boolean;
141
+ autoplayDuration: number;
142
+ formProps: containers.FormContainerProps;
143
+ formStepProps: containers.FormStepContainerProps;
144
+ border: string;
145
+ activeChildrenIds: string[];
146
+ activeOrganismIds: string[];
147
+ padding: containers.Padding;
148
+ }>;
149
+ }>;
150
+ compact: Partial<{
151
+ containerStyle: styled_components.CSSProperties;
152
+ containerProps: Partial<{
153
+ position: containers.ContainerPositionType;
154
+ alignItems: containers.ContainerAlignItemsType;
155
+ scrollBehaviour: containers.ContainerScrollBehaviourType;
156
+ cornerRadius: number | theme.SizesTypes;
157
+ gap: theme.SizesTypes;
158
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
159
+ paddingTop: theme.SizesTypes;
160
+ paddingBottom: theme.SizesTypes;
161
+ paddingLeft: theme.SizesTypes;
162
+ paddingRight: theme.SizesTypes;
163
+ autoplay: boolean;
164
+ autoplayDuration: number;
165
+ formProps: containers.FormContainerProps;
166
+ formStepProps: containers.FormStepContainerProps;
167
+ border: string;
168
+ activeChildrenIds: string[];
169
+ activeOrganismIds: string[];
170
+ padding: containers.Padding;
171
+ }>;
172
+ }>;
173
+ props: Partial<{
174
+ position: containers.ContainerPositionType;
175
+ alignItems: containers.ContainerAlignItemsType;
176
+ scrollBehaviour: containers.ContainerScrollBehaviourType;
177
+ cornerRadius: number | theme.SizesTypes;
178
+ gap: theme.SizesTypes;
179
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
180
+ paddingTop: theme.SizesTypes;
181
+ paddingBottom: theme.SizesTypes;
182
+ paddingLeft: theme.SizesTypes;
183
+ paddingRight: theme.SizesTypes;
184
+ autoplay: boolean;
185
+ autoplayDuration: number;
186
+ formProps: containers.FormContainerProps;
187
+ formStepProps: containers.FormStepContainerProps;
188
+ border: string;
189
+ activeChildrenIds: string[];
190
+ activeOrganismIds: string[];
191
+ padding: containers.Padding;
192
+ }>;
193
+ isMobile: boolean;
194
+ }> & {
195
+ children?: ReactNode;
196
+ } & {
197
+ id: string;
198
+ }) => JSX.Element | null;
199
+ declare const ContainerComponent: ({ config, tabsProps, id, type, items, metadata, formData, setFormData, isMobile, isConfigurationMode, }: ContainerComponentProps$1 & {
200
+ formData?: AnyObject$1 | undefined;
201
+ setFormData?: Dispatch<SetStateAction<AnyObject$1>> | undefined;
202
+ }) => JSX.Element | null;
125
203
 
126
- declare type InputFieldTypes = 'phone_number' | 'text' | 'email' | 'password' | 'numerical' | 'month_year_date' | 'day_month_year_date' | 'month_day_year_date' | 'us_zip_code' | 'username' | 'any';
127
- declare type FieldTypes = 'input' | 'select' | 'checkbox';
128
- declare type UIField<T = string> = (UIInputField & UISelectField & UICheckboxField) & {
129
- name: T;
130
- type: FieldTypes;
131
- value?: string;
132
- label?: string;
133
- placeholder?: string;
134
- required?: boolean;
135
- tooltip?: string;
136
- rules?: ControllerProps['rules'];
137
- order?: number;
138
- };
139
- declare type UIInputField = {
140
- inputType?: InputFieldTypes;
141
- maxLength?: number;
142
- onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
143
- } & InputFieldProps$1;
144
- declare type UISelectField = {
145
- options?: SelectOption$1[];
146
- } & SelectFieldProps$1;
147
- declare type UICheckboxField = {
148
- checkboxLabel?: string;
204
+ declare type ActionTypes = 'link' | 'popup' | 'drawer' | 'download' | 'submit' | 'reset' | 'destroy';
205
+ declare type DataModelFieldFormatCodeTypes = 'date' | 'email' | 'string' | 'integer' | 'boolean' | 'numeric' | 'zip_code' | 'phone_number';
206
+ declare type DataModelFieldFormatValueTypes = 'any' | 'text' | 'email' | 'integer' | 'numerical' | 'us_zip_code' | 'phone_number' | 'month_year_date' | 'day_month_year_date' | 'month_day_year_date' | 'year_month_day_date';
207
+ declare type DownloadFile = {
208
+ url: string;
209
+ name: string;
149
210
  };
150
- declare type UIFields<T extends object> = UIField<keyof T>[];
151
-
152
- declare const getInitialValuesFromFields: <T extends object>(fields: UIFields$1<T>) => DeepPartial<T>;
153
- declare const isFormValid: <T extends FieldValues>(formState: FormState<T>) => boolean;
154
- declare const getFieldsFromFieldSections: <T extends object>(sections: Pick<FieldSectionProps$1<T>, "fields">[]) => UIFields$1<T>;
155
-
156
- declare const acquisitionFormMockFields: UIFields$1<Record<string, string>>;
157
- declare const setPasswordMockFields: UIFields$1<SetPasswordFields>;
158
- declare const passwordMockFields: UIFields$1<PasswordFields>;
159
- declare const loginMockFields: UIFields$1<LoginFields$1>;
160
- declare const sectionMockFields: UIFields$1<Record<string, string>>;
161
- declare const profileInformationMockForm: {
162
- label: string;
163
- fields: UIFields$1<Record<string, string>>;
164
- }[];
165
-
166
- declare type MaskConfig = Partial<{
167
- maskPlaceholder: string;
168
- dataModelFieldType: InputFieldTypes;
169
- maskPattern: Array<string | RegExp>;
170
- }>;
171
-
172
- declare type InputFieldInternalConfigProps = Partial<{
173
- textColor: ThemeColors$2 | string;
174
- textFontSize: number;
175
- placeholderTextColor: ThemeColors$2 | string;
176
- placeholderTextFontSize: number;
177
- verticalPadding: number;
178
- horizontalPadding: number;
179
- styles: StylesType;
180
- wrapperStyles: StylesType;
211
+ declare type LinkAction = LinkAttributes;
212
+ declare type PopupDrawerAction = ContainerComponentProps;
213
+ declare type DownloadAction = DownloadFile;
214
+ declare type SubmitAction = AnyObject$1;
215
+ declare type CancelAction = AnyObject$1;
216
+ declare type ResetAction = AnyObject$1;
217
+ declare type DestroyAction = AnyObject$1;
218
+ declare type Action = {
219
+ type: ActionTypes;
220
+ } & Partial<{
221
+ link: LinkAction;
222
+ popup: PopupDrawerAction;
223
+ drawer: PopupDrawerAction;
224
+ download: DownloadAction;
225
+ submit: SubmitAction;
226
+ cancel: CancelAction;
227
+ reset: ResetAction;
228
+ destroy: DestroyAction;
181
229
  }>;
182
- declare type InputIconProps = {
183
- name: IconNames$1;
184
- onClick?: Callback$1;
230
+ declare type FormStateType = 'default' | 'success' | 'error' | 'format_error' | 'field_error' | 'open_dropdown' | 'match_error';
231
+ declare type ProcessTrackerStatus = 'complete' | 'incomplete' | 'in_progress';
232
+ declare type OrientationType = 'horizontal' | 'vertical';
233
+ declare type OrientationTypeLabel = 'Horizontal' | 'Vertical';
234
+ declare type ProcessStep = {
235
+ id: string;
236
+ title: Partial<TextAttributes>;
237
+ description?: Partial<TextAttributes>;
238
+ status?: ProcessTrackerStatus;
239
+ link?: Partial<LinkAttributes>;
240
+ order: number;
185
241
  };
186
- declare type InputProps = Partial<{
187
- value: string;
188
- leftIcon: InputIconProps;
189
- rightIcon: InputIconProps;
190
- onBlur: Callback$1;
191
- type: InputFieldTypes$1;
192
- placeholder: string;
193
- disabled: boolean;
194
- isEditMode: boolean;
195
- isError: boolean;
196
- maxLength: number;
197
- onChange: (value: string) => void;
198
- onKeyDown: (event: react__default.KeyboardEvent<HTMLInputElement>) => void;
199
- internalConfig: InputFieldInternalConfigProps;
200
- config?: MaskConfig;
201
- state: FormStateType$1;
202
- }>;
203
- declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element;
204
-
205
- declare type TextTypes = 'primary' | 'secondary' | 'error' | 'success';
206
- declare type TextAlign = 'center' | 'right' | 'left';
207
- declare type SeoTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'div';
208
- declare type TextProps = {
209
- variant: FontSizesTypes$1;
210
- layout?: 'div' | 'span';
211
- type?: TextTypes;
212
- styles?: StylesType;
213
- color?: ThemeColors$2 | string;
214
- numberOfLines?: number;
215
- textAlign?: TextAlign;
216
- behaveAs?: 'text' | 'button';
217
- seoTag?: SeoTags;
218
- htmlElementId?: string;
242
+ declare type ImageAttributes = {
243
+ attributeType: 'image';
244
+ imageSource: string;
219
245
  };
220
- declare type TextWrapperProps = PropsWithChildren<TextProps>;
221
- declare const TextWrapper: ({ children, seoTag, ...textProps }: TextWrapperProps) => JSX.Element;
222
- declare const ErrorText: ({ text }: {
246
+ interface TextAttributes {
247
+ id?: string;
248
+ attributeType: 'text';
249
+ isRichText?: boolean;
223
250
  text: string;
224
- }) => JSX.Element;
225
-
226
- declare type IconProps = {
227
- name: IconNames;
228
- size?: number;
229
- color?: ThemeColors$1 | string;
230
- fill?: ThemeColors$1 | string;
231
- pointerEvents?: 'auto' | 'none';
232
- style?: CSSProperties;
251
+ }
252
+ interface VideoAttributes {
253
+ attributeType: 'video';
254
+ videoSource: string;
255
+ }
256
+ interface ActionAttributes {
257
+ attributeType: 'action';
258
+ action: Action;
259
+ }
260
+ interface LinkAttributes {
261
+ id: string;
262
+ attributeType: 'link';
263
+ type: 'internalLink' | 'externalLink' | 'external_link' | 'internal_link';
264
+ internalLink: Nullable<string>;
265
+ externalLink: Nullable<string>;
266
+ name: string;
267
+ }
268
+ interface SelectAttributes {
269
+ id?: string;
270
+ attributeType: 'select';
271
+ value: string;
272
+ options: SelectOption$1[];
273
+ }
274
+ interface BooleanAttributes {
275
+ attributeType: 'boolean';
276
+ value: boolean;
277
+ }
278
+ interface IterableAttributes {
279
+ attributeType: 'iterable';
280
+ options: SelectOption$1[];
281
+ }
282
+ declare type DataModelFieldFormat = {
283
+ id: string;
284
+ label: string;
285
+ value: DataModelFieldFormatValueTypes;
286
+ code: DataModelFieldFormatCodeTypes;
287
+ config: MaskConfig$1;
233
288
  };
234
- declare const availableIcons: {
235
- ArrowRight: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
236
- Bell: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
237
- Bookmark: ({ fill, color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
238
- CaretDown: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
239
- CaretLeft: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
240
- CaretRight: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
241
- CaretUp: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
242
- Check: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
243
- Close: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
244
- Edit: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
245
- Filter: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
246
- Hide: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
247
- Info: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
248
- InfoBoxIcon: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
249
- Mail: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
250
- Menu: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
251
- Minus: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
252
- Mobile: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
253
- Play: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
254
- Save: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
255
- Search: ({ size, color, ...props }: Omit<IconProps, "name">) => JSX.Element;
256
- View: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
257
- Warning: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
258
- };
259
- declare type IconNames = keyof typeof availableIcons;
260
- declare const Icon: ({ name, color, ...props }: IconProps) => JSX.Element;
261
-
262
- declare type SpacerProps = {
263
- width?: SizesTypes$1 | number;
264
- height?: SizesTypes$1 | number;
265
- layout?: 'div' | 'span';
266
- };
267
- declare const Spacer: styled_components.StyledComponent<"div", styled_components.DefaultTheme, SpacerProps, never>;
268
-
269
- declare const Spinner: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
270
- color?: ThemeColors$2 | undefined;
271
- size?: SizesTypes$2 | undefined;
272
- }, never>;
273
-
274
- declare type RegularImageProps = {
275
- src: string;
276
- } & Partial<{
277
- alt: string;
278
- width: number | string;
279
- height: number | string;
280
- onClick: Callback$1;
281
- cornerRadius: number;
282
- }> & OverrideStyles;
283
- declare const RegularImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
284
- src: string;
285
- } & Partial<{
286
- alt: string;
287
- width: number | string;
288
- height: number | string;
289
- onClick: Callback$1;
290
- cornerRadius: number;
291
- }> & OverrideStyles, never>;
292
- declare const BackgroundImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
293
- src: string;
294
- } & Partial<{
295
- alt: string;
296
- width: number | string;
297
- height: number | string;
298
- onClick: Callback$1;
299
- cornerRadius: number;
300
- }> & OverrideStyles, never>;
301
-
302
- declare type LinkVariant = 'link' | 'custom';
303
- declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' | 'children' | 'colorTheme' | 'size'> & Partial<{
304
- buttonLink: string;
305
- elementId: string;
306
- $styles: StylesType;
307
- $variant: LinkVariant;
308
- }>;
309
- declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, {
310
- target: "_blank";
311
- } & Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
312
- buttonLink: string;
313
- elementId: string;
314
- $styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
315
- $variant: LinkVariant;
316
- }>, "target">;
317
-
318
- declare type ValidationTagStatus = 'DEFAULT' | 'ERROR' | 'SUCCESS';
319
- declare type ValidationTagProps = {
320
- status: ValidationTagStatus;
321
- text: string;
322
- };
323
- declare const ValidationTag: ({ text, status }: ValidationTagProps) => JSX.Element;
324
-
325
- declare type TooltipProps = Pick<TooltipProps$1, 'overlay' | 'placement' | 'trigger' | 'visible' | 'children'> & {
326
- styles?: StylesType;
327
- };
328
- declare const StyleWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, OverrideStyles, never>;
329
- declare const Tooltip: ({ trigger, placement, styles, ...props }: TooltipProps) => JSX.Element;
330
-
331
- declare type ToastType = 'success' | 'infoTierOne' | 'infoTierTwo' | 'warning' | 'error';
332
- declare type ToastParams = {
333
- message: string;
334
- type?: ToastType;
335
- duration?: number;
336
- };
337
-
338
- declare const toast: ({ message, type, duration }: ToastParams) => void | undefined;
339
-
340
- declare type HorizontalButtonsProps = {
341
- selectedButtonId: string;
342
- buttonOptions: {
343
- value: string;
344
- id: string;
345
- }[];
346
- onClick: (value: string) => void;
347
- disabled?: boolean;
348
- error?: boolean;
289
+ declare type DataConnectionValues = {
290
+ dataFieldName: string;
291
+ dataModelFieldId: string;
292
+ defaultValue?: string;
293
+ entitySubtypeId?: string;
294
+ entitySubtypeName?: string;
295
+ format: DataModelFieldFormat;
349
296
  };
350
- declare const HorizontalButtons: ({ onClick, disabled, buttonOptions, selectedButtonId, error, }: HorizontalButtonsProps) => JSX.Element;
351
-
352
- declare type AvatarProps = {
353
- size?: SizesTypes$1 | number;
354
- withShadow?: boolean;
355
- label?: string;
356
- backgroundColor?: ThemeColors$1;
357
- textConfig?: {
358
- color?: ThemeColors$1;
359
- font?: FontSizesTypes$2;
297
+ interface DataConnectionAttributes {
298
+ id: string;
299
+ attributeType: 'data_model_field';
300
+ dataModelField: DataConnectionValues;
301
+ }
302
+ interface ConditionConfigAttributes {
303
+ id: string;
304
+ attributeType: 'condition_config';
305
+ conditionConfig: ConditionConfig;
306
+ }
307
+ interface ColorAttributes {
308
+ attributeType: 'color';
309
+ color: string;
310
+ }
311
+ interface ProcessStepsAttributes {
312
+ orientation: {
313
+ attributeType: 'select';
314
+ options: {
315
+ id: OrientationType;
316
+ label: OrientationTypeLabel;
317
+ }[];
318
+ value: OrientationType;
360
319
  };
361
- content: {
362
- initials?: string;
363
- iconName?: IconNames;
364
- imageUrl?: string;
320
+ processSteps: {
321
+ attributeType: 'process_steps';
322
+ steps: ProcessStep[];
365
323
  };
366
- onPress?: Callback$1;
367
- };
368
- declare const Avatar: ({ size, withShadow, label, backgroundColor, onPress, content: { initials, iconName, imageUrl }, textConfig: { color, font }, }: AvatarProps) => JSX.Element;
369
-
370
- declare type HorizontalPaddingProps = {
371
- padding: SizesTypes$1 | number;
372
- };
373
- declare const HorizontalPadding: styled_components.StyledComponent<"div", styled_components.DefaultTheme, HorizontalPaddingProps, never>;
374
- declare const VerticalPadding: styled_components.StyledComponent<"div", styled_components.DefaultTheme, HorizontalPaddingProps, never>;
375
-
376
- declare type DividerProps = {
377
- type?: 'horizontal' | 'vertical';
378
- color?: ThemeColors$1 | string;
379
- marginVertical?: SizesTypes$1 | number;
380
- marginHorizontal?: SizesTypes$1 | number;
381
- weight?: number;
382
- };
383
- declare const Divider: styled_components.StyledComponent<"div", styled_components.DefaultTheme, DividerProps, never>;
384
-
385
- declare type MapPosition = {
386
- lat: number;
387
- lng: number;
388
- };
389
- declare type GoogleMapProps = {
390
- position: MapPosition;
391
- } & WithScriptjsProps & WithGoogleMapProps;
392
- declare const GoogleMap: react__default.ComponentClass<{
393
- position: MapPosition;
394
- } & WithScriptjsProps & WithGoogleMapProps, any>;
395
-
396
- declare const defaultValue: Descendant[];
397
- declare const MATRIX_MESSAGE_ELEMENT_ID = "matrix-message";
398
- declare const COMMUNICATION_LINK_ELEMENT_ID = "communication-link";
399
- declare const MATRIX_MESSAGE_DATA_ID = "matrix-message-id";
400
- declare const COMMUNICATION_LINK_DATA_URL = "communication-link-url";
401
- declare const COMMUNICATION_LINK_DATA_TEXT = "communication-link-text";
402
- declare type RichTextEditorProps = Partial<{
403
- value: string;
404
- font: FontSizesTypes$2;
405
- color: ThemeColors$1 | string;
406
- textStyles: StylesType;
407
- numberOfLines: number;
408
- extraTextProps: TextProps$1;
409
- renderElementWrapperComponent: (props: AnyObject$1) => JSX.Element;
410
- renderElementWrapperProps: AnyObject$1;
411
- htmlElementId: string;
412
- }>;
413
- declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, }: RichTextEditorProps) => JSX.Element | null;
414
-
415
- declare type RadioButtonInternalConfigProps = Partial<{
416
- selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
417
- selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
418
- buttonPadding: number;
419
- textPadding: number;
420
- styles: StylesType;
421
- wrapperStyles: StylesType;
422
- buttonOptionSpacing: SizesTypes$1;
423
- radioGroupWrapperStyles: StylesType;
424
- }>;
425
- declare type RadioButtonsProps<T extends string> = Partial<{
426
- ref: RefCallBack;
427
- name: string;
428
- value: T;
429
- options: SelectOption[];
430
- onBlur: Callback$1;
431
- onChange: (value: T) => void;
432
- isRow: boolean;
433
- isError: boolean;
434
- disabled: boolean;
435
- isEditMode: boolean;
436
- isRichText: boolean;
437
- internalConfig: RadioButtonInternalConfigProps;
438
- }>;
439
- declare const RadioButtons: <T extends string>({ ref, name, value, options, onBlur, onChange, isRow, isError, disabled, isEditMode, isRichText, internalConfig, }: Partial<{
440
- ref: RefCallBack;
441
- name: string;
442
- value: T;
443
- options: SelectOption[];
444
- onBlur: Callback$1;
445
- onChange: (value: T) => void;
446
- isRow: boolean;
447
- isError: boolean;
448
- disabled: boolean;
449
- isEditMode: boolean;
450
- isRichText: boolean;
451
- internalConfig: Partial<{
452
- selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
453
- selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
454
- buttonPadding: number;
455
- textPadding: number;
456
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
457
- wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
458
- buttonOptionSpacing: SizesTypes$1;
459
- radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
324
+ }
325
+ interface ChecklistAttributes {
326
+ checklist: {
327
+ attributeType: 'checklist';
328
+ items: ChecklistItem$1[];
329
+ };
330
+ }
331
+ declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header_tab_group' | 'input_field' | 'select_field' | 'radio_button_field' | 'checkbox_field' | 'consent' | 'link' | 'password_setup_field' | 'account_button' | 'process_steps' | 'checklist';
332
+ interface BaseMolecule {
333
+ id: string;
334
+ type: MoleculeTypes;
335
+ instance: 'molecule';
336
+ metadata: MetadataType;
337
+ moleculeLibraryId: string;
338
+ organismLibraryMoleculeId: string;
339
+ }
340
+ interface ImageMolecule extends BaseMolecule {
341
+ type: 'image';
342
+ attributes: Partial<{
343
+ image: ImageAttributes;
344
+ altText: Omit<TextAttributes, 'isRichText'>;
345
+ link: LinkAttributes;
460
346
  }>;
461
- }>) => JSX.Element;
462
- declare const RadioGroupWrapper: styled_components.StyledComponent<typeof RadioGroup, styled_components.DefaultTheme, StyledTransientProps<{
463
- isRow: boolean;
464
- }> & OverrideStyles, never>;
465
-
466
- declare type CircleType = 'link' | 'message';
467
- declare type CircleBoxProps = {
468
- index: number;
469
- type: CircleType;
470
- };
471
- declare const Circle: ({ index, type }: CircleBoxProps) => JSX.Element;
472
- declare const CirclesWrapper: styled_components.StyledComponent<"span", styled_components.DefaultTheme, {}, never>;
473
-
474
- declare type CircularIndicatorProps = {
475
- active: boolean;
476
- activeColor?: ThemeColors$1 | string;
477
- inactiveColor?: ThemeColors$1 | string;
478
- };
479
- declare const CircularIndicator: ({ activeColor, inactiveColor, ...props }: CircularIndicatorProps) => JSX.Element;
480
- declare const CircularIndicatorStyledComponent: styled_components.StyledComponent<"span", styled_components.DefaultTheme, CircularIndicatorProps, never>;
481
-
482
- declare type IconButtonProps = {
483
- name: IconNames$2;
484
- size?: number;
485
- onClick: Callback$1;
486
- color?: ThemeColors$1 | string;
487
- fill?: ThemeColors$1 | string;
488
- pointerEvents?: 'auto' | 'none';
347
+ config: {
348
+ props?: Omit<ImageProps$1, 'src' | 'link' | 'altText'>;
349
+ };
350
+ }
351
+ interface TextMoleculeType extends BaseMolecule {
352
+ type: 'text';
353
+ attributes: Partial<{
354
+ text: TextAttributes;
355
+ seoStyle: SelectAttributes;
356
+ fontVariant: SelectAttributes;
357
+ color: ColorAttributes;
358
+ }>;
359
+ config: {
360
+ props?: TextMoleculeProps$1;
361
+ };
362
+ }
363
+ interface ButtonMolecule extends BaseMolecule {
364
+ type: 'button';
365
+ attributes: Partial<{
366
+ title: TextAttributes;
367
+ action: ActionAttributes;
368
+ }>;
369
+ config: {
370
+ props?: Partial<Omit<ButtonProps$1, 'disabled' | 'children' | 'link' | 'text' | 'onClick' | 'elementId'>>;
371
+ };
372
+ }
373
+ interface VideoMolecule extends BaseMolecule {
374
+ type: 'video';
375
+ attributes: Partial<{
376
+ video: VideoAttributes;
377
+ altText: Omit<TextAttributes, 'isRichText'>;
378
+ autoPlayVideo: BooleanAttributes;
379
+ enableCoverImage: BooleanAttributes;
380
+ coverImage: ImageAttributes;
381
+ }>;
382
+ config: {
383
+ props: Partial<{
384
+ width: number;
385
+ styles: StylesType;
386
+ }>;
387
+ };
388
+ }
389
+ interface TabGroupMolecule extends BaseMolecule {
390
+ type: 'header_tab_group';
391
+ attributes: Partial<{
392
+ tabs: {
393
+ tabKey: string;
394
+ text: string;
395
+ disabled: boolean;
396
+ divider: boolean;
397
+ }[];
398
+ activeTabKey: string;
399
+ attributeType: 'tab_group';
400
+ }>;
401
+ config: {
402
+ props: TabGroupProps$1;
403
+ wide: AdditionalTabContainerProps$1;
404
+ compact: AdditionalTabContainerProps$1;
405
+ };
406
+ }
407
+ interface TextInputMolecule extends BaseMolecule {
408
+ type: 'input_field';
409
+ attributes: Partial<{
410
+ label: TextAttributes;
411
+ required: BooleanAttributes;
412
+ dataModelField: DataConnectionAttributes;
413
+ conditionConfig: ConditionConfigAttributes;
414
+ }>;
415
+ config: {
416
+ props: InputFieldProps$1;
417
+ };
418
+ }
419
+ interface SelectFieldMolecule extends BaseMolecule {
420
+ type: 'select_field';
421
+ attributes: Partial<{
422
+ label: TextAttributes;
423
+ required: BooleanAttributes;
424
+ options: IterableAttributes;
425
+ dataModelField: DataConnectionAttributes;
426
+ conditionConfig: ConditionConfigAttributes;
427
+ }>;
428
+ config: {
429
+ props: SelectFieldProps$1;
430
+ };
431
+ }
432
+ interface RadioButtonFieldMolecule extends BaseMolecule {
433
+ type: 'radio_button_field';
434
+ attributes: Partial<{
435
+ label: TextAttributes;
436
+ required: BooleanAttributes;
437
+ options: IterableAttributes;
438
+ dataModelField: DataConnectionAttributes;
439
+ conditionConfig: ConditionConfigAttributes;
440
+ }>;
441
+ config: {
442
+ props: RadioButtonFieldProps$1<string>;
443
+ };
444
+ }
445
+ interface CheckboxFieldMolecule extends BaseMolecule {
446
+ type: 'checkbox_field';
447
+ attributes: Partial<{
448
+ label: TextAttributes;
449
+ required: BooleanAttributes;
450
+ options: IterableAttributes;
451
+ dataModelField: DataConnectionAttributes;
452
+ conditionConfig: ConditionConfigAttributes;
453
+ }>;
454
+ config: {
455
+ props: CheckboxFieldProps$1;
456
+ };
457
+ }
458
+ interface ConsentFieldMolecule extends BaseMolecule {
459
+ type: 'consent';
460
+ attributes: Partial<{
461
+ consent: Partial<{
462
+ attributeType: 'consent';
463
+ consent: ConsentType$1;
464
+ required: BooleanAttributes;
465
+ }>;
466
+ conditionConfig: ConditionConfigAttributes;
467
+ }>;
468
+ config: {
469
+ props: Partial<{
470
+ state: 'field_error';
471
+ }>;
472
+ };
473
+ }
474
+ interface LinkMolecule extends BaseMolecule {
475
+ type: 'link';
476
+ attributes: {
477
+ text: TextAttributes;
478
+ link: LinkAttributes;
479
+ };
480
+ config: {
481
+ props: Omit<LinkProps$1, '$variant' | '$styles'> & Partial<{
482
+ variant: LinkVariant$1;
483
+ styles: StylesType;
484
+ }>;
485
+ };
486
+ }
487
+ interface PasswordSetupMolecule extends BaseMolecule {
488
+ type: 'password_setup_field';
489
+ attributes: Partial<{
490
+ passwordFieldLabel: TextAttributes;
491
+ reenteredPasswordFieldLabel: TextAttributes;
492
+ passwordFieldRequired: BooleanAttributes;
493
+ reenteredPasswordFieldRequired: BooleanAttributes;
494
+ dataModelField: DataConnectionAttributes;
495
+ }>;
496
+ config: {
497
+ props: {
498
+ validationLabel?: string;
499
+ state?: FormStateType;
500
+ passwordInputProps: InputFieldProps$1;
501
+ reenteredPasswordInputProps: InputFieldProps$1;
502
+ };
503
+ };
504
+ }
505
+ interface AccountButtonMolecule extends BaseMolecule {
506
+ type: 'account_button';
507
+ config: {
508
+ props: AvatarDropdownProps$1<AvatarDropdownMenuConfigType$1>;
509
+ };
510
+ }
511
+ interface ProcessStepsMoleculeType extends BaseMolecule {
512
+ type: 'process_steps';
513
+ organismMoleculeLibraryId: string;
514
+ attributes: ProcessStepsAttributes;
515
+ }
516
+ interface ChecklistsMolecule extends BaseMolecule {
517
+ type: 'checklist';
518
+ config: {
519
+ props: {
520
+ gap: SizesTypes$1;
521
+ } & CheckboxInternalConfigProps$1;
522
+ };
523
+ attributes: ChecklistAttributes;
524
+ }
525
+ declare type Molecule = StrictUnion<ImageMolecule | TextMoleculeType | ButtonMolecule | VideoMolecule | TabGroupMolecule | TextInputMolecule | SelectFieldMolecule | RadioButtonFieldMolecule | CheckboxFieldMolecule | ConsentFieldMolecule | LinkMolecule | PasswordSetupMolecule | AccountButtonMolecule | ProcessStepsMoleculeType | ChecklistsMolecule> & Partial<{
526
+ form: UseFormReturn<any>;
527
+ formData: AnyObject$1;
528
+ setFormData: Dispatch<SetStateAction<AnyObject$1>>;
529
+ }>;
530
+ declare type SlateValueChildType = {
531
+ id: string;
532
+ text: string;
533
+ variable?: {
534
+ dataModelField: DataConnectionValues;
535
+ text: string;
536
+ isStateConfigPresent?: boolean;
537
+ };
489
538
  };
490
- declare const IconButton: ({ name, color, onClick, disabled, activeOpacity, withoutOpacityEffect, ...props }: IconButtonProps & TouchableOpacityProps$1) => JSX.Element;
491
539
 
492
- declare type TabOption<T = string> = {
493
- menuText: string;
494
- menuKey: T;
495
- onMenuClick?: (key: T) => void;
496
- isSelected?: boolean;
540
+ declare type ContainerType = 'row' | 'column' | 'slider' | 'form' | 'form_step' | 'dynamic';
541
+ declare type ContainerTemplateType = 'row_content_container';
542
+ declare type WrappedContainerType = Extract<ContainerType, 'slider' | 'form' | 'form_step'>;
543
+ declare type ContainerPositionType = 'fixed' | 'sticky' | 'static' | 'relative';
544
+ declare type ContainerAlignItemsType = 'start' | 'center' | 'end' | 'stretch';
545
+ declare type ContainerScrollBehaviourType = 'vertical' | 'horizontal' | 'auto' | 'none';
546
+ declare type StateActionType = 'visible' | 'disabled';
547
+ declare type StateEventType = 'click' | 'view';
548
+ declare type StateListenerConfigType = {
549
+ role: 'stateListener';
550
+ stateKey: string;
551
+ stateValue: string | boolean;
552
+ defaultState: Partial<Record<StateActionType, boolean>>;
553
+ action: Partial<Record<StateActionType, boolean>>;
497
554
  };
498
- declare type TabElement = HTMLDivElement | null;
499
- declare type TabTheme = 'light' | 'dark';
500
- declare type TabProps<T = string, K = string> = {
501
- tabKey: T;
502
- text: string;
503
- } & Partial<{
504
- disabled: boolean;
505
- vertical: boolean;
506
- isActive: boolean;
507
- onClick: (key: T) => void;
508
- options: MenuItem$1<K>[];
509
- onOptionClick: (optionKey: K) => void;
510
- tabTheme: TabTheme;
511
- divider: boolean;
512
- tabFont: FontSizesTypes$2;
513
- textSize: number;
514
- tabPadding: SizesTypes$1 | number;
515
- defaultTabTextColor: ThemeColors$1 | string;
516
- selectedTabTextColor: ThemeColors$1 | string;
517
- selectedTabIndicatorColor: ThemeColors$1 | string;
518
- styles: StylesType;
555
+ declare type StateModifierConfigType = {
556
+ role: 'stateModifier';
557
+ stateKey: string;
558
+ event: StateEventType;
559
+ };
560
+ declare type MetadataStateConfig = StateListenerConfigType | StateModifierConfigType;
561
+ declare type MetadataType = AnyObject$1 & Partial<{
562
+ stateConfig: MetadataStateConfig[];
563
+ referenceName: string;
564
+ isAction: boolean;
565
+ isTrigger: boolean;
566
+ notEditable: boolean;
567
+ hasOwnButton: boolean;
568
+ stateListenerId: string;
569
+ configurationPath: string;
519
570
  }>;
520
- declare const ZealTab: <T extends string, K extends string>({ options, onClick, text, tabKey, vertical, onOptionClick, tabTheme, tabFont, tabPadding, selectedTabIndicatorColor, textSize, defaultTabTextColor, ...tabProps }: TabProps<T, K>, ref: react__default.ForwardedRef<TabElement>) => JSX.Element;
521
- declare const Tab: <T, K>(props: {
522
- tabKey: T;
523
- text: string;
524
- } & Partial<{
525
- disabled: boolean;
526
- vertical: boolean;
527
- isActive: boolean;
528
- onClick: (key: T) => void;
529
- options: MenuItem$1<K>[];
530
- onOptionClick: (optionKey: K) => void;
531
- tabTheme: TabTheme;
532
- divider: boolean;
533
- tabFont: FontSizesTypes$2;
534
- textSize: number;
535
- tabPadding: SizesTypes$1 | number;
536
- defaultTabTextColor: ThemeColors$1 | string;
537
- selectedTabTextColor: ThemeColors$1 | string;
538
- selectedTabIndicatorColor: ThemeColors$1 | string;
539
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
540
- }> & {
541
- ref?: react__default.ForwardedRef<TabElement> | undefined;
542
- }) => ReturnType<typeof ZealTab>;
543
-
544
- declare type SetPasswordRuleValidation = {
545
- label: string;
546
- rule: MaxRuleValidation | MinRuleValidation;
571
+ declare type SliderProps = {
572
+ autoplay?: boolean;
573
+ autoplayDuration?: number;
547
574
  };
548
- declare type SetPasswordFormProps = {
549
- fields: UIFields$2<SetPasswordFields>;
550
- logoUrl: string;
551
- isLoading?: boolean;
552
- validations: SetPasswordRuleValidation[];
553
- onSubmit: (values: SetPasswordFields) => void;
554
- onBack: () => void;
575
+ declare type FormStepContainerProps = {
576
+ formStepName: string;
577
+ order: number;
578
+ conditionConfig: ConditionConfig;
579
+ formStepStyles?: CSSProperties;
555
580
  };
556
- declare const SetPasswordForm: ({ logoUrl, fields, validations, onBack, onSubmit, isLoading, }: SetPasswordFormProps) => JSX.Element;
557
-
558
- declare const showAcceptToastMessage: () => void | undefined;
559
- declare type AcquisitionFormProps<T extends object> = {
560
- fields: UIFields$2<T>;
561
- consents: ConsentProps$1[];
562
- logoUrl: string;
563
- isLoading?: boolean;
564
- isSubmitDisabled?: boolean;
565
- title: string;
566
- description?: string;
567
- buttonText?: string;
568
- onSubmit: (values: T) => void;
569
- onLinkButtonClick?: Callback$1;
570
- showConsentLabel?: boolean;
571
- triggerFormInitially?: boolean;
572
- isTooltipVisible?: boolean;
573
- optionsPresentation?: boolean;
581
+ declare type FormContainerProps = {
582
+ mode: keyof ValidationMode;
574
583
  };
575
- declare const AcquisitionForm: <T extends object>({ logoUrl, title, description, buttonText, fields, optionsPresentation, onSubmit, showConsentLabel, onLinkButtonClick, isSubmitDisabled, consents, isLoading, triggerFormInitially, isTooltipVisible, }: AcquisitionFormProps<T>) => JSX.Element;
576
-
577
- declare type VerificationCodeForm = {
578
- code: string;
584
+ declare type PaddingVariants = 'top' | 'right' | 'bottom' | 'left';
585
+ declare type Padding = Record<PaddingVariants, SizesTypes$1 | number> | SizesTypes$1 | string;
586
+ declare type ContainerPropsType = Partial<{
587
+ position: ContainerPositionType;
588
+ alignItems: ContainerAlignItemsType;
589
+ scrollBehaviour: ContainerScrollBehaviourType;
590
+ cornerRadius: SizesTypes$1 | number;
591
+ gap: SizesTypes$1;
592
+ styles: StylesType;
593
+ paddingTop: SizesTypes$1;
594
+ paddingBottom: SizesTypes$1;
595
+ paddingLeft: SizesTypes$1;
596
+ paddingRight: SizesTypes$1;
597
+ autoplay: boolean;
598
+ autoplayDuration: number;
599
+ formProps: FormContainerProps;
600
+ formStepProps: FormStepContainerProps;
601
+ border: string;
602
+ activeChildrenIds: string[];
603
+ activeOrganismIds: string[];
604
+ padding: Padding;
605
+ }>;
606
+ declare type AdditionalContainerProps = Partial<{
607
+ containerStyle: CSSProperties;
608
+ containerProps: ContainerPropsType;
609
+ }>;
610
+ declare type ContainerProps = PropsWithChildren<{
611
+ type: ContainerType;
612
+ metadata: MetadataType;
613
+ } & Partial<{
614
+ containerTemplateType: ContainerTemplateType;
615
+ wide: AdditionalContainerProps;
616
+ compact: AdditionalContainerProps;
617
+ props: ContainerPropsType;
618
+ isMobile: boolean;
619
+ }>>;
620
+ declare type ContainerComponentProps = {
621
+ id: string;
622
+ instance: 'container';
623
+ type: ContainerType;
624
+ items: (ContainerComponentProps | Molecule)[];
625
+ config: Partial<{
626
+ wide: AdditionalContainerProps;
627
+ compact: AdditionalContainerProps;
628
+ props: ContainerPropsType;
629
+ }>;
630
+ tabsProps?: Pick<TabGroupProps$1, 'tabs' | 'activeTabKey' | 'onTabChange'>;
631
+ metadata?: MetadataType;
632
+ attributes?: AnyObject$1;
633
+ containerLibraryId?: string;
634
+ isMobile?: boolean;
635
+ isConfigurationMode?: boolean;
579
636
  };
580
- declare type AuthMethod = 'email' | 'sms';
581
- declare type TwoFactorAuthProps = {
582
- logoUrl: string;
583
- onNext?: (authMethod: AuthMethod) => Promise<void>;
584
- onSubmit?: (values: VerificationCodeForm) => void;
585
- onBack?: () => void;
637
+ declare type CriteriaType = 'operator' | 'condition';
638
+ declare type ConditionCriteria = {
639
+ id: string;
640
+ type: CriteriaType;
641
+ operator: string;
642
+ dataFieldId: Nullable<string>;
643
+ subtypeId: Nullable<string>;
644
+ dataFieldName: Nullable<string>;
645
+ dataValue: Nullable<string>;
646
+ connectedTo: Nullable<string>;
586
647
  };
587
- declare const TwoFactorAuth: ({ logoUrl, onSubmit, onBack, onNext }: TwoFactorAuthProps) => JSX.Element;
588
-
589
- declare type LoginFields = {
590
- email: string;
591
- password: string;
592
- rememberMe: boolean;
648
+ declare type SegmentationType = 'simple' | 'advanced';
649
+ declare type ConditionConfig = Nullable<{
650
+ id: string;
651
+ segmentationType: SegmentationType;
652
+ criteriaList: ConditionCriteria[];
653
+ }>;
654
+ declare type FormDataStateConfig = {
655
+ value?: string | number;
656
+ } & Record<string, {
657
+ value?: string | number;
658
+ }>;
659
+ declare type ActionEventType = Record<string, boolean>;
660
+ declare type ProcessTrackerStateValue = {
661
+ visible?: boolean;
662
+ journeyId: string;
663
+ steps: Pick<ProcessStep, 'id' | 'status' | 'link' | 'order'>[];
664
+ };
665
+ declare type StateConfigType = {
666
+ [stateKey: string]: Nullable<StrictUnion<boolean | string | FormDataStateConfig | ActionEventType | ProcessTrackerStateValue>>;
593
667
  };
594
668
 
595
- declare type LoginFormProps = {
596
- fields: UIFields$2<LoginFields>;
597
- logoUrl: string;
598
- isLoading?: boolean;
599
- twoFactorAuthConfig?: {
600
- twoFactorShow: boolean;
601
- twoFactorAuthProps: TwoFactorAuthProps;
602
- };
603
- optionsPresentation?: boolean;
604
- onSubmit: (values: LoginFields) => void;
605
- onSignUpButtonClick?: Callback$1;
606
- onForgotPasswordButtonClick?: Callback$1;
607
- isTooltipVisible?: boolean;
608
- consents: ConsentProps$2[];
669
+ declare type Callback = () => void;
670
+ declare type AnyObject = Record<string, unknown>;
671
+
672
+ declare type ConfigurationItemInfo = {
673
+ $selected?: boolean;
674
+ isConfigurationMode?: boolean;
675
+ onClick?: (e: MouseEvent) => void;
609
676
  };
610
- declare const LoginForm: ({ logoUrl, fields, isTooltipVisible, onSubmit, optionsPresentation, onSignUpButtonClick, isLoading, twoFactorAuthConfig, consents, onForgotPasswordButtonClick, }: LoginFormProps) => JSX.Element;
677
+ declare const ContainerWrapper: styled_components.StyledComponent<"div", DefaultTheme, Pick<ContainerProps$1, "type"> & {
678
+ containerProps?: Partial<{
679
+ position: containers_types_types.ContainerPositionType;
680
+ alignItems: containers_types_types.ContainerAlignItemsType;
681
+ scrollBehaviour: containers_types_types.ContainerScrollBehaviourType;
682
+ cornerRadius: number | SizesTypes$1;
683
+ gap: SizesTypes$1;
684
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, DefaultTheme>>;
685
+ paddingTop: SizesTypes$1;
686
+ paddingBottom: SizesTypes$1;
687
+ paddingLeft: SizesTypes$1;
688
+ paddingRight: SizesTypes$1;
689
+ autoplay: boolean;
690
+ autoplayDuration: number;
691
+ formProps: containers_types_types.FormContainerProps;
692
+ formStepProps: containers_types_types.FormStepContainerProps;
693
+ border: string;
694
+ activeChildrenIds: string[];
695
+ activeOrganismIds: string[];
696
+ padding: containers_types_types.Padding;
697
+ }> | undefined;
698
+ metadata?: AnyObject | undefined;
699
+ }, never>;
700
+ declare const getConfigurationWrapperStyle: ({ $selected, isConfigurationMode, theme: { colors }, }: {
701
+ $selected?: boolean | undefined;
702
+ isConfigurationMode?: boolean | undefined;
703
+ theme: DefaultTheme;
704
+ }) => styled_components.FlattenSimpleInterpolation;
611
705
 
612
- declare type FooterProps = FooterAProps | FooterBProps | FooterCProps | FooterDProps;
613
- declare const Footer: (props: FooterProps) => JSX.Element;
706
+ declare type OrganismItemProps = {
707
+ item: ContainerComponentProps$1 | Molecule$1;
708
+ tabsProps?: Pick<TabGroupProps$1, 'tabs' | 'activeTabKey' | 'onTabChange'>;
709
+ formData?: AnyObject$1;
710
+ setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
711
+ isMobile?: boolean;
712
+ isConfigurationMode?: boolean;
713
+ onConfigurationItemHandler?: (itemPath: string) => void;
714
+ };
715
+ declare const OrganismItem: ({ item, tabsProps, formData, setFormData, isMobile, }: OrganismItemProps) => JSX.Element | null;
614
716
 
615
- declare type FeedContentTemplateTypes = 'full_width_content' | 'standard_content' | 'auto_play' | '';
616
- declare type FeedContentProps = {
617
- feedContentType: Omit<FilteredFeedContentType$1, 'all'>;
618
- feedContentTemplate: FeedContentTemplateTypes;
619
- id?: string;
620
- image?: string;
621
- video?: string;
622
- document?: string;
623
- title?: Nullable<string>;
624
- description: Nullable<string>;
625
- lastUpdated: string;
626
- buttonConfig: {
627
- disabled?: boolean;
628
- onClick?: () => void;
629
- };
630
- withCloseIcon?: {
631
- onClose: Callback$1;
632
- };
717
+ declare type FormOrganismItemProps = {
718
+ item: ContainerComponentProps$2;
719
+ activeChildrenIds: string[];
720
+ formData?: AnyObject$1;
721
+ setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
633
722
  isMobile?: boolean;
634
- isExpanded?: boolean;
635
- fullWidth?: boolean;
636
- fullWidthTemplateContainerStyles?: CSSProperties;
637
- showDefaultDocumentStyles?: boolean;
638
- destinationLink?: string;
639
- onDestinationHandler?: Callback$1;
640
- imageStyles?: StylesType;
641
- videoStyles?: CSSProperties;
642
- isEnabledFavoriting?: boolean;
643
- isFavorite?: boolean;
644
- onFavoriteClickHandler?: Callback$1;
645
- onFavoriteIconClick?: (selectedFeedContent: FeedContentProps) => void;
646
723
  };
724
+ declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => JSX.Element | null;
647
725
 
648
- declare const FeedContent: ({ feedContentTemplate, ...props }: FeedContentProps) => JSX.Element;
726
+ declare const getFieldPlaceholder: (type: FieldTypes$1, title?: string) => string;
649
727
 
650
- declare type FooterContactInfo = {
651
- phoneNumber: string;
652
- addressLine1: string;
653
- addressLine2: string;
728
+ declare type InputFieldTypes = 'any' | 'text' | 'email' | 'integer' | 'password' | 'username' | 'numerical' | 'us_zip_code' | 'phone_number' | 'month_year_date' | 'day_month_year_date' | 'month_day_year_date' | 'year_month_day_date';
729
+ declare type FieldTypes = 'input' | 'select' | 'checkbox';
730
+ declare type UIField<T = string> = (UIInputField & UISelectField & UICheckboxField) & {
731
+ name: T;
732
+ type: FieldTypes;
733
+ value?: string;
734
+ label?: string;
735
+ placeholder?: string;
736
+ required?: boolean;
737
+ tooltip?: string;
738
+ rules?: ControllerProps['rules'];
739
+ order?: number;
654
740
  };
655
- declare type FooterLink = {
656
- id: string;
657
- name: string;
658
- location: string;
741
+ declare type UIInputField = {
742
+ inputType?: InputFieldTypes;
743
+ maxLength?: number;
744
+ onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
745
+ } & InputFieldProps$1;
746
+ declare type UISelectField = {
747
+ options?: SelectOption$1[];
748
+ } & SelectFieldProps$1;
749
+ declare type UICheckboxField = {
750
+ checkboxLabel?: string;
659
751
  };
752
+ declare type UIFields<T extends object> = UIField<keyof T>[];
660
753
 
661
- declare type ProfileInformationProps<TabKeys extends string> = {
662
- backgroundImageUrl: string;
663
- avatarProps: AvatarProps$1;
664
- tabs: TabProps$1<string, TabKeys>[];
665
- tabContents: Record<TabKeys, () => ReactNode>;
666
- initialTabKey: TabKeys;
667
- title: string;
668
- editIcons?: {
669
- isEditMode: boolean;
670
- onSave: Callback$1;
671
- onEdit: Callback$1;
672
- onClose: Callback$1;
673
- };
674
- };
675
- declare const ProfileInformation: <TabKeys extends string>({ avatarProps, backgroundImageUrl, initialTabKey, tabs, title, editIcons, tabContents, }: ProfileInformationProps<TabKeys>) => JSX.Element;
754
+ declare const getInitialValuesFromFields: <T extends object>(fields: UIFields$1<T>) => DeepPartial<T>;
755
+ declare const isFormValid: <T extends FieldValues>(formState: FormState<T>) => boolean;
756
+ declare const getFieldsFromFieldSections: <T extends object>(sections: Pick<FieldSectionProps$1<T>, "fields">[]) => UIFields$1<T>;
676
757
 
677
- declare type EmailAddressFields = {
678
- email: string;
679
- };
680
- declare type ForgotPasswordFormProps = {
681
- logoUrl: string;
682
- isLoading?: boolean;
683
- onSubmit?: (values: EmailAddressFields) => void;
684
- onBack?: Callback$1;
685
- };
686
- declare const ForgotPasswordForm: ({ logoUrl, onBack, onSubmit, isLoading, }: ForgotPasswordFormProps) => JSX.Element;
758
+ declare const acquisitionFormMockFields: UIFields$1<Record<string, string>>;
759
+ declare const setPasswordMockFields: UIFields$1<SetPasswordFields>;
760
+ declare const passwordMockFields: UIFields$1<PasswordFields>;
761
+ declare const loginMockFields: UIFields$1<LoginFields$1>;
762
+ declare const sectionMockFields: UIFields$1<Record<string, string>>;
763
+ declare const profileInformationMockForm: {
764
+ label: string;
765
+ fields: UIFields$1<Record<string, string>>;
766
+ }[];
687
767
 
688
- declare type BodyProps = {
689
- elements: {
690
- data: (HeroImageProps$1 | HeroSliderProps$1 | SubscribePanelProps$1 | ColumnsProps$1 | EmphasizedTextProps$1 | FeedContentContainerProps$1)[];
691
- spacer?: number;
692
- };
693
- horizontalPaddings?: number;
694
- containerStyles?: CSSProperties;
768
+ declare type MaskConfig = {
769
+ maskPlaceholder?: string;
770
+ maskPattern?: Array<string | RegExp>;
771
+ dataModelFieldType: DataModelFieldFormatCodeTypes;
695
772
  };
696
- declare const Body: ({ elements, horizontalPaddings, containerStyles, }: BodyProps) => JSX.Element;
697
773
 
698
- declare type ISIProps = ISIAProps;
699
- declare const ISI: (props: ISIProps) => JSX.Element;
774
+ declare type InputFieldInternalConfigProps = Partial<{
775
+ textColor: ThemeColors$2 | string;
776
+ textFontSize: number;
777
+ placeholderTextColor: ThemeColors$2 | string;
778
+ placeholderTextFontSize: number;
779
+ verticalPadding: number;
780
+ horizontalPadding: number;
781
+ styles: StylesType;
782
+ wrapperStyles: StylesType;
783
+ }>;
784
+ declare type InputIconProps = {
785
+ name: IconNames$1;
786
+ onClick?: Callback$1;
787
+ };
788
+ declare type InputProps = Partial<{
789
+ value: string;
790
+ leftIcon: InputIconProps;
791
+ rightIcon: InputIconProps;
792
+ onBlur: Callback$1;
793
+ type: InputFieldTypes$1;
794
+ placeholder: string;
795
+ disabled: boolean;
796
+ isEditMode: boolean;
797
+ isError: boolean;
798
+ maxLength: number;
799
+ onChange: (value: string) => void;
800
+ onKeyDown: (event: react__default.KeyboardEvent<HTMLInputElement>) => void;
801
+ internalConfig: InputFieldInternalConfigProps;
802
+ config?: MaskConfig;
803
+ state: FormStateType$1;
804
+ }>;
805
+ declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, config, ...rest }: InputProps) => JSX.Element;
700
806
 
701
- declare type ImportantLink = {
807
+ declare type TextTypes = 'primary' | 'secondary' | 'error' | 'success';
808
+ declare type TextAlign = 'center' | 'right' | 'left';
809
+ declare type SeoTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'div';
810
+ declare type TextProps = {
811
+ variant: FontSizesTypes$1;
812
+ layout?: 'div' | 'span';
813
+ type?: TextTypes;
814
+ styles?: StylesType;
815
+ color?: ThemeColors$2 | string;
816
+ numberOfLines?: number;
817
+ textAlign?: TextAlign;
818
+ behaveAs?: 'text' | 'button';
819
+ seoTag?: SeoTags;
820
+ htmlElementId?: string;
821
+ };
822
+ declare type TextWrapperProps = PropsWithChildren<TextProps>;
823
+ declare const TextWrapper: ({ children, seoTag, ...textProps }: TextWrapperProps) => JSX.Element;
824
+ declare const ErrorText: ({ text }: {
702
825
  text: string;
703
- href: string;
826
+ }) => JSX.Element;
827
+
828
+ declare type IconProps = {
829
+ name: IconNames;
830
+ size?: number;
831
+ color?: ThemeColors$1 | string;
832
+ fill?: ThemeColors$1 | string;
833
+ pointerEvents?: 'auto' | 'none';
834
+ style?: CSSProperties;
704
835
  };
705
- declare type HeaderAProps<T = string> = {
706
- className?: string;
707
- links?: ImportantLink[];
708
- logoUrl: string;
709
- tabsProps: TabGroupProps$1;
710
- onActionButtonClick?: Callback$1;
711
- buttonText: string;
712
- buttonLink: string;
713
- isMobile?: boolean;
836
+ declare const availableIcons: {
837
+ ArrowRight: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
838
+ Bell: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
839
+ Bookmark: ({ fill, color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
840
+ CaretDown: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
841
+ CaretLeft: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
842
+ CaretRight: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
843
+ CaretUp: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
844
+ Check: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
845
+ Close: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
846
+ Edit: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
847
+ Filter: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
848
+ Hide: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
849
+ Info: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
850
+ InfoBoxIcon: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
851
+ Mail: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
852
+ Menu: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
853
+ Minus: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
854
+ Mobile: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
855
+ Play: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
856
+ Save: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
857
+ Search: ({ size, color, ...props }: Omit<IconProps, "name">) => JSX.Element;
858
+ View: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
859
+ Warning: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
714
860
  };
861
+ declare type IconNames = keyof typeof availableIcons;
862
+ declare const Icon: ({ name, color, ...props }: IconProps) => JSX.Element;
715
863
 
716
- declare type HeaderBProps<T = string> = Pick<HeaderAProps$1<T>, 'isMobile' | 'logoUrl' | 'tabsProps' | 'buttonText' | 'onActionButtonClick' | 'buttonLink' | 'className'>;
864
+ declare type SpacerProps = {
865
+ width?: SizesTypes$1 | number;
866
+ height?: SizesTypes$1 | number;
867
+ layout?: 'div' | 'span';
868
+ };
869
+ declare const Spacer: styled_components.StyledComponent<"div", styled_components.DefaultTheme, SpacerProps, never>;
717
870
 
718
- declare type HeaderCProps<T> = Pick<HeaderAProps$1<T>, 'logoUrl' | 'tabsProps' | 'isMobile' | 'className'>;
871
+ declare const Spinner: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
872
+ color?: ThemeColors$2 | undefined;
873
+ size?: SizesTypes$2 | undefined;
874
+ }, never>;
719
875
 
720
- declare type HeaderDProps = {
721
- withAvatar: AvatarDropdownProps$1<string>;
722
- } & Pick<HeaderAProps$1, 'isMobile' | 'logoUrl' | 'links' | 'tabsProps' | 'className'>;
876
+ declare type RegularImageProps = {
877
+ src: string;
878
+ } & Partial<{
879
+ alt: string;
880
+ width: number | string;
881
+ height: number | string;
882
+ onClick: Callback$1;
883
+ cornerRadius: SizesTypes$1 | number;
884
+ }> & OverrideStyles;
885
+ declare const RegularImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
886
+ src: string;
887
+ } & Partial<{
888
+ alt: string;
889
+ width: number | string;
890
+ height: number | string;
891
+ onClick: Callback$1;
892
+ cornerRadius: SizesTypes$1 | number;
893
+ }> & OverrideStyles, never>;
894
+ declare const BackgroundImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
895
+ src: string;
896
+ } & Partial<{
897
+ alt: string;
898
+ width: number | string;
899
+ height: number | string;
900
+ onClick: Callback$1;
901
+ cornerRadius: SizesTypes$1 | number;
902
+ }> & OverrideStyles, never>;
723
903
 
724
- declare type HeaderProps<T = string> = (HeaderAProps<T> & {
725
- type: 'header_a';
726
- }) | (HeaderBProps<T> & {
727
- type: 'header_b';
728
- }) | (HeaderCProps<T> & {
729
- type: 'header_c';
730
- }) | (HeaderDProps & {
731
- type: 'header_d';
732
- });
733
- declare const Header: <T extends string | number>(props: HeaderProps<T>) => JSX.Element;
904
+ declare type LinkVariant = 'link' | 'custom';
905
+ declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' | 'children' | 'colorTheme' | 'size'> & Partial<{
906
+ buttonLink: string;
907
+ elementId: string;
908
+ $styles: StylesType;
909
+ $variant: LinkVariant;
910
+ }>;
911
+ declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, {
912
+ target: "_blank";
913
+ } & Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & Partial<{
914
+ buttonLink: string;
915
+ elementId: string;
916
+ $styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
917
+ $variant: LinkVariant;
918
+ }>, "target">;
734
919
 
735
- declare type ProcessTrackerStatus = 'complete' | 'incomplete' | 'in_progress';
736
- declare type ProcessTrackerProps = {
737
- title?: Nullable<string>;
738
- description?: Nullable<string>;
739
- isMobile?: boolean;
740
- statuses?: {
741
- title: string;
742
- description: string;
743
- status: ProcessTrackerStatus;
744
- }[];
745
- currentStep?: number;
746
- style?: CSSProperties;
747
- withCloseIcon?: {
748
- onClose: Callback$1;
749
- };
750
- destinationLink?: string;
751
- onDestinationHandler?: Callback$1;
920
+ declare type ValidationTagStatus = 'DEFAULT' | 'ERROR' | 'SUCCESS';
921
+ declare type ValidationTagProps = {
922
+ status: ValidationTagStatus;
923
+ text: string;
752
924
  };
753
- declare const ProcessTracker: ({ title, statuses, isMobile, description, currentStep, style, withCloseIcon, }: ProcessTrackerProps) => JSX.Element;
925
+ declare const ValidationTag: ({ text, status }: ValidationTagProps) => JSX.Element;
754
926
 
755
- declare type FilteredFeedContentType = 'all' | 'favourite';
756
- declare type FeedContentContainerProps = {
757
- type: 'feed';
758
- feedHeader: Omit<FeedContentHeaderProps$1, 'isMobile'>;
759
- feedContent?: Omit<FeedContentProps$1, 'isMobile'>[];
760
- isMobile?: boolean;
927
+ declare type TooltipProps = Pick<TooltipProps$1, 'overlay' | 'placement' | 'trigger' | 'visible' | 'children'> & {
928
+ styles?: StylesType;
761
929
  };
762
- declare const FeedContentContainer: ({ feedHeader, feedContent, isMobile, }: FeedContentContainerProps) => JSX.Element;
930
+ declare const StyleWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, OverrideStyles, never>;
931
+ declare const Tooltip: ({ trigger, placement, styles, ...props }: TooltipProps) => JSX.Element;
763
932
 
764
- declare type DynamicElementProps = (AlertProps$1 & {
765
- elementType: 'alert';
766
- }) | (ProcessTrackerProps$1 & {
767
- elementType: 'process_tracker';
768
- }) | (FeedContentProps$1 & {
769
- elementType: 'feed_content';
770
- });
771
- declare type SizeProps = SizesTypes$1 | number;
772
- declare type DynamicContentZoneProps = {
773
- elements: {
774
- data: DynamicElementProps[];
775
- spacer?: SizeProps;
776
- };
777
- horizontalPaddings?: SizeProps;
778
- containerStyles?: CSSProperties;
933
+ declare type ToastType = 'success' | 'infoTierOne' | 'infoTierTwo' | 'warning' | 'error';
934
+ declare type ToastParams = {
935
+ message: string;
936
+ type?: ToastType;
937
+ duration?: number;
779
938
  };
780
- declare const DynamicContentZone: ({ elements, horizontalPaddings, containerStyles, }: DynamicContentZoneProps) => JSX.Element;
781
939
 
782
- declare type BottomNavBarNavigationProps = {
783
- navbarItems: BottomNaVBarItemProps$1[];
940
+ declare const toast: ({ message, type, duration }: ToastParams) => void | undefined;
941
+
942
+ declare type HorizontalButtonsProps = {
943
+ selectedButtonId: string;
944
+ buttonOptions: {
945
+ value: string;
946
+ id: string;
947
+ }[];
948
+ onClick: (value: string) => void;
949
+ disabled?: boolean;
950
+ error?: boolean;
784
951
  };
785
- declare const BottomNavBarNavigation: ({ navbarItems }: BottomNavBarNavigationProps) => JSX.Element;
952
+ declare const HorizontalButtons: ({ onClick, disabled, buttonOptions, selectedButtonId, error, }: HorizontalButtonsProps) => JSX.Element;
786
953
 
787
- declare type HeroSliderProps = {
788
- type: 'hero_slides';
789
- heroSlides: Omit<HeroImageProps$1, 'type' | 'template'>[];
954
+ declare type AvatarProps = {
955
+ size?: SizesTypes$1 | number;
956
+ withShadow?: boolean;
957
+ label?: string;
958
+ backgroundColor?: ThemeColors$1;
959
+ textConfig?: {
960
+ color?: ThemeColors$1;
961
+ font?: FontSizesTypes$2;
962
+ };
963
+ content: {
964
+ initials?: string;
965
+ iconName?: IconNames;
966
+ imageUrl?: string;
967
+ };
968
+ onPress?: Callback$1;
790
969
  };
791
- declare const HeroSlider: ({ heroSlides }: HeroSliderProps) => JSX.Element | null;
792
- declare const HeroSliderWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
970
+ declare const Avatar: ({ size, withShadow, label, backgroundColor, onPress, content: { initials, iconName, imageUrl }, textConfig: { color, font }, }: AvatarProps) => JSX.Element;
793
971
 
794
- declare type SubscribePanelTemplateKeys = `subscribe_template_${'a' | 'b'}`;
795
- declare type SubscribePanelTemplateProps = {
796
- title?: string;
797
- description?: string;
798
- isSubscribing?: boolean;
799
- subscribeHandler: Callback$1;
800
- isMobile: boolean;
801
- control: Control<SubscribePanelForm>;
802
- };
803
- declare type SubscribePanelProps = Omit<SubscribePanelTemplateProps, 'isMobile' | 'control' | 'subscribeHandler'> & {
804
- type: 'subscribe_panel';
805
- template: SubscribePanelTemplateKeys;
806
- onSubscribe: (email: string) => void;
807
- };
808
- declare type SubscribePanelForm = {
809
- email: string;
972
+ declare type PaddingProps = {
973
+ padding: SizesTypes$1 | number;
810
974
  };
975
+ declare const HorizontalPadding: styled_components.StyledComponent<"div", styled_components.DefaultTheme, PaddingProps, never>;
976
+ declare const VerticalPadding: styled_components.StyledComponent<"div", styled_components.DefaultTheme, PaddingProps, never>;
811
977
 
812
- declare const SubscribePanel: ({ template, onSubscribe, ...props }: SubscribePanelProps) => JSX.Element;
813
-
814
- declare type DefaultTemplateProps = {
815
- alerts?: AlertProps$2[];
816
- processTracker?: ProcessTrackerProps$1;
817
- header: React.ReactNode;
818
- feedContent?: React.ReactNode;
819
- banner?: React.ReactNode;
820
- content?: React.ReactNode;
978
+ declare type DividerProps = {
979
+ type?: 'horizontal' | 'vertical';
980
+ color?: ThemeColors$1 | string;
981
+ marginVertical?: SizesTypes$1 | number;
982
+ marginHorizontal?: SizesTypes$1 | number;
983
+ weight?: number;
821
984
  };
822
- declare const DefaultTemplate: ({ header, banner, content, alerts, processTracker, feedContent, }: DefaultTemplateProps) => JSX.Element;
823
-
824
- interface Helpers {
825
- goToNextStep: () => void;
826
- goToPrevStep: () => void;
827
- reset: () => void;
828
- canGoToNextStep: boolean;
829
- canGoToPrevStep: boolean;
830
- setStep: Dispatch<SetStateAction<number>>;
831
- }
832
- declare const useStep: (maxStep: number) => [number, Helpers];
985
+ declare const Divider: styled_components.StyledComponent<"div", styled_components.DefaultTheme, DividerProps, never>;
833
986
 
834
- declare const useRequiredConsentsAcceptedValues: (consents: ConsentProps$3[]) => boolean;
987
+ declare type MapPosition = {
988
+ lat: number;
989
+ lng: number;
990
+ };
991
+ declare type GoogleMapProps = {
992
+ position: MapPosition;
993
+ } & WithScriptjsProps & WithGoogleMapProps;
994
+ declare const GoogleMap: react__default.ComponentClass<{
995
+ position: MapPosition;
996
+ } & WithScriptjsProps & WithGoogleMapProps, any>;
835
997
 
836
- declare const defaultTheme: DefaultTheme;
998
+ declare const defaultValue: Descendant[];
999
+ declare const MATRIX_MESSAGE_ELEMENT_ID = "matrix-message";
1000
+ declare const COMMUNICATION_LINK_ELEMENT_ID = "communication-link";
1001
+ declare const MATRIX_MESSAGE_DATA_ID = "matrix-message-id";
1002
+ declare const COMMUNICATION_LINK_DATA_URL = "communication-link-url";
1003
+ declare const COMMUNICATION_LINK_DATA_TEXT = "communication-link-text";
1004
+ declare type RichTextEditorProps = Partial<{
1005
+ value: string;
1006
+ font: FontSizesTypes$2;
1007
+ color: ThemeColors$1 | string;
1008
+ textStyles: StylesType;
1009
+ numberOfLines: number;
1010
+ extraTextProps: TextProps$1;
1011
+ renderElementWrapperComponent: (props: AnyObject$1) => JSX.Element;
1012
+ renderElementWrapperProps: AnyObject$1;
1013
+ htmlElementId: string;
1014
+ moleculeId: string;
1015
+ isTrigger: boolean;
1016
+ }>;
1017
+ declare const RichTextViewer: ({ value, font, color, textStyles, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
837
1018
 
838
- declare const ZealThemeProvider: (props: PropsWithChildren<{
839
- theme?: DefaultTheme;
1019
+ declare type RadioButtonInternalConfigProps = Partial<{
1020
+ selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
1021
+ selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
1022
+ buttonPadding: number;
1023
+ textPadding: number;
1024
+ styles: StylesType;
1025
+ wrapperStyles: StylesType;
1026
+ buttonOptionSpacing: SizesTypes$1;
1027
+ radioGroupWrapperStyles: StylesType;
1028
+ }>;
1029
+ declare type RadioButtonsProps<T extends string> = Partial<{
1030
+ ref: RefCallBack;
1031
+ name: string;
1032
+ value: T;
1033
+ options: SelectOption[];
1034
+ onBlur: Callback$1;
1035
+ onChange: (value: T) => void;
1036
+ isRow: boolean;
1037
+ isError: boolean;
1038
+ disabled: boolean;
1039
+ isEditMode: boolean;
1040
+ isRichText: boolean;
1041
+ internalConfig: RadioButtonInternalConfigProps;
1042
+ }>;
1043
+ declare const RadioButtons: <T extends string>({ ref, name, value, options, onBlur, onChange, isRow, isError, disabled, isEditMode, isRichText, internalConfig, }: Partial<{
1044
+ ref: RefCallBack;
1045
+ name: string;
1046
+ value: T;
1047
+ options: SelectOption[];
1048
+ onBlur: Callback$1;
1049
+ onChange: (value: T) => void;
1050
+ isRow: boolean;
1051
+ isError: boolean;
1052
+ disabled: boolean;
1053
+ isEditMode: boolean;
1054
+ isRichText: boolean;
1055
+ internalConfig: Partial<{
1056
+ selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
1057
+ selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
1058
+ buttonPadding: number;
1059
+ textPadding: number;
1060
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1061
+ wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1062
+ buttonOptionSpacing: SizesTypes$1;
1063
+ radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1064
+ }>;
840
1065
  }>) => JSX.Element;
1066
+ declare const RadioGroupWrapper: styled_components.StyledComponent<typeof RadioGroup, styled_components.DefaultTheme, StyledTransientProps<{
1067
+ isRow: boolean;
1068
+ }> & OverrideStyles, never>;
841
1069
 
842
- declare type ThemeColors = 'primary' | 'primaryTint' | 'primaryShade' | 'secondary' | 'secondaryTint' | 'secondaryShade' | 'pink' | 'pinkTint' | 'pinkShade' | 'orange' | 'orangeTint' | 'orangeShade' | 'purple' | 'purpleTint' | 'purpleShade' | 'indigo' | 'indigoTint1' | 'indigoTint2' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'green' | 'greenTint' | 'greenShade' | 'yellow' | 'yellowTint' | 'yellowShade' | 'red' | 'redTint' | 'redShade' | 'black' | 'white' | 'blue' | 'blueTint' | 'blueShade' | 'background';
843
- declare type SizesTypes = '5XL' | '4XL' | '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
844
- declare type FontSizesTypes = Exclude<SizesTypes, '5XL' | '4XL'>;
845
- declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
846
- declare type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
847
- declare type ThemeColorsType = Record<ThemeColors, string>;
848
- declare type ThemeTextType = Record<FontSizesTypes, {
849
- 'font-weight': string;
850
- 'font-size': number;
851
- 'line-height': number;
852
- }>;
853
- declare type ThemeSizesType = Record<SizesTypes, number>;
854
- declare type ThemeDevicesType = Record<BreakpointSizesTypes, string>;
855
- declare type ZealTheme = {
856
- colors: ThemeColorsType;
857
- fonts: Record<FontSizesTypes, number>;
858
- sizes: ThemeSizesType;
859
- devices: ThemeDevicesType;
1070
+ declare type CircleType = 'link' | 'message';
1071
+ declare type CircleBoxProps = {
1072
+ index: number;
1073
+ type: CircleType;
860
1074
  };
1075
+ declare const Circle: ({ index, type }: CircleBoxProps) => JSX.Element;
1076
+ declare const CirclesWrapper: styled_components.StyledComponent<"span", styled_components.DefaultTheme, {}, never>;
861
1077
 
862
- declare const toastStyles: styled_components.FlattenSimpleInterpolation;
1078
+ declare type CircularIndicatorProps = {
1079
+ active: boolean;
1080
+ activeColor?: ThemeColors$1 | string;
1081
+ inactiveColor?: ThemeColors$1 | string;
1082
+ };
1083
+ declare const CircularIndicator: ({ activeColor, inactiveColor, ...props }: CircularIndicatorProps) => JSX.Element;
1084
+ declare const CircularIndicatorStyledComponent: styled_components.StyledComponent<"span", styled_components.DefaultTheme, CircularIndicatorProps, never>;
863
1085
 
864
- declare const useMediaQuery: (breakpointSize: BreakpointSizesTypes$1) => boolean;
1086
+ declare type IconButtonProps = {
1087
+ name: IconNames$2;
1088
+ size?: number;
1089
+ onClick: Callback$1;
1090
+ color?: ThemeColors$1 | string;
1091
+ fill?: ThemeColors$1 | string;
1092
+ pointerEvents?: 'auto' | 'none';
1093
+ };
1094
+ declare const IconButton: ({ name, color, onClick, disabled, activeOpacity, withoutOpacityEffect, ...props }: IconButtonProps & TouchableOpacityProps$1) => JSX.Element;
865
1095
 
866
- declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
867
- annotationsList: AnnotationsList$1;
868
- isMLRReview: boolean;
869
- showAnnotations: boolean;
1096
+ declare type TabOption<T = string> = {
1097
+ menuText: string;
1098
+ menuKey: T;
1099
+ onMenuClick?: (key: T) => void;
1100
+ isSelected?: boolean;
1101
+ };
1102
+ declare type TabElement = HTMLDivElement | null;
1103
+ declare type TabTheme = 'light' | 'dark';
1104
+ declare type TabProps<T = string, K = string> = {
1105
+ tabKey: T;
1106
+ text: string;
1107
+ } & Partial<{
1108
+ disabled: boolean;
1109
+ vertical: boolean;
1110
+ isActive: boolean;
1111
+ onClick: (key: T) => void;
1112
+ options: MenuItem<K>[];
1113
+ onOptionClick: (optionKey: K) => void;
1114
+ tabTheme: TabTheme;
1115
+ divider: boolean;
1116
+ tabFont: FontSizesTypes$2;
1117
+ textSize: number;
1118
+ tabPadding: SizesTypes$1 | number;
1119
+ defaultTabTextColor: ThemeColors$1 | string;
1120
+ selectedTabTextColor: ThemeColors$1 | string;
1121
+ selectedTabIndicatorColor: ThemeColors$1 | string;
1122
+ styles: StylesType;
870
1123
  }>;
871
- declare const MlrRichTextViewerProvider: ({ children, isMLRReview, showAnnotations, annotationsList, }: MlrRichTextViewerProviderProps) => JSX.Element;
1124
+ declare const ZealTab: <T extends string, K extends string>({ options, onClick, text, tabKey, vertical, onOptionClick, tabTheme, tabFont, tabPadding, selectedTabIndicatorColor, textSize, defaultTabTextColor, ...tabProps }: TabProps<T, K>, ref: react__default.ForwardedRef<TabElement>) => JSX.Element;
1125
+ declare const Tab: <T, K>(props: {
1126
+ tabKey: T;
1127
+ text: string;
1128
+ } & Partial<{
1129
+ disabled: boolean;
1130
+ vertical: boolean;
1131
+ isActive: boolean;
1132
+ onClick: (key: T) => void;
1133
+ options: MenuItem<K_1>[];
1134
+ onOptionClick: (optionKey: K) => void;
1135
+ tabTheme: TabTheme;
1136
+ divider: boolean;
1137
+ tabFont: FontSizesTypes$2;
1138
+ textSize: number;
1139
+ tabPadding: SizesTypes$1 | number;
1140
+ defaultTabTextColor: ThemeColors$1 | string;
1141
+ selectedTabTextColor: ThemeColors$1 | string;
1142
+ selectedTabIndicatorColor: ThemeColors$1 | string;
1143
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1144
+ }> & {
1145
+ ref?: react__default.ForwardedRef<TabElement> | undefined;
1146
+ }) => ReturnType<typeof ZealTab>;
872
1147
 
873
- declare type MlrRichTextViewerContextType = {
874
- isMLRReview: boolean;
875
- showAnnotations: boolean;
876
- annotationsList: AnnotationsList$1;
1148
+ declare type SetPasswordRuleValidation = {
1149
+ label: string;
1150
+ rule: MaxRuleValidation | MinRuleValidation;
877
1151
  };
878
- declare const MlrRichTextViewerContext: react.Context<MlrRichTextViewerContextType>;
879
-
880
- declare type AnnotationsList = {
881
- tags: {
882
- id: string;
883
- label: string;
884
- entityIds: string[];
885
- moleculeIds: string[];
886
- referencedByIds: string[];
887
- }[];
888
- links: {
889
- referencedById: string;
890
- moleculeId: string;
891
- text: string;
892
- url: string;
893
- }[];
1152
+ declare type SetPasswordFormProps = {
1153
+ fields: UIFields$2<SetPasswordFields>;
1154
+ logoUrl: string;
1155
+ isLoading?: boolean;
1156
+ validations: SetPasswordRuleValidation[];
1157
+ onSubmit: (values: SetPasswordFields) => void;
1158
+ onBack: () => void;
894
1159
  };
1160
+ declare const SetPasswordForm: ({ logoUrl, fields, validations, onBack, onSubmit, isLoading, }: SetPasswordFormProps) => JSX.Element;
895
1161
 
896
- declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
897
-
898
- declare const useButtonActionsContext: () => contexts_ButtonActionsContext_ButtonActionsContext.ButtonActionsContextType;
899
-
900
- declare type ButtonActionsContextType = {
901
- actionContent?: ContainerComponentProps$1;
902
- setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
903
- isModalVisible: boolean;
904
- setModalVisible: Dispatch<SetStateAction<boolean>>;
905
- isDrawerVisible: boolean;
906
- setDrawerVisible: Dispatch<SetStateAction<boolean>>;
1162
+ declare const showAcceptToastMessage: () => void | undefined;
1163
+ declare type AcquisitionFormProps<T extends object> = {
1164
+ fields: UIFields$2<T>;
1165
+ consents: ConsentProps$1[];
1166
+ logoUrl: string;
1167
+ isLoading?: boolean;
1168
+ isSubmitDisabled?: boolean;
1169
+ title: string;
1170
+ description?: string;
1171
+ buttonText?: string;
1172
+ onSubmit: (values: T) => void;
1173
+ onLinkButtonClick?: Callback$1;
1174
+ showConsentLabel?: boolean;
1175
+ triggerFormInitially?: boolean;
1176
+ isTooltipVisible?: boolean;
1177
+ optionsPresentation?: boolean;
907
1178
  };
908
- declare const ButtonActionsContext: react.Context<ButtonActionsContextType>;
1179
+ declare const AcquisitionForm: <T extends object>({ logoUrl, title, description, buttonText, fields, optionsPresentation, onSubmit, showConsentLabel, onLinkButtonClick, isSubmitDisabled, consents, isLoading, triggerFormInitially, isTooltipVisible, }: AcquisitionFormProps<T>) => JSX.Element;
909
1180
 
910
- declare type ButtonActionsProviderProps = PropsWithChildren<Partial<{
911
- actionContent: ContainerComponentProps$1;
912
- setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
913
- isModalVisible: boolean;
914
- setModalVisible: Dispatch<SetStateAction<boolean>>;
915
- setDrawerVisible: Dispatch<SetStateAction<boolean>>;
916
- isDrawerVisible: boolean;
917
- }>>;
918
- declare const ButtonActionsProvider: ({ children }: ButtonActionsProviderProps) => JSX.Element;
1181
+ declare type VerificationCodeForm = {
1182
+ code: string;
1183
+ };
1184
+ declare type AuthMethod = 'email' | 'sms';
1185
+ declare type TwoFactorAuthProps = {
1186
+ logoUrl: string;
1187
+ onNext?: (authMethod: AuthMethod) => Promise<void>;
1188
+ onSubmit?: (values: VerificationCodeForm) => void;
1189
+ onBack?: () => void;
1190
+ };
1191
+ declare const TwoFactorAuth: ({ logoUrl, onSubmit, onBack, onNext }: TwoFactorAuthProps) => JSX.Element;
919
1192
 
920
- declare type StepItem = ContainerComponentProps$1 | Molecule$1;
921
- declare type GroupedStepItemsByStepContainer = Map<string, StepItem[]>;
1193
+ declare type LoginFields = {
1194
+ email: string;
1195
+ password: string;
1196
+ rememberMe: boolean;
1197
+ };
922
1198
 
923
- declare type OrganismContextType = {
924
- items: (ContainerComponentProps$1 | Molecule$1)[];
925
- groupStepItemsByStepContainer: () => GroupedStepItemsByStepContainer;
926
- dateFields: {
927
- id: string;
928
- dateType: InputFieldTypes$2;
929
- }[];
930
- setDateFields: Dispatch<SetStateAction<{
931
- id: string;
932
- dateType: InputFieldTypes$2;
933
- }[]>>;
934
- formId?: string;
935
- submitHandler?: (data: {
936
- formId: string;
937
- data: AnyObject$1;
938
- }) => void;
939
- validations?: PasswordRuleValidation[];
940
- editable?: boolean;
1199
+ declare type LoginFormProps = {
1200
+ fields: UIFields$2<LoginFields>;
1201
+ logoUrl: string;
1202
+ isLoading?: boolean;
1203
+ twoFactorAuthConfig?: {
1204
+ twoFactorShow: boolean;
1205
+ twoFactorAuthProps: TwoFactorAuthProps;
1206
+ };
1207
+ optionsPresentation?: boolean;
1208
+ onSubmit: (values: LoginFields) => void;
1209
+ onSignUpButtonClick?: Callback$1;
1210
+ onForgotPasswordButtonClick?: Callback$1;
1211
+ isTooltipVisible?: boolean;
1212
+ consents: ConsentProps$2[];
941
1213
  };
942
- declare const OrganismContext: react.Context<OrganismContextType>;
1214
+ declare const LoginForm: ({ logoUrl, fields, isTooltipVisible, onSubmit, optionsPresentation, onSignUpButtonClick, isLoading, twoFactorAuthConfig, consents, onForgotPasswordButtonClick, }: LoginFormProps) => JSX.Element;
943
1215
 
944
- declare type FormStepContextProviderProps = PropsWithChildren<Partial<{
945
- initItems: (ContainerComponentProps$1 | Molecule$1)[];
946
- formId: string;
947
- submitHandler: (data: {
948
- formId: string;
949
- data: AnyObject$1;
950
- }) => void;
951
- validations: PasswordRuleValidation[];
952
- editable: boolean;
953
- }>>;
954
- declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, validations, editable, }: FormStepContextProviderProps) => JSX.Element;
1216
+ declare type FooterProps = FooterAProps | FooterBProps | FooterCProps | FooterDProps;
1217
+ declare const Footer: (props: FooterProps) => JSX.Element;
955
1218
 
956
- declare type AccountButtonContextType = Partial<{
957
- userInitials: string;
958
- logOutHandler: Callback$1;
959
- goToAccountInfo: Callback$1;
960
- username: string;
961
- }>;
962
- declare const AccountButtonContext: react.Context<Partial<{
963
- userInitials: string;
964
- logOutHandler: Callback$1;
965
- goToAccountInfo: Callback$1;
966
- username: string;
967
- }>>;
1219
+ declare type FeedContentTemplateTypes = 'full_width_content' | 'standard_content' | 'auto_play' | '';
1220
+ declare type FeedContentProps = {
1221
+ feedContentType: Omit<FilteredFeedContentType$1, 'all'>;
1222
+ feedContentTemplate: FeedContentTemplateTypes;
1223
+ id?: string;
1224
+ image?: string;
1225
+ video?: string;
1226
+ document?: string;
1227
+ title?: Nullable<string>;
1228
+ description: Nullable<string>;
1229
+ lastUpdated: string;
1230
+ buttonConfig: {
1231
+ disabled?: boolean;
1232
+ onClick?: () => void;
1233
+ };
1234
+ withCloseIcon?: {
1235
+ onClose: Callback$1;
1236
+ };
1237
+ isMobile?: boolean;
1238
+ isExpanded?: boolean;
1239
+ fullWidth?: boolean;
1240
+ fullWidthTemplateContainerStyles?: CSSProperties;
1241
+ showDefaultDocumentStyles?: boolean;
1242
+ destinationLink?: string;
1243
+ onDestinationHandler?: Callback$1;
1244
+ imageStyles?: StylesType;
1245
+ videoStyles?: CSSProperties;
1246
+ isEnabledFavoriting?: boolean;
1247
+ isFavorite?: boolean;
1248
+ onFavoriteClickHandler?: Callback$1;
1249
+ onFavoriteIconClick?: (selectedFeedContent: FeedContentProps) => void;
1250
+ };
968
1251
 
969
- declare type AccountButtonProviderProps = PropsWithChildren<Partial<{
970
- userInitials: string;
971
- logOutHandler: Callback$1;
972
- goToAccountInfo: Callback$1;
973
- username: string;
974
- }>>;
975
- declare const AccountButtonProvider: ({ children, goToAccountInfo, userInitials, logOutHandler, username, }: AccountButtonProviderProps) => JSX.Element;
1252
+ declare const FeedContent: ({ feedContentTemplate, ...props }: FeedContentProps) => JSX.Element;
976
1253
 
977
- declare type StateContextType = {
978
- stateConfig: StateConfigType$1;
979
- stateHandler?: (updatedStateConfig: StateConfigType$1) => void;
1254
+ declare type FooterContactInfo = {
1255
+ phoneNumber: string;
1256
+ addressLine1: string;
1257
+ addressLine2: string;
1258
+ };
1259
+ declare type FooterLink = {
1260
+ id: string;
1261
+ name: string;
1262
+ location: string;
980
1263
  };
981
- declare const StateContext: react.Context<StateContextType>;
982
-
983
- declare type StateContextProviderProps = PropsWithChildren<{
984
- initStateConfig: StateConfigType$1;
985
- stateHandler?: (updatedStateConfig: StateConfigType$1) => void;
986
- }>;
987
- declare const StateContextProvider: ({ initStateConfig, children, stateHandler, }: StateContextProviderProps) => JSX.Element;
988
1264
 
989
- declare type FieldRuleLabelTypes = 'OPTIONAL' | 'REQUIRED';
990
- declare type LabelInternalConfig = {
991
- fontVariant: FontSizesTypes$2;
992
- fontSize: number;
993
- fontWeight: string | number;
994
- color: ThemeColors$1 | string;
995
- padding: string;
996
- styles: StylesType;
997
- wrapperStyles: StylesType;
1265
+ declare type ProfileInformationProps<TabKeys extends string> = {
1266
+ backgroundImageUrl: string;
1267
+ avatarProps: AvatarProps$1;
1268
+ tabs: TabProps$1<string, TabKeys>[];
1269
+ tabContents: Record<TabKeys, () => ReactNode>;
1270
+ initialTabKey: TabKeys;
1271
+ title: string;
1272
+ editIcons?: {
1273
+ isEditMode: boolean;
1274
+ onSave: Callback$1;
1275
+ onEdit: Callback$1;
1276
+ onClose: Callback$1;
1277
+ };
998
1278
  };
999
- declare type RuleLabelInternalConfig = {
1000
- requiredTextColor: ThemeColors$1 | string;
1001
- optionalTextColor: ThemeColors$1 | string;
1002
- padding: string;
1003
- fontSize: number;
1004
- styles: StylesType;
1279
+ declare const ProfileInformation: <TabKeys extends string>({ avatarProps, backgroundImageUrl, initialTabKey, tabs, title, editIcons, tabContents, }: ProfileInformationProps<TabKeys>) => JSX.Element;
1280
+
1281
+ declare type EmailAddressFields = {
1282
+ email: string;
1005
1283
  };
1006
- declare type TooltipInternalConfig = {
1007
- fontVariant: FontSizesTypes$2;
1008
- fontSize: number;
1009
- fontWeight: string | number;
1010
- color: ThemeColors$1 | string;
1011
- padding: string;
1012
- backgroundColor: ThemeColors$1 | string;
1013
- iconColor: ThemeColors$1 | string;
1014
- styles: StylesType;
1015
- wrapperStyles: StylesType;
1284
+ declare type ForgotPasswordFormProps = {
1285
+ logoUrl: string;
1286
+ isLoading?: boolean;
1287
+ onSubmit?: (values: EmailAddressFields) => void;
1288
+ onBack?: Callback$1;
1016
1289
  };
1017
- declare type FieldLabelsProps = {
1018
- label?: string;
1019
- tooltipText?: string;
1020
- isError?: boolean;
1021
- isTooltipVisible?: boolean;
1022
- ruleLabel?: Nullable<FieldRuleLabelTypes>;
1023
- labelInternalConfig?: LabelInternalConfig;
1024
- ruleLabelInternalConfig?: RuleLabelInternalConfig;
1025
- tooltipInternalConfig?: TooltipInternalConfig;
1026
- isRichText?: boolean;
1290
+ declare const ForgotPasswordForm: ({ logoUrl, onBack, onSubmit, isLoading, }: ForgotPasswordFormProps) => JSX.Element;
1291
+
1292
+ declare type BodyProps = {
1293
+ elements: {
1294
+ data: (HeroImageProps$1 | HeroSliderProps$1 | SubscribePanelProps$1 | ColumnsProps$1 | EmphasizedTextProps$1 | FeedContentContainerProps$1)[];
1295
+ spacer?: number;
1296
+ };
1297
+ horizontalPaddings?: number;
1298
+ containerStyles?: CSSProperties;
1027
1299
  };
1028
- declare const FieldLabels: ({ label, isTooltipVisible, isError, ruleLabel, tooltipText, labelInternalConfig, ruleLabelInternalConfig, tooltipInternalConfig, isRichText, }: FieldLabelsProps) => JSX.Element;
1300
+ declare const Body: ({ elements, horizontalPaddings, containerStyles, }: BodyProps) => JSX.Element;
1029
1301
 
1030
- declare type InputFieldProps = Partial<{
1031
- name: string;
1032
- control: Control$1<any>;
1033
- rules: ControllerProps$1['rules'];
1034
- required: boolean;
1035
- optional: boolean;
1036
- defaultValue: string;
1037
- displayOnlyInputDefaultValue?: string;
1038
- inputProps: InputProps$1;
1039
- styles: StylesType;
1040
- labelsProps: FieldLabelsProps;
1041
- conditionConfig: ConditionConfig$1;
1042
- state: FormStateType$1;
1043
- formData: AnyObject$1;
1044
- htmlElementId: string;
1045
- isFormInEditMode: boolean;
1046
- }>;
1047
- declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, displayOnlyInputDefaultValue, optional, required, rules, conditionConfig, state, formData, htmlElementId, isFormInEditMode, }: InputFieldProps) => JSX.Element | null;
1302
+ declare type ISIProps = ISIAProps;
1303
+ declare const ISI: (props: ISIProps) => JSX.Element;
1048
1304
 
1049
- declare type FieldMapperProps<T extends object> = {
1050
- field: UIField$1<keyof T>;
1051
- isEditMode?: boolean;
1052
- control?: Control$1<T>;
1053
- spacer?: number;
1054
- isTooltipVisible?: boolean;
1055
- optionsPresentation?: boolean;
1056
- styles?: StylesType;
1305
+ declare type ImportantLink = {
1306
+ text: string;
1307
+ href: string;
1308
+ };
1309
+ declare type HeaderAProps<T = string> = {
1310
+ className?: string;
1311
+ links?: ImportantLink[];
1312
+ logoUrl: string;
1313
+ tabsProps: TabGroupProps$1;
1314
+ onActionButtonClick?: Callback$1;
1315
+ buttonText: string;
1316
+ buttonLink: string;
1317
+ isMobile?: boolean;
1057
1318
  };
1058
- declare const FieldMapper: <T extends object>({ field, isEditMode, spacer, control, isTooltipVisible, optionsPresentation, styles, }: FieldMapperProps<T>) => JSX.Element | null;
1059
-
1060
- declare type CheckboxesProps = Partial<{
1061
- checkboxGroupWrapperStyles: StylesType;
1062
- checkboxFieldWrapperStyles: StylesType;
1063
- onChange: (id: string) => void;
1064
- disabled: boolean;
1065
- options?: SelectOption$1[];
1066
- selectedIds?: string[];
1067
- isError?: boolean;
1068
- isEditMode?: boolean;
1069
- isRichText: boolean;
1070
- internalConfig: CheckboxInternalConfigProps$1;
1071
- }>;
1072
- declare type CheckboxFieldProps = Partial<{
1073
- checkboxesProps: CheckboxesProps;
1074
- labelsProps: FieldLabelsProps;
1075
- name: string;
1076
- rules: ControllerProps$1['rules'];
1077
- control: Control$1<any>;
1078
- required: boolean;
1079
- optional: boolean;
1080
- wrapperStyles: StylesType;
1081
- conditionConfig: ConditionConfig$1;
1082
- state: FormStateType$1;
1083
- defaultValue: string[];
1084
- formData: AnyObject$1;
1085
- htmlElementId: string;
1086
- }>;
1087
- declare const CheckboxField: ({ checkboxesProps, name, rules, control, optional, required, labelsProps, wrapperStyles, conditionConfig, defaultValue, formData, htmlElementId, }: CheckboxFieldProps) => JSX.Element | null;
1088
1319
 
1089
- declare type CheckboxGroupProps = Partial<{
1090
- ref: RefCallBack;
1091
- onBlur: Callback$1;
1092
- onChange: (checkedIds: string[]) => void;
1093
- checkboxesProps: CheckboxesProps;
1094
- }>;
1095
- declare const CheckboxGroup: ({ ref, onBlur, onChange, checkboxesProps }: CheckboxGroupProps) => JSX.Element;
1320
+ declare type HeaderBProps<T = string> = Pick<HeaderAProps$1<T>, 'isMobile' | 'logoUrl' | 'tabsProps' | 'buttonText' | 'onActionButtonClick' | 'buttonLink' | 'className'>;
1096
1321
 
1097
- declare type SelectFieldProps = Partial<{
1098
- selectProps: SelectProps$1;
1099
- labelsProps: FieldLabelsProps;
1100
- name: string;
1101
- rules: ControllerProps$1['rules'];
1102
- control: Control$1<any>;
1103
- required: boolean;
1104
- optional: boolean;
1105
- defaultValue: string;
1106
- styles: StylesType;
1107
- conditionConfig: ConditionConfig$1;
1108
- state: FormStateType$1;
1109
- formData: AnyObject$1;
1110
- htmlElementId: string;
1111
- }>;
1112
- declare const SelectField: ({ selectProps, name, defaultValue, optional, required, control, styles, labelsProps, rules, conditionConfig, formData, state, htmlElementId, }: SelectFieldProps) => JSX.Element | null;
1322
+ declare type HeaderCProps<T> = Pick<HeaderAProps$1<T>, 'logoUrl' | 'tabsProps' | 'isMobile' | 'className'>;
1113
1323
 
1114
- declare type CustomValidationRule<T = string> = {
1115
- text: string;
1116
- validate: (value?: T) => boolean;
1117
- };
1118
- declare type CustomValidationProps<T = string> = {
1119
- label?: string;
1120
- value: T;
1121
- isSubmitted?: boolean;
1122
- rules: CustomValidationRule<T>[];
1123
- spacer?: number;
1124
- validationState?: FormStateType$1;
1125
- };
1126
- declare const CustomValidation: <T extends string = string>({ rules, value, isSubmitted, label, spacer, validationState, }: CustomValidationProps<T>) => JSX.Element;
1324
+ declare type HeaderDProps = {
1325
+ withAvatar: AvatarDropdownProps$1<string>;
1326
+ } & Pick<HeaderAProps$1, 'isMobile' | 'logoUrl' | 'links' | 'tabsProps' | 'className'>;
1127
1327
 
1128
- declare type BaseSelectableProps<T> = {
1129
- iconName: IconNames$2;
1130
- infoText: string;
1131
- isActive?: boolean;
1132
- onClick?: (value: T) => void;
1133
- value: T;
1134
- };
1328
+ declare type HeaderProps<T = string> = (HeaderAProps<T> & {
1329
+ type: 'header_a';
1330
+ }) | (HeaderBProps<T> & {
1331
+ type: 'header_b';
1332
+ }) | (HeaderCProps<T> & {
1333
+ type: 'header_c';
1334
+ }) | (HeaderDProps & {
1335
+ type: 'header_d';
1336
+ });
1337
+ declare const Header: <T extends string | number>(props: HeaderProps<T>) => JSX.Element;
1135
1338
 
1136
- declare type SelectableCardGroupProps<T> = {
1137
- cards: BaseSelectableProps<T>[];
1138
- handleChange?: (value: T | undefined) => void;
1139
- spacing?: SizesTypes$1;
1140
- initialValue?: T;
1339
+ declare type ProcessTrackerProps = {
1340
+ title?: Nullable<string>;
1341
+ description?: Nullable<string>;
1342
+ isMobile?: boolean;
1343
+ statuses?: {
1344
+ title: string;
1345
+ description: string;
1346
+ status: ProcessTrackerStatus$1;
1347
+ }[];
1348
+ currentStep?: number;
1349
+ style?: CSSProperties;
1350
+ withCloseIcon?: {
1351
+ onClose: Callback$1;
1352
+ };
1353
+ destinationLink?: string;
1354
+ onDestinationHandler?: Callback$1;
1141
1355
  };
1142
- declare const SelectableCardGroup: <T extends string>({ cards, handleChange, spacing, initialValue, }: SelectableCardGroupProps<T>) => JSX.Element;
1356
+ declare const ProcessTracker: ({ title, statuses, isMobile, description, currentStep, style, withCloseIcon, }: ProcessTrackerProps) => JSX.Element;
1143
1357
 
1144
- declare type HeroImageAlignment = 'left_aligned' | 'center_aligned';
1145
- declare type HeroImageTemplate = 'card' | 'full_width';
1146
- declare type HeroImageProps = {
1147
- type: 'hero_image';
1148
- backgroundImage: RegularImageProps$1;
1149
- mainHeading: string;
1150
- subHeading?: string;
1151
- button?: ButtonProps$1;
1152
- contentAlignment?: HeroImageAlignment;
1153
- horizontalPaddings?: number;
1154
- template?: HeroImageTemplate;
1358
+ declare type FilteredFeedContentType = 'all' | 'favourite';
1359
+ declare type FeedContentContainerProps = {
1360
+ type: 'feed';
1361
+ feedHeader: Omit<FeedContentHeaderProps$1, 'isMobile'>;
1362
+ feedContent?: Omit<FeedContentProps$1, 'isMobile'>[];
1155
1363
  isMobile?: boolean;
1156
- height?: number;
1157
1364
  };
1158
- declare const HeroImage: ({ backgroundImage, button, contentAlignment, mainHeading, horizontalPaddings, subHeading, template, isMobile, height, }: HeroImageProps) => JSX.Element;
1365
+ declare const FeedContentContainer: ({ feedHeader, feedContent, isMobile, }: FeedContentContainerProps) => JSX.Element;
1159
1366
 
1160
- declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
1161
- declare type DrawerProps = DrawerProps$1 & {
1162
- anchor: Anchor;
1163
- padding?: SizesTypes$2 | number;
1164
- height?: number | string;
1165
- width?: number | string;
1166
- closeIconColor?: ThemeColors$2 | string;
1367
+ declare type DynamicElementProps = (AlertProps$1 & {
1368
+ elementType: 'alert';
1369
+ }) | (ProcessTrackerProps$1 & {
1370
+ elementType: 'process_tracker';
1371
+ }) | (FeedContentProps$1 & {
1372
+ elementType: 'feed_content';
1373
+ });
1374
+ declare type SizeProps = SizesTypes$1 | number;
1375
+ declare type DynamicContentZoneProps = {
1376
+ elements: {
1377
+ data: DynamicElementProps[];
1378
+ spacer?: SizeProps;
1379
+ };
1380
+ horizontalPaddings?: SizeProps;
1381
+ containerStyles?: CSSProperties;
1167
1382
  };
1383
+ declare const DynamicContentZone: ({ elements, horizontalPaddings, containerStyles, }: DynamicContentZoneProps) => JSX.Element;
1168
1384
 
1169
- declare const Drawer: ({ children, closeIconColor, ...props }: PropsWithChildren<DrawerProps>) => JSX.Element;
1170
-
1171
- declare type ColumnsTemplateKeys = 'horizontal' | 'card' | 'with_image';
1172
-
1173
- declare type ColumnsProps = {
1174
- type: 'columns';
1175
- columns: ColumnItem[];
1176
- containerStyles?: CSSProperties$1;
1177
- template?: ColumnsTemplateKeys;
1178
- };
1179
- declare type ColumnItem = {
1180
- title?: string;
1181
- mainContent?: string;
1182
- button?: TextButtonProps$1;
1183
- icon: string;
1385
+ declare type BottomNavBarNavigationProps = {
1386
+ navbarItems: BottomNaVBarItemProps$1[];
1184
1387
  };
1185
- declare const Columns: ({ columns, containerStyles, template }: ColumnsProps) => JSX.Element;
1388
+ declare const BottomNavBarNavigation: ({ navbarItems }: BottomNavBarNavigationProps) => JSX.Element;
1186
1389
 
1187
- declare type MenuItem<T> = {
1188
- id: T;
1189
- title: string;
1190
- onClick?: (id: T) => void;
1191
- };
1192
- declare type MenuItemsProps<T> = {
1193
- title?: string;
1194
- onItemPress?: (id: T) => void;
1195
- options?: MenuItem<T>[];
1390
+ declare type HeroSliderProps = {
1391
+ type: 'hero_slides';
1392
+ heroSlides: Omit<HeroImageProps$1, 'type' | 'template'>[];
1196
1393
  };
1197
- declare const MenuItems: <T extends string | number>({ title, onItemPress, options, }: MenuItemsProps<T>) => JSX.Element;
1394
+ declare const HeroSlider: ({ heroSlides }: HeroSliderProps) => JSX.Element | null;
1395
+ declare const HeroSliderWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
1198
1396
 
1199
- declare type AvatarDropdownMenuConfigType = 'log-out' | 'account-information';
1200
- declare type AvatarDropdownProps<T = string> = {
1201
- avatarProps: AvatarProps$1;
1202
- menuConfig: MenuItemsProps<T>;
1397
+ declare type SubscribePanelTemplateKeys = `subscribe_template_${'a' | 'b'}`;
1398
+ declare type SubscribePanelTemplateProps = {
1399
+ title?: string;
1400
+ description?: string;
1401
+ isSubscribing?: boolean;
1402
+ subscribeHandler: Callback$1;
1403
+ isMobile: boolean;
1404
+ control: Control<SubscribePanelForm>;
1203
1405
  };
1204
- declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, }: AvatarDropdownProps<T>) => JSX.Element;
1205
-
1206
- declare type TabType<T = string, K = string> = Pick<TabProps$1<T, K>, 'text' | 'tabKey' | 'disabled' | 'options' | 'divider'>;
1207
- declare type AdditionalTabContainerProps = {
1208
- containerStyle?: StylesType;
1209
- containerProps?: Record<string, unknown>;
1406
+ declare type SubscribePanelProps = Omit<SubscribePanelTemplateProps, 'isMobile' | 'control' | 'subscribeHandler'> & {
1407
+ type: 'subscribe_panel';
1408
+ template: SubscribePanelTemplateKeys;
1409
+ onSubscribe: (email: string) => void;
1210
1410
  };
1211
- declare type TabGroupProps<T = string, K = string> = {
1212
- tabs: TabType<T, K>[];
1213
- activeTabKey: T;
1214
- onTabChange?: (tabKey: T) => void;
1215
- onOptionClick?: (optionKey: K) => void;
1216
- styles?: StylesType;
1217
- vertical?: boolean;
1218
- tabTheme?: TabTheme$1;
1219
- tabFont?: FontSizesTypes$1;
1220
- textSize?: number;
1221
- tabPadding?: SizesTypes$2 | number;
1222
- tabSpacing?: SizesTypes$2;
1223
- defaultTabTextColor?: ThemeColors$2 | string;
1224
- selectedTabTextColor?: ThemeColors$2 | string;
1225
- selectedTabIndicatorColor?: ThemeColors$2 | string;
1226
- wide?: AdditionalTabContainerProps;
1227
- compact?: AdditionalTabContainerProps;
1228
- isMobile?: boolean;
1229
- htmlElementId?: string;
1411
+ declare type SubscribePanelForm = {
1412
+ email: string;
1230
1413
  };
1231
- declare const TabGroup: <T extends string, K extends string>({ tabs, vertical, activeTabKey, onTabChange, tabTheme, wide, compact, tabSpacing, isMobile, htmlElementId, ...props }: TabGroupProps<T, K>) => JSX.Element;
1232
1414
 
1233
- declare type FieldSectionProps<T extends object> = {
1234
- label: string;
1235
- control?: Control$1<T>;
1236
- isEditMode?: boolean;
1237
- fields: UIFields<T>;
1238
- };
1239
- declare const FieldSection: <T extends object>({ fields, label, isEditMode, control, }: FieldSectionProps<T>) => JSX.Element;
1415
+ declare const SubscribePanel: ({ template, onSubscribe, ...props }: SubscribePanelProps) => JSX.Element;
1240
1416
 
1241
- declare type MenuNavigationProps<T> = {
1242
- menuConfig: MenuItemsProps<T>;
1417
+ declare type DefaultTemplateProps = {
1418
+ alerts?: AlertProps$2[];
1419
+ processTracker?: ProcessTrackerProps$1;
1420
+ header: React.ReactNode;
1421
+ feedContent?: React.ReactNode;
1422
+ banner?: React.ReactNode;
1423
+ content?: React.ReactNode;
1243
1424
  };
1244
- declare const MenuNavigation: <T extends string | number>({ menuConfig, }: MenuNavigationProps<T>) => JSX.Element;
1245
- declare const CaretIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1246
- isOpen: boolean;
1247
- }, never>;
1425
+ declare const DefaultTemplate: ({ header, banner, content, alerts, processTracker, feedContent, }: DefaultTemplateProps) => JSX.Element;
1248
1426
 
1249
- declare type EmphasizedTextProps = {
1250
- type: 'emphasized_text';
1251
- invertColors: boolean;
1252
- textContent: string;
1253
- };
1254
- declare const EmphasizedText: ({ textContent, invertColors }: EmphasizedTextProps) => JSX.Element;
1427
+ interface Helpers {
1428
+ goToNextStep: () => void;
1429
+ goToPrevStep: () => void;
1430
+ reset: () => void;
1431
+ canGoToNextStep: boolean;
1432
+ canGoToPrevStep: boolean;
1433
+ setStep: Dispatch<SetStateAction<number>>;
1434
+ }
1435
+ declare const useStep: (maxStep: number) => [number, Helpers];
1255
1436
 
1256
- declare type RadioButtonFieldProps<T extends string> = Partial<{
1257
- name: string;
1258
- rules: ControllerProps$1['rules'];
1259
- styles: StylesType;
1260
- control: Control$1<any>;
1261
- optional: boolean;
1262
- required: boolean;
1263
- labelsProps: FieldLabelsProps;
1264
- defaultValue: string;
1265
- radioButtonsProps: RadioButtonsProps$1<T>;
1266
- internalConfig: RadioButtonInternalConfigProps$1;
1267
- conditionConfig: ConditionConfig$1;
1268
- state: FormStateType$1;
1269
- formData: AnyObject$1;
1270
- htmlElementId: string;
1437
+ declare const useRequiredConsentsAcceptedValues: (consents: ConsentProps$3[]) => boolean;
1438
+
1439
+ declare const defaultTheme: DefaultTheme;
1440
+
1441
+ declare const ZealThemeProvider: (props: PropsWithChildren<{
1442
+ theme?: DefaultTheme;
1443
+ }>) => JSX.Element;
1444
+
1445
+ declare type ThemeColors = 'primary' | 'primaryTint' | 'primaryShade' | 'secondary' | 'secondaryTint' | 'secondaryShade' | 'pink' | 'pinkTint' | 'pinkShade' | 'orange' | 'orangeTint' | 'orangeShade' | 'purple' | 'purpleTint' | 'purpleShade' | 'indigo' | 'indigoTint1' | 'indigoTint2' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'green' | 'greenTint' | 'greenShade' | 'yellow' | 'yellowTint' | 'yellowShade' | 'red' | 'redTint' | 'redShade' | 'black' | 'white' | 'blue' | 'blueTint' | 'blueShade' | 'background';
1446
+ declare type SizesTypes = '5XL' | '4XL' | '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
1447
+ declare type FontSizesTypes = Exclude<SizesTypes, '5XL' | '4XL'>;
1448
+ declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
1449
+ declare type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
1450
+ declare type ThemeColorsType = Record<ThemeColors, string>;
1451
+ declare type ThemeTextType = Record<FontSizesTypes, {
1452
+ 'font-weight': string;
1453
+ 'font-size': number;
1454
+ 'line-height': number;
1271
1455
  }>;
1272
- declare const RadioButtonField: <T extends string>({ name, rules, styles, control, optional, required, labelsProps, defaultValue, radioButtonsProps, conditionConfig, formData, htmlElementId, }: Partial<{
1273
- name: string;
1274
- rules: ControllerProps$1['rules'];
1275
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1276
- control: Control$1<any>;
1277
- optional: boolean;
1278
- required: boolean;
1279
- labelsProps: FieldLabelsProps;
1280
- defaultValue: string;
1281
- radioButtonsProps: Partial<{
1282
- ref: react_hook_form.RefCallBack;
1283
- name: string;
1284
- value: T;
1285
- options: atoms.SelectOption[];
1286
- onBlur: typescript.Callback;
1287
- onChange: (value: T) => void;
1288
- isRow: boolean;
1289
- isError: boolean;
1290
- disabled: boolean;
1291
- isEditMode: boolean;
1292
- isRichText: boolean;
1293
- internalConfig: Partial<{
1294
- selectedRadioOptionBackgroundColor: string;
1295
- selectedRadioOptionIndicatorColor: string;
1296
- buttonPadding: number;
1297
- textPadding: number;
1298
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1299
- wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1300
- buttonOptionSpacing: SizesTypes;
1301
- radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1302
- }>;
1303
- }>;
1304
- internalConfig: Partial<{
1305
- selectedRadioOptionBackgroundColor: string;
1306
- selectedRadioOptionIndicatorColor: string;
1307
- buttonPadding: number;
1308
- textPadding: number;
1309
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1310
- wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1311
- buttonOptionSpacing: SizesTypes;
1312
- radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1313
- }>;
1314
- conditionConfig: ConditionConfig$1;
1315
- state: FormStateType$1;
1316
- formData: AnyObject$1;
1317
- htmlElementId: string;
1318
- }>) => JSX.Element | null;
1456
+ declare type ThemeSizesType = Record<SizesTypes, number>;
1457
+ declare type ThemeDevicesType = Record<BreakpointSizesTypes, string>;
1458
+ declare type ZealTheme = {
1459
+ colors: ThemeColorsType;
1460
+ fonts: Record<FontSizesTypes, number>;
1461
+ sizes: ThemeSizesType;
1462
+ devices: ThemeDevicesType;
1463
+ };
1319
1464
 
1320
- declare type AlertProps = {
1321
- style?: CSSProperties;
1322
- title: string;
1323
- description: string;
1324
- color?: string;
1325
- isMobile?: boolean;
1326
- logo?: string;
1327
- fullWidth?: boolean;
1328
- withCloseIcon?: {
1329
- onClose: Callback$1;
1330
- };
1331
- fontColor?: ThemeColors$1;
1332
- destinationLink?: string;
1333
- onDestinationHandler?: Callback$1;
1334
- containerStyles?: CSSProperties;
1465
+ declare const toastStyles: styled_components.FlattenSimpleInterpolation;
1466
+
1467
+ declare const useMediaQuery: (breakpointSize: BreakpointSizesTypes$1) => boolean;
1468
+
1469
+ declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
1470
+ annotationsList: AnnotationsList$1;
1471
+ isMLRReview: boolean;
1472
+ showAnnotations: boolean;
1473
+ }>;
1474
+ declare const MlrRichTextViewerProvider: ({ children, isMLRReview, showAnnotations, annotationsList, }: MlrRichTextViewerProviderProps) => JSX.Element;
1475
+
1476
+ declare type MlrRichTextViewerContextType = {
1477
+ isMLRReview: boolean;
1478
+ showAnnotations: boolean;
1479
+ annotationsList: AnnotationsList$1;
1335
1480
  };
1336
- declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
1481
+ declare const MlrRichTextViewerContext: react.Context<MlrRichTextViewerContextType>;
1337
1482
 
1338
- declare type OrientationType = 'horizontal' | 'vertical';
1339
- declare type StepperProps = {
1340
- steps: {
1341
- title: string;
1342
- description?: string;
1343
- status?: ProcessTrackerStatus$1;
1483
+ declare type AnnotationsList = {
1484
+ tags: {
1485
+ id: string;
1486
+ label: string;
1487
+ entityIds: string[];
1488
+ moleculeIds: string[];
1489
+ referencedByIds: string[];
1490
+ }[];
1491
+ links: {
1492
+ referencedById: string;
1493
+ moleculeId: string;
1494
+ text: string;
1495
+ url: string;
1344
1496
  }[];
1345
- currentStep: number;
1346
- orientation?: OrientationType;
1347
1497
  };
1348
- declare const Stepper: ({ steps, orientation, currentStep }: StepperProps) => JSX.Element;
1349
1498
 
1350
- declare type PdfDocumentProps = {
1351
- source: string;
1352
- isMobile?: boolean;
1353
- customDocumentStyles?: Partial<{
1354
- wrapperBackgroundColor: ThemeColors$1 | string;
1355
- pageNumberColor: ThemeColors$1 | string;
1356
- pageWidth: number;
1357
- pageHeight: number;
1358
- paginationArrowColor: ThemeColors$1 | string;
1359
- disabledPaginationArrowColor: ThemeColors$1 | string;
1360
- }>;
1361
- };
1362
- declare const PdfDocument: ({ source, isMobile, customDocumentStyles, }: PdfDocumentProps) => JSX.Element;
1499
+ declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
1363
1500
 
1364
- declare type FeedTemplateKeys = `feed_${'a' | 'b'}`;
1365
- declare type FeedContentHeaderProps = {
1366
- title: string;
1367
- enableFavoriting?: boolean;
1368
- templateType: FeedTemplateKeys;
1369
- isMobile?: boolean;
1370
- menuConfig: MenuItemsProps$1<FilteredFeedContentType$1>;
1371
- } & Partial<Omit<InputFieldProps$1, 'labelsProps' | 'required' | 'optional'>>;
1372
- declare const FeedContentHeader: ({ templateType, title, name, inputProps, isMobile, menuConfig, ...rest }: FeedContentHeaderProps) => JSX.Element;
1501
+ declare const useButtonActionsContext: () => contexts_ButtonActionsContext_ButtonActionsContext.ButtonActionsContextType;
1373
1502
 
1374
- declare type ToggleFieldProps = {
1375
- name: string;
1376
- title: string;
1377
- control?: Control$1<any>;
1378
- description?: string;
1379
- horizontalButtonsProps: HorizontalButtonsProps$1;
1380
- defaultValue?: string;
1503
+ declare type ButtonActionsContextType = {
1504
+ actionContent?: ContainerComponentProps$1;
1505
+ setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
1506
+ isModalVisible: boolean;
1507
+ isDrawerVisible: boolean;
1508
+ setDrawerVisible: Dispatch<SetStateAction<boolean>>;
1509
+ setActivePopUpById: (id: string) => void;
1510
+ onCloseModal: (id: string) => void;
1381
1511
  };
1382
- declare const HorizontalButtonsField: ({ name, title, control, description, horizontalButtonsProps, }: ToggleFieldProps) => JSX.Element;
1512
+ declare const ButtonActionsContext: react.Context<ButtonActionsContextType>;
1383
1513
 
1384
- declare type BottomNaVBarItemProps = {
1385
- name: string;
1386
- icon: ComponentType<Omit<IconProps$1, 'name'>>;
1387
- active: boolean;
1388
- activeColor: string;
1389
- onNavigate: Callback;
1514
+ declare type PopupPropsType = {
1515
+ id: string;
1516
+ config: {
1517
+ styles?: AnyObject$1;
1518
+ size?: 'large' | 'medium';
1519
+ withCloseIcon?: boolean;
1520
+ };
1521
+ content: {
1522
+ embedded?: (ContainerComponentProps$1 | Molecule$1)[];
1523
+ isi?: ContainerComponentProps$1 | Molecule$1;
1524
+ };
1390
1525
  };
1391
- declare const BottomNavBarItem: ({ name, icon, active, activeColor, onNavigate, }: BottomNaVBarItemProps) => JSX.Element;
1392
-
1393
- declare type VideoProps = {
1394
- src: string;
1395
- } & Partial<{
1396
- width: number;
1397
- height: number;
1398
- autoplay: boolean;
1399
- enableCoverImage: boolean;
1400
- coverImageSrc: string;
1401
- style: CSSProperties;
1402
- styles: StylesType;
1403
- template: FeedContentTemplateTypes$1;
1404
- htmlElementId: string;
1405
- }>;
1406
- declare const Video: ({ style, src, width, height, template, autoplay, enableCoverImage, coverImageSrc, styles, htmlElementId, }: VideoProps) => JSX.Element | null;
1526
+ declare type ButtonActionsProviderProps = PropsWithChildren<Partial<{
1527
+ actionContent: ContainerComponentProps$1;
1528
+ setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
1529
+ isModalVisible: boolean;
1530
+ setDrawerVisible: Dispatch<SetStateAction<boolean>>;
1531
+ isDrawerVisible: boolean;
1532
+ setActivePopUpById: (id: string) => void;
1533
+ onCloseModal: (id: string) => void;
1534
+ popupProps?: PopupPropsType[];
1535
+ }>>;
1536
+ declare const ButtonActionsProvider: ({ children, popupProps }: ButtonActionsProviderProps) => JSX.Element;
1407
1537
 
1408
- declare type ImageProps = {
1409
- src: string;
1410
- } & Partial<{
1411
- id: string;
1412
- altText: string;
1413
- link: string;
1414
- onClick: Callback$1;
1415
- width: number;
1416
- height: number;
1417
- cornerRadius: number;
1418
- behaveAs: 'background' | 'regular';
1419
- styles: StylesType;
1420
- stateConfig: MetadataStateConfig$1[];
1421
- htmlElementId: string;
1422
- }>;
1423
- declare const Image: ({ src, onClick, link, altText, styles, width, height, id, behaveAs, cornerRadius, stateConfig, htmlElementId, }: ImageProps) => JSX.Element | null;
1538
+ declare type StepItem = ContainerComponentProps$1 | Molecule$1;
1539
+ declare type GroupedStepItemsByStepContainer = Map<string, StepItem[]>;
1424
1540
 
1425
- declare type CarouselProps = {
1426
- children: JSX.Element[];
1427
- autoplay?: boolean;
1428
- autoplayDuration?: number;
1541
+ declare type ConfigurationItem = {
1542
+ entity: 'container' | 'molecule';
1543
+ entityId: string;
1544
+ organismId: string;
1545
+ entityType: MoleculeTypes$1 | ContainerType$1;
1546
+ entityMetadata: MetadataType$1;
1547
+ organismLibraryMoleculeId?: string;
1429
1548
  };
1430
- declare const Carousel: ({ children, autoplay, autoplayDuration, }: PropsWithChildren<CarouselProps>) => JSX.Element;
1431
- declare const Wrapper: styled_components.StyledComponent<"section", styled_components.DefaultTheme, {}, never>;
1432
- declare const SlidesWrapper: styled_components.StyledComponent<"ul", styled_components.DefaultTheme, {
1433
- translateX: number;
1434
- }, never>;
1435
- declare const Slide: styled_components.StyledComponent<"li", styled_components.DefaultTheme, {}, never>;
1436
- declare const ButtonsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
1437
- declare const ArrowIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1438
- arrowSide: 'left' | 'right';
1439
- }, never>;
1440
- declare const NavigationDotsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
1549
+ declare type OrganismContextProviderProps = PropsWithChildren<{
1550
+ organismId: string;
1551
+ } & Partial<{
1552
+ formId: string;
1553
+ editable: boolean;
1554
+ isPreview: boolean;
1555
+ initItems: (ContainerComponentProps$1 | Molecule$1)[];
1556
+ validations: PasswordRuleValidation[];
1557
+ submitHandler: (data: {
1558
+ formId: string;
1559
+ data: AnyObject$1;
1560
+ }) => Promise<void>;
1561
+ isFormInEditMode: boolean;
1562
+ organismMetadata: AnyObject$1;
1563
+ isConfigurationMode: boolean;
1564
+ onConfigurationItemHandler: (itemInfo: ConfigurationItem) => void;
1565
+ selectedConfigurationItemId: string;
1566
+ }>>;
1567
+ declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, }: OrganismContextProviderProps) => JSX.Element;
1441
1568
 
1442
- declare type TextMoleculeProps = Partial<{
1443
- text: string;
1444
- variant: 'base' | 'custom';
1569
+ declare type OrganismContextType = {
1570
+ items: (ContainerComponentProps$1 | Molecule$1)[];
1571
+ groupStepItemsByStepContainer: () => GroupedStepItemsByStepContainer;
1572
+ dateFields: {
1573
+ id: string;
1574
+ dateType: InputFieldTypes$2;
1575
+ }[];
1576
+ setDateFields: Dispatch<SetStateAction<{
1577
+ id: string;
1578
+ dateType: InputFieldTypes$2;
1579
+ }[]>>;
1580
+ formId?: string;
1581
+ isPreview?: boolean;
1582
+ submitHandler?: (data: {
1583
+ formId: string;
1584
+ data: AnyObject$1;
1585
+ }) => Promise<void>;
1586
+ validations?: PasswordRuleValidation[];
1587
+ editable?: boolean;
1588
+ isFormInEditMode?: boolean;
1589
+ isConfigurationMode?: boolean;
1590
+ organismMetadata?: MetadataType$1;
1591
+ onConfigurationItemClicked: (itemInfo?: Omit<ConfigurationItem, 'organismId'>) => void;
1592
+ selectedConfigurationItemId?: string;
1593
+ };
1594
+ declare const OrganismContext: react.Context<OrganismContextType>;
1595
+
1596
+ declare type AccountButtonContextType = Partial<{
1597
+ userInitials: string;
1598
+ logOutHandler: Callback$1;
1599
+ goToAccountInfo: Callback$1;
1600
+ username: string;
1601
+ }>;
1602
+ declare const AccountButtonContext: react.Context<Partial<{
1603
+ userInitials: string;
1604
+ logOutHandler: Callback$1;
1605
+ goToAccountInfo: Callback$1;
1606
+ username: string;
1607
+ }>>;
1608
+
1609
+ declare type AccountButtonProviderProps = PropsWithChildren<Partial<{
1610
+ userInitials: string;
1611
+ logOutHandler: Callback$1;
1612
+ goToAccountInfo: Callback$1;
1613
+ username: string;
1614
+ }>>;
1615
+ declare const AccountButtonProvider: ({ children, goToAccountInfo, userInitials, logOutHandler, username, }: AccountButtonProviderProps) => JSX.Element;
1616
+
1617
+ declare type StateContextType = {
1618
+ stateConfig: StateConfigType$1;
1619
+ stateHandler?: (updatedStateConfig: StateConfigType$1) => void;
1620
+ };
1621
+ declare const StateContext: react.Context<StateContextType>;
1622
+
1623
+ declare type StateContextProviderProps = PropsWithChildren<{
1624
+ initStateConfig: StateConfigType$1;
1625
+ stateHandler?: (updatedStateConfig: StateConfigType$1) => void;
1626
+ }>;
1627
+ declare const StateContextProvider: ({ initStateConfig, children, stateHandler, }: StateContextProviderProps) => JSX.Element;
1628
+
1629
+ declare type FieldRuleLabelTypes = 'OPTIONAL' | 'REQUIRED';
1630
+ declare type LabelInternalConfig = {
1445
1631
  fontVariant: FontSizesTypes$2;
1446
- textSize: number;
1447
- textColor: ThemeColors$1 | string;
1448
- letterSpacing: number;
1449
- lineHeight: number;
1632
+ fontSize: number;
1450
1633
  fontWeight: string | number;
1451
- isRichText: boolean;
1634
+ color: ThemeColors$1 | string;
1635
+ padding: string;
1452
1636
  styles: StylesType;
1453
- textAlign: 'center' | 'right' | 'left';
1454
- htmlElementId: string;
1455
- }> & Pick<TextProps$1, 'seoTag' | 'numberOfLines'>;
1456
- declare const TextMolecule: ({ isRichText, variant, text, seoTag, fontVariant, textColor, textSize, fontWeight, lineHeight, letterSpacing, styles, textAlign, htmlElementId, ...restOfTextProps }: TextMoleculeProps) => JSX.Element;
1457
-
1458
- declare type ButtonVariant = 'primary' | 'secondary' | 'text' | 'custom';
1459
- declare type ButtonType = 'button' | 'submit' | 'reset';
1460
- declare type BaseButtonProps = PropsWithChildren<Partial<{
1461
- onClick: Callback$1;
1462
- variant: ButtonVariant;
1463
- disabled: boolean;
1464
- state: 'disabled' | 'enabled';
1465
- fullWidth: boolean;
1466
- size: 'medium' | 'small';
1467
- buttonFont: FontSizesTypes$2;
1468
- textColor: ThemeColors$1 | string;
1469
- textSize: number;
1470
- horizontalPadding: SizesTypes$1;
1471
- verticalPadding: SizesTypes$1;
1472
- buttonColor: ThemeColors$1 | string;
1473
- buttonStroke: ThemeColors$1 | string;
1474
- cornerRadius: SizesTypes$1 | number;
1475
- hoverButtonColor: ThemeColors$1 | string;
1476
- hoverStrokeColor: ThemeColors$1 | string;
1477
- inactiveButtonColor: ThemeColors$1 | string;
1478
- inactiveStrokeColor: ThemeColors$1 | string;
1479
- inactiveTextColor: ThemeColors$1 | string;
1637
+ wrapperStyles: StylesType;
1638
+ };
1639
+ declare type RuleLabelInternalConfig = {
1640
+ requiredTextColor: ThemeColors$1 | string;
1641
+ optionalTextColor: ThemeColors$1 | string;
1642
+ padding: string;
1643
+ fontSize: number;
1480
1644
  styles: StylesType;
1481
- colorTheme: 'light' | 'dark';
1482
- href: string;
1483
- type: ButtonType;
1484
- }>>;
1485
- declare type ButtonProps = BaseButtonProps & {
1486
- fullWidth?: boolean;
1487
- text?: string;
1488
- link?: string;
1489
- elementId?: string;
1490
- loading?: boolean;
1491
- isRichText?: boolean;
1492
- containerStyle?: StylesType;
1493
- buttonStyle?: StylesType;
1494
- stateConfig?: MetadataStateConfig$1[];
1495
- htmlElementId?: string;
1496
1645
  };
1497
- declare const Button: ({ text, onClick, loading, disabled, variant, isRichText, fullWidth, elementId, link, containerStyle, children, buttonStyle, size, textColor, inactiveTextColor, state, href, stateConfig, htmlElementId, ...props }: ButtonProps) => JSX.Element | null;
1498
-
1499
- declare type ZealUIModalProps = PropsWithChildren<Pick<ModalProps, 'open'>> & {
1500
- padding?: number | string;
1501
- wrapperStyles?: CSSProperties;
1502
- onKeyDown?: <T extends HTMLElement>(event: KeyboardEvent<T>) => void;
1503
- modalStyles?: CSSProperties;
1504
- onClose?: Callback$1;
1646
+ declare type TooltipInternalConfig = {
1647
+ fontVariant: FontSizesTypes$2;
1648
+ fontSize: number;
1649
+ fontWeight: string | number;
1650
+ color: ThemeColors$1 | string;
1651
+ padding: string;
1652
+ backgroundColor: ThemeColors$1 | string;
1653
+ iconColor: ThemeColors$1 | string;
1654
+ styles: StylesType;
1655
+ wrapperStyles: StylesType;
1505
1656
  };
1506
- declare const ZealUIModal: ({ children, wrapperStyles, padding, onKeyDown, modalStyles, ...rest }: ZealUIModalProps) => JSX.Element;
1507
- declare const ModalWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, OverrideStyles, never>;
1508
- declare const IconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1509
- activeOpacity?: number | undefined;
1510
- withoutOpacityEffect?: boolean | undefined;
1511
- disabled?: boolean | undefined;
1512
- } & {
1513
- children?: react__default.ReactNode;
1514
- }, never>;
1657
+ declare type FieldLabelsProps = {
1658
+ label?: string;
1659
+ tooltipText?: string;
1660
+ isError?: boolean;
1661
+ isTooltipVisible?: boolean;
1662
+ ruleLabel?: Nullable<FieldRuleLabelTypes>;
1663
+ labelInternalConfig?: LabelInternalConfig;
1664
+ ruleLabelInternalConfig?: RuleLabelInternalConfig;
1665
+ tooltipInternalConfig?: TooltipInternalConfig;
1666
+ isRichText?: boolean;
1667
+ };
1668
+ declare const FieldLabels: ({ label, isTooltipVisible, isError, ruleLabel, tooltipText, labelInternalConfig, ruleLabelInternalConfig, tooltipInternalConfig, isRichText, }: FieldLabelsProps) => JSX.Element;
1515
1669
 
1516
- declare type ConsentCaptureMethod = 'button' | 'radioButton' | 'checkbox';
1517
- declare type DefaultSelectionType = 'confirmation' | 'rejection';
1518
- declare type ConsentType = {
1519
- id: string;
1670
+ declare type InputFieldProps = Partial<{
1520
1671
  name: string;
1521
- acknowledgment: CustomDescendant[];
1522
- methodOfCapture: ConsentCaptureMethod;
1523
- description: string;
1524
- language: CustomDescendant[];
1525
- expiration: string;
1526
- confirmationButtonText: string;
1527
- rejectionButtonText: string;
1528
- defaultSelection: DefaultSelectionType;
1529
- value?: DefaultSelectionType | boolean;
1530
- isRequired?: boolean;
1531
- };
1532
- declare type ConsentProps<T extends string = string> = {
1533
- text: string;
1534
- isRequired?: boolean;
1535
- consentCaptureProps: ConsentCaptureProps<T>;
1536
- containerStyles?: CSSProperties;
1537
- clearStyles?: boolean;
1672
+ control: Control$1<any>;
1673
+ rules: ControllerProps$1['rules'];
1674
+ required: boolean;
1675
+ optional: boolean;
1676
+ defaultValue: string;
1677
+ inputProps: InputProps$1;
1678
+ styles: StylesType;
1679
+ labelsProps: FieldLabelsProps;
1680
+ conditionConfig: ConditionConfig$1;
1681
+ state: FormStateType$1;
1682
+ formData: AnyObject$1;
1683
+ htmlElementId: string;
1684
+ configurationItemInfo?: ConfigurationItemInfo$1;
1685
+ }>;
1686
+ declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, optional, required, rules, conditionConfig, state, formData, htmlElementId, configurationItemInfo, }: InputFieldProps) => JSX.Element | null;
1687
+
1688
+ declare type FieldMapperProps<T extends object> = {
1689
+ field: UIField$1<keyof T>;
1690
+ isEditMode?: boolean;
1691
+ control?: Control$1<T>;
1692
+ spacer?: number;
1693
+ isTooltipVisible?: boolean;
1694
+ optionsPresentation?: boolean;
1695
+ styles?: StylesType;
1538
1696
  };
1539
- declare const Consent: <T extends string>({ text, consentCaptureProps, containerStyles, clearStyles, }: ConsentProps<T>) => JSX.Element;
1697
+ declare const FieldMapper: <T extends object>({ field, isEditMode, spacer, control, isTooltipVisible, optionsPresentation, styles, }: FieldMapperProps<T>) => JSX.Element | null;
1540
1698
 
1541
- declare type LinkProps = Omit<TextButtonProps$1, 'children'> & Partial<{
1542
- text: string;
1699
+ declare type CheckboxesProps = Partial<{
1700
+ checkboxGroupWrapperStyles: StylesType;
1701
+ checkboxFieldWrapperStyles: StylesType;
1702
+ onChange: (id: string) => void;
1703
+ disabled: boolean;
1704
+ options?: SelectOption$1[];
1705
+ selectedIds?: string[];
1706
+ isError?: boolean;
1707
+ isEditMode?: boolean;
1543
1708
  isRichText: boolean;
1544
- href: string;
1709
+ internalConfig: CheckboxInternalConfigProps$1;
1710
+ }>;
1711
+ declare type CheckboxFieldProps = Partial<{
1712
+ checkboxesProps: CheckboxesProps;
1713
+ labelsProps: FieldLabelsProps;
1714
+ name: string;
1715
+ rules: ControllerProps$1['rules'];
1716
+ control: Control$1<any>;
1717
+ required: boolean;
1718
+ optional: boolean;
1719
+ wrapperStyles: StylesType;
1720
+ conditionConfig: ConditionConfig$1;
1721
+ state: FormStateType$1;
1722
+ defaultValue: string[];
1723
+ formData: AnyObject$1;
1545
1724
  htmlElementId: string;
1725
+ isTrigger?: boolean;
1726
+ moleculeId: string;
1727
+ configurationItemInfo?: ConfigurationItemInfo$1;
1546
1728
  }>;
1547
- declare const Link: ({ text, isRichText, htmlElementId, ...props }: LinkProps) => JSX.Element | null;
1729
+ declare const CheckboxField: ({ checkboxesProps, name, rules, control, optional, required, labelsProps, wrapperStyles, conditionConfig, defaultValue, formData, htmlElementId, state, isTrigger, moleculeId, configurationItemInfo, }: CheckboxFieldProps) => JSX.Element | null;
1548
1730
 
1549
- declare const Container: ({ children, wide, compact, type, props, id, metadata, isMobile, isFormInEditMode, }: Partial<{
1550
- type: containers.ContainerType;
1551
- containerTemplateType: "row_content_container";
1552
- wide: Partial<{
1553
- containerStyle: styled_components.CSSProperties;
1554
- containerProps: Partial<{
1555
- position: containers.ContainerPositionType;
1556
- scrollBehaviour: containers.ContainerScrollBehaviourType;
1557
- cornerRadius: number | theme.SizesTypes;
1558
- gap: theme.SizesTypes;
1559
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1560
- sliderProps: containers.SliderProps;
1561
- formProps: containers.FormContainerProps;
1562
- formStepProps: containers.FormStepContainerProps;
1563
- padding: containers.Padding;
1564
- border: string;
1565
- activeChildrenIds: string[];
1566
- activeOrganismIds: string[];
1567
- }>;
1568
- }>;
1569
- compact: Partial<{
1570
- containerStyle: styled_components.CSSProperties;
1571
- containerProps: Partial<{
1572
- position: containers.ContainerPositionType;
1573
- scrollBehaviour: containers.ContainerScrollBehaviourType;
1574
- cornerRadius: number | theme.SizesTypes;
1575
- gap: theme.SizesTypes;
1576
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1577
- sliderProps: containers.SliderProps;
1578
- formProps: containers.FormContainerProps;
1579
- formStepProps: containers.FormStepContainerProps;
1580
- padding: containers.Padding;
1581
- border: string;
1582
- activeChildrenIds: string[];
1583
- activeOrganismIds: string[];
1584
- }>;
1585
- }>;
1586
- props: Partial<{
1587
- position: containers.ContainerPositionType;
1588
- scrollBehaviour: containers.ContainerScrollBehaviourType;
1589
- cornerRadius: number | theme.SizesTypes;
1590
- gap: theme.SizesTypes;
1591
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1592
- sliderProps: containers.SliderProps;
1593
- formProps: containers.FormContainerProps;
1594
- formStepProps: containers.FormStepContainerProps;
1595
- padding: containers.Padding;
1596
- border: string;
1597
- activeChildrenIds: string[];
1598
- activeOrganismIds: string[];
1599
- }>;
1600
- metadata: containers.MetadataType;
1601
- isMobile: boolean;
1602
- isFormInEditMode: boolean;
1603
- }> & {
1604
- children?: ReactNode;
1605
- } & {
1606
- id: string;
1607
- }) => JSX.Element | null;
1608
- declare const ContainerComponent: ({ config, tabsProps, id, type, items, metadata, formData, setFormData, isMobile, }: ContainerComponentProps$1 & {
1609
- formData?: AnyObject$1 | undefined;
1610
- setFormData?: Dispatch<SetStateAction<AnyObject$1>> | undefined;
1611
- }) => JSX.Element | null;
1731
+ declare type CheckboxGroupProps = Partial<{
1732
+ ref: RefCallBack;
1733
+ onBlur: Callback$1;
1734
+ onChange: (checkedIds: string[]) => void;
1735
+ checkboxesProps: CheckboxesProps;
1736
+ }>;
1737
+ declare const CheckboxGroup: ({ ref, onBlur, onChange, checkboxesProps }: CheckboxGroupProps) => JSX.Element;
1612
1738
 
1613
- declare type ActionTypes = 'link' | 'popup' | 'drawer' | 'download' | 'submit' | 'reset' | 'destroy';
1614
- declare type DownloadFile = {
1615
- url: string;
1739
+ declare type SelectFieldProps = Partial<{
1740
+ selectProps: SelectProps$1;
1741
+ labelsProps: FieldLabelsProps;
1616
1742
  name: string;
1617
- };
1618
- declare type LinkAction = LinkAttributes;
1619
- declare type PopupDrawerAction = ContainerComponentProps;
1620
- declare type DownloadAction = DownloadFile;
1621
- declare type SubmitAction = AnyObject$1;
1622
- declare type CancelAction = AnyObject$1;
1623
- declare type ResetAction = AnyObject$1;
1624
- declare type DestroyAction = AnyObject$1;
1625
- declare type Action = {
1626
- type: ActionTypes;
1627
- } & Partial<{
1628
- link: LinkAction;
1629
- popup: PopupDrawerAction;
1630
- drawer: PopupDrawerAction;
1631
- download: DownloadAction;
1632
- submit: SubmitAction;
1633
- cancel: CancelAction;
1634
- reset: ResetAction;
1635
- destroy: DestroyAction;
1743
+ rules: ControllerProps$1['rules'];
1744
+ control: Control$1<any>;
1745
+ required: boolean;
1746
+ optional: boolean;
1747
+ defaultValue: string;
1748
+ styles: StylesType;
1749
+ conditionConfig: ConditionConfig$1;
1750
+ state: FormStateType$1;
1751
+ formData: AnyObject$1;
1752
+ htmlElementId: string;
1753
+ configurationItemInfo?: ConfigurationItemInfo$1;
1636
1754
  }>;
1637
- declare type FormStateType = 'default' | 'success' | 'error' | 'format_error' | 'field_error' | 'open_dropdown' | 'match_error';
1638
- declare type ImageAttributes = {
1639
- attributeType: 'image';
1640
- imageSource: string;
1641
- };
1642
- interface TextAttributes {
1643
- id?: string;
1644
- attributeType: 'text';
1645
- isRichText?: boolean;
1755
+ declare const SelectField: ({ selectProps, name, defaultValue, optional, required, control, styles, labelsProps, rules, conditionConfig, formData, state, htmlElementId, configurationItemInfo, }: SelectFieldProps) => JSX.Element | null;
1756
+
1757
+ declare type CustomValidationRule<T = string> = {
1646
1758
  text: string;
1647
- }
1648
- interface VideoAttributes {
1649
- attributeType: 'video';
1650
- videoSource: string;
1651
- }
1652
- interface ActionAttributes {
1653
- attributeType: 'action';
1654
- action: Action;
1655
- }
1656
- interface LinkAttributes {
1657
- id: string;
1658
- attributeType: 'link';
1659
- type: 'internalLink' | 'externalLink';
1660
- internalLink: Nullable<string>;
1661
- externalLink: Nullable<string>;
1662
- name: string;
1663
- }
1664
- interface SelectAttributes {
1665
- id?: string;
1666
- attributeType: 'select';
1667
- value: string;
1668
- options: SelectOption$1[];
1669
- }
1670
- interface BooleanAttributes {
1671
- attributeType: 'boolean';
1672
- value: boolean;
1673
- }
1674
- interface IterableAttributes {
1675
- attributeType: 'iterable';
1676
- options: SelectOption$1[];
1677
- }
1678
- interface DataConnectionAttributes {
1679
- id: string;
1680
- attributeType: 'data_model_field';
1681
- dataModelField: {
1682
- id: string;
1683
- subtype?: string;
1684
- fieldName: string;
1685
- code: string;
1686
- defaultValue?: string;
1687
- };
1688
- }
1689
- interface ConditionConfigAttributes {
1690
- id: string;
1691
- attributeType: 'condition_config';
1692
- conditionConfig: ConditionConfig;
1693
- }
1694
- interface ColorAttributes {
1695
- attributeType: 'color';
1696
- color: string;
1697
- }
1698
- declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header_tab_group' | 'input_field' | 'select_field' | 'radio_button_field' | 'checkbox_field' | 'consent' | 'link' | 'password_setup_field' | 'account_button';
1699
- interface BaseMolecule {
1700
- id: string;
1701
- instance: 'molecule';
1702
- type: MoleculeTypes;
1703
- metadata?: MetadataType;
1704
- }
1705
- interface ImageMolecule extends BaseMolecule {
1706
- type: 'image';
1707
- attributes: Partial<{
1708
- image: ImageAttributes;
1709
- altText: Omit<TextAttributes, 'isRichText'>;
1710
- link: LinkAttributes;
1711
- }>;
1712
- config: {
1713
- props?: Omit<ImageProps$1, 'src' | 'link' | 'altText'>;
1714
- };
1715
- }
1716
- interface TextMoleculeType extends BaseMolecule {
1717
- type: 'text';
1718
- attributes: Partial<{
1719
- text: TextAttributes;
1720
- seoStyle: SelectAttributes;
1721
- fontVariant: SelectAttributes;
1722
- color: ColorAttributes;
1723
- }>;
1724
- config: {
1725
- props?: TextMoleculeProps$1;
1726
- };
1727
- }
1728
- interface ButtonMolecule extends BaseMolecule {
1729
- type: 'button';
1730
- attributes: Partial<{
1731
- title: TextAttributes;
1732
- action: ActionAttributes;
1733
- }>;
1734
- config: {
1735
- props?: Partial<Omit<ButtonProps$1, 'disabled' | 'children' | 'link' | 'text' | 'onClick' | 'elementId'>>;
1736
- };
1737
- }
1738
- interface VideoMolecule extends BaseMolecule {
1739
- type: 'video';
1740
- attributes: Partial<{
1741
- video: VideoAttributes;
1742
- altText: Omit<TextAttributes, 'isRichText'>;
1743
- autoPlayVideo: BooleanAttributes;
1744
- enableCoverImage: BooleanAttributes;
1745
- coverImage: ImageAttributes;
1746
- }>;
1747
- config: {
1748
- props: Partial<{
1749
- width: number;
1750
- styles: StylesType;
1751
- }>;
1752
- };
1753
- }
1754
- interface TabGroupMolecule extends BaseMolecule {
1755
- type: 'header_tab_group';
1756
- config: {
1757
- props: TabGroupProps$1;
1758
- wide: AdditionalTabContainerProps$1;
1759
- compact: AdditionalTabContainerProps$1;
1760
- };
1761
- }
1762
- interface TextInputMolecule extends BaseMolecule {
1763
- type: 'input_field';
1764
- attributes: Partial<{
1765
- label: TextAttributes;
1766
- required: BooleanAttributes;
1767
- inputType: SelectAttributes;
1768
- dataModelField: DataConnectionAttributes;
1769
- conditionConfig: ConditionConfigAttributes;
1770
- }>;
1771
- config: {
1772
- props: InputFieldProps$1;
1773
- };
1774
- }
1775
- interface SelectFieldMolecule extends BaseMolecule {
1776
- type: 'select_field';
1777
- attributes: Partial<{
1778
- label: TextAttributes;
1779
- required: BooleanAttributes;
1780
- options: IterableAttributes;
1781
- dataModelField: DataConnectionAttributes;
1782
- conditionConfig: ConditionConfigAttributes;
1783
- }>;
1784
- config: {
1785
- props: SelectFieldProps$1;
1786
- };
1787
- }
1788
- interface RadioButtonFieldMolecule extends BaseMolecule {
1789
- type: 'radio_button_field';
1790
- attributes: Partial<{
1791
- label: TextAttributes;
1792
- required: BooleanAttributes;
1793
- options: IterableAttributes;
1794
- dataModelField: DataConnectionAttributes;
1795
- conditionConfig: ConditionConfigAttributes;
1796
- }>;
1797
- config: {
1798
- props: RadioButtonFieldProps$1<string>;
1799
- };
1800
- }
1801
- interface CheckboxFieldMolecule extends BaseMolecule {
1802
- type: 'checkbox_field';
1803
- attributes: Partial<{
1804
- label: TextAttributes;
1805
- required: BooleanAttributes;
1806
- options: IterableAttributes;
1807
- dataModelField: DataConnectionAttributes;
1808
- conditionConfig: ConditionConfigAttributes;
1809
- }>;
1810
- config: {
1811
- props: CheckboxFieldProps$1;
1812
- };
1813
- }
1814
- interface ConsentFieldMolecule extends BaseMolecule {
1815
- type: 'consent';
1816
- attributes: Partial<{
1817
- consent: Partial<{
1818
- attributeType: 'consent';
1819
- consent: ConsentType$1;
1820
- required: BooleanAttributes;
1759
+ validate: (value?: T) => boolean;
1760
+ };
1761
+ declare type CustomValidationProps<T = string> = {
1762
+ label?: string;
1763
+ value: T;
1764
+ isSubmitted?: boolean;
1765
+ rules: CustomValidationRule<T>[];
1766
+ spacer?: number;
1767
+ validationState?: FormStateType$1;
1768
+ };
1769
+ declare const CustomValidation: <T extends string = string>({ rules, value, isSubmitted, label, spacer, validationState, }: CustomValidationProps<T>) => JSX.Element;
1770
+
1771
+ declare type BaseSelectableProps<T> = {
1772
+ iconName: IconNames$2;
1773
+ infoText: string;
1774
+ isActive?: boolean;
1775
+ onClick?: (value: T) => void;
1776
+ value: T;
1777
+ };
1778
+
1779
+ declare type SelectableCardGroupProps<T> = {
1780
+ cards: BaseSelectableProps<T>[];
1781
+ handleChange?: (value: T | undefined) => void;
1782
+ spacing?: SizesTypes$1;
1783
+ initialValue?: T;
1784
+ };
1785
+ declare const SelectableCardGroup: <T extends string>({ cards, handleChange, spacing, initialValue, }: SelectableCardGroupProps<T>) => JSX.Element;
1786
+
1787
+ declare type HeroImageAlignment = 'left_aligned' | 'center_aligned';
1788
+ declare type HeroImageTemplate = 'card' | 'full_width';
1789
+ declare type HeroImageProps = {
1790
+ type: 'hero_image';
1791
+ backgroundImage: RegularImageProps$1;
1792
+ mainHeading: string;
1793
+ subHeading?: string;
1794
+ button?: ButtonProps$1;
1795
+ contentAlignment?: HeroImageAlignment;
1796
+ horizontalPaddings?: number;
1797
+ template?: HeroImageTemplate;
1798
+ isMobile?: boolean;
1799
+ height?: number;
1800
+ };
1801
+ declare const HeroImage: ({ backgroundImage, button, contentAlignment, mainHeading, horizontalPaddings, subHeading, template, isMobile, height, }: HeroImageProps) => JSX.Element;
1802
+
1803
+ declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
1804
+ declare type DrawerProps = DrawerProps$1 & {
1805
+ anchor: Anchor;
1806
+ padding?: SizesTypes$2 | number | string;
1807
+ height?: number | string;
1808
+ width?: number | string;
1809
+ withCloseIcon?: boolean;
1810
+ closeIconColor?: ThemeColors$2 | string;
1811
+ };
1812
+
1813
+ declare const Drawer: ({ children, closeIconColor, withCloseIcon, ...props }: PropsWithChildren<DrawerProps>) => JSX.Element;
1814
+
1815
+ declare type ColumnsTemplateKeys = 'horizontal' | 'card' | 'with_image';
1816
+
1817
+ declare type ColumnsProps = {
1818
+ type: 'columns';
1819
+ columns: ColumnItem[];
1820
+ containerStyles?: CSSProperties$1;
1821
+ template?: ColumnsTemplateKeys;
1822
+ };
1823
+ declare type ColumnItem = {
1824
+ title?: string;
1825
+ mainContent?: string;
1826
+ button?: TextButtonProps$1;
1827
+ icon: string;
1828
+ };
1829
+ declare const Columns: ({ columns, containerStyles, template }: ColumnsProps) => JSX.Element;
1830
+
1831
+ declare type MenuItemType<T> = {
1832
+ id: T;
1833
+ title: string;
1834
+ active?: boolean;
1835
+ onClick: (id: T) => void;
1836
+ options?: MenuItemType<T>[];
1837
+ divider?: boolean;
1838
+ disabled?: boolean;
1839
+ itemColor?: string;
1840
+ activeItemColor?: string;
1841
+ };
1842
+
1843
+ declare type MenuItemsProps<T> = {
1844
+ title?: string;
1845
+ options?: MenuItemType<T>[];
1846
+ activeKey?: T;
1847
+ itemColor?: string;
1848
+ menuTheme?: 'light' | 'dark';
1849
+ onItemPress?: (id: T) => void;
1850
+ activeItemColor?: string;
1851
+ };
1852
+ declare const MenuItems: <T extends string | number>({ title, options, activeKey, itemColor, menuTheme, onItemPress, activeItemColor, }: MenuItemsProps<T>) => JSX.Element;
1853
+
1854
+ declare type AvatarDropdownMenuConfigType = 'log-out' | 'account-information';
1855
+ declare type AvatarDropdownProps<T = string> = {
1856
+ avatarProps: AvatarProps$1;
1857
+ menuConfig: MenuItemsProps<T>;
1858
+ configurationItemInfo?: ConfigurationItemInfo$1;
1859
+ };
1860
+ declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, configurationItemInfo, }: AvatarDropdownProps<T>) => JSX.Element;
1861
+
1862
+ declare type TabType<T = string, K = string> = Pick<TabProps$1<T, K>, 'text' | 'tabKey' | 'disabled' | 'options' | 'divider'>;
1863
+ declare type AdditionalTabContainerProps = {
1864
+ containerStyle?: StylesType;
1865
+ containerProps?: Record<string, unknown>;
1866
+ };
1867
+ declare type TabGroupProps<T = string, K = string> = {
1868
+ tabs: TabType<T, K>[];
1869
+ activeTabKey: T;
1870
+ onTabChange?: (tabKey: T) => void;
1871
+ onOptionClick?: (optionKey: K) => void;
1872
+ styles?: StylesType;
1873
+ vertical?: boolean;
1874
+ tabTheme?: TabTheme$1;
1875
+ tabFont?: FontSizesTypes$1;
1876
+ textSize?: number;
1877
+ tabPadding?: SizesTypes$2 | number;
1878
+ tabSpacing?: SizesTypes$2;
1879
+ defaultTabTextColor?: ThemeColors$2 | string;
1880
+ selectedTabTextColor?: ThemeColors$2 | string;
1881
+ selectedTabIndicatorColor?: ThemeColors$2 | string;
1882
+ wide?: AdditionalTabContainerProps;
1883
+ compact?: AdditionalTabContainerProps;
1884
+ isMobile?: boolean;
1885
+ htmlElementId?: string;
1886
+ configurationItemInfo?: ConfigurationItemInfo$1;
1887
+ };
1888
+ declare const TabGroup: <T extends string, K extends string>({ tabs, vertical, activeTabKey, onTabChange, tabTheme, wide, compact, tabSpacing, isMobile, htmlElementId, configurationItemInfo, ...props }: TabGroupProps<T, K>) => JSX.Element;
1889
+
1890
+ declare type FieldSectionProps<T extends object> = {
1891
+ label: string;
1892
+ control?: Control$1<T>;
1893
+ isEditMode?: boolean;
1894
+ fields: UIFields<T>;
1895
+ };
1896
+ declare const FieldSection: <T extends object>({ fields, label, isEditMode, control, }: FieldSectionProps<T>) => JSX.Element;
1897
+
1898
+ declare type MenuNavigationProps<T> = {
1899
+ menuConfig: MenuItemsProps<T>;
1900
+ customIconType?: IconNames$2;
1901
+ };
1902
+ declare const MenuNavigation: <T extends string | number>({ menuConfig, customIconType, }: MenuNavigationProps<T>) => JSX.Element;
1903
+ declare const CaretIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1904
+ isOpen: boolean;
1905
+ }, never>;
1906
+
1907
+ declare type EmphasizedTextProps = {
1908
+ type: 'emphasized_text';
1909
+ invertColors: boolean;
1910
+ textContent: string;
1911
+ };
1912
+ declare const EmphasizedText: ({ textContent, invertColors }: EmphasizedTextProps) => JSX.Element;
1913
+
1914
+ declare type RadioButtonFieldProps<T extends string> = Partial<{
1915
+ name: string;
1916
+ rules: ControllerProps$1['rules'];
1917
+ styles: StylesType;
1918
+ control: Control$1<any>;
1919
+ optional: boolean;
1920
+ required: boolean;
1921
+ labelsProps: FieldLabelsProps;
1922
+ defaultValue: string;
1923
+ radioButtonsProps: RadioButtonsProps$1<T>;
1924
+ internalConfig: RadioButtonInternalConfigProps$1;
1925
+ conditionConfig: ConditionConfig$1;
1926
+ state: FormStateType$1;
1927
+ formData: AnyObject$1;
1928
+ htmlElementId: string;
1929
+ isTrigger?: boolean;
1930
+ moleculeId: string;
1931
+ configurationItemInfo?: ConfigurationItemInfo$1;
1932
+ }>;
1933
+ declare const RadioButtonField: <T extends string>({ name, rules, styles, control, optional, required, labelsProps, defaultValue, radioButtonsProps, conditionConfig, formData, htmlElementId, state, isTrigger, moleculeId, configurationItemInfo, }: Partial<{
1934
+ name: string;
1935
+ rules: ControllerProps$1['rules'];
1936
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1937
+ control: Control$1<any>;
1938
+ optional: boolean;
1939
+ required: boolean;
1940
+ labelsProps: FieldLabelsProps;
1941
+ defaultValue: string;
1942
+ radioButtonsProps: Partial<{
1943
+ ref: react_hook_form.RefCallBack;
1944
+ name: string;
1945
+ value: T;
1946
+ options: atoms.SelectOption[];
1947
+ onBlur: typescript.Callback;
1948
+ onChange: (value: T) => void;
1949
+ isRow: boolean;
1950
+ isError: boolean;
1951
+ disabled: boolean;
1952
+ isEditMode: boolean;
1953
+ isRichText: boolean;
1954
+ internalConfig: Partial<{
1955
+ selectedRadioOptionBackgroundColor: string;
1956
+ selectedRadioOptionIndicatorColor: string;
1957
+ buttonPadding: number;
1958
+ textPadding: number;
1959
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1960
+ wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1961
+ buttonOptionSpacing: SizesTypes;
1962
+ radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1821
1963
  }>;
1822
- conditionConfig: ConditionConfigAttributes;
1823
1964
  }>;
1824
- config: {
1825
- props: Partial<{
1826
- state: 'field_error';
1827
- }>;
1828
- };
1829
- }
1830
- interface LinkMolecule extends BaseMolecule {
1831
- type: 'link';
1832
- attributes: {
1833
- text: TextAttributes;
1834
- link: LinkAttributes;
1835
- };
1836
- config: {
1837
- props: Omit<LinkProps$1, '$variant' | '$styles'> & Partial<{
1838
- variant: LinkVariant$1;
1839
- styles: StylesType;
1840
- }>;
1841
- };
1842
- }
1843
- interface PasswordSetupMolecule extends BaseMolecule {
1844
- type: 'password_setup_field';
1845
- attributes: Partial<{
1846
- passwordFieldLabel: TextAttributes;
1847
- reenteredPasswordFieldLabel: TextAttributes;
1848
- passwordFieldRequired: BooleanAttributes;
1849
- reenteredPasswordFieldRequired: BooleanAttributes;
1850
- dataModelField: DataConnectionAttributes;
1965
+ internalConfig: Partial<{
1966
+ selectedRadioOptionBackgroundColor: string;
1967
+ selectedRadioOptionIndicatorColor: string;
1968
+ buttonPadding: number;
1969
+ textPadding: number;
1970
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1971
+ wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1972
+ buttonOptionSpacing: SizesTypes;
1973
+ radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1851
1974
  }>;
1852
- config: {
1853
- props: {
1854
- validationLabel?: string;
1855
- state?: FormStateType;
1856
- passwordInputProps: InputFieldProps$1;
1857
- reenteredPasswordInputProps: InputFieldProps$1;
1858
- };
1859
- };
1860
- }
1861
- interface AccountButtonMolecule extends BaseMolecule {
1862
- type: 'account_button';
1863
- config: {
1864
- props: AvatarDropdownProps$1<AvatarDropdownMenuConfigType$1>;
1865
- };
1866
- }
1867
- declare type Molecule = StrictUnion<ImageMolecule | TextMoleculeType | ButtonMolecule | VideoMolecule | TabGroupMolecule | TextInputMolecule | SelectFieldMolecule | RadioButtonFieldMolecule | CheckboxFieldMolecule | ConsentFieldMolecule | LinkMolecule | PasswordSetupMolecule | AccountButtonMolecule> & Partial<{
1868
- form: UseFormReturn<any>;
1975
+ conditionConfig: ConditionConfig$1;
1976
+ state: FormStateType$1;
1869
1977
  formData: AnyObject$1;
1870
- setFormData: Dispatch<SetStateAction<AnyObject$1>>;
1871
- isFormInEditMode: boolean;
1872
- }>;
1978
+ htmlElementId: string;
1979
+ isTrigger?: boolean | undefined;
1980
+ moleculeId: string;
1981
+ configurationItemInfo?: ConfigurationItemInfo$1 | undefined;
1982
+ }>) => JSX.Element | null;
1873
1983
 
1874
- declare type ContainerType = 'row' | 'column' | 'slider' | 'form' | 'form_step' | 'dynamic';
1875
- declare type ContainerTemplateType = 'row_content_container';
1876
- declare type WrappedContainerType = Extract<ContainerType, 'slider' | 'form' | 'form_step'>;
1877
- declare type ContainerPositionType = 'fixed' | 'sticky' | 'static' | 'relative';
1878
- declare type ContainerScrollBehaviourType = 'vertical' | 'horizontal' | 'auto' | 'none';
1879
- declare type StateActionType = 'visible' | 'disabled';
1880
- declare type StateEventType = 'click' | 'view';
1881
- declare type StateListenerConfigType = {
1882
- role: 'stateListener';
1883
- stateKey: string;
1884
- stateValue: string | boolean;
1885
- defaultState: Partial<Record<StateActionType, boolean>>;
1886
- action: Partial<Record<StateActionType, boolean>>;
1984
+ declare type AlertProps = {
1985
+ style?: CSSProperties;
1986
+ title: string;
1987
+ description: string;
1988
+ color?: string;
1989
+ isMobile?: boolean;
1990
+ logo?: string;
1991
+ fullWidth?: boolean;
1992
+ withCloseIcon?: {
1993
+ onClose: Callback$1;
1994
+ };
1995
+ fontColor?: ThemeColors$1;
1996
+ destinationLink?: string;
1997
+ onDestinationHandler?: Callback$1;
1998
+ containerStyles?: CSSProperties;
1887
1999
  };
1888
- declare type StateModifierConfigType = {
1889
- role: 'stateModifier';
1890
- stateKey: string;
1891
- event: StateEventType;
2000
+ declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
2001
+
2002
+ declare type ProcessTrackerOrientation = 'horizontal' | 'vertical';
2003
+ declare type StepperProps = {
2004
+ steps: ProcessStep$1[];
2005
+ orientation: ProcessTrackerOrientation;
2006
+ htmlElementId?: string;
2007
+ metadata: MetadataType$1;
2008
+ isMobile?: boolean;
2009
+ isOnClickDisabled?: boolean;
2010
+ configurationItemInfo?: ConfigurationItemInfo$1;
2011
+ };
2012
+ declare const Stepper: ({ steps, orientation, htmlElementId, metadata, isMobile, isOnClickDisabled, configurationItemInfo, }: StepperProps) => JSX.Element | null;
2013
+
2014
+ declare type PdfDocumentProps = {
2015
+ source: string;
2016
+ isMobile?: boolean;
2017
+ customDocumentStyles?: Partial<{
2018
+ wrapperBackgroundColor: ThemeColors$1 | string;
2019
+ pageNumberColor: ThemeColors$1 | string;
2020
+ pageWidth: number;
2021
+ pageHeight: number;
2022
+ paginationArrowColor: ThemeColors$1 | string;
2023
+ disabledPaginationArrowColor: ThemeColors$1 | string;
2024
+ }>;
2025
+ };
2026
+ declare const PdfDocument: ({ source, isMobile, customDocumentStyles, }: PdfDocumentProps) => JSX.Element;
2027
+
2028
+ declare type FeedTemplateKeys = `feed_${'a' | 'b'}`;
2029
+ declare type FeedContentHeaderProps = {
2030
+ title: string;
2031
+ enableFavoriting?: boolean;
2032
+ templateType: FeedTemplateKeys;
2033
+ isMobile?: boolean;
2034
+ menuConfig: MenuItemsProps$1<FilteredFeedContentType$1>;
2035
+ } & Partial<Omit<InputFieldProps$1, 'labelsProps' | 'required' | 'optional'>>;
2036
+ declare const FeedContentHeader: ({ templateType, title, name, inputProps, isMobile, menuConfig, ...rest }: FeedContentHeaderProps) => JSX.Element;
2037
+
2038
+ declare type ToggleFieldProps = {
2039
+ name: string;
2040
+ title: string;
2041
+ control?: Control$1<any>;
2042
+ description?: string;
2043
+ horizontalButtonsProps: HorizontalButtonsProps$1;
2044
+ defaultValue?: string;
1892
2045
  };
1893
- declare type MetadataStateConfig = StateListenerConfigType | StateModifierConfigType;
1894
- declare type MetadataType = AnyObject$1 & {
1895
- stateConfig: MetadataStateConfig[];
1896
- notEditable?: boolean;
1897
- hasOwnButton?: boolean;
2046
+ declare const HorizontalButtonsField: ({ name, title, control, description, horizontalButtonsProps, }: ToggleFieldProps) => JSX.Element;
2047
+
2048
+ declare type BottomNaVBarItemProps = {
2049
+ name: string;
2050
+ icon: ComponentType<Omit<IconProps$1, 'name'>>;
2051
+ active: boolean;
2052
+ activeColor: string;
2053
+ onNavigate: Callback;
1898
2054
  };
1899
- declare type SliderProps = {
2055
+ declare const BottomNavBarItem: ({ name, icon, active, activeColor, onNavigate, }: BottomNaVBarItemProps) => JSX.Element;
2056
+
2057
+ declare type VideoProps = {
2058
+ src: string;
2059
+ } & Partial<{
2060
+ width: number;
2061
+ height: number;
2062
+ autoplay: boolean;
2063
+ enableCoverImage: boolean;
2064
+ coverImageSrc: string;
2065
+ style: CSSProperties;
2066
+ styles: StylesType;
2067
+ template: FeedContentTemplateTypes$1;
2068
+ htmlElementId: string;
2069
+ moleculeId: string;
2070
+ isTrigger: boolean;
2071
+ isOnClickDisabled: boolean;
2072
+ configurationItemInfo?: ConfigurationItemInfo$1;
2073
+ }>;
2074
+ declare const Video: ({ style, src, width, height, template, autoplay, enableCoverImage, coverImageSrc, styles, htmlElementId, isTrigger, moleculeId, isOnClickDisabled, configurationItemInfo, }: VideoProps) => JSX.Element | null;
2075
+
2076
+ declare type ImageProps = {
2077
+ src: string;
2078
+ } & Partial<{
2079
+ id: string;
2080
+ altText: string;
2081
+ link: string;
2082
+ onClick: Callback$1;
2083
+ width: number;
2084
+ height: number;
2085
+ cornerRadius: SizesTypes$1 | number;
2086
+ behaveAs: 'background' | 'regular';
2087
+ styles: StylesType;
2088
+ metadata: MetadataType$1;
2089
+ htmlElementId: string;
2090
+ configurationItemInfo: ConfigurationItemInfo$1;
2091
+ }>;
2092
+ declare const Image: ({ src, onClick, link, altText, styles, width, height, id, behaveAs, cornerRadius, htmlElementId, metadata, configurationItemInfo, }: ImageProps) => JSX.Element | null;
2093
+
2094
+ declare type CarouselProps = {
2095
+ children: JSX.Element[];
1900
2096
  autoplay?: boolean;
1901
2097
  autoplayDuration?: number;
1902
2098
  };
1903
- declare type FormStepContainerProps = {
1904
- formStepName: string;
1905
- order: number;
1906
- conditionConfig: ConditionConfig;
1907
- formStepStyles?: CSSProperties;
1908
- };
1909
- declare type FormContainerProps = {
1910
- mode: keyof ValidationMode;
1911
- };
1912
- declare type PaddingVariants = 'top' | 'right' | 'bottom' | 'left';
1913
- declare type Padding = Record<PaddingVariants, SizesTypes$1 | string> | SizesTypes$1 | string;
1914
- declare type ContainerPropsType = Partial<{
1915
- position: ContainerPositionType;
1916
- scrollBehaviour: ContainerScrollBehaviourType;
2099
+ declare const Carousel: ({ children, autoplay, autoplayDuration, }: PropsWithChildren<CarouselProps>) => JSX.Element;
2100
+ declare const Wrapper: styled_components.StyledComponent<"section", styled_components.DefaultTheme, {}, never>;
2101
+ declare const SlidesWrapper: styled_components.StyledComponent<"ul", styled_components.DefaultTheme, {
2102
+ translateX: number;
2103
+ }, never>;
2104
+ declare const Slide: styled_components.StyledComponent<"li", styled_components.DefaultTheme, {}, never>;
2105
+ declare const ButtonsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2106
+ declare const ArrowIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
2107
+ arrowSide: 'left' | 'right';
2108
+ }, never>;
2109
+ declare const NavigationDotsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
2110
+
2111
+ declare type TextMoleculeProps = Partial<{
2112
+ text: string;
2113
+ variant: 'base' | 'custom';
2114
+ fontVariant: FontSizesTypes$2;
2115
+ textSize: number;
2116
+ textColor: ThemeColors$1 | string;
2117
+ letterSpacing: number;
2118
+ lineHeight: number;
2119
+ fontWeight: string | number;
2120
+ isRichText: boolean;
2121
+ styles: StylesType;
2122
+ textAlign: 'center' | 'right' | 'left';
2123
+ htmlElementId: string;
2124
+ configurationItemInfo: ConfigurationItemInfo$1;
2125
+ }> & Pick<TextProps$1, 'seoTag' | 'numberOfLines'>;
2126
+ declare const TextMolecule: ({ isRichText, variant, text, seoTag, fontVariant, textColor, textSize, fontWeight, lineHeight, letterSpacing, styles, textAlign, htmlElementId, configurationItemInfo, ...restOfTextProps }: TextMoleculeProps) => JSX.Element;
2127
+
2128
+ declare type ButtonVariant = 'primary' | 'secondary' | 'text' | 'custom';
2129
+ declare type ButtonType = 'button' | 'submit' | 'reset';
2130
+ declare type BaseButtonProps = PropsWithChildren<Partial<{
2131
+ onClick: Callback$1;
2132
+ variant: ButtonVariant;
2133
+ disabled: boolean;
2134
+ state: 'disabled' | 'enabled';
2135
+ fullWidth: boolean;
2136
+ size: 'medium' | 'small';
2137
+ buttonFont: FontSizesTypes$2;
2138
+ textColor: ThemeColors$1 | string;
2139
+ textSize: number;
2140
+ horizontalPadding: SizesTypes$1;
2141
+ verticalPadding: SizesTypes$1;
2142
+ buttonColor: ThemeColors$1 | string;
2143
+ buttonStroke: ThemeColors$1 | string;
1917
2144
  cornerRadius: SizesTypes$1 | number;
1918
- gap: SizesTypes$1;
2145
+ hoverButtonColor: ThemeColors$1 | string;
2146
+ hoverStrokeColor: ThemeColors$1 | string;
2147
+ inactiveButtonColor: ThemeColors$1 | string;
2148
+ inactiveStrokeColor: ThemeColors$1 | string;
2149
+ inactiveTextColor: ThemeColors$1 | string;
1919
2150
  styles: StylesType;
1920
- sliderProps: SliderProps;
1921
- formProps: FormContainerProps;
1922
- formStepProps: FormStepContainerProps;
1923
- padding: Padding;
1924
- border: string;
1925
- activeChildrenIds: string[];
1926
- activeOrganismIds: string[];
1927
- }>;
1928
- declare type AdditionalContainerProps = Partial<{
1929
- containerStyle: CSSProperties;
1930
- containerProps: ContainerPropsType;
1931
- }>;
1932
- declare type ContainerProps = PropsWithChildren<Partial<{
1933
- type: ContainerType;
1934
- containerTemplateType: ContainerTemplateType;
1935
- wide: AdditionalContainerProps;
1936
- compact: AdditionalContainerProps;
1937
- props: ContainerPropsType;
1938
- metadata: MetadataType;
1939
- isMobile: boolean;
1940
- isFormInEditMode: boolean;
2151
+ colorTheme: 'light' | 'dark';
2152
+ href: string;
2153
+ type: ButtonType;
1941
2154
  }>>;
1942
- declare type ContainerComponentProps = {
1943
- id: string;
1944
- instance: 'container';
1945
- type: ContainerType;
1946
- items: (ContainerComponentProps | Molecule)[];
1947
- config: Partial<{
1948
- wide: AdditionalContainerProps;
1949
- compact: AdditionalContainerProps;
1950
- props: ContainerPropsType;
1951
- }>;
1952
- tabsProps?: Pick<TabGroupProps$1, 'tabs' | 'activeTabKey' | 'onTabChange'>;
1953
- metadata?: MetadataType;
1954
- attributes?: AnyObject$1;
1955
- containerLibraryId?: string;
1956
- isMobile?: boolean;
1957
- };
1958
- declare type CriteriaType = 'operator' | 'condition';
1959
- declare type ConditionCriteria = {
1960
- id: string;
1961
- type: CriteriaType;
1962
- operator: string;
1963
- dataFieldId: Nullable<string>;
1964
- dataFieldName: Nullable<string>;
1965
- dataValue: Nullable<string>;
1966
- connectedTo: Nullable<string>;
2155
+ declare const baseButtonAllowedConfigurations: string[];
2156
+ declare type ButtonProps = BaseButtonProps & {
2157
+ fullWidth?: boolean;
2158
+ text?: string;
2159
+ link?: string;
2160
+ elementId?: string;
2161
+ loading?: boolean;
2162
+ isRichText?: boolean;
2163
+ containerStyle?: StylesType;
2164
+ buttonStyle?: StylesType;
2165
+ stateConfig?: MetadataStateConfig$1[];
2166
+ htmlElementId?: string;
2167
+ metadata?: MetadataType$1;
2168
+ configurationItemInfo?: ConfigurationItemInfo$1;
1967
2169
  };
1968
- declare type SegmentationType = 'simple' | 'advanced';
1969
- declare type ConditionConfig = Nullable<{
1970
- id: string;
1971
- segmentationType: SegmentationType;
1972
- criteriaList: ConditionCriteria[];
1973
- }>;
1974
- declare type FormDataStateConfig = {
1975
- value?: string | number;
1976
- } & Record<string, {
1977
- value?: string | number;
1978
- }>;
1979
- declare type StateConfigType = Record<string, Nullable<boolean | string | FormDataStateConfig>>;
2170
+ declare const Button: ({ text, onClick, loading, disabled, variant, isRichText, fullWidth, elementId, link, containerStyle, children, buttonStyle, size, textColor, inactiveTextColor, state, href, stateConfig, htmlElementId, metadata, configurationItemInfo, ...props }: ButtonProps) => JSX.Element | null;
1980
2171
 
1981
- declare const ContainerWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, Pick<ContainerProps$1, "type"> & {
1982
- containerProps?: Partial<{
1983
- position: containers_types_types.ContainerPositionType;
1984
- scrollBehaviour: containers_types_types.ContainerScrollBehaviourType;
1985
- cornerRadius: number | SizesTypes$1;
1986
- gap: SizesTypes$1;
1987
- styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1988
- sliderProps: containers_types_types.SliderProps;
1989
- formProps: containers_types_types.FormContainerProps;
1990
- formStepProps: containers_types_types.FormStepContainerProps;
1991
- padding: containers_types_types.Padding;
1992
- border: string;
1993
- activeChildrenIds: string[];
1994
- activeOrganismIds: string[];
1995
- }> | undefined;
1996
- metadata?: AnyObject | undefined;
2172
+ declare type ZealUIModalProps = PropsWithChildren<Pick<ModalProps, 'open'>> & {
2173
+ padding?: number | string;
2174
+ wrapperStyles?: CSSProperties;
2175
+ onKeyDown?: <T extends HTMLElement>(event: KeyboardEvent<T>) => void;
2176
+ modalStyles?: CSSProperties;
2177
+ size?: string;
2178
+ popupId: string;
2179
+ onClose: (popupId: string) => void;
2180
+ withCloseIcon?: boolean;
2181
+ };
2182
+ declare const ZealUIModal: ({ children, wrapperStyles, padding, onKeyDown, modalStyles, size, popupId, withCloseIcon, ...rest }: ZealUIModalProps) => JSX.Element;
2183
+ declare const ModalWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, OverrideStyles, never>;
2184
+ declare const IconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
2185
+ activeOpacity?: number | undefined;
2186
+ withoutOpacityEffect?: boolean | undefined;
2187
+ disabled?: boolean | undefined;
2188
+ } & {
2189
+ children?: react__default.ReactNode;
1997
2190
  }, never>;
1998
2191
 
1999
- declare type OrganismItemProps = {
2000
- item: ContainerComponentProps$1 | Molecule$1;
2001
- tabsProps?: Pick<TabGroupProps$1, 'tabs' | 'activeTabKey' | 'onTabChange'>;
2002
- formData?: AnyObject$1;
2003
- setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
2004
- isMobile?: boolean;
2005
- isFormInEditMode?: boolean;
2192
+ declare type ConsentCaptureMethod = 'button' | 'radioButton' | 'checkbox';
2193
+ declare type DefaultSelectionType = 'confirmation' | 'rejection';
2194
+ declare type ConsentType = {
2195
+ id: string;
2196
+ name: string;
2197
+ acknowledgment: CustomDescendant[];
2198
+ methodOfCapture: ConsentCaptureMethod;
2199
+ description: string;
2200
+ language: CustomDescendant[];
2201
+ expiration: string;
2202
+ confirmationButtonText: string;
2203
+ rejectionButtonText: string;
2204
+ defaultSelection: DefaultSelectionType;
2205
+ value?: DefaultSelectionType | boolean;
2206
+ isRequired?: boolean;
2207
+ };
2208
+ declare type ConsentProps<T extends string = string> = {
2209
+ text: string;
2210
+ isRequired?: boolean;
2211
+ consentCaptureProps: ConsentCaptureProps<T>;
2212
+ containerStyles?: CSSProperties;
2213
+ clearStyles?: boolean;
2006
2214
  };
2007
- declare const OrganismItem: ({ item, tabsProps, formData, setFormData, isMobile, isFormInEditMode, }: OrganismItemProps) => JSX.Element | null;
2215
+ declare const Consent: <T extends string>({ text, consentCaptureProps, containerStyles, clearStyles, }: ConsentProps<T>) => JSX.Element;
2008
2216
 
2009
- declare type FormOrganismItemProps = {
2010
- item: ContainerComponentProps$2;
2011
- activeChildrenIds: string[];
2012
- formData?: AnyObject$1;
2013
- setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
2014
- isMobile?: boolean;
2217
+ declare type LinkProps = Omit<TextButtonProps$1, 'children'> & Partial<{
2218
+ text: string;
2219
+ isRichText: boolean;
2220
+ href: string;
2221
+ htmlElementId: string;
2222
+ moleculeId: string;
2223
+ isTrigger: boolean;
2224
+ onExternalLink?: () => void;
2225
+ configurationItemInfo?: ConfigurationItemInfo$1;
2226
+ }>;
2227
+ declare const Link: ({ text, isRichText, htmlElementId, isTrigger, moleculeId, configurationItemInfo, ...props }: LinkProps) => JSX.Element | null;
2228
+
2229
+ declare type ChecklistItem = {
2230
+ id: string;
2231
+ isChecked: boolean;
2232
+ eventId: Nullable<string>;
2233
+ type: 'user_interactive' | 'system_controlled';
2234
+ label: {
2235
+ text: string;
2236
+ isRichText: boolean;
2237
+ };
2015
2238
  };
2016
- declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => JSX.Element | null;
2239
+ declare type ChecklistProps = {
2240
+ items: ChecklistItem[];
2241
+ props: {
2242
+ gap: SizesTypes$1;
2243
+ } & CheckboxInternalConfigProps$1;
2244
+ configurationItemInfo?: ConfigurationItemInfo$1;
2245
+ };
2246
+ declare const Checklist: ({ items, props: { gap, ...checkboxProps }, configurationItemInfo, }: ChecklistProps) => JSX.Element;
2247
+ declare const ChecklistWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
2248
+ $gap: SizesTypes$1;
2249
+ }, never>;
2017
2250
 
2018
- export { AccountButtonContext, AccountButtonContextType, AccountButtonMolecule, AccountButtonProvider, AccountButtonProviderProps, AcquisitionForm, AcquisitionFormProps, ActionAttributes, ActionTypes, AdditionalContainerProps, AdditionalTabContainerProps, Alert, AlertProps, AnnotationsList, ArrowIconWrapper, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownMenuConfigType, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, BaseMolecule, Body, BodyProps, BooleanAttributes, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMolecule, ButtonProps, ButtonType, ButtonVariant, ButtonsWrapper, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, Carousel, CarouselProps, Checkbox, CheckboxField, CheckboxFieldMolecule, CheckboxFieldProps, CheckboxGroup, CheckboxGroupProps, CheckboxProps, CheckboxesProps, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorAttributes, ColumnItem, Columns, ColumnsProps, ConditionConfig, ConditionConfigAttributes, ConditionCriteria, Consent, ConsentCaptureMethod, ConsentFieldMolecule, ConsentProps, ConsentType, Container, ContainerComponent, ContainerComponentProps, ContainerPositionType, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerTemplateType, ContainerType, ContainerWrapper, CriteriaType, CustomValidation, CustomValidationProps, CustomValidationRule, DataConnectionAttributes, DefaultSelectionType, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, DownloadFile, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, ErrorText, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, FontWeight, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, FormContainerProps, FormDataStateConfig, FormOrganismItem, FormStateType, FormStepContainerProps, FormStepContextProviderProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, IconWrapper, Image, ImageAttributes, ImageMolecule, ImageProps, Input, InputField, InputFieldInternalConfigProps, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, IterableAttributes, LabelInternalConfig, Link, LinkAttributes, LinkMolecule, LinkProps, LinkVariant, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MetadataStateConfig, MetadataType, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeTypes, NavigationDotsWrapper, OrganismContext, OrganismContextProvider, OrganismContextType, OrganismItem, OrganismItemProps, OrientationType, Padding, PaddingVariants, PasswordSetupMolecule, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldMolecule, RadioButtonFieldProps, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, RuleLabelInternalConfig, SegmentationType, Select, SelectAttributes, SelectField, SelectFieldMolecule, SelectFieldProps, SelectInternalConfigurationOptions, SelectOption, SelectProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Slide, SliderProps, SlidesWrapper, Spacer, SpacerProps, Spinner, StateActionType, StateConfigType, StateContext, StateContextProvider, StateContextProviderProps, StateContextType, StateEventType, StateListenerConfigType, StateModifierConfigType, Stepper, StepperProps, StyleWrapper, SubscribePanel, Tab, TabGroup, TabGroupMolecule, TabGroupProps, TabOption, TabProps, TabTheme, TabType, TextAlign, TextAttributes, TextButton, TextButtonProps, TextInputMolecule, TextMolecule, TextMoleculeProps, TextMoleculeType, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipInternalConfig, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoAttributes, VideoMolecule, VideoProps, WrappedContainerType, Wrapper, ZealTheme, ZealThemeProvider, ZealUIModal, ZealUIModalProps, acquisitionFormMockFields, defaultTheme, defaultValue, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, passwordMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useButtonActionsContext, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
2251
+ export { AccountButtonContext, AccountButtonContextType, AccountButtonMolecule, AccountButtonProvider, AccountButtonProviderProps, AcquisitionForm, AcquisitionFormProps, ActionAttributes, ActionEventType, ActionTypes, AdditionalContainerProps, AdditionalTabContainerProps, Alert, AlertProps, AnnotationsList, ArrowIconWrapper, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownMenuConfigType, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, BaseMolecule, Body, BodyProps, BooleanAttributes, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMolecule, ButtonProps, ButtonType, ButtonVariant, ButtonsWrapper, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, Carousel, CarouselProps, Checkbox, CheckboxField, CheckboxFieldMolecule, CheckboxFieldProps, CheckboxGroup, CheckboxGroupProps, CheckboxProps, CheckboxesProps, Checklist, ChecklistAttributes, ChecklistItem, ChecklistProps, ChecklistWrapper, ChecklistsMolecule, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorAttributes, ColumnItem, Columns, ColumnsProps, ConditionConfig, ConditionConfigAttributes, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, Consent, ConsentCaptureMethod, ConsentFieldMolecule, ConsentProps, ConsentType, Container, ContainerAlignItemsType, ContainerComponent, ContainerComponentProps, ContainerPositionType, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerTemplateType, ContainerType, ContainerWrapper, CriteriaType, CustomValidation, CustomValidationProps, CustomValidationRule, DataConnectionAttributes, DataConnectionValues, DataModelFieldFormat, DataModelFieldFormatCodeTypes, DataModelFieldFormatValueTypes, DefaultSelectionType, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, DownloadFile, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, ErrorText, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, FontWeight, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, FormContainerProps, FormDataStateConfig, FormOrganismItem, FormStateType, FormStepContainerProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, IconWrapper, Image, ImageAttributes, ImageMolecule, ImageProps, Input, InputField, InputFieldInternalConfigProps, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, IterableAttributes, LabelInternalConfig, Link, LinkAttributes, LinkMolecule, LinkProps, LinkVariant, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MetadataStateConfig, MetadataType, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeTypes, NavigationDotsWrapper, OrganismContext, OrganismContextProvider, OrganismContextProviderProps, OrganismContextType, OrganismItem, OrganismItemProps, OrientationType, OrientationTypeLabel, Padding, PaddingProps, PaddingVariants, PasswordSetupMolecule, PdfDocument, PdfDocumentProps, PopupPropsType, ProcessStep, ProcessStepsAttributes, ProcessStepsMoleculeType, ProcessTracker, ProcessTrackerOrientation, ProcessTrackerProps, ProcessTrackerStateValue, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldMolecule, RadioButtonFieldProps, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, RuleLabelInternalConfig, SegmentationType, Select, SelectAttributes, SelectField, SelectFieldMolecule, SelectFieldProps, SelectInternalConfigurationOptions, SelectOption, SelectProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, SlateValueChildType, Slide, SliderProps, SlidesWrapper, Spacer, SpacerProps, Spinner, StateActionType, StateConfigType, StateContext, StateContextProvider, StateContextProviderProps, StateContextType, StateEventType, StateListenerConfigType, StateModifierConfigType, Stepper, StepperProps, StyleWrapper, SubscribePanel, Tab, TabGroup, TabGroupMolecule, TabGroupProps, TabOption, TabProps, TabTheme, TabType, TextAlign, TextAttributes, TextButton, TextButtonProps, TextInputMolecule, TextMolecule, TextMoleculeProps, TextMoleculeType, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipInternalConfig, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoAttributes, VideoMolecule, VideoProps, WrappedContainerType, Wrapper, ZealTheme, ZealThemeProvider, ZealUIModal, ZealUIModalProps, acquisitionFormMockFields, baseButtonAllowedConfigurations, defaultTheme, defaultValue, getConfigurationWrapperStyle, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, passwordMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useButtonActionsContext, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };