carbon-react 146.3.0 → 146.3.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.
@@ -35,6 +35,7 @@ const StyledMenuWrapper = styled.ul`
35
35
  `;
36
36
  const StyledMenuItem = styled.li`
37
37
  display: flex;
38
+ list-style: none;
38
39
  ${({
39
40
  maxWidth
40
41
  }) => maxWidth && css`
@@ -44,6 +44,7 @@ const StyledMenuWrapper = exports.StyledMenuWrapper = _styledComponents.default.
44
44
  `;
45
45
  const StyledMenuItem = exports.StyledMenuItem = _styledComponents.default.li`
46
46
  display: flex;
47
+ list-style: none;
47
48
  ${({
48
49
  maxWidth
49
50
  }) => maxWidth && (0, _styledComponents.css)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "146.3.0",
3
+ "version": "146.3.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",