@atom-learning/theme
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -89,2 +89,5 @@ export type Theme = { | ||
"subjectExamSkills": string | ||
"glBlueLight": string | ||
"glBluePrimary": string | ||
"glBlueDark": string | ||
}, | ||
@@ -91,0 +94,0 @@ "space": { |
@@ -88,3 +88,6 @@ module.exports = { | ||
"subjectCreativeWriting": "hsl(33, 100%, 50%)", | ||
"subjectExamSkills": "hsl(256, 93%, 35%)" | ||
"subjectExamSkills": "hsl(256, 93%, 35%)", | ||
"glBlueLight": "hsl(222, 68%, 78%)", | ||
"glBluePrimary": "hsl(222, 56%, 55%)", | ||
"glBlueDark": "hsl(222, 35%, 43%)" | ||
}, | ||
@@ -91,0 +94,0 @@ "space": { |
{ | ||
"name": "@atom-learning/theme", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Design tokens and assets for Atom Learning", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
30366
309