@superdispatch/ui 0.29.0 → 0.29.4

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.
@@ -34,8 +34,7 @@ export var CheckboxField = /*#__PURE__*/forwardRef((_ref, ref) => {
34
34
  onChange: onChange,
35
35
  control: /*#__PURE__*/_jsx(Checkbox, _objectSpread({
36
36
  ref: ref,
37
- color: "primary",
38
- disableRipple: true
37
+ color: "primary"
39
38
  }, props))
40
39
  })), helperText && /*#__PURE__*/_jsx(FormHelperText, {
41
40
  children: helperText
package/dist-web/index.js CHANGED
@@ -796,8 +796,7 @@ var CheckboxField = /*#__PURE__*/forwardRef((_ref, ref) => {
796
796
  onChange: onChange,
797
797
  control: /*#__PURE__*/jsx(Checkbox, _objectSpread({
798
798
  ref: ref,
799
- color: "primary",
800
- disableRipple: true
799
+ color: "primary"
801
800
  }, props))
802
801
  })), helperText && /*#__PURE__*/jsx(FormHelperText, {
803
802
  children: helperText