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.
- package/dist/cjs/acura-ikon_119.cjs.entry.js +1 -1
- package/dist/cjs/{index-85c2e762.js → index-f253d46b.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/proto-ikons-wc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/acura-ikon_119.entry.js +1 -1
- package/dist/esm/{index-f27a3666.js → index-2ad4189f.js} +2 -2
- package/dist/esm/loader.js +2 -2
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-ed90c553.entry.js → p-819508db.entry.js} +1 -1
- package/dist/proto-ikons-wc/{p-9981b0d2.js → p-ba8a3e71.js} +1 -1
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/package.json +2 -2
|
@@ -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.
|
|
1490
|
+
dataStyles.textContent += SLOT_FB_CSS;
|
|
1491
1491
|
}
|
|
1492
1492
|
// Add hydration styles
|
|
1493
1493
|
{
|
|
1494
|
-
dataStyles.
|
|
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) {
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
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-
|
|
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.
|
|
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));
|
|
@@ -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.
|
|
1468
|
+
dataStyles.textContent += SLOT_FB_CSS;
|
|
1469
1469
|
}
|
|
1470
1470
|
// Add hydration styles
|
|
1471
1471
|
{
|
|
1472
|
-
dataStyles.
|
|
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) {
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
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-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
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.
|
|
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;
|