@bigbinary/neetoui 5.2.34 → 5.2.35
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 +5 -1
- package/formik.cjs.js.map +1 -1
- package/formik.js +5 -1
- package/formik.js.map +1 -1
- package/index.cjs.js +5 -1
- package/index.cjs.js.map +1 -1
- package/index.js +5 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -28900,7 +28900,11 @@ var DropdownIndicator = function DropdownIndicator(props) {
|
|
|
28900
28900
|
}));
|
|
28901
28901
|
};
|
|
28902
28902
|
var ClearIndicator = function ClearIndicator(props) {
|
|
28903
|
-
return /*#__PURE__*/React__default["default"].createElement(components.ClearIndicator,
|
|
28903
|
+
return /*#__PURE__*/React__default["default"].createElement(components.ClearIndicator, _extends$4({}, props, {
|
|
28904
|
+
innerProps: _objectSpread$e(_objectSpread$e({}, props.innerProps), {}, {
|
|
28905
|
+
"data-cy": "clear-select-indicator"
|
|
28906
|
+
})
|
|
28907
|
+
}), /*#__PURE__*/React__default["default"].createElement(neetoIcons.Close, {
|
|
28904
28908
|
size: 16
|
|
28905
28909
|
}));
|
|
28906
28910
|
};
|