kwant-ui 3.15.5-alpha.0 → 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.
- package/dist/components/AvatarGroup/AvatarGroup.types.d.ts +19 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/Button.styled.d.ts.map +1 -0
- package/dist/components/Button/helper.d.ts.map +1 -0
- package/dist/components/Button/types.d.ts.map +1 -0
- package/dist/components/HoverCalender/HoverCalender.d.ts +3 -0
- package/dist/components/HoverCalender/HoverCalenderStyled.d.ts +1 -0
- package/dist/components/HoverCalender/types.d.ts +10 -0
- package/dist/components/MultiSelect/onOutsideClick.d.ts +3 -0
- package/dist/components/Slider/Slider.d.ts.map +1 -0
- package/dist/components/Slider/Slider.styled.d.ts.map +1 -0
- package/dist/components/Slider/index.d.ts.map +1 -0
- package/dist/components/Slider/types.d.ts.map +1 -0
- package/dist/components/StepperDrawer/StepperDrawer.d.ts +3 -0
- package/dist/components/StepperDrawer/StepperDrawer.types.d.ts +8 -0
- package/dist/components/StepperDrawer/StepperDrawer.utils.d.ts +1 -0
- package/dist/components/StepperDrawer/StepperDrawerStyled.d.ts +5 -0
- package/dist/components/StepperDrawer/index.d.ts +2 -0
- package/dist/components/Text/TextStyled.d.ts.map +1 -0
- package/dist/components/Text/index.d.ts.map +1 -0
- package/dist/components/Text/types.d.ts.map +1 -0
- package/dist/components/Text/typography.d.ts.map +1 -0
- package/dist/components/Text/utils.d.ts.map +1 -0
- package/dist/components/stepper/index.d.ts.map +1 -0
- package/dist/fonts/Poppins-Black.woff +0 -0
- package/dist/fonts/Poppins-Black.woff2 +0 -0
- package/dist/fonts/Poppins-Bold.woff +0 -0
- package/dist/fonts/Poppins-Bold.woff2 +0 -0
- package/dist/fonts/Poppins-Italic.woff +0 -0
- package/dist/fonts/Poppins-Italic.woff2 +0 -0
- package/dist/fonts/Poppins-Light.woff +0 -0
- package/dist/fonts/Poppins-Light.woff2 +0 -0
- package/dist/fonts/Poppins-Medium.woff +0 -0
- package/dist/fonts/Poppins-Medium.woff2 +0 -0
- package/dist/fonts/Poppins-Regular.woff +0 -0
- package/dist/fonts/Poppins-Regular.woff2 +0 -0
- package/dist/fonts/Poppins-SemiBold.woff +0 -0
- package/dist/fonts/Poppins-SemiBold.woff2 +0 -0
- package/dist/fonts/fonts.d.ts +2 -0
- package/dist/fonts/fonts.ts +95 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/kwant-ui.es.js +4345 -0
- package/dist/kwant-ui.umd.js +507 -0
- package/dist/package.json +1 -1
- package/dist/public/assets/images/approve.svg +21 -0
- package/dist/public/assets/images/complete.svg +20 -0
- package/dist/public/assets/images/reject.svg +27 -0
- package/dist/public/assets/sprite.svg +9502 -0
- package/dist/stories/Alert.stories.d.ts +77 -0
- package/dist/stories/Avatar/index.d.ts +4 -0
- package/dist/stories/Avatar.stories.d.ts +100 -0
- package/dist/stories/AvatarGroup/index.d.ts +10 -0
- package/dist/stories/AvatarGroup.stories.d.ts +80 -0
- package/dist/stories/Badge/Badge.stories.d.ts +48 -0
- package/dist/stories/Badge/Badges.d.ts +2 -0
- package/dist/stories/BaseDrawer.stories.d.ts +56 -0
- package/dist/stories/BaseDropdown/BaseDropdownStory.d.ts +3 -0
- package/dist/stories/BaseDropdown.stories.d.ts +9 -0
- package/dist/stories/Battery/Battery.stories.d.ts +22 -0
- package/dist/stories/Battery/BatteryContainer.d.ts +2 -0
- package/dist/stories/Breadcrumb/index.d.ts +2 -0
- package/dist/stories/Breadcrumb.stories.d.ts +16 -0
- package/dist/stories/Button.stories.d.ts +42 -0
- package/dist/stories/Calendar.stories.d.ts +64 -0
- package/dist/stories/Checkbox/index.d.ts +3 -0
- package/dist/stories/Checkbox.stories.d.ts +48 -0
- package/dist/stories/ConfirmationScreen/ConfirmationScreen.stories.d.ts +57 -0
- package/dist/stories/ConfirmationScreen/ConfirmationScreenContainer.d.ts +2 -0
- package/dist/stories/ConfirmationScreen/ConfirmationScreenContainerStyled.d.ts +1 -0
- package/dist/stories/CountryCodeInput.stories.d.ts +58 -0
- package/dist/stories/CountryInput/CountryInput.d.ts +2 -0
- package/dist/stories/Datepicker.stories.d.ts +46 -0
- package/dist/stories/Design-system/Grid/index.d.ts +2 -0
- package/dist/stories/Design-system/Typography/index.d.ts +2 -0
- package/dist/stories/Design-system/colors/index.d.ts +2 -0
- package/dist/stories/Design-system/colors.stories.d.ts +9 -0
- package/dist/stories/Design-system/grid.stories.d.ts +12 -0
- package/dist/stories/Design-system/typography.stories.d.ts +11 -0
- package/dist/stories/Dialog/DialogStory.d.ts +3 -0
- package/dist/stories/Dialog/DialogStoryStyled.d.ts +2 -0
- package/dist/stories/Dialog/DialogStoryUtils.d.ts +3 -0
- package/dist/stories/Dialog.stories.d.ts +10 -0
- package/dist/stories/DocumentCard/DocumentCardContainer.d.ts +4 -0
- package/dist/stories/DocumentCard/DocumentCardContainer.stories.d.ts +47 -0
- package/dist/stories/DocumentCard/DocumentCardContainer.styled.d.ts +1 -0
- package/dist/stories/Drawer/BaseDrawerStory.d.ts +2 -0
- package/dist/stories/Drawer/DrawerStory.d.ts +2 -0
- package/dist/stories/Drawer/DrawerStory.styled.d.ts +3 -0
- package/dist/stories/Drawer/DrawerStoryUtils.d.ts +255 -0
- package/dist/stories/Drawer/StepperDrawerLayoutStory.d.ts +2 -0
- package/dist/stories/Drawer/StepperDrawerStory.d.ts +2 -0
- package/dist/stories/Drawer.stories.d.ts +89 -0
- package/dist/stories/Dropdown/DropdownStory.d.ts +3 -0
- package/dist/stories/Dropdown/DropdownStoryUtils.d.ts +105 -0
- package/dist/stories/Dropdown.stories.d.ts +104 -0
- package/dist/stories/DropdownCalendar/index.d.ts +3 -0
- package/dist/stories/DropdownCalendar.stories.d.ts +15 -0
- package/dist/stories/DropdownSelect/index.d.ts +3 -0
- package/dist/stories/DropdownSelect.stories.d.ts +109 -0
- package/dist/stories/FilterTag/FIlterTagContainerStyled.d.ts +1 -0
- package/dist/stories/FilterTag/FilterTagContainer.d.ts +2 -0
- package/dist/stories/FilterTag/FilterTagContainer.stories.d.ts +75 -0
- package/dist/stories/HorizontalStepper/HorizontalStepperContainer.d.ts +2 -0
- package/dist/stories/HorizontalStepper/HorizontalStepperContainer.styled.d.ts +1 -0
- package/dist/stories/HorizontalStepper/data.d.ts +10 -0
- package/dist/stories/HorizontalStepper.stories.d.ts +42 -0
- package/dist/stories/HoverCalender/HoverCalendarContainer.d.ts +2 -0
- package/dist/stories/HoverCalender/HoverCalendarContainer.stories.d.ts +75 -0
- package/dist/stories/HoverCalender/HoverCalendarContainerStyled.d.ts +1 -0
- package/dist/stories/HoverCalender/HoverCalenderContainer.d.ts +2 -0
- package/dist/stories/HoverCalender/HoverCalenderContainer.stories.d.ts +64 -0
- package/dist/stories/HoverCalender/HoverCalenderContainerStyled.d.ts +1 -0
- package/dist/stories/HoverInput/HoverInputContainer.d.ts +2 -0
- package/dist/stories/HoverInput/HoverInputContainer.stories.d.ts +56 -0
- package/dist/stories/HoverInput/HoverInputContainerStyled.d.ts +1 -0
- package/dist/stories/HoverSelect/HoverSelectContainer.d.ts +2 -0
- package/dist/stories/HoverSelect/HoverSelectContainer.stories.d.ts +56 -0
- package/dist/stories/HoverSelect/HoverSelectContainerStyled.d.ts +1 -0
- package/dist/stories/Icon.stories.d.ts +10 -0
- package/dist/stories/IconLabel/LabelIcon.d.ts +2 -0
- package/dist/stories/IconLabel/LabelIconStory.d.ts +2 -0
- package/dist/stories/IconLabel.stories.d.ts +19 -0
- package/dist/stories/Input.stories.d.ts +72 -0
- package/dist/stories/Loader/LoaderStory.d.ts +3 -0
- package/dist/stories/Loader.stories.d.ts +9 -0
- package/dist/stories/MultiSelect/MultiSelect.stories.d.ts +38 -0
- package/dist/stories/MultiSelect/MultiSelectContainer.d.ts +2 -0
- package/dist/stories/MultiSelect/MultiSelectContainerStyled.d.ts +1 -0
- package/dist/stories/Navigation/index.d.ts +3 -0
- package/dist/stories/Navigation.stories.d.ts +11 -0
- package/dist/stories/ONBCertificateCard/InfoAccordionContainer.d.ts +2 -0
- package/dist/stories/ONBCertificateCard/InfoAccordionContainer.stories.d.ts +26 -0
- package/dist/stories/ONBCertificateCard/InfoAccordionContainerStyled.d.ts +1 -0
- package/dist/stories/OTP/OTPInput.stories.d.ts +93 -0
- package/dist/stories/OTP/index.d.ts +1 -0
- package/dist/stories/Overlay/OverlayStoryStyled.d.ts +1 -0
- package/dist/stories/Overlay.stories.d.ts +9 -0
- package/dist/stories/Pagination.stories.d.ts +42 -0
- package/dist/stories/Radio/RadioStory.d.ts +3 -0
- package/dist/stories/Radio.stories.d.ts +36 -0
- package/dist/stories/Select.stories.d.ts +10 -0
- package/dist/stories/Selector/SelectorButton.d.ts +2 -0
- package/dist/stories/Selector/data.d.ts +6 -0
- package/dist/stories/SelectorButton.stories.d.ts +37 -0
- package/dist/stories/Skeleton/SkeletonComponent.d.ts +2 -0
- package/dist/stories/Skeleton/SkeletonComponent.styled.d.ts +1 -0
- package/dist/stories/Skeleton.stories.d.ts +30 -0
- package/dist/stories/Slider/Slider.stories.d.ts +49 -0
- package/dist/stories/Slider/index.d.ts +3 -0
- package/dist/stories/Spinner/LineSpinner.d.ts +2 -0
- package/dist/stories/Spinner/LineSpinner.stories.d.ts +23 -0
- package/dist/stories/Spinner/LineSpinner.styled.d.ts +1 -0
- package/dist/stories/Stepper/data.d.ts +17 -0
- package/dist/stories/Stepper/index.d.ts +3 -0
- package/dist/stories/Stepper.stories.d.ts +48 -0
- package/dist/stories/StepperDrawer.stories.d.ts +72 -0
- package/dist/stories/StepperDrawerLayout.stories.d.ts +102 -0
- package/dist/stories/Switch/Switch.stories.d.ts +55 -0
- package/dist/stories/Switch/SwitchContainer.d.ts +2 -0
- package/dist/stories/Switch/SwitchContainer.styled.d.ts +1 -0
- package/dist/stories/Tabs.stories.d.ts +45 -0
- package/dist/stories/Tag/Tag.stories.d.ts +103 -0
- package/dist/stories/Tag/Tag.styled.d.ts +1 -0
- package/dist/stories/Tag/TagContainer.d.ts +2 -0
- package/dist/stories/Text/index.d.ts +3 -0
- package/dist/stories/Toast/Toast.stories.d.ts +32 -0
- package/dist/stories/Toast/ToastStoriesStyled.d.ts +4 -0
- package/dist/stories/Toast/index.d.ts +3 -0
- package/dist/stories/Tooltip/TooltipData.d.ts +3 -0
- package/dist/stories/Tooltip/index.d.ts +2 -0
- package/dist/stories/UploadAvatar/UploadAvatar.stories.d.ts +66 -0
- package/dist/stories/UploadAvatar/UploadAvatarContainer.d.ts +2 -0
- package/dist/stories/UploadAvatar/UploadAvatarContainerStyled.d.ts +1 -0
- package/dist/stories/data.d.ts +8 -0
- package/dist/stories/text.stories.d.ts +29 -0
- package/dist/stories/tooltip.stories.d.ts +85 -0
- package/dist/themes/colors.d.ts.map +1 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/types.d.ts +572 -0
- package/package.json +1 -1
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import HoverInputContainer from './HoverInputContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof HoverInputContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
value: {
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
type: {
|
|
15
|
+
options: string[];
|
|
16
|
+
control: {
|
|
17
|
+
type: string;
|
|
18
|
+
};
|
|
19
|
+
defaultValue: {
|
|
20
|
+
summary: string;
|
|
21
|
+
};
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
placeholder: {
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
onChange: {
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
disableEdit: {
|
|
31
|
+
options: string[];
|
|
32
|
+
control: {
|
|
33
|
+
type: string;
|
|
34
|
+
};
|
|
35
|
+
defaultValue: {
|
|
36
|
+
summary: boolean;
|
|
37
|
+
};
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
editMode: {
|
|
41
|
+
options: string[];
|
|
42
|
+
control: {
|
|
43
|
+
type: string;
|
|
44
|
+
};
|
|
45
|
+
defaultValue: {
|
|
46
|
+
summary: boolean;
|
|
47
|
+
};
|
|
48
|
+
description: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
export default meta;
|
|
53
|
+
type Story = StoryObj<typeof meta>;
|
|
54
|
+
export declare const Default: Story;
|
|
55
|
+
export declare const EditMode: Story;
|
|
56
|
+
export declare const EditDisabled: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HoverInputContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import HoverSelectContainer from './HoverSelectContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof HoverSelectContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
data: {
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
17
|
+
activeOption: {
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
placeholder: {
|
|
21
|
+
description: string;
|
|
22
|
+
defaultValue: {
|
|
23
|
+
summary: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
onSelect: {
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
disableEdit: {
|
|
30
|
+
options: string[];
|
|
31
|
+
control: {
|
|
32
|
+
type: string;
|
|
33
|
+
};
|
|
34
|
+
defaultValue: {
|
|
35
|
+
summary: boolean;
|
|
36
|
+
};
|
|
37
|
+
description: string;
|
|
38
|
+
};
|
|
39
|
+
editMode: {
|
|
40
|
+
options: string[];
|
|
41
|
+
control: {
|
|
42
|
+
type: string;
|
|
43
|
+
};
|
|
44
|
+
defaultValue: {
|
|
45
|
+
summary: boolean;
|
|
46
|
+
};
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export default meta;
|
|
52
|
+
type Story = StoryObj<typeof meta>;
|
|
53
|
+
export declare const Default: Story;
|
|
54
|
+
export declare const EditMode: Story;
|
|
55
|
+
export declare const DisableSearchInput: Story;
|
|
56
|
+
export declare const DisableEdit: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HoverSelectContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<import("../components/Icon/Icon").IconProps>;
|
|
6
|
+
tags: string[];
|
|
7
|
+
};
|
|
8
|
+
export default meta;
|
|
9
|
+
type Story = StoryObj<typeof meta>;
|
|
10
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import LabelIconStory from './IconLabel/LabelIconStory';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof LabelIconStory;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
icon: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: string;
|
|
11
|
+
};
|
|
12
|
+
label: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export default meta;
|
|
18
|
+
type Story = StoryObj<typeof meta>;
|
|
19
|
+
export declare const Iconlabel: Story;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { StoryObj } from '@storybook/react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: import("react").FC<import("../components/Input/types").InputComponent.Props>;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
variant: {
|
|
9
|
+
description: string;
|
|
10
|
+
};
|
|
11
|
+
placeholder: {
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
type: {
|
|
15
|
+
description: string;
|
|
16
|
+
control: string;
|
|
17
|
+
options: string[];
|
|
18
|
+
};
|
|
19
|
+
required: {
|
|
20
|
+
options: string[];
|
|
21
|
+
description: string;
|
|
22
|
+
control: {
|
|
23
|
+
type: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
width: {
|
|
27
|
+
description: string;
|
|
28
|
+
control: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
error: {
|
|
33
|
+
description: string;
|
|
34
|
+
control: {
|
|
35
|
+
type: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
onChange: {
|
|
39
|
+
description: string;
|
|
40
|
+
};
|
|
41
|
+
onClick: {
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
onBlur: {
|
|
45
|
+
description: string;
|
|
46
|
+
};
|
|
47
|
+
onFocus: {
|
|
48
|
+
description: string;
|
|
49
|
+
};
|
|
50
|
+
readOnly: {
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
value: {
|
|
54
|
+
description: string;
|
|
55
|
+
};
|
|
56
|
+
leftSection: {
|
|
57
|
+
description: string;
|
|
58
|
+
};
|
|
59
|
+
rightSection: {
|
|
60
|
+
description: string;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
export default meta;
|
|
65
|
+
type Story = StoryObj<typeof meta>;
|
|
66
|
+
export declare const Default: Story;
|
|
67
|
+
export declare const helperText: Story;
|
|
68
|
+
export declare const Error: Story;
|
|
69
|
+
export declare const Disabled: Story;
|
|
70
|
+
export declare const IconInput: Story;
|
|
71
|
+
export declare const NoLabel: Story;
|
|
72
|
+
export declare const MiniVarient: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: () => 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;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import MultiSelectContainer from './MultiSelectContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof MultiSelectContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
label: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
placeholder: {
|
|
15
|
+
description: string;
|
|
16
|
+
defaultValue: {
|
|
17
|
+
summary: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
setActiveOptions: {
|
|
21
|
+
control: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
activeOptions: {
|
|
25
|
+
control: string;
|
|
26
|
+
description: string;
|
|
27
|
+
};
|
|
28
|
+
options: {
|
|
29
|
+
control: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export default meta;
|
|
35
|
+
type Story = StoryObj<typeof meta>;
|
|
36
|
+
export declare const DefaultVariant: Story;
|
|
37
|
+
export declare const CheckboxVariant: Story;
|
|
38
|
+
export declare const WithImageProperty: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const MultiSelectContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: import("../components/Navigation/types").Navigation.Props) => 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 Default: Story;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import InfoAccordionContainer from './InfoAccordionContainer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof InfoAccordionContainer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
info: {
|
|
9
|
+
control: string;
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
additionalInfo: {
|
|
13
|
+
control: string;
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
children: {
|
|
17
|
+
control: string;
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default meta;
|
|
23
|
+
type Story = StoryObj<typeof meta>;
|
|
24
|
+
export declare const Default: Story;
|
|
25
|
+
export declare const WithoutInfo: Story;
|
|
26
|
+
export declare const WithoutAdditionalInfo: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InfoAccordionContainerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { StoryObj } from "@storybook/react";
|
|
2
|
+
import { OTPInputProps } from "../../components/OTPInput/OTPInput.d";
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: (props: OTPInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
docs: {
|
|
9
|
+
description: {
|
|
10
|
+
component: string;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
argTypes: {
|
|
15
|
+
autofocus: {
|
|
16
|
+
description: string;
|
|
17
|
+
defaultValue: {
|
|
18
|
+
summary: boolean;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
length: {
|
|
22
|
+
description: string;
|
|
23
|
+
defaultValue: {
|
|
24
|
+
summary: number;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type: {
|
|
28
|
+
description: string;
|
|
29
|
+
defaultValue: {
|
|
30
|
+
summary: string;
|
|
31
|
+
};
|
|
32
|
+
control: string;
|
|
33
|
+
options: string[];
|
|
34
|
+
};
|
|
35
|
+
hasError: {
|
|
36
|
+
description: string;
|
|
37
|
+
defaultValue: {
|
|
38
|
+
summary: boolean;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
containerWidth: {
|
|
42
|
+
description: string;
|
|
43
|
+
defaultValue: {
|
|
44
|
+
summary: string;
|
|
45
|
+
};
|
|
46
|
+
control: string;
|
|
47
|
+
options: string[];
|
|
48
|
+
};
|
|
49
|
+
contentAlignment: {
|
|
50
|
+
description: string;
|
|
51
|
+
defaultValue: {
|
|
52
|
+
summary: string;
|
|
53
|
+
};
|
|
54
|
+
control: string;
|
|
55
|
+
options: string[];
|
|
56
|
+
};
|
|
57
|
+
onChange: {
|
|
58
|
+
description: string;
|
|
59
|
+
};
|
|
60
|
+
onOTPComplete: {
|
|
61
|
+
description: string;
|
|
62
|
+
};
|
|
63
|
+
feedbackSection: {
|
|
64
|
+
description: string;
|
|
65
|
+
};
|
|
66
|
+
feedbackSectionAlignment: {
|
|
67
|
+
description: string;
|
|
68
|
+
defaultValue: {
|
|
69
|
+
summary: string;
|
|
70
|
+
};
|
|
71
|
+
control: string;
|
|
72
|
+
options: string[];
|
|
73
|
+
};
|
|
74
|
+
inputWidth: {
|
|
75
|
+
description: string;
|
|
76
|
+
defaultValue: {
|
|
77
|
+
summary: number;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
inputHeight: {
|
|
81
|
+
description: string;
|
|
82
|
+
defaultValue: {
|
|
83
|
+
summary: number;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
export default meta;
|
|
89
|
+
type Story = StoryObj<typeof meta>;
|
|
90
|
+
export declare const Default: Story;
|
|
91
|
+
export declare const AlphanumericInput: Story;
|
|
92
|
+
export declare const ErrorState: Story;
|
|
93
|
+
export declare const WithErrorMessage: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ErrorFeedbackSection: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const OverlayWithChildrenStyled: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ zIndex, bgOpacity, children, absolutePositioned, ...props }: import("../components/Overlay/Overlay").OverlayProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
};
|
|
6
|
+
export default meta;
|
|
7
|
+
type Story = StoryObj<typeof meta>;
|
|
8
|
+
export declare const Default: Story;
|
|
9
|
+
export declare const WithChildren: Story;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ currentPage, itemsPerPage, totalCount, sideOffset, showNavigation, showPaginationCounter, disabled, classNames, onChange, }: import("../components/Pagination/Pagination.types").IPagination.Props) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
totalCount: {
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
itemsPerPage: {
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
13
|
+
currentPage: {
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
showNavigation: {
|
|
17
|
+
description: string;
|
|
18
|
+
};
|
|
19
|
+
showPaginationCounter: {
|
|
20
|
+
description: string;
|
|
21
|
+
defaultValue: {
|
|
22
|
+
summary: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
onChange: {
|
|
26
|
+
description: string;
|
|
27
|
+
};
|
|
28
|
+
disabled: {
|
|
29
|
+
description: string;
|
|
30
|
+
type: string;
|
|
31
|
+
defaultValue: {
|
|
32
|
+
summary: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
classNames: {
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
export default meta;
|
|
41
|
+
type Story = StoryObj<typeof meta>;
|
|
42
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: import("../components/Radio/RadioType").RadioType.Props) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
checked: {
|
|
8
|
+
control: string;
|
|
9
|
+
};
|
|
10
|
+
disabled: {
|
|
11
|
+
description: string;
|
|
12
|
+
control: string;
|
|
13
|
+
};
|
|
14
|
+
color: {
|
|
15
|
+
description: string;
|
|
16
|
+
control: string;
|
|
17
|
+
};
|
|
18
|
+
onChange: {
|
|
19
|
+
description: string;
|
|
20
|
+
control: string;
|
|
21
|
+
};
|
|
22
|
+
onClick: {
|
|
23
|
+
description: string;
|
|
24
|
+
control: string;
|
|
25
|
+
};
|
|
26
|
+
name: {
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export default meta;
|
|
32
|
+
type Story = StoryObj<typeof meta>;
|
|
33
|
+
export declare const Default: Story;
|
|
34
|
+
export declare const Disabled: Story;
|
|
35
|
+
export declare const Checked: Story;
|
|
36
|
+
export declare const ColoredCheckbox: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: (props: import("../components/Select/Select.types").ISelect.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 Addable: Story;
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
height: {
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
content: {
|
|
11
|
+
description: string;
|
|
12
|
+
defaultValue: {
|
|
13
|
+
summary: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
activeKey: {
|
|
17
|
+
description: string;
|
|
18
|
+
defaultValue: {
|
|
19
|
+
summary: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
onClick: {
|
|
23
|
+
description: string;
|
|
24
|
+
defaultValue: {
|
|
25
|
+
summary: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export default meta;
|
|
31
|
+
type Story = StoryObj<typeof meta>;
|
|
32
|
+
export declare const GroupSelector: Story;
|
|
33
|
+
export declare const IconLabelSelector: Story;
|
|
34
|
+
export declare const LabelSelector: Story;
|
|
35
|
+
export declare const IconSelector: Story;
|
|
36
|
+
export declare const DisabledSelector: Story;
|
|
37
|
+
export declare const CustomHeight: Story;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const SkemetonComponentContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { StoryObj } from '@storybook/react';
|
|
2
|
+
import SkeletonComponent from './Skeleton/SkeletonComponent';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof SkeletonComponent;
|
|
6
|
+
tags: string[];
|
|
7
|
+
argTypes: {
|
|
8
|
+
width: {
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: {
|
|
11
|
+
summary: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
height: {
|
|
15
|
+
description: string;
|
|
16
|
+
defaultValue: {
|
|
17
|
+
summary: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
radius: {
|
|
21
|
+
description: string;
|
|
22
|
+
defaultValue: {
|
|
23
|
+
summary: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export default meta;
|
|
29
|
+
type Story = StoryObj<typeof meta>;
|
|
30
|
+
export declare const SimpleSkeleton: Story;
|