@atom-learning/theme 5.0.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215,6 +215,12 @@ export type Theme = {
215
215
  "subjectNonVerbalReasoning": string
216
216
  "subjectCreativeWriting": string
217
217
  "subjectExamSkills": string
218
+ "subjectGcseEnglishLiterature": string
219
+ "subjectGcseEnglishLanguage": string
220
+ "subjectGcseMaths": string
221
+ "subjectGcseChemistry": string
222
+ "subjectGcsePhysics": string
223
+ "subjectGcseBiology": string
218
224
  "glBlueLight": string
219
225
  "glBluePrimary": string
220
226
  "glBlueDark": string
package/lib/theme-atom.js CHANGED
@@ -215,6 +215,12 @@ module.exports = {
215
215
  "subjectNonVerbalReasoning": "hsl(41, 100%, 55%)",
216
216
  "subjectCreativeWriting": "hsl(35, 95%, 50%)",
217
217
  "subjectExamSkills": "hsl(257, 53%, 35%)",
218
+ "subjectGcseEnglishLiterature": "hsl(333, 75%, 59%)",
219
+ "subjectGcseEnglishLanguage": "hsl(256, 65%, 62%)",
220
+ "subjectGcseMaths": "hsl(214, 100%, 58%)",
221
+ "subjectGcseChemistry": "hsl(35, 95%, 50%)",
222
+ "subjectGcsePhysics": "hsl(0, 0%, 46%)",
223
+ "subjectGcseBiology": "hsl(148, 84%, 36%)",
218
224
  "glBlueLight": "hsl(222, 68%, 78%)",
219
225
  "glBluePrimary": "hsl(222, 56%, 55%)",
220
226
  "glBlueDark": "hsl(222, 35%, 43%)",
@@ -215,6 +215,12 @@ export type Theme = {
215
215
  "subjectNonVerbalReasoning": string
216
216
  "subjectCreativeWriting": string
217
217
  "subjectExamSkills": string
218
+ "subjectGcseEnglishLiterature": string
219
+ "subjectGcseEnglishLanguage": string
220
+ "subjectGcseMaths": string
221
+ "subjectGcseChemistry": string
222
+ "subjectGcsePhysics": string
223
+ "subjectGcseBiology": string
218
224
  "glBlueLight": string
219
225
  "glBluePrimary": string
220
226
  "glBlueDark": string
@@ -215,6 +215,12 @@ module.exports = {
215
215
  "subjectNonVerbalReasoning": "hsl(41, 100%, 55%)",
216
216
  "subjectCreativeWriting": "hsl(35, 95%, 50%)",
217
217
  "subjectExamSkills": "hsl(257, 53%, 35%)",
218
+ "subjectGcseEnglishLiterature": "hsl(333, 75%, 59%)",
219
+ "subjectGcseEnglishLanguage": "hsl(256, 65%, 62%)",
220
+ "subjectGcseMaths": "hsl(214, 100%, 58%)",
221
+ "subjectGcseChemistry": "hsl(35, 95%, 50%)",
222
+ "subjectGcsePhysics": "hsl(0, 0%, 46%)",
223
+ "subjectGcseBiology": "hsl(148, 84%, 36%)",
218
224
  "glBlueLight": "hsl(222, 68%, 78%)",
219
225
  "glBluePrimary": "hsl(222, 56%, 55%)",
220
226
  "glBlueDark": "hsl(222, 35%, 43%)",
@@ -215,6 +215,12 @@ export type Theme = {
215
215
  "subjectNonVerbalReasoning": string
216
216
  "subjectCreativeWriting": string
217
217
  "subjectExamSkills": string
218
+ "subjectGcseEnglishLiterature": string
219
+ "subjectGcseEnglishLanguage": string
220
+ "subjectGcseMaths": string
221
+ "subjectGcseChemistry": string
222
+ "subjectGcsePhysics": string
223
+ "subjectGcseBiology": string
218
224
  "glBlueLight": string
219
225
  "glBluePrimary": string
220
226
  "glBlueDark": string
@@ -215,6 +215,12 @@ module.exports = {
215
215
  "subjectNonVerbalReasoning": "hsl(41, 100%, 55%)",
216
216
  "subjectCreativeWriting": "hsl(35, 95%, 50%)",
217
217
  "subjectExamSkills": "hsl(257, 53%, 35%)",
218
+ "subjectGcseEnglishLiterature": "hsl(333, 75%, 59%)",
219
+ "subjectGcseEnglishLanguage": "hsl(256, 65%, 62%)",
220
+ "subjectGcseMaths": "hsl(214, 100%, 58%)",
221
+ "subjectGcseChemistry": "hsl(35, 95%, 50%)",
222
+ "subjectGcsePhysics": "hsl(0, 0%, 46%)",
223
+ "subjectGcseBiology": "hsl(148, 84%, 36%)",
218
224
  "glBlueLight": "hsl(222, 68%, 78%)",
219
225
  "glBluePrimary": "hsl(222, 56%, 55%)",
220
226
  "glBlueDark": "hsl(222, 35%, 43%)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "5.0.1",
3
+ "version": "5.2.0",
4
4
  "description": "Design tokens and assets for Atom Learning and Quest",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,5 +23,6 @@
23
23
  "style-dictionary": "^3.0.1",
24
24
  "yargs": "^17.7.2"
25
25
  },
26
- "dependencies": {}
26
+ "dependencies": {},
27
+ "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
27
28
  }