Add Sparse Vector Token, Update Dense Vector Token#7282
Merged
cee-chen merged 5 commits intoelastic:mainfrom Oct 16, 2023
Merged
Add Sparse Vector Token, Update Dense Vector Token#7282cee-chen merged 5 commits intoelastic:mainfrom
cee-chen merged 5 commits intoelastic:mainfrom
Conversation
cee-chen
reviewed
Oct 13, 2023
cee-chen
reviewed
Oct 13, 2023
cee-chen
reviewed
Oct 13, 2023
Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
…into vector-icons
|
Preview staging links for this PR:
|
Collaborator
💚 Build Succeeded
History
|
cee-chen
approved these changes
Oct 16, 2023
Contributor
cee-chen
left a comment
There was a problem hiding this comment.
Thanks for knocking this icon design out of the park Michael! ❤️
cee-chen
added a commit
to elastic/kibana
that referenced
this pull request
Oct 19, 2023
`v89.0.0`⏩`v89.1.0` This upgrade also contains an EuiDataGrid refactor (elastic/eui#7255) not listed in the changelog (as no end-user functionality or props changed as a result of the refactor). The unlisted changes should only affect DOM and `className` usages in Kibana (primarily CSS overrides and test selectors). --- ## [`89.1.0`](https://github.com/elastic/eui/tree/v89.1.0) - Added `tokenVectorSparse` token and updated `tokenDenseVector` token (now named `tokenVectorDense`). ([#7282](elastic/eui#7282)) **CSS-in-JS conversions** - Reduced default CSS prefixes generated by Emotion to only browsers supported by EUI (latest evergreen browsers). This can be customized by passing your own Emotion cache to `EuiProvider`. ([#7272](elastic/eui#7272))
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added/updated the following tokens as requested by @carlosdelest:
tokenVectorDensetokenVectorSparseIn order to have these two icons appear next to each other when in alpha order, I renamed what was previously
tokenDenseVectortotokenVectorDense. I lefttokenDenseVectoras an undocumented alias to avoid breaking current usages.Closes #7257.
QA
Remove or strikethrough items that do not apply to your PR.
General checklist