@zealicsolutions/web-ui 0.4.8-6.2 → 0.4.8

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 +37 -34
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/src/atoms/Avatar/Avatar.d.ts +1 -0
  4. package/dist/cjs/src/atoms/Avatar/Avatar.stories.d.ts +1 -0
  5. package/dist/cjs/src/atoms/Buttons/IconButton.d.ts +1 -0
  6. package/dist/cjs/src/atoms/Checkbox/Checkbox.d.ts +10 -9
  7. package/dist/cjs/src/atoms/Checkbox/Checkbox.stories.d.ts +2 -1
  8. package/dist/cjs/src/atoms/Circle/Circle.d.ts +1 -0
  9. package/dist/cjs/src/atoms/Circle/Circle.stories.d.ts +1 -0
  10. package/dist/cjs/src/atoms/CircularIndicator/CircularIndicator.d.ts +1 -0
  11. package/dist/cjs/src/atoms/CircularIndicator/CircularIndicator.stories.d.ts +1 -0
  12. package/dist/cjs/src/atoms/HorizontalButtons/HorizontalButtons.d.ts +1 -0
  13. package/dist/cjs/src/atoms/HorizontalButtons/HorizontalButtons.stories.d.ts +1 -0
  14. package/dist/cjs/src/atoms/Icon/Icon.d.ts +1 -0
  15. package/dist/cjs/src/atoms/Icon/Icon.stories.d.ts +1 -0
  16. package/dist/cjs/src/atoms/Input/Input.stories.d.ts +6 -3
  17. package/dist/cjs/src/atoms/Input/helpers.d.ts +12 -9
  18. package/dist/cjs/src/atoms/Paddings/Paddings.d.ts +3 -3
  19. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.d.ts +1 -0
  20. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.stories.d.ts +1 -0
  21. package/dist/cjs/src/atoms/RadioButtons/RadioOption.d.ts +1 -0
  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 +2 -3
  25. package/dist/cjs/src/atoms/RichTextViewer/components/EditorElement.d.ts +2 -4
  26. package/dist/cjs/src/atoms/RichTextViewer/components/Leaf.d.ts +1 -0
  27. package/dist/cjs/src/atoms/Select/Select.d.ts +1 -0
  28. package/dist/cjs/src/atoms/Select/Select.stories.d.ts +1 -0
  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 +1 -0
  32. package/dist/cjs/src/atoms/TextWrapper/TextWrapper.stories.d.ts +1 -0
  33. package/dist/cjs/src/atoms/Toast/ToastContent.d.ts +1 -0
  34. package/dist/cjs/src/atoms/Tooltip/Tooltip.d.ts +1 -0
  35. package/dist/cjs/src/atoms/ValidationTag/ValidationTag.d.ts +1 -0
  36. package/dist/cjs/src/atoms/ValidationTag/ValidationTag.stories.d.ts +1 -0
  37. package/dist/cjs/src/containers/Container.d.ts +11 -29
  38. package/dist/cjs/src/containers/FormContainer.d.ts +1 -3
  39. package/dist/cjs/src/containers/FormStepContainer.d.ts +3 -2
  40. package/dist/cjs/src/containers/MoleculeItem.d.ts +8 -12
  41. package/dist/cjs/src/containers/OrganismItem.d.ts +3 -4
  42. package/dist/cjs/src/containers/hooks/useCheckCondition.d.ts +2 -7
  43. package/dist/cjs/src/containers/hooks/useSetFormData.d.ts +15 -8
  44. package/dist/cjs/src/containers/hooks/useStateClickModifierHandler.d.ts +2 -0
  45. package/dist/cjs/src/containers/hooks/useStateListenerValue.d.ts +4 -17
  46. package/dist/cjs/src/containers/mock-data.d.ts +14 -1151
  47. package/dist/cjs/src/containers/styles.d.ts +4 -22
  48. package/dist/cjs/src/containers/types/moleculeTypes.d.ts +15 -93
  49. package/dist/cjs/src/containers/types/types.d.ts +13 -35
  50. package/dist/cjs/src/contexts/ButtonActionsContext/ButtonActionsContext.d.ts +1 -2
  51. package/dist/cjs/src/contexts/ButtonActionsContext/ButtonActionsContextProvider.d.ts +3 -18
  52. package/dist/cjs/src/contexts/OrganismContext/OrganismContext.d.ts +3 -10
  53. package/dist/cjs/src/contexts/OrganismContext/OrganismContextProvider.d.ts +9 -25
  54. package/dist/cjs/src/fieldsConfiguration/types.d.ts +1 -1
  55. package/dist/cjs/src/helpers/utils.d.ts +0 -13
  56. package/dist/cjs/src/helpers/validations.d.ts +0 -5
  57. package/dist/cjs/src/icons/ArrowRight.d.ts +1 -0
  58. package/dist/cjs/src/icons/Bell.d.ts +1 -0
  59. package/dist/cjs/src/icons/Bookmark.d.ts +1 -0
  60. package/dist/cjs/src/icons/CaretDown.d.ts +1 -0
  61. package/dist/cjs/src/icons/CaretLeft.d.ts +1 -0
  62. package/dist/cjs/src/icons/CaretRight.d.ts +1 -0
  63. package/dist/cjs/src/icons/CaretUp.d.ts +1 -0
  64. package/dist/cjs/src/icons/Check.d.ts +1 -0
  65. package/dist/cjs/src/icons/Close.d.ts +1 -0
  66. package/dist/cjs/src/icons/Edit.d.ts +1 -0
  67. package/dist/cjs/src/icons/Filter.d.ts +1 -0
  68. package/dist/cjs/src/icons/Hide.d.ts +1 -0
  69. package/dist/cjs/src/icons/Info.d.ts +1 -0
  70. package/dist/cjs/src/icons/InfoBoxIcon.d.ts +1 -0
  71. package/dist/cjs/src/icons/Mail.d.ts +1 -0
  72. package/dist/cjs/src/icons/Menu.d.ts +1 -0
  73. package/dist/cjs/src/icons/Minus.d.ts +1 -0
  74. package/dist/cjs/src/icons/Mobile.d.ts +1 -0
  75. package/dist/cjs/src/icons/Play.d.ts +1 -0
  76. package/dist/cjs/src/icons/Save.d.ts +1 -0
  77. package/dist/cjs/src/icons/Search.d.ts +1 -0
  78. package/dist/cjs/src/icons/View.d.ts +1 -0
  79. package/dist/cjs/src/icons/Warning.d.ts +1 -0
  80. package/dist/cjs/src/molecules/Alert/Alert.d.ts +1 -0
  81. package/dist/cjs/src/molecules/Alert/Alert.stories.d.ts +1 -0
  82. package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +2 -3
  83. package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.stories.d.ts +2 -1
  84. package/dist/cjs/src/molecules/BottomNavBarItem/BottomNavBarItem.stories.d.ts +1 -0
  85. package/dist/cjs/src/molecules/Button/Button.d.ts +2 -5
  86. package/dist/cjs/src/molecules/Button/Button.stories.d.ts +2 -1
  87. package/dist/cjs/src/molecules/CheckboxField/CheckboxField.d.ts +3 -5
  88. package/dist/cjs/src/molecules/CheckboxField/CheckboxField.stories.d.ts +2 -4
  89. package/dist/cjs/src/molecules/CheckboxField/CheckboxGroup.d.ts +1 -0
  90. package/dist/cjs/src/molecules/Columns/Column.d.ts +2 -1
  91. package/dist/cjs/src/molecules/Columns/ColumnImage.d.ts +1 -0
  92. package/dist/cjs/src/molecules/Columns/Columns.stories.d.ts +1 -0
  93. package/dist/cjs/src/molecules/Columns/styles.d.ts +1 -1
  94. package/dist/cjs/src/molecules/Columns/useAnnotationCircle.d.ts +1 -0
  95. package/dist/cjs/src/molecules/Consent/Consent.d.ts +1 -0
  96. package/dist/cjs/src/molecules/Consent/Consent.stories.d.ts +1 -0
  97. package/dist/cjs/src/molecules/Consent/ConsentCapture.d.ts +1 -0
  98. package/dist/cjs/src/molecules/Consent/ConsentMolecule.d.ts +3 -3
  99. package/dist/cjs/src/molecules/CustomValidation/CustomValidation.d.ts +1 -0
  100. package/dist/cjs/src/molecules/CustomValidation/CustomValidation.stories.d.ts +1 -0
  101. package/dist/cjs/src/molecules/Drawer/Drawer.d.ts +1 -1
  102. package/dist/cjs/src/molecules/Drawer/Drawer.stories.d.ts +1 -1
  103. package/dist/cjs/src/molecules/Drawer/styles.d.ts +2 -4
  104. package/dist/cjs/src/molecules/EmphasizedText/EmphasizedText.d.ts +1 -0
  105. package/dist/cjs/src/molecules/EmphasizedText/EmphasizedText.stories.d.ts +1 -0
  106. package/dist/cjs/src/molecules/FeedContentHeader/FeedContentHeader.d.ts +1 -0
  107. package/dist/cjs/src/molecules/FeedContentHeader/FeedContentHeader.stories.d.ts +1 -0
  108. package/dist/cjs/src/molecules/FieldLabels/FieldLabels.d.ts +1 -0
  109. package/dist/cjs/src/molecules/FieldLabels/FieldLabels.stories.d.ts +1 -0
  110. package/dist/cjs/src/molecules/FieldMapper/FieldMapper.d.ts +1 -0
  111. package/dist/cjs/src/molecules/FieldSection/FieldSection.d.ts +1 -0
  112. package/dist/cjs/src/molecules/FieldSection/FieldSection.stories.d.ts +1 -0
  113. package/dist/cjs/src/molecules/HeroImage/HeroImage.d.ts +1 -0
  114. package/dist/cjs/src/molecules/HeroImage/HeroImage.stories.d.ts +1 -0
  115. package/dist/cjs/src/molecules/HorizontalButtonsField/HorizontalButtonsField.d.ts +1 -0
  116. package/dist/cjs/src/molecules/HorizontalButtonsField/HorizontalButtonsField.stories.d.ts +1 -0
  117. package/dist/cjs/src/molecules/Image/Image.d.ts +6 -7
  118. package/dist/cjs/src/molecules/Image/Image.stories.d.ts +2 -1
  119. package/dist/cjs/src/molecules/InputField/InputField.d.ts +5 -3
  120. package/dist/cjs/src/molecules/InputField/InputField.stories.d.ts +8 -3
  121. package/dist/cjs/src/molecules/Link/Link.d.ts +2 -6
  122. package/dist/cjs/src/molecules/Link/Link.stories.d.ts +2 -1
  123. package/dist/cjs/src/molecules/MenuItems/MenuItems.d.ts +8 -7
  124. package/dist/cjs/src/molecules/MenuItems/MenuItems.stories.d.ts +2 -1
  125. package/dist/cjs/src/molecules/MenuNavigation/MenuNavigation.d.ts +2 -3
  126. package/dist/cjs/src/molecules/MenuNavigation/MenuNavigation.stories.d.ts +2 -1
  127. package/dist/cjs/src/molecules/PasswordSetup/PasswordSetup.d.ts +5 -9
  128. package/dist/cjs/src/molecules/PasswordSetup/PasswordSetup.stories.d.ts +4 -3
  129. package/dist/cjs/src/molecules/PdfDocument/PdfDocument.d.ts +1 -0
  130. package/dist/cjs/src/molecules/PdfDocument/PdfDocument.stories.d.ts +1 -0
  131. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.d.ts +3 -8
  132. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +2 -4
  133. package/dist/cjs/src/molecules/SelectField/SelectField.d.ts +3 -3
  134. package/dist/cjs/src/molecules/SelectField/SelectField.stories.d.ts +2 -2
  135. package/dist/cjs/src/molecules/SelectableInfoCard/BaseSelectable.d.ts +1 -0
  136. package/dist/cjs/src/molecules/SelectableInfoCard/SelectableCardGroup.d.ts +1 -0
  137. package/dist/cjs/src/molecules/SelectableInfoCard/SelectableInfoCard.stories.d.ts +1 -0
  138. package/dist/cjs/src/molecules/SelectableInfoCard/styles.d.ts +1 -0
  139. package/dist/cjs/src/molecules/SettingsSelectionField/SettingsSelectionField.d.ts +1 -0
  140. package/dist/cjs/src/molecules/SettingsSelectionField/SettingsSelectionField.stories.d.ts +1 -0
  141. package/dist/cjs/src/molecules/Stepper/Step.d.ts +9 -4
  142. package/dist/cjs/src/molecules/Stepper/Stepper.d.ts +11 -10
  143. package/dist/cjs/src/molecules/Stepper/styles.d.ts +1 -1
  144. package/dist/cjs/src/molecules/TabGroup/TabGroup.d.ts +3 -4
  145. package/dist/cjs/src/molecules/TabGroup/TabGroup.stories.d.ts +2 -1
  146. package/dist/cjs/src/molecules/TabGroup/styles.d.ts +1 -1
  147. package/dist/cjs/src/molecules/TextMolecule/TextMolecule.d.ts +2 -3
  148. package/dist/cjs/src/molecules/TextMolecule/TextMolecule.stories.d.ts +2 -1
  149. package/dist/cjs/src/molecules/Video/Video.d.ts +2 -6
  150. package/dist/cjs/src/molecules/Video/Video.stories.d.ts +2 -1
  151. package/dist/cjs/src/molecules/ZealUIModal/ZealUIModal.d.ts +3 -6
  152. package/dist/cjs/src/molecules/ZealUIModal/ZealUIModal.stories.d.ts +2 -1
  153. package/dist/cjs/src/molecules/index.d.ts +0 -1
  154. package/dist/cjs/src/organisms/AccountInformation/AccountInformation.d.ts +1 -0
  155. package/dist/cjs/src/organisms/AcquisitionForm/AcquisitionForm.d.ts +1 -0
  156. package/dist/cjs/src/organisms/AcquisitionForm/AcquisitionForm.stories.d.ts +1 -0
  157. package/dist/cjs/src/organisms/Body/Body.d.ts +1 -0
  158. package/dist/cjs/src/organisms/Body/Body.stories.d.ts +1 -0
  159. package/dist/cjs/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.d.ts +1 -0
  160. package/dist/cjs/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.stories.d.ts +1 -0
  161. package/dist/cjs/src/organisms/DynamicContentZone/DynamicContentZone.d.ts +1 -0
  162. package/dist/cjs/src/organisms/DynamicContentZone/DynamicContentZone.stories.d.ts +1 -0
  163. package/dist/cjs/src/organisms/FeedContent/FeedContent.d.ts +1 -0
  164. package/dist/cjs/src/organisms/FeedContent/FeedContent.stories.d.ts +1 -0
  165. package/dist/cjs/src/organisms/FeedContent/components/BackToFeedButton.d.ts +1 -0
  166. package/dist/cjs/src/organisms/FeedContent/components/ExpandedContent.d.ts +1 -0
  167. package/dist/cjs/src/organisms/FeedContent/components/FullWidthContentTemplate.d.ts +1 -0
  168. package/dist/cjs/src/organisms/FeedContent/components/StandardContentTemplate.d.ts +1 -0
  169. package/dist/cjs/src/organisms/FeedContentContainer/FeedContentContainer.d.ts +1 -0
  170. package/dist/cjs/src/organisms/FeedContentContainer/FeedContentContainer.stories.d.ts +1 -0
  171. package/dist/cjs/src/organisms/Footer/Footer.d.ts +1 -0
  172. package/dist/cjs/src/organisms/Footer/Footer.stories.d.ts +1 -0
  173. package/dist/cjs/src/organisms/Footer/FooterA.d.ts +1 -0
  174. package/dist/cjs/src/organisms/Footer/FooterB.d.ts +1 -0
  175. package/dist/cjs/src/organisms/Footer/FooterC.d.ts +1 -0
  176. package/dist/cjs/src/organisms/Footer/FooterD.d.ts +1 -0
  177. package/dist/cjs/src/organisms/Footer/shared.d.ts +1 -0
  178. package/dist/cjs/src/organisms/Footer/styles.d.ts +1 -1
  179. package/dist/cjs/src/organisms/ForgotPasswordForm/ForgotPasswordForm.d.ts +1 -0
  180. package/dist/cjs/src/organisms/ForgotPasswordForm/ForgotPasswordForm.stories.d.ts +1 -0
  181. package/dist/cjs/src/organisms/Header/Header.d.ts +1 -0
  182. package/dist/cjs/src/organisms/Header/Header.stories.d.ts +1 -0
  183. package/dist/cjs/src/organisms/Header/HeaderA.d.ts +1 -0
  184. package/dist/cjs/src/organisms/Header/HeaderB.d.ts +1 -0
  185. package/dist/cjs/src/organisms/Header/HeaderC.d.ts +1 -0
  186. package/dist/cjs/src/organisms/Header/HeaderD.d.ts +1 -0
  187. package/dist/cjs/src/organisms/Header/HeaderMobileNavigation.d.ts +1 -0
  188. package/dist/cjs/src/organisms/Header/styles.d.ts +1 -0
  189. package/dist/cjs/src/organisms/HeroSlider/HeroSlider.d.ts +1 -0
  190. package/dist/cjs/src/organisms/HeroSlider/HeroSlider.stories.d.ts +1 -0
  191. package/dist/cjs/src/organisms/ISI/ISI.d.ts +1 -0
  192. package/dist/cjs/src/organisms/ISI/ISI.stories.d.ts +1 -0
  193. package/dist/cjs/src/organisms/ISI/ISIA.d.ts +1 -0
  194. package/dist/cjs/src/organisms/LoginForm/LoginForm.d.ts +1 -0
  195. package/dist/cjs/src/organisms/LoginForm/LoginForm.stories.d.ts +1 -0
  196. package/dist/cjs/src/organisms/ProcessTracker/ProcessTracker.d.ts +3 -2
  197. package/dist/cjs/src/organisms/ProcessTracker/ProcessTracker.stories.d.ts +1 -0
  198. package/dist/cjs/src/organisms/ProfileInformation/ProfileInformation.stories.d.ts +1 -0
  199. package/dist/cjs/src/organisms/SetPasswordForm/SetPasswordForm.d.ts +1 -0
  200. package/dist/cjs/src/organisms/SetPasswordForm/SetPasswordForm.stories.d.ts +1 -0
  201. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanel.d.ts +1 -0
  202. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanel.stories.d.ts +1 -0
  203. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanelA.d.ts +1 -0
  204. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanelB.d.ts +1 -0
  205. package/dist/cjs/src/organisms/TwoFactorAuth/TwoFactorAuth.d.ts +1 -0
  206. package/dist/cjs/src/organisms/TwoFactorAuth/TwoFactorAuth.stories.d.ts +1 -0
  207. package/dist/cjs/src/templates/DefaultTemplate/DefaultTemplate.stories.d.ts +1 -0
  208. package/dist/cjs/src/templates/DefaultTemplate/mockProps.d.ts +1 -0
  209. package/dist/esm/index.js +37 -34
  210. package/dist/esm/index.js.map +1 -1
  211. package/dist/esm/src/atoms/Avatar/Avatar.d.ts +1 -0
  212. package/dist/esm/src/atoms/Avatar/Avatar.stories.d.ts +1 -0
  213. package/dist/esm/src/atoms/Buttons/IconButton.d.ts +1 -0
  214. package/dist/esm/src/atoms/Checkbox/Checkbox.d.ts +10 -9
  215. package/dist/esm/src/atoms/Checkbox/Checkbox.stories.d.ts +2 -1
  216. package/dist/esm/src/atoms/Circle/Circle.d.ts +1 -0
  217. package/dist/esm/src/atoms/Circle/Circle.stories.d.ts +1 -0
  218. package/dist/esm/src/atoms/CircularIndicator/CircularIndicator.d.ts +1 -0
  219. package/dist/esm/src/atoms/CircularIndicator/CircularIndicator.stories.d.ts +1 -0
  220. package/dist/esm/src/atoms/HorizontalButtons/HorizontalButtons.d.ts +1 -0
  221. package/dist/esm/src/atoms/HorizontalButtons/HorizontalButtons.stories.d.ts +1 -0
  222. package/dist/esm/src/atoms/Icon/Icon.d.ts +1 -0
  223. package/dist/esm/src/atoms/Icon/Icon.stories.d.ts +1 -0
  224. package/dist/esm/src/atoms/Input/Input.stories.d.ts +6 -3
  225. package/dist/esm/src/atoms/Input/helpers.d.ts +12 -9
  226. package/dist/esm/src/atoms/Paddings/Paddings.d.ts +3 -3
  227. package/dist/esm/src/atoms/RadioButtons/RadioButtons.d.ts +1 -0
  228. package/dist/esm/src/atoms/RadioButtons/RadioButtons.stories.d.ts +1 -0
  229. package/dist/esm/src/atoms/RadioButtons/RadioOption.d.ts +1 -0
  230. package/dist/esm/src/atoms/RegularImage/RegularImage.d.ts +5 -5
  231. package/dist/esm/src/atoms/RegularImage/RegularImage.stories.d.ts +1 -1
  232. package/dist/esm/src/atoms/RichTextViewer/RichTextViewer.d.ts +2 -3
  233. package/dist/esm/src/atoms/RichTextViewer/components/EditorElement.d.ts +2 -4
  234. package/dist/esm/src/atoms/RichTextViewer/components/Leaf.d.ts +1 -0
  235. package/dist/esm/src/atoms/Select/Select.d.ts +1 -0
  236. package/dist/esm/src/atoms/Select/Select.stories.d.ts +1 -0
  237. package/dist/esm/src/atoms/Tab/Tab.d.ts +1 -1
  238. package/dist/esm/src/atoms/Tab/Tab.stories.d.ts +1 -1
  239. package/dist/esm/src/atoms/Tab/styles.d.ts +1 -0
  240. package/dist/esm/src/atoms/TextWrapper/TextWrapper.stories.d.ts +1 -0
  241. package/dist/esm/src/atoms/Toast/ToastContent.d.ts +1 -0
  242. package/dist/esm/src/atoms/Tooltip/Tooltip.d.ts +1 -0
  243. package/dist/esm/src/atoms/ValidationTag/ValidationTag.d.ts +1 -0
  244. package/dist/esm/src/atoms/ValidationTag/ValidationTag.stories.d.ts +1 -0
  245. package/dist/esm/src/containers/Container.d.ts +11 -29
  246. package/dist/esm/src/containers/FormContainer.d.ts +1 -3
  247. package/dist/esm/src/containers/FormStepContainer.d.ts +3 -2
  248. package/dist/esm/src/containers/MoleculeItem.d.ts +8 -12
  249. package/dist/esm/src/containers/OrganismItem.d.ts +3 -4
  250. package/dist/esm/src/containers/hooks/useCheckCondition.d.ts +2 -7
  251. package/dist/esm/src/containers/hooks/useSetFormData.d.ts +15 -8
  252. package/dist/esm/src/containers/hooks/useStateClickModifierHandler.d.ts +2 -0
  253. package/dist/esm/src/containers/hooks/useStateListenerValue.d.ts +4 -17
  254. package/dist/esm/src/containers/mock-data.d.ts +14 -1151
  255. package/dist/esm/src/containers/styles.d.ts +4 -22
  256. package/dist/esm/src/containers/types/moleculeTypes.d.ts +15 -93
  257. package/dist/esm/src/containers/types/types.d.ts +13 -35
  258. package/dist/esm/src/contexts/ButtonActionsContext/ButtonActionsContext.d.ts +1 -2
  259. package/dist/esm/src/contexts/ButtonActionsContext/ButtonActionsContextProvider.d.ts +3 -18
  260. package/dist/esm/src/contexts/OrganismContext/OrganismContext.d.ts +3 -10
  261. package/dist/esm/src/contexts/OrganismContext/OrganismContextProvider.d.ts +9 -25
  262. package/dist/esm/src/fieldsConfiguration/types.d.ts +1 -1
  263. package/dist/esm/src/helpers/utils.d.ts +0 -13
  264. package/dist/esm/src/helpers/validations.d.ts +0 -5
  265. package/dist/esm/src/icons/ArrowRight.d.ts +1 -0
  266. package/dist/esm/src/icons/Bell.d.ts +1 -0
  267. package/dist/esm/src/icons/Bookmark.d.ts +1 -0
  268. package/dist/esm/src/icons/CaretDown.d.ts +1 -0
  269. package/dist/esm/src/icons/CaretLeft.d.ts +1 -0
  270. package/dist/esm/src/icons/CaretRight.d.ts +1 -0
  271. package/dist/esm/src/icons/CaretUp.d.ts +1 -0
  272. package/dist/esm/src/icons/Check.d.ts +1 -0
  273. package/dist/esm/src/icons/Close.d.ts +1 -0
  274. package/dist/esm/src/icons/Edit.d.ts +1 -0
  275. package/dist/esm/src/icons/Filter.d.ts +1 -0
  276. package/dist/esm/src/icons/Hide.d.ts +1 -0
  277. package/dist/esm/src/icons/Info.d.ts +1 -0
  278. package/dist/esm/src/icons/InfoBoxIcon.d.ts +1 -0
  279. package/dist/esm/src/icons/Mail.d.ts +1 -0
  280. package/dist/esm/src/icons/Menu.d.ts +1 -0
  281. package/dist/esm/src/icons/Minus.d.ts +1 -0
  282. package/dist/esm/src/icons/Mobile.d.ts +1 -0
  283. package/dist/esm/src/icons/Play.d.ts +1 -0
  284. package/dist/esm/src/icons/Save.d.ts +1 -0
  285. package/dist/esm/src/icons/Search.d.ts +1 -0
  286. package/dist/esm/src/icons/View.d.ts +1 -0
  287. package/dist/esm/src/icons/Warning.d.ts +1 -0
  288. package/dist/esm/src/molecules/Alert/Alert.d.ts +1 -0
  289. package/dist/esm/src/molecules/Alert/Alert.stories.d.ts +1 -0
  290. package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +2 -3
  291. package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.stories.d.ts +2 -1
  292. package/dist/esm/src/molecules/BottomNavBarItem/BottomNavBarItem.stories.d.ts +1 -0
  293. package/dist/esm/src/molecules/Button/Button.d.ts +2 -5
  294. package/dist/esm/src/molecules/Button/Button.stories.d.ts +2 -1
  295. package/dist/esm/src/molecules/CheckboxField/CheckboxField.d.ts +3 -5
  296. package/dist/esm/src/molecules/CheckboxField/CheckboxField.stories.d.ts +2 -4
  297. package/dist/esm/src/molecules/CheckboxField/CheckboxGroup.d.ts +1 -0
  298. package/dist/esm/src/molecules/Columns/Column.d.ts +2 -1
  299. package/dist/esm/src/molecules/Columns/ColumnImage.d.ts +1 -0
  300. package/dist/esm/src/molecules/Columns/Columns.stories.d.ts +1 -0
  301. package/dist/esm/src/molecules/Columns/styles.d.ts +1 -1
  302. package/dist/esm/src/molecules/Columns/useAnnotationCircle.d.ts +1 -0
  303. package/dist/esm/src/molecules/Consent/Consent.d.ts +1 -0
  304. package/dist/esm/src/molecules/Consent/Consent.stories.d.ts +1 -0
  305. package/dist/esm/src/molecules/Consent/ConsentCapture.d.ts +1 -0
  306. package/dist/esm/src/molecules/Consent/ConsentMolecule.d.ts +3 -3
  307. package/dist/esm/src/molecules/CustomValidation/CustomValidation.d.ts +1 -0
  308. package/dist/esm/src/molecules/CustomValidation/CustomValidation.stories.d.ts +1 -0
  309. package/dist/esm/src/molecules/Drawer/Drawer.d.ts +1 -1
  310. package/dist/esm/src/molecules/Drawer/Drawer.stories.d.ts +1 -1
  311. package/dist/esm/src/molecules/Drawer/styles.d.ts +2 -4
  312. package/dist/esm/src/molecules/EmphasizedText/EmphasizedText.d.ts +1 -0
  313. package/dist/esm/src/molecules/EmphasizedText/EmphasizedText.stories.d.ts +1 -0
  314. package/dist/esm/src/molecules/FeedContentHeader/FeedContentHeader.d.ts +1 -0
  315. package/dist/esm/src/molecules/FeedContentHeader/FeedContentHeader.stories.d.ts +1 -0
  316. package/dist/esm/src/molecules/FieldLabels/FieldLabels.d.ts +1 -0
  317. package/dist/esm/src/molecules/FieldLabels/FieldLabels.stories.d.ts +1 -0
  318. package/dist/esm/src/molecules/FieldMapper/FieldMapper.d.ts +1 -0
  319. package/dist/esm/src/molecules/FieldSection/FieldSection.d.ts +1 -0
  320. package/dist/esm/src/molecules/FieldSection/FieldSection.stories.d.ts +1 -0
  321. package/dist/esm/src/molecules/HeroImage/HeroImage.d.ts +1 -0
  322. package/dist/esm/src/molecules/HeroImage/HeroImage.stories.d.ts +1 -0
  323. package/dist/esm/src/molecules/HorizontalButtonsField/HorizontalButtonsField.d.ts +1 -0
  324. package/dist/esm/src/molecules/HorizontalButtonsField/HorizontalButtonsField.stories.d.ts +1 -0
  325. package/dist/esm/src/molecules/Image/Image.d.ts +6 -7
  326. package/dist/esm/src/molecules/Image/Image.stories.d.ts +2 -1
  327. package/dist/esm/src/molecules/InputField/InputField.d.ts +5 -3
  328. package/dist/esm/src/molecules/InputField/InputField.stories.d.ts +8 -3
  329. package/dist/esm/src/molecules/Link/Link.d.ts +2 -6
  330. package/dist/esm/src/molecules/Link/Link.stories.d.ts +2 -1
  331. package/dist/esm/src/molecules/MenuItems/MenuItems.d.ts +8 -7
  332. package/dist/esm/src/molecules/MenuItems/MenuItems.stories.d.ts +2 -1
  333. package/dist/esm/src/molecules/MenuNavigation/MenuNavigation.d.ts +2 -3
  334. package/dist/esm/src/molecules/MenuNavigation/MenuNavigation.stories.d.ts +2 -1
  335. package/dist/esm/src/molecules/PasswordSetup/PasswordSetup.d.ts +5 -9
  336. package/dist/esm/src/molecules/PasswordSetup/PasswordSetup.stories.d.ts +4 -3
  337. package/dist/esm/src/molecules/PdfDocument/PdfDocument.d.ts +1 -0
  338. package/dist/esm/src/molecules/PdfDocument/PdfDocument.stories.d.ts +1 -0
  339. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.d.ts +3 -8
  340. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +2 -4
  341. package/dist/esm/src/molecules/SelectField/SelectField.d.ts +3 -3
  342. package/dist/esm/src/molecules/SelectField/SelectField.stories.d.ts +2 -2
  343. package/dist/esm/src/molecules/SelectableInfoCard/BaseSelectable.d.ts +1 -0
  344. package/dist/esm/src/molecules/SelectableInfoCard/SelectableCardGroup.d.ts +1 -0
  345. package/dist/esm/src/molecules/SelectableInfoCard/SelectableInfoCard.stories.d.ts +1 -0
  346. package/dist/esm/src/molecules/SelectableInfoCard/styles.d.ts +1 -0
  347. package/dist/esm/src/molecules/SettingsSelectionField/SettingsSelectionField.d.ts +1 -0
  348. package/dist/esm/src/molecules/SettingsSelectionField/SettingsSelectionField.stories.d.ts +1 -0
  349. package/dist/esm/src/molecules/Stepper/Step.d.ts +9 -4
  350. package/dist/esm/src/molecules/Stepper/Stepper.d.ts +11 -10
  351. package/dist/esm/src/molecules/Stepper/styles.d.ts +1 -1
  352. package/dist/esm/src/molecules/TabGroup/TabGroup.d.ts +3 -4
  353. package/dist/esm/src/molecules/TabGroup/TabGroup.stories.d.ts +2 -1
  354. package/dist/esm/src/molecules/TabGroup/styles.d.ts +1 -1
  355. package/dist/esm/src/molecules/TextMolecule/TextMolecule.d.ts +2 -3
  356. package/dist/esm/src/molecules/TextMolecule/TextMolecule.stories.d.ts +2 -1
  357. package/dist/esm/src/molecules/Video/Video.d.ts +2 -6
  358. package/dist/esm/src/molecules/Video/Video.stories.d.ts +2 -1
  359. package/dist/esm/src/molecules/ZealUIModal/ZealUIModal.d.ts +3 -6
  360. package/dist/esm/src/molecules/ZealUIModal/ZealUIModal.stories.d.ts +2 -1
  361. package/dist/esm/src/molecules/index.d.ts +0 -1
  362. package/dist/esm/src/organisms/AccountInformation/AccountInformation.d.ts +1 -0
  363. package/dist/esm/src/organisms/AcquisitionForm/AcquisitionForm.d.ts +1 -0
  364. package/dist/esm/src/organisms/AcquisitionForm/AcquisitionForm.stories.d.ts +1 -0
  365. package/dist/esm/src/organisms/Body/Body.d.ts +1 -0
  366. package/dist/esm/src/organisms/Body/Body.stories.d.ts +1 -0
  367. package/dist/esm/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.d.ts +1 -0
  368. package/dist/esm/src/organisms/BottomNavBarNavigation/BottomNavBarNavigation.stories.d.ts +1 -0
  369. package/dist/esm/src/organisms/DynamicContentZone/DynamicContentZone.d.ts +1 -0
  370. package/dist/esm/src/organisms/DynamicContentZone/DynamicContentZone.stories.d.ts +1 -0
  371. package/dist/esm/src/organisms/FeedContent/FeedContent.d.ts +1 -0
  372. package/dist/esm/src/organisms/FeedContent/FeedContent.stories.d.ts +1 -0
  373. package/dist/esm/src/organisms/FeedContent/components/BackToFeedButton.d.ts +1 -0
  374. package/dist/esm/src/organisms/FeedContent/components/ExpandedContent.d.ts +1 -0
  375. package/dist/esm/src/organisms/FeedContent/components/FullWidthContentTemplate.d.ts +1 -0
  376. package/dist/esm/src/organisms/FeedContent/components/StandardContentTemplate.d.ts +1 -0
  377. package/dist/esm/src/organisms/FeedContentContainer/FeedContentContainer.d.ts +1 -0
  378. package/dist/esm/src/organisms/FeedContentContainer/FeedContentContainer.stories.d.ts +1 -0
  379. package/dist/esm/src/organisms/Footer/Footer.d.ts +1 -0
  380. package/dist/esm/src/organisms/Footer/Footer.stories.d.ts +1 -0
  381. package/dist/esm/src/organisms/Footer/FooterA.d.ts +1 -0
  382. package/dist/esm/src/organisms/Footer/FooterB.d.ts +1 -0
  383. package/dist/esm/src/organisms/Footer/FooterC.d.ts +1 -0
  384. package/dist/esm/src/organisms/Footer/FooterD.d.ts +1 -0
  385. package/dist/esm/src/organisms/Footer/shared.d.ts +1 -0
  386. package/dist/esm/src/organisms/Footer/styles.d.ts +1 -1
  387. package/dist/esm/src/organisms/ForgotPasswordForm/ForgotPasswordForm.d.ts +1 -0
  388. package/dist/esm/src/organisms/ForgotPasswordForm/ForgotPasswordForm.stories.d.ts +1 -0
  389. package/dist/esm/src/organisms/Header/Header.d.ts +1 -0
  390. package/dist/esm/src/organisms/Header/Header.stories.d.ts +1 -0
  391. package/dist/esm/src/organisms/Header/HeaderA.d.ts +1 -0
  392. package/dist/esm/src/organisms/Header/HeaderB.d.ts +1 -0
  393. package/dist/esm/src/organisms/Header/HeaderC.d.ts +1 -0
  394. package/dist/esm/src/organisms/Header/HeaderD.d.ts +1 -0
  395. package/dist/esm/src/organisms/Header/HeaderMobileNavigation.d.ts +1 -0
  396. package/dist/esm/src/organisms/Header/styles.d.ts +1 -0
  397. package/dist/esm/src/organisms/HeroSlider/HeroSlider.d.ts +1 -0
  398. package/dist/esm/src/organisms/HeroSlider/HeroSlider.stories.d.ts +1 -0
  399. package/dist/esm/src/organisms/ISI/ISI.d.ts +1 -0
  400. package/dist/esm/src/organisms/ISI/ISI.stories.d.ts +1 -0
  401. package/dist/esm/src/organisms/ISI/ISIA.d.ts +1 -0
  402. package/dist/esm/src/organisms/LoginForm/LoginForm.d.ts +1 -0
  403. package/dist/esm/src/organisms/LoginForm/LoginForm.stories.d.ts +1 -0
  404. package/dist/esm/src/organisms/ProcessTracker/ProcessTracker.d.ts +3 -2
  405. package/dist/esm/src/organisms/ProcessTracker/ProcessTracker.stories.d.ts +1 -0
  406. package/dist/esm/src/organisms/ProfileInformation/ProfileInformation.stories.d.ts +1 -0
  407. package/dist/esm/src/organisms/SetPasswordForm/SetPasswordForm.d.ts +1 -0
  408. package/dist/esm/src/organisms/SetPasswordForm/SetPasswordForm.stories.d.ts +1 -0
  409. package/dist/esm/src/organisms/SubscribePanel/SubscribePanel.d.ts +1 -0
  410. package/dist/esm/src/organisms/SubscribePanel/SubscribePanel.stories.d.ts +1 -0
  411. package/dist/esm/src/organisms/SubscribePanel/SubscribePanelA.d.ts +1 -0
  412. package/dist/esm/src/organisms/SubscribePanel/SubscribePanelB.d.ts +1 -0
  413. package/dist/esm/src/organisms/TwoFactorAuth/TwoFactorAuth.d.ts +1 -0
  414. package/dist/esm/src/organisms/TwoFactorAuth/TwoFactorAuth.stories.d.ts +1 -0
  415. package/dist/esm/src/templates/DefaultTemplate/DefaultTemplate.stories.d.ts +1 -0
  416. package/dist/esm/src/templates/DefaultTemplate/mockProps.d.ts +1 -0
  417. package/dist/index.d.ts +788 -1021
  418. package/package.json +3 -6
  419. package/dist/cjs/src/constants/params.d.ts +0 -8
  420. package/dist/cjs/src/containers/hooks/useStateModifierHandler.d.ts +0 -7
  421. package/dist/cjs/src/molecules/CheckboxField/CheckboxGroup.stories.d.ts +0 -32
  422. package/dist/cjs/src/molecules/Checklist/Checklist.d.ts +0 -25
  423. package/dist/cjs/src/molecules/Checklist/Checklist.stories.d.ts +0 -8
  424. package/dist/cjs/src/molecules/MenuItems/MenuItem.d.ts +0 -20
  425. package/dist/cjs/src/molecules/Stepper/Stepper.stories.d.ts +0 -8
  426. package/dist/esm/src/constants/params.d.ts +0 -8
  427. package/dist/esm/src/containers/hooks/useStateModifierHandler.d.ts +0 -7
  428. package/dist/esm/src/molecules/CheckboxField/CheckboxGroup.stories.d.ts +0 -32
  429. package/dist/esm/src/molecules/Checklist/Checklist.d.ts +0 -25
  430. package/dist/esm/src/molecules/Checklist/Checklist.stories.d.ts +0 -8
  431. package/dist/esm/src/molecules/MenuItems/MenuItem.d.ts +0 -20
  432. package/dist/esm/src/molecules/Stepper/Stepper.stories.d.ts +0 -8
package/dist/index.d.ts CHANGED
@@ -1,25 +1,23 @@
1
1
  /// <reference types="react" />
2
2
  import * as react from 'react';
3
- import react__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction, MouseEvent, CSSProperties as CSSProperties$1, ComponentType, KeyboardEvent } from 'react';
3
+ import react__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction, 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, Nullable, StrictUnion, OverrideStyles, StyledTransientProps } from 'typescript';
9
+ import { StylesType, AnyObject as AnyObject$1, Callback as Callback$1, OverrideStyles, StyledTransientProps, Nullable, StrictUnion } 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 { 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';
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';
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, 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';
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';
19
19
  import * as react_hook_form 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';
20
+ import { ControllerProps, DeepPartial, FieldValues, FormState, Control, UseFormReturn, ValidationMode } from 'react-hook-form';
23
21
  import { TooltipProps as TooltipProps$1 } from 'rc-tooltip/lib/Tooltip';
24
22
  import { WithGoogleMapProps } from 'react-google-maps/lib/withGoogleMap';
25
23
  import { WithScriptjsProps } from 'react-google-maps/lib/withScriptjs';
@@ -32,7 +30,7 @@ import { FooterAProps } from 'organisms/Footer/FooterA';
32
30
  import { FooterBProps } from 'organisms/Footer/FooterB';
33
31
  import { FooterCProps } from 'organisms/Footer/FooterC';
34
32
  import { FooterDProps } from 'organisms/Footer/FooterD';
35
- import { FilteredFeedContentType as FilteredFeedContentType$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1, ConsentProps as ConsentProps$3 } from 'organisms';
33
+ import { FilteredFeedContentType as FilteredFeedContentType$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1, ConsentProps as ConsentProps$3, ProcessTrackerStatus as ProcessTrackerStatus$1 } from 'organisms';
36
34
  import { FeedContentContainerProps as FeedContentContainerProps$1 } from 'organisms/FeedContentContainer/FeedContentContainer';
37
35
  import { SubscribePanelProps as SubscribePanelProps$1 } from 'organisms/SubscribePanel/type';
38
36
  import { ISIAProps } from 'organisms/ISI/ISIA';
@@ -45,6 +43,7 @@ import { AnnotationsList as AnnotationsList$1 } from 'contexts/MlrRichTextViewer
45
43
  import * as contexts_MlrRichTextViewerContext_MlrRichTextViewerContext from 'contexts/MlrRichTextViewerContext/MlrRichTextViewerContext';
46
44
  import * as contexts_ButtonActionsContext_ButtonActionsContext from 'contexts/ButtonActionsContext/ButtonActionsContext';
47
45
  export * from 'helpers/constants';
46
+ import { CheckboxInternalConfigProps as CheckboxInternalConfigProps$1 } from 'atoms/Checkbox/types';
48
47
  import { CustomDescendant } from 'atoms/RichTextViewer/types';
49
48
  import { ConsentCaptureProps } from 'molecules/Consent/ConsentCapture';
50
49
  import * as containers_types_types from 'containers/types/types';
@@ -77,15 +76,15 @@ declare type CheckboxProps = {
77
76
  id: string;
78
77
  onClick: (id: string) => void;
79
78
  label: string;
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;
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;
89
88
 
90
89
  declare type SelectOption = {
91
90
  id: string;
@@ -119,719 +118,118 @@ declare type SelectProps = Partial<{
119
118
  }>;
120
119
  declare const Select: ({ ref, onBlur, onChange, value, placeholder, options, disabled, optionsPresentation, isError, isEditMode, selectInternalConfig, isRichText, }: SelectProps) => JSX.Element;
121
120
 
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;
121
+ declare type Callback = () => void;
122
+ declare type AnyObject = Record<string, unknown>;
203
123
 
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;
124
+ declare const getFieldPlaceholder: (type: FieldTypes$1, title?: string) => string;
125
+
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;
210
138
  };
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;
229
- }>;
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;
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;
241
149
  };
242
- declare type ImageAttributes = {
243
- attributeType: 'image';
244
- imageSource: string;
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;
181
+ }>;
182
+ declare type InputIconProps = {
183
+ name: IconNames$1;
184
+ onClick?: Callback$1;
245
185
  };
246
- interface TextAttributes {
247
- id?: string;
248
- attributeType: 'text';
249
- isRichText?: boolean;
250
- text: string;
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';
186
+ declare type InputProps = Partial<{
271
187
  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;
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;
288
219
  };
289
- declare type DataConnectionValues = {
290
- dataFieldName: string;
291
- dataModelFieldId: string;
292
- defaultValue?: string;
293
- entitySubtypeId?: string;
294
- entitySubtypeName?: string;
295
- format: DataModelFieldFormat;
296
- };
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;
319
- };
320
- processSteps: {
321
- attributeType: 'process_steps';
322
- steps: ProcessStep[];
323
- };
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;
346
- }>;
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
- };
538
- };
539
-
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>>;
554
- };
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;
570
- }>;
571
- declare type SliderProps = {
572
- autoplay?: boolean;
573
- autoplayDuration?: number;
574
- };
575
- declare type FormStepContainerProps = {
576
- formStepName: string;
577
- order: number;
578
- conditionConfig: ConditionConfig;
579
- formStepStyles?: CSSProperties;
580
- };
581
- declare type FormContainerProps = {
582
- mode: keyof ValidationMode;
583
- };
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;
636
- };
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>;
647
- };
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>>;
667
- };
668
-
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;
676
- };
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;
705
-
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;
716
-
717
- declare type FormOrganismItemProps = {
718
- item: ContainerComponentProps$2;
719
- activeChildrenIds: string[];
720
- formData?: AnyObject$1;
721
- setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
722
- isMobile?: boolean;
723
- };
724
- declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => JSX.Element | null;
725
-
726
- declare const getFieldPlaceholder: (type: FieldTypes$1, title?: string) => string;
727
-
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;
740
- };
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;
751
- };
752
- declare type UIFields<T extends object> = UIField<keyof T>[];
753
-
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>;
757
-
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
- }[];
767
-
768
- declare type MaskConfig = {
769
- maskPlaceholder?: string;
770
- maskPattern?: Array<string | RegExp>;
771
- dataModelFieldType: DataModelFieldFormatCodeTypes;
772
- };
773
-
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;
806
-
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 }: {
825
- text: 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;
220
+ declare type TextWrapperProps = PropsWithChildren<TextProps>;
221
+ declare const TextWrapper: ({ children, seoTag, ...textProps }: TextWrapperProps) => JSX.Element;
222
+ declare const ErrorText: ({ text }: {
223
+ 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;
835
233
  };
836
234
  declare const availableIcons: {
837
235
  ArrowRight: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
@@ -880,7 +278,7 @@ declare type RegularImageProps = {
880
278
  width: number | string;
881
279
  height: number | string;
882
280
  onClick: Callback$1;
883
- cornerRadius: SizesTypes$1 | number;
281
+ cornerRadius: number;
884
282
  }> & OverrideStyles;
885
283
  declare const RegularImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
886
284
  src: string;
@@ -889,7 +287,7 @@ declare const RegularImage: styled_components.StyledComponent<"img", styled_comp
889
287
  width: number | string;
890
288
  height: number | string;
891
289
  onClick: Callback$1;
892
- cornerRadius: SizesTypes$1 | number;
290
+ cornerRadius: number;
893
291
  }> & OverrideStyles, never>;
894
292
  declare const BackgroundImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
895
293
  src: string;
@@ -898,7 +296,7 @@ declare const BackgroundImage: styled_components.StyledComponent<"img", styled_c
898
296
  width: number | string;
899
297
  height: number | string;
900
298
  onClick: Callback$1;
901
- cornerRadius: SizesTypes$1 | number;
299
+ cornerRadius: number;
902
300
  }> & OverrideStyles, never>;
903
301
 
904
302
  declare type LinkVariant = 'link' | 'custom';
@@ -969,11 +367,11 @@ declare type AvatarProps = {
969
367
  };
970
368
  declare const Avatar: ({ size, withShadow, label, backgroundColor, onPress, content: { initials, iconName, imageUrl }, textConfig: { color, font }, }: AvatarProps) => JSX.Element;
971
369
 
972
- declare type PaddingProps = {
370
+ declare type HorizontalPaddingProps = {
973
371
  padding: SizesTypes$1 | number;
974
372
  };
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>;
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>;
977
375
 
978
376
  declare type DividerProps = {
979
377
  type?: 'horizontal' | 'vertical';
@@ -1011,10 +409,8 @@ declare type RichTextEditorProps = Partial<{
1011
409
  renderElementWrapperComponent: (props: AnyObject$1) => JSX.Element;
1012
410
  renderElementWrapperProps: AnyObject$1;
1013
411
  htmlElementId: string;
1014
- moleculeId: string;
1015
- isTrigger: boolean;
1016
412
  }>;
1017
- declare const RichTextViewer: ({ value, font, color, textStyles, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
413
+ declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, }: RichTextEditorProps) => JSX.Element | null;
1018
414
 
1019
415
  declare type RadioButtonInternalConfigProps = Partial<{
1020
416
  selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
@@ -1109,7 +505,7 @@ declare type TabProps<T = string, K = string> = {
1109
505
  vertical: boolean;
1110
506
  isActive: boolean;
1111
507
  onClick: (key: T) => void;
1112
- options: MenuItem<K>[];
508
+ options: MenuItem$1<K>[];
1113
509
  onOptionClick: (optionKey: K) => void;
1114
510
  tabTheme: TabTheme;
1115
511
  divider: boolean;
@@ -1130,7 +526,7 @@ declare const Tab: <T, K>(props: {
1130
526
  vertical: boolean;
1131
527
  isActive: boolean;
1132
528
  onClick: (key: T) => void;
1133
- options: MenuItem<K_1>[];
529
+ options: MenuItem$1<K>[];
1134
530
  onOptionClick: (optionKey: K) => void;
1135
531
  tabTheme: TabTheme;
1136
532
  divider: boolean;
@@ -1336,6 +732,7 @@ declare type HeaderProps<T = string> = (HeaderAProps<T> & {
1336
732
  });
1337
733
  declare const Header: <T extends string | number>(props: HeaderProps<T>) => JSX.Element;
1338
734
 
735
+ declare type ProcessTrackerStatus = 'complete' | 'incomplete' | 'in_progress';
1339
736
  declare type ProcessTrackerProps = {
1340
737
  title?: Nullable<string>;
1341
738
  description?: Nullable<string>;
@@ -1343,7 +740,7 @@ declare type ProcessTrackerProps = {
1343
740
  statuses?: {
1344
741
  title: string;
1345
742
  description: string;
1346
- status: ProcessTrackerStatus$1;
743
+ status: ProcessTrackerStatus;
1347
744
  }[];
1348
745
  currentStep?: number;
1349
746
  style?: CSSProperties;
@@ -1504,68 +901,25 @@ declare type ButtonActionsContextType = {
1504
901
  actionContent?: ContainerComponentProps$1;
1505
902
  setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
1506
903
  isModalVisible: boolean;
904
+ setModalVisible: Dispatch<SetStateAction<boolean>>;
1507
905
  isDrawerVisible: boolean;
1508
906
  setDrawerVisible: Dispatch<SetStateAction<boolean>>;
1509
- setActivePopUpById: (id: string) => void;
1510
- onCloseModal: (id: string) => void;
1511
907
  };
1512
908
  declare const ButtonActionsContext: react.Context<ButtonActionsContextType>;
1513
909
 
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
- };
1525
- };
1526
910
  declare type ButtonActionsProviderProps = PropsWithChildren<Partial<{
1527
911
  actionContent: ContainerComponentProps$1;
1528
912
  setActionContent: Dispatch<SetStateAction<ContainerComponentProps$1>>;
1529
913
  isModalVisible: boolean;
914
+ setModalVisible: Dispatch<SetStateAction<boolean>>;
1530
915
  setDrawerVisible: Dispatch<SetStateAction<boolean>>;
1531
916
  isDrawerVisible: boolean;
1532
- setActivePopUpById: (id: string) => void;
1533
- onCloseModal: (id: string) => void;
1534
- popupProps?: PopupPropsType[];
1535
917
  }>>;
1536
- declare const ButtonActionsProvider: ({ children, popupProps }: ButtonActionsProviderProps) => JSX.Element;
918
+ declare const ButtonActionsProvider: ({ children }: ButtonActionsProviderProps) => JSX.Element;
1537
919
 
1538
920
  declare type StepItem = ContainerComponentProps$1 | Molecule$1;
1539
921
  declare type GroupedStepItemsByStepContainer = Map<string, StepItem[]>;
1540
922
 
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;
1548
- };
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;
1568
-
1569
923
  declare type OrganismContextType = {
1570
924
  items: (ContainerComponentProps$1 | Molecule$1)[];
1571
925
  groupStepItemsByStepContainer: () => GroupedStepItemsByStepContainer;
@@ -1578,21 +932,27 @@ declare type OrganismContextType = {
1578
932
  dateType: InputFieldTypes$2;
1579
933
  }[]>>;
1580
934
  formId?: string;
1581
- isPreview?: boolean;
1582
935
  submitHandler?: (data: {
1583
936
  formId: string;
1584
937
  data: AnyObject$1;
1585
- }) => Promise<void>;
938
+ }) => void;
1586
939
  validations?: PasswordRuleValidation[];
1587
940
  editable?: boolean;
1588
- isFormInEditMode?: boolean;
1589
- isConfigurationMode?: boolean;
1590
- organismMetadata?: MetadataType$1;
1591
- onConfigurationItemClicked: (itemInfo?: Omit<ConfigurationItem, 'organismId'>) => void;
1592
- selectedConfigurationItemId?: string;
1593
941
  };
1594
942
  declare const OrganismContext: react.Context<OrganismContextType>;
1595
943
 
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;
955
+
1596
956
  declare type AccountButtonContextType = Partial<{
1597
957
  userInitials: string;
1598
958
  logOutHandler: Callback$1;
@@ -1674,6 +1034,7 @@ declare type InputFieldProps = Partial<{
1674
1034
  required: boolean;
1675
1035
  optional: boolean;
1676
1036
  defaultValue: string;
1037
+ displayOnlyInputDefaultValue?: string;
1677
1038
  inputProps: InputProps$1;
1678
1039
  styles: StylesType;
1679
1040
  labelsProps: FieldLabelsProps;
@@ -1681,9 +1042,9 @@ declare type InputFieldProps = Partial<{
1681
1042
  state: FormStateType$1;
1682
1043
  formData: AnyObject$1;
1683
1044
  htmlElementId: string;
1684
- configurationItemInfo?: ConfigurationItemInfo$1;
1045
+ isFormInEditMode: boolean;
1685
1046
  }>;
1686
- declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, optional, required, rules, conditionConfig, state, formData, htmlElementId, configurationItemInfo, }: InputFieldProps) => JSX.Element | null;
1047
+ declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, displayOnlyInputDefaultValue, optional, required, rules, conditionConfig, state, formData, htmlElementId, isFormInEditMode, }: InputFieldProps) => JSX.Element | null;
1687
1048
 
1688
1049
  declare type FieldMapperProps<T extends object> = {
1689
1050
  field: UIField$1<keyof T>;
@@ -1722,11 +1083,8 @@ declare type CheckboxFieldProps = Partial<{
1722
1083
  defaultValue: string[];
1723
1084
  formData: AnyObject$1;
1724
1085
  htmlElementId: string;
1725
- isTrigger?: boolean;
1726
- moleculeId: string;
1727
- configurationItemInfo?: ConfigurationItemInfo$1;
1728
1086
  }>;
1729
- declare const CheckboxField: ({ checkboxesProps, name, rules, control, optional, required, labelsProps, wrapperStyles, conditionConfig, defaultValue, formData, htmlElementId, state, isTrigger, moleculeId, configurationItemInfo, }: CheckboxFieldProps) => JSX.Element | null;
1087
+ declare const CheckboxField: ({ checkboxesProps, name, rules, control, optional, required, labelsProps, wrapperStyles, conditionConfig, defaultValue, formData, htmlElementId, }: CheckboxFieldProps) => JSX.Element | null;
1730
1088
 
1731
1089
  declare type CheckboxGroupProps = Partial<{
1732
1090
  ref: RefCallBack;
@@ -1750,9 +1108,8 @@ declare type SelectFieldProps = Partial<{
1750
1108
  state: FormStateType$1;
1751
1109
  formData: AnyObject$1;
1752
1110
  htmlElementId: string;
1753
- configurationItemInfo?: ConfigurationItemInfo$1;
1754
1111
  }>;
1755
- declare const SelectField: ({ selectProps, name, defaultValue, optional, required, control, styles, labelsProps, rules, conditionConfig, formData, state, htmlElementId, configurationItemInfo, }: SelectFieldProps) => JSX.Element | null;
1112
+ declare const SelectField: ({ selectProps, name, defaultValue, optional, required, control, styles, labelsProps, rules, conditionConfig, formData, state, htmlElementId, }: SelectFieldProps) => JSX.Element | null;
1756
1113
 
1757
1114
  declare type CustomValidationRule<T = string> = {
1758
1115
  text: string;
@@ -1803,14 +1160,13 @@ declare const HeroImage: ({ backgroundImage, button, contentAlignment, mainHeadi
1803
1160
  declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
1804
1161
  declare type DrawerProps = DrawerProps$1 & {
1805
1162
  anchor: Anchor;
1806
- padding?: SizesTypes$2 | number | string;
1163
+ padding?: SizesTypes$2 | number;
1807
1164
  height?: number | string;
1808
1165
  width?: number | string;
1809
- withCloseIcon?: boolean;
1810
1166
  closeIconColor?: ThemeColors$2 | string;
1811
1167
  };
1812
1168
 
1813
- declare const Drawer: ({ children, closeIconColor, withCloseIcon, ...props }: PropsWithChildren<DrawerProps>) => JSX.Element;
1169
+ declare const Drawer: ({ children, closeIconColor, ...props }: PropsWithChildren<DrawerProps>) => JSX.Element;
1814
1170
 
1815
1171
  declare type ColumnsTemplateKeys = 'horizontal' | 'card' | 'with_image';
1816
1172
 
@@ -1828,36 +1184,24 @@ declare type ColumnItem = {
1828
1184
  };
1829
1185
  declare const Columns: ({ columns, containerStyles, template }: ColumnsProps) => JSX.Element;
1830
1186
 
1831
- declare type MenuItemType<T> = {
1187
+ declare type MenuItem<T> = {
1832
1188
  id: T;
1833
1189
  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;
1190
+ onClick?: (id: T) => void;
1841
1191
  };
1842
-
1843
1192
  declare type MenuItemsProps<T> = {
1844
1193
  title?: string;
1845
- options?: MenuItemType<T>[];
1846
- activeKey?: T;
1847
- itemColor?: string;
1848
- menuTheme?: 'light' | 'dark';
1849
1194
  onItemPress?: (id: T) => void;
1850
- activeItemColor?: string;
1195
+ options?: MenuItem<T>[];
1851
1196
  };
1852
- declare const MenuItems: <T extends string | number>({ title, options, activeKey, itemColor, menuTheme, onItemPress, activeItemColor, }: MenuItemsProps<T>) => JSX.Element;
1197
+ declare const MenuItems: <T extends string | number>({ title, onItemPress, options, }: MenuItemsProps<T>) => JSX.Element;
1853
1198
 
1854
1199
  declare type AvatarDropdownMenuConfigType = 'log-out' | 'account-information';
1855
1200
  declare type AvatarDropdownProps<T = string> = {
1856
1201
  avatarProps: AvatarProps$1;
1857
1202
  menuConfig: MenuItemsProps<T>;
1858
- configurationItemInfo?: ConfigurationItemInfo$1;
1859
1203
  };
1860
- declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, configurationItemInfo, }: AvatarDropdownProps<T>) => JSX.Element;
1204
+ declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, }: AvatarDropdownProps<T>) => JSX.Element;
1861
1205
 
1862
1206
  declare type TabType<T = string, K = string> = Pick<TabProps$1<T, K>, 'text' | 'tabKey' | 'disabled' | 'options' | 'divider'>;
1863
1207
  declare type AdditionalTabContainerProps = {
@@ -1883,9 +1227,8 @@ declare type TabGroupProps<T = string, K = string> = {
1883
1227
  compact?: AdditionalTabContainerProps;
1884
1228
  isMobile?: boolean;
1885
1229
  htmlElementId?: string;
1886
- configurationItemInfo?: ConfigurationItemInfo$1;
1887
1230
  };
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;
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;
1889
1232
 
1890
1233
  declare type FieldSectionProps<T extends object> = {
1891
1234
  label: string;
@@ -1897,9 +1240,8 @@ declare const FieldSection: <T extends object>({ fields, label, isEditMode, cont
1897
1240
 
1898
1241
  declare type MenuNavigationProps<T> = {
1899
1242
  menuConfig: MenuItemsProps<T>;
1900
- customIconType?: IconNames$2;
1901
1243
  };
1902
- declare const MenuNavigation: <T extends string | number>({ menuConfig, customIconType, }: MenuNavigationProps<T>) => JSX.Element;
1244
+ declare const MenuNavigation: <T extends string | number>({ menuConfig, }: MenuNavigationProps<T>) => JSX.Element;
1903
1245
  declare const CaretIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1904
1246
  isOpen: boolean;
1905
1247
  }, never>;
@@ -1926,11 +1268,8 @@ declare type RadioButtonFieldProps<T extends string> = Partial<{
1926
1268
  state: FormStateType$1;
1927
1269
  formData: AnyObject$1;
1928
1270
  htmlElementId: string;
1929
- isTrigger?: boolean;
1930
- moleculeId: string;
1931
- configurationItemInfo?: ConfigurationItemInfo$1;
1932
1271
  }>;
1933
- declare const RadioButtonField: <T extends string>({ name, rules, styles, control, optional, required, labelsProps, defaultValue, radioButtonsProps, conditionConfig, formData, htmlElementId, state, isTrigger, moleculeId, configurationItemInfo, }: Partial<{
1272
+ declare const RadioButtonField: <T extends string>({ name, rules, styles, control, optional, required, labelsProps, defaultValue, radioButtonsProps, conditionConfig, formData, htmlElementId, }: Partial<{
1934
1273
  name: string;
1935
1274
  rules: ControllerProps$1['rules'];
1936
1275
  styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
@@ -1976,9 +1315,6 @@ declare const RadioButtonField: <T extends string>({ name, rules, styles, contro
1976
1315
  state: FormStateType$1;
1977
1316
  formData: AnyObject$1;
1978
1317
  htmlElementId: string;
1979
- isTrigger?: boolean | undefined;
1980
- moleculeId: string;
1981
- configurationItemInfo?: ConfigurationItemInfo$1 | undefined;
1982
1318
  }>) => JSX.Element | null;
1983
1319
 
1984
1320
  declare type AlertProps = {
@@ -1999,17 +1335,17 @@ declare type AlertProps = {
1999
1335
  };
2000
1336
  declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
2001
1337
 
2002
- declare type ProcessTrackerOrientation = 'horizontal' | 'vertical';
1338
+ declare type OrientationType = 'horizontal' | 'vertical';
2003
1339
  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;
1340
+ steps: {
1341
+ title: string;
1342
+ description?: string;
1343
+ status?: ProcessTrackerStatus$1;
1344
+ }[];
1345
+ currentStep: number;
1346
+ orientation?: OrientationType;
2011
1347
  };
2012
- declare const Stepper: ({ steps, orientation, htmlElementId, metadata, isMobile, isOnClickDisabled, configurationItemInfo, }: StepperProps) => JSX.Element | null;
1348
+ declare const Stepper: ({ steps, orientation, currentStep }: StepperProps) => JSX.Element;
2013
1349
 
2014
1350
  declare type PdfDocumentProps = {
2015
1351
  source: string;
@@ -2045,207 +1381,638 @@ declare type ToggleFieldProps = {
2045
1381
  };
2046
1382
  declare const HorizontalButtonsField: ({ name, title, control, description, horizontalButtonsProps, }: ToggleFieldProps) => JSX.Element;
2047
1383
 
2048
- declare type BottomNaVBarItemProps = {
1384
+ declare type BottomNaVBarItemProps = {
1385
+ name: string;
1386
+ icon: ComponentType<Omit<IconProps$1, 'name'>>;
1387
+ active: boolean;
1388
+ activeColor: string;
1389
+ onNavigate: Callback;
1390
+ };
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;
1407
+
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;
1424
+
1425
+ declare type CarouselProps = {
1426
+ children: JSX.Element[];
1427
+ autoplay?: boolean;
1428
+ autoplayDuration?: number;
1429
+ };
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>;
1441
+
1442
+ declare type TextMoleculeProps = Partial<{
1443
+ text: string;
1444
+ variant: 'base' | 'custom';
1445
+ fontVariant: FontSizesTypes$2;
1446
+ textSize: number;
1447
+ textColor: ThemeColors$1 | string;
1448
+ letterSpacing: number;
1449
+ lineHeight: number;
1450
+ fontWeight: string | number;
1451
+ isRichText: boolean;
1452
+ 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;
1480
+ 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
+ };
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;
1505
+ };
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>;
1515
+
1516
+ declare type ConsentCaptureMethod = 'button' | 'radioButton' | 'checkbox';
1517
+ declare type DefaultSelectionType = 'confirmation' | 'rejection';
1518
+ declare type ConsentType = {
1519
+ id: string;
1520
+ 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;
1538
+ };
1539
+ declare const Consent: <T extends string>({ text, consentCaptureProps, containerStyles, clearStyles, }: ConsentProps<T>) => JSX.Element;
1540
+
1541
+ declare type LinkProps = Omit<TextButtonProps$1, 'children'> & Partial<{
1542
+ text: string;
1543
+ isRichText: boolean;
1544
+ href: string;
1545
+ htmlElementId: string;
1546
+ }>;
1547
+ declare const Link: ({ text, isRichText, htmlElementId, ...props }: LinkProps) => JSX.Element | null;
1548
+
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;
1612
+
1613
+ declare type ActionTypes = 'link' | 'popup' | 'drawer' | 'download' | 'submit' | 'reset' | 'destroy';
1614
+ declare type DownloadFile = {
1615
+ url: string;
2049
1616
  name: string;
2050
- icon: ComponentType<Omit<IconProps$1, 'name'>>;
2051
- active: boolean;
2052
- activeColor: string;
2053
- onNavigate: Callback;
2054
1617
  };
2055
- declare const BottomNavBarItem: ({ name, icon, active, activeColor, onNavigate, }: BottomNaVBarItemProps) => JSX.Element;
2056
-
2057
- declare type VideoProps = {
2058
- src: string;
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;
2059
1627
  } & 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;
1628
+ link: LinkAction;
1629
+ popup: PopupDrawerAction;
1630
+ drawer: PopupDrawerAction;
1631
+ download: DownloadAction;
1632
+ submit: SubmitAction;
1633
+ cancel: CancelAction;
1634
+ reset: ResetAction;
1635
+ destroy: DestroyAction;
2073
1636
  }>;
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<{
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;
1646
+ 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 {
2079
1657
  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;
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;
1821
+ }>;
1822
+ conditionConfig: ConditionConfigAttributes;
1823
+ }>;
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;
1851
+ }>;
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>;
1869
+ formData: AnyObject$1;
1870
+ setFormData: Dispatch<SetStateAction<AnyObject$1>>;
1871
+ isFormInEditMode: boolean;
2091
1872
  }>;
2092
- declare const Image: ({ src, onClick, link, altText, styles, width, height, id, behaveAs, cornerRadius, htmlElementId, metadata, configurationItemInfo, }: ImageProps) => JSX.Element | null;
2093
1873
 
2094
- declare type CarouselProps = {
2095
- children: JSX.Element[];
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>>;
1887
+ };
1888
+ declare type StateModifierConfigType = {
1889
+ role: 'stateModifier';
1890
+ stateKey: string;
1891
+ event: StateEventType;
1892
+ };
1893
+ declare type MetadataStateConfig = StateListenerConfigType | StateModifierConfigType;
1894
+ declare type MetadataType = AnyObject$1 & {
1895
+ stateConfig: MetadataStateConfig[];
1896
+ notEditable?: boolean;
1897
+ hasOwnButton?: boolean;
1898
+ };
1899
+ declare type SliderProps = {
2096
1900
  autoplay?: boolean;
2097
1901
  autoplayDuration?: number;
2098
1902
  };
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;
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;
2144
1917
  cornerRadius: SizesTypes$1 | number;
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;
1918
+ gap: SizesTypes$1;
2150
1919
  styles: StylesType;
2151
- colorTheme: 'light' | 'dark';
2152
- href: string;
2153
- type: ButtonType;
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;
2154
1941
  }>>;
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;
2169
- };
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;
2171
-
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;
2190
- }, never>;
2191
-
2192
- declare type ConsentCaptureMethod = 'button' | 'radioButton' | 'checkbox';
2193
- declare type DefaultSelectionType = 'confirmation' | 'rejection';
2194
- declare type ConsentType = {
1942
+ declare type ContainerComponentProps = {
2195
1943
  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;
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;
2207
1957
  };
2208
- declare type ConsentProps<T extends string = string> = {
2209
- text: string;
2210
- isRequired?: boolean;
2211
- consentCaptureProps: ConsentCaptureProps<T>;
2212
- containerStyles?: CSSProperties;
2213
- clearStyles?: boolean;
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>;
2214
1967
  };
2215
- declare const Consent: <T extends string>({ text, consentCaptureProps, containerStyles, clearStyles, }: ConsentProps<T>) => JSX.Element;
2216
-
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;
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;
2226
1978
  }>;
2227
- declare const Link: ({ text, isRichText, htmlElementId, isTrigger, moleculeId, configurationItemInfo, ...props }: LinkProps) => JSX.Element | null;
1979
+ declare type StateConfigType = Record<string, Nullable<boolean | string | FormDataStateConfig>>;
2228
1980
 
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
- };
2238
- };
2239
- declare type ChecklistProps = {
2240
- items: ChecklistItem[];
2241
- props: {
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;
2242
1986
  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;
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;
2249
1997
  }, never>;
2250
1998
 
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 };
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;
2006
+ };
2007
+ declare const OrganismItem: ({ item, tabsProps, formData, setFormData, isMobile, isFormInEditMode, }: OrganismItemProps) => JSX.Element | null;
2008
+
2009
+ declare type FormOrganismItemProps = {
2010
+ item: ContainerComponentProps$2;
2011
+ activeChildrenIds: string[];
2012
+ formData?: AnyObject$1;
2013
+ setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
2014
+ isMobile?: boolean;
2015
+ };
2016
+ declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => JSX.Element | null;
2017
+
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 };