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
1407
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.4.2-snapshot-8 to 10.4.2-snapshot-9

7

CHANGELOG.md

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

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