diff --git a/dist/documentation/core-dark-colors.d.ts b/dist/documentation/core-dark-colors.d.ts index e8f30cb8..52a5ef98 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-dark-colors.js b/dist/documentation/core-dark-colors.js index 92036a32..707b9a67 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/core-light-colors.d.ts b/dist/documentation/core-light-colors.d.ts index 11f54c73..58171902 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-light-colors.js b/dist/documentation/core-light-colors.js index cd0a3c8a..899d61ec 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/themes/dark.d.ts b/dist/documentation/themes/dark.d.ts index 25647ad8..67ee8537 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/dark.js b/dist/documentation/themes/dark.js index ad645fae..ac0c8cc8 100644 --- a/dist/documentation/themes/dark.js +++ b/dist/documentation/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/emerson.d.ts b/dist/documentation/themes/emerson.d.ts index 1582c5dd..3e631f50 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const text : {emphasis:{ @@ -560,4 +560,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, + }}; \ No newline at end of file diff --git a/dist/documentation/themes/emerson.js b/dist/documentation/themes/emerson.js index ad1c62f6..1bc26f4a 100644 --- a/dist/documentation/themes/emerson.js +++ b/dist/documentation/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {text : {emphasis:{ @@ -560,4 +560,37 @@ shadow : {base:{ name: "shadow.base", hex: "#000000", description: "For use only with box shadow tokens" + }}, +accent : {forestTextBase:{ + name: "accent.forestTextBase", + hex: "#275E43", + + },forestBackgroundMuted:{ + name: "accent.forestBackgroundMuted", + hex: "#EBF2EF", + + },forestBackgroundMutedHover:{ + name: "accent.forestBackgroundMutedHover", + hex: "#D1E0D9", + + },forestBackgroundMutedActive:{ + name: "accent.forestBackgroundMutedActive", + hex: "#B6CFC2", + + },sandTextBase:{ + name: "accent.sandTextBase", + hex: "#5E4D27", + + },sandBackgroundMuted:{ + name: "accent.sandBackgroundMuted", + hex: "#F6F1E5", + + },sandBackgroundMutedHover:{ + name: "accent.sandBackgroundMutedHover", + hex: "#E4D9C2", + + },sandBackgroundMutedActive:{ + name: "accent.sandBackgroundMutedActive", + 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 bd627f9a..3e631f50 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/light.js b/dist/documentation/themes/light.js index 8172bb75..679f3455 100644 --- a/dist/documentation/themes/light.js +++ b/dist/documentation/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/lightDS3.d.ts b/dist/documentation/themes/lightDS3.d.ts index 1582c5dd..3e631f50 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const text : {emphasis:{ @@ -560,4 +560,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, + }}; \ No newline at end of file diff --git a/dist/documentation/themes/lightDS3.js b/dist/documentation/themes/lightDS3.js index d32821ae..9bbfb739 100644 --- a/dist/documentation/themes/lightDS3.js +++ b/dist/documentation/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {text : {emphasis:{ @@ -560,4 +560,37 @@ shadow : {base:{ name: "shadow.base", hex: "#36485C", description: "For use only with box shadow tokens" + }}, +accent : {forestTextBase:{ + name: "accent.forestTextBase", + hex: "#275E43", + + },forestBackgroundMuted:{ + name: "accent.forestBackgroundMuted", + hex: "#EBF2EF", + + },forestBackgroundMutedHover:{ + name: "accent.forestBackgroundMutedHover", + hex: "#D1E0D9", + + },forestBackgroundMutedActive:{ + name: "accent.forestBackgroundMutedActive", + hex: "#B6CFC2", + + },sandTextBase:{ + name: "accent.sandTextBase", + hex: "#5E4D27", + + },sandBackgroundMuted:{ + name: "accent.sandBackgroundMuted", + hex: "#F6F1E5", + + },sandBackgroundMutedHover:{ + name: "accent.sandBackgroundMutedHover", + hex: "#E4D9C2", + + },sandBackgroundMutedActive:{ + name: "accent.sandBackgroundMutedActive", + 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 14eda572..df11ff7d 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const radiusBase : number; diff --git a/dist/tokens/native/borders.js b/dist/tokens/native/borders.js index aeeba048..de17cf42 100644 --- a/dist/tokens/native/borders.js +++ b/dist/tokens/native/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = { diff --git a/dist/tokens/native/core-dark-colors.d.ts b/dist/tokens/native/core-dark-colors.d.ts index 230654db..14bc7145 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 5cc11ee0..9c2f10cb 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 e844252a..2f9121fc 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 16cfdd56..dccff491 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 12447ecd..5a1d59d4 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; diff --git a/dist/tokens/native/themes/dark.js b/dist/tokens/native/themes/dark.js index b5e86b29..fcd64c59 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "dark", diff --git a/dist/tokens/native/themes/emerson.d.ts b/dist/tokens/native/themes/emerson.d.ts index ad4d762d..0aff7d15 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; @@ -17,4 +17,5 @@ export const disabled : {text : string,background : string,nakedBackground : str export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string}; 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 boxShadows: {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity: {overlayBackdrop : number}; \ No newline at end of file +export const shadow : {base : string}; +export const accent : {forestTextBase : string,forestBackgroundMuted : string,forestBackgroundMutedHover : string,forestBackgroundMutedActive : string,sandTextBase : string,sandBackgroundMuted : string,sandBackgroundMutedHover : string,sandBackgroundMutedActive : 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 c79d9564..fe34060d 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "emerson", @@ -17,4 +17,5 @@ disabled : {text : "#596D84",background : "#F5F7FA",nakedBackground : "transpare input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",textActive : "#2E3A47",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, separator : {base : "#E6EDF5"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, -shadow : {base : "#000000"},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 +shadow : {base : "#000000"}, +accent : {forestTextBase : "#275E43",forestBackgroundMuted : "#EBF2EF",forestBackgroundMutedHover : "#D1E0D9",forestBackgroundMutedActive : "#B6CFC2",sandTextBase : "#5E4D27",sandBackgroundMuted : "#F6F1E5",sandBackgroundMutedHover : "#E4D9C2",sandBackgroundMutedActive : "#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 22e1f056..0aff7d15 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; diff --git a/dist/tokens/native/themes/light.js b/dist/tokens/native/themes/light.js index 89fe8816..59bf0e7b 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "light", diff --git a/dist/tokens/native/themes/lightDS3.d.ts b/dist/tokens/native/themes/lightDS3.d.ts index ad4d762d..0aff7d15 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; @@ -17,4 +17,5 @@ export const disabled : {text : string,background : string,nakedBackground : str export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string}; 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 boxShadows: {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity: {overlayBackdrop : number}; \ No newline at end of file +export const shadow : {base : string}; +export const accent : {forestTextBase : string,forestBackgroundMuted : string,forestBackgroundMutedHover : string,forestBackgroundMutedActive : string,sandTextBase : string,sandBackgroundMuted : string,sandBackgroundMutedHover : string,sandBackgroundMutedActive : 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 d2ec161a..2f1e2ff0 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "lightDS3", @@ -17,4 +17,5 @@ disabled : {text : "#596D84",background : "#F5F7FA",nakedBackground : "transpare input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",textActive : "#2E3A47",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, separator : {base : "#E6EDF5"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, -shadow : {base : "#36485C"},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 +shadow : {base : "#36485C"}, +accent : {forestTextBase : "#275E43",forestBackgroundMuted : "#EBF2EF",forestBackgroundMutedHover : "#D1E0D9",forestBackgroundMutedActive : "#B6CFC2",sandTextBase : "#5E4D27",sandBackgroundMuted : "#F6F1E5",sandBackgroundMutedHover : "#E4D9C2",sandBackgroundMutedActive : "#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 7281c80f..1fda7c88 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/native/typography.js b/dist/tokens/native/typography.js index a497b3a8..6bfa81e3 100644 --- a/dist/tokens/native/typography.js +++ b/dist/tokens/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = { diff --git a/dist/tokens/scss/borders.scss b/dist/tokens/scss/borders.scss index 3f5abc49..b0892e9b 100644 --- a/dist/tokens/scss/borders.scss +++ b/dist/tokens/scss/borders.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $radiusBase: 8px; $radiusCircle: 50%; diff --git a/dist/tokens/scss/core-dark-colors.scss b/dist/tokens/scss/core-dark-colors.scss index 516548e2..050127cf 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, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $green100: #0C291E; $green200: #0F3326; diff --git a/dist/tokens/scss/core-light-colors.scss b/dist/tokens/scss/core-light-colors.scss index 04dc8c6d..77377ff4 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, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/dist/tokens/scss/themes/dark.scss b/dist/tokens/scss/themes/dark.scss index 6b4d89ff..69bb438c 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, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $textEmphasis: #E8E9EA; $textBody: #BCBDBF; diff --git a/dist/tokens/scss/themes/emerson.scss b/dist/tokens/scss/themes/emerson.scss index 049cb4c0..a7b67460 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, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $textEmphasis: #36485C; $textBody: #475A70; @@ -138,11 +138,11 @@ $lightTextBase: #2E3A47; $lightLinkMutedBase: #F5F7FA; $lightLinkMutedHover: #FFFFFF; $shadowBase: #000000; -$forestTextBase: #275E43; -$forestBackgroundMuted: #EBF2EF; -$forestBackgroundMutedHover: #D1E0D9; -$forestBackgroundMutedActive: #B6CFC2; -$sandTextBase: #5E4D27; -$sandBackgroundMuted: #F6F1E5; -$sandBackgroundMutedHover: #E4D9C2; -$sandBackgroundMutedActive: #DACCAA; \ No newline at end of file +$accentForestTextBase: #275E43; +$accentForestBackgroundMuted: #EBF2EF; +$accentForestBackgroundMutedHover: #D1E0D9; +$accentForestBackgroundMutedActive: #B6CFC2; +$accentSandTextBase: #5E4D27; +$accentSandBackgroundMuted: #F6F1E5; +$accentSandBackgroundMutedHover: #E4D9C2; +$accentSandBackgroundMutedActive: #DACCAA; \ No newline at end of file diff --git a/dist/tokens/scss/themes/light.scss b/dist/tokens/scss/themes/light.scss index 9a05e634..96f281fd 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, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $textEmphasis: #2E3A47; $textBody: #36485C; diff --git a/dist/tokens/scss/themes/lightDS3.scss b/dist/tokens/scss/themes/lightDS3.scss index 0e511fd8..cbf529bf 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, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $textEmphasis: #36485C; $textBody: #475A70; @@ -138,11 +138,11 @@ $lightTextBase: #2E3A47; $lightLinkMutedBase: #F5F7FA; $lightLinkMutedHover: #FFFFFF; $shadowBase: #36485C; -$forestTextBase: #275E43; -$forestBackgroundMuted: #EBF2EF; -$forestBackgroundMutedHover: #D1E0D9; -$forestBackgroundMutedActive: #B6CFC2; -$sandTextBase: #5E4D27; -$sandBackgroundMuted: #F6F1E5; -$sandBackgroundMutedHover: #E4D9C2; -$sandBackgroundMutedActive: #DACCAA; \ No newline at end of file +$accentForestTextBase: #275E43; +$accentForestBackgroundMuted: #EBF2EF; +$accentForestBackgroundMutedHover: #D1E0D9; +$accentForestBackgroundMutedActive: #B6CFC2; +$accentSandTextBase: #5E4D27; +$accentSandBackgroundMuted: #F6F1E5; +$accentSandBackgroundMutedHover: #E4D9C2; +$accentSandBackgroundMutedActive: #DACCAA; \ No newline at end of file diff --git a/dist/tokens/scss/typography.scss b/dist/tokens/scss/typography.scss index cdc1063a..f65d6bf2 100644 --- a/dist/tokens/scss/typography.scss +++ b/dist/tokens/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 20 Sep 2023 19:33:38 GMT +// Generated on Wed, 20 Sep 2023 20:21:27 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/dist/tokens/ts/borders.d.ts b/dist/tokens/ts/borders.d.ts index ecccc9d8..efc4c384 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const radiusBase : string; diff --git a/dist/tokens/ts/borders.js b/dist/tokens/ts/borders.js index 87195eb1..8e7a2f2b 100644 --- a/dist/tokens/ts/borders.js +++ b/dist/tokens/ts/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = { diff --git a/dist/tokens/ts/core-dark-colors.d.ts b/dist/tokens/ts/core-dark-colors.d.ts index 230654db..14bc7145 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 5cc11ee0..9c2f10cb 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 e844252a..2f9121fc 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 16cfdd56..dccff491 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 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 12447ecd..5a1d59d4 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; diff --git a/dist/tokens/ts/themes/dark.js b/dist/tokens/ts/themes/dark.js index b5e86b29..fcd64c59 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "dark", diff --git a/dist/tokens/ts/themes/emerson.d.ts b/dist/tokens/ts/themes/emerson.d.ts index ad4d762d..0aff7d15 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; @@ -17,4 +17,5 @@ export const disabled : {text : string,background : string,nakedBackground : str export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string}; 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 boxShadows: {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity: {overlayBackdrop : number}; \ No newline at end of file +export const shadow : {base : string}; +export const accent : {forestTextBase : string,forestBackgroundMuted : string,forestBackgroundMutedHover : string,forestBackgroundMutedActive : string,sandTextBase : string,sandBackgroundMuted : string,sandBackgroundMutedHover : string,sandBackgroundMutedActive : 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 c79d9564..fe34060d 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "emerson", @@ -17,4 +17,5 @@ disabled : {text : "#596D84",background : "#F5F7FA",nakedBackground : "transpare input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",textActive : "#2E3A47",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, separator : {base : "#E6EDF5"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, -shadow : {base : "#000000"},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 +shadow : {base : "#000000"}, +accent : {forestTextBase : "#275E43",forestBackgroundMuted : "#EBF2EF",forestBackgroundMutedHover : "#D1E0D9",forestBackgroundMutedActive : "#B6CFC2",sandTextBase : "#5E4D27",sandBackgroundMuted : "#F6F1E5",sandBackgroundMutedHover : "#E4D9C2",sandBackgroundMutedActive : "#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 22e1f056..0aff7d15 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; diff --git a/dist/tokens/ts/themes/light.js b/dist/tokens/ts/themes/light.js index 89fe8816..59bf0e7b 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "light", diff --git a/dist/tokens/ts/themes/lightDS3.d.ts b/dist/tokens/ts/themes/lightDS3.d.ts index ad4d762d..0aff7d15 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const theme: string; @@ -17,4 +17,5 @@ export const disabled : {text : string,background : string,nakedBackground : str export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string}; 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 boxShadows: {cardBase : string,cardHover : string,popoverBase : string,modalBase : string};export const opacity: {overlayBackdrop : number}; \ No newline at end of file +export const shadow : {base : string}; +export const accent : {forestTextBase : string,forestBackgroundMuted : string,forestBackgroundMutedHover : string,forestBackgroundMutedActive : string,sandTextBase : string,sandBackgroundMuted : string,sandBackgroundMutedHover : string,sandBackgroundMutedActive : 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 d2ec161a..2f1e2ff0 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = {theme: "lightDS3", @@ -17,4 +17,5 @@ disabled : {text : "#596D84",background : "#F5F7FA",nakedBackground : "transpare input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",textActive : "#2E3A47",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, separator : {base : "#E6EDF5"}, light : {backgroundBase : "#FFFFFF",backgroundContrast : "#475A70",backgroundHover : "#F5F7FA",backgroundActive : "#E6EDF5",textBase : "#2E3A47",linkMutedBase : "#F5F7FA",linkMutedHover : "#FFFFFF"}, -shadow : {base : "#36485C"},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 +shadow : {base : "#36485C"}, +accent : {forestTextBase : "#275E43",forestBackgroundMuted : "#EBF2EF",forestBackgroundMutedHover : "#D1E0D9",forestBackgroundMutedActive : "#B6CFC2",sandTextBase : "#5E4D27",sandBackgroundMuted : "#F6F1E5",sandBackgroundMutedHover : "#E4D9C2",sandBackgroundMutedActive : "#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 12423dd1..0de68d93 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, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/ts/typography.js b/dist/tokens/ts/typography.js index 42597af6..919a97dc 100644 --- a/dist/tokens/ts/typography.js +++ b/dist/tokens/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 20 Sep 2023 19:33:38 GMT + * Generated on Wed, 20 Sep 2023 20:21:27 GMT */ module.exports = { diff --git a/package.json b/package.json index c1b8556b..99756301 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aviary-tokens", "license": "MIT", - "version": "0.29.2", + "version": "0.29.3", "description": "Design tokens for the Fullscript Aviary design system", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/src/data/themes/emerson.json b/src/data/themes/emerson.json index 4d992725..1722592b 100644 --- a/src/data/themes/emerson.json +++ b/src/data/themes/emerson.json @@ -767,50 +767,50 @@ "type": "color", "description": "For use only with box shadow tokens" } - } - }, - "accent": { - "forest": { - "text": { - "base": { - "value": "{colors.green.700}", - "type": "color" - } - }, - "background": { - "muted": { - "value": "{colors.green.200}", - "type": "color" - }, - "mutedHover": { - "value": "{colors.green.300}", - "type": "color" - }, - "mutedActive": { - "value": "{colors.green.400}", - "type": "color" - } - } }, - "sand": { - "text": { - "base": { - "value": "{colors.brown.700}", - "type": "color" - } - }, - "background": { - "muted": { - "value": "{colors.brown.200}", - "type": "color" + "accent": { + "forest": { + "text": { + "base": { + "value": "{colors.green.700}", + "type": "color" + } }, - "mutedHover": { - "value": "{colors.brown.300}", - "type": "color" + "background": { + "muted": { + "value": "{colors.green.200}", + "type": "color" + }, + "mutedHover": { + "value": "{colors.green.300}", + "type": "color" + }, + "mutedActive": { + "value": "{colors.green.400}", + "type": "color" + } + } + }, + "sand": { + "text": { + "base": { + "value": "{colors.brown.700}", + "type": "color" + } }, - "mutedActive": { - "value": "{colors.brown.400}", - "type": "color" + "background": { + "muted": { + "value": "{colors.brown.200}", + "type": "color" + }, + "mutedHover": { + "value": "{colors.brown.300}", + "type": "color" + }, + "mutedActive": { + "value": "{colors.brown.400}", + "type": "color" + } } } } diff --git a/src/data/themes/lightDS3.json b/src/data/themes/lightDS3.json index e0237e78..8865c6df 100644 --- a/src/data/themes/lightDS3.json +++ b/src/data/themes/lightDS3.json @@ -767,6 +767,52 @@ "type": "color", "description": "For use only with box shadow tokens" } + }, + "accent": { + "forest": { + "text": { + "base": { + "value": "{colors.green.700}", + "type": "color" + } + }, + "background": { + "muted": { + "value": "{colors.green.200}", + "type": "color" + }, + "mutedHover": { + "value": "{colors.green.300}", + "type": "color" + }, + "mutedActive": { + "value": "{colors.green.400}", + "type": "color" + } + } + }, + "sand": { + "text": { + "base": { + "value": "{colors.brown.700}", + "type": "color" + } + }, + "background": { + "muted": { + "value": "{colors.brown.200}", + "type": "color" + }, + "mutedHover": { + "value": "{colors.brown.300}", + "type": "color" + }, + "mutedActive": { + "value": "{colors.brown.400}", + "type": "color" + } + } + } } }, "boxShadows": { @@ -825,52 +871,6 @@ } } }, - "accent": { - "forest": { - "text": { - "base": { - "value": "{colors.green.700}", - "type": "color" - } - }, - "background": { - "muted": { - "value": "{colors.green.200}", - "type": "color" - }, - "mutedHover": { - "value": "{colors.green.300}", - "type": "color" - }, - "mutedActive": { - "value": "{colors.green.400}", - "type": "color" - } - } - }, - "sand": { - "text": { - "base": { - "value": "{colors.brown.700}", - "type": "color" - } - }, - "background": { - "muted": { - "value": "{colors.brown.200}", - "type": "color" - }, - "mutedHover": { - "value": "{colors.brown.300}", - "type": "color" - }, - "mutedActive": { - "value": "{colors.brown.400}", - "type": "color" - } - } - } - }, "opacity": { "overlay": { "backdrop": { diff --git a/src/transformed/transformed-emerson.json b/src/transformed/transformed-emerson.json index bfdf2785..cd86d6ef 100644 --- a/src/transformed/transformed-emerson.json +++ b/src/transformed/transformed-emerson.json @@ -767,50 +767,50 @@ "type": "color", "description": "For use only with box shadow tokens" } - } - }, - "accent": { - "forest": { - "text": { - "base": { - "value": "#275E43", - "type": "color" - } - }, - "background": { - "muted": { - "value": "#EBF2EF", - "type": "color" - }, - "mutedHover": { - "value": "#D1E0D9", - "type": "color" - }, - "mutedActive": { - "value": "#B6CFC2", - "type": "color" - } - } }, - "sand": { - "text": { - "base": { - "value": "#5E4D27", - "type": "color" - } - }, - "background": { - "muted": { - "value": "#F6F1E5", - "type": "color" + "accent": { + "forest": { + "text": { + "base": { + "value": "#275E43", + "type": "color" + } }, - "mutedHover": { - "value": "#E4D9C2", - "type": "color" + "background": { + "muted": { + "value": "#EBF2EF", + "type": "color" + }, + "mutedHover": { + "value": "#D1E0D9", + "type": "color" + }, + "mutedActive": { + "value": "#B6CFC2", + "type": "color" + } + } + }, + "sand": { + "text": { + "base": { + "value": "#5E4D27", + "type": "color" + } }, - "mutedActive": { - "value": "#DACCAA", - "type": "color" + "background": { + "muted": { + "value": "#F6F1E5", + "type": "color" + }, + "mutedHover": { + "value": "#E4D9C2", + "type": "color" + }, + "mutedActive": { + "value": "#DACCAA", + "type": "color" + } } } } diff --git a/src/transformed/transformed-lightDS3.json b/src/transformed/transformed-lightDS3.json index 3615ffe7..f6eca068 100644 --- a/src/transformed/transformed-lightDS3.json +++ b/src/transformed/transformed-lightDS3.json @@ -767,6 +767,52 @@ "type": "color", "description": "For use only with box shadow tokens" } + }, + "accent": { + "forest": { + "text": { + "base": { + "value": "#275E43", + "type": "color" + } + }, + "background": { + "muted": { + "value": "#EBF2EF", + "type": "color" + }, + "mutedHover": { + "value": "#D1E0D9", + "type": "color" + }, + "mutedActive": { + "value": "#B6CFC2", + "type": "color" + } + } + }, + "sand": { + "text": { + "base": { + "value": "#5E4D27", + "type": "color" + } + }, + "background": { + "muted": { + "value": "#F6F1E5", + "type": "color" + }, + "mutedHover": { + "value": "#E4D9C2", + "type": "color" + }, + "mutedActive": { + "value": "#DACCAA", + "type": "color" + } + } + } } }, "boxShadows": { @@ -825,52 +871,6 @@ } } }, - "accent": { - "forest": { - "text": { - "base": { - "value": "#275E43", - "type": "color" - } - }, - "background": { - "muted": { - "value": "#EBF2EF", - "type": "color" - }, - "mutedHover": { - "value": "#D1E0D9", - "type": "color" - }, - "mutedActive": { - "value": "#B6CFC2", - "type": "color" - } - } - }, - "sand": { - "text": { - "base": { - "value": "#5E4D27", - "type": "color" - } - }, - "background": { - "muted": { - "value": "#F6F1E5", - "type": "color" - }, - "mutedHover": { - "value": "#E4D9C2", - "type": "color" - }, - "mutedActive": { - "value": "#DACCAA", - "type": "color" - } - } - } - }, "opacity": { "overlay": { "backdrop": {