@indigina/ui-kit 1.1.609 → 1.1.610

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.609",
10
+ "version": "1.1.610",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=22.0.0 <23.0.0",
13
13
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -3789,6 +3789,7 @@ interface KitTimelineCompactMetaLocation {
3789
3789
  interface KitTimelineCompactMetaLine {
3790
3790
  date: string;
3791
3791
  delayText?: string;
3792
+ delayTooltip?: string;
3792
3793
  location?: KitTimelineCompactMetaLocation;
3793
3794
  subjectName?: string;
3794
3795
  }
@@ -3827,6 +3828,7 @@ declare class KitTimelineCompactComponent {
3827
3828
  readonly kitButtonType: typeof KitButtonType;
3828
3829
  readonly kitButtonKind: typeof KitButtonKind;
3829
3830
  readonly kitStatusLabelColor: typeof KitStatusLabelColor;
3831
+ readonly kitTooltipPosition: typeof KitTooltipPosition;
3830
3832
  readonly kitTimelineCompactLineTheme: typeof KitTimelineCompactLineTheme;
3831
3833
  readonly collapsedItems: ReturnType<typeof signal<Set<KitTimelineCompactItem>>>;
3832
3834
  constructor();