@siemens/ix 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (703) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/_commonjsHelpers-1a0c346f.js +23 -0
  3. package/dist/cjs/animation-dfe01edc.js +19 -0
  4. package/dist/cjs/anime.es-8822f296.js +1311 -0
  5. package/dist/cjs/base-button-eb1d47db.js +33 -0
  6. package/dist/cjs/default-tree-item-4597cd84.js +22 -0
  7. package/dist/cjs/flip-tile-state-c95639e5.js +18 -0
  8. package/dist/cjs/index-1e4a348f.js +1849 -0
  9. package/dist/cjs/index.cjs.js +96 -0
  10. package/dist/cjs/ix-animated-tab_2.cjs.entry.js +217 -0
  11. package/dist/cjs/ix-application-header.cjs.entry.js +19 -0
  12. package/dist/cjs/ix-basic-navigation.cjs.entry.js +44 -0
  13. package/dist/cjs/ix-blind.cjs.entry.js +89 -0
  14. package/dist/cjs/ix-breadcrumb_2.cjs.entry.js +155 -0
  15. package/dist/cjs/ix-button.cjs.entry.js +50 -0
  16. package/dist/cjs/ix-category-filter.cjs.entry.js +399 -0
  17. package/dist/cjs/ix-chip.cjs.entry.js +47 -0
  18. package/dist/cjs/ix-counter-pill.cjs.entry.js +40 -0
  19. package/dist/cjs/ix-date-picker_2.cjs.entry.js +8881 -0
  20. package/dist/cjs/ix-date-time-card.cjs.entry.js +36 -0
  21. package/dist/cjs/ix-datetime-picker.cjs.entry.js +44 -0
  22. package/dist/cjs/ix-drawer.cjs.entry.js +122 -0
  23. package/dist/cjs/ix-dropdown_2.cjs.entry.js +203 -0
  24. package/dist/cjs/ix-event-list_2.cjs.entry.js +151 -0
  25. package/dist/cjs/ix-expanding-search.cjs.entry.js +91 -0
  26. package/dist/cjs/ix-filter-chip.cjs.entry.js +30 -0
  27. package/dist/cjs/ix-flip-tile_2.cjs.entry.js +79 -0
  28. package/dist/cjs/ix-group_3.cjs.entry.js +174 -0
  29. package/dist/cjs/ix-icon-button.cjs.entry.js +40 -0
  30. package/dist/cjs/ix-icon.cjs.entry.js +33 -0
  31. package/dist/cjs/ix-input-group.cjs.entry.js +40 -0
  32. package/dist/cjs/ix-kpi.cjs.entry.js +50 -0
  33. package/dist/cjs/ix-map-navigation_2.cjs.entry.js +190 -0
  34. package/dist/cjs/ix-menu_9.cjs.entry.js +872 -0
  35. package/dist/cjs/ix-message-bar.cjs.entry.js +58 -0
  36. package/dist/cjs/ix-modal-example.cjs.entry.js +24 -0
  37. package/dist/cjs/ix-modal_2.cjs.entry.js +14 -0
  38. package/dist/cjs/ix-pill.cjs.entry.js +40 -0
  39. package/dist/cjs/ix-select_2.cjs.entry.js +309 -0
  40. package/dist/cjs/ix-spinner.cjs.entry.js +30 -0
  41. package/dist/cjs/ix-split-button_2.cjs.entry.js +114 -0
  42. package/dist/cjs/ix-tab-item.cjs.entry.js +67 -0
  43. package/dist/cjs/ix-tabs.cjs.entry.js +187 -0
  44. package/dist/cjs/ix-tile.cjs.entry.js +27 -0
  45. package/dist/cjs/ix-toast_2.cjs.entry.js +155 -0
  46. package/dist/cjs/ix-toggle.cjs.entry.js +82 -0
  47. package/dist/cjs/ix-tree_2.cjs.entry.js +690 -0
  48. package/dist/cjs/ix-upload.cjs.entry.js +139 -0
  49. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +107 -0
  50. package/dist/cjs/ix-workflow-step.cjs.entry.js +114 -0
  51. package/dist/cjs/ix-workflow-steps.cjs.entry.js +83 -0
  52. package/dist/cjs/loader.cjs.js +21 -0
  53. package/dist/cjs/logical-filter-operator-467e2faf.js +35 -0
  54. package/dist/cjs/modal-5be2b1a3.js +221 -0
  55. package/dist/cjs/modal-utils-5d7bb217.js +42 -0
  56. package/dist/cjs/mutation-observer-29bedada.js +13 -0
  57. package/dist/cjs/my-component.cjs.entry.js +19 -0
  58. package/dist/cjs/popper-d7a0f999.js +1801 -0
  59. package/dist/cjs/rwd.util-482d41d4.js +42 -0
  60. package/dist/cjs/siemens-ix.cjs.js +19 -0
  61. package/dist/cjs/typed-event-8f5a32a2.js +46 -0
  62. package/dist/cjs/upload-file-state-923b2c65.js +17 -0
  63. package/dist/collection/collection-manifest.json +258 -0
  64. package/dist/collection/components/animated-tab/animated-tab.css +14 -0
  65. package/dist/collection/components/animated-tab/animated-tab.js +59 -0
  66. package/dist/collection/components/animated-tabs/animated-tabs.css +158 -0
  67. package/dist/collection/components/animated-tabs/animated-tabs.js +303 -0
  68. package/dist/collection/components/application-header/application-header.css +29 -0
  69. package/dist/collection/components/application-header/application-header.js +45 -0
  70. package/dist/collection/components/basic-navigation/basic-navigation.css +29 -0
  71. package/dist/collection/components/basic-navigation/basic-navigation.js +91 -0
  72. package/dist/collection/components/blind/blind.css +146 -0
  73. package/dist/collection/components/blind/blind.js +152 -0
  74. package/dist/collection/components/breadcrumb/breadcrumb.css +228 -0
  75. package/dist/collection/components/breadcrumb/breadcrumb.js +252 -0
  76. package/dist/collection/components/breadcrumb-item/breadcrumb-item.css +11 -0
  77. package/dist/collection/components/breadcrumb-item/breadcrumb-item.js +59 -0
  78. package/dist/collection/components/button/base-button.js +29 -0
  79. package/dist/collection/components/button/button.css +12 -0
  80. package/dist/collection/components/button/button.js +192 -0
  81. package/dist/collection/components/category-filter/category-filter.css +189 -0
  82. package/dist/collection/components/category-filter/category-filter.js +704 -0
  83. package/dist/collection/components/category-filter/filter-state.js +10 -0
  84. package/dist/collection/components/category-filter/input-state.js +17 -0
  85. package/dist/collection/components/category-filter/logical-filter-operator.js +13 -0
  86. package/dist/collection/components/chip/chip.css +475 -0
  87. package/dist/collection/components/chip/chip.js +197 -0
  88. package/dist/collection/components/counter-pill/counter-pill.css +313 -0
  89. package/dist/collection/components/counter-pill/counter-pill.js +137 -0
  90. package/dist/collection/components/date-picker/date-picker.css +222 -0
  91. package/dist/collection/components/date-picker/date-picker.js +365 -0
  92. package/dist/collection/components/date-time-card/date-time-card.css +49 -0
  93. package/dist/collection/components/date-time-card/date-time-card.js +89 -0
  94. package/dist/collection/components/datetime-picker/datetime-picker.css +35 -0
  95. package/dist/collection/components/datetime-picker/datetime-picker.js +161 -0
  96. package/dist/collection/components/drawer/drawer.css +78 -0
  97. package/dist/collection/components/drawer/drawer.js +300 -0
  98. package/dist/collection/components/dropdown/dropdown.css +536 -0
  99. package/dist/collection/components/dropdown/dropdown.js +392 -0
  100. package/dist/collection/components/dropdown-item/dropdown-item.css +61 -0
  101. package/dist/collection/components/dropdown-item/dropdown-item.js +187 -0
  102. package/dist/collection/components/event-list/event-list.css +58 -0
  103. package/dist/collection/components/event-list/event-list.js +197 -0
  104. package/dist/collection/components/event-list-item/event-list-item.css +109 -0
  105. package/dist/collection/components/event-list-item/event-list-item.js +162 -0
  106. package/dist/collection/components/expanding-search/expanding-search.css +124 -0
  107. package/dist/collection/components/expanding-search/expanding-search.js +177 -0
  108. package/dist/collection/components/filter-chip/filter-chip.css +82 -0
  109. package/dist/collection/components/filter-chip/filter-chip.js +74 -0
  110. package/dist/collection/components/flip-tile/flip-tile-state.js +16 -0
  111. package/dist/collection/components/flip-tile/flip-tile.css +143 -0
  112. package/dist/collection/components/flip-tile/flip-tile.js +125 -0
  113. package/dist/collection/components/flip-tile-content/flip-tile-content.css +12 -0
  114. package/dist/collection/components/flip-tile-content/flip-tile-content.js +23 -0
  115. package/dist/collection/components/group/group.css +170 -0
  116. package/dist/collection/components/group/group.js +329 -0
  117. package/dist/collection/components/group-dropdown-item/group-dropdown-item.css +11 -0
  118. package/dist/collection/components/group-dropdown-item/group-dropdown-item.js +60 -0
  119. package/dist/collection/components/group-item/group-item.css +116 -0
  120. package/dist/collection/components/group-item/group-item.js +200 -0
  121. package/dist/collection/components/icon/icon.css +45 -0
  122. package/dist/collection/components/icon/icon.js +91 -0
  123. package/dist/collection/components/icon-button/icon-button.js +242 -0
  124. package/dist/collection/components/input-group/input-group.css +27 -0
  125. package/dist/collection/components/input-group/input-group.js +48 -0
  126. package/dist/collection/components/kpi/kpi.css +131 -0
  127. package/dist/collection/components/kpi/kpi.js +151 -0
  128. package/dist/collection/components/map-navigation/map-navigation.css +161 -0
  129. package/dist/collection/components/map-navigation/map-navigation.js +355 -0
  130. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.css +237 -0
  131. package/dist/collection/components/map-navigation-overlay/map-navigation-overlay.js +105 -0
  132. package/dist/collection/components/menu/menu.css +128 -0
  133. package/dist/collection/components/menu/menu.js +969 -0
  134. package/dist/collection/components/menu-about/menu-about.css +207 -0
  135. package/dist/collection/components/menu-about/menu-about.js +188 -0
  136. package/dist/collection/components/menu-about-item/menu-about-item.css +12 -0
  137. package/dist/collection/components/menu-about-item/menu-about-item.js +42 -0
  138. package/dist/collection/components/menu-about-news/menu-about-news.css +99 -0
  139. package/dist/collection/components/menu-about-news/menu-about-news.js +204 -0
  140. package/dist/collection/components/menu-avatar/menu-avatar.css +91 -0
  141. package/dist/collection/components/menu-avatar/menu-avatar.js +136 -0
  142. package/dist/collection/components/menu-avatar-item/menu-avatar-item.css +12 -0
  143. package/dist/collection/components/menu-avatar-item/menu-avatar-item.js +79 -0
  144. package/dist/collection/components/menu-item/menu-item.css +140 -0
  145. package/dist/collection/components/menu-item/menu-item.js +166 -0
  146. package/dist/collection/components/menu-settings/menu-settings.css +204 -0
  147. package/dist/collection/components/menu-settings/menu-settings.js +151 -0
  148. package/dist/collection/components/menu-settings-item/menu-settings-item.css +13 -0
  149. package/dist/collection/components/menu-settings-item/menu-settings-item.js +42 -0
  150. package/dist/collection/components/message-bar/message-bar.css +68 -0
  151. package/dist/collection/components/message-bar/message-bar.js +125 -0
  152. package/dist/collection/components/modal/modal-utils.js +36 -0
  153. package/dist/collection/components/modal/modal.css +96 -0
  154. package/dist/collection/components/modal/modal.js +540 -0
  155. package/dist/collection/components/modal-container/modal-container.css +14 -0
  156. package/dist/collection/components/modal-container/modal-container.js +107 -0
  157. package/dist/collection/components/my-component/example-modal.js +31 -0
  158. package/dist/collection/components/my-component/my-component.css +34 -0
  159. package/dist/collection/components/my-component/my-component.js +22 -0
  160. package/dist/collection/components/pill/pill.css +269 -0
  161. package/dist/collection/components/pill/pill.js +155 -0
  162. package/dist/collection/components/select/select.css +176 -0
  163. package/dist/collection/components/select/select.js +509 -0
  164. package/dist/collection/components/select-item/select-item.css +14 -0
  165. package/dist/collection/components/select-item/select-item.js +169 -0
  166. package/dist/collection/components/spinner/spinner.css +42 -0
  167. package/dist/collection/components/spinner/spinner.js +137 -0
  168. package/dist/collection/components/split-button/split-button.css +11 -0
  169. package/dist/collection/components/split-button/split-button.js +310 -0
  170. package/dist/collection/components/split-button-item/split-button-item.css +12 -0
  171. package/dist/collection/components/split-button-item/split-button-item.js +79 -0
  172. package/dist/collection/components/tab-item/tab-item.css +195 -0
  173. package/dist/collection/components/tab-item/tab-item.js +219 -0
  174. package/dist/collection/components/tabs/tabs.css +84 -0
  175. package/dist/collection/components/tabs/tabs.js +305 -0
  176. package/dist/collection/components/tile/tile.css +92 -0
  177. package/dist/collection/components/tile/tile.js +60 -0
  178. package/dist/collection/components/time-picker/time-picker.css +94 -0
  179. package/dist/collection/components/time-picker/time-picker.js +274 -0
  180. package/dist/collection/components/toast/toast-container.js +170 -0
  181. package/dist/collection/components/toast/toast-utils.js +40 -0
  182. package/dist/collection/components/toast/toast.css +110 -0
  183. package/dist/collection/components/toast/toast.js +232 -0
  184. package/dist/collection/components/toggle/toggle.css +226 -0
  185. package/dist/collection/components/toggle/toggle.js +263 -0
  186. package/dist/collection/components/tree/tree-model.js +9 -0
  187. package/dist/collection/components/tree/tree.css +12 -0
  188. package/dist/collection/components/tree/tree.js +296 -0
  189. package/dist/collection/components/tree-item/default-tree-item.js +18 -0
  190. package/dist/collection/components/tree-item/tree-item.css +80 -0
  191. package/dist/collection/components/tree-item/tree-item.js +124 -0
  192. package/dist/collection/components/upload/upload-file-state.js +15 -0
  193. package/dist/collection/components/upload/upload.css +120 -0
  194. package/dist/collection/components/upload/upload.js +413 -0
  195. package/dist/collection/components/utils/animation.js +15 -0
  196. package/dist/collection/components/utils/button-variants.js +9 -0
  197. package/dist/collection/components/utils/mutation-observer.js +9 -0
  198. package/dist/collection/components/utils/notification-color.js +9 -0
  199. package/dist/collection/components/utils/popover.util.js +33 -0
  200. package/dist/collection/components/utils/rwd.util.js +37 -0
  201. package/dist/collection/components/utils/toggle-theme.js +24 -0
  202. package/dist/collection/components/utils/typed-event.js +42 -0
  203. package/dist/collection/components/validation-tooltip/validation-tooltip.css +235 -0
  204. package/dist/collection/components/validation-tooltip/validation-tooltip.js +167 -0
  205. package/dist/collection/components/workflow-step/workflow-step.css +131 -0
  206. package/dist/collection/components/workflow-step/workflow-step.js +249 -0
  207. package/dist/collection/components/workflow-steps/workflow-steps.css +29 -0
  208. package/dist/collection/components/workflow-steps/workflow-steps.js +182 -0
  209. package/dist/collection/env.js +9 -0
  210. package/dist/collection/exports.js +13 -0
  211. package/dist/collection/index.js +16 -0
  212. package/dist/collection/utils/test/index.js +9 -0
  213. package/dist/collection/utils/test/page.js +29 -0
  214. package/dist/components/_commonjsHelpers.js +19 -0
  215. package/dist/components/animation.js +17 -0
  216. package/dist/components/anime.es.js +1309 -0
  217. package/dist/components/application-header.js +32 -0
  218. package/dist/components/base-button.js +31 -0
  219. package/dist/components/button.js +68 -0
  220. package/dist/components/date-picker.js +268 -0
  221. package/dist/components/date-time-card.js +49 -0
  222. package/dist/components/default-tree-item.js +20 -0
  223. package/dist/components/dropdown-item.js +73 -0
  224. package/dist/components/dropdown.js +181 -0
  225. package/dist/components/filter-chip.js +48 -0
  226. package/dist/components/flip-tile-state.js +18 -0
  227. package/dist/components/group-item.js +63 -0
  228. package/dist/components/icon-button.js +68 -0
  229. package/dist/components/icon.js +47 -0
  230. package/dist/components/index.d.ts +26 -0
  231. package/dist/components/index.js +62 -0
  232. package/dist/components/ix-animated-tab.d.ts +11 -0
  233. package/dist/components/ix-animated-tab.js +35 -0
  234. package/dist/components/ix-animated-tabs.d.ts +11 -0
  235. package/dist/components/ix-animated-tabs.js +229 -0
  236. package/dist/components/ix-application-header.d.ts +11 -0
  237. package/dist/components/ix-application-header.js +6 -0
  238. package/dist/components/ix-basic-navigation.d.ts +11 -0
  239. package/dist/components/ix-basic-navigation.js +66 -0
  240. package/dist/components/ix-blind.d.ts +11 -0
  241. package/dist/components/ix-blind.js +105 -0
  242. package/dist/components/ix-breadcrumb-item.d.ts +11 -0
  243. package/dist/components/ix-breadcrumb-item.js +35 -0
  244. package/dist/components/ix-breadcrumb.d.ts +11 -0
  245. package/dist/components/ix-breadcrumb.js +180 -0
  246. package/dist/components/ix-button.d.ts +11 -0
  247. package/dist/components/ix-button.js +6 -0
  248. package/dist/components/ix-category-filter.d.ts +11 -0
  249. package/dist/components/ix-category-filter.js +447 -0
  250. package/dist/components/ix-chip.d.ts +11 -0
  251. package/dist/components/ix-chip.js +74 -0
  252. package/dist/components/ix-counter-pill.d.ts +11 -0
  253. package/dist/components/ix-counter-pill.js +59 -0
  254. package/dist/components/ix-date-picker.d.ts +11 -0
  255. package/dist/components/ix-date-picker.js +6 -0
  256. package/dist/components/ix-date-time-card.d.ts +11 -0
  257. package/dist/components/ix-date-time-card.js +6 -0
  258. package/dist/components/ix-datetime-picker.d.ts +11 -0
  259. package/dist/components/ix-datetime-picker.js +105 -0
  260. package/dist/components/ix-drawer.d.ts +11 -0
  261. package/dist/components/ix-drawer.js +155 -0
  262. package/dist/components/ix-dropdown-item.d.ts +11 -0
  263. package/dist/components/ix-dropdown-item.js +6 -0
  264. package/dist/components/ix-dropdown.d.ts +11 -0
  265. package/dist/components/ix-dropdown.js +6 -0
  266. package/dist/components/ix-event-list-item.d.ts +11 -0
  267. package/dist/components/ix-event-list-item.js +59 -0
  268. package/dist/components/ix-event-list.d.ts +11 -0
  269. package/dist/components/ix-event-list.js +135 -0
  270. package/dist/components/ix-expanding-search.d.ts +11 -0
  271. package/dist/components/ix-expanding-search.js +123 -0
  272. package/dist/components/ix-filter-chip.d.ts +11 -0
  273. package/dist/components/ix-filter-chip.js +6 -0
  274. package/dist/components/ix-flip-tile-content.d.ts +11 -0
  275. package/dist/components/ix-flip-tile-content.js +33 -0
  276. package/dist/components/ix-flip-tile.d.ts +11 -0
  277. package/dist/components/ix-flip-tile.js +96 -0
  278. package/dist/components/ix-group-dropdown-item.d.ts +11 -0
  279. package/dist/components/ix-group-dropdown-item.js +47 -0
  280. package/dist/components/ix-group-item.d.ts +11 -0
  281. package/dist/components/ix-group-item.js +6 -0
  282. package/dist/components/ix-group.d.ts +11 -0
  283. package/dist/components/ix-group.js +174 -0
  284. package/dist/components/ix-icon-button.d.ts +11 -0
  285. package/dist/components/ix-icon-button.js +6 -0
  286. package/dist/components/ix-icon.d.ts +11 -0
  287. package/dist/components/ix-icon.js +6 -0
  288. package/dist/components/ix-input-group.d.ts +11 -0
  289. package/dist/components/ix-input-group.js +53 -0
  290. package/dist/components/ix-kpi.d.ts +11 -0
  291. package/dist/components/ix-kpi.js +75 -0
  292. package/dist/components/ix-map-navigation-overlay.d.ts +11 -0
  293. package/dist/components/ix-map-navigation-overlay.js +6 -0
  294. package/dist/components/ix-map-navigation.d.ts +11 -0
  295. package/dist/components/ix-map-navigation.js +227 -0
  296. package/dist/components/ix-menu-about-item.d.ts +11 -0
  297. package/dist/components/ix-menu-about-item.js +34 -0
  298. package/dist/components/ix-menu-about-news.d.ts +11 -0
  299. package/dist/components/ix-menu-about-news.js +78 -0
  300. package/dist/components/ix-menu-about.d.ts +11 -0
  301. package/dist/components/ix-menu-about.js +6 -0
  302. package/dist/components/ix-menu-avatar-item.d.ts +11 -0
  303. package/dist/components/ix-menu-avatar-item.js +6 -0
  304. package/dist/components/ix-menu-avatar.d.ts +11 -0
  305. package/dist/components/ix-menu-avatar.js +83 -0
  306. package/dist/components/ix-menu-item.d.ts +11 -0
  307. package/dist/components/ix-menu-item.js +6 -0
  308. package/dist/components/ix-menu-settings-item.d.ts +11 -0
  309. package/dist/components/ix-menu-settings-item.js +34 -0
  310. package/dist/components/ix-menu-settings.d.ts +11 -0
  311. package/dist/components/ix-menu-settings.js +107 -0
  312. package/dist/components/ix-menu.d.ts +11 -0
  313. package/dist/components/ix-menu.js +601 -0
  314. package/dist/components/ix-message-bar.d.ts +11 -0
  315. package/dist/components/ix-message-bar.js +88 -0
  316. package/dist/components/ix-modal-container.d.ts +11 -0
  317. package/dist/components/ix-modal-container.js +6 -0
  318. package/dist/components/ix-modal-example.d.ts +11 -0
  319. package/dist/components/ix-modal-example.js +67 -0
  320. package/dist/components/ix-modal.d.ts +11 -0
  321. package/dist/components/ix-modal.js +6 -0
  322. package/dist/components/ix-pill.d.ts +11 -0
  323. package/dist/components/ix-pill.js +66 -0
  324. package/dist/components/ix-select-item.d.ts +11 -0
  325. package/dist/components/ix-select-item.js +6 -0
  326. package/dist/components/ix-select.d.ts +11 -0
  327. package/dist/components/ix-select.js +339 -0
  328. package/dist/components/ix-spinner.d.ts +11 -0
  329. package/dist/components/ix-spinner.js +6 -0
  330. package/dist/components/ix-split-button-item.d.ts +11 -0
  331. package/dist/components/ix-split-button-item.js +49 -0
  332. package/dist/components/ix-split-button.d.ts +11 -0
  333. package/dist/components/ix-split-button.js +135 -0
  334. package/dist/components/ix-tab-item.d.ts +11 -0
  335. package/dist/components/ix-tab-item.js +6 -0
  336. package/dist/components/ix-tabs.d.ts +11 -0
  337. package/dist/components/ix-tabs.js +6 -0
  338. package/dist/components/ix-tile.d.ts +11 -0
  339. package/dist/components/ix-tile.js +42 -0
  340. package/dist/components/ix-time-picker.d.ts +11 -0
  341. package/dist/components/ix-time-picker.js +6 -0
  342. package/dist/components/ix-toast-container.d.ts +11 -0
  343. package/dist/components/ix-toast-container.js +110 -0
  344. package/dist/components/ix-toast.d.ts +11 -0
  345. package/dist/components/ix-toast.js +6 -0
  346. package/dist/components/ix-toggle.d.ts +11 -0
  347. package/dist/components/ix-toggle.js +104 -0
  348. package/dist/components/ix-tree-item.d.ts +11 -0
  349. package/dist/components/ix-tree-item.js +6 -0
  350. package/dist/components/ix-tree.d.ts +11 -0
  351. package/dist/components/ix-tree.js +694 -0
  352. package/dist/components/ix-upload.d.ts +11 -0
  353. package/dist/components/ix-upload.js +178 -0
  354. package/dist/components/ix-validation-tooltip.d.ts +11 -0
  355. package/dist/components/ix-validation-tooltip.js +124 -0
  356. package/dist/components/ix-workflow-step.d.ts +11 -0
  357. package/dist/components/ix-workflow-step.js +142 -0
  358. package/dist/components/ix-workflow-steps.d.ts +11 -0
  359. package/dist/components/ix-workflow-steps.js +101 -0
  360. package/dist/components/logical-filter-operator.js +33 -0
  361. package/dist/components/luxon.js +8584 -0
  362. package/dist/components/map-navigation-overlay.js +53 -0
  363. package/dist/components/menu-about.js +120 -0
  364. package/dist/components/menu-avatar-item.js +46 -0
  365. package/dist/components/menu-item.js +65 -0
  366. package/dist/components/modal-container.js +99 -0
  367. package/dist/components/modal-utils.js +38 -0
  368. package/dist/components/modal.js +189 -0
  369. package/dist/components/mutation-observer.js +11 -0
  370. package/dist/components/my-component.d.ts +11 -0
  371. package/dist/components/my-component.js +32 -0
  372. package/dist/components/popover.util.js +36 -0
  373. package/dist/components/popper.js +1799 -0
  374. package/dist/components/rwd.util.js +39 -0
  375. package/dist/components/select-item.js +71 -0
  376. package/dist/components/spinner.js +43 -0
  377. package/dist/components/tab-item.js +86 -0
  378. package/dist/components/tabs.js +207 -0
  379. package/dist/components/time-picker.js +140 -0
  380. package/dist/components/toast.js +119 -0
  381. package/dist/components/tree-item.js +52 -0
  382. package/dist/components/typed-event.js +44 -0
  383. package/dist/components/upload-file-state.js +17 -0
  384. package/dist/esm/_commonjsHelpers-4bc7200a.js +19 -0
  385. package/dist/esm/animation-b667a4c4.js +17 -0
  386. package/dist/esm/anime.es-185e9087.js +1309 -0
  387. package/dist/esm/base-button-7bfb747f.js +31 -0
  388. package/dist/esm/default-tree-item-638c435a.js +20 -0
  389. package/dist/esm/flip-tile-state-28a1f8ce.js +18 -0
  390. package/dist/esm/index-55cfd20d.js +1819 -0
  391. package/dist/esm/index.js +64 -0
  392. package/dist/esm/ix-animated-tab_2.entry.js +212 -0
  393. package/dist/esm/ix-application-header.entry.js +15 -0
  394. package/dist/esm/ix-basic-navigation.entry.js +40 -0
  395. package/dist/esm/ix-blind.entry.js +85 -0
  396. package/dist/esm/ix-breadcrumb_2.entry.js +150 -0
  397. package/dist/esm/ix-button.entry.js +46 -0
  398. package/dist/esm/ix-category-filter.entry.js +395 -0
  399. package/dist/esm/ix-chip.entry.js +43 -0
  400. package/dist/esm/ix-counter-pill.entry.js +36 -0
  401. package/dist/esm/ix-date-picker_2.entry.js +8876 -0
  402. package/dist/esm/ix-date-time-card.entry.js +32 -0
  403. package/dist/esm/ix-datetime-picker.entry.js +40 -0
  404. package/dist/esm/ix-drawer.entry.js +118 -0
  405. package/dist/esm/ix-dropdown_2.entry.js +198 -0
  406. package/dist/esm/ix-event-list_2.entry.js +146 -0
  407. package/dist/esm/ix-expanding-search.entry.js +87 -0
  408. package/dist/esm/ix-filter-chip.entry.js +26 -0
  409. package/dist/esm/ix-flip-tile_2.entry.js +74 -0
  410. package/dist/esm/ix-group_3.entry.js +168 -0
  411. package/dist/esm/ix-icon-button.entry.js +36 -0
  412. package/dist/esm/ix-icon.entry.js +29 -0
  413. package/dist/esm/ix-input-group.entry.js +36 -0
  414. package/dist/esm/ix-kpi.entry.js +46 -0
  415. package/dist/esm/ix-map-navigation_2.entry.js +185 -0
  416. package/dist/esm/ix-menu_9.entry.js +860 -0
  417. package/dist/esm/ix-message-bar.entry.js +54 -0
  418. package/dist/esm/ix-modal-example.entry.js +20 -0
  419. package/dist/esm/ix-modal_2.entry.js +5 -0
  420. package/dist/esm/ix-pill.entry.js +36 -0
  421. package/dist/esm/ix-select_2.entry.js +304 -0
  422. package/dist/esm/ix-spinner.entry.js +26 -0
  423. package/dist/esm/ix-split-button_2.entry.js +109 -0
  424. package/dist/esm/ix-tab-item.entry.js +63 -0
  425. package/dist/esm/ix-tabs.entry.js +183 -0
  426. package/dist/esm/ix-tile.entry.js +23 -0
  427. package/dist/esm/ix-toast_2.entry.js +150 -0
  428. package/dist/esm/ix-toggle.entry.js +78 -0
  429. package/dist/esm/ix-tree_2.entry.js +685 -0
  430. package/dist/esm/ix-upload.entry.js +135 -0
  431. package/dist/esm/ix-validation-tooltip.entry.js +103 -0
  432. package/dist/esm/ix-workflow-step.entry.js +110 -0
  433. package/dist/esm/ix-workflow-steps.entry.js +79 -0
  434. package/dist/esm/loader.js +17 -0
  435. package/dist/esm/logical-filter-operator-1bf83315.js +33 -0
  436. package/dist/esm/modal-8ed87a6c.js +218 -0
  437. package/dist/esm/modal-utils-ec39c1bc.js +38 -0
  438. package/dist/esm/mutation-observer-379959bb.js +11 -0
  439. package/dist/esm/my-component.entry.js +15 -0
  440. package/dist/esm/polyfills/core-js.js +11 -0
  441. package/dist/esm/polyfills/css-shim.js +1 -0
  442. package/dist/esm/polyfills/dom.js +79 -0
  443. package/dist/esm/polyfills/es5-html-element.js +1 -0
  444. package/dist/esm/polyfills/index.js +34 -0
  445. package/dist/esm/polyfills/system.js +6 -0
  446. package/dist/esm/popper-42db9fbd.js +1799 -0
  447. package/dist/esm/rwd.util-33a69d24.js +39 -0
  448. package/dist/esm/siemens-ix.js +17 -0
  449. package/dist/esm/typed-event-dd6c83dd.js +44 -0
  450. package/dist/esm/upload-file-state-631bb8a2.js +17 -0
  451. package/dist/index.cjs.js +1 -0
  452. package/dist/index.js +1 -0
  453. package/dist/siemens-ix/index.esm.js +1 -0
  454. package/dist/siemens-ix/p-03d95feb.entry.js +1 -0
  455. package/dist/siemens-ix/p-0a12b3df.js +1 -0
  456. package/dist/siemens-ix/p-0bf04780.js +1 -0
  457. package/dist/siemens-ix/p-0e315bd7.entry.js +1 -0
  458. package/dist/siemens-ix/p-1c82637e.js +1 -0
  459. package/dist/siemens-ix/p-1d30454e.js +1 -0
  460. package/dist/siemens-ix/p-235606b2.entry.js +1 -0
  461. package/dist/siemens-ix/p-240d22b6.entry.js +1 -0
  462. package/dist/siemens-ix/p-2cda7278.entry.js +1 -0
  463. package/dist/siemens-ix/p-2ce29bcd.entry.js +1 -0
  464. package/dist/siemens-ix/p-301ddeb7.js +1 -0
  465. package/dist/siemens-ix/p-3613be96.entry.js +1 -0
  466. package/dist/siemens-ix/p-37417714.js +1 -0
  467. package/dist/siemens-ix/p-3f809fb3.entry.js +1 -0
  468. package/dist/siemens-ix/p-40842bea.entry.js +1 -0
  469. package/dist/siemens-ix/p-47ea9884.js +1 -0
  470. package/dist/siemens-ix/p-4ffec6ae.entry.js +1 -0
  471. package/dist/siemens-ix/p-504927a0.entry.js +1 -0
  472. package/dist/siemens-ix/p-5990f0cb.entry.js +1 -0
  473. package/dist/siemens-ix/p-59c81e2a.entry.js +1 -0
  474. package/dist/siemens-ix/p-5a1dcc74.js +1 -0
  475. package/dist/siemens-ix/p-5f9f25ef.entry.js +1 -0
  476. package/dist/siemens-ix/p-61b032bf.entry.js +1 -0
  477. package/dist/siemens-ix/p-662d756f.entry.js +1 -0
  478. package/dist/siemens-ix/p-6726f740.entry.js +1 -0
  479. package/dist/siemens-ix/p-67c2bca6.entry.js +1 -0
  480. package/dist/siemens-ix/p-6f625f0e.js +1 -0
  481. package/dist/siemens-ix/p-78df1e46.entry.js +1 -0
  482. package/dist/siemens-ix/p-7a4c744e.entry.js +1 -0
  483. package/dist/siemens-ix/p-7d667916.entry.js +1 -0
  484. package/dist/siemens-ix/p-7ec8a00e.entry.js +1 -0
  485. package/dist/siemens-ix/p-7f5a2e3c.entry.js +1 -0
  486. package/dist/siemens-ix/p-810b5232.js +1 -0
  487. package/dist/siemens-ix/p-81e46337.entry.js +1 -0
  488. package/dist/siemens-ix/p-8239c3a1.entry.js +1 -0
  489. package/dist/siemens-ix/p-9d9b8ad1.entry.js +1 -0
  490. package/dist/siemens-ix/p-ab715295.entry.js +1 -0
  491. package/dist/siemens-ix/p-b4003026.entry.js +1 -0
  492. package/dist/siemens-ix/p-bbcee9fb.entry.js +1 -0
  493. package/dist/siemens-ix/p-bd15d8ca.entry.js +1 -0
  494. package/dist/siemens-ix/p-bdd294d2.js +1 -0
  495. package/dist/siemens-ix/p-be1ec062.entry.js +1 -0
  496. package/dist/siemens-ix/p-c3738ffc.entry.js +1 -0
  497. package/dist/siemens-ix/p-ca71538c.entry.js +1 -0
  498. package/dist/siemens-ix/p-caf856f2.entry.js +1 -0
  499. package/dist/siemens-ix/p-cde8f20e.entry.js +1 -0
  500. package/dist/siemens-ix/p-d23706a7.js +1 -0
  501. package/dist/siemens-ix/p-d31bf6db.entry.js +1 -0
  502. package/dist/siemens-ix/p-da2cae32.js +1 -0
  503. package/dist/siemens-ix/p-df43662b.entry.js +1 -0
  504. package/dist/siemens-ix/p-e1f54836.entry.js +1 -0
  505. package/dist/siemens-ix/p-e4d1a964.entry.js +1 -0
  506. package/dist/siemens-ix/p-f2636faf.entry.js +1 -0
  507. package/dist/siemens-ix/p-f6da7e07.entry.js +1 -0
  508. package/dist/siemens-ix/p-f86fcdf4.js +1 -0
  509. package/dist/siemens-ix/p-fbe40498.js +1 -0
  510. package/dist/siemens-ix/p-fe020fa3.entry.js +1 -0
  511. package/dist/siemens-ix/p-fe5db4d1.entry.js +1 -0
  512. package/dist/siemens-ix/siemens-ix.css +19243 -0
  513. package/dist/siemens-ix/siemens-ix.esm.js +1 -0
  514. package/dist/types/components/animated-tab/animated-tab.d.ts +11 -0
  515. package/dist/types/components/animated-tabs/animated-tabs.d.ts +44 -0
  516. package/dist/types/components/application-header/application-header.d.ts +7 -0
  517. package/dist/types/components/basic-navigation/basic-navigation.d.ts +16 -0
  518. package/dist/types/components/blind/blind.d.ts +26 -0
  519. package/dist/types/components/breadcrumb/breadcrumb.d.ts +48 -0
  520. package/dist/types/components/breadcrumb-item/breadcrumb-item.d.ts +11 -0
  521. package/dist/types/components/button/base-button.d.ts +13 -0
  522. package/dist/types/components/button/button.d.ts +34 -0
  523. package/dist/types/components/category-filter/category-filter.d.ts +129 -0
  524. package/dist/types/components/category-filter/filter-state.d.ts +9 -0
  525. package/dist/types/components/category-filter/input-state.d.ts +6 -0
  526. package/dist/types/components/category-filter/logical-filter-operator.d.ts +4 -0
  527. package/dist/types/components/chip/chip.d.ts +38 -0
  528. package/dist/types/components/counter-pill/counter-pill.d.ts +24 -0
  529. package/dist/types/components/date-picker/date-picker.d.ts +56 -0
  530. package/dist/types/components/date-time-card/date-time-card.d.ts +14 -0
  531. package/dist/types/components/datetime-picker/datetime-picker.d.ts +31 -0
  532. package/dist/types/components/drawer/drawer.d.ts +49 -0
  533. package/dist/types/components/dropdown/dropdown.d.ts +70 -0
  534. package/dist/types/components/dropdown-item/dropdown-item.d.ts +33 -0
  535. package/dist/types/components/event-list/event-list.d.ts +31 -0
  536. package/dist/types/components/event-list-item/event-list-item.d.ts +34 -0
  537. package/dist/types/components/expanding-search/expanding-search.d.ts +31 -0
  538. package/dist/types/components/filter-chip/filter-chip.d.ts +14 -0
  539. package/dist/types/components/flip-tile/flip-tile-state.d.ts +7 -0
  540. package/dist/types/components/flip-tile/flip-tile.d.ts +22 -0
  541. package/dist/types/components/flip-tile-content/flip-tile-content.d.ts +3 -0
  542. package/dist/types/components/group/group.d.ts +59 -0
  543. package/dist/types/components/group-dropdown-item/group-dropdown-item.d.ts +11 -0
  544. package/dist/types/components/group-item/group-item.d.ts +39 -0
  545. package/dist/types/components/icon/icon.d.ts +15 -0
  546. package/dist/types/components/icon-button/icon-button.d.ts +51 -0
  547. package/dist/types/components/input-group/input-group.d.ts +5 -0
  548. package/dist/types/components/kpi/kpi.d.ts +25 -0
  549. package/dist/types/components/map-navigation/map-navigation.d.ts +59 -0
  550. package/dist/types/components/map-navigation-overlay/map-navigation-overlay.d.ts +20 -0
  551. package/dist/types/components/menu/menu.d.ts +143 -0
  552. package/dist/types/components/menu-about/menu-about.d.ts +34 -0
  553. package/dist/types/components/menu-about-item/menu-about-item.d.ts +7 -0
  554. package/dist/types/components/menu-about-news/menu-about-news.d.ts +36 -0
  555. package/dist/types/components/menu-avatar/menu-avatar.d.ts +26 -0
  556. package/dist/types/components/menu-avatar-item/menu-avatar-item.d.ts +17 -0
  557. package/dist/types/components/menu-item/menu-item.d.ts +31 -0
  558. package/dist/types/components/menu-settings/menu-settings.d.ts +27 -0
  559. package/dist/types/components/menu-settings-item/menu-settings-item.d.ts +7 -0
  560. package/dist/types/components/message-bar/message-bar.d.ts +23 -0
  561. package/dist/types/components/modal/modal-utils.d.ts +26 -0
  562. package/dist/types/components/modal/modal.d.ts +99 -0
  563. package/dist/types/components/modal-container/modal-container.d.ts +15 -0
  564. package/dist/types/components/my-component/example-modal.d.ts +6 -0
  565. package/dist/types/components/my-component/my-component.d.ts +3 -0
  566. package/dist/types/components/pill/pill.d.ts +28 -0
  567. package/dist/types/components/select/select.d.ts +83 -0
  568. package/dist/types/components/select-item/select-item.d.ts +31 -0
  569. package/dist/types/components/spinner/spinner.d.ts +11 -0
  570. package/dist/types/components/split-button/split-button.d.ts +57 -0
  571. package/dist/types/components/split-button-item/split-button-item.d.ts +17 -0
  572. package/dist/types/components/tab-item/tab-item.d.ts +36 -0
  573. package/dist/types/components/tabs/tabs.d.ts +46 -0
  574. package/dist/types/components/tile/tile.d.ts +7 -0
  575. package/dist/types/components/time-picker/time-picker.d.ts +46 -0
  576. package/dist/types/components/toast/toast-container.d.ts +25 -0
  577. package/dist/types/components/toast/toast-utils.d.ts +33 -0
  578. package/dist/types/components/toast/toast.d.ts +39 -0
  579. package/dist/types/components/toggle/toggle.d.ts +45 -0
  580. package/dist/types/components/tree/tree-model.d.ts +17 -0
  581. package/dist/types/components/tree/tree.d.ts +44 -0
  582. package/dist/types/components/tree-item/default-tree-item.d.ts +6 -0
  583. package/dist/types/components/tree-item/tree-item.d.ts +25 -0
  584. package/dist/types/components/upload/upload-file-state.d.ts +6 -0
  585. package/dist/types/components/upload/upload.d.ts +70 -0
  586. package/dist/types/components/utils/animation.d.ts +7 -0
  587. package/dist/types/components/utils/button-variants.d.ts +1 -0
  588. package/dist/types/components/utils/mutation-observer.d.ts +1 -0
  589. package/dist/types/components/utils/notification-color.d.ts +4 -0
  590. package/dist/types/components/utils/popover.util.d.ts +9 -0
  591. package/dist/types/components/utils/rwd.util.d.ts +2 -0
  592. package/dist/types/components/utils/toggle-theme.d.ts +1 -0
  593. package/dist/types/components/utils/typed-event.d.ts +15 -0
  594. package/dist/types/components/validation-tooltip/validation-tooltip.d.ts +31 -0
  595. package/dist/types/components/workflow-step/workflow-step.d.ts +35 -0
  596. package/dist/types/components/workflow-steps/workflow-steps.d.ts +29 -0
  597. package/dist/types/components.d.ts +3453 -0
  598. package/dist/types/env.d.ts +1 -0
  599. package/dist/types/exports.d.ts +5 -0
  600. package/dist/types/index.d.ts +11 -0
  601. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  602. package/dist/types/utils/test/index.d.ts +1 -0
  603. package/dist/types/utils/test/page.d.ts +3 -0
  604. package/loader/cdn.js +3 -0
  605. package/loader/index.cjs.js +3 -0
  606. package/loader/index.d.ts +12 -0
  607. package/loader/index.es2017.js +3 -0
  608. package/loader/index.js +4 -0
  609. package/loader/package.json +10 -0
  610. package/package.json +86 -0
  611. package/scss/_common-variables.scss +60 -0
  612. package/scss/_fonts.scss +70 -0
  613. package/scss/_z-index.scss +18 -0
  614. package/scss/components/_button-group.scss +24 -0
  615. package/scss/components/_buttons.scss +150 -0
  616. package/scss/components/_checkboxes.scss +177 -0
  617. package/scss/components/_dropdown.scss +175 -0
  618. package/scss/components/_forms.scss +146 -0
  619. package/scss/components/_input-group.scss +34 -0
  620. package/scss/components/_links.scss +31 -0
  621. package/scss/components/_modal.scss +41 -0
  622. package/scss/components/_radiobuttons.scss +169 -0
  623. package/scss/components/_shadows.scss +35 -0
  624. package/scss/components/_table.scss +27 -0
  625. package/scss/ix.scss +95 -0
  626. package/scss/mixins/_animations.scss +30 -0
  627. package/scss/mixins/_fonts.scss +166 -0
  628. package/scss/mixins/_hover.scss +59 -0
  629. package/scss/mixins/_shadows.scss +12 -0
  630. package/scss/mixins/_text-truncation.scss +14 -0
  631. package/scss/theme/_define-theme-colors.scss +22 -0
  632. package/scss/theme/_define-theme-variable.scss +12 -0
  633. package/scss/theme/_define-theme.scss +36 -0
  634. package/scss/theme/_static-colors.scss +19 -0
  635. package/scss/theme/classic-dark/_sizes.scss +66 -0
  636. package/scss/theme/classic-dark/_variables.scss +827 -0
  637. package/scss/theme/classic-dark/index.scss +15 -0
  638. package/scss/theme/classic-light/_sizes.scss +66 -0
  639. package/scss/theme/classic-light/_variables.scss +830 -0
  640. package/scss/theme/classic-light/index.scss +15 -0
  641. package/src/components/animated-tab/readme.md +24 -0
  642. package/src/components/animated-tabs/readme.md +32 -0
  643. package/src/components/application-header/readme.md +21 -0
  644. package/src/components/basic-navigation/readme.md +22 -0
  645. package/src/components/blind/readme.md +29 -0
  646. package/src/components/breadcrumb/readme.md +33 -0
  647. package/src/components/breadcrumb-item/readme.md +22 -0
  648. package/src/components/button/readme.md +27 -0
  649. package/src/components/category-filter/readme.md +40 -0
  650. package/src/components/chip/readme.md +36 -0
  651. package/src/components/counter-pill/readme.md +25 -0
  652. package/src/components/date-picker/readme.md +32 -0
  653. package/src/components/date-time-card/readme.md +22 -0
  654. package/src/components/datetime-picker/readme.md +32 -0
  655. package/src/components/drawer/readme.md +47 -0
  656. package/src/components/dropdown/readme.md +49 -0
  657. package/src/components/dropdown-item/readme.md +45 -0
  658. package/src/components/event-list/readme.md +24 -0
  659. package/src/components/event-list-item/readme.md +32 -0
  660. package/src/components/expanding-search/readme.md +32 -0
  661. package/src/components/filter-chip/readme.md +30 -0
  662. package/src/components/flip-tile/readme.md +22 -0
  663. package/src/components/flip-tile-content/readme.md +14 -0
  664. package/src/components/group/readme.md +36 -0
  665. package/src/components/group-dropdown-item/readme.md +22 -0
  666. package/src/components/group-item/readme.md +34 -0
  667. package/src/components/icon/readme.md +23 -0
  668. package/src/components/icon-button/readme.md +31 -0
  669. package/src/components/input-group/readme.md +14 -0
  670. package/src/components/kpi/readme.md +27 -0
  671. package/src/components/map-navigation/readme.md +54 -0
  672. package/src/components/map-navigation-overlay/readme.md +30 -0
  673. package/src/components/menu/readme.md +86 -0
  674. package/src/components/menu-about/readme.md +31 -0
  675. package/src/components/menu-about-item/readme.md +21 -0
  676. package/src/components/menu-about-news/readme.md +34 -0
  677. package/src/components/menu-avatar/readme.md +30 -0
  678. package/src/components/menu-avatar-item/readme.md +29 -0
  679. package/src/components/menu-item/readme.md +26 -0
  680. package/src/components/menu-settings/readme.md +30 -0
  681. package/src/components/menu-settings-item/readme.md +21 -0
  682. package/src/components/message-bar/readme.md +31 -0
  683. package/src/components/modal/readme.md +67 -0
  684. package/src/components/modal-container/readme.md +29 -0
  685. package/src/components/my-component/readme.md +16 -0
  686. package/src/components/pill/readme.md +26 -0
  687. package/src/components/select/readme.md +37 -0
  688. package/src/components/select-item/readme.md +44 -0
  689. package/src/components/spinner/readme.md +22 -0
  690. package/src/components/split-button/readme.md +36 -0
  691. package/src/components/split-button-item/readme.md +29 -0
  692. package/src/components/tab-item/readme.md +28 -0
  693. package/src/components/tabs/readme.md +25 -0
  694. package/src/components/tile/readme.md +21 -0
  695. package/src/components/time-picker/readme.md +34 -0
  696. package/src/components/toast/readme.md +36 -0
  697. package/src/components/toggle/readme.md +35 -0
  698. package/src/components/tree/readme.md +32 -0
  699. package/src/components/tree-item/readme.md +31 -0
  700. package/src/components/upload/readme.md +51 -0
  701. package/src/components/validation-tooltip/readme.md +31 -0
  702. package/src/components/workflow-step/readme.md +28 -0
  703. package/src/components/workflow-steps/readme.md +33 -0
@@ -0,0 +1,830 @@
1
+ /*
2
+ * SPDX-FileCopyrightText: 2022 Siemens AG
3
+ *
4
+ * SPDX-License-Identifier: MIT
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+
10
+ /*
11
+ * Autogenerated please not edit directly
12
+ */
13
+
14
+ $classic-light: (
15
+ color-primary: #0e777c,
16
+ color-alarm: #dc0031,
17
+ color-critical: #eb780a,
18
+ color-warning: #f0b800,
19
+ color-success: #339b00,
20
+ color-info: #1e54b3,
21
+ color-neutral: #879bab,
22
+ color-6: #becdd7,
23
+ color-5: #ced9e2,
24
+ color-3: #ebf0f5,
25
+ color-2: #f5f8fa,
26
+ color-disabled-btn: rgba(23, 33, 38, 0.25),
27
+ color-std-bdr: rgba(65, 95, 117, 0.6),
28
+ color-soft-bdr: rgba(65, 95, 117, 0.4),
29
+ color-weak-bdr: rgba(23, 33, 38, 0.15),
30
+ color-std-text: rgba(0, 0, 0, 0.75),
31
+ color-contrast-text: #000,
32
+ color-soft-text: rgba(0, 0, 0, 0.55),
33
+ color-weak-text: rgba(0, 0, 0, 0.3),
34
+ color-inv-std-text: rgba(255, 255, 255, 0.85),
35
+ color-inv-contrast-text: #fff,
36
+ color-inv-soft-text: rgba(255, 255, 255, 0.6),
37
+ color-inv-weak-text: rgba(255, 255, 255, 0.4),
38
+ color-lightbox: rgba(255, 255, 255, 0.6),
39
+ color-7: #879baa,
40
+ color-backdrop: rgba(255, 255, 255, 0.85),
41
+ color-input-focus: #00d7a0,
42
+ app-header--color: rgba(255, 255, 255, 0.85),
43
+ app-header--background: #555f69,
44
+ app-header--border-color: rgba(0, 0, 0, 0),
45
+ btn-invisible-secondary--color--selected: #0e777c,
46
+ btn-invisible-primary--color--disabled: rgba(0, 0, 0, 0.3),
47
+ btn-outline-primary--color--disabled: rgba(0, 0, 0, 0.3),
48
+ link-btn--border-color--hover: #0e777c,
49
+ btn-outline-secondary--background--disabled: rgba(0, 0, 0, 0),
50
+ btn-invisible-primary--background--active: rgba(0, 0, 0, 0.1),
51
+ link-btn--color--hover: #0e777c,
52
+ btn-outline-primary--border-color--active: #0e777c,
53
+ btn-outline-secondary--color--disabled: rgba(0, 0, 0, 0.3),
54
+ btn-primary--color--active: #fff,
55
+ btn-invisible-secondary--background: rgba(0, 0, 0, 0),
56
+ btn-secondary--color-active: rgba(0, 0, 0, 0.75),
57
+ link-btn--color: #0e777c,
58
+ btn-invisible-secondary--color--selected-hover: #0e777c,
59
+ link-btn--border-color--active: #000,
60
+ btn-outline-secondary--color: rgba(0, 0, 0, 0.75),
61
+ btn-invisible-primary--background--disabled: rgba(0, 0, 0, 0),
62
+ btn-outline-primary--border-color--disabled: rgba(23, 33, 38, 0.25),
63
+ link-btn--color--active: #000,
64
+ btn-primary--color--disabled: rgba(255, 255, 255, 0.85),
65
+ btn-invisible-secondary--background--hover: rgba(0, 0, 0, 0.05),
66
+ btn-secondary--color--disabled: rgba(0, 0, 0, 0.3),
67
+ btn-invisible-secondary--color: rgba(0, 0, 0, 0.75),
68
+ btn-outline-primary--background--hover: #f2f2f2,
69
+ btn-invisible-secondary--color--selected-active: #0e777c,
70
+ link-btn--border-color--visited: rgba(0, 0, 0, 0),
71
+ btn-outline-secondary--color--hover: rgba(0, 0, 0, 0.75),
72
+ btn-invisible-primary--color: #0e777c,
73
+ btn-outline-primary--color: #0e777c,
74
+ link-btn--color--visited: #0e777c,
75
+ btn-outline-secondary--border-color: #becdd7,
76
+ btn-outline-secondary--border-color--hover: #becdd7,
77
+ btn-outline-secondary--border-color--disabled: rgba(23, 33, 38, 0.25),
78
+ btn-outline-secondary--border-color--active: #becdd7,
79
+ btn-invisible-secondary--background--active: rgba(0, 0, 0, 0.1),
80
+ btn-secondary--background: #ced9e2,
81
+ btn-invisible-secondary--color--hover: rgba(0, 0, 0, 0.75),
82
+ btn-outline-primary--background: #fff,
83
+ btn-outline-primary--background--active: #e5e5e5,
84
+ btn-invisible-secondary--background--selected: rgba(50, 160, 160, 0.25),
85
+ btn-primary--background--active: #0c6a6f,
86
+ link-btn--border-color--disabled: rgba(0, 0, 0, 0),
87
+ btn-outline-secondary--color--active: rgba(0, 0, 0, 0.75),
88
+ btn-invisible-primary--color--hover: #0e777c,
89
+ btn-outline-primary--color--hover: #0e777c,
90
+ link-btn--color--disabled: rgba(0, 0, 0, 0.3),
91
+ btn-outline-secondary--background--hover: #f2f2f2,
92
+ btn-invisible-secondary--background--disabled: rgba(0, 0, 0, 0),
93
+ btn-invisible-primary--background: rgba(0, 0, 0, 0),
94
+ btn-secondary--background--hover: #c3cdd6,
95
+ btn-invisible-secondary--color--active: rgba(0, 0, 0, 0.75),
96
+ btn-outline-primary--background--disabled: rgba(0, 0, 0, 0),
97
+ btn-secondary--color: rgba(0, 0, 0, 0.75),
98
+ btn-invisible-secondary--background--selected-hover: rgba(39, 125, 125, 0.28),
99
+ btn-primary--background--disabled: rgba(23, 33, 38, 0.25),
100
+ btn-invisible-primary--color--active: #0e777c,
101
+ btn-outline-primary--color--active: #0e777c,
102
+ link-btn--border-color: rgba(0, 0, 0, 0),
103
+ btn-outline-secondary--background--active: #e5e5e5,
104
+ btn-invisible-primary--background--hover: rgba(0, 0, 0, 0.05),
105
+ btn-outline-primary--border-color--hover: #0e777c,
106
+ btn-secondary--background--active: #b9c2ca,
107
+ btn-primary--color--hover: #fff,
108
+ btn-invisible-secondary--color--disabled: rgba(0, 0, 0, 0.3),
109
+ btn-outline-primary--border-color: #0e777c,
110
+ btn-secondary--color--hover: rgba(0, 0, 0, 0.75),
111
+ btn-secondary--background--disabled: rgba(23, 33, 38, 0.25),
112
+ btn-primary--color: #fff,
113
+ btn-invisible-secondary--background-selected-active: rgba(33, 107, 107, 0.32),
114
+ btn-outline-secondary--background: #fff,
115
+ btn-group-base--background: #fff,
116
+ btn-group-base--border-color: #0e777c,
117
+ btn-group-item--background: rgba(255, 255, 255, 0),
118
+ btn-group-item--color: #0e777c,
119
+ btn-group-item--background--hover: rgba(0, 0, 0, 0.05),
120
+ btn-group-item--background--selected: #0e777c,
121
+ btn-group-item--color--hover: #0e777c,
122
+ btn-group-item--color--selected: #fff,
123
+ btn-group-item--border-color--hover: rgba(0, 0, 0, 0),
124
+ btn-group-item--border-color: rgba(0, 0, 0, 0),
125
+ btn-primary--background: #0e777c,
126
+ btn-primary--background--hover: #0d7075,
127
+ checkbox-unchecked--background: #fff,
128
+ checkbox-unchecked--border-color: rgba(65, 95, 117, 0.6),
129
+ checkbox-unchecked--background--hover: #f2f2f2,
130
+ checkbox-unchecked--border-color--hover: rgba(65, 95, 117, 0.6),
131
+ checkbox-unchecked--background--active: #e5e5e5,
132
+ checkbox-unchecked--border-color--active: rgba(65, 95, 117, 0.6),
133
+ checkbox-unchecked--background--disabled: rgba(255, 255, 255, 0),
134
+ checkbox-unchecked--border-color--disabled: rgba(23, 33, 38, 0.25),
135
+ checkbox-checked--background: #0e777c,
136
+ checkbox-checked--border-color: rgba(0, 0, 0, 0),
137
+ checkbox-checked--color: #fff,
138
+ checkbox-checked--background--hover: #0d7075,
139
+ checkbox-checked--border-color--hover: rgba(0, 0, 0, 0),
140
+ checkbox-checked--color--hover: #fff,
141
+ checkbox-checked--color--active: #fff,
142
+ checkbox-checked--border-color--active: rgba(0, 0, 0, 0),
143
+ checkbox-checked--background--active: #0c6a6f,
144
+ checkbox-checked--background--disabled: rgba(23, 33, 38, 0.25),
145
+ checkbox-checked--border-color--disabled: rgba(0, 0, 0, 0),
146
+ checkbox-checked--color--disabled: #fff,
147
+ checkbox-mixed--background: #fff,
148
+ checkbox-mixed--border-color: #0e777c,
149
+ checkbox-mixed--color: #0e777c,
150
+ checkbox-mixed--background--hover: #f2f2f2,
151
+ checkbox-mixed--border-color--hover: #0e777c,
152
+ checkbox-mixed--color--hover: #0e777c,
153
+ checkbox-mixed--background--active: #e5e5e5,
154
+ checkbox-mixed--border-color--active: #0e777c,
155
+ checkbox-mixed--color--active: #0e777c,
156
+ checkbox-mixed--background--disabled: rgba(255, 255, 255, 0),
157
+ checkbox-mixed--border-color--disabled: rgba(23, 33, 38, 0.25),
158
+ checkbox-mixed--color-disabled: rgba(23, 33, 38, 0.25),
159
+ checkbox-label--color: rgba(0, 0, 0, 0.75),
160
+ checkbox-label--color--disabled: rgba(0, 0, 0, 0.3),
161
+ ghost--background: rgba(0, 0, 0, 0),
162
+ ghost--background--hover: rgba(0, 0, 0, 0.05),
163
+ ghost--background--active: rgba(0, 0, 0, 0.1),
164
+ radiobtn-unchecked--background: #fff,
165
+ radiobtn-unchecked--background--hover: #f2f2f2,
166
+ radiobtn-unchecked--background--active: #e5e5e5,
167
+ radiobtn-unchecked--background--disabled: rgba(255, 255, 255, 0),
168
+ radiobtn-unchecked--border-color--disabled: rgba(23, 33, 38, 0.25),
169
+ radiobtn-unchecked--border-color: rgba(65, 95, 117, 0.6),
170
+ radiobtn-unchecked--border-color--hover: rgba(65, 95, 117, 0.6),
171
+ radiobtn-unchecked--border-color--active: rgba(65, 95, 117, 0.6),
172
+ radiobtn-checked--background: #fff,
173
+ radiobtn-checked--background--hover: #f2f2f2,
174
+ radiobtn-checked--background--active: #e5e5e5,
175
+ radiobtn-checked--background--disabled: rgba(255, 255, 255, 0),
176
+ radiobtn-checked--border-color: #0e777c,
177
+ radiobtn-checked--border-color--hover: #0e777c,
178
+ radiobtn-checked--border-color--active: #0e777c,
179
+ radiobtn-checked--border-color--disabled: rgba(23, 33, 38, 0.25),
180
+ radiobtn-checked--color: #0e777c,
181
+ radiobtn-checked--color--hover: #0e777c,
182
+ radiobtn-checked--color--active: #0e777c,
183
+ radiobtn-checked--color--disabled: rgba(23, 33, 38, 0.25),
184
+ radiobtn-label--color: rgba(0, 0, 0, 0.75),
185
+ radiobtn-label--color--disabled: rgba(0, 0, 0, 0.3),
186
+ nav--background: #d6dfe7,
187
+ avatar-btn--background: rgba(0, 0, 0, 0),
188
+ avatar-btn--background--hover: rgba(0, 0, 0, 0.05),
189
+ avatar-btn--background--active: rgba(0, 0, 0, 0.1),
190
+ avatar-btn--color: rgba(0, 0, 0, 0.75),
191
+ avatar-btn--color--hover: rgba(0, 0, 0, 0.75),
192
+ avatar-btn--color--active: rgba(0, 0, 0, 0.75),
193
+ nav-item-primary--background: rgba(0, 0, 0, 0),
194
+ nav-item-primary--background--hover: rgba(0, 0, 0, 0.05),
195
+ nav-item-primary--background--active: rgba(0, 0, 0, 0.1),
196
+ nav-item-primary--background--selected: #ebf0f5,
197
+ nav-item-primary--border-color: rgba(255, 255, 255, 0),
198
+ nav-item-primary--border-color--hover: rgba(255, 255, 255, 0),
199
+ nav-item-primary--border-color--active: rgba(255, 255, 255, 0),
200
+ nav-item-primary--border-color--selected: #0e777c,
201
+ nav-item-primary-icon--color: rgba(0, 0, 0, 0.75),
202
+ nav-item-primary-icon--color--hover: rgba(0, 0, 0, 0.75),
203
+ nav-item-primary-icon--color--active: rgba(0, 0, 0, 0.75),
204
+ nav-item-primary-icon--color--selected: rgba(0, 0, 0, 0.75),
205
+ nav-item-primary--color: rgba(0, 0, 0, 0.75),
206
+ nav-item-primary--color--hover: rgba(0, 0, 0, 0.75),
207
+ nav-item-primary--color--active: rgba(0, 0, 0, 0.75),
208
+ nav-item-primary--color--selected: rgba(0, 0, 0, 0.75),
209
+ nav-item-secondary--background: rgba(0, 0, 0, 0),
210
+ nav-item-secondary--background--hover: rgba(0, 0, 0, 0.05),
211
+ nav-item-secondary--background--active: rgba(0, 0, 0, 0.1),
212
+ nav-item-secondary--background--disabled: rgba(0, 0, 0, 0),
213
+ nav-item-secondary--background--selected: #fff,
214
+ nav-item-secondary--border-color: rgba(255, 255, 255, 0),
215
+ nav-item-secondary--border-color--hover: rgba(255, 255, 255, 0),
216
+ nav-item-secondary--border-color--active: rgba(255, 255, 255, 0),
217
+ nav-item-secondary--border-color--disabled: rgba(255, 255, 255, 0),
218
+ nav-item-secondary--border-color--selected: #0e777c,
219
+ nav-item-secondary--color: rgba(0, 0, 0, 0.75),
220
+ nav-item-secondary--color--hover: rgba(0, 0, 0, 0.75),
221
+ nav-item-secondary--color--active: rgba(0, 0, 0, 0.75),
222
+ nav-item-secondary--color--disabled: rgba(0, 0, 0, 0.4),
223
+ nav-item-secondary--color--selected: rgba(0, 0, 0, 0.75),
224
+ nav-item-secondary-icon--color: rgba(0, 0, 0, 0.75),
225
+ nav-item-secondary-icon--color--hover: rgba(0, 0, 0, 0.75),
226
+ nav-item-secondary-icon--color--active: rgba(0, 0, 0, 0.75),
227
+ nav-item-secondary-icon--color--disabled: rgba(0, 0, 0, 0.4),
228
+ nav-item-secondary-icon--color--selected: rgba(0, 0, 0, 0.75),
229
+ menu-btn--color: rgba(0, 0, 0, 0.75),
230
+ menu-btn--color--hover: rgba(0, 0, 0, 0.75),
231
+ menu-btn--color--active: rgba(0, 0, 0, 0.75),
232
+ menu-btn--background: rgba(0, 0, 0, 0),
233
+ menu-btn--background--hover: rgba(0, 0, 0, 0.05),
234
+ menu-btn--background--active: rgba(0, 0, 0, 0.1),
235
+ avatar--background: rgba(0, 0, 0, 0.2),
236
+ avatar--color: #000,
237
+ input--color: rgba(0, 0, 0, 0.75),
238
+ input--color--disabled: rgba(0, 0, 0, 0.3),
239
+ input--background: #fff,
240
+ input--border-color: rgba(65, 95, 117, 0.6),
241
+ input--background--hover: #fff,
242
+ input--border-color--hover: rgba(65, 95, 117, 0.6),
243
+ input--background--focus: #fff,
244
+ input--border-color--focus: #0e777c,
245
+ input--background--readonly: rgba(255, 255, 255, 0),
246
+ input--border-color--readonly: rgba(255, 255, 255, 0.6),
247
+ input--border-color-bottom--readonly: rgba(65, 95, 117, 0.4),
248
+ input--background--disabled: rgba(255, 255, 255, 0),
249
+ input--border-color--disabled: rgba(255, 255, 255, 0.6),
250
+ input--border-color-bottom--disabled: rgba(23, 33, 38, 0.15),
251
+ input-error--background: #fff1f5,
252
+ input-error--border-color: #ff2640,
253
+ input-error-icon--color: #ff2640,
254
+ blind-base--background: #fff,
255
+ blind-base-border-color: rgba(23, 33, 38, 0.15),
256
+ blind-header-closed--background: rgba(0, 0, 0, 0),
257
+ blind-header-closed--color: rgba(0, 0, 0, 0.75),
258
+ blind-header-icon-closed--color: rgba(0, 0, 0, 0.75),
259
+ blind-header-closed--background--hover: rgba(0, 0, 0, 0.05),
260
+ blind-header-closed--color--hover: rgba(0, 0, 0, 0.75),
261
+ blind-header-icon-closed--color--hover: rgba(0, 0, 0, 0.75),
262
+ blind-header-closed--background--active: rgba(0, 0, 0, 0.1),
263
+ blind-header-closed--color--active: rgba(0, 0, 0, 0.75),
264
+ blind-header-icon-closed--color--active: rgba(0, 0, 0, 0.75),
265
+ blind-header-open--background: rgba(0, 0, 0, 0),
266
+ blind-header-open--color: rgba(0, 0, 0, 0.75),
267
+ blind-header-icon-open--color: rgba(0, 0, 0, 0.75),
268
+ blind-header-open--background--hover: rgba(0, 0, 0, 0.05),
269
+ blind-header-open--color--hover: rgba(0, 0, 0, 0.75),
270
+ blind-header-icon-open--color--hover: rgba(0, 0, 0, 0.75),
271
+ blind-header-open--background--active: rgba(0, 0, 0, 0.1),
272
+ blind-header-open--color--active: rgba(0, 0, 0, 0.75),
273
+ blind-header-icon-open--color--active: rgba(0, 0, 0, 0.75),
274
+ breadcrumb-btn-last--color: rgba(0, 0, 0, 0.75),
275
+ breadcrumb-btn--background: rgba(135, 155, 170, 0.25),
276
+ breadcrumb-btn--background--hover: rgba(106, 127, 143, 0.29),
277
+ breadcrumb-btn--background--active: rgba(94, 108, 118, 0.33),
278
+ breadcrumb-btn--color: rgba(0, 0, 0, 0.75),
279
+ breadcrumb-btn--color--hover: rgba(0, 0, 0, 0.75),
280
+ breadcrumb-btn--color--active: rgba(0, 0, 0, 0.75),
281
+ breadcrumb-btn-arrow--color: rgba(0, 0, 0, 0.75),
282
+ breadcrumb-btn-arrow--color--hover: rgba(0, 0, 0, 0.75),
283
+ breadcrumb-btn-arrow--color--active: rgba(0, 0, 0, 0.75),
284
+ breadcrumb-ghost-last--color: rgba(0, 0, 0, 0.55),
285
+ breadcrumb-ghost--background: rgba(0, 0, 0, 0),
286
+ breadcrumb-ghost--background--hover: rgba(0, 0, 0, 0.05),
287
+ breadcrumb-ghost--background--active: rgba(0, 0, 0, 0.1),
288
+ breadcrumb-ghost--color: #0e777c,
289
+ breadcrumb-ghost--color--hover: #0e777c,
290
+ breadcrumb-ghost--color--active: #0e777c,
291
+ breadcrumb-ghost-arrow--color: #0e777c,
292
+ breadcrumb-ghost-arrow--color--hover: #0e777c,
293
+ breadcrumb-ghost-arrow--color--active: #0e777c,
294
+ btn-group-item--background--active: rgba(0, 0, 0, 0.1),
295
+ btn-group-item--border-color--active: rgba(0, 0, 0, 0),
296
+ btn-group-item--color--active: #0e777c,
297
+ color-success--hover: #309300,
298
+ color-success--active: #2d8b00,
299
+ color-success--contrast: #000,
300
+ color-alarm--hover: #d0002e,
301
+ color-alarm--active: #c5002c,
302
+ color-alarm--contrast: #fff,
303
+ color-critical--hover: #df7109,
304
+ color-critical--active: #d36b08,
305
+ color-critical--contrast: #000,
306
+ color-warning--hover: #f2af00,
307
+ color-warning--active: #e5a600,
308
+ color-warning--contrast: #000,
309
+ color-info--hover: #1c4fa9,
310
+ color-info--active: #1a4ba0,
311
+ color-info--contrast: #fff,
312
+ color-neutral--hover: #8093a2,
313
+ color-neutral--active: #798b99,
314
+ color-neutral--contrast: #000,
315
+ color-primary--hover: #0d7075,
316
+ color-primary--active: #0c6a6f,
317
+ color-primary--contrast: #fff,
318
+ chip-outline--background: #fff,
319
+ chip-outline--background--hover: #f2f2f2,
320
+ chip-outline--background--active: #e5e5e5,
321
+ chip-outline--color: rgba(0, 0, 0, 0.75),
322
+ chip-close-btn--background: rgba(0, 0, 0, 0),
323
+ chip-close-btn--background--hover: rgba(0, 0, 0, 0.05),
324
+ chip-close-btn--background--active: rgba(0, 0, 0, 0.1),
325
+ chip--background: #ebf0f5,
326
+ chip--background--hover: #dfe3e8,
327
+ chip--background--active: #d3d7dc,
328
+ chip--color: #000,
329
+ chip-close-btn--color: rgba(0, 0, 0, 0.85),
330
+ pill-outline--color: rgba(0, 0, 0, 0.75),
331
+ pill-outline--background: #fff,
332
+ chip-primary--background: #0e777c,
333
+ chip-primary--background--hover: #0d7075,
334
+ chip-primary--background--active: #0c6a6f,
335
+ chip-primary--color: #fff,
336
+ chip-primary--color--hover: #fff,
337
+ chip-primary--color--active: #fff,
338
+ chip-primary-outline--background: #fff,
339
+ chip-primary-outline--background--hover: #f2f2f2,
340
+ chip-primary-outline--background--active: #e5e5e5,
341
+ chip-primary-outline--background--display: #fff,
342
+ chip-primary-outline--border-color: #0e777c,
343
+ chip-primary-outline--border-color--hover: #0e777c,
344
+ chip-primary-outline--border-color--active: #0e777c,
345
+ chip-primary-outline--border-color--display: rgba(0, 0, 0, 0.75),
346
+ chip-primary-outline--color: #0e777c,
347
+ chip-primary-outline--color--hover: #0e777c,
348
+ chip-primary-outline--color--active: #0e777c,
349
+ chip-primary-outline--color--display: rgba(0, 0, 0, 0.75),
350
+ app-header-logo--color: #fff,
351
+ btn-group-item--border-color--selected: rgba(0, 0, 0, 0),
352
+ table-data-row-alt--background: rgba(0, 45, 74, 0.03),
353
+ menu-header--color: rgba(0, 0, 0, 0.6),
354
+ menu-item--background: rgba(255, 255, 255, 0),
355
+ menu-item--background--hover: rgba(0, 0, 0, 0.05),
356
+ menu-item--background--active: rgba(0, 0, 0, 0.1),
357
+ menu-item--background--disabled: rgba(255, 255, 255, 0),
358
+ menu-item--color: rgba(0, 0, 0, 0.75),
359
+ menu-item--color--hover: rgba(0, 0, 0, 0.75),
360
+ menu-item--color--active: rgba(0, 0, 0, 0.75),
361
+ menu-item--color--disabled: rgba(0, 0, 0, 0.4),
362
+ menu-separator--background: rgba(23, 33, 38, 0.15),
363
+ menu--background: #fff,
364
+ menu--border-color: rgba(65, 95, 117, 0.4),
365
+ menu-item-arrow--color: rgba(0, 0, 0, 0.75),
366
+ menu-item-arrow--color--hover: rgba(0, 0, 0, 0.75),
367
+ menu-item-arrow--color--active: rgba(0, 0, 0, 0.75),
368
+ menu-item-arrow--color--disabled: rgba(0, 0, 0, 0.4),
369
+ menu-item-check--color: rgba(0, 0, 0, 0.75),
370
+ menu-item-check--color--hover: rgba(0, 0, 0, 0.75),
371
+ menu-item-check--color--active: rgba(0, 0, 0, 0.75),
372
+ menu-item-check--color--disabled: rgba(0, 0, 0, 0.4),
373
+ select-list--background: #fff,
374
+ select-list--border-color: rgba(65, 95, 117, 0.4),
375
+ select-list-item--background: rgba(255, 255, 255, 0),
376
+ select-list-item--background--hover: rgba(0, 0, 0, 0.05),
377
+ select-list-item--background--active: rgba(0, 0, 0, 0.1),
378
+ select-list-item--background--selected: rgba(50, 160, 160, 0.25),
379
+ select-list-item--background--disabled: rgba(255, 255, 255, 0),
380
+ select-list-item--color: rgba(0, 0, 0, 0.75),
381
+ select-list-item--color--hover: rgba(0, 0, 0, 0.75),
382
+ select-list-item--color--active: rgba(0, 0, 0, 0.75),
383
+ select-list-item--color--selected: rgba(0, 0, 0, 0.75),
384
+ select-list-item--color--disabled: rgba(0, 0, 0, 0.3),
385
+ select-list-item--background--selected-hover: rgba(16, 112, 112, 0.25),
386
+ select-list-item--background--selected-active: rgba(15, 97, 97, 0.3),
387
+ select-list-item--background--selected-disabled: rgba(255, 255, 255, 0),
388
+ select-list-item--color--selected-hover: rgba(0, 0, 0, 0.75),
389
+ select-list-item--color--selected-active: rgba(0, 0, 0, 0.75),
390
+ select-list-item--color--selected-disabled: rgba(0, 0, 0, 0.3),
391
+ select-list-item-check--color: rgba(0, 0, 0, 0.75),
392
+ select-list-item-check--color--hover: rgba(0, 0, 0, 0.75),
393
+ select-list-item-check--color--active: rgba(0, 0, 0, 0.75),
394
+ select-list-item-check--color--disabled: rgba(0, 0, 0, 0.3),
395
+ menu-item-icon--color: rgba(0, 0, 0, 0.75),
396
+ menu-item-icon--color--hover: rgba(0, 0, 0, 0.75),
397
+ menu-item-icon--color--active: rgba(0, 0, 0, 0.75),
398
+ menu-item-icon--color--disabled: rgba(0, 0, 0, 0.4),
399
+ tab--background: rgba(0, 0, 0, 0),
400
+ tab--background--hover: rgba(0, 0, 0, 0.05),
401
+ tab--background--active: rgba(0, 0, 0, 0.1),
402
+ tab--background--selected: rgba(255, 255, 255, 0),
403
+ tab--background--disabled: rgba(255, 255, 255, 0),
404
+ tab-indicator--background: rgba(0, 0, 0, 0),
405
+ tab-indicator--background--hover: #becdd7,
406
+ tab-indicator--background--active: #becdd7,
407
+ tab-indicator--background--selected: #0e777c,
408
+ tab-indicator--background--disabled: rgba(0, 0, 0, 0),
409
+ animated-tab-indicator--background: rgba(0, 0, 0, 0),
410
+ animated-tab-indicator--background--hover: rgba(0, 0, 0, 0),
411
+ animated-tab-indicator--background--active: rgba(0, 0, 0, 0),
412
+ animated-tab-indicator--background--selected: #0e777c,
413
+ animated-tab-indicator--background--disabled: rgba(0, 0, 0, 0),
414
+ tab--color: rgba(0, 0, 0, 0.6),
415
+ tab--color--hover: rgba(0, 0, 0, 0.6),
416
+ tab--color--active: rgba(0, 0, 0, 0.6),
417
+ tab--color--selected: #0e777c,
418
+ tab--color--disabled: rgba(0, 0, 0, 0.3),
419
+ tab-icon--color: rgba(0, 0, 0, 0.6),
420
+ tab-icon--color--hover: rgba(0, 0, 0, 0.6),
421
+ tab-icon--color--active: rgba(0, 0, 0, 0.6),
422
+ tab-icon--color--selected: #0e777c,
423
+ tab-icon--color--disabled: rgba(0, 0, 0, 0.3),
424
+ animated-tab-icon--color: rgba(0, 0, 0, 0.6),
425
+ animated-tab-icon--color--hover: rgba(0, 0, 0, 0.6),
426
+ animated-tab-icon--color--active: rgba(0, 0, 0, 0.6),
427
+ animated-tab-icon--color--selected: #fff,
428
+ animated-tab-icon--color--disabled: rgba(0, 0, 0, 0.3),
429
+ animated-tab-circle--background: #fff,
430
+ animated-tab-circle--background--hover: #f2f2f2,
431
+ animated-tab-circle--background--active: #e5e5e5,
432
+ animated-tab-circle--background--selected: #0e777c,
433
+ animated-tab-circle--background--disabled: rgba(255, 255, 255, 0.6),
434
+ animated-tab-circle--border-color: rgba(65, 95, 117, 0.4),
435
+ animated-tab-circle--border-color--hover: rgba(65, 95, 117, 0.4),
436
+ animated-tab-circle--border-color--active: rgba(65, 95, 117, 0.4),
437
+ animated-tab-circle--border-color--selected: rgba(255, 255, 255, 0),
438
+ animated-tab-circle--border-color--disabled: rgba(0, 0, 0, 0.15),
439
+ tab-pill--border-color: rgba(65, 95, 117, 0.4),
440
+ tab-pill--border-color--hover: rgba(65, 95, 117, 0.4),
441
+ tab-pill--border-color--active: rgba(65, 95, 117, 0.4),
442
+ tab-pill--border-color--selected: #0e777c,
443
+ tab-pill--border-color--disabled: rgba(0, 0, 0, 0.15),
444
+ switch-thumb-off--background: #fff,
445
+ switch-thumb-on--border-color--hover: #2a6675,
446
+ switch-thumb-mixed--border-color--active: #92a3b0,
447
+ switch-off--background: #f5f8fa,
448
+ switch-thumb-off--background--active: #e5e5e5,
449
+ switch-off--background--hover: #f5f8fa,
450
+ switch-thumb-off--background--disabled: #f5f8fa,
451
+ switch-thumb-off--border-color--active: #8899a5,
452
+ switch-thumb-on--background--disabled: #8d8da0,
453
+ switch-off--border-color: #adbac5,
454
+ switch-on--border-color--hover: #adbac5,
455
+ switch-mixed--border-color: #adbac5,
456
+ switch-thumb-off--background--hover: #f2f2f2,
457
+ switch-thumb-on--border-color--disabled: rgba(255, 255, 255, 0),
458
+ switch-off--border-color--hover: #adbac5,
459
+ switch-thumb-mixed--background--disabled: #f5f8fa,
460
+ switch-on--border-color: #adbac5,
461
+ switch-off--background--disabled: rgba(0, 0, 0, 0.2),
462
+ switch-thumb-mixed--border-color--hover: #92a3b0,
463
+ switch-on--background: #f5f8fa,
464
+ switch-thumb-off--border-color--disabled: #b2babe,
465
+ switch-thumb-mixed--background--hover: #f2f2f2,
466
+ switch-thumb-on--background--hover: #016a6f,
467
+ switch-on--background--disabled: rgba(0, 0, 40, 0.16),
468
+ switch-thumb-on--background: #0e777c,
469
+ switch-off--background--active: #f5f8fa,
470
+ switch-on--border-color--disabled: rgba(255, 255, 255, 0),
471
+ switch-thumb-mixed--background--active: #e5e5e5,
472
+ switch-mixed--background--active: #f5f8fa,
473
+ switch-mixed--border-color--active: #adbac5,
474
+ switch-thumb-on--border-color--active: #256170,
475
+ switch-mixed--border-color--hover: #adbac5,
476
+ switch-mixed--background--hover: #f5f8fa,
477
+ switch-thumb-mixed--border-color--disabled: #b2babe,
478
+ switch-thumb-off--border-color--hover: #8d9eab,
479
+ switch-mixed--background: #f5f8fa,
480
+ switch-off--border-color--active: #adbac5,
481
+ switch-thumb-mixed--background: #fff,
482
+ switch-thumb-mixed--border-color: #92a3b0,
483
+ switch-thumb-off--border-color: #92a3b0,
484
+ switch-mixed--background--disabled: rgba(0, 0, 40, 0.16),
485
+ switch-on--border-color--active: #adbac5,
486
+ switch-thumb-on--background--active: #005d62,
487
+ switch-on--background--hover: #f5f8fa,
488
+ switch-on--background--active: #f5f8fa,
489
+ switch-mixed--border-color--disabled: rgba(255, 255, 255, 0),
490
+ switch-thumb-on--border-color: #2f6c7a,
491
+ switch--color--hover: rgba(0, 0, 0, 0.75),
492
+ switch--color: rgba(0, 0, 0, 0.75),
493
+ switch--color--disabled: rgba(0, 0, 0, 0.3),
494
+ switch--color--active: rgba(0, 0, 0, 0.75),
495
+ map-navigation-logo--color: rgba(0, 0, 0, 0.75),
496
+ map-navigation-header--color: rgba(0, 0, 0, 0.75),
497
+ map-navigation--background: #ebf0f5,
498
+ map-navigation-separator--background: rgba(65, 95, 117, 0.4),
499
+ btn-primary--border-color: rgba(0, 0, 0, 0),
500
+ btn-primary--border-color--hover: rgba(0, 0, 0, 0),
501
+ btn-primary--border-color--active: rgba(0, 0, 0, 0),
502
+ btn-primary--border-color--disabled: rgba(0, 0, 0, 0),
503
+ btn-invisible-primary--border-color: rgba(0, 0, 0, 0),
504
+ btn-invisible-primary--border-color--hover: rgba(0, 0, 0, 0),
505
+ btn-invisible-primary--border-color--active: rgba(0, 0, 0, 0),
506
+ btn-invisible-primary--border-color--disabled: rgba(0, 0, 0, 0),
507
+ btn-secondary--border-color: rgba(0, 0, 0, 0),
508
+ btn-secondary--border-color--hover: rgba(0, 0, 0, 0),
509
+ btn-secondary--border-color--active: rgba(0, 0, 0, 0),
510
+ btn-secondary--border-color--disabled: rgba(0, 0, 0, 0),
511
+ btn-invisible-secondary--border-color: rgba(0, 0, 0, 0),
512
+ btn-invisible-secondary--border-color--hover: rgba(0, 0, 0, 0),
513
+ btn-invisible-secondary--border-color--active: rgba(0, 0, 0, 0),
514
+ btn-invisible-secondary--border-color--disabled: rgba(0, 0, 0, 0),
515
+ btn-invisible-secondary--border-color--selected: rgba(0, 0, 0, 0),
516
+ btn-invisible-secondary--border-color--selected-hover: rgba(0, 0, 0, 0),
517
+ btn-invisible-secondary--border-color--selected-active: rgba(0, 0, 0, 0),
518
+ overlay--background: rgba(255, 255, 255, 0.85),
519
+ overlay-header--background: #ebf0f5,
520
+ overlay-header--color: rgba(0, 0, 0, 0.75),
521
+ nav-overlay-header--color: rgba(0, 0, 0, 0.75),
522
+ nav-overlay--background: rgba(255, 255, 255, 0.85),
523
+ color-alarm-10: rgba(220, 0, 49, 0.1),
524
+ color-alarm-40: rgba(220, 0, 49, 0.4),
525
+ color-critical-40: rgba(235, 120, 10, 0.4),
526
+ color-warning-10: rgba(255, 185, 0, 0.1),
527
+ color-warning-40: rgba(255, 185, 0, 0.4),
528
+ color-success-40: rgba(51, 155, 0, 0.4),
529
+ color-info-40: rgba(30, 84, 179, 0.4),
530
+ color-neutral-40: rgba(135, 155, 171, 0.4),
531
+ chart-tooltip-bdr: rgba(0, 0, 0, 0.2),
532
+ chart-tooltip-fill: rgba(255, 255, 255, 0.8),
533
+ chart-grid-lines: rgba(0, 0, 0, 0.1),
534
+ chart-axes: rgba(0, 0, 0, 0.3),
535
+ chart-grid-fill: #fff,
536
+ chart-ticks: rgba(0, 0, 0, 0.3),
537
+ input-unit--color: rgba(0, 0, 0, 0.6),
538
+ input-search-icon--color: rgba(0, 0, 0, 0.75),
539
+ input-search-icon--color--hover: rgba(0, 0, 0, 0.75),
540
+ input-search-icon--color--focus: rgba(0, 0, 0, 0.75),
541
+ input-search-icon--color--disabled: rgba(0, 0, 0, 0.3),
542
+ input-gripper--color: rgba(65, 95, 117, 0.6),
543
+ color-alarm-text: #c10118,
544
+ messagebar--background: #fff,
545
+ messagebar--color: rgba(0, 0, 0, 0.75),
546
+ modal--background: #fff,
547
+ modal--border-color: rgba(65, 95, 117, 0.4),
548
+ color-shadow-1: rgba(0, 0, 0, 0.1),
549
+ color-shadow-2: rgba(0, 0, 0, 0.1),
550
+ color-shadow-3: rgba(0, 0, 0, 0.1),
551
+ color-shadow-4: rgba(0, 0, 0, 0.2),
552
+ group-item--background: rgba(135, 155, 170, 0.25),
553
+ group-item--background--hover: rgba(112, 128, 140, 0.29),
554
+ group-item--background--active: rgba(93, 107, 118, 0.33),
555
+ group-item--background--selected: rgba(50, 160, 160, 0.25),
556
+ group-item--background--disabled: rgba(144, 154, 161, 0.1),
557
+ group-item--border-color: rgba(65, 95, 117, 0),
558
+ group-item--border-color--hover: rgba(0, 0, 0, 0),
559
+ group-item--border-color--active: rgba(0, 0, 0, 0),
560
+ group-item--border-color--selected: #0e777c,
561
+ group-item--border-color--disabled: rgba(0, 0, 0, 0),
562
+ group-item-indicator--background: rgba(0, 0, 0, 0),
563
+ group-item-indicator--background--selected: #0e777c,
564
+ group-item-indicator--background--subselected: #0e777c,
565
+ group-node-closed--color: rgba(0, 0, 0, 0.75),
566
+ group-node-open--color: rgba(0, 0, 0, 0.75),
567
+ group-header--color: rgba(0, 0, 0, 0.75),
568
+ group-subheader--color: rgba(0, 0, 0, 0.75),
569
+ group-item-icon--color: rgba(0, 0, 0, 0.75),
570
+ group-item-text--color: rgba(0, 0, 0, 0.75),
571
+ group-item-subtext--color: rgba(0, 0, 0, 0.6),
572
+ group-item-icon--color--disabled: rgba(0, 0, 0, 0.3),
573
+ group-item-text--color--disabled: rgba(0, 0, 0, 0.3),
574
+ group-item-subtext--color--disabled: rgba(0, 0, 0, 0.3),
575
+ upload--background: #fff,
576
+ upload--background--dragover: #fff,
577
+ upload--background--checking: #fff,
578
+ upload--background--disabled: #fff,
579
+ upload--border-color: rgba(65, 95, 117, 0.4),
580
+ upload--border-color--dragover: #0e777c,
581
+ upload--border-color--checking: rgba(65, 95, 117, 0.4),
582
+ upload--border-color--disabled: rgba(65, 95, 117, 0.4),
583
+ upload-text--color: rgba(0, 0, 0, 0.75),
584
+ upload-text--color--checking: rgba(0, 0, 0, 0.75),
585
+ upload-text--color--disabled: rgba(0, 0, 40, 0.3),
586
+ event-item--background: #fff,
587
+ event-item--background--hover: #f2f2f2,
588
+ event-item--background--active: #e5e5e5,
589
+ event-item--background--selected: #e1f1f1,
590
+ event-item--background--disabled: rgba(255, 255, 255, 0.6),
591
+ event-item--border: rgba(23, 33, 38, 0.15),
592
+ event-item--border--hover: rgba(23, 33, 38, 0.15),
593
+ event-item--border--active: rgba(23, 33, 38, 0.15),
594
+ event-item--border--selected: #137d81,
595
+ event-item-chevron--color: rgba(0, 0, 0, 0.6),
596
+ event-item--border--disabled: rgba(0, 0, 0, 0.15),
597
+ flip--color: rgba(0, 0, 0, 0.75),
598
+ flip--background: #fff,
599
+ flip-footer--color: rgba(0, 0, 0, 0.75),
600
+ flip-footer--background: #fff,
601
+ flip--border-color: rgba(65, 95, 117, 0.6),
602
+ kpi-display--background: rgba(0, 0, 0, 0),
603
+ kpi-display--background--hover: rgba(0, 0, 0, 0.05),
604
+ kpi-display--background--active: rgba(0, 0, 0, 0.1),
605
+ kpi-display-indicator--background: rgba(0, 0, 0, 0.3),
606
+ kpi-display-label--color: rgba(0, 0, 0, 0.6),
607
+ kpi-display-icon--color: rgba(0, 0, 0, 0.75),
608
+ kpi-display-value--color: rgba(0, 0, 0, 0.75),
609
+ kpi-display-units--color: rgba(0, 0, 0, 0.6),
610
+ scrollbar-track--background: #f5f8fa,
611
+ scrollbar-track--background--hover: #e9ecee,
612
+ scrollbar-track--border: #fff,
613
+ scrollbar-thumb--background: #ced9e2,
614
+ scrollbar-thumb--background--hover: #c4ced7,
615
+ input-extra--background--hover: #f2f2f2,
616
+ input-extra--background--active: #e6e6e6,
617
+ input-select-icon--color--hover: rgba(255, 255, 255, 0.85),
618
+ input-select-icon--color--active: rgba(0, 0, 0, 0.75),
619
+ select-list-item-hint--color: rgba(0, 0, 0, 0.55),
620
+ select-list-item-hint--color--hover: rgba(0, 0, 0, 0.55),
621
+ select-list-item-hint--color--active: rgba(0, 0, 0, 0.55),
622
+ datepicker-day--background: rgba(255, 255, 255, 0),
623
+ datepicker-day--background--hover: rgba(0, 0, 0, 0.05),
624
+ datepicker-day--background--active: rgba(0, 0, 0, 0.1),
625
+ datepicker-day--background--disabled: rgba(255, 255, 255, 0),
626
+ datepicker-day--border-color: rgba(0, 0, 0, 0),
627
+ datepicker-day--border-color--hover: rgba(255, 255, 255, 0),
628
+ datepicker-day--border-color--active: rgba(255, 255, 255, 0),
629
+ datepicker-day--border-color--disabled: rgba(255, 255, 255, 0),
630
+ datepicker-day--color: #0e777c,
631
+ datepicker-day--color--hover: #0e777c,
632
+ datepicker-day--color--active: #0e777c,
633
+ datepicker-day--color--disabled: rgba(0, 0, 0, 0.3),
634
+ datepicker-day--background--selected: #0b6165,
635
+ datepicker-day--background--selected-hover: #0a5c60,
636
+ datepicker-day--background--selected-active: #0a575b,
637
+ datepicker-day--background--selected-disabled: rgba(11, 97, 101, 0.3),
638
+ datepicker-day--border-color--selected: rgba(255, 255, 255, 0),
639
+ datepicker-day--border-color--selected-hover: rgba(255, 255, 255, 0),
640
+ datepicker-day--border-color--selected-active: rgba(255, 255, 255, 0),
641
+ datepicker-day--border-color--selected-disabled: rgba(255, 255, 255, 0),
642
+ datepicker-day--color--selected: #fff,
643
+ datepicker-day--color--selected-hover: #fff,
644
+ datepicker-day--color--selected-active: #fff,
645
+ datepicker-day--color--selected-disabled: rgba(0, 0, 0, 0.3),
646
+ datepicker-day--background--range: #377d81,
647
+ datepicker-day--background--range-hover: #34777b,
648
+ datepicker-day--background--range-active: #327174,
649
+ datepicker-day--background--range-disabled: rgba(50, 113, 116, 0.2),
650
+ datepicker-day--border-color--range: rgba(255, 255, 255, 0),
651
+ datepicker-day--border-color--range-hover: rgba(255, 255, 255, 0),
652
+ datepicker-day--border-color--range-active: rgba(255, 255, 255, 0),
653
+ datepicker-day--border-color--range-disabled: rgba(255, 255, 255, 0),
654
+ datepicker-day--color--range: #fff,
655
+ datepicker-day--color--range-hover: #fff,
656
+ datepicker-day--color--range-active: #fff,
657
+ datepicker-day--color--range-disabled: rgba(0, 0, 0, 0.3),
658
+ datepicker-today--background: rgba(255, 255, 255, 0),
659
+ datepicker-today--background--hover: rgba(0, 0, 0, 0.05),
660
+ datepicker-today--background--active: rgba(0, 0, 0, 0.1),
661
+ datepicker-today--background--disabled: rgba(255, 255, 255, 0),
662
+ datepicker-today--border-color: #0e777c,
663
+ datepicker-today--border-color--hover: #0e777c,
664
+ datepicker-today--border-color--active: #0e777c,
665
+ datepicker-today--border-color--disabled: rgba(14, 119, 124, 0.3),
666
+ datepicker-today--color: #0e777c,
667
+ datepicker-today--color--hover: #0e777c,
668
+ datepicker-today--color--active: #0e777c,
669
+ datepicker-today--color--disabled: rgba(0, 0, 0, 0.3),
670
+ datepicker-today--background--selected: #0b6165,
671
+ datepicker-today--background--selected-hover: #0a5c60,
672
+ datepicker-today--background--selected-active: #0a575b,
673
+ datepicker-today--background--selected-disabled: rgba(11, 97, 101, 0.3),
674
+ datepicker-today--border-color--selected: #0e777c,
675
+ datepicker-today--border-color--selected-hover: #0e777c,
676
+ datepicker-today--border-color--selected-active: #0e777c,
677
+ datepicker-today--border-color--selected-disabled: rgba(14, 119, 124, 0.3),
678
+ datepicker-today--color--selected: #fff,
679
+ datepicker-today--color--selected-hover: #fff,
680
+ datepicker-today--color--selected-active: #fff,
681
+ datepicker-today--color--selected-disabled: rgba(0, 0, 0, 0.3),
682
+ datepicker-today--background--range: #377d81,
683
+ datepicker-today--background--range-hover: #34777b,
684
+ datepicker-today--background--range-active: #327174,
685
+ datepicker-today--background--range-disabled: rgba(50, 113, 116, 0.2),
686
+ datepicker-today--border-color--range: #0e777c,
687
+ datepicker-today--border-color--range-active: #0e777c,
688
+ datepicker-today--border-color--range-disabled: rgba(0, 121, 147, 0.3),
689
+ datepicker-today--color--range: #fff,
690
+ datepicker-today--color--range-hover: #fff,
691
+ datepicker-today--color--range-active: #fff,
692
+ datepicker-today--color--range-disabled: rgba(0, 0, 0, 0.3),
693
+ datepicker-extra--border-color: #fff,
694
+ datepicker-weekday--color: rgba(0, 0, 0, 0.6),
695
+ datepicker-time-header--color: rgba(0, 0, 0, 0.75),
696
+ datepicker-cw--color: rgba(0, 0, 0, 0.55),
697
+ datepicker-separator--background: rgba(23, 33, 38, 0.15),
698
+ color-4: #dfe6ed,
699
+ tootlip--background: #fff,
700
+ tooltip--border-color: rgba(0, 0, 0, 0),
701
+ color-dynamic: #007c82,
702
+ tooltip-close--color: rgba(0, 0, 0, 0.6),
703
+ tooltip-close-btn--background: rgba(0, 0, 0, 0),
704
+ tooltip-close-btn--background--hover: rgba(0, 0, 0, 0.05),
705
+ tooltip-close-btn--background--active: rgba(0, 0, 0, 0.1),
706
+ tooltip--color: rgba(0, 0, 0, 0.75),
707
+ color-hyperlink: #0e777c,
708
+ color-hyperlink--hover: #0e777c,
709
+ color-hyperlink--active: #000,
710
+ color-ghost--hover: rgba(0, 0, 0, 0.05),
711
+ color-ghost--active: rgba(0, 0, 0, 0.1),
712
+ toast--background: #fff,
713
+ toast--border-color: rgba(255, 255, 255, 0),
714
+ toast--color: rgba(0, 0, 0, 0.75),
715
+ toast-timer-track--background: rgba(0, 0, 0, 0),
716
+ toast-timer-value--background: #becdd7,
717
+ tree-item--background: rgba(255, 255, 255, 0),
718
+ tree-item--background--hover: rgba(0, 0, 0, 0.05),
719
+ tree-item--background--active: rgba(0, 0, 0, 0.1),
720
+ tree-item--background--selected: rgba(50, 160, 160, 0.25),
721
+ tree-item--background--selected-hover: rgba(41, 132, 132, 0.29),
722
+ tree-item--background--selected-active: rgba(35, 111, 111, 0.33),
723
+ tree-item-node-closed-icon--color: rgba(0, 0, 0, 0.75),
724
+ tree-item-node-open-icon--color: #0e777c,
725
+ tree-item--color: rgba(0, 0, 0, 0.75),
726
+ tree-item-icon--color: rgba(0, 0, 0, 0.75),
727
+ tree-item-status--color: rgba(0, 0, 0, 0.6),
728
+ table-data-row-alt--background--disabled: rgba(0, 45, 74, 0.03),
729
+ table--background: rgba(0, 0, 0, 0),
730
+ table--border-color: rgba(23, 33, 38, 0.15),
731
+ table--color: rgba(0, 0, 0, 0.75),
732
+ table-header-row--background: rgba(209, 225, 236, 0.2),
733
+ table-header-row--border-color: rgba(23, 33, 38, 0.15),
734
+ table-selection--border-color: #0e777c,
735
+ table-header-cell--background: rgba(255, 255, 255, 0),
736
+ table-header-cell--background--hover: rgba(0, 0, 0, 0.05),
737
+ table-header-cell--background--active: rgba(0, 0, 0, 0.1),
738
+ table-header-cell--border-color: rgba(0, 0, 0, 0),
739
+ table-header-cell--border-color--hover: rgba(0, 0, 0, 0),
740
+ table-header-cell--border-color--active: rgba(0, 0, 0, 0),
741
+ table-header-cell--color: rgba(0, 0, 0, 0.75),
742
+ table-header-splitter--background: rgba(65, 95, 117, 0.4),
743
+ table-header-splitter--background--hover: #0e777c,
744
+ table-group-splitter--background: rgba(23, 33, 38, 0.15),
745
+ table-group-splitter--background--hover: #0e777c,
746
+ table-data-row--background: rgba(255, 255, 255, 0),
747
+ table-data-row--background--hover: rgba(0, 0, 0, 0.05),
748
+ table-data-row--background--active: rgba(0, 0, 0, 0.1),
749
+ table-data-row--background--selected: rgba(50, 160, 160, 0.25),
750
+ table-data-row--background--disabled: rgba(255, 255, 255, 0),
751
+ table-data-row--background--selected-hover: rgba(41, 132, 132, 0.29),
752
+ table-data-row--background--selected-active: rgba(35, 111, 111, 0.33),
753
+ table-data-row-alt--background--hover: rgba(0, 0, 0, 0.08),
754
+ table-data-row-alt--background--active: rgba(0, 0, 0, 0.13),
755
+ table-data-row-alt--background--selected: rgba(44, 142, 142, 0.27),
756
+ table-data-row-alt--background--selected-hover: rgba(37, 119, 119, 0.31),
757
+ table-data-row-alt--background--selected-active: rgba(31, 101, 101, 0.34),
758
+ table-data-row--border-color: rgba(23, 33, 38, 0.15),
759
+ table-data-cell--background: rgba(0, 0, 0, 0),
760
+ table-data-cell--background--hover: rgba(0, 0, 0, 0.05),
761
+ table-data-cell--background--active: rgba(0, 0, 0, 0.1),
762
+ table-data-cell--background--selected: rgba(50, 160, 160, 0.25),
763
+ table-data-cell--background--disabled: rgba(255, 255, 255, 0),
764
+ table-data-cell--background--selected-hover: rgba(41, 132, 132, 0.29),
765
+ table-data-cell--background--selected-active: rgba(35, 111, 111, 0.33),
766
+ table-data-cell--border-color: rgba(0, 0, 0, 0),
767
+ table-data-cell--color: rgba(0, 0, 0, 0.75),
768
+ table-data-cell--color-disabled: rgba(0, 0, 0, 0.3),
769
+ table-group-header-row--background: rgba(209, 225, 236, 0.2),
770
+ table-group-header-row--border-color: rgba(23, 33, 38, 0.15),
771
+ label--color: rgba(0, 0, 0, 0.6),
772
+ label--color--hover: rgba(0, 0, 0, 0.75),
773
+ label--color--active: rgba(0, 0, 0, 0.75),
774
+ label--color--focus: rgba(0, 0, 0, 0.75),
775
+ label--color--disabled: rgba(0, 0, 0, 0.3),
776
+ workflow-step--background: rgba(0, 0, 0, 0),
777
+ workflow-step--background--hover: rgba(0, 0, 0, 0.05),
778
+ workflow-step--background--active: rgba(0, 0, 0, 0.1),
779
+ workflow-step--background--selected: rgba(50, 160, 160, 0.25),
780
+ workflow-step--background--disabled: rgba(255, 255, 255, 0),
781
+ workflow-step--color: rgba(0, 0, 0, 0.75),
782
+ workflow-step--color--disabled: rgba(0, 0, 0, 0.3),
783
+ workflow-step-icon--background: #fff,
784
+ workflow-step-icon-default--color: #879baa,
785
+ workflow-step-icon-default--color--selected: #0e777c,
786
+ workflow-step-icon-default--color--disabled: rgba(0, 0, 0, 0.3),
787
+ workflow-step-icon-done--color: #0e777c,
788
+ workflow-step-icon-done--color--selected: #0e777c,
789
+ workflow-step-icon-done--color--disabled: rgba(0, 0, 0, 0.3),
790
+ workflow-step-icon-success--color--disabled: rgba(0, 0, 0, 0.3),
791
+ workflow-step-icon-warning--color--disabled: rgba(0, 0, 0, 0.3),
792
+ workflow-step-icon-error--color--disabled: rgba(0, 0, 0, 0.3),
793
+ chart-1: #00b8a6,
794
+ chart-2: #007362,
795
+ chart-2-40: rgba(0, 115, 98, 0.4),
796
+ chart-3: #00aab3,
797
+ chart-3-40: rgba(0, 170, 179, 0.4),
798
+ chart-4: #00afd7,
799
+ chart-4-40: rgba(0, 175, 215, 0.4),
800
+ chart-5: #617d8c,
801
+ chart-5-40: rgba(97, 125, 140, 0.4),
802
+ chart-6: #1d86dc,
803
+ chart-6-40: rgba(29, 134, 220, 0.4),
804
+ chart-7: #2351a4,
805
+ chart-7-40: rgba(36, 115, 255, 0.4),
806
+ chart-8: #5581e7,
807
+ chart-8-40: rgba(85, 129, 231, 0.4),
808
+ chart-9: #666df4,
809
+ chart-9-40: rgba(102, 109, 244, 0.4),
810
+ chart-10: #7c40ff,
811
+ chart-10-40: rgba(124, 64, 255, 0.4),
812
+ chart-11: #a12ef3,
813
+ chart-11-40: rgba(161, 46, 243, 0.4),
814
+ chart-12: #a207bd,
815
+ chart-12-40: rgba(162, 7, 189, 0.4),
816
+ chart-13: #ca5e77,
817
+ chart-13-40: rgba(202, 94, 119, 0.4),
818
+ chart-14: #d1706f,
819
+ chart-14-40: rgba(209, 112, 111, 0.4),
820
+ chart-15: #dd886a,
821
+ chart-15-40: rgba(221, 136, 106, 0.4),
822
+ chart-16: #94947b,
823
+ chart-16-40: rgba(148, 148, 123, 0.4),
824
+ chart-17: #909700,
825
+ chart-17-40: rgba(144, 151, 0, 0.4),
826
+ chart-1-40: rgba(0, 133, 120, 0.4),
827
+ color-1: #fff,
828
+ input-hint--color: rgba(0, 0, 0, 0.6),
829
+
830
+ );