New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/form

Package Overview
Dependencies
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/form - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [3.2.1](https://github.com/liferay/clay/tree/master/packages/clay-form/compare/@clayui/form@3.2.0...@clayui/form@3.2.1) (2019-12-05)
### Bug Fixes
- **form:** add margin between icon and feedback message ([50b5a41](https://github.com/liferay/clay/tree/master/packages/clay-form/commit/50b5a41))
# [3.2.0](https://github.com/liferay/clay/tree/master/packages/clay-form/compare/@clayui/form@3.1.0...@clayui/form@3.2.0) (2019-11-07)

@@ -8,0 +14,0 @@

8

lib/Form.js

@@ -37,2 +37,3 @@ "use strict";

});
Group.displayName = 'Group';
var Text = React.forwardRef(function (_ref2, ref) {

@@ -48,2 +49,3 @@ var children = _ref2.children,

});
Text.displayName = 'Text';
var FeedbackGroup = React.forwardRef(function (_ref3, ref) {

@@ -59,2 +61,3 @@ var children = _ref3.children,

});
FeedbackGroup.displayName = 'FeedbackGroup';
var FeedbackItem = React.forwardRef(function (_ref4, ref) {

@@ -70,2 +73,3 @@ var children = _ref4.children,

});
FeedbackItem.displayName = 'FeedbackItem';
var FeedbackIndicator = React.forwardRef(function (_ref5, ref) {

@@ -78,3 +82,3 @@ var className = _ref5.className,

return React.createElement("span", _extends({}, otherProps, {
className: (0, _classnames.default)('form-feedback-indicator', className),
className: (0, _classnames.default)('form-feedback-indicator', 'inline-item-before', className),
ref: ref

@@ -86,2 +90,3 @@ }), React.createElement(_icon.default, {

});
FeedbackIndicator.displayName = 'FeedbackIndicator';
var ClayForm = React.forwardRef(function (_ref6, ref) {

@@ -95,2 +100,3 @@ var children = _ref6.children,

});
ClayForm.displayName = 'ClayForm';

@@ -97,0 +103,0 @@ var _default = Object.assign(ClayForm, {

4

package.json
{
"name": "@clayui/form",
"version": "3.2.0",
"version": "3.2.1",
"description": "ClayForm component",

@@ -40,3 +40,3 @@ "license": "BSD-3-Clause",

],
"gitHead": "e8d8027c66c6f9998b56f5bb7a0085bf00259a59"
"gitHead": "df13196d448cb28438003716c4bae275b793dec1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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