@pod-os/elements 0.28.1-rc.8b8de8b.0 → 0.28.1-rc.a65ec2a.0

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 @@ import { PodOS } from '@pod-os/core';
2
2
  import { EventEmitter } from '../../stencil-public-runtime';
3
3
  /**
4
4
  * Tries fetch an image with the solid authentication, and can visualize http errors like 403 or 404 if this fails.
5
- * Falls back to classic <img src="..."> on network errors like CORS.
5
+ * Falls back to classic `<img src="...">` on network errors like CORS.
6
6
  * Renders a normal link if even this fails.
7
7
  */
8
8
  export declare class PosImage {
@@ -62,7 +62,7 @@ export namespace Components {
62
62
  }
63
63
  /**
64
64
  * Tries fetch an image with the solid authentication, and can visualize http errors like 403 or 404 if this fails.
65
- * Falls back to classic <img src="..."> on network errors like CORS.
65
+ * Falls back to classic `<img src="...">` on network errors like CORS.
66
66
  * Renders a normal link if even this fails.
67
67
  */
68
68
  interface PosImage {
@@ -532,7 +532,7 @@ declare global {
532
532
  }
533
533
  /**
534
534
  * Tries fetch an image with the solid authentication, and can visualize http errors like 403 or 404 if this fails.
535
- * Falls back to classic <img src="..."> on network errors like CORS.
535
+ * Falls back to classic `<img src="...">` on network errors like CORS.
536
536
  * Renders a normal link if even this fails.
537
537
  */
538
538
  interface HTMLPosImageElement extends Components.PosImage, HTMLStencilElement {
@@ -1073,7 +1073,7 @@ declare namespace LocalJSX {
1073
1073
  }
1074
1074
  /**
1075
1075
  * Tries fetch an image with the solid authentication, and can visualize http errors like 403 or 404 if this fails.
1076
- * Falls back to classic <img src="..."> on network errors like CORS.
1076
+ * Falls back to classic `<img src="...">` on network errors like CORS.
1077
1077
  * Renders a normal link if even this fails.
1078
1078
  */
1079
1079
  interface PosImage {
@@ -1309,7 +1309,7 @@ declare module "@stencil/core" {
1309
1309
  "pos-getting-started": LocalJSX.PosGettingStarted & JSXBase.HTMLAttributes<HTMLPosGettingStartedElement>;
1310
1310
  /**
1311
1311
  * Tries fetch an image with the solid authentication, and can visualize http errors like 403 or 404 if this fails.
1312
- * Falls back to classic <img src="..."> on network errors like CORS.
1312
+ * Falls back to classic `<img src="...">` on network errors like CORS.
1313
1313
  * Renders a normal link if even this fails.
1314
1314
  */
1315
1315
  "pos-image": LocalJSX.PosImage & JSXBase.HTMLAttributes<HTMLPosImageElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/elements",
3
- "version": "0.28.1-rc.8b8de8b.0",
3
+ "version": "0.28.1-rc.a65ec2a.0",
4
4
  "description": "Custom elements for usage with Solid Pods",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",