@elastic/eui 107.0.1 → 108.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/badge/beta_badge/beta_badge.styles.js +1 -3
- package/es/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/es/components/button/button_display/_button_display.styles.js +1 -4
- package/es/components/button/button_display/_button_display_content.styles.js +1 -4
- package/es/components/button/button_empty/button_empty.styles.js +4 -7
- package/es/components/button/button_group/button_group.styles.js +2 -12
- package/es/components/button/button_group/button_group_button.js +2 -4
- package/es/components/button/button_group/button_group_button.styles.js +22 -36
- package/es/components/button/button_icon/button_icon.js +3 -6
- package/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/es/components/combo_box/combo_box_input/combo_box_input.js +62 -65
- package/es/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/es/components/datagrid/controls/column_selector.styles.js +1 -1
- package/es/components/datagrid/controls/column_sorting.styles.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +2 -15
- package/es/components/datagrid/data_grid.styles.js +0 -1
- package/es/components/date_picker/date_picker.styles.js +1 -4
- package/es/components/date_picker/date_picker_range.styles.js +4 -8
- package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +12 -26
- package/es/components/filter_group/filter_button.js +7 -10
- package/es/components/filter_group/filter_button.styles.js +28 -39
- package/es/components/filter_group/filter_group.styles.js +8 -29
- package/es/components/form/field_number/field_number.styles.js +1 -4
- package/es/components/form/field_text/field_text.styles.js +1 -4
- package/es/components/form/file_picker/file_picker.js +102 -107
- package/es/components/form/file_picker/file_picker.styles.js +5 -7
- package/es/components/form/form.styles.js +17 -40
- package/es/components/form/form_control_layout/form_control_layout.styles.js +9 -22
- package/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/es/components/form/form_control_layout/form_control_layout_delimited.js +6 -8
- package/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/es/components/form/form_control_layout/form_control_layout_icons.js +25 -47
- package/es/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/es/components/form/form_label/form_label.js +1 -1
- package/es/components/form/form_label/form_label.styles.js +1 -5
- package/es/components/form/range/range_input.styles.js +1 -3
- package/es/components/header/header.styles.js +4 -19
- package/es/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/es/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/es/components/modal/modal.js +23 -5
- package/es/components/panel/panel.styles.js +4 -12
- package/es/components/resizable_container/resizable_collapse_button.js +2 -3
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +4 -5
- package/es/components/toast/toast.styles.js +1 -3
- package/es/components/token/token.js +1 -3
- package/es/components/token/token.styles.js +2 -3
- package/es/components/token/token_map.js +1 -231
- package/es/global_styling/mixins/_button.js +14 -24
- package/es/index.js +0 -1
- package/es/services/color/eui_palettes.js +7 -21
- package/es/services/color/eui_palettes_hooks.js +6 -10
- package/es/services/color/vis_color_store.js +2 -2
- package/es/services/theme/provider.js +4 -9
- package/eui.d.ts +19 -2102
- package/lib/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/lib/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/lib/components/button/button_display/_button_display.styles.js +1 -4
- package/lib/components/button/button_display/_button_display_content.styles.js +1 -4
- package/lib/components/button/button_empty/button_empty.styles.js +4 -7
- package/lib/components/button/button_group/button_group.styles.js +2 -12
- package/lib/components/button/button_group/button_group_button.js +1 -3
- package/lib/components/button/button_group/button_group_button.styles.js +21 -35
- package/lib/components/button/button_icon/button_icon.js +1 -4
- package/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/lib/components/combo_box/combo_box_input/combo_box_input.js +61 -64
- package/lib/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/lib/components/datagrid/controls/column_selector.styles.js +2 -2
- package/lib/components/datagrid/controls/column_sorting.styles.js +2 -2
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -14
- package/lib/components/datagrid/data_grid.styles.js +0 -1
- package/lib/components/date_picker/date_picker.styles.js +1 -4
- package/lib/components/date_picker/date_picker_range.styles.js +4 -8
- package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +10 -24
- package/lib/components/filter_group/filter_button.js +6 -9
- package/lib/components/filter_group/filter_button.styles.js +27 -38
- package/lib/components/filter_group/filter_group.styles.js +8 -29
- package/lib/components/form/field_number/field_number.styles.js +1 -4
- package/lib/components/form/field_text/field_text.styles.js +1 -4
- package/lib/components/form/file_picker/file_picker.js +101 -106
- package/lib/components/form/file_picker/file_picker.styles.js +5 -7
- package/lib/components/form/form.styles.js +16 -39
- package/lib/components/form/form_control_layout/form_control_layout.styles.js +8 -21
- package/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/lib/components/form/form_control_layout/form_control_layout_delimited.js +5 -7
- package/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +24 -46
- package/lib/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/lib/components/form/form_label/form_label.js +1 -1
- package/lib/components/form/form_label/form_label.styles.js +1 -5
- package/lib/components/form/range/range_input.styles.js +1 -3
- package/lib/components/header/header.styles.js +2 -18
- package/lib/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/lib/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/lib/components/modal/modal.js +25 -5
- package/lib/components/panel/panel.styles.js +4 -12
- package/lib/components/resizable_container/resizable_collapse_button.js +1 -2
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -4
- package/lib/components/toast/toast.styles.js +1 -3
- package/lib/components/token/token.js +1 -3
- package/lib/components/token/token.styles.js +1 -2
- package/lib/components/token/token_map.js +2 -232
- package/lib/global_styling/mixins/_button.js +11 -21
- package/lib/index.js +0 -11
- package/lib/services/color/eui_palettes.js +7 -21
- package/lib/services/color/eui_palettes_hooks.js +6 -10
- package/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/theme/provider.js +4 -9
- package/optimize/es/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/optimize/es/components/button/button_display/_button_display.styles.js +1 -4
- package/optimize/es/components/button/button_display/_button_display_content.styles.js +1 -4
- package/optimize/es/components/button/button_empty/button_empty.styles.js +4 -7
- package/optimize/es/components/button/button_group/button_group.styles.js +2 -12
- package/optimize/es/components/button/button_group/button_group_button.js +2 -4
- package/optimize/es/components/button/button_group/button_group_button.styles.js +22 -36
- package/optimize/es/components/button/button_icon/button_icon.js +3 -6
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.js +62 -65
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/optimize/es/components/datagrid/controls/column_selector.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/column_sorting.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/data_grid_toolbar_control.js +2 -15
- package/optimize/es/components/datagrid/data_grid.styles.js +0 -1
- package/optimize/es/components/date_picker/date_picker.styles.js +1 -4
- package/optimize/es/components/date_picker/date_picker_range.styles.js +4 -8
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +12 -26
- package/optimize/es/components/filter_group/filter_button.js +7 -10
- package/optimize/es/components/filter_group/filter_button.styles.js +28 -39
- package/optimize/es/components/filter_group/filter_group.styles.js +8 -29
- package/optimize/es/components/form/field_number/field_number.styles.js +1 -4
- package/optimize/es/components/form/field_text/field_text.styles.js +1 -4
- package/optimize/es/components/form/file_picker/file_picker.js +102 -107
- package/optimize/es/components/form/file_picker/file_picker.styles.js +5 -7
- package/optimize/es/components/form/form.styles.js +17 -40
- package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +9 -22
- package/optimize/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.js +6 -8
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/optimize/es/components/form/form_control_layout/form_control_layout_icons.js +25 -47
- package/optimize/es/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/optimize/es/components/form/form_label/form_label.js +1 -1
- package/optimize/es/components/form/form_label/form_label.styles.js +1 -5
- package/optimize/es/components/form/range/range_input.styles.js +1 -3
- package/optimize/es/components/header/header.styles.js +4 -19
- package/optimize/es/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/optimize/es/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/optimize/es/components/modal/modal.js +17 -4
- package/optimize/es/components/panel/panel.styles.js +4 -12
- package/optimize/es/components/resizable_container/resizable_collapse_button.js +2 -3
- package/optimize/es/components/selectable/selectable_templates/selectable_template_sitewide.js +4 -5
- package/optimize/es/components/toast/toast.styles.js +1 -3
- package/optimize/es/components/token/token.js +1 -3
- package/optimize/es/components/token/token.styles.js +2 -3
- package/optimize/es/components/token/token_map.js +1 -231
- package/optimize/es/global_styling/mixins/_button.js +14 -24
- package/optimize/es/index.js +0 -1
- package/optimize/es/services/color/eui_palettes.js +7 -21
- package/optimize/es/services/color/eui_palettes_hooks.js +6 -10
- package/optimize/es/services/color/vis_color_store.js +2 -2
- package/optimize/es/services/theme/provider.js +4 -9
- package/optimize/lib/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/optimize/lib/components/button/button_display/_button_display.styles.js +1 -4
- package/optimize/lib/components/button/button_display/_button_display_content.styles.js +1 -4
- package/optimize/lib/components/button/button_empty/button_empty.styles.js +4 -7
- package/optimize/lib/components/button/button_group/button_group.styles.js +2 -12
- package/optimize/lib/components/button/button_group/button_group_button.js +1 -3
- package/optimize/lib/components/button/button_group/button_group_button.styles.js +21 -35
- package/optimize/lib/components/button/button_icon/button_icon.js +1 -4
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.js +61 -64
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/optimize/lib/components/datagrid/controls/column_selector.styles.js +2 -2
- package/optimize/lib/components/datagrid/controls/column_sorting.styles.js +2 -2
- package/optimize/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -14
- package/optimize/lib/components/datagrid/data_grid.styles.js +0 -1
- package/optimize/lib/components/date_picker/date_picker.styles.js +1 -4
- package/optimize/lib/components/date_picker/date_picker_range.styles.js +4 -8
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +10 -24
- package/optimize/lib/components/filter_group/filter_button.js +6 -9
- package/optimize/lib/components/filter_group/filter_button.styles.js +27 -38
- package/optimize/lib/components/filter_group/filter_group.styles.js +8 -29
- package/optimize/lib/components/form/field_number/field_number.styles.js +1 -4
- package/optimize/lib/components/form/field_text/field_text.styles.js +1 -4
- package/optimize/lib/components/form/file_picker/file_picker.js +101 -106
- package/optimize/lib/components/form/file_picker/file_picker.styles.js +5 -7
- package/optimize/lib/components/form/form.styles.js +16 -39
- package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +8 -21
- package/optimize/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.js +5 -7
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/optimize/lib/components/form/form_control_layout/form_control_layout_icons.js +24 -46
- package/optimize/lib/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/optimize/lib/components/form/form_label/form_label.js +1 -1
- package/optimize/lib/components/form/form_label/form_label.styles.js +1 -5
- package/optimize/lib/components/form/range/range_input.styles.js +1 -3
- package/optimize/lib/components/header/header.styles.js +2 -18
- package/optimize/lib/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/optimize/lib/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/optimize/lib/components/modal/modal.js +20 -4
- package/optimize/lib/components/panel/panel.styles.js +4 -12
- package/optimize/lib/components/resizable_container/resizable_collapse_button.js +1 -2
- package/optimize/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -4
- package/optimize/lib/components/toast/toast.styles.js +1 -3
- package/optimize/lib/components/token/token.js +1 -3
- package/optimize/lib/components/token/token.styles.js +1 -2
- package/optimize/lib/components/token/token_map.js +2 -232
- package/optimize/lib/global_styling/mixins/_button.js +11 -21
- package/optimize/lib/index.js +0 -11
- package/optimize/lib/services/color/eui_palettes.js +7 -21
- package/optimize/lib/services/color/eui_palettes_hooks.js +6 -10
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/theme/provider.js +4 -9
- package/package.json +5 -6
- package/test-env/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/test-env/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/test-env/components/button/button_display/_button_display.styles.js +1 -4
- package/test-env/components/button/button_display/_button_display_content.styles.js +1 -4
- package/test-env/components/button/button_empty/button_empty.styles.js +4 -7
- package/test-env/components/button/button_group/button_group.styles.js +2 -12
- package/test-env/components/button/button_group/button_group_button.js +1 -3
- package/test-env/components/button/button_group/button_group_button.styles.js +21 -35
- package/test-env/components/button/button_icon/button_icon.js +1 -4
- package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/test-env/components/combo_box/combo_box_input/combo_box_input.js +61 -64
- package/test-env/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/test-env/components/datagrid/controls/column_selector.styles.js +2 -2
- package/test-env/components/datagrid/controls/column_sorting.styles.js +2 -2
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -14
- package/test-env/components/datagrid/data_grid.styles.js +0 -1
- package/test-env/components/date_picker/date_picker.styles.js +1 -4
- package/test-env/components/date_picker/date_picker_range.styles.js +4 -8
- package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +10 -24
- package/test-env/components/filter_group/filter_button.js +6 -9
- package/test-env/components/filter_group/filter_button.styles.js +27 -38
- package/test-env/components/filter_group/filter_group.styles.js +8 -29
- package/test-env/components/form/field_number/field_number.styles.js +1 -4
- package/test-env/components/form/field_text/field_text.styles.js +1 -4
- package/test-env/components/form/file_picker/file_picker.js +101 -106
- package/test-env/components/form/file_picker/file_picker.styles.js +5 -7
- package/test-env/components/form/form.styles.js +16 -39
- package/test-env/components/form/form_control_layout/form_control_layout.styles.js +8 -21
- package/test-env/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.js +5 -7
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +24 -46
- package/test-env/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/test-env/components/form/form_label/form_label.js +1 -1
- package/test-env/components/form/form_label/form_label.styles.js +1 -5
- package/test-env/components/form/range/range_input.styles.js +1 -3
- package/test-env/components/header/header.styles.js +2 -18
- package/test-env/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/test-env/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/test-env/components/modal/modal.js +26 -5
- package/test-env/components/panel/panel.styles.js +4 -12
- package/test-env/components/resizable_container/resizable_collapse_button.js +1 -2
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -4
- package/test-env/components/toast/toast.styles.js +1 -3
- package/test-env/components/token/token.js +1 -3
- package/test-env/components/token/token.styles.js +1 -2
- package/test-env/components/token/token_map.js +2 -232
- package/test-env/global_styling/mixins/_button.js +11 -21
- package/test-env/index.js +0 -11
- package/test-env/services/breakpoint/current_breakpoint_hook.js +1 -1
- package/test-env/services/color/eui_palettes.js +7 -21
- package/test-env/services/color/eui_palettes_hooks.js +6 -10
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/theme/provider.js +4 -9
- package/dist/eui_theme_amsterdam_dark.json +0 -463
- package/dist/eui_theme_amsterdam_dark.json.d.ts +0 -466
- package/dist/eui_theme_amsterdam_light.json +0 -463
- package/dist/eui_theme_amsterdam_light.json.d.ts +0 -466
- package/dist/eui_theme_borealis_dark.json +0 -463
- package/dist/eui_theme_borealis_dark.json.d.ts +0 -466
- package/dist/eui_theme_borealis_light.json +0 -463
- package/dist/eui_theme_borealis_light.json.d.ts +0 -466
- package/es/themes/amsterdam/global_styling/functions/index.js +0 -9
- package/es/themes/amsterdam/global_styling/functions/shadows.js +0 -9
- package/es/themes/amsterdam/global_styling/mixins/button.js +0 -9
- package/es/themes/amsterdam/global_styling/mixins/index.js +0 -10
- package/es/themes/amsterdam/global_styling/mixins/shadow.js +0 -9
- package/es/themes/amsterdam/global_styling/variables/_animation.js +0 -26
- package/es/themes/amsterdam/global_styling/variables/_borders.js +0 -49
- package/es/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -9
- package/es/themes/amsterdam/global_styling/variables/_buttons.js +0 -529
- package/es/themes/amsterdam/global_styling/variables/_colors.js +0 -797
- package/es/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -21
- package/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -33
- package/es/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -125
- package/es/themes/amsterdam/global_styling/variables/_components.js +0 -724
- package/es/themes/amsterdam/global_styling/variables/_forms.js +0 -204
- package/es/themes/amsterdam/global_styling/variables/_levels.js +0 -19
- package/es/themes/amsterdam/global_styling/variables/_shadows.js +0 -439
- package/es/themes/amsterdam/global_styling/variables/_size.js +0 -23
- package/es/themes/amsterdam/global_styling/variables/_states.js +0 -26
- package/es/themes/amsterdam/global_styling/variables/_typography.js +0 -66
- package/es/themes/amsterdam/index.js +0 -10
- package/es/themes/amsterdam/theme.js +0 -41
- package/es/themes/index.js +0 -12
- package/es/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/es/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/es/themes/json/eui_theme_borealis_dark.json +0 -463
- package/es/themes/json/eui_theme_borealis_light.json +0 -463
- package/es/themes/themes.js +0 -1
- package/lib/themes/amsterdam/global_styling/functions/index.js +0 -16
- package/lib/themes/amsterdam/global_styling/functions/shadows.js +0 -12
- package/lib/themes/amsterdam/global_styling/mixins/button.js +0 -54
- package/lib/themes/amsterdam/global_styling/mixins/index.js +0 -27
- package/lib/themes/amsterdam/global_styling/mixins/shadow.js +0 -16
- package/lib/themes/amsterdam/global_styling/variables/_animation.js +0 -32
- package/lib/themes/amsterdam/global_styling/variables/_borders.js +0 -53
- package/lib/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -12
- package/lib/themes/amsterdam/global_styling/variables/_buttons.js +0 -533
- package/lib/themes/amsterdam/global_styling/variables/_colors.js +0 -800
- package/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -27
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -37
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -130
- package/lib/themes/amsterdam/global_styling/variables/_components.js +0 -728
- package/lib/themes/amsterdam/global_styling/variables/_forms.js +0 -208
- package/lib/themes/amsterdam/global_styling/variables/_levels.js +0 -25
- package/lib/themes/amsterdam/global_styling/variables/_shadows.js +0 -442
- package/lib/themes/amsterdam/global_styling/variables/_size.js +0 -29
- package/lib/themes/amsterdam/global_styling/variables/_states.js +0 -32
- package/lib/themes/amsterdam/global_styling/variables/_typography.js +0 -70
- package/lib/themes/amsterdam/index.js +0 -16
- package/lib/themes/amsterdam/theme.js +0 -47
- package/lib/themes/index.js +0 -57
- package/lib/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/lib/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/lib/themes/json/eui_theme_borealis_dark.json +0 -463
- package/lib/themes/json/eui_theme_borealis_light.json +0 -463
- package/lib/themes/themes.js +0 -5
- package/optimize/es/themes/amsterdam/global_styling/functions/index.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/functions/shadows.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/mixins/button.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/mixins/index.js +0 -10
- package/optimize/es/themes/amsterdam/global_styling/mixins/shadow.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/variables/_animation.js +0 -23
- package/optimize/es/themes/amsterdam/global_styling/variables/_borders.js +0 -44
- package/optimize/es/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/variables/_buttons.js +0 -518
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +0 -789
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -21
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -30
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -125
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +0 -716
- package/optimize/es/themes/amsterdam/global_styling/variables/_forms.js +0 -196
- package/optimize/es/themes/amsterdam/global_styling/variables/_levels.js +0 -19
- package/optimize/es/themes/amsterdam/global_styling/variables/_shadows.js +0 -436
- package/optimize/es/themes/amsterdam/global_styling/variables/_size.js +0 -23
- package/optimize/es/themes/amsterdam/global_styling/variables/_states.js +0 -26
- package/optimize/es/themes/amsterdam/global_styling/variables/_typography.js +0 -58
- package/optimize/es/themes/amsterdam/index.js +0 -10
- package/optimize/es/themes/amsterdam/theme.js +0 -41
- package/optimize/es/themes/index.js +0 -12
- package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/optimize/es/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/optimize/es/themes/json/eui_theme_borealis_dark.json +0 -463
- package/optimize/es/themes/json/eui_theme_borealis_light.json +0 -463
- package/optimize/es/themes/themes.js +0 -1
- package/optimize/lib/themes/amsterdam/global_styling/functions/index.js +0 -16
- package/optimize/lib/themes/amsterdam/global_styling/functions/shadows.js +0 -12
- package/optimize/lib/themes/amsterdam/global_styling/mixins/button.js +0 -54
- package/optimize/lib/themes/amsterdam/global_styling/mixins/index.js +0 -27
- package/optimize/lib/themes/amsterdam/global_styling/mixins/shadow.js +0 -16
- package/optimize/lib/themes/amsterdam/global_styling/variables/_animation.js +0 -30
- package/optimize/lib/themes/amsterdam/global_styling/variables/_borders.js +0 -51
- package/optimize/lib/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -12
- package/optimize/lib/themes/amsterdam/global_styling/variables/_buttons.js +0 -523
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +0 -793
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -27
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -35
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -130
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +0 -721
- package/optimize/lib/themes/amsterdam/global_styling/variables/_forms.js +0 -201
- package/optimize/lib/themes/amsterdam/global_styling/variables/_levels.js +0 -25
- package/optimize/lib/themes/amsterdam/global_styling/variables/_shadows.js +0 -440
- package/optimize/lib/themes/amsterdam/global_styling/variables/_size.js +0 -29
- package/optimize/lib/themes/amsterdam/global_styling/variables/_states.js +0 -32
- package/optimize/lib/themes/amsterdam/global_styling/variables/_typography.js +0 -63
- package/optimize/lib/themes/amsterdam/index.js +0 -16
- package/optimize/lib/themes/amsterdam/theme.js +0 -47
- package/optimize/lib/themes/index.js +0 -57
- package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/optimize/lib/themes/json/eui_theme_borealis_dark.json +0 -463
- package/optimize/lib/themes/json/eui_theme_borealis_light.json +0 -463
- package/optimize/lib/themes/themes.js +0 -5
- package/package/eui.d.ts +0 -33359
- package/src/global_styling/functions/_colors.scss +0 -138
- package/src/global_styling/functions/_index.scss +0 -1
- package/src/global_styling/functions/_math.scss +0 -1
- package/src/global_styling/functions/_math_pow.scss +0 -82
- package/src/global_styling/index.scss +0 -3
- package/src/global_styling/mixins/_helpers.scss +0 -117
- package/src/global_styling/mixins/_index.scss +0 -8
- package/src/global_styling/mixins/_responsive.scss +0 -44
- package/src/global_styling/mixins/_shadow.scss +0 -100
- package/src/global_styling/mixins/_size.scss +0 -4
- package/src/global_styling/mixins/_states.scss +0 -17
- package/src/global_styling/mixins/_tool_tip.scss +0 -18
- package/src/global_styling/mixins/_typography.scss +0 -166
- package/src/global_styling/variables/_animations.scss +0 -6
- package/src/global_styling/variables/_borders.scss +0 -3
- package/src/global_styling/variables/_buttons.scss +0 -1
- package/src/global_styling/variables/_font_weight.scss +0 -4
- package/src/global_styling/variables/_form.scss +0 -2
- package/src/global_styling/variables/_index.scss +0 -22
- package/src/global_styling/variables/_responsive.scss +0 -1
- package/src/global_styling/variables/_shadows.scss +0 -2
- package/src/global_styling/variables/_size.scss +0 -1
- package/src/global_styling/variables/_states.scss +0 -1
- package/src/global_styling/variables/_typography.scss +0 -1
- package/src/global_styling/variables/_z_index.scss +0 -2
- package/src/themes/amsterdam/_colors_dark.scss +0 -139
- package/src/themes/amsterdam/_colors_light.scss +0 -139
- package/src/themes/amsterdam/_globals.scss +0 -11
- package/src/themes/amsterdam/global_styling/index.scss +0 -12
- package/src/themes/amsterdam/global_styling/mixins/_index.scss +0 -10
- package/src/themes/amsterdam/global_styling/mixins/_shadow.scss +0 -100
- package/src/themes/amsterdam/global_styling/mixins/_states.scss +0 -41
- package/src/themes/amsterdam/global_styling/mixins/_typography.scss +0 -81
- package/src/themes/amsterdam/global_styling/variables/_colors_severity.scss +0 -9
- package/src/themes/amsterdam/global_styling/variables/_colors_vis.scss +0 -72
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_dark.scss +0 -14
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_light.scss +0 -14
- package/src/themes/amsterdam/global_styling/variables/_forms.scss +0 -12
- package/src/themes/amsterdam/global_styling/variables/_index.scss +0 -8
- package/src/themes/amsterdam/global_styling/variables/_shadows.scss +0 -20
- package/src/themes/amsterdam/global_styling/variables/_states.scss +0 -11
- package/src/themes/amsterdam/global_styling/variables/_typography.scss +0 -64
- package/src/themes/amsterdam/theme_dark.scss +0 -5
- package/src/themes/amsterdam/theme_light.scss +0 -5
- package/test-env/themes/amsterdam/global_styling/functions/index.js +0 -16
- package/test-env/themes/amsterdam/global_styling/functions/shadows.js +0 -12
- package/test-env/themes/amsterdam/global_styling/mixins/button.js +0 -54
- package/test-env/themes/amsterdam/global_styling/mixins/index.js +0 -27
- package/test-env/themes/amsterdam/global_styling/mixins/shadow.js +0 -16
- package/test-env/themes/amsterdam/global_styling/variables/_animation.js +0 -30
- package/test-env/themes/amsterdam/global_styling/variables/_borders.js +0 -51
- package/test-env/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -12
- package/test-env/themes/amsterdam/global_styling/variables/_buttons.js +0 -523
- package/test-env/themes/amsterdam/global_styling/variables/_colors.js +0 -793
- package/test-env/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -27
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -35
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -130
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +0 -721
- package/test-env/themes/amsterdam/global_styling/variables/_forms.js +0 -201
- package/test-env/themes/amsterdam/global_styling/variables/_levels.js +0 -25
- package/test-env/themes/amsterdam/global_styling/variables/_shadows.js +0 -440
- package/test-env/themes/amsterdam/global_styling/variables/_size.js +0 -29
- package/test-env/themes/amsterdam/global_styling/variables/_states.js +0 -32
- package/test-env/themes/amsterdam/global_styling/variables/_typography.js +0 -63
- package/test-env/themes/amsterdam/index.js +0 -16
- package/test-env/themes/amsterdam/theme.js +0 -47
- package/test-env/themes/index.js +0 -57
- package/test-env/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/test-env/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/test-env/themes/json/eui_theme_borealis_dark.json +0 -463
- package/test-env/themes/json/eui_theme_borealis_light.json +0 -463
- package/test-env/themes/themes.js +0 -5
|
@@ -1,728 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.components = void 0;
|
|
8
|
-
var _utils = require("../../../../services/theme/utils");
|
|
9
|
-
var _manipulation = require("../../../../services/color/manipulation");
|
|
10
|
-
var _contrast = require("../../../../services/color/contrast");
|
|
11
|
-
var _buttons = require("./_buttons");
|
|
12
|
-
var _forms = require("./_forms");
|
|
13
|
-
var _colors_vis_light = require("./_colors_vis_light");
|
|
14
|
-
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
15
|
-
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
16
|
-
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
17
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
18
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
19
|
-
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
20
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
|
-
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
22
|
-
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
23
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
24
|
-
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /*
|
|
25
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
26
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
27
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
28
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
29
|
-
* Side Public License, v 1.
|
|
30
|
-
*/
|
|
31
|
-
var component_colors = {
|
|
32
|
-
badgeBackground: (0, _utils.computed)(function (_ref) {
|
|
33
|
-
var _ref2 = _slicedToArray(_ref, 1),
|
|
34
|
-
lightShade = _ref2[0];
|
|
35
|
-
return lightShade;
|
|
36
|
-
}, ['colors.lightShade']),
|
|
37
|
-
badgeBackgroundSubdued: (0, _utils.computed)(function (_ref3) {
|
|
38
|
-
var _ref4 = _slicedToArray(_ref3, 1),
|
|
39
|
-
lightShade = _ref4[0];
|
|
40
|
-
return (0, _manipulation.tint)(lightShade, 0.3);
|
|
41
|
-
}, ['colors.lightShade']),
|
|
42
|
-
badgeBorderColorHollow: (0, _utils.computed)(function (_ref5) {
|
|
43
|
-
var _ref6 = _slicedToArray(_ref5, 1),
|
|
44
|
-
color = _ref6[0];
|
|
45
|
-
return color;
|
|
46
|
-
}, ['border.color']),
|
|
47
|
-
badgeIconButtonBackgroundHover: (0, _utils.computed)(function (_ref7) {
|
|
48
|
-
var _ref8 = _slicedToArray(_ref7, 1),
|
|
49
|
-
ghost = _ref8[0];
|
|
50
|
-
return (0, _manipulation.transparentize)(ghost, 0.8);
|
|
51
|
-
}, ['colors.ghost']),
|
|
52
|
-
breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref9) {
|
|
53
|
-
var _ref10 = _slicedToArray(_ref9, 1),
|
|
54
|
-
darkestShade = _ref10[0];
|
|
55
|
-
return (0, _manipulation.tint)(darkestShade, 0.85);
|
|
56
|
-
}, ['colors.darkestShade']),
|
|
57
|
-
breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref11) {
|
|
58
|
-
var _ref12 = _slicedToArray(_ref11, 1),
|
|
59
|
-
darkestShade = _ref12[0];
|
|
60
|
-
return (0, _manipulation.tint)(darkestShade, 0.2);
|
|
61
|
-
}, ['colors.darkestShade']),
|
|
62
|
-
buttonGroupBackgroundDisabledSelected: (0, _utils.computed)(function (_ref13) {
|
|
63
|
-
var _ref14 = _slicedToArray(_ref13, 1),
|
|
64
|
-
disabled = _ref14[0];
|
|
65
|
-
return disabled;
|
|
66
|
-
}, ['colors.disabled']),
|
|
67
|
-
buttonGroupBorderColor: (0, _utils.computed)(function (_ref15) {
|
|
68
|
-
var _ref16 = _slicedToArray(_ref15, 1),
|
|
69
|
-
fullShade = _ref16[0];
|
|
70
|
-
return (0, _manipulation.transparentize)(fullShade, 0.1);
|
|
71
|
-
}, ['colors.fullShade']),
|
|
72
|
-
buttonGroupBorderColorSelected: (0, _utils.computed)(function (_ref17) {
|
|
73
|
-
var _ref18 = _slicedToArray(_ref17, 1),
|
|
74
|
-
emptyShade = _ref18[0];
|
|
75
|
-
return (0, _manipulation.transparentize)(emptyShade, 0.2);
|
|
76
|
-
}, ['colors.emptyShade']),
|
|
77
|
-
buttonGroupFocusColor: (0, _utils.computed)(function (_ref19) {
|
|
78
|
-
var _ref20 = _slicedToArray(_ref19, 1),
|
|
79
|
-
fullShade = _ref20[0];
|
|
80
|
-
return fullShade;
|
|
81
|
-
}, ['colors.fullShade']),
|
|
82
|
-
bottomBarBackground: (0, _utils.computed)(function (_ref21) {
|
|
83
|
-
var _ref22 = _slicedToArray(_ref21, 1),
|
|
84
|
-
lightestShade = _ref22[0];
|
|
85
|
-
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
86
|
-
}, ['colors.lightestShade']),
|
|
87
|
-
codeBackground: (0, _utils.computed)(function (_ref23) {
|
|
88
|
-
var _ref24 = _slicedToArray(_ref23, 1),
|
|
89
|
-
lightestShade = _ref24[0];
|
|
90
|
-
return lightestShade;
|
|
91
|
-
}, ['colors.lightestShade']),
|
|
92
|
-
codeBackgroundSelected: 'inherit',
|
|
93
|
-
codeColor: (0, _utils.computed)(function (_ref25) {
|
|
94
|
-
var _ref26 = _slicedToArray(_ref25, 2),
|
|
95
|
-
lightestShade = _ref26[0],
|
|
96
|
-
text = _ref26[1];
|
|
97
|
-
return (0, _contrast.makeHighContrastColor)(text)(lightestShade);
|
|
98
|
-
}, ['colors.lightestShade', 'colors.text']),
|
|
99
|
-
codeInlineBackground: (0, _utils.computed)(function (_ref27) {
|
|
100
|
-
var _ref28 = _slicedToArray(_ref27, 1),
|
|
101
|
-
lightestShade = _ref28[0];
|
|
102
|
-
return lightestShade;
|
|
103
|
-
}, ['colors.lightestShade']),
|
|
104
|
-
codeInlineColor: (0, _utils.computed)(function (_ref29) {
|
|
105
|
-
var _ref30 = _slicedToArray(_ref29, 1),
|
|
106
|
-
lightestShade = _ref30[0];
|
|
107
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis3)(lightestShade);
|
|
108
|
-
}, ['colors.lightestShade']),
|
|
109
|
-
codeCommentColor: (0, _utils.computed)(function (_ref31) {
|
|
110
|
-
var _ref32 = _slicedToArray(_ref31, 2),
|
|
111
|
-
lightestShade = _ref32[0],
|
|
112
|
-
subduedText = _ref32[1];
|
|
113
|
-
return (0, _contrast.makeHighContrastColor)(subduedText)(lightestShade);
|
|
114
|
-
}, ['colors.lightestShade', 'colors.subduedText']),
|
|
115
|
-
codeSelectorColor: 'inherit',
|
|
116
|
-
codeStringColor: (0, _utils.computed)(function (_ref33) {
|
|
117
|
-
var _ref34 = _slicedToArray(_ref33, 1),
|
|
118
|
-
lightestShade = _ref34[0];
|
|
119
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis2)(lightestShade);
|
|
120
|
-
}, ['colors.lightestShade']),
|
|
121
|
-
codeTagColor: (0, _utils.computed)(function (_ref35) {
|
|
122
|
-
var _ref36 = _slicedToArray(_ref35, 1),
|
|
123
|
-
lightestShade = _ref36[0];
|
|
124
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis1)(lightestShade);
|
|
125
|
-
}, ['colors.lightestShade']),
|
|
126
|
-
codeNameColor: (0, _utils.computed)(function (_ref37) {
|
|
127
|
-
var _ref38 = _slicedToArray(_ref37, 1),
|
|
128
|
-
lightestShade = _ref38[0];
|
|
129
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis1)(lightestShade);
|
|
130
|
-
}, ['colors.lightestShade']),
|
|
131
|
-
codeNumberColor: (0, _utils.computed)(function (_ref39) {
|
|
132
|
-
var _ref40 = _slicedToArray(_ref39, 1),
|
|
133
|
-
lightestShade = _ref40[0];
|
|
134
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis0)(lightestShade);
|
|
135
|
-
}, ['colors.lightestShade']),
|
|
136
|
-
codeInlineCodeKeywordColor: (0, _utils.computed)(function (_ref41) {
|
|
137
|
-
var _ref42 = _slicedToArray(_ref41, 1),
|
|
138
|
-
lightestShade = _ref42[0];
|
|
139
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis6)(lightestShade);
|
|
140
|
-
}, ['colors.lightestShade']),
|
|
141
|
-
codeKeywordColor: (0, _utils.computed)(function (_ref43) {
|
|
142
|
-
var _ref44 = _slicedToArray(_ref43, 1),
|
|
143
|
-
lightestShade = _ref44[0];
|
|
144
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis3)(lightestShade);
|
|
145
|
-
}, ['colors.lightestShade']),
|
|
146
|
-
codeFunctionTitleColor: 'inherit',
|
|
147
|
-
codeTypeColor: (0, _utils.computed)(function (_ref45) {
|
|
148
|
-
var _ref46 = _slicedToArray(_ref45, 1),
|
|
149
|
-
lightestShade = _ref46[0];
|
|
150
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis1)(lightestShade);
|
|
151
|
-
}, ['colors.lightestShade']),
|
|
152
|
-
codeAttributeColor: 'inherit',
|
|
153
|
-
codeSymbolColor: (0, _utils.computed)(function (_ref47) {
|
|
154
|
-
var _ref48 = _slicedToArray(_ref47, 1),
|
|
155
|
-
lightestShade = _ref48[0];
|
|
156
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis9)(lightestShade);
|
|
157
|
-
}, ['colors.lightestShade']),
|
|
158
|
-
codeParamsColor: 'inherit',
|
|
159
|
-
codeMetaColor: (0, _utils.computed)(function (_ref49) {
|
|
160
|
-
var _ref50 = _slicedToArray(_ref49, 2),
|
|
161
|
-
lightestShade = _ref50[0],
|
|
162
|
-
subduedText = _ref50[1];
|
|
163
|
-
return (0, _contrast.makeHighContrastColor)(subduedText)(lightestShade);
|
|
164
|
-
}, ['colors.lightestShade', 'colors.subduedText']),
|
|
165
|
-
codeTitleColor: (0, _utils.computed)(function (_ref51) {
|
|
166
|
-
var _ref52 = _slicedToArray(_ref51, 1),
|
|
167
|
-
lightestShade = _ref52[0];
|
|
168
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis7)(lightestShade);
|
|
169
|
-
}, ['colors.lightestShade']),
|
|
170
|
-
codeSectionColor: (0, _utils.computed)(function (_ref53) {
|
|
171
|
-
var _ref54 = _slicedToArray(_ref53, 1),
|
|
172
|
-
lightestShade = _ref54[0];
|
|
173
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis9)(lightestShade);
|
|
174
|
-
}, ['colors.lightestShade']),
|
|
175
|
-
codeAdditionColor: (0, _utils.computed)(function (_ref55) {
|
|
176
|
-
var _ref56 = _slicedToArray(_ref55, 1),
|
|
177
|
-
lightestShade = _ref56[0];
|
|
178
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis_light.colorVisLight.euiColorVis0)(lightestShade);
|
|
179
|
-
}, ['colors.lightestShade']),
|
|
180
|
-
codeDeletionColor: (0, _utils.computed)(function (_ref57) {
|
|
181
|
-
var _ref58 = _slicedToArray(_ref57, 2),
|
|
182
|
-
lightestShade = _ref58[0],
|
|
183
|
-
danger = _ref58[1];
|
|
184
|
-
return (0, _contrast.makeHighContrastColor)(danger)(lightestShade);
|
|
185
|
-
}, ['colors.lightestShade', 'colors.danger']),
|
|
186
|
-
codeSelectorClassColor: 'inherit',
|
|
187
|
-
codeSelectorIdColor: 'inherit',
|
|
188
|
-
collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref59) {
|
|
189
|
-
var _ref60 = _slicedToArray(_ref59, 1),
|
|
190
|
-
body = _ref60[0];
|
|
191
|
-
return body;
|
|
192
|
-
}, ['colors.body']),
|
|
193
|
-
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref61) {
|
|
194
|
-
var _ref62 = _slicedToArray(_ref61, 1),
|
|
195
|
-
darkestShade = _ref62[0];
|
|
196
|
-
return (0, _manipulation.shade)(darkestShade, 0.2);
|
|
197
|
-
}, ['colors.darkestShade']),
|
|
198
|
-
dataGridBorderColor: (0, _utils.computed)(function (_ref63) {
|
|
199
|
-
var _ref64 = _slicedToArray(_ref63, 1),
|
|
200
|
-
color = _ref64[0];
|
|
201
|
-
return color;
|
|
202
|
-
}, ['border.color']),
|
|
203
|
-
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref65) {
|
|
204
|
-
var _ref66 = _slicedToArray(_ref65, 1),
|
|
205
|
-
color = _ref66[0];
|
|
206
|
-
return (0, _manipulation.tint)(color, 0.3);
|
|
207
|
-
}, ['border.color']),
|
|
208
|
-
dataGridRowBackground: (0, _utils.computed)(function (_ref67) {
|
|
209
|
-
var _ref68 = _slicedToArray(_ref67, 1),
|
|
210
|
-
emptyShade = _ref68[0];
|
|
211
|
-
return emptyShade;
|
|
212
|
-
}, ['colors.emptyShade']),
|
|
213
|
-
dataGridRowBackgroundHover: (0, _utils.computed)(function (_ref69) {
|
|
214
|
-
var _ref70 = _slicedToArray(_ref69, 1),
|
|
215
|
-
highlight = _ref70[0];
|
|
216
|
-
return highlight;
|
|
217
|
-
}, ['colors.highlight']),
|
|
218
|
-
dataGridRowBackgroundSelect: (0, _utils.computed)(function (_ref71) {
|
|
219
|
-
var _ref72 = _slicedToArray(_ref71, 1),
|
|
220
|
-
highlight = _ref72[0];
|
|
221
|
-
return highlight;
|
|
222
|
-
}, ['colors.highlight']),
|
|
223
|
-
dataGridRowBackgroundSelectHover: (0, _utils.computed)(function (_ref73) {
|
|
224
|
-
var _ref74 = _slicedToArray(_ref73, 1),
|
|
225
|
-
highlight = _ref74[0];
|
|
226
|
-
return highlight;
|
|
227
|
-
}, ['colors.highlight']),
|
|
228
|
-
dataGridRowBackgroundMarked: (0, _utils.computed)(function (_ref75) {
|
|
229
|
-
var _ref76 = _slicedToArray(_ref75, 1),
|
|
230
|
-
highlight = _ref76[0];
|
|
231
|
-
return highlight;
|
|
232
|
-
}, ['colors.highlight']),
|
|
233
|
-
dataGridRowBackgroundMarkedHover: (0, _utils.computed)(function (_ref77) {
|
|
234
|
-
var _ref78 = _slicedToArray(_ref77, 1),
|
|
235
|
-
highlight = _ref78[0];
|
|
236
|
-
return highlight;
|
|
237
|
-
}, ['colors.highlight']),
|
|
238
|
-
dataGridRowBorderActive: (0, _utils.computed)(function (_ref79) {
|
|
239
|
-
var _ref80 = _slicedToArray(_ref79, 1),
|
|
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];
|
|
266
|
-
return lightestShade;
|
|
267
|
-
}, ['colors.lightestShade']),
|
|
268
|
-
dataGridRowStripesBackgroundStripedHover: (0, _utils.computed)(function (_ref91) {
|
|
269
|
-
var _ref92 = _slicedToArray(_ref91, 1),
|
|
270
|
-
highlight = _ref92[0];
|
|
271
|
-
return highlight;
|
|
272
|
-
}, ['colors.highlight']),
|
|
273
|
-
dataGridRowStripesBackgroundSelect: (0, _utils.computed)(function (_ref93) {
|
|
274
|
-
var _ref94 = _slicedToArray(_ref93, 1),
|
|
275
|
-
highlight = _ref94[0];
|
|
276
|
-
return highlight;
|
|
277
|
-
}, ['colors.highlight']),
|
|
278
|
-
dataGridRowStripesBackgroundSelectHover: (0, _utils.computed)(function (_ref95) {
|
|
279
|
-
var _ref96 = _slicedToArray(_ref95, 1),
|
|
280
|
-
highlight = _ref96[0];
|
|
281
|
-
return highlight;
|
|
282
|
-
}, ['colors.highlight']),
|
|
283
|
-
dragDropDraggingBackground: (0, _utils.computed)(function (_ref97) {
|
|
284
|
-
var _ref98 = _slicedToArray(_ref97, 1),
|
|
285
|
-
success = _ref98[0];
|
|
286
|
-
return (0, _manipulation.transparentize)(success, 0.1);
|
|
287
|
-
}, ['colors.success']),
|
|
288
|
-
dragDropDraggingOverBackground: (0, _utils.computed)(function (_ref99) {
|
|
289
|
-
var _ref100 = _slicedToArray(_ref99, 1),
|
|
290
|
-
success = _ref100[0];
|
|
291
|
-
return (0, _manipulation.transparentize)(success, 0.25);
|
|
292
|
-
}, ['colors.success']),
|
|
293
|
-
filterButtonBadgeBackgroundHover: (0, _utils.computed)(function (_ref101) {
|
|
294
|
-
var _ref102 = _slicedToArray(_ref101, 1),
|
|
295
|
-
lightShade = _ref102[0];
|
|
296
|
-
return (0, _manipulation.tint)(lightShade, 0.3);
|
|
297
|
-
}, ['colors.lightShade']),
|
|
298
|
-
filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (_ref103) {
|
|
299
|
-
var _ref104 = _slicedToArray(_ref103, 1),
|
|
300
|
-
disabled = _ref104[0];
|
|
301
|
-
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
302
|
-
}, ['colors.disabled']),
|
|
303
|
-
flyoutFooterBackground: (0, _utils.computed)(function (_ref105) {
|
|
304
|
-
var _ref106 = _slicedToArray(_ref105, 1),
|
|
305
|
-
lightestShade = _ref106[0];
|
|
306
|
-
return lightestShade;
|
|
307
|
-
}, ['colors.lightestShade']),
|
|
308
|
-
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (_ref107) {
|
|
309
|
-
var _ref108 = _slicedToArray(_ref107, 1),
|
|
310
|
-
emptyShade = _ref108[0];
|
|
311
|
-
return (0, _manipulation.transparentize)(emptyShade, 0.9);
|
|
312
|
-
}, ['colors.emptyShade']),
|
|
313
|
-
headerBackground: (0, _utils.computed)(function (_ref109) {
|
|
314
|
-
var _ref110 = _slicedToArray(_ref109, 1),
|
|
315
|
-
emptyShade = _ref110[0];
|
|
316
|
-
return emptyShade;
|
|
317
|
-
}, ['colors.emptyShade']),
|
|
318
|
-
headerDarkBackground: (0, _utils.computed)(function (_ref111) {
|
|
319
|
-
var _ref112 = _slicedToArray(_ref111, 1),
|
|
320
|
-
darkestShade = _ref112[0];
|
|
321
|
-
return (0, _manipulation.shade)(darkestShade, 0.28);
|
|
322
|
-
}, ['colors.darkestShade']),
|
|
323
|
-
headerDarkSearchBorderColor: (0, _utils.computed)(function (_ref113) {
|
|
324
|
-
var _ref114 = _slicedToArray(_ref113, 1),
|
|
325
|
-
ghost = _ref114[0];
|
|
326
|
-
return (0, _manipulation.transparentize)(ghost, 0.3);
|
|
327
|
-
}, ['colors.ghost']),
|
|
328
|
-
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (_ref115) {
|
|
329
|
-
var _ref116 = _slicedToArray(_ref115, 1),
|
|
330
|
-
primary = _ref116[0];
|
|
331
|
-
return (0, _manipulation.shade)(primary, 0.5);
|
|
332
|
-
}, ['colors.primary']),
|
|
333
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref117) {
|
|
334
|
-
var _ref118 = _slicedToArray(_ref117, 1),
|
|
335
|
-
disabled = _ref118[0];
|
|
336
|
-
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
337
|
-
}, ['colors.disabled']),
|
|
338
|
-
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (_ref119) {
|
|
339
|
-
var _ref120 = _slicedToArray(_ref119, 1),
|
|
340
|
-
lightShade = _ref120[0];
|
|
341
|
-
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
342
|
-
}, ['colors.lightShade']),
|
|
343
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref121) {
|
|
344
|
-
var _ref122 = _slicedToArray(_ref121, 1),
|
|
345
|
-
primary = _ref122[0];
|
|
346
|
-
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
347
|
-
}, ['colors.primary']),
|
|
348
|
-
listGroupItemBackgroundHover: (0, _utils.computed)(function (_ref123) {
|
|
349
|
-
var _ref124 = _slicedToArray(_ref123, 1),
|
|
350
|
-
lightShade = _ref124[0];
|
|
351
|
-
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
352
|
-
}, ['colors.lightShade']),
|
|
353
|
-
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (_ref125) {
|
|
354
|
-
var _ref126 = _slicedToArray(_ref125, 1),
|
|
355
|
-
primary = _ref126[0];
|
|
356
|
-
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
357
|
-
}, ['colors.primary']),
|
|
358
|
-
loadingSpinnerBorder: (0, _utils.computed)(function (_ref127) {
|
|
359
|
-
var _ref128 = _slicedToArray(_ref127, 1),
|
|
360
|
-
lightShade = _ref128[0];
|
|
361
|
-
return lightShade;
|
|
362
|
-
}, ['colors.lightShade']),
|
|
363
|
-
loadingSpinnerHighlight: (0, _utils.computed)(function (_ref129) {
|
|
364
|
-
var _ref130 = _slicedToArray(_ref129, 1),
|
|
365
|
-
primary = _ref130[0];
|
|
366
|
-
return primary;
|
|
367
|
-
}, ['colors.primary']),
|
|
368
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref131) {
|
|
369
|
-
var _ref132 = _slicedToArray(_ref131, 1),
|
|
370
|
-
lightShade = _ref132[0];
|
|
371
|
-
return lightShade;
|
|
372
|
-
}, ['colors.lightShade']),
|
|
373
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref133) {
|
|
374
|
-
var _ref134 = _slicedToArray(_ref133, 1),
|
|
375
|
-
lightShade = _ref134[0];
|
|
376
|
-
return (0, _manipulation.shade)(lightShade, 0.04);
|
|
377
|
-
}, ['colors.lightShade']),
|
|
378
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref135) {
|
|
379
|
-
var _ref136 = _slicedToArray(_ref135, 1),
|
|
380
|
-
lightShade = _ref136[0];
|
|
381
|
-
return (0, _manipulation.shade)(lightShade, 0.08);
|
|
382
|
-
}, ['colors.lightShade']),
|
|
383
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref137) {
|
|
384
|
-
var _ref138 = _slicedToArray(_ref137, 1),
|
|
385
|
-
lightShade = _ref138[0];
|
|
386
|
-
return (0, _manipulation.shade)(lightShade, 0.12);
|
|
387
|
-
}, ['colors.lightShade']),
|
|
388
|
-
markBackground: (0, _utils.computed)(function (_ref139) {
|
|
389
|
-
var _ref140 = _slicedToArray(_ref139, 1),
|
|
390
|
-
primary = _ref140[0];
|
|
391
|
-
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
392
|
-
}, ['colors.primary']),
|
|
393
|
-
markdownFormatTableBorderColor: (0, _utils.computed)(function (_ref141) {
|
|
394
|
-
var _ref142 = _slicedToArray(_ref141, 1),
|
|
395
|
-
fullShade = _ref142[0];
|
|
396
|
-
return (0, _manipulation.transparentize)(fullShade, 0.15);
|
|
397
|
-
}, ['colors.fullShade']),
|
|
398
|
-
overlayMaskBackground: (0, _utils.computed)(function (_ref143) {
|
|
399
|
-
var _ref144 = _slicedToArray(_ref143, 1),
|
|
400
|
-
backgroundBaseInteractiveOverlay = _ref144[0];
|
|
401
|
-
return backgroundBaseInteractiveOverlay;
|
|
402
|
-
}, ['colors.backgroundBaseInteractiveOverlay']),
|
|
403
|
-
overlayMaskBackgroundHighContrast: (0, _utils.computed)(function (_ref145) {
|
|
404
|
-
var _ref146 = _slicedToArray(_ref145, 1),
|
|
405
|
-
ink = _ref146[0];
|
|
406
|
-
return (0, _manipulation.transparentize)(ink, 0.85);
|
|
407
|
-
}, ['colors.ink']),
|
|
408
|
-
popoverPanelBackground: (0, _utils.computed)(function (_ref147) {
|
|
409
|
-
var _ref148 = _slicedToArray(_ref147, 1),
|
|
410
|
-
emptyShade = _ref148[0];
|
|
411
|
-
return emptyShade;
|
|
412
|
-
}, ['colors.emptyShade']),
|
|
413
|
-
popoverFooterBorderColor: (0, _utils.computed)(function (_ref149) {
|
|
414
|
-
var _ref150 = _slicedToArray(_ref149, 1),
|
|
415
|
-
color = _ref150[0];
|
|
416
|
-
return color;
|
|
417
|
-
}, ['border.color']),
|
|
418
|
-
scrollbarTrackColor: (0, _utils.computed)(function (_ref151) {
|
|
419
|
-
var _ref152 = _slicedToArray(_ref151, 1),
|
|
420
|
-
body = _ref152[0];
|
|
421
|
-
return (0, _manipulation.shade)(body, 0.03);
|
|
422
|
-
}, ['colors.body']),
|
|
423
|
-
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (_ref153) {
|
|
424
|
-
var _ref154 = _slicedToArray(_ref153, 1),
|
|
425
|
-
lightShade = _ref154[0];
|
|
426
|
-
return (0, _manipulation.transparentize)(lightShade, 0.3);
|
|
427
|
-
}, ['colors.lightShade']),
|
|
428
|
-
selectableListItemBorderColor: (0, _utils.computed)(function (_ref155) {
|
|
429
|
-
var _ref156 = _slicedToArray(_ref155, 1),
|
|
430
|
-
color = _ref156[0];
|
|
431
|
-
return (0, _manipulation.transparentize)(color, 0.4);
|
|
432
|
-
}, ['border.color']),
|
|
433
|
-
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref157) {
|
|
434
|
-
var _ref158 = _slicedToArray(_ref157, 1),
|
|
435
|
-
emptyShade = _ref158[0];
|
|
436
|
-
return emptyShade;
|
|
437
|
-
}, ['colors.emptyShade']),
|
|
438
|
-
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref159) {
|
|
439
|
-
var _ref160 = _slicedToArray(_ref159, 1),
|
|
440
|
-
success = _ref160[0];
|
|
441
|
-
return (0, _manipulation.tint)(success, 0.9);
|
|
442
|
-
}, ['colors.success']),
|
|
443
|
-
switchBackgroundOn: (0, _utils.computed)(function (_ref161) {
|
|
444
|
-
var _ref162 = _slicedToArray(_ref161, 1),
|
|
445
|
-
primary = _ref162[0];
|
|
446
|
-
return primary;
|
|
447
|
-
}, ['colors.primary']),
|
|
448
|
-
switchBackgroundOff: (0, _utils.computed)(function (_ref163) {
|
|
449
|
-
var _ref164 = _slicedToArray(_ref163, 1),
|
|
450
|
-
lightestShade = _ref164[0];
|
|
451
|
-
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
452
|
-
}, ['colors.lightestShade']),
|
|
453
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref165) {
|
|
454
|
-
var _ref166 = _slicedToArray(_ref165, 1),
|
|
455
|
-
lightShade = _ref166[0];
|
|
456
|
-
return (0, _manipulation.tint)(lightShade, 0.5);
|
|
457
|
-
}, ['colors.lightShade']),
|
|
458
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref167) {
|
|
459
|
-
var _ref168 = _slicedToArray(_ref167, 1),
|
|
460
|
-
lightShade = _ref168[0];
|
|
461
|
-
return (0, _manipulation.tint)(lightShade, 0.25);
|
|
462
|
-
}, ['colors.lightShade']),
|
|
463
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref169) {
|
|
464
|
-
var _ref170 = _slicedToArray(_ref169, 1),
|
|
465
|
-
lightShade = _ref170[0];
|
|
466
|
-
return (0, _manipulation.tint)(lightShade, 0);
|
|
467
|
-
}, ['colors.lightShade']),
|
|
468
|
-
switchThumbBackgroundDisabled: 'transparent',
|
|
469
|
-
switchThumbBorderOn: (0, _utils.computed)(function (_ref171) {
|
|
470
|
-
var _ref172 = _slicedToArray(_ref171, 1),
|
|
471
|
-
lightestShade = _ref172[0];
|
|
472
|
-
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
473
|
-
}, ['colors.lightestShade']),
|
|
474
|
-
switchThumbBorderOff: (0, _utils.computed)(function (_ref173) {
|
|
475
|
-
var _ref174 = _slicedToArray(_ref173, 1),
|
|
476
|
-
lightestShade = _ref174[0];
|
|
477
|
-
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
478
|
-
}, ['colors.lightestShade']),
|
|
479
|
-
switchIconDisabled: (0, _utils.computed)(function (_ref175) {
|
|
480
|
-
var _ref176 = _slicedToArray(_ref175, 1),
|
|
481
|
-
lightestShade = _ref176[0];
|
|
482
|
-
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
483
|
-
}, ['colors.lightestShade']),
|
|
484
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (_ref177) {
|
|
485
|
-
var _ref178 = _slicedToArray(_ref177, 1),
|
|
486
|
-
lightestShade = _ref178[0];
|
|
487
|
-
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
488
|
-
}, ['colors.lightestShade']),
|
|
489
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref179) {
|
|
490
|
-
var _ref180 = _slicedToArray(_ref179, 1),
|
|
491
|
-
primary = _ref180[0];
|
|
492
|
-
return (0, _manipulation.tint)(primary, 0.96);
|
|
493
|
-
}, ['colors.primary']),
|
|
494
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref181) {
|
|
495
|
-
var _ref182 = _slicedToArray(_ref181, 1),
|
|
496
|
-
primary = _ref182[0];
|
|
497
|
-
return (0, _manipulation.tint)(primary, 0.9);
|
|
498
|
-
}, ['colors.primary']),
|
|
499
|
-
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (_ref183) {
|
|
500
|
-
var _ref184 = _slicedToArray(_ref183, 1),
|
|
501
|
-
primary = _ref184[0];
|
|
502
|
-
return (0, _manipulation.transparentize)(primary, 0.05);
|
|
503
|
-
}, ['colors.primary']),
|
|
504
|
-
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (_ref185) {
|
|
505
|
-
var _ref186 = _slicedToArray(_ref185, 1),
|
|
506
|
-
primary = _ref186[0];
|
|
507
|
-
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
508
|
-
}, ['colors.primary']),
|
|
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];
|
|
523
|
-
var color = (0, _manipulation.tint)(subduedText, 0.9);
|
|
524
|
-
return (0, _contrast.makeHighContrastColor)(
|
|
525
|
-
// Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
|
|
526
|
-
color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
|
|
527
|
-
)(emptyShade);
|
|
528
|
-
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
529
|
-
tooltipBackground: (0, _utils.computed)(function (_ref193) {
|
|
530
|
-
var _ref194 = _slicedToArray(_ref193, 1),
|
|
531
|
-
fullShade = _ref194[0];
|
|
532
|
-
return (0, _manipulation.tint)(fullShade, 0.25);
|
|
533
|
-
}, ['colors.fullShade']),
|
|
534
|
-
tooltipBorder: (0, _utils.computed)(function (_ref195) {
|
|
535
|
-
var _ref196 = _slicedToArray(_ref195, 1),
|
|
536
|
-
fullShade = _ref196[0];
|
|
537
|
-
return (0, _manipulation.tint)(fullShade, 0.35);
|
|
538
|
-
}, ['colors.fullShade']),
|
|
539
|
-
tooltipBorderFloating: (0, _utils.computed)(function (_ref197) {
|
|
540
|
-
var _ref198 = _slicedToArray(_ref197, 1),
|
|
541
|
-
borderBaseFloating = _ref198[0];
|
|
542
|
-
return borderBaseFloating;
|
|
543
|
-
}, ['colors.borderBaseFloating']),
|
|
544
|
-
tourFooterBackground: (0, _utils.computed)(function (_ref199) {
|
|
545
|
-
var _ref200 = _slicedToArray(_ref199, 1),
|
|
546
|
-
lightestShade = _ref200[0];
|
|
547
|
-
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
548
|
-
}, ['colors.lightestShade']),
|
|
549
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref201) {
|
|
550
|
-
var _ref202 = _slicedToArray(_ref201, 1),
|
|
551
|
-
text = _ref202[0];
|
|
552
|
-
return (0, _manipulation.transparentize)(text, 0.1);
|
|
553
|
-
}, ['colors.text'])
|
|
554
|
-
};
|
|
555
|
-
var components = exports.components = {
|
|
556
|
-
buttons: _buttons.buttons,
|
|
557
|
-
forms: _forms.forms,
|
|
558
|
-
LIGHT: component_colors,
|
|
559
|
-
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
560
|
-
badgeBorderColorHollow: (0, _utils.computed)(function (_ref203) {
|
|
561
|
-
var _ref204 = _slicedToArray(_ref203, 1),
|
|
562
|
-
color = _ref204[0];
|
|
563
|
-
return (0, _manipulation.tint)(color, 0.15);
|
|
564
|
-
}, ['border.color']),
|
|
565
|
-
breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref205) {
|
|
566
|
-
var _ref206 = _slicedToArray(_ref205, 1),
|
|
567
|
-
darkestShade = _ref206[0];
|
|
568
|
-
return (0, _manipulation.shade)(darkestShade, 0.7);
|
|
569
|
-
}, ['colors.darkestShade']),
|
|
570
|
-
breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref207) {
|
|
571
|
-
var _ref208 = _slicedToArray(_ref207, 1),
|
|
572
|
-
darkestShade = _ref208[0];
|
|
573
|
-
return (0, _manipulation.shade)(darkestShade, 0.2);
|
|
574
|
-
}, ['colors.darkestShade']),
|
|
575
|
-
collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref209) {
|
|
576
|
-
var _ref210 = _slicedToArray(_ref209, 1),
|
|
577
|
-
lightestShade = _ref210[0];
|
|
578
|
-
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
579
|
-
}, ['colors.lightestShade']),
|
|
580
|
-
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref211) {
|
|
581
|
-
var _ref212 = _slicedToArray(_ref211, 1),
|
|
582
|
-
lightestShade = _ref212[0];
|
|
583
|
-
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
584
|
-
}, ['colors.lightestShade']),
|
|
585
|
-
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref213) {
|
|
586
|
-
var _ref214 = _slicedToArray(_ref213, 1),
|
|
587
|
-
color = _ref214[0];
|
|
588
|
-
return (0, _manipulation.shade)(color, 0.3);
|
|
589
|
-
}, ['border.color']),
|
|
590
|
-
headerDarkBackground: (0, _utils.computed)(function (_ref215) {
|
|
591
|
-
var _ref216 = _slicedToArray(_ref215, 1),
|
|
592
|
-
lightestShade = _ref216[0];
|
|
593
|
-
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
594
|
-
}, ['colors.lightestShade']),
|
|
595
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref217) {
|
|
596
|
-
var _ref218 = _slicedToArray(_ref217, 1),
|
|
597
|
-
disabled = _ref218[0];
|
|
598
|
-
return (0, _manipulation.transparentize)(disabled, 0.2);
|
|
599
|
-
}, ['colors.disabled']),
|
|
600
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref219) {
|
|
601
|
-
var _ref220 = _slicedToArray(_ref219, 1),
|
|
602
|
-
lightShade = _ref220[0];
|
|
603
|
-
return (0, _manipulation.transparentize)(lightShade, 0.4);
|
|
604
|
-
}, ['colors.lightShade']),
|
|
605
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref221) {
|
|
606
|
-
var _ref222 = _slicedToArray(_ref221, 1),
|
|
607
|
-
lightShade = _ref222[0];
|
|
608
|
-
return lightShade;
|
|
609
|
-
}, ['colors.lightShade']),
|
|
610
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref223) {
|
|
611
|
-
var _ref224 = _slicedToArray(_ref223, 1),
|
|
612
|
-
lightShade = _ref224[0];
|
|
613
|
-
return (0, _manipulation.tint)(lightShade, 0.04);
|
|
614
|
-
}, ['colors.lightShade']),
|
|
615
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref225) {
|
|
616
|
-
var _ref226 = _slicedToArray(_ref225, 1),
|
|
617
|
-
lightShade = _ref226[0];
|
|
618
|
-
return (0, _manipulation.tint)(lightShade, 0.08);
|
|
619
|
-
}, ['colors.lightShade']),
|
|
620
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref227) {
|
|
621
|
-
var _ref228 = _slicedToArray(_ref227, 1),
|
|
622
|
-
lightShade = _ref228[0];
|
|
623
|
-
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
624
|
-
}, ['colors.lightShade']),
|
|
625
|
-
markBackground: (0, _utils.computed)(function (_ref229) {
|
|
626
|
-
var _ref230 = _slicedToArray(_ref229, 1),
|
|
627
|
-
primary = _ref230[0];
|
|
628
|
-
return (0, _manipulation.transparentize)(primary, 0.3);
|
|
629
|
-
}, ['colors.primary']),
|
|
630
|
-
popoverPanelBackground: (0, _utils.computed)(function (_ref231) {
|
|
631
|
-
var _ref232 = _slicedToArray(_ref231, 1),
|
|
632
|
-
emptyShade = _ref232[0];
|
|
633
|
-
return (0, _manipulation.tint)(emptyShade, 0.025);
|
|
634
|
-
}, ['colors.emptyShade']),
|
|
635
|
-
scrollbarTrackColor: (0, _utils.computed)(function (_ref233) {
|
|
636
|
-
var _ref234 = _slicedToArray(_ref233, 1),
|
|
637
|
-
body = _ref234[0];
|
|
638
|
-
return (0, _manipulation.tint)(body, 0.07);
|
|
639
|
-
}, ['colors.body']),
|
|
640
|
-
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref235) {
|
|
641
|
-
var _ref236 = _slicedToArray(_ref235, 1),
|
|
642
|
-
lightShade = _ref236[0];
|
|
643
|
-
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
644
|
-
}, ['colors.lightShade']),
|
|
645
|
-
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref237) {
|
|
646
|
-
var _ref238 = _slicedToArray(_ref237, 1),
|
|
647
|
-
success = _ref238[0];
|
|
648
|
-
return (0, _manipulation.shade)(success, 0.7);
|
|
649
|
-
}, ['colors.success']),
|
|
650
|
-
switchBackgroundOff: (0, _utils.computed)(function (_ref239) {
|
|
651
|
-
var _ref240 = _slicedToArray(_ref239, 1),
|
|
652
|
-
lightestShade = _ref240[0];
|
|
653
|
-
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
654
|
-
}, ['colors.lightestShade']),
|
|
655
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref241) {
|
|
656
|
-
var _ref242 = _slicedToArray(_ref241, 1),
|
|
657
|
-
lightShade = _ref242[0];
|
|
658
|
-
return lightShade;
|
|
659
|
-
}, ['colors.lightShade']),
|
|
660
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref243) {
|
|
661
|
-
var _ref244 = _slicedToArray(_ref243, 1),
|
|
662
|
-
lightShade = _ref244[0];
|
|
663
|
-
return lightShade;
|
|
664
|
-
}, ['colors.lightShade']),
|
|
665
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref245) {
|
|
666
|
-
var _ref246 = _slicedToArray(_ref245, 1),
|
|
667
|
-
lightShade = _ref246[0];
|
|
668
|
-
return lightShade;
|
|
669
|
-
}, ['colors.lightShade']),
|
|
670
|
-
switchThumbBorderOn: (0, _utils.computed)(function (_ref247) {
|
|
671
|
-
var _ref248 = _slicedToArray(_ref247, 1),
|
|
672
|
-
lightestShade = _ref248[0];
|
|
673
|
-
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
674
|
-
}, ['colors.lightestShade']),
|
|
675
|
-
switchThumbBorderOff: (0, _utils.computed)(function (_ref249) {
|
|
676
|
-
var _ref250 = _slicedToArray(_ref249, 1),
|
|
677
|
-
lightestShade = _ref250[0];
|
|
678
|
-
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
679
|
-
}, ['colors.lightestShade']),
|
|
680
|
-
switchIconDisabled: (0, _utils.computed)(function (_ref251) {
|
|
681
|
-
var _ref252 = _slicedToArray(_ref251, 1),
|
|
682
|
-
lightestShade = _ref252[0];
|
|
683
|
-
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
684
|
-
}, ['colors.lightestShade']),
|
|
685
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (_ref253) {
|
|
686
|
-
var _ref254 = _slicedToArray(_ref253, 1),
|
|
687
|
-
lightestShade = _ref254[0];
|
|
688
|
-
return lightestShade;
|
|
689
|
-
}, ['colors.lightestShade']),
|
|
690
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref255) {
|
|
691
|
-
var _ref256 = _slicedToArray(_ref255, 1),
|
|
692
|
-
primary = _ref256[0];
|
|
693
|
-
return (0, _manipulation.shade)(primary, 0.7);
|
|
694
|
-
}, ['colors.primary']),
|
|
695
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref257) {
|
|
696
|
-
var _ref258 = _slicedToArray(_ref257, 1),
|
|
697
|
-
primary = _ref258[0];
|
|
698
|
-
return (0, _manipulation.shade)(primary, 0.75);
|
|
699
|
-
}, ['colors.primary']),
|
|
700
|
-
tableCellSortableIconColor: (0, _utils.computed)(function (_ref259) {
|
|
701
|
-
var _ref260 = _slicedToArray(_ref259, 2),
|
|
702
|
-
emptyShade = _ref260[0],
|
|
703
|
-
subduedText = _ref260[1];
|
|
704
|
-
var color = (0, _manipulation.shade)(subduedText, 0.9);
|
|
705
|
-
return (0, _contrast.makeHighContrastColor)(color, 3)(emptyShade);
|
|
706
|
-
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
707
|
-
tooltipBackground: (0, _utils.computed)(function (_ref261) {
|
|
708
|
-
var _ref262 = _slicedToArray(_ref261, 1),
|
|
709
|
-
emptyShade = _ref262[0];
|
|
710
|
-
return (0, _manipulation.shade)(emptyShade, 1);
|
|
711
|
-
}, ['colors.emptyShade']),
|
|
712
|
-
tooltipBorder: (0, _utils.computed)(function (_ref263) {
|
|
713
|
-
var _ref264 = _slicedToArray(_ref263, 1),
|
|
714
|
-
fullShade = _ref264[0];
|
|
715
|
-
return (0, _manipulation.shade)(fullShade, 0.8);
|
|
716
|
-
}, ['colors.fullShade']),
|
|
717
|
-
tourFooterBackground: (0, _utils.computed)(function (_ref265) {
|
|
718
|
-
var _ref266 = _slicedToArray(_ref265, 1),
|
|
719
|
-
lightestShade = _ref266[0];
|
|
720
|
-
return (0, _manipulation.shade)(lightestShade, 0.45);
|
|
721
|
-
}, ['colors.lightestShade']),
|
|
722
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref267) {
|
|
723
|
-
var _ref268 = _slicedToArray(_ref267, 1),
|
|
724
|
-
text = _ref268[0];
|
|
725
|
-
return (0, _manipulation.transparentize)(text, 0.2);
|
|
726
|
-
}, ['colors.text'])
|
|
727
|
-
})
|
|
728
|
-
};
|