@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
package/eui.d.ts
CHANGED
|
@@ -504,7 +504,7 @@ declare module '@elastic/eui/src/services/theme/high_contrast_overrides' {
|
|
|
504
504
|
levels?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeLevels> | undefined;
|
|
505
505
|
shadows?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeShadows> | undefined;
|
|
506
506
|
components?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeComponents> | undefined;
|
|
507
|
-
flags?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").
|
|
507
|
+
flags?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common").EuiThemeVariantFlags> | undefined;
|
|
508
508
|
overrides?: import("@elastic/eui-theme-common").RecursivePartial<import("@elastic/eui-theme-common")._EuiThemeOverrides | undefined>;
|
|
509
509
|
};
|
|
510
510
|
|
|
@@ -622,11 +622,6 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
622
622
|
* Use this to specify colors when you can't rely on the EuiProvider updates.
|
|
623
623
|
*/
|
|
624
624
|
colors?: _EuiThemeVisColors;
|
|
625
|
-
/**
|
|
626
|
-
* Specifies if some color asdjustments for vis colors are required.
|
|
627
|
-
* Has to be passed when `colors` are set
|
|
628
|
-
*/
|
|
629
|
-
hasVisColorAdjustment?: boolean;
|
|
630
625
|
};
|
|
631
626
|
export type EuiPaletteRotationProps = {
|
|
632
627
|
/**
|
|
@@ -672,7 +667,7 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
672
667
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
673
668
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
674
669
|
*/
|
|
675
|
-
export const euiPaletteColorBlindBehindText: (paletteProps?: EuiPaletteColorBlindProps) =>
|
|
670
|
+
export const euiPaletteColorBlindBehindText: (paletteProps?: EuiPaletteColorBlindProps) => EuiPalette;
|
|
676
671
|
/**
|
|
677
672
|
* @deprecated - use `euiColorVisText{NUMBER}` tokens directly
|
|
678
673
|
*
|
|
@@ -700,14 +695,14 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
700
695
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
701
696
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
702
697
|
*/
|
|
703
|
-
export const euiPaletteForTemperature: (steps: any, { colors
|
|
698
|
+
export const euiPaletteForTemperature: (steps: any, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
704
699
|
/**
|
|
705
700
|
* For usage in React use the `useEuiPaletteComplementary` hook instead.
|
|
706
701
|
*
|
|
707
702
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
708
703
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
709
704
|
*/
|
|
710
|
-
export const euiPaletteComplementary: (steps: number, { colors
|
|
705
|
+
export const euiPaletteComplementary: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
711
706
|
/**
|
|
712
707
|
* For usage in React use the `useEuiPaletteRed` hook instead.
|
|
713
708
|
*
|
|
@@ -749,7 +744,7 @@ declare module '@elastic/eui/src/services/color/eui_palettes' {
|
|
|
749
744
|
* NOTE: This function is not pure. It relies on `EUI_VIS_COLOR_STORE` which is updated by the
|
|
750
745
|
* EuiProvider on theme change. Ensure to recall the function on theme change or subscribe to the store.
|
|
751
746
|
*/
|
|
752
|
-
export const euiPaletteCool: (steps: number, { colors
|
|
747
|
+
export const euiPaletteCool: (steps: number, { colors }?: EuiPaletteCommonProps) => EuiPalette;
|
|
753
748
|
/**
|
|
754
749
|
* For usage in React use the `useEuiPaletteWarm` hook instead.
|
|
755
750
|
*
|
|
@@ -1152,7 +1147,7 @@ declare module '@elastic/eui/src/global_styling/mixins/_button' {
|
|
|
1152
1147
|
m: {
|
|
1153
1148
|
minWidth: number;
|
|
1154
1149
|
height: string;
|
|
1155
|
-
radius: string | number | undefined;
|
|
1150
|
+
radius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1156
1151
|
fontScale: "s";
|
|
1157
1152
|
};
|
|
1158
1153
|
};
|
|
@@ -3351,7 +3346,6 @@ declare module '@elastic/eui/src/components/panel/panel.styles' {
|
|
|
3351
3346
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
3352
3347
|
export const euiPanelBorderStyles: (euiThemeContext: UseEuiTheme, options?: {
|
|
3353
3348
|
borderColor?: string;
|
|
3354
|
-
hasFloatingBorder?: boolean;
|
|
3355
3349
|
}) => string;
|
|
3356
3350
|
export const euiPanelStyles: (euiThemeContext: UseEuiTheme) => {
|
|
3357
3351
|
euiPanel: import("@emotion/react").SerializedStyles;
|
|
@@ -3922,7 +3916,7 @@ declare module '@elastic/eui/src/components/button/button_empty/button_empty.sty
|
|
|
3922
3916
|
isDisabled: import("@emotion/react").SerializedStyles;
|
|
3923
3917
|
xs: import("@emotion/react").SerializedStyles;
|
|
3924
3918
|
s: import("@emotion/react").SerializedStyles;
|
|
3925
|
-
m: (string |
|
|
3919
|
+
m: (string | import("@emotion/react").SerializedStyles)[];
|
|
3926
3920
|
flush: import("@emotion/react").SerializedStyles;
|
|
3927
3921
|
left: import("@emotion/react").SerializedStyles;
|
|
3928
3922
|
right: import("@emotion/react").SerializedStyles;
|
|
@@ -4114,7 +4108,7 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4114
4108
|
controlCompressedHeight: string;
|
|
4115
4109
|
controlPadding: string;
|
|
4116
4110
|
controlCompressedPadding: string;
|
|
4117
|
-
controlBorderRadius: string | number | undefined;
|
|
4111
|
+
controlBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
4118
4112
|
controlCompressedBorderRadius: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
4119
4113
|
iconAffordance: string;
|
|
4120
4114
|
iconCompressedAffordance: string;
|
|
@@ -4134,11 +4128,10 @@ declare module '@elastic/eui/src/components/form/form.styles' {
|
|
|
4134
4128
|
autoFill: string;
|
|
4135
4129
|
};
|
|
4136
4130
|
export const euiFormControlText: (euiThemeContext: UseEuiTheme) => string;
|
|
4137
|
-
export const euiFormControlDefaultShadow: (euiThemeContext: UseEuiTheme, { withBorder, withBackground, withBackgroundColor,
|
|
4131
|
+
export const euiFormControlDefaultShadow: (euiThemeContext: UseEuiTheme, { withBorder, withBackground, withBackgroundColor, }?: {
|
|
4138
4132
|
withBorder?: boolean;
|
|
4139
4133
|
withBackground?: boolean;
|
|
4140
4134
|
withBackgroundColor?: boolean;
|
|
4141
|
-
withBackgroundAnimation?: boolean;
|
|
4142
4135
|
}) => string;
|
|
4143
4136
|
export const disableFormControlHoverStyles: () => string;
|
|
4144
4137
|
export const euiFormControlHoverStyles: (euiThemeContext: UseEuiTheme) => string;
|
|
@@ -7555,7 +7548,6 @@ declare module '@elastic/eui/src/components/form/form_label/form_label.styles' {
|
|
|
7555
7548
|
euiFormLabel: import("@emotion/react").SerializedStyles;
|
|
7556
7549
|
notDisabled: string;
|
|
7557
7550
|
invalid: import("@emotion/react").SerializedStyles;
|
|
7558
|
-
focused: import("@emotion/react").SerializedStyles;
|
|
7559
7551
|
};
|
|
7560
7552
|
|
|
7561
7553
|
}
|
|
@@ -7815,7 +7807,7 @@ declare module '@elastic/eui/src/components/form/form_control_layout/form_contro
|
|
|
7815
7807
|
};
|
|
7816
7808
|
};
|
|
7817
7809
|
export const euiFormControlLayoutDelimited__delimiter: (euiThemeContext: UseEuiTheme) => import("@emotion/react").SerializedStyles;
|
|
7818
|
-
export const euiFormControlLayoutDelimited__input:
|
|
7810
|
+
export const euiFormControlLayoutDelimited__input: import("@emotion/react").SerializedStyles;
|
|
7819
7811
|
|
|
7820
7812
|
}
|
|
7821
7813
|
declare module '@elastic/eui/src/components/form/form_control_layout/form_control_layout_delimited' {
|
|
@@ -13013,201 +13005,6 @@ declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav
|
|
|
13013
13005
|
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button' {
|
|
13014
13006
|
export { EuiCollapsibleNavButton } from '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_button/collapsible_nav_button';
|
|
13015
13007
|
|
|
13016
|
-
}
|
|
13017
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light' {
|
|
13018
|
-
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
13019
|
-
export const colorVisLight: _EuiThemeVisColors;
|
|
13020
|
-
|
|
13021
|
-
}
|
|
13022
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark' {
|
|
13023
|
-
import { _EuiThemeVisColors } from '@elastic/eui-theme-common';
|
|
13024
|
-
export const colorVisDark: _EuiThemeVisColors;
|
|
13025
|
-
|
|
13026
|
-
}
|
|
13027
|
-
declare module '@elastic/eui/src/themes/themes' {
|
|
13028
|
-
import { EuiThemeSystem } from '@elastic/eui/src/services';
|
|
13029
|
-
export interface EUI_THEME {
|
|
13030
|
-
text: string;
|
|
13031
|
-
value: string;
|
|
13032
|
-
provider?: EuiThemeSystem;
|
|
13033
|
-
}
|
|
13034
|
-
|
|
13035
|
-
}
|
|
13036
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_severity' {
|
|
13037
|
-
/**
|
|
13038
|
-
* These are not actually used, but we map them to ensure token parity.
|
|
13039
|
-
* They are mapped to other vis colors
|
|
13040
|
-
*/
|
|
13041
|
-
export const severityColors: {
|
|
13042
|
-
unknown: string;
|
|
13043
|
-
neutral: string;
|
|
13044
|
-
success: string;
|
|
13045
|
-
warning: string;
|
|
13046
|
-
risk: string;
|
|
13047
|
-
danger: string;
|
|
13048
|
-
};
|
|
13049
|
-
|
|
13050
|
-
}
|
|
13051
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors' {
|
|
13052
|
-
import { _EuiThemeColors, _EuiThemeBrandColors, _EuiThemeBrandTextColors, _EuiThemeShadeColors, _EuiThemeSpecialColors, _EuiThemeTextColors, _EuiThemeColorsMode, _EuiThemeBackgroundColors, _EuiThemeBorderColors, _EuiThemeTransparentBackgroundColors } from '@elastic/eui-theme-common';
|
|
13053
|
-
export const brand_colors: _EuiThemeBrandColors;
|
|
13054
|
-
export const brand_text_colors: _EuiThemeBrandTextColors;
|
|
13055
|
-
export const shade_colors: _EuiThemeShadeColors;
|
|
13056
|
-
export const special_colors: _EuiThemeSpecialColors;
|
|
13057
|
-
export const text_colors: _EuiThemeTextColors;
|
|
13058
|
-
export const background_colors: _EuiThemeBackgroundColors;
|
|
13059
|
-
export const transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
13060
|
-
export const border_colors: _EuiThemeBorderColors;
|
|
13061
|
-
export const light_colors: _EuiThemeColorsMode;
|
|
13062
|
-
export const dark_shades: _EuiThemeShadeColors;
|
|
13063
|
-
export const dark_background_colors: _EuiThemeBackgroundColors;
|
|
13064
|
-
export const dark_transparent_background_colors: _EuiThemeTransparentBackgroundColors;
|
|
13065
|
-
export const dark_border_colors: _EuiThemeBorderColors;
|
|
13066
|
-
export const dark_colors_ams: _EuiThemeColorsMode;
|
|
13067
|
-
export const colors: _EuiThemeColors;
|
|
13068
|
-
|
|
13069
|
-
}
|
|
13070
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_animation' {
|
|
13071
|
-
import { _EuiThemeAnimationSpeeds, _EuiThemeAnimationEasings, _EuiThemeAnimation } from '@elastic/eui/src/global_styling/variables/animations';
|
|
13072
|
-
export const animation_speed: _EuiThemeAnimationSpeeds;
|
|
13073
|
-
export const animation_ease: _EuiThemeAnimationEasings;
|
|
13074
|
-
export const animation: _EuiThemeAnimation;
|
|
13075
|
-
|
|
13076
|
-
}
|
|
13077
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_breakpoint' {
|
|
13078
|
-
export { breakpoint } from '@elastic/eui-theme-common';
|
|
13079
|
-
|
|
13080
|
-
}
|
|
13081
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_size' {
|
|
13082
|
-
import { _EuiThemeBase, _EuiThemeSizes } from '@elastic/eui/src/global_styling/variables';
|
|
13083
|
-
export const base: _EuiThemeBase;
|
|
13084
|
-
export const size: _EuiThemeSizes;
|
|
13085
|
-
|
|
13086
|
-
}
|
|
13087
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_borders' {
|
|
13088
|
-
import { _EuiThemeBorder } from '@elastic/eui/src/global_styling/variables';
|
|
13089
|
-
export const border: _EuiThemeBorder;
|
|
13090
|
-
|
|
13091
|
-
}
|
|
13092
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_levels' {
|
|
13093
|
-
import { _EuiThemeLevels } from '@elastic/eui/src/global_styling/variables';
|
|
13094
|
-
export const levels: _EuiThemeLevels;
|
|
13095
|
-
|
|
13096
|
-
}
|
|
13097
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_typography' {
|
|
13098
|
-
import { _EuiThemeFont, _EuiThemeFontBase, _EuiThemeFontScales, _EuiThemeFontWeights } from '@elastic/eui/src/global_styling/variables/typography';
|
|
13099
|
-
export const fontScale: _EuiThemeFontScales;
|
|
13100
|
-
export const fontBase: _EuiThemeFontBase;
|
|
13101
|
-
export const fontWeight: _EuiThemeFontWeights;
|
|
13102
|
-
export const font: _EuiThemeFont;
|
|
13103
|
-
|
|
13104
|
-
}
|
|
13105
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_states' {
|
|
13106
|
-
import { _EuiThemeFocus } from '@elastic/eui/src/global_styling/variables/states';
|
|
13107
|
-
export const focus: _EuiThemeFocus;
|
|
13108
|
-
|
|
13109
|
-
}
|
|
13110
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_shadows' {
|
|
13111
|
-
import { _EuiThemeShadows, type _EuiThemeShadowPrimitives } from '@elastic/eui-theme-common';
|
|
13112
|
-
export const shadowPrimitives: _EuiThemeShadowPrimitives;
|
|
13113
|
-
export const shadows: _EuiThemeShadows;
|
|
13114
|
-
|
|
13115
|
-
}
|
|
13116
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_buttons' {
|
|
13117
|
-
import { _EuiThemeButton } from '@elastic/eui-theme-common';
|
|
13118
|
-
export const buttons: _EuiThemeButton;
|
|
13119
|
-
|
|
13120
|
-
}
|
|
13121
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_forms' {
|
|
13122
|
-
export const forms: {
|
|
13123
|
-
maxWidth: string;
|
|
13124
|
-
LIGHT: {
|
|
13125
|
-
background: string;
|
|
13126
|
-
backgroundDisabled: string;
|
|
13127
|
-
backgroundReadOnly: any;
|
|
13128
|
-
backgroundFocused: any;
|
|
13129
|
-
backgroundAutofilled: string;
|
|
13130
|
-
backgroundDropping: string;
|
|
13131
|
-
prependBackground: string;
|
|
13132
|
-
border: string;
|
|
13133
|
-
borderDisabled: string;
|
|
13134
|
-
borderFocused: any;
|
|
13135
|
-
borderInvalid: any;
|
|
13136
|
-
borderHovered: string;
|
|
13137
|
-
borderInvalidHovered: any;
|
|
13138
|
-
borderAutofilled: string;
|
|
13139
|
-
borderAutofilledHovered: string;
|
|
13140
|
-
clearButtonBackground: any;
|
|
13141
|
-
controlBorder: string;
|
|
13142
|
-
controlBorderSelected: string;
|
|
13143
|
-
controlBorderDisabled: string;
|
|
13144
|
-
controlBackgroundUnselected: any;
|
|
13145
|
-
controlBackgroundDisabled: any;
|
|
13146
|
-
colorHasPlaceholder: string;
|
|
13147
|
-
colorDisabled: any;
|
|
13148
|
-
iconDisabled: any;
|
|
13149
|
-
};
|
|
13150
|
-
DARK: {
|
|
13151
|
-
background: string;
|
|
13152
|
-
backgroundFocused: string;
|
|
13153
|
-
backgroundAutofilled: string;
|
|
13154
|
-
prependBackground: string;
|
|
13155
|
-
border: string;
|
|
13156
|
-
clearButtonBackground: any;
|
|
13157
|
-
controlBorder: string;
|
|
13158
|
-
controlBorderSelected: string;
|
|
13159
|
-
controlBorderDisabled: string;
|
|
13160
|
-
backgroundDisabled: string;
|
|
13161
|
-
backgroundReadOnly: any;
|
|
13162
|
-
backgroundDropping: string;
|
|
13163
|
-
borderDisabled: string;
|
|
13164
|
-
borderFocused: any;
|
|
13165
|
-
borderInvalid: any;
|
|
13166
|
-
borderHovered: string;
|
|
13167
|
-
borderInvalidHovered: any;
|
|
13168
|
-
borderAutofilled: string;
|
|
13169
|
-
borderAutofilledHovered: string;
|
|
13170
|
-
controlBackgroundUnselected: any;
|
|
13171
|
-
controlBackgroundDisabled: any;
|
|
13172
|
-
colorHasPlaceholder: string;
|
|
13173
|
-
colorDisabled: any;
|
|
13174
|
-
iconDisabled: any;
|
|
13175
|
-
};
|
|
13176
|
-
};
|
|
13177
|
-
|
|
13178
|
-
}
|
|
13179
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/variables/_components' {
|
|
13180
|
-
import { _EuiThemeComponents } from '@elastic/eui-theme-common';
|
|
13181
|
-
export const components: _EuiThemeComponents;
|
|
13182
|
-
|
|
13183
|
-
}
|
|
13184
|
-
declare module '@elastic/eui/src/themes/amsterdam/theme' {
|
|
13185
|
-
import { EuiThemeShape } from '@elastic/eui/src/services/theme/types';
|
|
13186
|
-
export const AMSTERDAM_NAME_KEY = "EUI_THEME_AMSTERDAM";
|
|
13187
|
-
export const euiThemeAmsterdam: EuiThemeShape;
|
|
13188
|
-
export const EuiThemeAmsterdam: {
|
|
13189
|
-
model: EuiThemeShape;
|
|
13190
|
-
root: EuiThemeShape;
|
|
13191
|
-
key: string;
|
|
13192
|
-
};
|
|
13193
|
-
|
|
13194
|
-
}
|
|
13195
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow' {
|
|
13196
|
-
export * from '@elastic/eui/src/global_styling/mixins/_shadow';
|
|
13197
|
-
|
|
13198
|
-
}
|
|
13199
|
-
declare module '@elastic/eui/src/themes/amsterdam' {
|
|
13200
|
-
export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow';
|
|
13201
|
-
|
|
13202
|
-
}
|
|
13203
|
-
declare module '@elastic/eui/src/themes' {
|
|
13204
|
-
import { colorVisLight } from '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_light';
|
|
13205
|
-
import { colorVisDark } from '@elastic/eui/src/themes/amsterdam/global_styling/variables/_colors_vis_dark';
|
|
13206
|
-
export { colorVisLight as colorVis, colorVisLight, colorVisDark };
|
|
13207
|
-
export type { EUI_THEME } from '@elastic/eui/src/themes/themes';
|
|
13208
|
-
export { AMSTERDAM_NAME_KEY, EuiThemeAmsterdam } from '@elastic/eui/src/themes/amsterdam/theme';
|
|
13209
|
-
export * from '@elastic/eui/src/themes/amsterdam';
|
|
13210
|
-
|
|
13211
13008
|
}
|
|
13212
13009
|
declare module '@elastic/eui/src/components/collapsible_nav_beta/collapsible_nav_body_footer.styles' {
|
|
13213
13010
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
@@ -15265,10 +15062,7 @@ declare module '@elastic/eui/src/components/token/token_map' {
|
|
|
15265
15062
|
* to use the square shape for more common token types like string and number. Reserving the
|
|
15266
15063
|
* circle shape for more uncommon token types so they grab attention.
|
|
15267
15064
|
*/
|
|
15268
|
-
export const
|
|
15269
|
-
[mapType in EuiTokenMapType]: Omit<TokenProps, 'iconType'>;
|
|
15270
|
-
};
|
|
15271
|
-
export const TOKEN_MAP_BOREALIS: {
|
|
15065
|
+
export const TOKEN_MAP: {
|
|
15272
15066
|
[mapType in EuiTokenMapType]: Omit<TokenProps, 'iconType'>;
|
|
15273
15067
|
};
|
|
15274
15068
|
export const TOKEN_COLOR_TO_ICON_COLOR_MAP: {
|
|
@@ -18807,7 +18601,7 @@ declare module '@elastic/eui/src/components/date_picker/super_date_picker/async_
|
|
|
18807
18601
|
}
|
|
18808
18602
|
declare module '@elastic/eui/src/components/date_picker/date_picker_range.styles' {
|
|
18809
18603
|
import { UseEuiTheme } from '@elastic/eui/src/services';
|
|
18810
|
-
export const euiDatePickerRangeStyles: (
|
|
18604
|
+
export const euiDatePickerRangeStyles: () => {
|
|
18811
18605
|
euiDatePickerRange: import("@emotion/react").SerializedStyles;
|
|
18812
18606
|
};
|
|
18813
18607
|
export const euiDatePickerRangeInlineStyles: (euiThemeContext: UseEuiTheme) => {
|
|
@@ -20903,7 +20697,7 @@ declare module '@elastic/eui/src/components/modal/modal' {
|
|
|
20903
20697
|
* ReactNode to render as this component's content
|
|
20904
20698
|
*/
|
|
20905
20699
|
children: ReactNode;
|
|
20906
|
-
onClose: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
|
|
20700
|
+
onClose: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement> | MouseEvent | TouchEvent) => void;
|
|
20907
20701
|
/**
|
|
20908
20702
|
* Sets the max-width of the modal.
|
|
20909
20703
|
* Set to `true` to use the default (`euiBreakpoints 'm'`),
|
|
@@ -20927,6 +20721,11 @@ declare module '@elastic/eui/src/components/modal/modal' {
|
|
|
20927
20721
|
* `returnFocus` defines the return focus behavior and provides the possibility to check the available target element or opt out of the behavior in favor of manually returning focus
|
|
20928
20722
|
*/
|
|
20929
20723
|
focusTrapProps?: Pick<EuiFocusTrapProps, 'returnFocus'>;
|
|
20724
|
+
/**
|
|
20725
|
+
* Whether clicking outside the modal should close it.
|
|
20726
|
+
* @default false
|
|
20727
|
+
*/
|
|
20728
|
+
outsideClickCloses?: boolean;
|
|
20930
20729
|
}
|
|
20931
20730
|
export const EuiModal: FunctionComponent<EuiModalProps>;
|
|
20932
20731
|
|
|
@@ -21002,7 +20801,7 @@ declare module '@elastic/eui/src/components/modal/confirm_modal' {
|
|
|
21002
20801
|
titleProps?: ComponentProps<EuiModalHeaderTitleProps>;
|
|
21003
20802
|
cancelButtonText?: ReactNode;
|
|
21004
20803
|
confirmButtonText?: ReactNode;
|
|
21005
|
-
onCancel: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement>) => void;
|
|
20804
|
+
onCancel: (event?: React.KeyboardEvent<HTMLDivElement> | React.MouseEvent<HTMLButtonElement> | MouseEvent | TouchEvent) => void;
|
|
21006
20805
|
onConfirm?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
21007
20806
|
confirmButtonDisabled?: boolean;
|
|
21008
20807
|
className?: string;
|
|
@@ -26018,7 +25817,6 @@ declare module '@elastic/eui' {
|
|
|
26018
25817
|
export * from '@elastic/eui/src/components';
|
|
26019
25818
|
export * from '@elastic/eui/src/services';
|
|
26020
25819
|
export * from '@elastic/eui/src/utils';
|
|
26021
|
-
export * from '@elastic/eui/src/themes';
|
|
26022
25820
|
export * from '@elastic/eui/src/global_styling';
|
|
26023
25821
|
|
|
26024
25822
|
}
|
|
@@ -32131,1887 +31929,6 @@ declare module 'text-diff' {
|
|
|
32131
31929
|
}
|
|
32132
31930
|
export = Diff;
|
|
32133
31931
|
}
|
|
32134
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/functions/shadows' {
|
|
32135
|
-
export { getShadowColor } from '@elastic/eui-theme-common';
|
|
32136
|
-
|
|
32137
|
-
}
|
|
32138
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/functions' {
|
|
32139
|
-
export * from '@elastic/eui/src/themes/amsterdam/global_styling/functions/shadows';
|
|
32140
|
-
|
|
32141
|
-
}
|
|
32142
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button' {
|
|
32143
|
-
export { type _EuiButtonColor, type _EuiButtonDisplay, type _EuiButtonOptions, BUTTON_COLORS, BUTTON_DISPLAYS, euiButtonColor, euiButtonFillColor, euiButtonEmptyColor, useEuiButtonColorCSS, useEuiButtonFocusCSS, euiButtonSizeMap, } from '@elastic/eui/src/global_styling/mixins/_button';
|
|
32144
|
-
|
|
32145
|
-
}
|
|
32146
|
-
declare module '@elastic/eui/src/themes/amsterdam/global_styling/mixins' {
|
|
32147
|
-
export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/button';
|
|
32148
|
-
export * from '@elastic/eui/src/themes/amsterdam/global_styling/mixins/shadow';
|
|
32149
|
-
|
|
32150
|
-
}
|
|
32151
|
-
declare module '@elastic/eui/dist/eui_theme_amsterdam_dark.json' {
|
|
32152
|
-
const sassVariables: {
|
|
32153
|
-
euiZDataGrid: number;
|
|
32154
|
-
euiZHeaderBelowDataGrid: number;
|
|
32155
|
-
euiZDataGridCellPopover: number;
|
|
32156
|
-
euiDataGridCellPaddingS: string;
|
|
32157
|
-
euiDataGridCellPaddingM: string;
|
|
32158
|
-
euiDataGridCellPaddingL: string;
|
|
32159
|
-
euiTableHoverColor: string;
|
|
32160
|
-
euiTableSelectedColor: string;
|
|
32161
|
-
euiTableHoverSelectedColor: string;
|
|
32162
|
-
euiTableActionsBorderColor: string;
|
|
32163
|
-
euiTableHoverClickableColor: string;
|
|
32164
|
-
euiTableFocusClickableColor: string;
|
|
32165
|
-
euiContrastRatioText: number;
|
|
32166
|
-
euiContrastRatioGraphic: number;
|
|
32167
|
-
euiContrastRatioDisabled: number;
|
|
32168
|
-
euiAnimSlightBounce: string;
|
|
32169
|
-
euiAnimSlightResistance: string;
|
|
32170
|
-
euiAnimSpeedExtraFast: string;
|
|
32171
|
-
euiAnimSpeedFast: string;
|
|
32172
|
-
euiAnimSpeedNormal: string;
|
|
32173
|
-
euiAnimSpeedSlow: string;
|
|
32174
|
-
euiAnimSpeedExtraSlow: string;
|
|
32175
|
-
euiBorderWidthThin: string;
|
|
32176
|
-
euiBorderWidthThick: string;
|
|
32177
|
-
euiBorderColor: string;
|
|
32178
|
-
euiBorderRadius: string;
|
|
32179
|
-
euiBorderRadiusSmall: string;
|
|
32180
|
-
euiBorderThick: string;
|
|
32181
|
-
euiBorderThin: string;
|
|
32182
|
-
euiBorderEditable: string;
|
|
32183
|
-
euiButtonHeight: string;
|
|
32184
|
-
euiButtonHeightSmall: string;
|
|
32185
|
-
euiButtonHeightXSmall: string;
|
|
32186
|
-
euiButtonColorDisabled: string;
|
|
32187
|
-
euiButtonColorDisabledText: string;
|
|
32188
|
-
euiButtonColorGhostDisabled: string;
|
|
32189
|
-
euiButtonTypes: {
|
|
32190
|
-
primary: string;
|
|
32191
|
-
accent: string;
|
|
32192
|
-
accentSecondary: string;
|
|
32193
|
-
neutral: string;
|
|
32194
|
-
success: string;
|
|
32195
|
-
warning: string;
|
|
32196
|
-
risk: string;
|
|
32197
|
-
danger: string;
|
|
32198
|
-
ghost: string;
|
|
32199
|
-
text: string;
|
|
32200
|
-
};
|
|
32201
|
-
euiFontWeightLight: number;
|
|
32202
|
-
euiFontWeightRegular: number;
|
|
32203
|
-
euiFontWeightMedium: number;
|
|
32204
|
-
euiFontWeightSemiBold: number;
|
|
32205
|
-
euiFontWeightBold: number;
|
|
32206
|
-
euiCodeFontWeightRegular: number;
|
|
32207
|
-
euiCodeFontWeightBold: number;
|
|
32208
|
-
euiFormMaxWidth: string;
|
|
32209
|
-
euiFormControlHeight: string;
|
|
32210
|
-
euiFormControlCompressedHeight: string;
|
|
32211
|
-
euiFormControlPadding: string;
|
|
32212
|
-
euiFormControlCompressedPadding: string;
|
|
32213
|
-
euiFormControlBorderRadius: string;
|
|
32214
|
-
euiFormControlCompressedBorderRadius: string;
|
|
32215
|
-
euiRadioSize: string;
|
|
32216
|
-
euiCheckBoxSize: string;
|
|
32217
|
-
euiCheckboxBorderRadius: string;
|
|
32218
|
-
euiSwitchHeight: string;
|
|
32219
|
-
euiSwitchWidth: string;
|
|
32220
|
-
euiSwitchThumbSize: string;
|
|
32221
|
-
euiSwitchIconHeight: string;
|
|
32222
|
-
euiSwitchHeightCompressed: string;
|
|
32223
|
-
euiSwitchWidthCompressed: string;
|
|
32224
|
-
euiSwitchThumbSizeCompressed: string;
|
|
32225
|
-
euiSwitchHeightMini: string;
|
|
32226
|
-
euiSwitchWidthMini: string;
|
|
32227
|
-
euiSwitchThumbSizeMini: string;
|
|
32228
|
-
euiFormBackgroundColor: string;
|
|
32229
|
-
euiFormBackgroundDisabledColor: string;
|
|
32230
|
-
euiFormBackgroundReadOnlyColor: string;
|
|
32231
|
-
euiFormBorderOpaqueColor: string;
|
|
32232
|
-
euiFormBorderColor: string;
|
|
32233
|
-
euiFormBorderDisabledColor: string;
|
|
32234
|
-
euiFormCustomControlDisabledIconColor: string;
|
|
32235
|
-
euiFormCustomControlBorderColor: string;
|
|
32236
|
-
euiFormControlDisabledColor: string;
|
|
32237
|
-
euiFormControlBoxShadow: string;
|
|
32238
|
-
euiFormControlPlaceholderText: string;
|
|
32239
|
-
euiFormInputGroupLabelBackground: string;
|
|
32240
|
-
euiFormInputGroupBorder: string;
|
|
32241
|
-
euiSwitchOffColor: string;
|
|
32242
|
-
euiFormControlIconSizes: {
|
|
32243
|
-
small: string;
|
|
32244
|
-
medium: string;
|
|
32245
|
-
large: string;
|
|
32246
|
-
xLarge: string;
|
|
32247
|
-
xxLarge: string;
|
|
32248
|
-
};
|
|
32249
|
-
euiFormControlLayoutGroupInputHeight: string;
|
|
32250
|
-
euiFormControlLayoutGroupInputCompressedHeight: string;
|
|
32251
|
-
euiFormControlLayoutGroupInputCompressedBorderRadius: string;
|
|
32252
|
-
euiHeaderBackgroundColor: string;
|
|
32253
|
-
euiHeaderDarkBackgroundColor: string;
|
|
32254
|
-
euiHeaderBorderColor: string;
|
|
32255
|
-
euiHeaderBreadcrumbColor: string;
|
|
32256
|
-
euiHeaderHeight: string;
|
|
32257
|
-
euiHeaderChildSize: string;
|
|
32258
|
-
euiHeaderHeightCompensation: string;
|
|
32259
|
-
euiPageDefaultMaxWidth: string;
|
|
32260
|
-
euiPageSidebarMinWidth: string;
|
|
32261
|
-
euiPanelPaddingModifiers: {
|
|
32262
|
-
paddingSmall: string;
|
|
32263
|
-
paddingMedium: string;
|
|
32264
|
-
paddingLarge: string;
|
|
32265
|
-
};
|
|
32266
|
-
euiPanelBorderRadiusModifiers: {
|
|
32267
|
-
borderRadiusNone: number;
|
|
32268
|
-
borderRadiusMedium: string;
|
|
32269
|
-
};
|
|
32270
|
-
euiPanelBackgroundColorModifiers: {
|
|
32271
|
-
transparent: string;
|
|
32272
|
-
plain: string;
|
|
32273
|
-
subdued: string;
|
|
32274
|
-
accent: string;
|
|
32275
|
-
accentSecondary: string;
|
|
32276
|
-
primary: string;
|
|
32277
|
-
success: string;
|
|
32278
|
-
warning: string;
|
|
32279
|
-
danger: string;
|
|
32280
|
-
};
|
|
32281
|
-
euiBreakpoints: {
|
|
32282
|
-
xs: number;
|
|
32283
|
-
s: string;
|
|
32284
|
-
m: string;
|
|
32285
|
-
l: string;
|
|
32286
|
-
xl: string;
|
|
32287
|
-
};
|
|
32288
|
-
euiBreakpointKeys: string;
|
|
32289
|
-
euiShadowColor: string;
|
|
32290
|
-
euiShadows: {
|
|
32291
|
-
xs: {
|
|
32292
|
-
down: string;
|
|
32293
|
-
up: string;
|
|
32294
|
-
};
|
|
32295
|
-
s: {
|
|
32296
|
-
down: string;
|
|
32297
|
-
up: string;
|
|
32298
|
-
};
|
|
32299
|
-
m: {
|
|
32300
|
-
down: string;
|
|
32301
|
-
up: string;
|
|
32302
|
-
};
|
|
32303
|
-
l: {
|
|
32304
|
-
down: string;
|
|
32305
|
-
up: string;
|
|
32306
|
-
};
|
|
32307
|
-
xl: {
|
|
32308
|
-
down: string;
|
|
32309
|
-
up: string;
|
|
32310
|
-
};
|
|
32311
|
-
hover: {
|
|
32312
|
-
base: {
|
|
32313
|
-
down: string;
|
|
32314
|
-
up: string;
|
|
32315
|
-
};
|
|
32316
|
-
xl: {
|
|
32317
|
-
down: string;
|
|
32318
|
-
up: string;
|
|
32319
|
-
};
|
|
32320
|
-
};
|
|
32321
|
-
flat: {
|
|
32322
|
-
down: string;
|
|
32323
|
-
up: string;
|
|
32324
|
-
};
|
|
32325
|
-
};
|
|
32326
|
-
euiSize: string;
|
|
32327
|
-
euiSizeXS: string;
|
|
32328
|
-
euiSizeS: string;
|
|
32329
|
-
euiSizeM: string;
|
|
32330
|
-
euiSizeL: string;
|
|
32331
|
-
euiSizeXL: string;
|
|
32332
|
-
euiSizeXXL: string;
|
|
32333
|
-
euiScrollBar: string;
|
|
32334
|
-
euiScrollBarCorner: string;
|
|
32335
|
-
euiScrollBarCornerThin: string;
|
|
32336
|
-
euiFocusRingColor: string;
|
|
32337
|
-
euiFocusRingAnimStartColor: string;
|
|
32338
|
-
euiFocusRingAnimStartSize: string;
|
|
32339
|
-
euiFocusRingAnimStartSizeLarge: string;
|
|
32340
|
-
euiFocusRingSizeLarge: string;
|
|
32341
|
-
euiFocusRingSize: string;
|
|
32342
|
-
euiFocusTransparency: number;
|
|
32343
|
-
euiFocusTransparencyPercent: string;
|
|
32344
|
-
euiFocusBackgroundColor: string;
|
|
32345
|
-
euiFontFamily: string;
|
|
32346
|
-
euiCodeFontFamily: string;
|
|
32347
|
-
euiFontFeatureSettings: string;
|
|
32348
|
-
euiTextScale: string;
|
|
32349
|
-
euiFontSize: string;
|
|
32350
|
-
euiFontSizeXS: string;
|
|
32351
|
-
euiFontSizeS: string;
|
|
32352
|
-
euiFontSizeM: string;
|
|
32353
|
-
euiFontSizeL: string;
|
|
32354
|
-
euiFontSizeXL: string;
|
|
32355
|
-
euiFontSizeXXL: string;
|
|
32356
|
-
euiLineHeight: number;
|
|
32357
|
-
euiBodyLineHeight: number;
|
|
32358
|
-
euiTitles: {
|
|
32359
|
-
xxxs: {
|
|
32360
|
-
'font-size': string;
|
|
32361
|
-
'line-height': string;
|
|
32362
|
-
'font-weight': number;
|
|
32363
|
-
};
|
|
32364
|
-
xxs: {
|
|
32365
|
-
'font-size': string;
|
|
32366
|
-
'line-height': string;
|
|
32367
|
-
'font-weight': number;
|
|
32368
|
-
};
|
|
32369
|
-
xs: {
|
|
32370
|
-
'font-size': string;
|
|
32371
|
-
'line-height': string;
|
|
32372
|
-
'font-weight': number;
|
|
32373
|
-
};
|
|
32374
|
-
s: {
|
|
32375
|
-
'font-size': string;
|
|
32376
|
-
'line-height': string;
|
|
32377
|
-
'font-weight': number;
|
|
32378
|
-
};
|
|
32379
|
-
m: {
|
|
32380
|
-
'font-size': string;
|
|
32381
|
-
'line-height': string;
|
|
32382
|
-
'font-weight': number;
|
|
32383
|
-
};
|
|
32384
|
-
l: {
|
|
32385
|
-
'font-size': string;
|
|
32386
|
-
'line-height': string;
|
|
32387
|
-
'font-weight': number;
|
|
32388
|
-
};
|
|
32389
|
-
};
|
|
32390
|
-
euiZLevel0: number;
|
|
32391
|
-
euiZLevel1: number;
|
|
32392
|
-
euiZLevel2: number;
|
|
32393
|
-
euiZLevel3: number;
|
|
32394
|
-
euiZLevel4: number;
|
|
32395
|
-
euiZLevel5: number;
|
|
32396
|
-
euiZLevel6: number;
|
|
32397
|
-
euiZLevel7: number;
|
|
32398
|
-
euiZLevel8: number;
|
|
32399
|
-
euiZLevel9: number;
|
|
32400
|
-
euiZToastList: number;
|
|
32401
|
-
euiZModal: number;
|
|
32402
|
-
euiZMask: number;
|
|
32403
|
-
euiZNavigation: number;
|
|
32404
|
-
euiZContentMenu: number;
|
|
32405
|
-
euiZHeader: number;
|
|
32406
|
-
euiZFlyout: number;
|
|
32407
|
-
euiZMaskBelowHeader: number;
|
|
32408
|
-
euiZContent: number;
|
|
32409
|
-
euiPaletteColorBlind: {
|
|
32410
|
-
euiColorVis0: {
|
|
32411
|
-
graphic: string;
|
|
32412
|
-
behindText: string;
|
|
32413
|
-
};
|
|
32414
|
-
euiColorVis1: {
|
|
32415
|
-
graphic: string;
|
|
32416
|
-
behindText: string;
|
|
32417
|
-
};
|
|
32418
|
-
euiColorVis2: {
|
|
32419
|
-
graphic: string;
|
|
32420
|
-
behindText: string;
|
|
32421
|
-
};
|
|
32422
|
-
euiColorVis3: {
|
|
32423
|
-
graphic: string;
|
|
32424
|
-
behindText: string;
|
|
32425
|
-
};
|
|
32426
|
-
euiColorVis4: {
|
|
32427
|
-
graphic: string;
|
|
32428
|
-
behindText: string;
|
|
32429
|
-
};
|
|
32430
|
-
euiColorVis5: {
|
|
32431
|
-
graphic: string;
|
|
32432
|
-
behindText: string;
|
|
32433
|
-
};
|
|
32434
|
-
euiColorVis6: {
|
|
32435
|
-
graphic: string;
|
|
32436
|
-
behindText: string;
|
|
32437
|
-
};
|
|
32438
|
-
euiColorVis7: {
|
|
32439
|
-
graphic: string;
|
|
32440
|
-
behindText: string;
|
|
32441
|
-
};
|
|
32442
|
-
euiColorVis8: {
|
|
32443
|
-
graphic: string;
|
|
32444
|
-
behindText: string;
|
|
32445
|
-
};
|
|
32446
|
-
euiColorVis9: {
|
|
32447
|
-
graphic: string;
|
|
32448
|
-
behindText: string;
|
|
32449
|
-
};
|
|
32450
|
-
};
|
|
32451
|
-
euiPaletteColorBlindKeys: string;
|
|
32452
|
-
euiColorVis0: string;
|
|
32453
|
-
euiColorVis1: string;
|
|
32454
|
-
euiColorVis2: string;
|
|
32455
|
-
euiColorVis3: string;
|
|
32456
|
-
euiColorVis4: string;
|
|
32457
|
-
euiColorVis5: string;
|
|
32458
|
-
euiColorVis6: string;
|
|
32459
|
-
euiColorVis7: string;
|
|
32460
|
-
euiColorVis8: string;
|
|
32461
|
-
euiColorVis9: string;
|
|
32462
|
-
euiColorVis0_behindText: string;
|
|
32463
|
-
euiColorVis1_behindText: string;
|
|
32464
|
-
euiColorVis2_behindText: string;
|
|
32465
|
-
euiColorVis3_behindText: string;
|
|
32466
|
-
euiColorVis4_behindText: string;
|
|
32467
|
-
euiColorVis5_behindText: string;
|
|
32468
|
-
euiColorVis6_behindText: string;
|
|
32469
|
-
euiColorVis7_behindText: string;
|
|
32470
|
-
euiColorVis8_behindText: string;
|
|
32471
|
-
euiColorVis9_behindText: string;
|
|
32472
|
-
euiColorVisText0: string;
|
|
32473
|
-
euiColorVisText1: string;
|
|
32474
|
-
euiColorVisText2: string;
|
|
32475
|
-
euiColorVisText3: string;
|
|
32476
|
-
euiColorVisText4: string;
|
|
32477
|
-
euiColorVisText5: string;
|
|
32478
|
-
euiColorVisText6: string;
|
|
32479
|
-
euiColorVisText7: string;
|
|
32480
|
-
euiColorVisText8: string;
|
|
32481
|
-
euiColorVisText9: string;
|
|
32482
|
-
euiColorVisSuccess0: string;
|
|
32483
|
-
euiColorVisSuccess1: string;
|
|
32484
|
-
euiColorVisWarning0: string;
|
|
32485
|
-
euiColorVisDanger0: string;
|
|
32486
|
-
euiColorVisDanger1: string;
|
|
32487
|
-
euiColorVisNeutral0: string;
|
|
32488
|
-
euiColorVisGrey0: string;
|
|
32489
|
-
euiColorVisGrey1: string;
|
|
32490
|
-
euiColorVisGrey2: string;
|
|
32491
|
-
euiColorVisGrey3: string;
|
|
32492
|
-
euiColorVisWarm0: string;
|
|
32493
|
-
euiColorVisWarm1: string;
|
|
32494
|
-
euiColorVisWarm2: string;
|
|
32495
|
-
euiColorVisCool0: string;
|
|
32496
|
-
euiColorVisCool1: string;
|
|
32497
|
-
euiColorVisCool2: string;
|
|
32498
|
-
euiColorVisComplementary0: string;
|
|
32499
|
-
euiColorVisComplementary1: string;
|
|
32500
|
-
euiColorSeverityUnknown: string;
|
|
32501
|
-
euiColorSeverityNeutral: string;
|
|
32502
|
-
euiColorSeveritySuccess: string;
|
|
32503
|
-
euiColorSeverityWarning: string;
|
|
32504
|
-
euiColorSeverityRisk: string;
|
|
32505
|
-
euiColorSeverityDanger: string;
|
|
32506
|
-
euiColorChartLines: string;
|
|
32507
|
-
euiColorChartBand: string;
|
|
32508
|
-
euiColorGhost: string;
|
|
32509
|
-
euiColorInk: string;
|
|
32510
|
-
euiColorPrimary: string;
|
|
32511
|
-
euiColorAccent: string;
|
|
32512
|
-
euiColorAccentSecondary: string;
|
|
32513
|
-
euiColorSuccess: string;
|
|
32514
|
-
euiColorWarning: string;
|
|
32515
|
-
euiColorDanger: string;
|
|
32516
|
-
euiColorEmptyShade: string;
|
|
32517
|
-
euiColorLightestShade: string;
|
|
32518
|
-
euiColorLightShade: string;
|
|
32519
|
-
euiColorMediumShade: string;
|
|
32520
|
-
euiColorDarkShade: string;
|
|
32521
|
-
euiColorDarkestShade: string;
|
|
32522
|
-
euiColorFullShade: string;
|
|
32523
|
-
euiPageBackgroundColor: string;
|
|
32524
|
-
euiColorHighlight: string;
|
|
32525
|
-
euiTextColor: string;
|
|
32526
|
-
euiTitleColor: string;
|
|
32527
|
-
euiTextSubduedColor: string;
|
|
32528
|
-
euiColorDisabled: string;
|
|
32529
|
-
euiColorPrimaryText: string;
|
|
32530
|
-
euiColorSuccessText: string;
|
|
32531
|
-
euiColorAccentText: string;
|
|
32532
|
-
euiColorWarningText: string;
|
|
32533
|
-
euiColorDangerText: string;
|
|
32534
|
-
euiColorDisabledText: string;
|
|
32535
|
-
euiLinkColor: string;
|
|
32536
|
-
euiColorPlainLight: string;
|
|
32537
|
-
euiColorPlainDark: string;
|
|
32538
|
-
euiColorTextPrimary: string;
|
|
32539
|
-
euiColorTextAccent: string;
|
|
32540
|
-
euiColorTextAccentSecondary: string;
|
|
32541
|
-
euiColorTextNeutral: string;
|
|
32542
|
-
euiColorTextSuccess: string;
|
|
32543
|
-
euiColorTextWarning: string;
|
|
32544
|
-
euiColorTextRisk: string;
|
|
32545
|
-
euiColorTextDanger: string;
|
|
32546
|
-
euiColorTextParagraph: string;
|
|
32547
|
-
euiColorTextHeading: string;
|
|
32548
|
-
euiColorTextSubdued: string;
|
|
32549
|
-
euiColorTextDisabled: string;
|
|
32550
|
-
euiColorTextInverse: string;
|
|
32551
|
-
euiColorBackgroundBasePrimary: string;
|
|
32552
|
-
euiColorBackgroundBaseAccent: string;
|
|
32553
|
-
euiColorBackgroundBaseAccentSecondary: string;
|
|
32554
|
-
euiColorBackgroundBaseNeutral: string;
|
|
32555
|
-
euiColorBackgroundBaseSuccess: string;
|
|
32556
|
-
euiColorBackgroundBaseWarning: string;
|
|
32557
|
-
euiColorBackgroundBaseRisk: string;
|
|
32558
|
-
euiColorBackgroundBaseDanger: string;
|
|
32559
|
-
euiColorBackgroundBaseSubdued: string;
|
|
32560
|
-
euiColorBackgroundBasePlain: string;
|
|
32561
|
-
euiColorBackgroundBaseDisabled: string;
|
|
32562
|
-
euiColorBackgroundBaseHighlighted: string;
|
|
32563
|
-
euiColorBackgroundBaseFormsPrepend: string;
|
|
32564
|
-
euiColorBackgroundBaseFormsControlDisabled: string;
|
|
32565
|
-
euiColorBackgroundBaseInteractiveHover: string;
|
|
32566
|
-
euiColorBackgroundBaseInteractiveSelect: string;
|
|
32567
|
-
euiColorBackgroundBaseInteractiveSelectHover: string;
|
|
32568
|
-
euiColorBackgroundBaseInteractiveOverlay: string;
|
|
32569
|
-
euiColorBackgroundBaseSkeletonEdge: string;
|
|
32570
|
-
euiColorBackgroundBaseSkeletonMiddle: string;
|
|
32571
|
-
euiColorBackgroundLightPrimary: string;
|
|
32572
|
-
euiColorBackgroundLightAccent: string;
|
|
32573
|
-
euiColorBackgroundLightAccentSecondary: string;
|
|
32574
|
-
euiColorBackgroundLightNeutral: string;
|
|
32575
|
-
euiColorBackgroundLightSuccess: string;
|
|
32576
|
-
euiColorBackgroundLightWarning: string;
|
|
32577
|
-
euiColorBackgroundLightRisk: string;
|
|
32578
|
-
euiColorBackgroundLightDanger: string;
|
|
32579
|
-
euiColorBackgroundLightText: string;
|
|
32580
|
-
euiColorBackgroundFilledPrimary: string;
|
|
32581
|
-
euiColorBackgroundFilledAccent: string;
|
|
32582
|
-
euiColorBackgroundFilledAccentSecondary: string;
|
|
32583
|
-
euiColorBackgroundFilledNeutral: string;
|
|
32584
|
-
euiColorBackgroundFilledSuccess: string;
|
|
32585
|
-
euiColorBackgroundFilledWarning: string;
|
|
32586
|
-
euiColorBackgroundFilledRisk: string;
|
|
32587
|
-
euiColorBackgroundFilledDanger: string;
|
|
32588
|
-
euiColorBackgroundFilledText: string;
|
|
32589
|
-
euiColorBorderBasePrimary: string;
|
|
32590
|
-
euiColorBorderBaseAccent: string;
|
|
32591
|
-
euiColorBorderBaseAccentSecondary: string;
|
|
32592
|
-
euiColorBorderBaseNeutral: string;
|
|
32593
|
-
euiColorBorderBaseSuccess: string;
|
|
32594
|
-
euiColorBorderBaseWarning: string;
|
|
32595
|
-
euiColorBorderBaseRisk: string;
|
|
32596
|
-
euiColorBorderBaseDanger: string;
|
|
32597
|
-
euiColorBorderBasePlain: string;
|
|
32598
|
-
euiColorBorderBaseSubdued: string;
|
|
32599
|
-
euiColorBorderBaseDisabled: string;
|
|
32600
|
-
euiColorBorderBaseFloating: string;
|
|
32601
|
-
euiColorBorderBaseFormsColorSwatch: string;
|
|
32602
|
-
euiColorBorderBaseFormsControl: string;
|
|
32603
|
-
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
32604
|
-
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
32605
|
-
euiColorBorderStrongPrimary: string;
|
|
32606
|
-
euiColorBorderStrongAccent: string;
|
|
32607
|
-
euiColorBorderStrongAccentSecondary: string;
|
|
32608
|
-
euiColorBorderStrongNeutral: string;
|
|
32609
|
-
euiColorBorderStrongSuccess: string;
|
|
32610
|
-
euiColorBorderStrongWarning: string;
|
|
32611
|
-
euiColorBorderStrongRisk: string;
|
|
32612
|
-
euiColorBorderStrongDanger: string;
|
|
32613
|
-
euiColorBorderStrongText: string;
|
|
32614
|
-
};
|
|
32615
|
-
export default sassVariables;
|
|
32616
|
-
}
|
|
32617
|
-
declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
32618
|
-
const sassVariables: {
|
|
32619
|
-
euiZDataGrid: number;
|
|
32620
|
-
euiZHeaderBelowDataGrid: number;
|
|
32621
|
-
euiZDataGridCellPopover: number;
|
|
32622
|
-
euiDataGridCellPaddingS: string;
|
|
32623
|
-
euiDataGridCellPaddingM: string;
|
|
32624
|
-
euiDataGridCellPaddingL: string;
|
|
32625
|
-
euiTableHoverColor: string;
|
|
32626
|
-
euiTableSelectedColor: string;
|
|
32627
|
-
euiTableHoverSelectedColor: string;
|
|
32628
|
-
euiTableActionsBorderColor: string;
|
|
32629
|
-
euiTableHoverClickableColor: string;
|
|
32630
|
-
euiTableFocusClickableColor: string;
|
|
32631
|
-
euiContrastRatioText: number;
|
|
32632
|
-
euiContrastRatioGraphic: number;
|
|
32633
|
-
euiContrastRatioDisabled: number;
|
|
32634
|
-
euiAnimSlightBounce: string;
|
|
32635
|
-
euiAnimSlightResistance: string;
|
|
32636
|
-
euiAnimSpeedExtraFast: string;
|
|
32637
|
-
euiAnimSpeedFast: string;
|
|
32638
|
-
euiAnimSpeedNormal: string;
|
|
32639
|
-
euiAnimSpeedSlow: string;
|
|
32640
|
-
euiAnimSpeedExtraSlow: string;
|
|
32641
|
-
euiBorderWidthThin: string;
|
|
32642
|
-
euiBorderWidthThick: string;
|
|
32643
|
-
euiBorderColor: string;
|
|
32644
|
-
euiBorderRadius: string;
|
|
32645
|
-
euiBorderRadiusSmall: string;
|
|
32646
|
-
euiBorderThick: string;
|
|
32647
|
-
euiBorderThin: string;
|
|
32648
|
-
euiBorderEditable: string;
|
|
32649
|
-
euiButtonHeight: string;
|
|
32650
|
-
euiButtonHeightSmall: string;
|
|
32651
|
-
euiButtonHeightXSmall: string;
|
|
32652
|
-
euiButtonColorDisabled: string;
|
|
32653
|
-
euiButtonColorDisabledText: string;
|
|
32654
|
-
euiButtonColorGhostDisabled: string;
|
|
32655
|
-
euiButtonTypes: {
|
|
32656
|
-
primary: string;
|
|
32657
|
-
accent: string;
|
|
32658
|
-
accentSecondary: string;
|
|
32659
|
-
neutral: string;
|
|
32660
|
-
success: string;
|
|
32661
|
-
warning: string;
|
|
32662
|
-
risk: string;
|
|
32663
|
-
danger: string;
|
|
32664
|
-
ghost: string;
|
|
32665
|
-
text: string;
|
|
32666
|
-
};
|
|
32667
|
-
euiFontWeightLight: number;
|
|
32668
|
-
euiFontWeightRegular: number;
|
|
32669
|
-
euiFontWeightMedium: number;
|
|
32670
|
-
euiFontWeightSemiBold: number;
|
|
32671
|
-
euiFontWeightBold: number;
|
|
32672
|
-
euiCodeFontWeightRegular: number;
|
|
32673
|
-
euiCodeFontWeightBold: number;
|
|
32674
|
-
euiFormMaxWidth: string;
|
|
32675
|
-
euiFormControlHeight: string;
|
|
32676
|
-
euiFormControlCompressedHeight: string;
|
|
32677
|
-
euiFormControlPadding: string;
|
|
32678
|
-
euiFormControlCompressedPadding: string;
|
|
32679
|
-
euiFormControlBorderRadius: string;
|
|
32680
|
-
euiFormControlCompressedBorderRadius: string;
|
|
32681
|
-
euiRadioSize: string;
|
|
32682
|
-
euiCheckBoxSize: string;
|
|
32683
|
-
euiCheckboxBorderRadius: string;
|
|
32684
|
-
euiSwitchHeight: string;
|
|
32685
|
-
euiSwitchWidth: string;
|
|
32686
|
-
euiSwitchThumbSize: string;
|
|
32687
|
-
euiSwitchIconHeight: string;
|
|
32688
|
-
euiSwitchHeightCompressed: string;
|
|
32689
|
-
euiSwitchWidthCompressed: string;
|
|
32690
|
-
euiSwitchThumbSizeCompressed: string;
|
|
32691
|
-
euiSwitchHeightMini: string;
|
|
32692
|
-
euiSwitchWidthMini: string;
|
|
32693
|
-
euiSwitchThumbSizeMini: string;
|
|
32694
|
-
euiFormBackgroundColor: string;
|
|
32695
|
-
euiFormBackgroundDisabledColor: string;
|
|
32696
|
-
euiFormBackgroundReadOnlyColor: string;
|
|
32697
|
-
euiFormBorderOpaqueColor: string;
|
|
32698
|
-
euiFormBorderColor: string;
|
|
32699
|
-
euiFormBorderDisabledColor: string;
|
|
32700
|
-
euiFormCustomControlDisabledIconColor: string;
|
|
32701
|
-
euiFormCustomControlBorderColor: string;
|
|
32702
|
-
euiFormControlDisabledColor: string;
|
|
32703
|
-
euiFormControlBoxShadow: string;
|
|
32704
|
-
euiFormControlPlaceholderText: string;
|
|
32705
|
-
euiFormInputGroupLabelBackground: string;
|
|
32706
|
-
euiFormInputGroupBorder: string;
|
|
32707
|
-
euiSwitchOffColor: string;
|
|
32708
|
-
euiFormControlIconSizes: {
|
|
32709
|
-
small: string;
|
|
32710
|
-
medium: string;
|
|
32711
|
-
large: string;
|
|
32712
|
-
xLarge: string;
|
|
32713
|
-
xxLarge: string;
|
|
32714
|
-
};
|
|
32715
|
-
euiFormControlLayoutGroupInputHeight: string;
|
|
32716
|
-
euiFormControlLayoutGroupInputCompressedHeight: string;
|
|
32717
|
-
euiFormControlLayoutGroupInputCompressedBorderRadius: string;
|
|
32718
|
-
euiHeaderBackgroundColor: string;
|
|
32719
|
-
euiHeaderDarkBackgroundColor: string;
|
|
32720
|
-
euiHeaderBorderColor: string;
|
|
32721
|
-
euiHeaderBreadcrumbColor: string;
|
|
32722
|
-
euiHeaderHeight: string;
|
|
32723
|
-
euiHeaderChildSize: string;
|
|
32724
|
-
euiHeaderHeightCompensation: string;
|
|
32725
|
-
euiPageDefaultMaxWidth: string;
|
|
32726
|
-
euiPageSidebarMinWidth: string;
|
|
32727
|
-
euiPanelPaddingModifiers: {
|
|
32728
|
-
paddingSmall: string;
|
|
32729
|
-
paddingMedium: string;
|
|
32730
|
-
paddingLarge: string;
|
|
32731
|
-
};
|
|
32732
|
-
euiPanelBorderRadiusModifiers: {
|
|
32733
|
-
borderRadiusNone: number;
|
|
32734
|
-
borderRadiusMedium: string;
|
|
32735
|
-
};
|
|
32736
|
-
euiPanelBackgroundColorModifiers: {
|
|
32737
|
-
transparent: string;
|
|
32738
|
-
plain: string;
|
|
32739
|
-
subdued: string;
|
|
32740
|
-
accent: string;
|
|
32741
|
-
accentSecondary: string;
|
|
32742
|
-
primary: string;
|
|
32743
|
-
success: string;
|
|
32744
|
-
warning: string;
|
|
32745
|
-
danger: string;
|
|
32746
|
-
};
|
|
32747
|
-
euiBreakpoints: {
|
|
32748
|
-
xs: number;
|
|
32749
|
-
s: string;
|
|
32750
|
-
m: string;
|
|
32751
|
-
l: string;
|
|
32752
|
-
xl: string;
|
|
32753
|
-
};
|
|
32754
|
-
euiBreakpointKeys: string;
|
|
32755
|
-
euiShadowColor: string;
|
|
32756
|
-
euiShadows: {
|
|
32757
|
-
xs: {
|
|
32758
|
-
down: string;
|
|
32759
|
-
up: string;
|
|
32760
|
-
};
|
|
32761
|
-
s: {
|
|
32762
|
-
down: string;
|
|
32763
|
-
up: string;
|
|
32764
|
-
};
|
|
32765
|
-
m: {
|
|
32766
|
-
down: string;
|
|
32767
|
-
up: string;
|
|
32768
|
-
};
|
|
32769
|
-
l: {
|
|
32770
|
-
down: string;
|
|
32771
|
-
up: string;
|
|
32772
|
-
};
|
|
32773
|
-
xl: {
|
|
32774
|
-
down: string;
|
|
32775
|
-
up: string;
|
|
32776
|
-
};
|
|
32777
|
-
hover: {
|
|
32778
|
-
base: {
|
|
32779
|
-
down: string;
|
|
32780
|
-
up: string;
|
|
32781
|
-
};
|
|
32782
|
-
xl: {
|
|
32783
|
-
down: string;
|
|
32784
|
-
up: string;
|
|
32785
|
-
};
|
|
32786
|
-
};
|
|
32787
|
-
flat: {
|
|
32788
|
-
down: string;
|
|
32789
|
-
up: string;
|
|
32790
|
-
};
|
|
32791
|
-
};
|
|
32792
|
-
euiSize: string;
|
|
32793
|
-
euiSizeXS: string;
|
|
32794
|
-
euiSizeS: string;
|
|
32795
|
-
euiSizeM: string;
|
|
32796
|
-
euiSizeL: string;
|
|
32797
|
-
euiSizeXL: string;
|
|
32798
|
-
euiSizeXXL: string;
|
|
32799
|
-
euiScrollBar: string;
|
|
32800
|
-
euiScrollBarCorner: string;
|
|
32801
|
-
euiScrollBarCornerThin: string;
|
|
32802
|
-
euiFocusRingColor: string;
|
|
32803
|
-
euiFocusRingAnimStartColor: string;
|
|
32804
|
-
euiFocusRingAnimStartSize: string;
|
|
32805
|
-
euiFocusRingAnimStartSizeLarge: string;
|
|
32806
|
-
euiFocusRingSizeLarge: string;
|
|
32807
|
-
euiFocusRingSize: string;
|
|
32808
|
-
euiFocusTransparency: number;
|
|
32809
|
-
euiFocusTransparencyPercent: string;
|
|
32810
|
-
euiFocusBackgroundColor: string;
|
|
32811
|
-
euiFontFamily: string;
|
|
32812
|
-
euiCodeFontFamily: string;
|
|
32813
|
-
euiFontFeatureSettings: string;
|
|
32814
|
-
euiTextScale: string;
|
|
32815
|
-
euiFontSize: string;
|
|
32816
|
-
euiFontSizeXS: string;
|
|
32817
|
-
euiFontSizeS: string;
|
|
32818
|
-
euiFontSizeM: string;
|
|
32819
|
-
euiFontSizeL: string;
|
|
32820
|
-
euiFontSizeXL: string;
|
|
32821
|
-
euiFontSizeXXL: string;
|
|
32822
|
-
euiLineHeight: number;
|
|
32823
|
-
euiBodyLineHeight: number;
|
|
32824
|
-
euiTitles: {
|
|
32825
|
-
xxxs: {
|
|
32826
|
-
'font-size': string;
|
|
32827
|
-
'line-height': string;
|
|
32828
|
-
'font-weight': number;
|
|
32829
|
-
};
|
|
32830
|
-
xxs: {
|
|
32831
|
-
'font-size': string;
|
|
32832
|
-
'line-height': string;
|
|
32833
|
-
'font-weight': number;
|
|
32834
|
-
};
|
|
32835
|
-
xs: {
|
|
32836
|
-
'font-size': string;
|
|
32837
|
-
'line-height': string;
|
|
32838
|
-
'font-weight': number;
|
|
32839
|
-
};
|
|
32840
|
-
s: {
|
|
32841
|
-
'font-size': string;
|
|
32842
|
-
'line-height': string;
|
|
32843
|
-
'font-weight': number;
|
|
32844
|
-
};
|
|
32845
|
-
m: {
|
|
32846
|
-
'font-size': string;
|
|
32847
|
-
'line-height': string;
|
|
32848
|
-
'font-weight': number;
|
|
32849
|
-
};
|
|
32850
|
-
l: {
|
|
32851
|
-
'font-size': string;
|
|
32852
|
-
'line-height': string;
|
|
32853
|
-
'font-weight': number;
|
|
32854
|
-
};
|
|
32855
|
-
};
|
|
32856
|
-
euiZLevel0: number;
|
|
32857
|
-
euiZLevel1: number;
|
|
32858
|
-
euiZLevel2: number;
|
|
32859
|
-
euiZLevel3: number;
|
|
32860
|
-
euiZLevel4: number;
|
|
32861
|
-
euiZLevel5: number;
|
|
32862
|
-
euiZLevel6: number;
|
|
32863
|
-
euiZLevel7: number;
|
|
32864
|
-
euiZLevel8: number;
|
|
32865
|
-
euiZLevel9: number;
|
|
32866
|
-
euiZToastList: number;
|
|
32867
|
-
euiZModal: number;
|
|
32868
|
-
euiZMask: number;
|
|
32869
|
-
euiZNavigation: number;
|
|
32870
|
-
euiZContentMenu: number;
|
|
32871
|
-
euiZHeader: number;
|
|
32872
|
-
euiZFlyout: number;
|
|
32873
|
-
euiZMaskBelowHeader: number;
|
|
32874
|
-
euiZContent: number;
|
|
32875
|
-
euiPaletteColorBlind: {
|
|
32876
|
-
euiColorVis0: {
|
|
32877
|
-
graphic: string;
|
|
32878
|
-
behindText: string;
|
|
32879
|
-
};
|
|
32880
|
-
euiColorVis1: {
|
|
32881
|
-
graphic: string;
|
|
32882
|
-
behindText: string;
|
|
32883
|
-
};
|
|
32884
|
-
euiColorVis2: {
|
|
32885
|
-
graphic: string;
|
|
32886
|
-
behindText: string;
|
|
32887
|
-
};
|
|
32888
|
-
euiColorVis3: {
|
|
32889
|
-
graphic: string;
|
|
32890
|
-
behindText: string;
|
|
32891
|
-
};
|
|
32892
|
-
euiColorVis4: {
|
|
32893
|
-
graphic: string;
|
|
32894
|
-
behindText: string;
|
|
32895
|
-
};
|
|
32896
|
-
euiColorVis5: {
|
|
32897
|
-
graphic: string;
|
|
32898
|
-
behindText: string;
|
|
32899
|
-
};
|
|
32900
|
-
euiColorVis6: {
|
|
32901
|
-
graphic: string;
|
|
32902
|
-
behindText: string;
|
|
32903
|
-
};
|
|
32904
|
-
euiColorVis7: {
|
|
32905
|
-
graphic: string;
|
|
32906
|
-
behindText: string;
|
|
32907
|
-
};
|
|
32908
|
-
euiColorVis8: {
|
|
32909
|
-
graphic: string;
|
|
32910
|
-
behindText: string;
|
|
32911
|
-
};
|
|
32912
|
-
euiColorVis9: {
|
|
32913
|
-
graphic: string;
|
|
32914
|
-
behindText: string;
|
|
32915
|
-
};
|
|
32916
|
-
};
|
|
32917
|
-
euiPaletteColorBlindKeys: string;
|
|
32918
|
-
euiColorVis0: string;
|
|
32919
|
-
euiColorVis1: string;
|
|
32920
|
-
euiColorVis2: string;
|
|
32921
|
-
euiColorVis3: string;
|
|
32922
|
-
euiColorVis4: string;
|
|
32923
|
-
euiColorVis5: string;
|
|
32924
|
-
euiColorVis6: string;
|
|
32925
|
-
euiColorVis7: string;
|
|
32926
|
-
euiColorVis8: string;
|
|
32927
|
-
euiColorVis9: string;
|
|
32928
|
-
euiColorVis0_behindText: string;
|
|
32929
|
-
euiColorVis1_behindText: string;
|
|
32930
|
-
euiColorVis2_behindText: string;
|
|
32931
|
-
euiColorVis3_behindText: string;
|
|
32932
|
-
euiColorVis4_behindText: string;
|
|
32933
|
-
euiColorVis5_behindText: string;
|
|
32934
|
-
euiColorVis6_behindText: string;
|
|
32935
|
-
euiColorVis7_behindText: string;
|
|
32936
|
-
euiColorVis8_behindText: string;
|
|
32937
|
-
euiColorVis9_behindText: string;
|
|
32938
|
-
euiColorVisText0: string;
|
|
32939
|
-
euiColorVisText1: string;
|
|
32940
|
-
euiColorVisText2: string;
|
|
32941
|
-
euiColorVisText3: string;
|
|
32942
|
-
euiColorVisText4: string;
|
|
32943
|
-
euiColorVisText5: string;
|
|
32944
|
-
euiColorVisText6: string;
|
|
32945
|
-
euiColorVisText7: string;
|
|
32946
|
-
euiColorVisText8: string;
|
|
32947
|
-
euiColorVisText9: string;
|
|
32948
|
-
euiColorVisSuccess0: string;
|
|
32949
|
-
euiColorVisSuccess1: string;
|
|
32950
|
-
euiColorVisWarning0: string;
|
|
32951
|
-
euiColorVisDanger0: string;
|
|
32952
|
-
euiColorVisDanger1: string;
|
|
32953
|
-
euiColorVisNeutral0: string;
|
|
32954
|
-
euiColorVisGrey0: string;
|
|
32955
|
-
euiColorVisGrey1: string;
|
|
32956
|
-
euiColorVisGrey2: string;
|
|
32957
|
-
euiColorVisGrey3: string;
|
|
32958
|
-
euiColorVisWarm0: string;
|
|
32959
|
-
euiColorVisWarm1: string;
|
|
32960
|
-
euiColorVisWarm2: string;
|
|
32961
|
-
euiColorVisCool0: string;
|
|
32962
|
-
euiColorVisCool1: string;
|
|
32963
|
-
euiColorVisCool2: string;
|
|
32964
|
-
euiColorVisComplementary0: string;
|
|
32965
|
-
euiColorVisComplementary1: string;
|
|
32966
|
-
euiColorSeverityUnknown: string;
|
|
32967
|
-
euiColorSeverityNeutral: string;
|
|
32968
|
-
euiColorSeveritySuccess: string;
|
|
32969
|
-
euiColorSeverityWarning: string;
|
|
32970
|
-
euiColorSeverityRisk: string;
|
|
32971
|
-
euiColorSeverityDanger: string;
|
|
32972
|
-
euiColorChartLines: string;
|
|
32973
|
-
euiColorChartBand: string;
|
|
32974
|
-
euiColorGhost: string;
|
|
32975
|
-
euiColorInk: string;
|
|
32976
|
-
euiColorPrimary: string;
|
|
32977
|
-
euiColorAccent: string;
|
|
32978
|
-
euiColorAccentSecondary: string;
|
|
32979
|
-
euiColorSuccess: string;
|
|
32980
|
-
euiColorWarning: string;
|
|
32981
|
-
euiColorDanger: string;
|
|
32982
|
-
euiColorEmptyShade: string;
|
|
32983
|
-
euiColorLightestShade: string;
|
|
32984
|
-
euiColorLightShade: string;
|
|
32985
|
-
euiColorMediumShade: string;
|
|
32986
|
-
euiColorDarkShade: string;
|
|
32987
|
-
euiColorDarkestShade: string;
|
|
32988
|
-
euiColorFullShade: string;
|
|
32989
|
-
euiPageBackgroundColor: string;
|
|
32990
|
-
euiColorHighlight: string;
|
|
32991
|
-
euiTextColor: string;
|
|
32992
|
-
euiTitleColor: string;
|
|
32993
|
-
euiTextSubduedColor: string;
|
|
32994
|
-
euiColorDisabled: string;
|
|
32995
|
-
euiColorPrimaryText: string;
|
|
32996
|
-
euiColorSuccessText: string;
|
|
32997
|
-
euiColorAccentText: string;
|
|
32998
|
-
euiColorWarningText: string;
|
|
32999
|
-
euiColorDangerText: string;
|
|
33000
|
-
euiColorDisabledText: string;
|
|
33001
|
-
euiLinkColor: string;
|
|
33002
|
-
euiColorPlainLight: string;
|
|
33003
|
-
euiColorPlainDark: string;
|
|
33004
|
-
euiColorTextPrimary: string;
|
|
33005
|
-
euiColorTextAccent: string;
|
|
33006
|
-
euiColorTextAccentSecondary: string;
|
|
33007
|
-
euiColorTextNeutral: string;
|
|
33008
|
-
euiColorTextSuccess: string;
|
|
33009
|
-
euiColorTextWarning: string;
|
|
33010
|
-
euiColorTextRisk: string;
|
|
33011
|
-
euiColorTextDanger: string;
|
|
33012
|
-
euiColorTextParagraph: string;
|
|
33013
|
-
euiColorTextHeading: string;
|
|
33014
|
-
euiColorTextSubdued: string;
|
|
33015
|
-
euiColorTextDisabled: string;
|
|
33016
|
-
euiColorTextInverse: string;
|
|
33017
|
-
euiColorBackgroundBasePrimary: string;
|
|
33018
|
-
euiColorBackgroundBaseAccent: string;
|
|
33019
|
-
euiColorBackgroundBaseAccentSecondary: string;
|
|
33020
|
-
euiColorBackgroundBaseNeutral: string;
|
|
33021
|
-
euiColorBackgroundBaseSuccess: string;
|
|
33022
|
-
euiColorBackgroundBaseWarning: string;
|
|
33023
|
-
euiColorBackgroundBaseRisk: string;
|
|
33024
|
-
euiColorBackgroundBaseDanger: string;
|
|
33025
|
-
euiColorBackgroundBaseSubdued: string;
|
|
33026
|
-
euiColorBackgroundBasePlain: string;
|
|
33027
|
-
euiColorBackgroundBaseDisabled: string;
|
|
33028
|
-
euiColorBackgroundBaseHighlighted: string;
|
|
33029
|
-
euiColorBackgroundBaseFormsPrepend: string;
|
|
33030
|
-
euiColorBackgroundBaseFormsControlDisabled: string;
|
|
33031
|
-
euiColorBackgroundBaseInteractiveHover: string;
|
|
33032
|
-
euiColorBackgroundBaseInteractiveSelect: string;
|
|
33033
|
-
euiColorBackgroundBaseInteractiveSelectHover: string;
|
|
33034
|
-
euiColorBackgroundBaseInteractiveOverlay: string;
|
|
33035
|
-
euiColorBackgroundBaseSkeletonEdge: string;
|
|
33036
|
-
euiColorBackgroundBaseSkeletonMiddle: string;
|
|
33037
|
-
euiColorBackgroundLightPrimary: string;
|
|
33038
|
-
euiColorBackgroundLightAccent: string;
|
|
33039
|
-
euiColorBackgroundLightAccentSecondary: string;
|
|
33040
|
-
euiColorBackgroundLightNeutral: string;
|
|
33041
|
-
euiColorBackgroundLightSuccess: string;
|
|
33042
|
-
euiColorBackgroundLightWarning: string;
|
|
33043
|
-
euiColorBackgroundLightRisk: string;
|
|
33044
|
-
euiColorBackgroundLightDanger: string;
|
|
33045
|
-
euiColorBackgroundLightText: string;
|
|
33046
|
-
euiColorBackgroundFilledPrimary: string;
|
|
33047
|
-
euiColorBackgroundFilledAccent: string;
|
|
33048
|
-
euiColorBackgroundFilledAccentSecondary: string;
|
|
33049
|
-
euiColorBackgroundFilledNeutral: string;
|
|
33050
|
-
euiColorBackgroundFilledSuccess: string;
|
|
33051
|
-
euiColorBackgroundFilledWarning: string;
|
|
33052
|
-
euiColorBackgroundFilledRisk: string;
|
|
33053
|
-
euiColorBackgroundFilledDanger: string;
|
|
33054
|
-
euiColorBackgroundFilledText: string;
|
|
33055
|
-
euiColorBorderBasePrimary: string;
|
|
33056
|
-
euiColorBorderBaseAccent: string;
|
|
33057
|
-
euiColorBorderBaseAccentSecondary: string;
|
|
33058
|
-
euiColorBorderBaseNeutral: string;
|
|
33059
|
-
euiColorBorderBaseSuccess: string;
|
|
33060
|
-
euiColorBorderBaseWarning: string;
|
|
33061
|
-
euiColorBorderBaseRisk: string;
|
|
33062
|
-
euiColorBorderBaseDanger: string;
|
|
33063
|
-
euiColorBorderBasePlain: string;
|
|
33064
|
-
euiColorBorderBaseSubdued: string;
|
|
33065
|
-
euiColorBorderBaseDisabled: string;
|
|
33066
|
-
euiColorBorderBaseFloating: string;
|
|
33067
|
-
euiColorBorderBaseFormsColorSwatch: string;
|
|
33068
|
-
euiColorBorderBaseFormsControl: string;
|
|
33069
|
-
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
33070
|
-
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
33071
|
-
euiColorBorderStrongPrimary: string;
|
|
33072
|
-
euiColorBorderStrongAccent: string;
|
|
33073
|
-
euiColorBorderStrongAccentSecondary: string;
|
|
33074
|
-
euiColorBorderStrongNeutral: string;
|
|
33075
|
-
euiColorBorderStrongSuccess: string;
|
|
33076
|
-
euiColorBorderStrongWarning: string;
|
|
33077
|
-
euiColorBorderStrongRisk: string;
|
|
33078
|
-
euiColorBorderStrongDanger: string;
|
|
33079
|
-
euiColorBorderStrongText: string;
|
|
33080
|
-
};
|
|
33081
|
-
export default sassVariables;
|
|
33082
|
-
}
|
|
33083
|
-
declare module '@elastic/eui/dist/eui_theme_borealis_dark.json' {
|
|
33084
|
-
const sassVariables: {
|
|
33085
|
-
euiZDataGrid: number;
|
|
33086
|
-
euiZHeaderBelowDataGrid: number;
|
|
33087
|
-
euiZDataGridCellPopover: number;
|
|
33088
|
-
euiDataGridCellPaddingS: string;
|
|
33089
|
-
euiDataGridCellPaddingM: string;
|
|
33090
|
-
euiDataGridCellPaddingL: string;
|
|
33091
|
-
euiTableHoverColor: string;
|
|
33092
|
-
euiTableSelectedColor: string;
|
|
33093
|
-
euiTableHoverSelectedColor: string;
|
|
33094
|
-
euiTableActionsBorderColor: string;
|
|
33095
|
-
euiTableHoverClickableColor: string;
|
|
33096
|
-
euiTableFocusClickableColor: string;
|
|
33097
|
-
euiContrastRatioText: number;
|
|
33098
|
-
euiContrastRatioGraphic: number;
|
|
33099
|
-
euiContrastRatioDisabled: number;
|
|
33100
|
-
euiAnimSlightBounce: string;
|
|
33101
|
-
euiAnimSlightResistance: string;
|
|
33102
|
-
euiAnimSpeedExtraFast: string;
|
|
33103
|
-
euiAnimSpeedFast: string;
|
|
33104
|
-
euiAnimSpeedNormal: string;
|
|
33105
|
-
euiAnimSpeedSlow: string;
|
|
33106
|
-
euiAnimSpeedExtraSlow: string;
|
|
33107
|
-
euiBorderWidthThin: string;
|
|
33108
|
-
euiBorderWidthThick: string;
|
|
33109
|
-
euiBorderColor: string;
|
|
33110
|
-
euiBorderRadius: string;
|
|
33111
|
-
euiBorderRadiusSmall: string;
|
|
33112
|
-
euiBorderThick: string;
|
|
33113
|
-
euiBorderThin: string;
|
|
33114
|
-
euiBorderEditable: string;
|
|
33115
|
-
euiButtonHeight: string;
|
|
33116
|
-
euiButtonHeightSmall: string;
|
|
33117
|
-
euiButtonHeightXSmall: string;
|
|
33118
|
-
euiButtonColorDisabled: string;
|
|
33119
|
-
euiButtonColorDisabledText: string;
|
|
33120
|
-
euiButtonColorGhostDisabled: string;
|
|
33121
|
-
euiButtonTypes: {
|
|
33122
|
-
primary: string;
|
|
33123
|
-
accent: string;
|
|
33124
|
-
accentSecondary: string;
|
|
33125
|
-
neutral: string;
|
|
33126
|
-
success: string;
|
|
33127
|
-
warning: string;
|
|
33128
|
-
risk: string;
|
|
33129
|
-
danger: string;
|
|
33130
|
-
ghost: string;
|
|
33131
|
-
text: string;
|
|
33132
|
-
};
|
|
33133
|
-
euiFontWeightLight: number;
|
|
33134
|
-
euiFontWeightRegular: number;
|
|
33135
|
-
euiFontWeightMedium: number;
|
|
33136
|
-
euiFontWeightSemiBold: number;
|
|
33137
|
-
euiFontWeightBold: number;
|
|
33138
|
-
euiCodeFontWeightRegular: number;
|
|
33139
|
-
euiCodeFontWeightBold: number;
|
|
33140
|
-
euiFormMaxWidth: string;
|
|
33141
|
-
euiFormControlHeight: string;
|
|
33142
|
-
euiFormControlCompressedHeight: string;
|
|
33143
|
-
euiFormControlPadding: string;
|
|
33144
|
-
euiFormControlCompressedPadding: string;
|
|
33145
|
-
euiFormControlBorderRadius: string;
|
|
33146
|
-
euiFormControlCompressedBorderRadius: string;
|
|
33147
|
-
euiRadioSize: string;
|
|
33148
|
-
euiCheckBoxSize: string;
|
|
33149
|
-
euiCheckboxBorderRadius: string;
|
|
33150
|
-
euiSwitchHeight: string;
|
|
33151
|
-
euiSwitchWidth: string;
|
|
33152
|
-
euiSwitchThumbSize: string;
|
|
33153
|
-
euiSwitchIconHeight: string;
|
|
33154
|
-
euiSwitchHeightCompressed: string;
|
|
33155
|
-
euiSwitchWidthCompressed: string;
|
|
33156
|
-
euiSwitchThumbSizeCompressed: string;
|
|
33157
|
-
euiSwitchHeightMini: string;
|
|
33158
|
-
euiSwitchWidthMini: string;
|
|
33159
|
-
euiSwitchThumbSizeMini: string;
|
|
33160
|
-
euiFormBackgroundColor: string;
|
|
33161
|
-
euiFormBackgroundDisabledColor: string;
|
|
33162
|
-
euiFormBackgroundReadOnlyColor: string;
|
|
33163
|
-
euiFormBorderOpaqueColor: string;
|
|
33164
|
-
euiFormBorderColor: string;
|
|
33165
|
-
euiFormBorderDisabledColor: string;
|
|
33166
|
-
euiFormCustomControlDisabledIconColor: string;
|
|
33167
|
-
euiFormCustomControlBorderColor: string;
|
|
33168
|
-
euiFormControlDisabledColor: string;
|
|
33169
|
-
euiFormControlBoxShadow: string;
|
|
33170
|
-
euiFormControlPlaceholderText: string;
|
|
33171
|
-
euiFormInputGroupLabelBackground: string;
|
|
33172
|
-
euiFormInputGroupBorder: string;
|
|
33173
|
-
euiSwitchOffColor: string;
|
|
33174
|
-
euiFormControlIconSizes: {
|
|
33175
|
-
small: string;
|
|
33176
|
-
medium: string;
|
|
33177
|
-
large: string;
|
|
33178
|
-
xLarge: string;
|
|
33179
|
-
xxLarge: string;
|
|
33180
|
-
};
|
|
33181
|
-
euiFormControlLayoutGroupInputHeight: string;
|
|
33182
|
-
euiFormControlLayoutGroupInputCompressedHeight: string;
|
|
33183
|
-
euiFormControlLayoutGroupInputCompressedBorderRadius: string;
|
|
33184
|
-
euiHeaderBackgroundColor: string;
|
|
33185
|
-
euiHeaderDarkBackgroundColor: string;
|
|
33186
|
-
euiHeaderBorderColor: string;
|
|
33187
|
-
euiHeaderBreadcrumbColor: string;
|
|
33188
|
-
euiHeaderHeight: string;
|
|
33189
|
-
euiHeaderChildSize: string;
|
|
33190
|
-
euiHeaderHeightCompensation: string;
|
|
33191
|
-
euiPageDefaultMaxWidth: string;
|
|
33192
|
-
euiPageSidebarMinWidth: string;
|
|
33193
|
-
euiPanelPaddingModifiers: {
|
|
33194
|
-
paddingSmall: string;
|
|
33195
|
-
paddingMedium: string;
|
|
33196
|
-
paddingLarge: string;
|
|
33197
|
-
};
|
|
33198
|
-
euiPanelBorderRadiusModifiers: {
|
|
33199
|
-
borderRadiusNone: number;
|
|
33200
|
-
borderRadiusMedium: string;
|
|
33201
|
-
};
|
|
33202
|
-
euiPanelBackgroundColorModifiers: {
|
|
33203
|
-
transparent: string;
|
|
33204
|
-
plain: string;
|
|
33205
|
-
subdued: string;
|
|
33206
|
-
accent: string;
|
|
33207
|
-
accentSecondary: string;
|
|
33208
|
-
primary: string;
|
|
33209
|
-
success: string;
|
|
33210
|
-
warning: string;
|
|
33211
|
-
danger: string;
|
|
33212
|
-
};
|
|
33213
|
-
euiBreakpoints: {
|
|
33214
|
-
xs: number;
|
|
33215
|
-
s: string;
|
|
33216
|
-
m: string;
|
|
33217
|
-
l: string;
|
|
33218
|
-
xl: string;
|
|
33219
|
-
};
|
|
33220
|
-
euiBreakpointKeys: string;
|
|
33221
|
-
euiShadowColor: string;
|
|
33222
|
-
euiShadows: {
|
|
33223
|
-
xs: {
|
|
33224
|
-
down: string;
|
|
33225
|
-
up: string;
|
|
33226
|
-
};
|
|
33227
|
-
s: {
|
|
33228
|
-
down: string;
|
|
33229
|
-
up: string;
|
|
33230
|
-
};
|
|
33231
|
-
m: {
|
|
33232
|
-
down: string;
|
|
33233
|
-
up: string;
|
|
33234
|
-
};
|
|
33235
|
-
l: {
|
|
33236
|
-
down: string;
|
|
33237
|
-
up: string;
|
|
33238
|
-
};
|
|
33239
|
-
xl: {
|
|
33240
|
-
down: string;
|
|
33241
|
-
up: string;
|
|
33242
|
-
};
|
|
33243
|
-
hover: {
|
|
33244
|
-
base: {
|
|
33245
|
-
down: string;
|
|
33246
|
-
up: string;
|
|
33247
|
-
};
|
|
33248
|
-
xl: {
|
|
33249
|
-
down: string;
|
|
33250
|
-
up: string;
|
|
33251
|
-
};
|
|
33252
|
-
};
|
|
33253
|
-
flat: {
|
|
33254
|
-
down: string;
|
|
33255
|
-
up: string;
|
|
33256
|
-
};
|
|
33257
|
-
};
|
|
33258
|
-
euiSize: string;
|
|
33259
|
-
euiSizeXS: string;
|
|
33260
|
-
euiSizeS: string;
|
|
33261
|
-
euiSizeM: string;
|
|
33262
|
-
euiSizeL: string;
|
|
33263
|
-
euiSizeXL: string;
|
|
33264
|
-
euiSizeXXL: string;
|
|
33265
|
-
euiScrollBar: string;
|
|
33266
|
-
euiScrollBarCorner: string;
|
|
33267
|
-
euiScrollBarCornerThin: string;
|
|
33268
|
-
euiFocusRingColor: string;
|
|
33269
|
-
euiFocusRingAnimStartColor: string;
|
|
33270
|
-
euiFocusRingAnimStartSize: string;
|
|
33271
|
-
euiFocusRingAnimStartSizeLarge: string;
|
|
33272
|
-
euiFocusRingSizeLarge: string;
|
|
33273
|
-
euiFocusRingSize: string;
|
|
33274
|
-
euiFocusTransparency: number;
|
|
33275
|
-
euiFocusTransparencyPercent: string;
|
|
33276
|
-
euiFocusBackgroundColor: string;
|
|
33277
|
-
euiFontFamily: string;
|
|
33278
|
-
euiCodeFontFamily: string;
|
|
33279
|
-
euiFontFeatureSettings: string;
|
|
33280
|
-
euiTextScale: string;
|
|
33281
|
-
euiFontSize: string;
|
|
33282
|
-
euiFontSizeXS: string;
|
|
33283
|
-
euiFontSizeS: string;
|
|
33284
|
-
euiFontSizeM: string;
|
|
33285
|
-
euiFontSizeL: string;
|
|
33286
|
-
euiFontSizeXL: string;
|
|
33287
|
-
euiFontSizeXXL: string;
|
|
33288
|
-
euiLineHeight: number;
|
|
33289
|
-
euiBodyLineHeight: number;
|
|
33290
|
-
euiTitles: {
|
|
33291
|
-
xxxs: {
|
|
33292
|
-
'font-size': string;
|
|
33293
|
-
'line-height': string;
|
|
33294
|
-
'font-weight': number;
|
|
33295
|
-
};
|
|
33296
|
-
xxs: {
|
|
33297
|
-
'font-size': string;
|
|
33298
|
-
'line-height': string;
|
|
33299
|
-
'font-weight': number;
|
|
33300
|
-
};
|
|
33301
|
-
xs: {
|
|
33302
|
-
'font-size': string;
|
|
33303
|
-
'line-height': string;
|
|
33304
|
-
'font-weight': number;
|
|
33305
|
-
};
|
|
33306
|
-
s: {
|
|
33307
|
-
'font-size': string;
|
|
33308
|
-
'line-height': string;
|
|
33309
|
-
'font-weight': number;
|
|
33310
|
-
};
|
|
33311
|
-
m: {
|
|
33312
|
-
'font-size': string;
|
|
33313
|
-
'line-height': string;
|
|
33314
|
-
'font-weight': number;
|
|
33315
|
-
};
|
|
33316
|
-
l: {
|
|
33317
|
-
'font-size': string;
|
|
33318
|
-
'line-height': string;
|
|
33319
|
-
'font-weight': number;
|
|
33320
|
-
};
|
|
33321
|
-
};
|
|
33322
|
-
euiZLevel0: number;
|
|
33323
|
-
euiZLevel1: number;
|
|
33324
|
-
euiZLevel2: number;
|
|
33325
|
-
euiZLevel3: number;
|
|
33326
|
-
euiZLevel4: number;
|
|
33327
|
-
euiZLevel5: number;
|
|
33328
|
-
euiZLevel6: number;
|
|
33329
|
-
euiZLevel7: number;
|
|
33330
|
-
euiZLevel8: number;
|
|
33331
|
-
euiZLevel9: number;
|
|
33332
|
-
euiZToastList: number;
|
|
33333
|
-
euiZModal: number;
|
|
33334
|
-
euiZMask: number;
|
|
33335
|
-
euiZNavigation: number;
|
|
33336
|
-
euiZContentMenu: number;
|
|
33337
|
-
euiZHeader: number;
|
|
33338
|
-
euiZFlyout: number;
|
|
33339
|
-
euiZMaskBelowHeader: number;
|
|
33340
|
-
euiZContent: number;
|
|
33341
|
-
euiPaletteColorBlind: {
|
|
33342
|
-
euiColorVis0: {
|
|
33343
|
-
graphic: string;
|
|
33344
|
-
behindText: string;
|
|
33345
|
-
};
|
|
33346
|
-
euiColorVis1: {
|
|
33347
|
-
graphic: string;
|
|
33348
|
-
behindText: string;
|
|
33349
|
-
};
|
|
33350
|
-
euiColorVis2: {
|
|
33351
|
-
graphic: string;
|
|
33352
|
-
behindText: string;
|
|
33353
|
-
};
|
|
33354
|
-
euiColorVis3: {
|
|
33355
|
-
graphic: string;
|
|
33356
|
-
behindText: string;
|
|
33357
|
-
};
|
|
33358
|
-
euiColorVis4: {
|
|
33359
|
-
graphic: string;
|
|
33360
|
-
behindText: string;
|
|
33361
|
-
};
|
|
33362
|
-
euiColorVis5: {
|
|
33363
|
-
graphic: string;
|
|
33364
|
-
behindText: string;
|
|
33365
|
-
};
|
|
33366
|
-
euiColorVis6: {
|
|
33367
|
-
graphic: string;
|
|
33368
|
-
behindText: string;
|
|
33369
|
-
};
|
|
33370
|
-
euiColorVis7: {
|
|
33371
|
-
graphic: string;
|
|
33372
|
-
behindText: string;
|
|
33373
|
-
};
|
|
33374
|
-
euiColorVis8: {
|
|
33375
|
-
graphic: string;
|
|
33376
|
-
behindText: string;
|
|
33377
|
-
};
|
|
33378
|
-
euiColorVis9: {
|
|
33379
|
-
graphic: string;
|
|
33380
|
-
behindText: string;
|
|
33381
|
-
};
|
|
33382
|
-
};
|
|
33383
|
-
euiPaletteColorBlindKeys: string;
|
|
33384
|
-
euiColorVis0: string;
|
|
33385
|
-
euiColorVis1: string;
|
|
33386
|
-
euiColorVis2: string;
|
|
33387
|
-
euiColorVis3: string;
|
|
33388
|
-
euiColorVis4: string;
|
|
33389
|
-
euiColorVis5: string;
|
|
33390
|
-
euiColorVis6: string;
|
|
33391
|
-
euiColorVis7: string;
|
|
33392
|
-
euiColorVis8: string;
|
|
33393
|
-
euiColorVis9: string;
|
|
33394
|
-
euiColorVis0_behindText: string;
|
|
33395
|
-
euiColorVis1_behindText: string;
|
|
33396
|
-
euiColorVis2_behindText: string;
|
|
33397
|
-
euiColorVis3_behindText: string;
|
|
33398
|
-
euiColorVis4_behindText: string;
|
|
33399
|
-
euiColorVis5_behindText: string;
|
|
33400
|
-
euiColorVis6_behindText: string;
|
|
33401
|
-
euiColorVis7_behindText: string;
|
|
33402
|
-
euiColorVis8_behindText: string;
|
|
33403
|
-
euiColorVis9_behindText: string;
|
|
33404
|
-
euiColorVisText0: string;
|
|
33405
|
-
euiColorVisText1: string;
|
|
33406
|
-
euiColorVisText2: string;
|
|
33407
|
-
euiColorVisText3: string;
|
|
33408
|
-
euiColorVisText4: string;
|
|
33409
|
-
euiColorVisText5: string;
|
|
33410
|
-
euiColorVisText6: string;
|
|
33411
|
-
euiColorVisText7: string;
|
|
33412
|
-
euiColorVisText8: string;
|
|
33413
|
-
euiColorVisText9: string;
|
|
33414
|
-
euiColorVisSuccess0: string;
|
|
33415
|
-
euiColorVisSuccess1: string;
|
|
33416
|
-
euiColorVisWarning0: string;
|
|
33417
|
-
euiColorVisDanger0: string;
|
|
33418
|
-
euiColorVisDanger1: string;
|
|
33419
|
-
euiColorVisNeutral0: string;
|
|
33420
|
-
euiColorVisGrey0: string;
|
|
33421
|
-
euiColorVisGrey1: string;
|
|
33422
|
-
euiColorVisGrey2: string;
|
|
33423
|
-
euiColorVisGrey3: string;
|
|
33424
|
-
euiColorVisWarm0: string;
|
|
33425
|
-
euiColorVisWarm1: string;
|
|
33426
|
-
euiColorVisWarm2: string;
|
|
33427
|
-
euiColorVisCool0: string;
|
|
33428
|
-
euiColorVisCool1: string;
|
|
33429
|
-
euiColorVisCool2: string;
|
|
33430
|
-
euiColorVisComplementary0: string;
|
|
33431
|
-
euiColorVisComplementary1: string;
|
|
33432
|
-
euiColorSeverityUnknown: string;
|
|
33433
|
-
euiColorSeverityNeutral: string;
|
|
33434
|
-
euiColorSeveritySuccess: string;
|
|
33435
|
-
euiColorSeverityWarning: string;
|
|
33436
|
-
euiColorSeverityRisk: string;
|
|
33437
|
-
euiColorSeverityDanger: string;
|
|
33438
|
-
euiColorChartLines: string;
|
|
33439
|
-
euiColorChartBand: string;
|
|
33440
|
-
euiColorGhost: string;
|
|
33441
|
-
euiColorInk: string;
|
|
33442
|
-
euiColorPrimary: string;
|
|
33443
|
-
euiColorAccent: string;
|
|
33444
|
-
euiColorAccentSecondary: string;
|
|
33445
|
-
euiColorSuccess: string;
|
|
33446
|
-
euiColorWarning: string;
|
|
33447
|
-
euiColorDanger: string;
|
|
33448
|
-
euiColorEmptyShade: string;
|
|
33449
|
-
euiColorLightestShade: string;
|
|
33450
|
-
euiColorLightShade: string;
|
|
33451
|
-
euiColorMediumShade: string;
|
|
33452
|
-
euiColorDarkShade: string;
|
|
33453
|
-
euiColorDarkestShade: string;
|
|
33454
|
-
euiColorFullShade: string;
|
|
33455
|
-
euiPageBackgroundColor: string;
|
|
33456
|
-
euiColorHighlight: string;
|
|
33457
|
-
euiTextColor: string;
|
|
33458
|
-
euiTitleColor: string;
|
|
33459
|
-
euiTextSubduedColor: string;
|
|
33460
|
-
euiColorDisabled: string;
|
|
33461
|
-
euiColorPrimaryText: string;
|
|
33462
|
-
euiColorSuccessText: string;
|
|
33463
|
-
euiColorAccentText: string;
|
|
33464
|
-
euiColorWarningText: string;
|
|
33465
|
-
euiColorDangerText: string;
|
|
33466
|
-
euiColorDisabledText: string;
|
|
33467
|
-
euiLinkColor: string;
|
|
33468
|
-
euiColorPlainLight: string;
|
|
33469
|
-
euiColorPlainDark: string;
|
|
33470
|
-
euiColorTextPrimary: string;
|
|
33471
|
-
euiColorTextAccent: string;
|
|
33472
|
-
euiColorTextAccentSecondary: string;
|
|
33473
|
-
euiColorTextNeutral: string;
|
|
33474
|
-
euiColorTextSuccess: string;
|
|
33475
|
-
euiColorTextWarning: string;
|
|
33476
|
-
euiColorTextRisk: string;
|
|
33477
|
-
euiColorTextDanger: string;
|
|
33478
|
-
euiColorTextParagraph: string;
|
|
33479
|
-
euiColorTextHeading: string;
|
|
33480
|
-
euiColorTextSubdued: string;
|
|
33481
|
-
euiColorTextDisabled: string;
|
|
33482
|
-
euiColorTextInverse: string;
|
|
33483
|
-
euiColorBackgroundBasePrimary: string;
|
|
33484
|
-
euiColorBackgroundBaseAccent: string;
|
|
33485
|
-
euiColorBackgroundBaseAccentSecondary: string;
|
|
33486
|
-
euiColorBackgroundBaseNeutral: string;
|
|
33487
|
-
euiColorBackgroundBaseSuccess: string;
|
|
33488
|
-
euiColorBackgroundBaseWarning: string;
|
|
33489
|
-
euiColorBackgroundBaseRisk: string;
|
|
33490
|
-
euiColorBackgroundBaseDanger: string;
|
|
33491
|
-
euiColorBackgroundBaseSubdued: string;
|
|
33492
|
-
euiColorBackgroundBasePlain: string;
|
|
33493
|
-
euiColorBackgroundBaseDisabled: string;
|
|
33494
|
-
euiColorBackgroundBaseHighlighted: string;
|
|
33495
|
-
euiColorBackgroundBaseFormsPrepend: string;
|
|
33496
|
-
euiColorBackgroundBaseFormsControlDisabled: string;
|
|
33497
|
-
euiColorBackgroundBaseInteractiveHover: string;
|
|
33498
|
-
euiColorBackgroundBaseInteractiveSelect: string;
|
|
33499
|
-
euiColorBackgroundBaseInteractiveSelectHover: string;
|
|
33500
|
-
euiColorBackgroundBaseInteractiveOverlay: string;
|
|
33501
|
-
euiColorBackgroundBaseSkeletonEdge: string;
|
|
33502
|
-
euiColorBackgroundBaseSkeletonMiddle: string;
|
|
33503
|
-
euiColorBackgroundLightPrimary: string;
|
|
33504
|
-
euiColorBackgroundLightAccent: string;
|
|
33505
|
-
euiColorBackgroundLightAccentSecondary: string;
|
|
33506
|
-
euiColorBackgroundLightNeutral: string;
|
|
33507
|
-
euiColorBackgroundLightSuccess: string;
|
|
33508
|
-
euiColorBackgroundLightWarning: string;
|
|
33509
|
-
euiColorBackgroundLightRisk: string;
|
|
33510
|
-
euiColorBackgroundLightDanger: string;
|
|
33511
|
-
euiColorBackgroundLightText: string;
|
|
33512
|
-
euiColorBackgroundFilledPrimary: string;
|
|
33513
|
-
euiColorBackgroundFilledAccent: string;
|
|
33514
|
-
euiColorBackgroundFilledAccentSecondary: string;
|
|
33515
|
-
euiColorBackgroundFilledNeutral: string;
|
|
33516
|
-
euiColorBackgroundFilledSuccess: string;
|
|
33517
|
-
euiColorBackgroundFilledWarning: string;
|
|
33518
|
-
euiColorBackgroundFilledRisk: string;
|
|
33519
|
-
euiColorBackgroundFilledDanger: string;
|
|
33520
|
-
euiColorBackgroundFilledText: string;
|
|
33521
|
-
euiColorBorderBasePrimary: string;
|
|
33522
|
-
euiColorBorderBaseAccent: string;
|
|
33523
|
-
euiColorBorderBaseAccentSecondary: string;
|
|
33524
|
-
euiColorBorderBaseNeutral: string;
|
|
33525
|
-
euiColorBorderBaseSuccess: string;
|
|
33526
|
-
euiColorBorderBaseWarning: string;
|
|
33527
|
-
euiColorBorderBaseRisk: string;
|
|
33528
|
-
euiColorBorderBaseDanger: string;
|
|
33529
|
-
euiColorBorderBasePlain: string;
|
|
33530
|
-
euiColorBorderBaseSubdued: string;
|
|
33531
|
-
euiColorBorderBaseDisabled: string;
|
|
33532
|
-
euiColorBorderBaseFloating: string;
|
|
33533
|
-
euiColorBorderBaseFormsColorSwatch: string;
|
|
33534
|
-
euiColorBorderBaseFormsControl: string;
|
|
33535
|
-
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
33536
|
-
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
33537
|
-
euiColorBorderStrongPrimary: string;
|
|
33538
|
-
euiColorBorderStrongAccent: string;
|
|
33539
|
-
euiColorBorderStrongAccentSecondary: string;
|
|
33540
|
-
euiColorBorderStrongNeutral: string;
|
|
33541
|
-
euiColorBorderStrongSuccess: string;
|
|
33542
|
-
euiColorBorderStrongWarning: string;
|
|
33543
|
-
euiColorBorderStrongRisk: string;
|
|
33544
|
-
euiColorBorderStrongDanger: string;
|
|
33545
|
-
euiColorBorderStrongText: string;
|
|
33546
|
-
};
|
|
33547
|
-
export default sassVariables;
|
|
33548
|
-
}
|
|
33549
|
-
declare module '@elastic/eui/dist/eui_theme_borealis_light.json' {
|
|
33550
|
-
const sassVariables: {
|
|
33551
|
-
euiZDataGrid: number;
|
|
33552
|
-
euiZHeaderBelowDataGrid: number;
|
|
33553
|
-
euiZDataGridCellPopover: number;
|
|
33554
|
-
euiDataGridCellPaddingS: string;
|
|
33555
|
-
euiDataGridCellPaddingM: string;
|
|
33556
|
-
euiDataGridCellPaddingL: string;
|
|
33557
|
-
euiTableHoverColor: string;
|
|
33558
|
-
euiTableSelectedColor: string;
|
|
33559
|
-
euiTableHoverSelectedColor: string;
|
|
33560
|
-
euiTableActionsBorderColor: string;
|
|
33561
|
-
euiTableHoverClickableColor: string;
|
|
33562
|
-
euiTableFocusClickableColor: string;
|
|
33563
|
-
euiContrastRatioText: number;
|
|
33564
|
-
euiContrastRatioGraphic: number;
|
|
33565
|
-
euiContrastRatioDisabled: number;
|
|
33566
|
-
euiAnimSlightBounce: string;
|
|
33567
|
-
euiAnimSlightResistance: string;
|
|
33568
|
-
euiAnimSpeedExtraFast: string;
|
|
33569
|
-
euiAnimSpeedFast: string;
|
|
33570
|
-
euiAnimSpeedNormal: string;
|
|
33571
|
-
euiAnimSpeedSlow: string;
|
|
33572
|
-
euiAnimSpeedExtraSlow: string;
|
|
33573
|
-
euiBorderWidthThin: string;
|
|
33574
|
-
euiBorderWidthThick: string;
|
|
33575
|
-
euiBorderColor: string;
|
|
33576
|
-
euiBorderRadius: string;
|
|
33577
|
-
euiBorderRadiusSmall: string;
|
|
33578
|
-
euiBorderThick: string;
|
|
33579
|
-
euiBorderThin: string;
|
|
33580
|
-
euiBorderEditable: string;
|
|
33581
|
-
euiButtonHeight: string;
|
|
33582
|
-
euiButtonHeightSmall: string;
|
|
33583
|
-
euiButtonHeightXSmall: string;
|
|
33584
|
-
euiButtonColorDisabled: string;
|
|
33585
|
-
euiButtonColorDisabledText: string;
|
|
33586
|
-
euiButtonColorGhostDisabled: string;
|
|
33587
|
-
euiButtonTypes: {
|
|
33588
|
-
primary: string;
|
|
33589
|
-
accent: string;
|
|
33590
|
-
accentSecondary: string;
|
|
33591
|
-
neutral: string;
|
|
33592
|
-
success: string;
|
|
33593
|
-
warning: string;
|
|
33594
|
-
risk: string;
|
|
33595
|
-
danger: string;
|
|
33596
|
-
ghost: string;
|
|
33597
|
-
text: string;
|
|
33598
|
-
};
|
|
33599
|
-
euiFontWeightLight: number;
|
|
33600
|
-
euiFontWeightRegular: number;
|
|
33601
|
-
euiFontWeightMedium: number;
|
|
33602
|
-
euiFontWeightSemiBold: number;
|
|
33603
|
-
euiFontWeightBold: number;
|
|
33604
|
-
euiCodeFontWeightRegular: number;
|
|
33605
|
-
euiCodeFontWeightBold: number;
|
|
33606
|
-
euiFormMaxWidth: string;
|
|
33607
|
-
euiFormControlHeight: string;
|
|
33608
|
-
euiFormControlCompressedHeight: string;
|
|
33609
|
-
euiFormControlPadding: string;
|
|
33610
|
-
euiFormControlCompressedPadding: string;
|
|
33611
|
-
euiFormControlBorderRadius: string;
|
|
33612
|
-
euiFormControlCompressedBorderRadius: string;
|
|
33613
|
-
euiRadioSize: string;
|
|
33614
|
-
euiCheckBoxSize: string;
|
|
33615
|
-
euiCheckboxBorderRadius: string;
|
|
33616
|
-
euiSwitchHeight: string;
|
|
33617
|
-
euiSwitchWidth: string;
|
|
33618
|
-
euiSwitchThumbSize: string;
|
|
33619
|
-
euiSwitchIconHeight: string;
|
|
33620
|
-
euiSwitchHeightCompressed: string;
|
|
33621
|
-
euiSwitchWidthCompressed: string;
|
|
33622
|
-
euiSwitchThumbSizeCompressed: string;
|
|
33623
|
-
euiSwitchHeightMini: string;
|
|
33624
|
-
euiSwitchWidthMini: string;
|
|
33625
|
-
euiSwitchThumbSizeMini: string;
|
|
33626
|
-
euiFormBackgroundColor: string;
|
|
33627
|
-
euiFormBackgroundDisabledColor: string;
|
|
33628
|
-
euiFormBackgroundReadOnlyColor: string;
|
|
33629
|
-
euiFormBorderOpaqueColor: string;
|
|
33630
|
-
euiFormBorderColor: string;
|
|
33631
|
-
euiFormBorderDisabledColor: string;
|
|
33632
|
-
euiFormCustomControlDisabledIconColor: string;
|
|
33633
|
-
euiFormCustomControlBorderColor: string;
|
|
33634
|
-
euiFormControlDisabledColor: string;
|
|
33635
|
-
euiFormControlBoxShadow: string;
|
|
33636
|
-
euiFormControlPlaceholderText: string;
|
|
33637
|
-
euiFormInputGroupLabelBackground: string;
|
|
33638
|
-
euiFormInputGroupBorder: string;
|
|
33639
|
-
euiSwitchOffColor: string;
|
|
33640
|
-
euiFormControlIconSizes: {
|
|
33641
|
-
small: string;
|
|
33642
|
-
medium: string;
|
|
33643
|
-
large: string;
|
|
33644
|
-
xLarge: string;
|
|
33645
|
-
xxLarge: string;
|
|
33646
|
-
};
|
|
33647
|
-
euiFormControlLayoutGroupInputHeight: string;
|
|
33648
|
-
euiFormControlLayoutGroupInputCompressedHeight: string;
|
|
33649
|
-
euiFormControlLayoutGroupInputCompressedBorderRadius: string;
|
|
33650
|
-
euiHeaderBackgroundColor: string;
|
|
33651
|
-
euiHeaderDarkBackgroundColor: string;
|
|
33652
|
-
euiHeaderBorderColor: string;
|
|
33653
|
-
euiHeaderBreadcrumbColor: string;
|
|
33654
|
-
euiHeaderHeight: string;
|
|
33655
|
-
euiHeaderChildSize: string;
|
|
33656
|
-
euiHeaderHeightCompensation: string;
|
|
33657
|
-
euiPageDefaultMaxWidth: string;
|
|
33658
|
-
euiPageSidebarMinWidth: string;
|
|
33659
|
-
euiPanelPaddingModifiers: {
|
|
33660
|
-
paddingSmall: string;
|
|
33661
|
-
paddingMedium: string;
|
|
33662
|
-
paddingLarge: string;
|
|
33663
|
-
};
|
|
33664
|
-
euiPanelBorderRadiusModifiers: {
|
|
33665
|
-
borderRadiusNone: number;
|
|
33666
|
-
borderRadiusMedium: string;
|
|
33667
|
-
};
|
|
33668
|
-
euiPanelBackgroundColorModifiers: {
|
|
33669
|
-
transparent: string;
|
|
33670
|
-
plain: string;
|
|
33671
|
-
subdued: string;
|
|
33672
|
-
accent: string;
|
|
33673
|
-
accentSecondary: string;
|
|
33674
|
-
primary: string;
|
|
33675
|
-
success: string;
|
|
33676
|
-
warning: string;
|
|
33677
|
-
danger: string;
|
|
33678
|
-
};
|
|
33679
|
-
euiBreakpoints: {
|
|
33680
|
-
xs: number;
|
|
33681
|
-
s: string;
|
|
33682
|
-
m: string;
|
|
33683
|
-
l: string;
|
|
33684
|
-
xl: string;
|
|
33685
|
-
};
|
|
33686
|
-
euiBreakpointKeys: string;
|
|
33687
|
-
euiShadowColor: string;
|
|
33688
|
-
euiShadows: {
|
|
33689
|
-
xs: {
|
|
33690
|
-
down: string;
|
|
33691
|
-
up: string;
|
|
33692
|
-
};
|
|
33693
|
-
s: {
|
|
33694
|
-
down: string;
|
|
33695
|
-
up: string;
|
|
33696
|
-
};
|
|
33697
|
-
m: {
|
|
33698
|
-
down: string;
|
|
33699
|
-
up: string;
|
|
33700
|
-
};
|
|
33701
|
-
l: {
|
|
33702
|
-
down: string;
|
|
33703
|
-
up: string;
|
|
33704
|
-
};
|
|
33705
|
-
xl: {
|
|
33706
|
-
down: string;
|
|
33707
|
-
up: string;
|
|
33708
|
-
};
|
|
33709
|
-
hover: {
|
|
33710
|
-
base: {
|
|
33711
|
-
down: string;
|
|
33712
|
-
up: string;
|
|
33713
|
-
};
|
|
33714
|
-
xl: {
|
|
33715
|
-
down: string;
|
|
33716
|
-
up: string;
|
|
33717
|
-
};
|
|
33718
|
-
};
|
|
33719
|
-
flat: {
|
|
33720
|
-
down: string;
|
|
33721
|
-
up: string;
|
|
33722
|
-
};
|
|
33723
|
-
};
|
|
33724
|
-
euiSize: string;
|
|
33725
|
-
euiSizeXS: string;
|
|
33726
|
-
euiSizeS: string;
|
|
33727
|
-
euiSizeM: string;
|
|
33728
|
-
euiSizeL: string;
|
|
33729
|
-
euiSizeXL: string;
|
|
33730
|
-
euiSizeXXL: string;
|
|
33731
|
-
euiScrollBar: string;
|
|
33732
|
-
euiScrollBarCorner: string;
|
|
33733
|
-
euiScrollBarCornerThin: string;
|
|
33734
|
-
euiFocusRingColor: string;
|
|
33735
|
-
euiFocusRingAnimStartColor: string;
|
|
33736
|
-
euiFocusRingAnimStartSize: string;
|
|
33737
|
-
euiFocusRingAnimStartSizeLarge: string;
|
|
33738
|
-
euiFocusRingSizeLarge: string;
|
|
33739
|
-
euiFocusRingSize: string;
|
|
33740
|
-
euiFocusTransparency: number;
|
|
33741
|
-
euiFocusTransparencyPercent: string;
|
|
33742
|
-
euiFocusBackgroundColor: string;
|
|
33743
|
-
euiFontFamily: string;
|
|
33744
|
-
euiCodeFontFamily: string;
|
|
33745
|
-
euiFontFeatureSettings: string;
|
|
33746
|
-
euiTextScale: string;
|
|
33747
|
-
euiFontSize: string;
|
|
33748
|
-
euiFontSizeXS: string;
|
|
33749
|
-
euiFontSizeS: string;
|
|
33750
|
-
euiFontSizeM: string;
|
|
33751
|
-
euiFontSizeL: string;
|
|
33752
|
-
euiFontSizeXL: string;
|
|
33753
|
-
euiFontSizeXXL: string;
|
|
33754
|
-
euiLineHeight: number;
|
|
33755
|
-
euiBodyLineHeight: number;
|
|
33756
|
-
euiTitles: {
|
|
33757
|
-
xxxs: {
|
|
33758
|
-
'font-size': string;
|
|
33759
|
-
'line-height': string;
|
|
33760
|
-
'font-weight': number;
|
|
33761
|
-
};
|
|
33762
|
-
xxs: {
|
|
33763
|
-
'font-size': string;
|
|
33764
|
-
'line-height': string;
|
|
33765
|
-
'font-weight': number;
|
|
33766
|
-
};
|
|
33767
|
-
xs: {
|
|
33768
|
-
'font-size': string;
|
|
33769
|
-
'line-height': string;
|
|
33770
|
-
'font-weight': number;
|
|
33771
|
-
};
|
|
33772
|
-
s: {
|
|
33773
|
-
'font-size': string;
|
|
33774
|
-
'line-height': string;
|
|
33775
|
-
'font-weight': number;
|
|
33776
|
-
};
|
|
33777
|
-
m: {
|
|
33778
|
-
'font-size': string;
|
|
33779
|
-
'line-height': string;
|
|
33780
|
-
'font-weight': number;
|
|
33781
|
-
};
|
|
33782
|
-
l: {
|
|
33783
|
-
'font-size': string;
|
|
33784
|
-
'line-height': string;
|
|
33785
|
-
'font-weight': number;
|
|
33786
|
-
};
|
|
33787
|
-
};
|
|
33788
|
-
euiZLevel0: number;
|
|
33789
|
-
euiZLevel1: number;
|
|
33790
|
-
euiZLevel2: number;
|
|
33791
|
-
euiZLevel3: number;
|
|
33792
|
-
euiZLevel4: number;
|
|
33793
|
-
euiZLevel5: number;
|
|
33794
|
-
euiZLevel6: number;
|
|
33795
|
-
euiZLevel7: number;
|
|
33796
|
-
euiZLevel8: number;
|
|
33797
|
-
euiZLevel9: number;
|
|
33798
|
-
euiZToastList: number;
|
|
33799
|
-
euiZModal: number;
|
|
33800
|
-
euiZMask: number;
|
|
33801
|
-
euiZNavigation: number;
|
|
33802
|
-
euiZContentMenu: number;
|
|
33803
|
-
euiZHeader: number;
|
|
33804
|
-
euiZFlyout: number;
|
|
33805
|
-
euiZMaskBelowHeader: number;
|
|
33806
|
-
euiZContent: number;
|
|
33807
|
-
euiPaletteColorBlind: {
|
|
33808
|
-
euiColorVis0: {
|
|
33809
|
-
graphic: string;
|
|
33810
|
-
behindText: string;
|
|
33811
|
-
};
|
|
33812
|
-
euiColorVis1: {
|
|
33813
|
-
graphic: string;
|
|
33814
|
-
behindText: string;
|
|
33815
|
-
};
|
|
33816
|
-
euiColorVis2: {
|
|
33817
|
-
graphic: string;
|
|
33818
|
-
behindText: string;
|
|
33819
|
-
};
|
|
33820
|
-
euiColorVis3: {
|
|
33821
|
-
graphic: string;
|
|
33822
|
-
behindText: string;
|
|
33823
|
-
};
|
|
33824
|
-
euiColorVis4: {
|
|
33825
|
-
graphic: string;
|
|
33826
|
-
behindText: string;
|
|
33827
|
-
};
|
|
33828
|
-
euiColorVis5: {
|
|
33829
|
-
graphic: string;
|
|
33830
|
-
behindText: string;
|
|
33831
|
-
};
|
|
33832
|
-
euiColorVis6: {
|
|
33833
|
-
graphic: string;
|
|
33834
|
-
behindText: string;
|
|
33835
|
-
};
|
|
33836
|
-
euiColorVis7: {
|
|
33837
|
-
graphic: string;
|
|
33838
|
-
behindText: string;
|
|
33839
|
-
};
|
|
33840
|
-
euiColorVis8: {
|
|
33841
|
-
graphic: string;
|
|
33842
|
-
behindText: string;
|
|
33843
|
-
};
|
|
33844
|
-
euiColorVis9: {
|
|
33845
|
-
graphic: string;
|
|
33846
|
-
behindText: string;
|
|
33847
|
-
};
|
|
33848
|
-
};
|
|
33849
|
-
euiPaletteColorBlindKeys: string;
|
|
33850
|
-
euiColorVis0: string;
|
|
33851
|
-
euiColorVis1: string;
|
|
33852
|
-
euiColorVis2: string;
|
|
33853
|
-
euiColorVis3: string;
|
|
33854
|
-
euiColorVis4: string;
|
|
33855
|
-
euiColorVis5: string;
|
|
33856
|
-
euiColorVis6: string;
|
|
33857
|
-
euiColorVis7: string;
|
|
33858
|
-
euiColorVis8: string;
|
|
33859
|
-
euiColorVis9: string;
|
|
33860
|
-
euiColorVis0_behindText: string;
|
|
33861
|
-
euiColorVis1_behindText: string;
|
|
33862
|
-
euiColorVis2_behindText: string;
|
|
33863
|
-
euiColorVis3_behindText: string;
|
|
33864
|
-
euiColorVis4_behindText: string;
|
|
33865
|
-
euiColorVis5_behindText: string;
|
|
33866
|
-
euiColorVis6_behindText: string;
|
|
33867
|
-
euiColorVis7_behindText: string;
|
|
33868
|
-
euiColorVis8_behindText: string;
|
|
33869
|
-
euiColorVis9_behindText: string;
|
|
33870
|
-
euiColorVisText0: string;
|
|
33871
|
-
euiColorVisText1: string;
|
|
33872
|
-
euiColorVisText2: string;
|
|
33873
|
-
euiColorVisText3: string;
|
|
33874
|
-
euiColorVisText4: string;
|
|
33875
|
-
euiColorVisText5: string;
|
|
33876
|
-
euiColorVisText6: string;
|
|
33877
|
-
euiColorVisText7: string;
|
|
33878
|
-
euiColorVisText8: string;
|
|
33879
|
-
euiColorVisText9: string;
|
|
33880
|
-
euiColorVisSuccess0: string;
|
|
33881
|
-
euiColorVisSuccess1: string;
|
|
33882
|
-
euiColorVisWarning0: string;
|
|
33883
|
-
euiColorVisDanger0: string;
|
|
33884
|
-
euiColorVisDanger1: string;
|
|
33885
|
-
euiColorVisNeutral0: string;
|
|
33886
|
-
euiColorVisGrey0: string;
|
|
33887
|
-
euiColorVisGrey1: string;
|
|
33888
|
-
euiColorVisGrey2: string;
|
|
33889
|
-
euiColorVisGrey3: string;
|
|
33890
|
-
euiColorVisWarm0: string;
|
|
33891
|
-
euiColorVisWarm1: string;
|
|
33892
|
-
euiColorVisWarm2: string;
|
|
33893
|
-
euiColorVisCool0: string;
|
|
33894
|
-
euiColorVisCool1: string;
|
|
33895
|
-
euiColorVisCool2: string;
|
|
33896
|
-
euiColorVisComplementary0: string;
|
|
33897
|
-
euiColorVisComplementary1: string;
|
|
33898
|
-
euiColorSeverityUnknown: string;
|
|
33899
|
-
euiColorSeverityNeutral: string;
|
|
33900
|
-
euiColorSeveritySuccess: string;
|
|
33901
|
-
euiColorSeverityWarning: string;
|
|
33902
|
-
euiColorSeverityRisk: string;
|
|
33903
|
-
euiColorSeverityDanger: string;
|
|
33904
|
-
euiColorChartLines: string;
|
|
33905
|
-
euiColorChartBand: string;
|
|
33906
|
-
euiColorGhost: string;
|
|
33907
|
-
euiColorInk: string;
|
|
33908
|
-
euiColorPrimary: string;
|
|
33909
|
-
euiColorAccent: string;
|
|
33910
|
-
euiColorAccentSecondary: string;
|
|
33911
|
-
euiColorSuccess: string;
|
|
33912
|
-
euiColorWarning: string;
|
|
33913
|
-
euiColorDanger: string;
|
|
33914
|
-
euiColorEmptyShade: string;
|
|
33915
|
-
euiColorLightestShade: string;
|
|
33916
|
-
euiColorLightShade: string;
|
|
33917
|
-
euiColorMediumShade: string;
|
|
33918
|
-
euiColorDarkShade: string;
|
|
33919
|
-
euiColorDarkestShade: string;
|
|
33920
|
-
euiColorFullShade: string;
|
|
33921
|
-
euiPageBackgroundColor: string;
|
|
33922
|
-
euiColorHighlight: string;
|
|
33923
|
-
euiTextColor: string;
|
|
33924
|
-
euiTitleColor: string;
|
|
33925
|
-
euiTextSubduedColor: string;
|
|
33926
|
-
euiColorDisabled: string;
|
|
33927
|
-
euiColorPrimaryText: string;
|
|
33928
|
-
euiColorSuccessText: string;
|
|
33929
|
-
euiColorAccentText: string;
|
|
33930
|
-
euiColorWarningText: string;
|
|
33931
|
-
euiColorDangerText: string;
|
|
33932
|
-
euiColorDisabledText: string;
|
|
33933
|
-
euiLinkColor: string;
|
|
33934
|
-
euiColorPlainLight: string;
|
|
33935
|
-
euiColorPlainDark: string;
|
|
33936
|
-
euiColorTextPrimary: string;
|
|
33937
|
-
euiColorTextAccent: string;
|
|
33938
|
-
euiColorTextAccentSecondary: string;
|
|
33939
|
-
euiColorTextNeutral: string;
|
|
33940
|
-
euiColorTextSuccess: string;
|
|
33941
|
-
euiColorTextWarning: string;
|
|
33942
|
-
euiColorTextRisk: string;
|
|
33943
|
-
euiColorTextDanger: string;
|
|
33944
|
-
euiColorTextParagraph: string;
|
|
33945
|
-
euiColorTextHeading: string;
|
|
33946
|
-
euiColorTextSubdued: string;
|
|
33947
|
-
euiColorTextDisabled: string;
|
|
33948
|
-
euiColorTextInverse: string;
|
|
33949
|
-
euiColorBackgroundBasePrimary: string;
|
|
33950
|
-
euiColorBackgroundBaseAccent: string;
|
|
33951
|
-
euiColorBackgroundBaseAccentSecondary: string;
|
|
33952
|
-
euiColorBackgroundBaseNeutral: string;
|
|
33953
|
-
euiColorBackgroundBaseSuccess: string;
|
|
33954
|
-
euiColorBackgroundBaseWarning: string;
|
|
33955
|
-
euiColorBackgroundBaseRisk: string;
|
|
33956
|
-
euiColorBackgroundBaseDanger: string;
|
|
33957
|
-
euiColorBackgroundBaseSubdued: string;
|
|
33958
|
-
euiColorBackgroundBasePlain: string;
|
|
33959
|
-
euiColorBackgroundBaseDisabled: string;
|
|
33960
|
-
euiColorBackgroundBaseHighlighted: string;
|
|
33961
|
-
euiColorBackgroundBaseFormsPrepend: string;
|
|
33962
|
-
euiColorBackgroundBaseFormsControlDisabled: string;
|
|
33963
|
-
euiColorBackgroundBaseInteractiveHover: string;
|
|
33964
|
-
euiColorBackgroundBaseInteractiveSelect: string;
|
|
33965
|
-
euiColorBackgroundBaseInteractiveSelectHover: string;
|
|
33966
|
-
euiColorBackgroundBaseInteractiveOverlay: string;
|
|
33967
|
-
euiColorBackgroundBaseSkeletonEdge: string;
|
|
33968
|
-
euiColorBackgroundBaseSkeletonMiddle: string;
|
|
33969
|
-
euiColorBackgroundLightPrimary: string;
|
|
33970
|
-
euiColorBackgroundLightAccent: string;
|
|
33971
|
-
euiColorBackgroundLightAccentSecondary: string;
|
|
33972
|
-
euiColorBackgroundLightNeutral: string;
|
|
33973
|
-
euiColorBackgroundLightSuccess: string;
|
|
33974
|
-
euiColorBackgroundLightWarning: string;
|
|
33975
|
-
euiColorBackgroundLightRisk: string;
|
|
33976
|
-
euiColorBackgroundLightDanger: string;
|
|
33977
|
-
euiColorBackgroundLightText: string;
|
|
33978
|
-
euiColorBackgroundFilledPrimary: string;
|
|
33979
|
-
euiColorBackgroundFilledAccent: string;
|
|
33980
|
-
euiColorBackgroundFilledAccentSecondary: string;
|
|
33981
|
-
euiColorBackgroundFilledNeutral: string;
|
|
33982
|
-
euiColorBackgroundFilledSuccess: string;
|
|
33983
|
-
euiColorBackgroundFilledWarning: string;
|
|
33984
|
-
euiColorBackgroundFilledRisk: string;
|
|
33985
|
-
euiColorBackgroundFilledDanger: string;
|
|
33986
|
-
euiColorBackgroundFilledText: string;
|
|
33987
|
-
euiColorBorderBasePrimary: string;
|
|
33988
|
-
euiColorBorderBaseAccent: string;
|
|
33989
|
-
euiColorBorderBaseAccentSecondary: string;
|
|
33990
|
-
euiColorBorderBaseNeutral: string;
|
|
33991
|
-
euiColorBorderBaseSuccess: string;
|
|
33992
|
-
euiColorBorderBaseWarning: string;
|
|
33993
|
-
euiColorBorderBaseRisk: string;
|
|
33994
|
-
euiColorBorderBaseDanger: string;
|
|
33995
|
-
euiColorBorderBasePlain: string;
|
|
33996
|
-
euiColorBorderBaseSubdued: string;
|
|
33997
|
-
euiColorBorderBaseDisabled: string;
|
|
33998
|
-
euiColorBorderBaseFloating: string;
|
|
33999
|
-
euiColorBorderBaseFormsColorSwatch: string;
|
|
34000
|
-
euiColorBorderBaseFormsControl: string;
|
|
34001
|
-
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
34002
|
-
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
34003
|
-
euiColorBorderStrongPrimary: string;
|
|
34004
|
-
euiColorBorderStrongAccent: string;
|
|
34005
|
-
euiColorBorderStrongAccentSecondary: string;
|
|
34006
|
-
euiColorBorderStrongNeutral: string;
|
|
34007
|
-
euiColorBorderStrongSuccess: string;
|
|
34008
|
-
euiColorBorderStrongWarning: string;
|
|
34009
|
-
euiColorBorderStrongRisk: string;
|
|
34010
|
-
euiColorBorderStrongDanger: string;
|
|
34011
|
-
euiColorBorderStrongText: string;
|
|
34012
|
-
};
|
|
34013
|
-
export default sassVariables;
|
|
34014
|
-
}
|
|
34015
31932
|
// TODO: remove once exported by package itself
|
|
34016
31933
|
// https://github.com/oblador/loki/pull/516
|
|
34017
31934
|
declare module '@loki/create-async-callback' {
|