You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

glud-component

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glud-component - npm Package Compare versions

Comparing version

to
1.6.1

7

lib/ButtonGroup/index.js

@@ -49,2 +49,3 @@ 'use strict';

fullwidth = _props.fullwidth,
fullwidthEqualSized = _props.fullwidthEqualSized,
children = _props.children;

@@ -57,3 +58,4 @@

'is-right': right,
'fullwidth': fullwidth
fullwidth: fullwidth || fullwidthEqualSized,
equal: fullwidthEqualSized
});

@@ -74,4 +76,5 @@

right: _propTypes2.default.bool,
fullwidth: _propTypes2.default.bool
fullwidth: _propTypes2.default.bool,
fullwidthEqualSized: _propTypes2.default.bool
}, _temp);
exports.default = ButtonGroup;
{
"name": "glud-component",
"version": "1.6.0",
"version": "1.6.1",
"description": "",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet