@oicl/openbridge-webcomponents 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (273) hide show
  1. package/.storybook/main.ts +2 -0
  2. package/.storybook/preview.ts +11 -0
  3. package/.vscode/launch.json +16 -0
  4. package/README.md +8 -0
  5. package/__snapshots__/alert-icon--primary.png +0 -0
  6. package/__snapshots__/application-alert-button--notification.png +0 -0
  7. package/__snapshots__/application-alert-button--running.png +0 -0
  8. package/__snapshots__/application-notification-message--large-single-message.png +0 -0
  9. package/__snapshots__/application-notification-message--large.png +0 -0
  10. package/__snapshots__/application-notification-message--primary.png +0 -0
  11. package/__snapshots__/button-rich-button--bottom-with-boarder.png +0 -0
  12. package/__snapshots__/button-rich-button--bottom.png +0 -0
  13. package/__snapshots__/button-rich-button--center.png +0 -0
  14. package/__snapshots__/button-rich-button--double-line.png +0 -0
  15. package/__snapshots__/button-rich-button--multi-line.png +0 -0
  16. package/__snapshots__/button-rich-button--regular-no-icons.png +0 -0
  17. package/__snapshots__/button-rich-button--regular.png +0 -0
  18. package/__snapshots__/button-rich-button--single-line.png +0 -0
  19. package/__snapshots__/button-rich-button--top-with-boarder.png +0 -0
  20. package/__snapshots__/button-rich-button--top.png +0 -0
  21. package/__snapshots__/button-rich-button--with-graphic-border.png +0 -0
  22. package/__snapshots__/button-rich-button--with-graphic.png +0 -0
  23. package/__snapshots__/button-rich-button--with-status.png +0 -0
  24. package/__snapshots__/button-vendor-button--primary.png +0 -0
  25. package/__snapshots__/icons-icon--list.png +0 -0
  26. package/__snapshots__/icons-icon--use-font-color.png +0 -0
  27. package/custom-elements.json +2331 -745
  28. package/dist/components/alert-button/alert-button.css.js +4 -12
  29. package/dist/components/alert-button/alert-button.css.js.map +1 -1
  30. package/dist/components/alert-button/alert-button.d.ts +11 -1
  31. package/dist/components/alert-button/alert-button.d.ts.map +1 -1
  32. package/dist/components/alert-button/alert-button.js +21 -1
  33. package/dist/components/alert-button/alert-button.js.map +1 -1
  34. package/dist/components/alert-icon/alert-icon.d.ts +36 -0
  35. package/dist/components/alert-icon/alert-icon.d.ts.map +1 -0
  36. package/dist/components/alert-icon/alert-icon.js +84 -0
  37. package/dist/components/alert-icon/alert-icon.js.map +1 -0
  38. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts +2 -0
  39. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts.map +1 -0
  40. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js +13 -0
  41. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js.map +1 -0
  42. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts +2 -0
  43. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts.map +1 -0
  44. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js +20 -0
  45. package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js.map +1 -0
  46. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts +2 -0
  47. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts.map +1 -0
  48. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js +12 -0
  49. package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js.map +1 -0
  50. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts +2 -0
  51. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts.map +1 -0
  52. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js +19 -0
  53. package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js.map +1 -0
  54. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts +2 -0
  55. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts.map +1 -0
  56. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js +12 -0
  57. package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js.map +1 -0
  58. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts +2 -0
  59. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts.map +1 -0
  60. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js +12 -0
  61. package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js.map +1 -0
  62. package/dist/components/alert-topbar-element/alert-topbar-element.d.ts +13 -0
  63. package/dist/components/alert-topbar-element/alert-topbar-element.d.ts.map +1 -1
  64. package/dist/components/alert-topbar-element/alert-topbar-element.js +10 -0
  65. package/dist/components/alert-topbar-element/alert-topbar-element.js.map +1 -1
  66. package/dist/components/rich-button/rich-button.css.js +182 -0
  67. package/dist/components/rich-button/rich-button.css.js.map +1 -0
  68. package/dist/components/rich-button/rich-button.d.ts +32 -0
  69. package/dist/components/rich-button/rich-button.d.ts.map +1 -0
  70. package/dist/components/rich-button/rich-button.js +113 -0
  71. package/dist/components/rich-button/rich-button.js.map +1 -0
  72. package/dist/components/vendor-button/vendor-button.css.js +48 -0
  73. package/dist/components/vendor-button/vendor-button.css.js.map +1 -0
  74. package/dist/components/vendor-button/vendor-button.d.ts +13 -0
  75. package/dist/components/vendor-button/vendor-button.d.ts.map +1 -0
  76. package/dist/components/vendor-button/vendor-button.js +42 -0
  77. package/dist/components/vendor-button/vendor-button.js.map +1 -0
  78. package/dist/icons/{icon-07-target-radar.d.ts → icon-01-content-copy.d.ts} +3 -3
  79. package/dist/icons/{icon-07-target-radar.d.ts.map → icon-01-content-copy.d.ts.map} +1 -1
  80. package/dist/icons/{icon-07-target-radar.js → icon-01-content-copy.js} +10 -10
  81. package/dist/icons/icon-01-content-copy.js.map +1 -0
  82. package/dist/icons/{icon-07-target-ias-selected.d.ts → icon-01-content-cut.d.ts} +3 -3
  83. package/dist/icons/icon-01-content-cut.d.ts.map +1 -0
  84. package/dist/icons/icon-01-content-cut.js +52 -0
  85. package/dist/icons/icon-01-content-cut.js.map +1 -0
  86. package/dist/icons/{icon-07-target-radar-selected.d.ts → icon-01-content-paste.d.ts} +3 -3
  87. package/dist/icons/icon-01-content-paste.d.ts.map +1 -0
  88. package/dist/icons/icon-01-content-paste.js +52 -0
  89. package/dist/icons/icon-01-content-paste.js.map +1 -0
  90. package/dist/icons/icon-02-dock-bottom.d.ts +14 -0
  91. package/dist/icons/icon-02-dock-bottom.d.ts.map +1 -0
  92. package/dist/icons/icon-02-dock-bottom.js +52 -0
  93. package/dist/icons/icon-02-dock-bottom.js.map +1 -0
  94. package/dist/icons/{icon-07-target-ias.d.ts → icon-02-dock-left.d.ts} +3 -3
  95. package/dist/icons/icon-02-dock-left.d.ts.map +1 -0
  96. package/dist/icons/{icon-07-target-ias.js → icon-02-dock-left.js} +10 -24
  97. package/dist/icons/icon-02-dock-left.js.map +1 -0
  98. package/dist/icons/icon-02-dock-right.d.ts +14 -0
  99. package/dist/icons/icon-02-dock-right.d.ts.map +1 -0
  100. package/dist/icons/icon-02-dock-right.js +52 -0
  101. package/dist/icons/icon-02-dock-right.js.map +1 -0
  102. package/dist/icons/icon-03-license.d.ts +14 -0
  103. package/dist/icons/icon-03-license.d.ts.map +1 -0
  104. package/dist/icons/icon-03-license.js +52 -0
  105. package/dist/icons/icon-03-license.js.map +1 -0
  106. package/dist/icons/icon-03-star-unchecked.js +1 -1
  107. package/dist/icons/icon-03-star-unchecked.js.map +1 -1
  108. package/dist/icons/icon-04-colorcalibrated.d.ts.map +1 -1
  109. package/dist/icons/icon-04-colorcalibrated.js +2 -14
  110. package/dist/icons/icon-04-colorcalibrated.js.map +1 -1
  111. package/dist/icons/icon-07-target-associated-ais-camera.d.ts +14 -0
  112. package/dist/icons/icon-07-target-associated-ais-camera.d.ts.map +1 -0
  113. package/dist/icons/icon-07-target-associated-ais-camera.js +54 -0
  114. package/dist/icons/icon-07-target-associated-ais-camera.js.map +1 -0
  115. package/dist/icons/icon-07-target-associated-camera-radar.d.ts +14 -0
  116. package/dist/icons/icon-07-target-associated-camera-radar.d.ts.map +1 -0
  117. package/dist/icons/icon-07-target-associated-camera-radar.js +52 -0
  118. package/dist/icons/icon-07-target-associated-camera-radar.js.map +1 -0
  119. package/dist/icons/icon-07-target-associated-radar-camera.d.ts +14 -0
  120. package/dist/icons/icon-07-target-associated-radar-camera.d.ts.map +1 -0
  121. package/dist/icons/icon-07-target-associated-radar-camera.js +54 -0
  122. package/dist/icons/icon-07-target-associated-radar-camera.js.map +1 -0
  123. package/dist/icons/icon-07-target-camera.d.ts +14 -0
  124. package/dist/icons/icon-07-target-camera.d.ts.map +1 -0
  125. package/dist/icons/icon-07-target-camera.js +52 -0
  126. package/dist/icons/icon-07-target-camera.js.map +1 -0
  127. package/dist/icons/icon-08-backward-fast.js +1 -1
  128. package/dist/icons/icon-08-backward-fast.js.map +1 -1
  129. package/dist/icons/icon-08-backward-stopped.js +1 -1
  130. package/dist/icons/icon-08-backward-stopped.js.map +1 -1
  131. package/dist/icons/icon-08-forward-fast.js +1 -1
  132. package/dist/icons/icon-08-forward-fast.js.map +1 -1
  133. package/dist/icons/icon-08-forward-stopped.js +1 -1
  134. package/dist/icons/icon-08-forward-stopped.js.map +1 -1
  135. package/dist/icons/icon-08-motor-off-horisontal.js +1 -1
  136. package/dist/icons/icon-08-motor-off-horisontal.js.map +1 -1
  137. package/dist/icons/icon-09-switch-horizontal-off-large.js +1 -1
  138. package/dist/icons/icon-09-switch-horizontal-off-large.js.map +1 -1
  139. package/dist/icons/icon-09-switch-horizontal-off.js +1 -1
  140. package/dist/icons/icon-09-switch-horizontal-off.js.map +1 -1
  141. package/dist/icons/icon-10-autonomous.js +3 -3
  142. package/dist/icons/icon-10-autonomous.js.map +1 -1
  143. package/dist/icons/icon-14-alert-rectified.js +1 -1
  144. package/dist/icons/icon-14-alert-rectified.js.map +1 -1
  145. package/dist/icons/icon-14-alertheader-aggregated-large.d.ts +14 -0
  146. package/dist/icons/icon-14-alertheader-aggregated-large.d.ts.map +1 -0
  147. package/dist/icons/icon-14-alertheader-aggregated-large.js +52 -0
  148. package/dist/icons/icon-14-alertheader-aggregated-large.js.map +1 -0
  149. package/dist/icons/icon-14-alertheader-group-large.d.ts +14 -0
  150. package/dist/icons/icon-14-alertheader-group-large.d.ts.map +1 -0
  151. package/dist/icons/icon-14-alertheader-group-large.js +54 -0
  152. package/dist/icons/icon-14-alertheader-group-large.js.map +1 -0
  153. package/dist/icons/icon-14-exclamationmark.js +4 -4
  154. package/dist/icons/icon-14-exclamationmark.js.map +1 -1
  155. package/dist/icons/icon-14-rectified.js +1 -1
  156. package/dist/icons/icon-14-rectified.js.map +1 -1
  157. package/dist/icons/icon-18-ais-anchored.js +4 -4
  158. package/dist/icons/icon-18-ais-anchored.js.map +1 -1
  159. package/dist/icons/icon-18-ais-notunderway.js +1 -1
  160. package/dist/icons/icon-18-ais-notunderway.js.map +1 -1
  161. package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts +14 -0
  162. package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts.map +1 -0
  163. package/dist/icons/icon-iec-02-ais-target-activated-selected.js +52 -0
  164. package/dist/icons/icon-iec-02-ais-target-activated-selected.js.map +1 -0
  165. package/dist/icons/icon-iec-02-ais-target-activated.d.ts +14 -0
  166. package/dist/icons/icon-iec-02-ais-target-activated.d.ts.map +1 -0
  167. package/dist/icons/icon-iec-02-ais-target-activated.js +52 -0
  168. package/dist/icons/icon-iec-02-ais-target-activated.js.map +1 -0
  169. package/dist/icons/icon-iec-02-associated-target-ais.d.ts +14 -0
  170. package/dist/icons/icon-iec-02-associated-target-ais.d.ts.map +1 -0
  171. package/dist/icons/icon-iec-02-associated-target-ais.js +52 -0
  172. package/dist/icons/icon-iec-02-associated-target-ais.js.map +1 -0
  173. package/dist/icons/icon-iec-02-associated-target-radar.d.ts +14 -0
  174. package/dist/icons/icon-iec-02-associated-target-radar.d.ts.map +1 -0
  175. package/dist/icons/icon-iec-02-associated-target-radar.js +52 -0
  176. package/dist/icons/icon-iec-02-associated-target-radar.js.map +1 -0
  177. package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts +14 -0
  178. package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts.map +1 -0
  179. package/dist/icons/icon-iec-02-radar-target-tracked-selected.js +60 -0
  180. package/dist/icons/icon-iec-02-radar-target-tracked-selected.js.map +1 -0
  181. package/dist/icons/icon-iec-02-radar-target-tracked.d.ts +14 -0
  182. package/dist/icons/icon-iec-02-radar-target-tracked.d.ts.map +1 -0
  183. package/dist/icons/icon-iec-02-radar-target-tracked.js +52 -0
  184. package/dist/icons/icon-iec-02-radar-target-tracked.js.map +1 -0
  185. package/dist/icons/index.d.ts +19 -4
  186. package/dist/icons/index.d.ts.map +1 -1
  187. package/dist/icons/index.js +19 -4
  188. package/dist/icons/index.js.map +1 -1
  189. package/dist/icons/names.d.ts.map +1 -1
  190. package/dist/icons/names.js +19 -4
  191. package/dist/icons/names.js.map +1 -1
  192. package/dist/navigation-instruments/thruster/thruster.d.ts +2 -1
  193. package/dist/navigation-instruments/thruster/thruster.d.ts.map +1 -1
  194. package/dist/navigation-instruments/thruster/thruster.js +45 -25
  195. package/dist/navigation-instruments/thruster/thruster.js.map +1 -1
  196. package/fix-generated.cjs +3 -0
  197. package/new-component.ts +7 -8
  198. package/package.json +5 -1
  199. package/script/convert-icons.ts +177 -0
  200. package/script/download-alert-icons.ts +180 -0
  201. package/script/download-icons.ts +7 -141
  202. package/src/components/alert-button/alert-button.css +1 -12
  203. package/src/components/alert-button/alert-button.stories.ts +2 -0
  204. package/src/components/alert-button/alert-button.ts +29 -4
  205. package/src/components/alert-icon/alert-icon.stories.ts +35 -0
  206. package/src/components/alert-icon/alert-icon.ts +75 -0
  207. package/src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts +9 -0
  208. package/src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts +16 -0
  209. package/src/components/alert-icon/icons/icon-14-alarm-unack-a.ts +8 -0
  210. package/src/components/alert-icon/icons/icon-14-alarm-unack-b.ts +15 -0
  211. package/src/components/alert-icon/icons/icon-14-warning-unack-a.ts +8 -0
  212. package/src/components/alert-icon/icons/icon-14-warning-unack-b.ts +8 -0
  213. package/src/components/alert-topbar-element/alert-topbar-element.stories.ts +4 -0
  214. package/src/components/alert-topbar-element/alert-topbar-element.ts +17 -0
  215. package/src/components/notification-message/notification-message.stories.ts +26 -10
  216. package/src/components/rich-button/rich-button.css +118 -0
  217. package/src/components/rich-button/rich-button.stories.ts +196 -0
  218. package/src/components/rich-button/rich-button.ts +95 -0
  219. package/src/components/vendor-button/vendor-button.css +10 -0
  220. package/src/components/vendor-button/vendor-button.stories.ts +19 -0
  221. package/src/components/vendor-button/vendor-button.ts +25 -0
  222. package/src/icons/icon-01-content-copy.ts +40 -0
  223. package/src/icons/icon-01-content-cut.ts +40 -0
  224. package/src/icons/icon-01-content-paste.ts +40 -0
  225. package/src/icons/icon-02-dock-bottom.ts +40 -0
  226. package/src/icons/icon-02-dock-left.ts +40 -0
  227. package/src/icons/icon-02-dock-right.ts +40 -0
  228. package/src/icons/icon-03-license.ts +40 -0
  229. package/src/icons/icon-03-star-unchecked.ts +1 -1
  230. package/src/icons/icon-04-colorcalibrated.ts +2 -14
  231. package/src/icons/icon-07-target-associated-ais-camera.ts +42 -0
  232. package/src/icons/icon-07-target-associated-camera-radar.ts +40 -0
  233. package/src/icons/icon-07-target-associated-radar-camera.ts +42 -0
  234. package/src/icons/icon-07-target-camera.ts +40 -0
  235. package/src/icons/icon-08-backward-fast.ts +1 -1
  236. package/src/icons/icon-08-backward-stopped.ts +1 -1
  237. package/src/icons/icon-08-forward-fast.ts +1 -1
  238. package/src/icons/icon-08-forward-stopped.ts +1 -1
  239. package/src/icons/icon-08-motor-off-horisontal.ts +1 -1
  240. package/src/icons/icon-09-switch-horizontal-off-large.ts +1 -1
  241. package/src/icons/icon-09-switch-horizontal-off.ts +1 -1
  242. package/src/icons/icon-10-autonomous.ts +3 -3
  243. package/src/icons/icon-14-alert-rectified.ts +1 -1
  244. package/src/icons/icon-14-alertheader-aggregated-large.ts +40 -0
  245. package/src/icons/icon-14-alertheader-group-large.ts +42 -0
  246. package/src/icons/icon-14-exclamationmark.ts +4 -4
  247. package/src/icons/icon-14-rectified.ts +1 -1
  248. package/src/icons/icon-18-ais-anchored.ts +4 -4
  249. package/src/icons/icon-18-ais-notunderway.ts +1 -1
  250. package/src/icons/icon-iec-02-ais-target-activated-selected.ts +40 -0
  251. package/src/icons/icon-iec-02-ais-target-activated.ts +40 -0
  252. package/src/icons/icon-iec-02-associated-target-ais.ts +40 -0
  253. package/src/icons/icon-iec-02-associated-target-radar.ts +40 -0
  254. package/src/icons/icon-iec-02-radar-target-tracked-selected.ts +48 -0
  255. package/src/icons/icon-iec-02-radar-target-tracked.ts +40 -0
  256. package/src/icons/index.ts +19 -4
  257. package/src/icons/names.ts +19 -4
  258. package/src/icons.stories.ts +78 -0
  259. package/src/navigation-instruments/thruster/thruster.stories.ts +18 -1
  260. package/src/navigation-instruments/thruster/thruster.ts +43 -27
  261. package/dist/icons/icon-07-target-ias-selected.d.ts.map +0 -1
  262. package/dist/icons/icon-07-target-ias-selected.js +0 -60
  263. package/dist/icons/icon-07-target-ias-selected.js.map +0 -1
  264. package/dist/icons/icon-07-target-ias.d.ts.map +0 -1
  265. package/dist/icons/icon-07-target-ias.js.map +0 -1
  266. package/dist/icons/icon-07-target-radar-selected.d.ts.map +0 -1
  267. package/dist/icons/icon-07-target-radar-selected.js +0 -60
  268. package/dist/icons/icon-07-target-radar-selected.js.map +0 -1
  269. package/dist/icons/icon-07-target-radar.js.map +0 -1
  270. package/src/icons/icon-07-target-ias-selected.ts +0 -48
  271. package/src/icons/icon-07-target-ias.ts +0 -54
  272. package/src/icons/icon-07-target-radar-selected.ts +0 -48
  273. package/src/icons/icon-07-target-radar.ts +0 -40
@@ -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": [
@@ -36978,255 +37875,370 @@
36978
37875
  },
36979
37876
  {
36980
37877
  "kind": "javascript-module",
36981
- "path": "src/components/alert-button/alert-button.ts",
37878
+ "path": "src/navigation-instruments/types.ts",
37879
+ "declarations": [],
37880
+ "exports": []
37881
+ },
37882
+ {
37883
+ "kind": "javascript-module",
37884
+ "path": "src/svghelpers/circle.ts",
36982
37885
  "declarations": [
36983
37886
  {
36984
- "kind": "class",
36985
- "description": "Represents an alert button component.",
36986
- "name": "ObcAlertButton",
36987
- "members": [
37887
+ "kind": "function",
37888
+ "name": "circle",
37889
+ "parameters": [
36988
37890
  {
36989
- "kind": "field",
36990
- "name": "nAlerts",
37891
+ "name": "id",
36991
37892
  "type": {
36992
- "text": "number"
36993
- },
36994
- "default": "0",
36995
- "attribute": "n-alerts"
37893
+ "text": "string"
37894
+ }
36996
37895
  },
36997
37896
  {
36998
- "kind": "field",
36999
- "name": "alertType",
37000
- "attribute": "alert-type"
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
+ }
37001
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
+ },
37999
+ {
38000
+ "kind": "javascript-module",
38001
+ "path": "src/components/alert-icon/alert-icon.ts",
38002
+ "declarations": [
38003
+ {
38004
+ "kind": "variable",
38005
+ "name": "AlertIconNames",
38006
+ "default": "Object.keys(mapping)"
38007
+ },
38008
+ {
38009
+ "kind": "class",
38010
+ "description": "Icon used for alerts and notification with blinking effect",
38011
+ "name": "ObcAlertIcon",
38012
+ "members": [
37002
38013
  {
37003
38014
  "kind": "field",
37004
- "name": "standalone",
38015
+ "name": "blinkValue",
37005
38016
  "type": {
37006
38017
  "text": "boolean"
37007
38018
  },
37008
38019
  "default": "false",
37009
- "attribute": "standalone"
38020
+ "description": "This value should alternate between true and false to make the icon blink.",
38021
+ "attribute": "blink-value"
37010
38022
  },
37011
38023
  {
37012
38024
  "kind": "field",
37013
- "name": "counter",
38025
+ "name": "name",
37014
38026
  "type": {
37015
- "text": "boolean"
38027
+ "text": "AlertIconName"
37016
38028
  },
37017
- "default": "false",
37018
- "attribute": "counter"
37019
- }
37020
- ],
37021
- "events": [
37022
- {
37023
- "description": "Fires when the button is clicked.",
37024
- "name": "click"
38029
+ "default": "'alarm-unack'",
38030
+ "description": "Name of the icon.",
38031
+ "attribute": "name"
37025
38032
  }
37026
38033
  ],
37027
38034
  "attributes": [
37028
38035
  {
37029
- "name": "n-alerts",
37030
- "type": {
37031
- "text": "number"
37032
- },
37033
- "default": "0",
37034
- "fieldName": "nAlerts"
37035
- },
37036
- {
37037
- "name": "alert-type",
37038
- "fieldName": "alertType"
37039
- },
37040
- {
37041
- "name": "standalone",
38036
+ "name": "blink-value",
37042
38037
  "type": {
37043
38038
  "text": "boolean"
37044
38039
  },
37045
38040
  "default": "false",
37046
- "fieldName": "standalone"
38041
+ "description": "This value should alternate between true and false to make the icon blink.",
38042
+ "fieldName": "blinkValue"
37047
38043
  },
37048
38044
  {
37049
- "name": "counter",
38045
+ "name": "name",
37050
38046
  "type": {
37051
- "text": "boolean"
38047
+ "text": "AlertIconName"
37052
38048
  },
37053
- "default": "false",
37054
- "fieldName": "counter"
38049
+ "default": "'alarm-unack'",
38050
+ "description": "Name of the icon.",
38051
+ "fieldName": "name"
37055
38052
  }
37056
38053
  ],
37057
38054
  "superclass": {
37058
38055
  "name": "LitElement",
37059
38056
  "package": "lit"
37060
38057
  },
37061
- "tagName": "obc-alert-button",
38058
+ "tagName": "obc-alert-icon",
37062
38059
  "customElement": true
37063
38060
  }
37064
38061
  ],
37065
38062
  "exports": [
37066
38063
  {
37067
38064
  "kind": "js",
37068
- "name": "ObcAlertButton",
38065
+ "name": "AlertIconNames",
37069
38066
  "declaration": {
37070
- "name": "ObcAlertButton",
37071
- "module": "src/components/alert-button/alert-button.ts"
38067
+ "name": "AlertIconNames",
38068
+ "module": "src/components/alert-icon/alert-icon.ts"
38069
+ }
38070
+ },
38071
+ {
38072
+ "kind": "js",
38073
+ "name": "ObcAlertIcon",
38074
+ "declaration": {
38075
+ "name": "ObcAlertIcon",
38076
+ "module": "src/components/alert-icon/alert-icon.ts"
37072
38077
  }
37073
38078
  },
37074
38079
  {
37075
38080
  "kind": "custom-element-definition",
37076
- "name": "obc-alert-button",
38081
+ "name": "obc-alert-icon",
37077
38082
  "declaration": {
37078
- "name": "ObcAlertButton",
37079
- "module": "src/components/alert-button/alert-button.ts"
38083
+ "name": "ObcAlertIcon",
38084
+ "module": "src/components/alert-icon/alert-icon.ts"
37080
38085
  }
37081
38086
  }
37082
38087
  ]
37083
38088
  },
37084
38089
  {
37085
38090
  "kind": "javascript-module",
37086
- "path": "src/components/alert-menu-item/alert-menu-item.ts",
38091
+ "path": "src/components/alert-button/alert-button.ts",
37087
38092
  "declarations": [
37088
38093
  {
37089
38094
  "kind": "class",
37090
- "description": "",
37091
- "name": "ObcAlertMenuItem",
38095
+ "description": "Button used for alerts and notification",
38096
+ "name": "ObcAlertButton",
37092
38097
  "members": [
37093
38098
  {
37094
38099
  "kind": "field",
37095
- "name": "message",
38100
+ "name": "nAlerts",
37096
38101
  "type": {
37097
- "text": "string"
38102
+ "text": "number"
37098
38103
  },
37099
- "default": "'Message'",
37100
- "attribute": "message"
38104
+ "default": "0",
38105
+ "description": "Number of alerts.",
38106
+ "attribute": "n-alerts"
37101
38107
  },
37102
38108
  {
37103
38109
  "kind": "field",
37104
- "name": "time",
38110
+ "name": "alertType",
37105
38111
  "type": {
37106
- "text": "string"
38112
+ "text": "AlertType"
37107
38113
  },
37108
- "default": "'2021-01-01T00:00:00Z'",
37109
- "attribute": "time"
38114
+ "description": "Type of alert.",
38115
+ "attribute": "alert-type"
37110
38116
  },
37111
38117
  {
37112
38118
  "kind": "field",
37113
- "name": "timeSince",
38119
+ "name": "standalone",
37114
38120
  "type": {
37115
- "text": "string"
38121
+ "text": "boolean"
37116
38122
  },
37117
- "default": "'1h'",
37118
- "attribute": "time-since"
38123
+ "default": "false",
38124
+ "description": "If the button is standalone and not used together with an notification-message.",
38125
+ "attribute": "standalone"
37119
38126
  },
37120
38127
  {
37121
38128
  "kind": "field",
37122
- "name": "acknowledgeble",
38129
+ "name": "counter",
37123
38130
  "type": {
37124
38131
  "text": "boolean"
37125
38132
  },
37126
38133
  "default": "false",
37127
- "attribute": "acknowledgeble"
38134
+ "description": "If the button should display a counter.",
38135
+ "attribute": "counter"
37128
38136
  },
37129
38137
  {
37130
38138
  "kind": "field",
37131
- "name": "acknowledged",
38139
+ "name": "blinkAlarmValue",
37132
38140
  "type": {
37133
38141
  "text": "boolean"
37134
38142
  },
37135
38143
  "default": "false",
37136
- "attribute": "acknowledged"
38144
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38145
+ "attribute": "blink-alarm-value"
37137
38146
  },
37138
38147
  {
37139
38148
  "kind": "field",
37140
- "name": "narrowBreakpointPx",
38149
+ "name": "blinkWarningValue",
37141
38150
  "type": {
37142
- "text": "number"
38151
+ "text": "boolean"
37143
38152
  },
37144
- "default": "400",
37145
- "attribute": "narrow-breakpoint-px"
38153
+ "default": "false",
38154
+ "description": "This value should alternate between true and false to make the icon blink.",
38155
+ "attribute": "blink-warning-value"
37146
38156
  }
37147
38157
  ],
37148
38158
  "events": [
37149
38159
  {
37150
- "name": "ack-click",
37151
- "type": {
37152
- "text": "CustomEvent"
37153
- },
37154
- "description": "Fired when the ack button is clicked"
38160
+ "description": "Fires when the button is clicked.",
38161
+ "name": "click"
37155
38162
  }
37156
38163
  ],
37157
38164
  "attributes": [
37158
38165
  {
37159
- "name": "message",
38166
+ "name": "n-alerts",
37160
38167
  "type": {
37161
- "text": "string"
38168
+ "text": "number"
37162
38169
  },
37163
- "default": "'Message'",
37164
- "fieldName": "message"
38170
+ "default": "0",
38171
+ "description": "Number of alerts.",
38172
+ "fieldName": "nAlerts"
37165
38173
  },
37166
38174
  {
37167
- "name": "time",
38175
+ "name": "alert-type",
37168
38176
  "type": {
37169
- "text": "string"
38177
+ "text": "AlertType"
37170
38178
  },
37171
- "default": "'2021-01-01T00:00:00Z'",
37172
- "fieldName": "time"
38179
+ "description": "Type of alert.",
38180
+ "fieldName": "alertType"
37173
38181
  },
37174
38182
  {
37175
- "name": "time-since",
38183
+ "name": "standalone",
37176
38184
  "type": {
37177
- "text": "string"
38185
+ "text": "boolean"
37178
38186
  },
37179
- "default": "'1h'",
37180
- "fieldName": "timeSince"
38187
+ "default": "false",
38188
+ "description": "If the button is standalone and not used together with an notification-message.",
38189
+ "fieldName": "standalone"
37181
38190
  },
37182
38191
  {
37183
- "name": "acknowledgeble",
38192
+ "name": "counter",
37184
38193
  "type": {
37185
38194
  "text": "boolean"
37186
38195
  },
37187
38196
  "default": "false",
37188
- "fieldName": "acknowledgeble"
38197
+ "description": "If the button should display a counter.",
38198
+ "fieldName": "counter"
37189
38199
  },
37190
38200
  {
37191
- "name": "acknowledged",
38201
+ "name": "blink-alarm-value",
37192
38202
  "type": {
37193
38203
  "text": "boolean"
37194
38204
  },
37195
38205
  "default": "false",
37196
- "fieldName": "acknowledged"
38206
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38207
+ "fieldName": "blinkAlarmValue"
37197
38208
  },
37198
38209
  {
37199
- "name": "narrow-breakpoint-px",
38210
+ "name": "blink-warning-value",
37200
38211
  "type": {
37201
- "text": "number"
38212
+ "text": "boolean"
37202
38213
  },
37203
- "default": "400",
37204
- "fieldName": "narrowBreakpointPx"
38214
+ "default": "false",
38215
+ "description": "This value should alternate between true and false to make the icon blink.",
38216
+ "fieldName": "blinkWarningValue"
37205
38217
  }
37206
38218
  ],
37207
38219
  "superclass": {
37208
38220
  "name": "LitElement",
37209
38221
  "package": "lit"
37210
38222
  },
37211
- "tagName": "obc-alert-menu-item",
38223
+ "tagName": "obc-alert-button",
37212
38224
  "customElement": true
37213
38225
  }
37214
38226
  ],
37215
38227
  "exports": [
37216
38228
  {
37217
38229
  "kind": "js",
37218
- "name": "ObcAlertMenuItem",
38230
+ "name": "ObcAlertButton",
37219
38231
  "declaration": {
37220
- "name": "ObcAlertMenuItem",
37221
- "module": "src/components/alert-menu-item/alert-menu-item.ts"
38232
+ "name": "ObcAlertButton",
38233
+ "module": "src/components/alert-button/alert-button.ts"
37222
38234
  }
37223
38235
  },
37224
38236
  {
37225
38237
  "kind": "custom-element-definition",
37226
- "name": "obc-alert-menu-item",
38238
+ "name": "obc-alert-button",
37227
38239
  "declaration": {
37228
- "name": "ObcAlertMenuItem",
37229
- "module": "src/components/alert-menu-item/alert-menu-item.ts"
38240
+ "name": "ObcAlertButton",
38241
+ "module": "src/components/alert-button/alert-button.ts"
37230
38242
  }
37231
38243
  }
37232
38244
  ]
@@ -37305,90 +38317,150 @@
37305
38317
  },
37306
38318
  {
37307
38319
  "kind": "javascript-module",
37308
- "path": "src/components/app-button/app-button.ts",
38320
+ "path": "src/components/alert-menu-item/alert-menu-item.ts",
37309
38321
  "declarations": [
37310
38322
  {
37311
38323
  "kind": "class",
37312
38324
  "description": "",
37313
- "name": "ObcAppButton",
38325
+ "name": "ObcAlertMenuItem",
37314
38326
  "members": [
37315
38327
  {
37316
38328
  "kind": "field",
37317
- "name": "label",
38329
+ "name": "message",
37318
38330
  "type": {
37319
38331
  "text": "string"
37320
38332
  },
37321
- "default": "'Button'",
37322
- "attribute": "label"
38333
+ "default": "'Message'",
38334
+ "attribute": "message"
37323
38335
  },
37324
38336
  {
37325
38337
  "kind": "field",
37326
- "name": "checked",
38338
+ "name": "time",
38339
+ "type": {
38340
+ "text": "string"
38341
+ },
38342
+ "default": "'2021-01-01T00:00:00Z'",
38343
+ "attribute": "time"
38344
+ },
38345
+ {
38346
+ "kind": "field",
38347
+ "name": "timeSince",
38348
+ "type": {
38349
+ "text": "string"
38350
+ },
38351
+ "default": "'1h'",
38352
+ "attribute": "time-since"
38353
+ },
38354
+ {
38355
+ "kind": "field",
38356
+ "name": "acknowledgeble",
37327
38357
  "type": {
37328
38358
  "text": "boolean"
37329
38359
  },
37330
38360
  "default": "false",
37331
- "attribute": "checked"
38361
+ "attribute": "acknowledgeble"
37332
38362
  },
37333
38363
  {
37334
38364
  "kind": "field",
37335
- "name": "size",
38365
+ "name": "acknowledged",
37336
38366
  "type": {
37337
- "text": "string"
38367
+ "text": "boolean"
37338
38368
  },
37339
- "default": "'normal'",
37340
- "attribute": "size"
38369
+ "default": "false",
38370
+ "attribute": "acknowledged"
38371
+ },
38372
+ {
38373
+ "kind": "field",
38374
+ "name": "narrowBreakpointPx",
38375
+ "type": {
38376
+ "text": "number"
38377
+ },
38378
+ "default": "400",
38379
+ "attribute": "narrow-breakpoint-px"
38380
+ }
38381
+ ],
38382
+ "events": [
38383
+ {
38384
+ "name": "ack-click",
38385
+ "type": {
38386
+ "text": "CustomEvent"
38387
+ },
38388
+ "description": "Fired when the ack button is clicked"
37341
38389
  }
37342
38390
  ],
37343
38391
  "attributes": [
37344
38392
  {
37345
- "name": "label",
38393
+ "name": "message",
37346
38394
  "type": {
37347
38395
  "text": "string"
37348
38396
  },
37349
- "default": "'Button'",
37350
- "fieldName": "label"
38397
+ "default": "'Message'",
38398
+ "fieldName": "message"
37351
38399
  },
37352
38400
  {
37353
- "name": "checked",
38401
+ "name": "time",
38402
+ "type": {
38403
+ "text": "string"
38404
+ },
38405
+ "default": "'2021-01-01T00:00:00Z'",
38406
+ "fieldName": "time"
38407
+ },
38408
+ {
38409
+ "name": "time-since",
38410
+ "type": {
38411
+ "text": "string"
38412
+ },
38413
+ "default": "'1h'",
38414
+ "fieldName": "timeSince"
38415
+ },
38416
+ {
38417
+ "name": "acknowledgeble",
37354
38418
  "type": {
37355
38419
  "text": "boolean"
37356
38420
  },
37357
38421
  "default": "false",
37358
- "fieldName": "checked"
38422
+ "fieldName": "acknowledgeble"
37359
38423
  },
37360
38424
  {
37361
- "name": "size",
38425
+ "name": "acknowledged",
37362
38426
  "type": {
37363
- "text": "string"
38427
+ "text": "boolean"
37364
38428
  },
37365
- "default": "'normal'",
37366
- "fieldName": "size"
38429
+ "default": "false",
38430
+ "fieldName": "acknowledged"
38431
+ },
38432
+ {
38433
+ "name": "narrow-breakpoint-px",
38434
+ "type": {
38435
+ "text": "number"
38436
+ },
38437
+ "default": "400",
38438
+ "fieldName": "narrowBreakpointPx"
37367
38439
  }
37368
38440
  ],
37369
38441
  "superclass": {
37370
38442
  "name": "LitElement",
37371
38443
  "package": "lit"
37372
38444
  },
37373
- "tagName": "obc-app-button",
38445
+ "tagName": "obc-alert-menu-item",
37374
38446
  "customElement": true
37375
38447
  }
37376
38448
  ],
37377
38449
  "exports": [
37378
38450
  {
37379
38451
  "kind": "js",
37380
- "name": "ObcAppButton",
38452
+ "name": "ObcAlertMenuItem",
37381
38453
  "declaration": {
37382
- "name": "ObcAppButton",
37383
- "module": "src/components/app-button/app-button.ts"
38454
+ "name": "ObcAlertMenuItem",
38455
+ "module": "src/components/alert-menu-item/alert-menu-item.ts"
37384
38456
  }
37385
38457
  },
37386
38458
  {
37387
38459
  "kind": "custom-element-definition",
37388
- "name": "obc-app-button",
38460
+ "name": "obc-alert-menu-item",
37389
38461
  "declaration": {
37390
- "name": "ObcAppButton",
37391
- "module": "src/components/app-button/app-button.ts"
38462
+ "name": "ObcAlertMenuItem",
38463
+ "module": "src/components/alert-menu-item/alert-menu-item.ts"
37392
38464
  }
37393
38465
  }
37394
38466
  ]
@@ -37405,6 +38477,10 @@
37405
38477
  {
37406
38478
  "description": "The message to display in the alert element of type `obc-notification-message-item`",
37407
38479
  "name": ""
38480
+ },
38481
+ {
38482
+ "description": "The message to display when there are no alerts",
38483
+ "name": "empty"
37408
38484
  }
37409
38485
  ],
37410
38486
  "members": [
@@ -37415,6 +38491,7 @@
37415
38491
  "text": "number"
37416
38492
  },
37417
38493
  "default": "0",
38494
+ "description": "Number of alerts.",
37418
38495
  "attribute": "n-alerts"
37419
38496
  },
37420
38497
  {
@@ -37423,8 +38500,29 @@
37423
38500
  "type": {
37424
38501
  "text": "AlertType"
37425
38502
  },
38503
+ "description": "Type of alert.",
37426
38504
  "attribute": "alert-type"
37427
38505
  },
38506
+ {
38507
+ "kind": "field",
38508
+ "name": "blinkAlarmValue",
38509
+ "type": {
38510
+ "text": "boolean"
38511
+ },
38512
+ "default": "false",
38513
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38514
+ "attribute": "blink-alarm-value"
38515
+ },
38516
+ {
38517
+ "kind": "field",
38518
+ "name": "blinkWarningValue",
38519
+ "type": {
38520
+ "text": "boolean"
38521
+ },
38522
+ "default": "false",
38523
+ "description": "This value should alternate between true and false to make the icon blink.",
38524
+ "attribute": "blink-warning-value"
38525
+ },
37428
38526
  {
37429
38527
  "kind": "field",
37430
38528
  "name": "showAck",
@@ -37432,6 +38530,7 @@
37432
38530
  "text": "boolean"
37433
38531
  },
37434
38532
  "default": "false",
38533
+ "description": "If the ack button should be shown.",
37435
38534
  "attribute": "show-ack"
37436
38535
  },
37437
38536
  {
@@ -37441,6 +38540,7 @@
37441
38540
  "text": "boolean"
37442
38541
  },
37443
38542
  "default": "false",
38543
+ "description": "If the alert is muted.",
37444
38544
  "attribute": "alert-muted"
37445
38545
  },
37446
38546
  {
@@ -37450,6 +38550,7 @@
37450
38550
  "text": "boolean"
37451
38551
  },
37452
38552
  "default": "false",
38553
+ "description": "If the alert is minimized.",
37453
38554
  "attribute": "minimized"
37454
38555
  },
37455
38556
  {
@@ -37459,6 +38560,7 @@
37459
38560
  "text": "number"
37460
38561
  },
37461
38562
  "default": "480",
38563
+ "description": "The maximum width of the alert.",
37462
38564
  "attribute": "max-width"
37463
38565
  }
37464
38566
  ],
@@ -37499,6 +38601,7 @@
37499
38601
  "text": "number"
37500
38602
  },
37501
38603
  "default": "0",
38604
+ "description": "Number of alerts.",
37502
38605
  "fieldName": "nAlerts"
37503
38606
  },
37504
38607
  {
@@ -37506,14 +38609,34 @@
37506
38609
  "type": {
37507
38610
  "text": "AlertType"
37508
38611
  },
38612
+ "description": "Type of alert.",
37509
38613
  "fieldName": "alertType"
37510
38614
  },
38615
+ {
38616
+ "name": "blink-alarm-value",
38617
+ "type": {
38618
+ "text": "boolean"
38619
+ },
38620
+ "default": "false",
38621
+ "description": "This value should alternate between true and false to make the icon blink. It should be synchronized with the blinkValue of other alarms.",
38622
+ "fieldName": "blinkAlarmValue"
38623
+ },
38624
+ {
38625
+ "name": "blink-warning-value",
38626
+ "type": {
38627
+ "text": "boolean"
38628
+ },
38629
+ "default": "false",
38630
+ "description": "This value should alternate between true and false to make the icon blink.",
38631
+ "fieldName": "blinkWarningValue"
38632
+ },
37511
38633
  {
37512
38634
  "name": "show-ack",
37513
38635
  "type": {
37514
38636
  "text": "boolean"
37515
38637
  },
37516
38638
  "default": "false",
38639
+ "description": "If the ack button should be shown.",
37517
38640
  "fieldName": "showAck"
37518
38641
  },
37519
38642
  {
@@ -37522,6 +38645,7 @@
37522
38645
  "text": "boolean"
37523
38646
  },
37524
38647
  "default": "false",
38648
+ "description": "If the alert is muted.",
37525
38649
  "fieldName": "alertMuted"
37526
38650
  },
37527
38651
  {
@@ -37530,6 +38654,7 @@
37530
38654
  "text": "boolean"
37531
38655
  },
37532
38656
  "default": "false",
38657
+ "description": "If the alert is minimized.",
37533
38658
  "fieldName": "minimized"
37534
38659
  },
37535
38660
  {
@@ -37538,6 +38663,7 @@
37538
38663
  "text": "number"
37539
38664
  },
37540
38665
  "default": "480",
38666
+ "description": "The maximum width of the alert.",
37541
38667
  "fieldName": "maxWidth"
37542
38668
  }
37543
38669
  ],
@@ -37570,212 +38696,90 @@
37570
38696
  },
37571
38697
  {
37572
38698
  "kind": "javascript-module",
37573
- "path": "src/components/app-menu/app-menu.ts",
37574
- "declarations": [
37575
- {
37576
- "kind": "class",
37577
- "description": "",
37578
- "name": "ObcAppMenu",
37579
- "members": [
37580
- {
37581
- "kind": "method",
37582
- "name": "onSearchInput",
37583
- "parameters": [
37584
- {
37585
- "name": "e",
37586
- "type": {
37587
- "text": "Event"
37588
- }
37589
- }
37590
- ]
37591
- }
37592
- ],
37593
- "events": [
37594
- {
37595
- "name": "search",
37596
- "type": {
37597
- "text": "CustomEvent"
37598
- }
37599
- }
37600
- ],
37601
- "superclass": {
37602
- "name": "LitElement",
37603
- "package": "lit"
37604
- },
37605
- "tagName": "obc-app-menu",
37606
- "customElement": true
37607
- }
37608
- ],
37609
- "exports": [
37610
- {
37611
- "kind": "js",
37612
- "name": "ObcAppMenu",
37613
- "declaration": {
37614
- "name": "ObcAppMenu",
37615
- "module": "src/components/app-menu/app-menu.ts"
37616
- }
37617
- },
37618
- {
37619
- "kind": "custom-element-definition",
37620
- "name": "obc-app-menu",
37621
- "declaration": {
37622
- "name": "ObcAppMenu",
37623
- "module": "src/components/app-menu/app-menu.ts"
37624
- }
37625
- }
37626
- ]
37627
- },
37628
- {
37629
- "kind": "javascript-module",
37630
- "path": "src/components/brilliance-menu/brilliance-menu.ts",
38699
+ "path": "src/components/app-button/app-button.ts",
37631
38700
  "declarations": [
37632
38701
  {
37633
38702
  "kind": "class",
37634
38703
  "description": "",
37635
- "name": "ObcBrillianceMenu",
38704
+ "name": "ObcAppButton",
37636
38705
  "members": [
37637
38706
  {
37638
38707
  "kind": "field",
37639
- "name": "palette",
37640
- "type": {
37641
- "text": "String"
37642
- },
37643
- "default": "'day'",
37644
- "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
37645
- "attribute": "palette"
37646
- },
37647
- {
37648
- "kind": "field",
37649
- "name": "brightness",
38708
+ "name": "label",
37650
38709
  "type": {
37651
- "text": "Number"
38710
+ "text": "string"
37652
38711
  },
37653
- "default": "50",
37654
- "description": "The brightness value",
37655
- "attribute": "brightness"
38712
+ "default": "'Button'",
38713
+ "attribute": "label"
37656
38714
  },
37657
38715
  {
37658
38716
  "kind": "field",
37659
- "name": "showAutoBrightness",
38717
+ "name": "checked",
37660
38718
  "type": {
37661
- "text": "Boolean"
38719
+ "text": "boolean"
37662
38720
  },
37663
38721
  "default": "false",
37664
- "description": "Show the auto brightness toggle",
37665
- "attribute": "show-auto-brightness"
38722
+ "attribute": "checked"
37666
38723
  },
37667
38724
  {
37668
38725
  "kind": "field",
37669
- "name": "showAutoPalette",
37670
- "type": {
37671
- "text": "Boolean"
37672
- },
37673
- "default": "false",
37674
- "description": "Show the auto palette toggle",
37675
- "attribute": "show-auto-palette"
37676
- },
37677
- {
37678
- "kind": "method",
37679
- "name": "onPaletteChanged",
37680
- "parameters": [
37681
- {
37682
- "name": "event",
37683
- "type": {
37684
- "text": "CustomEvent"
37685
- }
37686
- }
37687
- ]
37688
- },
37689
- {
37690
- "kind": "method",
37691
- "name": "onBrightnessChanged",
37692
- "parameters": [
37693
- {
37694
- "name": "event",
37695
- "type": {
37696
- "text": "CustomEvent"
37697
- }
37698
- }
37699
- ]
37700
- }
37701
- ],
37702
- "events": [
37703
- {
37704
- "name": "palette-changed",
37705
- "type": {
37706
- "text": "CustomEvent"
37707
- },
37708
- "description": "Fires when the palette is changed"
37709
- },
37710
- {
37711
- "name": "brightness-changed",
38726
+ "name": "size",
37712
38727
  "type": {
37713
- "text": "CustomEvent"
38728
+ "text": "string"
37714
38729
  },
37715
- "description": "Fires when the brightness is changed"
38730
+ "default": "'normal'",
38731
+ "attribute": "size"
37716
38732
  }
37717
38733
  ],
37718
38734
  "attributes": [
37719
38735
  {
37720
- "name": "palette",
37721
- "type": {
37722
- "text": "String"
37723
- },
37724
- "default": "'day'",
37725
- "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
37726
- "fieldName": "palette"
37727
- },
37728
- {
37729
- "name": "brightness",
38736
+ "name": "label",
37730
38737
  "type": {
37731
- "text": "Number"
38738
+ "text": "string"
37732
38739
  },
37733
- "default": "50",
37734
- "description": "The brightness value",
37735
- "fieldName": "brightness"
38740
+ "default": "'Button'",
38741
+ "fieldName": "label"
37736
38742
  },
37737
38743
  {
37738
- "name": "show-auto-brightness",
38744
+ "name": "checked",
37739
38745
  "type": {
37740
- "text": "Boolean"
38746
+ "text": "boolean"
37741
38747
  },
37742
38748
  "default": "false",
37743
- "description": "Show the auto brightness toggle",
37744
- "fieldName": "showAutoBrightness"
38749
+ "fieldName": "checked"
37745
38750
  },
37746
38751
  {
37747
- "name": "show-auto-palette",
38752
+ "name": "size",
37748
38753
  "type": {
37749
- "text": "Boolean"
38754
+ "text": "string"
37750
38755
  },
37751
- "default": "false",
37752
- "description": "Show the auto palette toggle",
37753
- "fieldName": "showAutoPalette"
38756
+ "default": "'normal'",
38757
+ "fieldName": "size"
37754
38758
  }
37755
38759
  ],
37756
38760
  "superclass": {
37757
38761
  "name": "LitElement",
37758
38762
  "package": "lit"
37759
38763
  },
37760
- "tagName": "obc-brilliance-menu",
38764
+ "tagName": "obc-app-button",
37761
38765
  "customElement": true
37762
38766
  }
37763
38767
  ],
37764
38768
  "exports": [
37765
38769
  {
37766
38770
  "kind": "js",
37767
- "name": "ObcBrillianceMenu",
38771
+ "name": "ObcAppButton",
37768
38772
  "declaration": {
37769
- "name": "ObcBrillianceMenu",
37770
- "module": "src/components/brilliance-menu/brilliance-menu.ts"
38773
+ "name": "ObcAppButton",
38774
+ "module": "src/components/app-button/app-button.ts"
37771
38775
  }
37772
38776
  },
37773
38777
  {
37774
38778
  "kind": "custom-element-definition",
37775
- "name": "obc-brilliance-menu",
38779
+ "name": "obc-app-button",
37776
38780
  "declaration": {
37777
- "name": "ObcBrillianceMenu",
37778
- "module": "src/components/brilliance-menu/brilliance-menu.ts"
38781
+ "name": "ObcAppButton",
38782
+ "module": "src/components/app-button/app-button.ts"
37779
38783
  }
37780
38784
  }
37781
38785
  ]
@@ -37824,90 +38828,57 @@
37824
38828
  },
37825
38829
  {
37826
38830
  "kind": "javascript-module",
37827
- "path": "src/components/clock/clock.ts",
38831
+ "path": "src/components/app-menu/app-menu.ts",
37828
38832
  "declarations": [
37829
38833
  {
37830
38834
  "kind": "class",
37831
38835
  "description": "",
37832
- "name": "ObcClock",
38836
+ "name": "ObcAppMenu",
37833
38837
  "members": [
37834
38838
  {
37835
- "kind": "field",
37836
- "name": "date",
37837
- "type": {
37838
- "text": "string"
37839
- },
37840
- "default": "'2021-01-01T11:11:11.111Z'",
37841
- "attribute": "date"
37842
- },
37843
- {
37844
- "kind": "field",
37845
- "name": "showDate",
37846
- "type": {
37847
- "text": "boolean"
37848
- },
37849
- "default": "false",
37850
- "attribute": "show-date"
37851
- },
37852
- {
37853
- "kind": "field",
37854
- "name": "blinkOnlyBreakpointPx",
37855
- "type": {
37856
- "text": "number"
37857
- },
37858
- "default": "0",
37859
- "attribute": "blink-only-breakpoint-px"
38839
+ "kind": "method",
38840
+ "name": "onSearchInput",
38841
+ "parameters": [
38842
+ {
38843
+ "name": "e",
38844
+ "type": {
38845
+ "text": "Event"
38846
+ }
38847
+ }
38848
+ ]
37860
38849
  }
37861
38850
  ],
37862
- "attributes": [
37863
- {
37864
- "name": "date",
37865
- "type": {
37866
- "text": "string"
37867
- },
37868
- "default": "'2021-01-01T11:11:11.111Z'",
37869
- "fieldName": "date"
37870
- },
37871
- {
37872
- "name": "show-date",
37873
- "type": {
37874
- "text": "boolean"
37875
- },
37876
- "default": "false",
37877
- "fieldName": "showDate"
37878
- },
38851
+ "events": [
37879
38852
  {
37880
- "name": "blink-only-breakpoint-px",
38853
+ "name": "search",
37881
38854
  "type": {
37882
- "text": "number"
37883
- },
37884
- "default": "0",
37885
- "fieldName": "blinkOnlyBreakpointPx"
38855
+ "text": "CustomEvent"
38856
+ }
37886
38857
  }
37887
38858
  ],
37888
38859
  "superclass": {
37889
38860
  "name": "LitElement",
37890
38861
  "package": "lit"
37891
38862
  },
37892
- "tagName": "obc-clock",
38863
+ "tagName": "obc-app-menu",
37893
38864
  "customElement": true
37894
38865
  }
37895
38866
  ],
37896
38867
  "exports": [
37897
38868
  {
37898
38869
  "kind": "js",
37899
- "name": "ObcClock",
38870
+ "name": "ObcAppMenu",
37900
38871
  "declaration": {
37901
- "name": "ObcClock",
37902
- "module": "src/components/clock/clock.ts"
38872
+ "name": "ObcAppMenu",
38873
+ "module": "src/components/app-menu/app-menu.ts"
37903
38874
  }
37904
38875
  },
37905
38876
  {
37906
38877
  "kind": "custom-element-definition",
37907
- "name": "obc-clock",
38878
+ "name": "obc-app-menu",
37908
38879
  "declaration": {
37909
- "name": "ObcClock",
37910
- "module": "src/components/clock/clock.ts"
38880
+ "name": "ObcAppMenu",
38881
+ "module": "src/components/app-menu/app-menu.ts"
37911
38882
  }
37912
38883
  }
37913
38884
  ]
@@ -38102,72 +39073,245 @@
38102
39073
  },
38103
39074
  {
38104
39075
  "kind": "javascript-module",
38105
- "path": "src/components/divider/divider.ts",
39076
+ "path": "src/components/brilliance-menu/brilliance-menu.ts",
38106
39077
  "declarations": [
38107
39078
  {
38108
39079
  "kind": "class",
38109
39080
  "description": "",
38110
- "name": "ObcDivider",
38111
- "members": [],
39081
+ "name": "ObcBrillianceMenu",
39082
+ "members": [
39083
+ {
39084
+ "kind": "field",
39085
+ "name": "palette",
39086
+ "type": {
39087
+ "text": "String"
39088
+ },
39089
+ "default": "'day'",
39090
+ "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
39091
+ "attribute": "palette"
39092
+ },
39093
+ {
39094
+ "kind": "field",
39095
+ "name": "brightness",
39096
+ "type": {
39097
+ "text": "Number"
39098
+ },
39099
+ "default": "50",
39100
+ "description": "The brightness value",
39101
+ "attribute": "brightness"
39102
+ },
39103
+ {
39104
+ "kind": "field",
39105
+ "name": "showAutoBrightness",
39106
+ "type": {
39107
+ "text": "Boolean"
39108
+ },
39109
+ "default": "false",
39110
+ "description": "Show the auto brightness toggle",
39111
+ "attribute": "show-auto-brightness"
39112
+ },
39113
+ {
39114
+ "kind": "field",
39115
+ "name": "showAutoPalette",
39116
+ "type": {
39117
+ "text": "Boolean"
39118
+ },
39119
+ "default": "false",
39120
+ "description": "Show the auto palette toggle",
39121
+ "attribute": "show-auto-palette"
39122
+ },
39123
+ {
39124
+ "kind": "method",
39125
+ "name": "onPaletteChanged",
39126
+ "parameters": [
39127
+ {
39128
+ "name": "event",
39129
+ "type": {
39130
+ "text": "CustomEvent"
39131
+ }
39132
+ }
39133
+ ]
39134
+ },
39135
+ {
39136
+ "kind": "method",
39137
+ "name": "onBrightnessChanged",
39138
+ "parameters": [
39139
+ {
39140
+ "name": "event",
39141
+ "type": {
39142
+ "text": "CustomEvent"
39143
+ }
39144
+ }
39145
+ ]
39146
+ }
39147
+ ],
39148
+ "events": [
39149
+ {
39150
+ "name": "palette-changed",
39151
+ "type": {
39152
+ "text": "CustomEvent"
39153
+ },
39154
+ "description": "Fires when the palette is changed"
39155
+ },
39156
+ {
39157
+ "name": "brightness-changed",
39158
+ "type": {
39159
+ "text": "CustomEvent"
39160
+ },
39161
+ "description": "Fires when the brightness is changed"
39162
+ }
39163
+ ],
39164
+ "attributes": [
39165
+ {
39166
+ "name": "palette",
39167
+ "type": {
39168
+ "text": "String"
39169
+ },
39170
+ "default": "'day'",
39171
+ "description": "The palette to use. Possible values are 'night', 'dusk', 'day', 'bright'",
39172
+ "fieldName": "palette"
39173
+ },
39174
+ {
39175
+ "name": "brightness",
39176
+ "type": {
39177
+ "text": "Number"
39178
+ },
39179
+ "default": "50",
39180
+ "description": "The brightness value",
39181
+ "fieldName": "brightness"
39182
+ },
39183
+ {
39184
+ "name": "show-auto-brightness",
39185
+ "type": {
39186
+ "text": "Boolean"
39187
+ },
39188
+ "default": "false",
39189
+ "description": "Show the auto brightness toggle",
39190
+ "fieldName": "showAutoBrightness"
39191
+ },
39192
+ {
39193
+ "name": "show-auto-palette",
39194
+ "type": {
39195
+ "text": "Boolean"
39196
+ },
39197
+ "default": "false",
39198
+ "description": "Show the auto palette toggle",
39199
+ "fieldName": "showAutoPalette"
39200
+ }
39201
+ ],
38112
39202
  "superclass": {
38113
39203
  "name": "LitElement",
38114
39204
  "package": "lit"
38115
39205
  },
38116
- "tagName": "obc-divider",
39206
+ "tagName": "obc-brilliance-menu",
38117
39207
  "customElement": true
38118
39208
  }
38119
39209
  ],
38120
39210
  "exports": [
38121
39211
  {
38122
39212
  "kind": "js",
38123
- "name": "ObcDivider",
39213
+ "name": "ObcBrillianceMenu",
38124
39214
  "declaration": {
38125
- "name": "ObcDivider",
38126
- "module": "src/components/divider/divider.ts"
39215
+ "name": "ObcBrillianceMenu",
39216
+ "module": "src/components/brilliance-menu/brilliance-menu.ts"
38127
39217
  }
38128
39218
  },
38129
39219
  {
38130
39220
  "kind": "custom-element-definition",
38131
- "name": "obc-divider",
39221
+ "name": "obc-brilliance-menu",
38132
39222
  "declaration": {
38133
- "name": "ObcDivider",
38134
- "module": "src/components/divider/divider.ts"
39223
+ "name": "ObcBrillianceMenu",
39224
+ "module": "src/components/brilliance-menu/brilliance-menu.ts"
38135
39225
  }
38136
39226
  }
38137
39227
  ]
38138
39228
  },
38139
39229
  {
38140
39230
  "kind": "javascript-module",
38141
- "path": "src/components/context-menu/context-menu.ts",
39231
+ "path": "src/components/clock/clock.ts",
38142
39232
  "declarations": [
38143
39233
  {
38144
39234
  "kind": "class",
38145
39235
  "description": "",
38146
- "name": "ObcContextMenu",
38147
- "members": [],
39236
+ "name": "ObcClock",
39237
+ "members": [
39238
+ {
39239
+ "kind": "field",
39240
+ "name": "date",
39241
+ "type": {
39242
+ "text": "string"
39243
+ },
39244
+ "default": "'2021-01-01T11:11:11.111Z'",
39245
+ "attribute": "date"
39246
+ },
39247
+ {
39248
+ "kind": "field",
39249
+ "name": "showDate",
39250
+ "type": {
39251
+ "text": "boolean"
39252
+ },
39253
+ "default": "false",
39254
+ "attribute": "show-date"
39255
+ },
39256
+ {
39257
+ "kind": "field",
39258
+ "name": "blinkOnlyBreakpointPx",
39259
+ "type": {
39260
+ "text": "number"
39261
+ },
39262
+ "default": "0",
39263
+ "attribute": "blink-only-breakpoint-px"
39264
+ }
39265
+ ],
39266
+ "attributes": [
39267
+ {
39268
+ "name": "date",
39269
+ "type": {
39270
+ "text": "string"
39271
+ },
39272
+ "default": "'2021-01-01T11:11:11.111Z'",
39273
+ "fieldName": "date"
39274
+ },
39275
+ {
39276
+ "name": "show-date",
39277
+ "type": {
39278
+ "text": "boolean"
39279
+ },
39280
+ "default": "false",
39281
+ "fieldName": "showDate"
39282
+ },
39283
+ {
39284
+ "name": "blink-only-breakpoint-px",
39285
+ "type": {
39286
+ "text": "number"
39287
+ },
39288
+ "default": "0",
39289
+ "fieldName": "blinkOnlyBreakpointPx"
39290
+ }
39291
+ ],
38148
39292
  "superclass": {
38149
39293
  "name": "LitElement",
38150
39294
  "package": "lit"
38151
39295
  },
38152
- "tagName": "obc-context-menu",
39296
+ "tagName": "obc-clock",
38153
39297
  "customElement": true
38154
39298
  }
38155
39299
  ],
38156
39300
  "exports": [
38157
39301
  {
38158
39302
  "kind": "js",
38159
- "name": "ObcContextMenu",
39303
+ "name": "ObcClock",
38160
39304
  "declaration": {
38161
- "name": "ObcContextMenu",
38162
- "module": "src/components/context-menu/context-menu.ts"
39305
+ "name": "ObcClock",
39306
+ "module": "src/components/clock/clock.ts"
38163
39307
  }
38164
39308
  },
38165
39309
  {
38166
39310
  "kind": "custom-element-definition",
38167
- "name": "obc-context-menu",
39311
+ "name": "obc-clock",
38168
39312
  "declaration": {
38169
- "name": "ObcContextMenu",
38170
- "module": "src/components/context-menu/context-menu.ts"
39313
+ "name": "ObcClock",
39314
+ "module": "src/components/clock/clock.ts"
38171
39315
  }
38172
39316
  }
38173
39317
  ]
@@ -38279,6 +39423,78 @@
38279
39423
  }
38280
39424
  ]
38281
39425
  },
39426
+ {
39427
+ "kind": "javascript-module",
39428
+ "path": "src/components/context-menu/context-menu.ts",
39429
+ "declarations": [
39430
+ {
39431
+ "kind": "class",
39432
+ "description": "",
39433
+ "name": "ObcContextMenu",
39434
+ "members": [],
39435
+ "superclass": {
39436
+ "name": "LitElement",
39437
+ "package": "lit"
39438
+ },
39439
+ "tagName": "obc-context-menu",
39440
+ "customElement": true
39441
+ }
39442
+ ],
39443
+ "exports": [
39444
+ {
39445
+ "kind": "js",
39446
+ "name": "ObcContextMenu",
39447
+ "declaration": {
39448
+ "name": "ObcContextMenu",
39449
+ "module": "src/components/context-menu/context-menu.ts"
39450
+ }
39451
+ },
39452
+ {
39453
+ "kind": "custom-element-definition",
39454
+ "name": "obc-context-menu",
39455
+ "declaration": {
39456
+ "name": "ObcContextMenu",
39457
+ "module": "src/components/context-menu/context-menu.ts"
39458
+ }
39459
+ }
39460
+ ]
39461
+ },
39462
+ {
39463
+ "kind": "javascript-module",
39464
+ "path": "src/components/divider/divider.ts",
39465
+ "declarations": [
39466
+ {
39467
+ "kind": "class",
39468
+ "description": "",
39469
+ "name": "ObcDivider",
39470
+ "members": [],
39471
+ "superclass": {
39472
+ "name": "LitElement",
39473
+ "package": "lit"
39474
+ },
39475
+ "tagName": "obc-divider",
39476
+ "customElement": true
39477
+ }
39478
+ ],
39479
+ "exports": [
39480
+ {
39481
+ "kind": "js",
39482
+ "name": "ObcDivider",
39483
+ "declaration": {
39484
+ "name": "ObcDivider",
39485
+ "module": "src/components/divider/divider.ts"
39486
+ }
39487
+ },
39488
+ {
39489
+ "kind": "custom-element-definition",
39490
+ "name": "obc-divider",
39491
+ "declaration": {
39492
+ "name": "ObcDivider",
39493
+ "module": "src/components/divider/divider.ts"
39494
+ }
39495
+ }
39496
+ ]
39497
+ },
38282
39498
  {
38283
39499
  "kind": "javascript-module",
38284
39500
  "path": "src/components/icon-button/icon-button.ts",
@@ -38966,6 +40182,177 @@
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": "hasLeadingIcon",
40213
+ "type": {
40214
+ "text": "boolean"
40215
+ },
40216
+ "default": "false",
40217
+ "attribute": "has-leading-icon"
40218
+ },
40219
+ {
40220
+ "kind": "field",
40221
+ "name": "hasTrailingIcon",
40222
+ "type": {
40223
+ "text": "boolean"
40224
+ },
40225
+ "default": "false",
40226
+ "attribute": "has-trailing-icon"
40227
+ },
40228
+ {
40229
+ "kind": "field",
40230
+ "name": "hasStatus",
40231
+ "type": {
40232
+ "text": "boolean"
40233
+ },
40234
+ "default": "false",
40235
+ "attribute": "has-status"
40236
+ },
40237
+ {
40238
+ "kind": "field",
40239
+ "name": "hasGraphic",
40240
+ "type": {
40241
+ "text": "boolean"
40242
+ },
40243
+ "default": "false",
40244
+ "attribute": "has-graphic"
40245
+ },
40246
+ {
40247
+ "kind": "field",
40248
+ "name": "graphicBorder",
40249
+ "type": {
40250
+ "text": "boolean"
40251
+ },
40252
+ "default": "false",
40253
+ "attribute": "graphic-border"
40254
+ },
40255
+ {
40256
+ "kind": "field",
40257
+ "name": "border",
40258
+ "type": {
40259
+ "text": "boolean"
40260
+ },
40261
+ "default": "false",
40262
+ "attribute": "border"
40263
+ }
40264
+ ],
40265
+ "attributes": [
40266
+ {
40267
+ "name": "position",
40268
+ "type": {
40269
+ "text": "ObcRichButtonPositionType"
40270
+ },
40271
+ "fieldName": "position"
40272
+ },
40273
+ {
40274
+ "name": "size",
40275
+ "type": {
40276
+ "text": "ObcRichButtonSizeType"
40277
+ },
40278
+ "fieldName": "size"
40279
+ },
40280
+ {
40281
+ "name": "has-leading-icon",
40282
+ "type": {
40283
+ "text": "boolean"
40284
+ },
40285
+ "default": "false",
40286
+ "fieldName": "hasLeadingIcon"
40287
+ },
40288
+ {
40289
+ "name": "has-trailing-icon",
40290
+ "type": {
40291
+ "text": "boolean"
40292
+ },
40293
+ "default": "false",
40294
+ "fieldName": "hasTrailingIcon"
40295
+ },
40296
+ {
40297
+ "name": "has-status",
40298
+ "type": {
40299
+ "text": "boolean"
40300
+ },
40301
+ "default": "false",
40302
+ "fieldName": "hasStatus"
40303
+ },
40304
+ {
40305
+ "name": "has-graphic",
40306
+ "type": {
40307
+ "text": "boolean"
40308
+ },
40309
+ "default": "false",
40310
+ "fieldName": "hasGraphic"
40311
+ },
40312
+ {
40313
+ "name": "graphic-border",
40314
+ "type": {
40315
+ "text": "boolean"
40316
+ },
40317
+ "default": "false",
40318
+ "fieldName": "graphicBorder"
40319
+ },
40320
+ {
40321
+ "name": "border",
40322
+ "type": {
40323
+ "text": "boolean"
40324
+ },
40325
+ "default": "false",
40326
+ "fieldName": "border"
40327
+ }
40328
+ ],
40329
+ "superclass": {
40330
+ "name": "LitElement",
40331
+ "package": "lit"
40332
+ },
40333
+ "tagName": "obc-rich-button",
40334
+ "customElement": true
40335
+ }
40336
+ ],
40337
+ "exports": [
40338
+ {
40339
+ "kind": "js",
40340
+ "name": "ObcRichButton",
40341
+ "declaration": {
40342
+ "name": "ObcRichButton",
40343
+ "module": "src/components/rich-button/rich-button.ts"
40344
+ }
40345
+ },
40346
+ {
40347
+ "kind": "custom-element-definition",
40348
+ "name": "obc-rich-button",
40349
+ "declaration": {
40350
+ "name": "ObcRichButton",
40351
+ "module": "src/components/rich-button/rich-button.ts"
40352
+ }
40353
+ }
40354
+ ]
40355
+ },
38969
40356
  {
38970
40357
  "kind": "javascript-module",
38971
40358
  "path": "src/components/scrollbar/scrollbar.ts",
@@ -39177,6 +40564,182 @@
39177
40564
  }
39178
40565
  ]
39179
40566
  },
40567
+ {
40568
+ "kind": "javascript-module",
40569
+ "path": "src/components/table/table.ts",
40570
+ "declarations": [
40571
+ {
40572
+ "kind": "class",
40573
+ "description": "",
40574
+ "name": "ObcTableCell",
40575
+ "members": [],
40576
+ "superclass": {
40577
+ "name": "LitElement",
40578
+ "package": "lit"
40579
+ },
40580
+ "tagName": "obc-table-cell",
40581
+ "customElement": true
40582
+ },
40583
+ {
40584
+ "kind": "class",
40585
+ "description": "",
40586
+ "name": "ObcTableHeadCell",
40587
+ "members": [],
40588
+ "superclass": {
40589
+ "name": "LitElement",
40590
+ "package": "lit"
40591
+ },
40592
+ "tagName": "obc-table-head-cell",
40593
+ "customElement": true
40594
+ },
40595
+ {
40596
+ "kind": "class",
40597
+ "description": "",
40598
+ "name": "ObcTableRow",
40599
+ "members": [],
40600
+ "superclass": {
40601
+ "name": "LitElement",
40602
+ "package": "lit"
40603
+ },
40604
+ "tagName": "obc-table-row",
40605
+ "customElement": true
40606
+ },
40607
+ {
40608
+ "kind": "class",
40609
+ "description": "",
40610
+ "name": "ObcTableHeader",
40611
+ "members": [],
40612
+ "superclass": {
40613
+ "name": "LitElement",
40614
+ "package": "lit"
40615
+ },
40616
+ "tagName": "obc-table-header",
40617
+ "customElement": true
40618
+ },
40619
+ {
40620
+ "kind": "class",
40621
+ "description": "",
40622
+ "name": "ObcTableBody",
40623
+ "members": [],
40624
+ "superclass": {
40625
+ "name": "LitElement",
40626
+ "package": "lit"
40627
+ },
40628
+ "tagName": "obc-table-body",
40629
+ "customElement": true
40630
+ },
40631
+ {
40632
+ "kind": "class",
40633
+ "description": "",
40634
+ "name": "ObcTable",
40635
+ "members": [],
40636
+ "superclass": {
40637
+ "name": "LitElement",
40638
+ "package": "lit"
40639
+ },
40640
+ "tagName": "obc-table",
40641
+ "customElement": true
40642
+ }
40643
+ ],
40644
+ "exports": [
40645
+ {
40646
+ "kind": "js",
40647
+ "name": "ObcTableCell",
40648
+ "declaration": {
40649
+ "name": "ObcTableCell",
40650
+ "module": "src/components/table/table.ts"
40651
+ }
40652
+ },
40653
+ {
40654
+ "kind": "custom-element-definition",
40655
+ "name": "obc-table-cell",
40656
+ "declaration": {
40657
+ "name": "ObcTableCell",
40658
+ "module": "src/components/table/table.ts"
40659
+ }
40660
+ },
40661
+ {
40662
+ "kind": "js",
40663
+ "name": "ObcTableHeadCell",
40664
+ "declaration": {
40665
+ "name": "ObcTableHeadCell",
40666
+ "module": "src/components/table/table.ts"
40667
+ }
40668
+ },
40669
+ {
40670
+ "kind": "custom-element-definition",
40671
+ "name": "obc-table-head-cell",
40672
+ "declaration": {
40673
+ "name": "ObcTableHeadCell",
40674
+ "module": "src/components/table/table.ts"
40675
+ }
40676
+ },
40677
+ {
40678
+ "kind": "js",
40679
+ "name": "ObcTableRow",
40680
+ "declaration": {
40681
+ "name": "ObcTableRow",
40682
+ "module": "src/components/table/table.ts"
40683
+ }
40684
+ },
40685
+ {
40686
+ "kind": "custom-element-definition",
40687
+ "name": "obc-table-row",
40688
+ "declaration": {
40689
+ "name": "ObcTableRow",
40690
+ "module": "src/components/table/table.ts"
40691
+ }
40692
+ },
40693
+ {
40694
+ "kind": "js",
40695
+ "name": "ObcTableHeader",
40696
+ "declaration": {
40697
+ "name": "ObcTableHeader",
40698
+ "module": "src/components/table/table.ts"
40699
+ }
40700
+ },
40701
+ {
40702
+ "kind": "custom-element-definition",
40703
+ "name": "obc-table-header",
40704
+ "declaration": {
40705
+ "name": "ObcTableHeader",
40706
+ "module": "src/components/table/table.ts"
40707
+ }
40708
+ },
40709
+ {
40710
+ "kind": "js",
40711
+ "name": "ObcTableBody",
40712
+ "declaration": {
40713
+ "name": "ObcTableBody",
40714
+ "module": "src/components/table/table.ts"
40715
+ }
40716
+ },
40717
+ {
40718
+ "kind": "custom-element-definition",
40719
+ "name": "obc-table-body",
40720
+ "declaration": {
40721
+ "name": "ObcTableBody",
40722
+ "module": "src/components/table/table.ts"
40723
+ }
40724
+ },
40725
+ {
40726
+ "kind": "js",
40727
+ "name": "ObcTable",
40728
+ "declaration": {
40729
+ "name": "ObcTable",
40730
+ "module": "src/components/table/table.ts"
40731
+ }
40732
+ },
40733
+ {
40734
+ "kind": "custom-element-definition",
40735
+ "name": "obc-table",
40736
+ "declaration": {
40737
+ "name": "ObcTable",
40738
+ "module": "src/components/table/table.ts"
40739
+ }
40740
+ }
40741
+ ]
40742
+ },
39180
40743
  {
39181
40744
  "kind": "javascript-module",
39182
40745
  "path": "src/components/toggle-button-group/toggle-button-group.ts",
@@ -39277,182 +40840,6 @@
39277
40840
  }
39278
40841
  ]
39279
40842
  },
39280
- {
39281
- "kind": "javascript-module",
39282
- "path": "src/components/table/table.ts",
39283
- "declarations": [
39284
- {
39285
- "kind": "class",
39286
- "description": "",
39287
- "name": "ObcTableCell",
39288
- "members": [],
39289
- "superclass": {
39290
- "name": "LitElement",
39291
- "package": "lit"
39292
- },
39293
- "tagName": "obc-table-cell",
39294
- "customElement": true
39295
- },
39296
- {
39297
- "kind": "class",
39298
- "description": "",
39299
- "name": "ObcTableHeadCell",
39300
- "members": [],
39301
- "superclass": {
39302
- "name": "LitElement",
39303
- "package": "lit"
39304
- },
39305
- "tagName": "obc-table-head-cell",
39306
- "customElement": true
39307
- },
39308
- {
39309
- "kind": "class",
39310
- "description": "",
39311
- "name": "ObcTableRow",
39312
- "members": [],
39313
- "superclass": {
39314
- "name": "LitElement",
39315
- "package": "lit"
39316
- },
39317
- "tagName": "obc-table-row",
39318
- "customElement": true
39319
- },
39320
- {
39321
- "kind": "class",
39322
- "description": "",
39323
- "name": "ObcTableHeader",
39324
- "members": [],
39325
- "superclass": {
39326
- "name": "LitElement",
39327
- "package": "lit"
39328
- },
39329
- "tagName": "obc-table-header",
39330
- "customElement": true
39331
- },
39332
- {
39333
- "kind": "class",
39334
- "description": "",
39335
- "name": "ObcTableBody",
39336
- "members": [],
39337
- "superclass": {
39338
- "name": "LitElement",
39339
- "package": "lit"
39340
- },
39341
- "tagName": "obc-table-body",
39342
- "customElement": true
39343
- },
39344
- {
39345
- "kind": "class",
39346
- "description": "",
39347
- "name": "ObcTable",
39348
- "members": [],
39349
- "superclass": {
39350
- "name": "LitElement",
39351
- "package": "lit"
39352
- },
39353
- "tagName": "obc-table",
39354
- "customElement": true
39355
- }
39356
- ],
39357
- "exports": [
39358
- {
39359
- "kind": "js",
39360
- "name": "ObcTableCell",
39361
- "declaration": {
39362
- "name": "ObcTableCell",
39363
- "module": "src/components/table/table.ts"
39364
- }
39365
- },
39366
- {
39367
- "kind": "custom-element-definition",
39368
- "name": "obc-table-cell",
39369
- "declaration": {
39370
- "name": "ObcTableCell",
39371
- "module": "src/components/table/table.ts"
39372
- }
39373
- },
39374
- {
39375
- "kind": "js",
39376
- "name": "ObcTableHeadCell",
39377
- "declaration": {
39378
- "name": "ObcTableHeadCell",
39379
- "module": "src/components/table/table.ts"
39380
- }
39381
- },
39382
- {
39383
- "kind": "custom-element-definition",
39384
- "name": "obc-table-head-cell",
39385
- "declaration": {
39386
- "name": "ObcTableHeadCell",
39387
- "module": "src/components/table/table.ts"
39388
- }
39389
- },
39390
- {
39391
- "kind": "js",
39392
- "name": "ObcTableRow",
39393
- "declaration": {
39394
- "name": "ObcTableRow",
39395
- "module": "src/components/table/table.ts"
39396
- }
39397
- },
39398
- {
39399
- "kind": "custom-element-definition",
39400
- "name": "obc-table-row",
39401
- "declaration": {
39402
- "name": "ObcTableRow",
39403
- "module": "src/components/table/table.ts"
39404
- }
39405
- },
39406
- {
39407
- "kind": "js",
39408
- "name": "ObcTableHeader",
39409
- "declaration": {
39410
- "name": "ObcTableHeader",
39411
- "module": "src/components/table/table.ts"
39412
- }
39413
- },
39414
- {
39415
- "kind": "custom-element-definition",
39416
- "name": "obc-table-header",
39417
- "declaration": {
39418
- "name": "ObcTableHeader",
39419
- "module": "src/components/table/table.ts"
39420
- }
39421
- },
39422
- {
39423
- "kind": "js",
39424
- "name": "ObcTableBody",
39425
- "declaration": {
39426
- "name": "ObcTableBody",
39427
- "module": "src/components/table/table.ts"
39428
- }
39429
- },
39430
- {
39431
- "kind": "custom-element-definition",
39432
- "name": "obc-table-body",
39433
- "declaration": {
39434
- "name": "ObcTableBody",
39435
- "module": "src/components/table/table.ts"
39436
- }
39437
- },
39438
- {
39439
- "kind": "js",
39440
- "name": "ObcTable",
39441
- "declaration": {
39442
- "name": "ObcTable",
39443
- "module": "src/components/table/table.ts"
39444
- }
39445
- },
39446
- {
39447
- "kind": "custom-element-definition",
39448
- "name": "obc-table",
39449
- "declaration": {
39450
- "name": "ObcTable",
39451
- "module": "src/components/table/table.ts"
39452
- }
39453
- }
39454
- ]
39455
- },
39456
40843
  {
39457
40844
  "kind": "javascript-module",
39458
40845
  "path": "src/components/toggle-button-option/toggle-button-option.ts",
@@ -40154,6 +41541,79 @@
40154
41541
  }
40155
41542
  ]
40156
41543
  },
41544
+ {
41545
+ "kind": "javascript-module",
41546
+ "path": "src/components/vendor-button/vendor-button.ts",
41547
+ "declarations": [
41548
+ {
41549
+ "kind": "class",
41550
+ "description": "",
41551
+ "name": "ObcVendorButton",
41552
+ "members": [
41553
+ {
41554
+ "kind": "field",
41555
+ "name": "imageSrc",
41556
+ "type": {
41557
+ "text": "string"
41558
+ },
41559
+ "default": "''",
41560
+ "attribute": "image-src"
41561
+ },
41562
+ {
41563
+ "kind": "field",
41564
+ "name": "alt",
41565
+ "type": {
41566
+ "text": "string"
41567
+ },
41568
+ "default": "'logo'",
41569
+ "attribute": "alt"
41570
+ }
41571
+ ],
41572
+ "attributes": [
41573
+ {
41574
+ "name": "image-src",
41575
+ "type": {
41576
+ "text": "string"
41577
+ },
41578
+ "default": "''",
41579
+ "fieldName": "imageSrc"
41580
+ },
41581
+ {
41582
+ "name": "alt",
41583
+ "type": {
41584
+ "text": "string"
41585
+ },
41586
+ "default": "'logo'",
41587
+ "fieldName": "alt"
41588
+ }
41589
+ ],
41590
+ "superclass": {
41591
+ "name": "LitElement",
41592
+ "package": "lit"
41593
+ },
41594
+ "tagName": "obc-vendor-button",
41595
+ "customElement": true
41596
+ }
41597
+ ],
41598
+ "exports": [
41599
+ {
41600
+ "kind": "js",
41601
+ "name": "ObcVendorButton",
41602
+ "declaration": {
41603
+ "name": "ObcVendorButton",
41604
+ "module": "src/components/vendor-button/vendor-button.ts"
41605
+ }
41606
+ },
41607
+ {
41608
+ "kind": "custom-element-definition",
41609
+ "name": "obc-vendor-button",
41610
+ "declaration": {
41611
+ "name": "ObcVendorButton",
41612
+ "module": "src/components/vendor-button/vendor-button.ts"
41613
+ }
41614
+ }
41615
+ ]
41616
+ },
40157
41617
  {
40158
41618
  "kind": "javascript-module",
40159
41619
  "path": "src/navigation-instruments/azimuth-thruster/azimuth-thruster.ts",
@@ -40655,6 +42115,132 @@
40655
42115
  }
40656
42116
  }
40657
42117
  ]
42118
+ },
42119
+ {
42120
+ "kind": "javascript-module",
42121
+ "path": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts",
42122
+ "declarations": [
42123
+ {
42124
+ "kind": "variable",
42125
+ "name": "svg14AlarmSilencedA",
42126
+ "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`"
42127
+ }
42128
+ ],
42129
+ "exports": [
42130
+ {
42131
+ "kind": "js",
42132
+ "name": "svg14AlarmSilencedA",
42133
+ "declaration": {
42134
+ "name": "svg14AlarmSilencedA",
42135
+ "module": "src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts"
42136
+ }
42137
+ }
42138
+ ]
42139
+ },
42140
+ {
42141
+ "kind": "javascript-module",
42142
+ "path": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts",
42143
+ "declarations": [
42144
+ {
42145
+ "kind": "variable",
42146
+ "name": "svg14AlarmSilencedB",
42147
+ "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`"
42148
+ }
42149
+ ],
42150
+ "exports": [
42151
+ {
42152
+ "kind": "js",
42153
+ "name": "svg14AlarmSilencedB",
42154
+ "declaration": {
42155
+ "name": "svg14AlarmSilencedB",
42156
+ "module": "src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts"
42157
+ }
42158
+ }
42159
+ ]
42160
+ },
42161
+ {
42162
+ "kind": "javascript-module",
42163
+ "path": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts",
42164
+ "declarations": [
42165
+ {
42166
+ "kind": "variable",
42167
+ "name": "svg14AlarmUnackA",
42168
+ "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`"
42169
+ }
42170
+ ],
42171
+ "exports": [
42172
+ {
42173
+ "kind": "js",
42174
+ "name": "svg14AlarmUnackA",
42175
+ "declaration": {
42176
+ "name": "svg14AlarmUnackA",
42177
+ "module": "src/components/alert-icon/icons/icon-14-alarm-unack-a.ts"
42178
+ }
42179
+ }
42180
+ ]
42181
+ },
42182
+ {
42183
+ "kind": "javascript-module",
42184
+ "path": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts",
42185
+ "declarations": [
42186
+ {
42187
+ "kind": "variable",
42188
+ "name": "svg14AlarmUnackB",
42189
+ "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`"
42190
+ }
42191
+ ],
42192
+ "exports": [
42193
+ {
42194
+ "kind": "js",
42195
+ "name": "svg14AlarmUnackB",
42196
+ "declaration": {
42197
+ "name": "svg14AlarmUnackB",
42198
+ "module": "src/components/alert-icon/icons/icon-14-alarm-unack-b.ts"
42199
+ }
42200
+ }
42201
+ ]
42202
+ },
42203
+ {
42204
+ "kind": "javascript-module",
42205
+ "path": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts",
42206
+ "declarations": [
42207
+ {
42208
+ "kind": "variable",
42209
+ "name": "svg14WarningUnackA",
42210
+ "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`"
42211
+ }
42212
+ ],
42213
+ "exports": [
42214
+ {
42215
+ "kind": "js",
42216
+ "name": "svg14WarningUnackA",
42217
+ "declaration": {
42218
+ "name": "svg14WarningUnackA",
42219
+ "module": "src/components/alert-icon/icons/icon-14-warning-unack-a.ts"
42220
+ }
42221
+ }
42222
+ ]
42223
+ },
42224
+ {
42225
+ "kind": "javascript-module",
42226
+ "path": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts",
42227
+ "declarations": [
42228
+ {
42229
+ "kind": "variable",
42230
+ "name": "svg14WarningUnackB",
42231
+ "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`"
42232
+ }
42233
+ ],
42234
+ "exports": [
42235
+ {
42236
+ "kind": "js",
42237
+ "name": "svg14WarningUnackB",
42238
+ "declaration": {
42239
+ "name": "svg14WarningUnackB",
42240
+ "module": "src/components/alert-icon/icons/icon-14-warning-unack-b.ts"
42241
+ }
42242
+ }
42243
+ ]
40658
42244
  }
40659
42245
  ]
40660
42246
  }