@fixefy/fixefy-ui-components 0.3.4 → 0.3.5

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.
@@ -348,7 +348,7 @@ const FxAsyncDropdown = /*#__PURE__*/ _react.default.forwardRef((props)=>{
348
348
  {
349
349
  return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
350
350
  children: [
351
- multiple && /*#__PURE__*/ (0, _jsxruntime.jsxs)("li", {
351
+ multiple && onUnselectAll && /*#__PURE__*/ (0, _jsxruntime.jsxs)("li", {
352
352
  onClick: ()=>{
353
353
  if (displayed.length === options.length) {
354
354
  unSelectAll();
package/package.json CHANGED
@@ -65,5 +65,5 @@
65
65
  "require": "./dist/index.js"
66
66
  }
67
67
  },
68
- "version": "0.3.4"
68
+ "version": "0.3.5"
69
69
  }