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(badge): Eva theme #1407

Merged
merged 13 commits into from
Apr 22, 2019
Merged

feat(badge): Eva theme #1407

merged 13 commits into from
Apr 22, 2019

Commits on Apr 20, 2019

  1. refactor(badge): use common status

    BREAKING CHANGE:
    
    NbBadgeComponent status static fields removed.
    STATUS_PRIMARY, STATUS_INFO, STATUS_SUCCESS, STATUS_WARNING,
    STATUS_DANGER.
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    eac5273 View commit details
    Browse the repository at this point in the history
  2. refactor(badge): extract position into type

    BREAKING CHANGE:
    
    NbBadgeComponent position static fields replaced with NbBadgePosition type.
    Removed properties: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT,
    TOP_START, TOP_END, BOTTOM_START, BOTTOM_END.
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    e96c9e1 View commit details
    Browse the repository at this point in the history
  3. refactor(badge): move status class to host element

    BREAKING CHANGE:
    
    Badge status class now set on host element
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    1eb461d View commit details
    Browse the repository at this point in the history
  4. refactor(badge): position calculation

    Logical badge position now calculated via css.
    
    BREAKING CHANGE:
    
    NbBadgeComponent 'positionClass' getter removed.
    Badge position class set on host element.
    Position class names prefixed with 'position-'.
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    1e82445 View commit details
    Browse the repository at this point in the history
  5. feat(badge): update theme

    BREAKING CHANGE:
    
    Following theme properties were renamed:
    badge-fg-text -> badge-[status]-text-color
    badge-primary-bg-color -> badge-primary-background-color
    badge-success-bg-color -> badge-success-background-color
    badge-info-bg-color -> badge-info-background-color
    badge-warning-bg-color -> badge-warning-background-color
    badge-danger-bg-color -> badge-danger-background-color
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    49ee39d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Configuration menu
    Copy the full SHA
    65080b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a529f View commit details
    Browse the repository at this point in the history
  3. test(badge): add spec

    yggg committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    a44bf53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55bdd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa09d62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b57fc58 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    8f59312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4bf03 View commit details
    Browse the repository at this point in the history