genie-component-library
Version:
Genie Component Library
20 lines (16 loc) • 924 B
JavaScript
;
const index = require('./index-f6f3ecf6.js');
/*
Stencil Client Patch Browser v2.0.3 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('genie.cjs.js', document.baseURI).href));
const opts = {};
if ( importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return index.promiseResolve(opts);
};
patchBrowser().then(options => {
return index.bootstrapLazy([["genie-card.cjs",[[1,"genie-card",{"heading":[1],"text":[1],"noHover":[4,"no-hover"],"button":[4],"type":[1],"disabled":[4],"download":[1],"href":[1],"rel":[1],"target":[1]}]]],["genie-pdf.cjs",[[0,"genie-pdf"]]],["genie-stripe.cjs",[[1,"genie-stripe",{"numBlocks":[2,"num-blocks"]}]]]], options);
});