@indigina/ui-kit 1.1.217 → 1.1.218

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/index.d.ts CHANGED
@@ -3559,7 +3559,7 @@ interface GlobalSearchLineItem {
3559
3559
  type: 'Air' | 'Road' | 'Sea' | 'Rail' | null;
3560
3560
  containerMode?: string | null;
3561
3561
  } | null;
3562
- status?: string;
3562
+ status: string;
3563
3563
  additionalContent: MatchResult[];
3564
3564
  }
3565
3565
  interface GlobalSearchPrompt {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.217",
10
+ "version": "1.1.218",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0"