@xqmsg/ui-core 0.17.1 → 0.17.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.
@@ -1955,7 +1955,8 @@ function Input(_ref) {
1955
1955
  id: name,
1956
1956
  isInvalid: isInvalid,
1957
1957
  position: "relative",
1958
- py: (label || helperText || isInvalid) && inputType !== 'checkbox' ? 6 : 0
1958
+ py: label || helperText || isInvalid ? 6 : 0,
1959
+ pb: inputType === 'checkbox' ? 6 : 0
1959
1960
  }, label && inputType !== 'checkbox' && /*#__PURE__*/React__default.createElement(Label$1, {
1960
1961
  tooltipText: tooltipText,
1961
1962
  label: label,