@eric-emg/symphiq-components 1.3.95 → 1.3.96
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.
|
@@ -25736,8 +25736,7 @@ class ConfidenceLevelCardComponent {
|
|
|
25736
25736
|
return dataMap[stepId] || dataMap['business-analysis'];
|
|
25737
25737
|
}, ...(ngDevMode ? [{ debugName: "confidenceData" }] : []));
|
|
25738
25738
|
this.shouldPulse = computed(() => {
|
|
25739
|
-
|
|
25740
|
-
return grade === 'A+';
|
|
25739
|
+
return false;
|
|
25741
25740
|
}, ...(ngDevMode ? [{ debugName: "shouldPulse" }] : []));
|
|
25742
25741
|
this.isLightMode = computed(() => this.viewMode() === ViewModeEnum.LIGHT, ...(ngDevMode ? [{ debugName: "isLightMode" }] : []));
|
|
25743
25742
|
this.effectivePotentialPercentage = computed(() => {
|