!this.noBgClose && this.onClose()
}"
>
`;
}
onClose() {
this.dispatchEvent(new CustomEvent("modal-closed"));
}
}
customElements.define("fa-icon", FaIcon);
customElements.define("wr-modal", WrModal);
export {
wrapCss,
IS_APP,
VERSION,
clickOnSpacebarPress,
FaIcon,
WrModal,
/** @deprecated Import this directly from `lit` instead */
LitElement,
/** @deprecated Import this directly from `lit` instead */
html,
/** @deprecated Import this directly from `lit` instead */
css,
/** @deprecated Import this directly from `lit/directives/unsafe-css.js` instead */
unsafeCSS,
/** @deprecated Import this directly from `lit/directives/unsafe-svg.js` instead */
unsafeSVG,
apiPrefix,
replayPrefix,
};