proto-ikons-wc 0.0.132 → 0.0.133

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-9959af7f.js');
5
+ const index = require('./index-f253d46b.js');
6
6
 
7
7
  const acuraIkonCss = "";
8
8
  const AcuraIkonStyle0 = acuraIkonCss;
@@ -1584,14 +1584,6 @@ const registerHost = (hostElement, cmpMeta) => {
1584
1584
  const isMemberInElement = (elm, memberName) => memberName in elm;
1585
1585
  const consoleError = (e, el) => (0, console.error)(e, el);
1586
1586
  const cmpModules = /*@__PURE__*/ new Map();
1587
- /**
1588
- * We need to separate out this prefix so that Esbuild doesn't try to resolve
1589
- * the below, but instead retains a dynamic `import()` statement in the
1590
- * emitted code.
1591
- *
1592
- * See here for details https://esbuild.github.io/api/#glob
1593
- */
1594
- const MODULE_IMPORT_PREFIX = './';
1595
1587
  const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1596
1588
  // loadModuleImport
1597
1589
  const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
@@ -1606,7 +1598,7 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1606
1598
  /* webpackInclude: /\.entry\.js$/ */
1607
1599
  /* webpackExclude: /\.system\.entry\.js$/ */
1608
1600
  /* webpackMode: "lazy" */
1609
- `${MODULE_IMPORT_PREFIX}${bundleId}.entry.js${''}`)); }).then((importedModule) => {
1601
+ `./${bundleId}.entry.js${''}`)); }).then((importedModule) => {
1610
1602
  {
1611
1603
  cmpModules.set(bundleId, importedModule);
1612
1604
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-9959af7f.js');
5
+ const index = require('./index-f253d46b.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  const defineCustomElements = async (win, options) => {
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-9959af7f.js');
5
+ const index = require('./index-f253d46b.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Browser v4.12.3 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Browser v4.12.4 | MIT Licensed | https://stenciljs.com
10
10
  */
11
11
  const patchBrowser = () => {
12
12
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-ikons-wc.cjs.js', document.baseURI).href));
@@ -122,7 +122,7 @@
122
122
  ],
123
123
  "compiler": {
124
124
  "name": "@stencil/core",
125
- "version": "4.12.3",
125
+ "version": "4.12.4",
126
126
  "typescriptVersion": "5.3.3"
127
127
  },
128
128
  "collections": [],
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-73ec75bb.js';
1
+ import { r as registerInstance, h } from './index-2ad4189f.js';
2
2
 
3
3
  const acuraIkonCss = "";
4
4
  const AcuraIkonStyle0 = acuraIkonCss;
@@ -1562,14 +1562,6 @@ const registerHost = (hostElement, cmpMeta) => {
1562
1562
  const isMemberInElement = (elm, memberName) => memberName in elm;
1563
1563
  const consoleError = (e, el) => (0, console.error)(e, el);
1564
1564
  const cmpModules = /*@__PURE__*/ new Map();
1565
- /**
1566
- * We need to separate out this prefix so that Esbuild doesn't try to resolve
1567
- * the below, but instead retains a dynamic `import()` statement in the
1568
- * emitted code.
1569
- *
1570
- * See here for details https://esbuild.github.io/api/#glob
1571
- */
1572
- const MODULE_IMPORT_PREFIX = './';
1573
1565
  const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1574
1566
  // loadModuleImport
1575
1567
  const exportName = cmpMeta.$tagName$.replace(/-/g, '_');
@@ -1584,7 +1576,7 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1584
1576
  /* webpackInclude: /\.entry\.js$/ */
1585
1577
  /* webpackExclude: /\.system\.entry\.js$/ */
1586
1578
  /* webpackMode: "lazy" */
1587
- `${MODULE_IMPORT_PREFIX}${bundleId}.entry.js${''}`).then((importedModule) => {
1579
+ `./${bundleId}.entry.js${''}`).then((importedModule) => {
1588
1580
  {
1589
1581
  cmpModules.set(bundleId, importedModule);
1590
1582
  }
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-73ec75bb.js';
2
- export { s as setNonce } from './index-73ec75bb.js';
1
+ import { b as bootstrapLazy } from './index-2ad4189f.js';
2
+ export { s as setNonce } from './index-2ad4189f.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
@@ -1,9 +1,9 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-73ec75bb.js';
2
- export { s as setNonce } from './index-73ec75bb.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-2ad4189f.js';
2
+ export { s as setNonce } from './index-2ad4189f.js';
3
3
  import { g as globalScripts } from './app-globals-0f993ce5.js';
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v4.12.3 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v4.12.4 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  const patchBrowser = () => {
9
9
  const importMeta = import.meta.url;