@volverjs/ui-vue 0.0.10-beta.31 → 0.0.10-beta.33

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 (166) hide show
  1. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +1 -131
  2. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +4 -3
  3. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  4. package/dist/components/VvAlert/VvAlert.es.js +5 -5
  5. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  6. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +6 -7
  7. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  8. package/dist/components/VvAvatar/VvAvatar.es.js +1 -6
  9. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  10. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +4 -8
  11. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  12. package/dist/components/VvBadge/VvBadge.es.js +2 -8
  13. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  14. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +3 -8
  15. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  16. package/dist/components/VvButton/VvButton.es.js +0 -22
  17. package/dist/components/VvButton/VvButton.umd.js +1 -1
  18. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +16 -7
  19. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  20. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +7 -0
  21. package/dist/components/VvButtonGroup/index.d.ts +3 -0
  22. package/dist/components/VvCard/VvCard.es.js +1 -6
  23. package/dist/components/VvCard/VvCard.umd.js +1 -1
  24. package/dist/components/VvCheckbox/VvCheckbox.es.js +2 -23
  25. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  26. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +6 -24
  27. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  28. package/dist/components/VvCombobox/VvCombobox.es.js +12 -31
  29. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  30. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +29 -23
  31. package/dist/components/VvCombobox/index.d.ts +7 -7
  32. package/dist/components/VvDialog/VvDialog.es.js +1 -6
  33. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  34. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +23 -23
  35. package/dist/components/VvDropdown/index.d.ts +7 -7
  36. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +0 -5
  37. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  38. package/dist/components/VvIcon/VvIcon.es.js +1 -6
  39. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  40. package/dist/components/VvInputFile/VvInputFile.es.js +0 -22
  41. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
  42. package/dist/components/VvInputText/VvInputText.es.js +16 -4
  43. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  44. package/dist/components/VvNav/VvNav.es.js +8 -10
  45. package/dist/components/VvNav/VvNav.umd.js +1 -1
  46. package/dist/components/VvNavItem/VvNavItem.es.js +4 -1
  47. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
  48. package/dist/components/VvProgress/VvProgress.es.js +3 -3
  49. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  50. package/dist/components/VvRadio/VvRadio.es.js +0 -22
  51. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  52. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +4 -23
  53. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  54. package/dist/components/VvTab/VvTab.es.js +7 -9
  55. package/dist/components/VvTab/VvTab.umd.js +1 -1
  56. package/dist/components/index.es.js +87 -69
  57. package/dist/components/index.umd.js +1 -1
  58. package/dist/icons.es.js +3 -3
  59. package/dist/icons.umd.js +1 -1
  60. package/dist/props/index.d.ts +7 -7
  61. package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
  62. package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
  63. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +2 -181
  64. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +370 -11
  65. package/dist/stories/Alert/Alert.settings.d.ts +2 -109
  66. package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
  67. package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
  68. package/dist/stories/Badge/Badge.settings.d.ts +2 -26
  69. package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
  70. package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
  71. package/dist/stories/Button/Button.settings.d.ts +2 -193
  72. package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
  73. package/dist/stories/Card/Card.settings.d.ts +2 -63
  74. package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
  75. package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
  76. package/dist/stories/Combobox/Combobox.settings.d.ts +2 -617
  77. package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
  78. package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
  79. package/dist/stories/Icon/Icon.settings.d.ts +2 -68
  80. package/dist/stories/InputFile/InputFile.settings.d.ts +2 -52
  81. package/dist/stories/InputText/InputText.settings.d.ts +2 -438
  82. package/dist/stories/Nav/Nav.settings.d.ts +2 -10
  83. package/dist/stories/Progress/Progress.settings.d.ts +2 -27
  84. package/dist/stories/Radio/Radio.settings.d.ts +1 -110
  85. package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
  86. package/dist/stories/Select/Select.settings.d.ts +2 -246
  87. package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
  88. package/dist/stories/argTypes.d.ts +27 -866
  89. package/package.json +45 -45
  90. package/src/assets/icons/detailed.json +1 -1
  91. package/src/assets/icons/normal.json +1 -1
  92. package/src/assets/icons/simple.json +1 -1
  93. package/src/components/VvAlert/index.ts +4 -4
  94. package/src/components/VvAlertGroup/VvAlertGroup.vue +0 -1
  95. package/src/components/VvBadge/VvBadge.vue +1 -1
  96. package/src/components/VvButtonGroup/VvButtonGroup.vue +11 -2
  97. package/src/components/VvButtonGroup/index.ts +1 -0
  98. package/src/components/VvCheckbox/VvCheckbox.vue +2 -5
  99. package/src/components/VvCombobox/VvCombobox.vue +2 -1
  100. package/src/components/VvInputText/VvInputText.vue +18 -3
  101. package/src/components/VvNav/VvNav.vue +1 -6
  102. package/src/components/VvNav/VvNavItem.vue +1 -1
  103. package/src/components/VvProgress/VvProgress.vue +0 -1
  104. package/src/composables/alert/useAlert.ts +3 -3
  105. package/src/stories/Accordion/Accordion.settings.ts +3 -2
  106. package/src/stories/AccordionGroup/AccordionGroup.settings.ts +4 -3
  107. package/src/stories/AccordionGroup/AccordionGroup.stories.ts +4 -2
  108. package/src/stories/AccordionGroup/AccordionGroup.test.ts +2 -6
  109. package/src/stories/Alert/Alert.settings.ts +8 -7
  110. package/src/stories/Alert/Alert.test.ts +1 -3
  111. package/src/stories/AlertGroup/AlertGroup.settings.ts +3 -1
  112. package/src/stories/AlertGroup/AlertGroup.test.ts +5 -7
  113. package/src/stories/Avatar/Avatar.test.ts +1 -3
  114. package/src/stories/Avatar/AvatarModifiers.stories.ts +1 -0
  115. package/src/stories/AvatarGroup/AvatarGroup.settings.ts +2 -1
  116. package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -3
  117. package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +1 -0
  118. package/src/stories/Badge/Badge.settings.ts +2 -1
  119. package/src/stories/Badge/Badge.stories.ts +2 -2
  120. package/src/stories/Badge/Badge.test.ts +1 -1
  121. package/src/stories/Breadcrumb/Breadcrumb.settings.ts +2 -1
  122. package/src/stories/Breadcrumb/Breadcrumb.stories.ts +1 -1
  123. package/src/stories/Breadcrumb/Breadcrumb.test.ts +1 -1
  124. package/src/stories/Button/Button.settings.ts +6 -6
  125. package/src/stories/Button/Button.stories.ts +1 -1
  126. package/src/stories/Button/Button.test.ts +1 -3
  127. package/src/stories/ButtonGroup/ButtonGroup.settings.ts +11 -1
  128. package/src/stories/ButtonGroup/ButtonGroup.stories.ts +1 -1
  129. package/src/stories/ButtonGroup/ButtonGroup.test.ts +2 -6
  130. package/src/stories/Card/Card.settings.ts +2 -1
  131. package/src/stories/Card/Card.test.ts +1 -3
  132. package/src/stories/Checkbox/Checkbox.settings.ts +5 -3
  133. package/src/stories/Checkbox/Checkbox.test.ts +2 -6
  134. package/src/stories/Checkbox/CheckboxBinary.stories.ts +1 -1
  135. package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -6
  136. package/src/stories/Combobox/Combobox.settings.ts +10 -10
  137. package/src/stories/Combobox/Combobox.test.ts +2 -6
  138. package/src/stories/Dialog/Dialog.settings.ts +2 -1
  139. package/src/stories/Dialog/Dialog.test.ts +3 -8
  140. package/src/stories/Dropdown/Dropdown.settings.ts +2 -1
  141. package/src/stories/Dropdown/Dropdown.test.ts +2 -6
  142. package/src/stories/Dropdown/DropdownSlots.stories.ts +1 -1
  143. package/src/stories/Icon/Icon.settings.ts +2 -1
  144. package/src/stories/Icon/Icon.stories.ts +0 -1
  145. package/src/stories/InputFile/InputFile.settings.ts +2 -1
  146. package/src/stories/InputText/InputText.settings.ts +8 -6
  147. package/src/stories/InputText/InputText.test.ts +2 -6
  148. package/src/stories/InputText/InputTextMinMax.stories.ts +1 -1
  149. package/src/stories/Nav/Nav.settings.ts +2 -2
  150. package/src/stories/Nav/Nav.stories.ts +1 -1
  151. package/src/stories/Nav/Nav.test.ts +2 -4
  152. package/src/stories/Progress/Progress.settings.ts +2 -1
  153. package/src/stories/Radio/Radio.test.ts +2 -6
  154. package/src/stories/RadioGroup/RadioGroup.stories.ts +1 -2
  155. package/src/stories/RadioGroup/RadioGroup.test.ts +2 -6
  156. package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +1 -1
  157. package/src/stories/Select/Select.settings.ts +4 -3
  158. package/src/stories/Select/Select.test.ts +3 -9
  159. package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
  160. package/src/stories/Select/SelectOptions.stories.ts +0 -1
  161. package/src/stories/Tab/Tab.test.ts +3 -5
  162. package/src/stories/Textarea/Textarea.settings.ts +5 -3
  163. package/src/stories/Textarea/Textarea.test.ts +2 -6
  164. package/src/stories/Tooltip/Tooltip.settings.ts +1 -1
  165. package/src/stories/Tooltip/Tooltip.test.ts +3 -5
  166. package/src/stories/argTypes.ts +47 -46
@@ -1,619 +1,4 @@
1
1
  import type { VvCombobox } from '@/components';
2
- import type { Meta } from '@storybook/vue3';
2
+ import type { ArgTypes, Meta } from '@storybook/vue3';
3
3
  export declare const defaultArgs: Meta<typeof VvCombobox>['args'];
4
- export declare const argTypes: {
5
- triggerWidth: {
6
- table: {
7
- defaultValue: {
8
- summary: boolean;
9
- };
10
- };
11
- description: string;
12
- control: {
13
- type: string;
14
- };
15
- };
16
- multiple: {
17
- description: string;
18
- table: {
19
- defaultValue: {
20
- summary: boolean;
21
- };
22
- };
23
- };
24
- label: {
25
- description: string;
26
- control: {
27
- type: string;
28
- };
29
- };
30
- noResultsLabel: {
31
- description: string;
32
- control: {
33
- type: string;
34
- };
35
- table: {
36
- defaultValue: {
37
- summary: string;
38
- };
39
- };
40
- };
41
- noOptionsLabel: {
42
- description: string;
43
- control: {
44
- type: string;
45
- };
46
- table: {
47
- defaultValue: {
48
- summary: string;
49
- };
50
- };
51
- };
52
- selectedHintLabel: {
53
- description: string;
54
- control: {
55
- type: string;
56
- };
57
- table: {
58
- defaultValue: {
59
- summary: string;
60
- };
61
- };
62
- };
63
- deselectActionLabel: {
64
- description: string;
65
- control: {
66
- type: string;
67
- };
68
- table: {
69
- defaultValue: {
70
- summary: string;
71
- };
72
- };
73
- };
74
- selectHintLabel: {
75
- description: string;
76
- control: {
77
- type: string;
78
- };
79
- table: {
80
- defaultValue: {
81
- summary: string;
82
- };
83
- };
84
- };
85
- deselectHintLabel: {
86
- description: string;
87
- control: {
88
- type: string;
89
- };
90
- table: {
91
- defaultValue: {
92
- summary: string;
93
- };
94
- };
95
- };
96
- closeLabel: {
97
- description: string;
98
- control: {
99
- type: string;
100
- };
101
- table: {
102
- defaultValue: {
103
- summary: string;
104
- };
105
- };
106
- };
107
- loadingLabel: {
108
- description: string;
109
- control: {
110
- type: string;
111
- };
112
- table: {
113
- defaultValue: {
114
- summary: string;
115
- };
116
- };
117
- };
118
- placeholder: {
119
- description: string;
120
- control: {
121
- type: string;
122
- };
123
- };
124
- searchable: {
125
- description: string;
126
- table: {
127
- defaultValue: {
128
- summary: boolean;
129
- };
130
- };
131
- };
132
- searchFunction: {
133
- description: string;
134
- table: {
135
- defaultValue: {
136
- summary: undefined;
137
- };
138
- };
139
- };
140
- searchPlaceholder: {
141
- description: string;
142
- control: {
143
- type: string;
144
- };
145
- table: {
146
- defaultValue: {
147
- summary: string;
148
- };
149
- };
150
- };
151
- debounceSearch: {
152
- description: string;
153
- control: {
154
- type: string;
155
- };
156
- };
157
- maxValues: {
158
- description: string;
159
- control: {
160
- type: string;
161
- };
162
- };
163
- separator: {
164
- description: string;
165
- control: {
166
- type: string;
167
- };
168
- table: {
169
- defaultValue: {
170
- summary: string;
171
- };
172
- };
173
- };
174
- native: {
175
- description: string;
176
- table: {
177
- defaultValue: {
178
- summary: boolean;
179
- };
180
- };
181
- };
182
- badges: {
183
- description: string;
184
- table: {
185
- defaultValue: {
186
- summary: boolean;
187
- };
188
- };
189
- };
190
- badgeModifiers: {
191
- description: string;
192
- control: {
193
- type: string;
194
- };
195
- table: {
196
- defaultValue: {
197
- summary: string;
198
- };
199
- };
200
- };
201
- dropdownModifiers: {
202
- control: {
203
- type: string;
204
- };
205
- description: string;
206
- table: {
207
- defaultValue: {
208
- summary: string;
209
- };
210
- };
211
- };
212
- transitionName: {
213
- control: {
214
- type: string;
215
- };
216
- description: string;
217
- table: {
218
- defaultValue: {
219
- summary: string;
220
- };
221
- };
222
- };
223
- autoOpen: {
224
- description: string;
225
- table: {
226
- defaultValue: {
227
- summary: boolean;
228
- };
229
- };
230
- };
231
- keepOpen: {
232
- description: string;
233
- table: {
234
- defaultValue: {
235
- summary: boolean;
236
- };
237
- };
238
- };
239
- autofocusFirst: {
240
- description: string;
241
- table: {
242
- defaultValue: {
243
- summary: boolean;
244
- };
245
- };
246
- };
247
- before: {
248
- control: {
249
- type: string;
250
- };
251
- table: {
252
- category: string;
253
- type: {
254
- summary: string;
255
- };
256
- };
257
- };
258
- after: {
259
- control: {
260
- type: string;
261
- };
262
- table: {
263
- category: string;
264
- type: {
265
- summary: string;
266
- };
267
- };
268
- };
269
- 'dropdown::before': {
270
- control: {
271
- type: string;
272
- };
273
- table: {
274
- category: string;
275
- type: {
276
- summary: string;
277
- };
278
- };
279
- };
280
- 'dropdown::after': {
281
- control: {
282
- type: string;
283
- };
284
- table: {
285
- category: string;
286
- type: {
287
- summary: string;
288
- };
289
- };
290
- };
291
- value: {
292
- control: {
293
- type: string;
294
- };
295
- table: {
296
- category: string;
297
- type: {
298
- summary: string;
299
- };
300
- };
301
- };
302
- option: {
303
- control: {
304
- type: string;
305
- };
306
- table: {
307
- category: string;
308
- type: {
309
- summary: string;
310
- };
311
- };
312
- };
313
- 'no-options': {
314
- control: {
315
- type: string;
316
- };
317
- table: {
318
- category: string;
319
- type: {
320
- summary: string;
321
- };
322
- };
323
- };
324
- 'no-results': {
325
- control: {
326
- type: string;
327
- };
328
- table: {
329
- category: string;
330
- type: {
331
- summary: string;
332
- };
333
- };
334
- };
335
- 'update:search': {
336
- table: {
337
- category: string;
338
- type: {
339
- summary: string;
340
- };
341
- };
342
- };
343
- placement: {
344
- description: string;
345
- options: (import("../../constants").Side | import("../../constants").Placement)[];
346
- control: {
347
- type: string;
348
- };
349
- table: {
350
- defaultValue: {
351
- summary: string;
352
- };
353
- };
354
- };
355
- strategy: {
356
- description: string;
357
- options: string[];
358
- control: {
359
- type: string;
360
- };
361
- table: {
362
- defaultValue: {
363
- summary: string;
364
- };
365
- };
366
- };
367
- offset: {
368
- description: string;
369
- control: {
370
- type: string;
371
- };
372
- table: {
373
- defaultValue: {
374
- summary: number;
375
- };
376
- type: {
377
- summary: string[];
378
- };
379
- };
380
- };
381
- shift: {
382
- description: string;
383
- control: {
384
- type: string;
385
- };
386
- table: {
387
- defaultValue: {
388
- summary: boolean;
389
- };
390
- type: {
391
- summary: string[];
392
- };
393
- };
394
- };
395
- flip: {
396
- description: string;
397
- control: {
398
- type: string;
399
- };
400
- table: {
401
- defaultValue: {
402
- summary: boolean;
403
- };
404
- type: {
405
- summary: string[];
406
- };
407
- };
408
- };
409
- size: {
410
- description: string;
411
- control: {
412
- type: string;
413
- };
414
- table: {
415
- defaultValue: {
416
- summary: string;
417
- };
418
- type: {
419
- summary: string[];
420
- };
421
- };
422
- };
423
- autoPlacement: {
424
- description: string;
425
- control: {
426
- type: string;
427
- };
428
- table: {
429
- defaultValue: {
430
- summary: boolean;
431
- };
432
- type: {
433
- summary: string[];
434
- };
435
- };
436
- };
437
- arrow: {
438
- description: string;
439
- control: {
440
- type: string;
441
- };
442
- table: {
443
- defaultValue: {
444
- summary: boolean;
445
- };
446
- type: {
447
- summary: string;
448
- };
449
- };
450
- };
451
- unselectable: {
452
- description: string;
453
- table: {
454
- defaultValue: {
455
- summary: boolean;
456
- };
457
- };
458
- };
459
- floating: {
460
- description: string;
461
- table: {
462
- defaultValue: {
463
- summary: boolean;
464
- };
465
- };
466
- };
467
- icon: {
468
- description: string;
469
- options: string[];
470
- control: {
471
- type: string;
472
- };
473
- };
474
- iconPosition: {
475
- description: string;
476
- options: string[];
477
- control: {
478
- type: string;
479
- };
480
- table: {
481
- defaultValue: {
482
- summary: import("../../constants").Position;
483
- };
484
- };
485
- };
486
- options: {
487
- description: string;
488
- control: {
489
- type: string;
490
- };
491
- };
492
- labelKey: {
493
- description: string;
494
- control: {
495
- type: string;
496
- };
497
- table: {
498
- defaultValue: {
499
- summary: string;
500
- };
501
- };
502
- };
503
- valueKey: {
504
- description: string;
505
- control: {
506
- type: string;
507
- };
508
- table: {
509
- defaultValue: {
510
- summary: string;
511
- };
512
- };
513
- };
514
- disabledKey: {
515
- description: string;
516
- control: {
517
- type: string;
518
- };
519
- table: {
520
- defaultValue: {
521
- summary: string;
522
- };
523
- };
524
- };
525
- modifiers: {
526
- description: string;
527
- options: never[];
528
- control: {
529
- type: string;
530
- };
531
- };
532
- readonly: {
533
- description: string;
534
- table: {
535
- defaultValue: {
536
- summary: boolean;
537
- };
538
- };
539
- };
540
- disabled: {
541
- control: string;
542
- description: string;
543
- table: {
544
- defaultValue: {
545
- summary: boolean;
546
- };
547
- };
548
- };
549
- loading: {
550
- description: string;
551
- table: {
552
- defaultValue: {
553
- summary: boolean;
554
- };
555
- };
556
- };
557
- hintLabel: {
558
- description: string;
559
- control: {
560
- type: string;
561
- };
562
- table: {
563
- type: {
564
- summary: string;
565
- };
566
- };
567
- };
568
- hint: {
569
- description: string;
570
- control: {
571
- type: string;
572
- };
573
- table: {
574
- category: string;
575
- type: {
576
- summary: string;
577
- };
578
- };
579
- };
580
- invalid: {
581
- description: string;
582
- table: {
583
- defaultValue: {
584
- summary: boolean;
585
- };
586
- };
587
- };
588
- invalidLabel: {
589
- description: string;
590
- control: {
591
- type: string;
592
- };
593
- };
594
- valid: {
595
- description: string;
596
- table: {
597
- defaultValue: {
598
- summary: boolean;
599
- };
600
- };
601
- };
602
- validLabel: {
603
- description: string;
604
- control: {
605
- type: string;
606
- };
607
- };
608
- tabindex: {
609
- description: string;
610
- control: {
611
- type: string;
612
- };
613
- table: {
614
- defaultValue: {
615
- summary: number;
616
- };
617
- };
618
- };
619
- };
4
+ export declare const argTypes: ArgTypes;
@@ -1,3 +1,4 @@
1
+ import type { ArgTypes } from '@storybook/vue3';
1
2
  export declare const defaultArgs: {
2
3
  id: string;
3
4
  title: string;
@@ -6,50 +7,4 @@ export declare const defaultArgs: {
6
7
  keepOpen: boolean;
7
8
  default: string;
8
9
  };
9
- export declare const argTypes: {
10
- header: {
11
- control: {
12
- type: string;
13
- };
14
- table: {
15
- category: string;
16
- type: {
17
- summary: string;
18
- };
19
- };
20
- };
21
- footer: {
22
- control: {
23
- type: string;
24
- };
25
- table: {
26
- category: string;
27
- type: {
28
- summary: string;
29
- };
30
- };
31
- };
32
- default: {
33
- description: string;
34
- control: {
35
- type: string;
36
- };
37
- table: {
38
- category: string;
39
- type: {
40
- summary: string;
41
- };
42
- };
43
- };
44
- title: {
45
- control: string;
46
- };
47
- transition: {
48
- control: string;
49
- options: string[];
50
- };
51
- size: {
52
- control: string;
53
- options: string[];
54
- };
55
- };
10
+ export declare const argTypes: ArgTypes;