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