Skip to content

Commit

Permalink
Merge pull request #568 from ably/badges_icon
Browse files Browse the repository at this point in the history
add badges icon for the Pricing Estimator
  • Loading branch information
aralovelace authored Dec 5, 2024
2 parents a0ad31e + 34e2417 commit be83ac0
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
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.1",
"version": "15.1.2",
"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
30 changes: 30 additions & 0 deletions src/core/Icon/__snapshots__/Icon.stories.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,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-arrow-down-circled
</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-arrow-down-circled">
</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-arrow-down
Expand Down Expand Up @@ -1788,6 +1803,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-check-lotus-circled
</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-check-lotus-circled">
</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-checklist-checked
Expand Down
3 changes: 3 additions & 0 deletions src/core/icons/icon-gui-arrow-down-circled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/core/icons/icon-gui-check-lotus-circled.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 be83ac0

Please sign in to comment.