ingred-ui 27.0.1 → 27.0.2
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/FullSizeConfirmModal/FullSizeConfirmModal.stories.d.ts +54 -54
- package/dist/components/Menu/Menu.stories.d.ts +18 -18
- package/dist/components/MenuList/MenuList.stories.d.ts +18 -18
- package/dist/components/Select/internal/MultiValueRemove/MultiValueRemove.d.ts +1 -2
- package/dist/components/Snackbar/Snackbar.stories.d.ts +27 -27
- package/dist/components/Toast/Toast.stories.d.ts +36 -36
- package/dist/index.es.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +13 -8
- package/dist/components/CreatableSelect/CreatableSelect.d.ts +0 -22
- package/dist/components/CreatableSelect/CreatableSelect.stories.d.ts +0 -19
- package/dist/components/Select/Select.d.ts +0 -24
- package/dist/components/Select/Select.stories.d.ts +0 -29
|
@@ -24,7 +24,7 @@ export declare const Default: {
|
|
|
24
24
|
args: {
|
|
25
25
|
color: string;
|
|
26
26
|
};
|
|
27
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
27
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
28
28
|
color?: import("./Snackbar").SnackbarColor | undefined;
|
|
29
29
|
anchorOrigin?: {
|
|
30
30
|
horizontal: "left" | "right";
|
|
@@ -33,7 +33,7 @@ export declare const Default: {
|
|
|
33
33
|
isOpen?: boolean | undefined;
|
|
34
34
|
onClose?: (() => void) | undefined;
|
|
35
35
|
children?: React.ReactNode;
|
|
36
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
36
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
37
37
|
color?: import("./Snackbar").SnackbarColor | undefined;
|
|
38
38
|
anchorOrigin?: {
|
|
39
39
|
horizontal: "left" | "right";
|
|
@@ -45,23 +45,23 @@ export declare const Default: {
|
|
|
45
45
|
}>[] | undefined;
|
|
46
46
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
47
47
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<SnackbarProps>> | undefined;
|
|
48
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
49
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
50
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
51
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
48
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
49
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
50
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
51
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, SnackbarProps> | undefined;
|
|
52
52
|
tags?: string[] | undefined;
|
|
53
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
53
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, SnackbarProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
54
54
|
name?: string | undefined;
|
|
55
55
|
storyName?: string | undefined;
|
|
56
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
56
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, SnackbarProps> | undefined;
|
|
57
57
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
58
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
58
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, SnackbarProps, Partial<SnackbarProps>>, "story"> | undefined;
|
|
59
59
|
};
|
|
60
60
|
export declare const Dark: {
|
|
61
61
|
args: {
|
|
62
62
|
color: string;
|
|
63
63
|
};
|
|
64
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
64
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
65
65
|
color?: import("./Snackbar").SnackbarColor | undefined;
|
|
66
66
|
anchorOrigin?: {
|
|
67
67
|
horizontal: "left" | "right";
|
|
@@ -70,7 +70,7 @@ export declare const Dark: {
|
|
|
70
70
|
isOpen?: boolean | undefined;
|
|
71
71
|
onClose?: (() => void) | undefined;
|
|
72
72
|
children?: React.ReactNode;
|
|
73
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
73
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
74
74
|
color?: import("./Snackbar").SnackbarColor | undefined;
|
|
75
75
|
anchorOrigin?: {
|
|
76
76
|
horizontal: "left" | "right";
|
|
@@ -82,23 +82,23 @@ export declare const Dark: {
|
|
|
82
82
|
}>[] | undefined;
|
|
83
83
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
84
84
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<SnackbarProps>> | undefined;
|
|
85
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
86
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
87
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
88
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
85
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
86
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
87
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
88
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, SnackbarProps> | undefined;
|
|
89
89
|
tags?: string[] | undefined;
|
|
90
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
90
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, SnackbarProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
91
91
|
name?: string | undefined;
|
|
92
92
|
storyName?: string | undefined;
|
|
93
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
93
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, SnackbarProps> | undefined;
|
|
94
94
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
95
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
95
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, SnackbarProps, Partial<SnackbarProps>>, "story"> | undefined;
|
|
96
96
|
};
|
|
97
97
|
export declare const Warning: {
|
|
98
98
|
args: {
|
|
99
99
|
color: string;
|
|
100
100
|
};
|
|
101
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
101
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
102
102
|
color?: import("./Snackbar").SnackbarColor | undefined;
|
|
103
103
|
anchorOrigin?: {
|
|
104
104
|
horizontal: "left" | "right";
|
|
@@ -107,7 +107,7 @@ export declare const Warning: {
|
|
|
107
107
|
isOpen?: boolean | undefined;
|
|
108
108
|
onClose?: (() => void) | undefined;
|
|
109
109
|
children?: React.ReactNode;
|
|
110
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
110
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
111
111
|
color?: import("./Snackbar").SnackbarColor | undefined;
|
|
112
112
|
anchorOrigin?: {
|
|
113
113
|
horizontal: "left" | "right";
|
|
@@ -119,15 +119,15 @@ export declare const Warning: {
|
|
|
119
119
|
}>[] | undefined;
|
|
120
120
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
121
121
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<SnackbarProps>> | undefined;
|
|
122
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
123
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
124
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
125
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
122
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
123
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
124
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, SnackbarProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, SnackbarProps>[] | undefined;
|
|
125
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, SnackbarProps> | undefined;
|
|
126
126
|
tags?: string[] | undefined;
|
|
127
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
127
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, SnackbarProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
128
128
|
name?: string | undefined;
|
|
129
129
|
storyName?: string | undefined;
|
|
130
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
130
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, SnackbarProps> | undefined;
|
|
131
131
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
132
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
132
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, SnackbarProps, Partial<SnackbarProps>>, "story"> | undefined;
|
|
133
133
|
};
|
|
@@ -32,7 +32,7 @@ export declare const Info: {
|
|
|
32
32
|
args: {
|
|
33
33
|
appearance: string;
|
|
34
34
|
};
|
|
35
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
35
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
36
36
|
appearance: "success" | "warning" | "info" | "error";
|
|
37
37
|
autoDismiss: boolean;
|
|
38
38
|
autoDismissTimeout: number;
|
|
@@ -44,7 +44,7 @@ export declare const Info: {
|
|
|
44
44
|
placement: import("../../lib/react-toast-notification/src/types").Placement;
|
|
45
45
|
transitionDuration: number;
|
|
46
46
|
transitionState: import("react-transition-group").TransitionStatus;
|
|
47
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
47
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
48
48
|
appearance: "success" | "warning" | "info" | "error";
|
|
49
49
|
autoDismiss: boolean;
|
|
50
50
|
autoDismissTimeout: number;
|
|
@@ -59,23 +59,23 @@ export declare const Info: {
|
|
|
59
59
|
}>[] | undefined;
|
|
60
60
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
61
61
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<import("../../lib/react-toast-notification/src").ToastProps>> | undefined;
|
|
62
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
63
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
64
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
65
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
62
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
63
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
64
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
65
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
66
66
|
tags?: string[] | undefined;
|
|
67
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
67
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
68
68
|
name?: string | undefined;
|
|
69
69
|
storyName?: string | undefined;
|
|
70
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
70
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
71
71
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
72
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
72
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps, Partial<import("../../lib/react-toast-notification/src").ToastProps>>, "story"> | undefined;
|
|
73
73
|
};
|
|
74
74
|
export declare const Success: {
|
|
75
75
|
args: {
|
|
76
76
|
appearance: string;
|
|
77
77
|
};
|
|
78
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
78
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
79
79
|
appearance: "success" | "warning" | "info" | "error";
|
|
80
80
|
autoDismiss: boolean;
|
|
81
81
|
autoDismissTimeout: number;
|
|
@@ -87,7 +87,7 @@ export declare const Success: {
|
|
|
87
87
|
placement: import("../../lib/react-toast-notification/src/types").Placement;
|
|
88
88
|
transitionDuration: number;
|
|
89
89
|
transitionState: import("react-transition-group").TransitionStatus;
|
|
90
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
90
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
91
91
|
appearance: "success" | "warning" | "info" | "error";
|
|
92
92
|
autoDismiss: boolean;
|
|
93
93
|
autoDismissTimeout: number;
|
|
@@ -102,23 +102,23 @@ export declare const Success: {
|
|
|
102
102
|
}>[] | undefined;
|
|
103
103
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
104
104
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<import("../../lib/react-toast-notification/src").ToastProps>> | undefined;
|
|
105
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
106
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
107
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
108
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
105
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
106
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
107
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
108
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
109
109
|
tags?: string[] | undefined;
|
|
110
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
110
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
111
111
|
name?: string | undefined;
|
|
112
112
|
storyName?: string | undefined;
|
|
113
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
113
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
114
114
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
115
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
115
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps, Partial<import("../../lib/react-toast-notification/src").ToastProps>>, "story"> | undefined;
|
|
116
116
|
};
|
|
117
117
|
export declare const Warning: {
|
|
118
118
|
args: {
|
|
119
119
|
appearance: string;
|
|
120
120
|
};
|
|
121
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
121
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
122
122
|
appearance: "success" | "warning" | "info" | "error";
|
|
123
123
|
autoDismiss: boolean;
|
|
124
124
|
autoDismissTimeout: number;
|
|
@@ -130,7 +130,7 @@ export declare const Warning: {
|
|
|
130
130
|
placement: import("../../lib/react-toast-notification/src/types").Placement;
|
|
131
131
|
transitionDuration: number;
|
|
132
132
|
transitionState: import("react-transition-group").TransitionStatus;
|
|
133
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
133
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
134
134
|
appearance: "success" | "warning" | "info" | "error";
|
|
135
135
|
autoDismiss: boolean;
|
|
136
136
|
autoDismissTimeout: number;
|
|
@@ -145,23 +145,23 @@ export declare const Warning: {
|
|
|
145
145
|
}>[] | undefined;
|
|
146
146
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
147
147
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<import("../../lib/react-toast-notification/src").ToastProps>> | undefined;
|
|
148
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
149
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
150
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
151
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
148
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
149
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
150
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
151
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
152
152
|
tags?: string[] | undefined;
|
|
153
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
153
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
154
154
|
name?: string | undefined;
|
|
155
155
|
storyName?: string | undefined;
|
|
156
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
156
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
157
157
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
158
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
158
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps, Partial<import("../../lib/react-toast-notification/src").ToastProps>>, "story"> | undefined;
|
|
159
159
|
};
|
|
160
160
|
export declare const Error: {
|
|
161
161
|
args: {
|
|
162
162
|
appearance: string;
|
|
163
163
|
};
|
|
164
|
-
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
164
|
+
decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
165
165
|
appearance: "success" | "warning" | "info" | "error";
|
|
166
166
|
autoDismiss: boolean;
|
|
167
167
|
autoDismissTimeout: number;
|
|
@@ -173,7 +173,7 @@ export declare const Error: {
|
|
|
173
173
|
placement: import("../../lib/react-toast-notification/src/types").Placement;
|
|
174
174
|
transitionDuration: number;
|
|
175
175
|
transitionState: import("react-transition-group").TransitionStatus;
|
|
176
|
-
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react
|
|
176
|
+
}> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
|
|
177
177
|
appearance: "success" | "warning" | "info" | "error";
|
|
178
178
|
autoDismiss: boolean;
|
|
179
179
|
autoDismissTimeout: number;
|
|
@@ -188,15 +188,15 @@ export declare const Error: {
|
|
|
188
188
|
}>[] | undefined;
|
|
189
189
|
parameters?: import("storybook/internal/csf").Parameters | undefined;
|
|
190
190
|
argTypes?: Partial<import("storybook/internal/csf").ArgTypes<import("../../lib/react-toast-notification/src").ToastProps>> | undefined;
|
|
191
|
-
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react
|
|
192
|
-
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react
|
|
193
|
-
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react
|
|
194
|
-
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react
|
|
191
|
+
loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
192
|
+
beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
193
|
+
afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>[] | undefined;
|
|
194
|
+
render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
195
195
|
tags?: string[] | undefined;
|
|
196
|
-
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react
|
|
196
|
+
mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
|
|
197
197
|
name?: string | undefined;
|
|
198
198
|
storyName?: string | undefined;
|
|
199
|
-
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react
|
|
199
|
+
play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps> | undefined;
|
|
200
200
|
globals?: import("storybook/internal/csf").Globals | undefined;
|
|
201
|
-
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react
|
|
201
|
+
story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, import("../../lib/react-toast-notification/src").ToastProps, Partial<import("../../lib/react-toast-notification/src").ToastProps>>, "story"> | undefined;
|
|
202
202
|
};
|