valtech-components 2.0.251 → 2.0.253

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.251",
3
+ "version": "2.0.253",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",
@@ -164,6 +164,10 @@ ion-modal {
164
164
  &.ion-datetime-button-overlay {
165
165
  --border-radius: 24px;
166
166
  }
167
+
168
+ @media only screen and (min-width: 768px) and (min-height: 600px) {
169
+ --border-radius: 36px;
170
+ }
167
171
  }
168
172
 
169
173
  .img-black {