@beacon-interactive-systems-llc/beacon-platform-ui 17.2.0 → 17.3.0

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": "17.2.0",
3
+ "version": "17.3.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0",
@@ -50,7 +50,7 @@ $date-filter-width: calc(1em * 8);
50
50
  @include themify($platform_filter_contrasts) {
51
51
  border-color: apply('filterBorder');
52
52
  border-style: solid;
53
- border-width: 0.5px 0.5px 0 0.5px;
53
+ border-width: 0.5px 0.5px 0.5px 0.5px;
54
54
  }
55
55
  border-top-left-radius: 5px;
56
56
  border-top-right-radius: 5px;
@@ -9,7 +9,7 @@ $platform_contrasts: (
9
9
  checkboxColor: $beacon-dark-blue-500,
10
10
  nmc: $beacon-orange-600,
11
11
  nmcText: $beacon-white,
12
- pmc: $beacon-yellow-300,
12
+ pmc: $beacon-yellow-500,
13
13
  pmcText: $beacon-black,
14
14
  fmc: $beacon-green-500,
15
15
  fmcText: $beacon-white
@@ -3,21 +3,33 @@
3
3
  $platform_widget_contrasts: (
4
4
  light: (
5
5
  widgetText: $beacon-black,
6
- widgetBackground: $beacon-gray-100,
6
+ widgetBackground: $beacon-white,
7
7
  widgetBorder: $beacon-gray-300,
8
- widgetHighlight: $beacon-dark-blue-200
8
+ widgetHighlight: $beacon-dark-blue-200,
9
+ highlightOrange: $beacon-orange-200,
10
+ highlightOrangeText: $beacon-black,
11
+ highlightGray: $beacon-gray-100,
12
+ highlightGrayText: $beacon-black
9
13
  ),
10
14
  dark: (
11
15
  widgetText: $beacon-gray-200,
12
16
  widgetBackground: $beacon-gray-600,
13
17
  widgetBorder: $beacon-gray-500,
14
- widgetHighlight: $beacon-dark-blue-500
18
+ widgetHighlight: $beacon-dark-blue-500,
19
+ highlightOrange: $beacon-orange-400,
20
+ highlightOrangeText: $beacon-gray-200,
21
+ highlightGray: $beacon-gray-700,
22
+ highlightGrayText: $beacon-gray-200
15
23
  ),
16
24
  highcontrast: (
17
25
  widgetText: $beacon-white,
18
26
  widgetBackground: $beacon-black,
19
27
  widgetBorder: $beacon-white,
20
- widgetHighlight: $beacon-dark-blue-600
28
+ widgetHighlight: $beacon-dark-blue-600,
29
+ highlightOrange: $highcontrast-bright-orange-100,
30
+ highlightOrangeText: $beacon-black,
31
+ highlightGray: $beacon-black,
32
+ highlightGrayText: $beacon-white
21
33
  )
22
34
  );
23
35
 
@@ -93,6 +105,64 @@ $platform_widget_contrasts: (
93
105
  }
94
106
  }
95
107
  }
108
+
109
+ &.platform-equipment-card {
110
+ width: 261px;
111
+ min-height: 325px;
112
+ margin-top: 1rem;
113
+ margin-right: 1rem;
114
+ padding-bottom: 0;
115
+ display: flex;
116
+ flex-direction: column;
117
+ justify-content: space-between;
118
+
119
+ .equipment-icon {
120
+ height: 40px;
121
+ width: 40px;
122
+ font-size: 36px;
123
+ }
124
+
125
+ .mission-capable-status {
126
+ @include font-size--md;
127
+ @include font-weight--bold;
128
+ border-radius: 3px;
129
+ width: 100%;
130
+ }
131
+
132
+ .highlight-field-container {
133
+ min-height: 45px;
134
+ .highlight-field {
135
+ @include font-size--md;
136
+ @include font-weight--semibold;
137
+ @include themify($platform_widget_contrasts) {
138
+ background: apply('highlightOrange');
139
+ color: apply('highlightOrangeText');
140
+ }
141
+ border-radius: 5px;
142
+ width: auto;
143
+ margin-right: 0.5rem;
144
+ padding: 0.1rem 0.5rem;
145
+ }
146
+ }
147
+
148
+ .outline-field {
149
+ @include font-size--md;
150
+ @include themify($platform_widget_contrasts) {
151
+ border: 1px solid apply('widgetBorder');
152
+ }
153
+ border-radius: 2px;
154
+ display: block;
155
+ padding-left: 0.1rem;
156
+ min-height: 25px;
157
+ }
158
+
159
+ .platform-equipment-footnote {
160
+ @include themify($platform_widget_contrasts) {
161
+ background: apply('highlightGray');
162
+ color: apply('highlightGrayText');
163
+ }
164
+ }
165
+ }
96
166
  }
97
167
 
98
168
  /*