@bigbinary/neetoui 6.3.1 → 6.3.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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as React$3 from 'react';
2
2
  import React__default, { createContext, useLayoutEffect, useEffect, useContext, useRef, useInsertionEffect as useInsertionEffect$1, useCallback, useMemo, forwardRef as forwardRef$1, createElement, useId as useId$1, useState, cloneElement as cloneElement$1, Children, isValidElement, useSyncExternalStore, memo as memo$1, Component, Fragment } from 'react';
3
3
  import { isEmpty, equals, complement, toPairs, pipe as pipe$1, omit, isNil, mergeLeft, replace as replace$2, assoc, pluck, prop, flatten, move, has as has$b, props } from 'ramda';
4
- import { Right, Down, Close, Info, Focus, Left, Calendar, Clock as Clock$1, Check, UpArrow, DownArrow, MenuHorizontal, CheckCircle, Warning, CloseCircle } from '@bigbinary/neeto-icons';
4
+ import { Right, Down, Close, Help, Focus, Left, Calendar, Clock as Clock$1, Check, UpArrow, DownArrow, MenuHorizontal, CheckCircle, Warning, CloseCircle, Info } from '@bigbinary/neeto-icons';
5
5
  import { preprocessForSerialization, isPresent, isNotPresent, _existsBy, noop as noop$5, camelToSnakeCase, modifyBy, snakeToCamelCase, dynamicArray } from '@bigbinary/neeto-cist';
6
6
  import require$$0 from 'util';
7
7
  import { Link, useLocation, useHistory, NavLink } from 'react-router-dom';
@@ -20835,7 +20835,7 @@ var Label = function Label(_ref) {
20835
20835
  tooltipProps = _ref2.tooltipProps,
20836
20836
  helpIconClassName = _ref2.className,
20837
20837
  otherHelpIconProps = _objectWithoutProperties$1(_ref2, _excluded2$3);
20838
- var HelpIcon = icon || Info;
20838
+ var HelpIcon = icon || Help;
20839
20839
  return /*#__PURE__*/React__default.createElement("label", _extends$4({
20840
20840
  className: classnames$1("neeto-ui-label neeto-ui-flex neeto-ui-items-center", className)
20841
20841
  }, otherProps), children, required && /*#__PURE__*/React__default.createElement("span", {
@@ -20843,8 +20843,8 @@ var Label = function Label(_ref) {
20843
20843
  }, "*"), helpIconProps && /*#__PURE__*/React__default.createElement(Tooltip, _extends$4({}, tooltipProps, {
20844
20844
  disabled: !tooltipProps
20845
20845
  }), /*#__PURE__*/React__default.createElement("span", {
20846
- className: classnames$1("neeto-ui-label__help-icon-wrap", _defineProperty$7({}, helpIconClassName, helpIconClassName)),
20847
- onClick: onClick
20846
+ onClick: onClick,
20847
+ className: classnames$1("neeto-ui-label__help-icon-wrap", _defineProperty$7({}, helpIconClassName, helpIconClassName))
20848
20848
  }, /*#__PURE__*/React__default.createElement(HelpIcon, _extends$4({
20849
20849
  size: 16
20850
20850
  }, otherHelpIconProps)))));