@codecademy/gamut-styles 17.7.0-alpha.fc9d3e.0 → 17.7.1-alpha.519a2d.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.
@@ -26,21 +26,25 @@ export declare const coreSwatches: {
26
26
  readonly '100': "#EAFDC6";
27
27
  readonly '400': "#AEE938";
28
28
  readonly '700': "#008A27";
29
+ readonly '900': "#151C07";
29
30
  };
30
31
  readonly yellow: {
31
32
  readonly '0': "#FFFAE5";
32
33
  readonly '400': "#CCA900";
33
34
  readonly '500': "#FFD300";
35
+ readonly '900': "#211B00";
34
36
  };
35
37
  readonly pink: {
36
38
  readonly '0': "#FFF5FF";
37
39
  readonly '400': "#F966FF";
38
40
  };
39
41
  readonly red: {
40
- readonly '0': "#E85D7F";
41
- readonly '100': "#DC5879";
42
+ readonly '0': "#FBF1F0";
43
+ readonly '300': "#E85D7F";
44
+ readonly '400': "#DC5879";
42
45
  readonly '500': "#E91C11";
43
46
  readonly '600': "#BE1809";
47
+ readonly '900': "#280503";
44
48
  };
45
49
  readonly orange: {
46
50
  readonly '100': "#FFE8CC";
@@ -127,15 +131,19 @@ export declare const corePalette: {
127
131
  readonly "green-100": "#EAFDC6";
128
132
  readonly "green-400": "#AEE938";
129
133
  readonly "green-700": "#008A27";
134
+ readonly "green-900": "#151C07";
130
135
  readonly "yellow-0": "#FFFAE5";
131
136
  readonly "yellow-400": "#CCA900";
132
137
  readonly "yellow-500": "#FFD300";
138
+ readonly "yellow-900": "#211B00";
133
139
  readonly "pink-0": "#FFF5FF";
134
140
  readonly "pink-400": "#F966FF";
135
- readonly "red-0": "#E85D7F";
136
- readonly "red-100": "#DC5879";
141
+ readonly "red-0": "#FBF1F0";
142
+ readonly "red-300": "#E85D7F";
143
+ readonly "red-400": "#DC5879";
137
144
  readonly "red-500": "#E91C11";
138
145
  readonly "red-600": "#BE1809";
146
+ readonly "red-900": "#280503";
139
147
  readonly "orange-100": "#FFE8CC";
140
148
  readonly "orange-500": "#FF8C00";
141
149
  readonly "hyper-400": "#5533FF";
@@ -171,7 +179,7 @@ export declare const platformSwatches: {
171
179
  readonly '800': "#CA00D1";
172
180
  };
173
181
  readonly teal: {
174
- readonly '500': "#027E97";
182
+ readonly '500': "#006D82";
175
183
  };
176
184
  readonly purple: {
177
185
  readonly '300': "#B3CCFF";
@@ -180,19 +188,41 @@ export declare const platformSwatches: {
180
188
  export declare const truePlatformColors: {
181
189
  readonly lightBeige: "#FFFBF8";
182
190
  readonly gold: "#8A7300";
183
- readonly teal: "#027E97";
191
+ readonly teal: "#006D82";
184
192
  readonly purple: "#B3CCFF";
185
193
  };
194
+ export declare const platformEditorColors: {
195
+ readonly 'comment-light': "#686C7B";
196
+ readonly 'comment-dark': "#84868D";
197
+ readonly 'indent-active-light': "#BCBDC4";
198
+ readonly 'indent-active-dark': "#3B3D49";
199
+ readonly 'indent-inactive-light': "#8E919D";
200
+ readonly 'indent-inactive-dark': "#5F616B";
201
+ readonly 'line-number-active-light': "#31374C";
202
+ readonly 'line-number-active-dark': "#CECFD2";
203
+ readonly 'line-number-inactive-light': "#686C7B";
204
+ readonly 'line-number-inactive-dark': "#84868D";
205
+ };
186
206
  export declare const platformPalette: {
187
207
  readonly lightBeige: "#FFFBF8";
188
208
  readonly gold: "#8A7300";
189
- readonly teal: "#027E97";
209
+ readonly teal: "#006D82";
190
210
  readonly purple: "#B3CCFF";
211
+ readonly 'comment-light': "#686C7B";
212
+ readonly 'comment-dark': "#84868D";
213
+ readonly 'indent-active-light': "#BCBDC4";
214
+ readonly 'indent-active-dark': "#3B3D49";
215
+ readonly 'indent-inactive-light': "#8E919D";
216
+ readonly 'indent-inactive-dark': "#5F616B";
217
+ readonly 'line-number-active-light': "#31374C";
218
+ readonly 'line-number-active-dark': "#CECFD2";
219
+ readonly 'line-number-inactive-light': "#686C7B";
220
+ readonly 'line-number-inactive-dark': "#84868D";
191
221
  readonly "beige-0": "#FFFBF8";
192
222
  readonly "pink-800": "#CA00D1";
193
223
  readonly "orange-800": "#D14900";
194
224
  readonly "gold-800": "#8A7300";
195
- readonly "teal-500": "#027E97";
225
+ readonly "teal-500": "#006D82";
196
226
  readonly "purple-300": "#B3CCFF";
197
227
  };
198
228
  /**
@@ -247,15 +277,19 @@ export declare const lxStudioPalette: {
247
277
  "green-100": "#EAFDC6";
248
278
  "green-400": "#AEE938";
249
279
  "green-700": "#008A27";
280
+ "green-900": "#151C07";
250
281
  "yellow-0": "#FFFAE5";
251
282
  "yellow-400": "#CCA900";
252
283
  "yellow-500": "#FFD300";
284
+ "yellow-900": "#211B00";
253
285
  "pink-0": "#FFF5FF";
254
286
  "pink-400": "#F966FF";
255
- "red-0": "#E85D7F";
256
- "red-100": "#DC5879";
287
+ "red-0": "#FBF1F0";
288
+ "red-300": "#E85D7F";
289
+ "red-400": "#DC5879";
257
290
  "red-500": "#E91C11";
258
291
  "red-600": "#BE1809";
292
+ "red-900": "#280503";
259
293
  "orange-100": "#FFE8CC";
260
294
  "orange-500": "#FF8C00";
261
295
  "hyper-400": "#5533FF";
@@ -34,22 +34,26 @@ export const coreSwatches = {
34
34
  '0': '#F5FFE3',
35
35
  '100': '#EAFDC6',
36
36
  '400': '#AEE938',
37
- '700': '#008A27'
37
+ '700': '#008A27',
38
+ '900': '#151C07'
38
39
  },
39
40
  yellow: {
40
41
  '0': '#FFFAE5',
41
42
  '400': '#CCA900',
42
- '500': '#FFD300'
43
+ '500': '#FFD300',
44
+ '900': '#211B00'
43
45
  },
44
46
  pink: {
45
47
  '0': '#FFF5FF',
46
48
  '400': '#F966FF'
47
49
  },
48
50
  red: {
49
- '0': '#E85D7F',
50
- '100': '#DC5879',
51
+ '0': '#FBF1F0',
52
+ '300': '#E85D7F',
53
+ '400': '#DC5879',
51
54
  '500': '#E91C11',
52
- '600': '#BE1809'
55
+ '600': '#BE1809',
56
+ '900': '#280503'
53
57
  },
54
58
  orange: {
55
59
  '100': '#FFE8CC',
@@ -91,7 +95,7 @@ export const trueColors = {
91
95
  palePink: coreSwatches.pink[0],
92
96
  paleYellow: coreSwatches.yellow[0],
93
97
  pink: coreSwatches.pink[400],
94
- paleRed: coreSwatches.red[100],
98
+ paleRed: coreSwatches.red[400],
95
99
  red: coreSwatches.red[500],
96
100
  yellow: coreSwatches.yellow[500],
97
101
  black,
@@ -120,7 +124,7 @@ export const platformSwatches = {
120
124
  '800': '#CA00D1'
121
125
  },
122
126
  teal: {
123
- '500': '#027E97'
127
+ '500': '#006D82'
124
128
  },
125
129
  purple: {
126
130
  '300': '#B3CCFF'
@@ -132,8 +136,21 @@ export const truePlatformColors = {
132
136
  teal: platformSwatches.teal[500],
133
137
  purple: platformSwatches.purple[300]
134
138
  };
139
+ export const platformEditorColors = {
140
+ 'comment-light': '#686C7B',
141
+ 'comment-dark': '#84868D',
142
+ 'indent-active-light': '#BCBDC4',
143
+ 'indent-active-dark': '#3B3D49',
144
+ 'indent-inactive-light': '#8E919D',
145
+ 'indent-inactive-dark': '#5F616B',
146
+ 'line-number-active-light': '#31374C',
147
+ 'line-number-active-dark': '#CECFD2',
148
+ 'line-number-inactive-light': '#686C7B',
149
+ 'line-number-inactive-dark': '#84868D'
150
+ };
135
151
  export const platformPalette = {
136
152
  ...flattenScale(platformSwatches),
153
+ ...platformEditorColors,
137
154
  ...truePlatformColors
138
155
  };
139
156
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "17.7.0-alpha.fc9d3e.0",
4
+ "version": "17.7.1-alpha.519a2d.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "dependencies": {
7
- "@codecademy/variance": "0.23.0-alpha.fc9d3e.0",
7
+ "@codecademy/variance": "0.23.0",
8
8
  "@emotion/is-prop-valid": "^1.1.0",
9
9
  "polished": "^4.1.2"
10
10
  },
@@ -34,5 +34,5 @@
34
34
  "scripts": {
35
35
  "build": "nx build @codecademy/gamut-styles"
36
36
  },
37
- "gitHead": "205c725bf7d705a87e4b7291da5dbdabc4057286"
37
+ "gitHead": "c73e0f1931a27d1e24cd973f65677d5c1a30cc85"
38
38
  }