@archerjessop/utilities 4.6.11 → 4.6.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.
@@ -450,22 +450,22 @@
450
450
  }
451
451
  }
452
452
  /* Equity source visual indicators */
453
- .equity-source-scraped {
453
+ .source-scraped {
454
454
  border-color: var(--color-prop-blue) !important;
455
455
  border-style: dashed !important;
456
456
  }
457
457
 
458
- .equity-source-estimated {
458
+ .source-estimated {
459
459
  border-color: var(--color-prop-red) !important;
460
460
  border-style: dashed !important;
461
461
  }
462
462
 
463
- .equity-label-clickable {
463
+ .label-clickable {
464
464
  cursor: pointer;
465
465
  transition: color 0.2s ease;
466
466
  }
467
467
 
468
- .equity-label-clickable:hover {
468
+ .label-clickable:hover {
469
469
  color: #3b82f6; /* blue-500 */
470
470
  text-decoration: underline;
471
471
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archerjessop/utilities",
3
- "version": "4.6.11",
3
+ "version": "4.6.12",
4
4
  "description": "Shared utilities for ArcherJessop property analysis tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",