@zealicsolutions/web-ui 1.0.59-test.0 → 1.0.59-test.10
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/types.d.ts +4 -3
- package/dist/cjs/helpers/utils.d.ts +1 -2
- package/dist/cjs/index.js +1569 -1569
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/Stepper/Stepper.stories.d.ts +5 -5
- 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.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/RichTextViewer/types.d.ts +4 -3
- 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/ContainerStoriesComponent.js +1 -1
- package/dist/esm/containers/FormContainer.js +1 -1
- package/dist/esm/containers/FormStepContainer.js +1 -1
- package/dist/esm/containers/OrganismItem.js +1 -1
- package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
- package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js +1 -1
- package/dist/esm/contexts/ButtonActionsContext/ButtonActionsContextProvider.js +1 -1
- package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
- package/dist/esm/helpers/utils.d.ts +1 -2
- package/dist/esm/helpers/utils.js +1 -1
- package/dist/esm/helpers/utils.js.map +1 -1
- package/dist/esm/molecules/Accordion/Accordion.js +1 -1
- package/dist/esm/molecules/Avatar/Avatar.js +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
- package/dist/esm/molecules/Checklist/Checklist.js +1 -1
- package/dist/esm/molecules/Consent/ConsentCapture.js +1 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js +1 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +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/Drawer/styles.js +1 -1
- package/dist/esm/molecules/Drawer/styles.js.map +1 -1
- package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
- package/dist/esm/molecules/Menu/Menu.js +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +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/Rating/Rating.js +1 -1
- package/dist/esm/molecules/Select/Select.js +1 -1
- package/dist/esm/molecules/Slider/Slider.js +1 -1
- package/dist/esm/molecules/SpeedDial/SpeedDial.js +1 -1
- package/dist/esm/molecules/Stepper/Stepper.js +1 -1
- package/dist/esm/molecules/Stepper/Stepper.stories.d.ts +5 -5
- package/dist/esm/molecules/Switch/Switch.js +1 -1
- package/dist/esm/molecules/Tabs/Tabs.js +1 -1
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js +1 -1
- package/dist/esm/molecules/ZealUIModal/ZealUIModal.js.map +1 -1
- package/dist/index.d.ts +4 -3
- package/package.json +1 -1
@@ -85,7 +85,7 @@ declare const _default: {
|
|
85
85
|
};
|
86
86
|
};
|
87
87
|
export default _default;
|
88
|
-
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "
|
88
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
|
89
89
|
gap: number | string;
|
90
90
|
stepGap: number | string;
|
91
91
|
iconSize: number | string;
|
@@ -102,7 +102,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
|
|
102
102
|
marginLeft: number | string;
|
103
103
|
borderRadius: number | string;
|
104
104
|
}>;
|
105
|
-
export declare const Horizontal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "
|
105
|
+
export declare const Horizontal: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
|
106
106
|
gap: number | string;
|
107
107
|
stepGap: number | string;
|
108
108
|
iconSize: number | string;
|
@@ -119,7 +119,7 @@ export declare const Horizontal: import("@storybook/types").AnnotatedStoryFn<imp
|
|
119
119
|
marginLeft: number | string;
|
120
120
|
borderRadius: number | string;
|
121
121
|
}>;
|
122
|
-
export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "
|
122
|
+
export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
|
123
123
|
gap: number | string;
|
124
124
|
stepGap: number | string;
|
125
125
|
iconSize: number | string;
|
@@ -136,7 +136,7 @@ export declare const WithCustomGap: import("@storybook/types").AnnotatedStoryFn<
|
|
136
136
|
marginLeft: number | string;
|
137
137
|
borderRadius: number | string;
|
138
138
|
}>;
|
139
|
-
export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "
|
139
|
+
export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
|
140
140
|
gap: number | string;
|
141
141
|
stepGap: number | string;
|
142
142
|
iconSize: number | string;
|
@@ -153,7 +153,7 @@ export declare const MobileView: import("@storybook/types").AnnotatedStoryFn<imp
|
|
153
153
|
marginLeft: number | string;
|
154
154
|
borderRadius: number | string;
|
155
155
|
}>;
|
156
|
-
export declare const WithMarginAndPadding: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "
|
156
|
+
export declare const WithMarginAndPadding: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<StepperProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "borderRadius" | "gap" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
|
157
157
|
gap: number | string;
|
158
158
|
stepGap: number | string;
|
159
159
|
iconSize: number | string;
|