proto-ikons-wc 0.0.98 → 0.0.99

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-606cf529.js');
5
+ const index = require('./index-a9bc1503.js');
6
6
 
7
7
  const acuraIkonCss = "";
8
8
 
@@ -848,6 +848,7 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
848
848
  */
849
849
  const enqueue = (maybePromise, fn) => maybePromise instanceof Promise ? maybePromise.then(fn) : fn();
850
850
  const updateComponent = async (hostRef, instance, isInitialLoad) => {
851
+ var _a;
851
852
  const elm = hostRef.$hostElement$;
852
853
  const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
853
854
  const rc = elm['s-rc'];
@@ -869,7 +870,7 @@ const updateComponent = async (hostRef, instance, isInitialLoad) => {
869
870
  endRender();
870
871
  endUpdate();
871
872
  {
872
- const childrenPromises = elm['s-p'];
873
+ const childrenPromises = (_a = elm['s-p']) !== null && _a !== void 0 ? _a : [];
873
874
  const postUpdate = () => postUpdateComponent(hostRef);
874
875
  if (childrenPromises.length === 0) {
875
876
  postUpdate();
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-606cf529.js');
5
+ const index = require('./index-a9bc1503.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v3.2.2 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-606cf529.js');
5
+ const index = require('./index-a9bc1503.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v3.2.2 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  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,8 +122,8 @@
122
122
  ],
123
123
  "compiler": {
124
124
  "name": "@stencil/core",
125
- "version": "3.2.2",
126
- "typescriptVersion": "4.9.5"
125
+ "version": "3.3.0",
126
+ "typescriptVersion": "5.0.4"
127
127
  },
128
128
  "collections": [],
129
129
  "bundles": []
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-432107bf.js';
1
+ import { r as registerInstance, h } from './index-6c6b5fb4.js';
2
2
 
3
3
  const acuraIkonCss = "";
4
4
 
@@ -826,6 +826,7 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
826
826
  */
827
827
  const enqueue = (maybePromise, fn) => maybePromise instanceof Promise ? maybePromise.then(fn) : fn();
828
828
  const updateComponent = async (hostRef, instance, isInitialLoad) => {
829
+ var _a;
829
830
  const elm = hostRef.$hostElement$;
830
831
  const endUpdate = createTime('update', hostRef.$cmpMeta$.$tagName$);
831
832
  const rc = elm['s-rc'];
@@ -847,7 +848,7 @@ const updateComponent = async (hostRef, instance, isInitialLoad) => {
847
848
  endRender();
848
849
  endUpdate();
849
850
  {
850
- const childrenPromises = elm['s-p'];
851
+ const childrenPromises = (_a = elm['s-p']) !== null && _a !== void 0 ? _a : [];
851
852
  const postUpdate = () => postUpdateComponent(hostRef);
852
853
  if (childrenPromises.length === 0) {
853
854
  postUpdate();
@@ -1,8 +1,8 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-432107bf.js';
2
- export { s as setNonce } from './index-432107bf.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-6c6b5fb4.js';
2
+ export { s as setNonce } from './index-6c6b5fb4.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Esm v3.2.2 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Esm v3.3.0 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchEsm = () => {
8
8
  return promiseResolve();
@@ -1,8 +1,8 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-432107bf.js';
2
- export { s as setNonce } from './index-432107bf.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-6c6b5fb4.js';
2
+ export { s as setNonce } from './index-6c6b5fb4.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v3.2.2 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v3.3.0 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;