@elastic/eui 98.2.1-borealis.2 → 99.0.0

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 (821) hide show
  1. package/dist/{eui_theme_amsterdam_dark.json.d.ts → eui_theme_dark.json.d.ts} +1 -1
  2. package/dist/{eui_theme_amsterdam_light.json.d.ts → eui_theme_light.json.d.ts} +1 -1
  3. package/es/components/avatar/avatar.js +5 -11
  4. package/es/components/badge/badge.js +1 -1
  5. package/es/components/badge/badge.styles.js +2 -1
  6. package/es/components/badge/beta_badge/beta_badge.js +1 -1
  7. package/es/components/badge/beta_badge/beta_badge.styles.js +1 -3
  8. package/es/components/badge/color_utils.js +8 -9
  9. package/es/components/basic_table/basic_table.js +1 -1
  10. package/es/components/basic_table/in_memory_table.js +1 -1
  11. package/es/components/beacon/beacon.styles.js +2 -2
  12. package/es/components/bottom_bar/bottom_bar.styles.js +2 -1
  13. package/es/components/breadcrumbs/_breadcrumb_content.js +0 -7
  14. package/es/components/breadcrumbs/_breadcrumb_content.styles.js +7 -5
  15. package/es/components/breadcrumbs/breadcrumbs.js +0 -7
  16. package/es/components/button/button.js +2 -2
  17. package/es/components/button/button_display/_button_display.js +1 -1
  18. package/es/components/button/button_display/_button_display.styles.js +1 -1
  19. package/es/components/button/button_display/_button_display_content.js +1 -1
  20. package/es/components/button/button_empty/button_empty.js +2 -2
  21. package/es/components/button/button_group/button_group.js +1 -1
  22. package/es/components/button/button_group/button_group_button.js +2 -2
  23. package/es/components/button/button_group/button_group_button.styles.js +6 -6
  24. package/es/components/button/button_icon/button_icon.js +2 -2
  25. package/es/components/call_out/call_out.js +1 -1
  26. package/es/components/card/card.js +3 -3
  27. package/es/components/card/card.styles.js +3 -6
  28. package/es/components/card/card_select/card_select.js +1 -1
  29. package/es/components/code/code_block_annotations.js +1 -1
  30. package/es/components/code/code_block_line.styles.js +2 -1
  31. package/es/components/code/code_syntax.styles.js +27 -23
  32. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  33. package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +5 -3
  34. package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  35. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  36. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  37. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  38. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  39. package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -1
  40. package/es/components/color_picker/color_palette_display/color_palette_display.styles.js +2 -1
  41. package/es/components/color_picker/color_picker.js +3 -9
  42. package/es/components/color_picker/color_picker.styles.js +2 -1
  43. package/es/components/color_picker/color_picker_swatch.styles.js +1 -1
  44. package/es/components/comment_list/comment.js +3 -3
  45. package/es/components/comment_list/comment_event.js +5 -6
  46. package/es/components/comment_list/comment_list.js +3 -3
  47. package/es/components/comment_list/comment_timeline.js +1 -1
  48. package/es/components/common.js +28 -0
  49. package/es/components/context_menu/context_menu_item.js +1 -1
  50. package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
  51. package/es/components/datagrid/body/data_grid_body.js +7 -7
  52. package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
  53. package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  54. package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  55. package/es/components/datagrid/controls/column_sorting.js +7 -7
  56. package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
  57. package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  58. package/es/components/datagrid/data_grid.stories.utils.js +7 -7
  59. package/es/components/datagrid/data_grid.styles.js +7 -6
  60. package/es/components/datagrid/utils/in_memory.js +6 -6
  61. package/es/components/date_picker/date_picker.js +2 -2
  62. package/es/components/date_picker/date_picker_range.js +1 -1
  63. package/es/components/date_picker/react_date_picker.styles.js +1 -2
  64. package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +4 -3
  65. package/es/components/drag_and_drop/droppable.styles.js +4 -2
  66. package/es/components/empty_prompt/empty_prompt.js +2 -2
  67. package/es/components/empty_prompt/empty_prompt.styles.js +2 -6
  68. package/es/components/facet/facet_button.js +1 -1
  69. package/es/components/filter_group/filter_select_item.styles.js +2 -1
  70. package/es/components/flyout/_flyout_close_button.styles.js +2 -1
  71. package/es/components/flyout/flyout.js +1 -1
  72. package/es/components/flyout/flyout.styles.js +2 -7
  73. package/es/components/flyout/flyout_footer.styles.js +1 -1
  74. package/es/components/form/field_number/field_number.js +2 -2
  75. package/es/components/form/field_text/field_text.js +2 -2
  76. package/es/components/form/form.styles.js +32 -28
  77. package/es/components/form/form_control_layout/form_control_layout.js +2 -2
  78. package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  79. package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  80. package/es/components/form/range/range_tooltip.styles.js +13 -11
  81. package/es/components/form/switch/switch.js +7 -3
  82. package/es/components/form/switch/switch.styles.js +19 -16
  83. package/es/components/form/text_area/text_area.js +2 -2
  84. package/es/components/header/header.styles.js +7 -6
  85. package/es/components/header/header_breadcrumbs/header_breadcrumbs.js +0 -7
  86. package/es/components/header/header_links/header_link.js +1 -1
  87. package/es/components/header/header_links/header_links.js +1 -8
  88. package/es/components/header/header_logo/header_logo.js +1 -1
  89. package/es/components/header/header_section/header_section_item_button.js +1 -1
  90. package/es/components/icon/assets/ml_create_generic_job.js +36 -0
  91. package/es/components/icon/assets/ml_create_geo_job.js +36 -0
  92. package/es/components/icon/assets/section.js +33 -0
  93. package/es/components/icon/icon.js +1 -1
  94. package/es/components/icon/icon.styles.js +8 -9
  95. package/es/components/icon/icon_map.js +3 -0
  96. package/es/components/icon/named_colors.js +1 -1
  97. package/es/components/inline_edit/inline_edit_form.styles.js +2 -1
  98. package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
  99. package/es/components/key_pad_menu/key_pad_menu_item.styles.js +2 -1
  100. package/es/components/list_group/list_group.js +2 -2
  101. package/es/components/list_group/list_group_item.js +2 -2
  102. package/es/components/list_group/list_group_item.styles.js +11 -9
  103. package/es/components/list_group/list_group_item_extra_action.js +1 -1
  104. package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  105. package/es/components/loading/loading_chart.styles.js +5 -18
  106. package/es/components/loading/loading_logo.js +1 -1
  107. package/es/components/mark/mark.styles.js +9 -2
  108. package/es/components/markdown_editor/markdown_editor.js +1 -1
  109. package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  110. package/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -2
  111. package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
  112. package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  113. package/es/components/markdown_editor/markdown_format.styles.js +2 -2
  114. package/es/components/modal/modal.styles.js +1 -1
  115. package/es/components/overlay_mask/overlay_mask.styles.js +2 -1
  116. package/es/components/page/page_header/page_header_content.js +1 -8
  117. package/es/components/page_template/inner/page_inner.styles.js +2 -2
  118. package/es/components/pagination/pagination.js +6 -2
  119. package/es/components/pagination/pagination_button.js +1 -1
  120. package/es/components/panel/panel.js +1 -1
  121. package/es/components/panel/panel.styles.js +1 -1
  122. package/es/components/panel/split_panel/split_panel.js +1 -1
  123. package/es/components/popover/popover.js +2 -11
  124. package/es/components/popover/popover_arrow/_popover_arrow.js +3 -8
  125. package/es/components/popover/popover_arrow/_popover_arrow.styles.js +13 -18
  126. package/es/components/popover/popover_footer.styles.js +1 -1
  127. package/es/components/popover/popover_panel/_popover_panel.js +3 -8
  128. package/es/components/popover/popover_panel/_popover_panel.styles.js +5 -19
  129. package/es/components/progress/progress.js +1 -1
  130. package/es/components/progress/progress.styles.js +28 -30
  131. package/es/components/resizable_container/resizable_panel.js +1 -1
  132. package/es/components/selectable/selectable_list/selectable_list.js +1 -1
  133. package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
  134. package/es/components/selectable/selectable_list/selectable_list_item.styles.js +2 -1
  135. package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  136. package/es/components/side_nav/side_nav_item.styles.js +2 -1
  137. package/es/components/skeleton/utils.js +7 -5
  138. package/es/components/steps/step_number.styles.js +1 -1
  139. package/es/components/table/table_cells_shared.styles.js +7 -2
  140. package/es/components/table/table_row.styles.js +10 -8
  141. package/es/components/text/text.styles.js +2 -2
  142. package/es/components/text/text_color.js +1 -1
  143. package/es/components/text/text_color.styles.js +5 -6
  144. package/es/components/timeline/timeline_item_icon.js +1 -1
  145. package/es/components/toast/global_toast_list.js +1 -1
  146. package/es/components/toast/toast.js +1 -1
  147. package/es/components/toast/toast.styles.js +1 -1
  148. package/es/components/token/token.js +4 -10
  149. package/es/components/token/token.styles.js +5 -14
  150. package/es/components/token/token_map.js +1 -243
  151. package/es/components/tool_tip/icon_tip.js +1 -1
  152. package/es/components/tool_tip/tool_tip.styles.js +24 -12
  153. package/es/components/tour/_tour_footer.styles.js +4 -2
  154. package/es/components/tour/tour.styles.js +12 -8
  155. package/es/components/tour/tour_step.js +0 -7
  156. package/es/components/tree_view/tree_view_item.styles.js +2 -1
  157. package/es/global_styling/functions/math.js +49 -1
  158. package/es/global_styling/functions/size.js +17 -1
  159. package/es/global_styling/mixins/_color.js +31 -39
  160. package/es/global_styling/mixins/index.js +1 -2
  161. package/es/global_styling/reset/global_styles.js +2 -2
  162. package/es/global_styling/variables/_colors_vis.js +53 -1
  163. package/es/global_styling/variables/animations.js +22 -1
  164. package/es/global_styling/variables/breakpoint.js +7 -1
  165. package/es/global_styling/variables/levels.js +17 -1
  166. package/es/global_styling/variables/shadow.js +11 -1
  167. package/es/global_styling/variables/size.js +1 -1
  168. package/es/global_styling/variables/typography.js +32 -1
  169. package/es/services/color/eui_palettes.js +47 -116
  170. package/es/services/color/index.js +0 -1
  171. package/es/services/index.js +1 -1
  172. package/es/services/popover/index.js +1 -4
  173. package/es/services/popover/popover_positioning.js +17 -6
  174. package/es/services/theme/provider.js +2 -26
  175. package/es/services/theme/types.js +6 -1
  176. package/es/services/theme/utils.js +303 -1
  177. package/es/themes/amsterdam/global_styling/mixins/button.js +203 -1
  178. package/es/themes/amsterdam/global_styling/variables/_borders.js +3 -3
  179. package/es/themes/amsterdam/global_styling/variables/_colors.js +19 -612
  180. package/es/themes/amsterdam/theme.js +1 -7
  181. package/es/themes/index.js +1 -1
  182. package/es/themes/themes.js +6 -9
  183. package/eui.d.ts +3073 -2604
  184. package/i18ntokens.json +19 -19
  185. package/lib/components/avatar/avatar.js +3 -9
  186. package/lib/components/badge/badge.js +1 -1
  187. package/lib/components/badge/badge.styles.js +2 -1
  188. package/lib/components/badge/beta_badge/beta_badge.js +1 -1
  189. package/lib/components/badge/beta_badge/beta_badge.styles.js +1 -3
  190. package/lib/components/badge/color_utils.js +13 -14
  191. package/lib/components/basic_table/basic_table.js +1 -1
  192. package/lib/components/basic_table/in_memory_table.js +1 -1
  193. package/lib/components/beacon/beacon.styles.js +2 -2
  194. package/lib/components/bottom_bar/bottom_bar.styles.js +2 -1
  195. package/lib/components/breadcrumbs/_breadcrumb_content.js +0 -7
  196. package/lib/components/breadcrumbs/_breadcrumb_content.styles.js +7 -5
  197. package/lib/components/button/button.js +2 -2
  198. package/lib/components/button/button_display/_button_display.js +1 -1
  199. package/lib/components/button/button_display/_button_display.styles.js +1 -1
  200. package/lib/components/button/button_display/_button_display_content.js +1 -1
  201. package/lib/components/button/button_empty/button_empty.js +2 -2
  202. package/lib/components/button/button_group/button_group.js +1 -1
  203. package/lib/components/button/button_group/button_group_button.js +2 -2
  204. package/lib/components/button/button_group/button_group_button.styles.js +5 -5
  205. package/lib/components/button/button_icon/button_icon.js +2 -2
  206. package/lib/components/call_out/call_out.js +1 -1
  207. package/lib/components/card/card.js +3 -3
  208. package/lib/components/card/card.styles.js +2 -5
  209. package/lib/components/card/card_select/card_select.js +1 -1
  210. package/lib/components/code/code_block_annotations.js +1 -1
  211. package/lib/components/code/code_block_line.styles.js +2 -1
  212. package/lib/components/code/code_syntax.styles.js +27 -23
  213. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  214. package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +5 -3
  215. package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  216. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  217. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  218. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  219. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  220. package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -1
  221. package/lib/components/color_picker/color_palette_display/color_palette_display.styles.js +2 -1
  222. package/lib/components/color_picker/color_picker.js +2 -8
  223. package/lib/components/color_picker/color_picker.styles.js +2 -1
  224. package/lib/components/color_picker/color_picker_swatch.styles.js +1 -1
  225. package/lib/components/comment_list/comment.js +3 -3
  226. package/lib/components/comment_list/comment_event.js +5 -6
  227. package/lib/components/comment_list/comment_list.js +3 -3
  228. package/lib/components/comment_list/comment_timeline.js +1 -1
  229. package/lib/components/common.js +28 -0
  230. package/lib/components/context_menu/context_menu_item.js +1 -1
  231. package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
  232. package/lib/components/datagrid/body/data_grid_body.js +7 -7
  233. package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
  234. package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  235. package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  236. package/lib/components/datagrid/controls/column_sorting.js +7 -7
  237. package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
  238. package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  239. package/lib/components/datagrid/data_grid.stories.utils.js +7 -7
  240. package/lib/components/datagrid/data_grid.styles.js +7 -6
  241. package/lib/components/datagrid/utils/in_memory.js +6 -6
  242. package/lib/components/date_picker/date_picker.js +2 -2
  243. package/lib/components/date_picker/date_picker_range.js +1 -1
  244. package/lib/components/date_picker/react_date_picker.styles.js +2 -3
  245. package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +3 -2
  246. package/lib/components/drag_and_drop/droppable.styles.js +4 -2
  247. package/lib/components/empty_prompt/empty_prompt.js +2 -2
  248. package/lib/components/empty_prompt/empty_prompt.styles.js +1 -5
  249. package/lib/components/facet/facet_button.js +1 -1
  250. package/lib/components/filter_group/filter_select_item.styles.js +2 -1
  251. package/lib/components/flyout/_flyout_close_button.styles.js +2 -1
  252. package/lib/components/flyout/flyout.js +1 -1
  253. package/lib/components/flyout/flyout.styles.js +2 -7
  254. package/lib/components/flyout/flyout_footer.styles.js +1 -1
  255. package/lib/components/form/field_number/field_number.js +2 -2
  256. package/lib/components/form/field_text/field_text.js +2 -2
  257. package/lib/components/form/form.styles.js +31 -27
  258. package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
  259. package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  260. package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  261. package/lib/components/form/range/range_tooltip.styles.js +13 -11
  262. package/lib/components/form/switch/switch.js +7 -3
  263. package/lib/components/form/switch/switch.styles.js +19 -16
  264. package/lib/components/form/text_area/text_area.js +2 -2
  265. package/lib/components/header/header.styles.js +6 -5
  266. package/lib/components/header/header_links/header_link.js +1 -1
  267. package/lib/components/header/header_links/header_links.js +1 -1
  268. package/lib/components/header/header_logo/header_logo.js +1 -1
  269. package/lib/components/header/header_section/header_section_item_button.js +1 -1
  270. package/lib/components/icon/assets/ml_create_generic_job.js +43 -0
  271. package/lib/components/icon/assets/ml_create_geo_job.js +43 -0
  272. package/lib/components/icon/assets/section.js +40 -0
  273. package/lib/components/icon/icon.js +1 -1
  274. package/lib/components/icon/icon.styles.js +8 -9
  275. package/lib/components/icon/icon_map.js +3 -0
  276. package/lib/components/icon/named_colors.js +1 -1
  277. package/lib/components/icon/svgs/ml_create_generic_job.svg +9 -0
  278. package/lib/components/icon/svgs/ml_create_geo_job.svg +12 -0
  279. package/lib/components/icon/svgs/section.svg +1 -0
  280. package/lib/components/inline_edit/inline_edit_form.styles.js +2 -1
  281. package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
  282. package/lib/components/key_pad_menu/key_pad_menu_item.styles.js +2 -1
  283. package/lib/components/list_group/list_group.js +2 -2
  284. package/lib/components/list_group/list_group_item.js +2 -2
  285. package/lib/components/list_group/list_group_item.styles.js +10 -8
  286. package/lib/components/list_group/list_group_item_extra_action.js +1 -1
  287. package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  288. package/lib/components/loading/loading_chart.styles.js +5 -18
  289. package/lib/components/loading/loading_logo.js +1 -1
  290. package/lib/components/mark/mark.styles.js +9 -2
  291. package/lib/components/markdown_editor/markdown_editor.js +1 -1
  292. package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  293. package/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -2
  294. package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
  295. package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  296. package/lib/components/markdown_editor/markdown_format.styles.js +2 -2
  297. package/lib/components/modal/modal.styles.js +1 -1
  298. package/lib/components/overlay_mask/overlay_mask.styles.js +2 -1
  299. package/lib/components/page/page_header/page_header_content.js +1 -1
  300. package/lib/components/page_template/inner/page_inner.styles.js +1 -1
  301. package/lib/components/pagination/pagination.js +6 -2
  302. package/lib/components/pagination/pagination_button.js +1 -1
  303. package/lib/components/panel/panel.js +1 -1
  304. package/lib/components/panel/panel.styles.js +1 -1
  305. package/lib/components/panel/split_panel/split_panel.js +1 -1
  306. package/lib/components/popover/popover.js +2 -11
  307. package/lib/components/popover/popover_arrow/_popover_arrow.js +3 -8
  308. package/lib/components/popover/popover_arrow/_popover_arrow.styles.js +15 -18
  309. package/lib/components/popover/popover_footer.styles.js +1 -1
  310. package/lib/components/popover/popover_panel/_popover_panel.js +3 -8
  311. package/lib/components/popover/popover_panel/_popover_panel.styles.js +5 -19
  312. package/lib/components/progress/progress.js +1 -1
  313. package/lib/components/progress/progress.styles.js +27 -29
  314. package/lib/components/resizable_container/resizable_panel.js +1 -1
  315. package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
  316. package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
  317. package/lib/components/selectable/selectable_list/selectable_list_item.styles.js +2 -1
  318. package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  319. package/lib/components/side_nav/side_nav_item.styles.js +2 -1
  320. package/lib/components/skeleton/utils.js +6 -4
  321. package/lib/components/steps/step_number.styles.js +1 -1
  322. package/lib/components/table/table_cells_shared.styles.js +7 -2
  323. package/lib/components/table/table_row.styles.js +9 -7
  324. package/lib/components/text/text.styles.js +1 -1
  325. package/lib/components/text/text_color.js +1 -1
  326. package/lib/components/text/text_color.styles.js +5 -6
  327. package/lib/components/timeline/timeline_item_icon.js +1 -1
  328. package/lib/components/toast/global_toast_list.js +1 -1
  329. package/lib/components/toast/toast.js +1 -1
  330. package/lib/components/toast/toast.styles.js +1 -1
  331. package/lib/components/token/token.js +4 -12
  332. package/lib/components/token/token.styles.js +5 -14
  333. package/lib/components/token/token_map.js +2 -244
  334. package/lib/components/tool_tip/icon_tip.js +1 -1
  335. package/lib/components/tool_tip/tool_tip.styles.js +23 -11
  336. package/lib/components/tour/_tour_footer.styles.js +4 -2
  337. package/lib/components/tour/tour.styles.js +12 -8
  338. package/lib/components/tree_view/tree_view_item.styles.js +2 -1
  339. package/lib/global_styling/functions/math.js +58 -7
  340. package/lib/global_styling/functions/size.js +26 -7
  341. package/lib/global_styling/mixins/_color.js +30 -38
  342. package/lib/global_styling/mixins/index.js +0 -11
  343. package/lib/global_styling/reset/global_styles.js +1 -1
  344. package/lib/global_styling/variables/_colors_vis.js +61 -6
  345. package/lib/global_styling/variables/animations.js +31 -25
  346. package/lib/global_styling/variables/breakpoint.js +16 -7
  347. package/lib/global_styling/variables/levels.js +26 -7
  348. package/lib/global_styling/variables/shadow.js +20 -13
  349. package/lib/global_styling/variables/size.js +10 -7
  350. package/lib/global_styling/variables/typography.js +41 -19
  351. package/lib/services/color/eui_palettes.js +47 -116
  352. package/lib/services/color/index.js +0 -8
  353. package/lib/services/index.js +0 -7
  354. package/lib/services/popover/index.js +1 -8
  355. package/lib/services/popover/popover_positioning.js +17 -6
  356. package/lib/services/theme/provider.js +2 -26
  357. package/lib/services/theme/types.js +14 -13
  358. package/lib/services/theme/utils.js +303 -54
  359. package/lib/themes/amsterdam/global_styling/mixins/button.js +206 -45
  360. package/lib/themes/amsterdam/global_styling/variables/_borders.js +3 -3
  361. package/lib/themes/amsterdam/global_styling/variables/_colors.js +19 -611
  362. package/lib/themes/amsterdam/theme.js +1 -7
  363. package/lib/themes/index.js +0 -7
  364. package/lib/themes/themes.js +7 -10
  365. package/optimize/es/components/avatar/avatar.js +4 -10
  366. package/optimize/es/components/badge/badge.styles.js +2 -1
  367. package/optimize/es/components/badge/beta_badge/beta_badge.styles.js +1 -3
  368. package/optimize/es/components/badge/color_utils.js +8 -9
  369. package/optimize/es/components/beacon/beacon.styles.js +2 -2
  370. package/optimize/es/components/bottom_bar/bottom_bar.styles.js +2 -1
  371. package/optimize/es/components/breadcrumbs/_breadcrumb_content.styles.js +7 -5
  372. package/optimize/es/components/button/button.js +1 -1
  373. package/optimize/es/components/button/button_display/_button_display.styles.js +1 -1
  374. package/optimize/es/components/button/button_empty/button_empty.js +1 -1
  375. package/optimize/es/components/button/button_group/button_group_button.js +1 -1
  376. package/optimize/es/components/button/button_group/button_group_button.styles.js +6 -6
  377. package/optimize/es/components/button/button_icon/button_icon.js +1 -1
  378. package/optimize/es/components/card/card.styles.js +3 -6
  379. package/optimize/es/components/code/code_block_annotations.js +1 -1
  380. package/optimize/es/components/code/code_block_line.styles.js +2 -1
  381. package/optimize/es/components/code/code_syntax.styles.js +27 -23
  382. package/optimize/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +5 -3
  383. package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -1
  384. package/optimize/es/components/color_picker/color_palette_display/color_palette_display.styles.js +2 -1
  385. package/optimize/es/components/color_picker/color_picker.js +3 -9
  386. package/optimize/es/components/color_picker/color_picker.styles.js +2 -1
  387. package/optimize/es/components/color_picker/color_picker_swatch.styles.js +1 -1
  388. package/optimize/es/components/comment_list/comment_event.js +3 -4
  389. package/optimize/es/components/common.js +28 -0
  390. package/optimize/es/components/datagrid/data_grid.styles.js +7 -6
  391. package/optimize/es/components/date_picker/react_date_picker.styles.js +1 -2
  392. package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +4 -3
  393. package/optimize/es/components/drag_and_drop/droppable.styles.js +4 -2
  394. package/optimize/es/components/empty_prompt/empty_prompt.styles.js +2 -6
  395. package/optimize/es/components/filter_group/filter_select_item.styles.js +2 -1
  396. package/optimize/es/components/flyout/_flyout_close_button.styles.js +2 -1
  397. package/optimize/es/components/flyout/flyout.js +1 -1
  398. package/optimize/es/components/flyout/flyout.styles.js +2 -7
  399. package/optimize/es/components/flyout/flyout_footer.styles.js +1 -1
  400. package/optimize/es/components/form/form.styles.js +32 -28
  401. package/optimize/es/components/form/range/range_tooltip.styles.js +13 -11
  402. package/optimize/es/components/form/switch/switch.js +2 -3
  403. package/optimize/es/components/form/switch/switch.styles.js +19 -16
  404. package/optimize/es/components/header/header.styles.js +7 -6
  405. package/optimize/es/components/icon/assets/ml_create_generic_job.js +35 -0
  406. package/optimize/es/components/icon/assets/ml_create_geo_job.js +35 -0
  407. package/optimize/es/components/icon/assets/section.js +32 -0
  408. package/optimize/es/components/icon/icon.styles.js +8 -9
  409. package/optimize/es/components/icon/icon_map.js +3 -0
  410. package/optimize/es/components/icon/named_colors.js +1 -1
  411. package/optimize/es/components/inline_edit/inline_edit_form.styles.js +2 -1
  412. package/optimize/es/components/key_pad_menu/key_pad_menu_item.styles.js +2 -1
  413. package/optimize/es/components/list_group/list_group_item.styles.js +11 -9
  414. package/optimize/es/components/loading/loading_chart.styles.js +5 -13
  415. package/optimize/es/components/mark/mark.styles.js +9 -2
  416. package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -2
  417. package/optimize/es/components/markdown_editor/markdown_format.styles.js +2 -2
  418. package/optimize/es/components/modal/modal.styles.js +1 -1
  419. package/optimize/es/components/overlay_mask/overlay_mask.styles.js +2 -1
  420. package/optimize/es/components/page_template/inner/page_inner.styles.js +2 -2
  421. package/optimize/es/components/pagination/pagination.js +6 -2
  422. package/optimize/es/components/panel/panel.styles.js +1 -1
  423. package/optimize/es/components/popover/popover.js +2 -4
  424. package/optimize/es/components/popover/popover_arrow/_popover_arrow.js +3 -8
  425. package/optimize/es/components/popover/popover_arrow/_popover_arrow.styles.js +13 -15
  426. package/optimize/es/components/popover/popover_footer.styles.js +1 -1
  427. package/optimize/es/components/popover/popover_panel/_popover_panel.js +2 -6
  428. package/optimize/es/components/popover/popover_panel/_popover_panel.styles.js +5 -19
  429. package/optimize/es/components/progress/progress.js +1 -1
  430. package/optimize/es/components/progress/progress.styles.js +28 -30
  431. package/optimize/es/components/selectable/selectable_list/selectable_list_item.styles.js +2 -1
  432. package/optimize/es/components/side_nav/side_nav_item.styles.js +2 -1
  433. package/optimize/es/components/skeleton/utils.js +7 -5
  434. package/optimize/es/components/steps/step_number.styles.js +1 -1
  435. package/optimize/es/components/table/table_cells_shared.styles.js +7 -2
  436. package/optimize/es/components/table/table_row.styles.js +10 -8
  437. package/optimize/es/components/text/text.styles.js +2 -2
  438. package/optimize/es/components/text/text_color.js +1 -1
  439. package/optimize/es/components/text/text_color.styles.js +5 -6
  440. package/optimize/es/components/toast/toast.styles.js +1 -1
  441. package/optimize/es/components/token/token.js +4 -10
  442. package/optimize/es/components/token/token.styles.js +5 -14
  443. package/optimize/es/components/token/token_map.js +1 -243
  444. package/optimize/es/components/tool_tip/tool_tip.styles.js +24 -12
  445. package/optimize/es/components/tour/_tour_footer.styles.js +4 -2
  446. package/optimize/es/components/tour/tour.styles.js +12 -8
  447. package/optimize/es/components/tree_view/tree_view_item.styles.js +2 -1
  448. package/optimize/es/global_styling/functions/math.js +49 -1
  449. package/optimize/es/global_styling/functions/size.js +17 -1
  450. package/optimize/es/global_styling/mixins/_color.js +31 -39
  451. package/optimize/es/global_styling/mixins/index.js +1 -2
  452. package/optimize/es/global_styling/reset/global_styles.js +2 -2
  453. package/optimize/es/global_styling/variables/_colors_vis.js +53 -1
  454. package/optimize/es/global_styling/variables/animations.js +22 -1
  455. package/optimize/es/global_styling/variables/breakpoint.js +7 -1
  456. package/optimize/es/global_styling/variables/levels.js +17 -1
  457. package/optimize/es/global_styling/variables/shadow.js +11 -1
  458. package/optimize/es/global_styling/variables/size.js +1 -1
  459. package/optimize/es/global_styling/variables/typography.js +32 -1
  460. package/optimize/es/services/color/eui_palettes.js +47 -116
  461. package/optimize/es/services/color/index.js +0 -1
  462. package/optimize/es/services/index.js +1 -1
  463. package/optimize/es/services/popover/index.js +1 -4
  464. package/optimize/es/services/popover/popover_positioning.js +17 -6
  465. package/optimize/es/services/theme/provider.js +2 -26
  466. package/optimize/es/services/theme/types.js +6 -1
  467. package/optimize/es/services/theme/utils.js +295 -1
  468. package/optimize/es/themes/amsterdam/global_styling/mixins/button.js +198 -1
  469. package/optimize/es/themes/amsterdam/global_styling/variables/_borders.js +3 -3
  470. package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +19 -612
  471. package/optimize/es/themes/amsterdam/theme.js +1 -7
  472. package/optimize/es/themes/index.js +1 -1
  473. package/optimize/es/themes/themes.js +6 -9
  474. package/optimize/lib/components/avatar/avatar.js +2 -8
  475. package/optimize/lib/components/badge/badge.styles.js +2 -1
  476. package/optimize/lib/components/badge/beta_badge/beta_badge.styles.js +1 -3
  477. package/optimize/lib/components/badge/color_utils.js +13 -14
  478. package/optimize/lib/components/beacon/beacon.styles.js +2 -2
  479. package/optimize/lib/components/bottom_bar/bottom_bar.styles.js +2 -1
  480. package/optimize/lib/components/breadcrumbs/_breadcrumb_content.styles.js +7 -5
  481. package/optimize/lib/components/button/button.js +1 -1
  482. package/optimize/lib/components/button/button_display/_button_display.styles.js +1 -1
  483. package/optimize/lib/components/button/button_empty/button_empty.js +1 -1
  484. package/optimize/lib/components/button/button_group/button_group_button.js +1 -1
  485. package/optimize/lib/components/button/button_group/button_group_button.styles.js +5 -5
  486. package/optimize/lib/components/button/button_icon/button_icon.js +1 -1
  487. package/optimize/lib/components/card/card.styles.js +2 -5
  488. package/optimize/lib/components/code/code_block_annotations.js +1 -1
  489. package/optimize/lib/components/code/code_block_line.styles.js +2 -1
  490. package/optimize/lib/components/code/code_syntax.styles.js +27 -23
  491. package/optimize/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +5 -3
  492. package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -1
  493. package/optimize/lib/components/color_picker/color_palette_display/color_palette_display.styles.js +2 -1
  494. package/optimize/lib/components/color_picker/color_picker.js +2 -8
  495. package/optimize/lib/components/color_picker/color_picker.styles.js +2 -1
  496. package/optimize/lib/components/color_picker/color_picker_swatch.styles.js +1 -1
  497. package/optimize/lib/components/comment_list/comment_event.js +3 -4
  498. package/optimize/lib/components/common.js +28 -0
  499. package/optimize/lib/components/datagrid/data_grid.styles.js +7 -6
  500. package/optimize/lib/components/date_picker/react_date_picker.styles.js +2 -3
  501. package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +3 -2
  502. package/optimize/lib/components/drag_and_drop/droppable.styles.js +4 -2
  503. package/optimize/lib/components/empty_prompt/empty_prompt.styles.js +1 -5
  504. package/optimize/lib/components/filter_group/filter_select_item.styles.js +2 -1
  505. package/optimize/lib/components/flyout/_flyout_close_button.styles.js +2 -1
  506. package/optimize/lib/components/flyout/flyout.js +1 -1
  507. package/optimize/lib/components/flyout/flyout.styles.js +2 -7
  508. package/optimize/lib/components/flyout/flyout_footer.styles.js +1 -1
  509. package/optimize/lib/components/form/form.styles.js +31 -27
  510. package/optimize/lib/components/form/range/range_tooltip.styles.js +13 -11
  511. package/optimize/lib/components/form/switch/switch.js +2 -3
  512. package/optimize/lib/components/form/switch/switch.styles.js +19 -16
  513. package/optimize/lib/components/header/header.styles.js +6 -5
  514. package/optimize/lib/components/icon/assets/ml_create_generic_job.js +43 -0
  515. package/optimize/lib/components/icon/assets/ml_create_geo_job.js +43 -0
  516. package/optimize/lib/components/icon/assets/section.js +40 -0
  517. package/optimize/lib/components/icon/icon.styles.js +8 -9
  518. package/optimize/lib/components/icon/icon_map.js +3 -0
  519. package/optimize/lib/components/icon/named_colors.js +1 -1
  520. package/optimize/lib/components/icon/svgs/ml_create_generic_job.svg +9 -0
  521. package/optimize/lib/components/icon/svgs/ml_create_geo_job.svg +12 -0
  522. package/optimize/lib/components/icon/svgs/section.svg +1 -0
  523. package/optimize/lib/components/inline_edit/inline_edit_form.styles.js +2 -1
  524. package/optimize/lib/components/key_pad_menu/key_pad_menu_item.styles.js +2 -1
  525. package/optimize/lib/components/list_group/list_group_item.styles.js +10 -8
  526. package/optimize/lib/components/loading/loading_chart.styles.js +5 -13
  527. package/optimize/lib/components/mark/mark.styles.js +9 -2
  528. package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -2
  529. package/optimize/lib/components/markdown_editor/markdown_format.styles.js +2 -2
  530. package/optimize/lib/components/modal/modal.styles.js +1 -1
  531. package/optimize/lib/components/overlay_mask/overlay_mask.styles.js +2 -1
  532. package/optimize/lib/components/page_template/inner/page_inner.styles.js +1 -1
  533. package/optimize/lib/components/pagination/pagination.js +6 -2
  534. package/optimize/lib/components/panel/panel.styles.js +1 -1
  535. package/optimize/lib/components/popover/popover.js +2 -4
  536. package/optimize/lib/components/popover/popover_arrow/_popover_arrow.js +3 -8
  537. package/optimize/lib/components/popover/popover_arrow/_popover_arrow.styles.js +15 -16
  538. package/optimize/lib/components/popover/popover_footer.styles.js +1 -1
  539. package/optimize/lib/components/popover/popover_panel/_popover_panel.js +2 -6
  540. package/optimize/lib/components/popover/popover_panel/_popover_panel.styles.js +5 -19
  541. package/optimize/lib/components/progress/progress.js +1 -1
  542. package/optimize/lib/components/progress/progress.styles.js +27 -29
  543. package/optimize/lib/components/selectable/selectable_list/selectable_list_item.styles.js +2 -1
  544. package/optimize/lib/components/side_nav/side_nav_item.styles.js +2 -1
  545. package/optimize/lib/components/skeleton/utils.js +6 -4
  546. package/optimize/lib/components/steps/step_number.styles.js +1 -1
  547. package/optimize/lib/components/table/table_cells_shared.styles.js +7 -2
  548. package/optimize/lib/components/table/table_row.styles.js +9 -7
  549. package/optimize/lib/components/text/text.styles.js +1 -1
  550. package/optimize/lib/components/text/text_color.js +1 -1
  551. package/optimize/lib/components/text/text_color.styles.js +5 -6
  552. package/optimize/lib/components/toast/toast.styles.js +1 -1
  553. package/optimize/lib/components/token/token.js +4 -13
  554. package/optimize/lib/components/token/token.styles.js +5 -14
  555. package/optimize/lib/components/token/token_map.js +2 -244
  556. package/optimize/lib/components/tool_tip/tool_tip.styles.js +23 -11
  557. package/optimize/lib/components/tour/_tour_footer.styles.js +4 -2
  558. package/optimize/lib/components/tour/tour.styles.js +12 -8
  559. package/optimize/lib/components/tree_view/tree_view_item.styles.js +2 -1
  560. package/optimize/lib/global_styling/functions/math.js +59 -7
  561. package/optimize/lib/global_styling/functions/size.js +27 -7
  562. package/optimize/lib/global_styling/mixins/_color.js +30 -38
  563. package/optimize/lib/global_styling/mixins/index.js +0 -11
  564. package/optimize/lib/global_styling/reset/global_styles.js +1 -1
  565. package/optimize/lib/global_styling/variables/_colors_vis.js +61 -6
  566. package/optimize/lib/global_styling/variables/animations.js +31 -25
  567. package/optimize/lib/global_styling/variables/breakpoint.js +16 -7
  568. package/optimize/lib/global_styling/variables/levels.js +26 -7
  569. package/optimize/lib/global_styling/variables/shadow.js +20 -13
  570. package/optimize/lib/global_styling/variables/size.js +10 -7
  571. package/optimize/lib/global_styling/variables/typography.js +41 -19
  572. package/optimize/lib/services/color/eui_palettes.js +47 -116
  573. package/optimize/lib/services/color/index.js +0 -8
  574. package/optimize/lib/services/index.js +0 -7
  575. package/optimize/lib/services/popover/index.js +1 -8
  576. package/optimize/lib/services/popover/popover_positioning.js +17 -6
  577. package/optimize/lib/services/theme/provider.js +2 -26
  578. package/optimize/lib/services/theme/types.js +14 -13
  579. package/optimize/lib/services/theme/utils.js +296 -54
  580. package/optimize/lib/themes/amsterdam/global_styling/mixins/button.js +203 -45
  581. package/optimize/lib/themes/amsterdam/global_styling/variables/_borders.js +3 -3
  582. package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +19 -611
  583. package/optimize/lib/themes/amsterdam/theme.js +1 -7
  584. package/optimize/lib/themes/index.js +0 -7
  585. package/optimize/lib/themes/themes.js +7 -10
  586. package/package.json +3 -7
  587. package/src/global_styling/functions/_index.scss +5 -1
  588. package/src/global_styling/index.scss +10 -1
  589. package/src/global_styling/variables/_animations.scss +8 -1
  590. package/src/global_styling/variables/_borders.scss +9 -1
  591. package/src/global_styling/variables/_buttons.scss +18 -1
  592. package/src/global_styling/variables/_colors_vis.scss +70 -1
  593. package/src/global_styling/variables/_font_weight.scss +7 -1
  594. package/src/global_styling/variables/_form.scss +21 -2
  595. package/src/global_styling/variables/_responsive.scss +9 -1
  596. package/src/global_styling/variables/_shadows.scss +1 -1
  597. package/src/global_styling/variables/_size.scss +13 -1
  598. package/src/global_styling/variables/_states.scss +14 -1
  599. package/src/global_styling/variables/_typography.scss +75 -1
  600. package/src/global_styling/variables/_z_index.scss +33 -1
  601. package/src/themes/amsterdam/_colors_dark.scss +8 -80
  602. package/src/themes/amsterdam/_colors_light.scss +8 -80
  603. package/src/themes/amsterdam/global_styling/variables/_index.scss +0 -2
  604. package/test-env/components/avatar/avatar.js +3 -9
  605. package/test-env/components/badge/badge.js +1 -1
  606. package/test-env/components/badge/badge.styles.js +2 -1
  607. package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
  608. package/test-env/components/badge/beta_badge/beta_badge.styles.js +1 -3
  609. package/test-env/components/badge/color_utils.js +13 -14
  610. package/test-env/components/basic_table/basic_table.js +1 -1
  611. package/test-env/components/basic_table/in_memory_table.js +1 -1
  612. package/test-env/components/beacon/beacon.styles.js +2 -2
  613. package/test-env/components/bottom_bar/bottom_bar.styles.js +2 -1
  614. package/test-env/components/breadcrumbs/_breadcrumb_content.js +0 -7
  615. package/test-env/components/breadcrumbs/_breadcrumb_content.styles.js +7 -5
  616. package/test-env/components/button/button.js +2 -2
  617. package/test-env/components/button/button_display/_button_display.js +1 -1
  618. package/test-env/components/button/button_display/_button_display.styles.js +1 -1
  619. package/test-env/components/button/button_display/_button_display_content.js +1 -1
  620. package/test-env/components/button/button_empty/button_empty.js +2 -2
  621. package/test-env/components/button/button_group/button_group.js +1 -1
  622. package/test-env/components/button/button_group/button_group_button.js +2 -2
  623. package/test-env/components/button/button_group/button_group_button.styles.js +5 -5
  624. package/test-env/components/button/button_icon/button_icon.js +2 -2
  625. package/test-env/components/call_out/call_out.js +1 -1
  626. package/test-env/components/card/card.js +3 -3
  627. package/test-env/components/card/card.styles.js +2 -5
  628. package/test-env/components/card/card_select/card_select.js +1 -1
  629. package/test-env/components/code/code_block_annotations.js +1 -1
  630. package/test-env/components/code/code_block_line.styles.js +2 -1
  631. package/test-env/components/code/code_syntax.styles.js +27 -23
  632. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
  633. package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.styles.js +5 -3
  634. package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
  635. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
  636. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
  637. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
  638. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
  639. package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -1
  640. package/test-env/components/color_picker/color_palette_display/color_palette_display.styles.js +2 -1
  641. package/test-env/components/color_picker/color_picker.js +2 -8
  642. package/test-env/components/color_picker/color_picker.styles.js +2 -1
  643. package/test-env/components/color_picker/color_picker_swatch.styles.js +1 -1
  644. package/test-env/components/comment_list/comment.js +3 -3
  645. package/test-env/components/comment_list/comment_event.js +5 -6
  646. package/test-env/components/comment_list/comment_list.js +3 -3
  647. package/test-env/components/comment_list/comment_timeline.js +1 -1
  648. package/test-env/components/common.js +28 -0
  649. package/test-env/components/context_menu/context_menu_item.js +1 -1
  650. package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
  651. package/test-env/components/datagrid/body/data_grid_body.js +7 -7
  652. package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
  653. package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
  654. package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
  655. package/test-env/components/datagrid/controls/column_sorting.js +7 -7
  656. package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
  657. package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
  658. package/test-env/components/datagrid/data_grid.stories.utils.js +7 -7
  659. package/test-env/components/datagrid/data_grid.styles.js +7 -6
  660. package/test-env/components/datagrid/utils/in_memory.js +6 -6
  661. package/test-env/components/date_picker/date_picker.js +2 -2
  662. package/test-env/components/date_picker/date_picker_range.js +1 -1
  663. package/test-env/components/date_picker/react_date_picker.styles.js +2 -3
  664. package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +3 -2
  665. package/test-env/components/drag_and_drop/droppable.styles.js +4 -2
  666. package/test-env/components/empty_prompt/empty_prompt.js +2 -2
  667. package/test-env/components/empty_prompt/empty_prompt.styles.js +1 -5
  668. package/test-env/components/facet/facet_button.js +1 -1
  669. package/test-env/components/filter_group/filter_select_item.styles.js +2 -1
  670. package/test-env/components/flyout/_flyout_close_button.styles.js +2 -1
  671. package/test-env/components/flyout/flyout.styles.js +2 -7
  672. package/test-env/components/flyout/flyout_footer.styles.js +1 -1
  673. package/test-env/components/form/field_number/field_number.js +2 -2
  674. package/test-env/components/form/field_text/field_text.js +2 -2
  675. package/test-env/components/form/form.styles.js +31 -27
  676. package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
  677. package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
  678. package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
  679. package/test-env/components/form/range/range_tooltip.styles.js +13 -11
  680. package/test-env/components/form/switch/switch.js +2 -3
  681. package/test-env/components/form/switch/switch.styles.js +19 -16
  682. package/test-env/components/form/text_area/text_area.js +2 -2
  683. package/test-env/components/header/header.styles.js +6 -5
  684. package/test-env/components/header/header_links/header_link.js +1 -1
  685. package/test-env/components/header/header_links/header_links.js +1 -1
  686. package/test-env/components/header/header_logo/header_logo.js +1 -1
  687. package/test-env/components/header/header_section/header_section_item_button.js +1 -1
  688. package/test-env/components/icon/assets/ml_create_generic_job.js +43 -0
  689. package/test-env/components/icon/assets/ml_create_geo_job.js +43 -0
  690. package/test-env/components/icon/assets/section.js +40 -0
  691. package/test-env/components/icon/icon.styles.js +8 -9
  692. package/test-env/components/icon/icon_map.js +3 -0
  693. package/test-env/components/icon/named_colors.js +1 -1
  694. package/test-env/components/inline_edit/inline_edit_form.styles.js +2 -1
  695. package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
  696. package/test-env/components/key_pad_menu/key_pad_menu_item.styles.js +2 -1
  697. package/test-env/components/list_group/list_group.js +2 -2
  698. package/test-env/components/list_group/list_group_item.js +2 -2
  699. package/test-env/components/list_group/list_group_item.styles.js +10 -8
  700. package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
  701. package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
  702. package/test-env/components/loading/loading_chart.styles.js +5 -13
  703. package/test-env/components/loading/loading_logo.js +1 -1
  704. package/test-env/components/mark/mark.styles.js +9 -2
  705. package/test-env/components/markdown_editor/markdown_editor.js +1 -1
  706. package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
  707. package/test-env/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -2
  708. package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
  709. package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
  710. package/test-env/components/markdown_editor/markdown_format.styles.js +2 -2
  711. package/test-env/components/modal/modal.styles.js +1 -1
  712. package/test-env/components/overlay_mask/overlay_mask.styles.js +2 -1
  713. package/test-env/components/page/page_header/page_header_content.js +1 -1
  714. package/test-env/components/page_template/inner/page_inner.styles.js +1 -1
  715. package/test-env/components/pagination/pagination.js +6 -2
  716. package/test-env/components/pagination/pagination_button.js +1 -1
  717. package/test-env/components/panel/panel.js +1 -1
  718. package/test-env/components/panel/panel.styles.js +1 -1
  719. package/test-env/components/panel/split_panel/split_panel.js +1 -1
  720. package/test-env/components/popover/popover.js +2 -11
  721. package/test-env/components/popover/popover_arrow/_popover_arrow.js +3 -8
  722. package/test-env/components/popover/popover_arrow/_popover_arrow.styles.js +15 -16
  723. package/test-env/components/popover/popover_footer.styles.js +1 -1
  724. package/test-env/components/popover/popover_panel/_popover_panel.js +3 -8
  725. package/test-env/components/popover/popover_panel/_popover_panel.styles.js +5 -19
  726. package/test-env/components/progress/progress.js +1 -1
  727. package/test-env/components/progress/progress.styles.js +27 -29
  728. package/test-env/components/resizable_container/resizable_panel.js +1 -1
  729. package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
  730. package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
  731. package/test-env/components/selectable/selectable_list/selectable_list_item.styles.js +2 -1
  732. package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
  733. package/test-env/components/side_nav/side_nav_item.styles.js +2 -1
  734. package/test-env/components/skeleton/utils.js +6 -4
  735. package/test-env/components/steps/step_number.styles.js +1 -1
  736. package/test-env/components/table/table_cells_shared.styles.js +7 -2
  737. package/test-env/components/table/table_row.styles.js +9 -7
  738. package/test-env/components/text/text.styles.js +1 -1
  739. package/test-env/components/text/text_color.js +1 -1
  740. package/test-env/components/text/text_color.styles.js +5 -6
  741. package/test-env/components/timeline/timeline_item_icon.js +1 -1
  742. package/test-env/components/toast/global_toast_list.js +1 -1
  743. package/test-env/components/toast/toast.js +1 -1
  744. package/test-env/components/toast/toast.styles.js +1 -1
  745. package/test-env/components/token/token.js +4 -13
  746. package/test-env/components/token/token.styles.js +5 -14
  747. package/test-env/components/token/token_map.js +2 -244
  748. package/test-env/components/tool_tip/icon_tip.js +1 -1
  749. package/test-env/components/tool_tip/tool_tip.styles.js +23 -11
  750. package/test-env/components/tour/_tour_footer.styles.js +4 -2
  751. package/test-env/components/tour/tour.styles.js +12 -8
  752. package/test-env/components/tree_view/tree_view_item.styles.js +2 -1
  753. package/test-env/global_styling/functions/math.js +59 -7
  754. package/test-env/global_styling/functions/size.js +27 -7
  755. package/test-env/global_styling/mixins/_color.js +30 -38
  756. package/test-env/global_styling/mixins/index.js +0 -11
  757. package/test-env/global_styling/reset/global_styles.js +1 -1
  758. package/test-env/global_styling/variables/_colors_vis.js +61 -6
  759. package/test-env/global_styling/variables/animations.js +31 -25
  760. package/test-env/global_styling/variables/breakpoint.js +16 -7
  761. package/test-env/global_styling/variables/levels.js +26 -7
  762. package/test-env/global_styling/variables/shadow.js +20 -13
  763. package/test-env/global_styling/variables/size.js +10 -7
  764. package/test-env/global_styling/variables/typography.js +41 -19
  765. package/test-env/services/color/eui_palettes.js +47 -116
  766. package/test-env/services/color/index.js +0 -8
  767. package/test-env/services/index.js +0 -7
  768. package/test-env/services/popover/index.js +1 -8
  769. package/test-env/services/popover/popover_positioning.js +17 -6
  770. package/test-env/services/theme/provider.js +2 -26
  771. package/test-env/services/theme/types.js +14 -13
  772. package/test-env/services/theme/utils.js +296 -54
  773. package/test-env/themes/amsterdam/global_styling/mixins/button.js +203 -45
  774. package/test-env/themes/amsterdam/global_styling/variables/_borders.js +3 -3
  775. package/test-env/themes/amsterdam/global_styling/variables/_colors.js +19 -611
  776. package/test-env/themes/amsterdam/theme.js +1 -7
  777. package/test-env/themes/index.js +0 -7
  778. package/test-env/themes/themes.js +7 -10
  779. package/dist/eui_theme_borealis_dark.json +0 -314
  780. package/dist/eui_theme_borealis_dark.json.d.ts +0 -317
  781. package/dist/eui_theme_borealis_light.json +0 -314
  782. package/dist/eui_theme_borealis_light.json.d.ts +0 -317
  783. package/es/global_styling/mixins/_button.js +0 -159
  784. package/es/services/color/vis_color_store.js +0 -13
  785. package/es/services/popover/popover_arrow.styles.js +0 -31
  786. package/es/themes/amsterdam/global_styling/variables/_buttons.js +0 -281
  787. package/es/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -109
  788. package/es/themes/amsterdam/global_styling/variables/_components.js +0 -604
  789. package/es/themes/amsterdam/global_styling/variables/_forms.js +0 -161
  790. package/lib/global_styling/mixins/_button.js +0 -164
  791. package/lib/services/color/vis_color_store.js +0 -18
  792. package/lib/services/popover/popover_arrow.styles.js +0 -37
  793. package/lib/themes/amsterdam/global_styling/variables/_buttons.js +0 -285
  794. package/lib/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -115
  795. package/lib/themes/amsterdam/global_styling/variables/_components.js +0 -608
  796. package/lib/themes/amsterdam/global_styling/variables/_forms.js +0 -165
  797. package/optimize/es/global_styling/mixins/_button.js +0 -159
  798. package/optimize/es/services/color/vis_color_store.js +0 -13
  799. package/optimize/es/services/popover/popover_arrow.styles.js +0 -31
  800. package/optimize/es/themes/amsterdam/global_styling/variables/_buttons.js +0 -270
  801. package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -109
  802. package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +0 -596
  803. package/optimize/es/themes/amsterdam/global_styling/variables/_forms.js +0 -153
  804. package/optimize/lib/global_styling/mixins/_button.js +0 -165
  805. package/optimize/lib/services/color/vis_color_store.js +0 -18
  806. package/optimize/lib/services/popover/popover_arrow.styles.js +0 -37
  807. package/optimize/lib/themes/amsterdam/global_styling/variables/_buttons.js +0 -275
  808. package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -115
  809. package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +0 -601
  810. package/optimize/lib/themes/amsterdam/global_styling/variables/_forms.js +0 -158
  811. package/src/themes/amsterdam/global_styling/variables/_colors_vis.scss +0 -72
  812. package/src/themes/amsterdam/global_styling/variables/_forms.scss +0 -12
  813. package/test-env/global_styling/mixins/_button.js +0 -165
  814. package/test-env/services/color/vis_color_store.js +0 -18
  815. package/test-env/services/popover/popover_arrow.styles.js +0 -37
  816. package/test-env/themes/amsterdam/global_styling/variables/_buttons.js +0 -275
  817. package/test-env/themes/amsterdam/global_styling/variables/_colors_vis.js +0 -115
  818. package/test-env/themes/amsterdam/global_styling/variables/_components.js +0 -601
  819. package/test-env/themes/amsterdam/global_styling/variables/_forms.js +0 -158
  820. /package/dist/{eui_theme_amsterdam_dark.json → eui_theme_dark.json} +0 -0
  821. /package/dist/{eui_theme_amsterdam_light.json → eui_theme_light.json} +0 -0
@@ -1,608 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.components = void 0;
8
- var _utils = require("../../../../services/theme/utils");
9
- var _manipulation = require("../../../../services/color/manipulation");
10
- var _contrast = require("../../../../services/color/contrast");
11
- var _buttons = require("./_buttons");
12
- var _forms = require("./_forms");
13
- var _colors_vis = require("./_colors_vis");
14
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
15
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
16
- function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
17
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
18
- function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
19
- function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
20
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
21
- function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
22
- function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
23
- function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
24
- function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /*
25
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
26
- * or more contributor license agreements. Licensed under the Elastic License
27
- * 2.0 and the Server Side Public License, v 1; you may not use this file except
28
- * in compliance with, at your election, the Elastic License 2.0 or the Server
29
- * Side Public License, v 1.
30
- */
31
- var component_colors = {
32
- badgeBackground: (0, _utils.computed)(function (_ref) {
33
- var _ref2 = _slicedToArray(_ref, 1),
34
- lightShade = _ref2[0];
35
- return lightShade;
36
- }, ['colors.lightShade']),
37
- badgeBackgroundSubdued: (0, _utils.computed)(function (_ref3) {
38
- var _ref4 = _slicedToArray(_ref3, 1),
39
- lightShade = _ref4[0];
40
- return (0, _manipulation.tint)(lightShade, 0.3);
41
- }, ['colors.lightShade']),
42
- badgeBorderColorHollow: (0, _utils.computed)(function (_ref5) {
43
- var _ref6 = _slicedToArray(_ref5, 1),
44
- color = _ref6[0];
45
- return color;
46
- }, ['border.color']),
47
- badgeIconButtonBackgroundHover: (0, _utils.computed)(function (_ref7) {
48
- var _ref8 = _slicedToArray(_ref7, 1),
49
- ghost = _ref8[0];
50
- return (0, _manipulation.transparentize)(ghost, 0.8);
51
- }, ['colors.ghost']),
52
- breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref9) {
53
- var _ref10 = _slicedToArray(_ref9, 1),
54
- darkestShade = _ref10[0];
55
- return (0, _manipulation.tint)(darkestShade, 0.85);
56
- }, ['colors.darkestShade']),
57
- breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref11) {
58
- var _ref12 = _slicedToArray(_ref11, 1),
59
- darkestShade = _ref12[0];
60
- return (0, _manipulation.tint)(darkestShade, 0.2);
61
- }, ['colors.darkestShade']),
62
- buttonGroupBorderColor: (0, _utils.computed)(function (_ref13) {
63
- var _ref14 = _slicedToArray(_ref13, 1),
64
- fullShade = _ref14[0];
65
- return (0, _manipulation.transparentize)(fullShade, 0.1);
66
- }, ['colors.fullShade']),
67
- buttonGroupBorderColorSelected: (0, _utils.computed)(function (_ref15) {
68
- var _ref16 = _slicedToArray(_ref15, 1),
69
- emptyShade = _ref16[0];
70
- return (0, _manipulation.transparentize)(emptyShade, 0.2);
71
- }, ['colors.emptyShade']),
72
- buttonGroupFocusColor: (0, _utils.computed)(function (_ref17) {
73
- var _ref18 = _slicedToArray(_ref17, 1),
74
- fullShade = _ref18[0];
75
- return fullShade;
76
- }, ['colors.fullShade']),
77
- bottomBarBackground: (0, _utils.computed)(function (_ref19) {
78
- var _ref20 = _slicedToArray(_ref19, 1),
79
- lightestShade = _ref20[0];
80
- return (0, _manipulation.shade)(lightestShade, 0.5);
81
- }, ['colors.lightestShade']),
82
- codeBackground: (0, _utils.computed)(function (_ref21) {
83
- var _ref22 = _slicedToArray(_ref21, 1),
84
- lightestShade = _ref22[0];
85
- return lightestShade;
86
- }, ['colors.lightestShade']),
87
- codeBackgroundSelected: 'inherit',
88
- codeColor: (0, _utils.computed)(function (_ref23) {
89
- var _ref24 = _slicedToArray(_ref23, 2),
90
- lightestShade = _ref24[0],
91
- text = _ref24[1];
92
- return (0, _contrast.makeHighContrastColor)(text)(lightestShade);
93
- }, ['colors.lightestShade', 'colors.text']),
94
- codeInlineColor: (0, _utils.computed)(function (_ref25) {
95
- var _ref26 = _slicedToArray(_ref25, 1),
96
- lightestShade = _ref26[0];
97
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis3)(lightestShade);
98
- }, ['colors.lightestShade']),
99
- codeCommentColor: (0, _utils.computed)(function (_ref27) {
100
- var _ref28 = _slicedToArray(_ref27, 2),
101
- lightestShade = _ref28[0],
102
- subduedText = _ref28[1];
103
- return (0, _contrast.makeHighContrastColor)(subduedText)(lightestShade);
104
- }, ['colors.lightestShade', 'colors.subduedText']),
105
- codeSelectorColor: 'inherit',
106
- codeStringColor: (0, _utils.computed)(function (_ref29) {
107
- var _ref30 = _slicedToArray(_ref29, 1),
108
- lightestShade = _ref30[0];
109
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis2)(lightestShade);
110
- }, ['colors.lightestShade']),
111
- codeTagColor: (0, _utils.computed)(function (_ref31) {
112
- var _ref32 = _slicedToArray(_ref31, 1),
113
- lightestShade = _ref32[0];
114
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis1)(lightestShade);
115
- }, ['colors.lightestShade']),
116
- codeNameColor: (0, _utils.computed)(function (_ref33) {
117
- var _ref34 = _slicedToArray(_ref33, 1),
118
- lightestShade = _ref34[0];
119
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis1)(lightestShade);
120
- }, ['colors.lightestShade']),
121
- codeNumberColor: (0, _utils.computed)(function (_ref35) {
122
- var _ref36 = _slicedToArray(_ref35, 1),
123
- lightestShade = _ref36[0];
124
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis0)(lightestShade);
125
- }, ['colors.lightestShade']),
126
- codeKeywordColor: (0, _utils.computed)(function (_ref37) {
127
- var _ref38 = _slicedToArray(_ref37, 1),
128
- lightestShade = _ref38[0];
129
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis3)(lightestShade);
130
- }, ['colors.lightestShade']),
131
- codeFunctionTitleColor: 'inherit',
132
- codeTypeColor: (0, _utils.computed)(function (_ref39) {
133
- var _ref40 = _slicedToArray(_ref39, 1),
134
- lightestShade = _ref40[0];
135
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis1)(lightestShade);
136
- }, ['colors.lightestShade']),
137
- codeAttributeColor: 'inherit',
138
- codeSymbolColor: (0, _utils.computed)(function (_ref41) {
139
- var _ref42 = _slicedToArray(_ref41, 1),
140
- lightestShade = _ref42[0];
141
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis9)(lightestShade);
142
- }, ['colors.lightestShade']),
143
- codeParamsColor: 'inherit',
144
- codeMetaColor: (0, _utils.computed)(function (_ref43) {
145
- var _ref44 = _slicedToArray(_ref43, 2),
146
- lightestShade = _ref44[0],
147
- subduedText = _ref44[1];
148
- return (0, _contrast.makeHighContrastColor)(subduedText)(lightestShade);
149
- }, ['colors.lightestShade', 'colors.subduedText']),
150
- codeTitleColor: (0, _utils.computed)(function (_ref45) {
151
- var _ref46 = _slicedToArray(_ref45, 1),
152
- lightestShade = _ref46[0];
153
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis7)(lightestShade);
154
- }, ['colors.lightestShade']),
155
- codeSectionColor: (0, _utils.computed)(function (_ref47) {
156
- var _ref48 = _slicedToArray(_ref47, 1),
157
- lightestShade = _ref48[0];
158
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis9)(lightestShade);
159
- }, ['colors.lightestShade']),
160
- codeAdditionColor: (0, _utils.computed)(function (_ref49) {
161
- var _ref50 = _slicedToArray(_ref49, 1),
162
- lightestShade = _ref50[0];
163
- return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis0)(lightestShade);
164
- }, ['colors.lightestShade']),
165
- codeDeletionColor: (0, _utils.computed)(function (_ref51) {
166
- var _ref52 = _slicedToArray(_ref51, 2),
167
- lightestShade = _ref52[0],
168
- danger = _ref52[1];
169
- return (0, _contrast.makeHighContrastColor)(danger)(lightestShade);
170
- }, ['colors.lightestShade', 'colors.danger']),
171
- codeSelectorClassColor: 'inherit',
172
- codeSelectorIdColor: 'inherit',
173
- collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref53) {
174
- var _ref54 = _slicedToArray(_ref53, 1),
175
- body = _ref54[0];
176
- return body;
177
- }, ['colors.body']),
178
- collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref55) {
179
- var _ref56 = _slicedToArray(_ref55, 1),
180
- darkestShade = _ref56[0];
181
- return (0, _manipulation.shade)(darkestShade, 0.2);
182
- }, ['colors.darkestShade']),
183
- dataGridBorderColor: (0, _utils.computed)(function (_ref57) {
184
- var _ref58 = _slicedToArray(_ref57, 1),
185
- color = _ref58[0];
186
- return color;
187
- }, ['border.color']),
188
- dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref59) {
189
- var _ref60 = _slicedToArray(_ref59, 1),
190
- color = _ref60[0];
191
- return (0, _manipulation.tint)(color, 0.3);
192
- }, ['border.color']),
193
- dataGridRowBackgroundStriped: (0, _utils.computed)(function (_ref61) {
194
- var _ref62 = _slicedToArray(_ref61, 1),
195
- lightestShade = _ref62[0];
196
- return lightestShade;
197
- }, ['colors.lightestShade']),
198
- dataGridRowBackgroundHover: (0, _utils.computed)(function (_ref63) {
199
- var _ref64 = _slicedToArray(_ref63, 1),
200
- highlight = _ref64[0];
201
- return highlight;
202
- }, ['colors.highlight']),
203
- dataGridRowBackgroundSelect: (0, _utils.computed)(function (_ref65) {
204
- var _ref66 = _slicedToArray(_ref65, 1),
205
- highlight = _ref66[0];
206
- return highlight;
207
- }, ['colors.highlight']),
208
- dragDropDraggingBackground: (0, _utils.computed)(function (_ref67) {
209
- var _ref68 = _slicedToArray(_ref67, 1),
210
- success = _ref68[0];
211
- return (0, _manipulation.transparentize)(success, 0.1);
212
- }, ['colors.success']),
213
- dragDropDraggingOverBackground: (0, _utils.computed)(function (_ref69) {
214
- var _ref70 = _slicedToArray(_ref69, 1),
215
- success = _ref70[0];
216
- return (0, _manipulation.transparentize)(success, 0.25);
217
- }, ['colors.success']),
218
- filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (_ref71) {
219
- var _ref72 = _slicedToArray(_ref71, 1),
220
- disabled = _ref72[0];
221
- return (0, _manipulation.transparentize)(disabled, 0.1);
222
- }, ['colors.disabled']),
223
- flyoutFooterBackground: (0, _utils.computed)(function (_ref73) {
224
- var _ref74 = _slicedToArray(_ref73, 1),
225
- lightestShade = _ref74[0];
226
- return lightestShade;
227
- }, ['colors.lightestShade']),
228
- flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (_ref75) {
229
- var _ref76 = _slicedToArray(_ref75, 1),
230
- emptyShade = _ref76[0];
231
- return (0, _manipulation.transparentize)(emptyShade, 0.9);
232
- }, ['colors.emptyShade']),
233
- headerBackground: (0, _utils.computed)(function (_ref77) {
234
- var _ref78 = _slicedToArray(_ref77, 1),
235
- emptyShade = _ref78[0];
236
- return emptyShade;
237
- }, ['colors.emptyShade']),
238
- headerDarkBackground: (0, _utils.computed)(function (_ref79) {
239
- var _ref80 = _slicedToArray(_ref79, 1),
240
- darkestShade = _ref80[0];
241
- return (0, _manipulation.shade)(darkestShade, 0.28);
242
- }, ['colors.darkestShade']),
243
- headerDarkSearchBorderColor: (0, _utils.computed)(function (_ref81) {
244
- var _ref82 = _slicedToArray(_ref81, 1),
245
- ghost = _ref82[0];
246
- return (0, _manipulation.transparentize)(ghost, 0.3);
247
- }, ['colors.ghost']),
248
- headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (_ref83) {
249
- var _ref84 = _slicedToArray(_ref83, 1),
250
- primary = _ref84[0];
251
- return (0, _manipulation.shade)(primary, 0.5);
252
- }, ['colors.primary']),
253
- keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref85) {
254
- var _ref86 = _slicedToArray(_ref85, 1),
255
- disabled = _ref86[0];
256
- return (0, _manipulation.transparentize)(disabled, 0.1);
257
- }, ['colors.disabled']),
258
- listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (_ref87) {
259
- var _ref88 = _slicedToArray(_ref87, 1),
260
- lightShade = _ref88[0];
261
- return (0, _manipulation.transparentize)(lightShade, 0.2);
262
- }, ['colors.lightShade']),
263
- listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref89) {
264
- var _ref90 = _slicedToArray(_ref89, 1),
265
- primary = _ref90[0];
266
- return (0, _manipulation.transparentize)(primary, 0.1);
267
- }, ['colors.primary']),
268
- listGroupItemBackgroundHover: (0, _utils.computed)(function (_ref91) {
269
- var _ref92 = _slicedToArray(_ref91, 1),
270
- lightShade = _ref92[0];
271
- return (0, _manipulation.transparentize)(lightShade, 0.2);
272
- }, ['colors.lightShade']),
273
- listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (_ref93) {
274
- var _ref94 = _slicedToArray(_ref93, 1),
275
- primary = _ref94[0];
276
- return (0, _manipulation.transparentize)(primary, 0.1);
277
- }, ['colors.primary']),
278
- loadingChartMonoBackground0: (0, _utils.computed)(function (_ref95) {
279
- var _ref96 = _slicedToArray(_ref95, 1),
280
- lightShade = _ref96[0];
281
- return lightShade;
282
- }, ['colors.lightShade']),
283
- loadingChartMonoBackground1: (0, _utils.computed)(function (_ref97) {
284
- var _ref98 = _slicedToArray(_ref97, 1),
285
- lightShade = _ref98[0];
286
- return (0, _manipulation.shade)(lightShade, 0.04);
287
- }, ['colors.lightShade']),
288
- loadingChartMonoBackground2: (0, _utils.computed)(function (_ref99) {
289
- var _ref100 = _slicedToArray(_ref99, 1),
290
- lightShade = _ref100[0];
291
- return (0, _manipulation.shade)(lightShade, 0.08);
292
- }, ['colors.lightShade']),
293
- loadingChartMonoBackground3: (0, _utils.computed)(function (_ref101) {
294
- var _ref102 = _slicedToArray(_ref101, 1),
295
- lightShade = _ref102[0];
296
- return (0, _manipulation.shade)(lightShade, 0.12);
297
- }, ['colors.lightShade']),
298
- markBackground: (0, _utils.computed)(function (_ref103) {
299
- var _ref104 = _slicedToArray(_ref103, 1),
300
- primary = _ref104[0];
301
- return (0, _manipulation.transparentize)(primary, 0.1);
302
- }, ['colors.primary']),
303
- markdownFormatTableBorderColor: (0, _utils.computed)(function (_ref105) {
304
- var _ref106 = _slicedToArray(_ref105, 1),
305
- fullShade = _ref106[0];
306
- return (0, _manipulation.transparentize)(fullShade, 0.15);
307
- }, ['colors.fullShade']),
308
- popoverPanelBackground: (0, _utils.computed)(function (_ref107) {
309
- var _ref108 = _slicedToArray(_ref107, 1),
310
- emptyShade = _ref108[0];
311
- return emptyShade;
312
- }, ['colors.emptyShade']),
313
- popoverFooterBorderColor: (0, _utils.computed)(function (_ref109) {
314
- var _ref110 = _slicedToArray(_ref109, 1),
315
- color = _ref110[0];
316
- return color;
317
- }, ['border.color']),
318
- scrollbarTrackColor: (0, _utils.computed)(function (_ref111) {
319
- var _ref112 = _slicedToArray(_ref111, 1),
320
- body = _ref112[0];
321
- return (0, _manipulation.shade)(body, 0.03);
322
- }, ['colors.body']),
323
- sideNavItemEmphasizedBackground: (0, _utils.computed)(function (_ref113) {
324
- var _ref114 = _slicedToArray(_ref113, 1),
325
- lightShade = _ref114[0];
326
- return (0, _manipulation.transparentize)(lightShade, 0.3);
327
- }, ['colors.lightShade']),
328
- selectableListItemBorderColor: (0, _utils.computed)(function (_ref115) {
329
- var _ref116 = _slicedToArray(_ref115, 1),
330
- color = _ref116[0];
331
- return (0, _manipulation.transparentize)(color, 0.4);
332
- }, ['border.color']),
333
- superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref117) {
334
- var _ref118 = _slicedToArray(_ref117, 1),
335
- success = _ref118[0];
336
- return (0, _manipulation.tint)(success, 0.9);
337
- }, ['colors.success']),
338
- switchBackgroundOn: (0, _utils.computed)(function (_ref119) {
339
- var _ref120 = _slicedToArray(_ref119, 1),
340
- primary = _ref120[0];
341
- return primary;
342
- }, ['colors.primary']),
343
- switchBackgroundOff: (0, _utils.computed)(function (_ref121) {
344
- var _ref122 = _slicedToArray(_ref121, 1),
345
- lightestShade = _ref122[0];
346
- return (0, _manipulation.shade)(lightestShade, 0.4);
347
- }, ['colors.lightestShade']),
348
- switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref123) {
349
- var _ref124 = _slicedToArray(_ref123, 1),
350
- lightShade = _ref124[0];
351
- return (0, _manipulation.tint)(lightShade, 0.5);
352
- }, ['colors.lightShade']),
353
- switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref125) {
354
- var _ref126 = _slicedToArray(_ref125, 1),
355
- lightShade = _ref126[0];
356
- return (0, _manipulation.tint)(lightShade, 0.25);
357
- }, ['colors.lightShade']),
358
- switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref127) {
359
- var _ref128 = _slicedToArray(_ref127, 1),
360
- lightShade = _ref128[0];
361
- return (0, _manipulation.tint)(lightShade, 0);
362
- }, ['colors.lightShade']),
363
- switchThumbBackgroundDisabled: 'transparent',
364
- switchThumbBorderOn: (0, _utils.computed)(function (_ref129) {
365
- var _ref130 = _slicedToArray(_ref129, 1),
366
- lightestShade = _ref130[0];
367
- return (0, _manipulation.shade)(lightestShade, 0.4);
368
- }, ['colors.lightestShade']),
369
- switchThumbBorderOff: (0, _utils.computed)(function (_ref131) {
370
- var _ref132 = _slicedToArray(_ref131, 1),
371
- lightestShade = _ref132[0];
372
- return (0, _manipulation.shade)(lightestShade, 0.4);
373
- }, ['colors.lightestShade']),
374
- switchIconDisabled: (0, _utils.computed)(function (_ref133) {
375
- var _ref134 = _slicedToArray(_ref133, 1),
376
- lightestShade = _ref134[0];
377
- return (0, _manipulation.shade)(lightestShade, 0.4);
378
- }, ['colors.lightestShade']),
379
- tableRowBackgroundHover: (0, _utils.computed)(function (_ref135) {
380
- var _ref136 = _slicedToArray(_ref135, 1),
381
- lightestShade = _ref136[0];
382
- return (0, _manipulation.tint)(lightestShade, 0.5);
383
- }, ['colors.lightestShade']),
384
- tableRowBackgroundSelected: (0, _utils.computed)(function (_ref137) {
385
- var _ref138 = _slicedToArray(_ref137, 1),
386
- primary = _ref138[0];
387
- return (0, _manipulation.tint)(primary, 0.96);
388
- }, ['colors.primary']),
389
- tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref139) {
390
- var _ref140 = _slicedToArray(_ref139, 1),
391
- primary = _ref140[0];
392
- return (0, _manipulation.tint)(primary, 0.9);
393
- }, ['colors.primary']),
394
- tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (_ref141) {
395
- var _ref142 = _slicedToArray(_ref141, 1),
396
- primary = _ref142[0];
397
- return (0, _manipulation.transparentize)(primary, 0.05);
398
- }, ['colors.primary']),
399
- tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (_ref143) {
400
- var _ref144 = _slicedToArray(_ref143, 1),
401
- primary = _ref144[0];
402
- return (0, _manipulation.transparentize)(primary, 0.1);
403
- }, ['colors.primary']),
404
- tableCellSortableIconColor: (0, _utils.computed)(function (_ref145) {
405
- var _ref146 = _slicedToArray(_ref145, 2),
406
- emptyShade = _ref146[0],
407
- subduedText = _ref146[1];
408
- var color = (0, _manipulation.tint)(subduedText, 0.9);
409
- return (0, _contrast.makeHighContrastColor)(
410
- // Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
411
- color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
412
- )(emptyShade);
413
- }, ['colors.emptyShade', 'colors.subduedText']),
414
- tooltipBackground: (0, _utils.computed)(function (_ref147) {
415
- var _ref148 = _slicedToArray(_ref147, 1),
416
- fullShade = _ref148[0];
417
- return (0, _manipulation.tint)(fullShade, 0.25);
418
- }, ['colors.fullShade']),
419
- tooltipBorder: (0, _utils.computed)(function (_ref149) {
420
- var _ref150 = _slicedToArray(_ref149, 1),
421
- fullShade = _ref150[0];
422
- return (0, _manipulation.tint)(fullShade, 0.35);
423
- }, ['colors.fullShade']),
424
- tooltipBorderFloating: (0, _utils.computed)(function (_ref151) {
425
- var _ref152 = _slicedToArray(_ref151, 1),
426
- borderBaseFloating = _ref152[0];
427
- return borderBaseFloating;
428
- }, ['colors.borderBaseFloating']),
429
- tourFooterBackground: (0, _utils.computed)(function (_ref153) {
430
- var _ref154 = _slicedToArray(_ref153, 1),
431
- lightestShade = _ref154[0];
432
- return (0, _manipulation.tint)(lightestShade, 0.5);
433
- }, ['colors.lightestShade']),
434
- treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref155) {
435
- var _ref156 = _slicedToArray(_ref155, 1),
436
- text = _ref156[0];
437
- return (0, _manipulation.transparentize)(text, 0.1);
438
- }, ['colors.text'])
439
- };
440
- var components = exports.components = {
441
- buttons: _buttons.buttons,
442
- forms: _forms.forms,
443
- LIGHT: component_colors,
444
- DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
445
- badgeBorderColorHollow: (0, _utils.computed)(function (_ref157) {
446
- var _ref158 = _slicedToArray(_ref157, 1),
447
- color = _ref158[0];
448
- return (0, _manipulation.tint)(color, 0.15);
449
- }, ['border.color']),
450
- breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref159) {
451
- var _ref160 = _slicedToArray(_ref159, 1),
452
- darkestShade = _ref160[0];
453
- return (0, _manipulation.shade)(darkestShade, 0.7);
454
- }, ['colors.darkestShade']),
455
- breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref161) {
456
- var _ref162 = _slicedToArray(_ref161, 1),
457
- darkestShade = _ref162[0];
458
- return (0, _manipulation.shade)(darkestShade, 0.2);
459
- }, ['colors.darkestShade']),
460
- collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref163) {
461
- var _ref164 = _slicedToArray(_ref163, 1),
462
- lightestShade = _ref164[0];
463
- return (0, _manipulation.shade)(lightestShade, 0.5);
464
- }, ['colors.lightestShade']),
465
- collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref165) {
466
- var _ref166 = _slicedToArray(_ref165, 1),
467
- lightestShade = _ref166[0];
468
- return (0, _manipulation.shade)(lightestShade, 0.5);
469
- }, ['colors.lightestShade']),
470
- dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref167) {
471
- var _ref168 = _slicedToArray(_ref167, 1),
472
- color = _ref168[0];
473
- return (0, _manipulation.shade)(color, 0.3);
474
- }, ['border.color']),
475
- headerDarkBackground: (0, _utils.computed)(function (_ref169) {
476
- var _ref170 = _slicedToArray(_ref169, 1),
477
- lightestShade = _ref170[0];
478
- return (0, _manipulation.shade)(lightestShade, 0.5);
479
- }, ['colors.lightestShade']),
480
- keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref171) {
481
- var _ref172 = _slicedToArray(_ref171, 1),
482
- disabled = _ref172[0];
483
- return (0, _manipulation.transparentize)(disabled, 0.2);
484
- }, ['colors.disabled']),
485
- listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref173) {
486
- var _ref174 = _slicedToArray(_ref173, 1),
487
- lightShade = _ref174[0];
488
- return (0, _manipulation.transparentize)(lightShade, 0.4);
489
- }, ['colors.lightShade']),
490
- loadingChartMonoBackground0: (0, _utils.computed)(function (_ref175) {
491
- var _ref176 = _slicedToArray(_ref175, 1),
492
- lightShade = _ref176[0];
493
- return lightShade;
494
- }, ['colors.lightShade']),
495
- loadingChartMonoBackground1: (0, _utils.computed)(function (_ref177) {
496
- var _ref178 = _slicedToArray(_ref177, 1),
497
- lightShade = _ref178[0];
498
- return (0, _manipulation.tint)(lightShade, 0.04);
499
- }, ['colors.lightShade']),
500
- loadingChartMonoBackground2: (0, _utils.computed)(function (_ref179) {
501
- var _ref180 = _slicedToArray(_ref179, 1),
502
- lightShade = _ref180[0];
503
- return (0, _manipulation.tint)(lightShade, 0.08);
504
- }, ['colors.lightShade']),
505
- loadingChartMonoBackground3: (0, _utils.computed)(function (_ref181) {
506
- var _ref182 = _slicedToArray(_ref181, 1),
507
- lightShade = _ref182[0];
508
- return (0, _manipulation.tint)(lightShade, 0.12);
509
- }, ['colors.lightShade']),
510
- markBackground: (0, _utils.computed)(function (_ref183) {
511
- var _ref184 = _slicedToArray(_ref183, 1),
512
- primary = _ref184[0];
513
- return (0, _manipulation.transparentize)(primary, 0.3);
514
- }, ['colors.primary']),
515
- popoverPanelBackground: (0, _utils.computed)(function (_ref185) {
516
- var _ref186 = _slicedToArray(_ref185, 1),
517
- emptyShade = _ref186[0];
518
- return (0, _manipulation.tint)(emptyShade, 0.025);
519
- }, ['colors.emptyShade']),
520
- scrollbarTrackColor: (0, _utils.computed)(function (_ref187) {
521
- var _ref188 = _slicedToArray(_ref187, 1),
522
- body = _ref188[0];
523
- return (0, _manipulation.tint)(body, 0.07);
524
- }, ['colors.body']),
525
- superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref189) {
526
- var _ref190 = _slicedToArray(_ref189, 1),
527
- success = _ref190[0];
528
- return (0, _manipulation.shade)(success, 0.7);
529
- }, ['colors.success']),
530
- switchBackgroundOff: (0, _utils.computed)(function (_ref191) {
531
- var _ref192 = _slicedToArray(_ref191, 1),
532
- lightestShade = _ref192[0];
533
- return (0, _manipulation.tint)(lightestShade, 0.31);
534
- }, ['colors.lightestShade']),
535
- switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref193) {
536
- var _ref194 = _slicedToArray(_ref193, 1),
537
- lightShade = _ref194[0];
538
- return lightShade;
539
- }, ['colors.lightShade']),
540
- switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref195) {
541
- var _ref196 = _slicedToArray(_ref195, 1),
542
- lightShade = _ref196[0];
543
- return lightShade;
544
- }, ['colors.lightShade']),
545
- switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref197) {
546
- var _ref198 = _slicedToArray(_ref197, 1),
547
- lightShade = _ref198[0];
548
- return lightShade;
549
- }, ['colors.lightShade']),
550
- switchThumbBorderOn: (0, _utils.computed)(function (_ref199) {
551
- var _ref200 = _slicedToArray(_ref199, 1),
552
- lightestShade = _ref200[0];
553
- return (0, _manipulation.tint)(lightestShade, 0.31);
554
- }, ['colors.lightestShade']),
555
- switchThumbBorderOff: (0, _utils.computed)(function (_ref201) {
556
- var _ref202 = _slicedToArray(_ref201, 1),
557
- lightestShade = _ref202[0];
558
- return (0, _manipulation.tint)(lightestShade, 0.31);
559
- }, ['colors.lightestShade']),
560
- switchIconDisabled: (0, _utils.computed)(function (_ref203) {
561
- var _ref204 = _slicedToArray(_ref203, 1),
562
- lightestShade = _ref204[0];
563
- return (0, _manipulation.tint)(lightestShade, 0.31);
564
- }, ['colors.lightestShade']),
565
- tableRowBackgroundHover: (0, _utils.computed)(function (_ref205) {
566
- var _ref206 = _slicedToArray(_ref205, 1),
567
- lightestShade = _ref206[0];
568
- return lightestShade;
569
- }, ['colors.lightestShade']),
570
- tableRowBackgroundSelected: (0, _utils.computed)(function (_ref207) {
571
- var _ref208 = _slicedToArray(_ref207, 1),
572
- primary = _ref208[0];
573
- return (0, _manipulation.shade)(primary, 0.7);
574
- }, ['colors.primary']),
575
- tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref209) {
576
- var _ref210 = _slicedToArray(_ref209, 1),
577
- primary = _ref210[0];
578
- return (0, _manipulation.shade)(primary, 0.75);
579
- }, ['colors.primary']),
580
- tableCellSortableIconColor: (0, _utils.computed)(function (_ref211) {
581
- var _ref212 = _slicedToArray(_ref211, 2),
582
- emptyShade = _ref212[0],
583
- subduedText = _ref212[1];
584
- var color = (0, _manipulation.shade)(subduedText, 0.9);
585
- return (0, _contrast.makeHighContrastColor)(color, 3)(emptyShade);
586
- }, ['colors.emptyShade', 'colors.subduedText']),
587
- tooltipBackground: (0, _utils.computed)(function (_ref213) {
588
- var _ref214 = _slicedToArray(_ref213, 1),
589
- emptyShade = _ref214[0];
590
- return (0, _manipulation.shade)(emptyShade, 1);
591
- }, ['colors.emptyShade']),
592
- tooltipBorder: (0, _utils.computed)(function (_ref215) {
593
- var _ref216 = _slicedToArray(_ref215, 1),
594
- fullShade = _ref216[0];
595
- return (0, _manipulation.shade)(fullShade, 0.8);
596
- }, ['colors.fullShade']),
597
- tourFooterBackground: (0, _utils.computed)(function (_ref217) {
598
- var _ref218 = _slicedToArray(_ref217, 1),
599
- lightestShade = _ref218[0];
600
- return (0, _manipulation.shade)(lightestShade, 0.45);
601
- }, ['colors.lightestShade']),
602
- treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref219) {
603
- var _ref220 = _slicedToArray(_ref219, 1),
604
- text = _ref220[0];
605
- return (0, _manipulation.transparentize)(text, 0.2);
606
- }, ['colors.text'])
607
- })
608
- };