valtech-components 2.0.217 → 2.0.218

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,20 +2,6 @@ import { OnInit } from '@angular/core';
2
2
  import { ImageMetadata } from './types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ImageComponent implements OnInit {
5
- /**
6
- * Image configuration object.
7
- * @type {ImageMetadata}
8
- * @property src - The image source URL.
9
- * @property alt - The alt text for the image.
10
- * @property mode - The display mode ('rounded' | 'circular' | 'box').
11
- * @property shaded - Whether the image has a shaded effect.
12
- * @property bordered - Whether the image has a border.
13
- * @property limited - Whether the image is limited in size (optional).
14
- * @property dark - Whether the image uses a dark style (optional).
15
- * @property size - The image size ('small' | 'medium' | 'large' | 'xlarge').
16
- * @property width - The image width in px (optional).
17
- * @property height - The image height in px (optional).
18
- */
19
5
  props: ImageMetadata;
20
6
  available: boolean;
21
7
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.217",
3
+ "version": "2.0.218",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",