@haiilo/catalyst-angular 13.0.2 → 13.0.3

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.
@@ -1,14 +1,16 @@
1
- import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
1
+ import { OnChanges, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * A directive that can be used to add a Catalyst tooltip to an element.
5
5
  */
6
- export declare class CatTooltipDirective implements OnInit {
6
+ export declare class CatTooltipDirective implements OnInit, OnChanges {
7
7
  private templateRef;
8
8
  private viewContainer;
9
9
  catTooltip: string;
10
+ private component?;
10
11
  constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef);
11
12
  ngOnInit(): void;
13
+ ngOnChanges(): void;
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltipDirective, never>;
13
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CatTooltipDirective, "[catTooltip]", never, { "catTooltip": "catTooltip"; }, {}, never, never, false>;
14
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "13.0.2",
3
+ "version": "13.0.3",
4
4
  "description": "Angular wrapper for Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -14,8 +14,8 @@
14
14
  "dependencies": {
15
15
  "loglevel": "1.8.1",
16
16
  "tslib": "^2.3.0",
17
- "@haiilo/catalyst": "13.0.2",
18
- "@haiilo/catalyst-tokens": "13.0.2"
17
+ "@haiilo/catalyst": "13.0.3",
18
+ "@haiilo/catalyst-tokens": "13.0.3"
19
19
  },
20
20
  "module": "fesm2015/haiilo-catalyst-angular.mjs",
21
21
  "es2020": "fesm2020/haiilo-catalyst-angular.mjs",