proto-ikons-wc 0.0.88 → 0.0.89

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-a33953f4.js');
5
+ const index = require('./index-a05e070d.js');
6
6
 
7
7
  const acuraIkonCss = "";
8
8
 
@@ -61,6 +61,13 @@ const EMPTY_OBJ = {};
61
61
  */
62
62
  const SVG_NS = 'http://www.w3.org/2000/svg';
63
63
  const HTML_NS = 'http://www.w3.org/1999/xhtml';
64
+ /**
65
+ * Check whether a value is a 'complex type', defined here as an object or a
66
+ * function.
67
+ *
68
+ * @param o the value to check
69
+ * @returns whether it's a complex type or not
70
+ */
64
71
  const isComplexType = (o) => {
65
72
  // https://jsperf.com/typeof-fn-object/5
66
73
  o = typeof o;
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a33953f4.js');
5
+ const index = require('./index-a05e070d.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v3.0.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v3.0.1 | 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-a33953f4.js');
5
+ const index = require('./index-a05e070d.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v3.0.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v3.0.1 | 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.0.0",
126
- "typescriptVersion": "4.9.4"
125
+ "version": "3.0.1",
126
+ "typescriptVersion": "4.9.5"
127
127
  },
128
128
  "collections": [],
129
129
  "bundles": []
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-d907f636.js';
1
+ import { r as registerInstance, h } from './index-abf2be46.js';
2
2
 
3
3
  const acuraIkonCss = "";
4
4
 
@@ -39,6 +39,13 @@ const EMPTY_OBJ = {};
39
39
  */
40
40
  const SVG_NS = 'http://www.w3.org/2000/svg';
41
41
  const HTML_NS = 'http://www.w3.org/1999/xhtml';
42
+ /**
43
+ * Check whether a value is a 'complex type', defined here as an object or a
44
+ * function.
45
+ *
46
+ * @param o the value to check
47
+ * @returns whether it's a complex type or not
48
+ */
42
49
  const isComplexType = (o) => {
43
50
  // https://jsperf.com/typeof-fn-object/5
44
51
  o = typeof o;
@@ -1,8 +1,8 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-d907f636.js';
2
- export { s as setNonce } from './index-d907f636.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-abf2be46.js';
2
+ export { s as setNonce } from './index-abf2be46.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Esm v3.0.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Esm v3.0.1 | 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-d907f636.js';
2
- export { s as setNonce } from './index-d907f636.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-abf2be46.js';
2
+ export { s as setNonce } from './index-abf2be46.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v3.0.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v3.0.1 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;