@ctlyst.id/internal-ui 2.0.22 → 2.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/internal-ui.cjs.development.js +1 -1
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +1 -1
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/internal-ui.esm.js
CHANGED
@@ -406,7 +406,7 @@ const CheckboxComponent = /*#__PURE__*/forwardRef$1(({
|
|
406
406
|
display: "block",
|
407
407
|
textStyle: "text.sm",
|
408
408
|
color: isDisabled ? 'black.medium' : 'black.high'
|
409
|
-
}, children))), /*#__PURE__*/React__default.createElement(Box, {
|
409
|
+
}, children))), (isError || helpText) && /*#__PURE__*/React__default.createElement(Box, {
|
410
410
|
mt: "5px",
|
411
411
|
ml: "24px"
|
412
412
|
}, isError ? /*#__PURE__*/React__default.createElement(Text, {
|