@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.
- package/dist/ui-core.cjs.development.js +2 -1
- package/dist/ui-core.cjs.development.js.map +1 -1
- package/dist/ui-core.cjs.production.min.js +1 -1
- package/dist/ui-core.cjs.production.min.js.map +1 -1
- package/dist/ui-core.esm.js +2 -1
- package/dist/ui-core.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/input/index.tsx +2 -5
|
@@ -1955,7 +1955,8 @@ function Input(_ref) {
|
|
|
1955
1955
|
id: name,
|
|
1956
1956
|
isInvalid: isInvalid,
|
|
1957
1957
|
position: "relative",
|
|
1958
|
-
py:
|
|
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,
|