terra-alert
Advanced tools
Comparing version 4.33.0 to 4.34.0
@@ -7,2 +7,7 @@ ChangeLog | ||
4.34.0 - (June 11, 2020) | ||
------------------ | ||
### Changed | ||
* Updated wdio test to support testing against firefox | ||
4.33.0 - (June 9, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.33.0", | ||
"version": "4.34.0", | ||
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.41.0", | ||
"terra-button": "^3.42.0", | ||
"terra-icon": "^3.32.0", | ||
@@ -52,3 +52,3 @@ "terra-responsive-element": "^5.20.0", | ||
}, | ||
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352" | ||
"gitHead": "ff8271d46fd2519bc59bd1ad7bd11a718dec326c" | ||
} |
@@ -45,3 +45,3 @@ Terra.describeViewports('Alert', ['tiny', 'large'], () => { | ||
after(() => browser.moveToObject('#root', 0, 900)); | ||
after(() => browser.moveToObject('#root', 0, 700)); | ||
}); | ||
@@ -63,4 +63,4 @@ | ||
after(() => browser.moveToObject('#root', 0, 900)); | ||
after(() => browser.moveToObject('#root', 0, 700)); | ||
}); | ||
}); |
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
161098
Updatedterra-button@^3.42.0