@oicl/openbridge-webcomponents 0.0.7 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (282) hide show
  1. package/.release-it.json +12 -0
  2. package/.storybook/main.ts +19 -0
  3. package/.storybook/preview.ts +11 -0
  4. package/.vscode/launch.json +16 -0
  5. package/CHANGELOG.md +106 -41
  6. package/README.md +8 -0
  7. package/__snapshots__/alert-icon--primary.png +0 -0
  8. package/__snapshots__/application-alert-button--notification.png +0 -0
  9. package/__snapshots__/application-alert-button--running.png +0 -0
  10. package/__snapshots__/application-notification-message--large-single-message.png +0 -0
  11. package/__snapshots__/application-notification-message--large.png +0 -0
  12. package/__snapshots__/application-notification-message--primary.png +0 -0
  13. package/__snapshots__/button-rich-button--bottom-with-boarder.png +0 -0
  14. package/__snapshots__/button-rich-button--bottom.png +0 -0
  15. package/__snapshots__/button-rich-button--center.png +0 -0
  16. package/__snapshots__/button-rich-button--double-line.png +0 -0
  17. package/__snapshots__/button-rich-button--multi-line.png +0 -0
  18. package/__snapshots__/button-rich-button--regular-no-icons.png +0 -0
  19. package/__snapshots__/button-rich-button--regular.png +0 -0
  20. package/__snapshots__/button-rich-button--single-line.png +0 -0
  21. package/__snapshots__/button-rich-button--top-with-boarder.png +0 -0
  22. package/__snapshots__/button-rich-button--top.png +0 -0
  23. package/__snapshots__/button-rich-button--with-graphic-border.png +0 -0
  24. package/__snapshots__/button-rich-button--with-graphic-info.png +0 -0
  25. package/__snapshots__/button-rich-button--with-graphic.png +0 -0
  26. package/__snapshots__/button-rich-button--with-status.png +0 -0
  27. package/__snapshots__/button-vendor-button--primary.png +0 -0
  28. package/__snapshots__/icons-icon--list.png +0 -0
  29. package/__snapshots__/icons-icon--use-font-color.png +0 -0
  30. package/custom-elements.json +2134 -531
  31. package/dist/components/alert-button/alert-button.css.js +4 -12
  32. package/dist/components/alert-button/alert-button.css.js.map +1 -1
  33. package/dist/components/alert-button/alert-button.d.ts +11 -1
  34. package/dist/components/alert-button/alert-button.d.ts.map +1 -1
  35. package/dist/components/alert-button/alert-button.js +21 -1
  36. package/dist/components/alert-button/alert-button.js.map +1 -1
  37. package/dist/components/alert-icon/alert-icon.d.ts +36 -0
  38. package/dist/components/alert-icon/alert-icon.d.ts.map +1 -0
  39. package/dist/components/alert-icon/alert-icon.js +84 -0
  40. package/dist/components/alert-icon/alert-icon.js.map +1 -0
  41. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts +2 -0
  42. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts.map +1 -0
  43. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js +13 -0
  44. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js.map +1 -0
  45. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts +2 -0
  46. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts.map +1 -0
  47. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js +20 -0
  48. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js.map +1 -0
  49. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts +2 -0
  50. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts.map +1 -0
  51. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js +12 -0
  52. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js.map +1 -0
  53. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts +2 -0
  54. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts.map +1 -0
  55. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js +19 -0
  56. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js.map +1 -0
  57. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts +2 -0
  58. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts.map +1 -0
  59. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js +12 -0
  60. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js.map +1 -0
  61. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts +2 -0
  62. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts.map +1 -0
  63. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js +12 -0
  64. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js.map +1 -0
  65. package/dist/components/alert-topbar-element/alert-topbar-element.d.ts +13 -0
  66. package/dist/components/alert-topbar-element/alert-topbar-element.d.ts.map +1 -1
  67. package/dist/components/alert-topbar-element/alert-topbar-element.js +10 -0
  68. package/dist/components/alert-topbar-element/alert-topbar-element.js.map +1 -1
  69. package/dist/components/button/button.css.js +2 -2
  70. package/dist/components/navigation-item/navigation-item.css.js +2 -1
  71. package/dist/components/navigation-item/navigation-item.css.js.map +1 -1
  72. package/dist/components/notification-button/notification-button.css.js +1 -1
  73. package/dist/components/rich-button/rich-button.css.js +192 -0
  74. package/dist/components/rich-button/rich-button.css.js.map +1 -0
  75. package/dist/components/rich-button/rich-button.d.ts +33 -0
  76. package/dist/components/rich-button/rich-button.d.ts.map +1 -0
  77. package/dist/components/rich-button/rich-button.js +118 -0
  78. package/dist/components/rich-button/rich-button.js.map +1 -0
  79. package/dist/components/vendor-button/vendor-button.css.js +48 -0
  80. package/dist/components/vendor-button/vendor-button.css.js.map +1 -0
  81. package/dist/components/vendor-button/vendor-button.d.ts +13 -0
  82. package/dist/components/vendor-button/vendor-button.d.ts.map +1 -0
  83. package/dist/components/vendor-button/vendor-button.js +42 -0
  84. package/dist/components/vendor-button/vendor-button.js.map +1 -0
  85. package/dist/icons/{icon-07-target-radar.d.ts → icon-01-content-copy.d.ts} +3 -3
  86. package/dist/icons/{icon-07-target-radar.d.ts.map → icon-01-content-copy.d.ts.map} +1 -1
  87. package/dist/icons/{icon-07-target-radar.js → icon-01-content-copy.js} +10 -10
  88. package/dist/icons/icon-01-content-copy.js.map +1 -0
  89. package/dist/icons/{icon-07-target-ias-selected.d.ts → icon-01-content-cut.d.ts} +3 -3
  90. package/dist/icons/icon-01-content-cut.d.ts.map +1 -0
  91. package/dist/icons/icon-01-content-cut.js +52 -0
  92. package/dist/icons/icon-01-content-cut.js.map +1 -0
  93. package/dist/icons/{icon-07-target-radar-selected.d.ts → icon-01-content-paste.d.ts} +3 -3
  94. package/dist/icons/icon-01-content-paste.d.ts.map +1 -0
  95. package/dist/icons/icon-01-content-paste.js +52 -0
  96. package/dist/icons/icon-01-content-paste.js.map +1 -0
  97. package/dist/icons/icon-02-dock-bottom.d.ts +14 -0
  98. package/dist/icons/icon-02-dock-bottom.d.ts.map +1 -0
  99. package/dist/icons/icon-02-dock-bottom.js +52 -0
  100. package/dist/icons/icon-02-dock-bottom.js.map +1 -0
  101. package/dist/icons/{icon-07-target-ias.d.ts → icon-02-dock-left.d.ts} +3 -3
  102. package/dist/icons/icon-02-dock-left.d.ts.map +1 -0
  103. package/dist/icons/{icon-07-target-ias.js → icon-02-dock-left.js} +10 -24
  104. package/dist/icons/icon-02-dock-left.js.map +1 -0
  105. package/dist/icons/icon-02-dock-right.d.ts +14 -0
  106. package/dist/icons/icon-02-dock-right.d.ts.map +1 -0
  107. package/dist/icons/icon-02-dock-right.js +52 -0
  108. package/dist/icons/icon-02-dock-right.js.map +1 -0
  109. package/dist/icons/icon-03-license.d.ts +14 -0
  110. package/dist/icons/icon-03-license.d.ts.map +1 -0
  111. package/dist/icons/icon-03-license.js +52 -0
  112. package/dist/icons/icon-03-license.js.map +1 -0
  113. package/dist/icons/icon-03-star-unchecked.js +1 -1
  114. package/dist/icons/icon-03-star-unchecked.js.map +1 -1
  115. package/dist/icons/icon-04-colorcalibrated.d.ts.map +1 -1
  116. package/dist/icons/icon-04-colorcalibrated.js +2 -14
  117. package/dist/icons/icon-04-colorcalibrated.js.map +1 -1
  118. package/dist/icons/icon-07-target-associated-ais-camera.d.ts +14 -0
  119. package/dist/icons/icon-07-target-associated-ais-camera.d.ts.map +1 -0
  120. package/dist/icons/icon-07-target-associated-ais-camera.js +54 -0
  121. package/dist/icons/icon-07-target-associated-ais-camera.js.map +1 -0
  122. package/dist/icons/icon-07-target-associated-camera-radar.d.ts +14 -0
  123. package/dist/icons/icon-07-target-associated-camera-radar.d.ts.map +1 -0
  124. package/dist/icons/icon-07-target-associated-camera-radar.js +52 -0
  125. package/dist/icons/icon-07-target-associated-camera-radar.js.map +1 -0
  126. package/dist/icons/icon-07-target-associated-radar-camera.d.ts +14 -0
  127. package/dist/icons/icon-07-target-associated-radar-camera.d.ts.map +1 -0
  128. package/dist/icons/icon-07-target-associated-radar-camera.js +54 -0
  129. package/dist/icons/icon-07-target-associated-radar-camera.js.map +1 -0
  130. package/dist/icons/icon-07-target-camera.d.ts +14 -0
  131. package/dist/icons/icon-07-target-camera.d.ts.map +1 -0
  132. package/dist/icons/icon-07-target-camera.js +52 -0
  133. package/dist/icons/icon-07-target-camera.js.map +1 -0
  134. package/dist/icons/icon-08-backward-fast.js +1 -1
  135. package/dist/icons/icon-08-backward-fast.js.map +1 -1
  136. package/dist/icons/icon-08-backward-stopped.js +1 -1
  137. package/dist/icons/icon-08-backward-stopped.js.map +1 -1
  138. package/dist/icons/icon-08-forward-fast.js +1 -1
  139. package/dist/icons/icon-08-forward-fast.js.map +1 -1
  140. package/dist/icons/icon-08-forward-stopped.js +1 -1
  141. package/dist/icons/icon-08-forward-stopped.js.map +1 -1
  142. package/dist/icons/icon-08-motor-off-horisontal.js +1 -1
  143. package/dist/icons/icon-08-motor-off-horisontal.js.map +1 -1
  144. package/dist/icons/icon-09-switch-horizontal-off-large.js +1 -1
  145. package/dist/icons/icon-09-switch-horizontal-off-large.js.map +1 -1
  146. package/dist/icons/icon-09-switch-horizontal-off.js +1 -1
  147. package/dist/icons/icon-09-switch-horizontal-off.js.map +1 -1
  148. package/dist/icons/icon-10-autonomous.js +3 -3
  149. package/dist/icons/icon-10-autonomous.js.map +1 -1
  150. package/dist/icons/icon-14-alert-rectified.js +1 -1
  151. package/dist/icons/icon-14-alert-rectified.js.map +1 -1
  152. package/dist/icons/icon-14-alertheader-aggregated-large.d.ts +14 -0
  153. package/dist/icons/icon-14-alertheader-aggregated-large.d.ts.map +1 -0
  154. package/dist/icons/icon-14-alertheader-aggregated-large.js +52 -0
  155. package/dist/icons/icon-14-alertheader-aggregated-large.js.map +1 -0
  156. package/dist/icons/icon-14-alertheader-group-large.d.ts +14 -0
  157. package/dist/icons/icon-14-alertheader-group-large.d.ts.map +1 -0
  158. package/dist/icons/icon-14-alertheader-group-large.js +54 -0
  159. package/dist/icons/icon-14-alertheader-group-large.js.map +1 -0
  160. package/dist/icons/icon-14-exclamationmark.js +4 -4
  161. package/dist/icons/icon-14-exclamationmark.js.map +1 -1
  162. package/dist/icons/icon-14-rectified.js +1 -1
  163. package/dist/icons/icon-14-rectified.js.map +1 -1
  164. package/dist/icons/icon-18-ais-anchored.js +4 -4
  165. package/dist/icons/icon-18-ais-anchored.js.map +1 -1
  166. package/dist/icons/icon-18-ais-notunderway.js +1 -1
  167. package/dist/icons/icon-18-ais-notunderway.js.map +1 -1
  168. package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts +14 -0
  169. package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts.map +1 -0
  170. package/dist/icons/icon-iec-02-ais-target-activated-selected.js +52 -0
  171. package/dist/icons/icon-iec-02-ais-target-activated-selected.js.map +1 -0
  172. package/dist/icons/icon-iec-02-ais-target-activated.d.ts +14 -0
  173. package/dist/icons/icon-iec-02-ais-target-activated.d.ts.map +1 -0
  174. package/dist/icons/icon-iec-02-ais-target-activated.js +52 -0
  175. package/dist/icons/icon-iec-02-ais-target-activated.js.map +1 -0
  176. package/dist/icons/icon-iec-02-associated-target-ais.d.ts +14 -0
  177. package/dist/icons/icon-iec-02-associated-target-ais.d.ts.map +1 -0
  178. package/dist/icons/icon-iec-02-associated-target-ais.js +52 -0
  179. package/dist/icons/icon-iec-02-associated-target-ais.js.map +1 -0
  180. package/dist/icons/icon-iec-02-associated-target-radar.d.ts +14 -0
  181. package/dist/icons/icon-iec-02-associated-target-radar.d.ts.map +1 -0
  182. package/dist/icons/icon-iec-02-associated-target-radar.js +52 -0
  183. package/dist/icons/icon-iec-02-associated-target-radar.js.map +1 -0
  184. package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts +14 -0
  185. package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts.map +1 -0
  186. package/dist/icons/icon-iec-02-radar-target-tracked-selected.js +60 -0
  187. package/dist/icons/icon-iec-02-radar-target-tracked-selected.js.map +1 -0
  188. package/dist/icons/icon-iec-02-radar-target-tracked.d.ts +14 -0
  189. package/dist/icons/icon-iec-02-radar-target-tracked.d.ts.map +1 -0
  190. package/dist/icons/icon-iec-02-radar-target-tracked.js +52 -0
  191. package/dist/icons/icon-iec-02-radar-target-tracked.js.map +1 -0
  192. package/dist/icons/index.d.ts +19 -4
  193. package/dist/icons/index.d.ts.map +1 -1
  194. package/dist/icons/index.js +19 -4
  195. package/dist/icons/index.js.map +1 -1
  196. package/dist/icons/names.d.ts.map +1 -1
  197. package/dist/icons/names.js +19 -4
  198. package/dist/icons/names.js.map +1 -1
  199. package/dist/navigation-instruments/thruster/thruster.d.ts +2 -1
  200. package/dist/navigation-instruments/thruster/thruster.d.ts.map +1 -1
  201. package/dist/navigation-instruments/thruster/thruster.js +45 -25
  202. package/dist/navigation-instruments/thruster/thruster.js.map +1 -1
  203. package/fix-generated.cjs +4 -0
  204. package/new-component.ts +7 -8
  205. package/package.json +7 -2
  206. package/script/convert-icons.ts +177 -0
  207. package/script/download-alert-icons.ts +180 -0
  208. package/script/download-icons.ts +7 -141
  209. package/src/components/alert-button/alert-button.css +1 -12
  210. package/src/components/alert-button/alert-button.stories.ts +2 -0
  211. package/src/components/alert-button/alert-button.ts +29 -4
  212. package/src/components/alert-icon/alert-icon.stories.ts +35 -0
  213. package/src/components/alert-icon/alert-icon.ts +75 -0
  214. package/src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts +9 -0
  215. package/src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts +16 -0
  216. package/src/components/alert-icon/icons/icon-14-alarm-unack-a.ts +8 -0
  217. package/src/components/alert-icon/icons/icon-14-alarm-unack-b.ts +15 -0
  218. package/src/components/alert-icon/icons/icon-14-warning-unack-a.ts +8 -0
  219. package/src/components/alert-icon/icons/icon-14-warning-unack-b.ts +8 -0
  220. package/src/components/alert-topbar-element/alert-topbar-element.stories.ts +4 -0
  221. package/src/components/alert-topbar-element/alert-topbar-element.ts +17 -0
  222. package/src/components/notification-message/notification-message.stories.ts +26 -10
  223. package/src/components/rich-button/rich-button.css +131 -0
  224. package/src/components/rich-button/rich-button.stories.ts +232 -0
  225. package/src/components/rich-button/rich-button.ts +97 -0
  226. package/src/components/vendor-button/vendor-button.css +10 -0
  227. package/src/components/vendor-button/vendor-button.stories.ts +19 -0
  228. package/src/components/vendor-button/vendor-button.ts +25 -0
  229. package/src/icons/icon-01-content-copy.ts +40 -0
  230. package/src/icons/icon-01-content-cut.ts +40 -0
  231. package/src/icons/icon-01-content-paste.ts +40 -0
  232. package/src/icons/icon-02-dock-bottom.ts +40 -0
  233. package/src/icons/icon-02-dock-left.ts +40 -0
  234. package/src/icons/icon-02-dock-right.ts +40 -0
  235. package/src/icons/icon-03-license.ts +40 -0
  236. package/src/icons/icon-03-star-unchecked.ts +1 -1
  237. package/src/icons/icon-04-colorcalibrated.ts +2 -14
  238. package/src/icons/icon-07-target-associated-ais-camera.ts +42 -0
  239. package/src/icons/icon-07-target-associated-camera-radar.ts +40 -0
  240. package/src/icons/icon-07-target-associated-radar-camera.ts +42 -0
  241. package/src/icons/icon-07-target-camera.ts +40 -0
  242. package/src/icons/icon-08-backward-fast.ts +1 -1
  243. package/src/icons/icon-08-backward-stopped.ts +1 -1
  244. package/src/icons/icon-08-forward-fast.ts +1 -1
  245. package/src/icons/icon-08-forward-stopped.ts +1 -1
  246. package/src/icons/icon-08-motor-off-horisontal.ts +1 -1
  247. package/src/icons/icon-09-switch-horizontal-off-large.ts +1 -1
  248. package/src/icons/icon-09-switch-horizontal-off.ts +1 -1
  249. package/src/icons/icon-10-autonomous.ts +3 -3
  250. package/src/icons/icon-14-alert-rectified.ts +1 -1
  251. package/src/icons/icon-14-alertheader-aggregated-large.ts +40 -0
  252. package/src/icons/icon-14-alertheader-group-large.ts +42 -0
  253. package/src/icons/icon-14-exclamationmark.ts +4 -4
  254. package/src/icons/icon-14-rectified.ts +1 -1
  255. package/src/icons/icon-18-ais-anchored.ts +4 -4
  256. package/src/icons/icon-18-ais-notunderway.ts +1 -1
  257. package/src/icons/icon-iec-02-ais-target-activated-selected.ts +40 -0
  258. package/src/icons/icon-iec-02-ais-target-activated.ts +40 -0
  259. package/src/icons/icon-iec-02-associated-target-ais.ts +40 -0
  260. package/src/icons/icon-iec-02-associated-target-radar.ts +40 -0
  261. package/src/icons/icon-iec-02-radar-target-tracked-selected.ts +48 -0
  262. package/src/icons/icon-iec-02-radar-target-tracked.ts +40 -0
  263. package/src/icons/index.ts +19 -4
  264. package/src/icons/names.ts +19 -4
  265. package/src/icons.stories.ts +78 -0
  266. package/src/navigation-instruments/thruster/thruster.stories.ts +18 -1
  267. package/src/navigation-instruments/thruster/thruster.ts +43 -27
  268. package/.yarnrc.yml +0 -1
  269. package/dist/icons/icon-07-target-ias-selected.d.ts.map +0 -1
  270. package/dist/icons/icon-07-target-ias-selected.js +0 -60
  271. package/dist/icons/icon-07-target-ias-selected.js.map +0 -1
  272. package/dist/icons/icon-07-target-ias.d.ts.map +0 -1
  273. package/dist/icons/icon-07-target-ias.js.map +0 -1
  274. package/dist/icons/icon-07-target-radar-selected.d.ts.map +0 -1
  275. package/dist/icons/icon-07-target-radar-selected.js +0 -60
  276. package/dist/icons/icon-07-target-radar-selected.js.map +0 -1
  277. package/dist/icons/icon-07-target-radar.js.map +0 -1
  278. package/src/icons/icon-07-target-ias-selected.ts +0 -48
  279. package/src/icons/icon-07-target-ias.ts +0 -54
  280. package/src/icons/icon-07-target-radar-selected.ts +0 -48
  281. package/src/icons/icon-07-target-radar.ts +0 -40
  282. package/test.svg +0 -3
@@ -0,0 +1,40 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-14-alertheader-aggregated-large')
5
+ export class Obi14AlertheaderAggregatedLarge extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path d="M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z" fill="currentColor"/>
10
+ </svg>
11
+ `;
12
+
13
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
+ <path d="M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z" style="fill: var(--element-active-color)"/>
15
+ </svg>
16
+ `;
17
+
18
+ override render() {
19
+ return html`
20
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
21
+ `;
22
+ }
23
+
24
+ static override styles = css`
25
+ .wrapper {
26
+ height: 100%;
27
+ width: 100%;
28
+ }
29
+ .wrapper > * {
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ `;
34
+ }
35
+
36
+ declare global {
37
+ interface HTMLElementTagNameMap {
38
+ 'obi-14-alertheader-aggregated-large': Obi14AlertheaderAggregatedLarge;
39
+ }
40
+ }
@@ -0,0 +1,42 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-14-alertheader-group-large')
5
+ export class Obi14AlertheaderGroupLarge extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path d="M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z" fill="currentColor"/>
10
+ <path d="M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z" fill="currentColor"/>
11
+ </svg>
12
+ `;
13
+
14
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
15
+ <path d="M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z" style="fill: var(--element-active-color)"/>
16
+ <path d="M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z" style="fill: var(--element-active-color)"/>
17
+ </svg>
18
+ `;
19
+
20
+ override render() {
21
+ return html`
22
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
23
+ `;
24
+ }
25
+
26
+ static override styles = css`
27
+ .wrapper {
28
+ height: 100%;
29
+ width: 100%;
30
+ }
31
+ .wrapper > * {
32
+ height: 100%;
33
+ width: 100%;
34
+ }
35
+ `;
36
+ }
37
+
38
+ declare global {
39
+ interface HTMLElementTagNameMap {
40
+ 'obi-14-alertheader-group-large': Obi14AlertheaderGroupLarge;
41
+ }
42
+ }
@@ -6,14 +6,14 @@ export class Obi14Exclamationmark extends LitElement {
6
6
  @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
7
 
8
8
  private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
- <path d="M10 14H15V2H10V14Z" fill="currentColor"/>
10
- <path d="M10 22H15V17H10V22Z" fill="currentColor"/>
9
+ <path d="M10 14H14V4H10V14Z" fill="currentColor"/>
10
+ <path d="M10 21H14V17H10V21Z" fill="currentColor"/>
11
11
  </svg>
12
12
  `;
13
13
 
14
14
  private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
15
- <path d="M10 14H15V2H10V14Z" style="fill: var(--element-active-color)"/>
16
- <path d="M10 22H15V17H10V22Z" style="fill: var(--element-active-color)"/>
15
+ <path d="M10 14H14V4H10V14Z" style="fill: var(--element-active-color)"/>
16
+ <path d="M10 21H14V17H10V21Z" style="fill: var(--element-active-color)"/>
17
17
  </svg>
18
18
  `;
19
19
 
@@ -13,7 +13,7 @@ export class Obi14Rectified extends LitElement {
13
13
 
14
14
  private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
15
15
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12 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(--indent-enabled-border-color)" />
16
- <path d="M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z" stroke="black" stroke-opacity="0.05"/>
16
+ <path d="M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z" style="stroke: var(--indent-enabled-border-color)" />
17
17
  </svg>
18
18
  `;
19
19
 
@@ -16,10 +16,10 @@ export class Obi18AisAnchored extends LitElement {
16
16
 
17
17
  private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
18
18
  <rect x="6.5" y="6.5" width="11" height="11" rx="5.5" fill="none"/>
19
- <rect x="6.5" y="6.5" width="11" height="11" rx="5.5" stroke="black"/>
20
- <path d="M14.5 12C14.5 12.3283 14.4353 12.6534 14.3097 12.9567C14.1841 13.26 13.9999 13.5356 13.7678 13.7678C13.5356 13.9999 13.26 14.1841 12.9567 14.3097C12.6534 14.4353 12.3283 14.5 12 14.5C11.6717 14.5 11.3466 14.4353 11.0433 14.3097C10.74 14.1841 10.4644 13.9999 10.2322 13.7678C10.0001 13.5356 9.81594 13.26 9.6903 12.9567C9.56466 12.6534 9.5 12.3283 9.5 12" stroke="black"/>
21
- <path d="M12 14L12 8" stroke="black"/>
22
- <path d="M10 10L14 10" stroke="black"/>
19
+ <rect x="6.5" y="6.5" width="11" height="11" rx="5.5" stroke="currentColor"/>
20
+ <path d="M14.5 12C14.5 12.3283 14.4353 12.6534 14.3097 12.9567C14.1841 13.26 13.9999 13.5356 13.7678 13.7678C13.5356 13.9999 13.26 14.1841 12.9567 14.3097C12.6534 14.4353 12.3283 14.5 12 14.5C11.6717 14.5 11.3466 14.4353 11.0433 14.3097C10.74 14.1841 10.4644 13.9999 10.2322 13.7678C10.0001 13.5356 9.81594 13.26 9.6903 12.9567C9.56466 12.6534 9.5 12.3283 9.5 12" stroke="currentColor"/>
21
+ <path d="M12 14L12 8" stroke="currentColor"/>
22
+ <path d="M10 10L14 10" stroke="currentColor"/>
23
23
  </svg>
24
24
  `;
25
25
 
@@ -11,7 +11,7 @@ export class Obi18AisNotunderway extends LitElement {
11
11
  `;
12
12
 
13
13
  private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
- <path d="M4 8.68629L8.68629 4H15.3137L20 8.68629V15.3137L15.3137 20H8.68629L4 15.3137V8.68629Z" stroke="#1A1A1A" stroke-width="2"/>
14
+ <path d="M4 8.68629L8.68629 4H15.3137L20 8.68629V15.3137L15.3137 20H8.68629L4 15.3137V8.68629Z" style="stroke: var(--element-active-color)" stroke-width="2"/>
15
15
  </svg>
16
16
  `;
17
17
 
@@ -0,0 +1,40 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-iec-02-ais-target-activated-selected')
5
+ export class ObiIEC02AisTargetActivatedSelected extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path d="M6.40948 20L12 4.02709L17.5905 20H6.40948Z" stroke="black" stroke-width="2"/>
10
+ </svg>
11
+ `;
12
+
13
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
+ <path d="M6.40948 20L12 4.02709L17.5905 20H6.40948Z" stroke="currentColor" stroke-width="2"/>
15
+ </svg>
16
+ `;
17
+
18
+ override render() {
19
+ return html`
20
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
21
+ `;
22
+ }
23
+
24
+ static override styles = css`
25
+ .wrapper {
26
+ height: 100%;
27
+ width: 100%;
28
+ }
29
+ .wrapper > * {
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ `;
34
+ }
35
+
36
+ declare global {
37
+ interface HTMLElementTagNameMap {
38
+ 'obi-iec-02-ais-target-activated-selected': ObiIEC02AisTargetActivatedSelected;
39
+ }
40
+ }
@@ -0,0 +1,40 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-iec-02-ais-target-activated')
5
+ export class ObiIEC02AisTargetActivated extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z" fill="currentColor"/>
10
+ </svg>
11
+ `;
12
+
13
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z" fill="currentColor"/>
15
+ </svg>
16
+ `;
17
+
18
+ override render() {
19
+ return html`
20
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
21
+ `;
22
+ }
23
+
24
+ static override styles = css`
25
+ .wrapper {
26
+ height: 100%;
27
+ width: 100%;
28
+ }
29
+ .wrapper > * {
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ `;
34
+ }
35
+
36
+ declare global {
37
+ interface HTMLElementTagNameMap {
38
+ 'obi-iec-02-ais-target-activated': ObiIEC02AisTargetActivated;
39
+ }
40
+ }
@@ -0,0 +1,40 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-iec-02-associated-target-ais')
5
+ export class ObiIEC02AssociatedTargetAis extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.3262 21C16.5368 22.2601 14.3548 23 12 23C9.64518 23 7.46319 22.2601 5.67384 21H18.3262ZM18.8598 20.5995L12 1C18.0751 1 23 5.92487 23 12C23 15.4808 21.3833 18.5839 18.8598 20.5995ZM5.14017 20.5995C2.6167 18.5839 1 15.4808 1 12C1 5.92487 5.92487 1 12 1L5.14017 20.5995ZM7.81896 19L12 7.05418L16.181 19H7.81896Z" fill="currentColor"/>
10
+ </svg>
11
+ `;
12
+
13
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.3262 21C16.5368 22.2601 14.3548 23 12 23C9.64518 23 7.46319 22.2601 5.67384 21H18.3262ZM18.8598 20.5995L12 1C18.0751 1 23 5.92487 23 12C23 15.4808 21.3833 18.5839 18.8598 20.5995ZM5.14017 20.5995C2.6167 18.5839 1 15.4808 1 12C1 5.92487 5.92487 1 12 1L5.14017 20.5995ZM7.81896 19L12 7.05418L16.181 19H7.81896Z" fill="currentColor"/>
15
+ </svg>
16
+ `;
17
+
18
+ override render() {
19
+ return html`
20
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
21
+ `;
22
+ }
23
+
24
+ static override styles = css`
25
+ .wrapper {
26
+ height: 100%;
27
+ width: 100%;
28
+ }
29
+ .wrapper > * {
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ `;
34
+ }
35
+
36
+ declare global {
37
+ interface HTMLElementTagNameMap {
38
+ 'obi-iec-02-associated-target-ais': ObiIEC02AssociatedTargetAis;
39
+ }
40
+ }
@@ -0,0 +1,40 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-iec-02-associated-target-radar')
5
+ export class ObiIEC02AssociatedTargetRadar extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z" fill="currentColor"/>
10
+ </svg>
11
+ `;
12
+
13
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM13.5138 15.7036C13.0468 15.8947 12.5357 16 12 16C11.4643 16 10.9532 15.8947 10.4862 15.7036L12 11.1623L13.5138 15.7036ZM14.4001 15.2002L12 8C14.2091 8 16 9.79086 16 12C16 13.3086 15.3716 14.4705 14.4001 15.2002ZM9.59992 15.2002C8.62841 14.4705 8 13.3086 8 12C8 9.79086 9.79086 8 12 8L9.59992 15.2002Z" style="fill: var(--element-active-color)"/>
15
+ </svg>
16
+ `;
17
+
18
+ override render() {
19
+ return html`
20
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
21
+ `;
22
+ }
23
+
24
+ static override styles = css`
25
+ .wrapper {
26
+ height: 100%;
27
+ width: 100%;
28
+ }
29
+ .wrapper > * {
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ `;
34
+ }
35
+
36
+ declare global {
37
+ interface HTMLElementTagNameMap {
38
+ 'obi-iec-02-associated-target-radar': ObiIEC02AssociatedTargetRadar;
39
+ }
40
+ }
@@ -0,0 +1,48 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-iec-02-radar-target-tracked-selected')
5
+ export class ObiIEC02RadarTargetTrackedSelected extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z" fill="currentColor"/>
10
+ <path d="M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z" fill="currentColor"/>
11
+ <path d="M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z" fill="currentColor"/>
12
+ <path d="M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z" fill="currentColor"/>
13
+ <path d="M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z" fill="currentColor"/>
14
+ </svg>
15
+ `;
16
+
17
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z" style="fill: var(--element-active-color)"/>
19
+ <path d="M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z" style="fill: var(--element-active-color)"/>
20
+ <path d="M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z" style="fill: var(--element-active-color)"/>
21
+ <path d="M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z" style="fill: var(--element-active-color)"/>
22
+ <path d="M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z" style="fill: var(--element-active-color)"/>
23
+ </svg>
24
+ `;
25
+
26
+ override render() {
27
+ return html`
28
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
29
+ `;
30
+ }
31
+
32
+ static override styles = css`
33
+ .wrapper {
34
+ height: 100%;
35
+ width: 100%;
36
+ }
37
+ .wrapper > * {
38
+ height: 100%;
39
+ width: 100%;
40
+ }
41
+ `;
42
+ }
43
+
44
+ declare global {
45
+ interface HTMLElementTagNameMap {
46
+ 'obi-iec-02-radar-target-tracked-selected': ObiIEC02RadarTargetTrackedSelected;
47
+ }
48
+ }
@@ -0,0 +1,40 @@
1
+ import {LitElement, html, css, svg} from 'lit';
2
+ import {customElement, property} from 'lit/decorators.js';
3
+
4
+ @customElement('obi-iec-02-radar-target-tracked')
5
+ export class ObiIEC02RadarTargetTracked extends LitElement {
6
+ @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;
7
+
8
+ private icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z" fill="currentColor"/>
10
+ </svg>
11
+ `;
12
+
13
+ private iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16ZM12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z" style="fill: var(--element-active-color)"/>
15
+ </svg>
16
+ `;
17
+
18
+ override render() {
19
+ return html`
20
+ <div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
21
+ `;
22
+ }
23
+
24
+ static override styles = css`
25
+ .wrapper {
26
+ height: 100%;
27
+ width: 100%;
28
+ }
29
+ .wrapper > * {
30
+ height: 100%;
31
+ width: 100%;
32
+ }
33
+ `;
34
+ }
35
+
36
+ declare global {
37
+ interface HTMLElementTagNameMap {
38
+ 'obi-iec-02-radar-target-tracked': ObiIEC02RadarTargetTracked;
39
+ }
40
+ }
@@ -5,6 +5,9 @@ import './icon-01-check';
5
5
  import './icon-01-checkbox-checked';
6
6
  import './icon-01-checkbox-uncheck';
7
7
  import './icon-01-close';
8
+ import './icon-01-content-copy';
9
+ import './icon-01-content-cut';
10
+ import './icon-01-content-paste';
8
11
  import './icon-01-delete';
9
12
  import './icon-01-edit';
10
13
  import './icon-01-expanditem';
@@ -57,6 +60,9 @@ import './icon-02-chevron-left';
57
60
  import './icon-02-chevron-right';
58
61
  import './icon-02-chevron-up';
59
62
  import './icon-02-collapse-content';
63
+ import './icon-02-dock-bottom';
64
+ import './icon-02-dock-left';
65
+ import './icon-02-dock-right';
60
66
  import './icon-02-drop-down';
61
67
  import './icon-02-expand-content';
62
68
  import './icon-02-page-first';
@@ -74,6 +80,7 @@ import './icon-03-configure';
74
80
  import './icon-03-diagnostic';
75
81
  import './icon-03-filter';
76
82
  import './icon-03-info';
83
+ import './icon-03-license';
77
84
  import './icon-03-monitoring';
78
85
  import './icon-03-pin-checked';
79
86
  import './icon-03-pin-unchecked';
@@ -172,12 +179,12 @@ import './icon-07-report-info';
172
179
  import './icon-07-route-planning';
173
180
  import './icon-07-silence';
174
181
  import './icon-07-smode';
182
+ import './icon-07-target-associated-ais-camera';
183
+ import './icon-07-target-associated-camera-radar';
184
+ import './icon-07-target-associated-radar-camera';
185
+ import './icon-07-target-camera';
175
186
  import './icon-07-target-cancel';
176
187
  import './icon-07-target-cancel-all';
177
- import './icon-07-target-ias';
178
- import './icon-07-target-ias-selected';
179
- import './icon-07-target-radar';
180
- import './icon-07-target-radar-selected';
181
188
  import './icon-07-target-select';
182
189
  import './icon-07-track';
183
190
  import './icon-07-track-no';
@@ -393,7 +400,9 @@ import './icon-14-alert-list';
393
400
  import './icon-14-alert-off';
394
401
  import './icon-14-alert-rectified';
395
402
  import './icon-14-alertheader-aggregated';
403
+ import './icon-14-alertheader-aggregated-large';
396
404
  import './icon-14-alertheader-group';
405
+ import './icon-14-alertheader-group-large';
397
406
  import './icon-14-alerts';
398
407
  import './icon-14-audio';
399
408
  import './icon-14-audio-low';
@@ -537,4 +546,10 @@ import './icon-20-wifi-wifi_statusbar_4';
537
546
  import './icon-20-wifi2';
538
547
  import './icon-20-wifi2-off';
539
548
  import './icon-frame2622';
549
+ import './icon-iec-02-ais-target-activated';
550
+ import './icon-iec-02-ais-target-activated-selected';
551
+ import './icon-iec-02-associated-target-ais';
552
+ import './icon-iec-02-associated-target-radar';
553
+ import './icon-iec-02-radar-target-tracked';
554
+ import './icon-iec-02-radar-target-tracked-selected';
540
555
  import './icon-temp';
@@ -6,6 +6,9 @@ export const iconIds: string[] = [
6
6
  '01-checkbox-checked',
7
7
  '01-checkbox-uncheck',
8
8
  '01-close',
9
+ '01-content-copy',
10
+ '01-content-cut',
11
+ '01-content-paste',
9
12
  '01-delete',
10
13
  '01-edit',
11
14
  '01-expanditem',
@@ -58,6 +61,9 @@ export const iconIds: string[] = [
58
61
  '02-chevron-right',
59
62
  '02-chevron-up',
60
63
  '02-collapse-content',
64
+ '02-dock-bottom',
65
+ '02-dock-left',
66
+ '02-dock-right',
61
67
  '02-drop-down',
62
68
  '02-expand-content',
63
69
  '02-page-first',
@@ -75,6 +81,7 @@ export const iconIds: string[] = [
75
81
  '03-diagnostic',
76
82
  '03-filter',
77
83
  '03-info',
84
+ '03-license',
78
85
  '03-monitoring',
79
86
  '03-pin-checked',
80
87
  '03-pin-unchecked',
@@ -173,12 +180,12 @@ export const iconIds: string[] = [
173
180
  '07-route-planning',
174
181
  '07-silence',
175
182
  '07-smode',
183
+ '07-target-associated-ais-camera',
184
+ '07-target-associated-camera-radar',
185
+ '07-target-associated-radar-camera',
186
+ '07-target-camera',
176
187
  '07-target-cancel',
177
188
  '07-target-cancel-all',
178
- '07-target-ias',
179
- '07-target-ias-selected',
180
- '07-target-radar',
181
- '07-target-radar-selected',
182
189
  '07-target-select',
183
190
  '07-track',
184
191
  '07-track-no',
@@ -396,7 +403,9 @@ export const iconIds: string[] = [
396
403
  '14-alert-off',
397
404
  '14-alert-rectified',
398
405
  '14-alertheader-aggregated',
406
+ '14-alertheader-aggregated-large',
399
407
  '14-alertheader-group',
408
+ '14-alertheader-group-large',
400
409
  '14-alerts',
401
410
  '14-audio',
402
411
  '14-audio-low',
@@ -538,5 +547,11 @@ export const iconIds: string[] = [
538
547
  '20-wifi2',
539
548
  '20-wifi2-off',
540
549
  'Frame2622',
550
+ 'IEC-02-ais-target-activated',
551
+ 'IEC-02-ais-target-activated-selected',
552
+ 'IEC-02-associated-target-ais',
553
+ 'IEC-02-associated-target-radar',
554
+ 'IEC-02-radar-target-tracked',
555
+ 'IEC-02-radar-target-tracked-selected',
541
556
  'temp',
542
557
  ];
@@ -0,0 +1,78 @@
1
+ import type {Meta, StoryObj} from '@storybook/web-components';
2
+ import './icons';
3
+ import {html, unsafeStatic} from 'lit/static-html.js';
4
+ import {iconIds} from './icons/names';
5
+
6
+ const meta: Meta = {
7
+ title: 'Icons/icon',
8
+ } satisfies Meta;
9
+
10
+ export default meta;
11
+ type Story = StoryObj;
12
+
13
+ export const List: Story = {
14
+ args: {
15
+ search: '',
16
+ useCssColor: true,
17
+ },
18
+ argTypes: {
19
+ search: {
20
+ control: {type: 'text', description: 'Search for icon'},
21
+ },
22
+ useCssColor: {
23
+ control: {type: 'boolean'},
24
+ },
25
+ },
26
+ render: (args) => {
27
+ const items = iconIds.filter((name) => name.includes(args.search));
28
+ return html`
29
+ <style>
30
+ .icon {
31
+ height: 32px;
32
+ display: inline-block;
33
+ }
34
+
35
+ .item {
36
+ display: flex;
37
+ align-items: center;
38
+ margin: 4px;
39
+ gap: 4px;
40
+ }
41
+ </style>
42
+ <div style="display: flex; flex-wrap: wrap; flex-direction: column">
43
+ ${items.map(
44
+ (name) =>
45
+ html`<div class="item"><${unsafeStatic(
46
+ `obi-${name}`
47
+ )} ?use-css-color=${args.useCssColor} class="icon"></${unsafeStatic(
48
+ `obi-${name}`
49
+ )}> &lt;obi-${name}&gt;</div>`
50
+ )}
51
+ </div>
52
+ `;
53
+ },
54
+ };
55
+
56
+ export const UseFontColor: Story = {
57
+ args: {
58
+ useCssColor: false,
59
+ name: '01-log-add',
60
+ size: 32,
61
+ color: 'green',
62
+ },
63
+ argTypes: {
64
+ name: {
65
+ options: iconIds,
66
+ control: {type: 'select'},
67
+ },
68
+ size: {
69
+ control: {type: 'range', min: 16, max: 128, step: 1},
70
+ },
71
+ },
72
+ render: (args) =>
73
+ html`<div style="height: ${args.size}px; color: ${args.color}">
74
+ <${unsafeStatic(`obi-${args.name}`)} ?use-css-color=${
75
+ args.useCssColor
76
+ } class="icon"></${unsafeStatic(`obi-${args.name}`)}>
77
+ </div>`,
78
+ };
@@ -2,15 +2,25 @@ import type {Meta, StoryObj} from '@storybook/web-components';
2
2
  import {ObcThruster} from './thruster';
3
3
  import './thruster';
4
4
  import {InstrumentState} from '../types';
5
+ import {html} from 'lit';
5
6
 
6
7
  const meta: Meta<typeof ObcThruster> = {
7
8
  title: 'Navigation instruments/Thruster',
8
9
  tags: ['autodocs'],
9
10
  component: 'obc-thruster',
10
- args: {},
11
+ args: {containerSize: 320},
11
12
  argTypes: {
12
13
  setpoint: {control: {type: 'range', min: -100, max: 100, step: 1}},
13
14
  },
15
+ decorators: [
16
+ (story, contex) => {
17
+ return html`<div
18
+ style="height: ${contex.args.containerSize}px; width: fit-content;"
19
+ >
20
+ ${story()}
21
+ </div>`;
22
+ },
23
+ ],
14
24
  } satisfies Meta<ObcThruster>;
15
25
 
16
26
  export default meta;
@@ -31,6 +41,13 @@ export const Tunnel: Story = {
31
41
  state: InstrumentState.inCommand,
32
42
  tunnel: true,
33
43
  },
44
+ decorators: [
45
+ (story, contex) => {
46
+ return html`<div style="width: ${contex.args.containerSize}px">
47
+ ${story()}
48
+ </div>`;
49
+ },
50
+ ],
34
51
  };
35
52
 
36
53
  export const InCommandAtSetpoint: Story = {