Skip to content

Commit

Permalink
feat: Add yellow to core-light
Browse files Browse the repository at this point in the history
Add yellow 100-800 tokens to core-light
  • Loading branch information
CCAyl authored May 4, 2023
2 parents db3a269 + 71631c4 commit 749e990
Show file tree
Hide file tree
Showing 42 changed files with 191 additions and 45 deletions.
2 changes: 1 addition & 1 deletion dist/documentation/core-dark-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const green : {100:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/core-dark-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {green : {100:{
Expand Down
35 changes: 34 additions & 1 deletion dist/documentation/core-light-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const green : {100:{
Expand Down Expand Up @@ -213,4 +213,37 @@ export const shades : {white:{
name: string,
hex: string,

}};
export const yellow : {100:{
name: string,
hex: string,

},200:{
name: string,
hex: string,

},300:{
name: string,
hex: string,

},400:{
name: string,
hex: string,

},500:{
name: string,
hex: string,

},600:{
name: string,
hex: string,

},700:{
name: string,
hex: string,

},800:{
name: string,
hex: string,

}};
35 changes: 34 additions & 1 deletion dist/documentation/core-light-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {green : {100:{
Expand Down Expand Up @@ -213,4 +213,37 @@ shades : {white:{
name: "shades.transparent",
hex: "transparent",

}},
yellow : {100:{
name: "yellow.100",
hex: "#faf8f2",

},200:{
name: "yellow.200",
hex: "#fcf3dd",

},300:{
name: "yellow.300",
hex: "#fce7b1",

},400:{
name: "yellow.400",
hex: "#fcd97e",

},500:{
name: "yellow.500",
hex: "#fccb4c",

},600:{
name: "yellow.600",
hex: "#ffc121",

},700:{
name: "yellow.700",
hex: "#f7b200",

},800:{
name: "yellow.800",
hex: "#e5a500",

}},};
2 changes: 1 addition & 1 deletion dist/documentation/themes/dark.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/dark.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/emerson.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:48 GMT
*/

export const text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/emerson.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:48 GMT
*/

module.exports = {text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/light.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/core-dark-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/core-dark-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {green : {100 : "#0C291E",200 : "#13402F",300 : "#1A5740",400 : "#256E53",500 : "#288563",600 : "#42AD86",700 : "#86D6B9",800 : "#DBFFF1"},
Expand Down
5 changes: 3 additions & 2 deletions dist/tokens/native/core-light-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand All @@ -9,4 +9,5 @@ export const red : {100 : string,200 : string,300 : string,400 : string,500 : st
export const purple : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
export const orange : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
export const grey : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
export const shades : {white : string,black : string,transparent : string};
export const shades : {white : string,black : string,transparent : string};
export const yellow : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
5 changes: 3 additions & 2 deletions dist/tokens/native/core-light-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"},
Expand All @@ -9,4 +9,5 @@ red : {100 : "#FFF7F9",200 : "#FEEEF2",300 : "#F0C4CD",400 : "#E296A6",500 : "#C
purple : {100 : "#FCFAFF",200 : "#F2ECFE",300 : "#D7CEE9",400 : "#B9ABD5",500 : "#8471AB",600 : "#533E7D",700 : "#3B2566",800 : "#2A174F"},
orange : {100 : "#FFFAF5",200 : "#FFF3E8",300 : "#F3D8C0",400 : "#E7B88F",500 : "#CF8545",600 : "#B4631D",700 : "#8E4D14",800 : "#784213"},
grey : {100 : "#FCFEFF",200 : "#F5F7FA",300 : "#E6EDF5",400 : "#C8D3E0",500 : "#596D84",600 : "#475A70",700 : "#36485C",800 : "#2E3A47"},
shades : {white : "#FFFFFF",black : "#000000",transparent : "transparent"},};
shades : {white : "#FFFFFF",black : "#000000",transparent : "transparent"},
yellow : {100 : "#faf8f2",200 : "#fcf3dd",300 : "#fce7b1",400 : "#fcd97e",500 : "#fccb4c",600 : "#ffc121",700 : "#f7b200",800 : "#e5a500"},};
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/dark.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const theme: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/dark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/themes/emerson.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:48 GMT
*/

export const theme: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/emerson.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const theme: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const letterSpacingBase : number;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/core-dark-colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 22 Feb 2023 22:40:12 GMT
// Generated on Tue, 02 May 2023 17:50:47 GMT

$green100: #0C291E;
$green200: #13402F;
Expand Down
12 changes: 10 additions & 2 deletions dist/tokens/scss/core-light-colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 22 Feb 2023 22:40:12 GMT
// Generated on Tue, 02 May 2023 17:50:47 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down Expand Up @@ -52,4 +52,12 @@ $grey700: #36485C;
$grey800: #2E3A47;
$shadesWhite: #FFFFFF;
$shadesBlack: #000000;
$shadesTransparent: transparent;
$shadesTransparent: transparent;
$yellow100: #faf8f2;
$yellow200: #fcf3dd;
$yellow300: #fce7b1;
$yellow400: #fcd97e;
$yellow500: #fccb4c;
$yellow600: #ffc121;
$yellow700: #f7b200;
$yellow800: #e5a500;
2 changes: 1 addition & 1 deletion dist/tokens/scss/themes/dark.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 22 Feb 2023 22:40:12 GMT
// Generated on Tue, 02 May 2023 17:50:47 GMT

$textEmphasis: #E8E9EA;
$textBody: #98999B;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/themes/emerson.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 22 Feb 2023 22:40:13 GMT
// Generated on Tue, 02 May 2023 17:50:47 GMT

$textEmphasis: #1A1D21;
$textBody: #22272B;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/themes/light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 22 Feb 2023 22:40:12 GMT
// Generated on Tue, 02 May 2023 17:50:47 GMT

$textEmphasis: #36485C;
$textBody: #475A70;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 22 Feb 2023 22:40:12 GMT
// Generated on Tue, 02 May 2023 17:50:47 GMT

$letterSpacingBase: 0;
$paragraphSpacingBase: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/core-dark-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/core-dark-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {green : {100 : "#0C291E",200 : "#13402F",300 : "#1A5740",400 : "#256E53",500 : "#288563",600 : "#42AD86",700 : "#86D6B9",800 : "#DBFFF1"},
Expand Down
5 changes: 3 additions & 2 deletions dist/tokens/ts/core-light-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand All @@ -9,4 +9,5 @@ export const red : {100 : string,200 : string,300 : string,400 : string,500 : st
export const purple : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
export const orange : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
export const grey : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
export const shades : {white : string,black : string,transparent : string};
export const shades : {white : string,black : string,transparent : string};
export const yellow : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
5 changes: 3 additions & 2 deletions dist/tokens/ts/core-light-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:12 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"},
Expand All @@ -9,4 +9,5 @@ red : {100 : "#FFF7F9",200 : "#FEEEF2",300 : "#F0C4CD",400 : "#E296A6",500 : "#C
purple : {100 : "#FCFAFF",200 : "#F2ECFE",300 : "#D7CEE9",400 : "#B9ABD5",500 : "#8471AB",600 : "#533E7D",700 : "#3B2566",800 : "#2A174F"},
orange : {100 : "#FFFAF5",200 : "#FFF3E8",300 : "#F3D8C0",400 : "#E7B88F",500 : "#CF8545",600 : "#B4631D",700 : "#8E4D14",800 : "#784213"},
grey : {100 : "#FCFEFF",200 : "#F5F7FA",300 : "#E6EDF5",400 : "#C8D3E0",500 : "#596D84",600 : "#475A70",700 : "#36485C",800 : "#2E3A47"},
shades : {white : "#FFFFFF",black : "#000000",transparent : "transparent"},};
shades : {white : "#FFFFFF",black : "#000000",transparent : "transparent"},
yellow : {100 : "#faf8f2",200 : "#fcf3dd",300 : "#fce7b1",400 : "#fcd97e",500 : "#fccb4c",600 : "#ffc121",700 : "#f7b200",800 : "#e5a500"},};
2 changes: 1 addition & 1 deletion dist/tokens/ts/themes/dark.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 22 Feb 2023 22:40:13 GMT
* Generated on Tue, 02 May 2023 17:50:47 GMT
*/

export const theme: string;
Expand Down
Loading

0 comments on commit 749e990

Please sign in to comment.