var t = class extends HTMLElement { constructor() { super(), this.initWebComponent(); } initWebComponent() { const t = this.attachShadow({ mode: "open", clonable: !0, serializable: !0 }), i = document.createElement("template"); i.innerHTML = "\n\n
\n \n
\n ", t.appendChild(i.content.cloneNode(!0)); } static get observedAttributes() { return ["x-position", "y-position"]; } attributeChangedCallback(t, i, e) { this.onAttributeChange(t, e); } onAttributeChange(t, i) {} }; customElements.get("jb-notification-wrapper") || window.customElements.define("jb-notification-wrapper", t); export { t as JBNotificationWrapperWebComponent }; //# sourceMappingURL=jb-notification-wrapper.js.map