Skip to content

Commit

Permalink
Update changelog and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mdefazio committed Aug 19, 2024
1 parent 157105e commit 101581d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%_ if (features) { -%>
- Added/Updated ...
- Added semantic text token [#7971](https://github.com/elastic/eui/pull/7971)

<%_ } -%>
<%_ if (bugFixes) { -%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,16 @@ exports[`EuiToken props iconType as EuiTokenMapType tokenSearchType is rendered
</span>
`;

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

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

0 comments on commit 101581d

Please sign in to comment.