@atom-learning/theme 5.2.0 → 5.3.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.
- package/lib/theme-atom.d.ts +12 -0
- package/lib/theme-atom.js +13 -1
- package/lib/theme-quest-reports.d.ts +12 -0
- package/lib/theme-quest-reports.js +13 -1
- package/lib/theme-quest.d.ts +12 -0
- package/lib/theme-quest.js +13 -1
- package/package.json +1 -1
package/lib/theme-atom.d.ts
CHANGED
|
@@ -186,6 +186,18 @@ export type Theme = {
|
|
|
186
186
|
"marsh1000": string
|
|
187
187
|
"marsh1100": string
|
|
188
188
|
"marsh1200": string
|
|
189
|
+
"coolGrey100": string
|
|
190
|
+
"coolGrey200": string
|
|
191
|
+
"coolGrey300": string
|
|
192
|
+
"coolGrey400": string
|
|
193
|
+
"coolGrey500": string
|
|
194
|
+
"coolGrey600": string
|
|
195
|
+
"coolGrey700": string
|
|
196
|
+
"coolGrey800": string
|
|
197
|
+
"coolGrey900": string
|
|
198
|
+
"coolGrey1000": string
|
|
199
|
+
"coolGrey1100": string
|
|
200
|
+
"coolGrey1200": string
|
|
189
201
|
"alpha100": string
|
|
190
202
|
"alpha150": string
|
|
191
203
|
"alpha200": string
|
package/lib/theme-atom.js
CHANGED
|
@@ -186,6 +186,18 @@ module.exports = {
|
|
|
186
186
|
"marsh1000": "hsl(147, 17%, 18%)",
|
|
187
187
|
"marsh1100": "hsl(147, 24%, 13%)",
|
|
188
188
|
"marsh1200": "hsl(147, 14%, 7%)",
|
|
189
|
+
"coolGrey100": "hsl(206, 47%, 97%)",
|
|
190
|
+
"coolGrey200": "hsl(205, 35%, 93%)",
|
|
191
|
+
"coolGrey300": "hsl(206, 27%, 90%)",
|
|
192
|
+
"coolGrey400": "hsl(205, 20%, 83%)",
|
|
193
|
+
"coolGrey500": "hsl(207, 16%, 76%)",
|
|
194
|
+
"coolGrey600": "hsl(207, 14%, 65%)",
|
|
195
|
+
"coolGrey700": "hsl(206, 9%, 49%)",
|
|
196
|
+
"coolGrey800": "hsl(207, 11%, 35%)",
|
|
197
|
+
"coolGrey900": "hsl(208, 15%, 22%)",
|
|
198
|
+
"coolGrey1000": "hsl(208, 19%, 14%)",
|
|
199
|
+
"coolGrey1100": "hsl(207, 20%, 11%)",
|
|
200
|
+
"coolGrey1200": "hsl(210, 18%, 7%)",
|
|
189
201
|
"alpha100": "hsla(0, 0%, 20%, 0.1)",
|
|
190
202
|
"alpha150": "hsla(0, 0%, 20%, 0.15)",
|
|
191
203
|
"alpha200": "hsla(0, 0%, 20%, 0.2)",
|
|
@@ -219,7 +231,7 @@ module.exports = {
|
|
|
219
231
|
"subjectGcseEnglishLanguage": "hsl(256, 65%, 62%)",
|
|
220
232
|
"subjectGcseMaths": "hsl(214, 100%, 58%)",
|
|
221
233
|
"subjectGcseChemistry": "hsl(35, 95%, 50%)",
|
|
222
|
-
"subjectGcsePhysics": "hsl(
|
|
234
|
+
"subjectGcsePhysics": "hsl(206, 9%, 49%)",
|
|
223
235
|
"subjectGcseBiology": "hsl(148, 84%, 36%)",
|
|
224
236
|
"glBlueLight": "hsl(222, 68%, 78%)",
|
|
225
237
|
"glBluePrimary": "hsl(222, 56%, 55%)",
|
|
@@ -186,6 +186,18 @@ export type Theme = {
|
|
|
186
186
|
"marsh1000": string
|
|
187
187
|
"marsh1100": string
|
|
188
188
|
"marsh1200": string
|
|
189
|
+
"coolGrey100": string
|
|
190
|
+
"coolGrey200": string
|
|
191
|
+
"coolGrey300": string
|
|
192
|
+
"coolGrey400": string
|
|
193
|
+
"coolGrey500": string
|
|
194
|
+
"coolGrey600": string
|
|
195
|
+
"coolGrey700": string
|
|
196
|
+
"coolGrey800": string
|
|
197
|
+
"coolGrey900": string
|
|
198
|
+
"coolGrey1000": string
|
|
199
|
+
"coolGrey1100": string
|
|
200
|
+
"coolGrey1200": string
|
|
189
201
|
"alpha100": string
|
|
190
202
|
"alpha150": string
|
|
191
203
|
"alpha200": string
|
|
@@ -186,6 +186,18 @@ module.exports = {
|
|
|
186
186
|
"marsh1000": "hsl(147, 17%, 18%)",
|
|
187
187
|
"marsh1100": "hsl(147, 24%, 13%)",
|
|
188
188
|
"marsh1200": "hsl(147, 14%, 7%)",
|
|
189
|
+
"coolGrey100": "hsl(206, 47%, 97%)",
|
|
190
|
+
"coolGrey200": "hsl(205, 35%, 93%)",
|
|
191
|
+
"coolGrey300": "hsl(206, 27%, 90%)",
|
|
192
|
+
"coolGrey400": "hsl(205, 20%, 83%)",
|
|
193
|
+
"coolGrey500": "hsl(207, 16%, 76%)",
|
|
194
|
+
"coolGrey600": "hsl(207, 14%, 65%)",
|
|
195
|
+
"coolGrey700": "hsl(206, 9%, 49%)",
|
|
196
|
+
"coolGrey800": "hsl(207, 11%, 35%)",
|
|
197
|
+
"coolGrey900": "hsl(208, 15%, 22%)",
|
|
198
|
+
"coolGrey1000": "hsl(208, 19%, 14%)",
|
|
199
|
+
"coolGrey1100": "hsl(207, 20%, 11%)",
|
|
200
|
+
"coolGrey1200": "hsl(210, 18%, 7%)",
|
|
189
201
|
"alpha100": "hsla(0, 0%, 20%, 0.1)",
|
|
190
202
|
"alpha150": "hsla(0, 0%, 20%, 0.15)",
|
|
191
203
|
"alpha200": "hsla(0, 0%, 20%, 0.2)",
|
|
@@ -219,7 +231,7 @@ module.exports = {
|
|
|
219
231
|
"subjectGcseEnglishLanguage": "hsl(256, 65%, 62%)",
|
|
220
232
|
"subjectGcseMaths": "hsl(214, 100%, 58%)",
|
|
221
233
|
"subjectGcseChemistry": "hsl(35, 95%, 50%)",
|
|
222
|
-
"subjectGcsePhysics": "hsl(
|
|
234
|
+
"subjectGcsePhysics": "hsl(206, 9%, 49%)",
|
|
223
235
|
"subjectGcseBiology": "hsl(148, 84%, 36%)",
|
|
224
236
|
"glBlueLight": "hsl(222, 68%, 78%)",
|
|
225
237
|
"glBluePrimary": "hsl(222, 56%, 55%)",
|
package/lib/theme-quest.d.ts
CHANGED
|
@@ -186,6 +186,18 @@ export type Theme = {
|
|
|
186
186
|
"marsh1000": string
|
|
187
187
|
"marsh1100": string
|
|
188
188
|
"marsh1200": string
|
|
189
|
+
"coolGrey100": string
|
|
190
|
+
"coolGrey200": string
|
|
191
|
+
"coolGrey300": string
|
|
192
|
+
"coolGrey400": string
|
|
193
|
+
"coolGrey500": string
|
|
194
|
+
"coolGrey600": string
|
|
195
|
+
"coolGrey700": string
|
|
196
|
+
"coolGrey800": string
|
|
197
|
+
"coolGrey900": string
|
|
198
|
+
"coolGrey1000": string
|
|
199
|
+
"coolGrey1100": string
|
|
200
|
+
"coolGrey1200": string
|
|
189
201
|
"alpha100": string
|
|
190
202
|
"alpha150": string
|
|
191
203
|
"alpha200": string
|
package/lib/theme-quest.js
CHANGED
|
@@ -186,6 +186,18 @@ module.exports = {
|
|
|
186
186
|
"marsh1000": "hsl(147, 17%, 18%)",
|
|
187
187
|
"marsh1100": "hsl(147, 24%, 13%)",
|
|
188
188
|
"marsh1200": "hsl(147, 14%, 7%)",
|
|
189
|
+
"coolGrey100": "hsl(206, 47%, 97%)",
|
|
190
|
+
"coolGrey200": "hsl(205, 35%, 93%)",
|
|
191
|
+
"coolGrey300": "hsl(206, 27%, 90%)",
|
|
192
|
+
"coolGrey400": "hsl(205, 20%, 83%)",
|
|
193
|
+
"coolGrey500": "hsl(207, 16%, 76%)",
|
|
194
|
+
"coolGrey600": "hsl(207, 14%, 65%)",
|
|
195
|
+
"coolGrey700": "hsl(206, 9%, 49%)",
|
|
196
|
+
"coolGrey800": "hsl(207, 11%, 35%)",
|
|
197
|
+
"coolGrey900": "hsl(208, 15%, 22%)",
|
|
198
|
+
"coolGrey1000": "hsl(208, 19%, 14%)",
|
|
199
|
+
"coolGrey1100": "hsl(207, 20%, 11%)",
|
|
200
|
+
"coolGrey1200": "hsl(210, 18%, 7%)",
|
|
189
201
|
"alpha100": "hsla(0, 0%, 20%, 0.1)",
|
|
190
202
|
"alpha150": "hsla(0, 0%, 20%, 0.15)",
|
|
191
203
|
"alpha200": "hsla(0, 0%, 20%, 0.2)",
|
|
@@ -219,7 +231,7 @@ module.exports = {
|
|
|
219
231
|
"subjectGcseEnglishLanguage": "hsl(256, 65%, 62%)",
|
|
220
232
|
"subjectGcseMaths": "hsl(214, 100%, 58%)",
|
|
221
233
|
"subjectGcseChemistry": "hsl(35, 95%, 50%)",
|
|
222
|
-
"subjectGcsePhysics": "hsl(
|
|
234
|
+
"subjectGcsePhysics": "hsl(206, 9%, 49%)",
|
|
223
235
|
"subjectGcseBiology": "hsl(148, 84%, 36%)",
|
|
224
236
|
"glBlueLight": "hsl(222, 68%, 78%)",
|
|
225
237
|
"glBluePrimary": "hsl(222, 56%, 55%)",
|