@infineon/infineon-design-system-stencil 33.3.0 → 33.3.1--canary.1824.9e747abc2c6c3dcc35abd2895ce37d503bd1f141.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.
- package/dist/cjs/ifx-alert_2.cjs.entry.js +1 -1
- package/dist/cjs/ifx-basic-table.cjs.entry.js +1 -1
- package/dist/cjs/ifx-chip_3.cjs.entry.js +1 -1
- package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
- package/dist/cjs/ifx-file-upload.cjs.entry.js +570 -0
- package/dist/cjs/ifx-file-upload.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-filter-accordion.cjs.entry.js +2 -2
- package/dist/cjs/ifx-filter-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-search.cjs.entry.js +1 -1
- package/dist/cjs/ifx-filter-type-group.cjs.entry.js +1 -1
- package/dist/cjs/ifx-footer-column.cjs.entry.js +1 -1
- package/dist/cjs/ifx-footer.cjs.entry.js +4 -4
- package/dist/cjs/ifx-icon-button.cjs.entry.js +1 -1
- package/dist/cjs/ifx-icon.cjs.entry.js +1 -1
- package/dist/cjs/ifx-icons-preview.cjs.entry.js +1 -1
- package/dist/cjs/ifx-link.cjs.entry.js +1 -1
- package/dist/cjs/ifx-list-entry.cjs.entry.js +1 -1
- package/dist/cjs/ifx-modal.cjs.entry.js +2 -2
- package/dist/cjs/ifx-navbar-item.cjs.entry.js +5 -5
- package/dist/cjs/ifx-navbar-profile.cjs.entry.js +3 -3
- package/dist/cjs/ifx-navbar.cjs.entry.js +3 -3
- package/dist/cjs/ifx-notification.cjs.entry.js +2 -2
- package/dist/cjs/ifx-number-indicator.cjs.entry.js +1 -1
- package/dist/cjs/ifx-overview-table.cjs.entry.js +1 -1
- package/dist/cjs/ifx-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-radio-button-group.cjs.entry.js +1 -1
- package/dist/cjs/ifx-radio-button.cjs.entry.js +2 -2
- package/dist/cjs/ifx-search-bar.cjs.entry.js +1 -1
- package/dist/cjs/ifx-search-field.cjs.entry.js +1 -1
- package/dist/cjs/ifx-segment.cjs.entry.js +1 -1
- package/dist/cjs/ifx-segmented-control.cjs.entry.js +2 -2
- package/dist/cjs/ifx-select.cjs.entry.js +2 -2
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js +5 -5
- package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
- package/dist/cjs/ifx-sidebar.cjs.entry.js +5 -5
- package/dist/cjs/ifx-slider.cjs.entry.js +2 -2
- package/dist/cjs/ifx-spinner_2.cjs.entry.js +6 -6
- package/dist/cjs/ifx-status.cjs.entry.js +1 -1
- package/dist/cjs/ifx-step.cjs.entry.js +4 -4
- package/dist/cjs/ifx-stepper.cjs.entry.js +2 -2
- package/dist/cjs/ifx-switch.cjs.entry.js +1 -1
- package/dist/cjs/ifx-tab.cjs.entry.js +1 -1
- package/dist/cjs/ifx-table.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
- package/dist/cjs/ifx-templates-ui.cjs.entry.js +1 -1
- package/dist/cjs/ifx-textarea.cjs.entry.js +1 -1
- package/dist/cjs/ifx-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/index-c9480f70.js +12 -8
- package/dist/cjs/infineon-design-system-stencil.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/file-upload/file-upload.css +211 -0
- package/dist/collection/components/file-upload/file-upload.js +1501 -0
- package/dist/collection/components/file-upload/file-upload.js.map +1 -0
- package/dist/collection/components/file-upload/file-upload.stories.js +517 -0
- package/dist/collection/components/file-upload/file-upload.stories.js.map +1 -0
- package/dist/collection/components/footer/footer-column.js +1 -1
- package/dist/collection/components/footer/footer.js +4 -4
- package/dist/collection/components/icon/infineonIconStencil.js +1 -1
- package/dist/collection/components/icon-button/icon-button.js +1 -1
- package/dist/collection/components/icons-preview/icons-preview.js +1 -1
- package/dist/collection/components/link/link.js +1 -1
- package/dist/collection/components/modal/modal.js +2 -2
- package/dist/collection/components/navigation/navbar/navbar-item.js +5 -5
- package/dist/collection/components/navigation/navbar/navbar-profile.js +3 -3
- package/dist/collection/components/navigation/navbar/navbar.js +3 -3
- package/dist/collection/components/navigation/sidebar/sidebar-item.js +5 -5
- package/dist/collection/components/navigation/sidebar/sidebar-title.js +1 -1
- package/dist/collection/components/navigation/sidebar/sidebar.js +5 -5
- package/dist/collection/components/notification/notification.js +2 -2
- package/dist/collection/components/number-indicator/number-indicator.js +1 -1
- package/dist/collection/components/overview-table/overview-table.js +1 -1
- package/dist/collection/components/pagination/pagination.js +1 -1
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/radio-button/radio-button.js +2 -2
- package/dist/collection/components/radio-button-group/radio-button-group.js +1 -1
- package/dist/collection/components/search-bar/search-bar.js +1 -1
- package/dist/collection/components/search-field/search-field.js +1 -1
- package/dist/collection/components/segmented-control/segment/segment.js +1 -1
- package/dist/collection/components/segmented-control/segmented-control.js +2 -2
- package/dist/collection/components/select/single-select/select.js +2 -2
- package/dist/collection/components/slider/slider.js +2 -2
- package/dist/collection/components/spinner/spinner.js +2 -2
- package/dist/collection/components/status/status.js +1 -1
- package/dist/collection/components/stepper/step/step.js +4 -4
- package/dist/collection/components/stepper/stepper.js +2 -2
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-bar/filter-bar.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-accordion/filter-accordion.js +2 -2
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-search/filter-search.js +1 -1
- package/dist/collection/components/table-advanced-version/filter-type-group/filter-type-group.js +1 -1
- package/dist/collection/components/table-advanced-version/list/list-entry/list-entry.js +1 -1
- package/dist/collection/components/table-advanced-version/table.js +2 -2
- package/dist/collection/components/table-basic-version/table.js +1 -1
- package/dist/collection/components/tabs/tab.js +1 -1
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tag/tag.js +1 -1
- package/dist/collection/components/templates/template/template.js +1 -1
- package/dist/collection/components/templates/templates-ui/templates-ui.js +1 -1
- package/dist/collection/components/text-field/text-field.js +4 -4
- package/dist/collection/components/textarea/textarea.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +4 -4
- package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
- package/dist/components/ifx-accordion-item.js +1 -1
- package/dist/components/ifx-alert.js +1 -1
- package/dist/components/ifx-basic-table.js +1 -1
- package/dist/components/ifx-breadcrumb-item-label.js +1 -1
- package/dist/components/ifx-checkbox-group.js +1 -1
- package/dist/components/ifx-checkbox.js +1 -1
- package/dist/components/ifx-chip-item.js +1 -1
- package/dist/components/ifx-chip.js +1 -1
- package/dist/components/ifx-date-picker.js +1 -1
- package/dist/components/ifx-download.js +1 -1
- package/dist/components/ifx-dropdown-item.js +1 -1
- package/dist/components/ifx-dropdown-trigger-button.js +1 -1
- package/dist/components/ifx-faq.js +3 -3
- package/dist/components/ifx-file-upload.d.ts +11 -0
- package/dist/components/ifx-file-upload.js +649 -0
- package/dist/components/ifx-file-upload.js.map +1 -0
- package/dist/components/ifx-filter-accordion.js +4 -4
- package/dist/components/ifx-filter-bar.js +2 -2
- package/dist/components/ifx-filter-search.js +3 -3
- package/dist/components/ifx-filter-type-group.js +1 -1
- package/dist/components/ifx-footer-column.js +1 -1
- package/dist/components/ifx-footer.js +4 -4
- package/dist/components/ifx-icon-button.js +1 -1
- package/dist/components/ifx-icon.js +1 -1
- package/dist/components/ifx-icons-preview.js +4 -4
- package/dist/components/ifx-link.js +1 -1
- package/dist/components/ifx-list-entry.js +4 -4
- package/dist/components/ifx-list.js +2 -2
- package/dist/components/ifx-modal.js +4 -4
- package/dist/components/ifx-multiselect.js +1 -1
- package/dist/components/ifx-navbar-item.js +7 -7
- package/dist/components/ifx-navbar-profile.js +3 -3
- package/dist/components/ifx-navbar.js +4 -4
- package/dist/components/ifx-notification.js +1 -1
- package/dist/components/ifx-number-indicator.js +1 -1
- package/dist/components/ifx-overview-table.js +4 -4
- package/dist/components/ifx-pagination.js +1 -1
- package/dist/components/ifx-progress-bar.js +1 -49
- package/dist/components/ifx-progress-bar.js.map +1 -1
- package/dist/components/ifx-radio-button-group.js +2 -2
- package/dist/components/ifx-radio-button.js +1 -1
- package/dist/components/ifx-search-bar.js +3 -3
- package/dist/components/ifx-search-field.js +1 -1
- package/dist/components/ifx-segment.js +2 -2
- package/dist/components/ifx-segmented-control.js +3 -3
- package/dist/components/ifx-select.js +1 -1
- package/dist/components/ifx-set-filter.js +5 -5
- package/dist/components/ifx-sidebar-item.js +7 -7
- package/dist/components/ifx-sidebar-title.js +1 -1
- package/dist/components/ifx-sidebar.js +5 -5
- package/dist/components/ifx-slider.js +3 -3
- package/dist/components/ifx-spinner.js +1 -1
- package/dist/components/ifx-status.js +1 -1
- package/dist/components/ifx-step.js +5 -5
- package/dist/components/ifx-stepper.js +2 -2
- package/dist/components/ifx-switch.js +1 -1
- package/dist/components/ifx-tab.js +1 -1
- package/dist/components/ifx-table.js +10 -10
- package/dist/components/ifx-tabs.js +3 -3
- package/dist/components/ifx-tag.js +2 -2
- package/dist/components/ifx-template.js +1 -1
- package/dist/components/ifx-templates-ui.js +8 -8
- package/dist/components/ifx-text-field.js +1 -1
- package/dist/components/ifx-textarea.js +1 -1
- package/dist/components/ifx-tooltip.js +5 -5
- package/dist/components/{p-eedb3b58.js → p-008afd49.js} +6 -6
- package/dist/components/{p-eedb3b58.js.map → p-008afd49.js.map} +1 -1
- package/dist/components/{p-f36effad.js → p-0b2bb8ad.js} +2 -2
- package/dist/components/{p-f36effad.js.map → p-0b2bb8ad.js.map} +1 -1
- package/dist/components/{p-85ce5a1e.js → p-118c5b21.js} +3 -3
- package/dist/components/{p-85ce5a1e.js.map → p-118c5b21.js.map} +1 -1
- package/dist/components/{p-88691420.js → p-1d0b8ace.js} +5 -5
- package/dist/components/{p-88691420.js.map → p-1d0b8ace.js.map} +1 -1
- package/dist/components/{p-23757cfd.js → p-2ba2b196.js} +3 -3
- package/dist/components/{p-23757cfd.js.map → p-2ba2b196.js.map} +1 -1
- package/dist/components/{p-8d115124.js → p-2e096da7.js} +5 -5
- package/dist/components/{p-8d115124.js.map → p-2e096da7.js.map} +1 -1
- package/dist/components/{p-4d64e776.js → p-45c75348.js} +2 -2
- package/dist/components/{p-4d64e776.js.map → p-45c75348.js.map} +1 -1
- package/dist/components/{p-ee5532fd.js → p-4882084d.js} +3 -3
- package/dist/components/{p-ee5532fd.js.map → p-4882084d.js.map} +1 -1
- package/dist/components/{p-b4e91450.js → p-49f70934.js} +3 -3
- package/dist/components/{p-b4e91450.js.map → p-49f70934.js.map} +1 -1
- package/dist/components/{p-04a697ad.js → p-524a6949.js} +2 -2
- package/dist/components/{p-04a697ad.js.map → p-524a6949.js.map} +1 -1
- package/dist/components/{p-7c7a5393.js → p-5d0763d9.js} +2 -2
- package/dist/components/{p-7c7a5393.js.map → p-5d0763d9.js.map} +1 -1
- package/dist/components/{p-327af560.js → p-6ddcb06b.js} +2 -2
- package/dist/components/{p-327af560.js.map → p-6ddcb06b.js.map} +1 -1
- package/dist/components/{p-803887ee.js → p-7ba45e8a.js} +3 -3
- package/dist/components/{p-803887ee.js.map → p-7ba45e8a.js.map} +1 -1
- package/dist/components/{p-e7551b24.js → p-7f0af813.js} +2 -2
- package/dist/components/{p-e7551b24.js.map → p-7f0af813.js.map} +1 -1
- package/dist/components/{p-f824645f.js → p-c4b939c0.js} +6 -6
- package/dist/components/{p-f824645f.js.map → p-c4b939c0.js.map} +1 -1
- package/dist/components/{p-77e746ee.js → p-cd01352d.js} +3 -3
- package/dist/components/{p-77e746ee.js.map → p-cd01352d.js.map} +1 -1
- package/dist/components/{p-1266857d.js → p-d4b2d98f.js} +4 -4
- package/dist/components/{p-1266857d.js.map → p-d4b2d98f.js.map} +1 -1
- package/dist/components/p-e56942b3.js +53 -0
- package/dist/components/p-e56942b3.js.map +1 -0
- package/dist/components/{p-dccd1c1c.js → p-ef6730e0.js} +3 -3
- package/dist/components/{p-dccd1c1c.js.map → p-ef6730e0.js.map} +1 -1
- package/dist/esm/ifx-alert_2.entry.js +1 -1
- package/dist/esm/ifx-basic-table.entry.js +1 -1
- package/dist/esm/ifx-chip_3.entry.js +1 -1
- package/dist/esm/ifx-faq.entry.js +1 -1
- package/dist/esm/ifx-file-upload.entry.js +566 -0
- package/dist/esm/ifx-file-upload.entry.js.map +1 -0
- package/dist/esm/ifx-filter-accordion.entry.js +2 -2
- package/dist/esm/ifx-filter-bar.entry.js +1 -1
- package/dist/esm/ifx-filter-search.entry.js +1 -1
- package/dist/esm/ifx-filter-type-group.entry.js +1 -1
- package/dist/esm/ifx-footer-column.entry.js +1 -1
- package/dist/esm/ifx-footer.entry.js +4 -4
- package/dist/esm/ifx-icon-button.entry.js +1 -1
- package/dist/esm/ifx-icon.entry.js +1 -1
- package/dist/esm/ifx-icons-preview.entry.js +1 -1
- package/dist/esm/ifx-link.entry.js +1 -1
- package/dist/esm/ifx-list-entry.entry.js +1 -1
- package/dist/esm/ifx-modal.entry.js +2 -2
- package/dist/esm/ifx-navbar-item.entry.js +5 -5
- package/dist/esm/ifx-navbar-profile.entry.js +3 -3
- package/dist/esm/ifx-navbar.entry.js +3 -3
- package/dist/esm/ifx-notification.entry.js +2 -2
- package/dist/esm/ifx-number-indicator.entry.js +1 -1
- package/dist/esm/ifx-overview-table.entry.js +1 -1
- package/dist/esm/ifx-progress-bar.entry.js +1 -1
- package/dist/esm/ifx-radio-button-group.entry.js +1 -1
- package/dist/esm/ifx-radio-button.entry.js +2 -2
- package/dist/esm/ifx-search-bar.entry.js +1 -1
- package/dist/esm/ifx-search-field.entry.js +1 -1
- package/dist/esm/ifx-segment.entry.js +1 -1
- package/dist/esm/ifx-segmented-control.entry.js +2 -2
- package/dist/esm/ifx-select.entry.js +2 -2
- package/dist/esm/ifx-sidebar-item.entry.js +5 -5
- package/dist/esm/ifx-sidebar-title.entry.js +1 -1
- package/dist/esm/ifx-sidebar.entry.js +5 -5
- package/dist/esm/ifx-slider.entry.js +2 -2
- package/dist/esm/ifx-spinner_2.entry.js +6 -6
- package/dist/esm/ifx-status.entry.js +1 -1
- package/dist/esm/ifx-step.entry.js +4 -4
- package/dist/esm/ifx-stepper.entry.js +2 -2
- package/dist/esm/ifx-switch.entry.js +1 -1
- package/dist/esm/ifx-tab.entry.js +1 -1
- package/dist/esm/ifx-table.entry.js +2 -2
- package/dist/esm/ifx-tabs.entry.js +2 -2
- package/dist/esm/ifx-tag.entry.js +1 -1
- package/dist/esm/ifx-templates-ui.entry.js +1 -1
- package/dist/esm/ifx-textarea.entry.js +1 -1
- package/dist/esm/ifx-tooltip.entry.js +4 -4
- package/dist/esm/index-c77e25a0.js +12 -8
- package/dist/esm/infineon-design-system-stencil.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js +1 -1
- package/dist/infineon-design-system-stencil/infineon-design-system-stencil.esm.js.map +1 -1
- package/dist/infineon-design-system-stencil/{p-66c73a3d.entry.js → p-02f83605.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-fbdd611c.entry.js → p-0512a705.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-fb3737ae.entry.js → p-07f2abf0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-0b6db901.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-a045ee93.entry.js → p-0e9145f8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-b77e56fd.entry.js → p-1038a1a1.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-42964318.entry.js → p-14fa6261.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6ee1b4e7.entry.js → p-17df9778.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-00b3d9bf.entry.js → p-27e25f78.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e4319c48.entry.js → p-294c7bab.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-32e8759a.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-f12c2743.entry.js → p-3796fda7.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-72bbedad.entry.js → p-3ad9c66a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6d936400.entry.js → p-47953778.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-7564f328.entry.js → p-4a239abe.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-4d544302.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-66d04b9e.entry.js → p-505aa612.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-8215490a.entry.js → p-563c4e58.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-cab23e90.entry.js → p-571635d2.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-5ce016ad.entry.js → p-5f3a20a2.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e62df6c3.entry.js → p-685f1e5d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-c183f92b.entry.js → p-69272ea3.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-6b8deb4a.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-6b8deb4a.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/p-78039fa0.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-5ba50092.entry.js → p-7a1327e5.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-96ba5e8c.entry.js → p-7d66ee28.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-dd27040f.entry.js → p-7feaadc5.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-760b9305.entry.js → p-91beff89.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-91ffb683.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-f2932f07.entry.js → p-997901f4.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-61010cd5.entry.js → p-9fbd4a42.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-64930d03.entry.js → p-a0f432cc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-ad50d807.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-d1a97fd5.entry.js → p-b1538bfa.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-3e6ddbf5.entry.js → p-b900e8d0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ec7a9e00.entry.js → p-bb624976.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9414543f.entry.js → p-c101a974.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-d9b49071.entry.js → p-cf27e139.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-aac226ce.entry.js → p-d0c21d65.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-de1a042f.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-41316712.entry.js → p-df86b421.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6012a317.entry.js → p-eaf5dc4b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-eb510174.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-080456bc.entry.js → p-f3a3242b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-43ab7b53.entry.js → p-f5bc6488.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-7d761140.entry.js → p-f926dc7d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-2ed9a934.entry.js → p-fa9610c3.entry.js} +2 -2
- package/dist/types/components/file-upload/file-upload.d.ts +143 -0
- package/dist/types/components/file-upload/file-upload.stories.d.ts +8 -0
- package/dist/types/components.d.ts +125 -0
- package/package.json +1 -1
- package/dist/infineon-design-system-stencil/p-11fa8bcb.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-1b59a7f9.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-2f87fada.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-56f6da95.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-afe7fdf8.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-b84588f9.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-cf3122b2.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-dc5ff11a.entry.js +0 -2
- /package/dist/infineon-design-system-stencil/{p-66c73a3d.entry.js.map → p-02f83605.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-fbdd611c.entry.js.map → p-0512a705.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-fb3737ae.entry.js.map → p-07f2abf0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-afe7fdf8.entry.js.map → p-0b6db901.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a045ee93.entry.js.map → p-0e9145f8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b77e56fd.entry.js.map → p-1038a1a1.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-42964318.entry.js.map → p-14fa6261.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6ee1b4e7.entry.js.map → p-17df9778.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-00b3d9bf.entry.js.map → p-27e25f78.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e4319c48.entry.js.map → p-294c7bab.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-cf3122b2.entry.js.map → p-32e8759a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f12c2743.entry.js.map → p-3796fda7.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-72bbedad.entry.js.map → p-3ad9c66a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6d936400.entry.js.map → p-47953778.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-7564f328.entry.js.map → p-4a239abe.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-56f6da95.entry.js.map → p-4d544302.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-66d04b9e.entry.js.map → p-505aa612.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8215490a.entry.js.map → p-563c4e58.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-cab23e90.entry.js.map → p-571635d2.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5ce016ad.entry.js.map → p-5f3a20a2.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e62df6c3.entry.js.map → p-685f1e5d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-c183f92b.entry.js.map → p-69272ea3.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2f87fada.entry.js.map → p-78039fa0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5ba50092.entry.js.map → p-7a1327e5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-96ba5e8c.entry.js.map → p-7d66ee28.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-dd27040f.entry.js.map → p-7feaadc5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-760b9305.entry.js.map → p-91beff89.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-11fa8bcb.entry.js.map → p-91ffb683.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f2932f07.entry.js.map → p-997901f4.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-61010cd5.entry.js.map → p-9fbd4a42.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-64930d03.entry.js.map → p-a0f432cc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-dc5ff11a.entry.js.map → p-ad50d807.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d1a97fd5.entry.js.map → p-b1538bfa.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-3e6ddbf5.entry.js.map → p-b900e8d0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ec7a9e00.entry.js.map → p-bb624976.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9414543f.entry.js.map → p-c101a974.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d9b49071.entry.js.map → p-cf27e139.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-aac226ce.entry.js.map → p-d0c21d65.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b84588f9.entry.js.map → p-de1a042f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-41316712.entry.js.map → p-df86b421.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6012a317.entry.js.map → p-eaf5dc4b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1b59a7f9.entry.js.map → p-eb510174.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-080456bc.entry.js.map → p-f3a3242b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-43ab7b53.entry.js.map → p-f5bc6488.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-7d761140.entry.js.map → p-f926dc7d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2ed9a934.entry.js.map → p-fa9610c3.entry.js.map} +0 -0
@@ -53,7 +53,7 @@ const OverviewTable = class {
|
|
53
53
|
this.setTotalComponentsNumber();
|
54
54
|
}
|
55
55
|
render() {
|
56
|
-
return (index.h("div", { key: '603e805dcac3fd75ef82ef45b16cae3c36dce4ba', class: 'container' }, index.h("header", { key: '18ec7ba5cffa773ed7453ddf1ff3f030b874d56c', class: 'header' }, index.h("div", { key: 'c71fe9ed18e82728673fbcb020d470dafd26161f', class: "header__info-wrapper" }, index.h("div", { key: 'ef822146c63f0ff453fa35460558790ced6e3b15', class: "title" }, "DDS Components Overview"), index.h("div", { key: 'af185071aae69efbd0977db909137d37a6c2946b', class: "infoboard__wrapper" }, index.h("div", { key: '99f50c659a82070e5a8476edae48ab47fb052ea3', class: "basic__info" }, index.h("div", { key: 'c1cfd28b37ecf4a5429d26dc4e7b2683c201710f' }, "Total Number:"), index.h("div", { key: 'c9d36f053a86acf1a82e2df2cd190e6ffde0daea' }, index.h("ifx-number-indicator", { key: 'be1366083938fbb2e292ffd31f7d3555d6772133', id: "number__indicator-total" }))), index.h("div", { key: 'd2c7da1dcecdca582bffcc19e3f4d632a6a5f7eb', class: "basic__info" }, index.h("div", { key: 'f432c12b09645a0a03f67bddbb5a88226813f963' }, "Completed:"), index.h("div", { key: 'a0ed665497cb615ea9f2ed020a1ededc74a6448d' }, index.h("ifx-number-indicator", { key: '0221c38d7e69cc7884499698f669cc9dcabc320a', id: "number__indicator-completed" }))), index.h("div", { key: '3aa6c638767b233865578c027a1f6bedfc962957', class: "basic__info" }, index.h("div", { key: '8f6c91f6bfa2e22b6eab29fcf36e27895e1876b2' }, "In Progress:"), index.h("div", { key: '577785108461e13d59d6da7cab5da2c66a76cd6d' }, index.h("ifx-number-indicator", { key: 'af7ab865eb50f22e0b0a8b58dfec6febd6f2df44', id: "number__indicator-planned" })))))), index.h("div", { key: '83bd08d547194d3d9ab4325660aa0c81bd759751', class: "view" }, index.h("div", { key: 'cedd4f3f2d7be6acba7ac3518dbdbc9db1b12a72', class: "wrapper" }, index.h("table", { key: '6e75c4e50f270a7d38d1ca59fd0883db152cf159' }, index.h("thead", { key: 'c894896bd84402aa18395ceaa6f922c937e71e6d' }, index.h("tr", { key: '308276d091e9d069c686ef464e70cc8fb7aaecd9' }, index.h("th", { key: '7ee96bdd186f7a5540533f2584dd01c2ad22eb33', class: "sticky-col second-col" }, "Component"), index.h("th", { key: 'ee1f9f5c679e606e221851b0073bc3ab1f35d579' }, index.h("div", { key: 'eb5590384e96a049695c9160d87307ed41830724', class: "version__wrapper" }, index.h("span", { key: 'ad0ef64dce27a530dfdb7a31c5e22f13d703f7f8' }, "Version 1"))), index.h("th", { key: '6328ca8be6d93def1e462789f0f9f19f055277f9' }, index.h("div", { key: '4cf23f9465a7c261c913e4ff0496e6d9c1fbd139', class: "version__wrapper" }, index.h("span", { key: '4e57f184b77866113676f69b439ca2b679f431b0' }, "Version 2"))), index.h("th", { key: '338da96601484266e63a05bc2d97814733548145' }, "Version 3"))), index.h("tbody", { key: 'd0fcd6b1ab25a66428b2a4bd59ee582147af952d' }, index.h("tr", { key: '270103b738ccbd43c5dd611391a635099c1c2032' }, index.h("td", { key: 'd18f5f1856d19aba217830040ca5eda7fb910421', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'af239c4c527e7f363eb5fd519363679fc33f55d9', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-accordion--development", size: "s", variant: "bold" }, "Accordion")), index.h("td", { key: 'e60f5fcf78ba965ca86910106e84e760b8a36148' }, index.h("ul", { key: '6ba8411cca03b88474adedc2c479bde281da11ae' }, index.h("li", { key: 'a9451c0bcc3860f4d48a0cfd8e91b4244f1aac69' }, index.h("span", { key: '5ee7eddfbd25fb738181e1156e9561861c22fe8a' }, index.h("ifx-icon", { key: 'f0e26cbba445969936e38f22ddd4d5717a371d43', class: 'check__icon', icon: "check12" })), index.h("span", { key: '25f63d07dd86be03e59c871f687bd8329b2eacd5' }, "Includes essential functionality such as expand/collapse behavior and minimal customization options")), index.h("li", { key: 'a681323676abab0babdf5d937b75470e724f03f9' }, index.h("span", { key: '1b1135502102af11973bd750fc1f85411c3e5ad1' }, index.h("ifx-icon", { key: '9765d41f74286c47ac66f1c7cbabaeb7a5dcec44', class: 'check__icon', icon: "check12" })), index.h("span", { key: '621038b4abb44b4654bc03c9a87bbf196e2bf6bc' }, "Adheres to web standards")), index.h("li", { key: 'e4267acf4ae388d6e9f0c7e82d09913790297646' }, index.h("span", { key: '9eb3eef870c9417dc6174bcc5b31263d72f2e8c7' }, index.h("ifx-icon", { key: '515bfedadb7232e604e8d98673069600b10358ab', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7018f632b6f2685054b2745c39360cd6fdf6b6d7' }, "Provides a simple and lightweight way to organize and display collapsible content")))), index.h("td", { key: 'eefe4661dc86ee2e12579cec3d69547c33c2ee8a' }, index.h("ul", { key: 'ee1e36f082c3c6d802e04434e17ae08c1741eea9' }, index.h("li", { key: '9e6cd96b5c49a34e57a7dc2da343da1effd5ba9b' }, index.h("span", { key: 'ff7e80fbafaedeace2b18cdbd61ff10d96859c7b' }, index.h("ifx-icon", { key: 'ee4cc0522ccecd01916b3a0035fe33bfe384050a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a571ead8e66e0312af4a212d728dc84f8db34aae' }, "Auto collapse feature")), index.h("li", { key: 'd501d9a1046cfcd4b6b546f45007128e5fb26fa0' }, index.h("span", { key: '4d5fc0d152f5c37507e4cc0995ec0cf622fb99f8' }, index.h("ifx-icon", { key: 'd85ac6660e05cfca78e989fcc0084129a2c9b476', class: 'check__icon', icon: "check12" })), index.h("span", { key: '035b7d3a5b0b30798d1eeefce18aabb3d765badc' }, "Initial collapse feature")), index.h("li", { key: 'ae41112e9a3269e90a0888f7b08c13f26d702f65' }, index.h("span", { key: 'f721177e66c17e786dc1e9871d45817c94bfda93' }, index.h("ifx-icon", { key: '9edcb3349b1079ee296c620b5858fb5a11e43819', class: 'check__icon', icon: "check12" })), index.h("span", { key: '61fe4fa2bb4c2432c751e4d6b28061dbdc777f3c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b14575af354e7517aa5f98ecd760ee9f3bb8c761' })), index.h("tr", { key: '9fd0d035e82c19ae6558d39658e8caebe1808eaf' }, index.h("td", { key: '53fe8ed7b75ea344b4ca4f5286e7217f730f7460', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '403712f0f947a089ea5e40a8c409bf760ccc7414', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-alert--development", size: "s", variant: "bold" }, "Alert")), index.h("td", { key: 'f13fa8d914e2979c7a07c1d08190263f31a1860b' }, index.h("ul", { key: '4ff5caba274d3802a864cc816ea632342c71f41b' }, index.h("li", { key: '3190a6e03d2ab76f3cb9d270086c9d5a16f9e1f1' }, index.h("span", { key: '85072b211fac4337f59d2d6cf11fc6d96714d60f' }, index.h("ifx-icon", { key: '2cf3177df23f95ffbbb533cefe35f4fda006e2ba', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4161a2ef332c1d3866d18f534bbeed21e29c29cd' }, "Provides a lightweight and customizable interface for presenting alerts, including options for different alert types (e.g., primary, success, danger, warning) and basic styling configurations")), index.h("li", { key: '8f5496143c6979635bd0a9f4563c2ef85c2705b9' }, index.h("span", { key: 'c95a6ea45f24986b9eb4c5d1bcaad8da016e8863' }, index.h("ifx-icon", { key: '5de9126f1ee551605b5eeb1bf3e3ef56f834ba47', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c0a76306d390236ed846abfb8903b5df10c3716f' }, "Adheres to web standards")))), index.h("td", { key: '845ecf42bd7bf14e208ace3795ddd435f990bdba' }, index.h("ul", { key: 'da1bef69be3c194fa0afe275ea52aae4c379efef' }, index.h("li", { key: '564eaf02fe03456a293a7ee9d629d13121666eef' }, index.h("span", { key: 'e290b7e539786813e7d4b2f81c3dd74ab457803f' }, index.h("ifx-icon", { key: '5c5deb5a03398b7c7377ef9ba28fbf93f4bcaa82', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9a54375080334c423d8cbf85174a407e4a75ec5d' }, "Configurable close button")), index.h("li", { key: 'd6ddf180165af193ce01ce9e9584b53c2fe45242' }, index.h("span", { key: '90eb5ffab9202da3f895ce51a335c12dfc6c5e7c' }, index.h("ifx-icon", { key: 'b6b6f59fdb49a62a422c88b6a9daa5d05adb2253', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c4231ab5632f3209cf73b16cfcf5140d1264bc0e' }, "Additional Info variant")), index.h("li", { key: '10f1719c92a72aede56aa35880aa8f4fc6cf9dba' }, index.h("span", { key: '0f275b41a2ce5388052ecf962c49d6a84b1ee0c1' }, index.h("ifx-icon", { key: '9cf1f1e948651c3d77ed929f7ba0c0c84c36c228', class: 'check__icon', icon: "check12" })), index.h("span", { key: '21979af1c1254d635516939c593e80ffc09bb022' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '4b6918f5000962e7c81c8e651e04180b904a03bf' })), index.h("tr", { key: 'feffd10748cc820efb64c0b2bd2637a89cb411df' }, index.h("td", { key: 'df93ee0eda92918b9df9df2556553a8604c06655', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'ed79f49730d8c95765f3427af0b005bfadcf3245', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-badge--development", size: "s", variant: "bold" }, "Badge")), index.h("td", { key: 'ff6acd299e0a5b3f2670ae410b4c02ee0caaeeab' }, index.h("ul", { key: '130a7019abe91012170494876052638a5e53711c' }, index.h("li", { key: '43d9ea415ffcbfc61b03f0bf2e84bf002e431172' }, index.h("span", { key: 'd8b616dcbbc7f0510d833706871fc8d57d9a4d58' }, index.h("ifx-icon", { key: '00d6701b50e5ea96455b5011338baea389b4bd97', class: 'check__icon', icon: "check12" })), index.h("span", { key: '025e1f3519e46583d30f0af4d6ab523c21faa0da' }, "Offers simple customization options for displaying badges, allowing developers to indicate specific actions, statuses, or categories with visual cues")), index.h("li", { key: 'ff7e3089f1a255beb5978e91d6ef8a11140193e7' }, index.h("span", { key: '9d5b10daa8b124e65825fac32235ac46be03fd9a' }, index.h("ifx-icon", { key: 'b29eacd152604045d214eea0d480f542a60de4e5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '44dfa4f22a03cc3e7e768c77e568d45876e9cef2' }, "Designed to seamlessly integrate with existing UI elements and adhere to web standards")))), index.h("td", { key: 'c47d197b3d274bcdec3c32b9edd228924da93b3f' }, index.h("ul", { key: '184f912b56115fe9744a34db00da68537068ed8d' }, index.h("li", { key: '287c935e0c63e0b9fd5d06965a481169f6253f2c' }, index.h("span", { key: '97b77f5823abcbe01ce6a1de49c711351af095d1' }, index.h("ifx-icon", { key: '5eaafb9385a9d41dfc8fc45eb72e0f145694dbbc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4cc92c9256d6aa5104ee9826e2021ff3e6247c10' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e42b5179fd71c6d844ddd98c0b225a213454f114' })), index.h("tr", { key: '8869bae6f673417ef089af82f847f07ce521991e' }, index.h("td", { key: 'ac513f2b4f327276cf2168125b7942632de84d7f', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '38c10deac8dbc0099d2dae523903a2573ffbcaf9', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-breadcrumb--development", size: "s", variant: "bold" }, "Breadcrumb")), index.h("td", { key: 'd9d12f529b95dbafcc8654e86db6f6b7aab6194d' }, index.h("ul", { key: '0bda9aa7a42d080453fa159b847d886f24d0ae53' }, index.h("li", { key: 'b3416567e8203872edc9733aa6d2d2e26db97dcd' }, index.h("span", { key: 'b1d13b3269ecfd68e59995f80f5d2abb3e9d3b2e' }, index.h("ifx-icon", { key: '5cf2159cf6180437e7299768bc6eda2b5d785cd8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '976999aa51fd38d7b75765d8e4807ddec8400150' }, "Provides a simple and customizable way to display a sequential trail of links or indicators, representing the user's current location within a hierarchy of content")), index.h("li", { key: '8823f5c65c5be9764f792d20bc0adda3a6281143' }, index.h("span", { key: '7ba6c6cdf9b46e05e8612239f53091ef08af363e' }, index.h("ifx-icon", { key: '1e3f7f7313515fdd2a83f0f568e3088b4e44f26b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6aba9f49dce00be635541bbd04d05d43bc5ec3c2' }, "Adheres to web standards")))), index.h("td", { key: '0d950b7990bd181b1b8396289a5a2aa1496f41b4' }, index.h("ul", { key: '68030d5d9730c263aa878c345f77465de99439b2' }, index.h("li", { key: '79d49e03cda100af0cd39a3ef2e70d8b3763c4b5' }, index.h("span", { key: '2d3174bfdf178ada3097d981fd46f0a81f62bae5' }, index.h("ifx-icon", { key: '6db40ccf9b83868fd1e73dc71acdc92baffeca0c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '701769dcfe65e68d7e93b625162295da84fb9559' }, "Possibility to add an icon")), index.h("li", { key: '7231cea46a4ab18ccd03d9186842d472bd93728b' }, index.h("span", { key: '8a80404cd17c1d7279f4ca6b2068c548f1e09e78' }, index.h("ifx-icon", { key: 'f4c87fbc66958fd51f3397e7033cfb3f1e2c4f19', class: 'check__icon', icon: "check12" })), index.h("span", { key: '903bbaaadcb7f3d0c49ec7e6b67a5c07ab69c77f' }, "Incorporated dropdown-menu for individual items")), index.h("li", { key: '7cdc151cf14ab10328f70f5622f7aa118459bec2' }, index.h("span", { key: 'd51edadf26caff1e46b21cca1b5dd6ce3c36e903' }, index.h("ifx-icon", { key: '4d71d5c36f3740155b1d6d966ae154d9b50cfa0c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9bff766e6c28afd15b78b34062d92a6d126f83bd' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c4eb08162f4ab822a56935790e5e80cd48917e97' })), index.h("tr", { key: '7a1351d05babc26c92e94dd690d4080ab778c3ee' }, index.h("td", { key: '999cfdb1803e71bd216a2b63033fe36e4450ecef', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '75affc804f8f9ba037821157ca432dcb8ae2967d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-button--development", size: "s", variant: "bold" }, "Button")), index.h("td", { key: '132e77301869777cd6aa177ac034ac1ae821911f' }, index.h("ul", { key: '448e6e6b200f73a0bebf550688a7b6b4e8df1d1c' }, index.h("li", { key: '6c2c680e65c5cfb9080b872e1139631fb3c42fe8' }, index.h("span", { key: '9d3ff97520833f1d4aaeecc2069d014ea7d4df66' }, index.h("ifx-icon", { key: 'faafc496c9300e6538cd3f879d2924b7ccb7fc06', class: 'check__icon', icon: "check12" })), index.h("span", { key: '64777c133650a1e4c6451c9509d957f45075fe99' }, "Includes basic styling options such as colors, sizes, and states, providing essential functionality for initiating actions")), index.h("li", { key: '8b5c21c4c66f064d2fb27a129781aab7b6ab46aa' }, index.h("span", { key: 'c6504e9d330a25dc766c6861ee0ae07e75f0e1f0' }, index.h("ifx-icon", { key: 'bf81aa87cd764ca732451635f2c6d421683c171c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3ec2619a8282452d3ff5aa343e7abb0fbc79300d' }, "Adheres to web standards")))), index.h("td", { key: '347cef4f28e3fbf888c562fd460f0b02d14fac92' }, index.h("ul", { key: '3fb33f24219b048996e67f0fd313511035e3e993' }, index.h("li", { key: '817f6b835b09ebf2a6b4ad599361c0de4f1fb375' }, index.h("span", { key: '343120b8fb0be0113f988ec6b86dca29c3ad507f' }, index.h("ifx-icon", { key: '3dd0e12af254fafd97387cf184af5fab6025da15', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8b7bddcd28a89c4751ada1d7bc5e429659c8c354' }, "fullWidth feature")), index.h("li", { key: '499af654e557532830852fcdbff2b3df34be1541' }, index.h("span", { key: 'aad8a2b248bc8423e8c6704bab2a834108fe33c7' }, index.h("ifx-icon", { key: 'bc2b52d37aa0afbd43ad02c9bdb1cca21c96e200', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5aebf1b35d04b545e9f4005e5e50711a88d41ffc' }, "Icon integration")), index.h("li", { key: 'f7f684b83b13c63b336c02ff5425699ffb8bbc0d' }, index.h("span", { key: '5d2ea107947696d64846ce24a28b411fe7e14ccc' }, index.h("ifx-icon", { key: 'cceaaa06ca28ecbb179ab1a71d4657d05466fa65', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9552e03847c55fece2ed25702266a8416f85d983' }, "Link integration")), index.h("li", { key: '3b18b73d93b344e8b5e67e400401215da3539df7' }, index.h("span", { key: 'd331430c2c4c8481257615fb7f7c23251b0ab0f8' }, index.h("ifx-icon", { key: '75efc55055ec0525e7d1b1155aa4d95bc7f0975c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5e228e9454251d43ee63394d4e45ecac17dac5b3' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c3dfa9842c1937f7ea637284fd2d6a206d9033ff' }, index.h("ul", { key: '77e8dccb108a7b78eb73937eb27117a7bf518b8e' }, index.h("li", { key: '4973b8486700406cf47455dfa7a60e04303d07ba' }, index.h("span", { key: 'b290e825bac04143d88fa634003b4ff2444da401' }, index.h("ifx-icon", { key: '6694c498f6ea5edfff66c585d31b108f457236a0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '14adff5b6147d2e8c117f47ca6467b2a9fa1de92' }, "Form integration"))))), index.h("tr", { key: '0be794a95057fdc5003650956f536e244a1a0652' }, index.h("td", { key: '62af82266b4d17c3abc447786b845e8aaa61d4f1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '85776a0cb23279d3e2ac18fb6abc54e651ee6611', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-card--development", size: "s", variant: "bold" }, "Card")), index.h("td", { key: '022d5dfbb2c0fd6219f0304885602759148f668f' }, index.h("ul", { key: '0ea30720b906699bc4e3bd4acc48d369cd73e894' }, index.h("li", { key: '1b468638f4ae41fc9c221195703fa6e7444d26e9' }, index.h("span", { key: '3ca696e8c34f5e44daa1c757d9eed41ad7d9f7be' }, index.h("ifx-icon", { key: 'e8da600ba45f665f4c66b8ca505ea3e673f6c60d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c6dafe3d3784caa8f0ca08fd4211299f76f517b9' }, "Provides a structured and customizable layout, featuring elements such as headings, images, text, and buttons")), index.h("li", { key: '4d49378d5c64012ebf97275785910214b986faf2' }, index.h("span", { key: 'b42f48a884cd1df611437387a490020e6bade6d3' }, index.h("ifx-icon", { key: '8061a06986e18b5bc82f05bbffbe72a84ec7d36a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a294b6c9f65b2e26d034cab1562412b77a147e67' }, "Adheres to web standards")), index.h("li", { key: 'd348f00da81cbe594e0efb8929f582775cae977b' }, index.h("span", { key: '8f8eebca7919c51607770698f0af00671ba6ebf9' }, index.h("ifx-icon", { key: 'd48277750ec468bbf4b912b4a3a3338b8b005dee', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3581471c3eab1a97a02fa3a3b0ad0f7502ca020c' }, "Horizontal and Vertical layout")))), index.h("td", { key: 'a4b4b6d3d35bf7ef59431244ed8dc308a9e336ee' }, index.h("ul", { key: '58cc8fddd45b3f1a487627acf345d7f774d65b8c' }, index.h("li", { key: '0a5c071d9c70df0f520f9520e2d540d670df0419' }, index.h("span", { key: 'c8df7b21ee77e75eca33397f86db058d2ed598f5' }, index.h("ifx-icon", { key: '752d1a7c3b6b20823d499653713e583a4048f611', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4b452f0f8c1b0c9b1b8b3072cea2200349e6a27c' }, "Possibility to embed multiple buttons")), index.h("li", { key: 'e6c74cc8afe22ef517c0f51d34f5d303ecec89dd' }, index.h("span", { key: '4afc0d114ead1d34eadfc78e4b606382a69f7729' }, index.h("ifx-icon", { key: 'ea89d2b592a20ad3e84aaa395b3ae9ba6c337d88', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3a943a26a09dc8d6869fd572f5f39b721b8459bc' }, "A switch between a Link and a Button")), index.h("li", { key: 'b7363a9be5a02fb5867e84c8ba67aa568c7ae579' }, index.h("span", { key: '9bdd7bd9b3531f58615fe2128a6fa7f1e911409a' }, index.h("ifx-icon", { key: '2d02273daac2dced660603eeb4a889118cce3399', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2917056f9fe3422ade1c39d36fe6803f69c2a5aa' }, "Enhanced stylying behavior")), index.h("li", { key: '85b55b99f1d27b19a3b134018bfe8523922f50d4' }, index.h("span", { key: 'fbc1c8ef5b211a8725238f1b8e2e7db75279dd24' }, index.h("ifx-icon", { key: 'e7d805d346d21c348a53bf671a060730cc7d80d1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '75bcca9f205750cce40a0911647ffe9ed4e8394c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '31827cd5c3fceb22db305b7a7cbe8844f326ddf6' })), index.h("tr", { key: '8f3a9ecdb52f5fb211c2a0135667f8cf1b122e07' }, index.h("td", { key: '75ea7effb2e1ac9c71ed59d194695fd69c1f0de0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6a9d8acf700c7d106d1d3b326b91909a7e6d0a6e', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-checkbox--development", size: "s", variant: "bold" }, "Checkbox")), index.h("td", { key: '11970570a3209e0775cae73c4ae3a5fef4da9cb0' }, index.h("ul", { key: '6e44406a579beab9aa121ff1bf7dc1b729d0ce60' }, index.h("li", { key: 'c0ce721f90d4c603f480814649c62fa9a940fd72' }, index.h("span", { key: '45db9c2d87a8d471c87f5b209ba4ef0388f414ec' }, index.h("ifx-icon", { key: '01781ce215c876d5f3c1fca9bdb4f16b30965453', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c6c35121ab12bacd18dc9844d00e37499cf33a90' }, "Offers a simple and customizable checkbox input, allowing users to toggle between checked and unchecked states")), index.h("li", { key: '5b4645d9352e3e0416387f8409bc1bd1676dec00' }, index.h("span", { key: '251f7a3689ee0d1765541078d2c53f4506ffc8f1' }, index.h("ifx-icon", { key: '55cbfa9ad13571449b45d98c7fe62b05569eab14', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8cdf96e1377ec61a4e5ecb95ce7fd8d5df3d1368' }, "Adheres to web standards")))), index.h("td", { key: 'bc02e4e89d8f71a9a429d7d893411ac5de0815f8' }, index.h("ul", { key: '4f6596cef1fb3ad6d8f14a92efef14f9b94cf244' }, index.h("li", { key: '3e4d0995ae3f30f9ef3b569cdbb773cb1075276e' }, index.h("span", { key: 'c99d951efb5df3e6be126a45a7c85f899f32ba94' }, index.h("ifx-icon", { key: 'fdd35faf09dd24dee9a98ef92e713e441d793c91', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9e38ab8d490f37ebf194df872dabc2633ad40be1' }, "Indeterminate state variant")), index.h("li", { key: '3958f74870d2b6d688bb5715f244d9c4d15644d3' }, index.h("span", { key: 'b0796fa5f3af61e3489486bcba56f16065b4c279' }, index.h("ifx-icon", { key: 'a349745a84ee383787ed965c15675b8f33f18bea', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fc69f6f1c96899a5dd219f7aa6d65b7c0160c35c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '9628a9d72313d62e5b0a48cbc843ae2945e0b6df' })), index.h("tr", { key: 'ba643922c486493716b97259e0a4eac49dc02818' }, index.h("td", { key: '696c55e08be7010dc2cab96769274d60ffa11b76', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '25c44d02cb69a8205e65f053661ddfbd9785d3ac', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-checkbox-group--development", size: "s", variant: "bold" }, "Checkbox Group")), index.h("td", { key: 'fe554e0e3f9653285c514d656fb415ef51dfd946' }, index.h("ul", { key: 'adeebcb7f157e258d536be3bf5ac440214e32b2c' }, index.h("li", { key: '7458f53daf3c04b6e225457e16304ddd59c485f6' }, index.h("span", { key: 'b635929a0299a9f03ce6631b1e93c5ca8ed154b2' }, index.h("ifx-icon", { key: '05a5070bcb35dfbdf956221eed0cc11472ffd3f6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9cea072545ba4f3a1918cb6935d4b086d95356e2' }, "Provides a simple and customizable interface for grouping multiple checkbox inputs")), index.h("li", { key: 'b7af0fca81b8b0b3f3112911fe8594f635a13a71' }, index.h("span", { key: '552eef2b7d0bef4f3eedb547fb598fa96ee78caf' }, index.h("ifx-icon", { key: 'ca926503d15f014d94428ea8e18a891212ffb335', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aad05c925bc73d3a6759f1a42b2bebae08725078' }, "Allows users to set and display group label, caption text and caption icon")), index.h("li", { key: '2e303fb40a67217b2c11590230b78417d43d76dd' }, index.h("span", { key: '02aa3b54225e35164490f30c6846b7b17ddbde91' }, index.h("ifx-icon", { key: 'fd2401d0e1f0f8642e8514691aef1595c896feb6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0db72d3e5425e82b4eecc6a356177aac16ff22c3' }, "Allows to display individual or group error")), index.h("li", { key: '80d15e8671c9fd07923a31026b706cd67f6c0702' }, index.h("span", { key: 'b832830fd97e5b450fef41db3e007644e5841435' }, index.h("ifx-icon", { key: 'a5bbd7ba3105adaefd9428bb972349016bd72f1a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0889e6130dc14e1100ca560a813be72faf35994e' }, "React, Vue and Angular wrapper integration")), index.h("li", { key: '7fefb3f78425b196d1830a34516c549eb3fc3406' }, index.h("span", { key: '9a918711552bd8a38b638debc2f013dca36561bc' }, index.h("ifx-icon", { key: '8ef17fa302e4392b2a4e4da0f847606890ae2c95', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0b0902ee51b7fc3b7687782f634fbc5b1342cfb9' }, "Adheres to web standards")))), index.h("td", { key: '9384820d374ec35882a2fb3cb36cda0b0f900a41' }), index.h("td", { key: 'a278f8807d46fbbfa37faf454cc5bccb06e132e5' })), index.h("tr", { key: '35b35021a5e1d53342c8f22023be8a88fccf5d69' }, index.h("td", { key: '4b722b32ed1f9e14148268d4b6a7a05897295cc3', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd7d9a47088baaa269a5da05c5cd05b1968ee8ec1', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-chip--development", size: "s", variant: "bold" }, "Chip")), index.h("td", { key: 'c05c1c606b55fa601d69d7dfcbf700ba93d049d6' }, index.h("ul", { key: '3c30bde8bdefc098fb505aa1be27fb84eef68090' }, index.h("li", { key: '5bcea974984c3cf022ce6ecacb0998578af7ca1b' }, index.h("span", { key: 'f907a33a9a9bc12ef91debf81df665b4050c512c' }, index.h("ifx-icon", { key: 'cedd9dfce9847b67b0fad02f3c8390823fd04be5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '69c8bb2d28515d148ff9f41f9a77ea6645917e47' }, "Provides a simple and customizable interface, representing discrete units of information or user interactions, such as labels, categories, or removable entities")), index.h("li", { key: 'b43fca7dfc484f9a67fc727cb049a416802e921e' }, index.h("span", { key: '452219499b00d118c9aaad5a42d003c19684f556' }, index.h("ifx-icon", { key: '10afdf90b5fd54ee7940ed77c486b23e939352ef', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a655680c0d637524747bef55fd9250847d18969f' }, "Adheres to web standards")))), index.h("td", { key: '91a88ab53411910df47af8e63047510aae2ca092' }, index.h("ul", { key: '0021e0c81fa673d6c0efa98a2402de89bc8c46d0' }, index.h("li", { key: 'c2e169aca5103aebe727c7abcd5f6ba74cb0346b' }, index.h("span", { key: '536f8451517f65f0be547d0e6f186a939e8b43a7' }, index.h("ifx-icon", { key: 'ae8cff6b8b86ddbf35e5ba7e2a844610eb0e6186', class: 'check__icon', icon: "check12" })), index.h("span", { key: '178fa8b2b762a4bedf1fbbf57dba4f2134d40f5f' }, "Incorporated dropdown-menu for individual item selection")), index.h("li", { key: '1f5718338fd15f559ffa6837382710a546215988' }, index.h("span", { key: '522aec5308f344d23876b7b67e3e22a158835ecf' }, index.h("ifx-icon", { key: '7e047ddb606bc6e942daae95e9c597882518fee9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '44f6fc2ef273477e665a2c5e9632fe8897d69ada' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd0f778f9a7923a229e256551e38cb2ef2e101309' })), index.h("tr", { key: '5d2e9ede5b5c8b52969a35b9183604fd547434d0' }, index.h("td", { key: '347270516be2c520ccd35566d8a34e665f0dcf61', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'bfdbe54f4330ae982b125bb8040a4d9a69a807a1', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-chip--development", size: "s", variant: "bold" }, "Date Picker")), index.h("td", { key: '4d1d9e4dab5a4d570c29128d28d0da78b954af4c' }, index.h("ul", { key: '27fa9eae0f2768183f09eec83d486a369193a163' }, index.h("li", { key: '2ec1650c5c80d6ad417d3b17cead9d1093b1baf5' }, index.h("span", { key: '57a8862939f9dcc8713d2d0b0716e07e0a4426a9' }, index.h("ifx-icon", { key: '09db03722ab304051b541db05acefa6a8ba9a171', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'acc3211b7d4624d6928831f2073e8558df7c30a1' }, "Provides a customized wrapper and theming for the standard date picker element, enhancing its appearance and user interaction")), index.h("li", { key: '76b8743090be245f19cc12743aa233f71aca25d1' }, index.h("span", { key: '2e49cb3c4b6b6c59c5e6dc567b4cac89155286fd' }, index.h("ifx-icon", { key: '95771f4629f637055683afff875d313328edd32a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '698a2a9a8675f6452e9dba409252b655ffb3566a' }, "Cross browser compatibility")), index.h("li", { key: '6986eac1b39760f7a4b6e8df7dc838c1986d9c6a' }, index.h("span", { key: '2314f4f71e8e4b62a8b2159dd2786cd8d1ff9781' }, index.h("ifx-icon", { key: '6a088065d0b26d23780c42cd7fead41f57ca9f47', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7cc846d064e012d9d94a32590e61c42b8b8c26e1' }, "Form integration")), index.h("li", { key: 'c8d65354629edfc0f0cb907ad25c32521f3fd065' }, index.h("span", { key: 'f357748dbe62b8d53d2c9e617aa18afec625cf28' }, index.h("ifx-icon", { key: 'ab8a67d3db5315975f1330a1483f6017d41d0010', class: 'check__icon', icon: "check12" })), index.h("span", { key: '38a9c7bec01630cddda108c7e801132d94a6cf49' }, "Adheres to web standards")))), index.h("td", { key: 'c06cf5e87596ce79ca31315f6476f0035859ef45' }, index.h("ul", { key: 'd3c606c2c43dae82e89b5298a2f4f5b0b65aaef6' }, index.h("li", { key: 'aec5e8de0463beeed8b2f7f2236c6781d2b8f07a' }, index.h("span", { key: '75bfe9da85487d7c653baeeb7a4924c238f222d9' }, index.h("ifx-icon", { key: '80e6a66d6e49a34a2061a601c24abdda30c62b5f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5447b2b9c4eb437f808dd3c22e6ab010ed8234c0' }, "Range")), index.h("li", { key: 'cf532bffe29ffb7d22ef1802cc284cdf2fed07bd' }, index.h("span", { key: 'bd38ce4d4fdc43b1e9d909a5c99c1b52d30d5df4' }, index.h("ifx-icon", { key: 'a0bcc1ebd4082d27c7213515843d22dc98bc28e5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a4c727c17652e341641dd9454958788e74e698d7' }, "Default value")))), index.h("td", { key: '748e1c4c170d7fccc509f219751b0fae2fc6c242' })), index.h("tr", { key: '5bfcf3a9a48fff1a263348b51d465d1aed7c22b5' }, index.h("td", { key: 'e0142a3d925f4c574c82d0afdda76df2546710b6', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '51cf2440260de6d62bb2c74c8e74969174cea09f', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-dropdown--development", size: "s", variant: "bold" }, "Dropdown")), index.h("td", { key: '7a37a87051a3a15fab0a00128acc9883ad44ecff' }, index.h("ul", { key: '1e0145b1e4f8658276d387ff9a90125578b917e1' }, index.h("li", { key: 'eae3335035418197bb66d6dcdff87a6e701910d6' }, index.h("span", { key: '0a476c3d26b95f7b880def4c2a41d6e476841c25' }, index.h("ifx-icon", { key: 'cc7f38e657b079142d251e45b0d118881f51f252', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9f1016bad872b70d252aefc58b98fcb0daa225de' }, "Offers a versatile and interactive user interface element for presenting a list of options or actions")), index.h("li", { key: '375373e07b6a41f46fbcc5f9ce724aca1bc0883c' }, index.h("span", { key: '5ccc2545c24c531ea49b3385a7e81f0129684fd2' }, index.h("ifx-icon", { key: '3173c5ffeddf9ddfda35649ccb08fbb685d643ca', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fe1e602ba4bf3ffc52bb8550eda6a66080ec255d' }, "Ensures consistent behavior and compatibility with web standards for a reliable user experience, while intentionally limiting customization options to emphasize a standardized appearance and behavior")))), index.h("td", { key: '95e58097090c49efec39a37c42fa9dffe9a76444' }, index.h("ul", { key: 'c66aa1ead65b49931cc4dc0369487c783a0aaf76' }, index.h("li", { key: '10da6af088e7dbc7b50fdd1a9c0743f558f49772' }, index.h("span", { key: 'b64fabcbd38c3646a0a8fc66b25900ab29ac6f64' }, index.h("ifx-icon", { key: 'edd5ce45283cc0c54f2c77df13d418db6ec6c063', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b925b005ce9472a8297df12b8a8ab532a2b4808a' }, "Search filter")), index.h("li", { key: '6fdd7615f6d35ee64343a697260201e681768eed' }, index.h("span", { key: '9c0cd5d3f485bb0940849510cbb1ac6f43fec64b' }, index.h("ifx-icon", { key: 'b3cf15368b5bda8a40f43a8280e00798578e9090', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cf4a1b568e4e1a29bf147b9db519d2c54b5c7781' }, "Header section")), index.h("li", { key: '1c8670e92969258cf91210abf30c6c5b2be504cb' }, index.h("span", { key: 'd04d1d8f8df188ec5876792714e715e1e70e8a76' }, index.h("ifx-icon", { key: '08dfb122221fda6016f6084060f09c227c5a31dd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9b71ccc425d32e2375faf498349eaefd8a6d0206' }, "Menu Item Divider")), index.h("li", { key: 'd64e56ece035e8443442226820217314c090c87b' }, index.h("span", { key: '25311ec1e39b7ae7a9a268647b7d9f72c08281d6' }, index.h("ifx-icon", { key: '6a0536d02de69063d1b7c05d1b596d20acac752e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1b7b1abb7bf8315bfdf13dd23c2b0582db80355e' }, "Icon incorporated")), index.h("li", { key: '7d45e3ad95fb267ecf0c159ae604d3520d3d2008' }, index.h("span", { key: '7eeb2303e32d53daf97aafb1a7549979cb3f4b45' }, index.h("ifx-icon", { key: '353a8adb28346bd764482a1f985abf7d7d5e3ec9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9bed7a7e3c7257f8092149caa243a770eff710f3' }, "Extended customization and configurations")), index.h("li", { key: 'd412cc38418bac304c3c4cc969e15f3d0c2ec0db' }, index.h("span", { key: 'a490c16cae1825ac1c7a65874827ddcc41bd627a' }, index.h("ifx-icon", { key: 'be9c74f25b4429abf16b15142877bb729d0f6ee6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '79f7c6ea95a7cf833f270c0c092ec948ba43d439' }, "Separate label trigger")), index.h("li", { key: '2e0b8f134e7127e37dadf0d610cca8e3a6727ad0' }, index.h("span", { key: 'fa78f110963e01ffc7972c30385c0e89e1085647' }, index.h("ifx-icon", { key: 'e253deb8615add44189da391624a21519dce6b4a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '356d5dec4fdade23b5e0d03750c0e63ad0fe110a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '409b02b734fb6f3d3dbbc305b1a842c24008f520' })), index.h("tr", { key: 'ca789b182e1ae27cc75bd16a7c8a23566f5dc5f6' }, index.h("td", { key: 'b6f6d58c302588214e174837f4adc5acaf2202be', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c1d6db48ebaf085f8178c2c85aaa231c6b257dde', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-footer--development", size: "s", variant: "bold" }, "Footer")), index.h("td", { key: '73b4aff851ad3c11dd826e09ed2ad655f5a102ce' }, index.h("ul", { key: '1c8f4ee85d322b4d9370e29895e60c01bffe5801' }, index.h("li", { key: 'f9d31ae16cab7151d89c7b5f855d3cd91127b916' }, index.h("span", { key: 'f6b1e99d21be66a1ea6f823f2b5ff63c1551fa61' }, index.h("ifx-icon", { key: '6535b4f9bcf0eed424ae7bf003e728f4d11cc484', class: 'check__icon', icon: "check12" })), index.h("span", { key: '724a1ba0b564289c51c0ffb64139141d274acfc2' }, "Provides a standardized and customizable way to display essential information, navigation links, and branding at the bottom of web pages or application interfaces")), index.h("li", { key: '7a1c3a9a8fe8bf63da0e2a6c08bce15a83936518' }, index.h("span", { key: '7a9fb83c24aa777ed4e8f848780babda206a7b59' }, index.h("ifx-icon", { key: '1385939a67a95fd2a454ebff29e31673399b35c1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '99e3221bebefa67bc79f094b2398852fe3c169a0' }, "Offers a flexible and configurable layout for organizing copyright notices, contact details, sitemap links, and other pertinent information")), index.h("li", { key: 'cfd02f9ac1f58752f38e4cde6d53484ab9a074cb' }, index.h("span", { key: '1cb9b6c383085c122542ca8f2a1eaccb1cd688b7' }, index.h("ifx-icon", { key: '411c683739c6966615381d7915c40a0f22e71688', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1996a3d4c9b60a38da98e226e55e83f536947c93' }, "Adheres to web standards")))), index.h("td", { key: 'fae5d647c1804a554177af07577a928e9ce17204' }, index.h("ul", { key: '0aed01f42ce4ae2863498dfe4d8e7b6ce0557feb' }, index.h("li", { key: '60bf8a33692682274fa11a8dd0721012baae679c' }, index.h("span", { key: 'd3b108addfe7ec8bed98a4c1d41938003ec6f511' }, index.h("ifx-icon", { key: 'd650839c2b137313983238e19de9d60d4b40301f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2b2e06e2db64549f6720c42eab60fa1936b72371' }, "Small, Medium and Large variants")), index.h("li", { key: '216ba7f08ea8e98ab0bef53738ea900c4004b71e' }, index.h("span", { key: 'c51932bd7553b128da064a2170ebc9196ad02e08' }, index.h("ifx-icon", { key: 'e94ca1db23e3802de6cf444b60020b5770e1b969', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'deefce460f00890f8b6ec05cd7b7d06225f52664' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '9a9ea3fc88f774398ff8aabd397e0e9d5c3f2ab1' }, index.h("ul", { key: 'ee55c1be8425c8c0f5bd60a1d1a0adb96b4ed010' }, index.h("li", { key: '93937702636a48394701a9087c8052a2282d2d8c' }, index.h("span", { key: '991f386de6b0c1dd84255f84c25cbd05a927608d' }, index.h("ifx-icon", { key: '1aa896f1be705136f7696c40b5dbeeab6078c2ab', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'adbafce36a3f64394452833e861ec0b60961834e' }, "Customizable and removable links"))))), index.h("tr", { key: '71c2cbb265b4a9c7d14e5ceeeec3626c8b5586c8' }, index.h("td", { key: '40a0741b7efc646028733eae7157e2c00a06de90', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8c248f391db704d94f9ac902549a716dc3737f9b', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-icon-button--development", size: "s", variant: "bold" }, "Icon Button")), index.h("td", { key: 'b24388202176a01e2fe33f6c8f8a03e5d98dba90' }, index.h("ul", { key: 'a6caead4736da19e5530e6fea731ac4fd42b02c2' }, index.h("li", { key: 'e251541cf0f76363356020e97ecb0c2fee765b62' }, index.h("span", { key: '223fa0fb4553029e263cd01212d06f6fe2cb5659' }, index.h("ifx-icon", { key: '00a46127d3654e62c6fb3d2b0c3df1d872e61add', class: 'check__icon', icon: "check12" })), index.h("span", { key: '76d86097d9fc01091e1e982dba20dabf40c80efb' }, "Offers a compact and interactive icon-based button element")), index.h("li", { key: '08038c0d42d36a3a2688a2b5b6b75e651349077c' }, index.h("span", { key: 'e85095a1937d862e7ba58063ba628795b6db5dd8' }, index.h("ifx-icon", { key: 'c00c48bec2c16a71a2c881711e314169caaa5897', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'acd6169b85d8d4a8bd5ac8e65640a994a7c3391b' }, "Provides a limited scope of customization")), index.h("li", { key: '3d8c312ef5fdc9a1cdc206706d3d50880448dee6' }, index.h("span", { key: 'e56ce8e919474e3c18a284229650336938c2264f' }, index.h("ifx-icon", { key: 'f1b13d850ced3e84df5e74794d88078f200ca85c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8c0db03d86fb47490b35b8c423e027b936945a7f' }, "Adheres to web standards")))), index.h("td", { key: 'fb0a86aaf8777e2327be9e873a03b2e279b8565c' }, index.h("ul", { key: 'e940220ef9912e7473a12e646de12f40c55797a1' }, index.h("li", { key: '20b9a750444ed021e57792865fb503eaedbc5457' }, index.h("span", { key: '99c1659356fed5fe1c72d7ffa92d1203e7a5e3a2' }, index.h("ifx-icon", { key: 'a266a62e602f18c5c47cbf0512251bca138dcaf9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6ea2050c4c6b4c25d66bbf78dfbe1f57c70ef2a5' }, "Additional Round and Square shape variants")), index.h("li", { key: 'f8502c2e609827607f5703b949cca898b4b07982' }, index.h("span", { key: '66f38ffaa4d2bf2117ae56762fdbc4faeb3b5f28' }, index.h("ifx-icon", { key: '753d7e5cba8d52c4c62e31e8133a9ece3a7bc67e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd8e0462c75465ea22843630ab973a7c459d219f5' }, "Small, Medium and Large size")), index.h("li", { key: '2d89170f99dd57dcaf4352a43daa988ec614c62a' }, index.h("span", { key: 'cae8cc9ebc58520466c08a452d1bf127fccb190d' }, index.h("ifx-icon", { key: '88d0e6c328b253a855ccbb19aead8fe6316397d9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '940f26fa1b8fa65a9853bcd3b8670b2917f11341' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1da09e7e85072b3fdfc9b7a742f1f93219196132' })), index.h("tr", { key: 'be6df5a26a5f6898259a6d10ef8b60944de96527' }, index.h("td", { key: '6dcf26f529767797a3af5074548361fa489b022e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'fc69f823660b9dccd2688b9c3027e31882dd828d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-icon--development", size: "s", variant: "bold" }, "Icon")), index.h("td", { key: '84d5dcc5cbce911deb2b57a8570d727b547bc06a' }, index.h("ul", { key: '162a6bda681df4a022b33b44e61ccb3fc78fb166' }, index.h("li", { key: '5ca7b02068f5640a2b695c8ce379a1a828ba92ce' }, index.h("span", { key: '3919f21538010a962fbe523ce70b06e385aa754a' }, index.h("ifx-icon", { key: '58694fb695da20bab8a2472b03330ac0c6501197', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dbd158b1b66686894f28cb66c49f1d37ebfef2ca' }, "Offers a wide range of iconography options, allowing developers to easily incorporate symbols, glyphs, or visual indicators to enhance the user interface and convey information or actions effectively")))), index.h("td", { key: 'b300372d84e19ddacc79cd47eb2bb6e56813c610' }, index.h("ul", { key: '3cc97e3d156402cac1fbf757abb3760ddc29be0c' }, index.h("li", { key: '012944b351ae58898b2140171fba932c7f989415' }, index.h("span", { key: 'f45b886c6d20d47474bfb7405480707cab03b699' }, index.h("ifx-icon", { key: 'f3f5ab71d612cfe8a10d976305768585d74abbdb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0e6d962a452986715004ffffd0a657699c26461e' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '221398df7a0d44fd17dfd0d574486a6e0cf7f992' })), index.h("tr", { key: 'dbbb65dc8c160c147682a52d7bd09728ba346097' }, index.h("td", { key: 'c664c031c7046b18ff8f1a3aeeab2f896408f8de', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '646382a72ac3ab2e2b46ff129900b883b9418d4e', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-link--development", size: "s", variant: "bold" }, "Link")), index.h("td", { key: '5ed3e0be31096545eaabf6491957ddbac8ff8ebb' }, index.h("ul", { key: '2517e86039c7a490669a0b441a3040f51ecc4046' }, index.h("li", { key: '801800ecf9b1c865c52f6ccf2b349b450db0c774' }, index.h("span", { key: 'e4fd7bb17f5ec305b6aa552bd0f4d65773b0ae44' }, index.h("ifx-icon", { key: 'e58eb6cba3c19025a51466bc748e095268b3a002', class: 'check__icon', icon: "check12" })), index.h("span", { key: '13e049aa6bfea5910e4d139310feed8c6a58d10f' }, "Provides a flexible and customizable element for creating hyperlinks within a web application")), index.h("li", { key: 'ff84ea5104a645025a2e5b9ed5034d7e7dfc6346' }, index.h("span", { key: '2cbefc54a691e8035079918dc5b9092821939aeb' }, index.h("ifx-icon", { key: '0b6f1a8197545e3d8f65b2a54ea0340fe22fff4e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b6addbba75640aad63dde74d1607ef6f24a824bc' }, "Offers essential functionality for defining clickable text or elements")), index.h("li", { key: 'ec9e134a933923b5bf33d99415284cd445345211' }, index.h("span", { key: '286f317df7cf335bd7649f483ee570663767d4b9' }, index.h("ifx-icon", { key: '5e88371d9c059e4cf6e6570c70ca44b35b681adb', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a3276939bcad4cbbddbd82d35432a722e594f89c' }, "Adheres to web standards")))), index.h("td", { key: '70cb692932d991c09aa08dea1bc5e0f89a57490f' }, index.h("ul", { key: 'e9e55a15b1c542bdfe4369172790604fca56bfd9' }, index.h("li", { key: 'c15c953b09f34583c114fec57f4febdef563ac65' }, index.h("span", { key: 'df539b9e176db898cb6ae6b46e654454997d4857' }, index.h("ifx-icon", { key: '1e17382a9a7f31d5fc014123794ff03f4a141856', class: 'check__icon', icon: "check12" })), index.h("span", { key: '189ad0c20725e685edd62fa6492a0228aa6a04b1' }, "Small, Medium, Large, Extra Large size variants")), index.h("li", { key: 'c51ebb9c7236b2618cc91c80cc1c94f57d317569' }, index.h("span", { key: '87bffa5af647ef260a6dd3a8ab6dc238fa966710' }, index.h("ifx-icon", { key: 'a17a9c09c9212fca97cc943474ff257fa71600d5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '973b8ff6e3afb1e29c8854364d217285d1a6b8eb' }, "Icon incorporated")), index.h("li", { key: '4ccf865a2983f7cb9138cf3a3cc6e9cf32dff969' }, index.h("span", { key: '77cefee26b22f534dbde0d5f9bf8a6cb0b14e5f5' }, index.h("ifx-icon", { key: '11a44833f0706787425a46266270b93b2658aa72', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c1faf0bfe5ef9cb9fd7b224fde2bc1300eacaf74' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd005d5c1d284a8aef0a7c0acb3e76fc2ad4e8be2' }, index.h("ul", { key: '0a1034032c1675e4d04385164ab8b89ddad5afa2' }, index.h("li", { key: 'ce14a7aeafe0d6fe691634fa7beb09a3420ab50f' }, index.h("span", { key: 'edbe9cba38cd180a061bd8026def8ef6ebb382da' }, index.h("ifx-icon", { key: '5ca4cc9c3e7800cff4307458ebae18b7a705f0a7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '82e235d541eae112f5637934a6bfb3b8ffd3437c' }, "Bold, Underlined, Title, Menu state variants"))))), index.h("tr", { key: 'ed0362554072b69e70fb4ec8c8e53fa4401ece85' }, index.h("td", { key: '989f10e343b60fa1d088fc792f0bba23a01bf697', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '923d3237ebe8d1965b772cd51e5857beeb7b0605', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-modal--development", size: "s", variant: "bold" }, "Modal")), index.h("td", { key: 'd79a8dbf935044192f20de032b80f72d2479a9b2' }, index.h("ul", { key: '775e3796a7450971b92878e7aa7ea7e4d474d032' }, index.h("li", { key: '92091085aa83c144a9c39a8d268dd13327c4e25e' }, index.h("span", { key: 'd54d51ccbe5064efce330dcb159bcaa1634c308d' }, index.h("ifx-icon", { key: 'e9f64ea61ed32b1e5dd5521b5b387e1de42fe136', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3494b2f3da6b0674d6cb270cfb45ee355090cf7a' }, "Provides a customizable modal window, typically used for displaying contextual information, user interactions, or additional content without navigating away from the current context")), index.h("li", { key: '8e73500776cbfba054fe11b5fcf97cccafcf9fe4' }, index.h("span", { key: '1c4a0073ef50803214ee3ad46f258efa51c53cee' }, index.h("ifx-icon", { key: '7338d9c2116cff6110a8a73c9892f7da90507690', class: 'check__icon', icon: "check12" })), index.h("span", { key: '244fd32eb6259e58cf259eaa581df74b30eca771' }, "Adheres to webstandards")))), index.h("td", { key: 'd8e6706fa56e53b79723cdd200158f239699b75a' }, index.h("ul", { key: 'b82dd7cff6c5253ded0354278cf51c7320aae5ea' }, index.h("li", { key: '5ff5c0dabea5bc973496516ed9492082993a7426' }, index.h("span", { key: '94af1f1aee0940ec504e5715ced98946d6296451' }, index.h("ifx-icon", { key: '052bc462a8c62a35fce5be2c0a27912f5098550d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '56e32c9864d7134a343ab5985c342ab1aa4b3ab7' }, "Alert-brand and Alert-danger theme variants")), index.h("li", { key: 'f6ee3ad31012f7dfe2c0cd84ad9a89a6c79fdde0' }, index.h("span", { key: 'edf3e99127e3601360bf6ad821e23b8c7193db31' }, index.h("ifx-icon", { key: '793a1120b35c9bc603083263da81c62a3ec44ba6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c5fd94c0e3b65040f6f8b0b8b573695ab08d6f27' }, "Extended customization")), index.h("li", { key: '86c52eab350851c9035e17ddd71da293e3fd75b8' }, index.h("span", { key: 'b557ca45c93f47d4ca4d9f51b8b044c72c921000' }, index.h("ifx-icon", { key: '6eb9195a33ad9b0b1c91162d06c17166727273ab', class: 'check__icon', icon: "check12" })), index.h("span", { key: '39d6c21e6f12f26dfbc0af1ff81560d63693e2ee' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'dc1344dee7840d685e83c2d866c3034c139d2a05' }, index.h("ul", { key: '9b6e6f2484652fc22795a68963477824456f33bf' }, index.h("li", { key: '2b99f272a6c94c77cced51cea96ce09c5d6d0f3c' }, index.h("span", { key: '6ab7fe40dbc87f7cd481df936d6ca1c7784a15cc' }, index.h("ifx-icon", { key: 'e664c52dfbc4c376722e7ada58b2372e59f1cb3e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bd4b19b3cb738cca0dfc4a6699d84c6f9834c570' }, "Removable close button"))))), index.h("tr", { key: '6d049f5c7912809e0119a8bbe975545db51d1af7' }, index.h("td", { key: '1240cd38f144fff19d8dac7a1b566aaeca8fd247', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'f76d7023642566e8a1637bf5beb568b6326bf956', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-navigation-navbar--development", size: "s", variant: "bold" }, "Navbar")), index.h("td", { key: '20b2dda7c708736f2c372e7648437cd267803af8' }, index.h("ul", { key: '107d96e61b4d89ccb27ca1b2352ab04bc2e30c5b' }, index.h("li", { key: '7d7a7022ad5d01c7f2cdcdeb5b93d6ef22266759' }, index.h("span", { key: '8dc10c5ced36ff35852b7221ff900bf29b9e4c8b' }, index.h("ifx-icon", { key: 'd1b6134d3975a723de22955865c14a32b0bd9471', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3ebaf3ce825da6d9328fb0f02821189a5b753c60' }, "Provides a standardized and customizable navigation bar for organizing and presenting essential links, menus, branding, and interactive elements within a web application")), index.h("li", { key: '2ad0cabf3343ca7ebca9a11c9dfba518c75aaaad' }, index.h("span", { key: '7e103726b77bbdb2c3703363f30fd1be5d91d676' }, index.h("ifx-icon", { key: '5f37a8901299d379654d30913c2f6f2a75596987', class: 'check__icon', icon: "check12" })), index.h("span", { key: '80d398bbd71b4f26b1e40a2fb141ae80be9e4a0c' }, "Adheres to web stadards")))), index.h("td", { key: '788ab2a045b8b15f873856239d43891ae8d0cdc4' }, index.h("ul", { key: '1296a642817c717ee06d96a79040932d3b947a61' }, index.h("li", { key: '7d9f69fac56ad363845e285764c9d4c1e8324463' }, index.h("span", { key: 'd1dc40bec028f68ab288fc8f7807bfea06356daf' }, index.h("ifx-icon", { key: '905f52cab456aca1ec92485afc97b426098f1f17', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8ff7a39af5990f576802ca51e0c6f2c081f5a33e' }, "Navbar-profile component")), index.h("li", { key: '765c6f18bc72a8bd1ff7aa21070de83fdcafd624' }, index.h("span", { key: 'c1879386df1f6a83f8cfd8df3413ad57df2b2e84' }, index.h("ifx-icon", { key: 'da74304d6e682154c6fca5fc08e0c36785780e03', class: 'check__icon', icon: "check12" })), index.h("span", { key: '290c2ad59854e3f56b7811905f964e8919df55f7' }, "Mobile Responsiveness")), index.h("li", { key: '64171d2afc68e133fa749d475f9192d0b066b162' }, index.h("span", { key: '988c58e140c792d984a0e4c28b7a227b5ac8a27c' }, index.h("ifx-icon", { key: '3a2dbf26bc5eb463bbeaab95ae635d85e69be31d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8be83e5939b152cd0a7beb27b024c912edc44f81' }, "Mobile Sidebar")), index.h("li", { key: '910bd61c4036725a5906363932d261020f893a40' }, index.h("span", { key: '2a19020f8da8208190e33651a93d5a4996baf36c' }, index.h("ifx-icon", { key: 'c789c4ec2e059c1602803ba6891166faa03ad1c2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'edb13433f9b3c2092d5433c08f3a6def65d60408' }, "Extended customization")), index.h("li", { key: 'f4e3610dc125cd3a0756bb516104bcb78ad9e787' }, index.h("span", { key: 'c01fbc5ce9412416d175aa3f4c59a81be8eb18a3' }, index.h("ifx-icon", { key: '08b7d47791663beacc4c6336b9148083b8083eaf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4b09b05e80d57735022102dca5839b4509d42c62' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c13c1be911fe6fcb927400c501854470b96a24d9' })), index.h("tr", { key: 'ceea673e4a653662c942767bdee32c653e59ac6b' }, index.h("td", { key: '85cc3ece97ff52742ef8cf86e4e2234c277b3236', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '3c4d7b0d881ae076a631584d8ca221aa31ee5fb5', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-number-indicator--development", size: "s", variant: "bold" }, "Number Indicator")), index.h("td", { key: '73280b6a09dd3394fcd7330a480f19f173fb5be8' }, index.h("ul", { key: '3479edcca0e025053b0443e978fd9d0a912eea63' }, index.h("li", { key: 'a850a608c313b644d92f3067906e441f4e30bca2' }, index.h("span", { key: '9293d25e8b76f28d851d51abd4ed14b613857192' }, index.h("ifx-icon", { key: 'e15590a1be4bc449913429b7a9a21e87d3b09c0b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bb61b1c257b1de28e8bb277b1533797b879d5d8c' }, "Provides a compact and configurable display for showcasing numeric data")), index.h("li", { key: '76f02d07c01bfe7bce93c55ea5d33d624526cae3' }, index.h("span", { key: '49ed604f634b8dafdb625f309e63f6a702702c1f' }, index.h("ifx-icon", { key: '3e38e7ddeeeb98618856fe246582d6e4e252266b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b659652556a9152474b6c655463182268321e460' }, "Adheres to web standards")))), index.h("td", { key: '7e5a23fc88be33822417dfd58d6f71a9ee18ddef' }, index.h("ul", { key: '0d7ada8d111b315667dd03dda6f60f886069eb86' }, index.h("li", { key: '624295a6aa0ae1f545fd21c0ee03c0d19127d15b' }, index.h("span", { key: '1101cbc71dbc24f19a28b48b155ba249ba55f1e6' }, index.h("ifx-icon", { key: 'a95f4f8425574302c6db6d53d213ccfa96331f35', class: 'check__icon', icon: "check12" })), index.h("span", { key: '698ea73f2eb7a883a1f02979aabe2f7e122feffc' }, "Inverted option")), index.h("li", { key: 'e488487e9a7b3bce6b5e69ffb2bdc6f326778452' }, index.h("span", { key: 'a6372015b2242d06f56c02e599d518548227c9bf' }, index.h("ifx-icon", { key: '59c572e1b968ba93760670e7a8d0416da153454c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '46428b4c3224520124a9244eb6d754bd52a21e77' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '134cb7bf6cfd9492d1f2abd57bda2861cc8b53a3' })), index.h("tr", { key: '735c0622028687b2bb34207bd5a4023a9cc1623b' }, index.h("td", { key: 'fe40a3ebcd4acb6e75652fd349454b4e0c5831fe', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'f6bc1a86b3aa29f0212029b7b121d3cdef038801', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-pagination--development", size: "s", variant: "bold" }, "Pagination")), index.h("td", { key: 'ceae9c7e7f5d3487b6c116037950d21c734c0c19' }, index.h("ul", { key: 'ca05c8579f3c79ebd85ad1a2589f27dccb6117d8' }, index.h("li", { key: 'be241e811ce5546ed4157a8cb5eb95edef5a4326' }, index.h("span", { key: 'da6e4b66c8c73927368310215fe1253195ed464a' }, index.h("ifx-icon", { key: '7e6c17ff052d02c1bcf762c2b910ece2b81366f2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e97404f0c4c74890b2ebaee77ee23d920cefe87f' }, "Offers a configurable set of controls for navigating through sequential pages of content, typically used for displaying large datasets or segmented information")), index.h("li", { key: '5e3edc11ae91cdd995a44dcd83a8e2a68da7b5ad' }, index.h("span", { key: '7de00ce8c26a451459bbfb620eac1841fc484e14' }, index.h("ifx-icon", { key: '22692062e572422b9330081c9732669798753986', class: 'check__icon', icon: "check12" })), index.h("span", { key: '20425b290008f0aaae43823c3d8dc36f97bfdb2f' }, "Adheres to web standards")))), index.h("td", { key: '04cd98b9536ef5fe5d7c566a75f68c13a78045d1' }, index.h("ul", { key: '65b6b4c6d3dd69f3b95890896f7424f40902a882' }, index.h("li", { key: '9f35f64126edee8def6ecf4ba24b8a07938b513c' }, index.h("span", { key: '86492d135567bfd638d73f068def74a881ef5e12' }, index.h("ifx-icon", { key: '41ebf2dafac4008303bca3c56ece5765303e42e3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8b17f3584446e3caf3e2f46c22595d518a3186f9' }, "Extended customization")), index.h("li", { key: '8d322098bc8a17fde0fe0e2897bc8b4ec90498b1' }, index.h("span", { key: '6d89888decca081f88257376d3b5e798a2833892' }, index.h("ifx-icon", { key: 'aa1701d589e176e78c4dde5a4e159e486ce7f855', class: 'check__icon', icon: "check12" })), index.h("span", { key: '70948ea58cc3b5ebfeb94e2b99eea1cdd8a7be2e' }, "Configurable Results Per Page option")), index.h("li", { key: '7878aa5f6e1d9ac3ede094ebc5f5a566bba31b8f' }, index.h("span", { key: '21cd3f84efd03c96850a530d6ede7dc32d2bccc3' }, index.h("ifx-icon", { key: 'efa0ad962f2bbc7cd0d88b58006cf47fa25ff18d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '03e28390b38ccd5404aa632ca7d7a7edfc5952d3' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd92ebdc6f6bfe6a39f1e629e92184e7b57094d8e' })), index.h("tr", { key: '10d670a2b5938bfc95b285e0ce10f7d3f82b7be7' }, index.h("td", { key: '2bb88c2bf014b44b33e562ddba4edc626e644aa0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '30cee15e6ce1aa9ea9d948b1daf3d057fa6db0ec', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-progress-bar--development", size: "s", variant: "bold" }, "Progress Bar")), index.h("td", { key: 'd1b8a6b5ca79b2d109ff6ec02d75d269c6bdf95a' }, index.h("ul", { key: '330fdbc5801ead69dc63c98e84abb397a2bb30fb' }, index.h("li", { key: 'd751a7d54c7ca3fa92cdb99c020c0874b525a12e' }, index.h("span", { key: '6a1937aef68af58fde21ea2a054cc7a910fe1d1c' }, index.h("ifx-icon", { key: '8b9fa84353dd7eede96289f14955d7f06d48c19b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f7679d98f57399943107af6c089a859f25cb17af' }, "Offers a customizable and dynamic bar that visually represents the advancement of a process, typically used to convey loading status, or task completion")), index.h("li", { key: '40ddca5e02d896bb692b91a964808530ed38c13d' }, index.h("span", { key: '7b1a9e31cb7326a4264b611dfb80f1302edb9b66' }, index.h("ifx-icon", { key: '93f1cd9d8d867c55ccd761e667f1ea2e4b5915cb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4f731090c29ef9faaa966620f9039b676d195c4d' }, "Adheres to web standards")))), index.h("td", { key: 'f879e6e890e08ab3a1fbaeaf7f51f37310ae0a4f' }, index.h("ul", { key: '2dab3aa105a2b9b353f8de1dcd017c966c033db3' }, index.h("li", { key: 'a448723b20929e6753029e1bae5adaba3f4ea6ac' }, index.h("span", { key: '80690c7a05225cdfdb2acf3883e36c9234ccb951' }, index.h("ifx-icon", { key: '758f728349c79c27731a1856424dbdb248c9db0e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'eb457375369a14969989eb1580bcdacb4c1e462f' }, "Extended customization")), index.h("li", { key: '6168caab3e83461653cbf7c531c8651d458f6f81' }, index.h("span", { key: '76b4d2b58be5c07aa1db6adb10f135876f200813' }, index.h("ifx-icon", { key: 'e136d215691460b7c66c972404096574108d2636', class: 'check__icon', icon: "check12" })), index.h("span", { key: '52d3874af568198eaa1809211ec8156bc29ac341' }, "Show percentage option")), index.h("li", { key: '3b7d043deef1054c4e0c674d3328eb825c9d23a6' }, index.h("span", { key: '42082c0f6a0187e93a3449ff8108e7c43c373839' }, index.h("ifx-icon", { key: '222f9e44751a87b4fdf2a2fd3c94ea9708adede9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd722049ca7163dc91bc0ebfc7f7377c189bd7d38' }, "Small and With Label variants included")), index.h("li", { key: '3d98a8da594288c91997a7017019c24c946b92c5' }, index.h("span", { key: '87d3984d263c5d3a957949a914d4be57cbd9ef63' }, index.h("ifx-icon", { key: '1d68711e3ecfcdfaa95b0dc74b9aa292a29b44a3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ef74ca7dd7d02845614b33cb361db44afdd0cbd' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1e3c53a7acdfbed5a0a176382f689b18ecc1990c' })), index.h("tr", { key: '31ef0eda3a188e3f359c92477437573bfb823e71' }, index.h("td", { key: '87fd9146f730c9355963d82ffbcbf74ccb0476a4', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '78d9dce688693ec9fcfc8bbd42f2d92f8dd83843', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-radio-button--development", size: "s", variant: "bold" }, "Radio Button")), index.h("td", { key: '03c2230dca9f159e1fbaf07b75b65e76924fbdde' }, index.h("ul", { key: 'fafa10102261b7f28d0997abc927f83515f81e4f' }, index.h("li", { key: '498abb51c0df69833554fe95b600f8a0bf69490b' }, index.h("span", { key: '98320b9b38fdc71a10614188cb3a2350d415b3a9' }, index.h("ifx-icon", { key: '9ac8c09106a1efab77b72e492ac38dfee31f6e31', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1f74ecd9e6e1b1e884aa0856c98b1f7f9f5a6f7b' }, "Offers a customizable radio input, allowing users to make a single selection from a predefined list of options, typically used for multiple-choice selection or exclusive input")), index.h("li", { key: '7811ad0db472fd0fed0a997582a4bb1ef033d3ef' }, index.h("span", { key: '90d74040d8b59d2ba6fa46889e3081f638f1efcd' }, index.h("ifx-icon", { key: '0d12f9abf7df468c6d6a509f086af63b502b4c1a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aff4ea27783f504a42941b3f3842f608c760363e' }, "Adheres to web standards")))), index.h("td", { key: '6e0e773e6f33f74551eb9c5a0cf262c3624901d7' }, index.h("ul", { key: 'd187f5bc27305b6f0a4a205feffb28a7d78776a6' }, index.h("li", { key: 'be4f644022b36c912c89021726a1d599506be7c3' }, index.h("span", { key: '09acffbaceec535a3d832a8f4693614f96b0c906' }, index.h("ifx-icon", { key: '05a22ca3818b6e1c06e8c2072987deb2db48c428', class: 'check__icon', icon: "check12" })), index.h("span", { key: '90b9257c32467113cf455a6a6492388690fff443' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '3563909b26ac0d9385e9c84a6ea5efeee416e3a3' })), index.h("tr", { key: '622a9a46a2aea8be66228069eb98e885d795ae75' }, index.h("td", { key: 'df8dd0328260f6bb31bc8d902ba34264db019b31', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7cc52c7ebe9696e2953158e1da2483b3259550a5', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-radio-button-group--development", size: "s", variant: "bold" }, "Radio Button Group")), index.h("td", { key: 'b8dfc6856a64577a9f74038a16f0b52c36754ddb' }, index.h("ul", { key: '68756bf193fbe2d7abe115621cf72bd5c1b17861' }, index.h("li", { key: 'd0163be54873e18520e1f91ef5cd4f90917cd126' }, index.h("span", { key: '20a8e129d935e5b7cf422351bae10aaeb0f07af4' }, index.h("ifx-icon", { key: 'ce8cd2fb9c6c23b88df5c552e4c0935dd1c7f627', class: 'check__icon', icon: "check12" })), index.h("span", { key: '50cef76d540401d1f1b159355a66862b41169904' }, "Provides a customizable interface for grouping multiple radio-button inputs")), index.h("li", { key: '958df4a2c8b45808beec7a881a57f71fbe3c97c2' }, index.h("span", { key: 'ce131de94bcf05c1bd619c4fcdd80aa2e03dc0f5' }, index.h("ifx-icon", { key: 'd670bdd2c23ed9e04c3824cd8c963a4febb3f9e8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0f948fe3acf0e56264555e400a399da5c1af0189' }, "Allows users to set and display group label, caption text and caption icon")), index.h("li", { key: 'fe8c152e9876dcbc2086dca22136d02d57185993' }, index.h("span", { key: 'e3b28cbc044e016bc289eb9b0d7182cd4e129e16' }, index.h("ifx-icon", { key: 'a9bdf53050a8e593f521c129f1a39a1075f57b3c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '938d1c6f76286255e2e2009b2af60316ff8b458f' }, "Allows to display individual or group error")), index.h("li", { key: '311c30b0db3b3b65edfe5642e0e38a47248e2079' }, index.h("span", { key: 'fcdc896b401101778cfc81ed6588248b014273a2' }, index.h("ifx-icon", { key: '4fd314040e077ee0447e60675416d50c27bd2f23', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1769793f1dd5a742897b20cee6959f514f88ee70' }, "React, Vue and Angular wrapper integration")), index.h("li", { key: 'a26e8731782602a6ff585ed0578d8cc76b1a9746' }, index.h("span", { key: 'ab4a45d0af8315a47da7e2a1524d0a9424651bff' }, index.h("ifx-icon", { key: '9ec3a52b57983c2ec3f0fd63345424ea20eea0ad', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a70ba5b4634c17233286de307af37e8425c5cb2b' }, "Adheres to web standards")))), index.h("td", { key: 'e9317f29470db6836b1407108e9e1eb74dedcd39' }), index.h("td", { key: 'f0aedae9d4b1523c21c58f2652e9c9a60443c088' })), index.h("tr", { key: '49a6869b295315cb3b6f3a94f7dc98a3f223b663' }, index.h("td", { key: '211afce6d66e77a2947c9c00768d988704ae374c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'cd5dec22b9cf9cede1d88546d3bc2eb320f919b2', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-search-bar--development", size: "s", variant: "bold" }, "Search Bar")), index.h("td", { key: '6cce1188efdbf0c6c27ca2c4979165478651cce1' }, index.h("ul", { key: '96381b57a29065501ed4173fa4c0db50926103d5' }, index.h("li", { key: 'ac0c4cf6d3968a1ba62075611e91311835388849' }, index.h("span", { key: '80d06ff4e119e0e9b2b711e4fb0de98a0e528eab' }, index.h("ifx-icon", { key: 'f62b9b97d832f9d8150f286f3cda0615bd4de495', class: 'check__icon', icon: "check12" })), index.h("span", { key: '12bfd63cdcf2ebca4c233f0d895a56f140bfeeba' }, "Offers a dynamic and customizable input area that allows users to input search terms and trigger search actions, typically used for querying and filtering content within the application")), index.h("li", { key: '963dac03d4e327ae2d8c7528fd6ae7b3f1101738' }, index.h("span", { key: '7d359ecde8d4a32732e0bf86ec2ea92fa929e8ae' }, index.h("ifx-icon", { key: '86d2fad653bb6dbd7cb8365324acb4fdfc7131a1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6cda65c029c7192ebf8f4e74dad72d68eabb5fe4' }, "Adheres to web standards")))), index.h("td", { key: '298d8a75cc80d62f3cfdfe7f6d5bac3524865942' }, index.h("ul", { key: 'd197481fb9ed8f565c272b382907fe3675018f92' }, index.h("li", { key: '9d6d5a7ebe9e4975d8fe1d5d64100f777f0a2349' }, index.h("span", { key: '27cdca452bba104149aba359bc3c631ee434f9ed' }, index.h("ifx-icon", { key: 'd1337cd3a29e4de380b4c047353541f930b8a344', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cb05c70921dd088aa009bbb74aab6b1b36a5ee71' }, "Collapsable option")), index.h("li", { key: '6af3fb6992bafd078d25f1eb8a5fc568438c077b' }, index.h("span", { key: '71c3201c1bc6aad7707a955621dc81d117139444' }, index.h("ifx-icon", { key: 'a5f6036e0a668cea15b88b0a095c7b1ad23435d9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c2fb1926f150c87e7750b9cdeed5542d948d6f29' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '658968c7e70b4090aaf8dce5b156bd9165473f9f' })), index.h("tr", { key: 'e6303bab5d588f7485efe2ce797240e1209c1a96' }, index.h("td", { key: '6c2643b9d74355146aa37003fe40a630220c877a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '1e07784c11eed06ea3037a6ef89e9ab8e55a0c15', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-search-field--development", size: "s", variant: "bold" }, "Search Field")), index.h("td", { key: '0e7c582bd62d878edccf7caa583de0a7ef549d1d' }, index.h("ul", { key: '75113ddfaa0139019474ddba21318ec36ab5a6f5' }, index.h("li", { key: '2702fddbb446285b7a4d52f603725743eb07d46d' }, index.h("span", { key: 'e578ab87a96c65345c45066196f6d210e3782dfc' }, index.h("ifx-icon", { key: '6e2c5a196085414977dfc1f74db5c38706616a8e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '645fcef24893d610607db448ebe4c4100cfb3aa7' }, "Offers an interactive and adaptable input area that allows users to enter search terms and trigger search actions, facilitating efficient querying and filtering of content within the application")), index.h("li", { key: '790eddb62835ea232d46d5f8226936de6fd24d3c' }, index.h("span", { key: 'cf7029f7cff8c8778b22e37b449f0211acc3f4c5' }, index.h("ifx-icon", { key: 'e6710a7d3734a588b6d88430a171d8809ef228b5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e86ccfc8cd74ab58f8b14be80ad4fe0a5cd1dfa0' }, "Adheres to web standards")))), index.h("td", { key: 'a0322bdef6b033894711d4f4535c5448578b2984' }, index.h("ul", { key: 'e5494c7dcffb5cb0165719484f5606b5daea99c1' }, index.h("li", { key: 'af383508f5820eeffe13639e145aafaebafd7729' }, index.h("span", { key: 'abe3531734dba12d84800dd1a60e52107310a319' }, index.h("ifx-icon", { key: 'e6eac85e49641a90ca3f9d409dbe85397742c22e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '140906f76f10a0be0aa258414ef1e2620c39af0f' }, "Show Delete Icon option")), index.h("li", { key: '8b783f9833da03ffbf0da4e4725721c8e41219e7' }, index.h("span", { key: 'd3fa765d461c1ef550664464871addf209cafd7a' }, index.h("ifx-icon", { key: 'd6eb2a4c74d72dc1371d63a6dc312b2e6e2f9cd7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '84787074a2bf28bdbd07c9158552913e71e1833d' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f2790b5adef47e60f51308dc1271e39a23beaa5c' })), index.h("tr", { key: 'e4a0023fc7db84b10de4e8b08a1c0137833a7316' }, index.h("td", { key: '08845963a1e92eabbc87b291821d78cfa1cfbf1a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '56142a69dc1272e488647b72087b4caa7f304da5', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-select-single-select--development", size: "s", variant: "bold" }, "Single Select")), index.h("td", { key: 'a0cf7a1f54e7f9f5854771dc722a53d46b0d7f87' }, index.h("ul", { key: '582371f0ccd4840699086a9c9dc99256bd5bd8df' }, index.h("li", { key: '0805caa04e8f05b9b51fc1ae769d8d35ab452747' }, index.h("span", { key: '157efdcf25c9b61f58583d3c50ec633cd0cd8609' }, index.h("ifx-icon", { key: 'ecc973eaafd6244d23af4720026e2a14e92f4733', class: 'check__icon', icon: "check12" })), index.h("span", { key: '255aca9567436ebb652d537c4ae6058a8fe14bba' }, "Provides a user-friendly and interactive dropdown list for selecting a single option from a set of choices within a web application")))), index.h("td", { key: '9f8d4dc7b40028e1231f86ac882560843d29d697' }, index.h("ul", { key: '5d3c0d8b24c18939015e2514f1cabe0b92e254ed' }, index.h("li", { key: 'fabc35fb610ff175998745fa0b26ed4125d278ef' }, index.h("span", { key: 'e4f5f9c802a77d95354caca54649eb46985fb1cb' }, index.h("ifx-icon", { key: '25c245c5ae970ac501a26d0ce350f7aef2d7112b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'be86275565666a7d50fb2716162586de894382e6' }, "Extended customization")), index.h("li", { key: '5579ae45dbac07cfbab1b501a43b794c5987cf94' }, index.h("span", { key: 'c703cf597be5ef3a774e7c601e1fa270ab284511' }, index.h("ifx-icon", { key: '0ed38735a0f8307af8b0cd95de7632a171176e9b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a6ba2f6c572f5cd8a2dbf5ef2ce679afc6c240a4' }, "Option to enable and disable the search")), index.h("li", { key: '6389c7b33f89a0d521644f8476e1a9257f61822a' }, index.h("span", { key: '15bd3c5c1225d329bdb2bfd84aa0c6f97a9462c1' }, index.h("ifx-icon", { key: 'a7ff6a3ad991494b15421a2724646e860faba96b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bdfc247acd303a8d065594773c37f3c3d57f8923' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2a575b56d2e37e92a381f76278d61b64f1585265' })), index.h("tr", { key: '22e891947cdadbfc6a51a91c6c319ca20978299c' }, index.h("td", { key: 'b7a368cc925b50938d1ca4342e0da1fd2e6a18cf', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6a0c1fb269e84299c0df353a093ea678518f1810', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-select-multi-select--development", size: "s", variant: "bold" }, "Multi Select")), index.h("td", { key: '46ca0c682e7cd1bb1226a66658717536ff8a55cf' }, index.h("ul", { key: '6ae85c025c001dd8027bf753b1f43afcad146cd9' }, index.h("li", { key: 'd36a4680c82c0289a00e0507e6274e85538b2996' }, index.h("span", { key: '03b8120cc368c3205c1e31ca183e9247d0ceb25c' }, index.h("ifx-icon", { key: '23eb517f6648b6b6ecf54381d75676e898a74a4b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6885a6ce93742a388f1c2058860e29e0be531881' }, "Provides a dynamic and customizable dropdown list that allows users to make multiple selections from a list of options")), index.h("li", { key: 'ecc03d652e1e4570f9c4b5653fe565ce34ccf1ef' }, index.h("span", { key: '5b6f49d8047e4603ecbf22d801c89324c3a1a146' }, index.h("ifx-icon", { key: '21fa1762df115b0e4a06cadedaa0dcc0e64d551f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '59fa0c05addace458606bcff86a5eb29e013236d' }, "Adheres to web standards")))), index.h("td", { key: 'd9ee48306a197520ac597446039f8c62576c148b' }, index.h("ul", { key: '61c0b1af6410e86ffbbcc3ad5744aedac81908ab' }, index.h("li", { key: '8619305a6b217dbf009a1c24d3f9ac42f8b105af' }, index.h("span", { key: '8e497c6e4dd4f8c18b4b26036a26967837d3a206' }, index.h("ifx-icon", { key: 'bd4e32b1ef4e5e14e057b603dca9ce2bb9c44f2d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cc921a22c42ccf41353530331131c423699aaec0' }, "Extended customization")), index.h("li", { key: '795b5f86b3218a8f597ff2f8dc30ba825c96d34e' }, index.h("span", { key: '77c509046a9db2bf5d3f8f704849a2a71a5c79ad' }, index.h("ifx-icon", { key: '7e1526f4eed100352ac15b6845da5f9990acf2dc', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c2de446236561fc588ab00421e42a9352ce79f93' }, "Nestable options")), index.h("li", { key: '9425aadaa17eb25096e3305067800ef2a902fda6' }, index.h("span", { key: '2472c707737effdf10dbb0eef6204db59bae16a8' }, index.h("ifx-icon", { key: 'af093b739f13f4e95ad04092313596dd8fbc1cf5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7a1de65cf67ea9768c5d59813a4558a2b7f6eea0' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '5d805fc9522d26bb09ea63de04fb9d951a11b8ef' }, index.h("ul", { key: '97aaa557086e3eba735ad65ff01f77dc685da55a' }, index.h("li", { key: '5bb545fc8d44843a23770a15542b9aa9ae5db678' }, index.h("span", { key: 'c26372a6eed2e59f1e80e3f4ae65a92dcc2f20e0' }, index.h("ifx-icon", { key: 'b899131bbc146ece50290e707a52e5c577d410b8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9e64a7be06e497f43fb8e27353e3c52989820f3a' }, "Option to enable and disable the search"))))), index.h("tr", { key: '12dbd10a64863c58495f675e4eb9fd138787c0f0' }, index.h("td", { key: '457e50b76e6e77ef71f3dbf6c538fea339a4216c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '87f4bf098503071f4d691d730b03e7b68daa5ba9', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-navigation-sidebar--development", size: "s", variant: "bold" }, "Sidebar")), index.h("td", { key: 'b20359e6e3f4cf29a1630417f282b4cec2e5eefb' }, index.h("ul", { key: '9ac5d0dfcb82d96c4fe09295ae3dd3f6f4d1a453' }, index.h("li", { key: '96db9ec3a594ab771efad9e7ca6531adbd74cc58' }, index.h("span", { key: '3913887c83a881b8da5a9944a680d735e3264e5f' }, index.h("ifx-icon", { key: '720e62183810f4c7e0d9a89662eaeca63311cd37', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e999e91c5c21aaa198a1612a2abf4c3ef6f28199' }, "Offers a configurable and collapsible panel that typically occupies the side of the screen, allowing users to access additional sections, or menus while maintaining the main content area")), index.h("li", { key: 'e91745365a0cc8d6677e8c8b049bae19f4b74f71' }, index.h("span", { key: '8d5e9cd6ce63bd4063a138c6fdc8d283a9db1f18' }, index.h("ifx-icon", { key: '96e2a7d551a89059b4ccb6eeb96ea7dedeaf4d1e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2f68377ce5dec85419112caac736483e14a9166f' }, "Adheres to web standards")))), index.h("td", { key: '7d26af0ece28ada4ffd17cd7be4284192a8b2c99' }, index.h("ul", { key: 'ad7567e43276e0d773f1fa141303a58712c38b9d' }, index.h("li", { key: 'bc836520101d988169fd0d35c6e3b2db4f121182' }, index.h("span", { key: '96e5b581a654cb302090b5ac328c91861a3c2058' }, index.h("ifx-icon", { key: '29d089a11e4b393f878176e98d9e507a5afe9f95', class: 'check__icon', icon: "check12" })), index.h("span", { key: '76807a45806fc9482e3894ab846b3bcf75fc967f' }, "Extended customization")), index.h("li", { key: 'b0933eadb90d0080795bacab9e26d21cdf17c596' }, index.h("span", { key: 'e7cbe81139b910ee56a4a37dbeb4683e66b05076' }, index.h("ifx-icon", { key: '758412192cc5f10c6bef8ff2411d620a60a9276a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '31a339b29012309275fcf49fbd60abef6432078b' }, "Multi-layer nestable items and menu")), index.h("li", { key: '34af34f74b39789c196aedc51775af81679d98cb' }, index.h("span", { key: 'eeae6d75d65fe1ad59cbfd5787fad3eb3458cf8e' }, index.h("ifx-icon", { key: '57276ec92476391756e001ea8a52c39e4119237f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f2d0c51f4292569a5db2567b7c903187dfadb299' }, "Initial collapse option")), index.h("li", { key: '2d78279739b0c4da656c76f7db0e5a214486dbdd' }, index.h("span", { key: 'b5319c4ac174c029d3b753a4f14c87a4db5261d4' }, index.h("ifx-icon", { key: '89f42fd040985c35cca1340d61e0d2dd3f587528', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e386dd7df0f596fa11b1ca89f6030a85987ee277' }, "Active and action item feature")), index.h("li", { key: '3c9f6cc7c86b89c579190856e7162437d7e1f96a' }, index.h("span", { key: '3b21a1056b32d169f7e6d867e25ad9597ece97d5' }, index.h("ifx-icon", { key: 'c88cc79575bc74be0092a9c8a37ef0c18245e560', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1e2c6763d8639f066a41f547082312c1b1b234b6' }, "Number indicator integration")), index.h("li", { key: '07ad3f304968fc0716f542700d25c648f409077f' }, index.h("span", { key: 'e214322292342ae959e5feca395553a63d7c8e13' }, index.h("ifx-icon", { key: '74412cf34bf091ce6c9e2d46f59b896b3f7ba86e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6939eefdd02eb2f1dea1d4942c694dc9e40c6d64' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '64050d0276d02859725a7b014f401f628fd9c632' }, index.h("ul", { key: '06e760eba7a79db6b5e5495cf5aad970967f575e' }, index.h("li", { key: 'e1d0df0532b976170168e4e8bbd0422a9cafc0b6' }, index.h("span", { key: 'b7a577602f99ab16d0fa81939acfc58493cb9825' }, index.h("ifx-icon", { key: '48a2c25d921d97fe193b7d1fc39604d6cb2eb37e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bf83ded35818f348ced9c97c2e4c6d538ac2373f' }, "Removable Footer, Header and Logo")), index.h("li", { key: 'a70f291587969fea85d27445f6349710686a4bc2' }, index.h("span", { key: '3603f2e1ca6114423a99a535aee836794a59c59d' }, index.h("ifx-icon", { key: '7e69b718ea44065b032f5a9c2d00b47373a16ca4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3f663023bb95130366705cdf3dd022035fc34d84' }, "Removable and customizable Links"))))), index.h("tr", { key: '0b16e3f09c194a065fe4980e5a8ead287093a7b6' }, index.h("td", { key: '9640786bed51413188cad47478f31caeb1358089', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'a0c6ab9fb9507e686f894b1ff4091a3c96413aa2', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-slider--development", size: "s", variant: "bold" }, "Slider")), index.h("td", { key: '36be165d577756ac1f019a495584cc39e6595eb2' }, index.h("ul", { key: 'bb30769db429aaea9c8d4818b7f2a7728a4deb96' }, index.h("li", { key: '62f95587477344a573785d0468776b355ef183e6' }, index.h("span", { key: 'e304cecb5e97e64614b268272ffec6b4cc3943f9' }, index.h("ifx-icon", { key: '495ba0c350cc49ca4bac7a7442b25c74a528e686', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1179ad8cec70ca7033f6f8d504ce121c322e6d9b' }, "Provides an interactive and customizable input control for selecting a value within a defined range, often used for settings such as volume control, data selection, or numerical input")), index.h("li", { key: 'cbf355a13fe61b0616411acc34574ced63c70c29' }, index.h("span", { key: '2ce3302dd178f17096e76820e6f2d5e74ce77627' }, index.h("ifx-icon", { key: '79083246194878147243a4c1bd7e2d7cd04cebc9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '09e5c67f9dce2aebf539ba873cd78d1ef1ace25c' }, "Adheres to web standards")))), index.h("td", { key: 'dafc40b637b712940019ec34cd2cea6cc186ed50' }, index.h("ul", { key: 'ca5a7bb736cfe00fa081fc935ce358eb521bdbde' }, index.h("li", { key: '82dc358980e90322d8252d6e208eba490121a286' }, index.h("span", { key: '24bb4fd53defe5efd921e785eb9e7c426e582de1' }, index.h("ifx-icon", { key: '8d1398d08e63d0e3545bf7f462afb8b6be3d9fb2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '422742d92e00e8954243f24d96658ef64218c7fd' }, "Icon incorporated")), index.h("li", { key: 'd2ad78e5b8341234b7ef0010a2d51b39923072ae' }, index.h("span", { key: 'f5ae42396b4abce058ec3cf8b50b6b79e28aa348' }, index.h("ifx-icon", { key: '4e3f223503dca9ca609dbdb454a91a9e36a4e12b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '47899e5e8ff7b60a5ac42dc7283fe8d55b6f506d' }, "Percentage variant")), index.h("li", { key: 'e43d01a5c9f826bf7f0f8550359c5156fa2bd0e5' }, index.h("span", { key: '7e36b01f73b830b3ac9ff3230943b1816bb025c2' }, index.h("ifx-icon", { key: '99f11e373dfef19aee13bfa777e23542f0199a6f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '893a64840492f9f0053229b1744ebe8a2f567917' }, "Text variant")), index.h("li", { key: '9911264b7390c10be73b63312b9beeaf263a405a' }, index.h("span", { key: '4a09197b35247ab48906201331b4d26645669833' }, index.h("ifx-icon", { key: '872ef2633cd51fadb89e82df55ad953bda27471c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '815e99934eba63d0fe2cb85c9516eae16740a20c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '5193d43301d1986f467d5ed96570582929983c98' })), index.h("tr", { key: '27eb14e6435c70859b5e9de57369a31e686939ae' }, index.h("td", { key: 'd7944d8dae84ee371e92b0db14f49d42d4de6fe2', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '33d1fb29196334105e04d716374d97a7b3be72bb', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-spinner--development", size: "s", variant: "bold" }, "Spinner")), index.h("td", { key: 'f2877a6edab8cd7188c9d98ff22a3c0f49a19b25' }, index.h("ul", { key: '7caa7409deaf2e737bc03ee86dd46af5d180aeef' }, index.h("li", { key: '475fd212f3d7947db83a934ffac76468b92517bd' }, index.h("span", { key: 'b8a8e2db3af1c27364af6f5773341b2dedd5bd46' }, index.h("ifx-icon", { key: 'dee499dbbf20a82c88d1d5152785c0975abcd992', class: 'check__icon', icon: "check12" })), index.h("span", { key: '666aa04400867c3ea0fd48f629a5a1d8aae3a93f' }, "Offers a customizable and animated symbol that conveys to users that a task is in progress, typically used to signify loading content, data retrieval, or pending operations")), index.h("li", { key: '76a5c772f609d5a68ecfa163d155cc5570b5f0ad' }, index.h("span", { key: 'f62f43220ae43ef4bcbeaab45e367748b2eaa699' }, index.h("ifx-icon", { key: '6b736ccfdb1cee74afae63bdeae17df01721ff97', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1036e05378ff6893480ba869cf94f3add63627bc' }, "Adheres to web standards")))), index.h("td", { key: '1a87111caf85bdffc233d7ee41eaf38df26cb4f5' }, index.h("ul", { key: '872b0e34da8723fbc5f773ccf7f55a6253aa4ea3' }, index.h("li", { key: 'b8d9f8b2f189ff60b07b8e434086452af36e48fc' }, index.h("span", { key: 'af55828215c456d111e2b66f191cdf41c810a91b' }, index.h("ifx-icon", { key: '38b2207a4f105bf13cebaa6bb4a91b26177d2403', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cdcb8ceeb76c85911baf3bfe2957771df272ad56' }, "Brand variant")), index.h("li", { key: '56a8e843e67dab123a84c8cbc38a064b4f493984' }, index.h("span", { key: 'a0f494f69ea5729ca48f9e6c8a700005324bf4a1' }, index.h("ifx-icon", { key: '2625e05e7f5a585f109b7e443179481f935e1e29', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f99278ddf8e96907620228942435101a26ab17c4' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd31224ebb7ae167814afcfc4ebcd6c9ff3bcc7cf' })), index.h("tr", { key: 'ead5f2e3ab01dcd9d5a08badc6a55a45520e29ae' }, index.h("td", { key: '0311faba3cadcb581b5cd86d379c0b4630cd306c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'ad21bb346fdd4d1d7886272cfd3a248c43d44cf1', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-status--development", size: "s", variant: "bold" }, "Status")), index.h("td", { key: '78b96650d6c765360daa2d118083d32f71fa6a75' }, index.h("ul", { key: '73959cc57f483d48103edc3bfd3863465abadac8' }, index.h("li", { key: '1f85512a4712ea331e095f63341a98c73c6e6b6f' }, index.h("span", { key: '2614bb1f16e19b77ef457344d0906944093df0e3' }, index.h("ifx-icon", { key: '65c40d6745a121a2bea258c1111cd16134a94a25', class: 'check__icon', icon: "check12" })), index.h("span", { key: '56c73e1bac7650529421f803430a0de95b65b303' }, "Provides a visual indicator for conveying the state, status, or condition of an item, process, or entity within a web application")))), index.h("td", { key: 'd2f6045f63760e635ee1e4c8717dc91fdb5c25bc' }, index.h("ul", { key: '7fd6e4794485910ed4f8c906eff344fd2eb068e6' }, index.h("li", { key: '0278b4860070f99403204d50dce77a54002f6e7f' }, index.h("span", { key: '28b30ca70976ff92e22891426dcb86544ff19f6a' }, index.h("ifx-icon", { key: 'a5c75bf154097f7f39fd4943f798b5bae78e1b5b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4b8e637bfe23fd831b65e95ae8cf24c4248aa701' }, "Ocean, Orange, Grey, Light-grey, Red, Green and Berry color variants")), index.h("li", { key: 'f0d0dfa7ce06bd460316d4082bbbad51bdc0fb63' }, index.h("span", { key: '61d6eaaed180f0b9469944a2435f3009c6ab776a' }, index.h("ifx-icon", { key: '2be5bac9e96f8cc6cb5effa0f3ad4a0a18e3d263', class: 'check__icon', icon: "check12" })), index.h("span", { key: '80b76571f49f1c17876e6e354933ccc1320c30b1' }, "Removable border")), index.h("li", { key: '554fb98db1c019f75835f01a33bdc409744a5674' }, index.h("span", { key: '74ad7affab3c8caf5ba8ff909ecffb96c97f3245' }, index.h("ifx-icon", { key: '94346b6d3cd9c25c8638a9f59d658e84740d6c13', class: 'check__icon', icon: "check12" })), index.h("span", { key: '05ba4abaa73adf6a93077c0c3981c8235d7921b0' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c895df22b823d1ae7ddead15603b9ebb81f5a21a' })), index.h("tr", { key: '0bd38bd7d9ddbd1b96ff65cd38a7055e92f8c44a' }, index.h("td", { key: '880b498142ad576b9bbbea9b5e492e26f3daa41a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0be1f9b06185148dbef17ad9e7004caa8b65d81d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-stepper--development", size: "s", variant: "bold" }, "Stepper")), index.h("td", { key: '256e36e8f6ec65e664d325b46ef4fd137d5cb203' }, index.h("ul", { key: '2e5a86ce158a6a91b7796340c90629a56ca894c9' }, index.h("li", { key: '538f2d71a914ff6ff5753a34dd66082864c22e71' }, index.h("span", { key: 'f36a4fbdedb92d3bcc82d4ddd3f31ef34352e073' }, index.h("ifx-icon", { key: '87bd14994aa0490686894efa6c0245e2d7e96a61', class: 'check__icon', icon: "check12" })), index.h("span", { key: '89217f3eda803752945bbad991524bb9dd47744f' }, "Offers a customizable and intuitive control that allows users to navigate through sequential steps")), index.h("li", { key: '7c4a8d1727731bff22db39bcef5108da9e736950' }, index.h("span", { key: '2925314b267a6012f84acc5c85b3afaeced6c9bb' }, index.h("ifx-icon", { key: 'dcf6d5f768371e23fb755659ffba924dd5f14c5c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8f77a72bb620aa1e7e51c97fc9c356266e331b55' }, "Default and Compact variants")), index.h("li", { key: '26ec50c7cd325259d2bc46ed47195930c30b4131' }, index.h("span", { key: '3925e37868f2fee42baa984f1e551a4948f04beb' }, index.h("ifx-icon", { key: '27afb4f8e908c6d1b7dd49e1e0500de173fe542c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '37ab1386ed657d5ef1a2c37903724fb402cbbcac' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b52588da28e80add8ea5c1e24e108e36112cd825' }, index.h("ul", { key: '692c8c4eb54b15103aa776aa4408351e2c251fe5' }, index.h("li", { key: '450ca66ac9ba7070b3c9a1d0bb0ef74d52be9158' }, index.h("span", { key: 'b1cae7ef4895c43a845755d9c1e6c5750d903b58' }, index.h("ifx-icon", { key: '67f2b963e01324b6cfb2e28cae2def62be85dad5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd919bbeae361a4fef4dfc9defdf43741b737cc52' }, "Vertical variant")))), index.h("td", { key: '5c2d4c727297bfc9a96c1e749a6c8d89d7ecf940' })), index.h("tr", { key: 'c6225443b4bc1147b3fbeee9cf9fee9f6c52e119' }, index.h("td", { key: '030e55b591504c48bcc2187815abe5120886787a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '171fe6710cb488a8583efe2dde01141d8b8536f2', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-switch--development", size: "s", variant: "bold" }, "Switch")), index.h("td", { key: 'f6124e8169cb851f302181cbaaba216bb464a9d5' }, index.h("ul", { key: '1bb54e5e55c2445c1ce4b9b1dada41134b03f335' }, index.h("li", { key: '4cfd9a4b0444ccf473226ecbcee7049dff07e061' }, index.h("span", { key: '8b4bc02e01c7140ffd6401b9d72fd82911fd7d68' }, index.h("ifx-icon", { key: '3523102bb665afda9726d422028fe1061a961560', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1673eae9f5078a8d828c2f198c735d69f280e3db' }, "Provides an interactive and customizable interface for toggling between two states, typically representing an on/off or active/inactive status within a web application")), index.h("li", { key: 'db835a70a037b91653952bde97e8d432a6649470' }, index.h("span", { key: '43a4d310caf85ea1678d689e54a5955228d48098' }, index.h("ifx-icon", { key: 'becd748eedb07232562dfedb4f7f2554229dc0ad', class: 'check__icon', icon: "check12" })), index.h("span", { key: '29544bca48351ed03491282838abf58aa89d9ca8' }, "Adheres to web standards")))), index.h("td", { key: '6d588ab53ac96a164f6c25ef992f41015ccb3e45' }, index.h("ul", { key: '8fb26bacacff4a46b798ef36bc6a776b1b040627' }, index.h("li", { key: '7c712d1cd20510ed10b8ec22d484f22befc4b2ff' }, index.h("span", { key: 'c7a513018f5b857d71c8fc4774d87f7f66ae51dc' }, index.h("ifx-icon", { key: 'b0d41ac5690fcb124e006df83c031bc72a4ba5e3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7a9bf2ad0462b86348fc199d41e19a95790fd234' }, "Incorporated label feature")), index.h("li", { key: '590dde1603f7805f8b55a3ab23740323e558aab9' }, index.h("span", { key: '75e761bde2ac25bd09c8e81885b9759442116423' }, index.h("ifx-icon", { key: '3d689da9e0b7a8cbfa39e34d68427a9af289c717', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c3178a28fb7a556c1433b94369cea190aa45a5b2' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c1a78bf34d9fdb19853b591d3747e2aec5e803a0' })), index.h("tr", { key: '7bb37a4dfdb07c412457d6ed8974cb6bffc83890' }, index.h("td", { key: '4d050625890d05b02aaf2f2c679cc524710b9957', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8ff534eaaa216d0c810380300d3f142dab4f781b', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-table-basic--development", size: "s", variant: "bold" }, "Basic Table")), index.h("td", { key: '98be896bb3e2c913bbf3040168b1508e6996e046' }, index.h("ul", { key: '3caa61ea4df08f404ddd686c774af74b67ad2f89' }, index.h("li", { key: '674561354f03c90addea489309f9faf9f09ca64d' }, index.h("span", { key: 'f91ea795aacb401d6de3eb5d5dd471daf71e1aad' }, index.h("ifx-icon", { key: 'cfe8e298548778777792d58582f6122d78bb4a79', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6574030859eda7346ccf35796d02d5e9cec1d917' }, "Offers essential functionality for organizing data into rows and columns, allowing users to view, sort, and interact with structured information efficiently")), index.h("li", { key: 'bd9d8dfd13c338fc59c0834ea2ceaf1c7d822cbc' }, index.h("span", { key: '76d8a6188e63ffd02c05fb1f4d422d135310c846' }, index.h("ifx-icon", { key: '1a53d29366e54086c97e2896cc2d88287cc23f49', class: 'check__icon', icon: "check12" })), index.h("span", { key: '858446164f53d818ee4b6b3d11f642cfd9d8384a' }, "Includes basic features such as column sorting")))), index.h("td", { key: 'e112b00573e333b432fd2e78a2c440de1562cb36' }, index.h("ul", { key: '536186a0876a306129bdeec5d78e9d89cb0bfeeb' }, index.h("li", { key: '6abb7a85661d621998f0012498ed2d29471e63ad' }, index.h("span", { key: '0690c84fa6cc5ac058f7d22e406cd35453115df3' }, index.h("ifx-icon", { key: 'c2be19d87fdfeb4cd9b838128816efc30989276d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '99b23424ecf843740381fe997574762de11293ba' }, "Compact and Default variant")), index.h("li", { key: '753f716f42e0f412197ccf6d45eea45e07bd792f' }, index.h("span", { key: '9c89a5bf23b2be35969b1a133a4f4675498cc857' }, index.h("ifx-icon", { key: '69fffacd75bf6c57a0cc0897c68447c81dcf825d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c5056442616596c9584106fb868c6a89c447912c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2d96fff1896b4e76fd1d21a5bf2bfcd8fb6cc293' })), index.h("tr", { key: 'ec2ef01a84d9f58d7149de3bfe511b80e27b5a3f' }, index.h("td", { key: '5c6a60b31d9b0a0aec20f177e7ebecc3bc7d9759', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9bbc0a559270b9a3884d15a29e3e987b8904b921', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-table-advanced--development", size: "s", variant: "bold" }, "Advanced Table")), index.h("td", { key: 'ac4735101d2473ab3e520c8f3cc3635ed091d517' }, index.h("ul", { key: 'f15c9d926af80fa15ca35333ee800f3226f27f0e' }, index.h("li", { key: 'fd34f848faafed53c9a026c77404c1ddf56c600e' }, index.h("span", { key: '79652bd86f94a21dc7a58755f90a5041c3bbc1c1' }, index.h("ifx-icon", { key: '16609b0e4d53cd3258dbee4eab8ac0fe22248a31', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e72d3d5e193dbb534e9ed6d36f10124d399335e7' }, "Pagination")), index.h("li", { key: '370d55fecc73cd778b5d4da9cb38a07748f4eb94' }, index.h("span", { key: 'f6303a14a3168aed05bfc71e4ea6bc991fbae1af' }, index.h("ifx-icon", { key: '24b385d06cdc0dd846cf32401ba950a49ba5444b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7546d3e8f9383bce9d05535625df7aed2f4c3b5d' }, "Sidebar filter")), index.h("li", { key: 'e426a04a31536854d848a66b2fc5353a3671f762' }, index.h("span", { key: 'd2101a875913138b16295a96bc8232d6164c0c8b' }, index.h("ifx-icon", { key: '6b4c05f571eef4d18ef71c2a8fd6ca2fe7a40348', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c228fffe98c5155ebb6990aa407a19ff9a1ad794' }, "Topbar filter")), index.h("li", { key: '151e95630e7df5327173ee3e2dc43939d4988526' }, index.h("span", { key: 'e3bea51facdbbb9d1a18ea38bbae707314fa7906' }, index.h("ifx-icon", { key: '38460f4db690248a1571b9d04a69443c8be35a53', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c11a18c05f1f79e4716a3914878a28b20b4f1bf1' }, "Nestable buttons")))), index.h("td", { key: '2619fc80f9171f9a44a373026fdd3e7aabb87872' }), index.h("td", { key: '5306dd72dc6ede8986e478151541561111820a51' })), index.h("tr", { key: '28993dd316eabc8b698f9aaf443926d8b2c988b7' }, index.h("td", { key: 'ce35bad33cf0750f477c5d30a9ca5b385199f991', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '3b634813f7f96f8dfb590e57479716a827f08946', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-tabs--development", size: "s", variant: "bold" }, "Tabs")), index.h("td", { key: 'e82ecebc44c931620028e2c090236e9d1743280a' }, index.h("ul", { key: 'd2585e529ed3e13b64524de1eeb96775becc02d5' }, index.h("li", { key: 'c9b3736cd901d142e5a124052b366809f51f2ad2' }, index.h("span", { key: 'fc1684c651fd003f3493c2c99c716cb98d4e2694' }, index.h("ifx-icon", { key: '3ad1a0c1b9bd947bf57c616775aa8178a11211d4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '423390fb929074112101a328a7c30cc16126b2cc' }, "Offers a customizable and interactive layout that allows users to switch between different content panels, typically used for organizing related information or functional sections")), index.h("li", { key: '1d197a4a2135e4d90c079877bda5f13da719c3c3' }, index.h("span", { key: 'f7a1685b35cb4e5816e1127c0fbbdd97b272d220' }, index.h("ifx-icon", { key: '42b5b3d069a73d3eab8c99ea07f4f11dc67e3b0e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '11bcd9ad80b3638d4c9b4da99d871930e693beeb' }, "Adheres to web standards")))), index.h("td", { key: '81d03e4475f1d14602d0050cdad6091d16b60dd1' }, index.h("ul", { key: 'c46847e7d13b164d260261e6714f5052ec5543d5' }, index.h("li", { key: '97783acbfff2668208e1298f6d1ab7f2d4a54eff' }, index.h("span", { key: '89f9497237447c3eedd8656f4d0509ac2c2822cc' }, index.h("ifx-icon", { key: '78a72741da482d36201180035f5b397d488be17a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e51237eecdfa4244de600e0d292de490c7a3f5cf' }, "Horizontal and Vertical orientation")), index.h("li", { key: '6923ec5634b2576c789d50ee745b0cbfa81fbb58' }, index.h("span", { key: '2c930bcd7bf400fb09888d0c43d27e76fd233b27' }, index.h("ifx-icon", { key: 'd5b12d7c98361bcd5b9912d1a7d0d8eb919b3827', class: 'check__icon', icon: "check12" })), index.h("span", { key: '696a851a9ad82015ce66d3380315af30fa59c25f' }, "Extended customization")), index.h("li", { key: 'bdd565c2d8ab23913dc26cbef7c189d5fb91d945' }, index.h("span", { key: 'fd81c95bbac5f5371156ab7a44c7f560e210471c' }, index.h("ifx-icon", { key: '3953b31e90ed684f12e368875cda9922e7f62e4a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '19cb83c91b48477b336bea81858ad91d07c59012' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '4b3794a9e1dd61115c89270cd458c39a6e8c6ee9' })), index.h("tr", { key: '7deb82d435b44d77da39cfcb57ee1deee638fd73' }, index.h("td", { key: '4adaeb6abb7352c4c4a8114ac05453e99e7a1af8', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8ac9e3cbe8628ae334413da919707b57abc5f7a2', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-tag--development", size: "s", variant: "bold" }, "Tag")), index.h("td", { key: '638c9ae0a144de252143a941cb4ad5e3be1e830f' }, index.h("ul", { key: '51deca74d116e59a8c05117a1a5c06edbe87d559' }, index.h("li", { key: '047db1420957c0956d39f59841d0a074abfabace' }, index.h("span", { key: 'e8fb8efc3cc38c0353597d8ec7cbd4f640565df0' }, index.h("ifx-icon", { key: 'c6d748e5be7ab06b3aeeeca4fcf5e00b41442c39', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e66db376974c13e3c6253f87a8cc1f8627a2d963' }, "Offers a customizable and stylized marker that allows users to quickly identify and associate specific items or content with descriptive labels or categories")))), index.h("td", { key: 'a7fef143a6382313a256661a6f687003b37e7dde' }, index.h("ul", { key: 'c112d3533da2c1120050b44143eae111ee437c5c' }, index.h("li", { key: '9513a3b39b56fd31693a65749b0f0aa2ac5e2aaa' }, index.h("span", { key: 'f9a2fac06397d3a1f7668f8519f5fa819cbef0fe' }, index.h("ifx-icon", { key: '4cbec999df87951f37cca83d449b43292a0e94bc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1993e486a5a4e7e7c43eddcda9e4ff5711a3245d' }, "Icon incorporated")), index.h("li", { key: '02e06f84954390d2a38b7d03ae8e060e0c9a403e' }, index.h("span", { key: '72026bdf5228a33bd7baa4a8495767bd03406e34' }, index.h("ifx-icon", { key: '1cb8471b5d08042eaae787f78c24f29e889b9eb4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c508eb1d63d1c4d108fe8ceab58b0c0d4372dc87' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0ec02891636ee3a364d463ce38e3a308769c620e' })), index.h("tr", { key: '9e3e748bbbccba9acedcdf43a6d6799752625cd0' }, index.h("td", { key: '5c129ef35c3402123fbf03069f49bb6380c35b7c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7c7706f4b0829428e51af85218f2c7ae89966086', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-text-field--development", size: "s", variant: "bold" }, "Text Field")), index.h("td", { key: 'b4ded3dd01ba0ceeeb3349e9cd8ff836012ddf89' }, index.h("ul", { key: 'cdc7f039a2d727548796318f4b026c4bda1225d6' }, index.h("li", { key: '3c06014996206e4d16a662f1a5482a37dad71404' }, index.h("span", { key: '5146adecfaad61c04485b425af836c7e6e5f8754' }, index.h("ifx-icon", { key: 'd0a7c1626c9dd8bb4a37ba545aa38f29fdeb6c03', class: 'check__icon', icon: "check12" })), index.h("span", { key: '24adc1b318c762f2681959c20fe0429d3693401f' }, "Offers a customizable and accessible interface that allows users to input and modify text, facilitating various data entry and form submission tasks")), index.h("li", { key: 'd4485858ff4769c0ad323a66cb8058f183bb7991' }, index.h("span", { key: 'e72b9efab3cbf3c76186df3a8b378721ef95a347' }, index.h("ifx-icon", { key: '9427b48de2a1e4be7d3d1454b703cd6076c56a97', class: 'check__icon', icon: "check12" })), index.h("span", { key: '298aa2823881713d16d27ceb7879ceb20b61ed24' }, "Adheres to web standards")))), index.h("td", { key: '639401c681fc575fd1d4fb8d05e3f8645e13c7a8' }, index.h("ul", { key: 'cb672d7e5a821c88db64465eb50d4f4d5dfc4551' }, index.h("li", { key: '82484f24c26cb07a0f6f0620f1912f806f1c9ab8' }, index.h("span", { key: 'e2c757c2a1a202ccedfba660546390eea21237a5' }, index.h("ifx-icon", { key: '1935672993c37be6c996482b6e5f2320a17edc75', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8876659fa5a5bba5d2b0b059229ab21209b41051' }, "Extended customization")), index.h("li", { key: 'bd8e401c10de7d7c2fd7f93d3b3e11598da791e5' }, index.h("span", { key: '96938b475fa6465ebf7bb146c3cecbfeed86ad62' }, index.h("ifx-icon", { key: '2052929ce16b43852949845c1f342e7206c17c71', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bfab3b113540bcd443c970d83f07b250a71b1999' }, "Possibility for icon configuration")), index.h("li", { key: '733c597444e588671f467ca65652acef9daac04f' }, index.h("span", { key: '7a9feef1106bf615d50182e19a7c522c50dcd031' }, index.h("ifx-icon", { key: '88808bc5be8724458b62223bbd7910eadda29b70', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bebb762b4c691886ff09118d263bea13e502c67a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f9285a8a3f765bf7ca9f0dfde19c2d278488bd9d' }, index.h("ul", { key: 'f0fe3a47f4096c38bff48809e7b6e39512412433' }, index.h("li", { key: '6015e05aef3d67e09f8432c4688c0074f3b1080b' }, index.h("span", { key: 'a458010647ba994a87f75178ad2ca0b5b32389e7' }, index.h("ifx-icon", { key: '6902054bde46c2b917ad6189f2e0e2ff3cd3261b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7d81c75efbd79d2adfc92d7c5878392cf67253d3' }, "Form integration"))))), index.h("tr", { key: '594dd71a08bee563687c60c3d7f7c739ba377e21' }, index.h("td", { key: 'ae01ae298b333c60e74361b338cd52352cdbcb96', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'b19b7c8bb06a21dc0b6eab7f236208ec99b47d37', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-tooltip--development", size: "s", variant: "bold" }, "Tooltip")), index.h("td", { key: 'c51aa4874d8353082870243f02f56f1a99646c36' }, index.h("ul", { key: 'b2f24b41951a573335da4abd8530325e7a871477' }, index.h("li", { key: '60596a17e5af3f2f84de121ad322d4bf8e793f69' }, index.h("span", { key: 'ff7214224e7cb29ea884d2bc6b5aa884d5599abd' }, index.h("ifx-icon", { key: '5d0282e4e02c351a14179342b7edc14b6c02bbd9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fa7ec9a3b8da6acf74a8036cc3770ef6b03aeeee' }, "Provides a simple and informative interface for displaying supplementary text or contextual information when users interact with specific elements within a web application")), index.h("li", { key: 'd6f9310690093ffb9ea7fb80dee7577070d57063' }, index.h("span", { key: '2f4847f8f5e6b8911a8c34e1d55bc78c45773eed' }, index.h("ifx-icon", { key: '88c5756b97cd19236d627544231d7affa6c4cb16', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd6d33b9cc220e1d94b77eb7f6be8dbe3761cb25c' }, "Adheres to web standards")))), index.h("td", { key: 'a5ae4d13ebc706e0534112fe08a74024438cf114' }, index.h("ul", { key: 'fa1ecace2641f777278e7b6ae52d36f4ffe0532c' }, index.h("li", { key: '399baf22ae2f1a4702e2b38b511de11ce8a7bcba' }, index.h("span", { key: '517d110a5b33c58e1af852581e2f4107bf8ee299' }, index.h("ifx-icon", { key: '9aa920f4178cd7f1b83be08717924746b683b760', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9db0342549a618344c871d3d918130c3ec70a697' }, "Compact, dismissible and Extended variants")), index.h("li", { key: '3f5dc52e653f3f8507d7fecf003a92d75bee6d6c' }, index.h("span", { key: '692ca5f094677bd810216df35741270201341465' }, index.h("ifx-icon", { key: '086f57242ed4c1c40079c0735315426b295e3b34', class: 'check__icon', icon: "check12" })), index.h("span", { key: '99dbacc6d925707c997ced5ca933f35e695d6daf' }, "Auto-adjusting position")), index.h("li", { key: '7fb9a82325635e0ae39cf0311790721e380cc2d0' }, index.h("span", { key: 'dcece30cd17df6cfeec32884e43a051dc9df070c' }, index.h("ifx-icon", { key: '4df349fbc60cfb3bc6ab48ff0ef6d94d9b2c3327', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1b6a40decf920fc9483105f87247abe0b8bed768' }, "Icon incorporated")), index.h("li", { key: '4bab81a7511b2b80503a8484a522ca63c4e89c4f' }, index.h("span", { key: '31303d7e5b51afa9c6783cf2d9ba30c463a845a7' }, index.h("ifx-icon", { key: 'ac0c85c0fe667093ebcbe0cf8258abfa40f48aa4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5578af07c62225dbfce6ce281f254918ad896342' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '90e7c05b7f7f81206f0ce3abd881135468b1a602' })), index.h("tr", { key: '2d907f1d4a86c53f3c3c971e32320c115b0ba299' }, index.h("td", { key: '639a02aa9efcd7a5d9463a0c9fcade8f543fe1e1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '673577a60376edeaec3997d3cc1872f9c01f021d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-notification--development", size: "s", variant: "bold" }, "Notification")), index.h("td", { key: '325966e3f9363dbde31bd8f73c5285a64351effb' }, index.h("ul", { key: 'd3343f18ab579f70de6b31044a9df5a5d6880171' }, index.h("li", { key: '3626a831f48357ee5c7d0e0965de8515930100d5' }, index.h("span", { key: '6cf42139f65c76b0006e84ee6664dcff490284f2' }, index.h("ifx-icon", { key: '4c72c6bd339ef2c61596d02f163d65b01dd6a6de', class: 'check__icon', icon: "check12" })), index.h("span", { key: '435e219cd9e8c4a588fd7f2d19d44ee23b07c4b6' }, "Offers a flexible and visually distinct container for presenting informative, warning, or error messages to users, enhancing the overall user experience with timely and relevant feedback")), index.h("li", { key: '51c5d311b0056ee3513d16000454b46873d3bb0a' }, index.h("span", { key: '3281e26fe7df7a2a398d09de30cb2c88aaa97a47' }, index.h("ifx-icon", { key: '11c4f2d01f29ffaf7ccc96a49dc9bba424f7c530', class: 'check__icon', icon: "check12" })), index.h("span", { key: '38e1ec4ba102165e2b4582485574c32cac6f8bf9' }, "Adheres to web standards")))), index.h("td", { key: '4e7ee5cd0c528348e52901214b92819422af8e85' }), index.h("td", { key: 'dd85d4144e744b05fd1066744409e31bf33440f0' })), index.h("tr", { key: '94eb03015e7e43184db94985a0d16b04b6b13036' }, index.h("td", { key: 'e8bcfe7dd0d5a03f50d00ebedb080c119e6c5c9b', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '712000ca37fdd25c159fe92cc568047ce8bce341', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-content-switcher--development", size: "s", variant: "bold" }, "Content Switcher")), index.h("td", { key: 'ce0a073736cec07b819894a8c90f80c75275f307' }, index.h("ul", { key: '95851f1e877569ef4badd93b685e43c0b7a60c2a' }, index.h("li", { key: '11c8b74bfcc301f2a5a17e2c09f8628f118c85d4' }, index.h("span", { key: '4955fd30b70101ed0547d6f749f0a0a24a68f31f' }, index.h("ifx-icon", { key: 'db90d5dc20b544ba3a2ca6dd42b08c358c541172', class: 'check__icon', icon: "check12" })), index.h("span", { key: '824712d51e9ce22bb2be11aecdd4b523030da36a' }, "Provides a flexible and intuitive interface for dynamically switching between different content sections or views within a web application")), index.h("li", { key: '7665f2f05c5ee6549e2ff36263fd26cab6b2ecf6' }, index.h("span", { key: '13a73dd4f58083af918ea51e61c0f817ec86393d' }, index.h("ifx-icon", { key: '73a6495e999453ab7f2132c9a77c0290d48eeaad', class: 'check__icon', icon: "check12" })), index.h("span", { key: '35e21baab1ee556df9d8f02433c40f978b4179b8' }, "Offers a customizable mechanism for users to toggle and display diverse content panels, facilitating seamless navigation and interaction with varying information or functional contexts")), index.h("li", { key: '7cdd4b988bf566d7da37cb80729f08839da5a295' }, index.h("span", { key: '0e5f04feb0090341556d98680daf8e9059fea39c' }, index.h("ifx-icon", { key: '3ae093e8bfd46560904aab9dbbc7936f06e2c153', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dd622e7266dc28cea856c59bd87a1f9ce0bf22a5' }, "Adheres to web standards")))), index.h("td", { key: '21be26840d1e6cdd0946a4adbe13eafddc02638b' }), index.h("td", { key: '941a67e5c7bd0819080ddc37274efed1e7141b91' })), index.h("tr", { key: 'edcd0b7a7d60784430debbea5b8a37fa1eecc381' }, index.h("td", { key: '43aeda0a50173fa76588ec092e04052e95c78864', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '474e409bfea3b43d50eb094a0df096ee20e67c77', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-segmented-control--development", size: "s", variant: "bold" }, "Segmented Control")), index.h("td", { key: 'f09c4f24cca74dee36bb07f103272d65dad5b7f0' }, index.h("ul", { key: 'cf2faeb646298eb3a937a3a7714e94c7a5a001fb' }, index.h("li", { key: '7356207aba8229aa038603f9f172c6a1b7783754' }, index.h("span", { key: '98b0a83dc9474c04b5c90894241033ea0f606472' }, index.h("ifx-icon", { key: 'f927a4fecbdb6a0d1068261bbcf0c9b97627ce30', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6c18d697a1d38d5aa4863a23c1df106da747804c' }, "Provides a clear and interactive interface for users to make mutually exclusive selections among multiple options within a web application")), index.h("li", { key: '9b9c682d37c0e9efac81b5044274029e9a69fb38' }, index.h("span", { key: '4fb1009d19fb8157e7a814affe69f0337d925e7c' }, index.h("ifx-icon", { key: 'b78ba9ef29da12bd74aa0b6ea002f48cc939e6ec', class: 'check__icon', icon: "check12" })), index.h("span", { key: '06f53119e0f03dd7ad5f303bf51ee6ca84a6a4bb' }, "Offers a customizable set of segmented buttons or tabs, allowing users to toggle between different choices or views, typically used for filtering, categorization, or navigation purposes")), index.h("li", { key: '7b412dfa370306fd44ac822fd52f89cb01e0663b' }, index.h("span", { key: '8bec06fb87478efc47fdcceac2f78f80c7274297' }, index.h("ifx-icon", { key: 'f7ea20e98594669eb5fa243bb4c6264a90920369', class: 'check__icon', icon: "check12" })), index.h("span", { key: '47d55f15558fe445a34e4e9f542de9547a066aa2' }, "Adheres to web standards")))), index.h("td", { key: '35712d605cdeb36aa1c520e74f5a9e702788be37' }), index.h("td", { key: 'd2838bad05f99d41d2d18fc9d5de6167b8c14384' })), index.h("tr", { key: 'e920065b9118aec6cd3f02ef328e55ec3316164a' }, index.h("td", { key: '26c9d459553337397d851e273ce08f3900561c4e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9faa7e711754e8f2e818a8499b1e72dc9cfa04b1', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-segmented-controls--development", size: "s", variant: "bold" }, "Textarea")), index.h("td", { key: '281ddf1ab6c7218d63ba7cd3ef9632a223e9f5cc' }, index.h("ul", { key: '74328408dfa6121b00b449ce04c9368841f642bc' }, index.h("li", { key: 'fbc2771eca41b01363d56ec0cd0699c8aef73e21' }, index.h("span", { key: '970125cb3b375d1ac221f601013cc38122708a48' }, index.h("ifx-icon", { key: 'd048e97ba534a8dc627d42e958c0786733835df2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f19ff879fce8a36144d9fc792a661fdcf00612ec' }, "Provides a customizable multi-line text input interface, enabling users to input, edit, and view large amounts of text, while adhering to web standards for accessibility and usability.")), index.h("li", { key: '94ec253422332db71e275707d272b94e8794cc13' }, index.h("span", { key: 'be93a877985ed0002d00b0a2d6db1fb120f3c5a9' }, index.h("ifx-icon", { key: '2d243ee9c5ef5ecf5d1c6f60709585b85e4a04fd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '015dd79ee0ecf209b5898a3dcab1624df6f5204f' }, "Form integration")))), index.h("td", { key: 'c759a92b761fdd164216e148ab93ecd18b685de8' }), index.h("td", { key: '76369690ccebe44fe4de0feeaec4c899407b38fd' })), index.h("tr", { key: '4e76c1cc70b0c092e3047da4e0ed021ae11cfc09' }, index.h("td", { key: '5911307a6c22e28e63651c215ebcb43d2e8c3407', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'd1779a2f7b3d0a90794a30dd31402ce0d9beeb64', href: "", size: "s", variant: "bold" }, "Card Group")), index.h("td", { key: 'a530d3cec1d5ed3624ca6235845b9568a443b031' }, index.h("ul", { key: '2635ba22858219e525ea33bf4d27442cb72b065f' }, index.h("li", { key: '2151e1c1fa5686c343f002acc33dcabcc3823014', class: "planned__component-wrapper" }, index.h("span", { key: '31b2a002407a8a7203cb7edb5e860079c8d50530' }, index.h("ifx-icon", { key: '010bdf79637e90114bb8cdf9604ce876dec3c7cf', class: "planned__icon", icon: "clock24" })), index.h("span", { key: 'f23fa62cd7c965fe97c9fa2d64639926b2708b01' }, "On Hold")))), index.h("td", { key: 'a573db14579be40dd3dcc4949abd24e499cc86dd' }), index.h("td", { key: '1c07bfa238cae1308d8f33620e08ac644e1cdc44' })), index.h("tr", { key: 'bb63b1bf0d82799ed5742a782086a0e722fc0315' }, index.h("td", { key: '7c3e0e454619c56876247bab138c67098cf50b33', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'eb2fb476a6dc990000ab4d62ddc94f814edef982', href: "", size: "s", variant: "bold" }, "Upload")), index.h("td", { key: 'b620cda7b4c4e16816d850b3d590209abbec29b8' }, index.h("ul", { key: '9500db182fa5b12086afdab761ebb068fcb6d0e7' }, index.h("li", { key: '65feb684f0d18d830b2aa1d9784a0aa537dc4521', class: "planned__component-wrapper" }, index.h("span", { key: '1e90a76d5793be9cdeaaf64894411ffca5172a64' }, index.h("ifx-icon", { key: '6ec66ba93d4ce1c11d42ddbb39ddaff003b227f1', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '5d269f01d8676269c3a65ecb55ad408c37b10ef3' }, "In Progress")))), index.h("td", { key: '486bea8ed7c5476eb81ddc54dfd4415cadcc4d55' }), index.h("td", { key: '12f0452e5962cb20f2ab1eed0f191b4db8dd1681' })), index.h("tr", { key: '684539d330e1b47c5ae040ee95492abf0d955893' }, index.h("td", { key: '9b6a2b94e62e68bf243bebf78d4cb67639d532f2', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '98f168ab97d678e4cde535418e691767f10b40c9', href: "", size: "s", variant: "bold" }, "Tree View")), index.h("td", { key: '3a5bf65543c7eba63c239296877b12912071c964' }, index.h("ul", { key: '27aa577d94e9dff4a5f0ff4c582c3fcf837e6711' }, index.h("li", { key: '47b8742bfca6f2241f0e039fcc30c2ab1c17dc48', class: "planned__component-wrapper" }, index.h("span", { key: '3bc559329d1be175fcbf4c3f4dfe46307654eca6' }, index.h("ifx-icon", { key: '63c7187341332484bd29820de79d076ba9dc327c', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: 'e52af8f2757bef605dee6e24def0fd559b02b6e1' }, "In Progress")))), index.h("td", { key: '59a01018836f0d72e89aa920173959af0cab26b6' }), index.h("td", { key: 'f02a0b785cc92c3e796f6146f820aede09febd39' })), index.h("tr", { key: 'f079dfb52646b2ffead3d8693e44f4bffcb66161' }, index.h("td", { key: '2e9aea2e08bf5a5ed070ed9cdfb4b237fb1efcbf', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'd3ca6ec81491a0510b56480cb4e43e472d53ff5c', href: "", size: "s", variant: "bold" }, "Popover")), index.h("td", { key: '8f1f58114930058217f7325dc80d71680bce6133' }, index.h("ul", { key: 'd62260a70bcc0f06fc3ca8b40bc96ad9605bc00e' }, index.h("li", { key: '282d1b21726e45ee56a8d2d58657c87d1d6d3e52', class: "planned__component-wrapper" }, index.h("span", { key: '6a62841eea9617edbd663e6871b6eaed4ad0bf26' }, index.h("ifx-icon", { key: '88637171a026eb6c10a177084d764aa554f5527d', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: 'a200dad83524b9c09b7ea1dff3eef690b9c99671' }, "In Progress")))), index.h("td", { key: '632a4879645a6a752e0341391c78bad2003105bf' }), index.h("td", { key: 'b031da3c35bd85b24e7257d063bc8ca8e0f6a7e5' }))))))));
|
56
|
+
return (index.h("div", { key: 'f201576d3fd51d3b0d714a61796b6dc91947706c', class: 'container' }, index.h("header", { key: 'b846cee37aa333193aaaa9ac6870cc43a466dae7', class: 'header' }, index.h("div", { key: '753bb36a852ae41cfe01d0dd413fd020e3b5b616', class: "header__info-wrapper" }, index.h("div", { key: 'ff7d1b3931f5ac16bf4c5f8bd644ee8769f0d43e', class: "title" }, "DDS Components Overview"), index.h("div", { key: 'fc6d8000ee858b96a02d99014a9f2186afe8c39e', class: "infoboard__wrapper" }, index.h("div", { key: '495671879681ae19e6d4bb57d4dd1975cbbfa3f9', class: "basic__info" }, index.h("div", { key: 'c29909c3beddb824de1dfc5e766b969be6aad8c5' }, "Total Number:"), index.h("div", { key: '192cdfc36066d4f8108b79c339132940ab9d40f2' }, index.h("ifx-number-indicator", { key: 'd60c4192d097f64d0abfe86c2afdd19405af2229', id: "number__indicator-total" }))), index.h("div", { key: '6b72e2ba98202eaabcef3589ca269f60c19d4d5d', class: "basic__info" }, index.h("div", { key: '45dd2261b9a986038404feb13cd781c801c24027' }, "Completed:"), index.h("div", { key: 'bc832cfe111638963ead973e475bca7eca13459a' }, index.h("ifx-number-indicator", { key: '6fde7ff79aa5fa04604041e1023c3db3195a9ed2', id: "number__indicator-completed" }))), index.h("div", { key: 'cdcf279b6bf170f369f90f7cd87cc3a848830061', class: "basic__info" }, index.h("div", { key: 'f21f4aaec288f4cad7476a816f7f51a4d7ec1e62' }, "In Progress:"), index.h("div", { key: '507f4f6486a09317039dd06d48528c7dde613153' }, index.h("ifx-number-indicator", { key: 'e1a05079eea3f0f943e4751e3a289bd0bb53f9c0', id: "number__indicator-planned" })))))), index.h("div", { key: '7b481348db5e4cf8194b019ea1b278c1e87fe72d', class: "view" }, index.h("div", { key: '6b1b10be24934f3705b31bcfd17fe30da3d07b60', class: "wrapper" }, index.h("table", { key: '4f53169026c3f19d6aa0f5d90b425665bc7ae521' }, index.h("thead", { key: 'd6e35a7310eeee9f3a147e5c8b806c3b0247505e' }, index.h("tr", { key: 'ae142b5aa2bbabc315d1f3ea4164905ba2927c43' }, index.h("th", { key: '6fc0c1a296fe285449df45ba22ba7ed7e0a2a6a4', class: "sticky-col second-col" }, "Component"), index.h("th", { key: 'e5f39953aeed9f9a83e8bee157cab91544e68276' }, index.h("div", { key: '8cd6c42769c13fc1765b3bc968dfb495430f39e2', class: "version__wrapper" }, index.h("span", { key: 'b024b9fb6a3d1dc1c4fc201cf513facb3b3232d4' }, "Version 1"))), index.h("th", { key: '12320eba2bbf2db54e811735d3cf7c056bb8e098' }, index.h("div", { key: '4ce30f4b2c20d60b413c172518b3d7b2b1afb5e5', class: "version__wrapper" }, index.h("span", { key: '77455c7a7bdb14b8a034b457da7d4e619e0ca7c1' }, "Version 2"))), index.h("th", { key: '3cbc2f1f4e8395424433fefe034324a5c5c7232d' }, "Version 3"))), index.h("tbody", { key: '4c074141f2329cdeee53a67c66887ab4c0487be8' }, index.h("tr", { key: '46c1c4f688c674bce47b9ee2b1e3373ecfeee30f' }, index.h("td", { key: '8cf4c3d78fbd8d107d1344836f534fa1fac919ee', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c1ac6a6008551b648793f808488d1ee321ebd86c', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-accordion--development", size: "s", variant: "bold" }, "Accordion")), index.h("td", { key: 'cd2814fe77c64330fb7b1f29b8b7071de18abd3e' }, index.h("ul", { key: '15f6d6bde3f209055dfd5d3faa44810ec2dc33e6' }, index.h("li", { key: '91c46003d82bd3b09334824b68a32ffe169a3076' }, index.h("span", { key: '6e86b37fef8b41046a07519d0a80b9f88d0e2261' }, index.h("ifx-icon", { key: 'd4f5461f2f717f937847eb54b25175caf269c135', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fd379c5d01c7e6dabade9d849d2a1ac434f9813a' }, "Includes essential functionality such as expand/collapse behavior and minimal customization options")), index.h("li", { key: '0e8b4c41b2cb9223e5def881d18a719ff01a0f80' }, index.h("span", { key: 'dc2972a00f1ad57c55db11c95ca29f2aa98fa02f' }, index.h("ifx-icon", { key: 'b34570e2c2e432eebaca48ae4c401eec204c0561', class: 'check__icon', icon: "check12" })), index.h("span", { key: '537797d799a0bec8ea307cea854146e6f3f91ee7' }, "Adheres to web standards")), index.h("li", { key: '608e12d015e4145c67d1b69a8b32bef8022298f0' }, index.h("span", { key: 'ca7cf6b05dbef07a8ccb8ac78bd264f0f5c54d03' }, index.h("ifx-icon", { key: 'd8c896bcae999bbada122269c9d039c0eb54bb7c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '768d8056c44aac6dd25c59f007482132e6d47a61' }, "Provides a simple and lightweight way to organize and display collapsible content")))), index.h("td", { key: '3fe455ca59e0a2d0b57a2340fe3f03f1e8b17b08' }, index.h("ul", { key: '3b4512c827108d29b4fcc020c5b27dd4364c9613' }, index.h("li", { key: 'd6b1d52e302a285e37e27778911d7ffd062f5e37' }, index.h("span", { key: '47cd720b4dc2036fc16798f54ef1f3be6b172c8f' }, index.h("ifx-icon", { key: '6fa5e9c984290ed1ba2c34f9ada46c216cf2c24a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '756fef5519d06a6dbce0a300d5048ed2f0a2d601' }, "Auto collapse feature")), index.h("li", { key: '2fff531dea6b4f5ec7593fd28a75203373b1a06e' }, index.h("span", { key: '4b32b039ea4459ef8c12a05c01fc2a959c850d8a' }, index.h("ifx-icon", { key: 'e404a35248b511276319cd9a387dbfe5c081b1c8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '02c3d506efca079201dfa01261dda24c09f6ef9d' }, "Initial collapse feature")), index.h("li", { key: 'e0764625158651698454345b0f7da8cdd8ea7fa6' }, index.h("span", { key: 'f261e709c47c239a6ca9db181fd05b9b1974dfa1' }, index.h("ifx-icon", { key: 'f2726dcb5ccba3ed0fbc6b203e3a3c1221a5f0bd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bad0d139b51958307ee2fd271050881bd3d9520e' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'dec3d56d4d1777fa8a0e5d4f567d5db3d6b8e79a' })), index.h("tr", { key: 'ca2eb3f183b3000a9e279936a66b3d35caff1ac0' }, index.h("td", { key: 'dfbae5e008f3ddeb8fccd0218706ea084ccee6c4', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2d90ce67e2aa9d6b2a737e049d647d52d42f87a6', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-alert--development", size: "s", variant: "bold" }, "Alert")), index.h("td", { key: '6f36819b851a73a17958e2c1df45ca142058fe57' }, index.h("ul", { key: '44afc68cb4dda2151158ba870a09cb03eb603133' }, index.h("li", { key: 'b290c37b0e015b9e0eb229f4659cf458d90609f9' }, index.h("span", { key: '8eb634e69abc3ff784bd5a2512c6ba1a82c2dfbf' }, index.h("ifx-icon", { key: '55fa31f59131e077ff4aa1dccb8b963e3b6b0c6a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dafdc9b57d5c85a3eec010d2199346d6de4f0fc7' }, "Provides a lightweight and customizable interface for presenting alerts, including options for different alert types (e.g., primary, success, danger, warning) and basic styling configurations")), index.h("li", { key: 'dd692807903319663d9feb177780a2b99032b73e' }, index.h("span", { key: '04e9106895f411384d212118887d288bd0f8ccdd' }, index.h("ifx-icon", { key: 'ec95aa4bfa0a5d77ece08c75655ec46c6872ae9a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '53415631501dfcf1d3bc64a5bdb0384b140d2c2b' }, "Adheres to web standards")))), index.h("td", { key: '340cc33ded9863df81f79d3b45b81ce01d196e7f' }, index.h("ul", { key: '0ae56e0775cd4fc574eca4baecad828676b760ae' }, index.h("li", { key: '804b0bc40f4133e0a5dc27732f181f7edd9f2119' }, index.h("span", { key: 'def2e72c01b990aa9093888d71a0e9c1e185d813' }, index.h("ifx-icon", { key: '57a17eb0edd0599ab8cf9ee9830ca7919307d403', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6fa230c604b9e0ecb93e9de3ee23e28e262101ad' }, "Configurable close button")), index.h("li", { key: 'c47c3516cc0f706e9c8ca3780e79bd4328ff3a15' }, index.h("span", { key: 'c0afca9f2eebe096ee9f5d72a2929a2a77c7d4b6' }, index.h("ifx-icon", { key: 'a5ff1be702d2d993587006cd4f5614ba20ee3d85', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a346037df55b412e0e74b3b270efb10aeec57e5f' }, "Additional Info variant")), index.h("li", { key: 'b2b85e291c2485555f7e8f0780c01b3340f03e36' }, index.h("span", { key: '48318b9bb890960e6a835c44d3d65b0b9045d439' }, index.h("ifx-icon", { key: '5256476e8e6351aa97223703bf6d7c9261ff8958', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e48fa130574fc57693ea66b773839d83c43e8638' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '87ef2af05bd5609d0ac604a9fd6f2b2eb34b8b52' })), index.h("tr", { key: '755d70abe3c365ff52f83164aa808bb4bee64bfd' }, index.h("td", { key: '254a7468deed1eb98e10d24898f5de0ee0049b31', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7fe652e56ef32cf149882cfb6a616f45ed16d18d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-badge--development", size: "s", variant: "bold" }, "Badge")), index.h("td", { key: '77921eaf1ff0675b397ca1603d1309782985251d' }, index.h("ul", { key: '16441aefca1cb6dc3976781abb9d8b3cddb403de' }, index.h("li", { key: '819b307496c8207dee2f9e61f90e215b451ea472' }, index.h("span", { key: '782e1eae21d74828ed95f20fe4669d35fee8eb6e' }, index.h("ifx-icon", { key: '8da41320c4d90915de63a6d95e43fc40b3722874', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b5684b9437db6cbf910c2f2a880c005462a9161f' }, "Offers simple customization options for displaying badges, allowing developers to indicate specific actions, statuses, or categories with visual cues")), index.h("li", { key: 'f174ce8365ceb10e4299060319346c2f3e6b13e5' }, index.h("span", { key: '8b95fe32a0ea1aef533e1520af4acd504f000509' }, index.h("ifx-icon", { key: 'daaedbaf6fd2c7c41e87f7c224acf4ee984858f9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3d35fa3aa92023deebf473f366804685c5670561' }, "Designed to seamlessly integrate with existing UI elements and adhere to web standards")))), index.h("td", { key: 'b438a342e34fab1d6965637ab8d4e6aeb74e3a1f' }, index.h("ul", { key: '612977c4d16fa0c78e8110fc94196e8bfca08b89' }, index.h("li", { key: '43f20299e637ad40d74310226da2047c99c25802' }, index.h("span", { key: '45911235d2406e3e9a71109e4078fad5909a305f' }, index.h("ifx-icon", { key: '0b91739d3cc7c6650e90c25dfa743e25477bada2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aab14d403ed08fced3e2c97a8a22959e43e00ab9' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0c69f0e8dc89c435eef0fa167ed38ffe9417742e' })), index.h("tr", { key: '6d7c31e2ebd1b53ca9a32cad50d553dad991525f' }, index.h("td", { key: '96a089f1022681e08141c1df4d79669baca461bf', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '02fc61eb6f93fe79faa2ae5fd14cc1bc31fb76aa', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-breadcrumb--development", size: "s", variant: "bold" }, "Breadcrumb")), index.h("td", { key: 'f9029cdc47442118e5e91c216b7bccc6527da4ce' }, index.h("ul", { key: '30c73efab8d4eabc13fa8f2925eb7668f0997d21' }, index.h("li", { key: '30b19183720448db2575cc0cb859d9c0b8071874' }, index.h("span", { key: '38ea42393fe9535061d3df6188c7fa5d1fd43c91' }, index.h("ifx-icon", { key: '4ae9efa2d1adacead6c1c59698ff1f872fe23e78', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2860b124e8f674ffc2fbd6d22d3d8e55aac72ca4' }, "Provides a simple and customizable way to display a sequential trail of links or indicators, representing the user's current location within a hierarchy of content")), index.h("li", { key: '88cd1246133e66c57f2479d11946c720a74757fa' }, index.h("span", { key: '17f2200968936e4d16eb9b3e81f4205d61defc73' }, index.h("ifx-icon", { key: 'c33e472c9cad4aacf5b8c81704d5b5a8b34d3504', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bb895ef40d5ad8b08a0f76bd4a293879a44a72ea' }, "Adheres to web standards")))), index.h("td", { key: 'c90645e624eeb076ebdc41fafee2358b1fc3e66b' }, index.h("ul", { key: 'da975d0b1324f944e6e63086fb12218f3d3dece1' }, index.h("li", { key: 'fc2eacd1c4d69b25b3532b28b790b3d22ec4dd4b' }, index.h("span", { key: 'e8fa373034c60bf08602715b5fca792215451834' }, index.h("ifx-icon", { key: '62e4757f77229153f488b595f9f8adc3662e0b8c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9bbd7f7b4ddc63266b91fd418ddafa44223c7891' }, "Possibility to add an icon")), index.h("li", { key: '5c53997d40aa797033919dc466029975bd91e8ff' }, index.h("span", { key: 'f841efa197d04c66bad83b9871104530ff15e3ec' }, index.h("ifx-icon", { key: 'c9ce22bed44e64a58fdde5b09f525de00597e61b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dea8af12d637200bea99e20702bb0cbcc9371994' }, "Incorporated dropdown-menu for individual items")), index.h("li", { key: '1b0a5815dd1bb96b5ec6501b25ff2965fd378172' }, index.h("span", { key: '4b1f46cc624fdd8deda13880904da93396674ae1' }, index.h("ifx-icon", { key: '7153dc6a3f4010461952c8cd992a9e95c72be3c3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c4e0a2739d73429f8774084e6d0b7866acf13f79' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'fb429122a93436e3e3721c84fccdb80269b62b2d' })), index.h("tr", { key: 'd4d1e61be4f8ba16f720302d79e79b053495d064' }, index.h("td", { key: 'f066da956f1c339ea09712a8c20653664461e44a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '5f86931b70272c85def917d3eb1d3f2bcd00f416', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-button--development", size: "s", variant: "bold" }, "Button")), index.h("td", { key: 'd34169e8f8ccb80a6adcf89feef02ec56254503e' }, index.h("ul", { key: '6b68de0052a61b750c542a72a728fb98d72351a4' }, index.h("li", { key: 'ac37ee50e6ca553aa6c67bf89e21ddd4f4d3be9b' }, index.h("span", { key: 'aa23940bc4613a715930054f3cd638984c612018' }, index.h("ifx-icon", { key: 'e0bb21faff9828c3c596d4b16e3cd254f331916b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4dc7d8c2ba8c4d6d09852871366aee52d04c98df' }, "Includes basic styling options such as colors, sizes, and states, providing essential functionality for initiating actions")), index.h("li", { key: 'defa0d6a61b3f526a8a09cf6c3b07cbfea0bb49e' }, index.h("span", { key: 'b905e3f7646486cdaa81b5c70f53b9bac9b46c97' }, index.h("ifx-icon", { key: 'de561c441e0be3a5ab97f4900560c7372b4e4160', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f22e4a30b856d90636380ee74314521988c5456f' }, "Adheres to web standards")))), index.h("td", { key: 'aac44358012531a91cc693401ac24b189d758057' }, index.h("ul", { key: '9eb9572c370832d10da8b51405bc8d872f31d085' }, index.h("li", { key: '8dbb571ae6c7c20f1d391f5801251b278d12bc91' }, index.h("span", { key: '5294dc446fa89c7f71d3975c7fc52b100b25aae8' }, index.h("ifx-icon", { key: '66e77fc5ad88b2dbad6afcd8095a61cbe9984605', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6b07c6bc94b81932400efea79fc82a7580e1eb10' }, "fullWidth feature")), index.h("li", { key: '121497676d0212467dd887a5209aa0302dce3c7c' }, index.h("span", { key: '0bdb1542ac4778426fc329cbb6f52215db847060' }, index.h("ifx-icon", { key: '226d95129cacf0b92b34cb601b2ee50df37bdd75', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ffd08d2096e75e6c6d8c9e9ece74115396483b43' }, "Icon integration")), index.h("li", { key: '41958c3ed90d5f8e457433a824f1568c06edd77c' }, index.h("span", { key: '6cbce1c01185f99520d08cb354fba81ae6d089e7' }, index.h("ifx-icon", { key: 'e669bf4e9d6d9431f197574083f6860e4ba6604e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1ffc50c51bf868ce6dc3d177410c7ef6fe562fcf' }, "Link integration")), index.h("li", { key: '60e0bea4b338a3230e38ca13efcda43c7a918fb3' }, index.h("span", { key: '2a76d16fdb1d43e3c2e4c9c646fbea7009062cc4' }, index.h("ifx-icon", { key: 'c057b4d616716549d8e0f3d071e5a7eeb3fff430', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd19afad05aa85d64ddca644f87c95179facbacb1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a2b5b0ebdab71f10ab3eac3665767cd20bdae0ee' }, index.h("ul", { key: 'c37a0b56bc6f0a1e69536ec61b04f59ca7e4127a' }, index.h("li", { key: 'd0c8da504e2315d7c8392ef18f213f48135581a6' }, index.h("span", { key: '519225abee4bbf423deac163330ee9286c5ba899' }, index.h("ifx-icon", { key: '1d50d4f678ca6f1f7ef0f5a738365e4275f10cc2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '87ddd475cf8ab49d308e82088ba79da8cbd13d51' }, "Form integration"))))), index.h("tr", { key: '90366ab3046fba2c9b785ec80a8ccaf06ed04e2a' }, index.h("td", { key: '1e201c0c8ae64157645d550fcf70c35eb283f5c7', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0413799faabf289b31893e0c36366c1359bf52fb', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-card--development", size: "s", variant: "bold" }, "Card")), index.h("td", { key: '12d6d9450ef401bd0db36230627fc9ea451c40a7' }, index.h("ul", { key: '967174c91ab962b72cf0b40ad6bdd70d6532d94c' }, index.h("li", { key: '2a979412ba29e9fc98a74b468c34e122065545da' }, index.h("span", { key: 'daed4dd70800048757c072d64e9bacf18c0b1f15' }, index.h("ifx-icon", { key: 'df6fe3a650b226b863d959b083b299c3e18487c5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1a16d1cee14d77ff7e24941b1e17010ce7a96f7d' }, "Provides a structured and customizable layout, featuring elements such as headings, images, text, and buttons")), index.h("li", { key: '1d743a97ba19c3f996931270e28a536ab6a56de7' }, index.h("span", { key: 'fa0bf865602ea9e72bf631d10f05dca1cb8fec00' }, index.h("ifx-icon", { key: 'aca06f41a369b789963c2f167cdb4f7fee1cac14', class: 'check__icon', icon: "check12" })), index.h("span", { key: '819caeb668b7e91041b2cd5cf871118f1f0fe57a' }, "Adheres to web standards")), index.h("li", { key: 'bd40477d3ec8f1ba76d9380a29171fc67e09395d' }, index.h("span", { key: 'f41a978b1b779c1a70bb0dab11095107597412d7' }, index.h("ifx-icon", { key: '540d88cec4a72f80b28b2072016b1b32773fc785', class: 'check__icon', icon: "check12" })), index.h("span", { key: '19effcae98d8a63c9a6058565d13b32e9f520cac' }, "Horizontal and Vertical layout")))), index.h("td", { key: '183f0fed9c2f74174d8cfd6e17119481740f50eb' }, index.h("ul", { key: 'db0778834abfb7e41ec8419c7729f187791f7129' }, index.h("li", { key: 'a86198ec207b37ffafdb9e9f52740ede7d3f3ee1' }, index.h("span", { key: '017346273ea65d8db597dc4c55a1f203bc67c03a' }, index.h("ifx-icon", { key: 'e82fb14bd941679cc430272a5f75a0818e599341', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a6c7d89a1f820cf469973a39e8672bd2c518d237' }, "Possibility to embed multiple buttons")), index.h("li", { key: 'e9d78affc3c8b0e24929664c54a3ef78d7ac32a2' }, index.h("span", { key: 'f329b82cb35b5ffc2120244b22dd87e22326e7e0' }, index.h("ifx-icon", { key: '9085c32665d1688340e2542ce500578a0598f2cd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7e84256f7f030f714c6487c89ed69052a40e654e' }, "A switch between a Link and a Button")), index.h("li", { key: 'ca9dd8421731fd946c8fd47c5061ff398a491445' }, index.h("span", { key: '02b9280174aeb3af9af46d931f17e63ee6abd0bd' }, index.h("ifx-icon", { key: '69dc9a9607682e2f1f45654960c09e133fae3f27', class: 'check__icon', icon: "check12" })), index.h("span", { key: '454856211ba98f7eea0c28c33c04492f4992903b' }, "Enhanced stylying behavior")), index.h("li", { key: '8abdd135d38cf35fe5f149cba2fbbb10b33e1968' }, index.h("span", { key: 'd2e4f24333fc51ce2993bd9d0917ecec4342e03a' }, index.h("ifx-icon", { key: 'a909c32d3ae9380f43ccf8874da9f61f502f8e39', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c8fbb28e561cd84f7bd14a4b282f3153fc031131' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '6dd4d853f84aeb91fb4364d2b363acc791df38f1' })), index.h("tr", { key: '138e74a6eeb6d33a5262b08067a4afe217e533f9' }, index.h("td", { key: 'adfe409eb37a3dc4cc811342fdf120cb1c1fa64e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd21bed1309f2d181f97b37a61f0e8f310a901548', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-checkbox--development", size: "s", variant: "bold" }, "Checkbox")), index.h("td", { key: 'aef77482627ee31a80bd2e73e77ccbc91b358a92' }, index.h("ul", { key: 'bfbfc17ae7e85df1333c65839c520a67c0954646' }, index.h("li", { key: '9cc1380cdcec86be17c2aec1b0717afc561088c0' }, index.h("span", { key: '9eb7a15a65ff3f859119252385befdadfb603965' }, index.h("ifx-icon", { key: '292ac1842554c270f157e898a24c18b39c584fdc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '01f5aedb6eaacfa5f10b88e846cf26ac758f41a8' }, "Offers a simple and customizable checkbox input, allowing users to toggle between checked and unchecked states")), index.h("li", { key: 'fafbf99eb2a019c4ef7834627de1d2a877a01788' }, index.h("span", { key: '676fa161ea8a98b504dc38505c532e2d5ee9735f' }, index.h("ifx-icon", { key: 'e7a1c81971a1fdfeb285829739b83044331d0903', class: 'check__icon', icon: "check12" })), index.h("span", { key: '54189607ec40f573f0a9e10462053880a68667f4' }, "Adheres to web standards")))), index.h("td", { key: '3fe1709de5c3849e55563e5a398c56e2c125f4e0' }, index.h("ul", { key: '3e45ca5d8766b578d918b98f8c50cd670164caa0' }, index.h("li", { key: '801489ff6b9df25b827866fc186b06211364c12e' }, index.h("span", { key: 'f2c79371edf36763dd0b871a4a9283903cfad03a' }, index.h("ifx-icon", { key: 'a69e952efed0e752065dfb8e45d92d4143679f01', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a425280e361dff6592cddfde7410e5ec8b587dad' }, "Indeterminate state variant")), index.h("li", { key: '1457ac4f0ae1328f97d8f2b1b289d3168a9994eb' }, index.h("span", { key: '6d153f3c7476ff6e27931b5d2044183a9d7f486c' }, index.h("ifx-icon", { key: '9e76400f295bfa21bfe6f5b7adc8bcfc454b16b1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6340926b15d9c99e6a52a4034ceeff5ae9535045' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f3f636bf745d53a2ac9e5eea801405af957aec37' })), index.h("tr", { key: 'c98cdc5fa759521ddcbdd4db0b1b3ba8cb4120f2' }, index.h("td", { key: '540ec851da7938aafbaf5ad6197372bac8cd7724', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '4a0ab4b4ff9ceb83c02d52e91a204e8ddefc160d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-checkbox-group--development", size: "s", variant: "bold" }, "Checkbox Group")), index.h("td", { key: '6a121fd6896c91dea191dcac2710fb96b27e89b4' }, index.h("ul", { key: '75501f1d99779bd2f074edd6261be15a6429a3eb' }, index.h("li", { key: '1fa9485cad05b38411c7cb4ab6551270e168963f' }, index.h("span", { key: '507fbaedab3ea71427360237d11298d37f22eed3' }, index.h("ifx-icon", { key: '70dab252704eb04ae3a4f2b7559309c48e4d8a64', class: 'check__icon', icon: "check12" })), index.h("span", { key: '26f9b2d2f2b4d05f8e8fe52a38780b49e27038e3' }, "Provides a simple and customizable interface for grouping multiple checkbox inputs")), index.h("li", { key: '113333db00441c7fd6dfb5ed3412acd219efa28d' }, index.h("span", { key: 'd155603ffb63c74551fc08a655348dc3fe3f95e3' }, index.h("ifx-icon", { key: 'a0ec01de8cfeaf606435d5ef2d13d0958137ce6e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8680aa39b23675b577067d4258fcb0be98d21b8c' }, "Allows users to set and display group label, caption text and caption icon")), index.h("li", { key: 'e26bb39b12085cc2805fdbefe3ef2811ffd06ffc' }, index.h("span", { key: 'ca7588593839f99af507b7e4a13d6904ac89e6a6' }, index.h("ifx-icon", { key: 'cf186c822ee0e03020ff59e1de74f7b026c95214', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9aeb0e660f3bc0075daf1009fce61c8edeec0e63' }, "Allows to display individual or group error")), index.h("li", { key: '1da1ace0b4741af8b623aa28e61308fe9471d54e' }, index.h("span", { key: '21d706266240831cb159eb8b4c6e005451b2c86a' }, index.h("ifx-icon", { key: '8d974efe70afb6ff72b7227b5010e331f0e4a1c9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '488853ca14e14c60b8e6324fa84a4237a50c4055' }, "React, Vue and Angular wrapper integration")), index.h("li", { key: '8459e91dde10f656dc1428459b74e4148f8414c0' }, index.h("span", { key: 'e629662dad9829ffd953754feae44dad64eaa0e8' }, index.h("ifx-icon", { key: 'f8b50bcd5787551163767a360278993501ed37b5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3c95451cafc447d74aa54421a31cc44e6b79226b' }, "Adheres to web standards")))), index.h("td", { key: '8965da31655e9ded78dc66259ca1db1b03eeb637' }), index.h("td", { key: '3050b840d467222c7c885b36dc408b5e5bccadc6' })), index.h("tr", { key: '2d3e2444303ac8752f06eddb9165f30630a8f527' }, index.h("td", { key: '041e2d6a064435e847c679d9ac225aca4057cbbb', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '85ddc437dc25289d6d1948b2af37f8bb0ff65943', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-chip--development", size: "s", variant: "bold" }, "Chip")), index.h("td", { key: '8529cdbcd4980b6d025e844b286d80d8fd6e53e8' }, index.h("ul", { key: '7c92a9506162c8165f3c1063553343996b65ba40' }, index.h("li", { key: 'dce82e60ef285c7c5e07168523a28ae8ec1e73ea' }, index.h("span", { key: 'bf751d72b1a6dfb379a3f23b54af888e75d2d10e' }, index.h("ifx-icon", { key: 'a9431c572e45c2e2a5de16f35255f9b844ac53af', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8e550649f4e8cf0c6057824ef17bada2e9c7e02b' }, "Provides a simple and customizable interface, representing discrete units of information or user interactions, such as labels, categories, or removable entities")), index.h("li", { key: '51803af7eb68ebabae05a51e2fe49a8c7c5fe650' }, index.h("span", { key: 'ff4f9a8655b8bf770163b00bd31c1154baafa0be' }, index.h("ifx-icon", { key: 'cb5e547dd4a66a788b9fdc2578b5eb31289d1525', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ddad8d3bc40acd93a45d8323836ba1563f9f6597' }, "Adheres to web standards")))), index.h("td", { key: '95150dbeec3e526f85f4bc7643735bbe2ebf6164' }, index.h("ul", { key: 'c03c9608b4d78dc906532815b70de3e1da8eff3b' }, index.h("li", { key: 'd200c7bdd5a1237d51e7aa71c946e296bc6f4d4c' }, index.h("span", { key: '4b07f51460fa3a460a5534a7fb3c227ea8e549c0' }, index.h("ifx-icon", { key: 'cc4895c5eb0366a4506f84ce6140a453c15b4c67', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9457e02e33cffacaccf434b3f9cef6d110440de8' }, "Incorporated dropdown-menu for individual item selection")), index.h("li", { key: '8635182797cc32a7a1138d16f2c7196883e743d5' }, index.h("span", { key: '2115be0f478f7bd5c7c8d4a33778089127773d83' }, index.h("ifx-icon", { key: '121867240f3bad86fb1f155f7f8dd2d53a3fa654', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e30ea47ddace6157773c9badd2f33a7cbba4a96a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'bf767641798051020920f478bc4b93353c69f42c' })), index.h("tr", { key: 'ec552458e32f427dd07f4f5b89dba35c8c4b5a14' }, index.h("td", { key: 'f6e21072bf95c4c4015f76cb2631ca051a573123', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2f3436eb99b975434e5acc2b7fd71563dc28546f', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-chip--development", size: "s", variant: "bold" }, "Date Picker")), index.h("td", { key: '1363770a1849ee4db5fd90be9da9af2f3dda37de' }, index.h("ul", { key: '0094d17e2175e5eab334153fec32f4330ae7b209' }, index.h("li", { key: '49a13a3fe0b830557a07edbe533abf5f82b74282' }, index.h("span", { key: '3d2962c6616b954cca411abb010e5f38ca5caf58' }, index.h("ifx-icon", { key: '0d66fe1c5298b63f06780c1e4bbee3720c18b966', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8d12ee9c31eebf380db2a90f6d7f201cb214577d' }, "Provides a customized wrapper and theming for the standard date picker element, enhancing its appearance and user interaction")), index.h("li", { key: '706b7821aa0e728769d40269f3e175cc0555bb96' }, index.h("span", { key: 'cf2ca4367dc4be19d100add483ecc5e905c1805d' }, index.h("ifx-icon", { key: '8177c701213b38c853f500bb7ebe0cb0ea90df7c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1f8c569a593ac17889f7fac47fcfe9e3c2c5498a' }, "Cross browser compatibility")), index.h("li", { key: '783a793cf719b28c76715321923835c44f5b3c1c' }, index.h("span", { key: '19bb9bc07c7f6e1afab5557f9ba9d17fae5b833c' }, index.h("ifx-icon", { key: '1ca91987966a01a48fd33111a03d8a5bb1358d17', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f244e62054c0d72c3833018f74efbd7022c82b09' }, "Form integration")), index.h("li", { key: '0f8ac57660b25b905ccf07510d4b98348c4ed0d5' }, index.h("span", { key: '5c746dc670e80c3fbd936bf592f15d5a08cd4092' }, index.h("ifx-icon", { key: '26af6a30e56b6e646cbdfc8cdeaec77556c77acd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '148963a7a7e88cbd6a0832dfb1b8eeebb0f5bf3f' }, "Adheres to web standards")))), index.h("td", { key: 'e8424f35b732804554d4547282c7f27dec9d4b26' }, index.h("ul", { key: '28183c33e6635eaf19c08aae59126ad0ecca6423' }, index.h("li", { key: '0fc831f33c84c3952f9ec23ae86f005968f80b81' }, index.h("span", { key: '01fd1fab47e0612fad822a699550c12245ed419d' }, index.h("ifx-icon", { key: '4465d61c32ef77a9a7457dbf47635f1b8ca51132', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ffa6a141299399d8c2054bf5536f061c36d45a81' }, "Range")), index.h("li", { key: '4ed1de59bb9ec7aeaccb4c5266d828c9ae7a923d' }, index.h("span", { key: '742938e3c4acd9cddb6790fc5f31fc8db9627a8a' }, index.h("ifx-icon", { key: '76d45170c183a3a9b10fd4aa311fd87550411c76', class: 'check__icon', icon: "check12" })), index.h("span", { key: '79eb6b76342b82026a674afd046e635dd05e5358' }, "Default value")))), index.h("td", { key: 'b89302957610ab5ae2a54c006f4693c58ec8c6fa' })), index.h("tr", { key: '46943a39f9a758890c3914bcf6106ce6fbaa85de' }, index.h("td", { key: 'fc59165e3bfcf1a28373ca84b110adca48cc0730', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'feab1b31cacbe8528480a4d56ffc4754775fa600', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-dropdown--development", size: "s", variant: "bold" }, "Dropdown")), index.h("td", { key: '42775ee72590a12dd41e0f8aee602078450bf7cd' }, index.h("ul", { key: '8e10f2950e727c889c52c9a0e7da9c65e784da43' }, index.h("li", { key: '76efd60fd478dcc72a75d9463e7a62ae964fe586' }, index.h("span", { key: '56706a902f4ea2b0cc3bc37bdb5274679e592e3c' }, index.h("ifx-icon", { key: '662fa129f0c384f1d5d3ca629b4f63700505a943', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2f4e27012bd89d1b4719b5c56aabd797fcb873f7' }, "Offers a versatile and interactive user interface element for presenting a list of options or actions")), index.h("li", { key: '08e759cd7340fe378b9c80d563565e8d7cd754e8' }, index.h("span", { key: '83a76b2c9db89ab7ea3bf7be7ce3f3cd5553c29c' }, index.h("ifx-icon", { key: 'b2cb9125e77bb0703d0c61be0a61d96e25ea01ce', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1f3ab24e537b77c1a7b1ebb5403a3300134efe34' }, "Ensures consistent behavior and compatibility with web standards for a reliable user experience, while intentionally limiting customization options to emphasize a standardized appearance and behavior")))), index.h("td", { key: '5f7b862e63380581d6695247c477e9f5e63548fb' }, index.h("ul", { key: '68afd43d6e86314933bd49a5e27b3bf054ff3fb4' }, index.h("li", { key: 'd9919c4fdeca10764ce08526a67e2b46772a554e' }, index.h("span", { key: 'ad49e6a430eb3734afa6086b50a24bfa0263dab0' }, index.h("ifx-icon", { key: '798585d38cc5df2bf91e7cb99e50990ac8671fc3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '485b6aaca87d90fc3347e1ece5cc175be41ea552' }, "Search filter")), index.h("li", { key: '00bec32d8832b97d6c41204e2e1913ed6a07bee5' }, index.h("span", { key: '16194de1f023fdd8af024128025cea7cb22da40a' }, index.h("ifx-icon", { key: 'ad7677af691b077cbd0b64bc9fff53dbee2255f5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '19912c074c698e91cc1b6d84830f416c9df181d4' }, "Header section")), index.h("li", { key: '5f2c699742663a6cff5f04678973241850a4d9a2' }, index.h("span", { key: '75d7bf66933f6926b19dffe2d11875d9414d7d47' }, index.h("ifx-icon", { key: 'dc932d10ebbe2448b3e31224253939cef159b3f1', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a6c627b62992a296c5c40e9ce43dfe654b681d7f' }, "Menu Item Divider")), index.h("li", { key: '8c35190b8137e54c5b2aa025231cb6eeb11135d0' }, index.h("span", { key: 'b4eec2229a1230a9648b19e41c508bbe25895976' }, index.h("ifx-icon", { key: 'b20975b3c490361b0dbf93956cd718cd6305e0f2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e01ba746e3b05f587fdb6ef2ec7faad61cb0a32a' }, "Icon incorporated")), index.h("li", { key: 'd74536caccaff27acb54fcb6a25d65683ab3c28d' }, index.h("span", { key: '89e06510589bb1d144659c51de28e10a4768ef9f' }, index.h("ifx-icon", { key: '1fb3963c586ba53478eecd42692db7aa8a3e08dc', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e316d387af320375aee652338c4291a5004b43df' }, "Extended customization and configurations")), index.h("li", { key: '9165d37bf37bba9ccb48bc867f201e5ef08e5bab' }, index.h("span", { key: 'c22cac0a4a06c62ecacce19346c7b06ddd30f39a' }, index.h("ifx-icon", { key: '46878b2d600b9ff477ec3a3ffa8f1e5e55c94089', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5d4a3ffc57613f4543aef233c6690c5a07f96819' }, "Separate label trigger")), index.h("li", { key: '783f01b9452b522247f5a82513c6c0a0ff9a9416' }, index.h("span", { key: '6d4e91767e8a0536ea37b275df958ca76b560ccf' }, index.h("ifx-icon", { key: 'bd4c721237850835c249d8bf8a9127343b11bf35', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3998ac77685d282775e3fa8bc633575a966790c9' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2fbf2cd7d6965e1543d200fa9550f078f4c0f187' })), index.h("tr", { key: '0564a90a425d9dcd72aeeabb2bb31cae3aca1eef' }, index.h("td", { key: '9208350d58153199cd92626fd95eef9ce03c2c99', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '55d56ad5088364ad21ec43b1d72d5fa95f1a556b', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-footer--development", size: "s", variant: "bold" }, "Footer")), index.h("td", { key: '569ec53a0d64cac2db69d28fd62a4e20dc869e0d' }, index.h("ul", { key: '2da03bf89a27ee249e2c11b7e45b2f664495c7c1' }, index.h("li", { key: 'bebcd6013aa7373c103f833b0082d26be1bc56de' }, index.h("span", { key: '20cc5fcc50f1a79ea968fba0e7bd07345f953850' }, index.h("ifx-icon", { key: 'd2ac0b3f572309c040f30e020b5e62dba33a1d5c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f9c59d690f793bcc69dd3706bf91b48273ab3526' }, "Provides a standardized and customizable way to display essential information, navigation links, and branding at the bottom of web pages or application interfaces")), index.h("li", { key: '2b06b61ee99d90af8d00a03a48aad1b206222845' }, index.h("span", { key: 'a783a3f4866b3630ab4fef1561fd4833fc082955' }, index.h("ifx-icon", { key: '950d1ca04d1b19927a850c267a95b120053d0532', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3ccebef76c2b512bb19077acb878cd77b513e30a' }, "Offers a flexible and configurable layout for organizing copyright notices, contact details, sitemap links, and other pertinent information")), index.h("li", { key: '1c17260cfe6fa9f8ef6c8d1e22af9af1355f36ea' }, index.h("span", { key: '654fbe741374c5d40ce35466236d7fa79af1e118' }, index.h("ifx-icon", { key: 'b61f556d8bd3634830387f082bf9de74053df096', class: 'check__icon', icon: "check12" })), index.h("span", { key: '62741ef0e455c6475781d5909b964201cc19b994' }, "Adheres to web standards")))), index.h("td", { key: '3d79b2719fd29b32dde9dc6f4726212ad38a11d6' }, index.h("ul", { key: 'c46c7d6f3d53d32470bbdf8c7b96c7445e1169a2' }, index.h("li", { key: 'b18b01ae5eda6e7df4520d695fbc3c0c9223f247' }, index.h("span", { key: '1044e746be7df573387d881f319fc4837593f726' }, index.h("ifx-icon", { key: 'a666623260eb9222664eb5bf660e09bcfd817006', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ed3cbaaa45f5dfd264012b0cf13c97c77e9b7dca' }, "Small, Medium and Large variants")), index.h("li", { key: 'fd6474f9365308d7c4c7f81be490f1714f60e097' }, index.h("span", { key: 'e8cc58a51a5399d9f8ef6c83c2a76149ebb2d0e4' }, index.h("ifx-icon", { key: '2b97032a90d1c163986a2bb66b2e961d83b47e6f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '276f6f5a25387528f4db179a95b62fccc26aa904' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1522d136a7bdf22aa1b2606cd89561179a580743' }, index.h("ul", { key: '0c02b9047033258ba31d867413ad0d4a4ea787d8' }, index.h("li", { key: '0e58d5e2997ca0d5c946c96814ee60f655144ea7' }, index.h("span", { key: 'd1d33b810bcf448e23be6c199d8b85cd1b8c87e8' }, index.h("ifx-icon", { key: '55cdfdb0a1a3b0d4845c26ae658340ddc289b647', class: 'check__icon', icon: "check12" })), index.h("span", { key: '00e203c135206ed621627d92bbe1eee5f0a8ec2f' }, "Customizable and removable links"))))), index.h("tr", { key: 'ac27cbb01cef44e579df120fbe7a80edab69cf48' }, index.h("td", { key: '3b3e51a58a789c217cb447d48d00bf89564112db', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '671d773ead7679607106210cd075f98b7e8f13e9', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-icon-button--development", size: "s", variant: "bold" }, "Icon Button")), index.h("td", { key: 'c4b5ca64a263bedbe198f1c1076929b745d0fc75' }, index.h("ul", { key: 'ea55cde63f5f83e5d922ae5a892eb27cc9a8fbf2' }, index.h("li", { key: '3692ef5d0c776aafb0a61fa651cf42829e93861d' }, index.h("span", { key: 'fd5c7eea91b485b74ff076b18170b5e10d3d52fe' }, index.h("ifx-icon", { key: '628c7f8d4234f7f75fbe96d2f822b4396f235e68', class: 'check__icon', icon: "check12" })), index.h("span", { key: '92bdbccb4776806cfee4408eb640bd1356680b08' }, "Offers a compact and interactive icon-based button element")), index.h("li", { key: '395c9ff3feb20055312d9354db9bca9874c8e6f2' }, index.h("span", { key: '5bc4b58522987cb2ef72bc4570e9a18e3e8dc360' }, index.h("ifx-icon", { key: '5c110e0baf8767873a13498833a2fdf7f741141c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '34ee140ac4ef9513b645856f6a611c4f8ad9b2d9' }, "Provides a limited scope of customization")), index.h("li", { key: 'a6b341a001e85b14c7ffbf30a7f98fbcde92f6b1' }, index.h("span", { key: '88594b7b77e454b3ea2b610c9c45db646cb47cb7' }, index.h("ifx-icon", { key: '93797d2e53fccc1f1715a1f06973b98c96a48862', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7767f73aaed4297d5e1c5e3ceaf9140b4f89fd01' }, "Adheres to web standards")))), index.h("td", { key: 'ea4685ecc489797b8864631a96bf6c0f1661f131' }, index.h("ul", { key: '5bd07f3592c32711210b953412f614200b9993a7' }, index.h("li", { key: 'd7f76cbe0621cc79f405eafa5a9c34dfab669d98' }, index.h("span", { key: '6e19ba55857d2d16ce374e65d883a4b186b7fbdc' }, index.h("ifx-icon", { key: 'e7b7da0dce67f2fd31831a432d90ce17ece8a23c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'de0b3ebb32711bef08187c9e5abe7ecadcebd599' }, "Additional Round and Square shape variants")), index.h("li", { key: 'e231f6c904853aadec645c063e35cd83e2dfe901' }, index.h("span", { key: 'af2c2ed5662bc9c22c253ca394412ac3dbf9b814' }, index.h("ifx-icon", { key: 'e75cff61ba0c0c1acc0d26de158f783ab4e112a5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '14bd0f081d7993f01fbd43b53acd2ddf87038345' }, "Small, Medium and Large size")), index.h("li", { key: '7f1736c0efb43860bb5ff20ea1a1fede85be7ad5' }, index.h("span", { key: 'c37d4b7a01f2ba1d104eea8a94bfc90f777de942' }, index.h("ifx-icon", { key: 'bd2a6a2fe40acbd35c922ced8c16c43ed5884b67', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e16120d820948fb039ac929b789ec4ed263e5edb' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2e27282026f43153ec293779f4b0905db250ac52' })), index.h("tr", { key: 'e42dfcf6e9249dda79b21e5bbd774e551c477caf' }, index.h("td", { key: 'fd1466837c510768610b36b776858597610bde6c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'e8c92f1ed48d240046a9d673272bc74f4e3a19da', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-icon--development", size: "s", variant: "bold" }, "Icon")), index.h("td", { key: 'ecea975f2418363f4a6000ed4137cacb9b5ab60c' }, index.h("ul", { key: 'eabb428cf10af2dfcf2c45856ddaf9d34a252ac9' }, index.h("li", { key: '556311e0f9d249b2f443ca29be2f397dab25a1f5' }, index.h("span", { key: '1da7ede20ba606c2eec7306da9240a31763cd6f4' }, index.h("ifx-icon", { key: '84cca141df189543980b7ebd55c0055580feb79f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '53a378d429e9e106e138e9c68bf76dabd4a4cc2a' }, "Offers a wide range of iconography options, allowing developers to easily incorporate symbols, glyphs, or visual indicators to enhance the user interface and convey information or actions effectively")))), index.h("td", { key: 'c50a1404d9e029ca46cb9cf093c4bc44be76adfb' }, index.h("ul", { key: 'd9fa51a61c3d39bf0621dd086a375fdbfc69ef09' }, index.h("li", { key: '48fd010b067d0cd111744001a2b4db23f7186e9e' }, index.h("span", { key: 'c514197afba65d52f42cb379d533159d864fec12' }, index.h("ifx-icon", { key: 'e932d9d36c5da6354f6587ba9f64c7db196cac3b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a94a3d07a078096a174135e239657c2ae3f49675' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b6a7d368a8c25aaf294c948766a177f67e90e10d' })), index.h("tr", { key: '3812d1b7bff93bb9ea83e442db440762aee6391f' }, index.h("td", { key: 'b9205da6185b19ee65fc01d7f6e14c2b14d216dd', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'de14ca312937a41a99258c37e46c48cd2c2a999c', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-link--development", size: "s", variant: "bold" }, "Link")), index.h("td", { key: '7643a497b752de34a38a4ef654fe2993d3963384' }, index.h("ul", { key: 'db3033c01dce767be3387f03716cd390016b142a' }, index.h("li", { key: '6ed9e4891c8962f70f32159036dbff7972bcd631' }, index.h("span", { key: 'a945c7b920ef6673f5159829f53c737470fc433a' }, index.h("ifx-icon", { key: '4e594aa3a41e3659d51be23940e09249c89802c1', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bd22362f050256178ea8e207d8463234e00be29b' }, "Provides a flexible and customizable element for creating hyperlinks within a web application")), index.h("li", { key: '21de7fd02a852fea8aebc6fe69436191921ac3c1' }, index.h("span", { key: 'f24ce900d833b975a7e69c10a3a4f7923e3ddb2f' }, index.h("ifx-icon", { key: '182e9ad669dd3d02c38c01924815ee1c85c2d0cd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c5ee8a90eabf52333f402c5ce607254602cf444e' }, "Offers essential functionality for defining clickable text or elements")), index.h("li", { key: 'ce4434752a12b0d9aea230e1c35f222d7653968e' }, index.h("span", { key: '44ad6230c0e750ee36fef77526287d2991e264ce' }, index.h("ifx-icon", { key: '81a5781f65019b904214548de42889433169190a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'adec486a126303562c6dfea23cf5054db7dec8c8' }, "Adheres to web standards")))), index.h("td", { key: '79d5e08cab95af1096b5132439a0e251c356fc38' }, index.h("ul", { key: '6f245ae9662066ca27da0cde642311c01657190f' }, index.h("li", { key: 'ab9a7034e2ad2cf3567c0c604ebf48f1f10a9988' }, index.h("span", { key: '6f02ab5567b115a9e94928cb6017f44fa6afc6b1' }, index.h("ifx-icon", { key: 'c8a7226a806dba1deac2965f2a146f39eec3016c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '17e921f156dcdcb7daeab7db23f516872a6590d0' }, "Small, Medium, Large, Extra Large size variants")), index.h("li", { key: 'cb34123af9c4fa02243100ac31d0ceea1e9d7c1e' }, index.h("span", { key: '388855b08574130d541f4bd81cef26fa83f98e4d' }, index.h("ifx-icon", { key: 'e57f88ce13d4962db9930b354cd01facd01ece50', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e2941b264c8e87e27fe9189a0c938096d7d24a19' }, "Icon incorporated")), index.h("li", { key: '9011a128d183aa7f8f877952afc886473572a8b8' }, index.h("span", { key: 'e3fadf534ae1679d38653361a560b9570f273da0' }, index.h("ifx-icon", { key: '81f41b49bcf0fb3e43e4139dae1bdee136158a6f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dddf67fad8be3b0df9e8f00d44e7c4a8a401f4b8' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '32968f6ba5a6de432955bdc32f8c86e75ce3eecd' }, index.h("ul", { key: '697f5bd1bf5f15bc23897394df21b3bb6d62f023' }, index.h("li", { key: '04c73b71c316f519e2213b6ff4d727456dce06a7' }, index.h("span", { key: '493e67a9180cc288be0076477ca8537c1959831c' }, index.h("ifx-icon", { key: '3133d398d5605bd036d8c8e775d0fb02cfcb4e03', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4645bdc837d46bbac38fffade6c0a8c3a9794966' }, "Bold, Underlined, Title, Menu state variants"))))), index.h("tr", { key: '37a621682735a86bba5ecd89e844b1cdc0940b17' }, index.h("td", { key: 'bff656f860b9efd52ea3c27044f15ff2fa56a11a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'a172d561afa75a5804ad216f9b8a4508a15e9388', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-modal--development", size: "s", variant: "bold" }, "Modal")), index.h("td", { key: 'f84581021511d12dd255451138d7b38b68f1a009' }, index.h("ul", { key: '31742cb12bf4dd231300f4a3d14d140036a447fb' }, index.h("li", { key: '3eca54bdeeef283595f47232d8a9dda9c4ae4c02' }, index.h("span", { key: '9e513cf509785ecdb283ba8514c91811606fb1b1' }, index.h("ifx-icon", { key: '64b1bd855d617e5cff15645b31b6e65505d44085', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a3c1effa5f68023cbf2796397d1cbac03c854b0a' }, "Provides a customizable modal window, typically used for displaying contextual information, user interactions, or additional content without navigating away from the current context")), index.h("li", { key: 'e170ce67156eeca90bc41668abfe0da20b0f57bf' }, index.h("span", { key: 'e8eb0ec1d41e7cd3aab0da77a67b18f889017549' }, index.h("ifx-icon", { key: '45c66cdf64e5399d84e2a97413080d4722a4ef24', class: 'check__icon', icon: "check12" })), index.h("span", { key: '16a84c2c542789f1b58dd415d714279701f1b397' }, "Adheres to webstandards")))), index.h("td", { key: 'ce294a8639f51eca54e3274138dbe2e0c61e9039' }, index.h("ul", { key: '0ee668c040f327102dd27abbc4d414a07a0f21dc' }, index.h("li", { key: 'adad11f8655f012783613407675dc7c6066c253c' }, index.h("span", { key: '9a5f24b5af47d6e8cad0c2b29f624c2f34eacfc6' }, index.h("ifx-icon", { key: 'f19de37640b9dd792299490b60c70fa5296965d0', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd1939187b03af2710b0dbb2cd73d51c88394eebb' }, "Alert-brand and Alert-danger theme variants")), index.h("li", { key: '044c5ff92609e45216c3396e2aff5dfc998e45e3' }, index.h("span", { key: '0d6f4151c60f761cae3ff7ffaf86d8d968bbcecb' }, index.h("ifx-icon", { key: 'a13fa2f0936942da38cf74dee16a1589e7eb0e48', class: 'check__icon', icon: "check12" })), index.h("span", { key: '050bbab914d1b7d79a439be9571f202d03a73843' }, "Extended customization")), index.h("li", { key: '8ba2019995985cc5da938759ff0f9a57c29f4bea' }, index.h("span", { key: 'a1952752acc4a6581e31a7befee7601b0cc5c733' }, index.h("ifx-icon", { key: '789e8395ffd17614a491e90d81ec45ae21cc1ca5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '18190a64f19650dec5a1f67c6f88efa875c42f14' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '7f73ebb5ec677713211986f4d1bf1ac29c012d56' }, index.h("ul", { key: 'af0d8925fa16a29174e775203fe15c89b8ff7301' }, index.h("li", { key: '0231cf9fc4aed8df2373f0d8e11b925159506b97' }, index.h("span", { key: 'd7f613121d22d4ba5b3b5c37668a173bd7ced67f' }, index.h("ifx-icon", { key: 'e8cf79b2f314b35f1b987ecac927871614f5363c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '10451f6a7f5fcc643403414586b247dd818c1e8c' }, "Removable close button"))))), index.h("tr", { key: 'caef92451bbcde5c3a984167d03de60ae7228e87' }, index.h("td", { key: 'cc590120cf13922cebcab1573730d525c4e0a8b1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '80fe84a9cca00af92d6285e4232e825960c11522', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-navigation-navbar--development", size: "s", variant: "bold" }, "Navbar")), index.h("td", { key: '1649dfe8300c90566502358e191a9a461d60511f' }, index.h("ul", { key: 'b410aef59cc06ee5abea97b6049ee8206f0d10e8' }, index.h("li", { key: 'eadcbc6e681c0e0656dc29f113e2353c40c5b86b' }, index.h("span", { key: 'cec5196445c49535d43f79bc7be3808c224c58bd' }, index.h("ifx-icon", { key: '54d7f14a015f786bfba9767839a9e482a86ab24c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '057e3f8ec93b23d606db449981a71f41a2c242cb' }, "Provides a standardized and customizable navigation bar for organizing and presenting essential links, menus, branding, and interactive elements within a web application")), index.h("li", { key: 'eccff1cd82222e5624c297ac8bfa23ea76f8932c' }, index.h("span", { key: '1f1ba345d7632f5de467d89977fbb7975f6c77d5' }, index.h("ifx-icon", { key: '5a00ca55c7fb6916d6d8cde3b7d76e08c583d5f7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f4346de83747445fd864a418b12d6768dafe45c5' }, "Adheres to web stadards")))), index.h("td", { key: 'dc0eb3547ed5142c2cb0aea0d742a10cc647769b' }, index.h("ul", { key: '9f1839f99e3d35ab91e47388c92e9e8c9e83352c' }, index.h("li", { key: '09e166f499ce75a5fdd907f72442d5d669488c48' }, index.h("span", { key: '0f2c09e701abb9af2cc476e22efbd9a361719f62' }, index.h("ifx-icon", { key: '7f9c5b22c1cd72e9a6e863dc333905f434e603cd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cb950c48d1a37b147e015048cf57c6dad607353a' }, "Navbar-profile component")), index.h("li", { key: '9ee96e24f4c2eda895ad4a2b0272bdb87d1e47a3' }, index.h("span", { key: '178df7d8fc234dc637a52ae0e427a8682678386e' }, index.h("ifx-icon", { key: '7786f08a8b91faa87049fc9ebaaf9a80464f5682', class: 'check__icon', icon: "check12" })), index.h("span", { key: '759efbd46525c2a69ca2ac30ae242753fefe6cc4' }, "Mobile Responsiveness")), index.h("li", { key: '7f5d672c777ed856fc6a2fce7637bc7a5a49582e' }, index.h("span", { key: '6c0113cbf762aba7fc52f60b36358c2655f0ed87' }, index.h("ifx-icon", { key: '3921682331407d56a0e58a5473b35a6df409ef40', class: 'check__icon', icon: "check12" })), index.h("span", { key: '82c50aa36255e293fd79df9f6b3b6d6314b32aa4' }, "Mobile Sidebar")), index.h("li", { key: '4cd75ca1be966a0cbf72718a434397f2c3af6490' }, index.h("span", { key: 'b2360fd56d64cea0c60eb5896d0905f9f2742b03' }, index.h("ifx-icon", { key: '29ef3b403eab5c82eab0b390421369f572cde767', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3c7d221c0032843347d2bd35726680911a5117a9' }, "Extended customization")), index.h("li", { key: '748255cf5f562bc3599672e7eb8c82d7b68eee99' }, index.h("span", { key: '1958f3be84039de9775e0c7f665f2865d0a2cb99' }, index.h("ifx-icon", { key: '88a35604cba178212200e8edefb4672548ab4620', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4dc0f8c81a21d440374cc7687563c42c7ee2a0b2' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd3ce4e04b75e0b5a63ce80b7c723c9f83c1187e3' })), index.h("tr", { key: '11286540accbfb1a90ae9738961033719745f1e6' }, index.h("td", { key: 'dd6ccbfcf5056a5ed1bc89fabc8084eace7d2be1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '3300576cb9e22688117e9686cea3367b89cbb1dd', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-number-indicator--development", size: "s", variant: "bold" }, "Number Indicator")), index.h("td", { key: '7d8965b9853d91f90658b813aaa0abf92d0c4421' }, index.h("ul", { key: '2f2cf4f670022c0cb7d1456f34051783421b17e7' }, index.h("li", { key: '3421d30b5a413dbfc39aee19c24ccd67ac5c9424' }, index.h("span", { key: 'ab0196bd84d02a2fc0c70bfa298a060f0bfeb04c' }, index.h("ifx-icon", { key: '82be14f4a5b12914349670e9b53fc5aa09c09c2c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd4ab7e48f72f743d6f2e9754b6919303a41ffcdb' }, "Provides a compact and configurable display for showcasing numeric data")), index.h("li", { key: '1cb7ed33e58fdf97db4533f11090183080a6f952' }, index.h("span", { key: '984336ed0278a70b9b63f7f6e94dee2fa213609e' }, index.h("ifx-icon", { key: '58cbe5ba0c953188a6a4e9bf845496c87d9f4e1f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f06eb1cfef53eabf24f78552acba43e2e9ef9a04' }, "Adheres to web standards")))), index.h("td", { key: '9be7a159e053f38d1e1f584ac591a7502af99a6e' }, index.h("ul", { key: '97c4f5d9e50ce04e5bb5fdceac040631fc3dc044' }, index.h("li", { key: '2ffffa1e6e9fcb9774a340c7c4fdecade31c6ace' }, index.h("span", { key: '23558bb53ef4f0a54e7403383a42f002d4c2feab' }, index.h("ifx-icon", { key: '81cce31d9b73c94b3176c56d88cfd4df64c1aa0e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7715da94ab5673645ed107699b2debc1fb9014e8' }, "Inverted option")), index.h("li", { key: '19e2743ea6337015571cb088a7702081a0dd2cb9' }, index.h("span", { key: '0c751ebe4dbc8d0fd7c8838e5961c75693639523' }, index.h("ifx-icon", { key: 'dfc8fc7224b00649caa63442a1b858b0087787a2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8a55d7e08a62a855d05f39f685daf9b6198a7d8c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd54cfaf4398b6f643a1f04bdeeb31412eebc53af' })), index.h("tr", { key: 'e3721b7b518ea2020514c7b87703fc0de675b42d' }, index.h("td", { key: '12bd928b0c9af8b102d3a49c0b5d5c53ab75a0c5', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'f568f953a6039a7d74fe1819ce4cd2ba6019f4aa', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-pagination--development", size: "s", variant: "bold" }, "Pagination")), index.h("td", { key: 'e1c06a59e3ec020c917dc69529809b2aa13b9f29' }, index.h("ul", { key: '3b4de2d82e7920d10992a4d4dca62633ff246b49' }, index.h("li", { key: '136576450fc19ccb597059cada01189fc1801943' }, index.h("span", { key: '902e63733485549b58bedb4655739285c8797f9b' }, index.h("ifx-icon", { key: 'dcbc36c6561d905fa914b98d692eee4140204f1d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6d3ecb88b48ea52ef2538c2a460eba29f10c7f4a' }, "Offers a configurable set of controls for navigating through sequential pages of content, typically used for displaying large datasets or segmented information")), index.h("li", { key: '8bc3a2eb20fd0f4b6d84c51bff0a14a88370bb84' }, index.h("span", { key: 'a715628eb1f7f9522c094ecb8ccbc497670f61ae' }, index.h("ifx-icon", { key: '819858f883ce1b35cd0dd576496a7c0a96332503', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c435e05e72cedb67be044c5d44548b0893113620' }, "Adheres to web standards")))), index.h("td", { key: '579b1a17d90abb86b91d6992a44e37bb8211c91f' }, index.h("ul", { key: '5c7ec3e65d9b634ef661fe677be4c3b6bcb18901' }, index.h("li", { key: '445e1891217a26b2be67733d3435ea5c75455220' }, index.h("span", { key: '0928537ae969bdf3d37196533e3adaec022b2984' }, index.h("ifx-icon", { key: '0d712cd5e146cd8c2d3ada8df5dfad1ff8767d0c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd84cf4e5fdbe464bfbea1ca9d404f4ea69de4c48' }, "Extended customization")), index.h("li", { key: 'a7275f5ec913c4fc2204b030e317cf8dbec49fa6' }, index.h("span", { key: '3c1462d2f0201d73ce2e21af8fe28c615880cc1f' }, index.h("ifx-icon", { key: '43c926ca45d716140403f0164b7fd672175317a2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b2466015e33e2480bd17042d434c5bd872ea1133' }, "Configurable Results Per Page option")), index.h("li", { key: 'c4ecc047147b671b4d01cf9aaca0ba4ae278399e' }, index.h("span", { key: '1f64a55e5d15434ba25bbf33c56c7bcde3b7d65b' }, index.h("ifx-icon", { key: '110ff539ff5c5d4d54b7dfdaca404556611d3e99', class: 'check__icon', icon: "check12" })), index.h("span", { key: '19234752ce6f238333ff0d99ef2094fdc6408db9' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2c646ea174e4d3bc6cd8c05219c483c65aa638e6' })), index.h("tr", { key: '6c679adbd22ae31aee2789d329e422ced14c1291' }, index.h("td", { key: 'df30ad942af0eea2929ca9ac530df2ccb2f0a6ef', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9c6af7afdf50d0a17d74a8b046afc5920255ea36', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-progress-bar--development", size: "s", variant: "bold" }, "Progress Bar")), index.h("td", { key: 'de0b09e6a62542b1df95fe86231c1ef40859af87' }, index.h("ul", { key: '92919ee0679c8ff4ed9a398ffed50e69ac55d785' }, index.h("li", { key: 'eb8809deed39f0b575eb72a6a7b73a7a7d3f2f94' }, index.h("span", { key: '3c4f0838b5b2a6bcb2bc30f1a49b9da01536d775' }, index.h("ifx-icon", { key: 'd09221f2feffcdee7548f36efdf36a0acb6a5377', class: 'check__icon', icon: "check12" })), index.h("span", { key: '55abd6126c1507168ee885138028f4248405d226' }, "Offers a customizable and dynamic bar that visually represents the advancement of a process, typically used to convey loading status, or task completion")), index.h("li", { key: '6b7c984dd1ba77b604f12d9d99a2d5c6c418354c' }, index.h("span", { key: '106e3bde832947b9cb772a5837585797c79db1a3' }, index.h("ifx-icon", { key: 'd35135a1bea870b5e80d69e8a963ab2231bf2668', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aa7e201475501f78e99b195b6d61c30754bc9d68' }, "Adheres to web standards")))), index.h("td", { key: 'c61a9e61bc018fa4421513f8d4dde35cbbee83cd' }, index.h("ul", { key: '83bb339172f549eb9f2abd0c711a117ae5800ac7' }, index.h("li", { key: 'c5130b834b3b6a39e3e23c41f3cb013dc87e2abc' }, index.h("span", { key: 'b032a8a5c80accc9934dc08c3f87afa29a049e8a' }, index.h("ifx-icon", { key: 'b4d28303369f4c44c8baeab8dbde30272135206d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c4b4663ce200b00045f4b4b4ee87916f15c5516a' }, "Extended customization")), index.h("li", { key: 'f487f43d7fdc945a56bb1a2c0db0dd6b4a4be371' }, index.h("span", { key: 'aba57cc8550c18913a39f970182dec944bbf57fe' }, index.h("ifx-icon", { key: '3c626e572524809b816d13e6bd1350f5542e47a8', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c8d36cde3a226e359886999d2adebb9b41f3d204' }, "Show percentage option")), index.h("li", { key: '789b4083c28488c3ef748eefaaacdfbc09b70aba' }, index.h("span", { key: '0ce02933841124b54e920e64cb6c9f57e0a77ec8' }, index.h("ifx-icon", { key: '531bf425a4b3dcc6e715019dd255cb807a3c4df0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '49b08410a32dabcdcb1fad391e4466fe4a651f79' }, "Small and With Label variants included")), index.h("li", { key: 'e3e8ff3009f97b4cd1a9c0bffc5b3c912305ac95' }, index.h("span", { key: '579e7367d520d72d858f6ead01110301f07d2033' }, index.h("ifx-icon", { key: '115a368b3dfd4ebb345fc4fa23f3e09af88142c4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a2bd1ec73366487ec8b0cbc7fa52b810a4caed32' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'ea677ce8a01617c5d48e6d56742b016bd03149e6' })), index.h("tr", { key: 'e5d72b76ad06c0fcda09341df189ef72e3bf4d07' }, index.h("td", { key: '2ff940a98de2841061555fd8a770395ccfe4585a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'fef3dc501d5c123d1a28080a837fd263993b7e5b', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-radio-button--development", size: "s", variant: "bold" }, "Radio Button")), index.h("td", { key: 'cf4abefaecd5bbc42267104e772d921ab705d862' }, index.h("ul", { key: '271dde31cd6476af682d701940ad433372402e05' }, index.h("li", { key: '6b4ed5595a3c6168ff3538945c0adf6c227ee735' }, index.h("span", { key: '2ca41b94b98ff141e42cf19fedbf19ad22c064dd' }, index.h("ifx-icon", { key: '98b81fd5aa8f4afe7c1f352245fa63d01353cf63', class: 'check__icon', icon: "check12" })), index.h("span", { key: '46c5ae30ecf55a62c37634a96b0dc00fa7546a93' }, "Offers a customizable radio input, allowing users to make a single selection from a predefined list of options, typically used for multiple-choice selection or exclusive input")), index.h("li", { key: 'd207bfc28967af900f200fc6c81cc32c474b3417' }, index.h("span", { key: 'faf96d01718c8ea72fa8e6fa94d85bd3cb38849f' }, index.h("ifx-icon", { key: 'f38ab0289d1a6fb147885d3995a0c8bba6ca6656', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7a3197721ef789e18adb57d654d7cf7f38f23484' }, "Adheres to web standards")))), index.h("td", { key: '0340faa8eb0346bed5f55a0256dcbf962dfb1fb3' }, index.h("ul", { key: '021ffd1a28b5b33425c465fb0d9cd2580327775b' }, index.h("li", { key: '182a8fd2cf3616f3452f219f9b21414cf4858f18' }, index.h("span", { key: 'baefef16c943694e5cceac6625ae73eb27b646b1' }, index.h("ifx-icon", { key: '1bda0170cbdb37683b040e5e23f875c5afc58970', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7f632e86d40691c73605b29dd37ad878c185faf0' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'cda22fe874a78158b3e54b06d6efd187f37792c4' })), index.h("tr", { key: 'a01a234e124be92113004e6cb7520141b4bf8ba9' }, index.h("td", { key: '8f5f45ad3afd25a61fd08be90d403cb1081c4e17', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '26151f84f0044868a033804c776d00521714ce7d', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-radio-button-group--development", size: "s", variant: "bold" }, "Radio Button Group")), index.h("td", { key: 'c454f20dced429b12cd85d4cda6b97a9658743ae' }, index.h("ul", { key: '61c4e3a0396ab0990fc7a1a591359e4c73343bb2' }, index.h("li", { key: 'f52c184d92dbaae3d5c3b1605a16ee0985381f7d' }, index.h("span", { key: '16a29ab0a68cb358225742f2b745b7df9dc0e418' }, index.h("ifx-icon", { key: '8947a73042b7c563a74ae4d317db1473093b9e97', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f483fc6c22fc54aef74250edc51558bee68b3f8f' }, "Provides a customizable interface for grouping multiple radio-button inputs")), index.h("li", { key: '5e2c64642e25812f821f9b2264f96d336b6eacec' }, index.h("span", { key: 'bce7fdb6fa1f7417375871625d505869a69b4b17' }, index.h("ifx-icon", { key: 'ba83833cb74a4a2a997bfab45bf71d271a5878a2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8b8549df026f56898ee08044e9649be70fd52c46' }, "Allows users to set and display group label, caption text and caption icon")), index.h("li", { key: '9a6505cd2b3b41244a0d5c4fa387accadaf7c0ee' }, index.h("span", { key: 'f4b57866e905b8e38536e5cfc7931914a980822d' }, index.h("ifx-icon", { key: 'fdd3c7b2a1f97baa6d107a37a5f79038285f3768', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2c6645df0c228f96a41d85d55bf0ccaf07da519b' }, "Allows to display individual or group error")), index.h("li", { key: 'e657d17908ea836a2a027c7c7e6ed18aeacb2abf' }, index.h("span", { key: 'ac836dfe9b817648d358d3f503b1c50654830652' }, index.h("ifx-icon", { key: '5bb7eff9df702e562ab5b5aebabce15076f0bfc0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '827eca79987e6411b5c2c4b69adb138d7ba17c9f' }, "React, Vue and Angular wrapper integration")), index.h("li", { key: 'd3679291e65cb23c186c00311aac3be60b0fcfd5' }, index.h("span", { key: '57fde7597e484560fc3c3adff592798b808a9005' }, index.h("ifx-icon", { key: '893db321b6338269ebd9af6a294ca80937836951', class: 'check__icon', icon: "check12" })), index.h("span", { key: '174f815c0cdada2893b8207ba420ab78514e9669' }, "Adheres to web standards")))), index.h("td", { key: '43b8a7e141c5d35c34d4a303d8fbede95a67cde7' }), index.h("td", { key: 'bdaff9bd2000779cb5f8a4d0ead2a2be200b8513' })), index.h("tr", { key: 'b0ec94c60305a04960a65bf14ec0feaf5988d4e7' }, index.h("td", { key: '9276a1c26f9ce2d0fe8dd2dc75e14976919cd701', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7c75d5727a4fb022851bda1bd51c7c0d79ec4b40', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-search-bar--development", size: "s", variant: "bold" }, "Search Bar")), index.h("td", { key: '2a76019edcca5b6b7e9dbe24b630dfa05d0b5b2f' }, index.h("ul", { key: '007d68664f2c2ccbf5a4553b9241b71dd46ce585' }, index.h("li", { key: '0e85a597c05ace0b239f5c8b2d8ccb3efdde8f97' }, index.h("span", { key: '42fc8424265a39a370787d6050d7dd31d74a52a3' }, index.h("ifx-icon", { key: '4003d6c4ab7b8605a3946a27bf68345fb7b99eb4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9c4f388593416e8d4c77d0b43ce058a806981a09' }, "Offers a dynamic and customizable input area that allows users to input search terms and trigger search actions, typically used for querying and filtering content within the application")), index.h("li", { key: '13450dfde68184e19ef5e44e7e384fd5dd97a098' }, index.h("span", { key: '45d8d97d863dc3bbb2a8f4782b336b08bdd401c1' }, index.h("ifx-icon", { key: '4fa6cc29c564153664b5b2bbedc401179b01c757', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2a3e0be9260abf3d70e7f5f5178a133c4108c56b' }, "Adheres to web standards")))), index.h("td", { key: 'adce065f0c6aa3d93e046405c6e6f6af05f858b9' }, index.h("ul", { key: '85cf501ef7f58a4e370dfe14738121355069162b' }, index.h("li", { key: '45bac4bcde887ed1952bb5e6795b2c697374942b' }, index.h("span", { key: '1d33e9cb7886e155f382c3a0b6e9e5f3d58f9c6e' }, index.h("ifx-icon", { key: '70e688434273a891587de59cdee3dda9157f23c9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '750abd9e132ad071a4d1e7c765cb201f581d6b47' }, "Collapsable option")), index.h("li", { key: '171ae0542c161c392d4a984f90567c09d4ba7906' }, index.h("span", { key: '1a4dd56c50fa83eed5a96a35efe3efb2b174c14a' }, index.h("ifx-icon", { key: '78470c8acbcdbca2ca9e0f5cbf02899577a8f010', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e72fa56fc138cd2067c62f938cacc6e1d2b1ff67' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0400da8263a34b8cd775af097057a304f6aa3b65' })), index.h("tr", { key: 'd0e2050a98e7adecf11b3ff06229177574b874cc' }, index.h("td", { key: '793c9e6204ea278f9e5ea968fd9fa7e1324db1f6', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '5a1e1ef2220485a17e690b99045d80aa37827d90', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-search-field--development", size: "s", variant: "bold" }, "Search Field")), index.h("td", { key: 'a93204ac8a9a604d81742f3e35e3ed996bc3a94e' }, index.h("ul", { key: '2483ffda547f5701ad93ac00718f9c4285dc3551' }, index.h("li", { key: 'b11782d7f6981a85d294d8ed1895bcfccd19692d' }, index.h("span", { key: '05409106662a5689a1be91ab8329108193fd06ff' }, index.h("ifx-icon", { key: '0043364caba378cc1b7b314074e154109f0b4a73', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f95117601a39914b72818e40cd1cd3a7b4a1e8fc' }, "Offers an interactive and adaptable input area that allows users to enter search terms and trigger search actions, facilitating efficient querying and filtering of content within the application")), index.h("li", { key: 'b56a211cf85679886589939553f1077de9ab5ea5' }, index.h("span", { key: '63088fa36a7bd3eb3ad3d396eb5bd5f242d82d89' }, index.h("ifx-icon", { key: '469b2a7ab63690abac14de10bff72744ec8ceee3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bc3330584ef5c4f610e59b43520f240e592deaec' }, "Adheres to web standards")))), index.h("td", { key: 'ded9735c63cc0648011c48656bb816100f8d0f08' }, index.h("ul", { key: 'da510cd1c79ae914303e0759f3f87923084fa184' }, index.h("li", { key: '322d0a2929733db54e4b58b534611bf044655ce3' }, index.h("span", { key: '1179f9af8d53e7cf0f6b66e9346078014989dfc0' }, index.h("ifx-icon", { key: 'dfb83bd6973be7c0835e1f39d4ca7f901b454e8d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '56004abe135742eb4dc6d3503a707cd1713edbf5' }, "Show Delete Icon option")), index.h("li", { key: '47f061a7a2c27e11eb3437896bc0e8f10226cf7c' }, index.h("span", { key: '1830e1a9578d2b0f52c00bb64314668cecfbcbef' }, index.h("ifx-icon", { key: '3d37a1afd0b41e9b1eb30081b306a2bb5ca570d4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6ee3869f95e640bf54cf87af102b81bcc247fbd6' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b7bf924920f770e79d1df8a97797a30f24a4f441' })), index.h("tr", { key: 'b9acda45882857fec0b86849bba24645629572fb' }, index.h("td", { key: '39e2a28414b21f44c8f7220697ab1475a16d8f66', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '25842b2e7a33b152f2017fd82b09a1f3256475f4', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-select-single-select--development", size: "s", variant: "bold" }, "Single Select")), index.h("td", { key: '9fda35f689c040bc92fc2f003ae4b56edaefc1f5' }, index.h("ul", { key: 'ec4f37c7197d8c633dd16fb1f9e00036e0778608' }, index.h("li", { key: '42f66f766382fe149bdf7953f06d318f978d727f' }, index.h("span", { key: 'a38197bc03dedc83eaea97a9f4d3be7c52f5e148' }, index.h("ifx-icon", { key: '4fc50260bd58c7c32a653a3134b55b7a9c204b4a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3d26db88ef1aa8b85881b2298bb01e04fab3c4cf' }, "Provides a user-friendly and interactive dropdown list for selecting a single option from a set of choices within a web application")))), index.h("td", { key: 'dcfe98a13adab610fe3dbd43488475ee5ee21e44' }, index.h("ul", { key: '69490dada4bd44fdbc1e232faac5423fde07cc94' }, index.h("li", { key: '8e40bbd46cc26f5470446de3ece7251cb493d237' }, index.h("span", { key: '3848427708e2228d4721b513988f4816027cb6e1' }, index.h("ifx-icon", { key: '678fd3eafcc5a2682cbcc7011ee11174151d4ed7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dc40f405e4d9081268341175d754016b82540f25' }, "Extended customization")), index.h("li", { key: 'bf7295e4489ac7631c1a81dbf245c4c15a5502c9' }, index.h("span", { key: 'd95ac030e802022c435db33d25008bce763aa320' }, index.h("ifx-icon", { key: '4bfabdfe04399ed0bb72d2a63d093942cc59948f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '27df9ee568d654b82b15c36bb6b10bcbaaa9e4eb' }, "Option to enable and disable the search")), index.h("li", { key: '487b151554b406e1e6d2127541024108b88a52ac' }, index.h("span", { key: 'ae3bb68cbbc2b5640d0fd5a137bb997f23e6bc70' }, index.h("ifx-icon", { key: 'a4f2e398df7732bf0d4ffca511a67008f77dd90d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e489d9c82fefeb7dec1fe88196183db2b6ff0b34' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'fa0cd28cf5573a9c53614d7d2ed47f7a5e0bb5ca' })), index.h("tr", { key: '6e3c246a4cae673c1ef973c354a0c847fa4ec887' }, index.h("td", { key: '38175b8ba27cb185f16523b6a7d0f40a6f734991', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2f4bbc5d2db13a19628c104e8672118545f971d9', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-select-multi-select--development", size: "s", variant: "bold" }, "Multi Select")), index.h("td", { key: 'f1462e998e5098016693a0819f2226d4d7d930a2' }, index.h("ul", { key: '9bd82adb470489ef60375e47e01195e1202ae5f0' }, index.h("li", { key: '58db8eb9a03e9e2b17ed7b5a70b85ce83e8f4978' }, index.h("span", { key: '8976a78801beca4668367aab6746b57ff5589b89' }, index.h("ifx-icon", { key: '9d91828ad69fb502aa1e3230c11bcba1f39f2682', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'deeff30de0975c443be519efb51533b544f02df6' }, "Provides a dynamic and customizable dropdown list that allows users to make multiple selections from a list of options")), index.h("li", { key: '30e6ab7a6919278a89e97858bad530d212059313' }, index.h("span", { key: '95288bc528b6e72b028ad2dbc03740aee41eae50' }, index.h("ifx-icon", { key: '40c1b9b387994d091ea0da12159f64d9df32ced4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b216f30e2f59d34b479f75da8e4691559452711b' }, "Adheres to web standards")))), index.h("td", { key: '8e38543e2e9f66b69cb3f933cf7499ea3a90042a' }, index.h("ul", { key: '8549c4395d840433fea71e947ddab924443dd11f' }, index.h("li", { key: 'c4dc8384fb710465b5b82233beeb199c7af17e71' }, index.h("span", { key: '698176c1c0dd342a5a0612d702843afa253b884f' }, index.h("ifx-icon", { key: 'a05364f9a6bb37dc436655322e5d70ac377032ce', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c2f454e4344ab57d903063713de02632e07d7f85' }, "Extended customization")), index.h("li", { key: '247acbc873caf3d372064718a2826ec8d48fe65d' }, index.h("span", { key: '98d86a5a18693b0926b08b86b0ad5eef82f7a2e5' }, index.h("ifx-icon", { key: '1d6f5a947886b9a94d7134611638e77522ae1eaf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '12facf8901a8220289a37a67ce3d3d081d42aae5' }, "Nestable options")), index.h("li", { key: '14568b31857b3984f46dca1a78f586cfb51dfd2e' }, index.h("span", { key: '4ddd7425c1169d0320b3b36952cc49fd8bfc0ed8' }, index.h("ifx-icon", { key: '403150fe343ccc62e19748da654c208361069ae1', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c5aced4672ec5f9927ccb3568633990e36faa9e3' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '8d5ba2c5cc309ca32a1c0f2012ac903adb5095e5' }, index.h("ul", { key: 'b6ad38892bc27a054f0251c55cf5fdd072a100db' }, index.h("li", { key: '326ae8af9e840bc047bc3e9cfb1a0c122ce1d97a' }, index.h("span", { key: '5c6b80af0607fc3811cb59bc47e6e17e656f8e31' }, index.h("ifx-icon", { key: 'f8bf94560c5c257e13e53396073d709beb95f361', class: 'check__icon', icon: "check12" })), index.h("span", { key: '21b47167bf12697314ca2e8705b1ffc7607f5ca0' }, "Option to enable and disable the search"))))), index.h("tr", { key: 'cd69ccd30e7b5aa08bbccb71f5f919994950a5a3' }, index.h("td", { key: 'b7765aefb09285bf5594e148071f77a814168892', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8f602606916fad748a4d43c780410dc0dbb47d60', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-navigation-sidebar--development", size: "s", variant: "bold" }, "Sidebar")), index.h("td", { key: 'b67269c9702686e07cd9dc8cf0b8bb79547696e0' }, index.h("ul", { key: '2bf5138f5f26aef7960ab3eb0e7f708c4997af8f' }, index.h("li", { key: 'f9f4988c904bc3d93125a8a773cdbd49d6524c41' }, index.h("span", { key: 'b1582376347ac2680cdf760a261d3516055ca9e6' }, index.h("ifx-icon", { key: '6911ef3b99803212c2895f7a24dcb957d424a47b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2c4ada532690146f2362d2d210349b4890bafb47' }, "Offers a configurable and collapsible panel that typically occupies the side of the screen, allowing users to access additional sections, or menus while maintaining the main content area")), index.h("li", { key: 'a308b95ee797357167a356b73fc94cfe0e57be88' }, index.h("span", { key: '272daa13de960da6ce5daa07d0eb0df4f881bec5' }, index.h("ifx-icon", { key: 'a88dde75ba9552595faa92edc11776265910937b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3566533c714afc9b5071e607200aa3aac9ac509d' }, "Adheres to web standards")))), index.h("td", { key: '4efc3d3f8f369ef756bac015912d33a2ccc8a6f3' }, index.h("ul", { key: '1bd1ab926f20b91e60d30998d9da1d228a3e13a2' }, index.h("li", { key: '891338fe58bb3769a5d6582f4fe84ac03b08ab78' }, index.h("span", { key: '2a76c76195517c9096304c7616ac01dbaa5cdd9b' }, index.h("ifx-icon", { key: '9ce7950591498a834c0507e06ec9d6541c5b2d70', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ab3a523d8c926e9453174a20497dd23fcd6ec519' }, "Extended customization")), index.h("li", { key: 'a1b190d66534738ac8de3fca9945e9f5af02ba11' }, index.h("span", { key: '38eaec2506abfb7993c4599eb0efc51135fde15f' }, index.h("ifx-icon", { key: '31cd08d540941fd55a073b22e1f6297a884c00f4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b343084b8eadbfb181ed09241408d1857b5a33ff' }, "Multi-layer nestable items and menu")), index.h("li", { key: '335bdb5f4dbf5cdc811ec8e163884ea28f11e348' }, index.h("span", { key: '6f570eb0f8f88c80c0ce75b0d741573c3096e86e' }, index.h("ifx-icon", { key: '9b3b9b2c6d62e2804b3ca9fd4188a133c3caa118', class: 'check__icon', icon: "check12" })), index.h("span", { key: '213df173fbaaa1ca152383662d49fc12cf670e0a' }, "Initial collapse option")), index.h("li", { key: '78731cd76af39b8301c0c88de8492d5440db3f02' }, index.h("span", { key: '85e8ddab42da31decc74b28e33a44893ac2ba75f' }, index.h("ifx-icon", { key: 'e42993e0125aaabafbcc086b8dcf684d3a81930b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8d8d2604945782437322b4702384e70ce2cc3881' }, "Active and action item feature")), index.h("li", { key: 'bee700f2aefdaa8e489f43546c21efd6e943ccd0' }, index.h("span", { key: 'b853562a5d07d3c8d927c2092f77802137bb5fb0' }, index.h("ifx-icon", { key: 'e874741cf4ad40dde3500d5f31ee683ce98c4f3f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bb913624616adc837c4ffcea75fd4dda8770bdb7' }, "Number indicator integration")), index.h("li", { key: 'dbef43f78e0ea9c780fec9851a60a009b4391542' }, index.h("span", { key: '6c5b51d2c808b0312a335efc97997e22d6e78627' }, index.h("ifx-icon", { key: '2f1f6ef44273fa706ac980ae797770b3d0fc7b8e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '71f0cea9375289687ba0c548b7c4be634b960c2b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '7cc1a6af0b4c05418d2fad3e2ceb616b4f33db83' }, index.h("ul", { key: '9add2f7a2eee5e1fe2a53c8a8a67e05ff135ba03' }, index.h("li", { key: '2ccc432836e3c31b6126df9ec0a23fe6c77747fb' }, index.h("span", { key: 'c3f68ad950f4a58c6e36a6cc7c1156484ffce1ae' }, index.h("ifx-icon", { key: '5fb826253f9c47212aa2b1b71afd72759df2f138', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5e5093455f660b0848e961f469003d306a9d2df8' }, "Removable Footer, Header and Logo")), index.h("li", { key: 'adc0508639ce07dce2577ca85cd3a32fce7904ef' }, index.h("span", { key: 'ac562dfedc597084bffbd2e1161c5aae82da8afa' }, index.h("ifx-icon", { key: '969c336b8d932a9d1f622e2ed5e98811552823e1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '639bd91bb35fef169d6081be683fdcc2356459f1' }, "Removable and customizable Links"))))), index.h("tr", { key: '748cca714d08207736cf8274e69c1e6a45325467' }, index.h("td", { key: '4a00eed66727ee02679e47adf8175d8f93dde15c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'b82f4debf6354b47c943643c555ae8d0fadd5450', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-slider--development", size: "s", variant: "bold" }, "Slider")), index.h("td", { key: '130152082878efdbeeaf4a98ae6fb5104f09790f' }, index.h("ul", { key: '6f0c7ea67106293e961ee1e83d02cc02ae201cc2' }, index.h("li", { key: '3c41d05d7cc63e4bee251fe9c0d483d671c1a22c' }, index.h("span", { key: 'e46da8f1a898000a1b894b5d0fb58317bf84a679' }, index.h("ifx-icon", { key: '285143a6c81ac68b326b5bd8e52dadbc3c4e18cb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '323c3cad60af6fd37f72922dbe76f5637eda7ea9' }, "Provides an interactive and customizable input control for selecting a value within a defined range, often used for settings such as volume control, data selection, or numerical input")), index.h("li", { key: '264fccfe393fce9a796e25d2c87c952cf744f1db' }, index.h("span", { key: '40142cb9ef768b5206b4ef5028df174ea9ec2bb6' }, index.h("ifx-icon", { key: '2a55185505e47b8d34e8da519ade1d38c5850faa', class: 'check__icon', icon: "check12" })), index.h("span", { key: '037521ae1282b0130502d89d6cb7517686d4da54' }, "Adheres to web standards")))), index.h("td", { key: '539dd7f6420ca1f004292b0e455825014ec58ad1' }, index.h("ul", { key: '71967638c9e37314587f9242228b2726b7181f7a' }, index.h("li", { key: '64f77ca7b0da38c7d258354c8c98be5893901ace' }, index.h("span", { key: 'cb5554574255e236925a81cff4c112477de8b92f' }, index.h("ifx-icon", { key: 'a78c24a7ce93f7ef7d581ef2df23e7d8814f1791', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'eac60e42c976987e72c76cceb17ffa08c5517789' }, "Icon incorporated")), index.h("li", { key: '09279a3f5d095c3d6d0bfb6a56ba77f7b073a924' }, index.h("span", { key: '120b409b603da9f843ecde3c4ae66796744aa818' }, index.h("ifx-icon", { key: '5277b87f2a1901d9305d2645cdad9b39ac7f0087', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8ac9f8021d3c0f9b92600e1203a2221e55c8d9fa' }, "Percentage variant")), index.h("li", { key: '2930eee00ff2ee7b5cfb7f4aa9356cc58adddb40' }, index.h("span", { key: 'eec00f27f00891b384c4e6fba9d13caef0351be8' }, index.h("ifx-icon", { key: '6509a1acfdff9f5ee825ef4724d4b62a098b9791', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bc6be8ac29dfffb3bb159e40e0269020ceb4efe6' }, "Text variant")), index.h("li", { key: '89b7a02255c57cb7d885abc2e5d9b09e59f30eaa' }, index.h("span", { key: 'f5436f00be78dd884f9f5aac1b41fc4f0f9b7dc5' }, index.h("ifx-icon", { key: '9fe37917112e85554a08be8c4962ac9216500eb6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9e243a52c451cb7c80ebdfd5adaa25caf5c4a2aa' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '4fb688581439cfaf046371ec10234ca54f08f429' })), index.h("tr", { key: 'cf42edc0555916fb025cc69557c47a17119bb86d' }, index.h("td", { key: '8e702a9b965ac74573edcd0b014e97b080b07360', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c331ab20f2caaf8d20bbb925823dd19da9bdc243', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-spinner--development", size: "s", variant: "bold" }, "Spinner")), index.h("td", { key: 'ad113843aff4f8af8f06b8d2af03c92e51d1e8d7' }, index.h("ul", { key: '38d4be4805c1e41f408b779ac97c97b8349622f7' }, index.h("li", { key: '9fe2127dcfbd4b9937043a39a48035d13667c6de' }, index.h("span", { key: '7d108a53566eea73abe06d6581c8870880402ca4' }, index.h("ifx-icon", { key: '1aedd04159cbb9659deb454d1a53d8f729f9f294', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0fc5ba439e1e4827651e4a48be944a44ce4bf8e3' }, "Offers a customizable and animated symbol that conveys to users that a task is in progress, typically used to signify loading content, data retrieval, or pending operations")), index.h("li", { key: '0cddf2fdc97d2681603371b87f3c9c1979f8290d' }, index.h("span", { key: '17f5c33f4b31f4efce14a65c0243bde5b9e0f435' }, index.h("ifx-icon", { key: '6749d8a033aee3cec9ce0945b9303410bb2caa29', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7df0f8a0fc28e40cc1dd241f0c50df47ae23742c' }, "Adheres to web standards")))), index.h("td", { key: '8b4a1034660a4cb3d4e6f61aff109eb15a92bdf3' }, index.h("ul", { key: '3d9cb6552630a5cb22bdb8f08e1e4d4789faa2d1' }, index.h("li", { key: '117299195a3c393d385e2a270c02f72d874809b3' }, index.h("span", { key: '031127a1d582a5d396cf149388b177938a4b459a' }, index.h("ifx-icon", { key: '4ad4b5b588f7999234a348a39884e56cc7b67d29', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7cb68403c384ce8d5a3fa9d03d49dd9a1d66e071' }, "Brand variant")), index.h("li", { key: '60bd4873d8c0a2d06c82fc6d4071910ebbbcd671' }, index.h("span", { key: '8202404a35ff4a6eb306e50a6b4012b307e3c490' }, index.h("ifx-icon", { key: 'c9b5ced6235df980072ff97ca213f7b1fa48bb17', class: 'check__icon', icon: "check12" })), index.h("span", { key: '42168c4a016c41213f305d15ef7217ab6360135d' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'cbe7e837551d43bb286c26409c9895c8420cca8e' })), index.h("tr", { key: '57d848ba00e846bf0ed0a6a01a055055ecb4332a' }, index.h("td", { key: '81732e4ec111e0ff3b66bd006b08978068564603', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'ef39d6ff7efd7d18b9bdb7641ad449ef371ec908', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-status--development", size: "s", variant: "bold" }, "Status")), index.h("td", { key: 'ac6a7497a8cd9322dd39f62242b5fa3e087577b1' }, index.h("ul", { key: '99dfa208ce5d49973dd020442de044322b74f552' }, index.h("li", { key: '6383c450c4e86898dec326fbe14f2a8fa5f04348' }, index.h("span", { key: '59be43eb76f35fbd28be9977fa0c42d5b7505c91' }, index.h("ifx-icon", { key: 'ba53ad58eee92afe60d1d648394d6d7a67ffe1b0', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aa91301807602d5dc7b21ad204b6cee81ed7e4ab' }, "Provides a visual indicator for conveying the state, status, or condition of an item, process, or entity within a web application")))), index.h("td", { key: '6fce64bf9251d12b35ce9d880aad685b0a88a87f' }, index.h("ul", { key: 'ed95865a105a212f96004171be1a873b4547345c' }, index.h("li", { key: 'f97bdb56a4e7690b7369c3e2f4b206dedbd5ec7b' }, index.h("span", { key: '78ccaec267c20a1a267512e4cadf07ef1b3c9d02' }, index.h("ifx-icon", { key: '9fcce1e8df84c7e0fda736eef893f46e0c3e1d73', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aa0840e508a8dd8a4c84ac570020d7d4651934bb' }, "Ocean, Orange, Grey, Light-grey, Red, Green and Berry color variants")), index.h("li", { key: '09a956e82467b3232bbbfc1c5d8d174e0c1a7777' }, index.h("span", { key: 'ad8586970fd425505eeea2eea2c9db9c1ce59fa6' }, index.h("ifx-icon", { key: '103a864afb908e6b50b95e6553c32f43f8da0644', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4133d5ac1e81d0517f35fd43bf36b2901ce0c565' }, "Removable border")), index.h("li", { key: 'a2ac7c0cdd59a3827d082e0092a5903976e96716' }, index.h("span", { key: '94b8216d7cfa82310007459899c0a00d91ee2b64' }, index.h("ifx-icon", { key: '2781efc37890126467b6f71d55908c5705b0c4bb', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a5b63b5c51acbd39ec80fd37394f6f4db5101206' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1e138d1df237f74aa031fb6b2af3c3fb70b2268c' })), index.h("tr", { key: 'de88ee4079104e2b0bb24430273872767b02f978' }, index.h("td", { key: 'f883caea62e4075c94ba1d1560b3d8f2c5247161', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd519c31e2cfcc6a0997947ed300a669f1f95ec74', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-stepper--development", size: "s", variant: "bold" }, "Stepper")), index.h("td", { key: '22d65aa9cea0a652777a4930a9993065ff73a607' }, index.h("ul", { key: '1cedcf2fd1558cb1ca91ed038628f1955ef7781e' }, index.h("li", { key: '480feb4e7fe0e631fca7ca53b6aef8f84b99d5a0' }, index.h("span", { key: '6e216da44a82701e8a995b3a358c75932dfb794b' }, index.h("ifx-icon", { key: 'fbefa843053a20dd3b32c1f47a934b6f18275852', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'eb3421d54a75e286a7b808c52c489f30c3962a78' }, "Offers a customizable and intuitive control that allows users to navigate through sequential steps")), index.h("li", { key: '702080ea56b80ed508d0533e5bc1497c77d69007' }, index.h("span", { key: 'd7fe4219a87290995bf778cb99a7c16c5ac4669a' }, index.h("ifx-icon", { key: 'de888cc605496a42e9280b77503b85f7acc07d66', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5e1f7135961c570cef60c2aa60baa9e629ab1513' }, "Default and Compact variants")), index.h("li", { key: '4cd638fba554c3db1a19b9f3b57e3d52b1114bd3' }, index.h("span", { key: 'bd8163d145588d2222732d24db5f9e176a23642f' }, index.h("ifx-icon", { key: '06abb064d0c2d7cbce62642d916257d2aebf9dc8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9627b8cb967d69c107ff15a87b2ad0d1c727afdf' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '4025d288698e5354e765aba513be6c5fe8dd2521' }, index.h("ul", { key: 'b4b9fd847b1962869f2ec95b77f807197c52e49d' }, index.h("li", { key: '036535c99021c2eb6c9035c39a972d7b6a6cd3e7' }, index.h("span", { key: 'd03fc25311aaefa253ecc85bf0795609c993749d' }, index.h("ifx-icon", { key: '37a519dc7d2015ebc25d94812493d91daa564e73', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c227be9da1b51fb54d61b1d4de8e20c7764f9258' }, "Vertical variant")))), index.h("td", { key: 'cfbac6e25f93b6148dc0504dde455511b321b064' })), index.h("tr", { key: 'f63a455054387c98909a28936e841f270938fc78' }, index.h("td", { key: '722f2d2d427aa3f3e2f66bbefe361edc5e3f2981', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '23e07ec719fed95e853f5795ba0f3cdd33d9a5ab', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-switch--development", size: "s", variant: "bold" }, "Switch")), index.h("td", { key: '276521922a5fa332b9478d88f93de7e4a5d6bbbc' }, index.h("ul", { key: '1c1b051842a0c09f3cbbabb612d71a13afef6b29' }, index.h("li", { key: '73be196120bfe7e733342ee14c86e414410b7593' }, index.h("span", { key: '92629cf310bc23a80ab318e47a2f1b85eea8fc6f' }, index.h("ifx-icon", { key: 'c8aaa1fa75c0a9812267cb67b6fd8209dddb172a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6e126f5f75e91cb19a82f9e353c407c4b99b793d' }, "Provides an interactive and customizable interface for toggling between two states, typically representing an on/off or active/inactive status within a web application")), index.h("li", { key: '9b44113247344dac87649aaa7776a23eb85fe3b2' }, index.h("span", { key: 'a4b5529acf66d077e37b022fdc13abfb4d00157f' }, index.h("ifx-icon", { key: 'cbf7b412ae2518bc199e7c899788cfaf3166280b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2b47b7f2da8d895adc53e54b14369cbc9d93f771' }, "Adheres to web standards")))), index.h("td", { key: '2ad14d5c0fdd45d8b10212dce4ca21ec4c56b2fb' }, index.h("ul", { key: '65d8a334453bab9afe619aabd0049f696c0abdbf' }, index.h("li", { key: 'b5be2c7a95e2e99c4568cbeabbfd83dff1f74b37' }, index.h("span", { key: '60faa9b59bc048211605f0568d6db04f7c90e034' }, index.h("ifx-icon", { key: 'cb8c618c76c83db2bc8e2cf597f81a399581cb4c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b232fa57d6c0e50ede4986fc0f0c58647c7b0f55' }, "Incorporated label feature")), index.h("li", { key: '04c7b780b2400e0e32820de75941e6b0e8ed4e88' }, index.h("span", { key: 'ad2d65a01e63c9c1888e635e32076adae6d0b291' }, index.h("ifx-icon", { key: '922d34889ae7cc9a3b4fad693119a00f59bc3553', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd3e8f5a79238741e95a9be7463933bb41b6ce00b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0cf9f017a6682fcb88f0694beb1625885b7ef1ee' })), index.h("tr", { key: 'e866d24794b538be09f6cd4edd601da238fb37cd' }, index.h("td", { key: '1ab3b35c5c6a863da37169342af104772bb248e0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'bc8ea1590899a38c43ef4de9d55979b6eb0d22b9', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-table-basic--development", size: "s", variant: "bold" }, "Basic Table")), index.h("td", { key: 'bf87dcf430aa6de9b229a7a1b39916b7e43c83fa' }, index.h("ul", { key: '0e244c0ef8e6f8fd1495be0d7d2f902e86634193' }, index.h("li", { key: '29a6496154e0ef12613071e18cd511f780269ccb' }, index.h("span", { key: '32bc6de6bb59ddb5ca62b994bebdddcc122e886f' }, index.h("ifx-icon", { key: '1af6ae4e9c1f6162178ea048b5d9f006e8f6dbba', class: 'check__icon', icon: "check12" })), index.h("span", { key: '762ff15f29dc067c0749047d4313332e41edddc1' }, "Offers essential functionality for organizing data into rows and columns, allowing users to view, sort, and interact with structured information efficiently")), index.h("li", { key: '502f538d3a3f59931f7956d91a207392947b4e42' }, index.h("span", { key: 'f2c37915b46642b417a042c40b9e6a9090daf8c9' }, index.h("ifx-icon", { key: '63c468bb99ea31e5e3b01d6f95636b8520a330ba', class: 'check__icon', icon: "check12" })), index.h("span", { key: '31675dfd00335b3b1bd5655e03904247d47007c0' }, "Includes basic features such as column sorting")))), index.h("td", { key: 'b22b3250f91a2873a16c736917e541a416ade0d6' }, index.h("ul", { key: '56c9a5d16d26cd95e366e3c77afdba48493ce6c2' }, index.h("li", { key: 'ca300dc8790b3760926134c12571b9a780b919b4' }, index.h("span", { key: '7b86817361f65ba28cf8f810dfbee27f5e592883' }, index.h("ifx-icon", { key: '9cbbdc4a633e4286e6af5508a812101a88111031', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'da9ad6468e67496ae11e91afda407df10e6882fa' }, "Compact and Default variant")), index.h("li", { key: 'e2d6f8b1ef56563744e6992091743ce19b3e52d6' }, index.h("span", { key: 'c847ab55db8591974fcce160d0c02d85a65dd145' }, index.h("ifx-icon", { key: '9fb05fd6b69ceda6a6feccc44659c0f8e87b593d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ab4f1cf030e76d5c0d188d48eb86df8bf547aa2b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e6a839b554c6f4fcfdecde376a688974b7cca3e4' })), index.h("tr", { key: '00eaae2f00200a58a01dd7ffb1c49ea6b86242f4' }, index.h("td", { key: '1ac46ed709d385396b322e00be18104a9c7415be', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6128687cb91cedf78a18d77cb83eb9338f80bec8', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-table-advanced--development", size: "s", variant: "bold" }, "Advanced Table")), index.h("td", { key: '553e891d4e54fba97db58df5ee73499544f5f86c' }, index.h("ul", { key: '89d828fb7a3983e2a5ecc7e83f537f7aa213a14b' }, index.h("li", { key: '296957cf57c8ea14ec21c4d80507bf6ae1f1deda' }, index.h("span", { key: 'd0f6cc8823be46e4ef138a64fdbd1fe8699d9793' }, index.h("ifx-icon", { key: '50f352cdf119c9fdc396a28f05418b8b9227a96b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '15f5fcc33e79170bbd93a99c9f584ddb4a5f18b1' }, "Pagination")), index.h("li", { key: 'af5e0f4c913c726f8c60e5da958a159fef9b2ab8' }, index.h("span", { key: '36d6c4b024614866f90c15049a3254dc4231aaa9' }, index.h("ifx-icon", { key: '8bb7d9b57bb926f2203838c5862c8034bade1f0c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4e98bd3c458a6d64bd198994b74fab6ca8fa1d23' }, "Sidebar filter")), index.h("li", { key: 'a661960717d45093338224070c068665d2c86834' }, index.h("span", { key: 'f7adbfa0a132e9c87359592c573a6a81612aec1d' }, index.h("ifx-icon", { key: '6c6fee0c5cf431f654c724ac064520941be5da3d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f7ab10c4fb8df620efc9d42891231fdf96b259d3' }, "Topbar filter")), index.h("li", { key: 'a2250b51d2e72692b0848acfe2a08f13ef2ad5f8' }, index.h("span", { key: 'e573c228776ae5178123c40e8dba494a5d0b94e2' }, index.h("ifx-icon", { key: '2ef8c29dae8e882a23a7404d186e38ca3bc82b25', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c00c370bb4a5775fd4beceaa4b29f89be532e218' }, "Nestable buttons")))), index.h("td", { key: '82421e651e51eb6a0f66bf1bca10f0ac8a587444' }), index.h("td", { key: 'e027f6f13dfa993a2349050667d3f8b772dbcdef' })), index.h("tr", { key: '02d2e7bca37d889b484a450ff38f816e2a625b1d' }, index.h("td", { key: '9c6154ed9a8ec20b270091542139ecb0fb29dbfb', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'ec46e49ab70a1dd4e8cc720428f7956b54cb3077', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-tabs--development", size: "s", variant: "bold" }, "Tabs")), index.h("td", { key: 'e343f620aa3c19e8fb1130647b56ee97f65cfe76' }, index.h("ul", { key: '2c1fdf87edcb019066fe23d70d7a2220bc7b8c09' }, index.h("li", { key: '519fcbe1591ef36f93653a63407aa2d732971572' }, index.h("span", { key: 'a26aaecee2b48c3146657a25e922981dfa67e081' }, index.h("ifx-icon", { key: 'ddfea20c5578bd3b531d888916316fdb968f204f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1d573c784010d440b241f388312c6b303ada298c' }, "Offers a customizable and interactive layout that allows users to switch between different content panels, typically used for organizing related information or functional sections")), index.h("li", { key: '4a523e4f66e039ec025d384878acfc0536a87822' }, index.h("span", { key: 'b9a67f27e9242cec547bc5e0db8c654b7e4672a4' }, index.h("ifx-icon", { key: '9500e30237b04ca3c3565238afc1c3684676f27c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bf68172304725150a8c93771ca3d09db655c0043' }, "Adheres to web standards")))), index.h("td", { key: '6bf45ef8437270681bf25367b425119245ac99f0' }, index.h("ul", { key: 'e07e0fa755a61e568e047f49018a46ff08699f3c' }, index.h("li", { key: 'ee7c99323e9a24ec5f8c3e1aa264cc0c126864c1' }, index.h("span", { key: '18e3313107b7dd01c925de27d21fcf90098b8d69' }, index.h("ifx-icon", { key: 'a8a494ff588b93b03c2fdcd9aa524c51cf3de6e5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bda6e7c85fe735c59c0aed4c72f7c73217f31c64' }, "Horizontal and Vertical orientation")), index.h("li", { key: '54c42999996e15521d41374c830ee81be9973e60' }, index.h("span", { key: 'b463c87371017c91e75d52023290fe5313d83d2a' }, index.h("ifx-icon", { key: '58375594bd3862c17f47346e9ba84932273ca603', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c27713ef8e6383e2039bd3c57d105fad5b1c2caf' }, "Extended customization")), index.h("li", { key: '5bb60eb9409d2cd1159c4271e58ab42bbe4b74e8' }, index.h("span", { key: 'f19351e04a3cd114a274a21ffc898ea1870d9338' }, index.h("ifx-icon", { key: '161870e5bae0039224d387ace762242a28b25d45', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1ab0cb79cfdb4a43a5f5c6b5e451a82bd51d1cd6' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a1feaa519054aeab44d68fc4799d5f7735e558c2' })), index.h("tr", { key: 'aebffaf38038097c177adb978df1c24f75801d8b' }, index.h("td", { key: 'f5b8fb718ed15560beaacef2f11615b542d6db1e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'cd5fe211889b5c9a835bf390f41c70255ba35429', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-tag--development", size: "s", variant: "bold" }, "Tag")), index.h("td", { key: '41e4fcec0b099fa2069c3a2ca81a4b509f092607' }, index.h("ul", { key: 'a01ac336d90f144bb7cdd35ff7d33849d2311d8f' }, index.h("li", { key: '1723019377ba6280dc70b42105514f5388645f74' }, index.h("span", { key: 'f333d21f5f60f692fc1acabb176b218bb14ab1fb' }, index.h("ifx-icon", { key: '964de2bf01847f75cdb50ece6650ddbf4d3a74a6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '08b4107121db8dd1eb3c65352cfd36fb8ff7c177' }, "Offers a customizable and stylized marker that allows users to quickly identify and associate specific items or content with descriptive labels or categories")))), index.h("td", { key: 'e77afa02d678b562b92f0c3a24bfc075362efbd2' }, index.h("ul", { key: '374eae592d0633cb807602aaf0514d16937efa83' }, index.h("li", { key: '85e6407e73b2cc729a2e69341b1626c97b8d4a55' }, index.h("span", { key: '5cf4bb2c0b778a74aa173cf3925eb24d026c28ab' }, index.h("ifx-icon", { key: '74e008fbfd1f439ceb48037b5283d5b66ad1fb0a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd22f2d612384911137ef45bc676dd265b2a6159c' }, "Icon incorporated")), index.h("li", { key: 'ebfd140a62587a3cf3468c74c937ac0e6e4dbbc9' }, index.h("span", { key: 'be413d2f1a44e14b58bb44f55490bd23dc260563' }, index.h("ifx-icon", { key: 'f84f9f243fac13b15336e2fe1378f226a90f6111', class: 'check__icon', icon: "check12" })), index.h("span", { key: '04c2e264165bfe4ea718e31962dbce0625ea1113' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f81cd91a8dd4ae938bb8d71dd86f606d37b7035d' })), index.h("tr", { key: '5dd7813bac46ea9fe38f955ed2ba0109b4fe6ac3' }, index.h("td", { key: 'a04de809d22339bc652dc7c5b078defb9c59e09d', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '118477988aca1f2bbc02d1c422cedf4010396a24', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-text-field--development", size: "s", variant: "bold" }, "Text Field")), index.h("td", { key: '85b005dc49d845d04b507c1c83daf056060e3019' }, index.h("ul", { key: '21d402386894909a8814f8c7d8587a7a009f0cc0' }, index.h("li", { key: 'f7c2826ba517080166022dd2b1e2e1bec68b2a8b' }, index.h("span", { key: '0b55bdc4bb6b77c404f37cb5e7a75bca9570c666' }, index.h("ifx-icon", { key: 'd10dc2f58a5d9a84f8ce02b985677fa5154c9cfb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '15a8a8cf1e288a7568d0d64d4236396feff4667d' }, "Offers a customizable and accessible interface that allows users to input and modify text, facilitating various data entry and form submission tasks")), index.h("li", { key: '2e20596fe5793258af62cb8fa125272288be1ff9' }, index.h("span", { key: '005f31a9cfac8e912bbcbf0615db5beebfa6c153' }, index.h("ifx-icon", { key: '30bd6f361b7d7dda51190ebe1bc6514df845c3e9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a16bcfd5510e76ce7878697e1f8aafe12f239697' }, "Adheres to web standards")))), index.h("td", { key: 'adf2eef9981c528e732495b211199535412de4f5' }, index.h("ul", { key: '2c80eda228ab65f3ae587d1570b1f1eb6cf6d324' }, index.h("li", { key: 'a8c3bc01f79b61f9fdc757b50c16f5a8c027fc05' }, index.h("span", { key: '03b93776feb1dce30e7322b2754910c1c232d4e8' }, index.h("ifx-icon", { key: 'd9e8b1565dda87b58bea37ed3c8c9ae95c99b634', class: 'check__icon', icon: "check12" })), index.h("span", { key: '54b85405483ca86d5569198ce7effde89688e7cb' }, "Extended customization")), index.h("li", { key: 'b4c58ccfeab7662f2a407dd95fd4008950e30010' }, index.h("span", { key: 'c818b703d3d4c7ad48202780531368f28f6f0aa0' }, index.h("ifx-icon", { key: 'b789f4305ecbd794baa3126e07e5119a60e1b54c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '59218a4c756ded3ca72879947e2e7425d9be6829' }, "Possibility for icon configuration")), index.h("li", { key: '9b9aa25a3f5f0a8e2bcee554f37bfa59b62259ec' }, index.h("span", { key: 'e1418369f1271c1af4c97b905d41bc39d8c3c73d' }, index.h("ifx-icon", { key: 'ff41ae300dd04e039ea8120f643c66669b880720', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f63a4b6b95e5a92239236c0dfc62c7ac51c740b6' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '83e875b5b04c1cbae8219c4177add5e06b7cd613' }, index.h("ul", { key: '9f8d6e065654dc04a3f3e67b04cbe57c6f0a0e6c' }, index.h("li", { key: 'b30e7693d8f13ccb298922ab389052fc44eeeed6' }, index.h("span", { key: '0f7f6ba63e3384b735adc3d2fb23f744ee453cee' }, index.h("ifx-icon", { key: '1a18552c1333b29afd3a5f62a17c8caffed230dd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c96d990d82cb9bd34a5e1472c44ffb9d71b6b212' }, "Form integration"))))), index.h("tr", { key: '64e96fe291bc2de9089910e0628c58cfd03b6fc8' }, index.h("td", { key: 'a38c798e88bf98e091ec8a5d8d4e9b42cedbd87a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '299276a3ba27a8a28f415d46d9ce47332eaec26c', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-tooltip--development", size: "s", variant: "bold" }, "Tooltip")), index.h("td", { key: 'beaf3b4159a357af77efdb93417b1ef96793ca32' }, index.h("ul", { key: '33ff20f829cb1e8b57c8e1d24390eff0f394efb2' }, index.h("li", { key: '8d38fb4e4d3791c402bd2ff4986b9c171ffadcdf' }, index.h("span", { key: '0720f83bc7352cf7e68153c5fbc657fe7d5a1a21' }, index.h("ifx-icon", { key: 'd678e41595c3fa772dc4d522008b187b7ffc0417', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f4a54721b68517787a5f418e30a312541fd75714' }, "Provides a simple and informative interface for displaying supplementary text or contextual information when users interact with specific elements within a web application")), index.h("li", { key: '370019faa505f0130dafd4fd67ecab230f3fa75c' }, index.h("span", { key: '76bcd70c7dd6a045513f10a2c14535de2096a1b2' }, index.h("ifx-icon", { key: '3a955cc90f00994f063da3cf06f72ba4e5065bbf', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ec91d5e7c3797d81caac45d80d46fa504e8a9b2b' }, "Adheres to web standards")))), index.h("td", { key: 'b3048dbd00e37ac3e836e04bc1de708f3bbba7dd' }, index.h("ul", { key: '8d282f0b163d59cda6e5fd42a227ce503a36172b' }, index.h("li", { key: '72252783ad59124a60bee991a9c90cf1d44e36e4' }, index.h("span", { key: '28f9b204289487019877eb002a8748a2344ecbd9' }, index.h("ifx-icon", { key: 'd5141c8ef4c0c290a49ce7dc1403e9152613e82f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9ff8d1f70b9224230801de39747f00f4d507e69b' }, "Compact, dismissible and Extended variants")), index.h("li", { key: '18c9bb18999437dc8bfe40d5373e878ccf725cc0' }, index.h("span", { key: '27a65f955a5bce022daaf900897a732d7c8216ed' }, index.h("ifx-icon", { key: '0ec0dde0d5094d52f3386acc2a9a1031946967d5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bfd2ccfdc5a4bb4aa382d77acf9d1bf5445f32fd' }, "Auto-adjusting position")), index.h("li", { key: '864b9f98b299dd11bc95334984c8533ed98b0dfe' }, index.h("span", { key: '23a19c5806c2484aed24abbcc12013b51671ea63' }, index.h("ifx-icon", { key: '3179e6e1da7293aaf741101ec9cfa79ddd403c1e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4948436998da1f6f3b5c0a4496c0884f018b8267' }, "Icon incorporated")), index.h("li", { key: '9fbed72e461f0630cd692634c919757711173b3e' }, index.h("span", { key: '9cd9baaa8229b8a5a8acf33e333cd3487bef8ad0' }, index.h("ifx-icon", { key: '0d741430de41c137baaeebcaf507d4a1d412065e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6f7116cc8f3e4ceaf0fff978a5a5cdc17b2bb6e3' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '7c1c6ad7d7e298bd35bdc6679aed6c850f755cb5' })), index.h("tr", { key: 'e3aa89d2d6fd00d62f8fe8e576129c49d58da788' }, index.h("td", { key: 'be1172b1f7c04d54d7d9d0fa7fe3c16cd1f45445', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'cff08ab93bfaea0f369d6ff5ccbcb7a26dfefc10', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-notification--development", size: "s", variant: "bold" }, "Notification")), index.h("td", { key: '5bf85c2f8bd3f874ff0f81860c9f3dd13f0fa037' }, index.h("ul", { key: '7c9daea978f85c1543356a987386070bb033cab3' }, index.h("li", { key: 'a27df700f27a5e03cd8dd69d58fe6cb9fdf51887' }, index.h("span", { key: 'c2e52a172b2b8cfa51d5c00957aa3ddfa0e59f44' }, index.h("ifx-icon", { key: '13213925ee979480425e06f22ef30e833e1d4551', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a7c9d50d32ec9cbc47d590cd97d4192bb51c62db' }, "Offers a flexible and visually distinct container for presenting informative, warning, or error messages to users, enhancing the overall user experience with timely and relevant feedback")), index.h("li", { key: '90ed78acf891ba6ee08add4613a03e41174b5c17' }, index.h("span", { key: '9190b26afcd6bfaef514c95b4edda9554d04e2a3' }, index.h("ifx-icon", { key: 'fe7275a916a4cb41d0b7f7ba69fc83e66052851a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e204cc426608ff70df468ea32c3f0b7c1ac40e3a' }, "Adheres to web standards")))), index.h("td", { key: 'b93615ddf0d17c3c80a5d16b085f7d5cc39a3af2' }), index.h("td", { key: 'b6cf19a9592ef52fe2adee7561639b8f1c14b5f7' })), index.h("tr", { key: 'e0498fb517777f0263c4422bea4f8b31925137ba' }, index.h("td", { key: '470ff105fb8b4f4a23b826bfc7319d73d03420ab', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '26a601f8281302f97d4de4d58c76fb63d806b734', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-content-switcher--development", size: "s", variant: "bold" }, "Content Switcher")), index.h("td", { key: 'e952b16778fc3884c915930f33955112aa8105de' }, index.h("ul", { key: '36159768cd5950e03145deccb419d97b2c3fc73e' }, index.h("li", { key: 'b68f2172d4d33d3ad87cf64bfd590e4d55848b99' }, index.h("span", { key: '669de759d75424fba3ed3d08ef4285c157be1e86' }, index.h("ifx-icon", { key: '0fa274eada0c02f97b770a51912b9c13427ba533', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7c473e37b9f40efac39f1fa5548a29b3735e709c' }, "Provides a flexible and intuitive interface for dynamically switching between different content sections or views within a web application")), index.h("li", { key: '9c74f29da05c71a31880168ee433c27095a3556a' }, index.h("span", { key: '4e6f0956676d26c394bab053275af50adf5e4ef1' }, index.h("ifx-icon", { key: '0e32ee2b4008da7effd0aa59d9e331fa519026e5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '70f4c689e768a2fdb8eb1202ebbdbce18457f8f6' }, "Offers a customizable mechanism for users to toggle and display diverse content panels, facilitating seamless navigation and interaction with varying information or functional contexts")), index.h("li", { key: '91c83dff50d68c42825d993202859119ceb7aa04' }, index.h("span", { key: '82f204254130ccd559b4c2a45294dc36e68210e4' }, index.h("ifx-icon", { key: '6bd9cf25b9ef442c00d202f5c84ae82d46d97ee5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ee5d6f14225e1efd1efcf7c7bc9ca12c4efd8905' }, "Adheres to web standards")))), index.h("td", { key: 'f630a997c4b621a73d49bccee64e6a49a1d22540' }), index.h("td", { key: '3919d80156d398e4074868d0ef81d9043a3207cb' })), index.h("tr", { key: '3f50c29c1d6a4acb0d620c538f6a2980e8484156' }, index.h("td", { key: '029e008cae5583662e2ddae73c0eb704ca46b945', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd374c08e7ec684ec89948a950b42b097875a7cb2', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-segmented-control--development", size: "s", variant: "bold" }, "Segmented Control")), index.h("td", { key: '45c946e23150dd8a6516a3843e009fd7af38fe21' }, index.h("ul", { key: 'd24e4e4b2d2371c54fac1af29d03cddf268cc7ef' }, index.h("li", { key: 'bfeaa5e0e6f9524a28eebc97b20c861b59688123' }, index.h("span", { key: '23916b37fc2da76dac6470bde35c688c7d0e7739' }, index.h("ifx-icon", { key: '6627d779d0adda176a2536dd82c98aa0ac7b91ac', class: 'check__icon', icon: "check12" })), index.h("span", { key: '100ed703d5fbdd3d99bf7e46d92becd5570ae31d' }, "Provides a clear and interactive interface for users to make mutually exclusive selections among multiple options within a web application")), index.h("li", { key: 'baef626e28e24e7915ca745ddcd7623a27a9114e' }, index.h("span", { key: 'd0c9a5fe2e2f84bfadf5b694d6fd60fb1840e3ef' }, index.h("ifx-icon", { key: 'c6a4256937298c9c6a7cc10c4d5b4816486a4838', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3ae261b3c7a6cddfd304e26ff2702497e934b5fb' }, "Offers a customizable set of segmented buttons or tabs, allowing users to toggle between different choices or views, typically used for filtering, categorization, or navigation purposes")), index.h("li", { key: '1f170beb0a7ef7fb62a42a536dbeace905f86ab3' }, index.h("span", { key: 'f2795572dd661f5b6be344883db205fc99a7debb' }, index.h("ifx-icon", { key: 'e617b7b4917123a0f9354baba966b75aaf2fa901', class: 'check__icon', icon: "check12" })), index.h("span", { key: '477787e4851e65b764247fc065f197a8a08fc528' }, "Adheres to web standards")))), index.h("td", { key: 'afe18ef0379fc51b456f99988f9f641f34392d07' }), index.h("td", { key: 'c5ab4b21c41fd53a0358690736e953408e97aad6' })), index.h("tr", { key: 'd5e8328752b0a0a0dc121891ae51c8c0fa5eb58a' }, index.h("td", { key: '4c694381ef5577be519269ca99d2c9d5356fd311', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'cba2fae4e556826f0ab9def8ee14a4d90ccba842', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-segmented-controls--development", size: "s", variant: "bold" }, "Textarea")), index.h("td", { key: '0d10cfa411798ba3979cb07a5e1fd48c32a8ded2' }, index.h("ul", { key: 'c1f1e001080f5a743f013708c6edf3a3caea25f6' }, index.h("li", { key: '02d99025cd1a1c970e0df40790ac388f2a11adbd' }, index.h("span", { key: '1c0b83ccfa9f605a763f104e1ec5cae05afe12e7' }, index.h("ifx-icon", { key: '0b54c57dd2cbb9e2f1d06ff56f115a209e3b6c16', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e0948abd5c1d1379b419113c3bc86b0f94b2d776' }, "Provides a customizable multi-line text input interface, enabling users to input, edit, and view large amounts of text, while adhering to web standards for accessibility and usability.")), index.h("li", { key: 'c8e7d138d85e1a97be20759c315084a4408910ce' }, index.h("span", { key: '413949f2bcb167752bbc7c19f1e685072fc214c6' }, index.h("ifx-icon", { key: 'd0563548e1c1be9ab6591886c9333316a090789c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'de35d1ecc6939f9c048c3ac485b4f52653b7836d' }, "Form integration")))), index.h("td", { key: 'b631d7f85a5090720a4bf36d0f880025be1b236a' }), index.h("td", { key: '4fdce8ddd3c399fa3051117fbd103ea016a60e2a' })), index.h("tr", { key: '6de51cc2e8ec8dae6cb104a54295e5320b7f8891' }, index.h("td", { key: 'f4e4266537d9ed145e08ee79f34f00f1cb4302f3', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '260340b56ea054475dee89fd591d44f7a7397a76', href: "", size: "s", variant: "bold" }, "Card Group")), index.h("td", { key: '9965128b3c4849c30ed9148935eac015f5a0bdc4' }, index.h("ul", { key: '3bc98f56da00ac8aa7c7da48e3a859881cdb13e3' }, index.h("li", { key: 'd8f97e57e59fac739871df3c04557f20fa21328e', class: "planned__component-wrapper" }, index.h("span", { key: '187b0598bd71e62617aa1c1800718b3ea9733136' }, index.h("ifx-icon", { key: '1faaf7c3512618bf9e27ae6396998fd8fd094d7b', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '4bb6d0c3803c541adffd2f81412b501ad6286165' }, "On Hold")))), index.h("td", { key: 'efb19c8379917cc789c22d65a69cf71b16f01d34' }), index.h("td", { key: '687192ce63078cb7294a8eddfacb68b515a6735b' })), index.h("tr", { key: '7cda1dd2a977c7a41803b2cbc0977ead0fc24c68' }, index.h("td", { key: 'bd290ef3d261acbd3345eb7f06e77e541bd3cb10', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '895a9ed4e03de6025706ab64c957c5810af9ae2c', href: "", size: "s", variant: "bold" }, "Upload")), index.h("td", { key: '5e6d6caddb399090340731828282816cfbacfc4e' }, index.h("ul", { key: 'db0af552e782f65a68f6f1bd7fd75161c3c733c7' }, index.h("li", { key: 'b5995de8641fb1f6c5ca39928f11b36d5b7da509', class: "planned__component-wrapper" }, index.h("span", { key: 'b8910d05137b4daeef02c175f91eefa9741968dc' }, index.h("ifx-icon", { key: '61b46feb15574d733b5c450ed361b1e1df9e6922', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: 'd6e7064d3329e86c8236c3fdfd25a5eb7676ae01' }, "In Progress")))), index.h("td", { key: '327d313f3b9d01b1d5561c9c6433d4497f0fd505' }), index.h("td", { key: '3c91b8d65d58d3a1bd5c5da85465341658fad700' })), index.h("tr", { key: '692b4b17d64d5d0b786494654563e27f89b4c673' }, index.h("td", { key: 'c2a4b1b01b63b838aeaead9ec8f4051406c2d12e', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'bf09f91a2bded7755642263ffe445ecf13345be3', href: "", size: "s", variant: "bold" }, "Tree View")), index.h("td", { key: 'f8d4fbc986af363ae765c88a96dc38e5c5b689bc' }, index.h("ul", { key: 'c1113cf174fc031d0f0afa6f4e7fa0320f9e63d5' }, index.h("li", { key: '8cb023a8f2627a75ef145f4f30dff81b5724fff7', class: "planned__component-wrapper" }, index.h("span", { key: '3377fea23dc481e60b60ea83acff57dc7935c683' }, index.h("ifx-icon", { key: '75d9965cc1e7a04cc3a0e71df505d4fb222903a4', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: 'e30cb3920a1f0f36d3d0df1b1a2656672079ab07' }, "In Progress")))), index.h("td", { key: 'ac7fb1ba2902d574af718878ba8a8246e79ec396' }), index.h("td", { key: '1d47b94a942c4a7fbe040e89522276f876cffadb' })), index.h("tr", { key: 'c9a1ab1d4630fc1b97f4b86fe4cf894e2fd3af06' }, index.h("td", { key: 'ae62f1a3e56677fa80ec4308d2e7d4c0a258ce30', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '91158664f3b74e36ac6dec9883bc272f9f9a196a', href: "", size: "s", variant: "bold" }, "Popover")), index.h("td", { key: '64e542a98d769fd20823117aa615629b43f27575' }, index.h("ul", { key: 'ef24e9931b65f18d25644305b070016d134c8639' }, index.h("li", { key: 'efb76407a207c8e7c6f7244bce00d7608610ece4', class: "planned__component-wrapper" }, index.h("span", { key: 'ce528230f74426ee1e0dda976d16781d21c883e4' }, index.h("ifx-icon", { key: 'c8a12b8f379a8d86388063dff7429d0e15b53556', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '168d5f1c68790aeb7a6d5ec57ff7f3c43f95684f' }, "In Progress")))), index.h("td", { key: 'fe69d79a778d04a86711feef3cbb5627123691d0' }), index.h("td", { key: '0808946dadfc86a270a87453a8de04174c6a3efc' }))))))));
|
57
57
|
}
|
58
58
|
get el() { return index.getElement(this); }
|
59
59
|
};
|