@instructure/ui-options
Advanced tools
Comparing version 10.4.2-snapshot-8 to 10.4.2-snapshot-9
@@ -6,10 +6,13 @@ # Change Log | ||
## [10.4.2-snapshot-8](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-snapshot-8) (2024-11-05) | ||
## [10.4.2-snapshot-9](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-snapshot-9) (2024-11-05) | ||
**Note:** Version bump only for package @instructure/ui-options | ||
### Bug Fixes | ||
* **ui-options,ui-utils:** subgroup titles in Options are not announced by TalkBack and iOS VoiceOver ([ebdf8f0](https://github.com/instructure/instructure-ui/commit/ebdf8f047cf8541723d494b16432c8248ef5fe1e)) | ||
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28) | ||
@@ -16,0 +19,0 @@ |
@@ -37,2 +37,3 @@ var _dec, _dec2, _dec3, _class, _Options; | ||
import { allowedProps, propTypes } from './props'; | ||
import { isAndroidOrIOS } from '@instructure/ui-utils'; | ||
/** | ||
@@ -73,4 +74,6 @@ --- | ||
id: this._labelId, | ||
role: "presentation", | ||
"aria-hidden": "true", | ||
role: "presentation" | ||
// because TalkBack and iOS VoiceOver don't announce sub-menu labels, aria-hidden needs to be false to achive that | ||
, | ||
"aria-hidden": isAndroidOrIOS() ? 'false' : 'true', | ||
css: styles === null || styles === void 0 ? void 0 : styles.label | ||
@@ -77,0 +80,0 @@ }, callRenderProp(renderLabel)); |
@@ -19,2 +19,3 @@ "use strict"; | ||
var _props = require("./props"); | ||
var _uiUtils = require("@instructure/ui-utils"); | ||
var _dec, _dec2, _dec3, _class, _Options; | ||
@@ -80,4 +81,6 @@ /* | ||
id: this._labelId, | ||
role: "presentation", | ||
"aria-hidden": "true", | ||
role: "presentation" | ||
// because TalkBack and iOS VoiceOver don't announce sub-menu labels, aria-hidden needs to be false to achive that | ||
, | ||
"aria-hidden": (0, _uiUtils.isAndroidOrIOS)() ? 'false' : 'true', | ||
css: styles === null || styles === void 0 ? void 0 : styles.label | ||
@@ -84,0 +87,0 @@ }, (0, _uiReactUtils.callRenderProp)(renderLabel)); |
{ | ||
"name": "@instructure/ui-options", | ||
"version": "10.4.2-snapshot-8", | ||
"version": "10.4.2-snapshot-9", | ||
"description": "A view-only component for composing interactive lists and menus.", | ||
@@ -26,17 +26,17 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-babel-preset": "10.4.2-snapshot-8", | ||
"@instructure/ui-color-utils": "10.4.2-snapshot-8", | ||
"@instructure/ui-test-locator": "10.4.2-snapshot-8", | ||
"@instructure/ui-test-utils": "10.4.2-snapshot-8", | ||
"@instructure/ui-themes": "10.4.2-snapshot-8" | ||
"@instructure/ui-babel-preset": "10.4.2-snapshot-9", | ||
"@instructure/ui-color-utils": "10.4.2-snapshot-9", | ||
"@instructure/ui-test-locator": "10.4.2-snapshot-9", | ||
"@instructure/ui-test-utils": "10.4.2-snapshot-9", | ||
"@instructure/ui-themes": "10.4.2-snapshot-9" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.25.6", | ||
"@instructure/emotion": "10.4.2-snapshot-8", | ||
"@instructure/shared-types": "10.4.2-snapshot-8", | ||
"@instructure/ui-icons": "10.4.2-snapshot-8", | ||
"@instructure/ui-prop-types": "10.4.2-snapshot-8", | ||
"@instructure/ui-react-utils": "10.4.2-snapshot-8", | ||
"@instructure/ui-testable": "10.4.2-snapshot-8", | ||
"@instructure/ui-view": "10.4.2-snapshot-8", | ||
"@instructure/emotion": "10.4.2-snapshot-9", | ||
"@instructure/shared-types": "10.4.2-snapshot-9", | ||
"@instructure/ui-icons": "10.4.2-snapshot-9", | ||
"@instructure/ui-prop-types": "10.4.2-snapshot-9", | ||
"@instructure/ui-react-utils": "10.4.2-snapshot-9", | ||
"@instructure/ui-testable": "10.4.2-snapshot-9", | ||
"@instructure/ui-view": "10.4.2-snapshot-9", | ||
"prop-types": "^15.8.1" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
661587
5567
+ Added@instructure/console@10.4.2-snapshot-9(transitive)
+ Added@instructure/debounce@10.4.2-snapshot-9(transitive)
+ Added@instructure/emotion@10.4.2-snapshot-9(transitive)
+ Added@instructure/shared-types@10.4.2-snapshot-9(transitive)
+ Added@instructure/theme-registry@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-color-utils@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-decorator@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-dom-utils@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-i18n@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-icons@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-portal@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-position@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-prop-types@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-react-utils@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-svg-images@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-testable@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-themes@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-utils@10.4.2-snapshot-9(transitive)
+ Added@instructure/ui-view@10.4.2-snapshot-9(transitive)
+ Added@instructure/uid@10.4.2-snapshot-9(transitive)
- Removed@instructure/console@10.4.2-snapshot-8(transitive)
- Removed@instructure/debounce@10.4.2-snapshot-8(transitive)
- Removed@instructure/emotion@10.4.2-snapshot-8(transitive)
- Removed@instructure/shared-types@10.4.2-snapshot-8(transitive)
- Removed@instructure/theme-registry@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-color-utils@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-decorator@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-dom-utils@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-i18n@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-icons@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-portal@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-position@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-prop-types@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-react-utils@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-svg-images@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-testable@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-themes@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-utils@10.4.2-snapshot-8(transitive)
- Removed@instructure/ui-view@10.4.2-snapshot-8(transitive)
- Removed@instructure/uid@10.4.2-snapshot-8(transitive)