@zealicsolutions/web-ui 0.3.184 → 0.3.186

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/src/atoms/Tab/Tab.d.ts +1 -1
  4. package/dist/cjs/src/atoms/Tab/Tab.stories.d.ts +1 -1
  5. package/dist/cjs/src/containers/Container.d.ts +1 -1
  6. package/dist/cjs/src/containers/MoleculeItem.d.ts +5 -0
  7. package/dist/cjs/src/containers/OrganismItem.d.ts +2 -0
  8. package/dist/cjs/src/containers/mock-data.d.ts +457 -0
  9. package/dist/cjs/src/containers/types/types.d.ts +1 -0
  10. package/dist/cjs/src/contexts/OrganismContext/OrganismContext.d.ts +4 -0
  11. package/dist/cjs/src/contexts/OrganismContext/OrganismContextProvider.d.ts +17 -7
  12. package/dist/cjs/src/molecules/MenuItems/MenuItem.d.ts +20 -0
  13. package/dist/cjs/src/molecules/MenuItems/MenuItems.d.ts +7 -7
  14. package/dist/cjs/src/molecules/MenuItems/MenuItems.stories.d.ts +1 -1
  15. package/dist/cjs/src/molecules/MenuNavigation/MenuNavigation.d.ts +3 -1
  16. package/dist/cjs/src/molecules/MenuNavigation/MenuNavigation.stories.d.ts +1 -1
  17. package/dist/cjs/src/molecules/TabGroup/TabGroup.d.ts +1 -1
  18. package/dist/cjs/src/molecules/TabGroup/styles.d.ts +1 -1
  19. package/dist/esm/index.js +2 -2
  20. package/dist/esm/index.js.map +1 -1
  21. package/dist/esm/src/atoms/Tab/Tab.d.ts +1 -1
  22. package/dist/esm/src/atoms/Tab/Tab.stories.d.ts +1 -1
  23. package/dist/esm/src/containers/Container.d.ts +1 -1
  24. package/dist/esm/src/containers/MoleculeItem.d.ts +5 -0
  25. package/dist/esm/src/containers/OrganismItem.d.ts +2 -0
  26. package/dist/esm/src/containers/mock-data.d.ts +457 -0
  27. package/dist/esm/src/containers/types/types.d.ts +1 -0
  28. package/dist/esm/src/contexts/OrganismContext/OrganismContext.d.ts +4 -0
  29. package/dist/esm/src/contexts/OrganismContext/OrganismContextProvider.d.ts +17 -7
  30. package/dist/esm/src/molecules/MenuItems/MenuItem.d.ts +20 -0
  31. package/dist/esm/src/molecules/MenuItems/MenuItems.d.ts +7 -7
  32. package/dist/esm/src/molecules/MenuItems/MenuItems.stories.d.ts +1 -1
  33. package/dist/esm/src/molecules/MenuNavigation/MenuNavigation.d.ts +3 -1
  34. package/dist/esm/src/molecules/MenuNavigation/MenuNavigation.stories.d.ts +1 -1
  35. package/dist/esm/src/molecules/TabGroup/TabGroup.d.ts +1 -1
  36. package/dist/esm/src/molecules/TabGroup/styles.d.ts +1 -1
  37. package/dist/index.d.ts +52 -24
  38. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ import { FieldTypes as FieldTypes$1, UIFields as UIFields$1, InputFieldTypes as
15
15
  import { ThemeColors as ThemeColors$2, FontSizesTypes as FontSizesTypes$1, SizesTypes as SizesTypes$2, BreakpointSizesTypes as BreakpointSizesTypes$1 } from 'theme/types';
16
16
  import * as atoms from 'atoms';
17
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 { 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 as MenuItem$1, 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';
18
+ import { ImageProps as ImageProps$1, TextMoleculeProps as TextMoleculeProps$1, ButtonProps as ButtonProps$1, TabGroupProps as TabGroupProps$1, AdditionalTabContainerProps as AdditionalTabContainerProps$1, InputFieldProps as InputFieldProps$1, SelectFieldProps as SelectFieldProps$1, RadioButtonFieldProps as RadioButtonFieldProps$1, CheckboxFieldProps as CheckboxFieldProps$1, ConsentType as ConsentType$1, LinkProps as LinkProps$1, AvatarDropdownProps as AvatarDropdownProps$1, AvatarDropdownMenuConfigType as AvatarDropdownMenuConfigType$1, FieldSectionProps as FieldSectionProps$1, BaseButtonProps as BaseButtonProps$1, MenuItem, ConsentProps as ConsentProps$1, HeroImageProps as HeroImageProps$1, ColumnsProps as ColumnsProps$1, EmphasizedTextProps as EmphasizedTextProps$1, FeedContentHeaderProps as FeedContentHeaderProps$1, AlertProps as AlertProps$1, BottomNaVBarItemProps as BottomNaVBarItemProps$1, MenuItemsProps as MenuItemsProps$1 } from 'molecules';
19
19
  import * as react_hook_form from 'react-hook-form';
20
20
  import { UseFormReturn, ValidationMode, ControllerProps, DeepPartial, FieldValues, FormState, Control } from 'react-hook-form';
21
21
  import { TooltipProps as TooltipProps$1 } from 'rc-tooltip/lib/Tooltip';
@@ -118,7 +118,7 @@ declare type SelectProps = Partial<{
118
118
  }>;
119
119
  declare const Select: ({ ref, onBlur, onChange, value, placeholder, options, disabled, optionsPresentation, isError, isEditMode, selectInternalConfig, isRichText, }: SelectProps) => JSX.Element;
120
120
 
121
- declare const Container: ({ children, wide, compact, type, props, id, metadata, isMobile, }: Partial<{
121
+ declare const Container: ({ id, type, wide, props, compact, children, metadata, isMobile, }: Partial<{
122
122
  type: containers.ContainerType;
123
123
  containerTemplateType: "row_content_container";
124
124
  wide: Partial<{
@@ -538,6 +538,7 @@ declare type MetadataType = AnyObject$1 & Partial<{
538
538
  notEditable: boolean;
539
539
  hasOwnButton: boolean;
540
540
  stateListenerId: string;
541
+ configurationPath: string;
541
542
  }>;
542
543
  declare type SliderProps = {
543
544
  autoplay?: boolean;
@@ -668,6 +669,8 @@ declare type OrganismItemProps = {
668
669
  formData?: AnyObject$1;
669
670
  setFormData?: Dispatch<SetStateAction<AnyObject$1>>;
670
671
  isMobile?: boolean;
672
+ isConfigurationMode?: boolean;
673
+ onConfigurationItemHandler?: (itemPath: string) => void;
671
674
  };
672
675
  declare const OrganismItem: ({ item, tabsProps, formData, setFormData, isMobile, }: OrganismItemProps) => JSX.Element | null;
673
676
 
@@ -1066,7 +1069,7 @@ declare type TabProps<T = string, K = string> = {
1066
1069
  vertical: boolean;
1067
1070
  isActive: boolean;
1068
1071
  onClick: (key: T) => void;
1069
- options: MenuItem$1<K>[];
1072
+ options: MenuItem<K>[];
1070
1073
  onOptionClick: (optionKey: K) => void;
1071
1074
  tabTheme: TabTheme;
1072
1075
  divider: boolean;
@@ -1087,7 +1090,7 @@ declare const Tab: <T, K>(props: {
1087
1090
  vertical: boolean;
1088
1091
  isActive: boolean;
1089
1092
  onClick: (key: T) => void;
1090
- options: MenuItem$1<K>[];
1093
+ options: MenuItem<K_1>[];
1091
1094
  onOptionClick: (optionKey: K) => void;
1092
1095
  tabTheme: TabTheme;
1093
1096
  divider: boolean;
@@ -1495,6 +1498,30 @@ declare const ButtonActionsProvider: ({ children, popupProps }: ButtonActionsPro
1495
1498
  declare type StepItem = ContainerComponentProps$1 | Molecule$1;
1496
1499
  declare type GroupedStepItemsByStepContainer = Map<string, StepItem[]>;
1497
1500
 
1501
+ declare type ConfigurationItem = {
1502
+ entity: 'container' | 'molecule';
1503
+ entityId: string;
1504
+ organismId: string;
1505
+ };
1506
+ declare type OrganismContextProviderProps = PropsWithChildren<{
1507
+ organismId: string;
1508
+ } & Partial<{
1509
+ formId: string;
1510
+ editable: boolean;
1511
+ initItems: (ContainerComponentProps$1 | Molecule$1)[];
1512
+ validations: PasswordRuleValidation[];
1513
+ submitHandler: (data: {
1514
+ formId: string;
1515
+ data: AnyObject$1;
1516
+ }) => void;
1517
+ isFormInEditMode: boolean;
1518
+ organismMetadata: AnyObject$1;
1519
+ isConfigurationMode: boolean;
1520
+ onConfigurationItemHandler: (itemInfo: ConfigurationItem) => void;
1521
+ selectedConfigurationItemId: string;
1522
+ }>>;
1523
+ declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, }: OrganismContextProviderProps) => JSX.Element;
1524
+
1498
1525
  declare type OrganismContextType = {
1499
1526
  items: (ContainerComponentProps$1 | Molecule$1)[];
1500
1527
  groupStepItemsByStepContainer: () => GroupedStepItemsByStepContainer;
@@ -1514,26 +1541,15 @@ declare type OrganismContextType = {
1514
1541
  validations?: PasswordRuleValidation[];
1515
1542
  editable?: boolean;
1516
1543
  isFormInEditMode?: boolean;
1544
+ isConfigurationMode?: boolean;
1517
1545
  organismMetadata?: {
1518
1546
  stateListenerId?: string;
1519
1547
  } & AnyObject$1;
1548
+ onConfigurationItemClicked: (itemInfo?: Omit<ConfigurationItem, 'organismId'>) => void;
1549
+ selectedConfigurationItemId?: string;
1520
1550
  };
1521
1551
  declare const OrganismContext: react.Context<OrganismContextType>;
1522
1552
 
1523
- declare type FormStepContextProviderProps = PropsWithChildren<Partial<{
1524
- initItems: (ContainerComponentProps$1 | Molecule$1)[];
1525
- formId: string;
1526
- submitHandler: (data: {
1527
- formId: string;
1528
- data: AnyObject$1;
1529
- }) => void;
1530
- validations: PasswordRuleValidation[];
1531
- editable: boolean;
1532
- isFormInEditMode?: boolean;
1533
- organismMetadata?: AnyObject$1;
1534
- }>>;
1535
- declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, validations, editable, isFormInEditMode, organismMetadata, }: FormStepContextProviderProps) => JSX.Element;
1536
-
1537
1553
  declare type AccountButtonContextType = Partial<{
1538
1554
  userInitials: string;
1539
1555
  logOutHandler: Callback$1;
@@ -1765,17 +1781,28 @@ declare type ColumnItem = {
1765
1781
  };
1766
1782
  declare const Columns: ({ columns, containerStyles, template }: ColumnsProps) => JSX.Element;
1767
1783
 
1768
- declare type MenuItem<T> = {
1784
+ declare type MenuItemType<T> = {
1769
1785
  id: T;
1770
1786
  title: string;
1771
- onClick?: (id: T) => void;
1787
+ active?: boolean;
1788
+ onClick: (id: T) => void;
1789
+ options?: MenuItemType<T>[];
1790
+ divider?: boolean;
1791
+ disabled?: boolean;
1792
+ itemColor?: string;
1793
+ activeItemColor?: string;
1772
1794
  };
1795
+
1773
1796
  declare type MenuItemsProps<T> = {
1774
1797
  title?: string;
1798
+ options?: MenuItemType<T>[];
1799
+ activeKey?: T;
1800
+ itemColor?: string;
1801
+ menuTheme?: 'light' | 'dark';
1775
1802
  onItemPress?: (id: T) => void;
1776
- options?: MenuItem<T>[];
1803
+ activeItemColor?: string;
1777
1804
  };
1778
- declare const MenuItems: <T extends string | number>({ title, onItemPress, options, }: MenuItemsProps<T>) => JSX.Element;
1805
+ declare const MenuItems: <T extends string | number>({ title, options, activeKey, itemColor, menuTheme, onItemPress, activeItemColor, }: MenuItemsProps<T>) => JSX.Element;
1779
1806
 
1780
1807
  declare type AvatarDropdownMenuConfigType = 'log-out' | 'account-information';
1781
1808
  declare type AvatarDropdownProps<T = string> = {
@@ -1821,8 +1848,9 @@ declare const FieldSection: <T extends object>({ fields, label, isEditMode, cont
1821
1848
 
1822
1849
  declare type MenuNavigationProps<T> = {
1823
1850
  menuConfig: MenuItemsProps<T>;
1851
+ customIconType?: IconNames$2;
1824
1852
  };
1825
- declare const MenuNavigation: <T extends string | number>({ menuConfig, }: MenuNavigationProps<T>) => JSX.Element;
1853
+ declare const MenuNavigation: <T extends string | number>({ menuConfig, customIconType, }: MenuNavigationProps<T>) => JSX.Element;
1826
1854
  declare const CaretIconWrapper: styled_components.StyledComponent<"div", styled_components.DefaultTheme, {
1827
1855
  isOpen: boolean;
1828
1856
  }, never>;
@@ -2139,4 +2167,4 @@ declare type LinkProps = Omit<TextButtonProps$1, 'children'> & Partial<{
2139
2167
  }>;
2140
2168
  declare const Link: ({ text, isRichText, htmlElementId, isTrigger, moleculeId, ...props }: LinkProps) => JSX.Element | null;
2141
2169
 
2142
- 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, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorAttributes, ColumnItem, Columns, ColumnsProps, ConditionConfig, ConditionConfigAttributes, ConditionCriteria, 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, FormStepContextProviderProps, 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, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MetadataStateConfig, MetadataType, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeTypes, NavigationDotsWrapper, OrganismContext, OrganismContextProvider, 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, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, passwordMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useButtonActionsContext, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
2170
+ 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, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorAttributes, ColumnItem, Columns, ColumnsProps, ConditionConfig, ConditionConfigAttributes, ConditionCriteria, ConfigurationItem, 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, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, passwordMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useButtonActionsContext, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.184",
4
- "testVersion": "0.3.180",
3
+ "version": "0.3.186",
4
+ "testVersion": "0.3.184",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"