carbon-react 104.33.1 → 104.34.0

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.
@@ -23,7 +23,6 @@ const StyledIconButton = _styledComponents.default.button.attrs({
23
23
  type: "button"
24
24
  })`
25
25
  ${({
26
- theme,
27
26
  disabled
28
27
  }) => (0, _styledComponents.css)`
29
28
  ${_styledSystem.margin}
@@ -32,9 +31,8 @@ const StyledIconButton = _styledComponents.default.button.attrs({
32
31
  padding: 0;
33
32
 
34
33
  &:focus {
35
- color: ${theme.text.color};
36
34
  background-color: transparent;
37
- outline: solid 3px ${theme.colors.focus};
35
+ outline: solid 3px var(--colorsSemanticFocus500);
38
36
  z-index: 1;
39
37
  }
40
38
 
@@ -48,7 +46,7 @@ const StyledIconButton = _styledComponents.default.button.attrs({
48
46
 
49
47
  ${_icon.default} {
50
48
  ${disabled && (0, _styledComponents.css)`
51
- color: ${theme.icon.disabled};
49
+ color: var(--colorsActionMinorYin030);
52
50
  background-color: transparent;
53
51
  `};
54
52
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "104.33.1",
3
+ "version": "104.34.0",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {