@khanacademy/wonder-blocks-theming
Advanced tools
Comparing version 0.0.0-PR2123-20231116210903 to 0.0.0-PR2154-20240104211100
# @khanacademy/wonder-blocks-theming | ||
## 0.0.0-PR2123-20231116210903 | ||
## 0.0.0-PR2154-20240104211100 | ||
### Minor Changes | ||
- 926174e0: Added more colors to Pill, small pills are now 24px tall with 14px font size. Tokens (theming) now include pill colors. | ||
## 1.2.1 | ||
### Patch Changes | ||
- cf62f9ab: fix font.family.sans value | ||
- edcfbe14: fix font.family.sans value | ||
@@ -9,0 +15,0 @@ ## 1.2.0 |
@@ -31,2 +31,4 @@ import Spacing from '@khanacademy/wonder-blocks-spacing'; | ||
fadedRed8: fade(Color.red, 0.08), | ||
fadedGreen16: fade(Color.green, 0.16), | ||
fadedGold16: fade(Color.gold, 0.16), | ||
white32: fade(Color.white, 0.32), | ||
@@ -33,0 +35,0 @@ eggplant: "#5f1e5c" |
@@ -59,2 +59,4 @@ 'use strict'; | ||
fadedRed8: Color.fade(Color__default["default"].red, 0.08), | ||
fadedGreen16: Color.fade(Color__default["default"].green, 0.16), | ||
fadedGold16: Color.fade(Color__default["default"].gold, 0.16), | ||
white32: Color.fade(Color__default["default"].white, 0.32), | ||
@@ -61,0 +63,0 @@ eggplant: "#5f1e5c" |
@@ -18,2 +18,4 @@ /** | ||
fadedRed8: string; | ||
fadedGreen16: string; | ||
fadedGold16: string; | ||
white32: string; | ||
@@ -20,0 +22,0 @@ eggplant: string; |
{ | ||
"name": "@khanacademy/wonder-blocks-theming", | ||
"version": "0.0.0-PR2123-20231116210903", | ||
"version": "0.0.0-PR2154-20240104211100", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -24,2 +24,4 @@ import Spacing from "@khanacademy/wonder-blocks-spacing"; | ||
fadedRed8: fade(Color.red, 0.08), | ||
fadedGreen16: fade(Color.green, 0.16), | ||
fadedGold16: fade(Color.gold, 0.16), | ||
// Additional colors (e.g. for use in other themes) | ||
@@ -26,0 +28,0 @@ // Khanmigo |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86963
982