@royaloperahouse/chord 1.25.2-a-chord-development → 1.25.2-b-chord-development

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.
@@ -8075,10 +8075,8 @@ var RadioGroup = function RadioGroup(_ref) {
8075
8075
  columnSpanDesktop = _ref$columnSpanDeskto === void 0 ? 16 : _ref$columnSpanDeskto,
8076
8076
  _ref$columnSpanDevice = _ref.columnSpanDevice,
8077
8077
  columnSpanDevice = _ref$columnSpanDevice === void 0 ? 14 : _ref$columnSpanDevice,
8078
- _ref$columnStartSmall = _ref.columnStartSmallDevice,
8079
- columnStartSmallDevice = _ref$columnStartSmall === void 0 ? 1 : _ref$columnStartSmall,
8080
- _ref$columnSpanSmallD = _ref.columnSpanSmallDevice,
8081
- columnSpanSmallDevice = _ref$columnSpanSmallD === void 0 ? 14 : _ref$columnSpanSmallD,
8078
+ columnStartSmallDevice = _ref.columnStartSmallDevice,
8079
+ columnSpanSmallDevice = _ref.columnSpanSmallDevice,
8082
8080
  onChange = _ref.onChange;
8083
8081
 
8084
8082
  var _useState = React.useState(radios != null ? radios : []),