proto-ikons-wc 0.0.131 → 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-85c2e762.js');
5
+ const index = require('./index-f253d46b.js');
6
6
 
7
7
  const acuraIkonCss = "";
8
8
  const AcuraIkonStyle0 = acuraIkonCss;
@@ -1487,11 +1487,11 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1487
1487
  if (cmpTags.length > 0) {
1488
1488
  // Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
1489
1489
  if (hasSlotRelocation) {
1490
- dataStyles.innerHTML += SLOT_FB_CSS;
1490
+ dataStyles.textContent += SLOT_FB_CSS;
1491
1491
  }
1492
1492
  // Add hydration styles
1493
1493
  {
1494
- dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
1494
+ dataStyles.textContent += cmpTags + HYDRATED_CSS;
1495
1495
  }
1496
1496
  // If we have styles, add them to the DOM
1497
1497
  if (dataStyles.innerHTML.length) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-85c2e762.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-85c2e762.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.2 | 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.2",
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-f27a3666.js';
1
+ import { r as registerInstance, h } from './index-2ad4189f.js';
2
2
 
3
3
  const acuraIkonCss = "";
4
4
  const AcuraIkonStyle0 = acuraIkonCss;
@@ -1465,11 +1465,11 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1465
1465
  if (cmpTags.length > 0) {
1466
1466
  // Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
1467
1467
  if (hasSlotRelocation) {
1468
- dataStyles.innerHTML += SLOT_FB_CSS;
1468
+ dataStyles.textContent += SLOT_FB_CSS;
1469
1469
  }
1470
1470
  // Add hydration styles
1471
1471
  {
1472
- dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
1472
+ dataStyles.textContent += cmpTags + HYDRATED_CSS;
1473
1473
  }
1474
1474
  // If we have styles, add them to the DOM
1475
1475
  if (dataStyles.innerHTML.length) {
@@ -1,5 +1,5 @@
1
- import { b as bootstrapLazy } from './index-f27a3666.js';
2
- export { s as setNonce } from './index-f27a3666.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-f27a3666.js';
2
- export { s as setNonce } from './index-f27a3666.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.2 | 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;