@leanix/components 0.4.704 → 0.4.706

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.
@@ -25,7 +25,7 @@ export declare class TooltipDirective implements OnChanges, OnDestroy {
25
25
  private overlayRef?;
26
26
  private tooltipRef?;
27
27
  private mouseOrFocusOnHost;
28
- get positionStrategy(): import("@angular/cdk/overlay-module.d-b1222156").b;
28
+ get positionStrategy(): import("@angular/cdk/overlay-module.d-B3qEQtts").F;
29
29
  constructor(overlayPositionBuilder: OverlayPositionBuilder, elementRef: ElementRef, overlay: Overlay, ariaDescriber: AriaDescriber);
30
30
  ngOnChanges(changes: SimpleChanges): void;
31
31
  /** @internal */
@@ -25,7 +25,7 @@ export declare class TabGroupComponent implements OnChanges, AfterContentInit, O
25
25
  get tabIds(): string[];
26
26
  private get tabs();
27
27
  /** @internal */
28
- get activeTabPortal(): import("@angular/cdk/portal-directives.d-efec58af").T<any> | undefined;
28
+ get activeTabPortal(): import("@angular/cdk/portal-directives.d-BoG39gYN").T<any> | undefined;
29
29
  /** @internal */
30
30
  readonly destroyed$: Subject<void>;
31
31
  constructor(cd: ChangeDetectorRef);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanix/components",
3
- "version": "0.4.704",
3
+ "version": "0.4.706",
4
4
  "license": "Apache-2.0",
5
5
  "author": "LeanIX GmbH",
6
6
  "repository": {
@@ -55,13 +55,13 @@
55
55
  "tslib": "^2.3.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "@angular/animations": "19.2.6",
59
- "@angular/cdk": "19.2.9",
60
- "@angular/common": "19.2.6",
61
- "@angular/core": "19.2.6",
62
- "@angular/forms": "19.2.6",
63
- "@angular/platform-browser": "19.2.6",
64
- "@angular/router": "19.2.6",
58
+ "@angular/animations": "19.2.17",
59
+ "@angular/cdk": "19.2.17",
60
+ "@angular/common": "19.2.17",
61
+ "@angular/core": "19.2.17",
62
+ "@angular/forms": "19.2.17",
63
+ "@angular/platform-browser": "19.2.17",
64
+ "@angular/router": "19.2.17",
65
65
  "@ngx-translate/core": "16.0.4",
66
66
  "rxjs": "7.8.1"
67
67
  },