@eric-emg/symphiq-components 1.3.17 → 1.3.18

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.
@@ -95037,7 +95037,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
95037
95037
  i0.ɵɵadvance();
95038
95038
  i0.ɵɵconditional(ctx.isSimplifiedView() && !ctx.isLoading() && (ctx.isSubscriptionActive() || ctx.isMetricAnalysis()) ? 7 : -1);
95039
95039
  i0.ɵɵadvance();
95040
- i0.ɵɵconditional(ctx.isSimplifiedView() && ctx.isLoading() ? 8 : -1);
95040
+ i0.ɵɵconditional(ctx.isSimplifiedView() && ctx.isLoading() && (ctx.isSubscriptionActive() || ctx.isMetricAnalysis()) ? 8 : -1);
95041
95041
  i0.ɵɵadvance();
95042
95042
  i0.ɵɵconditional(ctx.isSimplifiedView() ? 9 : -1);
95043
95043
  i0.ɵɵadvance();
@@ -95158,7 +95158,7 @@ class SymphiqProfileShopAnalysisDashboardComponent {
95158
95158
  }
95159
95159
 
95160
95160
  <!-- Loading Card -->
95161
- @if (isSimplifiedView() && isLoading()) {
95161
+ @if (isSimplifiedView() && isLoading() && (isSubscriptionActive() || isMetricAnalysis())) {
95162
95162
  <symphiq-loading-card
95163
95163
  [viewMode]="viewMode()"
95164
95164
  title="Loading Your Shop Profile Analysis"