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(alert): Eva theme #1406

Merged
merged 9 commits into from
Apr 22, 2019
Merged

feat(alert): Eva theme #1406

merged 9 commits into from
Apr 22, 2019

Commits on Apr 20, 2019

  1. refactor(alert): remove named inputs

    BREAKING CHANGE:
    
    NbAlertComponent 'closableValue' replaced with 'closable'.
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    7c0e2a0 View commit details
    Browse the repository at this point in the history
  2. refactor(alert): use common statuses and sizes

    BREAKING CHANGE:
    
    All NbAlertComponent static fields removed.
    SIZE_XXSMALL, SIZE_XSMALL, SIZE_SMALL, SIZE_MEDIUM, SIZE_LARGE,
    SIZE_XLARGE, SIZE_XXLARGE, STATUS_ACTIVE, STATUS_DISABLED,
    STATUS_PRIMARY, STATUS_INFO, STATUS_SUCCESS, STATUS_WARNING,
    STATUS_DANGER, ACCENT_ACTIVE, ACCENT_DISABLED, ACCENT_PRIMARY,
    ACCENT_INFO, ACCENT_SUCCESS, ACCENT_WARNING, ACCENT_DANGER,
    OUTLINE_ACTIVE, OUTLINE_DISABLED, OUTLINE_PRIMARY, OUTLINE_INFO,
    OUTLINE_SUCCESS, OUTLINE_WARNING, OUTLINE_DANGE.
    
    Active status removed.
    Disabled become input instead of status value. Disabled class renamed to
    'disabled'.
    
    NbAlertComponent 'hasAccent', 'hasStatus', 'hasOutline' getters removed.
    
    Status class names changed to 'status-[status-name]'.
    Outline class names changed to 'outline-[status-name]'.
    Accent class names changed to 'accent-[status-name]'.
    yggg committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    68128c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e5fde View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. fix(alert): use Eva theme

    BREAKING CHANGE:
    
    Following theme properties were renamed:
    
    alert-font-size -> alert-text-font-size
    alert-line-height -> alert-text-line-height
    alert-font-weight -> alert-text-font-weight
    alert-fg -> alert-text-color
    alert-bg -> alert-background-color
    alert-disabled-bg -> alert-disabled-background-color
    alert-disabled-fg -> alert-disabled-text-color
    alert-primary-bg -> alert-primary-background-color
    alert-info-bg -> alert-info-background-color
    alert-success-bg -> alert-success-background-color
    alert-warning-bg -> alert-warning-background-color
    alert-danger-bg -> alert-danger-background-color
    alert-height-xsmall -> alert-tiny-height
    alert-height-small -> alert-small-height
    alert-height-medium -> alert-medium-height
    alert-height-large -> alert-medium-padding
    alert-height-xlarge -> alert-large-height
    alert-closable-padding -> alert-closable-start-padding
    alert-margin -> alert-bottom-margin
    
    Following theme properties removed:
    alert-outline-fg
    alert-active-bg
    alert-height-xxsmall
    alert-height-xxlarge
    alert-button-padding
    yggg committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    ac8992f View commit details
    Browse the repository at this point in the history
  2. docs(alert): use updates api

    yggg committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    a87e816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    793232e View commit details
    Browse the repository at this point in the history
  4. feat(alert): remove disabled

    yggg committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    375931a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec3189a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    9ffcd78 View commit details
    Browse the repository at this point in the history