@infineon/infineon-design-system-stencil 32.0.0 → 32.1.0--canary.1681.8e7428ed830ca5c1505633fc0cd69c8ff7a84007.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-checkbox-group.cjs.entry.js +61 -0
- package/dist/cjs/ifx-checkbox-group.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-checkbox.cjs.entry.js +11 -4
- package/dist/cjs/ifx-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/ifx-chip_3.cjs.entry.js +11 -11
- package/dist/cjs/ifx-content-switcher-item.cjs.entry.js +1 -1
- package/dist/cjs/ifx-content-switcher.cjs.entry.js +1 -1
- package/dist/cjs/ifx-date-picker.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-header.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-item.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-menu.cjs.entry.js +2 -2
- package/dist/cjs/ifx-dropdown-separator.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown-trigger-button.cjs.entry.js +2 -2
- package/dist/cjs/ifx-dropdown-trigger.cjs.entry.js +1 -1
- package/dist/cjs/ifx-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
- 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 +2 -2
- 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.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-1ce5aae1.js +4 -0
- 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/checkbox/checkbox.css +1 -1
- package/dist/collection/components/checkbox/checkbox.js +26 -3
- package/dist/collection/components/checkbox/checkbox.js.map +1 -1
- package/dist/collection/components/checkbox/checkbox.stories.js +12 -3
- package/dist/collection/components/checkbox/checkbox.stories.js.map +1 -1
- package/dist/collection/components/checkbox-group/checkbox-group.css +59 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js +238 -0
- package/dist/collection/components/checkbox-group/checkbox-group.js.map +1 -0
- package/dist/collection/components/checkbox-group/checkbox-group.stories.js +151 -0
- package/dist/collection/components/checkbox-group/checkbox-group.stories.js.map +1 -0
- package/dist/collection/components/chip/chip-item/chip-item.js +2 -2
- package/dist/collection/components/chip/chip.js +8 -8
- package/dist/collection/components/content-switcher/content-switcher-item.js +1 -1
- package/dist/collection/components/content-switcher/content-switcher.js +1 -1
- package/dist/collection/components/date-picker/date-picker.js +1 -1
- package/dist/collection/components/dropdown/dropdown-header/dropdown-header.js +1 -1
- package/dist/collection/components/dropdown/dropdown-item/dropdown-item.js +1 -1
- package/dist/collection/components/dropdown/dropdown-menu/dropdown-menu.js +2 -2
- package/dist/collection/components/dropdown/dropdown-seperator/dropdown-separator.js +1 -1
- package/dist/collection/components/dropdown/dropdown-trigger/dropdown-trigger.js +1 -1
- package/dist/collection/components/dropdown/dropdown-trigger-button/dropdown-trigger-button.js +2 -2
- package/dist/collection/components/dropdown/dropdown.js +1 -1
- 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 +2 -2
- 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/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.d.ts +11 -0
- package/dist/components/ifx-checkbox-group.js +91 -0
- package/dist/components/ifx-checkbox-group.js.map +1 -0
- 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-content-switcher-item.js +1 -1
- package/dist/components/ifx-content-switcher.js +1 -1
- package/dist/components/ifx-date-picker.js +2 -2
- package/dist/components/ifx-dropdown-header.js +1 -1
- package/dist/components/ifx-dropdown-item.js +2 -2
- package/dist/components/ifx-dropdown-menu.js +2 -2
- package/dist/components/ifx-dropdown-separator.js +1 -1
- package/dist/components/ifx-dropdown-trigger-button.js +3 -3
- package/dist/components/ifx-dropdown-trigger.js +1 -1
- package/dist/components/ifx-dropdown.js +1 -1
- package/dist/components/ifx-faq.js +3 -3
- 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 +3 -3
- 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 -1
- 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 +6 -6
- 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-df1ab648.js → p-15a737a8.js} +4 -4
- package/dist/components/{p-df1ab648.js.map → p-15a737a8.js.map} +1 -1
- package/dist/components/{p-2e93f4f1.js → p-18552af4.js} +5 -5
- package/dist/components/{p-2e93f4f1.js.map → p-18552af4.js.map} +1 -1
- package/dist/components/{p-711cfe1c.js → p-25dce5bf.js} +3 -3
- package/dist/components/{p-711cfe1c.js.map → p-25dce5bf.js.map} +1 -1
- package/dist/components/{p-e288bc05.js → p-2cb994f0.js} +5 -5
- package/dist/components/{p-e288bc05.js.map → p-2cb994f0.js.map} +1 -1
- package/dist/components/{p-0ca597ea.js → p-3d46d2af.js} +6 -6
- package/dist/components/{p-0ca597ea.js.map → p-3d46d2af.js.map} +1 -1
- package/dist/components/{p-f6eb75e8.js → p-47853a7b.js} +3 -3
- package/dist/components/{p-f6eb75e8.js.map → p-47853a7b.js.map} +1 -1
- package/dist/components/{p-dd2f84a3.js → p-4cd3a589.js} +2 -2
- package/dist/components/{p-dd2f84a3.js.map → p-4cd3a589.js.map} +1 -1
- package/dist/components/{p-8e549467.js → p-5f01ab1d.js} +3 -3
- package/dist/components/{p-8e549467.js.map → p-5f01ab1d.js.map} +1 -1
- package/dist/components/{p-3cbe73f9.js → p-5fe24279.js} +2 -2
- package/dist/components/{p-3cbe73f9.js.map → p-5fe24279.js.map} +1 -1
- package/dist/components/{p-bd0c2dc7.js → p-6925a52c.js} +2 -2
- package/dist/components/{p-bd0c2dc7.js.map → p-6925a52c.js.map} +1 -1
- package/dist/components/{p-7b91b0ec.js → p-80856f14.js} +6 -6
- package/dist/components/{p-7b91b0ec.js.map → p-80856f14.js.map} +1 -1
- package/dist/components/{p-0b116203.js → p-977668df.js} +3 -3
- package/dist/components/{p-0b116203.js.map → p-977668df.js.map} +1 -1
- package/dist/components/{p-a803e6b3.js → p-9c7d6c8c.js} +4 -4
- package/dist/components/{p-a803e6b3.js.map → p-9c7d6c8c.js.map} +1 -1
- package/dist/components/{p-82ea5424.js → p-b3918f07.js} +5 -5
- package/dist/components/{p-82ea5424.js.map → p-b3918f07.js.map} +1 -1
- package/dist/components/{p-aa905dcf.js → p-be22dd11.js} +2 -2
- package/dist/components/{p-aa905dcf.js.map → p-be22dd11.js.map} +1 -1
- package/dist/components/{p-6d91c497.js → p-d8045654.js} +14 -6
- package/dist/components/p-d8045654.js.map +1 -0
- package/dist/components/{p-9ef57ec1.js → p-dbf6be15.js} +2 -2
- package/dist/components/{p-9ef57ec1.js.map → p-dbf6be15.js.map} +1 -1
- package/dist/components/{p-c6d94a88.js → p-ec51e955.js} +2 -2
- package/dist/components/{p-c6d94a88.js.map → p-ec51e955.js.map} +1 -1
- package/dist/components/{p-a5768429.js → p-fd590059.js} +11 -11
- package/dist/components/{p-a5768429.js.map → p-fd590059.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-checkbox-group.entry.js +57 -0
- package/dist/esm/ifx-checkbox-group.entry.js.map +1 -0
- package/dist/esm/ifx-checkbox.entry.js +11 -4
- package/dist/esm/ifx-checkbox.entry.js.map +1 -1
- package/dist/esm/ifx-chip_3.entry.js +11 -11
- package/dist/esm/ifx-content-switcher-item.entry.js +1 -1
- package/dist/esm/ifx-content-switcher.entry.js +1 -1
- package/dist/esm/ifx-date-picker.entry.js +1 -1
- package/dist/esm/ifx-dropdown-header.entry.js +1 -1
- package/dist/esm/ifx-dropdown-item.entry.js +1 -1
- package/dist/esm/ifx-dropdown-menu.entry.js +2 -2
- package/dist/esm/ifx-dropdown-separator.entry.js +1 -1
- package/dist/esm/ifx-dropdown-trigger-button.entry.js +2 -2
- package/dist/esm/ifx-dropdown-trigger.entry.js +1 -1
- package/dist/esm/ifx-dropdown.entry.js +1 -1
- package/dist/esm/ifx-faq.entry.js +1 -1
- 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 +2 -2
- 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.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-b4eaf00e.js +4 -0
- 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-7032b693.entry.js → p-00baeb0a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-facf8df6.entry.js → p-094349b2.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-b37da251.entry.js → p-0c747aac.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a7c2fbdb.entry.js → p-16430d76.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-08c4de8b.entry.js → p-182854c8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-98ffcc21.entry.js → p-188274f9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-19ebd7a9.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-b5fe7ee8.entry.js → p-1a93de53.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-1b5ebeef.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-09597e91.entry.js → p-1b907dbd.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-95db9c5f.entry.js → p-1c869534.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-34182e4c.entry.js → p-1e44b494.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ea52834a.entry.js → p-260c4f53.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-10d8c7e1.entry.js → p-272aab7f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-09dfde13.entry.js → p-2ad3b594.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-99d8b86a.entry.js → p-2d8c79bc.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-fbed47fd.entry.js → p-35979bd9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-3bd8af6b.entry.js → p-37e5b4b4.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-42ea3581.entry.js → p-386f62f0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-4fb1282d.entry.js → p-40466219.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-4701832b.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-4701832b.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-be8764ca.entry.js → p-4d1670ed.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-285c1ac0.entry.js → p-4ea09b73.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-52c46b22.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-2defb71b.entry.js → p-5c144c40.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e675986f.entry.js → p-6167fe81.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-0c19661f.entry.js → p-65b50486.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-4afef8e3.entry.js → p-733bcf3d.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-44bd4a94.entry.js → p-757132ca.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-7721aa73.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-b8471917.entry.js → p-7b9fd2df.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-1e746ca3.entry.js → p-8276469c.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-88a3c2e8.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-89c4fae2.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-bb1f03e1.entry.js → p-8ab52cac.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-caa2c40c.entry.js → p-8c0927d0.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-8edfc4d5.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-939f2f37.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-025924da.entry.js.map → p-939f2f37.entry.js.map} +1 -1
- package/dist/infineon-design-system-stencil/{p-8332bfe5.entry.js → p-9901114e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-a1d3859e.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-a1d3859e.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-1f41961c.entry.js → p-b0156752.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-18c53271.entry.js → p-b1bd480b.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9fd021ff.entry.js → p-bb5fbeb8.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-bfd26211.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-24f531ca.entry.js → p-c85dc125.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-12535be0.entry.js → p-c8fecc8e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-ac14a8c6.entry.js → p-cc859294.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-45ed163c.entry.js → p-ccba569e.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-32c62437.entry.js → p-cffc5d17.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-c67f057e.entry.js → p-d2998185.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-0c34e7ab.entry.js → p-d3957af9.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6e900d3f.entry.js → p-de532a77.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-5a1b3e6b.entry.js → p-f8f10567.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-011a8cce.entry.js → p-f9298124.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-f0bed0a7.entry.js → p-fc9a13fa.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-28961fb4.entry.js → p-fcec715a.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-be38376b.entry.js → p-fd866344.entry.js} +2 -2
- package/dist/types/components/checkbox/checkbox.d.ts +2 -0
- package/dist/types/components/checkbox/checkbox.stories.d.ts +10 -0
- package/dist/types/components/checkbox-group/checkbox-group.d.ts +19 -0
- package/dist/types/components/checkbox-group/checkbox-group.stories.d.ts +183 -0
- package/dist/types/components.d.ts +30 -0
- package/package.json +1 -1
- package/dist/components/p-6d91c497.js.map +0 -1
- package/dist/infineon-design-system-stencil/p-025924da.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-2fac384a.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-332afce9.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-5031d738.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-59888005.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-5b444517.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-d1efcac6.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-eb752024.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-eb78b152.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-ecd0640d.entry.js +0 -2
- package/dist/infineon-design-system-stencil/p-ecd0640d.entry.js.map +0 -1
- /package/dist/infineon-design-system-stencil/{p-7032b693.entry.js.map → p-00baeb0a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-facf8df6.entry.js.map → p-094349b2.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b37da251.entry.js.map → p-0c747aac.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a7c2fbdb.entry.js.map → p-16430d76.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-08c4de8b.entry.js.map → p-182854c8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-98ffcc21.entry.js.map → p-188274f9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-eb752024.entry.js.map → p-19ebd7a9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b5fe7ee8.entry.js.map → p-1a93de53.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-d1efcac6.entry.js.map → p-1b5ebeef.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-09597e91.entry.js.map → p-1b907dbd.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-95db9c5f.entry.js.map → p-1c869534.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-34182e4c.entry.js.map → p-1e44b494.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ea52834a.entry.js.map → p-260c4f53.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-10d8c7e1.entry.js.map → p-272aab7f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-09dfde13.entry.js.map → p-2ad3b594.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-99d8b86a.entry.js.map → p-2d8c79bc.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-fbed47fd.entry.js.map → p-35979bd9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-3bd8af6b.entry.js.map → p-37e5b4b4.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-42ea3581.entry.js.map → p-386f62f0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-4fb1282d.entry.js.map → p-40466219.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-be8764ca.entry.js.map → p-4d1670ed.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-285c1ac0.entry.js.map → p-4ea09b73.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5031d738.entry.js.map → p-52c46b22.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2defb71b.entry.js.map → p-5c144c40.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e675986f.entry.js.map → p-6167fe81.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-0c19661f.entry.js.map → p-65b50486.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-4afef8e3.entry.js.map → p-733bcf3d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-44bd4a94.entry.js.map → p-757132ca.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2fac384a.entry.js.map → p-7721aa73.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b8471917.entry.js.map → p-7b9fd2df.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1e746ca3.entry.js.map → p-8276469c.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5b444517.entry.js.map → p-88a3c2e8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-59888005.entry.js.map → p-89c4fae2.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-bb1f03e1.entry.js.map → p-8ab52cac.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-caa2c40c.entry.js.map → p-8c0927d0.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-332afce9.entry.js.map → p-8edfc4d5.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-8332bfe5.entry.js.map → p-9901114e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-1f41961c.entry.js.map → p-b0156752.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-18c53271.entry.js.map → p-b1bd480b.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9fd021ff.entry.js.map → p-bb5fbeb8.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-eb78b152.entry.js.map → p-bfd26211.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-24f531ca.entry.js.map → p-c85dc125.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-12535be0.entry.js.map → p-c8fecc8e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-ac14a8c6.entry.js.map → p-cc859294.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-45ed163c.entry.js.map → p-ccba569e.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-32c62437.entry.js.map → p-cffc5d17.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-c67f057e.entry.js.map → p-d2998185.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-0c34e7ab.entry.js.map → p-d3957af9.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6e900d3f.entry.js.map → p-de532a77.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-5a1b3e6b.entry.js.map → p-f8f10567.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-011a8cce.entry.js.map → p-f9298124.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-f0bed0a7.entry.js.map → p-fc9a13fa.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-28961fb4.entry.js.map → p-fcec715a.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-be38376b.entry.js.map → p-fd866344.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: 'ca3c8310ad317f2bce55a18a8a3cffbd4b9809fb', class: 'container' }, index.h("header", { key: '0676a8271dbefcc19ea915775889353b78e76aa1', class: 'header' }, index.h("div", { key: 'f6b9420f624badeef88b363db60030a823c63f16', class: "header__info-wrapper" }, index.h("div", { key: '79f2d7105c0f5f7a4c40e4ed0ad7c3c614ee79ac', class: "title" }, "DDS Components Overview"), index.h("div", { key: 'd8b708e9287e055f9164772ba9df1c286a3fa03a', class: "infoboard__wrapper" }, index.h("div", { key: '72ee4009e82b1085c20e4c1042c8cb68bea87e64', class: "basic__info" }, index.h("div", { key: '9d6779ef64d681d255344b1ea24b445bea0bc463' }, "Total Number:"), index.h("div", { key: '926795a2dba61398b78975b532739f19fbcde80b' }, index.h("ifx-number-indicator", { key: '9f84d42a217f7d060b908741281964e111619580', id: "number__indicator-total" }))), index.h("div", { key: 'ea0e7cd607c1f93ca7ceeacf149c3e762fd849ca', class: "basic__info" }, index.h("div", { key: '1ea7782112cafb8031ef385bd79d6c531810f0e7' }, "Completed:"), index.h("div", { key: 'e5a7deb30741ebfe49bd4d94db731b69c86e599c' }, index.h("ifx-number-indicator", { key: '7f23f496e092620072611035bb2250bf5919cce5', id: "number__indicator-completed" }))), index.h("div", { key: '01d0f861f555f0e60c6a8a2d513241649a8301b7', class: "basic__info" }, index.h("div", { key: '6084f3b7bba5810ed16df121a953864c026f86d4' }, "In Progress:"), index.h("div", { key: '74d22aad00e2495c3c9bf3dab3f675ff3257dbc4' }, index.h("ifx-number-indicator", { key: 'd59565494d14dffb985a88af24d2d34480574e53', id: "number__indicator-planned" })))))), index.h("div", { key: 'b9f72818d31f4dd85be575312e70abcf3fecaf03', class: "view" }, index.h("div", { key: '9867aee3d100a50b6c9bd83bc9eb29556dce8897', class: "wrapper" }, index.h("table", { key: '18a929925c3236ed37fd3e5c396bd044c7696636' }, index.h("thead", { key: 'ad7da6bc1ceaec28456d1c4c16365831ac1a60ff' }, index.h("tr", { key: '09a3847e2f551bc083bac83a5f40af7d9b26e8a5' }, index.h("th", { key: 'e9bbfac65fa077813f8f5e57ef0556cfa762fc6e', class: "sticky-col second-col" }, "Component"), index.h("th", { key: '62e6dc93a9091ec67a47ed36304f9323e1758136' }, index.h("div", { key: '71c3cbaaf9c39516a72ee566af0260c8e0c98304', class: "version__wrapper" }, index.h("span", { key: '21d66589a4a581064b17f792006f33dc376ef4c1' }, "Version 1"))), index.h("th", { key: '9a78d5fb14ef287c8756054fc73a9fe0619e1778' }, index.h("div", { key: '16606e8bb412cb0b1f1a77300143acf5fee5afa1', class: "version__wrapper" }, index.h("span", { key: '4e5ee3bfeef2ef951b463b0db12627316c6b2c6d' }, "Version 2"))), index.h("th", { key: '7bb8c744647b69ecdce4bdb9b25960de044392ac' }, "Version 3"))), index.h("tbody", { key: '6a0b5bf697153c17de5239ab5ba5ce2c0b662fec' }, index.h("tr", { key: '4b35600fedb93a7273ed9796309d0b0798eab586' }, index.h("td", { key: '18b1ab8b946a94a0df1f31dab003cd3cd0460ad0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9f9583ee46a6fe2df24ef58f0542aa3a318ad946', 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: '741df479f3b98f175c64b97e4f9674b85dfcdbfe' }, index.h("ul", { key: '1ee3c54cce8d7933473f9773fc3cee0566e9d36a' }, index.h("li", { key: 'caa1247bfce3f8db182b1e30eb376e0c2014ab08' }, index.h("span", { key: '6d1c1bab4aa83db8f22be194d8a41ed554dcf80e' }, index.h("ifx-icon", { key: 'db154ba6ed91ece3a7d3d0c0ffeac5fcecff612c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '87623a3a99397d3689e3a18da0b828cbe3452182' }, "Includes essential functionality such as expand/collapse behavior and minimal customization options")), index.h("li", { key: '2ffeebe94235f4302811958badb1f43ff72bde79' }, index.h("span", { key: 'b1a092c93b3501d5d11c01a285779a895e77445b' }, index.h("ifx-icon", { key: '10ae6bcb0c9abc5387aa9c78da9d9988be27e7ce', class: 'check__icon', icon: "check12" })), index.h("span", { key: '982485647ec5c8948e2b4c664c471a7f62119ad5' }, "Adheres to web standards")), index.h("li", { key: 'd2c6aa8064b4eca8d60efc150ad48bfad4cfa7d8' }, index.h("span", { key: 'efe6a75938a88aa241485a4d9aafe8a630f38983' }, index.h("ifx-icon", { key: 'bf5352ca14b5fea51f5263446cee7b0b8ea7a9fa', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4f5c4f7cfa49bd35bbecbbe405b6261fa44356c3' }, "Provides a simple and lightweight way to organize and display collapsible content")))), index.h("td", { key: 'a93ccb811aa05743ffb6807dffa3c6e2f945a3c3' }, index.h("ul", { key: 'f593870bf247ff4173bf9f5ff44e372b4a66682c' }, index.h("li", { key: '2195e3641838269a2e5637f9b13772d8fb248abe' }, index.h("span", { key: '1e00a7bbf2e77b2504c2aefe524a7a4b3dc6e1f3' }, index.h("ifx-icon", { key: 'a1b3ae4923fde1e557df0a7d2c89c979e03c75eb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ebd7f142b1ab58c5a562cfc468adc8274039e1b' }, "Auto collapse feature")), index.h("li", { key: '6e1c1f711e3867faf440abf53749e22332d74f54' }, index.h("span", { key: 'fe7770993702c0ca663cf6698272658645b72571' }, index.h("ifx-icon", { key: 'e582aec4f5db995ffb34f461dbfedfd72e8f5381', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ca0750b559365b793c9077466bee1adbc03a1047' }, "Initial collapse feature")), index.h("li", { key: '121d3b2d82e4a599e6947367e3c43280065f1bb0' }, index.h("span", { key: 'c2446c01c5d01e5097072190fcbe34b54a708b01' }, index.h("ifx-icon", { key: 'e45f4988ad277f08ce959cc614e0d92c7a4b2c22', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aeb7120c154779ddefcdcbc464553b8284670e72' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'bf62b55fc1018ae411b4dedc41c253ffca2b28a8' })), index.h("tr", { key: 'aa62b6436dba2de08b625424a5f8713d993900c0' }, index.h("td", { key: 'e067e7124ff0651017441c12cdfa56b25613e50b', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0b96fd8cf83ec03c21f45d76f462d502a1fcfc5c', 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: '28d2767ef999b6e2f96c4e4023a17efa4a2a713e' }, index.h("ul", { key: 'ce85adeb9c6aa1adef488006d436b80b4126ebbe' }, index.h("li", { key: 'd15b621da623f6c53a6e9a10587ec89cae15e19e' }, index.h("span", { key: '0949fbc63c900cf97af5fb421bcde5050f646e79' }, index.h("ifx-icon", { key: 'f3bc5784b0f7420fa22b7b613053d27729b92420', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1ff70705c0859ec8d32bb5805a715c05804855bc' }, "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: 'a312085284b8b41e984a54d286c68889f3c9e2f8' }, index.h("span", { key: '77831b44f076e197bc679c3e18de497901887222' }, index.h("ifx-icon", { key: 'c139c2085c225ce617fddf0d9505075fad107ebb', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bfd821990f7ab177bed7e41a1c0fa8ecb6d3dddc' }, "Adheres to web standards")))), index.h("td", { key: '3812926554da1262c57e36785153ae2e6fa62098' }, index.h("ul", { key: '1f4ef90af889cb8a8714591a2f4c6f57acb721d1' }, index.h("li", { key: '568fac38e691c8f2d62f15918105e443f0752828' }, index.h("span", { key: 'd429badfa058903f30dd7d481ab020616080ee06' }, index.h("ifx-icon", { key: '03ac84d67c27dfd06baa7b92ee0c863c9e81eda7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b7508f13f1af4d71c4999a6894bef0bdddd1fb76' }, "Configurable close button")), index.h("li", { key: '599e26819808b24a889430eee75ec668c9fae8b5' }, index.h("span", { key: '5664a4fb9d062b845cf8573e6d1485d89e8875ef' }, index.h("ifx-icon", { key: '1a18c13b1a9f415472e2d672304d186aeaa1c527', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e836af731eb06b57879480458ce332b1ed284a6f' }, "Additional Info variant")), index.h("li", { key: 'd12d18cae3c9bb2d3e55af2265c9b55146dbd060' }, index.h("span", { key: 'c9b277ee214281c1c2b53fda5da8b871caaf1904' }, index.h("ifx-icon", { key: '331ec0c0a7b975bde0be5ec182eeef1ebe0ebda8', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c3dadbbcde88e579d36d1088c4ecf8debc4f5a98' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '3b83a57a5697393b8cc2cb05de60bf32d0bca49c' })), index.h("tr", { key: '2dccf2e5c13278a20d726da24f89a17451a2a27c' }, index.h("td", { key: 'd69c69443517e3b5a1aede345bc20d4fcb6f377a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd32988ba8979f457fa6135f7082f77371822f1cc', 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: 'e101c6665e461f3ba5b5fe84f319917435e07db1' }, index.h("ul", { key: '9d7a342ac84c8bdf2039a66bd2e25e1508c0c03c' }, index.h("li", { key: '23a652ccb90e045d439b1c3c349819540c15c5bc' }, index.h("span", { key: '27324d1b95e9c52131c0d29d2f23b9cc0d86af70' }, index.h("ifx-icon", { key: '2a1169980e0a75a8582ed2abe51ac50a44191731', class: 'check__icon', icon: "check12" })), index.h("span", { key: '404bbbf2c3f03325c33fa8f2390e21bff8a249c9' }, "Offers simple customization options for displaying badges, allowing developers to indicate specific actions, statuses, or categories with visual cues")), index.h("li", { key: 'd7e6be905641666158c0ac14dab10a3448c8eaf9' }, index.h("span", { key: '2e8c94995c2ed50bf9836eab2b18ec39cead0940' }, index.h("ifx-icon", { key: 'e6ac4fa5870783a9a8f76035200029a04f9d07f4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4b01ad720a616165e750a2f6fc808630306a2fdc' }, "Designed to seamlessly integrate with existing UI elements and adhere to web standards")))), index.h("td", { key: '552193418f94022faeb788421f308ddf50e07fe3' }, index.h("ul", { key: 'b773af5bca3d01171db94a998f484a713c761268' }, index.h("li", { key: '9f1fb2f9867ecb0e99040514c4581706b763ee2b' }, index.h("span", { key: '3364a590dbc0edb8e6f2dfa21cd0554450e55b6a' }, index.h("ifx-icon", { key: '7e2195d569f9c431a0e86d17a06b443479f9b01e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c0cbe3c76778775687368ff1c09a72955c83455b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '5ec4de7627de88554141f36c9e6b0e3ad542afa9' })), index.h("tr", { key: 'bf12833f07b550e93f19fb83a4f7f83c4a62c395' }, index.h("td", { key: 'da0f00b020ae6f7f47883535cc1644e42a86b1c5', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'e485092fe443a3640d608d84c67a8c97609134be', 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: '10676971314b609f7f2a2af187b7c547cfe0cba6' }, index.h("ul", { key: '1c2eb802b2f029ac176b084f7550b97d7257e720' }, index.h("li", { key: 'a888a2a8ade8e28ebc6c616524d3b79c95b81f39' }, index.h("span", { key: '328296aa044e6ae0a3c25e7023fd9769ab3aea23' }, index.h("ifx-icon", { key: '274aac75f05d13e25ec5f59d105f115f823fe032', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b0e3904e34c6f070492ad9c23ba6ff34b01607cd' }, "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: '097559b6b3af05c16fc23336ab332243322097d3' }, index.h("span", { key: '70762e0af7d6b42737181c04c71d8eb067c263b9' }, index.h("ifx-icon", { key: 'bb1ae4adfe35a5b8f58d5245534ea36a70569a2a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8f908cad75050bed5e541d36ed4788cfe5143218' }, "Adheres to web standards")))), index.h("td", { key: '56dfb1f2fd5677ed11debf10df940956a5d1d667' }, index.h("ul", { key: 'a2ace425332e2ac50480d1c0894d9757b8d054ac' }, index.h("li", { key: 'c65e160123cb83072831c6bd2aad19b98843e233' }, index.h("span", { key: '1982af53e658625d77f8b6b1aed9f2ef375f91f8' }, index.h("ifx-icon", { key: 'f948349d328be5ef5514040776a58d74adf6cedf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '46f7535f8b59723c1c923398d72488087dee210c' }, "Possibility to add an icon")), index.h("li", { key: '2f3c2e1118e19e5c7d0d10594bc58ad5066c8d7d' }, index.h("span", { key: '95b15d5d353a9ec4492311202cbe7f2956156576' }, index.h("ifx-icon", { key: '0d251197abf784c238f8e76570ff7543cfbf40cc', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ab0e610fe33259cbc45c973f874096eda7e260b6' }, "Incorporated dropdown-menu for individual items")), index.h("li", { key: '32ed182c76bca5a479055b48483ba00264e72001' }, index.h("span", { key: '160604fd4fbac37f6b9c9d3c486904a2912d2bc8' }, index.h("ifx-icon", { key: '5ec254ed8e1e8b25043362ef9cac50168f9fa03c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '492a770f0ca3df714270d1bf0d30d4e95c98e832' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '692b2198f9914ca13c3986e0a6ce45082f73ffc5' })), index.h("tr", { key: '7d12279f465dd972d36a76bee9a5262c9e6cd175' }, index.h("td", { key: 'c9097503fefc6f00766d33c5215ec35539b0b057', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '09940ec0e9078279e9485775224e250b72cffa7f', 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: 'af4521efcbb18ec7bc36a1f9c7b672431ad51ebb' }, index.h("ul", { key: '947d74cce09279d27caa7e107371db12c82c58a9' }, index.h("li", { key: 'f048b19f757a6243ec01cf42be27aa9a8c939771' }, index.h("span", { key: 'a9da81d448e5aef3f9e5860da8f0102b22c24520' }, index.h("ifx-icon", { key: '56069be8c06b115248df77c48c720a91b3a362ee', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4d420877e70aa9a8f51933bcd708b01e27a2ea16' }, "Includes basic styling options such as colors, sizes, and states, providing essential functionality for initiating actions")), index.h("li", { key: '807072181e5f7a3c94e948b3c8ac374150d9f421' }, index.h("span", { key: '44adc4a96836144e2a98ad88f55f232b7912816c' }, index.h("ifx-icon", { key: '011e0e21f94702858da89d728da91f95443e7a01', class: 'check__icon', icon: "check12" })), index.h("span", { key: '218654d54aa86360e71dffa110a294ef88015b33' }, "Adheres to web standards")))), index.h("td", { key: 'c74889ca4cb050942cc4aa93d8640ea2b9944d2a' }, index.h("ul", { key: '5c35b19a459f4c1d72020a87c2fc3c08fcaab23f' }, index.h("li", { key: '03e76534ec5ee676972de7628cc502438d5f94e6' }, index.h("span", { key: '3ff7386ba038ccdbf3a1507f11aaaa83efc0eb37' }, index.h("ifx-icon", { key: 'ebd7167aa6df6840c0c10db5c7a42a1d89d48e1f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1773f81bcabf9c97fe45fc361972d089108c683f' }, "fullWidth feature")), index.h("li", { key: 'f80b5e58fed4e86732a32187cff63fa006fe2337' }, index.h("span", { key: 'ee49fc369d149610e8dfd5f351b590f0b8ff652f' }, index.h("ifx-icon", { key: '6b833f8dc40aad9562d956deb932ddf86edf5a38', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd8b5ab1e8c08358803b1b6a24281f0d2cde17e6c' }, "Icon integration")), index.h("li", { key: '4035b623d93a6cc6e56576ab0072c50aa01fd267' }, index.h("span", { key: '01774d14dbe12000f485adc51aff4548ebfa6623' }, index.h("ifx-icon", { key: '410b0b1479f48c2b7e4d95d808fc9505d6872d03', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1878a0270ff44a6d91d8eb8ed3a1fe7aee03bfb0' }, "Link integration")), index.h("li", { key: '36245d557c208f7c0813cb3aea31fd397512773c' }, index.h("span", { key: 'ac8761299bbb9740c8758fc38b6b273a9f8d42f7' }, index.h("ifx-icon", { key: 'a1888a45f80823417b0889128bbc0fe57ca01715', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b699c891f71b1d1e632fa4d74d4ffae9077950dd' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c7f0cd9baa4aefefd02ef3da04d5e97a94d51de5' }, index.h("ul", { key: '743847d49b51c1b48336aa57ab22a28730241f56' }, index.h("li", { key: '17731d6ff85e051f11a67c15a13caeb95c7f756f' }, index.h("span", { key: '2d3c7ff41321e9ed92227ea8ca5d97439bb53dba' }, index.h("ifx-icon", { key: '185e10fcf1f5c4118c61767a6f497dc70e7fdc7a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '65985f67c112452ade82a15be7cbe9b11b87113f' }, "Form integration"))))), index.h("tr", { key: '073978be5a2433cb26d159eb60db96622c9b52b1' }, index.h("td", { key: '966c46a836b5bc4ccb877862794def34db64d161', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd222ddf565fd49381bc9a3e2001f8faca9ab8553', 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: 'fa37fc021db910b6abd4a45aca2c121fede2cc15' }, index.h("ul", { key: '4ab119e3a221cbfc2b35c7788350e365dcff715c' }, index.h("li", { key: '6e41a8ad9a49c99fdb3eeae9f4fc085af43b36e8' }, index.h("span", { key: 'c42065d7a1b2dc3e01b0bc66b4f949149fea008f' }, index.h("ifx-icon", { key: '128af1e24ab7ef10105a0b9bbc55b8f4ee9b49a9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e74ec08463a610fd340053534e72ab3b251b13c7' }, "Provides a structured and customizable layout, featuring elements such as headings, images, text, and buttons")), index.h("li", { key: 'fa6617fa4732dd5b8102f80ee64832daf7b06573' }, index.h("span", { key: '0c58dcb3ff749ba092d3000944ee71c75ad00f05' }, index.h("ifx-icon", { key: '0065adcce90c0c5800d629253058081024a01b70', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'afb6313b28899b6784d209d4017244320a134785' }, "Adheres to web standards")), index.h("li", { key: 'ab7c0bb0481cd8a815e19165cf6480f3262b761c' }, index.h("span", { key: '6af9d02c0ee64ae9126b5cd7ce282de3fcb2311c' }, index.h("ifx-icon", { key: 'a068465736c9774bae8d04a6b084b65e93ef8147', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5ab98bc11512de6966e4de04fdbe9f410916d854' }, "Horizontal and Vertical layout")))), index.h("td", { key: '6461affe6f2169727626bc041f33d3cdb3c69e07' }, index.h("ul", { key: '84363ddf7576f4c4822160ac5972edc289ec0941' }, index.h("li", { key: 'e49138d458c088c23a6790fc54ddb82449aaa065' }, index.h("span", { key: '6a3030c16dee6f26caa268a7d99a3a4707ab0572' }, index.h("ifx-icon", { key: 'cb149db9244a3034084e4444260cdc1567db45aa', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e7982715ed5eb1979513f2adc61e1a187caa04cc' }, "Possibility to embed multiple buttons")), index.h("li", { key: 'ae862a2832efd043229df117de23e37384c5f421' }, index.h("span", { key: '77b213a583708020c7a0f0cedbd7c2998c85bff2' }, index.h("ifx-icon", { key: '62c48da400f8dbee5edc29a6b01d5269e4e21a2e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5c35dd4b7cd4d0a26a6030c04db9a484436ca61e' }, "A switch between a Link and a Button")), index.h("li", { key: '65fdbbce9db9e9110b7eb8172297461105759b81' }, index.h("span", { key: 'f1412ef7154aa6eeef2c354b3f524ffd1e15631b' }, index.h("ifx-icon", { key: 'f067209891c3c3b67586f803c5f13362a63d65ea', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'af61076669311a485836f870b972a63114420489' }, "Enhanced stylying behavior")), index.h("li", { key: '22de200062fc35c73896eb4b44bb96584a2952a4' }, index.h("span", { key: '136519cd2c996fffd5282425bdb4b59886fffac6' }, index.h("ifx-icon", { key: '9a97641d4723fb006ad73e66c46eb47e5593bffe', class: 'check__icon', icon: "check12" })), index.h("span", { key: '28643f7ff87a9085323dcf1a63ae6586243a3f2b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '25804542691d73bc2fd57f211c2da636a6e272db' })), index.h("tr", { key: 'e5f8b5ace3be4c59db9ba81d407d394baeda11f5' }, index.h("td", { key: '53e5f065d6b078819646eaa36e9de114506f5628', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2dcfd1775931a6dd35468093d6934d21462cc2e0', 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: 'e1532b4b8a420bd6b0d002a9c358272a960f9343' }, index.h("ul", { key: '1a9af8f007873c07fbc9ace6dfa468a9b82736e2' }, index.h("li", { key: '59c3d0e0447aa8bc362dc91e920423334ac5e2ca' }, index.h("span", { key: '62988d2dce63777274e504688a7d55824b21f197' }, index.h("ifx-icon", { key: 'f8409f4aca853fdf5fe841ac4151b42a4b231b0e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7bf203ddd371641983494c56e5da252e05f2c8ac' }, "Offers a simple and customizable checkbox input, allowing users to toggle between checked and unchecked states")), index.h("li", { key: 'cb08b8f49a44ca3ce25eb196ea8825084d24a102' }, index.h("span", { key: 'b748594104b57b1e4d97a974c83e90c1438100e2' }, index.h("ifx-icon", { key: 'dce9314a00e10ffbca92fe5620be70af37cd6bbb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '69d4d30939b27bf71ff62a5b3e1fc4b839eac6f3' }, "Adheres to web standards")))), index.h("td", { key: '9eab4c00ffaa821f0a37e91e994a148b88ad224f' }, index.h("ul", { key: '79018660bd80be5f655dcef60a29917c0954824a' }, index.h("li", { key: 'b174369c51d4669625896ec0ed97559cf32042a7' }, index.h("span", { key: 'ae499dc8b4d8cb690e38147bf915c3132a9f65ce' }, index.h("ifx-icon", { key: '7ef8d62dea8d03d9cf4eaa3e63aa2309a178d9d4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '45fce79459412e781f1e5734265a0deb94874c43' }, "Indeterminate state variant")), index.h("li", { key: '1dfd98b62c8f87f3bc9d1db542934ec3a8f003d3' }, index.h("span", { key: '6820901079a529ef1fd7d7c5dd8fb8fda9cc7cb5' }, index.h("ifx-icon", { key: 'cedb9bf658130e16111b6c01e9145a6ba0ea1211', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ee92989d691173ee2a9b3c090c50fe12814d15b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2c22a72ee0064a2a4d42c23caff25536550572a2' })), index.h("tr", { key: '8cce7defe303b93086f6cc97c705d0115c9d7443' }, index.h("td", { key: '7a31537ba869231c2417509226e8e8a29381059a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8f2dcbe679be1e392d5632f03b381387ea4e87d4', 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: 'bfd76a35363bbe9e33b082aec29a53451fc16762' }, index.h("ul", { key: 'adfb3282d7bd486f095b45898da20f39b9fe01fd' }, index.h("li", { key: '2aef96de2c378be49fbf78c431714cc0db575e22' }, index.h("span", { key: '5ffa6bc22d6ff0f0e9547fe711a165bdbb796de7' }, index.h("ifx-icon", { key: '1c6b513f222c9251be5f676beca58d728419e89b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4f80a4318f5fb10c4203918a48a2abf224b42d4b' }, "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: '7d045c5bae4c5880f815d728097c1055da6bc325' }, index.h("span", { key: '276e13300124cc829bc28ee51adf53909e36f1f0' }, index.h("ifx-icon", { key: 'ad643b5be402f68379430b3d66b64ca5442bb93c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd4ea5de078b3ea557c1faae495e913c67535e379' }, "Adheres to web standards")))), index.h("td", { key: '468a0cc9fd6bacbdcd0b56bd96fabd7a11369c1d' }, index.h("ul", { key: 'fb6d7f9c1054d7cdeb17f0269d20fa6276d8ac08' }, index.h("li", { key: '857ca8b843e04c7951da34faa94a64a7a0959ad3' }, index.h("span", { key: 'e77b57e4c444ac70736d5368383b61ab684732eb' }, index.h("ifx-icon", { key: '6ad1be409c5c7ea7aa6a78a3a98a48eb69235926', class: 'check__icon', icon: "check12" })), index.h("span", { key: '824f24eca38dfceb8f70288c4c08c798783014d4' }, "Incorporated dropdown-menu for individual item selection")), index.h("li", { key: '81fab2d1a00159658693b3e1e2525d55e09d0ed5' }, index.h("span", { key: '90035feffd96860f95b8e10f36b70c257aced043' }, index.h("ifx-icon", { key: '0535f45b8a6f048ba8f453023c45b13250be836b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a88606afef47e35921706377b86d55cdc979638c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '811e89d5942fa76a5d83931a92145b0ad3de9b0c' })), index.h("tr", { key: '96b324792cee3ec3f4e4198c4957852b50c6c167' }, index.h("td", { key: 'd8a8fa30f02f5ab92bc9fc2a1e901d95e2a41681', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'e60526485e40d381402147e50af8d7bbc1097abb', 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: '25ee1fa072b09a2ad97cb15e1840ee1453583544' }, index.h("ul", { key: '64444eae88f64ed5beab3405c3e0b7ef4279f318' }, index.h("li", { key: 'ec9795ca62ad50e179daf254fa9665bf2a0c7df4' }, index.h("span", { key: 'cbb8a7e9a1d68833f940893a50f291f47ab88860' }, index.h("ifx-icon", { key: '63ce68a1b077d92bef217bd07dee341f6a84413e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '10a7d47ebaeb7fdac27a913f5a6504d971f484a2' }, "Provides a customized wrapper and theming for the standard date picker element, enhancing its appearance and user interaction")), index.h("li", { key: '0086c0c19124fbab5b25b5ab05a0fb8de8942057' }, index.h("span", { key: '467346a20d64727ea2faf06fbf013a8e22076365' }, index.h("ifx-icon", { key: '5fb3a04fafcbe3e5abb91408b8a8c2d1ac074e76', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1307e293b70767417a945dccf4e6250156856839' }, "Cross browser compatibility")), index.h("li", { key: 'e0dcbff2e50f4b2f7ec10c12a4ca159163fa1d9a' }, index.h("span", { key: '2f87d3804766ee944caad52695d09d31a315785c' }, index.h("ifx-icon", { key: '7bb65e3b2c122754f233c5c64dae1b5acdda6096', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b2450d7c9add50e72826b93776b19a9d43f2636e' }, "Form integration")), index.h("li", { key: '3e512eb3e25c28174162a0be695f807d04c31cb9' }, index.h("span", { key: 'db10e4885e14d6e321251584b712c08d29cb5228' }, index.h("ifx-icon", { key: 'f9058a6d75d2103a8d75567888d717e9b2c88dcb', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f6a0ac9ac19101fa8805097fec38f1ef9c175f09' }, "Adheres to web standards")))), index.h("td", { key: 'de8d66036f95d8a7b0d395ff8c665c97bed248e4' }, index.h("ul", { key: '5da0ed1a609ad61c3fead92f7cf1f2346ee40d88' }, index.h("li", { key: '3b43d43ea565eb3500ca42642d075dc20e6d1e66' }, index.h("span", { key: '389de31e3c4a3d86ac7e5af90895f130c03dfa08' }, index.h("ifx-icon", { key: '82348cd9285c9b5cc0266080be4c5c34e3cc906a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '875c24cb28a583ae352b0076222bcfb0b2817e69' }, "Range")), index.h("li", { key: '225f49951c514d7434ca5401f6abb8d4fb0febfa' }, index.h("span", { key: '74260a89705baab307fc95c638aa93118129d85b' }, index.h("ifx-icon", { key: '44a2584c2e08f12f2219d8c7c63a3abe9e1f3870', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3012dbcc92b6834f10e04d910c4b5024bc549a13' }, "Default value")))), index.h("td", { key: 'f9c783db16d608f3b2b2cbd479b882537a76ec3e' })), index.h("tr", { key: '32c06bb6a7ad47519dc77845622b8c077cf3545b' }, index.h("td", { key: '48b2908fe64df0410f79530451bc3c6c2c5137e8', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0ecb46ae355b9dbb2842998b1bcf8e24c30c8e2e', 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: '9ea4a906113e4e851bb2d7d3771389be1eb18f6e' }, index.h("ul", { key: '6c85a58d6d1e8c558208cb63aa8634bbb72d2729' }, index.h("li", { key: '8bedbac536362a1c2f029cf9235a183ff035cfaf' }, index.h("span", { key: 'afa956e56b0b99d2a8cb9cb9612a1f6b44f7c175' }, index.h("ifx-icon", { key: '4472408ff6909400b79ab6069ce04dfcec1e80f9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '448f0bcc3da48b167277caf9d79fe25791a3dec0' }, "Offers a versatile and interactive user interface element for presenting a list of options or actions")), index.h("li", { key: '9a65f2d6db33dee28a68e929c83ba5b2ddaf4258' }, index.h("span", { key: '403d996af567bda385adb6da567ce9b2546d23ed' }, index.h("ifx-icon", { key: '9532abc8a47ba16685927fe4b0c00ad90dbaa936', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5e680066126e6b9ab068d4bf6c1fe86136762bff' }, "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: '3ba01abbe8f20b38a718bb5bf9f1d68a0c665207' }, index.h("ul", { key: 'ae64266b1f3be19044aa7035e7989bd5bcf2600a' }, index.h("li", { key: 'a0e29b55c30bb0df07db204af262c8d7d654ca35' }, index.h("span", { key: 'ce23f4ce6035b5aaa888647fe677e86526e77f71' }, index.h("ifx-icon", { key: '1ead17135e94b4bbd55f0382a694ccb834047f3f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3559b5ab317d300aca6f796cec3ddb31f1843cab' }, "Search filter")), index.h("li", { key: '713df807fd45338c5df384f5a304c4c8bb64bfb9' }, index.h("span", { key: '7b5e3898803cf6cc2f8ad34cdd53636f7eaa5dad' }, index.h("ifx-icon", { key: '39eb41648470ddabdd87baf7b5081a81ccfd6ad7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a6baeb09d8087f4a0735190bc023f4a530a9ebb1' }, "Header section")), index.h("li", { key: '200b0e1842122801ffcc5ae3da6367a827b5629c' }, index.h("span", { key: 'ebc0ca220b9bb6456aef12c7957a315813dc19ef' }, index.h("ifx-icon", { key: 'ae3a4a4ec1cde11c374810aec38e0311832e58a4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '43c2700d66d2c0b403b98ee1148c0760b08af425' }, "Menu Item Divider")), index.h("li", { key: '15c7d3bc95fb18a9b7287a505b708f9a07b223a7' }, index.h("span", { key: 'a92a0702e3b4c7951c54399c43c97ba9f733d53f' }, index.h("ifx-icon", { key: '09496252f33eb587caaf330e94d82b77562c6b78', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b5a19ddb0b5ba69b9c12f4fcd82499233d1014a1' }, "Icon incorporated")), index.h("li", { key: '42756e52088f528f508eb38dc15474c183d558c1' }, index.h("span", { key: 'f76d236a2c0783f83b4a8f7a537f1000f355e909' }, index.h("ifx-icon", { key: '4a6ab3b210b1b72ffcb2d2f658dc254d0b0b2e27', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8c2248fd26a4a29b64cc2ab4359e5d74e9839fd4' }, "Extended customization and configurations")), index.h("li", { key: '36d25fd7dc6aa254ad14838c41f20a110ac62436' }, index.h("span", { key: '309584dbc9836508680bdf839aebdf6a5df8fc90' }, index.h("ifx-icon", { key: '0548d084024c4deb9f010b5b3e0c398584c2d57a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '863fe2e9643e988672c5f6d472bbac2d3d4c853e' }, "Separate label trigger")), index.h("li", { key: 'b3e517beb884712beb4e94eccc8f0d1bf1effd9d' }, index.h("span", { key: '6ef8d765a5b660698ccbe056c90ec893fefedfde' }, index.h("ifx-icon", { key: '0b4fd917f97d62739decc6483ca15015955011b2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '24b0181638a97ae49c982a275a745375ab50d55f' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f36cf5c1d2eb41c3fb21dd4024a7aae88334c819' })), index.h("tr", { key: '6f2ea4aaafbf715bde53459eb912329811b6dc50' }, index.h("td", { key: 'cd8eb9e6d6ab07abf816e195ba587203f9d3cefa', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'b8718bb486b5741ada4df4922ceaa3b36fc0636b', 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: '7816efb2b94fce1a598a12f9a8ec9d97e1434fc8' }, index.h("ul", { key: '97934440d2817b679e896a3b6647e870611e12bf' }, index.h("li", { key: 'f5d7d88d3ec2a61ee232e9c0161b974034a61f8d' }, index.h("span", { key: 'e4b07de845c5ed9c1d60051153da7c8832d379e3' }, index.h("ifx-icon", { key: '528100e0763929fa0c015076f838d2e6ba87c85b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3cc2be87083b4e7e90d67399e6227ba11723885b' }, "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: 'a103022de87008e057ef4e8a86d31bb729dd8560' }, index.h("span", { key: '1e2f54eb341f2cf6224b68a028a7aabd2e894480' }, index.h("ifx-icon", { key: '2518bd2a77087da98f9706e82d5eb301f86a5043', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b6117adee36c130265bc8f95dddbd5c3c8a14ebf' }, "Offers a flexible and configurable layout for organizing copyright notices, contact details, sitemap links, and other pertinent information")), index.h("li", { key: 'e71cfaddc3e288da21faad54a2af30efea3c758e' }, index.h("span", { key: '3e0b48ce85cde63f473fb5cdd4def8bd8c4df2fe' }, index.h("ifx-icon", { key: '1d0cf6a531cffc30bd72046d7597fdd9323202b2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f528fcac8998245ce4df78dbecc5703e53fb970e' }, "Adheres to web standards")))), index.h("td", { key: '9e2eeabf4b8d579438db57f70d10c9e350ae9085' }, index.h("ul", { key: 'a09e70f0f122d2b3a2631f18a7e4ec5c6e13c35f' }, index.h("li", { key: 'f96afe27e8df142e0ec269d2127835dcb76d24ab' }, index.h("span", { key: '5f2d586bd7ee4b3c53d59676a0d50f6ea5bdcfbb' }, index.h("ifx-icon", { key: '23abba45cfcca5fd72e8d62fa276148fa10d12b4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3dbc679b01da8bfd0495bc526f3fcfd8495a9393' }, "Small, Medium and Large variants")), index.h("li", { key: 'f5baf0f8c8a4cbd41cbd109b19c2f99f7a228eea' }, index.h("span", { key: '25c9c6e0b7d1530f9023792c7a40840b175e40c6' }, index.h("ifx-icon", { key: '50792a4ddcf9ac8d338f9cf95b6918b383bfcddc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '263629fc11d899afd53a041ec8316005caf02cd9' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'fd6d7d1e239d8112e684cdfa254cd9382b51a783' }, index.h("ul", { key: '10a96228f0e3b92d449a6db9728572302244db44' }, index.h("li", { key: '2948b4880320afaf7fe6156971edda2dabb018a5' }, index.h("span", { key: 'a848e817d17f3e1c09f959088451ff44e806e4fd' }, index.h("ifx-icon", { key: '77a8b79aef1f0611e2dea8ed791cfd10197466ec', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1877d0de9c9d5f999e3c37eea90d70ccd5c1bf39' }, "Customizable and removable links"))))), index.h("tr", { key: 'f4e630d3206382d5e012669c03ca3ca1a4448b7a' }, index.h("td", { key: '441222d92f97adc5a6af52e2588e1f9d6c532fef', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9ce9ee480ebcc12b38f15fa3181f62d5fd3fec60', 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: '9765ba45af6c6e858cb37a2c12d5c1ab272284e1' }, index.h("ul", { key: '93621dfd931179badf5df3ba46be01e574c97f30' }, index.h("li", { key: '3d4b42ffc2914496bc56a81719239952fe3602c2' }, index.h("span", { key: 'f93c9c86497739d28b3bde3e5215962825c6937b' }, index.h("ifx-icon", { key: '9287c423870046994582bc432d3186bac97207d3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '164baa9c0e1ffa41b6bea9bee607d71e6480d78a' }, "Offers a compact and interactive icon-based button element")), index.h("li", { key: 'fd11c2d1aaf9ec98dcc75a645b5b04fe344423b9' }, index.h("span", { key: 'f37cb82e1bb9f8910d400ffb9c4fab748dab93f7' }, index.h("ifx-icon", { key: '4493619722e9ac0bfe89cce4db02abcc6dae2227', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a4fdefd1586e59e69de77a775631800bc9b9582f' }, "Provides a limited scope of customization")), index.h("li", { key: 'f4b78e8cd96c30c7e055cac26aaf473c00fe259d' }, index.h("span", { key: '622cbc2587c48de24be317c50ed6dd279adb921b' }, index.h("ifx-icon", { key: 'f1a979ecb736c15e6a3649b2b14be82316346288', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6a8623ff32d2c2335dc95b000531249ed01b2359' }, "Adheres to web standards")))), index.h("td", { key: '08f8cd5412ce9bd93acf9acc7238c6401ad1b523' }, index.h("ul", { key: '3d6f6aefa3bac4162376874c28f520230a77bee4' }, index.h("li", { key: '24741945101e3942e3eb1d38d87774b5c8b13975' }, index.h("span", { key: '2189fc6086caa84573c163b48918e7f4ede5411f' }, index.h("ifx-icon", { key: 'f38680659022b54811d3974d5653375771bdf39d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '73262adf9158f88f3658b17b15bb81346fcf49c5' }, "Additional Round and Square shape variants")), index.h("li", { key: '72b54ab7a3ff994de2d2b7feaceb854b0d502d2b' }, index.h("span", { key: 'c34f47991887c00df82b0285413daf80a82d7e0f' }, index.h("ifx-icon", { key: '928711a3504478f4d67bac640a2c8d183d175000', class: 'check__icon', icon: "check12" })), index.h("span", { key: '78fdfa3b132635f7e2ebf9f7ae272528fd961978' }, "Small, Medium and Large size")), index.h("li", { key: 'e6b2eb9a77593dc2738becc8e708f3342124c087' }, index.h("span", { key: '29f8e7a597cf6b2ea53e7da435649f9b7cb89278' }, index.h("ifx-icon", { key: '453c1cec44df3d87f595fc4dcf5059f5e505b8a2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f26106c0dd6d2adbb53139ceb5bea8579bc3296d' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'fcd3ccafe3d185a01bc62285baae9e51203bb049' })), index.h("tr", { key: '5a0a74d7cad2bf3eda8a949ba4475d0bf67acefe' }, index.h("td", { key: '453352681708befc403454c00bed7f5a36d648ef', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '460a0d547cd85e2f1b4b1cb196ab28ca89e1ee89', 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: '1dca9ea3c4c28d31e26fc35d186025a7cfc06581' }, index.h("ul", { key: 'bce599c3c1544a5060dbc9ecddfc316db5a40c1e' }, index.h("li", { key: '29b8bf32a56f197be1d3b8adae941f6c53200204' }, index.h("span", { key: 'ad10f45b343edf12c93c58d9f3cda43b160ce521' }, index.h("ifx-icon", { key: '9625d319be570091aa2deb5e754c0614aba1d710', class: 'check__icon', icon: "check12" })), index.h("span", { key: '95ec4802a40a675dcbbbb576ccaf759a09b939ea' }, "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: '98ecb5e64eec6b1e17c00307ae830cf4f0642ec1' }, index.h("ul", { key: 'c992a5bc54c78e32aba375d4b9a8433f767bf498' }, index.h("li", { key: '92566fb1382bcc6aa8abf2dbf12b9ac0e684afff' }, index.h("span", { key: '2a5fc5fe270a59a8db78b487d5542799e3bd6fac' }, index.h("ifx-icon", { key: '88dcbc905e8a9926e3c5ee272c1b30615a1d59bc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7d0849fe4f1de501979733c384d6e58a02fd9255' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c356e47865f9f27e8eeb070d3bb05ed43c137a39' })), index.h("tr", { key: 'e71d4c9b148fab720c381a5b82de2f16cffaf508' }, index.h("td", { key: '197d5c0e96c28cad7d7a623382349faad90e7527', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'ba70c439eaf8998003e2f15377f342c34e1568e4', 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: '0412beb18e908da5509b278f20b60a08085bed50' }, index.h("ul", { key: 'abfea8b0b9900c28106a7d5725be72f79639d05e' }, index.h("li", { key: '192ab65bc6d15e7b28d10bd5cac12fff0eabc9d3' }, index.h("span", { key: '0f2ac55c5fccedc8890b015a105ea9b218532533' }, index.h("ifx-icon", { key: '642c7e8cfd346460f932eacb1ce12f07d5bbefee', class: 'check__icon', icon: "check12" })), index.h("span", { key: '90250ae8c30f1a7c1ba42a8d670429418dddd8cb' }, "Provides a flexible and customizable element for creating hyperlinks within a web application")), index.h("li", { key: '8ad4782c548401e99ff420da084e3f54a22438f4' }, index.h("span", { key: '1e792376a8163dd6fbd9d3f555a27369e503ea1f' }, index.h("ifx-icon", { key: '9c264665a8bdbfa60e828ef0a675d7777c919fea', class: 'check__icon', icon: "check12" })), index.h("span", { key: '30107a99f9af99a290cb034d688d5727d1b6420b' }, "Offers essential functionality for defining clickable text or elements")), index.h("li", { key: '7772f8fdb262a8040b834e6e89dae0bcb2c13ef7' }, index.h("span", { key: '882f774126bbf980d2fc4c74a5e4327a2789b4fb' }, index.h("ifx-icon", { key: '00f45f637414b2818e3e0604f364285232f925d0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2d7353fb6b2f6512aec22d2ab0842528cddae1c6' }, "Adheres to web standards")))), index.h("td", { key: 'ecc8d3cb167026ce1672da1e55666939e585ef58' }, index.h("ul", { key: '9e95660f41a48478a0bc2ad39e9a407e047205b7' }, index.h("li", { key: '40cc34c8c1dec834f1bfe69db7d7e7465bfc34ae' }, index.h("span", { key: '81fff9c06d23feca728330f0529e45fbe80594cf' }, index.h("ifx-icon", { key: 'c0eba9e78716525f1f20fdcaff1107050a4e26d0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '47ff5c6004a34d304c20d73d450caae008b91717' }, "Small, Medium, Large, Extra Large size variants")), index.h("li", { key: '6876e7bd28f38baea29046621219e6dcb03fdb8a' }, index.h("span", { key: 'a9f6918bc1ba8071bbd4c6464261e16376ba3bc2' }, index.h("ifx-icon", { key: '940a6434602123fff6dc9b78db2112c874e98e5c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8da4e63dacbc907cdc8c8b961a697ec3a950ff94' }, "Icon incorporated")), index.h("li", { key: '908b7a0f888eadc200445d8e71332dc53544579a' }, index.h("span", { key: '4324f52860a4e117edf155454f94d90a043bbf29' }, index.h("ifx-icon", { key: '156dc13ce8a075d92ca3f9815983846250ee0e1e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aedba0f7371a86f5aeb40febc56c2845063206b5' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '014942eec9953eada08bfb76729f2a1faf700ac7' }, index.h("ul", { key: '8c98af3e431d161a65642cbfab83695e9f35228c' }, index.h("li", { key: '31c1473881e14df106626736657e76ea6b93166e' }, index.h("span", { key: 'd8f56a33be55e5d50440d55c677be9df0dd80ef4' }, index.h("ifx-icon", { key: '4ed11b736f769a2c30528a8bbb062d46cec88a22', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2b7df2121df9dcdcb3dacb5e6bb75a39d250a8ca' }, "Bold, Underlined, Title, Menu state variants"))))), index.h("tr", { key: '9f4406ebb0c2513e5aa04e26d1ad819366ee92e8' }, index.h("td", { key: '5f082f4cdc625c8a66523a04bfb5327b76895c9c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2b8660bd769f1ffb28fcdb9b06c9b8dc58581f54', 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: '6693e8fff074d1b554e733f579da7043be05a36e' }, index.h("ul", { key: '26f719484d9c46a99e0973d7518829b77217cc34' }, index.h("li", { key: 'dc5a1a8f10a27c4cc048a76d579db991acc9c3bb' }, index.h("span", { key: '04cf8393ed3e5277b0b378d5c6e8dd087adad86d' }, index.h("ifx-icon", { key: 'bb3bf580d31deab1ebe3625a263af8b01d58d92e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3dab27e4b8db51ace4f0538e93736313fc32ead2' }, "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: '4ed4933bcd65463d90f5070d05bb08b694d7c418' }, index.h("span", { key: '0a5c878dac807d04dd06cf064e9facf46f9b9162' }, index.h("ifx-icon", { key: '66f25772101f49b347441db7c056cfde80d2dba9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '313eafe2d801ec9fd409d93fc02ae1d5cf69be6b' }, "Adheres to webstandards")))), index.h("td", { key: '997ae2c61632c0a4a5c16f9496a9e21c537f57cc' }, index.h("ul", { key: 'e1ecafa6b82008cb54ac39fec1c9b95b55293809' }, index.h("li", { key: '3b418901eb9d0f9e3c51f83498c1457be3da5def' }, index.h("span", { key: '3b5ec43b0b9a60287360d7da2137b270c03dcb1c' }, index.h("ifx-icon", { key: 'c9a3064222ebdf2189813d4c94018ca294a860a0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '78e861ec69a6864795f287865652fdf1fffcbe3e' }, "Alert-brand and Alert-danger theme variants")), index.h("li", { key: '862c662769ea82ecb0fa5479760df140f8677ab6' }, index.h("span", { key: '6173ff48360127720c9c4291870c5f2dea46cdcc' }, index.h("ifx-icon", { key: '3a493b341834b448f988e4ce95dbfa576f27f521', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1fcfb49f5feb96a484bb14075efd2e243d85cab2' }, "Extended customization")), index.h("li", { key: '675f1e19b5352fee0fc0f8cf5313e1c8249c9786' }, index.h("span", { key: 'da2515c5a6a4b5238912291ffc37394c74ab8d0c' }, index.h("ifx-icon", { key: '8b264f47bbb85c70a4a905caf650d924d869697a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '149979d9a1b33b8c1dda722dd521bf4d0e4889f0' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '479774393b15b64a2fcbf4b3594b4743cd20c704' }, index.h("ul", { key: '83808e9bf52d8097a896347697990d8146d939bf' }, index.h("li", { key: '080196ff03d7a8c43813841094e81296aceffe9a' }, index.h("span", { key: '9027649c0b256d24dcd506b5708c0855edea04fb' }, index.h("ifx-icon", { key: '3f602a86e7973bb8cdd5edd3f931b3e71f9941a2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4a6bb5f85c9f55a9b7029d359f976ef9ea7b9192' }, "Removable close button"))))), index.h("tr", { key: '75facc02da192b1e4a21a886257cb7f98ce4320e' }, index.h("td", { key: '79e392c1eb6191a51eed6062c977a77ceb3efbff', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'b12f18bf547a25e534c39abfa2b0b2f68fc12ba3', 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: '4c405609a7deceab17c388b89a32ccf6eaf5c558' }, index.h("ul", { key: '8eee3d16d07aa796b5b6c3119ba52e058b8accfe' }, index.h("li", { key: '75e3f5b0398521908301cd93a6eec20c2da0b911' }, index.h("span", { key: '889afe2eb7e32656f8684da007e10e46b2459aa3' }, index.h("ifx-icon", { key: 'f2eecae97b859b6bbf05ec33fc8a86e2962a6897', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a003ae55b064c0d458addeae28f22d643fdfd111' }, "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: '890c7008b4dd865b7809c47792dfc046dc5e624a' }, index.h("span", { key: '5c302a12509b1f56acc34cf4e2c5f66fdec0f984' }, index.h("ifx-icon", { key: 'c18c2b3d92c62bba25fe41cd9491986188b4f0f7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5c9265228645e60a6739069d799f62a784985cff' }, "Adheres to web stadards")))), index.h("td", { key: 'a83ae9d449985374a0edfc0f6ea4ac6b1c43d44d' }, index.h("ul", { key: 'ec25313dd64108b2f896f7ad2f1ebe4f6eb01393' }, index.h("li", { key: '777e3e04e75578d225c58666c98221e91c46e849' }, index.h("span", { key: '623c5f7eeb5444e06154b5c61326291229087bbf' }, index.h("ifx-icon", { key: '906d955823cfdd69be5b36320676eefab7b5a7a9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4b8b417dd4e5b256be3373720a3e8c25292ecf48' }, "Navbar-profile component")), index.h("li", { key: '034770b910747bf88036bdccce3b9735604846a0' }, index.h("span", { key: '6178cfb592d34316098709dc0d5b0c6373ceceef' }, index.h("ifx-icon", { key: 'a7727e251b2db43d4c6b06c594f6f280f894b8d2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f326705499af50cbe10f665a7d72aab38be75b5b' }, "Mobile Responsiveness")), index.h("li", { key: 'cb73ddb37b5ac4fb1ca9bc4b2ed2708329248e3e' }, index.h("span", { key: 'f41b104b60a442134ef04e564807750a739c1cbb' }, index.h("ifx-icon", { key: '9c5dd468952fcb961ab788d8804accba82788eba', class: 'check__icon', icon: "check12" })), index.h("span", { key: '31adaceb1cc5b70f9356cfc2bae96ae374ca53d8' }, "Mobile Sidebar")), index.h("li", { key: '2438f74d09a161d397c7a5ec48b214d435ab327c' }, index.h("span", { key: '6961dfde65ad727ebf8e2185dcea3229098c0806' }, index.h("ifx-icon", { key: '925e15a960116b493e95c275f6736b63abc5720e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fc76b47cd950048a90ba3006061bb9e83630a28c' }, "Extended customization")), index.h("li", { key: 'b6cfbd70b5c751d8e4894acc26e86a3642eeab6c' }, index.h("span", { key: 'fbbffcb1182423ab8fc92e5e55585c7d302005c2' }, index.h("ifx-icon", { key: '7266c69c334dc41b1016a1dcfd2e4c1ccb8d1af1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '410805fe33671ac2bc3f0103a1433bc6ebaa2a05' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b58e09880722ef0bb11ca1e37a1964ac6fa35bb3' })), index.h("tr", { key: 'd9d22cf52fc9d71dee6d069d870062237a229fdd' }, index.h("td", { key: 'ecc3ab4421bed10b15aa10334a4fb868dc2defce', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'b1a04ac1d13e820293c49462b44fc09eac61953b', 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: 'ea8661971ab13206c1631239224a134fd06a4e26' }, index.h("ul", { key: '26e58f2572f07f48a492e1bf5043cc7d00e7bc0f' }, index.h("li", { key: '4de280ac7f22feac8021c84db0fde0eea0548220' }, index.h("span", { key: '8d27dd97584d2593a76a16737385f7dbfeb1982f' }, index.h("ifx-icon", { key: '89fe500cab2a3125e692abb0ab19dcbdf08a1c38', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aa7b38ae2aac625d5cecb4eaa5b01ba3af58d46d' }, "Provides a compact and configurable display for showcasing numeric data")), index.h("li", { key: 'e6b4cde421aba8df2ea88daa5a63ceabe3915de4' }, index.h("span", { key: 'af1517d76ad855a009b6e6566fcf8b19aa009a0c' }, index.h("ifx-icon", { key: 'a8ed9c77a2fb4a92942860be7fe06562ec8ab523', class: 'check__icon', icon: "check12" })), index.h("span", { key: '48f591cbf793326815cf086897a9ecfda9c90eab' }, "Adheres to web standards")))), index.h("td", { key: 'c5bc1ee41a71af94c32011ff1aa7dbb1d176e0c3' }, index.h("ul", { key: '11ca9e077b53e41b2cece0fcc5ae5cbbb855ae76' }, index.h("li", { key: '52a8a6bd2444f8150446971e22ba7a7e550757d3' }, index.h("span", { key: '3f7036ae2a8793099f6743c7c577873630c59421' }, index.h("ifx-icon", { key: '4dfe557803ac1d8041be1609ba850234c6d0d09d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5d02a87f65e6497508adfeeb1768b88eff6d937f' }, "Inverted option")), index.h("li", { key: '440afac063dfb46e1135151f37071319e0bf035d' }, index.h("span", { key: 'e15b23db80eed8ff01946dfc0d0adfad4438d529' }, index.h("ifx-icon", { key: '24fd1b236ef7343b3ea55bcd8737fa3d864eb131', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7f73da4eca711f9b4402e4a6040d6531431c5013' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '42750659aa3814af184f4985461e86d5584c6752' })), index.h("tr", { key: '98e8d5503221ccbba0b42eb80c6c11e0166fb6d2' }, index.h("td", { key: 'c49bd697cf61d9f20fa9379b314e2953854b05df', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'acaa9cad577d58e6494c917bd94f6b17e18f5578', 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: '3050d2cd40412ecde5a6aad1861e397430b10b24' }, index.h("ul", { key: '4f08b6d5ebe149c7616d87c73e1b33795623588e' }, index.h("li", { key: '5fd7b2769738df0d8dbb77711fc0f3524bee1823' }, index.h("span", { key: 'f094c4cc730219072c17b1ca7979c8f7766f8b78' }, index.h("ifx-icon", { key: 'b05082bf6803a6e2f1ed4251654c9d554a0e9a53', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f7eb568b6c46980c9efb3cab22cfb12fcd6c7eee' }, "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: '65d8d61a86127c5e6ce97a7b3b3084602306b120' }, index.h("span", { key: '3aa129689a675cf1e47bf07443bb362f44e81a40' }, index.h("ifx-icon", { key: '0271d70ecb9b2037a8674ddbcf5582394a501a8d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1cc8341398eaee4c4040a862d3918095172d03c5' }, "Adheres to web standards")))), index.h("td", { key: 'fc6dd671d6629ccca93060d133c6bb3973bcfc75' }, index.h("ul", { key: '6673fdf20fbc1371d077f35355648cb22460cf83' }, index.h("li", { key: 'b77d0cf656874a0afa12396ad4f7bdad775cd70e' }, index.h("span", { key: 'd141c7ddec6ecc9d39c32e27c4f903b9e1c8dcc3' }, index.h("ifx-icon", { key: 'aa2d398c1413285a939ee8e9d0ed042f1fdb4b12', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bf363a3ff4d9f03139f51051a0b2b237ee65ddb5' }, "Extended customization")), index.h("li", { key: '0d80b409f624346488a7afe5dcdc9340040ac417' }, index.h("span", { key: '71c3cef39b4fea48cdda8057a51c7096361cb9cb' }, index.h("ifx-icon", { key: '8db3b7b293ce8094e9832a33b7d74250738c5fd3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2f7dc1d4dda1346af3b8fca20bbecb68e889d99c' }, "Configurable Results Per Page option")), index.h("li", { key: 'f1ac915f6807025847c99b6ec59a2b893a004f74' }, index.h("span", { key: '8cbb8ad6db213b53ff27ea8b4271bb73f9e52473' }, index.h("ifx-icon", { key: 'c671540e9a643bb9fd195677215a2aa5b6e4bda1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '72e867aa775ef0d2f6ddc36c3bc347d101fa2c2a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b8e585f058131042e6699f2a6a54e9e1f53a171b' })), index.h("tr", { key: 'c7a1505714f03d78155eb3f2eb0bcabd047e7d45' }, index.h("td", { key: '11cdbfd3ef2026f229f31ee3a44f490441e7c91d', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'ff6cf7a20f207008edf83624635a7f71f236314c', 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: 'a72d4aa4e852904a2ce481f063fca7153f4479ab' }, index.h("ul", { key: '9c4d5c8bbc5287a564bdf42132f9792077d8da14' }, index.h("li", { key: '265b4b4686e01962fcffe9a258348eedacdbe168' }, index.h("span", { key: '94f288241aadc95b7093e5afcf78146b5b573d6a' }, index.h("ifx-icon", { key: 'f6da7cf944af60a59cafa584e4dd6959465f4de7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '30429992402ab4b141596205966dbf3eff57d104' }, "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: '246ebdeb662518c724c09b92c54c5edd8542edb7' }, index.h("span", { key: '76cefc98fd8ba71e37e55e5b447a0f328bcd454e' }, index.h("ifx-icon", { key: '2cde7efb3f18f6a86ae1bd0e1deb2516c1b5d41d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a6f5bb043583c65b3bd79f4f1020971a34464b48' }, "Adheres to web standards")))), index.h("td", { key: '28327f9e697aae11ac4657ce0c94f96c375e4231' }, index.h("ul", { key: 'ac97884f88421b1c7a304f30416549a562c422d6' }, index.h("li", { key: '49bde10f03db8898dfcab2a2b346e0c6eb7c9f5b' }, index.h("span", { key: 'cbca33a7344b79faa4522990d000fefab4bad60a' }, index.h("ifx-icon", { key: '4c75568540bd922e0a2666d028209b7825a12eff', class: 'check__icon', icon: "check12" })), index.h("span", { key: '225bdbcf0dece019b92d349da52fa8f4aeac10d3' }, "Extended customization")), index.h("li", { key: 'd425cdb4da5fc4d7943897dfee3ebcad89f3dba4' }, index.h("span", { key: 'ec4fdc16f3f16ad2fee4fd1a0a20e6b095e6485d' }, index.h("ifx-icon", { key: '8b8781ba38833666c7e49422739248e8d81deb69', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c5f77fd43cd04391bd749cbbe86f6bdedc8deaf0' }, "Show percentage option")), index.h("li", { key: '7bf2e8024102f7f2dcf3ec4b9160436fccfe619d' }, index.h("span", { key: 'ca24a169ed72fe6db9273b1a9dbf4b53f3f1a48c' }, index.h("ifx-icon", { key: 'cb8bae9569b4704785ae4aa2d466c18aad057ab1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '748e1b6eed0f1daf8ea407c54e45256665fb9248' }, "Small and With Label variants included")), index.h("li", { key: '39001cc2d4749dac0a49bde1e7d5cc1e97344546' }, index.h("span", { key: 'fb1c46233f85ec6a624fef2572648379be6ece14' }, index.h("ifx-icon", { key: '2669bfc37fe0b146a3f6fa8c308677addb409b3f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b6351f40cb326f53fc372a07921d826d551b4e39' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'db3d0f18ea4b2ab4c796a91a1c9ee866b7c30c2a' })), index.h("tr", { key: '4d46309c9005399acaa639e6b6464aa914d45c8d' }, index.h("td", { key: '281143e4c61132ddd87d6afbf6541837ed1094c8', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '4fe9767a889915792516a8d93e4b1e9539546c06', 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: 'c7d8207361e25743235dedea28e6310399b3e9cc' }, index.h("ul", { key: '580f853cdc65de94a1232e541abe2b6c5d7cd975' }, index.h("li", { key: 'c626e4a61b9aba0bcfce9b9750cca04973f3acd7' }, index.h("span", { key: '1aaf39d0b620b5410bf4e6cd9a098c26b80f833a' }, index.h("ifx-icon", { key: '707fbe61784723d594636f8c62cc60f7247e66bc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '76df227afda5c271d56b07d735c79cc28c2702d1' }, "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: '36a47cd102028f8db25e2d891960e5f6d06cf570' }, index.h("span", { key: 'ea00bccac760675fc7c09aaf9c9bac28814f9c56' }, index.h("ifx-icon", { key: '2b41cf4e0c81b44898df4a1a98f35b4efe603dbf', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b9356f9720675c55b94e42f030a146b5f8ed6625' }, "Adheres to web standards")))), index.h("td", { key: '4cae464df807a5948c44a5236ea2e3182eafde17' }, index.h("ul", { key: '9f0c85172cb11d8784a7e7c399af41914973b950' }, index.h("li", { key: 'b34fe7c9880b085448862078c75a1d3c166355c7' }, index.h("span", { key: '11d9f2ea7964e032ab53266afb8f26eb7a39923e' }, index.h("ifx-icon", { key: '52bc7d8d5b53c1158ea39fec8c68629d073f74e3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '523e86b532a4d5e3f55a27167bf34708eb9f3c62' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0ac5d417531e1c20a28f51cf0fdd57f76d8a8ff0' })), index.h("tr", { key: '953c3a211f583ceb713ab43f4f7c2ffb3984b7ed' }, index.h("td", { key: '19ae9bed60647ccedbabe295294b6ba13ae295e6', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9cfe96acb234a12ed230773afa696ff106f26436', 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: '0218158f7a0aff9f3deeab7526fcdc3a648c83f6' }, index.h("ul", { key: 'fdb0df3a0c7e90d784bea4df4f56b32847001d4d' }, index.h("li", { key: '67e0bda163ff56b2b664f40cc47a8353f8025805' }, index.h("span", { key: '63e11565321a368e764868ef83515f2d8d5dcb69' }, index.h("ifx-icon", { key: 'b197627ea1994d2e1dd9cefff4d3dfebfbbf48f5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2fc36fd4f5bff9960596168efac15d7def9a123c' }, "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: '810bfa8c06f3060e39a76ec199591715f8d4f1d2' }, index.h("span", { key: '620480336562febda32c3f53ec6d7ea23d56db5d' }, index.h("ifx-icon", { key: 'ca59309ca1cd0434a38b56d3486ff32ab62aec55', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0a04f55e979ca5f44805757877ee55995afdec05' }, "Adheres to web standards")))), index.h("td", { key: 'ee75b2bdb262f380a82c3a4bb23a9b2bf8f85d87' }, index.h("ul", { key: 'a79fc2e01e7a9098c5b4f9f98ec31cf2350ed157' }, index.h("li", { key: 'e5b526833c618fbe7c695a10a6559bc8f42ce9df' }, index.h("span", { key: '5dd4b528c619fad5877f920693558b24bf51e51b' }, index.h("ifx-icon", { key: 'e139e4c013990ba26fe7dfbbcee6fffc6ea1b2d3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0d68a533e648591209fd05d8cc796aa7c9a5322c' }, "Collapsable option")), index.h("li", { key: '8d37a9b42a2065c7356878fcc5f06a9be78b13f1' }, index.h("span", { key: 'fd53ffe67fedd0ff726f7eff3541dafa12758a02' }, index.h("ifx-icon", { key: 'eedbe82d067b0dac26d2a5d209de03de8c41ece0', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cfd05ec4d6a765c85e22b7d5b75321037279349b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '11afd814e627dba685170ada6cc047d3b5f18805' })), index.h("tr", { key: '570b297b10eef61db9628159824939f724767915' }, index.h("td", { key: '24937320b9b48d6bb8e6829ed7c26ff134cab973', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '1db7a5835f5e6185e01d44b6963a279e33e4ce0a', 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: 'a6636c15cef8fe9685cad8e4464ac1866374255e' }, index.h("ul", { key: '0b49c5557f4d5f9044ff414c1f8de5ae69fd1593' }, index.h("li", { key: '0839cb77cf6594164ca36514319dc3cb24253b96' }, index.h("span", { key: '2468f1fd799978c21b57b65160974fdf04a72d7e' }, index.h("ifx-icon", { key: 'c960a0da1f92cb3f705f225889cd057a99db4027', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1c31d92a63fd1c7ae8d96c3b226221cfb1fadf20' }, "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: '6c54f1e10c99688ec8be003157573416443a27a7' }, index.h("span", { key: 'c849b2b1719f45cd44791a4e7f5a61171bead70c' }, index.h("ifx-icon", { key: 'e1380b5d43d1ec275fccf77754cc1733b4caad9a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '579f9d1d35ab15bae451a21b0f17e2d4fa806926' }, "Adheres to web standards")))), index.h("td", { key: '0b6898c737bfbd42197c0f65776425d67a0be04b' }, index.h("ul", { key: '0720043953e974acc28c2140f38651e7cf4a8e5e' }, index.h("li", { key: '2864187c7329014138ea1421a621e17f25a7140a' }, index.h("span", { key: '56478903fced5674410d74f7fc12fdd6d384b097' }, index.h("ifx-icon", { key: '2e632a611980d94576e43ad63b62191e5013a733', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1b0015cb29d4fb327f779929e45c0742839995a4' }, "Show Delete Icon option")), index.h("li", { key: '4eba0374b3a134502446542fb73429a99b920ca5' }, index.h("span", { key: '5ea5ef00fe34dbe20da9d68399f0919b153b0922' }, index.h("ifx-icon", { key: '5c70c509a998c7765ed5a09bd5f1df2cb8e55d3a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '205151cbb7720de3c446c5eb1c1c73bd4d7e9376' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '4244e19048164d8f5db5737858a3b7ae5f7d2c0c' })), index.h("tr", { key: '3fd07a4f55b14a255df36f8453bb1745df166e9b' }, index.h("td", { key: '08e98ee1b57a0ae3f3be4f7b16d5af4020e6ff82', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '1ff31790bd3263fd474214bc1499cb9c972edfb4', 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: '8f0e6725d0a85c2f6235be2351e3bd4b283911cf' }, index.h("ul", { key: 'a4340e4c98b319e644bdc285f7bfb72076c9afed' }, index.h("li", { key: '307e65fbb06715d637c4f8094586585621a3f4e4' }, index.h("span", { key: '4b735983f454bf38211ebe71c4e84b573921321a' }, index.h("ifx-icon", { key: '1ba3e4c56a649ed5acbab85012ea6895e85617ff', class: 'check__icon', icon: "check12" })), index.h("span", { key: '17a81bc389efd020ed071237af3bcc195052cacc' }, "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: 'a2d539408ecb06a6d5d8662ef3d43e8dc794390a' }, index.h("ul", { key: 'bec9dc2cd9ce9b5f4e8b33756ef2cc80f2f02675' }, index.h("li", { key: 'c374700276d133fd6ca9f6c01dcf3bf85826a1de' }, index.h("span", { key: 'efc060b5c5e29a7a7a2e2f2bcbfac43768a84e86' }, index.h("ifx-icon", { key: '684dead270a1fb3f8ce9f1ba6ba72cbc4cea0083', class: 'check__icon', icon: "check12" })), index.h("span", { key: '01c2976770a481c99fd8cc42cdb82cb1e33dee1b' }, "Extended customization")), index.h("li", { key: 'd80779e43d6c236d2499955402ad2f1372e982a6' }, index.h("span", { key: '173cd304284e92fd95321d256456bb01fdb90287' }, index.h("ifx-icon", { key: '309753bd19b29761259c40bcb6e7519326ea8087', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3db4ebd4a36ca69f4b08eaae2e402fed88e37da9' }, "Option to enable and disable the search")), index.h("li", { key: '036359e150dfd79ccbd7528c119fa0d2d4324acc' }, index.h("span", { key: '1c9464003284245d64d45f04538233fc1d3a5549' }, index.h("ifx-icon", { key: '1697c819b6e1490e0ed221b5fab18ddcc176e6b6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '73eaf7553316cfba07edbf7e1e6659b51d2c1541' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '95d3d77d5764e92fa86765265eb6c003b07ab2df' })), index.h("tr", { key: 'f22f002154ceefbf11754eb5f4c022f74fb95d0e' }, index.h("td", { key: '946f311b88b827986a6beadfef2e519a9f74c70a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '13f737a5fbf49f509d434db45c80c2869769c2f3', 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: '4fc4ec3022a96dc7dc5e320b63f0780b2c780410' }, index.h("ul", { key: '64f361ac95f9316d3c01cac2f05ab59e61557f78' }, index.h("li", { key: '4a8e609737b178d53339d86740001eb076d43265' }, index.h("span", { key: '51083f0efd5079e2e3208c0eb0ce8856e8cfaf72' }, index.h("ifx-icon", { key: 'c5022f469ea0fe80babfbd86b8acbdf756892a06', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1b67ad6ce5bf7e52ebcb2e5e0f9ed882a02e3e92' }, "Provides a dynamic and customizable dropdown list that allows users to make multiple selections from a list of options")), index.h("li", { key: '819496c725ccbfdb090b6e0d186f5cfa14beb6a8' }, index.h("span", { key: 'e0f676080b288ceef02f6ecf341fd30001a1080f' }, index.h("ifx-icon", { key: 'eeebfa398a7afee7c4be5e7b552bd44a3f83694e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fd74a148be481f700ff7d859be5d55cf78cc7513' }, "Adheres to web standards")))), index.h("td", { key: 'd21ebc6d44673124bd7556f5d0af68d8f3628f0b' }, index.h("ul", { key: '336df045c33e55d5fc775bead86900bff6e16035' }, index.h("li", { key: '9822fbd35592b9d0aa6e8069b4327769e2bd3c93' }, index.h("span", { key: 'df22717d81608308a30a7bd5f7a25a2a61795ea3' }, index.h("ifx-icon", { key: '7bb257c5fcfa051bdfc0251b98a7bc67869c69b6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'edfe6bb339185797783dee696b1e49e9b4b75907' }, "Extended customization")), index.h("li", { key: 'a7ab9fd1affc0684f7261b9e31ad4160e17a9f7c' }, index.h("span", { key: '14abf46888515146a849d7008002e14b87f0291a' }, index.h("ifx-icon", { key: 'eab68565cc2e9886b09ae1dbb7847fd2091bf079', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd1101f1b2f945b7bf097da1c1ffe72a11b7740c2' }, "Nestable options")), index.h("li", { key: 'aa76274138d5d31ece3d4fca9a161c5adb947745' }, index.h("span", { key: 'a20986571e83bbe2c6536a3bfc39a0124532b08a' }, index.h("ifx-icon", { key: '1b8c398de1c08efb9438aa3a4a26e4423b49d90a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd7d0a0851606086a650572c5c1c7bf1c4ac988e1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '52e0f00e008f6d500351b8bc2f079a58b96345df' }, index.h("ul", { key: '2599d5346304bf95a505ad3b79b70233f1a63321' }, index.h("li", { key: '80fe005f0c2ff724831e4399f7a203ed8d7dc8de' }, index.h("span", { key: '9ed7aebf166c2e18f4f264e10708c373d1d235ef' }, index.h("ifx-icon", { key: '63a26865cc553bad292a611bd64b39c8dc393b45', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bef5e1de5c4330eccd7a7444e199521eaacf7c9f' }, "Option to enable and disable the search"))))), index.h("tr", { key: '5684f4d0b9f1985dd68483b29fbf0473e3cfe9af' }, index.h("td", { key: 'a771ea5b869a732d17874bf3a12a2e8e5e618ee8', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'f456cf70e40ab4187721caf2562abedbbf2cd96d', 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: 'b7fec0ea159ae04dd4efd812d42138a65b1d19b8' }, index.h("ul", { key: 'eb6f8bf2a20b8df40ad069ecde7eb513c7af4d17' }, index.h("li", { key: 'c0c9c38e9c6f0bcf71c5b8874c2342834cb918fd' }, index.h("span", { key: '86e4004d21d23ae702619f4c5e75e45a11b799d9' }, index.h("ifx-icon", { key: '1b61a0b9bdc83808cd0783b41bf7b9a2a47c93bb', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b1c1f8d4cbe16f139b4c50ebe62f6ebc1eb73477' }, "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: 'b3d13b96739d0d429f5c4a401c8eb99fab799ff6' }, index.h("span", { key: 'e01c9aa6c9bac1a12a9a74a1b5e768d5a0bff90a' }, index.h("ifx-icon", { key: 'd56ea17397991ff9868f7b35bb79573d1935b7f9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8d540371dbd5cf9208721d47e4beb62c974e087d' }, "Adheres to web standards")))), index.h("td", { key: 'ffe60967e0f866780727150d9ae6682e7d545020' }, index.h("ul", { key: 'e21a2d2bd9c13a0400e1dd663918c0e33b4aac96' }, index.h("li", { key: '0fa4661bc9d298c886d213aa217161b6b8d5dcf2' }, index.h("span", { key: 'ec465a59c5e0326169a571c863eb0db591896253' }, index.h("ifx-icon", { key: '450f4cb9928ec189f7f05d23b190c35603d85407', class: 'check__icon', icon: "check12" })), index.h("span", { key: '93439527108ef0ec8c92fccdd32140e82f5f3133' }, "Extended customization")), index.h("li", { key: 'aeae778a8b55adec99530cc216ea4f0f18d2ab02' }, index.h("span", { key: '184e1e594e4b0be3270979a8911ca0f68976f472' }, index.h("ifx-icon", { key: '57b62b1888c237e35fae42ab4eca7e66f607f20e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9d4cbb8390588ff609b5a46bdb999f3388c37347' }, "Multi-layer nestable items and menu")), index.h("li", { key: 'e61349c056c443531275a94b7669c9772ebaf05d' }, index.h("span", { key: 'f24db761c6edbe59af5b8e862e2b5fcae3f86ab3' }, index.h("ifx-icon", { key: '9fd4791d58ada3529234acc45614def9ae175634', class: 'check__icon', icon: "check12" })), index.h("span", { key: '10be59304f7306f67a4cc72d5ed901e0c23eb1bb' }, "Initial collapse option")), index.h("li", { key: '8d2bdce51539a401c1e78a04a733d2b9f5bd663a' }, index.h("span", { key: '7dc45c162f5db4260297cbf9dc8cb50027c8228e' }, index.h("ifx-icon", { key: '4b145defc85da9ab3c8057b2af69c47e11d9978e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c4bd1911668d0597273a146b842af6d612e1328e' }, "Active and action item feature")), index.h("li", { key: 'b304e3bbd9b7d0f714b084ce33434014bc4b50f7' }, index.h("span", { key: '45794ecdc22fc253319c7dd04122194f5a6ecf65' }, index.h("ifx-icon", { key: '15608bf2024ebc8fec65d6e72eced88f80b0956c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd6673a9916f252341602a34eca6f1f19438e135a' }, "Number indicator integration")), index.h("li", { key: '2c700bb79dd7ac824504e5d133e4ee44e9698c60' }, index.h("span", { key: '16aa8beabafbdf0cdb37530b8b478be9363b111e' }, index.h("ifx-icon", { key: '0b18b6425171fcc51143a838ec8ffbd651ac4d72', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cbc40625e5cf51a0111cd667e78b95e6643135fa' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f34081c48932ac03a382cdc1b2fa35b7ac775861' }, index.h("ul", { key: 'a49c86108c896f7bcaeec9a7cf29a8a899d11df4' }, index.h("li", { key: 'b7f9aea7f025992882eec786b7ecaf05a198b1ef' }, index.h("span", { key: 'b30cc09cf0c59c6f614d4703ab9d9e213e235726' }, index.h("ifx-icon", { key: '8e8e33a67738126df470ce306d0b7d2f6f1b4a36', class: 'check__icon', icon: "check12" })), index.h("span", { key: '030abb84afc0e21d15235f1592315bade18ac16b' }, "Removable Footer, Header and Logo")), index.h("li", { key: '2ba915b2916f3c1d97f6a65ff93814c1abe6cc9e' }, index.h("span", { key: '8abae4240808ea9cc22b5fa9335da02a52c8c5c3' }, index.h("ifx-icon", { key: '35ff62d1f32290c57855406efb5d52ef5ca2dcbf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1374a3a971cff9d3165758764337be0d5e30b10b' }, "Removable and customizable Links"))))), index.h("tr", { key: '88d2d88dfd20c70842e0b6297d20fc0b4cb5f64e' }, index.h("td", { key: 'e0c842a9692d51b2dcbc73da25e33e7e320a3bb1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '80c586e4e130723d47159073ccafde70e156c330', 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: '208f1cfe41d255fc3d6a934180fd2ddc0dec160a' }, index.h("ul", { key: '6fb00158446f460d8301925d0513e4fc11d65c71' }, index.h("li", { key: '99ed1cede7bc84eba0e9a73e9f4706623c10c1c5' }, index.h("span", { key: 'b9898dd8191a7a0d503881e017ec1702b5f3d4bc' }, index.h("ifx-icon", { key: '1fc21037a3315aa129c61e536bfc8a543a176c1c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e194ff3bbec27d2c2f613266acae11628063bd76' }, "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: '2b512e8c33dcf1449057d07f469dc265ffc1236c' }, index.h("span", { key: 'f5bbad743ba830a5a9c6b34910b544277fc252b4' }, index.h("ifx-icon", { key: '9f304fc9b7cb7d623ce8b5ca769d4778add40871', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7e077f846150e91f23764100e8aaf6533dcb1963' }, "Adheres to web standards")))), index.h("td", { key: '5bffff37be5e116e3121fa36009b731b9bfb3f69' }, index.h("ul", { key: '84b1d28ca332caa383f0317342db1508b07689cc' }, index.h("li", { key: '1976af808c9e3f1201bc5b89a42a983220a172fa' }, index.h("span", { key: '5147c06c9ac7dfe8b349aa58674b3288df74c2b4' }, index.h("ifx-icon", { key: '57bd7011055bad88d04974789c41c83951bbd13e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '848511fe61518f0866f4dc2e77dd68e19e2c81b5' }, "Icon incorporated")), index.h("li", { key: '473010486159b3b8f371aeffb716977b491bed1f' }, index.h("span", { key: '2e66f338af4a5c35c6b60b07433a2f729f29e773' }, index.h("ifx-icon", { key: '4dd34d397b68cd30dcbcaa9c237b1f0d2e606a3c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6b161fc7953897119556d547abc2f07dc8b92773' }, "Percentage variant")), index.h("li", { key: '9fbabfcd74c86bac28d9e2133117a6807e716774' }, index.h("span", { key: '6ccef3e372c59be8013d193b59076110e9d4b701' }, index.h("ifx-icon", { key: '1d91d54ac942101e1bb290296230f4a8ff1ecf34', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2c1b6066c145efdbaa11690ab783a879ab4db94f' }, "Text variant")), index.h("li", { key: '1cf5d9d79adeb90daff3146ea14204196fec893b' }, index.h("span", { key: 'd7c8c15146782dbed65f741cbad0ec74e8239999' }, index.h("ifx-icon", { key: 'f0b3dee99da6afeed9e78ad2c668f78bfa4bcd1f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '43c7b975bb1f1df5c584f0dd380d75172a63054b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1c0a906689f071d3a2c640f0dcb783faf66e9183' })), index.h("tr", { key: '9d5da6a92fae73196c7aa28183230e7c5d937d25' }, index.h("td", { key: 'fc59b3614dd6ce3620061afc853745b692dd0af8', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '4e3cd94648c46f45c9df6db6e346f49b42a4d079', 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: 'f7eee2b1d68c97d5b8029761c1a4c6dcd1823331' }, index.h("ul", { key: '08fb556a9b79b85e44a5e9d93d2e0296364cb2c4' }, index.h("li", { key: '053ccc678a65b35c247f0a234aa9282ed5fa4ebe' }, index.h("span", { key: 'a51bd366df1ca628de1620aa909886250fd6628a' }, index.h("ifx-icon", { key: '956d6c91b804c840492d5093934a87e8d7f18931', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cbec58dac09cdea1bff3b28382980e735165c592' }, "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: 'de8b4dd105e61b463777a06d6a306159862e66a8' }, index.h("span", { key: 'd6ce1d067e827da871c67595ff76243d3ba169fa' }, index.h("ifx-icon", { key: 'f5c03214c934d9bd8f87754f358f8a7f7b08d99a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '211beb691356082bf8640b2e722e591b73e2e400' }, "Adheres to web standards")))), index.h("td", { key: 'c7e361f780298445946d069721222c3802e7173f' }, index.h("ul", { key: '586809196ae1bf55da98be5056ab51e49613a9cb' }, index.h("li", { key: '4800a840ad132f0a5cfe3d38b1898e45a820ee3c' }, index.h("span", { key: '05615fb8aa147ee147106875db78721e40a17ccc' }, index.h("ifx-icon", { key: '09d9e681af5783801f3d07d7c2505984821eefbe', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ec85dad2a507fdb2557e3af361f390e5125ddf8' }, "Brand variant")), index.h("li", { key: '45eec7fdc98bb09456ac3cb57e73db1baf0a84da' }, index.h("span", { key: '592c245d0a1046f0d6b08f7c799097a5703d7f44' }, index.h("ifx-icon", { key: '701fbeb6134a57a29ddf41832f7b4ee4857b59f6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '56772d04bd3dfa57e6475efc442ad5acbe01fb2b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '7a72acd2e3249abab35366c65dd01e66e6412720' })), index.h("tr", { key: '142163c98a8812d28bf5260ed5e009bba7a0464a' }, index.h("td", { key: 'fbb0c91cb55abcad566a10fc31d4674ad0b13da0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '4f9e6e8d7cd7bfb7e47b9cc4e9766784525c9cab', 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: '87f6b8531d4bf62aa7a1bf91d396ba8a0539ffa1' }, index.h("ul", { key: '7310054b8286289b967b36eae3f1f8c8fb414dde' }, index.h("li", { key: '9a930518d1ef490e4b033f0034c1088b6e67e959' }, index.h("span", { key: '85510a557aa258fef3bd440cb4de7cef4902627e' }, index.h("ifx-icon", { key: '6ea3dc4443def5a54eeedc91d83994f7c5b8f7ea', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ff9ea0dfcdcb358c2c333ecca38c095194f850d' }, "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: 'b250839ddbe30f033b8dcf97530ff40aa6a51034' }, index.h("ul", { key: '283e452c2ad071403f222b6b50a36ec4421ec82c' }, index.h("li", { key: 'a97e2e789638082af061230ab1598a562bf7f446' }, index.h("span", { key: '2dad81ea75715cf64e06e58e79dfd60fac039a69' }, index.h("ifx-icon", { key: '56a66aed2016d96e6d2991776cb3ceb49d7cf461', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e3667537c11eaf4630b89a830c53facf26002ad5' }, "Ocean, Orange, Grey, Light-grey, Red, Green and Berry color variants")), index.h("li", { key: '3163f166bb8a16a3000326b48215f06e6ac10cea' }, index.h("span", { key: '5b4af8d341e2e688c4dba2fcab0b6957e7a86102' }, index.h("ifx-icon", { key: 'dd9aba05df8fccb1144a532a527be0869bd27c69', class: 'check__icon', icon: "check12" })), index.h("span", { key: '22bfe9fdffe6b317f6661b1c8ebc48c5e2ab17d9' }, "Removable border")), index.h("li", { key: '67838f7fd27076bfbed736a30bd1953b5429eb3a' }, index.h("span", { key: '8c366a8caa894f5a9582ddc4ff079a67142e597d' }, index.h("ifx-icon", { key: '5cefbec251575e61507daf3a008cf98ffeb17ab8', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f333836b85dcf5d4b801485ae85f3b19b8a3e121' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a6b2985d353f8dc9ac85225f4c8483fec0813a6c' })), index.h("tr", { key: '77fe2c1074f549432bb17f478b5278165455e48f' }, index.h("td", { key: '015d0ee0530b581d55014444b57187eb9a30064f', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '19f40082a99cbb0ff087b4c7327a07bf92fc3b16', 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: 'e4ff066fd9b9e06780f1dbf94b01458329f5708a' }, index.h("ul", { key: 'ab0c5d15ac4432cae215c707907ecdd9c34abec3' }, index.h("li", { key: '56020cf51f0674cca2190ac89a8886f279ee4df9' }, index.h("span", { key: '628398070a6673099e19a1d9a9f3c4e25b429189' }, index.h("ifx-icon", { key: 'f0e325db7517d5eb463b42f971448e3ea8c34369', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b69d2a810c4ada5ef69fa68afacfe03ea26d99da' }, "Offers a customizable and intuitive control that allows users to navigate through sequential steps")), index.h("li", { key: 'a2967265d8dfc4adb6195b99af23179190d047ea' }, index.h("span", { key: 'ec2d5e0c59396661eb21819fa0761778acadc376' }, index.h("ifx-icon", { key: 'a8b14e43f4a12bd8244483bae368afe77ad2f2da', class: 'check__icon', icon: "check12" })), index.h("span", { key: '846665a6465f4e21250cfdc9649ce059b781c088' }, "Default and Compact variants")), index.h("li", { key: '510a9ec888f1bff52a36c8ca1e386c97b5e0576f' }, index.h("span", { key: 'b00d20a8e389978daf825207bd28585ac882f979' }, index.h("ifx-icon", { key: 'f69cf2578af55ea036995f43f94c280915714a5d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cf2b03672951ce304ff59e948fdafbbedb193592' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e7361cfe4dbda09307d6a5a6e17e1e0f06f839db' }, index.h("ul", { key: '738948aae7c42f6e57928ab236d30854138f9b93' }, index.h("li", { key: '49325bcb2475f442db1fdb9430fa6c2a8c6da875' }, index.h("span", { key: 'a1fa64290925d6da58d40d33bbf4c21ca0a33698' }, index.h("ifx-icon", { key: 'bc14c3adb1d32ef7bee9a1f4abb54e326a5885ca', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c8069a4f11c27f79dd5a92a7a0152ce52b25f042' }, "Vertical variant")))), index.h("td", { key: 'f1104183c70e2e97911c3de11df89cc22fef83b6' })), index.h("tr", { key: 'bc90dc31ee3f4706d652500cf210bfd3a163e9f8' }, index.h("td", { key: 'c4fc4496791ced310a722849bd58ac0387f23261', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '629185411074c11ee46c7211675d4e5aa5457976', 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: 'd4e18ddfffd2501e7e9ef87a934bb01c491b23e5' }, index.h("ul", { key: 'c9bf8c767668e7b1fd6288b43b21682d9f42033a' }, index.h("li", { key: '96a561a74fe1b41d1e6a17736db22209af29d7a7' }, index.h("span", { key: 'd381f7ef2c0e3c259e87cfd506011c73dbee41f5' }, index.h("ifx-icon", { key: '0e7593a2e56170f79094c297a274ea3b85e526dc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2dfb1e5c9714c05373c5bae8f224c1ead87db341' }, "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: '8f4265f2872532d66f15926ef8355f17319427fd' }, index.h("span", { key: '21434f67b359e002c6ee836971a12aac71d258d6' }, index.h("ifx-icon", { key: '52143d6aa3d87ee0eb011e292be42447faea7433', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bb48dbc11bbaeef63b1ef0d171e333c0221e3ad6' }, "Adheres to web standards")))), index.h("td", { key: '78cf36239805cca4fcb340255b16b6486868d67c' }, index.h("ul", { key: 'b6bc6b588a4919719a8ed24f8f432646268aa293' }, index.h("li", { key: '077c8030d91642ad1425f338c30519f0aeb5b933' }, index.h("span", { key: '0d16a7409657426599e9fedced265f866dc45030' }, index.h("ifx-icon", { key: 'a97da8a50ec93702dd245450ffa4153c775a8b2d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a3fd0cd5556a9444516993424f376a5c7a488ed1' }, "Incorporated label feature")), index.h("li", { key: '6e5d7a165cfcac3016d1c6e5dfc9f72a95bcf03f' }, index.h("span", { key: 'c193af5092266c0ea4783f4559ff9ad7d8406822' }, index.h("ifx-icon", { key: '530b62aac6a58132e76c557a72d72098cbbefd45', class: 'check__icon', icon: "check12" })), index.h("span", { key: '21d3284d81b1fe9a8edd07e060e1501963d991a1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '65ea3585f5884c246f151fba9797ac1b4ede9328' })), index.h("tr", { key: 'b184014af36bcd5db045267fd53794b9825d2e3d' }, index.h("td", { key: '5b581c554ce96d0082dd0efe0ccc82584121d12e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '787e2eef74ce65ced5524813ae24b19933ca5137', 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: '98c7c75c102dbe63dc190c762e42afa07c26b252' }, index.h("ul", { key: '7e0f0a3f65cd887771cd3dc1dcf2e3154cd7f06e' }, index.h("li", { key: '92aefc8acae96b6a4f28e355d566bf1616b0dc3a' }, index.h("span", { key: '40cd5c5c8eca1e481668ef63b7decda8d1aefb35' }, index.h("ifx-icon", { key: '92bc17661885913c95a2791939cadadf7c142468', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1b4500ef7b4ed74e20534fb5b7fe176c8685e451' }, "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: 'cc88c8429d336930be26d28f05983dedb01c7392' }, index.h("span", { key: 'd033d2482255218cda88a895a63ad6eb54f4b60b' }, index.h("ifx-icon", { key: '2988a02f1760db07a081e3c5fe06d7a9c92defb5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4bdfd2511adeac62ab6ef9bd36217185e8bf7119' }, "Includes basic features such as column sorting")))), index.h("td", { key: 'f8fbe4fe821a0dd5bb7f79e2c1040eb539de2a8c' }, index.h("ul", { key: 'f88d0b078965a6974ce1a1b152dbbe075c934b53' }, index.h("li", { key: '49e98c751ddcfa7a5716f36c5b85a0fc297031a0' }, index.h("span", { key: '4469127660b2ba719938598c6ea904d57fe6064f' }, index.h("ifx-icon", { key: 'a2e432534fcb740531ab4cf1b8cbe93cd5a46361', class: 'check__icon', icon: "check12" })), index.h("span", { key: '04634fad881ff6c3488358ddd6d7e21fe09ebcf9' }, "Compact and Default variant")), index.h("li", { key: '720a8c0d447deca371f7b5808353c4c9b4ba2496' }, index.h("span", { key: '8216f4d021ccb7d8e8144235b38c05d3204b1440' }, index.h("ifx-icon", { key: '70d87d70b2eef72fc95b35b949929db1eeaf15a0', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ef522c3ee649b95fbfd93dd62ef80224a0fcd2b6' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'afcaecb31c1f26bb9513dddd9dcdc32daab737ae' })), index.h("tr", { key: '53cf2ce6269da66a30963370decc28b5663b0d63' }, index.h("td", { key: '96faee2c7e2c474e8d87dde11b0d4fc7a70651cc', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '94e704bc0bb8fbe706e44a511d52bd956e805419', 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: '6495f00e02658f12663f78b3e22bdcde2abe3e02' }, index.h("ul", { key: '53aefcff33760ab98356545a8ae57ead0042b353' }, index.h("li", { key: 'bd5c4fca13828a81863d4f0521ecae3433834143' }, index.h("span", { key: 'f88a82397edfd70c3f157fd7bc1bd2c2d5234b32' }, index.h("ifx-icon", { key: '2a3b797c321b89b86ed936b35ae9f8ccc2cdfc2b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ce98c0231c9953b8b5f669d53a78c99693ccc3b7' }, "Pagination")), index.h("li", { key: '9c46402a3091ec6d701e1647175eb46fee9e6b72' }, index.h("span", { key: '372dadb487da77e2756431253e4f9e3cc8f05131' }, index.h("ifx-icon", { key: '519423cf5c748b49dab9839898e3accd3c0733d2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1d570b5fb6b155f043fad0889d2b94f5c5f7ddf7' }, "Sidebar filter")), index.h("li", { key: '5bed640e247473336339f82487890fa2a57d6ea9' }, index.h("span", { key: 'de10521546ebf80ee66c31567ffdd7343ee39627' }, index.h("ifx-icon", { key: '23cd488ff339725fd0828b8047d364180cc91498', class: 'check__icon', icon: "check12" })), index.h("span", { key: '56051796a7fc71b3132271530b2ec0a2b9fc5932' }, "Topbar filter")), index.h("li", { key: '7c9a817e755864cff7692a09ef44e9c257047a28' }, index.h("span", { key: 'fc33ee090d43ff0ff9a216a936dde1c3d13dca19' }, index.h("ifx-icon", { key: '0613a370fb31a67d138fd6c26f66664290230f37', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4699101a6f21ec2c6fd709c1760f84fd4c636370' }, "Nestable buttons")))), index.h("td", { key: 'f44c54edd5da12cf07688bfdb485f0eaaa741747' }), index.h("td", { key: 'd5de395049184cee951fb1abe369b45c4256478a' })), index.h("tr", { key: 'f1859dbd2bc2466f2868450074be3518f7ece079' }, index.h("td", { key: '618daa29caa9b6c89fbff67406b3ccf61e41187e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '9536383b226ad7abee0e94f3fa64176d396bb36b', 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: '52a939ac62e475dcbccd01a6c587c42dcc9e8ea3' }, index.h("ul", { key: '75e9e3828e26a97bee329adc96d0b6ef823d8ff2' }, index.h("li", { key: 'a76f350bb068d1a698199da85d3c5d96cd13a890' }, index.h("span", { key: '9953b37051c4b08269847370af76800c778023bd' }, index.h("ifx-icon", { key: '22c0b275b1af2c96362db9763bb0d05b015f99cc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '906755afb092df368231c0141f7f3366ce096053' }, "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: 'b9229dd9dcb8ce9dd1bb4d94fe6b7ae7521bdabf' }, index.h("span", { key: 'b3dae3924b954f2abbbdfd26758595aff07f75c6' }, index.h("ifx-icon", { key: 'dbf1033a33d8ed6a62e16e8a45a6c60af4ee87d7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c3b5ad2cc7b79caf16a7eb4d588d71b8dfb7004d' }, "Adheres to web standards")))), index.h("td", { key: '91b90bb1f75aa54c2e65b33f59d9574895937706' }, index.h("ul", { key: '9f2f374bfb2c9cfb772889266f5f8ec54242d4de' }, index.h("li", { key: 'e4dac7fca27f4a0acb26e44bf2ed10988bf7b02a' }, index.h("span", { key: '30348b3ba30ac4e580ba164407081275bb5130cd' }, index.h("ifx-icon", { key: 'a95de938f09bf57d368050c941e97479a590d4e4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0e8664ddce0c973eecda5843e5d608df64fc1e15' }, "Horizontal and Vertical orientation")), index.h("li", { key: 'e5609355d9f918bd0dbef9de054f98c566ad41d8' }, index.h("span", { key: '68ac8dabb34911362c19beeab9a2c412a9af1260' }, index.h("ifx-icon", { key: '9e38aed6cc2335b3f7f7c8853699c68fe7791a0b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'caab43078c3b5e68c78f7f28a058d11386e11995' }, "Extended customization")), index.h("li", { key: 'be6f9024ade698f1ebec39298a82b78abd74f903' }, index.h("span", { key: '26ae19ecbe37dcc33515ea775515dfed09fc14ba' }, index.h("ifx-icon", { key: '247342387e32de49845c77dc81f4163961de89a6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '85897f32b88a6e8295ad9bc4a1eddb0d650e039a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a258090ec82c83af22d77c7dcb3ffdaa8fce1071' })), index.h("tr", { key: 'd4ea082a2f4bf9ef65a0143183603ca9dad6e36b' }, index.h("td", { key: '88bf24b9dd1afc42112819df521a59fd16ced404', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0b7936a590eb8f559772ee5aecdad6fa0352f457', 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: '0a12944ad3cd8d20fa91c39b05dcc69b79b0cb27' }, index.h("ul", { key: '407b54c5a05c544d263c63a321f8d141a52a66f8' }, index.h("li", { key: 'c8e7d41c7a951b06f2c3f6e09cca051c2788bcbd' }, index.h("span", { key: '095b76d30c091a2f54b3899c85074831c30cee70' }, index.h("ifx-icon", { key: '17e8bdf77081be119ee0ccfaf07987533d0795fa', class: 'check__icon', icon: "check12" })), index.h("span", { key: '16b40f5d4d8c7286e26c523d7f230eca7684f3aa' }, "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: '0c87376d4a40869409abda769abad2838c325e8b' }, index.h("ul", { key: '113efbe2251351931ccf56d7f2d662beaaffc5b9' }, index.h("li", { key: '69ea22277f3b791ee44645ff05ce3cfd93399b82' }, index.h("span", { key: '9188a720b29e86cd8f1d21698945c6ec2a82510c' }, index.h("ifx-icon", { key: 'be6bd004bd69f9658631a32b7c66de51a5ae06e4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dcd33edbc951c9bb4009b390cd241c626a1a5a20' }, "Icon incorporated")), index.h("li", { key: '80da9e668e28bac0eea268a3edc0d787a344fc67' }, index.h("span", { key: 'cab4854578f4125ad8e7da51b1d1ec5f4eb4dd55' }, index.h("ifx-icon", { key: '461998ef27ff00d2b7504848d320c79aa7813d5c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7963692adff9230fc72995a4ccccaa5b7bb23635' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b53402cf1ae21753ffec2ff97c89d94f36ae69a2' })), index.h("tr", { key: '6f097fe0e0d95955ef3e36d3414ada976530bed2' }, index.h("td", { key: 'c47c5b102bd098c96aa95016320ee84e4789e8bb', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '67b8f7f695bfb976e1b83c4ca389a387251d75be', 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: '87102439584bfd533f3c794e8a22a2f64cfb8c28' }, index.h("ul", { key: '3a597bc84c05d69243cbaeca5d9c8ae672e58ab2' }, index.h("li", { key: '8896e728a84ca66d5fb9a6bab24e0a489427220a' }, index.h("span", { key: 'e852d7faa0a8243734687d5bc4f07e1ad052eacd' }, index.h("ifx-icon", { key: '11fe8c89660854b5c221d0d151263bb54ad416d8', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cc359c43672e3b448cc58979c618fe68b8147eac' }, "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: '997a1ba7754a4e16aa23ba588385cc07dd6ae900' }, index.h("span", { key: '3b655f85a282c7524e818845e120d82f5ac6d3d3' }, index.h("ifx-icon", { key: '2e7e9b31d7588aeb8504cb4c3f3ed0bfde697d75', class: 'check__icon', icon: "check12" })), index.h("span", { key: '797c8e7dcd52d97d75d9889b637d2a8b25cd9e5c' }, "Adheres to web standards")))), index.h("td", { key: '4d0980faa7955a72f244ca9eaf991ce1c9b1c211' }, index.h("ul", { key: '7ca7bfe839d2e71727de40d8eaac9c0a7b22724e' }, index.h("li", { key: '45987deffaf65a6c8020a3faefd87ac4c00f4fff' }, index.h("span", { key: '1ffb74c7f9b960b35a6ad91ce5e23db08dbcdd1c' }, index.h("ifx-icon", { key: 'bb28a93078b453be5247578c0acbf45014376016', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8a94b2e175594ff4600d73ff2cdbd1370bbd8100' }, "Extended customization")), index.h("li", { key: '96205e9e0a42d745cb1d7eb53e0f331f0c22e301' }, index.h("span", { key: 'f48d0f7128660acdaabd557ac1de943e91f525a1' }, index.h("ifx-icon", { key: '94140c9f5ca66ca57030b41c53860898107b95ad', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8379e6994b3b26b8b20447ad38f923381b550a73' }, "Possibility for icon configuration")), index.h("li", { key: 'e4593e39a9894c06fc1b281fc93410c4866f4a19' }, index.h("span", { key: 'd4a542a3058aa9cf07f4f5685bc7a82b3e47e973' }, index.h("ifx-icon", { key: '0dba50196d7dc0215d6b88dd0d3ca2a3bb2c6652', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bec1f82ff00f622aa83044d68768af354228927b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '09489b56f9f57e9410a2ff7b499b21f48d9dee59' }, index.h("ul", { key: '157d762f3fb511f52a439f93a0c4397dd04784b4' }, index.h("li", { key: 'f01ae7c866bde89a2c064b38414232985313bf48' }, index.h("span", { key: 'e13ea4087debdd27e8e89b47b84ebb6458be6fc5' }, index.h("ifx-icon", { key: '2aeee3dae930709224192c416463c3064259da6c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '14bf405c6c9143328d40fb834da8dc2e6c2f34df' }, "Form integration"))))), index.h("tr", { key: '9d9fb60b5574494588581552d889768b1a1ea0bb' }, index.h("td", { key: '32b0a670127f99a65baa5e5ca0c943a3f4888271', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2dd7860d7c9deded1c065721979929f61c6c2978', 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: '19cfadd4cbc6794b0eb24512f63288a07a8b8048' }, index.h("ul", { key: '32adec80042e74947646e51c18b0eb74807e8edd' }, index.h("li", { key: 'f769ef93bbb6641120fc3db35dcd9b927f1f5cb7' }, index.h("span", { key: '9cb53a9763d6b9ee8c41ce38e813556ca004feed' }, index.h("ifx-icon", { key: '6c0db8b653900d3be62b9f926094333bfb20642e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f17708c62c9c4fdc8b512896bacfac134fdac0d3' }, "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: '000552a490e8ec67651bf9c44374394575b130d6' }, index.h("span", { key: '0ea09fd9a0098e1e3c38d9832cff7a374bb115f2' }, index.h("ifx-icon", { key: 'cda82d11d78c2cdf46b07441197043e544ebe224', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ef4691d9a4f73ceb17b5e06270f7232a51f6b00a' }, "Adheres to web standards")))), index.h("td", { key: '62cf3ffa55d5b4af69ec1bbf18bdf60192565037' }, index.h("ul", { key: '1002e4bcc98a29cbc4bdac0ba2f6aed12e0a3aed' }, index.h("li", { key: '284659c4e1d76aceedaad60e5d02574db8a3c6a5' }, index.h("span", { key: '83525d24dba074cc4040e3b3f4317f48e6b1eb50' }, index.h("ifx-icon", { key: 'd6cdd50e90db0237083a8ed93c1d8bea1063d2cb', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a105b97b7c91582375150af1e80d117f63129f12' }, "Compact, dismissible and Extended variants")), index.h("li", { key: '58d53c4d0dd06a958fdb383d8dd4f598f9560e50' }, index.h("span", { key: '33982a155f66fdd00840036e6f2afb7f09073465' }, index.h("ifx-icon", { key: 'd69d30ae51feccd6138d4339eebcb2ea6769a23d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '37d08e47359d233164b6f73d1495a54e0904efa9' }, "Auto-adjusting position")), index.h("li", { key: 'e8ecb6ffd699e6a4765b3ddb227e49a757382ace' }, index.h("span", { key: 'f256b5ad83c181be49b828bca5db77867f37b821' }, index.h("ifx-icon", { key: 'b7df67b6034ade15bb465e630d8520ff37bc92cc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '421ffcd2ba9997e8b0a2c4d70f16ba8c0673328b' }, "Icon incorporated")), index.h("li", { key: '0488865d3be74b73d5b4e4f13b32f0d4733fd84d' }, index.h("span", { key: '39dd9b53b6cc6b4796752dc9abf94433467cc4aa' }, index.h("ifx-icon", { key: 'd30d8e572990a20ef60db9394cb621cefa4dca63', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8f5e2466045b1fba8a405667157eeebca0c3202f' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '36407b0f9a51be0a21b9a3afd228813273dfcf65' })), index.h("tr", { key: '604a7e269fc5ed26002b2e1b5f2322702efecec2' }, index.h("td", { key: 'ddee96e69fd270e99550a00c19000838d9795a32', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2fb967b897d93ea119bcc524a0bf76422fd142f5', 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: '40a461f1ca613faf6d14460c0763905154ee5d86' }, index.h("ul", { key: '405842007a9c687295503974cabb3aa5bd1d0e0d' }, index.h("li", { key: 'cda1dad9c2228791e0defe0cc29eb9465570ed2c' }, index.h("span", { key: '7eeecf26b45f8120242e601817d06727007ace2e' }, index.h("ifx-icon", { key: 'c51dff137d7e3d22d82f602c32649dece5dd7d6f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e094ade806951ed1023dd0b75ca628255b62bfe7' }, "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: 'f145cb05cd90a5ea40ee46a15af0ba9880827f65' }, index.h("span", { key: '7bc8ae4d43d4537737763b64118bb09e0301f327' }, index.h("ifx-icon", { key: 'bf9d55bdeaa3eb4c615a1f1188a482b5ba77c863', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4aa1bfcd892217d9821975f2a07ff02c5296bf08' }, "Adheres to web standards")))), index.h("td", { key: '2fb734ed1787252af2589e28cec603d6bcc55e9b' }), index.h("td", { key: 'f13d2f19a1e12e83e1d1c0618365f4de4bf2a9b6' })), index.h("tr", { key: '2a7d1571f07d8f163455ab327e28c1c1da8eb2ae' }, index.h("td", { key: 'b01e55bb3d1d2623e9413a324f64a3d0d9d962be', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'bb58208d926aea7310db7099dd230969e81c2c8d', 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: 'dd5bfbb7d3e89000f1a6abc14dec509fdbc85814' }, index.h("ul", { key: 'cfe1e6f6084c86e35cf86f631943bc8791436ca2' }, index.h("li", { key: '77cd28c3b590707022cd4a17cad9be74c5db419d' }, index.h("span", { key: '6c50cc26b11d313cc67d3cbd9e351c86b23e02e6' }, index.h("ifx-icon", { key: '5fba29882fb0c2fd99df8f6f34bd3f7fb44a71a1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '518bd4187e83fd5dcdae07acc4bc10593dff6ee3' }, "Provides a flexible and intuitive interface for dynamically switching between different content sections or views within a web application")), index.h("li", { key: '2d8b822ff82a1a0c301dfbf93c2f267175607c80' }, index.h("span", { key: '39311e2f5cbe460c2c7e0b3e8041e24f31d73d6e' }, index.h("ifx-icon", { key: '0aefe1fbd6d7559b1c96847fc2c3fb8383c42124', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cb704399daf7c4826fabf025027fedad7dd293cc' }, "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: '7f1c6705003576c3cd032e473d1147ef3d3b7e05' }, index.h("span", { key: '9e9e62ff7bfe798d39da884fcfc130470323d127' }, index.h("ifx-icon", { key: 'b5d749e53ae1d13da6f4dac154decf5adafac28a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1df067c3033089b9909dbbe4792d2002bf129ee0' }, "Adheres to web standards")))), index.h("td", { key: '35aaeb9958d5989e9999ba8cd8c60e3d47b182b4' }), index.h("td", { key: 'c5745d3c6f0921de099ed6e1c334ed3d56296a83' })), index.h("tr", { key: 'e27700c062b58ffbdffe478b1c2195b6902d0886' }, index.h("td", { key: '4d886307e4e687b550e2ebfb756d150576d60c51', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '84b3f14787e751a4b449601089f0465cc5fc3eb7', 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: '45451ecd553b05739b45c0c726916617f7525aa5' }, index.h("ul", { key: 'bbaf7305bb1c5dcf488fd53f76c6deb0fddb6a51' }, index.h("li", { key: '70d3e184d0607a2dea9063d5992b75ca9d316776' }, index.h("span", { key: '58ce226086c091c489ad5db04aa2d5567c1b58a4' }, index.h("ifx-icon", { key: 'e6e1f69aceb760bc2e4bc8ae8ccb35eff61553a7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c1ee3b080b511bd8688a7cb5c7939d841e843c34' }, "Provides a clear and interactive interface for users to make mutually exclusive selections among multiple options within a web application")), index.h("li", { key: 'b04abf1d474a79a80fedecfa777ad2446e1697ee' }, index.h("span", { key: '14e2e0733740f9a034a6d035982ea302a76e6eec' }, index.h("ifx-icon", { key: 'b8570500e689dcf2f8a562fe8950390621613406', class: 'check__icon', icon: "check12" })), index.h("span", { key: '86be3b9bca70342e600ed43ded84f1d902871f9e' }, "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: '4d5a9c1f3c8d82638bb8b98d5ffc02a8ba67fb11' }, index.h("span", { key: '10922a682383ea7be091da8432eb3438ea66d14b' }, index.h("ifx-icon", { key: 'b3db7cbf3f8c91e59f4e8b8aa4494dad5ecc2fd0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '48e2075ba4343c214f7a3e3df6afef04b484a2bd' }, "Adheres to web standards")))), index.h("td", { key: '3dcb73af79648c3eb8d2087bab086c1e009cbbb3' }), index.h("td", { key: 'b65ff05a8491733bf483a70927c87725074470ca' })), index.h("tr", { key: 'c69516347f54904376dfe6e7cf19813d0070df86' }, index.h("td", { key: 'b9e5e4184381b8db0ee1fe322f5ba910e37e2dbd', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '007bb077ef0135700467d8197152c18041ec49d7', 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: '0cb849bf4dbd9600d27eec5eafc2290dbd634e78' }, index.h("ul", { key: '3b74f653b2f4ee029e9d44ae7d7d55524c2b54b1' }, index.h("li", { key: '4c80d8ec1314cc5b39c5f65047dcd133adee8f48' }, index.h("span", { key: '6f08deefd65e6760b5f0a118d08a1a91e4bdc801' }, index.h("ifx-icon", { key: '5e1d0bb81d2c1f765a2130b8c15d6bfc0d079816', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'edf3ea64a6981902483cc88834e833b2e1b60d86' }, "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: '6975fc2074be5611ace7c8afdb5564b4e8495970' }, index.h("span", { key: 'ed6492f339b0eaff91121fa081778e1293efaca8' }, index.h("ifx-icon", { key: '93583c6337e801f62a8abb256eaa49691ed2b794', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3f54e52868400717dee16c8826f43de41ad4de7c' }, "Form integration")))), index.h("td", { key: '1601fbc162ebdb8f9c86b7f232ace613d0f014fc' }), index.h("td", { key: '3eea45bd7d9ed7dab2103efcd8c5098714d96644' })), index.h("tr", { key: 'b6c06379933ed7db671ad57b1e5ce9395fabe665' }, index.h("td", { key: '5467ec0bf122adaeb0df235b6baadca5611453ff', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'acc481e484e8bdff6f77ad7e0629514411ea23d3', href: "", size: "s", variant: "bold" }, "Card Group")), index.h("td", { key: 'a93df0f838be29b818a06b4b4a62e224c35673f0' }, index.h("ul", { key: '0542d5f573463b3b7d17dafc011a7562fa529e88' }, index.h("li", { key: '28dcbc63b8086e39b653ab4ce9a750c6caa31a30', class: "planned__component-wrapper" }, index.h("span", { key: 'ade2900dd1589247fac86877f86f3b2e477df496' }, index.h("ifx-icon", { key: 'f319878c0949a2acaf9f1c2eb1894235f8a44719', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '3bf154ea585ee87d0db47cc551e9c4d42c0a93a5' }, "On Hold")))), index.h("td", { key: '4aa08c38773c7fd2a3d879bba34a688b32c590c7' }), index.h("td", { key: '2e4002ddc0c4d1a4122a877dbdb6f740283fff25' })), index.h("tr", { key: 'f2e9073485062db091ca755ad708267af4c602b3' }, index.h("td", { key: '3f2162cc91b2c272a5239729968d8b7aa96a2493', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'e4c5747895f1023a43c3a4f2a1122b54f8f95fb9', href: "", size: "s", variant: "bold" }, "Upload")), index.h("td", { key: '6c3d2633fa8b9af77c111ffc06de0c2f2d1f5aff' }, index.h("ul", { key: '0db3a5c1f6320f15c70e83e04a2796dca2a5be52' }, index.h("li", { key: '1dfff4aaf28e90e2cbcb37b335d1a35a9bfe327e', class: "planned__component-wrapper" }, index.h("span", { key: '791e0dbc101688c15086f6fbe742ca7e77a7437e' }, index.h("ifx-icon", { key: '7208eb9184c0b4c44520903a410d21ffbf021977', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '816e387e69564a1f75e46f3070b1c6b38e3e1a06' }, "In Progress")))), index.h("td", { key: 'c6a60abc862e34410ad1270656a3f17d60321d43' }), index.h("td", { key: '7c764f760cf6ac2f7078a002706f52068692495b' })), index.h("tr", { key: 'c586788facc4b77125b64f983f8fc8e96b983f9f' }, index.h("td", { key: '2a7bf3be283d1a8559981bf416b35510a253d6ae', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '71f2f91c2b04d1df4f62def73a481ab22e4f024e', href: "", size: "s", variant: "bold" }, "Checkbox Group")), index.h("td", { key: '1f9db64e3174d49d9eb70c7eaf377d86d9c9257f' }, index.h("ul", { key: '0487f7945bf4f5f88dfe44e5f0475b38e901fc10' }, index.h("li", { key: '0eee586464c8984ac82c5909b4b1500f9c0827e0', class: "planned__component-wrapper" }, index.h("span", { key: '07c7d2ff310ede8d400fc3497bab791a66263201' }, index.h("ifx-icon", { key: 'a0eb779ecb80abb0bf7d08fb0838654205559f07', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '54153ee21aef7ddcf7ac6ed022dbcbb934988fb1' }, "In Progress")))), index.h("td", { key: 'aa83ab0b59a235b3b2142223260c454512d4c788' }), index.h("td", { key: '3ffab5da88efc20dd9421a62374252a69c23b2c5' })), index.h("tr", { key: '97949d42c9e52b8545e8af31fe26656af7a3ef20' }, index.h("td", { key: '9514974d917344544ab242c120346fee44fbc124', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '61e916aca82d25046468d06b66125ea7590b1686', href: "", size: "s", variant: "bold" }, "Radio Group")), index.h("td", { key: 'bc37417614895c8caded816ee6753550ac7f17d6' }, index.h("ul", { key: 'a22790b9200485434a671816ffe2fc261e6959f2' }, index.h("li", { key: '8c837e9918f43596ac79398c29e76d3b6528de0c', class: "planned__component-wrapper" }, index.h("span", { key: '09afbd0c1a9557565b215257467d789caa559110' }, index.h("ifx-icon", { key: 'ab5f1e9734f4e59d1a663bd8741e42f9bfb2e10b', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '310c6cfc09be9a81986e8b24cc551e401b934514' }, "In Progress")))), index.h("td", { key: '04120b2f62d87858038a82a21a630bc9121f0a37' }), index.h("td", { key: '638b63b35110af9e641038e814eeba4aaa286cc7' })), index.h("tr", { key: 'e6612d32ba0e6ac071d7bbed9f88ba7d916a2153' }, index.h("td", { key: '5d7e3ad3af841b1c87591e87230ed84456ee9b81', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'adb2b90c4038a469b28333d87b4b103b668e7814', href: "", size: "s", variant: "bold" }, "Tree View")), index.h("td", { key: 'ff05b68faa1593512eb29b55a101f29ba029a647' }, index.h("ul", { key: 'cde4eee27f700eb0a5d9e6cb3b50da176d3ffb37' }, index.h("li", { key: '913ab554927296bba32b91808fba2e9053f0affc', class: "planned__component-wrapper" }, index.h("span", { key: '1b46ace70c11a8d1ced645e739c1e0ec6ff2f0a4' }, index.h("ifx-icon", { key: '3bda77798a4ef7f9e42993f99f830275d80d484a', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '126c5fab04c784e495955b4daf832f41cdc1703a' }, "In Progress")))), index.h("td", { key: 'b4b9e6070a794549b192efd3f9108ef202222791' }), index.h("td", { key: 'f5a371eab4914cfbf51bffe5935abda4a3d6662c' })), index.h("tr", { key: '64d611592b19ce77d84d8b9c01decf6bc1fedd8a' }, index.h("td", { key: '64a03de26fe748b73b9ebe63648791aafeff3d75', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '048956a0fb4b49a43230d721ddcd11ed3082ceac', href: "", size: "s", variant: "bold" }, "Popover")), index.h("td", { key: '2f255a60c7c339a7f3ddff27780c2e2e27cef86b' }, index.h("ul", { key: 'e1794b12aa84b86195beadb8cebb3a782c9861be' }, index.h("li", { key: '6ee0a2f0980fc4bb5113eb46fa52301459beaaad', class: "planned__component-wrapper" }, index.h("span", { key: 'bfb1b0a19247bbc0731f9e6ffcca465c72bb13b5' }, index.h("ifx-icon", { key: '084acf5fb400a0d0cf17b96caac4a7d69a48cc66', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '47541418b9c0639e24b2ec46db56d868f4b9a99c' }, "In Progress")))), index.h("td", { key: '9e2dcf7d0f5ff5bcadba843cf8f20e07d65be8f1' }), index.h("td", { key: 'c932a935d7331027b661c7ed707c25e87e1ad278' }))))))));
|
56
|
+
return (index.h("div", { key: '1bf8caa4b913a344e5f8747e94660b6821e23d77', class: 'container' }, index.h("header", { key: '94c254e8454d53a7338eaa9c9675ddcca89eeb6a', class: 'header' }, index.h("div", { key: '17882366f689cffaf7c6311836043f18cd4fc3d7', class: "header__info-wrapper" }, index.h("div", { key: 'cd16291374680a7d8bee686d4c1674c05dfbb906', class: "title" }, "DDS Components Overview"), index.h("div", { key: 'a6b448386eadf12241bab7ffbddf729ebc862205', class: "infoboard__wrapper" }, index.h("div", { key: 'c9aee6ece3c08adadbc588ff2bd853ce59558a73', class: "basic__info" }, index.h("div", { key: '14ad50067bddd0b9fcd7b080d39e01f57e994a4f' }, "Total Number:"), index.h("div", { key: '8c90de62a16b9e139d825800ace336c3d086a4c7' }, index.h("ifx-number-indicator", { key: '36815a325b9ec0d18a4d4eae73a700531e2e358f', id: "number__indicator-total" }))), index.h("div", { key: 'cd7a3ce770332a7e4326a985b40667830fbba50e', class: "basic__info" }, index.h("div", { key: '0817cd49ab8fb1b23d524dbd765acf807082b9f4' }, "Completed:"), index.h("div", { key: 'b295da4b6c33dfc46494aebc19384719b99c9a10' }, index.h("ifx-number-indicator", { key: '062602ce61c8a1e64a5082617803b4bf19768814', id: "number__indicator-completed" }))), index.h("div", { key: '809fa62354f5af8fce41c33ec482df8fdd60e1cc', class: "basic__info" }, index.h("div", { key: '22e4707de6bc76adc72d232ffc5564587c28a764' }, "In Progress:"), index.h("div", { key: '18694424c99dfcdd874832e2871303428ef38951' }, index.h("ifx-number-indicator", { key: '2a2b9072cb5a22556e78bf37171c46c49e516676', id: "number__indicator-planned" })))))), index.h("div", { key: '24d407db674288ba7ff70ef01484775221f2a888', class: "view" }, index.h("div", { key: '3a803ede8b3d1914979896f3d1e60ad1ea3a8037', class: "wrapper" }, index.h("table", { key: 'f393b4a69af0b238172d186a7e2280926d4c7b96' }, index.h("thead", { key: '5d2e8cd21cefaab5ab6ad742a1f41a9fee2f5027' }, index.h("tr", { key: 'a8c9d0911cafd8016ec2aa5365d44c9828f8354b' }, index.h("th", { key: '55022cb39f08501e27241ea9b38557caeeda3eb3', class: "sticky-col second-col" }, "Component"), index.h("th", { key: '91557e6a955b7545a315594addbeeae77557667a' }, index.h("div", { key: '7a20d402380bb6a6ff774b1498032a9db7277ec0', class: "version__wrapper" }, index.h("span", { key: '604c02fc44aeed9d0e8f8eec7cc0ccd30a9ccfee' }, "Version 1"))), index.h("th", { key: 'abe593cd9f4e565bd89deae4f90418ee9b84ad32' }, index.h("div", { key: '5a31f726875ca8cacd05179f443017d9dfd2cd40', class: "version__wrapper" }, index.h("span", { key: '64608c736cee4d9e1ee2cdf322cf1fe01092a8d2' }, "Version 2"))), index.h("th", { key: 'ef95161f4546d1df715e312c970025784ef5856a' }, "Version 3"))), index.h("tbody", { key: '6256ac3f7418a6a18848def9da9409621a345eb5' }, index.h("tr", { key: '1e2178257e075d193770b034400b8d7bafbbade3' }, index.h("td", { key: '79c33aa9bb62d8d10f1b2c70d903f1b5b8b800e3', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '99fb173b6cdff775a3e9506249e4ded95a2d9020', 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: 'abb9458f1a6d7fa7b383ed1f50fe7d55c775bdec' }, index.h("ul", { key: 'e73d90f3f93db8a10651fb036c86faac758c74d2' }, index.h("li", { key: '8814bf3f88de0a1c57960096b11478d30c56752d' }, index.h("span", { key: 'b9fc1a51652196098ae8bfb51811925a1d51c820' }, index.h("ifx-icon", { key: '27ae8df9c36111820f292033df8367b65e75f04b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '03d7c0aac1140d70eb07bc17c6dab1cc16a5ae8a' }, "Includes essential functionality such as expand/collapse behavior and minimal customization options")), index.h("li", { key: 'b5be0d936eb83eac79004a1e4173301dd1738494' }, index.h("span", { key: '70535c31aff14bf07c16abb1c4aaabf1c9e38942' }, index.h("ifx-icon", { key: '34da368fbf92d6186f6e9590be790997fd232b61', class: 'check__icon', icon: "check12" })), index.h("span", { key: '394fc89c735dfd4e3d4a7b6a1abd09b4a014a6d4' }, "Adheres to web standards")), index.h("li", { key: 'b38595670b1b5e78990ab3c6cae1dbf5aed3e179' }, index.h("span", { key: '3e5ca23873440e1a6a890734e629e1613a176dd0' }, index.h("ifx-icon", { key: 'f019b0c39c4fb4082d26e8d47af42c8577cb9054', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a4cd9bb88cd04b8ffb4fee1b84c26914d3347ead' }, "Provides a simple and lightweight way to organize and display collapsible content")))), index.h("td", { key: '832c4b188c09919d1915011306e6964cfc0f5353' }, index.h("ul", { key: '5d72f55aecc6daff5084a66bbed0766140e699ba' }, index.h("li", { key: '89788bb20c1109d9df03372ecf745a62c1bc55af' }, index.h("span", { key: '8d359504221abdb767a8334d2c7ef6d89091f746' }, index.h("ifx-icon", { key: 'b4e4c9050ccf0a019527d798dfe1ca39b4d6172e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a876db19f77512ba3aa34d4619622989e9df120e' }, "Auto collapse feature")), index.h("li", { key: '88040672fd422918fec2cfa24e1ea5cffacd083e' }, index.h("span", { key: 'a2d8b1e5d6c3417eb627d7dc75c3e3255464e805' }, index.h("ifx-icon", { key: 'b0f50b0dbc299031f046b75ee182a2a9940d540f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9ca619042f97951838b2141a1a0b6f83afc73eb7' }, "Initial collapse feature")), index.h("li", { key: 'd0f2ea696f9ab3398972b9fdfa09ed814152b6bf' }, index.h("span", { key: '85733bec6890db4a03a3246d20f1456b67c56bd8' }, index.h("ifx-icon", { key: '50b962eb9c755068031cfe3942754b74cbe3c01a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1b9d50beadc692c417b1fdc76449cd60a83da85c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f9c0ea9414dd1b7697b69125bc8316ef78bd4c1a' })), index.h("tr", { key: '3ac8d014a3100dbc0d5126120cf6dfaeb823cad4' }, index.h("td", { key: '3e5d5b646235a2058a7132034d3060832ce3c503', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7cebecbb30e4d83d3a0373f7c6a267660114d96b', 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: 'db15822bf35252bdca3fa08c254048d53953a33e' }, index.h("ul", { key: 'd517464a038077cedf2cdd95b134eff66b5d9e2d' }, index.h("li", { key: '79065330c624efc7b7ab9769759921507095f09a' }, index.h("span", { key: 'ecb08d003895e53f2c158b9a3789005c0e99dac7' }, index.h("ifx-icon", { key: '40a376394ac28081ce3a7e2e9ef8be8f84eec03c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c2ea8f2ebacccacfc20bc17011b8480cbc63ac11' }, "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: '2d2bf572a162696dcd5d6a3e4e16964d7d83d3af' }, index.h("span", { key: 'd62d9ae79dcd61a6cbd1176a9e81cac2bef36904' }, index.h("ifx-icon", { key: 'ab3d9681686664bb318afad1ca082b1a6b45a478', class: 'check__icon', icon: "check12" })), index.h("span", { key: '77fc1583c3effc516d4f89834ddd885e23d2d90a' }, "Adheres to web standards")))), index.h("td", { key: 'e333fe8853bd5ae3eca5e5b91656c281485466ed' }, index.h("ul", { key: 'bd0f324627373120c0235fbc7dae1487bc0d97c8' }, index.h("li", { key: '2e692ae64e4ada4dc2ff8b46c07b928380725cdf' }, index.h("span", { key: '2831a8fde4d611cfaecc0aafc6bfc2fef9c3f0e2' }, index.h("ifx-icon", { key: '9f5aedd76d78fb0753784d49b05b0695d7e336ae', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ee18211e1fd94afc756b84a2fe9d769f2670470' }, "Configurable close button")), index.h("li", { key: '4c3c13b8322d347b98cf5b604a245db30c6b2f40' }, index.h("span", { key: 'b9a0e9fd16614f359278d80b04f255974f39db4a' }, index.h("ifx-icon", { key: '37db5e27ff1a3a4e2f5546db6c8fe3f1f3e15350', class: 'check__icon', icon: "check12" })), index.h("span", { key: '80df9be7377b130265dc65050ce52e301d02e6b5' }, "Additional Info variant")), index.h("li", { key: '50eed86873ee9f5707fa5a0f0f51f0bbabbb0237' }, index.h("span", { key: 'ea7337174d2293cc666de8e449dbe7d0122be848' }, index.h("ifx-icon", { key: '260f2547b4603482916f9dd0d3e7c13ecccff093', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b91dc3af78716536be503e70edffe9a38cd143f6' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2736e23edc5f2352c15fc43c92628cc670f4c8b8' })), index.h("tr", { key: '76f737ee5c65db1364883d73870af187158b2eeb' }, index.h("td", { key: 'e10bbbc89408b7c46fd1182571831d77d5a7961d', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6948e16a1050d84a12b8c7a6372bf6aecd3cf370', 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: '66dd2c340ce1022ed06821f8c1fa701329d1ebc7' }, index.h("ul", { key: '2eb680aa06a29f9fcae9ed46b2a5730bfb0a8b6e' }, index.h("li", { key: '0d521e66bcc49cd18b4b7328fa6e553e42d68ff0' }, index.h("span", { key: 'f8e31739554604b19d5ccd3e5777840c73c1ff94' }, index.h("ifx-icon", { key: 'c2e383d8311286fe2c0e1b5e5e33cbad3220092e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c2560568146196479a8de38862694bd88a2fb170' }, "Offers simple customization options for displaying badges, allowing developers to indicate specific actions, statuses, or categories with visual cues")), index.h("li", { key: '011323ba156268a5f2a3c051ba8801e285d50bef' }, index.h("span", { key: '8cbd8a48b622f32844d35cf7541a4d712e549b20' }, index.h("ifx-icon", { key: '5f2bcf5e39759cb895a98cfe8ae430e82ae1878f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3d828880d4f131451792fddd7efdca26d130ad21' }, "Designed to seamlessly integrate with existing UI elements and adhere to web standards")))), index.h("td", { key: '740bfce1ea0af6a5c9d857cf61904999ac69996c' }, index.h("ul", { key: '34e4afe5dfef6a45bec854a180f9a44ff48e40a8' }, index.h("li", { key: '439fa66dd7107a712bd705d18fa554be9855403d' }, index.h("span", { key: '5b4e7f0f19b22efb08f53bc7cbc0b9fd18ee92cc' }, index.h("ifx-icon", { key: 'a1f071212014a8a1bceda02de76b7e0b128c30b0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '71b5141d4c888231572aaf3fe84b559e79520805' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '81a62b37d21267cdd0347756a9b856d309c88b69' })), index.h("tr", { key: '507b26d745a2ff0664c70cfb620b41e6a7878587' }, index.h("td", { key: 'b4b3dee0f1464637c4ac6641d2b514d786eeb489', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'e8da06c244ba4ec8da6f84af4f7c24f7d2b0273a', 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: '21be6dfe5ce5e9e486afd4fa9466f5a1e5785c1b' }, index.h("ul", { key: 'a8a01b1273f0563949e6dbf278e7cb43505ed009' }, index.h("li", { key: '2437f436e20cfa0efd8c76b458582104559bc674' }, index.h("span", { key: 'eea63eedd0893eb76092c5756d2c44f6f1a4498d' }, index.h("ifx-icon", { key: 'e6bff98c10653065cd3d308aff7d903c9f0bbd9f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '72396bc0908e7bcb804dc35e9f47ff0498f539e7' }, "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: '79bc75d3cf9b74c0075b27b85fcc5dbfe61e8909' }, index.h("span", { key: '6a9daec9e3fac63c3c0f866302200df5de48c579' }, index.h("ifx-icon", { key: 'b7c02056ebc27bced37dd0578240c2f6336dc361', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1cadd1b12f7d3f2da116edd90e5fe5838d8eefbd' }, "Adheres to web standards")))), index.h("td", { key: '9f9dab10216fad1b60c0fd09f76b2a0ce02a3096' }, index.h("ul", { key: 'dc44b5ac573fce63b53ac078972e903e3923cc85' }, index.h("li", { key: '52420ebc398c80fb234047fd4462476a63933785' }, index.h("span", { key: 'ecc1fd5e9b0ae919d566e65b06d4df2dc639c16c' }, index.h("ifx-icon", { key: '9855bf4302dc71f97778e26f2557699583f89454', class: 'check__icon', icon: "check12" })), index.h("span", { key: '40f2a6cdab4702a9ae39b8796dd5a6342fc331a1' }, "Possibility to add an icon")), index.h("li", { key: '2c4ba9a1658b2eafcc13e490ff5e4e83bd7e639d' }, index.h("span", { key: 'b35dd87962de0e354b9d9d2713581b0d0d2b7b6f' }, index.h("ifx-icon", { key: '9a0b4398ef0c742813b559e97b460344cfaa5f9e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '11b0d4d3636135cd0771cdc3ba6a0134ca491ab5' }, "Incorporated dropdown-menu for individual items")), index.h("li", { key: '75cac4dffbf65487afbb1e59b6c133daecb028f8' }, index.h("span", { key: 'f4afe29555a099377a3c43cc7add741200e8317e' }, index.h("ifx-icon", { key: '0cc3f67c7f34ec52f436e41ec09be40ee231d365', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2972f7da3eed40d773a4cbc48ad1eeb81e902b23' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1c94ca9558c535787484ba1a2450adf587070a0b' })), index.h("tr", { key: '8000ec9aa256bdb68af8c2f4fe027411912ae6b8' }, index.h("td", { key: 'dec828319a0df9465c49002876d7a05ce43819c0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '4a5550516c1f75a89cfd659f43fbf09b9f4ec635', 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: '6b786792b72de881acc17fd4444ef1bbdb86b4f6' }, index.h("ul", { key: '5ab45f3e8944c87b1f9400d25f1368dfe7cbb81a' }, index.h("li", { key: 'accf709f3f6851f9214fb84941c050e910796c6a' }, index.h("span", { key: 'f9de4ca5f5ef09daa7c4b83696444300e991eecd' }, index.h("ifx-icon", { key: 'dc0b2ca0544be09779244859cb3644f6a6ad7b5f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ee8a07a8b6e3c2737c13d6dad067e59626556de' }, "Includes basic styling options such as colors, sizes, and states, providing essential functionality for initiating actions")), index.h("li", { key: 'b15cb7bb74c1e788b0c79bade8f952cc9e06099d' }, index.h("span", { key: 'cc6711998296f8996917fd9a1d1b0bd0236448ba' }, index.h("ifx-icon", { key: '657951ee399a80c102a654a1f47d488471389e01', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5c1ce15a95f7b0736076336faedf29a60fa75485' }, "Adheres to web standards")))), index.h("td", { key: '079974f16cc5a7ec6aab6e715cf1f3eda9a742e1' }, index.h("ul", { key: '6480b5002f81d115d314ff2b5bfac8127eb62b71' }, index.h("li", { key: 'd6c9eb5a7c0cb0e11986b19a6729765ab07f302c' }, index.h("span", { key: 'b5c1bdda2de9b5183e349fbcbbb0047d3d304bca' }, index.h("ifx-icon", { key: 'f69950a47ee2e8293deaf452d3571ca3126320e5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e907ffe99d095abd1f610f26f893027428fe5c34' }, "fullWidth feature")), index.h("li", { key: '8125ff31b63fed4cf7dc3cb7008114057e8f4627' }, index.h("span", { key: 'd0a7b711829d84e032312ae14a5b2d3cc21ff3c2' }, index.h("ifx-icon", { key: '21672b9c9a3a9791e6f5724b3e51910f16bec9bb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8a3ca491e24d7c1c4d236c1d81319c30956a1dca' }, "Icon integration")), index.h("li", { key: '558f59a47308f7a386ef17fd80a6776b02bbac80' }, index.h("span", { key: '9cdcc1479da581399a108bc9e8a5553ee363437c' }, index.h("ifx-icon", { key: '080aec359297cb57de14b1508accbba69b48118b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7a6a01dc44dad00a23cab63f099e825e72969034' }, "Link integration")), index.h("li", { key: '1b2d0e31061042be29adc74f58d872156a1faad1' }, index.h("span", { key: 'c5ac7ece83074942bd8606f8a5478ab7a7f4ab42' }, index.h("ifx-icon", { key: 'adf8a20d700d8c3d912b8ac2b41556f54f8afc16', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e9a3d4f6cf6120dddad78c0b4f9779f44b6a3cd1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c7ac19132b06ed874be36198c2222a971039867c' }, index.h("ul", { key: '5eb6209507afcf60c46c1e5df45110a7ea4c922c' }, index.h("li", { key: '465eee0104284faa8ef19b8c126e7da1a13c1e7f' }, index.h("span", { key: 'fd70f82a0b09278344a7fc6eef93e1b5993f071f' }, index.h("ifx-icon", { key: '256aaf763408b71cf12feefa7b8f7fade7a2ea2a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a65362c754641ffaf34668ae12c839f113ad8308' }, "Form integration"))))), index.h("tr", { key: 'f90acb40a78e69680d392cfbc751be4dd6fa35aa' }, index.h("td", { key: '5323a4e7255997b2149c55284bbea236b8903a47', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0d0628a1fa242ab90bbe72fe9742870eb592feaa', 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: 'e2bb048aae7c9cc2a11ea50809d1eb82a938bc9f' }, index.h("ul", { key: '9e3468bfd7b19fa771b7cb2618e01dab801b97e6' }, index.h("li", { key: 'f5b3236a70dc25cc442cbdf5094575940e335c7c' }, index.h("span", { key: 'af708bcab0df3b79d13e1a2eac3d730bba108b82' }, index.h("ifx-icon", { key: '5049d914f05c349dbb482ea6ea3ec80121ed9652', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b474d0fac0061734df5cce9e6f914017538aea82' }, "Provides a structured and customizable layout, featuring elements such as headings, images, text, and buttons")), index.h("li", { key: '908f6f49f9869591650bef21ed17c72911242a83' }, index.h("span", { key: '96e094fbfee6c25d5f905d57ca14db234e98dd73' }, index.h("ifx-icon", { key: 'b5e3045715323478f0af14d8e3527d2659f040ca', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f9f80b384c1cd1381e3e33ca670abea14fff4b68' }, "Adheres to web standards")), index.h("li", { key: '30a916b432f0cea08eee80ebabb43558008c92b3' }, index.h("span", { key: '055cd1b475b34b5edefd324564c728ce02596067' }, index.h("ifx-icon", { key: '086cb8a5a0edc71542e3d3117c57204be26808d7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ea999b8bf46c6995a49febfcbbdb616e74b52ef6' }, "Horizontal and Vertical layout")))), index.h("td", { key: '778e075730526ee2d43c7b1112101831aa4afc42' }, index.h("ul", { key: '904e8909fc0d16356fbfde480f1e884e3e4bb71c' }, index.h("li", { key: 'a86b4ee563367b811752500b2a038bb64a2ebb86' }, index.h("span", { key: 'b45e1aa108dda1d68af3f9f51298bf34026d5893' }, index.h("ifx-icon", { key: '0fdb913a17c0d66ee726d3ae54fe4dbc490d78df', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dd63c5b6e06111ae9ed58cb4df64b453d56ed130' }, "Possibility to embed multiple buttons")), index.h("li", { key: '0f64ce8b8c94575e16178ed4f0ea06a20f17c071' }, index.h("span", { key: '7d34ef089ed83debf78e8772c60c3c8ff38d46c1' }, index.h("ifx-icon", { key: '3edca6da1680bb005ef614199160329c59d3fbab', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5eaac6e0c539836c67f23fc4037d30c895299a05' }, "A switch between a Link and a Button")), index.h("li", { key: '5399825d3c319db57e8c4875226dbc54e2934e73' }, index.h("span", { key: '251608e4674c36303bcd303f3bb0c6375796dd9f' }, index.h("ifx-icon", { key: '0e946636006b405c632b181114ff1ee384c4b2ad', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3d0e7903a337379e7dbec6f527e62b037d599888' }, "Enhanced stylying behavior")), index.h("li", { key: 'bb98927fd2a87c89b884f3b2aa2bc7ca8f4bbdad' }, index.h("span", { key: '0f277237bcceb1adddef8c4aee79f015737ba824' }, index.h("ifx-icon", { key: 'cd6384f7e35dbbb50c389c9fcd70c2364f9ce26a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '92884ad85f6003bc3dfb4c0b4f6c4557bd870213' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a48242bc2d5db95291510c87593c7e61f1033ba3' })), index.h("tr", { key: '317a2436355d7fe87eb752dcb789a86eaa7e2039' }, index.h("td", { key: '732582a63eb6f7299f0f6f986c92eb251843c03a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6df0001d356df0a988d0b37ab09a5ec2d45b79b8', 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: '825382721a2607fc64bfa45e6cfe818a603f9944' }, index.h("ul", { key: '99f685d27100ee4024cdfcc44943cd76aef6672b' }, index.h("li", { key: '76217bb50289cab0776e17f90fdef63a80ea691c' }, index.h("span", { key: 'f2b4ba864ce89646fea3ed35b6df9e96c39d0181' }, index.h("ifx-icon", { key: 'd256b861d7d3ee327ce21fe7d51dfc2b988cec12', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7b6c1d8e2af198fab43ebef16e789fc6f53c4f93' }, "Offers a simple and customizable checkbox input, allowing users to toggle between checked and unchecked states")), index.h("li", { key: '3e30910a2bad3250e0f9ab93f68f6177415c7b17' }, index.h("span", { key: '5c78c1a4c69214e7933c4e101b88531c28eeb016' }, index.h("ifx-icon", { key: 'aae73a634c88f0114172694ed2a725fd695fe62c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2f3a86c563138d7918b57e38108f40f5b0e459f1' }, "Adheres to web standards")))), index.h("td", { key: 'ac3a21fa2316d5b8d1b4e6d15b081a520faba57f' }, index.h("ul", { key: '64e251c8c6f602cfa2557b37eb4cf42a52946098' }, index.h("li", { key: '93bcdbee7305f847384bda51a0d2a01cbb6c39b6' }, index.h("span", { key: '8df3ce84b0a97d999f956f97fb0c896f8cefb7e2' }, index.h("ifx-icon", { key: '1ed8ceaa91fe50f69b06b1adde0b8f97b3be3238', class: 'check__icon', icon: "check12" })), index.h("span", { key: '30fe4969c6ac3ad093f6450cf44bd69f5080b7e1' }, "Indeterminate state variant")), index.h("li", { key: 'd7015c16b3a4ff96ab6aa765294bb4e10e0561f2' }, index.h("span", { key: 'a0e64830eace27819dae0ce8547f558475c3e03e' }, index.h("ifx-icon", { key: 'ef6cb1ac9a67a6c8c876ebd683ed3a9bb456ce8e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'af2dd1f7e4c9b05403d7da25b583fde4c33d1395' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '8b75a4a5911a6f9112d61d53539ad9b22653d49b' })), index.h("tr", { key: '101a9d847f0688eef0d759b08feed529d9a8cb08' }, index.h("td", { key: '258746b7cbd70593ee143ae62fc78e20690bc5e2', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2dc4cc6c3579bcfd54815bc9dd759595ab93fdaa', 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: '1a83ebfa85e9f1684c4ffd3842f7a83760f01cea' }, index.h("ul", { key: '251097695f16d18fde8b81990c19fab8f71baa61' }, index.h("li", { key: '50318c31f540c371eb6e8166ec743062ebc74b6d' }, index.h("span", { key: '23a2f38c0ad3bfa7f35ee46fb7201c71e4be4e73' }, index.h("ifx-icon", { key: 'b769b511bf125a209594def870059559fe14ee98', class: 'check__icon', icon: "check12" })), index.h("span", { key: '25197e60e2fd92c608ba8fc0ecab298e77cd8e74' }, "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: 'bfd5868ce07823b86ae965b001062858f768e822' }, index.h("span", { key: 'ab7093c26c1375c1942a2aa46f1a6f31d927c19a' }, index.h("ifx-icon", { key: 'b96dfb5c87500c8bb174eb7a8821f3c941f53e87', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8f8bdb651a175f7fb8bedb0e8deaeda0be283147' }, "Adheres to web standards")))), index.h("td", { key: '506bf49d1a91b1558e4ec0dee665a45f0d6b0f3a' }, index.h("ul", { key: '688e2788dcb1a708f7a67a2975c1cf3b757ab3c0' }, index.h("li", { key: '80e8eca925224960ff5ff0e78ddc29b5eef957e0' }, index.h("span", { key: '81f0b3bc4820a75c32905d62f7b2490d6fab46ee' }, index.h("ifx-icon", { key: '7f46dc383ad4a76ee82cb53d431d7a74de962083', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2b4d62847093e4680ced5cd9fec7af695a5f80c4' }, "Incorporated dropdown-menu for individual item selection")), index.h("li", { key: '9549569de9f6041ab8b3f56e143df9bc53672627' }, index.h("span", { key: '1b68768544dbc3ec7e0130bc8f652c497e765944' }, index.h("ifx-icon", { key: '6a5151388468c8acb519e731fd324dc814dd92d9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ca279b95ec91ef60a7c041097880113d6046f827' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e60a5e02fd54402ff60795491713325070699f42' })), index.h("tr", { key: 'a3b97a0c64aac7ab97724e3e52d8eb9a4b25ef57' }, index.h("td", { key: '8e07f4f44baccd8f7d4872896607ff5288bc761c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6babb8089c3d62f45112fef2d5719d95b9c40ca1', 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: '183bedb5c53a70eb82b362be91320d9c7298bcd9' }, index.h("ul", { key: '8c37d5c5d649b58ad2e0f0c5088d53ef95fa63be' }, index.h("li", { key: 'c054eddc1e4d0994678dc0ffd791f1f8a4e09e61' }, index.h("span", { key: 'bfeb5fdac3df453daf29657bfacf5fa74729a740' }, index.h("ifx-icon", { key: 'cbf4cad8c16866b445dc80ef9ac58b99d436db67', class: 'check__icon', icon: "check12" })), index.h("span", { key: '200c296adfb44393abf1c7a6c1f88f0e4ab4c2fb' }, "Provides a customized wrapper and theming for the standard date picker element, enhancing its appearance and user interaction")), index.h("li", { key: '6763741c4bd729726ae16e26812e93b4c3571bf1' }, index.h("span", { key: '8b4b7777cf5f22c404ec3ae0c61d36ad54666f61' }, index.h("ifx-icon", { key: 'f034a709c7ee3e50aef781ce6d4ca516e7a94003', class: 'check__icon', icon: "check12" })), index.h("span", { key: '11a431675b0d315c77c729e1044ae2d2f47eef8d' }, "Cross browser compatibility")), index.h("li", { key: '209814b004355bbbcd668e069073e1c948cfeb2f' }, index.h("span", { key: 'de8e108c34042491de2d349be0c80fc42ceb4f61' }, index.h("ifx-icon", { key: '9118b106cbd67fa890dbf5364f1f95c11230782d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'be16bfdbfb19ac3da87417fa360907fd181cf83d' }, "Form integration")), index.h("li", { key: '0bdd899a1eb0c1a9aed9d62dc6fb47e0ef536fd3' }, index.h("span", { key: 'dbae0ae4b15b062862f7d7d30588e5b899f3e913' }, index.h("ifx-icon", { key: '470f29a4860a7db3b91d433ceacfa99b6e58da89', class: 'check__icon', icon: "check12" })), index.h("span", { key: '675f3da3ab863e8dbe39965e22d1aebb9625fd72' }, "Adheres to web standards")))), index.h("td", { key: '1a29b2303306c64abe53e67f22718182289967f3' }, index.h("ul", { key: '8fb6db85664b2cfcd5b611a00d526c162eaa4a3b' }, index.h("li", { key: '8247b236310c5dd55e07485b119b8bd2929e7273' }, index.h("span", { key: '79ea4ec1876bff748e8ebc9d847762b5fd683a0a' }, index.h("ifx-icon", { key: '35dda570f231f622fe1c0704d2088623bf500a51', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ea97589b045bde8dd10773771ad77b7c271e4fa4' }, "Range")), index.h("li", { key: '93b100d5f11f8b23bfb6ad172c4b2f7b82690fee' }, index.h("span", { key: '0e8e2dca7900d4c8312611ce06ed73fd7a3ce4af' }, index.h("ifx-icon", { key: '78d58f189b87f5deb1e017f6f210ee24fda4a024', class: 'check__icon', icon: "check12" })), index.h("span", { key: '74c8ca38dc11b23ad3d87dabe118623621b32f1f' }, "Default value")))), index.h("td", { key: 'fd538be8c36085ddd30560d468b9785bec7cddcb' })), index.h("tr", { key: '7d4e115fdfd877e5187a24b9f425c47f2c761a8d' }, index.h("td", { key: '182e71b036efe18b8b66df128239a81b089cb479', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7f47cf199e92841e19f08d04588de9b795a00ede', 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: '2654c9335ef8c5f11a1bd0b11718ff11cab7755f' }, index.h("ul", { key: '171c9944e71eb1ca56a0dab87bf7ab30abd51dcf' }, index.h("li", { key: 'dc78fa9ac1f9e34b33d150b0ce5d3b7d5ffa547f' }, index.h("span", { key: '4e0089b641a8847c66c04e0369d6a41e214770ca' }, index.h("ifx-icon", { key: '3ad01e21051259bd94c6acb86bc4edd4ea2e97fa', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c0db333ffc75528fc09df40cf8e9dd7f1ff33aa6' }, "Offers a versatile and interactive user interface element for presenting a list of options or actions")), index.h("li", { key: '436904e1752570a3727128125b91e13b3179f707' }, index.h("span", { key: '8f7b6cefb163ef54c0c2d76ff62c17523b028b0f' }, index.h("ifx-icon", { key: '56c64c4c7f6de3e94ae3ca043206f304347c64c4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '451aae4f024cd87600835122be5e8a9d9403dc4f' }, "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: '9884f912356a0a47e44eed6257c72edf075a3375' }, index.h("ul", { key: '978e08fd4d27faf047f24bdb7a7d2f80401e6815' }, index.h("li", { key: '659aba7d31c99b5efd5b6f550d8ae6b1d9103d31' }, index.h("span", { key: '9bf0bdae083085dfd6bc496c59de762c18650ce7' }, index.h("ifx-icon", { key: '882e1944e75910a64917ed0b4f81dd46892720e1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6c82607a16fc8c57539f75362708c78110bbf9ab' }, "Search filter")), index.h("li", { key: '1b54bd8acea6b4c4f7333bf4e05170319bdb0a15' }, index.h("span", { key: 'a23b9b8250d4ca57e5a836fff7aee6446db0b6df' }, index.h("ifx-icon", { key: 'feffb1015bc4d669a2fdd141022d45d8c43fbe70', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e87bb87f22fe88951c871606e2f7b95be52bd382' }, "Header section")), index.h("li", { key: '89f543b67b03303713a8eca53f95d98b948cbab7' }, index.h("span", { key: '1ea6c513de5c62a6afa1501e647083915c7a692e' }, index.h("ifx-icon", { key: 'c94ac97d25a41edfa49f01d9822ca5e1409433c7', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b65de422a891d071781d57b36b84f3cedb0c6051' }, "Menu Item Divider")), index.h("li", { key: '99892a47b3ce30e6141eabdf6170c80ce8bbece8' }, index.h("span", { key: 'f4bb1922d7d62af2edfd020785c86a03baf61b0d' }, index.h("ifx-icon", { key: '105b73f301ce502030b7842b52cf0b10dd4bd1c0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '882c0ba56347ed2e6ed39ca898456cf33856adbf' }, "Icon incorporated")), index.h("li", { key: 'c16624c08cee16720981938ffaa496550d499f88' }, index.h("span", { key: '26e1d6816b27c1ca0b5d312073d95eb60dcb078a' }, index.h("ifx-icon", { key: '251f3cb78013cd5f907da6e075551220a9a3941e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1578dc6b93a19e6af3b53f97a73c6bdfa8762064' }, "Extended customization and configurations")), index.h("li", { key: '1ee5b90d1031f24e7281d1cb920017309af20982' }, index.h("span", { key: '11e6a986de9b80c1fc2b4e8b4312f885f781c174' }, index.h("ifx-icon", { key: '986cc7bf51e39a84b09bae2e59d98e3348b0bef4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dacf4166edd7aefd8cf3eb51ab508e767c9886df' }, "Separate label trigger")), index.h("li", { key: '6e25c54e0f3abf985b472f5225db219d4044b8b3' }, index.h("span", { key: '36a37b82bca69b030cf1c96be9bb3bd36aa94ae0' }, index.h("ifx-icon", { key: '30cdd45f6d173ff4c6ba269e6c84b0f94228b6c6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '95e637403c3b3feb14b7b6a70969e26bd78ae7ba' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '3eea4625475865a80a4d5bcfc7e262ede00833db' })), index.h("tr", { key: '9c62e932bdd328761570be9ab1f9fd5066a10fd6' }, index.h("td", { key: '3168c92d7523036f13abcf0f6ac7345452ee9d55', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '51f3faca7a9d745b4ba96609f2240a71b1d1aee0', 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: '1739fb633365278f68afbd6888fae0c56aeaa310' }, index.h("ul", { key: 'f145a85a69cc541adb550d37753e4b27bbc7c4f5' }, index.h("li", { key: '0c407724e38a7099bf18114241d771a87da605f4' }, index.h("span", { key: '732a465356e088473e57b44b29ce3d3ca0d1dd8e' }, index.h("ifx-icon", { key: 'b23c47f620fea10793465cbacdc2dab5d02c3777', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c429a29fb52f3681641845709b8f9abeba6a0b84' }, "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: '570e45c9f3376b142c478c1a156ef1f05e3d7116' }, index.h("span", { key: 'a27ccf5d7b347f551ffb8fa85eea18b4fcc32765' }, index.h("ifx-icon", { key: '8a0b89689b055ef8feda6446713d84ff26516dab', class: 'check__icon', icon: "check12" })), index.h("span", { key: '012086147526b8eeb9809b96acbccd75f9ce2c34' }, "Offers a flexible and configurable layout for organizing copyright notices, contact details, sitemap links, and other pertinent information")), index.h("li", { key: 'ef95de5012c9689d8a63b0f8ce17b6190795c5d3' }, index.h("span", { key: 'ae72076cff69483f82472cf913c6b2cec085b495' }, index.h("ifx-icon", { key: 'e43b3e49d764a161cef68257e1b171608ed6ea03', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1284e5bd44b86182a05b6e2538566ca23401c14a' }, "Adheres to web standards")))), index.h("td", { key: '42d7e2a87b8c672e751010217ddc9412b4938aa8' }, index.h("ul", { key: '291717b0cf4c6b0ece878d8b9af66886ab8c1692' }, index.h("li", { key: '33972210157336f6d8c228c6692822b5b6999aed' }, index.h("span", { key: 'd015bbb9827bfa872111b1352b704c2b3e63b69d' }, index.h("ifx-icon", { key: '19d1805e8269177a108be0aec242ba357f32ee9f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '808b87c8f388fc4bbd4f3dc55582b66cace346ff' }, "Small, Medium and Large variants")), index.h("li", { key: 'edf25aca02ae7b2c81770daff04970224884979c' }, index.h("span", { key: 'bca755e267e76db872e1536c3da8bf4c443044bd' }, index.h("ifx-icon", { key: '8232ebfa6925411a177cce9c293d5d3106187106', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ee5de3623a36f9db4b2b5fd1b6bace9867ddaa1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '9d0db61d69bc927b3f332e4c67391b4a0d2cf16d' }, index.h("ul", { key: '85e57512a2945012e8214d37ea3217b1ec8446eb' }, index.h("li", { key: 'd8d9ffc4a0b821e7fd9a5d02abeaacb7444268e4' }, index.h("span", { key: '795d0e29924d2f32f9d57c72bc16befdad1fa889' }, index.h("ifx-icon", { key: '46333b97fd81c94711bacb6f4f27ee10e6c94b0e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b6c724a224bfb16353beba85c829701f5f52fbe8' }, "Customizable and removable links"))))), index.h("tr", { key: '752a2fa6a25846dfc762d4f4b41b44340c604600' }, index.h("td", { key: '8a24dd4d3864459e7f07f24af0964044b153fba6', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2603aafa88a1965580f35a340bd4ae648cf98d5e', 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: '4b05e45d3bcc87884408be04662615077e23698e' }, index.h("ul", { key: '8e507085834214dc7d9fb2118fc848a3d8cd6385' }, index.h("li", { key: '04bf8263d44f62cc4d15c0c0967d67bb4c9c84b2' }, index.h("span", { key: '02279de60e5899e56fc86f3e04f0f1062efc9130' }, index.h("ifx-icon", { key: 'd0e318a8e9d73e38caaf6df1440265071b825335', class: 'check__icon', icon: "check12" })), index.h("span", { key: '83e25f05e55bc554cd3cadaa077a283c977c6804' }, "Offers a compact and interactive icon-based button element")), index.h("li", { key: '1506810299708c4a78da5e16477e3f4260672f4d' }, index.h("span", { key: '21ed919186324cd5c81e8d81841cdef255af5d37' }, index.h("ifx-icon", { key: '35ea55d815f950c820fb50dc6aac84f462829ade', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e9a742e3184d0d80785cb7b3d44f01cd78161d7d' }, "Provides a limited scope of customization")), index.h("li", { key: '015e78f64bdee08b89db1ce947166583d53b79db' }, index.h("span", { key: '3c6c61b03eb9d604ebe51422c4a2da0191b9e571' }, index.h("ifx-icon", { key: 'caa8d3709d2cfba646f0da4ae935e7fa55c483d3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7421d6a6c394cdd6522ef71def364d1e1e257cbe' }, "Adheres to web standards")))), index.h("td", { key: '16a3214b73cf00cff1950dac7494a690757c7b07' }, index.h("ul", { key: 'd6a84e82a4228f42a21c1301c816ec356840d933' }, index.h("li", { key: '7056d569ab7bed6cfefa05d4a5ed880770875427' }, index.h("span", { key: 'e844f4960b02a5079c1fbb87ed5bc9335791fa33' }, index.h("ifx-icon", { key: '67fff25d2b05af02885f9de26a5f3e96ac56134f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8cef089ea3ab5c7242cde580f6f82ce1f32e175b' }, "Additional Round and Square shape variants")), index.h("li", { key: '24aaee5b98545d753d3e8f91caf5ed0e5108f6d6' }, index.h("span", { key: 'd48ae522fecd1ea24854f5840525e6205f269490' }, index.h("ifx-icon", { key: '176e52cfb9b32989d44ea7fe2fe6ea07684abf21', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a68e3b8d4450c4347dceaa5b8696b822665f6067' }, "Small, Medium and Large size")), index.h("li", { key: '604f4068d2f008c27f2553202867b859c3debe96' }, index.h("span", { key: '2b8189d5615b25e209ffffcc77e43934dda47f07' }, index.h("ifx-icon", { key: '67638ed3fc489787f30fc52b97244332968e6bf6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '993185573113dfa9337c29515536a46f9287c07b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1c53b7955f401f23e95f3b2a64217438364d5cfa' })), index.h("tr", { key: '90283bb374711406669e5c1894b0cbcbe691ba0b' }, index.h("td", { key: '3461dd523db8fd521c9d6b96dc761e1a25ce96d4', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '094fa021c931a9cedb6febc6d6c5074dd3576011', 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: '509a4f2901f542c9a2345051bc66063e07fe8cfe' }, index.h("ul", { key: '01ca5faa143af18bfd27c25a4c243397dc658b00' }, index.h("li", { key: '03c6bb2f9eac2c4cc526794054274271b6492d83' }, index.h("span", { key: '9fd7b4171d6dccafe1bdb59beff4d3143ff30848' }, index.h("ifx-icon", { key: '2fdaabd73363af89afe6e15dacdf331e78ed4e13', class: 'check__icon', icon: "check12" })), index.h("span", { key: '84e43c5050aed8b65c80b165cad3edcc4bac5cde' }, "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: '057638c7138b458c3bd03f9e844696309b83ebb5' }, index.h("ul", { key: '37cc0ebf48b2b521f40f79d8c9a6fc00ccdaad9a' }, index.h("li", { key: '29ebb412e6659785892fc1b04e5d2896d6ca645c' }, index.h("span", { key: '6752ff54712df8a51938b7f1ca616819a62c3abd' }, index.h("ifx-icon", { key: '17ea78046ff3b3963cfb47f7232de51dfa3adf57', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a440a030ff2f0669c94ed34935635c17dbc9d93f' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'b9f84b31a986017622199c29160adef0e4e29688' })), index.h("tr", { key: '6412f6a0f0c983cc35291a8f83e6fa8ff42fdf07' }, index.h("td", { key: '3424894472946534a222129e66cac694081ee285', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8c122bd77022acc6e72e1139946311d90b8a8534', 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: 'b53ddbe5dc602c973a96f8611211bfbff8dfa6d8' }, index.h("ul", { key: '10ffdc53427373d8ef1216a7cc82fb6c43075684' }, index.h("li", { key: '226256c8d3f3f3828a4a89df725c25d29402e5cd' }, index.h("span", { key: '3b066dfe6277b0118d10aa6914e63512521f39f2' }, index.h("ifx-icon", { key: 'cdd91d50b23aeacb99128145c006b788da7a1528', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ac0e0a05fd0866bc63eb87c1915f75eb49d7e76' }, "Provides a flexible and customizable element for creating hyperlinks within a web application")), index.h("li", { key: '2c3559f39c2599a63c2d3f27fd096ee3c85a08fd' }, index.h("span", { key: '46e210ceda1b0b6a44ffb99210385f6763971d74' }, index.h("ifx-icon", { key: '7d3e64fc39f79f88f47bd969be224c54ea715540', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6bdb4ce0ac5f47038539aff4a861720f70711ec5' }, "Offers essential functionality for defining clickable text or elements")), index.h("li", { key: '2465494b1598ce55e4ccf19bfb3bdfad905b16bc' }, index.h("span", { key: '1dc95a4cd87e3e9cac26d163907373a2f9e89dd5' }, index.h("ifx-icon", { key: 'ae49842d86cb03b8712c9192c2cb584a35c5d7a0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '40dab162c7fde471f37a2478d8221ea8c22ecfe3' }, "Adheres to web standards")))), index.h("td", { key: 'c7717d2535da4d74a85a19407c77c9a5eb7fad6b' }, index.h("ul", { key: '34cd6e33bf3773b69e086cc29309c8adbd6cde9d' }, index.h("li", { key: 'ac32e065c7e12344e3e7e4d285af8c9ec9100677' }, index.h("span", { key: '33b42d04b5d0f901604de1451b11396c17a14526' }, index.h("ifx-icon", { key: '0ef2290aeceb44f1851dd56bcada5cd9144b0a2c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a5bfa32dc94f71c05760ff90edb353519bb6e90b' }, "Small, Medium, Large, Extra Large size variants")), index.h("li", { key: 'c527bbc0ff34fec5963390ccaff870a465078bde' }, index.h("span", { key: 'a2041070084cb6ade4fe6c75d29f2f142e7c4524' }, index.h("ifx-icon", { key: '26e1aa05f490f17fa5574bf4864f7487d6365b59', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7a6820a592a3c683cc969a64ba8a3a1bdc86c5f3' }, "Icon incorporated")), index.h("li", { key: '994a27a5061deba66835de850e1ee2563e4112b6' }, index.h("span", { key: 'fa424367667b9bce35e72909b59be80f252a05df' }, index.h("ifx-icon", { key: '0bd32e4e997516a7c74a7943d9f8ef7dca956c16', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ed3af9f66872599e5eb0af650143e301cd1957cd' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'ad4b715fb31ad1876f5399576f034a4e07dad0e9' }, index.h("ul", { key: 'fa2806771bcf18cbcecdfcac4e6a8de6e59171aa' }, index.h("li", { key: '8be5ed600c532cb0ff408335951d17c60301ba66' }, index.h("span", { key: 'edc7dab82cf0f91f360765f21f08f6a254eeddb4' }, index.h("ifx-icon", { key: '5da4ab12c3b29b76f2f69e6bf8bb6efb00fccc2a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '81f2ca3366c5c09aac505f989a0b9804904f5777' }, "Bold, Underlined, Title, Menu state variants"))))), index.h("tr", { key: 'b6da5a77994253445f5f18b843672241afef4448' }, index.h("td", { key: 'bf7f995419a18761de04346dbbb9e929524fd0e1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '29ed5413260efe649477ec87b387ef61f4f1cc44', 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: '7359ca706c2624095705b1e50de4049a870b2e7f' }, index.h("ul", { key: '3614576c77f31ee1a755cb2a02c2eff8ce2af729' }, index.h("li", { key: '1e9d4a76c84d836a935e26fd423eddb026c08cd7' }, index.h("span", { key: '029927c2380d942cae9df3e2a8b2e84f2f5c5c51' }, index.h("ifx-icon", { key: '55afbd1a30a0fe2303b8883864e90f615326603a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ce6bf76b687319dc47378bf5622e74abf8086566' }, "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: 'fa6b2e2335904bc8552aa7ab0253a2b80e4836c8' }, index.h("span", { key: '9ab470ef73951b57486fb6d88a162ccd96c222f8' }, index.h("ifx-icon", { key: '99675b758c3d2b29e30762106d8722634cc30aaf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2d5f50497363317285a15aff8d1f447f0a8e706c' }, "Adheres to webstandards")))), index.h("td", { key: 'e6b1115d316a23320759747bd46fd8b30d38c16b' }, index.h("ul", { key: '4a87cd03fe81d3c04ddd45c841116dc37ff001ce' }, index.h("li", { key: '5218d1812404a2153f840ab51250022e25ced568' }, index.h("span", { key: 'db74dd8465261873476bf7bccd27d25e82184675' }, index.h("ifx-icon", { key: '00f72f17404fe299ebffb22a1cdfc4a4071675a4', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e2ff6853367ed28f9716e51ff33b3cb90640afab' }, "Alert-brand and Alert-danger theme variants")), index.h("li", { key: 'cc6533dbf2aad741eab02c0230dfc5eb6f5ce4ff' }, index.h("span", { key: '70daf1597492dad9cda078e1397b5875a76e0520' }, index.h("ifx-icon", { key: '7cea372654d8cec752c8b7edf73cb1b39156356b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0990141faddea178454288da1b5001487c2bb19a' }, "Extended customization")), index.h("li", { key: 'c3b1c5df57c66cf9d7a7bd18b38860ef72eba871' }, index.h("span", { key: 'e14067d7e416150dd500c0f590b519ff7d47b5e0' }, index.h("ifx-icon", { key: 'd06a2660100fc9ca114ebf18bc3b1b8173981ad8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '03664768cef53181f393e0c1cf39ad2926139826' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0018fae94b7c2c409617bd563cf7f2c2a212c4e4' }, index.h("ul", { key: '1c8be49d531ad4d74262e5bf38d62b57d2e6ca2c' }, index.h("li", { key: '96db65e0e7160f1252ee6cd67e330091c734dfb7' }, index.h("span", { key: 'e31dc1c5c49414f1106c33697621a4996fd5fb05' }, index.h("ifx-icon", { key: '2dffd3e3e12bdb6433ba6e145aca4b98c364124b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e0721fa19db7bbb7828d3b3256ec2ea662e3da8c' }, "Removable close button"))))), index.h("tr", { key: '1e0e1a2d33da614ed3e5210341a3e187d62259d0' }, index.h("td", { key: '54d1d47a705ba1b21155aa54f0bc010b88ceb906', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c1ea2233de755709c8685ef06e2844c3634a3d8f', 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: 'd3863bf6938c793d0f554d0f0f9e23eb4f46d5a8' }, index.h("ul", { key: 'e4246cd97e9acac654e15fe54bd55a7dc8c5ac6e' }, index.h("li", { key: 'eeb14d7619ae2fe387bd55846e1520d6e263d159' }, index.h("span", { key: 'e76692dabdb02cef689dc0cfde1c6430a6611919' }, index.h("ifx-icon", { key: 'f42034324843ac274dd6800bedf445e5014bd3de', class: 'check__icon', icon: "check12" })), index.h("span", { key: '435e096bacbbcde889db8e33a2e5d104f3176db7' }, "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: '53c0c580927cdfd7627f8c6835e0bafcf8a09862' }, index.h("span", { key: '1fde5254481e1b89cb63f1333f3f0df0382c767f' }, index.h("ifx-icon", { key: '9cd6530eebfa88e0f6f0447ff73d4af06629c408', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f649267e08f20a8793bd8bffc8c09524e8f02951' }, "Adheres to web stadards")))), index.h("td", { key: '5be073f92b0a5a61199f8b195e729fb7fed0bff4' }, index.h("ul", { key: 'ee72434a4fa238d4b17322c7b1fd3db60ea9ecfb' }, index.h("li", { key: '8445dcdaa569d2c0b984a759f88cedf19c7774cf' }, index.h("span", { key: '8f41e5c37acd879e5286cbfbab6404a42db04fab' }, index.h("ifx-icon", { key: 'a3ab303956fa9ed24686cc44e2fbb9b5c5be289c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a741a1c0a80f8294516dc4987b02f7dceec8d504' }, "Navbar-profile component")), index.h("li", { key: '84c75ad11a5772b02f1ffaf41865ff32d150af7b' }, index.h("span", { key: 'd320e043420c76950b3bab421e784d6f6735d7da' }, index.h("ifx-icon", { key: '48cf547cd73d2e682da062b1c00142996a17d835', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ff45be6e66686a5300c249fdaaf4a02622ee03d8' }, "Mobile Responsiveness")), index.h("li", { key: '2201636841b80414206ca19d25f15239c3ceb1fd' }, index.h("span", { key: '969ebd39efc557e2cc6613411bbc2f0cbf1fdd27' }, index.h("ifx-icon", { key: '03616708f6a2c78d94b7a0b3e426a9cf5cd63709', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b629d464665b2be3a2c4f2346b7835855c6a6527' }, "Mobile Sidebar")), index.h("li", { key: 'ff7ea72895049781fbb4b419dc36048361aea38a' }, index.h("span", { key: '72f798c8922bf3ef51e0eab14bdf0b49c77443c2' }, index.h("ifx-icon", { key: '1203b98e8ce3567930fa1e6d82805d78493ea182', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3f9204db8a6a61276498b4cabb60e485152b6581' }, "Extended customization")), index.h("li", { key: 'c942a2dacb6e19f2d05b93e8916d83df2f3d1587' }, index.h("span", { key: '883cfbd1b391f559ec48816d8fe66322ffd1842f' }, index.h("ifx-icon", { key: '40dcbca3789da75a4fb79e05f19d6255270006f4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '549c990eef35b3e6f2dcc94a81c0a8d997eb394b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e817ff9782eadb955358d78de5a0ac53b6ea2640' })), index.h("tr", { key: '0a5f822f28a542fb4f9b9b651071c7b04f0dea4b' }, index.h("td", { key: 'b2c9d7eea3321c307ee16e86fe5f8a5869c2865a', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '386f2565462dd0a10962c9e6bbe2d19f667853ed', 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: '8be43d048c2c3e6fb285febb610be0707ce69409' }, index.h("ul", { key: '6a41185fc36f3301c31f7ddd86d0fc1e03a03001' }, index.h("li", { key: 'fdab159429900c3fd5ad4ced268fc57f1d45973e' }, index.h("span", { key: 'b4d2b8eeffddcb260654370f1bce19614e01ca29' }, index.h("ifx-icon", { key: '8d0e0822dee1000cbdc4f0e41010603d99fcf7fe', class: 'check__icon', icon: "check12" })), index.h("span", { key: '13565ec475051c471c235354efa581542f6952cf' }, "Provides a compact and configurable display for showcasing numeric data")), index.h("li", { key: 'b7b1a84a7c86e4abf24297cb5fe78693fc60f7ae' }, index.h("span", { key: 'cc885462e2df0606ca74f8685db6bec3d2d2b07e' }, index.h("ifx-icon", { key: '8266966b6e197b7c9fc5acd7f606e992fe806142', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6db8ccaa08a4bb9c1d7956fb5a8e57bd74bc8741' }, "Adheres to web standards")))), index.h("td", { key: '030e7a7c1ca4af4cfcf4cb6cc4118bb5be43a4a5' }, index.h("ul", { key: '533c5187decb75b55a0fb68f5ceaadc461aab220' }, index.h("li", { key: 'eb0ab4f8919a4ce743a48de761bc8b01e902fb2c' }, index.h("span", { key: '9427b6f80b6009e8c9aee9d96c931fcd9b1e0f69' }, index.h("ifx-icon", { key: 'c864a17f2765f9736ed70bde80673e0f9f4cf5c9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '84a3e7b67f9fd0d3325926954966fad12b51c653' }, "Inverted option")), index.h("li", { key: '0aafc19839a156e8ab022d8021d5bb47368e2901' }, index.h("span", { key: 'a33f6fc7f4aa16d6a50fcb0ebad2b294f9df6d74' }, index.h("ifx-icon", { key: '8aee4114a2476fd3f69f9e582b6996a401766cb8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '46514de7ae8172a73eedd84f2760fe9efc69e382' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '6756d39206f7b038f25eaecc4962a1e63ae5fc29' })), index.h("tr", { key: '7a42a620a1c89ce5c4f6d3a5184c8278fda802de' }, index.h("td", { key: '6902a0403306642c98843c654d08b068ef3d0993', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '88d2290b51ffcbafc85996ba7a1865ed0f01bb96', 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: 'aadfbcff18395602ca5a821a9dc2e77c38f96db3' }, index.h("ul", { key: '547dc96cb265afbbd01b48e47de9bf8c4c6e2dab' }, index.h("li", { key: '310b1e3226102b80748563e794b8591899ddbdd8' }, index.h("span", { key: 'ae236c06e6b48542f4df72e4ddbf69b4414d1673' }, index.h("ifx-icon", { key: '60a2264968b5c9f7e26ed0c4d51e6a0c34ba0958', class: 'check__icon', icon: "check12" })), index.h("span", { key: '471c6c33b3249d4f37a3e25587dd843cf4dad307' }, "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: '26df1fafcd5db9acef0f8d4cf4054210ea917901' }, index.h("span", { key: 'ecea3af62af1b8233291e9b67259755454f1f4c6' }, index.h("ifx-icon", { key: '0aa0ccd7552ca53ba66c883e712effb10b1f8500', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1e4ad24c025ef9d46cd7d7bacd751ae8d3e8794d' }, "Adheres to web standards")))), index.h("td", { key: 'd345431373784496939b7433935ba749d681d562' }, index.h("ul", { key: 'e93931808a9e81ac1be627a9367b2d78caae5cc8' }, index.h("li", { key: '9a9aa9a57a35ad0b52a71456d2d647fa1fa87a99' }, index.h("span", { key: 'c66282db793ef6272ff01cf0183c6d241d9f4f3e' }, index.h("ifx-icon", { key: '51483e86d342131185d67be7d7a3b55d39777f3d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e8977c054cc929fba78c7749392466cac9b6e2d8' }, "Extended customization")), index.h("li", { key: '0e604700b9d3b3569bec64c4c8699f42ffa807bf' }, index.h("span", { key: '6e00e05f0b6a360921bad8639fbd1023528f81a7' }, index.h("ifx-icon", { key: 'ec343913366621e19d3a2cdfe676c35b050627c0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '53e747818da19f13bfe1ad619e232453d1fbb61c' }, "Configurable Results Per Page option")), index.h("li", { key: '7062227c1886c2446697ba9db39c127034b945d6' }, index.h("span", { key: '5a471d3224ce005df4532fdba6d13fcb61d97514' }, index.h("ifx-icon", { key: '16ef0ead7dfcfa9f9ad0bf60bec6d94ad4fedaea', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b8c2dc30998a1f2108c64506e1fe2cb7de782e6c' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '08f0c0e04e8733a403b792bb254f4c085b1d51b5' })), index.h("tr", { key: 'c6b7bdff6b385bf022e984533023a4dcdc729f52' }, index.h("td", { key: '691adb172b1c9ea6020254243fcb0ee101a53d42', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7dc531e109344d137085a42acde3a1ec170be5d0', 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: '7f82c2527c929299c9b487c43375ecf66d2b5ffc' }, index.h("ul", { key: 'ad674f7a68e87955613e10331793f8b314be7a72' }, index.h("li", { key: '458d83322b2a877127b2d6ebca952c333d646302' }, index.h("span", { key: '636f6c96733c436d0e203e064ad0d30adb3e8911' }, index.h("ifx-icon", { key: '3ee18c832785168310944f211c250d3baf6d6516', class: 'check__icon', icon: "check12" })), index.h("span", { key: '595226ec4d82c479ca5b013c514853be68a46248' }, "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: 'eef3a88bbadedb32e28e37e4afb6cda515358fe1' }, index.h("span", { key: '1b7312b10364154ded702840712f60dbaf9bb9f8' }, index.h("ifx-icon", { key: '00a67d3a22ee81c6667d3a48a440146ddd6d0d3c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c9d751b39833f59e4ed1f74d637a360dc59dc965' }, "Adheres to web standards")))), index.h("td", { key: '049ab1943bd08334e9268a97b8e8e10909ad0ccf' }, index.h("ul", { key: '44953524e4727a291968f7532d02034d3c930874' }, index.h("li", { key: 'ae5c433011f0eda40a8ec49896f881f96a2cdf7f' }, index.h("span", { key: '8259cc323de08f8c7de1599fc1ca0796afc1dafd' }, index.h("ifx-icon", { key: 'be08a7f9c4188b8053af548b74d3d544ccf8cac3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8482f80f4971a316fa4928f21e6354d73e77c35c' }, "Extended customization")), index.h("li", { key: 'ebd905f67356937a038193eb85c39d0fdc9ce023' }, index.h("span", { key: '4284a61b2b07f280b5cc8417b95e00e073500f04' }, index.h("ifx-icon", { key: '770907179dde7d0b50506f300291b9bf1b8ca7a2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '01f55fd72832eb7e80f4f749176a1895e00c7174' }, "Show percentage option")), index.h("li", { key: 'f784cd3eecdbb825294b1f7ca6c25c4c56feb048' }, index.h("span", { key: '9a1fccc615c352f391aca40dbc210691da64d4fb' }, index.h("ifx-icon", { key: '70bec1cdc2d3328564d212343f9f972e772bdd29', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bb1c341bad36b1fd3d54e517887af2afdbf87286' }, "Small and With Label variants included")), index.h("li", { key: '205b71d84b5e1671692f9e34ae404ac09e285a8f' }, index.h("span", { key: 'dc9272c268d8f9bb61f4d992ce17720028daa00d' }, index.h("ifx-icon", { key: '2ef4620558506b3afa584b596a420251b8b9cea8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '075554e93bee2302dcd84c5e2b1192a42c417bcc' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e8bcd58c16c55ab0cecc39550b3b54c149168d67' })), index.h("tr", { key: '6812b25fe1e66912b48033de2d43392a39ddf6b9' }, index.h("td", { key: 'f7996826a48b355feb780829cc0e4bb31c66e8b9', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '358e7e1c0b2cdd88bcbc87d303fa2da55fc60426', 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: '5e35ee16d450709ebfd9ddff29afb3c6b5c94d81' }, index.h("ul", { key: 'd4a91650ec6a7cec59418b7279e38250606e54ce' }, index.h("li", { key: 'bc17aaf97d51fb46b953258197a6be36154c4671' }, index.h("span", { key: 'bdfb1e0b0790b95f10f155893868c6025e19b18d' }, index.h("ifx-icon", { key: '852d68003fe2b2d5c5a2bb1f5a3b44151027bede', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5cd014f7126a6b91349dc95f6ceca7c70cee9ec1' }, "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: '4b697c39c782d2536ef4d5ea5ea39e773b304983' }, index.h("span", { key: '31ca89e954d8ac0e4722d77682163bf98e9f7136' }, index.h("ifx-icon", { key: 'd11dfbd4a789de118476d693dff628c6732ae7de', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0df2163c7dae489a9ca12c7bf914aba88ad823fa' }, "Adheres to web standards")))), index.h("td", { key: 'a6b1605ba5cc4e40bb717dac4ab0d85f3803d932' }, index.h("ul", { key: '18d03cfd955a7ffea106ac30f99e9152071d4aac' }, index.h("li", { key: 'b890091f5f7cc9ba096f8d0c61cb8e6290e81af8' }, index.h("span", { key: '0f3f80ea1af41c7c01d4af88d053b2e828f96880' }, index.h("ifx-icon", { key: '893c2dc6ef5b2c040146b4d7b19fba3ac6fb2e5c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '527654880cf9346f452e067e567b8dd63740f9ed' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'f1ce64ac264ee462b0b387e3082a7a4d9e97dfba' })), index.h("tr", { key: 'a48b234359bf9dc463fe6412457962ba9cf2e6d1' }, index.h("td", { key: 'ad998816c7f2fee150cfaa9a45ae64fd525b03e2', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '3fce9879cce92929182afb19021f8b0bc2780c89', 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: 'e31fc026e792e56816d9bfa7144c5e2c26eb8e27' }, index.h("ul", { key: '1cc196d7268c5c8f8c89b44d26b0b37e80f1e5fa' }, index.h("li", { key: '8ad5d6ed9501bef55229f7d59aef7d13bb903dbf' }, index.h("span", { key: 'a528a2c3981bb1045c5bb479a2941af8c91df339' }, index.h("ifx-icon", { key: 'df4f2b307f2315a25d468d4652ba4ff843554490', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c7e8ae9c95723347cb93afa1bbb5ed28ca18f1cf' }, "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: '2d2f903eb205510cbaa0663a333705bf00f1e0cd' }, index.h("span", { key: '8b00cd827cabe6e37bf455f03d95cab3f4290030' }, index.h("ifx-icon", { key: 'd45a19797a0b0a50832fd0a8f25c7a1cae3fa3d6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e5342aacef5d9ed76500380e5ca46a3f699b10af' }, "Adheres to web standards")))), index.h("td", { key: 'faed69a2c58a9b5857e89a21477eac78c59d8c57' }, index.h("ul", { key: '3d435967eb9c2e84e1399a112d2774a8c7b1702f' }, index.h("li", { key: 'a2bc18975103807e463622f2f739e4e372b059ae' }, index.h("span", { key: '2a1ae6386deb17961de49b73305476090df024e0' }, index.h("ifx-icon", { key: '7e7b057e60796a105dd140da895b8f9b7c7103ba', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd245ced6b22157419b541fc9e325c3244d027cde' }, "Collapsable option")), index.h("li", { key: '93a73cfc7e3856ebb3dfd926543ca7c4ee2a63e9' }, index.h("span", { key: '35418d48acfd7a571be1eadc2fef775753fae0eb' }, index.h("ifx-icon", { key: '53c4611a7dec572fa73ebbecd5136d49bad2ef21', class: 'check__icon', icon: "check12" })), index.h("span", { key: '04a4b61d401c11da655277ab2a1abb72a73a1f1f' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '9e427c5aba08a26f62891ca3cf5ba337d7c2a917' })), index.h("tr", { key: 'b6acb06f537b0cf37271567ad0192067a35b8c68' }, index.h("td", { key: '2c238615f862d2d9044efab7c125b87fdbb61f69', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6cd4c29d914bb12d85bbe5abdb6cfc37d2f0a117', 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: '15ae30ed9f7852e9e34cb08f6eacec649a31c16c' }, index.h("ul", { key: '4fa0a5fbdb1069f6daec75c62aa5a17de6310b77' }, index.h("li", { key: 'd948f81863723ff78b40231e833a1e0069a90b3e' }, index.h("span", { key: '6c014d2d6bc8ef479b0924c1e3ec713d7a70a0a7' }, index.h("ifx-icon", { key: '48e1093e73010e624e474f1b191288667887cf24', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3b1e098940f1a0f563a79ceef6e893fe3277bd16' }, "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: '9276d6fe744e80f616ec32158320314517c8c73d' }, index.h("span", { key: '8cd6efd09f5a94a265a24337d67e6f9d34fda63c' }, index.h("ifx-icon", { key: 'e99ade1c9475165af111b48a6d4130fd5692d5ae', class: 'check__icon', icon: "check12" })), index.h("span", { key: '064ba86ba90afa8ef730f309a78905181973019a' }, "Adheres to web standards")))), index.h("td", { key: 'ce3965bb225612cf604953772861b3d18af80523' }, index.h("ul", { key: 'c687702e1e3654eed50291156a4b2fd827d400ca' }, index.h("li", { key: '53a2a1e2dabab2284f1f80232e5818ff6d5e9378' }, index.h("span", { key: '5b1431049531e0f465e677051ea0d933ca6b4e4a' }, index.h("ifx-icon", { key: '65c813196a3954d8a72f5586f08f86d1ae26d0dd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '39a5ab44f792aa548caeb4afb6a1d6cd06cf58e2' }, "Show Delete Icon option")), index.h("li", { key: '39141f685708a1926f1661975c441f1b9e716510' }, index.h("span", { key: '213ffca1f6fc2ef4a7bb8b87144a1a64c5196b45' }, index.h("ifx-icon", { key: '0284f565fd359c836e2c2e1b79604963adce615e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '38952789daf4c231ae2b1da7454e54dcca3b002e' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '6d99b74648d455caf03d40978809f6397907a089' })), index.h("tr", { key: 'e88448052582cdffb93d091468880e0193685a44' }, index.h("td", { key: '4c792ed69bf05466456ef34444aeb27222ba12a1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0d97d37e8be5d8e346ed1a364761802c2a8f8825', 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: '6eab5f6b3086250bbcfa9d63771461d263d4e3d2' }, index.h("ul", { key: 'd46ef70b32531011ba37005a1c621cb114eb2d79' }, index.h("li", { key: 'f61629ea951e3a5b788d14cfbb87f57218c106a1' }, index.h("span", { key: 'f3984ff9760a93a320ff280cd009a271b8899946' }, index.h("ifx-icon", { key: '363b5111de3184e9b9bab3853f8e784b7d5dddb9', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f19961c1be5d8d2762417d5e94ca2e87bb2cc053' }, "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: '85a49cce7f066f661535b2da81a6230bcdac01eb' }, index.h("ul", { key: '8163fe6320d5952e9cf3346240f01f22d4baea81' }, index.h("li", { key: '6ae2db71967e76ef927e320afd7c8e6aeb69837f' }, index.h("span", { key: '76c32c3280bf17d9e3d54e01fe369429d2ecd2cc' }, index.h("ifx-icon", { key: 'f30326d2ce11d546de228c0ba25cfb11a0f4e772', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b0118ef6258570abab7c2d740ce60cd818a191ec' }, "Extended customization")), index.h("li", { key: '92e1e4bcd27de974005251ab05ffb9eec1511a5f' }, index.h("span", { key: 'eec9db7682c9f0ae7ef90f6f18f02445cf13683b' }, index.h("ifx-icon", { key: '4ea0c847dec23f977b76941f7115485c247f5a2b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3bd46f7895d46b1c27bf37f1dec32f5cde202449' }, "Option to enable and disable the search")), index.h("li", { key: '5d73bd1e55c7bfb3dc061c85090d9153b5b9bba9' }, index.h("span", { key: '6b1abb5e76e8b68e3e29694a1160f775920f9fda' }, index.h("ifx-icon", { key: 'e5badded615d01dd9248a33e4e2de21359309f3f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4b4210da9b9143e1aa22797b47556a6b32a55e91' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '6716ca6afc08c86036ce94aa20da22dbd7899e09' })), index.h("tr", { key: '01a160563f92c8ba272b7ccdf63936a37bbae398' }, index.h("td", { key: 'a0a562482152f521bea5209511e0254f572c92a2', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c78e25c9da3c505dd45cc9b2aa73dae1cd1ef12d', 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: 'e7322c74e4c51b75c7e2b0aa6cd743d2935ad6fa' }, index.h("ul", { key: '15c5e37bfcd2a9d1927b4679ffe8c42daa385490' }, index.h("li", { key: '5842c25737fae7e86fc3a0530ce6471ce812701e' }, index.h("span", { key: '5ec2f311156506557b2ec7ae39d9559ff01730bb' }, index.h("ifx-icon", { key: '57122010631416e0e3b69e325cec357c654c9bff', class: 'check__icon', icon: "check12" })), index.h("span", { key: '76422ed8fc9d20883189659bcda687b5d624a214' }, "Provides a dynamic and customizable dropdown list that allows users to make multiple selections from a list of options")), index.h("li", { key: 'd5bc18e67aa6763324842ace7d9051df1c4de661' }, index.h("span", { key: '9aa9f31c8a150e32c2e16b4cf2e91339b811d10f' }, index.h("ifx-icon", { key: 'eddb8cae8f6dc5b041b3a12241d6d531a180c5a6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '81ae560d6c289bb795230ced60826b5d66ff3a58' }, "Adheres to web standards")))), index.h("td", { key: '76a2e9e8afe7aaa6872d7775fc2518389419a52b' }, index.h("ul", { key: '520d6cf574fd8592bf1a3526f685ebabb7c1b6f7' }, index.h("li", { key: 'c13fe3e222ed3f7f1c93c3e387b024d7a8f66a65' }, index.h("span", { key: '760443fa553f2f3aa1805a3506f7dd86dee2362c' }, index.h("ifx-icon", { key: '5ca850fca7d5c092828a79f5c8fb454d9534e401', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'af7f304c52e171c2fd2325a3f30da5b4199d9ad1' }, "Extended customization")), index.h("li", { key: '28e1cd8a446eb75890da81f33d4c6b04d06ec58f' }, index.h("span", { key: '6dbeff09efca6c8ae14d64a2f47ddb37c1189662' }, index.h("ifx-icon", { key: 'a6e7ea1473ef1ad93c31ffd380b8db8f3fb17876', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f35bed476bc926112bce0b864ffccff82126c6dd' }, "Nestable options")), index.h("li", { key: '0b84194534cfe5c562da7c0165241b530465cb11' }, index.h("span", { key: '53e1948dd8a08369110098a989116efeb966e218' }, index.h("ifx-icon", { key: '456db2d6e68f7b586ba22b5837b149f942c97926', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8e89a66140f7b66a82aa6a7b0be88ecbf6830439' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'ec4ce6e1c1f231bc14433517b6e0a58402504d11' }, index.h("ul", { key: '78487a1353843126056992fad85f19c0d98a84eb' }, index.h("li", { key: '4d209219d4e1ae151e982348fc97aff22a9125c0' }, index.h("span", { key: '668c9457729f4dcddfeb78a073e6fd84c26c7656' }, index.h("ifx-icon", { key: '5366bbd63e3ac03738bcec28ce2c577928ff1c0f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2187ab20ca476e0ac62c39173586c6143ee8f59b' }, "Option to enable and disable the search"))))), index.h("tr", { key: '57cbb9d949f735ddd6556cbeddd02bd31985e0c7' }, index.h("td", { key: '86da423000a17a0bd0b7d44ac3bfeeb8a17eccab', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '15cfdf04847ede2e8f40c22dc63a6181e37596f3', 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: '180c605e5025d9d56d782673a1af2fdf111f68a8' }, index.h("ul", { key: '461b9a64fb49a92a9c9142cc57c05c0bd23e77c7' }, index.h("li", { key: 'c14d6c75e97141cae3695270a3f2271e4fa6a152' }, index.h("span", { key: 'a9b3e3fdba9970d5d89b534dd046e933f37c7366' }, index.h("ifx-icon", { key: 'a94b3c114566c0ebf1517ca9a32693997f46b249', class: 'check__icon', icon: "check12" })), index.h("span", { key: '74c099b2d99772a08588dee3ae686ca6768da684' }, "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: '8d6f93ef7df50fc58c65f635de174fd431550717' }, index.h("span", { key: '748755f190a60519d3ec4f7252855574a7bb3c58' }, index.h("ifx-icon", { key: 'c952af5cb8724ce9ecb4dca35d4f1481a39ff7fd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dc37b9e071637c55f98ec90280d62114231de717' }, "Adheres to web standards")))), index.h("td", { key: 'ba4df46ce7e891ee88e4bb51881e068f23efdfce' }, index.h("ul", { key: 'c9580c83fbaff9fa671ad56c8aad404f2888b58e' }, index.h("li", { key: '9d377543d2f59401aff37afb4ab85dabd93bf453' }, index.h("span", { key: 'c34c8011a0ac22614154de50493a59500722c856' }, index.h("ifx-icon", { key: 'e45254ea3ffd4cfbe04ef4723ee39788248de797', class: 'check__icon', icon: "check12" })), index.h("span", { key: '15fdc2c51f57fd8b1d717f854e227575fb772231' }, "Extended customization")), index.h("li", { key: '9f16f5e0807c58ede4fea1891776c505a92701be' }, index.h("span", { key: '220d345f8e36bc966b782660eadec2bdabd6dff4' }, index.h("ifx-icon", { key: '19987e2a345242a6b0b23842ac7d6002435c2059', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f69d59a661a6981861ad488fe3fc973de7156b36' }, "Multi-layer nestable items and menu")), index.h("li", { key: 'bf2e1bc506813e68c5aaa1a8d03fb9bd7ba3fd3b' }, index.h("span", { key: '7a3299e437d555bbbdadbaa78419d892abd833ff' }, index.h("ifx-icon", { key: '8de1d188ee9868dc0fd06d6190e27741fc98ed56', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2f309cab2ccc5bc3ea2ec978121c50026d1dc915' }, "Initial collapse option")), index.h("li", { key: '6b2e4309b50556c23cf406dcf4a3ec5cfd745299' }, index.h("span", { key: '40128d45da8944e35e585f83e4d1c072723ff9c8' }, index.h("ifx-icon", { key: '6dee649e9d54741a3d726fc07da5862e213740cc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4d5d8cec3dd9c32b13512034587a772e96be152a' }, "Active and action item feature")), index.h("li", { key: 'a323345dd5c517cc37de8e21ed1dd776e04c848c' }, index.h("span", { key: 'a3febd2ecb8f3cf4bf79699970784dc96911fc64' }, index.h("ifx-icon", { key: '93db7570b1767ef74721a5f36b43f967fee593be', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd5a1de0770e04c923515889f54ad851b80a8a7d8' }, "Number indicator integration")), index.h("li", { key: 'fa71553c66d79650cdd1f75c1090d12fed35bcae' }, index.h("span", { key: '3ec1d8de5e0cbf8c3b7e96d152115e1f3f863f6b' }, index.h("ifx-icon", { key: 'd5bbe777cb78a3f436254514ee9102290375b407', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0f6787e31a82558d1a4a711e904f879887d9f7d6' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '3dae95cdf563f2d234870ed8156c53124f8ed11a' }, index.h("ul", { key: '0b4a131fddbb86a1e72874f048681215d3e49e36' }, index.h("li", { key: '33ac140f87f71530ca18afa12cc85e9463344c86' }, index.h("span", { key: 'e92316848a878f0f1fe482e3ac7ef9394246cd5d' }, index.h("ifx-icon", { key: '08c2d2e0f46b61da8ca859cd66daadda53fb6eef', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4f085ad0196ab7866d86a7c9311266d841c3637c' }, "Removable Footer, Header and Logo")), index.h("li", { key: 'e9c72dad26f56801a8c191f5480d8a42159a2aef' }, index.h("span", { key: '3ead8057662181c2b27cd2b8f8b96189322953cc' }, index.h("ifx-icon", { key: '5f853ba903f3ec5d2db3c2caeb20349b95aa8c49', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fa7361eb65b3cd872e0777816893e7c7feae51e6' }, "Removable and customizable Links"))))), index.h("tr", { key: '146aedf73683b2a7fe3503bb347984c25164cc92' }, index.h("td", { key: '5e886a36f64f3f374154fc42c7dc15cffd309100', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '848780fbd266587dba338477376f5fdc58a4ce0a', 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: '23ea23ac15b6472693fdc65ea60e4e0c36d64873' }, index.h("ul", { key: '1fe4fd69c9726e116ff625182423e5c1fb68cbb0' }, index.h("li", { key: '914e0588d879ec78b38d17c46323715eaa6df21b' }, index.h("span", { key: '8e600fb9db519c44d7b227065c24391f4284a97b' }, index.h("ifx-icon", { key: '04512a1713de92e2a14ee4633bcc03b121718e51', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2667edba297fdff7dbc56e286e4db42af33acf79' }, "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: 'b870baebc32dff776cdcaa2e8cd3233fe38e94b1' }, index.h("span", { key: '59fe8b7387079b2357ffcd8e0b478159950a7a4f' }, index.h("ifx-icon", { key: '5a99ddece09dd054310a14a1cb58af7ddbc8d46f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ec068f63330d5a2dfa8c1649c85ecca1c749700' }, "Adheres to web standards")))), index.h("td", { key: '4a9a66286a7735aaa850891f7b9cb7a8cb8bb6c4' }, index.h("ul", { key: '632be56c963cc93f35508006e877b82629c2602e' }, index.h("li", { key: '9c71b7bdf08184134b94813fa6987582f0d9dc9d' }, index.h("span", { key: 'faa3835ef7cba08bec046eae3d1010137debcda0' }, index.h("ifx-icon", { key: '4a956b113803abd22e9c2f1275f00848dc0f42ea', class: 'check__icon', icon: "check12" })), index.h("span", { key: '579e93f0bac6beb5a3571036e3c8f622589f8fff' }, "Icon incorporated")), index.h("li", { key: '01f9f3e2dfa970f6cd14764af10db1df34520904' }, index.h("span", { key: '70852f71e1cf52e8bf1ba9f13b8dd3752075ba57' }, index.h("ifx-icon", { key: '4afd3880d29434ed791dda0e5030cbc986d30e96', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aea097b8a6418351eaae251f47740c2cb6aa1956' }, "Percentage variant")), index.h("li", { key: 'a431098d4853354acefe5a56ca46fe0e5d038d7d' }, index.h("span", { key: '9d0883c1990b8ea55ec8c611ab82fe19df56e8fa' }, index.h("ifx-icon", { key: '70f9d7725b77087984b8903360c61d13c13ad839', class: 'check__icon', icon: "check12" })), index.h("span", { key: '240022d2a7733226d9e996cae8e5378a9c7802e1' }, "Text variant")), index.h("li", { key: 'ed15e7067ae9a79365237600afeb9a53bca04afc' }, index.h("span", { key: '5216e54bc8a4100835872a607dd62a3072ca51b2' }, index.h("ifx-icon", { key: 'ca82c067b88df5cb9b6e2a495de9db54d2db00aa', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f9188242ec64edec8792de60bfce05fa12e01ba3' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2a593b0d8e1e8e110f1627647fa05417860749ad' })), index.h("tr", { key: '03e0d7a4afb449055583002763db8a021c9a42ac' }, index.h("td", { key: 'a802b63dc8938802281b2e183a605b84742483cb', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '2802d837974a9dd868a9899ebdaa653a1d40ef46', 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: '4875cc0ed9f419a7e813da7b85512c87d7ed0669' }, index.h("ul", { key: 'b9326b99981a3dc3073b8f9620168ee2bc295934' }, index.h("li", { key: '99f619a401eb58fb3bf946190653e104979d4be5' }, index.h("span", { key: 'c15d1866b68e2a7d6963b2652dfa41707ee97669' }, index.h("ifx-icon", { key: '54bdf7243df200a1d770142b4c67486c323c6634', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bab47b8388854b8b68cad3eeedc8bf5901ccf842' }, "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: '69bc8d66c92abf45feecc504575e31884a2be6e2' }, index.h("span", { key: '767e4c80d9f57eb51220570ccd90b5dae85f7d56' }, index.h("ifx-icon", { key: '42454596677f1a5a681d5b26de6d3e1e8db94d8e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'addce930521a822ddc3efeef473b7cd455aa670b' }, "Adheres to web standards")))), index.h("td", { key: '504e210b7baccae93686bf5e7eca34bbd648f104' }, index.h("ul", { key: '71cb0096b18d2beaee49eb6e7767b6d2b7513808' }, index.h("li", { key: '03f6060bce5e50f0c524a6af21b7a71ef7bf0d64' }, index.h("span", { key: '648a1d22605b2031f7e98afacf638614d1f62a0f' }, index.h("ifx-icon", { key: 'a62284208e31d58687082db00405ca85218b201e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9e778b36b7172046be7d9facc4a7c4209376f830' }, "Brand variant")), index.h("li", { key: '5849e876b71c0f2e2db1c35e42f5382f0c569722' }, index.h("span", { key: 'f321d0c52f5284b58a45aec0d8a8e3ed6d9f870a' }, index.h("ifx-icon", { key: 'e2d1944b507dd3fe0d07de9667a4558a0275292d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '998a191f6b9aebff0e29ae1357f41f3d6ba18602' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '44c4e63b2915c65eb97565d9c048912a68a2b309' })), index.h("tr", { key: '3a0aabe20205ec21858c34d6e327fae46202c969' }, index.h("td", { key: '55b4e3cec0e9040f52b414a6848daea571bb6721', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'f6348e05c00957e9649ab018efc161aaf5d86774', 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: '06c9f40e0eb4e386a01b72e68c3b128675a8f327' }, index.h("ul", { key: 'acbf2ac77abbe68bd237c2a53a7498e1ef9ac715' }, index.h("li", { key: '7bbb39367189c75d352e38a53b328599f255f99d' }, index.h("span", { key: 'd7a5a8d27664285ff025ba1e663173b34a698139' }, index.h("ifx-icon", { key: '0f11430d0f43f677128471a91f899f42eb66db14', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9a1b77297d7f6d8b703d353ba796058e26f92697' }, "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: '5045f346af4c497c19ee154c445e8352073db680' }, index.h("ul", { key: '6bfe9a2d54eaa9faaa311739783f9b043f9bedab' }, index.h("li", { key: 'd510f2f7986b6ea024d99c373030cf133d5cbfaf' }, index.h("span", { key: '88ce699a4fbc1ea835aa810d7b09b18cf454f76b' }, index.h("ifx-icon", { key: 'd1d214645a7d55cd583a02157e8677fc764cdd05', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a1c7775bcd4c120d7031d39942aba47a07d99d66' }, "Ocean, Orange, Grey, Light-grey, Red, Green and Berry color variants")), index.h("li", { key: '912c31cce76dbe237d053d44aa057d8435510c06' }, index.h("span", { key: '002d3fbeccaf23d035d3f91dda9183f2cd97f05d' }, index.h("ifx-icon", { key: '621f4210af0c4a05da7088d9510896797fb8138b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '36883f3be0788c7db2da95c9a5cbc0b08419f323' }, "Removable border")), index.h("li", { key: '2121e5f55606a0fcd833bdb8d9a3ad0fd65b79ca' }, index.h("span", { key: '0ef831feb8b6b735cff35b34d58236538c54d8de' }, index.h("ifx-icon", { key: '2be763310f072edc8ff1d9bf61d5e9505e40d016', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2a70978a6c5e2879350bcaf5d7c8a13a4b7b807a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c8a01b3ff5d334c18dc4ebf2226207c97e4bc824' })), index.h("tr", { key: 'e1d4c25848e0eb49c95439bc9d28dfd67745bd4f' }, index.h("td", { key: '145af3fa6d18428244704738bbbac868f168e4a7', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0fe1aa6b1a244f8dbd551680dbbf6be5f488bc9a', 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: 'ec6b64f5ca29e6916f60e39b5cf4e5d171741b5f' }, index.h("ul", { key: '8743db551f88299662b3ecfc46d34e5ba40c0f48' }, index.h("li", { key: '9c0661c06b993f3caef6a7f95de904ee300dfd19' }, index.h("span", { key: '035b8bbebbbcaa66c16b40cc3fb5e4a46819ef6e' }, index.h("ifx-icon", { key: '3ca01ef233b307f0039186b59626c38a19454ea3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f584c0b76dc3fea3a5ccf18cf99e4ad39b83c439' }, "Offers a customizable and intuitive control that allows users to navigate through sequential steps")), index.h("li", { key: '51c9077c9c98bc45d34a977e28e341b68787fe06' }, index.h("span", { key: 'd35d5edd24f14eb7d81b84b06754da53ed17640e' }, index.h("ifx-icon", { key: '829b60cf22c7e425302126dad8405ae800fac33f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aa08e80e43209faeff12f5fd6fd2e0188607f286' }, "Default and Compact variants")), index.h("li", { key: '0987e48d02b4fdd220f21695b8b67a7253ffd053' }, index.h("span", { key: '0284cca7ada7f3c935565080369b91a9c427f0d9' }, index.h("ifx-icon", { key: '79d8f2b98e71aa9f39ea2b16702458302720ed2b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '578398267033934457d8b896ff758f31e6bd6031' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '512e8c9c83dfde411ed45ea07ae954148e8213ef' }, index.h("ul", { key: '723bce965618e359d2b6cc3679381bedaad69f6d' }, index.h("li", { key: '122c6e73b090cccc0ea5a9cd7668e34dd03cd0f7' }, index.h("span", { key: '5fb56051c381554ad32dcd8dda6891a1a2d2ca05' }, index.h("ifx-icon", { key: '0161dbaeadf03e3095748ca296008372c0321423', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd06d1f562e540f953011d80b3c2258a092022ce3' }, "Vertical variant")))), index.h("td", { key: '2afc13d3dd7bcbfad58caa249df45210ab437eb1' })), index.h("tr", { key: 'ea068ec907c7e7ae145421040157438230e68186' }, index.h("td", { key: '729dd143a3d538e7f9017088e13eea9b18740e1b', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7fe37c5cde394438a46ceccc1ea03fdf7dbd5e77', 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: 'cb7d6b97b77cb4ddbf7771e9e3a15f9e5f5c8c55' }, index.h("ul", { key: '06248dd2a9c4bff46f2fdbda9de686a18497ceb4' }, index.h("li", { key: 'b657df09595d9aa4694cd9a418ed07f1ce62ab3a' }, index.h("span", { key: '162efc89893348c606c773a478ded934bd6f9305' }, index.h("ifx-icon", { key: 'abee036860e679c2965754756fa635a8ab86e7f2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '880634acac0eaf7820fcc1dff388036149c7b9af' }, "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: '03e4261bda228ae700a459ec8a6ae2f024109e91' }, index.h("span", { key: 'c127fa1d9a1fe15c420b1b8dd047e5ce4b640de4' }, index.h("ifx-icon", { key: '146f79d2bcad63d64452998d317deb42c852977c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5fcdece05c2c3577b6c681e09d2dc89c17bb50ad' }, "Adheres to web standards")))), index.h("td", { key: '1b5233baf521293f4dd00ba0844713a17d95c8b8' }, index.h("ul", { key: '8804389c5cff80679c925d6591fe868398faf274' }, index.h("li", { key: '564f64fadfda835f3d9691a2861d7cd38cdd7bcb' }, index.h("span", { key: '0ca63b8afb5b3b5d75f34c6eedd4ff216183f995' }, index.h("ifx-icon", { key: '49664de6083e16322c13fa29579127406d3e5535', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c344b8cfc9229edeeb2dabd099fb61e3577410d7' }, "Incorporated label feature")), index.h("li", { key: '8fbbceac16d435e92f7bcd9c1935e33a90111eb7' }, index.h("span", { key: '86e515411fdf37e405cc5ce9f62127d8cfcef037' }, index.h("ifx-icon", { key: 'c49d00fdd47bad27dceb0018ad305c34709be08d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c4df977f297aca925c87402be5d21ffd6bc8e061' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '8bcf1fd7c983b8a0821d7a80638a3e5a0af5b190' })), index.h("tr", { key: '0f74f74bde46aab744d8deaf13a46420437ca061' }, index.h("td", { key: '7a9c625d3b87b112942e40d5adae4535d92ece1f', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c07e3bf4c6c293c08f20282ae25e607b1f092d82', 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: 'edaf9c43bebbc200251d7a06d52ae4fc02d3d327' }, index.h("ul", { key: '1022eddc28e6ca15c39751f08df2eafefd1ff409' }, index.h("li", { key: '32b509cb7845e0526618a838da4199cf3a8b7bbd' }, index.h("span", { key: 'f8661b39ff4ff53dd8cdd544bb0f40f4485b1e99' }, index.h("ifx-icon", { key: 'd9aaa3d15da3a867445af9b39f96a0226ae72f0a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8958d7debc8e8a3305c1c421162d541302593ec9' }, "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: 'bb434f151c067618ce36d08c03bb0f089098f1aa' }, index.h("span", { key: 'd1dc7fd8985871b793a3ec4caf840e9970654de4' }, index.h("ifx-icon", { key: 'ad763e83e4b94e283977b4ab0445d8e33eb0efc3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'aafaa50bb88d550432e12fe89fb7d0942b23eee0' }, "Includes basic features such as column sorting")))), index.h("td", { key: 'b71915a45f1a708ec52acbf17fcc976ca526f39a' }, index.h("ul", { key: 'd37402383c1ca1082bb46eda0839e0eeb70734ab' }, index.h("li", { key: 'ccbeef02fa4edd449e4fafbe2779c960730f00b7' }, index.h("span", { key: '99e922908bc975956b53398f9a22539ea81868d7' }, index.h("ifx-icon", { key: '4b8a3c81063122b36e67394acd9d34a30760d854', class: 'check__icon', icon: "check12" })), index.h("span", { key: '03579b0314e14de8833a3490971018efbbea5966' }, "Compact and Default variant")), index.h("li", { key: 'be2d6a328a0ccfaf2694b47f9f70f1268306a879' }, index.h("span", { key: '2a6b8a93483c6c853f64222dcbd83b9de405d96a' }, index.h("ifx-icon", { key: '96e13640aeb1d36a8f24a45d60b6fb519ebb5756', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1ca6a4d098de6c37450f3a548c0a5628793cb518' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '3eab27c6057118fc0fae58debda5eafbe1490edf' })), index.h("tr", { key: '49ae3a370ef5ff0176c066aee537b55ac1e16130' }, index.h("td", { key: '658d5e9346af619393cd3e00861e4336ccbd71d7', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c17eb6da123a75adaaf0233b240377d6a0eefdd9', 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: '4c925da6781860666f659934954591f2ca9f0ad3' }, index.h("ul", { key: 'f9e5846fe5600725d0014dd0b1545404a1fe5834' }, index.h("li", { key: '2e30b36d6070fa2c0a47373d8bda38fbe08f9569' }, index.h("span", { key: 'a460f8dc73fd06998c0af5df89691791ad336603' }, index.h("ifx-icon", { key: 'd32399eceafce9882dd2ad0b4a05a162e97fa8bb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8cd8501ed9eabf810eec115aa844f3802ba2286c' }, "Pagination")), index.h("li", { key: 'f97a7c5826c6a1b9752c5df9ac58a4f2297741d6' }, index.h("span", { key: '8d2d734d14418684b540e74705b07be982e9a3c7' }, index.h("ifx-icon", { key: '62d1a139189c6055023425f825f58c4928bca3b7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5ff94876810cd1b5a26545d4f809999451d6a003' }, "Sidebar filter")), index.h("li", { key: 'c338d74ec1d7e67d81fabf387b9c391973ec1551' }, index.h("span", { key: '5b5ef8faa1092700d2df92164eb7f22fdeb8a26e' }, index.h("ifx-icon", { key: 'a2a877e03f09ffaef65da1f494aa8c05699edf03', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9c712b037827f61b77cc9b252a10ff859725b8be' }, "Topbar filter")), index.h("li", { key: 'e07c06c220465b785cb8280197cf8804c487ae90' }, index.h("span", { key: '14381caf77ac77d45a9cbc360cfb4323e4cd1884' }, index.h("ifx-icon", { key: 'f62b38389664160ebb8bff6e2e676e5cabc6410d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '09fcea9c6d8f40479aac990274b23e4fab091995' }, "Nestable buttons")))), index.h("td", { key: 'dd5a0d32a2f9d115b5fd11e935472931ba2fb73b' }), index.h("td", { key: 'b9ea5268b8492a1c1161ead2cd3f885407c68869' })), index.h("tr", { key: '5955a874a5215926dd1e75ad6e0a4904690ccc7f' }, index.h("td", { key: 'b5bae4240de5885f0bcdb2deb4b1ad9fa8f0e16d', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '213efd2fe57bf018715eefc593439d9bbe82acbc', 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: '5f97f9c32d0a80095bd482003eeeef25e9800ab2' }, index.h("ul", { key: '7f75fb6db4c5c31bafc775390b868a0ca8f48674' }, index.h("li", { key: '5e3e061cedc3c1954be74325a311cc5f84caba2e' }, index.h("span", { key: 'c6db388ebac97a2ac31c2a085e3b6f62fa2741d2' }, index.h("ifx-icon", { key: 'c8d0abfe96abe519d468ef935ff0f9d12bce2209', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2a4f8cc728a283742371d612bd68f53f0cf57303' }, "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: '215b858c5e50409294d783d8808f23b04f103e35' }, index.h("span", { key: '8b55a5a089bf4a967c127f1f5e39f7e15c6756f9' }, index.h("ifx-icon", { key: 'e4fb614e7cf45ef8d715e5aa020d947c303c8df0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7fbe3799de1113a8f848df22a9d24dbeade60ca7' }, "Adheres to web standards")))), index.h("td", { key: '6510320f1b84f9a3f9ba0e1ec2057daa3a684de7' }, index.h("ul", { key: '48f0c3527e23f01e101bc7222cd05abae456286b' }, index.h("li", { key: '9a2f23126204d15b98deb46a8d49f01a9ffbef82' }, index.h("span", { key: '61323ac041fe5f232da69065e4a2a1ef04f885de' }, index.h("ifx-icon", { key: '0aa635514d0ae30c10da2523ad9b7fb8d32d7752', class: 'check__icon', icon: "check12" })), index.h("span", { key: '92b41083fafe2ddcf0418c281d2565966b0b82bc' }, "Horizontal and Vertical orientation")), index.h("li", { key: '4532fb7ced61e5eca5500ba51096f06140b28465' }, index.h("span", { key: '36991e65eef659dc8b78db87fbb9ad93a6531e0c' }, index.h("ifx-icon", { key: '2adc0c68533af1c95885e4ebee98cc66917e3d1f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '72e6a58cdfbe83ea9034e237ffea94e779920e95' }, "Extended customization")), index.h("li", { key: '42c3a7d99e114a2b642e19909fc2c27aba59f42e' }, index.h("span", { key: '6b7096ac4e3b3b76283d98d486905c0b62503423' }, index.h("ifx-icon", { key: '16358602a4e4b45768c6a526e69357b73a483ec1', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dc7680f38b04d88c9d361f512d9e32c92464e01b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a389de1f93a338b43f5ea582db1a14d9574e4592' })), index.h("tr", { key: '558893d5b597899a9d34e9d20c086c5e41c785ec' }, index.h("td", { key: '1d1175434dd1dfbe868304aaf92b24476264a919', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'cc0b449097b3c19d5103dd8bb243eb1ce5e82c74', 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: 'aba91087f8139cfe8b05cf6eea0aae87083e8949' }, index.h("ul", { key: '03b29a6de1a3758f7cbc4ce1c25001d271ced9d2' }, index.h("li", { key: 'c62b2d1005b6fbc92c91a41a9a3ab53b97dc9a39' }, index.h("span", { key: '9a6309efdb51dcbd1e6f2c0014d3060f556b2726' }, index.h("ifx-icon", { key: '707f7845beedfe0c7ca2eb47003a8a35ec77e546', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f2b13c9bbe1b482826f3b3e7a89a8c6c21a8926c' }, "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: 'f82a789154ce8bd985974375d698fe6b5d1a3fb3' }, index.h("ul", { key: 'fd2ec2287f5372c83c8da06999bf01f4b880d097' }, index.h("li", { key: '7573b77e31db3da4234f41062b3c27663d05d027' }, index.h("span", { key: '327fd0198b7d84b66103d3b8c3a9ebc25e7324cf' }, index.h("ifx-icon", { key: '5e475cb1f640d1b5db43beeb8cb6681effbf967a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '021619ae6e0cb4c7a1678b50ec9ea88d3c2d2ac6' }, "Icon incorporated")), index.h("li", { key: 'eda2e28a9b926962db81e0ee196abe61be633e43' }, index.h("span", { key: '73d171f355938da16163341096e8ae1f7d09e5af' }, index.h("ifx-icon", { key: 'f3a6eecd852506fb14f3425a051ef455d723cf88', class: 'check__icon', icon: "check12" })), index.h("span", { key: '52c570c926b22ab1a4900237bea68ea3a69168e1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '642b4c5048908b367d8e3649bfa9a1ecac7e0277' })), index.h("tr", { key: 'dd122aae9e3365fb1f637145e99a44a3a5ea7d3c' }, index.h("td", { key: '573b3af11355a921e4955b0cb179c95efebc3558', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '646531b97dda112744fa3f02206d284f444b98a6', 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: '87416d53b3e3e507a684c0eab65ab32863e25981' }, index.h("ul", { key: 'fe7451185528e3a2d148198a73c608365647e18c' }, index.h("li", { key: '0ac3ae2af80cc7d323757e630739d9de1205af8c' }, index.h("span", { key: '6c00649bf762792b370be1981f2382021527ac89' }, index.h("ifx-icon", { key: '007f4aee9de4ce49c74f0ea0ab22852bafdbdb7a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '40a95398e5e45db45047841dd972bde142a34d4c' }, "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: 'a870cc732b65b7dcf0227787fd246890fd075165' }, index.h("span", { key: 'cb93c7d67b3f7c33474edace1dc4fa6f352c4331' }, index.h("ifx-icon", { key: 'fb4e8433929d1c1ac5f05b40aa0e0b6404dd7256', class: 'check__icon', icon: "check12" })), index.h("span", { key: '576a9470cdbebc6927085924856a4efebec1ca35' }, "Adheres to web standards")))), index.h("td", { key: '8cafa0f8a48d90a9a1dfa8ed360a86d5f24d8165' }, index.h("ul", { key: 'b299c6704352c90e8de8cbe9d5883ff76013d320' }, index.h("li", { key: '565580f8220fd806f484167287cf9a8bf315df50' }, index.h("span", { key: '60e5b9b29e8173363af1a074a94ff153d33c1d96' }, index.h("ifx-icon", { key: 'f9b8099fca90d8d7611c0054c31ca6cb3999614b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '16ba9c4ac60e49a1cf525abba36c330b19975d6f' }, "Extended customization")), index.h("li", { key: 'f74588ca379977e5f9b285dc7af18c40f2a959e6' }, index.h("span", { key: '78a7587d186285f073c94a6369d5568a7bd8e9b2' }, index.h("ifx-icon", { key: 'ba53d2ae37f5f9ebce2b6b35772c24cc99530dc5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5cf03a2ce7e624db2f3e271dd6c630c552bc15dc' }, "Possibility for icon configuration")), index.h("li", { key: '99733bae279d33c66529d3ddede941e39a1f6f08' }, index.h("span", { key: '7e3f144c1852c4da701fddc626231796926ffd65' }, index.h("ifx-icon", { key: '00db04c50daa2a543bd6a6825708fbec28a07c3d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2406b0f2df1a8e518e9cede702fbd28cda0d576b' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '58aa25f2c62bb9ce0cf587533efbfeeb3f72ce92' }, index.h("ul", { key: '4cfb1040db516387d13e5b9755064495ebd46e1c' }, index.h("li", { key: '2325cac0460e46ae5089ef95bb73709128dc1152' }, index.h("span", { key: '4322d749223ba1dfff2327e587b57fb852c0b970' }, index.h("ifx-icon", { key: '9b59b9bb68d9b621cb5d1d368dd554a29d278591', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c91b5becace4fa0fe653f093324dba8d4551e261' }, "Form integration"))))), index.h("tr", { key: '0c1f07f75e2f6abd7e2dd89fafa8ab2574bfa8bb' }, index.h("td", { key: '908adbf0d4276ae7adef487fabf01d4e401c9f7d', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c2d10f4061213695423cce86e70bc0d7578a01d4', 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: '6da1a9a76f705f2186078338b0a9d9fc507bd418' }, index.h("ul", { key: 'e6f8e97e2fe819acb8db2e46c147e399f3fdc357' }, index.h("li", { key: 'ce2696c92bff571e9c6c6aa47ed38e966bc6357a' }, index.h("span", { key: '83f501a08b0007e9d889b54a6fe43a8db9b9931f' }, index.h("ifx-icon", { key: '65c84913d1d27955b7da4fdad87811fefda13933', class: 'check__icon', icon: "check12" })), index.h("span", { key: '96295789022c546ec3f5c11d7785584eacd4751f' }, "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: '839d96bac3e0f4f1aa71a3952ef33e5bdb07adec' }, index.h("span", { key: '324a8d0afbff7018d030dea46f2c272b551c34d6' }, index.h("ifx-icon", { key: '6e588939f0dc490332a7c8ee725c837033b3adda', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3c0dd3438c8c0e0e684f14c6e39803335313c8f7' }, "Adheres to web standards")))), index.h("td", { key: '7c86c0cc6ae4aaf9b22d5c32cd2489d315b2ed58' }, index.h("ul", { key: '5bf3d9d83a6e5edb1600dd90a67169a347787a79' }, index.h("li", { key: 'b925672869d45282cb03cb55f7f74a3f52082c2e' }, index.h("span", { key: '576ec5c4872588ad5a854934dc0fb540d560c678' }, index.h("ifx-icon", { key: '5a6416bea9ef257b0ca54b5e214e75c26adcbabd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9a8056e2162106974a6a517a7fc22b37062e1bfc' }, "Compact, dismissible and Extended variants")), index.h("li", { key: 'c6941ad891bb77f44c57ad7857e8b16f1a158291' }, index.h("span", { key: 'd1347ebfe1e50c5ed730440045c3586ece032a2e' }, index.h("ifx-icon", { key: 'd0d03610cd9fcd4d84e2932bfe5d492494b0173d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5507cf911a609c98996a1b3b1610219ec3cf9d54' }, "Auto-adjusting position")), index.h("li", { key: '5b47b77b9f9448367c487f7af22911f9cb0cf993' }, index.h("span", { key: 'f2657d5adc92a68663af57be26e1cf49c4fd18af' }, index.h("ifx-icon", { key: '14e3fed5b0cf03a6cc9d461fdaeff2a69cde86a3', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2a670247cbbf18e6c8d96a6c80bc48cd6dc00399' }, "Icon incorporated")), index.h("li", { key: 'f3f4f04e9dc713be6c01ea4ed5fd9ae2e6307b14' }, index.h("span", { key: 'c2b64bba90747e8c57fe2916af85ac60cf052a85' }, index.h("ifx-icon", { key: 'e7190deb5b67bf2641a249e8d6a93ed8dc925ece', class: 'check__icon', icon: "check12" })), index.h("span", { key: '06dbc3b65c35f0bb18dd5ac387b6d1e929fb5bcc' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '733e92a8412383d334a8fe1dc9e760b689cd35b8' })), index.h("tr", { key: 'ecdf1a8d4372ed097f74f7e34ccf10652d9c8d3c' }, index.h("td", { key: '33111e19781a18aa39563f61ea5e0bc5fe54e378', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'b27a5535975479a18518ae6763779c0e45db5fd0', 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: '8c1cbef531da5b17c7f16a6eec644ba5dc82e32e' }, index.h("ul", { key: 'df12d1c74a76c40e68933e0f7a51444829972f98' }, index.h("li", { key: 'c4b30a83faf6d29843d3ba144205507e7353b19e' }, index.h("span", { key: '83d8d971fdafd5aefa0924818dfb341b1cd3c995' }, index.h("ifx-icon", { key: 'eed0bde6a31ae92719663d2ffb13cf6d64072f28', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fbaa27c2c87573926a40abb0729c0615c3bf6fb4' }, "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: '2a233b2f5a0fe000f0769eaaafd78c4bfbdfe6f8' }, index.h("span", { key: 'fd36d4041582f28269e77161074d7229e37a42de' }, index.h("ifx-icon", { key: 'a7992c4b744b192e36bce31b3eda266b05e1b160', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6fdd4592f4fce5913385d547b22f7a873c31fa6e' }, "Adheres to web standards")))), index.h("td", { key: 'd25b7dc9a26a94ccaff072ee0c682d37a1fd238b' }), index.h("td", { key: '25d6f131a4282c200d8a9d551b229c8cd97f743e' })), index.h("tr", { key: 'fcfd76ada479d6d0ff8497a79c3801f76ff0e692' }, index.h("td", { key: 'eae9270ea24950af89985c1ae5d6a22282fc333f', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '719fdd71ca88fa5dfa13125bb93c95b357667722', 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: 'bb6dc7a11ed7f2656fbb440798523ec9acc99b7a' }, index.h("ul", { key: '4792bdaa5137c840e62fd4e07a184689c10cf2c9' }, index.h("li", { key: '112131ba5216370f9a300c0e26721fac38258f8d' }, index.h("span", { key: '54866f1295030aae92ff78857edf7a2603bda042' }, index.h("ifx-icon", { key: '3f121daa9362fbdfba67dad2e9d304548d462e5c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a0fc6cb1951fc6585af467d8246121a56ff70f9c' }, "Provides a flexible and intuitive interface for dynamically switching between different content sections or views within a web application")), index.h("li", { key: 'ded7c554cdd4d62f11ecdd6025f9b5efb2dcf36b' }, index.h("span", { key: '790249b49dfd8ae0134cb1ec361ecb261032e476' }, index.h("ifx-icon", { key: '6ab76d208fde682d90442e70b7ba1857d495d047', class: 'check__icon', icon: "check12" })), index.h("span", { key: '338c163bfaa3f9cf367dea0fd9f11ae3a0428e9d' }, "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: '03bb95aa3b13506f401b48e2fbd5edb7368affb3' }, index.h("span", { key: '5f185179d54223bdfa1a7b92187fdf1e0f275569' }, index.h("ifx-icon", { key: 'df930308643fa40790ff3983e285d72a5fa2b490', class: 'check__icon', icon: "check12" })), index.h("span", { key: '125c016d611caf341c5cc353b5468b42b5a28e7d' }, "Adheres to web standards")))), index.h("td", { key: 'cfa423ea4dd6b2131e68c9a2b3d8f423ad351793' }), index.h("td", { key: '3bd5308ee3efb626e0dae073a0793f330cf939ca' })), index.h("tr", { key: '0b3a9827bd3e55e19fb7c95a0dfa04255ef70431' }, index.h("td", { key: '245053f0d54fbe7e8689f2a5870de5ad099808ba', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'eecfda0353c7d1ba8331d8ede5bf5287a0b155aa', 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: '99ac02e6b2ed43ab1a26e9145781acf03c208291' }, index.h("ul", { key: '5e83dc433e2394537ed0627d27d729cc72dd10fc' }, index.h("li", { key: '462854793032635675b52458bc89491d258c6476' }, index.h("span", { key: 'cb343dfaa6f212d97cf0c537523d1530c8e11aed' }, index.h("ifx-icon", { key: 'd6452e3e5bae1d4a751fd489e05cfc222d8dac14', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b15001841c3368f44c11cb683b31719a50c71fea' }, "Provides a clear and interactive interface for users to make mutually exclusive selections among multiple options within a web application")), index.h("li", { key: 'bd4dc27e827ef66d405e80bc93b813c875e2d569' }, index.h("span", { key: 'aba259178ba5c0d315a63dbf661f660c88fa7f7b' }, index.h("ifx-icon", { key: 'c7abffd4c51da2499c090ef0b8663594613da083', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'edc5b40078efc06a06d4630ad0b1ccd4c6626478' }, "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: '15ab4d5d3d8f553399773ab2217f5d4d106a401e' }, index.h("span", { key: '2f2c1caa3ff3c1427421b8773ed152ddc6fbd67a' }, index.h("ifx-icon", { key: '2ecf46c08625fb4b555b8a4a300070e61f8d1379', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b1b76f0e71671907e9ed6361651eb232623a5e44' }, "Adheres to web standards")))), index.h("td", { key: 'f2c9f650eb99a5c627928d11a866bf6333d8f085' }), index.h("td", { key: 'b9adaba4d89a93fed32b6e30c0f8db92ccaebbaf' })), index.h("tr", { key: '8ae5b899026b9113d8ffb9a2a6baf010273936bf' }, index.h("td", { key: 'f5aade1e81dc8ea9c9bc3f97f24282678040a465', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '40e3f111de7caea0bd31436f09334065f35a0db2', 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: '0690081d5b5b69b25d99f930acabdcb5dcfa9647' }, index.h("ul", { key: '14f0f4816501e53f467b878c4ffd260fcfea7d2e' }, index.h("li", { key: '922851f5511bb499f123b8884c7e8afaddf6353c' }, index.h("span", { key: '6eb44e3b1a6adcbebaecbce5fc0e53787b801579' }, index.h("ifx-icon", { key: 'a40bb170b4f5690cdd55e1db1b7521acdd6c68d2', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f93fd5f33fa8ebf67f2b8facf9d52db9067cc2c0' }, "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: '1272a82c1fd2d0dbfc7c5a37051d04d755b35d87' }, index.h("span", { key: 'ede1657c3a88f5bc443ebf4ac69cdde0c7d2e629' }, index.h("ifx-icon", { key: '8166000f236c741e397f37e184e6b094187140a4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4ddce0124113ffa5976403dc868799fdf3e6d7f6' }, "Form integration")))), index.h("td", { key: 'd3ffd067a0f5b8ff0ac62b1d4f3c506fc0f195e3' }), index.h("td", { key: '78f7c75036b0b5ed02dcf3094a0a4841ec18779f' })), index.h("tr", { key: '81344af9b7cc602906aada362ef2f0d000dcadc3' }, index.h("td", { key: '8ff9ec1fdf60f8719d10560e3736ea8e93849e5d', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '2615f32fc4f5515487ad944ba0a76933d0cbd4d1', href: "", size: "s", variant: "bold" }, "Card Group")), index.h("td", { key: '5905ce91c3d397059f93442643e5ce79cacb5788' }, index.h("ul", { key: '7a16e2758a1bef36457113b777edafa1a1e302a5' }, index.h("li", { key: '5cba639fafcd59bd999c71326d6cee9a8e48872b', class: "planned__component-wrapper" }, index.h("span", { key: '19c96a9b9f6d4cc44f2d36c579507285a2342e1e' }, index.h("ifx-icon", { key: 'e7ba0a25e6d6a1901acdf3d65ac317a6a3c6d9d7', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '8f312bdac8102bd526cd5a77a77a059b004403ab' }, "On Hold")))), index.h("td", { key: 'ee6ddceab4a9fd0ab10aa314d392f912039dac72' }), index.h("td", { key: 'a0574f5f554826b197e0e67406ae4e9e5a06120d' })), index.h("tr", { key: '7fe7a21641f9c9cfd500f5ffca96345a2674158c' }, index.h("td", { key: '506cfb8d77266f8cdf305d68099e59fab3b0bdec', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '34054a28baa33d399cfe9e6b8e954018c4233df7', href: "", size: "s", variant: "bold" }, "Upload")), index.h("td", { key: '91de1dea6099595b96d7bc5b869a9843553e1acd' }, index.h("ul", { key: '8205f1e9c65646ad4e6b2e5ebb84bbaaf873cccf' }, index.h("li", { key: 'e4742a6756a49c89ed9c53ec53c9d7a041a2c923', class: "planned__component-wrapper" }, index.h("span", { key: 'a79fe5012af37cc20c40148f86b05afd0b47351e' }, index.h("ifx-icon", { key: 'd9b25a0dab0483d19de7aa9cfed57b3ccea8f84b', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '695d26d44b70ca279110c9bf8930f5b74e83a21d' }, "In Progress")))), index.h("td", { key: 'c0b9a36fd6a45f49889fbde5d0d8590f0dc339ff' }), index.h("td", { key: 'f423df052d3d5ccd4586e7ddbd7d92824a6c9d4d' })), index.h("tr", { key: '88e1f1cdeeaa264fdbfad8d4e4865296ad8b68fd' }, index.h("td", { key: 'fa5b4bc0f22fd08d906383dee41fb4f6224e3a39', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '5f54395249f17e0409216b48f807c6ce144d20bf', href: "", size: "s", variant: "bold" }, "Checkbox Group")), index.h("td", { key: 'a4331c95a3fa092288b81207d8572ba6037c82b6' }, index.h("ul", { key: '5f16a59d6a554b195c157f27baa71753503448f2' }, index.h("li", { key: '816c030500866677a40703a06374a0144677da37', class: "planned__component-wrapper" }, index.h("span", { key: '0c453c84f219de61892651cb2ab6ef7b8c9ce34a' }, index.h("ifx-icon", { key: '420bbcfa5ee7084c1cb06862fc829c9d913f36f3', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '4a95610791606db7871160c703d2f17b0c33ff44' }, "In Progress")))), index.h("td", { key: 'a50ebba79ba28825d4b2aa41fb26fe997f2deca0' }), index.h("td", { key: 'c359ae923e4013cf2460457f3e554ca93bd89ace' })), index.h("tr", { key: '97c8b4371f3045ea8652fe008d5100f5bafddfc3' }, index.h("td", { key: '735bc6aae4f588a2cbb9e2addb28d7212b786a21', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '1ba085e643521c03d2b4c5efcd0b8ecd2a88a9f3', href: "", size: "s", variant: "bold" }, "Radio Group")), index.h("td", { key: '575b5e4a8db24a257a714584dadc3edfbe1ed6d5' }, index.h("ul", { key: 'f923e6365187dd6345ba85b684b3710513539116' }, index.h("li", { key: '6a996de26c48ec9249180e8b3403c3e04db6abb9', class: "planned__component-wrapper" }, index.h("span", { key: '161b33f972436115261388e3f931e831542597fe' }, index.h("ifx-icon", { key: 'c0227feb96d6ecd22fd456400854f48244dc98bb', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: 'ffc78512d62e3325b5105f4968584ccc1794153b' }, "In Progress")))), index.h("td", { key: '28427b68ed7f4018957202206f88c3b185117157' }), index.h("td", { key: 'd09ea076b9c984377bd14915e58091c0234bd6b3' })), index.h("tr", { key: 'b1acddaa0fd4610144e5f45e9b1e8ea1b2cdc4fc' }, index.h("td", { key: '8c691e3ca3c2f37ef4bbf5db22cec63cc577645b', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'a1c73ce6393549219abad11cbc4aa6f8183e76a0', href: "", size: "s", variant: "bold" }, "Tree View")), index.h("td", { key: 'b067401be292f932bcf31f84f9835cea22b622e0' }, index.h("ul", { key: 'ca69177eaf2dc004de882ac5b1e7764a36d94086' }, index.h("li", { key: '5c69d1272b2589a32605ec62adb89a00af0ff7f6', class: "planned__component-wrapper" }, index.h("span", { key: '420baf8acc801858a548efb887c08cec35cfa995' }, index.h("ifx-icon", { key: '561169d104e05690126f86ecb441da6c9c2985da', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: '39611bd07bebef5f8bb88d23920c3171a48f8270' }, "In Progress")))), index.h("td", { key: '6ed310a37572c24d1e5d4c0bac8b69cf450160e6' }), index.h("td", { key: '9f026c3aafe6e9fde13706029dd0557d2acd836e' })), index.h("tr", { key: '91b801ae9a973ae0704110dab50e168ec056b829' }, index.h("td", { key: '1000061d98818abee64af8ff9015bcb79e555f56', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'ddc749f91bd83f19bb11129cc733d0e4d2a945bd', href: "", size: "s", variant: "bold" }, "Popover")), index.h("td", { key: 'd127dc494dbc16f029b3c1ac436601f4f79f09c2' }, index.h("ul", { key: 'f05df9dfa090da4c970389a4d94c30f20fd7489a' }, index.h("li", { key: '8ad9aa3a1cc2f211bbb74d9cc12b65c9a09aafdd', class: "planned__component-wrapper" }, index.h("span", { key: '00995e449ec9cad78f53587be76638aa029e0dd5' }, index.h("ifx-icon", { key: '709cf7aa0c2f68d05180ab57a2b33f22c618ffbf', class: "planned__icon", icon: "roboticarm24" })), index.h("span", { key: 'b7145e93f2a95811189f5d9b183c2b091b5088a7' }, "In Progress")))), index.h("td", { key: '62e36d377c66021801e5090b57169ebf0e0f13da' }), index.h("td", { key: '9f656174bf5ff74e9062c1647dc359bf9947b193' }))))))));
|
57
57
|
}
|
58
58
|
get el() { return index.getElement(this); }
|
59
59
|
};
|