{"file":"vds-content-title.entry.js","mappings":";;AAAA,MAAM,kBAAkB,GAAG,mlJAAmlJ,CAAC;AAC/mJ,8BAAe,kBAAkB;;MCMpB,eAAe;;;wBAOP,EAAE;uBAOH,EAAE;;IAEpB,MAAM;QACJ,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;QAEnC,QACE,EAAC,IAAI,uDACH,2DAAI,KAAK,EAAC,gGAAgG,EAAC,SAAS,EAAE,QAAQ,GAAO,EACrI,2DAAI,KAAK,EAAC,wGAAwG,EAAC,SAAS,EAAE,OAAO,GAAO,CACvI,EACP;KACH;;;;;;","names":[],"sources":["src/components/vds-content-title/vds-content-title.scss?tag=vds-content-title&encapsulation=shadow","src/components/vds-content-title/vds-content-title.tsx"],"sourcesContent":[":host {\r\n @apply inline-block;\r\n}\r\n","import { Component, Host, h, Prop } from '@stencil/core';\r\n\r\n@Component({\r\n tag: 'vds-content-title',\r\n styleUrl: 'vds-content-title.scss',\r\n shadow: true,\r\n})\r\nexport class VdsContentTitle {\r\n\r\n /**\r\n * Headline for the Content Modules\r\n * Mandatory: no\r\n * Max Chars: 50\r\n */\r\n @Prop() headline = '';\r\n\r\n /**\r\n * Subline for the Content Module\r\n * Mandatory: no\r\n * Max Chars: 150\r\n */\r\n @Prop() subline = '';\r\n\r\n render() {\r\n const { headline, subline } = this;\r\n\r\n return (\r\n \r\n

\r\n

\r\n
\r\n );\r\n }\r\n\r\n}\r\n"],"version":3}