@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
|
@@ -28,7 +28,7 @@ const sampleEvents: DateItemEvent[] = [
|
|
|
28
28
|
|
|
29
29
|
const meta: Meta<EventListStoryArgs> = {
|
|
30
30
|
title: 'Application Components/Calendar/Event List',
|
|
31
|
-
tags: ['6.0'],
|
|
31
|
+
tags: ['6.0', 'beta'],
|
|
32
32
|
component: 'obc-event-list',
|
|
33
33
|
decorators: [widthDecorator],
|
|
34
34
|
argTypes: {
|
|
@@ -50,7 +50,7 @@ const renderIconOnly = (args: StoryObj<ObcMenuButton>['args']) => html`
|
|
|
50
50
|
|
|
51
51
|
const meta: Meta<ObcMenuButton> = {
|
|
52
52
|
title: 'UI Components/Buttons/Menu Button',
|
|
53
|
-
tags: ['autodocs', '6.0'],
|
|
53
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
54
54
|
component: 'obc-menu-button',
|
|
55
55
|
argTypes: {
|
|
56
56
|
label: {control: 'text', description: 'Constant label on the button'},
|
|
@@ -9,7 +9,7 @@ import '../../icons/icon-placeholder.js';
|
|
|
9
9
|
|
|
10
10
|
const meta: Meta<ObcMessageMenuItem> = {
|
|
11
11
|
title: 'UI Components/Message and Alerts/Message Menu Item',
|
|
12
|
-
tags: ['autodocs', '6.0'],
|
|
12
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
13
13
|
component: 'obc-message-menu-item',
|
|
14
14
|
argTypes: {
|
|
15
15
|
// Layout
|
|
@@ -6,7 +6,7 @@ import {html} from 'lit';
|
|
|
6
6
|
// More on how to set up stories at: https://storybook.js.org/docs/web-components/writing-stories/introduction
|
|
7
7
|
const meta: Meta<typeof ObcNotificationBadgeButton> = {
|
|
8
8
|
title: 'UI Components/Buttons/Notification Badge Button',
|
|
9
|
-
tags: ['autodocs', '6.0'],
|
|
9
|
+
tags: ['autodocs', '6.0', 'deprecated'],
|
|
10
10
|
component: 'obc-notification-badge-button',
|
|
11
11
|
} satisfies Meta<ObcNotificationBadgeButton>;
|
|
12
12
|
|
|
@@ -13,7 +13,7 @@ import '../../icons/icon-ship.js';
|
|
|
13
13
|
const meta: Meta<ObcNotificationFloatingItem> = {
|
|
14
14
|
title: 'Application Components/Notifications/Notification Floating Item',
|
|
15
15
|
component: 'obc-notification-floating-item',
|
|
16
|
-
tags: ['6.0'],
|
|
16
|
+
tags: ['6.0', 'beta'],
|
|
17
17
|
argTypes: {
|
|
18
18
|
type: {
|
|
19
19
|
control: 'select',
|
|
@@ -6,7 +6,7 @@ import {ObcMessageMenuItemSize} from '../message-menu-item/message-menu-item.js'
|
|
|
6
6
|
|
|
7
7
|
const meta: Meta<typeof ObcNotificationMenuItem> = {
|
|
8
8
|
title: 'Application Components/Notifications/Notification Menu Item',
|
|
9
|
-
tags: ['autodocs', '6.0'],
|
|
9
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
10
10
|
component: 'obc-notification-menu-item',
|
|
11
11
|
args: {
|
|
12
12
|
title: 'Notification title',
|
|
@@ -6,7 +6,7 @@ import {html} from 'lit';
|
|
|
6
6
|
|
|
7
7
|
const meta: Meta<typeof ObcNotificationMessageItem> = {
|
|
8
8
|
title: 'Application Components/Notifications/Notification Message Item',
|
|
9
|
-
tags: ['6.0'],
|
|
9
|
+
tags: ['6.0', 'beta'],
|
|
10
10
|
component: 'obc-notification-message-item',
|
|
11
11
|
args: {
|
|
12
12
|
title: 'Notification title',
|
|
@@ -51,6 +51,7 @@ import {ObcPivotItemDirection, ObcPivotItem} from '../pivot-item/pivot-item.js';
|
|
|
51
51
|
*
|
|
52
52
|
* @slot - Default slot for one or more `<obc-pivot-item>` elements.
|
|
53
53
|
* @fires {CustomEvent<{selectedValue: string}>} change - Fired when the selected value changes.
|
|
54
|
+
* @stable
|
|
54
55
|
*/
|
|
55
56
|
@customElement('obc-pivot-item-group')
|
|
56
57
|
export class ObcPivotItemGroup extends LitElement {
|
|
@@ -184,7 +184,7 @@ const renderSequenceCard = (args: SequenceCardStoryArgs) => html`
|
|
|
184
184
|
|
|
185
185
|
const meta: Meta<ObcSequenceCard> = {
|
|
186
186
|
title: 'UI Components/Sections/Sequence Card',
|
|
187
|
-
tags: ['6.1'],
|
|
187
|
+
tags: ['6.1', 'experimental'],
|
|
188
188
|
component: 'obc-sequence-card',
|
|
189
189
|
parameters: {
|
|
190
190
|
layout: 'centered',
|
|
@@ -128,7 +128,7 @@ const renderSequenceModal = (args: SequenceModalStoryArgs) => {
|
|
|
128
128
|
|
|
129
129
|
const meta: Meta<SequenceModalStoryArgs> = {
|
|
130
130
|
title: 'UI Components/Sections/Sequence Modal',
|
|
131
|
-
tags: ['6.1'],
|
|
131
|
+
tags: ['6.1', 'experimental'],
|
|
132
132
|
component: 'obc-sequence-modal',
|
|
133
133
|
parameters: {
|
|
134
134
|
layout: 'centered',
|
|
@@ -28,7 +28,7 @@ const renderWithIcon = (args: StoryObj<ObcSplitButton>['args']) => html`
|
|
|
28
28
|
|
|
29
29
|
const meta: Meta<ObcSplitButton> = {
|
|
30
30
|
title: 'UI Components/Buttons/Split Button',
|
|
31
|
-
tags: ['autodocs', '6.0'],
|
|
31
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
32
32
|
component: 'obc-split-button',
|
|
33
33
|
decorators: [
|
|
34
34
|
(story) => html`
|
|
@@ -9,7 +9,7 @@ import '../../icons/icon-placeholder.js';
|
|
|
9
9
|
|
|
10
10
|
const meta: Meta<typeof ObcTableHeaderItem> = {
|
|
11
11
|
title: 'UI Components/Tables/Building Blocks/Table Header Item',
|
|
12
|
-
tags: ['6.0'],
|
|
12
|
+
tags: ['6.0', 'beta'],
|
|
13
13
|
component: 'obc-table-header-item',
|
|
14
14
|
args: {
|
|
15
15
|
sortable: true,
|
|
@@ -15,7 +15,7 @@ interface TextboxStoryArgs extends Partial<ObcTextbox> {
|
|
|
15
15
|
|
|
16
16
|
const meta: Meta<TextboxStoryArgs> = {
|
|
17
17
|
title: 'Building Blocks/Textbox',
|
|
18
|
-
tags: ['autodocs', '6.0'],
|
|
18
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
19
19
|
component: 'obc-textbox',
|
|
20
20
|
args: {
|
|
21
21
|
size: ObcTextboxSize.m,
|
|
@@ -11,7 +11,7 @@ type ObcToggleButtonThreeStateArgs = {
|
|
|
11
11
|
const meta: Meta<ObcToggleButtonThreeStateArgs> = {
|
|
12
12
|
title:
|
|
13
13
|
'UI Components/Selection Controls and Switches/Toggle Button - Three State',
|
|
14
|
-
tags: ['autodocs', '6.0'],
|
|
14
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
15
15
|
component: 'obc-toggle-button-three-state',
|
|
16
16
|
args: {
|
|
17
17
|
state: ObcToggleButtonThreeStateValue.noInput,
|
|
@@ -8,7 +8,7 @@ import {ifDefined} from 'lit/directives/if-defined.js';
|
|
|
8
8
|
|
|
9
9
|
const meta: Meta<typeof ObcToggletip> = {
|
|
10
10
|
title: 'UI Components/Message and Alerts/Toggletip',
|
|
11
|
-
tags: ['autodocs', '6.0'],
|
|
11
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
12
12
|
component: 'obc-toggletip',
|
|
13
13
|
args: {
|
|
14
14
|
variant: ToggletipVariant.normal,
|
|
@@ -18,7 +18,7 @@ import {customElement} from '../../decorator.js';
|
|
|
18
18
|
*/
|
|
19
19
|
const meta: Meta<typeof ObcTreeNavigation> = {
|
|
20
20
|
title: 'UI Components/Menus and Navigation/Tree Navigation',
|
|
21
|
-
tags: ['autodocs', '6.0'],
|
|
21
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
22
22
|
component: 'obc-tree-navigation',
|
|
23
23
|
render: () => html`
|
|
24
24
|
<obc-tree-navigation>
|
|
@@ -10,7 +10,7 @@ import {html} from 'lit';
|
|
|
10
10
|
|
|
11
11
|
const meta: Meta<typeof ObcTreeNavigationItem> = {
|
|
12
12
|
title: 'UI Components/Menus and Navigation/Tree Navigation Item',
|
|
13
|
-
tags: ['autodocs', '6.0'],
|
|
13
|
+
tags: ['autodocs', '6.0', 'beta'],
|
|
14
14
|
component: 'obc-tree-navigation-item',
|
|
15
15
|
args: {
|
|
16
16
|
label: 'List item',
|
|
@@ -265,7 +265,7 @@ function renderIntegrationButtons({
|
|
|
265
265
|
|
|
266
266
|
const meta: Meta<IntegrationBarStoryArgs> = {
|
|
267
267
|
title: 'Integration Systems/Integration Bar',
|
|
268
|
-
tags: ['
|
|
268
|
+
tags: ['experimental'],
|
|
269
269
|
component: 'obc-integration-bar',
|
|
270
270
|
globals: {
|
|
271
271
|
viewport: {value: 'desktop'},
|
package/src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.stories.ts
CHANGED
|
@@ -9,7 +9,7 @@ import {IntegrationButtonType} from '../integration-button/integration-button.js
|
|
|
9
9
|
|
|
10
10
|
const meta: Meta<typeof ObcIntegrationBarDropdown> = {
|
|
11
11
|
title: 'Integration Systems/Integration Bar Dropdown',
|
|
12
|
-
tags: ['
|
|
12
|
+
tags: ['experimental'],
|
|
13
13
|
component: 'obc-integration-bar-dropdown',
|
|
14
14
|
args: {
|
|
15
15
|
showClock: true,
|
|
@@ -10,7 +10,7 @@ import '../../icons/icon-placeholder.js';
|
|
|
10
10
|
|
|
11
11
|
const meta: Meta<ObcIntegrationButton> = {
|
|
12
12
|
title: 'Integration Systems/Integration Button',
|
|
13
|
-
tags: ['
|
|
13
|
+
tags: ['experimental'],
|
|
14
14
|
component: 'obc-integration-button',
|
|
15
15
|
args: {
|
|
16
16
|
hasLeadingIcon: true,
|
package/src/integration-systems/integration-dropdown-button/integration-dropdown-button.stories.ts
CHANGED
|
@@ -8,7 +8,7 @@ import '../integration-button/integration-button.js';
|
|
|
8
8
|
|
|
9
9
|
const meta: Meta<ObcIntegrationDropdownButton> = {
|
|
10
10
|
title: 'Integration Systems/Integration Dropdown Button',
|
|
11
|
-
tags: ['
|
|
11
|
+
tags: ['experimental'],
|
|
12
12
|
component: 'obc-integration-dropdown-button',
|
|
13
13
|
globals: {
|
|
14
14
|
backgrounds: {
|
package/src/integration-systems/integration-fleet-button/integration-fleet-button.stories.ts
CHANGED
|
@@ -6,7 +6,7 @@ import '../../icons/icon-placeholder.js';
|
|
|
6
6
|
|
|
7
7
|
const meta: Meta<typeof ObcIntegrationFleetButton> = {
|
|
8
8
|
title: 'Integration Systems/Fleet Button',
|
|
9
|
-
tags: ['
|
|
9
|
+
tags: ['experimental'],
|
|
10
10
|
component: 'obc-integration-fleet-button',
|
|
11
11
|
args: {
|
|
12
12
|
fleetName: 'Fleet Name',
|
|
@@ -117,7 +117,7 @@ const renderContent = () => html`
|
|
|
117
117
|
const meta: Meta<ObcIntegrationVesselMenu> = {
|
|
118
118
|
title: 'Integration Systems/Integration Vessel Menu',
|
|
119
119
|
component: 'obc-integration-vessel-menu',
|
|
120
|
-
tags: ['
|
|
120
|
+
tags: ['experimental'],
|
|
121
121
|
args: {hasActions: true, hasAlertList: true, hasContent: true},
|
|
122
122
|
argTypes: {
|
|
123
123
|
hasActions: {
|
package/src/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.stories.ts
CHANGED
|
@@ -49,7 +49,7 @@ function renderAzimuthThrusterLabeled(
|
|
|
49
49
|
|
|
50
50
|
const meta: Meta<typeof ObcAzimuthThrusterLabeled> = {
|
|
51
51
|
title: 'Instruments/Azimuth Thruster Labeled',
|
|
52
|
-
tags: ['autodocs', '6.0'],
|
|
52
|
+
tags: ['autodocs', '6.0', 'deprecated'],
|
|
53
53
|
component: 'obc-azimuth-thruster-labeled',
|
|
54
54
|
render: (args) => renderAzimuthThrusterLabeled(args),
|
|
55
55
|
args: {
|
|
@@ -7,7 +7,7 @@ import {topVessels} from '../watch/vessels/storybook-helper.js';
|
|
|
7
7
|
|
|
8
8
|
const meta: Meta<typeof ObcCurrent> = {
|
|
9
9
|
title: 'Instruments/Current',
|
|
10
|
-
tags: ['autodocs', '
|
|
10
|
+
tags: ['autodocs', 'experimental'],
|
|
11
11
|
component: 'obc-current',
|
|
12
12
|
decorators: [widthDecorator],
|
|
13
13
|
args: {
|
|
@@ -8,7 +8,7 @@ import {sideVessels} from '../watch/vessels/storybook-helper.js';
|
|
|
8
8
|
|
|
9
9
|
const meta: Meta<typeof ObcDraftTrim> = {
|
|
10
10
|
title: 'Instruments/Draft Trim',
|
|
11
|
-
tags: ['autodocs', '6.0', '
|
|
11
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
12
12
|
component: 'obc-draft-trim',
|
|
13
13
|
args: {
|
|
14
14
|
width: 384,
|
package/src/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.stories.ts
CHANGED
|
@@ -20,7 +20,7 @@ type GaugeRadialProportionalStoryArgs = Partial<ObcGaugeRadialProportional> & {
|
|
|
20
20
|
|
|
21
21
|
const meta = {
|
|
22
22
|
title: 'Instruments/Gauge Radial Proportional',
|
|
23
|
-
tags: ['autodocs', '
|
|
23
|
+
tags: ['autodocs', 'skip-test', 'experimental'],
|
|
24
24
|
component: 'obc-gauge-radial-proportional',
|
|
25
25
|
decorators: [widthDecorator],
|
|
26
26
|
args: {
|
|
@@ -8,7 +8,7 @@ import './indicator-graph.js';
|
|
|
8
8
|
import {widthDecorator} from '../../storybook-util.js';
|
|
9
9
|
const meta: Meta<typeof ObcIndicatorGraph> = {
|
|
10
10
|
title: 'Bars and Graphs/Indicator Graph',
|
|
11
|
-
tags: ['6.0', 'autodocs'],
|
|
11
|
+
tags: ['6.0', 'autodocs', 'beta'],
|
|
12
12
|
component: 'obc-indicator-graph',
|
|
13
13
|
decorators: [widthDecorator],
|
|
14
14
|
args: {
|
|
@@ -6,7 +6,7 @@ import '../../components/navigation-item/navigation-item.js';
|
|
|
6
6
|
|
|
7
7
|
const meta: Meta<typeof ObcInstrumentField> = {
|
|
8
8
|
title: 'Instruments/Instrument Field',
|
|
9
|
-
tags: ['autodocs', '6.0'],
|
|
9
|
+
tags: ['autodocs', '6.0', 'deprecated'],
|
|
10
10
|
component: 'obc-instrument-field',
|
|
11
11
|
args: {
|
|
12
12
|
setpoint: 0,
|
|
@@ -20,7 +20,7 @@ const historySamples: PitchRollSample[] = Array.from({length: 60}, (_, i) => {
|
|
|
20
20
|
|
|
21
21
|
const meta: Meta<typeof ObcPitchRollYaw> = {
|
|
22
22
|
title: 'Instruments/Pitch Roll Yaw',
|
|
23
|
-
tags: ['autodocs', '6.0', '
|
|
23
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
24
24
|
component: 'obc-pitch-roll-yaw',
|
|
25
25
|
args: {
|
|
26
26
|
width: 400,
|
|
@@ -9,7 +9,7 @@ import {widthDecorator} from '../../storybook-util.js';
|
|
|
9
9
|
|
|
10
10
|
const meta: Meta<typeof ObcPositionDeviation> = {
|
|
11
11
|
title: 'Instruments/Position Deviation',
|
|
12
|
-
tags: ['autodocs', '
|
|
12
|
+
tags: ['autodocs', 'experimental'],
|
|
13
13
|
component: 'obc-position-deviation',
|
|
14
14
|
args: {
|
|
15
15
|
width: 400,
|
|
@@ -301,7 +301,7 @@ function argsToOptions(args: ReadoutStoryArgs): StoryOptions {
|
|
|
301
301
|
|
|
302
302
|
const meta = {
|
|
303
303
|
title: 'Instruments/Readout',
|
|
304
|
-
tags: ['autodocs', '6.0', '
|
|
304
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
305
305
|
component: 'obc-readout',
|
|
306
306
|
decorators: [centeredCanvasDecorator],
|
|
307
307
|
render: (args) =>
|
|
@@ -90,7 +90,7 @@ function renderList(rows: Row[], showDebugOverlay: boolean) {
|
|
|
90
90
|
|
|
91
91
|
const meta = {
|
|
92
92
|
title: 'Instruments/Readout List',
|
|
93
|
-
tags: ['autodocs', '6.0', '
|
|
93
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
94
94
|
component: 'obc-readout-list',
|
|
95
95
|
args: {
|
|
96
96
|
showDebugOverlay: true,
|
|
@@ -307,7 +307,7 @@ function argsToOptions(args: ReadoutListItemStoryArgs): StoryOptions {
|
|
|
307
307
|
|
|
308
308
|
const meta = {
|
|
309
309
|
title: 'Instruments/Readout List Item',
|
|
310
|
-
tags: ['autodocs', '6.0', '
|
|
310
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
311
311
|
component: 'obc-readout-list-item',
|
|
312
312
|
decorators: [centeredCanvasDecorator],
|
|
313
313
|
render: (args) =>
|
|
@@ -11,7 +11,7 @@ import {TickmarkStyle} from '../watch/tickmark.js';
|
|
|
11
11
|
|
|
12
12
|
const meta: Meta<typeof ObcTopViewPropulsion> = {
|
|
13
13
|
title: 'Instruments/Top View Propulsion',
|
|
14
|
-
tags: ['autodocs', '6.0', '
|
|
14
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
15
15
|
component: 'obc-top-view-propulsion',
|
|
16
16
|
args: {
|
|
17
17
|
width: 384,
|
package/src/navigation-instruments/velocity-projection-plot/velocity-projection-plot.stories.ts
CHANGED
|
@@ -19,7 +19,7 @@ function scaleGeneratedDataPoints(dataPoints: VelocityProjectionDatapoint[]) {
|
|
|
19
19
|
|
|
20
20
|
const meta: Meta<typeof ObcVelocityProjectionPlot> = {
|
|
21
21
|
title: 'Instruments/Velocity Projection',
|
|
22
|
-
tags: ['autodocs', '6.0'],
|
|
22
|
+
tags: ['autodocs', '6.0', 'experimental'],
|
|
23
23
|
component: 'obc-velocity-projection-plot',
|
|
24
24
|
decorators: [widthDecorator],
|
|
25
25
|
args: {
|