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