Skip to content

Commit

Permalink
Merge pull request #576 from ably/icons_for_WEB-4100
Browse files Browse the repository at this point in the history
add additional external link icon and social x color to be dynamic
  • Loading branch information
aralovelace authored Dec 12, 2024
2 parents 581566e + e2c7323 commit 9de841d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "15.1.5",
"version": "15.1.6",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions src/core/Icon/__snapshots__/Icon.stories.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,21 @@ exports[`Components/Icon GUIIcons smoke-test 1`] = `
</div>
</div>
</div>
<div class="border p-16 flex flex-col sm:flex-row items-center justify-between gap-12 rounded-lg">
<code class="ui-text-code text-neutral-1300 dark:text-neutral-000 mb-8 block">
icon-gui-external-link-bolder
</code>
<div class="border inline-flex flex-0">
<div class="flex pi-checkered-bg">
<svg class="text-cool-black hover:text-active-orange"
style="width: 1.5rem; height: 1.5rem;"
>
<use xlink:href="#sprite-icon-gui-external-link-bolder">
</use>
</svg>
</div>
</div>
</div>
<div class="border p-16 flex flex-col sm:flex-row items-center justify-between gap-12 rounded-lg">
<code class="ui-text-code text-neutral-1300 dark:text-neutral-000 mb-8 block">
icon-gui-external-link
Expand Down
4 changes: 4 additions & 0 deletions src/core/icons/icon-gui-external-link-bolder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/core/icons/icon-social-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9de841d

Please sign in to comment.