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.60.0 to 2.61.0

8

CHANGELOG.md

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

## 2.61.0 - (May 4, 2021)
* Changed
* migrate doc to terra-core-docs
* remove unnecessary dependencies
## 2.60.0 - (April 13, 2021)

@@ -26,3 +32,3 @@

* Fixed
* Fixed broken links in documentation.
* Fixed broken links in documentation.

@@ -29,0 +35,0 @@ ## 2.56.0 - (December 8, 2020)

7

package.json
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.60.0",
"version": "2.61.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.",

@@ -31,5 +31,2 @@ "repository": {

"prop-types": "^15.5.8",
"terra-button": "^3.55.0",
"terra-hyperlink": "^2.47.0",
"terra-spacer": "^3.54.0",
"terra-theme-context": "^1.0.0"

@@ -50,3 +47,3 @@ },

},
"gitHead": "84b066e1793ec22188b5dda22d82355413296017"
"gitHead": "648258e982792b8364acc6f2e0c3c9f8ce3dcdf2"
}
Terra.describeViewports('ActionFooter', ['small', 'medium'], () => {
it('displays ActionFooter with multiple end actions', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/multiple-end-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/multiple-end-action-footer');

@@ -9,3 +9,3 @@ Terra.validates.element('multiple end actions');

it('displays ActionFooter with multiple start actions', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/multiple-start-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/multiple-start-action-footer');

@@ -16,3 +16,3 @@ Terra.validates.element('multiple start actions');

it('displays ActionFooter with single end action', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/single-end-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/single-end-action-footer');

@@ -23,3 +23,3 @@ Terra.validates.element('single end action');

it('displays ActionFooter with single start action', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/single-start-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/single-start-action-footer');

@@ -30,3 +30,3 @@ Terra.validates.element('single start action');

it('displays ActionFooter with single start and end action', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/single-start-end-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/single-start-end-action-footer');

@@ -33,0 +33,0 @@ Terra.validates.element('single start and end action');

Terra.describeViewports('BlockActionFooter', ['small', 'medium'], () => {
it('displays BlockActionFooter with no actions', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/without-actions-block-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/without-actions-block-action-footer');

@@ -9,3 +9,3 @@ Terra.validates.element('no actions');

it('displays BlockActionFooter with actions', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/with-actions-block-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/with-actions-block-action-footer');

@@ -12,0 +12,0 @@ Terra.validates.element('with actions');

Terra.describeViewports('CenteredActionFooter', ['small', 'medium'], () => {
it('displays CenteredActionFooter with multiple actions', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/multiple-action-centered-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/multiple-action-centered-action-footer');

@@ -9,3 +9,3 @@ Terra.validates.element('multiple actions');

it('displays CenteredActionFooter with single action', () => {
browser.url('/#/raw/tests/terra-action-footer/action-footer/single-action-centered-action-footer');
browser.url('/raw/tests/terra-core-docs/action-footer/single-action-centered-action-footer');

@@ -12,0 +12,0 @@ Terra.validates.element('single action');

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