@beacon-interactive-systems-llc/beacon-platform-ui 20.0.1 → 20.0.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 +1 -1
- package/styles/_charts.scss +81 -0
- package/styles/_global-search.scss +7 -0
- package/styles/_layout.scss +6 -2
- package/styles/_widgets.scss +44 -1
- package/styles/styles.scss +1 -0
package/package.json
CHANGED
package/styles/_charts.scss
CHANGED
|
@@ -6,6 +6,16 @@ $platform_charts_contrasts: (
|
|
|
6
6
|
filterChip: $beacon-green-100,
|
|
7
7
|
filterChipText: $beacon-black,
|
|
8
8
|
chartText: $beacon-black,
|
|
9
|
+
chartColorIndicatorChildOne: $beacon-blue-100,
|
|
10
|
+
chartColorIndicatorChildTwo: $beacon-dark-blue-500,
|
|
11
|
+
chartColorIndicatorChildThree: $beacon-green-600,
|
|
12
|
+
chartColorIndicatorChildFour: $beacon-orange-500,
|
|
13
|
+
chartColorIndicatorChildFive: $beacon-orange-300,
|
|
14
|
+
chartColorIndicatorChildSix: $beacon-cyan-300,
|
|
15
|
+
chartColorIndicatorChildSeven: $beacon-dark-blue-300,
|
|
16
|
+
chartColorIndicatorChildEight: $beacon-green-400,
|
|
17
|
+
chartColorIndicatorChildNine: $beacon-orange-100,
|
|
18
|
+
chartColorIndicatorChildTen: $beacon-green-200,
|
|
9
19
|
),
|
|
10
20
|
dark: (
|
|
11
21
|
toolbar: $beacon-gray-700,
|
|
@@ -14,6 +24,16 @@ $platform_charts_contrasts: (
|
|
|
14
24
|
filterChip: $beacon-dark-blue-400,
|
|
15
25
|
filterChipText: $beacon-gray-300,
|
|
16
26
|
chartText: $beacon-gray-200,
|
|
27
|
+
chartColorIndicatorChildOne: $beacon-blue-300,
|
|
28
|
+
chartColorIndicatorChildTwo: $beacon-dark-blue-700,
|
|
29
|
+
chartColorIndicatorChildThree: $beacon-green-750,
|
|
30
|
+
chartColorIndicatorChildFour: $beacon-orange-700,
|
|
31
|
+
chartColorIndicatorChildFive: $beacon-orange-500,
|
|
32
|
+
chartColorIndicatorChildSix: $beacon-cyan-500,
|
|
33
|
+
chartColorIndicatorChildSeven: $beacon-dark-blue-500,
|
|
34
|
+
chartColorIndicatorChildEight: $beacon-green-600,
|
|
35
|
+
chartColorIndicatorChildNine: $beacon-orange-300,
|
|
36
|
+
chartColorIndicatorChildTen: $beacon-green-500,
|
|
17
37
|
),
|
|
18
38
|
highcontrast: (
|
|
19
39
|
toolbar: $beacon-black,
|
|
@@ -22,6 +42,16 @@ $platform_charts_contrasts: (
|
|
|
22
42
|
filterChip: $highcontrast-bright-green-300,
|
|
23
43
|
filterChipText: $beacon-black,
|
|
24
44
|
chartText: $beacon-white,
|
|
45
|
+
chartColorIndicatorChildOne: $highcontrast-bright-blue-100,
|
|
46
|
+
chartColorIndicatorChildTwo: $highcontrast-bright-blue-300,
|
|
47
|
+
chartColorIndicatorChildThree: $highcontrast-bright-green-300,
|
|
48
|
+
chartColorIndicatorChildFour: $highcontrast-bright-orange-300,
|
|
49
|
+
chartColorIndicatorChildFive: $highcontrast-bright-orange-200,
|
|
50
|
+
chartColorIndicatorChildSix: $highcontrast-teal-100,
|
|
51
|
+
chartColorIndicatorChildSeven: $highcontrast-bright-blue-200,
|
|
52
|
+
chartColorIndicatorChildEight: $highcontrast-bright-green-200,
|
|
53
|
+
chartColorIndicatorChildNine: $highcontrast-bright-orange-100,
|
|
54
|
+
chartColorIndicatorChildTen: $highcontrast-bright-green-100,
|
|
25
55
|
)
|
|
26
56
|
);
|
|
27
57
|
|
|
@@ -33,8 +63,59 @@ $platform_charts_contrasts: (
|
|
|
33
63
|
--secondary-chart-light: #009CDE; // $beacon-cyan-500
|
|
34
64
|
--secondary-chart-dark: #9FAAC4; // $beacon-dark-blue-300
|
|
35
65
|
--secondary-chart-highcontrast: #70D4FF; // $highcontrast-bright-blue-100
|
|
66
|
+
|
|
67
|
+
--chart-color-child-1-light: #71A2FA; // $beacon-blue-100
|
|
68
|
+
--chart-color-child-2-light: #1C3775; // $beacon-dark-blue-500;
|
|
69
|
+
--chart-color-child-3-light: #258367; // $beacon-green-600;
|
|
70
|
+
--chart-color-child-4-light: #E35205; // $beacon-orange-500;
|
|
71
|
+
--chart-color-child-5-light: #FFB281; // $beacon-orange-300;
|
|
72
|
+
--chart-color-child-6-light: #62DDF5; // $beacon-cyan-300;
|
|
73
|
+
--chart-color-child-7-light: #9FAAC4; // $beacon-dark-blue-300;
|
|
74
|
+
--chart-color-child-8-light: #62D1A4; // $beacon-green-400;
|
|
75
|
+
--chart-color-child-9-light: #FFE8D7; // $beacon-orange-100;
|
|
76
|
+
--chart-color-child-10-light: #BFEFDB; // $beacon-green-200;
|
|
77
|
+
--chart-color-noitems-light: #E4E4E4; // $beacon-gray-200;
|
|
78
|
+
|
|
79
|
+
--chart-color-child-1-dark: #0044C4; //$beacon-blue-300;
|
|
80
|
+
--chart-color-child-2-dark: #0E1F54; // $beacon-dark-blue-700;
|
|
81
|
+
--chart-color-child-3-dark: #006158; // $beacon-green-750;
|
|
82
|
+
--chart-color-child-4-dark: #A32502;; // $beacon-orange-700;
|
|
83
|
+
--chart-color-child-5-dark: #E35205; // $beacon-orange-500;
|
|
84
|
+
--chart-color-child-6-dark: #009CDE; // $beacon-cyan-500;
|
|
85
|
+
--chart-color-child-7-dark: #1C3775; // $beacon-dark-blue-500;
|
|
86
|
+
--chart-color-child-8-dark: #258367; // $beacon-green-600;
|
|
87
|
+
--chart-color-child-9-dark: #FFB281; // $beacon-orange-300;
|
|
88
|
+
--chart-color-child-10-dark: #34B78F; // $beacon-green-500;
|
|
89
|
+
--chart-color-noitems-dark: #4B4A48; // $beacon-gray-500:
|
|
90
|
+
|
|
91
|
+
--chart-color-child-1-highcontrast: #70D4FF; // $highcontrast-bright-blue-100;
|
|
92
|
+
--chart-color-child-2-highcontrast: #0089C4; // $highcontrast-bright-blue-300;
|
|
93
|
+
--chart-color-child-3-highcontrast: #00A907; // $highcontrast-bright-green-300;
|
|
94
|
+
--chart-color-child-4-highcontrast: #DC0000; // $highcontrast-bright-orange-300;
|
|
95
|
+
--chart-color-child-5-highcontrast: #FF6300; // $highcontrast-bright-orange-200;
|
|
96
|
+
--chart-color-child-6-highcontrast: #00FFE7; // $highcontrast-teal-100;
|
|
97
|
+
--chart-color-child-7-highcontrast: #26BEFF; // $highcontrast-bright-blue-200;
|
|
98
|
+
--chart-color-child-8-highcontrast: #00FF0A; // $highcontrast-bright-green-200;
|
|
99
|
+
--chart-color-child-9-highcontrast: #FFAA73; // $highcontrast-bright-orange-100;
|
|
100
|
+
--chart-color-child-10-highcontrast: #71FF76; // $highcontrast-bright-green-100;
|
|
101
|
+
--chart-color-noitems-highcontrast: #E4E4E4; // $beacon-gray-200;
|
|
36
102
|
}
|
|
37
103
|
|
|
104
|
+
.chart-color-indicator-child {
|
|
105
|
+
@include themify($platform_charts_contrasts) {
|
|
106
|
+
&-1 { border-left: 6px solid apply('chartColorIndicatorChildOne') !important; }
|
|
107
|
+
&-2 { border-left: 6px solid apply('chartColorIndicatorChildTwo') !important; }
|
|
108
|
+
&-3 { border-left: 6px solid apply('chartColorIndicatorChildThree') !important; }
|
|
109
|
+
&-4 { border-left: 6px solid apply('chartColorIndicatorChildFour') !important; }
|
|
110
|
+
&-5 { border-left: 6px solid apply('chartColorIndicatorChildFive') !important; }
|
|
111
|
+
&-6 { border-left: 6px solid apply('chartColorIndicatorChildSix') !important; }
|
|
112
|
+
&-7 { border-left: 6px solid apply('chartColorIndicatorChildSeven') !important; }
|
|
113
|
+
&-8 { border-left: 6px solid apply('chartColorIndicatorChildEight') !important; }
|
|
114
|
+
&-9 { border-left: 6px solid apply('chartColorIndicatorChildNine') !important; }
|
|
115
|
+
&-10 { border-left: 6px solid apply('chartColorIndicatorChildTen') !important; }
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
38
119
|
.chart-page-container {
|
|
39
120
|
.page-header-row {
|
|
40
121
|
@include themify($platform_charts_contrasts) {
|
|
@@ -218,6 +218,13 @@ $platform_globalsearch_contrasts: (
|
|
|
218
218
|
height: 20px;
|
|
219
219
|
text-indent: 8px;
|
|
220
220
|
|
|
221
|
+
span {
|
|
222
|
+
overflow: hidden;
|
|
223
|
+
text-overflow: ellipsis;
|
|
224
|
+
white-space: nowrap;
|
|
225
|
+
width: 200px;
|
|
226
|
+
}
|
|
227
|
+
|
|
221
228
|
&:hover {
|
|
222
229
|
@include themify($platform_globalsearch_contrasts) {
|
|
223
230
|
background: apply('searchResultsItemHighlighted');
|
package/styles/_layout.scss
CHANGED
|
@@ -627,6 +627,11 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
627
627
|
height: 100vh;
|
|
628
628
|
width: 100%;
|
|
629
629
|
|
|
630
|
+
&.showing-cui {
|
|
631
|
+
height: calc(100vh - 24px);
|
|
632
|
+
margin-top: 24px;
|
|
633
|
+
}
|
|
634
|
+
|
|
630
635
|
.parent-row {
|
|
631
636
|
@include themify($platform_layout_contrasts) {
|
|
632
637
|
background: apply('fullDetailParentBackground');
|
|
@@ -698,7 +703,6 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
698
703
|
flex-grow: 1;
|
|
699
704
|
padding: 8px 16px;
|
|
700
705
|
overflow-y: auto;
|
|
701
|
-
height: 100vh;
|
|
702
706
|
|
|
703
707
|
.focused-detail-widget {
|
|
704
708
|
@include widget-background-color;
|
|
@@ -732,7 +736,7 @@ $detail-view-width-expanded: calc(100vw - $leftnav-collapsed-width);
|
|
|
732
736
|
.list-view-container-widget {
|
|
733
737
|
.list-view-container {
|
|
734
738
|
height: unset !important;
|
|
735
|
-
|
|
739
|
+
|
|
736
740
|
.nested-list-container {
|
|
737
741
|
height: unset !important;
|
|
738
742
|
}
|
package/styles/_widgets.scss
CHANGED
|
@@ -23,6 +23,7 @@ $platform_widget_contrasts: (
|
|
|
23
23
|
widgetSummarySelectionText: $beacon-black,
|
|
24
24
|
widgetDropShadow: 0 0 4px 0 rgba(0, 0, 0, 0.12),
|
|
25
25
|
selectedFilterBackground: $beacon-gray-100,
|
|
26
|
+
selectedFilterAltBackground: $beacon-green-100,
|
|
26
27
|
widgetLineChartText: $beacon-gray-500,
|
|
27
28
|
widgetCircleIconRed: $beacon-orange-500
|
|
28
29
|
),
|
|
@@ -49,8 +50,9 @@ $platform_widget_contrasts: (
|
|
|
49
50
|
widgetSummarySelectionText: $beacon-gray-300,
|
|
50
51
|
widgetDropShadow: none,
|
|
51
52
|
selectedFilterBackground: $beacon-gray-700,
|
|
53
|
+
selectedFilterAltBackground: $beacon-green-600,
|
|
52
54
|
widgetLineChartText: $beacon-gray-700,
|
|
53
|
-
widgetCircleIconRed: $beacon-orange-500
|
|
55
|
+
widgetCircleIconRed: $beacon-orange-500,
|
|
54
56
|
),
|
|
55
57
|
highcontrast: (
|
|
56
58
|
widgetText: $beacon-white,
|
|
@@ -75,6 +77,7 @@ $platform_widget_contrasts: (
|
|
|
75
77
|
widgetSummarySelectionText: $beacon-white,
|
|
76
78
|
widgetDropShadow: none,
|
|
77
79
|
selectedFilterBackground: $beacon-gray-600,
|
|
80
|
+
selectedFilterAltBackground: $highcontrast-bright-green-300,
|
|
78
81
|
widgetLineChartText: $beacon-white,
|
|
79
82
|
widgetCircleIconRed: $beacon-orange-500
|
|
80
83
|
)
|
|
@@ -473,6 +476,46 @@ $platform_widget_contrasts: (
|
|
|
473
476
|
}
|
|
474
477
|
}
|
|
475
478
|
|
|
479
|
+
&.dual-pie-chart-widget {
|
|
480
|
+
min-height: 338px;
|
|
481
|
+
width: 100%;
|
|
482
|
+
@include widget-filter-container();
|
|
483
|
+
|
|
484
|
+
.filter-chip {
|
|
485
|
+
@include themify($platform_widget_contrasts) {
|
|
486
|
+
background-color: apply('selectedFilterAltBackground');
|
|
487
|
+
}
|
|
488
|
+
height: 18px;
|
|
489
|
+
border-radius: 2px;
|
|
490
|
+
margin-left: 4px !important;
|
|
491
|
+
padding: 2px 4px 2px 4px;
|
|
492
|
+
display: flex;
|
|
493
|
+
align-items: center;
|
|
494
|
+
|
|
495
|
+
&.clear-icon::after {
|
|
496
|
+
content: "close";
|
|
497
|
+
font-family: "Material Icons";
|
|
498
|
+
height: 8.5px;
|
|
499
|
+
width: 8.5px;
|
|
500
|
+
font-size: 8.5px;
|
|
501
|
+
margin: 0px 2px 2px 4px !important;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.chart-container {
|
|
506
|
+
height: 205px;
|
|
507
|
+
display: flex;
|
|
508
|
+
align-items: anchor-center;
|
|
509
|
+
justify-content: center;
|
|
510
|
+
position: relative;
|
|
511
|
+
|
|
512
|
+
.donut-center-text {
|
|
513
|
+
position: absolute;
|
|
514
|
+
top: 90px;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
|
|
476
519
|
&.count-summary-widget {
|
|
477
520
|
border-radius: 10px;
|
|
478
521
|
height: 144px;
|
package/styles/styles.scss
CHANGED