Socket
Socket
Sign inDemoInstall

terra-action-footer

Package Overview
Dependencies
Maintainers
10
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-action-footer - npm Package Compare versions

Comparing version 2.33.0 to 2.34.0

clinical-lowlight-wdio.conf.js

5

CHANGELOG.md

@@ -7,2 +7,7 @@ ChangeLog

2.34.0 - (February 18, 2020)
------------------
### Added
* Added clinical-lowlight-theme theming files
2.33.0 - (February 4, 2020)

@@ -9,0 +14,0 @@ ------------------

13

package.json
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.33.0",
"version": "2.34.0",
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.",

@@ -30,5 +30,5 @@ "repository": {

"prop-types": "^15.5.8",
"terra-button": "^3.31.0",
"terra-hyperlink": "^2.27.0",
"terra-spacer": "^3.29.0"
"terra-button": "^3.32.0",
"terra-hyperlink": "^2.28.0",
"terra-spacer": "^3.30.0"
},

@@ -44,6 +44,7 @@ "scripts": {

"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": "npm run wdio-default && npm run wdio-fusion"
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "bc075f286cd9a548094a79f2f721ec526e2b251a"
"gitHead": "386cab01eec19d715778905a31bdcfd448e6e1b2"
}
const path = require('path');
const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf');
wdioConf.config.specs = [path.join(__dirname, 'test*', 'wdio', '**', '*-spec.js')];
wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')];
exports.config = wdioConf.config;
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc