@beacon-interactive-systems-llc/beacon-platform-ui 19.1.2 → 19.1.4

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.1.2",
3
+ "version": "19.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -84,7 +84,7 @@ quill-editor {
84
84
  }
85
85
 
86
86
  &.tall-editor .ql-container .ql-editor {
87
- min-height: 500px;
87
+ min-height: 390px;
88
88
 
89
89
  @media (min-width: 1024px) and (max-width: 1024px) {
90
90
  min-height: 330px;
@@ -22,7 +22,9 @@ $platform_widget_contrasts: (
22
22
  widgetSummarySelection: $beacon-dark-blue-200,
23
23
  widgetSummarySelectionText: $beacon-black,
24
24
  widgetDropShadow: 0 0 4px 0 rgba(0, 0, 0, 0.12),
25
- selectedFilterBackground: $beacon-gray-100
25
+ selectedFilterBackground: $beacon-gray-100,
26
+ widgetLineChartText: $beacon-gray-500,
27
+ widgetLineChartFillColor: $beacon-green-500
26
28
  ),
27
29
  dark: (
28
30
  widgetText: $beacon-gray-200,
@@ -45,7 +47,9 @@ $platform_widget_contrasts: (
45
47
  widgetSummarySelection: $beacon-gray-500,
46
48
  widgetSummarySelectionText: $beacon-gray-300,
47
49
  widgetDropShadow: none,
48
- selectedFilterBackground: $beacon-gray-700
50
+ selectedFilterBackground: $beacon-gray-700,
51
+ widgetLineChartText: $beacon-gray-700,
52
+ widgetLineChartFillColor: $beacon-green-700
49
53
  ),
50
54
  highcontrast: (
51
55
  widgetText: $beacon-white,
@@ -68,7 +72,9 @@ $platform_widget_contrasts: (
68
72
  widgetSummarySelection: $beacon-gray-700,
69
73
  widgetSummarySelectionText: $beacon-white,
70
74
  widgetDropShadow: none,
71
- selectedFilterBackground: $beacon-gray-600
75
+ selectedFilterBackground: $beacon-gray-600,
76
+ widgetLineChartText: $beacon-white,
77
+ widgetLineChartFillColor: $highcontrast-bright-green-200
72
78
  )
73
79
  );
74
80
 
@@ -614,6 +620,70 @@ $platform_widget_contrasts: (
614
620
  }
615
621
  }
616
622
  }
623
+
624
+ &.line-chart-widget {
625
+ height: 400px !important;
626
+ width: 322px;
627
+
628
+ @include widget-filter-container();
629
+ .gridline-path {
630
+ stroke-dasharray: 1, 4;
631
+ }
632
+
633
+ .tick text {
634
+ font-size: 9px !important;
635
+ @include themify($platform_widget_contrasts) {
636
+ fill: apply('widgetLineChartText') !important;
637
+ }
638
+ @include font-weight--bold;
639
+ }
640
+
641
+ ngx-charts-line-chart {
642
+ .line-series path.line {
643
+ @include themify($platform_widget_contrasts) {
644
+ stroke: apply('widgetLineChartFillColor') !important;
645
+ }
646
+ stroke-width: 2px;
647
+ }
648
+
649
+ path.area {
650
+ @include themify($platform_widget_contrasts) {
651
+ fill: apply('widgetLineChartFillColor') !important;
652
+ }
653
+ fill-opacity: 0.4 !important;
654
+ }
655
+ }
656
+
657
+ ngx-charts-chart g > circle {
658
+ @include themify($platform_widget_contrasts) {
659
+ fill: apply('widgetLineChartFillColor') !important;
660
+ stroke: apply('widgetLineChartFillColor') !important;
661
+ }
662
+ }
663
+
664
+ .ngx-charts .line-highlight {
665
+ display: block;
666
+ }
667
+
668
+ rect {
669
+ @include themify($platform_widget_contrasts) {
670
+ fill: apply('widgetLineChartFillColor') !important;
671
+ }
672
+ fill-opacity: 0.4 !important;
673
+ }
674
+
675
+ .chart-wrapper {
676
+ width: 100%;
677
+ flex: 1 1 auto;
678
+ height: 310px !important;
679
+ }
680
+ }
681
+ }
682
+
683
+ .ngx-charts-tooltip-content.type-tooltip [style*="background"] {
684
+ @include themify($platform_widget_contrasts) {
685
+ background: apply('widgetLineChartFillColor') !important;
686
+ }
617
687
  }
618
688
 
619
689
  /*