@zealicsolutions/web-ui 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (248) hide show
  1. package/dist/cjs/index.js +27 -27
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/src/atoms/Avatar/Avatar.d.ts +2 -2
  4. package/dist/{esm/src/atoms/Buttons/Button.stories.d.ts → cjs/src/atoms/Buttons/Buttons.stories.d.ts} +6 -5
  5. package/dist/cjs/src/atoms/Buttons/TextButton.d.ts +4 -19
  6. package/dist/cjs/src/atoms/Checkbox/Checkbox.d.ts +15 -9
  7. package/dist/cjs/src/atoms/Checkbox/Checkbox.stories.d.ts +1 -1
  8. package/dist/cjs/src/atoms/Checkbox/helpers.d.ts +2 -0
  9. package/dist/cjs/src/atoms/Checkbox/types.d.ts +18 -0
  10. package/dist/cjs/src/atoms/CircularIndicator/CircularIndicator.stories.d.ts +2 -2
  11. package/dist/cjs/src/atoms/Icon/Icon.d.ts +18 -15
  12. package/dist/cjs/src/atoms/Input/Input.d.ts +14 -2
  13. package/dist/cjs/src/atoms/Input/Input.stories.d.ts +4 -4
  14. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.d.ts +25 -5
  15. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.stories.d.ts +9 -1
  16. package/dist/cjs/src/atoms/RadioButtons/RadioOption.d.ts +9 -0
  17. package/dist/cjs/src/atoms/RadioButtons/helpers.d.ts +9 -0
  18. package/dist/cjs/src/atoms/RadioButtons/styles.d.ts +9 -0
  19. package/dist/cjs/src/atoms/RegularImage/RegularImage.d.ts +29 -0
  20. package/dist/cjs/src/atoms/RegularImage/RegularImage.stories.d.ts +16 -0
  21. package/dist/cjs/src/atoms/RichTextViewer/RichTextViewer.d.ts +6 -4
  22. package/dist/cjs/src/atoms/Select/Select.d.ts +29 -2
  23. package/dist/cjs/src/atoms/Select/Select.stories.d.ts +4 -4
  24. package/dist/cjs/src/atoms/Select/styles.d.ts +5 -1
  25. package/dist/cjs/src/atoms/Tab/Tab.d.ts +56 -0
  26. package/dist/cjs/src/atoms/Tab/Tab.stories.d.ts +31 -0
  27. package/dist/cjs/src/{molecules → atoms}/Tab/styles.d.ts +5 -5
  28. package/dist/cjs/src/atoms/Tab/utils.d.ts +4 -0
  29. package/dist/cjs/src/atoms/TextWrapper/TextWrapper.d.ts +10 -5
  30. package/dist/cjs/src/atoms/TextWrapper/TextWrapper.stories.d.ts +5 -5
  31. package/dist/cjs/src/atoms/Tooltip/Tooltip.d.ts +6 -3
  32. package/dist/cjs/src/atoms/Tooltip/Tooltip.stories.d.ts +1 -1
  33. package/dist/cjs/src/atoms/index.d.ts +2 -3
  34. package/dist/cjs/src/containers/Container.d.ts +4 -0
  35. package/dist/cjs/src/containers/Container.stories.d.ts +6 -0
  36. package/dist/cjs/src/containers/FormContainer.d.ts +6 -0
  37. package/dist/cjs/src/containers/MoleculeItem.d.ts +8 -0
  38. package/dist/cjs/src/containers/OrganismItem.d.ts +7 -0
  39. package/dist/cjs/src/containers/helpers.d.ts +2 -0
  40. package/dist/cjs/src/containers/index.d.ts +5 -0
  41. package/dist/cjs/src/containers/mock-data.d.ts +3 -0
  42. package/dist/cjs/src/containers/styles.d.ts +12 -0
  43. package/dist/cjs/src/containers/types/moleculeTypes.d.ts +161 -0
  44. package/dist/cjs/src/containers/types/types.d.ts +40 -0
  45. package/dist/cjs/src/contexts/MlrRichTextViewerContext/types.d.ts +2 -1
  46. package/dist/cjs/src/fieldsConfiguration/types.d.ts +5 -5
  47. package/dist/cjs/src/helpers/constants.d.ts +6 -0
  48. package/dist/cjs/src/helpers/utils.d.ts +1 -0
  49. package/dist/cjs/src/helpers/validations.d.ts +3 -0
  50. package/dist/cjs/src/icons/CaretDown.d.ts +1 -1
  51. package/dist/cjs/src/icons/Check.d.ts +2 -2
  52. package/dist/cjs/src/icons/Close.d.ts +1 -1
  53. package/dist/cjs/src/icons/Filter.d.ts +2 -2
  54. package/dist/cjs/src/icons/Hide.d.ts +1 -1
  55. package/dist/cjs/src/icons/Info.d.ts +1 -1
  56. package/dist/cjs/src/icons/Mail.d.ts +1 -1
  57. package/dist/cjs/src/icons/Minus.d.ts +2 -2
  58. package/dist/cjs/src/icons/Mobile.d.ts +2 -2
  59. package/dist/cjs/src/icons/Play.d.ts +1 -1
  60. package/dist/cjs/src/icons/Search.d.ts +1 -1
  61. package/dist/cjs/src/icons/View.d.ts +2 -2
  62. package/dist/cjs/src/icons/Warning.d.ts +1 -1
  63. package/dist/cjs/src/index.d.ts +3 -1
  64. package/dist/cjs/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +1 -1
  65. package/dist/cjs/src/molecules/Button/Button.d.ts +42 -0
  66. package/dist/cjs/src/molecules/Button/Button.stories.d.ts +9 -0
  67. package/dist/cjs/src/molecules/CheckboxField/CheckboxField.d.ts +27 -8
  68. package/dist/cjs/src/molecules/CheckboxField/CheckboxField.stories.d.ts +37 -0
  69. package/dist/cjs/src/molecules/CheckboxField/CheckboxGroup.d.ts +7 -0
  70. package/dist/cjs/src/molecules/CheckboxField/styles.d.ts +6 -0
  71. package/dist/cjs/src/molecules/Columns/Column.d.ts +9 -1
  72. package/dist/cjs/src/molecules/Columns/styles.d.ts +10 -13
  73. package/dist/cjs/src/molecules/FieldLabels/FieldLabels.d.ts +35 -2
  74. package/dist/cjs/src/molecules/FieldLabels/FieldLabels.stories.d.ts +4 -4
  75. package/dist/cjs/src/molecules/FieldLabels/helpers.d.ts +8 -0
  76. package/dist/cjs/src/molecules/FieldMapper/FieldMapper.d.ts +3 -2
  77. package/dist/cjs/src/molecules/HeroImage/HeroImage.d.ts +3 -2
  78. package/dist/cjs/src/molecules/Image/Image.d.ts +15 -0
  79. package/dist/cjs/src/molecules/Image/Image.stories.d.ts +9 -0
  80. package/dist/cjs/src/molecules/InputField/InputField.d.ts +11 -11
  81. package/dist/cjs/src/molecules/InputField/InputField.stories.d.ts +14 -5
  82. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.d.ts +28 -10
  83. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +19 -1
  84. package/dist/cjs/src/molecules/SelectField/SelectField.d.ts +11 -11
  85. package/dist/cjs/src/molecules/SelectField/SelectField.stories.d.ts +14 -4
  86. package/dist/cjs/src/molecules/SelectableInfoCard/BaseSelectable.d.ts +1 -1
  87. package/dist/cjs/src/molecules/SelectableInfoCard/SelectableCardGroup.d.ts +1 -1
  88. package/dist/cjs/src/molecules/SelectableInfoCard/styles.d.ts +4 -3
  89. package/dist/cjs/src/molecules/TabGroup/TabGroup.d.ts +22 -6
  90. package/dist/cjs/src/molecules/TabGroup/TabGroup.stories.d.ts +4 -4
  91. package/dist/cjs/src/molecules/TabGroup/styles.d.ts +23 -1
  92. package/dist/cjs/src/molecules/TabGroup/useTabAnimation.d.ts +2 -3
  93. package/dist/cjs/src/molecules/TextMolecule/TextMolecule.d.ts +18 -0
  94. package/dist/cjs/src/molecules/TextMolecule/TextMolecule.stories.d.ts +9 -0
  95. package/dist/cjs/src/molecules/Video/Video.d.ts +14 -0
  96. package/dist/cjs/src/molecules/Video/Video.stories.d.ts +9 -0
  97. package/dist/cjs/src/molecules/index.d.ts +6 -0
  98. package/dist/cjs/src/organisms/AccountInformation/AccountInformation.d.ts +2 -2
  99. package/dist/cjs/src/organisms/Body/Body.d.ts +1 -1
  100. package/dist/cjs/src/organisms/Body/Body.stories.d.ts +1 -1
  101. package/dist/cjs/src/organisms/Consent/ConsentCapture.d.ts +2 -1
  102. package/dist/cjs/src/organisms/FeedContent/types.d.ts +2 -2
  103. package/dist/cjs/src/organisms/Footer/Footer.stories.d.ts +2 -2
  104. package/dist/cjs/src/organisms/Footer/styles.d.ts +9 -1
  105. package/dist/cjs/src/organisms/Header/Header.stories.d.ts +2 -2
  106. package/dist/cjs/src/organisms/Header/styles.d.ts +3 -2
  107. package/dist/cjs/src/organisms/LoginForm/LoginForm.d.ts +1 -1
  108. package/dist/cjs/src/organisms/ProcessTracker/mocks.d.ts +1 -1
  109. package/dist/cjs/src/organisms/ProfileInformation/ProfileInformation.d.ts +1 -2
  110. package/dist/cjs/src/organisms/SetPasswordForm/SetPasswordForm.d.ts +1 -1
  111. package/dist/cjs/src/organisms/SetPasswordForm/utils.d.ts +2 -2
  112. package/dist/cjs/src/organisms/SubscribePanel/SubscribePanel.stories.d.ts +6 -4
  113. package/dist/cjs/src/organisms/SubscribePanel/organism-data.d.ts +2 -0
  114. package/dist/cjs/src/organisms/TwoFactorAuth/constants.d.ts +1 -1
  115. package/dist/cjs/src/theme/types.d.ts +4 -3
  116. package/dist/cjs/src/typescript.d.ts +7 -0
  117. package/dist/esm/index.js +27 -27
  118. package/dist/esm/index.js.map +1 -1
  119. package/dist/esm/src/atoms/Avatar/Avatar.d.ts +2 -2
  120. package/dist/{cjs/src/atoms/Buttons/Button.stories.d.ts → esm/src/atoms/Buttons/Buttons.stories.d.ts} +6 -5
  121. package/dist/esm/src/atoms/Buttons/TextButton.d.ts +4 -19
  122. package/dist/esm/src/atoms/Checkbox/Checkbox.d.ts +15 -9
  123. package/dist/esm/src/atoms/Checkbox/Checkbox.stories.d.ts +1 -1
  124. package/dist/esm/src/atoms/Checkbox/helpers.d.ts +2 -0
  125. package/dist/esm/src/atoms/Checkbox/types.d.ts +18 -0
  126. package/dist/esm/src/atoms/CircularIndicator/CircularIndicator.stories.d.ts +2 -2
  127. package/dist/esm/src/atoms/Icon/Icon.d.ts +18 -15
  128. package/dist/esm/src/atoms/Input/Input.d.ts +14 -2
  129. package/dist/esm/src/atoms/Input/Input.stories.d.ts +4 -4
  130. package/dist/esm/src/atoms/RadioButtons/RadioButtons.d.ts +25 -5
  131. package/dist/esm/src/atoms/RadioButtons/RadioButtons.stories.d.ts +9 -1
  132. package/dist/esm/src/atoms/RadioButtons/RadioOption.d.ts +9 -0
  133. package/dist/esm/src/atoms/RadioButtons/helpers.d.ts +9 -0
  134. package/dist/esm/src/atoms/RadioButtons/styles.d.ts +9 -0
  135. package/dist/esm/src/atoms/RegularImage/RegularImage.d.ts +29 -0
  136. package/dist/esm/src/atoms/RegularImage/RegularImage.stories.d.ts +16 -0
  137. package/dist/esm/src/atoms/RichTextViewer/RichTextViewer.d.ts +6 -4
  138. package/dist/esm/src/atoms/Select/Select.d.ts +29 -2
  139. package/dist/esm/src/atoms/Select/Select.stories.d.ts +4 -4
  140. package/dist/esm/src/atoms/Select/styles.d.ts +5 -1
  141. package/dist/esm/src/atoms/Tab/Tab.d.ts +56 -0
  142. package/dist/esm/src/atoms/Tab/Tab.stories.d.ts +31 -0
  143. package/dist/esm/src/{molecules → atoms}/Tab/styles.d.ts +5 -5
  144. package/dist/esm/src/atoms/Tab/utils.d.ts +4 -0
  145. package/dist/esm/src/atoms/TextWrapper/TextWrapper.d.ts +10 -5
  146. package/dist/esm/src/atoms/TextWrapper/TextWrapper.stories.d.ts +5 -5
  147. package/dist/esm/src/atoms/Tooltip/Tooltip.d.ts +6 -3
  148. package/dist/esm/src/atoms/Tooltip/Tooltip.stories.d.ts +1 -1
  149. package/dist/esm/src/atoms/index.d.ts +2 -3
  150. package/dist/esm/src/containers/Container.d.ts +4 -0
  151. package/dist/esm/src/containers/Container.stories.d.ts +6 -0
  152. package/dist/esm/src/containers/FormContainer.d.ts +6 -0
  153. package/dist/esm/src/containers/MoleculeItem.d.ts +8 -0
  154. package/dist/esm/src/containers/OrganismItem.d.ts +7 -0
  155. package/dist/esm/src/containers/helpers.d.ts +2 -0
  156. package/dist/esm/src/containers/index.d.ts +5 -0
  157. package/dist/esm/src/containers/mock-data.d.ts +3 -0
  158. package/dist/esm/src/containers/styles.d.ts +12 -0
  159. package/dist/esm/src/containers/types/moleculeTypes.d.ts +161 -0
  160. package/dist/esm/src/containers/types/types.d.ts +40 -0
  161. package/dist/esm/src/contexts/MlrRichTextViewerContext/types.d.ts +2 -1
  162. package/dist/esm/src/fieldsConfiguration/types.d.ts +5 -5
  163. package/dist/esm/src/helpers/constants.d.ts +6 -0
  164. package/dist/esm/src/helpers/utils.d.ts +1 -0
  165. package/dist/esm/src/helpers/validations.d.ts +3 -0
  166. package/dist/esm/src/icons/CaretDown.d.ts +1 -1
  167. package/dist/esm/src/icons/Check.d.ts +2 -2
  168. package/dist/esm/src/icons/Close.d.ts +1 -1
  169. package/dist/esm/src/icons/Filter.d.ts +2 -2
  170. package/dist/esm/src/icons/Hide.d.ts +1 -1
  171. package/dist/esm/src/icons/Info.d.ts +1 -1
  172. package/dist/esm/src/icons/Mail.d.ts +1 -1
  173. package/dist/esm/src/icons/Minus.d.ts +2 -2
  174. package/dist/esm/src/icons/Mobile.d.ts +2 -2
  175. package/dist/esm/src/icons/Play.d.ts +1 -1
  176. package/dist/esm/src/icons/Search.d.ts +1 -1
  177. package/dist/esm/src/icons/View.d.ts +2 -2
  178. package/dist/esm/src/icons/Warning.d.ts +1 -1
  179. package/dist/esm/src/index.d.ts +3 -1
  180. package/dist/esm/src/molecules/AvatarDropdown/AvatarDropdown.d.ts +1 -1
  181. package/dist/esm/src/molecules/Button/Button.d.ts +42 -0
  182. package/dist/esm/src/molecules/Button/Button.stories.d.ts +9 -0
  183. package/dist/esm/src/molecules/CheckboxField/CheckboxField.d.ts +27 -8
  184. package/dist/esm/src/molecules/CheckboxField/CheckboxField.stories.d.ts +37 -0
  185. package/dist/esm/src/molecules/CheckboxField/CheckboxGroup.d.ts +7 -0
  186. package/dist/esm/src/molecules/CheckboxField/styles.d.ts +6 -0
  187. package/dist/esm/src/molecules/Columns/Column.d.ts +9 -1
  188. package/dist/esm/src/molecules/Columns/styles.d.ts +10 -13
  189. package/dist/esm/src/molecules/FieldLabels/FieldLabels.d.ts +35 -2
  190. package/dist/esm/src/molecules/FieldLabels/FieldLabels.stories.d.ts +4 -4
  191. package/dist/esm/src/molecules/FieldLabels/helpers.d.ts +8 -0
  192. package/dist/esm/src/molecules/FieldMapper/FieldMapper.d.ts +3 -2
  193. package/dist/esm/src/molecules/HeroImage/HeroImage.d.ts +3 -2
  194. package/dist/esm/src/molecules/Image/Image.d.ts +15 -0
  195. package/dist/esm/src/molecules/Image/Image.stories.d.ts +9 -0
  196. package/dist/esm/src/molecules/InputField/InputField.d.ts +11 -11
  197. package/dist/esm/src/molecules/InputField/InputField.stories.d.ts +14 -5
  198. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.d.ts +28 -10
  199. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +19 -1
  200. package/dist/esm/src/molecules/SelectField/SelectField.d.ts +11 -11
  201. package/dist/esm/src/molecules/SelectField/SelectField.stories.d.ts +14 -4
  202. package/dist/esm/src/molecules/SelectableInfoCard/BaseSelectable.d.ts +1 -1
  203. package/dist/esm/src/molecules/SelectableInfoCard/SelectableCardGroup.d.ts +1 -1
  204. package/dist/esm/src/molecules/SelectableInfoCard/styles.d.ts +4 -3
  205. package/dist/esm/src/molecules/TabGroup/TabGroup.d.ts +22 -6
  206. package/dist/esm/src/molecules/TabGroup/TabGroup.stories.d.ts +4 -4
  207. package/dist/esm/src/molecules/TabGroup/styles.d.ts +23 -1
  208. package/dist/esm/src/molecules/TabGroup/useTabAnimation.d.ts +2 -3
  209. package/dist/esm/src/molecules/TextMolecule/TextMolecule.d.ts +18 -0
  210. package/dist/esm/src/molecules/TextMolecule/TextMolecule.stories.d.ts +9 -0
  211. package/dist/esm/src/molecules/Video/Video.d.ts +14 -0
  212. package/dist/esm/src/molecules/Video/Video.stories.d.ts +9 -0
  213. package/dist/esm/src/molecules/index.d.ts +6 -0
  214. package/dist/esm/src/organisms/AccountInformation/AccountInformation.d.ts +2 -2
  215. package/dist/esm/src/organisms/Body/Body.d.ts +1 -1
  216. package/dist/esm/src/organisms/Body/Body.stories.d.ts +1 -1
  217. package/dist/esm/src/organisms/Consent/ConsentCapture.d.ts +2 -1
  218. package/dist/esm/src/organisms/FeedContent/types.d.ts +2 -2
  219. package/dist/esm/src/organisms/Footer/Footer.stories.d.ts +2 -2
  220. package/dist/esm/src/organisms/Footer/styles.d.ts +9 -1
  221. package/dist/esm/src/organisms/Header/Header.stories.d.ts +2 -2
  222. package/dist/esm/src/organisms/Header/styles.d.ts +3 -2
  223. package/dist/esm/src/organisms/LoginForm/LoginForm.d.ts +1 -1
  224. package/dist/esm/src/organisms/ProcessTracker/mocks.d.ts +1 -1
  225. package/dist/esm/src/organisms/ProfileInformation/ProfileInformation.d.ts +1 -2
  226. package/dist/esm/src/organisms/SetPasswordForm/SetPasswordForm.d.ts +1 -1
  227. package/dist/esm/src/organisms/SetPasswordForm/utils.d.ts +2 -2
  228. package/dist/esm/src/organisms/SubscribePanel/SubscribePanel.stories.d.ts +6 -4
  229. package/dist/esm/src/organisms/SubscribePanel/organism-data.d.ts +2 -0
  230. package/dist/esm/src/organisms/TwoFactorAuth/constants.d.ts +1 -1
  231. package/dist/esm/src/theme/types.d.ts +4 -3
  232. package/dist/esm/src/typescript.d.ts +7 -0
  233. package/dist/index.d.ts +1176 -694
  234. package/package.json +3 -2
  235. package/dist/cjs/src/atoms/Buttons/Button.d.ts +0 -20
  236. package/dist/cjs/src/atoms/Image/Image.d.ts +0 -8
  237. package/dist/cjs/src/atoms/Image/Image.stories.d.ts +0 -8
  238. package/dist/cjs/src/atoms/Select/types.d.ts +0 -14
  239. package/dist/cjs/src/atoms/Video/Video.d.ts +0 -11
  240. package/dist/cjs/src/atoms/Video/Video.stories.d.ts +0 -9
  241. package/dist/cjs/src/molecules/Tab/Tab.d.ts +0 -24
  242. package/dist/esm/src/atoms/Buttons/Button.d.ts +0 -20
  243. package/dist/esm/src/atoms/Image/Image.d.ts +0 -8
  244. package/dist/esm/src/atoms/Image/Image.stories.d.ts +0 -8
  245. package/dist/esm/src/atoms/Select/types.d.ts +0 -14
  246. package/dist/esm/src/atoms/Video/Video.d.ts +0 -11
  247. package/dist/esm/src/atoms/Video/Video.stories.d.ts +0 -9
  248. package/dist/esm/src/molecules/Tab/Tab.d.ts +0 -24
package/dist/index.d.ts CHANGED
@@ -1,28 +1,22 @@
1
1
  /// <reference types="react" />
2
2
  import * as React$1 from 'react';
3
- import React__default, { PropsWithChildren, ReactNode, CSSProperties as CSSProperties$1, ComponentType, Dispatch, SetStateAction } from 'react';
3
+ import React__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction, CSSProperties as CSSProperties$1, ComponentType } from 'react';
4
4
  import * as styled_components from 'styled-components';
5
5
  import { CSSProperties, DefaultTheme } from 'styled-components';
6
- import { Callback as Callback$1, StylesType, Nullable } from 'typescript';
6
+ import { ThemeColors as ThemeColors$1, SizesTypes as SizesTypes$1, FontSizesTypes as FontSizesTypes$2 } from 'theme';
7
+ import { StylesType, Callback as Callback$1, OverrideStyles, Nullable, StrictUnion } from 'typescript';
7
8
  import { IconNames as IconNames$1 } from 'atoms/Icon/Icon';
8
- import { InputFieldTypes as InputFieldTypes$1, FieldTypes as FieldTypes$1, UIFields as UIFields$1 } from 'fieldsConfiguration/types';
9
- import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
10
- import * as _mui_material from '@mui/material';
11
- import { DrawerProps as DrawerProps$1 } from '@mui/material';
12
- import { FontSizesTypes as FontSizesTypes$1, ThemeColors as ThemeColors$1, SizesTypes as SizesTypes$2, BreakpointSizesTypes as BreakpointSizesTypes$1 } from 'theme/types';
13
- import { ThemeColors as ThemeColors$2, SizesTypes as SizesTypes$1, FontSizesTypes as FontSizesTypes$2 } from 'theme';
14
- import { FeedContentTemplateTypes as FeedContentTemplateTypes$1, FeedContentProps as FeedContentProps$1 } from 'organisms/FeedContent/types';
9
+ import { InputFieldTypes as InputFieldTypes$1, FieldTypes as FieldTypes$1, UIFields as UIFields$2 } from 'fieldsConfiguration/types';
10
+ import { ThemeColors as ThemeColors$2, FontSizesTypes as FontSizesTypes$1, SizesTypes as SizesTypes$2, BreakpointSizesTypes as BreakpointSizesTypes$1 } from 'theme/types';
11
+ import { BaseButtonProps as BaseButtonProps$1, MenuItem as MenuItem$1, HeroImageProps as HeroImageProps$1, ColumnsProps as ColumnsProps$1, EmphasizedTextProps as EmphasizedTextProps$1, TabGroupProps as TabGroupProps$1, AvatarDropdownProps as AvatarDropdownProps$1, ButtonProps as ButtonProps$1, FeedContentHeaderProps as FeedContentHeaderProps$1, AlertProps as AlertProps$1, BottomNaVBarItemProps as BottomNaVBarItemProps$1, InputFieldProps as InputFieldProps$1, SelectFieldProps as SelectFieldProps$1, FieldSectionProps as FieldSectionProps$1, MenuItemsProps as MenuItemsProps$1, ImageProps as ImageProps$1, TextMoleculeProps as TextMoleculeProps$1, RadioButtonFieldProps as RadioButtonFieldProps$1, CheckboxFieldProps as CheckboxFieldProps$1 } from 'molecules';
15
12
  import { TooltipProps as TooltipProps$1 } from 'rc-tooltip/lib/Tooltip';
16
13
  import { WithGoogleMapProps } from 'react-google-maps/lib/withGoogleMap';
17
14
  import { WithScriptjsProps } from 'react-google-maps/lib/withScriptjs';
18
- import { IconNames as IconNames$2, TouchableOpacityProps as TouchableOpacityProps$1, InputProps as InputProps$1, ImageProps as ImageProps$1, ButtonProps as ButtonProps$1, TextButtonProps as TextButtonProps$1, RadioButtonsProps as RadioButtonsProps$1, HorizontalButtonsProps as HorizontalButtonsProps$1, IconProps as IconProps$1 } from 'atoms';
19
- import { Control, ControllerProps } from 'react-hook-form/dist/types';
20
- import { SelectOption as SelectOption$1 } from 'atoms/Select/types';
21
- import { ControllerProps as ControllerProps$1, DeepPartial, FieldValues, FormState, Control as Control$1 } from 'react-hook-form';
22
- import { ProcessTrackerStatus as ProcessTrackerStatus$1, FilteredFeedContentType as FilteredFeedContentType$1, ConsentProps as ConsentProps$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1 } from 'organisms';
23
- import { FieldSectionProps as FieldSectionProps$1, MenuItemsProps as MenuItemsProps$1, InputFieldProps as InputFieldProps$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 } from 'molecules';
24
- import { SetPasswordFields, MaxRuleValidation, MinRuleValidation } from 'organisms/SetPasswordForm/types';
25
- import { UIFields as UIFields$2 } from 'fieldsConfiguration';
15
+ import * as atoms from 'atoms';
16
+ import { TextProps as TextProps$1, IconNames as IconNames$2, TouchableOpacityProps as TouchableOpacityProps$1, AvatarProps as AvatarProps$1, TabProps as TabProps$1, RadioButtonsProps as RadioButtonsProps$1, SelectOption as SelectOption$1, InputProps as InputProps$1, SelectProps as SelectProps$1, RegularImageProps as RegularImageProps$1, TextButtonProps as TextButtonProps$1, TabTheme as TabTheme$1, HorizontalButtonsProps as HorizontalButtonsProps$1, IconProps as IconProps$1 } from 'atoms';
17
+ import { UIFields as UIFields$1, UIField as UIField$1 } from 'fieldsConfiguration';
18
+ import { MaxRuleValidation, MinRuleValidation, SetPasswordFields } from 'organisms/SetPasswordForm/types';
19
+ import { ConsentProps as ConsentProps$1, FilteredFeedContentType as FilteredFeedContentType$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1, ProcessTrackerStatus as ProcessTrackerStatus$1 } from 'organisms';
26
20
  import { ConsentProps as ConsentProps$2 } from 'organisms/Consent/Consent';
27
21
  import { FooterAProps } from 'organisms/Footer/FooterA';
28
22
  import { FooterBProps } from 'organisms/Footer/FooterB';
@@ -32,28 +26,20 @@ import { FeedContentContainerProps as FeedContentContainerProps$1 } from 'organi
32
26
  import { SubscribePanelProps as SubscribePanelProps$1 } from 'organisms/SubscribePanel/type';
33
27
  import { ISIAProps } from 'organisms/ISI/ISIA';
34
28
  import { HeaderAProps as HeaderAProps$1 } from 'organisms/Header/HeaderA';
29
+ import { FeedContentProps as FeedContentProps$1, FeedContentTemplateTypes as FeedContentTemplateTypes$1 } from 'organisms/FeedContent/types';
30
+ import * as react_hook_form from 'react-hook-form';
31
+ import { Control, ControllerProps, DeepPartial, FieldValues, FormState, UseFormReturn, ValidationMode } from 'react-hook-form';
35
32
  import { AlertProps as AlertProps$2 } from 'molecules/Alert/Alert';
36
33
  import { LoginFields as LoginFields$1 } from 'organisms/LoginForm/types';
37
34
  import { AnnotationsList as AnnotationsList$1 } from 'contexts/MlrRichTextViewerContext/types';
38
35
  import * as contexts_MlrRichTextViewerContext_MlrRichTextViewerContext from 'contexts/MlrRichTextViewerContext/MlrRichTextViewerContext';
39
-
40
- declare type BaseButtonProps = PropsWithChildren<{
41
- onClick?: Callback$1;
42
- variant?: 'primary' | 'secondary';
43
- disabled?: boolean;
44
- fullWidth?: boolean;
45
- size?: 'medium' | 'small';
46
- }>;
47
- declare type ButtonProps = BaseButtonProps & {
48
- fullWidth?: boolean;
49
- text?: string;
50
- link?: string;
51
- elementId?: string;
52
- loading?: boolean;
53
- isRichText?: boolean;
54
- containerStyle?: CSSProperties;
55
- };
56
- declare const Button: ({ text: textProp, onClick, loading, disabled, variant, isRichText, fullWidth, elementId, link, containerStyle, children, size, }: ButtonProps) => JSX.Element | null;
36
+ export * from 'helpers/constants';
37
+ import { Control as Control$1, ControllerProps as ControllerProps$1 } from 'react-hook-form/dist/types';
38
+ import { CheckboxInternalConfigProps as CheckboxInternalConfigProps$1 } from 'atoms/Checkbox/types';
39
+ import { DrawerProps as DrawerProps$1 } from '@mui/material';
40
+ import { ContainerProps as ContainerProps$1, ContainerComponentProps as ContainerComponentProps$1, Molecule as Molecule$1 } from 'containers';
41
+ import * as containers_types_types from 'containers/types/types';
42
+ import { ContainerProps as ContainerProps$2 } from 'containers/types/types';
57
43
 
58
44
  declare type TouchableOpacityProps = PropsWithChildren<{
59
45
  activeOpacity?: number;
@@ -68,19 +54,44 @@ declare const TouchableOpacity: styled_components.StyledComponent<"div", styled_
68
54
  children?: React$1.ReactNode;
69
55
  }, never>;
70
56
 
71
- declare type CheckBoxProps = {
72
- value: boolean;
73
- onClick: (value: boolean) => void;
74
- disabled?: boolean;
75
- error?: boolean;
76
- label?: string | ReactNode;
77
- };
78
- declare const Checkbox: ({ label, onClick, value, disabled, error }: CheckBoxProps) => JSX.Element;
57
+ declare type CheckboxInternalConfigProps = Partial<{
58
+ selectedCheckboxBackgroundColor: ThemeColors$1 | string;
59
+ selectedCheckboxIconColor: ThemeColors$1 | string;
60
+ buttonPadding: number;
61
+ textPadding: number;
62
+ styles: StylesType;
63
+ wrapperStyles: StylesType;
64
+ buttonOptionSpacing?: SizesTypes$1;
65
+ }>;
66
+
67
+ declare type CheckboxProps = {
68
+ id: string;
69
+ onClick: (id: string) => void;
70
+ label: string;
71
+ } & Partial<{
72
+ isError: boolean;
73
+ disabled: boolean;
74
+ isEditMode: boolean;
75
+ isSelected: boolean;
76
+ isRichText: boolean;
77
+ internalConfig: CheckboxInternalConfigProps;
78
+ }>;
79
+ declare const Checkbox: ({ id, onClick, label, isError, disabled, isEditMode, isSelected, isRichText, internalConfig, }: CheckboxProps) => JSX.Element;
79
80
 
80
81
  declare type SelectOption = {
81
82
  id: string;
82
83
  label: string;
83
84
  };
85
+ declare type SelectInternalConfigurationOptions = {
86
+ placeholderTextColor: ThemeColors$1 | string;
87
+ placeholderTextFontSize: number;
88
+ selectedTextColor: ThemeColors$1 | string;
89
+ selectedTextFontSize: number;
90
+ verticalPadding: number;
91
+ horizontalPadding: number;
92
+ wrapperStyles: StylesType;
93
+ styles: StylesType;
94
+ };
84
95
  declare type SelectProps = {
85
96
  value?: string;
86
97
  optionsPresentation?: boolean;
@@ -90,10 +101,21 @@ declare type SelectProps = {
90
101
  options?: SelectOption[];
91
102
  isError?: boolean;
92
103
  isEditMode?: boolean;
104
+ selectInternalConfig?: SelectInternalConfigurationOptions;
105
+ isRichText?: boolean;
93
106
  };
94
-
95
- declare const Select: ({ onChange, value, placeholder, options, disabled, optionsPresentation, isError, }: SelectProps) => JSX.Element;
96
-
107
+ declare const Select: ({ onChange, value, placeholder, options, disabled, optionsPresentation, isError, selectInternalConfig, isRichText, }: SelectProps) => JSX.Element;
108
+
109
+ declare type InputFieldInternalConfigProps = Partial<{
110
+ textColor: ThemeColors$2 | string;
111
+ textFontSize: number;
112
+ placeholderTextColor: ThemeColors$2 | string;
113
+ placeholderTextFontSize: number;
114
+ verticalPadding: number;
115
+ horizontalPadding: number;
116
+ styles: StylesType;
117
+ wrapperStyles: StylesType;
118
+ }>;
97
119
  declare type InputIconProps = {
98
120
  name: IconNames$1;
99
121
  onClick?: Callback$1;
@@ -111,54 +133,62 @@ declare type InputProps = {
111
133
  maxLength?: number;
112
134
  onChange?: (value: string) => void;
113
135
  onKeyDown?: (event: React__default.KeyboardEvent<HTMLInputElement>) => void;
136
+ internalConfig?: InputFieldInternalConfigProps;
114
137
  };
115
- declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, ...rest }: InputProps) => JSX.Element;
138
+ declare const Input: ({ value, leftIcon, rightIcon, onChange, onBlur, disabled, isError, placeholder, isEditMode, type, internalConfig, ...rest }: InputProps) => JSX.Element;
116
139
 
117
140
  declare type TextTypes = 'primary' | 'secondary' | 'error' | 'success';
118
141
  declare type TextAlign = 'center' | 'right' | 'left';
119
- declare type TextWrapperProps = {
120
- children: ReactNode;
142
+ declare type SeoTags = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'div';
143
+ declare type TextProps = {
121
144
  variant: FontSizesTypes$1;
122
145
  layout?: 'div' | 'span';
123
146
  type?: TextTypes;
124
147
  styles?: StylesType;
125
- color?: ThemeColors$1 | string;
148
+ color?: ThemeColors$2 | string;
126
149
  numberOfLines?: number;
127
150
  textAlign?: TextAlign;
128
151
  behaveAs?: 'text' | 'button';
152
+ seoTag?: SeoTags;
129
153
  };
130
- declare const TextWrapper: styled_components.StyledComponent<_mui_material_OverridableComponent.OverridableComponent<_mui_material.BoxTypeMap<{}, "div">>, styled_components.DefaultTheme, TextWrapperProps, never>;
154
+ declare type TextWrapperProps = PropsWithChildren<TextProps>;
155
+ declare const TextWrapper: ({ children, seoTag, ...textProps }: TextWrapperProps) => JSX.Element;
156
+ declare const ErrorText: ({ text }: {
157
+ text: string;
158
+ }) => JSX.Element;
131
159
 
132
160
  declare type IconProps = {
133
161
  name: IconNames;
134
162
  size?: number;
135
- color?: ThemeColors$2 | string;
136
- fill?: ThemeColors$2 | string;
163
+ color?: ThemeColors$1 | string;
164
+ fill?: ThemeColors$1 | string;
137
165
  pointerEvents?: 'auto' | 'none';
138
- style?: React.CSSProperties;
166
+ style?: CSSProperties;
139
167
  };
140
168
  declare const availableIcons: {
141
- CaretDown: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
142
- CaretUp: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
169
+ ArrowRight: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
170
+ Bell: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
171
+ Bookmark: ({ fill, color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
172
+ CaretDown: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
143
173
  CaretLeft: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
144
174
  CaretRight: ({ color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
145
- Filter: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
146
- Check: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
147
- Info: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
148
- View: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
175
+ CaretUp: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
176
+ Check: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
177
+ Close: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
178
+ Edit: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
179
+ Filter: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
149
180
  Hide: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
150
- Close: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
151
- Play: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
152
- Minus: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
181
+ Info: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
153
182
  InfoBoxIcon: ({ color, size }: Omit<IconProps, "name">) => JSX.Element;
154
- Warning: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
155
- Bell: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
156
- Mobile: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
157
183
  Mail: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
158
184
  Menu: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
185
+ Minus: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
186
+ Mobile: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
187
+ Play: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
188
+ Save: ({ size, color }: Omit<IconProps, "name">) => JSX.Element;
159
189
  Search: ({ size, color, ...props }: Omit<IconProps, "name">) => JSX.Element;
160
- Bookmark: ({ fill, color, size, ...props }: Omit<IconProps, "name">) => JSX.Element;
161
- ArrowRight: ({ color, ...props }: Omit<IconProps, "name">) => JSX.Element;
190
+ View: ({ color, size, }: Omit<IconProps, "name">) => JSX.Element;
191
+ Warning: ({ size, color, }: Omit<IconProps, "name">) => JSX.Element;
162
192
  };
163
193
  declare type IconNames = keyof typeof availableIcons;
164
194
  declare const Icon: ({ name, color, ...props }: IconProps) => JSX.Element;
@@ -171,37 +201,43 @@ declare type SpacerProps = {
171
201
  declare const Spacer: styled_components.StyledComponent<"div", styled_components.DefaultTheme, SpacerProps, never>;
172
202
 
173
203
  declare const Spinner: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
174
- color?: ThemeColors$1 | undefined;
204
+ color?: ThemeColors$2 | undefined;
175
205
  size?: SizesTypes$2 | undefined;
176
206
  }, never>;
177
207
 
178
- declare type ImageProps = {
208
+ declare type RegularImageProps = {
179
209
  src: string;
180
- alt?: string;
181
- style?: CSSProperties;
182
- };
183
- declare const Image: styled_components.StyledComponent<"img", styled_components.DefaultTheme, ImageProps, never>;
184
- declare const BackgroundImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, ImageProps, never>;
210
+ } & Partial<{
211
+ alt: string;
212
+ width: number | string;
213
+ height: number | string;
214
+ onClick: Callback$1;
215
+ cornerRadius: number;
216
+ }> & OverrideStyles;
217
+ declare const RegularImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
218
+ src: string;
219
+ } & Partial<{
220
+ alt: string;
221
+ width: number | string;
222
+ height: number | string;
223
+ onClick: Callback$1;
224
+ cornerRadius: number;
225
+ }> & OverrideStyles, never>;
226
+ declare const BackgroundImage: styled_components.StyledComponent<"img", styled_components.DefaultTheme, {
227
+ src: string;
228
+ } & Partial<{
229
+ alt: string;
230
+ width: number | string;
231
+ height: number | string;
232
+ onClick: Callback$1;
233
+ cornerRadius: number;
234
+ }> & OverrideStyles, never>;
185
235
 
186
- declare type TextButtonProps = PropsWithChildren<{
187
- activeOpacity?: number;
188
- withoutOpacityEffect?: boolean;
189
- disabled?: boolean;
190
- onClick?: Callback$1;
236
+ declare type TextButtonProps = Pick<BaseButtonProps$1, 'disabled' | 'onClick' | 'children' | 'colorTheme' | 'size'> & {
191
237
  buttonLink?: string;
192
238
  elementId?: string;
193
- }>;
194
- declare const TextButton: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
195
- activeOpacity?: number | undefined;
196
- withoutOpacityEffect?: boolean | undefined;
197
- disabled?: boolean | undefined;
198
- } & {
199
- children?: React$1.ReactNode;
200
- } & {
201
- activeOpacity?: number | undefined;
202
- withoutOpacityEffect?: boolean | undefined;
203
- disabled?: boolean | undefined;
204
- onClick?: Callback$1 | undefined;
239
+ };
240
+ declare const TextButton: styled_components.StyledComponent<"a", styled_components.DefaultTheme, Pick<BaseButtonProps$1, "children" | "onClick" | "disabled" | "size" | "colorTheme"> & {
205
241
  buttonLink?: string | undefined;
206
242
  elementId?: string | undefined;
207
243
  }, never>;
@@ -213,18 +249,11 @@ declare type ValidationTagProps = {
213
249
  };
214
250
  declare const ValidationTag: ({ text, status }: ValidationTagProps) => JSX.Element;
215
251
 
216
- declare type VideoProps = {
217
- src: string;
218
- style?: CSSProperties;
219
- template?: FeedContentTemplateTypes$1;
220
- autoplay?: boolean;
221
- coverImage?: string;
252
+ declare type TooltipProps = Pick<TooltipProps$1, 'overlay' | 'placement' | 'trigger' | 'visible' | 'children'> & {
253
+ styles?: StylesType;
222
254
  };
223
- declare const Video: ({ style, src, template, autoplay, coverImage }: VideoProps) => JSX.Element;
224
-
225
- declare type TooltipProps = Pick<TooltipProps$1, 'overlay' | 'placement' | 'trigger' | 'visible' | 'children'>;
226
- declare const StyleWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
227
- declare const Tooltip: ({ trigger, placement, ...props }: TooltipProps) => JSX.Element;
255
+ declare const StyleWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, OverrideStyles, never>;
256
+ declare const Tooltip: ({ trigger, placement, styles, ...props }: TooltipProps) => JSX.Element;
228
257
 
229
258
  declare type ToastType = 'success' | 'infoTierOne' | 'infoTierTwo' | 'warning' | 'error';
230
259
  declare type ToastParams = {
@@ -251,10 +280,10 @@ declare type AvatarProps = {
251
280
  size?: SizesTypes$1 | number;
252
281
  withShadow?: boolean;
253
282
  label?: string;
254
- backgroundColor?: ThemeColors$2;
283
+ backgroundColor?: ThemeColors$1;
255
284
  textConfig?: {
256
- color?: ThemeColors$2;
257
- font?: SizesTypes$1;
285
+ color?: ThemeColors$1;
286
+ font?: FontSizesTypes$2;
258
287
  };
259
288
  content: {
260
289
  initials?: string;
@@ -273,7 +302,7 @@ declare const VerticalPadding: styled_components.StyledComponent<"div", styled_c
273
302
 
274
303
  declare type DividerProps = {
275
304
  type?: 'horizontal' | 'vertical';
276
- color?: ThemeColors$2 | string;
305
+ color?: ThemeColors$1 | string;
277
306
  marginVertical?: SizesTypes$1 | number;
278
307
  marginHorizontal?: SizesTypes$1 | number;
279
308
  weight?: number;
@@ -299,12 +328,22 @@ declare const COMMUNICATION_LINK_DATA_TEXT = "communication-link-text";
299
328
  declare type RichTextEditorProps = Partial<{
300
329
  value: string;
301
330
  font: FontSizesTypes$2;
302
- color: ThemeColors$2;
303
- textStyles: CSSProperties;
331
+ color: ThemeColors$1 | string;
332
+ textStyles: StylesType;
304
333
  numberOfLines?: number;
334
+ extraTextProps?: TextProps$1;
305
335
  }>;
306
- declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, }: RichTextEditorProps) => JSX.Element | null;
336
+ declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, }: RichTextEditorProps) => JSX.Element | null;
307
337
 
338
+ declare type RadioButtonInternalConfigProps = {
339
+ selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
340
+ selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
341
+ buttonPadding: number;
342
+ textPadding: number;
343
+ styles: StylesType;
344
+ wrapperStyles: StylesType;
345
+ buttonOptionSpacing?: SizesTypes$1;
346
+ };
308
347
  declare type RadioButtonType<T extends string = string> = {
309
348
  id: T;
310
349
  label?: string;
@@ -312,15 +351,24 @@ declare type RadioButtonType<T extends string = string> = {
312
351
  disabled?: boolean;
313
352
  isRichText?: boolean;
314
353
  };
315
- declare type RadioButtonsProps<T extends string> = {
316
- isEditMode?: boolean;
354
+ declare type RadioButtonsProps<T extends string> = Partial<{
355
+ isEditMode: boolean;
317
356
  onChange: (value: T) => void;
318
357
  value: T;
319
- isRow?: boolean;
358
+ isRow: boolean;
320
359
  items: RadioButtonType<T>[];
321
360
  name: string;
322
- };
323
- declare const RadioButtons: <T extends string>({ value, items, isRow, isEditMode, onChange, name, }: RadioButtonsProps<T>) => JSX.Element;
361
+ internalConfig: RadioButtonInternalConfigProps;
362
+ }>;
363
+ declare const RadioButtons: <T extends string>({ value, items, isRow, isEditMode, onChange, name, internalConfig, }: Partial<{
364
+ isEditMode: boolean;
365
+ onChange: (value: T) => void;
366
+ value: T;
367
+ isRow: boolean;
368
+ items: RadioButtonType<T>[];
369
+ name: string;
370
+ internalConfig: RadioButtonInternalConfigProps;
371
+ }>) => JSX.Element;
324
372
 
325
373
  declare type CircleType = 'link' | 'message';
326
374
  declare type CircleBoxProps = {
@@ -331,8 +379,8 @@ declare const Circle: ({ index, type }: CircleBoxProps) => JSX.Element;
331
379
 
332
380
  declare type CircularIndicatorProps = {
333
381
  active: boolean;
334
- activeColor?: ThemeColors$2 | string;
335
- inactiveColor?: ThemeColors$2 | string;
382
+ activeColor?: ThemeColors$1 | string;
383
+ inactiveColor?: ThemeColors$1 | string;
336
384
  };
337
385
  declare const CircularIndicator: ({ activeColor, inactiveColor, ...props }: CircularIndicatorProps) => JSX.Element;
338
386
  declare const CircularIndicatorStyledComponent: styled_components.StyledComponent<"span", styled_components.DefaultTheme, CircularIndicatorProps, never>;
@@ -341,704 +389,1138 @@ declare type IconButtonProps = {
341
389
  name: IconNames$2;
342
390
  size?: number;
343
391
  onClick: Callback$1;
344
- color?: ThemeColors$2 | string;
345
- fill?: ThemeColors$2 | string;
392
+ color?: ThemeColors$1 | string;
393
+ fill?: ThemeColors$1 | string;
346
394
  pointerEvents?: 'auto' | 'none';
347
395
  };
348
396
  declare const IconButton: ({ name, color, onClick, disabled, activeOpacity, withoutOpacityEffect, ...props }: IconButtonProps & TouchableOpacityProps$1) => JSX.Element;
349
397
 
350
- declare type FieldRuleLabelTypes = 'OPTIONAL' | 'REQUIRED';
351
- declare type FieldLabelsProps = {
352
- label: string;
353
- tooltipText?: string;
354
- isError?: boolean;
355
- isTooltipVisible?: boolean;
356
- ruleLabel?: FieldRuleLabelTypes;
398
+ declare type TabOption<T = string> = {
399
+ menuText: string;
400
+ menuKey: T;
401
+ onMenuClick?: (key: T) => void;
402
+ isSelected?: boolean;
357
403
  };
358
- declare const FieldLabels: ({ label, isTooltipVisible, isError, ruleLabel, tooltipText, }: FieldLabelsProps) => JSX.Element;
404
+ declare type TabElement = HTMLDivElement | null;
405
+ declare type TabTheme = 'light' | 'dark';
406
+ declare type TabProps<T = string, K = string> = {
407
+ tabKey: T;
408
+ text: string;
409
+ } & Partial<{
410
+ disabled: boolean;
411
+ vertical: boolean;
412
+ isActive: boolean;
413
+ onClick: (key: T) => void;
414
+ options: MenuItem$1<K>[];
415
+ onOptionClick: (optionKey: K) => void;
416
+ tabTheme: TabTheme;
417
+ divider: boolean;
418
+ tabFont: FontSizesTypes$2;
419
+ textSize: number;
420
+ tabPadding: SizesTypes$1 | number;
421
+ defaultTabTextColor: ThemeColors$1 | string;
422
+ selectedTabTextColor: ThemeColors$1 | string;
423
+ selectedTabIndicatorColor: ThemeColors$1 | string;
424
+ styles: StylesType;
425
+ }>;
426
+ declare const ZealTab: <T extends string, K extends string>({ options, onClick, text, tabKey, vertical, onOptionClick, tabTheme, tabFont, tabPadding, selectedTabIndicatorColor, textSize, defaultTabTextColor, ...tabProps }: TabProps<T, K>, ref: React__default.ForwardedRef<TabElement>) => JSX.Element;
427
+ declare const Tab: <T, K>(props: {
428
+ tabKey: T;
429
+ text: string;
430
+ } & Partial<{
431
+ disabled: boolean;
432
+ vertical: boolean;
433
+ isActive: boolean;
434
+ onClick: (key: T) => void;
435
+ options: MenuItem$1<K>[];
436
+ onOptionClick: (optionKey: K) => void;
437
+ tabTheme: TabTheme;
438
+ divider: boolean;
439
+ tabFont: FontSizesTypes$2;
440
+ textSize: number;
441
+ tabPadding: SizesTypes$1 | number;
442
+ defaultTabTextColor: ThemeColors$1 | string;
443
+ selectedTabTextColor: ThemeColors$1 | string;
444
+ selectedTabIndicatorColor: ThemeColors$1 | string;
445
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
446
+ }> & {
447
+ ref?: React__default.ForwardedRef<TabElement> | undefined;
448
+ }) => ReturnType<typeof ZealTab>;
359
449
 
360
- declare type InputFieldProps = {
361
- name: string;
362
- control?: Control<any>;
363
- rules?: ControllerProps['rules'];
364
- required?: boolean;
365
- optional?: boolean;
366
- defaultValue?: string;
367
- inputProps: InputProps$1;
368
- styles?: CSSProperties;
369
- labelsProps?: FieldLabelsProps;
450
+ declare type SetPasswordRuleValidation = {
451
+ label: string;
452
+ rule: MaxRuleValidation | MinRuleValidation;
370
453
  };
371
- declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, optional, required, rules, }: InputFieldProps) => JSX.Element;
372
-
373
- declare const getFieldPlaceholder: (type: FieldTypes$1, title?: string) => string;
374
-
375
- declare type InputFieldTypes = 'number' | 'text' | 'email' | 'password';
376
- declare type FieldTypes = 'input' | 'select' | 'checkbox';
377
- declare type UIField<T = string> = (UIInputField & UISelectField & UICheckboxField) & {
378
- name: T;
379
- type: FieldTypes;
380
- value?: string;
381
- label?: string;
382
- placeholder?: string;
383
- required?: boolean;
384
- optional?: boolean;
385
- tooltip?: string;
386
- rules?: ControllerProps$1['rules'];
387
- order?: number;
454
+ declare type SetPasswordFormProps = {
455
+ fields: UIFields$1<SetPasswordFields>;
456
+ logoUrl: string;
457
+ isLoading?: boolean;
458
+ validations: SetPasswordRuleValidation[];
459
+ onSubmit: (values: SetPasswordFields) => void;
460
+ onBack: () => void;
388
461
  };
389
- declare type UIInputField = {
390
- inputType?: InputFieldTypes;
391
- maxLength?: number;
392
- onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
462
+ declare const SetPasswordForm: ({ logoUrl, fields, validations, onBack, onSubmit, isLoading, }: SetPasswordFormProps) => JSX.Element;
463
+
464
+ declare const showAcceptToastMessage: () => void | undefined;
465
+ declare type AcquisitionFormProps<T extends object> = {
466
+ fields: UIFields$1<T>;
467
+ consents: ConsentProps$1[];
468
+ logoUrl: string;
469
+ isLoading?: boolean;
470
+ isSubmitDisabled?: boolean;
471
+ title: string;
472
+ description?: string;
473
+ buttonText?: string;
474
+ onSubmit: (values: T) => void;
475
+ onLinkButtonClick?: Callback$1;
476
+ showConsentLabel?: boolean;
477
+ triggerFormInitially?: boolean;
478
+ isTooltipVisible?: boolean;
479
+ optionsPresentation?: boolean;
393
480
  };
394
- declare type UISelectField = {
395
- options?: SelectOption$1[];
481
+ declare const AcquisitionForm: <T extends object>({ logoUrl, title, description, buttonText, fields, optionsPresentation, onSubmit, showConsentLabel, onLinkButtonClick, isSubmitDisabled, consents, isLoading, triggerFormInitially, isTooltipVisible, }: AcquisitionFormProps<T>) => JSX.Element;
482
+
483
+ declare type VerificationCodeForm = {
484
+ code: string;
396
485
  };
397
- declare type UICheckboxField = {
398
- checkboxLabel?: string;
486
+ declare type AuthMethod = 'email' | 'sms';
487
+ declare type TwoFactorAuthProps = {
488
+ logoUrl: string;
489
+ onNext?: (authMethod: AuthMethod) => Promise<void>;
490
+ onSubmit?: (values: VerificationCodeForm) => void;
491
+ onBack?: () => void;
399
492
  };
400
- declare type UIFields<T extends object> = UIField<keyof T>[];
401
-
402
- declare const getInitialValuesFromFields: <T extends object>(fields: UIFields$1<T>) => DeepPartial<T>;
403
- declare const isFormValid: <T extends FieldValues>(formState: FormState<T>) => boolean;
404
- declare const getFieldsFromFieldSections: <T extends object>(sections: Pick<FieldSectionProps$1<T>, "fields">[]) => UIFields$1<T>;
493
+ declare const TwoFactorAuth: ({ logoUrl, onSubmit, onBack, onNext }: TwoFactorAuthProps) => JSX.Element;
405
494
 
406
- declare const acquisitionFormMockFields: UIFields$1<Record<string, string>>;
407
- declare const setPasswordMockFields: UIFields$1<SetPasswordFields>;
408
- declare const loginMockFields: UIFields$1<LoginFields$1>;
409
- declare const sectionMockFields: UIFields$1<Record<string, string>>;
410
- declare const profileInformationMockForm: {
411
- label: string;
412
- fields: UIFields$1<Record<string, string>>;
413
- }[];
495
+ declare type LoginFields = {
496
+ email: string;
497
+ password: string;
498
+ rememberMe: boolean;
499
+ };
414
500
 
415
- declare type FieldMapperProps<T extends object> = {
416
- field: UIField<keyof T>;
417
- isEditMode?: boolean;
418
- control?: Control<T>;
419
- spacer?: number;
420
- isTooltipVisible?: boolean;
501
+ declare type LoginFormProps = {
502
+ fields: UIFields$1<LoginFields>;
503
+ logoUrl: string;
504
+ isLoading?: boolean;
505
+ twoFactorAuthConfig?: {
506
+ twoFactorShow: boolean;
507
+ twoFactorAuthProps: TwoFactorAuthProps;
508
+ };
421
509
  optionsPresentation?: boolean;
422
- styles?: React.CSSProperties;
510
+ onSubmit: (values: LoginFields) => void;
511
+ onSignUpButtonClick?: Callback$1;
512
+ onForgotPasswordButtonClick?: Callback$1;
513
+ isTooltipVisible?: boolean;
514
+ consents: ConsentProps$2[];
423
515
  };
424
- declare const FieldMapper: <T extends object>({ field, isEditMode, spacer, control, isTooltipVisible, optionsPresentation, styles, }: FieldMapperProps<T>) => JSX.Element | null;
516
+ declare const LoginForm: ({ logoUrl, fields, isTooltipVisible, onSubmit, optionsPresentation, onSignUpButtonClick, isLoading, twoFactorAuthConfig, consents, onForgotPasswordButtonClick, }: LoginFormProps) => JSX.Element;
425
517
 
426
- declare type CheckboxFieldProps = {
427
- name: string;
428
- control?: Control<any>;
429
- defaultValue?: boolean;
430
- checkboxProps: Omit<CheckBoxProps, 'error' | 'onClick' | 'value'>;
431
- };
432
- declare const CheckboxField: ({ control, name, checkboxProps, defaultValue, }: CheckboxFieldProps) => JSX.Element;
518
+ declare type FooterProps = FooterAProps | FooterBProps | FooterCProps | FooterDProps;
519
+ declare const Footer: (props: FooterProps) => JSX.Element;
433
520
 
434
- declare type SelectFieldProps = {
435
- selectProps: SelectProps;
436
- labelsProps?: FieldLabelsProps;
437
- name: string;
438
- rules?: ControllerProps['rules'];
439
- control?: Control<any>;
440
- required?: boolean;
441
- optional?: boolean;
442
- defaultValue?: string;
443
- styles?: CSSProperties;
521
+ declare type FeedContentTemplateTypes = 'full_width_content' | 'standard_content' | 'auto_play' | '';
522
+ declare type FeedContentProps = {
523
+ feedContentType: Omit<FilteredFeedContentType$1, 'all'>;
524
+ feedContentTemplate: FeedContentTemplateTypes;
525
+ id?: string;
526
+ image?: string;
527
+ video?: string;
528
+ document?: string;
529
+ title?: Nullable<string>;
530
+ description: Nullable<string>;
531
+ lastUpdated: string;
532
+ buttonConfig: {
533
+ disabled?: boolean;
534
+ onClick?: () => void;
535
+ };
536
+ withCloseIcon?: {
537
+ onClose: Callback$1;
538
+ };
539
+ isMobile?: boolean;
540
+ isExpanded?: boolean;
541
+ fullWidth?: boolean;
542
+ fullWidthTemplateContainerStyles?: CSSProperties;
543
+ showDefaultDocumentStyles?: boolean;
544
+ destinationLink?: string;
545
+ onDestinationHandler?: Callback$1;
546
+ imageStyles?: StylesType;
547
+ videoStyles?: CSSProperties;
548
+ isEnabledFavoriting?: boolean;
549
+ isFavorite?: boolean;
550
+ onFavoriteClickHandler?: Callback$1;
551
+ onFavoriteIconClick?: (selectedFeedContent: FeedContentProps) => void;
444
552
  };
445
- declare const SelectField: ({ selectProps, name, defaultValue, optional, required, control, styles, labelsProps, rules, }: SelectFieldProps) => JSX.Element;
446
553
 
447
- declare type CustomValidationRule<T = string> = {
448
- text: string;
449
- validate: (value?: T) => boolean;
554
+ declare const FeedContent: ({ feedContentTemplate, ...props }: FeedContentProps) => JSX.Element;
555
+
556
+ declare type FooterContactInfo = {
557
+ phoneNumber: string;
558
+ addressLine1: string;
559
+ addressLine2: string;
450
560
  };
451
- declare type CustomValidationProps<T = string> = {
452
- label?: string;
453
- value: T;
454
- isSubmitted?: boolean;
455
- rules: CustomValidationRule<T>[];
561
+ declare type FooterLink = {
562
+ id: string;
563
+ name: string;
564
+ location: string;
456
565
  };
457
- declare const CustomValidation: <T extends string = string>({ rules, value, isSubmitted, label, }: CustomValidationProps<T>) => JSX.Element;
458
566
 
459
- declare const defaultTheme: DefaultTheme;
460
-
461
- declare const ZealThemeProvider: (props: PropsWithChildren<{
462
- theme?: DefaultTheme;
463
- }>) => JSX.Element;
464
-
465
- declare type ThemeColors = 'primary' | 'secondary' | 'background' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'indigo' | 'blue' | 'white' | 'black' | 'indigoTint' | 'indigoTint2' | 'success' | 'error' | 'warning' | 'green' | 'greenTint';
466
- declare type SizesTypes = '3XL' | '2XL' | 'XL-2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
467
- declare type FontSizesTypes = Exclude<SizesTypes, 'XL-2XL'> | 'H2' | 'H1';
468
- declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
469
- declare type ThemeColorsType = Record<ThemeColors, string>;
470
- declare type ThemeTextType = Record<FontSizesTypes, {
471
- 'font-weight': string;
472
- 'font-size': number;
473
- 'line-height': number;
474
- }>;
475
- declare type ThemeSizesType = Record<SizesTypes, number>;
476
- declare type ThemeDevicesType = Record<BreakpointSizesTypes, string>;
477
- declare type ZealTheme = {
478
- colors: ThemeColorsType;
479
- fonts: Record<FontSizesTypes, number>;
480
- sizes: ThemeSizesType;
481
- devices: ThemeDevicesType;
567
+ declare type ProfileInformationProps<TabKeys extends string> = {
568
+ backgroundImageUrl: string;
569
+ avatarProps: AvatarProps$1;
570
+ tabs: TabProps$1<string, TabKeys>[];
571
+ tabContents: Record<TabKeys, () => ReactNode>;
572
+ initialTabKey: TabKeys;
573
+ title: string;
574
+ editIcons?: {
575
+ isEditMode: boolean;
576
+ onSave: Callback$1;
577
+ onEdit: Callback$1;
578
+ onClose: Callback$1;
579
+ };
482
580
  };
581
+ declare const ProfileInformation: <TabKeys extends string>({ avatarProps, backgroundImageUrl, initialTabKey, tabs, title, editIcons, tabContents, }: ProfileInformationProps<TabKeys>) => JSX.Element;
483
582
 
484
- declare const toastStyles: styled_components.FlattenSimpleInterpolation;
485
-
486
- declare const useMediaQuery: (breakpointSize: BreakpointSizesTypes$1) => boolean;
487
-
488
- declare type BaseSelectableProps<T> = {
489
- iconName: IconNames;
490
- infoText: string;
491
- isActive?: boolean;
492
- onClick?: (value: T) => void;
493
- value: T;
583
+ declare type EmailAddressFields = {
584
+ email: string;
494
585
  };
495
-
496
- declare type SelectableCardGroupProps<T> = {
497
- cards: BaseSelectableProps<T>[];
498
- handleChange?: (value: T | undefined) => void;
499
- spacing?: SizesTypes;
500
- initialValue?: T;
586
+ declare type ForgotPasswordFormProps = {
587
+ logoUrl: string;
588
+ isLoading?: boolean;
589
+ onSubmit?: (values: EmailAddressFields) => void;
590
+ onBack?: Callback$1;
501
591
  };
502
- declare const SelectableCardGroup: <T extends string>({ cards, handleChange, spacing, initialValue, }: SelectableCardGroupProps<T>) => JSX.Element;
592
+ declare const ForgotPasswordForm: ({ logoUrl, onBack, onSubmit, isLoading, }: ForgotPasswordFormProps) => JSX.Element;
503
593
 
504
- declare type HeroImageAlignment = 'left_aligned' | 'center_aligned';
505
- declare type HeroImageTemplate = 'card' | 'full_width';
506
- declare type HeroImageProps = {
507
- type: 'hero_image';
508
- backgroundImage: ImageProps$1;
509
- mainHeading: string;
510
- subHeading?: string;
511
- button?: ButtonProps$1;
512
- contentAlignment?: HeroImageAlignment;
594
+ declare type BodyProps = {
595
+ elements: {
596
+ data: (HeroImageProps$1 | HeroSliderProps$1 | SubscribePanelProps$1 | ColumnsProps$1 | EmphasizedTextProps$1 | FeedContentContainerProps$1)[];
597
+ spacer?: number;
598
+ };
513
599
  horizontalPaddings?: number;
514
- template?: HeroImageTemplate;
515
- isMobile?: boolean;
516
- height?: number;
517
- };
518
- declare const HeroImage: ({ backgroundImage, button, contentAlignment, mainHeading, horizontalPaddings, subHeading, template, isMobile, height, }: HeroImageProps) => JSX.Element;
519
-
520
- declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
521
- declare type DrawerProps = DrawerProps$1 & {
522
- anchor: Anchor;
523
- padding?: SizesTypes$2 | number;
524
- height?: number | string;
525
- width?: number | string;
526
- closeIconColor?: ThemeColors$1 | string;
600
+ containerStyles?: CSSProperties;
527
601
  };
602
+ declare const Body: ({ elements, horizontalPaddings, containerStyles, }: BodyProps) => JSX.Element;
528
603
 
529
- declare const Drawer: ({ children, closeIconColor, ...props }: PropsWithChildren<DrawerProps>) => JSX.Element;
530
-
531
- declare type ColumnsTemplateKeys = 'horizontal' | 'card' | 'with_image';
532
-
533
- declare type ColumnsProps = {
534
- type: 'columns';
535
- columns: ColumnItem[];
536
- containerStyles?: CSSProperties$1;
537
- template?: ColumnsTemplateKeys;
538
- };
539
- declare type ColumnItem = {
540
- title?: string;
541
- mainContent?: string;
542
- button?: TextButtonProps$1;
543
- icon: string;
544
- };
545
- declare const Columns: ({ columns, containerStyles, template }: ColumnsProps) => JSX.Element;
604
+ declare type ISIProps = ISIAProps;
605
+ declare const ISI: (props: ISIProps) => JSX.Element;
546
606
 
547
- declare type MenuItem<T> = {
548
- id: T;
549
- title: string;
550
- onClick?: (id: T) => void;
607
+ declare type ImportantLink = {
608
+ text: string;
609
+ href: string;
551
610
  };
552
- declare type MenuItemsProps<T> = {
553
- title?: string;
554
- onItemPress?: (id: T) => void;
555
- options?: MenuItem<T>[];
611
+ declare type HeaderAProps<T = string> = {
612
+ className?: string;
613
+ links?: ImportantLink[];
614
+ logoUrl: string;
615
+ tabsProps: TabGroupProps$1;
616
+ onActionButtonClick?: Callback$1;
617
+ buttonText: string;
618
+ buttonLink: string;
619
+ isMobile?: boolean;
556
620
  };
557
- declare const MenuItems: <T extends string | number>({ title, onItemPress, options, }: MenuItemsProps<T>) => JSX.Element;
558
621
 
559
- declare type AvatarDropdownProps<T> = {
560
- avatarProps: AvatarProps;
561
- menuConfig: MenuItemsProps<T>;
562
- };
563
- declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, }: AvatarDropdownProps<T>) => JSX.Element;
622
+ declare type HeaderBProps<T = string> = Pick<HeaderAProps$1<T>, 'isMobile' | 'logoUrl' | 'tabsProps' | 'buttonText' | 'onActionButtonClick' | 'buttonLink' | 'className'>;
564
623
 
565
- declare type TabProps<T = string, K = string> = {
566
- tabKey: T;
567
- text: string;
568
- disabled?: boolean;
569
- vertical?: boolean;
570
- isActive?: boolean;
571
- onClick?: (key: T) => void;
572
- options?: MenuItem<K>[];
573
- onOptionClick?: (optionKey: K) => void;
574
- };
624
+ declare type HeaderCProps<T> = Pick<HeaderAProps$1<T>, 'logoUrl' | 'tabsProps' | 'isMobile' | 'className'>;
575
625
 
576
- declare type TabGroupProps<T = string, K = string> = {
577
- tabs: Pick<TabProps<T, K>, 'text' | 'tabKey' | 'disabled' | 'options'>[];
578
- activeTabKey: T;
579
- spacing?: SizesTypes$2;
580
- onTabChange?: (tabKey: T) => void;
581
- onOptionClick?: (optionKey: K) => void;
582
- style?: CSSProperties;
583
- vertical?: boolean;
584
- };
585
- declare const TabGroup: <T extends string, K extends string>({ tabs, spacing, vertical, activeTabKey, onTabChange, style, }: TabGroupProps<T, K>) => JSX.Element;
626
+ declare type HeaderDProps = {
627
+ withAvatar: AvatarDropdownProps$1<string>;
628
+ } & Pick<HeaderAProps$1, 'isMobile' | 'logoUrl' | 'links' | 'tabsProps' | 'className'>;
586
629
 
587
- declare type FieldSectionProps<T extends object> = {
588
- label: string;
589
- control?: Control<T>;
590
- isEditMode?: boolean;
591
- fields: UIFields<T>;
592
- };
593
- declare const FieldSection: <T extends object>({ fields, label, isEditMode, control, }: FieldSectionProps<T>) => JSX.Element;
630
+ declare type HeaderProps<T = string> = (HeaderAProps<T> & {
631
+ type: 'header_a';
632
+ }) | (HeaderBProps<T> & {
633
+ type: 'header_b';
634
+ }) | (HeaderCProps<T> & {
635
+ type: 'header_c';
636
+ }) | (HeaderDProps & {
637
+ type: 'header_d';
638
+ });
639
+ declare const Header: <T extends string | number>(props: HeaderProps<T>) => JSX.Element;
594
640
 
595
- declare type MenuNavigationProps<T> = {
596
- menuConfig: MenuItemsProps<T>;
641
+ declare type ButtonCaptureProps = {
642
+ type: 'button';
643
+ acceptButton: ButtonProps$1;
644
+ denyButton: ButtonProps$1;
597
645
  };
598
- declare const MenuNavigation: <T extends string | number>({ menuConfig, }: MenuNavigationProps<T>) => JSX.Element;
599
- declare const CaretIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
600
- isOpen: boolean;
601
- }, never>;
602
-
603
- declare type EmphasizedTextProps = {
604
- type: 'emphasized_text';
605
- invertColors: boolean;
606
- textContent: string;
646
+ declare type RadioButtonsCaptureProps<T extends string> = {
647
+ type: 'radioButton';
648
+ acceptValue: T;
649
+ } & RadioButtonsProps$1<T>;
650
+ declare type CheckboxCaptureProps = {
651
+ type: 'checkbox';
652
+ label: string;
653
+ value: boolean;
654
+ onChange: (value: boolean) => void;
607
655
  };
608
- declare const EmphasizedText: ({ textContent, invertColors }: EmphasizedTextProps) => JSX.Element;
656
+ declare type ConsentCaptureProps<T extends string = string> = ButtonCaptureProps | RadioButtonsCaptureProps<T> | CheckboxCaptureProps;
609
657
 
610
- declare type RadioButtonFieldProps<T extends string> = {
611
- name: string;
612
- control?: Control<any>;
613
- rules?: ControllerProps['rules'];
614
- required?: boolean;
615
- optional?: boolean;
616
- defaultValue?: string;
617
- styles?: CSSProperties;
618
- radioButtonsProps: RadioButtonsProps$1<T>;
619
- labelsProps?: FieldLabelsProps;
658
+ declare type ConsentProps<T extends string = string> = {
659
+ text: string;
660
+ isRequired?: boolean;
661
+ consentCaptureProps: ConsentCaptureProps<T>;
662
+ containerStyles?: CSSProperties;
663
+ clearStyles?: boolean;
620
664
  };
621
- declare const RadioButtonField: <T extends string>({ control, name, radioButtonsProps, styles, labelsProps, defaultValue, optional, required, rules, }: RadioButtonFieldProps<T>) => JSX.Element;
665
+ declare const Consent: <T extends string>({ text, consentCaptureProps, containerStyles, clearStyles, }: ConsentProps<T>) => JSX.Element;
622
666
 
623
- declare type AlertProps = {
624
- style?: CSSProperties;
625
- title: string;
626
- description: string;
627
- color?: string;
667
+ declare type ProcessTrackerStatus = 'complete' | 'incomplete' | 'in_progress';
668
+ declare type ProcessTrackerProps = {
669
+ title?: Nullable<string>;
670
+ description?: Nullable<string>;
628
671
  isMobile?: boolean;
629
- logo?: string;
630
- fullWidth?: boolean;
672
+ statuses?: {
673
+ title: string;
674
+ description: string;
675
+ status: ProcessTrackerStatus;
676
+ }[];
677
+ currentStep?: number;
678
+ style?: CSSProperties;
631
679
  withCloseIcon?: {
632
680
  onClose: Callback$1;
633
681
  };
634
- fontColor?: ThemeColors$2;
635
682
  destinationLink?: string;
636
683
  onDestinationHandler?: Callback$1;
637
- containerStyles?: CSSProperties;
638
- };
639
- declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
640
-
641
- declare type OrientationType = 'horizontal' | 'vertical';
642
- declare type StepperProps = {
643
- steps: {
644
- title: string;
645
- description?: string;
646
- status?: ProcessTrackerStatus$1;
647
- }[];
648
- currentStep: number;
649
- orientation?: OrientationType;
650
684
  };
651
- declare const Stepper: ({ steps, orientation, currentStep }: StepperProps) => JSX.Element;
685
+ declare const ProcessTracker: ({ title, statuses, isMobile, description, currentStep, style, withCloseIcon, }: ProcessTrackerProps) => JSX.Element;
652
686
 
653
- declare type PdfDocumentProps = {
654
- source: string;
687
+ declare type FilteredFeedContentType = 'all' | 'favourite';
688
+ declare type FeedContentContainerProps = {
689
+ type: 'feed';
690
+ feedHeader: Omit<FeedContentHeaderProps$1, 'isMobile'>;
691
+ feedContent?: Omit<FeedContentProps$1, 'isMobile'>[];
655
692
  isMobile?: boolean;
656
- customDocumentStyles?: Partial<{
657
- wrapperBackgroundColor: ThemeColors$2 | string;
658
- pageNumberColor: ThemeColors$2 | string;
659
- pageWidth: number;
660
- pageHeight: number;
661
- paginationArrowColor: ThemeColors$2 | string;
662
- disabledPaginationArrowColor: ThemeColors$2 | string;
663
- }>;
664
693
  };
665
- declare const PdfDocument: ({ source, isMobile, customDocumentStyles, }: PdfDocumentProps) => JSX.Element;
666
-
667
- declare type FeedTemplateKeys = `feed_${'a' | 'b'}`;
668
- declare type FeedContentHeaderProps = {
669
- title: string;
670
- enableFavoriting?: boolean;
671
- templateType: FeedTemplateKeys;
672
- isMobile?: boolean;
673
- menuConfig: MenuItemsProps$1<FilteredFeedContentType$1>;
674
- } & Partial<Omit<InputFieldProps$1, 'labelsProps' | 'required' | 'optional'>>;
675
- declare const FeedContentHeader: ({ templateType, title, name, inputProps, isMobile, menuConfig, ...rest }: FeedContentHeaderProps) => JSX.Element;
694
+ declare const FeedContentContainer: ({ feedHeader, feedContent, isMobile, }: FeedContentContainerProps) => JSX.Element;
676
695
 
677
- declare type ToggleFieldProps = {
678
- name: string;
679
- title: string;
680
- control?: Control<any>;
681
- description?: string;
682
- horizontalButtonsProps: HorizontalButtonsProps$1;
683
- defaultValue?: string;
696
+ declare type DynamicElementProps = (AlertProps$1 & {
697
+ elementType: 'alert';
698
+ }) | (ProcessTrackerProps$1 & {
699
+ elementType: 'process_tracker';
700
+ }) | (FeedContentProps$1 & {
701
+ elementType: 'feed_content';
702
+ });
703
+ declare type SizeProps = SizesTypes$1 | number;
704
+ declare type DynamicContentZoneProps = {
705
+ elements: {
706
+ data: DynamicElementProps[];
707
+ spacer?: SizeProps;
708
+ };
709
+ horizontalPaddings?: SizeProps;
710
+ containerStyles?: CSSProperties;
684
711
  };
685
- declare const HorizontalButtonsField: ({ name, title, control, description, horizontalButtonsProps, }: ToggleFieldProps) => JSX.Element;
686
-
687
- declare type Callback = () => void;
712
+ declare const DynamicContentZone: ({ elements, horizontalPaddings, containerStyles, }: DynamicContentZoneProps) => JSX.Element;
688
713
 
689
- declare type BottomNaVBarItemProps = {
690
- name: string;
691
- icon: ComponentType<Omit<IconProps$1, 'name'>>;
692
- active: boolean;
693
- activeColor: string;
694
- onNavigate: Callback;
714
+ declare type BottomNavBarNavigationProps = {
715
+ navbarItems: BottomNaVBarItemProps$1[];
695
716
  };
696
- declare const BottomNavBarItem: ({ name, icon: IconComponent, active, activeColor, onNavigate, }: BottomNaVBarItemProps) => JSX.Element;
717
+ declare const BottomNavBarNavigation: ({ navbarItems }: BottomNavBarNavigationProps) => JSX.Element;
697
718
 
698
- declare type SetPasswordRuleValidation = {
699
- label: string;
700
- rule: MaxRuleValidation | MinRuleValidation;
701
- };
702
- declare type SetPasswordFormProps = {
703
- fields: UIFields<SetPasswordFields>;
704
- logoUrl: string;
705
- isLoading?: boolean;
706
- validations: SetPasswordRuleValidation[];
707
- onSubmit: (values: SetPasswordFields) => void;
708
- onBack: () => void;
719
+ declare type HeroSliderProps = {
720
+ type: 'hero_slides';
721
+ heroSlides: Omit<HeroImageProps$1, 'type' | 'template'>[];
709
722
  };
710
- declare const SetPasswordForm: ({ logoUrl, fields, validations, onBack, onSubmit, isLoading, }: SetPasswordFormProps) => JSX.Element;
723
+ declare const HeroSlider: ({ heroSlides }: HeroSliderProps) => JSX.Element | null;
724
+ declare const HeroSliderWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
711
725
 
712
- declare const showAcceptToastMessage: () => void | undefined;
713
- declare type AcquisitionFormProps<T extends object> = {
714
- fields: UIFields$2<T>;
715
- consents: ConsentProps$1[];
716
- logoUrl: string;
717
- isLoading?: boolean;
718
- isSubmitDisabled?: boolean;
719
- title: string;
726
+ declare type SubscribePanelTemplateKeys = `subscribe_template_${'a' | 'b'}`;
727
+ declare type SubscribePanelTemplateProps = {
728
+ title?: string;
720
729
  description?: string;
721
- buttonText?: string;
722
- onSubmit: (values: T) => void;
723
- onLinkButtonClick?: Callback$1;
724
- showConsentLabel?: boolean;
725
- triggerFormInitially?: boolean;
726
- isTooltipVisible?: boolean;
727
- optionsPresentation?: boolean;
728
- };
729
- declare const AcquisitionForm: <T extends object>({ logoUrl, title, description, buttonText, fields, optionsPresentation, onSubmit, showConsentLabel, onLinkButtonClick, isSubmitDisabled, consents, isLoading, triggerFormInitially, isTooltipVisible, }: AcquisitionFormProps<T>) => JSX.Element;
730
-
731
- declare type VerificationCodeForm = {
732
- code: string;
730
+ isSubscribing?: boolean;
731
+ subscribeHandler: Callback$1;
732
+ isMobile: boolean;
733
+ control: Control<SubscribePanelForm>;
733
734
  };
734
- declare type AuthMethod = 'email' | 'sms';
735
- declare type TwoFactorAuthProps = {
736
- logoUrl: string;
737
- onNext?: (authMethod: AuthMethod) => Promise<void>;
738
- onSubmit?: (values: VerificationCodeForm) => void;
739
- onBack?: () => void;
735
+ declare type SubscribePanelProps = Omit<SubscribePanelTemplateProps, 'isMobile' | 'control' | 'subscribeHandler'> & {
736
+ type: 'subscribe_panel';
737
+ template: SubscribePanelTemplateKeys;
738
+ onSubscribe: (email: string) => void;
740
739
  };
741
- declare const TwoFactorAuth: ({ logoUrl, onSubmit, onBack, onNext }: TwoFactorAuthProps) => JSX.Element;
742
-
743
- declare type LoginFields = {
740
+ declare type SubscribePanelForm = {
744
741
  email: string;
745
- password: string;
746
- rememberMe: boolean;
747
742
  };
748
743
 
749
- declare type LoginFormProps = {
750
- fields: UIFields$2<LoginFields>;
751
- logoUrl: string;
752
- isLoading?: boolean;
753
- twoFactorAuthConfig?: {
754
- twoFactorShow: boolean;
755
- twoFactorAuthProps: TwoFactorAuthProps;
756
- };
757
- optionsPresentation?: boolean;
758
- onSubmit: (values: LoginFields) => void;
759
- onSignUpButtonClick?: Callback$1;
760
- onForgotPasswordButtonClick?: Callback$1;
761
- isTooltipVisible?: boolean;
762
- consents: ConsentProps$2[];
744
+ declare const SubscribePanel: ({ template, onSubscribe, ...props }: SubscribePanelProps) => JSX.Element;
745
+
746
+ declare type DefaultTemplateProps = {
747
+ alerts?: AlertProps$2[];
748
+ processTracker?: ProcessTrackerProps$1;
749
+ header: React.ReactNode;
750
+ feedContent?: React.ReactNode;
751
+ banner?: React.ReactNode;
752
+ content?: React.ReactNode;
763
753
  };
764
- declare const LoginForm: ({ logoUrl, fields, isTooltipVisible, onSubmit, optionsPresentation, onSignUpButtonClick, isLoading, twoFactorAuthConfig, consents, onForgotPasswordButtonClick, }: LoginFormProps) => JSX.Element;
754
+ declare const DefaultTemplate: ({ header, banner, content, alerts, processTracker, feedContent, }: DefaultTemplateProps) => JSX.Element;
765
755
 
766
- declare type FooterProps = FooterAProps | FooterBProps | FooterCProps | FooterDProps;
767
- declare const Footer: (props: FooterProps) => JSX.Element;
756
+ interface Helpers {
757
+ goToNextStep: () => void;
758
+ goToPrevStep: () => void;
759
+ reset: () => void;
760
+ canGoToNextStep: boolean;
761
+ canGoToPrevStep: boolean;
762
+ setStep: Dispatch<SetStateAction<number>>;
763
+ }
764
+ declare const useStep: (maxStep: number) => [number, Helpers];
768
765
 
769
- declare type FeedContentTemplateTypes = 'full_width_content' | 'standard_content' | 'auto_play' | '';
770
- declare type FeedContentProps = {
771
- feedContentType: Omit<FilteredFeedContentType$1, 'all'>;
772
- feedContentTemplate: FeedContentTemplateTypes;
773
- id?: string;
774
- image?: string;
775
- video?: string;
776
- document?: string;
777
- title?: Nullable<string>;
778
- description: Nullable<string>;
779
- lastUpdated: string;
780
- buttonConfig: {
781
- disabled?: boolean;
782
- onClick?: () => void;
783
- };
784
- withCloseIcon?: {
785
- onClose: Callback$1;
786
- };
787
- isMobile?: boolean;
788
- isExpanded?: boolean;
789
- fullWidth?: boolean;
790
- fullWidthTemplateContainerStyles?: CSSProperties;
791
- showDefaultDocumentStyles?: boolean;
792
- destinationLink?: string;
793
- onDestinationHandler?: Callback$1;
794
- imageStyles?: CSSProperties;
795
- videoStyles?: CSSProperties;
796
- isEnabledFavoriting?: boolean;
797
- isFavorite?: boolean;
798
- onFavoriteClickHandler?: Callback$1;
799
- onFavoriteIconClick?: (selectedFeedContent: FeedContentProps) => void;
766
+ declare const useRequiredConsentsAcceptedValues: (consents: ConsentProps$1[]) => boolean;
767
+
768
+ declare const defaultTheme: DefaultTheme;
769
+
770
+ declare const ZealThemeProvider: (props: PropsWithChildren<{
771
+ theme?: DefaultTheme;
772
+ }>) => JSX.Element;
773
+
774
+ declare type ThemeColors = 'primary' | 'primaryTint' | 'primaryShade' | 'secondary' | 'secondaryTint' | 'secondaryShade' | 'pink' | 'pinkTint' | 'pinkShade' | 'orange' | 'orangeTint' | 'orangeShade' | 'purple' | 'purpleTint' | 'purpleShade' | 'indigo' | 'indigoTint1' | 'indigoTint2' | 'gray1' | 'gray2' | 'gray3' | 'gray4' | 'gray5' | 'green' | 'greenTint' | 'greenShade' | 'yellow' | 'yellowTint' | 'yellowShade' | 'red' | 'redTint' | 'redShade' | 'black' | 'white' | 'blue' | 'blueTint' | 'blueShade' | 'background';
775
+ declare type SizesTypes = '5XL' | '4XL' | '3XL' | '2XL' | 'XL' | 'L' | 'M' | 'S' | 'XS';
776
+ declare type FontSizesTypes = Exclude<SizesTypes, '5XL' | '4XL'>;
777
+ declare type BreakpointSizesTypes = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
778
+ declare type FontWeight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900;
779
+ declare type ThemeColorsType = Record<ThemeColors, string>;
780
+ declare type ThemeTextType = Record<FontSizesTypes, {
781
+ 'font-weight': string;
782
+ 'font-size': number;
783
+ 'line-height': number;
784
+ }>;
785
+ declare type ThemeSizesType = Record<SizesTypes, number>;
786
+ declare type ThemeDevicesType = Record<BreakpointSizesTypes, string>;
787
+ declare type ZealTheme = {
788
+ colors: ThemeColorsType;
789
+ fonts: Record<FontSizesTypes, number>;
790
+ sizes: ThemeSizesType;
791
+ devices: ThemeDevicesType;
800
792
  };
801
793
 
802
- declare const FeedContent: ({ feedContentTemplate, ...props }: FeedContentProps) => JSX.Element;
794
+ declare const toastStyles: styled_components.FlattenSimpleInterpolation;
803
795
 
804
- declare type FooterContactInfo = {
805
- phoneNumber: string;
806
- addressLine1: string;
807
- addressLine2: string;
796
+ declare const useMediaQuery: (breakpointSize: BreakpointSizesTypes$1) => boolean;
797
+
798
+ declare const getFieldPlaceholder: (type: FieldTypes$1, title?: string) => string;
799
+
800
+ declare type InputFieldTypes = 'phone-number' | 'text' | 'email' | 'password' | 'numerical' | 'any';
801
+ declare type FieldTypes = 'input' | 'select' | 'checkbox';
802
+ declare type UIField<T = string> = (UIInputField & UISelectField & UICheckboxField) & {
803
+ name: T;
804
+ type: FieldTypes;
805
+ value?: string;
806
+ label?: string;
807
+ placeholder?: string;
808
+ required?: boolean;
809
+ tooltip?: string;
810
+ rules?: ControllerProps['rules'];
811
+ order?: number;
808
812
  };
809
- declare type FooterLink = {
810
- id: string;
811
- name: string;
812
- location: string;
813
+ declare type UIInputField = {
814
+ inputType?: InputFieldTypes;
815
+ maxLength?: number;
816
+ onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
817
+ } & InputFieldProps$1;
818
+ declare type UISelectField = {
819
+ options?: SelectOption$1[];
820
+ } & SelectFieldProps$1;
821
+ declare type UICheckboxField = {
822
+ checkboxLabel?: string;
813
823
  };
824
+ declare type UIFields<T extends object> = UIField<keyof T>[];
814
825
 
815
- declare type ProfileInformationProps<TabKeys extends string> = {
816
- backgroundImageUrl: string;
817
- avatarProps: AvatarProps;
818
- tabs: TabProps<string, TabKeys>[];
819
- tabContents: Record<TabKeys, () => ReactNode>;
820
- initialTabKey: TabKeys;
821
- title: string;
822
- editIcons?: {
823
- isEditMode: boolean;
824
- onSave: Callback$1;
825
- onEdit: Callback$1;
826
- onClose: Callback$1;
827
- };
826
+ declare const getInitialValuesFromFields: <T extends object>(fields: UIFields$2<T>) => DeepPartial<T>;
827
+ declare const isFormValid: <T extends FieldValues>(formState: FormState<T>) => boolean;
828
+ declare const getFieldsFromFieldSections: <T extends object>(sections: Pick<FieldSectionProps$1<T>, "fields">[]) => UIFields$2<T>;
829
+
830
+ declare const acquisitionFormMockFields: UIFields$2<Record<string, string>>;
831
+ declare const setPasswordMockFields: UIFields$2<SetPasswordFields>;
832
+ declare const loginMockFields: UIFields$2<LoginFields$1>;
833
+ declare const sectionMockFields: UIFields$2<Record<string, string>>;
834
+ declare const profileInformationMockForm: {
835
+ label: string;
836
+ fields: UIFields$2<Record<string, string>>;
837
+ }[];
838
+
839
+ declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
840
+ annotationsList: AnnotationsList$1;
841
+ isMLRReview: boolean;
842
+ showAnnotations: boolean;
843
+ }>;
844
+ declare const MlrRichTextViewerProvider: ({ children, isMLRReview, showAnnotations, annotationsList, }: MlrRichTextViewerProviderProps) => JSX.Element;
845
+
846
+ declare type MlrRichTextViewerContextType = {
847
+ isMLRReview: boolean;
848
+ showAnnotations: boolean;
849
+ annotationsList: AnnotationsList$1;
828
850
  };
829
- declare const ProfileInformation: <TabKeys extends string>({ avatarProps, backgroundImageUrl, initialTabKey, tabs, title, editIcons, tabContents, }: ProfileInformationProps<TabKeys>) => JSX.Element;
851
+ declare const MlrRichTextViewerContext: React$1.Context<MlrRichTextViewerContextType>;
830
852
 
831
- declare type EmailAddressFields = {
832
- email: string;
853
+ declare type AnnotationsList = {
854
+ tags: {
855
+ id: string;
856
+ label: string;
857
+ }[];
858
+ links: {
859
+ referencedById: string;
860
+ moleculeId: string;
861
+ text: string;
862
+ url: string;
863
+ }[];
833
864
  };
834
- declare type ForgotPasswordFormProps = {
835
- logoUrl: string;
836
- isLoading?: boolean;
837
- onSubmit?: (values: EmailAddressFields) => void;
838
- onBack?: Callback$1;
865
+
866
+ declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
867
+
868
+ declare type FieldRuleLabelTypes = 'OPTIONAL' | 'REQUIRED';
869
+ declare type LabelInternalConfig = {
870
+ fontVariant: FontSizesTypes$2;
871
+ fontSize: number;
872
+ fontWeight: string | number;
873
+ color: ThemeColors$1 | string;
874
+ padding: string;
875
+ styles: StylesType;
876
+ wrapperStyles: StylesType;
877
+ };
878
+ declare type RuleLabelInternalConfig = {
879
+ requiredTextColor: ThemeColors$1 | string;
880
+ optionalTextColor: ThemeColors$1 | string;
881
+ padding: string;
882
+ fontSize: number;
883
+ styles: StylesType;
884
+ };
885
+ declare type TooltipInternalConfig = {
886
+ fontVariant: FontSizesTypes$2;
887
+ fontSize: number;
888
+ fontWeight: string | number;
889
+ color: ThemeColors$1 | string;
890
+ padding: string;
891
+ backgroundColor: ThemeColors$1 | string;
892
+ iconColor: ThemeColors$1 | string;
893
+ styles: StylesType;
894
+ wrapperStyles: StylesType;
839
895
  };
840
- declare const ForgotPasswordForm: ({ logoUrl, onBack, onSubmit, isLoading, }: ForgotPasswordFormProps) => JSX.Element;
896
+ declare type FieldLabelsProps = {
897
+ label?: string;
898
+ tooltipText?: string;
899
+ isError?: boolean;
900
+ isTooltipVisible?: boolean;
901
+ ruleLabel?: FieldRuleLabelTypes;
902
+ labelInternalConfig?: LabelInternalConfig;
903
+ ruleLabelInternalConfig?: RuleLabelInternalConfig;
904
+ tooltipInternalConfig?: TooltipInternalConfig;
905
+ isRichText?: boolean;
906
+ };
907
+ declare const FieldLabels: ({ label, isTooltipVisible, isError, ruleLabel, tooltipText, labelInternalConfig, ruleLabelInternalConfig, tooltipInternalConfig, isRichText, }: FieldLabelsProps) => JSX.Element;
841
908
 
842
- declare type BodyProps = {
843
- elements: {
844
- data: (HeroImageProps$1 | HeroSliderProps$1 | SubscribePanelProps$1 | ColumnsProps$1 | EmphasizedTextProps$1 | FeedContentContainerProps$1)[];
845
- spacer?: number;
846
- };
847
- horizontalPaddings?: number;
848
- containerStyles?: CSSProperties;
909
+ declare type InputFieldProps = Partial<{
910
+ name: string;
911
+ control: Control$1<any>;
912
+ rules: ControllerProps$1['rules'];
913
+ required: boolean;
914
+ optional: boolean;
915
+ defaultValue: string;
916
+ inputProps: InputProps$1;
917
+ styles: StylesType;
918
+ labelsProps: FieldLabelsProps;
919
+ }>;
920
+ declare const InputField: ({ control, name, inputProps, styles, labelsProps, defaultValue, optional, required, rules, }: InputFieldProps) => JSX.Element;
921
+
922
+ declare type FieldMapperProps<T extends object> = {
923
+ field: UIField$1<keyof T>;
924
+ isEditMode?: boolean;
925
+ control?: Control$1<T>;
926
+ spacer?: number;
927
+ isTooltipVisible?: boolean;
928
+ optionsPresentation?: boolean;
929
+ styles?: StylesType;
849
930
  };
850
- declare const Body: ({ elements, horizontalPaddings, containerStyles }: BodyProps) => JSX.Element;
931
+ declare const FieldMapper: <T extends object>({ field, isEditMode, spacer, control, isTooltipVisible, optionsPresentation, styles, }: FieldMapperProps<T>) => JSX.Element | null;
851
932
 
852
- declare type ISIProps = ISIAProps;
853
- declare const ISI: (props: ISIProps) => JSX.Element;
933
+ declare type CheckboxesProps = Partial<{
934
+ checkboxGroupWrapperStyles: StylesType;
935
+ checkboxFieldWrapperStyles: StylesType;
936
+ onChange: (id: string) => void;
937
+ disabled: boolean;
938
+ options?: SelectOption$1[];
939
+ selectedIds?: string[];
940
+ isError?: boolean;
941
+ isEditMode?: boolean;
942
+ isRichText: boolean;
943
+ internalConfig: CheckboxInternalConfigProps$1;
944
+ }>;
945
+ declare type CheckboxFieldProps = Partial<{
946
+ checkboxesProps: CheckboxesProps;
947
+ labelsProps: FieldLabelsProps;
948
+ name: string;
949
+ rules: ControllerProps$1['rules'];
950
+ control: Control$1<any>;
951
+ required: boolean;
952
+ optional: boolean;
953
+ wrapperStyles: StylesType;
954
+ }>;
955
+ declare const CheckboxField: ({ checkboxesProps, name, rules, control, optional, required, labelsProps, wrapperStyles, }: CheckboxFieldProps) => JSX.Element;
854
956
 
855
- declare type ImportantLink = {
957
+ declare type CheckboxGroupProps = Partial<{
958
+ onChange: (checkedIds: string[]) => void;
959
+ checkboxesProps: CheckboxesProps;
960
+ }>;
961
+ declare const CheckboxGroup: ({ onChange, checkboxesProps }: CheckboxGroupProps) => JSX.Element;
962
+
963
+ declare type SelectFieldProps = Partial<{
964
+ selectProps: SelectProps$1;
965
+ labelsProps: FieldLabelsProps;
966
+ name: string;
967
+ rules: ControllerProps$1['rules'];
968
+ control: Control$1<any>;
969
+ required: boolean;
970
+ optional: boolean;
971
+ defaultValue: string;
972
+ styles: StylesType;
973
+ }>;
974
+ declare const SelectField: ({ selectProps, name, defaultValue, optional, required, control, styles, labelsProps, rules, }: SelectFieldProps) => JSX.Element;
975
+
976
+ declare type CustomValidationRule<T = string> = {
856
977
  text: string;
857
- href: string;
978
+ validate: (value?: T) => boolean;
858
979
  };
859
- declare type HeaderAProps<T = string> = {
860
- className?: string;
861
- links?: ImportantLink[];
862
- logoUrl: string;
863
- tabsProps: TabGroupProps$1;
864
- onActionButtonClick?: Callback$1;
865
- buttonText: string;
866
- buttonLink: string;
980
+ declare type CustomValidationProps<T = string> = {
981
+ label?: string;
982
+ value: T;
983
+ isSubmitted?: boolean;
984
+ rules: CustomValidationRule<T>[];
985
+ };
986
+ declare const CustomValidation: <T extends string = string>({ rules, value, isSubmitted, label, }: CustomValidationProps<T>) => JSX.Element;
987
+
988
+ declare type BaseSelectableProps<T> = {
989
+ iconName: IconNames$2;
990
+ infoText: string;
991
+ isActive?: boolean;
992
+ onClick?: (value: T) => void;
993
+ value: T;
994
+ };
995
+
996
+ declare type SelectableCardGroupProps<T> = {
997
+ cards: BaseSelectableProps<T>[];
998
+ handleChange?: (value: T | undefined) => void;
999
+ spacing?: SizesTypes$1;
1000
+ initialValue?: T;
1001
+ };
1002
+ declare const SelectableCardGroup: <T extends string>({ cards, handleChange, spacing, initialValue, }: SelectableCardGroupProps<T>) => JSX.Element;
1003
+
1004
+ declare type HeroImageAlignment = 'left_aligned' | 'center_aligned';
1005
+ declare type HeroImageTemplate = 'card' | 'full_width';
1006
+ declare type HeroImageProps = {
1007
+ type: 'hero_image';
1008
+ backgroundImage: RegularImageProps$1;
1009
+ mainHeading: string;
1010
+ subHeading?: string;
1011
+ button?: ButtonProps$1;
1012
+ contentAlignment?: HeroImageAlignment;
1013
+ horizontalPaddings?: number;
1014
+ template?: HeroImageTemplate;
867
1015
  isMobile?: boolean;
1016
+ height?: number;
868
1017
  };
1018
+ declare const HeroImage: ({ backgroundImage, button, contentAlignment, mainHeading, horizontalPaddings, subHeading, template, isMobile, height, }: HeroImageProps) => JSX.Element;
869
1019
 
870
- declare type HeaderBProps<T = string> = Pick<HeaderAProps$1<T>, 'isMobile' | 'logoUrl' | 'tabsProps' | 'buttonText' | 'onActionButtonClick' | 'buttonLink' | 'className'>;
1020
+ declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
1021
+ declare type DrawerProps = DrawerProps$1 & {
1022
+ anchor: Anchor;
1023
+ padding?: SizesTypes$2 | number;
1024
+ height?: number | string;
1025
+ width?: number | string;
1026
+ closeIconColor?: ThemeColors$2 | string;
1027
+ };
871
1028
 
872
- declare type HeaderCProps<T> = Pick<HeaderAProps$1<T>, 'logoUrl' | 'tabsProps' | 'isMobile' | 'className'>;
1029
+ declare const Drawer: ({ children, closeIconColor, ...props }: PropsWithChildren<DrawerProps>) => JSX.Element;
873
1030
 
874
- declare type HeaderDProps = {
875
- withAvatar: AvatarDropdownProps$1<string>;
876
- } & Pick<HeaderAProps$1, 'isMobile' | 'logoUrl' | 'links' | 'tabsProps' | 'className'>;
1031
+ declare type ColumnsTemplateKeys = 'horizontal' | 'card' | 'with_image';
877
1032
 
878
- declare type HeaderProps<T = string> = (HeaderAProps<T> & {
879
- type: 'header_a';
880
- }) | (HeaderBProps<T> & {
881
- type: 'header_b';
882
- }) | (HeaderCProps<T> & {
883
- type: 'header_c';
884
- }) | (HeaderDProps & {
885
- type: 'header_d';
886
- });
887
- declare const Header: <T extends string | number>(props: HeaderProps<T>) => JSX.Element;
1033
+ declare type ColumnsProps = {
1034
+ type: 'columns';
1035
+ columns: ColumnItem[];
1036
+ containerStyles?: CSSProperties$1;
1037
+ template?: ColumnsTemplateKeys;
1038
+ };
1039
+ declare type ColumnItem = {
1040
+ title?: string;
1041
+ mainContent?: string;
1042
+ button?: TextButtonProps$1;
1043
+ icon: string;
1044
+ };
1045
+ declare const Columns: ({ columns, containerStyles, template }: ColumnsProps) => JSX.Element;
888
1046
 
889
- declare type ButtonCaptureProps = {
890
- type: 'button';
891
- acceptButton: ButtonProps$1;
892
- denyButton: ButtonProps$1;
1047
+ declare type MenuItem<T> = {
1048
+ id: T;
1049
+ title: string;
1050
+ onClick?: (id: T) => void;
893
1051
  };
894
- declare type RadioButtonsCaptureProps<T extends string> = {
895
- type: 'radioButton';
896
- acceptValue: T;
897
- } & RadioButtonsProps$1<T>;
898
- declare type CheckboxCaptureProps = {
899
- type: 'checkbox';
900
- label: string;
901
- value: boolean;
902
- onChange: (value: boolean) => void;
1052
+ declare type MenuItemsProps<T> = {
1053
+ title?: string;
1054
+ onItemPress?: (id: T) => void;
1055
+ options?: MenuItem<T>[];
1056
+ };
1057
+ declare const MenuItems: <T extends string | number>({ title, onItemPress, options, }: MenuItemsProps<T>) => JSX.Element;
1058
+
1059
+ declare type AvatarDropdownProps<T> = {
1060
+ avatarProps: AvatarProps$1;
1061
+ menuConfig: MenuItemsProps<T>;
1062
+ };
1063
+ declare const AvatarDropdown: <T extends string | number>({ avatarProps, menuConfig, }: AvatarDropdownProps<T>) => JSX.Element;
1064
+
1065
+ declare type TabType<T = string, K = string> = Pick<TabProps$1<T, K>, 'text' | 'tabKey' | 'disabled' | 'options' | 'divider'>;
1066
+ declare type AdditionalTabContainerProps = {
1067
+ containerStyle?: CSSProperties;
1068
+ containerProps?: Record<string, unknown>;
1069
+ };
1070
+ declare type TabGroupProps<T = string, K = string> = {
1071
+ tabs: TabType<T, K>[];
1072
+ activeTabKey: T;
1073
+ onTabChange?: (tabKey: T) => void;
1074
+ onOptionClick?: (optionKey: K) => void;
1075
+ styles?: StylesType;
1076
+ vertical?: boolean;
1077
+ tabTheme?: TabTheme$1;
1078
+ tabFont?: FontSizesTypes$1;
1079
+ textSize?: number;
1080
+ tabPadding?: SizesTypes$2 | number;
1081
+ tabSpacing?: SizesTypes$2;
1082
+ defaultTabTextColor?: ThemeColors$2 | string;
1083
+ selectedTabTextColor?: ThemeColors$2 | string;
1084
+ selectedTabIndicatorColor?: ThemeColors$2 | string;
1085
+ wide?: AdditionalTabContainerProps;
1086
+ compact?: AdditionalTabContainerProps;
1087
+ };
1088
+ declare const TabGroup: <T extends string, K extends string>({ tabs, vertical, activeTabKey, onTabChange, tabTheme, wide, compact, tabSpacing, ...props }: TabGroupProps<T, K>) => JSX.Element;
1089
+
1090
+ declare type FieldSectionProps<T extends object> = {
1091
+ label: string;
1092
+ control?: Control$1<T>;
1093
+ isEditMode?: boolean;
1094
+ fields: UIFields<T>;
903
1095
  };
904
- declare type ConsentCaptureProps<T extends string = string> = ButtonCaptureProps | RadioButtonsCaptureProps<T> | CheckboxCaptureProps;
1096
+ declare const FieldSection: <T extends object>({ fields, label, isEditMode, control, }: FieldSectionProps<T>) => JSX.Element;
905
1097
 
906
- declare type ConsentProps<T extends string = string> = {
907
- text: string;
908
- isRequired?: boolean;
909
- consentCaptureProps: ConsentCaptureProps<T>;
910
- containerStyles?: CSSProperties;
911
- clearStyles?: boolean;
1098
+ declare type MenuNavigationProps<T> = {
1099
+ menuConfig: MenuItemsProps<T>;
912
1100
  };
913
- declare const Consent: <T extends string>({ text, consentCaptureProps, containerStyles, clearStyles, }: ConsentProps<T>) => JSX.Element;
1101
+ declare const MenuNavigation: <T extends string | number>({ menuConfig, }: MenuNavigationProps<T>) => JSX.Element;
1102
+ declare const CaretIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1103
+ isOpen: boolean;
1104
+ }, never>;
914
1105
 
915
- declare type ProcessTrackerStatus = 'complete' | 'incomplete' | 'in_progress';
916
- declare type ProcessTrackerProps = {
917
- title?: Nullable<string>;
918
- description?: Nullable<string>;
919
- isMobile?: boolean;
920
- statuses?: {
921
- title: string;
922
- description: string;
923
- status: ProcessTrackerStatus;
924
- }[];
925
- currentStep?: number;
1106
+ declare type EmphasizedTextProps = {
1107
+ type: 'emphasized_text';
1108
+ invertColors: boolean;
1109
+ textContent: string;
1110
+ };
1111
+ declare const EmphasizedText: ({ textContent, invertColors }: EmphasizedTextProps) => JSX.Element;
1112
+
1113
+ declare type RadioButtonFieldProps<T extends string> = Partial<{
1114
+ name: string;
1115
+ control: Control$1<any>;
1116
+ rules: ControllerProps$1['rules'];
1117
+ required: boolean;
1118
+ optional: boolean;
1119
+ defaultValue: string;
1120
+ styles: CSSProperties;
1121
+ radioButtonsProps: RadioButtonsProps$1<T>;
1122
+ labelsProps: FieldLabelsProps;
1123
+ }>;
1124
+ declare const RadioButtonField: <T extends string>({ control, name, radioButtonsProps, styles, labelsProps, defaultValue, optional, required, rules, }: Partial<{
1125
+ name: string;
1126
+ control: Control$1<any>;
1127
+ rules: ControllerProps$1['rules'];
1128
+ required: boolean;
1129
+ optional: boolean;
1130
+ defaultValue: string;
1131
+ styles: CSSProperties;
1132
+ radioButtonsProps: Partial<{
1133
+ isEditMode: boolean;
1134
+ onChange: (value: T) => void;
1135
+ value: T;
1136
+ isRow: boolean;
1137
+ items: atoms.RadioButtonType<T>[];
1138
+ name: string;
1139
+ internalConfig: atoms.RadioButtonInternalConfigProps;
1140
+ }>;
1141
+ labelsProps: FieldLabelsProps;
1142
+ }>) => JSX.Element;
1143
+
1144
+ declare type AlertProps = {
926
1145
  style?: CSSProperties;
1146
+ title: string;
1147
+ description: string;
1148
+ color?: string;
1149
+ isMobile?: boolean;
1150
+ logo?: string;
1151
+ fullWidth?: boolean;
927
1152
  withCloseIcon?: {
928
1153
  onClose: Callback$1;
929
1154
  };
1155
+ fontColor?: ThemeColors$1;
930
1156
  destinationLink?: string;
931
1157
  onDestinationHandler?: Callback$1;
932
- };
933
- declare const ProcessTracker: ({ title, statuses, isMobile, description, currentStep, style, withCloseIcon, }: ProcessTrackerProps) => JSX.Element;
934
-
935
- declare type FilteredFeedContentType = 'all' | 'favourite';
936
- declare type FeedContentContainerProps = {
937
- type: 'feed';
938
- feedHeader: Omit<FeedContentHeaderProps$1, 'isMobile'>;
939
- feedContent?: Omit<FeedContentProps$1, 'isMobile'>[];
940
- isMobile?: boolean;
941
- };
942
- declare const FeedContentContainer: ({ feedHeader, feedContent, isMobile, }: FeedContentContainerProps) => JSX.Element;
943
-
944
- declare type DynamicElementProps = (AlertProps$1 & {
945
- elementType: 'alert';
946
- }) | (ProcessTrackerProps$1 & {
947
- elementType: 'process_tracker';
948
- }) | (FeedContentProps$1 & {
949
- elementType: 'feed_content';
950
- });
951
- declare type SizeProps = SizesTypes$1 | number;
952
- declare type DynamicContentZoneProps = {
953
- elements: {
954
- data: DynamicElementProps[];
955
- spacer?: SizeProps;
956
- };
957
- horizontalPaddings?: SizeProps;
958
1158
  containerStyles?: CSSProperties;
959
1159
  };
960
- declare const DynamicContentZone: ({ elements, horizontalPaddings, containerStyles, }: DynamicContentZoneProps) => JSX.Element;
1160
+ declare const Alert: ({ logo, title, withCloseIcon, description, style, fontColor, containerStyles, isMobile, ...props }: AlertProps) => JSX.Element;
961
1161
 
962
- declare type BottomNavBarNavigationProps = {
963
- navbarItems: BottomNaVBarItemProps$1[];
1162
+ declare type OrientationType = 'horizontal' | 'vertical';
1163
+ declare type StepperProps = {
1164
+ steps: {
1165
+ title: string;
1166
+ description?: string;
1167
+ status?: ProcessTrackerStatus$1;
1168
+ }[];
1169
+ currentStep: number;
1170
+ orientation?: OrientationType;
964
1171
  };
965
- declare const BottomNavBarNavigation: ({ navbarItems }: BottomNavBarNavigationProps) => JSX.Element;
1172
+ declare const Stepper: ({ steps, orientation, currentStep }: StepperProps) => JSX.Element;
966
1173
 
967
- declare type HeroSliderProps = {
968
- type: 'hero_slides';
969
- heroSlides: Omit<HeroImageProps$1, 'type' | 'template'>[];
1174
+ declare type PdfDocumentProps = {
1175
+ source: string;
1176
+ isMobile?: boolean;
1177
+ customDocumentStyles?: Partial<{
1178
+ wrapperBackgroundColor: ThemeColors$1 | string;
1179
+ pageNumberColor: ThemeColors$1 | string;
1180
+ pageWidth: number;
1181
+ pageHeight: number;
1182
+ paginationArrowColor: ThemeColors$1 | string;
1183
+ disabledPaginationArrowColor: ThemeColors$1 | string;
1184
+ }>;
970
1185
  };
971
- declare const HeroSlider: ({ heroSlides }: HeroSliderProps) => JSX.Element | null;
972
- declare const HeroSliderWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
1186
+ declare const PdfDocument: ({ source, isMobile, customDocumentStyles, }: PdfDocumentProps) => JSX.Element;
973
1187
 
974
- declare type SubscribePanelTemplateKeys = `subscribe_template_${'a' | 'b'}`;
975
- declare type SubscribePanelTemplateProps = {
976
- title?: string;
1188
+ declare type FeedTemplateKeys = `feed_${'a' | 'b'}`;
1189
+ declare type FeedContentHeaderProps = {
1190
+ title: string;
1191
+ enableFavoriting?: boolean;
1192
+ templateType: FeedTemplateKeys;
1193
+ isMobile?: boolean;
1194
+ menuConfig: MenuItemsProps$1<FilteredFeedContentType$1>;
1195
+ } & Partial<Omit<InputFieldProps$1, 'labelsProps' | 'required' | 'optional'>>;
1196
+ declare const FeedContentHeader: ({ templateType, title, name, inputProps, isMobile, menuConfig, ...rest }: FeedContentHeaderProps) => JSX.Element;
1197
+
1198
+ declare type ToggleFieldProps = {
1199
+ name: string;
1200
+ title: string;
1201
+ control?: Control$1<any>;
977
1202
  description?: string;
978
- isSubscribing?: boolean;
979
- subscribeHandler: Callback$1;
980
- isMobile: boolean;
981
- control: Control$1<SubscribePanelForm>;
982
- };
983
- declare type SubscribePanelProps = Omit<SubscribePanelTemplateProps, 'isMobile' | 'control' | 'subscribeHandler'> & {
984
- type: 'subscribe_panel';
985
- template: SubscribePanelTemplateKeys;
986
- onSubscribe: (email: string) => void;
987
- };
988
- declare type SubscribePanelForm = {
989
- email: string;
1203
+ horizontalButtonsProps: HorizontalButtonsProps$1;
1204
+ defaultValue?: string;
990
1205
  };
1206
+ declare const HorizontalButtonsField: ({ name, title, control, description, horizontalButtonsProps, }: ToggleFieldProps) => JSX.Element;
991
1207
 
992
- declare const SubscribePanel: ({ template, onSubscribe, ...props }: SubscribePanelProps) => JSX.Element;
1208
+ declare type Callback = () => void;
993
1209
 
994
- declare type DefaultTemplateProps = {
995
- alerts?: AlertProps$2[];
996
- processTracker?: ProcessTrackerProps$1;
997
- header: React.ReactNode;
998
- feedContent?: React.ReactNode;
999
- banner?: React.ReactNode;
1000
- content?: React.ReactNode;
1210
+ declare type BottomNaVBarItemProps = {
1211
+ name: string;
1212
+ icon: ComponentType<Omit<IconProps$1, 'name'>>;
1213
+ active: boolean;
1214
+ activeColor: string;
1215
+ onNavigate: Callback;
1001
1216
  };
1002
- declare const DefaultTemplate: ({ header, banner, content, alerts, processTracker, feedContent, }: DefaultTemplateProps) => JSX.Element;
1003
-
1004
- interface Helpers {
1005
- goToNextStep: () => void;
1006
- goToPrevStep: () => void;
1007
- reset: () => void;
1008
- canGoToNextStep: boolean;
1009
- canGoToPrevStep: boolean;
1010
- setStep: Dispatch<SetStateAction<number>>;
1011
- }
1012
- declare const useStep: (maxStep: number) => [number, Helpers];
1217
+ declare const BottomNavBarItem: ({ name, icon: IconComponent, active, activeColor, onNavigate, }: BottomNaVBarItemProps) => JSX.Element;
1013
1218
 
1014
- declare const useRequiredConsentsAcceptedValues: (consents: ConsentProps$1[]) => boolean;
1219
+ declare type VideoProps = {
1220
+ src: string;
1221
+ } & Partial<{
1222
+ width: number;
1223
+ autoplay: boolean;
1224
+ enableCoverImage: boolean;
1225
+ coverImageSrc: string;
1226
+ style: CSSProperties;
1227
+ template: FeedContentTemplateTypes$1;
1228
+ }>;
1229
+ declare const Video: ({ style, src, width, template, autoplay, enableCoverImage, coverImageSrc, }: VideoProps) => JSX.Element;
1015
1230
 
1016
- declare type MlrRichTextViewerProviderProps = PropsWithChildren<{
1017
- annotationsList: AnnotationsList$1;
1018
- isMLRReview: boolean;
1019
- showAnnotations: boolean;
1231
+ declare type ImageProps = {
1232
+ src: string;
1233
+ } & Partial<{
1234
+ id: string;
1235
+ altText: string;
1236
+ link: string;
1237
+ width: number;
1238
+ height: number;
1239
+ cornerRadius: number;
1240
+ behaveAs: 'background' | 'regular';
1241
+ styles: StylesType;
1020
1242
  }>;
1021
- declare const MlrRichTextViewerProvider: ({ children, isMLRReview, showAnnotations, annotationsList, }: MlrRichTextViewerProviderProps) => JSX.Element;
1243
+ declare const Image: ({ src, link, altText, styles, width, height, id, behaveAs, cornerRadius, }: ImageProps) => JSX.Element;
1022
1244
 
1023
- declare type MlrRichTextViewerContextType = {
1024
- isMLRReview: boolean;
1025
- showAnnotations: boolean;
1026
- annotationsList: AnnotationsList$1;
1245
+ declare type CarouselProps = {
1246
+ children: JSX.Element[];
1027
1247
  };
1028
- declare const MlrRichTextViewerContext: React$1.Context<MlrRichTextViewerContextType>;
1248
+ declare const Carousel: ({ children }: PropsWithChildren<CarouselProps>) => JSX.Element;
1249
+ declare const Wrapper: styled_components.StyledComponent<"section", styled_components.DefaultTheme, {}, never>;
1250
+ declare const SlidesWrapper: styled_components.StyledComponent<"ul", styled_components.DefaultTheme, {
1251
+ translateX: number;
1252
+ }, never>;
1253
+ declare const Slide: styled_components.StyledComponent<"li", styled_components.DefaultTheme, {}, never>;
1254
+ declare const ButtonsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
1255
+ declare const ArrowIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1256
+ arrowSide: 'left' | 'right';
1257
+ }, never>;
1258
+ declare const NavigationDotsWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {}, never>;
1029
1259
 
1030
- declare type AnnotationsList = {
1031
- tags: {
1032
- id: string;
1033
- label: string;
1034
- }[];
1035
- links: {
1036
- id: string;
1037
- text: string;
1038
- url: string;
1039
- }[];
1260
+ declare type TextMoleculeProps = Partial<{
1261
+ text: string;
1262
+ variant: 'base' | 'custom';
1263
+ fontVariant: FontSizesTypes$2;
1264
+ textSize: number;
1265
+ textColor: ThemeColors$1 | string;
1266
+ letterSpacing: number;
1267
+ lineHeight: number;
1268
+ fontWeight: string | number;
1269
+ isRichText: boolean;
1270
+ styles: StylesType;
1271
+ textAlign: 'center' | 'right' | 'left';
1272
+ }> & Pick<TextProps$1, 'seoTag' | 'numberOfLines'>;
1273
+ declare const TextMolecule: ({ isRichText, variant, text, seoTag, fontVariant, textColor, textSize, fontWeight, lineHeight, letterSpacing, styles, textAlign, ...restOfTextProps }: TextMoleculeProps) => JSX.Element;
1274
+
1275
+ declare type ButtonVariant = 'primary' | 'secondary' | 'text' | 'custom';
1276
+ declare type ButtonType = 'button' | 'submit' | 'reset';
1277
+ declare type BaseButtonProps = PropsWithChildren<{
1278
+ onClick?: Callback$1;
1279
+ variant?: ButtonVariant;
1280
+ disabled?: boolean;
1281
+ state?: 'disabled' | 'enabled';
1282
+ fullWidth?: boolean;
1283
+ size?: 'medium' | 'small';
1284
+ buttonFont?: FontSizesTypes$2;
1285
+ textColor?: ThemeColors$1 | string;
1286
+ textSize?: number;
1287
+ horizontalPadding?: SizesTypes$1;
1288
+ verticalPadding?: SizesTypes$1;
1289
+ buttonColor?: ThemeColors$1 | string;
1290
+ buttonStroke?: ThemeColors$1 | string;
1291
+ cornerRadius?: SizesTypes$1 | number;
1292
+ hoverButtonColor?: ThemeColors$1 | string;
1293
+ hoverStrokeColor?: ThemeColors$1 | string;
1294
+ inactiveButtonColor?: ThemeColors$1 | string;
1295
+ inactiveStrokeColor?: ThemeColors$1 | string;
1296
+ inactiveTextColor?: ThemeColors$1 | string;
1297
+ styles?: StylesType;
1298
+ colorTheme?: 'light' | 'dark';
1299
+ href?: string;
1300
+ type?: ButtonType;
1301
+ }>;
1302
+ declare type ButtonProps = BaseButtonProps & {
1303
+ fullWidth?: boolean;
1304
+ text?: string;
1305
+ link?: string;
1306
+ elementId?: string;
1307
+ loading?: boolean;
1308
+ isRichText?: boolean;
1309
+ containerStyle?: StylesType;
1310
+ buttonStyle?: StylesType;
1040
1311
  };
1312
+ declare const Button: ({ text: textProp, onClick, loading, disabled, variant, isRichText, fullWidth, elementId, link, containerStyle, children, buttonStyle, size, textColor, inactiveTextColor, state, href, ...props }: ButtonProps) => JSX.Element | null;
1041
1313
 
1042
- declare const useMlrRichTextViewerContext: () => contexts_MlrRichTextViewerContext_MlrRichTextViewerContext.MlrRichTextViewerContextType;
1314
+ declare const Container: ({ children, wide, compact, type, props }: ContainerProps$1) => JSX.Element;
1315
+ declare const ContainerComponent: ({ type, items, config, tabsProps }: ContainerComponentProps$1) => JSX.Element | null;
1316
+
1317
+ declare type ImageAttributes = {
1318
+ attributeType: 'image';
1319
+ imageSource: string;
1320
+ };
1321
+ interface TextAttributes {
1322
+ attributeType: 'text';
1323
+ isRichText: boolean;
1324
+ text: string;
1325
+ }
1326
+ interface VideoAttributes {
1327
+ attributeType: 'video';
1328
+ videoSource: string;
1329
+ }
1330
+ interface LinkAttributes {
1331
+ id: string;
1332
+ attributeType: 'link';
1333
+ type: 'internalLink' | 'externalLink';
1334
+ internalLink: Nullable<string>;
1335
+ externalLink: Nullable<string>;
1336
+ name: string;
1337
+ }
1338
+ interface SelectAttributes {
1339
+ attributeType: 'select';
1340
+ value: string;
1341
+ options: SelectOption$1[];
1342
+ }
1343
+ interface BooleanAttributes {
1344
+ attributeType: 'boolean';
1345
+ value: boolean;
1346
+ }
1347
+ interface IterableAttributes {
1348
+ attributeType: 'iterable';
1349
+ options: SelectOption$1[];
1350
+ }
1351
+ declare type MoleculeTypes = 'image' | 'text' | 'button' | 'video' | 'header_tab_group' | 'input_field' | 'select_field' | 'radio_button_field' | 'checkbox_field';
1352
+ interface BaseMolecule {
1353
+ id: string;
1354
+ instance: 'molecule';
1355
+ type: MoleculeTypes;
1356
+ }
1357
+ interface ImageMolecule extends BaseMolecule {
1358
+ type: 'image';
1359
+ attributes: {
1360
+ image: ImageAttributes;
1361
+ altText: Omit<TextAttributes, 'isRichText'>;
1362
+ link: LinkAttributes;
1363
+ };
1364
+ config: {
1365
+ props: Omit<ImageProps$1, 'src' | 'link' | 'altText'>;
1366
+ };
1367
+ }
1368
+ interface TextMoleculeType extends BaseMolecule {
1369
+ type: 'text';
1370
+ attributes: {
1371
+ text: TextAttributes;
1372
+ seoStyle: SelectAttributes;
1373
+ };
1374
+ config: {
1375
+ props: TextMoleculeProps$1;
1376
+ };
1377
+ }
1378
+ interface ButtonMolecule extends BaseMolecule {
1379
+ type: 'button';
1380
+ attributes: {
1381
+ title: TextAttributes;
1382
+ buttonLink: LinkAttributes;
1383
+ };
1384
+ config: {
1385
+ props: Partial<Omit<ButtonProps$1, 'disabled' | 'children' | 'link' | 'text' | 'onClick' | 'elementId'>>;
1386
+ };
1387
+ }
1388
+ interface VideoMolecule extends BaseMolecule {
1389
+ type: 'video';
1390
+ attributes: {
1391
+ video: VideoAttributes;
1392
+ altText: Omit<TextAttributes, 'isRichText'>;
1393
+ autoPlayVideo: BooleanAttributes;
1394
+ enableCoverImage: BooleanAttributes;
1395
+ coverImage: ImageAttributes;
1396
+ };
1397
+ config: {
1398
+ props: Partial<{
1399
+ width: number;
1400
+ styles: CSSProperties;
1401
+ }>;
1402
+ };
1403
+ }
1404
+ interface TabGroupMolecule extends BaseMolecule {
1405
+ type: 'header_tab_group';
1406
+ config: {
1407
+ props: TabGroupProps$1;
1408
+ wide: {
1409
+ containerStyle?: CSSProperties;
1410
+ containerProps?: Record<string, unknown>;
1411
+ };
1412
+ compact: {
1413
+ containerStyle?: CSSProperties;
1414
+ containerProps?: Record<string, unknown>;
1415
+ };
1416
+ };
1417
+ }
1418
+ interface TextInputMolecule extends BaseMolecule {
1419
+ type: 'input_field';
1420
+ attributes: {
1421
+ label: TextAttributes;
1422
+ required: BooleanAttributes;
1423
+ inputType: SelectAttributes;
1424
+ };
1425
+ config: {
1426
+ props: Partial<{
1427
+ state: 'default' | 'error';
1428
+ } & InputFieldProps$1>;
1429
+ };
1430
+ }
1431
+ interface SelectFieldMolecule extends BaseMolecule {
1432
+ type: 'select_field';
1433
+ attributes: {
1434
+ label: TextAttributes;
1435
+ required: BooleanAttributes;
1436
+ options: IterableAttributes;
1437
+ };
1438
+ config: {
1439
+ props: Partial<{
1440
+ state: 'default' | 'error';
1441
+ } & SelectFieldProps$1>;
1442
+ };
1443
+ }
1444
+ interface RadioButtonFieldMolecule extends BaseMolecule {
1445
+ type: 'radio_button_field';
1446
+ attributes: {
1447
+ label: TextAttributes;
1448
+ required: BooleanAttributes;
1449
+ options: IterableAttributes;
1450
+ };
1451
+ config: {
1452
+ props: Partial<{
1453
+ state: 'default' | 'error';
1454
+ } & RadioButtonFieldProps$1<string>>;
1455
+ };
1456
+ }
1457
+ interface CheckboxFieldMolecule extends BaseMolecule {
1458
+ type: 'checkbox_field';
1459
+ attributes: {
1460
+ label: TextAttributes;
1461
+ required: BooleanAttributes;
1462
+ options: IterableAttributes;
1463
+ };
1464
+ config: {
1465
+ props: Partial<{
1466
+ state: 'default' | 'error';
1467
+ } & CheckboxFieldProps$1>;
1468
+ };
1469
+ }
1470
+ declare type Molecule = StrictUnion<ImageMolecule | TextMoleculeType | ButtonMolecule | VideoMolecule | TabGroupMolecule | TextInputMolecule | SelectFieldMolecule | RadioButtonFieldMolecule | CheckboxFieldMolecule> & {
1471
+ form?: UseFormReturn<any>;
1472
+ };
1473
+
1474
+ declare type ContainerType = 'row' | 'column' | 'slider' | 'form';
1475
+ declare type ContainerPositionType = 'fixed' | 'sticky' | 'static';
1476
+ declare type ContainerScrollBehaviourType = 'vertical' | 'horizontal' | 'auto' | 'none';
1477
+ declare type ContainerPropsType = Partial<{
1478
+ position: ContainerPositionType;
1479
+ scrollBehaviour: ContainerScrollBehaviourType;
1480
+ cornerRadius: number;
1481
+ styles: StylesType;
1482
+ formProps: {
1483
+ mode: keyof ValidationMode;
1484
+ };
1485
+ }>;
1486
+ declare type AdditionalContainerProps = Partial<{
1487
+ containerStyle: CSSProperties;
1488
+ containerProps: ContainerPropsType;
1489
+ }>;
1490
+ declare type ContainerProps = PropsWithChildren<Partial<{
1491
+ type: ContainerType;
1492
+ wide: AdditionalContainerProps;
1493
+ compact: AdditionalContainerProps;
1494
+ props: ContainerPropsType;
1495
+ }>>;
1496
+ declare type ContainerComponentProps = {
1497
+ id: string;
1498
+ instance: 'container';
1499
+ type: ContainerType;
1500
+ config: {
1501
+ wide?: AdditionalContainerProps;
1502
+ compact?: AdditionalContainerProps;
1503
+ props?: ContainerPropsType;
1504
+ };
1505
+ items: (ContainerComponentProps | Molecule)[];
1506
+ tabsProps?: Pick<TabGroupProps$1, 'tabs' | 'activeTabKey' | 'onTabChange'>;
1507
+ };
1508
+
1509
+ declare const ContainerWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, Pick<ContainerProps$2, "type"> & {
1510
+ containerProps?: Partial<{
1511
+ position: containers_types_types.ContainerPositionType;
1512
+ scrollBehaviour: containers_types_types.ContainerScrollBehaviourType;
1513
+ cornerRadius: number;
1514
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1515
+ formProps: {
1516
+ mode: keyof react_hook_form.ValidationMode;
1517
+ };
1518
+ }> | undefined;
1519
+ }, never>;
1520
+
1521
+ declare const OrganismItem: ({ item, tabsProps, }: {
1522
+ item: ContainerComponentProps$1 | Molecule$1;
1523
+ tabsProps?: Pick<TabGroupProps$1<string, string>, "tabs" | "activeTabKey" | "onTabChange"> | undefined;
1524
+ }) => JSX.Element | null;
1043
1525
 
1044
- export { AcquisitionForm, AcquisitionFormProps, Alert, AlertProps, AnnotationsList, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, Body, BodyProps, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, CheckBoxProps, Checkbox, CheckboxField, CheckboxFieldProps, Circle, CircleBoxProps, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColumnItem, Columns, ColumnsProps, Consent, ConsentProps, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, Image, ImageProps, Input, InputField, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, OrientationType, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldProps, RadioButtonType, RadioButtons, RadioButtonsProps, RichTextEditorProps, RichTextViewer, Select, SelectField, SelectFieldProps, SelectableCardGroup, SelectableCardGroupProps, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Spacer, SpacerProps, Spinner, Stepper, StepperProps, StyleWrapper, SubscribePanel, TabGroup, TabGroupProps, TextAlign, TextButton, TextButtonProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoProps, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
1526
+ export { AcquisitionForm, AcquisitionFormProps, AdditionalContainerProps, Alert, AlertProps, AnnotationsList, ArrowIconWrapper, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, BaseMolecule, Body, BodyProps, BooleanAttributes, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, 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, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColumnItem, Columns, ColumnsProps, Consent, ConsentProps, Container, ContainerComponent, ContainerComponentProps, ContainerPositionType, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerType, ContainerWrapper, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, 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, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, Image, ImageAttributes, ImageMolecule, ImageProps, Input, InputField, InputFieldInternalConfigProps, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, IterableAttributes, LabelInternalConfig, LinkAttributes, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, Molecule, MoleculeTypes, NavigationDotsWrapper, OrganismItem, OrientationType, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldMolecule, RadioButtonFieldProps, RadioButtonInternalConfigProps, RadioButtonType, RadioButtons, RadioButtonsProps, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, RuleLabelInternalConfig, Select, SelectAttributes, SelectField, SelectFieldMolecule, SelectFieldProps, SelectInternalConfigurationOptions, SelectOption, SelectProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Slide, SlidesWrapper, Spacer, SpacerProps, Spinner, 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, Wrapper, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };