@zealicsolutions/web-ui 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/dist/cjs/index.js +3 -3
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.d.ts +40 -21
  4. package/dist/cjs/src/atoms/RadioButtons/RadioButtons.stories.d.ts +22 -8
  5. package/dist/cjs/src/atoms/RadioButtons/RadioOption.d.ts +6 -3
  6. package/dist/cjs/src/atoms/RadioButtons/helpers.d.ts +9 -3
  7. package/dist/cjs/src/atoms/RadioButtons/styles.d.ts +7 -7
  8. package/dist/cjs/src/atoms/Select/Select.d.ts +17 -14
  9. package/dist/cjs/src/atoms/Select/Select.stories.d.ts +14 -1
  10. package/dist/cjs/src/molecules/CheckboxField/CheckboxGroup.d.ts +5 -1
  11. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.d.ts +41 -16
  12. package/dist/cjs/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +34 -10
  13. package/dist/cjs/src/molecules/SelectField/SelectField.stories.d.ts +14 -1
  14. package/dist/cjs/src/typescript.d.ts +3 -0
  15. package/dist/esm/index.js +3 -3
  16. package/dist/esm/index.js.map +1 -1
  17. package/dist/esm/src/atoms/RadioButtons/RadioButtons.d.ts +40 -21
  18. package/dist/esm/src/atoms/RadioButtons/RadioButtons.stories.d.ts +22 -8
  19. package/dist/esm/src/atoms/RadioButtons/RadioOption.d.ts +6 -3
  20. package/dist/esm/src/atoms/RadioButtons/helpers.d.ts +9 -3
  21. package/dist/esm/src/atoms/RadioButtons/styles.d.ts +7 -7
  22. package/dist/esm/src/atoms/Select/Select.d.ts +17 -14
  23. package/dist/esm/src/atoms/Select/Select.stories.d.ts +14 -1
  24. package/dist/esm/src/molecules/CheckboxField/CheckboxGroup.d.ts +5 -1
  25. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.d.ts +41 -16
  26. package/dist/esm/src/molecules/RadioButtonField/RadioButtonField.stories.d.ts +34 -10
  27. package/dist/esm/src/molecules/SelectField/SelectField.stories.d.ts +14 -1
  28. package/dist/esm/src/typescript.d.ts +3 -0
  29. package/dist/index.d.ts +99 -53
  30. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4,7 +4,9 @@ import React__default, { PropsWithChildren, ReactNode, Dispatch, SetStateAction,
4
4
  import * as styled_components from 'styled-components';
5
5
  import { CSSProperties, DefaultTheme } from 'styled-components';
6
6
  import { ThemeColors as ThemeColors$1, SizesTypes as SizesTypes$1, FontSizesTypes as FontSizesTypes$2 } from 'theme';
7
- import { StylesType, Callback as Callback$1, OverrideStyles, Nullable, StrictUnion } from 'typescript';
7
+ import * as typescript from 'typescript';
8
+ import { StylesType, Callback as Callback$1, OverrideStyles, StyledTransientProps, Nullable, StrictUnion } from 'typescript';
9
+ import { RefCallBack, Control as Control$1, ControllerProps as ControllerProps$1 } from 'react-hook-form/dist/types';
8
10
  import { IconNames as IconNames$1 } from 'atoms/Icon/Icon';
9
11
  import { InputFieldTypes as InputFieldTypes$1, FieldTypes as FieldTypes$1, UIFields as UIFields$2 } from 'fieldsConfiguration/types';
10
12
  import { ThemeColors as ThemeColors$2, FontSizesTypes as FontSizesTypes$1, SizesTypes as SizesTypes$2, BreakpointSizesTypes as BreakpointSizesTypes$1 } from 'theme/types';
@@ -13,7 +15,8 @@ import { TooltipProps as TooltipProps$1 } from 'rc-tooltip/lib/Tooltip';
13
15
  import { WithGoogleMapProps } from 'react-google-maps/lib/withGoogleMap';
14
16
  import { WithScriptjsProps } from 'react-google-maps/lib/withScriptjs';
15
17
  import * as atoms from 'atoms';
16
- import { TextProps as TextProps$1, IconNames as IconNames$2, TouchableOpacityProps as TouchableOpacityProps$1, AvatarProps as AvatarProps$1, TabProps as TabProps$1, RadioButtonsProps as RadioButtonsProps$1, SelectOption as SelectOption$1, InputProps as InputProps$1, SelectProps as SelectProps$1, RegularImageProps as RegularImageProps$1, TextButtonProps as TextButtonProps$1, TabTheme as TabTheme$1, HorizontalButtonsProps as HorizontalButtonsProps$1, IconProps as IconProps$1 } from 'atoms';
18
+ import { TextProps as TextProps$1, IconNames as IconNames$2, TouchableOpacityProps as TouchableOpacityProps$1, AvatarProps as AvatarProps$1, TabProps as TabProps$1, RadioButtonsProps as RadioButtonsProps$1, SelectOption as SelectOption$1, InputProps as InputProps$1, SelectProps as SelectProps$1, RegularImageProps as RegularImageProps$1, TextButtonProps as TextButtonProps$1, TabTheme as TabTheme$1, RadioButtonInternalConfigProps as RadioButtonInternalConfigProps$1, HorizontalButtonsProps as HorizontalButtonsProps$1, IconProps as IconProps$1 } from 'atoms';
19
+ import { RadioGroup, DrawerProps as DrawerProps$1 } from '@mui/material';
17
20
  import { UIFields as UIFields$1, UIField as UIField$1 } from 'fieldsConfiguration';
18
21
  import { MaxRuleValidation, MinRuleValidation, SetPasswordFields } from 'organisms/SetPasswordForm/types';
19
22
  import { ConsentProps as ConsentProps$1, FilteredFeedContentType as FilteredFeedContentType$1, HeroSliderProps as HeroSliderProps$1, ProcessTrackerProps as ProcessTrackerProps$1, ProcessTrackerStatus as ProcessTrackerStatus$1 } from 'organisms';
@@ -34,9 +37,7 @@ import { LoginFields as LoginFields$1 } from 'organisms/LoginForm/types';
34
37
  import { AnnotationsList as AnnotationsList$1 } from 'contexts/MlrRichTextViewerContext/types';
35
38
  import * as contexts_MlrRichTextViewerContext_MlrRichTextViewerContext from 'contexts/MlrRichTextViewerContext/MlrRichTextViewerContext';
36
39
  export * from 'helpers/constants';
37
- import { Control as Control$1, ControllerProps as ControllerProps$1 } from 'react-hook-form/dist/types';
38
40
  import { CheckboxInternalConfigProps as CheckboxInternalConfigProps$1 } from 'atoms/Checkbox/types';
39
- import { DrawerProps as DrawerProps$1 } from '@mui/material';
40
41
  import { ContainerProps as ContainerProps$1, ContainerComponentProps as ContainerComponentProps$1, Molecule as Molecule$1 } from 'containers';
41
42
  import * as containers_types_types from 'containers/types/types';
42
43
  import { ContainerProps as ContainerProps$2 } from 'containers/types/types';
@@ -92,19 +93,21 @@ declare type SelectInternalConfigurationOptions = {
92
93
  wrapperStyles: StylesType;
93
94
  styles: StylesType;
94
95
  };
95
- declare type SelectProps = {
96
- value?: string;
97
- optionsPresentation?: boolean;
98
- onChange?: (value: string) => void;
99
- placeholder?: string;
100
- disabled?: boolean;
101
- options?: SelectOption[];
102
- isError?: boolean;
103
- isEditMode?: boolean;
104
- selectInternalConfig?: SelectInternalConfigurationOptions;
105
- isRichText?: boolean;
106
- };
107
- declare const Select: ({ onChange, value, placeholder, options, disabled, optionsPresentation, isError, selectInternalConfig, isRichText, }: SelectProps) => JSX.Element;
96
+ declare type SelectProps = Partial<{
97
+ ref: RefCallBack;
98
+ onBlur: Callback$1;
99
+ value: string;
100
+ optionsPresentation: boolean;
101
+ onChange: (value: string) => void;
102
+ placeholder: string;
103
+ disabled: boolean;
104
+ options: SelectOption[];
105
+ isError: boolean;
106
+ isEditMode: boolean;
107
+ selectInternalConfig: SelectInternalConfigurationOptions;
108
+ isRichText: boolean;
109
+ }>;
110
+ declare const Select: ({ ref, onBlur, onChange, value, placeholder, options, disabled, optionsPresentation, isError, selectInternalConfig, isRichText, }: SelectProps) => JSX.Element;
108
111
 
109
112
  declare type InputFieldInternalConfigProps = Partial<{
110
113
  textColor: ThemeColors$2 | string;
@@ -335,40 +338,56 @@ declare type RichTextEditorProps = Partial<{
335
338
  }>;
336
339
  declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, }: RichTextEditorProps) => JSX.Element | null;
337
340
 
338
- declare type RadioButtonInternalConfigProps = {
341
+ declare type RadioButtonInternalConfigProps = Partial<{
339
342
  selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
340
343
  selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
341
344
  buttonPadding: number;
342
345
  textPadding: number;
343
346
  styles: StylesType;
344
347
  wrapperStyles: StylesType;
345
- buttonOptionSpacing?: SizesTypes$1;
346
- };
347
- declare type RadioButtonType<T extends string = string> = {
348
- id: T;
349
- label?: string;
350
- error?: boolean;
351
- disabled?: boolean;
352
- isRichText?: boolean;
353
- };
348
+ buttonOptionSpacing: SizesTypes$1;
349
+ radioGroupWrapperStyles: StylesType;
350
+ }>;
354
351
  declare type RadioButtonsProps<T extends string> = Partial<{
355
- isEditMode: boolean;
356
- onChange: (value: T) => void;
352
+ ref: RefCallBack;
353
+ name: string;
357
354
  value: T;
355
+ options: SelectOption[];
356
+ onBlur: Callback$1;
357
+ onChange: (value: T) => void;
358
358
  isRow: boolean;
359
- items: RadioButtonType<T>[];
360
- name: string;
359
+ isError: boolean;
360
+ disabled: boolean;
361
+ isEditMode: boolean;
362
+ isRichText: boolean;
361
363
  internalConfig: RadioButtonInternalConfigProps;
362
364
  }>;
363
- declare const RadioButtons: <T extends string>({ value, items, isRow, isEditMode, onChange, name, internalConfig, }: Partial<{
364
- isEditMode: boolean;
365
- onChange: (value: T) => void;
365
+ declare const RadioButtons: <T extends string>({ ref, name, value, options, onBlur, onChange, isRow, isError, disabled, isEditMode, isRichText, internalConfig, }: Partial<{
366
+ ref: RefCallBack;
367
+ name: string;
366
368
  value: T;
369
+ options: SelectOption[];
370
+ onBlur: Callback$1;
371
+ onChange: (value: T) => void;
367
372
  isRow: boolean;
368
- items: RadioButtonType<T>[];
369
- name: string;
370
- internalConfig: RadioButtonInternalConfigProps;
373
+ isError: boolean;
374
+ disabled: boolean;
375
+ isEditMode: boolean;
376
+ isRichText: boolean;
377
+ internalConfig: Partial<{
378
+ selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
379
+ selectedRadioOptionIndicatorColor: ThemeColors$1 | string;
380
+ buttonPadding: number;
381
+ textPadding: number;
382
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
383
+ wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
384
+ buttonOptionSpacing: SizesTypes$1;
385
+ radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
386
+ }>;
371
387
  }>) => JSX.Element;
388
+ declare const RadioGroupWrapper: styled_components.StyledComponent<typeof RadioGroup, styled_components.DefaultTheme, StyledTransientProps<{
389
+ isRow: boolean;
390
+ }> & OverrideStyles, never>;
372
391
 
373
392
  declare type CircleType = 'link' | 'message';
374
393
  declare type CircleBoxProps = {
@@ -955,10 +974,12 @@ declare type CheckboxFieldProps = Partial<{
955
974
  declare const CheckboxField: ({ checkboxesProps, name, rules, control, optional, required, labelsProps, wrapperStyles, }: CheckboxFieldProps) => JSX.Element;
956
975
 
957
976
  declare type CheckboxGroupProps = Partial<{
977
+ ref: RefCallBack;
978
+ onBlur: Callback$1;
958
979
  onChange: (checkedIds: string[]) => void;
959
980
  checkboxesProps: CheckboxesProps;
960
981
  }>;
961
- declare const CheckboxGroup: ({ onChange, checkboxesProps }: CheckboxGroupProps) => JSX.Element;
982
+ declare const CheckboxGroup: ({ ref, onBlur, onChange, checkboxesProps }: CheckboxGroupProps) => JSX.Element;
962
983
 
963
984
  declare type SelectFieldProps = Partial<{
964
985
  selectProps: SelectProps$1;
@@ -1112,33 +1133,58 @@ declare const EmphasizedText: ({ textContent, invertColors }: EmphasizedTextProp
1112
1133
 
1113
1134
  declare type RadioButtonFieldProps<T extends string> = Partial<{
1114
1135
  name: string;
1115
- control: Control$1<any>;
1116
1136
  rules: ControllerProps$1['rules'];
1117
- required: boolean;
1137
+ styles: StylesType;
1138
+ control: Control$1<any>;
1118
1139
  optional: boolean;
1140
+ required: boolean;
1141
+ labelsProps: FieldLabelsProps;
1119
1142
  defaultValue: string;
1120
- styles: CSSProperties;
1121
1143
  radioButtonsProps: RadioButtonsProps$1<T>;
1122
- labelsProps: FieldLabelsProps;
1144
+ internalConfig: RadioButtonInternalConfigProps$1;
1123
1145
  }>;
1124
- declare const RadioButtonField: <T extends string>({ control, name, radioButtonsProps, styles, labelsProps, defaultValue, optional, required, rules, }: Partial<{
1146
+ declare const RadioButtonField: <T extends string>({ name, rules, styles, control, optional, required, labelsProps, defaultValue, radioButtonsProps, }: Partial<{
1125
1147
  name: string;
1126
- control: Control$1<any>;
1127
1148
  rules: ControllerProps$1['rules'];
1128
- required: boolean;
1149
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1150
+ control: Control$1<any>;
1129
1151
  optional: boolean;
1152
+ required: boolean;
1153
+ labelsProps: FieldLabelsProps;
1130
1154
  defaultValue: string;
1131
- styles: CSSProperties;
1132
1155
  radioButtonsProps: Partial<{
1133
- isEditMode: boolean;
1134
- onChange: (value: T) => void;
1156
+ ref: react_hook_form.RefCallBack;
1157
+ name: string;
1135
1158
  value: T;
1159
+ options: atoms.SelectOption[];
1160
+ onBlur: typescript.Callback;
1161
+ onChange: (value: T) => void;
1136
1162
  isRow: boolean;
1137
- items: atoms.RadioButtonType<T>[];
1138
- name: string;
1139
- internalConfig: atoms.RadioButtonInternalConfigProps;
1163
+ isError: boolean;
1164
+ disabled: boolean;
1165
+ isEditMode: boolean;
1166
+ isRichText: boolean;
1167
+ internalConfig: Partial<{
1168
+ selectedRadioOptionBackgroundColor: string;
1169
+ selectedRadioOptionIndicatorColor: string;
1170
+ buttonPadding: number;
1171
+ textPadding: number;
1172
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1173
+ wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1174
+ buttonOptionSpacing: SizesTypes;
1175
+ radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1176
+ }>;
1177
+ }>;
1178
+ internalConfig: Partial<{
1179
+ selectedRadioOptionBackgroundColor: string;
1180
+ selectedRadioOptionIndicatorColor: string;
1181
+ buttonPadding: number;
1182
+ textPadding: number;
1183
+ styles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1184
+ wrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1185
+ buttonOptionSpacing: SizesTypes;
1186
+ radioGroupWrapperStyles: styled_components.FlattenInterpolation<styled_components.ThemedStyledProps<object, styled_components.DefaultTheme>>;
1140
1187
  }>;
1141
- labelsProps: FieldLabelsProps;
1142
1188
  }>) => JSX.Element;
1143
1189
 
1144
1190
  declare type AlertProps = {
@@ -1523,4 +1569,4 @@ declare const OrganismItem: ({ item, tabsProps, }: {
1523
1569
  tabsProps?: Pick<TabGroupProps$1<string, string>, "tabs" | "activeTabKey" | "onTabChange"> | undefined;
1524
1570
  }) => JSX.Element | null;
1525
1571
 
1526
- export { AcquisitionForm, AcquisitionFormProps, AdditionalContainerProps, Alert, AlertProps, AnnotationsList, ArrowIconWrapper, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, BaseMolecule, Body, BodyProps, BooleanAttributes, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonMolecule, ButtonProps, ButtonType, ButtonVariant, ButtonsWrapper, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, Carousel, CarouselProps, Checkbox, CheckboxField, CheckboxFieldMolecule, CheckboxFieldProps, CheckboxGroup, CheckboxGroupProps, CheckboxProps, CheckboxesProps, Circle, CircleBoxProps, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColumnItem, Columns, ColumnsProps, Consent, ConsentProps, Container, ContainerComponent, ContainerComponentProps, ContainerPositionType, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerType, ContainerWrapper, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, ErrorText, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, FontWeight, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, Image, ImageAttributes, ImageMolecule, ImageProps, Input, InputField, InputFieldInternalConfigProps, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, IterableAttributes, LabelInternalConfig, LinkAttributes, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, Molecule, MoleculeTypes, NavigationDotsWrapper, OrganismItem, OrientationType, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldMolecule, RadioButtonFieldProps, RadioButtonInternalConfigProps, RadioButtonType, RadioButtons, RadioButtonsProps, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, RuleLabelInternalConfig, Select, SelectAttributes, SelectField, SelectFieldMolecule, SelectFieldProps, SelectInternalConfigurationOptions, SelectOption, SelectProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Slide, SlidesWrapper, Spacer, SpacerProps, Spinner, Stepper, StepperProps, StyleWrapper, SubscribePanel, Tab, TabGroup, TabGroupMolecule, TabGroupProps, TabOption, TabProps, TabTheme, TabType, TextAlign, TextAttributes, TextButton, TextButtonProps, TextInputMolecule, TextMolecule, TextMoleculeProps, TextMoleculeType, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipInternalConfig, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoAttributes, VideoMolecule, VideoProps, Wrapper, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
1572
+ export { AcquisitionForm, AcquisitionFormProps, AdditionalContainerProps, Alert, AlertProps, AnnotationsList, ArrowIconWrapper, AuthMethod, Avatar, AvatarDropdown, AvatarDropdownProps, AvatarProps, BackgroundImage, BaseButtonProps, BaseMolecule, Body, BodyProps, BooleanAttributes, BottomNaVBarItemProps, BottomNavBarItem, BottomNavBarNavigation, BottomNavBarNavigationProps, BreakpointSizesTypes, Button, ButtonMolecule, ButtonProps, ButtonType, ButtonVariant, ButtonsWrapper, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CaretIconWrapper, Carousel, CarouselProps, Checkbox, CheckboxField, CheckboxFieldMolecule, CheckboxFieldProps, CheckboxGroup, CheckboxGroupProps, CheckboxProps, CheckboxesProps, Circle, CircleBoxProps, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColumnItem, Columns, ColumnsProps, Consent, ConsentProps, Container, ContainerComponent, ContainerComponentProps, ContainerPositionType, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerType, ContainerWrapper, CustomValidation, CustomValidationProps, CustomValidationRule, DefaultTemplate, DefaultTemplateProps, Divider, DividerProps, Drawer, DynamicContentZone, DynamicContentZoneProps, DynamicElementProps, EmphasizedText, EmphasizedTextProps, ErrorText, FeedContent, FeedContentContainer, FeedContentContainerProps, FeedContentHeader, FeedContentHeaderProps, FeedTemplateKeys, FieldLabels, FieldLabelsProps, FieldMapper, FieldMapperProps, FieldRuleLabelTypes, FieldSection, FieldSectionProps, FieldTypes, FilteredFeedContentType, FontSizesTypes, FontWeight, Footer, FooterContactInfo, FooterLink, FooterProps, ForgotPasswordForm, ForgotPasswordFormProps, GoogleMap, GoogleMapProps, Header, HeaderProps, HeroImage, HeroImageAlignment, HeroImageProps, HeroImageTemplate, HeroSlider, HeroSliderProps, HeroSliderWrapper, HorizontalButtons, HorizontalButtonsField, HorizontalButtonsProps, HorizontalPadding, HorizontalPaddingProps, ISI, ISIProps, Icon, IconButton, IconButtonProps, IconNames, IconProps, Image, ImageAttributes, ImageMolecule, ImageProps, Input, InputField, InputFieldInternalConfigProps, InputFieldProps, InputFieldTypes, InputIconProps, InputProps, IterableAttributes, LabelInternalConfig, LinkAttributes, LoginForm, LoginFormProps, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MapPosition, MenuItem, MenuItems, MenuItemsProps, MenuNavigation, MenuNavigationProps, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, Molecule, MoleculeTypes, NavigationDotsWrapper, OrganismItem, OrientationType, PdfDocument, PdfDocumentProps, ProcessTracker, ProcessTrackerProps, ProcessTrackerStatus, ProfileInformation, ProfileInformationProps, RadioButtonField, RadioButtonFieldMolecule, RadioButtonFieldProps, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, RuleLabelInternalConfig, Select, SelectAttributes, SelectField, SelectFieldMolecule, SelectFieldProps, SelectInternalConfigurationOptions, SelectOption, SelectProps, SelectableCardGroup, SelectableCardGroupProps, SeoTags, SetPasswordForm, SetPasswordFormProps, SetPasswordRuleValidation, SizesTypes, Slide, SlidesWrapper, Spacer, SpacerProps, Spinner, Stepper, StepperProps, StyleWrapper, SubscribePanel, Tab, TabGroup, TabGroupMolecule, TabGroupProps, TabOption, TabProps, TabTheme, TabType, TextAlign, TextAttributes, TextButton, TextButtonProps, TextInputMolecule, TextMolecule, TextMoleculeProps, TextMoleculeType, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipInternalConfig, TooltipProps, TouchableOpacity, TouchableOpacityProps, TwoFactorAuth, TwoFactorAuthProps, UICheckboxField, UIField, UIFields, UIInputField, UISelectField, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoAttributes, VideoMolecule, VideoProps, Wrapper, ZealTheme, ZealThemeProvider, acquisitionFormMockFields, defaultTheme, getFieldPlaceholder, getFieldsFromFieldSections, getInitialValuesFromFields, isFormValid, loginMockFields, profileInformationMockForm, sectionMockFields, setPasswordMockFields, showAcceptToastMessage, toast, toastStyles, useMediaQuery, useMlrRichTextViewerContext, useRequiredConsentsAcceptedValues, useStep };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"