Socket
Socket
Sign inDemoInstall

@khanacademy/wonder-blocks-button

Package Overview
Dependencies
Maintainers
0
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-PR2295-20240821190444 to 0.0.0-PR2297-20240822171923

17

CHANGELOG.md
# @khanacademy/wonder-blocks-button
## 0.0.0-PR2295-20240821190444
## 0.0.0-PR2297-20240822171923
### Patch Changes
- 3b769de9: Fixes a UI issue where secondary buttons weren't displaying the focus ring when disabled + focused
- 24109b69: Fixes an issue on the icon color where it was using the incorrect value over dark backgrounds. The icon color now inherits the color from the button to preserve the same color defined for the text.
## 6.3.7
### Patch Changes
- 4d346dc8: Fixes a UI issue where secondary buttons weren't displaying the focus ring when disabled + focused
- Updated dependencies [f17dc1ee]
- Updated dependencies [991eb43f]
- @khanacademy/wonder-blocks-tokens@0.0.0-PR2295-20240821190444
- @khanacademy/wonder-blocks-clickable@0.0.0-PR2295-20240821190444
- @khanacademy/wonder-blocks-progress-spinner@0.0.0-PR2295-20240821190444
- @khanacademy/wonder-blocks-tokens@2.0.0
- @khanacademy/wonder-blocks-clickable@4.2.6
- @khanacademy/wonder-blocks-progress-spinner@2.1.5

@@ -13,0 +20,0 @@ ## 6.3.6

@@ -59,3 +59,3 @@ import _extends from '@babel/runtime/helpers/extends';

icon: {
secondaryHover: tokens.color.blue
secondaryHover: "inherit"
}

@@ -62,0 +62,0 @@ },

@@ -86,3 +86,3 @@ 'use strict';

icon: {
secondaryHover: tokens__namespace.color.blue
secondaryHover: "inherit"
}

@@ -89,0 +89,0 @@ },

{
"name": "@khanacademy/wonder-blocks-button",
"version": "0.0.0-PR2295-20240821190444",
"version": "0.0.0-PR2297-20240822171923",
"design": "v1",

@@ -19,8 +19,8 @@ "publishConfig": {

"@babel/runtime": "^7.18.6",
"@khanacademy/wonder-blocks-clickable": "0.0.0-PR2295-20240821190444",
"@khanacademy/wonder-blocks-clickable": "^4.2.6",
"@khanacademy/wonder-blocks-core": "^6.4.3",
"@khanacademy/wonder-blocks-icon": "^4.1.3",
"@khanacademy/wonder-blocks-progress-spinner": "0.0.0-PR2295-20240821190444",
"@khanacademy/wonder-blocks-progress-spinner": "^2.1.5",
"@khanacademy/wonder-blocks-theming": "^2.0.3",
"@khanacademy/wonder-blocks-tokens": "0.0.0-PR2295-20240821190444",
"@khanacademy/wonder-blocks-tokens": "^2.0.0",
"@khanacademy/wonder-blocks-typography": "^2.1.14"

@@ -27,0 +27,0 @@ },

@@ -76,3 +76,5 @@ import * as tokens from "@khanacademy/wonder-blocks-tokens";

icon: {
secondaryHover: tokens.color.blue,
// Allows the icon to be visible on hover in both light and dark
// backgrounds.
secondaryHover: "inherit",
},

@@ -79,0 +81,0 @@ },

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