@eric-emg/symphiq-components 1.2.207 → 1.2.208

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.
@@ -56308,7 +56308,7 @@ function InitialTargetSettingComponent_Conditional_28_Template(rf, ctx) { if (rf
56308
56308
  i0.ɵɵelement(0, "symphiq-area-chart", 22);
56309
56309
  } if (rf & 2) {
56310
56310
  const ctx_r0 = i0.ɵɵnextContext();
56311
- i0.ɵɵproperty("chart", ctx_r0.revenueChartData())("showAxisLabels", true)("viewMode", ctx_r0.viewMode())("currencySymbol", "$")("height", "320px");
56311
+ i0.ɵɵproperty("chart", ctx_r0.revenueChartData())("showAxisLabels", true)("viewMode", ctx_r0.viewMode())("currencySymbol", "$")("height", "200px");
56312
56312
  } }
56313
56313
  function InitialTargetSettingComponent_Conditional_29_Template(rf, ctx) { if (rf & 1) {
56314
56314
  i0.ɵɵelementStart(0, "div", 23)(1, "p", 41);
@@ -56765,8 +56765,8 @@ class InitialTargetSettingComponent {
56765
56765
  const isActive = this.inputMode() === mode;
56766
56766
  if (isActive) {
56767
56767
  return this.viewMode() === ViewModeEnum.DARK
56768
- ? 'bg-purple-600 text-white border border-purple-500'
56769
- : 'bg-purple-600 text-white border border-purple-500';
56768
+ ? 'bg-transparent text-purple-400 border-2 border-purple-500'
56769
+ : 'bg-transparent text-purple-600 border-2 border-purple-500';
56770
56770
  }
56771
56771
  return this.viewMode() === ViewModeEnum.DARK
56772
56772
  ? 'bg-slate-700 text-slate-300 border border-slate-600 hover:bg-slate-600'
@@ -57111,7 +57111,7 @@ class InitialTargetSettingComponent {
57111
57111
  [showAxisLabels]="true"
57112
57112
  [viewMode]="viewMode()"
57113
57113
  [currencySymbol]="'$'"
57114
- [height]="'320px'"
57114
+ [height]="'200px'"
57115
57115
  />
57116
57116
  } @else {
57117
57117
  <div class="h-64 flex items-center justify-center">