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