Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(yoco): add attention, circle_minus, circle_search icons #964

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
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.7.0"
}
3 changes: 3 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 @@ -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',
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.
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.
4 changes: 4 additions & 0 deletions packages/yoco/svg/circle_search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading