@indigina/ui-kit 1.1.477 → 1.1.479

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.477",
10
+ "version": "1.1.479",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -3727,7 +3727,7 @@ interface GlobalSearchLineItem {
3727
3727
  type: 'Air' | 'Road' | 'Sea' | 'Rail' | null;
3728
3728
  containerMode?: string | null;
3729
3729
  } | null;
3730
- status: string;
3730
+ status: string | null;
3731
3731
  additionalContent: MatchResult[];
3732
3732
  }
3733
3733
  interface GlobalSearchPrompt {