{"version":3,"sources":["webpack://@verndale/toolkit/./src/js/modules/unifiedSectionMasthead.ts"],"names":["UnifiedSectionMasthead","Component","el"],"mappings":"6KAEA,MAAMA,UAA+BC,WAAU,CAE3C,YAAYC,EAAiB,CACzB,MAAMA,CAAE,EACR,KAAK,KAAK,CACd,CAEA,eAAgB,CACZ,KAAK,IAAM,CACT,WAAY,KAAK,GAAG,cAA2B,wCAAwC,CACzF,CACJ,CAEA,MAAO,CAEF,KAAK,IAAI,WAA8B,UAAU,IAChD,QACF,CACJ,CAEJ,CAEA,QAAeF,C","file":"scripts/1538.549e2fb76d6ca001964e.js","sourcesContent":["import { Component } from '@verndale/core';\n\nclass UnifiedSectionMasthead 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>('.unified-section-masthead__content-box')\n        };\n    }\n\n    init() {\n                    \n        (this.dom.ucbContent as HTMLDivElement).classList.add(\n          `active`\n        );\n    }\n\n}\n\nexport default UnifiedSectionMasthead;"],"sourceRoot":""}