Skip to content

Commit

Permalink
[CHUX-459] Add nav icons (#1940)
Browse files Browse the repository at this point in the history
* chux-459:chore add nav icons

* chux-459:chore add nav icons

* chux-459:chore:rename icon

* chux-459:chore:bump cypress
  • Loading branch information
stavros-tomas authored May 1, 2024
1 parent d6c2288 commit d63b781
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 37 deletions.
55 changes: 20 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.18",
"color": "4.2.3",
"cypress": "10.11.0",
"cypress": "13.8.1",
"cypress-image-snapshot": "4.0.1",
"eslint": "8.57.0",
"eslint-plugin-cypress": "2.15.1",
Expand Down
4 changes: 4 additions & 0 deletions src/assets/icons/simple/beneficiaries.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/assets/icons/simple/dashboard-reverse.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/assets/icons/simple/incoming-funds.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/assets/icons/simple/payment-light.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/assets/icons/simple/trade-finance-with-underline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/assets/icons/simple/transaction.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/img/simple-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/ec-icon/icon-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export enum IconName {
SIMPLE_ATTACHMENT = 'simple-attachment',
SIMPLE_BANK = 'simple-bank',
SIMPLE_BATCH_PAYMENT = 'simple-batch-payment',
SIMPLE_BENEFICIARIES = 'simple-beneficiaries',
SIMPLE_BLOCK = 'simple-block',
SIMPLE_BUY = 'simple-buy',
SIMPLE_CALENDAR = 'simple-calendar',
Expand All @@ -123,6 +124,7 @@ export enum IconName {
SIMPLE_COPY = 'simple-copy',
SIMPLE_COUNTRY = 'simple-country',
SIMPLE_CURRENCY = 'simple-currency',
SIMPLE_DASHBOARD_REVERSE = 'simple-dashboard-reverse',
SIMPLE_DASHBOARD = 'simple-dashboard',
SIMPLE_DELETE = 'simple-delete',
SIMPLE_DOCUMENT = 'simple-document',
Expand All @@ -134,6 +136,7 @@ export enum IconName {
SIMPLE_FEE = 'simple-fee',
SIMPLE_HEDGING = 'simple-hedging',
SIMPLE_HELP = 'simple-help',
SIMPLE_INCOMING_FUNDS = 'simple-incoming-funds',
SIMPLE_INFO = 'simple-info',
SIMPLE_LOADING = 'simple-loading',
SIMPLE_LOCKER = 'simple-locker',
Expand All @@ -142,6 +145,7 @@ export enum IconName {
SIMPLE_MORE = 'simple-more',
SIMPLE_NUMBERS = 'simple-numbers',
SIMPLE_OUTLINE_DELETE = 'simple-outline-delete',
SIMPLE_PAYMENT_LIGHT = 'simple-payment-light',
SIMPLE_PAYMENT = 'simple-payment',
SIMPLE_PERSON = 'simple-person',
SIMPLE_POSTAL_CODE = 'simple-postal-code',
Expand All @@ -156,8 +160,10 @@ export enum IconName {
SIMPLE_SNOWFLAKE = 'simple-snowflake',
SIMPLE_THUMB_DOWN = 'simple-thumb-down',
SIMPLE_THUMB_UP = 'simple-thumb-up',
SIMPLE_TRADE_FINANCE_WITH_UNDERLINE = 'simple-trade-finance-with-underline',
SIMPLE_TRADE_FINANCE = 'simple-trade-finance',
SIMPLE_TRADE = 'simple-trade',
SIMPLE_TRANSACTION = 'simple-transaction',
SIMPLE_WALLET = 'simple-wallet',
SIMPLE_WAND = 'simple-wand',
SIMPLE_WITHDRAW = 'simple-withdraw',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 d63b781

Please sign in to comment.