@carbon/react 1.95.0-rc.0 → 1.95.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.
@@ -633,7 +633,7 @@ const ComboBox = /*#__PURE__*/forwardRef((props, ref) => {
633
633
  title: textInput?.current?.value
634
634
  }, getInputProps({
635
635
  'aria-label': titleText ? undefined : deprecatedAriaLabel || ariaLabel,
636
- 'aria-controls': isOpen ? undefined : menuProps.id,
636
+ 'aria-controls': menuProps.id,
637
637
  placeholder,
638
638
  value: inputValue,
639
639
  ...inputProps,
@@ -637,7 +637,7 @@ const ComboBox = /*#__PURE__*/React.forwardRef((props, ref) => {
637
637
  title: textInput?.current?.value
638
638
  }, getInputProps({
639
639
  'aria-label': titleText ? undefined : deprecatedAriaLabel || ariaLabel,
640
- 'aria-controls': isOpen ? undefined : menuProps.id,
640
+ 'aria-controls': menuProps.id,
641
641
  placeholder,
642
642
  value: inputValue,
643
643
  ...inputProps,
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.95.0-rc.0",
4
+ "version": "1.95.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.32.0",
56
56
  "@carbon/icons-react": "^11.70.0",
57
57
  "@carbon/layout": "^11.43.0",
58
- "@carbon/styles": "^1.94.0-rc.0",
58
+ "@carbon/styles": "^1.94.0",
59
59
  "@carbon/utilities": "^0.12.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": "ba9072cd72b1d664f26a3c984e2f7d694280175b"
142
+ "gitHead": "4bb1c57e936fa6a1527a4d6483668ecf3cfff51f"
143
143
  }