@khanacademy/wonder-blocks-tokens
Advanced tools
Comparing version 4.0.0 to 4.1.0
# @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 @@ |
@@ -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", |
32809
1060