terra-props-table
Advanced tools
Comparing version 1.11.0 to 1.12.0
@@ -7,2 +7,7 @@ Changelog | ||
1.11.0 - (February 1, 2018) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.10.0 - (January 18, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-props-table", | ||
"main": "lib/PropsTable.js", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "terra-props-table", | ||
@@ -36,3 +36,3 @@ "repository": { | ||
"react-docgen": "^2.15.0", | ||
"terra-markdown": "^1.10.0" | ||
"terra-markdown": "^1.11.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "scripts": { |
// eslint-disable-next-line import/no-extraneous-dependencies | ||
const resizeTo = require('terra-toolkit/lib/nightwatch/responsive-helpers').resizeTo; | ||
module.exports = resizeTo(['tiny', 'small', 'medium', 'large', 'huge', 'enormous'], { | ||
module.exports = resizeTo(['medium'], { | ||
'Displays a props table': (browser) => { | ||
@@ -6,0 +6,0 @@ browser.url(`${browser.launchUrl}/#/tests/props-table-tests/default`) |
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
48913
Updatedterra-markdown@^1.11.0