Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-clickable

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-PR2242-20240612011924 to 0.0.0-PR2255-20240619202800

8

CHANGELOG.md
# @khanacademy/wonder-blocks-clickable
## 0.0.0-PR2242-20240612011924
## 0.0.0-PR2255-20240619202800
### Patch Changes
- Updated dependencies [48a65fb3]
- @khanacademy/wonder-blocks-core@0.0.0-PR2242-20240612011924
- 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`).

@@ -10,0 +12,0 @@ ## 4.2.2

import * as React from "react";
export type ClickableRole = "button" | "checkbox" | "link" | "listbox" | "menu" | "menuitem" | "option" | "radio" | "switch" | "tab";
export type ClickableRole = "button" | "checkbox" | "link" | "listbox" | "menu" | "menuitem" | "menuitemcheckbox" | "option" | "radio" | "switch" | "tab";
type CommonProps = Readonly<{

@@ -4,0 +4,0 @@ /**

{
"name": "@khanacademy/wonder-blocks-clickable",
"version": "0.0.0-PR2242-20240612011924",
"version": "0.0.0-PR2255-20240619202800",
"design": "v1",

@@ -19,3 +19,3 @@ "description": "Clickable component for Wonder-Blocks.",

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-core": "0.0.0-PR2242-20240612011924",
"@khanacademy/wonder-blocks-core": "^6.4.1",
"@khanacademy/wonder-blocks-tokens": "^1.3.0"

@@ -22,0 +22,0 @@ },

@@ -11,2 +11,3 @@ import * as React from "react";

| "menuitem"
| "menuitemcheckbox"
| "option"

@@ -13,0 +14,0 @@ | "radio"

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