@zealicsolutions/web-ui 1.0.76 → 1.0.78

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 (108) hide show
  1. package/dist/cjs/components/RichTextViewer/components/VariableFormatter.d.ts +11 -0
  2. package/dist/cjs/components/RichTextViewer/components/index.d.ts +1 -0
  3. package/dist/cjs/components/RichTextViewer/types.d.ts +4 -5
  4. package/dist/cjs/index.js +246 -246
  5. package/dist/cjs/index.js.map +1 -1
  6. package/dist/cjs/molecules/Checklist/Checklist.d.ts +41 -8
  7. package/dist/cjs/molecules/Checklist/Checklist.stories.d.ts +64 -7
  8. package/dist/cjs/molecules/DatePicker/DatePicker.stories.d.ts +1 -0
  9. package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +5 -5
  10. package/dist/esm/components/Avatar/Avatar.js +1 -1
  11. package/dist/esm/components/Avatar/Avatar.js.map +1 -1
  12. package/dist/esm/components/Buttons/IconButton.js +1 -1
  13. package/dist/esm/components/Buttons/IconButton.js.map +1 -1
  14. package/dist/esm/components/Checkbox/Checkbox.js +1 -1
  15. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  16. package/dist/esm/components/Circle/Circle.js +1 -1
  17. package/dist/esm/components/Circle/Circle.js.map +1 -1
  18. package/dist/esm/components/RichTextViewer/RichTextViewer.js +1 -1
  19. package/dist/esm/components/RichTextViewer/RichTextViewer.js.map +1 -1
  20. package/dist/esm/components/RichTextViewer/components/Leaf.js +1 -1
  21. package/dist/esm/components/RichTextViewer/components/Leaf.js.map +1 -1
  22. package/dist/esm/components/RichTextViewer/components/VariableFormatter.d.ts +11 -0
  23. package/dist/esm/components/RichTextViewer/components/VariableFormatter.js +2 -0
  24. package/dist/esm/components/RichTextViewer/components/VariableFormatter.js.map +1 -0
  25. package/dist/esm/components/RichTextViewer/components/index.d.ts +1 -0
  26. package/dist/esm/components/RichTextViewer/types.d.ts +4 -5
  27. package/dist/esm/components/Toast/ToastContent.js +1 -1
  28. package/dist/esm/components/Toast/ToastContent.js.map +1 -1
  29. package/dist/esm/containers/Container.js +1 -1
  30. package/dist/esm/containers/Container.js.map +1 -1
  31. package/dist/esm/containers/ContainerStoriesComponent.js +1 -1
  32. package/dist/esm/containers/ContainerStoriesComponent.js.map +1 -1
  33. package/dist/esm/containers/FormContainer.js +1 -1
  34. package/dist/esm/containers/FormContainer.js.map +1 -1
  35. package/dist/esm/containers/FormStepContainer.js +1 -1
  36. package/dist/esm/containers/FormStepContainer.js.map +1 -1
  37. package/dist/esm/containers/OrganismItem.js +1 -1
  38. package/dist/esm/containers/OrganismItem.js.map +1 -1
  39. package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
  40. package/dist/esm/containers/hooks/useStateListenerValue.js.map +1 -1
  41. package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
  42. package/dist/esm/containers/hooks/useStateModifierHandler.js.map +1 -1
  43. package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js +1 -1
  44. package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js.map +1 -1
  45. package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
  46. package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js.map +1 -1
  47. package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
  48. package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js.map +1 -1
  49. package/dist/esm/helpers/utils.js +1 -1
  50. package/dist/esm/helpers/utils.js.map +1 -1
  51. package/dist/esm/molecules/Accordion/Accordion.js +1 -1
  52. package/dist/esm/molecules/Accordion/Accordion.js.map +1 -1
  53. package/dist/esm/molecules/Avatar/Avatar.js +1 -1
  54. package/dist/esm/molecules/Avatar/Avatar.js.map +1 -1
  55. package/dist/esm/molecules/BaseMolecule.js +1 -1
  56. package/dist/esm/molecules/BaseMolecule.js.map +1 -1
  57. package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
  58. package/dist/esm/molecules/BasicTextField/BasicTextField.js.map +1 -1
  59. package/dist/esm/molecules/BinaryRadioButtons/BinaryRadioButtons.js +1 -1
  60. package/dist/esm/molecules/BinaryRadioButtons/BinaryRadioButtons.js.map +1 -1
  61. package/dist/esm/molecules/Checkbox/Checkbox.js +1 -1
  62. package/dist/esm/molecules/Checkbox/Checkbox.js.map +1 -1
  63. package/dist/esm/molecules/Checklist/Checklist.d.ts +41 -8
  64. package/dist/esm/molecules/Checklist/Checklist.js +1 -1
  65. package/dist/esm/molecules/Checklist/Checklist.js.map +1 -1
  66. package/dist/esm/molecules/Checklist/Checklist.stories.d.ts +64 -7
  67. package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
  68. package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js.map +1 -1
  69. package/dist/esm/molecules/CustomValidation/CustomValidation.js +1 -1
  70. package/dist/esm/molecules/CustomValidation/CustomValidation.js.map +1 -1
  71. package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
  72. package/dist/esm/molecules/DatePicker/DatePicker.js.map +1 -1
  73. package/dist/esm/molecules/DatePicker/DatePicker.stories.d.ts +1 -0
  74. package/dist/esm/molecules/Drawer/Drawer.js +1 -1
  75. package/dist/esm/molecules/Drawer/Drawer.js.map +1 -1
  76. package/dist/esm/molecules/Drawer/styles.js +1 -1
  77. package/dist/esm/molecules/Drawer/styles.js.map +1 -1
  78. package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
  79. package/dist/esm/molecules/EmailInputField/EmailInputField.js.map +1 -1
  80. package/dist/esm/molecules/Menu/Menu.js +1 -1
  81. package/dist/esm/molecules/Menu/Menu.js.map +1 -1
  82. package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
  83. package/dist/esm/molecules/NumericInputField/NumericInputField.js.map +1 -1
  84. package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
  85. package/dist/esm/molecules/PasswordSetup/PasswordSetup.js.map +1 -1
  86. package/dist/esm/molecules/PdfDocument/PdfDocument.js +1 -1
  87. package/dist/esm/molecules/PdfDocument/PdfDocument.js.map +1 -1
  88. package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
  89. package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js.map +1 -1
  90. package/dist/esm/molecules/Rating/Rating.js +1 -1
  91. package/dist/esm/molecules/Rating/Rating.js.map +1 -1
  92. package/dist/esm/molecules/Select/Select.js +1 -1
  93. package/dist/esm/molecules/Select/Select.js.map +1 -1
  94. package/dist/esm/molecules/Slider/Slider.js +1 -1
  95. package/dist/esm/molecules/Slider/Slider.js.map +1 -1
  96. package/dist/esm/molecules/SpeedDial/SpeedDial.js +1 -1
  97. package/dist/esm/molecules/SpeedDial/SpeedDial.js.map +1 -1
  98. package/dist/esm/molecules/Stepper/Stepper.js +1 -1
  99. package/dist/esm/molecules/Stepper/Stepper.js.map +1 -1
  100. package/dist/esm/molecules/Stepper/Stepper.stories.d.ts +5 -5
  101. package/dist/esm/molecules/Switch/Switch.js +1 -1
  102. package/dist/esm/molecules/Switch/Switch.js.map +1 -1
  103. package/dist/esm/molecules/Tabs/Tabs.js +1 -1
  104. package/dist/esm/molecules/Tabs/Tabs.js.map +1 -1
  105. package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
  106. package/dist/esm/molecules/ZealUIModal/ZealUIModal.js.map +1 -1
  107. package/dist/index.d.ts +41 -8
  108. package/package.json +11 -4
package/dist/index.d.ts CHANGED
@@ -817,15 +817,16 @@ interface ButtonProps extends ButtonProps$1 {
817
817
  */
818
818
  declare const Button: react__default.ForwardRefExoticComponent<Pick<ButtonProps, "color" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "textAlign" | "translate" | "width" | "borderRadius" | "gap" | "action" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "form" | "link" | "slot" | "title" | "text" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "component" | "value" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "textColor" | "configurationItemInfo" | "moleculeId" | "wrapText" | "elevated" | "disabledColor"> & react__default.RefAttributes<HTMLButtonElement>>;
819
819
 
820
- declare type ChecklistItem = {
820
+ declare type ChecklistItemType = {
821
821
  id: string;
822
+ type: 'checklist_item';
822
823
  label: string;
823
- textColor: string;
824
- fontSize: string;
825
- fontFamily: string;
826
- fontWeight: string;
827
- textAlign: 'left' | 'center' | 'right' | 'justify';
828
- interacted: 'checked' | 'unchecked';
824
+ textColor?: string;
825
+ fontSize?: string;
826
+ fontFamily?: string;
827
+ fontWeight?: string;
828
+ textAlign?: 'left' | 'center' | 'right' | 'justify';
829
+ interacted?: 'checked' | 'unchecked';
829
830
  disabled?: boolean;
830
831
  isSystemDriven?: boolean;
831
832
  iconName?: string;
@@ -833,12 +834,44 @@ declare type ChecklistItem = {
833
834
  checkedIconName?: string;
834
835
  checkedIconColor?: string;
835
836
  };
837
+ declare type DividerItemType = {
838
+ id: string;
839
+ type: 'divider_item';
840
+ orientation?: 'horizontal' | 'vertical';
841
+ variant?: 'fullWidth' | 'inset' | 'middle';
842
+ color?: string;
843
+ thickness?: string;
844
+ };
845
+ declare type TextItemType = {
846
+ id: string;
847
+ type: 'text_item';
848
+ text: string;
849
+ textColor?: string;
850
+ fontSize?: string;
851
+ fontFamily?: string;
852
+ fontWeight?: string;
853
+ textAlign?: 'left' | 'center' | 'right' | 'justify';
854
+ };
855
+ declare type RichTextItemType = {
856
+ id: string;
857
+ type: 'rich_text_item';
858
+ text: string;
859
+ textColor?: string;
860
+ fontSize?: string;
861
+ fontFamily?: string;
862
+ fontWeight?: string;
863
+ textAlign?: 'left' | 'center' | 'right' | 'justify';
864
+ };
865
+ declare type ChecklistItem = ChecklistItemType | DividerItemType | TextItemType | RichTextItemType;
836
866
  declare type ChecklistProps = {
837
867
  gap?: string;
838
868
  moleculeId?: string;
839
869
  items: ChecklistItem[];
840
870
  iconSize?: 'small' | 'medium' | 'large';
841
871
  labelPlacement?: 'start' | 'end' | 'top' | 'bottom';
872
+ width?: string;
873
+ minWidth?: string;
874
+ maxWidth?: string;
842
875
  paddingTop?: string;
843
876
  paddingRight?: string;
844
877
  paddingBottom?: string;
@@ -2897,4 +2930,4 @@ declare type FormOrganismItemProps = {
2897
2930
  };
2898
2931
  declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => _emotion_react_jsx_runtime.JSX.Element | null;
2899
2932
 
2900
- 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, BinaryRadioButtons, BinaryRadioButtonsMoleculeType, BinaryRadioButtonsProps, BooleanProperties, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMoleculeType, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CalendarMoleculeType, CheckboxMoleculeType, Checklist, ChecklistItem, ChecklistProperties, ChecklistProps, ChecklistsMoleculeType, ChipMolecule, ChipMoleculeProps, ChipMoleculeType, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorProperties, ConditionConfig, ConditionConfigProperties, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, ConsentFieldMoleculeType, ConsentMolecule, 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, 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 };
2933
+ 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, BinaryRadioButtons, BinaryRadioButtonsMoleculeType, BinaryRadioButtonsProps, BooleanProperties, BreakpointSizesTypes, Button, ButtonActionsContext, ButtonActionsContextType, ButtonActionsProvider, ButtonActionsProviderProps, ButtonMoleculeType, ButtonProps, COMMUNICATION_LINK_DATA_TEXT, COMMUNICATION_LINK_DATA_URL, COMMUNICATION_LINK_ELEMENT_ID, CalendarMoleculeType, CheckboxMoleculeType, Checklist, ChecklistItem, ChecklistItemType, ChecklistProperties, ChecklistProps, ChecklistsMoleculeType, ChipMolecule, ChipMoleculeProps, ChipMoleculeType, Circle, CircleBoxProps, CirclesWrapper, CircularIndicator, CircularIndicatorProps, CircularIndicatorStyledComponent, ColorProperties, ConditionConfig, ConditionConfigProperties, ConditionCriteria, ConfigurationItem, ConfigurationItemInfo, ConsentFieldMoleculeType, ConsentMolecule, 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, Divider, DividerItemType, 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, RichTextItemType, 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, TextItemType, 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.76",
3
+ "version": "1.0.78",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
@@ -32,8 +32,8 @@
32
32
  "start": "npm run storybook",
33
33
  "storybook": "storybook dev -p 6006",
34
34
  "build-storybook": "storybook build",
35
- "lint": "eslint ./src/**/*.ts",
36
- "lint:fix": "eslint --fix ./src/**/*.ts",
35
+ "lint": "eslint ./src/**/*.{ts,tsx}",
36
+ "lint:fix": "eslint --fix ./src/**/*.{ts,tsx}",
37
37
  "format": "prettier --check ./src",
38
38
  "format:fix": "prettier --write ./src",
39
39
  "prepare": "husky install",
@@ -90,6 +90,7 @@
90
90
  "identity-obj-proxy": "^3.0.0",
91
91
  "jest": "29.0.2",
92
92
  "jest-environment-jsdom": "29.0.2",
93
+ "lint-staged": "^13.2.3",
93
94
  "prettier": "2.7.1",
94
95
  "rimraf": "3.0.2",
95
96
  "rollup": "2.79.0",
@@ -146,9 +147,15 @@
146
147
  },
147
148
  "husky": {
148
149
  "hooks": {
149
- "precommit": "yarn format:fix && yarn lint:fix"
150
+ "precommit": "lint-staged"
150
151
  }
151
152
  },
153
+ "lint-staged": {
154
+ "src/**/*.{ts,tsx}": [
155
+ "prettier --write",
156
+ "eslint --fix"
157
+ ]
158
+ },
152
159
  "bugs": {
153
160
  "url": "https://bitbucket.org/Zealic_Solutions/zeal-ui-web/issues"
154
161
  },