@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.
@@ -1948,7 +1948,8 @@ function Input(_ref) {
1948
1948
  id: name,
1949
1949
  isInvalid: isInvalid,
1950
1950
  position: "relative",
1951
- py: (label || helperText || isInvalid) && inputType !== 'checkbox' ? 6 : 0
1951
+ py: label || helperText || isInvalid ? 6 : 0,
1952
+ pb: inputType === 'checkbox' ? 6 : 0
1952
1953
  }, label && inputType !== 'checkbox' && /*#__PURE__*/React__default.createElement(Label$1, {
1953
1954
  tooltipText: tooltipText,
1954
1955
  label: label,