proto-ikon-loader-wc 0.0.275 → 0.0.277

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.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-314162aa.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.0.5 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.1.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-ikon-loader-wc.cjs.js', document.baseURI).href));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "4.0.5",
8
+ "version": "4.1.0",
9
9
  "typescriptVersion": "5.0.4"
10
10
  },
11
11
  "collections": [
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Get the base path to where the assets can be found. Use "setAssetPath(path)"
3
+ * if the path needs to be customized.
4
+ */
5
+ export declare const getAssetPath: (path: string) => string;
6
+
1
7
  /**
2
8
  * Used to manually set the base path where assets can be found.
3
9
  * If the script is used as "module", it's recommended to use "import.meta.url",
@@ -1,4 +1,4 @@
1
- export { setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
1
+ export { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
2
2
  import { i as icons, a as ikons } from './index2.js';
3
3
 
4
4
  const names = {
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-b5300bef.js';
2
2
  export { s as setNonce } from './index-b5300bef.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v4.0.5 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.1.0 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
@@ -872,6 +872,8 @@ export declare namespace JSXBase {
872
872
  }
873
873
  interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
874
874
  alt?: string;
875
+ crossOrigin?: string;
876
+ crossorigin?: string;
875
877
  decoding?: 'async' | 'auto' | 'sync';
876
878
  importance?: 'low' | 'auto' | 'high';
877
879
  height?: number | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.275",
3
+ "version": "0.0.277",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -28,15 +28,15 @@
28
28
  "lint": "eslint src/**/*.{ts,tsx}"
29
29
  },
30
30
  "dependencies": {
31
- "@stencil/core": "4.0.5",
32
- "proto-ikons-wc": "0.0.107"
31
+ "@stencil/core": "4.1.0",
32
+ "proto-ikons-wc": "0.0.108"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@typescript-eslint/eslint-plugin": "6.4.0",
36
36
  "@typescript-eslint/parser": "6.4.0",
37
- "cspell": "7.0.0",
37
+ "cspell": "7.0.1",
38
38
  "eslint": "8.47.0",
39
- "prettier": "3.0.1",
39
+ "prettier": "3.0.2",
40
40
  "typescript": "5.1.6"
41
41
  },
42
42
  "license": "MIT"