proto-ikons-wc 0.0.87 → 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.
- package/dist/cjs/acura-ikon_119.cjs.entry.js +1 -1
- package/dist/cjs/{index-a33953f4.js → index-a05e070d.js} +7 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/proto-ikons-wc.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/esm/acura-ikon_119.entry.js +1 -1
- package/dist/esm/{index-d907f636.js → index-abf2be46.js} +7 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/proto-ikons-wc.js +3 -3
- package/dist/proto-ikons-wc/{p-85d205c5.js → p-39292043.js} +0 -0
- package/dist/proto-ikons-wc/{p-f1d08799.entry.js → p-c6044d8c.entry.js} +1 -1
- package/dist/proto-ikons-wc/proto-ikons-wc.esm.js +1 -1
- package/package.json +3 -3
|
@@ -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;
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-a05e070d.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Esm v3.0.
|
|
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-
|
|
5
|
+
const index = require('./index-a05e070d.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Browser v3.0.
|
|
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));
|
|
@@ -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;
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-abf2be46.js';
|
|
2
|
+
export { s as setNonce } from './index-abf2be46.js';
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Patch Esm v3.0.
|
|
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-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
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.
|
|
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;
|
|
File without changes
|