proto-ikons-wc 0.0.145 → 0.0.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-38cd45ae.js';
2
- export { s as setNonce } from './index-38cd45ae.js';
1
+ import { b as bootstrapLazy } from './index-197e777a.js';
2
+ export { s as setNonce } from './index-197e777a.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
@@ -1,17 +1,17 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-38cd45ae.js';
2
- export { s as setNonce } from './index-38cd45ae.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-197e777a.js';
2
+ export { s as setNonce } from './index-197e777a.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.15.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.17.0 | MIT Licensed | https://stenciljs.com
7
7
  */
8
- const patchBrowser = () => {
9
- const importMeta = import.meta.url;
10
- const opts = {};
11
- if (importMeta !== '') {
12
- opts.resourcesUrl = new URL('.', importMeta).href;
13
- }
14
- return promiseResolve(opts);
8
+ var patchBrowser = () => {
9
+ const importMeta = import.meta.url;
10
+ const opts = {};
11
+ if (importMeta !== "") {
12
+ opts.resourcesUrl = new URL(".", importMeta).href;
13
+ }
14
+ return promiseResolve(opts);
15
15
  };
16
16
 
17
17
  patchBrowser().then(async (options) => {