Socket
Socket
Sign inDemoInstall

@commercetools-uikit/accessible-button

Package Overview
Dependencies
Maintainers
4
Versions
780
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/accessible-button - npm Package Compare versions

Comparing version 10.18.4-canary.3 to 10.18.4-canary.4

2

dist/accessible-button.cjs.js

@@ -152,3 +152,3 @@ 'use strict';

var version = '10.18.4-canary.3+6eab6169';
var version = '10.18.4-canary.4+b771ebd7';

@@ -155,0 +155,0 @@ exports.default = AccessibleButton;

@@ -146,5 +146,5 @@ import _styled from '@emotion/styled-base';

var version = '10.18.4-canary.3+6eab6169';
var version = '10.18.4-canary.4+b771ebd7';
export default AccessibleButton;
export { getNormalizedButtonStyles, version };
{
"name": "@commercetools-uikit/accessible-button",
"version": "10.18.4-canary.3+6eab6169",
"version": "10.18.4-canary.4+b771ebd7",
"description": "",

@@ -22,4 +22,4 @@ "main": "dist/accessible-button.cjs.js",

"dependencies": {
"@commercetools-uikit/design-system": "10.18.4-canary.3+6eab6169",
"@commercetools-uikit/utils": "10.18.4-canary.3+6eab6169",
"@commercetools-uikit/design-system": "10.18.4-canary.4+b771ebd7",
"@commercetools-uikit/utils": "10.18.4-canary.4+b771ebd7",
"@emotion/core": "10.0.28",

@@ -34,3 +34,3 @@ "@emotion/styled": "10.0.27",

},
"gitHead": "6eab6169c610a61a520b1c34e306113e3aad0d32"
"gitHead": "b771ebd7f4ac4e61ffd19cac190dd76033d1b6e2"
}

@@ -6,3 +6,3 @@ # AccessibleButton

## How to use it?
## Usage

@@ -15,3 +15,3 @@ The `AccessibleButton` component is intended to be used as a wrapper for your

const Button = props => (
const Button = (props) => (
<AccessibleButton

@@ -44,3 +44,3 @@ label={props.label}

### Prop Types
## Properties

@@ -47,0 +47,0 @@ | Property | Type | Required? | Description |

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