@naniteninja/profile-comparison-lib 1.0.9 → 1.0.10

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
@@ -487,6 +487,9 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
487
487
  rightProfileClicked: boolean;
488
488
  leftShapeAnimating: boolean;
489
489
  rightShapeAnimating: boolean;
490
+ get viewProfileLeftX(): number;
491
+ get viewProfileRightX(): number;
492
+ onResize(): void;
490
493
  sortedA: {
491
494
  item: string;
492
495
  score: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/profile-comparison-lib",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"