@oicl/openbridge-webcomponents-full-bundle 2.0.0-next.118 → 2.0.0-next.119

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 (143) hide show
  1. package/.storybook/manager.ts +18 -16
  2. package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
  3. package/custom-elements.json +2 -1
  4. package/dist/automation/vertical-line/vertical-line.d.ts +6 -0
  5. package/dist/automation/vertical-line/vertical-line.d.ts.map +1 -1
  6. package/dist/automation/vertical-line/vertical-line.js.map +1 -1
  7. package/dist/components/pivot-item-group/pivot-item-group.d.ts +1 -0
  8. package/dist/components/pivot-item-group/pivot-item-group.d.ts.map +1 -1
  9. package/dist/components/pivot-item-group/pivot-item-group.js.map +1 -1
  10. package/eslint.config.mjs +355 -0
  11. package/package.json +3 -1
  12. package/script/eslint-rules.test.ts +230 -0
  13. package/src/ar/building-blocks/poi-graphic-line/poi-graphic-line.stories.ts +1 -1
  14. package/src/ar/building-blocks/poi-header/poi-header.stories.ts +1 -1
  15. package/src/ar/building-blocks/poi-line/poi-line.stories.ts +1 -1
  16. package/src/ar/building-blocks/poi-pointer/poi-pointer.stories.ts +1 -1
  17. package/src/ar/building-blocks/poi-selection-frame/poi-selection-frame.stories.ts +1 -1
  18. package/src/ar/building-blocks/ruler-pointer/ruler-pointer.stories.ts +1 -1
  19. package/src/ar/chart-object-vessel-button/chart-object-vessel-button.stories.ts +1 -1
  20. package/src/ar/poi/poi-aton.stories.ts +1 -1
  21. package/src/ar/poi/poi-data.stories.ts +1 -1
  22. package/src/ar/poi/poi-vessel.stories.ts +1 -1
  23. package/src/ar/poi/poi.stories.ts +1 -1
  24. package/src/ar/poi-button/poi-button-aton.stories.ts +1 -1
  25. package/src/ar/poi-button/poi-button-data.stories.ts +1 -1
  26. package/src/ar/poi-button/poi-button-vessel.stories.ts +1 -1
  27. package/src/ar/poi-button/poi-button.stories.ts +1 -1
  28. package/src/ar/poi-card/poi-card.stories.ts +1 -1
  29. package/src/ar/poi-card-header/poi-card-header.stories.ts +1 -1
  30. package/src/ar/poi-controller/poi-controller.stories.ts +1 -1
  31. package/src/ar/poi-group/poi-group.stories.ts +1 -1
  32. package/src/ar/poi-layer/poi-layer.stories.ts +1 -1
  33. package/src/ar/poi-layer-stack/poi-layer-stack.stories.ts +1 -1
  34. package/src/ar/poi-object/poi-object-aton.stories.ts +1 -1
  35. package/src/ar/poi-object/poi-object-data.stories.ts +1 -1
  36. package/src/ar/poi-object/poi-object-vessel.stories.ts +1 -1
  37. package/src/ar/poi-object/poi-object.stories.ts +1 -1
  38. package/src/automation/automation-input-modal/automation-input-modal.stories.ts +1 -1
  39. package/src/automation/automation-readout/automation-readout.stories.ts +1 -1
  40. package/src/automation/automation-tank/automation-tank.stories.ts +1 -1
  41. package/src/automation/bus/bus.stories.ts +1 -1
  42. package/src/automation/corner-line/corner-line.stories.ts +1 -1
  43. package/src/automation/direction-line/direction-line.stories.ts +1 -1
  44. package/src/automation/end-point-line/end-point-line.stories.ts +1 -1
  45. package/src/automation/horizontal-line/horizontal-line.stories.ts +1 -1
  46. package/src/automation/line-cross/line-cross.stories.ts +1 -1
  47. package/src/automation/line-overlap/line-overlap.stories.ts +1 -1
  48. package/src/automation/three-way-line/three-way-line.stories.ts +1 -1
  49. package/src/automation/vertical-line/vertical-line.stories.ts +1 -1
  50. package/src/automation/vertical-line/vertical-line.ts +2 -1
  51. package/src/bars-graphs/area-graph/area-graph.stories.ts +1 -1
  52. package/src/bars-graphs/donut-chart/donut-chart.stories.ts +1 -1
  53. package/src/bars-graphs/line-graph/line-graph.stories.ts +1 -1
  54. package/src/bars-graphs/pie-chart/pie-chart.stories.ts +1 -1
  55. package/src/bars-graphs/polar-chart/polar-chart.stories.ts +1 -1
  56. package/src/bars-graphs/radial-bar-chart/radial-bar-chart.stories.ts +1 -1
  57. package/src/building-blocks/bar-horizontal/bar-horizontal.stories.ts +1 -1
  58. package/src/building-blocks/bar-vertical/bar-vertical.stories.ts +1 -1
  59. package/src/building-blocks/chart-line/chart-line-base.stories.ts +1 -1
  60. package/src/building-blocks/instrument-radial/instrument-radial.stories.ts +1 -1
  61. package/src/building-blocks/readout-block/readout-block.stories.ts +1 -1
  62. package/src/components/advice-floating-item/advice-floating-item.stories.ts +1 -1
  63. package/src/components/advice-menu-item/advice-menu-item.stories.ts +1 -1
  64. package/src/components/advice-message-item/advice-message-item.stories.ts +1 -1
  65. package/src/components/alert-frame/alert-frame.stories.ts +1 -1
  66. package/src/components/attachment-list-item/attachment-list-item.stories.ts +1 -1
  67. package/src/components/audio-output/audio-output.stories.ts +1 -1
  68. package/src/components/audio-recording-item/audio-recording-item.stories.ts +1 -1
  69. package/src/components/automation-button-readout-stack/automation-button-readout-stack.stories.ts +1 -1
  70. package/src/components/badge/badge.stories.ts +1 -1
  71. package/src/components/calendar/calendar.stories.ts +1 -1
  72. package/src/components/command-button/command-button.stories.ts +1 -1
  73. package/src/components/command-menu/command-menu.stories.ts +1 -1
  74. package/src/components/communication-table/communication-table.stories.ts +1 -1
  75. package/src/components/context-menu-input/context-menu-input.stories.ts +1 -1
  76. package/src/components/date-item/date-item.stories.ts +1 -1
  77. package/src/components/event-item/event-item.stories.ts +1 -1
  78. package/src/components/event-list/event-list.stories.ts +1 -1
  79. package/src/components/form-container/form-container.stories.ts +1 -0
  80. package/src/components/form-footer-container/form-footer-container.stories.ts +1 -0
  81. package/src/components/form-group/form-group.stories.ts +1 -0
  82. package/src/components/form-item/form-item.stories.ts +1 -1
  83. package/src/components/keyboard-full/keyboard-full.stories.ts +1 -1
  84. package/src/components/keyboard-numeric/keyboard-numeric.stories.ts +1 -1
  85. package/src/components/menu-button/menu-button.stories.ts +1 -1
  86. package/src/components/message-menu-item/message-menu-item.stories.ts +1 -1
  87. package/src/components/notification-badge-button/notification-badge-button.stories.ts +1 -1
  88. package/src/components/notification-floating-item/notification-floating-item.stories.ts +1 -1
  89. package/src/components/notification-menu-item/notification-menu-item.stories.ts +1 -1
  90. package/src/components/notification-message-item/notification-message-item.stories.ts +1 -1
  91. package/src/components/pivot-item-group/pivot-item-group.ts +1 -0
  92. package/src/components/rich-button/rich-button.stories.ts +1 -1
  93. package/src/components/sequence-card/sequence-card.stories.ts +1 -1
  94. package/src/components/sequence-connector/sequence-connector.stories.ts +1 -1
  95. package/src/components/sequence-item/sequence-item.stories.ts +1 -0
  96. package/src/components/sequence-loading-spinner/sequence-loading-spinner.stories.ts +1 -1
  97. package/src/components/sequence-modal/sequence-modal.stories.ts +1 -1
  98. package/src/components/sequence-step/sequence-step.stories.ts +1 -0
  99. package/src/components/sequence-toolbar/sequence-toolbar.stories.ts +1 -0
  100. package/src/components/slide-button/slide-button.stories.ts +1 -1
  101. package/src/components/split-button/split-button.stories.ts +1 -1
  102. package/src/components/status-indicator/status-indicator.stories.ts +1 -1
  103. package/src/components/table/table.stories.ts +1 -1
  104. package/src/components/table-header-item/table-header-item.stories.ts +1 -1
  105. package/src/components/textbox/textbox.stories.ts +1 -1
  106. package/src/components/title-container/title-container.stories.ts +1 -1
  107. package/src/components/toggle-button-three-state/toggle-button-three-state.stories.ts +1 -1
  108. package/src/components/toggletip/toggletip.stories.ts +1 -1
  109. package/src/components/tree-navigation/tree-navigation.stories.ts +1 -1
  110. package/src/components/tree-navigation-item/tree-navigation-item.stories.ts +1 -1
  111. package/src/integration-systems/integration-app-bar/integration-app-bar.stories.ts +1 -1
  112. package/src/integration-systems/integration-bar/integration-bar.stories.ts +1 -1
  113. package/src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.stories.ts +1 -1
  114. package/src/integration-systems/integration-button/integration-button.stories.ts +1 -1
  115. package/src/integration-systems/integration-dropdown-button/integration-dropdown-button.stories.ts +1 -1
  116. package/src/integration-systems/integration-fleet-button/integration-fleet-button.stories.ts +1 -1
  117. package/src/integration-systems/integration-tabs/integration-tabs.stories.ts +1 -1
  118. package/src/integration-systems/integration-vessel-menu/integration-vessel-menu.stories.ts +1 -1
  119. package/src/integration-systems/integration-vessel-selector/integration-vessel-selector.stories.ts +1 -1
  120. package/src/navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.stories.ts +1 -1
  121. package/src/navigation-instruments/current/current.stories.ts +1 -1
  122. package/src/navigation-instruments/draft-trim/draft-trim.stories.ts +1 -1
  123. package/src/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.stories.ts +1 -1
  124. package/src/navigation-instruments/graph-mini/graph-mini.stories.ts +1 -1
  125. package/src/navigation-instruments/indicator-graph/indicator-graph.stories.ts +1 -1
  126. package/src/navigation-instruments/instrument-field/instrument-field.stories.ts +1 -1
  127. package/src/navigation-instruments/pitch-roll-heave/pitch-roll-heave.stories.ts +1 -1
  128. package/src/navigation-instruments/pitch-roll-yaw/pitch-roll-yaw.stories.ts +1 -1
  129. package/src/navigation-instruments/position-deviation/position-deviation.stories.ts +1 -1
  130. package/src/navigation-instruments/readout/readout.stories.ts +1 -1
  131. package/src/navigation-instruments/readout-list/readout-list.stories.ts +1 -1
  132. package/src/navigation-instruments/readout-list-item/readout-list-item.stories.ts +1 -1
  133. package/src/navigation-instruments/speed-arrows/speed-arrows.stories.ts +1 -1
  134. package/src/navigation-instruments/speed-directions/speed-directions.stories.ts +1 -1
  135. package/src/navigation-instruments/top-view-propulsion/top-view-propulsion.stories.ts +1 -1
  136. package/src/navigation-instruments/velocity-projection-plot/velocity-projection-plot.stories.ts +1 -1
  137. package/src/navigation-instruments/watch/watch.stories.ts +1 -1
  138. package/src/navigation-instruments/watch-flat/watch-flat.stories.ts +1 -1
  139. package/src/navigation-instruments/wind-propulsion/wind-propulsion.stories.ts +1 -1
  140. package/src/pages/alert-detail-page/alert-detail-page.stories.ts +1 -1
  141. package/src/pages/alert-list-page-small/alert-list-page-small.stories.ts +1 -1
  142. package/vitest.browser.config.ts +4 -2
  143. package/vitest.config.ts +10 -0
@@ -43,7 +43,7 @@ const SUNBURST_DATA = [
43
43
  const meta: Meta = {
44
44
  title: 'Bars and Graphs/Pie Chart',
45
45
  component: 'obc-pie-chart',
46
- tags: ['autodocs', '6.0'],
46
+ tags: ['autodocs', '6.0', 'beta'],
47
47
  argTypes: {
48
48
  fixedHeight: {
49
49
  control: {type: 'range', min: 48, max: 512},
@@ -23,7 +23,7 @@ const SAMPLE_DATA = [
23
23
  const meta: Meta = {
24
24
  title: 'Bars and Graphs/Polar Chart',
25
25
  component: 'obc-polar-chart',
26
- tags: ['autodocs', '6.0'],
26
+ tags: ['autodocs', '6.0', 'beta'],
27
27
  argTypes: {
28
28
  fixedHeight: {
29
29
  control: {type: 'range', min: 48, max: 512, step: 8},
@@ -10,7 +10,7 @@ const SAMPLE_DATA = [70, 50, 30];
10
10
  const meta: Meta = {
11
11
  title: 'Bars and Graphs/Radial Bar Chart',
12
12
  component: 'obc-radial-bar-chart',
13
- tags: ['autodocs', '6.0'],
13
+ tags: ['autodocs', '6.0', 'beta'],
14
14
  argTypes: {
15
15
  fixedHeight: {
16
16
  control: {type: 'range', min: 48, max: 512, step: 8},
@@ -31,7 +31,7 @@ const SAMPLE_DATA = [
31
31
 
32
32
  const meta: Meta = {
33
33
  title: 'Bars and Graphs/Bar Horizontal',
34
- tags: ['autodocs', '6.0'],
34
+ tags: ['autodocs', '6.0', 'beta'],
35
35
  component: 'obc-bar-horizontal',
36
36
  argTypes: {
37
37
  minValue: {control: {type: 'range', min: -100, max: 100}},
@@ -32,7 +32,7 @@ const SAMPLE_DATA = [
32
32
 
33
33
  const meta: Meta = {
34
34
  title: 'Bars and Graphs/Bar Vertical',
35
- tags: ['autodocs', '6.0'],
35
+ tags: ['autodocs', '6.0', 'beta'],
36
36
  component: 'obc-bar-vertical',
37
37
  argTypes: {
38
38
  minValue: {control: {type: 'range', min: -100, max: 100}},
@@ -85,7 +85,7 @@ const SAMPLE_MULTI_DATASETS = [
85
85
  const meta: Meta = {
86
86
  title: 'Building Blocks/Line Area Chart Base',
87
87
  component: 'obc-area-graph',
88
- tags: ['autodocs', '6.0'],
88
+ tags: ['autodocs', '6.0', 'beta'],
89
89
  parameters: {
90
90
  docs: {
91
91
  description: {
@@ -23,7 +23,7 @@ type InstrumentRadialStoryArgs = Partial<ObcInstrumentRadial> & {
23
23
 
24
24
  const meta: Meta<InstrumentRadialStoryArgs> = {
25
25
  title: 'Building Blocks/Instrument Radial',
26
- tags: ['6.0'],
26
+ tags: ['6.0', 'experimental'],
27
27
  component: 'obc-instrument-radial',
28
28
  decorators: [widthDecorator],
29
29
  args: {
@@ -120,7 +120,7 @@ function renderShowcase(cards: ShowcaseCard[]) {
120
120
 
121
121
  const meta = {
122
122
  title: 'Building Blocks/Readout Block',
123
- tags: ['autodocs', '6.0', 'wip'],
123
+ tags: ['autodocs', '6.0', 'experimental'],
124
124
  component: 'obc-readout-block',
125
125
  decorators: [themedDecorator],
126
126
  parameters: {
@@ -13,7 +13,7 @@ import '../../icons/icon-ship.js';
13
13
  const meta: Meta<ObcAdviceFloatingItem> = {
14
14
  title: 'Application Components/Notifications/Advice Floating Item',
15
15
  component: 'obc-advice-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 ObcAdviceMenuItem> = {
8
8
  title: 'Application Components/Notifications/Advice Menu Item',
9
- tags: ['autodocs', '6.0'],
9
+ tags: ['autodocs', '6.0', 'beta'],
10
10
  component: 'obc-advice-menu-item',
11
11
  args: {
12
12
  title: 'Advice title',
@@ -6,7 +6,7 @@ import {html} from 'lit';
6
6
 
7
7
  const meta: Meta<typeof ObcAdviceMessageItem> = {
8
8
  title: 'Application Components/Notifications/Advice Message Item',
9
- tags: ['6.0'],
9
+ tags: ['6.0', 'beta'],
10
10
  component: 'obc-advice-message-item',
11
11
  args: {
12
12
  title: 'Advice title',
@@ -13,7 +13,7 @@ import {html} from 'lit';
13
13
 
14
14
  const meta: Meta<typeof ObcAlertFrame> = {
15
15
  title: 'UI Components/Message and Alerts/Alert Frame',
16
- tags: ['autodocs', '6.0'],
16
+ tags: ['autodocs', '6.0', 'beta'],
17
17
  component: 'obc-alert-frame',
18
18
  args: {
19
19
  type: ObcAlertFrameType.SmallSideFlip,
@@ -8,7 +8,7 @@ import {html} from 'lit';
8
8
 
9
9
  const meta: Meta<ObcAttachmentListItem> = {
10
10
  title: 'UI Components/Tables and Lists/Attachment List Item',
11
- tags: ['autodocs', '6.1'],
11
+ tags: ['autodocs', '6.1', 'beta'],
12
12
  component: 'obc-attachment-list-item',
13
13
  args: {
14
14
  label: 'Document.pdf',
@@ -4,7 +4,7 @@ import './audio-output.js';
4
4
 
5
5
  const meta: Meta<ObcAudioOutput> = {
6
6
  title: 'UI Components/Media/Audio Output',
7
- tags: ['6.0'],
7
+ tags: ['6.0', 'beta'],
8
8
  component: 'obc-audio-output',
9
9
  args: {},
10
10
  argTypes: {
@@ -9,7 +9,7 @@ import '../button/button.js';
9
9
 
10
10
  const meta = {
11
11
  title: 'UI Components/Media/Audio Recording Item',
12
- tags: ['autodocs', '6.0'],
12
+ tags: ['autodocs', '6.0', 'beta'],
13
13
  component: 'obc-audio-recording-item',
14
14
  args: {},
15
15
  argTypes: {
@@ -9,7 +9,7 @@ import {html} from 'lit';
9
9
 
10
10
  const meta: Meta = {
11
11
  title: 'Building Blocks/Automation Button Readout Stack',
12
- tags: ['6.0'],
12
+ tags: ['6.0', 'experimental'],
13
13
  component: 'obc-automation-button-readout-stack',
14
14
  args: {
15
15
  tag: '#0000',
@@ -8,7 +8,7 @@ import '../../icons/icon-alarm-badge.js';
8
8
 
9
9
  const meta: Meta<typeof ObcBadge> = {
10
10
  title: 'UI Components/Message and Alerts/Badge',
11
- tags: ['autodocs'],
11
+ tags: ['autodocs', 'beta'],
12
12
  component: 'obc-badge',
13
13
  args: {
14
14
  number: 9,
@@ -338,7 +338,7 @@ function renderCalendar(args: CalendarStoryArgs) {
338
338
 
339
339
  const meta: Meta<CalendarStoryArgs> = {
340
340
  title: 'Application Components/Calendar/Calendar',
341
- tags: ['autodocs', '6.0'],
341
+ tags: ['autodocs', '6.0', 'beta'],
342
342
  component: 'obc-calendar',
343
343
  render: renderCalendar,
344
344
  argTypes: {
@@ -4,7 +4,7 @@ import './command-button.js';
4
4
 
5
5
  const meta: Meta<typeof ObcCommandButton> = {
6
6
  title: 'Application Components/Menus/Command Button',
7
- tags: ['6.0'],
7
+ tags: ['6.0', 'beta'],
8
8
  component: 'obc-command-button',
9
9
  args: {},
10
10
  } satisfies Meta<ObcCommandButton>;
@@ -72,7 +72,7 @@ customElements.define('command-menu-story-wrapper', CommandMenuStoryWrapper);
72
72
 
73
73
  const meta: Meta<typeof ObcCommandMenu> = {
74
74
  title: 'Application Components/Menus/Command Menu',
75
- tags: ['6.0'],
75
+ tags: ['6.0', 'beta'],
76
76
  component: 'obc-command-menu',
77
77
  args: {
78
78
  showLocation: true,
@@ -8,7 +8,7 @@ import '../user-button/user-button.js';
8
8
 
9
9
  const meta: Meta<typeof ObcCommunicationTable> = {
10
10
  title: 'UI Components/Communication/Communication Table',
11
- tags: ['6.0'],
11
+ tags: ['6.0', 'beta'],
12
12
  component: 'obc-communication-table',
13
13
  args: {
14
14
  data: [
@@ -6,7 +6,7 @@ import '../../icons/icon-placeholder.js';
6
6
 
7
7
  const meta: Meta<typeof ObcContextMenuInput> = {
8
8
  title: 'UI Components/Menus and Navigation/Context Menu Input',
9
- tags: ['6.0'],
9
+ tags: ['6.0', 'beta'],
10
10
  component: 'obc-context-menu-input',
11
11
  argTypes: {
12
12
  type: {
@@ -10,7 +10,7 @@ interface DateItemStoryArgs extends Partial<ObcDateItem> {
10
10
 
11
11
  const meta: Meta<DateItemStoryArgs> = {
12
12
  title: 'Application Components/Calendar/Date Item',
13
- tags: ['6.0'],
13
+ tags: ['6.0', 'beta'],
14
14
  component: 'obc-date-item',
15
15
  argTypes: {
16
16
  width: {
@@ -9,7 +9,7 @@ interface EventItemStoryArgs extends Partial<ObcEventItem> {
9
9
 
10
10
  const meta: Meta<EventItemStoryArgs> = {
11
11
  title: 'Application Components/Calendar/Event Item',
12
- tags: ['6.0'],
12
+ tags: ['6.0', 'beta'],
13
13
  component: 'obc-event-item',
14
14
  decorators: [widthDecorator],
15
15
  argTypes: {
@@ -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: {
@@ -28,6 +28,7 @@ type FormContainerArgs = {
28
28
 
29
29
  const meta = {
30
30
  title: 'UI Components/Forms/Form Container',
31
+ tags: ['beta'],
31
32
  component: 'obc-form-container',
32
33
  decorators: [
33
34
  (story) =>
@@ -12,6 +12,7 @@ type FormFooterContainerArgs = {
12
12
 
13
13
  const meta = {
14
14
  title: 'UI Components/Forms/Form Footer Container',
15
+ tags: ['beta'],
15
16
  component: 'obc-form-footer-container',
16
17
  decorators: [
17
18
  (story) =>
@@ -44,6 +44,7 @@ const mapGroupTypeToItemType = (type: ObcFormGroupType): ObcFormItemType => {
44
44
 
45
45
  const meta = {
46
46
  title: 'UI Components/Forms/Form Group',
47
+ tags: ['beta'],
47
48
  component: 'obc-form-group',
48
49
  decorators: [
49
50
  (story) =>
@@ -74,7 +74,7 @@ const defaultArgs: FormItemArgs = {
74
74
 
75
75
  const meta = {
76
76
  title: 'UI Components/Forms/Form Item',
77
- tags: ['autodocs'],
77
+ tags: ['autodocs', 'beta'],
78
78
  component: 'obc-form-item',
79
79
  decorators: [
80
80
  (story) =>
@@ -9,7 +9,7 @@ import './keyboard-full.js';
9
9
 
10
10
  const meta: Meta<typeof ObcKeyboardFull> = {
11
11
  title: 'Application Components/Input/Keyboard Full',
12
- tags: ['6.0'],
12
+ tags: ['6.0', 'beta'],
13
13
  component: 'obc-keyboard-full',
14
14
  parameters: {
15
15
  docs: {
@@ -21,7 +21,7 @@ type ObcKeyboardNumericArgs = {
21
21
 
22
22
  const meta: Meta<ObcKeyboardNumericArgs> = {
23
23
  title: 'Application Components/Input/Keyboard Numeric',
24
- tags: ['6.0'],
24
+ tags: ['6.0', 'beta'],
25
25
  component: 'obc-keyboard-numeric',
26
26
  parameters: {
27
27
  docs: {
@@ -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 {
@@ -6,7 +6,7 @@ import '../../icons/icon-placeholder.js';
6
6
 
7
7
  const meta: Meta<typeof ObcRichButton> = {
8
8
  title: 'UI Components/Buttons/Rich Button',
9
- tags: ['6.0'],
9
+ tags: ['6.0', 'beta'],
10
10
  component: 'obc-rich-button',
11
11
  argTypes: {
12
12
  direction: {
@@ -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',
@@ -46,7 +46,7 @@ const cardStyle = `
46
46
  const meta = {
47
47
  title: 'Automation/Sequence Connector',
48
48
  component: 'obc-sequence-connector',
49
- tags: ['autodocs'],
49
+ tags: ['autodocs', 'beta'],
50
50
  parameters: {
51
51
  layout: 'centered',
52
52
  docs: {
@@ -53,6 +53,7 @@ const defaultArgs: SequenceItemArgs = {
53
53
 
54
54
  const meta: Meta = {
55
55
  title: 'Automation/Sequence Item',
56
+ tags: ['beta'],
56
57
  component: 'obc-sequence-item',
57
58
  parameters: {
58
59
  layout: 'centered',
@@ -28,7 +28,7 @@ const types = [
28
28
  const meta = {
29
29
  title: 'Building Blocks/Sequence Loading Spinner',
30
30
  component: 'obc-sequence-loading-spinner',
31
- tags: ['autodocs'],
31
+ tags: ['autodocs', 'experimental'],
32
32
  parameters: {
33
33
  layout: 'centered',
34
34
  controls: {
@@ -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',
@@ -50,6 +50,7 @@ const cardStyle = `
50
50
 
51
51
  const meta: Meta = {
52
52
  title: 'Automation/Sequence Step',
53
+ tags: ['beta'],
53
54
  component: 'obc-sequence-step',
54
55
  parameters: {layout: 'centered'},
55
56
  argTypes: {
@@ -16,6 +16,7 @@ type SequenceToolbarArgs = {
16
16
 
17
17
  const meta: Meta<SequenceToolbarArgs> = {
18
18
  title: 'Automation/Sequence Toolbar',
19
+ tags: ['beta'],
19
20
  component: 'obc-sequence-toolbar',
20
21
  parameters: {
21
22
  layout: 'centered',
@@ -9,7 +9,7 @@ import {html} from 'lit';
9
9
 
10
10
  const meta: Meta<typeof ObcSlideButton> = {
11
11
  title: 'UI Components/Buttons/Slide Button',
12
- tags: ['6.0'],
12
+ tags: ['6.0', 'experimental'],
13
13
  component: 'obc-slide-button',
14
14
  args: {},
15
15
  render: (args) => {
@@ -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`
@@ -5,7 +5,7 @@ import {html} from 'lit';
5
5
 
6
6
  const meta: Meta<typeof ObcStatusIndicator> = {
7
7
  title: 'UI Components/Message and Alerts/Status Indicator',
8
- tags: ['alpha'],
8
+ tags: ['beta'],
9
9
  component: 'obc-status-indicator',
10
10
  args: {},
11
11
  render: (args) => {
@@ -16,7 +16,7 @@ import {TagColor} from '../tag/tag.js';
16
16
 
17
17
  const meta: Meta<typeof ObcTable> = {
18
18
  title: 'UI Components/Tables/Table',
19
- tags: ['6.0'],
19
+ tags: ['6.0', 'beta'],
20
20
  component: 'obc-table',
21
21
  decorators: [widthDecorator],
22
22
  argTypes: {
@@ -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,
@@ -15,7 +15,7 @@ type TitleContainerArgs = {
15
15
 
16
16
  const meta = {
17
17
  title: 'UI Components/Forms/Title Container',
18
- tags: ['!autodocs'],
18
+ tags: ['!autodocs', 'beta'],
19
19
  component: 'obc-title-container',
20
20
  decorators: [
21
21
  (story) =>
@@ -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',
@@ -7,7 +7,7 @@ import {html} from 'lit';
7
7
 
8
8
  const meta: Meta<typeof ObcIntegrationAppBar> = {
9
9
  title: 'Integration Systems/App Bar',
10
- tags: ['alpha'],
10
+ tags: ['experimental'],
11
11
  component: 'obc-integration-app-bar',
12
12
  args: {},
13
13
  render: () => html`
@@ -265,7 +265,7 @@ function renderIntegrationButtons({
265
265
 
266
266
  const meta: Meta<IntegrationBarStoryArgs> = {
267
267
  title: 'Integration Systems/Integration Bar',
268
- tags: ['alpha'],
268
+ tags: ['experimental'],
269
269
  component: 'obc-integration-bar',
270
270
  globals: {
271
271
  viewport: {value: 'desktop'},
@@ -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: ['alpha'],
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: ['alpha'],
13
+ tags: ['experimental'],
14
14
  component: 'obc-integration-button',
15
15
  args: {
16
16
  hasLeadingIcon: true,
@@ -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: ['alpha'],
11
+ tags: ['experimental'],
12
12
  component: 'obc-integration-dropdown-button',
13
13
  globals: {
14
14
  backgrounds: {