@infineon/infineon-design-system-stencil 30.9.1--canary.1663.04cb986ccd7894a97ab77b9bea18e02ca81adbee.0 → 30.9.2--canary.1640.55f6082d40b32de317977a352b37983c1f14902c.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/dist/cjs/ifx-accordion_2.cjs.entry.js +2 -2
  2. package/dist/cjs/ifx-accordion_2.cjs.entry.js.map +1 -1
  3. package/dist/cjs/ifx-modal.cjs.entry.js +8 -8
  4. package/dist/cjs/ifx-modal.cjs.entry.js.map +1 -1
  5. package/dist/cjs/ifx-multiselect_2.cjs.entry.js +5 -5
  6. package/dist/cjs/ifx-multiselect_2.cjs.entry.js.map +1 -1
  7. package/dist/cjs/ifx-search-bar.cjs.entry.js +5 -5
  8. package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -1
  9. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +9 -9
  10. package/dist/cjs/ifx-sidebar-item.cjs.entry.js.map +1 -1
  11. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/collection/components/accordion/accordion.stories.js +79 -3
  14. package/dist/collection/components/accordion/accordion.stories.js.map +1 -1
  15. package/dist/collection/components/accordion/accordionItem.js +4 -4
  16. package/dist/collection/components/accordion/accordionItem.js.map +1 -1
  17. package/dist/collection/components/alert/alert.stories.js +45 -12
  18. package/dist/collection/components/alert/alert.stories.js.map +1 -1
  19. package/dist/collection/components/badge/badge.stories.js +28 -7
  20. package/dist/collection/components/badge/badge.stories.js.map +1 -1
  21. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +66 -7
  22. package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
  23. package/dist/collection/components/button/button.stories.js +104 -9
  24. package/dist/collection/components/button/button.stories.js.map +1 -1
  25. package/dist/collection/components/card/card.stories.js +85 -2
  26. package/dist/collection/components/card/card.stories.js.map +1 -1
  27. package/dist/collection/components/checkbox/checkbox.stories.js +75 -14
  28. package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
  29. package/dist/collection/components/content-switcher/content-switcher.stories.js +65 -3
  30. package/dist/collection/components/content-switcher/content-switcher.stories.js.map +1 -1
  31. package/dist/collection/components/date-picker/date-picker.stories.js +73 -6
  32. package/dist/collection/components/date-picker/date-picker.stories.js.map +1 -1
  33. package/dist/collection/components/dropdown/dropdown.stories.js +161 -64
  34. package/dist/collection/components/dropdown/dropdown.stories.js.map +1 -1
  35. package/dist/collection/components/footer/footer.stories.js +7 -1
  36. package/dist/collection/components/footer/footer.stories.js.map +1 -1
  37. package/dist/collection/components/icon/infineonIconStencil.stories.js +7 -2
  38. package/dist/collection/components/icon/infineonIconStencil.stories.js.map +1 -1
  39. package/dist/collection/components/icon-button/icon-button.stories.js +61 -5
  40. package/dist/collection/components/icon-button/icon-button.stories.js.map +1 -1
  41. package/dist/collection/components/link/link.stories.js +56 -4
  42. package/dist/collection/components/link/link.stories.js.map +1 -1
  43. package/dist/collection/components/modal/modal.js +10 -10
  44. package/dist/collection/components/modal/modal.js.map +1 -1
  45. package/dist/collection/components/modal/modal.stories.js +96 -19
  46. package/dist/collection/components/modal/modal.stories.js.map +1 -1
  47. package/dist/collection/components/navigation/navbar/navbar.stories.js +203 -12
  48. package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
  49. package/dist/collection/components/navigation/sidebar/sidebar-item.js +11 -11
  50. package/dist/collection/components/navigation/sidebar/sidebar-item.js.map +1 -1
  51. package/dist/collection/components/navigation/sidebar/sidebar.stories.js +110 -17
  52. package/dist/collection/components/navigation/sidebar/sidebar.stories.js.map +1 -1
  53. package/dist/collection/components/notification/notification.stories.js +51 -4
  54. package/dist/collection/components/notification/notification.stories.js.map +1 -1
  55. package/dist/collection/components/number-indicator/number-indicator.stories.js +19 -0
  56. package/dist/collection/components/number-indicator/number-indicator.stories.js.map +1 -1
  57. package/dist/collection/components/pagination/pagination.stories.js +30 -3
  58. package/dist/collection/components/pagination/pagination.stories.js.map +1 -1
  59. package/dist/collection/components/progress-bar/progress-bar.stories.js +31 -8
  60. package/dist/collection/components/progress-bar/progress-bar.stories.js.map +1 -1
  61. package/dist/collection/components/radio-button/radio-button.stories.js +66 -13
  62. package/dist/collection/components/radio-button/radio-button.stories.js.map +1 -1
  63. package/dist/collection/components/search-bar/search-bar.js +6 -6
  64. package/dist/collection/components/search-bar/search-bar.js.map +1 -1
  65. package/dist/collection/components/search-bar/search-bar.stories.js +58 -9
  66. package/dist/collection/components/search-bar/search-bar.stories.js.map +1 -1
  67. package/dist/collection/components/search-field/search-field.stories.js +43 -7
  68. package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
  69. package/dist/collection/components/select/multi-select/multiselect.js +6 -6
  70. package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
  71. package/dist/collection/components/select/multi-select/multiselect.stories.js +131 -5
  72. package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
  73. package/dist/collection/components/select/single-select/select.stories.js +83 -26
  74. package/dist/collection/components/select/single-select/select.stories.js.map +1 -1
  75. package/dist/collection/components/slider/slider.stories.js +97 -13
  76. package/dist/collection/components/slider/slider.stories.js.map +1 -1
  77. package/dist/collection/components/spinner/spinner.stories.js +34 -2
  78. package/dist/collection/components/spinner/spinner.stories.js.map +1 -1
  79. package/dist/collection/components/status/status.stories.js +24 -1
  80. package/dist/collection/components/status/status.stories.js.map +1 -1
  81. package/dist/collection/components/stepper/stepper.stories.js +33 -16
  82. package/dist/collection/components/stepper/stepper.stories.js.map +1 -1
  83. package/dist/collection/components/switch/switch.stories.js +54 -4
  84. package/dist/collection/components/switch/switch.stories.js.map +1 -1
  85. package/dist/collection/components/table-advanced-version/table.stories.js +71 -11
  86. package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
  87. package/dist/collection/components/table-basic-version/table.stories.js +17 -1
  88. package/dist/collection/components/table-basic-version/table.stories.js.map +1 -1
  89. package/dist/collection/components/tabs/tabs.stories.js +89 -23
  90. package/dist/collection/components/tabs/tabs.stories.js.map +1 -1
  91. package/dist/collection/components/tag/tag.stories.js +18 -0
  92. package/dist/collection/components/tag/tag.stories.js.map +1 -1
  93. package/dist/collection/components/text-field/text-field.stories.js +104 -13
  94. package/dist/collection/components/text-field/text-field.stories.js.map +1 -1
  95. package/dist/collection/components/tooltip/tooltip.stories.js +48 -4
  96. package/dist/collection/components/tooltip/tooltip.stories.js.map +1 -1
  97. package/dist/components/ifx-accordion-item.js +1 -1
  98. package/dist/components/ifx-faq.js +1 -1
  99. package/dist/components/ifx-modal.js +8 -8
  100. package/dist/components/ifx-modal.js.map +1 -1
  101. package/dist/components/ifx-multiselect.js +1 -1
  102. package/dist/components/ifx-search-bar.js +5 -5
  103. package/dist/components/ifx-search-bar.js.map +1 -1
  104. package/dist/components/ifx-set-filter.js +1 -1
  105. package/dist/components/ifx-sidebar-item.js +11 -11
  106. package/dist/components/ifx-sidebar-item.js.map +1 -1
  107. package/dist/components/{p-b2439194.js → p-62c6aeb2.js} +4 -4
  108. package/dist/components/{p-b2439194.js.map → p-62c6aeb2.js.map} +1 -1
  109. package/dist/components/{p-04b73e62.js → p-cf8fd0f4.js} +6 -6
  110. package/dist/components/p-cf8fd0f4.js.map +1 -0
  111. package/dist/esm/ifx-accordion_2.entry.js +2 -2
  112. package/dist/esm/ifx-accordion_2.entry.js.map +1 -1
  113. package/dist/esm/ifx-modal.entry.js +8 -8
  114. package/dist/esm/ifx-modal.entry.js.map +1 -1
  115. package/dist/esm/ifx-multiselect_2.entry.js +5 -5
  116. package/dist/esm/ifx-multiselect_2.entry.js.map +1 -1
  117. package/dist/esm/ifx-search-bar.entry.js +5 -5
  118. package/dist/esm/ifx-search-bar.entry.js.map +1 -1
  119. package/dist/esm/ifx-sidebar-item.entry.js +9 -9
  120. package/dist/esm/ifx-sidebar-item.entry.js.map +1 -1
  121. package/dist/esm/infineon-design-system-stencil.js +1 -1
  122. package/dist/esm/loader.js +1 -1
  123. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  124. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  125. package/dist/infineon-design-system-stencil/p-60dcd508.entry.js +2 -0
  126. package/dist/infineon-design-system-stencil/p-60dcd508.entry.js.map +1 -0
  127. package/dist/infineon-design-system-stencil/p-6a274db4.entry.js +2 -0
  128. package/dist/infineon-design-system-stencil/p-6a274db4.entry.js.map +1 -0
  129. package/dist/infineon-design-system-stencil/p-c3e3eda9.entry.js +2 -0
  130. package/dist/infineon-design-system-stencil/p-c3e3eda9.entry.js.map +1 -0
  131. package/dist/infineon-design-system-stencil/{p-bc8a4226.entry.js → p-d93eb561.entry.js} +2 -2
  132. package/dist/infineon-design-system-stencil/p-d93eb561.entry.js.map +1 -0
  133. package/dist/infineon-design-system-stencil/p-dac5d6d5.entry.js +2 -0
  134. package/dist/infineon-design-system-stencil/p-dac5d6d5.entry.js.map +1 -0
  135. package/dist/types/components/accordion/accordion.stories.d.ts +67 -1
  136. package/dist/types/components/accordion/accordionItem.d.ts +1 -1
  137. package/dist/types/components/alert/alert.stories.d.ts +38 -11
  138. package/dist/types/components/badge/badge.stories.d.ts +23 -3
  139. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +66 -1
  140. package/dist/types/components/button/button.stories.d.ts +95 -16
  141. package/dist/types/components/card/card.stories.d.ts +95 -1
  142. package/dist/types/components/checkbox/checkbox.stories.d.ts +68 -10
  143. package/dist/types/components/content-switcher/content-switcher.stories.d.ts +66 -0
  144. package/dist/types/components/date-picker/date-picker.stories.d.ts +67 -2
  145. package/dist/types/components/dropdown/dropdown.stories.d.ts +111 -27
  146. package/dist/types/components/footer/footer.stories.d.ts +4 -0
  147. package/dist/types/components/icon/infineonIconStencil.stories.d.ts +5 -0
  148. package/dist/types/components/icon-button/icon-button.stories.d.ts +56 -8
  149. package/dist/types/components/link/link.stories.d.ts +52 -6
  150. package/dist/types/components/modal/modal.d.ts +2 -2
  151. package/dist/types/components/modal/modal.stories.d.ts +77 -3
  152. package/dist/types/components/navigation/navbar/navbar.stories.d.ts +243 -6
  153. package/dist/types/components/navigation/sidebar/sidebar-item.d.ts +2 -2
  154. package/dist/types/components/navigation/sidebar/sidebar.stories.d.ts +90 -7
  155. package/dist/types/components/notification/notification.stories.d.ts +44 -0
  156. package/dist/types/components/number-indicator/number-indicator.stories.d.ts +19 -0
  157. package/dist/types/components/pagination/pagination.stories.d.ts +27 -0
  158. package/dist/types/components/progress-bar/progress-bar.stories.d.ts +25 -4
  159. package/dist/types/components/radio-button/radio-button.stories.d.ts +59 -8
  160. package/dist/types/components/search-bar/search-bar.d.ts +1 -1
  161. package/dist/types/components/search-bar/search-bar.stories.d.ts +60 -3
  162. package/dist/types/components/search-field/search-field.stories.d.ts +36 -6
  163. package/dist/types/components/select/multi-select/multiselect.d.ts +1 -1
  164. package/dist/types/components/select/multi-select/multiselect.stories.d.ts +125 -0
  165. package/dist/types/components/select/single-select/select.stories.d.ts +67 -24
  166. package/dist/types/components/slider/slider.stories.d.ts +110 -0
  167. package/dist/types/components/spinner/spinner.stories.d.ts +32 -0
  168. package/dist/types/components/status/status.stories.d.ts +23 -2
  169. package/dist/types/components/stepper/stepper.stories.d.ts +21 -4
  170. package/dist/types/components/switch/switch.stories.d.ts +50 -1
  171. package/dist/types/components/table-basic-version/table.stories.d.ts +19 -1
  172. package/dist/types/components/tabs/tabs.stories.d.ts +77 -7
  173. package/dist/types/components/tag/tag.stories.d.ts +20 -0
  174. package/dist/types/components/text-field/text-field.stories.d.ts +96 -11
  175. package/dist/types/components/tooltip/tooltip.stories.d.ts +41 -6
  176. package/dist/types/components.d.ts +10 -10
  177. package/package.json +1 -1
  178. package/dist/components/p-04b73e62.js.map +0 -1
  179. package/dist/infineon-design-system-stencil/p-222c1af9.entry.js +0 -2
  180. package/dist/infineon-design-system-stencil/p-222c1af9.entry.js.map +0 -1
  181. package/dist/infineon-design-system-stencil/p-436babb8.entry.js +0 -2
  182. package/dist/infineon-design-system-stencil/p-436babb8.entry.js.map +0 -1
  183. package/dist/infineon-design-system-stencil/p-9481adc8.entry.js +0 -2
  184. package/dist/infineon-design-system-stencil/p-9481adc8.entry.js.map +0 -1
  185. package/dist/infineon-design-system-stencil/p-bc8a4226.entry.js.map +0 -1
  186. package/dist/infineon-design-system-stencil/p-dc7deb14.entry.js +0 -2
  187. package/dist/infineon-design-system-stencil/p-dc7deb14.entry.js.map +0 -1
@@ -2,13 +2,78 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
- icon: boolean;
5
+ icon: string;
6
+ iconArialLabel: string;
7
+ url: string;
8
+ target: string;
6
9
  };
7
10
  argTypes: {
11
+ icon: {
12
+ control: {
13
+ type: string;
14
+ };
15
+ options: any[];
16
+ description: string;
17
+ table: {
18
+ category: string;
19
+ defaultValue: {
20
+ summary: string;
21
+ };
22
+ type: {
23
+ summary: string;
24
+ };
25
+ };
26
+ };
27
+ target: {
28
+ control: {
29
+ type: string;
30
+ };
31
+ description: string;
32
+ table: {
33
+ category: string;
34
+ defaultValue: {
35
+ summary: string;
36
+ };
37
+ type: {
38
+ summary: string;
39
+ };
40
+ };
41
+ };
42
+ iconArialLabel: {
43
+ control: {
44
+ type: string;
45
+ };
46
+ description: string;
47
+ table: {
48
+ category: string;
49
+ defaultValue: {
50
+ summary: string;
51
+ };
52
+ type: {
53
+ summary: string;
54
+ };
55
+ };
56
+ };
57
+ url: {
58
+ control: {
59
+ type: string;
60
+ };
61
+ description: string;
62
+ table: {
63
+ category: string;
64
+ defaultValue: {
65
+ summary: string;
66
+ };
67
+ type: {
68
+ summary: string;
69
+ };
70
+ };
71
+ };
8
72
  ifxDropdownMenuItem: {
9
73
  action: string;
10
74
  description: string;
11
75
  table: {
76
+ category: string;
12
77
  type: {
13
78
  summary: string;
14
79
  detail: string;
@@ -9,58 +9,137 @@ declare const _default: {
9
9
  size: string;
10
10
  fullWidth: boolean;
11
11
  disabled: boolean;
12
+ icon: string;
12
13
  iconPosition: string;
13
14
  href: boolean;
14
15
  url: string;
15
16
  target: string;
16
17
  };
17
18
  argTypes: {
19
+ label: {
20
+ name: string;
21
+ description: string;
22
+ table: {
23
+ category: string;
24
+ type: {
25
+ summary: string;
26
+ };
27
+ };
28
+ };
18
29
  icon: {
30
+ description: string;
31
+ control: string;
19
32
  options: any[];
20
- control: {
21
- type: string;
33
+ table: {
34
+ category: string;
35
+ type: {
36
+ summary: string;
37
+ };
22
38
  };
23
39
  };
24
40
  variant: {
41
+ description: string;
42
+ control: string;
25
43
  options: string[];
26
- control: {
27
- type: string;
44
+ table: {
45
+ category: string;
46
+ defaultValue: {
47
+ summary: string;
48
+ };
28
49
  };
29
50
  };
30
51
  theme: {
52
+ description: string;
53
+ control: string;
31
54
  options: string[];
32
- control: {
33
- type: string;
55
+ table: {
56
+ category: string;
57
+ defaultValue: {
58
+ summary: string;
59
+ };
34
60
  };
35
61
  };
36
62
  type: {
63
+ description: string;
64
+ control: string;
37
65
  options: string[];
38
- control: {
39
- type: string;
66
+ table: {
67
+ category: string;
68
+ defaultValue: {
69
+ summary: string;
70
+ };
40
71
  };
41
72
  };
42
73
  size: {
43
74
  description: string;
75
+ control: string;
44
76
  options: string[];
45
- control: {
46
- type: string;
77
+ table: {
78
+ category: string;
79
+ defaultValue: {
80
+ summary: string;
81
+ };
47
82
  };
48
83
  };
49
84
  fullWidth: {
50
- control: {
51
- type: string;
85
+ description: string;
86
+ control: string;
87
+ table: {
88
+ category: string;
89
+ defaultValue: {
90
+ summary: string;
91
+ };
92
+ };
93
+ };
94
+ disabled: {
95
+ description: string;
96
+ control: string;
97
+ table: {
98
+ category: string;
99
+ defaultValue: {
100
+ summary: string;
101
+ };
52
102
  };
53
103
  };
54
104
  iconPosition: {
105
+ description: string;
106
+ control: string;
55
107
  options: string[];
56
- control: {
57
- type: string;
108
+ table: {
109
+ category: string;
110
+ defaultValue: {
111
+ summary: string;
112
+ };
113
+ };
114
+ };
115
+ href: {
116
+ description: string;
117
+ control: string;
118
+ table: {
119
+ category: string;
120
+ defaultValue: {
121
+ summary: string;
122
+ };
123
+ };
124
+ };
125
+ url: {
126
+ description: string;
127
+ table: {
128
+ category: string;
129
+ type: {
130
+ summary: string;
131
+ };
58
132
  };
59
133
  };
60
134
  target: {
135
+ description: string;
136
+ control: string;
61
137
  options: string[];
62
- control: {
63
- type: string;
138
+ table: {
139
+ category: string;
140
+ defaultValue: {
141
+ summary: string;
142
+ };
64
143
  };
65
144
  };
66
145
  };
@@ -2,10 +2,10 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
- direction: string;
6
5
  overline: string;
7
6
  headline: string;
8
7
  description: string;
8
+ direction: string;
9
9
  button: string;
10
10
  href: string;
11
11
  target: string;
@@ -13,19 +13,69 @@ declare const _default: {
13
13
  src: string;
14
14
  };
15
15
  argTypes: {
16
+ overline: {
17
+ name: string;
18
+ description: string;
19
+ type: {
20
+ name: string;
21
+ };
22
+ table: {
23
+ category: string;
24
+ };
25
+ };
26
+ headline: {
27
+ name: string;
28
+ description: string;
29
+ type: {
30
+ name: string;
31
+ };
32
+ table: {
33
+ category: string;
34
+ };
35
+ };
36
+ description: {
37
+ name: string;
38
+ description: string;
39
+ type: {
40
+ name: string;
41
+ };
42
+ table: {
43
+ category: string;
44
+ };
45
+ };
16
46
  button: {
47
+ name: string;
17
48
  options: string[];
49
+ description: string;
18
50
  control: {
19
51
  type: string;
20
52
  };
53
+ table: {
54
+ category: string;
55
+ };
21
56
  };
22
57
  direction: {
58
+ description: string;
59
+ table: {
60
+ category: string;
61
+ defaultValue: {
62
+ summary: string;
63
+ };
64
+ type: {
65
+ summary: string;
66
+ disable: boolean;
67
+ };
68
+ };
23
69
  options: string[];
24
70
  control: {
25
71
  type: string;
26
72
  };
27
73
  };
28
74
  position: {
75
+ description: string;
76
+ table: {
77
+ category: string;
78
+ };
29
79
  options: string[];
30
80
  control: {
31
81
  type: string;
@@ -35,12 +85,56 @@ declare const _default: {
35
85
  eq: string;
36
86
  };
37
87
  };
88
+ href: {
89
+ description: string;
90
+ type: {
91
+ name: string;
92
+ };
93
+ table: {
94
+ category: string;
95
+ };
96
+ };
38
97
  target: {
98
+ description: string;
99
+ table: {
100
+ category: string;
101
+ defaultValue: {
102
+ summary: string;
103
+ };
104
+ };
39
105
  options: string[];
40
106
  control: {
41
107
  type: string;
42
108
  };
43
109
  };
110
+ isHovered: {
111
+ description: string;
112
+ type: string;
113
+ table: {
114
+ defaultValue: {
115
+ summary: boolean;
116
+ };
117
+ category: string;
118
+ };
119
+ };
120
+ src: {
121
+ description: string;
122
+ type: {
123
+ name: string;
124
+ };
125
+ table: {
126
+ category: string;
127
+ };
128
+ };
129
+ alt: {
130
+ description: string;
131
+ type: {
132
+ name: string;
133
+ };
134
+ table: {
135
+ category: string;
136
+ };
137
+ };
44
138
  };
45
139
  };
46
140
  export default _default;
@@ -2,37 +2,95 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
+ label: string;
5
6
  error: boolean;
7
+ disabled: boolean;
6
8
  checked: boolean;
7
- label: string;
8
9
  size: string;
9
10
  indeterminate: boolean;
10
11
  name: string;
11
- value: string;
12
12
  };
13
13
  argTypes: {
14
- size: {
14
+ label: {
15
+ name: string;
15
16
  description: string;
16
- options: string[];
17
- control: {
18
- type: string;
17
+ table: {
18
+ category: string;
19
+ type: {
20
+ summary: string;
21
+ };
19
22
  };
20
23
  };
21
- ifxChange: {
22
- action: string;
24
+ error: {
23
25
  description: string;
26
+ control: string;
24
27
  table: {
28
+ category: string;
29
+ defaultValue: {
30
+ summary: boolean;
31
+ };
32
+ };
33
+ };
34
+ disabled: {
35
+ description: string;
36
+ control: string;
37
+ table: {
38
+ category: string;
39
+ defaultValue: {
40
+ summary: boolean;
41
+ };
42
+ };
43
+ };
44
+ checked: {
45
+ description: string;
46
+ control: string;
47
+ table: {
48
+ category: string;
49
+ defaultValue: {
50
+ summary: boolean;
51
+ };
52
+ };
53
+ };
54
+ indeterminate: {
55
+ description: string;
56
+ control: string;
57
+ table: {
58
+ category: string;
59
+ defaultValue: {
60
+ summary: boolean;
61
+ };
62
+ };
63
+ };
64
+ size: {
65
+ description: string;
66
+ control: string;
67
+ options: string[];
68
+ table: {
69
+ category: string;
70
+ defaultValue: {
71
+ summary: string;
72
+ };
25
73
  type: {
26
74
  summary: string;
27
- detail: string;
28
75
  };
29
76
  };
30
77
  };
31
78
  name: {
32
79
  description: string;
80
+ table: {
81
+ category: string;
82
+ };
33
83
  };
34
- value: {
84
+ ifxChange: {
85
+ action: string;
35
86
  description: string;
87
+ table: {
88
+ category: string;
89
+ type: {
90
+ summary: string;
91
+ detail: string;
92
+ };
93
+ };
36
94
  };
37
95
  };
38
96
  };
@@ -3,17 +3,83 @@ declare const _default: {
3
3
  tags: string[];
4
4
  args: {
5
5
  amountOfItems: number;
6
+ label: string;
7
+ value: string;
8
+ selected: boolean;
9
+ icon: string;
6
10
  };
7
11
  argTypes: {
8
12
  amountOfItems: {
13
+ name: string;
9
14
  control: {
10
15
  type: string;
11
16
  };
17
+ description: string;
18
+ table: {
19
+ category: string;
20
+ type: {
21
+ summary: string;
22
+ };
23
+ };
24
+ };
25
+ label: {
26
+ name: string;
27
+ control: {
28
+ type: string;
29
+ };
30
+ description: string;
31
+ table: {
32
+ category: string;
33
+ type: {
34
+ summary: string;
35
+ };
36
+ };
37
+ };
38
+ value: {
39
+ control: {
40
+ type: string;
41
+ };
42
+ description: string;
43
+ table: {
44
+ category: string;
45
+ type: {
46
+ summary: string;
47
+ };
48
+ };
49
+ };
50
+ selected: {
51
+ control: {
52
+ type: string;
53
+ };
54
+ description: string;
55
+ table: {
56
+ category: string;
57
+ defaultValue: {
58
+ summary: string;
59
+ };
60
+ type: {
61
+ summary: string;
62
+ };
63
+ };
64
+ };
65
+ icon: {
66
+ description: string;
67
+ options: any[];
68
+ control: {
69
+ type: string;
70
+ };
71
+ table: {
72
+ category: string;
73
+ type: {
74
+ summary: string;
75
+ };
76
+ };
12
77
  };
13
78
  ifxChange: {
14
79
  action: string;
15
80
  description: string;
16
81
  table: {
82
+ category: string;
17
83
  type: {
18
84
  summary: string;
19
85
  detail: string;
@@ -14,23 +14,88 @@ declare const _default: {
14
14
  caption: string;
15
15
  };
16
16
  argTypes: {
17
+ label: {
18
+ description: string;
19
+ table: {
20
+ category: string;
21
+ };
22
+ };
23
+ caption: {
24
+ description: string;
25
+ table: {
26
+ category: string;
27
+ };
28
+ };
29
+ min: {
30
+ description: string;
31
+ table: {
32
+ category: string;
33
+ };
34
+ };
35
+ max: {
36
+ description: string;
37
+ table: {
38
+ category: string;
39
+ };
40
+ };
41
+ disabled: {
42
+ description: string;
43
+ control: string;
44
+ table: {
45
+ category: string;
46
+ defaultValue: {
47
+ summary: boolean;
48
+ };
49
+ };
50
+ };
51
+ success: {
52
+ description: string;
53
+ control: string;
54
+ table: {
55
+ category: string;
56
+ defaultValue: {
57
+ summary: boolean;
58
+ };
59
+ };
60
+ };
61
+ error: {
62
+ description: string;
63
+ control: string;
64
+ table: {
65
+ category: string;
66
+ defaultValue: {
67
+ summary: boolean;
68
+ };
69
+ };
70
+ };
17
71
  size: {
18
72
  description: string;
73
+ control: string;
19
74
  options: string[];
20
- control: {
21
- type: string;
75
+ table: {
76
+ category: string;
77
+ defaultValue: {
78
+ summary: string;
79
+ };
22
80
  };
23
81
  };
24
82
  name: {
25
83
  description: string;
84
+ table: {
85
+ category: string;
86
+ };
26
87
  };
27
88
  value: {
28
89
  description: string;
90
+ table: {
91
+ category: string;
92
+ };
29
93
  };
30
94
  ifxDate: {
31
95
  action: string;
32
96
  description: string;
33
97
  table: {
98
+ category: string;
34
99
  type: {
35
100
  summary: string;
36
101
  detail: string;