@codecademy/gamut-styles 13.1.1 → 13.1.2-alpha.c2b91e.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.
@@ -1,6 +1,6 @@
1
- @codecademy/gamut-styles:build: cache hit, replaying output 32455d2fe28ba050
1
+ @codecademy/gamut-styles:build: cache hit, replaying output 3b69eaa6589e1509
2
2
  @codecademy/gamut-styles:build: $ yarn build:clean && yarn build:compile && yarn build:transpile
3
3
  @codecademy/gamut-styles:build: $ rm -rf ./dist
4
4
  @codecademy/gamut-styles:build: $ tsc
5
5
  @codecademy/gamut-styles:build: $ babel ./src --out-dir ./dist --copy-files --extensions ".ts,.tsx"
6
- @codecademy/gamut-styles:build: Successfully compiled 45 files with Babel (2082ms).
6
+ @codecademy/gamut-styles:build: Successfully compiled 46 files with Babel (1451ms).
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [13.1.2-alpha.c2b91e.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.1.1...@codecademy/gamut-styles@13.1.2-alpha.c2b91e.0) (2022-05-20)
7
+
8
+ **Note:** Version bump only for package @codecademy/gamut-styles
9
+
10
+
11
+
12
+
13
+
6
14
  ### [13.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@13.1.0...@codecademy/gamut-styles@13.1.1) (2022-05-17)
7
15
 
8
16
 
@@ -0,0 +1,820 @@
1
+ export declare const enterpriseTheme: Record<"breakpoints", {
2
+ xs: string;
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ xl: string;
7
+ }> & import("@codecademy/variance/dist/createTheme/types").Merge<Record<"breakpoints", {
8
+ xs: string;
9
+ sm: string;
10
+ md: string;
11
+ lg: string;
12
+ xl: string;
13
+ }> & import("@codecademy/variance/dist/createTheme/types").Merge<Record<"elements", Record<"elements", import("@codecademy/variance").KeyAsVariable<{
14
+ readonly headerHeight: {
15
+ readonly base: "4rem";
16
+ readonly md: "5rem";
17
+ };
18
+ readonly headerZ: 15;
19
+ }, "elements">>> & import("@codecademy/variance/dist/createTheme/types").Merge<import("@codecademy/variance/dist/createTheme/types").MergeTheme<import("@codecademy/variance/dist/createTheme/types").MergeTheme<Record<"breakpoints", {
20
+ xs: string;
21
+ sm: string;
22
+ md: string;
23
+ lg: string;
24
+ xl: string;
25
+ }> & import("@codecademy/variance/dist/createTheme/types").Merge<{
26
+ breakpoints: {
27
+ xs: string;
28
+ sm: string;
29
+ md: string;
30
+ lg: string;
31
+ xl: string;
32
+ };
33
+ fontSize: {
34
+ readonly 64: string;
35
+ readonly 44: string;
36
+ readonly 34: string;
37
+ readonly 26: string;
38
+ readonly 22: string;
39
+ readonly 20: string;
40
+ readonly 18: string;
41
+ readonly 16: string;
42
+ readonly 14: string;
43
+ };
44
+ fontFamily: {
45
+ readonly accent: "\"Suisse\", \"Apercu\", -apple-system, BlinkMacSystemFont,\n\"Segoe UI\", \"Roboto\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\",\n\"Helvetica Neue\", sans-serif";
46
+ readonly base: "\"Apercu\", -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n\"Roboto\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\",\nsans-serif";
47
+ readonly monospace: "Monaco, Menlo, \"Ubuntu Mono\", \"Droid Sans Mono\", Consolas,\nmonospace";
48
+ readonly system: "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Ubuntu\",\n\"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif";
49
+ };
50
+ lineHeight: {
51
+ readonly base: 1.5;
52
+ readonly title: 1.1;
53
+ };
54
+ fontWeight: {
55
+ readonly base: 400;
56
+ readonly title: 700;
57
+ readonly 700: 700;
58
+ readonly 400: 400;
59
+ };
60
+ spacing: {
61
+ readonly 0: 0;
62
+ readonly 4: string;
63
+ readonly 8: string;
64
+ readonly 12: string;
65
+ readonly 16: string;
66
+ readonly 24: string;
67
+ readonly 32: string;
68
+ readonly 40: string;
69
+ readonly 48: string;
70
+ readonly 64: string;
71
+ readonly 96: string;
72
+ };
73
+ elements: {
74
+ readonly headerHeight: {
75
+ readonly base: "4rem";
76
+ readonly md: "5rem";
77
+ };
78
+ readonly headerZ: 15;
79
+ };
80
+ } & import("@codecademy/variance/dist/createTheme/types").PrivateThemeKeys, Record<"colors", import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
81
+ readonly beige: "#FFF0E5";
82
+ readonly blue: "#1557FF";
83
+ readonly green: "#008A27";
84
+ readonly hyper: "#3A10E5";
85
+ readonly lightBlue: "#66C4FF";
86
+ readonly lightGreen: "#AEE938";
87
+ readonly navy: "#10162F";
88
+ readonly orange: "#FF8C00";
89
+ readonly paleBlue: "#F5FCFF";
90
+ readonly paleGreen: "#F5FFE3";
91
+ readonly palePink: "#FFF5FF";
92
+ readonly paleYellow: "#FFFAE5";
93
+ readonly pink: "#F966FF";
94
+ readonly paleRed: "#DC5879";
95
+ readonly red: "#E91C11";
96
+ readonly yellow: "#FFD300";
97
+ readonly black: "#000000";
98
+ readonly white: "#ffffff";
99
+ readonly "shadow-black-slight": string;
100
+ readonly "shadow-black-heavy": string;
101
+ readonly "shadow-white-slight": string;
102
+ readonly "shadow-white-heavy": string;
103
+ readonly "beige-100": "#FFF0E5";
104
+ readonly "blue-0": "#F5FCFF";
105
+ readonly "blue-300": "#66C4FF";
106
+ readonly "blue-400": "#3388FF";
107
+ readonly "blue-500": "#1557FF";
108
+ readonly "blue-800": "#1D2340";
109
+ readonly "navy-100": "#F3F3F5";
110
+ readonly "navy-300": "#C3C5CB";
111
+ readonly "navy-400": "#9FA2AC";
112
+ readonly "navy-500": "#707382";
113
+ readonly "navy-800": "#10162F";
114
+ readonly "navy-200": "#DBDCE0";
115
+ readonly "navy-600": "#585C6D";
116
+ readonly "navy-700": "#34394C";
117
+ readonly "navy-900": "#0A0D1C";
118
+ readonly "green-0": "#F5FFE3";
119
+ readonly "green-400": "#AEE938";
120
+ readonly "green-700": "#008A27";
121
+ readonly "yellow-0": "#FFFAE5";
122
+ readonly "yellow-400": "#CCA900";
123
+ readonly "yellow-500": "#FFD300";
124
+ readonly "pink-0": "#FFF5FF";
125
+ readonly "pink-400": "#F966FF";
126
+ readonly "red-100": "#DC5879";
127
+ readonly "red-0": "#E85D7F";
128
+ readonly "red-500": "#E91C11";
129
+ readonly "red-600": "#BE1809";
130
+ readonly "orange-500": "#FF8C00";
131
+ readonly "hyper-400": "#5533FF";
132
+ readonly "hyper-500": "#3A10E5";
133
+ readonly "gray-100": "#F5F5F5";
134
+ readonly "gray-300": "#E0E0E0";
135
+ readonly "gray-800": "#616161";
136
+ readonly "gray-200": "#EEEEEE";
137
+ readonly "gray-600": "#9E9E9E";
138
+ readonly "gray-900": "#424242";
139
+ }, "-", "">, "color">>> & import("@codecademy/variance/dist/createTheme/types").PrivateThemeKeys, {
140
+ colors: import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
141
+ text: {
142
+ _: "navy-800";
143
+ accent: "navy-900";
144
+ disabled: "navy-500";
145
+ };
146
+ feedback: {
147
+ error: "red-600";
148
+ success: "green-700";
149
+ warning: "yellow";
150
+ };
151
+ background: {
152
+ _: "white";
153
+ current: "white";
154
+ primary: "beige";
155
+ selected: "navy-100";
156
+ disabled: "navy-200";
157
+ hover: "navy-200";
158
+ };
159
+ shadow: {
160
+ opaque: "shadow-white-heavy";
161
+ solid: "gray-200";
162
+ };
163
+ primary: {
164
+ _: "hyper-500";
165
+ hover: "hyper-400";
166
+ };
167
+ secondary: {
168
+ _: "navy-800";
169
+ hover: "navy-700";
170
+ };
171
+ danger: {
172
+ _: "red-500";
173
+ hover: "red-600";
174
+ };
175
+ interface: {
176
+ _: "hyper-500";
177
+ hover: "hyper-400";
178
+ };
179
+ } | {
180
+ text: {
181
+ _: "white";
182
+ accent: "beige";
183
+ disabled: "navy-200";
184
+ };
185
+ feedback: {
186
+ error: "red-0";
187
+ success: "green-0";
188
+ warning: "yellow-0";
189
+ };
190
+ background: {
191
+ _: "navy-800";
192
+ current: "navy-800";
193
+ primary: "navy-900";
194
+ selected: "navy-700";
195
+ disabled: "navy-500";
196
+ hover: "navy-600";
197
+ };
198
+ shadow: {
199
+ opaque: "shadow-black-heavy";
200
+ solid: "black";
201
+ };
202
+ primary: {
203
+ _: "yellow-500";
204
+ hover: "yellow-400";
205
+ };
206
+ secondary: {
207
+ _: "white";
208
+ hover: "navy-200";
209
+ };
210
+ danger: {
211
+ _: "red-0";
212
+ hover: "red-100";
213
+ };
214
+ interface: {
215
+ _: "yellow-500";
216
+ hover: "yellow-400";
217
+ };
218
+ }, "-", "_">, "colors"> & import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
219
+ readonly beige: "#FFF0E5";
220
+ readonly blue: "#1557FF";
221
+ readonly green: "#008A27";
222
+ readonly hyper: "#3A10E5";
223
+ readonly lightBlue: "#66C4FF";
224
+ readonly lightGreen: "#AEE938";
225
+ readonly navy: "#10162F";
226
+ readonly orange: "#FF8C00";
227
+ readonly paleBlue: "#F5FCFF";
228
+ readonly paleGreen: "#F5FFE3";
229
+ readonly palePink: "#FFF5FF";
230
+ readonly paleYellow: "#FFFAE5";
231
+ readonly pink: "#F966FF";
232
+ readonly paleRed: "#DC5879";
233
+ readonly red: "#E91C11";
234
+ readonly yellow: "#FFD300";
235
+ readonly black: "#000000";
236
+ readonly white: "#ffffff";
237
+ readonly "shadow-black-slight": string;
238
+ readonly "shadow-black-heavy": string;
239
+ readonly "shadow-white-slight": string;
240
+ readonly "shadow-white-heavy": string;
241
+ readonly "beige-100": "#FFF0E5";
242
+ readonly "blue-0": "#F5FCFF";
243
+ readonly "blue-300": "#66C4FF";
244
+ readonly "blue-400": "#3388FF";
245
+ readonly "blue-500": "#1557FF";
246
+ readonly "blue-800": "#1D2340";
247
+ readonly "navy-100": "#F3F3F5";
248
+ readonly "navy-300": "#C3C5CB";
249
+ readonly "navy-400": "#9FA2AC";
250
+ readonly "navy-500": "#707382";
251
+ readonly "navy-800": "#10162F";
252
+ readonly "navy-200": "#DBDCE0";
253
+ readonly "navy-600": "#585C6D";
254
+ readonly "navy-700": "#34394C";
255
+ readonly "navy-900": "#0A0D1C";
256
+ readonly "green-0": "#F5FFE3";
257
+ readonly "green-400": "#AEE938";
258
+ readonly "green-700": "#008A27";
259
+ readonly "yellow-0": "#FFFAE5";
260
+ readonly "yellow-400": "#CCA900";
261
+ readonly "yellow-500": "#FFD300";
262
+ readonly "pink-0": "#FFF5FF";
263
+ readonly "pink-400": "#F966FF";
264
+ readonly "red-100": "#DC5879";
265
+ readonly "red-0": "#E85D7F";
266
+ readonly "red-500": "#E91C11";
267
+ readonly "red-600": "#BE1809";
268
+ readonly "orange-500": "#FF8C00";
269
+ readonly "hyper-400": "#5533FF";
270
+ readonly "hyper-500": "#3A10E5";
271
+ readonly "gray-100": "#F5F5F5";
272
+ readonly "gray-300": "#E0E0E0";
273
+ readonly "gray-800": "#616161";
274
+ readonly "gray-200": "#EEEEEE";
275
+ readonly "gray-600": "#9E9E9E";
276
+ readonly "gray-900": "#424242";
277
+ }, "-", "">, "color">;
278
+ modes: import("@codecademy/variance/dist/createTheme/types").Merge<unknown, {
279
+ light: import("@codecademy/variance").LiteralPaths<{
280
+ text: {
281
+ _: "navy-800";
282
+ accent: "navy-900";
283
+ disabled: "navy-500";
284
+ };
285
+ feedback: {
286
+ error: "red-600";
287
+ success: "green-700";
288
+ warning: "yellow";
289
+ };
290
+ background: {
291
+ _: "white";
292
+ current: "white";
293
+ primary: "beige";
294
+ selected: "navy-100";
295
+ disabled: "navy-200";
296
+ hover: "navy-200";
297
+ };
298
+ shadow: {
299
+ opaque: "shadow-white-heavy";
300
+ solid: "gray-200";
301
+ };
302
+ primary: {
303
+ _: "hyper-500";
304
+ hover: "hyper-400";
305
+ };
306
+ secondary: {
307
+ _: "navy-800";
308
+ hover: "navy-700";
309
+ };
310
+ danger: {
311
+ _: "red-500";
312
+ hover: "red-600";
313
+ };
314
+ interface: {
315
+ _: "hyper-500";
316
+ hover: "hyper-400";
317
+ };
318
+ }, "-", "_">;
319
+ dark: import("@codecademy/variance").LiteralPaths<{
320
+ text: {
321
+ _: "white";
322
+ accent: "beige";
323
+ disabled: "navy-200";
324
+ };
325
+ feedback: {
326
+ error: "red-0";
327
+ success: "green-0";
328
+ warning: "yellow-0";
329
+ };
330
+ background: {
331
+ _: "navy-800";
332
+ current: "navy-800";
333
+ primary: "navy-900";
334
+ selected: "navy-700";
335
+ disabled: "navy-500";
336
+ hover: "navy-600";
337
+ };
338
+ shadow: {
339
+ opaque: "shadow-black-heavy";
340
+ solid: "black";
341
+ };
342
+ primary: {
343
+ _: "yellow-500";
344
+ hover: "yellow-400";
345
+ };
346
+ secondary: {
347
+ _: "white";
348
+ hover: "navy-200";
349
+ };
350
+ danger: {
351
+ _: "red-0";
352
+ hover: "red-100";
353
+ };
354
+ interface: {
355
+ _: "yellow-500";
356
+ hover: "yellow-400";
357
+ };
358
+ }, "-", "_">;
359
+ }>;
360
+ mode: "light" | "dark";
361
+ _getColorValue: (color: import("@codecademy/variance").Path<{
362
+ readonly beige: "#FFF0E5";
363
+ readonly blue: "#1557FF";
364
+ readonly green: "#008A27";
365
+ readonly hyper: "#3A10E5";
366
+ readonly lightBlue: "#66C4FF";
367
+ readonly lightGreen: "#AEE938";
368
+ readonly navy: "#10162F";
369
+ readonly orange: "#FF8C00";
370
+ readonly paleBlue: "#F5FCFF";
371
+ readonly paleGreen: "#F5FFE3";
372
+ readonly palePink: "#FFF5FF";
373
+ readonly paleYellow: "#FFFAE5";
374
+ readonly pink: "#F966FF";
375
+ readonly paleRed: "#DC5879";
376
+ readonly red: "#E91C11";
377
+ readonly yellow: "#FFD300";
378
+ readonly black: "#000000";
379
+ readonly white: "#ffffff";
380
+ readonly "shadow-black-slight": string;
381
+ readonly "shadow-black-heavy": string;
382
+ readonly "shadow-white-slight": string;
383
+ readonly "shadow-white-heavy": string;
384
+ readonly "beige-100": "#FFF0E5";
385
+ readonly "blue-0": "#F5FCFF";
386
+ readonly "blue-300": "#66C4FF";
387
+ readonly "blue-400": "#3388FF";
388
+ readonly "blue-500": "#1557FF";
389
+ readonly "blue-800": "#1D2340";
390
+ readonly "navy-100": "#F3F3F5";
391
+ readonly "navy-300": "#C3C5CB";
392
+ readonly "navy-400": "#9FA2AC";
393
+ readonly "navy-500": "#707382";
394
+ readonly "navy-800": "#10162F";
395
+ readonly "navy-200": "#DBDCE0";
396
+ readonly "navy-600": "#585C6D";
397
+ readonly "navy-700": "#34394C";
398
+ readonly "navy-900": "#0A0D1C";
399
+ readonly "green-0": "#F5FFE3";
400
+ readonly "green-400": "#AEE938";
401
+ readonly "green-700": "#008A27";
402
+ readonly "yellow-0": "#FFFAE5";
403
+ readonly "yellow-400": "#CCA900";
404
+ readonly "yellow-500": "#FFD300";
405
+ readonly "pink-0": "#FFF5FF";
406
+ readonly "pink-400": "#F966FF";
407
+ readonly "red-100": "#DC5879";
408
+ readonly "red-0": "#E85D7F";
409
+ readonly "red-500": "#E91C11";
410
+ readonly "red-600": "#BE1809";
411
+ readonly "orange-500": "#FF8C00";
412
+ readonly "hyper-400": "#5533FF";
413
+ readonly "hyper-500": "#3A10E5";
414
+ readonly "gray-100": "#F5F5F5";
415
+ readonly "gray-300": "#E0E0E0";
416
+ readonly "gray-800": "#616161";
417
+ readonly "gray-200": "#EEEEEE";
418
+ readonly "gray-600": "#9E9E9E";
419
+ readonly "gray-900": "#424242";
420
+ }, "-">) => string;
421
+ }, Record<"breakpoints", {
422
+ xs: string;
423
+ sm: string;
424
+ md: string;
425
+ lg: string;
426
+ xl: string;
427
+ }>>, Record<"borders", import("@codecademy/variance").LiteralPaths<{
428
+ 1: string;
429
+ 2: string;
430
+ }, "-", "">>, Record<"breakpoints", {
431
+ xs: string;
432
+ sm: string;
433
+ md: string;
434
+ lg: string;
435
+ xl: string;
436
+ }>>, import("@codecademy/variance/dist/createTheme/types").PrivateThemeKeys> & import("@codecademy/variance/dist/createTheme/types").PrivateThemeKeys, Record<"colors", import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
437
+ readonly hotPink: "#e83e8c";
438
+ readonly enterpriseNavy: "#141c36";
439
+ readonly enterpriseBeige: "#ebe9df";
440
+ readonly "hotPink-100": "#e83e8c";
441
+ readonly "hotPink-400": "#c22c5a";
442
+ readonly "enterpriseNavy-100": "#212d56";
443
+ readonly "enterpriseNavy-400": "#141c36";
444
+ readonly "enterpriseBeige-400": "#ebe9df";
445
+ }, "-", "">, "color">>> & import("@codecademy/variance/dist/createTheme/types").PrivateThemeKeys, {
446
+ colors: import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
447
+ primary: {
448
+ _: "hotPink-400";
449
+ hover: "hotPink-100";
450
+ };
451
+ } | {}, "-", "_">, "colors"> & import("@codecademy/variance/dist/createTheme/types").Assign<import("@codecademy/variance/dist/createTheme/types").Assign<import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
452
+ readonly beige: "#FFF0E5";
453
+ readonly blue: "#1557FF";
454
+ readonly green: "#008A27";
455
+ readonly hyper: "#3A10E5";
456
+ readonly lightBlue: "#66C4FF";
457
+ readonly lightGreen: "#AEE938";
458
+ readonly navy: "#10162F";
459
+ readonly orange: "#FF8C00";
460
+ readonly paleBlue: "#F5FCFF";
461
+ readonly paleGreen: "#F5FFE3";
462
+ readonly palePink: "#FFF5FF";
463
+ readonly paleYellow: "#FFFAE5";
464
+ readonly pink: "#F966FF";
465
+ readonly paleRed: "#DC5879";
466
+ readonly red: "#E91C11";
467
+ readonly yellow: "#FFD300";
468
+ readonly black: "#000000";
469
+ readonly white: "#ffffff";
470
+ readonly "shadow-black-slight": string;
471
+ readonly "shadow-black-heavy": string;
472
+ readonly "shadow-white-slight": string;
473
+ readonly "shadow-white-heavy": string;
474
+ readonly "beige-100": "#FFF0E5";
475
+ readonly "blue-0": "#F5FCFF";
476
+ readonly "blue-300": "#66C4FF";
477
+ readonly "blue-400": "#3388FF";
478
+ readonly "blue-500": "#1557FF";
479
+ readonly "blue-800": "#1D2340";
480
+ readonly "navy-100": "#F3F3F5";
481
+ readonly "navy-300": "#C3C5CB";
482
+ readonly "navy-400": "#9FA2AC";
483
+ readonly "navy-500": "#707382";
484
+ readonly "navy-800": "#10162F";
485
+ readonly "navy-200": "#DBDCE0";
486
+ readonly "navy-600": "#585C6D";
487
+ readonly "navy-700": "#34394C";
488
+ readonly "navy-900": "#0A0D1C";
489
+ readonly "green-0": "#F5FFE3";
490
+ readonly "green-400": "#AEE938";
491
+ readonly "green-700": "#008A27";
492
+ readonly "yellow-0": "#FFFAE5";
493
+ readonly "yellow-400": "#CCA900";
494
+ readonly "yellow-500": "#FFD300";
495
+ readonly "pink-0": "#FFF5FF";
496
+ readonly "pink-400": "#F966FF";
497
+ readonly "red-100": "#DC5879";
498
+ readonly "red-0": "#E85D7F";
499
+ readonly "red-500": "#E91C11";
500
+ readonly "red-600": "#BE1809";
501
+ readonly "orange-500": "#FF8C00";
502
+ readonly "hyper-400": "#5533FF";
503
+ readonly "hyper-500": "#3A10E5";
504
+ readonly "gray-100": "#F5F5F5";
505
+ readonly "gray-300": "#E0E0E0";
506
+ readonly "gray-800": "#616161";
507
+ readonly "gray-200": "#EEEEEE";
508
+ readonly "gray-600": "#9E9E9E";
509
+ readonly "gray-900": "#424242";
510
+ }, "-", "">, "color">, import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
511
+ text: {
512
+ _: "navy-800";
513
+ accent: "navy-900";
514
+ disabled: "navy-500";
515
+ };
516
+ feedback: {
517
+ error: "red-600";
518
+ success: "green-700";
519
+ warning: "yellow";
520
+ };
521
+ background: {
522
+ _: "white";
523
+ current: "white";
524
+ primary: "beige";
525
+ selected: "navy-100";
526
+ disabled: "navy-200";
527
+ hover: "navy-200";
528
+ };
529
+ shadow: {
530
+ opaque: "shadow-white-heavy";
531
+ solid: "gray-200";
532
+ };
533
+ primary: {
534
+ _: "hyper-500";
535
+ hover: "hyper-400";
536
+ };
537
+ secondary: {
538
+ _: "navy-800";
539
+ hover: "navy-700";
540
+ };
541
+ danger: {
542
+ _: "red-500";
543
+ hover: "red-600";
544
+ };
545
+ interface: {
546
+ _: "hyper-500";
547
+ hover: "hyper-400";
548
+ };
549
+ } | {
550
+ text: {
551
+ _: "white";
552
+ accent: "beige";
553
+ disabled: "navy-200";
554
+ };
555
+ feedback: {
556
+ error: "red-0";
557
+ success: "green-0";
558
+ warning: "yellow-0";
559
+ };
560
+ background: {
561
+ _: "navy-800";
562
+ current: "navy-800";
563
+ primary: "navy-900";
564
+ selected: "navy-700";
565
+ disabled: "navy-500";
566
+ hover: "navy-600";
567
+ };
568
+ shadow: {
569
+ opaque: "shadow-black-heavy";
570
+ solid: "black";
571
+ };
572
+ primary: {
573
+ _: "yellow-500";
574
+ hover: "yellow-400";
575
+ };
576
+ secondary: {
577
+ _: "white";
578
+ hover: "navy-200";
579
+ };
580
+ danger: {
581
+ _: "red-0";
582
+ hover: "red-100";
583
+ };
584
+ interface: {
585
+ _: "yellow-500";
586
+ hover: "yellow-400";
587
+ };
588
+ }, "-", "_">, "colors"> & import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
589
+ readonly beige: "#FFF0E5";
590
+ readonly blue: "#1557FF";
591
+ readonly green: "#008A27";
592
+ readonly hyper: "#3A10E5";
593
+ readonly lightBlue: "#66C4FF";
594
+ readonly lightGreen: "#AEE938";
595
+ readonly navy: "#10162F";
596
+ readonly orange: "#FF8C00";
597
+ readonly paleBlue: "#F5FCFF";
598
+ readonly paleGreen: "#F5FFE3";
599
+ readonly palePink: "#FFF5FF";
600
+ readonly paleYellow: "#FFFAE5";
601
+ readonly pink: "#F966FF";
602
+ readonly paleRed: "#DC5879";
603
+ readonly red: "#E91C11";
604
+ readonly yellow: "#FFD300";
605
+ readonly black: "#000000";
606
+ readonly white: "#ffffff";
607
+ readonly "shadow-black-slight": string;
608
+ readonly "shadow-black-heavy": string;
609
+ readonly "shadow-white-slight": string;
610
+ readonly "shadow-white-heavy": string;
611
+ readonly "beige-100": "#FFF0E5";
612
+ readonly "blue-0": "#F5FCFF";
613
+ readonly "blue-300": "#66C4FF";
614
+ readonly "blue-400": "#3388FF";
615
+ readonly "blue-500": "#1557FF";
616
+ readonly "blue-800": "#1D2340";
617
+ readonly "navy-100": "#F3F3F5";
618
+ readonly "navy-300": "#C3C5CB";
619
+ readonly "navy-400": "#9FA2AC";
620
+ readonly "navy-500": "#707382";
621
+ readonly "navy-800": "#10162F";
622
+ readonly "navy-200": "#DBDCE0";
623
+ readonly "navy-600": "#585C6D";
624
+ readonly "navy-700": "#34394C";
625
+ readonly "navy-900": "#0A0D1C";
626
+ readonly "green-0": "#F5FFE3";
627
+ readonly "green-400": "#AEE938";
628
+ readonly "green-700": "#008A27";
629
+ readonly "yellow-0": "#FFFAE5";
630
+ readonly "yellow-400": "#CCA900";
631
+ readonly "yellow-500": "#FFD300";
632
+ readonly "pink-0": "#FFF5FF";
633
+ readonly "pink-400": "#F966FF";
634
+ readonly "red-100": "#DC5879";
635
+ readonly "red-0": "#E85D7F";
636
+ readonly "red-500": "#E91C11";
637
+ readonly "red-600": "#BE1809";
638
+ readonly "orange-500": "#FF8C00";
639
+ readonly "hyper-400": "#5533FF";
640
+ readonly "hyper-500": "#3A10E5";
641
+ readonly "gray-100": "#F5F5F5";
642
+ readonly "gray-300": "#E0E0E0";
643
+ readonly "gray-800": "#616161";
644
+ readonly "gray-200": "#EEEEEE";
645
+ readonly "gray-600": "#9E9E9E";
646
+ readonly "gray-900": "#424242";
647
+ }, "-", "">, "color">>, import("@codecademy/variance").KeyAsVariable<import("@codecademy/variance").LiteralPaths<{
648
+ readonly hotPink: "#e83e8c";
649
+ readonly enterpriseNavy: "#141c36";
650
+ readonly enterpriseBeige: "#ebe9df";
651
+ readonly "hotPink-100": "#e83e8c";
652
+ readonly "hotPink-400": "#c22c5a";
653
+ readonly "enterpriseNavy-100": "#212d56";
654
+ readonly "enterpriseNavy-400": "#141c36";
655
+ readonly "enterpriseBeige-400": "#ebe9df";
656
+ }, "-", "">, "color">>;
657
+ modes: import("@codecademy/variance/dist/createTheme/types").Merge<import("@codecademy/variance/dist/createTheme/types").Merge<unknown, {
658
+ light: import("@codecademy/variance").LiteralPaths<{
659
+ text: {
660
+ _: "navy-800";
661
+ accent: "navy-900";
662
+ disabled: "navy-500";
663
+ };
664
+ feedback: {
665
+ error: "red-600";
666
+ success: "green-700";
667
+ warning: "yellow";
668
+ };
669
+ background: {
670
+ _: "white";
671
+ current: "white";
672
+ primary: "beige";
673
+ selected: "navy-100";
674
+ disabled: "navy-200";
675
+ hover: "navy-200";
676
+ };
677
+ shadow: {
678
+ opaque: "shadow-white-heavy";
679
+ solid: "gray-200";
680
+ };
681
+ primary: {
682
+ _: "hyper-500";
683
+ hover: "hyper-400";
684
+ };
685
+ secondary: {
686
+ _: "navy-800";
687
+ hover: "navy-700";
688
+ };
689
+ danger: {
690
+ _: "red-500";
691
+ hover: "red-600";
692
+ };
693
+ interface: {
694
+ _: "hyper-500";
695
+ hover: "hyper-400";
696
+ };
697
+ }, "-", "_">;
698
+ dark: import("@codecademy/variance").LiteralPaths<{
699
+ text: {
700
+ _: "white";
701
+ accent: "beige";
702
+ disabled: "navy-200";
703
+ };
704
+ feedback: {
705
+ error: "red-0";
706
+ success: "green-0";
707
+ warning: "yellow-0";
708
+ };
709
+ background: {
710
+ _: "navy-800";
711
+ current: "navy-800";
712
+ primary: "navy-900";
713
+ selected: "navy-700";
714
+ disabled: "navy-500";
715
+ hover: "navy-600";
716
+ };
717
+ shadow: {
718
+ opaque: "shadow-black-heavy";
719
+ solid: "black";
720
+ };
721
+ primary: {
722
+ _: "yellow-500";
723
+ hover: "yellow-400";
724
+ };
725
+ secondary: {
726
+ _: "white";
727
+ hover: "navy-200";
728
+ };
729
+ danger: {
730
+ _: "red-0";
731
+ hover: "red-100";
732
+ };
733
+ interface: {
734
+ _: "yellow-500";
735
+ hover: "yellow-400";
736
+ };
737
+ }, "-", "_">;
738
+ }>, {
739
+ light: import("@codecademy/variance").LiteralPaths<{
740
+ primary: {
741
+ _: "hotPink-400";
742
+ hover: "hotPink-100";
743
+ };
744
+ }, "-", "_">;
745
+ dark: import("@codecademy/variance").LiteralPaths<{}, "-", "_">;
746
+ }>;
747
+ mode: "light" | "dark";
748
+ _getColorValue: (color: import("@codecademy/variance").Path<{
749
+ readonly beige: "#FFF0E5";
750
+ readonly blue: "#1557FF";
751
+ readonly green: "#008A27";
752
+ readonly hyper: "#3A10E5";
753
+ readonly lightBlue: "#66C4FF";
754
+ readonly lightGreen: "#AEE938";
755
+ readonly navy: "#10162F";
756
+ readonly orange: "#FF8C00";
757
+ readonly paleBlue: "#F5FCFF";
758
+ readonly paleGreen: "#F5FFE3";
759
+ readonly palePink: "#FFF5FF";
760
+ readonly paleYellow: "#FFFAE5";
761
+ readonly pink: "#F966FF";
762
+ readonly paleRed: "#DC5879";
763
+ readonly red: "#E91C11";
764
+ readonly yellow: "#FFD300";
765
+ readonly black: "#000000";
766
+ readonly white: "#ffffff";
767
+ readonly "shadow-black-slight": string;
768
+ readonly "shadow-black-heavy": string;
769
+ readonly "shadow-white-slight": string;
770
+ readonly "shadow-white-heavy": string;
771
+ readonly "beige-100": "#FFF0E5";
772
+ readonly "blue-0": "#F5FCFF";
773
+ readonly "blue-300": "#66C4FF";
774
+ readonly "blue-400": "#3388FF";
775
+ readonly "blue-500": "#1557FF";
776
+ readonly "blue-800": "#1D2340";
777
+ readonly "navy-100": "#F3F3F5";
778
+ readonly "navy-300": "#C3C5CB";
779
+ readonly "navy-400": "#9FA2AC";
780
+ readonly "navy-500": "#707382";
781
+ readonly "navy-800": "#10162F";
782
+ readonly "navy-200": "#DBDCE0";
783
+ readonly "navy-600": "#585C6D";
784
+ readonly "navy-700": "#34394C";
785
+ readonly "navy-900": "#0A0D1C";
786
+ readonly "green-0": "#F5FFE3";
787
+ readonly "green-400": "#AEE938";
788
+ readonly "green-700": "#008A27";
789
+ readonly "yellow-0": "#FFFAE5";
790
+ readonly "yellow-400": "#CCA900";
791
+ readonly "yellow-500": "#FFD300";
792
+ readonly "pink-0": "#FFF5FF";
793
+ readonly "pink-400": "#F966FF";
794
+ readonly "red-100": "#DC5879";
795
+ readonly "red-0": "#E85D7F";
796
+ readonly "red-500": "#E91C11";
797
+ readonly "red-600": "#BE1809";
798
+ readonly "orange-500": "#FF8C00";
799
+ readonly "hyper-400": "#5533FF";
800
+ readonly "hyper-500": "#3A10E5";
801
+ readonly "gray-100": "#F5F5F5";
802
+ readonly "gray-300": "#E0E0E0";
803
+ readonly "gray-800": "#616161";
804
+ readonly "gray-200": "#EEEEEE";
805
+ readonly "gray-600": "#9E9E9E";
806
+ readonly "gray-900": "#424242";
807
+ }, "-"> | "text" | "background" | "primary" | "secondary" | "danger" | "interface" | "shadow-opaque" | "shadow-solid" | "text-accent" | "text-disabled" | "feedback-error" | "feedback-success" | "feedback-warning" | "background-disabled" | "background-current" | "background-primary" | "background-selected" | "background-hover" | "primary-hover" | "secondary-hover" | "danger-hover" | "interface-hover" | import("@codecademy/variance").Path<{
808
+ readonly hotPink: "#e83e8c";
809
+ readonly enterpriseNavy: "#141c36";
810
+ readonly enterpriseBeige: "#ebe9df";
811
+ readonly "hotPink-100": "#e83e8c";
812
+ readonly "hotPink-400": "#c22c5a";
813
+ readonly "enterpriseNavy-100": "#212d56";
814
+ readonly "enterpriseNavy-400": "#141c36";
815
+ readonly "enterpriseBeige-400": "#ebe9df";
816
+ }, "-">) => string;
817
+ }> & import("@codecademy/variance/dist/createTheme/types").PrivateThemeKeys;
818
+ export declare type EnterpriseThemeShape = typeof enterpriseTheme;
819
+ export interface EnterpriseTheme extends EnterpriseThemeShape {
820
+ }
@@ -0,0 +1,12 @@
1
+ import { createTheme } from '@codecademy/variance';
2
+ import { enterprisePalette } from '../variables';
3
+ import { coreTheme } from './core';
4
+ export var enterpriseTheme = createTheme(coreTheme).addColors(enterprisePalette).addColorModes('light', {
5
+ light: {
6
+ primary: {
7
+ _: 'hotPink-400',
8
+ hover: 'hotPink-100'
9
+ }
10
+ },
11
+ dark: {}
12
+ }).build();
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enterprise.js","sourceRoot":"","sources":["../../src/themes/enterprise.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEnC,MAAM,CAAC,MAAM,eAAe,GAAG,WAAW,CAAC,SAAS,CAAC;KAClD,SAAS,CAAC,iBAAiB,CAAC;KAC5B,aAAa,CAAC,OAAO,EAAE;IACtB,KAAK,EAAE;QACL,OAAO,EAAE;YACP,CAAC,EAAE,aAAa;YAChB,KAAK,EAAE,aAAa;SACrB;KACF;IACD,IAAI,EAAE,EAAE;CACT,CAAC;KACD,KAAK,EAAE,CAAC"}
@@ -171,3 +171,29 @@ export declare const platformPalette: {
171
171
  readonly "teal-500": "#027E97";
172
172
  readonly "purple-300": "#B3CCFF";
173
173
  };
174
+ /**
175
+ * Enterprise Colors
176
+ */
177
+ export declare const enterpriseSwatches: {
178
+ readonly hotPink: {
179
+ readonly '100': "#e83e8c";
180
+ readonly '400': "#c22c5a";
181
+ };
182
+ readonly enterpriseNavy: {
183
+ readonly '100': "#212d56";
184
+ readonly '400': "#141c36";
185
+ };
186
+ readonly enterpriseBeige: {
187
+ readonly '400': "#ebe9df";
188
+ };
189
+ };
190
+ export declare const enterprisePalette: {
191
+ readonly hotPink: "#e83e8c";
192
+ readonly enterpriseNavy: "#141c36";
193
+ readonly enterpriseBeige: "#ebe9df";
194
+ readonly "hotPink-100": "#e83e8c";
195
+ readonly "hotPink-400": "#c22c5a";
196
+ readonly "enterpriseNavy-100": "#212d56";
197
+ readonly "enterpriseNavy-400": "#141c36";
198
+ readonly "enterpriseBeige-400": "#ebe9df";
199
+ };
@@ -133,4 +133,27 @@ var truePlatformColors = {
133
133
  teal: platformSwatches.teal[500],
134
134
  purple: platformSwatches.purple[300]
135
135
  };
136
- export var platformPalette = _objectSpread(_objectSpread({}, flattenScale(platformSwatches)), truePlatformColors);
136
+ export var platformPalette = _objectSpread(_objectSpread({}, flattenScale(platformSwatches)), truePlatformColors);
137
+ /**
138
+ * Enterprise Colors
139
+ */
140
+
141
+ export var enterpriseSwatches = {
142
+ hotPink: {
143
+ '100': '#e83e8c',
144
+ '400': '#c22c5a'
145
+ },
146
+ enterpriseNavy: {
147
+ '100': '#212d56',
148
+ '400': '#141c36'
149
+ },
150
+ enterpriseBeige: {
151
+ '400': '#ebe9df'
152
+ }
153
+ };
154
+ var trueEnterpriseColors = {
155
+ hotPink: enterpriseSwatches.hotPink[100],
156
+ enterpriseNavy: enterpriseSwatches.enterpriseNavy[400],
157
+ enterpriseBeige: enterpriseSwatches.enterpriseBeige[400]
158
+ };
159
+ export var enterprisePalette = _objectSpread(_objectSpread({}, flattenScale(enterpriseSwatches)), trueEnterpriseColors);
@@ -1 +1 @@
1
- {"version":3,"file":"colors.js","sourceRoot":"","sources":["../../src/variables/colors.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"colors.js","sourceRoot":"","sources":["../../src/variables/colors.ts"],"names":[],"mappings":"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"}
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": "13.1.1",
4
+ "version": "13.1.2-alpha.c2b91e.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "b4828c5bb9f0efe186a032c4ab1989b7d85f6834"
42
+ "gitHead": "3a1b8d458f49b989ed3867c26be1823d2e3b98a9"
43
43
  }