{"version":3,"names":["linklistItemCss","EonUiLinklistItemStyle0","LinkListItem","componentWillLoad","child","this","hostElement","children","tagName","toLowerCase","setAttribute","render","h","Host","key"],"sources":["src/components/linklist/linklist-item/linklist-item.scss?tag=eon-ui-linklist-item&encapsulation=shadow","src/components/linklist/linklist-item/linklist-item.tsx"],"sourcesContent":["/**\r\n * THEME JSON CONFIG CSS VARS\r\n * The following default component scss variables can be overwritten via theme configuration per brand.\r\n * If you need to add new one, please make sure to set a default value.\r\n * JSON Definition for Component with name \"Example\": testCssVar: \"20px\"\r\n * Resulting CSS var: $example-test-css-var: 20px;\r\n */\r\n\r\n/* END THEME JSON CONFIG CSS VARS ******************************************************* */\r\n\r\n:host {\r\n display: block;\r\n}\r\n\r\n::slotted(eon-ui-link) {\r\n --contentColor: var(--linklistColor);\r\n --contentHoverColor: var(--linklistHoverColor);\r\n}\r\n","import { Component, Element, h, Host } from \"@stencil/core\";\n// import { InitLogging } from \"../../../decorators/init-logging\";\n\n@Component({\n tag: \"eon-ui-linklist-item\",\n styleUrl: \"linklist-item.scss\",\n shadow: true\n})\nexport class LinkListItem {\n // @InitLogging() sentryTransaction;\n\n @Element() hostElement: HTMLEonUiLinklistItemElement;\n\n componentWillLoad() {\n const child = this.hostElement.children[0];\n\n if (child.tagName.toLowerCase() === \"eon-ui-link\") {\n child.setAttribute(\"align-icon-center\", \"true\");\n }\n }\n\n render() {\n return (\n \n \n \n );\n }\n}\n"],"mappings":"yDAAA,MAAMA,EAAkB,8u8CACxB,MAAAC,EAAeD,E,MCOFE,EAAY,M,yBAKvB,iBAAAC,GACE,MAAMC,EAAQC,KAAKC,YAAYC,SAAS,GAExC,GAAIH,EAAMI,QAAQC,gBAAkB,cAAe,CACjDL,EAAMM,aAAa,oBAAqB,O,EAI5C,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,QAAAE,IAAA,6C"}