@elastic/eui 100.0.0 → 101.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/avatar/avatar.js +16 -3
- package/es/components/avatar/avatar.styles.js +13 -7
- package/es/components/badge/beta_badge/beta_badge.styles.js +5 -8
- package/es/components/badge/notification_badge/badge_notification.styles.js +6 -5
- package/es/components/beacon/beacon.styles.js +4 -3
- package/es/components/bottom_bar/bottom_bar.styles.js +5 -2
- package/es/components/breadcrumbs/_breadcrumb_content.js +2 -0
- package/es/components/breadcrumbs/_breadcrumb_content.styles.js +23 -6
- package/es/components/breadcrumbs/breadcrumb.styles.js +10 -4
- package/es/components/breadcrumbs/breadcrumbs.styles.js +1 -3
- package/es/components/button/button_group/button_group.styles.js +19 -3
- package/es/components/button/button_group/button_group_button.styles.js +8 -6
- package/es/components/call_out/call_out.styles.js +1 -1
- package/es/components/card/card.styles.js +3 -6
- package/es/components/code/code_block.styles.js +7 -2
- package/es/components/code/code_block_annotations.style.js +10 -3
- package/es/components/code/code_block_line.styles.js +17 -5
- package/es/components/code/code_syntax.styles.js +14 -3
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +2 -2
- package/es/components/color_picker/color_palette_display/color_palette_display.styles.js +6 -5
- package/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +12 -10
- package/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -2
- package/es/components/color_picker/color_picker.styles.js +5 -3
- package/es/components/color_picker/color_picker_swatch.styles.js +6 -1
- package/es/components/color_picker/hue.styles.js +12 -2
- package/es/components/color_picker/saturation.styles.js +21 -6
- package/es/components/color_picker/utils.js +2 -2
- package/es/components/comment_list/comment_event.js +6 -3
- package/es/components/comment_list/comment_event.styles.js +5 -1
- package/es/components/context_menu/context_menu_item.styles.js +2 -2
- package/es/components/datagrid/body/cell/data_grid_cell_actions.styles.js +4 -1
- package/es/components/datagrid/body/footer/data_grid_footer.styles.js +1 -1
- package/es/components/datagrid/body/header/data_grid_header_row.styles.js +1 -1
- package/es/components/datagrid/controls/column_selector.styles.js +3 -1
- package/es/components/datagrid/controls/column_sorting.styles.js +3 -1
- package/es/components/datagrid/data_grid.styles.js +19 -4
- package/es/components/datagrid/pagination/data_grid_pagination.styles.js +1 -1
- package/es/components/datagrid/utils/scrolling.styles.js +14 -5
- package/es/components/date_picker/date_picker.styles.js +3 -1
- package/es/components/date_picker/date_picker_range.styles.js +3 -1
- package/es/components/date_picker/react_date_picker.styles.js +79 -22
- package/es/components/date_picker/super_date_picker/super_date_picker.styles.js +18 -4
- package/es/components/description_list/description_list_title.styles.js +1 -1
- package/es/components/empty_prompt/empty_prompt.styles.js +7 -2
- package/es/components/error_boundary/error_boundary.styles.js +12 -5
- package/es/components/expression/expression.styles.js +7 -3
- package/es/components/filter_group/filter_button.styles.js +7 -5
- package/es/components/filter_group/filter_group.styles.js +5 -1
- package/es/components/filter_group/filter_select_item.styles.js +1 -1
- package/es/components/flyout/_flyout_close_button.styles.js +3 -1
- package/es/components/flyout/flyout.styles.js +3 -1
- package/es/components/flyout/flyout_body.styles.js +5 -1
- package/es/components/flyout/flyout_footer.styles.js +5 -1
- package/es/components/form/file_picker/file_picker.styles.js +1 -1
- package/es/components/form/form.styles.js +69 -26
- package/es/components/form/form_control_layout/form_control_layout.styles.js +7 -2
- package/es/components/form/form_control_layout/form_control_layout_clear_button.js +3 -2
- package/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +19 -6
- package/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +1 -1
- package/es/components/form/radio/radio.js +1 -1
- package/es/components/form/range/dual_range.js +2 -2
- package/es/components/form/range/range.styles.js +21 -11
- package/es/components/form/range/range_highlight.styles.js +2 -1
- package/es/components/form/range/range_levels.styles.js +6 -6
- package/es/components/form/range/range_levels_colors.js +2 -1
- package/es/components/form/range/range_slider.js +4 -4
- package/es/components/form/range/range_slider.styles.js +0 -5
- package/es/components/form/range/range_thumb.styles.js +1 -1
- package/es/components/form/range/range_ticks.styles.js +9 -4
- package/es/components/form/range/range_tooltip.styles.js +4 -3
- package/es/components/form/range/range_track.styles.js +6 -1
- package/es/components/form/switch/switch.styles.js +43 -34
- package/es/components/header/header.styles.js +3 -2
- package/es/components/horizontal_rule/horizontal_rule.styles.js +8 -3
- package/es/components/i18n/i18n.js +1 -1
- package/es/components/i18n/i18n_util.js +1 -1
- package/es/components/icon/icon.styles.js +1 -1
- package/es/components/image/image.styles.js +7 -2
- package/es/components/image/image_button.styles.js +6 -2
- package/es/components/inline_edit/inline_edit_form.js +1 -1
- package/es/components/inline_edit/inline_edit_form.styles.js +1 -1
- package/es/components/inline_edit/inline_edit_text.js +1 -1
- package/es/components/inline_edit/inline_edit_title.js +1 -1
- package/es/components/key_pad_menu/key_pad_menu_item.styles.js +18 -5
- package/es/components/link/link.styles.js +1 -1
- package/es/components/loading/loading_chart.js +3 -6
- package/es/components/loading/loading_chart.styles.js +13 -28
- package/es/components/loading/loading_spinner.styles.js +18 -9
- package/es/components/mark/mark.styles.js +11 -3
- package/es/components/markdown_editor/markdown_format.styles.js +17 -15
- package/es/components/modal/modal.styles.js +5 -2
- package/es/components/overlay_mask/overlay_mask.styles.js +3 -2
- package/es/components/panel/panel.js +29 -4
- package/es/components/panel/panel.styles.js +33 -8
- package/es/components/panel/split_panel/split_panel.js +20 -5
- package/es/components/panel/split_panel/split_panel.styles.js +29 -9
- package/es/components/popover/popover_arrow/_popover_arrow.styles.js +4 -3
- package/es/components/popover/popover_footer.styles.js +3 -2
- package/es/components/popover/popover_panel/_popover_panel.styles.js +8 -7
- package/es/components/progress/progress.js +2 -2
- package/es/components/progress/progress.styles.js +66 -32
- package/es/components/provider/component_defaults/component_defaults.js +36 -0
- package/es/components/provider/provider.js +16 -16
- package/es/components/provider/{system_color_mode → system_defaults}/index.js +2 -1
- package/es/components/provider/{system_color_mode/system_color_mode_provider.js → system_defaults/match_media_hook.js} +10 -16
- package/es/components/provider/system_defaults/system_defaults_provider.js +30 -0
- package/es/components/resizable_container/resizable_button.styles.js +22 -5
- package/es/components/resizable_container/resizable_panel.styles.js +5 -1
- package/es/components/side_nav/side_nav_item.styles.js +2 -2
- package/es/components/skeleton/skeleton_circle.styles.js +3 -2
- package/es/components/skeleton/skeleton_rectangle.styles.js +3 -2
- package/es/components/skeleton/skeleton_text.styles.js +2 -1
- package/es/components/skeleton/skeleton_title.styles.js +2 -1
- package/es/components/skeleton/utils.js +4 -2
- package/es/components/stat/stat.styles.js +1 -1
- package/es/components/steps/step.styles.js +10 -12
- package/es/components/steps/step_horizontal.js +4 -5
- package/es/components/steps/step_horizontal.styles.js +8 -5
- package/es/components/steps/step_number.js +6 -9
- package/es/components/steps/step_number.styles.js +48 -27
- package/es/components/steps/sub_steps.styles.js +6 -3
- package/es/components/table/table_row.styles.js +11 -4
- package/es/components/table/table_row_cell.styles.js +2 -2
- package/es/components/tabs/tab.styles.js +10 -6
- package/es/components/tabs/tabs.styles.js +5 -1
- package/es/components/text/text.styles.js +16 -4
- package/es/components/text/text_color.styles.js +1 -1
- package/es/components/text_truncate/text_truncate.js +3 -2
- package/es/components/text_truncate/text_truncate.styles.js +36 -38
- package/es/components/timeline/timeline.styles.js +6 -5
- package/es/components/timeline/timeline_item_icon.styles.js +6 -11
- package/es/components/title/title.styles.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/toast/toast.styles.js +42 -8
- package/es/components/token/token.styles.js +23 -17
- package/es/components/tool_tip/tool_tip.styles.js +5 -4
- package/es/components/tour/_tour_header.styles.js +1 -1
- package/es/components/tour/tour.styles.js +1 -1
- package/es/global_styling/functions/high_contrast.js +53 -0
- package/es/global_styling/functions/index.js +1 -0
- package/es/global_styling/mixins/_button.js +22 -4
- package/es/global_styling/mixins/_color.js +4 -0
- package/es/global_styling/mixins/_shadow.js +6 -12
- package/es/global_styling/reset/global_styles.js +1 -1
- package/es/services/copy/copy_to_clipboard.js +2 -3
- package/es/services/popover/popover_arrow.styles.js +8 -4
- package/es/services/popover/popover_positioning.js +2 -2
- package/es/services/theme/context.js +11 -4
- package/es/services/theme/high_contrast_overrides.js +71 -0
- package/es/services/theme/hooks.js +4 -2
- package/es/services/theme/index.js +1 -1
- package/es/services/theme/provider.js +44 -17
- package/es/themes/amsterdam/global_styling/variables/_components.js +342 -317
- package/eui.d.ts +415 -161
- package/lib/components/avatar/avatar.js +15 -2
- package/lib/components/avatar/avatar.styles.js +12 -6
- package/lib/components/badge/beta_badge/beta_badge.styles.js +4 -7
- package/lib/components/badge/notification_badge/badge_notification.styles.js +6 -5
- package/lib/components/beacon/beacon.styles.js +4 -3
- package/lib/components/bottom_bar/bottom_bar.styles.js +4 -1
- package/lib/components/breadcrumbs/_breadcrumb_content.js +2 -0
- package/lib/components/breadcrumbs/_breadcrumb_content.styles.js +23 -6
- package/lib/components/breadcrumbs/breadcrumb.styles.js +10 -4
- package/lib/components/breadcrumbs/breadcrumbs.styles.js +1 -3
- package/lib/components/button/button_group/button_group.styles.js +19 -3
- package/lib/components/button/button_group/button_group_button.styles.js +8 -6
- package/lib/components/call_out/call_out.styles.js +1 -1
- package/lib/components/card/card.styles.js +2 -5
- package/lib/components/code/code_block.styles.js +7 -2
- package/lib/components/code/code_block_annotations.style.js +10 -3
- package/lib/components/code/code_block_line.styles.js +17 -5
- package/lib/components/code/code_syntax.styles.js +15 -4
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +2 -2
- package/lib/components/color_picker/color_palette_display/color_palette_display.styles.js +6 -5
- package/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +15 -10
- package/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -2
- package/lib/components/color_picker/color_picker.styles.js +5 -3
- package/lib/components/color_picker/color_picker_swatch.styles.js +6 -1
- package/lib/components/color_picker/hue.styles.js +12 -2
- package/lib/components/color_picker/saturation.styles.js +21 -6
- package/lib/components/color_picker/utils.js +2 -2
- package/lib/components/comment_list/comment_event.js +5 -2
- package/lib/components/comment_list/comment_event.styles.js +5 -1
- package/lib/components/context_menu/context_menu_item.styles.js +2 -2
- package/lib/components/datagrid/body/cell/data_grid_cell_actions.styles.js +4 -1
- package/lib/components/datagrid/body/footer/data_grid_footer.styles.js +1 -1
- package/lib/components/datagrid/body/header/data_grid_header_row.styles.js +1 -1
- package/lib/components/datagrid/controls/column_selector.styles.js +3 -1
- package/lib/components/datagrid/controls/column_sorting.styles.js +3 -1
- package/lib/components/datagrid/data_grid.styles.js +19 -4
- package/lib/components/datagrid/pagination/data_grid_pagination.styles.js +1 -1
- package/lib/components/datagrid/utils/scrolling.styles.js +14 -5
- package/lib/components/date_picker/date_picker.styles.js +3 -1
- package/lib/components/date_picker/date_picker_range.styles.js +3 -1
- package/lib/components/date_picker/react_date_picker.styles.js +80 -27
- package/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +17 -3
- package/lib/components/description_list/description_list_title.styles.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.styles.js +7 -2
- package/lib/components/error_boundary/error_boundary.styles.js +12 -5
- package/lib/components/expression/expression.styles.js +7 -3
- package/lib/components/filter_group/filter_button.styles.js +7 -5
- package/lib/components/filter_group/filter_group.styles.js +5 -1
- package/lib/components/filter_group/filter_select_item.styles.js +1 -1
- package/lib/components/flyout/_flyout_close_button.styles.js +3 -1
- package/lib/components/flyout/flyout.styles.js +3 -1
- package/lib/components/flyout/flyout_body.styles.js +5 -1
- package/lib/components/flyout/flyout_footer.styles.js +5 -1
- package/lib/components/form/file_picker/file_picker.styles.js +1 -1
- package/lib/components/form/form.styles.js +70 -27
- package/lib/components/form/form_control_layout/form_control_layout.styles.js +7 -2
- package/lib/components/form/form_control_layout/form_control_layout_clear_button.js +3 -2
- package/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +19 -6
- package/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +1 -1
- package/lib/components/form/radio/radio.js +1 -1
- package/lib/components/form/range/dual_range.js +2 -2
- package/lib/components/form/range/range.styles.js +21 -11
- package/lib/components/form/range/range_highlight.styles.js +2 -1
- package/lib/components/form/range/range_levels.styles.js +6 -6
- package/lib/components/form/range/range_levels_colors.js +2 -1
- package/lib/components/form/range/range_slider.js +3 -3
- package/lib/components/form/range/range_slider.styles.js +1 -6
- package/lib/components/form/range/range_thumb.styles.js +1 -1
- package/lib/components/form/range/range_ticks.styles.js +8 -3
- package/lib/components/form/range/range_tooltip.styles.js +4 -3
- package/lib/components/form/range/range_track.styles.js +6 -1
- package/lib/components/form/switch/switch.styles.js +43 -34
- package/lib/components/header/header.styles.js +3 -2
- package/lib/components/horizontal_rule/horizontal_rule.styles.js +8 -3
- package/lib/components/i18n/i18n.js +1 -1
- package/lib/components/i18n/i18n_util.js +1 -1
- package/lib/components/icon/icon.styles.js +1 -1
- package/lib/components/image/image.styles.js +7 -2
- package/lib/components/image/image_button.styles.js +6 -2
- package/lib/components/inline_edit/inline_edit_form.js +1 -1
- package/lib/components/inline_edit/inline_edit_form.styles.js +1 -1
- package/lib/components/inline_edit/inline_edit_text.js +1 -1
- package/lib/components/inline_edit/inline_edit_title.js +1 -1
- package/lib/components/key_pad_menu/key_pad_menu_item.styles.js +18 -5
- package/lib/components/link/link.styles.js +1 -1
- package/lib/components/loading/loading_chart.js +3 -6
- package/lib/components/loading/loading_chart.styles.js +13 -28
- package/lib/components/loading/loading_spinner.styles.js +18 -9
- package/lib/components/mark/mark.styles.js +11 -3
- package/lib/components/markdown_editor/markdown_format.styles.js +17 -15
- package/lib/components/modal/modal.styles.js +5 -2
- package/lib/components/overlay_mask/overlay_mask.styles.js +3 -2
- package/lib/components/panel/panel.js +28 -3
- package/lib/components/panel/panel.styles.js +34 -9
- package/lib/components/panel/split_panel/split_panel.js +21 -4
- package/lib/components/panel/split_panel/split_panel.styles.js +29 -9
- package/lib/components/popover/popover_arrow/_popover_arrow.styles.js +4 -3
- package/lib/components/popover/popover_footer.styles.js +3 -2
- package/lib/components/popover/popover_panel/_popover_panel.styles.js +8 -7
- package/lib/components/progress/progress.js +2 -5
- package/lib/components/progress/progress.styles.js +66 -32
- package/lib/components/provider/component_defaults/component_defaults.js +37 -1
- package/lib/components/provider/provider.js +16 -16
- package/lib/components/provider/system_defaults/index.js +19 -0
- package/lib/components/provider/{system_color_mode/system_color_mode_provider.js → system_defaults/match_media_hook.js} +11 -18
- package/lib/components/provider/system_defaults/system_defaults_provider.js +37 -0
- package/lib/components/resizable_container/resizable_button.styles.js +22 -5
- package/lib/components/resizable_container/resizable_panel.styles.js +5 -1
- package/lib/components/side_nav/side_nav_item.styles.js +2 -2
- package/lib/components/skeleton/skeleton_circle.styles.js +3 -2
- package/lib/components/skeleton/skeleton_rectangle.styles.js +3 -2
- package/lib/components/skeleton/skeleton_text.styles.js +2 -1
- package/lib/components/skeleton/skeleton_title.styles.js +2 -1
- package/lib/components/skeleton/utils.js +4 -2
- package/lib/components/stat/stat.styles.js +1 -1
- package/lib/components/steps/step.styles.js +10 -12
- package/lib/components/steps/step_horizontal.js +3 -4
- package/lib/components/steps/step_horizontal.styles.js +7 -4
- package/lib/components/steps/step_number.js +5 -8
- package/lib/components/steps/step_number.styles.js +48 -27
- package/lib/components/steps/sub_steps.styles.js +6 -3
- package/lib/components/table/table_row.styles.js +10 -3
- package/lib/components/table/table_row_cell.styles.js +2 -2
- package/lib/components/tabs/tab.styles.js +10 -6
- package/lib/components/tabs/tabs.styles.js +5 -1
- package/lib/components/text/text.styles.js +16 -4
- package/lib/components/text/text_color.styles.js +1 -1
- package/lib/components/text_truncate/text_truncate.js +4 -3
- package/lib/components/text_truncate/text_truncate.styles.js +36 -38
- package/lib/components/timeline/timeline.styles.js +6 -5
- package/lib/components/timeline/timeline_item_icon.styles.js +6 -11
- package/lib/components/title/title.styles.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/toast/toast.styles.js +41 -7
- package/lib/components/token/token.styles.js +23 -17
- package/lib/components/tool_tip/tool_tip.styles.js +5 -4
- package/lib/components/tour/_tour_header.styles.js +1 -1
- package/lib/components/tour/tour.styles.js +1 -1
- package/lib/global_styling/functions/high_contrast.js +59 -0
- package/lib/global_styling/functions/index.js +11 -0
- package/lib/global_styling/mixins/_button.js +23 -6
- package/lib/global_styling/mixins/_color.js +4 -0
- package/lib/global_styling/mixins/_shadow.js +6 -12
- package/lib/global_styling/reset/global_styles.js +1 -1
- package/lib/services/copy/copy_to_clipboard.js +2 -3
- package/lib/services/popover/popover_arrow.styles.js +8 -4
- package/lib/services/popover/popover_positioning.js +2 -2
- package/lib/services/theme/context.js +12 -5
- package/lib/services/theme/high_contrast_overrides.js +74 -0
- package/lib/services/theme/hooks.js +3 -1
- package/lib/services/theme/index.js +6 -0
- package/lib/services/theme/provider.js +43 -16
- package/lib/themes/amsterdam/global_styling/variables/_components.js +342 -317
- package/optimize/es/components/avatar/avatar.js +16 -3
- package/optimize/es/components/avatar/avatar.styles.js +13 -7
- package/optimize/es/components/badge/beta_badge/beta_badge.styles.js +5 -8
- package/optimize/es/components/badge/notification_badge/badge_notification.styles.js +6 -5
- package/optimize/es/components/beacon/beacon.styles.js +4 -3
- package/optimize/es/components/bottom_bar/bottom_bar.styles.js +5 -2
- package/optimize/es/components/breadcrumbs/_breadcrumb_content.js +2 -0
- package/optimize/es/components/breadcrumbs/_breadcrumb_content.styles.js +23 -6
- package/optimize/es/components/breadcrumbs/breadcrumb.styles.js +10 -4
- package/optimize/es/components/breadcrumbs/breadcrumbs.styles.js +1 -3
- package/optimize/es/components/button/button_group/button_group.styles.js +19 -3
- package/optimize/es/components/button/button_group/button_group_button.styles.js +8 -6
- package/optimize/es/components/call_out/call_out.styles.js +1 -1
- package/optimize/es/components/card/card.styles.js +3 -6
- package/optimize/es/components/code/code_block.styles.js +7 -2
- package/optimize/es/components/code/code_block_annotations.style.js +10 -3
- package/optimize/es/components/code/code_block_line.styles.js +17 -5
- package/optimize/es/components/code/code_syntax.styles.js +14 -3
- package/optimize/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +2 -2
- package/optimize/es/components/color_picker/color_palette_display/color_palette_display.styles.js +6 -5
- package/optimize/es/components/color_picker/color_palette_display/color_palette_display_fixed.js +12 -10
- package/optimize/es/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -2
- package/optimize/es/components/color_picker/color_picker.styles.js +5 -3
- package/optimize/es/components/color_picker/color_picker_swatch.styles.js +6 -1
- package/optimize/es/components/color_picker/hue.styles.js +12 -2
- package/optimize/es/components/color_picker/saturation.styles.js +21 -6
- package/optimize/es/components/color_picker/utils.js +2 -2
- package/optimize/es/components/comment_list/comment_event.js +6 -3
- package/optimize/es/components/comment_list/comment_event.styles.js +5 -1
- package/optimize/es/components/context_menu/context_menu_item.styles.js +2 -2
- package/optimize/es/components/datagrid/body/cell/data_grid_cell_actions.styles.js +4 -1
- package/optimize/es/components/datagrid/body/footer/data_grid_footer.styles.js +1 -1
- package/optimize/es/components/datagrid/body/header/data_grid_header_row.styles.js +1 -1
- package/optimize/es/components/datagrid/controls/column_selector.styles.js +3 -1
- package/optimize/es/components/datagrid/controls/column_sorting.styles.js +3 -1
- package/optimize/es/components/datagrid/data_grid.styles.js +19 -4
- package/optimize/es/components/datagrid/pagination/data_grid_pagination.styles.js +1 -1
- package/optimize/es/components/datagrid/utils/scrolling.styles.js +14 -5
- package/optimize/es/components/date_picker/date_picker.styles.js +3 -1
- package/optimize/es/components/date_picker/date_picker_range.styles.js +3 -1
- package/optimize/es/components/date_picker/react_date_picker.styles.js +76 -22
- package/optimize/es/components/date_picker/super_date_picker/super_date_picker.styles.js +18 -4
- package/optimize/es/components/description_list/description_list_title.styles.js +1 -1
- package/optimize/es/components/empty_prompt/empty_prompt.styles.js +7 -2
- package/optimize/es/components/error_boundary/error_boundary.styles.js +12 -5
- package/optimize/es/components/expression/expression.styles.js +7 -3
- package/optimize/es/components/filter_group/filter_button.styles.js +7 -5
- package/optimize/es/components/filter_group/filter_group.styles.js +5 -1
- package/optimize/es/components/filter_group/filter_select_item.styles.js +1 -1
- package/optimize/es/components/flyout/_flyout_close_button.styles.js +3 -1
- package/optimize/es/components/flyout/flyout.styles.js +3 -1
- package/optimize/es/components/flyout/flyout_body.styles.js +5 -1
- package/optimize/es/components/flyout/flyout_footer.styles.js +5 -1
- package/optimize/es/components/form/file_picker/file_picker.styles.js +1 -1
- package/optimize/es/components/form/form.styles.js +69 -26
- package/optimize/es/components/form/form_control_layout/form_control_layout.styles.js +7 -2
- package/optimize/es/components/form/form_control_layout/form_control_layout_clear_button.js +3 -2
- package/optimize/es/components/form/form_control_layout/form_control_layout_clear_button.styles.js +19 -6
- package/optimize/es/components/form/form_control_layout/form_control_layout_delimited.styles.js +1 -1
- package/optimize/es/components/form/radio/radio.js +1 -1
- package/optimize/es/components/form/range/dual_range.js +2 -2
- package/optimize/es/components/form/range/range.styles.js +21 -11
- package/optimize/es/components/form/range/range_highlight.styles.js +2 -1
- package/optimize/es/components/form/range/range_levels.styles.js +6 -6
- package/optimize/es/components/form/range/range_levels_colors.js +2 -1
- package/optimize/es/components/form/range/range_slider.js +4 -4
- package/optimize/es/components/form/range/range_slider.styles.js +0 -5
- package/optimize/es/components/form/range/range_thumb.styles.js +1 -1
- package/optimize/es/components/form/range/range_ticks.styles.js +9 -4
- package/optimize/es/components/form/range/range_tooltip.styles.js +4 -3
- package/optimize/es/components/form/range/range_track.styles.js +6 -1
- package/optimize/es/components/form/switch/switch.styles.js +43 -34
- package/optimize/es/components/header/header.styles.js +3 -2
- package/optimize/es/components/horizontal_rule/horizontal_rule.styles.js +8 -3
- package/optimize/es/components/i18n/i18n.js +1 -1
- package/optimize/es/components/i18n/i18n_util.js +1 -1
- package/optimize/es/components/icon/icon.styles.js +1 -1
- package/optimize/es/components/image/image.styles.js +7 -2
- package/optimize/es/components/image/image_button.styles.js +6 -2
- package/optimize/es/components/inline_edit/inline_edit_form.styles.js +1 -1
- package/optimize/es/components/key_pad_menu/key_pad_menu_item.styles.js +18 -5
- package/optimize/es/components/link/link.styles.js +1 -1
- package/optimize/es/components/loading/loading_chart.js +2 -4
- package/optimize/es/components/loading/loading_chart.styles.js +13 -23
- package/optimize/es/components/loading/loading_spinner.styles.js +18 -9
- package/optimize/es/components/mark/mark.styles.js +11 -3
- package/optimize/es/components/markdown_editor/markdown_format.styles.js +17 -15
- package/optimize/es/components/modal/modal.styles.js +5 -2
- package/optimize/es/components/overlay_mask/overlay_mask.styles.js +3 -2
- package/optimize/es/components/panel/panel.js +24 -4
- package/optimize/es/components/panel/panel.styles.js +33 -8
- package/optimize/es/components/panel/split_panel/split_panel.js +17 -5
- package/optimize/es/components/panel/split_panel/split_panel.styles.js +29 -9
- package/optimize/es/components/popover/popover_arrow/_popover_arrow.styles.js +4 -3
- package/optimize/es/components/popover/popover_footer.styles.js +3 -2
- package/optimize/es/components/popover/popover_panel/_popover_panel.styles.js +8 -7
- package/optimize/es/components/progress/progress.js +2 -2
- package/optimize/es/components/progress/progress.styles.js +66 -32
- package/optimize/es/components/provider/component_defaults/component_defaults.js +13 -0
- package/optimize/es/components/provider/provider.js +16 -16
- package/optimize/es/components/provider/{system_color_mode → system_defaults}/index.js +2 -1
- package/optimize/es/components/provider/{system_color_mode/system_color_mode_provider.js → system_defaults/match_media_hook.js} +10 -12
- package/optimize/es/components/provider/system_defaults/system_defaults_provider.js +30 -0
- package/optimize/es/components/resizable_container/resizable_button.styles.js +22 -5
- package/optimize/es/components/resizable_container/resizable_panel.styles.js +5 -1
- package/optimize/es/components/side_nav/side_nav_item.styles.js +2 -2
- package/optimize/es/components/skeleton/skeleton_circle.styles.js +3 -2
- package/optimize/es/components/skeleton/skeleton_rectangle.styles.js +3 -2
- package/optimize/es/components/skeleton/skeleton_text.styles.js +2 -1
- package/optimize/es/components/skeleton/skeleton_title.styles.js +2 -1
- package/optimize/es/components/skeleton/utils.js +4 -2
- package/optimize/es/components/stat/stat.styles.js +1 -1
- package/optimize/es/components/steps/step.styles.js +10 -12
- package/optimize/es/components/steps/step_horizontal.js +4 -5
- package/optimize/es/components/steps/step_horizontal.styles.js +8 -5
- package/optimize/es/components/steps/step_number.js +6 -9
- package/optimize/es/components/steps/step_number.styles.js +45 -27
- package/optimize/es/components/steps/sub_steps.styles.js +6 -3
- package/optimize/es/components/table/table_row.styles.js +11 -4
- package/optimize/es/components/table/table_row_cell.styles.js +2 -2
- package/optimize/es/components/tabs/tab.styles.js +10 -6
- package/optimize/es/components/tabs/tabs.styles.js +5 -1
- package/optimize/es/components/text/text.styles.js +16 -4
- package/optimize/es/components/text/text_color.styles.js +1 -1
- package/optimize/es/components/text_truncate/text_truncate.js +3 -2
- package/optimize/es/components/text_truncate/text_truncate.styles.js +36 -38
- package/optimize/es/components/timeline/timeline.styles.js +6 -5
- package/optimize/es/components/timeline/timeline_item_icon.styles.js +6 -11
- package/optimize/es/components/title/title.styles.js +1 -1
- package/optimize/es/components/toast/toast.js +1 -1
- package/optimize/es/components/toast/toast.styles.js +42 -8
- package/optimize/es/components/token/token.styles.js +23 -17
- package/optimize/es/components/tool_tip/tool_tip.styles.js +5 -4
- package/optimize/es/components/tour/_tour_header.styles.js +1 -1
- package/optimize/es/components/tour/tour.styles.js +1 -1
- package/optimize/es/global_styling/functions/high_contrast.js +53 -0
- package/optimize/es/global_styling/functions/index.js +1 -0
- package/optimize/es/global_styling/mixins/_button.js +19 -4
- package/optimize/es/global_styling/mixins/_color.js +4 -0
- package/optimize/es/global_styling/mixins/_shadow.js +6 -12
- package/optimize/es/global_styling/reset/global_styles.js +1 -1
- package/optimize/es/services/copy/copy_to_clipboard.js +2 -3
- package/optimize/es/services/popover/popover_arrow.styles.js +8 -4
- package/optimize/es/services/popover/popover_positioning.js +2 -2
- package/optimize/es/services/theme/context.js +11 -4
- package/optimize/es/services/theme/high_contrast_overrides.js +68 -0
- package/optimize/es/services/theme/hooks.js +4 -2
- package/optimize/es/services/theme/index.js +1 -1
- package/optimize/es/services/theme/provider.js +44 -17
- package/optimize/es/themes/amsterdam/global_styling/variables/_components.js +342 -317
- package/optimize/lib/components/avatar/avatar.js +15 -2
- package/optimize/lib/components/avatar/avatar.styles.js +12 -6
- package/optimize/lib/components/badge/beta_badge/beta_badge.styles.js +4 -7
- package/optimize/lib/components/badge/notification_badge/badge_notification.styles.js +6 -5
- package/optimize/lib/components/beacon/beacon.styles.js +4 -3
- package/optimize/lib/components/bottom_bar/bottom_bar.styles.js +4 -1
- package/optimize/lib/components/breadcrumbs/_breadcrumb_content.js +2 -0
- package/optimize/lib/components/breadcrumbs/_breadcrumb_content.styles.js +23 -6
- package/optimize/lib/components/breadcrumbs/breadcrumb.styles.js +10 -4
- package/optimize/lib/components/breadcrumbs/breadcrumbs.styles.js +1 -3
- package/optimize/lib/components/button/button_group/button_group.styles.js +19 -3
- package/optimize/lib/components/button/button_group/button_group_button.styles.js +8 -6
- package/optimize/lib/components/call_out/call_out.styles.js +1 -1
- package/optimize/lib/components/card/card.styles.js +2 -5
- package/optimize/lib/components/code/code_block.styles.js +7 -2
- package/optimize/lib/components/code/code_block_annotations.style.js +10 -3
- package/optimize/lib/components/code/code_block_line.styles.js +17 -5
- package/optimize/lib/components/code/code_syntax.styles.js +15 -4
- package/optimize/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +2 -2
- package/optimize/lib/components/color_picker/color_palette_display/color_palette_display.styles.js +6 -5
- package/optimize/lib/components/color_picker/color_palette_display/color_palette_display_fixed.js +15 -10
- package/optimize/lib/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -2
- package/optimize/lib/components/color_picker/color_picker.styles.js +5 -3
- package/optimize/lib/components/color_picker/color_picker_swatch.styles.js +6 -1
- package/optimize/lib/components/color_picker/hue.styles.js +12 -2
- package/optimize/lib/components/color_picker/saturation.styles.js +21 -6
- package/optimize/lib/components/color_picker/utils.js +2 -2
- package/optimize/lib/components/comment_list/comment_event.js +5 -2
- package/optimize/lib/components/comment_list/comment_event.styles.js +5 -1
- package/optimize/lib/components/context_menu/context_menu_item.styles.js +2 -2
- package/optimize/lib/components/datagrid/body/cell/data_grid_cell_actions.styles.js +4 -1
- package/optimize/lib/components/datagrid/body/footer/data_grid_footer.styles.js +1 -1
- package/optimize/lib/components/datagrid/body/header/data_grid_header_row.styles.js +1 -1
- package/optimize/lib/components/datagrid/controls/column_selector.styles.js +3 -1
- package/optimize/lib/components/datagrid/controls/column_sorting.styles.js +3 -1
- package/optimize/lib/components/datagrid/data_grid.styles.js +19 -4
- package/optimize/lib/components/datagrid/pagination/data_grid_pagination.styles.js +1 -1
- package/optimize/lib/components/datagrid/utils/scrolling.styles.js +14 -5
- package/optimize/lib/components/date_picker/date_picker.styles.js +3 -1
- package/optimize/lib/components/date_picker/date_picker_range.styles.js +3 -1
- package/optimize/lib/components/date_picker/react_date_picker.styles.js +78 -27
- package/optimize/lib/components/date_picker/super_date_picker/super_date_picker.styles.js +17 -3
- package/optimize/lib/components/description_list/description_list_title.styles.js +1 -1
- package/optimize/lib/components/empty_prompt/empty_prompt.styles.js +7 -2
- package/optimize/lib/components/error_boundary/error_boundary.styles.js +12 -5
- package/optimize/lib/components/expression/expression.styles.js +7 -3
- package/optimize/lib/components/filter_group/filter_button.styles.js +7 -5
- package/optimize/lib/components/filter_group/filter_group.styles.js +5 -1
- package/optimize/lib/components/filter_group/filter_select_item.styles.js +1 -1
- package/optimize/lib/components/flyout/_flyout_close_button.styles.js +3 -1
- package/optimize/lib/components/flyout/flyout.styles.js +3 -1
- package/optimize/lib/components/flyout/flyout_body.styles.js +5 -1
- package/optimize/lib/components/flyout/flyout_footer.styles.js +5 -1
- package/optimize/lib/components/form/file_picker/file_picker.styles.js +1 -1
- package/optimize/lib/components/form/form.styles.js +70 -27
- package/optimize/lib/components/form/form_control_layout/form_control_layout.styles.js +7 -2
- package/optimize/lib/components/form/form_control_layout/form_control_layout_clear_button.js +3 -2
- package/optimize/lib/components/form/form_control_layout/form_control_layout_clear_button.styles.js +19 -6
- package/optimize/lib/components/form/form_control_layout/form_control_layout_delimited.styles.js +1 -1
- package/optimize/lib/components/form/radio/radio.js +1 -1
- package/optimize/lib/components/form/range/dual_range.js +2 -2
- package/optimize/lib/components/form/range/range.styles.js +21 -11
- package/optimize/lib/components/form/range/range_highlight.styles.js +2 -1
- package/optimize/lib/components/form/range/range_levels.styles.js +6 -6
- package/optimize/lib/components/form/range/range_levels_colors.js +2 -1
- package/optimize/lib/components/form/range/range_slider.js +3 -3
- package/optimize/lib/components/form/range/range_slider.styles.js +1 -6
- package/optimize/lib/components/form/range/range_thumb.styles.js +1 -1
- package/optimize/lib/components/form/range/range_ticks.styles.js +8 -3
- package/optimize/lib/components/form/range/range_tooltip.styles.js +4 -3
- package/optimize/lib/components/form/range/range_track.styles.js +6 -1
- package/optimize/lib/components/form/switch/switch.styles.js +43 -34
- package/optimize/lib/components/header/header.styles.js +3 -2
- package/optimize/lib/components/horizontal_rule/horizontal_rule.styles.js +8 -3
- package/optimize/lib/components/i18n/i18n.js +1 -1
- package/optimize/lib/components/i18n/i18n_util.js +1 -1
- package/optimize/lib/components/icon/icon.styles.js +1 -1
- package/optimize/lib/components/image/image.styles.js +7 -2
- package/optimize/lib/components/image/image_button.styles.js +6 -2
- package/optimize/lib/components/inline_edit/inline_edit_form.styles.js +1 -1
- package/optimize/lib/components/key_pad_menu/key_pad_menu_item.styles.js +18 -5
- package/optimize/lib/components/link/link.styles.js +1 -1
- package/optimize/lib/components/loading/loading_chart.js +2 -4
- package/optimize/lib/components/loading/loading_chart.styles.js +13 -23
- package/optimize/lib/components/loading/loading_spinner.styles.js +18 -9
- package/optimize/lib/components/mark/mark.styles.js +11 -3
- package/optimize/lib/components/markdown_editor/markdown_format.styles.js +17 -15
- package/optimize/lib/components/modal/modal.styles.js +5 -2
- package/optimize/lib/components/overlay_mask/overlay_mask.styles.js +3 -2
- package/optimize/lib/components/panel/panel.js +23 -3
- package/optimize/lib/components/panel/panel.styles.js +34 -9
- package/optimize/lib/components/panel/split_panel/split_panel.js +19 -4
- package/optimize/lib/components/panel/split_panel/split_panel.styles.js +29 -9
- package/optimize/lib/components/popover/popover_arrow/_popover_arrow.styles.js +4 -3
- package/optimize/lib/components/popover/popover_footer.styles.js +3 -2
- package/optimize/lib/components/popover/popover_panel/_popover_panel.styles.js +8 -7
- package/optimize/lib/components/progress/progress.js +2 -5
- package/optimize/lib/components/progress/progress.styles.js +66 -32
- package/optimize/lib/components/provider/component_defaults/component_defaults.js +14 -1
- package/optimize/lib/components/provider/provider.js +16 -16
- package/optimize/lib/components/provider/system_defaults/index.js +19 -0
- package/optimize/lib/components/provider/{system_color_mode/system_color_mode_provider.js → system_defaults/match_media_hook.js} +11 -13
- package/optimize/lib/components/provider/system_defaults/system_defaults_provider.js +37 -0
- package/optimize/lib/components/resizable_container/resizable_button.styles.js +22 -5
- package/optimize/lib/components/resizable_container/resizable_panel.styles.js +5 -1
- package/optimize/lib/components/side_nav/side_nav_item.styles.js +2 -2
- package/optimize/lib/components/skeleton/skeleton_circle.styles.js +3 -2
- package/optimize/lib/components/skeleton/skeleton_rectangle.styles.js +3 -2
- package/optimize/lib/components/skeleton/skeleton_text.styles.js +2 -1
- package/optimize/lib/components/skeleton/skeleton_title.styles.js +2 -1
- package/optimize/lib/components/skeleton/utils.js +4 -2
- package/optimize/lib/components/stat/stat.styles.js +1 -1
- package/optimize/lib/components/steps/step.styles.js +10 -12
- package/optimize/lib/components/steps/step_horizontal.js +3 -4
- package/optimize/lib/components/steps/step_horizontal.styles.js +7 -4
- package/optimize/lib/components/steps/step_number.js +5 -8
- package/optimize/lib/components/steps/step_number.styles.js +46 -27
- package/optimize/lib/components/steps/sub_steps.styles.js +6 -3
- package/optimize/lib/components/table/table_row.styles.js +10 -3
- package/optimize/lib/components/table/table_row_cell.styles.js +2 -2
- package/optimize/lib/components/tabs/tab.styles.js +10 -6
- package/optimize/lib/components/tabs/tabs.styles.js +5 -1
- package/optimize/lib/components/text/text.styles.js +16 -4
- package/optimize/lib/components/text/text_color.styles.js +1 -1
- package/optimize/lib/components/text_truncate/text_truncate.js +4 -3
- package/optimize/lib/components/text_truncate/text_truncate.styles.js +36 -38
- package/optimize/lib/components/timeline/timeline.styles.js +6 -5
- package/optimize/lib/components/timeline/timeline_item_icon.styles.js +6 -11
- package/optimize/lib/components/title/title.styles.js +1 -1
- package/optimize/lib/components/toast/toast.js +1 -1
- package/optimize/lib/components/toast/toast.styles.js +41 -7
- package/optimize/lib/components/token/token.styles.js +23 -17
- package/optimize/lib/components/tool_tip/tool_tip.styles.js +5 -4
- package/optimize/lib/components/tour/_tour_header.styles.js +1 -1
- package/optimize/lib/components/tour/tour.styles.js +1 -1
- package/optimize/lib/global_styling/functions/high_contrast.js +59 -0
- package/optimize/lib/global_styling/functions/index.js +11 -0
- package/optimize/lib/global_styling/mixins/_button.js +19 -5
- package/optimize/lib/global_styling/mixins/_color.js +4 -0
- package/optimize/lib/global_styling/mixins/_shadow.js +6 -12
- package/optimize/lib/global_styling/reset/global_styles.js +1 -1
- package/optimize/lib/services/copy/copy_to_clipboard.js +2 -3
- package/optimize/lib/services/popover/popover_arrow.styles.js +8 -4
- package/optimize/lib/services/popover/popover_positioning.js +2 -2
- package/optimize/lib/services/theme/context.js +12 -5
- package/optimize/lib/services/theme/high_contrast_overrides.js +72 -0
- package/optimize/lib/services/theme/hooks.js +3 -1
- package/optimize/lib/services/theme/index.js +6 -0
- package/optimize/lib/services/theme/provider.js +43 -16
- package/optimize/lib/themes/amsterdam/global_styling/variables/_components.js +342 -317
- package/package.json +6 -5
- package/test-env/components/avatar/avatar.js +15 -2
- package/test-env/components/avatar/avatar.styles.js +12 -6
- package/test-env/components/badge/beta_badge/beta_badge.styles.js +4 -7
- package/test-env/components/badge/notification_badge/badge_notification.styles.js +6 -5
- package/test-env/components/beacon/beacon.styles.js +4 -3
- package/test-env/components/bottom_bar/bottom_bar.styles.js +4 -1
- package/test-env/components/breadcrumbs/_breadcrumb_content.js +2 -0
- package/test-env/components/breadcrumbs/_breadcrumb_content.styles.js +23 -6
- package/test-env/components/breadcrumbs/breadcrumb.styles.js +10 -4
- package/test-env/components/breadcrumbs/breadcrumbs.styles.js +1 -3
- package/test-env/components/button/button_group/button_group.styles.js +19 -3
- package/test-env/components/button/button_group/button_group_button.styles.js +8 -6
- package/test-env/components/call_out/call_out.styles.js +1 -1
- package/test-env/components/card/card.styles.js +2 -5
- package/test-env/components/code/code_block.styles.js +7 -2
- package/test-env/components/code/code_block_annotations.style.js +10 -3
- package/test-env/components/code/code_block_line.styles.js +17 -5
- package/test-env/components/code/code_syntax.styles.js +15 -4
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.styles.js +2 -2
- package/test-env/components/color_picker/color_palette_display/color_palette_display.styles.js +6 -5
- package/test-env/components/color_picker/color_palette_display/color_palette_display_fixed.js +15 -10
- package/test-env/components/color_picker/color_palette_display/color_palette_display_gradient.js +1 -2
- package/test-env/components/color_picker/color_picker.styles.js +5 -3
- package/test-env/components/color_picker/color_picker_swatch.styles.js +6 -1
- package/test-env/components/color_picker/hue.styles.js +12 -2
- package/test-env/components/color_picker/saturation.styles.js +21 -6
- package/test-env/components/color_picker/utils.js +2 -2
- package/test-env/components/comment_list/comment_event.js +5 -2
- package/test-env/components/comment_list/comment_event.styles.js +5 -1
- package/test-env/components/context_menu/context_menu_item.styles.js +2 -2
- package/test-env/components/datagrid/body/cell/data_grid_cell_actions.styles.js +4 -1
- package/test-env/components/datagrid/body/footer/data_grid_footer.styles.js +1 -1
- package/test-env/components/datagrid/body/header/data_grid_header_row.styles.js +1 -1
- package/test-env/components/datagrid/controls/column_selector.styles.js +3 -1
- package/test-env/components/datagrid/controls/column_sorting.styles.js +3 -1
- package/test-env/components/datagrid/data_grid.styles.js +19 -4
- package/test-env/components/datagrid/pagination/data_grid_pagination.styles.js +1 -1
- package/test-env/components/datagrid/utils/scrolling.styles.js +14 -5
- package/test-env/components/date_picker/date_picker.styles.js +3 -1
- package/test-env/components/date_picker/date_picker_range.styles.js +3 -1
- package/test-env/components/date_picker/react_date_picker.styles.js +78 -27
- package/test-env/components/date_picker/super_date_picker/super_date_picker.styles.js +17 -3
- package/test-env/components/description_list/description_list_title.styles.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.styles.js +7 -2
- package/test-env/components/error_boundary/error_boundary.styles.js +12 -5
- package/test-env/components/expression/expression.styles.js +7 -3
- package/test-env/components/filter_group/filter_button.styles.js +7 -5
- package/test-env/components/filter_group/filter_group.styles.js +5 -1
- package/test-env/components/filter_group/filter_select_item.styles.js +1 -1
- package/test-env/components/flyout/_flyout_close_button.styles.js +3 -1
- package/test-env/components/flyout/flyout.styles.js +3 -1
- package/test-env/components/flyout/flyout_body.styles.js +5 -1
- package/test-env/components/flyout/flyout_footer.styles.js +5 -1
- package/test-env/components/form/file_picker/file_picker.styles.js +1 -1
- package/test-env/components/form/form.styles.js +70 -27
- package/test-env/components/form/form_control_layout/form_control_layout.styles.js +7 -2
- package/test-env/components/form/form_control_layout/form_control_layout_clear_button.js +3 -2
- package/test-env/components/form/form_control_layout/form_control_layout_clear_button.styles.js +19 -6
- package/test-env/components/form/form_control_layout/form_control_layout_delimited.styles.js +1 -1
- package/test-env/components/form/radio/radio.js +1 -1
- package/test-env/components/form/range/dual_range.js +2 -2
- package/test-env/components/form/range/range.styles.js +21 -11
- package/test-env/components/form/range/range_highlight.styles.js +2 -1
- package/test-env/components/form/range/range_levels.styles.js +6 -6
- package/test-env/components/form/range/range_levels_colors.js +2 -1
- package/test-env/components/form/range/range_slider.js +3 -3
- package/test-env/components/form/range/range_slider.styles.js +1 -6
- package/test-env/components/form/range/range_thumb.styles.js +1 -1
- package/test-env/components/form/range/range_ticks.styles.js +8 -3
- package/test-env/components/form/range/range_tooltip.styles.js +4 -3
- package/test-env/components/form/range/range_track.styles.js +6 -1
- package/test-env/components/form/switch/switch.styles.js +43 -34
- package/test-env/components/header/header.styles.js +3 -2
- package/test-env/components/horizontal_rule/horizontal_rule.styles.js +8 -3
- package/test-env/components/i18n/i18n.js +1 -1
- package/test-env/components/i18n/i18n_util.js +1 -1
- package/test-env/components/icon/icon.styles.js +1 -1
- package/test-env/components/image/image.styles.js +7 -2
- package/test-env/components/image/image_button.styles.js +6 -2
- package/test-env/components/inline_edit/inline_edit_form.js +1 -1
- package/test-env/components/inline_edit/inline_edit_form.styles.js +1 -1
- package/test-env/components/inline_edit/inline_edit_text.js +1 -1
- package/test-env/components/inline_edit/inline_edit_title.js +1 -1
- package/test-env/components/key_pad_menu/key_pad_menu_item.styles.js +18 -5
- package/test-env/components/link/link.styles.js +1 -1
- package/test-env/components/loading/loading_chart.js +3 -6
- package/test-env/components/loading/loading_chart.styles.js +13 -23
- package/test-env/components/loading/loading_spinner.styles.js +18 -9
- package/test-env/components/mark/mark.styles.js +11 -3
- package/test-env/components/markdown_editor/markdown_format.styles.js +17 -15
- package/test-env/components/modal/modal.styles.js +5 -2
- package/test-env/components/overlay_mask/overlay_mask.styles.js +3 -2
- package/test-env/components/panel/panel.js +23 -3
- package/test-env/components/panel/panel.styles.js +34 -9
- package/test-env/components/panel/split_panel/split_panel.js +19 -4
- package/test-env/components/panel/split_panel/split_panel.styles.js +29 -9
- package/test-env/components/popover/popover_arrow/_popover_arrow.styles.js +4 -3
- package/test-env/components/popover/popover_footer.styles.js +3 -2
- package/test-env/components/popover/popover_panel/_popover_panel.styles.js +8 -7
- package/test-env/components/progress/progress.js +2 -5
- package/test-env/components/progress/progress.styles.js +66 -32
- package/test-env/components/provider/component_defaults/component_defaults.js +37 -1
- package/test-env/components/provider/provider.js +16 -16
- package/test-env/components/provider/system_defaults/index.js +19 -0
- package/test-env/components/provider/{system_color_mode/system_color_mode_provider.js → system_defaults/match_media_hook.js} +11 -17
- package/test-env/components/provider/system_defaults/system_defaults_provider.js +37 -0
- package/test-env/components/resizable_container/resizable_button.styles.js +22 -5
- package/test-env/components/resizable_container/resizable_panel.styles.js +5 -1
- package/test-env/components/side_nav/side_nav_item.styles.js +2 -2
- package/test-env/components/skeleton/skeleton_circle.styles.js +3 -2
- package/test-env/components/skeleton/skeleton_rectangle.styles.js +3 -2
- package/test-env/components/skeleton/skeleton_text.styles.js +2 -1
- package/test-env/components/skeleton/skeleton_title.styles.js +2 -1
- package/test-env/components/skeleton/utils.js +4 -2
- package/test-env/components/stat/stat.styles.js +1 -1
- package/test-env/components/steps/step.styles.js +10 -12
- package/test-env/components/steps/step_horizontal.js +3 -4
- package/test-env/components/steps/step_horizontal.styles.js +7 -4
- package/test-env/components/steps/step_number.js +5 -8
- package/test-env/components/steps/step_number.styles.js +46 -27
- package/test-env/components/steps/sub_steps.styles.js +6 -3
- package/test-env/components/table/table_row.styles.js +10 -3
- package/test-env/components/table/table_row_cell.styles.js +2 -2
- package/test-env/components/tabs/tab.styles.js +10 -6
- package/test-env/components/tabs/tabs.styles.js +5 -1
- package/test-env/components/text/text.styles.js +16 -4
- package/test-env/components/text/text_color.styles.js +1 -1
- package/test-env/components/text_truncate/text_truncate.js +4 -3
- package/test-env/components/text_truncate/text_truncate.styles.js +36 -38
- package/test-env/components/timeline/timeline.styles.js +6 -5
- package/test-env/components/timeline/timeline_item_icon.styles.js +6 -11
- package/test-env/components/title/title.styles.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/toast/toast.styles.js +41 -7
- package/test-env/components/token/token.styles.js +23 -17
- package/test-env/components/tool_tip/tool_tip.styles.js +5 -4
- package/test-env/components/tour/_tour_header.styles.js +1 -1
- package/test-env/components/tour/tour.styles.js +1 -1
- package/test-env/global_styling/functions/high_contrast.js +59 -0
- package/test-env/global_styling/functions/index.js +11 -0
- package/test-env/global_styling/mixins/_button.js +19 -5
- package/test-env/global_styling/mixins/_color.js +4 -0
- package/test-env/global_styling/mixins/_shadow.js +6 -12
- package/test-env/global_styling/reset/global_styles.js +1 -1
- package/test-env/services/copy/copy_to_clipboard.js +2 -3
- package/test-env/services/popover/popover_arrow.styles.js +8 -4
- package/test-env/services/popover/popover_positioning.js +2 -2
- package/test-env/services/theme/context.js +12 -5
- package/test-env/services/theme/high_contrast_overrides.js +72 -0
- package/test-env/services/theme/hooks.js +3 -1
- package/test-env/services/theme/index.js +6 -0
- package/test-env/services/theme/provider.js +43 -16
- package/test-env/themes/amsterdam/global_styling/variables/_components.js +342 -317
- package/lib/components/provider/system_color_mode/index.js +0 -12
- package/optimize/lib/components/provider/system_color_mode/index.js +0 -12
- package/test-env/components/provider/system_color_mode/index.js +0 -12
|
@@ -52,396 +52,416 @@ var component_colors = {
|
|
|
52
52
|
darkestShade = _ref12[0];
|
|
53
53
|
return (0, _manipulation.tint)(darkestShade, 0.2);
|
|
54
54
|
}, ['colors.darkestShade']),
|
|
55
|
-
|
|
55
|
+
buttonGroupBackgroundDisabledSelected: (0, _utils.computed)(function (_ref13) {
|
|
56
56
|
var _ref14 = (0, _slicedToArray2.default)(_ref13, 1),
|
|
57
|
-
|
|
57
|
+
disabled = _ref14[0];
|
|
58
|
+
return disabled;
|
|
59
|
+
}, ['colors.disabled']),
|
|
60
|
+
buttonGroupBorderColor: (0, _utils.computed)(function (_ref15) {
|
|
61
|
+
var _ref16 = (0, _slicedToArray2.default)(_ref15, 1),
|
|
62
|
+
fullShade = _ref16[0];
|
|
58
63
|
return (0, _manipulation.transparentize)(fullShade, 0.1);
|
|
59
64
|
}, ['colors.fullShade']),
|
|
60
|
-
buttonGroupBorderColorSelected: (0, _utils.computed)(function (
|
|
61
|
-
var
|
|
62
|
-
emptyShade =
|
|
65
|
+
buttonGroupBorderColorSelected: (0, _utils.computed)(function (_ref17) {
|
|
66
|
+
var _ref18 = (0, _slicedToArray2.default)(_ref17, 1),
|
|
67
|
+
emptyShade = _ref18[0];
|
|
63
68
|
return (0, _manipulation.transparentize)(emptyShade, 0.2);
|
|
64
69
|
}, ['colors.emptyShade']),
|
|
65
|
-
buttonGroupFocusColor: (0, _utils.computed)(function (
|
|
66
|
-
var
|
|
67
|
-
fullShade =
|
|
70
|
+
buttonGroupFocusColor: (0, _utils.computed)(function (_ref19) {
|
|
71
|
+
var _ref20 = (0, _slicedToArray2.default)(_ref19, 1),
|
|
72
|
+
fullShade = _ref20[0];
|
|
68
73
|
return fullShade;
|
|
69
74
|
}, ['colors.fullShade']),
|
|
70
|
-
bottomBarBackground: (0, _utils.computed)(function (
|
|
71
|
-
var _ref20 = (0, _slicedToArray2.default)(_ref19, 1),
|
|
72
|
-
lightestShade = _ref20[0];
|
|
73
|
-
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
74
|
-
}, ['colors.lightestShade']),
|
|
75
|
-
codeBackground: (0, _utils.computed)(function (_ref21) {
|
|
75
|
+
bottomBarBackground: (0, _utils.computed)(function (_ref21) {
|
|
76
76
|
var _ref22 = (0, _slicedToArray2.default)(_ref21, 1),
|
|
77
77
|
lightestShade = _ref22[0];
|
|
78
|
+
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
79
|
+
}, ['colors.lightestShade']),
|
|
80
|
+
codeBackground: (0, _utils.computed)(function (_ref23) {
|
|
81
|
+
var _ref24 = (0, _slicedToArray2.default)(_ref23, 1),
|
|
82
|
+
lightestShade = _ref24[0];
|
|
78
83
|
return lightestShade;
|
|
79
84
|
}, ['colors.lightestShade']),
|
|
80
85
|
codeBackgroundSelected: 'inherit',
|
|
81
|
-
codeColor: (0, _utils.computed)(function (
|
|
82
|
-
var
|
|
83
|
-
lightestShade =
|
|
84
|
-
text =
|
|
86
|
+
codeColor: (0, _utils.computed)(function (_ref25) {
|
|
87
|
+
var _ref26 = (0, _slicedToArray2.default)(_ref25, 2),
|
|
88
|
+
lightestShade = _ref26[0],
|
|
89
|
+
text = _ref26[1];
|
|
85
90
|
return (0, _contrast.makeHighContrastColor)(text)(lightestShade);
|
|
86
91
|
}, ['colors.lightestShade', 'colors.text']),
|
|
87
|
-
codeInlineColor: (0, _utils.computed)(function (
|
|
88
|
-
var
|
|
89
|
-
lightestShade =
|
|
92
|
+
codeInlineColor: (0, _utils.computed)(function (_ref27) {
|
|
93
|
+
var _ref28 = (0, _slicedToArray2.default)(_ref27, 1),
|
|
94
|
+
lightestShade = _ref28[0];
|
|
90
95
|
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis3)(lightestShade);
|
|
91
96
|
}, ['colors.lightestShade']),
|
|
92
|
-
codeCommentColor: (0, _utils.computed)(function (
|
|
93
|
-
var
|
|
94
|
-
lightestShade =
|
|
95
|
-
subduedText =
|
|
97
|
+
codeCommentColor: (0, _utils.computed)(function (_ref29) {
|
|
98
|
+
var _ref30 = (0, _slicedToArray2.default)(_ref29, 2),
|
|
99
|
+
lightestShade = _ref30[0],
|
|
100
|
+
subduedText = _ref30[1];
|
|
96
101
|
return (0, _contrast.makeHighContrastColor)(subduedText)(lightestShade);
|
|
97
102
|
}, ['colors.lightestShade', 'colors.subduedText']),
|
|
98
103
|
codeSelectorColor: 'inherit',
|
|
99
|
-
codeStringColor: (0, _utils.computed)(function (
|
|
100
|
-
var _ref30 = (0, _slicedToArray2.default)(_ref29, 1),
|
|
101
|
-
lightestShade = _ref30[0];
|
|
102
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis2)(lightestShade);
|
|
103
|
-
}, ['colors.lightestShade']),
|
|
104
|
-
codeTagColor: (0, _utils.computed)(function (_ref31) {
|
|
104
|
+
codeStringColor: (0, _utils.computed)(function (_ref31) {
|
|
105
105
|
var _ref32 = (0, _slicedToArray2.default)(_ref31, 1),
|
|
106
106
|
lightestShade = _ref32[0];
|
|
107
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.
|
|
107
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis2)(lightestShade);
|
|
108
108
|
}, ['colors.lightestShade']),
|
|
109
|
-
|
|
109
|
+
codeTagColor: (0, _utils.computed)(function (_ref33) {
|
|
110
110
|
var _ref34 = (0, _slicedToArray2.default)(_ref33, 1),
|
|
111
111
|
lightestShade = _ref34[0];
|
|
112
112
|
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis1)(lightestShade);
|
|
113
113
|
}, ['colors.lightestShade']),
|
|
114
|
-
|
|
114
|
+
codeNameColor: (0, _utils.computed)(function (_ref35) {
|
|
115
115
|
var _ref36 = (0, _slicedToArray2.default)(_ref35, 1),
|
|
116
116
|
lightestShade = _ref36[0];
|
|
117
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.
|
|
117
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis1)(lightestShade);
|
|
118
118
|
}, ['colors.lightestShade']),
|
|
119
|
-
|
|
119
|
+
codeNumberColor: (0, _utils.computed)(function (_ref37) {
|
|
120
120
|
var _ref38 = (0, _slicedToArray2.default)(_ref37, 1),
|
|
121
121
|
lightestShade = _ref38[0];
|
|
122
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.
|
|
122
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis0)(lightestShade);
|
|
123
123
|
}, ['colors.lightestShade']),
|
|
124
|
-
|
|
124
|
+
codeInlineCodeKeywordColor: (0, _utils.computed)(function (_ref39) {
|
|
125
125
|
var _ref40 = (0, _slicedToArray2.default)(_ref39, 1),
|
|
126
126
|
lightestShade = _ref40[0];
|
|
127
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.
|
|
127
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis6)(lightestShade);
|
|
128
128
|
}, ['colors.lightestShade']),
|
|
129
|
-
|
|
130
|
-
codeTypeColor: (0, _utils.computed)(function (_ref41) {
|
|
129
|
+
codeKeywordColor: (0, _utils.computed)(function (_ref41) {
|
|
131
130
|
var _ref42 = (0, _slicedToArray2.default)(_ref41, 1),
|
|
132
131
|
lightestShade = _ref42[0];
|
|
133
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.
|
|
132
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis3)(lightestShade);
|
|
134
133
|
}, ['colors.lightestShade']),
|
|
135
|
-
|
|
136
|
-
|
|
134
|
+
codeFunctionTitleColor: 'inherit',
|
|
135
|
+
codeTypeColor: (0, _utils.computed)(function (_ref43) {
|
|
137
136
|
var _ref44 = (0, _slicedToArray2.default)(_ref43, 1),
|
|
138
137
|
lightestShade = _ref44[0];
|
|
138
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis1)(lightestShade);
|
|
139
|
+
}, ['colors.lightestShade']),
|
|
140
|
+
codeAttributeColor: 'inherit',
|
|
141
|
+
codeSymbolColor: (0, _utils.computed)(function (_ref45) {
|
|
142
|
+
var _ref46 = (0, _slicedToArray2.default)(_ref45, 1),
|
|
143
|
+
lightestShade = _ref46[0];
|
|
139
144
|
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis9)(lightestShade);
|
|
140
145
|
}, ['colors.lightestShade']),
|
|
141
146
|
codeParamsColor: 'inherit',
|
|
142
|
-
codeMetaColor: (0, _utils.computed)(function (
|
|
143
|
-
var
|
|
144
|
-
lightestShade =
|
|
145
|
-
subduedText =
|
|
147
|
+
codeMetaColor: (0, _utils.computed)(function (_ref47) {
|
|
148
|
+
var _ref48 = (0, _slicedToArray2.default)(_ref47, 2),
|
|
149
|
+
lightestShade = _ref48[0],
|
|
150
|
+
subduedText = _ref48[1];
|
|
146
151
|
return (0, _contrast.makeHighContrastColor)(subduedText)(lightestShade);
|
|
147
152
|
}, ['colors.lightestShade', 'colors.subduedText']),
|
|
148
|
-
codeTitleColor: (0, _utils.computed)(function (
|
|
149
|
-
var _ref48 = (0, _slicedToArray2.default)(_ref47, 1),
|
|
150
|
-
lightestShade = _ref48[0];
|
|
151
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis7)(lightestShade);
|
|
152
|
-
}, ['colors.lightestShade']),
|
|
153
|
-
codeSectionColor: (0, _utils.computed)(function (_ref49) {
|
|
153
|
+
codeTitleColor: (0, _utils.computed)(function (_ref49) {
|
|
154
154
|
var _ref50 = (0, _slicedToArray2.default)(_ref49, 1),
|
|
155
155
|
lightestShade = _ref50[0];
|
|
156
|
-
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.
|
|
156
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis7)(lightestShade);
|
|
157
157
|
}, ['colors.lightestShade']),
|
|
158
|
-
|
|
158
|
+
codeSectionColor: (0, _utils.computed)(function (_ref51) {
|
|
159
159
|
var _ref52 = (0, _slicedToArray2.default)(_ref51, 1),
|
|
160
160
|
lightestShade = _ref52[0];
|
|
161
|
+
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis9)(lightestShade);
|
|
162
|
+
}, ['colors.lightestShade']),
|
|
163
|
+
codeAdditionColor: (0, _utils.computed)(function (_ref53) {
|
|
164
|
+
var _ref54 = (0, _slicedToArray2.default)(_ref53, 1),
|
|
165
|
+
lightestShade = _ref54[0];
|
|
161
166
|
return (0, _contrast.makeHighContrastColor)(_colors_vis.colorVis.euiColorVis0)(lightestShade);
|
|
162
167
|
}, ['colors.lightestShade']),
|
|
163
|
-
codeDeletionColor: (0, _utils.computed)(function (
|
|
164
|
-
var
|
|
165
|
-
lightestShade =
|
|
166
|
-
danger =
|
|
168
|
+
codeDeletionColor: (0, _utils.computed)(function (_ref55) {
|
|
169
|
+
var _ref56 = (0, _slicedToArray2.default)(_ref55, 2),
|
|
170
|
+
lightestShade = _ref56[0],
|
|
171
|
+
danger = _ref56[1];
|
|
167
172
|
return (0, _contrast.makeHighContrastColor)(danger)(lightestShade);
|
|
168
173
|
}, ['colors.lightestShade', 'colors.danger']),
|
|
169
174
|
codeSelectorClassColor: 'inherit',
|
|
170
175
|
codeSelectorIdColor: 'inherit',
|
|
171
|
-
collapsibleNavGroupBackground: (0, _utils.computed)(function (
|
|
172
|
-
var
|
|
173
|
-
body =
|
|
176
|
+
collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref57) {
|
|
177
|
+
var _ref58 = (0, _slicedToArray2.default)(_ref57, 1),
|
|
178
|
+
body = _ref58[0];
|
|
174
179
|
return body;
|
|
175
180
|
}, ['colors.body']),
|
|
176
|
-
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (
|
|
177
|
-
var
|
|
178
|
-
darkestShade =
|
|
181
|
+
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref59) {
|
|
182
|
+
var _ref60 = (0, _slicedToArray2.default)(_ref59, 1),
|
|
183
|
+
darkestShade = _ref60[0];
|
|
179
184
|
return (0, _manipulation.shade)(darkestShade, 0.2);
|
|
180
185
|
}, ['colors.darkestShade']),
|
|
181
|
-
dataGridBorderColor: (0, _utils.computed)(function (
|
|
182
|
-
var _ref60 = (0, _slicedToArray2.default)(_ref59, 1),
|
|
183
|
-
color = _ref60[0];
|
|
184
|
-
return color;
|
|
185
|
-
}, ['border.color']),
|
|
186
|
-
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref61) {
|
|
186
|
+
dataGridBorderColor: (0, _utils.computed)(function (_ref61) {
|
|
187
187
|
var _ref62 = (0, _slicedToArray2.default)(_ref61, 1),
|
|
188
188
|
color = _ref62[0];
|
|
189
|
-
return
|
|
189
|
+
return color;
|
|
190
190
|
}, ['border.color']),
|
|
191
|
-
|
|
191
|
+
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref63) {
|
|
192
192
|
var _ref64 = (0, _slicedToArray2.default)(_ref63, 1),
|
|
193
|
-
|
|
193
|
+
color = _ref64[0];
|
|
194
|
+
return (0, _manipulation.tint)(color, 0.3);
|
|
195
|
+
}, ['border.color']),
|
|
196
|
+
dataGridRowBackgroundStriped: (0, _utils.computed)(function (_ref65) {
|
|
197
|
+
var _ref66 = (0, _slicedToArray2.default)(_ref65, 1),
|
|
198
|
+
lightestShade = _ref66[0];
|
|
194
199
|
return lightestShade;
|
|
195
200
|
}, ['colors.lightestShade']),
|
|
196
|
-
dataGridRowBackgroundHover: (0, _utils.computed)(function (
|
|
197
|
-
var _ref66 = (0, _slicedToArray2.default)(_ref65, 1),
|
|
198
|
-
highlight = _ref66[0];
|
|
199
|
-
return highlight;
|
|
200
|
-
}, ['colors.highlight']),
|
|
201
|
-
dataGridRowBackgroundSelect: (0, _utils.computed)(function (_ref67) {
|
|
201
|
+
dataGridRowBackgroundHover: (0, _utils.computed)(function (_ref67) {
|
|
202
202
|
var _ref68 = (0, _slicedToArray2.default)(_ref67, 1),
|
|
203
203
|
highlight = _ref68[0];
|
|
204
204
|
return highlight;
|
|
205
205
|
}, ['colors.highlight']),
|
|
206
|
-
|
|
206
|
+
dataGridRowBackgroundSelect: (0, _utils.computed)(function (_ref69) {
|
|
207
207
|
var _ref70 = (0, _slicedToArray2.default)(_ref69, 1),
|
|
208
|
-
|
|
209
|
-
return
|
|
210
|
-
}, ['colors.
|
|
211
|
-
|
|
208
|
+
highlight = _ref70[0];
|
|
209
|
+
return highlight;
|
|
210
|
+
}, ['colors.highlight']),
|
|
211
|
+
dragDropDraggingBackground: (0, _utils.computed)(function (_ref71) {
|
|
212
212
|
var _ref72 = (0, _slicedToArray2.default)(_ref71, 1),
|
|
213
213
|
success = _ref72[0];
|
|
214
|
-
return (0, _manipulation.transparentize)(success, 0.
|
|
214
|
+
return (0, _manipulation.transparentize)(success, 0.1);
|
|
215
215
|
}, ['colors.success']),
|
|
216
|
-
|
|
216
|
+
dragDropDraggingOverBackground: (0, _utils.computed)(function (_ref73) {
|
|
217
217
|
var _ref74 = (0, _slicedToArray2.default)(_ref73, 1),
|
|
218
|
-
|
|
218
|
+
success = _ref74[0];
|
|
219
|
+
return (0, _manipulation.transparentize)(success, 0.25);
|
|
220
|
+
}, ['colors.success']),
|
|
221
|
+
filterSelectItemBackgroundFocusDisabled: (0, _utils.computed)(function (_ref75) {
|
|
222
|
+
var _ref76 = (0, _slicedToArray2.default)(_ref75, 1),
|
|
223
|
+
disabled = _ref76[0];
|
|
219
224
|
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
220
225
|
}, ['colors.disabled']),
|
|
221
|
-
flyoutFooterBackground: (0, _utils.computed)(function (
|
|
222
|
-
var
|
|
223
|
-
lightestShade =
|
|
226
|
+
flyoutFooterBackground: (0, _utils.computed)(function (_ref77) {
|
|
227
|
+
var _ref78 = (0, _slicedToArray2.default)(_ref77, 1),
|
|
228
|
+
lightestShade = _ref78[0];
|
|
224
229
|
return lightestShade;
|
|
225
230
|
}, ['colors.lightestShade']),
|
|
226
|
-
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (
|
|
227
|
-
var _ref78 = (0, _slicedToArray2.default)(_ref77, 1),
|
|
228
|
-
emptyShade = _ref78[0];
|
|
229
|
-
return (0, _manipulation.transparentize)(emptyShade, 0.9);
|
|
230
|
-
}, ['colors.emptyShade']),
|
|
231
|
-
headerBackground: (0, _utils.computed)(function (_ref79) {
|
|
231
|
+
flyoutCloseButtonInsideBackground: (0, _utils.computed)(function (_ref79) {
|
|
232
232
|
var _ref80 = (0, _slicedToArray2.default)(_ref79, 1),
|
|
233
233
|
emptyShade = _ref80[0];
|
|
234
|
-
return emptyShade;
|
|
234
|
+
return (0, _manipulation.transparentize)(emptyShade, 0.9);
|
|
235
235
|
}, ['colors.emptyShade']),
|
|
236
|
-
|
|
236
|
+
headerBackground: (0, _utils.computed)(function (_ref81) {
|
|
237
237
|
var _ref82 = (0, _slicedToArray2.default)(_ref81, 1),
|
|
238
|
-
|
|
238
|
+
emptyShade = _ref82[0];
|
|
239
|
+
return emptyShade;
|
|
240
|
+
}, ['colors.emptyShade']),
|
|
241
|
+
headerDarkBackground: (0, _utils.computed)(function (_ref83) {
|
|
242
|
+
var _ref84 = (0, _slicedToArray2.default)(_ref83, 1),
|
|
243
|
+
darkestShade = _ref84[0];
|
|
239
244
|
return (0, _manipulation.shade)(darkestShade, 0.28);
|
|
240
245
|
}, ['colors.darkestShade']),
|
|
241
|
-
headerDarkSearchBorderColor: (0, _utils.computed)(function (
|
|
242
|
-
var
|
|
243
|
-
ghost =
|
|
246
|
+
headerDarkSearchBorderColor: (0, _utils.computed)(function (_ref85) {
|
|
247
|
+
var _ref86 = (0, _slicedToArray2.default)(_ref85, 1),
|
|
248
|
+
ghost = _ref86[0];
|
|
244
249
|
return (0, _manipulation.transparentize)(ghost, 0.3);
|
|
245
250
|
}, ['colors.ghost']),
|
|
246
|
-
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (
|
|
247
|
-
var
|
|
248
|
-
primary =
|
|
251
|
+
headerDarkSectionItemBackgroundFocus: (0, _utils.computed)(function (_ref87) {
|
|
252
|
+
var _ref88 = (0, _slicedToArray2.default)(_ref87, 1),
|
|
253
|
+
primary = _ref88[0];
|
|
249
254
|
return (0, _manipulation.shade)(primary, 0.5);
|
|
250
255
|
}, ['colors.primary']),
|
|
251
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (
|
|
252
|
-
var
|
|
253
|
-
disabled =
|
|
256
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref89) {
|
|
257
|
+
var _ref90 = (0, _slicedToArray2.default)(_ref89, 1),
|
|
258
|
+
disabled = _ref90[0];
|
|
254
259
|
return (0, _manipulation.transparentize)(disabled, 0.1);
|
|
255
260
|
}, ['colors.disabled']),
|
|
256
|
-
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (
|
|
257
|
-
var
|
|
258
|
-
lightShade =
|
|
261
|
+
listGroupItemBackgroundPrimaryActive: (0, _utils.computed)(function (_ref91) {
|
|
262
|
+
var _ref92 = (0, _slicedToArray2.default)(_ref91, 1),
|
|
263
|
+
lightShade = _ref92[0];
|
|
259
264
|
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
260
265
|
}, ['colors.lightShade']),
|
|
261
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (
|
|
262
|
-
var
|
|
263
|
-
primary =
|
|
266
|
+
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref93) {
|
|
267
|
+
var _ref94 = (0, _slicedToArray2.default)(_ref93, 1),
|
|
268
|
+
primary = _ref94[0];
|
|
264
269
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
265
270
|
}, ['colors.primary']),
|
|
266
|
-
listGroupItemBackgroundHover: (0, _utils.computed)(function (
|
|
267
|
-
var
|
|
268
|
-
lightShade =
|
|
271
|
+
listGroupItemBackgroundHover: (0, _utils.computed)(function (_ref95) {
|
|
272
|
+
var _ref96 = (0, _slicedToArray2.default)(_ref95, 1),
|
|
273
|
+
lightShade = _ref96[0];
|
|
269
274
|
return (0, _manipulation.transparentize)(lightShade, 0.2);
|
|
270
275
|
}, ['colors.lightShade']),
|
|
271
|
-
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (
|
|
272
|
-
var
|
|
273
|
-
primary =
|
|
276
|
+
listGroupItemBackgroundPrimaryHover: (0, _utils.computed)(function (_ref97) {
|
|
277
|
+
var _ref98 = (0, _slicedToArray2.default)(_ref97, 1),
|
|
278
|
+
primary = _ref98[0];
|
|
274
279
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
275
280
|
}, ['colors.primary']),
|
|
276
|
-
loadingSpinnerBorder: (0, _utils.computed)(function (
|
|
277
|
-
var
|
|
278
|
-
lightShade =
|
|
281
|
+
loadingSpinnerBorder: (0, _utils.computed)(function (_ref99) {
|
|
282
|
+
var _ref100 = (0, _slicedToArray2.default)(_ref99, 1),
|
|
283
|
+
lightShade = _ref100[0];
|
|
279
284
|
return lightShade;
|
|
280
285
|
}, ['colors.lightShade']),
|
|
281
|
-
loadingSpinnerHighlight: (0, _utils.computed)(function (
|
|
282
|
-
var
|
|
283
|
-
primary =
|
|
286
|
+
loadingSpinnerHighlight: (0, _utils.computed)(function (_ref101) {
|
|
287
|
+
var _ref102 = (0, _slicedToArray2.default)(_ref101, 1),
|
|
288
|
+
primary = _ref102[0];
|
|
284
289
|
return primary;
|
|
285
290
|
}, ['colors.primary']),
|
|
286
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (
|
|
287
|
-
var _ref102 = (0, _slicedToArray2.default)(_ref101, 1),
|
|
288
|
-
lightShade = _ref102[0];
|
|
289
|
-
return lightShade;
|
|
290
|
-
}, ['colors.lightShade']),
|
|
291
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref103) {
|
|
291
|
+
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref103) {
|
|
292
292
|
var _ref104 = (0, _slicedToArray2.default)(_ref103, 1),
|
|
293
293
|
lightShade = _ref104[0];
|
|
294
|
-
return
|
|
294
|
+
return lightShade;
|
|
295
295
|
}, ['colors.lightShade']),
|
|
296
|
-
|
|
296
|
+
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref105) {
|
|
297
297
|
var _ref106 = (0, _slicedToArray2.default)(_ref105, 1),
|
|
298
298
|
lightShade = _ref106[0];
|
|
299
|
-
return (0, _manipulation.shade)(lightShade, 0.
|
|
299
|
+
return (0, _manipulation.shade)(lightShade, 0.04);
|
|
300
300
|
}, ['colors.lightShade']),
|
|
301
|
-
|
|
301
|
+
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref107) {
|
|
302
302
|
var _ref108 = (0, _slicedToArray2.default)(_ref107, 1),
|
|
303
303
|
lightShade = _ref108[0];
|
|
304
|
-
return (0, _manipulation.shade)(lightShade, 0.
|
|
304
|
+
return (0, _manipulation.shade)(lightShade, 0.08);
|
|
305
305
|
}, ['colors.lightShade']),
|
|
306
|
-
|
|
306
|
+
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref109) {
|
|
307
307
|
var _ref110 = (0, _slicedToArray2.default)(_ref109, 1),
|
|
308
|
-
|
|
308
|
+
lightShade = _ref110[0];
|
|
309
|
+
return (0, _manipulation.shade)(lightShade, 0.12);
|
|
310
|
+
}, ['colors.lightShade']),
|
|
311
|
+
markBackground: (0, _utils.computed)(function (_ref111) {
|
|
312
|
+
var _ref112 = (0, _slicedToArray2.default)(_ref111, 1),
|
|
313
|
+
primary = _ref112[0];
|
|
309
314
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
310
315
|
}, ['colors.primary']),
|
|
311
|
-
markdownFormatTableBorderColor: (0, _utils.computed)(function (
|
|
312
|
-
var
|
|
313
|
-
fullShade =
|
|
316
|
+
markdownFormatTableBorderColor: (0, _utils.computed)(function (_ref113) {
|
|
317
|
+
var _ref114 = (0, _slicedToArray2.default)(_ref113, 1),
|
|
318
|
+
fullShade = _ref114[0];
|
|
314
319
|
return (0, _manipulation.transparentize)(fullShade, 0.15);
|
|
315
320
|
}, ['colors.fullShade']),
|
|
316
|
-
|
|
317
|
-
var
|
|
318
|
-
|
|
321
|
+
overlayMaskBackground: (0, _utils.computed)(function (_ref115) {
|
|
322
|
+
var _ref116 = (0, _slicedToArray2.default)(_ref115, 1),
|
|
323
|
+
backgroundBaseInteractiveOverlay = _ref116[0];
|
|
324
|
+
return backgroundBaseInteractiveOverlay;
|
|
325
|
+
}, ['colors.backgroundBaseInteractiveOverlay']),
|
|
326
|
+
overlayMaskBackgroundHighContrast: (0, _utils.computed)(function (_ref117) {
|
|
327
|
+
var _ref118 = (0, _slicedToArray2.default)(_ref117, 1),
|
|
328
|
+
ink = _ref118[0];
|
|
329
|
+
return (0, _manipulation.transparentize)(ink, 0.85);
|
|
330
|
+
}, ['colors.ink']),
|
|
331
|
+
popoverPanelBackground: (0, _utils.computed)(function (_ref119) {
|
|
332
|
+
var _ref120 = (0, _slicedToArray2.default)(_ref119, 1),
|
|
333
|
+
emptyShade = _ref120[0];
|
|
319
334
|
return emptyShade;
|
|
320
335
|
}, ['colors.emptyShade']),
|
|
321
|
-
popoverFooterBorderColor: (0, _utils.computed)(function (
|
|
322
|
-
var
|
|
323
|
-
color =
|
|
336
|
+
popoverFooterBorderColor: (0, _utils.computed)(function (_ref121) {
|
|
337
|
+
var _ref122 = (0, _slicedToArray2.default)(_ref121, 1),
|
|
338
|
+
color = _ref122[0];
|
|
324
339
|
return color;
|
|
325
340
|
}, ['border.color']),
|
|
326
|
-
scrollbarTrackColor: (0, _utils.computed)(function (
|
|
327
|
-
var
|
|
328
|
-
body =
|
|
341
|
+
scrollbarTrackColor: (0, _utils.computed)(function (_ref123) {
|
|
342
|
+
var _ref124 = (0, _slicedToArray2.default)(_ref123, 1),
|
|
343
|
+
body = _ref124[0];
|
|
329
344
|
return (0, _manipulation.shade)(body, 0.03);
|
|
330
345
|
}, ['colors.body']),
|
|
331
|
-
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (
|
|
332
|
-
var
|
|
333
|
-
lightShade =
|
|
346
|
+
sideNavItemEmphasizedBackground: (0, _utils.computed)(function (_ref125) {
|
|
347
|
+
var _ref126 = (0, _slicedToArray2.default)(_ref125, 1),
|
|
348
|
+
lightShade = _ref126[0];
|
|
334
349
|
return (0, _manipulation.transparentize)(lightShade, 0.3);
|
|
335
350
|
}, ['colors.lightShade']),
|
|
336
|
-
selectableListItemBorderColor: (0, _utils.computed)(function (
|
|
337
|
-
var
|
|
338
|
-
color =
|
|
351
|
+
selectableListItemBorderColor: (0, _utils.computed)(function (_ref127) {
|
|
352
|
+
var _ref128 = (0, _slicedToArray2.default)(_ref127, 1),
|
|
353
|
+
color = _ref128[0];
|
|
339
354
|
return (0, _manipulation.transparentize)(color, 0.4);
|
|
340
355
|
}, ['border.color']),
|
|
341
|
-
|
|
342
|
-
var
|
|
343
|
-
|
|
356
|
+
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref129) {
|
|
357
|
+
var _ref130 = (0, _slicedToArray2.default)(_ref129, 1),
|
|
358
|
+
emptyShade = _ref130[0];
|
|
359
|
+
return emptyShade;
|
|
360
|
+
}, ['colors.emptyShade']),
|
|
361
|
+
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref131) {
|
|
362
|
+
var _ref132 = (0, _slicedToArray2.default)(_ref131, 1),
|
|
363
|
+
success = _ref132[0];
|
|
344
364
|
return (0, _manipulation.tint)(success, 0.9);
|
|
345
365
|
}, ['colors.success']),
|
|
346
|
-
switchBackgroundOn: (0, _utils.computed)(function (
|
|
347
|
-
var
|
|
348
|
-
primary =
|
|
366
|
+
switchBackgroundOn: (0, _utils.computed)(function (_ref133) {
|
|
367
|
+
var _ref134 = (0, _slicedToArray2.default)(_ref133, 1),
|
|
368
|
+
primary = _ref134[0];
|
|
349
369
|
return primary;
|
|
350
370
|
}, ['colors.primary']),
|
|
351
|
-
switchBackgroundOff: (0, _utils.computed)(function (
|
|
352
|
-
var
|
|
353
|
-
lightestShade =
|
|
371
|
+
switchBackgroundOff: (0, _utils.computed)(function (_ref135) {
|
|
372
|
+
var _ref136 = (0, _slicedToArray2.default)(_ref135, 1),
|
|
373
|
+
lightestShade = _ref136[0];
|
|
354
374
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
355
375
|
}, ['colors.lightestShade']),
|
|
356
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
357
|
-
var
|
|
358
|
-
lightShade =
|
|
376
|
+
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref137) {
|
|
377
|
+
var _ref138 = (0, _slicedToArray2.default)(_ref137, 1),
|
|
378
|
+
lightShade = _ref138[0];
|
|
359
379
|
return (0, _manipulation.tint)(lightShade, 0.5);
|
|
360
380
|
}, ['colors.lightShade']),
|
|
361
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
362
|
-
var
|
|
363
|
-
lightShade =
|
|
381
|
+
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref139) {
|
|
382
|
+
var _ref140 = (0, _slicedToArray2.default)(_ref139, 1),
|
|
383
|
+
lightShade = _ref140[0];
|
|
364
384
|
return (0, _manipulation.tint)(lightShade, 0.25);
|
|
365
385
|
}, ['colors.lightShade']),
|
|
366
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (
|
|
367
|
-
var
|
|
368
|
-
lightShade =
|
|
386
|
+
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref141) {
|
|
387
|
+
var _ref142 = (0, _slicedToArray2.default)(_ref141, 1),
|
|
388
|
+
lightShade = _ref142[0];
|
|
369
389
|
return (0, _manipulation.tint)(lightShade, 0);
|
|
370
390
|
}, ['colors.lightShade']),
|
|
371
391
|
switchThumbBackgroundDisabled: 'transparent',
|
|
372
|
-
switchThumbBorderOn: (0, _utils.computed)(function (
|
|
373
|
-
var
|
|
374
|
-
lightestShade =
|
|
392
|
+
switchThumbBorderOn: (0, _utils.computed)(function (_ref143) {
|
|
393
|
+
var _ref144 = (0, _slicedToArray2.default)(_ref143, 1),
|
|
394
|
+
lightestShade = _ref144[0];
|
|
375
395
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
376
396
|
}, ['colors.lightestShade']),
|
|
377
|
-
switchThumbBorderOff: (0, _utils.computed)(function (
|
|
378
|
-
var
|
|
379
|
-
lightestShade =
|
|
397
|
+
switchThumbBorderOff: (0, _utils.computed)(function (_ref145) {
|
|
398
|
+
var _ref146 = (0, _slicedToArray2.default)(_ref145, 1),
|
|
399
|
+
lightestShade = _ref146[0];
|
|
380
400
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
381
401
|
}, ['colors.lightestShade']),
|
|
382
|
-
switchIconDisabled: (0, _utils.computed)(function (
|
|
383
|
-
var
|
|
384
|
-
lightestShade =
|
|
402
|
+
switchIconDisabled: (0, _utils.computed)(function (_ref147) {
|
|
403
|
+
var _ref148 = (0, _slicedToArray2.default)(_ref147, 1),
|
|
404
|
+
lightestShade = _ref148[0];
|
|
385
405
|
return (0, _manipulation.shade)(lightestShade, 0.4);
|
|
386
406
|
}, ['colors.lightestShade']),
|
|
387
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (
|
|
388
|
-
var
|
|
389
|
-
lightestShade =
|
|
407
|
+
tableRowBackgroundHover: (0, _utils.computed)(function (_ref149) {
|
|
408
|
+
var _ref150 = (0, _slicedToArray2.default)(_ref149, 1),
|
|
409
|
+
lightestShade = _ref150[0];
|
|
390
410
|
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
391
411
|
}, ['colors.lightestShade']),
|
|
392
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (
|
|
393
|
-
var
|
|
394
|
-
primary =
|
|
412
|
+
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref151) {
|
|
413
|
+
var _ref152 = (0, _slicedToArray2.default)(_ref151, 1),
|
|
414
|
+
primary = _ref152[0];
|
|
395
415
|
return (0, _manipulation.tint)(primary, 0.96);
|
|
396
416
|
}, ['colors.primary']),
|
|
397
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (
|
|
398
|
-
var
|
|
399
|
-
primary =
|
|
417
|
+
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref153) {
|
|
418
|
+
var _ref154 = (0, _slicedToArray2.default)(_ref153, 1),
|
|
419
|
+
primary = _ref154[0];
|
|
400
420
|
return (0, _manipulation.tint)(primary, 0.9);
|
|
401
421
|
}, ['colors.primary']),
|
|
402
|
-
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (
|
|
403
|
-
var
|
|
404
|
-
primary =
|
|
422
|
+
tableRowInteractiveBackgroundHover: (0, _utils.computed)(function (_ref155) {
|
|
423
|
+
var _ref156 = (0, _slicedToArray2.default)(_ref155, 1),
|
|
424
|
+
primary = _ref156[0];
|
|
405
425
|
return (0, _manipulation.transparentize)(primary, 0.05);
|
|
406
426
|
}, ['colors.primary']),
|
|
407
|
-
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (
|
|
408
|
-
var
|
|
409
|
-
primary =
|
|
427
|
+
tableRowInteractiveBackgroundFocus: (0, _utils.computed)(function (_ref157) {
|
|
428
|
+
var _ref158 = (0, _slicedToArray2.default)(_ref157, 1),
|
|
429
|
+
primary = _ref158[0];
|
|
410
430
|
return (0, _manipulation.transparentize)(primary, 0.1);
|
|
411
431
|
}, ['colors.primary']),
|
|
412
|
-
tableCellSortableIconColor: (0, _utils.computed)(function (
|
|
413
|
-
var
|
|
414
|
-
emptyShade =
|
|
415
|
-
subduedText =
|
|
432
|
+
tableCellSortableIconColor: (0, _utils.computed)(function (_ref159) {
|
|
433
|
+
var _ref160 = (0, _slicedToArray2.default)(_ref159, 2),
|
|
434
|
+
emptyShade = _ref160[0],
|
|
435
|
+
subduedText = _ref160[1];
|
|
416
436
|
var color = (0, _manipulation.tint)(subduedText, 0.9);
|
|
417
437
|
return (0, _contrast.makeHighContrastColor)(
|
|
418
438
|
// Tint it arbitrarily high, the contrast util will take care of lowering back down to WCAG
|
|
419
439
|
color, 3 // 3:1 ratio from https://www.w3.org/WAI/WCAG22/Understanding/non-text-contrast.html
|
|
420
440
|
)(emptyShade);
|
|
421
441
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
422
|
-
tooltipBackground: (0, _utils.computed)(function (
|
|
423
|
-
var
|
|
424
|
-
fullShade =
|
|
442
|
+
tooltipBackground: (0, _utils.computed)(function (_ref161) {
|
|
443
|
+
var _ref162 = (0, _slicedToArray2.default)(_ref161, 1),
|
|
444
|
+
fullShade = _ref162[0];
|
|
425
445
|
return (0, _manipulation.tint)(fullShade, 0.25);
|
|
426
446
|
}, ['colors.fullShade']),
|
|
427
|
-
tooltipBorder: (0, _utils.computed)(function (
|
|
428
|
-
var
|
|
429
|
-
fullShade =
|
|
447
|
+
tooltipBorder: (0, _utils.computed)(function (_ref163) {
|
|
448
|
+
var _ref164 = (0, _slicedToArray2.default)(_ref163, 1),
|
|
449
|
+
fullShade = _ref164[0];
|
|
430
450
|
return (0, _manipulation.tint)(fullShade, 0.35);
|
|
431
451
|
}, ['colors.fullShade']),
|
|
432
|
-
tooltipBorderFloating: (0, _utils.computed)(function (
|
|
433
|
-
var
|
|
434
|
-
borderBaseFloating =
|
|
452
|
+
tooltipBorderFloating: (0, _utils.computed)(function (_ref165) {
|
|
453
|
+
var _ref166 = (0, _slicedToArray2.default)(_ref165, 1),
|
|
454
|
+
borderBaseFloating = _ref166[0];
|
|
435
455
|
return borderBaseFloating;
|
|
436
456
|
}, ['colors.borderBaseFloating']),
|
|
437
|
-
tourFooterBackground: (0, _utils.computed)(function (
|
|
438
|
-
var
|
|
439
|
-
lightestShade =
|
|
457
|
+
tourFooterBackground: (0, _utils.computed)(function (_ref167) {
|
|
458
|
+
var _ref168 = (0, _slicedToArray2.default)(_ref167, 1),
|
|
459
|
+
lightestShade = _ref168[0];
|
|
440
460
|
return (0, _manipulation.tint)(lightestShade, 0.5);
|
|
441
461
|
}, ['colors.lightestShade']),
|
|
442
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (
|
|
443
|
-
var
|
|
444
|
-
text =
|
|
462
|
+
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref169) {
|
|
463
|
+
var _ref170 = (0, _slicedToArray2.default)(_ref169, 1),
|
|
464
|
+
text = _ref170[0];
|
|
445
465
|
return (0, _manipulation.transparentize)(text, 0.1);
|
|
446
466
|
}, ['colors.text'])
|
|
447
467
|
};
|
|
@@ -450,166 +470,171 @@ var components = exports.components = {
|
|
|
450
470
|
forms: _forms.forms,
|
|
451
471
|
LIGHT: component_colors,
|
|
452
472
|
DARK: _objectSpread(_objectSpread({}, component_colors), {}, {
|
|
453
|
-
badgeBorderColorHollow: (0, _utils.computed)(function (
|
|
454
|
-
var
|
|
455
|
-
color =
|
|
473
|
+
badgeBorderColorHollow: (0, _utils.computed)(function (_ref171) {
|
|
474
|
+
var _ref172 = (0, _slicedToArray2.default)(_ref171, 1),
|
|
475
|
+
color = _ref172[0];
|
|
456
476
|
return (0, _manipulation.tint)(color, 0.15);
|
|
457
477
|
}, ['border.color']),
|
|
458
|
-
breadcrumbsApplicationBackground: (0, _utils.computed)(function (
|
|
459
|
-
var
|
|
460
|
-
darkestShade =
|
|
478
|
+
breadcrumbsApplicationBackground: (0, _utils.computed)(function (_ref173) {
|
|
479
|
+
var _ref174 = (0, _slicedToArray2.default)(_ref173, 1),
|
|
480
|
+
darkestShade = _ref174[0];
|
|
461
481
|
return (0, _manipulation.shade)(darkestShade, 0.7);
|
|
462
482
|
}, ['colors.darkestShade']),
|
|
463
|
-
breadcrumbsApplicationColor: (0, _utils.computed)(function (
|
|
464
|
-
var
|
|
465
|
-
darkestShade =
|
|
483
|
+
breadcrumbsApplicationColor: (0, _utils.computed)(function (_ref175) {
|
|
484
|
+
var _ref176 = (0, _slicedToArray2.default)(_ref175, 1),
|
|
485
|
+
darkestShade = _ref176[0];
|
|
466
486
|
return (0, _manipulation.shade)(darkestShade, 0.2);
|
|
467
487
|
}, ['colors.darkestShade']),
|
|
468
|
-
collapsibleNavGroupBackground: (0, _utils.computed)(function (
|
|
469
|
-
var
|
|
470
|
-
lightestShade =
|
|
488
|
+
collapsibleNavGroupBackground: (0, _utils.computed)(function (_ref177) {
|
|
489
|
+
var _ref178 = (0, _slicedToArray2.default)(_ref177, 1),
|
|
490
|
+
lightestShade = _ref178[0];
|
|
471
491
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
472
492
|
}, ['colors.lightestShade']),
|
|
473
|
-
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (
|
|
474
|
-
var
|
|
475
|
-
lightestShade =
|
|
493
|
+
collapsibleNavGroupBackgroundDark: (0, _utils.computed)(function (_ref179) {
|
|
494
|
+
var _ref180 = (0, _slicedToArray2.default)(_ref179, 1),
|
|
495
|
+
lightestShade = _ref180[0];
|
|
476
496
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
477
497
|
}, ['colors.lightestShade']),
|
|
478
|
-
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (
|
|
479
|
-
var
|
|
480
|
-
color =
|
|
498
|
+
dataGridVerticalLineBorderColor: (0, _utils.computed)(function (_ref181) {
|
|
499
|
+
var _ref182 = (0, _slicedToArray2.default)(_ref181, 1),
|
|
500
|
+
color = _ref182[0];
|
|
481
501
|
return (0, _manipulation.shade)(color, 0.3);
|
|
482
502
|
}, ['border.color']),
|
|
483
|
-
headerDarkBackground: (0, _utils.computed)(function (
|
|
484
|
-
var
|
|
485
|
-
lightestShade =
|
|
503
|
+
headerDarkBackground: (0, _utils.computed)(function (_ref183) {
|
|
504
|
+
var _ref184 = (0, _slicedToArray2.default)(_ref183, 1),
|
|
505
|
+
lightestShade = _ref184[0];
|
|
486
506
|
return (0, _manipulation.shade)(lightestShade, 0.5);
|
|
487
507
|
}, ['colors.lightestShade']),
|
|
488
|
-
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (
|
|
489
|
-
var
|
|
490
|
-
disabled =
|
|
508
|
+
keyPadMenuItemBackgroundDisabledSelect: (0, _utils.computed)(function (_ref185) {
|
|
509
|
+
var _ref186 = (0, _slicedToArray2.default)(_ref185, 1),
|
|
510
|
+
disabled = _ref186[0];
|
|
491
511
|
return (0, _manipulation.transparentize)(disabled, 0.2);
|
|
492
512
|
}, ['colors.disabled']),
|
|
493
|
-
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (
|
|
494
|
-
var
|
|
495
|
-
lightShade =
|
|
513
|
+
listGroupItemBackgroundSubduedActive: (0, _utils.computed)(function (_ref187) {
|
|
514
|
+
var _ref188 = (0, _slicedToArray2.default)(_ref187, 1),
|
|
515
|
+
lightShade = _ref188[0];
|
|
496
516
|
return (0, _manipulation.transparentize)(lightShade, 0.4);
|
|
497
517
|
}, ['colors.lightShade']),
|
|
498
|
-
loadingChartMonoBackground0: (0, _utils.computed)(function (
|
|
499
|
-
var
|
|
500
|
-
lightShade =
|
|
518
|
+
loadingChartMonoBackground0: (0, _utils.computed)(function (_ref189) {
|
|
519
|
+
var _ref190 = (0, _slicedToArray2.default)(_ref189, 1),
|
|
520
|
+
lightShade = _ref190[0];
|
|
501
521
|
return lightShade;
|
|
502
522
|
}, ['colors.lightShade']),
|
|
503
|
-
loadingChartMonoBackground1: (0, _utils.computed)(function (
|
|
504
|
-
var
|
|
505
|
-
lightShade =
|
|
523
|
+
loadingChartMonoBackground1: (0, _utils.computed)(function (_ref191) {
|
|
524
|
+
var _ref192 = (0, _slicedToArray2.default)(_ref191, 1),
|
|
525
|
+
lightShade = _ref192[0];
|
|
506
526
|
return (0, _manipulation.tint)(lightShade, 0.04);
|
|
507
527
|
}, ['colors.lightShade']),
|
|
508
|
-
loadingChartMonoBackground2: (0, _utils.computed)(function (
|
|
509
|
-
var
|
|
510
|
-
lightShade =
|
|
528
|
+
loadingChartMonoBackground2: (0, _utils.computed)(function (_ref193) {
|
|
529
|
+
var _ref194 = (0, _slicedToArray2.default)(_ref193, 1),
|
|
530
|
+
lightShade = _ref194[0];
|
|
511
531
|
return (0, _manipulation.tint)(lightShade, 0.08);
|
|
512
532
|
}, ['colors.lightShade']),
|
|
513
|
-
loadingChartMonoBackground3: (0, _utils.computed)(function (
|
|
514
|
-
var
|
|
515
|
-
lightShade =
|
|
533
|
+
loadingChartMonoBackground3: (0, _utils.computed)(function (_ref195) {
|
|
534
|
+
var _ref196 = (0, _slicedToArray2.default)(_ref195, 1),
|
|
535
|
+
lightShade = _ref196[0];
|
|
516
536
|
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
517
537
|
}, ['colors.lightShade']),
|
|
518
|
-
markBackground: (0, _utils.computed)(function (
|
|
519
|
-
var
|
|
520
|
-
primary =
|
|
538
|
+
markBackground: (0, _utils.computed)(function (_ref197) {
|
|
539
|
+
var _ref198 = (0, _slicedToArray2.default)(_ref197, 1),
|
|
540
|
+
primary = _ref198[0];
|
|
521
541
|
return (0, _manipulation.transparentize)(primary, 0.3);
|
|
522
542
|
}, ['colors.primary']),
|
|
523
|
-
popoverPanelBackground: (0, _utils.computed)(function (
|
|
524
|
-
var
|
|
525
|
-
emptyShade =
|
|
543
|
+
popoverPanelBackground: (0, _utils.computed)(function (_ref199) {
|
|
544
|
+
var _ref200 = (0, _slicedToArray2.default)(_ref199, 1),
|
|
545
|
+
emptyShade = _ref200[0];
|
|
526
546
|
return (0, _manipulation.tint)(emptyShade, 0.025);
|
|
527
547
|
}, ['colors.emptyShade']),
|
|
528
|
-
scrollbarTrackColor: (0, _utils.computed)(function (
|
|
529
|
-
var
|
|
530
|
-
body =
|
|
548
|
+
scrollbarTrackColor: (0, _utils.computed)(function (_ref201) {
|
|
549
|
+
var _ref202 = (0, _slicedToArray2.default)(_ref201, 1),
|
|
550
|
+
body = _ref202[0];
|
|
531
551
|
return (0, _manipulation.tint)(body, 0.07);
|
|
532
552
|
}, ['colors.body']),
|
|
533
|
-
|
|
534
|
-
var
|
|
535
|
-
|
|
553
|
+
skeletonBackgroundSkeletonMiddleHighContrast: (0, _utils.computed)(function (_ref203) {
|
|
554
|
+
var _ref204 = (0, _slicedToArray2.default)(_ref203, 1),
|
|
555
|
+
lightShade = _ref204[0];
|
|
556
|
+
return (0, _manipulation.tint)(lightShade, 0.12);
|
|
557
|
+
}, ['colors.lightShade']),
|
|
558
|
+
superDatePickerBackgroundSuccees: (0, _utils.computed)(function (_ref205) {
|
|
559
|
+
var _ref206 = (0, _slicedToArray2.default)(_ref205, 1),
|
|
560
|
+
success = _ref206[0];
|
|
536
561
|
return (0, _manipulation.shade)(success, 0.7);
|
|
537
562
|
}, ['colors.success']),
|
|
538
|
-
switchBackgroundOff: (0, _utils.computed)(function (
|
|
539
|
-
var
|
|
540
|
-
lightestShade =
|
|
563
|
+
switchBackgroundOff: (0, _utils.computed)(function (_ref207) {
|
|
564
|
+
var _ref208 = (0, _slicedToArray2.default)(_ref207, 1),
|
|
565
|
+
lightestShade = _ref208[0];
|
|
541
566
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
542
567
|
}, ['colors.lightestShade']),
|
|
543
|
-
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
544
|
-
var
|
|
545
|
-
lightShade =
|
|
568
|
+
switchUncompressedBackgroundDisabled: (0, _utils.computed)(function (_ref209) {
|
|
569
|
+
var _ref210 = (0, _slicedToArray2.default)(_ref209, 1),
|
|
570
|
+
lightShade = _ref210[0];
|
|
546
571
|
return lightShade;
|
|
547
572
|
}, ['colors.lightShade']),
|
|
548
|
-
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (
|
|
549
|
-
var
|
|
550
|
-
lightShade =
|
|
573
|
+
switchCompressedBackgroundDisabled: (0, _utils.computed)(function (_ref211) {
|
|
574
|
+
var _ref212 = (0, _slicedToArray2.default)(_ref211, 1),
|
|
575
|
+
lightShade = _ref212[0];
|
|
551
576
|
return lightShade;
|
|
552
577
|
}, ['colors.lightShade']),
|
|
553
|
-
switchMiniBackgroundDisabled: (0, _utils.computed)(function (
|
|
554
|
-
var
|
|
555
|
-
lightShade =
|
|
578
|
+
switchMiniBackgroundDisabled: (0, _utils.computed)(function (_ref213) {
|
|
579
|
+
var _ref214 = (0, _slicedToArray2.default)(_ref213, 1),
|
|
580
|
+
lightShade = _ref214[0];
|
|
556
581
|
return lightShade;
|
|
557
582
|
}, ['colors.lightShade']),
|
|
558
|
-
switchThumbBorderOn: (0, _utils.computed)(function (
|
|
559
|
-
var
|
|
560
|
-
lightestShade =
|
|
583
|
+
switchThumbBorderOn: (0, _utils.computed)(function (_ref215) {
|
|
584
|
+
var _ref216 = (0, _slicedToArray2.default)(_ref215, 1),
|
|
585
|
+
lightestShade = _ref216[0];
|
|
561
586
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
562
587
|
}, ['colors.lightestShade']),
|
|
563
|
-
switchThumbBorderOff: (0, _utils.computed)(function (
|
|
564
|
-
var
|
|
565
|
-
lightestShade =
|
|
588
|
+
switchThumbBorderOff: (0, _utils.computed)(function (_ref217) {
|
|
589
|
+
var _ref218 = (0, _slicedToArray2.default)(_ref217, 1),
|
|
590
|
+
lightestShade = _ref218[0];
|
|
566
591
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
567
592
|
}, ['colors.lightestShade']),
|
|
568
|
-
switchIconDisabled: (0, _utils.computed)(function (
|
|
569
|
-
var
|
|
570
|
-
lightestShade =
|
|
593
|
+
switchIconDisabled: (0, _utils.computed)(function (_ref219) {
|
|
594
|
+
var _ref220 = (0, _slicedToArray2.default)(_ref219, 1),
|
|
595
|
+
lightestShade = _ref220[0];
|
|
571
596
|
return (0, _manipulation.tint)(lightestShade, 0.31);
|
|
572
597
|
}, ['colors.lightestShade']),
|
|
573
|
-
tableRowBackgroundHover: (0, _utils.computed)(function (
|
|
574
|
-
var
|
|
575
|
-
lightestShade =
|
|
598
|
+
tableRowBackgroundHover: (0, _utils.computed)(function (_ref221) {
|
|
599
|
+
var _ref222 = (0, _slicedToArray2.default)(_ref221, 1),
|
|
600
|
+
lightestShade = _ref222[0];
|
|
576
601
|
return lightestShade;
|
|
577
602
|
}, ['colors.lightestShade']),
|
|
578
|
-
tableRowBackgroundSelected: (0, _utils.computed)(function (
|
|
579
|
-
var
|
|
580
|
-
primary =
|
|
603
|
+
tableRowBackgroundSelected: (0, _utils.computed)(function (_ref223) {
|
|
604
|
+
var _ref224 = (0, _slicedToArray2.default)(_ref223, 1),
|
|
605
|
+
primary = _ref224[0];
|
|
581
606
|
return (0, _manipulation.shade)(primary, 0.7);
|
|
582
607
|
}, ['colors.primary']),
|
|
583
|
-
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (
|
|
584
|
-
var
|
|
585
|
-
primary =
|
|
608
|
+
tableRowBackgroundSelectedHover: (0, _utils.computed)(function (_ref225) {
|
|
609
|
+
var _ref226 = (0, _slicedToArray2.default)(_ref225, 1),
|
|
610
|
+
primary = _ref226[0];
|
|
586
611
|
return (0, _manipulation.shade)(primary, 0.75);
|
|
587
612
|
}, ['colors.primary']),
|
|
588
|
-
tableCellSortableIconColor: (0, _utils.computed)(function (
|
|
589
|
-
var
|
|
590
|
-
emptyShade =
|
|
591
|
-
subduedText =
|
|
613
|
+
tableCellSortableIconColor: (0, _utils.computed)(function (_ref227) {
|
|
614
|
+
var _ref228 = (0, _slicedToArray2.default)(_ref227, 2),
|
|
615
|
+
emptyShade = _ref228[0],
|
|
616
|
+
subduedText = _ref228[1];
|
|
592
617
|
var color = (0, _manipulation.shade)(subduedText, 0.9);
|
|
593
618
|
return (0, _contrast.makeHighContrastColor)(color, 3)(emptyShade);
|
|
594
619
|
}, ['colors.emptyShade', 'colors.subduedText']),
|
|
595
|
-
tooltipBackground: (0, _utils.computed)(function (
|
|
596
|
-
var
|
|
597
|
-
emptyShade =
|
|
620
|
+
tooltipBackground: (0, _utils.computed)(function (_ref229) {
|
|
621
|
+
var _ref230 = (0, _slicedToArray2.default)(_ref229, 1),
|
|
622
|
+
emptyShade = _ref230[0];
|
|
598
623
|
return (0, _manipulation.shade)(emptyShade, 1);
|
|
599
624
|
}, ['colors.emptyShade']),
|
|
600
|
-
tooltipBorder: (0, _utils.computed)(function (
|
|
601
|
-
var
|
|
602
|
-
fullShade =
|
|
625
|
+
tooltipBorder: (0, _utils.computed)(function (_ref231) {
|
|
626
|
+
var _ref232 = (0, _slicedToArray2.default)(_ref231, 1),
|
|
627
|
+
fullShade = _ref232[0];
|
|
603
628
|
return (0, _manipulation.shade)(fullShade, 0.8);
|
|
604
629
|
}, ['colors.fullShade']),
|
|
605
|
-
tourFooterBackground: (0, _utils.computed)(function (
|
|
606
|
-
var
|
|
607
|
-
lightestShade =
|
|
630
|
+
tourFooterBackground: (0, _utils.computed)(function (_ref233) {
|
|
631
|
+
var _ref234 = (0, _slicedToArray2.default)(_ref233, 1),
|
|
632
|
+
lightestShade = _ref234[0];
|
|
608
633
|
return (0, _manipulation.shade)(lightestShade, 0.45);
|
|
609
634
|
}, ['colors.lightestShade']),
|
|
610
|
-
treeViewItemBackgroundHover: (0, _utils.computed)(function (
|
|
611
|
-
var
|
|
612
|
-
text =
|
|
635
|
+
treeViewItemBackgroundHover: (0, _utils.computed)(function (_ref235) {
|
|
636
|
+
var _ref236 = (0, _slicedToArray2.default)(_ref235, 1),
|
|
637
|
+
text = _ref236[0];
|
|
613
638
|
return (0, _manipulation.transparentize)(text, 0.2);
|
|
614
639
|
}, ['colors.text'])
|
|
615
640
|
})
|