ember-animated-status-label
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -28,2 +28,3 @@ import Ember from 'ember'; | ||
confirmationClassName: '', | ||
confirmationIconName: 'check-circle', | ||
@@ -30,0 +31,0 @@ status: StatusLabelState.SETTLED, |
{ | ||
"name": "ember-animated-status-label", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -49,3 +49,3 @@ # Ember Animated Status Label | ||
`promise` | A [Promises/A+](https://promisesaplus.com/) compliant implementation. | ||
`pendingText` | Text that will display while the promise is in a pending state | ||
`pendingText` | Text that will display while the promise is in a pending state. | ||
`confirmationText` | Text that will display immediately after the promise enters a settled state. | ||
@@ -55,2 +55,3 @@ `pendingClassName` | CSS class name(s) to append to container span during pending state. | ||
`confirmationAnimationFinished`| An action to be called after the confirmation animation has completed. | ||
`confirmationIconName` | FontAwesome icon name to use for the confirmation icon. | ||
@@ -57,0 +58,0 @@ ## Running |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283495
167
97