New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@khanacademy/wonder-blocks-tokens

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.0 to 4.1.0

7

CHANGELOG.md
# @khanacademy/wonder-blocks-tokens
## 4.1.0
### Minor Changes
- 8cfaeab0: Add `icon.disabled` token to semanticColor.
- c162abb4: Add `border.focus` semantic color token to use for the focus outline
## 4.0.0

@@ -4,0 +11,0 @@

4

dist/es/index.js

@@ -231,2 +231,3 @@ const border$1 = {

strong: color.fadedOffBlack50,
focus: color.blue,
inverse: color.white

@@ -354,3 +355,4 @@ };

action: color.blue,
destructive: color.red
destructive: color.red,
disabled: color.fadedOffBlack32
},

@@ -357,0 +359,0 @@ khanmigo: {

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

strong: color.fadedOffBlack50,
focus: color.blue,
inverse: color.white

@@ -358,3 +359,4 @@ };

action: color.blue,
destructive: color.red
destructive: color.red,
disabled: color.fadedOffBlack32
},

@@ -361,0 +363,0 @@ khanmigo: {

@@ -140,2 +140,3 @@ export declare const semanticColor: {

strong: string;
focus: string;
inverse: string;

@@ -152,2 +153,3 @@ };

destructive: string;
disabled: string;
};

@@ -154,0 +156,0 @@ /**

{
"name": "@khanacademy/wonder-blocks-tokens",
"version": "4.0.0",
"version": "4.1.0",
"description": "Core primitive design tokens for Web Wonder Blocks",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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