@instructure/ui-options
Advanced tools
Comparing version 10.2.2 to 10.2.3-pr-snapshot-1728305664020
@@ -6,2 +6,13 @@ # Change Log | ||
## [10.2.3-pr-snapshot-1728305664020](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.2.3-pr-snapshot-1728305664020) (2024-10-07) | ||
### Bug Fixes | ||
* **ui-options:** subgroup titles in Options are not announced by TalkBack and iOS VoiceOver ([953fcb8](https://github.com/instructure/instructure-ui/commit/953fcb8a81cc4d75c77aee0e3f2bb7418bfd714e)) | ||
## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13) | ||
@@ -8,0 +19,0 @@ |
@@ -70,6 +70,7 @@ var _dec, _dec2, _dec3, _class, _Options; | ||
styles = _this$props3.styles; | ||
const isAndroidOrIOS = /Android|iPhone|iPad/i.test(navigator.userAgent); | ||
return jsx("span", { | ||
id: this._labelId, | ||
role: "presentation", | ||
"aria-hidden": "true", | ||
"aria-hidden": isAndroidOrIOS ? 'false' : 'true', | ||
css: styles === null || styles === void 0 ? void 0 : styles.label | ||
@@ -76,0 +77,0 @@ }, callRenderProp(renderLabel)); |
@@ -77,6 +77,7 @@ "use strict"; | ||
styles = _this$props3.styles; | ||
const isAndroidOrIOS = /Android|iPhone|iPad/i.test(navigator.userAgent); | ||
return (0, _emotion.jsx)("span", { | ||
id: this._labelId, | ||
role: "presentation", | ||
"aria-hidden": "true", | ||
"aria-hidden": isAndroidOrIOS ? 'false' : 'true', | ||
css: styles === null || styles === void 0 ? void 0 : styles.label | ||
@@ -83,0 +84,0 @@ }, (0, _uiReactUtils.callRenderProp)(renderLabel)); |
{ | ||
"name": "@instructure/ui-options", | ||
"version": "10.2.2", | ||
"version": "10.2.3-pr-snapshot-1728305664020", | ||
"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.2.2", | ||
"@instructure/ui-color-utils": "10.2.2", | ||
"@instructure/ui-test-locator": "10.2.2", | ||
"@instructure/ui-test-utils": "10.2.2", | ||
"@instructure/ui-themes": "10.2.2" | ||
"@instructure/ui-babel-preset": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-color-utils": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-test-locator": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-test-utils": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-themes": "10.2.3-pr-snapshot-1728305664020" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.5", | ||
"@instructure/emotion": "10.2.2", | ||
"@instructure/shared-types": "10.2.2", | ||
"@instructure/ui-icons": "10.2.2", | ||
"@instructure/ui-prop-types": "10.2.2", | ||
"@instructure/ui-react-utils": "10.2.2", | ||
"@instructure/ui-testable": "10.2.2", | ||
"@instructure/ui-view": "10.2.2", | ||
"@instructure/emotion": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/shared-types": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-icons": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-prop-types": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-react-utils": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-testable": "10.2.3-pr-snapshot-1728305664020", | ||
"@instructure/ui-view": "10.2.3-pr-snapshot-1728305664020", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
700366
6440
1
+ Added@instructure/console@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/debounce@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/emotion@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/shared-types@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/theme-registry@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-color-utils@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-decorator@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-dom-utils@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-i18n@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-icons@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-portal@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-position@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-prop-types@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-react-utils@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-svg-images@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-testable@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-themes@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-utils@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/ui-view@10.2.3-pr-snapshot-1728305664020(transitive)
+ Added@instructure/uid@10.2.3-pr-snapshot-1728305664020(transitive)
- Removed@babel/helper-annotate-as-pure@7.25.9(transitive)
- Removed@instructure/console@10.2.2(transitive)
- Removed@instructure/debounce@10.2.2(transitive)
- Removed@instructure/emotion@10.2.2(transitive)
- Removed@instructure/shared-types@10.2.2(transitive)
- Removed@instructure/theme-registry@10.2.2(transitive)
- Removed@instructure/ui-color-utils@10.2.2(transitive)
- Removed@instructure/ui-decorator@10.2.2(transitive)
- Removed@instructure/ui-dom-utils@10.2.2(transitive)
- Removed@instructure/ui-i18n@10.2.2(transitive)
- Removed@instructure/ui-icons@10.2.2(transitive)
- Removed@instructure/ui-portal@10.2.2(transitive)
- Removed@instructure/ui-position@10.2.2(transitive)
- Removed@instructure/ui-prop-types@10.2.2(transitive)
- Removed@instructure/ui-react-utils@10.2.2(transitive)
- Removed@instructure/ui-svg-images@10.2.2(transitive)
- Removed@instructure/ui-testable@10.2.2(transitive)
- Removed@instructure/ui-themes@10.2.2(transitive)
- Removed@instructure/ui-utils@10.2.2(transitive)
- Removed@instructure/ui-view@10.2.2(transitive)
- Removed@instructure/uid@10.2.2(transitive)
Updated@instructure/emotion@10.2.3-pr-snapshot-1728305664020
Updated@instructure/shared-types@10.2.3-pr-snapshot-1728305664020
Updated@instructure/ui-icons@10.2.3-pr-snapshot-1728305664020
Updated@instructure/ui-prop-types@10.2.3-pr-snapshot-1728305664020
Updated@instructure/ui-react-utils@10.2.3-pr-snapshot-1728305664020
Updated@instructure/ui-testable@10.2.3-pr-snapshot-1728305664020
Updated@instructure/ui-view@10.2.3-pr-snapshot-1728305664020