@infineon/infineon-design-system-stencil 21.3.1 → 21.3.2
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-basic-table.cjs.entry.js +1 -1
- package/dist/cjs/ifx-faq.cjs.entry.js +1 -1
- package/dist/cjs/ifx-overview-table.cjs.entry.js +64 -0
- package/dist/cjs/ifx-overview-table.cjs.entry.js.map +1 -0
- package/dist/cjs/ifx-pagination.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 +1 -1
- 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-select.cjs.entry.js +3 -3
- package/dist/cjs/ifx-sidebar-item.cjs.entry.js +2 -2
- package/dist/cjs/ifx-sidebar-title.cjs.entry.js +1 -1
- package/dist/cjs/ifx-sidebar.cjs.entry.js +2 -2
- package/dist/cjs/ifx-slider.cjs.entry.js +1 -1
- package/dist/cjs/ifx-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ifx-status.cjs.entry.js +1 -1
- package/dist/cjs/ifx-step.cjs.entry.js +2 -2
- package/dist/cjs/ifx-stepper.cjs.entry.js +1 -1
- 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 +1 -1
- package/dist/cjs/ifx-tabs.cjs.entry.js +2 -2
- package/dist/cjs/ifx-tag.cjs.entry.js +1 -1
- package/dist/cjs/ifx-text-field.cjs.entry.js +1 -1
- package/dist/cjs/ifx-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/index-4e6795cb.js +8 -4
- 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/overview-table/overview-table.css +151 -0
- package/dist/collection/components/overview-table/overview-table.js +63 -0
- package/dist/collection/components/overview-table/overview-table.js.map +1 -0
- package/dist/collection/components/overview-table/overview-table.stories.js +11 -0
- package/dist/collection/components/overview-table/overview-table.stories.js.map +1 -0
- 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 +1 -1
- package/dist/collection/components/search-bar/search-bar.js +1 -1
- package/dist/collection/components/search-field/search-field.js +1 -1
- package/dist/collection/components/select/single-select/select.js +3 -3
- package/dist/collection/components/sidebar/sidebar-item.js +2 -2
- package/dist/collection/components/sidebar/sidebar-title.js +1 -1
- package/dist/collection/components/sidebar/sidebar.js +2 -2
- package/dist/collection/components/slider/slider.js +1 -1
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/status/status.js +1 -1
- package/dist/collection/components/stepper/step/step.js +2 -2
- package/dist/collection/components/stepper/stepper.js +1 -1
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/collection/components/table/table.js +1 -1
- 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/text-field/text-field.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/collection/stories/setup-and-installation/faq/faq.js +1 -1
- package/dist/esm/ifx-basic-table.entry.js +1 -1
- package/dist/esm/ifx-faq.entry.js +1 -1
- package/dist/esm/ifx-overview-table.entry.js +60 -0
- package/dist/esm/ifx-overview-table.entry.js.map +1 -0
- package/dist/esm/ifx-pagination.entry.js +1 -1
- package/dist/esm/ifx-progress-bar.entry.js +1 -1
- package/dist/esm/ifx-radio-button.entry.js +1 -1
- package/dist/esm/ifx-search-bar.entry.js +1 -1
- package/dist/esm/ifx-search-field.entry.js +1 -1
- package/dist/esm/ifx-select.entry.js +3 -3
- package/dist/esm/ifx-sidebar-item.entry.js +2 -2
- package/dist/esm/ifx-sidebar-title.entry.js +1 -1
- package/dist/esm/ifx-sidebar.entry.js +2 -2
- package/dist/esm/ifx-slider.entry.js +1 -1
- package/dist/esm/ifx-spinner.entry.js +1 -1
- package/dist/esm/ifx-status.entry.js +1 -1
- package/dist/esm/ifx-step.entry.js +2 -2
- package/dist/esm/ifx-stepper.entry.js +1 -1
- 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 +1 -1
- package/dist/esm/ifx-tabs.entry.js +2 -2
- package/dist/esm/ifx-tag.entry.js +1 -1
- package/dist/esm/ifx-text-field.entry.js +1 -1
- package/dist/esm/ifx-tooltip.entry.js +1 -1
- package/dist/esm/index-77e9cc30.js +8 -4
- 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-08f63fb4.entry.js → p-124db442.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-b9c36129.entry.js → p-17a49a85.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-20d74b3b.entry.js → p-24e3de31.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-e528c95b.entry.js → p-24f19afa.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-29b3187d.entry.js +2 -0
- package/dist/infineon-design-system-stencil/{p-da948682.entry.js → p-42afae6f.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-102f92a4.entry.js → p-48f09601.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-c8aaaf43.entry.js → p-50636094.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-4ae9a293.entry.js → p-55a54dbb.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-9f3757a8.entry.js → p-5f708470.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-11d5e1c5.entry.js → p-61f79648.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a1492368.entry.js → p-6b90be34.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-a9fa8d83.entry.js → p-6e68c241.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-16c94f82.entry.js → p-78909930.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-481f3ed8.entry.js → p-7955a017.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-26125efc.entry.js → p-81753c6c.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/p-82045203.entry.js +2 -0
- package/dist/infineon-design-system-stencil/p-82045203.entry.js.map +1 -0
- package/dist/infineon-design-system-stencil/{p-afbb2385.entry.js → p-8c378874.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-0672c216.entry.js → p-8f45a6d7.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-88018aaa.entry.js → p-aa4a0163.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-6d57ccc8.entry.js → p-ae765aab.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-faa7a44e.entry.js → p-dd16a832.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-7157cd70.entry.js → p-e4afcbdf.entry.js} +2 -2
- package/dist/infineon-design-system-stencil/{p-203013bd.entry.js → p-f0e368d7.entry.js} +2 -2
- package/dist/types/components/overview-table/overview-table.d.ts +11 -0
- package/dist/types/components/overview-table/overview-table.stories.d.ts +7 -0
- package/dist/types/components.d.ts +13 -0
- package/package.json +1 -1
- package/dist/infineon-design-system-stencil/p-2cd7473a.entry.js +0 -2
- /package/dist/infineon-design-system-stencil/{p-08f63fb4.entry.js.map → p-124db442.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-b9c36129.entry.js.map → p-17a49a85.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-20d74b3b.entry.js.map → p-24e3de31.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-e528c95b.entry.js.map → p-24f19afa.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-2cd7473a.entry.js.map → p-29b3187d.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-da948682.entry.js.map → p-42afae6f.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-102f92a4.entry.js.map → p-48f09601.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-c8aaaf43.entry.js.map → p-50636094.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-4ae9a293.entry.js.map → p-55a54dbb.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-9f3757a8.entry.js.map → p-5f708470.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-11d5e1c5.entry.js.map → p-61f79648.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a1492368.entry.js.map → p-6b90be34.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-a9fa8d83.entry.js.map → p-6e68c241.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-16c94f82.entry.js.map → p-78909930.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-481f3ed8.entry.js.map → p-7955a017.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-26125efc.entry.js.map → p-81753c6c.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-afbb2385.entry.js.map → p-8c378874.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-0672c216.entry.js.map → p-8f45a6d7.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-88018aaa.entry.js.map → p-aa4a0163.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-6d57ccc8.entry.js.map → p-ae765aab.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-faa7a44e.entry.js.map → p-dd16a832.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-7157cd70.entry.js.map → p-e4afcbdf.entry.js.map} +0 -0
- /package/dist/infineon-design-system-stencil/{p-203013bd.entry.js.map → p-f0e368d7.entry.js.map} +0 -0
|
@@ -78,7 +78,7 @@ const Table = class {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
render() {
|
|
81
|
-
return (index.h("div", { key: '
|
|
81
|
+
return (index.h("div", { key: 'e9d2c5ce4f1352d7877811b772927681132dd08f', id: "grid-wrapper", class: { 'auto-height': this.tableHeight === 'auto' ? true : false } }, index.h("div", { key: '8a411b9655bf9938c5e648bc4b66a3c98aea58fc', id: `ifxTable-${this.uniqueKey}`, class: "ifx-ag-grid ag-theme-alpine", style: {
|
|
82
82
|
'height': `${this.tableHeight}`, width: '100%'
|
|
83
83
|
} })));
|
|
84
84
|
}
|
|
@@ -12,7 +12,7 @@ const Faq = class {
|
|
|
12
12
|
index.registerInstance(this, hostRef);
|
|
13
13
|
}
|
|
14
14
|
render() {
|
|
15
|
-
return (index.h("div", { key: '
|
|
15
|
+
return (index.h("div", { key: '5ed47000b532a1e8072a473f53e73309cce77eff', class: 'container' }, index.h("ifx-accordion", { key: 'bbef43d76e7d3154f6abf5b8f276f9ee31e7b545' }, index.h("ifx-accordion-item", { key: '339c7426ff29c36e34dcf7b8b2e67d51032bb48a', caption: "What is the Infineon DDS?" }, "The Infineon Digital Design System consists of code components, design principles, tools and guidelines as well as a dedicated interdisciplinary team. Its purpose is to support internal and external colleagues create digital user interfaces with a high level of usability as well as a consistent expression of the Infineon brand. The DDS does not focus on the content of a web application but it describes how the design of the application\u2019s structure should be."), index.h("ifx-accordion-item", { key: '5241aeea218c482650737d91e9b8bc1a7a1c5c2d', caption: "How do I get access to the DDS?" }, "You can use the provided Figma file as a foundation for mockups and prototypes, use Storybook to view what UI components and variants are available and use code components provided via Storybook or Github."), index.h("ifx-accordion-item", { key: '769a3293d33e2cc6962c7ddb83738abadede8f88', caption: "Can I integrate the Infineon DDS into my project?" }, "Yes, you can. We are happy to discuss with you which point in time and which scope of integration is bestsuited for updating your interface to the Infineon DDS. (To avoid that users get confused by a mixture of UI components, we recommend choosing larger updates or technology changes as opportunity to integrate the Infineon DDS.)"), index.h("ifx-accordion-item", { key: 'e637ecef8040c97e0aaecdd788a7b47066a1efc4', caption: "Are Infineon DDS components accessable?" }, "We have taken WCAG 2.0 Level AA as baseline level for all design decisions inside the Infineon Digital Design System. To make an online experience truly accessible you have to implement the specific code, content, and visual design according to the accessibility standard. Find an introduction to this topic here."), index.h("ifx-accordion-item", { key: '6451210a808d599b057fdff76508f10afab134d5', caption: "How to request a new component?" }, "Please contact us like described in the contribution section! We are planning to expand the number of components continually. If your component is also usable for multiple other projects, there is a good chance we might work together with you."))));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
Faq.style = IfxFaqStyle0;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-4e6795cb.js');
|
|
6
|
+
|
|
7
|
+
const overviewTableCss = "*{font-family:\"Source Sans 3\";box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden}header{margin-bottom:15px;display:flex;justify-content:center}.header__info-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.infoboard__wrapper{display:flex;gap:15px;background-color:#f1f1f1;padding:5px 10px;border-radius:10px}.title{font-size:30px;font-weight:bold}.view{margin:auto}.wrapper{position:relative;width:100%;height:calc(100vh - var(--header-height) - 15px);overflow:auto}table{width:100%;table-layout:fixed;border-spacing:0}thead tr th{border-top:1px solid #dddddd}td,th{padding:10px;background-color:white;border:none;box-shadow:0 0 0 1px #dddddd;box-sizing:border-box}table th:nth-child(1){width:150px}table th:not(:nth-child(1)){width:240px}th{position:sticky;top:0;background-color:white}.sticky-col{position:sticky;z-index:1}th.sticky-col{z-index:2}.second-col{left:0;border-left:1px solid #ddd}.wrapped-content{width:250px;white-space:normal}a{text-decoration:none;color:black}.basic__info{display:flex;gap:5px}ul{padding:0 5px;margin:0 15px;list-style-type:none}tr:nth-child(even) td{background-color:#f1f1f1}ul li{font-size:12px;display:flex;gap:5px;line-height:13px}li.planned__component-wrapper{align-items:center;line-height:16px}.version__wrapper{display:flex;flex-direction:column}ifx-icon{color:rgb(10, 130, 118)}.check__icon{width:10px;height:10px}.planned__icon{width:12px;height:12px;vertical-align:sub}";
|
|
8
|
+
const IfxOverviewTableStyle0 = overviewTableCss;
|
|
9
|
+
|
|
10
|
+
const OverviewTable = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.getPlannedComponents = () => {
|
|
14
|
+
const plannedComponents = this.el.shadowRoot.querySelectorAll('.planned__component');
|
|
15
|
+
return plannedComponents.length;
|
|
16
|
+
};
|
|
17
|
+
this.setPlannedComponentsNumber = () => {
|
|
18
|
+
const plannedComponents = this.getPlannedComponents();
|
|
19
|
+
const numberIndicator = this.el.shadowRoot.getElementById('number__indicator-planned');
|
|
20
|
+
numberIndicator.innerHTML = plannedComponents;
|
|
21
|
+
};
|
|
22
|
+
this.getCompletedComponents = () => {
|
|
23
|
+
const completedComponents = this.el.shadowRoot.querySelectorAll('.completed__component');
|
|
24
|
+
return completedComponents.length;
|
|
25
|
+
};
|
|
26
|
+
this.setCompletedComponentsNumber = () => {
|
|
27
|
+
const completedComponents = this.getCompletedComponents();
|
|
28
|
+
const numberIndicator = this.el.shadowRoot.getElementById('number__indicator-completed');
|
|
29
|
+
numberIndicator.innerHTML = completedComponents;
|
|
30
|
+
};
|
|
31
|
+
this.setTotalComponentsNumber = () => {
|
|
32
|
+
const plannedComponents = this.getPlannedComponents();
|
|
33
|
+
const completedComponents = this.getCompletedComponents();
|
|
34
|
+
const numberIndicator = this.el.shadowRoot.getElementById('number__indicator-total');
|
|
35
|
+
const totalNumberOfComponents = plannedComponents + completedComponents;
|
|
36
|
+
numberIndicator.innerHTML = totalNumberOfComponents;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
componentWillLoad() {
|
|
40
|
+
let parent = this.el.parentElement;
|
|
41
|
+
if (parent) {
|
|
42
|
+
parent = parent.parentElement;
|
|
43
|
+
parent.style.padding = '0px';
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
componentDidLoad() {
|
|
47
|
+
const headerEl = this.el.shadowRoot.querySelector('header');
|
|
48
|
+
const headerHeight = headerEl.offsetHeight;
|
|
49
|
+
const wrapperEl = this.el.shadowRoot.querySelector(".wrapper");
|
|
50
|
+
wrapperEl.style.setProperty('--header-height', `${headerHeight}px`);
|
|
51
|
+
this.setPlannedComponentsNumber();
|
|
52
|
+
this.setCompletedComponentsNumber();
|
|
53
|
+
this.setTotalComponentsNumber();
|
|
54
|
+
}
|
|
55
|
+
render() {
|
|
56
|
+
return (index.h("div", { key: '4ebff07f78d6cd67d4ade7375f467ed211873c0d', class: 'container' }, index.h("header", { key: 'b6d3f9bd521ea70dfa0c27613aa572b8e5abdfe5', class: 'header' }, index.h("div", { key: '095b16caa223f3f7e96d1a569ce01fe018fac9e4', class: "header__info-wrapper" }, index.h("div", { key: '8af60f5d6bb0c26d7689671982204794a43e1c73', class: "title" }, "DDS Components Overview"), index.h("div", { key: 'f01cc500a7e20ccd009fbe977785dca3320b692c', class: "infoboard__wrapper" }, index.h("div", { key: '3919d4704faad3f850d104288e9e9a964f16ce56', class: "basic__info" }, index.h("div", { key: '2a30eb374374b997248149a2072df757d2549f34' }, "Total Number:"), index.h("div", { key: '644e6c84736a67496297d53e999621db8c44ddae' }, index.h("ifx-number-indicator", { key: 'db5c8a69b69e5ee57bdffb76fbf8bc5ec97e8505', id: "number__indicator-total" }))), index.h("div", { key: 'd36e84426b3875728c3406ff06d84b816af0d515', class: "basic__info" }, index.h("div", { key: '48033124b076d2e1f3679112cdb09056878e8d48' }, "Completed:"), index.h("div", { key: 'bdb06e6121ee79d0175ae3167d5cf71e61db9008' }, index.h("ifx-number-indicator", { key: '3580768afe28bec3e907a8028541ecf08aadbf6a', id: "number__indicator-completed" }))), index.h("div", { key: 'e99590e57f348ef873c9228483233cee7bfb7a98', class: "basic__info" }, index.h("div", { key: 'b08d2016103696a7ce9a2f3c355b86dcd0d5a6e6' }, "Planned:"), index.h("div", { key: 'e0d4acbb5bf199b87e2e4d59193cacd0b7578dfd' }, index.h("ifx-number-indicator", { key: '1072e7077fe5c28d7fc1f52d0325309c42e5b6ff', id: "number__indicator-planned" })))))), index.h("div", { key: '186315c3d0bbb6dc99ae97ed1c12bd23c94572db', class: "view" }, index.h("div", { key: '3615ff6f4bd3785f2e5499d15168b4e1d0314be7', class: "wrapper" }, index.h("table", { key: 'f3710e9654d0bc9bc3614e1c634fcc8ab3a04f8c' }, index.h("thead", { key: '62e3c25d97f5d530fea42faea3de6b6a4ba6e31f' }, index.h("tr", { key: '620d9e60e5f1494bf6bd7921e6f1a93b339ba015' }, index.h("th", { key: 'abf4ef86a7c616a3f2e20875abcd424e1925d4cd', class: "sticky-col second-col" }, "Component"), index.h("th", { key: '74ad8ca04f46c5eafa41a768549f58ea467553bd' }, index.h("div", { key: '7c8736581b42e7b2976d172a04d94e133c98d0d8', class: "version__wrapper" }, index.h("span", { key: '08d639696c81c373cd097be8a6c762d3d606345f' }, "Version 1"))), index.h("th", { key: 'd8745e41e7d0aa2cda8f4f2886c65bb752f0170c' }, index.h("div", { key: '62cf1db8da43312e05eafe04610a1de990ce1ad5', class: "version__wrapper" }, index.h("span", { key: 'dbf9532a89d0da34d2d492db144edb6fa8a486e7' }, "Version 2"))), index.h("th", { key: 'b52f953dd4db80365f69071031f3f356ca9a27fe' }, "Version 3"))), index.h("tbody", { key: '33c40b18b745946fc13afde964de28fac5c3ff1f' }, index.h("tr", { key: 'cbb8f7b430d7443215788890192bdd41fa2e2902' }, index.h("td", { key: '075dfb2a9f1943a48819daa4e2d3529cbb5e1cb5', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '414c06540211745872e2df85e24862c2d8bde7f7', 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: '372f2d4fc5d8cb3aecd7b322e85ca9421b454615' }, index.h("ul", { key: 'da41fbcea05358908aec96175f53c84853a7fa68' }, index.h("li", { key: '20a3b3e5bb3b62a6746f8f0977674e11e055547d' }, index.h("span", { key: '33ef798b1e2863ba1fd8a98b7ca829c7552513c6' }, index.h("ifx-icon", { key: '68d90f01d94683ff9546531ccccb60e7c6ae3684', class: 'check__icon', icon: "check12" })), index.h("span", { key: '74ddb0d822dec529b7de66a41cacdaae27e6cf49' }, "Includes essential functionality such as expand/collapse behavior and minimal customization options")), index.h("li", { key: '850b6ce011bde0d4c78e0cf1f2c01d6efec4f204' }, index.h("span", { key: '8bcd8f8dd0f659723867a0bdcb51e6b3d0dc98b5' }, index.h("ifx-icon", { key: '69774e246d2721da4ca11ddb6bf38726342809f9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '73569d06d2ce99954a458fea7c589e09efdf8950' }, "Adheres to web standards")), index.h("li", { key: '389dc40f5483878bf5f64bea66b1a004de7e3244' }, index.h("span", { key: 'd7e87a000a332a40951344f5496e34e681143afc' }, index.h("ifx-icon", { key: 'c52301ab596ded98a59fca24878333572c13717e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8e630629b98b535b513331fd6fe78100376a8c57' }, "Provides a simple and lightweight way to organize and display collapsible content")))), index.h("td", { key: '2b155b3c4e96823c90abf22b068e0cef8b3cb0b0' }, index.h("ul", { key: '1d7d90b657ba4077960338d0e03f4621295b54fc' }, index.h("li", { key: '401557e9fab8b6c64e720edfb4cb3b04bc64d2b3' }, index.h("span", { key: '13684cfe0f5dcbca004684360edd5b226d3f5015' }, index.h("ifx-icon", { key: 'f67da4ebca355306ac02df4dbdb4b9959b8b638a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '117ec28c265b8f8c9ec6f8b850591be8ccb9e891' }, "Auto collapse feature")), index.h("li", { key: '736fbf691e31041c88f7fa5fe9d4577a7b57d905' }, index.h("span", { key: 'ea37ed43aa5316f198c778420ff3309d6217bcb4' }, index.h("ifx-icon", { key: '143146ed652477edf7f0d5a6d3edc6ce062f2146', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2099e758ddc7b4d5e6eada7a09c9ea9731265daa' }, "Initial collapse feature")), index.h("li", { key: '1f1f73742e5996634316f98099f5cf54860c6897' }, index.h("span", { key: 'edfa1edbc24e50b84a52a8dc82d68f1b7d3951ff' }, index.h("ifx-icon", { key: '47687fee7cd3693028e5fbb49c658a4497ee0897', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ea76f526f57bdf0bd97248f919ed8b2e5f3028b4' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a5261329b84e6b152b1f9d708c875ded0a43a9c6' })), index.h("tr", { key: 'ddb4534b84b26f47d9887451cd98e5841cdc64b9' }, index.h("td", { key: '38bd03115e4fe384a8cd691469747191e2dbac1c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'bdfd2cfbb05383dec75dc971aa27cfc8ecf09a06', 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: '485161eacf301da7e12cd5bbf017665f250a77b6' }, index.h("ul", { key: '4b30ac48511c526289228fb64b16dcb10ed55133' }, index.h("li", { key: '4d15a51276bb9a866ef857000a676f35e685860f' }, index.h("span", { key: 'a6ad7efa2f11b7e58ab6576a22393b485f728c91' }, index.h("ifx-icon", { key: 'a0ead5fb1148e0253fde0f36337e2adcd912b24e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '71018469cafbcd9c6814c278bce04de7212fc0d0' }, "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: '00770023352565e3be9d6a89624bb31a4ed90563' }, index.h("span", { key: 'b09250870579d9ecdeaf86a32809a9a8e2e4331b' }, index.h("ifx-icon", { key: 'd18a6ce82502b84820de4761df9f9e7d76942911', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ee9a057be85e7243467238921131a8349fdb7c7b' }, "Adheres to web standards")))), index.h("td", { key: '389449ad75a45c3ea9fe1ee11d33655d113c90a4' }, index.h("ul", { key: '50b20203d9b4eda778a8d967500e3c60ea5c5de4' }, index.h("li", { key: '052894ad09dcaf0e8963e91f74d29fc033e5430f' }, index.h("span", { key: '422d01d7d05c0370c32f69859bd374766e160626' }, index.h("ifx-icon", { key: 'b2b388f7770f6d3efa238da5f85b4d715def1c73', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ab60303c898ce9f895a4696645b9f87790d03f8e' }, "Configurable close button")), index.h("li", { key: 'b5567c76e98a9b43a41a0ea0330dfa9bb56b0995' }, index.h("span", { key: 'da5338471a8e94eb67f6a89773e634d9d64d7d98' }, index.h("ifx-icon", { key: 'ebb48f7f8bd26b175750cd78f941a8a4b6bbfe6e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '01d39cd4e2f68dd8345027b7c43fb81bc3b602a1' }, "Additional Info variant")), index.h("li", { key: '8b36d65abac3ede5ab1cac41864e623a8d5a11a6' }, index.h("span", { key: '3d2e6ab5a47bc605326fc408c39b738052ffca59' }, index.h("ifx-icon", { key: '8f468f9923cee8e8db2f42a92d4e4d8dc485b76d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1e281eba6c2098fc47ca2357b5a0160718a46254' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2445354587a035b14899b8d16836c2460ac8c0cf' })), index.h("tr", { key: '287cc31b289135d7fe7c9b999af4015897d845a2' }, index.h("td", { key: '7725d1848eea01b2df8cd917b07e911d587b3ea1', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c3c43be01ca0d5f93ce10617bfbae5712971c7b1', 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: '9838529ee9fee9c72130276649ad4eee68e29740' }, index.h("ul", { key: '031995b72ff1273bdd2323571bd8a452b870fffe' }, index.h("li", { key: '33e76e94b22ca025474e073138bed3a71508fed0' }, index.h("span", { key: '79fec2c1173010fe15e54a70fa907b1ee8c1c5bb' }, index.h("ifx-icon", { key: '7dc7f7aa65b92a604c3d43609238d196dc7ed3bf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '606b8fea61b5d061de68961aea4c542a30ea63bd' }, "Offers simple customization options for displaying badges, allowing developers to indicate specific actions, statuses, or categories with visual cues")), index.h("li", { key: '355070a9b281e42b6a89f472e16ca62014cd036e' }, index.h("span", { key: '19d2d551894f4ff953386166713eea3dac93611c' }, index.h("ifx-icon", { key: 'f7d95a931ee45bfa868eafa2c7b00c37e14e66d5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ae891a477a079884f78ef92e8500d212f36b2626' }, "Designed to seamlessly integrate with existing UI elements and adhere to web standards")))), index.h("td", { key: 'f0b33d426e7aea4b435d98ef8fc62d82b19fc5d4' }, index.h("ul", { key: '9072922683094929282ea71bcf534f89a7d2f6b5' }, index.h("li", { key: '2a733228ebffc0171e9a4e535100314f0d7e69e9' }, index.h("span", { key: 'e13bf959b469a93c6f35b60ce5b2ff1df2663d23' }, index.h("ifx-icon", { key: '16a17c61a860b79398a1a9004956eb3ad0690652', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1c7f8efef07ab0d4997a22a82f8c43975fec6f28' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'eb1970b3ed3b0367fa5929b4f21734e780b99bca' })), index.h("tr", { key: '7bbbf50e66724995ff9c70561001837e862303c8' }, index.h("td", { key: '9f652f8610d00da378c59a578edb464f98fbc057', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '770210085a0756a1fd9ce9b1bca65cf618fd67f7', 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: '9dcf9382f1a57ae804da9aaeacdc17aeeefa9290' }, index.h("ul", { key: 'd8aefde41b47bbfbc2eef524b6702b89bf252c81' }, index.h("li", { key: 'b5e3f6b090e833f772581033b8e9e6fe5e022921' }, index.h("span", { key: 'f434985f427a66c4c3a1249a2d70babce2ae3e40' }, index.h("ifx-icon", { key: 'c096472e411a0804d1548c679d827d312ba13a34', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ac1875bab48fc508c5bf37f440f7ff6e22edf80e' }, "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: 'e9fcd9d1e28173ec095275426292e62a99539fd3' }, index.h("span", { key: '4baf035d79c2c8cff4aae4fbfd1b4521dae7d5da' }, index.h("ifx-icon", { key: '3e459cfcfc3aaa137fddaa058e5894cdcbb059ad', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fc80614af87f39bf83788ef2a75fe94e52b6ad50' }, "Adheres to web standards")))), index.h("td", { key: '022688736d9c1280dab02ce514223d59924c0911' }, index.h("ul", { key: '064fd30b79cc6007704218aa09d8b689c5c87daa' }, index.h("li", { key: 'e47f23a61151ca8034b7f9e6bebb9999b1f82f5e' }, index.h("span", { key: 'f51fbf597c78ea79606dce0e5985ace332ab9cb6' }, index.h("ifx-icon", { key: 'e7c274229b910caa03198a00aa3d969cf0c09055', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c3e8c5a5cd59e6eb5c3b7e5432cf45cf6ec81a97' }, "Possibility to add an icon")), index.h("li", { key: 'c1e4f103402ddedffccb80f08f1cc569b647a7c4' }, index.h("span", { key: '86dc57e142d953f38d7b2e395d6651523f9c72a9' }, index.h("ifx-icon", { key: '56d34173fbf2bfa545d4a159c364fcaa337560cd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e9f6e684dffc32fe3bc7e25eada07f937569568e' }, "Incorporated dropdown-menu for individual items")), index.h("li", { key: '7d3365f9b8f18fcbd2abc57a3f83a261f2c6c79a' }, index.h("span", { key: '63c2fa4ec2738a1a6bd6d3c1f044447a94586d56' }, index.h("ifx-icon", { key: 'd5c8174b86d4aefb5540bd6d8a9ac6fee95e9df9', class: 'check__icon', icon: "check12" })), index.h("span", { key: '60742d64767ed125d9b68c507ad463a99d09d267' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '26d709ea68d3d2d1c8065fd7b60a3adc44266a8c' })), index.h("tr", { key: '71289a88beaff7bf088ce9b28def6cfb99e1ebb7' }, index.h("td", { key: '46a3d09ae4d1ba9587a112eeaaccf9f1e8d413ac', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0979c27b7f15494523c11241953ef6824126781b', 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: '974d4faae08594d4032e65c1c6905caa465f44e6' }, index.h("ul", { key: 'd914966b78c0dc3c4c49dbced17ca56bf3edf1ef' }, index.h("li", { key: '9313d3716e0bc0485d06896875952f2948559bf5' }, index.h("span", { key: '23e049265fb8481cff8215c0bb2f004d200c98d5' }, index.h("ifx-icon", { key: '658e5a4ad11cadb792cabbb65cce8154cca3fd61', class: 'check__icon', icon: "check12" })), index.h("span", { key: '668c04f31773eea1ecd4ae49f4dfed7071ec7a0f' }, "Includes basic styling options such as colors, sizes, and states, providing essential functionality for initiating actions")), index.h("li", { key: '175abb92fce3f4133d1c88204886f1a6635833e0' }, index.h("span", { key: '91585e70a1698112f1963356bde9c2b49e2d157e' }, index.h("ifx-icon", { key: '3d5839c635dcf31ae84039565a34063b71f5f334', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0c3ea8b6c82e0e30d55d7d39385587b5349a6ad2' }, "Adheres to web standards")))), index.h("td", { key: '3f149f65376be2d89a08dd57bee4d4293e21d283' }, index.h("ul", { key: 'c2068b3295f950c82d6eba53c4ec32e66a92786b' }, index.h("li", { key: '9edc2e1bb8f600c5af72cca57a8e8609aaebf4ef' }, index.h("span", { key: '42b4c199488346e13f34bea608b56ccef5c66c7e' }, index.h("ifx-icon", { key: '0f4d3b9153c3c4a65bf61693f2dc7eb7586e4ef5', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b89ff80a42828a00d9583fece890a2aabb495702' }, "fullWidth feature")), index.h("li", { key: '2b6736d2ac76c4d9e2caaa27106b787fe84a3556' }, index.h("span", { key: 'c0815f612dc627092a78819eb92e9715568b5b2d' }, index.h("ifx-icon", { key: '0e1d6f447ca53db168519cbb118590692f432fbd', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b4aacbe7d450ab1ecd1c91b0ca0fced11176daa5' }, "Icon integration")), index.h("li", { key: '5138563e66a35681e9a5f602b786a9636249eaf4' }, index.h("span", { key: '8ffe275fb45146265e51cfcbd421edd9b4d3fc5f' }, index.h("ifx-icon", { key: '91bb878a870dd0c51aa967024dd06abfb07fbcfe', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3ce62e15ff4372a914e451d93a0e01720309846a' }, "Link integration")), index.h("li", { key: 'a27cadd0a93b2c3e92379f927ca9e629eeae5ec3' }, index.h("span", { key: '59ad253d55cf093d1cd3726f8839963475abd5e8' }, index.h("ifx-icon", { key: '9096650cd09f03458355834cab88d5d232518dc4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ec3f3c3efab8c2033e25574163158cde6c5c65a' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'd48f35cbe4224b5fc92e4154b3d4e55786a75b13' }, index.h("ul", { key: '580c78cd076a349b7a88a21633dfed1be86b6b6c' }, index.h("li", { key: 'cce4b678cadf82729a96f42aeb3f0b4bcdd40a54' }, index.h("span", { key: '28f54f3beb0c193ae791c96fccafd540caecdc5f' }, index.h("ifx-icon", { key: 'ac1995dfef5cbf5d643e4c23d79d2eac81636119', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'be5c70182fc7caa1ce3e8ece210d65fddc8e5974' }, "Form integration"))))), index.h("tr", { key: '1aae335fb04be8ecab42b97198c0123a619bd89b' }, index.h("td", { key: 'a67b3fd404c83cd285b5987ec5f54881fe86f432', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'f5ba2093f5aa3b76e494c0b958127c9aa497b9cd', 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: 'd1a65cf46618688e1e80a81ef0bfc145f9c33ec9' }, index.h("ul", { key: '07abe568cd78e92b0aec97688f8831ac29079fa8' }, index.h("li", { key: 'c643ef300ad26a12718402399d50f09431b108e1' }, index.h("span", { key: '4de9c2a802b32ddbd27502aa1bc51a387b8d1b24' }, index.h("ifx-icon", { key: 'dd2bc064510accae5211288e61dd2b44e9f7c1b7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '778092d5ee4e180be0963c52384aa37e78daf851' }, "Provides a structured and customizable layout, featuring elements such as headings, images, text, and buttons")), index.h("li", { key: '8ebe13fc783e5011649f842a5e708b2ec8e33e29' }, index.h("span", { key: '7675dbea77d39a73eb6abd772fe3c33013f43a8d' }, index.h("ifx-icon", { key: '62d72187fa39e2d61bdccebb6b97a56d9ec18350', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f7a802f7eac2091bf8674e294d6421fb7585ddbc' }, "Adheres to web standards")), index.h("li", { key: '58d403ed6b9c9a0e3da20473a32505664e74d59d' }, index.h("span", { key: 'fcf92e4cb28482a1c99b866302875710c2ac5099' }, index.h("ifx-icon", { key: '95105eed6d39fcd33096b6488ab246e64cffd29d', class: 'check__icon', icon: "check12" })), index.h("span", { key: '83c2577218b395e1c23c99979e99fdb7d0897540' }, "Horizontal and Vertical layout")))), index.h("td", { key: 'df7adeac97727c26877e06e15a8552d1cdc68d8a' }, index.h("ul", { key: '0f6e26b89993b73c08cf5563a493fcde8c69f6e0' }, index.h("li", { key: '1f0d7e584db3d696df45548059f859685b3cf59b' }, index.h("span", { key: 'f5d9a3e6e74e0fb317b33ea21fc394226d28ea33' }, index.h("ifx-icon", { key: '6c02b2771e177c41554ad841736988f0603f2882', class: 'check__icon', icon: "check12" })), index.h("span", { key: '755d3f435800cf246df032e0724798842e3b20a0' }, "Possibility to embed multiple buttons")), index.h("li", { key: '9cbd46db7f5ac0d0e02cc33c3a8d4cb6f02ca044' }, index.h("span", { key: 'e2542ebc32fef2643ba23a8cec5326c29e7b9347' }, index.h("ifx-icon", { key: '692a866dfdd295ef687f16ad135b93ba113df216', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6c1debd39346189302feab84df60caad7dd1b974' }, "A switch between a Link and a Button")), index.h("li", { key: 'bee8cf4b179e0b206319336f3024af313cc8ff89' }, index.h("span", { key: 'e2c594d91bbb38cf717c6a196c3da731d3c02412' }, index.h("ifx-icon", { key: 'e1cbed617bf9b13cf4e09ee99e232931447b8cf6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '757a66bc18cb8d9f7ca37aa8ae2f95acf63d4494' }, "Enhanced stylying behavior")), index.h("li", { key: '177a2ce6437d6834036532a3c10001d9aa149bec' }, index.h("span", { key: 'ef528c416f9025f9ac8db702d5394695cca35ed8' }, index.h("ifx-icon", { key: '80a81f55cf0f96606e54844e31b83638dc30e330', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5d159a9610c7003f3761ab2b8bdf403678f53618' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'c1a626636134e213016f25d211f19425e32b54ff' })), index.h("tr", { key: 'd831cc76a7a1f1db76635ecb35820283000e2e59' }, index.h("td", { key: '60157aa16bbd3b957a2234eaca11aadd4cf18e43', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c37948c3d5cb2c29eb23f88ab04d862775a95de6', 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: '7781d19a61b3f920ec80c1725600c9587ddada91' }, index.h("ul", { key: '07ed06ad70930bf46787b745d3a7be66645ce9c6' }, index.h("li", { key: '317d1ede1b413a0a26c58ddba2ce4a6f66593f32' }, index.h("span", { key: '87bb02ec1d43ecf96cbb191593a11493ee65f43d' }, index.h("ifx-icon", { key: '62fd0f0a2298ada162456b14f213727613f8a2a3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b0db8d5499fec66e1f5f9f92e365f80dc6c3414f' }, "Offers a simple and customizable checkbox input, allowing users to toggle between checked and unchecked states")), index.h("li", { key: '648901194fa46c0f36a2f5eeb216f33daae8f173' }, index.h("span", { key: 'a661fde5cf8645f2c8abb19b14274b3a1ad4c41a' }, index.h("ifx-icon", { key: '8c93e4ce47e42c8efdfe1b6cdaec6312efe5e0fb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1e222cf5d86d9f28f06875dfba2edc267e42ad62' }, "Adheres to web standards")))), index.h("td", { key: '8448284c72789b1f79acb42b41148c06fa23e767' }, index.h("ul", { key: '1eb490429e585c43515b78aa95745da696dfacdc' }, index.h("li", { key: '62d112391bfb1c8619c290e30760f6a1beee40e0' }, index.h("span", { key: '58dc16d0b1ef61e7c78e6a406c7c7b7ce1a7dba5' }, index.h("ifx-icon", { key: '803b693722b01d5029b32b00b2031999e303d1bd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8cc7cb21e1b230e7502a6c68162d657d785200c8' }, "Indeterminate state variant")), index.h("li", { key: '65f9afec8deceac98f021a9d05633f95c6b426b2' }, index.h("span", { key: '6ccfb71ae90581300bc3eabb2bcb57117924bdb7' }, index.h("ifx-icon", { key: '4897e65ce919bbd8211f0f43bd366df448cf26df', class: 'check__icon', icon: "check12" })), index.h("span", { key: '72f6af90c9a6529e655ead31e861c00515a17d36' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '031d05cb52c593ed0a62915d49a5d9d19c095af2' })), index.h("tr", { key: 'd0f978f77c0245740cc09ae298a98c3b4c49f531' }, index.h("td", { key: '41d615e2050799950aa1ee75acedc0b8634d2509', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7d6d333b39300e5de173bbe332f9a9743c5fc98a', 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: '30293d03d14cb41aea1152b1fa1876308d15bab9' }, index.h("ul", { key: 'a9d94f920920f869d76082efec3bfd57923cc020' }, index.h("li", { key: '3439b83e6879478c17b82188d5933153b2bb8867' }, index.h("span", { key: 'c5b09d1c1f9d4b0c0cdde0c479f1d2cebf96d118' }, index.h("ifx-icon", { key: '0ab062b3734d9ce434a5b58d552216ff7e095bf7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '5c93c01a621d8e84ad665790d2a0eb9796733533' }, "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: '0c62b6151fdaef605701d30778c7e88c8bd08ac0' }, index.h("span", { key: '5f6a9b5107974e2ee8796046f916b541b260b6a6' }, index.h("ifx-icon", { key: 'b214608acfc2c8e60a558f7319a046e0147850d6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e9b7031d0c916e2a818046035383042a39c66ef1' }, "Adheres to web standards")))), index.h("td", { key: 'f3f9516160e9216eca0d11d92bd6ce83bac0b2d8' }, index.h("ul", { key: '223d57e813ac12f7ac6375eb63b44fc7d958bbf7' }, index.h("li", { key: 'e45f16a17df32f4ab0fdb9c6273df0fd5e463145' }, index.h("span", { key: 'f3599afdd21e08b2337a6ef5b381d8af0ad8b220' }, index.h("ifx-icon", { key: 'c465239f267a722a8c3425c70254ca1f0f9acb6e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ab01101bcb13e6b79b4cf308e13933b207784a90' }, "Incorporated dropdown-menu for individual item selection")), index.h("li", { key: '34950cca4b5d237305651bcf640edf984843a721' }, index.h("span", { key: '15afd11e1d581fa7dd679a640a66d56be909a7a9' }, index.h("ifx-icon", { key: '010bd3334848de96f3c53f80d1d75e6fd15ff46f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b57cd40276586308caaacf522401810a0b8529a5' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '8328e8c84dfd9f16bc38f55d8d3eea8750bbc95d' })), index.h("tr", { key: '19c1165f45726a8c579f18cf96c5e8fd95f63d16' }, index.h("td", { key: 'efc260148e4586f02791a59f9e0766fb4d4c5471', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0a77344d9953636a47f23ee122d0ecde74c7c15b', 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: '0d64130abc3d8b4f379e314b8aed2ed310769693' }, index.h("ul", { key: '24514431f476fe8c8b814cfac885d790653e8b16' }, index.h("li", { key: 'a02054eeee22edc66e77315652d469b849c7bcc7' }, index.h("span", { key: 'c0734dce020fc73cb0a05431a4dbdaf5838941e0' }, index.h("ifx-icon", { key: 'd7e26da7db11b3950a574096b966341f62b48f81', class: 'check__icon', icon: "check12" })), index.h("span", { key: '63cf443a4a0fecb8fab159b23067d12785c74781' }, "Offers a versatile and interactive user interface element for presenting a list of options or actions")), index.h("li", { key: '28f77c7edfe6a7a33173ecbfb9e4bb7571d2ab80' }, index.h("span", { key: '802c0851036e90eed7af41e825889c15f50d8301' }, index.h("ifx-icon", { key: '36e333c981222985a8174ce837f7be228068db06', class: 'check__icon', icon: "check12" })), index.h("span", { key: '43f1b3ae6eca4681b2f4e12b26fc29db9ec31cf3' }, "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: 'b23aa24667e5738202204ff228506a11133debf4' }, index.h("ul", { key: 'ec6b659a61055e987d5d60ab820a21eca3ae0c96' }, index.h("li", { key: '36fc569db82fb286d7e44d4be66c5205951d53f9' }, index.h("span", { key: 'bc4d410ee8a0f92b05181f3ecaf98638c4dacd2f' }, index.h("ifx-icon", { key: '4dcf7ee2d4cf08b66bb4faa6a73276cd74a9613c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9468e1ca5eedcd4a328816c688c81516cce4f388' }, "Search filter")), index.h("li", { key: '7a0c307bfb0699df943fc6f63a67417be6fda03f' }, index.h("span", { key: 'fcb91deaac3b6146ee7aae846165ef713850facc' }, index.h("ifx-icon", { key: '00ec086df7be0a3a5109c550f7f9163491a5796a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '16a1d319ad64da0d8ebbb44d22b77ecf1a89cb96' }, "Header section")), index.h("li", { key: 'a68793ab7e676b6df78152153606d9c62b1dba51' }, index.h("span", { key: 'ca00baa04de9bf4cd131090a8eb7f98c3ae9f110' }, index.h("ifx-icon", { key: '7f1ab8fb8db865fb17fd936801922bdba97a6fe0', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e9477faa6e99b053f57d7e256d64f2646e2524bd' }, "Menu Item Divider")), index.h("li", { key: 'bf1964e2f5f65bd95488d5a6abf752863d5f15d2' }, index.h("span", { key: 'b427a75cc6237d8d0eb9383bb6cab7d57094951a' }, index.h("ifx-icon", { key: 'c9d465d8a71266b526fe5fb25601480af25fc713', class: 'check__icon', icon: "check12" })), index.h("span", { key: '15afd9f17aa6dfaa7cbddddba42e3b58fc7009a1' }, "Icon incorporated")), index.h("li", { key: '45c81e6582aab5531ef8dd301266bfebc0b6064e' }, index.h("span", { key: '01c385d7f5c7a3acb3556541865909cd5fb8766b' }, index.h("ifx-icon", { key: '7636cce52a890f93cf7823770e857c56236ce445', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cec54a300901fbe37066e885a0098d92fd8d3a3a' }, "Extended customization and configurations")), index.h("li", { key: 'bcfb340d7577c38dc24c467676a6b8ff7e491fba' }, index.h("span", { key: 'a91a99ae42b1da791216ec1bb7504fc4f92d2a33' }, index.h("ifx-icon", { key: 'dc41281f32988d8049602e8ced1be4197db9a63f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '24e8363dd753411cbeb70fe331133fa4081b8df8' }, "Separate label trigger")), index.h("li", { key: 'd0bafe33c670ef14f34c01928e9e61852fdd37bd' }, index.h("span", { key: '84727e450ea6c34f23ba168fdcdb6cae712ff41a' }, index.h("ifx-icon", { key: 'd856827c9c1836815acb2db079162aa44a8f4948', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4f7973419d8a0a7d054718a7b96860ed05c5e855' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '2b1d94c339999f28ba33390dd340b1a564b4dfb4' })), index.h("tr", { key: '37c5c7304482b547938cc2cd5b32c877c8d61fae' }, index.h("td", { key: '53a2b5befd9c30aca8106126e012fce0058becc6', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '6736d2b541ceddd864e7efa0ade4ef241397c61e', 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: 'fb0dc4dd9a241635ee1709a9b4742f420576e9a0' }, index.h("ul", { key: '02af77ed58135ad9fbeb5ae04ffc3897f681ab43' }, index.h("li", { key: '0e2907d90f9fdb4c98c09884b00e66524b0e58be' }, index.h("span", { key: 'c8f7c62c0595b94f3a45ede7d98f9bc7679c56e1' }, index.h("ifx-icon", { key: '55818f614c6532d55aabb43be9c0450f4f210455', class: 'check__icon', icon: "check12" })), index.h("span", { key: '88a93128cfc11e5a0a25dd0b9d7498806132ad2c' }, "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: '2628a299c5d1235406670117a41e344a6c82bdb9' }, index.h("span", { key: 'ce05149ebb2529a1680d4b820e4dabe58390757e' }, index.h("ifx-icon", { key: 'd5b120bba58345f28beb9bb06e6a9ffb05b9ee72', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ea7cb245bd70bdb15737a93a306a427f0756c32' }, "Offers a flexible and configurable layout for organizing copyright notices, contact details, sitemap links, and other pertinent information")), index.h("li", { key: '2fc6c8df05a8b0ae9040a3964c4523c967db0870' }, index.h("span", { key: 'a990b88b9206bbe162901c725b5329e414420506' }, index.h("ifx-icon", { key: 'f941ccb66ccfe4cdecc7ecfa4adcce166edb8875', class: 'check__icon', icon: "check12" })), index.h("span", { key: '95d49fbbc672ad4133fabd0ed773258eecf10f32' }, "Adheres to web standards")))), index.h("td", { key: '6d26e50a0f600a78476d1942d841a2363c5bd0a7' }, index.h("ul", { key: '18159811b78a5fc93fcc39566b92b3fbe86189e3' }, index.h("li", { key: '6032cad37b6a2dcf7f75357544d74e975edc46b7' }, index.h("span", { key: '70404d8b191c18f6e34a5c261bff310311eb05a2' }, index.h("ifx-icon", { key: '86715f5480a8e0d7d3f5f47ce813ec8250d77f01', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8b05a10200aeccf917efd3f6a6f138bb530e0e7f' }, "Small, Medium and Large variants")), index.h("li", { key: 'f3ad62d3b008f43bdf47abcf04fdb299f4081251' }, index.h("span", { key: 'e7d45128f6e21fb30284db4f92dc749085c009f2' }, index.h("ifx-icon", { key: '7163ed4290bf914ec5ffb2c4fdf55f0c5ebe8213', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c09200fe043e0ccbd7fa3dac135697d8e3d9d9c4' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '8c7c7b1f0ca6588078efa94403b7501a548b8d88' }, index.h("ul", { key: 'edebbfbde743109f1a8dea82b69e2597c5f66f34' }, index.h("li", { key: '6e4cbb58a2459322a994c8911328a4383136e49e' }, index.h("span", { key: '84b8510fa2b415b7c9c0f4e6c78aaf607d893784' }, index.h("ifx-icon", { key: '3adeb5d0ded34fe4376b360fcc2381d1ce3579ae', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd5ef220cde1d71bb7b5ecb67fba2040165eb3d72' }, "Customizable and removable links"))))), index.h("tr", { key: '926c4e19b8fb166aab4849cafbe76cc0f39ff93c' }, index.h("td", { key: 'c3876611a6220f05c04aad735de44fa0177f10d8', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'e5f9d9ba22626c167c448371e773988ab63f8d0d', 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: 'c65dfb83dbecd4dcb80f13ed12cb78ab486b68c6' }, index.h("ul", { key: '6ca42253d3cfd8909d0316465dc644309d03d67d' }, index.h("li", { key: 'eacfd5ff20a329257e8ee56e439e375fd113cbdd' }, index.h("span", { key: 'c9825b7a2d3cb7a2a4b9f8aababc9875c5353de8' }, index.h("ifx-icon", { key: '49230a6971771853e06c68c68f4457f1dd0a719b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '0e83c1e288ffeec26236f5fa62a973a104a07874' }, "Offers a compact and interactive icon-based button element")), index.h("li", { key: 'c09fe40c8001b4842e6eae7735176a75fdf6101e' }, index.h("span", { key: 'aaa739cc8502c884d288dae7c1584517cffb0d11' }, index.h("ifx-icon", { key: '787af56b57e32ce0327d3e7c853b02e366eab13c', class: 'check__icon', icon: "check12" })), index.h("span", { key: '613f749eeffcf0d7ba40f3787969ff2d375f5e60' }, "Provides a limited scope of customization")), index.h("li", { key: 'dd8fa6ef7093553d402adef066566fafbb96164f' }, index.h("span", { key: '2899202799f2ce9725c38e4a0ad8f68dffaa2e3d' }, index.h("ifx-icon", { key: '5a1683e431c900e67f15caba50a156dc028106c0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '78256d3aa089d4e574fe87114d08c477c5ea36b1' }, "Adheres to web standards")))), index.h("td", { key: '38f47feda1d09908e6e80844b9d2947aa5401618' }, index.h("ul", { key: '65e98dd7cdf093baa0148e9d4dcf371f0c1e9ddc' }, index.h("li", { key: '491a0c0c6c872744c387efe59e3a0c1e23f9ac28' }, index.h("span", { key: 'c6ad97914298ab3582913aa768fce6c9a11e9d43' }, index.h("ifx-icon", { key: '55e973b5afc452a77bdf1cfde0c1839fb795d514', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e7b6cb43300c80fef991595adf726c9b9cb8555a' }, "Additional Round and Square shape variants")), index.h("li", { key: 'faf700672a0e2c66e115e0a8e71169441471c99f' }, index.h("span", { key: '4622269999c6835932f7afc22aba731ac583925e' }, index.h("ifx-icon", { key: '182eeb01826cad9085543401c1bcb8753f6e0219', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9c7850963ed6317b19387a99f8439cd6b223b67f' }, "Small, Medium and Large size")), index.h("li", { key: '97ad10682302eabf88450a8416b6bc99c4f238c8' }, index.h("span", { key: '29af8202b0e1d824cf89f9fed9fa0e56ef2aab56' }, index.h("ifx-icon", { key: '205004b05ea8407aa092fb137ccd0d9722a14cc1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '44932cc272ad4ddc0f5f86f56a47f4fc8eb29ccb' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1a7aa25e96210249fec0fc0f2ca8166037ef7424' })), index.h("tr", { key: '1818ef1ab559526fdc4385fe99a105bd15dd66d5' }, index.h("td", { key: '8217f38217b8eaabe07fc5812e8db812a26fd4c7', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '29e39ededd22ffef6fb5e91071b981095710bba4', 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: 'd1bd856fd4791bf2e87bf1bd61474365cc7f2960' }, index.h("ul", { key: '58271a95825a8dd2223b2f537294f4cb680bace8' }, index.h("li", { key: '4f4678041132dffd4b5b114edae3c13c45de585a' }, index.h("span", { key: '57f2bde66a8aef6d93836a3795d76c00470d1281' }, index.h("ifx-icon", { key: 'a5f936e7b8805e8a566a54f414c89b23ad106fb5', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3d382bf29f4692840acb114dd3d3d2c50024f9d5' }, "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: 'e00f1f4a2850a0789180042b1e642c5e0c80ce13' }, index.h("ul", { key: '7d77fab8d44c3856655be8e7e78771b127dbfc7b' }, index.h("li", { key: '5ca2979651d50f749581860f311f181a588cc146' }, index.h("span", { key: '258d06e292b39edec22d40da10f7722b6c7dfb8c' }, index.h("ifx-icon", { key: '3e3ebde350ad2165150548693ed40d18629f45fa', class: 'check__icon', icon: "check12" })), index.h("span", { key: '54213feaedea3667dcd42e2a7f76f71a8878ce93' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '86631bcb508e6e41816861b8faf0209aaef800a7' })), index.h("tr", { key: 'dac8012d2e6a1dcf99ff356e4605e9b4110fc111' }, index.h("td", { key: 'd6abf0d2b2a845a2595abade1f12b89f4bf31cdd', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '01b15c45d2a79e825b24a4bb42b51523a8de5453', 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: '5069c014b26a3c55253002e430c7a3735653d63a' }, index.h("ul", { key: '0eea97436966cdfa2a5c74d6e6ccd49dacc2857c' }, index.h("li", { key: 'ced9aa1fa15b5b01f803f41805549983660dbeba' }, index.h("span", { key: 'ed3c7cf27b23ba09989c1e54bee817a791ae890e' }, index.h("ifx-icon", { key: 'e589cbfcdbe1e7d9bab6f5749d201cd47a0e1b79', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3c1d480e10438dbe3619814bb6ee953e78faeefc' }, "Provides a flexible and customizable element for creating hyperlinks within a web application")), index.h("li", { key: 'fddef4caad6db3463c2f53adcf9b12601d554915' }, index.h("span", { key: '7b1e00497b84b930413727b6656e361b4f9b3965' }, index.h("ifx-icon", { key: 'e4d441b3e3fb95e6a575fc8ee478c0876ee7ee06', class: 'check__icon', icon: "check12" })), index.h("span", { key: '24b5da72cfaf5b3fd3b187497f6f336dd2e0801b' }, "Offers essential functionality for defining clickable text or elements")), index.h("li", { key: 'd47fa7b352f63e03d6deb8709df0625cc2fc699a' }, index.h("span", { key: 'f698b27a784eb29cefaf71412b39ae9cf13bdb06' }, index.h("ifx-icon", { key: 'f65bedde63b3647ec099099a31ee1f764417a463', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cada5964746eff2f802f16c3436b5c058c85d001' }, "Adheres to web standards")))), index.h("td", { key: 'adbc9de3e07a319e2aaa2481367dce59f5487993' }, index.h("ul", { key: '21706b6ee204a047e1263d0e0a54b59e60658d98' }, index.h("li", { key: '21e7bd3241f82074addd77919486b518f8610e4b' }, index.h("span", { key: 'b3243a24ff5003f5c95ad3d176e48927b51b0221' }, index.h("ifx-icon", { key: '5d98229d1349da72c521db24d015a67068567d33', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8dd1e4517137052ceef62878aa5aa93e4504394b' }, "Small, Medium, Large, Extra Large size variants")), index.h("li", { key: 'aa4c602d6611fce788e91b764b8c32f0f40a1fba' }, index.h("span", { key: '152d18ad253b0ad1f9d609c1b1c80039a504f3be' }, index.h("ifx-icon", { key: '4a3d873694a9428ca186a5c939a223d7243bb807', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6739e47a550e549731ce2fa085c23397f84f12dd' }, "Icon incorporated")), index.h("li", { key: '96d86086577027415ef4486fb4d6ee6d7279cb7a' }, index.h("span", { key: '47f03f957411fb5f33528089133ae9cd191b0473' }, index.h("ifx-icon", { key: '0becdbbc519b12c9dbcaba8afc37c177183eab1b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '77214a15c3e958bc03a7c5c595e84296b12c4563' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a2fd868e3cbc22d1a9da360b41ca302bdb19e263' }, index.h("ul", { key: '5b6cb9566a672126ae66c246862e90a0079b8de6' }, index.h("li", { key: '1f9c7bf8cc0ab8963739dc82b7d881cc920dd1cc' }, index.h("span", { key: 'f89b5d4365cab125c32346b53c517007d390fae4' }, index.h("ifx-icon", { key: '218867ce9243bcdf81f705961d2f931975cde54f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'debdd1bf24d6597a086d5128dc76a32ddbe0adaf' }, "Bold, Underlined, Title, Menu state variants"))))), index.h("tr", { key: 'fb64b5e17d330adada398cbcd5d70afcc0cf635a' }, index.h("td", { key: '521c3f39bef76b6b2218abe2d9448894ee0342b0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'e72c93bb038d5d71c8620f8f16c8dd398aaaf1fb', 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: 'd1e965c80b6839f23affaab05367f915d53e2dcf' }, index.h("ul", { key: 'f219484f122ea3e9b9f56af4179a6ee42bc4d1b7' }, index.h("li", { key: '6df102ad50d546e2b956385197c74373f69779e9' }, index.h("span", { key: '0e6abe6dbe5243a83a998f6b956ab254bfd6a140' }, index.h("ifx-icon", { key: '0b19dcec89122f0efe654520d5ba504baa34bbf2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8c27fcc95e13e19370f7dceeefd4a3904594ff9f' }, "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: '0972a074e918124cf11d0517ccfa5652e4f400c5' }, index.h("span", { key: '2e91dd7aa9857e957bd5f839ba5c80ace3cb55d0' }, index.h("ifx-icon", { key: 'f7dd24e3413b51825efdcda3f1fed1915237b604', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e129e410daf519c2e1ef45677750a679a2c41073' }, "Adheres to webstandards")))), index.h("td", { key: '68574daea97dd25c779dcc8d0ff8f40cdc444b67' }, index.h("ul", { key: '5bf8d18b58d8986c300ce59761ab97f772ec3c6f' }, index.h("li", { key: '18ac6e5b317362233377beb1e1e32e9a2f394406' }, index.h("span", { key: '8b2a1b7b744daca95ed724abb4a0c0db248fb423' }, index.h("ifx-icon", { key: 'db148d8b8d2b104f94235d362829f28f99f72be6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b99baff30e0f45fb8a86a0abf29a8d0eb96e9980' }, "Alert-brand and Alert-danger theme variants")), index.h("li", { key: '250ec19b88f25cfb253803beed4e5f86133d4385' }, index.h("span", { key: 'e9de11e75667a5c09028f94cb1dfee0ba2794d5a' }, index.h("ifx-icon", { key: '4389a110eefcf39763ab60cde726f7d5ca28d4e7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '39d9b51c78b6a05b0c3ddf9472a575077e551a63' }, "Extended customization")), index.h("li", { key: '90dd01d7de2469c4029bb4efa2f1a32a406c7f75' }, index.h("span", { key: '9292032d9b2c0d13f3a5d02920c73ae57d2a99cd' }, index.h("ifx-icon", { key: '382d0afea29e3793780382388573f9fe9ec367de', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd92c4e8eb139acfa901955b1d2dee06f49315131' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'be381d30b8b370dc8b438da761fbc62531780839' }, index.h("ul", { key: '95d32e9b0ee9cf8d0419303a841ebc4ad77d63c0' }, index.h("li", { key: '5d30008df06ff9f808bf81b8b947c9955f9d2887' }, index.h("span", { key: '631e11f5182a9d83f41ed48195b9834c919a8791' }, index.h("ifx-icon", { key: '6f74f8f8e8136f60740c4856a287f6fdb4a5ec69', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c909ecbc2dab8c115f9aa724cf4b704fa3c98d1b' }, "Removable close button"))))), index.h("tr", { key: 'fe0589490c32ffb71b67f24cd5b82e7feeab1c4e' }, index.h("td", { key: 'ff41951d5770ec14b7c9c307a62cda798b5a2cd4', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'aac67df22b15ef8c2961a76120d13f1cc1cfc383', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-navbar--development", size: "s", variant: "bold" }, "Navbar")), index.h("td", { key: '8f8d4691a55b06116f16f219b5589e0bba893d6a' }, index.h("ul", { key: '53d693bcdeae53f06259710c25f7dfa507cce5e8' }, index.h("li", { key: 'c07c4eb3aca27119924a6dd7c7a3c5215bd0f815' }, index.h("span", { key: 'd0cc960123f7eafa6c18482b8fb258dcfd5f6f50' }, index.h("ifx-icon", { key: '9afd3d031eeb61792a6fe55f216c5cdc5a9a0e93', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6a6aa7aa30013b83cc848dd22afd30ae2e4b387e' }, "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: '035451d0c3bff1781baea30c30dc0dc647ea73a4' }, index.h("span", { key: '7dee70a4f38e1ecc19b978beea0a7a67c31c6c0d' }, index.h("ifx-icon", { key: 'b8e938486f4b63437463bb3fb5edfba147de269f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b30ec887cac331a11a394c7dac9d006d26df0e21' }, "Adheres to web stadards")))), index.h("td", { key: '9c7646f0af2ed318bbd2b2a07b570bb1ef184453' }, index.h("ul", { key: '3a6ffc312f9ff910801337d5e3cc11812632caeb' }, index.h("li", { key: 'f87aff74626e374c503158e8c670b36fab929c5d' }, index.h("span", { key: '38caa569364f6efa55b56f736a9fb66b9e7a674c' }, index.h("ifx-icon", { key: '10c16eadc0afea144f47004ec9c4505f0dc8ac6e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4a1fb18b569e07ec63eadda2eb936469fb950940' }, "Navbar-profile component")), index.h("li", { key: 'a5b7160262a11f7667d52c1f752eb281adcb60a6' }, index.h("span", { key: '681588564b71a3ab8468146b34573049c0547952' }, index.h("ifx-icon", { key: 'e4e031a66143e9f235a5176e25c7c4401bf593b4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '03fb6c2c0d144d7402afb5dbbd7c045ea0d78116' }, "Mobile Responsiveness")), index.h("li", { key: '4a991455eaf19fd8b1cf26aaf3abdf2a45c1cb5c' }, index.h("span", { key: '6a0d013c4d88e56ddbeb40e358e65d892d5e9c8b' }, index.h("ifx-icon", { key: '0a811903cc729c999ce925c2ea8c30cec4a77620', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bef36789b30903ab001408e0a5e20bdc6c0f07ea' }, "Mobile Sidebar")), index.h("li", { key: 'd68a9f058159866f9db5442dfe77dc716245e5e8' }, index.h("span", { key: '63859e8423fb616512b42e43b54606fbc1653e52' }, index.h("ifx-icon", { key: '20ce572c2828d7fb3a5dada39032df0aa74b7562', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'eec8a54e0fa81d4d04b019ccf5924b9605d8a4d4' }, "Extended customization")), index.h("li", { key: 'c52eafb2d9af63a3111afcd214f29437268e3c05' }, index.h("span", { key: '5b68e1ec47dc759b6141d93ad759fbe50452f48a' }, index.h("ifx-icon", { key: '34e838be5f76cb750015d999927cb49cdd9dfbe2', class: 'check__icon', icon: "check12" })), index.h("span", { key: '795b6b8f1d0db2d3188a92971ef4d84569541b22' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '09d6c16be7d4ce26789764d857b476858a98ed94' })), index.h("tr", { key: '1c2eb9b7b64484f78d04dfe0769290eb5fc6bbcd' }, index.h("td", { key: 'eee1e3fff69cca61805a47716d0c128838bee4fe', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '8dfd8764e15944e2ba9f611b01fee1a11b1ae60f', 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: '58545b93184fd816a2ae36393711a6516eadb00a' }, index.h("ul", { key: 'b2d2ddc2e1a6968bb48790aa35b1eeef9321294a' }, index.h("li", { key: 'e8c52388c0b96b3609a7dd08a40fb0331b207203' }, index.h("span", { key: 'aa23f9dcf1da9ef6d876042e4052357963875965' }, index.h("ifx-icon", { key: '8b61bea7c7b9fd9c24cf781d509a7618127a2e4e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '624bd6687a9e90049165c1b6a71932c3df54461b' }, "Provides a compact and configurable display for showcasing numeric data")), index.h("li", { key: '1937cd92c81bf35ac5ea717ac4116d2c352c0607' }, index.h("span", { key: '5409318e676a09dd493d121fcf15426fcb05a15f' }, index.h("ifx-icon", { key: '1566dd09b9e5cc9ae5adbeb1d45dab167be6a60d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f918a325071d7cbcd50c958a926e523e1342a804' }, "Adheres to web standards")))), index.h("td", { key: 'e73e92a2e7c863c1f90958faac0227cfd8f564cc' }, index.h("ul", { key: 'a96d9e5cb8c4fbde4fb1cb57db07270395f9e327' }, index.h("li", { key: 'd424e2d9da88e7bced0654bbeac30b860e8feb3d' }, index.h("span", { key: '0eef3730bd8469f477cc3b8eb2bee0df8ce271c5' }, index.h("ifx-icon", { key: 'c9ac2eae4e1a73f408a45301a2596922b21efd2d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e3ccfb3cd56da7fca7a8e8662033cd90bf81e9d0' }, "Inverted option")), index.h("li", { key: '0f332cc8e6acd1c6952e57e2f1e3c79fb3dff4da' }, index.h("span", { key: '29f1454955ff65477c18efba18d32914b95ac59e' }, index.h("ifx-icon", { key: 'd4ac6bb1af86d2e16c86bb3f7636ede756cba2d6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3dcb8459c8537d0fb316c180c6caf865d6f5eb24' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '6922c085046a1c57c2e5f7c7a6d773eb567dc907' })), index.h("tr", { key: 'c1d16fbbc21eb8bbd84bea00f78a8f4ff9b8c365' }, index.h("td", { key: '1d249045d2dd5ddbaa6d90b6dccc4ebf55cf2f57', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'eaf26fd245541e44bf8e895d1503e25d228f7614', 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: '21ec6678a7cc9153bf660c2074575217bee80983' }, index.h("ul", { key: 'f838f41dc409cda539742bc3a7e9b408ce8d696a' }, index.h("li", { key: 'bf445547a141de1cc2da9ce6e7c6e790b1d230b6' }, index.h("span", { key: '4bcfcb0064cfefa919ed890f3a70821baa22b256' }, index.h("ifx-icon", { key: 'a3518ba5ad01f34df334077e2ca7300224da142e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f47ac8871722a7d762b49cc0413cef1ee1aed8bc' }, "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: '1edbe17496a9f8601d4ba83f86b1609900165b53' }, index.h("span", { key: '29c8204ae9d1715f8ec45bce4444de6eae9644a5' }, index.h("ifx-icon", { key: '0ca7b1d99ca04e2c8ed80e98e2c9847f707aebe1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '631cb947b077ee014bc5e7ca98aca55828f00a88' }, "Adheres to web standards")))), index.h("td", { key: 'ba4607bcc52fca38c37f1e31ea70f89db994d3cf' }, index.h("ul", { key: 'e5d00664976a0d21a93339f8b1a3d72da1bda29a' }, index.h("li", { key: 'c92579be011bbd2a4bdb9bb19f1028997856952c' }, index.h("span", { key: 'a608cc141da925faa29a0528986edb7ce73127ad' }, index.h("ifx-icon", { key: 'd185eaf6ef6173fb1b3d7c97d8c64cca47f40090', class: 'check__icon', icon: "check12" })), index.h("span", { key: '30fc701e99f845aef406d317ebefb96080889058' }, "Extended customization")), index.h("li", { key: 'd90d87105ba930694a86e5c9f334037a2f9341f3' }, index.h("span", { key: '7ef7045675c944ee2a6c0d519bf4b3d3a1fc9c0f' }, index.h("ifx-icon", { key: 'd7aecdc946a3f203bbec0296f1fe88a7f5ccf809', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fe6da842ace93d5605afe15cb00ec4aa7847021a' }, "Configurable Results Per Page option")), index.h("li", { key: '679c807c51a7793bc8a37443f69499c0dfc02117' }, index.h("span", { key: '34c92c9d1e6b1843d43bc53553165a542cf98021' }, index.h("ifx-icon", { key: 'd5222293d7f675d9482d4729ce68d8d7085f6a3c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e0bc553ac187f5e1977d0b09c6f21a11b19ea06d' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '3aaeb56af8ecc7c16ee69a38801e876804267fce' })), index.h("tr", { key: '38e8e91fdd24a2b7907a9a07c638a07c84dc1eb8' }, index.h("td", { key: '05292faa01dc4ddc0016d11a23f837484fdc8d8c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '69a466732c998ec43f8c3ba85ce938a338a39521', 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: 'e19179e9fd04897c95ec9b3bdaf0bb094b6277e6' }, index.h("ul", { key: '1b2d2cd77e2b58ef0d60a2e38b041e60e33da810' }, index.h("li", { key: 'e50ca783a91c11138f36bb8f12c39d828175e262' }, index.h("span", { key: 'eb401cac3b9e386854e541f0faf7cf449e4acb46' }, index.h("ifx-icon", { key: 'fae9ce36ec576f4cd2bf14ae0a9179cc35c61c3f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9442e918f5263e0332d22c0e68bd3da9a102a987' }, "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: '6891f77b5e2076c1f624e0792a6e9040278e819e' }, index.h("span", { key: '0e326ada32edf0d3fe87f36a38c1842512382581' }, index.h("ifx-icon", { key: '684b45383d92cfd1f0441740a687d7d288682bfd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9295939169473aefb6ca9644487368b229967270' }, "Adheres to web standards")))), index.h("td", { key: 'ddc982b8527d16c922a69f2e77d8ec2859eb24a1' }, index.h("ul", { key: 'e6313240a5b7a2788643e7f89f7982f19b3c37b8' }, index.h("li", { key: '4f0293f0f2ccd911e61b94c9b07863145b613c68' }, index.h("span", { key: 'efbbf483fa6b8f2451d66e85ff2fb9762de5bdc0' }, index.h("ifx-icon", { key: 'b1a3b87d264f38aa5fed018c7f20db08a744e066', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2d7872ff2f36b30fd8075701d2205a7730c66d6d' }, "Extended customization")), index.h("li", { key: '6851006002996ac4f553a16332bdbe37de9cb311' }, index.h("span", { key: '0e586e494a38dc4d28343efa10ae3ed6215fe67d' }, index.h("ifx-icon", { key: '4b8f8b63a450d890a23a9fd750df52902e2c83b4', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ea28253854c642e8f42922c2833560d6d63a1ef' }, "Show percentage option")), index.h("li", { key: 'ea70b689d248dbff5791879d8e663a9a93fd3d5b' }, index.h("span", { key: '20607627ae847ad8204ab2270f394b41606f99d5' }, index.h("ifx-icon", { key: '28551e7bf974e8b2200f6b9d36be135e17f6613d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dcc86e347588ee44d489ad2bc479414b6f8aec45' }, "Small and With Label variants included")), index.h("li", { key: 'c0aace6ca89dc26437127977987808eb2ec58d31' }, index.h("span", { key: 'b3b121d0d9be9878ceb3fe9559e75f241b0b2b7c' }, index.h("ifx-icon", { key: '6af62d598ab2a5e230ad185ec92c5e1ca903aedc', class: 'check__icon', icon: "check12" })), index.h("span", { key: '63016a7ecf48b060d6780f6b7cb6b1a18a3c5ee8' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '33e29d1f5b99cecd95d540c9f0a4a61df0b15240' })), index.h("tr", { key: '10c7760cf20cdcdd830e7bad7569766b6a00dd0c' }, index.h("td", { key: '3b327b78325b2a518006764accd60b2a8e191c53', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '95c8e5a2a4e0d7e7f80f7584caf2c59458a453ea', 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: '7aa1c503311c91daa0d05a2dc4480635b6b51834' }, index.h("ul", { key: 'bdd261a0cc032afd65b78da829b342554ffae8c8' }, index.h("li", { key: 'c9854080bc5a54d5334e3408963e55cde71c581c' }, index.h("span", { key: 'c5a96b3c6e532ebdaa3c2b8dd58489aa6782a1ef' }, index.h("ifx-icon", { key: 'a810f5423ff2934d9d2db73b7d50bd095f81e8ae', class: 'check__icon', icon: "check12" })), index.h("span", { key: '23bfbdf3f2ac7278ffd4138f6740748db468341e' }, "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: 'b955c22e58e330a4b29d1b335f1adda2adbff28b' }, index.h("span", { key: '6fe830287683f613fb87420a16700ee9ea747949' }, index.h("ifx-icon", { key: '13c9bcbf53b0de343ee22c12a6116954dc867361', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'eebaba70dd22b7bc1e878db7bc64f108136ab6aa' }, "Adheres to web standards")))), index.h("td", { key: '2929e831c60fb9386339f1f71b5aea50e98d0a19' }, index.h("ul", { key: 'ab20ff59c32ce3fc0f4d1c03255a6ff85e7cf83c' }, index.h("li", { key: '1f30a15d2f4b45ecca1c4ead5285de06bf6ee43e' }, index.h("span", { key: '25a8d6869e2b9f7e92c0a046de44ef091d5cbfa8' }, index.h("ifx-icon", { key: '523f06a1e834b2b2e7bb18ad533b79b85caa9e72', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8ca33698f195d1a9b63a5da7ae8685edf71cc824' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '16e53b2dba8c8b286065871a61e0b2d1873cc7f6' })), index.h("tr", { key: '0a71bf1429c0a112397e4540e0fc4e1d0af61d93' }, index.h("td", { key: '4bf8508ce42b197b8403b9e5e98f26326fcb9519', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '052cc2872bd467bffd27742442559b47e419fc84', 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: 'b4df96dbeacfe9e82cfd25880ce1022b7a8a0d38' }, index.h("ul", { key: 'b69064c7a4380b7198640d81da5644946f78e3db' }, index.h("li", { key: '6751fb778166ca81500ba3c3e30112297e4f587b' }, index.h("span", { key: 'd6cee1f8614d1e6926421d60df9bc02f46ba0978' }, index.h("ifx-icon", { key: 'adeef1136e92c9290c1cf75f68d0c9d164fd7297', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c8e0d23a3e34be4aa02540908bc16f4b582ebea3' }, "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: 'a65b2ad1560dd3d438809e867963f8fa67797556' }, index.h("span", { key: '10442423ff0b03e79c2e17d6eaea65807ee0aa76' }, index.h("ifx-icon", { key: 'ac742217583d3b0c70aaba2dc1566c6e05551070', class: 'check__icon', icon: "check12" })), index.h("span", { key: '4e3019872786ffc8b736c0affce6841373d8d61a' }, "Adheres to web standards")))), index.h("td", { key: 'a5d5b5bbbddac506659e264ac4579ce337cb0790' }, index.h("ul", { key: 'bdef9e771b2fce15737b85a688cc805193df1dc6' }, index.h("li", { key: 'b6d00b9cc54ec6a42151a058db9237b98232710c' }, index.h("span", { key: '505fac7ca54dc394a269356cdb6e2cf387f1d2ab' }, index.h("ifx-icon", { key: '8320cf4e5a2c6c256b7c246fa4c72723ae397b8a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '51c1160d60a32663a58b7b39f85a64ed40a95bf8' }, "Collapsable option")), index.h("li", { key: 'ea991710ba1531ec4c97140bdee06dcbc7422049' }, index.h("span", { key: '7e13e20e0c8dab4a851bb2cac1db8f12f958d06f' }, index.h("ifx-icon", { key: '16f36eb5360cd175bbfa1a3e5aa187cfbe956deb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '07235d16021a64e781ed6f21a610515b0894742e' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a4d15e84e2ce17d0eb9e1af670ade88da343b1fa' })), index.h("tr", { key: '297935d9ec80be447c5be1eb5d07341766085925' }, index.h("td", { key: '42cbde9f9bb74631b87d7be58afc299161c9cb4e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '1cb82589a45568ace8b45cd33e5d19cc16d5ac9a', 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: '9b09681139268e48715199189023fb68a642db90' }, index.h("ul", { key: '9af3c6448b380c8ad56e154a552044f69eb84b9c' }, index.h("li", { key: '1fdb2bc3df475cf1c1018251e57ca3ddb7b31a16' }, index.h("span", { key: 'f701dabf6f68d1678790a45000128838e9342922' }, index.h("ifx-icon", { key: '8373f4d808cc8e12ce29bca4ce3d334dbfa777f8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9913f12f02fb9a81d61dccb69b432cf2853f51e6' }, "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: '6dedaf9619ceafc7db4302e288f8e34976156ba1' }, index.h("span", { key: '6ce6e9a7c33416fc1c742aedbe36760cd1677d92' }, index.h("ifx-icon", { key: 'bcb4758e7bf18aa312b1107746dba5fc78180359', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3512ce204a7fccf187a9306524e5f06d0032d3ce' }, "Adheres to web standards")))), index.h("td", { key: 'c5c5b3a355c123a4259b7cef406a8b863913ffab' }, index.h("ul", { key: '63324b4aa8dff004f904e92e06067c9676bbe521' }, index.h("li", { key: '5fa61acb6e861f9484bd1e26ffd4403a0ba63975' }, index.h("span", { key: '79035369de21b223f1a1d8ba81b667221d5be752' }, index.h("ifx-icon", { key: 'b8ee1e1ec1f7f8043a97e5bb368edfb3f985c760', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2ec51d4accdf96b3d7b31ef3a80e5670aff70674' }, "Show Delete Icon option")), index.h("li", { key: '66bd736744ffcfc9f01e4c790afa74b4b47a5cad' }, index.h("span", { key: 'e032da126ca456042c3f1b8a5efc7c5db383a57b' }, index.h("ifx-icon", { key: '0b138bd36a8efe8c0d895bf27cb6428802e43726', class: 'check__icon', icon: "check12" })), index.h("span", { key: '824302677162a9b4dc5291aedfd5325546fb1f81' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'bcdcaeeeca1ec14076df82b71f1883cd9d33f3b7' })), index.h("tr", { key: '947e48f3586d2c26a9d656249faa310a030425f9' }, index.h("td", { key: 'be4cdfdd2bac04c39941fea4e8198fa1829dd84f', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '931aafda40c6b93a67e5c90e8499f5dda5dbe091', 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: '06570c12816331bb2c48dd4c4cba35dd7314f199' }, index.h("ul", { key: '157106921049131eb58f05c5a2c34c77f9f33d6f' }, index.h("li", { key: '8254671c00c80d370f4a12a79ef44d139ce41919' }, index.h("span", { key: 'a88249a1b71a8288344cabd003082a69df8df162' }, index.h("ifx-icon", { key: 'ebb30f96d9955bad1aad36cf987587505b0602b8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '06d071680676be79bf6f42b200a19cbc7343ef68' }, "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: 'eb55794efcb5e7a829dc8954ad8006e4f68aa994' }, index.h("ul", { key: 'e0463b9f7b2b1c7124c52114bad17a11ed9c0f68' }, index.h("li", { key: '4dc1319930f7f576f17bae05474f88a234b93fcc' }, index.h("span", { key: '30de6449e277395b615c6c1a6464c39dc9c650bb' }, index.h("ifx-icon", { key: 'd68894d6696a14b44ed8bd29d5dcfe94d135f5cd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '17c64e26a8eeec0bb5755078aa7af3301f33d3bc' }, "Extended customization")), index.h("li", { key: '1c9226ef55724312c5c59d4d9cb24ce83216e6dd' }, index.h("span", { key: '9d7c02aa29a1d301742e0f8cb34c4eedbb258542' }, index.h("ifx-icon", { key: '5250c963c94cad4ed63b0c4d1d9cab1ec46cf0e6', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ae1222f521451f172995724e76fccc065eb8e8c' }, "Option to enable and disable the search")), index.h("li", { key: 'a0eded7666ae385a448f596996b18ae3fde1b046' }, index.h("span", { key: 'f87eb9350672d9015e2ff716eee0b2a95122616d' }, index.h("ifx-icon", { key: '6f303c188629db1cc73bb1fe128ed8d7a90e4782', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3874a5923747ac16c849db6d5a0d96a739e8ccf8' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '9ba95b6cbb2bea8597b14b4f38a08a227afd5bee' })), index.h("tr", { key: '2111462f400dc4edfcb2561989043336d2fa8da5' }, index.h("td", { key: '42c73910a672c25093af04323cd650e3be283528', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd1b2c3a0ca1c8d7e48f0ea796a6970cfc533ecb1', 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: 'bac4b53989c271e3056a9d8acaf072c5f561038d' }, index.h("ul", { key: '208fe56b8e37e98d45534c7ec50fe22f423d30ae' }, index.h("li", { key: 'aa375f0fab36703fcfa21cb1aa28670ccfabb26f' }, index.h("span", { key: '353930fb976428adc0a013fade598efe22d62722' }, index.h("ifx-icon", { key: '0b518eef71448b558481c5c5e38c1937a87c8f78', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a8915e5077f4791e0e5c68036383130f9eb3d3d0' }, "Provides a dynamic and customizable dropdown list that allows users to make multiple selections from a list of options")), index.h("li", { key: '34dd2be7d1a1a0d08037204bc88428921504dbe0' }, index.h("span", { key: 'e13323a4bd1ca96dc56e89274eb4a91127124868' }, index.h("ifx-icon", { key: '7241f081bd0e362b7f8e22da211889ac27923ce7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9fbb89aa2a4eac46e5a5c3f19433f337ad5bb791' }, "Adheres to web standards")))), index.h("td", { key: 'e3d3472482fdcfe09c01f74aa4093f831bd7399b' }, index.h("ul", { key: '5062e2cdb9a8b609b126ae0f66debe940103d045' }, index.h("li", { key: '79f2743cafcffd3979f8fecaada623b0a6ca8793' }, index.h("span", { key: '145eafb9a4a5cfbfe792c2e7015840d2ac7968b5' }, index.h("ifx-icon", { key: '2101fc78d56b8ba9d0f36f0c00477025c3ebd29d', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ac9e248a81ccff76c3fed94b11f20718fda5ea7d' }, "Extended customization")), index.h("li", { key: '5e6dc2d6f09c9d0d2e4b9188f18b02fb991a82ae' }, index.h("span", { key: '2162be49e62478eda1ba4d973bd4bc041a133bcc' }, index.h("ifx-icon", { key: 'f1dad91464cec5c32f360f6bda43d3cd19d09eb7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '3e32f5b4ba1584dc168ccbec2979e414ec734d84' }, "Nestable options")), index.h("li", { key: '2e3523c81ce37369d3d3056bdd0ef2f9e98ef91a' }, index.h("span", { key: 'c216da4f1a67168383ca73a232c0b7888852ebb6' }, index.h("ifx-icon", { key: '5deacaa77b00c64372b477589667796c16623906', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c953c3dbf67eb12238cd18830f4de5076de2c403' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a90341557be8307bb2dda4d5b705407e4498b329' }, index.h("ul", { key: 'e0f47798e0a7b373e09eceada9df2e17fc857ba5' }, index.h("li", { key: '27d6adbeb7b969dec0ccf5fd16575f08bf657ce9' }, index.h("span", { key: '291ff48d2a0869ad8078c52823be797b5992fe5d' }, index.h("ifx-icon", { key: '1b6edf614927b87b3aaaea6713f80928b23446c3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'a90373f8e9d00f008b4078e0e1868ead33e560a4' }, "Option to enable and disable the search"))))), index.h("tr", { key: '11094153d466f76d54d697a381ba4f0ca3008964' }, index.h("td", { key: '2d672039f115ea7f5f585df3cfd911ee8ffff01e', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0048c439fe391c441265bb08612c664e5e186cff', target: '_blank', href: "https://infineon.github.io/infineon-design-system-stencil/?path=/docs/components-sidebar--development", size: "s", variant: "bold" }, "Sidebar")), index.h("td", { key: '168f46acababce28e940d84b66641cfddf9ab96b' }, index.h("ul", { key: 'e9214e42a346cef5cf29fdd05b83c5edb0aa5c8b' }, index.h("li", { key: '1b9ee484a78fd7adefa8e8b9b00f63081b38de50' }, index.h("span", { key: '1d5edc164c2dca71a4b67eb73b180c7461372356' }, index.h("ifx-icon", { key: '52464775e4fcfcf29f68507d790d5d72db1e744f', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9e56561594f46b140431265382f2022a34de3b15' }, "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: 'c153e64ff1f4c8db2e989acc176ef52ae942ab86' }, index.h("span", { key: '7d337f2fab8c207b98c534797945b09b7923fe2b' }, index.h("ifx-icon", { key: 'd4732e62fc286ce9750753c4678b3c586beb5e33', class: 'check__icon', icon: "check12" })), index.h("span", { key: '42918b23c10d0da669f22eb9bc71fd5290c37f01' }, "Adheres to web standards")))), index.h("td", { key: '72230bf3aa90db1ff53b08ccb43589775ffb9704' }, index.h("ul", { key: '835181e5f44e1e341e5462385cac1565363f6e35' }, index.h("li", { key: '329369e604679ea7f4be350e6994eda179f64423' }, index.h("span", { key: '99dd2479b5f65213ae398da230c47010f1fcc55b' }, index.h("ifx-icon", { key: 'e20a3ee11ffafe0e0411cd01da0892ddc6fc538b', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cdb5dbd0860ad076704c5c1e2f0b690387bddee2' }, "Extended customization")), index.h("li", { key: '4163e26105fdc81dc02010203c438c31d5b328eb' }, index.h("span", { key: 'de4e942687838eab069dc72e6d18da804e3b299e' }, index.h("ifx-icon", { key: 'd4ddc9ad0062a34c5e7099eaaa17fd20b2372166', class: 'check__icon', icon: "check12" })), index.h("span", { key: '349d962e3aa7ad87bc9c2d319fd0428030a7dc25' }, "Multi-layer nestable items and menu")), index.h("li", { key: '7b3af95fc4b9480d52baeac6aeeafc29104f0153' }, index.h("span", { key: 'a505e2f7c84ee782194c768ca7efddc4f61bf750' }, index.h("ifx-icon", { key: 'deaf1751e0854f2606ace1144872bc9a3936cb67', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'bb6f7ce2fe49e7d0811d4eeace0c7cdb3582dafb' }, "Initial collapse option")), index.h("li", { key: '9937006008a57c2680381cbdc486d1b8bba4ba8f' }, index.h("span", { key: 'dcaddfb3a0e6017b8d8a59087d0ab5829d5f706a' }, index.h("ifx-icon", { key: '70e12af01d8a6c1ff469e64c4cd4377465d71cc1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '815c8a6397b14c95dd4ac5564f8f0033e9d864b8' }, "Active and action item feature")), index.h("li", { key: 'bb9f79f229b20c4ba8a3cf2dc7b247f31ee44850' }, index.h("span", { key: 'd4c0edab312dd9cb22b6dc0a1b508748be419a0b' }, index.h("ifx-icon", { key: 'bdb6189bb111c72706aa3cc017eeda08708ba280', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2284ce46cfd1ab31f4ac3aa957ecff8969f4ffda' }, "Number indicator integration")), index.h("li", { key: 'cf3c17cfe4a0684d80acb9da9f58c76ce90db517' }, index.h("span", { key: '29e6916f9e1eddb8d14a2c5dcb3425881b538519' }, index.h("ifx-icon", { key: 'db342fa847cef5341b7ccce374daa813c4edabd0', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b382cc9d594570dc54bda542736f829154135c53' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '1681164189a670d41f54fb508345a30ffbd19daf' }, index.h("ul", { key: '7cc905a75711e1d34ae01654978965b51d1bbea9' }, index.h("li", { key: '3d4174d31c40fd8643db835539a0b36af8d3675b' }, index.h("span", { key: '46e983eae581c389c63ce9537509df2d4512f9f2' }, index.h("ifx-icon", { key: 'dd95a86496aa07c4a7133d18011502fe3fb7d4f1', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9ec8a3e89429fab8d6b06e657d369c19e0a6033f' }, "Removable Footer, Header and Logo")), index.h("li", { key: '2223d7159031ceeef84a40717ed50e5e3404dcd5' }, index.h("span", { key: '01cbe5882f6ce9dbb1e296758c5ee3ecadd5b4ce' }, index.h("ifx-icon", { key: '90721fe10eaa0a7487cecad65487f5adc6763c27', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2b15e1a8b6c5100d55eb3e8412337762b1efcd40' }, "Removable and customizable Links"))))), index.h("tr", { key: 'd6b65f7bc867ca2e76d9a750f06556e1abb5cf5b' }, index.h("td", { key: '5bbbade04cbb431fb7ee1a679e4509837732c540', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '54b6b8c53f334ac2366b42b6a206414cfe4036d0', 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: '65b7b0e9054bfa3d3908a9f46d7c4ea7ede22819' }, index.h("ul", { key: 'fd3b2e19cca650093c43995e73a30ea436200697' }, index.h("li", { key: 'f4205df5de4ed6c0ad01f193a89d447da14c2d0c' }, index.h("span", { key: '437f6625922fb8ede995dffe0a095c665ca85260' }, index.h("ifx-icon", { key: '6cbb413dc50f9d474de3048d02b1dc015743f14a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e2166731b88c88a443ce254b4de58ef0ed8c4319' }, "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: 'b55ca6b6e5be91e57039896a9aa0b9cb346753c2' }, index.h("span", { key: 'bcd72568cedc1076efd8c473e3812fe43824327f' }, index.h("ifx-icon", { key: 'f6a62058a16ad22b2a7d5ebb0a899fcbfd14b13e', class: 'check__icon', icon: "check12" })), index.h("span", { key: '44163cc0d7a9844929a966aa482c245fbe6f2f80' }, "Adheres to web standards")))), index.h("td", { key: 'd26dca3e07d48bfccd36bc6a26256fc54ba9816d' }, index.h("ul", { key: '46d80c390a1cc09b91ea65c6912002dfaca06a02' }, index.h("li", { key: '7aeee18c4d9f045d964f1717e6262359cad99057' }, index.h("span", { key: 'ae180a6562898e40c93fbe25e020b2d5f937c11d' }, index.h("ifx-icon", { key: '1947f7507f86e08e3a21644e381405d64bfc7605', class: 'check__icon', icon: "check12" })), index.h("span", { key: '922016537e97751c27e6421f5cebdb07c05d4a16' }, "Icon incorporated")), index.h("li", { key: '5609f31440e638fc724248a16a2423233b1c09c5' }, index.h("span", { key: '72850c756434bbe119426dad99fb26eddd9599bd' }, index.h("ifx-icon", { key: '6f0bf38cca0a79b2ead1e6a76af019c78b420cd1', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'fc8a28fef8a419f405e68452e4c1604fbd5dd44c' }, "Percentage variant")), index.h("li", { key: '9bf342a377e94d262ba9375bafb2f5693c6135f7' }, index.h("span", { key: '454e6161cc99242263244d99185c7bf5dddb1672' }, index.h("ifx-icon", { key: '66fb1a8a57bded41d752fe14b05dde0728784d16', class: 'check__icon', icon: "check12" })), index.h("span", { key: '2c459a4f3856213071b0d7be6156d9236bc580bd' }, "Text variant")), index.h("li", { key: 'f2e9387e77f76f24a787474abaf0b22e0f01f5c5' }, index.h("span", { key: '634a624db100e9e6ef563b5746d7fd4897a3f7c3' }, index.h("ifx-icon", { key: 'f0288ef03359d9c599329fa86a36f1cfff2b6f19', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1ea339804896daa4d1f3096d95726795a6aaf7f7' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '64fd523db937efaba9e24014fc1437b441b62b11' })), index.h("tr", { key: 'a318bb94d23e1bdc4cefeeff94f1fb1bd803b15c' }, index.h("td", { key: '6ac897d7e3135b6e7e2e76fd40d3ad992a6c68f2', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7773e0bdc97e1041c3b439a1639009515623cd5c', 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: 'f38fa7766c864676f612e148bd22763a78241fd6' }, index.h("ul", { key: '5826acba39822c8ad0b2d126c8b19a6a00835d8d' }, index.h("li", { key: 'de0d948107a30f8d421f5821fc2d58b2121fad4c' }, index.h("span", { key: '39ced704d4fe37c7d06684adb1ec2491f3c9335b' }, index.h("ifx-icon", { key: '5c6048eb3cd0ea877f148608a38c95122048fd84', class: 'check__icon', icon: "check12" })), index.h("span", { key: '70ad81421d5f9433e04f30aca7a0d3550489cd3a' }, "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: '7b312cfb0aa28fcbf19a830540333efd9b0e6227' }, index.h("span", { key: '738648ead7af2b9ed55ba06559097cd17187f693' }, index.h("ifx-icon", { key: '961fc7f97276aa89ec7957bb7361712fbc9cf3dd', class: 'check__icon', icon: "check12" })), index.h("span", { key: '898b216ae36c7fee6349f061717f737e320d56d0' }, "Adheres to web standards")))), index.h("td", { key: '12591e281d923d1c8031aca77115e44ecd6ecc0d' }, index.h("ul", { key: '1a03267679641bcf94092256b578c5a510db255a' }, index.h("li", { key: '03f3597913c9d604184612aa685ae9cdac6778c7' }, index.h("span", { key: 'd0360e29faf54b367d12838f25a89574b65f4d93' }, index.h("ifx-icon", { key: '35fa850763f21e7619fdf6b9c310df17d5064d0b', class: 'check__icon', icon: "check12" })), index.h("span", { key: '29fa2a410234eda91755304a8bedfd7247091b6f' }, "Brand variant")), index.h("li", { key: 'b0444522d67744716892831750775e646d0c0b22' }, index.h("span", { key: 'b219131392f0063438d098b6d4bc35d55c9c4382' }, index.h("ifx-icon", { key: '505c179550e17b592bfd2429f19f341eddb88caf', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1959fcdeefffc30d2b50db2e275071095b1cf76d' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '13f245d09ad30a040ac67b73ab5e578d2ff2e854' })), index.h("tr", { key: '1aa6966c6e1d58534407b4eba624d81a547711de' }, index.h("td", { key: '753a004ccc41001f25cce73b0255b39a7680292c', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '7690468c0512605be9d5eb74e899c174178aff3b', 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: 'ce41c1bd71d093f2da3c0248da931f7e0c13efe5' }, index.h("ul", { key: 'ae168d236c3895493058796d0342f81953896dd5' }, index.h("li", { key: '1a1bc4a32798c315e2d62c23fac869a013c4f243' }, index.h("span", { key: 'de3476698fe9a71176fe2c8149aa8790afdaeafb' }, index.h("ifx-icon", { key: '49e4bee90a8a75a7838ceadf85be90c2fa0faa2a', class: 'check__icon', icon: "check12" })), index.h("span", { key: '688cefd9e28dfb3718ac39f49d7f21616a14be8d' }, "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: 'a788d54570d35654585fba71bc9626ed967afed7' }, index.h("ul", { key: '89e9ba6ef0e58b05cf1da7c0c545e332999f9f95' }, index.h("li", { key: '105755cfd8b223fd4e2921ff7e64e2f7ef0a48eb' }, index.h("span", { key: 'f2c92e68d0f98f19516f53c2afaac0d472232f70' }, index.h("ifx-icon", { key: '625a57bb65ce3e74c5d38f8767d8d9cc45cc7771', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9525560a887317cbabc29dd224a1956407985c5c' }, "Ocean, Orange, Grey, Light-grey, Red, Green and Berry color variants")), index.h("li", { key: '55fa931a59a9bacbb278344ec7090cc7c94a2e2a' }, index.h("span", { key: 'e1ffa7104a2e984129b0d70eb2ccb4eee5701147' }, index.h("ifx-icon", { key: 'bb60ee6b8fcc44915798f3e45ce69326b117a697', class: 'check__icon', icon: "check12" })), index.h("span", { key: '50a085077561d5346be21b8ccbdb3047f6ff5878' }, "Removable border")), index.h("li", { key: 'f18a7bef17cb1071c9b395bad43bd6bcac5e0646' }, index.h("span", { key: 'd78aec9595985936f8fa16674fbfc1e54217c681' }, index.h("ifx-icon", { key: '26ba073e076565568c21a88ed7e982c6c7019d16', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd68ffcaca23924711bb3a3a1e0e42019ae31cde7' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '015fad9a090ba119f481f0b018b205d9a4f65905' })), index.h("tr", { key: '214a15273eb0c5d3d6d1bdcb8cf5b207cc24a77d' }, index.h("td", { key: '0831fb6e20c2d21078e4ab6746ed7aa8359aa0b0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '0ec579fa0c8c664080b0530c4e1eb0e124a5fc56', 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: '2c0fb70726b4b99e57badd9346cd3d64a54678f7' }, index.h("ul", { key: 'ad226af35cf3336aa85f3eedd23730600ca57e00' }, index.h("li", { key: '592133031c88007a8b528e5866f18f1dd7de9c47' }, index.h("span", { key: '29dc2a7994935d1f8734e962523824be31e40bd0' }, index.h("ifx-icon", { key: '56b04c795497c635eac93604961e27ccb0c500ca', class: 'check__icon', icon: "check12" })), index.h("span", { key: '27c60114640ecb7b7f874c5b90db1ddaf54c50ff' }, "Offers a customizable and intuitive control that allows users to navigate through sequential steps")), index.h("li", { key: '716aa5755ca96d0f72c9d625acff1102eae8dfbb' }, index.h("span", { key: '1de61cd9acf5b7257239585b0ba86467af6a33ee' }, index.h("ifx-icon", { key: '806584f103ad645ce85ed44b0aa45144cc92e23e', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd7c59a878b3ab43449a6a72c75ea11b68c7034b5' }, "Default and Compact variants")), index.h("li", { key: 'd28a85447ffd133f7062b841d13e6d947c5d6740' }, index.h("span", { key: 'e29af4ea72811204b61e5d4dbf1c84c3bdf50442' }, index.h("ifx-icon", { key: 'c7e9bd1d2395f96270301378af3579e035239641', class: 'check__icon', icon: "check12" })), index.h("span", { key: '1ec9ee5720d3fe17fcd387e8dbef91b4ec159c80' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '7999022e2aa6b02edcac79b52e553731dcd5fbb7' }), index.h("td", { key: '6c098948b45f1e1a450350df4f9422300797fffb' })), index.h("tr", { key: 'de053e0949c0b0ac1a24261b8327f5c20e951ed7' }, index.h("td", { key: '8bb126c6171abf053bc661b5a60b7591b0ea5b86', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '59849aba1612ddbe7a2aa511fab7d5648a9ea070', 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: '16d3ea5c8656792a700a058131e267617fc2b064' }, index.h("ul", { key: '7c328e073a5800fd6feac331b006e99d90c670b8' }, index.h("li", { key: 'c9da85f6e8dcf22ba4d21c6a30a29f04595a9a52' }, index.h("span", { key: 'be437f7e74e3fd661fe84ccaf06db9d0188fc7e9' }, index.h("ifx-icon", { key: '6e172232842c746d38d55564603124dfc8c37948', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'b1f88af587dbad43893e88c3062229c2a173604c' }, "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: '8734ba3ef6ffeaa8e146bfe9848767d92fbce7b8' }, index.h("span", { key: '47b32e56c5343bf046feaf33802510c70580e7e4' }, index.h("ifx-icon", { key: '1825df0e3f415fc68b5b67e46b3ad61746366377', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9464d587a8fac0261c0e07d636cde4e7545b5e0f' }, "Adheres to web standards")))), index.h("td", { key: '5902b698e07d22d00a84d406127fa3e7e6ccfcac' }, index.h("ul", { key: 'a5b4bced66aefc052dcfdfc970e411cd8d3da727' }, index.h("li", { key: 'f3fc50a594429aba2de8d3de94237bf9aabcc504' }, index.h("span", { key: '893b369f5f28463f8afa383785e0172c1d4b6b9d' }, index.h("ifx-icon", { key: 'e028d913faeb7bd8882e5c43df611781f1530570', class: 'check__icon', icon: "check12" })), index.h("span", { key: '49d894dc03517093c3b2d58454bad113b0af61c4' }, "Incorporated label feature")), index.h("li", { key: '778f29c8f8bdbe7781cf9aa1154beefbcfe1f051' }, index.h("span", { key: '1a5da72826bbf4c2bd0d46d051884ecb27b0661e' }, index.h("ifx-icon", { key: 'bac759d49b6b620a42d5e2a12c7896625f42f931', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6e8b13319db5f01d3f6b1c61085ad941e3970ba1' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'e5f3fe97ab4d23e34436b787f6cd250194641441' })), index.h("tr", { key: '6a6456157489a26661f3dfc9b0070583e14a4896' }, index.h("td", { key: '91d41f45a0f20665c9cc56779af6dd2810adc8f4', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'cd77e31b4354af3dc9edeabde775f0ca2d0933bc', 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: '9b8dbc0dc0dc40e1c7c857f93b18e051a38b143d' }, index.h("ul", { key: '1c190aac67f524ac14b0953c37ae5c3b3d24edf0' }, index.h("li", { key: 'a14dfe25421f5ee6b03d830629e43aa5b2fe8033' }, index.h("span", { key: '95b9af79c27f2b500718ad1689edd64fe36828de' }, index.h("ifx-icon", { key: '6561c0235f02513a5f451e1f29818776508895a8', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd16ef4a293f4e92340bf82bdc5b94a0def43f7b0' }, "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: '849be9ab95f9735e8fab8a4eb1cd83257903d334' }, index.h("span", { key: 'd35198c65213e20ad160566a41308cabef87c2dd' }, index.h("ifx-icon", { key: '0051f49d915a6d97f4ddb4bf3f8df79d405ceae8', class: 'check__icon', icon: "check12" })), index.h("span", { key: '9047609fd75f7567ba2a82bdee9b18392eebeed3' }, "Includes basic features such as column sorting")))), index.h("td", { key: '6d3bb2eb1c6e5610593d33e19aa4fdd3d2b22a6f' }, index.h("ul", { key: '9ed04081043307fa48b8236fd0b8a05fc7680160' }, index.h("li", { key: '889248c14fbae8f33be28442b163aadcfda05d4d' }, index.h("span", { key: '0fbcbac065ed7f1df6675bc47cef0af400727575' }, index.h("ifx-icon", { key: '6d70f33620d5f072ddca656480608838f399794c', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'c7b430e98e965e827d6ecb1ed5338c7c79fab735' }, "Compact and Default variant")), index.h("li", { key: '45e1453a8a98792f9cecdbaf0f9476b741e44482' }, index.h("span", { key: '9e869c02d19fa8e880ce44d27ba6c320036d8b35' }, index.h("ifx-icon", { key: '3755bd7c68c4d1cd9e150cfe328e373a57dc9820', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd2c31a6698fc351ddbf53d7ac17d36b3654cdc9d' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '587a6b847a7cb0465473e81a0acfd706e0166d50' })), index.h("tr", { key: '6ddc5104bcfe811693082467fce9825791eb26ec' }, index.h("td", { key: '7e625e6df639bf9b60c90a0c197d34400c680953', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'c44a49cea645ff8fd985e4bb078d0284df0f6cb6', 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: 'c9d3ae725ae9394e586c3a24fbe1b45c1f1887e7' }, index.h("ul", { key: 'ecafcdd55d663a15d26cc5bc18e9cdf1829c99b9' }, index.h("li", { key: 'fbc54908f62427c96742688a3ba67ec5a3d82710' }, index.h("span", { key: '4528d3906b7fbe2e7083ce401efbcafafd39b46c' }, index.h("ifx-icon", { key: 'c190b03c4aa8ae8f0dbc420f61a17043854e7910', class: 'check__icon', icon: "check12" })), index.h("span", { key: '864208cc8a75487d661a297928c3b299aa2b14ff' }, "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: '4f26f6968e253725edc1410a2d93c071cf20085a' }, index.h("span", { key: 'cba01df4511e703e4dcc2670f4a41a63a77e096e' }, index.h("ifx-icon", { key: 'bb73a2dbc968b1b720591d4541f6652f442f55e7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '6c405c8b4799383402b707d24f63bbec61188380' }, "Adheres to web standards")))), index.h("td", { key: '10fd4269a7356ae0f6148e08d59eb1fff2c42d6a' }, index.h("ul", { key: 'd3c02f340f9fd592b6d7b2286d40efef49a0a7a1' }, index.h("li", { key: '4d808ec3307b7bb3c277bcc737c727032f124572' }, index.h("span", { key: '8feb8538793fd156acf868977a8c204527943b16' }, index.h("ifx-icon", { key: 'd1ef189b2229e9bcd36d28770987d3f64d6a6692', class: 'check__icon', icon: "check12" })), index.h("span", { key: '44228dc086974b53672855ae19f99e985a295459' }, "Horizontal and Vertical orientation")), index.h("li", { key: 'b9024ce0195a229ca15eebdd8484d57a854f5bca' }, index.h("span", { key: '10a7ae8bd8e757f3051bbd32eb68b8a6fc5632ac' }, index.h("ifx-icon", { key: 'd7c22b1b6a163ab66861a1a0bd2ead2209402f4a', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd9855bb27d03e130064b93c8078468e095c91b00' }, "Extended customization")), index.h("li", { key: '08731923b5322d002d8f137a85e71d620bcf02a8' }, index.h("span", { key: '96bff328a567ca9da5d240a5b60629c53d214a4f' }, index.h("ifx-icon", { key: 'ce30137bc0b6b74fd667b98fb8f5a8c475441473', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ece1f95c37bfb5c174630259798ff7ca6c2e3bdd' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '68da60a69309bd96663b67c10a9e0c455e4a0bee' })), index.h("tr", { key: '7569a91fbfcb7c8a35b6aec259c982da6788c914' }, index.h("td", { key: 'f5edf6a111043f86e7d5691c042db0b257ec23e0', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '945ebb2fcb8b70312a4565276c0d8161f3a9f185', 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: '1053a0481921a259ac9dec1b7963bb9b6c3af19e' }, index.h("ul", { key: '8d8763be6d2df64bac0a3085798a65559f227bce' }, index.h("li", { key: '888abeadb532e2195054869ef956f32c6141e535' }, index.h("span", { key: 'b2ff83e9dcc20fc8b3ce6a248d15be248a5f4287' }, index.h("ifx-icon", { key: 'c8bd361f06d1cbce2bab03e7590551c7bf7b9be6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'f9eb5b97040ca11c51aa75755252edd13aabc6ea' }, "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: '1ad340d862c4eb629b924e6fea2533ac8581a157' }, index.h("ul", { key: '976e95690d61d5259bce6ef349b42918fbb3bcac' }, index.h("li", { key: '2689a6ddee334db1b4fb2e22d8e708f4d9163d2d' }, index.h("span", { key: '59486a366237adb1d42cc0a35ad10328d0a7efaf' }, index.h("ifx-icon", { key: '6c26cc2ba66ee10e573f9feeb92b55480ba0babb', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7aa78b4eb88c176fae13c6dd53d5ef3f19e106e1' }, "Icon incorporated")), index.h("li", { key: 'a7e4a097203879eee4a1d53d5d0ee7155b62ea3a' }, index.h("span", { key: '9b69ba70e809eadcdab8429356a710fbe5c7073f' }, index.h("ifx-icon", { key: 'adf9f1e2801130204e15e18f49721b57f2e12d84', class: 'check__icon', icon: "check12" })), index.h("span", { key: '8b055ae4f5997178aa76006a97031b028f654d53' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '37b10215f0afa2ae76d3a85a72d029e5f943ed7d' })), index.h("tr", { key: '8729f2abf66f22f45edee71703799ae633ff827a' }, index.h("td", { key: 'f6542e312ed2a86b849d3fa1d906bbde1154ed0d', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: '31ce1499d7bea201c577e0e5e33904a7368f171a', 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: '3552e5d2161f072fa354baf4af39511bc7efb11b' }, index.h("ul", { key: 'da5f7e34c162b8743460380b15de2f6d4e7961a2' }, index.h("li", { key: '6ac0486d54bcbf05ad3c04fde41e690aa45e19a2' }, index.h("span", { key: '1f1dd6deb6401f9f06eea82897c813967ee3a612' }, index.h("ifx-icon", { key: '2f74a3a3900180e731f9284ad27e0da5277e54a3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'cdf1f0834cda6ee8421b508031571ef9445cfb02' }, "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: 'e08c455b64cc576c1371ebff2e9755d6dc3e3dc5' }, index.h("span", { key: '21a6fdcd602fb1fa076c0ab7c89aae86300faa5b' }, index.h("ifx-icon", { key: 'aa088e9ce8bbbaaadd7ed24ea11f80fd18cc1951', class: 'check__icon', icon: "check12" })), index.h("span", { key: '190dd664100162283c7ea9f15b2f9f2000c827eb' }, "Adheres to web standards")))), index.h("td", { key: '15073d3ad2ef26481a6c473d0f15ecd96fb29cba' }, index.h("ul", { key: '788719deb3d995ca6ba7ec3473ff4a9723bfcab4' }, index.h("li", { key: 'ffe499b68fc6fc6f680ee61ebdce35f689ee54fc' }, index.h("span", { key: '206172351feba3f07cf9e8356bac3d931ef9a74b' }, index.h("ifx-icon", { key: 'f94dcdb3873d1729d6f775a463202bde559a26f7', class: 'check__icon', icon: "check12" })), index.h("span", { key: '84ead4612d63da09658b2a93d115a15fa878d1b4' }, "Extended customization")), index.h("li", { key: 'fbd995edb5f2a642dbd2a7890bf22e4228a0bbd1' }, index.h("span", { key: '331614c9b826860b92970921ad318559097d9f6f' }, index.h("ifx-icon", { key: '2b569957b1a9dc335ca4db57a10c217724d94ef0', class: 'check__icon', icon: "check12" })), index.h("span", { key: '31366831dfed993bbf7d39572a6e32ac6e44cb50' }, "Possibility for icon configuration")), index.h("li", { key: 'e2b1d6344846d61d1dfeefafd5d913334ef4b335' }, index.h("span", { key: '763c822814b0115e864586cf3928dfe9188a324d' }, index.h("ifx-icon", { key: '2dd3c86729a0a21dc19c320eca3c1639acbdecd3', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'dcbb611490ebcf71eb33b175059e862337cfee93' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: '0d16f776d72c76a21f4164c3fdf0bf513b483ae8' }, index.h("ul", { key: '1c525ae10a31267c1500b666ebfd6ad68f0b2226' }, index.h("li", { key: 'a2379410457565fecfba5a0ce3e368deef944306' }, index.h("span", { key: '20c5c15240cf82bfcfeb20e205b37ad3e79cbe31' }, index.h("ifx-icon", { key: '2b58fe311e455b007ddf4710aa57eaade9cbfeda', class: 'check__icon', icon: "check12" })), index.h("span", { key: '64b95a46b7f4db812785f51b7822e5d54c1b9d13' }, "Form integration"))))), index.h("tr", { key: '8092ff2926945b38b80e65d1ba69a1318ce109c5' }, index.h("td", { key: 'e26109fd69048cc8dd676bfd769b1414e611d208', class: "completed__component sticky-col second-col" }, index.h("ifx-link", { key: 'd7e42c06df0cc8ad6d49af814e98b1a123053126', 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: '0181dcc8f41834462ad69e95c20e3c9b4b462352' }, index.h("ul", { key: '21c96b8f0d1bdb6a0657fa23ffc4b8274e60b4c5' }, index.h("li", { key: '75b87f8fb194b4f542aecdc988f8fc29bcd942d7' }, index.h("span", { key: '97a6a462985c51fe59ea6ed46620ee2c5857059a' }, index.h("ifx-icon", { key: '7020ade58cf51de6209663fe065e326d618b80af', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'de8bcfe61e2584b08004796e2218a070c46b5bff' }, "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: '9faef9b9651d2ba2da0a27cd4b8c605552681c89' }, index.h("span", { key: 'e7a3a7c7cb27180ab851278c02c9d9c7d61c12b3' }, index.h("ifx-icon", { key: 'f32cf22bdd0380a3c4b55fe5f2216440eb6c24fa', class: 'check__icon', icon: "check12" })), index.h("span", { key: '7ecebf662ff07b3848322bb05aa783496e58dbd4' }, "Adheres to web standards")))), index.h("td", { key: 'd7f1c2c7b8785b9ff7744d55e6a0da7b9b8688e4' }, index.h("ul", { key: '11314585db4a1ed16e196805bcdafde081bfef40' }, index.h("li", { key: '6052d000532792463b0fc1d7398e7bbe0fc226f4' }, index.h("span", { key: 'ed79e53c3d420219c636d41abbd1d14ddd858cd1' }, index.h("ifx-icon", { key: '4c6e2d50b43de2da25f728d89fa3a24e7c1faa4f', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'ce1c245af90dab9576deed7e32fb4d0a25204e51' }, "Compact, dismissible and Extended variants")), index.h("li", { key: 'f4fbaddb6daa09bd2ce1e0f6f4bfe2af1d89a72a' }, index.h("span", { key: '9df5a256268bc4504a7ab37aa40038bf9fd5f117' }, index.h("ifx-icon", { key: '1f98bff262fc16b66f22a4ef083179c0180140e6', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'd8eb90a1c14651a121a265ffefe9a5990b2e3dec' }, "Auto-adjusting position")), index.h("li", { key: 'f7fb0321affe19c3b9d33026484b848790c18356' }, index.h("span", { key: 'fc57658734ecbef7585406b0e61c91c28284e8be' }, index.h("ifx-icon", { key: '5f0ad051ad175d44be7443e51b35d3d4931fe189', class: 'check__icon', icon: "check12" })), index.h("span", { key: '846e766cef2bd71a9c6a453a1fef6ef1635fca96' }, "Icon incorporated")), index.h("li", { key: '08b783968636949256df497d83c45d023581e93e' }, index.h("span", { key: 'b56b2d0bcc0b08bd143bcd194959fd68c1486aa8' }, index.h("ifx-icon", { key: '1a3986548a4e14920d4d134f416ec7d2b097bcd1', class: 'check__icon', icon: "check12" })), index.h("span", { key: 'e60f1bce5e612889e50a0c0e19462dbb31e0f489' }, "React, Vue and Angular wrapper integration")))), index.h("td", { key: 'a1deaa2b6daa815ee3583e5153ef57bc8a6f852d' })), index.h("tr", { key: '3d1acb61b8683de2b0370a65d6e73a1fe3dd0a7a' }, index.h("td", { key: 'c1b72da6ed1beedd6d0b064d2e9ad2dbcaecd2a2', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '302648f0bc6b61e4afc5a0bd6a7deb32b0d6dc22', href: "", size: "s", variant: "bold" }, "Advanced Table")), index.h("td", { key: '517db845b82efa9b384b038bce60d95c3fbf9c6e' }, index.h("ul", { key: 'e264108ef48a4d091868cfd086061d31be757f92' }, index.h("li", { key: '620fa45edb71509ab06f9e71e7c2f43f1002dbdd', class: "planned__component-wrapper" }, index.h("span", { key: '8fe53638775baafdd66b2ed431715a2bcb6e8d94' }, index.h("ifx-icon", { key: '1d6c1d0ffb907cfe1a2e3f67f9050ece108660e6', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '38084445b8b744ba553160203fef51e175323790' }, "Planned")))), index.h("td", { key: '00af2c1127726ff8ee53a4b8dffa4180a3c94926' }), index.h("td", { key: 'e73303e3e92fffa485c3f56e6f2ff021a47fb50e' })), index.h("tr", { key: '30f3d8d919c78f26700f031c4fead3bdcd2bbca8' }, index.h("td", { key: '573c082c73aa19407a6112cab5e4fb3dd93b373a', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '05b2b97d868a9478eb10474b421bb2017f5ba5a1', href: "", size: "s", variant: "bold" }, "Card Group")), index.h("td", { key: '87c5cfc9e474bb5e45a197a736585ce6af23b1fc' }, index.h("ul", { key: 'dfb2ebab91c4de88c03c900e4c5f9f55486f5dc1' }, index.h("li", { key: '67b0d5ba75f541b06882782bd403a20501802ac2', class: "planned__component-wrapper" }, index.h("span", { key: '3129de215b522f34ea96809b138905803569232e' }, index.h("ifx-icon", { key: '46a2f6721a13b150e113cae1ccba9b98a8fed005', class: "planned__icon", icon: "clock24" })), index.h("span", { key: 'a2c81f4ecaf5e0ce45ee18789c6b6671954cb35d' }, "Planned")))), index.h("td", { key: 'caa678dbc69ab0f982e52915d4255f616dea704d' }), index.h("td", { key: '49ebe589ea137cd01714a66cf57f5d76d6478f0f' })), index.h("tr", { key: '660295a96379da578da8be79b637d820e273ae21' }, index.h("td", { key: '7cf3bb9eaae10bc9aaf5dd4006f0d34ab37560d0', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '7baec5b0f04db1af340c94885aa90bc9240ed4a9', href: "", size: "s", variant: "bold" }, "Radio Group")), index.h("td", { key: '78a5637799f6f388007a130747b163feba6d52f9' }, index.h("ul", { key: '27550a76c5e7e715b39d8f7d71fd92e9acef4830' }, index.h("li", { key: '9ef8c0719c1d849db768569e2ec7c41c8c7fc0b7', class: "planned__component-wrapper" }, index.h("span", { key: 'c0d08e7850176016ddf9141f2769ab0e113e4867' }, index.h("ifx-icon", { key: 'dbd9821d75b88a2619d986716689cc5cf2651a93', class: "planned__icon", icon: "clock24" })), index.h("span", { key: 'cbf7bea5e1871937c1ef2df1a858668761794370' }, "Planned")))), index.h("td", { key: '8afcfc871e78ab285a8184e1a6f9bdbe10f92225' }), index.h("td", { key: '3b521c433271a4640b0886d4f4be900fa79046c7' })), index.h("tr", { key: '35e7ce384d1afecb2057f3a4782a6d61ca680cd6' }, index.h("td", { key: '96b8a950b0e4e00466702676d1e8af88a6c2f0fc', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '26e7eb72b620f874cd886e4a2558aa270990e61a', href: "", size: "s", variant: "bold" }, "Basic Date Picker")), index.h("td", { key: 'fa4b04f33254765504848b8e6a94309d9d82cf5e' }, index.h("ul", { key: '4bb36d7b41969ea51422deabe0a8bc971243f99b' }, index.h("li", { key: '87aac906c39136bfce2a950bc18a9d27d6e73e9e', class: "planned__component-wrapper" }, index.h("span", { key: '0c5e0176966b46b52788c0c11314d82ed76521f8' }, index.h("ifx-icon", { key: 'a91bc5dc00b5064c9abdbf2acb9f21b20940b22e', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '74e2a67f970d5bcb85433f1daee2c5d2bc951910' }, "Planned")))), index.h("td", { key: '41861fe951920a6cddd52412d1c3f1184d670743' }), index.h("td", { key: '80597e9dacd0d8dacedd0b97f3e3dbd1f9a6ce54' })), index.h("tr", { key: 'c8f6b0868b92d25746d039296b31ad7617d6cd40' }, index.h("td", { key: 'f469a4a5a16e6f3f615f08ece1a826dfdd2804aa', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: 'fe4565455e4a781ac0ca15c768e45d086d71d752', href: "", size: "s", variant: "bold" }, "Advanced Date Picker")), index.h("td", { key: 'a40cbbb0ddd24af28e7a77d964e64d201c8b81e7' }, index.h("ul", { key: '9c2ea750a07f322430ed6866494fe3c4f5e5fed7' }, index.h("li", { key: 'e4213022c08e44af772a875817b04ad800ea527e', class: "planned__component-wrapper" }, index.h("span", { key: '80f19357e7b6ea75a485c9d68a32f97a15cbf386' }, index.h("ifx-icon", { key: 'dc863901ff2c40a0b1eda21f8887cf708e31e3ef', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '1d3b60e41254546d31744f7926eb70095cc8b9c6' }, "Planned")))), index.h("td", { key: '45724a4d4c82d03118ca95299932f61831fef099' }), index.h("td", { key: '930ee49f17dff444c172d7bcfb55b63ec9dc1124' })), index.h("tr", { key: 'e60b4e39a785242cb4d6e8e4955a109ac4ff5d6b' }, index.h("td", { key: '87b7a0c85df8576e6b0d0d24a2db93ebb1dddab7', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '77d55b07f518693ebd1e53099ed138ae0f2332b2', href: "", size: "s", variant: "bold" }, "Text Area")), index.h("td", { key: '03b85bbfd925b8c2207357b27f8c2a4a29073061' }, index.h("ul", { key: '4210d40f673317c61bd6481654122918b1564a2b' }, index.h("li", { key: '293d01b7d64c20e8eb7e319b8ebf03662c858ab6', class: "planned__component-wrapper" }, index.h("span", { key: '4752c74dc7323712f637c485a29ded7a54e1dd63' }, index.h("ifx-icon", { key: 'b65b3361998c9c9260512ad9df2ee36e0dec54a8', class: "planned__icon", icon: "clock24" })), index.h("span", { key: 'c6de16169ec5bbcd719106202a818d01dd3368e1' }, "Planned")))), index.h("td", { key: 'dc235469ecf66b184698751e4b57e909680f9471' }), index.h("td", { key: 'd2745e716ff0949b5d361cfaf3070bebcfa6eb85' })), index.h("tr", { key: '12ea22d298618ce9e35e2900a57fe40ca1d642b5' }, index.h("td", { key: 'b96659aa6ad996237f04e65be8c102bacdae96fb', class: "planned__component sticky-col second-col" }, index.h("ifx-link", { key: '6cc911fabbb998bf197c587b5dbc9a2719285ae3', href: "", size: "s", variant: "bold" }, "Popover")), index.h("td", { key: 'cfe18b759586ef03cfab4c0f94de479859d5aeda' }, index.h("ul", { key: 'a36408fac437be8d678b62c741420690b634fba6' }, index.h("li", { key: '60294747578815d7683365eda47b60f0888cf9f6', class: "planned__component-wrapper" }, index.h("span", { key: '5ce2748332d001731fb32382fcc4ca6654d0ceec' }, index.h("ifx-icon", { key: '535fc2beeb5e9387f798fd774f9e61403072197c', class: "planned__icon", icon: "clock24" })), index.h("span", { key: '34111ab3329f0015ab131d42d7169634cbd17a71' }, "Planned")))), index.h("td", { key: '19694204876d5dc93f57213ed9022ec675e19c05' }), index.h("td", { key: '0917a15800b293140022e7de8eda99978124b7f8' }))))))));
|
|
57
|
+
}
|
|
58
|
+
get el() { return index.getElement(this); }
|
|
59
|
+
};
|
|
60
|
+
OverviewTable.style = IfxOverviewTableStyle0;
|
|
61
|
+
|
|
62
|
+
exports.ifx_overview_table = OverviewTable;
|
|
63
|
+
|
|
64
|
+
//# sourceMappingURL=ifx-overview-table.cjs.entry.js.map
|