carbon-react 118.3.1 → 118.3.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.
@@ -128,7 +128,7 @@ const StyledLink = styled.span`
128
128
  text-decoration: underline;
129
129
  ${isMenuItem && "display: inline-block;"}
130
130
 
131
- ${StyledIcon} {
131
+ > ${StyledIcon} {
132
132
  display: inline-block;
133
133
  position: relative;
134
134
  vertical-align: middle;
@@ -112,7 +112,7 @@ const StyledSubmenu = styled.ul`
112
112
  text-decoration: none;
113
113
  }
114
114
 
115
- ${StyledIcon} {
115
+ > ${StyledIcon} {
116
116
  width: 16px;
117
117
  height: 16px;
118
118
  margin-right: 5px;
@@ -144,7 +144,7 @@ const StyledLink = _styledComponents.default.span`
144
144
  text-decoration: underline;
145
145
  ${isMenuItem && "display: inline-block;"}
146
146
 
147
- ${_icon.default} {
147
+ > ${_icon.default} {
148
148
  display: inline-block;
149
149
  position: relative;
150
150
  vertical-align: middle;
@@ -134,7 +134,7 @@ const StyledSubmenu = _styledComponents.default.ul`
134
134
  text-decoration: none;
135
135
  }
136
136
 
137
- ${_icon.default} {
137
+ > ${_icon.default} {
138
138
  width: 16px;
139
139
  height: 16px;
140
140
  margin-right: 5px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "118.3.1",
3
+ "version": "118.3.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",