opus-toolkit-components 1.4.7 → 1.4.8

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.
@@ -4167,7 +4167,7 @@ const RadioButton = _ref => {
4167
4167
  variant: "small",
4168
4168
  className: "text-[--color-util-red] ml-1"
4169
4169
  }, "*")), /*#__PURE__*/external_react_default().createElement("div", {
4170
- className: "flex space-x-4"
4170
+ class: "flex flex-wrap gap-4 md:flex-nowrap md:gap-0 md:space-x-4"
4171
4171
  }, options.map(option => {
4172
4172
  const id = "".concat(name, "-").concat(option.value);
4173
4173
  return /*#__PURE__*/external_react_default().createElement("label", {