Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanalveli-ramachandran authored Jul 14, 2020
2 parents 52aaadc + babc58d commit 384db13
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
4 changes: 3 additions & 1 deletion packages/@nucleus/tests/dummy/app/constants/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export default [
"nucleus-circle-info",
"nucleus-circle-minus",
"nucleus-circle-plus",
"nucleus-circle-warning",
"nucleus-cross-thin",
"nucleus-cross"
"nucleus-cross",
"nucleus-danger"
];
4 changes: 1 addition & 3 deletions packages/icon/public/assets/icons/nucleus-circle-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions packages/icon/public/assets/icons/nucleus-circle-info.svg
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.
1 change: 1 addition & 0 deletions packages/icon/public/assets/icons/nucleus-danger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const ICON_MAP = {
'info': 'nucleus-circle-help',
'info': 'nucleus-circle-info',
'success': 'nucleus-circle-check',
'warning': 'nucleus-circle-info',
'danger': 'nucleus-circle-cross'
'warning': 'nucleus-circle-warning',
'danger': 'nucleus-danger'
};

export { ICON_MAP };

0 comments on commit 384db13

Please sign in to comment.