@bigbinary/neetoui 5.2.33 → 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 +2126 -2909
- package/index.cjs.js.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1919 -2702
- package/index.js.map +1 -1
- package/package.json +3 -2
package/formik.cjs.js
CHANGED
|
@@ -25252,7 +25252,11 @@ var DropdownIndicator = function DropdownIndicator(props) {
|
|
|
25252
25252
|
}));
|
|
25253
25253
|
};
|
|
25254
25254
|
var ClearIndicator = function ClearIndicator(props) {
|
|
25255
|
-
return /*#__PURE__*/React__default["default"].createElement(components.ClearIndicator,
|
|
25255
|
+
return /*#__PURE__*/React__default["default"].createElement(components.ClearIndicator, _extends$2({}, props, {
|
|
25256
|
+
innerProps: _objectSpread$3(_objectSpread$3({}, props.innerProps), {}, {
|
|
25257
|
+
"data-cy": "clear-select-indicator"
|
|
25258
|
+
})
|
|
25259
|
+
}), /*#__PURE__*/React__default["default"].createElement(neetoIcons.Close, {
|
|
25256
25260
|
size: 16
|
|
25257
25261
|
}));
|
|
25258
25262
|
};
|