tango-app-ui-auth 3.3.1-beta.5 → 3.3.1-beta.6

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.
@@ -12,6 +12,11 @@ declare global {
12
12
  hj: any;
13
13
  }
14
14
  }
15
+ declare global {
16
+ interface Window {
17
+ clarity: any;
18
+ }
19
+ }
15
20
  export declare class TangoAuthLoginComponent implements OnInit, OnDestroy {
16
21
  private router;
17
22
  private route;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-auth",
3
- "version": "3.3.1-beta.5",
3
+ "version": "3.3.1-beta.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"