terra-alert
Advanced tools
Comparing version 4.32.0 to 4.33.0
@@ -7,2 +7,8 @@ ChangeLog | ||
4.33.0 - (June 9, 2020) | ||
------------------ | ||
### Changed | ||
* Minor file changes to comply with eslint rules | ||
* Update wdio test configuration to use root wdio config | ||
4.32.0 - (June 2, 2020) | ||
@@ -9,0 +15,0 @@ ------------------ |
{ | ||
"name": "terra-alert", | ||
"main": "lib/Alert.js", | ||
"version": "4.32.0", | ||
"version": "4.33.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,7 +32,7 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.40.0", | ||
"terra-icon": "^3.31.0", | ||
"terra-responsive-element": "^5.19.0", | ||
"terra-button": "^3.41.0", | ||
"terra-icon": "^3.32.0", | ||
"terra-responsive-element": "^5.20.0", | ||
"terra-theme-context": "^1.0.0", | ||
"terra-toggle": "^3.32.0" | ||
"terra-toggle": "^3.33.0" | ||
}, | ||
@@ -45,10 +45,10 @@ "scripts": { | ||
"precompile": "rm -rf lib", | ||
"test": "npm run jest && npm run wdio", | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "e00edee5a7045d98d91c79d8f20b6720622ae018" | ||
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352" | ||
} |
@@ -28,8 +28,8 @@ import React from 'react'; | ||
<Alert id="actionAlert" type="warning" action={<Button text="Action" onClick={this.actionFunc} />}> | ||
This is a warning. It is configured with a custom Action button. Action button has been | ||
clicked | ||
This is a warning. It is configured with a custom Action button. Action button has been | ||
clicked | ||
{' '} | ||
<span id="actionButtonClickCount">{this.state.actionButtonClickCount}</span> | ||
{' '} | ||
times. | ||
times. | ||
</Alert> | ||
@@ -36,0 +36,0 @@ ); |
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
160986
88
1822
Updatedterra-button@^3.41.0
Updatedterra-icon@^3.32.0
Updatedterra-toggle@^3.33.0