Skip to content

Commit

Permalink
Remove deprecated EuiColorStops component (#7262)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Oct 9, 2023
1 parent 6c71d6a commit f47ef61
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3,152 deletions.
28 changes: 0 additions & 28 deletions src-docs/src/views/color_picker/color_picker_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
EuiColorPaletteDisplay,
EuiColorPalettePicker,
EuiText,
EuiCallOut,
EuiLink,
} from '../../../../src/components';
import {
EuiColorPalettePickerPaletteTextProps,
Expand Down Expand Up @@ -327,32 +325,6 @@ export const ColorPickerExample = {
snippet: colorPaletteDisplaySnippet,
demo: <ColorPaletteDisplay />,
},
{
title: 'Color stops',
isDeprecated: true,
text: (
<EuiCallOut
color="danger"
iconType="warning"
title="EuiColorStops has been scheduled for deprecation"
>
<p>
<strong>EuiColorStops</strong> is being deprecated due to low usage
and high maintenance requirements.
</p>
<p>
If necessary, we recommend{' '}
<EuiLink
href="https://github.com/elastic/eui/tree/main/src/components/color_picker/color_stops"
target="_blank"
>
copying the component to your application
</EuiLink>
. The component will be permanently removed in October 2023.
</p>
</EuiCallOut>
),
},
{
title: 'Format selection',
source: [
Expand Down

This file was deleted.

Loading

0 comments on commit f47ef61

Please sign in to comment.