carbon-react 125.2.1 → 125.2.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.
@@ -167,6 +167,7 @@ const StyledLink = styled.span`
167
167
  border-bottom-left-radius: var(--borderRadius000);
168
168
  border-bottom-right-radius: var(--borderRadius000);
169
169
  }
170
+ max-width: fit-content;
170
171
  box-shadow: 0 4px 0 0 var(--colorsUtilityYin090);
171
172
  border-bottom-left-radius: var(--borderRadius025);
172
173
  border-bottom-right-radius: var(--borderRadius025);
@@ -176,6 +176,7 @@ const StyledLink = exports.StyledLink = _styledComponents.default.span`
176
176
  border-bottom-left-radius: var(--borderRadius000);
177
177
  border-bottom-right-radius: var(--borderRadius000);
178
178
  }
179
+ max-width: fit-content;
179
180
  box-shadow: 0 4px 0 0 var(--colorsUtilityYin090);
180
181
  border-bottom-left-radius: var(--borderRadius025);
181
182
  border-bottom-right-radius: var(--borderRadius025);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "125.2.1",
3
+ "version": "125.2.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",