Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^64.0.1",
"@elastic/eui": "^65.0.2",
"@mdx-js/loader": "^1.6.6",
"@microsoft/api-documenter": "^7.19.5",
"@microsoft/api-extractor": "^7.29.3",
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@elastic/charts": "*",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^64.0.1",
"@elastic/eui": "^65.0.2",
"@emotion/react": "^11.7.1",
"luxon": "^1.27.0",
"moment": "^2.29.1",
Expand Down
10 changes: 9 additions & 1 deletion storybook/stories/utils/components/get_color_picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const getColorPicker =
<EuiFlexItem grow={false}>
<EuiButtonEmpty
color="danger"
style={{ color: '#ab231c' }}
size="s"
onClick={() => {
onChange(null);
Expand All @@ -47,7 +48,14 @@ export const getColorPicker =
Clear color
</EuiButtonEmpty>
</EuiFlexItem>
<EuiButton fullWidth size="s" iconType="check" title="Confirm color selection" onClick={onClose}>
<EuiButton
fullWidth
size="s"
iconType="check"
title="Confirm color selection"
onClick={onClose}
style={{ color: '#0061a6', backgroundColor: '#cce4f5', borderRadius: 4 }}
>
Done
</EuiButton>
</EuiWrappingPopover>
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2891,10 +2891,10 @@
dependencies:
tslib "^1.9.3"

"@elastic/eui@^64.0.1":
version "64.0.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-64.0.1.tgz#5b874192e01bbc8df1ef59f3563e4708210e829d"
integrity sha512-xg3qMIm2jHyCE4DaxqfENDbv1HENOe0QcNC4V1Era5XtSpkaS2M3tABcOmgt5x1aV1unHgi5ieJlJbd1OZwW1A==
"@elastic/eui@^65.0.2":
version "65.0.2"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-65.0.2.tgz#685388cfc548c3924d3f65e8dea89c17bc0f9f06"
integrity sha512-fxFeG9irpIpl0AVDXzW8qlWg9B1rhyIC5dsWd10w0PiUKbj1Uae2MhqB1W9pTKNm/HlRtE4ZIqqcU+aJithR4g==
dependencies:
"@types/chroma-js" "^2.0.0"
"@types/lodash" "^4.14.160"
Expand Down Expand Up @@ -10894,8 +10894,7 @@ eslint-module-utils@^2.7.3:
find-up "^2.1.0"

"eslint-plugin-elastic-charts@link:./packages/eslint-plugin-elastic-charts":
version "0.0.0"
uid ""
version "1.0.0"

eslint-plugin-eslint-comments@^3.2.0:
version "3.2.0"
Expand Down