@beacon-interactive-systems-llc/beacon-platform-ui 19.0.5 → 19.0.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beacon-interactive-systems-llc/beacon-platform-ui",
3
- "version": "19.0.5",
3
+ "version": "19.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -368,15 +368,17 @@ $platform_widget_contrasts: (
368
368
  }
369
369
  }
370
370
 
371
- .equipment-average-up {
371
+ .equipment-average-up, .ngx-charts-outer g:nth-child(2):not(g:nth-child(1)) .arc {
372
372
  @include themify($platform_widget_contrasts) {
373
373
  background-color: apply('widgetPieChartUp') !important;
374
+ fill: apply('widgetPieChartUp') !important;
374
375
  }
375
376
  }
376
377
 
377
- .equipment-average-down {
378
+ .equipment-average-down, .ngx-charts-outer g:nth-child(1) .arc {
378
379
  @include themify($platform_widget_contrasts) {
379
380
  background-color: apply('widgetPieChartDown') !important;
381
+ fill: apply('widgetPieChartDown') !important;
380
382
  }
381
383
  }
382
384