@the-control-group/ui
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -27,2 +27,3 @@ /** | ||
options = {}, | ||
bare, | ||
...other | ||
@@ -32,3 +33,6 @@ }) => { | ||
'ui-input', | ||
other.classes | ||
other.classes, | ||
{ | ||
bare | ||
} | ||
); | ||
@@ -45,3 +49,3 @@ | ||
<div className="ui-select-wrap"> | ||
<div className={classNames('ui-select-wrap', { bare })}> | ||
<Common | ||
@@ -90,2 +94,3 @@ {...other} | ||
]), | ||
bare: PropTypes.bool, | ||
/** Placeholder for input */ | ||
@@ -92,0 +97,0 @@ placeholder: PropTypes.string, |
{ | ||
"name": "@the-control-group/ui", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "UI kit based on ReactJS for TCG projects", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
53517
1134
0