@naniteninja/profile-comparison-lib 1.0.11 → 1.0.12

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
@@ -411,7 +411,6 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
411
411
  private imageCompressionService;
412
412
  private cdr;
413
413
  private getVerboseLogging?;
414
- private static readonly DEFAULT_OBJECT_POSITION;
415
414
  private static readonly DEFAULT_EYE_ALIGNMENT_BIAS_PX;
416
415
  private static readonly DEFAULT_IMAGE_FORMAT;
417
416
  private static readonly DEFAULT_IMAGE_QUALITY_START;
@@ -432,8 +431,8 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
432
431
  private static readonly DEFAULT_PROFILE_IMAGE_NAME;
433
432
  private static readonly SHAPE_BG_HEIGHT;
434
433
  private static readonly SHAPE_BG_OBJECT_FIT;
435
- private static readonly SHAPE_BG1_OBJECT_POSITION;
436
- private static readonly SHAPE_BG2_OBJECT_POSITION;
434
+ private static readonly SHAPE_BG1_BACK_POSITION;
435
+ private static readonly SHAPE_BG2_BACK_POSITION;
437
436
  private static readonly DRAG_MIN_WIDTH;
438
437
  private static readonly DRAG_MAX_WIDTH;
439
438
  private static readonly MAX_DRAG_DISTANCE;
@@ -459,8 +458,6 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
459
458
  user2Transform: string;
460
459
  alignmentCalculated: boolean;
461
460
  isAligning: boolean;
462
- /** Set when backend returns an error (e.g. 503 API keys not configured). */
463
- backendError: string | null;
464
461
  user1ObjectPosition: string;
465
462
  user2ObjectPosition: string;
466
463
  private user1NaturalWidth;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/profile-comparison-lib",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"