@klippa/ngx-enhancy-forms 20.0.8 → 20.0.9

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
@@ -639,6 +639,7 @@ declare class WithTooltipDirective {
639
639
  private el;
640
640
  private appRef;
641
641
  private ngZone;
642
+ private hookDiv;
642
643
  private div;
643
644
  private triangle;
644
645
  private triangleWhite;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klippa/ngx-enhancy-forms",
3
- "version": "20.0.8",
3
+ "version": "20.0.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },