Socket
Socket
Sign inDemoInstall

terra-action-footer

Package Overview
Dependencies
Maintainers
8
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.65.0 to 2.66.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 2.66.0 - (November 13, 2023)
* Changed
* Minor dependency version bump
## 2.65.0 - (February 15, 2023)

@@ -7,0 +12,0 @@

3

lib/ActionFooter.js

@@ -51,3 +51,2 @@ "use strict";

ActionFooter.defaultProps = defaultProps;
var _default = ActionFooter;
exports.default = _default;
var _default = exports.default = ActionFooter;

@@ -39,3 +39,2 @@ "use strict";

BlockActionFooter.defaultProps = defaultProps;
var _default = BlockActionFooter;
exports.default = _default;
var _default = exports.default = BlockActionFooter;

@@ -37,3 +37,2 @@ "use strict";

CenteredActionFooter.defaultProps = defaultProps;
var _default = CenteredActionFooter;
exports.default = _default;
var _default = exports.default = CenteredActionFooter;
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.65.0",
"version": "2.66.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.",
"author": "Cerner Corporation",
"repository": {

@@ -11,15 +11,20 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"license": "Apache-2.0",
"keywords": [
"ActionFooter",
"Cerner",
"Terra",
"terra-action-footer",
"ActionFooter",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
"main": "lib/ActionFooter.js",
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.0.0"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"peerDependencies": {

@@ -29,7 +34,2 @@ "react": "^16.8.5",

},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-theme-context": "^1.0.0"
},
"scripts": {

@@ -48,3 +48,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files",

},
"gitHead": "632d9cecc4c480d250ddef2ee6999349eda97641"
"gitHead": "1be8c98fe2eeec64ef7a7fa457dd708da88e5170"
}
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