valtech-components 2.0.252 → 2.0.254

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,14 +2,6 @@ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { AvatarMetadata } from './types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AvatarComponent implements OnInit {
5
- /**
6
- * Avatar configuration object.
7
- * @type {AvatarMetadata}
8
- * @property image - The image URL to display.
9
- * @property default - The fallback image URL if image is not provided.
10
- * @property size - The size of the avatar ('small' | 'medium' | 'large').
11
- * @property box - Whether to display the avatar with a box style.
12
- */
13
5
  props: AvatarMetadata;
14
6
  /**
15
7
  * Event emitted when the avatar is clicked.
@@ -11,4 +11,5 @@ export interface AvatarMetadata {
11
11
  default: string;
12
12
  size: 'small' | 'medium' | 'large';
13
13
  box?: boolean;
14
+ grayscale?: boolean;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.252",
3
+ "version": "2.0.254",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",