@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/index.js CHANGED
@@ -20845,15 +20845,14 @@ var Label = function Label(_ref) {
20845
20845
  otherHelpIconProps = _objectWithoutProperties$1(_ref2, _excluded2$3);
20846
20846
  var HelpIcon = icon || Help;
20847
20847
  return /*#__PURE__*/React__default.createElement("label", _extends$4({
20848
- className: classnames$1("neeto-ui-label", className)
20848
+ className: classnames$1("neeto-ui-label neeto-ui-flex neeto-ui-items-center", className)
20849
20849
  }, otherProps), children, required && /*#__PURE__*/React__default.createElement("span", {
20850
- "aria-hidden": true,
20851
- className: "neeto-ui-inline-flex"
20850
+ "aria-hidden": true
20852
20851
  }, "*"), helpIconProps && /*#__PURE__*/React__default.createElement(Tooltip, _extends$4({}, tooltipProps, {
20853
20852
  disabled: !tooltipProps
20854
20853
  }), /*#__PURE__*/React__default.createElement("span", {
20855
20854
  onClick: onClick,
20856
- className: classnames$1("neeto-ui-label__help-icon-wrap neeto-ui-inline-flex", _defineProperty$7({}, helpIconClassName, helpIconClassName))
20855
+ className: classnames$1("neeto-ui-label__help-icon-wrap", _defineProperty$7({}, helpIconClassName, helpIconClassName))
20857
20856
  }, /*#__PURE__*/React__default.createElement(HelpIcon, _extends$4({
20858
20857
  size: 16
20859
20858
  }, otherHelpIconProps)))));