@zealicsolutions/web-ui 1.0.53-test.3 → 1.0.53-test.30
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.
- package/dist/cjs/components/RichTextViewer/RichTextViewer.d.ts +1 -1
- package/dist/cjs/containers/types/moleculeItemTypes.d.ts +7 -1
- package/dist/cjs/contexts/LayoutContext/LayoutContext.d.ts +12 -0
- package/dist/cjs/contexts/LayoutContext/LayoutContextProvider.d.ts +6 -0
- package/dist/cjs/contexts/LayoutContext/useLayoutContext.d.ts +1 -0
- package/dist/cjs/contexts/index.d.ts +3 -0
- package/dist/cjs/index.js +1568 -1568
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/ContentWrapper/ContentWrapper.d.ts +8 -0
- package/dist/cjs/molecules/ContentWrapper/ContentWrapper.stories.d.ts +10 -0
- package/dist/cjs/molecules/Drawer/Drawer.stories.d.ts +2 -0
- package/dist/cjs/molecules/Drawer/styles.d.ts +10 -3
- package/dist/cjs/molecules/Drawer/types.d.ts +27 -2
- package/dist/cjs/molecules/SpeedDial/types.d.ts +3 -5
- package/dist/cjs/molecules/index.d.ts +1 -0
- package/dist/esm/components/Avatar/Avatar.js +1 -1
- package/dist/esm/components/Avatar/Avatar.js.map +1 -1
- package/dist/esm/components/Buttons/IconButton.js +1 -1
- package/dist/esm/components/Buttons/IconButton.js.map +1 -1
- package/dist/esm/components/Circle/Circle.js +1 -1
- package/dist/esm/components/Circle/Circle.js.map +1 -1
- package/dist/esm/components/RichTextViewer/RichTextViewer.d.ts +1 -1
- package/dist/esm/components/RichTextViewer/RichTextViewer.js +1 -1
- package/dist/esm/components/RichTextViewer/RichTextViewer.js.map +1 -1
- package/dist/esm/components/RichTextViewer/components/Leaf.js +1 -1
- package/dist/esm/components/RichTextViewer/components/Leaf.js.map +1 -1
- package/dist/esm/components/Toast/ToastContent.js +1 -1
- package/dist/esm/components/Toast/ToastContent.js.map +1 -1
- package/dist/esm/containers/Container.js +1 -1
- package/dist/esm/containers/Container.js.map +1 -1
- package/dist/esm/containers/ContainerStoriesComponent.js +1 -1
- package/dist/esm/containers/ContainerStoriesComponent.js.map +1 -1
- package/dist/esm/containers/FormContainer.js +1 -1
- package/dist/esm/containers/FormContainer.js.map +1 -1
- package/dist/esm/containers/FormStepContainer.js +1 -1
- package/dist/esm/containers/FormStepContainer.js.map +1 -1
- package/dist/esm/containers/OrganismItem.js +1 -1
- package/dist/esm/containers/OrganismItem.js.map +1 -1
- package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
- package/dist/esm/containers/hooks/useStateListenerValue.js.map +1 -1
- package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
- package/dist/esm/containers/hooks/useStateModifierHandler.js.map +1 -1
- package/dist/esm/containers/types/moleculeItemTypes.d.ts +7 -1
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js +1 -1
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js.map +1 -1
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js.map +1 -1
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js.map +1 -1
- package/dist/esm/contexts/LayoutContext/LayoutContext.d.ts +12 -0
- package/dist/esm/contexts/LayoutContext/LayoutContext.js +2 -0
- package/dist/esm/contexts/LayoutContext/LayoutContext.js.map +1 -0
- package/dist/esm/contexts/LayoutContext/LayoutContextProvider.d.ts +6 -0
- package/dist/esm/contexts/LayoutContext/LayoutContextProvider.js +2 -0
- package/dist/esm/contexts/LayoutContext/LayoutContextProvider.js.map +1 -0
- package/dist/esm/contexts/LayoutContext/useLayoutContext.d.ts +1 -0
- package/dist/esm/contexts/LayoutContext/useLayoutContext.js +2 -0
- package/dist/esm/contexts/LayoutContext/useLayoutContext.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +3 -0
- package/dist/esm/helpers/utils.js +1 -1
- package/dist/esm/helpers/utils.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/molecules/Accordion/Accordion.js +1 -1
- package/dist/esm/molecules/Accordion/Accordion.js.map +1 -1
- package/dist/esm/molecules/Avatar/Avatar.js +1 -1
- package/dist/esm/molecules/Avatar/Avatar.js.map +1 -1
- package/dist/esm/molecules/BaseMolecule.js +1 -1
- package/dist/esm/molecules/BaseMolecule.js.map +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js.map +1 -1
- package/dist/esm/molecules/Checklist/Checklist.js +1 -1
- package/dist/esm/molecules/Checklist/Checklist.js.map +1 -1
- package/dist/esm/molecules/Consent/ConsentCapture.js +1 -1
- package/dist/esm/molecules/Consent/ConsentCapture.js.map +1 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js +1 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js.map +1 -1
- package/dist/esm/molecules/ContentWrapper/ContentWrapper.d.ts +8 -0
- package/dist/esm/molecules/ContentWrapper/ContentWrapper.js +2 -0
- package/dist/esm/molecules/ContentWrapper/ContentWrapper.js.map +1 -0
- package/dist/esm/molecules/ContentWrapper/ContentWrapper.stories.d.ts +10 -0
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js.map +1 -1
- package/dist/esm/molecules/CustomValidation/CustomValidation.js +1 -1
- package/dist/esm/molecules/CustomValidation/CustomValidation.js.map +1 -1
- package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
- package/dist/esm/molecules/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/molecules/Drawer/Drawer.js +1 -1
- package/dist/esm/molecules/Drawer/Drawer.js.map +1 -1
- package/dist/esm/molecules/Drawer/Drawer.stories.d.ts +2 -0
- package/dist/esm/molecules/Drawer/styles.d.ts +10 -3
- package/dist/esm/molecules/Drawer/styles.js +1 -1
- package/dist/esm/molecules/Drawer/styles.js.map +1 -1
- package/dist/esm/molecules/Drawer/types.d.ts +27 -2
- package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
- package/dist/esm/molecules/EmailInputField/EmailInputField.js.map +1 -1
- package/dist/esm/molecules/Menu/Menu.js +1 -1
- package/dist/esm/molecules/Menu/Menu.js.map +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js.map +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js.map +1 -1
- package/dist/esm/molecules/PdfDocument/PdfDocument.js +1 -1
- package/dist/esm/molecules/PdfDocument/PdfDocument.js.map +1 -1
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js.map +1 -1
- package/dist/esm/molecules/Rating/Rating.js +1 -1
- package/dist/esm/molecules/Rating/Rating.js.map +1 -1
- package/dist/esm/molecules/Select/Select.js +1 -1
- package/dist/esm/molecules/Select/Select.js.map +1 -1
- package/dist/esm/molecules/Slider/Slider.js +1 -1
- package/dist/esm/molecules/Slider/Slider.js.map +1 -1
- package/dist/esm/molecules/SpeedDial/SpeedDial.js +1 -1
- package/dist/esm/molecules/SpeedDial/SpeedDial.js.map +1 -1
- package/dist/esm/molecules/SpeedDial/types.d.ts +3 -5
- package/dist/esm/molecules/Stepper/Stepper.js +1 -1
- package/dist/esm/molecules/Stepper/Stepper.js.map +1 -1
- package/dist/esm/molecules/Switch/Switch.js +1 -1
- package/dist/esm/molecules/Switch/Switch.js.map +1 -1
- package/dist/esm/molecules/Tabs/Tabs.js +1 -1
- package/dist/esm/molecules/Tabs/Tabs.js.map +1 -1
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js.map +1 -1
- package/dist/esm/molecules/index.d.ts +1 -0
- package/dist/index.d.ts +60 -8
- package/package.json +2 -2
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ZealUIModal.js","sources":["../../../../../src/molecules/ZealUIModal/ZealUIModal.tsx"],"sourcesContent":[null],"names":["ZealUIModal","_a","children","wrapperStyles","_b","padding","onKeyDown","modalStyles","_c","withCloseIcon","rest","__rest","_jsx","MUIModal","__assign","style","_jsxs","ModalWrapper","IconWrapper","onClick","onClose","Icon","size","name","color","defaultTheme","colors","gray1","styled","div","templateObject_2","__makeTemplateObject","theme","sizes","$styles","css","templateObject_1","XL","L","M","background","TouchableOpacity","templateObject_4","templateObject_3","getSizeStyle"],"mappings":"
|
1
|
+
{"version":3,"file":"ZealUIModal.js","sources":["../../../../../src/molecules/ZealUIModal/ZealUIModal.tsx"],"sourcesContent":[null],"names":["ZealUIModal","_a","children","wrapperStyles","_b","padding","onKeyDown","modalStyles","_c","withCloseIcon","rest","__rest","_jsx","MUIModal","__assign","style","_jsxs","ModalWrapper","IconWrapper","onClick","onClose","Icon","size","name","color","defaultTheme","colors","gray1","styled","div","templateObject_2","__makeTemplateObject","theme","sizes","$styles","css","templateObject_1","XL","L","M","background","TouchableOpacity","templateObject_4","templateObject_3","getSizeStyle"],"mappings":"q55GAqBO,YAAMA,EAAc,SAACC,GAC1B,IAAAC,EAAQD,EAAAC,SACRC,EAAaF,EAAAE,cACbC,EAAwBH,EAAAI,QAAxBA,OAAO,IAAAD,EAAG,eAAcA,EACxBE,EAASL,EAAAK,UACTC,EAAWN,EAAAM,YACXC,EAAAP,EAAAQ,cAAAA,OAAgB,IAAAD,GAAKA,EAClBE,EAAIC,EAAAV,EAPmB,kFAQJ,OACtBW,EAACC,EAAQC,EAAA,CAAA,EAAKJ,EAAI,CAAEK,MAAOR,EAAaD,UAAWA,GACjD,CAAAJ,SAAAc,EAACC,EAAYH,EAAA,CAACC,MAAKD,EAAA,CAAIT,QAAOA,GAAKF,IAAa,CAAAD,SAAA,CAC7CA,EACAO,GACCG,EAACM,EAAYJ,EAAA,CAAAK,QAAST,aAAA,EAAAA,EAAMU,SAC1B,CAAAlB,SAAAU,EAACS,EAAI,CAACC,KAAM,GAAIC,KAAK,QAAQC,MAAOC,EAAaC,OAAOC,mBAOrDV,EAAeW,EAAOC,IAAGC,IAAAA,EAAAC,EAAA,CAAA,4JAAA,MAAA,CAAgB,4JAcnD,SANC,SAAC9B,OAAEG,EAAwBH,EAAA+B,MAAfN,EAAMtB,EAAAsB,OAAEO,EAAK7B,EAAA6B,MAAIC,EAAOjC,EAAAiC,QAAO,OAAAC,EAAGC,IAAAA,EAAAL,EAAA,CAAA,cAAA,wBAAA,2BAAA,8BAAA,UAAA,QAAA,CAAA,cAC/B,wBACM,2BACG,8BACa,UAC5B,UAJFE,EAAMI,GACCJ,EAAMK,EACHL,EAAMM,EACHb,EAAOc,WACzBN,EALyC,IASlChB,EAAcU,EAAOa,EAAPb,CAAwBc,IAAAA,EAAAX,EAAA,CAAA,OAAA,OAAA,CAAA,OAUhD,UATC,SAAC9B,GAAW,IAAAgC,EAAKhC,EAAA+B,MAAAC,MAAS,OAAAE,EAAGQ,IAAAA,EAAAZ,EAAA,CAAA,6BAAA,gGAAA,mBAAA,iCAAA,CAAA,6BAEN,gGAIJ,mBACE,mCALnBa,EAAaX,EAAMK,GAIdL,EAAM,OACJA,EAAM,OAPW"}
|
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
|
354
|
+
declare const richTextDefaultValue: Descendant[];
|
355
355
|
declare type RichTextEditorProps = {
|
356
356
|
value: string;
|
357
357
|
numberOfLines?: number;
|
@@ -699,6 +699,26 @@ declare const ApiProvider: ({ api, children }: {
|
|
699
699
|
|
700
700
|
declare const useApi: () => ApiInterface;
|
701
701
|
|
702
|
+
interface DrawerState {
|
703
|
+
width: number;
|
704
|
+
position: 'left' | 'right' | 'top' | 'bottom';
|
705
|
+
isOpen: boolean;
|
706
|
+
positionType?: 'absolute' | 'normal';
|
707
|
+
}
|
708
|
+
interface LayoutContextType {
|
709
|
+
drawer: DrawerState;
|
710
|
+
updateDrawer: (props: Partial<DrawerState>) => void;
|
711
|
+
}
|
712
|
+
declare const LayoutContext: react.Context<LayoutContextType>;
|
713
|
+
|
714
|
+
interface LayoutProviderProps extends PropsWithChildren {
|
715
|
+
layoutPosition?: 'normal' | 'absolute';
|
716
|
+
drawerMaxWidthPercent?: number;
|
717
|
+
}
|
718
|
+
declare const LayoutProvider: react__default.FC<LayoutProviderProps>;
|
719
|
+
|
720
|
+
declare const useLayoutContext: () => LayoutContextType;
|
721
|
+
|
702
722
|
declare type CustomValidationRule<T = string> = {
|
703
723
|
text: string;
|
704
724
|
validate: (value?: T) => boolean;
|
@@ -713,7 +733,7 @@ declare type CustomValidationProps<T = string> = {
|
|
713
733
|
};
|
714
734
|
declare const CustomValidation: <T extends string = string>({ rules, value, isSubmitted, label, spacer, validationState, }: CustomValidationProps<T>) => _emotion_react_jsx_runtime.JSX.Element;
|
715
735
|
|
716
|
-
declare type DrawerItemType = 'menu_item' | 'divider_item' | 'text_item';
|
736
|
+
declare type DrawerItemType = 'menu_item' | 'divider_item' | 'text_item' | 'rich_text_item';
|
717
737
|
interface BaseDrawerItem {
|
718
738
|
id: string;
|
719
739
|
type: DrawerItemType;
|
@@ -768,7 +788,27 @@ interface DrawerTextItemType extends BaseDrawerItem {
|
|
768
788
|
paddingBottom?: string;
|
769
789
|
paddingLeft?: string;
|
770
790
|
}
|
771
|
-
|
791
|
+
interface DrawerRichTextItemType extends BaseDrawerItem {
|
792
|
+
type: 'rich_text_item';
|
793
|
+
text?: string;
|
794
|
+
align?: 'left' | 'center' | 'right' | 'justify';
|
795
|
+
color?: string;
|
796
|
+
wrap?: string;
|
797
|
+
variant?: string;
|
798
|
+
fontSize?: string | number;
|
799
|
+
fontWeight?: 'normal' | 'bold';
|
800
|
+
fontFamily?: string;
|
801
|
+
marginTop?: string;
|
802
|
+
marginRight?: string;
|
803
|
+
marginBottom?: string;
|
804
|
+
marginLeft?: string;
|
805
|
+
paddingTop?: string;
|
806
|
+
paddingRight?: string;
|
807
|
+
paddingBottom?: string;
|
808
|
+
paddingLeft?: string;
|
809
|
+
numberOfLines?: number;
|
810
|
+
}
|
811
|
+
declare type DrawerItem = DrawerMenuItemType | DrawerDividerItemType | DrawerTextItemType | DrawerRichTextItemType;
|
772
812
|
declare type Anchor = 'top' | 'left' | 'bottom' | 'right';
|
773
813
|
declare type DrawerVariant = 'permanent' | 'persistent' | 'temporary';
|
774
814
|
interface DrawerProps {
|
@@ -778,6 +818,10 @@ interface DrawerProps {
|
|
778
818
|
onClose?: (event: React.KeyboardEvent | React.MouseEvent, reason: string) => void;
|
779
819
|
items?: DrawerItem[];
|
780
820
|
padding?: SizesTypes$2 | number | string;
|
821
|
+
paddingTop?: string;
|
822
|
+
paddingRight?: string;
|
823
|
+
paddingBottom?: string;
|
824
|
+
paddingLeft?: string;
|
781
825
|
height?: number | string;
|
782
826
|
width?: number | string;
|
783
827
|
backgroundColor?: string;
|
@@ -795,6 +839,7 @@ interface DrawerProps {
|
|
795
839
|
buttonFontWeight?: 'normal' | 'bold';
|
796
840
|
buttonFontFamily?: string;
|
797
841
|
buttonDisabled?: boolean;
|
842
|
+
buttonDisabledColor?: string;
|
798
843
|
buttonGap?: number | string;
|
799
844
|
buttonStartIcon?: string;
|
800
845
|
buttonEndIcon?: string;
|
@@ -1520,7 +1565,6 @@ interface SpeedDialActionItemProps {
|
|
1520
1565
|
iconColor?: string;
|
1521
1566
|
backgroundColor?: string;
|
1522
1567
|
disabled?: boolean;
|
1523
|
-
size?: 'small' | 'medium' | 'large';
|
1524
1568
|
paddingTop?: string;
|
1525
1569
|
paddingRight?: string;
|
1526
1570
|
paddingBottom?: string;
|
@@ -1555,9 +1599,9 @@ interface SpeedDialProps {
|
|
1555
1599
|
tooltipPlacement?: 'left' | 'right' | 'top' | 'bottom';
|
1556
1600
|
showBackdrop?: boolean;
|
1557
1601
|
openOnHover?: boolean;
|
1558
|
-
gap?:
|
1559
|
-
actionGap?:
|
1560
|
-
labelMarginLeft?:
|
1602
|
+
gap?: number | string;
|
1603
|
+
actionGap?: number | string;
|
1604
|
+
labelMarginLeft?: number | string;
|
1561
1605
|
paddingTop?: string;
|
1562
1606
|
paddingRight?: string;
|
1563
1607
|
paddingBottom?: string;
|
@@ -1572,6 +1616,14 @@ interface SpeedDialProps {
|
|
1572
1616
|
|
1573
1617
|
declare const SpeedDial: react__default.FC<SpeedDialProps>;
|
1574
1618
|
|
1619
|
+
interface ContentWrapperProps {
|
1620
|
+
children: react__default.ReactNode;
|
1621
|
+
className?: string;
|
1622
|
+
marginLeft?: string;
|
1623
|
+
marginRight?: string;
|
1624
|
+
}
|
1625
|
+
declare const ContentWrapper: react__default.FC<ContentWrapperProps>;
|
1626
|
+
|
1575
1627
|
declare const Container: FC<PropsWithChildren<ContainerProps$1> & {
|
1576
1628
|
id: string;
|
1577
1629
|
}>;
|
@@ -2801,4 +2853,4 @@ declare type FormOrganismItemProps = {
|
|
2801
2853
|
};
|
2802
2854
|
declare const FormOrganismItem: ({ formData, setFormData, isMobile, ...props }: FormOrganismItemProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
2803
2855
|
|
2804
|
-
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, CountValidationTypes, CriteriaType, CurrencyInputFieldMoleculeType, CustomStep, CustomValidation, CustomValidationProps, CustomValidationRule, DataCaptureProperties, DataConnectionValues, DataModelFieldFormat, DataModelFieldFormatCodeTypes, DataModelFieldFormatValueTypes, DatePickerMolecule, DatePickerMoleculeProps, DatePickerMoleculeType, DefaultSelectionType, Divider, DividerMoleculeType, DividerProps, DownloadFile, Drawer, DrawerMoleculeType, 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, 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,
|
2856
|
+
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.
|
3
|
+
"version": "1.0.53-test.30",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
|
@@ -17,7 +17,7 @@
|
|
17
17
|
],
|
18
18
|
"types": "./dist/index.d.ts",
|
19
19
|
"engines": {
|
20
|
-
"node": "18.19.0"
|
20
|
+
"node": ">=18.19.0"
|
21
21
|
},
|
22
22
|
"moduleNameMapper": {
|
23
23
|
"^@zealicsolutions/web-ui/(.*)$": "<rootDir>/dist/$1",
|