terra-form-field
Advanced tools
Comparing version 3.33.0 to 3.34.0
@@ -7,2 +7,7 @@ ChangeLog | ||
3.34.0 - (March 10, 2020) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
3.33.0 - (February 18, 2020) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -38,5 +38,3 @@ "use strict"; | ||
var FieldExamples = | ||
/*#__PURE__*/ | ||
function (_React$Component) { | ||
var FieldExamples = /*#__PURE__*/function (_React$Component) { | ||
_inherits(FieldExamples, _React$Component); | ||
@@ -43,0 +41,0 @@ |
@@ -38,5 +38,3 @@ "use strict"; | ||
var FieldExamples = | ||
/*#__PURE__*/ | ||
function (_React$Component) { | ||
var FieldExamples = /*#__PURE__*/function (_React$Component) { | ||
_inherits(FieldExamples, _React$Component); | ||
@@ -43,0 +41,0 @@ |
{ | ||
"name": "terra-form-field", | ||
"main": "lib/Field.js", | ||
"version": "3.33.0", | ||
"version": "3.34.0", | ||
"description": "The Form Field component handles the layout of the label, help text and error text associated with a form element.", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-icon": "^3.27.0" | ||
"terra-icon": "^3.28.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
}, | ||
"gitHead": "386cab01eec19d715778905a31bdcfd448e6e1b2" | ||
"gitHead": "28a1067266d1014f6ddab6f7ee74c82b66de024b" | ||
} |
107202
1924
Updatedterra-icon@^3.28.0