@atom-learning/theme 1.0.0 → 1.0.1

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/index.js CHANGED
@@ -38,7 +38,7 @@ module.exports = {
38
38
  "danger": "hsl(0, 96%, 48%)",
39
39
  "dangerMid": "hsl(0, 96%, 41%)",
40
40
  "dangerDark": "hsl(0, 97%, 34%)",
41
- "warningLight": "hsl(41, 100%, 98%)",
41
+ "warningLight": "hsl(39, 100%, 94%)",
42
42
  "warning": "hsl(41, 100%, 55%)",
43
43
  "warningMid": "hsl(41, 89%, 48%)",
44
44
  "warningDark": "hsl(41, 100%, 41%)",
package/lib/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 20 Aug 2021 13:08:19 GMT
3
+ // Generated on Tue, 30 Nov 2021 11:41:11 GMT
4
4
 
5
5
  $color-text-foreground: #1f1f1f;
6
6
  $color-text-subtle: #545454;
@@ -40,7 +40,7 @@ $color-danger-light: #fce8e8;
40
40
  $color-danger-base: #f00505;
41
41
  $color-danger-mid: #cd0404;
42
42
  $color-danger-dark: #ab0303;
43
- $color-warning-light: #fffcf5;
43
+ $color-warning-light: #fff4e0;
44
44
  $color-warning-base: #ffb61a;
45
45
  $color-warning-mid: #e7a20d;
46
46
  $color-warning-dark: #d18f00;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom-learning/theme",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Design tokens and assets for Atom Learning",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",