Skip to content

Commit

Permalink
feat: figma variables and emerson theme sync
Browse files Browse the repository at this point in the history
figma variables sync
  • Loading branch information
alexandra-lim authored Sep 20, 2023
2 parents 1a097e0 + 4bef4d9 commit 4912192
Show file tree
Hide file tree
Showing 68 changed files with 1,401 additions and 316 deletions.
19 changes: 18 additions & 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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

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

}};
export const brown : {200:{
name: string,
hex: string,

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

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

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

}};
21 changes: 19 additions & 2 deletions 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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

module.exports = {green : {100:{
Expand Down Expand Up @@ -132,7 +132,7 @@ purple : {100:{

},800:{
name: "purple.800",
hex: "#F0F1FF",
hex: "#F0D1FF",

}},
orange : {100:{
Expand Down Expand Up @@ -213,4 +213,21 @@ shades : {white:{
name: "shades.transparent",
hex: "transparent",

}},
brown : {200:{
name: "brown.200",
hex: "#33260F",

},300:{
name: "brown.300",
hex: "#402F13",

},400:{
name: "brown.400",
hex: "#6E5225",

},700:{
name: "brown.700",
hex: "#D6BA87",

}},};
19 changes: 18 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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

export const green : {100:{
Expand Down Expand Up @@ -250,4 +250,21 @@ export const yellow : {100:{
name: string,
hex: string,

}};
export const brown : {200:{
name: string,
hex: string,

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

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

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

}};
19 changes: 18 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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

module.exports = {green : {100:{
Expand Down Expand Up @@ -250,4 +250,21 @@ yellow : {100:{
name: "yellow.800",
hex: "#e5a500",

}},
brown : {200:{
name: "brown.200",
hex: "#F6F1E5",

},300:{
name: "brown.300",
hex: "#E4D9C2",

},400:{
name: "brown.400",
hex: "#DACCAA",

},700:{
name: "brown.700",
hex: "#5E4D27",

}},};
35 changes: 34 additions & 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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

export const text : {emphasis:{
Expand Down Expand Up @@ -564,4 +564,37 @@ export const shadow : {base:{
name: string,
hex: string,
description: string
}};
export const accent : {forestTextBase:{
name: string,
hex: string,

},forestBackgroundMuted:{
name: string,
hex: string,

},forestBackgroundMutedHover:{
name: string,
hex: string,

},forestBackgroundMutedActive:{
name: string,
hex: string,

},sandTextBase:{
name: string,
hex: string,

},sandBackgroundMuted:{
name: string,
hex: string,

},sandBackgroundMutedHover:{
name: string,
hex: string,

},sandBackgroundMutedActive:{
name: string,
hex: string,

}};
37 changes: 35 additions & 2 deletions 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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

module.exports = {text : {emphasis:{
Expand Down Expand Up @@ -385,7 +385,7 @@ highlight : {textBase:{
description: "Used as the hovered text or fill colour for interactive and static highlight components such as links and text buttons"
},textActive:{
name: "highlight.textActive",
hex: "#F0F1FF",
hex: "#F0D1FF",
description: "Used as the pressed text or fill colour for interactive and static highlight components such as links and text buttons"
},backgroundBase:{
name: "highlight.backgroundBase",
Expand Down Expand Up @@ -564,4 +564,37 @@ shadow : {base:{
name: "shadow.base",
hex: "#000000",
description: "For use only with box shadow tokens"
}},
accent : {forestTextBase:{
name: "accent.forestTextBase",
hex: "#86D6B9",

},forestBackgroundMuted:{
name: "accent.forestBackgroundMuted",
hex: "#0F3326",

},forestBackgroundMutedHover:{
name: "accent.forestBackgroundMutedHover",
hex: "#13402F",

},forestBackgroundMutedActive:{
name: "accent.forestBackgroundMutedActive",
hex: "#256E53",

},sandTextBase:{
name: "accent.sandTextBase",
hex: "#D6BA87",

},sandBackgroundMuted:{
name: "accent.sandBackgroundMuted",
hex: "#33260F",

},sandBackgroundMutedHover:{
name: "accent.sandBackgroundMutedHover",
hex: "#402F13",

},sandBackgroundMutedActive:{
name: "accent.sandBackgroundMutedActive",
hex: "#6E5225",

}},};
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 Tue, 19 Sep 2023 17:47:36 GMT
* Generated on Tue, 19 Sep 2023 21:06:53 GMT
*/

export const text : {emphasis:{
Expand Down
Loading

0 comments on commit 4912192

Please sign in to comment.