@indigina/ui-kit 1.1.85 → 1.1.86

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.
@@ -83,6 +83,7 @@ export declare enum KitSvgIcon {
83
83
  CARET_UP = "caret-up",
84
84
  INFO_CIRCLE = "info-circle",
85
85
  CHECK_CIRCLE_FILLED = "check-circle-filled",
86
+ WARNING_CIRCLE = "warning-circle",
86
87
  WARNING_CIRCLE_FILLED = "warning-circle-filled",
87
88
  CLOSE_CIRCLE_FILLED = "close-circle-filled",
88
89
  QUESTION_CIRCLE = "question-circle",
@@ -1,10 +1,12 @@
1
1
  import { KitSvgIcon, KitSvgIconType } from '../../kit-svg-icon/kit-svg-icon.const';
2
2
  import { KitTimelineItem } from '../kit-timeline.model';
3
+ import { KitTooltipPosition } from '../../../directives/kit-tooltip/kit-tooltip.directive';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class KitTimelineCardComponent {
5
6
  item: KitTimelineItem | null;
6
7
  readonly kitSvgIcon: typeof KitSvgIcon;
7
8
  readonly kitSvgIconType: typeof KitSvgIconType;
9
+ readonly kitTooltipPosition: typeof KitTooltipPosition;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<KitTimelineCardComponent, never>;
9
11
  static ɵcmp: i0.ɵɵComponentDeclaration<KitTimelineCardComponent, "kit-timeline-card", never, { "item": { "alias": "item"; "required": false; }; }, {}, never, never, true, never>;
10
12
  }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.85",
10
+ "version": "1.1.86",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "^18.2.6",
13
13
  "@angular/core": "^18.2.6"