@proximus/lavender-image 2.0.0-alpha.53 → 2.0.0-alpha.55

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.
Files changed (2) hide show
  1. package/dist/Image.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/Image.d.ts CHANGED
@@ -1,4 +1,10 @@
1
1
  import { AbstractImage } from './AbstractImage.ts';
2
+ /**
3
+ * @summary An image component.
4
+ * @attr {string} src - The URL of the image.
5
+ * @attr {string} alt - The alternative text for the image.
6
+ * @attr {string} loading - The loading strategy for the image ('lazy' or 'eager').
7
+ */
2
8
  export declare class Image extends AbstractImage<HTMLImageElement> {
3
9
  static nativeName: string;
4
10
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-image",
3
- "version": "2.0.0-alpha.53",
3
+ "version": "2.0.0-alpha.55",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",