Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-slide-panel-manager

Package Overview
Dependencies
Maintainers
9
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-slide-panel-manager - npm Package Compare versions

Comparing version 5.32.0 to 5.33.0

13

CHANGELOG.md

@@ -7,2 +7,14 @@ Changelog

5.33.0 - (April 28, 2020)
------------------
### Added
* Added `directory` as a sub attribute to the `repository` attribute in package.json
### Changed
* Regenerate wdio fusion screenshots due to bottom border style changes in terra-action-header.
* Update wdio test configuration to use root wdio config
### Removed
* Removed "View Component Source Code" from docs in favour of source code badge
5.32.0 - (April 22, 2020)

@@ -12,2 +24,3 @@ ------------------

* Update docs to use MDX syntax
* Update wdio test configuration to use root wdio config

@@ -14,0 +27,0 @@ 5.31.0 - (April 6, 2020)

21

package.json
{
"name": "terra-slide-panel-manager",
"main": "lib/SlidePanelManager.js",
"version": "5.32.0",
"version": "5.33.0",
"description": "A DisclosureManager implementation that presents disclosed content using a SlidePanel.",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-framework.git"
"url": "git+https://github.com/cerner/terra-framework.git",
"directory": "packages/terra-slide-panel-manager"
},

@@ -35,7 +36,7 @@ "keywords": [

"terra-content-container": "^3.0.0",
"terra-slide-group": "^4.19.0",
"terra-slide-panel": "^3.25.0"
"terra-slide-group": "^4.20.0",
"terra-slide-panel": "^3.26.0"
},
"devDependencies": {
"terra-collapsible-menu-view": "^6.31.0"
"terra-collapsible-menu-view": "^6.32.0"
},

@@ -48,10 +49,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": "e13dc9d272524a7aa43d3be29c5e6d088e630c9c"
"gitHead": "4e00d010848a84a8d9196943e2e3c02ad45ba6cf"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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