Skip to content

Commit 200d4ca

Browse files
author
Danny Davidson
committed
remove grey spelling and add missing bgGray
1 parent 2c7c29f commit 200d4ca

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

build/lib/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export interface Color {
1818
cyan: Color;
1919
white: Color;
2020
gray: Color;
21-
grey: Color;
2221

2322
brightRed: Color;
2423
brightGreen: Color;
@@ -36,6 +35,7 @@ export interface Color {
3635
bgMagenta: Color;
3736
bgCyan: Color;
3837
bgWhite: Color;
38+
bgGray: Color;
3939

4040
bgBrightRed: Color;
4141
bgBrightGreen: Color;
@@ -82,7 +82,6 @@ export const magenta: Color;
8282
export const cyan: Color;
8383
export const white: Color;
8484
export const gray: Color;
85-
export const grey: Color;
8685

8786
export const brightRed: Color;
8887
export const brightGreen: Color;
@@ -100,6 +99,7 @@ export const bgBlue: Color;
10099
export const bgMagenta: Color;
101100
export const bgCyan: Color;
102101
export const bgWhite: Color;
102+
export const bgGray: Color;
103103

104104
export const bgBrightRed: Color;
105105
export const bgBrightGreen: Color;

build/lib/styles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ var codes = {
4646
cyan: [36, 39],
4747
white: [37, 39],
4848
gray: [90, 39],
49-
grey: [90, 39],
5049

5150
brightRed: [91, 39],
5251
brightGreen: [92, 39],
@@ -65,7 +64,6 @@ var codes = {
6564
bgCyan: [46, 49],
6665
bgWhite: [47, 49],
6766
bgGray: [100, 49],
68-
bgGrey: [100, 49],
6967

7068
bgBrightRed: [101, 49],
7169
bgBrightGreen: [102, 49],

examples/safe-string.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)