Skip to content

Commit

Permalink
deploy: c22d257
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2024
1 parent a76b0db commit 3db2681
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 2 deletions.
20 changes: 19 additions & 1 deletion _state.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"name": "BTCPay Server Design System",
"version": "0.1.0",
"update": 1730099287193,
"update": 1730113259839,
"logo": "/resources/design-files/btcpay-logo.svg",
"source": {
"components": [
Expand Down Expand Up @@ -1909,6 +1909,24 @@
}
]
},
{
"type": "category",
"name": "keypad",
"tokens": [
{
"type": "icon",
"name": "keypad-clear",
"variable": "keypad-clear",
"value": "<svg role=\"img\"><use href=\"/svg/icons.svg#keypad-clear\"/></svg>"
},
{
"type": "icon",
"name": "keypad-plus",
"variable": "keypad-plus",
"value": "<svg role=\"img\"><use href=\"/svg/icons.svg#keypad-plus\"/></svg>"
}
]
},
{
"type": "category",
"name": "logo",
Expand Down
22 changes: 22 additions & 0 deletions _tokens/_all/design/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,28 @@ <h2 class="uie-tokens__title">forms</h2>
</figure>
</div>
</section>
<section class="uie-tokens__category" id="keypad">
<h2 class="uie-tokens__title">keypad</h2>

<div class="uie-tokens__grid">
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#keypad-clear"/></svg>
</div>
<figcaption class="uie-icon-token__name">
keypad-clear
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#keypad-plus"/></svg>
</div>
<figcaption class="uie-icon-token__name">
keypad-plus
</figcaption>
</figure>
</div>
</section>
<section class="uie-tokens__category" id="logo">
<h2 class="uie-tokens__title">logo</h2>

Expand Down
22 changes: 22 additions & 0 deletions _tokens/dark/design/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,28 @@ <h2 class="uie-tokens__title">forms</h2>
</figure>
</div>
</section>
<section class="uie-tokens__category" id="keypad">
<h2 class="uie-tokens__title">keypad</h2>

<div class="uie-tokens__grid">
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#keypad-clear"/></svg>
</div>
<figcaption class="uie-icon-token__name">
keypad-clear
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#keypad-plus"/></svg>
</div>
<figcaption class="uie-icon-token__name">
keypad-plus
</figcaption>
</figure>
</div>
</section>
<section class="uie-tokens__category" id="logo">
<h2 class="uie-tokens__title">logo</h2>

Expand Down
22 changes: 22 additions & 0 deletions _tokens/light/design/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,28 @@ <h2 class="uie-tokens__title">forms</h2>
</figure>
</div>
</section>
<section class="uie-tokens__category" id="keypad">
<h2 class="uie-tokens__title">keypad</h2>

<div class="uie-tokens__grid">
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#keypad-clear"/></svg>
</div>
<figcaption class="uie-icon-token__name">
keypad-clear
</figcaption>
</figure>
<figure class="uie-icon-token">
<div class="uie-icon-token__icon">
<svg role="img"><use href="/svg/icons.svg#keypad-plus"/></svg>
</div>
<figcaption class="uie-icon-token__name">
keypad-plus
</figcaption>
</figure>
</div>
</section>
<section class="uie-tokens__category" id="logo">
<h2 class="uie-tokens__title">logo</h2>

Expand Down
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions svg/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions svg/icons/keypad-clear.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions svg/icons/keypad-plus.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 3db2681

Please sign in to comment.