Skip to content

Commit

Permalink
fix(deps): update dependency @elastic/eui to ^94.3.0 (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 7, 2024
1 parent 4ab6d8f commit cff5181
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@elastic/datemath": "^5.0.3",
"@elastic/eui": "^94.1.0",
"@elastic/eui": "^94.3.0",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.5",
"@mdx-js/loader": "^1.6.6",
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": "^94.1.0",
"@elastic/eui": "^94.3.0",
"@emotion/react": "^11.10.5",
"@emotion/css": "^11.10.5",
"luxon": "^1.27.0",
Expand Down
4 changes: 2 additions & 2 deletions storybook/story_wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const StoryWrapper: DecoratorFunction<JSX.Element> = (Story, context) =>
<BackgroundIdProvider value={backgroundId}>
<EuiFlexGroup gutterSize="none" direction="column" responsive={false}>
{showHeader && !showChartTitle && !showChartDescription && (
<EuiFlexItem id="story-header" grow={false}>
<EuiFlexItem className="story-header" grow={false}>
<EuiFlexGroup gutterSize="none" direction="column" responsive={false}>
<EuiFlexItem>
<EuiText>
Expand Down Expand Up @@ -83,7 +83,7 @@ export const StoryWrapper: DecoratorFunction<JSX.Element> = (Story, context) =>
</div>
</EuiFlexItem>
{markdown && (
<EuiFlexItem style={{ padding: 24 }}>
<EuiFlexItem className="markdown">
<EuiMarkdownFormat>{markdown}</EuiMarkdownFormat>
</EuiFlexItem>
)}
Expand Down
10 changes: 7 additions & 3 deletions storybook/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ html {
background: blanchedalmond !important;
}

#story-header {
.story-header {
display: none;
}

Expand Down Expand Up @@ -164,8 +164,8 @@ body {
}
}

#story-header {
padding: 20px 40px 16px;
.story-header {
padding: 20px 40px 16px !important;
}

.sb-show-main {
Expand All @@ -180,6 +180,10 @@ body {
visibility: hidden;
}

.markdown {
padding: 24px !important;
}

#story-root + div table {
border: 1px solid gray;
}
Expand Down
53 changes: 30 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.12.1", "@babel/runtime@^7.22.5":
"@babel/runtime@^7.12.1":
version "7.22.10"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.10.tgz#ae3e9631fd947cb7e3610d3e9d8fef5f76696682"
integrity sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==
Expand Down Expand Up @@ -2666,6 +2666,13 @@
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.24.1":
version "7.24.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c"
integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/runtime@^7.4.4":
version "7.7.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b"
Expand Down Expand Up @@ -3106,12 +3113,12 @@
dependencies:
tslib "^1.9.3"

"@elastic/eui@^94.1.0":
version "94.1.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-94.1.0.tgz#39fea7dc983206ccc9917fc912631b8947ca68ca"
integrity sha512-93OujrKqgK5UvzRjy/+7cVx6s4Xq8SjDqCsqZvct4aQAkVLrFZhO8tVoYJrTds5bvz6Pb2LCe2HR90U1LlHHGw==
"@elastic/eui@^94.3.0":
version "94.3.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-94.3.0.tgz#77c07701128b6443e2ea55e2462ef0ccadd64582"
integrity sha512-qJTLrQYe11MPTX+8AqifJVYLDyO8VqdFWqPVJRYel11l/FvJOqyQi50x+xQK8I7h73TF50xywtUHCfhfkqpbYg==
dependencies:
"@hello-pangea/dnd" "^16.3.0"
"@hello-pangea/dnd" "^16.6.0"
"@types/lodash" "^4.14.202"
"@types/numeral" "^2.0.5"
"@types/react-window" "^1.8.8"
Expand All @@ -3136,7 +3143,7 @@
remark-breaks "^2.0.2"
remark-emoji "^2.1.0"
remark-parse-no-trim "^8.0.4"
remark-rehype "^8.0.0"
remark-rehype "^8.1.0"
tabbable "^5.3.3"
text-diff "^1.0.1"
unified "^9.2.2"
Expand Down Expand Up @@ -3493,16 +3500,16 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@hello-pangea/dnd@^16.3.0":
version "16.3.0"
resolved "https://registry.yarnpkg.com/@hello-pangea/dnd/-/dnd-16.3.0.tgz#3776212f812df4e8e69c42831ec8ab7ff3a087d6"
integrity sha512-RYQ/K8shtJoyNPvFWz0gfXIK7HF3P3mL9UZFGMuHB0ljRSXVgMjVFI/FxcZmakMzw6tO7NflWLriwTNBow/4vw==
"@hello-pangea/dnd@^16.6.0":
version "16.6.0"
resolved "https://registry.yarnpkg.com/@hello-pangea/dnd/-/dnd-16.6.0.tgz#7509639c7bd13f55e537b65a9dcfcd54e7c99ac7"
integrity sha512-vfZ4GydqbtUPXSLfAvKvXQ6xwRzIjUSjVU0Sx+70VOhc2xx6CdmJXJ8YhH70RpbTUGjxctslQTHul9sIOxCfFQ==
dependencies:
"@babel/runtime" "^7.22.5"
"@babel/runtime" "^7.24.1"
css-box-model "^1.2.1"
memoize-one "^6.0.0"
raf-schd "^4.0.3"
react-redux "^8.1.1"
react-redux "^8.1.3"
redux "^4.2.1"
use-memo-one "^1.1.3"

Expand Down Expand Up @@ -16711,7 +16718,7 @@ [email protected]:
unist-util-position "^3.0.0"
unist-util-visit "^2.0.0"

mdast-util-to-hast@^10.0.0, mdast-util-to-hast@^10.2.0:
mdast-util-to-hast@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-10.2.0.tgz#61875526a017d8857b71abc9333942700b2d3604"
integrity sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==
Expand Down Expand Up @@ -19782,10 +19789,10 @@ react-redux@^7.1.0:
prop-types "^15.7.2"
react-is "^16.9.0"

react-redux@^8.1.1:
version "8.1.2"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.2.tgz#9076bbc6b60f746659ad6d51cb05de9c5e1e9188"
integrity sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==
react-redux@^8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.1.3.tgz#4fdc0462d0acb59af29a13c27ffef6f49ab4df46"
integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
dependencies:
"@babel/runtime" "^7.12.1"
"@types/hoist-non-react-statics" "^3.3.1"
Expand Down Expand Up @@ -20511,12 +20518,12 @@ remark-parse@^9.0.0:
dependencies:
mdast-util-from-markdown "^0.8.0"

remark-rehype@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-8.0.0.tgz#5a8afc8262a59d205fba21dafb27a673fb3b92fa"
integrity sha512-gVvOH02TMFqXOWoL6iXU7NXMsDJguNkNuMrzfkQeA4V6WCyHQnOKptn+IQBVVPuIH2sMJBwo8hlrmtn1MLTh9w==
remark-rehype@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-8.1.0.tgz#610509a043484c1e697437fa5eb3fd992617c945"
integrity sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==
dependencies:
mdast-util-to-hast "^10.0.0"
mdast-util-to-hast "^10.2.0"

remark-slug@^6.0.0:
version "6.1.0"
Expand Down

0 comments on commit cff5181

Please sign in to comment.