From fca653596b35510238ba33e15d188bb13675a92a Mon Sep 17 00:00:00 2001 From: Brittany Hogg <150179779+brittany-fs@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:57:55 -0500 Subject: [PATCH] feat(pencil): New accent tokens fix for emerson + lightDS3 themes feat(pencil): New accent tokens fix for emerson + lightDS3 themes * Transformed tokens * Built and updated design tokens * Files compiled! --------- Co-authored-by: brittany-fs --- dist/documentation/core-dark-colors.d.ts | 2 +- dist/documentation/core-dark-colors.js | 2 +- dist/documentation/core-light-colors.d.ts | 2 +- dist/documentation/core-light-colors.js | 2 +- dist/documentation/themes/dark.d.ts | 6 +-- dist/documentation/themes/dark.js | 10 ++--- dist/documentation/themes/emerson.d.ts | 26 ++++++++---- dist/documentation/themes/emerson.js | 42 +++++++++++-------- dist/documentation/themes/light.d.ts | 6 +-- dist/documentation/themes/light.js | 10 ++--- dist/documentation/themes/lightDS3.d.ts | 26 ++++++++---- dist/documentation/themes/lightDS3.js | 42 +++++++++++-------- dist/tokens/native/borders.d.ts | 2 +- dist/tokens/native/borders.js | 2 +- dist/tokens/native/core-dark-colors.d.ts | 2 +- dist/tokens/native/core-dark-colors.js | 2 +- dist/tokens/native/core-light-colors.d.ts | 2 +- dist/tokens/native/core-light-colors.js | 2 +- dist/tokens/native/themes/dark.d.ts | 4 +- dist/tokens/native/themes/dark.js | 4 +- dist/tokens/native/themes/emerson.d.ts | 4 +- dist/tokens/native/themes/emerson.js | 4 +- dist/tokens/native/themes/light.d.ts | 4 +- dist/tokens/native/themes/light.js | 4 +- dist/tokens/native/themes/lightDS3.d.ts | 4 +- dist/tokens/native/themes/lightDS3.js | 4 +- dist/tokens/native/typography.d.ts | 2 +- dist/tokens/native/typography.js | 2 +- dist/tokens/scss/borders.scss | 2 +- dist/tokens/scss/core-dark-colors.scss | 2 +- dist/tokens/scss/core-light-colors.scss | 2 +- dist/tokens/scss/themes/dark.scss | 6 +-- dist/tokens/scss/themes/emerson.scss | 20 +++++---- dist/tokens/scss/themes/light.scss | 6 +-- dist/tokens/scss/themes/lightDS3.scss | 20 +++++---- dist/tokens/scss/typography.scss | 2 +- dist/tokens/ts/borders.d.ts | 2 +- dist/tokens/ts/borders.js | 2 +- dist/tokens/ts/core-dark-colors.d.ts | 2 +- dist/tokens/ts/core-dark-colors.js | 2 +- dist/tokens/ts/core-light-colors.d.ts | 2 +- dist/tokens/ts/core-light-colors.js | 2 +- dist/tokens/ts/themes/dark.d.ts | 4 +- dist/tokens/ts/themes/dark.js | 4 +- dist/tokens/ts/themes/emerson.d.ts | 4 +- dist/tokens/ts/themes/emerson.js | 4 +- dist/tokens/ts/themes/light.d.ts | 4 +- dist/tokens/ts/themes/light.js | 4 +- dist/tokens/ts/themes/lightDS3.d.ts | 4 +- dist/tokens/ts/themes/lightDS3.js | 4 +- dist/tokens/ts/typography.d.ts | 2 +- dist/tokens/ts/typography.js | 2 +- src/data/$themes.json | 12 +++--- src/data/core-emerson.json | 4 ++ src/data/themes/dark.json | 4 +- src/data/themes/emerson.json | 24 +++++++---- src/data/themes/light.json | 4 +- src/data/themes/lightDS3.json | 24 +++++++---- src/transformed/transformed-core-emerson.json | 4 ++ src/transformed/transformed-dark.json | 4 +- src/transformed/transformed-emerson.json | 24 +++++++---- src/transformed/transformed-light.json | 4 +- src/transformed/transformed-lightDS3.json | 24 +++++++---- 63 files changed, 270 insertions(+), 194 deletions(-) diff --git a/dist/documentation/core-dark-colors.d.ts b/dist/documentation/core-dark-colors.d.ts index b8d7bffd..1d6d5a97 100644 --- a/dist/documentation/core-dark-colors.d.ts +++ b/dist/documentation/core-dark-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-dark-colors.js b/dist/documentation/core-dark-colors.js index e127307a..c885557d 100644 --- a/dist/documentation/core-dark-colors.js +++ b/dist/documentation/core-dark-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/core-light-colors.d.ts b/dist/documentation/core-light-colors.d.ts index 2e3c5cc9..9b15ee65 100644 --- a/dist/documentation/core-light-colors.d.ts +++ b/dist/documentation/core-light-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-light-colors.js b/dist/documentation/core-light-colors.js index eb23f81e..6bef8eb4 100644 --- a/dist/documentation/core-light-colors.js +++ b/dist/documentation/core-light-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/themes/dark.d.ts b/dist/documentation/themes/dark.d.ts index 3616cab5..2afb4a24 100644 --- a/dist/documentation/themes/dark.d.ts +++ b/dist/documentation/themes/dark.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const text : {emphasis:{ @@ -565,7 +565,7 @@ export const shadow : {base:{ hex: string, description: string }}; -export const accent : {forestTextBase:{ +export const accent : {forestTextBody:{ name: string, hex: string, @@ -585,7 +585,7 @@ export const accent : {forestTextBase:{ name: string, hex: string, - },sandTextBase:{ + },sandTextBody:{ name: string, hex: string, diff --git a/dist/documentation/themes/dark.js b/dist/documentation/themes/dark.js index 9f86a252..fe960d55 100644 --- a/dist/documentation/themes/dark.js +++ b/dist/documentation/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {text : {emphasis:{ @@ -565,8 +565,8 @@ shadow : {base:{ hex: "#000000", description: "For use only with box shadow tokens" }}, -accent : {forestTextBase:{ - name: "accent.forestTextBase", +accent : {forestTextBody:{ + name: "accent.forestTextBody", hex: "#86D6B9", },forestTextEmphasis:{ @@ -585,8 +585,8 @@ accent : {forestTextBase:{ name: "accent.forestBackgroundMuted2", hex: "#256E53", - },sandTextBase:{ - name: "accent.sandTextBase", + },sandTextBody:{ + name: "accent.sandTextBody", hex: "#D6BA87", },sandTextEmphasis:{ diff --git a/dist/documentation/themes/emerson.d.ts b/dist/documentation/themes/emerson.d.ts index 5e936deb..89559cf3 100644 --- a/dist/documentation/themes/emerson.d.ts +++ b/dist/documentation/themes/emerson.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const text : {emphasis:{ @@ -561,35 +561,43 @@ export const shadow : {base:{ hex: string, description: string }}; -export const accent : {forestTextBase:{ +export const accent : {forestTextBody:{ name: string, hex: string, - },forestBackgroundMuted:{ + },forestTextEmphasis:{ name: string, hex: string, - },forestBackgroundMutedHover:{ + },forestBackgroundMuted0:{ name: string, hex: string, - },forestBackgroundMutedActive:{ + },forestBackgroundMuted1:{ name: string, hex: string, - },sandTextBase:{ + },forestBackgroundMuted2:{ name: string, hex: string, - },sandBackgroundMuted:{ + },sandTextBody:{ name: string, hex: string, - },sandBackgroundMutedHover:{ + },sandTextEmphasis:{ name: string, hex: string, - },sandBackgroundMutedActive:{ + },sandBackgroundMuted0:{ + name: string, + hex: string, + + },sandBackgroundMuted1:{ + name: string, + hex: string, + + },sandBackgroundMuted2:{ name: string, hex: string, diff --git a/dist/documentation/themes/emerson.js b/dist/documentation/themes/emerson.js index dc8b79b1..4eada405 100644 --- a/dist/documentation/themes/emerson.js +++ b/dist/documentation/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {text : {emphasis:{ @@ -561,36 +561,44 @@ shadow : {base:{ hex: "#000000", description: "For use only with box shadow tokens" }}, -accent : {forestTextBase:{ - name: "accent.forestTextBase", +accent : {forestTextBody:{ + name: "accent.forestTextBody", hex: "#275E43", - },forestBackgroundMuted:{ - name: "accent.forestBackgroundMuted", + },forestTextEmphasis:{ + name: "accent.forestTextEmphasis", + hex: "#244C38", + + },forestBackgroundMuted0:{ + name: "accent.forestBackgroundMuted0", hex: "#EBF2EF", - },forestBackgroundMutedHover:{ - name: "accent.forestBackgroundMutedHover", + },forestBackgroundMuted1:{ + name: "accent.forestBackgroundMuted1", hex: "#D1E0D9", - },forestBackgroundMutedActive:{ - name: "accent.forestBackgroundMutedActive", + },forestBackgroundMuted2:{ + name: "accent.forestBackgroundMuted2", hex: "#B6CFC2", - },sandTextBase:{ - name: "accent.sandTextBase", + },sandTextBody:{ + name: "accent.sandTextBody", hex: "#5E4D27", - },sandBackgroundMuted:{ - name: "accent.sandBackgroundMuted", + },sandTextEmphasis:{ + name: "accent.sandTextEmphasis", + hex: "#3E3114", + + },sandBackgroundMuted0:{ + name: "accent.sandBackgroundMuted0", hex: "#F6F1E5", - },sandBackgroundMutedHover:{ - name: "accent.sandBackgroundMutedHover", + },sandBackgroundMuted1:{ + name: "accent.sandBackgroundMuted1", hex: "#E4D9C2", - },sandBackgroundMutedActive:{ - name: "accent.sandBackgroundMutedActive", + },sandBackgroundMuted2:{ + name: "accent.sandBackgroundMuted2", hex: "#DACCAA", }},}; \ No newline at end of file diff --git a/dist/documentation/themes/light.d.ts b/dist/documentation/themes/light.d.ts index a532b7c0..76b252d7 100644 --- a/dist/documentation/themes/light.d.ts +++ b/dist/documentation/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const text : {emphasis:{ @@ -561,7 +561,7 @@ export const shadow : {base:{ hex: string, description: string }}; -export const accent : {forestTextBase:{ +export const accent : {forestTextBody:{ name: string, hex: string, @@ -581,7 +581,7 @@ export const accent : {forestTextBase:{ name: string, hex: string, - },sandTextBase:{ + },sandTextBody:{ name: string, hex: string, diff --git a/dist/documentation/themes/light.js b/dist/documentation/themes/light.js index 144431f6..fdd92631 100644 --- a/dist/documentation/themes/light.js +++ b/dist/documentation/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {text : {emphasis:{ @@ -561,8 +561,8 @@ shadow : {base:{ hex: "#36485C", description: "For use only with box shadow tokens" }}, -accent : {forestTextBase:{ - name: "accent.forestTextBase", +accent : {forestTextBody:{ + name: "accent.forestTextBody", hex: "#275E43", },forestTextEmphasis:{ @@ -581,8 +581,8 @@ accent : {forestTextBase:{ name: "accent.forestBackgroundMuted2", hex: "#B6CFC2", - },sandTextBase:{ - name: "accent.sandTextBase", + },sandTextBody:{ + name: "accent.sandTextBody", hex: "#5E4D27", },sandTextEmphasis:{ diff --git a/dist/documentation/themes/lightDS3.d.ts b/dist/documentation/themes/lightDS3.d.ts index 5e936deb..89559cf3 100644 --- a/dist/documentation/themes/lightDS3.d.ts +++ b/dist/documentation/themes/lightDS3.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const text : {emphasis:{ @@ -561,35 +561,43 @@ export const shadow : {base:{ hex: string, description: string }}; -export const accent : {forestTextBase:{ +export const accent : {forestTextBody:{ name: string, hex: string, - },forestBackgroundMuted:{ + },forestTextEmphasis:{ name: string, hex: string, - },forestBackgroundMutedHover:{ + },forestBackgroundMuted0:{ name: string, hex: string, - },forestBackgroundMutedActive:{ + },forestBackgroundMuted1:{ name: string, hex: string, - },sandTextBase:{ + },forestBackgroundMuted2:{ name: string, hex: string, - },sandBackgroundMuted:{ + },sandTextBody:{ name: string, hex: string, - },sandBackgroundMutedHover:{ + },sandTextEmphasis:{ name: string, hex: string, - },sandBackgroundMutedActive:{ + },sandBackgroundMuted0:{ + name: string, + hex: string, + + },sandBackgroundMuted1:{ + name: string, + hex: string, + + },sandBackgroundMuted2:{ name: string, hex: string, diff --git a/dist/documentation/themes/lightDS3.js b/dist/documentation/themes/lightDS3.js index a1253328..108238a4 100644 --- a/dist/documentation/themes/lightDS3.js +++ b/dist/documentation/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {text : {emphasis:{ @@ -561,36 +561,44 @@ shadow : {base:{ hex: "#36485C", description: "For use only with box shadow tokens" }}, -accent : {forestTextBase:{ - name: "accent.forestTextBase", +accent : {forestTextBody:{ + name: "accent.forestTextBody", hex: "#275E43", - },forestBackgroundMuted:{ - name: "accent.forestBackgroundMuted", + },forestTextEmphasis:{ + name: "accent.forestTextEmphasis", + hex: "#244C38", + + },forestBackgroundMuted0:{ + name: "accent.forestBackgroundMuted0", hex: "#EBF2EF", - },forestBackgroundMutedHover:{ - name: "accent.forestBackgroundMutedHover", + },forestBackgroundMuted1:{ + name: "accent.forestBackgroundMuted1", hex: "#D1E0D9", - },forestBackgroundMutedActive:{ - name: "accent.forestBackgroundMutedActive", + },forestBackgroundMuted2:{ + name: "accent.forestBackgroundMuted2", hex: "#B6CFC2", - },sandTextBase:{ - name: "accent.sandTextBase", + },sandTextBody:{ + name: "accent.sandTextBody", hex: "#5E4D27", - },sandBackgroundMuted:{ - name: "accent.sandBackgroundMuted", + },sandTextEmphasis:{ + name: "accent.sandTextEmphasis", + hex: "#3E3114", + + },sandBackgroundMuted0:{ + name: "accent.sandBackgroundMuted0", hex: "#F6F1E5", - },sandBackgroundMutedHover:{ - name: "accent.sandBackgroundMutedHover", + },sandBackgroundMuted1:{ + name: "accent.sandBackgroundMuted1", hex: "#E4D9C2", - },sandBackgroundMutedActive:{ - name: "accent.sandBackgroundMutedActive", + },sandBackgroundMuted2:{ + name: "accent.sandBackgroundMuted2", hex: "#DACCAA", }},}; \ No newline at end of file diff --git a/dist/tokens/native/borders.d.ts b/dist/tokens/native/borders.d.ts index 39daf294..43ade879 100644 --- a/dist/tokens/native/borders.d.ts +++ b/dist/tokens/native/borders.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const radiusBase : number; diff --git a/dist/tokens/native/borders.js b/dist/tokens/native/borders.js index 48a98236..69d013d0 100644 --- a/dist/tokens/native/borders.js +++ b/dist/tokens/native/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = { diff --git a/dist/tokens/native/core-dark-colors.d.ts b/dist/tokens/native/core-dark-colors.d.ts index 591834dd..9da0f68a 100644 --- a/dist/tokens/native/core-dark-colors.d.ts +++ b/dist/tokens/native/core-dark-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string}; diff --git a/dist/tokens/native/core-dark-colors.js b/dist/tokens/native/core-dark-colors.js index 9b1efd21..0c85ff82 100644 --- a/dist/tokens/native/core-dark-colors.js +++ b/dist/tokens/native/core-dark-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {green : {100 : "#0C291E",200 : "#0F3326",300 : "#13402F",400 : "#256E53",500 : "#288563",600 : "#42AD86",700 : "#86D6B9",800 : "#DBFFF1"}, diff --git a/dist/tokens/native/core-light-colors.d.ts b/dist/tokens/native/core-light-colors.d.ts index 0c74c853..0558ae23 100644 --- a/dist/tokens/native/core-light-colors.d.ts +++ b/dist/tokens/native/core-light-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string}; diff --git a/dist/tokens/native/core-light-colors.js b/dist/tokens/native/core-light-colors.js index fa7d2783..3fdb02a8 100644 --- a/dist/tokens/native/core-light-colors.js +++ b/dist/tokens/native/core-light-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"}, diff --git a/dist/tokens/native/themes/dark.d.ts b/dist/tokens/native/themes/dark.d.ts index f7d5c924..384b7d5c 100644 --- a/dist/tokens/native/themes/dark.d.ts +++ b/dist/tokens/native/themes/dark.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/native/themes/dark.js b/dist/tokens/native/themes/dark.js index 756b1c83..1ada54c5 100644 --- a/dist/tokens/native/themes/dark.js +++ b/dist/tokens/native/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "dark",text : {emphasis : "#E8E9EA",body : "#BCBDBF",subdued : "#98999B",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#1B2228",backgroundHover : "#2D3238",backgroundInform separator : {base : "#515357"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#515357",backgroundHover : "#E8E9EA",backgroundActive : "#E8E9EA",textBase : "#2D3238",linkMutedBase : "#E8E9EA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#000000"}, -accent: { forest: { textBase: "#86D6B9", textEmphasis: "#DBFFF1", backgroundMuted0: "#0F3326", backgroundMuted1: "#13402F", backgroundMuted2: "#256E53" }, sand: { textBase: "#D6BA87", textEmphasis: "#EFE5D1", backgroundMuted0: "#33260F", backgroundMuted1: "#402F13", backgroundMuted2: "#6E5225" } }, +accent: { forest: { textBody: "#86D6B9", textEmphasis: "#DBFFF1", backgroundMuted0: "#0F3326", backgroundMuted1: "#13402F", backgroundMuted2: "#256E53" }, sand: { textBody: "#D6BA87", textEmphasis: "#EFE5D1", backgroundMuted0: "#33260F", backgroundMuted1: "#402F13", backgroundMuted2: "#6E5225" } }, boxShadows : {cardBase : "0px 1px 2px 0px #00000052",cardHover : "0px 2px 8px 0px #00000066",popoverBase : "0px 4px 16px 0px #00000052",modalBase : "0px 4px 16px 0px #0000007a"},opacity : {overlayBackdrop : 0.8},}; \ No newline at end of file diff --git a/dist/tokens/native/themes/emerson.d.ts b/dist/tokens/native/themes/emerson.d.ts index 17fc32a2..e1ff4990 100644 --- a/dist/tokens/native/themes/emerson.d.ts +++ b/dist/tokens/native/themes/emerson.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string }, sand: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/native/themes/emerson.js b/dist/tokens/native/themes/emerson.js index a320affc..deff5c9c 100644 --- a/dist/tokens/native/themes/emerson.js +++ b/dist/tokens/native/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "emerson",text : {emphasis : "#36485C",body : "#475A70",subdued : "#596D84",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInform separator : {base : "#C8D3E0"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#000000"}, -accent: { forest: { textBase: "#275E43", backgroundMuted: "#EBF2EF", backgroundMutedHover: "#D1E0D9", backgroundMutedActive: "#B6CFC2" }, sand: { textBase: "#5E4D27", backgroundMuted: "#F6F1E5", backgroundMutedHover: "#E4D9C2", backgroundMutedActive: "#DACCAA" } }, +accent: { forest: { textBody: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBody: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, boxShadows : {cardBase : "0px 1px 2px 0px #00000029",cardHover : "0px 2px 8px 0px #00000033",popoverBase : "0px 4px 16px 0px #00000029",modalBase : "0px 8px 32px 0px #0000003d"},opacity : {overlayBackdrop : 0.2},}; \ No newline at end of file diff --git a/dist/tokens/native/themes/light.d.ts b/dist/tokens/native/themes/light.d.ts index 7ae2c7a6..e1ff4990 100644 --- a/dist/tokens/native/themes/light.d.ts +++ b/dist/tokens/native/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/native/themes/light.js b/dist/tokens/native/themes/light.js index 37cbe008..e363efcf 100644 --- a/dist/tokens/native/themes/light.js +++ b/dist/tokens/native/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "light",text : {emphasis : "#2E3A47",body : "#36485C",subdued : "#475A70",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInform separator : {base : "#C8D3E0"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#36485C"}, -accent: { forest: { textBase: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBase: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, +accent: { forest: { textBody: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBody: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, boxShadows : {cardBase : "0px 1px 2px 0px #36485c29",cardHover : "0px 2px 8px 0px #36485c33",popoverBase : "0px 4px 16px 0px #36485c29",modalBase : "0px 8px 32px 0px #36485c3d"},opacity : {overlayBackdrop : 0.2},}; \ No newline at end of file diff --git a/dist/tokens/native/themes/lightDS3.d.ts b/dist/tokens/native/themes/lightDS3.d.ts index 17fc32a2..e1ff4990 100644 --- a/dist/tokens/native/themes/lightDS3.d.ts +++ b/dist/tokens/native/themes/lightDS3.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string }, sand: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/native/themes/lightDS3.js b/dist/tokens/native/themes/lightDS3.js index abdfaf60..fbe2a529 100644 --- a/dist/tokens/native/themes/lightDS3.js +++ b/dist/tokens/native/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "lightDS3",text : {emphasis : "#36485C",body : "#475A70",subdued : "#596D84",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInform separator : {base : "#E6EDF5"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#36485C"}, -accent: { forest: { textBase: "#275E43", backgroundMuted: "#EBF2EF", backgroundMutedHover: "#D1E0D9", backgroundMutedActive: "#B6CFC2" }, sand: { textBase: "#5E4D27", backgroundMuted: "#F6F1E5", backgroundMutedHover: "#E4D9C2", backgroundMutedActive: "#DACCAA" } }, +accent: { forest: { textBody: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBody: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, boxShadows : {cardBase : "0px 1px 2px 0px #36485c29",cardHover : "0px 2px 8px 0px #36485c33",popoverBase : "0px 4px 16px 0px #36485c29",modalBase : "0px 8px 32px 0px #36485c3d"},opacity : {overlayBackdrop : 0.2},}; \ No newline at end of file diff --git a/dist/tokens/native/typography.d.ts b/dist/tokens/native/typography.d.ts index 937405ad..65a1200d 100644 --- a/dist/tokens/native/typography.d.ts +++ b/dist/tokens/native/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/native/typography.js b/dist/tokens/native/typography.js index 5dc6550c..6e6c5f74 100644 --- a/dist/tokens/native/typography.js +++ b/dist/tokens/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = { diff --git a/dist/tokens/scss/borders.scss b/dist/tokens/scss/borders.scss index 2c06ee83..a63e9e49 100644 --- a/dist/tokens/scss/borders.scss +++ b/dist/tokens/scss/borders.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $radiusBase: 8px; $radiusCircle: 50%; diff --git a/dist/tokens/scss/core-dark-colors.scss b/dist/tokens/scss/core-dark-colors.scss index d2e8559b..ac2dfc52 100644 --- a/dist/tokens/scss/core-dark-colors.scss +++ b/dist/tokens/scss/core-dark-colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $green100: #0C291E; $green200: #0F3326; diff --git a/dist/tokens/scss/core-light-colors.scss b/dist/tokens/scss/core-light-colors.scss index ac9915c2..34babf8d 100644 --- a/dist/tokens/scss/core-light-colors.scss +++ b/dist/tokens/scss/core-light-colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/dist/tokens/scss/themes/dark.scss b/dist/tokens/scss/themes/dark.scss index e25ce13d..8238fa52 100644 --- a/dist/tokens/scss/themes/dark.scss +++ b/dist/tokens/scss/themes/dark.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $textEmphasis: #E8E9EA; $textBody: #BCBDBF; @@ -139,12 +139,12 @@ $lightTextBase: #2D3238; $lightLinkMutedBase: #E8E9EA; $lightLinkMutedHover: #FFFFFF; $shadowBase: #000000; -$accentForestTextBase: #86D6B9; +$accentForestTextBody: #86D6B9; $accentForestTextEmphasis: #DBFFF1; $accentForestBackgroundMuted0: #0F3326; $accentForestBackgroundMuted1: #13402F; $accentForestBackgroundMuted2: #256E53; -$accentSandTextBase: #D6BA87; +$accentSandTextBody: #D6BA87; $accentSandTextEmphasis: #EFE5D1; $accentSandBackgroundMuted0: #33260F; $accentSandBackgroundMuted1: #402F13; diff --git a/dist/tokens/scss/themes/emerson.scss b/dist/tokens/scss/themes/emerson.scss index ffa4a899..89ba696a 100644 --- a/dist/tokens/scss/themes/emerson.scss +++ b/dist/tokens/scss/themes/emerson.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $textEmphasis: #36485C; $textBody: #475A70; @@ -138,11 +138,13 @@ $lightTextBase: #2E3A47; $lightLinkMutedBase: #F5F7FA; $lightLinkMutedHover: #FFFFFF; $shadowBase: #000000; -$accentForestTextBase: #275E43; -$accentForestBackgroundMuted: #EBF2EF; -$accentForestBackgroundMutedHover: #D1E0D9; -$accentForestBackgroundMutedActive: #B6CFC2; -$accentSandTextBase: #5E4D27; -$accentSandBackgroundMuted: #F6F1E5; -$accentSandBackgroundMutedHover: #E4D9C2; -$accentSandBackgroundMutedActive: #DACCAA; \ No newline at end of file +$accentForestTextBody: #275E43; +$accentForestTextEmphasis: #244C38; +$accentForestBackgroundMuted0: #EBF2EF; +$accentForestBackgroundMuted1: #D1E0D9; +$accentForestBackgroundMuted2: #B6CFC2; +$accentSandTextBody: #5E4D27; +$accentSandTextEmphasis: #3E3114; +$accentSandBackgroundMuted0: #F6F1E5; +$accentSandBackgroundMuted1: #E4D9C2; +$accentSandBackgroundMuted2: #DACCAA; \ No newline at end of file diff --git a/dist/tokens/scss/themes/light.scss b/dist/tokens/scss/themes/light.scss index 74e5ad0b..4a1b8a01 100644 --- a/dist/tokens/scss/themes/light.scss +++ b/dist/tokens/scss/themes/light.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $textEmphasis: #2E3A47; $textBody: #36485C; @@ -138,12 +138,12 @@ $lightTextBase: #2E3A47; $lightLinkMutedBase: #F5F7FA; $lightLinkMutedHover: #FFFFFF; $shadowBase: #36485C; -$accentForestTextBase: #275E43; +$accentForestTextBody: #275E43; $accentForestTextEmphasis: #244C38; $accentForestBackgroundMuted0: #EBF2EF; $accentForestBackgroundMuted1: #D1E0D9; $accentForestBackgroundMuted2: #B6CFC2; -$accentSandTextBase: #5E4D27; +$accentSandTextBody: #5E4D27; $accentSandTextEmphasis: #3E3114; $accentSandBackgroundMuted0: #F6F1E5; $accentSandBackgroundMuted1: #E4D9C2; diff --git a/dist/tokens/scss/themes/lightDS3.scss b/dist/tokens/scss/themes/lightDS3.scss index 4e00b5d0..4123c656 100644 --- a/dist/tokens/scss/themes/lightDS3.scss +++ b/dist/tokens/scss/themes/lightDS3.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $textEmphasis: #36485C; $textBody: #475A70; @@ -138,11 +138,13 @@ $lightTextBase: #2E3A47; $lightLinkMutedBase: #F5F7FA; $lightLinkMutedHover: #FFFFFF; $shadowBase: #36485C; -$accentForestTextBase: #275E43; -$accentForestBackgroundMuted: #EBF2EF; -$accentForestBackgroundMutedHover: #D1E0D9; -$accentForestBackgroundMutedActive: #B6CFC2; -$accentSandTextBase: #5E4D27; -$accentSandBackgroundMuted: #F6F1E5; -$accentSandBackgroundMutedHover: #E4D9C2; -$accentSandBackgroundMutedActive: #DACCAA; \ No newline at end of file +$accentForestTextBody: #275E43; +$accentForestTextEmphasis: #244C38; +$accentForestBackgroundMuted0: #EBF2EF; +$accentForestBackgroundMuted1: #D1E0D9; +$accentForestBackgroundMuted2: #B6CFC2; +$accentSandTextBody: #5E4D27; +$accentSandTextEmphasis: #3E3114; +$accentSandBackgroundMuted0: #F6F1E5; +$accentSandBackgroundMuted1: #E4D9C2; +$accentSandBackgroundMuted2: #DACCAA; \ No newline at end of file diff --git a/dist/tokens/scss/typography.scss b/dist/tokens/scss/typography.scss index 15eb6335..a78c806b 100644 --- a/dist/tokens/scss/typography.scss +++ b/dist/tokens/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 08 Nov 2023 14:37:54 GMT +// Generated on Thu, 09 Nov 2023 21:01:43 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/dist/tokens/ts/borders.d.ts b/dist/tokens/ts/borders.d.ts index 877700fb..41ced464 100644 --- a/dist/tokens/ts/borders.d.ts +++ b/dist/tokens/ts/borders.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const radiusBase : string; diff --git a/dist/tokens/ts/borders.js b/dist/tokens/ts/borders.js index d6aa9aa4..205d1f8a 100644 --- a/dist/tokens/ts/borders.js +++ b/dist/tokens/ts/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = { diff --git a/dist/tokens/ts/core-dark-colors.d.ts b/dist/tokens/ts/core-dark-colors.d.ts index 591834dd..9da0f68a 100644 --- a/dist/tokens/ts/core-dark-colors.d.ts +++ b/dist/tokens/ts/core-dark-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string}; diff --git a/dist/tokens/ts/core-dark-colors.js b/dist/tokens/ts/core-dark-colors.js index 9b1efd21..0c85ff82 100644 --- a/dist/tokens/ts/core-dark-colors.js +++ b/dist/tokens/ts/core-dark-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {green : {100 : "#0C291E",200 : "#0F3326",300 : "#13402F",400 : "#256E53",500 : "#288563",600 : "#42AD86",700 : "#86D6B9",800 : "#DBFFF1"}, diff --git a/dist/tokens/ts/core-light-colors.d.ts b/dist/tokens/ts/core-light-colors.d.ts index 0c74c853..0558ae23 100644 --- a/dist/tokens/ts/core-light-colors.d.ts +++ b/dist/tokens/ts/core-light-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const green : {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string}; diff --git a/dist/tokens/ts/core-light-colors.js b/dist/tokens/ts/core-light-colors.js index fa7d2783..3fdb02a8 100644 --- a/dist/tokens/ts/core-light-colors.js +++ b/dist/tokens/ts/core-light-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"}, diff --git a/dist/tokens/ts/themes/dark.d.ts b/dist/tokens/ts/themes/dark.d.ts index f7d5c924..384b7d5c 100644 --- a/dist/tokens/ts/themes/dark.d.ts +++ b/dist/tokens/ts/themes/dark.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/dark.js b/dist/tokens/ts/themes/dark.js index 756b1c83..1ada54c5 100644 --- a/dist/tokens/ts/themes/dark.js +++ b/dist/tokens/ts/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "dark",text : {emphasis : "#E8E9EA",body : "#BCBDBF",subdued : "#98999B",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#1B2228",backgroundHover : "#2D3238",backgroundInform separator : {base : "#515357"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#515357",backgroundHover : "#E8E9EA",backgroundActive : "#E8E9EA",textBase : "#2D3238",linkMutedBase : "#E8E9EA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#000000"}, -accent: { forest: { textBase: "#86D6B9", textEmphasis: "#DBFFF1", backgroundMuted0: "#0F3326", backgroundMuted1: "#13402F", backgroundMuted2: "#256E53" }, sand: { textBase: "#D6BA87", textEmphasis: "#EFE5D1", backgroundMuted0: "#33260F", backgroundMuted1: "#402F13", backgroundMuted2: "#6E5225" } }, +accent: { forest: { textBody: "#86D6B9", textEmphasis: "#DBFFF1", backgroundMuted0: "#0F3326", backgroundMuted1: "#13402F", backgroundMuted2: "#256E53" }, sand: { textBody: "#D6BA87", textEmphasis: "#EFE5D1", backgroundMuted0: "#33260F", backgroundMuted1: "#402F13", backgroundMuted2: "#6E5225" } }, boxShadows : {cardBase : "0px 1px 2px 0px #00000052",cardHover : "0px 2px 8px 0px #00000066",popoverBase : "0px 4px 16px 0px #00000052",modalBase : "0px 4px 16px 0px #0000007a"},opacity : {overlayBackdrop : 0.8},}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/emerson.d.ts b/dist/tokens/ts/themes/emerson.d.ts index 17fc32a2..e1ff4990 100644 --- a/dist/tokens/ts/themes/emerson.d.ts +++ b/dist/tokens/ts/themes/emerson.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string }, sand: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/emerson.js b/dist/tokens/ts/themes/emerson.js index a320affc..deff5c9c 100644 --- a/dist/tokens/ts/themes/emerson.js +++ b/dist/tokens/ts/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "emerson",text : {emphasis : "#36485C",body : "#475A70",subdued : "#596D84",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInform separator : {base : "#C8D3E0"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#000000"}, -accent: { forest: { textBase: "#275E43", backgroundMuted: "#EBF2EF", backgroundMutedHover: "#D1E0D9", backgroundMutedActive: "#B6CFC2" }, sand: { textBase: "#5E4D27", backgroundMuted: "#F6F1E5", backgroundMutedHover: "#E4D9C2", backgroundMutedActive: "#DACCAA" } }, +accent: { forest: { textBody: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBody: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, boxShadows : {cardBase : "0px 1px 2px 0px #00000029",cardHover : "0px 2px 8px 0px #00000033",popoverBase : "0px 4px 16px 0px #00000029",modalBase : "0px 8px 32px 0px #0000003d"},opacity : {overlayBackdrop : 0.2},}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/light.d.ts b/dist/tokens/ts/themes/light.d.ts index 7ae2c7a6..e1ff4990 100644 --- a/dist/tokens/ts/themes/light.d.ts +++ b/dist/tokens/ts/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBase: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/light.js b/dist/tokens/ts/themes/light.js index 37cbe008..e363efcf 100644 --- a/dist/tokens/ts/themes/light.js +++ b/dist/tokens/ts/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "light",text : {emphasis : "#2E3A47",body : "#36485C",subdued : "#475A70",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInform separator : {base : "#C8D3E0"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#36485C"}, -accent: { forest: { textBase: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBase: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, +accent: { forest: { textBody: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBody: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, boxShadows : {cardBase : "0px 1px 2px 0px #36485c29",cardHover : "0px 2px 8px 0px #36485c33",popoverBase : "0px 4px 16px 0px #36485c29",modalBase : "0px 8px 32px 0px #36485c3d"},opacity : {overlayBackdrop : 0.2},}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/lightDS3.d.ts b/dist/tokens/ts/themes/lightDS3.d.ts index 17fc32a2..e1ff4990 100644 --- a/dist/tokens/ts/themes/lightDS3.d.ts +++ b/dist/tokens/ts/themes/lightDS3.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const theme: string;export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; @@ -17,5 +17,5 @@ export const input : {backgroundBase : string,backgroundHover : string,backgroun export const separator : {base : string}; export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; export const shadow : {base : string}; -export const accent: { forest: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string }, sand: { textBase: string, backgroundMuted: string, backgroundMutedHover: string, backgroundMutedActive: string } }; +export const accent: { forest: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string }, sand: { textBody: string, textEmphasis: string, backgroundMuted0: string, backgroundMuted1: string, backgroundMuted2: string } }; export const boxShadows : {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity : {overlayBackdrop : number}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/lightDS3.js b/dist/tokens/ts/themes/lightDS3.js index abdfaf60..fbe2a529 100644 --- a/dist/tokens/ts/themes/lightDS3.js +++ b/dist/tokens/ts/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = {theme: "lightDS3",text : {emphasis : "#36485C",body : "#475A70",subdued : "#596D84",onBackground : "#FFFFFF"}, @@ -17,5 +17,5 @@ input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInform separator : {base : "#E6EDF5"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, shadow : {base : "#36485C"}, -accent: { forest: { textBase: "#275E43", backgroundMuted: "#EBF2EF", backgroundMutedHover: "#D1E0D9", backgroundMutedActive: "#B6CFC2" }, sand: { textBase: "#5E4D27", backgroundMuted: "#F6F1E5", backgroundMutedHover: "#E4D9C2", backgroundMutedActive: "#DACCAA" } }, +accent: { forest: { textBody: "#275E43", textEmphasis: "#244C38", backgroundMuted0: "#EBF2EF", backgroundMuted1: "#D1E0D9", backgroundMuted2: "#B6CFC2" }, sand: { textBody: "#5E4D27", textEmphasis: "#3E3114", backgroundMuted0: "#F6F1E5", backgroundMuted1: "#E4D9C2", backgroundMuted2: "#DACCAA" } }, boxShadows : {cardBase : "0px 1px 2px 0px #36485c29",cardHover : "0px 2px 8px 0px #36485c33",popoverBase : "0px 4px 16px 0px #36485c29",modalBase : "0px 8px 32px 0px #36485c3d"},opacity : {overlayBackdrop : 0.2},}; \ No newline at end of file diff --git a/dist/tokens/ts/typography.d.ts b/dist/tokens/ts/typography.d.ts index 9369e0d3..04c0802e 100644 --- a/dist/tokens/ts/typography.d.ts +++ b/dist/tokens/ts/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/ts/typography.js b/dist/tokens/ts/typography.js index 8c321d96..b742281f 100644 --- a/dist/tokens/ts/typography.js +++ b/dist/tokens/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 08 Nov 2023 14:37:54 GMT + * Generated on Thu, 09 Nov 2023 21:01:43 GMT */ module.exports = { diff --git a/src/data/$themes.json b/src/data/$themes.json index 9d1d0e77..4a4eaed3 100644 --- a/src/data/$themes.json +++ b/src/data/$themes.json @@ -147,14 +147,14 @@ "colors.light.link.mutedBase": "6c25cf859fd5fe005d6d3d8105285273979efaef", "colors.light.link.mutedHover": "6ee91d3d55850e2be25111e43b4feb07f30b558f", "colors.shadow.base": "e111134b28a04358464e5db77f877bb7bdaa7f87", - "colors.accent.forest.text.base": "133e8536656679590fd34782825c87dbe361f5fc", - "colors.accent.sand.text.base": "f59f9463aa924d84cc72dfedbc87025a21e3a79f", "colors.accent.sand.background.muted0": "1f80bfda40d7aaf4feb9440c11e293d5c36d116b", "colors.accent.sand.background.muted1": "adc00e877d57850eda6f980b1604be173a39dfcb", "colors.accent.sand.background.muted2": "a1ea1cfdf434fec95f2630e2c078f29548dafbd8", "colors.accent.forest.background.muted0": "afd4222b1bdaac58ea3ed42e67c57fe8761526e2", "colors.accent.forest.background.muted1": "422ee8c9af70766189aef6510b1eaacdfa3fd1a3", - "colors.accent.forest.background.muted2": "ccd84fa409aafb1b899260656c2173a873b70da7" + "colors.accent.forest.background.muted2": "ccd84fa409aafb1b899260656c2173a873b70da7", + "colors.accent.sand.text.body": "f59f9463aa924d84cc72dfedbc87025a21e3a79f", + "colors.accent.forest.text.body": "133e8536656679590fd34782825c87dbe361f5fc" } }, { @@ -456,14 +456,14 @@ "colors.light.link.mutedBase": "6c25cf859fd5fe005d6d3d8105285273979efaef", "colors.light.link.mutedHover": "6ee91d3d55850e2be25111e43b4feb07f30b558f", "colors.shadow.base": "e111134b28a04358464e5db77f877bb7bdaa7f87", - "colors.accent.forest.text.base": "133e8536656679590fd34782825c87dbe361f5fc", - "colors.accent.sand.text.base": "f59f9463aa924d84cc72dfedbc87025a21e3a79f", "colors.accent.sand.background.muted0": "1f80bfda40d7aaf4feb9440c11e293d5c36d116b", "colors.accent.sand.background.muted1": "adc00e877d57850eda6f980b1604be173a39dfcb", "colors.accent.sand.background.muted2": "a1ea1cfdf434fec95f2630e2c078f29548dafbd8", "colors.accent.forest.background.muted0": "afd4222b1bdaac58ea3ed42e67c57fe8761526e2", "colors.accent.forest.background.muted1": "422ee8c9af70766189aef6510b1eaacdfa3fd1a3", - "colors.accent.forest.background.muted2": "ccd84fa409aafb1b899260656c2173a873b70da7" + "colors.accent.forest.background.muted2": "ccd84fa409aafb1b899260656c2173a873b70da7", + "colors.accent.sand.text.body": "f59f9463aa924d84cc72dfedbc87025a21e3a79f", + "colors.accent.forest.text.body": "133e8536656679590fd34782825c87dbe361f5fc" } }, { diff --git a/src/data/core-emerson.json b/src/data/core-emerson.json index bb962f62..ab7b2ad0 100644 --- a/src/data/core-emerson.json +++ b/src/data/core-emerson.json @@ -224,6 +224,10 @@ "700": { "value": "#5E4D27", "type": "color" + }, + "800": { + "value": "#3E3114", + "type": "color" } }, "shades": { diff --git a/src/data/themes/dark.json b/src/data/themes/dark.json index 294de9c4..624dc54b 100644 --- a/src/data/themes/dark.json +++ b/src/data/themes/dark.json @@ -775,7 +775,7 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "{colors.green.700}", "type": "color" }, @@ -801,7 +801,7 @@ }, "sand": { "text": { - "base": { + "body": { "value": "{colors.brown.700}", "type": "color" }, diff --git a/src/data/themes/emerson.json b/src/data/themes/emerson.json index 6fabeb6b..326fe6c7 100644 --- a/src/data/themes/emerson.json +++ b/src/data/themes/emerson.json @@ -771,21 +771,25 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "{colors.green.700}", "type": "color" + }, + "emphasis": { + "value": "{colors.green.800}", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "{colors.green.200}", "type": "color" }, - "mutedHover": { + "muted1": { "value": "{colors.green.300}", "type": "color" }, - "mutedActive": { + "muted2": { "value": "{colors.green.400}", "type": "color" } @@ -793,21 +797,25 @@ }, "sand": { "text": { - "base": { + "body": { "value": "{colors.brown.700}", "type": "color" + }, + "emphasis": { + "value": "{colors.brown.800}", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "{colors.brown.200}", "type": "color" }, - "mutedHover": { + "muted1": { "value": "{colors.brown.300}", "type": "color" }, - "mutedActive": { + "muted2": { "value": "{colors.brown.400}", "type": "color" } diff --git a/src/data/themes/light.json b/src/data/themes/light.json index 4934b063..bd0b912e 100644 --- a/src/data/themes/light.json +++ b/src/data/themes/light.json @@ -771,7 +771,7 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "{colors.green.700}", "type": "color" }, @@ -798,7 +798,7 @@ }, "sand": { "text": { - "base": { + "body": { "value": "{colors.brown.700}", "type": "color" }, diff --git a/src/data/themes/lightDS3.json b/src/data/themes/lightDS3.json index 0ffb1769..1b05c59d 100644 --- a/src/data/themes/lightDS3.json +++ b/src/data/themes/lightDS3.json @@ -771,21 +771,25 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "{colors.green.700}", "type": "color" + }, + "emphasis": { + "value": "{colors.green.800}", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "{colors.green.200}", "type": "color" }, - "mutedHover": { + "muted1": { "value": "{colors.green.300}", "type": "color" }, - "mutedActive": { + "muted2": { "value": "{colors.green.400}", "type": "color" } @@ -793,21 +797,25 @@ }, "sand": { "text": { - "base": { + "body": { "value": "{colors.brown.700}", "type": "color" + }, + "emphasis": { + "value": "{colors.brown.800}", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "{colors.brown.200}", "type": "color" }, - "mutedHover": { + "muted1": { "value": "{colors.brown.300}", "type": "color" }, - "mutedActive": { + "muted2": { "value": "{colors.brown.400}", "type": "color" } diff --git a/src/transformed/transformed-core-emerson.json b/src/transformed/transformed-core-emerson.json index bb962f62..ab7b2ad0 100644 --- a/src/transformed/transformed-core-emerson.json +++ b/src/transformed/transformed-core-emerson.json @@ -224,6 +224,10 @@ "700": { "value": "#5E4D27", "type": "color" + }, + "800": { + "value": "#3E3114", + "type": "color" } }, "shades": { diff --git a/src/transformed/transformed-dark.json b/src/transformed/transformed-dark.json index a4412073..5c109e41 100644 --- a/src/transformed/transformed-dark.json +++ b/src/transformed/transformed-dark.json @@ -775,7 +775,7 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "#86D6B9", "type": "color" }, @@ -801,7 +801,7 @@ }, "sand": { "text": { - "base": { + "body": { "value": "#D6BA87", "type": "color" }, diff --git a/src/transformed/transformed-emerson.json b/src/transformed/transformed-emerson.json index cc622e94..35c878c8 100644 --- a/src/transformed/transformed-emerson.json +++ b/src/transformed/transformed-emerson.json @@ -771,21 +771,25 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "#275E43", "type": "color" + }, + "emphasis": { + "value": "#244C38", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "#EBF2EF", "type": "color" }, - "mutedHover": { + "muted1": { "value": "#D1E0D9", "type": "color" }, - "mutedActive": { + "muted2": { "value": "#B6CFC2", "type": "color" } @@ -793,21 +797,25 @@ }, "sand": { "text": { - "base": { + "body": { "value": "#5E4D27", "type": "color" + }, + "emphasis": { + "value": "#3E3114", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "#F6F1E5", "type": "color" }, - "mutedHover": { + "muted1": { "value": "#E4D9C2", "type": "color" }, - "mutedActive": { + "muted2": { "value": "#DACCAA", "type": "color" } diff --git a/src/transformed/transformed-light.json b/src/transformed/transformed-light.json index 306812be..4d86f361 100644 --- a/src/transformed/transformed-light.json +++ b/src/transformed/transformed-light.json @@ -771,7 +771,7 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "#275E43", "type": "color" }, @@ -798,7 +798,7 @@ }, "sand": { "text": { - "base": { + "body": { "value": "#5E4D27", "type": "color" }, diff --git a/src/transformed/transformed-lightDS3.json b/src/transformed/transformed-lightDS3.json index f6eca068..4945c581 100644 --- a/src/transformed/transformed-lightDS3.json +++ b/src/transformed/transformed-lightDS3.json @@ -771,21 +771,25 @@ "accent": { "forest": { "text": { - "base": { + "body": { "value": "#275E43", "type": "color" + }, + "emphasis": { + "value": "#244C38", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "#EBF2EF", "type": "color" }, - "mutedHover": { + "muted1": { "value": "#D1E0D9", "type": "color" }, - "mutedActive": { + "muted2": { "value": "#B6CFC2", "type": "color" } @@ -793,21 +797,25 @@ }, "sand": { "text": { - "base": { + "body": { "value": "#5E4D27", "type": "color" + }, + "emphasis": { + "value": "#3E3114", + "type": "color" } }, "background": { - "muted": { + "muted0": { "value": "#F6F1E5", "type": "color" }, - "mutedHover": { + "muted1": { "value": "#E4D9C2", "type": "color" }, - "mutedActive": { + "muted2": { "value": "#DACCAA", "type": "color" }