Skip to content

Commit

Permalink
feat(yoco): add attention, circle_minus, circle_search icons
Browse files Browse the repository at this point in the history
santiagoballadares committed Jul 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6c152f9 commit 4384b1b
Showing 6 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
},
"dependencies": {
"@3yourmind/vue-use-tippy": "3.x",
"@3yourmind/yoco": "^2.6.0",
"@3yourmind/yoco": "^2.7.0",
"@metatypes/typography": "^0.5.0",
"@metatypes/units": "^0.5.0",
"big.js": "^6.2.1",
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
@@ -70,5 +70,5 @@
"style": "./style.css",
"type": "module",
"types": "./dist/mjs/index.d.ts",
"version": "2.6.0"
"version": "2.7.0"
}
3 changes: 3 additions & 0 deletions packages/yoco/source/index.ts
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ export module Yoco {
ANNOUNCE = 'announce',
ARROW_LINE = 'arrow_line',
ATTACHMENT = 'attachment',
ATTENTION = 'attention',
BASKET = 'basket',
BELL = 'bell',
BOOKMARK = 'bookmark',
@@ -32,7 +33,9 @@ export module Yoco {
CIRCLE_CROSS = 'circle_cross',
CIRCLE_I = 'circle_i',
CIRCLE_LOAD = 'circle_load',
CIRCLE_MINUS = 'circle_minus',
CIRCLE_QUESTION = 'circle_question',
CIRCLE_SEARCH = 'circle_search',
CLOCK = 'clock',
CLOSE = 'close',
CLOUD = 'cloud',
4 changes: 4 additions & 0 deletions packages/yoco/svg/attention.svg

Unable to render rich display

3 changes: 3 additions & 0 deletions packages/yoco/svg/circle_minus.svg

Unable to render rich display

4 changes: 4 additions & 0 deletions packages/yoco/svg/circle_search.svg

Unable to render rich display

0 comments on commit 4384b1b

Please sign in to comment.