proto-ikon-loader-wc 0.0.37 → 0.0.41

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
@@ -16,6 +16,12 @@ a prototype icon loader written in Stencil...
16
16
  - [s4e-proofs][icons-io] - _Material Design icons_
17
17
  - [s4e-ikons][ikons-io] - _Auto Brand icons_
18
18
 
19
+ ## examples
20
+
21
+ ```
22
+ <proto-ikon-loader name="audi" size=42 />
23
+ <proto-ikon-loader name="radio" selected="true" />
24
+ ```
19
25
 
20
26
  [icons-io]: https://s4e-proofs.vercel.app
21
27
  [ikons-io]: https://s4e-ikon-proofs.vercel.app
@@ -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.12.1 | MIT Licensed | https://stenciljs.com
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.12.1 | MIT Licensed | https://stenciljs.com
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));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "2.12.1",
8
+ "version": "2.13.0",
9
9
  "typescriptVersion": "4.3.5"
10
10
  },
11
11
  "collections": [
@@ -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.12.1 | MIT Licensed | https://stenciljs.com
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.12.1 | MIT Licensed | https://stenciljs.com
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.37",
3
+ "version": "0.0.41",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -28,14 +28,14 @@
28
28
  "lint": "eslint src/**/*.{ts,tsx}"
29
29
  },
30
30
  "dependencies": {
31
- "@stencil/core": "2.12.1",
32
- "proto-ikons-wc": "0.0.45"
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.0",
36
- "@typescript-eslint/parser": "5.10.0",
37
- "cspell": "5.16.0",
38
- "eslint": "8.7.0",
35
+ "@typescript-eslint/eslint-plugin": "5.10.1",
36
+ "@typescript-eslint/parser": "5.10.1",
37
+ "cspell": "5.17.0",
38
+ "eslint": "8.8.0",
39
39
  "prettier": "2.5.1",
40
40
  "typescript": "4.5.5"
41
41
  },