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

@vtex/styleguide

Package Overview
Dependencies
Maintainers
19
Versions
668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtex/styleguide - npm Package Compare versions

Comparing version 2.0.0-rc.14 to 2.0.0-rc.15

7

lib/Button/index.js

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

classes += isIconButton ? 'icon-button pa3 ' : 'pv3 ph5 ';
classes += isIconButton ? 'icon-button pa3 dib ' : 'pv3 ph5 ';

@@ -97,5 +97,4 @@ if (!secondary && !primary && !disabled) {

CustomTag,
Object.assign({
className: '' + classes
}, this.props.htmlProps, {
Object.assign({}, this.props.htmlProps, {
className: '' + classes,
onClick: this.handleClick,

@@ -102,0 +101,0 @@ disabled: !isIconButton && disabled

{
"name": "@vtex/styleguide",
"version": "2.0.0-rc.14",
"version": "2.0.0-rc.15",
"scripts": {

@@ -9,2 +9,3 @@ "test": "react-scripts test --env=jsdom",

"styleguide": "styleguidist server",
"start": "styleguidist server",
"styleguide:build": "styleguidist build",

@@ -11,0 +12,0 @@ "compile": "npm run cleanlib && NODE_ENV=production babel --plugins transform-es2015-modules-commonjs ./src/components --out-dir ./lib --ignore '__tests__,*.spec.js' && npm run copycss",

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