terra-toggle-button
Advanced tools
Comparing version 3.39.0 to 3.40.0
@@ -7,2 +7,8 @@ ChangeLog | ||
3.40.0 - (June 9, 2020) | ||
------------------ | ||
### Changed | ||
* Minor file changes to comply with eslint rules | ||
* Update wdio test configuration to use root wdio config | ||
3.39.0 - (June 2, 2020) | ||
@@ -9,0 +15,0 @@ ------------------ |
{ | ||
"name": "terra-toggle-button", | ||
"main": "lib/ToggleButton.js", | ||
"version": "3.39.0", | ||
"version": "3.40.0", | ||
"description": "Toggle button component that transitions content in and out with the click on a button.", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.40.0", | ||
"terra-icon": "^3.31.0", | ||
"terra-toggle": "^3.32.0" | ||
"terra-button": "^3.41.0", | ||
"terra-icon": "^3.32.0", | ||
"terra-toggle": "^3.33.0" | ||
}, | ||
@@ -42,10 +42,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" | ||
} |
@@ -33,7 +33,7 @@ import React from 'react'; | ||
<p> | ||
Times Opened: | ||
Times Opened: | ||
<span className={cx('times-wrapper')}>{this.state.timesOpened}</span> | ||
</p> | ||
<p> | ||
Times Closed: | ||
Times Closed: | ||
<span className={cx('times-wrapper')}>{this.state.timesClosed}</span> | ||
@@ -40,0 +40,0 @@ </p> |
111764
56
1284
Updatedterra-button@^3.41.0
Updatedterra-icon@^3.32.0
Updatedterra-toggle@^3.33.0