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