@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
@@ -5,56 +5,16 @@ declare const _default: {
5
5
  argTypes: {
6
6
  min: {
7
7
  control: string;
8
- description: string;
9
- table: {
10
- category: string;
11
- defaultValue: {
12
- summary: string;
13
- };
14
- type: {
15
- summary: string;
16
- };
17
- };
18
8
  };
19
9
  max: {
20
10
  control: string;
21
- description: string;
22
- table: {
23
- category: string;
24
- defaultValue: {
25
- summary: string;
26
- };
27
- type: {
28
- summary: string;
29
- };
30
- };
31
11
  };
32
12
  step: {
33
13
  control: string;
34
- description: string;
35
- table: {
36
- category: string;
37
- defaultValue: {
38
- summary: string;
39
- };
40
- type: {
41
- summary: string;
42
- };
43
- };
44
14
  };
45
15
  type: {
46
16
  control: string;
47
17
  options: string[];
48
- description: string;
49
- table: {
50
- category: string;
51
- defaultValue: {
52
- summary: string;
53
- };
54
- type: {
55
- summary: string;
56
- };
57
- };
58
18
  };
59
19
  value: {
60
20
  control: string;
@@ -62,13 +22,6 @@ declare const _default: {
62
22
  arg: string;
63
23
  eq: string;
64
24
  };
65
- description: string;
66
- table: {
67
- category: string;
68
- type: {
69
- summary: string;
70
- };
71
- };
72
25
  };
73
26
  minValueHandle: {
74
27
  control: string;
@@ -76,13 +29,6 @@ declare const _default: {
76
29
  arg: string;
77
30
  eq: string;
78
31
  };
79
- description: string;
80
- table: {
81
- category: string;
82
- type: {
83
- summary: string;
84
- };
85
- };
86
32
  };
87
33
  maxValueHandle: {
88
34
  control: string;
@@ -90,13 +36,6 @@ declare const _default: {
90
36
  arg: string;
91
37
  eq: string;
92
38
  };
93
- description: string;
94
- table: {
95
- category: string;
96
- type: {
97
- summary: string;
98
- };
99
- };
100
39
  };
101
40
  showPercentage: {
102
41
  control: string;
@@ -104,81 +43,32 @@ declare const _default: {
104
43
  arg: string;
105
44
  eq: string;
106
45
  };
107
- description: string;
108
- table: {
109
- category: string;
110
- defaultValue: {
111
- summary: string;
112
- };
113
- type: {
114
- summary: string;
115
- };
116
- };
117
46
  };
118
47
  disabled: {
119
48
  control: string;
120
- description: string;
121
- table: {
122
- category: string;
123
- defaultValue: {
124
- summary: string;
125
- };
126
- type: {
127
- summary: string;
128
- };
129
- };
130
49
  };
131
50
  leftIcon: {
132
51
  options: any[];
133
52
  control: {
134
53
  type: string;
135
54
  };
136
- description: string;
137
- table: {
138
- category: string;
139
- type: {
140
- summary: string;
141
- };
142
- };
143
55
  };
144
56
  rightIcon: {
145
57
  options: any[];
146
58
  control: {
147
59
  type: string;
148
60
  };
149
- description: string;
150
- table: {
151
- category: string;
152
- type: {
153
- summary: string;
154
- };
155
- };
156
61
  };
157
62
  leftText: {
158
63
  control: string;
159
- description: string;
160
- table: {
161
- category: string;
162
- type: {
163
- summary: string;
164
- };
165
- };
166
64
  };
167
65
  rightText: {
168
66
  control: string;
169
- description: string;
170
- table: {
171
- category: string;
172
- type: {
173
- summary: string;
174
- };
175
- };
176
67
  };
177
68
  ifxChange: {
178
69
  action: string;
179
70
  description: string;
180
71
  table: {
181
- category: string;
182
72
  type: {
183
73
  summary: string;
184
74
  detail: string;
@@ -4,7 +4,6 @@ declare const _default: {
4
4
  args: {
5
5
  size: string;
6
6
  variant: string;
7
- inverted: boolean;
8
7
  };
9
8
  argTypes: {
10
9
  size: {
@@ -13,43 +12,12 @@ declare const _default: {
13
12
  control: {
14
13
  type: string;
15
14
  };
16
- table: {
17
- category: string;
18
- defaultValue: {
19
- summary: string;
20
- };
21
- type: {
22
- summary: string;
23
- };
24
- };
25
15
  };
26
16
  variant: {
27
- description: string;
28
17
  options: string[];
29
18
  control: {
30
19
  type: string;
31
20
  };
32
- table: {
33
- category: string;
34
- defaultValue: {
35
- summary: string;
36
- };
37
- type: {
38
- summary: string;
39
- };
40
- };
41
- };
42
- inverted: {
43
- description: string;
44
- table: {
45
- category: string;
46
- defaultValue: {
47
- summary: string;
48
- };
49
- type: {
50
- summary: string;
51
- };
52
- };
53
21
  };
54
22
  };
55
23
  };
@@ -7,35 +7,14 @@ declare const _default: {
7
7
  border: boolean;
8
8
  };
9
9
  argTypes: {
10
- label: {
11
- description: string;
12
- table: {
13
- category: string;
14
- type: {
15
- summary: string;
16
- };
17
- };
18
- };
19
10
  border: {
20
- description: string;
21
11
  control: string;
22
12
  attr: string;
23
- table: {
24
- category: string;
25
- defaultValue: {
26
- summary: boolean;
27
- };
28
- };
29
13
  };
30
14
  color: {
31
- description: string;
32
- control: string;
33
15
  options: string[];
34
- table: {
35
- category: string;
36
- defaultValue: {
37
- summary: string;
38
- };
16
+ control: {
17
+ type: string;
39
18
  };
40
19
  };
41
20
  };
@@ -1,8 +1,8 @@
1
1
  declare const _default: {
2
2
  title: string;
3
3
  args: {
4
- amountOfSteps: number;
5
4
  activeStep: number;
5
+ amountOfSteps: number;
6
6
  errorStep: number;
7
7
  disabled: boolean;
8
8
  indicatorPosition: string;
@@ -17,7 +17,6 @@ declare const _default: {
17
17
  };
18
18
  description: string;
19
19
  table: {
20
- category: string;
21
20
  defaultValue: {
22
21
  summary: number;
23
22
  };
@@ -27,18 +26,11 @@ declare const _default: {
27
26
  name: string;
28
27
  control: string;
29
28
  description: string;
30
- table: {
31
- category: string;
32
- defaultValue: {
33
- summary: number;
34
- };
35
- };
36
29
  };
37
30
  completeStep: {
38
31
  name: string;
39
32
  description: string;
40
33
  table: {
41
- category: string;
42
34
  defaultValue: {
43
35
  summary: boolean;
44
36
  };
@@ -52,7 +44,6 @@ declare const _default: {
52
44
  control: string;
53
45
  description: string;
54
46
  table: {
55
- category: string;
56
47
  defaultValue: {
57
48
  summary: boolean;
58
49
  };
@@ -70,7 +61,9 @@ declare const _default: {
70
61
  control: string;
71
62
  description: string;
72
63
  table: {
73
- category: string;
64
+ defaultValue: {
65
+ summary: boolean;
66
+ };
74
67
  };
75
68
  };
76
69
  indicatorPosition: {
@@ -84,9 +77,6 @@ declare const _default: {
84
77
  arg: string;
85
78
  eq: string;
86
79
  };
87
- table: {
88
- category: string;
89
- };
90
80
  };
91
81
  showStepNumber: {
92
82
  control: string;
@@ -98,9 +88,6 @@ declare const _default: {
98
88
  arg: string;
99
89
  eq: string;
100
90
  };
101
- table: {
102
- category: string;
103
- };
104
91
  };
105
92
  variant: {
106
93
  options: string[];
@@ -109,15 +96,11 @@ declare const _default: {
109
96
  };
110
97
  description: string;
111
98
  control: string;
112
- table: {
113
- category: string;
114
- };
115
99
  };
116
100
  ifxChange: {
117
101
  action: string;
118
102
  description: string;
119
103
  table: {
120
- category: string;
121
104
  type: {
122
105
  summary: string;
123
106
  detail: string;
@@ -2,70 +2,21 @@ declare const _default: {
2
2
  title: string;
3
3
  tags: string[];
4
4
  args: {
5
- label: string;
6
5
  checked: boolean;
6
+ label: string;
7
7
  name: string;
8
8
  value: string;
9
- disabled: boolean;
10
9
  };
11
10
  argTypes: {
12
- label: {
13
- name: string;
14
- description: string;
15
- table: {
16
- category: string;
17
- type: {
18
- summary: string;
19
- };
20
- };
21
- };
22
11
  name: {
23
12
  description: string;
24
- table: {
25
- category: string;
26
- type: {
27
- summary: string;
28
- };
29
- };
30
- };
31
- checked: {
32
- name: string;
33
- description: string;
34
- table: {
35
- category: string;
36
- defaultValue: {
37
- summary: string;
38
- };
39
- type: {
40
- summary: string;
41
- };
42
- };
43
13
  };
44
14
  value: {
45
15
  description: string;
46
- table: {
47
- category: string;
48
- type: {
49
- summary: string;
50
- };
51
- };
52
- };
53
- disabled: {
54
- description: string;
55
- table: {
56
- category: string;
57
- defaultValue: {
58
- summary: string;
59
- };
60
- type: {
61
- summary: string;
62
- };
63
- };
64
16
  };
65
17
  ifxChange: {
66
18
  description: string;
67
19
  table: {
68
- category: string;
69
20
  type: {
70
21
  summary: string;
71
22
  detail: string;
@@ -4,33 +4,16 @@ declare const _default: {
4
4
  tableHeight: string;
5
5
  pagination: boolean;
6
6
  paginationPageSize: number;
7
+ currentPage: number;
7
8
  rowHeight: number;
8
9
  showLoading: boolean;
9
- maxVisibleItemsOfList: number;
10
- filterNameOfFilterSearch: string;
11
10
  };
12
11
  argTypes: {
13
12
  tableHeight: {
14
- description: string;
15
- table: {
16
- defaultValue: {
17
- summary: string;
18
- };
19
- category: string;
20
- type: {
21
- summary: string;
22
- };
23
- };
24
- };
25
- pagination: {
26
- description: string;
27
13
  table: {
28
- category: string;
29
- defaultValue: {
30
- summary: boolean;
31
- };
32
14
  type: {
33
15
  summary: string;
16
+ detail: string;
34
17
  };
35
18
  };
36
19
  };
@@ -42,71 +25,27 @@ declare const _default: {
42
25
  max: number;
43
26
  step: number;
44
27
  };
45
- table: {
46
- category: string;
47
- defaultValue: {
48
- summary: number;
49
- };
50
- type: {
51
- summary: string;
52
- detail: string;
53
- };
54
- };
55
28
  };
56
29
  showLoading: {
57
- description: string;
58
30
  options: boolean[];
59
31
  control: {
60
32
  type: string;
61
33
  };
62
- table: {
63
- category: string;
64
- defaultValue: {
65
- summary: boolean;
66
- };
67
- type: {
68
- summary: string;
69
- };
70
- };
71
34
  };
72
35
  rowHeight: {
73
- description: string;
74
36
  options: string[];
75
37
  control: {
76
38
  type: string;
77
39
  };
78
- table: {
79
- category: string;
80
- defaultValue: {
81
- summary: string;
82
- };
83
- type: {
84
- summary: string;
85
- detail: string;
86
- };
87
- };
88
40
  };
89
41
  filterOrientation: {
90
- description: string;
91
42
  options: string[];
92
43
  control: {
93
44
  type: string;
94
45
  };
95
- table: {
96
- category: string;
97
- defaultValue: {
98
- summary: string;
99
- };
100
- type: {
101
- summary: string;
102
- detail: string;
103
- };
104
- };
105
46
  };
106
47
  columnDefs: {
107
- description: string;
108
48
  table: {
109
- category: string;
110
49
  type: {
111
50
  summary: string;
112
51
  detail: string;
@@ -114,187 +53,7 @@ declare const _default: {
114
53
  };
115
54
  };
116
55
  rowData: {
117
- description: string;
118
- table: {
119
- category: string;
120
- type: {
121
- summary: string;
122
- detail: string;
123
- };
124
- };
125
- };
126
- filterGroupName: {
127
- description: string;
128
- control: {
129
- type: string;
130
- };
131
- table: {
132
- category: string;
133
- type: {
134
- summary: string;
135
- };
136
- };
137
- };
138
- filterNameOfFilterSearch: {
139
- name: string;
140
- description: string;
141
- control: {
142
- type: string;
143
- };
144
- table: {
145
- category: string;
146
- type: {
147
- summary: string;
148
- };
149
- };
150
- };
151
- filterLabel: {
152
- description: string;
153
- control: {
154
- type: string;
155
- };
156
- table: {
157
- category: string;
158
- type: {
159
- summary: string;
160
- };
161
- };
162
- };
163
- filterName: {
164
- description: string;
165
- control: {
166
- type: string;
167
- };
168
- table: {
169
- category: string;
170
- type: {
171
- summary: string;
172
- };
173
- };
174
- };
175
- type: {
176
- description: string;
177
- options: string[];
178
- control: {
179
- type: string;
180
- };
181
- table: {
182
- defaultValue: {
183
- summary: string;
184
- };
185
- category: string;
186
- type: {
187
- summary: string;
188
- };
189
- };
190
- };
191
- maxShownFilters: {
192
- description: string;
193
- control: {
194
- type: string;
195
- };
196
- table: {
197
- defaultValue: {
198
- summary: number;
199
- };
200
- category: string;
201
- type: {
202
- summary: string;
203
- };
204
- };
205
- };
206
- typeOfList: {
207
- name: string;
208
- description: string;
209
- control: {
210
- type: string;
211
- };
212
- table: {
213
- category: string;
214
- defaultValue: {
215
- summary: string;
216
- };
217
- type: {
218
- summary: string;
219
- };
220
- };
221
- };
222
- maxVisibleItemsOfList: {
223
- name: string;
224
- description: string;
225
- control: {
226
- type: string;
227
- };
228
- table: {
229
- defaultValue: {
230
- summary: number;
231
- };
232
- category: string;
233
- type: {
234
- summary: string;
235
- };
236
- };
237
- };
238
- labelOfListEntry: {
239
- name: string;
240
- description: string;
241
- control: {
242
- type: string;
243
- };
244
- table: {
245
- category: string;
246
- type: {
247
- summary: string;
248
- };
249
- };
250
- };
251
- valueOfListEntry: {
252
- name: string;
253
- description: string;
254
- control: {
255
- type: string;
256
- };
257
- table: {
258
- category: string;
259
- type: {
260
- summary: string;
261
- };
262
- };
263
- };
264
- ifxSidebarFilterChange: {
265
- description: string;
266
- table: {
267
- category: string;
268
- type: {
269
- summary: string;
270
- detail: string;
271
- };
272
- };
273
- };
274
- ifxFilterSearchChange: {
275
- description: string;
276
- table: {
277
- category: string;
278
- type: {
279
- summary: string;
280
- detail: string;
281
- };
282
- };
283
- };
284
- ifxFilterSelect: {
285
- description: string;
286
- table: {
287
- category: string;
288
- type: {
289
- summary: string;
290
- detail: string;
291
- };
292
- };
293
- };
294
- ifxFilterAccordionChange: {
295
- description: string;
296
56
  table: {
297
- category: string;
298
57
  type: {
299
58
  summary: string;
300
59
  detail: string;