Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-cell

Package Overview
Dependencies
Maintainers
1
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/wonder-blocks-cell - npm Package Compare versions

Comparing version 0.0.0-PR2249-20240606234500 to 0.0.0-PR2255-20240619202800

15

CHANGELOG.md
# @khanacademy/wonder-blocks-cell
## 0.0.0-PR2249-20240606234500
## 0.0.0-PR2255-20240619202800
### Patch Changes
- b37d2432: Improves accessibility of the checked status on `OptionItem` components used
within the `ActionMenu` component. The checked status is communicated to
screenreaders by using a `menuitemcheckbox` role with the `aria-checked`
attribute (instead of `aria-selected`).
- Updated dependencies [b37d2432]
- @khanacademy/wonder-blocks-clickable@0.0.0-PR2255-20240619202800
## 3.3.7
### Patch Changes
- Updated dependencies [47a758b6]
- @khanacademy/wonder-blocks-layout@0.0.0-PR2249-20240606234500
- @khanacademy/wonder-blocks-layout@2.1.0

@@ -10,0 +21,0 @@ ## 3.3.6

@@ -148,2 +148,3 @@ import * as React from 'react';

"aria-selected": ariaSelected,
"aria-checked": ariaChecked,
target,

@@ -161,2 +162,3 @@ role,

"aria-selected": ariaSelected ? ariaSelected : undefined,
"aria-checked": ariaChecked,
role: role,

@@ -163,0 +165,0 @@ target: target,

@@ -175,2 +175,3 @@ 'use strict';

"aria-selected": ariaSelected,
"aria-checked": ariaChecked,
target,

@@ -188,2 +189,3 @@ role,

"aria-selected": ariaSelected ? ariaSelected : undefined,
"aria-checked": ariaChecked,
role: role,

@@ -190,0 +192,0 @@ target: target,

@@ -132,2 +132,6 @@ import * as React from "react";

/**
* Used to indicate the current item is checked.
*/
"aria-checked"?: AriaProps["aria-checked"];
/**
* Optinal href which Cell should direct to, uses client-side routing

@@ -134,0 +138,0 @@ * by default if react-router is present.

6

package.json
{
"name": "@khanacademy/wonder-blocks-cell",
"version": "0.0.0-PR2249-20240606234500",
"version": "0.0.0-PR2255-20240619202800",
"design": "v1",

@@ -17,5 +17,5 @@ "publishConfig": {

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-clickable": "^4.2.2",
"@khanacademy/wonder-blocks-clickable": "0.0.0-PR2255-20240619202800",
"@khanacademy/wonder-blocks-core": "^6.4.1",
"@khanacademy/wonder-blocks-layout": "0.0.0-PR2249-20240606234500",
"@khanacademy/wonder-blocks-layout": "^2.1.0",
"@khanacademy/wonder-blocks-tokens": "^1.3.0",

@@ -22,0 +22,0 @@ "@khanacademy/wonder-blocks-typography": "^2.1.12"

@@ -141,2 +141,6 @@ import * as React from "react";

/**
* Used to indicate the current item is checked.
*/
"aria-checked"?: AriaProps["aria-checked"];
/**
* Optinal href which Cell should direct to, uses client-side routing

@@ -143,0 +147,0 @@ * by default if react-router is present.

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