Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-options

Package Overview
Dependencies
Maintainers
0
Versions
1412
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-options - npm Package Compare versions

Comparing version 10.2.2 to 10.2.3-pr-snapshot-1728305664020

11

CHANGELOG.md

@@ -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 @@

3

es/Options/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc