Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMarcialis committed May 2, 2024
1 parent bfe59ab commit 406c10c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/upcoming/7727.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Added/updated `clickLeft`, `clickRight`, `clockCounter`, `error`, `errorFilled`, `warningFilled`, `tokenDimension`, `tokenMetricCounter`, and `tokenMetricGauge` icon glyphs and tokens.
10 changes: 10 additions & 0 deletions src/components/token/__snapshots__/token.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,16 @@ exports[`EuiToken props iconType as EuiTokenMapType tokenDenseVector is rendered
</span>
`;

exports[`EuiToken props iconType as EuiTokenMapType tokenDimension is rendered 1`] = `
<span
class="euiToken emotion-euiToken-square-light-s-euiColorVis1"
>
<span
data-euiicon-type="tokenDimension"
/>
</span>
`;

exports[`EuiToken props iconType as EuiTokenMapType tokenElement is rendered 1`] = `
<span
class="euiToken emotion-euiToken-square-light-s-euiColorVis3"
Expand Down

0 comments on commit 406c10c

Please sign in to comment.