{"version":3,"sources":["webpack://@verndale/toolkit/./src/js/modules/ucbMasthead.ts"],"names":["UcbMasthead","Component","el"],"mappings":"6KAEA,MAAMA,UAAoBC,WAAU,CAEhC,YAAYC,EAAiB,CACzB,MAAMA,CAAE,EACR,KAAK,KAAK,CACd,CAEA,eAAgB,CACZ,KAAK,IAAM,CACT,WAAY,KAAK,GAAG,cAA2B,wBAAwB,CACzE,CACJ,CAEA,MAAO,CAEF,KAAK,IAAI,WAA8B,UAAU,IAChD,QACF,CACJ,CAEJ,CAEA,QAAeF,C","file":"scripts/3418.0c827f4a9ee499f6e3b3.js","sourcesContent":["import { Component } from '@verndale/core';\n\nclass UcbMasthead extends Component {\n\n    constructor(el: HTMLElement) {\n        super(el);\n        this.init();        \n    }\n     \n    setupDefaults() {\n        this.dom = {\n          ucbContent: this.el.querySelector<HTMLElement>('.ucb-masthead__content')\n        };\n    }\n\n    init() {\n                    \n        (this.dom.ucbContent as HTMLDivElement).classList.add(\n          `active`\n        );\n    }\n\n}\n\nexport default UcbMasthead;"],"sourceRoot":""}