@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
package/dist/ui-core.esm.js
CHANGED
|
@@ -1948,7 +1948,8 @@ function Input(_ref) {
|
|
|
1948
1948
|
id: name,
|
|
1949
1949
|
isInvalid: isInvalid,
|
|
1950
1950
|
position: "relative",
|
|
1951
|
-
py:
|
|
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,
|