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(icon): Eva theme #1404

Merged
merged 3 commits into from
Apr 21, 2019
Merged

feat(icon): Eva theme #1404

merged 3 commits into from
Apr 21, 2019

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Apr 21, 2019

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

BREAKING CHANGE:

NbIconComponent status static fields removed.
STATUS_PRIMARY, STATUS_INFO, STATUS_SUCCESS, STATUS_WARNING, STATUS_DANGER.
'status' field now uses common NbComponentStatus type.

NbIconComponent static class names renamed to 'status-[status-name]'.

Following theme properties were renamed:
icon-primary-fg -> icon-primary-color
icon-info-fg -> icon-info-color
icon-success-fg -> icon-success-color
icon-warning-fg -> icon-warning-color
icon-danger-fg -> icon-danger-color

yggg added 2 commits April 20, 2019 22:58
BREAKING CHANGE:

NbIconComponent status static fields removed.
STATUS_PRIMARY, STATUS_INFO, STATUS_SUCCESS, STATUS_WARNING, STATUS_DANGER.
'status' field now uses common NbComponentStatus type.

NbIconComponent statuc class names renamed to 'status-[status-name]'.
BREAKING CHANGES:

Following theme properties were renamed:
icon-primary-fg -> icon-primary-color
icon-info-fg -> icon-info-color
icon-success-fg -> icon-success-color
icon-warning-fg -> icon-warning-color
icon-danger-fg -> icon-danger-color
@yggg yggg requested a review from nnixaa April 21, 2019 09:20
@codecov
Copy link

codecov bot commented Apr 21, 2019

Codecov Report

Merging #1404 into next will decrease coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##             next   #1404      +/-   ##
=========================================
- Coverage   82.61%   82.6%   -0.02%     
=========================================
  Files         237     237              
  Lines        7282    7277       -5     
  Branches      637     637              
=========================================
- Hits         6016    6011       -5     
  Misses       1079    1079              
  Partials      187     187
Impacted Files Coverage Δ
.../framework/theme/components/icon/icon.component.ts 95.34% <100%> (-0.49%) ⬇️

@yggg yggg merged commit 4d73b09 into akveo:next Apr 21, 2019
yggg added a commit that referenced this pull request May 27, 2019
BREAKING CHANGE:

NbIconComponent status static fields removed.
STATUS_PRIMARY, STATUS_INFO, STATUS_SUCCESS, STATUS_WARNING, STATUS_DANGER.
'status' field now uses common NbComponentStatus type.

NbIconComponent static class names renamed to 'status-[status-name]'.

Following theme properties were renamed:
icon-primary-fg -> icon-primary-color
icon-info-fg -> icon-info-color
icon-success-fg -> icon-success-color
icon-warning-fg -> icon-warning-color
icon-danger-fg -> icon-danger-color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants