@clayui/form
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -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 @@ |
@@ -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, { |
{ | ||
"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
60205
1320