kwant-ui 3.15.5-alpha.2 → 3.16.0

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 (181) hide show
  1. package/dist/components/AvatarGroup/AvatarGroup.types.d.ts +19 -0
  2. package/dist/components/Button/Button.d.ts.map +1 -0
  3. package/dist/components/Button/Button.styled.d.ts.map +1 -0
  4. package/dist/components/Button/helper.d.ts.map +1 -0
  5. package/dist/components/Button/types.d.ts.map +1 -0
  6. package/dist/components/HoverCalender/HoverCalender.d.ts +3 -0
  7. package/dist/components/HoverCalender/HoverCalenderStyled.d.ts +1 -0
  8. package/dist/components/HoverCalender/types.d.ts +10 -0
  9. package/dist/components/MultiSelect/onOutsideClick.d.ts +3 -0
  10. package/dist/components/Slider/Slider.d.ts.map +1 -0
  11. package/dist/components/Slider/Slider.styled.d.ts.map +1 -0
  12. package/dist/components/Slider/index.d.ts.map +1 -0
  13. package/dist/components/Slider/types.d.ts.map +1 -0
  14. package/dist/components/StepperDrawer/StepperDrawer.d.ts +3 -0
  15. package/dist/components/StepperDrawer/StepperDrawer.types.d.ts +8 -0
  16. package/dist/components/StepperDrawer/StepperDrawer.utils.d.ts +1 -0
  17. package/dist/components/StepperDrawer/StepperDrawerStyled.d.ts +5 -0
  18. package/dist/components/StepperDrawer/index.d.ts +2 -0
  19. package/dist/components/Text/TextStyled.d.ts.map +1 -0
  20. package/dist/components/Text/index.d.ts.map +1 -0
  21. package/dist/components/Text/types.d.ts.map +1 -0
  22. package/dist/components/Text/typography.d.ts.map +1 -0
  23. package/dist/components/Text/utils.d.ts.map +1 -0
  24. package/dist/components/stepper/index.d.ts.map +1 -0
  25. package/dist/fonts/Poppins-Black.woff +0 -0
  26. package/dist/fonts/Poppins-Black.woff2 +0 -0
  27. package/dist/fonts/Poppins-Bold.woff +0 -0
  28. package/dist/fonts/Poppins-Bold.woff2 +0 -0
  29. package/dist/fonts/Poppins-Italic.woff +0 -0
  30. package/dist/fonts/Poppins-Italic.woff2 +0 -0
  31. package/dist/fonts/Poppins-Light.woff +0 -0
  32. package/dist/fonts/Poppins-Light.woff2 +0 -0
  33. package/dist/fonts/Poppins-Medium.woff +0 -0
  34. package/dist/fonts/Poppins-Medium.woff2 +0 -0
  35. package/dist/fonts/Poppins-Regular.woff +0 -0
  36. package/dist/fonts/Poppins-Regular.woff2 +0 -0
  37. package/dist/fonts/Poppins-SemiBold.woff +0 -0
  38. package/dist/fonts/Poppins-SemiBold.woff2 +0 -0
  39. package/dist/fonts/fonts.d.ts +2 -0
  40. package/dist/fonts/fonts.ts +95 -0
  41. package/dist/index.d.ts.map +1 -0
  42. package/dist/kwant-ui.es.js +4345 -0
  43. package/dist/kwant-ui.umd.js +507 -0
  44. package/dist/package.json +1 -1
  45. package/dist/public/assets/images/approve.svg +21 -0
  46. package/dist/public/assets/images/complete.svg +20 -0
  47. package/dist/public/assets/images/reject.svg +27 -0
  48. package/dist/public/assets/sprite.svg +9502 -0
  49. package/dist/stories/Alert.stories.d.ts +77 -0
  50. package/dist/stories/Avatar/index.d.ts +4 -0
  51. package/dist/stories/Avatar.stories.d.ts +100 -0
  52. package/dist/stories/AvatarGroup/index.d.ts +10 -0
  53. package/dist/stories/AvatarGroup.stories.d.ts +80 -0
  54. package/dist/stories/Badge/Badge.stories.d.ts +48 -0
  55. package/dist/stories/Badge/Badges.d.ts +2 -0
  56. package/dist/stories/BaseDrawer.stories.d.ts +56 -0
  57. package/dist/stories/BaseDropdown/BaseDropdownStory.d.ts +3 -0
  58. package/dist/stories/BaseDropdown.stories.d.ts +9 -0
  59. package/dist/stories/Battery/Battery.stories.d.ts +22 -0
  60. package/dist/stories/Battery/BatteryContainer.d.ts +2 -0
  61. package/dist/stories/Breadcrumb/index.d.ts +2 -0
  62. package/dist/stories/Breadcrumb.stories.d.ts +16 -0
  63. package/dist/stories/Button.stories.d.ts +42 -0
  64. package/dist/stories/Calendar.stories.d.ts +64 -0
  65. package/dist/stories/Checkbox/index.d.ts +3 -0
  66. package/dist/stories/Checkbox.stories.d.ts +48 -0
  67. package/dist/stories/ConfirmationScreen/ConfirmationScreen.stories.d.ts +57 -0
  68. package/dist/stories/ConfirmationScreen/ConfirmationScreenContainer.d.ts +2 -0
  69. package/dist/stories/ConfirmationScreen/ConfirmationScreenContainerStyled.d.ts +1 -0
  70. package/dist/stories/CountryCodeInput.stories.d.ts +58 -0
  71. package/dist/stories/CountryInput/CountryInput.d.ts +2 -0
  72. package/dist/stories/Datepicker.stories.d.ts +46 -0
  73. package/dist/stories/Design-system/Grid/index.d.ts +2 -0
  74. package/dist/stories/Design-system/Typography/index.d.ts +2 -0
  75. package/dist/stories/Design-system/colors/index.d.ts +2 -0
  76. package/dist/stories/Design-system/colors.stories.d.ts +9 -0
  77. package/dist/stories/Design-system/grid.stories.d.ts +12 -0
  78. package/dist/stories/Design-system/typography.stories.d.ts +11 -0
  79. package/dist/stories/Dialog/DialogStory.d.ts +3 -0
  80. package/dist/stories/Dialog/DialogStoryStyled.d.ts +2 -0
  81. package/dist/stories/Dialog/DialogStoryUtils.d.ts +3 -0
  82. package/dist/stories/Dialog.stories.d.ts +10 -0
  83. package/dist/stories/DocumentCard/DocumentCardContainer.d.ts +4 -0
  84. package/dist/stories/DocumentCard/DocumentCardContainer.stories.d.ts +47 -0
  85. package/dist/stories/DocumentCard/DocumentCardContainer.styled.d.ts +1 -0
  86. package/dist/stories/Drawer/BaseDrawerStory.d.ts +2 -0
  87. package/dist/stories/Drawer/DrawerStory.d.ts +2 -0
  88. package/dist/stories/Drawer/DrawerStory.styled.d.ts +3 -0
  89. package/dist/stories/Drawer/DrawerStoryUtils.d.ts +255 -0
  90. package/dist/stories/Drawer/StepperDrawerLayoutStory.d.ts +2 -0
  91. package/dist/stories/Drawer/StepperDrawerStory.d.ts +2 -0
  92. package/dist/stories/Drawer.stories.d.ts +89 -0
  93. package/dist/stories/Dropdown/DropdownStory.d.ts +3 -0
  94. package/dist/stories/Dropdown/DropdownStoryUtils.d.ts +105 -0
  95. package/dist/stories/Dropdown.stories.d.ts +104 -0
  96. package/dist/stories/DropdownCalendar/index.d.ts +3 -0
  97. package/dist/stories/DropdownCalendar.stories.d.ts +15 -0
  98. package/dist/stories/DropdownSelect/index.d.ts +3 -0
  99. package/dist/stories/DropdownSelect.stories.d.ts +109 -0
  100. package/dist/stories/FilterTag/FIlterTagContainerStyled.d.ts +1 -0
  101. package/dist/stories/FilterTag/FilterTagContainer.d.ts +2 -0
  102. package/dist/stories/FilterTag/FilterTagContainer.stories.d.ts +75 -0
  103. package/dist/stories/HorizontalStepper/HorizontalStepperContainer.d.ts +2 -0
  104. package/dist/stories/HorizontalStepper/HorizontalStepperContainer.styled.d.ts +1 -0
  105. package/dist/stories/HorizontalStepper/data.d.ts +10 -0
  106. package/dist/stories/HorizontalStepper.stories.d.ts +42 -0
  107. package/dist/stories/HoverCalender/HoverCalendarContainer.d.ts +2 -0
  108. package/dist/stories/HoverCalender/HoverCalendarContainer.stories.d.ts +75 -0
  109. package/dist/stories/HoverCalender/HoverCalendarContainerStyled.d.ts +1 -0
  110. package/dist/stories/HoverCalender/HoverCalenderContainer.d.ts +2 -0
  111. package/dist/stories/HoverCalender/HoverCalenderContainer.stories.d.ts +64 -0
  112. package/dist/stories/HoverCalender/HoverCalenderContainerStyled.d.ts +1 -0
  113. package/dist/stories/HoverInput/HoverInputContainer.d.ts +2 -0
  114. package/dist/stories/HoverInput/HoverInputContainer.stories.d.ts +56 -0
  115. package/dist/stories/HoverInput/HoverInputContainerStyled.d.ts +1 -0
  116. package/dist/stories/HoverSelect/HoverSelectContainer.d.ts +2 -0
  117. package/dist/stories/HoverSelect/HoverSelectContainer.stories.d.ts +56 -0
  118. package/dist/stories/HoverSelect/HoverSelectContainerStyled.d.ts +1 -0
  119. package/dist/stories/Icon.stories.d.ts +10 -0
  120. package/dist/stories/IconLabel/LabelIcon.d.ts +2 -0
  121. package/dist/stories/IconLabel/LabelIconStory.d.ts +2 -0
  122. package/dist/stories/IconLabel.stories.d.ts +19 -0
  123. package/dist/stories/Input.stories.d.ts +72 -0
  124. package/dist/stories/Loader/LoaderStory.d.ts +3 -0
  125. package/dist/stories/Loader.stories.d.ts +9 -0
  126. package/dist/stories/MultiSelect/MultiSelect.stories.d.ts +38 -0
  127. package/dist/stories/MultiSelect/MultiSelectContainer.d.ts +2 -0
  128. package/dist/stories/MultiSelect/MultiSelectContainerStyled.d.ts +1 -0
  129. package/dist/stories/Navigation/index.d.ts +3 -0
  130. package/dist/stories/Navigation.stories.d.ts +11 -0
  131. package/dist/stories/ONBCertificateCard/InfoAccordionContainer.d.ts +2 -0
  132. package/dist/stories/ONBCertificateCard/InfoAccordionContainer.stories.d.ts +26 -0
  133. package/dist/stories/ONBCertificateCard/InfoAccordionContainerStyled.d.ts +1 -0
  134. package/dist/stories/OTP/OTPInput.stories.d.ts +93 -0
  135. package/dist/stories/OTP/index.d.ts +1 -0
  136. package/dist/stories/Overlay/OverlayStoryStyled.d.ts +1 -0
  137. package/dist/stories/Overlay.stories.d.ts +9 -0
  138. package/dist/stories/Pagination.stories.d.ts +42 -0
  139. package/dist/stories/Radio/RadioStory.d.ts +3 -0
  140. package/dist/stories/Radio.stories.d.ts +36 -0
  141. package/dist/stories/Select.stories.d.ts +10 -0
  142. package/dist/stories/Selector/SelectorButton.d.ts +2 -0
  143. package/dist/stories/Selector/data.d.ts +6 -0
  144. package/dist/stories/SelectorButton.stories.d.ts +37 -0
  145. package/dist/stories/Skeleton/SkeletonComponent.d.ts +2 -0
  146. package/dist/stories/Skeleton/SkeletonComponent.styled.d.ts +1 -0
  147. package/dist/stories/Skeleton.stories.d.ts +30 -0
  148. package/dist/stories/Slider/Slider.stories.d.ts +49 -0
  149. package/dist/stories/Slider/index.d.ts +3 -0
  150. package/dist/stories/Spinner/LineSpinner.d.ts +2 -0
  151. package/dist/stories/Spinner/LineSpinner.stories.d.ts +23 -0
  152. package/dist/stories/Spinner/LineSpinner.styled.d.ts +1 -0
  153. package/dist/stories/Stepper/data.d.ts +17 -0
  154. package/dist/stories/Stepper/index.d.ts +3 -0
  155. package/dist/stories/Stepper.stories.d.ts +48 -0
  156. package/dist/stories/StepperDrawer.stories.d.ts +72 -0
  157. package/dist/stories/StepperDrawerLayout.stories.d.ts +102 -0
  158. package/dist/stories/Switch/Switch.stories.d.ts +55 -0
  159. package/dist/stories/Switch/SwitchContainer.d.ts +2 -0
  160. package/dist/stories/Switch/SwitchContainer.styled.d.ts +1 -0
  161. package/dist/stories/Tabs.stories.d.ts +45 -0
  162. package/dist/stories/Tag/Tag.stories.d.ts +103 -0
  163. package/dist/stories/Tag/Tag.styled.d.ts +1 -0
  164. package/dist/stories/Tag/TagContainer.d.ts +2 -0
  165. package/dist/stories/Text/index.d.ts +3 -0
  166. package/dist/stories/Toast/Toast.stories.d.ts +32 -0
  167. package/dist/stories/Toast/ToastStoriesStyled.d.ts +4 -0
  168. package/dist/stories/Toast/index.d.ts +3 -0
  169. package/dist/stories/Tooltip/TooltipData.d.ts +3 -0
  170. package/dist/stories/Tooltip/index.d.ts +2 -0
  171. package/dist/stories/UploadAvatar/UploadAvatar.stories.d.ts +66 -0
  172. package/dist/stories/UploadAvatar/UploadAvatarContainer.d.ts +2 -0
  173. package/dist/stories/UploadAvatar/UploadAvatarContainerStyled.d.ts +1 -0
  174. package/dist/stories/data.d.ts +8 -0
  175. package/dist/stories/text.stories.d.ts +29 -0
  176. package/dist/stories/tooltip.stories.d.ts +85 -0
  177. package/dist/themes/colors.d.ts.map +1 -0
  178. package/dist/themes/index.d.ts.map +1 -0
  179. package/dist/themes/types.d.ts.map +1 -0
  180. package/dist/types.d.ts +572 -0
  181. package/package.json +1 -1
@@ -0,0 +1,58 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import CountryInput from './CountryInput/CountryInput';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof CountryInput;
6
+ tags: string[];
7
+ parameters: {
8
+ docs: {
9
+ description: {
10
+ component: string;
11
+ };
12
+ };
13
+ };
14
+ argTypes: {
15
+ label: {
16
+ description: string;
17
+ defaultValue: {
18
+ summary: string;
19
+ };
20
+ };
21
+ selectedCountry: {
22
+ description: string;
23
+ defaultValue: {
24
+ summary: string;
25
+ };
26
+ };
27
+ setSelectedCountry: {
28
+ description: string;
29
+ defaultValue: {
30
+ summary: string;
31
+ };
32
+ };
33
+ type: {
34
+ description: string;
35
+ control: string;
36
+ options: string[];
37
+ defaultValue: {
38
+ summary: string;
39
+ };
40
+ };
41
+ message: {
42
+ description: string;
43
+ };
44
+ value: {
45
+ description: string;
46
+ };
47
+ setValue: {
48
+ description: string;
49
+ };
50
+ showCountryCode: {
51
+ description: string;
52
+ };
53
+ };
54
+ };
55
+ export default meta;
56
+ type Story = StoryObj<typeof meta>;
57
+ export declare const Normal: Story;
58
+ export declare const Error: Story;
@@ -0,0 +1,2 @@
1
+ declare function CountryInput(props: any): import("react/jsx-runtime").JSX.Element;
2
+ export default CountryInput;
@@ -0,0 +1,46 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: (props: import("../components/Datepicker/types").IDatepicker.Props) => import("react/jsx-runtime").JSX.Element;
5
+ tags: string[];
6
+ paramaters: {
7
+ layout: string;
8
+ };
9
+ argTypes: {
10
+ numberOfMonths: {
11
+ description: string;
12
+ control: {
13
+ type: string;
14
+ };
15
+ };
16
+ format: {
17
+ description: string;
18
+ control: {
19
+ type: string;
20
+ };
21
+ };
22
+ label: {
23
+ description: string;
24
+ control: {
25
+ type: string;
26
+ };
27
+ };
28
+ placeholder: {
29
+ description: string;
30
+ control: {
31
+ type: string;
32
+ };
33
+ };
34
+ readOnly: {
35
+ options: string[];
36
+ description: string;
37
+ control: {
38
+ type: string;
39
+ };
40
+ };
41
+ };
42
+ };
43
+ export default meta;
44
+ type Story = StoryObj<typeof meta>;
45
+ export declare const Default: Story;
46
+ export declare const RangeDatepicker: Story;
@@ -0,0 +1,2 @@
1
+ declare function GridContainer(): import("react/jsx-runtime").JSX.Element;
2
+ export default GridContainer;
@@ -0,0 +1,2 @@
1
+ declare const Typography: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Typography;
@@ -0,0 +1,2 @@
1
+ declare const Colors: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Colors;
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: () => import("react/jsx-runtime").JSX.Element;
4
+ paramaters: {
5
+ layout: string;
6
+ };
7
+ };
8
+ export default _default;
9
+ export declare const Example: {};
@@ -0,0 +1,12 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import GridContainer from './Grid';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof GridContainer;
6
+ paramaters: {
7
+ layout: string;
8
+ };
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ export declare const Overview: Story;
@@ -0,0 +1,11 @@
1
+ import type { StoryObj } from "@storybook/react";
2
+ declare const meta: {
3
+ title: string;
4
+ component: () => import("react/jsx-runtime").JSX.Element;
5
+ paramaters: {
6
+ layout: string;
7
+ };
8
+ };
9
+ export default meta;
10
+ type Story = StoryObj<typeof meta>;
11
+ export declare const Overview: Story;
@@ -0,0 +1,3 @@
1
+ import { IDialog } from '../../components/Dialog/DialogTypes';
2
+ declare const DialogStory: (props: IDialog.Props) => import("react/jsx-runtime").JSX.Element;
3
+ export default DialogStory;
@@ -0,0 +1,2 @@
1
+ export declare const DialogStoryFooterStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const SelectInBodyDialogStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,3 @@
1
+ export declare const DefaultDialogBody: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const DialogFooter: () => import("react/jsx-runtime").JSX.Element;
3
+ export declare const SelectInBodyDialog: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: (props: import("../components/Dialog/DialogTypes").IDialog.Props) => import("react/jsx-runtime").JSX.Element;
5
+ tags: string[];
6
+ };
7
+ export default meta;
8
+ type Story = StoryObj<typeof meta>;
9
+ export declare const Default: Story;
10
+ export declare const WithSelectInBody: Story;
@@ -0,0 +1,4 @@
1
+ declare function DocumentCardContainer({ ...props }: {
2
+ [x: string]: any;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ export default DocumentCardContainer;
@@ -0,0 +1,47 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ import DocumentCardContainer from './DocumentCardContainer';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof DocumentCardContainer;
6
+ tags: string[];
7
+ argTypes: {
8
+ mode: {
9
+ control: string;
10
+ options: string[];
11
+ defaultValue: {
12
+ summary: string;
13
+ };
14
+ description: string;
15
+ };
16
+ onUpload: {
17
+ description: string;
18
+ };
19
+ onNewUpload: {
20
+ description: string;
21
+ };
22
+ onView: {
23
+ description: string;
24
+ };
25
+ sendReminder: {
26
+ description: string;
27
+ };
28
+ expiryDate: {
29
+ description: string;
30
+ control: string;
31
+ defaultValue: {
32
+ summary: string;
33
+ };
34
+ };
35
+ credentialId: {
36
+ description: string;
37
+ defaultValue: {
38
+ summary: string;
39
+ };
40
+ };
41
+ };
42
+ };
43
+ export default meta;
44
+ type Story = StoryObj<typeof meta>;
45
+ export declare const Default: Story;
46
+ export declare const RequiredState: Story;
47
+ export declare const ViewState: Story;
@@ -0,0 +1 @@
1
+ export declare const DCContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,2 @@
1
+ declare const BaseDrawerStory: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default BaseDrawerStory;
@@ -0,0 +1,2 @@
1
+ declare const DrawerStory: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default DrawerStory;
@@ -0,0 +1,3 @@
1
+ export declare const DrawerContent: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const Footer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Sidebar: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,255 @@
1
+ export declare const baseDrawerProps: {
2
+ width: string;
3
+ position: string;
4
+ loading: boolean;
5
+ overlayOpacity: number;
6
+ portal: boolean;
7
+ };
8
+ export declare const drawerProps: {
9
+ headerBorder: boolean;
10
+ footerBorder: boolean;
11
+ scrollbarBorder: boolean;
12
+ showCloseButton: boolean;
13
+ drawerHeader: import("react/jsx-runtime").JSX.Element;
14
+ drawerFooter: import("react/jsx-runtime").JSX.Element;
15
+ width: string;
16
+ position: string;
17
+ loading: boolean;
18
+ overlayOpacity: number;
19
+ portal: boolean;
20
+ };
21
+ export declare const stepperDrawerProps: {
22
+ sidebarBorder: boolean;
23
+ drawerSidebar: import("react/jsx-runtime").JSX.Element;
24
+ headerBorder: boolean;
25
+ footerBorder: boolean;
26
+ scrollbarBorder: boolean;
27
+ showCloseButton: boolean;
28
+ drawerHeader: import("react/jsx-runtime").JSX.Element;
29
+ drawerFooter: import("react/jsx-runtime").JSX.Element;
30
+ width: string;
31
+ position: string;
32
+ loading: boolean;
33
+ overlayOpacity: number;
34
+ portal: boolean;
35
+ };
36
+ export declare const baseDrawerArgTypes: {
37
+ open: {
38
+ description: string;
39
+ };
40
+ width: {
41
+ description: string;
42
+ defaultValue: {
43
+ summary: string;
44
+ };
45
+ control: string;
46
+ };
47
+ position: {
48
+ description: string;
49
+ defaultValue: {
50
+ summary: string;
51
+ };
52
+ control: string;
53
+ options: string[];
54
+ };
55
+ loading: {
56
+ description: string;
57
+ defaultValue: {
58
+ summary: string;
59
+ };
60
+ control: string;
61
+ };
62
+ overlayOpacity: {
63
+ description: string;
64
+ defaultValue: {
65
+ summary: string;
66
+ };
67
+ control: string;
68
+ };
69
+ customLoader: {
70
+ description: string;
71
+ defaultValue: {
72
+ summary: string;
73
+ };
74
+ };
75
+ portal: {
76
+ description: string;
77
+ defaultValue: {
78
+ summary: string;
79
+ };
80
+ control: string;
81
+ };
82
+ };
83
+ export declare const drawerArgTypes: {
84
+ drawerHeader: {
85
+ description: string;
86
+ defaultValue: {
87
+ summary: string;
88
+ };
89
+ };
90
+ drawerFooter: {
91
+ description: string;
92
+ defaultValue: {
93
+ summary: string;
94
+ };
95
+ };
96
+ headerBorder: {
97
+ description: string;
98
+ defaultValue: {
99
+ summary: string;
100
+ };
101
+ control: string;
102
+ };
103
+ footerBorder: {
104
+ description: string;
105
+ defaultValue: {
106
+ summary: string;
107
+ };
108
+ control: string;
109
+ };
110
+ showCloseButton: {
111
+ description: string;
112
+ defaultValue: {
113
+ summary: string;
114
+ };
115
+ control: string;
116
+ };
117
+ open: {
118
+ description: string;
119
+ };
120
+ width: {
121
+ description: string;
122
+ defaultValue: {
123
+ summary: string;
124
+ };
125
+ control: string;
126
+ };
127
+ position: {
128
+ description: string;
129
+ defaultValue: {
130
+ summary: string;
131
+ };
132
+ control: string;
133
+ options: string[];
134
+ };
135
+ loading: {
136
+ description: string;
137
+ defaultValue: {
138
+ summary: string;
139
+ };
140
+ control: string;
141
+ };
142
+ overlayOpacity: {
143
+ description: string;
144
+ defaultValue: {
145
+ summary: string;
146
+ };
147
+ control: string;
148
+ };
149
+ customLoader: {
150
+ description: string;
151
+ defaultValue: {
152
+ summary: string;
153
+ };
154
+ };
155
+ portal: {
156
+ description: string;
157
+ defaultValue: {
158
+ summary: string;
159
+ };
160
+ control: string;
161
+ };
162
+ };
163
+ export declare const stepperDrawerArgTypes: {
164
+ sidebarBorder: {
165
+ description: string;
166
+ defaultValue: {
167
+ summary: string;
168
+ };
169
+ control: string;
170
+ };
171
+ drawerSidebar: {
172
+ description: string;
173
+ defaultValue: {
174
+ summary: string;
175
+ };
176
+ };
177
+ drawerHeader: {
178
+ description: string;
179
+ defaultValue: {
180
+ summary: string;
181
+ };
182
+ };
183
+ drawerFooter: {
184
+ description: string;
185
+ defaultValue: {
186
+ summary: string;
187
+ };
188
+ };
189
+ headerBorder: {
190
+ description: string;
191
+ defaultValue: {
192
+ summary: string;
193
+ };
194
+ control: string;
195
+ };
196
+ footerBorder: {
197
+ description: string;
198
+ defaultValue: {
199
+ summary: string;
200
+ };
201
+ control: string;
202
+ };
203
+ showCloseButton: {
204
+ description: string;
205
+ defaultValue: {
206
+ summary: string;
207
+ };
208
+ control: string;
209
+ };
210
+ open: {
211
+ description: string;
212
+ };
213
+ width: {
214
+ description: string;
215
+ defaultValue: {
216
+ summary: string;
217
+ };
218
+ control: string;
219
+ };
220
+ position: {
221
+ description: string;
222
+ defaultValue: {
223
+ summary: string;
224
+ };
225
+ control: string;
226
+ options: string[];
227
+ };
228
+ loading: {
229
+ description: string;
230
+ defaultValue: {
231
+ summary: string;
232
+ };
233
+ control: string;
234
+ };
235
+ overlayOpacity: {
236
+ description: string;
237
+ defaultValue: {
238
+ summary: string;
239
+ };
240
+ control: string;
241
+ };
242
+ customLoader: {
243
+ description: string;
244
+ defaultValue: {
245
+ summary: string;
246
+ };
247
+ };
248
+ portal: {
249
+ description: string;
250
+ defaultValue: {
251
+ summary: string;
252
+ };
253
+ control: string;
254
+ };
255
+ };
@@ -0,0 +1,2 @@
1
+ declare const StepperDrawerLayoutStory: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default StepperDrawerLayoutStory;
@@ -0,0 +1,2 @@
1
+ declare const StepperDrawerStory: (props: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default StepperDrawerStory;
@@ -0,0 +1,89 @@
1
+ import type { StoryObj } from '@storybook/react';
2
+ declare const meta: {
3
+ title: string;
4
+ component: (props: any) => import("react/jsx-runtime").JSX.Element;
5
+ tags: string[];
6
+ argTypes: {
7
+ drawerHeader: {
8
+ description: string;
9
+ defaultValue: {
10
+ summary: string;
11
+ };
12
+ };
13
+ drawerFooter: {
14
+ description: string;
15
+ defaultValue: {
16
+ summary: string;
17
+ };
18
+ };
19
+ headerBorder: {
20
+ description: string;
21
+ defaultValue: {
22
+ summary: string;
23
+ };
24
+ control: string;
25
+ };
26
+ footerBorder: {
27
+ description: string;
28
+ defaultValue: {
29
+ summary: string;
30
+ };
31
+ control: string;
32
+ };
33
+ showCloseButton: {
34
+ description: string;
35
+ defaultValue: {
36
+ summary: string;
37
+ };
38
+ control: string;
39
+ };
40
+ open: {
41
+ description: string;
42
+ };
43
+ width: {
44
+ description: string;
45
+ defaultValue: {
46
+ summary: string;
47
+ };
48
+ control: string;
49
+ };
50
+ position: {
51
+ description: string;
52
+ defaultValue: {
53
+ summary: string;
54
+ };
55
+ control: string;
56
+ options: string[];
57
+ };
58
+ loading: {
59
+ description: string;
60
+ defaultValue: {
61
+ summary: string;
62
+ };
63
+ control: string;
64
+ };
65
+ overlayOpacity: {
66
+ description: string;
67
+ defaultValue: {
68
+ summary: string;
69
+ };
70
+ control: string;
71
+ };
72
+ customLoader: {
73
+ description: string;
74
+ defaultValue: {
75
+ summary: string;
76
+ };
77
+ };
78
+ portal: {
79
+ description: string;
80
+ defaultValue: {
81
+ summary: string;
82
+ };
83
+ control: string;
84
+ };
85
+ };
86
+ };
87
+ export default meta;
88
+ type Story = StoryObj<typeof meta>;
89
+ export declare const Default: Story;
@@ -0,0 +1,3 @@
1
+ import { StoryContext } from '@storybook/react';
2
+ declare const DropdownStory: (props: StoryContext) => import("react/jsx-runtime").JSX.Element;
3
+ export default DropdownStory;