@carbon/react 1.86.0-rc.0 → 1.86.0

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.
@@ -527,7 +527,7 @@ const FilterableMultiSelect = /*#__PURE__*/forwardRef(function FilterableMultiSe
527
527
  },
528
528
  onFocus: () => setInputFocused(true),
529
529
  onBlur: () => {
530
- !isOpen && setInputFocused(false);
530
+ setInputFocused(false);
531
531
  setInputValue('');
532
532
  }
533
533
  }));
@@ -539,7 +539,7 @@ const FilterableMultiSelect = /*#__PURE__*/React.forwardRef(function FilterableM
539
539
  },
540
540
  onFocus: () => setInputFocused(true),
541
541
  onBlur: () => {
542
- !isOpen && setInputFocused(false);
542
+ setInputFocused(false);
543
543
  setInputValue('');
544
544
  }
545
545
  }));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/react",
3
3
  "description": "React components for the Carbon Design System",
4
- "version": "1.86.0-rc.0",
4
+ "version": "1.86.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -55,7 +55,7 @@
55
55
  "@carbon/feature-flags": "^0.27.0",
56
56
  "@carbon/icons-react": "^11.62.0",
57
57
  "@carbon/layout": "^11.36.0",
58
- "@carbon/styles": "^1.85.0-rc.0",
58
+ "@carbon/styles": "^1.85.0",
59
59
  "@carbon/utilities": "^0.7.0",
60
60
  "@floating-ui/react": "^0.27.4",
61
61
  "@ibm/telemetry-js": "^1.5.0",
@@ -139,5 +139,5 @@
139
139
  "**/*.scss",
140
140
  "**/*.css"
141
141
  ],
142
- "gitHead": "8d60133ddf9a05676c96a5763aedfe7280bb37a6"
142
+ "gitHead": "62119bab35028f3935a28e7bb09d2c234f061302"
143
143
  }