@zealicsolutions/web-ui 1.0.53-test.8 → 1.0.54

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 (77) hide show
  1. package/dist/cjs/components/RichTextViewer/RichTextViewer.d.ts +1 -1
  2. package/dist/cjs/containers/types/moleculeItemTypes.d.ts +9 -3
  3. package/dist/cjs/containers/types/moleculeTypes.d.ts +2 -2
  4. package/dist/cjs/contexts/LayoutContext/LayoutContext.d.ts +6 -1
  5. package/dist/cjs/contexts/LayoutContext/LayoutContextProvider.d.ts +2 -0
  6. package/dist/cjs/index.js +1568 -1568
  7. package/dist/cjs/index.js.map +1 -1
  8. package/dist/cjs/molecules/Avatar/Avatar.stories.d.ts +6 -17
  9. package/dist/cjs/molecules/ContentWrapper/ContentWrapper.d.ts +3 -0
  10. package/dist/cjs/molecules/ContentWrapper/ContentWrapper.stories.d.ts +4 -0
  11. package/dist/cjs/molecules/Drawer/styles.d.ts +10 -3
  12. package/dist/cjs/molecules/Drawer/types.d.ts +27 -2
  13. package/dist/esm/components/Avatar/Avatar.js +1 -1
  14. package/dist/esm/components/Buttons/IconButton.js +1 -1
  15. package/dist/esm/components/Circle/Circle.js +1 -1
  16. package/dist/esm/components/RichTextViewer/RichTextViewer.d.ts +1 -1
  17. package/dist/esm/components/RichTextViewer/RichTextViewer.js +1 -1
  18. package/dist/esm/components/RichTextViewer/RichTextViewer.js.map +1 -1
  19. package/dist/esm/components/Toast/ToastContent.js +1 -1
  20. package/dist/esm/containers/Container.js +1 -1
  21. package/dist/esm/containers/ContainerStoriesComponent.js +1 -1
  22. package/dist/esm/containers/FormContainer.js +1 -1
  23. package/dist/esm/containers/FormStepContainer.js +1 -1
  24. package/dist/esm/containers/OrganismItem.js +1 -1
  25. package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
  26. package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
  27. package/dist/esm/containers/types/moleculeItemTypes.d.ts +9 -3
  28. package/dist/esm/containers/types/moleculeTypes.d.ts +2 -2
  29. package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js +1 -1
  30. package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
  31. package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
  32. package/dist/esm/contexts/LayoutContext/LayoutContext.d.ts +6 -1
  33. package/dist/esm/contexts/LayoutContext/LayoutContext.js +1 -1
  34. package/dist/esm/contexts/LayoutContext/LayoutContext.js.map +1 -1
  35. package/dist/esm/contexts/LayoutContext/LayoutContextProvider.d.ts +2 -0
  36. package/dist/esm/contexts/LayoutContext/LayoutContextProvider.js +1 -1
  37. package/dist/esm/contexts/LayoutContext/LayoutContextProvider.js.map +1 -1
  38. package/dist/esm/helpers/utils.js +1 -1
  39. package/dist/esm/index.js +1 -1
  40. package/dist/esm/molecules/Accordion/Accordion.js +1 -1
  41. package/dist/esm/molecules/Avatar/Avatar.js +1 -1
  42. package/dist/esm/molecules/Avatar/Avatar.stories.d.ts +6 -17
  43. package/dist/esm/molecules/BaseMolecule.js +1 -1
  44. package/dist/esm/molecules/BaseMolecule.js.map +1 -1
  45. package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
  46. package/dist/esm/molecules/Checklist/Checklist.js +1 -1
  47. package/dist/esm/molecules/Consent/ConsentCapture.js +1 -1
  48. package/dist/esm/molecules/Consent/ConsentMolecule.js +1 -1
  49. package/dist/esm/molecules/ContentWrapper/ContentWrapper.d.ts +3 -0
  50. package/dist/esm/molecules/ContentWrapper/ContentWrapper.js +1 -1
  51. package/dist/esm/molecules/ContentWrapper/ContentWrapper.js.map +1 -1
  52. package/dist/esm/molecules/ContentWrapper/ContentWrapper.stories.d.ts +4 -0
  53. package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
  54. package/dist/esm/molecules/CustomValidation/CustomValidation.js +1 -1
  55. package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
  56. package/dist/esm/molecules/Drawer/Drawer.js +1 -1
  57. package/dist/esm/molecules/Drawer/Drawer.js.map +1 -1
  58. package/dist/esm/molecules/Drawer/styles.d.ts +10 -3
  59. package/dist/esm/molecules/Drawer/styles.js +1 -1
  60. package/dist/esm/molecules/Drawer/styles.js.map +1 -1
  61. package/dist/esm/molecules/Drawer/types.d.ts +27 -2
  62. package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
  63. package/dist/esm/molecules/Menu/Menu.js +1 -1
  64. package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
  65. package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
  66. package/dist/esm/molecules/PdfDocument/PdfDocument.js +1 -1
  67. package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
  68. package/dist/esm/molecules/Rating/Rating.js +1 -1
  69. package/dist/esm/molecules/Select/Select.js +1 -1
  70. package/dist/esm/molecules/Slider/Slider.js +1 -1
  71. package/dist/esm/molecules/SpeedDial/SpeedDial.js +1 -1
  72. package/dist/esm/molecules/Stepper/Stepper.js +1 -1
  73. package/dist/esm/molecules/Switch/Switch.js +1 -1
  74. package/dist/esm/molecules/Tabs/Tabs.js +1 -1
  75. package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
  76. package/dist/index.d.ts +48 -7
  77. package/package.json +1 -2
package/dist/index.d.ts CHANGED
@@ -351,7 +351,7 @@ declare const COMMUNICATION_LINK_ELEMENT_ID = "communication-link";
351
351
  declare const MATRIX_MESSAGE_DATA_ID = "matrix-message-id";
352
352
  declare const COMMUNICATION_LINK_DATA_URL = "communication-link-url";
353
353
  declare const COMMUNICATION_LINK_DATA_TEXT = "communication-link-text";
354
- declare const defaultValue: Descendant[];
354
+ declare const richTextDefaultValue: Descendant[];
355
355
  declare type RichTextEditorProps = {
356
356
  value: string;
357
357
  numberOfLines?: number;
@@ -701,16 +701,23 @@ declare const useApi: () => ApiInterface;
701
701
 
702
702
  interface DrawerState {
703
703
  width: number;
704
- position: 'left' | 'right';
704
+ position: 'left' | 'right' | 'top' | 'bottom';
705
705
  isOpen: boolean;
706
+ positionType?: 'absolute' | 'normal';
706
707
  }
707
708
  interface LayoutContextType {
708
709
  drawer: DrawerState;
709
710
  updateDrawer: (props: Partial<DrawerState>) => void;
711
+ drawerContainerRef?: Element | null;
712
+ setDrawerContainerRef?: (ref: Element | null) => void;
713
+ headerHeight?: string;
714
+ setHeaderHeight?: (height: string) => void;
710
715
  }
711
716
  declare const LayoutContext: react.Context<LayoutContextType>;
712
717
 
713
718
  interface LayoutProviderProps extends PropsWithChildren {
719
+ layoutPosition?: 'normal' | 'absolute';
720
+ headerHeight?: string;
714
721
  drawerMaxWidthPercent?: number;
715
722
  }
716
723
  declare const LayoutProvider: react__default.FC<LayoutProviderProps>;
@@ -731,7 +738,7 @@ declare type CustomValidationProps<T = string> = {
731
738
  };
732
739
  declare const CustomValidation: <T extends string = string>({ rules, value, isSubmitted, label, spacer, validationState, }: CustomValidationProps<T>) => _emotion_react_jsx_runtime.JSX.Element;
733
740
 
734
- declare type DrawerItemType = 'menu_item' | 'divider_item' | 'text_item';
741
+ declare type DrawerItemType = 'menu_item' | 'divider_item' | 'text_item' | 'rich_text_item';
735
742
  interface BaseDrawerItem {
736
743
  id: string;
737
744
  type: DrawerItemType;
@@ -786,7 +793,27 @@ interface DrawerTextItemType extends BaseDrawerItem {
786
793
  paddingBottom?: string;
787
794
  paddingLeft?: string;
788
795
  }
789
- declare type DrawerItem = DrawerMenuItemType | DrawerDividerItemType | DrawerTextItemType;
796
+ interface DrawerRichTextItemType extends BaseDrawerItem {
797
+ type: 'rich_text_item';
798
+ text?: string;
799
+ align?: 'left' | 'center' | 'right' | 'justify';
800
+ color?: string;
801
+ wrap?: string;
802
+ variant?: string;
803
+ fontSize?: string | number;
804
+ fontWeight?: 'normal' | 'bold';
805
+ fontFamily?: string;
806
+ marginTop?: string;
807
+ marginRight?: string;
808
+ marginBottom?: string;
809
+ marginLeft?: string;
810
+ paddingTop?: string;
811
+ paddingRight?: string;
812
+ paddingBottom?: string;
813
+ paddingLeft?: string;
814
+ numberOfLines?: number;
815
+ }
816
+ declare type DrawerItem = DrawerMenuItemType | DrawerDividerItemType | DrawerTextItemType | DrawerRichTextItemType;
790
817
  declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
791
818
  declare type DrawerVariant = 'permanent' | 'persistent' | 'temporary';
792
819
  interface DrawerProps {
@@ -796,6 +823,10 @@ interface DrawerProps {
796
823
  onClose?: (event: React.KeyboardEvent | React.MouseEvent, reason: string) => void;
797
824
  items?: DrawerItem[];
798
825
  padding?: SizesTypes$2 | number | string;
826
+ paddingTop?: string;
827
+ paddingRight?: string;
828
+ paddingBottom?: string;
829
+ paddingLeft?: string;
799
830
  height?: number | string;
800
831
  width?: number | string;
801
832
  backgroundColor?: string;
@@ -813,6 +844,7 @@ interface DrawerProps {
813
844
  buttonFontWeight?: 'normal' | 'bold';
814
845
  buttonFontFamily?: string;
815
846
  buttonDisabled?: boolean;
847
+ buttonDisabledColor?: string;
816
848
  buttonGap?: number | string;
817
849
  buttonStartIcon?: string;
818
850
  buttonEndIcon?: string;
@@ -1592,6 +1624,9 @@ declare const SpeedDial: react__default.FC<SpeedDialProps>;
1592
1624
  interface ContentWrapperProps {
1593
1625
  children: react__default.ReactNode;
1594
1626
  className?: string;
1627
+ marginTop?: string;
1628
+ marginLeft?: string;
1629
+ marginRight?: string;
1595
1630
  }
1596
1631
  declare const ContentWrapper: react__default.FC<ContentWrapperProps>;
1597
1632
 
@@ -2060,7 +2095,7 @@ declare type SimpleTextProps = TypographyProps & {
2060
2095
  paddingLeft: string;
2061
2096
  };
2062
2097
 
2063
- declare type MoleculeItemTypes$1 = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'divider_item' | 'text_item' | 'tabs_item' | 'speed_dial_action_item';
2098
+ declare type MoleculeItemTypes$1 = 'stepper_item' | 'checklist_item' | 'accordion_item' | 'menu_item' | 'divider_item' | 'text_item' | 'tabs_item' | 'rich_text_item' | 'speed_dial_action_item';
2064
2099
  declare type BaseItem = {
2065
2100
  id: string;
2066
2101
  name: string;
@@ -2136,6 +2171,12 @@ declare type TextItemDTO = BaseItem & {
2136
2171
  text: TextProperties$1;
2137
2172
  };
2138
2173
  };
2174
+ declare type RichTextItemDTO = BaseItem & {
2175
+ type: 'rich_text_item';
2176
+ config: {
2177
+ props: Omit<TextProps$1, 'text' | 'isRichText' | 'htmlElementId' | 'configurationItemInfo'>;
2178
+ };
2179
+ };
2139
2180
 
2140
2181
  declare type ActionTypes = 'link' | 'popup' | 'drawer' | 'download' | 'submit' | 'reset' | 'destroy';
2141
2182
  declare type DataModelFieldFormatCodeTypes = 'date' | 'email' | 'string' | 'integer' | 'boolean' | 'numeric' | 'zip_code' | 'phone_number';
@@ -2614,7 +2655,7 @@ interface DrawerMoleculeType extends BaseMoleculeType {
2614
2655
  text: TextProperties;
2615
2656
  disabled: BooleanProperties;
2616
2657
  };
2617
- children: (MenuItemDTO | DividerItemDTO | TextItemDTO)[];
2658
+ children: (MenuItemDTO | DividerItemDTO | TextItemDTO | RichTextItemDTO)[];
2618
2659
  }
2619
2660
  interface SpeedDialMoleculeType extends BaseMoleculeType {
2620
2661
  type: 'speed_dial';
@@ -2824,4 +2865,4 @@ declare type FormOrganismItemProps = {
2824
2865
  };
2825
2866
  declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => _emotion_react_jsx_runtime.JSX.Element | null;
2826
2867
 
2827
- export { AccordionMoleculeType, AccountButtonContext, AccountButtonContextType, AccountButtonProvider, AccountButtonProviderProps, ActionEventType, ActionProperties, ActionType, ActionTypes, AdditionalContainerProps, AlertMolecule, AlertMoleculeProps, AlertMoleculeType, AnnotationsList, ApiContext, ApiInterface, ApiProvider, Avatar, AvatarMoleculeType, AvatarProps, BackgroundImage, BadgeMolecule, BadgeMoleculeProps, BadgeMoleculeType, BaseMolecule, BaseMoleculeType, BaseSpeedDialItem, BaseStateValue, BaseTextButton, BasicTextField, BasicTextFieldMoleculeType, BasicTextFieldProps, BooleanProperties, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMoleculeType, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CalendarMoleculeType, Checkbox, CheckboxProps, Checklist, ChecklistItem, ChecklistProperties, ChecklistProps, ChecklistsMoleculeType, ChipMolecule, ChipMoleculeProps, ChipMoleculeType, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorProperties, ConditionConfig, ConditionConfigProperties, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, Consent, ConsentCaptureMethod, ConsentFieldMoleculeType, ConsentProps, ConsentStatus, ConsentType, Container, ContainerAlignItemsType, ContainerComponentProps, ContainerConfig, ContainerPositionType, ContainerProperties, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerTemplateType, ContainerType, ContainerWrapper, ContentWrapper, ContentWrapperProps, CountValidationTypes, CriteriaType, CurrencyInputFieldMoleculeType, CustomStep, CustomValidation, CustomValidationProps, CustomValidationRule, DataCaptureProperties, DataConnectionValues, DataModelFieldFormat, DataModelFieldFormatCodeTypes, DataModelFieldFormatValueTypes, DatePickerMolecule, DatePickerMoleculeProps, DatePickerMoleculeType, DefaultSelectionType, Divider, DividerMoleculeType, DividerProps, DownloadFile, Drawer, DrawerMoleculeType, DrawerState, EmailInputFieldMoleculeType, ErrorText, FontSizesTypes, FontWeight, FormContainerProps, FormDataStateConfig, FormOrganismItem, FormStateType, FormStepContainerProps, FormStepContext, FormStepContextProvider, FormStepContextProviderProps, FormStepContextType, HorizontalButtons, HorizontalButtonsProps, HorizontalPadding, Icon, IconButton, IconButtonProps, IconNames, IconProps, IconRenderer, IconRendererProps, IconWrapper, Image, ImageMoleculeType, ImageProperties, ImageProps, Input, InputFieldInternalConfigProps, InputIconProps, InputProps, LayoutContext, LayoutContextType, LayoutProvider, LayoutProviderProps, Link, LinkMoleculeType, LinkProperties, LinkProps, LinkTypes, LinkVariant, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MaxRuleValidation, MenuMoleculeType, MetadataStateConfig, MetadataType, MinRuleValidation, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeItemTypes, MoleculeTypes, NumericInputFieldMoleculeType, ObjectStateProperties, Option, Organism, OrganismContext, OrganismContextProvider, OrganismContextProviderProps, OrganismContextType, OrganismItem, Padding, PaddingProps, PaddingVariants, PasswordFields, PasswordRuleValidation, PasswordSetup, PasswordSetupMoleculeType, PasswordSetupProps, PdfDocument, PdfDocumentProps, PhoneNumberInputFieldMoleculeType, PopupPropsType, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RatingMolecule, RatingMoleculeProps, RatingMoleculeType, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, SegmentationType, Select, SelectInternalConfigurationOptions, SelectMolecule, SelectMoleculeOption, SelectMoleculeProps, SelectMoleculeType, SelectOption, SelectProps, SeoTags, SetPasswordRuleValidation, SimpleTextMoleculeType, SizesTypes, SliderMolecule, SliderMoleculeProps, SliderMoleculeType, SliderProps, Spacer, SpacerProps, SpeedDial, SpeedDialActionItemProps, SpeedDialActionItemType, SpeedDialItem, SpeedDialItemType, SpeedDialMoleculeType, SpeedDialProps, Spinner, StateActionType, StateConfigType, StateContext, StateContextProvider, StateContextProviderProps, StateContextType, StateEventType, StateListenerConfigType, StateModifierConfigType, StateProperties, Stepper, StepperMoleculeType, StepperOrientation, StepperProps, StyleWrapper, SwitchMolecule, SwitchMoleculeProps, SwitchMoleculeType, TabsMoleculeType, TextAlign, TextButton, TextButtonProps, TextElementProps, TextMolecule, TextMoleculeType, TextProperties, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoMoleculeType, VideoProperties, VideoProps, VisitMoleculeType, WrappedContainerType, ZealTheme, ZealThemeProvider, ZealUIModal, ZealUIModalProps, defaultTheme, defaultValue, passwordValidationMapper, toast, toastStyles, useAccountButtonContext, useApi, useButtonActionsContext, useFormStepContext, useLayoutContext, useMediaQuery, useMlrRichTextViewerContext, useOrganismContext, useStateContext };
2868
+ export { AccordionMoleculeType, AccountButtonContext, AccountButtonContextType, AccountButtonProvider, AccountButtonProviderProps, ActionEventType, ActionProperties, ActionType, ActionTypes, AdditionalContainerProps, AlertMolecule, AlertMoleculeProps, AlertMoleculeType, AnnotationsList, ApiContext, ApiInterface, ApiProvider, Avatar, AvatarMoleculeType, AvatarProps, BackgroundImage, BadgeMolecule, BadgeMoleculeProps, BadgeMoleculeType, BaseMolecule, BaseMoleculeType, BaseSpeedDialItem, BaseStateValue, BaseTextButton, BasicTextField, BasicTextFieldMoleculeType, BasicTextFieldProps, BooleanProperties, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMoleculeType, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CalendarMoleculeType, Checkbox, CheckboxProps, Checklist, ChecklistItem, ChecklistProperties, ChecklistProps, ChecklistsMoleculeType, ChipMolecule, ChipMoleculeProps, ChipMoleculeType, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorProperties, ConditionConfig, ConditionConfigProperties, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, Consent, ConsentCaptureMethod, ConsentFieldMoleculeType, ConsentProps, ConsentStatus, ConsentType, Container, ContainerAlignItemsType, ContainerComponentProps, ContainerConfig, ContainerPositionType, ContainerProperties, ContainerProps, ContainerPropsType, ContainerScrollBehaviourType, ContainerTemplateType, ContainerType, ContainerWrapper, ContentWrapper, ContentWrapperProps, CountValidationTypes, CriteriaType, CurrencyInputFieldMoleculeType, CustomStep, CustomValidation, CustomValidationProps, CustomValidationRule, DataCaptureProperties, DataConnectionValues, DataModelFieldFormat, DataModelFieldFormatCodeTypes, DataModelFieldFormatValueTypes, DatePickerMolecule, DatePickerMoleculeProps, DatePickerMoleculeType, DefaultSelectionType, Divider, DividerMoleculeType, DividerProps, DownloadFile, Drawer, DrawerMoleculeType, DrawerState, EmailInputFieldMoleculeType, ErrorText, FontSizesTypes, FontWeight, FormContainerProps, FormDataStateConfig, FormOrganismItem, FormStateType, FormStepContainerProps, FormStepContext, FormStepContextProvider, FormStepContextProviderProps, FormStepContextType, HorizontalButtons, HorizontalButtonsProps, HorizontalPadding, Icon, IconButton, IconButtonProps, IconNames, IconProps, IconRenderer, IconRendererProps, IconWrapper, Image, ImageMoleculeType, ImageProperties, ImageProps, Input, InputFieldInternalConfigProps, InputIconProps, InputProps, LayoutContext, LayoutContextType, LayoutProvider, LayoutProviderProps, Link, LinkMoleculeType, LinkProperties, LinkProps, LinkTypes, LinkVariant, MATRIX_MESSAGE_DATA_ID, MATRIX_MESSAGE_ELEMENT_ID, MaxRuleValidation, MenuMoleculeType, MetadataStateConfig, MetadataType, MinRuleValidation, MlrRichTextViewerContext, MlrRichTextViewerContextType, MlrRichTextViewerProvider, MlrRichTextViewerProviderProps, ModalWrapper, Molecule, MoleculeItemTypes, MoleculeTypes, NumericInputFieldMoleculeType, ObjectStateProperties, Option, Organism, OrganismContext, OrganismContextProvider, OrganismContextProviderProps, OrganismContextType, OrganismItem, Padding, PaddingProps, PaddingVariants, PasswordFields, PasswordRuleValidation, PasswordSetup, PasswordSetupMoleculeType, PasswordSetupProps, PdfDocument, PdfDocumentProps, PhoneNumberInputFieldMoleculeType, PopupPropsType, RadioButtonInternalConfigProps, RadioButtons, RadioButtonsProps, RadioGroupWrapper, RatingMolecule, RatingMoleculeProps, RatingMoleculeType, RegularImage, RegularImageProps, RichTextEditorProps, RichTextViewer, SegmentationType, Select, SelectInternalConfigurationOptions, SelectMolecule, SelectMoleculeOption, SelectMoleculeProps, SelectMoleculeType, SelectOption, SelectProps, SeoTags, SetPasswordRuleValidation, SimpleTextMoleculeType, SizesTypes, SliderMolecule, SliderMoleculeProps, SliderMoleculeType, SliderProps, Spacer, SpacerProps, SpeedDial, SpeedDialActionItemProps, SpeedDialActionItemType, SpeedDialItem, SpeedDialItemType, SpeedDialMoleculeType, SpeedDialProps, Spinner, StateActionType, StateConfigType, StateContext, StateContextProvider, StateContextProviderProps, StateContextType, StateEventType, StateListenerConfigType, StateModifierConfigType, StateProperties, Stepper, StepperMoleculeType, StepperOrientation, StepperProps, StyleWrapper, SwitchMolecule, SwitchMoleculeProps, SwitchMoleculeType, TabsMoleculeType, TextAlign, TextButton, TextButtonProps, TextElementProps, TextMolecule, TextMoleculeType, TextProperties, TextProps, TextTypes, TextWrapper, TextWrapperProps, ThemeColors, ThemeColorsType, ThemeDevicesType, ThemeSizesType, ThemeTextType, Tooltip, TooltipProps, TouchableOpacity, TouchableOpacityProps, ValidationTag, ValidationTagProps, ValidationTagStatus, VerticalPadding, Video, VideoMoleculeType, VideoProperties, VideoProps, VisitMoleculeType, WrappedContainerType, ZealTheme, ZealThemeProvider, ZealUIModal, ZealUIModalProps, defaultTheme, passwordValidationMapper, richTextDefaultValue, toast, toastStyles, useAccountButtonContext, useApi, useButtonActionsContext, useFormStepContext, useLayoutContext, useMediaQuery, useMlrRichTextViewerContext, useOrganismContext, useStateContext };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "1.0.53-test.8",
3
+ "version": "1.0.54",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
@@ -30,7 +30,6 @@
30
30
  "test:watch": "jest --watch",
31
31
  "test:coverage": "jest --coverage",
32
32
  "start": "npm run storybook",
33
- "start:force": "yarn --ignore-engines storybook dev -p 6006",
34
33
  "storybook": "storybook dev -p 6006",
35
34
  "build-storybook": "storybook build",
36
35
  "lint": "eslint ./src/**/*.ts",