@litigiovirtual/ius-design-components 2.1.11 → 2.1.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litigiovirtual/ius-design-components",
3
- "version": "2.1.11",
3
+ "version": "2.1.13",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=22.0.0 <23.0.0",
6
6
  "@angular/common": ">=22.0.0 <23.0.0",
@@ -1762,6 +1762,8 @@ interface IusUserMenuAccountOption {
1762
1762
  icon?: string;
1763
1763
  monogram?: string;
1764
1764
  color?: IusAvatarColor;
1765
+ /** Forma del medallón; el golden la propaga a AccountItem como cualquier otra prop. */
1766
+ shape?: IusAvatarShape;
1765
1767
  selected?: boolean;
1766
1768
  disabled?: boolean;
1767
1769
  actions?: IusAccountItemAction[];