@indigina/ui-kit 1.1.437 → 1.1.438

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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.437",
10
+ "version": "1.1.438",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -2814,6 +2814,7 @@ interface KitCard {
2814
2814
  count: number;
2815
2815
  buttonLabel: string;
2816
2816
  link?: KitCardLink;
2817
+ navigationExtras?: NavigationExtras;
2817
2818
  items?: KitCardItem[];
2818
2819
  titleIconType?: KitSvgIconType;
2819
2820
  buttonDisabled?: boolean;