@naniteninja/profile-comparison-lib 1.0.24 → 1.0.26

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
@@ -606,6 +606,7 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
606
606
  private canLinkNodes;
607
607
  private getLinkNodeId;
608
608
  private getLinkPairKey;
609
+ private getRuntimeLinkStrength;
609
610
  private selectLinksWithCaps;
610
611
  private filterCenterItemsByThreshold;
611
612
  private scheduleForceGraphRebuild;
@@ -645,12 +646,8 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
645
646
  onNodeClick(node: ForceChipNode, event: MouseEvent): void;
646
647
  onDocumentClick(): void;
647
648
  /**
648
- * Installs (or removes) a custom d3 force that pulls every linked node toward
649
- * the anchor, stopping at an orbit radius scaled by similarity:
650
- * highest-sim → MIN_ORBIT (touches anchor), lowest-sim → MAX_ORBIT.
651
- *
652
- * While active, the xTarget/yTarget restoring forces are muted so they don't
653
- * fight the attraction. They are restored the moment attraction is cleared.
649
+ * Anchor interaction should only affect highlighting/energy.
650
+ * Similarity attraction is always-on via the base simulation forces.
654
651
  */
655
652
  private updateAttractionForce;
656
653
  isNodeConnected(node: ForceChipNode): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/profile-comparison-lib",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"