@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.95 → 2.0.0-next.96

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.
Files changed (90) hide show
  1. package/bundle/openbridge-webcomponents.bundle.js +14984 -14771
  2. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  3. package/custom-elements.json +44 -21
  4. package/dist/alert-severity.d.ts +1 -1
  5. package/dist/alert-severity.d.ts.map +1 -1
  6. package/dist/alert-severity.js +4 -1
  7. package/dist/alert-severity.js.map +1 -1
  8. package/dist/components/alert-button/alert-button.js +1 -1
  9. package/dist/components/alert-button/alert-button.js.map +1 -1
  10. package/dist/components/alert-icon/alert-icon.d.ts +30 -7
  11. package/dist/components/alert-icon/alert-icon.d.ts.map +1 -1
  12. package/dist/components/alert-icon/alert-icon.js +234 -67
  13. package/dist/components/alert-icon/alert-icon.js.map +1 -1
  14. package/dist/components/alert-icon/icons/icon-critical-acknowledged.d.ts +2 -0
  15. package/dist/components/alert-icon/icons/icon-critical-acknowledged.d.ts.map +1 -0
  16. package/dist/components/alert-icon/icons/icon-critical-acknowledged.js +17 -0
  17. package/dist/components/alert-icon/icons/icon-critical-acknowledged.js.map +1 -0
  18. package/dist/components/alert-icon/icons/icon-critical-rectified.d.ts +3 -0
  19. package/dist/components/alert-icon/icons/icon-critical-rectified.d.ts.map +1 -0
  20. package/dist/components/alert-icon/icons/icon-critical-rectified.js +28 -0
  21. package/dist/components/alert-icon/icons/icon-critical-rectified.js.map +1 -0
  22. package/dist/components/alert-icon/icons/icon-critical-silenced.d.ts +3 -0
  23. package/dist/components/alert-icon/icons/icon-critical-silenced.d.ts.map +1 -0
  24. package/dist/components/alert-icon/icons/{icon-warning-silenced.js → icon-critical-silenced.js} +26 -13
  25. package/dist/components/alert-icon/icons/icon-critical-silenced.js.map +1 -0
  26. package/dist/components/alert-icon/icons/icon-critical-unacknowledged.d.ts +3 -0
  27. package/dist/components/alert-icon/icons/icon-critical-unacknowledged.d.ts.map +1 -0
  28. package/dist/components/alert-icon/icons/icon-critical-unacknowledged.js +28 -0
  29. package/dist/components/alert-icon/icons/icon-critical-unacknowledged.js.map +1 -0
  30. package/dist/components/alert-icon/icons/icon-low-acknowledged.d.ts +2 -0
  31. package/dist/components/alert-icon/icons/icon-low-acknowledged.d.ts.map +1 -0
  32. package/dist/components/alert-icon/icons/icon-low-acknowledged.js +11 -0
  33. package/dist/components/alert-icon/icons/icon-low-acknowledged.js.map +1 -0
  34. package/dist/components/alert-icon/icons/icon-low-rectified.d.ts +3 -0
  35. package/dist/components/alert-icon/icons/icon-low-rectified.d.ts.map +1 -0
  36. package/dist/components/alert-icon/icons/icon-low-rectified.js +16 -0
  37. package/dist/components/alert-icon/icons/icon-low-rectified.js.map +1 -0
  38. package/dist/components/alert-icon/icons/icon-low-silenced.d.ts +3 -0
  39. package/dist/components/alert-icon/icons/icon-low-silenced.d.ts.map +1 -0
  40. package/dist/components/alert-icon/icons/icon-low-silenced.js +18 -0
  41. package/dist/components/alert-icon/icons/icon-low-silenced.js.map +1 -0
  42. package/dist/components/alert-icon/icons/icon-low-unacknowledged.d.ts +3 -0
  43. package/dist/components/alert-icon/icons/icon-low-unacknowledged.d.ts.map +1 -0
  44. package/dist/components/alert-icon/icons/icon-low-unacknowledged.js +16 -0
  45. package/dist/components/alert-icon/icons/icon-low-unacknowledged.js.map +1 -0
  46. package/dist/pages/alert-detail-page/alert-detail-page.d.ts.map +1 -1
  47. package/dist/pages/alert-detail-page/alert-detail-page.js +1 -2
  48. package/dist/pages/alert-detail-page/alert-detail-page.js.map +1 -1
  49. package/package.json +1 -1
  50. package/src/alert-severity.ts +8 -1
  51. package/src/components/alert-button/alert-button.ts +1 -1
  52. package/src/components/alert-icon/alert-icon.stories.ts +69 -11
  53. package/src/components/alert-icon/alert-icon.ts +214 -64
  54. package/src/components/alert-icon/icons/icon-critical-acknowledged.ts +14 -0
  55. package/src/components/alert-icon/icons/icon-critical-rectified.ts +25 -0
  56. package/src/components/alert-icon/icons/{icon-warning-silenced.ts → icon-critical-silenced.ts} +23 -10
  57. package/src/components/alert-icon/icons/icon-critical-unacknowledged.ts +25 -0
  58. package/src/components/alert-icon/icons/icon-low-acknowledged.ts +8 -0
  59. package/src/components/alert-icon/icons/icon-low-rectified.ts +13 -0
  60. package/src/components/alert-icon/icons/icon-low-silenced.ts +15 -0
  61. package/src/components/alert-icon/icons/icon-low-unacknowledged.ts +13 -0
  62. package/src/pages/alert-detail-page/alert-detail-page.ts +0 -2
  63. package/dist/components/alert-icon/icons/icon-alarm-rectified.d.ts +0 -3
  64. package/dist/components/alert-icon/icons/icon-alarm-rectified.d.ts.map +0 -1
  65. package/dist/components/alert-icon/icons/icon-alarm-rectified.js +0 -15
  66. package/dist/components/alert-icon/icons/icon-alarm-rectified.js.map +0 -1
  67. package/dist/components/alert-icon/icons/icon-alarm-silenced.d.ts +0 -3
  68. package/dist/components/alert-icon/icons/icon-alarm-silenced.d.ts.map +0 -1
  69. package/dist/components/alert-icon/icons/icon-alarm-silenced.js +0 -17
  70. package/dist/components/alert-icon/icons/icon-alarm-silenced.js.map +0 -1
  71. package/dist/components/alert-icon/icons/icon-alarm-unack.d.ts +0 -3
  72. package/dist/components/alert-icon/icons/icon-alarm-unack.d.ts.map +0 -1
  73. package/dist/components/alert-icon/icons/icon-alarm-unack.js +0 -15
  74. package/dist/components/alert-icon/icons/icon-alarm-unack.js.map +0 -1
  75. package/dist/components/alert-icon/icons/icon-warning-rectified.d.ts +0 -3
  76. package/dist/components/alert-icon/icons/icon-warning-rectified.d.ts.map +0 -1
  77. package/dist/components/alert-icon/icons/icon-warning-rectified.js +0 -15
  78. package/dist/components/alert-icon/icons/icon-warning-rectified.js.map +0 -1
  79. package/dist/components/alert-icon/icons/icon-warning-silenced.d.ts +0 -3
  80. package/dist/components/alert-icon/icons/icon-warning-silenced.d.ts.map +0 -1
  81. package/dist/components/alert-icon/icons/icon-warning-silenced.js.map +0 -1
  82. package/dist/components/alert-icon/icons/icon-warning-unack.d.ts +0 -3
  83. package/dist/components/alert-icon/icons/icon-warning-unack.d.ts.map +0 -1
  84. package/dist/components/alert-icon/icons/icon-warning-unack.js +0 -15
  85. package/dist/components/alert-icon/icons/icon-warning-unack.js.map +0 -1
  86. package/src/components/alert-icon/icons/icon-alarm-rectified.ts +0 -12
  87. package/src/components/alert-icon/icons/icon-alarm-silenced.ts +0 -14
  88. package/src/components/alert-icon/icons/icon-alarm-unack.ts +0 -12
  89. package/src/components/alert-icon/icons/icon-warning-rectified.ts +0 -12
  90. package/src/components/alert-icon/icons/icon-warning-unack.ts +0 -12
@@ -1,21 +1,10 @@
1
1
  import {LitElement, html, css, TemplateResult, nothing} from 'lit';
2
2
  import {property} from 'lit/decorators.js';
3
3
  import {classMap} from 'lit/directives/class-map.js';
4
- import {alarmRectifiedA} from './icons/icon-alarm-rectified.js';
5
- import {warningRectifiedA} from './icons/icon-warning-rectified.js';
6
- import {alarmSilencedA, alarmSilencedB} from './icons/icon-alarm-silenced.js';
7
- import {
8
- warningSilencedA,
9
- warningSilencedB,
10
- } from './icons/icon-warning-silenced.js';
11
- import {alarmUnackA, alarmUnackB} from './icons/icon-alarm-unack.js';
12
- import {warningUnackA, warningUnackB} from './icons/icon-warning-unack.js';
13
4
  import '../../icons/icon-caution-color-iec.js';
14
5
  import {customElement} from '../../decorator.js';
15
6
  import {AlertType} from '../../types.js';
16
7
  import {
17
- getAlertBadgeComponent,
18
- AlertBadgeComponent,
19
8
  getAlertBlinkMode,
20
9
  getBamAlertTypeForBlinking,
21
10
  supportsBlinking,
@@ -23,9 +12,51 @@ import {
23
12
  import '../../icons/icon-alarm-badge-outline.js';
24
13
  import '../../icons/icon-warning-badge-outline.js';
25
14
  import '../../icons/icon-caution-badge-outline.js';
15
+ import '../../icons/icon-alarm-acknowledged-iec.js';
16
+ import '../../icons/icon-warning-acknowledged-iec.js';
17
+ import '../../icons/icon-alarm-rectified-iec.js';
18
+ import '../../icons/icon-warning-rectified-iec.js';
19
+ import '../../icons/icon-alarm-rectified-outlined.js';
20
+ import '../../icons/icon-warning-rectified-outlined.js';
21
+ import '../../icons/icon-alarm-silenced-iec.js';
22
+ import '../../icons/icon-alarm-silenced-outlined.js';
23
+ import '../../icons/icon-warning-silenced-iec.js';
24
+ import '../../icons/icon-warning-silenced-outlined.js';
25
+ import '../../icons/icon-alarm-unacknowledged-iec.js';
26
+ import '../../icons/icon-alarm-acknowledged-outlined.js';
27
+ import '../../icons/icon-warning-unacknowledged-iec.js';
28
+ import '../../icons/icon-warning-unacknowledged-outlined.js';
29
+
26
30
  import '../alert-frame/critical-badge.js';
27
31
  import '../alert-frame/diagnostic-badge.js';
28
32
  import {criticalA, criticalB} from './icons/icon-critical.js';
33
+ import {
34
+ criticalUnacknowledgedA,
35
+ criticalUnacknowledgedB,
36
+ } from './icons/icon-critical-unacknowledged.js';
37
+ import {
38
+ criticalSilencedA,
39
+ criticalSilencedB,
40
+ } from './icons/icon-critical-silenced.js';
41
+ import {
42
+ criticalRectifiedA,
43
+ criticalRectifiedB,
44
+ } from './icons/icon-critical-rectified.js';
45
+ import {criticalAcknowledged} from './icons/icon-critical-acknowledged.js';
46
+ import {
47
+ lowUnacknowledgedA,
48
+ lowUnacknowledgedB,
49
+ } from './icons/icon-low-unacknowledged.js';
50
+ import {lowSilencedA, lowSilencedB} from './icons/icon-low-silenced.js';
51
+ import {lowRectifiedA, lowRectifiedB} from './icons/icon-low-rectified.js';
52
+ import {lowAcknowledged} from './icons/icon-low-acknowledged.js';
53
+
54
+ enum AlertIconState {
55
+ Silenced = 'silenced',
56
+ Unacknowledged = 'unacknowledged',
57
+ Acknowledged = 'acknowledged',
58
+ Rectified = 'rectified',
59
+ }
29
60
 
30
61
  enum AlertIconName {
31
62
  AlarmSilenced = 'alarm-silenced',
@@ -35,37 +66,85 @@ enum AlertIconName {
35
66
  WarningRectified = 'warning-rectified',
36
67
  WarningSilenced = 'warning-silenced',
37
68
  Critical = 'critical',
69
+ CriticalUnack = 'critical-unack',
70
+ CriticalSilenced = 'critical-silenced',
71
+ CriticalRectified = 'critical-rectified',
72
+ LowUnack = 'low-unack',
73
+ LowSilenced = 'low-silenced',
74
+ LowRectified = 'low-rectified',
38
75
  }
39
76
 
40
77
  const mapping = {
41
78
  [AlertIconName.AlarmSilenced]: {
42
- a: alarmSilencedA,
43
- b: alarmSilencedB,
79
+ a: html`<obi-alarm-silenced-iec usecsscolor></obi-alarm-silenced-iec>`,
80
+ b: html`<obi-alarm-silenced-outlined
81
+ usecsscolor
82
+ ></obi-alarm-silenced-outlined>`,
44
83
  },
45
84
  [AlertIconName.AlarmUnack]: {
46
- a: alarmUnackA,
47
- b: alarmUnackB,
85
+ a: html`<obi-alarm-unacknowledged-iec
86
+ usecsscolor
87
+ ></obi-alarm-unacknowledged-iec>`,
88
+ b: html`<obi-alarm-acknowledged-outlined
89
+ usecsscolor
90
+ ></obi-alarm-acknowledged-outlined>`,
48
91
  },
49
92
  [AlertIconName.AlarmRectified]: {
50
- a: alarmRectifiedA,
51
- b: alarmRectifiedA,
93
+ a: html`<obi-alarm-rectified-iec usecsscolor></obi-alarm-rectified-iec>`,
94
+ b: html`<obi-alarm-rectified-outlined
95
+ usecsscolor
96
+ ></obi-alarm-rectified-outlined>`,
52
97
  },
53
98
  [AlertIconName.WarningUnack]: {
54
- a: warningUnackA,
55
- b: warningUnackB,
99
+ a: html`<obi-warning-unacknowledged-iec
100
+ usecsscolor
101
+ ></obi-warning-unacknowledged-iec>`,
102
+ b: html`<obi-warning-unacknowledged-outlined
103
+ usecsscolor
104
+ ></obi-warning-unacknowledged-outlined>`,
56
105
  },
57
106
  [AlertIconName.WarningRectified]: {
58
- a: warningRectifiedA,
59
- b: warningRectifiedA,
107
+ a: html`<obi-warning-rectified-iec
108
+ usecsscolor
109
+ ></obi-warning-rectified-iec>`,
110
+ b: html`<obi-warning-rectified-outlined
111
+ usecsscolor
112
+ ></obi-warning-rectified-outlined>`,
60
113
  },
61
114
  [AlertIconName.WarningSilenced]: {
62
- a: warningSilencedA,
63
- b: warningSilencedB,
115
+ a: html`<obi-warning-silenced-iec usecsscolor></obi-warning-silenced-iec>`,
116
+ b: html`<obi-warning-silenced-outlined
117
+ usecsscolor
118
+ ></obi-warning-silenced-outlined>`,
64
119
  },
65
120
  [AlertIconName.Critical]: {
66
121
  a: criticalA,
67
122
  b: criticalB,
68
123
  },
124
+ [AlertIconName.CriticalUnack]: {
125
+ a: criticalUnacknowledgedA,
126
+ b: criticalUnacknowledgedB,
127
+ },
128
+ [AlertIconName.CriticalSilenced]: {
129
+ a: criticalSilencedA,
130
+ b: criticalSilencedB,
131
+ },
132
+ [AlertIconName.CriticalRectified]: {
133
+ a: criticalRectifiedA,
134
+ b: criticalRectifiedB,
135
+ },
136
+ [AlertIconName.LowUnack]: {
137
+ a: lowUnacknowledgedA,
138
+ b: lowUnacknowledgedB,
139
+ },
140
+ [AlertIconName.LowSilenced]: {
141
+ a: lowSilencedA,
142
+ b: lowSilencedB,
143
+ },
144
+ [AlertIconName.LowRectified]: {
145
+ a: lowRectifiedA,
146
+ b: lowRectifiedB,
147
+ },
69
148
  };
70
149
  /**
71
150
  * `obc-alert-icon` – Animated alert icon for signaling alarm and warning states.
@@ -103,27 +182,76 @@ const mapping = {
103
182
  */
104
183
  @customElement('obc-alert-icon')
105
184
  export class ObcAlertIcon extends LitElement {
106
- @property({type: String}) type!: AlertType;
107
- /** @availableWhen outline==false && type in [Alarm, Warning, LevelHigh, LevelMedium] */
108
- @property({type: Boolean}) acknowledged!: boolean;
109
- /** @availableWhen outline==false && type in [Alarm, Warning, LevelHigh, LevelMedium] */
110
- @property({type: Boolean}) active!: boolean;
111
- @property({type: Boolean}) outline!: boolean;
185
+ @property({type: String}) alertType: AlertType = AlertType.Alarm;
186
+ /* @deprecated use `alertType` instead */
187
+ @property({type: String}) type?: AlertType;
188
+ /**
189
+ * @availableWhen type in [Alarm, Warning, LevelHigh, LevelMedium, LevelLow]
190
+ */
191
+ @property({type: Boolean}) acknowledged?: boolean;
192
+ /**
193
+ * @availableWhen type in [Alarm, Warning, LevelHigh, LevelMedium, LevelLow]
194
+ */
195
+ @property({type: Boolean}) active?: boolean;
196
+ @property({type: Boolean}) silenced?: boolean;
197
+
198
+ private get _effectiveType(): AlertType {
199
+ if (this.type) {
200
+ return this.type;
201
+ }
202
+ return this.alertType;
203
+ }
112
204
 
113
205
  private get bamType(): AlertType {
114
- return getBamAlertTypeForBlinking(this.type);
206
+ return getBamAlertTypeForBlinking(this._effectiveType);
207
+ }
208
+
209
+ private get _effectiveState(): AlertIconState {
210
+ if (this.active === false) {
211
+ return AlertIconState.Rectified;
212
+ } else if (this.acknowledged) {
213
+ return AlertIconState.Acknowledged;
214
+ } else if (this.silenced) {
215
+ return AlertIconState.Silenced;
216
+ } else if (this.active === true) {
217
+ return AlertIconState.Unacknowledged;
218
+ }
219
+ return AlertIconState.Unacknowledged;
115
220
  }
116
221
 
117
222
  get icon() {
118
- if (this.type === AlertType.LevelCritical) {
119
- return mapping[AlertIconName.Critical];
223
+ if (this._effectiveType === AlertType.LevelCritical) {
224
+ switch (this._effectiveState) {
225
+ case AlertIconState.Rectified:
226
+ return mapping[AlertIconName.CriticalRectified];
227
+ case AlertIconState.Silenced:
228
+ return mapping[AlertIconName.CriticalSilenced];
229
+ case AlertIconState.Unacknowledged:
230
+ return mapping[AlertIconName.CriticalUnack];
231
+ default:
232
+ return mapping[AlertIconName.Critical];
233
+ }
234
+ } else if (this._effectiveType === AlertType.LevelLow) {
235
+ switch (this._effectiveState) {
236
+ case AlertIconState.Rectified:
237
+ return mapping[AlertIconName.LowRectified];
238
+ case AlertIconState.Silenced:
239
+ return mapping[AlertIconName.LowSilenced];
240
+ case AlertIconState.Unacknowledged:
241
+ return mapping[AlertIconName.LowUnack];
242
+ default:
243
+ return mapping[AlertIconName.LowUnack];
244
+ }
120
245
  } else if (this.bamType === AlertType.Alarm) {
121
- if (this.active === false) {
122
- return mapping[AlertIconName.AlarmRectified];
123
- } else if (this.acknowledged) {
124
- return mapping[AlertIconName.AlarmSilenced];
125
- } else {
126
- return mapping[AlertIconName.AlarmUnack];
246
+ switch (this._effectiveState) {
247
+ case AlertIconState.Rectified:
248
+ return mapping[AlertIconName.AlarmRectified];
249
+ case AlertIconState.Silenced:
250
+ return mapping[AlertIconName.AlarmSilenced];
251
+ case AlertIconState.Unacknowledged:
252
+ return mapping[AlertIconName.AlarmUnack];
253
+ default:
254
+ return null;
127
255
  }
128
256
  } else if (this.bamType === AlertType.Warning) {
129
257
  if (this.active === false) {
@@ -138,48 +266,68 @@ export class ObcAlertIcon extends LitElement {
138
266
  return null;
139
267
  }
140
268
 
141
- private renderOutlineIcon(): TemplateResult {
142
- switch (getAlertBadgeComponent(this.type)) {
143
- case AlertBadgeComponent.Critical:
144
- return html`<obi-critical-badge></obi-critical-badge>`;
145
- case AlertBadgeComponent.Warning:
146
- return html`<obi-warning-badge-outline></obi-warning-badge-outline>`;
147
- case AlertBadgeComponent.Caution:
148
- return html`<obi-caution-badge-outline></obi-caution-badge-outline>`;
149
- case AlertBadgeComponent.Diagnostic:
150
- return html`<obi-diagnostic-badge
151
- style="color: var(--alert-diagnostic-color);"
152
- ></obi-diagnostic-badge>`;
153
- default:
154
- return html`<obi-alarm-badge-outline></obi-alarm-badge-outline>`;
155
- }
156
- }
157
-
158
269
  private renderStaticIcon(): TemplateResult | typeof nothing {
159
- if (this.type === AlertType.Caution || this.type === AlertType.LevelLow) {
270
+ // Caution and diagnostic always show a fixed symbol, regardless of state.
271
+ if (this._effectiveType === AlertType.Caution) {
160
272
  return html`<obi-caution-color-iec usecsscolor></obi-caution-color-iec>`;
161
273
  }
162
- if (this.type === AlertType.LevelDiagnostic) {
274
+ if (this._effectiveType === AlertType.LevelDiagnostic) {
163
275
  return html`<obi-diagnostic-badge
164
276
  style="color: var(--alert-diagnostic-color);"
165
277
  ></obi-diagnostic-badge>`;
166
278
  }
279
+ if (this._effectiveState === AlertIconState.Acknowledged) {
280
+ if (this._effectiveType === AlertType.LevelCritical) {
281
+ return html`${criticalAcknowledged}`;
282
+ }
283
+ if (this._effectiveType === AlertType.LevelLow) {
284
+ return html`${lowAcknowledged}`;
285
+ }
286
+ switch (this.bamType) {
287
+ case AlertType.Alarm:
288
+ return html`<obi-alarm-acknowledged-iec
289
+ usecsscolor
290
+ ></obi-alarm-acknowledged-iec>`;
291
+ case AlertType.Warning:
292
+ return html`<obi-warning-acknowledged-iec
293
+ usecsscolor
294
+ ></obi-warning-acknowledged-iec>`;
295
+ default:
296
+ return nothing;
297
+ }
298
+ } else if (this._effectiveState === AlertIconState.Rectified) {
299
+ if (this._effectiveType === AlertType.LevelCritical) {
300
+ return html`${criticalRectifiedB}`;
301
+ }
302
+ if (this._effectiveType === AlertType.LevelLow) {
303
+ return html`${lowRectifiedB}`;
304
+ }
305
+ switch (this.bamType) {
306
+ case AlertType.Alarm:
307
+ return html`<obi-alarm-rectified-outlined
308
+ usecsscolor
309
+ ></obi-alarm-rectified-outlined>`;
310
+ case AlertType.Warning:
311
+ return html`<obi-warning-rectified-outlined
312
+ usecsscolor
313
+ ></obi-warning-rectified-outlined>`;
314
+ default:
315
+ return nothing;
316
+ }
317
+ }
167
318
  return nothing;
168
319
  }
169
320
 
170
321
  override render() {
171
- if (!this.type) {
322
+ if (!this._effectiveType) {
172
323
  return html`<div>No alarm</div>`;
173
324
  }
174
- if (this.outline) {
175
- return html`<div class="wrapper">${this.renderOutlineIcon()}</div>`;
176
- }
177
- if (supportsBlinking(this.type) && !(this.type === AlertType.LevelLow)) {
325
+ if (supportsBlinking(this._effectiveType, this.acknowledged ?? false)) {
178
326
  const icons = this.icon;
179
327
  if (!icons) {
180
328
  throw new Error('No icon found');
181
329
  }
182
- const blinkMode = getAlertBlinkMode(this.type);
330
+ const blinkMode = getAlertBlinkMode(this._effectiveType);
183
331
  return html`
184
332
  <div
185
333
  class=${classMap({
@@ -211,7 +359,9 @@ export class ObcAlertIcon extends LitElement {
211
359
  left: 0;
212
360
  }
213
361
 
214
- svg {
362
+ svg,
363
+ .a,
364
+ .b {
215
365
  height: 100%;
216
366
  width: 100%;
217
367
  position: absolute;
@@ -0,0 +1,14 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const criticalAcknowledged = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M 22,12
5
+ L 17,20.66
6
+ L 7,20.66
7
+ L 2,12
8
+ L 7,3.34
9
+ L 17,3.34
10
+ Z"
11
+ fill="var(--alert-critical-color)" stroke="var(--alert-critical-outline-color)" />
12
+ <path d="M13 13V7H11V13H13Z" fill="var(--on-critical-active-color)"/>
13
+ <path d="M13 17V15H11V17H13Z" fill="var(--on-critical-active-color)"/>
14
+ </svg>`;
@@ -0,0 +1,25 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const criticalRectifiedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M 22,12
5
+ L 17,20.66
6
+ L 7,20.66
7
+ L 2,12
8
+ L 7,3.34
9
+ L 17,3.34
10
+ Z"
11
+ fill="var(--alert-critical-color)" stroke="var(--alert-critical-outline-color)" />
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z" fill="var(--on-critical-active-color)"/>
13
+ </svg>`;
14
+
15
+ export const criticalRectifiedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
16
+ <path d="M 22,12
17
+ L 17,20.66
18
+ L 7,20.66
19
+ L 2,12
20
+ L 7,3.34
21
+ L 17,3.34
22
+ Z"
23
+ fill="none" stroke="var(--element-active-color)" />
24
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z" fill="var(--element-active-color)"/>
25
+ </svg>`;
@@ -1,14 +1,27 @@
1
1
  import {svg} from 'lit';
2
2
 
3
- export const warningSilencedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z" style="fill: var(--alert-warning-color)"/>
5
- <path d="M8.876 6.68796L7.81255 5.62451L6.75189 6.68517L10.0666 9.99993H8.29999C8.01997 9.99993 7.87995 9.99993 7.773 10.0544C7.67892 10.1024 7.60243 10.1789 7.55449 10.2729C7.49999 10.3799 7.49999 10.5199 7.49999 10.7999V13.1999C7.49999 13.48 7.49999 13.62 7.55449 13.7269C7.60243 13.821 7.67892 13.8975 7.773 13.9454C7.87995 13.9999 8.01997 13.9999 8.29999 13.9999H10.6686C10.7909 13.9999 10.8521 13.9999 10.9096 14.0137C10.9606 14.026 11.0094 14.0462 11.0541 14.0736C11.1046 14.1045 11.1478 14.1478 11.2343 14.2342L13.6343 16.6342C14.0627 17.0626 14.2769 17.2768 14.4608 17.2913C14.6203 17.3038 14.7762 17.2393 14.8802 17.1175C15 16.9773 15 16.6744 15 16.0686V14.9333L17.3585 17.2918L18.4192 16.2311L18.0684 15.8803L18.067 15.8817L8.87464 6.68932L8.876 6.68796Z" style="fill: var(--on-warning-active-color)"/>
6
- <path d="M15 10.6933V7.9313C15 7.32548 15 7.02257 14.8802 6.88231C14.7762 6.7606 14.6203 6.69602 14.4608 6.70858C14.2769 6.72305 14.0627 6.93724 13.6343 7.36561L12.6533 8.34664L15 10.6933Z" style="fill: var(--on-warning-active-color)"/>
7
- </svg>
8
- `;
3
+ export const criticalSilencedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M 22,12
5
+ L 17,20.66
6
+ L 7,20.66
7
+ L 2,12
8
+ L 7,3.34
9
+ L 17,3.34
10
+ Z"
11
+ fill="var(--alert-critical-color)" stroke="var(--alert-critical-outline-color)" />
12
+ <path d="M8.876 6.68796L7.81255 5.62451L6.75189 6.68517L10.0666 9.99993H8.29999C8.01997 9.99993 7.87995 9.99993 7.773 10.0544C7.67892 10.1024 7.60243 10.1789 7.55449 10.2729C7.49999 10.3799 7.49999 10.5199 7.49999 10.7999V13.1999C7.49999 13.48 7.49999 13.62 7.55449 13.7269C7.60243 13.821 7.67892 13.8975 7.773 13.9454C7.87995 13.9999 8.01997 13.9999 8.29999 13.9999H10.6686C10.7909 13.9999 10.8521 13.9999 10.9096 14.0137C10.9606 14.026 11.0094 14.0462 11.0541 14.0736C11.1046 14.1045 11.1478 14.1478 11.2343 14.2342L13.6343 16.6342C14.0627 17.0626 14.2769 17.2768 14.4608 17.2913C14.6203 17.3038 14.7762 17.2393 14.8802 17.1175C15 16.9773 15 16.6744 15 16.0686V14.9333L17.3585 17.2918L18.4192 16.2311L18.0684 15.8803L18.067 15.8817L8.87464 6.68932L8.876 6.68796Z" fill="var(--on-critical-active-color)"/>
13
+ <path d="M15 10.6933V7.9313C15 7.32548 15 7.02257 14.8802 6.88231C14.7762 6.7606 14.6203 6.69602 14.4608 6.70858C14.2769 6.72305 14.0627 6.93724 13.6343 7.36561L12.6533 8.34664L15 10.6933Z" fill="var(--on-critical-active-color)"/>
14
+ </svg>`;
9
15
 
10
- export const warningSilencedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" style="fill: var(--element-active-color)"/>
12
- <path d="M8.876 6.68796L7.81255 5.62451L6.75189 6.68517L10.0666 9.99993H8.29999C8.01997 9.99993 7.87995 9.99993 7.773 10.0544C7.67892 10.1024 7.60243 10.1789 7.55449 10.2729C7.49999 10.3799 7.49999 10.5199 7.49999 10.7999V13.1999C7.49999 13.48 7.49999 13.62 7.55449 13.7269C7.60243 13.821 7.67892 13.8975 7.773 13.9454C7.87995 13.9999 8.01997 13.9999 8.29999 13.9999H10.6686C10.7909 13.9999 10.8521 13.9999 10.9096 14.0137C10.9606 14.026 11.0094 14.0462 11.0541 14.0736C11.1046 14.1045 11.1478 14.1478 11.2343 14.2342L13.6343 16.6342C14.0627 17.0626 14.2769 17.2768 14.4608 17.2913C14.6203 17.3038 14.7762 17.2393 14.8802 17.1175C15 16.9773 15 16.6744 15 16.0686V14.9333L17.3585 17.2918L18.4192 16.2311L18.0684 15.8803L18.067 15.8817L8.87464 6.68932L8.876 6.68796Z" style="fill: var(--element-active-color)"/>
13
- <path d="M15 10.6933V7.9313C15 7.32548 15 7.02257 14.8802 6.88231C14.7762 6.7606 14.6203 6.69602 14.4608 6.70858C14.2769 6.72305 14.0627 6.93724 13.6343 7.36561L12.6533 8.34664L15 10.6933Z" style="fill: var(--element-active-color)"/>
16
+ export const criticalSilencedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
17
+ <path d="M 22,12
18
+ L 17,20.66
19
+ L 7,20.66
20
+ L 2,12
21
+ L 7,3.34
22
+ L 17,3.34
23
+ Z"
24
+ fill="none" stroke="var(--element-active-color)" />
25
+ <path d="M8.876 6.68796L7.81255 5.62451L6.75189 6.68517L10.0666 9.99993H8.29999C8.01997 9.99993 7.87995 9.99993 7.773 10.0544C7.67892 10.1024 7.60243 10.1789 7.55449 10.2729C7.49999 10.3799 7.49999 10.5199 7.49999 10.7999V13.1999C7.49999 13.48 7.49999 13.62 7.55449 13.7269C7.60243 13.821 7.67892 13.8975 7.773 13.9454C7.87995 13.9999 8.01997 13.9999 8.29999 13.9999H10.6686C10.7909 13.9999 10.8521 13.9999 10.9096 14.0137C10.9606 14.026 11.0094 14.0462 11.0541 14.0736C11.1046 14.1045 11.1478 14.1478 11.2343 14.2342L13.6343 16.6342C14.0627 17.0626 14.2769 17.2768 14.4608 17.2913C14.6203 17.3038 14.7762 17.2393 14.8802 17.1175C15 16.9773 15 16.6744 15 16.0686V14.9333L17.3585 17.2918L18.4192 16.2311L18.0684 15.8803L18.067 15.8817L8.87464 6.68932L8.876 6.68796Z" fill="var(--element-active-color)"/>
26
+ <path d="M15 10.6933V7.9313C15 7.32548 15 7.02257 14.8802 6.88231C14.7762 6.7606 14.6203 6.69602 14.4608 6.70858C14.2769 6.72305 14.0627 6.93724 13.6343 7.36561L12.6533 8.34664L15 10.6933Z" fill="var(--element-active-color)"/>
14
27
  </svg>`;
@@ -0,0 +1,25 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const criticalUnacknowledgedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
4
+ <path d="M 22,12
5
+ L 17,20.66
6
+ L 7,20.66
7
+ L 2,12
8
+ L 7,3.34
9
+ L 17,3.34
10
+ Z"
11
+ fill="var(--alert-critical-color)" stroke="var(--alert-critical-outline-color)" />
12
+ <path d="M7.5 13.1999V10.7999C7.5 10.5199 7.5 10.3799 7.5545 10.2729C7.60243 10.1789 7.67892 10.1024 7.773 10.0544C7.87996 9.99993 8.01997 9.99993 8.3 9.99993H10.6686C10.7909 9.99993 10.8521 9.99993 10.9096 9.98611C10.9606 9.97386 11.0094 9.95366 11.0541 9.92625C11.1046 9.89533 11.1478 9.85209 11.2343 9.76561L13.6343 7.36561C14.0627 6.93724 14.2769 6.72305 14.4608 6.70858C14.6203 6.69602 14.7763 6.76061 14.8802 6.88231C15 7.02257 15 7.32548 15 7.9313V16.0686C15 16.6744 15 16.9773 14.8802 17.1175C14.7763 17.2392 14.6203 17.3038 14.4608 17.2913C14.2769 17.2768 14.0627 17.0626 13.6343 16.6342L11.2343 14.2342C11.1478 14.1478 11.1046 14.1045 11.0541 14.0736C11.0094 14.0462 10.9606 14.026 10.9096 14.0137C10.8521 13.9999 10.7909 13.9999 10.6686 13.9999H8.3C8.01997 13.9999 7.87996 13.9999 7.773 13.9454C7.67892 13.8975 7.60243 13.821 7.5545 13.7269C7.5 13.62 7.5 13.48 7.5 13.1999Z" fill="var(--on-critical-active-color)"/>
13
+ </svg>`;
14
+
15
+ export const criticalUnacknowledgedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
16
+ <path d="M 22,12
17
+ L 17,20.66
18
+ L 7,20.66
19
+ L 2,12
20
+ L 7,3.34
21
+ L 17,3.34
22
+ Z"
23
+ fill="none" stroke="var(--element-active-color)" />
24
+ <path d="M7.5 13.1999V10.7999C7.5 10.5199 7.5 10.3799 7.5545 10.2729C7.60243 10.1789 7.67892 10.1024 7.773 10.0544C7.87996 9.99993 8.01997 9.99993 8.3 9.99993H10.6686C10.7909 9.99993 10.8521 9.99993 10.9096 9.98611C10.9606 9.97386 11.0094 9.95366 11.0541 9.92625C11.1046 9.89533 11.1478 9.85209 11.2343 9.76561L13.6343 7.36561C14.0627 6.93724 14.2769 6.72305 14.4608 6.70858C14.6203 6.69602 14.7763 6.76061 14.8802 6.88231C15 7.02257 15 7.32548 15 7.9313V16.0686C15 16.6744 15 16.9773 14.8802 17.1175C14.7763 17.2392 14.6203 17.3038 14.4608 17.2913C14.2769 17.2768 14.0627 17.0626 13.6343 16.6342L11.2343 14.2342C11.1478 14.1478 11.1046 14.1045 11.0541 14.0736C11.0094 14.0462 10.9606 14.026 10.9096 14.0137C10.8521 13.9999 10.7909 13.9999 10.6686 13.9999H8.3C8.01997 13.9999 7.87996 13.9999 7.773 13.9454C7.67892 13.8975 7.60243 13.821 7.5545 13.7269C7.5 13.62 7.5 13.48 7.5 13.1999Z" fill="var(--element-active-color)"/>
25
+ </svg>`;
@@ -0,0 +1,8 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const lowAcknowledged = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="var(--alert-caution-color)"/>
5
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--alert-caution-outline-color)"/>
6
+ <path d="M13 13V7H11V13H13Z" fill="var(--on-caution-active-color)"/>
7
+ <path d="M13 17V15H11V17H13Z" fill="var(--on-caution-active-color)"/>
8
+ </svg>`;
@@ -0,0 +1,13 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const lowRectifiedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="var(--alert-caution-color)"/>
5
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--alert-caution-outline-color)"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z" fill="var(--on-caution-active-color)"/>
7
+ </svg>`;
8
+
9
+ export const lowRectifiedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="none"/>
11
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--element-active-color)"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.2071 9.20706L10.5 16.9142L5.79291 12.2071L7.20712 10.7928L10.5 14.0857L16.7929 7.79285L18.2071 9.20706Z" fill="var(--element-active-color)"/>
13
+ </svg>`;
@@ -0,0 +1,15 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const lowSilencedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="var(--alert-caution-color)"/>
5
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--alert-caution-outline-color)"/>
6
+ <path d="M8.876 6.68796L7.81255 5.62451L6.75189 6.68517L10.0666 9.99993H8.29999C8.01997 9.99993 7.87995 9.99993 7.773 10.0544C7.67892 10.1024 7.60243 10.1789 7.55449 10.2729C7.49999 10.3799 7.49999 10.5199 7.49999 10.7999V13.1999C7.49999 13.48 7.49999 13.62 7.55449 13.7269C7.60243 13.821 7.67892 13.8975 7.773 13.9454C7.87995 13.9999 8.01997 13.9999 8.29999 13.9999H10.6686C10.7909 13.9999 10.8521 13.9999 10.9096 14.0137C10.9606 14.026 11.0094 14.0462 11.0541 14.0736C11.1046 14.1045 11.1478 14.1478 11.2343 14.2342L13.6343 16.6342C14.0627 17.0626 14.2769 17.2768 14.4608 17.2913C14.6203 17.3038 14.7762 17.2393 14.8802 17.1175C15 16.9773 15 16.6744 15 16.0686V14.9333L17.3585 17.2918L18.4192 16.2311L18.0684 15.8803L18.067 15.8817L8.87464 6.68932L8.876 6.68796Z" fill="var(--on-caution-active-color)"/>
7
+ <path d="M15 10.6933V7.9313C15 7.32548 15 7.02257 14.8802 6.88231C14.7762 6.7606 14.6203 6.69602 14.4608 6.70858C14.2769 6.72305 14.0627 6.93724 13.6343 7.36561L12.6533 8.34664L15 10.6933Z" fill="var(--on-caution-active-color)"/>
8
+ </svg>`;
9
+
10
+ export const lowSilencedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="none"/>
12
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--element-active-color)"/>
13
+ <path d="M8.876 6.68796L7.81255 5.62451L6.75189 6.68517L10.0666 9.99993H8.29999C8.01997 9.99993 7.87995 9.99993 7.773 10.0544C7.67892 10.1024 7.60243 10.1789 7.55449 10.2729C7.49999 10.3799 7.49999 10.5199 7.49999 10.7999V13.1999C7.49999 13.48 7.49999 13.62 7.55449 13.7269C7.60243 13.821 7.67892 13.8975 7.773 13.9454C7.87995 13.9999 8.01997 13.9999 8.29999 13.9999H10.6686C10.7909 13.9999 10.8521 13.9999 10.9096 14.0137C10.9606 14.026 11.0094 14.0462 11.0541 14.0736C11.1046 14.1045 11.1478 14.1478 11.2343 14.2342L13.6343 16.6342C14.0627 17.0626 14.2769 17.2768 14.4608 17.2913C14.6203 17.3038 14.7762 17.2393 14.8802 17.1175C15 16.9773 15 16.6744 15 16.0686V14.9333L17.3585 17.2918L18.4192 16.2311L18.0684 15.8803L18.067 15.8817L8.87464 6.68932L8.876 6.68796Z" fill="var(--element-active-color)"/>
14
+ <path d="M15 10.6933V7.9313C15 7.32548 15 7.02257 14.8802 6.88231C14.7762 6.7606 14.6203 6.69602 14.4608 6.70858C14.2769 6.72305 14.0627 6.93724 13.6343 7.36561L12.6533 8.34664L15 10.6933Z" fill="var(--element-active-color)"/>
15
+ </svg>`;
@@ -0,0 +1,13 @@
1
+ import {svg} from 'lit';
2
+
3
+ export const lowUnacknowledgedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="var(--alert-caution-color)"/>
5
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--alert-caution-outline-color)"/>
6
+ <path d="M7.5 13.1999V10.7999C7.5 10.5199 7.5 10.3799 7.5545 10.2729C7.60243 10.1789 7.67892 10.1024 7.773 10.0544C7.87996 9.99993 8.01997 9.99993 8.3 9.99993H10.6686C10.7909 9.99993 10.8521 9.99993 10.9096 9.98611C10.9606 9.97386 11.0094 9.95366 11.0541 9.92625C11.1046 9.89533 11.1478 9.85209 11.2343 9.76561L13.6343 7.36561C14.0627 6.93724 14.2769 6.72305 14.4608 6.70858C14.6203 6.69602 14.7763 6.76061 14.8802 6.88231C15 7.02257 15 7.32548 15 7.9313V16.0686C15 16.6744 15 16.9773 14.8802 17.1175C14.7763 17.2392 14.6203 17.3038 14.4608 17.2913C14.2769 17.2768 14.0627 17.0626 13.6343 16.6342L11.2343 14.2342C11.1478 14.1478 11.1046 14.1045 11.0541 14.0736C11.0094 14.0462 10.9606 14.026 10.9096 14.0137C10.8521 13.9999 10.7909 13.9999 10.6686 13.9999H8.3C8.01997 13.9999 7.87996 13.9999 7.773 13.9454C7.67892 13.8975 7.60243 13.821 7.5545 13.7269C7.5 13.62 7.5 13.48 7.5 13.1999Z" fill="var(--on-caution-active-color)"/>
7
+ </svg>`;
8
+
9
+ export const lowUnacknowledgedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z" fill="none"/>
11
+ <path d="M4 2.5H20C20.8284 2.5 21.5 3.17157 21.5 4V20C21.5 20.8284 20.8284 21.5 20 21.5H4C3.17157 21.5 2.5 20.8284 2.5 20V4C2.5 3.17157 3.17157 2.5 4 2.5Z" stroke="var(--element-active-color)"/>
12
+ <path d="M7.5 13.1999V10.7999C7.5 10.5199 7.5 10.3799 7.5545 10.2729C7.60243 10.1789 7.67892 10.1024 7.773 10.0544C7.87996 9.99993 8.01997 9.99993 8.3 9.99993H10.6686C10.7909 9.99993 10.8521 9.99993 10.9096 9.98611C10.9606 9.97386 11.0094 9.95366 11.0541 9.92625C11.1046 9.89533 11.1478 9.85209 11.2343 9.76561L13.6343 7.36561C14.0627 6.93724 14.2769 6.72305 14.4608 6.70858C14.6203 6.69602 14.7763 6.76061 14.8802 6.88231C15 7.02257 15 7.32548 15 7.9313V16.0686C15 16.6744 15 16.9773 14.8802 17.1175C14.7763 17.2392 14.6203 17.3038 14.4608 17.2913C14.2769 17.2768 14.0627 17.0626 13.6343 16.6342L11.2343 14.2342C11.1478 14.1478 11.1046 14.1045 11.0541 14.0736C11.0094 14.0462 10.9606 14.026 10.9096 14.0137C10.8521 13.9999 10.7909 13.9999 10.6686 13.9999H8.3C8.01997 13.9999 7.87996 13.9999 7.773 13.9454C7.67892 13.8975 7.60243 13.821 7.5545 13.7269C7.5 13.62 7.5 13.48 7.5 13.1999Z" fill="var(--element-active-color)"/>
13
+ </svg>`;
@@ -17,7 +17,6 @@ import {
17
17
  formatTimeSince,
18
18
  isAcknowledged,
19
19
  isActive,
20
- isBlocked,
21
20
  TimeSinceFn,
22
21
  } from '../../types.js';
23
22
  import {classMap} from 'lit/directives/class-map.js';
@@ -158,7 +157,6 @@ export class ObcAlertDetailPage extends LitElement {
158
157
  .type=${this.alert.type}
159
158
  .acknowledged=${isAcknowledged(this.alert)}
160
159
  .active=${isActive(this.alert)}
161
- .outline=${isBlocked(this.alert)}
162
160
  ></obc-alert-icon>
163
161
  </div>
164
162
  <div class="title">
@@ -1,3 +0,0 @@
1
- export declare const alarmRectifiedA: import('lit-html').TemplateResult<2>;
2
- export declare const alarmRectifiedB: import('lit-html').TemplateResult<2>;
3
- //# sourceMappingURL=icon-alarm-rectified.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-alarm-rectified.d.ts","sourceRoot":"","sources":["../../../../src/components/alert-icon/icons/icon-alarm-rectified.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,sCAI3B,CAAC;AAEF,eAAO,MAAM,eAAe,sCAGrB,CAAC"}
@@ -1,15 +0,0 @@
1
- import { svg } from "lit";
2
- const alarmRectifiedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z" style="fill: var(--alert-alarm-color)"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.2071 12.7071L10 19.9142L5.79291 15.7071L7.20712 14.2928L10 17.0857L15.7929 11.2928L17.2071 12.7071Z" style="fill: var(--on-alarm-color)"/>
5
- </svg>
6
- `;
7
- const alarmRectifiedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0006 2.00026L2.00141 20.9996L21.9987 21L12.0006 2.00026ZM11.1158 1.53427L1.11648 20.5338C0.765943 21.1999 1.24879 22 2.00128 22L21.9987 22C22.7512 22 23.234 21.1999 22.8835 20.5339L12.8854 1.53432C12.5105 0.821913 11.4907 0.821889 11.1158 1.53427Z" style="fill: var(--element-active-color)"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M17.2071 12.7071L10 19.9142L5.79291 15.7071L7.20712 14.2928L10 17.0857L15.7929 11.2928L17.2071 12.7071Z" style="fill: var(--element-active-color)"/>
10
- </svg>`;
11
- export {
12
- alarmRectifiedA,
13
- alarmRectifiedB
14
- };
15
- //# sourceMappingURL=icon-alarm-rectified.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-alarm-rectified.js","sources":["../../../../src/components/alert-icon/icons/icon-alarm-rectified.ts"],"sourcesContent":["import {svg} from 'lit';\n\nexport const alarmRectifiedA = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2071 12.7071L10 19.9142L5.79291 15.7071L7.20712 14.2928L10 17.0857L15.7929 11.2928L17.2071 12.7071Z\" style=\"fill: var(--on-alarm-color)\"/>\n</svg>\n`;\n\nexport const alarmRectifiedB = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0006 2.00026L2.00141 20.9996L21.9987 21L12.0006 2.00026ZM11.1158 1.53427L1.11648 20.5338C0.765943 21.1999 1.24879 22 2.00128 22L21.9987 22C22.7512 22 23.234 21.1999 22.8835 20.5339L12.8854 1.53432C12.5105 0.821913 11.4907 0.821889 11.1158 1.53427Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.2071 12.7071L10 19.9142L5.79291 15.7071L7.20712 14.2928L10 17.0857L15.7929 11.2928L17.2071 12.7071Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>`;\n"],"names":[],"mappings":";AAEO,MAAM,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAMxB,MAAM,kBAAkB;AAAA;AAAA;AAAA;"}
@@ -1,3 +0,0 @@
1
- export declare const alarmSilencedA: import('lit-html').TemplateResult<2>;
2
- export declare const alarmSilencedB: import('lit-html').TemplateResult<2>;
3
- //# sourceMappingURL=icon-alarm-silenced.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-alarm-silenced.d.ts","sourceRoot":"","sources":["../../../../src/components/alert-icon/icons/icon-alarm-silenced.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,sCAK1B,CAAC;AAEF,eAAO,MAAM,cAAc,sCAIpB,CAAC"}
@@ -1,17 +0,0 @@
1
- import { svg } from "lit";
2
- const alarmSilencedA = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z" style="fill: var(--alert-alarm-color)"/>
4
- <path d="M9.40418 9.40624L8.34559 10.4648L10.3807 12.4999H8.3C8.01997 12.4999 7.87996 12.4999 7.773 12.5544C7.67892 12.6024 7.60243 12.6789 7.5545 12.7729C7.5 12.8799 7.5 13.0199 7.5 13.2999V15.6999C7.5 15.98 7.5 16.12 7.5545 16.2269C7.60243 16.321 7.67892 16.3975 7.773 16.4454C7.87996 16.4999 8.01997 16.4999 8.3 16.4999H10.6686C10.7909 16.4999 10.8521 16.4999 10.9096 16.5137C10.9606 16.526 11.0094 16.5462 11.0541 16.5736C11.1046 16.6045 11.1478 16.6478 11.2343 16.7342L13.6343 19.1342C14.0627 19.5626 14.2769 19.7768 14.4608 19.7913C14.6203 19.8038 14.7763 19.7393 14.8802 19.6175C15 19.4773 15 19.1744 15 18.5686V17.1192L17.538 19.6572L18.5966 18.5986L9.40418 9.40624Z" style="fill: var(--on-alarm-active-color)"/>
5
- <path d="M15 12.8807V10.4313C15 9.82548 15 9.52257 14.8802 9.38231C14.7763 9.26061 14.6203 9.19602 14.4608 9.20858C14.2769 9.22305 14.0627 9.43724 13.6343 9.86561L12.8096 10.6903L15 12.8807Z" style="fill: var(--on-alarm-active-color)"/>
6
- </svg>
7
- `;
8
- const alarmSilencedB = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9986 20.9996L12.0006 2.00026L2.00141 20.9996L21.9986 20.9996ZM11.1158 1.53427L1.11648 20.5339C0.765943 21.1999 1.24879 22 2.00128 22L21.9987 22C22.7512 22 23.234 21.1999 22.8835 20.5339L12.8854 1.53432C12.5105 0.821913 11.4907 0.821889 11.1158 1.53427Z" style="fill: var(--element-active-color)"/>
10
- <path d="M9.40418 9.40624L8.34559 10.4648L10.3807 12.4999H8.3C8.01997 12.4999 7.87996 12.4999 7.773 12.5544C7.67892 12.6024 7.60243 12.6789 7.5545 12.7729C7.5 12.8799 7.5 13.0199 7.5 13.2999V15.6999C7.5 15.98 7.5 16.12 7.5545 16.2269C7.60243 16.321 7.67892 16.3975 7.773 16.4454C7.87996 16.4999 8.01997 16.4999 8.3 16.4999H10.6686C10.7909 16.4999 10.8521 16.4999 10.9096 16.5137C10.9606 16.526 11.0094 16.5462 11.0541 16.5736C11.1046 16.6045 11.1478 16.6478 11.2343 16.7342L13.6343 19.1342C14.0627 19.5626 14.2769 19.7768 14.4608 19.7913C14.6203 19.8038 14.7763 19.7393 14.8802 19.6175C15 19.4773 15 19.1744 15 18.5686V17.1192L17.538 19.6572L18.5966 18.5986L9.40418 9.40624Z" style="fill: var(--element-active-color)"/>
11
- <path d="M15 12.8807V10.4313C15 9.82548 15 9.52257 14.8802 9.38231C14.7763 9.2606 14.6203 9.19602 14.4608 9.20858C14.2769 9.22305 14.0627 9.43724 13.6343 9.86561L12.8096 10.6903L15 12.8807Z" style="fill: var(--element-active-color)"/>
12
- </svg>`;
13
- export {
14
- alarmSilencedA,
15
- alarmSilencedB
16
- };
17
- //# sourceMappingURL=icon-alarm-silenced.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icon-alarm-silenced.js","sources":["../../../../src/components/alert-icon/icons/icon-alarm-silenced.ts"],"sourcesContent":["import {svg} from 'lit';\n\nexport const alarmSilencedA = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M1.11648 20.5339L11.1158 1.53427C11.4907 0.821889 12.5105 0.821913 12.8854 1.53432L22.8835 20.5339C23.234 21.1999 22.7512 22 21.9987 22L2.00128 22C1.24879 22 0.765943 21.1999 1.11648 20.5339Z\" style=\"fill: var(--alert-alarm-color)\"/>\n<path d=\"M9.40418 9.40624L8.34559 10.4648L10.3807 12.4999H8.3C8.01997 12.4999 7.87996 12.4999 7.773 12.5544C7.67892 12.6024 7.60243 12.6789 7.5545 12.7729C7.5 12.8799 7.5 13.0199 7.5 13.2999V15.6999C7.5 15.98 7.5 16.12 7.5545 16.2269C7.60243 16.321 7.67892 16.3975 7.773 16.4454C7.87996 16.4999 8.01997 16.4999 8.3 16.4999H10.6686C10.7909 16.4999 10.8521 16.4999 10.9096 16.5137C10.9606 16.526 11.0094 16.5462 11.0541 16.5736C11.1046 16.6045 11.1478 16.6478 11.2343 16.7342L13.6343 19.1342C14.0627 19.5626 14.2769 19.7768 14.4608 19.7913C14.6203 19.8038 14.7763 19.7393 14.8802 19.6175C15 19.4773 15 19.1744 15 18.5686V17.1192L17.538 19.6572L18.5966 18.5986L9.40418 9.40624Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M15 12.8807V10.4313C15 9.82548 15 9.52257 14.8802 9.38231C14.7763 9.26061 14.6203 9.19602 14.4608 9.20858C14.2769 9.22305 14.0627 9.43724 13.6343 9.86561L12.8096 10.6903L15 12.8807Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n</svg>\n`;\n\nexport const alarmSilencedB = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.9986 20.9996L12.0006 2.00026L2.00141 20.9996L21.9986 20.9996ZM11.1158 1.53427L1.11648 20.5339C0.765943 21.1999 1.24879 22 2.00128 22L21.9987 22C22.7512 22 23.234 21.1999 22.8835 20.5339L12.8854 1.53432C12.5105 0.821913 11.4907 0.821889 11.1158 1.53427Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M9.40418 9.40624L8.34559 10.4648L10.3807 12.4999H8.3C8.01997 12.4999 7.87996 12.4999 7.773 12.5544C7.67892 12.6024 7.60243 12.6789 7.5545 12.7729C7.5 12.8799 7.5 13.0199 7.5 13.2999V15.6999C7.5 15.98 7.5 16.12 7.5545 16.2269C7.60243 16.321 7.67892 16.3975 7.773 16.4454C7.87996 16.4999 8.01997 16.4999 8.3 16.4999H10.6686C10.7909 16.4999 10.8521 16.4999 10.9096 16.5137C10.9606 16.526 11.0094 16.5462 11.0541 16.5736C11.1046 16.6045 11.1478 16.6478 11.2343 16.7342L13.6343 19.1342C14.0627 19.5626 14.2769 19.7768 14.4608 19.7913C14.6203 19.8038 14.7763 19.7393 14.8802 19.6175C15 19.4773 15 19.1744 15 18.5686V17.1192L17.538 19.6572L18.5966 18.5986L9.40418 9.40624Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15 12.8807V10.4313C15 9.82548 15 9.52257 14.8802 9.38231C14.7763 9.2606 14.6203 9.19602 14.4608 9.20858C14.2769 9.22305 14.0627 9.43724 13.6343 9.86561L12.8096 10.6903L15 12.8807Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>`;\n"],"names":[],"mappings":";AAEO,MAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAOvB,MAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;"}