@infineon/infineon-design-system-stencil 32.9.0--canary.1690.0fd1d4f3930adff7951d6ac8fa7cd8a2f129f926.0 → 32.9.0--canary.1690.068dfcbe53f27141aecedef167d7bc4258a4c9cf.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 (309) hide show
  1. package/dist/cjs/ifx-alert_2.cjs.entry.js +1 -1
  2. package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
  3. package/dist/cjs/ifx-chip_3.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-icon.cjs.entry.js +78 -0
  10. package/dist/cjs/ifx-icon.cjs.entry.js.map +1 -0
  11. package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
  12. package/dist/cjs/ifx-navbar-item.cjs.entry.js +351 -0
  13. package/dist/cjs/ifx-navbar-item.cjs.entry.js.map +1 -0
  14. package/dist/cjs/ifx-navbar-profile.cjs.entry.js +4 -4
  15. package/dist/cjs/ifx-navbar-profile.cjs.entry.js.map +1 -1
  16. package/dist/cjs/{ifx-icon_6.cjs.entry.js → ifx-navbar.cjs.entry.js} +4 -562
  17. package/dist/cjs/ifx-navbar.cjs.entry.js.map +1 -0
  18. package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
  19. package/dist/cjs/ifx-number-indicator.cjs.entry.js +31 -0
  20. package/dist/cjs/ifx-number-indicator.cjs.entry.js.map +1 -0
  21. package/dist/cjs/ifx-overview-table.cjs.entry.js +1 -1
  22. package/dist/cjs/ifx-progress-bar.cjs.entry.js +1 -1
  23. package/dist/cjs/ifx-radio-button-group.cjs.entry.js +1 -1
  24. package/dist/cjs/ifx-radio-button.cjs.entry.js +2 -2
  25. package/dist/cjs/ifx-search-bar.cjs.entry.js +55 -0
  26. package/dist/cjs/ifx-search-bar.cjs.entry.js.map +1 -0
  27. package/dist/cjs/ifx-search-field.cjs.entry.js +77 -0
  28. package/dist/cjs/ifx-search-field.cjs.entry.js.map +1 -0
  29. package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
  30. package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
  31. package/dist/cjs/ifx-select.cjs.entry.js +2 -2
  32. package/dist/cjs/ifx-sidebar-item.cjs.entry.js +5 -5
  33. package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
  34. package/dist/cjs/ifx-sidebar.cjs.entry.js +5 -5
  35. package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
  36. package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
  37. package/dist/cjs/ifx-status.cjs.entry.js +1 -1
  38. package/dist/cjs/ifx-step.cjs.entry.js +4 -4
  39. package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
  40. package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
  41. package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
  42. package/dist/cjs/ifx-table.cjs.entry.js +2 -2
  43. package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
  44. package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
  45. package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
  46. package/dist/cjs/ifx-textarea.cjs.entry.js +1 -1
  47. package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
  48. package/dist/cjs/index-c9480f70.js +24 -4
  49. package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
  50. package/dist/cjs/loader.cjs.js +1 -1
  51. package/dist/collection/components/navigation/navbar/navbar-item.css +16 -0
  52. package/dist/collection/components/navigation/navbar/navbar-item.js +32 -8
  53. package/dist/collection/components/navigation/navbar/navbar-item.js.map +1 -1
  54. package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
  55. package/dist/collection/components/navigation/navbar/navbar.js +3 -13
  56. package/dist/collection/components/navigation/navbar/navbar.js.map +1 -1
  57. package/dist/collection/components/navigation/navbar/navbar.stories.js +27 -2
  58. package/dist/collection/components/navigation/navbar/navbar.stories.js.map +1 -1
  59. package/dist/collection/components/navigation/sidebar/sidebar-item.js +5 -5
  60. package/dist/collection/components/navigation/sidebar/sidebar-title.js +1 -1
  61. package/dist/collection/components/navigation/sidebar/sidebar.js +5 -5
  62. package/dist/collection/components/notification/notification.js +2 -2
  63. package/dist/collection/components/number-indicator/number-indicator.js +1 -1
  64. package/dist/collection/components/overview-table/overview-table.js +1 -1
  65. package/dist/collection/components/pagination/pagination.js +1 -1
  66. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  67. package/dist/collection/components/radio-button/radio-button.js +2 -2
  68. package/dist/collection/components/radio-button-group/radio-button-group.js +1 -1
  69. package/dist/collection/components/search-bar/search-bar.js +1 -1
  70. package/dist/collection/components/search-field/search-field.js +1 -1
  71. package/dist/collection/components/segmented-control/segment/segment.js +1 -1
  72. package/dist/collection/components/segmented-control/segmented-control.js +2 -2
  73. package/dist/collection/components/select/single-select/select.js +2 -2
  74. package/dist/collection/components/slider/slider.js +2 -2
  75. package/dist/collection/components/spinner/spinner.js +2 -2
  76. package/dist/collection/components/status/status.js +1 -1
  77. package/dist/collection/components/stepper/step/step.js +4 -4
  78. package/dist/collection/components/stepper/stepper.js +2 -2
  79. package/dist/collection/components/switch/switch.js +1 -1
  80. package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
  81. package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
  82. package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
  83. package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
  84. package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
  85. package/dist/collection/components/table-advanced-version/table.js +2 -2
  86. package/dist/collection/components/table-basic-version/table.js +1 -1
  87. package/dist/collection/components/tabs/tab.js +1 -1
  88. package/dist/collection/components/tabs/tabs.js +2 -2
  89. package/dist/collection/components/tag/tag.js +1 -1
  90. package/dist/collection/components/templates/template/template.js +1 -1
  91. package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
  92. package/dist/collection/components/text-field/text-field.js +4 -4
  93. package/dist/collection/components/textarea/textarea.js +1 -1
  94. package/dist/collection/components/tooltip/tooltip.js +4 -4
  95. package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
  96. package/dist/components/ifx-basic-table.js +1 -1
  97. package/dist/components/ifx-chip.js +1 -1
  98. package/dist/components/ifx-faq.js +1 -1
  99. package/dist/components/ifx-filter-accordion.js +3 -3
  100. package/dist/components/ifx-filter-bar.js +1 -1
  101. package/dist/components/ifx-filter-search.js +2 -2
  102. package/dist/components/ifx-filter-type-group.js +1 -1
  103. package/dist/components/ifx-icons-preview.js +1 -1
  104. package/dist/components/ifx-list-entry.js +2 -2
  105. package/dist/components/ifx-navbar-item.js +15 -10
  106. package/dist/components/ifx-navbar-item.js.map +1 -1
  107. package/dist/components/ifx-navbar-profile.js +4 -4
  108. package/dist/components/ifx-navbar-profile.js.map +1 -1
  109. package/dist/components/ifx-navbar.js +3 -13
  110. package/dist/components/ifx-navbar.js.map +1 -1
  111. package/dist/components/ifx-notification.js +1 -1
  112. package/dist/components/ifx-number-indicator.js +1 -1
  113. package/dist/components/ifx-overview-table.js +2 -2
  114. package/dist/components/ifx-pagination.js +1 -1
  115. package/dist/components/ifx-progress-bar.js +1 -1
  116. package/dist/components/ifx-radio-button-group.js +1 -1
  117. package/dist/components/ifx-radio-button.js +1 -1
  118. package/dist/components/ifx-search-bar.js +2 -2
  119. package/dist/components/ifx-search-field.js +1 -1
  120. package/dist/components/ifx-segment.js +1 -1
  121. package/dist/components/ifx-segmented-control.js +2 -2
  122. package/dist/components/ifx-select.js +1 -1
  123. package/dist/components/ifx-set-filter.js +2 -2
  124. package/dist/components/ifx-sidebar-item.js +6 -6
  125. package/dist/components/ifx-sidebar-title.js +1 -1
  126. package/dist/components/ifx-sidebar.js +5 -5
  127. package/dist/components/ifx-slider.js +2 -2
  128. package/dist/components/ifx-spinner.js +1 -1
  129. package/dist/components/ifx-status.js +1 -1
  130. package/dist/components/ifx-step.js +4 -4
  131. package/dist/components/ifx-stepper.js +2 -2
  132. package/dist/components/ifx-switch.js +1 -1
  133. package/dist/components/ifx-tab.js +1 -1
  134. package/dist/components/ifx-table.js +6 -6
  135. package/dist/components/ifx-tabs.js +2 -2
  136. package/dist/components/ifx-tag.js +1 -1
  137. package/dist/components/ifx-template.js +1 -1
  138. package/dist/components/ifx-templates-ui.js +4 -4
  139. package/dist/components/ifx-text-field.js +1 -1
  140. package/dist/components/ifx-textarea.js +1 -1
  141. package/dist/components/ifx-tooltip.js +4 -4
  142. package/dist/components/{p-02993d59.js → p-03acdbd0.js} +2 -2
  143. package/dist/components/{p-02993d59.js.map → p-03acdbd0.js.map} +1 -1
  144. package/dist/components/{p-267a34e4.js → p-107fafa0.js} +3 -3
  145. package/dist/components/{p-267a34e4.js.map → p-107fafa0.js.map} +1 -1
  146. package/dist/components/{p-51411d26.js → p-1718b5a9.js} +3 -3
  147. package/dist/components/{p-51411d26.js.map → p-1718b5a9.js.map} +1 -1
  148. package/dist/components/{p-8d10b031.js → p-3857ac48.js} +5 -5
  149. package/dist/components/{p-8d10b031.js.map → p-3857ac48.js.map} +1 -1
  150. package/dist/components/{p-86dbec0b.js → p-519cb249.js} +3 -3
  151. package/dist/components/{p-86dbec0b.js.map → p-519cb249.js.map} +1 -1
  152. package/dist/components/{p-3228aac2.js → p-5853aeb8.js} +3 -3
  153. package/dist/components/{p-3228aac2.js.map → p-5853aeb8.js.map} +1 -1
  154. package/dist/components/{p-9765c4af.js → p-58a0ff65.js} +2 -2
  155. package/dist/components/{p-9765c4af.js.map → p-58a0ff65.js.map} +1 -1
  156. package/dist/components/{p-1f3ec3be.js → p-696ba960.js} +4 -4
  157. package/dist/components/{p-1f3ec3be.js.map → p-696ba960.js.map} +1 -1
  158. package/dist/components/{p-718f6082.js → p-b024aa08.js} +2 -2
  159. package/dist/components/{p-718f6082.js.map → p-b024aa08.js.map} +1 -1
  160. package/dist/components/{p-4d4f8f00.js → p-bf2666f8.js} +3 -3
  161. package/dist/components/{p-4d4f8f00.js.map → p-bf2666f8.js.map} +1 -1
  162. package/dist/esm/ifx-alert_2.entry.js +1 -1
  163. package/dist/esm/ifx-basic-table.entry.js +1 -1
  164. package/dist/esm/ifx-chip_3.entry.js +1 -1
  165. package/dist/esm/ifx-faq.entry.js +1 -1
  166. package/dist/esm/ifx-filter-accordion.entry.js +2 -2
  167. package/dist/esm/ifx-filter-bar.entry.js +1 -1
  168. package/dist/esm/ifx-filter-search.entry.js +1 -1
  169. package/dist/esm/ifx-filter-type-group.entry.js +1 -1
  170. package/dist/esm/ifx-icon.entry.js +74 -0
  171. package/dist/esm/ifx-icon.entry.js.map +1 -0
  172. package/dist/esm/ifx-list-entry.entry.js +1 -1
  173. package/dist/esm/ifx-navbar-item.entry.js +347 -0
  174. package/dist/esm/ifx-navbar-item.entry.js.map +1 -0
  175. package/dist/esm/ifx-navbar-profile.entry.js +4 -4
  176. package/dist/esm/ifx-navbar-profile.entry.js.map +1 -1
  177. package/dist/esm/{ifx-icon_6.entry.js → ifx-navbar.entry.js} +6 -559
  178. package/dist/esm/ifx-navbar.entry.js.map +1 -0
  179. package/dist/esm/ifx-notification.entry.js +2 -2
  180. package/dist/esm/ifx-number-indicator.entry.js +27 -0
  181. package/dist/esm/ifx-number-indicator.entry.js.map +1 -0
  182. package/dist/esm/ifx-overview-table.entry.js +1 -1
  183. package/dist/esm/ifx-progress-bar.entry.js +1 -1
  184. package/dist/esm/ifx-radio-button-group.entry.js +1 -1
  185. package/dist/esm/ifx-radio-button.entry.js +2 -2
  186. package/dist/esm/ifx-search-bar.entry.js +51 -0
  187. package/dist/esm/ifx-search-bar.entry.js.map +1 -0
  188. package/dist/esm/ifx-search-field.entry.js +73 -0
  189. package/dist/esm/ifx-search-field.entry.js.map +1 -0
  190. package/dist/esm/ifx-segment.entry.js +1 -1
  191. package/dist/esm/ifx-segmented-control.entry.js +2 -2
  192. package/dist/esm/ifx-select.entry.js +2 -2
  193. package/dist/esm/ifx-sidebar-item.entry.js +5 -5
  194. package/dist/esm/ifx-sidebar-title.entry.js +1 -1
  195. package/dist/esm/ifx-sidebar.entry.js +5 -5
  196. package/dist/esm/ifx-slider.entry.js +2 -2
  197. package/dist/esm/ifx-spinner_2.entry.js +6 -6
  198. package/dist/esm/ifx-status.entry.js +1 -1
  199. package/dist/esm/ifx-step.entry.js +4 -4
  200. package/dist/esm/ifx-stepper.entry.js +2 -2
  201. package/dist/esm/ifx-switch.entry.js +1 -1
  202. package/dist/esm/ifx-tab.entry.js +1 -1
  203. package/dist/esm/ifx-table.entry.js +2 -2
  204. package/dist/esm/ifx-tabs.entry.js +2 -2
  205. package/dist/esm/ifx-tag.entry.js +1 -1
  206. package/dist/esm/ifx-templates-ui.entry.js +1 -1
  207. package/dist/esm/ifx-textarea.entry.js +1 -1
  208. package/dist/esm/ifx-tooltip.entry.js +4 -4
  209. package/dist/esm/index-c77e25a0.js +24 -4
  210. package/dist/esm/infineon-design-system-stencil.js +1 -1
  211. package/dist/esm/loader.js +1 -1
  212. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
  213. package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
  214. package/dist/infineon-design-system-stencil/{p-1e4bc2b9.entry.js → p-00c52c84.entry.js} +2 -2
  215. package/dist/infineon-design-system-stencil/{p-9ae3f322.entry.js → p-03752fe5.entry.js} +2 -2
  216. package/dist/infineon-design-system-stencil/{p-dd5d3a7e.entry.js → p-1abbcdbc.entry.js} +2 -2
  217. package/dist/infineon-design-system-stencil/p-1b59a7f9.entry.js +2 -0
  218. package/dist/infineon-design-system-stencil/p-1c19f8ce.entry.js +2 -0
  219. package/dist/infineon-design-system-stencil/{p-32b1a855.entry.js → p-1de4f93c.entry.js} +2 -2
  220. package/dist/infineon-design-system-stencil/p-1fca1eb2.entry.js +2 -0
  221. package/dist/infineon-design-system-stencil/p-1fca1eb2.entry.js.map +1 -0
  222. package/dist/infineon-design-system-stencil/p-33b93a7c.entry.js +2 -0
  223. package/dist/infineon-design-system-stencil/p-33b93a7c.entry.js.map +1 -0
  224. package/dist/infineon-design-system-stencil/{p-e76958fe.entry.js → p-37e75e7c.entry.js} +2 -2
  225. package/dist/infineon-design-system-stencil/{p-71abc76f.entry.js → p-3a682dbd.entry.js} +2 -2
  226. package/dist/infineon-design-system-stencil/{p-aa47ef1b.entry.js → p-3c039adc.entry.js} +2 -2
  227. package/dist/infineon-design-system-stencil/{p-04dd3ba0.entry.js → p-48ea6a67.entry.js} +2 -2
  228. package/dist/infineon-design-system-stencil/{p-35c6aaf9.entry.js → p-5536a9c8.entry.js} +2 -2
  229. package/dist/infineon-design-system-stencil/{p-cdf8f8c1.entry.js → p-59fb1317.entry.js} +2 -2
  230. package/dist/infineon-design-system-stencil/p-5ba50092.entry.js +2 -0
  231. package/dist/infineon-design-system-stencil/p-5ba50092.entry.js.map +1 -0
  232. package/dist/infineon-design-system-stencil/{p-04295692.entry.js → p-5cf37e2a.entry.js} +2 -2
  233. package/dist/infineon-design-system-stencil/p-65d9faca.entry.js +2 -0
  234. package/dist/infineon-design-system-stencil/{p-a3273feb.entry.js → p-67c63b48.entry.js} +2 -2
  235. package/dist/infineon-design-system-stencil/{p-3123e5e2.entry.js → p-68b06d9b.entry.js} +2 -2
  236. package/dist/infineon-design-system-stencil/{p-e43a687a.entry.js → p-6b9ecace.entry.js} +2 -2
  237. package/dist/infineon-design-system-stencil/{p-ed07daf7.entry.js → p-6ba8b5eb.entry.js} +2 -2
  238. package/dist/infineon-design-system-stencil/p-711d5051.entry.js +2 -0
  239. package/dist/infineon-design-system-stencil/p-711d5051.entry.js.map +1 -0
  240. package/dist/infineon-design-system-stencil/{p-ccbeb030.entry.js → p-7abdbf1f.entry.js} +2 -2
  241. package/dist/infineon-design-system-stencil/{p-a9d22ce3.entry.js → p-86ba198c.entry.js} +2 -2
  242. package/dist/infineon-design-system-stencil/{p-945bae94.entry.js → p-8a0b4540.entry.js} +2 -2
  243. package/dist/infineon-design-system-stencil/{p-f7b3460c.entry.js → p-8dbe0add.entry.js} +2 -2
  244. package/dist/infineon-design-system-stencil/{p-e0cab72d.entry.js → p-9e413f66.entry.js} +2 -2
  245. package/dist/infineon-design-system-stencil/{p-d4d0a720.entry.js → p-9feda3ff.entry.js} +2 -2
  246. package/dist/infineon-design-system-stencil/{p-1d4e6390.entry.js → p-a0d570a0.entry.js} +2 -2
  247. package/dist/infineon-design-system-stencil/{p-7137962f.entry.js → p-b63754ff.entry.js} +2 -2
  248. package/dist/infineon-design-system-stencil/{p-23c72549.entry.js → p-b7057914.entry.js} +2 -2
  249. package/dist/infineon-design-system-stencil/{p-9bf471f5.entry.js → p-d08d3dd7.entry.js} +2 -2
  250. package/dist/infineon-design-system-stencil/p-d30f4aed.entry.js +2 -0
  251. package/dist/infineon-design-system-stencil/p-d30f4aed.entry.js.map +1 -0
  252. package/dist/infineon-design-system-stencil/{p-010454e4.entry.js → p-dc49f3c8.entry.js} +2 -2
  253. package/dist/infineon-design-system-stencil/p-e2d0ad64.entry.js +2 -0
  254. package/dist/infineon-design-system-stencil/{p-d829f880.entry.js → p-e447fb1f.entry.js} +2 -2
  255. package/dist/infineon-design-system-stencil/p-e4de8215.entry.js +2 -0
  256. package/dist/infineon-design-system-stencil/p-e4de8215.entry.js.map +1 -0
  257. package/dist/infineon-design-system-stencil/p-e57f8890.entry.js +2 -0
  258. package/dist/infineon-design-system-stencil/{p-73c719bc.entry.js.map → p-e57f8890.entry.js.map} +1 -1
  259. package/dist/infineon-design-system-stencil/{p-ca2820fd.entry.js → p-ecc58519.entry.js} +2 -2
  260. package/dist/infineon-design-system-stencil/p-f99f62ec.entry.js +2 -0
  261. package/dist/infineon-design-system-stencil/p-f99f62ec.entry.js.map +1 -0
  262. package/dist/types/components/navigation/navbar/navbar-item.d.ts +2 -1
  263. package/dist/types/components/navigation/navbar/navbar.d.ts +0 -1
  264. package/dist/types/components/navigation/navbar/navbar.stories.d.ts +31 -0
  265. package/dist/types/components.d.ts +2 -0
  266. package/package.json +1 -1
  267. package/dist/cjs/ifx-icon_6.cjs.entry.js.map +0 -1
  268. package/dist/esm/ifx-icon_6.entry.js.map +0 -1
  269. package/dist/infineon-design-system-stencil/p-408741e6.entry.js +0 -2
  270. package/dist/infineon-design-system-stencil/p-688baa7f.entry.js +0 -2
  271. package/dist/infineon-design-system-stencil/p-73c719bc.entry.js +0 -2
  272. package/dist/infineon-design-system-stencil/p-b1e7ffb5.entry.js +0 -2
  273. package/dist/infineon-design-system-stencil/p-bff428f4.entry.js +0 -2
  274. package/dist/infineon-design-system-stencil/p-bff428f4.entry.js.map +0 -1
  275. package/dist/infineon-design-system-stencil/p-e42e3390.entry.js +0 -2
  276. package/dist/infineon-design-system-stencil/p-e42e3390.entry.js.map +0 -1
  277. package/dist/infineon-design-system-stencil/p-fbdcd51a.entry.js +0 -2
  278. /package/dist/infineon-design-system-stencil/{p-1e4bc2b9.entry.js.map → p-00c52c84.entry.js.map} +0 -0
  279. /package/dist/infineon-design-system-stencil/{p-9ae3f322.entry.js.map → p-03752fe5.entry.js.map} +0 -0
  280. /package/dist/infineon-design-system-stencil/{p-dd5d3a7e.entry.js.map → p-1abbcdbc.entry.js.map} +0 -0
  281. /package/dist/infineon-design-system-stencil/{p-688baa7f.entry.js.map → p-1b59a7f9.entry.js.map} +0 -0
  282. /package/dist/infineon-design-system-stencil/{p-fbdcd51a.entry.js.map → p-1c19f8ce.entry.js.map} +0 -0
  283. /package/dist/infineon-design-system-stencil/{p-32b1a855.entry.js.map → p-1de4f93c.entry.js.map} +0 -0
  284. /package/dist/infineon-design-system-stencil/{p-e76958fe.entry.js.map → p-37e75e7c.entry.js.map} +0 -0
  285. /package/dist/infineon-design-system-stencil/{p-71abc76f.entry.js.map → p-3a682dbd.entry.js.map} +0 -0
  286. /package/dist/infineon-design-system-stencil/{p-aa47ef1b.entry.js.map → p-3c039adc.entry.js.map} +0 -0
  287. /package/dist/infineon-design-system-stencil/{p-04dd3ba0.entry.js.map → p-48ea6a67.entry.js.map} +0 -0
  288. /package/dist/infineon-design-system-stencil/{p-35c6aaf9.entry.js.map → p-5536a9c8.entry.js.map} +0 -0
  289. /package/dist/infineon-design-system-stencil/{p-cdf8f8c1.entry.js.map → p-59fb1317.entry.js.map} +0 -0
  290. /package/dist/infineon-design-system-stencil/{p-04295692.entry.js.map → p-5cf37e2a.entry.js.map} +0 -0
  291. /package/dist/infineon-design-system-stencil/{p-b1e7ffb5.entry.js.map → p-65d9faca.entry.js.map} +0 -0
  292. /package/dist/infineon-design-system-stencil/{p-a3273feb.entry.js.map → p-67c63b48.entry.js.map} +0 -0
  293. /package/dist/infineon-design-system-stencil/{p-3123e5e2.entry.js.map → p-68b06d9b.entry.js.map} +0 -0
  294. /package/dist/infineon-design-system-stencil/{p-e43a687a.entry.js.map → p-6b9ecace.entry.js.map} +0 -0
  295. /package/dist/infineon-design-system-stencil/{p-ed07daf7.entry.js.map → p-6ba8b5eb.entry.js.map} +0 -0
  296. /package/dist/infineon-design-system-stencil/{p-ccbeb030.entry.js.map → p-7abdbf1f.entry.js.map} +0 -0
  297. /package/dist/infineon-design-system-stencil/{p-a9d22ce3.entry.js.map → p-86ba198c.entry.js.map} +0 -0
  298. /package/dist/infineon-design-system-stencil/{p-945bae94.entry.js.map → p-8a0b4540.entry.js.map} +0 -0
  299. /package/dist/infineon-design-system-stencil/{p-f7b3460c.entry.js.map → p-8dbe0add.entry.js.map} +0 -0
  300. /package/dist/infineon-design-system-stencil/{p-e0cab72d.entry.js.map → p-9e413f66.entry.js.map} +0 -0
  301. /package/dist/infineon-design-system-stencil/{p-d4d0a720.entry.js.map → p-9feda3ff.entry.js.map} +0 -0
  302. /package/dist/infineon-design-system-stencil/{p-1d4e6390.entry.js.map → p-a0d570a0.entry.js.map} +0 -0
  303. /package/dist/infineon-design-system-stencil/{p-7137962f.entry.js.map → p-b63754ff.entry.js.map} +0 -0
  304. /package/dist/infineon-design-system-stencil/{p-23c72549.entry.js.map → p-b7057914.entry.js.map} +0 -0
  305. /package/dist/infineon-design-system-stencil/{p-9bf471f5.entry.js.map → p-d08d3dd7.entry.js.map} +0 -0
  306. /package/dist/infineon-design-system-stencil/{p-010454e4.entry.js.map → p-dc49f3c8.entry.js.map} +0 -0
  307. /package/dist/infineon-design-system-stencil/{p-408741e6.entry.js.map → p-e2d0ad64.entry.js.map} +0 -0
  308. /package/dist/infineon-design-system-stencil/{p-d829f880.entry.js.map → p-e447fb1f.entry.js.map} +0 -0
  309. /package/dist/infineon-design-system-stencil/{p-ca2820fd.entry.js.map → p-ecc58519.entry.js.map} +0 -0
@@ -1 +1 @@
1
- {"file":"p-4d4f8f00.js","mappings":";;;;AAAA,MAAM,eAAe,GAAG,+pDAA+pD,CAAC;AACxrD,8BAAe,eAAe;;MCQjB,YAAY;IALzB;;;;QAOU,YAAO,GAAwB,SAAS,CAAC;QAGzC,eAAU,GAAW,QAAQ,CAAC;KA0CvC;IAvCS,YAAY;QAClB,QAAQ,IAAI,CAAC,OAAO;YAClB,KAAK,SAAS;gBACZ,OAAO,oCAAoC,CAAC;YAC9C,KAAK,QAAQ;gBACX,OAAO,mCAAmC,CAAC;YAC7C,KAAK,OAAO;gBACV,OAAO,kCAAkC,CAAC;YAC5C,KAAK,SAAS;gBACZ,OAAO,oCAAoC,CAAC;YAC9C;gBACE,OAAO,oCAAoC,CAAC;SAC/C;KACF;IAED,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,4DAAK,KAAK,EAAE,4BAA4B,GAAG,IAAI,CAAC,YAAY,EAAE,IAC5D,4DAAK,KAAK,EAAC,wBAAwB,IACjC,iEAAU,IAAI,EAAE,IAAI,CAAC,IAAI,GAAa,CAClC,EACN,4DAAK,KAAK,EAAC,wBAAwB,IACjC,4DAAK,KAAK,EAAC,wBAAwB,IACjC,8DAAO,CACH,EACJ,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ;YAChC,4DAAK,KAAK,EAAC,wBAAwB,IACjC,iEAAU,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,CAAC,UAAU,IACnD,IAAI,CAAC,QAAQ,EAAC,iEAAU,IAAI,EAAC,gBAAgB,GACrC,CACA,CACP,CAEF,CACF,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/notification/notification.scss?tag=ifx-notification&encapsulation=shadow","src/components/notification/notification.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n@use \"../../global/font.scss\";\n\n.ifx-notification__wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n\n padding: tokens.$ifxSpace100 tokens.$ifxSpace200;\n\n background-color: tokens.$ifxColorBaseWhite;\n font-family: var(--ifx-font-family);\n color: tokens.$ifxColorBaseBlack;\n\n border: tokens.$ifxBorderWidth12 solid tokens.$ifxColorEngineering200;\n\n &.ifx-notification__wrapper--success {\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorGreen500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorGreen500;\n }\n }\n\n &.ifx-notification__wrapper--locked {\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorOrange500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorOrange500;\n }\n }\n\n &.ifx-notification__wrapper--error {\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorRed500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorRed500;\n }\n }\n\n &.ifx-notification__wrapper--neutral{\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorOcean500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorOcean500;\n }\n }\n\n & .ifx-notification__icon {\n margin-right: tokens.$ifxSpace100;\n display: flex;\n align-self: center;\n }\n\n & .ifx-notification__body {\n display: flex;\n flex-direction: row;\n flex-grow: 1;\n font-size: tokens.$ifxFontSizeS;\n\n & .ifx-notification__slot {\n flex-grow: 1;\n display: inline-flex;\n align-items: center;\n }\n }\n\n & .ifx-notification__link {\n font-size: tokens.$ifxFontSizeS;\n }\n\n @media (max-width: tokens.$ifxBreakpointXs) {\n & .ifx-notification__icon {\n align-self: flex-start;\n }\n\n & .ifx-notification__body {\n flex-direction: column;\n }\n\n & .ifx-notification__link {\n margin-top: tokens.$ifxSpace100;\n }\n }\n}","import { Component, h, Host, Prop } from '@stencil/core';\n \nexport type NotificationVariant = 'success' | 'locked' | 'error' | 'neutral';\n\n@Component({\n tag: 'ifx-notification',\n styleUrl: 'notification.scss',\n shadow: true\n})\nexport class Notification {\n @Prop() icon: string;\n @Prop() variant: NotificationVariant = 'success';\n @Prop() linkText: string; \n @Prop() linkHref: string;\n @Prop() linkTarget: string = '_blank';\n\n\n private getClassName(): string {\n switch (this.variant) {\n case 'success':\n return 'ifx-notification__wrapper--success';\n case 'locked':\n return 'ifx-notification__wrapper--locked';\n case 'error':\n return 'ifx-notification__wrapper--error';\n case 'neutral':\n return 'ifx-notification__wrapper--neutral';\n default:\n return 'ifx-notification__wrapper--success';\n }\n }\n\n render() {\n return (\n <Host>\n <div class={\"ifx-notification__wrapper \" + this.getClassName()}>\n <div class=\"ifx-notification__icon\">\n <ifx-icon icon={this.icon}></ifx-icon>\n </div>\n <div class=\"ifx-notification__body\">\n <div class=\"ifx-notification__slot\">\n <slot/>\n </div>\n { this.linkText && this.linkHref && \n <div class=\"ifx-notification__link\">\n <ifx-link href={this.linkHref} target={this.linkTarget}>\n {this.linkText}<ifx-icon icon=\"arrow-right-16\">\n </ifx-icon>\n </ifx-link>\n </div>\n }\n </div>\n </div>\n </Host>\n );\n }\n}"],"version":3}
1
+ {"file":"p-bf2666f8.js","mappings":";;;;AAAA,MAAM,eAAe,GAAG,+pDAA+pD,CAAC;AACxrD,8BAAe,eAAe;;MCQjB,YAAY;IALzB;;;;QAOU,YAAO,GAAwB,SAAS,CAAC;QAGzC,eAAU,GAAW,QAAQ,CAAC;KA0CvC;IAvCS,YAAY;QAClB,QAAQ,IAAI,CAAC,OAAO;YAClB,KAAK,SAAS;gBACZ,OAAO,oCAAoC,CAAC;YAC9C,KAAK,QAAQ;gBACX,OAAO,mCAAmC,CAAC;YAC7C,KAAK,OAAO;gBACV,OAAO,kCAAkC,CAAC;YAC5C,KAAK,SAAS;gBACZ,OAAO,oCAAoC,CAAC;YAC9C;gBACE,OAAO,oCAAoC,CAAC;SAC/C;KACF;IAED,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,4DAAK,KAAK,EAAE,4BAA4B,GAAG,IAAI,CAAC,YAAY,EAAE,IAC5D,4DAAK,KAAK,EAAC,wBAAwB,IACjC,iEAAU,IAAI,EAAE,IAAI,CAAC,IAAI,GAAa,CAClC,EACN,4DAAK,KAAK,EAAC,wBAAwB,IACjC,4DAAK,KAAK,EAAC,wBAAwB,IACjC,8DAAO,CACH,EACJ,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ;YAChC,4DAAK,KAAK,EAAC,wBAAwB,IACjC,iEAAU,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,CAAC,UAAU,IACnD,IAAI,CAAC,QAAQ,EAAC,iEAAU,IAAI,EAAC,gBAAgB,GACrC,CACA,CACP,CAEF,CACF,CACD,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/notification/notification.scss?tag=ifx-notification&encapsulation=shadow","src/components/notification/notification.tsx"],"sourcesContent":["@use \"~@infineon/design-system-tokens/dist/tokens\";\n@use \"../../global/font.scss\";\n\n.ifx-notification__wrapper {\n display: flex;\n flex-direction: row;\n align-items: center;\n\n padding: tokens.$ifxSpace100 tokens.$ifxSpace200;\n\n background-color: tokens.$ifxColorBaseWhite;\n font-family: var(--ifx-font-family);\n color: tokens.$ifxColorBaseBlack;\n\n border: tokens.$ifxBorderWidth12 solid tokens.$ifxColorEngineering200;\n\n &.ifx-notification__wrapper--success {\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorGreen500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorGreen500;\n }\n }\n\n &.ifx-notification__wrapper--locked {\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorOrange500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorOrange500;\n }\n }\n\n &.ifx-notification__wrapper--error {\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorRed500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorRed500;\n }\n }\n\n &.ifx-notification__wrapper--neutral{\n border-left: tokens.$ifxBorderWidth50 solid tokens.$ifxColorOcean500;\n\n & .ifx-notification__icon {\n color: tokens.$ifxColorOcean500;\n }\n }\n\n & .ifx-notification__icon {\n margin-right: tokens.$ifxSpace100;\n display: flex;\n align-self: center;\n }\n\n & .ifx-notification__body {\n display: flex;\n flex-direction: row;\n flex-grow: 1;\n font-size: tokens.$ifxFontSizeS;\n\n & .ifx-notification__slot {\n flex-grow: 1;\n display: inline-flex;\n align-items: center;\n }\n }\n\n & .ifx-notification__link {\n font-size: tokens.$ifxFontSizeS;\n }\n\n @media (max-width: tokens.$ifxBreakpointXs) {\n & .ifx-notification__icon {\n align-self: flex-start;\n }\n\n & .ifx-notification__body {\n flex-direction: column;\n }\n\n & .ifx-notification__link {\n margin-top: tokens.$ifxSpace100;\n }\n }\n}","import { Component, h, Host, Prop } from '@stencil/core';\n \nexport type NotificationVariant = 'success' | 'locked' | 'error' | 'neutral';\n\n@Component({\n tag: 'ifx-notification',\n styleUrl: 'notification.scss',\n shadow: true\n})\nexport class Notification {\n @Prop() icon: string;\n @Prop() variant: NotificationVariant = 'success';\n @Prop() linkText: string; \n @Prop() linkHref: string;\n @Prop() linkTarget: string = '_blank';\n\n\n private getClassName(): string {\n switch (this.variant) {\n case 'success':\n return 'ifx-notification__wrapper--success';\n case 'locked':\n return 'ifx-notification__wrapper--locked';\n case 'error':\n return 'ifx-notification__wrapper--error';\n case 'neutral':\n return 'ifx-notification__wrapper--neutral';\n default:\n return 'ifx-notification__wrapper--success';\n }\n }\n\n render() {\n return (\n <Host>\n <div class={\"ifx-notification__wrapper \" + this.getClassName()}>\n <div class=\"ifx-notification__icon\">\n <ifx-icon icon={this.icon}></ifx-icon>\n </div>\n <div class=\"ifx-notification__body\">\n <div class=\"ifx-notification__slot\">\n <slot/>\n </div>\n { this.linkText && this.linkHref && \n <div class=\"ifx-notification__link\">\n <ifx-link href={this.linkHref} target={this.linkTarget}>\n {this.linkText}<ifx-icon icon=\"arrow-right-16\">\n </ifx-icon>\n </ifx-link>\n </div>\n }\n </div>\n </div>\n </Host>\n );\n }\n}"],"version":3}
@@ -173,7 +173,7 @@ const Template = class {
173
173
  }
174
174
  }
175
175
  render() {
176
- return (h("div", { key: '2bbc2bcf69e0a7c3622bc09532a5ce544993aab1' }, this.isTemplatePage
176
+ return (h("div", { key: 'f65bcad4089f5c8b672184729dcdd17c6eda8cba' }, this.isTemplatePage
177
177
  ?
178
178
  h("div", { class: "template__page-wrapper" }, !this.repoUrl && !this.repoError &&
179
179
  h("div", null, h("h3", null, "Your repository is getting ready.."), h("p", null, "This will only take a minute.")), this.isLoading && !this.repoError && h("div", null, h("ifx-spinner", { variant: 'default', size: 's' })), this.repoUrl && h("ifx-link", { href: this.repoUrl, target: "_parent", size: "m", variant: "underlined" }, "Your repository"), this.repoError && h("div", null, this.repoError))
@@ -178,7 +178,7 @@ const Table = class {
178
178
  return {};
179
179
  }
180
180
  render() {
181
- return (h(Host, { key: 'b8a64dc733f199d3cd39cfa845f9038fd19591c2' }, h("div", { key: '106e6ef4925dd559544abf7c32031164ef4a3aca', id: "table-wrapper", class: this.getClassNames() }, h("div", { key: 'f3d0785c0ce382028b6d197b2d8463b16039c15b', id: `ifxTable-${this.uniqueKey}`, class: "ifx-ag-grid", style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
181
+ return (h(Host, { key: 'ad2d7535d94aba7f303088599101f365f077f65e' }, h("div", { key: 'ab6135affa957b20efc6fcd96be4e5308e767659', id: "table-wrapper", class: this.getClassNames() }, h("div", { key: '2aac286f7422d5c0106c1a13beab760abb3e03fe', id: `ifxTable-${this.uniqueKey}`, class: "ifx-ag-grid", style: this.getTableStyle(), ref: (el) => (this.container = el) }))));
182
182
  }
183
183
  get host() { return getElement(this); }
184
184
  };
@@ -508,7 +508,7 @@ const Pagination = class {
508
508
  this.initPagination(paginationElement);
509
509
  }
510
510
  render() {
511
- return (h("div", { key: 'a693ae5fe2e3ded229062356629f14c76bf5ad51', "aria-label": 'a pagination', "aria-value": this.currentPage, class: "container" }, h("div", { key: '41d1d12a964cce4349f5128625975db66b29ea8a', class: 'items__per-page-wrapper' }, h("div", { key: '6458db661b207bc22229c08ee2aabf8282f34538', class: 'items__per-page-label' }, "Results per Page"), h("div", { key: 'c62a635ec495daa54c4842b916115586d6a173a3', class: 'items__per-page-field' }, h("ifx-select", { key: '7fcfafba3abc954a84dfce2f653700d0e6217aad', value: 'undefined', size: 's', placeholder: 'false', "show-search": 'false', "search-placeholder-value": 'Search...', disabled: false, error: false, "error-message": 'Error', label: '', "placeholder-value": 'Placeholder', options: this.filteredItemsPerPage }))), h("div", { key: 'a96bbfe38514ea1f227228e7f91a4a89afc6d3b4', class: 'items__total-wrapper' }, h("div", { key: '99cd98bda4e1cc7124dd7c4c7bdd7d9179b4d68c', class: 'page__numbers-wrapper' }, h("div", { key: 'b6ef27bd27e2b5f13abb5a82afd30a928a0f5dfa', class: "pagination" }, h("ifx-icon-button", { key: 'a5c009483d5abf059da48dc259c1636699630fa3', variant: 'secondary', class: "prev", color: 'primary', icon: 'arrow-left-24' }), h("ol", { key: 'fc06c289d9c101c65145dd441fde88a8610384e0' }, this.numberOfPages.map((item) => h("li", { class: `${this.internalPage === item ? 'active' : ""}` }, h("a", { href: undefined }, item)))), h("ifx-icon-button", { key: '4e9e6fea55615a305ee040bceb4b4f9f565fa182', class: "next", variant: 'secondary', color: 'primary', icon: 'arrow-right-24' }))))));
511
+ return (h("div", { key: 'b0c95fd2d1f3eff8c2a02773b7332fa8a0e8df4b', "aria-label": 'a pagination', "aria-value": this.currentPage, class: "container" }, h("div", { key: '5258c41927e8699f3abedd4e4cf127abc9b9d621', class: 'items__per-page-wrapper' }, h("div", { key: 'c1613e4f10bddd59733f92a18b02df25fb2bd41c', class: 'items__per-page-label' }, "Results per Page"), h("div", { key: 'c51981aec1cf851bba48ccac2bfdfc0d6889efdf', class: 'items__per-page-field' }, h("ifx-select", { key: 'df0af4e9e347a3bad00477d187df5dfa2336a3a8', value: 'undefined', size: 's', placeholder: 'false', "show-search": 'false', "search-placeholder-value": 'Search...', disabled: false, error: false, "error-message": 'Error', label: '', "placeholder-value": 'Placeholder', options: this.filteredItemsPerPage }))), h("div", { key: 'ef3a823246abfd7c22f4e3a214c87880491a97ce', class: 'items__total-wrapper' }, h("div", { key: 'd358a8c56ea8a2963b4de1cb0e3424e45bef5486', class: 'page__numbers-wrapper' }, h("div", { key: 'e0fd96bf52b67c9010f567bc11856f57f1fb9128', class: "pagination" }, h("ifx-icon-button", { key: '094f2b269326b82f332375bbf0bf94b25c895051', variant: 'secondary', class: "prev", color: 'primary', icon: 'arrow-left-24' }), h("ol", { key: '1cbe4f1104728aaf5c384d2328db1f2cfc10e6e5' }, this.numberOfPages.map((item) => h("li", { class: `${this.internalPage === item ? 'active' : ""}` }, h("a", { href: undefined }, item)))), h("ifx-icon-button", { key: '8befcf76b3fb5d7c349dbde7f45041b7cf661882', class: "next", variant: 'secondary', color: 'primary', icon: 'arrow-right-24' }))))));
512
512
  }
513
513
  get el() { return getElement(this); }
514
514
  };
@@ -8,7 +8,7 @@ const Faq = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '2a4601043cc5f6a5f40d33e341b61a1dd9854b02', class: 'container' }, h("ifx-accordion", { key: '5e00a8d1efb02edb07dd64c3948bea7d5b703625' }, h("ifx-accordion-item", { key: '2d025c838b2d1ddef74d3a540005bee97913198c', 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."), h("ifx-accordion-item", { key: 'c863ca331816f23d6de8d0177f3c84e05df968e3', 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."), h("ifx-accordion-item", { key: '3616f6218e23af7918d12b57ac5a469289bc51e1', 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.)"), h("ifx-accordion-item", { key: '319095da97862f3d7a88ac1102e1e84114228cc1', 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."), h("ifx-accordion-item", { key: 'a4e8a4c1368c6c3532c3d4f8ad8fbcfa858fb2df', 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."))));
11
+ return (h("div", { key: '38fe3ec5631fe45adcc35588f571cb04b9c2ff86', class: 'container' }, h("ifx-accordion", { key: '0a200c6d581b25df4d1ac5109a552fb03ce19248' }, h("ifx-accordion-item", { key: '817f3277cafe0434924c77df5f535a1aed24c31d', 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."), h("ifx-accordion-item", { key: 'c26ade22de3178d88f441dfeaf13af56b39a225e', 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."), h("ifx-accordion-item", { key: 'f294796deb5779d31b8d0436c0ebce363e17d51b', 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.)"), h("ifx-accordion-item", { key: '17996798e2b1a74e4ba64e0745cccc3de1af63dc', 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."), h("ifx-accordion-item", { key: 'f3246800892322c806e8710a8c7824b7dffa6a34', 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."))));
12
12
  }
13
13
  };
14
14
  Faq.style = IfxFaqStyle0;
@@ -49,8 +49,8 @@ const FilterAccordion = class {
49
49
  this.el.removeEventListener('ifxListUpdate', this.handleCheckedChange);
50
50
  }
51
51
  render() {
52
- return (h("div", { key: 'cb145b6670a80170141ed679bf35967a076e9f36', class: `accordion ${this.expanded ? 'expanded' : ''}` }, h("div", { key: '8f0ffba46008dff714481e373c57f3d5420a9f91', class: `header ${this.expanded ? 'expanded' : ''}`, onClick: this.toggleAccordion }, h("div", { key: 'b1e21649d51e942a01faa99e244ea8a3aff70067', class: `text-and-icon ${this.expanded ? 'expanded' : ''}` }, h("div", { key: '776586b04064a1a30dc7f2eaa6ee3e71c679a6f7', class: "text" }, h("span", { key: 'e7df1011d2b51f9e7c90b6acafdd9e8c0fdb6612' }, this.filterGroupName), h("ifx-number-indicator", { key: '8d67c24dbee2258bdad84e5273a8791269d4a4d6' }, this.count)), h("ifx-icon", { key: '6790c5defc2f0f0ff391a8bea0fe035dcd017ffe', class: this.expanded ? '' : 'hidden', icon: "minus-16", onClick: this.toggleAccordion }), h("ifx-icon", { key: '05d384131f5ba652a82c7210156a3d8b54cd0b35', class: this.expanded ? 'hidden' : '', icon: "plus-16", onClick: this.toggleAccordion }))), this.expanded &&
53
- h("div", { key: '91ea5b277b3d514ea3a25b5b7cee8e6336802f60', class: "filter-accordion-container" }, h("slot", { key: 'd44e95c756e1cc37b28f8b3c4ed3811e327ee2d1', name: "list" }))));
52
+ return (h("div", { key: '04f5bf30e72842f9933b4e996d0f1f8fd05a7e20', class: `accordion ${this.expanded ? 'expanded' : ''}` }, h("div", { key: 'db74e70636d12b7eda258cd51b970efabca762b1', class: `header ${this.expanded ? 'expanded' : ''}`, onClick: this.toggleAccordion }, h("div", { key: '275bb4906b9bf54d3f7a3d92127c2b5f5929f66f', class: `text-and-icon ${this.expanded ? 'expanded' : ''}` }, h("div", { key: '196c8da9491b30ee1b9340f2d608dcc0fbc77e8d', class: "text" }, h("span", { key: 'ca7a0e16bdec5ad7c7712eacc663e93016745274' }, this.filterGroupName), h("ifx-number-indicator", { key: 'ded7fee1ddad870fd8ab71c552443b10c64fe16b' }, this.count)), h("ifx-icon", { key: 'bf3c7d0609df661cf80d2a54d6541f00ad12e4fe', class: this.expanded ? '' : 'hidden', icon: "minus-16", onClick: this.toggleAccordion }), h("ifx-icon", { key: 'e51d932d03376e78da2a7c7023b7a730c485735e', class: this.expanded ? 'hidden' : '', icon: "plus-16", onClick: this.toggleAccordion }))), this.expanded &&
53
+ h("div", { key: '9f918e904eac2a581a2964c151a968745ac947f3', class: "filter-accordion-container" }, h("slot", { key: 'dd76a13a2b0eacbdf472d80418b3c003c9a4fac5', name: "list" }))));
54
54
  }
55
55
  get el() { return getElement(this); }
56
56
  };
@@ -93,7 +93,7 @@ const FilterBar = class {
93
93
  // Calculate slotsToShow safely
94
94
  const slotsToShow = Math.min(safeVisibleSlots, actualNumberOfComponents, Number.MAX_SAFE_INTEGER);
95
95
  const slots = Array.from({ length: slotsToShow }, (_, i) => (h("div", { class: "filter-slot-wrapper" }, h("slot", { name: `filter-component-${i + 1}` }))));
96
- return (h(Host, { key: 'b229339c4a69f89412ab76c74d6d6e7841d23638' }, h("div", { key: '9dd16a7b0d0aad56a1153034691cfbd0cf5b351b', class: "search-container" }, h("slot", { key: 'e0f5f4984744bbed88448c019dcfb6d3df5f3829', name: "filter-search" }), " "), h("div", { key: 'e2a4089f0d2b039f56f8d903505fad17cc1d24e6', class: "components-container" }, slots.length > 0 ? slots : h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (h("div", { key: '886b702ec95387d15b9c55f6b8ee874a2dfc5968', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, h("ifx-button", { key: 'bfabd7b2af1e34d8ec60b0826a4d30af3c0b8d26', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, h("ifx-icon", { key: '1a57564f2e2799f4d2b9df4fafb1fb1373e163e2', icon: "filter-16" }), "More filters"))))));
96
+ return (h(Host, { key: '3918b1d231610b4f950c76a2ed07d925d7ba29e3' }, h("div", { key: 'd72e6b4183d5f89b28f837ffb7996a63d33f5c4f', class: "search-container" }, h("slot", { key: 'e01e5096996fe278288ca45a4556df6f887e95b2', name: "filter-search" }), " "), h("div", { key: 'd98c1aabedb706e1cd87329e1b5f223395692e01', class: "components-container" }, slots.length > 0 ? slots : h("slot", { name: "filter-component" }), this.showMoreFiltersButton && !this.showAllFilters && (h("div", { key: '655e3d96f5265ad5c2f412c27b715a083456e8b6', class: "more-filters-wrapper", onClick: this.handleMoreFiltersClick }, h("ifx-button", { key: '47dabee1d37f6c673b2d62de1547eaba96262e8a', type: "button", disabled: false, variant: "tertiary", size: "m", target: "_blank", theme: "default", "full-width": "false" }, h("ifx-icon", { key: 'de59be45b90578acde9c141129f4579562e348cf', icon: "filter-16" }), "More filters"))))));
97
97
  }
98
98
  get el() { return getElement(this); }
99
99
  };
@@ -29,7 +29,7 @@ const FilterSearch = class {
29
29
  this.ifxFilterSearchChange.emit({ filterName: this.filterName, filterValue: this.filterValue, filterKey: this.filterKey }); // Emitting filterKey along with other properties
30
30
  }
31
31
  render() {
32
- return (h("div", { key: 'afe820415b91e594797fe29d0e63c17872a721c0', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, h("div", { key: '80aa48ee8d8f5a7907fb117ff6859f2c7010523f', class: "filter-name" }, this.filterName), h("ifx-search-field", { key: '157685c4bbb4f285529615df802bbc93e44952da', placeholder: this.placeholder, "show-delete-icon": this.showDeleteIcon, disabled: this.disabled, value: this.filterValue })));
32
+ return (h("div", { key: '53a34910aec55e31b40d2d2868481fea46dec401', class: `${this.filterOrientation === 'sidebar' ? 'sidebar-filter-search-wrapper' : 'topbar-filter-search-wrapper'}` }, h("div", { key: 'eb4451b33cf8815237b0543d22f0cabcc2129070', class: "filter-name" }, this.filterName), h("ifx-search-field", { key: '6240cf45bc67f23d9899ee67914974104801f632', placeholder: this.placeholder, "show-delete-icon": this.showDeleteIcon, disabled: this.disabled, value: this.filterValue })));
33
33
  }
34
34
  get host() { return getElement(this); }
35
35
  static get watchers() { return {
@@ -125,7 +125,7 @@ const IfxFilterTypeGroup = class {
125
125
  window.removeEventListener('ifxResetFiltersEvent', this.handleResetEvent);
126
126
  }
127
127
  render() {
128
- return (h(Host, { key: '4f530d59ead6338b06e1f913cd7124225c47123d' }, h("div", { key: '6a3a1fb38642e4130ea57d39a70b90154d22d23a', class: "filter-type-group" }, h("slot", { key: '0f8da1bbdf3daa62ea04cdb4643146d26552686e', name: "filter-search" }), h("slot", { key: '8f16788df7c99451d0db594342a2d8842fb0a309', name: "filter-accordion" }))));
128
+ return (h(Host, { key: 'b3c13d48da96a74d05ba0af9f592fc4f4bf688fc' }, h("div", { key: 'd0bea155f2d083279710607bde2957fa7f2bdd41', class: "filter-type-group" }, h("slot", { key: '71c60c9cdc705fb1d845b93d9871f3257090b88f', name: "filter-search" }), h("slot", { key: 'd3ecbbd9e98a227cd2d6902e28ce13c1511bd451', name: "filter-accordion" }))));
129
129
  }
130
130
  get el() { return getElement(this); }
131
131
  };
@@ -0,0 +1,74 @@
1
+ import { r as registerInstance, c as createEvent, h, a as Host } from './index-c77e25a0.js';
2
+ import { g as getIcon } from './icons-4575d84a.js';
3
+
4
+ const infineonIconStencilCss = "ifx-icon{display:inline-flex;justify-content:center}ifx-icon:empty{display:none}";
5
+ const IfxIconStyle0 = infineonIconStencilCss;
6
+
7
+ const InfineonIconStencil = class {
8
+ constructor(hostRef) {
9
+ registerInstance(this, hostRef);
10
+ this.consoleError = createEvent(this, "consoleError", 7);
11
+ this.icon = "";
12
+ }
13
+ convertStringToHtml(htmlString) {
14
+ const div = document.createElement('div');
15
+ div.innerHTML = htmlString;
16
+ return div.firstChild;
17
+ }
18
+ convertHtmlToObject(htmlElement) {
19
+ let pathToObject = Array
20
+ .from(htmlElement.attributes, ({ name, value }) => ({ name, value }))
21
+ .reduce((acc, current) => {
22
+ acc[current.name] = current.value;
23
+ return acc;
24
+ }, {});
25
+ return pathToObject;
26
+ }
27
+ convertPathsToVnode(htmlPath) {
28
+ let svgPaths = [];
29
+ const parentPath = this.convertHtmlToObject(htmlPath);
30
+ const parentPathToVnode = h("path", parentPath);
31
+ svgPaths.push(parentPathToVnode);
32
+ if (htmlPath.firstChild) {
33
+ const paths = htmlPath.querySelectorAll('path');
34
+ const pathLength = htmlPath.querySelectorAll('path').length;
35
+ for (let i = 0; i < pathLength; i++) {
36
+ let pathToObject = this.convertHtmlToObject(paths[i]);
37
+ let objToVnode = h("path", pathToObject);
38
+ svgPaths.push(objToVnode);
39
+ }
40
+ }
41
+ return svgPaths;
42
+ }
43
+ getSVG(svgPath) {
44
+ return h("svg", { class: "inline-svg", width: this.ifxIcon.width, height: this.ifxIcon.height, xmlns: "http://www.w3.org/2000/svg", fill: this.ifxIcon.fill, viewBox: this.ifxIcon.viewBox }, ...svgPath);
45
+ }
46
+ constructIcon() {
47
+ if (this.ifxIcon) {
48
+ const htmlPath = this.convertStringToHtml(this.ifxIcon.svgContent);
49
+ const svgPath = this.convertPathsToVnode(htmlPath);
50
+ const SVG = this.getSVG(svgPath);
51
+ return SVG;
52
+ }
53
+ else if (this.icon !== "") {
54
+ console.error('Icon not found!');
55
+ this.consoleError.emit(true);
56
+ return;
57
+ }
58
+ else {
59
+ return;
60
+ }
61
+ }
62
+ componentWillLoad() {
63
+ const removeHyphen = (str) => str.toLowerCase().replace(/[^a-zA-Z0-9]+(.)/g, (_m, chr) => chr);
64
+ this.ifxIcon = getIcon(removeHyphen(this.icon));
65
+ }
66
+ render() {
67
+ return (h(Host, { key: 'b9e7a70969306d21d04013a291d7f1c6c12a2f40' }, this.constructIcon()));
68
+ }
69
+ };
70
+ InfineonIconStencil.style = IfxIconStyle0;
71
+
72
+ export { InfineonIconStencil as ifx_icon };
73
+
74
+ //# sourceMappingURL=ifx-icon.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"ifx-icon.entry.js","mappings":";;;AAAA,MAAM,sBAAsB,GAAG,kFAAkF,CAAC;AAClH,sBAAe,sBAAsB;;MCSxB,mBAAmB;IALhC;;;QAM2B,SAAI,GAAW,EAAE,CAAA;KAuE3C;IAnEC,mBAAmB,CAAC,UAAU;QAC5B,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAA;QACzC,GAAG,CAAC,SAAS,GAAG,UAAU,CAAA;QAC1B,OAAO,GAAG,CAAC,UAAU,CAAA;KACtB;IAED,mBAAmB,CAAC,WAAW;QAC7B,IAAI,YAAY,GAAG,KAAK;aACrB,IAAI,CAAC,WAAW,CAAC,UAAU,EAAE,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,CAAC;aACpE,MAAM,CAAC,CAAC,GAAG,EAAE,OAAO;YACnB,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,KAAK,CAAA;YACjC,OAAO,GAAG,CAAA;SACX,EAAE,EAAE,CAAC,CAAA;QAER,OAAO,YAAY,CAAA;KACpB;IAED,mBAAmB,CAAC,QAAQ;QAC1B,IAAI,QAAQ,GAAG,EAAE,CAAA;QACjB,MAAM,UAAU,GAAG,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,CAAC;QACtD,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;QAChD,QAAQ,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAA;QAChC,IAAG,QAAQ,CAAC,UAAU,EAAE;YACtB,MAAM,KAAK,GAAG,QAAQ,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;YAChD,MAAM,UAAU,GAAG,QAAQ,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC;YAC5D,KAAI,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,EAAE,CAAC,EAAE,EAAE;gBAClC,IAAI,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAA;gBACrD,IAAI,UAAU,GAAG,CAAC,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;gBACxC,QAAQ,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA;aAC1B;SACF;QACD,OAAO,QAAQ,CAAA;KAChB;IAED,MAAM,CAAC,OAAO;QACZ,OAAO,WAAK,KAAK,EAAC,YAAY,EAAC,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,EAAC,4BAA4B,EAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,OAAM,OAAO,CAAO,CAAA;KACrM;IAED,aAAa;QACX,IAAG,IAAI,CAAC,OAAO,EAAE;YACf,MAAM,QAAQ,GAAG,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAA;YAClE,MAAM,OAAO,GAAG,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC,CAAA;YAClD,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAA;YAChC,OAAO,GAAG,CAAC;SACZ;aAAM,IAAG,IAAI,CAAC,IAAI,KAAK,EAAE,EAAE;YAC1B,OAAO,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAA;YAChC,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;YAC5B,OAAO;SACR;aAAO;YACN,OAAO;SACR;KACF;IAED,iBAAiB;QACf,MAAM,YAAY,GAAG,CAAC,GAAG,KAAK,GAAG,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,mBAAmB,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK,GAAG,CAAC,CAAC;QAC/F,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;KACjD;IAID,MAAM;QACJ,QACE,EAAC,IAAI,uDACJ,IAAI,CAAC,aAAa,EAAE,CACd,EACP;KACH;;;;;;","names":[],"sources":["src/components/icon/infineonIconStencil.scss?tag=ifx-icon","src/components/icon/infineonIconStencil.tsx"],"sourcesContent":["ifx-icon {\n display: inline-flex;\n justify-content: center;\n\n &:empty {\n display: none;\n }\n}","import { Component, Prop, h, Host, Event, EventEmitter } from '@stencil/core';\nimport { getIcon } from '@infineon/infineon-icons'\n \n\n\n@Component({\n tag: 'ifx-icon',\n styleUrl: './infineonIconStencil.scss'\n})\n\nexport class InfineonIconStencil {\n @Prop({ mutable: true }) icon: string = \"\"\n @Prop({ mutable: true }) ifxIcon: any;\n @Event() consoleError: EventEmitter<boolean>;\n \n convertStringToHtml(htmlString) { \n const div = document.createElement('div')\n div.innerHTML = htmlString\n return div.firstChild\n }\n\n convertHtmlToObject(htmlElement) { \n let pathToObject = Array\n .from(htmlElement.attributes, ({ name, value }) => ({ name, value }))\n .reduce((acc, current) => {\n acc[current.name] = current.value\n return acc\n }, {})\n\n return pathToObject\n }\n\n convertPathsToVnode(htmlPath) { \n let svgPaths = []\n const parentPath = this.convertHtmlToObject(htmlPath);\n const parentPathToVnode = h(\"path\", parentPath);\n svgPaths.push(parentPathToVnode)\n if(htmlPath.firstChild) { \n const paths = htmlPath.querySelectorAll('path');\n const pathLength = htmlPath.querySelectorAll('path').length;\n for(let i = 0; i < pathLength; i++) { \n let pathToObject = this.convertHtmlToObject(paths[i])\n let objToVnode = h(\"path\", pathToObject)\n svgPaths.push(objToVnode)\n } \n }\n return svgPaths\n }\n\n getSVG(svgPath) {\n return <svg class=\"inline-svg\" width={this.ifxIcon.width} height={this.ifxIcon.height} xmlns=\"http://www.w3.org/2000/svg\" fill={this.ifxIcon.fill} viewBox={this.ifxIcon.viewBox}>{...svgPath}</svg>\n }\n\n constructIcon() {\n if(this.ifxIcon) {\n const htmlPath = this.convertStringToHtml(this.ifxIcon.svgContent)\n const svgPath = this.convertPathsToVnode(htmlPath)\n const SVG = this.getSVG(svgPath)\n return SVG;\n } else if(this.icon !== \"\") {\n console.error('Icon not found!')\n this.consoleError.emit(true)\n return;\n } else { \n return;\n }\n }\n\n componentWillLoad() {\n const removeHyphen = (str) => str.toLowerCase().replace(/[^a-zA-Z0-9]+(.)/g, (_m, chr) => chr);\n this.ifxIcon = getIcon(removeHyphen(this.icon));\n }\n\n\n\n render() {\n return (\n <Host>\n {this.constructIcon()}\n </Host>\n );\n }\n}"],"version":3}
@@ -21,7 +21,7 @@ const ListEntry = class {
21
21
  this.ifxListEntryChange.emit({ label: this.label, value: this.value, type: this.type });
22
22
  }
23
23
  render() {
24
- return (h("div", { key: 'd604b43664dbfc8b5ca08f09ae282300054a8fdd', class: "wrapper" }, this.type === 'checkbox' ? (h("div", { class: "list-entry" }, h("ifx-checkbox", { size: "s", checked: this.value }, this.label))) : (h("div", { class: "list-entry" }, h("ifx-radio-button", { size: "s", checked: this.value }, this.label)))));
24
+ return (h("div", { key: 'e7beb5ddc5e3493eac6f47d2eaf066a6f8a09add', class: "wrapper" }, this.type === 'checkbox' ? (h("div", { class: "list-entry" }, h("ifx-checkbox", { size: "s", checked: this.value }, this.label))) : (h("div", { class: "list-entry" }, h("ifx-radio-button", { size: "s", checked: this.value }, this.label)))));
25
25
  }
26
26
  get host() { return getElement(this); }
27
27
  static get watchers() { return {
@@ -0,0 +1,347 @@
1
+ import { r as registerInstance, c as createEvent, h, g as getElement } from './index-c77e25a0.js';
2
+
3
+ const navbarItemCss = ":host(.hidden){display:none}.navbar__item{position:relative;display:flex;flex-direction:row;align-items:center;padding:0px 8px;flex:none;order:0;flex-grow:0;font-family:var(--ifx-font-family);text-decoration:none;font-weight:400;font-size:16px;color:#1D1D1D}.navbar__item.hide{display:none}.navbar__item.isParent{gap:8px}.navbar__item .navItemIconWrapper{transition:0.3s}.navbar__item.open .navItemIconWrapper{transform:rotate(-180deg);transition:0.3s}.navbar__item:hover{color:#0A8276;cursor:pointer}.navbar__item:hover .username__tooltip{display:block}.navbar__item:hover .navbar__container-right-content-navigation-item-icon-wrapper .initials__wrapper{cursor:pointer;background-color:#08665C}.navbar__item.remove{display:none}.navbar__item.removeLabel .label__wrapper{display:none}.navbar__item .number__indicator-wrapper{position:relative;top:-11px}.navbar__item .dot__indicator-wrapper{display:flex;width:8px;height:8px;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;background-color:#0A8276;position:relative;top:-11px}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0px;gap:8px;flex:none;order:0;flex-grow:0}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper .username__tooltip{display:none;position:absolute;top:35px;right:0;text-wrap:nowrap;padding:1px 5px;font-size:13px;font-family:\"Source Sans 3\";background-color:black;color:#fff;z-index:99}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper:hover .username__tooltip{display:block}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper .initials__wrapper{display:flex;width:24px;height:24px;justify-content:center;align-items:center;border-radius:100%;background-color:#0A8276}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper .initials__wrapper .initials{color:#FFF;text-align:center;font-family:\"Source Sans 3\";font-size:14px;font-style:normal;font-weight:600;line-height:20px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper img{width:24px;height:24px;border-radius:100%}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper.removeWrapper{display:none}.navbar__item .navbar__container-right-content-navigation-item-icon-wrapper.hide{display:none}.container{position:relative}.container .sub__layer-back-button{display:none}.container .sub__layer-back-button.show{display:flex;justify-content:flex-start}.container .sub__layer-back-button.show .back__button-wrapper{display:flex;align-items:center;gap:8px;padding:8px 0 16px 0;color:#0A8276;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.container .sub__layer-back-button.show .back__button-wrapper span:hover,.container .sub__layer-back-button.show .back__button-wrapper ifx-icon:hover{cursor:pointer}.container.hide{display:none}.container .inner__content-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;gap:8px}.container .inner__content-wrapper.no-gap{gap:0px}.container .inner__content-wrapper .navbar__container-right-content-navigation-item-icon-wrapper.no-gap{gap:0px}.container .inner__content-wrapper .number__indicator-wrapper{position:relative;top:-11px}.navbar-menu{position:absolute;display:none;list-style-type:none;visibility:visible;flex-direction:column;width:224px;min-width:224px;background:#FFFFFF;box-shadow:0px 6px 9px 0px rgba(29, 29, 29, 0.1019607843);border:1px solid #EEEDED;padding:8px 0px;font-family:var(--ifx-font-family)}.navbar-menu.open:not(.itemInMobileMenu){display:flex}.navbar-menu.itemInMobileMenu{display:none}.navbar-menu.right{left:100%;top:-40%}.navbar-menu.left{top:-40%;right:100%}.navbar-menu.rightSideItemMenu{left:initial;right:0px}.navbar__item.layer__item-parent{color:#1D1D1D;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-0.24px;cursor:initial}.navbar__item.layer__item-parent .navbar__container-right-content-navigation-item-icon-wrapper ifx-icon svg{width:24px;height:24px}.navbar__item.sidebarMenuItem{justify-content:space-between;padding:0}.navbar__item.menuItem{text-decoration:none;color:#1D1D1D;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;gap:8px;font-family:var(--ifx-font-family)}.navbar__item.menuItem.hide{display:none}.navbar__item.menuItem .label__wrapper{color:#1D1D1D;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.navbar__item.menuItem:hover{cursor:pointer;background-color:#EEEDED}.navbar__item.menuItem:active{background-color:#BFBBBB}.sub__layer-menu{padding:5px;display:none}.sub__layer-menu.remove__margin{margin:0;padding:0}.sub__layer-menu.open{display:block}.navbar__item.hide{display:none}.menuItemRightIconWrapper.hide{display:none}.navItemIconWrapper.hide{display:none}";
4
+ const IfxNavbarItemStyle0 = navbarItemCss;
5
+
6
+ const NavbarItem = class {
7
+ constructor(hostRef) {
8
+ registerInstance(this, hostRef);
9
+ this.ifxNavItem = createEvent(this, "ifxNavItem", 7);
10
+ this.showLabel = true;
11
+ this.icon = "";
12
+ this.href = "";
13
+ this.target = "_self";
14
+ this.hideOnMobile = true;
15
+ this.internalHref = "";
16
+ this.isMenuItem = false;
17
+ this.hasChildNavItems = false;
18
+ this.isSidebarMenuItem = false;
19
+ this.dotIndicator = false;
20
+ }
21
+ handleOutsideClick(event) {
22
+ const path = event.composedPath();
23
+ const itemMenu = this.getItemMenu();
24
+ if (itemMenu) {
25
+ if (itemMenu.classList.contains('open')) {
26
+ if (!path.includes(this.el)) {
27
+ this.closeItemMenu();
28
+ }
29
+ }
30
+ }
31
+ }
32
+ async hideComponent() {
33
+ this.el.style.display = 'none';
34
+ }
35
+ async showComponent() {
36
+ this.el.style.display = '';
37
+ }
38
+ async toggleChildren(action) {
39
+ const itemMenu = this.getItemMenu();
40
+ const arrowIcon = this.getChevronDownIconWrapper();
41
+ if (itemMenu) {
42
+ this.handleClassList(arrowIcon, action, 'hide');
43
+ this.handleClassList(itemMenu, action, 'itemInMobileMenu');
44
+ }
45
+ }
46
+ async moveChildComponentsIntoSubLayerMenu() {
47
+ const subLayerMenu = this.getItemMenu();
48
+ if (subLayerMenu) {
49
+ const subLayerMenuIsOpened = this.handleClassList(subLayerMenu, 'contains', 'open');
50
+ if (subLayerMenuIsOpened) {
51
+ const navbarItem = this.getNavBarItem();
52
+ const subLayerBackButton = this.getSubLayerBackButton();
53
+ this.handleClassList(navbarItem, 'add', 'layer__item-parent');
54
+ this.handleClassList(subLayerBackButton, 'add', 'show');
55
+ this.ifxNavItem.emit({ component: this.el, action: 'hideFirstLayer' });
56
+ }
57
+ }
58
+ const navItems = this.el.querySelectorAll('[slot="first__layer"]');
59
+ this.isSidebarMenuItem = true;
60
+ for (let i = 0; i < navItems.length; i++) {
61
+ navItems[i].setAttribute('slot', 'second__layer');
62
+ navItems[i].moveChildComponentsIntoSubLayerMenu();
63
+ }
64
+ }
65
+ getSubLayerBackButton() {
66
+ const sublayerBackButton = this.el.shadowRoot.querySelector('.sub__layer-back-button');
67
+ return sublayerBackButton;
68
+ }
69
+ async toggleFirstLayerItem(actionOne, actionTwo) {
70
+ const navbarItem = this.getNavBarItem();
71
+ const secondLayerMenu = this.getSubLayerMenu();
72
+ const subLayerBackButton = this.getSubLayerBackButton();
73
+ this.handleClassList(subLayerBackButton, [actionOne], 'show');
74
+ this.handleClassList(navbarItem, [actionTwo], 'hide');
75
+ this.handleClassList(secondLayerMenu, [actionTwo], 'remove__margin');
76
+ }
77
+ openSubLayerMenu() {
78
+ if (this.hasChildNavItems) {
79
+ const subLayerBackButton = this.getSubLayerBackButton();
80
+ const rightArrowIcon = this.getRightArrowIcon();
81
+ const navbarItem = this.getNavBarItem();
82
+ const subLayerMenu = this.getSubLayerMenu();
83
+ const slotName = this.el.getAttribute('slot');
84
+ this.handleClassList(subLayerBackButton, 'add', 'show');
85
+ this.handleClassList(rightArrowIcon, 'add', 'hide');
86
+ this.handleClassList(navbarItem, 'add', 'layer__item-parent');
87
+ this.handleClassList(subLayerMenu, 'add', 'open');
88
+ if (slotName.toLowerCase() === 'second__layer') {
89
+ this.ifxNavItem.emit({ component: this.el, parent: this.el.parentElement, action: 'hideSecondLayer' });
90
+ this.handleClassList(navbarItem, 'remove', 'menuItem');
91
+ }
92
+ else {
93
+ this.ifxNavItem.emit({ component: this.el, action: 'hideFirstLayer' });
94
+ }
95
+ }
96
+ }
97
+ async addMenuItemClass() {
98
+ const navbarItem = this.getNavBarItem();
99
+ this.handleClassList(navbarItem, 'add', 'menuItem');
100
+ const rightArrowIcon = this.getRightArrowIcon();
101
+ if (this.hasChildNavItems) {
102
+ this.handleClassList(rightArrowIcon, 'remove', 'hide');
103
+ }
104
+ }
105
+ async moveChildComponentsBackIntoNavbar() {
106
+ const subLayerBackButton = this.getSubLayerBackButton();
107
+ const navbarItem = this.getNavBarItem();
108
+ const secondLayerMenu = this.getSubLayerMenu();
109
+ this.handleClassList(subLayerBackButton, 'remove', 'show');
110
+ this.handleClassList(navbarItem, 'remove', 'layer__item-parent');
111
+ this.handleClassList(secondLayerMenu, 'remove', 'remove__margin');
112
+ this.ifxNavItem.emit({ component: this.el, action: 'show' });
113
+ const navItems = this.el.querySelectorAll('[slot="second__layer"]');
114
+ this.isSidebarMenuItem = false;
115
+ this.showComponent();
116
+ this.handleClassList(navbarItem, 'remove', 'hide');
117
+ for (let i = 0; i < navItems.length; i++) {
118
+ navItems[i].setAttribute('slot', 'first__layer');
119
+ navItems[i].moveChildComponentsBackIntoNavbar();
120
+ navItems[i].addMenuItemClass();
121
+ navItems[i].returnToFirstLayer();
122
+ }
123
+ }
124
+ getRightArrowIcon() {
125
+ const menuItemRightIconWrapper = this.el.shadowRoot.querySelector('.menuItemRightIconWrapper');
126
+ return menuItemRightIconWrapper;
127
+ }
128
+ getChevronDownIconWrapper() {
129
+ const arrowIcon = this.el.shadowRoot.querySelector('.navItemIconWrapper');
130
+ return arrowIcon;
131
+ }
132
+ async returnToFirstLayer() {
133
+ const subLayerBackButton = this.getSubLayerBackButton();
134
+ const navbarItem = this.getNavBarItem();
135
+ const rightArrowIcon = this.getRightArrowIcon();
136
+ const subLayerMenu = this.getSubLayerMenu();
137
+ const slotName = this.el.getAttribute('slot');
138
+ this.handleClassList(subLayerBackButton, 'remove', 'show');
139
+ this.handleClassList(navbarItem, 'remove', 'layer__item-parent');
140
+ this.handleClassList(subLayerMenu, 'remove', 'open');
141
+ if (this.hasChildNavItems) {
142
+ this.handleClassList(rightArrowIcon, 'remove', 'hide');
143
+ }
144
+ if (slotName.toLowerCase() === 'second__layer') {
145
+ this.ifxNavItem.emit({ component: this.el, parent: this.el.parentElement, action: 'returnToSecondLayer' });
146
+ this.handleClassList(navbarItem, 'add', 'menuItem');
147
+ }
148
+ else {
149
+ this.ifxNavItem.emit({ component: this.el, action: 'return' });
150
+ }
151
+ }
152
+ componentWillLoad() {
153
+ this.setHref();
154
+ this.checkIfItemIsNested();
155
+ this.checkIfItemHasChildren();
156
+ this.removeEmptyItem();
157
+ }
158
+ componentDidLoad() {
159
+ this.handleItemGap();
160
+ this.handleLabelWrapper();
161
+ if (this.hasChildNavItems) {
162
+ const navItems = this.getNavbarItems();
163
+ this.relocateItemsToFirstlayer(navItems);
164
+ }
165
+ }
166
+ componentDidUpdate() {
167
+ const navbarItem = this.getNavBarItem();
168
+ const isLayerItemParent = this.handleClassList(navbarItem, 'contains', 'layer__item-parent');
169
+ if (this.isSidebarMenuItem && isLayerItemParent) {
170
+ const rightArrowIcon = this.getRightArrowIcon();
171
+ this.handleClassList(rightArrowIcon, 'add', 'hide');
172
+ }
173
+ }
174
+ async setMenuItemPosition() {
175
+ if (this.isMenuItem && this.hasChildNavItems) {
176
+ const menuPosition = this.getItemMenuPosition();
177
+ if (menuPosition === 'left') {
178
+ this.itemPosition = 'left';
179
+ }
180
+ else if (menuPosition === 'right') {
181
+ this.itemPosition = 'right';
182
+ }
183
+ }
184
+ }
185
+ handleClassList(el, type, className) {
186
+ el.classList[type](className);
187
+ if (type === 'contains') {
188
+ return el.classList.contains(className);
189
+ }
190
+ }
191
+ getNavbarItems() {
192
+ const navItems = this.el.querySelectorAll('ifx-navbar-item');
193
+ return navItems;
194
+ }
195
+ getNavBarItem() {
196
+ const navItem = this.el.shadowRoot.querySelector('.navbar__item');
197
+ return navItem;
198
+ }
199
+ getSubLayerMenu() {
200
+ const subLayerMenu = this.el.shadowRoot.querySelector('.sub__layer-menu');
201
+ return subLayerMenu;
202
+ }
203
+ relocateItemsToFirstlayer(navItems) {
204
+ navItems.forEach(item => {
205
+ item.setAttribute('slot', 'first__layer');
206
+ });
207
+ }
208
+ setHref() {
209
+ if (this.href.toLowerCase().trim() === "") {
210
+ this.internalHref = undefined;
211
+ }
212
+ else
213
+ this.internalHref = this.href;
214
+ }
215
+ checkIfItemIsNested() {
216
+ const parentElement = this.el.parentElement;
217
+ if (parentElement.tagName.toUpperCase() === 'IFX-NAVBAR-ITEM'
218
+ || parentElement.tagName.toUpperCase() === 'IFX-NAVBAR-PROFILE') {
219
+ this.isMenuItem = true;
220
+ return;
221
+ }
222
+ else {
223
+ this.isMenuItem = false;
224
+ }
225
+ }
226
+ checkIfItemHasChildren() {
227
+ const sidebarItems = this.getNavbarItems();
228
+ if (sidebarItems.length !== 0) {
229
+ this.hasChildNavItems = true;
230
+ }
231
+ else {
232
+ this.hasChildNavItems = false;
233
+ }
234
+ }
235
+ async setItemSideSpecifications() {
236
+ const menuItem = this.el;
237
+ const itemMenu = this.getItemMenu();
238
+ const slotValue = menuItem.getAttribute('slot');
239
+ if (slotValue.toLowerCase().trim() === "right-item") {
240
+ this.handleClassList(itemMenu, 'add', 'rightSideItemMenu');
241
+ }
242
+ return true;
243
+ }
244
+ getItemMenu() {
245
+ const menu = this.el.shadowRoot.querySelector('.navbar-menu');
246
+ return menu;
247
+ }
248
+ closeItemMenu() {
249
+ const itemMenu = this.getItemMenu();
250
+ const menuItem = this.getNavBarItem();
251
+ if (itemMenu) {
252
+ this.handleClassList(itemMenu, 'remove', 'open');
253
+ this.handleClassList(menuItem, 'remove', 'open');
254
+ }
255
+ }
256
+ getItemMenuPosition() {
257
+ let parentElement = this.el;
258
+ while (parentElement) {
259
+ if (parentElement.tagName === 'IFX-NAVBAR-PROFILE' || parentElement.slot === 'right-item') {
260
+ return 'left';
261
+ }
262
+ parentElement = parentElement.parentElement || parentElement.getRootNode().host;
263
+ }
264
+ return 'right';
265
+ }
266
+ toggleItemMenu() {
267
+ const slotName = this.el.getAttribute('slot');
268
+ if (slotName.toLowerCase() === 'mobile-menu-top' || slotName.toLowerCase() === 'second__layer') {
269
+ this.openSubLayerMenu();
270
+ }
271
+ if (!this.internalHref && slotName.toLowerCase() !== 'mobile-menu-top' && slotName.toLowerCase() !== 'second__layer') {
272
+ const itemMenu = this.getItemMenu();
273
+ if (this.hasChildNavItems) {
274
+ const menuItem = this.getNavBarItem();
275
+ this.handleClassList(itemMenu, 'toggle', 'open');
276
+ this.handleClassList(menuItem, 'toggle', 'open');
277
+ }
278
+ }
279
+ }
280
+ handleNestedLayerMenu(e) {
281
+ if (this.isMenuItem && this.hasChildNavItems && !this.isSidebarMenuItem) {
282
+ const itemMenu = this.getItemMenu();
283
+ const menuPosition = this.getItemMenuPosition();
284
+ if (e.type.toUpperCase() === 'MOUSEENTER') {
285
+ this.handleClassList(itemMenu, 'add', 'open');
286
+ if (menuPosition === 'left') {
287
+ this.handleClassList(itemMenu, 'add', 'left');
288
+ }
289
+ else if (menuPosition === 'right') {
290
+ this.handleClassList(itemMenu, 'add', 'right');
291
+ }
292
+ }
293
+ if (e.type.toUpperCase() === 'MOUSELEAVE') {
294
+ this.handleClassList(itemMenu, 'remove', 'open');
295
+ if (menuPosition === 'left') {
296
+ this.handleClassList(itemMenu, 'remove', 'left');
297
+ }
298
+ else if (menuPosition === 'right') {
299
+ this.handleClassList(itemMenu, 'remove', 'right');
300
+ }
301
+ }
302
+ }
303
+ }
304
+ handleLabelWrapper() {
305
+ const labelWrapper = this.el.shadowRoot.querySelector('.label__wrapper');
306
+ const navItem = this.getNavBarItem();
307
+ const slot = labelWrapper.querySelector('slot');
308
+ if (!slot.assignedNodes().length) {
309
+ navItem.classList.add('removeLabel');
310
+ }
311
+ else if (this.showLabel && navItem.classList.contains('removeLabel')) {
312
+ navItem.classList.remove('removeLabel');
313
+ }
314
+ }
315
+ handleItemGap() {
316
+ const innerContentWrapper = this.el.shadowRoot.querySelector('.navbar__item');
317
+ const numberIndicatorWrapper = innerContentWrapper.querySelector('.navbar__container-right-content-navigation-item-icon-wrapper');
318
+ if (this.numberIndicator || this.dotIndicator) {
319
+ this.handleClassList(numberIndicatorWrapper, 'add', 'no-gap');
320
+ }
321
+ else {
322
+ this.handleClassList(numberIndicatorWrapper, 'remove', 'no-gap');
323
+ }
324
+ }
325
+ removeEmptyItem() {
326
+ const hostElement = this.el.shadowRoot.host;
327
+ if (!this.showLabel && !this.icon) {
328
+ this.handleClassList(hostElement, 'add', 'hidden');
329
+ }
330
+ }
331
+ render() {
332
+ return (h("div", { key: '98a3a5584ce6970b42c1362533aeceb82009e91b', class: "container", onMouseLeave: e => this.handleNestedLayerMenu(e), onMouseEnter: e => this.handleNestedLayerMenu(e) }, h("div", { key: '21eeccfc5a01721c14033b98c3ebe38522ba6ab9', class: "sub__layer-back-button" }, h("div", { key: '08825ed5d7c6c3a1e0dd582a7e6528b201240959', class: "back__button-wrapper", onClick: () => this.returnToFirstLayer() }, h("ifx-icon", { key: '5763b65a915c8bf0d554e79cae52dabe8b810986', icon: "arrow-left-16" }), h("span", { key: '300ddc647f93f8ef78921ba67ce12233affe3cb4' }, "Back"))), h("a", { key: 'dab2a111f7170f50b30de5824cdcdd471899adfc', href: this.internalHref, target: this.target, onClick: () => this.toggleItemMenu(), class: `navbar__item ${this.isSidebarMenuItem ? 'sidebarMenuItem' : ""} ${!this.showLabel ? 'removeLabel' : ""} ${this.isMenuItem ? 'menuItem' : ""} ${this.hasChildNavItems ? 'isParent' : ""}` }, h("div", { key: 'f2c6800d93b7607cf2952e63aa5ab34ecaae48be', class: "inner__content-wrapper" }, h("div", { key: 'fafd3d1472c2dfca443e655e1acd2dc697489621', class: `navbar__container-right-content-navigation-item-icon-wrapper ${!this.icon ? "removeWrapper" : ""}` }, this.icon && h("ifx-icon", { key: '6f00f8d13482ab9ecd74db4de66f4367abcd255e', icon: this.icon }), this.icon && !this.showLabel && !isNaN(this.numberIndicator) &&
333
+ h("div", { key: 'f0d7d1be990c6583be95b5d65569381c85195bff', class: "number__indicator-wrapper" }, h("ifx-number-indicator", { key: 'd0139e514dadeefdc09f2ace9ba1bc754a42ecfc' }, this.numberIndicator)), this.icon && !this.showLabel && !this.numberIndicator && this.dotIndicator &&
334
+ h("div", { key: '1d616918f156bc28a91c9e734b04df5facc45ee8', class: "dot__indicator-wrapper" })), this.itemPosition === 'left'
335
+ && this.hasChildNavItems
336
+ && this.isMenuItem &&
337
+ h("div", { key: 'c23a19ba3b2b6fe3c5eb79a3a004c0d0107d682b', class: "menuItemLeftIconWrapper" }, h("ifx-icon", { key: '373e318e386e976213fbd9592a37b7afa7488d7b', icon: "chevron-left-12" })), h("span", { key: 'a4463d2ee853ca5731b276f14c9e6cbe3b7f8108', class: "label__wrapper" }, h("slot", { key: 'd682377d8e98e612bf2597e4b749c0ff18b10774' }))), this.showLabel && this.numberIndicator && !isNaN(this.numberIndicator) ?
338
+ h("div", { class: "number__indicator-wrapper" }, h("ifx-number-indicator", null, this.numberIndicator)) : "", this.showLabel && !this.numberIndicator && this.dotIndicator ?
339
+ h("div", { class: "dot__indicator-wrapper" }) : "", h("div", { key: '0dade0d6eb4062bd0e31804ff501a93711dccd43', class: `navItemIconWrapper ${this.hasChildNavItems && !this.isMenuItem && !this.isSidebarMenuItem ? '' : "hide"}` }, h("ifx-icon", { key: '8ec6bff717321e37a8e36ae8623f9d9cd5506ed0', icon: "chevron-down-12" })), h("div", { key: '6d75cd61b28fa198e55436d0b783725943c5d314', class: `menuItemRightIconWrapper ${((this.itemPosition === 'right' && this.hasChildNavItems && this.isMenuItem) || (this.isSidebarMenuItem && this.hasChildNavItems)) ? '' : "hide"}` }, h("ifx-icon", { key: '26c1d540a395b96c4d699bb050065f7e104d263b', icon: "chevron-right-12" }))), this.hasChildNavItems && !this.isSidebarMenuItem && h("ul", { key: '35c6a68f085200d3b1c3da2d994448b87201d7f9', class: 'navbar-menu' }, " ", h("slot", { key: 'a7fff45b205883f0a7e83a1d2b98f52e40e3caa0', name: "first__layer" }), " "), this.isSidebarMenuItem && h("ul", { key: '1af92bb3811e89b576b7794e214d750bb7e340c2', class: 'sub__layer-menu' }, " ", h("slot", { key: '629fb9090d0382885b248ed1b98a260b969e3b43', name: "second__layer" }), " ")));
340
+ }
341
+ get el() { return getElement(this); }
342
+ };
343
+ NavbarItem.style = IfxNavbarItemStyle0;
344
+
345
+ export { NavbarItem as ifx_navbar_item };
346
+
347
+ //# sourceMappingURL=ifx-navbar-item.entry.js.map