@eric-emg/symphiq-components 1.2.463 → 1.2.464

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.
@@ -94815,7 +94815,7 @@ function SymphiqProfileFocusAreasAnalysesDashboardComponent_For_65_Template(rf,
94815
94815
  i0.ɵɵadvance(2);
94816
94816
  i0.ɵɵconditional(focusArea_r3.engagementStatus ? 6 : -1);
94817
94817
  i0.ɵɵadvance();
94818
- i0.ɵɵconditional(focusArea_r3.hasAnalysis ? 7 : -1);
94818
+ i0.ɵɵconditional(focusArea_r3.selfContentStatusProfileAnalysis === ctx_r1.AiDynamicContentStatusEnum.GENERATED ? 7 : -1);
94819
94819
  i0.ɵɵadvance();
94820
94820
  i0.ɵɵclassMap(ctx_r1.getTitleClasses());
94821
94821
  i0.ɵɵadvance();
@@ -95573,7 +95573,7 @@ class SymphiqProfileFocusAreasAnalysesDashboardComponent {
95573
95573
  {{ getEngagementStatusLabel(focusArea.engagementStatus) }}
95574
95574
  </div>
95575
95575
  }
95576
- @if (focusArea.hasAnalysis) {
95576
+ @if (focusArea.selfContentStatusProfileAnalysis === AiDynamicContentStatusEnum.GENERATED) {
95577
95577
  <div class="px-3 py-1 bg-green-100 dark:bg-green-900/30 text-green-700 dark:text-green-400 text-xs font-semibold rounded-full">
95578
95578
  Analysis Ready
95579
95579
  </div>