Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Visual Refresh] Fix computed border token mapping #8170

Merged

Conversation

mgadewoll
Copy link
Contributor

@mgadewoll mgadewoll commented Nov 19, 2024

Summary

Note

This PR merges into a feature branch

This PR fixes an issue with border token mappings for the Amsterdam theme, where references to the border.color are not actually available in the colors definitions yet.

The tokens use the underlying computed token now instead.

before
Screenshot 2024-11-19 at 20 09 42

after
Screenshot 2024-11-19 at 20 50 11

QA

  • verify the EuiCommentEvent border for "subdued" event is using proper "subdued" color instead of black (Storybook)

- the issue here seems to be that the border token is defined after color tokens and not available
@mgadewoll mgadewoll changed the title [Visual Refresh] Fix computed token mapping [Visual Refresh] Fix computed border token mapping Nov 19, 2024
@mgadewoll mgadewoll marked this pull request as ready for review November 19, 2024 19:50
@mgadewoll mgadewoll requested a review from a team as a code owner November 19, 2024 19:50
Copy link
Member

@tkajtoch tkajtoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like eventColor: transparent is also using the wrong color. Could you please fix it here while you're at it?

@mgadewoll
Copy link
Contributor Author

It seems like eventColor: transparent is also using the wrong color. Could you please fix it here while you're at it?

Thanks for the catch! Updated in this commit.

@kibanamachine
Copy link

Preview staging links for this PR:

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

Copy link
Member

@cee-chen cee-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks for jumping on the fix!

Copy link
Member

@tkajtoch tkajtoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for fixing the transparent variant as well :D

@tkajtoch tkajtoch merged commit 96dc4f1 into elastic:eui-theme/borealis Nov 20, 2024
4 checks passed
tkajtoch added a commit to elastic/kibana that referenced this pull request Nov 27, 2024
`v97.3.1-borealis.2`⏩`v98.0.0-borealis.1`

_[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_

---

# `@elastic/eui`

## [`v98.0.0`](https://github.com/elastic/eui/releases/v98.0.0)

**Bug fixes**

- Fixed an `EuiDataGrid` bug where column actions where not clickable
when `EuiDataGrid` with `columnVisibility.canDragAndDropColumns` was
used inside a modal ([#8135](elastic/eui#8135))

**Breaking changes**

- Removed `EuiFormRow`'s deprecated `columnCompressedSwitch` display
prop. Use `columnCompressed` instead
([#8113](elastic/eui#8113))

# `@elastic/eui-theme-borealis`

**Bug fixes**

- Fixed computed border token mapping
(elastic/eui#8170)

Co-authored-by: Elastic Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants