@bigbinary/neetoui 6.5.5 → 6.5.6
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/formik.cjs.js +3 -4
- package/formik.cjs.js.map +1 -1
- package/formik.js +3 -4
- package/formik.js.map +1 -1
- package/index.cjs.js +3 -4
- package/index.cjs.js.map +1 -1
- package/index.css +1 -1
- package/index.js +3 -4
- package/index.js.map +1 -1
- package/package.json +1 -1
package/formik.cjs.js
CHANGED
|
@@ -18849,15 +18849,14 @@ var Label = function Label(_ref) {
|
|
|
18849
18849
|
otherHelpIconProps = _objectWithoutProperties$1(_ref2, _excluded2$2);
|
|
18850
18850
|
var HelpIcon = icon || neetoIcons.Help;
|
|
18851
18851
|
return /*#__PURE__*/React__default["default"].createElement("label", _extends$2({
|
|
18852
|
-
className: classnames$1("neeto-ui-label", className)
|
|
18852
|
+
className: classnames$1("neeto-ui-label neeto-ui-flex neeto-ui-items-center", className)
|
|
18853
18853
|
}, otherProps), children, required && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18854
|
-
"aria-hidden": true
|
|
18855
|
-
className: "neeto-ui-inline-flex"
|
|
18854
|
+
"aria-hidden": true
|
|
18856
18855
|
}, "*"), helpIconProps && /*#__PURE__*/React__default["default"].createElement(Tooltip, _extends$2({}, tooltipProps, {
|
|
18857
18856
|
disabled: !tooltipProps
|
|
18858
18857
|
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18859
18858
|
onClick: onClick,
|
|
18860
|
-
className: classnames$1("neeto-ui-label__help-icon-wrap
|
|
18859
|
+
className: classnames$1("neeto-ui-label__help-icon-wrap", _defineProperty$1({}, helpIconClassName, helpIconClassName))
|
|
18861
18860
|
}, /*#__PURE__*/React__default["default"].createElement(HelpIcon, _extends$2({
|
|
18862
18861
|
size: 16
|
|
18863
18862
|
}, otherHelpIconProps)))));
|