carbon-react 133.0.1 → 133.0.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.
@@ -106,6 +106,7 @@ const StyledCheckbox = styled.div`
106
106
  svg {
107
107
  height: 24px;
108
108
  width: 24px;
109
+ min-width: 24px;
109
110
  }
110
111
 
111
112
  ${StyledFieldHelp} {
@@ -115,6 +115,7 @@ const StyledCheckbox = _styledComponents.default.div`
115
115
  svg {
116
116
  height: 24px;
117
117
  width: 24px;
118
+ min-width: 24px;
118
119
  }
119
120
 
120
121
  ${_fieldHelp.default} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "133.0.1",
3
+ "version": "133.0.2",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "files": [
6
6
  "lib",