Skip to content

Commit

Permalink
feat(yoco): add attention, circle_magnifying_glass, circle_minus, mag…
Browse files Browse the repository at this point in the history
…nifying_glass icons

- bump version to 2.6.1
  • Loading branch information
santiagoballadares committed Jul 9, 2024
1 parent 2dd3286 commit 8ae9774
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
"style": "./style.css",
"type": "module",
"types": "./dist/mjs/index.d.ts",
"version": "2.6.0"
"version": "2.6.1"
}
4 changes: 4 additions & 0 deletions packages/yoco/source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export module Yoco {
ANNOUNCE = 'announce',
ARROW_LINE = 'arrow_line',
ATTACHMENT = 'attachment',
ATTENTION = 'attention',
BASKET = 'basket',
BELL = 'bell',
BOOKMARK = 'bookmark',
Expand All @@ -31,6 +32,8 @@ export module Yoco {
CIRCLE_CHECK = 'circle_check',
CIRCLE_CROSS = 'circle_cross',
CIRCLE_I = 'circle_i',
CIRCLE_MAGNIFYING_GLASS = 'circle_magnifying_glass',
CIRCLE_MINUS = 'circle_minus',
CIRCLE_LOAD = 'circle_load',
CIRCLE_QUESTION = 'circle_question',
CLOCK = 'clock',
Expand Down Expand Up @@ -76,6 +79,7 @@ export module Yoco {
LIST = 'list',
LOCATION = 'location',
LOGOUT = 'logout',
MAGNIFYING_GLASS = 'magnifying_glass',
MARKUP = 'markup',
MATERIAL = 'material',
MINUS = 'minus',
Expand Down
4 changes: 4 additions & 0 deletions packages/yoco/svg/attention.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/yoco/svg/circle_magnifying_glass.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 packages/yoco/svg/circle_minus.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 packages/yoco/svg/magnifying_glass.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 8ae9774

Please sign in to comment.