@infineon/infineon-design-system-stencil 30.1.1--canary.1640.e4770f238d16196b9059daf4898d2d6ef7cdcbdd.0 → 30.2.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 (324) 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-basic-table.cjs.entry.js +1 -1
  4. package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
  5. package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
  6. package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
  7. package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
  8. package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
  9. package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
  10. package/dist/cjs/ifx-modal.cjs.entry.js +8 -8
  11. package/dist/cjs/ifx-modal.cjs.entry.js.map +1 -1
  12. package/dist/cjs/ifx-multiselect_2.cjs.entry.js +9 -9
  13. package/dist/cjs/ifx-multiselect_2.cjs.entry.js.map +1 -1
  14. package/dist/cjs/ifx-search-bar.cjs.entry.js +5 -5
  15. package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -1
  16. package/dist/cjs/ifx-select.cjs.entry.js +2 -2
  17. package/dist/cjs/ifx-select.cjs.entry.js.map +1 -1
  18. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +9 -9
  19. package/dist/cjs/ifx-sidebar-item.cjs.entry.js.map +1 -1
  20. package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
  21. package/dist/cjs/ifx-spinner.cjs.entry.js +2 -2
  22. package/dist/cjs/ifx-status.cjs.entry.js +1 -1
  23. package/dist/cjs/ifx-step.cjs.entry.js +4 -4
  24. package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
  25. package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
  26. package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
  27. package/dist/cjs/ifx-table.cjs.entry.js +2 -2
  28. package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
  29. package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
  30. package/dist/cjs/ifx-textarea.cjs.entry.js +2 -2
  31. package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
  32. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  33. package/dist/cjs/loader.cjs.js +1 -1
  34. package/dist/collection/components/accordion/accordion.stories.js +3 -79
  35. package/dist/collection/components/accordion/accordion.stories.js.map +1 -1
  36. package/dist/collection/components/accordion/accordionItem.js +4 -4
  37. package/dist/collection/components/accordion/accordionItem.js.map +1 -1
  38. package/dist/collection/components/alert/alert.stories.js +12 -45
  39. package/dist/collection/components/alert/alert.stories.js.map +1 -1
  40. package/dist/collection/components/badge/badge.stories.js +7 -28
  41. package/dist/collection/components/badge/badge.stories.js.map +1 -1
  42. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +7 -66
  43. package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
  44. package/dist/collection/components/button/button.stories.js +9 -104
  45. package/dist/collection/components/button/button.stories.js.map +1 -1
  46. package/dist/collection/components/card/card.stories.js +2 -85
  47. package/dist/collection/components/card/card.stories.js.map +1 -1
  48. package/dist/collection/components/checkbox/checkbox.stories.js +13 -74
  49. package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
  50. package/dist/collection/components/content-switcher/content-switcher.stories.js +3 -48
  51. package/dist/collection/components/content-switcher/content-switcher.stories.js.map +1 -1
  52. package/dist/collection/components/date-picker/date-picker.stories.js +6 -73
  53. package/dist/collection/components/date-picker/date-picker.stories.js.map +1 -1
  54. package/dist/collection/components/dropdown/dropdown.stories.js +64 -161
  55. package/dist/collection/components/dropdown/dropdown.stories.js.map +1 -1
  56. package/dist/collection/components/footer/footer.stories.js +1 -7
  57. package/dist/collection/components/footer/footer.stories.js.map +1 -1
  58. package/dist/collection/components/icon/infineonIconStencil.stories.js +2 -7
  59. package/dist/collection/components/icon/infineonIconStencil.stories.js.map +1 -1
  60. package/dist/collection/components/icon-button/icon-button.stories.js +5 -61
  61. package/dist/collection/components/icon-button/icon-button.stories.js.map +1 -1
  62. package/dist/collection/components/link/link.stories.js +4 -56
  63. package/dist/collection/components/link/link.stories.js.map +1 -1
  64. package/dist/collection/components/modal/modal.js +10 -10
  65. package/dist/collection/components/modal/modal.js.map +1 -1
  66. package/dist/collection/components/modal/modal.stories.js +19 -96
  67. package/dist/collection/components/modal/modal.stories.js.map +1 -1
  68. package/dist/collection/components/navigation/navbar/navbar.stories.js +12 -203
  69. package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
  70. package/dist/collection/components/navigation/sidebar/sidebar-item.js +11 -11
  71. package/dist/collection/components/navigation/sidebar/sidebar-item.js.map +1 -1
  72. package/dist/collection/components/navigation/sidebar/sidebar.stories.js +17 -110
  73. package/dist/collection/components/navigation/sidebar/sidebar.stories.js.map +1 -1
  74. package/dist/collection/components/notification/notification.stories.js +4 -51
  75. package/dist/collection/components/notification/notification.stories.js.map +1 -1
  76. package/dist/collection/components/number-indicator/number-indicator.stories.js +0 -19
  77. package/dist/collection/components/number-indicator/number-indicator.stories.js.map +1 -1
  78. package/dist/collection/components/pagination/pagination.stories.js +3 -30
  79. package/dist/collection/components/pagination/pagination.stories.js.map +1 -1
  80. package/dist/collection/components/progress-bar/progress-bar.stories.js +8 -31
  81. package/dist/collection/components/progress-bar/progress-bar.stories.js.map +1 -1
  82. package/dist/collection/components/radio-button/radio-button.stories.js +13 -66
  83. package/dist/collection/components/radio-button/radio-button.stories.js.map +1 -1
  84. package/dist/collection/components/search-bar/search-bar.js +6 -6
  85. package/dist/collection/components/search-bar/search-bar.js.map +1 -1
  86. package/dist/collection/components/search-bar/search-bar.stories.js +9 -58
  87. package/dist/collection/components/search-bar/search-bar.stories.js.map +1 -1
  88. package/dist/collection/components/search-field/search-field.stories.js +7 -43
  89. package/dist/collection/components/search-field/search-field.stories.js.map +1 -1
  90. package/dist/collection/components/select/multi-select/multiselect.js +6 -6
  91. package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
  92. package/dist/collection/components/select/multi-select/multiselect.stories.js +5 -131
  93. package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
  94. package/dist/collection/components/select/single-select/select.css +16 -0
  95. package/dist/collection/components/select/single-select/select.js +1 -1
  96. package/dist/collection/components/select/single-select/select.js.map +1 -1
  97. package/dist/collection/components/select/single-select/select.stories.js +26 -83
  98. package/dist/collection/components/select/single-select/select.stories.js.map +1 -1
  99. package/dist/collection/components/slider/slider.js +2 -2
  100. package/dist/collection/components/slider/slider.stories.js +13 -97
  101. package/dist/collection/components/slider/slider.stories.js.map +1 -1
  102. package/dist/collection/components/spinner/spinner.js +2 -2
  103. package/dist/collection/components/spinner/spinner.stories.js +2 -34
  104. package/dist/collection/components/spinner/spinner.stories.js.map +1 -1
  105. package/dist/collection/components/status/status.js +1 -1
  106. package/dist/collection/components/status/status.stories.js +1 -24
  107. package/dist/collection/components/status/status.stories.js.map +1 -1
  108. package/dist/collection/components/stepper/step/step.js +4 -4
  109. package/dist/collection/components/stepper/stepper.js +2 -2
  110. package/dist/collection/components/stepper/stepper.stories.js +16 -33
  111. package/dist/collection/components/stepper/stepper.stories.js.map +1 -1
  112. package/dist/collection/components/switch/switch.js +1 -1
  113. package/dist/collection/components/switch/switch.stories.js +4 -54
  114. package/dist/collection/components/switch/switch.stories.js.map +1 -1
  115. package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
  116. package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
  117. package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
  118. package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
  119. package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
  120. package/dist/collection/components/table-advanced-version/table.js +2 -2
  121. package/dist/collection/components/table-advanced-version/table.stories.js +13 -235
  122. package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
  123. package/dist/collection/components/table-basic-version/table.js +1 -1
  124. package/dist/collection/components/table-basic-version/table.stories.js +1 -17
  125. package/dist/collection/components/table-basic-version/table.stories.js.map +1 -1
  126. package/dist/collection/components/tabs/tab.js +1 -1
  127. package/dist/collection/components/tabs/tabs.js +2 -2
  128. package/dist/collection/components/tabs/tabs.stories.js +23 -89
  129. package/dist/collection/components/tabs/tabs.stories.js.map +1 -1
  130. package/dist/collection/components/tag/tag.js +1 -1
  131. package/dist/collection/components/tag/tag.stories.js +0 -18
  132. package/dist/collection/components/tag/tag.stories.js.map +1 -1
  133. package/dist/collection/components/text-field/text-field.js +4 -4
  134. package/dist/collection/components/text-field/text-field.stories.js +13 -104
  135. package/dist/collection/components/text-field/text-field.stories.js.map +1 -1
  136. package/dist/collection/components/textarea/textarea.js +2 -2
  137. package/dist/collection/components/tooltip/tooltip.js +4 -4
  138. package/dist/collection/components/tooltip/tooltip.stories.js +4 -48
  139. package/dist/collection/components/tooltip/tooltip.stories.js.map +1 -1
  140. package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
  141. package/dist/components/ifx-accordion-item.js +1 -1
  142. package/dist/components/ifx-basic-table.js +1 -1
  143. package/dist/components/ifx-faq.js +2 -2
  144. package/dist/components/ifx-filter-accordion.js +2 -2
  145. package/dist/components/ifx-filter-bar.js +1 -1
  146. package/dist/components/ifx-filter-search.js +1 -1
  147. package/dist/components/ifx-filter-type-group.js +1 -1
  148. package/dist/components/ifx-list-entry.js +1 -1
  149. package/dist/components/ifx-modal.js +8 -8
  150. package/dist/components/ifx-modal.js.map +1 -1
  151. package/dist/components/ifx-multiselect.js +1 -1
  152. package/dist/components/ifx-pagination.js +1 -1
  153. package/dist/components/ifx-search-bar.js +5 -5
  154. package/dist/components/ifx-search-bar.js.map +1 -1
  155. package/dist/components/ifx-select.js +1 -1
  156. package/dist/components/ifx-set-filter.js +3 -3
  157. package/dist/components/ifx-sidebar-item.js +11 -11
  158. package/dist/components/ifx-sidebar-item.js.map +1 -1
  159. package/dist/components/ifx-slider.js +2 -2
  160. package/dist/components/ifx-spinner.js +2 -2
  161. package/dist/components/ifx-status.js +1 -1
  162. package/dist/components/ifx-step.js +4 -4
  163. package/dist/components/ifx-stepper.js +2 -2
  164. package/dist/components/ifx-switch.js +1 -1
  165. package/dist/components/ifx-tab.js +1 -1
  166. package/dist/components/ifx-table.js +4 -4
  167. package/dist/components/ifx-tabs.js +2 -2
  168. package/dist/components/ifx-tag.js +1 -1
  169. package/dist/components/ifx-text-field.js +1 -1
  170. package/dist/components/ifx-textarea.js +2 -2
  171. package/dist/components/ifx-tooltip.js +4 -4
  172. package/dist/components/{p-78f3e867.js → p-0a68c458.js} +4 -4
  173. package/dist/components/{p-78f3e867.js.map → p-0a68c458.js.map} +1 -1
  174. package/dist/components/{p-81357e99.js → p-652fc14d.js} +2 -2
  175. package/dist/components/{p-81357e99.js.map → p-652fc14d.js.map} +1 -1
  176. package/dist/components/{p-b9024e1a.js → p-7826add7.js} +3 -3
  177. package/dist/components/p-7826add7.js.map +1 -0
  178. package/dist/components/{p-bac84326.js → p-96fbc3db.js} +6 -6
  179. package/dist/components/p-96fbc3db.js.map +1 -0
  180. package/dist/components/{p-d5a199fb.js → p-a6736b21.js} +5 -5
  181. package/dist/components/{p-d5a199fb.js.map → p-a6736b21.js.map} +1 -1
  182. package/dist/esm/ifx-accordion_2.entry.js +2 -2
  183. package/dist/esm/ifx-accordion_2.entry.js.map +1 -1
  184. package/dist/esm/ifx-basic-table.entry.js +1 -1
  185. package/dist/esm/ifx-faq.entry.js +1 -1
  186. package/dist/esm/ifx-filter-accordion.entry.js +2 -2
  187. package/dist/esm/ifx-filter-bar.entry.js +1 -1
  188. package/dist/esm/ifx-filter-search.entry.js +1 -1
  189. package/dist/esm/ifx-filter-type-group.entry.js +1 -1
  190. package/dist/esm/ifx-list-entry.entry.js +1 -1
  191. package/dist/esm/ifx-modal.entry.js +8 -8
  192. package/dist/esm/ifx-modal.entry.js.map +1 -1
  193. package/dist/esm/ifx-multiselect_2.entry.js +9 -9
  194. package/dist/esm/ifx-multiselect_2.entry.js.map +1 -1
  195. package/dist/esm/ifx-search-bar.entry.js +5 -5
  196. package/dist/esm/ifx-search-bar.entry.js.map +1 -1
  197. package/dist/esm/ifx-select.entry.js +2 -2
  198. package/dist/esm/ifx-select.entry.js.map +1 -1
  199. package/dist/esm/ifx-sidebar-item.entry.js +9 -9
  200. package/dist/esm/ifx-sidebar-item.entry.js.map +1 -1
  201. package/dist/esm/ifx-slider.entry.js +2 -2
  202. package/dist/esm/ifx-spinner.entry.js +2 -2
  203. package/dist/esm/ifx-status.entry.js +1 -1
  204. package/dist/esm/ifx-step.entry.js +4 -4
  205. package/dist/esm/ifx-stepper.entry.js +2 -2
  206. package/dist/esm/ifx-switch.entry.js +1 -1
  207. package/dist/esm/ifx-tab.entry.js +1 -1
  208. package/dist/esm/ifx-table.entry.js +2 -2
  209. package/dist/esm/ifx-tabs.entry.js +2 -2
  210. package/dist/esm/ifx-tag.entry.js +1 -1
  211. package/dist/esm/ifx-textarea.entry.js +2 -2
  212. package/dist/esm/ifx-tooltip.entry.js +4 -4
  213. package/dist/esm/infineon-design-system-stencil.js +1 -1
  214. package/dist/esm/loader.js +1 -1
  215. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  216. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  217. package/dist/infineon-design-system-stencil/{p-37ecac74.entry.js → p-190ebb90.entry.js} +2 -2
  218. package/dist/infineon-design-system-stencil/{p-a10f9b3c.entry.js → p-2e2ab749.entry.js} +2 -2
  219. package/dist/infineon-design-system-stencil/{p-0ddf85fc.entry.js → p-32c617c6.entry.js} +2 -2
  220. package/dist/infineon-design-system-stencil/{p-2e8c0115.entry.js → p-42a6429b.entry.js} +2 -2
  221. package/dist/infineon-design-system-stencil/{p-b30b66e5.entry.js → p-44e64146.entry.js} +2 -2
  222. package/dist/infineon-design-system-stencil/{p-50e122c4.entry.js → p-462946bf.entry.js} +2 -2
  223. package/dist/infineon-design-system-stencil/{p-8b089cd1.entry.js → p-4a6e75a4.entry.js} +2 -2
  224. package/dist/infineon-design-system-stencil/p-598324f5.entry.js +2 -0
  225. package/dist/infineon-design-system-stencil/{p-31e9d4f8.entry.js.map → p-598324f5.entry.js.map} +1 -1
  226. package/dist/infineon-design-system-stencil/p-6902ee06.entry.js +2 -0
  227. package/dist/infineon-design-system-stencil/{p-49872432.entry.js → p-6e2eec34.entry.js} +2 -2
  228. package/dist/infineon-design-system-stencil/p-7131a2b3.entry.js +2 -0
  229. package/dist/infineon-design-system-stencil/p-7131a2b3.entry.js.map +1 -0
  230. package/dist/infineon-design-system-stencil/p-79b4d359.entry.js +2 -0
  231. package/dist/infineon-design-system-stencil/p-79b4d359.entry.js.map +1 -0
  232. package/dist/infineon-design-system-stencil/p-7f510d1c.entry.js +2 -0
  233. package/dist/infineon-design-system-stencil/{p-7378190d.entry.js → p-874f2bf6.entry.js} +2 -2
  234. package/dist/infineon-design-system-stencil/{p-39697853.entry.js → p-88fb3c49.entry.js} +2 -2
  235. package/dist/infineon-design-system-stencil/{p-30640970.entry.js → p-90687777.entry.js} +2 -2
  236. package/dist/infineon-design-system-stencil/{p-bc40ad21.entry.js → p-a1c9b6fc.entry.js} +2 -2
  237. package/dist/infineon-design-system-stencil/{p-25bf54c9.entry.js → p-a24039e5.entry.js} +2 -2
  238. package/dist/infineon-design-system-stencil/p-a29b6247.entry.js +2 -0
  239. package/dist/infineon-design-system-stencil/p-a29b6247.entry.js.map +1 -0
  240. package/dist/infineon-design-system-stencil/{p-c428a56a.entry.js → p-b8f31dc3.entry.js} +2 -2
  241. package/dist/infineon-design-system-stencil/p-b8f31dc3.entry.js.map +1 -0
  242. package/dist/infineon-design-system-stencil/{p-02be14a9.entry.js → p-c68be6d9.entry.js} +2 -2
  243. package/dist/infineon-design-system-stencil/p-cdad5d2c.entry.js +2 -0
  244. package/dist/infineon-design-system-stencil/p-cdad5d2c.entry.js.map +1 -0
  245. package/dist/infineon-design-system-stencil/{p-5edfe317.entry.js → p-db956276.entry.js} +2 -2
  246. package/dist/infineon-design-system-stencil/{p-c2e6cbdb.entry.js → p-e954b757.entry.js} +2 -2
  247. package/dist/infineon-design-system-stencil/{p-b010bfcb.entry.js → p-ec0c6eb5.entry.js} +2 -2
  248. package/dist/infineon-design-system-stencil/{p-b010bfcb.entry.js.map → p-ec0c6eb5.entry.js.map} +1 -1
  249. package/dist/types/components/accordion/accordion.stories.d.ts +1 -67
  250. package/dist/types/components/accordion/accordionItem.d.ts +1 -1
  251. package/dist/types/components/alert/alert.stories.d.ts +11 -38
  252. package/dist/types/components/badge/badge.stories.d.ts +3 -23
  253. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +1 -66
  254. package/dist/types/components/button/button.stories.d.ts +16 -95
  255. package/dist/types/components/card/card.stories.d.ts +1 -95
  256. package/dist/types/components/checkbox/checkbox.stories.d.ts +10 -68
  257. package/dist/types/components/content-switcher/content-switcher.stories.d.ts +0 -50
  258. package/dist/types/components/date-picker/date-picker.stories.d.ts +2 -67
  259. package/dist/types/components/dropdown/dropdown.stories.d.ts +27 -111
  260. package/dist/types/components/footer/footer.stories.d.ts +0 -4
  261. package/dist/types/components/icon/infineonIconStencil.stories.d.ts +0 -5
  262. package/dist/types/components/icon-button/icon-button.stories.d.ts +8 -56
  263. package/dist/types/components/link/link.stories.d.ts +6 -52
  264. package/dist/types/components/modal/modal.d.ts +2 -2
  265. package/dist/types/components/modal/modal.stories.d.ts +3 -77
  266. package/dist/types/components/navigation/navbar/navbar.stories.d.ts +6 -243
  267. package/dist/types/components/navigation/sidebar/sidebar-item.d.ts +2 -2
  268. package/dist/types/components/navigation/sidebar/sidebar.stories.d.ts +7 -90
  269. package/dist/types/components/notification/notification.stories.d.ts +0 -44
  270. package/dist/types/components/number-indicator/number-indicator.stories.d.ts +0 -19
  271. package/dist/types/components/pagination/pagination.stories.d.ts +0 -27
  272. package/dist/types/components/progress-bar/progress-bar.stories.d.ts +4 -25
  273. package/dist/types/components/radio-button/radio-button.stories.d.ts +8 -59
  274. package/dist/types/components/search-bar/search-bar.d.ts +1 -1
  275. package/dist/types/components/search-bar/search-bar.stories.d.ts +3 -60
  276. package/dist/types/components/search-field/search-field.stories.d.ts +6 -36
  277. package/dist/types/components/select/multi-select/multiselect.d.ts +1 -1
  278. package/dist/types/components/select/multi-select/multiselect.stories.d.ts +0 -125
  279. package/dist/types/components/select/single-select/select.stories.d.ts +24 -67
  280. package/dist/types/components/slider/slider.stories.d.ts +0 -110
  281. package/dist/types/components/spinner/spinner.stories.d.ts +0 -32
  282. package/dist/types/components/status/status.stories.d.ts +2 -23
  283. package/dist/types/components/stepper/stepper.stories.d.ts +4 -21
  284. package/dist/types/components/switch/switch.stories.d.ts +1 -50
  285. package/dist/types/components/table-advanced-version/table.stories.d.ts +2 -243
  286. package/dist/types/components/table-basic-version/table.stories.d.ts +1 -19
  287. package/dist/types/components/tabs/tabs.stories.d.ts +7 -77
  288. package/dist/types/components/tag/tag.stories.d.ts +0 -20
  289. package/dist/types/components/text-field/text-field.stories.d.ts +11 -96
  290. package/dist/types/components/tooltip/tooltip.stories.d.ts +6 -41
  291. package/dist/types/components.d.ts +10 -10
  292. package/package.json +1 -1
  293. package/dist/components/p-b9024e1a.js.map +0 -1
  294. package/dist/components/p-bac84326.js.map +0 -1
  295. package/dist/infineon-design-system-stencil/p-16f9a47c.entry.js +0 -2
  296. package/dist/infineon-design-system-stencil/p-227d384c.entry.js +0 -2
  297. package/dist/infineon-design-system-stencil/p-227d384c.entry.js.map +0 -1
  298. package/dist/infineon-design-system-stencil/p-2849823e.entry.js +0 -2
  299. package/dist/infineon-design-system-stencil/p-2849823e.entry.js.map +0 -1
  300. package/dist/infineon-design-system-stencil/p-31e9d4f8.entry.js +0 -2
  301. package/dist/infineon-design-system-stencil/p-3ca407c8.entry.js +0 -2
  302. package/dist/infineon-design-system-stencil/p-3ca407c8.entry.js.map +0 -1
  303. package/dist/infineon-design-system-stencil/p-b1688ca4.entry.js +0 -2
  304. package/dist/infineon-design-system-stencil/p-b1688ca4.entry.js.map +0 -1
  305. package/dist/infineon-design-system-stencil/p-c428a56a.entry.js.map +0 -1
  306. package/dist/infineon-design-system-stencil/p-ea74d7ab.entry.js +0 -2
  307. /package/dist/infineon-design-system-stencil/{p-37ecac74.entry.js.map → p-190ebb90.entry.js.map} +0 -0
  308. /package/dist/infineon-design-system-stencil/{p-a10f9b3c.entry.js.map → p-2e2ab749.entry.js.map} +0 -0
  309. /package/dist/infineon-design-system-stencil/{p-0ddf85fc.entry.js.map → p-32c617c6.entry.js.map} +0 -0
  310. /package/dist/infineon-design-system-stencil/{p-2e8c0115.entry.js.map → p-42a6429b.entry.js.map} +0 -0
  311. /package/dist/infineon-design-system-stencil/{p-b30b66e5.entry.js.map → p-44e64146.entry.js.map} +0 -0
  312. /package/dist/infineon-design-system-stencil/{p-50e122c4.entry.js.map → p-462946bf.entry.js.map} +0 -0
  313. /package/dist/infineon-design-system-stencil/{p-8b089cd1.entry.js.map → p-4a6e75a4.entry.js.map} +0 -0
  314. /package/dist/infineon-design-system-stencil/{p-16f9a47c.entry.js.map → p-6902ee06.entry.js.map} +0 -0
  315. /package/dist/infineon-design-system-stencil/{p-49872432.entry.js.map → p-6e2eec34.entry.js.map} +0 -0
  316. /package/dist/infineon-design-system-stencil/{p-ea74d7ab.entry.js.map → p-7f510d1c.entry.js.map} +0 -0
  317. /package/dist/infineon-design-system-stencil/{p-7378190d.entry.js.map → p-874f2bf6.entry.js.map} +0 -0
  318. /package/dist/infineon-design-system-stencil/{p-39697853.entry.js.map → p-88fb3c49.entry.js.map} +0 -0
  319. /package/dist/infineon-design-system-stencil/{p-30640970.entry.js.map → p-90687777.entry.js.map} +0 -0
  320. /package/dist/infineon-design-system-stencil/{p-bc40ad21.entry.js.map → p-a1c9b6fc.entry.js.map} +0 -0
  321. /package/dist/infineon-design-system-stencil/{p-25bf54c9.entry.js.map → p-a24039e5.entry.js.map} +0 -0
  322. /package/dist/infineon-design-system-stencil/{p-02be14a9.entry.js.map → p-c68be6d9.entry.js.map} +0 -0
  323. /package/dist/infineon-design-system-stencil/{p-5edfe317.entry.js.map → p-db956276.entry.js.map} +0 -0
  324. /package/dist/infineon-design-system-stencil/{p-c2e6cbdb.entry.js.map → p-e954b757.entry.js.map} +0 -0
@@ -2,84 +2,18 @@ declare const _default: {
2
2
  title: string;
3
3
  component: string;
4
4
  args: {
5
- amountOfItems: number;
6
- AriaLevel: number;
7
5
  autoCollapse: boolean;
6
+ AriaLevel: number;
8
7
  };
9
8
  argTypes: {
10
9
  amountOfItems: {
11
10
  control: string;
12
- name: string;
13
- description: string;
14
- table: {
15
- category: string;
16
- type: {
17
- summary: string;
18
- };
19
- };
20
11
  };
21
12
  AriaLevel: {
22
13
  control: string;
23
14
  min: number;
24
15
  max: number;
25
16
  description: string;
26
- table: {
27
- defaultValue: {
28
- summary: string;
29
- };
30
- category: string;
31
- type: {
32
- summary: string;
33
- };
34
- };
35
- };
36
- mutable: {
37
- control: string;
38
- description: string;
39
- table: {
40
- category: string;
41
- defaultValue: {
42
- summary: string;
43
- };
44
- type: {
45
- summary: string;
46
- };
47
- };
48
- };
49
- autoCollapse: {
50
- control: string;
51
- description: string;
52
- table: {
53
- category: string;
54
- defaultValue: {
55
- summary: string;
56
- };
57
- type: {
58
- summary: string;
59
- };
60
- };
61
- };
62
- ifxItemOpen: {
63
- action: string;
64
- description: string;
65
- table: {
66
- category: string;
67
- type: {
68
- summary: string;
69
- detail: string;
70
- };
71
- };
72
- };
73
- ifxItemClose: {
74
- action: string;
75
- description: string;
76
- table: {
77
- category: string;
78
- type: {
79
- summary: string;
80
- detail: string;
81
- };
82
- };
83
17
  };
84
18
  };
85
19
  };
@@ -2,7 +2,7 @@ import { EventEmitter } from '../../stencil-public-runtime';
2
2
  export declare class IfxAccordionItem {
3
3
  caption: string;
4
4
  open: boolean;
5
- AriaLevel: number;
5
+ AriaLive: number;
6
6
  internalOpen: boolean;
7
7
  ifxItemOpen: EventEmitter;
8
8
  ifxItemClose: EventEmitter;
@@ -4,55 +4,32 @@ declare const _default: {
4
4
  args: {
5
5
  label: string;
6
6
  variant: string;
7
+ showIcon: boolean;
7
8
  closable: boolean;
8
- icon: string;
9
+ iconName: string;
9
10
  AriaLive: string;
10
11
  };
11
12
  argTypes: {
12
- label: {
13
- name: string;
14
- description: string;
15
- table: {
16
- category: string;
17
- };
18
- };
19
13
  variant: {
20
- description: string;
21
14
  options: string[];
22
- control: string;
23
- table: {
24
- category: string;
25
- defaultValue: {
26
- summary: string;
27
- };
15
+ control: {
16
+ type: string;
28
17
  };
29
18
  };
30
- icon: {
31
- description: string;
19
+ iconName: {
32
20
  options: any[];
33
- control: string;
34
- table: {
35
- category: string;
36
- defaultValue: {
37
- summary: string;
38
- };
21
+ control: {
22
+ type: string;
39
23
  };
40
24
  };
41
25
  closable: {
42
- description: string;
43
26
  control: string;
44
- table: {
45
- category: string;
46
- defaultValue: {
47
- summary: string;
48
- };
49
- };
27
+ default: boolean;
50
28
  };
51
29
  ifxClose: {
52
30
  action: string;
53
31
  description: string;
54
32
  table: {
55
- category: string;
56
33
  type: {
57
34
  summary: string;
58
35
  detail: string;
@@ -61,14 +38,10 @@ declare const _default: {
61
38
  };
62
39
  AriaLive: {
63
40
  options: string[];
64
- control: string;
65
- description: string;
66
- table: {
67
- category: string;
68
- defaultValue: {
69
- summary: string;
70
- };
41
+ control: {
42
+ type: string;
71
43
  };
44
+ description: string;
72
45
  };
73
46
  };
74
47
  };
@@ -3,34 +3,14 @@ declare const _default: {
3
3
  tags: string[];
4
4
  args: {
5
5
  label: string;
6
- icon: string;
6
+ icon: boolean;
7
7
  };
8
8
  argTypes: {
9
- label: {
10
- description: string;
11
- name: string;
12
- control: {
13
- type: string;
14
- };
15
- table: {
16
- category: string;
17
- type: {
18
- summary: string;
19
- };
20
- };
21
- };
22
- icon: {
9
+ iconName: {
10
+ options: any[];
23
11
  control: {
24
12
  type: string;
25
13
  };
26
- options: any[];
27
- description: string;
28
- table: {
29
- category: string;
30
- type: {
31
- summary: string;
32
- };
33
- };
34
14
  };
35
15
  };
36
16
  };
@@ -2,78 +2,13 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
- icon: string;
6
- iconArialLabel: string;
7
- url: string;
8
- target: string;
5
+ icon: boolean;
9
6
  };
10
7
  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
- };
72
8
  ifxDropdownMenuItem: {
73
9
  action: string;
74
10
  description: string;
75
11
  table: {
76
- category: string;
77
12
  type: {
78
13
  summary: string;
79
14
  detail: string;
@@ -9,137 +9,58 @@ declare const _default: {
9
9
  size: string;
10
10
  fullWidth: boolean;
11
11
  disabled: boolean;
12
- icon: string;
13
12
  iconPosition: string;
14
13
  href: boolean;
15
14
  url: string;
16
15
  target: string;
17
16
  };
18
17
  argTypes: {
19
- label: {
20
- name: string;
21
- description: string;
22
- table: {
23
- category: string;
24
- type: {
25
- summary: string;
26
- };
27
- };
28
- };
29
18
  icon: {
30
- description: string;
31
- control: string;
32
19
  options: any[];
33
- table: {
34
- category: string;
35
- type: {
36
- summary: string;
37
- };
20
+ control: {
21
+ type: string;
38
22
  };
39
23
  };
40
24
  variant: {
41
- description: string;
42
- control: string;
43
25
  options: string[];
44
- table: {
45
- category: string;
46
- defaultValue: {
47
- summary: string;
48
- };
26
+ control: {
27
+ type: string;
49
28
  };
50
29
  };
51
30
  theme: {
52
- description: string;
53
- control: string;
54
31
  options: string[];
55
- table: {
56
- category: string;
57
- defaultValue: {
58
- summary: string;
59
- };
32
+ control: {
33
+ type: string;
60
34
  };
61
35
  };
62
36
  type: {
63
- description: string;
64
- control: string;
65
37
  options: string[];
66
- table: {
67
- category: string;
68
- defaultValue: {
69
- summary: string;
70
- };
38
+ control: {
39
+ type: string;
71
40
  };
72
41
  };
73
42
  size: {
74
43
  description: string;
75
- control: string;
76
44
  options: string[];
77
- table: {
78
- category: string;
79
- defaultValue: {
80
- summary: string;
81
- };
45
+ control: {
46
+ type: string;
82
47
  };
83
48
  };
84
49
  fullWidth: {
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
- };
50
+ control: {
51
+ type: string;
102
52
  };
103
53
  };
104
54
  iconPosition: {
105
- description: string;
106
- control: string;
107
55
  options: 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
- };
56
+ control: {
57
+ type: string;
132
58
  };
133
59
  };
134
60
  target: {
135
- description: string;
136
- control: string;
137
61
  options: string[];
138
- table: {
139
- category: string;
140
- defaultValue: {
141
- summary: string;
142
- };
62
+ control: {
63
+ type: string;
143
64
  };
144
65
  };
145
66
  };
@@ -2,10 +2,10 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
+ direction: string;
5
6
  overline: string;
6
7
  headline: string;
7
8
  description: string;
8
- direction: string;
9
9
  button: string;
10
10
  href: string;
11
11
  target: string;
@@ -13,69 +13,19 @@ 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
- };
46
16
  button: {
47
- name: string;
48
17
  options: string[];
49
- description: string;
50
18
  control: {
51
19
  type: string;
52
20
  };
53
- table: {
54
- category: string;
55
- };
56
21
  };
57
22
  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
- };
69
23
  options: string[];
70
24
  control: {
71
25
  type: string;
72
26
  };
73
27
  };
74
28
  position: {
75
- description: string;
76
- table: {
77
- category: string;
78
- };
79
29
  options: string[];
80
30
  control: {
81
31
  type: string;
@@ -85,56 +35,12 @@ declare const _default: {
85
35
  eq: string;
86
36
  };
87
37
  };
88
- href: {
89
- description: string;
90
- type: {
91
- name: string;
92
- };
93
- table: {
94
- category: string;
95
- };
96
- };
97
38
  target: {
98
- description: string;
99
- table: {
100
- category: string;
101
- defaultValue: {
102
- summary: string;
103
- };
104
- };
105
39
  options: string[];
106
40
  control: {
107
41
  type: string;
108
42
  };
109
43
  };
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
- };
138
44
  };
139
45
  };
140
46
  export default _default;
@@ -2,96 +2,38 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
- label: string;
6
5
  error: boolean;
7
- disabled: boolean;
8
6
  checked: boolean;
7
+ label: string;
9
8
  size: string;
10
9
  indeterminate: boolean;
11
10
  name: string;
11
+ value: string;
12
12
  };
13
13
  argTypes: {
14
- label: {
15
- name: string;
16
- description: string;
17
- table: {
18
- category: string;
19
- type: {
20
- summary: string;
21
- };
22
- };
23
- };
24
- error: {
25
- description: string;
26
- control: string;
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
14
  size: {
65
15
  description: string;
66
- control: string;
67
16
  options: string[];
68
- table: {
69
- category: string;
70
- defaultValue: {
71
- summary: string;
72
- };
73
- type: {
74
- summary: string;
75
- };
76
- };
77
- };
78
- name: {
79
- description: string;
80
- table: {
81
- category: string;
17
+ control: {
18
+ type: string;
82
19
  };
83
20
  };
84
21
  ifxChange: {
85
22
  action: string;
86
23
  description: string;
87
24
  table: {
88
- category: string;
89
25
  type: {
90
26
  summary: string;
91
27
  detail: string;
92
28
  };
93
29
  };
94
30
  };
31
+ name: {
32
+ description: string;
33
+ };
34
+ value: {
35
+ description: string;
36
+ };
95
37
  };
96
38
  };
97
39
  export default _default;