carbon-react 146.5.0 → 146.5.2

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
 
@@ -11,6 +11,7 @@ export const FlexTileDivider = () => {
11
11
  width: "100vw",
12
12
  m: "0px 0px -1px 0px"
13
13
  }, /*#__PURE__*/React.createElement(Hr, {
14
+ "aria-hidden": "true",
14
15
  m: 0
15
16
  }));
16
17
  };
@@ -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
 
@@ -18,6 +18,7 @@ const FlexTileDivider = () => {
18
18
  width: "100vw",
19
19
  m: "0px 0px -1px 0px"
20
20
  }, /*#__PURE__*/_react.default.createElement(_hr.default, {
21
+ "aria-hidden": "true",
21
22
  m: 0
22
23
  }));
23
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "146.5.0",
3
+ "version": "146.5.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",