@elastic/eui 107.0.1 → 108.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/es/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/es/components/button/button_display/_button_display.styles.js +1 -4
- package/es/components/button/button_display/_button_display_content.styles.js +1 -4
- package/es/components/button/button_empty/button_empty.styles.js +4 -7
- package/es/components/button/button_group/button_group.styles.js +2 -12
- package/es/components/button/button_group/button_group_button.js +2 -4
- package/es/components/button/button_group/button_group_button.styles.js +22 -36
- package/es/components/button/button_icon/button_icon.js +3 -6
- package/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/es/components/combo_box/combo_box_input/combo_box_input.js +62 -65
- package/es/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/es/components/datagrid/controls/column_selector.styles.js +1 -1
- package/es/components/datagrid/controls/column_sorting.styles.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +2 -15
- package/es/components/datagrid/data_grid.styles.js +0 -1
- package/es/components/date_picker/date_picker.styles.js +1 -4
- package/es/components/date_picker/date_picker_range.styles.js +4 -8
- package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +12 -26
- package/es/components/filter_group/filter_button.js +7 -10
- package/es/components/filter_group/filter_button.styles.js +28 -39
- package/es/components/filter_group/filter_group.styles.js +8 -29
- package/es/components/form/field_number/field_number.styles.js +1 -4
- package/es/components/form/field_text/field_text.styles.js +1 -4
- package/es/components/form/file_picker/file_picker.js +102 -107
- package/es/components/form/file_picker/file_picker.styles.js +5 -7
- package/es/components/form/form.styles.js +17 -40
- package/es/components/form/form_control_layout/form_control_layout.styles.js +9 -22
- package/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/es/components/form/form_control_layout/form_control_layout_delimited.js +6 -8
- package/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/es/components/form/form_control_layout/form_control_layout_icons.js +25 -47
- package/es/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/es/components/form/form_label/form_label.js +1 -1
- package/es/components/form/form_label/form_label.styles.js +1 -5
- package/es/components/form/range/range_input.styles.js +1 -3
- package/es/components/header/header.styles.js +4 -19
- package/es/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/es/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/es/components/modal/modal.js +23 -5
- package/es/components/panel/panel.styles.js +4 -12
- package/es/components/resizable_container/resizable_collapse_button.js +2 -3
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +4 -5
- package/es/components/toast/toast.styles.js +1 -3
- package/es/components/token/token.js +1 -3
- package/es/components/token/token.styles.js +2 -3
- package/es/components/token/token_map.js +1 -231
- package/es/global_styling/mixins/_button.js +14 -24
- package/es/index.js +0 -1
- package/es/services/color/eui_palettes.js +7 -21
- package/es/services/color/eui_palettes_hooks.js +6 -10
- package/es/services/color/vis_color_store.js +2 -2
- package/es/services/theme/provider.js +4 -9
- package/eui.d.ts +19 -2102
- package/lib/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/lib/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/lib/components/button/button_display/_button_display.styles.js +1 -4
- package/lib/components/button/button_display/_button_display_content.styles.js +1 -4
- package/lib/components/button/button_empty/button_empty.styles.js +4 -7
- package/lib/components/button/button_group/button_group.styles.js +2 -12
- package/lib/components/button/button_group/button_group_button.js +1 -3
- package/lib/components/button/button_group/button_group_button.styles.js +21 -35
- package/lib/components/button/button_icon/button_icon.js +1 -4
- package/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/lib/components/combo_box/combo_box_input/combo_box_input.js +61 -64
- package/lib/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/lib/components/datagrid/controls/column_selector.styles.js +2 -2
- package/lib/components/datagrid/controls/column_sorting.styles.js +2 -2
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -14
- package/lib/components/datagrid/data_grid.styles.js +0 -1
- package/lib/components/date_picker/date_picker.styles.js +1 -4
- package/lib/components/date_picker/date_picker_range.styles.js +4 -8
- package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +10 -24
- package/lib/components/filter_group/filter_button.js +6 -9
- package/lib/components/filter_group/filter_button.styles.js +27 -38
- package/lib/components/filter_group/filter_group.styles.js +8 -29
- package/lib/components/form/field_number/field_number.styles.js +1 -4
- package/lib/components/form/field_text/field_text.styles.js +1 -4
- package/lib/components/form/file_picker/file_picker.js +101 -106
- package/lib/components/form/file_picker/file_picker.styles.js +5 -7
- package/lib/components/form/form.styles.js +16 -39
- package/lib/components/form/form_control_layout/form_control_layout.styles.js +8 -21
- package/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/lib/components/form/form_control_layout/form_control_layout_delimited.js +5 -7
- package/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +24 -46
- package/lib/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/lib/components/form/form_label/form_label.js +1 -1
- package/lib/components/form/form_label/form_label.styles.js +1 -5
- package/lib/components/form/range/range_input.styles.js +1 -3
- package/lib/components/header/header.styles.js +2 -18
- package/lib/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/lib/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/lib/components/modal/modal.js +25 -5
- package/lib/components/panel/panel.styles.js +4 -12
- package/lib/components/resizable_container/resizable_collapse_button.js +1 -2
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -4
- package/lib/components/toast/toast.styles.js +1 -3
- package/lib/components/token/token.js +1 -3
- package/lib/components/token/token.styles.js +1 -2
- package/lib/components/token/token_map.js +2 -232
- package/lib/global_styling/mixins/_button.js +11 -21
- package/lib/index.js +0 -11
- package/lib/services/color/eui_palettes.js +7 -21
- package/lib/services/color/eui_palettes_hooks.js +6 -10
- package/lib/services/color/vis_color_store.js +2 -2
- package/lib/services/theme/provider.js +4 -9
- package/optimize/es/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/optimize/es/components/button/button_display/_button_display.styles.js +1 -4
- package/optimize/es/components/button/button_display/_button_display_content.styles.js +1 -4
- package/optimize/es/components/button/button_empty/button_empty.styles.js +4 -7
- package/optimize/es/components/button/button_group/button_group.styles.js +2 -12
- package/optimize/es/components/button/button_group/button_group_button.js +2 -4
- package/optimize/es/components/button/button_group/button_group_button.styles.js +22 -36
- package/optimize/es/components/button/button_icon/button_icon.js +3 -6
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +1 -1
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.js +62 -65
- package/optimize/es/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/optimize/es/components/datagrid/controls/column_selector.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/column_sorting.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/data_grid_toolbar_control.js +2 -15
- package/optimize/es/components/datagrid/data_grid.styles.js +0 -1
- package/optimize/es/components/date_picker/date_picker.styles.js +1 -4
- package/optimize/es/components/date_picker/date_picker_range.styles.js +4 -8
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +12 -26
- package/optimize/es/components/filter_group/filter_button.js +7 -10
- package/optimize/es/components/filter_group/filter_button.styles.js +28 -39
- package/optimize/es/components/filter_group/filter_group.styles.js +8 -29
- package/optimize/es/components/form/field_number/field_number.styles.js +1 -4
- package/optimize/es/components/form/field_text/field_text.styles.js +1 -4
- package/optimize/es/components/form/file_picker/file_picker.js +102 -107
- package/optimize/es/components/form/file_picker/file_picker.styles.js +5 -7
- package/optimize/es/components/form/form.styles.js +17 -40
- package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +9 -22
- package/optimize/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.js +6 -8
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/optimize/es/components/form/form_control_layout/form_control_layout_icons.js +25 -47
- package/optimize/es/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/optimize/es/components/form/form_label/form_label.js +1 -1
- package/optimize/es/components/form/form_label/form_label.styles.js +1 -5
- package/optimize/es/components/form/range/range_input.styles.js +1 -3
- package/optimize/es/components/header/header.styles.js +4 -19
- package/optimize/es/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/optimize/es/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/optimize/es/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/optimize/es/components/modal/modal.js +17 -4
- package/optimize/es/components/panel/panel.styles.js +4 -12
- package/optimize/es/components/resizable_container/resizable_collapse_button.js +2 -3
- package/optimize/es/components/selectable/selectable_templates/selectable_template_sitewide.js +4 -5
- package/optimize/es/components/toast/toast.styles.js +1 -3
- package/optimize/es/components/token/token.js +1 -3
- package/optimize/es/components/token/token.styles.js +2 -3
- package/optimize/es/components/token/token_map.js +1 -231
- package/optimize/es/global_styling/mixins/_button.js +14 -24
- package/optimize/es/index.js +0 -1
- package/optimize/es/services/color/eui_palettes.js +7 -21
- package/optimize/es/services/color/eui_palettes_hooks.js +6 -10
- package/optimize/es/services/color/vis_color_store.js +2 -2
- package/optimize/es/services/theme/provider.js +4 -9
- package/optimize/lib/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/optimize/lib/components/button/button_display/_button_display.styles.js +1 -4
- package/optimize/lib/components/button/button_display/_button_display_content.styles.js +1 -4
- package/optimize/lib/components/button/button_empty/button_empty.styles.js +4 -7
- package/optimize/lib/components/button/button_group/button_group.styles.js +2 -12
- package/optimize/lib/components/button/button_group/button_group_button.js +1 -3
- package/optimize/lib/components/button/button_group/button_group_button.styles.js +21 -35
- package/optimize/lib/components/button/button_icon/button_icon.js +1 -4
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.js +61 -64
- package/optimize/lib/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/optimize/lib/components/datagrid/controls/column_selector.styles.js +2 -2
- package/optimize/lib/components/datagrid/controls/column_sorting.styles.js +2 -2
- package/optimize/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -14
- package/optimize/lib/components/datagrid/data_grid.styles.js +0 -1
- package/optimize/lib/components/date_picker/date_picker.styles.js +1 -4
- package/optimize/lib/components/date_picker/date_picker_range.styles.js +4 -8
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +10 -24
- package/optimize/lib/components/filter_group/filter_button.js +6 -9
- package/optimize/lib/components/filter_group/filter_button.styles.js +27 -38
- package/optimize/lib/components/filter_group/filter_group.styles.js +8 -29
- package/optimize/lib/components/form/field_number/field_number.styles.js +1 -4
- package/optimize/lib/components/form/field_text/field_text.styles.js +1 -4
- package/optimize/lib/components/form/file_picker/file_picker.js +101 -106
- package/optimize/lib/components/form/file_picker/file_picker.styles.js +5 -7
- package/optimize/lib/components/form/form.styles.js +16 -39
- package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +8 -21
- package/optimize/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.js +5 -7
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/optimize/lib/components/form/form_control_layout/form_control_layout_icons.js +24 -46
- package/optimize/lib/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/optimize/lib/components/form/form_label/form_label.js +1 -1
- package/optimize/lib/components/form/form_label/form_label.styles.js +1 -5
- package/optimize/lib/components/form/range/range_input.styles.js +1 -3
- package/optimize/lib/components/header/header.styles.js +2 -18
- package/optimize/lib/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/optimize/lib/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/optimize/lib/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/optimize/lib/components/modal/modal.js +20 -4
- package/optimize/lib/components/panel/panel.styles.js +4 -12
- package/optimize/lib/components/resizable_container/resizable_collapse_button.js +1 -2
- package/optimize/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -4
- package/optimize/lib/components/toast/toast.styles.js +1 -3
- package/optimize/lib/components/token/token.js +1 -3
- package/optimize/lib/components/token/token.styles.js +1 -2
- package/optimize/lib/components/token/token_map.js +2 -232
- package/optimize/lib/global_styling/mixins/_button.js +11 -21
- package/optimize/lib/index.js +0 -11
- package/optimize/lib/services/color/eui_palettes.js +7 -21
- package/optimize/lib/services/color/eui_palettes_hooks.js +6 -10
- package/optimize/lib/services/color/vis_color_store.js +2 -2
- package/optimize/lib/services/theme/provider.js +4 -9
- package/package.json +5 -6
- package/test-env/components/badge/beta_badge/beta_badge.styles.js +1 -3
- package/test-env/components/badge/notification_badge/badge_notification.styles.js +2 -4
- package/test-env/components/button/button_display/_button_display.styles.js +1 -4
- package/test-env/components/button/button_display/_button_display_content.styles.js +1 -4
- package/test-env/components/button/button_empty/button_empty.styles.js +4 -7
- package/test-env/components/button/button_group/button_group.styles.js +2 -12
- package/test-env/components/button/button_group/button_group_button.js +1 -3
- package/test-env/components/button/button_group/button_group_button.styles.js +21 -35
- package/test-env/components/button/button_icon/button_icon.js +1 -4
- package/test-env/components/collapsible_nav_beta/collapsible_nav_beta.styles.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +1 -4
- package/test-env/components/combo_box/combo_box_input/combo_box_input.js +61 -64
- package/test-env/components/combo_box/combo_box_input/combo_box_input.styles.js +2 -4
- package/test-env/components/datagrid/controls/column_selector.styles.js +2 -2
- package/test-env/components/datagrid/controls/column_sorting.styles.js +2 -2
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -14
- package/test-env/components/datagrid/data_grid.styles.js +0 -1
- package/test-env/components/date_picker/date_picker.styles.js +1 -4
- package/test-env/components/date_picker/date_picker_range.styles.js +4 -8
- package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +10 -24
- package/test-env/components/filter_group/filter_button.js +6 -9
- package/test-env/components/filter_group/filter_button.styles.js +27 -38
- package/test-env/components/filter_group/filter_group.styles.js +8 -29
- package/test-env/components/form/field_number/field_number.styles.js +1 -4
- package/test-env/components/form/field_text/field_text.styles.js +1 -4
- package/test-env/components/form/file_picker/file_picker.js +101 -106
- package/test-env/components/form/file_picker/file_picker.styles.js +5 -7
- package/test-env/components/form/form.styles.js +16 -39
- package/test-env/components/form/form_control_layout/form_control_layout.styles.js +8 -21
- package/test-env/components/form/form_control_layout/form_control_layout_clear_button.styles.js +1 -3
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.js +5 -7
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.styles.js +12 -25
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +24 -46
- package/test-env/components/form/form_error_text/form_error_text.styles.js +1 -3
- package/test-env/components/form/form_label/form_label.js +1 -1
- package/test-env/components/form/form_label/form_label.styles.js +1 -5
- package/test-env/components/form/range/range_input.styles.js +1 -3
- package/test-env/components/header/header.styles.js +2 -18
- package/test-env/components/header/header_section/header_section_item_button.styles.js +4 -6
- package/test-env/components/key_pad_menu/key_pad_menu_item.styles.js +5 -9
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.styles.js +3 -5
- package/test-env/components/modal/modal.js +26 -5
- package/test-env/components/panel/panel.styles.js +4 -12
- package/test-env/components/resizable_container/resizable_collapse_button.js +1 -2
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +3 -4
- package/test-env/components/toast/toast.styles.js +1 -3
- package/test-env/components/token/token.js +1 -3
- package/test-env/components/token/token.styles.js +1 -2
- package/test-env/components/token/token_map.js +2 -232
- package/test-env/global_styling/mixins/_button.js +11 -21
- package/test-env/index.js +0 -11
- package/test-env/services/breakpoint/current_breakpoint_hook.js +1 -1
- package/test-env/services/color/eui_palettes.js +7 -21
- package/test-env/services/color/eui_palettes_hooks.js +6 -10
- package/test-env/services/color/vis_color_store.js +2 -2
- package/test-env/services/theme/provider.js +4 -9
- package/dist/eui_theme_amsterdam_dark.json +0 -463
- package/dist/eui_theme_amsterdam_dark.json.d.ts +0 -466
- package/dist/eui_theme_amsterdam_light.json +0 -463
- package/dist/eui_theme_amsterdam_light.json.d.ts +0 -466
- package/dist/eui_theme_borealis_dark.json +0 -463
- package/dist/eui_theme_borealis_dark.json.d.ts +0 -466
- package/dist/eui_theme_borealis_light.json +0 -463
- package/dist/eui_theme_borealis_light.json.d.ts +0 -466
- package/es/themes/amsterdam/global_styling/functions/index.js +0 -9
- package/es/themes/amsterdam/global_styling/functions/shadows.js +0 -9
- package/es/themes/amsterdam/global_styling/mixins/button.js +0 -9
- package/es/themes/amsterdam/global_styling/mixins/index.js +0 -10
- package/es/themes/amsterdam/global_styling/mixins/shadow.js +0 -9
- package/es/themes/amsterdam/global_styling/variables/_animation.js +0 -26
- package/es/themes/amsterdam/global_styling/variables/_borders.js +0 -49
- package/es/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -9
- package/es/themes/amsterdam/global_styling/variables/_buttons.js +0 -529
- package/es/themes/amsterdam/global_styling/variables/_colors.js +0 -797
- package/es/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -21
- package/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -33
- package/es/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -125
- package/es/themes/amsterdam/global_styling/variables/_components.js +0 -724
- package/es/themes/amsterdam/global_styling/variables/_forms.js +0 -204
- package/es/themes/amsterdam/global_styling/variables/_levels.js +0 -19
- package/es/themes/amsterdam/global_styling/variables/_shadows.js +0 -439
- package/es/themes/amsterdam/global_styling/variables/_size.js +0 -23
- package/es/themes/amsterdam/global_styling/variables/_states.js +0 -26
- package/es/themes/amsterdam/global_styling/variables/_typography.js +0 -66
- package/es/themes/amsterdam/index.js +0 -10
- package/es/themes/amsterdam/theme.js +0 -41
- package/es/themes/index.js +0 -12
- package/es/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/es/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/es/themes/json/eui_theme_borealis_dark.json +0 -463
- package/es/themes/json/eui_theme_borealis_light.json +0 -463
- package/es/themes/themes.js +0 -1
- package/lib/themes/amsterdam/global_styling/functions/index.js +0 -16
- package/lib/themes/amsterdam/global_styling/functions/shadows.js +0 -12
- package/lib/themes/amsterdam/global_styling/mixins/button.js +0 -54
- package/lib/themes/amsterdam/global_styling/mixins/index.js +0 -27
- package/lib/themes/amsterdam/global_styling/mixins/shadow.js +0 -16
- package/lib/themes/amsterdam/global_styling/variables/_animation.js +0 -32
- package/lib/themes/amsterdam/global_styling/variables/_borders.js +0 -53
- package/lib/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -12
- package/lib/themes/amsterdam/global_styling/variables/_buttons.js +0 -533
- package/lib/themes/amsterdam/global_styling/variables/_colors.js +0 -800
- package/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -27
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -37
- package/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -130
- package/lib/themes/amsterdam/global_styling/variables/_components.js +0 -728
- package/lib/themes/amsterdam/global_styling/variables/_forms.js +0 -208
- package/lib/themes/amsterdam/global_styling/variables/_levels.js +0 -25
- package/lib/themes/amsterdam/global_styling/variables/_shadows.js +0 -442
- package/lib/themes/amsterdam/global_styling/variables/_size.js +0 -29
- package/lib/themes/amsterdam/global_styling/variables/_states.js +0 -32
- package/lib/themes/amsterdam/global_styling/variables/_typography.js +0 -70
- package/lib/themes/amsterdam/index.js +0 -16
- package/lib/themes/amsterdam/theme.js +0 -47
- package/lib/themes/index.js +0 -57
- package/lib/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/lib/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/lib/themes/json/eui_theme_borealis_dark.json +0 -463
- package/lib/themes/json/eui_theme_borealis_light.json +0 -463
- package/lib/themes/themes.js +0 -5
- package/optimize/es/themes/amsterdam/global_styling/functions/index.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/functions/shadows.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/mixins/button.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/mixins/index.js +0 -10
- package/optimize/es/themes/amsterdam/global_styling/mixins/shadow.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/variables/_animation.js +0 -23
- package/optimize/es/themes/amsterdam/global_styling/variables/_borders.js +0 -44
- package/optimize/es/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -9
- package/optimize/es/themes/amsterdam/global_styling/variables/_buttons.js +0 -518
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors.js +0 -789
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -21
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -30
- package/optimize/es/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -125
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +0 -716
- package/optimize/es/themes/amsterdam/global_styling/variables/_forms.js +0 -196
- package/optimize/es/themes/amsterdam/global_styling/variables/_levels.js +0 -19
- package/optimize/es/themes/amsterdam/global_styling/variables/_shadows.js +0 -436
- package/optimize/es/themes/amsterdam/global_styling/variables/_size.js +0 -23
- package/optimize/es/themes/amsterdam/global_styling/variables/_states.js +0 -26
- package/optimize/es/themes/amsterdam/global_styling/variables/_typography.js +0 -58
- package/optimize/es/themes/amsterdam/index.js +0 -10
- package/optimize/es/themes/amsterdam/theme.js +0 -41
- package/optimize/es/themes/index.js +0 -12
- package/optimize/es/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/optimize/es/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/optimize/es/themes/json/eui_theme_borealis_dark.json +0 -463
- package/optimize/es/themes/json/eui_theme_borealis_light.json +0 -463
- package/optimize/es/themes/themes.js +0 -1
- package/optimize/lib/themes/amsterdam/global_styling/functions/index.js +0 -16
- package/optimize/lib/themes/amsterdam/global_styling/functions/shadows.js +0 -12
- package/optimize/lib/themes/amsterdam/global_styling/mixins/button.js +0 -54
- package/optimize/lib/themes/amsterdam/global_styling/mixins/index.js +0 -27
- package/optimize/lib/themes/amsterdam/global_styling/mixins/shadow.js +0 -16
- package/optimize/lib/themes/amsterdam/global_styling/variables/_animation.js +0 -30
- package/optimize/lib/themes/amsterdam/global_styling/variables/_borders.js +0 -51
- package/optimize/lib/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -12
- package/optimize/lib/themes/amsterdam/global_styling/variables/_buttons.js +0 -523
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors.js +0 -793
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -27
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -35
- package/optimize/lib/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -130
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +0 -721
- package/optimize/lib/themes/amsterdam/global_styling/variables/_forms.js +0 -201
- package/optimize/lib/themes/amsterdam/global_styling/variables/_levels.js +0 -25
- package/optimize/lib/themes/amsterdam/global_styling/variables/_shadows.js +0 -440
- package/optimize/lib/themes/amsterdam/global_styling/variables/_size.js +0 -29
- package/optimize/lib/themes/amsterdam/global_styling/variables/_states.js +0 -32
- package/optimize/lib/themes/amsterdam/global_styling/variables/_typography.js +0 -63
- package/optimize/lib/themes/amsterdam/index.js +0 -16
- package/optimize/lib/themes/amsterdam/theme.js +0 -47
- package/optimize/lib/themes/index.js +0 -57
- package/optimize/lib/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/optimize/lib/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/optimize/lib/themes/json/eui_theme_borealis_dark.json +0 -463
- package/optimize/lib/themes/json/eui_theme_borealis_light.json +0 -463
- package/optimize/lib/themes/themes.js +0 -5
- package/package/eui.d.ts +0 -33359
- package/src/global_styling/functions/_colors.scss +0 -138
- package/src/global_styling/functions/_index.scss +0 -1
- package/src/global_styling/functions/_math.scss +0 -1
- package/src/global_styling/functions/_math_pow.scss +0 -82
- package/src/global_styling/index.scss +0 -3
- package/src/global_styling/mixins/_helpers.scss +0 -117
- package/src/global_styling/mixins/_index.scss +0 -8
- package/src/global_styling/mixins/_responsive.scss +0 -44
- package/src/global_styling/mixins/_shadow.scss +0 -100
- package/src/global_styling/mixins/_size.scss +0 -4
- package/src/global_styling/mixins/_states.scss +0 -17
- package/src/global_styling/mixins/_tool_tip.scss +0 -18
- package/src/global_styling/mixins/_typography.scss +0 -166
- package/src/global_styling/variables/_animations.scss +0 -6
- package/src/global_styling/variables/_borders.scss +0 -3
- package/src/global_styling/variables/_buttons.scss +0 -1
- package/src/global_styling/variables/_font_weight.scss +0 -4
- package/src/global_styling/variables/_form.scss +0 -2
- package/src/global_styling/variables/_index.scss +0 -22
- package/src/global_styling/variables/_responsive.scss +0 -1
- package/src/global_styling/variables/_shadows.scss +0 -2
- package/src/global_styling/variables/_size.scss +0 -1
- package/src/global_styling/variables/_states.scss +0 -1
- package/src/global_styling/variables/_typography.scss +0 -1
- package/src/global_styling/variables/_z_index.scss +0 -2
- package/src/themes/amsterdam/_colors_dark.scss +0 -139
- package/src/themes/amsterdam/_colors_light.scss +0 -139
- package/src/themes/amsterdam/_globals.scss +0 -11
- package/src/themes/amsterdam/global_styling/index.scss +0 -12
- package/src/themes/amsterdam/global_styling/mixins/_index.scss +0 -10
- package/src/themes/amsterdam/global_styling/mixins/_shadow.scss +0 -100
- package/src/themes/amsterdam/global_styling/mixins/_states.scss +0 -41
- package/src/themes/amsterdam/global_styling/mixins/_typography.scss +0 -81
- package/src/themes/amsterdam/global_styling/variables/_colors_severity.scss +0 -9
- package/src/themes/amsterdam/global_styling/variables/_colors_vis.scss +0 -72
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_dark.scss +0 -14
- package/src/themes/amsterdam/global_styling/variables/_colors_vis_light.scss +0 -14
- package/src/themes/amsterdam/global_styling/variables/_forms.scss +0 -12
- package/src/themes/amsterdam/global_styling/variables/_index.scss +0 -8
- package/src/themes/amsterdam/global_styling/variables/_shadows.scss +0 -20
- package/src/themes/amsterdam/global_styling/variables/_states.scss +0 -11
- package/src/themes/amsterdam/global_styling/variables/_typography.scss +0 -64
- package/src/themes/amsterdam/theme_dark.scss +0 -5
- package/src/themes/amsterdam/theme_light.scss +0 -5
- package/test-env/themes/amsterdam/global_styling/functions/index.js +0 -16
- package/test-env/themes/amsterdam/global_styling/functions/shadows.js +0 -12
- package/test-env/themes/amsterdam/global_styling/mixins/button.js +0 -54
- package/test-env/themes/amsterdam/global_styling/mixins/index.js +0 -27
- package/test-env/themes/amsterdam/global_styling/mixins/shadow.js +0 -16
- package/test-env/themes/amsterdam/global_styling/variables/_animation.js +0 -30
- package/test-env/themes/amsterdam/global_styling/variables/_borders.js +0 -51
- package/test-env/themes/amsterdam/global_styling/variables/_breakpoint.js +0 -12
- package/test-env/themes/amsterdam/global_styling/variables/_buttons.js +0 -523
- package/test-env/themes/amsterdam/global_styling/variables/_colors.js +0 -793
- package/test-env/themes/amsterdam/global_styling/variables/_colors_severity.js +0 -27
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_dark.js +0 -35
- package/test-env/themes/amsterdam/global_styling/variables/_colors_vis_light.js +0 -130
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +0 -721
- package/test-env/themes/amsterdam/global_styling/variables/_forms.js +0 -201
- package/test-env/themes/amsterdam/global_styling/variables/_levels.js +0 -25
- package/test-env/themes/amsterdam/global_styling/variables/_shadows.js +0 -440
- package/test-env/themes/amsterdam/global_styling/variables/_size.js +0 -29
- package/test-env/themes/amsterdam/global_styling/variables/_states.js +0 -32
- package/test-env/themes/amsterdam/global_styling/variables/_typography.js +0 -63
- package/test-env/themes/amsterdam/index.js +0 -16
- package/test-env/themes/amsterdam/theme.js +0 -47
- package/test-env/themes/index.js +0 -57
- package/test-env/themes/json/eui_theme_amsterdam_dark.json +0 -463
- package/test-env/themes/json/eui_theme_amsterdam_light.json +0 -463
- package/test-env/themes/json/eui_theme_borealis_dark.json +0 -463
- package/test-env/themes/json/eui_theme_borealis_light.json +0 -463
- package/test-env/themes/themes.js +0 -5
|
@@ -1,466 +0,0 @@
|
|
|
1
|
-
declare module '@elastic/eui/dist/eui_theme_amsterdam_light.json' {
|
|
2
|
-
const sassVariables: {
|
|
3
|
-
euiZDataGrid: number;
|
|
4
|
-
euiZHeaderBelowDataGrid: number;
|
|
5
|
-
euiZDataGridCellPopover: number;
|
|
6
|
-
euiDataGridCellPaddingS: string;
|
|
7
|
-
euiDataGridCellPaddingM: string;
|
|
8
|
-
euiDataGridCellPaddingL: string;
|
|
9
|
-
euiTableHoverColor: string;
|
|
10
|
-
euiTableSelectedColor: string;
|
|
11
|
-
euiTableHoverSelectedColor: string;
|
|
12
|
-
euiTableActionsBorderColor: string;
|
|
13
|
-
euiTableHoverClickableColor: string;
|
|
14
|
-
euiTableFocusClickableColor: string;
|
|
15
|
-
euiContrastRatioText: number;
|
|
16
|
-
euiContrastRatioGraphic: number;
|
|
17
|
-
euiContrastRatioDisabled: number;
|
|
18
|
-
euiAnimSlightBounce: string;
|
|
19
|
-
euiAnimSlightResistance: string;
|
|
20
|
-
euiAnimSpeedExtraFast: string;
|
|
21
|
-
euiAnimSpeedFast: string;
|
|
22
|
-
euiAnimSpeedNormal: string;
|
|
23
|
-
euiAnimSpeedSlow: string;
|
|
24
|
-
euiAnimSpeedExtraSlow: string;
|
|
25
|
-
euiBorderWidthThin: string;
|
|
26
|
-
euiBorderWidthThick: string;
|
|
27
|
-
euiBorderColor: string;
|
|
28
|
-
euiBorderRadius: string;
|
|
29
|
-
euiBorderRadiusSmall: string;
|
|
30
|
-
euiBorderThick: string;
|
|
31
|
-
euiBorderThin: string;
|
|
32
|
-
euiBorderEditable: string;
|
|
33
|
-
euiButtonHeight: string;
|
|
34
|
-
euiButtonHeightSmall: string;
|
|
35
|
-
euiButtonHeightXSmall: string;
|
|
36
|
-
euiButtonColorDisabled: string;
|
|
37
|
-
euiButtonColorDisabledText: string;
|
|
38
|
-
euiButtonColorGhostDisabled: string;
|
|
39
|
-
euiButtonTypes: {
|
|
40
|
-
primary: string;
|
|
41
|
-
accent: string;
|
|
42
|
-
accentSecondary: string;
|
|
43
|
-
neutral: string;
|
|
44
|
-
success: string;
|
|
45
|
-
warning: string;
|
|
46
|
-
risk: string;
|
|
47
|
-
danger: string;
|
|
48
|
-
ghost: string;
|
|
49
|
-
text: string;
|
|
50
|
-
};
|
|
51
|
-
euiFontWeightLight: number;
|
|
52
|
-
euiFontWeightRegular: number;
|
|
53
|
-
euiFontWeightMedium: number;
|
|
54
|
-
euiFontWeightSemiBold: number;
|
|
55
|
-
euiFontWeightBold: number;
|
|
56
|
-
euiCodeFontWeightRegular: number;
|
|
57
|
-
euiCodeFontWeightBold: number;
|
|
58
|
-
euiFormMaxWidth: string;
|
|
59
|
-
euiFormControlHeight: string;
|
|
60
|
-
euiFormControlCompressedHeight: string;
|
|
61
|
-
euiFormControlPadding: string;
|
|
62
|
-
euiFormControlCompressedPadding: string;
|
|
63
|
-
euiFormControlBorderRadius: string;
|
|
64
|
-
euiFormControlCompressedBorderRadius: string;
|
|
65
|
-
euiRadioSize: string;
|
|
66
|
-
euiCheckBoxSize: string;
|
|
67
|
-
euiCheckboxBorderRadius: string;
|
|
68
|
-
euiSwitchHeight: string;
|
|
69
|
-
euiSwitchWidth: string;
|
|
70
|
-
euiSwitchThumbSize: string;
|
|
71
|
-
euiSwitchIconHeight: string;
|
|
72
|
-
euiSwitchHeightCompressed: string;
|
|
73
|
-
euiSwitchWidthCompressed: string;
|
|
74
|
-
euiSwitchThumbSizeCompressed: string;
|
|
75
|
-
euiSwitchHeightMini: string;
|
|
76
|
-
euiSwitchWidthMini: string;
|
|
77
|
-
euiSwitchThumbSizeMini: string;
|
|
78
|
-
euiFormBackgroundColor: string;
|
|
79
|
-
euiFormBackgroundDisabledColor: string;
|
|
80
|
-
euiFormBackgroundReadOnlyColor: string;
|
|
81
|
-
euiFormBorderOpaqueColor: string;
|
|
82
|
-
euiFormBorderColor: string;
|
|
83
|
-
euiFormBorderDisabledColor: string;
|
|
84
|
-
euiFormCustomControlDisabledIconColor: string;
|
|
85
|
-
euiFormCustomControlBorderColor: string;
|
|
86
|
-
euiFormControlDisabledColor: string;
|
|
87
|
-
euiFormControlBoxShadow: string;
|
|
88
|
-
euiFormControlPlaceholderText: string;
|
|
89
|
-
euiFormInputGroupLabelBackground: string;
|
|
90
|
-
euiFormInputGroupBorder: string;
|
|
91
|
-
euiSwitchOffColor: string;
|
|
92
|
-
euiFormControlIconSizes: {
|
|
93
|
-
small: string;
|
|
94
|
-
medium: string;
|
|
95
|
-
large: string;
|
|
96
|
-
xLarge: string;
|
|
97
|
-
xxLarge: string;
|
|
98
|
-
};
|
|
99
|
-
euiFormControlLayoutGroupInputHeight: string;
|
|
100
|
-
euiFormControlLayoutGroupInputCompressedHeight: string;
|
|
101
|
-
euiFormControlLayoutGroupInputCompressedBorderRadius: string;
|
|
102
|
-
euiHeaderBackgroundColor: string;
|
|
103
|
-
euiHeaderDarkBackgroundColor: string;
|
|
104
|
-
euiHeaderBorderColor: string;
|
|
105
|
-
euiHeaderBreadcrumbColor: string;
|
|
106
|
-
euiHeaderHeight: string;
|
|
107
|
-
euiHeaderChildSize: string;
|
|
108
|
-
euiHeaderHeightCompensation: string;
|
|
109
|
-
euiPageDefaultMaxWidth: string;
|
|
110
|
-
euiPageSidebarMinWidth: string;
|
|
111
|
-
euiPanelPaddingModifiers: {
|
|
112
|
-
paddingSmall: string;
|
|
113
|
-
paddingMedium: string;
|
|
114
|
-
paddingLarge: string;
|
|
115
|
-
};
|
|
116
|
-
euiPanelBorderRadiusModifiers: {
|
|
117
|
-
borderRadiusNone: number;
|
|
118
|
-
borderRadiusMedium: string;
|
|
119
|
-
};
|
|
120
|
-
euiPanelBackgroundColorModifiers: {
|
|
121
|
-
transparent: string;
|
|
122
|
-
plain: string;
|
|
123
|
-
subdued: string;
|
|
124
|
-
accent: string;
|
|
125
|
-
accentSecondary: string;
|
|
126
|
-
primary: string;
|
|
127
|
-
success: string;
|
|
128
|
-
warning: string;
|
|
129
|
-
danger: string;
|
|
130
|
-
};
|
|
131
|
-
euiBreakpoints: {
|
|
132
|
-
xs: number;
|
|
133
|
-
s: string;
|
|
134
|
-
m: string;
|
|
135
|
-
l: string;
|
|
136
|
-
xl: string;
|
|
137
|
-
};
|
|
138
|
-
euiBreakpointKeys: string;
|
|
139
|
-
euiShadowColor: string;
|
|
140
|
-
euiShadows: {
|
|
141
|
-
xs: {
|
|
142
|
-
down: string;
|
|
143
|
-
up: string;
|
|
144
|
-
};
|
|
145
|
-
s: {
|
|
146
|
-
down: string;
|
|
147
|
-
up: string;
|
|
148
|
-
};
|
|
149
|
-
m: {
|
|
150
|
-
down: string;
|
|
151
|
-
up: string;
|
|
152
|
-
};
|
|
153
|
-
l: {
|
|
154
|
-
down: string;
|
|
155
|
-
up: string;
|
|
156
|
-
};
|
|
157
|
-
xl: {
|
|
158
|
-
down: string;
|
|
159
|
-
up: string;
|
|
160
|
-
};
|
|
161
|
-
hover: {
|
|
162
|
-
base: {
|
|
163
|
-
down: string;
|
|
164
|
-
up: string;
|
|
165
|
-
};
|
|
166
|
-
xl: {
|
|
167
|
-
down: string;
|
|
168
|
-
up: string;
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
flat: {
|
|
172
|
-
down: string;
|
|
173
|
-
up: string;
|
|
174
|
-
};
|
|
175
|
-
};
|
|
176
|
-
euiSize: string;
|
|
177
|
-
euiSizeXS: string;
|
|
178
|
-
euiSizeS: string;
|
|
179
|
-
euiSizeM: string;
|
|
180
|
-
euiSizeL: string;
|
|
181
|
-
euiSizeXL: string;
|
|
182
|
-
euiSizeXXL: string;
|
|
183
|
-
euiScrollBar: string;
|
|
184
|
-
euiScrollBarCorner: string;
|
|
185
|
-
euiScrollBarCornerThin: string;
|
|
186
|
-
euiFocusRingColor: string;
|
|
187
|
-
euiFocusRingAnimStartColor: string;
|
|
188
|
-
euiFocusRingAnimStartSize: string;
|
|
189
|
-
euiFocusRingAnimStartSizeLarge: string;
|
|
190
|
-
euiFocusRingSizeLarge: string;
|
|
191
|
-
euiFocusRingSize: string;
|
|
192
|
-
euiFocusTransparency: number;
|
|
193
|
-
euiFocusTransparencyPercent: string;
|
|
194
|
-
euiFocusBackgroundColor: string;
|
|
195
|
-
euiFontFamily: string;
|
|
196
|
-
euiCodeFontFamily: string;
|
|
197
|
-
euiFontFeatureSettings: string;
|
|
198
|
-
euiTextScale: string;
|
|
199
|
-
euiFontSize: string;
|
|
200
|
-
euiFontSizeXS: string;
|
|
201
|
-
euiFontSizeS: string;
|
|
202
|
-
euiFontSizeM: string;
|
|
203
|
-
euiFontSizeL: string;
|
|
204
|
-
euiFontSizeXL: string;
|
|
205
|
-
euiFontSizeXXL: string;
|
|
206
|
-
euiLineHeight: number;
|
|
207
|
-
euiBodyLineHeight: number;
|
|
208
|
-
euiTitles: {
|
|
209
|
-
xxxs: {
|
|
210
|
-
'font-size': string;
|
|
211
|
-
'line-height': string;
|
|
212
|
-
'font-weight': number;
|
|
213
|
-
};
|
|
214
|
-
xxs: {
|
|
215
|
-
'font-size': string;
|
|
216
|
-
'line-height': string;
|
|
217
|
-
'font-weight': number;
|
|
218
|
-
};
|
|
219
|
-
xs: {
|
|
220
|
-
'font-size': string;
|
|
221
|
-
'line-height': string;
|
|
222
|
-
'font-weight': number;
|
|
223
|
-
};
|
|
224
|
-
s: {
|
|
225
|
-
'font-size': string;
|
|
226
|
-
'line-height': string;
|
|
227
|
-
'font-weight': number;
|
|
228
|
-
};
|
|
229
|
-
m: {
|
|
230
|
-
'font-size': string;
|
|
231
|
-
'line-height': string;
|
|
232
|
-
'font-weight': number;
|
|
233
|
-
};
|
|
234
|
-
l: {
|
|
235
|
-
'font-size': string;
|
|
236
|
-
'line-height': string;
|
|
237
|
-
'font-weight': number;
|
|
238
|
-
};
|
|
239
|
-
};
|
|
240
|
-
euiZLevel0: number;
|
|
241
|
-
euiZLevel1: number;
|
|
242
|
-
euiZLevel2: number;
|
|
243
|
-
euiZLevel3: number;
|
|
244
|
-
euiZLevel4: number;
|
|
245
|
-
euiZLevel5: number;
|
|
246
|
-
euiZLevel6: number;
|
|
247
|
-
euiZLevel7: number;
|
|
248
|
-
euiZLevel8: number;
|
|
249
|
-
euiZLevel9: number;
|
|
250
|
-
euiZToastList: number;
|
|
251
|
-
euiZModal: number;
|
|
252
|
-
euiZMask: number;
|
|
253
|
-
euiZNavigation: number;
|
|
254
|
-
euiZContentMenu: number;
|
|
255
|
-
euiZHeader: number;
|
|
256
|
-
euiZFlyout: number;
|
|
257
|
-
euiZMaskBelowHeader: number;
|
|
258
|
-
euiZContent: number;
|
|
259
|
-
euiPaletteColorBlind: {
|
|
260
|
-
euiColorVis0: {
|
|
261
|
-
graphic: string;
|
|
262
|
-
behindText: string;
|
|
263
|
-
};
|
|
264
|
-
euiColorVis1: {
|
|
265
|
-
graphic: string;
|
|
266
|
-
behindText: string;
|
|
267
|
-
};
|
|
268
|
-
euiColorVis2: {
|
|
269
|
-
graphic: string;
|
|
270
|
-
behindText: string;
|
|
271
|
-
};
|
|
272
|
-
euiColorVis3: {
|
|
273
|
-
graphic: string;
|
|
274
|
-
behindText: string;
|
|
275
|
-
};
|
|
276
|
-
euiColorVis4: {
|
|
277
|
-
graphic: string;
|
|
278
|
-
behindText: string;
|
|
279
|
-
};
|
|
280
|
-
euiColorVis5: {
|
|
281
|
-
graphic: string;
|
|
282
|
-
behindText: string;
|
|
283
|
-
};
|
|
284
|
-
euiColorVis6: {
|
|
285
|
-
graphic: string;
|
|
286
|
-
behindText: string;
|
|
287
|
-
};
|
|
288
|
-
euiColorVis7: {
|
|
289
|
-
graphic: string;
|
|
290
|
-
behindText: string;
|
|
291
|
-
};
|
|
292
|
-
euiColorVis8: {
|
|
293
|
-
graphic: string;
|
|
294
|
-
behindText: string;
|
|
295
|
-
};
|
|
296
|
-
euiColorVis9: {
|
|
297
|
-
graphic: string;
|
|
298
|
-
behindText: string;
|
|
299
|
-
};
|
|
300
|
-
};
|
|
301
|
-
euiPaletteColorBlindKeys: string;
|
|
302
|
-
euiColorVis0: string;
|
|
303
|
-
euiColorVis1: string;
|
|
304
|
-
euiColorVis2: string;
|
|
305
|
-
euiColorVis3: string;
|
|
306
|
-
euiColorVis4: string;
|
|
307
|
-
euiColorVis5: string;
|
|
308
|
-
euiColorVis6: string;
|
|
309
|
-
euiColorVis7: string;
|
|
310
|
-
euiColorVis8: string;
|
|
311
|
-
euiColorVis9: string;
|
|
312
|
-
euiColorVis0_behindText: string;
|
|
313
|
-
euiColorVis1_behindText: string;
|
|
314
|
-
euiColorVis2_behindText: string;
|
|
315
|
-
euiColorVis3_behindText: string;
|
|
316
|
-
euiColorVis4_behindText: string;
|
|
317
|
-
euiColorVis5_behindText: string;
|
|
318
|
-
euiColorVis6_behindText: string;
|
|
319
|
-
euiColorVis7_behindText: string;
|
|
320
|
-
euiColorVis8_behindText: string;
|
|
321
|
-
euiColorVis9_behindText: string;
|
|
322
|
-
euiColorVisText0: string;
|
|
323
|
-
euiColorVisText1: string;
|
|
324
|
-
euiColorVisText2: string;
|
|
325
|
-
euiColorVisText3: string;
|
|
326
|
-
euiColorVisText4: string;
|
|
327
|
-
euiColorVisText5: string;
|
|
328
|
-
euiColorVisText6: string;
|
|
329
|
-
euiColorVisText7: string;
|
|
330
|
-
euiColorVisText8: string;
|
|
331
|
-
euiColorVisText9: string;
|
|
332
|
-
euiColorVisSuccess0: string;
|
|
333
|
-
euiColorVisSuccess1: string;
|
|
334
|
-
euiColorVisWarning0: string;
|
|
335
|
-
euiColorVisDanger0: string;
|
|
336
|
-
euiColorVisDanger1: string;
|
|
337
|
-
euiColorVisNeutral0: string;
|
|
338
|
-
euiColorVisGrey0: string;
|
|
339
|
-
euiColorVisGrey1: string;
|
|
340
|
-
euiColorVisGrey2: string;
|
|
341
|
-
euiColorVisGrey3: string;
|
|
342
|
-
euiColorVisWarm0: string;
|
|
343
|
-
euiColorVisWarm1: string;
|
|
344
|
-
euiColorVisWarm2: string;
|
|
345
|
-
euiColorVisCool0: string;
|
|
346
|
-
euiColorVisCool1: string;
|
|
347
|
-
euiColorVisCool2: string;
|
|
348
|
-
euiColorVisComplementary0: string;
|
|
349
|
-
euiColorVisComplementary1: string;
|
|
350
|
-
euiColorSeverityUnknown: string;
|
|
351
|
-
euiColorSeverityNeutral: string;
|
|
352
|
-
euiColorSeveritySuccess: string;
|
|
353
|
-
euiColorSeverityWarning: string;
|
|
354
|
-
euiColorSeverityRisk: string;
|
|
355
|
-
euiColorSeverityDanger: string;
|
|
356
|
-
euiColorChartLines: string;
|
|
357
|
-
euiColorChartBand: string;
|
|
358
|
-
euiColorGhost: string;
|
|
359
|
-
euiColorInk: string;
|
|
360
|
-
euiColorPrimary: string;
|
|
361
|
-
euiColorAccent: string;
|
|
362
|
-
euiColorAccentSecondary: string;
|
|
363
|
-
euiColorSuccess: string;
|
|
364
|
-
euiColorWarning: string;
|
|
365
|
-
euiColorDanger: string;
|
|
366
|
-
euiColorEmptyShade: string;
|
|
367
|
-
euiColorLightestShade: string;
|
|
368
|
-
euiColorLightShade: string;
|
|
369
|
-
euiColorMediumShade: string;
|
|
370
|
-
euiColorDarkShade: string;
|
|
371
|
-
euiColorDarkestShade: string;
|
|
372
|
-
euiColorFullShade: string;
|
|
373
|
-
euiPageBackgroundColor: string;
|
|
374
|
-
euiColorHighlight: string;
|
|
375
|
-
euiTextColor: string;
|
|
376
|
-
euiTitleColor: string;
|
|
377
|
-
euiTextSubduedColor: string;
|
|
378
|
-
euiColorDisabled: string;
|
|
379
|
-
euiColorPrimaryText: string;
|
|
380
|
-
euiColorSuccessText: string;
|
|
381
|
-
euiColorAccentText: string;
|
|
382
|
-
euiColorWarningText: string;
|
|
383
|
-
euiColorDangerText: string;
|
|
384
|
-
euiColorDisabledText: string;
|
|
385
|
-
euiLinkColor: string;
|
|
386
|
-
euiColorPlainLight: string;
|
|
387
|
-
euiColorPlainDark: string;
|
|
388
|
-
euiColorTextPrimary: string;
|
|
389
|
-
euiColorTextAccent: string;
|
|
390
|
-
euiColorTextAccentSecondary: string;
|
|
391
|
-
euiColorTextNeutral: string;
|
|
392
|
-
euiColorTextSuccess: string;
|
|
393
|
-
euiColorTextWarning: string;
|
|
394
|
-
euiColorTextRisk: string;
|
|
395
|
-
euiColorTextDanger: string;
|
|
396
|
-
euiColorTextParagraph: string;
|
|
397
|
-
euiColorTextHeading: string;
|
|
398
|
-
euiColorTextSubdued: string;
|
|
399
|
-
euiColorTextDisabled: string;
|
|
400
|
-
euiColorTextInverse: string;
|
|
401
|
-
euiColorBackgroundBasePrimary: string;
|
|
402
|
-
euiColorBackgroundBaseAccent: string;
|
|
403
|
-
euiColorBackgroundBaseAccentSecondary: string;
|
|
404
|
-
euiColorBackgroundBaseNeutral: string;
|
|
405
|
-
euiColorBackgroundBaseSuccess: string;
|
|
406
|
-
euiColorBackgroundBaseWarning: string;
|
|
407
|
-
euiColorBackgroundBaseRisk: string;
|
|
408
|
-
euiColorBackgroundBaseDanger: string;
|
|
409
|
-
euiColorBackgroundBaseSubdued: string;
|
|
410
|
-
euiColorBackgroundBasePlain: string;
|
|
411
|
-
euiColorBackgroundBaseDisabled: string;
|
|
412
|
-
euiColorBackgroundBaseHighlighted: string;
|
|
413
|
-
euiColorBackgroundBaseFormsPrepend: string;
|
|
414
|
-
euiColorBackgroundBaseFormsControlDisabled: string;
|
|
415
|
-
euiColorBackgroundBaseInteractiveHover: string;
|
|
416
|
-
euiColorBackgroundBaseInteractiveSelect: string;
|
|
417
|
-
euiColorBackgroundBaseInteractiveSelectHover: string;
|
|
418
|
-
euiColorBackgroundBaseInteractiveOverlay: string;
|
|
419
|
-
euiColorBackgroundBaseSkeletonEdge: string;
|
|
420
|
-
euiColorBackgroundBaseSkeletonMiddle: string;
|
|
421
|
-
euiColorBackgroundLightPrimary: string;
|
|
422
|
-
euiColorBackgroundLightAccent: string;
|
|
423
|
-
euiColorBackgroundLightAccentSecondary: string;
|
|
424
|
-
euiColorBackgroundLightNeutral: string;
|
|
425
|
-
euiColorBackgroundLightSuccess: string;
|
|
426
|
-
euiColorBackgroundLightWarning: string;
|
|
427
|
-
euiColorBackgroundLightRisk: string;
|
|
428
|
-
euiColorBackgroundLightDanger: string;
|
|
429
|
-
euiColorBackgroundLightText: string;
|
|
430
|
-
euiColorBackgroundFilledPrimary: string;
|
|
431
|
-
euiColorBackgroundFilledAccent: string;
|
|
432
|
-
euiColorBackgroundFilledAccentSecondary: string;
|
|
433
|
-
euiColorBackgroundFilledNeutral: string;
|
|
434
|
-
euiColorBackgroundFilledSuccess: string;
|
|
435
|
-
euiColorBackgroundFilledWarning: string;
|
|
436
|
-
euiColorBackgroundFilledRisk: string;
|
|
437
|
-
euiColorBackgroundFilledDanger: string;
|
|
438
|
-
euiColorBackgroundFilledText: string;
|
|
439
|
-
euiColorBorderBasePrimary: string;
|
|
440
|
-
euiColorBorderBaseAccent: string;
|
|
441
|
-
euiColorBorderBaseAccentSecondary: string;
|
|
442
|
-
euiColorBorderBaseNeutral: string;
|
|
443
|
-
euiColorBorderBaseSuccess: string;
|
|
444
|
-
euiColorBorderBaseWarning: string;
|
|
445
|
-
euiColorBorderBaseRisk: string;
|
|
446
|
-
euiColorBorderBaseDanger: string;
|
|
447
|
-
euiColorBorderBasePlain: string;
|
|
448
|
-
euiColorBorderBaseSubdued: string;
|
|
449
|
-
euiColorBorderBaseDisabled: string;
|
|
450
|
-
euiColorBorderBaseFloating: string;
|
|
451
|
-
euiColorBorderBaseFormsColorSwatch: string;
|
|
452
|
-
euiColorBorderBaseFormsControl: string;
|
|
453
|
-
euiColorBorderInteractiveFormsHoverPlain: string;
|
|
454
|
-
euiColorBorderInteractiveFormsHoverDanger: string;
|
|
455
|
-
euiColorBorderStrongPrimary: string;
|
|
456
|
-
euiColorBorderStrongAccent: string;
|
|
457
|
-
euiColorBorderStrongAccentSecondary: string;
|
|
458
|
-
euiColorBorderStrongNeutral: string;
|
|
459
|
-
euiColorBorderStrongSuccess: string;
|
|
460
|
-
euiColorBorderStrongWarning: string;
|
|
461
|
-
euiColorBorderStrongRisk: string;
|
|
462
|
-
euiColorBorderStrongDanger: string;
|
|
463
|
-
euiColorBorderStrongText: string;
|
|
464
|
-
};
|
|
465
|
-
export default sassVariables;
|
|
466
|
-
}
|