@indigina/ui-kit 1.1.601 → 1.1.602

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.601",
10
+ "version": "1.1.602",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -4690,6 +4690,7 @@ declare class KitShipmentRoutingCardComponent {
4690
4690
  readonly kitSvgIcon: typeof KitSvgIcon;
4691
4691
  readonly kitSvgIconType: typeof KitSvgIconType;
4692
4692
  readonly kitPillTheme: typeof KitPillTheme;
4693
+ readonly kitTooltipPosition: typeof KitTooltipPosition;
4693
4694
  readonly dateFormat: Signal<string>;
4694
4695
  readonly currentLegProgressPercent: Signal<number>;
4695
4696
  readonly isStartPointCompleted: Signal<boolean>;
@@ -5643,9 +5644,10 @@ declare class KitStatusLabelComponent {
5643
5644
  readonly color: InputSignal<KitStatusLabelColor>;
5644
5645
  readonly size: InputSignal<KitStatusLabelSize>;
5645
5646
  readonly tooltip: InputSignal<string | undefined>;
5647
+ readonly truncateText: InputSignal<boolean>;
5646
5648
  readonly cssClasses: Signal<string[]>;
5647
5649
  static ɵfac: i0.ɵɵFactoryDeclaration<KitStatusLabelComponent, never>;
5648
- static ɵcmp: i0.ɵɵComponentDeclaration<KitStatusLabelComponent, "kit-status-label", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
5650
+ static ɵcmp: i0.ɵɵComponentDeclaration<KitStatusLabelComponent, "kit-status-label", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "truncateText": { "alias": "truncateText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
5649
5651
  }
5650
5652
 
5651
5653
  interface KitUserIdentities {