ingred-ui 27.0.3 → 27.0.4

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.
@@ -17,319 +17,9 @@ declare const _default: {
17
17
  };
18
18
  };
19
19
  export default _default;
20
- export declare const Basic: {
21
- args: {
22
- children: string;
23
- onSubmit: import("storybook/actions").HandlerFunction;
24
- };
25
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
26
- title: string;
27
- confirmText?: string | undefined;
28
- cancelText?: string | undefined;
29
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
30
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
31
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
32
- isOpen?: boolean | undefined;
33
- disabled?: boolean | undefined;
34
- loading?: boolean | undefined;
35
- overflowYScroll?: boolean | undefined;
36
- disableHorizontalPadding?: boolean | undefined;
37
- subActions?: React.ReactNode[] | undefined;
38
- modalProps?: import("..").ModalProps | undefined;
39
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
40
- children?: React.ReactNode;
41
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
42
- title: string;
43
- confirmText?: string | undefined;
44
- cancelText?: string | undefined;
45
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
46
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
47
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
48
- isOpen?: boolean | undefined;
49
- disabled?: boolean | undefined;
50
- loading?: boolean | undefined;
51
- overflowYScroll?: boolean | undefined;
52
- disableHorizontalPadding?: boolean | undefined;
53
- subActions?: React.ReactNode[] | undefined;
54
- modalProps?: import("..").ModalProps | undefined;
55
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
56
- children?: React.ReactNode;
57
- }>[] | undefined;
58
- parameters?: import("storybook/internal/csf").Parameters | undefined;
59
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
60
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
61
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
62
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
63
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
64
- tags?: string[] | undefined;
65
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
66
- name?: string | undefined;
67
- storyName?: string | undefined;
68
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
69
- globals?: import("storybook/internal/csf").Globals | undefined;
70
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
71
- };
72
- export declare const WithOneSubAction: {
73
- args: {
74
- children: string;
75
- onSubmit: import("storybook/actions").HandlerFunction;
76
- subActions: JSX.Element[];
77
- };
78
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
79
- title: string;
80
- confirmText?: string | undefined;
81
- cancelText?: string | undefined;
82
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
83
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
84
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
85
- isOpen?: boolean | undefined;
86
- disabled?: boolean | undefined;
87
- loading?: boolean | undefined;
88
- overflowYScroll?: boolean | undefined;
89
- disableHorizontalPadding?: boolean | undefined;
90
- subActions?: React.ReactNode[] | undefined;
91
- modalProps?: import("..").ModalProps | undefined;
92
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
93
- children?: React.ReactNode;
94
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
95
- title: string;
96
- confirmText?: string | undefined;
97
- cancelText?: string | undefined;
98
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
99
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
100
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
101
- isOpen?: boolean | undefined;
102
- disabled?: boolean | undefined;
103
- loading?: boolean | undefined;
104
- overflowYScroll?: boolean | undefined;
105
- disableHorizontalPadding?: boolean | undefined;
106
- subActions?: React.ReactNode[] | undefined;
107
- modalProps?: import("..").ModalProps | undefined;
108
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
109
- children?: React.ReactNode;
110
- }>[] | undefined;
111
- parameters?: import("storybook/internal/csf").Parameters | undefined;
112
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
113
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
114
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
115
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
116
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
117
- tags?: string[] | undefined;
118
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
119
- name?: string | undefined;
120
- storyName?: string | undefined;
121
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
122
- globals?: import("storybook/internal/csf").Globals | undefined;
123
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
124
- };
125
- export declare const WithTwoSubActions: {
126
- args: {
127
- children: string;
128
- onSubmit: import("storybook/actions").HandlerFunction;
129
- subActions: JSX.Element[];
130
- };
131
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
132
- title: string;
133
- confirmText?: string | undefined;
134
- cancelText?: string | undefined;
135
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
136
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
137
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
138
- isOpen?: boolean | undefined;
139
- disabled?: boolean | undefined;
140
- loading?: boolean | undefined;
141
- overflowYScroll?: boolean | undefined;
142
- disableHorizontalPadding?: boolean | undefined;
143
- subActions?: React.ReactNode[] | undefined;
144
- modalProps?: import("..").ModalProps | undefined;
145
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
146
- children?: React.ReactNode;
147
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
148
- title: string;
149
- confirmText?: string | undefined;
150
- cancelText?: string | undefined;
151
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
152
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
153
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
154
- isOpen?: boolean | undefined;
155
- disabled?: boolean | undefined;
156
- loading?: boolean | undefined;
157
- overflowYScroll?: boolean | undefined;
158
- disableHorizontalPadding?: boolean | undefined;
159
- subActions?: React.ReactNode[] | undefined;
160
- modalProps?: import("..").ModalProps | undefined;
161
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
162
- children?: React.ReactNode;
163
- }>[] | undefined;
164
- parameters?: import("storybook/internal/csf").Parameters | undefined;
165
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
166
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
167
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
168
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
169
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
170
- tags?: string[] | undefined;
171
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
172
- name?: string | undefined;
173
- storyName?: string | undefined;
174
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
175
- globals?: import("storybook/internal/csf").Globals | undefined;
176
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
177
- };
178
- export declare const Loading: {
179
- args: {
180
- children: string;
181
- onSubmit: () => void;
182
- loading: boolean;
183
- };
184
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
185
- title: string;
186
- confirmText?: string | undefined;
187
- cancelText?: string | undefined;
188
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
189
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
190
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
191
- isOpen?: boolean | undefined;
192
- disabled?: boolean | undefined;
193
- loading?: boolean | undefined;
194
- overflowYScroll?: boolean | undefined;
195
- disableHorizontalPadding?: boolean | undefined;
196
- subActions?: React.ReactNode[] | undefined;
197
- modalProps?: import("..").ModalProps | undefined;
198
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
199
- children?: React.ReactNode;
200
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
201
- title: string;
202
- confirmText?: string | undefined;
203
- cancelText?: string | undefined;
204
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
205
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
206
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
207
- isOpen?: boolean | undefined;
208
- disabled?: boolean | undefined;
209
- loading?: boolean | undefined;
210
- overflowYScroll?: boolean | undefined;
211
- disableHorizontalPadding?: boolean | undefined;
212
- subActions?: React.ReactNode[] | undefined;
213
- modalProps?: import("..").ModalProps | undefined;
214
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
215
- children?: React.ReactNode;
216
- }>[] | undefined;
217
- parameters?: import("storybook/internal/csf").Parameters | undefined;
218
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
219
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
220
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
221
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
222
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
223
- tags?: string[] | undefined;
224
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
225
- name?: string | undefined;
226
- storyName?: string | undefined;
227
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
228
- globals?: import("storybook/internal/csf").Globals | undefined;
229
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
230
- };
231
- export declare const OverflowYScroll: {
232
- args: {
233
- children: JSX.Element;
234
- onSubmit: import("storybook/actions").HandlerFunction;
235
- overflowYScroll: boolean;
236
- };
237
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
238
- title: string;
239
- confirmText?: string | undefined;
240
- cancelText?: string | undefined;
241
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
242
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
243
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
244
- isOpen?: boolean | undefined;
245
- disabled?: boolean | undefined;
246
- loading?: boolean | undefined;
247
- overflowYScroll?: boolean | undefined;
248
- disableHorizontalPadding?: boolean | undefined;
249
- subActions?: React.ReactNode[] | undefined;
250
- modalProps?: import("..").ModalProps | undefined;
251
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
252
- children?: React.ReactNode;
253
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
254
- title: string;
255
- confirmText?: string | undefined;
256
- cancelText?: string | undefined;
257
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
258
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
259
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
260
- isOpen?: boolean | undefined;
261
- disabled?: boolean | undefined;
262
- loading?: boolean | undefined;
263
- overflowYScroll?: boolean | undefined;
264
- disableHorizontalPadding?: boolean | undefined;
265
- subActions?: React.ReactNode[] | undefined;
266
- modalProps?: import("..").ModalProps | undefined;
267
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
268
- children?: React.ReactNode;
269
- }>[] | undefined;
270
- parameters?: import("storybook/internal/csf").Parameters | undefined;
271
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
272
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
273
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
274
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
275
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
276
- tags?: string[] | undefined;
277
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
278
- name?: string | undefined;
279
- storyName?: string | undefined;
280
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
281
- globals?: import("storybook/internal/csf").Globals | undefined;
282
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
283
- };
284
- export declare const WithoutFooter: {
285
- args: {
286
- children: string;
287
- onSubmit: undefined;
288
- };
289
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
290
- title: string;
291
- confirmText?: string | undefined;
292
- cancelText?: string | undefined;
293
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
294
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
295
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
296
- isOpen?: boolean | undefined;
297
- disabled?: boolean | undefined;
298
- loading?: boolean | undefined;
299
- overflowYScroll?: boolean | undefined;
300
- disableHorizontalPadding?: boolean | undefined;
301
- subActions?: React.ReactNode[] | undefined;
302
- modalProps?: import("..").ModalProps | undefined;
303
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
304
- children?: React.ReactNode;
305
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
306
- title: string;
307
- confirmText?: string | undefined;
308
- cancelText?: string | undefined;
309
- onClose?: ((event: React.MouseEvent<Element, MouseEvent> | React.MouseEvent<HTMLButtonElement, MouseEvent>, reason: "backdropClick" | import("./FullSizeConfirmModal").FullSizeConfirmModalCloseReason) => void) | undefined;
310
- onSubmit?: ((event: React.FormEvent<HTMLFormElement>) => void) | undefined;
311
- buttonColor?: import("../Button/Button").ButtonColor | undefined;
312
- isOpen?: boolean | undefined;
313
- disabled?: boolean | undefined;
314
- loading?: boolean | undefined;
315
- overflowYScroll?: boolean | undefined;
316
- disableHorizontalPadding?: boolean | undefined;
317
- subActions?: React.ReactNode[] | undefined;
318
- modalProps?: import("..").ModalProps | undefined;
319
- fadeProps?: import("../../utils/reactTransitionGroup").CSSTransitionProps | undefined;
320
- children?: React.ReactNode;
321
- }>[] | undefined;
322
- parameters?: import("storybook/internal/csf").Parameters | undefined;
323
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<FullSizeConfirmModalProps>> | undefined;
324
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
325
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
326
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>[] | undefined;
327
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
328
- tags?: string[] | undefined;
329
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
330
- name?: string | undefined;
331
- storyName?: string | undefined;
332
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps> | undefined;
333
- globals?: import("storybook/internal/csf").Globals | undefined;
334
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, FullSizeConfirmModalProps, Partial<FullSizeConfirmModalProps>>, "story"> | undefined;
335
- };
20
+ export declare const Basic: any;
21
+ export declare const WithOneSubAction: any;
22
+ export declare const WithTwoSubActions: any;
23
+ export declare const Loading: any;
24
+ export declare const OverflowYScroll: any;
25
+ export declare const WithoutFooter: any;
@@ -13,89 +13,5 @@ declare const _default: {
13
13
  };
14
14
  };
15
15
  export default _default;
16
- export declare const Basic: {
17
- args: {
18
- contents: {
19
- text: string;
20
- onClick: import("storybook/actions").HandlerFunction;
21
- type: string;
22
- }[];
23
- maxHeight: string;
24
- };
25
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
26
- isOpen?: boolean | undefined;
27
- baseElement?: HTMLElement | null | undefined;
28
- contents: import("..").ContentProp[];
29
- positionPriority?: ("auto" | import("@floating-ui/utils").Placement | "auto-start" | "auto-end")[] | undefined;
30
- onClose?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>, reason: "backdropClick" | "clickMenuList") => void) | undefined;
31
- maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
32
- menuListProps?: Partial<import("..").MenuListProps> | undefined;
33
- popoverProps?: Partial<import("..").PopoverProps> | undefined;
34
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
35
- isOpen?: boolean | undefined;
36
- baseElement?: HTMLElement | null | undefined;
37
- contents: import("..").ContentProp[];
38
- positionPriority?: ("auto" | import("@floating-ui/utils").Placement | "auto-start" | "auto-end")[] | undefined;
39
- onClose?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>, reason: "backdropClick" | "clickMenuList") => void) | undefined;
40
- maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
41
- menuListProps?: Partial<import("..").MenuListProps> | undefined;
42
- popoverProps?: Partial<import("..").PopoverProps> | undefined;
43
- }>[] | undefined;
44
- parameters?: import("storybook/internal/csf").Parameters | undefined;
45
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<MenuProps>> | undefined;
46
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
47
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
48
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
49
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
50
- tags?: string[] | undefined;
51
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, MenuProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
52
- name?: string | undefined;
53
- storyName?: string | undefined;
54
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
55
- globals?: import("storybook/internal/csf").Globals | undefined;
56
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, MenuProps, Partial<MenuProps>>, "story"> | undefined;
57
- };
58
- export declare const Group: {
59
- args: {
60
- contents: {
61
- title: string;
62
- contents: {
63
- text: string;
64
- onClick: import("storybook/actions").HandlerFunction;
65
- }[];
66
- }[];
67
- maxHeight: string;
68
- };
69
- decorators?: import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
70
- isOpen?: boolean | undefined;
71
- baseElement?: HTMLElement | null | undefined;
72
- contents: import("..").ContentProp[];
73
- positionPriority?: ("auto" | import("@floating-ui/utils").Placement | "auto-start" | "auto-end")[] | undefined;
74
- onClose?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>, reason: "backdropClick" | "clickMenuList") => void) | undefined;
75
- maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
76
- menuListProps?: Partial<import("..").MenuListProps> | undefined;
77
- popoverProps?: Partial<import("..").PopoverProps> | undefined;
78
- }> | import("storybook/internal/csf").DecoratorFunction<import("@storybook/react").ReactRenderer, {
79
- isOpen?: boolean | undefined;
80
- baseElement?: HTMLElement | null | undefined;
81
- contents: import("..").ContentProp[];
82
- positionPriority?: ("auto" | import("@floating-ui/utils").Placement | "auto-start" | "auto-end")[] | undefined;
83
- onClose?: ((event: React.MouseEvent<HTMLDivElement, MouseEvent>, reason: "backdropClick" | "clickMenuList") => void) | undefined;
84
- maxHeight?: import("csstype").Property.MaxHeight<0 | (string & {})> | undefined;
85
- menuListProps?: Partial<import("..").MenuListProps> | undefined;
86
- popoverProps?: Partial<import("..").PopoverProps> | undefined;
87
- }>[] | undefined;
88
- parameters?: import("storybook/internal/csf").Parameters | undefined;
89
- argTypes?: Partial<import("storybook/internal/csf").ArgTypes<MenuProps>> | undefined;
90
- loaders?: import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").LoaderFunction<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
91
- beforeEach?: import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").BeforeEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
92
- afterEach?: import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps> | import("storybook/internal/csf").AfterEach<import("@storybook/react").ReactRenderer, MenuProps>[] | undefined;
93
- render?: import("storybook/internal/csf").ArgsStoryFn<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
94
- tags?: string[] | undefined;
95
- mount?: ((context: import("storybook/internal/csf").StoryContext<import("@storybook/react").ReactRenderer, MenuProps>) => (ui?: any) => Promise<import("storybook/internal/csf").Canvas>) | undefined;
96
- name?: string | undefined;
97
- storyName?: string | undefined;
98
- play?: import("storybook/internal/csf").PlayFunction<import("@storybook/react").ReactRenderer, MenuProps> | undefined;
99
- globals?: import("storybook/internal/csf").Globals | undefined;
100
- story?: Omit<import("storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, MenuProps, Partial<MenuProps>>, "story"> | undefined;
101
- };
16
+ export declare const Basic: any;
17
+ export declare const Group: any;