@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
@@ -1,14 +1,15 @@
1
- import { FC } from 'react';
2
1
  import { ConfigurationItemInfo } from 'containers';
3
- export declare type ChecklistItem = {
2
+ import { FC } from 'react';
3
+ export declare type ChecklistItemType = {
4
4
  id: string;
5
+ type: 'checklist_item';
5
6
  label: string;
6
- textColor: string;
7
- fontSize: string;
8
- fontFamily: string;
9
- fontWeight: string;
10
- textAlign: 'left' | 'center' | 'right' | 'justify';
11
- interacted: 'checked' | 'unchecked';
7
+ textColor?: string;
8
+ fontSize?: string;
9
+ fontFamily?: string;
10
+ fontWeight?: string;
11
+ textAlign?: 'left' | 'center' | 'right' | 'justify';
12
+ interacted?: 'checked' | 'unchecked';
12
13
  disabled?: boolean;
13
14
  isSystemDriven?: boolean;
14
15
  iconName?: string;
@@ -16,12 +17,44 @@ export declare type ChecklistItem = {
16
17
  checkedIconName?: string;
17
18
  checkedIconColor?: string;
18
19
  };
20
+ export declare type DividerItemType = {
21
+ id: string;
22
+ type: 'divider_item';
23
+ orientation?: 'horizontal' | 'vertical';
24
+ variant?: 'fullWidth' | 'inset' | 'middle';
25
+ color?: string;
26
+ thickness?: string;
27
+ };
28
+ export declare type TextItemType = {
29
+ id: string;
30
+ type: 'text_item';
31
+ text: string;
32
+ textColor?: string;
33
+ fontSize?: string;
34
+ fontFamily?: string;
35
+ fontWeight?: string;
36
+ textAlign?: 'left' | 'center' | 'right' | 'justify';
37
+ };
38
+ export declare type RichTextItemType = {
39
+ id: string;
40
+ type: 'rich_text_item';
41
+ text: string;
42
+ textColor?: string;
43
+ fontSize?: string;
44
+ fontFamily?: string;
45
+ fontWeight?: string;
46
+ textAlign?: 'left' | 'center' | 'right' | 'justify';
47
+ };
48
+ export declare type ChecklistItem = ChecklistItemType | DividerItemType | TextItemType | RichTextItemType;
19
49
  export declare type ChecklistProps = {
20
50
  gap?: string;
21
51
  moleculeId?: string;
22
52
  items: ChecklistItem[];
23
53
  iconSize?: 'small' | 'medium' | 'large';
24
54
  labelPlacement?: 'start' | 'end' | 'top' | 'bottom';
55
+ width?: string;
56
+ minWidth?: string;
57
+ maxWidth?: string;
25
58
  paddingTop?: string;
26
59
  paddingRight?: string;
27
60
  paddingBottom?: string;
@@ -1,8 +1,11 @@
1
- import React from 'react';
2
1
  import type { StoryFn } from '@storybook/react';
2
+ import React from 'react';
3
3
  import { ChecklistProps } from './Checklist';
4
- export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'> & {
4
+ export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'width' | 'minWidth' | 'maxWidth' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft'> & {
5
5
  gap: number | string;
6
+ width: number | string;
7
+ minWidth: number | string;
8
+ maxWidth: number | string;
6
9
  paddingTop: number | string;
7
10
  paddingRight: number | string;
8
11
  paddingBottom: number | string;
@@ -11,6 +14,9 @@ export declare type Story = StoryFn<Omit<ChecklistProps, 'gap' | 'paddingTop' |
11
14
  marginRight: number | string;
12
15
  marginBottom: number | string;
13
16
  marginLeft: number | string;
17
+ stateObject?: Record<string, {
18
+ interacted: 'checked' | 'unchecked';
19
+ }>;
14
20
  }>;
15
21
  declare const _default: {
16
22
  title: string;
@@ -19,6 +25,15 @@ declare const _default: {
19
25
  gap: {
20
26
  control: string;
21
27
  };
28
+ width: {
29
+ control: string;
30
+ };
31
+ minWidth: {
32
+ control: string;
33
+ };
34
+ maxWidth: {
35
+ control: string;
36
+ };
22
37
  iconSize: {
23
38
  options: string[];
24
39
  control: string;
@@ -51,11 +66,26 @@ declare const _default: {
51
66
  paddingLeft: {
52
67
  control: string;
53
68
  };
69
+ stateObject: {
70
+ control: string;
71
+ description: string;
72
+ table: {
73
+ type: {
74
+ summary: string;
75
+ };
76
+ defaultValue: {
77
+ summary: string;
78
+ };
79
+ };
80
+ };
54
81
  };
55
82
  };
56
83
  export default _default;
57
- export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap"> & {
84
+ export declare const UserInteractiveCheckboxes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "maxWidth" | "minWidth" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "gap"> & {
58
85
  gap: number | string;
86
+ width: number | string;
87
+ minWidth: number | string;
88
+ maxWidth: number | string;
59
89
  paddingTop: number | string;
60
90
  paddingRight: number | string;
61
91
  paddingBottom: number | string;
@@ -64,9 +94,15 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
64
94
  marginRight: number | string;
65
95
  marginBottom: number | string;
66
96
  marginLeft: number | string;
97
+ stateObject?: Record<string, {
98
+ interacted: 'checked' | 'unchecked';
99
+ }> | undefined;
67
100
  }>;
68
- export declare const HalfSystemDriven: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap"> & {
101
+ export declare const SystemDrivenCheckboxes: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "maxWidth" | "minWidth" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "gap"> & {
69
102
  gap: number | string;
103
+ width: number | string;
104
+ minWidth: number | string;
105
+ maxWidth: number | string;
70
106
  paddingTop: number | string;
71
107
  paddingRight: number | string;
72
108
  paddingBottom: number | string;
@@ -75,9 +111,15 @@ export declare const HalfSystemDriven: import("@storybook/types").AnnotatedStory
75
111
  marginRight: number | string;
76
112
  marginBottom: number | string;
77
113
  marginLeft: number | string;
114
+ stateObject?: Record<string, {
115
+ interacted: 'checked' | 'unchecked';
116
+ }> | undefined;
78
117
  }>;
79
- export declare const FullyCustom: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap"> & {
118
+ export declare const MixedChecklistWithWidthConstraints: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "maxWidth" | "minWidth" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "gap"> & {
80
119
  gap: number | string;
120
+ width: number | string;
121
+ minWidth: number | string;
122
+ maxWidth: number | string;
81
123
  paddingTop: number | string;
82
124
  paddingRight: number | string;
83
125
  paddingBottom: number | string;
@@ -86,9 +128,15 @@ export declare const FullyCustom: import("@storybook/types").AnnotatedStoryFn<im
86
128
  marginRight: number | string;
87
129
  marginBottom: number | string;
88
130
  marginLeft: number | string;
131
+ stateObject?: Record<string, {
132
+ interacted: 'checked' | 'unchecked';
133
+ }> | undefined;
89
134
  }>;
90
- export declare const VerticalLabelPlacement: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap"> & {
135
+ export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "maxWidth" | "minWidth" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "gap"> & {
91
136
  gap: number | string;
137
+ width: number | string;
138
+ minWidth: number | string;
139
+ maxWidth: number | string;
92
140
  paddingTop: number | string;
93
141
  paddingRight: number | string;
94
142
  paddingBottom: number | string;
@@ -97,9 +145,15 @@ export declare const VerticalLabelPlacement: import("@storybook/types").Annotate
97
145
  marginRight: number | string;
98
146
  marginBottom: number | string;
99
147
  marginLeft: number | string;
148
+ stateObject?: Record<string, {
149
+ interacted: 'checked' | 'unchecked';
150
+ }> | undefined;
100
151
  }>;
101
- export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "gap"> & {
152
+ export declare const WithStateObjectValues: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<ChecklistProps, "maxWidth" | "minWidth" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "width" | "gap"> & {
102
153
  gap: number | string;
154
+ width: number | string;
155
+ minWidth: number | string;
156
+ maxWidth: number | string;
103
157
  paddingTop: number | string;
104
158
  paddingRight: number | string;
105
159
  paddingBottom: number | string;
@@ -108,4 +162,7 @@ export declare const WithCustomSpacing: import("@storybook/types").AnnotatedStor
108
162
  marginRight: number | string;
109
163
  marginBottom: number | string;
110
164
  marginLeft: number | string;
165
+ stateObject?: Record<string, {
166
+ interacted: 'checked' | 'unchecked';
167
+ }> | undefined;
111
168
  }>;
@@ -10,3 +10,4 @@ export declare const DisplayOnly: import("@storybook/types").AnnotatedStoryFn<im
10
10
  export declare const CustomFormat: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, DatePickerMoleculeProps & {
11
11
  sourceDataModelFieldValue?: string | undefined;
12
12
  }>;
13
+ export declare const BugDemo: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("@storybook/types").Args>;
@@ -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" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
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" | "iconSize" | "stepGap" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
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" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
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" | "iconSize" | "stepGap" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
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" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
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" | "iconSize" | "stepGap" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
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" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
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" | "iconSize" | "stepGap" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
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" | "lineWidth" | "iconSize" | "iconBorderRadius" | "stepGap" | "lineRadius"> & {
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" | "iconSize" | "stepGap" | "lineWidth" | "lineRadius" | "iconBorderRadius"> & {
157
157
  gap: number | string;
158
158
  stepGap: number | string;
159
159
  iconSize: number | string;