@codecademy/gamut-styles 14.0.3 → 14.0.4-alpha.4d4830.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.
@@ -21,7 +21,7 @@ export declare const editorColors: {
21
21
  readonly green: "#b4d353";
22
22
  readonly orange: "#ff8973";
23
23
  readonly purple: "#b3ccff";
24
- readonly red: "#e85d7f";
24
+ readonly red: "#ea6c8b";
25
25
  readonly yellow: "#ffe083";
26
26
  };
27
27
  /**
@@ -33,7 +33,7 @@ export var editorColors = {
33
33
  green: '#b4d353',
34
34
  orange: '#ff8973',
35
35
  purple: '#b3ccff',
36
- red: '#e85d7f',
36
+ red: '#ea6c8b',
37
37
  yellow: '#ffe083'
38
38
  };
39
39
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "14.0.3",
4
+ "version": "14.0.4-alpha.4d4830.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "b3432ebc85bdbe1120f2d4889e752dc45576a9a4"
46
+ "gitHead": "ab94be09449f726e5c0b594c4f7acb290f73bcca"
47
47
  }
@@ -64,7 +64,7 @@ $color-editor-gray: #939598;
64
64
  $color-editor-green: #b4d353;
65
65
  $color-editor-orange: #ff8973;
66
66
  $color-editor-purple: #b3ccff;
67
- $color-editor-red: #e85d7f;
67
+ $color-editor-red: #ea6c8b;
68
68
  $color-editor-yellow: #ffe083;
69
69
 
70
70
  // =======================================