proto-ikon-loader-wc 0.0.35 → 0.0.39
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/README.md
CHANGED
|
@@ -11,10 +11,12 @@ a prototype icon loader written in Stencil...
|
|
|
11
11
|
|
|
12
12
|
## proofs
|
|
13
13
|
|
|
14
|
+
> _the following apps were written in Svelte and use this web component to load the SVG icons displayed in them..._
|
|
15
|
+
|
|
14
16
|
- [s4e-proofs][icons-io] - _Material Design icons_
|
|
15
17
|
- [s4e-ikons][ikons-io] - _Auto Brand icons_
|
|
16
18
|
|
|
19
|
+
|
|
17
20
|
[icons-io]: https://s4e-proofs.vercel.app
|
|
18
21
|
[ikons-io]: https://s4e-ikon-proofs.vercel.app
|
|
19
22
|
|
|
20
|
-
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-19c3364c.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
|
-
Stencil Client Patch Esm v2.
|
|
8
|
+
Stencil Client Patch Esm v2.13.0 | MIT Licensed | https://stenciljs.com
|
|
9
9
|
*/
|
|
10
10
|
const patchEsm = () => {
|
|
11
11
|
return index.promiseResolve();
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const index = require('./index-19c3364c.js');
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
|
-
Stencil Client Patch Browser v2.
|
|
6
|
+
Stencil Client Patch Browser v2.13.0 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
const patchBrowser = () => {
|
|
9
9
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('proto-ikon-loader-wc.cjs.js', document.baseURI).href));
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { p as promiseResolve, b as bootstrapLazy } from './index-7321be55.js';
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
|
-
Stencil Client Patch Esm v2.
|
|
4
|
+
Stencil Client Patch Esm v2.13.0 | MIT Licensed | https://stenciljs.com
|
|
5
5
|
*/
|
|
6
6
|
const patchEsm = () => {
|
|
7
7
|
return promiseResolve();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { p as promiseResolve, b as bootstrapLazy } from './index-7321be55.js';
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
|
-
Stencil Client Patch Browser v2.
|
|
4
|
+
Stencil Client Patch Browser v2.13.0 | MIT Licensed | https://stenciljs.com
|
|
5
5
|
*/
|
|
6
6
|
const patchBrowser = () => {
|
|
7
7
|
const importMeta = import.meta.url;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proto-ikon-loader-wc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.39",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"lint": "eslint src/**/*.{ts,tsx}"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@stencil/core": "2.
|
|
32
|
-
"proto-ikons-wc": "0.0.
|
|
31
|
+
"@stencil/core": "2.13.0",
|
|
32
|
+
"proto-ikons-wc": "0.0.46"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@typescript-eslint/eslint-plugin": "5.10.
|
|
36
|
-
"@typescript-eslint/parser": "5.10.
|
|
37
|
-
"cspell": "5.
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "5.10.1",
|
|
36
|
+
"@typescript-eslint/parser": "5.10.1",
|
|
37
|
+
"cspell": "5.17.0",
|
|
38
38
|
"eslint": "8.7.0",
|
|
39
39
|
"prettier": "2.5.1",
|
|
40
|
-
"typescript": "4.5.
|
|
40
|
+
"typescript": "4.5.5"
|
|
41
41
|
},
|
|
42
42
|
"license": "MIT"
|
|
43
43
|
}
|