@elastic/eui 104.1.0 → 105.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.
- package/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +4 -4
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button.js +1 -1
- package/es/components/button/button_display/_button_display.js +1 -1
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +2 -2
- package/es/components/card/card_select/card_select.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/combo_box/combo_box.a11y.js +53 -2
- package/es/components/combo_box/combo_box.js +26 -8
- package/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +9 -3
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/data_grid.styles.js +4 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/facet/facet_button.js +1 -1
- package/es/components/filter_group/filter_select_item.js +21 -17
- package/es/components/flyout/flyout.js +88 -21
- package/es/components/flyout/flyout.styles.js +9 -5
- package/es/components/flyout/flyout_child.js +209 -0
- package/es/components/flyout/flyout_child.styles.js +31 -0
- package/es/components/flyout/flyout_child_manager.js +112 -0
- package/es/components/flyout/flyout_context.js +16 -0
- package/es/components/flyout/index.js +3 -1
- package/es/components/flyout/sessions/flyout_provider.js +109 -0
- package/es/components/flyout/sessions/flyout_reducer.js +217 -0
- package/es/components/flyout/sessions/index.js +10 -0
- package/es/components/flyout/sessions/types.js +1 -0
- package/es/components/flyout/sessions/use_eui_flyout.js +94 -0
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +1 -4
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/progress/progress.js +51 -11
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/table/table_row.styles.js +11 -6
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/es/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/eui.d.ts +400 -77
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +4 -4
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button.js +1 -1
- package/lib/components/button/button_display/_button_display.js +1 -1
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +2 -2
- package/lib/components/card/card_select/card_select.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/combo_box/combo_box.a11y.js +53 -2
- package/lib/components/combo_box/combo_box.js +26 -8
- package/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +9 -3
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/data_grid.styles.js +4 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/facet/facet_button.js +1 -1
- package/lib/components/filter_group/filter_select_item.js +21 -17
- package/lib/components/flyout/flyout.js +88 -21
- package/lib/components/flyout/flyout.styles.js +10 -6
- package/lib/components/flyout/flyout_child.js +217 -0
- package/lib/components/flyout/flyout_child.styles.js +37 -0
- package/lib/components/flyout/flyout_child_manager.js +120 -0
- package/lib/components/flyout/flyout_context.js +21 -0
- package/lib/components/flyout/index.js +21 -1
- package/lib/components/flyout/sessions/flyout_provider.js +116 -0
- package/lib/components/flyout/sessions/flyout_reducer.js +224 -0
- package/lib/components/flyout/sessions/index.js +25 -0
- package/lib/components/flyout/sessions/types.js +5 -0
- package/lib/components/flyout/sessions/use_eui_flyout.js +99 -0
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +1 -4
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/progress/progress.js +54 -11
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/table/table_row.styles.js +11 -6
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/optimize/es/components/combo_box/combo_box.a11y.js +53 -2
- package/optimize/es/components/combo_box/combo_box.js +26 -8
- package/optimize/es/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -3
- package/optimize/es/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/optimize/es/components/datagrid/data_grid.styles.js +4 -1
- package/optimize/es/components/filter_group/filter_select_item.js +20 -17
- package/optimize/es/components/flyout/flyout.js +88 -21
- package/optimize/es/components/flyout/flyout.styles.js +9 -5
- package/optimize/es/components/flyout/flyout_child.js +168 -0
- package/optimize/es/components/flyout/flyout_child.styles.js +31 -0
- package/optimize/es/components/flyout/flyout_child_manager.js +98 -0
- package/optimize/es/components/flyout/flyout_context.js +16 -0
- package/optimize/es/components/flyout/index.js +3 -1
- package/optimize/es/components/flyout/sessions/flyout_provider.js +104 -0
- package/optimize/es/components/flyout/sessions/flyout_reducer.js +209 -0
- package/optimize/es/components/flyout/sessions/index.js +10 -0
- package/optimize/es/components/flyout/sessions/types.js +1 -0
- package/optimize/es/components/flyout/sessions/use_eui_flyout.js +94 -0
- package/optimize/es/components/icon/icon_map.js +1 -4
- package/optimize/es/components/progress/progress.js +38 -9
- package/optimize/es/components/table/table_row.styles.js +11 -6
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/optimize/lib/components/combo_box/combo_box.a11y.js +53 -2
- package/optimize/lib/components/combo_box/combo_box.js +26 -8
- package/optimize/lib/components/combo_box/combo_box_options_list/combo_box_options_list.js +8 -3
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/optimize/lib/components/datagrid/data_grid.styles.js +4 -1
- package/optimize/lib/components/filter_group/filter_select_item.js +20 -17
- package/optimize/lib/components/flyout/flyout.js +88 -21
- package/optimize/lib/components/flyout/flyout.styles.js +10 -6
- package/optimize/lib/components/flyout/flyout_child.js +176 -0
- package/optimize/lib/components/flyout/flyout_child.styles.js +37 -0
- package/optimize/lib/components/flyout/flyout_child_manager.js +108 -0
- package/optimize/lib/components/flyout/flyout_context.js +21 -0
- package/optimize/lib/components/flyout/index.js +21 -1
- package/optimize/lib/components/flyout/sessions/flyout_provider.js +114 -0
- package/optimize/lib/components/flyout/sessions/flyout_reducer.js +217 -0
- package/optimize/lib/components/flyout/sessions/index.js +25 -0
- package/optimize/lib/components/flyout/sessions/types.js +5 -0
- package/optimize/lib/components/flyout/sessions/use_eui_flyout.js +99 -0
- package/optimize/lib/components/icon/icon_map.js +1 -4
- package/optimize/lib/components/progress/progress.js +41 -9
- package/optimize/lib/components/table/table_row.styles.js +11 -6
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +305 -270
- package/package.json +4 -4
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +4 -4
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button.js +1 -1
- package/test-env/components/button/button_display/_button_display.js +1 -1
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +2 -2
- package/test-env/components/card/card_select/card_select.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/combo_box/combo_box.a11y.js +53 -2
- package/test-env/components/combo_box/combo_box.js +26 -8
- package/test-env/components/combo_box/combo_box_options_list/combo_box_options_list.js +9 -3
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/cell/data_grid_cell.styles.js +9 -4
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/data_grid.styles.js +4 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/facet/facet_button.js +1 -1
- package/test-env/components/filter_group/filter_select_item.js +21 -17
- package/test-env/components/flyout/flyout.styles.js +10 -6
- package/test-env/components/flyout/flyout_child.js +216 -0
- package/test-env/components/flyout/flyout_child.styles.js +37 -0
- package/test-env/components/flyout/flyout_child_manager.js +117 -0
- package/test-env/components/flyout/flyout_context.js +21 -0
- package/test-env/components/flyout/index.js +21 -1
- package/test-env/components/flyout/sessions/flyout_provider.js +114 -0
- package/test-env/components/flyout/sessions/flyout_reducer.js +217 -0
- package/test-env/components/flyout/sessions/index.js +25 -0
- package/test-env/components/flyout/sessions/types.js +5 -0
- package/test-env/components/flyout/sessions/use_eui_flyout.js +99 -0
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/icon_map.js +1 -4
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/progress/progress.js +49 -11
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/table/table_row.styles.js +11 -6
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +305 -270
|
@@ -218,295 +218,330 @@ var component_colors = {
|
|
|
218
218
|
highlight = _ref74[0];
|
|
219
219
|
return highlight;
|
|
220
220
|
}, ['colors.highlight']),
|
|
221
|
-
|
|
221
|
+
dataGridRowBackgroundMarked: (0, _utils.computed)(function (_ref75) {
|
|
222
222
|
var _ref76 = (0, _slicedToArray2.default)(_ref75, 1),
|
|
223
|
-
|
|
224
|
-
return
|
|
225
|
-
}, ['colors.
|
|
226
|
-
|
|
223
|
+
highlight = _ref76[0];
|
|
224
|
+
return highlight;
|
|
225
|
+
}, ['colors.highlight']),
|
|
226
|
+
dataGridRowBackgroundMarkedHover: (0, _utils.computed)(function (_ref77) {
|
|
227
227
|
var _ref78 = (0, _slicedToArray2.default)(_ref77, 1),
|
|
228
228
|
highlight = _ref78[0];
|
|
229
229
|
return highlight;
|
|
230
230
|
}, ['colors.highlight']),
|
|
231
|
-
|
|
231
|
+
dataGridRowBorderActive: (0, _utils.computed)(function (_ref79) {
|
|
232
232
|
var _ref80 = (0, _slicedToArray2.default)(_ref79, 1),
|
|
233
|
-
|
|
233
|
+
borderStrongPrimary = _ref80[0];
|
|
234
|
+
return borderStrongPrimary;
|
|
235
|
+
}, ['colors.borderStrongPrimary']),
|
|
236
|
+
dataGridRowBorderHover: (0, _utils.computed)(function (_ref81) {
|
|
237
|
+
var _ref82 = (0, _slicedToArray2.default)(_ref81, 1),
|
|
238
|
+
borderStrongText = _ref82[0];
|
|
239
|
+
return borderStrongText;
|
|
240
|
+
}, ['colors.borderStrongText']),
|
|
241
|
+
dataGridRowBorderMarked: (0, _utils.computed)(function (_ref83) {
|
|
242
|
+
var _ref84 = (0, _slicedToArray2.default)(_ref83, 1),
|
|
243
|
+
borderStrongPrimary = _ref84[0];
|
|
244
|
+
return borderStrongPrimary;
|
|
245
|
+
}, ['colors.borderStrongPrimary']),
|
|
246
|
+
dataGridRowStripesBackground: (0, _utils.computed)(function (_ref85) {
|
|
247
|
+
var _ref86 = (0, _slicedToArray2.default)(_ref85, 1),
|
|
248
|
+
emptyShade = _ref86[0];
|
|
249
|
+
return emptyShade;
|
|
250
|
+
}, ['colors.emptyShade']),
|
|
251
|
+
dataGridRowStripesBackgroundHover: (0, _utils.computed)(function (_ref87) {
|
|
252
|
+
var _ref88 = (0, _slicedToArray2.default)(_ref87, 1),
|
|
253
|
+
highlight = _ref88[0];
|
|
254
|
+
return highlight;
|
|
255
|
+
}, ['colors.highlight']),
|
|
256
|
+
dataGridRowStripesBackgroundStriped: (0, _utils.computed)(function (_ref89) {
|
|
257
|
+
var _ref90 = (0, _slicedToArray2.default)(_ref89, 1),
|
|
258
|
+
lightestShade = _ref90[0];
|
|
234
259
|
return lightestShade;
|
|
235
260
|
}, ['colors.lightestShade']),
|
|
236
|
-
dataGridRowStripesBackgroundStripedHover: (0, _utils.computed)(function (
|
|
237
|
-
var
|
|
238
|
-
highlight =
|
|
261
|
+
dataGridRowStripesBackgroundStripedHover: (0, _utils.computed)(function (_ref91) {
|
|
262
|
+
var _ref92 = (0, _slicedToArray2.default)(_ref91, 1),
|
|
263
|
+
highlight = _ref92[0];
|
|
239
264
|
return highlight;
|
|
240
265
|
}, ['colors.highlight']),
|
|
241
|
-
dataGridRowStripesBackgroundSelect: (0, _utils.computed)(function (
|
|
242
|
-
var
|
|
243
|
-
highlight =
|
|
266
|
+
dataGridRowStripesBackgroundSelect: (0, _utils.computed)(function (_ref93) {
|
|
267
|
+
var _ref94 = (0, _slicedToArray2.default)(_ref93, 1),
|
|
268
|
+
highlight = _ref94[0];
|
|
244
269
|
return highlight;
|
|
245
270
|
}, ['colors.highlight']),
|
|
246
|
-
dataGridRowStripesBackgroundSelectHover: (0, _utils.computed)(function (
|
|
247
|
-
var
|
|
248
|
-
highlight =
|
|
271
|
+
dataGridRowStripesBackgroundSelectHover: (0, _utils.computed)(function (_ref95) {
|
|
272
|
+
var _ref96 = (0, _slicedToArray2.default)(_ref95, 1),
|
|
273
|
+
highlight = _ref96[0];
|
|
249
274
|
return highlight;
|
|
250
275
|
}, ['colors.highlight']),
|
|
251
|
-
dragDropDraggingBackground: (0, _utils.computed)(function (
|
|
252
|
-
var
|
|
253
|
-
success =
|
|
276
|
+
dragDropDraggingBackground: (0, _utils.computed)(function (_ref97) {
|
|
277
|
+
var _ref98 = (0, _slicedToArray2.default)(_ref97, 1),
|
|
278
|
+
success = _ref98[0];
|
|
254
279
|
return (0, _manipulation.transparentize)(success, 0.1);
|
|
255
280
|
}, ['colors.success']),
|
|
256
|
-
dragDropDraggingOverBackground: (0, _utils.computed)(function (
|
|
257
|
-
var
|
|
258
|
-
success =
|
|
281
|
+
dragDropDraggingOverBackground: (0, _utils.computed)(function (_ref99) {
|
|
282
|
+
var _ref100 = (0, _slicedToArray2.default)(_ref99, 1),
|
|
283
|
+
success = _ref100[0];
|
|
259
284
|
return (0, _manipulation.transparentize)(success, 0.25);
|
|
260
285
|
}, ['colors.success']),
|
|
261
|
-
filterButtonBadgeBackgroundHover: (0, _utils.computed)(function (
|
|
262
|
-
var
|
|
263
|
-
lightShade =
|
|
286
|
+
filterButtonBadgeBackgroundHover: (0, _utils.computed)(function (_ref101) {
|
|
287
|
+
var _ref102 = (0, _slicedToArray2.default)(_ref101, 1),
|
|
288
|
+
lightShade = _ref102[0];
|
|
264
289
|
return (0, _manipulation.tint)(lightShade, 0.3);
|
|
265
290
|
}, ['colors.lightShade']),
|
|
266
|
-
filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (
|
|
267
|
-
var
|
|
268
|
-
disabled =
|
|
291
|
+
filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (_ref103) {
|
|
292
|
+
var _ref104 = (0, _slicedToArray2.default)(_ref103, 1),
|
|
293
|
+
disabled = _ref104[0];
|
|
269
294
|
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
270
295
|
}, ['colors.disabled']),
|
|
271
|
-
flyoutFooterBackground: (0, _utils.computed)(function (
|
|
272
|
-
var
|
|
273
|
-
lightestShade =
|
|
296
|
+
flyoutFooterBackground: (0, _utils.computed)(function (_ref105) {
|
|
297
|
+
var _ref106 = (0, _slicedToArray2.default)(_ref105, 1),
|
|
298
|
+
lightestShade = _ref106[0];
|
|
274
299
|
return lightestShade;
|
|
275
300
|
}, ['colors.lightestShade']),
|
|
276
|
-
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (
|
|
277
|
-
var
|
|
278
|
-
emptyShade =
|
|
301
|
+
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (_ref107) {
|
|
302
|
+
var _ref108 = (0, _slicedToArray2.default)(_ref107, 1),
|
|
303
|
+
emptyShade = _ref108[0];
|
|
279
304
|
return (0, _manipulation.transparentize)(emptyShade, 0.9);
|
|
280
305
|
}, ['colors.emptyShade']),
|
|
281
|
-
headerBackground: (0, _utils.computed)(function (
|
|
282
|
-
var
|
|
283
|
-
emptyShade =
|
|
306
|
+
headerBackground: (0, _utils.computed)(function (_ref109) {
|
|
307
|
+
var _ref110 = (0, _slicedToArray2.default)(_ref109, 1),
|
|
308
|
+
emptyShade = _ref110[0];
|
|
284
309
|
return emptyShade;
|
|
285
310
|
}, ['colors.emptyShade']),
|
|
286
|
-
headerDarkBackground: (0, _utils.computed)(function (
|
|
287
|
-
var
|
|
288
|
-
darkestShade =
|
|
311
|
+
headerDarkBackground: (0, _utils.computed)(function (_ref111) {
|
|
312
|
+
var _ref112 = (0, _slicedToArray2.default)(_ref111, 1),
|
|
313
|
+
darkestShade = _ref112[0];
|
|
289
314
|
return (0, _manipulation.shade)(darkestShade, 0.28);
|
|
290
315
|
}, ['colors.darkestShade']),
|
|
291
|
-
headerDarkSearchBorderColor: (0, _utils.computed)(function (
|
|
292
|
-
var
|
|
293
|
-
ghost =
|
|
316
|
+
headerDarkSearchBorderColor: (0, _utils.computed)(function (_ref113) {
|
|
317
|
+
var _ref114 = (0, _slicedToArray2.default)(_ref113, 1),
|
|
318
|
+
ghost = _ref114[0];
|
|
294
319
|
return (0, _manipulation.transparentize)(ghost, 0.3);
|
|
295
320
|
}, ['colors.ghost']),
|
|
296
|
-
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (
|
|
297
|
-
var
|
|
298
|
-
primary =
|
|
321
|
+
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (_ref115) {
|
|
322
|
+
var _ref116 = (0, _slicedToArray2.default)(_ref115, 1),
|
|
323
|
+
primary = _ref116[0];
|
|
299
324
|
return (0, _manipulation.shade)(primary, 0.5);
|
|
300
325
|
}, ['colors.primary']),
|
|
301
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (
|
|
302
|
-
var
|
|
303
|
-
disabled =
|
|
326
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref117) {
|
|
327
|
+
var _ref118 = (0, _slicedToArray2.default)(_ref117, 1),
|
|
328
|
+
disabled = _ref118[0];
|
|
304
329
|
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
305
330
|
}, ['colors.disabled']),
|
|
306
|
-
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (
|
|
307
|
-
var
|
|
308
|
-
lightShade =
|
|
331
|
+
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (_ref119) {
|
|
332
|
+
var _ref120 = (0, _slicedToArray2.default)(_ref119, 1),
|
|
333
|
+
lightShade = _ref120[0];
|
|
309
334
|
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
310
335
|
}, ['colors.lightShade']),
|
|
311
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (
|
|
312
|
-
var
|
|
313
|
-
primary =
|
|
336
|
+
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref121) {
|
|
337
|
+
var _ref122 = (0, _slicedToArray2.default)(_ref121, 1),
|
|
338
|
+
primary = _ref122[0];
|
|
314
339
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
315
340
|
}, ['colors.primary']),
|
|
316
|
-
listGroupItemBackgroundHover: (0, _utils.computed)(function (
|
|
317
|
-
var
|
|
318
|
-
lightShade =
|
|
341
|
+
listGroupItemBackgroundHover: (0, _utils.computed)(function (_ref123) {
|
|
342
|
+
var _ref124 = (0, _slicedToArray2.default)(_ref123, 1),
|
|
343
|
+
lightShade = _ref124[0];
|
|
319
344
|
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
320
345
|
}, ['colors.lightShade']),
|
|
321
|
-
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (
|
|
322
|
-
var
|
|
323
|
-
primary =
|
|
346
|
+
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (_ref125) {
|
|
347
|
+
var _ref126 = (0, _slicedToArray2.default)(_ref125, 1),
|
|
348
|
+
primary = _ref126[0];
|
|
324
349
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
325
350
|
}, ['colors.primary']),
|
|
326
|
-
loadingSpinnerBorder: (0, _utils.computed)(function (
|
|
327
|
-
var
|
|
328
|
-
lightShade =
|
|
351
|
+
loadingSpinnerBorder: (0, _utils.computed)(function (_ref127) {
|
|
352
|
+
var _ref128 = (0, _slicedToArray2.default)(_ref127, 1),
|
|
353
|
+
lightShade = _ref128[0];
|
|
329
354
|
return lightShade;
|
|
330
355
|
}, ['colors.lightShade']),
|
|
331
|
-
loadingSpinnerHighlight: (0, _utils.computed)(function (
|
|
332
|
-
var
|
|
333
|
-
primary =
|
|
356
|
+
loadingSpinnerHighlight: (0, _utils.computed)(function (_ref129) {
|
|
357
|
+
var _ref130 = (0, _slicedToArray2.default)(_ref129, 1),
|
|
358
|
+
primary = _ref130[0];
|
|
334
359
|
return primary;
|
|
335
360
|
}, ['colors.primary']),
|
|
336
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (
|
|
337
|
-
var
|
|
338
|
-
lightShade =
|
|
361
|
+
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref131) {
|
|
362
|
+
var _ref132 = (0, _slicedToArray2.default)(_ref131, 1),
|
|
363
|
+
lightShade = _ref132[0];
|
|
339
364
|
return lightShade;
|
|
340
365
|
}, ['colors.lightShade']),
|
|
341
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (
|
|
342
|
-
var
|
|
343
|
-
lightShade =
|
|
366
|
+
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref133) {
|
|
367
|
+
var _ref134 = (0, _slicedToArray2.default)(_ref133, 1),
|
|
368
|
+
lightShade = _ref134[0];
|
|
344
369
|
return (0, _manipulation.shade)(lightShade, 0.04);
|
|
345
370
|
}, ['colors.lightShade']),
|
|
346
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (
|
|
347
|
-
var
|
|
348
|
-
lightShade =
|
|
371
|
+
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref135) {
|
|
372
|
+
var _ref136 = (0, _slicedToArray2.default)(_ref135, 1),
|
|
373
|
+
lightShade = _ref136[0];
|
|
349
374
|
return (0, _manipulation.shade)(lightShade, 0.08);
|
|
350
375
|
}, ['colors.lightShade']),
|
|
351
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (
|
|
352
|
-
var
|
|
353
|
-
lightShade =
|
|
376
|
+
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref137) {
|
|
377
|
+
var _ref138 = (0, _slicedToArray2.default)(_ref137, 1),
|
|
378
|
+
lightShade = _ref138[0];
|
|
354
379
|
return (0, _manipulation.shade)(lightShade, 0.12);
|
|
355
380
|
}, ['colors.lightShade']),
|
|
356
|
-
markBackground: (0, _utils.computed)(function (
|
|
357
|
-
var
|
|
358
|
-
primary =
|
|
381
|
+
markBackground: (0, _utils.computed)(function (_ref139) {
|
|
382
|
+
var _ref140 = (0, _slicedToArray2.default)(_ref139, 1),
|
|
383
|
+
primary = _ref140[0];
|
|
359
384
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
360
385
|
}, ['colors.primary']),
|
|
361
|
-
markdownFormatTableBorderColor: (0, _utils.computed)(function (
|
|
362
|
-
var
|
|
363
|
-
fullShade =
|
|
386
|
+
markdownFormatTableBorderColor: (0, _utils.computed)(function (_ref141) {
|
|
387
|
+
var _ref142 = (0, _slicedToArray2.default)(_ref141, 1),
|
|
388
|
+
fullShade = _ref142[0];
|
|
364
389
|
return (0, _manipulation.transparentize)(fullShade, 0.15);
|
|
365
390
|
}, ['colors.fullShade']),
|
|
366
|
-
overlayMaskBackground: (0, _utils.computed)(function (
|
|
367
|
-
var
|
|
368
|
-
backgroundBaseInteractiveOverlay =
|
|
391
|
+
overlayMaskBackground: (0, _utils.computed)(function (_ref143) {
|
|
392
|
+
var _ref144 = (0, _slicedToArray2.default)(_ref143, 1),
|
|
393
|
+
backgroundBaseInteractiveOverlay = _ref144[0];
|
|
369
394
|
return backgroundBaseInteractiveOverlay;
|
|
370
395
|
}, ['colors.backgroundBaseInteractiveOverlay']),
|
|
371
|
-
overlayMaskBackgroundHighContrast: (0, _utils.computed)(function (
|
|
372
|
-
var
|
|
373
|
-
ink =
|
|
396
|
+
overlayMaskBackgroundHighContrast: (0, _utils.computed)(function (_ref145) {
|
|
397
|
+
var _ref146 = (0, _slicedToArray2.default)(_ref145, 1),
|
|
398
|
+
ink = _ref146[0];
|
|
374
399
|
return (0, _manipulation.transparentize)(ink, 0.85);
|
|
375
400
|
}, ['colors.ink']),
|
|
376
|
-
popoverPanelBackground: (0, _utils.computed)(function (
|
|
377
|
-
var
|
|
378
|
-
emptyShade =
|
|
401
|
+
popoverPanelBackground: (0, _utils.computed)(function (_ref147) {
|
|
402
|
+
var _ref148 = (0, _slicedToArray2.default)(_ref147, 1),
|
|
403
|
+
emptyShade = _ref148[0];
|
|
379
404
|
return emptyShade;
|
|
380
405
|
}, ['colors.emptyShade']),
|
|
381
|
-
popoverFooterBorderColor: (0, _utils.computed)(function (
|
|
382
|
-
var
|
|
383
|
-
color =
|
|
406
|
+
popoverFooterBorderColor: (0, _utils.computed)(function (_ref149) {
|
|
407
|
+
var _ref150 = (0, _slicedToArray2.default)(_ref149, 1),
|
|
408
|
+
color = _ref150[0];
|
|
384
409
|
return color;
|
|
385
410
|
}, ['border.color']),
|
|
386
|
-
scrollbarTrackColor: (0, _utils.computed)(function (
|
|
387
|
-
var
|
|
388
|
-
body =
|
|
411
|
+
scrollbarTrackColor: (0, _utils.computed)(function (_ref151) {
|
|
412
|
+
var _ref152 = (0, _slicedToArray2.default)(_ref151, 1),
|
|
413
|
+
body = _ref152[0];
|
|
389
414
|
return (0, _manipulation.shade)(body, 0.03);
|
|
390
415
|
}, ['colors.body']),
|
|
391
|
-
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (
|
|
392
|
-
var
|
|
393
|
-
lightShade =
|
|
416
|
+
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (_ref153) {
|
|
417
|
+
var _ref154 = (0, _slicedToArray2.default)(_ref153, 1),
|
|
418
|
+
lightShade = _ref154[0];
|
|
394
419
|
return (0, _manipulation.transparentize)(lightShade, 0.3);
|
|
395
420
|
}, ['colors.lightShade']),
|
|
396
|
-
selectableListItemBorderColor: (0, _utils.computed)(function (
|
|
397
|
-
var
|
|
398
|
-
color =
|
|
421
|
+
selectableListItemBorderColor: (0, _utils.computed)(function (_ref155) {
|
|
422
|
+
var _ref156 = (0, _slicedToArray2.default)(_ref155, 1),
|
|
423
|
+
color = _ref156[0];
|
|
399
424
|
return (0, _manipulation.transparentize)(color, 0.4);
|
|
400
425
|
}, ['border.color']),
|
|
401
|
-
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (
|
|
402
|
-
var
|
|
403
|
-
emptyShade =
|
|
426
|
+
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref157) {
|
|
427
|
+
var _ref158 = (0, _slicedToArray2.default)(_ref157, 1),
|
|
428
|
+
emptyShade = _ref158[0];
|
|
404
429
|
return emptyShade;
|
|
405
430
|
}, ['colors.emptyShade']),
|
|
406
|
-
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (
|
|
407
|
-
var
|
|
408
|
-
success =
|
|
431
|
+
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref159) {
|
|
432
|
+
var _ref160 = (0, _slicedToArray2.default)(_ref159, 1),
|
|
433
|
+
success = _ref160[0];
|
|
409
434
|
return (0, _manipulation.tint)(success, 0.9);
|
|
410
435
|
}, ['colors.success']),
|
|
411
|
-
switchBackgroundOn: (0, _utils.computed)(function (
|
|
412
|
-
var
|
|
413
|
-
primary =
|
|
436
|
+
switchBackgroundOn: (0, _utils.computed)(function (_ref161) {
|
|
437
|
+
var _ref162 = (0, _slicedToArray2.default)(_ref161, 1),
|
|
438
|
+
primary = _ref162[0];
|
|
414
439
|
return primary;
|
|
415
440
|
}, ['colors.primary']),
|
|
416
|
-
switchBackgroundOff: (0, _utils.computed)(function (
|
|
417
|
-
var
|
|
418
|
-
lightestShade =
|
|
441
|
+
switchBackgroundOff: (0, _utils.computed)(function (_ref163) {
|
|
442
|
+
var _ref164 = (0, _slicedToArray2.default)(_ref163, 1),
|
|
443
|
+
lightestShade = _ref164[0];
|
|
419
444
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
420
445
|
}, ['colors.lightestShade']),
|
|
421
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
422
|
-
var
|
|
423
|
-
lightShade =
|
|
446
|
+
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref165) {
|
|
447
|
+
var _ref166 = (0, _slicedToArray2.default)(_ref165, 1),
|
|
448
|
+
lightShade = _ref166[0];
|
|
424
449
|
return (0, _manipulation.tint)(lightShade, 0.5);
|
|
425
450
|
}, ['colors.lightShade']),
|
|
426
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
427
|
-
var
|
|
428
|
-
lightShade =
|
|
451
|
+
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref167) {
|
|
452
|
+
var _ref168 = (0, _slicedToArray2.default)(_ref167, 1),
|
|
453
|
+
lightShade = _ref168[0];
|
|
429
454
|
return (0, _manipulation.tint)(lightShade, 0.25);
|
|
430
455
|
}, ['colors.lightShade']),
|
|
431
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (
|
|
432
|
-
var
|
|
433
|
-
lightShade =
|
|
456
|
+
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref169) {
|
|
457
|
+
var _ref170 = (0, _slicedToArray2.default)(_ref169, 1),
|
|
458
|
+
lightShade = _ref170[0];
|
|
434
459
|
return (0, _manipulation.tint)(lightShade, 0);
|
|
435
460
|
}, ['colors.lightShade']),
|
|
436
461
|
switchThumbBackgroundDisabled: 'transparent',
|
|
437
|
-
switchThumbBorderOn: (0, _utils.computed)(function (
|
|
438
|
-
var
|
|
439
|
-
lightestShade =
|
|
462
|
+
switchThumbBorderOn: (0, _utils.computed)(function (_ref171) {
|
|
463
|
+
var _ref172 = (0, _slicedToArray2.default)(_ref171, 1),
|
|
464
|
+
lightestShade = _ref172[0];
|
|
440
465
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
441
466
|
}, ['colors.lightestShade']),
|
|
442
|
-
switchThumbBorderOff: (0, _utils.computed)(function (
|
|
443
|
-
var
|
|
444
|
-
lightestShade =
|
|
467
|
+
switchThumbBorderOff: (0, _utils.computed)(function (_ref173) {
|
|
468
|
+
var _ref174 = (0, _slicedToArray2.default)(_ref173, 1),
|
|
469
|
+
lightestShade = _ref174[0];
|
|
445
470
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
446
471
|
}, ['colors.lightestShade']),
|
|
447
|
-
switchIconDisabled: (0, _utils.computed)(function (
|
|
448
|
-
var
|
|
449
|
-
lightestShade =
|
|
472
|
+
switchIconDisabled: (0, _utils.computed)(function (_ref175) {
|
|
473
|
+
var _ref176 = (0, _slicedToArray2.default)(_ref175, 1),
|
|
474
|
+
lightestShade = _ref176[0];
|
|
450
475
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
451
476
|
}, ['colors.lightestShade']),
|
|
452
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (
|
|
453
|
-
var
|
|
454
|
-
lightestShade =
|
|
477
|
+
tableRowBackgroundHover: (0, _utils.computed)(function (_ref177) {
|
|
478
|
+
var _ref178 = (0, _slicedToArray2.default)(_ref177, 1),
|
|
479
|
+
lightestShade = _ref178[0];
|
|
455
480
|
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
456
481
|
}, ['colors.lightestShade']),
|
|
457
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (
|
|
458
|
-
var
|
|
459
|
-
primary =
|
|
482
|
+
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref179) {
|
|
483
|
+
var _ref180 = (0, _slicedToArray2.default)(_ref179, 1),
|
|
484
|
+
primary = _ref180[0];
|
|
460
485
|
return (0, _manipulation.tint)(primary, 0.96);
|
|
461
486
|
}, ['colors.primary']),
|
|
462
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (
|
|
463
|
-
var
|
|
464
|
-
primary =
|
|
487
|
+
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref181) {
|
|
488
|
+
var _ref182 = (0, _slicedToArray2.default)(_ref181, 1),
|
|
489
|
+
primary = _ref182[0];
|
|
465
490
|
return (0, _manipulation.tint)(primary, 0.9);
|
|
466
491
|
}, ['colors.primary']),
|
|
467
|
-
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (
|
|
468
|
-
var
|
|
469
|
-
primary =
|
|
492
|
+
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (_ref183) {
|
|
493
|
+
var _ref184 = (0, _slicedToArray2.default)(_ref183, 1),
|
|
494
|
+
primary = _ref184[0];
|
|
470
495
|
return (0, _manipulation.transparentize)(primary, 0.05);
|
|
471
496
|
}, ['colors.primary']),
|
|
472
|
-
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (
|
|
473
|
-
var
|
|
474
|
-
primary =
|
|
497
|
+
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (_ref185) {
|
|
498
|
+
var _ref186 = (0, _slicedToArray2.default)(_ref185, 1),
|
|
499
|
+
primary = _ref186[0];
|
|
475
500
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
476
501
|
}, ['colors.primary']),
|
|
477
|
-
|
|
478
|
-
var
|
|
479
|
-
|
|
480
|
-
|
|
502
|
+
tableRowBackgroundMarked: (0, _utils.computed)(function (_ref187) {
|
|
503
|
+
var _ref188 = (0, _slicedToArray2.default)(_ref187, 1),
|
|
504
|
+
highlight = _ref188[0];
|
|
505
|
+
return highlight;
|
|
506
|
+
}, ['colors.highlight']),
|
|
507
|
+
tableRowBackgroundMarkedHover: (0, _utils.computed)(function (_ref189) {
|
|
508
|
+
var _ref190 = (0, _slicedToArray2.default)(_ref189, 1),
|
|
509
|
+
highlight = _ref190[0];
|
|
510
|
+
return highlight;
|
|
511
|
+
}, ['colors.highlight']),
|
|
512
|
+
tableCellSortableIconColor: (0, _utils.computed)(function (_ref191) {
|
|
513
|
+
var _ref192 = (0, _slicedToArray2.default)(_ref191, 2),
|
|
514
|
+
emptyShade = _ref192[0],
|
|
515
|
+
subduedText = _ref192[1];
|
|
481
516
|
var color = (0, _manipulation.tint)(subduedText, 0.9);
|
|
482
517
|
return (0, _contrast.makeHighContrastColor)(
|
|
483
518
|
// Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
|
|
484
519
|
color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
|
|
485
520
|
)(emptyShade);
|
|
486
521
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
487
|
-
tooltipBackground: (0, _utils.computed)(function (
|
|
488
|
-
var
|
|
489
|
-
fullShade =
|
|
522
|
+
tooltipBackground: (0, _utils.computed)(function (_ref193) {
|
|
523
|
+
var _ref194 = (0, _slicedToArray2.default)(_ref193, 1),
|
|
524
|
+
fullShade = _ref194[0];
|
|
490
525
|
return (0, _manipulation.tint)(fullShade, 0.25);
|
|
491
526
|
}, ['colors.fullShade']),
|
|
492
|
-
tooltipBorder: (0, _utils.computed)(function (
|
|
493
|
-
var
|
|
494
|
-
fullShade =
|
|
527
|
+
tooltipBorder: (0, _utils.computed)(function (_ref195) {
|
|
528
|
+
var _ref196 = (0, _slicedToArray2.default)(_ref195, 1),
|
|
529
|
+
fullShade = _ref196[0];
|
|
495
530
|
return (0, _manipulation.tint)(fullShade, 0.35);
|
|
496
531
|
}, ['colors.fullShade']),
|
|
497
|
-
tooltipBorderFloating: (0, _utils.computed)(function (
|
|
498
|
-
var
|
|
499
|
-
borderBaseFloating =
|
|
532
|
+
tooltipBorderFloating: (0, _utils.computed)(function (_ref197) {
|
|
533
|
+
var _ref198 = (0, _slicedToArray2.default)(_ref197, 1),
|
|
534
|
+
borderBaseFloating = _ref198[0];
|
|
500
535
|
return borderBaseFloating;
|
|
501
536
|
}, ['colors.borderBaseFloating']),
|
|
502
|
-
tourFooterBackground: (0, _utils.computed)(function (
|
|
503
|
-
var
|
|
504
|
-
lightestShade =
|
|
537
|
+
tourFooterBackground: (0, _utils.computed)(function (_ref199) {
|
|
538
|
+
var _ref200 = (0, _slicedToArray2.default)(_ref199, 1),
|
|
539
|
+
lightestShade = _ref200[0];
|
|
505
540
|
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
506
541
|
}, ['colors.lightestShade']),
|
|
507
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (
|
|
508
|
-
var
|
|
509
|
-
text =
|
|
542
|
+
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref201) {
|
|
543
|
+
var _ref202 = (0, _slicedToArray2.default)(_ref201, 1),
|
|
544
|
+
text = _ref202[0];
|
|
510
545
|
return (0, _manipulation.transparentize)(text, 0.1);
|
|
511
546
|
}, ['colors.text'])
|
|
512
547
|
};
|
|
@@ -515,171 +550,171 @@ var components = exports.components = {
|
|
|
515
550
|
forms: _forms.forms,
|
|
516
551
|
LIGHT: component_colors,
|
|
517
552
|
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
518
|
-
badgeBorderColorHollow: (0, _utils.computed)(function (
|
|
519
|
-
var
|
|
520
|
-
color =
|
|
553
|
+
badgeBorderColorHollow: (0, _utils.computed)(function (_ref203) {
|
|
554
|
+
var _ref204 = (0, _slicedToArray2.default)(_ref203, 1),
|
|
555
|
+
color = _ref204[0];
|
|
521
556
|
return (0, _manipulation.tint)(color, 0.15);
|
|
522
557
|
}, ['border.color']),
|
|
523
|
-
breadcrumbsApplicationBackground: (0, _utils.computed)(function (
|
|
524
|
-
var
|
|
525
|
-
darkestShade =
|
|
558
|
+
breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref205) {
|
|
559
|
+
var _ref206 = (0, _slicedToArray2.default)(_ref205, 1),
|
|
560
|
+
darkestShade = _ref206[0];
|
|
526
561
|
return (0, _manipulation.shade)(darkestShade, 0.7);
|
|
527
562
|
}, ['colors.darkestShade']),
|
|
528
|
-
breadcrumbsApplicationColor: (0, _utils.computed)(function (
|
|
529
|
-
var
|
|
530
|
-
darkestShade =
|
|
563
|
+
breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref207) {
|
|
564
|
+
var _ref208 = (0, _slicedToArray2.default)(_ref207, 1),
|
|
565
|
+
darkestShade = _ref208[0];
|
|
531
566
|
return (0, _manipulation.shade)(darkestShade, 0.2);
|
|
532
567
|
}, ['colors.darkestShade']),
|
|
533
|
-
collapsibleNavGroupBackground: (0, _utils.computed)(function (
|
|
534
|
-
var
|
|
535
|
-
lightestShade =
|
|
568
|
+
collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref209) {
|
|
569
|
+
var _ref210 = (0, _slicedToArray2.default)(_ref209, 1),
|
|
570
|
+
lightestShade = _ref210[0];
|
|
536
571
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
537
572
|
}, ['colors.lightestShade']),
|
|
538
|
-
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (
|
|
539
|
-
var
|
|
540
|
-
lightestShade =
|
|
573
|
+
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref211) {
|
|
574
|
+
var _ref212 = (0, _slicedToArray2.default)(_ref211, 1),
|
|
575
|
+
lightestShade = _ref212[0];
|
|
541
576
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
542
577
|
}, ['colors.lightestShade']),
|
|
543
|
-
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (
|
|
544
|
-
var
|
|
545
|
-
color =
|
|
578
|
+
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref213) {
|
|
579
|
+
var _ref214 = (0, _slicedToArray2.default)(_ref213, 1),
|
|
580
|
+
color = _ref214[0];
|
|
546
581
|
return (0, _manipulation.shade)(color, 0.3);
|
|
547
582
|
}, ['border.color']),
|
|
548
|
-
headerDarkBackground: (0, _utils.computed)(function (
|
|
549
|
-
var
|
|
550
|
-
lightestShade =
|
|
583
|
+
headerDarkBackground: (0, _utils.computed)(function (_ref215) {
|
|
584
|
+
var _ref216 = (0, _slicedToArray2.default)(_ref215, 1),
|
|
585
|
+
lightestShade = _ref216[0];
|
|
551
586
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
552
587
|
}, ['colors.lightestShade']),
|
|
553
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (
|
|
554
|
-
var
|
|
555
|
-
disabled =
|
|
588
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref217) {
|
|
589
|
+
var _ref218 = (0, _slicedToArray2.default)(_ref217, 1),
|
|
590
|
+
disabled = _ref218[0];
|
|
556
591
|
return (0, _manipulation.transparentize)(disabled, 0.2);
|
|
557
592
|
}, ['colors.disabled']),
|
|
558
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (
|
|
559
|
-
var
|
|
560
|
-
lightShade =
|
|
593
|
+
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref219) {
|
|
594
|
+
var _ref220 = (0, _slicedToArray2.default)(_ref219, 1),
|
|
595
|
+
lightShade = _ref220[0];
|
|
561
596
|
return (0, _manipulation.transparentize)(lightShade, 0.4);
|
|
562
597
|
}, ['colors.lightShade']),
|
|
563
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (
|
|
564
|
-
var
|
|
565
|
-
lightShade =
|
|
598
|
+
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref221) {
|
|
599
|
+
var _ref222 = (0, _slicedToArray2.default)(_ref221, 1),
|
|
600
|
+
lightShade = _ref222[0];
|
|
566
601
|
return lightShade;
|
|
567
602
|
}, ['colors.lightShade']),
|
|
568
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (
|
|
569
|
-
var
|
|
570
|
-
lightShade =
|
|
603
|
+
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref223) {
|
|
604
|
+
var _ref224 = (0, _slicedToArray2.default)(_ref223, 1),
|
|
605
|
+
lightShade = _ref224[0];
|
|
571
606
|
return (0, _manipulation.tint)(lightShade, 0.04);
|
|
572
607
|
}, ['colors.lightShade']),
|
|
573
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (
|
|
574
|
-
var
|
|
575
|
-
lightShade =
|
|
608
|
+
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref225) {
|
|
609
|
+
var _ref226 = (0, _slicedToArray2.default)(_ref225, 1),
|
|
610
|
+
lightShade = _ref226[0];
|
|
576
611
|
return (0, _manipulation.tint)(lightShade, 0.08);
|
|
577
612
|
}, ['colors.lightShade']),
|
|
578
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (
|
|
579
|
-
var
|
|
580
|
-
lightShade =
|
|
613
|
+
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref227) {
|
|
614
|
+
var _ref228 = (0, _slicedToArray2.default)(_ref227, 1),
|
|
615
|
+
lightShade = _ref228[0];
|
|
581
616
|
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
582
617
|
}, ['colors.lightShade']),
|
|
583
|
-
markBackground: (0, _utils.computed)(function (
|
|
584
|
-
var
|
|
585
|
-
primary =
|
|
618
|
+
markBackground: (0, _utils.computed)(function (_ref229) {
|
|
619
|
+
var _ref230 = (0, _slicedToArray2.default)(_ref229, 1),
|
|
620
|
+
primary = _ref230[0];
|
|
586
621
|
return (0, _manipulation.transparentize)(primary, 0.3);
|
|
587
622
|
}, ['colors.primary']),
|
|
588
|
-
popoverPanelBackground: (0, _utils.computed)(function (
|
|
589
|
-
var
|
|
590
|
-
emptyShade =
|
|
623
|
+
popoverPanelBackground: (0, _utils.computed)(function (_ref231) {
|
|
624
|
+
var _ref232 = (0, _slicedToArray2.default)(_ref231, 1),
|
|
625
|
+
emptyShade = _ref232[0];
|
|
591
626
|
return (0, _manipulation.tint)(emptyShade, 0.025);
|
|
592
627
|
}, ['colors.emptyShade']),
|
|
593
|
-
scrollbarTrackColor: (0, _utils.computed)(function (
|
|
594
|
-
var
|
|
595
|
-
body =
|
|
628
|
+
scrollbarTrackColor: (0, _utils.computed)(function (_ref233) {
|
|
629
|
+
var _ref234 = (0, _slicedToArray2.default)(_ref233, 1),
|
|
630
|
+
body = _ref234[0];
|
|
596
631
|
return (0, _manipulation.tint)(body, 0.07);
|
|
597
632
|
}, ['colors.body']),
|
|
598
|
-
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (
|
|
599
|
-
var
|
|
600
|
-
lightShade =
|
|
633
|
+
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref235) {
|
|
634
|
+
var _ref236 = (0, _slicedToArray2.default)(_ref235, 1),
|
|
635
|
+
lightShade = _ref236[0];
|
|
601
636
|
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
602
637
|
}, ['colors.lightShade']),
|
|
603
|
-
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (
|
|
604
|
-
var
|
|
605
|
-
success =
|
|
638
|
+
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref237) {
|
|
639
|
+
var _ref238 = (0, _slicedToArray2.default)(_ref237, 1),
|
|
640
|
+
success = _ref238[0];
|
|
606
641
|
return (0, _manipulation.shade)(success, 0.7);
|
|
607
642
|
}, ['colors.success']),
|
|
608
|
-
switchBackgroundOff: (0, _utils.computed)(function (
|
|
609
|
-
var
|
|
610
|
-
lightestShade =
|
|
643
|
+
switchBackgroundOff: (0, _utils.computed)(function (_ref239) {
|
|
644
|
+
var _ref240 = (0, _slicedToArray2.default)(_ref239, 1),
|
|
645
|
+
lightestShade = _ref240[0];
|
|
611
646
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
612
647
|
}, ['colors.lightestShade']),
|
|
613
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
614
|
-
var
|
|
615
|
-
lightShade =
|
|
648
|
+
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref241) {
|
|
649
|
+
var _ref242 = (0, _slicedToArray2.default)(_ref241, 1),
|
|
650
|
+
lightShade = _ref242[0];
|
|
616
651
|
return lightShade;
|
|
617
652
|
}, ['colors.lightShade']),
|
|
618
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
619
|
-
var
|
|
620
|
-
lightShade =
|
|
653
|
+
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref243) {
|
|
654
|
+
var _ref244 = (0, _slicedToArray2.default)(_ref243, 1),
|
|
655
|
+
lightShade = _ref244[0];
|
|
621
656
|
return lightShade;
|
|
622
657
|
}, ['colors.lightShade']),
|
|
623
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (
|
|
624
|
-
var
|
|
625
|
-
lightShade =
|
|
658
|
+
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref245) {
|
|
659
|
+
var _ref246 = (0, _slicedToArray2.default)(_ref245, 1),
|
|
660
|
+
lightShade = _ref246[0];
|
|
626
661
|
return lightShade;
|
|
627
662
|
}, ['colors.lightShade']),
|
|
628
|
-
switchThumbBorderOn: (0, _utils.computed)(function (
|
|
629
|
-
var
|
|
630
|
-
lightestShade =
|
|
663
|
+
switchThumbBorderOn: (0, _utils.computed)(function (_ref247) {
|
|
664
|
+
var _ref248 = (0, _slicedToArray2.default)(_ref247, 1),
|
|
665
|
+
lightestShade = _ref248[0];
|
|
631
666
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
632
667
|
}, ['colors.lightestShade']),
|
|
633
|
-
switchThumbBorderOff: (0, _utils.computed)(function (
|
|
634
|
-
var
|
|
635
|
-
lightestShade =
|
|
668
|
+
switchThumbBorderOff: (0, _utils.computed)(function (_ref249) {
|
|
669
|
+
var _ref250 = (0, _slicedToArray2.default)(_ref249, 1),
|
|
670
|
+
lightestShade = _ref250[0];
|
|
636
671
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
637
672
|
}, ['colors.lightestShade']),
|
|
638
|
-
switchIconDisabled: (0, _utils.computed)(function (
|
|
639
|
-
var
|
|
640
|
-
lightestShade =
|
|
673
|
+
switchIconDisabled: (0, _utils.computed)(function (_ref251) {
|
|
674
|
+
var _ref252 = (0, _slicedToArray2.default)(_ref251, 1),
|
|
675
|
+
lightestShade = _ref252[0];
|
|
641
676
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
642
677
|
}, ['colors.lightestShade']),
|
|
643
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (
|
|
644
|
-
var
|
|
645
|
-
lightestShade =
|
|
678
|
+
tableRowBackgroundHover: (0, _utils.computed)(function (_ref253) {
|
|
679
|
+
var _ref254 = (0, _slicedToArray2.default)(_ref253, 1),
|
|
680
|
+
lightestShade = _ref254[0];
|
|
646
681
|
return lightestShade;
|
|
647
682
|
}, ['colors.lightestShade']),
|
|
648
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (
|
|
649
|
-
var
|
|
650
|
-
primary =
|
|
683
|
+
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref255) {
|
|
684
|
+
var _ref256 = (0, _slicedToArray2.default)(_ref255, 1),
|
|
685
|
+
primary = _ref256[0];
|
|
651
686
|
return (0, _manipulation.shade)(primary, 0.7);
|
|
652
687
|
}, ['colors.primary']),
|
|
653
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (
|
|
654
|
-
var
|
|
655
|
-
primary =
|
|
688
|
+
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref257) {
|
|
689
|
+
var _ref258 = (0, _slicedToArray2.default)(_ref257, 1),
|
|
690
|
+
primary = _ref258[0];
|
|
656
691
|
return (0, _manipulation.shade)(primary, 0.75);
|
|
657
692
|
}, ['colors.primary']),
|
|
658
|
-
tableCellSortableIconColor: (0, _utils.computed)(function (
|
|
659
|
-
var
|
|
660
|
-
emptyShade =
|
|
661
|
-
subduedText =
|
|
693
|
+
tableCellSortableIconColor: (0, _utils.computed)(function (_ref259) {
|
|
694
|
+
var _ref260 = (0, _slicedToArray2.default)(_ref259, 2),
|
|
695
|
+
emptyShade = _ref260[0],
|
|
696
|
+
subduedText = _ref260[1];
|
|
662
697
|
var color = (0, _manipulation.shade)(subduedText, 0.9);
|
|
663
698
|
return (0, _contrast.makeHighContrastColor)(color, 3)(emptyShade);
|
|
664
699
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
665
|
-
tooltipBackground: (0, _utils.computed)(function (
|
|
666
|
-
var
|
|
667
|
-
emptyShade =
|
|
700
|
+
tooltipBackground: (0, _utils.computed)(function (_ref261) {
|
|
701
|
+
var _ref262 = (0, _slicedToArray2.default)(_ref261, 1),
|
|
702
|
+
emptyShade = _ref262[0];
|
|
668
703
|
return (0, _manipulation.shade)(emptyShade, 1);
|
|
669
704
|
}, ['colors.emptyShade']),
|
|
670
|
-
tooltipBorder: (0, _utils.computed)(function (
|
|
671
|
-
var
|
|
672
|
-
fullShade =
|
|
705
|
+
tooltipBorder: (0, _utils.computed)(function (_ref263) {
|
|
706
|
+
var _ref264 = (0, _slicedToArray2.default)(_ref263, 1),
|
|
707
|
+
fullShade = _ref264[0];
|
|
673
708
|
return (0, _manipulation.shade)(fullShade, 0.8);
|
|
674
709
|
}, ['colors.fullShade']),
|
|
675
|
-
tourFooterBackground: (0, _utils.computed)(function (
|
|
676
|
-
var
|
|
677
|
-
lightestShade =
|
|
710
|
+
tourFooterBackground: (0, _utils.computed)(function (_ref265) {
|
|
711
|
+
var _ref266 = (0, _slicedToArray2.default)(_ref265, 1),
|
|
712
|
+
lightestShade = _ref266[0];
|
|
678
713
|
return (0, _manipulation.shade)(lightestShade, 0.45);
|
|
679
714
|
}, ['colors.lightestShade']),
|
|
680
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (
|
|
681
|
-
var
|
|
682
|
-
text =
|
|
715
|
+
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref267) {
|
|
716
|
+
var _ref268 = (0, _slicedToArray2.default)(_ref267, 1),
|
|
717
|
+
text = _ref268[0];
|
|
683
718
|
return (0, _manipulation.transparentize)(text, 0.2);
|
|
684
719
|
}, ['colors.text'])
|
|
685
720
|
})
|