@bigbinary/neetoui 5.2.39 → 5.2.40
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 +4 -3
- package/formik.cjs.js.map +1 -1
- package/formik.js +4 -3
- package/formik.js.map +1 -1
- package/index.cjs.js +4 -3
- package/index.cjs.js.map +1 -1
- package/index.js +4 -3
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -28899,9 +28899,10 @@ var STRATEGIES = {
|
|
|
28899
28899
|
var Control = function Control(_ref) {
|
|
28900
28900
|
var children = _ref.children,
|
|
28901
28901
|
props = _objectWithoutProperties$1(_ref, _excluded$d);
|
|
28902
|
-
var selectProps = props.selectProps
|
|
28903
|
-
|
|
28904
|
-
|
|
28902
|
+
var selectProps = props.selectProps,
|
|
28903
|
+
hasValue = props.hasValue;
|
|
28904
|
+
return /*#__PURE__*/React__default["default"].createElement(components.Control, props, hasValue && selectProps.isMulti && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
28905
|
+
className: "neeto-ui-btn neeto-ui-btn--style-secondary neeto-ui-react-select__add-btn"
|
|
28905
28906
|
}, selectProps.addButtonLabel || "Add"), " ", children);
|
|
28906
28907
|
};
|
|
28907
28908
|
var DropdownIndicator = function DropdownIndicator(props) {
|