@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.118 → 2.0.0-next.120
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/.storybook/manager.ts +18 -16
- package/bundle/openbridge-webcomponents.bundle.js +96 -0
- package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
- package/custom-elements.json +46 -1
- package/dist/automation/vertical-line/vertical-line.d.ts +6 -0
- package/dist/automation/vertical-line/vertical-line.d.ts.map +1 -1
- package/dist/automation/vertical-line/vertical-line.js.map +1 -1
- package/dist/components/alert-button/alert-button.d.ts +3 -0
- package/dist/components/alert-button/alert-button.d.ts.map +1 -1
- package/dist/components/alert-button/alert-button.js +12 -0
- package/dist/components/alert-button/alert-button.js.map +1 -1
- package/dist/components/alert-frame/alert-frame.css.js +1 -0
- package/dist/components/alert-frame/alert-frame.css.js.map +1 -1
- package/dist/components/alert-frame/alert-frame.d.ts +5 -0
- package/dist/components/alert-frame/alert-frame.d.ts.map +1 -1
- package/dist/components/alert-frame/alert-frame.js +24 -0
- package/dist/components/alert-frame/alert-frame.js.map +1 -1
- package/dist/components/alert-icon/alert-icon.d.ts +5 -0
- package/dist/components/alert-icon/alert-icon.d.ts.map +1 -1
- package/dist/components/alert-icon/alert-icon.js +26 -0
- package/dist/components/alert-icon/alert-icon.js.map +1 -1
- package/dist/components/pivot-item-group/pivot-item-group.d.ts +1 -0
- package/dist/components/pivot-item-group/pivot-item-group.d.ts.map +1 -1
- package/dist/components/pivot-item-group/pivot-item-group.js.map +1 -1
- package/dist/openbridge.css +0 -73
- package/dist/palettes/blinking.d.ts +6 -0
- package/dist/palettes/blinking.d.ts.map +1 -0
- package/dist/palettes/blinking.js +44 -0
- package/dist/palettes/blinking.js.map +1 -0
- package/eslint.config.mjs +355 -0
- package/package.json +3 -1
- package/script/eslint-rules.test.ts +230 -0
- package/src/ar/building-blocks/poi-graphic-line/poi-graphic-line.stories.ts +1 -1
- package/src/ar/building-blocks/poi-header/poi-header.stories.ts +1 -1
- package/src/ar/building-blocks/poi-line/poi-line.stories.ts +1 -1
- package/src/ar/building-blocks/poi-pointer/poi-pointer.stories.ts +1 -1
- package/src/ar/building-blocks/poi-selection-frame/poi-selection-frame.stories.ts +1 -1
- package/src/ar/building-blocks/ruler-pointer/ruler-pointer.stories.ts +1 -1
- package/src/ar/chart-object-vessel-button/chart-object-vessel-button.stories.ts +1 -1
- package/src/ar/poi/poi-aton.stories.ts +1 -1
- package/src/ar/poi/poi-data.stories.ts +1 -1
- package/src/ar/poi/poi-vessel.stories.ts +1 -1
- package/src/ar/poi/poi.stories.ts +1 -1
- package/src/ar/poi-button/poi-button-aton.stories.ts +1 -1
- package/src/ar/poi-button/poi-button-data.stories.ts +1 -1
- package/src/ar/poi-button/poi-button-vessel.stories.ts +1 -1
- package/src/ar/poi-button/poi-button.stories.ts +1 -1
- package/src/ar/poi-card/poi-card.stories.ts +1 -1
- package/src/ar/poi-card-header/poi-card-header.stories.ts +1 -1
- package/src/ar/poi-controller/poi-controller.stories.ts +1 -1
- package/src/ar/poi-group/poi-group.stories.ts +1 -1
- package/src/ar/poi-layer/poi-layer.stories.ts +1 -1
- package/src/ar/poi-layer-stack/poi-layer-stack.stories.ts +1 -1
- package/src/ar/poi-object/poi-object-aton.stories.ts +1 -1
- package/src/ar/poi-object/poi-object-data.stories.ts +1 -1
- package/src/ar/poi-object/poi-object-vessel.stories.ts +1 -1
- package/src/ar/poi-object/poi-object.stories.ts +1 -1
- package/src/automation/automation-input-modal/automation-input-modal.stories.ts +1 -1
- package/src/automation/automation-readout/automation-readout.stories.ts +1 -1
- package/src/automation/automation-tank/automation-tank.stories.ts +1 -1
- package/src/automation/bus/bus.stories.ts +1 -1
- package/src/automation/corner-line/corner-line.stories.ts +1 -1
- package/src/automation/direction-line/direction-line.stories.ts +1 -1
- package/src/automation/end-point-line/end-point-line.stories.ts +1 -1
- package/src/automation/horizontal-line/horizontal-line.stories.ts +1 -1
- package/src/automation/line-cross/line-cross.stories.ts +1 -1
- package/src/automation/line-overlap/line-overlap.stories.ts +1 -1
- package/src/automation/three-way-line/three-way-line.stories.ts +1 -1
- package/src/automation/vertical-line/vertical-line.stories.ts +1 -1
- package/src/automation/vertical-line/vertical-line.ts +2 -1
- package/src/bars-graphs/area-graph/area-graph.stories.ts +1 -1
- package/src/bars-graphs/donut-chart/donut-chart.stories.ts +1 -1
- package/src/bars-graphs/line-graph/line-graph.stories.ts +1 -1
- package/src/bars-graphs/pie-chart/pie-chart.stories.ts +1 -1
- package/src/bars-graphs/polar-chart/polar-chart.stories.ts +1 -1
- package/src/bars-graphs/radial-bar-chart/radial-bar-chart.stories.ts +1 -1
- package/src/building-blocks/bar-horizontal/bar-horizontal.stories.ts +1 -1
- package/src/building-blocks/bar-vertical/bar-vertical.stories.ts +1 -1
- package/src/building-blocks/chart-line/chart-line-base.stories.ts +1 -1
- package/src/building-blocks/instrument-radial/instrument-radial.stories.ts +1 -1
- package/src/building-blocks/readout-block/readout-block.stories.ts +1 -1
- package/src/components/advice-floating-item/advice-floating-item.stories.ts +1 -1
- package/src/components/advice-menu-item/advice-menu-item.stories.ts +1 -1
- package/src/components/advice-message-item/advice-message-item.stories.ts +1 -1
- package/src/components/alert-button/alert-button.spec.ts +58 -0
- package/src/components/alert-button/alert-button.ts +16 -0
- package/src/components/alert-frame/alert-frame.css +1 -0
- package/src/components/alert-frame/alert-frame.spec.ts +122 -0
- package/src/components/alert-frame/alert-frame.stories.ts +13 -1
- package/src/components/alert-frame/alert-frame.ts +37 -0
- package/src/components/alert-icon/alert-icon.spec.ts +76 -0
- package/src/components/alert-icon/alert-icon.ts +38 -0
- package/src/components/attachment-list-item/attachment-list-item.stories.ts +1 -1
- package/src/components/audio-output/audio-output.stories.ts +1 -1
- package/src/components/audio-recording-item/audio-recording-item.stories.ts +1 -1
- package/src/components/automation-button-readout-stack/automation-button-readout-stack.stories.ts +1 -1
- package/src/components/badge/badge.stories.ts +1 -1
- package/src/components/calendar/calendar.stories.ts +1 -1
- package/src/components/command-button/command-button.stories.ts +1 -1
- package/src/components/command-menu/command-menu.stories.ts +1 -1
- package/src/components/communication-table/communication-table.stories.ts +1 -1
- package/src/components/context-menu-input/context-menu-input.stories.ts +1 -1
- package/src/components/date-item/date-item.stories.ts +1 -1
- package/src/components/event-item/event-item.stories.ts +1 -1
- package/src/components/event-list/event-list.stories.ts +1 -1
- package/src/components/form-container/form-container.stories.ts +1 -0
- package/src/components/form-footer-container/form-footer-container.stories.ts +1 -0
- package/src/components/form-group/form-group.stories.ts +1 -0
- package/src/components/form-item/form-item.stories.ts +1 -1
- package/src/components/keyboard-full/keyboard-full.stories.ts +1 -1
- package/src/components/keyboard-numeric/keyboard-numeric.stories.ts +1 -1
- package/src/components/menu-button/menu-button.stories.ts +1 -1
- package/src/components/message-menu-item/message-menu-item.stories.ts +1 -1
- package/src/components/notification-badge-button/notification-badge-button.stories.ts +1 -1
- package/src/components/notification-floating-item/notification-floating-item.stories.ts +1 -1
- package/src/components/notification-menu-item/notification-menu-item.stories.ts +1 -1
- package/src/components/notification-message-item/notification-message-item.stories.ts +1 -1
- package/src/components/pivot-item-group/pivot-item-group.ts +1 -0
- package/src/components/rich-button/rich-button.stories.ts +1 -1
- package/src/components/sequence-card/sequence-card.stories.ts +1 -1
- package/src/components/sequence-connector/sequence-connector.stories.ts +1 -1
- package/src/components/sequence-item/sequence-item.stories.ts +1 -0
- package/src/components/sequence-loading-spinner/sequence-loading-spinner.stories.ts +1 -1
- package/src/components/sequence-modal/sequence-modal.stories.ts +1 -1
- package/src/components/sequence-step/sequence-step.stories.ts +1 -0
- package/src/components/sequence-toolbar/sequence-toolbar.stories.ts +1 -0
- package/src/components/slide-button/slide-button.stories.ts +1 -1
- package/src/components/split-button/split-button.stories.ts +1 -1
- package/src/components/status-indicator/status-indicator.stories.ts +1 -1
- package/src/components/table/table.stories.ts +1 -1
- package/src/components/table-header-item/table-header-item.stories.ts +1 -1
- package/src/components/textbox/textbox.stories.ts +1 -1
- package/src/components/title-container/title-container.stories.ts +1 -1
- package/src/components/toggle-button-three-state/toggle-button-three-state.stories.ts +1 -1
- package/src/components/toggletip/toggletip.stories.ts +1 -1
- package/src/components/tree-navigation/tree-navigation.stories.ts +1 -1
- package/src/components/tree-navigation-item/tree-navigation-item.stories.ts +1 -1
- package/src/integration-systems/integration-app-bar/integration-app-bar.stories.ts +1 -1
- package/src/integration-systems/integration-bar/integration-bar.stories.ts +1 -1
- package/src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.stories.ts +1 -1
- package/src/integration-systems/integration-button/integration-button.stories.ts +1 -1
- package/src/integration-systems/integration-dropdown-button/integration-dropdown-button.stories.ts +1 -1
- package/src/integration-systems/integration-fleet-button/integration-fleet-button.stories.ts +1 -1
- package/src/integration-systems/integration-tabs/integration-tabs.stories.ts +1 -1
- package/src/integration-systems/integration-vessel-menu/integration-vessel-menu.stories.ts +1 -1
- package/src/integration-systems/integration-vessel-selector/integration-vessel-selector.stories.ts +1 -1
- package/src/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.stories.ts +1 -1
- package/src/navigation-instruments/current/current.stories.ts +1 -1
- package/src/navigation-instruments/draft-trim/draft-trim.stories.ts +1 -1
- package/src/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.stories.ts +1 -1
- package/src/navigation-instruments/graph-mini/graph-mini.stories.ts +1 -1
- package/src/navigation-instruments/indicator-graph/indicator-graph.stories.ts +1 -1
- package/src/navigation-instruments/instrument-field/instrument-field.stories.ts +1 -1
- package/src/navigation-instruments/pitch-roll-heave/pitch-roll-heave.stories.ts +1 -1
- package/src/navigation-instruments/pitch-roll-yaw/pitch-roll-yaw.stories.ts +1 -1
- package/src/navigation-instruments/position-deviation/position-deviation.stories.ts +1 -1
- package/src/navigation-instruments/readout/readout.stories.ts +1 -1
- package/src/navigation-instruments/readout-list/readout-list.stories.ts +1 -1
- package/src/navigation-instruments/readout-list-item/readout-list-item.stories.ts +1 -1
- package/src/navigation-instruments/speed-arrows/speed-arrows.stories.ts +1 -1
- package/src/navigation-instruments/speed-directions/speed-directions.stories.ts +1 -1
- package/src/navigation-instruments/top-view-propulsion/top-view-propulsion.stories.ts +1 -1
- package/src/navigation-instruments/velocity-projection-plot/velocity-projection-plot.stories.ts +1 -1
- package/src/navigation-instruments/watch/watch.stories.ts +1 -1
- package/src/navigation-instruments/watch-flat/watch-flat.stories.ts +1 -1
- package/src/navigation-instruments/wind-propulsion/wind-propulsion.stories.ts +1 -1
- package/src/pages/alert-detail-page/alert-detail-page.stories.ts +1 -1
- package/src/pages/alert-list-page-small/alert-list-page-small.stories.ts +1 -1
- package/src/palettes/blinking.ts +46 -0
- package/src/palettes/manual.css +0 -42
- package/src/palettes/variables.css +0 -36
- package/vitest.browser.config.ts +4 -2
- package/vitest.config.ts +10 -0
package/.storybook/manager.ts
CHANGED
|
@@ -19,17 +19,20 @@ addons.setConfig({
|
|
|
19
19
|
collapsedRoots: ['other'],
|
|
20
20
|
},
|
|
21
21
|
|
|
22
|
-
//
|
|
22
|
+
// Lifecycle badges. These mirror the class-level JSDoc tag on the component
|
|
23
|
+
// (@beta / @experimental / @deprecated) and are maintained by the
|
|
24
|
+
// `openbridge/story-lifecycle-tags` ESLint rule — see AGENTS.md § 3.
|
|
25
|
+
// `@stable` deliberately has no badge, so a badge always means "caveat here".
|
|
23
26
|
tagBadges: [
|
|
24
27
|
{
|
|
25
|
-
tags: '
|
|
28
|
+
tags: 'beta',
|
|
26
29
|
badge: {
|
|
27
|
-
text: '
|
|
30
|
+
text: 'Beta',
|
|
28
31
|
style: {
|
|
29
|
-
backgroundColor: 'rgb(
|
|
30
|
-
color: '#
|
|
32
|
+
backgroundColor: 'rgb(66, 113, 179)',
|
|
33
|
+
color: '#fff',
|
|
31
34
|
},
|
|
32
|
-
tooltip: '
|
|
35
|
+
tooltip: 'Feature-complete, but the API may still change.',
|
|
33
36
|
},
|
|
34
37
|
display: {
|
|
35
38
|
sidebar: ['component'],
|
|
@@ -37,14 +40,14 @@ addons.setConfig({
|
|
|
37
40
|
},
|
|
38
41
|
},
|
|
39
42
|
{
|
|
40
|
-
tags: '
|
|
43
|
+
tags: 'experimental',
|
|
41
44
|
badge: {
|
|
42
|
-
text: '
|
|
45
|
+
text: 'Experimental',
|
|
43
46
|
style: {
|
|
44
|
-
backgroundColor: 'rgb(255, 219,
|
|
47
|
+
backgroundColor: 'rgb(255, 219, 66)',
|
|
45
48
|
color: '#000',
|
|
46
49
|
},
|
|
47
|
-
tooltip: '
|
|
50
|
+
tooltip: 'Early stage — the API is likely to change.',
|
|
48
51
|
},
|
|
49
52
|
display: {
|
|
50
53
|
sidebar: ['component'],
|
|
@@ -52,15 +55,14 @@ addons.setConfig({
|
|
|
52
55
|
},
|
|
53
56
|
},
|
|
54
57
|
{
|
|
55
|
-
tags: '
|
|
58
|
+
tags: 'deprecated',
|
|
56
59
|
badge: {
|
|
57
|
-
text: '
|
|
60
|
+
text: 'Deprecated',
|
|
58
61
|
style: {
|
|
59
|
-
backgroundColor: 'rgb(
|
|
60
|
-
color: '#
|
|
62
|
+
backgroundColor: 'rgb(227, 0, 25)',
|
|
63
|
+
color: '#fff',
|
|
61
64
|
},
|
|
62
|
-
tooltip:
|
|
63
|
-
'Work in progress components are still under development and may change.',
|
|
65
|
+
tooltip: 'Slated for removal. Do not use in new work.',
|
|
64
66
|
},
|
|
65
67
|
display: {
|
|
66
68
|
sidebar: ['component'],
|
|
@@ -14597,6 +14597,7 @@ const compentStyle$1e = i$7`* {
|
|
|
14597
14597
|
|
|
14598
14598
|
.wrapper.level-critical {
|
|
14599
14599
|
--bg-color: var(--critical-enabled-background-color);
|
|
14600
|
+
--blink-on: var(--critical-blink-on);
|
|
14600
14601
|
color: var(--on-critical-active-color);
|
|
14601
14602
|
}
|
|
14602
14603
|
|
|
@@ -15220,6 +15221,42 @@ function usesAlarmNoAckIcon(type) {
|
|
|
15220
15221
|
AlertType.LevelHigh
|
|
15221
15222
|
].includes(type);
|
|
15222
15223
|
}
|
|
15224
|
+
const CRITICAL_PERIOD = 1e3;
|
|
15225
|
+
const ALARM_PERIOD = 2e3;
|
|
15226
|
+
const WARNING_PERIOD = 4e3;
|
|
15227
|
+
const LOW_PERIOD = 8e3;
|
|
15228
|
+
function blinkingInstall(el, period, label) {
|
|
15229
|
+
const anim = el.animate(
|
|
15230
|
+
[
|
|
15231
|
+
{ [label + "-on"]: 1, [label + "-off"]: 0 },
|
|
15232
|
+
{ [label + "-on"]: 0, [label + "-off"]: 1 }
|
|
15233
|
+
],
|
|
15234
|
+
{ duration: period, iterations: Infinity, easing: "steps(2, jump-none)" }
|
|
15235
|
+
);
|
|
15236
|
+
anim.startTime = 0;
|
|
15237
|
+
return () => anim.cancel();
|
|
15238
|
+
}
|
|
15239
|
+
function blinkingCritical(el) {
|
|
15240
|
+
return blinkingInstall(el, CRITICAL_PERIOD, "--critical-blink");
|
|
15241
|
+
}
|
|
15242
|
+
function blinkingAlarm(el) {
|
|
15243
|
+
return blinkingInstall(el, ALARM_PERIOD, "--alarm-blink");
|
|
15244
|
+
}
|
|
15245
|
+
function blinkingWarning(el) {
|
|
15246
|
+
return blinkingInstall(el, WARNING_PERIOD, "--warning-blink");
|
|
15247
|
+
}
|
|
15248
|
+
function blinkingLow(el) {
|
|
15249
|
+
return blinkingInstall(el, LOW_PERIOD, "--low-blink");
|
|
15250
|
+
}
|
|
15251
|
+
function blinkingAll(el) {
|
|
15252
|
+
const animes = [
|
|
15253
|
+
blinkingCritical(el),
|
|
15254
|
+
blinkingAlarm(el),
|
|
15255
|
+
blinkingWarning(el),
|
|
15256
|
+
blinkingLow(el)
|
|
15257
|
+
];
|
|
15258
|
+
return () => animes.forEach((anim) => anim());
|
|
15259
|
+
}
|
|
15223
15260
|
var __defProp$zL = Object.defineProperty;
|
|
15224
15261
|
var __getOwnPropDesc$zN = Object.getOwnPropertyDescriptor;
|
|
15225
15262
|
var __decorateClass$zT = (decorators, target, key, kind) => {
|
|
@@ -15289,6 +15326,29 @@ let ObcAlertFrame = class extends i$4 {
|
|
|
15289
15326
|
</div>
|
|
15290
15327
|
`;
|
|
15291
15328
|
}
|
|
15329
|
+
syncBlinking() {
|
|
15330
|
+
if (this.mode !== "unacked-active" && this._blinkAnimationCancel) {
|
|
15331
|
+
this._blinkAnimationCancel();
|
|
15332
|
+
this._blinkAnimationCancel = void 0;
|
|
15333
|
+
}
|
|
15334
|
+
if (this.mode === "unacked-active" && !this._blinkAnimationCancel) {
|
|
15335
|
+
this._blinkAnimationCancel = blinkingAll(this);
|
|
15336
|
+
}
|
|
15337
|
+
}
|
|
15338
|
+
connectedCallback() {
|
|
15339
|
+
super.connectedCallback();
|
|
15340
|
+
if (this.hasUpdated) {
|
|
15341
|
+
this.syncBlinking();
|
|
15342
|
+
}
|
|
15343
|
+
}
|
|
15344
|
+
updated() {
|
|
15345
|
+
this.syncBlinking();
|
|
15346
|
+
}
|
|
15347
|
+
disconnectedCallback() {
|
|
15348
|
+
super.disconnectedCallback();
|
|
15349
|
+
this._blinkAnimationCancel?.();
|
|
15350
|
+
this._blinkAnimationCancel = void 0;
|
|
15351
|
+
}
|
|
15292
15352
|
flap() {
|
|
15293
15353
|
if (this.type === "regular") {
|
|
15294
15354
|
return A;
|
|
@@ -70698,9 +70758,13 @@ let ObcAlertButton = class extends i$4 {
|
|
|
70698
70758
|
connectedCallback() {
|
|
70699
70759
|
super.connectedCallback();
|
|
70700
70760
|
window.addEventListener("resize", this.resizeListener);
|
|
70761
|
+
if (this.hasUpdated) {
|
|
70762
|
+
this.installBlinking();
|
|
70763
|
+
}
|
|
70701
70764
|
}
|
|
70702
70765
|
disconnectedCallback() {
|
|
70703
70766
|
window.removeEventListener("resize", this.resizeListener);
|
|
70767
|
+
this._blinkAnimationCancel?.();
|
|
70704
70768
|
super.disconnectedCallback();
|
|
70705
70769
|
}
|
|
70706
70770
|
renderAlertTwotoneIcon() {
|
|
@@ -70762,6 +70826,13 @@ let ObcAlertButton = class extends i$4 {
|
|
|
70762
70826
|
get showSilenceButtonDynamic() {
|
|
70763
70827
|
return this.showSilenceButton && this.width >= this.silenceButtonMinBreakpointPx && this.activeType !== "flat";
|
|
70764
70828
|
}
|
|
70829
|
+
installBlinking() {
|
|
70830
|
+
this._blinkAnimationCancel?.();
|
|
70831
|
+
this._blinkAnimationCancel = blinkingAll(this);
|
|
70832
|
+
}
|
|
70833
|
+
updated() {
|
|
70834
|
+
this.installBlinking();
|
|
70835
|
+
}
|
|
70765
70836
|
render() {
|
|
70766
70837
|
const hasAlerts = this.nAlerts > 0;
|
|
70767
70838
|
const showCounter = this.counter && hasAlerts && this.activeType !== "flat";
|
|
@@ -72272,6 +72343,31 @@ let ObcAlertIcon = class extends i$4 {
|
|
|
72272
72343
|
}
|
|
72273
72344
|
return b`<div class="wrapper">${this.renderStaticIcon()}</div>`;
|
|
72274
72345
|
}
|
|
72346
|
+
syncBlinking() {
|
|
72347
|
+
if (this._blinkAnimationCancel && !supportsBlinking(this._effectiveType, this.acknowledged ?? false)) {
|
|
72348
|
+
this._blinkAnimationCancel();
|
|
72349
|
+
this._blinkAnimationCancel = void 0;
|
|
72350
|
+
}
|
|
72351
|
+
if (!this._blinkAnimationCancel && supportsBlinking(this._effectiveType, this.acknowledged ?? false)) {
|
|
72352
|
+
this._blinkAnimationCancel = blinkingAll(this);
|
|
72353
|
+
}
|
|
72354
|
+
}
|
|
72355
|
+
connectedCallback() {
|
|
72356
|
+
super.connectedCallback();
|
|
72357
|
+
if (this.hasUpdated) {
|
|
72358
|
+
this.syncBlinking();
|
|
72359
|
+
}
|
|
72360
|
+
}
|
|
72361
|
+
updated() {
|
|
72362
|
+
this.syncBlinking();
|
|
72363
|
+
}
|
|
72364
|
+
disconnectedCallback() {
|
|
72365
|
+
super.disconnectedCallback();
|
|
72366
|
+
if (this._blinkAnimationCancel) {
|
|
72367
|
+
this._blinkAnimationCancel();
|
|
72368
|
+
this._blinkAnimationCancel = void 0;
|
|
72369
|
+
}
|
|
72370
|
+
}
|
|
72275
72371
|
};
|
|
72276
72372
|
ObcAlertIcon.styles = i$7`
|
|
72277
72373
|
.wrapper {
|