@infineon/infineon-design-system-stencil 36.0.0--canary.1926.3384b08beedd4bd0bf0894c709a0e3eb8096602d.0 → 36.0.0--canary.1941.7599a6785f62cbeb62b2525db0089aa1d1f9fc08.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 (289) hide show
  1. package/dist/cjs/{icons-2cd72a7d.js → icons-0d4d096d.js} +1 -4
  2. package/dist/cjs/icons-0d4d096d.js.map +1 -0
  3. package/dist/cjs/ifx-alert_2.cjs.entry.js +1 -1
  4. package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
  5. package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
  6. package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
  7. package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
  8. package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
  9. package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
  10. package/dist/cjs/ifx-icon.cjs.entry.js +1 -1
  11. package/dist/cjs/ifx-icons-preview.cjs.entry.js +1 -1
  12. package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
  13. package/dist/cjs/ifx-multiselect.cjs.entry.js +545 -0
  14. package/dist/cjs/ifx-multiselect.cjs.entry.js.map +1 -0
  15. package/dist/cjs/ifx-select.cjs.entry.js +2 -2
  16. package/dist/cjs/ifx-set-filter.cjs.entry.js +2 -19
  17. package/dist/cjs/ifx-set-filter.cjs.entry.js.map +1 -1
  18. package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
  19. package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
  20. package/dist/cjs/ifx-status.cjs.entry.js +1 -1
  21. package/dist/cjs/ifx-step.cjs.entry.js +4 -4
  22. package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
  23. package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
  24. package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
  25. package/dist/cjs/ifx-table.cjs.entry.js +2 -2
  26. package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
  27. package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
  28. package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
  29. package/dist/cjs/ifx-textarea.cjs.entry.js +1 -1
  30. package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
  31. package/dist/cjs/ifx-tree-view-item.cjs.entry.js +2 -2
  32. package/dist/cjs/ifx-tree-view.cjs.entry.js +1 -1
  33. package/dist/cjs/index-7f4df11a.js +14 -14
  34. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  35. package/dist/cjs/loader.cjs.js +1 -1
  36. package/dist/collection/collection-manifest.json +0 -1
  37. package/dist/collection/components/breadcrumb/breadcrumb.stories.js +1 -1
  38. package/dist/collection/components/breadcrumb/breadcrumb.stories.js.map +1 -1
  39. package/dist/collection/components/select/multi-select/interfaces.js.map +1 -1
  40. package/dist/collection/components/select/multi-select/multiselect.css +65 -60
  41. package/dist/collection/components/select/multi-select/multiselect.js +427 -675
  42. package/dist/collection/components/select/multi-select/multiselect.js.map +1 -1
  43. package/dist/collection/components/select/multi-select/multiselect.stories.js +135 -439
  44. package/dist/collection/components/select/multi-select/multiselect.stories.js.map +1 -1
  45. package/dist/collection/components/select/single-select/select.js +2 -2
  46. package/dist/collection/components/slider/slider.js +2 -2
  47. package/dist/collection/components/spinner/spinner.js +2 -2
  48. package/dist/collection/components/status/status.js +1 -1
  49. package/dist/collection/components/stepper/step/step.js +4 -4
  50. package/dist/collection/components/stepper/stepper.js +2 -2
  51. package/dist/collection/components/switch/switch.js +1 -1
  52. package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
  53. package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
  54. package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
  55. package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
  56. package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
  57. package/dist/collection/components/table-advanced-version/set-filter/setFilter.js +2 -19
  58. package/dist/collection/components/table-advanced-version/set-filter/setFilter.js.map +1 -1
  59. package/dist/collection/components/table-advanced-version/table.js +2 -2
  60. package/dist/collection/components/table-advanced-version/table.stories.js +3 -2
  61. package/dist/collection/components/table-advanced-version/table.stories.js.map +1 -1
  62. package/dist/collection/components/table-basic-version/table.js +1 -1
  63. package/dist/collection/components/tabs/tab.js +1 -1
  64. package/dist/collection/components/tabs/tabs.js +2 -2
  65. package/dist/collection/components/tag/tag.js +1 -1
  66. package/dist/collection/components/templates/template/template.js +1 -1
  67. package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
  68. package/dist/collection/components/text-field/text-field.js +4 -4
  69. package/dist/collection/components/textarea/textarea.js +1 -1
  70. package/dist/collection/components/tooltip/tooltip.js +4 -4
  71. package/dist/collection/components/tree-view/tree-view-item.js +2 -2
  72. package/dist/collection/components/tree-view/tree-view.js +1 -1
  73. package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
  74. package/dist/components/ifx-accordion-item.js +1 -1
  75. package/dist/components/ifx-alert.js +1 -1
  76. package/dist/components/ifx-basic-table.js +1 -1
  77. package/dist/components/ifx-breadcrumb-item-label.js +1 -1
  78. package/dist/components/ifx-checkbox-group.js +1 -1
  79. package/dist/components/ifx-checkbox.js +1 -1
  80. package/dist/components/ifx-chip-item.js +1 -1
  81. package/dist/components/ifx-chip.js +1 -1
  82. package/dist/components/ifx-date-picker.js +1 -1
  83. package/dist/components/ifx-dropdown-item.js +1 -1
  84. package/dist/components/ifx-dropdown-separator.js +1 -29
  85. package/dist/components/ifx-dropdown-separator.js.map +1 -1
  86. package/dist/components/ifx-dropdown-trigger-button.js +1 -1
  87. package/dist/components/ifx-faq.js +3 -3
  88. package/dist/components/ifx-file-upload.js +2 -2
  89. package/dist/components/ifx-filter-accordion.js +3 -3
  90. package/dist/components/ifx-filter-bar.js +2 -2
  91. package/dist/components/ifx-filter-search.js +3 -3
  92. package/dist/components/ifx-filter-type-group.js +1 -1
  93. package/dist/components/ifx-icon-button.js +1 -1
  94. package/dist/components/ifx-icon.js +1 -1
  95. package/dist/components/ifx-icons-preview.js +3 -3
  96. package/dist/components/ifx-list-entry.js +3 -3
  97. package/dist/components/ifx-list.js +1 -1
  98. package/dist/components/ifx-modal.js +2 -2
  99. package/dist/components/ifx-multiselect.js +1 -1
  100. package/dist/components/ifx-navbar-item.js +1 -1
  101. package/dist/components/ifx-navbar.js +1 -1
  102. package/dist/components/ifx-notification.js +1 -1
  103. package/dist/components/ifx-overview-table.js +1 -1
  104. package/dist/components/ifx-pagination.js +1 -1
  105. package/dist/components/ifx-radio-button-group.js +1 -1
  106. package/dist/components/ifx-search-bar.js +2 -2
  107. package/dist/components/ifx-search-field.js +1 -1
  108. package/dist/components/ifx-segment.js +1 -1
  109. package/dist/components/ifx-segmented-control.js +1 -1
  110. package/dist/components/ifx-select.js +1 -1
  111. package/dist/components/ifx-set-filter.js +12 -35
  112. package/dist/components/ifx-set-filter.js.map +1 -1
  113. package/dist/components/ifx-sidebar-item.js +1 -1
  114. package/dist/components/ifx-slider.js +3 -3
  115. package/dist/components/ifx-spinner.js +1 -1
  116. package/dist/components/ifx-status.js +1 -1
  117. package/dist/components/ifx-step.js +5 -5
  118. package/dist/components/ifx-stepper.js +2 -2
  119. package/dist/components/ifx-switch.js +1 -1
  120. package/dist/components/ifx-tab.js +1 -1
  121. package/dist/components/ifx-table.js +9 -9
  122. package/dist/components/ifx-tabs.js +3 -3
  123. package/dist/components/ifx-tag.js +2 -2
  124. package/dist/components/ifx-template.js +1 -1
  125. package/dist/components/ifx-templates-ui.js +7 -7
  126. package/dist/components/ifx-text-field.js +1 -1
  127. package/dist/components/ifx-textarea.js +1 -1
  128. package/dist/components/ifx-tooltip.js +5 -5
  129. package/dist/components/ifx-tree-view-item.js +4 -4
  130. package/dist/components/ifx-tree-view.js +1 -1
  131. package/dist/components/{p-f2f58eb1.js → p-0c449780.js} +2 -2
  132. package/dist/components/{p-f2f58eb1.js.map → p-0c449780.js.map} +1 -1
  133. package/dist/components/{p-b6b0d09b.js → p-186dacc8.js} +2 -2
  134. package/dist/components/{p-b6b0d09b.js.map → p-186dacc8.js.map} +1 -1
  135. package/dist/components/{p-34a36730.js → p-2a65d85a.js} +5 -5
  136. package/dist/components/{p-34a36730.js.map → p-2a65d85a.js.map} +1 -1
  137. package/dist/components/{p-afd6d4f5.js → p-38396fe7.js} +2 -2
  138. package/dist/components/{p-afd6d4f5.js.map → p-38396fe7.js.map} +1 -1
  139. package/dist/components/{p-fe3f24e7.js → p-67573b5f.js} +6 -6
  140. package/dist/components/{p-fe3f24e7.js.map → p-67573b5f.js.map} +1 -1
  141. package/dist/components/p-68016aea.js +33 -0
  142. package/dist/components/p-68016aea.js.map +1 -0
  143. package/dist/components/{p-20d6a006.js → p-6d12f845.js} +2 -2
  144. package/dist/components/{p-20d6a006.js.map → p-6d12f845.js.map} +1 -1
  145. package/dist/components/{p-351949f1.js → p-a4922416.js} +3 -3
  146. package/dist/components/{p-351949f1.js.map → p-a4922416.js.map} +1 -1
  147. package/dist/components/{p-b293963f.js → p-a8d0ef73.js} +2 -2
  148. package/dist/components/{p-b293963f.js.map → p-a8d0ef73.js.map} +1 -1
  149. package/dist/components/{p-6c0ec65a.js → p-b0039ef1.js} +2 -2
  150. package/dist/components/{p-6c0ec65a.js.map → p-b0039ef1.js.map} +1 -1
  151. package/dist/components/{p-12e75dad.js → p-bb4de57d.js} +1 -4
  152. package/dist/components/p-bb4de57d.js.map +1 -0
  153. package/dist/components/{p-98c86d16.js → p-c9aec5fa.js} +4 -4
  154. package/dist/components/{p-98c86d16.js.map → p-c9aec5fa.js.map} +1 -1
  155. package/dist/components/{p-1bfd69f4.js → p-cc5bd74b.js} +4 -4
  156. package/dist/components/{p-1bfd69f4.js.map → p-cc5bd74b.js.map} +1 -1
  157. package/dist/components/p-cd833a9b.js +598 -0
  158. package/dist/components/p-cd833a9b.js.map +1 -0
  159. package/dist/components/{p-2a500ed7.js → p-cd913238.js} +3 -3
  160. package/dist/components/{p-2a500ed7.js.map → p-cd913238.js.map} +1 -1
  161. package/dist/components/{p-5c96860f.js → p-d1790232.js} +2 -2
  162. package/dist/components/{p-5c96860f.js.map → p-d1790232.js.map} +1 -1
  163. package/dist/esm/{icons-75858876.js → icons-788fe290.js} +1 -4
  164. package/dist/esm/icons-788fe290.js.map +1 -0
  165. package/dist/esm/ifx-alert_2.entry.js +1 -1
  166. package/dist/esm/ifx-basic-table.entry.js +1 -1
  167. package/dist/esm/ifx-faq.entry.js +1 -1
  168. package/dist/esm/ifx-filter-accordion.entry.js +2 -2
  169. package/dist/esm/ifx-filter-bar.entry.js +1 -1
  170. package/dist/esm/ifx-filter-search.entry.js +1 -1
  171. package/dist/esm/ifx-filter-type-group.entry.js +1 -1
  172. package/dist/esm/ifx-icon.entry.js +1 -1
  173. package/dist/esm/ifx-icons-preview.entry.js +1 -1
  174. package/dist/esm/ifx-list-entry.entry.js +1 -1
  175. package/dist/esm/ifx-multiselect.entry.js +541 -0
  176. package/dist/esm/ifx-multiselect.entry.js.map +1 -0
  177. package/dist/esm/ifx-select.entry.js +2 -2
  178. package/dist/esm/ifx-set-filter.entry.js +2 -19
  179. package/dist/esm/ifx-set-filter.entry.js.map +1 -1
  180. package/dist/esm/ifx-slider.entry.js +2 -2
  181. package/dist/esm/ifx-spinner_2.entry.js +6 -6
  182. package/dist/esm/ifx-status.entry.js +1 -1
  183. package/dist/esm/ifx-step.entry.js +4 -4
  184. package/dist/esm/ifx-stepper.entry.js +2 -2
  185. package/dist/esm/ifx-switch.entry.js +1 -1
  186. package/dist/esm/ifx-tab.entry.js +1 -1
  187. package/dist/esm/ifx-table.entry.js +2 -2
  188. package/dist/esm/ifx-tabs.entry.js +2 -2
  189. package/dist/esm/ifx-tag.entry.js +1 -1
  190. package/dist/esm/ifx-templates-ui.entry.js +1 -1
  191. package/dist/esm/ifx-textarea.entry.js +1 -1
  192. package/dist/esm/ifx-tooltip.entry.js +4 -4
  193. package/dist/esm/ifx-tree-view-item.entry.js +2 -2
  194. package/dist/esm/ifx-tree-view.entry.js +1 -1
  195. package/dist/esm/index-6c9eba32.js +14 -14
  196. package/dist/esm/infineon-design-system-stencil.js +1 -1
  197. package/dist/esm/loader.js +1 -1
  198. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  199. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  200. package/dist/infineon-design-system-stencil/p-06bfabcf.entry.js +2 -0
  201. package/dist/infineon-design-system-stencil/{p-76e0c34f.entry.js.map → p-06bfabcf.entry.js.map} +1 -1
  202. package/dist/infineon-design-system-stencil/{p-3d037fa4.entry.js → p-0f096cf1.entry.js} +2 -2
  203. package/dist/infineon-design-system-stencil/{p-ad7b58c3.entry.js → p-1048ee19.entry.js} +2 -2
  204. package/dist/infineon-design-system-stencil/{p-d890b0de.entry.js → p-142878ee.entry.js} +2 -2
  205. package/dist/infineon-design-system-stencil/{p-4d96fed0.js → p-27d2afb4.js} +2 -2
  206. package/dist/infineon-design-system-stencil/p-27d2afb4.js.map +1 -0
  207. package/dist/infineon-design-system-stencil/{p-18a81f5f.entry.js → p-2b38c405.entry.js} +2 -2
  208. package/dist/infineon-design-system-stencil/p-34738a10.entry.js +2 -0
  209. package/dist/infineon-design-system-stencil/p-45ac2698.entry.js +2 -0
  210. package/dist/infineon-design-system-stencil/p-45ac2698.entry.js.map +1 -0
  211. package/dist/infineon-design-system-stencil/{p-4d9a4329.entry.js → p-49252616.entry.js} +2 -2
  212. package/dist/infineon-design-system-stencil/p-65e57b85.entry.js +2 -0
  213. package/dist/infineon-design-system-stencil/{p-74bee1c8.entry.js → p-65fe2246.entry.js} +2 -2
  214. package/dist/infineon-design-system-stencil/{p-7adee2dd.entry.js → p-6d99d01d.entry.js} +2 -2
  215. package/dist/infineon-design-system-stencil/{p-4764665d.entry.js → p-702a48f8.entry.js} +2 -2
  216. package/dist/infineon-design-system-stencil/{p-b6dd2ac0.entry.js → p-7440ea9d.entry.js} +2 -2
  217. package/dist/infineon-design-system-stencil/{p-c7e86c7c.entry.js → p-7b7ac7fa.entry.js} +2 -2
  218. package/dist/infineon-design-system-stencil/{p-0c1c831c.entry.js → p-87fbd617.entry.js} +2 -2
  219. package/dist/infineon-design-system-stencil/p-885adc48.entry.js +2 -0
  220. package/dist/infineon-design-system-stencil/p-885adc48.entry.js.map +1 -0
  221. package/dist/infineon-design-system-stencil/{p-aaf08082.entry.js → p-88af2e64.entry.js} +2 -2
  222. package/dist/infineon-design-system-stencil/{p-13c107bf.entry.js → p-959285a7.entry.js} +2 -2
  223. package/dist/infineon-design-system-stencil/{p-36dcebde.entry.js → p-a9cfb70d.entry.js} +2 -2
  224. package/dist/infineon-design-system-stencil/{p-6250b9f6.entry.js → p-acf0f4ed.entry.js} +2 -2
  225. package/dist/infineon-design-system-stencil/{p-02496917.entry.js → p-b637c44c.entry.js} +2 -2
  226. package/dist/infineon-design-system-stencil/{p-6c2698a3.entry.js → p-babf3f2d.entry.js} +2 -2
  227. package/dist/infineon-design-system-stencil/{p-5e376887.entry.js → p-c2791360.entry.js} +2 -2
  228. package/dist/infineon-design-system-stencil/{p-a80e321b.entry.js → p-c5a785d7.entry.js} +2 -2
  229. package/dist/infineon-design-system-stencil/{p-2e7d87ed.entry.js → p-e98d2280.entry.js} +2 -2
  230. package/dist/infineon-design-system-stencil/{p-5f38cace.entry.js → p-ecc17497.entry.js} +2 -2
  231. package/dist/infineon-design-system-stencil/{p-5285ca40.entry.js → p-f25f014d.entry.js} +2 -2
  232. package/dist/infineon-design-system-stencil/{p-04d8ea38.entry.js → p-f2bea855.entry.js} +2 -2
  233. package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +1 -1
  234. package/dist/types/components/select/multi-select/interfaces.d.ts +1 -1
  235. package/dist/types/components/select/multi-select/multiselect.d.ts +61 -39
  236. package/dist/types/components/select/multi-select/multiselect.stories.d.ts +30 -219
  237. package/dist/types/components.d.ts +8 -54
  238. package/package.json +2 -2
  239. package/dist/cjs/icons-2cd72a7d.js.map +0 -1
  240. package/dist/cjs/ifx-multiselect_2.cjs.entry.js +0 -929
  241. package/dist/cjs/ifx-multiselect_2.cjs.entry.js.map +0 -1
  242. package/dist/collection/components/select/multi-select/multiselect-option.css +0 -112
  243. package/dist/collection/components/select/multi-select/multiselect-option.js +0 -505
  244. package/dist/collection/components/select/multi-select/multiselect-option.js.map +0 -1
  245. package/dist/components/ifx-multiselect-option.d.ts +0 -11
  246. package/dist/components/ifx-multiselect-option.js +0 -8
  247. package/dist/components/ifx-multiselect-option.js.map +0 -1
  248. package/dist/components/p-12e75dad.js.map +0 -1
  249. package/dist/components/p-3906f639.js +0 -432
  250. package/dist/components/p-3906f639.js.map +0 -1
  251. package/dist/components/p-aedd7be5.js +0 -599
  252. package/dist/components/p-aedd7be5.js.map +0 -1
  253. package/dist/esm/icons-75858876.js.map +0 -1
  254. package/dist/esm/ifx-multiselect_2.entry.js +0 -924
  255. package/dist/esm/ifx-multiselect_2.entry.js.map +0 -1
  256. package/dist/infineon-design-system-stencil/p-25204a1e.entry.js +0 -2
  257. package/dist/infineon-design-system-stencil/p-25204a1e.entry.js.map +0 -1
  258. package/dist/infineon-design-system-stencil/p-4d96fed0.js.map +0 -1
  259. package/dist/infineon-design-system-stencil/p-6c999b11.entry.js +0 -2
  260. package/dist/infineon-design-system-stencil/p-6c999b11.entry.js.map +0 -1
  261. package/dist/infineon-design-system-stencil/p-76e0c34f.entry.js +0 -2
  262. package/dist/infineon-design-system-stencil/p-a2a44fbe.entry.js +0 -2
  263. package/dist/infineon-design-system-stencil/p-e571c002.entry.js +0 -2
  264. package/dist/types/components/select/multi-select/multiselect-option.d.ts +0 -36
  265. /package/dist/infineon-design-system-stencil/{p-3d037fa4.entry.js.map → p-0f096cf1.entry.js.map} +0 -0
  266. /package/dist/infineon-design-system-stencil/{p-ad7b58c3.entry.js.map → p-1048ee19.entry.js.map} +0 -0
  267. /package/dist/infineon-design-system-stencil/{p-d890b0de.entry.js.map → p-142878ee.entry.js.map} +0 -0
  268. /package/dist/infineon-design-system-stencil/{p-18a81f5f.entry.js.map → p-2b38c405.entry.js.map} +0 -0
  269. /package/dist/infineon-design-system-stencil/{p-e571c002.entry.js.map → p-34738a10.entry.js.map} +0 -0
  270. /package/dist/infineon-design-system-stencil/{p-4d9a4329.entry.js.map → p-49252616.entry.js.map} +0 -0
  271. /package/dist/infineon-design-system-stencil/{p-a2a44fbe.entry.js.map → p-65e57b85.entry.js.map} +0 -0
  272. /package/dist/infineon-design-system-stencil/{p-74bee1c8.entry.js.map → p-65fe2246.entry.js.map} +0 -0
  273. /package/dist/infineon-design-system-stencil/{p-7adee2dd.entry.js.map → p-6d99d01d.entry.js.map} +0 -0
  274. /package/dist/infineon-design-system-stencil/{p-4764665d.entry.js.map → p-702a48f8.entry.js.map} +0 -0
  275. /package/dist/infineon-design-system-stencil/{p-b6dd2ac0.entry.js.map → p-7440ea9d.entry.js.map} +0 -0
  276. /package/dist/infineon-design-system-stencil/{p-c7e86c7c.entry.js.map → p-7b7ac7fa.entry.js.map} +0 -0
  277. /package/dist/infineon-design-system-stencil/{p-0c1c831c.entry.js.map → p-87fbd617.entry.js.map} +0 -0
  278. /package/dist/infineon-design-system-stencil/{p-aaf08082.entry.js.map → p-88af2e64.entry.js.map} +0 -0
  279. /package/dist/infineon-design-system-stencil/{p-13c107bf.entry.js.map → p-959285a7.entry.js.map} +0 -0
  280. /package/dist/infineon-design-system-stencil/{p-36dcebde.entry.js.map → p-a9cfb70d.entry.js.map} +0 -0
  281. /package/dist/infineon-design-system-stencil/{p-6250b9f6.entry.js.map → p-acf0f4ed.entry.js.map} +0 -0
  282. /package/dist/infineon-design-system-stencil/{p-02496917.entry.js.map → p-b637c44c.entry.js.map} +0 -0
  283. /package/dist/infineon-design-system-stencil/{p-6c2698a3.entry.js.map → p-babf3f2d.entry.js.map} +0 -0
  284. /package/dist/infineon-design-system-stencil/{p-5e376887.entry.js.map → p-c2791360.entry.js.map} +0 -0
  285. /package/dist/infineon-design-system-stencil/{p-a80e321b.entry.js.map → p-c5a785d7.entry.js.map} +0 -0
  286. /package/dist/infineon-design-system-stencil/{p-2e7d87ed.entry.js.map → p-e98d2280.entry.js.map} +0 -0
  287. /package/dist/infineon-design-system-stencil/{p-5f38cace.entry.js.map → p-ecc17497.entry.js.map} +0 -0
  288. /package/dist/infineon-design-system-stencil/{p-5285ca40.entry.js.map → p-f25f014d.entry.js.map} +0 -0
  289. /package/dist/infineon-design-system-stencil/{p-04d8ea38.entry.js.map → p-f2bea855.entry.js.map} +0 -0
@@ -177,7 +177,7 @@ const Template = class {
177
177
  }
178
178
  }
179
179
  render() {
180
- return (index.h("div", { key: 'a6433871f9175e0616c40389d0a39a94797d67b3' }, this.isTemplatePage
180
+ return (index.h("div", { key: '993f20bb1a7970d938d09ea001ee77b777d2a817' }, this.isTemplatePage
181
181
  ?
182
182
  index.h("div", { class: "template__page-wrapper" }, !this.repoUrl && !this.repoError &&
183
183
  index.h("div", null, index.h("h3", null, "Your repository is getting ready.."), index.h("p", null, "This will only take a minute.")), this.isLoading && !this.repoError && index.h("div", null, index.h("ifx-spinner", { variant: 'default', size: 's' })), this.repoUrl && index.h("ifx-link", { href: this.repoUrl, target: "_parent", size: "m", variant: "underlined" }, "Your repository"), this.repoError && index.h("div", null, this.repoError))
@@ -183,7 +183,7 @@ const Table = class {
183
183
  return {};
184
184
  }
185
185
  render() {
186
- return (index.h(index.Host, { key: '527d498bfd75675bf754975321404caf24955ed5' }, index.h("div", { key: '6e568d068a3e77bd6996e95cb57b7189a945d707', id: "table-wrapper", class: this.getClassNames() }, index.h("div", { key: 'be17d1acfb80732873822416b530b503438c8a6c', id: `ifxTable-${this.uniqueKey}`, class: `ifx-ag-grid ${this.variant === 'zebra' ? 'zebra' : ""}`, style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
186
+ return (index.h(index.Host, { key: '1c588ebb0b5b18b2c9af2304d0eb8a8533151452' }, index.h("div", { key: '03c83108d58720f38cbde8fcfc60acecabfecc19', id: "table-wrapper", class: this.getClassNames() }, index.h("div", { key: 'c7c11e0e8ff2a2c74d58a290f0abc7d7a1a3e22a', id: `ifxTable-${this.uniqueKey}`, class: `ifx-ag-grid ${this.variant === 'zebra' ? 'zebra' : ""}`, style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
187
187
  }
188
188
  get host() { return index.getElement(this); }
189
189
  };
@@ -12,7 +12,7 @@ const Faq = class {
12
12
  index.registerInstance(this, hostRef);
13
13
  }
14
14
  render() {
15
- return (index.h("div", { key: 'fa2142cca68e60417092d614cb11367974b407f3', class: 'container' }, index.h("ifx-accordion", { key: '3abf4ca4138b9b177c6c21dbcdf5b84452d8de34' }, index.h("ifx-accordion-item", { key: 'fe98e253e30e79d0adb3dc2a1aad25d0aeb64250', caption: "What is the Infineon DDS?" }, "The Infineon Digital Design System consists of code components, design principles, tools and guidelines as well as a dedicated interdisciplinary team. Its purpose is to support internal and external colleagues create digital user interfaces with a high level of usability as well as a consistent expression of the Infineon brand. The DDS does not focus on the content of a web application but it describes how the design of the application\u2019s structure should be."), index.h("ifx-accordion-item", { key: '6397a595ea17aeb437fabec2cc15bb56faade295', caption: "How do I get access to the DDS?" }, "You can use the provided Figma file as a foundation for mockups and prototypes, use Storybook to view what UI components and variants are available and use code components provided via Storybook or Github."), index.h("ifx-accordion-item", { key: '2429a303ad7938271651286232f8a1489d0df958', caption: "Can I integrate the Infineon DDS into my project?" }, "Yes, you can. We are happy to discuss with you which point in time and which scope of integration is bestsuited for updating your interface to the Infineon DDS. (To avoid that users get confused by a mixture of UI components, we recommend choosing larger updates or technology changes as opportunity to integrate the Infineon DDS.)"), index.h("ifx-accordion-item", { key: '2fc8ae1d8a7bb66bb99c09f25b7f25a329817a94', caption: "Are Infineon DDS components accessable?" }, "We have taken WCAG 2.0 Level AA as baseline level for all design decisions inside the Infineon Digital Design System. To make an online experience truly accessible you have to implement the specific code, content, and visual design according to the accessibility standard. Find an introduction to this topic here."), index.h("ifx-accordion-item", { key: '23c340c8cf0c8356a1dfd180050c1e92c7aadcec', caption: "How to request a new component?" }, "Please contact us like described in the contribution section! We are planning to expand the number of components continually. If your component is also usable for multiple other projects, there is a good chance we might work together with you."))));
15
+ return (index.h("div", { key: '4a4dd3e7914d1446e881f385c6901498ffbd2590', class: 'container' }, index.h("ifx-accordion", { key: 'b2c1b72db75d80650788bf93ba93214b9f8d47a9' }, index.h("ifx-accordion-item", { key: '062a7f7004039ccf7cf4af69397d8fe995306b54', caption: "What is the Infineon DDS?" }, "The Infineon Digital Design System consists of code components, design principles, tools and guidelines as well as a dedicated interdisciplinary team. Its purpose is to support internal and external colleagues create digital user interfaces with a high level of usability as well as a consistent expression of the Infineon brand. The DDS does not focus on the content of a web application but it describes how the design of the application\u2019s structure should be."), index.h("ifx-accordion-item", { key: '2e4a3ec5a0825d3ab6b29f7ea4ed1702c7922d10', caption: "How do I get access to the DDS?" }, "You can use the provided Figma file as a foundation for mockups and prototypes, use Storybook to view what UI components and variants are available and use code components provided via Storybook or Github."), index.h("ifx-accordion-item", { key: '62f9a4aac5bba71505b5af95e25b6c0021cb4559', caption: "Can I integrate the Infineon DDS into my project?" }, "Yes, you can. We are happy to discuss with you which point in time and which scope of integration is bestsuited for updating your interface to the Infineon DDS. (To avoid that users get confused by a mixture of UI components, we recommend choosing larger updates or technology changes as opportunity to integrate the Infineon DDS.)"), index.h("ifx-accordion-item", { key: '0a16702be715953bb2f50c9410478a9be13822f2', caption: "Are Infineon DDS components accessable?" }, "We have taken WCAG 2.0 Level AA as baseline level for all design decisions inside the Infineon Digital Design System. To make an online experience truly accessible you have to implement the specific code, content, and visual design according to the accessibility standard. Find an introduction to this topic here."), index.h("ifx-accordion-item", { key: 'cdad5c370c579464c9fbd322cf634d5ed547ea41', caption: "How to request a new component?" }, "Please contact us like described in the contribution section! We are planning to expand the number of components continually. If your component is also usable for multiple other projects, there is a good chance we might work together with you."))));
16
16
  }
17
17
  };
18
18
  Faq.style = IfxFaqStyle0;
@@ -53,8 +53,8 @@ const FilterAccordion = class {
53
53
  this.el.removeEventListener('ifxListUpdate', this.handleCheckedChange);
54
54
  }
55
55
  render() {
56
- return (index.h("div", { key: '558e64611cf0084dd56486b67b028978be06e279', class: `accordion ${this.expanded ? 'expanded' : ''}` }, index.h("div", { key: '1a367b0dedd7df65a29b0019768b89ddf60de767', class: `header ${this.expanded ? 'expanded' : ''}`, onClick: this.toggleAccordion }, index.h("div", { key: 'f920f8151fb45340d509bdcc7c0f7581d09bf0b9', class: `text-and-icon ${this.expanded ? 'expanded' : ''}` }, index.h("div", { key: '2e116feece138ad8c768c5da4bfd78992d5d3a23', class: "text" }, index.h("span", { key: '509dfead8b2d73932db222dcb20d98131834b6b6' }, this.filterGroupName), index.h("ifx-indicator", { key: '75bbde2dbd115e744db2a5cca0c2b362e67e0fb8', variant: 'number', number: this.count })), index.h("ifx-icon", { key: '0132b2973bc3c12bb296528a86af2adeab7868f8', class: this.expanded ? '' : 'hidden', icon: "minus-16", onClick: this.toggleAccordion }), index.h("ifx-icon", { key: 'a10114bfc855eab89923e29702014e894bb23788', class: this.expanded ? 'hidden' : '', icon: "plus-16", onClick: this.toggleAccordion }))), this.expanded &&
57
- index.h("div", { key: '235c0fdf9082d73a57dbff0ed468cf519a467c44', class: "filter-accordion-container" }, index.h("slot", { key: '129a804487fe1c42b35907a3d5288e65ad7dfa61', name: "list" }))));
56
+ return (index.h("div", { key: '58a9fc554a0111ecaae73e6bf916854565cdb4ce', class: `accordion ${this.expanded ? 'expanded' : ''}` }, index.h("div", { key: '02f5eb1f65b0a9c557e86f4b775066cdc9e0f2e9', class: `header ${this.expanded ? 'expanded' : ''}`, onClick: this.toggleAccordion }, index.h("div", { key: 'b403fb42b57402a50369da150397d2110a86e24b', class: `text-and-icon ${this.expanded ? 'expanded' : ''}` }, index.h("div", { key: '97169901c1141a46ce053badc8c83843b0acb722', class: "text" }, index.h("span", { key: '9b08d8bcfd2fff174479047c91c2a1de298b0aa9' }, this.filterGroupName), index.h("ifx-indicator", { key: '1938781cf1a52eb558fbd81165c08c652d9d2e7e', variant: 'number', number: this.count })), index.h("ifx-icon", { key: 'ff0e000cd7b8ed8dbe348c2a27a7dda50feb7be2', class: this.expanded ? '' : 'hidden', icon: "minus-16", onClick: this.toggleAccordion }), index.h("ifx-icon", { key: '95f0716c4cfe0e935aff7e2e808cb69b3adb1db2', class: this.expanded ? 'hidden' : '', icon: "plus-16", onClick: this.toggleAccordion }))), this.expanded &&
57
+ index.h("div", { key: '7b05929ad4ef69a3d6f774573104d71de02b0425', class: "filter-accordion-container" }, index.h("slot", { key: '3c6192595ac49026d2a1fdb63003663da228d0e2', name: "list" }))));
58
58
  }
59
59
  get el() { return index.getElement(this); }
60
60
  };
@@ -97,7 +97,7 @@ const FilterBar = class {
97
97
  // Calculate slotsToShow safely
98
98
  const slotsToShow = Math.min(safeVisibleSlots, actualNumberOfComponents, Number.MAX_SAFE_INTEGER);
99
99
  const slots = Array.from({ length: slotsToShow }, (_, i) => (index.h("div", { class: "filter-slot-wrapper" }, index.h("slot", { name: `filter-component-${i + 1}` }))));
100
- return (index.h(index.Host, { key: '883d2316936a342059ab9009149ac8ce2ed877b2' }, index.h("div", { key: '24e0f7e2dde9ff7ddccf19e03e075b24807ec9d4', class: "search-container" }, index.h("slot", { key: '10bcfd474cfd9286d3e57e19d110bea6311c4297', name: "filter-search" }), " "), index.h("div", { key: '3aa8a6c4fb666ff47c7868333c2c494d6cb7bd90', class: "components-container" }, slots.length > 0 ? slots : index.h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (index.h("div", { key: '1b87cf569495c351b639bc88d714dd195bd943b0', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, index.h("ifx-button", { key: '9f8073be95597553d1aa4eaccd19fc534ce3f9c6', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, index.h("ifx-icon", { key: '157558f67217a770963b16ca3f6b3a5cc8ed191c', icon: "filter-16" }), "More filters"))))));
100
+ return (index.h(index.Host, { key: '7b2cb9b7074cd66edfe0c31ef19e18f72252e569' }, index.h("div", { key: 'fabc0fa624802d65510c4bff239f4d83bb23f520', class: "search-container" }, index.h("slot", { key: '2a990d12a8e17c1c7a5db629b2fa050ca55b65d1', name: "filter-search" }), " "), index.h("div", { key: '874b0e25ca8aa4465d49ebe6db00116843127242', class: "components-container" }, slots.length > 0 ? slots : index.h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (index.h("div", { key: 'fe500afb7ff3ab37d8a20ccf781499501bd3b70f', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, index.h("ifx-button", { key: '7d1ddf8679f50e87488cc62dd01d6571ec203a5a', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, index.h("ifx-icon", { key: 'dfb8ae890ccb73b8635d041a5cd5344d198c647f', icon: "filter-16" }), "More filters"))))));
101
101
  }
102
102
  get el() { return index.getElement(this); }
103
103
  };
@@ -33,7 +33,7 @@ const FilterSearch = class {
33
33
  this.ifxFilterSearchChange.emit({ filterName: this.filterName, filterValue: this.filterValue, filterKey: this.filterKey }); // Emitting filterKey along with other properties
34
34
  }
35
35
  render() {
36
- return (index.h("div", { key: '0faa67e585464ac86a1163626e3d85340d4781fb', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, index.h("div", { key: '7bdb336d4e79fe38eee59f4e41ac44e62051b515', class: "filter-name" }, this.filterName), index.h("ifx-search-field", { key: '08613ab1e040959373722caffaee5dcf71b62add', placeholder: this.placeholder, "show-delete-icon": this.showDeleteIcon, disabled: this.disabled, value: this.filterValue })));
36
+ return (index.h("div", { key: '3d139dc274dbfc4e288cb510e49a86ce261e0659', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, index.h("div", { key: 'c5287d8e763fe0b3994b87cd71ab35371e21a82b', class: "filter-name" }, this.filterName), index.h("ifx-search-field", { key: '6799eff98a2cd93c79bde4ac761f5ff2c0f0d2b8', placeholder: this.placeholder, "show-delete-icon": this.showDeleteIcon, disabled: this.disabled, value: this.filterValue })));
37
37
  }
38
38
  get host() { return index.getElement(this); }
39
39
  static get watchers() { return {
@@ -129,7 +129,7 @@ const IfxFilterTypeGroup = class {
129
129
  window.removeEventListener('ifxResetFiltersEvent', this.handleResetEvent);
130
130
  }
131
131
  render() {
132
- return (index.h(index.Host, { key: 'c9833666ea9bcb00708bd0dab1cd9680e08ed114' }, index.h("div", { key: '0ee50ec91a5f1c3bd35899082de4d8f53a40b23e', class: "filter-type-group" }, index.h("slot", { key: 'f7f4982f39e972d38fb937b88d02bec40513e78c', name: "filter-search" }), index.h("slot", { key: '25cc8aea032f31c64bd2b164b39af263cf8fb107', name: "filter-accordion" }))));
132
+ return (index.h(index.Host, { key: '30471c9617c8701450157ef5e99aa341edccaa68' }, index.h("div", { key: 'ba65236b497cf26293e0e318b5b9073a82faa67c', class: "filter-type-group" }, index.h("slot", { key: '3e86a028c265405782169e1d08784b87f1d7bbef', name: "filter-search" }), index.h("slot", { key: '2a6cf246a7d24e83a247ae4c94f10679893b5b09', name: "filter-accordion" }))));
133
133
  }
134
134
  get el() { return index.getElement(this); }
135
135
  };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-7f4df11a.js');
6
- const icons = require('./icons-2cd72a7d.js');
6
+ const icons = require('./icons-0d4d096d.js');
7
7
 
8
8
  const infineonIconStencilCss = "ifx-icon{display:inline-flex;justify-content:center}ifx-icon:empty{display:none}";
9
9
  const IfxIconStyle0 = infineonIconStencilCss;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-7f4df11a.js');
6
- const icons = require('./icons-2cd72a7d.js');
6
+ const icons = require('./icons-0d4d096d.js');
7
7
 
8
8
  const iconsPreviewCss = ".container{display:flex;flex-direction:column;gap:10px}.alert__wrapper{margin-bottom:40px}.snippet__wrapper{display:flex;flex-direction:column;gap:5px;position:sticky;top:0;left:0;z-index:99;background-color:white}.html-wrapper{background:rgb(38, 38, 38);padding:20px;color:white;font-family:monospace}.html-wrapper button{position:absolute;right:0px;bottom:0px;background:rgba(0, 0, 0, 0.85);color:#C9CDCF;border:0 none;padding:4px 10px;font-size:0.75rem;font-family:\"Nunito Sans\";font-weight:700;border-top:1px solid rgba(255, 255, 255, 0.1);border-left:1px solid rgba(255, 255, 255, 0.1);margin-left:-1px;border-radius:4px 0 0 0;cursor:pointer}.html-wrapper .component-name{color:#A8FF60}.html-wrapper .attribute-name{color:rgb(150, 203, 254)}.html-wrapper .attribute-value{color:rgb(180, 116, 221)}.preview__container{box-sizing:border-box;display:flex;align-items:center;padding:2px;flex-wrap:wrap;gap:4px}.preview__container .no-results{width:100%;text-align:center}.preview__container .preview__container-item{display:flex;justify-content:center;align-items:center;border:1px solid #f1f1f1;padding:2px;width:50px;height:50px;position:relative}.preview__container .preview__container-item:active{border-color:#378375}.preview__container .preview__container-item:hover{cursor:pointer}.preview__container .preview__container-item.copied::after{z-index:50;content:\"copied!\";position:absolute;top:0;left:50px;background-color:#000;color:white;padding:3px;border-radius:4px}";
9
9
  const IfxIconsPreviewStyle0 = iconsPreviewCss;
@@ -25,7 +25,7 @@ const ListEntry = class {
25
25
  this.ifxListEntryChange.emit({ label: this.label, value: this.value, type: this.type });
26
26
  }
27
27
  render() {
28
- return (index.h("div", { key: 'a58d668dc36cb7221f28563b1ed00a041618765a', class: "wrapper" }, this.type === 'checkbox' ? (index.h("div", { class: "list-entry" }, index.h("ifx-checkbox", { size: "s", checked: this.value }, this.label))) : (index.h("div", { class: "list-entry" }, index.h("ifx-radio-button", { size: "s", checked: this.value }, this.label)))));
28
+ return (index.h("div", { key: '98a28e98105de08df0c165f4786ee9cea56d7784', class: "wrapper" }, this.type === 'checkbox' ? (index.h("div", { class: "list-entry" }, index.h("ifx-checkbox", { size: "s", checked: this.value }, this.label))) : (index.h("div", { class: "list-entry" }, index.h("ifx-radio-button", { size: "s", checked: this.value }, this.label)))));
29
29
  }
30
30
  get host() { return index.getElement(this); }
31
31
  static get watchers() { return {