carbon-react 146.5.0 → 146.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -64,7 +64,7 @@ export const StyledForm = styled.form`
64
64
  `}
65
65
 
66
66
  // field spacing is also applied to form field here so we need to override
67
- ${StyledSearch} ${StyledFormField}, ${StyledTextarea} ${StyledFormField} {
67
+ ${StyledSearch} ${StyledFormField}, ${StyledTextarea} ${StyledFormField}, [data-component="time"] ${StyledFormField} {
68
68
  margin-bottom: var(--spacing000);
69
69
  }
70
70
 
@@ -73,7 +73,7 @@ const StyledForm = exports.StyledForm = _styledComponents.default.form`
73
73
  `}
74
74
 
75
75
  // field spacing is also applied to form field here so we need to override
76
- ${_search.default} ${_formField.default}, ${_textarea.default} ${_formField.default} {
76
+ ${_search.default} ${_formField.default}, ${_textarea.default} ${_formField.default}, [data-component="time"] ${_formField.default} {
77
77
  margin-bottom: var(--spacing000);
78
78
  }
79
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "146.5.0",
3
+ "version": "146.5.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",