@atom-learning/theme 5.0.0 → 5.1.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,11 @@ export type Theme = {
215
215
  "subjectNonVerbalReasoning": string
216
216
  "subjectCreativeWriting": string
217
217
  "subjectExamSkills": string
218
+ "subjectGcseEnglishLiterature": string
219
+ "subjectGcseMaths": string
220
+ "subjectGcseChemistry": string
221
+ "subjectGcsePhysics": string
222
+ "subjectGcseBiology": string
218
223
  "glBlueLight": string
219
224
  "glBluePrimary": string
220
225
  "glBlueDark": string
package/lib/theme-atom.js CHANGED
@@ -215,6 +215,11 @@ 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
+ "subjectGcseMaths": "hsl(214, 100%, 58%)",
220
+ "subjectGcseChemistry": "hsl(35, 95%, 50%)",
221
+ "subjectGcsePhysics": "hsl(0, 0%, 46%)",
222
+ "subjectGcseBiology": "hsl(148, 84%, 36%)",
218
223
  "glBlueLight": "hsl(222, 68%, 78%)",
219
224
  "glBluePrimary": "hsl(222, 56%, 55%)",
220
225
  "glBlueDark": "hsl(222, 35%, 43%)",
@@ -215,6 +215,11 @@ export type Theme = {
215
215
  "subjectNonVerbalReasoning": string
216
216
  "subjectCreativeWriting": string
217
217
  "subjectExamSkills": string
218
+ "subjectGcseEnglishLiterature": string
219
+ "subjectGcseMaths": string
220
+ "subjectGcseChemistry": string
221
+ "subjectGcsePhysics": string
222
+ "subjectGcseBiology": string
218
223
  "glBlueLight": string
219
224
  "glBluePrimary": string
220
225
  "glBlueDark": string
@@ -215,6 +215,11 @@ 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
+ "subjectGcseMaths": "hsl(214, 100%, 58%)",
220
+ "subjectGcseChemistry": "hsl(35, 95%, 50%)",
221
+ "subjectGcsePhysics": "hsl(0, 0%, 46%)",
222
+ "subjectGcseBiology": "hsl(148, 84%, 36%)",
218
223
  "glBlueLight": "hsl(222, 68%, 78%)",
219
224
  "glBluePrimary": "hsl(222, 56%, 55%)",
220
225
  "glBlueDark": "hsl(222, 35%, 43%)",
@@ -215,6 +215,11 @@ export type Theme = {
215
215
  "subjectNonVerbalReasoning": string
216
216
  "subjectCreativeWriting": string
217
217
  "subjectExamSkills": string
218
+ "subjectGcseEnglishLiterature": string
219
+ "subjectGcseMaths": string
220
+ "subjectGcseChemistry": string
221
+ "subjectGcsePhysics": string
222
+ "subjectGcseBiology": string
218
223
  "glBlueLight": string
219
224
  "glBluePrimary": string
220
225
  "glBlueDark": string
@@ -215,6 +215,11 @@ 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
+ "subjectGcseMaths": "hsl(214, 100%, 58%)",
220
+ "subjectGcseChemistry": "hsl(35, 95%, 50%)",
221
+ "subjectGcsePhysics": "hsl(0, 0%, 46%)",
222
+ "subjectGcseBiology": "hsl(148, 84%, 36%)",
218
223
  "glBlueLight": "hsl(222, 68%, 78%)",
219
224
  "glBluePrimary": "hsl(222, 56%, 55%)",
220
225
  "glBlueDark": "hsl(222, 35%, 43%)",
@@ -245,14 +250,14 @@ module.exports = {
245
250
  "24": "1.5rem"
246
251
  },
247
252
  "fontSizes": {
248
- "xs": "0.625rem",
249
- "sm": "0.75rem",
250
- "md": "0.875rem",
251
- "lg": "1rem",
252
- "xl": "1.3125rem",
253
- "2xl": "1.75rem",
254
- "3xl": "2.3125rem",
255
- "4xl": "3.125rem"
253
+ "xs": "0.75rem",
254
+ "sm": "0.875rem",
255
+ "md": "1rem",
256
+ "lg": "1.3125rem",
257
+ "xl": "1.75rem",
258
+ "2xl": "2.3125rem",
259
+ "3xl": "3.125rem",
260
+ "4xl": "5.625rem"
256
261
  },
257
262
  "fonts": {
258
263
  "sans": "system-ui, -apple-system, 'Helvetica Neue', sans-serif",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "5.0.0",
3
+ "version": "5.1.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
  }