@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
@@ -103,129 +103,6 @@
103
103
  "declarations": [],
104
104
  "exports": []
105
105
  },
106
- {
107
- "kind": "javascript-module",
108
- "path": "src/navigation-instruments/types.ts",
109
- "declarations": [],
110
- "exports": []
111
- },
112
- {
113
- "kind": "javascript-module",
114
- "path": "src/svghelpers/circle.ts",
115
- "declarations": [
116
- {
117
- "kind": "function",
118
- "name": "circle",
119
- "parameters": [
120
- {
121
- "name": "id",
122
- "type": {
123
- "text": "string"
124
- }
125
- },
126
- {
127
- "name": "data",
128
- "type": {
129
- "text": "{\n radius: number;\n strokeWidth: number;\n strokeColor: string;\n strokePosition: 'inside' | 'outside' | 'center';\n fillColor: string;\n }"
130
- }
131
- }
132
- ]
133
- },
134
- {
135
- "kind": "function",
136
- "name": "ringOutside",
137
- "parameters": [
138
- {
139
- "name": "id",
140
- "type": {
141
- "text": "string"
142
- }
143
- },
144
- {
145
- "name": "data",
146
- "type": {
147
- "text": "{radius: number; strokeWidth: number; strokeColor: string}"
148
- }
149
- }
150
- ]
151
- }
152
- ],
153
- "exports": [
154
- {
155
- "kind": "js",
156
- "name": "circle",
157
- "declaration": {
158
- "name": "circle",
159
- "module": "src/svghelpers/circle.ts"
160
- }
161
- },
162
- {
163
- "kind": "js",
164
- "name": "ringOutside",
165
- "declaration": {
166
- "name": "ringOutside",
167
- "module": "src/svghelpers/circle.ts"
168
- }
169
- }
170
- ]
171
- },
172
- {
173
- "kind": "javascript-module",
174
- "path": "src/svghelpers/index.ts",
175
- "declarations": [],
176
- "exports": [
177
- {
178
- "kind": "js",
179
- "name": "circle",
180
- "declaration": {
181
- "name": "circle",
182
- "module": "./circle"
183
- }
184
- },
185
- {
186
- "kind": "js",
187
- "name": "ringOutside",
188
- "declaration": {
189
- "name": "ringOutside",
190
- "module": "./circle"
191
- }
192
- }
193
- ]
194
- },
195
- {
196
- "kind": "javascript-module",
197
- "path": "src/svghelpers/rectangular.ts",
198
- "declarations": [
199
- {
200
- "kind": "function",
201
- "name": "rect",
202
- "parameters": [
203
- {
204
- "name": "id",
205
- "type": {
206
- "text": "string"
207
- }
208
- },
209
- {
210
- "name": "data",
211
- "type": {
212
- "text": "{\n width: number;\n height: number;\n strokeWidth: number;\n strokeColor: string;\n fillColor: string;\n borderRadius: number;\n strokePosition: 'inside' | 'outside';\n }"
213
- }
214
- }
215
- ]
216
- }
217
- ],
218
- "exports": [
219
- {
220
- "kind": "js",
221
- "name": "rect",
222
- "declaration": {
223
- "name": "rect",
224
- "module": "src/svghelpers/rectangular.ts"
225
- }
226
- }
227
- ]
228
- },
229
106
  {
230
107
  "kind": "javascript-module",
231
108
  "path": "src/icons/icon-01-add.ts",
@@ -702,6 +579,210 @@
702
579
  }
703
580
  ]
704
581
  },
582
+ {
583
+ "kind": "javascript-module",
584
+ "path": "src/icons/icon-01-content-copy.ts",
585
+ "declarations": [
586
+ {
587
+ "kind": "class",
588
+ "description": "",
589
+ "name": "Obi01ContentCopy",
590
+ "members": [
591
+ {
592
+ "kind": "field",
593
+ "name": "useCssColor",
594
+ "type": {
595
+ "text": "boolean"
596
+ },
597
+ "default": "false",
598
+ "attribute": "use-css-color"
599
+ },
600
+ {
601
+ "kind": "field",
602
+ "name": "icon",
603
+ "privacy": "private",
604
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z\" fill=\"currentColor\"/>\n</svg>\n`"
605
+ },
606
+ {
607
+ "kind": "field",
608
+ "name": "iconCss",
609
+ "privacy": "private",
610
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M9 18C8.45 18 7.97917 17.8042 7.5875 17.4125C7.19583 17.0208 7 16.55 7 16V4C7 3.45 7.19583 2.97917 7.5875 2.5875C7.97917 2.19583 8.45 2 9 2H18C18.55 2 19.0208 2.19583 19.4125 2.5875C19.8042 2.97917 20 3.45 20 4V16C20 16.55 19.8042 17.0208 19.4125 17.4125C19.0208 17.8042 18.55 18 18 18H9ZM9 16H18V4H9V16ZM5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6H5V20H16V22H5Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
611
+ }
612
+ ],
613
+ "attributes": [
614
+ {
615
+ "name": "use-css-color",
616
+ "type": {
617
+ "text": "boolean"
618
+ },
619
+ "default": "false",
620
+ "fieldName": "useCssColor"
621
+ }
622
+ ],
623
+ "superclass": {
624
+ "name": "LitElement",
625
+ "package": "lit"
626
+ },
627
+ "tagName": "obi-01-content-copy",
628
+ "customElement": true
629
+ }
630
+ ],
631
+ "exports": [
632
+ {
633
+ "kind": "js",
634
+ "name": "Obi01ContentCopy",
635
+ "declaration": {
636
+ "name": "Obi01ContentCopy",
637
+ "module": "src/icons/icon-01-content-copy.ts"
638
+ }
639
+ },
640
+ {
641
+ "kind": "custom-element-definition",
642
+ "name": "obi-01-content-copy",
643
+ "declaration": {
644
+ "name": "Obi01ContentCopy",
645
+ "module": "src/icons/icon-01-content-copy.ts"
646
+ }
647
+ }
648
+ ]
649
+ },
650
+ {
651
+ "kind": "javascript-module",
652
+ "path": "src/icons/icon-01-content-cut.ts",
653
+ "declarations": [
654
+ {
655
+ "kind": "class",
656
+ "description": "",
657
+ "name": "Obi01ContentCut",
658
+ "members": [
659
+ {
660
+ "kind": "field",
661
+ "name": "useCssColor",
662
+ "type": {
663
+ "text": "boolean"
664
+ },
665
+ "default": "false",
666
+ "attribute": "use-css-color"
667
+ },
668
+ {
669
+ "kind": "field",
670
+ "name": "icon",
671
+ "privacy": "private",
672
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21L12 14L9.65 16.35C9.78333 16.6 9.875 16.8667 9.925 17.15C9.975 17.4333 10 17.7167 10 18C10 19.1 9.60833 20.0417 8.825 20.825C8.04167 21.6083 7.1 22 6 22C4.9 22 3.95833 21.6083 3.175 20.825C2.39167 20.0417 2 19.1 2 18C2 16.9 2.39167 15.9583 3.175 15.175C3.95833 14.3917 4.9 14 6 14C6.28333 14 6.56667 14.025 6.85 14.075C7.13333 14.125 7.4 14.2167 7.65 14.35L10 12L7.65 9.65C7.4 9.78333 7.13333 9.875 6.85 9.925C6.56667 9.975 6.28333 10 6 10C4.9 10 3.95833 9.60833 3.175 8.825C2.39167 8.04167 2 7.1 2 6C2 4.9 2.39167 3.95833 3.175 3.175C3.95833 2.39167 4.9 2 6 2C7.1 2 8.04167 2.39167 8.825 3.175C9.60833 3.95833 10 4.9 10 6C10 6.28333 9.975 6.56667 9.925 6.85C9.875 7.13333 9.78333 7.4 9.65 7.65L22 20V21H19ZM15 11L13 9L19 3H22V4L15 11ZM6 8C6.55 8 7.02083 7.80417 7.4125 7.4125C7.80417 7.02083 8 6.55 8 6C8 5.45 7.80417 4.97917 7.4125 4.5875C7.02083 4.19583 6.55 4 6 4C5.45 4 4.97917 4.19583 4.5875 4.5875C4.19583 4.97917 4 5.45 4 6C4 6.55 4.19583 7.02083 4.5875 7.4125C4.97917 7.80417 5.45 8 6 8ZM12 12.5C12.1333 12.5 12.25 12.45 12.35 12.35C12.45 12.25 12.5 12.1333 12.5 12C12.5 11.8667 12.45 11.75 12.35 11.65C12.25 11.55 12.1333 11.5 12 11.5C11.8667 11.5 11.75 11.55 11.65 11.65C11.55 11.75 11.5 11.8667 11.5 12C11.5 12.1333 11.55 12.25 11.65 12.35C11.75 12.45 11.8667 12.5 12 12.5ZM6 20C6.55 20 7.02083 19.8042 7.4125 19.4125C7.80417 19.0208 8 18.55 8 18C8 17.45 7.80417 16.9792 7.4125 16.5875C7.02083 16.1958 6.55 16 6 16C5.45 16 4.97917 16.1958 4.5875 16.5875C4.19583 16.9792 4 17.45 4 18C4 18.55 4.19583 19.0208 4.5875 19.4125C4.97917 19.8042 5.45 20 6 20Z\" fill=\"currentColor\"/>\n</svg>\n`"
673
+ },
674
+ {
675
+ "kind": "field",
676
+ "name": "iconCss",
677
+ "privacy": "private",
678
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M19 21L12 14L9.65 16.35C9.78333 16.6 9.875 16.8667 9.925 17.15C9.975 17.4333 10 17.7167 10 18C10 19.1 9.60833 20.0417 8.825 20.825C8.04167 21.6083 7.1 22 6 22C4.9 22 3.95833 21.6083 3.175 20.825C2.39167 20.0417 2 19.1 2 18C2 16.9 2.39167 15.9583 3.175 15.175C3.95833 14.3917 4.9 14 6 14C6.28333 14 6.56667 14.025 6.85 14.075C7.13333 14.125 7.4 14.2167 7.65 14.35L10 12L7.65 9.65C7.4 9.78333 7.13333 9.875 6.85 9.925C6.56667 9.975 6.28333 10 6 10C4.9 10 3.95833 9.60833 3.175 8.825C2.39167 8.04167 2 7.1 2 6C2 4.9 2.39167 3.95833 3.175 3.175C3.95833 2.39167 4.9 2 6 2C7.1 2 8.04167 2.39167 8.825 3.175C9.60833 3.95833 10 4.9 10 6C10 6.28333 9.975 6.56667 9.925 6.85C9.875 7.13333 9.78333 7.4 9.65 7.65L22 20V21H19ZM15 11L13 9L19 3H22V4L15 11ZM6 8C6.55 8 7.02083 7.80417 7.4125 7.4125C7.80417 7.02083 8 6.55 8 6C8 5.45 7.80417 4.97917 7.4125 4.5875C7.02083 4.19583 6.55 4 6 4C5.45 4 4.97917 4.19583 4.5875 4.5875C4.19583 4.97917 4 5.45 4 6C4 6.55 4.19583 7.02083 4.5875 7.4125C4.97917 7.80417 5.45 8 6 8ZM12 12.5C12.1333 12.5 12.25 12.45 12.35 12.35C12.45 12.25 12.5 12.1333 12.5 12C12.5 11.8667 12.45 11.75 12.35 11.65C12.25 11.55 12.1333 11.5 12 11.5C11.8667 11.5 11.75 11.55 11.65 11.65C11.55 11.75 11.5 11.8667 11.5 12C11.5 12.1333 11.55 12.25 11.65 12.35C11.75 12.45 11.8667 12.5 12 12.5ZM6 20C6.55 20 7.02083 19.8042 7.4125 19.4125C7.80417 19.0208 8 18.55 8 18C8 17.45 7.80417 16.9792 7.4125 16.5875C7.02083 16.1958 6.55 16 6 16C5.45 16 4.97917 16.1958 4.5875 16.5875C4.19583 16.9792 4 17.45 4 18C4 18.55 4.19583 19.0208 4.5875 19.4125C4.97917 19.8042 5.45 20 6 20Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
679
+ }
680
+ ],
681
+ "attributes": [
682
+ {
683
+ "name": "use-css-color",
684
+ "type": {
685
+ "text": "boolean"
686
+ },
687
+ "default": "false",
688
+ "fieldName": "useCssColor"
689
+ }
690
+ ],
691
+ "superclass": {
692
+ "name": "LitElement",
693
+ "package": "lit"
694
+ },
695
+ "tagName": "obi-01-content-cut",
696
+ "customElement": true
697
+ }
698
+ ],
699
+ "exports": [
700
+ {
701
+ "kind": "js",
702
+ "name": "Obi01ContentCut",
703
+ "declaration": {
704
+ "name": "Obi01ContentCut",
705
+ "module": "src/icons/icon-01-content-cut.ts"
706
+ }
707
+ },
708
+ {
709
+ "kind": "custom-element-definition",
710
+ "name": "obi-01-content-cut",
711
+ "declaration": {
712
+ "name": "Obi01ContentCut",
713
+ "module": "src/icons/icon-01-content-cut.ts"
714
+ }
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "kind": "javascript-module",
720
+ "path": "src/icons/icon-01-content-paste.ts",
721
+ "declarations": [
722
+ {
723
+ "kind": "class",
724
+ "description": "",
725
+ "name": "Obi01ContentPaste",
726
+ "members": [
727
+ {
728
+ "kind": "field",
729
+ "name": "useCssColor",
730
+ "type": {
731
+ "text": "boolean"
732
+ },
733
+ "default": "false",
734
+ "attribute": "use-css-color"
735
+ },
736
+ {
737
+ "kind": "field",
738
+ "name": "icon",
739
+ "privacy": "private",
740
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H9.175C9.35833 3.41667 9.71667 2.9375 10.25 2.5625C10.7833 2.1875 11.3667 2 12 2C12.6667 2 13.2625 2.1875 13.7875 2.5625C14.3125 2.9375 14.6667 3.41667 14.85 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V6H17V9H7V6H5V20ZM12 6C12.2833 6 12.5208 5.90417 12.7125 5.7125C12.9042 5.52083 13 5.28333 13 5C13 4.71667 12.9042 4.47917 12.7125 4.2875C12.5208 4.09583 12.2833 4 12 4C11.7167 4 11.4792 4.09583 11.2875 4.2875C11.0958 4.47917 11 4.71667 11 5C11 5.28333 11.0958 5.52083 11.2875 5.7125C11.4792 5.90417 11.7167 6 12 6Z\" fill=\"currentColor\"/>\n</svg>\n`"
741
+ },
742
+ {
743
+ "kind": "field",
744
+ "name": "iconCss",
745
+ "privacy": "private",
746
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 22C4.45 22 3.97917 21.8042 3.5875 21.4125C3.19583 21.0208 3 20.55 3 20V6C3 5.45 3.19583 4.97917 3.5875 4.5875C3.97917 4.19583 4.45 4 5 4H9.175C9.35833 3.41667 9.71667 2.9375 10.25 2.5625C10.7833 2.1875 11.3667 2 12 2C12.6667 2 13.2625 2.1875 13.7875 2.5625C14.3125 2.9375 14.6667 3.41667 14.85 4H19C19.55 4 20.0208 4.19583 20.4125 4.5875C20.8042 4.97917 21 5.45 21 6V20C21 20.55 20.8042 21.0208 20.4125 21.4125C20.0208 21.8042 19.55 22 19 22H5ZM5 20H19V6H17V9H7V6H5V20ZM12 6C12.2833 6 12.5208 5.90417 12.7125 5.7125C12.9042 5.52083 13 5.28333 13 5C13 4.71667 12.9042 4.47917 12.7125 4.2875C12.5208 4.09583 12.2833 4 12 4C11.7167 4 11.4792 4.09583 11.2875 4.2875C11.0958 4.47917 11 4.71667 11 5C11 5.28333 11.0958 5.52083 11.2875 5.7125C11.4792 5.90417 11.7167 6 12 6Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
747
+ }
748
+ ],
749
+ "attributes": [
750
+ {
751
+ "name": "use-css-color",
752
+ "type": {
753
+ "text": "boolean"
754
+ },
755
+ "default": "false",
756
+ "fieldName": "useCssColor"
757
+ }
758
+ ],
759
+ "superclass": {
760
+ "name": "LitElement",
761
+ "package": "lit"
762
+ },
763
+ "tagName": "obi-01-content-paste",
764
+ "customElement": true
765
+ }
766
+ ],
767
+ "exports": [
768
+ {
769
+ "kind": "js",
770
+ "name": "Obi01ContentPaste",
771
+ "declaration": {
772
+ "name": "Obi01ContentPaste",
773
+ "module": "src/icons/icon-01-content-paste.ts"
774
+ }
775
+ },
776
+ {
777
+ "kind": "custom-element-definition",
778
+ "name": "obi-01-content-paste",
779
+ "declaration": {
780
+ "name": "Obi01ContentPaste",
781
+ "module": "src/icons/icon-01-content-paste.ts"
782
+ }
783
+ }
784
+ ]
785
+ },
705
786
  {
706
787
  "kind": "javascript-module",
707
788
  "path": "src/icons/icon-01-delete.ts",
@@ -4238,6 +4319,210 @@
4238
4319
  }
4239
4320
  ]
4240
4321
  },
4322
+ {
4323
+ "kind": "javascript-module",
4324
+ "path": "src/icons/icon-02-dock-bottom.ts",
4325
+ "declarations": [
4326
+ {
4327
+ "kind": "class",
4328
+ "description": "",
4329
+ "name": "Obi02DockBottom",
4330
+ "members": [
4331
+ {
4332
+ "kind": "field",
4333
+ "name": "useCssColor",
4334
+ "type": {
4335
+ "text": "boolean"
4336
+ },
4337
+ "default": "false",
4338
+ "attribute": "use-css-color"
4339
+ },
4340
+ {
4341
+ "kind": "field",
4342
+ "name": "icon",
4343
+ "privacy": "private",
4344
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 16V19H19V16H5ZM5 14H19V5H5V14Z\" fill=\"currentColor\"/>\n</svg>\n`"
4345
+ },
4346
+ {
4347
+ "kind": "field",
4348
+ "name": "iconCss",
4349
+ "privacy": "private",
4350
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM5 16V19H19V16H5ZM5 14H19V5H5V14Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
4351
+ }
4352
+ ],
4353
+ "attributes": [
4354
+ {
4355
+ "name": "use-css-color",
4356
+ "type": {
4357
+ "text": "boolean"
4358
+ },
4359
+ "default": "false",
4360
+ "fieldName": "useCssColor"
4361
+ }
4362
+ ],
4363
+ "superclass": {
4364
+ "name": "LitElement",
4365
+ "package": "lit"
4366
+ },
4367
+ "tagName": "obi-02-dock-bottom",
4368
+ "customElement": true
4369
+ }
4370
+ ],
4371
+ "exports": [
4372
+ {
4373
+ "kind": "js",
4374
+ "name": "Obi02DockBottom",
4375
+ "declaration": {
4376
+ "name": "Obi02DockBottom",
4377
+ "module": "src/icons/icon-02-dock-bottom.ts"
4378
+ }
4379
+ },
4380
+ {
4381
+ "kind": "custom-element-definition",
4382
+ "name": "obi-02-dock-bottom",
4383
+ "declaration": {
4384
+ "name": "Obi02DockBottom",
4385
+ "module": "src/icons/icon-02-dock-bottom.ts"
4386
+ }
4387
+ }
4388
+ ]
4389
+ },
4390
+ {
4391
+ "kind": "javascript-module",
4392
+ "path": "src/icons/icon-02-dock-left.ts",
4393
+ "declarations": [
4394
+ {
4395
+ "kind": "class",
4396
+ "description": "",
4397
+ "name": "Obi02DockLeft",
4398
+ "members": [
4399
+ {
4400
+ "kind": "field",
4401
+ "name": "useCssColor",
4402
+ "type": {
4403
+ "text": "boolean"
4404
+ },
4405
+ "default": "false",
4406
+ "attribute": "use-css-color"
4407
+ },
4408
+ {
4409
+ "kind": "field",
4410
+ "name": "icon",
4411
+ "privacy": "private",
4412
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z\" fill=\"currentColor\"/>\n</svg>\n`"
4413
+ },
4414
+ {
4415
+ "kind": "field",
4416
+ "name": "iconCss",
4417
+ "privacy": "private",
4418
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM8 19V5H5V19H8ZM10 19H19V5H10V19Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
4419
+ }
4420
+ ],
4421
+ "attributes": [
4422
+ {
4423
+ "name": "use-css-color",
4424
+ "type": {
4425
+ "text": "boolean"
4426
+ },
4427
+ "default": "false",
4428
+ "fieldName": "useCssColor"
4429
+ }
4430
+ ],
4431
+ "superclass": {
4432
+ "name": "LitElement",
4433
+ "package": "lit"
4434
+ },
4435
+ "tagName": "obi-02-dock-left",
4436
+ "customElement": true
4437
+ }
4438
+ ],
4439
+ "exports": [
4440
+ {
4441
+ "kind": "js",
4442
+ "name": "Obi02DockLeft",
4443
+ "declaration": {
4444
+ "name": "Obi02DockLeft",
4445
+ "module": "src/icons/icon-02-dock-left.ts"
4446
+ }
4447
+ },
4448
+ {
4449
+ "kind": "custom-element-definition",
4450
+ "name": "obi-02-dock-left",
4451
+ "declaration": {
4452
+ "name": "Obi02DockLeft",
4453
+ "module": "src/icons/icon-02-dock-left.ts"
4454
+ }
4455
+ }
4456
+ ]
4457
+ },
4458
+ {
4459
+ "kind": "javascript-module",
4460
+ "path": "src/icons/icon-02-dock-right.ts",
4461
+ "declarations": [
4462
+ {
4463
+ "kind": "class",
4464
+ "description": "",
4465
+ "name": "Obi02DockRight",
4466
+ "members": [
4467
+ {
4468
+ "kind": "field",
4469
+ "name": "useCssColor",
4470
+ "type": {
4471
+ "text": "boolean"
4472
+ },
4473
+ "default": "false",
4474
+ "attribute": "use-css-color"
4475
+ },
4476
+ {
4477
+ "kind": "field",
4478
+ "name": "icon",
4479
+ "privacy": "private",
4480
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM16 19H19V5H16V19ZM14 19V5H5V19H14Z\" fill=\"currentColor\"/>\n</svg>\n`"
4481
+ },
4482
+ {
4483
+ "kind": "field",
4484
+ "name": "iconCss",
4485
+ "privacy": "private",
4486
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M5 21C4.45 21 3.97917 20.8042 3.5875 20.4125C3.19583 20.0208 3 19.55 3 19V5C3 4.45 3.19583 3.97917 3.5875 3.5875C3.97917 3.19583 4.45 3 5 3H19C19.55 3 20.0208 3.19583 20.4125 3.5875C20.8042 3.97917 21 4.45 21 5V19C21 19.55 20.8042 20.0208 20.4125 20.4125C20.0208 20.8042 19.55 21 19 21H5ZM16 19H19V5H16V19ZM14 19V5H5V19H14Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
4487
+ }
4488
+ ],
4489
+ "attributes": [
4490
+ {
4491
+ "name": "use-css-color",
4492
+ "type": {
4493
+ "text": "boolean"
4494
+ },
4495
+ "default": "false",
4496
+ "fieldName": "useCssColor"
4497
+ }
4498
+ ],
4499
+ "superclass": {
4500
+ "name": "LitElement",
4501
+ "package": "lit"
4502
+ },
4503
+ "tagName": "obi-02-dock-right",
4504
+ "customElement": true
4505
+ }
4506
+ ],
4507
+ "exports": [
4508
+ {
4509
+ "kind": "js",
4510
+ "name": "Obi02DockRight",
4511
+ "declaration": {
4512
+ "name": "Obi02DockRight",
4513
+ "module": "src/icons/icon-02-dock-right.ts"
4514
+ }
4515
+ },
4516
+ {
4517
+ "kind": "custom-element-definition",
4518
+ "name": "obi-02-dock-right",
4519
+ "declaration": {
4520
+ "name": "Obi02DockRight",
4521
+ "module": "src/icons/icon-02-dock-right.ts"
4522
+ }
4523
+ }
4524
+ ]
4525
+ },
4241
4526
  {
4242
4527
  "kind": "javascript-module",
4243
4528
  "path": "src/icons/icon-02-drop-down.ts",
@@ -5394,6 +5679,74 @@
5394
5679
  }
5395
5680
  ]
5396
5681
  },
5682
+ {
5683
+ "kind": "javascript-module",
5684
+ "path": "src/icons/icon-03-license.ts",
5685
+ "declarations": [
5686
+ {
5687
+ "kind": "class",
5688
+ "description": "",
5689
+ "name": "Obi03License",
5690
+ "members": [
5691
+ {
5692
+ "kind": "field",
5693
+ "name": "useCssColor",
5694
+ "type": {
5695
+ "text": "boolean"
5696
+ },
5697
+ "default": "false",
5698
+ "attribute": "use-css-color"
5699
+ },
5700
+ {
5701
+ "kind": "field",
5702
+ "name": "icon",
5703
+ "privacy": "private",
5704
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13C11.1667 13 10.4583 12.7083 9.875 12.125C9.29167 11.5417 9 10.8333 9 10C9 9.16667 9.29167 8.45833 9.875 7.875C10.4583 7.29167 11.1667 7 12 7C12.8333 7 13.5417 7.29167 14.125 7.875C14.7083 8.45833 15 9.16667 15 10C15 10.8333 14.7083 11.5417 14.125 12.125C13.5417 12.7083 12.8333 13 12 13ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z\" fill=\"currentColor\"/>\n</svg>\n`"
5705
+ },
5706
+ {
5707
+ "kind": "field",
5708
+ "name": "iconCss",
5709
+ "privacy": "private",
5710
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 13C11.1667 13 10.4583 12.7083 9.875 12.125C9.29167 11.5417 9 10.8333 9 10C9 9.16667 9.29167 8.45833 9.875 7.875C10.4583 7.29167 11.1667 7 12 7C12.8333 7 13.5417 7.29167 14.125 7.875C14.7083 8.45833 15 9.16667 15 10C15 10.8333 14.7083 11.5417 14.125 12.125C13.5417 12.7083 12.8333 13 12 13ZM6 23V15.275C5.36667 14.575 4.875 13.775 4.525 12.875C4.175 11.975 4 11.0167 4 10C4 7.76667 4.775 5.875 6.325 4.325C7.875 2.775 9.76667 2 12 2C14.2333 2 16.125 2.775 17.675 4.325C19.225 5.875 20 7.76667 20 10C20 11.0167 19.825 11.975 19.475 12.875C19.125 13.775 18.6333 14.575 18 15.275V23L12 21L6 23ZM12 16C13.6667 16 15.0833 15.4167 16.25 14.25C17.4167 13.0833 18 11.6667 18 10C18 8.33333 17.4167 6.91667 16.25 5.75C15.0833 4.58333 13.6667 4 12 4C10.3333 4 8.91667 4.58333 7.75 5.75C6.58333 6.91667 6 8.33333 6 10C6 11.6667 6.58333 13.0833 7.75 14.25C8.91667 15.4167 10.3333 16 12 16ZM8 20.025L12 19L16 20.025V16.925C15.4167 17.2583 14.7875 17.5208 14.1125 17.7125C13.4375 17.9042 12.7333 18 12 18C11.2667 18 10.5625 17.9042 9.8875 17.7125C9.2125 17.5208 8.58333 17.2583 8 16.925V20.025Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
5711
+ }
5712
+ ],
5713
+ "attributes": [
5714
+ {
5715
+ "name": "use-css-color",
5716
+ "type": {
5717
+ "text": "boolean"
5718
+ },
5719
+ "default": "false",
5720
+ "fieldName": "useCssColor"
5721
+ }
5722
+ ],
5723
+ "superclass": {
5724
+ "name": "LitElement",
5725
+ "package": "lit"
5726
+ },
5727
+ "tagName": "obi-03-license",
5728
+ "customElement": true
5729
+ }
5730
+ ],
5731
+ "exports": [
5732
+ {
5733
+ "kind": "js",
5734
+ "name": "Obi03License",
5735
+ "declaration": {
5736
+ "name": "Obi03License",
5737
+ "module": "src/icons/icon-03-license.ts"
5738
+ }
5739
+ },
5740
+ {
5741
+ "kind": "custom-element-definition",
5742
+ "name": "obi-03-license",
5743
+ "declaration": {
5744
+ "name": "Obi03License",
5745
+ "module": "src/icons/icon-03-license.ts"
5746
+ }
5747
+ }
5748
+ ]
5749
+ },
5397
5750
  {
5398
5751
  "kind": "javascript-module",
5399
5752
  "path": "src/icons/icon-03-monitoring.ts",
@@ -6170,7 +6523,7 @@
6170
6523
  "kind": "field",
6171
6524
  "name": "iconCss",
6172
6525
  "privacy": "private",
6173
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3.95297L14.217 9.28339L14.3929 9.70636L14.8496 9.74297L20.6042 10.2043L16.2198 13.96L15.8719 14.2581L15.9781 14.7037L17.3177 20.3192L12.3909 17.3099L12 17.0712L11.609 17.3099L6.68224 20.3192L8.02175 14.7037L8.12804 14.2581L7.78014 13.96L3.39571 10.2043L9.15035 9.74297L9.60698 9.70636L9.7829 9.28339L12 3.95297Z\" stroke=\"#1A1A1A\" stroke-width=\"1.5\"/>\n</svg>\n`"
6526
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M12 3.95297L14.217 9.28339L14.3929 9.70636L14.8496 9.74297L20.6042 10.2043L16.2198 13.96L15.8719 14.2581L15.9781 14.7037L17.3177 20.3192L12.3909 17.3099L12 17.0712L11.609 17.3099L6.68224 20.3192L8.02175 14.7037L8.12804 14.2581L7.78014 13.96L3.39571 10.2043L9.15035 9.74297L9.60698 9.70636L9.7829 9.28339L12 3.95297Z\" style=\"stroke: var(--element-active-color)\" stroke-width=\"1.5\"/>\n</svg>\n`"
6174
6527
  }
6175
6528
  ],
6176
6529
  "attributes": [
@@ -6708,13 +7061,13 @@
6708
7061
  "kind": "field",
6709
7062
  "name": "icon",
6710
7063
  "privacy": "private",
6711
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 11.5093 3.42193 13.6866 5.504 14.7699L5.63134 13.6936C4.05304 12.7268 3 10.9864 3 9C3 5.96243 5.46243 3.5 8.5 3.5C9.45818 3.5 10.3591 3.74502 11.1436 4.17583L12 3.52182C10.9897 2.875 9.78864 2.5 8.5 2.5C4.91015 2.5 2 5.41015 2 9Z\" fill=\"currentColor\"/>\n<path d=\"M15 9C15 7.08606 14.1728 5.36533 12.8564 4.17583L12 4.75716C13.1766 5.72889 13.9422 7.18061 13.9969 8.81249L14.996 9.23013C14.9987 9.15375 15 9.07703 15 9Z\" fill=\"currentColor\"/>\n<path d=\"M15.5 2.5C14.2114 2.5 13.0103 2.875 12 3.52182L11.1436 4.17583C9.82721 5.36533 9 7.08606 9 9C9 9.07703 9.00134 9.15375 9.004 9.23013L10.0031 8.81249C10.0578 7.18061 10.8234 5.72889 12 4.75716L12.8564 4.17583C13.6409 3.74502 14.5418 3.5 15.5 3.5C18.5376 3.5 21 5.96243 21 9C21 10.9864 19.947 12.7268 18.3687 13.6936L18.496 14.7699C20.5781 13.6866 22 11.5093 22 9C22 5.41015 19.0899 2.5 15.5 2.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5 15C18.5 14.923 18.4987 14.8463 18.496 14.7699L18.3687 13.6936C17.9719 11.7489 16.7068 10.1203 14.996 9.23013L13.9969 8.81249C13.3677 8.6096 12.6967 8.5 12 8.5C11.3033 8.5 10.6323 8.6096 10.0031 8.81249L9.004 9.23013C7.29322 10.1203 6.02814 11.7489 5.63134 13.6936L5.504 14.7699C5.50134 14.8463 5.5 14.923 5.5 15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15ZM6.56527 14.1501C6.8176 12.5234 7.78272 11.1325 9.13134 10.3065L10.0653 9.84993C10.6671 9.62373 11.3191 9.5 12 9.5C12.6809 9.5 13.3329 9.62373 13.9347 9.84993L14.8687 10.3065C16.2173 11.1325 17.1824 12.5234 17.4347 14.1501L17.4969 15.1875C17.398 18.1383 14.9748 20.5 12 20.5C9.02519 20.5 6.60199 18.1383 6.50314 15.1875L6.56527 14.1501Z\" fill=\"currentColor\"/>\n<path d=\"M12.8564 13.8242C13.865 12.9128 14.5864 11.6895 14.8687 10.3065L13.9347 9.84993C13.7238 11.2097 13.0148 12.4048 12 13.2428L12.8564 13.8242Z\" fill=\"currentColor\"/>\n<path d=\"M9.13134 10.3065C9.41355 11.6895 10.135 12.9128 11.1436 13.8242L12 14.4782C13.0103 15.125 14.2114 15.5 15.5 15.5C16.1967 15.5 16.8677 15.3904 17.4969 15.1875L17.4347 14.1501C16.8329 14.3763 16.1809 14.5 15.5 14.5C14.5418 14.5 13.6409 14.255 12.8564 13.8242L12 13.2428C10.9852 12.4048 10.2762 11.2097 10.0653 9.84993L9.13134 10.3065Z\" fill=\"currentColor\"/>\n<path d=\"M11.1436 13.8242C10.3591 14.255 9.45818 14.5 8.5 14.5C7.81911 14.5 7.16711 14.3763 6.56527 14.1501L6.50314 15.1875C7.13229 15.3904 7.80335 15.5 8.5 15.5C9.78864 15.5 10.9897 15.125 12 14.4782L11.1436 13.8242Z\" fill=\"currentColor\"/>\n</svg>\n`"
7064
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.03063 15.3408C2.64918 14.2237 1 11.8044 1 9C1 5.13401 4.13401 2 8 2C9.48725 2 10.8662 2.46381 12 3.25469C13.1338 2.46381 14.5128 2 16 2C19.866 2 23 5.13401 23 9C23 11.8044 21.3508 14.2237 18.9694 15.3408C18.9896 15.5578 19 15.7777 19 16C19 19.866 15.866 23 12 23C8.13401 23 5 19.866 5 16C5 15.7777 5.01036 15.5578 5.03063 15.3408ZM8 14C8.91083 14 9.76477 13.7565 10.5003 13.3309C10.101 12.8246 9.77013 12.2618 9.52165 11.6565C8.60135 12.1827 7.86438 12.993 7.43021 13.9679C7.61721 13.9891 7.80733 14 8 14ZM5.52165 13.3435C4.01522 12.4821 3 10.8596 3 9C3 6.23858 5.23858 4 8 4C8.91083 4 9.76477 4.24354 10.5003 4.66906C9.56068 5.86059 9 7.36482 9 9C9 9.2223 9.01036 9.44217 9.03063 9.65917C7.44767 10.4017 6.18825 11.7196 5.52165 13.3435ZM16.9995 15.9292C16.9998 15.9527 17 15.9764 17 16C17 18.7614 14.7614 21 12 21C9.23858 21 7 18.7614 7 16C7 15.9764 7.00017 15.9527 7.00049 15.9292C7.32694 15.9759 7.66065 16 8 16C9.48725 16 10.8662 15.5362 12 14.7453C13.1338 15.5362 14.5128 16 16 16C16.3394 16 16.6731 15.9759 16.9995 15.9292ZM18.4783 13.3435C19.9848 12.4821 21 10.8596 21 9C21 6.23858 18.7614 4 16 4C15.0892 4 14.2352 4.24355 13.4997 4.66907C14.4393 5.86059 15 7.36482 15 9C15 9.2223 14.9896 9.44217 14.9694 9.65917C16.5523 10.4017 17.8118 11.7196 18.4783 13.3435ZM14.4783 11.6565C15.3987 12.1827 16.1356 12.993 16.5698 13.9679C16.3828 13.9891 16.1927 14 16 14C15.0892 14 14.2352 13.7565 13.4997 13.3309C13.899 12.8246 14.2299 12.2618 14.4783 11.6565ZM12.9995 9.07082C12.9998 9.04725 13 9.02365 13 9C13 7.87418 12.6279 6.83526 12 5.99952C11.3721 6.83526 11 7.87418 11 9C11 9.02365 11.0002 9.04725 11.0005 9.07082C11.3269 9.02415 11.6607 9 12 9C12.3393 9 12.6731 9.02415 12.9995 9.07082ZM11.4302 11.0321C11.6172 11.0109 11.8073 11 12 11C12.1927 11 12.3828 11.0109 12.5698 11.0321C12.4161 11.3773 12.2244 11.7019 12 12.0005C11.7756 11.7019 11.5839 11.3773 11.4302 11.0321Z\" fill=\"currentColor\"/>\n</svg>\n`"
6712
7065
  },
6713
7066
  {
6714
7067
  "kind": "field",
6715
7068
  "name": "iconCss",
6716
7069
  "privacy": "private",
6717
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 9C2 11.5093 3.42193 13.6866 5.504 14.7699L5.63134 13.6936C4.05304 12.7268 3 10.9864 3 9C3 5.96243 5.46243 3.5 8.5 3.5C9.45818 3.5 10.3591 3.74502 11.1436 4.17583L12 3.52182C10.9897 2.875 9.78864 2.5 8.5 2.5C4.91015 2.5 2 5.41015 2 9Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15 9C15 7.08606 14.1728 5.36533 12.8564 4.17583L12 4.75716C13.1766 5.72889 13.9422 7.18061 13.9969 8.81249L14.996 9.23013C14.9987 9.15375 15 9.07703 15 9Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.5 2.5C14.2114 2.5 13.0103 2.875 12 3.52182L11.1436 4.17583C9.82721 5.36533 9 7.08606 9 9C9 9.07703 9.00134 9.15375 9.004 9.23013L10.0031 8.81249C10.0578 7.18061 10.8234 5.72889 12 4.75716L12.8564 4.17583C13.6409 3.74502 14.5418 3.5 15.5 3.5C18.5376 3.5 21 5.96243 21 9C21 10.9864 19.947 12.7268 18.3687 13.6936L18.496 14.7699C20.5781 13.6866 22 11.5093 22 9C22 5.41015 19.0899 2.5 15.5 2.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.5 15C18.5 14.923 18.4987 14.8463 18.496 14.7699L18.3687 13.6936C17.9719 11.7489 16.7068 10.1203 14.996 9.23013L13.9969 8.81249C13.3677 8.6096 12.6967 8.5 12 8.5C11.3033 8.5 10.6323 8.6096 10.0031 8.81249L9.004 9.23013C7.29322 10.1203 6.02814 11.7489 5.63134 13.6936L5.504 14.7699C5.50134 14.8463 5.5 14.923 5.5 15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15ZM6.56527 14.1501C6.8176 12.5234 7.78272 11.1325 9.13134 10.3065L10.0653 9.84993C10.6671 9.62373 11.3191 9.5 12 9.5C12.6809 9.5 13.3329 9.62373 13.9347 9.84993L14.8687 10.3065C16.2173 11.1325 17.1824 12.5234 17.4347 14.1501L17.4969 15.1875C17.398 18.1383 14.9748 20.5 12 20.5C9.02519 20.5 6.60199 18.1383 6.50314 15.1875L6.56527 14.1501Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M12.8564 13.8242C13.865 12.9128 14.5864 11.6895 14.8687 10.3065L13.9347 9.84993C13.7238 11.2097 13.0148 12.4048 12 13.2428L12.8564 13.8242Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M9.13134 10.3065C9.41355 11.6895 10.135 12.9128 11.1436 13.8242L12 14.4782C13.0103 15.125 14.2114 15.5 15.5 15.5C16.1967 15.5 16.8677 15.3904 17.4969 15.1875L17.4347 14.1501C16.8329 14.3763 16.1809 14.5 15.5 14.5C14.5418 14.5 13.6409 14.255 12.8564 13.8242L12 13.2428C10.9852 12.4048 10.2762 11.2097 10.0653 9.84993L9.13134 10.3065Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M11.1436 13.8242C10.3591 14.255 9.45818 14.5 8.5 14.5C7.81911 14.5 7.16711 14.3763 6.56527 14.1501L6.50314 15.1875C7.13229 15.3904 7.80335 15.5 8.5 15.5C9.78864 15.5 10.9897 15.125 12 14.4782L11.1436 13.8242Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
7070
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.03063 15.3408C2.64918 14.2237 1 11.8044 1 9C1 5.13401 4.13401 2 8 2C9.48725 2 10.8662 2.46381 12 3.25469C13.1338 2.46381 14.5128 2 16 2C19.866 2 23 5.13401 23 9C23 11.8044 21.3508 14.2237 18.9694 15.3408C18.9896 15.5578 19 15.7777 19 16C19 19.866 15.866 23 12 23C8.13401 23 5 19.866 5 16C5 15.7777 5.01036 15.5578 5.03063 15.3408ZM8 14C8.91083 14 9.76477 13.7565 10.5003 13.3309C10.101 12.8246 9.77013 12.2618 9.52165 11.6565C8.60135 12.1827 7.86438 12.993 7.43021 13.9679C7.61721 13.9891 7.80733 14 8 14ZM5.52165 13.3435C4.01522 12.4821 3 10.8596 3 9C3 6.23858 5.23858 4 8 4C8.91083 4 9.76477 4.24354 10.5003 4.66906C9.56068 5.86059 9 7.36482 9 9C9 9.2223 9.01036 9.44217 9.03063 9.65917C7.44767 10.4017 6.18825 11.7196 5.52165 13.3435ZM16.9995 15.9292C16.9998 15.9527 17 15.9764 17 16C17 18.7614 14.7614 21 12 21C9.23858 21 7 18.7614 7 16C7 15.9764 7.00017 15.9527 7.00049 15.9292C7.32694 15.9759 7.66065 16 8 16C9.48725 16 10.8662 15.5362 12 14.7453C13.1338 15.5362 14.5128 16 16 16C16.3394 16 16.6731 15.9759 16.9995 15.9292ZM18.4783 13.3435C19.9848 12.4821 21 10.8596 21 9C21 6.23858 18.7614 4 16 4C15.0892 4 14.2352 4.24355 13.4997 4.66907C14.4393 5.86059 15 7.36482 15 9C15 9.2223 14.9896 9.44217 14.9694 9.65917C16.5523 10.4017 17.8118 11.7196 18.4783 13.3435ZM14.4783 11.6565C15.3987 12.1827 16.1356 12.993 16.5698 13.9679C16.3828 13.9891 16.1927 14 16 14C15.0892 14 14.2352 13.7565 13.4997 13.3309C13.899 12.8246 14.2299 12.2618 14.4783 11.6565ZM12.9995 9.07082C12.9998 9.04725 13 9.02365 13 9C13 7.87418 12.6279 6.83526 12 5.99952C11.3721 6.83526 11 7.87418 11 9C11 9.02365 11.0002 9.04725 11.0005 9.07082C11.3269 9.02415 11.6607 9 12 9C12.3393 9 12.6731 9.02415 12.9995 9.07082ZM11.4302 11.0321C11.6172 11.0109 11.8073 11 12 11C12.1927 11 12.3828 11.0109 12.5698 11.0321C12.4161 11.3773 12.2244 11.7019 12 12.0005C11.7756 11.7019 11.5839 11.3773 11.4302 11.0321Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
6718
7071
  }
6719
7072
  ],
6720
7073
  "attributes": [
@@ -12060,12 +12413,12 @@
12060
12413
  },
12061
12414
  {
12062
12415
  "kind": "javascript-module",
12063
- "path": "src/icons/icon-07-target-cancel-all.ts",
12416
+ "path": "src/icons/icon-07-target-associated-ais-camera.ts",
12064
12417
  "declarations": [
12065
12418
  {
12066
12419
  "kind": "class",
12067
12420
  "description": "",
12068
- "name": "Obi07TargetCancelAll",
12421
+ "name": "Obi07TargetAssociatedAisCamera",
12069
12422
  "members": [
12070
12423
  {
12071
12424
  "kind": "field",
@@ -12080,13 +12433,13 @@
12080
12433
  "kind": "field",
12081
12434
  "name": "icon",
12082
12435
  "privacy": "private",
12083
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.66667V4.22222C2 3 3 2 4.22222 2H8.66667V4.22222H4.22222V8.66667H2Z\" fill=\"currentColor\"/>\n<path d=\"M2 15.3334H4.22222V19.7779H8.66667V22.0001H4.22222C3 22.0001 2 21.0001 2 19.7779V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 19.7779H15.3333V22.0001H19.7778C21 22.0001 22 21.0001 22 19.7779V15.3334H19.7778V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 2H19.7778C21 2 22 3 22 4.22222V8.66667H19.7778V4.22222H15.3333V2Z\" fill=\"currentColor\"/>\n<path d=\"M17.7782 12.7073L16.2427 14.2427L17.7782 15.7782L17.0711 16.4854L15.5356 14.9498L14 16.4854L13.2929 15.7783L14.8285 14.2427L13.2929 12.7072L14 12.0001L15.5356 13.5356L17.0711 12.0001L17.7782 12.7073Z\" fill=\"currentColor\"/>\n<path d=\"M9.2427 9.24274L10.7782 7.70725L10.0711 7.00015L8.5356 8.53563L7.00004 7.00007L6.29293 7.70718L7.82849 9.24274L6.29291 10.7783L7.00001 11.4854L8.5356 9.94984L10.0711 11.4854L10.7782 10.7782L9.2427 9.24274Z\" fill=\"currentColor\"/>\n</svg>\n`"
12436
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z\" fill=\"currentColor\"/>\n</svg>\n`"
12084
12437
  },
12085
12438
  {
12086
12439
  "kind": "field",
12087
12440
  "name": "iconCss",
12088
12441
  "privacy": "private",
12089
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.66667V4.22222C2 3 3 2 4.22222 2H8.66667V4.22222H4.22222V8.66667H2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M2 15.3334H4.22222V19.7779H8.66667V22.0001H4.22222C3 22.0001 2 21.0001 2 19.7779V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 19.7779H15.3333V22.0001H19.7778C21 22.0001 22 21.0001 22 19.7779V15.3334H19.7778V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 2H19.7778C21 2 22 3 22 4.22222V8.66667H19.7778V4.22222H15.3333V2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M17.7782 12.7073L16.2427 14.2427L17.7782 15.7782L17.0711 16.4854L15.5356 14.9498L14 16.4854L13.2929 15.7783L14.8285 14.2427L13.2929 12.7072L14 12.0001L15.5356 13.5356L17.0711 12.0001L17.7782 12.7073Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M9.2427 9.24274L10.7782 7.70725L10.0711 7.00015L8.5356 8.53563L7.00004 7.00007L6.29293 7.70718L7.82849 9.24274L6.29291 10.7783L7.00001 11.4854L8.5356 9.94984L10.0711 11.4854L10.7782 10.7782L9.2427 9.24274Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12442
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z\" fill=\"currentColor\"/>\n</svg>\n`"
12090
12443
  }
12091
12444
  ],
12092
12445
  "attributes": [
@@ -12103,37 +12456,37 @@
12103
12456
  "name": "LitElement",
12104
12457
  "package": "lit"
12105
12458
  },
12106
- "tagName": "obi-07-target-cancel-all",
12459
+ "tagName": "obi-07-target-associated-ais-camera",
12107
12460
  "customElement": true
12108
12461
  }
12109
12462
  ],
12110
12463
  "exports": [
12111
12464
  {
12112
12465
  "kind": "js",
12113
- "name": "Obi07TargetCancelAll",
12466
+ "name": "Obi07TargetAssociatedAisCamera",
12114
12467
  "declaration": {
12115
- "name": "Obi07TargetCancelAll",
12116
- "module": "src/icons/icon-07-target-cancel-all.ts"
12468
+ "name": "Obi07TargetAssociatedAisCamera",
12469
+ "module": "src/icons/icon-07-target-associated-ais-camera.ts"
12117
12470
  }
12118
12471
  },
12119
12472
  {
12120
12473
  "kind": "custom-element-definition",
12121
- "name": "obi-07-target-cancel-all",
12474
+ "name": "obi-07-target-associated-ais-camera",
12122
12475
  "declaration": {
12123
- "name": "Obi07TargetCancelAll",
12124
- "module": "src/icons/icon-07-target-cancel-all.ts"
12476
+ "name": "Obi07TargetAssociatedAisCamera",
12477
+ "module": "src/icons/icon-07-target-associated-ais-camera.ts"
12125
12478
  }
12126
12479
  }
12127
12480
  ]
12128
12481
  },
12129
12482
  {
12130
12483
  "kind": "javascript-module",
12131
- "path": "src/icons/icon-07-target-cancel.ts",
12484
+ "path": "src/icons/icon-07-target-associated-camera-radar.ts",
12132
12485
  "declarations": [
12133
12486
  {
12134
12487
  "kind": "class",
12135
12488
  "description": "",
12136
- "name": "Obi07TargetCancel",
12489
+ "name": "Obi07TargetAssociatedCameraRadar",
12137
12490
  "members": [
12138
12491
  {
12139
12492
  "kind": "field",
@@ -12148,13 +12501,13 @@
12148
12501
  "kind": "field",
12149
12502
  "name": "icon",
12150
12503
  "privacy": "private",
12151
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" fill=\"currentColor\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" fill=\"currentColor\"/>\n<path d=\"M16.7914 6L18 7.20857L13.2086 12L18 16.7914L16.7914 18L12 13.2086L7.20857 18L6 16.7914L10.7914 12L6 7.20857L7.20857 6L12 10.7914L16.7914 6Z\" fill=\"currentColor\"/>\n</svg>\n`"
12504
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 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 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/>\n</svg>\n`"
12152
12505
  },
12153
12506
  {
12154
12507
  "kind": "field",
12155
12508
  "name": "iconCss",
12156
12509
  "privacy": "private",
12157
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M16.7914 6L18 7.20857L13.2086 12L18 16.7914L16.7914 18L12 13.2086L7.20857 18L6 16.7914L10.7914 12L6 7.20857L7.20857 6L12 10.7914L16.7914 6Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12510
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 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 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/>\n</svg>\n`"
12158
12511
  }
12159
12512
  ],
12160
12513
  "attributes": [
@@ -12171,37 +12524,37 @@
12171
12524
  "name": "LitElement",
12172
12525
  "package": "lit"
12173
12526
  },
12174
- "tagName": "obi-07-target-cancel",
12527
+ "tagName": "obi-07-target-associated-camera-radar",
12175
12528
  "customElement": true
12176
12529
  }
12177
12530
  ],
12178
12531
  "exports": [
12179
12532
  {
12180
12533
  "kind": "js",
12181
- "name": "Obi07TargetCancel",
12534
+ "name": "Obi07TargetAssociatedCameraRadar",
12182
12535
  "declaration": {
12183
- "name": "Obi07TargetCancel",
12184
- "module": "src/icons/icon-07-target-cancel.ts"
12536
+ "name": "Obi07TargetAssociatedCameraRadar",
12537
+ "module": "src/icons/icon-07-target-associated-camera-radar.ts"
12185
12538
  }
12186
12539
  },
12187
12540
  {
12188
12541
  "kind": "custom-element-definition",
12189
- "name": "obi-07-target-cancel",
12542
+ "name": "obi-07-target-associated-camera-radar",
12190
12543
  "declaration": {
12191
- "name": "Obi07TargetCancel",
12192
- "module": "src/icons/icon-07-target-cancel.ts"
12544
+ "name": "Obi07TargetAssociatedCameraRadar",
12545
+ "module": "src/icons/icon-07-target-associated-camera-radar.ts"
12193
12546
  }
12194
12547
  }
12195
12548
  ]
12196
12549
  },
12197
12550
  {
12198
12551
  "kind": "javascript-module",
12199
- "path": "src/icons/icon-07-target-ias-selected.ts",
12552
+ "path": "src/icons/icon-07-target-associated-radar-camera.ts",
12200
12553
  "declarations": [
12201
12554
  {
12202
12555
  "kind": "class",
12203
12556
  "description": "",
12204
- "name": "Obi07TargetIasSelected",
12557
+ "name": "Obi07TargetAssociatedRadarCamera",
12205
12558
  "members": [
12206
12559
  {
12207
12560
  "kind": "field",
@@ -12216,13 +12569,13 @@
12216
12569
  "kind": "field",
12217
12570
  "name": "icon",
12218
12571
  "privacy": "private",
12219
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" fill=\"currentColor\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9426 18.1224L6.50019 11.68L17.2318 7.05166L12.9426 18.1224ZM12.1865 14.5379L9.99812 12.3495L13.6435 10.7773L12.1865 14.5379Z\" fill=\"currentColor\"/>\n</svg>\n`"
12572
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z\" fill=\"currentColor\"/>\n</svg>\n`"
12220
12573
  },
12221
12574
  {
12222
12575
  "kind": "field",
12223
12576
  "name": "iconCss",
12224
12577
  "privacy": "private",
12225
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9426 18.1224L6.50019 11.68L17.2318 7.05166L12.9426 18.1224ZM12.1865 14.5379L9.99812 12.3495L13.6435 10.7773L12.1865 14.5379Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12578
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z\" fill=\"currentColor\"/>\n</svg>\n`"
12226
12579
  }
12227
12580
  ],
12228
12581
  "attributes": [
@@ -12239,37 +12592,37 @@
12239
12592
  "name": "LitElement",
12240
12593
  "package": "lit"
12241
12594
  },
12242
- "tagName": "obi-07-target-ias-selected",
12595
+ "tagName": "obi-07-target-associated-radar-camera",
12243
12596
  "customElement": true
12244
12597
  }
12245
12598
  ],
12246
12599
  "exports": [
12247
12600
  {
12248
12601
  "kind": "js",
12249
- "name": "Obi07TargetIasSelected",
12602
+ "name": "Obi07TargetAssociatedRadarCamera",
12250
12603
  "declaration": {
12251
- "name": "Obi07TargetIasSelected",
12252
- "module": "src/icons/icon-07-target-ias-selected.ts"
12604
+ "name": "Obi07TargetAssociatedRadarCamera",
12605
+ "module": "src/icons/icon-07-target-associated-radar-camera.ts"
12253
12606
  }
12254
12607
  },
12255
12608
  {
12256
12609
  "kind": "custom-element-definition",
12257
- "name": "obi-07-target-ias-selected",
12610
+ "name": "obi-07-target-associated-radar-camera",
12258
12611
  "declaration": {
12259
- "name": "Obi07TargetIasSelected",
12260
- "module": "src/icons/icon-07-target-ias-selected.ts"
12612
+ "name": "Obi07TargetAssociatedRadarCamera",
12613
+ "module": "src/icons/icon-07-target-associated-radar-camera.ts"
12261
12614
  }
12262
12615
  }
12263
12616
  ]
12264
12617
  },
12265
12618
  {
12266
12619
  "kind": "javascript-module",
12267
- "path": "src/icons/icon-07-target-ias.ts",
12620
+ "path": "src/icons/icon-07-target-camera.ts",
12268
12621
  "declarations": [
12269
12622
  {
12270
12623
  "kind": "class",
12271
12624
  "description": "",
12272
- "name": "Obi07TargetIas",
12625
+ "name": "Obi07TargetCamera",
12273
12626
  "members": [
12274
12627
  {
12275
12628
  "kind": "field",
@@ -12284,13 +12637,13 @@
12284
12637
  "kind": "field",
12285
12638
  "name": "icon",
12286
12639
  "privacy": "private",
12287
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20330_314304)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.49995 11.1421L13.3631 23.0053L21.2615 2.6194L1.49995 11.1421ZM6.74684 12.1464L12.229 17.6286L15.879 8.20787L6.74684 12.1464Z\" fill=\"currentColor\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20330_314304\">\n<rect width=\"24\" height=\"24\" fill=\"currentColor\"/>\n</clipPath>\n</defs>\n</svg>\n`"
12640
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z\" fill=\"currentColor\"/>\n</svg>\n`"
12288
12641
  },
12289
12642
  {
12290
12643
  "kind": "field",
12291
12644
  "name": "iconCss",
12292
12645
  "privacy": "private",
12293
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_20330_314304)\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.49995 11.1421L13.3631 23.0053L21.2615 2.6194L1.49995 11.1421ZM6.74684 12.1464L12.229 17.6286L15.879 8.20787L6.74684 12.1464Z\" style=\"fill: var(--element-active-color)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_20330_314304\">\n<rect width=\"24\" height=\"24\" fill=\"none\"/>\n</clipPath>\n</defs>\n</svg>\n`"
12646
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12294
12647
  }
12295
12648
  ],
12296
12649
  "attributes": [
@@ -12307,37 +12660,37 @@
12307
12660
  "name": "LitElement",
12308
12661
  "package": "lit"
12309
12662
  },
12310
- "tagName": "obi-07-target-ias",
12663
+ "tagName": "obi-07-target-camera",
12311
12664
  "customElement": true
12312
12665
  }
12313
12666
  ],
12314
12667
  "exports": [
12315
12668
  {
12316
12669
  "kind": "js",
12317
- "name": "Obi07TargetIas",
12670
+ "name": "Obi07TargetCamera",
12318
12671
  "declaration": {
12319
- "name": "Obi07TargetIas",
12320
- "module": "src/icons/icon-07-target-ias.ts"
12672
+ "name": "Obi07TargetCamera",
12673
+ "module": "src/icons/icon-07-target-camera.ts"
12321
12674
  }
12322
12675
  },
12323
12676
  {
12324
12677
  "kind": "custom-element-definition",
12325
- "name": "obi-07-target-ias",
12678
+ "name": "obi-07-target-camera",
12326
12679
  "declaration": {
12327
- "name": "Obi07TargetIas",
12328
- "module": "src/icons/icon-07-target-ias.ts"
12680
+ "name": "Obi07TargetCamera",
12681
+ "module": "src/icons/icon-07-target-camera.ts"
12329
12682
  }
12330
12683
  }
12331
12684
  ]
12332
12685
  },
12333
12686
  {
12334
12687
  "kind": "javascript-module",
12335
- "path": "src/icons/icon-07-target-radar-selected.ts",
12688
+ "path": "src/icons/icon-07-target-cancel-all.ts",
12336
12689
  "declarations": [
12337
12690
  {
12338
12691
  "kind": "class",
12339
12692
  "description": "",
12340
- "name": "Obi07TargetRadarSelected",
12693
+ "name": "Obi07TargetCancelAll",
12341
12694
  "members": [
12342
12695
  {
12343
12696
  "kind": "field",
@@ -12352,13 +12705,13 @@
12352
12705
  "kind": "field",
12353
12706
  "name": "icon",
12354
12707
  "privacy": "private",
12355
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" fill=\"currentColor\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5ZM12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 10.9375 16.1318 9.96099 15.516 9.19116L12.3536 12.3536C12.1583 12.5488 11.8417 12.5488 11.6464 12.3536C11.4512 12.1583 11.4512 11.8417 11.6464 11.6464L14.8088 8.48405C14.039 7.86824 13.0625 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" fill=\"currentColor\"/>\n</svg>\n`"
12708
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.66667V4.22222C2 3 3 2 4.22222 2H8.66667V4.22222H4.22222V8.66667H2Z\" fill=\"currentColor\"/>\n<path d=\"M2 15.3334H4.22222V19.7779H8.66667V22.0001H4.22222C3 22.0001 2 21.0001 2 19.7779V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 19.7779H15.3333V22.0001H19.7778C21 22.0001 22 21.0001 22 19.7779V15.3334H19.7778V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 2H19.7778C21 2 22 3 22 4.22222V8.66667H19.7778V4.22222H15.3333V2Z\" fill=\"currentColor\"/>\n<path d=\"M17.7782 12.7073L16.2427 14.2427L17.7782 15.7782L17.0711 16.4854L15.5356 14.9498L14 16.4854L13.2929 15.7783L14.8285 14.2427L13.2929 12.7072L14 12.0001L15.5356 13.5356L17.0711 12.0001L17.7782 12.7073Z\" fill=\"currentColor\"/>\n<path d=\"M9.2427 9.24274L10.7782 7.70725L10.0711 7.00015L8.5356 8.53563L7.00004 7.00007L6.29293 7.70718L7.82849 9.24274L6.29291 10.7783L7.00001 11.4854L8.5356 9.94984L10.0711 11.4854L10.7782 10.7782L9.2427 9.24274Z\" fill=\"currentColor\"/>\n</svg>\n`"
12356
12709
  },
12357
12710
  {
12358
12711
  "kind": "field",
12359
12712
  "name": "iconCss",
12360
12713
  "privacy": "private",
12361
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5ZM12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5 10.9375 16.1318 9.96099 15.516 9.19116L12.3536 12.3536C12.1583 12.5488 11.8417 12.5488 11.6464 12.3536C11.4512 12.1583 11.4512 11.8417 11.6464 11.6464L14.8088 8.48405C14.039 7.86824 13.0625 7.5 12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12714
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 8.66667V4.22222C2 3 3 2 4.22222 2H8.66667V4.22222H4.22222V8.66667H2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M2 15.3334H4.22222V19.7779H8.66667V22.0001H4.22222C3 22.0001 2 21.0001 2 19.7779V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 19.7779H15.3333V22.0001H19.7778C21 22.0001 22 21.0001 22 19.7779V15.3334H19.7778V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 2H19.7778C21 2 22 3 22 4.22222V8.66667H19.7778V4.22222H15.3333V2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M17.7782 12.7073L16.2427 14.2427L17.7782 15.7782L17.0711 16.4854L15.5356 14.9498L14 16.4854L13.2929 15.7783L14.8285 14.2427L13.2929 12.7072L14 12.0001L15.5356 13.5356L17.0711 12.0001L17.7782 12.7073Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M9.2427 9.24274L10.7782 7.70725L10.0711 7.00015L8.5356 8.53563L7.00004 7.00007L6.29293 7.70718L7.82849 9.24274L6.29291 10.7783L7.00001 11.4854L8.5356 9.94984L10.0711 11.4854L10.7782 10.7782L9.2427 9.24274Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12362
12715
  }
12363
12716
  ],
12364
12717
  "attributes": [
@@ -12375,37 +12728,37 @@
12375
12728
  "name": "LitElement",
12376
12729
  "package": "lit"
12377
12730
  },
12378
- "tagName": "obi-07-target-radar-selected",
12731
+ "tagName": "obi-07-target-cancel-all",
12379
12732
  "customElement": true
12380
12733
  }
12381
12734
  ],
12382
12735
  "exports": [
12383
12736
  {
12384
12737
  "kind": "js",
12385
- "name": "Obi07TargetRadarSelected",
12738
+ "name": "Obi07TargetCancelAll",
12386
12739
  "declaration": {
12387
- "name": "Obi07TargetRadarSelected",
12388
- "module": "src/icons/icon-07-target-radar-selected.ts"
12740
+ "name": "Obi07TargetCancelAll",
12741
+ "module": "src/icons/icon-07-target-cancel-all.ts"
12389
12742
  }
12390
12743
  },
12391
12744
  {
12392
12745
  "kind": "custom-element-definition",
12393
- "name": "obi-07-target-radar-selected",
12746
+ "name": "obi-07-target-cancel-all",
12394
12747
  "declaration": {
12395
- "name": "Obi07TargetRadarSelected",
12396
- "module": "src/icons/icon-07-target-radar-selected.ts"
12748
+ "name": "Obi07TargetCancelAll",
12749
+ "module": "src/icons/icon-07-target-cancel-all.ts"
12397
12750
  }
12398
12751
  }
12399
12752
  ]
12400
12753
  },
12401
12754
  {
12402
12755
  "kind": "javascript-module",
12403
- "path": "src/icons/icon-07-target-radar.ts",
12756
+ "path": "src/icons/icon-07-target-cancel.ts",
12404
12757
  "declarations": [
12405
12758
  {
12406
12759
  "kind": "class",
12407
12760
  "description": "",
12408
- "name": "Obi07TargetRadar",
12761
+ "name": "Obi07TargetCancel",
12409
12762
  "members": [
12410
12763
  {
12411
12764
  "kind": "field",
@@ -12420,13 +12773,13 @@
12420
12773
  "kind": "field",
12421
12774
  "name": "icon",
12422
12775
  "privacy": "private",
12423
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C13.8728 5 15.5738 5.73546 16.83 6.93332L11.3822 11.2137C10.9479 11.5549 10.8725 12.1836 11.2137 12.6179C11.5549 13.0521 12.1836 13.1276 12.6179 12.7864L18.0666 8.50525C18.6603 9.53367 19 10.7272 19 12Z\" fill=\"currentColor\"/>\n</svg>\n`"
12776
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" fill=\"currentColor\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" fill=\"currentColor\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" fill=\"currentColor\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" fill=\"currentColor\"/>\n<path d=\"M16.7914 6L18 7.20857L13.2086 12L18 16.7914L16.7914 18L12 13.2086L7.20857 18L6 16.7914L10.7914 12L6 7.20857L7.20857 6L12 10.7914L16.7914 6Z\" fill=\"currentColor\"/>\n</svg>\n`"
12424
12777
  },
12425
12778
  {
12426
12779
  "kind": "field",
12427
12780
  "name": "iconCss",
12428
12781
  "privacy": "private",
12429
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C13.8728 5 15.5738 5.73546 16.83 6.93332L11.3822 11.2137C10.9479 11.5549 10.8725 12.1836 11.2137 12.6179C11.5549 13.0521 12.1836 13.1276 12.6179 12.7864L18.0666 8.50525C18.6603 9.53367 19 10.7272 19 12Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12782
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M2 4.22222V8.66667H4.22222V4.22222H8.66667V2H4.22222C3 2 2 3 2 4.22222Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M4.22222 15.3334H2V19.7779C2 21.0001 3 22.0001 4.22222 22.0001H8.66667V19.7779H4.22222V15.3334Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15.3333 19.7779H19.7778V15.3334H22V19.7779C22 21.0001 21 22.0001 19.7778 22.0001H15.3333V19.7779Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19.7778 2H15.3333V4.22222H19.7778V8.66667H22V4.22222C22 3 21 2 19.7778 2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M16.7914 6L18 7.20857L13.2086 12L18 16.7914L16.7914 18L12 13.2086L7.20857 18L6 16.7914L10.7914 12L6 7.20857L7.20857 6L12 10.7914L16.7914 6Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
12430
12783
  }
12431
12784
  ],
12432
12785
  "attributes": [
@@ -12443,25 +12796,25 @@
12443
12796
  "name": "LitElement",
12444
12797
  "package": "lit"
12445
12798
  },
12446
- "tagName": "obi-07-target-radar",
12799
+ "tagName": "obi-07-target-cancel",
12447
12800
  "customElement": true
12448
12801
  }
12449
12802
  ],
12450
12803
  "exports": [
12451
12804
  {
12452
12805
  "kind": "js",
12453
- "name": "Obi07TargetRadar",
12806
+ "name": "Obi07TargetCancel",
12454
12807
  "declaration": {
12455
- "name": "Obi07TargetRadar",
12456
- "module": "src/icons/icon-07-target-radar.ts"
12808
+ "name": "Obi07TargetCancel",
12809
+ "module": "src/icons/icon-07-target-cancel.ts"
12457
12810
  }
12458
12811
  },
12459
12812
  {
12460
12813
  "kind": "custom-element-definition",
12461
- "name": "obi-07-target-radar",
12814
+ "name": "obi-07-target-cancel",
12462
12815
  "declaration": {
12463
- "name": "Obi07TargetRadar",
12464
- "module": "src/icons/icon-07-target-radar.ts"
12816
+ "name": "Obi07TargetCancel",
12817
+ "module": "src/icons/icon-07-target-cancel.ts"
12465
12818
  }
12466
12819
  }
12467
12820
  ]
@@ -13854,7 +14207,7 @@
13854
14207
  "kind": "field",
13855
14208
  "name": "iconCss",
13856
14209
  "privacy": "private",
13857
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" style=\"fill: var(--automation-device-primary-color)\" stroke=\"black\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18893_326435\">\n<rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/>\n</clipPath>\n</defs>\n</svg>\n`"
14210
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" style=\"fill: var(--automation-device-primary-color)\" style=\"stroke: var(--automation-device-tertiary-color)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18893_326435\">\n<rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/>\n</clipPath>\n</defs>\n</svg>\n`"
13858
14211
  }
13859
14212
  ],
13860
14213
  "attributes": [
@@ -13922,7 +14275,7 @@
13922
14275
  "kind": "field",
13923
14276
  "name": "iconCss",
13924
14277
  "privacy": "private",
13925
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" stroke=\"#808080\"/>\n</svg>\n`"
14278
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
13926
14279
  }
13927
14280
  ],
13928
14281
  "attributes": [
@@ -15962,7 +16315,7 @@
15962
16315
  "kind": "field",
15963
16316
  "name": "iconCss",
15964
16317
  "privacy": "private",
15965
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" style=\"fill: var(--automation-device-primary-color)\" stroke=\"black\"/>\n</svg>\n`"
16318
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" style=\"fill: var(--automation-device-primary-color)\" style=\"stroke: var(--automation-device-tertiary-color)\"/>\n</svg>\n`"
15966
16319
  }
15967
16320
  ],
15968
16321
  "attributes": [
@@ -16030,7 +16383,7 @@
16030
16383
  "kind": "field",
16031
16384
  "name": "iconCss",
16032
16385
  "privacy": "private",
16033
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" stroke=\"#808080\"/>\n</svg>\n`"
16386
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
16034
16387
  }
16035
16388
  ],
16036
16389
  "attributes": [
@@ -17118,7 +17471,7 @@
17118
17471
  "kind": "field",
17119
17472
  "name": "iconCss",
17120
17473
  "privacy": "private",
17121
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" stroke=\"#808080\"/>\n</svg>\n`"
17474
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
17122
17475
  }
17123
17476
  ],
17124
17477
  "attributes": [
@@ -19838,7 +20191,7 @@
19838
20191
  "kind": "field",
19839
20192
  "name": "iconCss",
19840
20193
  "privacy": "private",
19841
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" stroke=\"#808080\"/>\n</svg>\n`"
20194
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
19842
20195
  }
19843
20196
  ],
19844
20197
  "attributes": [
@@ -19906,7 +20259,7 @@
19906
20259
  "kind": "field",
19907
20260
  "name": "iconCss",
19908
20261
  "privacy": "private",
19909
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\" stroke=\"#808080\"/>\n</svg>\n`"
20262
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`"
19910
20263
  }
19911
20264
  ],
19912
20265
  "attributes": [
@@ -22218,7 +22571,7 @@
22218
22571
  "kind": "field",
22219
22572
  "name": "iconCss",
22220
22573
  "privacy": "private",
22221
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" stroke=\"#1A1A1A\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" stroke=\"#1A1A1A\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" stroke=\"#1A1A1A\"/>\n</svg>\n`"
22574
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"stroke: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"stroke: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"stroke: var(--element-active-color)\"/>\n</svg>\n`"
22222
22575
  }
22223
22576
  ],
22224
22577
  "attributes": [
@@ -26978,7 +27331,7 @@
26978
27331
  "kind": "field",
26979
27332
  "name": "iconCss",
26980
27333
  "privacy": "private",
26981
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\" stroke=\"black\" stroke-opacity=\"0.05\"/>\n</svg>\n`"
27334
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\" style=\"stroke: var(--indent-enabled-border-color)\" />\n</svg>\n`"
26982
27335
  }
26983
27336
  ],
26984
27337
  "attributes": [
@@ -27018,6 +27371,74 @@
27018
27371
  }
27019
27372
  ]
27020
27373
  },
27374
+ {
27375
+ "kind": "javascript-module",
27376
+ "path": "src/icons/icon-14-alertheader-aggregated-large.ts",
27377
+ "declarations": [
27378
+ {
27379
+ "kind": "class",
27380
+ "description": "",
27381
+ "name": "Obi14AlertheaderAggregatedLarge",
27382
+ "members": [
27383
+ {
27384
+ "kind": "field",
27385
+ "name": "useCssColor",
27386
+ "type": {
27387
+ "text": "boolean"
27388
+ },
27389
+ "default": "false",
27390
+ "attribute": "use-css-color"
27391
+ },
27392
+ {
27393
+ "kind": "field",
27394
+ "name": "icon",
27395
+ "privacy": "private",
27396
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z\" fill=\"currentColor\"/>\n</svg>\n`"
27397
+ },
27398
+ {
27399
+ "kind": "field",
27400
+ "name": "iconCss",
27401
+ "privacy": "private",
27402
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M13 6H11V11H6V13H11V18H13V13H18V11H13V6Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
27403
+ }
27404
+ ],
27405
+ "attributes": [
27406
+ {
27407
+ "name": "use-css-color",
27408
+ "type": {
27409
+ "text": "boolean"
27410
+ },
27411
+ "default": "false",
27412
+ "fieldName": "useCssColor"
27413
+ }
27414
+ ],
27415
+ "superclass": {
27416
+ "name": "LitElement",
27417
+ "package": "lit"
27418
+ },
27419
+ "tagName": "obi-14-alertheader-aggregated-large",
27420
+ "customElement": true
27421
+ }
27422
+ ],
27423
+ "exports": [
27424
+ {
27425
+ "kind": "js",
27426
+ "name": "Obi14AlertheaderAggregatedLarge",
27427
+ "declaration": {
27428
+ "name": "Obi14AlertheaderAggregatedLarge",
27429
+ "module": "src/icons/icon-14-alertheader-aggregated-large.ts"
27430
+ }
27431
+ },
27432
+ {
27433
+ "kind": "custom-element-definition",
27434
+ "name": "obi-14-alertheader-aggregated-large",
27435
+ "declaration": {
27436
+ "name": "Obi14AlertheaderAggregatedLarge",
27437
+ "module": "src/icons/icon-14-alertheader-aggregated-large.ts"
27438
+ }
27439
+ }
27440
+ ]
27441
+ },
27021
27442
  {
27022
27443
  "kind": "javascript-module",
27023
27444
  "path": "src/icons/icon-14-alertheader-aggregated.ts",
@@ -27086,6 +27507,74 @@
27086
27507
  }
27087
27508
  ]
27088
27509
  },
27510
+ {
27511
+ "kind": "javascript-module",
27512
+ "path": "src/icons/icon-14-alertheader-group-large.ts",
27513
+ "declarations": [
27514
+ {
27515
+ "kind": "class",
27516
+ "description": "",
27517
+ "name": "Obi14AlertheaderGroupLarge",
27518
+ "members": [
27519
+ {
27520
+ "kind": "field",
27521
+ "name": "useCssColor",
27522
+ "type": {
27523
+ "text": "boolean"
27524
+ },
27525
+ "default": "false",
27526
+ "attribute": "use-css-color"
27527
+ },
27528
+ {
27529
+ "kind": "field",
27530
+ "name": "icon",
27531
+ "privacy": "private",
27532
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z\" fill=\"currentColor\"/>\n<path d=\"M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z\" fill=\"currentColor\"/>\n</svg>\n`"
27533
+ },
27534
+ {
27535
+ "kind": "field",
27536
+ "name": "iconCss",
27537
+ "privacy": "private",
27538
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7 3H9V7H13V9H9V13H7V9H3V7H7V3Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M15 11H17V15H21V17H17V21H15V17H11V15H15V11Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
27539
+ }
27540
+ ],
27541
+ "attributes": [
27542
+ {
27543
+ "name": "use-css-color",
27544
+ "type": {
27545
+ "text": "boolean"
27546
+ },
27547
+ "default": "false",
27548
+ "fieldName": "useCssColor"
27549
+ }
27550
+ ],
27551
+ "superclass": {
27552
+ "name": "LitElement",
27553
+ "package": "lit"
27554
+ },
27555
+ "tagName": "obi-14-alertheader-group-large",
27556
+ "customElement": true
27557
+ }
27558
+ ],
27559
+ "exports": [
27560
+ {
27561
+ "kind": "js",
27562
+ "name": "Obi14AlertheaderGroupLarge",
27563
+ "declaration": {
27564
+ "name": "Obi14AlertheaderGroupLarge",
27565
+ "module": "src/icons/icon-14-alertheader-group-large.ts"
27566
+ }
27567
+ },
27568
+ {
27569
+ "kind": "custom-element-definition",
27570
+ "name": "obi-14-alertheader-group-large",
27571
+ "declaration": {
27572
+ "name": "Obi14AlertheaderGroupLarge",
27573
+ "module": "src/icons/icon-14-alertheader-group-large.ts"
27574
+ }
27575
+ }
27576
+ ]
27577
+ },
27089
27578
  {
27090
27579
  "kind": "javascript-module",
27091
27580
  "path": "src/icons/icon-14-alertheader-group.ts",
@@ -27652,13 +28141,13 @@
27652
28141
  "kind": "field",
27653
28142
  "name": "icon",
27654
28143
  "privacy": "private",
27655
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14H15V2H10V14Z\" fill=\"currentColor\"/>\n<path d=\"M10 22H15V17H10V22Z\" fill=\"currentColor\"/>\n</svg>\n`"
28144
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14H14V4H10V14Z\" fill=\"currentColor\"/>\n<path d=\"M10 21H14V17H10V21Z\" fill=\"currentColor\"/>\n</svg>\n`"
27656
28145
  },
27657
28146
  {
27658
28147
  "kind": "field",
27659
28148
  "name": "iconCss",
27660
28149
  "privacy": "private",
27661
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14H15V2H10V14Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M10 22H15V17H10V22Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
28150
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10 14H14V4H10V14Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M10 21H14V17H10V21Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
27662
28151
  }
27663
28152
  ],
27664
28153
  "attributes": [
@@ -28066,7 +28555,7 @@
28066
28555
  "kind": "field",
28067
28556
  "name": "iconCss",
28068
28557
  "privacy": "private",
28069
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 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)\" />\n<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\"/>\n</svg>\n`"
28558
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 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)\" />\n<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)\" />\n</svg>\n`"
28070
28559
  }
28071
28560
  ],
28072
28561
  "attributes": [
@@ -33098,7 +33587,7 @@
33098
33587
  "kind": "field",
33099
33588
  "name": "iconCss",
33100
33589
  "privacy": "private",
33101
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" fill=\"none\"/>\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" stroke=\"black\"/>\n<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\"/>\n<path d=\"M12 14L12 8\" stroke=\"black\"/>\n<path d=\"M10 10L14 10\" stroke=\"black\"/>\n</svg>\n`"
33590
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" fill=\"none\"/>\n<rect x=\"6.5\" y=\"6.5\" width=\"11\" height=\"11\" rx=\"5.5\" stroke=\"currentColor\"/>\n<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\"/>\n<path d=\"M12 14L12 8\" stroke=\"currentColor\"/>\n<path d=\"M10 10L14 10\" stroke=\"currentColor\"/>\n</svg>\n`"
33102
33591
  }
33103
33592
  ],
33104
33593
  "attributes": [
@@ -33370,7 +33859,7 @@
33370
33859
  "kind": "field",
33371
33860
  "name": "iconCss",
33372
33861
  "privacy": "private",
33373
- "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M4 8.68629L8.68629 4H15.3137L20 8.68629V15.3137L15.3137 20H8.68629L4 15.3137V8.68629Z\" stroke=\"#1A1A1A\" stroke-width=\"2\"/>\n</svg>\n`"
33862
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n`"
33374
33863
  }
33375
33864
  ],
33376
33865
  "attributes": [
@@ -36878,6 +37367,414 @@
36878
37367
  }
36879
37368
  ]
36880
37369
  },
37370
+ {
37371
+ "kind": "javascript-module",
37372
+ "path": "src/icons/icon-iec-02-ais-target-activated-selected.ts",
37373
+ "declarations": [
37374
+ {
37375
+ "kind": "class",
37376
+ "description": "",
37377
+ "name": "ObiIEC02AisTargetActivatedSelected",
37378
+ "members": [
37379
+ {
37380
+ "kind": "field",
37381
+ "name": "useCssColor",
37382
+ "type": {
37383
+ "text": "boolean"
37384
+ },
37385
+ "default": "false",
37386
+ "attribute": "use-css-color"
37387
+ },
37388
+ {
37389
+ "kind": "field",
37390
+ "name": "icon",
37391
+ "privacy": "private",
37392
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.40948 20L12 4.02709L17.5905 20H6.40948Z\" stroke=\"black\" stroke-width=\"2\"/>\n</svg>\n`"
37393
+ },
37394
+ {
37395
+ "kind": "field",
37396
+ "name": "iconCss",
37397
+ "privacy": "private",
37398
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6.40948 20L12 4.02709L17.5905 20H6.40948Z\" stroke=\"currentColor\" stroke-width=\"2\"/>\n</svg>\n`"
37399
+ }
37400
+ ],
37401
+ "attributes": [
37402
+ {
37403
+ "name": "use-css-color",
37404
+ "type": {
37405
+ "text": "boolean"
37406
+ },
37407
+ "default": "false",
37408
+ "fieldName": "useCssColor"
37409
+ }
37410
+ ],
37411
+ "superclass": {
37412
+ "name": "LitElement",
37413
+ "package": "lit"
37414
+ },
37415
+ "tagName": "obi-iec-02-ais-target-activated-selected",
37416
+ "customElement": true
37417
+ }
37418
+ ],
37419
+ "exports": [
37420
+ {
37421
+ "kind": "js",
37422
+ "name": "ObiIEC02AisTargetActivatedSelected",
37423
+ "declaration": {
37424
+ "name": "ObiIEC02AisTargetActivatedSelected",
37425
+ "module": "src/icons/icon-iec-02-ais-target-activated-selected.ts"
37426
+ }
37427
+ },
37428
+ {
37429
+ "kind": "custom-element-definition",
37430
+ "name": "obi-iec-02-ais-target-activated-selected",
37431
+ "declaration": {
37432
+ "name": "ObiIEC02AisTargetActivatedSelected",
37433
+ "module": "src/icons/icon-iec-02-ais-target-activated-selected.ts"
37434
+ }
37435
+ }
37436
+ ]
37437
+ },
37438
+ {
37439
+ "kind": "javascript-module",
37440
+ "path": "src/icons/icon-iec-02-ais-target-activated.ts",
37441
+ "declarations": [
37442
+ {
37443
+ "kind": "class",
37444
+ "description": "",
37445
+ "name": "ObiIEC02AisTargetActivated",
37446
+ "members": [
37447
+ {
37448
+ "kind": "field",
37449
+ "name": "useCssColor",
37450
+ "type": {
37451
+ "text": "boolean"
37452
+ },
37453
+ "default": "false",
37454
+ "attribute": "use-css-color"
37455
+ },
37456
+ {
37457
+ "kind": "field",
37458
+ "name": "icon",
37459
+ "privacy": "private",
37460
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z\" fill=\"currentColor\"/>\n</svg>\n`"
37461
+ },
37462
+ {
37463
+ "kind": "field",
37464
+ "name": "iconCss",
37465
+ "privacy": "private",
37466
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1L5 21H19L12 1ZM12 7.05418L7.81896 19H16.181L12 7.05418Z\" fill=\"currentColor\"/>\n</svg>\n`"
37467
+ }
37468
+ ],
37469
+ "attributes": [
37470
+ {
37471
+ "name": "use-css-color",
37472
+ "type": {
37473
+ "text": "boolean"
37474
+ },
37475
+ "default": "false",
37476
+ "fieldName": "useCssColor"
37477
+ }
37478
+ ],
37479
+ "superclass": {
37480
+ "name": "LitElement",
37481
+ "package": "lit"
37482
+ },
37483
+ "tagName": "obi-iec-02-ais-target-activated",
37484
+ "customElement": true
37485
+ }
37486
+ ],
37487
+ "exports": [
37488
+ {
37489
+ "kind": "js",
37490
+ "name": "ObiIEC02AisTargetActivated",
37491
+ "declaration": {
37492
+ "name": "ObiIEC02AisTargetActivated",
37493
+ "module": "src/icons/icon-iec-02-ais-target-activated.ts"
37494
+ }
37495
+ },
37496
+ {
37497
+ "kind": "custom-element-definition",
37498
+ "name": "obi-iec-02-ais-target-activated",
37499
+ "declaration": {
37500
+ "name": "ObiIEC02AisTargetActivated",
37501
+ "module": "src/icons/icon-iec-02-ais-target-activated.ts"
37502
+ }
37503
+ }
37504
+ ]
37505
+ },
37506
+ {
37507
+ "kind": "javascript-module",
37508
+ "path": "src/icons/icon-iec-02-associated-target-ais.ts",
37509
+ "declarations": [
37510
+ {
37511
+ "kind": "class",
37512
+ "description": "",
37513
+ "name": "ObiIEC02AssociatedTargetAis",
37514
+ "members": [
37515
+ {
37516
+ "kind": "field",
37517
+ "name": "useCssColor",
37518
+ "type": {
37519
+ "text": "boolean"
37520
+ },
37521
+ "default": "false",
37522
+ "attribute": "use-css-color"
37523
+ },
37524
+ {
37525
+ "kind": "field",
37526
+ "name": "icon",
37527
+ "privacy": "private",
37528
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n`"
37529
+ },
37530
+ {
37531
+ "kind": "field",
37532
+ "name": "iconCss",
37533
+ "privacy": "private",
37534
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"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\"/>\n</svg>\n`"
37535
+ }
37536
+ ],
37537
+ "attributes": [
37538
+ {
37539
+ "name": "use-css-color",
37540
+ "type": {
37541
+ "text": "boolean"
37542
+ },
37543
+ "default": "false",
37544
+ "fieldName": "useCssColor"
37545
+ }
37546
+ ],
37547
+ "superclass": {
37548
+ "name": "LitElement",
37549
+ "package": "lit"
37550
+ },
37551
+ "tagName": "obi-iec-02-associated-target-ais",
37552
+ "customElement": true
37553
+ }
37554
+ ],
37555
+ "exports": [
37556
+ {
37557
+ "kind": "js",
37558
+ "name": "ObiIEC02AssociatedTargetAis",
37559
+ "declaration": {
37560
+ "name": "ObiIEC02AssociatedTargetAis",
37561
+ "module": "src/icons/icon-iec-02-associated-target-ais.ts"
37562
+ }
37563
+ },
37564
+ {
37565
+ "kind": "custom-element-definition",
37566
+ "name": "obi-iec-02-associated-target-ais",
37567
+ "declaration": {
37568
+ "name": "ObiIEC02AssociatedTargetAis",
37569
+ "module": "src/icons/icon-iec-02-associated-target-ais.ts"
37570
+ }
37571
+ }
37572
+ ]
37573
+ },
37574
+ {
37575
+ "kind": "javascript-module",
37576
+ "path": "src/icons/icon-iec-02-associated-target-radar.ts",
37577
+ "declarations": [
37578
+ {
37579
+ "kind": "class",
37580
+ "description": "",
37581
+ "name": "ObiIEC02AssociatedTargetRadar",
37582
+ "members": [
37583
+ {
37584
+ "kind": "field",
37585
+ "name": "useCssColor",
37586
+ "type": {
37587
+ "text": "boolean"
37588
+ },
37589
+ "default": "false",
37590
+ "attribute": "use-css-color"
37591
+ },
37592
+ {
37593
+ "kind": "field",
37594
+ "name": "icon",
37595
+ "privacy": "private",
37596
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n`"
37597
+ },
37598
+ {
37599
+ "kind": "field",
37600
+ "name": "iconCss",
37601
+ "privacy": "private",
37602
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"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)\"/>\n</svg>\n`"
37603
+ }
37604
+ ],
37605
+ "attributes": [
37606
+ {
37607
+ "name": "use-css-color",
37608
+ "type": {
37609
+ "text": "boolean"
37610
+ },
37611
+ "default": "false",
37612
+ "fieldName": "useCssColor"
37613
+ }
37614
+ ],
37615
+ "superclass": {
37616
+ "name": "LitElement",
37617
+ "package": "lit"
37618
+ },
37619
+ "tagName": "obi-iec-02-associated-target-radar",
37620
+ "customElement": true
37621
+ }
37622
+ ],
37623
+ "exports": [
37624
+ {
37625
+ "kind": "js",
37626
+ "name": "ObiIEC02AssociatedTargetRadar",
37627
+ "declaration": {
37628
+ "name": "ObiIEC02AssociatedTargetRadar",
37629
+ "module": "src/icons/icon-iec-02-associated-target-radar.ts"
37630
+ }
37631
+ },
37632
+ {
37633
+ "kind": "custom-element-definition",
37634
+ "name": "obi-iec-02-associated-target-radar",
37635
+ "declaration": {
37636
+ "name": "ObiIEC02AssociatedTargetRadar",
37637
+ "module": "src/icons/icon-iec-02-associated-target-radar.ts"
37638
+ }
37639
+ }
37640
+ ]
37641
+ },
37642
+ {
37643
+ "kind": "javascript-module",
37644
+ "path": "src/icons/icon-iec-02-radar-target-tracked-selected.ts",
37645
+ "declarations": [
37646
+ {
37647
+ "kind": "class",
37648
+ "description": "",
37649
+ "name": "ObiIEC02RadarTargetTrackedSelected",
37650
+ "members": [
37651
+ {
37652
+ "kind": "field",
37653
+ "name": "useCssColor",
37654
+ "type": {
37655
+ "text": "boolean"
37656
+ },
37657
+ "default": "false",
37658
+ "attribute": "use-css-color"
37659
+ },
37660
+ {
37661
+ "kind": "field",
37662
+ "name": "icon",
37663
+ "privacy": "private",
37664
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n<path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" fill=\"currentColor\"/>\n<path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" fill=\"currentColor\"/>\n<path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" fill=\"currentColor\"/>\n<path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" fill=\"currentColor\"/>\n</svg>\n`"
37665
+ },
37666
+ {
37667
+ "kind": "field",
37668
+ "name": "iconCss",
37669
+ "privacy": "private",
37670
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 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)\"/>\n<path d=\"M2 5V2H5V0H1C0.447715 0 0 0.447716 0 1V5H2Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M2 19H0V23C0 23.5523 0.447716 24 1 24H5V22H2V19Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M19 22V24H23C23.5523 24 24 23.5523 24 23V19H22V22H19Z\" style=\"fill: var(--element-active-color)\"/>\n<path d=\"M22 5H24V1C24 0.447715 23.5523 0 23 0H19V2H22V5Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`"
37671
+ }
37672
+ ],
37673
+ "attributes": [
37674
+ {
37675
+ "name": "use-css-color",
37676
+ "type": {
37677
+ "text": "boolean"
37678
+ },
37679
+ "default": "false",
37680
+ "fieldName": "useCssColor"
37681
+ }
37682
+ ],
37683
+ "superclass": {
37684
+ "name": "LitElement",
37685
+ "package": "lit"
37686
+ },
37687
+ "tagName": "obi-iec-02-radar-target-tracked-selected",
37688
+ "customElement": true
37689
+ }
37690
+ ],
37691
+ "exports": [
37692
+ {
37693
+ "kind": "js",
37694
+ "name": "ObiIEC02RadarTargetTrackedSelected",
37695
+ "declaration": {
37696
+ "name": "ObiIEC02RadarTargetTrackedSelected",
37697
+ "module": "src/icons/icon-iec-02-radar-target-tracked-selected.ts"
37698
+ }
37699
+ },
37700
+ {
37701
+ "kind": "custom-element-definition",
37702
+ "name": "obi-iec-02-radar-target-tracked-selected",
37703
+ "declaration": {
37704
+ "name": "ObiIEC02RadarTargetTrackedSelected",
37705
+ "module": "src/icons/icon-iec-02-radar-target-tracked-selected.ts"
37706
+ }
37707
+ }
37708
+ ]
37709
+ },
37710
+ {
37711
+ "kind": "javascript-module",
37712
+ "path": "src/icons/icon-iec-02-radar-target-tracked.ts",
37713
+ "declarations": [
37714
+ {
37715
+ "kind": "class",
37716
+ "description": "",
37717
+ "name": "ObiIEC02RadarTargetTracked",
37718
+ "members": [
37719
+ {
37720
+ "kind": "field",
37721
+ "name": "useCssColor",
37722
+ "type": {
37723
+ "text": "boolean"
37724
+ },
37725
+ "default": "false",
37726
+ "attribute": "use-css-color"
37727
+ },
37728
+ {
37729
+ "kind": "field",
37730
+ "name": "icon",
37731
+ "privacy": "private",
37732
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<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\"/>\n</svg>\n`"
37733
+ },
37734
+ {
37735
+ "kind": "field",
37736
+ "name": "iconCss",
37737
+ "privacy": "private",
37738
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 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)\"/>\n</svg>\n`"
37739
+ }
37740
+ ],
37741
+ "attributes": [
37742
+ {
37743
+ "name": "use-css-color",
37744
+ "type": {
37745
+ "text": "boolean"
37746
+ },
37747
+ "default": "false",
37748
+ "fieldName": "useCssColor"
37749
+ }
37750
+ ],
37751
+ "superclass": {
37752
+ "name": "LitElement",
37753
+ "package": "lit"
37754
+ },
37755
+ "tagName": "obi-iec-02-radar-target-tracked",
37756
+ "customElement": true
37757
+ }
37758
+ ],
37759
+ "exports": [
37760
+ {
37761
+ "kind": "js",
37762
+ "name": "ObiIEC02RadarTargetTracked",
37763
+ "declaration": {
37764
+ "name": "ObiIEC02RadarTargetTracked",
37765
+ "module": "src/icons/icon-iec-02-radar-target-tracked.ts"
37766
+ }
37767
+ },
37768
+ {
37769
+ "kind": "custom-element-definition",
37770
+ "name": "obi-iec-02-radar-target-tracked",
37771
+ "declaration": {
37772
+ "name": "ObiIEC02RadarTargetTracked",
37773
+ "module": "src/icons/icon-iec-02-radar-target-tracked.ts"
37774
+ }
37775
+ }
37776
+ ]
37777
+ },
36881
37778
  {
36882
37779
  "kind": "javascript-module",
36883
37780
  "path": "src/icons/icon-temp.ts",
@@ -36962,7 +37859,7 @@
36962
37859
  "type": {
36963
37860
  "text": "string[]"
36964
37861
  },
36965
- "default": "[\n '01-add',\n '01-application-open',\n '01-apps',\n '01-check',\n '01-checkbox-checked',\n '01-checkbox-uncheck',\n '01-close',\n '01-delete',\n '01-edit',\n '01-expanditem',\n '01-file-download',\n '01-file-export',\n '01-file-upload',\n '01-log-add',\n '01-log-edit',\n '01-log-open',\n '01-megamenu',\n '01-menu',\n '01-mixed',\n '01-more',\n '01-more-vertical',\n '01-note-edit',\n '01-off',\n '01-on',\n '01-open-full',\n '01-placeholder',\n '01-placeholder-device-off',\n '01-placeholder-device-on',\n '01-placeholder-device-static',\n '01-play',\n '01-print',\n '01-redo',\n '01-remove',\n '01-reorder',\n '01-save',\n '01-search',\n '01-sort',\n '01-standby',\n '01-stop',\n '01-text',\n '01-undo',\n '01-visibility',\n '01-visibility-off',\n '01-widget-add',\n '02-arrow-back',\n '02-arrow-down',\n '02-arrow-drop-down',\n '02-arrow-flyout',\n '02-arrow-forward',\n '02-arrow-up',\n '02-chevron-double-down',\n '02-chevron-double-left',\n '02-chevron-double-right',\n '02-chevron-double-up',\n '02-chevron-down',\n '02-chevron-left',\n '02-chevron-right',\n '02-chevron-up',\n '02-collapse-content',\n '02-drop-down',\n '02-expand-content',\n '02-page-first',\n '02-page-last',\n '02-resize-bottom',\n '02-resize-corner',\n '02-resize-top',\n '02-resize_center',\n '02-set-point',\n '02-slide-left',\n '02-slide-right',\n '02-unfold-less',\n '02-unfold-more',\n '03-configure',\n '03-diagnostic',\n '03-filter',\n '03-info',\n '03-monitoring',\n '03-pin-checked',\n '03-pin-unchecked',\n '03-printscreen',\n '03-settings',\n '03-settings-default',\n '03-settings-default-alt1',\n '03-settings-default-alt2',\n '03-split-left',\n '03-split-right',\n '03-star-checked',\n '03-star-unchecked',\n '03-support',\n '03-table',\n '03-volume-high',\n '03-volume-low',\n '03-volume-off',\n '04-brilliance-high',\n '04-brilliance-low',\n '04-colorcalibrated',\n '04-day',\n '04-day-bright',\n '04-daynight',\n '04-dimming',\n '04-dusk',\n '04-illumination-high',\n '04-illumination-low',\n '04-night',\n '05-fullscreen',\n '05-fullscreen-exit',\n '05-input-keyboard',\n '05-input-keyboard_onscreen',\n '05-input-mouse',\n '05-input-touchpad_mouse',\n '05-pc',\n '05-people',\n '05-screen-desk',\n '05-screen-full',\n '05-screen-pad',\n '05-screen-quad',\n '05-screen-split-left',\n '05-screen-split-right',\n '05-server',\n '05-user',\n '06-Date',\n '06-calendar',\n '06-cam',\n '06-cctv',\n '06-com',\n '06-conning',\n '06-dashboard',\n '06-dashboard-outline',\n '06-ecdis',\n '06-ecdis-simple',\n '06-home',\n '06-ias',\n '06-lantern',\n '06-link',\n '06-link-remove',\n '06-logo-company',\n '06-logo-oicl',\n '06-openbridge',\n '06-radar',\n '06-screens',\n '06-ship',\n '06-time',\n '06-wipers',\n '07-Chart',\n '07-ais',\n '07-anchorwatch',\n '07-catzoc',\n '07-centre-off',\n '07-centre-on',\n '07-chart-info',\n '07-chart-search',\n '07-chart-settings',\n '07-chart-styles',\n '07-coordinate',\n '07-ebl',\n '07-erbl',\n '07-event-record',\n '07-grid-off',\n '07-grid-on',\n '07-headingline-off',\n '07-layers',\n '07-location-1',\n '07-location-2',\n '07-location-3',\n '07-measure',\n '07-radar-overlay',\n '07-range',\n '07-rangerings',\n '07-relativemotion',\n '07-relativemotion-variant',\n '07-report-info',\n '07-route-planning',\n '07-silence',\n '07-smode',\n '07-target-cancel',\n '07-target-cancel-all',\n '07-target-ias',\n '07-target-ias-selected',\n '07-target-radar',\n '07-target-radar-selected',\n '07-target-select',\n '07-track',\n '07-track-no',\n '07-track-off-port',\n '07-track-off-strb',\n '07-track-on',\n '07-track-route',\n '07-truemotion',\n '07-truemotion-reset',\n '07-truemotion-variant',\n '07-up-course',\n '07-up-head',\n '07-up-north',\n '07-voyages',\n '07-vrm',\n '07-waypoint-add',\n '07-waypoint-delete',\n '07-waypoint-edit',\n '08-ACDC-converter',\n '08-DCDC-converter',\n '08-IO',\n '08-Logger',\n '08-PLS',\n '08-PLS-component',\n '08-auto',\n '08-backward',\n '08-backward-fast',\n '08-backward-stopped',\n '08-battery-0',\n '08-battery-25',\n '08-battery-50',\n '08-battery-75',\n '08-battery-charging',\n '08-battery-pack-0',\n '08-battery-pack-100',\n '08-battery-pack-25',\n '08-battery-pack-50',\n '08-battery-pack-70',\n '08-battery-pack-charging',\n '08-battery_full',\n '08-bilge',\n '08-blower-off-vertical',\n '08-blower-on-vertical',\n '08-blower-static-vertical',\n '08-connector-cross',\n '08-cooling',\n '08-duty',\n '08-engine',\n '08-epms',\n '08-ethernet-switch',\n '08-fan-off',\n '08-fan-on',\n '08-fan-static',\n '08-filter',\n '08-fire',\n '08-forward',\n '08-forward-fast',\n '08-forward-stopped',\n '08-generator',\n '08-heat',\n '08-heat_pump_balance',\n '08-heatexhanger',\n '08-heatpump',\n '08-hvac',\n '08-hydraulic-separator',\n '08-local',\n '08-local-only',\n '08-manuel',\n '08-manuel-only',\n '08-misc',\n '08-motor-off-horisontal',\n '08-motor-off-vertical',\n '08-motor-on-horisontal',\n '08-motor-on-vertical',\n '08-motor-static-horisontal',\n '08-motor-static-vertical',\n '08-off',\n '08-on',\n '08-pump-off-horisontal',\n '08-pump-off-vertical',\n '08-pump-on-horisontal',\n '08-pump-on-vertical',\n '08-pump-static-horisontal',\n '08-pump-static-vertical',\n '08-router',\n '08-simulation',\n '08-standby',\n '08-system',\n '08-tank',\n '08-temp-cold',\n '08-temp-hot',\n '08-temp-hotcold',\n '08-trend',\n '08-wiper',\n '08-wiper-fluid',\n '09-connector-3way',\n '09-connector-corner',\n '09-connector-straight',\n '09-damper-horizontal-off',\n '09-damper-horizontal-off-large',\n '09-damper-horizontal-on',\n '09-damper-horizontal-on-large',\n '09-pipe-3way',\n '09-pipe-corner',\n '09-pipe-cross',\n '09-pipe-direction',\n '09-pipe-end',\n '09-pipe-straight',\n '09-switch-horizontal-off',\n '09-switch-horizontal-off-large',\n '09-switch-horizontal-on',\n '09-switch-horizontal-on-large',\n '09-threeway-analog-left-0',\n '09-threeway-analog-left-100',\n '09-threeway-analog-left-25',\n '09-threeway-analog-left-50',\n '09-threeway-analog-left-75',\n '09-threeway-analog-right-0',\n '09-threeway-analog-right-100',\n '09-threeway-analog-right-25',\n '09-threeway-analog-right-50',\n '09-threeway-analog-right-75',\n '09-threeway-analog-top-0',\n '09-threeway-analog-top-100',\n '09-threeway-analog-top-25',\n '09-threeway-analog-top-50',\n '09-threeway-analog-top-75',\n '09-threeway-digital-closed',\n '09-threeway-digital-closed-left',\n '09-threeway-digital-closed-right',\n '09-threeway-digital-closed-top',\n '09-threeway-digital-open',\n '09-threeway-digital-static',\n '09-twoway-analog-closed',\n '09-twoway-analog-open',\n '09-twoway-analog-open-25',\n '09-twoway-analog-open-5',\n '09-twoway-analog-open-50',\n '09-twoway-analog-open-75',\n '09-twoway-digital-closed',\n '09-twoway-digital-nonreturn',\n '09-twoway-digital-open',\n '09-twoway-digital-static',\n '10-autonomous',\n '10-autopilot',\n '10-autotrack',\n '10-joystick',\n '10-keeping-area',\n '10-keeping-station',\n '10-keeping-track',\n '10-monotoring-route',\n '10-move',\n '10-propulsion',\n '10-propulsion-static',\n '10-rotate',\n '10-rudder',\n '10-thruster-azimuth',\n '10-thruster-mainengine',\n '10-thruster-tunnel',\n '11-current-1',\n '11-current-2',\n '11-current-3',\n '11-current-4',\n '11-wind-1',\n '11-wind-10',\n '11-wind-11',\n '11-wind-12',\n '11-wind-13',\n '11-wind-2',\n '11-wind-3',\n '11-wind-4',\n '11-wind-5',\n '11-wind-6',\n '11-wind-7',\n '11-wind-8',\n '11-wind-9',\n '12-altitute',\n '12-cog',\n '12-depth',\n '12-hdg',\n '12-heave',\n '12-pitch',\n '12-roll',\n '12-rot',\n '12-sog',\n '12-stw',\n '12-turn',\n '12-yaw',\n '13-Latched',\n '13-camera-off',\n '13-camera-on',\n '13-camera-tilt',\n '13-coffee',\n '13-container',\n '13-crane',\n '13-winch',\n '14-Alarm-outline',\n '14-Caution-outline',\n '14-Warning-outline',\n '14-alarm',\n '14-alarm-abandon',\n '14-alarm-acknowledged',\n '14-alarm-badge',\n '14-alarm-emergency',\n '14-alarm-fire',\n '14-alarm-general',\n '14-alarm-noack',\n '14-alarm-pob',\n '14-alarm-rectified',\n '14-alarm-silenced',\n '14-alarm-transferred',\n '14-alarm-trigger',\n '14-alarm-unack',\n '14-alert-list',\n '14-alert-off',\n '14-alert-rectified',\n '14-alertheader-aggregated',\n '14-alertheader-group',\n '14-alerts',\n '14-audio',\n '14-audio-low',\n '14-caution',\n '14-caution-badge',\n '14-caution-color',\n '14-exclamationmark',\n '14-message',\n '14-message-none',\n '14-mute',\n '14-notification',\n '14-notification-empty',\n '14-rectified',\n '14-running',\n '14-running-color',\n '14-signal-fail',\n '14-warning',\n '14-warning-acknowledged',\n '14-warning-badge',\n '14-warning-noack',\n '14-warning-rectified',\n '14-warning-silenced',\n '14-warning-transferred',\n '14-warning-unacknowledged',\n '15-Forward10S',\n '15-Fullscreen',\n '15-Galleryview',\n '15-Mic',\n '15-Radio',\n '15-Singleview',\n '15-backwards10S',\n '15-call',\n '15-call-active',\n '15-call-end',\n '15-contacts',\n '15-history',\n '15-live',\n '15-loop',\n '15-mic-muted',\n '15-pa',\n '15-pa-list',\n '15-pause',\n '15-pause-circle',\n '15-play',\n '15-play-circle',\n '15-rank-1',\n '15-rank-2',\n '15-rank-3',\n '15-rank-4',\n '15-rank-5',\n '15-rank-6',\n '15-record',\n '15-skip-next',\n '15-skip-next-filled',\n '15-skip-previous',\n '15-skip-previous-filled',\n '16-command-available',\n '16-command-in',\n '16-command-no',\n '16-command-partial',\n '16-command-request',\n '16-command-shared',\n '16-command-take',\n '16-lock',\n '17-Swimming',\n '17-diver',\n '17-kayaking',\n '17-kitesurfing',\n '17-rowing',\n '17-ship-bulkcarrier',\n '17-ship-carferry',\n '17-ship-container',\n '17-ship-fishing',\n '17-ship-highspeed',\n '17-ship-navy',\n '17-ship-offshore',\n '17-ship-passenger',\n '17-ship-sailboat',\n '17-ship-sailship',\n '17-ship-tanker',\n '17-ship-tugboat',\n '17-ship-yacht',\n '17-surfing',\n '18-ais-Notcommand',\n '18-ais-aground',\n '18-ais-anchor',\n '18-ais-anchored',\n '18-ais-fishing',\n '18-ais-moored',\n '18-ais-notunderway',\n '18-ais-underwaysailing',\n '18-ais-underwayusingengine',\n '19-analytics',\n '19-current',\n '19-hide',\n '19-limits-attention',\n '19-limits-improving',\n '19-limits-inside',\n '19-limits-outside-over',\n '19-limits-outside-under',\n '19-pilot-onboard',\n '19-speed',\n '19-speed-good',\n '19-speed-high',\n '19-speed-low',\n '19-swell',\n '19-temperature',\n '19-time-less',\n '19-time-more',\n '19-trend-down',\n '19-trend-up',\n '19-trophy',\n '19-view',\n '19-wave',\n '19-weather',\n '20-USB',\n '20-cell-bad',\n '20-cell-full',\n '20-cell-low',\n '20-cell-medium',\n '20-cell-off',\n '20-satellite-full',\n '20-satellite-low',\n '20-satellite-medium',\n '20-satellite-off',\n '20-sensor-gps-bad',\n '20-sensor-gps-full',\n '20-sensor-gps-low',\n '20-sensor-gps-medium',\n '20-sensor-gyro',\n '20-sensor-wind',\n '20-wifi-bad',\n '20-wifi-off',\n '20-wifi-wifi_statusbar_0',\n '20-wifi-wifi_statusbar_1',\n '20-wifi-wifi_statusbar_2',\n '20-wifi-wifi_statusbar_3',\n '20-wifi-wifi_statusbar_4',\n '20-wifi2',\n '20-wifi2-off',\n 'Frame2622',\n 'temp',\n]"
37862
+ "default": "[\n '01-add',\n '01-application-open',\n '01-apps',\n '01-check',\n '01-checkbox-checked',\n '01-checkbox-uncheck',\n '01-close',\n '01-content-copy',\n '01-content-cut',\n '01-content-paste',\n '01-delete',\n '01-edit',\n '01-expanditem',\n '01-file-download',\n '01-file-export',\n '01-file-upload',\n '01-log-add',\n '01-log-edit',\n '01-log-open',\n '01-megamenu',\n '01-menu',\n '01-mixed',\n '01-more',\n '01-more-vertical',\n '01-note-edit',\n '01-off',\n '01-on',\n '01-open-full',\n '01-placeholder',\n '01-placeholder-device-off',\n '01-placeholder-device-on',\n '01-placeholder-device-static',\n '01-play',\n '01-print',\n '01-redo',\n '01-remove',\n '01-reorder',\n '01-save',\n '01-search',\n '01-sort',\n '01-standby',\n '01-stop',\n '01-text',\n '01-undo',\n '01-visibility',\n '01-visibility-off',\n '01-widget-add',\n '02-arrow-back',\n '02-arrow-down',\n '02-arrow-drop-down',\n '02-arrow-flyout',\n '02-arrow-forward',\n '02-arrow-up',\n '02-chevron-double-down',\n '02-chevron-double-left',\n '02-chevron-double-right',\n '02-chevron-double-up',\n '02-chevron-down',\n '02-chevron-left',\n '02-chevron-right',\n '02-chevron-up',\n '02-collapse-content',\n '02-dock-bottom',\n '02-dock-left',\n '02-dock-right',\n '02-drop-down',\n '02-expand-content',\n '02-page-first',\n '02-page-last',\n '02-resize-bottom',\n '02-resize-corner',\n '02-resize-top',\n '02-resize_center',\n '02-set-point',\n '02-slide-left',\n '02-slide-right',\n '02-unfold-less',\n '02-unfold-more',\n '03-configure',\n '03-diagnostic',\n '03-filter',\n '03-info',\n '03-license',\n '03-monitoring',\n '03-pin-checked',\n '03-pin-unchecked',\n '03-printscreen',\n '03-settings',\n '03-settings-default',\n '03-settings-default-alt1',\n '03-settings-default-alt2',\n '03-split-left',\n '03-split-right',\n '03-star-checked',\n '03-star-unchecked',\n '03-support',\n '03-table',\n '03-volume-high',\n '03-volume-low',\n '03-volume-off',\n '04-brilliance-high',\n '04-brilliance-low',\n '04-colorcalibrated',\n '04-day',\n '04-day-bright',\n '04-daynight',\n '04-dimming',\n '04-dusk',\n '04-illumination-high',\n '04-illumination-low',\n '04-night',\n '05-fullscreen',\n '05-fullscreen-exit',\n '05-input-keyboard',\n '05-input-keyboard_onscreen',\n '05-input-mouse',\n '05-input-touchpad_mouse',\n '05-pc',\n '05-people',\n '05-screen-desk',\n '05-screen-full',\n '05-screen-pad',\n '05-screen-quad',\n '05-screen-split-left',\n '05-screen-split-right',\n '05-server',\n '05-user',\n '06-Date',\n '06-calendar',\n '06-cam',\n '06-cctv',\n '06-com',\n '06-conning',\n '06-dashboard',\n '06-dashboard-outline',\n '06-ecdis',\n '06-ecdis-simple',\n '06-home',\n '06-ias',\n '06-lantern',\n '06-link',\n '06-link-remove',\n '06-logo-company',\n '06-logo-oicl',\n '06-openbridge',\n '06-radar',\n '06-screens',\n '06-ship',\n '06-time',\n '06-wipers',\n '07-Chart',\n '07-ais',\n '07-anchorwatch',\n '07-catzoc',\n '07-centre-off',\n '07-centre-on',\n '07-chart-info',\n '07-chart-search',\n '07-chart-settings',\n '07-chart-styles',\n '07-coordinate',\n '07-ebl',\n '07-erbl',\n '07-event-record',\n '07-grid-off',\n '07-grid-on',\n '07-headingline-off',\n '07-layers',\n '07-location-1',\n '07-location-2',\n '07-location-3',\n '07-measure',\n '07-radar-overlay',\n '07-range',\n '07-rangerings',\n '07-relativemotion',\n '07-relativemotion-variant',\n '07-report-info',\n '07-route-planning',\n '07-silence',\n '07-smode',\n '07-target-associated-ais-camera',\n '07-target-associated-camera-radar',\n '07-target-associated-radar-camera',\n '07-target-camera',\n '07-target-cancel',\n '07-target-cancel-all',\n '07-target-select',\n '07-track',\n '07-track-no',\n '07-track-off-port',\n '07-track-off-strb',\n '07-track-on',\n '07-track-route',\n '07-truemotion',\n '07-truemotion-reset',\n '07-truemotion-variant',\n '07-up-course',\n '07-up-head',\n '07-up-north',\n '07-voyages',\n '07-vrm',\n '07-waypoint-add',\n '07-waypoint-delete',\n '07-waypoint-edit',\n '08-ACDC-converter',\n '08-DCDC-converter',\n '08-IO',\n '08-Logger',\n '08-PLS',\n '08-PLS-component',\n '08-auto',\n '08-backward',\n '08-backward-fast',\n '08-backward-stopped',\n '08-battery-0',\n '08-battery-25',\n '08-battery-50',\n '08-battery-75',\n '08-battery-charging',\n '08-battery-pack-0',\n '08-battery-pack-100',\n '08-battery-pack-25',\n '08-battery-pack-50',\n '08-battery-pack-70',\n '08-battery-pack-charging',\n '08-battery_full',\n '08-bilge',\n '08-blower-off-vertical',\n '08-blower-on-vertical',\n '08-blower-static-vertical',\n '08-connector-cross',\n '08-cooling',\n '08-duty',\n '08-engine',\n '08-epms',\n '08-ethernet-switch',\n '08-fan-off',\n '08-fan-on',\n '08-fan-static',\n '08-filter',\n '08-fire',\n '08-forward',\n '08-forward-fast',\n '08-forward-stopped',\n '08-generator',\n '08-heat',\n '08-heat_pump_balance',\n '08-heatexhanger',\n '08-heatpump',\n '08-hvac',\n '08-hydraulic-separator',\n '08-local',\n '08-local-only',\n '08-manuel',\n '08-manuel-only',\n '08-misc',\n '08-motor-off-horisontal',\n '08-motor-off-vertical',\n '08-motor-on-horisontal',\n '08-motor-on-vertical',\n '08-motor-static-horisontal',\n '08-motor-static-vertical',\n '08-off',\n '08-on',\n '08-pump-off-horisontal',\n '08-pump-off-vertical',\n '08-pump-on-horisontal',\n '08-pump-on-vertical',\n '08-pump-static-horisontal',\n '08-pump-static-vertical',\n '08-router',\n '08-simulation',\n '08-standby',\n '08-system',\n '08-tank',\n '08-temp-cold',\n '08-temp-hot',\n '08-temp-hotcold',\n '08-trend',\n '08-wiper',\n '08-wiper-fluid',\n '09-connector-3way',\n '09-connector-corner',\n '09-connector-straight',\n '09-damper-horizontal-off',\n '09-damper-horizontal-off-large',\n '09-damper-horizontal-on',\n '09-damper-horizontal-on-large',\n '09-pipe-3way',\n '09-pipe-corner',\n '09-pipe-cross',\n '09-pipe-direction',\n '09-pipe-end',\n '09-pipe-straight',\n '09-switch-horizontal-off',\n '09-switch-horizontal-off-large',\n '09-switch-horizontal-on',\n '09-switch-horizontal-on-large',\n '09-threeway-analog-left-0',\n '09-threeway-analog-left-100',\n '09-threeway-analog-left-25',\n '09-threeway-analog-left-50',\n '09-threeway-analog-left-75',\n '09-threeway-analog-right-0',\n '09-threeway-analog-right-100',\n '09-threeway-analog-right-25',\n '09-threeway-analog-right-50',\n '09-threeway-analog-right-75',\n '09-threeway-analog-top-0',\n '09-threeway-analog-top-100',\n '09-threeway-analog-top-25',\n '09-threeway-analog-top-50',\n '09-threeway-analog-top-75',\n '09-threeway-digital-closed',\n '09-threeway-digital-closed-left',\n '09-threeway-digital-closed-right',\n '09-threeway-digital-closed-top',\n '09-threeway-digital-open',\n '09-threeway-digital-static',\n '09-twoway-analog-closed',\n '09-twoway-analog-open',\n '09-twoway-analog-open-25',\n '09-twoway-analog-open-5',\n '09-twoway-analog-open-50',\n '09-twoway-analog-open-75',\n '09-twoway-digital-closed',\n '09-twoway-digital-nonreturn',\n '09-twoway-digital-open',\n '09-twoway-digital-static',\n '10-autonomous',\n '10-autopilot',\n '10-autotrack',\n '10-joystick',\n '10-keeping-area',\n '10-keeping-station',\n '10-keeping-track',\n '10-monotoring-route',\n '10-move',\n '10-propulsion',\n '10-propulsion-static',\n '10-rotate',\n '10-rudder',\n '10-thruster-azimuth',\n '10-thruster-mainengine',\n '10-thruster-tunnel',\n '11-current-1',\n '11-current-2',\n '11-current-3',\n '11-current-4',\n '11-wind-1',\n '11-wind-10',\n '11-wind-11',\n '11-wind-12',\n '11-wind-13',\n '11-wind-2',\n '11-wind-3',\n '11-wind-4',\n '11-wind-5',\n '11-wind-6',\n '11-wind-7',\n '11-wind-8',\n '11-wind-9',\n '12-altitute',\n '12-cog',\n '12-depth',\n '12-hdg',\n '12-heave',\n '12-pitch',\n '12-roll',\n '12-rot',\n '12-sog',\n '12-stw',\n '12-turn',\n '12-yaw',\n '13-Latched',\n '13-camera-off',\n '13-camera-on',\n '13-camera-tilt',\n '13-coffee',\n '13-container',\n '13-crane',\n '13-winch',\n '14-Alarm-outline',\n '14-Caution-outline',\n '14-Warning-outline',\n '14-alarm',\n '14-alarm-abandon',\n '14-alarm-acknowledged',\n '14-alarm-badge',\n '14-alarm-emergency',\n '14-alarm-fire',\n '14-alarm-general',\n '14-alarm-noack',\n '14-alarm-pob',\n '14-alarm-rectified',\n '14-alarm-silenced',\n '14-alarm-transferred',\n '14-alarm-trigger',\n '14-alarm-unack',\n '14-alert-list',\n '14-alert-off',\n '14-alert-rectified',\n '14-alertheader-aggregated',\n '14-alertheader-aggregated-large',\n '14-alertheader-group',\n '14-alertheader-group-large',\n '14-alerts',\n '14-audio',\n '14-audio-low',\n '14-caution',\n '14-caution-badge',\n '14-caution-color',\n '14-exclamationmark',\n '14-message',\n '14-message-none',\n '14-mute',\n '14-notification',\n '14-notification-empty',\n '14-rectified',\n '14-running',\n '14-running-color',\n '14-signal-fail',\n '14-warning',\n '14-warning-acknowledged',\n '14-warning-badge',\n '14-warning-noack',\n '14-warning-rectified',\n '14-warning-silenced',\n '14-warning-transferred',\n '14-warning-unacknowledged',\n '15-Forward10S',\n '15-Fullscreen',\n '15-Galleryview',\n '15-Mic',\n '15-Radio',\n '15-Singleview',\n '15-backwards10S',\n '15-call',\n '15-call-active',\n '15-call-end',\n '15-contacts',\n '15-history',\n '15-live',\n '15-loop',\n '15-mic-muted',\n '15-pa',\n '15-pa-list',\n '15-pause',\n '15-pause-circle',\n '15-play',\n '15-play-circle',\n '15-rank-1',\n '15-rank-2',\n '15-rank-3',\n '15-rank-4',\n '15-rank-5',\n '15-rank-6',\n '15-record',\n '15-skip-next',\n '15-skip-next-filled',\n '15-skip-previous',\n '15-skip-previous-filled',\n '16-command-available',\n '16-command-in',\n '16-command-no',\n '16-command-partial',\n '16-command-request',\n '16-command-shared',\n '16-command-take',\n '16-lock',\n '17-Swimming',\n '17-diver',\n '17-kayaking',\n '17-kitesurfing',\n '17-rowing',\n '17-ship-bulkcarrier',\n '17-ship-carferry',\n '17-ship-container',\n '17-ship-fishing',\n '17-ship-highspeed',\n '17-ship-navy',\n '17-ship-offshore',\n '17-ship-passenger',\n '17-ship-sailboat',\n '17-ship-sailship',\n '17-ship-tanker',\n '17-ship-tugboat',\n '17-ship-yacht',\n '17-surfing',\n '18-ais-Notcommand',\n '18-ais-aground',\n '18-ais-anchor',\n '18-ais-anchored',\n '18-ais-fishing',\n '18-ais-moored',\n '18-ais-notunderway',\n '18-ais-underwaysailing',\n '18-ais-underwayusingengine',\n '19-analytics',\n '19-current',\n '19-hide',\n '19-limits-attention',\n '19-limits-improving',\n '19-limits-inside',\n '19-limits-outside-over',\n '19-limits-outside-under',\n '19-pilot-onboard',\n '19-speed',\n '19-speed-good',\n '19-speed-high',\n '19-speed-low',\n '19-swell',\n '19-temperature',\n '19-time-less',\n '19-time-more',\n '19-trend-down',\n '19-trend-up',\n '19-trophy',\n '19-view',\n '19-wave',\n '19-weather',\n '20-USB',\n '20-cell-bad',\n '20-cell-full',\n '20-cell-low',\n '20-cell-medium',\n '20-cell-off',\n '20-satellite-full',\n '20-satellite-low',\n '20-satellite-medium',\n '20-satellite-off',\n '20-sensor-gps-bad',\n '20-sensor-gps-full',\n '20-sensor-gps-low',\n '20-sensor-gps-medium',\n '20-sensor-gyro',\n '20-sensor-wind',\n '20-wifi-bad',\n '20-wifi-off',\n '20-wifi-wifi_statusbar_0',\n '20-wifi-wifi_statusbar_1',\n '20-wifi-wifi_statusbar_2',\n '20-wifi-wifi_statusbar_3',\n '20-wifi-wifi_statusbar_4',\n '20-wifi2',\n '20-wifi2-off',\n 'Frame2622',\n 'IEC-02-ais-target-activated',\n 'IEC-02-ais-target-activated-selected',\n 'IEC-02-associated-target-ais',\n 'IEC-02-associated-target-radar',\n 'IEC-02-radar-target-tracked',\n 'IEC-02-radar-target-tracked-selected',\n 'temp',\n]"
36966
37863
  }
36967
37864
  ],
36968
37865
  "exports": [
@@ -36976,13 +37873,136 @@
36976
37873
  }
36977
37874
  ]
36978
37875
  },
37876
+ {
37877
+ "kind": "javascript-module",
37878
+ "path": "src/navigation-instruments/types.ts",
37879
+ "declarations": [],
37880
+ "exports": []
37881
+ },
37882
+ {
37883
+ "kind": "javascript-module",
37884
+ "path": "src/svghelpers/circle.ts",
37885
+ "declarations": [
37886
+ {
37887
+ "kind": "function",
37888
+ "name": "circle",
37889
+ "parameters": [
37890
+ {
37891
+ "name": "id",
37892
+ "type": {
37893
+ "text": "string"
37894
+ }
37895
+ },
37896
+ {
37897
+ "name": "data",
37898
+ "type": {
37899
+ "text": "{\n radius: number;\n strokeWidth: number;\n strokeColor: string;\n strokePosition: 'inside' | 'outside' | 'center';\n fillColor: string;\n }"
37900
+ }
37901
+ }
37902
+ ]
37903
+ },
37904
+ {
37905
+ "kind": "function",
37906
+ "name": "ringOutside",
37907
+ "parameters": [
37908
+ {
37909
+ "name": "id",
37910
+ "type": {
37911
+ "text": "string"
37912
+ }
37913
+ },
37914
+ {
37915
+ "name": "data",
37916
+ "type": {
37917
+ "text": "{radius: number; strokeWidth: number; strokeColor: string}"
37918
+ }
37919
+ }
37920
+ ]
37921
+ }
37922
+ ],
37923
+ "exports": [
37924
+ {
37925
+ "kind": "js",
37926
+ "name": "circle",
37927
+ "declaration": {
37928
+ "name": "circle",
37929
+ "module": "src/svghelpers/circle.ts"
37930
+ }
37931
+ },
37932
+ {
37933
+ "kind": "js",
37934
+ "name": "ringOutside",
37935
+ "declaration": {
37936
+ "name": "ringOutside",
37937
+ "module": "src/svghelpers/circle.ts"
37938
+ }
37939
+ }
37940
+ ]
37941
+ },
37942
+ {
37943
+ "kind": "javascript-module",
37944
+ "path": "src/svghelpers/index.ts",
37945
+ "declarations": [],
37946
+ "exports": [
37947
+ {
37948
+ "kind": "js",
37949
+ "name": "circle",
37950
+ "declaration": {
37951
+ "name": "circle",
37952
+ "module": "./circle"
37953
+ }
37954
+ },
37955
+ {
37956
+ "kind": "js",
37957
+ "name": "ringOutside",
37958
+ "declaration": {
37959
+ "name": "ringOutside",
37960
+ "module": "./circle"
37961
+ }
37962
+ }
37963
+ ]
37964
+ },
37965
+ {
37966
+ "kind": "javascript-module",
37967
+ "path": "src/svghelpers/rectangular.ts",
37968
+ "declarations": [
37969
+ {
37970
+ "kind": "function",
37971
+ "name": "rect",
37972
+ "parameters": [
37973
+ {
37974
+ "name": "id",
37975
+ "type": {
37976
+ "text": "string"
37977
+ }
37978
+ },
37979
+ {
37980
+ "name": "data",
37981
+ "type": {
37982
+ "text": "{\n width: number;\n height: number;\n strokeWidth: number;\n strokeColor: string;\n fillColor: string;\n borderRadius: number;\n strokePosition: 'inside' | 'outside';\n }"
37983
+ }
37984
+ }
37985
+ ]
37986
+ }
37987
+ ],
37988
+ "exports": [
37989
+ {
37990
+ "kind": "js",
37991
+ "name": "rect",
37992
+ "declaration": {
37993
+ "name": "rect",
37994
+ "module": "src/svghelpers/rectangular.ts"
37995
+ }
37996
+ }
37997
+ ]
37998
+ },
36979
37999
  {
36980
38000
  "kind": "javascript-module",
36981
38001
  "path": "src/components/alert-button/alert-button.ts",
36982
38002
  "declarations": [
36983
38003
  {
36984
38004
  "kind": "class",
36985
- "description": "Represents an alert button component.",
38005
+ "description": "Button used for alerts and notification",
36986
38006
  "name": "ObcAlertButton",
36987
38007
  "members": [
36988
38008
  {
@@ -36992,11 +38012,16 @@
36992
38012
  "text": "number"
36993
38013
  },
36994
38014
  "default": "0",
38015
+ "description": "Number of alerts.",
36995
38016
  "attribute": "n-alerts"
36996
38017
  },
36997
38018
  {
36998
38019
  "kind": "field",
36999
38020
  "name": "alertType",
38021
+ "type": {
38022
+ "text": "AlertType"
38023
+ },
38024
+ "description": "Type of alert.",
37000
38025
  "attribute": "alert-type"
37001
38026
  },
37002
38027
  {
@@ -37006,6 +38031,7 @@
37006
38031
  "text": "boolean"
37007
38032
  },
37008
38033
  "default": "false",
38034
+ "description": "If the button is standalone and not used together with an notification-message.",
37009
38035
  "attribute": "standalone"
37010
38036
  },
37011
38037
  {
@@ -37015,7 +38041,28 @@
37015
38041
  "text": "boolean"
37016
38042
  },
37017
38043
  "default": "false",
38044
+ "description": "If the button should display a counter.",
37018
38045
  "attribute": "counter"
38046
+ },
38047
+ {
38048
+ "kind": "field",
38049
+ "name": "blinkAlarmValue",
38050
+ "type": {
38051
+ "text": "boolean"
38052
+ },
38053
+ "default": "false",
38054
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38055
+ "attribute": "blink-alarm-value"
38056
+ },
38057
+ {
38058
+ "kind": "field",
38059
+ "name": "blinkWarningValue",
38060
+ "type": {
38061
+ "text": "boolean"
38062
+ },
38063
+ "default": "false",
38064
+ "description": "This value should alternate between true and false to make the icon blink.",
38065
+ "attribute": "blink-warning-value"
37019
38066
  }
37020
38067
  ],
37021
38068
  "events": [
@@ -37031,10 +38078,15 @@
37031
38078
  "text": "number"
37032
38079
  },
37033
38080
  "default": "0",
38081
+ "description": "Number of alerts.",
37034
38082
  "fieldName": "nAlerts"
37035
38083
  },
37036
38084
  {
37037
38085
  "name": "alert-type",
38086
+ "type": {
38087
+ "text": "AlertType"
38088
+ },
38089
+ "description": "Type of alert.",
37038
38090
  "fieldName": "alertType"
37039
38091
  },
37040
38092
  {
@@ -37043,6 +38095,7 @@
37043
38095
  "text": "boolean"
37044
38096
  },
37045
38097
  "default": "false",
38098
+ "description": "If the button is standalone and not used together with an notification-message.",
37046
38099
  "fieldName": "standalone"
37047
38100
  },
37048
38101
  {
@@ -37051,7 +38104,26 @@
37051
38104
  "text": "boolean"
37052
38105
  },
37053
38106
  "default": "false",
38107
+ "description": "If the button should display a counter.",
37054
38108
  "fieldName": "counter"
38109
+ },
38110
+ {
38111
+ "name": "blink-alarm-value",
38112
+ "type": {
38113
+ "text": "boolean"
38114
+ },
38115
+ "default": "false",
38116
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38117
+ "fieldName": "blinkAlarmValue"
38118
+ },
38119
+ {
38120
+ "name": "blink-warning-value",
38121
+ "type": {
38122
+ "text": "boolean"
38123
+ },
38124
+ "default": "false",
38125
+ "description": "This value should alternate between true and false to make the icon blink.",
38126
+ "fieldName": "blinkWarningValue"
37055
38127
  }
37056
38128
  ],
37057
38129
  "superclass": {
@@ -37081,6 +38153,168 @@
37081
38153
  }
37082
38154
  ]
37083
38155
  },
38156
+ {
38157
+ "kind": "javascript-module",
38158
+ "path": "src/components/alert-icon/alert-icon.ts",
38159
+ "declarations": [
38160
+ {
38161
+ "kind": "variable",
38162
+ "name": "AlertIconNames",
38163
+ "default": "Object.keys(mapping)"
38164
+ },
38165
+ {
38166
+ "kind": "class",
38167
+ "description": "Icon used for alerts and notification with blinking effect",
38168
+ "name": "ObcAlertIcon",
38169
+ "members": [
38170
+ {
38171
+ "kind": "field",
38172
+ "name": "blinkValue",
38173
+ "type": {
38174
+ "text": "boolean"
38175
+ },
38176
+ "default": "false",
38177
+ "description": "This value should alternate between true and false to make the icon blink.",
38178
+ "attribute": "blink-value"
38179
+ },
38180
+ {
38181
+ "kind": "field",
38182
+ "name": "name",
38183
+ "type": {
38184
+ "text": "AlertIconName"
38185
+ },
38186
+ "default": "'alarm-unack'",
38187
+ "description": "Name of the icon.",
38188
+ "attribute": "name"
38189
+ }
38190
+ ],
38191
+ "attributes": [
38192
+ {
38193
+ "name": "blink-value",
38194
+ "type": {
38195
+ "text": "boolean"
38196
+ },
38197
+ "default": "false",
38198
+ "description": "This value should alternate between true and false to make the icon blink.",
38199
+ "fieldName": "blinkValue"
38200
+ },
38201
+ {
38202
+ "name": "name",
38203
+ "type": {
38204
+ "text": "AlertIconName"
38205
+ },
38206
+ "default": "'alarm-unack'",
38207
+ "description": "Name of the icon.",
38208
+ "fieldName": "name"
38209
+ }
38210
+ ],
38211
+ "superclass": {
38212
+ "name": "LitElement",
38213
+ "package": "lit"
38214
+ },
38215
+ "tagName": "obc-alert-icon",
38216
+ "customElement": true
38217
+ }
38218
+ ],
38219
+ "exports": [
38220
+ {
38221
+ "kind": "js",
38222
+ "name": "AlertIconNames",
38223
+ "declaration": {
38224
+ "name": "AlertIconNames",
38225
+ "module": "src/components/alert-icon/alert-icon.ts"
38226
+ }
38227
+ },
38228
+ {
38229
+ "kind": "js",
38230
+ "name": "ObcAlertIcon",
38231
+ "declaration": {
38232
+ "name": "ObcAlertIcon",
38233
+ "module": "src/components/alert-icon/alert-icon.ts"
38234
+ }
38235
+ },
38236
+ {
38237
+ "kind": "custom-element-definition",
38238
+ "name": "obc-alert-icon",
38239
+ "declaration": {
38240
+ "name": "ObcAlertIcon",
38241
+ "module": "src/components/alert-icon/alert-icon.ts"
38242
+ }
38243
+ }
38244
+ ]
38245
+ },
38246
+ {
38247
+ "kind": "javascript-module",
38248
+ "path": "src/components/alert-menu/alert-menu.ts",
38249
+ "declarations": [
38250
+ {
38251
+ "kind": "class",
38252
+ "description": "",
38253
+ "name": "ObcAlertMenu",
38254
+ "members": [
38255
+ {
38256
+ "kind": "field",
38257
+ "name": "empty",
38258
+ "type": {
38259
+ "text": "boolean"
38260
+ },
38261
+ "default": "false",
38262
+ "attribute": "empty"
38263
+ }
38264
+ ],
38265
+ "events": [
38266
+ {
38267
+ "name": "ack-all-click",
38268
+ "type": {
38269
+ "text": "CustomEvent"
38270
+ },
38271
+ "description": "Fired when the ack button is clicked"
38272
+ },
38273
+ {
38274
+ "name": "alert-list-click",
38275
+ "type": {
38276
+ "text": "CustomEvent"
38277
+ },
38278
+ "description": "Fired when the alert list button is clicked"
38279
+ }
38280
+ ],
38281
+ "attributes": [
38282
+ {
38283
+ "name": "empty",
38284
+ "type": {
38285
+ "text": "boolean"
38286
+ },
38287
+ "default": "false",
38288
+ "fieldName": "empty"
38289
+ }
38290
+ ],
38291
+ "superclass": {
38292
+ "name": "LitElement",
38293
+ "package": "lit"
38294
+ },
38295
+ "tagName": "obc-alert-menu",
38296
+ "customElement": true
38297
+ }
38298
+ ],
38299
+ "exports": [
38300
+ {
38301
+ "kind": "js",
38302
+ "name": "ObcAlertMenu",
38303
+ "declaration": {
38304
+ "name": "ObcAlertMenu",
38305
+ "module": "src/components/alert-menu/alert-menu.ts"
38306
+ }
38307
+ },
38308
+ {
38309
+ "kind": "custom-element-definition",
38310
+ "name": "obc-alert-menu",
38311
+ "declaration": {
38312
+ "name": "ObcAlertMenu",
38313
+ "module": "src/components/alert-menu/alert-menu.ts"
38314
+ }
38315
+ }
38316
+ ]
38317
+ },
37084
38318
  {
37085
38319
  "kind": "javascript-module",
37086
38320
  "path": "src/components/alert-menu-item/alert-menu-item.ts",
@@ -37231,78 +38465,6 @@
37231
38465
  }
37232
38466
  ]
37233
38467
  },
37234
- {
37235
- "kind": "javascript-module",
37236
- "path": "src/components/alert-menu/alert-menu.ts",
37237
- "declarations": [
37238
- {
37239
- "kind": "class",
37240
- "description": "",
37241
- "name": "ObcAlertMenu",
37242
- "members": [
37243
- {
37244
- "kind": "field",
37245
- "name": "empty",
37246
- "type": {
37247
- "text": "boolean"
37248
- },
37249
- "default": "false",
37250
- "attribute": "empty"
37251
- }
37252
- ],
37253
- "events": [
37254
- {
37255
- "name": "ack-all-click",
37256
- "type": {
37257
- "text": "CustomEvent"
37258
- },
37259
- "description": "Fired when the ack button is clicked"
37260
- },
37261
- {
37262
- "name": "alert-list-click",
37263
- "type": {
37264
- "text": "CustomEvent"
37265
- },
37266
- "description": "Fired when the alert list button is clicked"
37267
- }
37268
- ],
37269
- "attributes": [
37270
- {
37271
- "name": "empty",
37272
- "type": {
37273
- "text": "boolean"
37274
- },
37275
- "default": "false",
37276
- "fieldName": "empty"
37277
- }
37278
- ],
37279
- "superclass": {
37280
- "name": "LitElement",
37281
- "package": "lit"
37282
- },
37283
- "tagName": "obc-alert-menu",
37284
- "customElement": true
37285
- }
37286
- ],
37287
- "exports": [
37288
- {
37289
- "kind": "js",
37290
- "name": "ObcAlertMenu",
37291
- "declaration": {
37292
- "name": "ObcAlertMenu",
37293
- "module": "src/components/alert-menu/alert-menu.ts"
37294
- }
37295
- },
37296
- {
37297
- "kind": "custom-element-definition",
37298
- "name": "obc-alert-menu",
37299
- "declaration": {
37300
- "name": "ObcAlertMenu",
37301
- "module": "src/components/alert-menu/alert-menu.ts"
37302
- }
37303
- }
37304
- ]
37305
- },
37306
38468
  {
37307
38469
  "kind": "javascript-module",
37308
38470
  "path": "src/components/app-button/app-button.ts",
@@ -37405,6 +38567,10 @@
37405
38567
  {
37406
38568
  "description": "The message to display in the alert element of type `obc-notification-message-item`",
37407
38569
  "name": ""
38570
+ },
38571
+ {
38572
+ "description": "The message to display when there are no alerts",
38573
+ "name": "empty"
37408
38574
  }
37409
38575
  ],
37410
38576
  "members": [
@@ -37415,6 +38581,7 @@
37415
38581
  "text": "number"
37416
38582
  },
37417
38583
  "default": "0",
38584
+ "description": "Number of alerts.",
37418
38585
  "attribute": "n-alerts"
37419
38586
  },
37420
38587
  {
@@ -37423,8 +38590,29 @@
37423
38590
  "type": {
37424
38591
  "text": "AlertType"
37425
38592
  },
38593
+ "description": "Type of alert.",
37426
38594
  "attribute": "alert-type"
37427
38595
  },
38596
+ {
38597
+ "kind": "field",
38598
+ "name": "blinkAlarmValue",
38599
+ "type": {
38600
+ "text": "boolean"
38601
+ },
38602
+ "default": "false",
38603
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38604
+ "attribute": "blink-alarm-value"
38605
+ },
38606
+ {
38607
+ "kind": "field",
38608
+ "name": "blinkWarningValue",
38609
+ "type": {
38610
+ "text": "boolean"
38611
+ },
38612
+ "default": "false",
38613
+ "description": "This value should alternate between true and false to make the icon blink.",
38614
+ "attribute": "blink-warning-value"
38615
+ },
37428
38616
  {
37429
38617
  "kind": "field",
37430
38618
  "name": "showAck",
@@ -37432,6 +38620,7 @@
37432
38620
  "text": "boolean"
37433
38621
  },
37434
38622
  "default": "false",
38623
+ "description": "If the ack button should be shown.",
37435
38624
  "attribute": "show-ack"
37436
38625
  },
37437
38626
  {
@@ -37441,6 +38630,7 @@
37441
38630
  "text": "boolean"
37442
38631
  },
37443
38632
  "default": "false",
38633
+ "description": "If the alert is muted.",
37444
38634
  "attribute": "alert-muted"
37445
38635
  },
37446
38636
  {
@@ -37450,6 +38640,7 @@
37450
38640
  "text": "boolean"
37451
38641
  },
37452
38642
  "default": "false",
38643
+ "description": "If the alert is minimized.",
37453
38644
  "attribute": "minimized"
37454
38645
  },
37455
38646
  {
@@ -37459,6 +38650,7 @@
37459
38650
  "text": "number"
37460
38651
  },
37461
38652
  "default": "480",
38653
+ "description": "The maximum width of the alert.",
37462
38654
  "attribute": "max-width"
37463
38655
  }
37464
38656
  ],
@@ -37499,6 +38691,7 @@
37499
38691
  "text": "number"
37500
38692
  },
37501
38693
  "default": "0",
38694
+ "description": "Number of alerts.",
37502
38695
  "fieldName": "nAlerts"
37503
38696
  },
37504
38697
  {
@@ -37506,14 +38699,34 @@
37506
38699
  "type": {
37507
38700
  "text": "AlertType"
37508
38701
  },
38702
+ "description": "Type of alert.",
37509
38703
  "fieldName": "alertType"
37510
38704
  },
38705
+ {
38706
+ "name": "blink-alarm-value",
38707
+ "type": {
38708
+ "text": "boolean"
38709
+ },
38710
+ "default": "false",
38711
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38712
+ "fieldName": "blinkAlarmValue"
38713
+ },
38714
+ {
38715
+ "name": "blink-warning-value",
38716
+ "type": {
38717
+ "text": "boolean"
38718
+ },
38719
+ "default": "false",
38720
+ "description": "This value should alternate between true and false to make the icon blink.",
38721
+ "fieldName": "blinkWarningValue"
38722
+ },
37511
38723
  {
37512
38724
  "name": "show-ack",
37513
38725
  "type": {
37514
38726
  "text": "boolean"
37515
38727
  },
37516
38728
  "default": "false",
38729
+ "description": "If the ack button should be shown.",
37517
38730
  "fieldName": "showAck"
37518
38731
  },
37519
38732
  {
@@ -37522,6 +38735,7 @@
37522
38735
  "text": "boolean"
37523
38736
  },
37524
38737
  "default": "false",
38738
+ "description": "If the alert is muted.",
37525
38739
  "fieldName": "alertMuted"
37526
38740
  },
37527
38741
  {
@@ -37530,6 +38744,7 @@
37530
38744
  "text": "boolean"
37531
38745
  },
37532
38746
  "default": "false",
38747
+ "description": "If the alert is minimized.",
37533
38748
  "fieldName": "minimized"
37534
38749
  },
37535
38750
  {
@@ -37538,6 +38753,7 @@
37538
38753
  "text": "number"
37539
38754
  },
37540
38755
  "default": "480",
38756
+ "description": "The maximum width of the alert.",
37541
38757
  "fieldName": "maxWidth"
37542
38758
  }
37543
38759
  ],
@@ -37780,6 +38996,96 @@
37780
38996
  }
37781
38997
  ]
37782
38998
  },
38999
+ {
39000
+ "kind": "javascript-module",
39001
+ "path": "src/components/clock/clock.ts",
39002
+ "declarations": [
39003
+ {
39004
+ "kind": "class",
39005
+ "description": "",
39006
+ "name": "ObcClock",
39007
+ "members": [
39008
+ {
39009
+ "kind": "field",
39010
+ "name": "date",
39011
+ "type": {
39012
+ "text": "string"
39013
+ },
39014
+ "default": "'2021-01-01T11:11:11.111Z'",
39015
+ "attribute": "date"
39016
+ },
39017
+ {
39018
+ "kind": "field",
39019
+ "name": "showDate",
39020
+ "type": {
39021
+ "text": "boolean"
39022
+ },
39023
+ "default": "false",
39024
+ "attribute": "show-date"
39025
+ },
39026
+ {
39027
+ "kind": "field",
39028
+ "name": "blinkOnlyBreakpointPx",
39029
+ "type": {
39030
+ "text": "number"
39031
+ },
39032
+ "default": "0",
39033
+ "attribute": "blink-only-breakpoint-px"
39034
+ }
39035
+ ],
39036
+ "attributes": [
39037
+ {
39038
+ "name": "date",
39039
+ "type": {
39040
+ "text": "string"
39041
+ },
39042
+ "default": "'2021-01-01T11:11:11.111Z'",
39043
+ "fieldName": "date"
39044
+ },
39045
+ {
39046
+ "name": "show-date",
39047
+ "type": {
39048
+ "text": "boolean"
39049
+ },
39050
+ "default": "false",
39051
+ "fieldName": "showDate"
39052
+ },
39053
+ {
39054
+ "name": "blink-only-breakpoint-px",
39055
+ "type": {
39056
+ "text": "number"
39057
+ },
39058
+ "default": "0",
39059
+ "fieldName": "blinkOnlyBreakpointPx"
39060
+ }
39061
+ ],
39062
+ "superclass": {
39063
+ "name": "LitElement",
39064
+ "package": "lit"
39065
+ },
39066
+ "tagName": "obc-clock",
39067
+ "customElement": true
39068
+ }
39069
+ ],
39070
+ "exports": [
39071
+ {
39072
+ "kind": "js",
39073
+ "name": "ObcClock",
39074
+ "declaration": {
39075
+ "name": "ObcClock",
39076
+ "module": "src/components/clock/clock.ts"
39077
+ }
39078
+ },
39079
+ {
39080
+ "kind": "custom-element-definition",
39081
+ "name": "obc-clock",
39082
+ "declaration": {
39083
+ "name": "ObcClock",
39084
+ "module": "src/components/clock/clock.ts"
39085
+ }
39086
+ }
39087
+ ]
39088
+ },
37783
39089
  {
37784
39090
  "kind": "javascript-module",
37785
39091
  "path": "src/components/breadcrumb/breadcrumb.ts",
@@ -37824,90 +39130,107 @@
37824
39130
  },
37825
39131
  {
37826
39132
  "kind": "javascript-module",
37827
- "path": "src/components/clock/clock.ts",
39133
+ "path": "src/components/card-list-button/card-list-button.ts",
37828
39134
  "declarations": [
37829
39135
  {
37830
39136
  "kind": "class",
37831
39137
  "description": "",
37832
- "name": "ObcClock",
39138
+ "name": "ObcCardListButton",
37833
39139
  "members": [
37834
39140
  {
37835
39141
  "kind": "field",
37836
- "name": "date",
39142
+ "name": "icon",
37837
39143
  "type": {
37838
39144
  "text": "string"
37839
39145
  },
37840
- "default": "'2021-01-01T11:11:11.111Z'",
37841
- "attribute": "date"
39146
+ "default": "'01-placeholder'",
39147
+ "attribute": "icon"
37842
39148
  },
37843
39149
  {
37844
39150
  "kind": "field",
37845
- "name": "showDate",
39151
+ "name": "variant",
37846
39152
  "type": {
37847
- "text": "boolean"
39153
+ "text": "string"
37848
39154
  },
37849
- "default": "false",
37850
- "attribute": "show-date"
39155
+ "default": "'normal'",
39156
+ "attribute": "variant"
37851
39157
  },
37852
39158
  {
37853
39159
  "kind": "field",
37854
- "name": "blinkOnlyBreakpointPx",
39160
+ "name": "leadingIcon",
37855
39161
  "type": {
37856
- "text": "number"
39162
+ "text": "NodeListOf<HTMLElement>"
37857
39163
  },
37858
- "default": "0",
37859
- "attribute": "blink-only-breakpoint-px"
37860
- }
37861
- ],
37862
- "attributes": [
39164
+ "privacy": "private"
39165
+ },
37863
39166
  {
37864
- "name": "date",
39167
+ "kind": "field",
39168
+ "name": "trailingIcon",
37865
39169
  "type": {
37866
- "text": "string"
39170
+ "text": "NodeListOf<HTMLElement>"
37867
39171
  },
37868
- "default": "'2021-01-01T11:11:11.111Z'",
37869
- "fieldName": "date"
39172
+ "privacy": "private"
37870
39173
  },
37871
39174
  {
37872
- "name": "show-date",
39175
+ "kind": "field",
39176
+ "name": "hasIconLeading",
37873
39177
  "type": {
37874
39178
  "text": "boolean"
37875
39179
  },
37876
- "default": "false",
37877
- "fieldName": "showDate"
39180
+ "privacy": "private",
39181
+ "default": "false"
37878
39182
  },
37879
39183
  {
37880
- "name": "blink-only-breakpoint-px",
39184
+ "kind": "field",
39185
+ "name": "hasIconTrailing",
37881
39186
  "type": {
37882
- "text": "number"
39187
+ "text": "boolean"
37883
39188
  },
37884
- "default": "0",
37885
- "fieldName": "blinkOnlyBreakpointPx"
39189
+ "privacy": "private",
39190
+ "default": "false"
39191
+ }
39192
+ ],
39193
+ "attributes": [
39194
+ {
39195
+ "name": "icon",
39196
+ "type": {
39197
+ "text": "string"
39198
+ },
39199
+ "default": "'01-placeholder'",
39200
+ "fieldName": "icon"
39201
+ },
39202
+ {
39203
+ "name": "variant",
39204
+ "type": {
39205
+ "text": "string"
39206
+ },
39207
+ "default": "'normal'",
39208
+ "fieldName": "variant"
37886
39209
  }
37887
39210
  ],
37888
39211
  "superclass": {
37889
39212
  "name": "LitElement",
37890
39213
  "package": "lit"
37891
39214
  },
37892
- "tagName": "obc-clock",
39215
+ "tagName": "obc-card-list-button",
37893
39216
  "customElement": true
37894
39217
  }
37895
39218
  ],
37896
39219
  "exports": [
37897
39220
  {
37898
39221
  "kind": "js",
37899
- "name": "ObcClock",
39222
+ "name": "ObcCardListButton",
37900
39223
  "declaration": {
37901
- "name": "ObcClock",
37902
- "module": "src/components/clock/clock.ts"
39224
+ "name": "ObcCardListButton",
39225
+ "module": "src/components/card-list-button/card-list-button.ts"
37903
39226
  }
37904
39227
  },
37905
39228
  {
37906
39229
  "kind": "custom-element-definition",
37907
- "name": "obc-clock",
39230
+ "name": "obc-card-list-button",
37908
39231
  "declaration": {
37909
- "name": "ObcClock",
37910
- "module": "src/components/clock/clock.ts"
39232
+ "name": "ObcCardListButton",
39233
+ "module": "src/components/card-list-button/card-list-button.ts"
37911
39234
  }
37912
39235
  }
37913
39236
  ]
@@ -38100,42 +39423,6 @@
38100
39423
  }
38101
39424
  ]
38102
39425
  },
38103
- {
38104
- "kind": "javascript-module",
38105
- "path": "src/components/divider/divider.ts",
38106
- "declarations": [
38107
- {
38108
- "kind": "class",
38109
- "description": "",
38110
- "name": "ObcDivider",
38111
- "members": [],
38112
- "superclass": {
38113
- "name": "LitElement",
38114
- "package": "lit"
38115
- },
38116
- "tagName": "obc-divider",
38117
- "customElement": true
38118
- }
38119
- ],
38120
- "exports": [
38121
- {
38122
- "kind": "js",
38123
- "name": "ObcDivider",
38124
- "declaration": {
38125
- "name": "ObcDivider",
38126
- "module": "src/components/divider/divider.ts"
38127
- }
38128
- },
38129
- {
38130
- "kind": "custom-element-definition",
38131
- "name": "obc-divider",
38132
- "declaration": {
38133
- "name": "ObcDivider",
38134
- "module": "src/components/divider/divider.ts"
38135
- }
38136
- }
38137
- ]
38138
- },
38139
39426
  {
38140
39427
  "kind": "javascript-module",
38141
39428
  "path": "src/components/context-menu/context-menu.ts",
@@ -38174,107 +39461,36 @@
38174
39461
  },
38175
39462
  {
38176
39463
  "kind": "javascript-module",
38177
- "path": "src/components/card-list-button/card-list-button.ts",
39464
+ "path": "src/components/divider/divider.ts",
38178
39465
  "declarations": [
38179
39466
  {
38180
39467
  "kind": "class",
38181
39468
  "description": "",
38182
- "name": "ObcCardListButton",
38183
- "members": [
38184
- {
38185
- "kind": "field",
38186
- "name": "icon",
38187
- "type": {
38188
- "text": "string"
38189
- },
38190
- "default": "'01-placeholder'",
38191
- "attribute": "icon"
38192
- },
38193
- {
38194
- "kind": "field",
38195
- "name": "variant",
38196
- "type": {
38197
- "text": "string"
38198
- },
38199
- "default": "'normal'",
38200
- "attribute": "variant"
38201
- },
38202
- {
38203
- "kind": "field",
38204
- "name": "leadingIcon",
38205
- "type": {
38206
- "text": "NodeListOf<HTMLElement>"
38207
- },
38208
- "privacy": "private"
38209
- },
38210
- {
38211
- "kind": "field",
38212
- "name": "trailingIcon",
38213
- "type": {
38214
- "text": "NodeListOf<HTMLElement>"
38215
- },
38216
- "privacy": "private"
38217
- },
38218
- {
38219
- "kind": "field",
38220
- "name": "hasIconLeading",
38221
- "type": {
38222
- "text": "boolean"
38223
- },
38224
- "privacy": "private",
38225
- "default": "false"
38226
- },
38227
- {
38228
- "kind": "field",
38229
- "name": "hasIconTrailing",
38230
- "type": {
38231
- "text": "boolean"
38232
- },
38233
- "privacy": "private",
38234
- "default": "false"
38235
- }
38236
- ],
38237
- "attributes": [
38238
- {
38239
- "name": "icon",
38240
- "type": {
38241
- "text": "string"
38242
- },
38243
- "default": "'01-placeholder'",
38244
- "fieldName": "icon"
38245
- },
38246
- {
38247
- "name": "variant",
38248
- "type": {
38249
- "text": "string"
38250
- },
38251
- "default": "'normal'",
38252
- "fieldName": "variant"
38253
- }
38254
- ],
39469
+ "name": "ObcDivider",
39470
+ "members": [],
38255
39471
  "superclass": {
38256
39472
  "name": "LitElement",
38257
39473
  "package": "lit"
38258
39474
  },
38259
- "tagName": "obc-card-list-button",
39475
+ "tagName": "obc-divider",
38260
39476
  "customElement": true
38261
39477
  }
38262
39478
  ],
38263
39479
  "exports": [
38264
39480
  {
38265
39481
  "kind": "js",
38266
- "name": "ObcCardListButton",
39482
+ "name": "ObcDivider",
38267
39483
  "declaration": {
38268
- "name": "ObcCardListButton",
38269
- "module": "src/components/card-list-button/card-list-button.ts"
39484
+ "name": "ObcDivider",
39485
+ "module": "src/components/divider/divider.ts"
38270
39486
  }
38271
39487
  },
38272
39488
  {
38273
39489
  "kind": "custom-element-definition",
38274
- "name": "obc-card-list-button",
39490
+ "name": "obc-divider",
38275
39491
  "declaration": {
38276
- "name": "ObcCardListButton",
38277
- "module": "src/components/card-list-button/card-list-button.ts"
39492
+ "name": "ObcDivider",
39493
+ "module": "src/components/divider/divider.ts"
38278
39494
  }
38279
39495
  }
38280
39496
  ]
@@ -38966,6 +40182,194 @@
38966
40182
  }
38967
40183
  ]
38968
40184
  },
40185
+ {
40186
+ "kind": "javascript-module",
40187
+ "path": "src/components/rich-button/rich-button.ts",
40188
+ "declarations": [
40189
+ {
40190
+ "kind": "class",
40191
+ "description": "",
40192
+ "name": "ObcRichButton",
40193
+ "members": [
40194
+ {
40195
+ "kind": "field",
40196
+ "name": "position",
40197
+ "type": {
40198
+ "text": "ObcRichButtonPositionType"
40199
+ },
40200
+ "attribute": "position"
40201
+ },
40202
+ {
40203
+ "kind": "field",
40204
+ "name": "size",
40205
+ "type": {
40206
+ "text": "ObcRichButtonSizeType"
40207
+ },
40208
+ "attribute": "size"
40209
+ },
40210
+ {
40211
+ "kind": "field",
40212
+ "name": "info",
40213
+ "type": {
40214
+ "text": "boolean"
40215
+ },
40216
+ "default": "false",
40217
+ "attribute": "info"
40218
+ },
40219
+ {
40220
+ "kind": "field",
40221
+ "name": "hasLeadingIcon",
40222
+ "type": {
40223
+ "text": "boolean"
40224
+ },
40225
+ "default": "false",
40226
+ "attribute": "has-leading-icon"
40227
+ },
40228
+ {
40229
+ "kind": "field",
40230
+ "name": "hasTrailingIcon",
40231
+ "type": {
40232
+ "text": "boolean"
40233
+ },
40234
+ "default": "false",
40235
+ "attribute": "has-trailing-icon"
40236
+ },
40237
+ {
40238
+ "kind": "field",
40239
+ "name": "hasStatus",
40240
+ "type": {
40241
+ "text": "boolean"
40242
+ },
40243
+ "default": "false",
40244
+ "attribute": "has-status"
40245
+ },
40246
+ {
40247
+ "kind": "field",
40248
+ "name": "hasGraphic",
40249
+ "type": {
40250
+ "text": "boolean"
40251
+ },
40252
+ "default": "false",
40253
+ "attribute": "has-graphic"
40254
+ },
40255
+ {
40256
+ "kind": "field",
40257
+ "name": "graphicBorder",
40258
+ "type": {
40259
+ "text": "boolean"
40260
+ },
40261
+ "default": "false",
40262
+ "attribute": "graphic-border"
40263
+ },
40264
+ {
40265
+ "kind": "field",
40266
+ "name": "border",
40267
+ "type": {
40268
+ "text": "boolean"
40269
+ },
40270
+ "default": "false",
40271
+ "attribute": "border"
40272
+ }
40273
+ ],
40274
+ "attributes": [
40275
+ {
40276
+ "name": "position",
40277
+ "type": {
40278
+ "text": "ObcRichButtonPositionType"
40279
+ },
40280
+ "fieldName": "position"
40281
+ },
40282
+ {
40283
+ "name": "size",
40284
+ "type": {
40285
+ "text": "ObcRichButtonSizeType"
40286
+ },
40287
+ "fieldName": "size"
40288
+ },
40289
+ {
40290
+ "name": "info",
40291
+ "type": {
40292
+ "text": "boolean"
40293
+ },
40294
+ "default": "false",
40295
+ "fieldName": "info"
40296
+ },
40297
+ {
40298
+ "name": "has-leading-icon",
40299
+ "type": {
40300
+ "text": "boolean"
40301
+ },
40302
+ "default": "false",
40303
+ "fieldName": "hasLeadingIcon"
40304
+ },
40305
+ {
40306
+ "name": "has-trailing-icon",
40307
+ "type": {
40308
+ "text": "boolean"
40309
+ },
40310
+ "default": "false",
40311
+ "fieldName": "hasTrailingIcon"
40312
+ },
40313
+ {
40314
+ "name": "has-status",
40315
+ "type": {
40316
+ "text": "boolean"
40317
+ },
40318
+ "default": "false",
40319
+ "fieldName": "hasStatus"
40320
+ },
40321
+ {
40322
+ "name": "has-graphic",
40323
+ "type": {
40324
+ "text": "boolean"
40325
+ },
40326
+ "default": "false",
40327
+ "fieldName": "hasGraphic"
40328
+ },
40329
+ {
40330
+ "name": "graphic-border",
40331
+ "type": {
40332
+ "text": "boolean"
40333
+ },
40334
+ "default": "false",
40335
+ "fieldName": "graphicBorder"
40336
+ },
40337
+ {
40338
+ "name": "border",
40339
+ "type": {
40340
+ "text": "boolean"
40341
+ },
40342
+ "default": "false",
40343
+ "fieldName": "border"
40344
+ }
40345
+ ],
40346
+ "superclass": {
40347
+ "name": "LitElement",
40348
+ "package": "lit"
40349
+ },
40350
+ "tagName": "obc-rich-button",
40351
+ "customElement": true
40352
+ }
40353
+ ],
40354
+ "exports": [
40355
+ {
40356
+ "kind": "js",
40357
+ "name": "ObcRichButton",
40358
+ "declaration": {
40359
+ "name": "ObcRichButton",
40360
+ "module": "src/components/rich-button/rich-button.ts"
40361
+ }
40362
+ },
40363
+ {
40364
+ "kind": "custom-element-definition",
40365
+ "name": "obc-rich-button",
40366
+ "declaration": {
40367
+ "name": "ObcRichButton",
40368
+ "module": "src/components/rich-button/rich-button.ts"
40369
+ }
40370
+ }
40371
+ ]
40372
+ },
38969
40373
  {
38970
40374
  "kind": "javascript-module",
38971
40375
  "path": "src/components/scrollbar/scrollbar.ts",
@@ -39177,106 +40581,6 @@
39177
40581
  }
39178
40582
  ]
39179
40583
  },
39180
- {
39181
- "kind": "javascript-module",
39182
- "path": "src/components/toggle-button-group/toggle-button-group.ts",
39183
- "declarations": [
39184
- {
39185
- "kind": "class",
39186
- "description": "",
39187
- "name": "ObcToggleButtonGroup",
39188
- "members": [
39189
- {
39190
- "kind": "field",
39191
- "name": "hasLabels",
39192
- "type": {
39193
- "text": "boolean"
39194
- },
39195
- "default": "false",
39196
- "attribute": "has-labels"
39197
- },
39198
- {
39199
- "kind": "field",
39200
- "name": "value",
39201
- "type": {
39202
- "text": "string"
39203
- },
39204
- "default": "''",
39205
- "attribute": "value"
39206
- },
39207
- {
39208
- "kind": "field",
39209
- "name": "options",
39210
- "type": {
39211
- "text": "NodeListOf<ObcToggleButtonOption>"
39212
- }
39213
- },
39214
- {
39215
- "kind": "method",
39216
- "name": "handleOptionClick",
39217
- "parameters": [
39218
- {
39219
- "name": "event",
39220
- "type": {
39221
- "text": "Event"
39222
- }
39223
- }
39224
- ]
39225
- }
39226
- ],
39227
- "events": [
39228
- {
39229
- "name": "value",
39230
- "type": {
39231
- "text": "CustomEvent"
39232
- }
39233
- }
39234
- ],
39235
- "attributes": [
39236
- {
39237
- "name": "has-labels",
39238
- "type": {
39239
- "text": "boolean"
39240
- },
39241
- "default": "false",
39242
- "fieldName": "hasLabels"
39243
- },
39244
- {
39245
- "name": "value",
39246
- "type": {
39247
- "text": "string"
39248
- },
39249
- "default": "''",
39250
- "fieldName": "value"
39251
- }
39252
- ],
39253
- "superclass": {
39254
- "name": "LitElement",
39255
- "package": "lit"
39256
- },
39257
- "tagName": "obc-toggle-button-group",
39258
- "customElement": true
39259
- }
39260
- ],
39261
- "exports": [
39262
- {
39263
- "kind": "js",
39264
- "name": "ObcToggleButtonGroup",
39265
- "declaration": {
39266
- "name": "ObcToggleButtonGroup",
39267
- "module": "src/components/toggle-button-group/toggle-button-group.ts"
39268
- }
39269
- },
39270
- {
39271
- "kind": "custom-element-definition",
39272
- "name": "obc-toggle-button-group",
39273
- "declaration": {
39274
- "name": "ObcToggleButtonGroup",
39275
- "module": "src/components/toggle-button-group/toggle-button-group.ts"
39276
- }
39277
- }
39278
- ]
39279
- },
39280
40584
  {
39281
40585
  "kind": "javascript-module",
39282
40586
  "path": "src/components/table/table.ts",
@@ -39538,6 +40842,106 @@
39538
40842
  }
39539
40843
  ]
39540
40844
  },
40845
+ {
40846
+ "kind": "javascript-module",
40847
+ "path": "src/components/toggle-button-group/toggle-button-group.ts",
40848
+ "declarations": [
40849
+ {
40850
+ "kind": "class",
40851
+ "description": "",
40852
+ "name": "ObcToggleButtonGroup",
40853
+ "members": [
40854
+ {
40855
+ "kind": "field",
40856
+ "name": "hasLabels",
40857
+ "type": {
40858
+ "text": "boolean"
40859
+ },
40860
+ "default": "false",
40861
+ "attribute": "has-labels"
40862
+ },
40863
+ {
40864
+ "kind": "field",
40865
+ "name": "value",
40866
+ "type": {
40867
+ "text": "string"
40868
+ },
40869
+ "default": "''",
40870
+ "attribute": "value"
40871
+ },
40872
+ {
40873
+ "kind": "field",
40874
+ "name": "options",
40875
+ "type": {
40876
+ "text": "NodeListOf<ObcToggleButtonOption>"
40877
+ }
40878
+ },
40879
+ {
40880
+ "kind": "method",
40881
+ "name": "handleOptionClick",
40882
+ "parameters": [
40883
+ {
40884
+ "name": "event",
40885
+ "type": {
40886
+ "text": "Event"
40887
+ }
40888
+ }
40889
+ ]
40890
+ }
40891
+ ],
40892
+ "events": [
40893
+ {
40894
+ "name": "value",
40895
+ "type": {
40896
+ "text": "CustomEvent"
40897
+ }
40898
+ }
40899
+ ],
40900
+ "attributes": [
40901
+ {
40902
+ "name": "has-labels",
40903
+ "type": {
40904
+ "text": "boolean"
40905
+ },
40906
+ "default": "false",
40907
+ "fieldName": "hasLabels"
40908
+ },
40909
+ {
40910
+ "name": "value",
40911
+ "type": {
40912
+ "text": "string"
40913
+ },
40914
+ "default": "''",
40915
+ "fieldName": "value"
40916
+ }
40917
+ ],
40918
+ "superclass": {
40919
+ "name": "LitElement",
40920
+ "package": "lit"
40921
+ },
40922
+ "tagName": "obc-toggle-button-group",
40923
+ "customElement": true
40924
+ }
40925
+ ],
40926
+ "exports": [
40927
+ {
40928
+ "kind": "js",
40929
+ "name": "ObcToggleButtonGroup",
40930
+ "declaration": {
40931
+ "name": "ObcToggleButtonGroup",
40932
+ "module": "src/components/toggle-button-group/toggle-button-group.ts"
40933
+ }
40934
+ },
40935
+ {
40936
+ "kind": "custom-element-definition",
40937
+ "name": "obc-toggle-button-group",
40938
+ "declaration": {
40939
+ "name": "ObcToggleButtonGroup",
40940
+ "module": "src/components/toggle-button-group/toggle-button-group.ts"
40941
+ }
40942
+ }
40943
+ ]
40944
+ },
39541
40945
  {
39542
40946
  "kind": "javascript-module",
39543
40947
  "path": "src/components/toggle-switch/toggle-switch.ts",
@@ -40154,6 +41558,79 @@
40154
41558
  }
40155
41559
  ]
40156
41560
  },
41561
+ {
41562
+ "kind": "javascript-module",
41563
+ "path": "src/components/vendor-button/vendor-button.ts",
41564
+ "declarations": [
41565
+ {
41566
+ "kind": "class",
41567
+ "description": "",
41568
+ "name": "ObcVendorButton",
41569
+ "members": [
41570
+ {
41571
+ "kind": "field",
41572
+ "name": "imageSrc",
41573
+ "type": {
41574
+ "text": "string"
41575
+ },
41576
+ "default": "''",
41577
+ "attribute": "image-src"
41578
+ },
41579
+ {
41580
+ "kind": "field",
41581
+ "name": "alt",
41582
+ "type": {
41583
+ "text": "string"
41584
+ },
41585
+ "default": "'logo'",
41586
+ "attribute": "alt"
41587
+ }
41588
+ ],
41589
+ "attributes": [
41590
+ {
41591
+ "name": "image-src",
41592
+ "type": {
41593
+ "text": "string"
41594
+ },
41595
+ "default": "''",
41596
+ "fieldName": "imageSrc"
41597
+ },
41598
+ {
41599
+ "name": "alt",
41600
+ "type": {
41601
+ "text": "string"
41602
+ },
41603
+ "default": "'logo'",
41604
+ "fieldName": "alt"
41605
+ }
41606
+ ],
41607
+ "superclass": {
41608
+ "name": "LitElement",
41609
+ "package": "lit"
41610
+ },
41611
+ "tagName": "obc-vendor-button",
41612
+ "customElement": true
41613
+ }
41614
+ ],
41615
+ "exports": [
41616
+ {
41617
+ "kind": "js",
41618
+ "name": "ObcVendorButton",
41619
+ "declaration": {
41620
+ "name": "ObcVendorButton",
41621
+ "module": "src/components/vendor-button/vendor-button.ts"
41622
+ }
41623
+ },
41624
+ {
41625
+ "kind": "custom-element-definition",
41626
+ "name": "obc-vendor-button",
41627
+ "declaration": {
41628
+ "name": "ObcVendorButton",
41629
+ "module": "src/components/vendor-button/vendor-button.ts"
41630
+ }
41631
+ }
41632
+ ]
41633
+ },
40157
41634
  {
40158
41635
  "kind": "javascript-module",
40159
41636
  "path": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts",
@@ -40655,6 +42132,132 @@
40655
42132
  }
40656
42133
  }
40657
42134
  ]
42135
+ },
42136
+ {
42137
+ "kind": "javascript-module",
42138
+ "path": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts",
42139
+ "declarations": [
42140
+ {
42141
+ "kind": "variable",
42142
+ "name": "svg14AlarmSilencedA",
42143
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1409 1.51681C11.5032 0.82773 12.4968 0.827732 12.8591 1.51681L22.8888 20.5936C23.2254 21.2338 22.7573 22 22.0297 22H1.97033C1.24266 22 0.774615 21.2338 1.11121 20.5936L11.1409 1.51681Z\" fill=\"var(--alarm-enabled-background-color)\"/>\n<path d=\"M6.99848 10.8967L7.88021 10.015L17.3 19.2682L16.4183 20.1499L15.1363 18.868C14.4859 19.387 13.7168 19.7747 12.8788 19.9623V18.6741C13.3791 18.5303 13.8356 18.2864 14.2421 17.98L11.6281 15.366V19.487L8.50138 16.3603H6V12.6082H8.50138L8.68273 12.4206L6.99848 10.8967Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M15.7491 15.9476C15.9117 15.4911 16.0055 14.9971 16.0055 14.4843C16.0055 12.5019 14.6861 10.826 12.8788 10.2882V9C15.3864 9.56906 17.2562 11.8078 17.2562 14.4843C17.2562 15.3535 17.0561 16.1727 16.7059 16.9044L15.7491 15.9476Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M12.8788 11.9641C13.8043 12.4269 14.4422 13.3774 14.4422 14.4843C14.4422 14.5343 14.4359 14.5843 14.4297 14.6344L12.8788 13.0835V11.9641Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M10.4525 10.6572L11.6281 9.48152V11.8328L10.4525 10.6572Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n</svg>\n`"
42144
+ }
42145
+ ],
42146
+ "exports": [
42147
+ {
42148
+ "kind": "js",
42149
+ "name": "svg14AlarmSilencedA",
42150
+ "declaration": {
42151
+ "name": "svg14AlarmSilencedA",
42152
+ "module": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts"
42153
+ }
42154
+ }
42155
+ ]
42156
+ },
42157
+ {
42158
+ "kind": "javascript-module",
42159
+ "path": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts",
42160
+ "declarations": [
42161
+ {
42162
+ "kind": "variable",
42163
+ "name": "svg14AlarmSilencedB",
42164
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_850_47505)\">\n<path d=\"M13.3017 1.28413L12.8591 1.51681L13.3017 1.28413C12.752 0.238626 11.248 0.238621 10.6983 1.28413L11.1314 1.51182L10.6983 1.28413L0.668648 20.3609C0.154023 21.3397 0.872928 22.5 1.97033 22.5H22.0297C23.1271 22.5 23.846 21.3397 23.3314 20.3609L13.3017 1.28413Z\" style=\"stroke: var(--element-neutral-color)\" />\n<path d=\"M6.99848 10.8967L7.88021 10.015L17.3 19.2682L16.4183 20.1499L15.1363 18.868C14.4859 19.387 13.7168 19.7747 12.8788 19.9623V18.6741C13.3791 18.5303 13.8356 18.2864 14.2421 17.98L11.6281 15.366V19.487L8.50138 16.3603H6V12.6082H8.50138L8.68273 12.4206L6.99848 10.8967Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M15.7491 15.9476C15.9117 15.4911 16.0055 14.9971 16.0055 14.4843C16.0055 12.5019 14.6861 10.826 12.8788 10.2882V9C15.3864 9.56906 17.2562 11.8078 17.2562 14.4843C17.2562 15.3535 17.0561 16.1727 16.7059 16.9044L15.7491 15.9476Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M12.8788 11.9641C13.8043 12.4269 14.4422 13.3774 14.4422 14.4843C14.4422 14.5343 14.4359 14.5843 14.4297 14.6344L12.8788 13.0835V11.9641Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M10.4525 10.6572L11.6281 9.48152V11.8328L10.4525 10.6572Z\" style=\"fill: var(--element-neutral-color)\" />\n</g>\n<defs>\n<clipPath id=\"clip0_850_47505\">\n<rect width=\"24\" height=\"24\" fill=\"none\"/>\n</clipPath>\n</defs>\n</svg>\n`"
42165
+ }
42166
+ ],
42167
+ "exports": [
42168
+ {
42169
+ "kind": "js",
42170
+ "name": "svg14AlarmSilencedB",
42171
+ "declaration": {
42172
+ "name": "svg14AlarmSilencedB",
42173
+ "module": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts"
42174
+ }
42175
+ }
42176
+ ]
42177
+ },
42178
+ {
42179
+ "kind": "javascript-module",
42180
+ "path": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts",
42181
+ "declarations": [
42182
+ {
42183
+ "kind": "variable",
42184
+ "name": "svg14AlarmUnackA",
42185
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.1409 1.51681C11.5032 0.82773 12.4968 0.827732 12.8591 1.51681L22.8888 20.5936C23.2254 21.2338 22.7573 22 22.0297 22H1.97033C1.24266 22 0.774615 21.2338 1.11121 20.5936L11.1409 1.51681Z\" fill=\"var(--alarm-enabled-background-color)\"/>\n<path d=\"M8.50855 16.3814L11.6442 19.5171V9.4829L8.50855 12.6186H6V16.3814H8.50855Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M14.4664 14.5C14.4664 13.39 13.8267 12.4367 12.8985 11.9726V17.0211C13.8267 16.5633 14.4664 15.61 14.4664 14.5Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n<path d=\"M12.8985 10.2919C14.7109 10.8312 16.0342 12.512 16.0342 14.5C16.0342 16.488 14.7109 18.1688 12.8985 18.7081V20C15.4133 19.4293 17.2885 17.1842 17.2885 14.5C17.2885 11.8159 15.4133 9.5707 12.8985 9V10.2919Z\" style=\"fill: var(--on-alarm-active-color)\"/>\n</svg>\n`"
42186
+ }
42187
+ ],
42188
+ "exports": [
42189
+ {
42190
+ "kind": "js",
42191
+ "name": "svg14AlarmUnackA",
42192
+ "declaration": {
42193
+ "name": "svg14AlarmUnackA",
42194
+ "module": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts"
42195
+ }
42196
+ }
42197
+ ]
42198
+ },
42199
+ {
42200
+ "kind": "javascript-module",
42201
+ "path": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts",
42202
+ "declarations": [
42203
+ {
42204
+ "kind": "variable",
42205
+ "name": "svg14AlarmUnackB",
42206
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_850_47508)\">\n<path d=\"M13.3017 1.28413L12.8591 1.51681L13.3017 1.28413C12.752 0.238626 11.248 0.238621 10.6983 1.28413L11.1314 1.51182L10.6983 1.28413L0.668648 20.3609C0.154023 21.3397 0.872928 22.5 1.97033 22.5H22.0297C23.1271 22.5 23.846 21.3397 23.3314 20.3609L13.3017 1.28413Z\" style=\"stroke: var(--element-neutral-color)\" />\n<path d=\"M8.50855 16.3814L11.6442 19.5171V9.4829L8.50855 12.6186H6V16.3814H8.50855Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M14.4664 14.5C14.4664 13.39 13.8267 12.4367 12.8985 11.9726V17.0211C13.8267 16.5633 14.4664 15.61 14.4664 14.5Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M12.8985 10.2919C14.7109 10.8312 16.0342 12.512 16.0342 14.5C16.0342 16.488 14.7109 18.1688 12.8985 18.7081V20C15.4133 19.4293 17.2885 17.1842 17.2885 14.5C17.2885 11.8159 15.4133 9.5707 12.8985 9V10.2919Z\" style=\"fill: var(--element-neutral-color)\" />\n</g>\n<defs>\n<clipPath id=\"clip0_850_47508\">\n<rect width=\"24\" height=\"24\" fill=\"none\"/>\n</clipPath>\n</defs>\n</svg>\n`"
42207
+ }
42208
+ ],
42209
+ "exports": [
42210
+ {
42211
+ "kind": "js",
42212
+ "name": "svg14AlarmUnackB",
42213
+ "declaration": {
42214
+ "name": "svg14AlarmUnackB",
42215
+ "module": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts"
42216
+ }
42217
+ }
42218
+ ]
42219
+ },
42220
+ {
42221
+ "kind": "javascript-module",
42222
+ "path": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts",
42223
+ "declarations": [
42224
+ {
42225
+ "kind": "variable",
42226
+ "name": "svg14WarningUnackA",
42227
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"fill: var(--warning-enabled-background-color)\" style=\"stroke: var(--element-active-color)\"/>\n<path d=\"M8.50855 13.8814L11.6442 17.0171V6.9829L8.50855 10.1186H6V13.8814H8.50855Z\" style=\"fill: var(--on-warning-active-color)\" />\n<path d=\"M14.4664 12C14.4664 10.89 13.8267 9.93672 12.8985 9.47263V14.5211C13.8267 14.0633 14.4664 13.11 14.4664 12Z\" style=\"fill: var(--on-warning-active-color)\" />\n<path d=\"M12.8985 7.7919C14.7109 8.33124 16.0342 10.012 16.0342 12C16.0342 13.988 14.7109 15.6688 12.8985 16.2081V17.5C15.4133 16.9293 17.2885 14.6842 17.2885 12C17.2885 9.31585 15.4133 7.0707 12.8985 6.5V7.7919Z\" style=\"fill: var(--on-warning-active-color)\" />\n</svg>\n`"
42228
+ }
42229
+ ],
42230
+ "exports": [
42231
+ {
42232
+ "kind": "js",
42233
+ "name": "svg14WarningUnackA",
42234
+ "declaration": {
42235
+ "name": "svg14WarningUnackA",
42236
+ "module": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts"
42237
+ }
42238
+ }
42239
+ ]
42240
+ },
42241
+ {
42242
+ "kind": "javascript-module",
42243
+ "path": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts",
42244
+ "declarations": [
42245
+ {
42246
+ "kind": "variable",
42247
+ "name": "svg14WarningUnackB",
42248
+ "default": "svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"12\" cy=\"12\" r=\"10.5\" style=\"stroke: var(--element-neutral-color)\" />\n<path d=\"M8.50855 13.8814L11.6442 17.0171V6.9829L8.50855 10.1186H6V13.8814H8.50855Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M14.4664 12C14.4664 10.89 13.8267 9.93672 12.8985 9.47263V14.5211C13.8267 14.0633 14.4664 13.11 14.4664 12Z\" style=\"fill: var(--element-neutral-color)\" />\n<path d=\"M12.8985 7.7919C14.7109 8.33124 16.0342 10.012 16.0342 12C16.0342 13.988 14.7109 15.6688 12.8985 16.2081V17.5C15.4133 16.9293 17.2885 14.6842 17.2885 12C17.2885 9.31585 15.4133 7.0707 12.8985 6.5V7.7919Z\" style=\"fill: var(--element-neutral-color)\" />\n</svg>\n`"
42249
+ }
42250
+ ],
42251
+ "exports": [
42252
+ {
42253
+ "kind": "js",
42254
+ "name": "svg14WarningUnackB",
42255
+ "declaration": {
42256
+ "name": "svg14WarningUnackB",
42257
+ "module": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts"
42258
+ }
42259
+ }
42260
+ ]
40658
42261
  }
40659
42262
  ]
40660
42263
  }