carbon-react 102.12.0 → 102.13.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.
@@ -228,7 +228,11 @@ const StyledCheckboxGroup = _styledComponents.default.div`
228
228
  }
229
229
 
230
230
  & ${CheckboxStyle} {
231
- padding-top: 12px;
231
+ margin-bottom: var(--spacing150);
232
+
233
+ :last-of-type {
234
+ margin-bottom: 0;
235
+ }
232
236
  }
233
237
 
234
238
  & > ${_formField.default} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "102.12.0",
3
+ "version": "102.13.0",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {